2006-08-09 [colin] 2.4.0cvs36
[claws.git] / ChangeLog
1 2006-08-09 [colin]      2.4.0cvs36
2
3         * src/main.c
4         * src/main.h
5                 Add a function to know whether we're exiting
6         * src/plugins/trayicon/trayicon.c
7                 If exiting, don't do anything. Faster, and
8                 avoids gtk_main_iteration reentracy causing
9                 segfaults at exit
10
11 2006-08-09 [colin]      2.4.0cvs35
12
13         * src/messageview.c
14         * src/mimeview.c
15         * src/mimeview.h
16                 Fix lack of part selection when automatically 
17                 jumping to a specific part
18         * src/msgcache.c
19                 Little optimisation in cache reading
20
21 2006-08-09 [colin]      2.4.0cvs34
22
23         * src/compose.c
24                 Fix crash setting the priority on reedit
25                 (Accessing compose before creating it!)
26
27 2006-08-08 [colin]      2.4.0cvs33
28
29         * src/procmime.c
30                 Fix bug #998 (last attachment is not accessible)
31                 Bad RFC interpretation on multipart close-delimiters
32         * src/mimeview.c
33         * src/mimeview.h
34         * src/gtk/gtkvscrollbutton.c
35         * src/gtk/gtkvscrollbutton.h
36                 Make attachments list wheel-scrollable
37
38 2006-08-07 [colin]      2.4.0cvs32
39
40         * src/gtk/gtkaspell.c
41                 Fix bug #973 (Unicode punctation characters 
42                 are not recognized as separators by the
43                 spell checker); fix unsigned stuff
44
45 2006-08-07 [colin]      2.4.0cvs31
46
47         * src/compose.c
48                 Fix bug #956 (DnD text with accents in compose 
49                 text entry); fix gccc's signed/unsigned fuss
50
51 2006-08-06 [colin]      2.4.0cvs30
52
53         * src/main.c
54                 Fix bug #979 (Plugin crashes when exiting 
55                 sylpheed-claws) : handle exit request only 
56                 once
57
58 2006-08-05 [colin]      2.4.0cvs29
59
60         * src/news.c
61                 Just make sure we have a msgid.
62
63 2006-08-05 [colin]      2.4.0cvs28
64
65         * src/news.c
66         * src/summaryview.c
67                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
68                 by reimplementing it
69         * src/textview.c
70                 Fix bug when hiding quotes with level > 3 and quote
71                 colors are recycled
72
73 2006-08-04 [colin]      2.4.0cvs27
74
75         * src/compose.c
76         * src/undo.c
77         * src/undo.h
78                 Fix a bit replace-by-pasting undo
79         * src/mainwindow.c
80         * src/messageview.c
81                 Fix Fold quotes menu synchro in
82                 mainwindow when it changes in 
83                 messageview
84         * src/textview.c
85                 Fix right-click on quotes blocks
86         * src/common/utils.c
87                 Verify that the file created by
88                 my_tmpfile() is writable. Fixes
89                 bug #988 (very specific filesystem
90                 issue)
91         * src/plugins/pgpcore/sgpgme.c
92                 Fix file descriptor leak
93         * src/plugins/spamassassin/spamassassin.c
94                 Warn once if spamd isn't reachable
95
96 2006-08-04 [colin]      2.4.0cvs26
97
98         * src/toolbar.c
99                 i18n context patch by Fabien
100
101 2006-08-03 [colin]      2.4.0cvs25
102
103         * src/mainwindow.c
104         * src/messageview.c
105                 Rename "Hide quotes" to "Fold quotes"
106         * src/textview.c
107                 Don't use hand cursor on quotes. "all 
108                 the bonuses of the feature and none of 
109                 unwelcome side-effects"
110
111 2006-08-03 [colin]      2.4.0cvs24
112
113         * AUTHORS
114         * sylpheed-claws.desktop
115         * src/gtk/authors.h
116                 Bring the desktop file to XDG compliance
117                 Patch by Charles A. Edwards
118
119 2006-08-03 [colin]      2.4.0cvs23
120
121         * src/textview.c
122                 Fix links offset when they are preceded
123                 by accentued chars (g_utf8_strlen!)
124         * src/mainwindow.c
125                 Fix wrong status when starting offline
126
127
128 2006-08-03 [wwp]        2.4.0cvs22
129
130         * src/prefs_common.h
131                 ask what to do w/ filtering rules that belong to an account when
132                 applying filtering rules manually from the main window (skip,
133                 apply regardless of the account, use current account). This dialog
134                 can be skipped and the last reply used.
135                 (forgot that file)
136
137 2006-08-03 [wwp]        2.4.0cvs21
138
139         * src/filtering.c
140         * src/filtering.h
141         * src/prefs_common.c
142         * src/summaryview.c
143         * src/alertpanel.c
144         * src/alertpanel.h
145         * src/messageview.c
146                 ask what to do w/ filtering rules that belong to an account when
147                 applying filtering rules manually from the main window (skip,
148                 apply regardless of the account, use current account). This dialog
149                 can be skipped and the last reply used.
150
151
152 2006-08-03 [colin]      2.4.0cvs20
153
154         * src/textview.c
155                 Optimize previous patch
156
157 2006-08-03 [cleroy]     2.4.0cvs19
158
159         * src/textview.c
160                 Fix quotes getting toggled back when the
161                 mail has an even number of text parts
162
163 2006-08-02 [colin]      2.4.0cvs18
164
165         * src/messageview.c
166                 Add Hide quotes menu
167
168 2006-08-02 [colin]      2.4.0cvs17
169
170         * src/mainwindow.c
171         * src/prefs_common.c
172         * src/textview.c
173         * src/textview.h
174         * src/gtk/about.c
175                 Allow per-level quote hiding,
176                 Allow toggling quotes by double-clicking them
177                 Rename RemoteURI to ClickableText to reflect
178                 the fact it's used for a variety of things
179
180 2006-08-02 [wwp]        2.4.0cvs16
181
182         * src/mainwindow.c
183                 fix "View/Hide quotes" menu item status initialization.
184
185 2006-08-02 [wwp]        2.4.0cvs15
186
187         * src/matcher_parser_parse.y
188                 remove a debug trace.
189
190 2006-08-02 [paul]       2.4.0cvs14
191
192         * src/plugins/pgpcore/passphrase.c
193                 don't set initial dialog size
194                 make it resizable
195
196 2006-08-02 [paul]       2.4.0cvs13
197
198         * src/noticeview.c
199                 remove the rogue '/' character
200
201 2006-08-02 [paul]       2.4.0cvs12
202
203         * src/noticeview.c
204                 allow buttons to resize as necessary
205
206 2006-08-01 [wwp]        2.4.0cvs11
207
208         * src/mbox.c
209                 fix strict ISO C90 compliance.
210
211 2006-08-01 [wwp]        2.4.0cvs10
212
213         * tools/update-po
214                 updated update-po tool to work w/ context-dependent translations.
215                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
216
217 2006-08-01 [wwp]        2.4.0cvs9
218
219         * src/matcher.c
220         * src/prefs_filtering.c
221         * src/prefs_matcher.c
222                 allow context-dependent translations for "All",
223                 patch by Fabien Vantard <fzzzzz@gmail.com>.
224
225 2006-07-31 [colin]      2.4.0cvs8
226
227         * AUTHORS
228         * src/gtk/authors.h
229                 Add Rafal to authors
230
231 2006-07-31 [colin]      2.4.0cvs7
232
233         * src/compose.c
234         * src/mainwindow.c
235         * src/messageview.h
236         * src/prefs_common.c
237         * src/prefs_common.h
238         * src/textview.c
239                 Add 'View/Hide quotes'. Patch based on a patch
240                 by Rafal Weglarz
241
242 2006-07-31 [colin]      2.4.0cvs6
243
244         * src/action.c
245                 Fix problem with "> stuff >" actions
246
247 2006-07-31 [paul]       2.4.0cvs5
248
249         * po/nb.po
250                 updated by Geir Helland
251
252 2006-07-31 [wwp]        2.4.0cvs4
253
254         * src/mainwindow.c
255         * src/summaryview.c
256         * src/summaryview.h
257                 add "View/Go to/Parent message" and "View/Go to/Last read message",
258                 thanks to Colin.
259
260 2006-07-31 [wwp]        2.4.0cvs3
261
262         * src/Makefile.am
263         * src/addr_compl.c
264         * src/addr_compl.h
265         * src/addressbook.c
266         * src/addressbook.h
267         * src/addressbook_foldersel.c
268         * src/addressbook_foldersel.h
269         * src/addrindex.c
270         * src/addrindex.h
271         * src/matcher.c
272         * src/matcher.h
273         * src/matcher_parser_lex.l
274         * src/matcher_parser_parse.y
275         * src/prefs_common.c
276         * src/prefs_common.h
277         * src/prefs_filtering.c
278         * src/prefs_matcher.c
279         * src/prefs_matcher.h
280         * src/summaryview.c
281                 introduce filtering against the address book. It's now possible to add
282                 matched conditions to determine if any email address in a message matches
283                 or doesn't match any or all books or folders in the address book.
284
285 2006-07-31 [wwp]        2.4.0cvs2
286
287         * src/account.c
288         * src/filtering.c
289         * src/filtering.h
290         * src/folder.c
291         * src/folderview.c
292         * src/inc.c
293         * src/mainwindow.c
294         * src/matcher.c
295         * src/matcher_parser_lex.l
296         * src/matcher_parser_parse.y
297         * src/mbox.c
298         * src/prefs_filtering.c
299         * src/prefs_filtering.h
300         * src/procmsg.c
301         * src/procmsg.h
302         * src/summaryview.c
303                 introduce per-account filtering rules. Each filtering rule can now be assigned
304                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
305                 when applying filtering rules manually, as all rules will apply - even the ones
306                 assigned to an account. This issue will be addressed soon.
307  
308
309
310 2006-07-31 [wwp]        2.4.0cvs1
311
312         * src/quote_fmt.c
313                 make more strings translatable.
314
315 2006-07-31 [paul]       2.4.0
316
317         2.4.0 released
318
319 2006-07-31 [paul]       2.3.1cvs91
320
321         * po/ca.po
322                 updated by Miquel Oliete
323
324 2006-07-31 [paul]       2.3.1cvs90
325
326         * po/de.po
327         * po/el.po
328         * po/fr.po
329         * po/it.po
330         * po/pl.po
331         * po/pt_BR.po
332         * po/sr.po
333         * po/zh_CN.po
334                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
335                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
336                 Aleksandar Urosevic, and Ralgh Young
337
338 2006-07-31 [paul]       2.3.1cvs89
339
340         * src/account.c
341         * src/main.c
342         * src/mainwindow.c
343         * src/mainwindow.h
344                 Fix a race condition when, after an SC crash, rescanning
345                 folders took more than 0.5 seconds
346                 Thanks to Colin
347
348 2006-07-31 [paul]       2.3.1cvs88
349
350         * src/folderview.c
351                 don't translate separator strings
352
353 2006-07-30 [mones]      2.3.1cvs87
354
355         * doc/man/sylpheed-claws.1
356                 Fixed non-ASCII chars in Hoa's name
357         * po/es.po
358                 Updated for release
359
360 2006-07-27 [colin]      2.3.1cvs86
361
362         * src/textview.c
363                 Don't include the leading \n in links
364                 Patch by Fabien
365
366 2006-07-25 [colin]      2.3.1cvs85
367
368         * src/mainwindow.c
369         * src/common/socket.h
370         * src/etpan/imap-thread.c
371                 Refresh resolvers before connecting
372                 to IMAP servers, and after switching
373                 to online. Thanks to Paul.
374
375 2006-07-18 [colin]
376
377         * 2.4.0-rc4 released
378
379 2006-07-17 [colin]      2.3.1cvs84
380
381         * src/inc.c
382                 Show connection attempt in statusbar before
383                 connecting (previously first message was
384                 "Retrieving messages from ..." after the
385                 connection succeeded.
386
387 2006-07-16 [wwp]        2.3.1cvs83
388
389         * sylpheed-claws.ico
390                 Added .ico file (windows multi-size icon file, generated).
391
392 2006-07-12 [wwp]        2.3.1cvs82
393
394         * src/messageview.c
395                 remove Message/Re-edit menu entry from messageview window,
396                 as sent/draft/queued messages are opened in compose window when
397                 re-edited and it's not possible to re-edit other msgs.
398
399 2006-07-12 [paul]       2.3.1cvs81
400
401         * AUTHORS
402         * src/mainwindow.c
403         * src/gtk/authors.h
404                 check online state before resetting
405                 mailcheck timer. Useful if some program
406                 verifies connection state and updates
407                 Claws.
408                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
409
410 2006-07-12 [paul]       2.3.1cvs80
411
412         * sylpheed-claws-128x128.png
413         * sylpheed-claws-64x64.png
414         * sylpheed-claws.png
415         * src/Makefile.am
416         * src/main.c
417         * src/prefs_toolbar.c
418         * src/stock_pixmap.c
419         * src/stock_pixmap.h
420         * src/wizard.c
421         * src/gtk/about.c
422         * src/gtk/gtkutils.c
423         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
424         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
425         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
426         * src/pixmaps/sylpheed.xpm              ** REMOVED **
427         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
428         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
429                 updated and renamed logo/icon files and related
430                 logo by Jesper Schultz
431
432 2006-07-11 [paul]       2.3.1cvs79
433
434         * src/main.c
435                 fix the labels a smidgin
436
437 2006-07-09 [colin]      2.3.1cvs78
438
439         * src/textview.c
440                 Show errors in textviewer's command
441                 Patch by H. Merijn Brand
442
443 2006-07-09 [colin]      2.3.1cvs77
444
445         * src/compose.c
446                 Save FMID in drafts too
447
448 2006-07-08 [colin]      2.3.1cvs76
449
450         * src/compose.c
451                 Svae RMID in drafted mails too
452                 Save quote_fmt vars for whole mails,
453                 don't reset at each quote_fmt_init:
454                 allows to use the same |i{var} in
455                 various template fields
456         * src/prefs_template.c
457         * src/quote_fmt.h
458         * src/quote_fmt_parse.y
459                 Same
460
461 2006-07-08 [colin]      2.3.1cvs75
462
463         * src/textview.c
464                 Fix highlighting of attached parts URIs
465
466 2006-07-08 [colin]      2.3.1cvs74
467
468         * src/main.c
469                 Prevent bug #981 (sc 2.3.1 segfaults with 
470                 gtk+ 2.10) from being reported again:
471                 if Sylpheed-Claws has been compiled against
472                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
473                 of if Sylpheed-Claws has been compiled against
474                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
475                 error out.
476
477 2006-07-07 [colin]      2.3.1cvs73
478
479         * src/prefs_actions.c
480                 Fix label
481
482 2006-07-07 [colin]      2.3.1cvs72
483
484         * src/prefs_actions.c
485                 Fix compile on gtk < 2.8. argh :)
486
487 2006-07-07 [paul]       2.3.1cvs71
488
489         * src/common/defs.h
490                 update DONATE_URI
491
492 2006-07-07 [colin]      2.3.1cvs70
493
494         * po/POTFILES.in
495         * src/quote_fmt.c
496         * src/quote_fmt_lex.l
497         * src/quote_fmt_parse.y
498                 Add |i{var}, a way to insert user-entered
499                 text in a template
500
501 2006-07-07 [colin]
502
503         * 2.4.0-rc3 released
504
505 2006-07-07 [colin]      2.3.1cvs69
506
507         * src/folder.c
508                 Don't consider inboxes of UNKNOWN folder 
509                 classes to be useable as default inboxes
510
511 2006-07-07 [paul]       2.3.1cvs68
512
513         * src/textview.c
514                 add missing #include <errno.h>
515                 Thanks to René J. Blokland
516
517 2006-07-07 [paul]       2.3.1cvs67
518
519         * src/action.c
520                 Return now Closes dialog
521         * src/mimeview.c
522         * src/mimeview.h
523         * src/textview.c
524                 add contextual menu to mime parts listed
525                 in the textview
526                 Thanks to Colin
527         * src/common/utils.c
528                 reversal: ' is a valid character in URLs
529
530 2006-07-06 [colin]      2.3.1cvs66
531
532         * src/remotefolder.h
533                 Forgotten in previous commit
534
535 2006-07-06 [colin]      2.3.1cvs65
536
537         * src/folder.c
538                 Set summary update flag whenever
539                 totals changed
540         * src/imap.c
541         * src/prefs_account.c
542         * src/common/utils.h
543         * src/etpan/imap-thread.c
544                 Fix warnings, thanks to Fabien and
545                 Ricardo
546
547 2006-07-06 [wwp]        2.3.1cvs64
548
549         * src/gtk/gtkutils.c
550                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
551
552 2006-07-06 [wwp]        2.3.1cvs63
553
554         * src/account.c
555         * src/addressbook.c
556         * src/addressitem.h
557         * src/folderview.c
558         * src/mainwindow.c
559         * src/manual.c
560         * src/manual.h
561         * src/message_search.c
562         * src/prefs_actions.c
563         * src/prefs_filtering.c
564         * src/prefs_filtering.h
565         * src/prefs_template.c
566         * src/summary_search.c
567         * src/summaryview.c
568         * src/gtk/gtkutils.c
569         * src/gtk/gtkutils.h
570         * src/gtk/pluginwindow.c
571                 add help buttons to some dialogs. Clicking such buttons opens a
572                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
573
574 2006-07-06 [paul]       2.3.1cvs62
575
576         * src/textview.c
577                 fix attachments contextual menu
578                 Thanks to Colin
579
580 2006-07-05 [colin]      2.3.1cvs61
581
582         * src/textview.c
583         * src/compose.c
584                 Handle sftp:// links
585
586 2006-07-05 [paul]       2.3.1cvs60
587
588         * src/gtk/filesel.c
589                 grab save button by default
590                 Thanks to Colin
591
592 2006-07-05 [wwp]        2.3.1cvs59
593
594         * manual/xml2pdf
595                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
596
597 2006-07-04 [colin]      2.3.1cvs58
598
599         * src/mimeview.c
600         * src/textview.c
601                 Use left click to select, middle click to open
602                 on mimeparts links
603         * src/common/utils.c
604                 Fix segfault
605
606 2006-07-04 [colin]      2.3.1cvs57
607
608         * src/mainwindow.c
609         * src/news.c
610                 Warning fixes, thanks to Fabien
611
612 2006-07-04 [colin]      2.3.1cvs56
613
614         * src/mimeview.c
615         * src/mimeview.h
616         * src/textview.c
617                 Allow parts to be selected via their text label
618                 in textview
619
620 2006-07-04 [colin]      2.3.1cvs55
621
622         * src/folderview.c
623                 Feedback when closing (for big folders)
624         * src/prefs_actions.c
625         * src/prefs_filtering.c
626         * src/prefs_matcher.c
627         * src/prefs_template.c
628                 Fix default button when closing without
629                 having saved
630
631 2006-07-04 [colin]      2.3.1cvs54
632
633         * src/news.c
634                 Delete local file on deletion
635
636 2006-07-03 [colin]      2.3.1cvs53
637
638         * src/folderview.c
639         * src/main.c
640                 Don't freeze when rescanning after crash
641
642 2006-07-03 [wwp]        2.3.1cvs52
643
644         * src/compose.c
645         * src/privacy.c
646         * src/privacy.h
647         * src/plugins/pgpinline/pgpinline.c
648         * src/plugins/pgpmime/pgpmime.c
649                 don't report an error when the user cancels the passphrase dialog.
650
651 2006-07-02 [colin]      2.3.1cvs51
652
653         * src/folderview.c
654                 Open message when crossing folders with Space,
655                 goto next unread and friends
656
657 2006-07-01 [colin]      2.3.1cvs50
658
659         * src/prefs_account.c
660                 Typographic rules varying from language
661                 to language (in french "Protocole :"),
662                 we have to do that :)
663
664 2006-07-01 [ticho]      2.3.1cvs49
665
666         * src/prefs_account.c
667                 Only use one temporary gchar* variable in
668                 prefs_account_protocol_set_optmenu().
669
670 2006-07-01 [ticho]      2.3.1cvs48
671
672         * src/prefs_account.c
673         * src/prefs_account.h
674                 Use GtkLabel for existing account protocol name.
675                 Created an array for protocol names and populate the
676                 combobox from it in a for() cycle.
677
678 2006-06-30 [colin]      2.3.1cvs47
679
680         * src/compose.c
681                 Block undo when changing signature (by changing
682                 account)
683
684 2006-06-30 [paul]       2.3.1cvs46
685
686         * src/send_message.c
687                 when editing From in the Compose window, use that address
688                 in the Return-Path: header
689                 Thanks to Colin
690
691 2006-06-30 [colin]      2.3.1cvs45
692
693         * src/compose.c
694                 Fix signature replacement:
695                 - when no newline before separator
696                 - when reediting
697
698 2006-06-29 [colin]      2.3.1cvs44
699
700         * src/folderview.c
701         * src/folderview.h
702         * src/mainwindow.c
703         * src/summaryview.c
704                 Let 'View/Go to/Next marked' work like
705                 Next new & Next unread: across folders
706                 Change the select_on_entry pref to do
707                 what we want when changing folder
708         * src/common/utils.c
709                 Fix single-quoted links 
710
711 2006-06-29 [colin]      2.3.1cvs43
712
713         * src/gtk/gtkaspell.c
714                 "Sylpheed" and "Sylpheed-Claws" do exist !
715
716 2006-06-29 [colin]      2.3.1cvs42
717
718         * src/imap.c
719                 Forgot to remove debug
720
721 2006-06-29 [colin]      2.3.1cvs41
722
723         * src/imap.c
724         * src/imap.h
725         * src/mainwindow.c
726                 Disconnect from IMAP servers when going
727                 offline. Fixes bug #978 (going to offline-mode 
728                 won't close connections)
729
730 2006-06-29 [colin]      2.3.1cvs40
731
732         * src/main.c
733                 Fix transient setting on failing plugins
734                 Patch by Fabien
735         * src/plugins/pgpcore/sgpgme.c
736                 Only warn for OpenPGP. Most people don't
737                 have CMS available.
738
739 2006-06-29 [colin]      2.3.1cvs39
740
741         * src/compose.c
742                 Fix Spelling menu (discrepancy between context menu
743                 and top menu when folder's dictionary isn't the 
744                 default one)
745         * src/plugins/pgpcore/sgpgme.c
746                 More error reporting about why gpgme can fail
747
748 2006-06-29 [wwp]        2.3.1cvs38
749
750         * src/mainwindow.c
751                 honor the display-header-pane setting even when the message view
752                 is a separate window.
753
754 2006-06-29 [wwp]        2.3.1cvs37
755
756         * src/prefs_actions.c
757                 forgot to commit that one (use of GTK_STOCK_INFO).
758
759 2006-06-29 [colin]      2.3.1cvs36
760
761         * src/imap.c
762                 Better handling of login errors (ask the password
763                 again once), alert in case of error. Fix three
764                 signedness warnings.
765
766 2006-06-28 [wwp]        2.3.1cvs35
767
768         * src/prefs_template.c
769         * src/prefs_matcher.c
770         * src/prefs_filtering_action.c
771         * src/prefs_quote.c
772                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
773                 patch by Fabien Vantard, slightly modified.
774
775 2006-06-28 [paul]
776
777         2.4.0-rc2 released
778
779 2006-06-28 [colin]      2.3.1cvs34
780
781         * src/prefs_account.c
782                 Fix bug #977 (Can't add or edit imap accounts)
783
784 2006-06-28 [colin]      2.3.1cvs33
785
786         * src/mimeview.c
787                 Fix previous
788
789 2006-06-28 [colin]      2.3.1cvs32
790
791         * src/mimeview.c
792                 Save named inlined attachments with "Save all"
793         * src/main.c
794         * src/mbox.c
795         * src/common/plugin.c
796         * src/common/plugin.h
797         * src/common/sylpheed.c
798         * src/common/utils.c
799         * src/plugins/pgpcore/sylpheed.def
800         * src/plugins/pgpinline/sylpheed.def
801         * src/plugins/pgpmime/sylpheed.def
802                 Win32 compatibility patch, by
803                 Werner Koch
804
805 2006-06-28 [wwp]        2.3.1cvs31
806
807         * src/imap.c
808         * src/prefs_folder_item.c
809                 less compilation warnings (thanks to Fabien Vantard), less typos.
810
811 2006-06-28 [paul]       2.3.1cvs30
812
813         * src/gtk/gtkutils.c
814                 gtk_combo_box_set_focus_on_click() is only
815                 available since gtk 2.6.0
816
817 2006-06-28 [paul]       2.3.1cvs29
818
819         * src/prefs_ext_prog.c
820                 fix engrish and add a tooltip for the
821                 'command for 'Display as text' option
822
823 2006-06-28 [paul]
824
825         2.4.0-rc1 released
826
827 2006-06-28 [paul]       2.3.1cvs28
828
829         * ChangeLog
830         * tools/Makefile.am
831                 include textviewer.pl in releases
832
833 2006-06-28 [paul]       2.3.1cvs27
834
835         * src/prefs_ext_prog.c
836                 hide Print command option if libgnomeprint
837                 support is present
838
839 2006-06-27 [colin]      2.3.1cvs26
840
841         * src/compose.c
842                 Fix Esc handling in insert/attach dialog
843                 Don't show this dialog if dragging something
844                 else than text/uri-list
845                 Thanks to Fabien Vantard
846         * tools/textviewer.pl
847                 Filter script to display stuff as text
848                 by H. Merijn Brand
849
850 2006-06-27 [wwp]        2.3.1cvs25
851
852         * src/messageview.c
853                 use the exact product name (message view title), patch
854                 by Fabien Vantard.
855
856 2006-06-27 [ticho]      2.3.1cvs24
857
858         * src/prefs_account.c
859         * src/prefs_common.c
860         * src/prefs_common.h
861         * src/prefs_ext_prog.c
862         * src/textview.c
863                 Add a preference (Preferences/External programs)
864                 to allow "Display as text" to be done via a script
865                 (patch by H.Merijn Brand).
866                 Use GtkComboBox for protocol selection in account
867                 preferences.
868                 Only include current choice for existing accounts, and
869                 insensitivize the combobox.
870
871 2006-06-27 [paul]       2.3.1cvs23
872
873         * src/mbox.c
874                 fix crasher introduced in cvs21.
875                 Thanks to Colin
876
877 2006-06-26 [colin]      2.3.1cvs22
878
879         * src/mbox.c
880                 Fix double-frees when leaving folders
881                 after exporting to mbox
882
883 2006-06-26 [colin]      2.3.1cvs21
884
885         * src/mbox.c
886                 More feedback (and optimisation)
887                 on import/export
888         * src/common/utils.c
889                 Fix case when looking for mail addresses
890         * src/gtk/gtkutils.c
891                 Extra check for (X-)Face
892
893 2006-06-25 [ticho]      2.3.1cvs20
894
895         * src/compose.c
896         * src/exphtmldlg.c
897         * src/gtk/gtkutils.c
898         * src/gtk/gtkutils.h
899                 Added second argument to gtkut_sc_combobox_create() to
900                 control focus-on-click for the widget.
901                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
902
903 2006-06-25 [ticho]      2.3.1cvs19
904
905         * src/compose.c
906         * src/gtk/Makefile.am
907         * src/gtk/combobox.c
908         * src/gtk/combobox.h
909         * src/gtk/gtkutils.c
910         * src/gtk/gtkutils.h
911                 Use GtkComboBox instead of deprecated GtkOptionMenu
912                 for account selector in compose window and for encoding
913                 selector in attachment properties.
914                 Also factorise working with the new GtkComboBox somewhat.
915
916 2006-06-24 [paul]       2.3.1cvs18
917
918         * src/prefs_common.c
919                 use the correct default value
920
921 2006-06-24 [paul]       2.3.1cvs17
922
923         * src/compose.c
924         * src/prefs_common.c
925         * src/prefs_common.h
926         * src/prefs_compose_writing.c
927                 enable setting of default action when
928                 dnd'ing files in the compose window.
929                 (Collaborative effort with wwp)
930
931 2006-06-23 [wwp]        2.3.1cvs16
932
933         * src/compose.c
934                 i18n fix (thanks to Fabien Vantard)
935
936 2006-06-22 [colin]      2.3.1cvs15
937
938         * src/prefs_customheader.c
939                 Don't use filters in custom headers' file 
940                 selector. Remember, extensions mean nothing :)
941
942 2006-06-22 [paul]       2.3.1cvs14
943
944         * configure.ac
945                 allow setting of man directory location
946
947 2006-06-22 [colin]      2.3.1cvs13
948
949         * src/mainwindow.c
950                 Add 'View/Go to/Next unread folder'.
951                 I missed that :)
952
953 2006-06-22 [colin]      2.3.1cvs12
954
955         * src/common/utils.c
956                 Add some subject prefixes
957                 Patch by Bjorn T Johansen <btj@havleik.no>
958
959 2006-06-22 [colin]      2.3.1cvs11
960
961         * manual/advanced.xml
962                 Forgotten hidden pref
963
964 2006-06-21 [paul]       2.3.1cvs10
965
966         * src/prefs_account.c
967                 complete the removal of 'Add date header' option
968
969 2006-06-21 [paul]       2.3.1cvs9
970
971         * src/account.c
972         * src/compose.c
973         * src/prefs_account.c
974         * src/prefs_account.h
975                 remove option to add date header - always
976                 add date header
977         * src/etpan/imap-thread.c
978                 fix warnings (Thanks to Colin)
979
980 2006-06-21 [wwp]        2.3.1cvs8
981
982         * src/folder.c
983                 set the attachment flag when inline text part are (file)named. This is more convenient
984                 when receiving (for instance) inline source files or patches sent using thunderbird.
985
986 2006-06-21 [paul]       2.3.1cvs7
987
988         * src/inc.c
989                 fix off-by-one count of current msg in
990                 statusbar filtering progressbar
991
992 2006-06-21 [paul]       2.3.1cvs6
993
994         * src/folder.c
995                 Show attachment icon even if the part is 'inline'
996                 if the following conditions are met:
997                 - content-type != 'text/plain'
998                 - content-type != '*/pgp-signature'
999                 - either 'name' or 'filename' parameter is not NULL
1000                 
1001                 Thanks to Colin
1002
1003 2006-06-21 [paul]       2.3.1cvs5
1004
1005         * src/messageview.c
1006         * src/prefs_common.c
1007         * src/prefs_common.h
1008         * src/prefs_other.c
1009                 add an option to 'Never send Return
1010                 Receipts'
1011                 Thanks to Colin
1012
1013 2006-06-20 [mones]      2.3.1cvs4
1014
1015         * po/es.po
1016                 updated
1017         * src/compose.c
1018                 typo fixed (space after comma)
1019         * tools/make.themes.project
1020                 remove exec mode from tarball files
1021
1022 2006-06-20 [colin]      2.3.1cvs3
1023
1024         * src/news.c
1025         * src/procheader.c
1026         * src/unmime.c
1027                 Better fix for \n's in headers (don't 
1028                 break Received: and others)
1029
1030 2006-06-20 [paul]       2.3.1cvs2
1031
1032         * src/alertpanel.c
1033         * src/textview.c
1034                 improve legibility of phishing attempt
1035                 dialog
1036
1037 2006-06-20 [paul]       2.3.1cvs1
1038
1039         * NEWS
1040         * README
1041         * configure.ac
1042                 Update version number following
1043                 stable release
1044
1045 2006-06-20 [colin]      2.3.0cvs26
1046
1047         * src/compose.c
1048                 When dragging a file to the text of the compose
1049                 window, ask whether we want to insert or attach
1050                 (I know lots of people who do that to attach)
1051
1052 2006-06-20 [colin]      2.3.0cvs25
1053
1054         * src/etpan/imap-thread.c
1055                 Fix threshold (the append command is often > 32 bytes)
1056
1057 2006-06-19 [colin]      2.3.0cvs24
1058
1059         * src/imap.c
1060         * src/etpan/imap-thread.c
1061                 Workaround Rockliffe IMAP server bug: replace
1062                 "x UID SEARCH (ANSWERED UID 1:*)" with
1063                 "x UID SEARCH ANSWERED"
1064                 (Rockliffe doesn't handle the parenthesis)
1065
1066 2006-06-19 [colin]      2.3.0cvs23
1067
1068         * src/compose.c
1069         * src/imap.c
1070         * src/etpan/imap-thread.c
1071                 Probably fix bug #972 (Freezes when adding 
1072                 an attachment to the message)
1073         * src/common/defs.h
1074                 Modernize Firefox cmd
1075
1076
1077 2006-06-18 [colin]      2.3.0cvs22
1078
1079         * src/prefs_customheader.c
1080                 Only allow correct filenames for various
1081                 custom headers
1082
1083 2006-06-18 [colin]      2.3.0cvs21
1084
1085         * src/prefs_customheader.c
1086                 Add a 'From File...' button in custom headers prefs, which
1087                 try to do the right thing: 
1088                 for normal headers, use file as plaintext,
1089                 for X-Face, calls compface,
1090                 for Face, encode to b64.
1091
1092 2006-06-17 [colin]      2.3.0cvs20
1093
1094         * src/mh.c
1095                 Warning fix
1096
1097 2006-06-16 [colin]      2.3.0cvs19
1098
1099         * src/summaryview.c
1100                 Recursive quicksearch: show message list
1101                 in current folder, *then* search children
1102                 in the background.
1103
1104 2006-06-16 [colin]      2.3.0cvs18
1105
1106         * src/main.c
1107                 Instead of ignoring SIGPIPE, save caches
1108                 when getting one. Will fix the fact that
1109                 hot caches are out-of-date when logging 
1110                 out of Xorg.
1111         * src/compose.c
1112         * src/prefs_compose_writing.c
1113                 Only save text (not attachments) when 
1114                 auto-saving to drafts
1115         * src/unmime.c
1116                 Always replace \n, \r and \t with spaces
1117                 in headers
1118         * manual/dist/html/Makefile.am
1119         * manual/dist/pdf/Makefile.am
1120         * manual/dist/ps/Makefile.am
1121         * manual/dist/txt/Makefile.am
1122         * manual/fr/dist/html/Makefile.am
1123         * manual/fr/dist/pdf/Makefile.am
1124         * manual/fr/dist/ps/Makefile.am
1125         * manual/fr/dist/txt/Makefile.am
1126         * manual/pl/dist/html/Makefile.am
1127         * manual/pl/dist/pdf/Makefile.am
1128         * manual/pl/dist/ps/Makefile.am
1129         * manual/pl/dist/txt/Makefile.am
1130                 Fix make clean removing pregenerated manuals
1131
1132
1133 2006-06-16 [colin]      2.3.0cvs17
1134
1135         * src/plugins/pgpcore/sgpgme.c
1136         * src/plugins/pgpmime/pgpmime.c
1137         * src/plugins/pgpinline/pgpinline.c
1138                 Better error reporting in setup_signers.
1139                 Don't fallback to default key if specified
1140                 key isn't found.
1141                 Don't allow signing if more than one secret
1142                 key matches the one specified in prefs.
1143
1144 2006-06-15 [colin]      2.3.0cvs16
1145
1146         * src/folderview.c
1147                 Add "Send queue" in the folder's contextual
1148                 menu
1149         * src/compose.c
1150         * src/messageview.c
1151         * src/privacy.c
1152         * src/privacy.h
1153         * src/procmime.c
1154         * src/procmsg.c
1155         * src/plugins/pgpcore/passphrase.c
1156         * src/plugins/pgpcore/sgpgme.c
1157         * src/plugins/pgpinline/pgpinline.c
1158         * src/plugins/pgpmime/pgpmime.c
1159                 Better error reporting
1160         * src/mbox.c
1161                 Probably fix bug #971 (2.2.3 cannot read mail 
1162                 from local mbox)
1163
1164
1165 2006-06-15 [mones]      2.3.0cvs15
1166
1167         * tools/make.themes.project
1168                 creates the themes project from the web page
1169
1170 2006-06-15 [colin]      2.3.0cvs14
1171
1172         * src/folder.c
1173                 Better fix (avoid losing the folder if scan_tree 
1174                 fails)
1175
1176 2006-06-15 [cleroy]     2.3.0cvs13
1177
1178         * src/folder.c
1179                 Probably fix Bug #969 (crash on rebuilding 
1180                 imap folder)
1181
1182 2006-06-14 [colin]      2.3.0cvs12
1183
1184         * manual/dtd/manual.xsl
1185         * manual/sylpheed-claws-manual.xml
1186         * manual/fr/sylpheed-claws-manual.xml
1187         * manual/pl/sylpheed-claws-manual.xml
1188                 Insert pagebreaks between sections
1189
1190 2006-06-14 [paul]       2.3.0cvs11
1191
1192         * configure.ac
1193                 better fix than 2.3.0cvs10
1194
1195 2006-06-14 [paul]       2.3.0cvs10
1196
1197         * configure.ac
1198                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1199                 (backwards compatible)
1200
1201 2006-06-13 [colin]      2.3.0cvs9
1202
1203         * src/messageview.c
1204                 Fix sending of return receipt with the new queue folders
1205
1206 2006-06-13 [wwp]        2.3.0cvs8
1207
1208         * src/quote_fmt_lex.l
1209                 fix wrong tokens returned in quote_fmt lexer, query not().
1210
1211 2006-06-13 [wwp]        2.3.0cvs7
1212
1213         * src/folder.c
1214         * src/prefs_folder_item.c
1215                 allow changing folder type even when folder is not a top-level one,
1216                 thanks to Colin.
1217
1218 2006-06-12 [colin]      2.3.0cvs6
1219
1220         * src/folderview.c
1221                 Fix double-ask of "Do you want to mark all
1222                 as read"
1223
1224 2006-06-12 [colin]      2.3.0cvs5
1225
1226         * src/compose.c
1227         * src/compose.h
1228         * src/folder.c
1229         * src/folder.h
1230         * src/imap.c
1231         * src/inc.c
1232         * src/main.c
1233         * src/messageview.c
1234         * src/mh.c
1235         * src/prefs_folder_item.c
1236         * src/procheader.c
1237         * src/procmime.c
1238         * src/procmsg.c
1239         * src/procmsg.h
1240         * src/send_message.c
1241         * src/summaryview.c
1242         * src/toolbar.c
1243                 Apply bug #964's patch (Queue and drafts aren't normal)
1244                 The Drafts and Queue folder now contain RFC-822 files,
1245                 allowing to move and copy mails from and to these 
1246                 folders. Moving from Drafts to Queue will prepare the
1247                 mail for sending (PGP signature, encryption, etc).
1248                 This patch also rework sending errors handling to try
1249                 to be more helpful.
1250                 Also, allow redefining folder types via the GUI 
1251                 (Folder type in its Properties)
1252
1253 2006-06-12 [colin]      2.3.0cvs4
1254
1255         * src/summaryview.c
1256         * src/prefs_common.c
1257         * src/prefs_common.h
1258         * src/gedit-print.c
1259                 Allow to define a specific print font - patch
1260                 by Bernhard Walle <bernhard.walle@gmx.de>
1261         * src/prefs_fonts.c
1262         * manual/advanced.xml
1263         * manual/fr/advanced.xml
1264                 Add a hidden pref to allow deletion without
1265                 confirmation
1266
1267 2006-06-12 [wwp]        2.3.0cvs3
1268
1269         * .cvsignore
1270                 more files to ignore.
1271
1272 2006-06-12 [wwp]        2.3.0cvs2
1273
1274         * src/quote_fmt.c
1275         * src/quote_fmt_lex.l
1276         * src/quote_fmt_parse.y
1277                 extend the quote_fmt parser (templates and quotes):
1278                 - allow limited sub-expressions in |p{} and |f{} expressions,
1279                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1280                 - implemented/fixed missing implementation of query_references and show_references,
1281                 - completed, fixed contents and format of the symbols help dialog,
1282                 - fix some compilation warnings.
1283
1284 2006-06-12 [wwp]        2.3.0cvs1
1285
1286         * manual/advanced.xml
1287         * manual/fr/advanced.xml
1288                 updates in the "templates" section of the manual (eng/fr):
1289                  - be more precise (both versions)
1290                  - completed to match the english reference (fr version)
1291                  - touchups (both versions)
1292
1293 2006-06-12 [paul]       2.3.0
1294
1295         2.3.0 released
1296
1297 2006-06-12 [paul]       2.2.3cvs14
1298
1299         * po/ca.po
1300         * po/cs.po
1301         * po/de.po
1302         * po/el.po
1303         * po/fr.po
1304         * po/it.po
1305         * po/pt_BR.po
1306         * po/sr.po
1307         * po/zh_CN.po
1308                 updated by Miquel Oliete, Tim, Stephan Sachse,
1309                 Stavros Giannouris, Fabien Vantard, Andrea
1310                 Spadaccini, Frederico Goncalves Guimaraes,
1311                 Aleksandar Urosevic, and Ralgh Young
1312
1313 2006-06-12 [colin]      2.2.3cvs13
1314
1315         * src/mbox.c
1316                 Add missing header
1317
1318 2006-06-11 [colin]      2.2.3cvs12
1319
1320         * src/msgcache.c
1321                 Verify that g_malloc() succeeded
1322
1323 2006-06-11 [colin]      2.2.3cvs11
1324
1325         * src/wizard.c
1326                 Add Face header to welcome mail
1327
1328 2006-06-10 [colin]      2.2.3cvs10
1329
1330         * src/textview.c
1331                 Revert previous (Forgot it changes the
1332                 margin on the whole mail)
1333
1334 2006-06-10 [colin]      2.2.3cvs9
1335
1336         * src/textview.c
1337                 Don't overlap long headers under (X-)Face
1338
1339 2006-06-10 [mones]      2.2.3cvs8
1340
1341         * manual/xml2pdf
1342                 allow generation of manual on systems lacking saxon binary
1343                 but with java and the saxon library installed
1344
1345         * po/es.po
1346                 updated for release
1347
1348 2006-06-09 [colin]      2.2.3cvs7
1349
1350         * src/summaryview.c
1351                 Fix leak when using Display Sender using Addressbook
1352
1353 2006-06-09 [colin]      2.2.3cvs6
1354
1355         * src/compose.c
1356         * src/folder.c
1357         * src/folderview.c
1358         * src/mimeview.c
1359         * src/summaryview.c
1360                 More leaks fixes
1361
1362 2006-06-09 [paul]       2.2.3cvs5
1363
1364         * AUTHORS
1365         * src/gtk/authors.h
1366         * tools/claws.i18n.status.pl
1367                 updated with new info
1368
1369 2006-06-09 [paul]       2.2.3cvs4
1370
1371         * README
1372                 updated
1373         * manual/ack.xml
1374                 add wwp to authors list
1375         * src/gtk/authors.h
1376                 update mine and Colin's addresses
1377
1378 2006-06-08 [colin]      2.2.3cvs3
1379
1380         * src/etpan/imap-thread.c
1381                 Fix leak on SSL cert check
1382
1383 2006-06-08 [colin]      2.2.3cvs2
1384
1385         * src/common/utils.c
1386                 Fix leak
1387
1388 2006-06-08 [paul]       2.2.3cvs1
1389
1390         * configure.ac
1391                 Update version number following
1392                 stable release
1393
1394 2006-06-07 [colin]      2.2.2cvs3
1395
1396         * src/msgcache.c
1397                 Fix catching cache read errors (guint instead of gint)
1398                 Prevent malloc'ing more than 8MB (means cache corruption)
1399
1400 2006-06-07 [paul]       2.2.2cvs2
1401
1402         * src/exporthtml.c
1403         * src/exportldif.c
1404         * src/mh.c
1405         * src/mutt.c
1406         * src/pine.c
1407         * src/common/utils.c
1408                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1409                 obey $HOME'
1410                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1411                 Thanks to Colin
1412
1413 2006-06-06 [paul]       2.2.2cvs1
1414
1415         * configure.ac
1416                 Update version number following
1417                 stable release
1418
1419 2006-06-06 [paul]       2.2.1cvs6
1420
1421         * src/matcher.c
1422                 fix  implicit declaration of
1423                 sylpheed_do_idle()
1424                 Patch by Fabien Vantard
1425
1426 2006-06-06 [paul]       2.2.1cvs5
1427
1428         * src/matcher.c
1429                 fix age_greater and age_lower so that they
1430                 mean what say and not '...or equal to'
1431                 Thanks to Colin
1432
1433 2006-06-06 [paul]       2.2.1cvs4
1434
1435         * src/textview.c
1436         * src/common/utils.c
1437                 fix URI check
1438                 Thanks to Colin
1439
1440 2006-06-05 [wwp]        2.2.1cvs3
1441
1442         * manual/fr/account.xml
1443                 minor language fixes (thanks to Fabien Vantard).
1444
1445 2006-06-05 [colin]      2.2.1cvs2
1446
1447         * src/prefs_folder_item.c
1448         * src/folderview.c
1449                 Allow recursive setting of properties 
1450                 for whole mailboxes
1451         * src/matcher.c
1452                 Don't freeze on 'test' filtering rule
1453
1454 2006-06-05 [colin]      2.2.1cvs1
1455
1456         * configure.ac
1457                 Update version number following
1458                 stable release
1459
1460 2006-06-04 [wwp]        2.2.0cvs82
1461
1462         * manual/glossary.xml
1463         * manual/account.xml
1464         * manual/fr/glossary.xml
1465         * manual/fr/account.xml
1466                 added glossary section and references/links related to the Face custom header.
1467
1468 2006-06-04 [colin]      2.2.0cvs81
1469
1470         * src/summaryview.c
1471                 Skip to next message on move with no
1472                 immediate execution
1473
1474 2006-06-04 [wwp]        2.2.0cvs80
1475
1476         * manual/xml2pdf
1477                 added sanity checks, exit when needed.
1478
1479 2006-06-03 [paul]       2.2.0cvs79
1480
1481         * src/prefs_receive.c
1482                 page name is now 'Receiving'
1483         * src/prefs_send.c
1484                 page name is now 'Sending'
1485
1486 2006-06-03 [colin]      2.2.0cvs78
1487
1488         * src/plugins/spamassassin/spamassassin_gtk.c
1489                 Autoswitch to Localhost if transport was previously
1490                 disabled. Else people had to check [] Enable, then
1491                 *reselect* transport.
1492
1493 2006-06-03 [colin]      2.2.0cvs77
1494
1495         * src/plugins/pgpinline/pgpinline.c
1496         * src/plugins/pgpmime/pgpmime.c
1497                 Check that gpg_data_release_and_get_mem 
1498                 didn't fail (now, why this happens...)
1499
1500 2006-06-03 [colin]      2.2.0cvs76
1501
1502         * src/mbox.c
1503                 Fix bug #962 (Manual and/or UI should 
1504                 warn about incompatible locking 
1505                 causing dataloss)
1506
1507 2006-06-02 [cleroy]     2.2.0cvs75
1508
1509         * src/filtering.c
1510         * src/folder.c
1511         * src/procmsg.c
1512         * src/summaryview.c
1513                 Fix a few leaks
1514
1515 2006-06-02 [colin]      2.2.0cvs74
1516
1517         * src/main.c
1518                 On exit, free caches after writing them
1519                 Shuts up some valgrind false positives
1520         * src/procmsg.c
1521         * src/send_message.c
1522                 Fix races when reusing existing SMTP connections
1523                 Fix inexistant session timeout
1524         * src/toolbar.c
1525                 Display alertpanel after all queues have
1526                 been processed, not after each
1527
1528 2006-06-02 [wwp]        2.2.0cvs73
1529
1530         * manual/fr/glossary.xml
1531         * manual/fr/ack.xml
1532         * manual/ack.xml
1533                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1534
1535 2006-06-02 [wwp]        2.2.0cvs72
1536
1537         * manual/xml2pdf
1538         * manual/dist/pdf/Makefile.am
1539         * manual/dtd/manual.xsl
1540         * manual/fr/dist/pdf/Makefile.am
1541         * manual/pl/dist/pdf/Makefile.am
1542                 we changed the procedure to generate the .pdf version of the manual.
1543                 The procedure is more modern and the .pdf we get now has a valid index.
1544                 Here are the new pre-requisites:
1545
1546                 - JRE 1.x (1.4 here): there must be one from your distro
1547                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1548                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1549                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1550
1551                 See my posts for further info about the installation of this toolchain:
1552
1553                 Date: Fri, 19 May 2006 19:40:06 +0200
1554                 From: wwp <subscript@free.fr>
1555                 To: sylpheed-claws-devel@lists.sourceforge.net
1556                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1557
1558                 and
1559
1560                 Date: Wed, 24 May 2006 12:58:49 +0200
1561                 From: wwp <subscript@free.fr>
1562                 To: sylpheed-claws-devel@lists.sourceforge.net
1563                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1564
1565 2006-06-01 [colin]      2.2.0cvs71
1566
1567         * src/compose.c
1568                 Better guards against IMAP races
1569         * src/main.c
1570         * src/prefs_common.c
1571         * src/prefs_common.h
1572         * src/common/ssl_certificate.c
1573         * src/etpan/imap-thread.c
1574         * src/etpan/imap-thread.h
1575         * src/gtk/sslcertwindow.c
1576                 New hidden option ssl_skip_cert_check to 
1577                 avoid dups of bug #959 (libetpan linked
1578                 against gnutls and gnutls buggy on 64bit)
1579                 Present expired warning only once per
1580                 session/server.
1581         * manual/advanced.xml
1582         * manual/fr/advanced.xml
1583                 Document new option
1584
1585 2006-06-01 [wwp]        2.2.0cvs70
1586
1587         * src/messageview.c
1588                 fix for bug #961 (return receipt dialog 
1589                 complains incorrectly about return-path 
1590                 email adress being different), thanks 
1591                 to Colin.
1592
1593 2006-05-31 [cleroy]     2.2.0cvs69
1594
1595         * src/common/ssl.c
1596                 Guard against NULLs, although this
1597                 should never be an issue
1598
1599 2006-05-31 [colin]      2.2.0cvs68
1600
1601         * src/filtering.c
1602                 Use g_slist_prepend
1603         * src/imap.c
1604                 Don't remove caches when destroying folder, it
1605                 could (should) be done at exit
1606         * src/inc.c
1607                 free processing cache after incorporation
1608         * src/etpan/imap-thread.c
1609                 Maybe fix bug #959 (Crash on moving to emails 
1610                 to a imap account per ssl with a expired 
1611                 certificate.)
1612
1613 2006-05-30 [colin]      2.2.0cvs67
1614
1615         * src/summaryview.c
1616                 Put back event flush when displaying message
1617                 It avoids reading a bunch of messages just
1618                 by hitting shift-n for too long ;)
1619
1620 2006-05-29 [colin]      2.2.0cvs66
1621
1622         * src/summaryview.c
1623                 Remove useless g_warnings
1624
1625 2006-05-29 [colin]      2.2.0cvs65
1626
1627         * src/imap.c
1628                 Fix g_slist_append()s for performance
1629
1630 2006-05-29 [colin]      2.2.0cvs64
1631
1632         * src/compose.c
1633         * src/common/utils.c
1634                 Fix extraneous tab at start of addresses
1635         * src/mainwindow.c
1636                 Fix warnings (thanks to Fabien)
1637                 Fix crash at exit when composing messages 
1638                 exist
1639         * src/pop.c
1640                 Fix progress bar when deleting expired mails
1641                 Thanks to Hiro
1642         * src/summaryview.c
1643         * src/gtk/gtksctree.c
1644                 Fix re-sorting slowness
1645
1646 2006-05-29 [paul]       2.2.0cvs63
1647
1648         * src/mh.c
1649                 fetch full message when moving mails
1650                 from another mailbox, (fixed data loss
1651                 when filtering from IMAP to MH, introduced
1652                 in 2.2.0cvs57).
1653                 Thanks to Colin
1654
1655 2006-05-29 [mones]      2.2.0cvs62
1656
1657         * src/gtk/gtksctree.c
1658                 Unselect faster (patch by Colin)        
1659
1660 2006-05-26 [colin]      2.2.0cvs61
1661
1662         * src/summaryview.c
1663                 Unplug MSGINFO_UPDATE callback on delete too.
1664
1665 2006-05-26 [colin]      2.2.0cvs60
1666
1667         * src/foldersel.c
1668                 Fix bold in folder selection window with glib2.10
1669                 thanks Hiro
1670
1671 2006-05-26 [colin]      2.2.0cvs59
1672
1673         * src/procheader.c
1674                 Convert date only if necessary (and don't
1675                 try to convert from utf8 to utf8, too)
1676         * src/summaryview.c
1677                 Only set column's text if the column's 
1678                 displayed
1679
1680 2006-05-26 [colin]      2.2.0cvs58
1681
1682         * src/summaryview.c
1683         * src/gtk/gtkutils.c
1684                 Fix useless warning
1685
1686 2006-05-26 [colin]      2.2.0cvs57
1687
1688         * src/mainwindow.c
1689                 Make summaryview selectable as long as 
1690                 no message has focus
1691         * src/mh.c
1692                 Faster deletion (by implementing mh_remove_msgs)
1693                 Faster copy (avoid using mh_fetch_msg just to get
1694                 the filename)
1695                 Faster move (using move_file instead of copy_file
1696                 if MSG_IS_MOVE)
1697                 No progressbar if total number of mails to cp/mv 
1698                 is less than 100
1699         * src/summaryview.c
1700                 Fix removal from subject_table when mail gets moved
1701                 Faster deletion (g_slist_prepend instead of append)
1702         * src/gtk/gtksctree.c
1703                 Remove useless code
1704
1705 2006-05-25 [colin]      2.2.0cvs56
1706
1707         * src/common/ssl_certificate.c
1708                 Fix leak in expired cert check
1709
1710 2006-05-25 [colin]      2.2.0cvs55
1711
1712         * src/mh.c
1713                 Disable flags syncing on .mh_sequences - it
1714                 is buggy and marks mails read under unknown
1715                 conditions.
1716
1717 2006-05-25 [paul]
1718
1719         * 2.3.0-rc4 released
1720
1721 2006-05-24 [colin]      2.2.0cvs54
1722
1723         attention cvs users: if you manage to crash
1724         Sylpheed-Claws while moving, copying or deleting
1725         mails, we *are* interested in stack traces and
1726         valgrind logs. It looks stable, but one never
1727         knows...
1728
1729         * src/folder.c
1730                 Add progressbar for cache updates
1731         * src/folderutils.c
1732                 Optimize Mark all read in the current
1733                 folder
1734         * src/mh.c
1735                 Add progressbar for copy/move
1736         * src/procmsg.c
1737                 Optimize O(n^2) in copy/move
1738         * src/summaryview.c
1739         * src/gtk/gtksctree.c
1740                 Optimize O(n^2) algos
1741         * src/common/timing.h
1742                 Display ms instead of us
1743
1744 2006-05-24 [wwp]        2.2.0cvs53
1745
1746         * manual/fr/advanced.xml
1747                 updates to the French manual.
1748
1749 2006-05-24 [wwp]        2.2.0cvs52
1750
1751         * src/common/utils.c
1752                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1753
1754 2006-05-24 [wwp]        2.2.0cvs51
1755
1756         * src/folderutils.c
1757                 fixed "mark all read" in MH folders (thanks to Colin).
1758
1759 2006-05-24 [paul]       2.2.0cvs50
1760
1761         * doc/man/sylpheed-claws.1
1762                 updated the man page
1763
1764 2006-05-23 [colin]      2.2.0cvs49
1765
1766         * src/folderview.c
1767         * src/imap.c
1768         * src/inc.c
1769         * src/mbox.c
1770         * src/messageview.c
1771         * src/news.c
1772         * src/send_message.c
1773         * src/summaryview.c
1774         * src/gtk/sslcertwindow.c
1775                 alertpanel fixes, by Fabien
1776
1777 2006-05-23 [colin]      2.2.0cvs48
1778
1779         * src/folder.c
1780         * src/folderview.c
1781         * src/msgcache.c
1782         * src/summaryview.c
1783         * src/gtk/gtksctree.c
1784         * src/gtk/gtksctree.h
1785                 More timings
1786                 Fix slow loading problem, which was caused by the
1787                 use of some gtk_ctree funcs and their use of
1788                 g_list_position while gtk_ctree_(un)link'ing.
1789                 Reap more functions from gtkctree.c to be sure we
1790                 use our (fast) version instead of theirs.
1791         * src/mh.c
1792                 Fix copy of unread mails
1793
1794
1795 2006-05-22 [wwp]        2.2.0cvs47
1796
1797         * manual/fr/advanced.xml
1798                 updated.
1799
1800 2006-05-22 [colin]      2.2.0cvs46
1801
1802         * src/filtering.c
1803                 Fix possible infinite loop. 'copy' is not a 
1804                 final action, so when encountering a 'copy',
1805                 we have to check if a previous one was set
1806                 and do it. In the same way, if we encounter
1807                 a 'move' we have to perform a possibly 
1808                 pending 'copy'. This will slow down filtering
1809                 on IMAP if move+copy or multiple copy actions
1810                 are to be done, but handling it via the batch
1811                 would be really too convoluted.
1812
1813 2006-05-22 [wwp]        2.2.0cvs45
1814
1815         * manual/fr/advanced.xml
1816         * manual/fr/faq.xml
1817         * manual/fr/glossary.xml
1818         * manual/fr/handling.xml
1819         * manual/fr/intro.xml
1820         * manual/fr/plugins.xml
1821         * manual/fr/sylpheed-claws-manual.xml
1822                 sync w/ the english manual: updates URIs, documented mailing-list
1823                 support, better explanation about the enabled/disabled feature
1824                 in filtering/processing rules by Paul.
1825
1826 2006-05-21 [colin]      2.2.0cvs44
1827
1828         * src/summaryview.c
1829                 Don't expand after building threads, but during
1830
1831 2006-05-21 [colin]      2.2.0cvs43
1832
1833         * src/procmsg.c
1834         * src/summaryview.c
1835                 More timing possibilities... For next time I have 
1836                 to find out how the hell some 3GHz computer takes
1837                 one minute to open a 30k folder...
1838
1839 2006-05-21 [colin]      2.2.0cvs42
1840
1841         * manual/pl/advanced.xml
1842         * manual/pl/faq.xml
1843         * manual/pl/glossary.xml
1844         * manual/pl/handling.xml
1845         * manual/pl/intro.xml
1846         * manual/pl/plugins.xml
1847         * manual/pl/sylpheed-claws-manual.xml
1848                 Polish manual updated by Pawel
1849
1850 2006-05-20 [colin]
1851
1852         * 2.3.0-rc3 released
1853
1854 2006-05-20 [colin]      2.2.0cvs41
1855
1856         * src/imap.c
1857                 Fix -rc2 problems:
1858                 - remove cache of moved messages from original folder
1859                 - apply new flags to messages even if they aren't appliable
1860                   via IMAP.
1861
1862 2006-05-20 [colin]
1863
1864         * 2.3.0-rc2 released
1865
1866 2006-05-19 [colin]      2.2.0cvs40
1867
1868         * src/imap.c
1869                 Don't issue SELECT in imap_change_flags
1870                 before having checked that we indeed have
1871                 some flags to change. MSG_POSTFILTERED for
1872                 example can't be used on IMAP.
1873                 Fixes bug #955 (copying messages between 
1874                 imap folders is extremely slow), which was
1875                 a regression.
1876
1877 2006-05-19 [colin]      2.2.0cvs39
1878
1879         * src/folder.c
1880         * src/folder.h
1881         * src/folderview.c
1882                 Try to fix bug #830 (Some unread messages 
1883                 get marked read in IMAP inbox):
1884                 - Prevent scanning a folder if it's being 
1885                   opened via the GUI
1886                 - Postpone opening via the GUI of a folder
1887                   currently scanned.
1888
1889
1890 2006-05-19 [wwp]        2.2.0cvs38
1891
1892         * manual/advanced.xml
1893                 fix English+typo (thanks to Paul).
1894
1895 2006-05-19 [wwp]        2.2.0cvs37
1896
1897         * manual/advanced.xml
1898         * manual/fr/advanced.xml
1899         * src/gtk/logwindow.c
1900         * src/prefs_common.c
1901         * src/prefs_common.h
1902                 added hidden prefs to allow customization of colors used in
1903                 protocol log window (useful for dark gtk+ themes).
1904
1905 2006-05-19 [wwp]        2.2.0cvs36
1906
1907         * ChangeLog
1908                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1909
1910 2006-05-19 [paul]       2.2.0cvs35
1911
1912         * src/textview.c
1913                 make Reply-To fully clickable
1914         * src/gtk/logwindow.c
1915                 more colouring (SMTP ESMTP)
1916         Both patches by Pawel Pekala
1917
1918 2006-05-19 [cleroy]     2.2.0cvs34
1919
1920         * src/mh.c
1921                 Don't update flags from current folder
1922                 Probably fixes bug #935 (Read Messages 
1923                 Revert to Being Marked as Unread)
1924
1925 2006-05-18 [colin]      2.2.0cvs33
1926
1927         * src/imap.c
1928                 Warning fix
1929         * src/compose.c
1930         * src/mainwindow.c
1931         * src/summaryview.c
1932         * src/toolbar.c
1933                 Allow replying to multiple emails
1934                 in multiple windows
1935         * src/mimeview.c
1936         * src/etpan/imap-thread.c
1937                 Leak fixes
1938
1939 2006-05-18 [paul]       2.2.0cvs32
1940
1941         * src/summaryview.c
1942                 keep Mailing-List menu refreshed
1943                 Thanks to Colin
1944
1945 2006-05-18 [paul]       2.2.0cvs31
1946
1947         * manual/advanced.xml
1948         * manual/faq.xml
1949         * manual/glossary.xml
1950         * manual/handling.xml
1951         * manual/intro.xml
1952         * manual/plugins.xml
1953         * manual/sylpheed-claws-manual.xml
1954                 update URLs
1955                 add info about mailing-list support
1956                 edit filtering info
1957         * src/wizard.c
1958         * src/common/defs.h
1959         * src/gtk/about.c
1960         * src/plugins/dillo_viewer/README
1961                 update URLs
1962
1963 2006-05-17 [wwp]        2.2.0cvs30
1964
1965         * manual/handling.xml
1966         * manual/fr/handling.xml
1967                 documented the ability to enabled/disable filtering/processing rules.
1968
1969 2006-05-17 [colin]      2.2.0cvs29
1970
1971         * src/main.c
1972                 Don't initialize g_thread subsystem if it's 
1973                 already done (thanks to Hiro)
1974         * src/mimeview.c
1975                 Fix saving of parts when there name can't be
1976                 converted from UTF-8.
1977
1978 2006-05-17 [paul]       2.2.0cvs28
1979
1980         * po/Makefile.in.in
1981                 fix config.status warning with autoconf 2.60
1982
1983 2006-05-17 [paul]       2.2.0cvs27
1984
1985         * po/POTFILES.in
1986                 add src/mbox.c
1987
1988 2006-05-17 [wwp]        2.2.0cvs26
1989
1990         * src/mainwindow.c
1991                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1992
1993 2006-05-17 [wwp]        2.2.0cvs25
1994
1995         * src/plugins/demo/demo.c
1996                 updated product name in plugin demo (many plugins need to be
1997                 sync'ed w/ that change).
1998
1999 2006-05-17 [colin]      2.2.0cvs24
2000
2001         * src/mh.c
2002                 Fix leak
2003
2004 2006-05-16 [colin]      2.2.0cvs23
2005
2006         * src/mainwindow.c
2007                 Stupid me hit again. Fix cvs22.
2008
2009 2006-05-16 [colin]      2.2.0cvs22
2010
2011         * src/mainwindow.c
2012                 Fix bug #922 (sylpheed-claws crashed after 
2013                 pushing on Inbox folder)
2014
2015 2006-05-16 [colin]      2.2.0cvs21
2016
2017         * src/compose.c
2018                 Make From header be copy/paste/select-able
2019
2020 2006-05-16 [wwp]        2.2.0cvs20
2021
2022         * src/export.c
2023         * src/matcher.c
2024         * src/summaryview.c
2025         * src/etpan/imap-thread.c
2026                 fix some compiler warnings (thanks to Colin).
2027
2028 2006-05-16 [wwp]        2.2.0cvs19
2029
2030         * src/action.c
2031         * src/gedit-print.c
2032         * src/inc.c
2033         * src/mainwindow.c
2034         * src/mh.c
2035         * src/statusbar.c
2036         * src/send_message.c
2037         * src/summaryview.c
2038                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2039
2040 2006-05-15 [colin]      2.2.0cvs18
2041
2042         * src/procmsg.c
2043                 Fix automatic rule creation with List-Post
2044
2045 2006-05-15 [paul]       2.2.0cvs17
2046
2047         * tools/filter_conv_new.pl
2048                 updated for rule enabling/disabling
2049                 claws version >= 2.3.x required
2050
2051 2006-05-15 [cleroy]     2.2.0cvs16
2052
2053         * src/main.c
2054                 Revert test
2055
2056 2006-05-15 [cleroy]     2.2.0cvs15
2057
2058         * src/main.c
2059                 test
2060
2061 2006-05-15 [wwp]        2.2.0cvs14
2062
2063         * manual/pl/.cvsignore
2064                 ignore generated files.
2065
2066 2006-05-14 [wwp]        2.3.0-rc1
2067
2068         * 2.3.0-rc1 released
2069
2070 2006-05-13 [wwp]        2.2.0cvs13
2071
2072         * src/filtering.c
2073         * src/filtering.h
2074         * src/matcher.c
2075         * src/matcher_parser_lex.l
2076         * src/matcher_parser_parse.y
2077         * src/prefs_filtering.c
2078                 new feature: provide the ability to disable filtering and processing
2079                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2080                 adaptations.
2081
2082 2006-05-13 [colin]      2.2.0cvs12
2083
2084         * src/compose.c
2085                 Remove useless if (a) b; else b;
2086                 Thanks to wwp
2087
2088 2006-05-13 [wwp]        2.2.0cvs11
2089
2090         * src/export.c
2091         * src/import.c
2092         * src/mainwindow.c
2093         * src/mbox.c
2094         * src/summaryview.c
2095         * src/summaryview.h
2096                 no more silent failures (or at least less ones) when importing
2097                 or exporting from/to mbox. Also start importing/exporting if
2098                 the necessary info is set.
2099
2100 2006-05-13 [wwp]        2.2.0cvs10
2101
2102         * RELEASE_NOTES
2103                 restored up-to-date release notes.
2104
2105 2006-05-13 [paul]       2.2.0cvs9
2106
2107         * po/nl.po
2108         * po/ru.po
2109                 updated by Tim Dijkstra and Pavlo Bohmat
2110
2111 2006-05-12 [colin]      2.2.0cvs8
2112
2113         * src/gtk/quicksearch.c
2114                 Add "k" as shortcut for "colorlabel". Patch
2115                 by ath42@users.sf.net.
2116
2117 2006-05-12 [paul]       2.2.0cvs7
2118
2119         * src/prefs_common.h
2120         * src/prefs_summaries.c
2121         * src/summaryview.c
2122                 when entering a folder also allow
2123                 going directly to first Marked message
2124
2125 2006-05-12 [paul]       2.2.0cvs6
2126
2127         * src/summaryview.c
2128                 always obey 'confirm before marking all
2129                 mails read' option
2130
2131 2006-05-12 [paul]       2.2.0cvs5
2132
2133         * src/textview.c
2134                 make Sender fully clickable
2135
2136 2006-05-12 [colin]      2.2.0cvs4
2137
2138         * src/compose.c
2139         * src/compose.h
2140                 Let From be editable
2141         * src/main.c
2142         * src/mh.c
2143                 Full support of .mh_sequences' Unseen seq
2144
2145 2006-05-12 [colin]      2.2.0cvs3
2146
2147         * src/folder.c
2148         * src/mainwindow.c
2149         * src/mainwindow.h
2150         * src/messageview.c
2151         * src/prefs_spelling.c
2152         * src/procheader.c
2153         * src/procmsg.c
2154         * src/procmsg.h
2155         * src/summaryview.c
2156         * src/toolbar.c
2157         * src/toolbar.h
2158                 Add contextual menu on Compose toolbar
2159                 button. Fixes bug #944 (Automatic
2160                 addresses not applied when changing account
2161                 from compose window)
2162                 add Mailing List support
2163                 based on the old 0.6.5claws25 patch by
2164                 Melvin Hadasht, with finishing touches
2165                 by Colin
2166                 Fix "ignore thread" when mails are threaded by
2167                 subject (and weren't ignored although appearing
2168                 in the thread).
2169                 GUI rework.
2170                 Both patches by Pawel.
2171
2172 2006-05-08 [paul]       2.2.0cvs2
2173
2174         * src/mainwindow.c
2175         * src/mainwindow.h
2176         * src/messageview.c
2177         * src/procheader.c
2178         * src/procmsg.c
2179         * src/procmsg.h
2180         * src/summaryview.c
2181                 add Mailing List support
2182                 based on the old 0.6.5claws25 patch by 
2183                 Melvin Hadasht, with finishing touches
2184                 by Colin
2185
2186 2006-05-08 [colin]      2.2.0cvs1
2187
2188         * src/mainwindow.c
2189         * src/toolbar.c
2190         * src/toolbar.h
2191                 Add contextual menu on Compose toolbar 
2192                 button. Fixes bug #944 (Automatic 
2193                 addresses not applied when changing account 
2194                 from compose window)
2195
2196 2006-05-08 [paul]       2.2.0
2197
2198         2.2.0 released
2199
2200 2006-05-08 [paul]       2.1.1cvs51
2201
2202         * po/cs.po
2203         * po/de.po
2204         * po/en_GB.po
2205         * po/fi.po
2206         * po/fr.po
2207         * po/pt_BR.po
2208         * po/sr.po
2209         * po/zh_CN.po
2210                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2211                 Fabien Vantard, Frederico Goncalves Guimaraes,
2212                 Aleksandar Urosevic, and Ralgh Young
2213
2214 2006-05-12 [colin]      2.1.1cvs50
2215
2216         * po/cs.po
2217         * po/de.po
2218         * po/en_GB.po
2219         * po/es.po
2220         * po/fi.po
2221         * po/fr.po
2222         * po/pt_BR.po
2223         * po/sr.po
2224         * po/zh_CN.po
2225                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2226                 Fabien Vantard, Frederico Goncalves Guimaraes,
2227                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2228
2229 2006-05-05 [colin]      2.1.1cvs49
2230
2231         * manual/Makefile.am
2232         * manual/pl/Makefile.am
2233         * manual/pl/account.xml
2234         * manual/pl/ack.xml
2235         * manual/pl/addrbook.xml
2236         * manual/pl/advanced.xml
2237         * manual/pl/faq.xml
2238         * manual/pl/glossary.xml
2239         * manual/pl/gpl.xml
2240         * manual/pl/handling.xml
2241         * manual/pl/intro.xml
2242         * manual/pl/keyboard.xml
2243         * manual/pl/plugins.xml
2244         * manual/pl/starting.xml
2245         * manual/pl/sylpheed-claws-manual.xml
2246         * manual/pl/dist/.cvsignore
2247         * manual/pl/dist/Makefile.am
2248         * manual/pl/dist/html/.cvsignore
2249         * manual/pl/dist/html/Makefile.am
2250         * manual/pl/dist/pdf/.cvsignore
2251         * manual/pl/dist/pdf/Makefile.am
2252         * manual/pl/dist/ps/.cvsignore
2253         * manual/pl/dist/ps/Makefile.am
2254         * manual/pl/dist/txt/.cvsignore
2255         * manual/pl/dist/txt/Makefile.am
2256                 Add the polish translation of the manual,
2257                 Authored by Pawel Pekala.
2258
2259 2006-05-05 [cleroy]     2.1.1cvs48
2260
2261         * src/main.c
2262                 Re-read matcherrc after loading plugins 
2263                 if some of them add folders.
2264
2265 2006-05-03 [colin]      2.1.1cvs47
2266
2267         * src/imap.c
2268                 I'm idiot
2269
2270 2006-05-03 [colin]      2.1.1cvs46
2271
2272         * src/imap.c
2273                 Be sure to have a session when
2274                 getting separator
2275
2276 2006-05-03 [colin]      2.1.1cvs45
2277
2278         * src/imap.c
2279         * src/imap.h
2280         * src/imap_gtk.c
2281                 Fix preventing renaming with namespace 
2282                 separator.
2283
2284 2006-05-01 [colin]      2.1.1cvs44
2285
2286         * src/action.c
2287                 Don't reload messageview when result of
2288                 action is piped.
2289
2290 2006-04-29 [colin]      2.1.1cvs43
2291
2292         * src/prefs_receive.c
2293         * src/plugins/spamassassin/spamassassin_gtk.c
2294         * src/plugins/clamav/clamav_plugin_gtk.c
2295                 GUI fixes by Pawel
2296
2297 2006-04-29 [colin]      2.1.1cvs42
2298
2299         * src/prefs_compose_writing.c
2300         * src/prefs_quote.c
2301                 Cleanups. Patch by Pawel
2302
2303 2006-04-28 [paul]       2.1.1cvs41
2304
2305         * src/matcher.c
2306                 fix returned quick search results when search
2307                 term contains an underscore.
2308                 Thanks to Colin
2309
2310 2006-04-28 [paul]       2.1.1cvs40
2311
2312         * src/prefs_message.c
2313         * src/prefs_receive.c
2314                 GUI cleanups
2315                 Patches by Pawel Pekala
2316
2317 2006-04-27 [colin]      2.1.1cvs39
2318
2319         * src/wizard.c
2320                 Differentiate subject Welcome from
2321                 window's title Welcome
2322
2323 2006-04-27 [paul]
2324
2325         2.2.0-rc1 released
2326
2327 2006-04-27 [paul]       2.1.1cvs38
2328
2329         * manual/advanced.xml
2330         * manual/fr/advanced.xml
2331                 add info about compose_no_markup hidden pref
2332
2333 2006-04-27 [paul]       2.1.1cvs37
2334
2335         * src/prefs_account.c
2336                 improve privacy labels
2337         * src/prefs_msg_colors.c
2338                 change some strings for translators' convenience
2339         * src/gtk/gtkutils.c
2340                 don't underline the link button text
2341
2342 2006-04-25 [colin]      2.1.1cvs36
2343
2344         * src/folder.c
2345                 Complete 2.1.1cvs33 (once more ;)
2346
2347 2006-04-25 [colin]      2.1.1cvs35
2348
2349         * src/editldap.c
2350                 Fix tooltip
2351
2352 2006-04-25 [cleroy]     2.1.1cvs34
2353
2354         * src/compose.c
2355         * src/gtk/gtkaspell.c
2356                 Fix crash on redirect (related to the return 
2357                 of the aspell menu in compose's toolbar)
2358         * src/prefs_msg_colors.c
2359                 Fix sensitivity widgets
2360         * src/image_viewer.c
2361         * src/gtk/pluginwindow.c
2362         * src/gtk/prefswindow.c
2363                 Change released signals to clicked (Fabien)
2364         * po/POTFILES.in
2365         * src/common/socket.c
2366         * src/plugins/spamassassin/spamassassin.c
2367                 Translate strings (Fabien)
2368
2369 2006-04-25 [paul]       2.1.1cvs33
2370
2371         * src/folder.c
2372         * src/folder.h
2373         * src/folderview.c
2374                 complete the fix of bug #912
2375                 Thanks to Colin
2376
2377 2006-04-25 [colin]      2.1.1cvs32
2378
2379         * src/news.c
2380                 Better progress bar
2381         * src/mimeview.c
2382         * src/summaryview.c
2383         * src/summaryview.h
2384                 Fix focus chain
2385                 Patches by Pawel Pekala
2386
2387 2006-04-24 [colin]      2.1.1cvs31
2388
2389         * src/compose.c
2390                 Fix compilation warnings (Fabien)
2391
2392 2006-04-24 [colin]      2.1.1cvs30
2393
2394         * src/addrindex.c
2395         * src/editldap.c
2396         * src/editldap_basedn.c
2397         * src/editldap_basedn.h
2398         * src/ldapctrl.c
2399         * src/ldapctrl.h
2400         * src/ldapquery.c
2401         * src/ldaputil.c
2402         * src/ldaputil.h
2403                 Fix bug #901 (LDAPS support)
2404
2405 2006-04-24 [colin]      2.1.1cvs29
2406
2407         * src/compose.c
2408                 Fix logic on error with send dialog on
2409         * src/imap.c
2410                 Fix compilation without libetpan, thanks
2411                 to Fabien
2412         * src/summaryview.c
2413                 Fix 'context-menu' key
2414
2415 2006-04-23 [colin]      2.1.1cvs28
2416
2417         * src/folder.c
2418                 Never free current's cache to free up 
2419                 memory. Fixes bug #912 (new count 
2420                 randomly set to message count)
2421
2422 2006-04-23 [colin]      2.1.1cvs27
2423
2424         * src/gtk/quicksearch.c
2425                 And remove printf...
2426
2427 2006-04-23 [colin]      2.1.1cvs26
2428
2429         * src/gtk/quicksearch.c
2430                 Fix replacing in quicksearch, and fix inserting
2431                 in the middle of the string. (introduced at 2.1.0cvs22)
2432
2433 2006-04-23 [colin]      2.1.1cvs25
2434
2435         * src/imap.c
2436                 Make sure uidnext is initialized in get_num_list
2437                 (not for stable, related to 2.1.1cvs8 and friends)
2438
2439 2006-04-23 [colin]      2.1.1cvs24
2440
2441         * src/imap.c
2442                 Output something when login is successful
2443                 too
2444
2445 2006-04-23 [colin]      2.1.1cvs23
2446
2447         * src/etpan/imap-thread.c
2448                 Better logging (line-per-line, hide data in fetch)
2449                 Fix a const warning
2450         * src/gtk/logwindow.c
2451         * src/gtk/logwindow.h
2452                 Better logging (color for input/output)
2453
2454 2006-04-21 [colin]      2.1.1cvs22
2455
2456         * src/gtk/quicksearch.c
2457                 On gtk+-2.8, use stock buttons in quicksearch
2458                 Based on a patch by Fabien and a design by Paul
2459
2460 2006-04-21 [colin]      2.1.1cvs21
2461
2462         * src/folderview.c
2463         * src/mainwindow.c
2464                 Fix occasional flicker in folderview
2465         * src/common/utils.c
2466                 Fix bug #943 (Incorrectly parsed email address 
2467                 list in short headers on message view and in 
2468                 printouts)
2469
2470 2006-04-20 [colin]      2.1.1cvs20
2471
2472         * src/imap.c
2473         * src/imap.h
2474         * src/prefs_account.c
2475                 Add ANONYMOUS auth for IMAP
2476
2477 2006-04-20 [paul]       2.1.1cvs19
2478
2479         * src/main.c
2480                 proper fix for 2.1.1cvs18
2481                 Thanks to Colin
2482
2483 2006-04-20 [paul]       2.1.1cvs18
2484
2485         * src/main.c
2486                 fix build warnings
2487
2488 2006-04-20 [paul]       2.1.1cvs17
2489
2490         * src/gtk/quicksearch.c
2491                 fix standard, non-extended Quick search,
2492                 was broken in 2.1.1cvs15.
2493                 Thanks to Colin.
2494
2495 2006-04-20 [colin]      2.1.1cvs16
2496
2497         * src/prefs_matcher.c
2498                 Fix values when reselecting a ~test
2499                 rule
2500
2501 2006-04-19 [colin]      2.1.1cvs15
2502
2503         * src/compose.c
2504         * src/compose.h
2505         * src/gtk/gtkaspell.c
2506         * src/gtk/gtkaspell.h
2507                 Put back Options menu in Spelling/
2508         * src/gtk/quicksearch.c
2509                 Don't search, and show error, if the
2510                 advanced search has a syntax error
2511
2512 2006-04-18 [colin]      2.1.1cvs14
2513
2514         * src/textview.c
2515                 Fix gdk warnings on set_cursor when textview
2516                 isn't visible
2517
2518 2006-04-18 [colin]      2.1.1cvs13
2519
2520         * src/gtk/gtksctree.c
2521                 Remove seemingly useless refresh that causes
2522                 flicker - watch this commit in case of 
2523                 problems before planned backport to stable
2524
2525 2006-04-18 [colin]      2.1.1cvs12
2526
2527         * src/imap.c
2528                 Factorize get/set_xml code
2529         * src/compose.c
2530         * src/prefs_account.c
2531         * src/prefs_account.h
2532         * src/procmsg.c
2533                 Add Encrypt to self option
2534
2535 2006-04-17 [colin]      2.1.1cvs11
2536
2537         * configure.ac
2538                 Fix search on encrpyt function on dragonfly
2539                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2540
2541 2006-04-17 [colin]      2.1.1cvs10
2542
2543         * src/prefs_account.c
2544                 Be safe by default: remove mails from POP3
2545                 after 7 days, not immediately
2546
2547 2006-04-17 [colin]      2.1.1cvs9
2548
2549         * src/etpan/imap-thread.c
2550                 Fix build on DragonFly - patch by 
2551                 Jonathan Buschmann <jonthn@agmact.com>
2552
2553 2006-04-17 [colin]      2.1.1cvs8
2554
2555         * src/imap.c
2556                 Save uidnext between sessions
2557
2558 2006-04-17 [colin]      2.1.1cvs7
2559
2560         * src/imap.c
2561                 scan is required when uid validity changes
2562
2563 2006-04-17 [colin]      2.1.1cvs6
2564
2565         * src/folderview.c
2566                 Don't scan if not necessary, apart in current
2567                 folder and INBOX to fetch flags.
2568         * src/imap.c
2569                 Scan is necessary if unread count changes
2570
2571 2006-04-17 [colin]      2.1.1cvs5
2572
2573         * src/imap.c
2574                 ...But always fetch ANSWERED and DELETED flags for
2575                 INBOX, as filtering can happen on these flags.
2576
2577 2006-04-17 [colin]      2.1.1cvs4
2578
2579         * src/imap.c
2580                 Don't fetch REPLIED and DELETED flags when synchronising
2581                 flags with a closed folder. We only need UNSEEN and FLAGGED
2582                 to update the folderview.
2583
2584 2006-04-17 [colin]      2.1.1cvs3
2585
2586         * src/imap.c
2587                 Faster flag search when there are new mails 
2588                 in a folder. We can do a full search if the 
2589                 folder contains less messages than the new
2590                 list.
2591
2592 2006-04-17 [colin]      2.1.1cvs2
2593
2594         * po/cs.po
2595         * po/de.po
2596         * po/fr.po
2597         * po/nl.po
2598         * po/pt_BR.po
2599                 Update translations from stable branch
2600
2601 2006-04-17 [colin]      2.1.1cvs1
2602
2603         * configure.ac
2604                 Bump version to follow stable release
2605
2606 2006-04-16 [mones]      2.1.0cvs50
2607
2608         * po/es.po
2609                 Updated for release
2610
2611 2006-04-16 [colin]      2.1.0cvs49
2612
2613         * src/textview.c
2614                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2615                 with gtk < 2.8. Thanks to Fabien Vantard.
2616
2617 2006-04-15 [colin]      2.1.0cvs48
2618
2619         * src/etpan/imap-thread.c
2620                 Fix bug #919 (libetpan: SEGV when connecting 
2621                 using command)
2622
2623 2006-04-14 [colin]      2.1.0cvs47
2624
2625         * src/main.c
2626                 Fix race on --select (should be done better)
2627
2628 2006-04-14 [wwp]        2.1.0cvs46
2629
2630         * src/send_message.c
2631                 enforce a check for domain in account prefs (a sending
2632                 error could be faced if domain was checked but no value set),
2633                 thanks to Colin.
2634
2635 2006-04-14 [colin]      2.1.0cvs45
2636
2637         * src/codeconv.c
2638                 when converting from unknown to unknown, if the
2639                 string is UTF8, don't convert it to the locale
2640                 (which breaks it)
2641
2642 2006-04-14 [colin]      2.1.0cvs44
2643
2644         * src/compose.c
2645                 Don't try to use ASCII for converting headers
2646                 (as done in body)
2647
2648 2006-04-14 [paul]       2.1.0cvs43
2649
2650         * src/crash.c
2651                 add locale/charset info to crash report
2652         * src/gtk/about.c
2653                 add wwp to doc team
2654                 replace 'e-mail' with preferred 'email'
2655         * src/gtk/authors.h
2656                 ensure contributors list is in alphabetical
2657                 order
2658
2659 2006-04-13 [colin]      2.1.0cvs42
2660
2661         * src/textview.c
2662                 Prevent gdk warnings
2663
2664 2006-04-13 [colin]      2.1.0cvs41
2665
2666         * src/common/ssl_certificate.c
2667         * src/common/ssl_certificate.h
2668         * src/gtk/sslcertwindow.c
2669                 Warn on expired certs, and display the expiration date
2670
2671 2006-04-13 [colin]      2.1.0cvs40
2672
2673         * src/plugins/spamassassin/spamassassin_gtk.c
2674                 Fix missing set_text on unix socket
2675
2676 2006-04-13 [wwp]        2.1.0cvs39
2677
2678         * manual/fr/advanced.xml
2679         * manual/fr/glossary.xml
2680                 applied new spam/ham/email lexicon (pourriel, courriel)
2681
2682 2006-04-13 [paul]       2.1.0cvs38
2683
2684         * src/plugins/pgpmime/plugin.c
2685                 remove the mention of S/MIME from the
2686                 description. This is now handled by the
2687                 S/MIME plugin.
2688
2689 2006-04-13 [paul]       2.1.0cvs37
2690
2691         * src/prefs_msg_colors.c
2692                 rework dialog
2693         * src/prefs_folder_item.c
2694         * src/prefs_spelling.c
2695                 add a tooltip to the colour selector buttons
2696
2697 2006-04-13 [wwp]        2.1.0cvs36
2698
2699         * manual/advanced.xml
2700         * manual/glossary.xml
2701         * manual/handling.xml
2702         * manual/keyboard.xml
2703         * manual/plugins.xml
2704         * manual/starting.xml
2705         * manual/fr/account.xml
2706         * manual/fr/ack.xml
2707         * manual/fr/addrbook.xml
2708         * manual/fr/advanced.xml
2709         * manual/fr/faq.xml
2710         * manual/fr/glossary.xml
2711         * manual/fr/gpl.xml
2712         * manual/fr/handling.xml
2713         * manual/fr/intro.xml
2714         * manual/fr/keyboard.xml
2715         * manual/fr/plugins.xml
2716         * manual/fr/starting.xml
2717         * manual/fr/sylpheed-claws-manual.xml
2718                 fixes to the manuals:
2719                  - summaryview -> Message List (same in French)
2720                  - translate key names
2721                  - fix French punctuation, use non-breakable spaces when
2722                    necessary, don't use &thinsp; which is not portable
2723                  - tell what maildir and mbox formats we support
2724
2725 2006-04-12 [wwp]        2.1.0cvs35
2726
2727         * src/prefs_toolbar.c
2728                 unified a replace button more,
2729                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2730
2731 2006-04-12 [wwp]        2.1.0cvs34
2732
2733         * src/prefs_common.c
2734         * src/prefs_msg_colors.c
2735                 make default color labels translatable,
2736                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2737                 thanks to Tim <timbrain@post.cz> for reporting.
2738
2739 2006-04-12 [wwp]        2.1.0cvs33
2740
2741         * manual/glossary.xml
2742         * manual/intro.xml
2743         * manual/plugins.xml
2744         * manual/starting.xml
2745         * manual/sylpheed-claws-manual.xml
2746         * manual/fr/.cvsignore
2747         * manual/fr/account.xml
2748         * manual/fr/ack.xml
2749         * manual/fr/addrbook.xml
2750         * manual/fr/advanced.xml
2751         * manual/fr/faq.xml
2752         * manual/fr/glossary.xml
2753         * manual/fr/handling.xml
2754         * manual/fr/intro.xml
2755         * manual/fr/keyboard.xml
2756         * manual/fr/plugins.xml
2757         * manual/fr/starting.xml
2758         * manual/fr/sylpheed-claws-manual.xml
2759                 various fixes: typos, missing .fr translations, punctuation,
2760                 capitalization, links, accents and some bad French more.
2761
2762 2006-04-12 [wwp]        2.1.0cvs32
2763
2764         * src/prefs_gtk.c
2765                 fix for bug #935: always store prefs files in UTF-8 (thanks
2766                 to Colin).
2767
2768 2006-04-11 [colin]      2.1.0cvs31
2769
2770         * src/compose.c
2771                 Fix inserting files not in utf8 when locale is utf8
2772
2773 2006-04-11 [colin]      2.1.0cvs30
2774
2775         * src/inc.c
2776                 Don't show error dialog when cancelling connection
2777                 Patch by Pawel
2778
2779 2006-04-11 [cleroy]     2.1.0cvs29
2780
2781         * src/compose.c
2782                 Implement multiple quote levels
2783         * src/prefs_common.c
2784                 Change a little bit the quote bgcolor for 2nd level
2785
2786 2006-04-11 [colin]      2.1.0cvs28
2787
2788         * src/gtk/about.c
2789                 Add locale and charset in the label
2790
2791 2006-04-10 [colin]      2.1.0cvs27
2792
2793         * src/compose.c
2794         * src/prefs_common.c
2795         * src/prefs_common.h
2796         * src/prefs_msg_colors.c
2797         * src/textview.c
2798                 Allow optional background color in quotes
2799                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2800                 GTK+-2.8.x feature
2801
2802 2006-04-10 [colin]      2.1.0cvs26
2803
2804         * src/main.c
2805         * src/mainwindow.c
2806         * src/mainwindow.h
2807                 Implement --select
2808
2809 2006-04-10 [colin]      2.1.0cvs25
2810
2811         * manual/plugins.xml
2812         * manual/fr/plugins.xml
2813                 Document libcurl's proxy variables
2814
2815 2006-04-09 [colin]      2.1.0cvs24
2816
2817         * src/prefs_common.c
2818                 gettext() returns statically allocated stuff. We have
2819                 to strdup it in order to be able to free it.
2820
2821 2006-04-09 [colin]      2.1.0cvs23
2822
2823         * AUTHORS
2824         * src/gtk/authors.h
2825                 Add Alexei
2826
2827 2006-04-09 [colin]      2.1.0cvs22
2828
2829         * src/mainwindow.c
2830         * src/gtk/quicksearch.c
2831                 Fix bug #859 (problems with cyrilic input in 
2832                 search panel) - Patch by Alexey Illarionov 
2833                 <littlesavage@rambler.ru>
2834
2835 2006-04-09 [colin]      2.1.0cvs21
2836
2837         * src/prefs_customheader.c
2838                 I prefer removing then freeing rather than the contrary
2839                 (even if it doesn't change anything ;-)
2840         * src/prefs_account.c
2841                 Fix bug #933 (Crash re-entering the custom headers list 
2842                 dialog in accounts prefs)
2843                 The problem happened when cancelling the Account 
2844                 Preferences' dialogs - in which case we didn't do 
2845                 anything to the PrefsAccount * struct. In case of applying,
2846                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2847                 working with in this dialog. The problem is that 
2848                 prefs_customheader.c, working on this tmp_ac_prefs, always
2849                 changes the ->customhdr_list pointer, even when cancelled. 
2850                 So in case of cancelling the prefs_account dialog, we still
2851                 have to update ->customhdr_list in the real account.
2852
2853 2006-04-08 [colin]      2.1.0cvs20
2854
2855         * manual/fr/glossary.xml
2856         * manual/fr/keyboard.xml
2857                 Forgot some headers :)
2858
2859 2006-04-08 [colin]      2.1.0cvs19
2860
2861         * manual/Makefile.am
2862         * manual/fr/Makefile.am
2863         * manual/fr/account.xml
2864         * manual/fr/ack.xml
2865         * manual/fr/addrbook.xml
2866         * manual/fr/advanced.xml
2867         * manual/fr/faq.xml
2868         * manual/fr/glossary.xml
2869         * manual/fr/gpl.xml
2870         * manual/fr/handling.xml
2871         * manual/fr/intro.xml
2872         * manual/fr/keyboard.xml
2873         * manual/fr/plugins.xml
2874         * manual/fr/starting.xml
2875         * manual/fr/sylpheed-claws-manual.xml
2876         * manual/fr/dist/.cvsignore
2877         * manual/fr/dist/Makefile.am
2878         * manual/fr/dist/html/.cvsignore
2879         * manual/fr/dist/html/Makefile.am
2880         * manual/fr/dist/pdf/.cvsignore
2881         * manual/fr/dist/pdf/Makefile.am
2882         * manual/fr/dist/ps/.cvsignore
2883         * manual/fr/dist/ps/Makefile.am
2884         * manual/fr/dist/txt/.cvsignore
2885         * manual/fr/dist/txt/Makefile.am
2886                 Add the french translation of the manual. Thanks to
2887                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2888                 account.xml, ack.xml, addrbook.xml and advanced.xml
2889
2890 2006-04-08 [colin]      2.1.0cvs18
2891
2892         * manual/plugins.xml
2893         * manual/starting.xml
2894                 More fixes
2895
2896 2006-04-07 [colin]      2.1.0cvs17
2897
2898         * manual/faq.xml
2899         * manual/intro.xml
2900         * manual/keyboard.xml
2901                 Little fixes
2902
2903 2006-04-07 [colin]      2.1.0cvs16
2904
2905         * README
2906         * src/compose.c
2907         * src/prefs_common.c
2908         * src/prefs_common.h
2909                 Add hidden compose_no_markup pref
2910
2911 2006-04-07 [wwp]        2.1.0cvs15
2912
2913         * src/summary_search.c
2914         * .cvsignore
2915                 Bugfix: stop button was sticky when searching in an empty folder.
2916                 Applied curly brackets code style to the whole file (summary_search.c).
2917                 More files to ignore.
2918
2919 2006-04-07 [wwp]        2.1.0cvs14
2920
2921         * src/message_search.c
2922         * src/summary_search.c
2923                 changed default button when search bumps at file/folder
2924                 beginning or end, for convenience (thanks to Colin).
2925
2926 2006-04-07 [paul]       2.1.0cvs13
2927
2928         * src/plugins/dillo_viewer/dillo_prefs.c
2929                 avoid future potential for namespace collision
2930                 Patch by Colin
2931
2932 2006-04-06 [wwp]        2.1.0cvs12
2933
2934         * src/summary_search.c
2935                 Unify extended/advanced searches names (and thus factorize labels),
2936                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2937
2938 2006-04-06 [wwp]        2.1.0cvs11
2939
2940         * src/folderview.c
2941         * src/prefs_themes.c
2942         * src/summaryview.c
2943                 Fixed some compilation warnings.
2944
2945 2006-04-06 [colin]      2.1.0cvs10
2946
2947         * manual/advanced.xml
2948                 Document the wizard template and how to deploy
2949                 Sylpheed-Claws effectively
2950
2951 2006-04-06 [colin]      2.1.0cvs9
2952
2953         * src/folderview.c
2954                 gettext patch to tell translators about _("#"),
2955                 by Maxim Britov
2956
2957 2006-04-06 [colin]      2.1.0cvs8
2958
2959         * src/textview.c
2960                 Fix invalid GtkTextBIter after clicking "Display as text"
2961
2962 2006-04-06 [mones]      2.1.0cvs7
2963
2964         * src/addr_compl.c
2965         * src/addrindex.c
2966         * src/addritem.c
2967         * src/codeconv.c
2968         * src/compose.c
2969         * src/filtering.c
2970         * src/folder.c
2971         * src/folder_item_prefs.c
2972         * src/folderview.c
2973         * src/localfolder.c
2974         * src/matcher.c
2975         * src/mimeview.c
2976         * src/prefs_msg_colors.c
2977         * src/prefs_spelling.c
2978         * src/prefs_themes.c
2979         * src/procmime.c
2980         * src/procmsg.c
2981         * src/stock_pixmap.c
2982         * src/summaryview.c
2983         * src/textview.c
2984         * src/toolbar.c
2985         * src/common/mgutils.c
2986         * src/common/prefs.c
2987         * src/common/ssl_certificate.c
2988         * src/gtk/colorlabel.c
2989         * src/gtk/quicksearch.c
2990         * src/plugins/pgpmime/pgpmime.c
2991         * src/plugins/spamassassin/spamassassin.c
2992                 Removed redundant NULL checks for g_free() calls.
2993                 Patch by Pawel Pekala.
2994
2995 2006-04-06 [mones]      2.1.0cvs6
2996
2997         * src/prefs_actions.c
2998         * src/prefs_filtering.c
2999         * src/prefs_filtering_action.c
3000         * src/prefs_matcher.c
3001         * src/prefs_template.c
3002         * src/gtk/gtkutils.c
3003         * src/gtk/gtkutils.h
3004                 Have a nice replace button. Patch by Pawel Pekala
3005
3006 2006-04-06 [colin]      2.1.0cvs5
3007
3008         * src/addressbook.c
3009                 Fix crash with empty columns
3010
3011 2006-04-05 [colin]      2.1.0cvs4
3012
3013         * src/wizard.c
3014         * src/prefs_gtk.c
3015                 Allow wizard customization with pre-filled values
3016
3017 2006-04-05 [colin]      2.1.0cvs3
3018
3019         * src/textview.c
3020         * src/mimeview.c
3021         * src/mimeview.h
3022                 Nicer messages in mimeview
3023
3024 2006-04-05 [colin]      2.1.0cvs2
3025
3026         * src/addressbook.c
3027         * src/prefs_summaries.c
3028                 i18n fix
3029
3030 2006-04-05 [colin]      2.1.0cvs1
3031
3032         * src/plugins/pgpcore/plugin.c
3033         * src/plugins/pgpcore/select-keys.c
3034         * src/plugins/pgpcore/select-keys.h
3035         * src/plugins/pgpcore/sgpgme.c
3036         * src/plugins/pgpcore/sgpgme.h
3037         * src/plugins/pgpinline/pgpinline.c
3038         * src/plugins/pgpinline/plugin.c
3039         * src/plugins/pgpmime/pgpmime.c
3040         * src/plugins/pgpmime/plugin.c
3041                 Factorize and generalize a bit 
3042                 Drop S/MIME signature verification from PGP/MIME
3043                 (adding it as another, more complete plugin)
3044
3045 2006-04-05 [paul]       2.1.0
3046
3047         2.1.0 released
3048
3049 2006-04-05 [paul]       2.0.0cvs186
3050
3051         * manual/advanced.xml
3052                 add info on colour labels
3053
3054 2006-04-05 [paul]       2.0.0cvs185
3055
3056         * po/bg.po
3057         * po/cs.po
3058         * po/de.po
3059         * po/el.po
3060         * po/en_GB.po
3061         * po/fi.po
3062         * po/fr.po
3063         * po/it.po
3064         * po/nl.po
3065         * po/pl.po
3066         * po/pt_BR.po
3067         * po/sr.po
3068         * po/zh_CN.po
3069                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3070                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3071                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3072                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3073         * src/gtk/authors.h
3074         * tools/claws.i18n.status.pl
3075                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3076                 and new Czech translator, Tim <timbrain@post.cz>
3077
3078 2006-04-05 [mones]      2.0.0cvs184
3079
3080         * po/es.po
3081                 Updated translation
3082
3083 2006-04-05 [colin]      2.0.0cvs183
3084
3085         * src/gtk/quicksearch.c
3086                 Fix bug #929 (unnecessary reload in quick search bar)
3087
3088 2006-04-05 [colin]      2.0.0cvs182
3089
3090         * src/compose.c
3091                 Fix crash on Reply with no From:
3092                 Show signature and conversion error on queuing 
3093                 (but not sending)
3094         * src/mainwindow.c
3095         * src/summaryview.c
3096         * src/summaryview.h
3097                 Factorize threading code and make sure msginfo 
3098                 is not null when it comes from a GtkCTreeRow's 
3099                 data
3100         * src/gtk/gtkaspell.c
3101                 Check for necessary things
3102         * src/gtk/gtksctree.c
3103         * src/gtk/gtksctree.h
3104                 Reset anchor if necessary when removing node
3105
3106 2006-03-29 [colin]      2.0.0cvs181
3107
3108         * src/folderview.c
3109                 Warn for disabled IMAP accounts (due to lack of
3110                 libetpan). Breaks string-freeze - sorry - but it
3111                 is kind of important ;)
3112
3113 2006-03-28 [colin]      2.0.0cvs180
3114
3115         * src/gtk/gtkutils.c
3116         * src/gtk/gtkutils.h
3117                 Add a gtkut_get_link_btn() function that
3118                 creates a button which acts like an URI
3119         * src/prefs_themes.c
3120         * src/gtk/about.c
3121                 Use this function (factorizes codes)
3122         * src/common/defs.h
3123         * src/gtk/pluginwindow.c
3124                 Add a "Get more..." in the plugins window
3125
3126 2006-03-28 [colin]      2.0.0cvs179
3127
3128         * src/common/smtp.c
3129         * src/common/passcrypt.c
3130         * src/undo.c
3131                 Warning fixes. Patch by Pawel Pekala
3132
3133 2006-03-27 [colin]      2.0.0cvs178
3134
3135         * src/undo.c
3136                 Fix undoing by blocks with spaces
3137
3138 2006-03-27 [colin]      2.0.0cvs177
3139
3140         * src/textview.c
3141                 Set margin to 3px for headers
3142
3143 2006-03-27 [paul]
3144
3145         2.1.0-rc2 released
3146
3147 2006-03-27 [wwp]        2.0.0cvs176
3148
3149         * src/summaryview.c
3150                 don't reset quicksearch when updating the message list.
3151                 Thanks to Colin.
3152
3153 2006-03-26 [wwp]        2.0.0cvs175
3154
3155         * src/compose.c
3156                 use a unified border width ('other' tab in the compose window,
3157                 patch by Pawel Pekala).
3158
3159
3160 2006-03-26 [wwp]        2.0.0cvs174
3161
3162         * src/common/quoted-printable.c
3163         * src/addressbook.c
3164                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3165
3166 2006-03-26 [colin]      2.0.0cvs173
3167
3168         * src/quote_fmt_parse.y
3169                 Fix non-UTF8 date formats messing up the whole quote a 
3170                 little bit
3171
3172 2006-03-26 [colin]      2.0.0cvs172
3173
3174         * src/procheader.c
3175                 Make sure the date is UTF8 valid, or try to make it
3176                 so. IncrediMail is really IncrediStupid.
3177         * src/compose.c
3178                 Fix possible conversions. 
3179                 
3180
3181 2006-03-26 [colin]      2.0.0cvs171
3182
3183         * src/matcher.c
3184                 Fix corner cases in body search. This is still a
3185                 hack... It seems impossible to make it good and 
3186                 reasonably fast at the same time.
3187
3188 2006-03-26 [colin]      2.0.0cvs170
3189
3190         * src/summaryview.c
3191                 I think I killed the twilight zone bug!
3192                 summary_select_node() flushes GTK events in order
3193                 to be able to center the view. But this also 
3194                 flushes keypresses like Ctrl-Alt-U, so this can
3195                 call summary_show from summary_select_node (itself
3196                 called from summary_show, etc.). And the summaryview
3197                 has to be unlocked in this function. So just locking
3198                 while processing GTK events, and bailing if locked, 
3199                 should fix it.
3200                 Fixes bug #927 (SIGSEGV during Update Summary)
3201
3202 2006-03-25 [colin]      2.0.0cvs169
3203
3204         * src/matcher.c
3205                 Fix search in QP-encoded bodies
3206                 Fix utf-8 searches in bodies encoded in the
3207                 locale's encoding
3208         * src/common/quoted-printable.c
3209         * src/common/quoted-printable.h
3210                 Add a decode function that doesn't overwrite
3211                 the original pointer
3212                 
3213
3214 2006-03-24 [colin]      2.0.0cvs168
3215
3216         * src/action.c
3217         * src/summaryview.c
3218         * src/summaryview.h
3219                 Update message cache after action
3220                 Patch by H. Merijn Brand
3221         * src/prefs_msg_colors.c
3222                 Factorize label 
3223                 Patch by Fabien Vantard
3224         * src/plugins/spamassassin/spamassassin_gtk.c
3225                 Remove useless translation
3226                 Patch by Fabien Vantard
3227
3228 2006-03-23 [colin]      2.0.0cvs167
3229
3230         * src/common/ssl.c
3231                 Let 30 seconds to SSL_connect
3232
3233 2006-03-23 [wwp]        2.0.0cvs166
3234
3235         * src/summaryview.c
3236         * src/gtk/description_window.c
3237                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3238                 and headers are translated; adjust description windows' width to fit their
3239                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3240
3241 2006-03-23 [paul]       2.0.0cvs165
3242
3243         * src/common/utils.c
3244                 fix highlighting of URIs containing "()"
3245                 (2.0.0cvs164's reversal fixed)
3246                 Thanks to Colin.
3247
3248 2006-03-23 [paul]       2.0.0cvs164
3249
3250         * src/common/utils.c
3251                 revert patch, (postponing a fix), at 2.0.0cvs120
3252                 as it breaks more URIs than it fixes.
3253                 Allow '-' to be a terminating character in a URI
3254
3255 2006-03-22 [colin]      2.0.0cvs163
3256
3257         * configure.ac
3258                 Require libetpan 0.45
3259                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3260
3261 2006-03-22 [paul]       2.0.0cvs162
3262
3263         * src/editgroup.c
3264                 replace '<-' and '->' buttons with GTK_STOCK graphical
3265                 buttons
3266         * src/summary_search.c
3267                 don't offer '...' for translation
3268                 add a tooltip to advanced search '...' button
3269         * src/gtk/quicksearch.c
3270                 don't offer '...' for translation
3271
3272 2006-03-21 [colin]      2.0.0cvs161
3273
3274         * src/compose.c
3275                 Fix middle-click pasting (insert at click
3276                 position instead of cursor position, don't
3277                 remove existing selection and allow pasting
3278                 our own selection)
3279         * src/addressbook.c
3280                 "LDAP Server" -> "LDAP servers"
3281
3282 2006-03-21 [wwp]        2.0.0cvs160
3283
3284         * src/etpan/imap-thread.c
3285                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3286
3287 2006-03-20 [colin]      2.0.0cvs159
3288
3289         * src/summaryview.c
3290                 Don't reload summaryview after an execute with no
3291                 move action
3292
3293 2006-03-19 [colin]      2.0.0cvs158
3294
3295         * src/addressbook.c
3296                 and put groups at the top, always
3297
3298 2006-03-19 [colin]      2.0.0cvs157
3299
3300         * src/addressbook.c
3301                 Order groups before names, as previously
3302
3303 2006-03-19 [colin]      2.0.0cvs156
3304
3305         * src/addressbook.c
3306                 - Sort case-unsensitive
3307                 - Put the sort arrow at opening too
3308
3309 2006-03-19 [wwp]        2.0.0cvs155
3310
3311         * src/addressbook.c
3312                 allow sorting by name/email/remarks, ensure that right-pane's contents
3313                 matches the left-pane selection (cleared when appropriate).
3314                 Patch by Pawel Pekala <c0rn@o2.pl>.
3315
3316 2006-03-18 [colin]      2.0.0cvs154
3317
3318         * src/textview.c
3319                 Fix text cursor ;)
3320
3321 2006-03-18 [colin]      2.0.0cvs153
3322
3323         * src/gtk/filesel.c
3324                 Make sure we hide the preview if we didn't get
3325                 a filename
3326
3327 2006-03-18 [colin]      2.0.0cvs152
3328
3329         * src/summaryview.c
3330                 Set cursor to watch for execution (fixes lack
3331                 of watch-cursor when dnd'ing hundreds of mails)
3332         * src/gtk/filesel.c
3333                 Check that mime type is 'image/*' before updating
3334                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3335
3336 2006-03-18 [colin]      2.0.0cvs151
3337
3338         * src/mainwindow.c
3339         * src/textview.c
3340         * src/textview.h
3341                 Put a watch cursor in textview too when the mainwindow's
3342                 cursor in a watch
3343
3344 2006-03-18 [colin]      2.0.0cvs150
3345
3346         * src/folder.c
3347                 Change wrong asserts to simple tests
3348
3349 2006-03-17 [colin]      2.0.0cvs149
3350
3351         * src/mainwindow.c
3352         * src/mainwindow.h
3353         * src/prefs_msg_colors.c
3354         * src/summaryview.c
3355         * src/summaryview.h
3356         * src/gtk/colorlabel.c
3357         * src/gtk/colorlabel.h
3358                 Add a color label menu in the main menubar
3359                 Add (fixed) accels Ctrl-{0-7} to change the color
3360                 They have to be fixed because the menu's dynamic,
3361                 the items are complex widgets, hence we can't use
3362                 a GtkItemFactory.
3363
3364
3365 2006-03-17 [wwp]        2.0.0cvs148
3366
3367         * src/compose.c
3368                 rollback few lines from my previous commit (those lines come from
3369                 a pending patch, accidentally commited, even if neutral as they are
3370                 commented out).
3371
3372 2006-03-17 [wwp]        2.0.0cvs147
3373
3374         * src/compose.c
3375                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3376                 applied code style/indentation to the modified function.
3377
3378 2006-03-17 [wwp]        2.0.0cvs146
3379
3380         * src/procmsg.c
3381         * src/compose.c
3382                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3383
3384 2006-03-17 [paul]
3385
3386         2.1.0-rc1 released
3387
3388 2006-03-17 [paul]       2.0.0cvs145
3389
3390         * src/main.c
3391                 addressbook_read_file() was called twice
3392         * src/textview.c
3393                 X-Mailer highlighting
3394
3395 2006-03-16 [colin]      2.0.0cvs144
3396
3397         * src/sourcewindow.c
3398         * src/sourcewindow.h
3399                 And the last one, in source window.
3400
3401 2006-03-16 [colin]      2.0.0cvs143
3402
3403         * src/compose.c
3404         * src/compose.h
3405                 Fix the same stuff in compose
3406
3407 2006-03-16 [colin]      2.0.0cvs142
3408
3409         * src/messageview.c
3410                 Complete the previous messageview crash fix
3411
3412 2006-03-16 [colin]      2.0.0cvs141
3413
3414         * src/procmsg.h
3415         * src/procmsg.c
3416         * src/folder.c
3417                 Fix POSTPROCESSING hook
3418                 Patch by H. Merijn Brand
3419
3420         * src/procmime.c
3421         * src/procmime.h
3422                 Parse Content-Location
3423
3424         * src/toolbar.c
3425         * src/messageview.c
3426         * src/messageview.h
3427                 Don't crash when a top-level MessageView has
3428                 been closed on us. Same problematic than
3429                 yesterday's quicksearch issue.
3430
3431 2006-03-15 [colin]      2.0.0cvs140
3432
3433         * src/gtk/quicksearch.c
3434                 Fix a bitchy race we didn't think about when we
3435                 added quicksearch cancellation:
3436                 If the search is not on cached fields, for example
3437                 body_part matchcase "stuff"
3438                 the matcher code has to get the whole message. If
3439                 we're on IMAP, that can be slow, and in order to
3440                 be non-blocking, the IMAP code idle loop processes
3441                 gtk events too. So it is possible to cancel a
3442                 quicksearch while the matcher is getting the mail's
3443                 body. After matcher got its body, it will start to
3444                 iterate over the matcher list that the Quicksearch's
3445                 clear_search_cb() just freed via prepare_matcher().
3446                 SIGSEGV ensues.
3447                 The fix consists of guarding the matcherlist_match()
3448                 call with a boolean 'matching'. If we reset the
3449                 quicksearch while matching is TRUE, we don't free
3450                 the matcherlist anymore like we did, but we set
3451                 another new flag, deferred_free, to TRUE. Then,
3452                 in quicksearch_match(), just after returning from
3453                 matcherlist_match() and unsetting the matching flag,
3454                 we check the deferred_free flag and do the
3455                 prepare_matcher() (which does the matcherlist_free)
3456                 for real, so we free the matcherlist once it's not
3457                 used anymore.
3458                 As all of this runs via the glib main loop, we
3459                 luckily don't need a mutex.
3460         * src/summaryview.c
3461                 Also, show progress while searching.
3462
3463
3464 2006-03-14 [colin]      2.0.0cvs139
3465
3466         * src/alertpanel.c
3467                 Make alertpanel_is_open non-static
3468
3469 2006-03-14 [colin]      2.0.0cvs138
3470
3471         * src/prefs_spelling.c
3472                 Cleanups - Fabien Vantard
3473
3474 2006-03-14 [wwp]        2.0.0cvs137
3475
3476         * src/main.c
3477                 code style normalization (curly braces, indentation).
3478
3479 2006-03-14 [wwp]        2.0.0cvs137
3480
3481         * src/main.c
3482                 code style (braces, indentation)
3483
3484 2006-03-12 [paul]       2.0.0cvs136
3485
3486         * src/prefs_common.c
3487                 trans_hdr defaults to FALSE to be RFC-savvy
3488         * src/prefs_summaries.c
3489                 add a tooltip to the trans_hdr option
3490                 
3491
3492 2006-03-12 [paul]       2.0.0cvs135
3493
3494         * src/prefs_matcher.c
3495                 give a little more width to the combos
3496         * src/prefs_display_header.c
3497         * src/textview.c
3498                 translate headers if prefs_common.trans_hdr
3499                 is TRUE
3500
3501         Patches by Pawel Pekala
3502
3503 2006-03-12 [paul]       2.0.0cvs134
3504
3505         * src/plugins/clamav/clamav_plugin.c
3506         * src/plugins/dillo_viewer/dillo_viewer.c
3507         * src/plugins/pgpcore/plugin.c
3508         * src/plugins/pgpinline/plugin.c
3509         * src/plugins/pgpmime/plugin.c
3510         * src/plugins/spamassassin/spamassassin.c
3511                 update/add to descriptions
3512         * src/plugins/spamassassin/spamassassin_gtk.c
3513                 fixes to the english, remove superfluous
3514                 tooltips, clean up a little
3515
3516 2006-03-12 [paul]       2.0.0cvs133
3517
3518         * src/compose.c
3519                 fix Bug 924, 'Account combo box shows up wrong 
3520                 if & is in account name'
3521
3522 2006-03-11 [colin]      2.0.0cvs132
3523
3524         * src/summaryview.c
3525                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3526                 messed up shift-selection because is slows down
3527                 moving around summaryview. thanks -users
3528
3529 2006-03-10 [colin]      2.0.0cvs131
3530
3531         * src/plugins/spamassassin/spamassassin_gtk.c
3532                 Put back Paul's engrish fixes
3533
3534 2006-03-10 [colin]      2.0.0cvs130
3535
3536         * src/plugins/spamassassin/spamassassin.c
3537         * src/plugins/spamassassin/spamassassin.h
3538         * src/plugins/spamassassin/spamassassin_gtk.c
3539                 Cleanup SA prefs page (more)
3540                 Patch by Fabien Vantard
3541
3542 2006-03-10 [paul]       2.0.0cvs129
3543
3544         * src/prefs_msg_colors.c
3545         * src/prefs_spelling.c
3546                 widget sensitivity
3547
3548 2006-03-09 [mones]      2.0.0cvs128
3549
3550         * po/es.po
3551                 Update for next RC
3552
3553 2006-03-09 [wwp]        2.0.0cvs127
3554
3555         * configure.ac
3556                 revert accidental commit (requirement for libetpan 0.43), this time
3557                 not in HEAD.
3558
3559 2006-03-09 [wwp]        2.0.0cvs125
3560
3561         * configure.ac
3562                 revert accidental commit (requirement for libetpan 0.43)
3563
3564 2006-03-09 [paul]       2.0.0cvs126
3565
3566         * src/prefs_receive.c
3567                 remove useless frame
3568                 replace 'incorporation' with 'receiving'
3569         * src/plugins/clamav/clamav_plugin_gtk.c
3570         * src/plugins/spamassassin/spamassassin_gtk.c
3571                 improve widget sensitivity
3572                 fix a bit his engrish
3573
3574 2006-03-09 [wwp]        2.0.0cvs125
3575
3576         * src/addressadd.c
3577         * src/foldersel.c
3578         * src/prefs_common.c
3579         * src/prefs_common.h
3580                 remember some more windows' sizes (add to addressbook and
3581                 select folder).
3582
3583 2006-03-09 [paul]       2.0.0cvs124
3584
3585         * src/plugins/pgpcore/prefs_gpg.c
3586                 normalise construction of dialogue
3587
3588 2006-03-09 [paul]       2.0.0cvs123
3589
3590         * src/plugins/trayicon/Makefile.am
3591                 add missing slash
3592
3593 2006-03-08 [colin]      2.0.0cvs122
3594
3595         * src/plugins/trayicon/Makefile.am
3596                 Fix build in separate dir 
3597                 Patch by Bamanzi <bamanzi@gmail.com>
3598
3599 2006-03-08 [colin]      2.0.0cvs121
3600
3601         * src/procmsg.c
3602                 Batch move and copies from summaryview with delayed execution
3603                 too
3604
3605 2006-03-07 [paul]       2.0.0cvs120
3606
3607         * src/common/utils.c
3608                 fix highlighting of URIs containing "()"
3609                 Patch by Pawel Pekala
3610
3611 2006-03-07 [paul]       2.0.0cvs119
3612
3613         * src/folder.c
3614         * src/folder.h
3615         * src/folderview.c
3616                 immediately do alphabetical resort when
3617                 changing a folder's name
3618                 Patch by Pawel Pekala
3619
3620 2006-03-07 [paul]       2.0.0cvs118
3621
3622         * src/news.c
3623         * src/news_gtk.c
3624                 when unsubscribing a newsgroup, remove the
3625                 folder and msgs in .sylpheed-claws/newscache
3626                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3627
3628 2006-03-07 [paul]       2.0.0cvs117
3629
3630         * src/textview.c
3631                 fix wrong Fake URL Warning
3632                 Thanks to Hiro
3633
3634 2006-03-07 [colin]      2.0.0cvs116
3635
3636         * src/imap.c
3637                 Return immediately when password dialog was
3638                 cancelled
3639         * src/gtk/inputdialog.c
3640                 Allow empty strings for passwords
3641
3642
3643 2006-03-06 [colin]      2.0.0cvs115
3644
3645         * src/imap.c
3646                 Prevent double-timeouts when connection fails
3647
3648 2006-03-06 [colin]
3649
3650         2.0.1-rc1 released
3651
3652 2006-03-06 [colin]      2.0.0cvs114
3653
3654         * src/imap.c
3655                 Refresh session during potentially long
3656                 operations
3657
3658 2006-03-06 [wwp]        2.0.0cvs113
3659
3660         * src/prefs_msg_colors.h
3661                 forgot that one (custom color labels).
3662
3663 2006-03-06 [wwp]        2.0.0cvs112
3664
3665         * src/prefs_common.c
3666         * src/prefs_common.h
3667         * src/prefs_msg_colors.c
3668         * src/summaryview.c
3669         * src/summaryview.h
3670         * src/gtk/colorlabel.c
3671         * src/gtk/colorlabel.h
3672                 colors in messages list are now customizable. Color values and names can
3673                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3674                 Thanks to Paul and Colin for their help with this longstanding patch!
3675
3676 2006-03-06 [wwp]        2.0.0cvs111
3677
3678         * src/textview.c
3679                 don't crash if (x)face is bad.
3680
3681 2006-03-05 [paul]       2.0.0cvs110
3682
3683         * AUTHORS
3684         * configure.ac
3685         * src/Makefile.am
3686         * src/common/Makefile.am
3687         * src/common/utils.h
3688         * src/etpan/imap-thread.c
3689         * src/gtk/authors.h
3690         * src/plugins/clamav/Makefile.am
3691         * src/plugins/demo/Makefile.am
3692         * src/plugins/dillo_viewer/Makefile.am
3693         * src/plugins/pgpcore/Makefile.am
3694         * src/plugins/pgpcore/passphrase.c
3695         * src/plugins/pgpinline/Makefile.am
3696         * src/plugins/pgpmime/Makefile.am
3697         * src/plugins/spamassassin/Makefile.am
3698         * src/plugins/trayicon/Makefile.am
3699                 fix builiding on cygwin
3700                 Patch by Ralgh Young <bamanzi@gmail.com>
3701
3702 2006-03-04 [wwp]        2.0.0cvs109
3703
3704         * manual/keyboard.xml
3705                 fix mixed up/down keys.
3706
3707 2006-03-04 [wwp]        2.0.0cvs108
3708
3709         * README
3710         * INSTALL
3711                 updated links to SpamAssassin.
3712
3713 2006-03-04 [wwp]        2.0.0cvs107
3714
3715         * manual/plugins.xml
3716         * src/plugins/spamassassin/README
3717                 updated SpamAssassin plugin docs to reflect new functional additions
3718                 (also fix/update/documents few technical stuff more, see the README).
3719
3720 2006-03-04 [wwp]        2.0.0cvs106
3721
3722         * src/prefs_message.c
3723                 normalized capitalization of message-prefs paths.
3724
3725 2006-03-04 [wwp]        2.0.0cvs105
3726
3727         * manual/advanced.xml
3728                 typo.
3729
3730 2006-03-03 [colin]      2.0.0cvs104
3731
3732         * src/plugins/clamav/clamav_plugin_gtk.c
3733                 Rework prefs page, patch by Fabien 
3734
3735 2006-03-03 [colin]      2.0.0cvs103
3736
3737         * src/plugins/clamav/clamav_plugin.c
3738                 Set error on all errors
3739
3740 2006-03-03 [colin]      2.0.0cvs102
3741
3742         * src/common/plugin.c
3743                 Initialize error to avoid crashing when a plugin fails
3744                 without setting error
3745
3746 2006-03-02 [wwp]        2.0.0cvs101
3747
3748         * configure.ac
3749                 fixed linker flags for libetpan support on Cygwin
3750                 (thanks to H.Merijn Brand).
3751
3752 2006-03-02 [wwp]        2.0.0cvs100
3753
3754         * src/addressbook.c
3755                 fix some AB error messages: one for punctuation and
3756                 one wrongly duplicate (thanks, maxbritov).
3757
3758 2006-03-02 [wwp]        2.0.0cvs99
3759
3760         * src/plugins/spamassassin/spamassassin.c
3761                 make sync calls to sa-learn/spamc to prevent
3762                 system (whatever local or client/server) overload.
3763
3764 2006-03-02 [colin]      2.0.0cvs98
3765
3766         * src/summaryview.c
3767                 Put the spam icon in the status column instead of the
3768                 mark one
3769
3770 2006-03-01 [colin]      2.0.0cvs97
3771
3772         * src/plugins/spamassassin/spamassassin.c
3773                 Fix segfault (g_file_set_contents fails for some 
3774                 reason and err==0x2f. Can't find out why with
3775                 valgrind, using working function :-)
3776
3777 2006-03-01 [colin]      2.0.0cvs96
3778
3779         * src/inc.c
3780                 Offline overriding: let 'No' be cached only 3 seconds
3781
3782 2006-03-01 [colin]      2.0.0cvs95
3783
3784         * src/addr_compl.c
3785         * src/addrbook.c
3786         * src/addressbook.c
3787         * src/addrindex.c
3788         * src/folder_item_prefs.c
3789         * src/headerview.c
3790         * src/imap.c
3791         * src/inc.c
3792         * src/ldif.c
3793         * src/mainwindow.c
3794         * src/mh.c
3795         * src/msgcache.c
3796         * src/prefs_common.h
3797         * src/prefs_msg_colors.c
3798         * src/procheader.c
3799         * src/procheader.h
3800         * src/procmime.c
3801         * src/procmsg.c
3802         * src/procmsg.h
3803         * src/send_message.h
3804         * src/simple-gettext.c
3805         * src/summaryview.c
3806         * src/summaryview.h
3807         * src/syldap.c
3808         * src/textview.c
3809         * src/undo.c
3810         * src/common/ssl_certificate.c
3811         * src/common/utils.c
3812         * src/gtk/colorsel.c
3813         * src/gtk/gtksctree.c
3814         * src/gtk/gtkshruler.c
3815         * src/plugins/trayicon/trayicon.c
3816                 #if 0 goes to /dev/null
3817
3818 2006-03-01 [colin]      2.0.0cvs94
3819
3820         * src/compose.c
3821         * src/imap.c
3822         * src/inc.c
3823         * src/inc.h
3824         * src/messageview.c
3825         * src/news.c
3826         * src/plugins/spamassassin/spamassassin.c
3827                 Allow to add information in the "working offline"
3828                 window
3829
3830 2006-03-01 [wwp]        2.0.0cvs93
3831
3832         * src/plugins/spamassassin/spamassassin.c
3833                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3834                 'cause it seems that calling `spamc ... < inputfile` with
3835                 g_spawn_(a)sync simply.. erm doesn't work :-).
3836
3837 2006-03-01 [wwp]        2.0.0cvs92
3838
3839         * src/toolbar.c
3840         * src/toolbar.h
3841                 simplify the adding of spam/ham button to the messageview toolbar
3842                 (it gets more clear now that the same button will be "Mark as spam"
3843                 or "Mark as ham" according to the current message status,
3844                 thanks to Colin).
3845
3846 2006-03-01 [wwp]        2.0.0cvs91
3847
3848         * src/messageview.c
3849         * src/procmsg.c
3850         * src/procmsg.h
3851         * src/summaryview.c
3852         * src/plugins/spamassassin/spamassassin.c
3853         * src/plugins/spamassassin/spamassassin.h
3854                 make learner callbacks return a status (0 for ok),
3855                 handle it in main code to avoid setting flags when learning failed,
3856                 don't learn on TCP if offline in spamassassin,
3857                 thanks to Colin.
3858
3859                 
3860
3861 2006-03-01 [wwp]        2.0.0cvs90
3862
3863         * src/compose.c
3864                 some work around the compose window's account menu,
3865                 patch by Fabien Vantard.
3866
3867 2006-03-01 [wwp]        2.0.0cvs89
3868
3869         * src/plugins/spamassassin/spamassassin.c
3870                 fixed bad logics, was using spamc in local mode and sa-learn
3871                 in remote mode (thanks, Colin).
3872
3873 2006-03-01 [wwp]        2.0.0cvs88
3874
3875         * src/plugins/spamassassin/spamassassin.c
3876         * src/plugins/spamassassin/spamassassin.h
3877         * src/plugins/spamassassin/spamassassin_gtk.c
3878                 made processing of emails w/ sa-plugin an option (default is TRUE),
3879                 fixed Engrish some tooltips, capitalization of some debug messages
3880                 and warnings. The spamassassin plugin now provides two separate
3881                 services: process emails upon incorporation and spamd training.
3882                 Both services (un)register independently but use some common
3883                 plugin settings (transport settings, spam storage location).
3884
3885 2006-02-28 [wwp]        2.0.0cvs87
3886
3887         * src/plugins/spamassassin/spamassassin.c
3888                 fix async flag to spamc cmdline execution (batch exec should
3889                 be asynchronous).
3890
3891 2006-02-27 [wwp]        2.0.0cvs86
3892
3893         * src/plugins/spamassassin/spamassassin.c
3894         * src/plugins/spamassassin/spamassassin.h
3895         * src/plugins/spamassassin/spamassassin_gtk.c
3896                 - added the ability to learn a remote spamassassin server (spamd),
3897                 using spamc.
3898                 - added the spamassassin option 'username', that applies to all
3899                 spamassassin operations (filtering, learning, local or remote).
3900                 The default username is the current unix user (if left blank
3901                 from gtk prefs or config file).
3902                 - commented out some unused code (notebook widget), removed unused
3903                 layout (hbox1).
3904                 - make more widgets sensitive to the transport type.
3905
3906 2006-02-27 [colin]      2.0.0cvs85
3907
3908         * src/plugins/spamassassin/spamassassin.c
3909                 Fix sa-learn call when offline
3910
3911 2006-02-27 [colin]      2.0.0cvs84
3912
3913         * configure.ac
3914         * src/Makefile.am
3915         * src/mainwindow.c
3916         * src/mainwindow.h
3917         * src/messageview.c
3918         * src/messageview.h
3919         * src/prefs_toolbar.c
3920         * src/procmsg.c
3921         * src/stock_pixmap.c
3922         * src/stock_pixmap.h
3923         * src/summaryview.c
3924         * src/toolbar.c
3925         * src/toolbar.h
3926         * src/pixmaps/ham_btn.xpm
3927         * src/pixmaps/spam.xpm
3928         * src/pixmaps/spam_btn.xpm
3929         * src/plugins/spamassassin/spamassassin.c
3930                 Add button in toolbar for spam learning
3931                 Fix a few bugs from the last related commit
3932                 Revert 1.9.6cvs23 which messed up shift-selection
3933
3934 2006-02-24 [colin]      2.0.0cvs83
3935
3936         * src/procmsg.c
3937         * src/summaryview.c
3938         * src/summaryview.h
3939         * src/plugins/spamassassin/spamassassin.c
3940         * src/plugins/spamassassin/spamassassin.h
3941         * src/plugins/spamassassin/spamassassin_gtk.c
3942                 Unregister learner when spamassassin is either
3943                 disabled or over tcp
3944
3945 2006-02-24 [colin]      2.0.0cvs82
3946
3947         * src/Makefile.am
3948         * src/mainwindow.c
3949         * src/mainwindow.h
3950         * src/procmsg.c
3951         * src/procmsg.h
3952         * src/stock_pixmap.c
3953         * src/stock_pixmap.h
3954         * src/summaryview.c
3955         * src/summaryview.h
3956         * src/gtk/icon_legend.c
3957         * src/pixmaps/spam.xpm  ** NEW FILE **
3958         * src/plugins/spamassassin/spamassassin.c
3959         * src/plugins/spamassassin/spamassassin_gtk.c
3960                 Add spam learning interface (Mark/Mark as 
3961                 (spam|ham) menus)
3962
3963 2006-02-24 [wwp]        2.0.0cvs81
3964
3965         * src/compose.c
3966         * src/compose.h
3967         * src/filtering.c
3968                 hide compose window when sending message in batch mode
3969                 (filtering: forward and redirect). Also fixed a wrong
3970                 value returned when sending failed, neutral anyway.
3971                 (Colin, me) 
3972
3973 2006-02-24 [wwp]        2.0.0cvs80
3974
3975         * src/mainwindow.c
3976                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3977
3978 2006-02-24 [paul]       2.0.0cvs79
3979
3980         * src/news.c
3981         * src/news.h
3982         * src/news_gtk.c
3983                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3984                 Thanks to Colin
3985
3986 2006-02-23 [colin]      2.0.0cvs78
3987
3988         * src/alertpanel.c
3989                 Change OK to Close in alertpanel with View log
3990                 button; add accel to View log. Patch by Fabien
3991                 Vantard
3992
3993 2006-02-23 [wwp]        2.0.0cvs77
3994
3995         * src/compose.c
3996                 silly me, there were much more tests to perform, since toolbars can
3997                 really have down to 1 element only.
3998
3999 2006-02-23 [wwp]        2.0.0cvs76
4000
4001         * commitHelper
4002                 fixed indentation from my previous commit. Fallback to VISUAL if
4003                 EDITOR is not set (and to vi, at last resort).
4004
4005 2006-02-23 [wwp]        2.0.0cvs75
4006
4007         * commitHelper
4008                 improved error detection (Colin, me).
4009
4010 2006-02-23 [wwp]        2.0.0cvs74
4011
4012         * src/prefs_toolbar.c
4013                 simplify and fix prefs/toolbars layouting. Combos' contents can
4014                 now be really displayed.
4015
4016 2006-02-23 [wwp]        2.0.0cvs73
4017         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4018         be really displayed.
4019
4020 2006-02-22 [wwp]        2.0.0cvs72
4021
4022         * src/compose.c
4023                 fix a typo in my previous commit (sorry!).
4024
4025 2006-02-22 [wwp]        2.0.0cvs71
4026
4027         * src/prefs_toolbar.c
4028                 fix a crash when adding separators to toolbars,
4029                 also fix some separator item information.
4030
4031 2006-02-22 [wwp]        2.0.0cvs70
4032
4033         * src/compose.c
4034                 fix a crash when redirecting (for instance) when compose window's
4035                 toolbar contents has been customized (when some buttons have been
4036                 removed in fact).
4037
4038 2006-02-21 [wwp]        2.0.0cvs69
4039
4040         * src/summaryview.c
4041         * src/gtk/pluginwindow.c
4042         * src/plugins/pgpcore/prefs_gpg.c
4043                 fix some compilation warnings (feat. remains of removed code).
4044
4045 2006-02-21 [wwp]        2.0.0cvs68
4046
4047         * src/gtk/gtkutils.c
4048                 fix two compilation issues, thanks to Stephan Sachse.
4049
4050 2006-02-20 [colin]      2.0.0cvs67
4051
4052         * src/mainwindow.c
4053                 Don't reselect displayed mail on refocus
4054                 This fixes actions misbehaving 
4055
4056 2006-02-20 [wwp]        2.0.0cvs66
4057
4058         * src/summaryview.c
4059         * src/gtk/gtksctree.c
4060         * src/gtk/gtkshruler.c
4061                 changed more runtime typecast checks.
4062
4063 2006-02-20 [wwp]        2.0.0cvs65
4064
4065         * src/summary_search.c
4066                 find all - summaryview refresh issue fixed, thanks to Colin.
4067
4068 2006-02-20 [wwp]        2.0.0cvs64
4069
4070         * src/gtk/gtkutils.c
4071                 better runtime typecast checks.
4072
4073 2006-02-20 [wwp]        2.0.0cvs63
4074
4075         * src/summary_search.c
4076                 enhancements to the summary search:
4077                         - add the ability to stop the running search
4078                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4079                         - don't search if no criteria (From/To/Subject/Body) is set
4080                         - ensure that a busy mouse pointer is always shown when searching,
4081                           show it even a bit earlier
4082
4083 2006-02-19 [colin]      2.0.0cvs62
4084
4085         * src/compose.c
4086         * src/imap.c
4087         * src/etpan/imap-thread.c
4088         * src/etpan/imap-thread.h
4089                 (Future) IMAP speed improvement on sending
4090                 Will require a libetpan update
4091         * src/summaryview.c
4092         * src/gtk/quicksearch.c
4093                 Make quicksearch clearable while running.
4094
4095 2006-02-17 [colin]      2.0.0cvs61
4096
4097         * src/imap.c
4098         * src/etpan/imap-thread.c
4099         * src/etpan/imap-thread.h
4100                 Check for IMAP certificates
4101                 ** Requires libetpan-0.42-cvs4 
4102                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4103
4104 2006-02-17 [colin]      2.0.0cvs60
4105
4106         * src/messageview.c
4107         * src/prefs_common.c
4108         * src/prefs_common.h
4109         * src/prefs_message.c
4110                 Add pref to display HTML-only mails with plugin, 
4111                 if possible (defaulting to FALSE of course).
4112
4113 2006-02-16 [colin]      2.0.0cvs59
4114
4115         * src/main.c
4116         * src/common/plugin.c
4117         * src/common/plugin.h
4118         * src/gtk/pluginwindow.c
4119                 Keep track of requested (but unloaded) plugins
4120                 in some error cases.
4121
4122 2006-02-16 [wwp]        2.0.0cvs58
4123
4124         * src/gtk/gtkaspell.c
4125         * src/gtk/gtkaspell.h
4126         * src/prefs_spelling.c
4127         * src/compose.c
4128         * src/prefs_common.c
4129         * src/prefs_common.h
4130                 implemented new optional spellchecker behaviour: re-check message when
4131                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4132
4133 2006-02-16 [wwp]        2.0.0cvs57
4134
4135         * src/quote_fmt_parse.y
4136                 pclose popen'ed pipe.
4137
4138 2006-02-15 [colin]      2.0.0cvs56
4139
4140         * src/mimeview.c
4141         * src/mimeview.h
4142                 Let MimeViewers know which MimeView they
4143                 depend of.
4144         * src/summaryview.c
4145                 Swap From/To columns in Sent/Queue/Drafts
4146                 folders
4147         * src/etpan/imap-thread.c
4148                 Use mailstream_low_tls_open() for STARTTLS
4149                 instead of mailstream_low_ssl_open()
4150                 ** REQUIRES libetpan 0.42cvs3 **
4151
4152 2006-02-15 [wwp]        2.0.0cvs55
4153
4154         * src/compose.c
4155         * src/compose.h
4156         * src/message_search.c
4157         * src/message_search.h
4158         * src/textview.c
4159         * src/gtk/gtkutils.c
4160         * src/gtk/gtkutils.h
4161                 added the ability to Find text in the compose window (and a bit
4162                 of code factorization).
4163
4164 2006-02-15 [wwp]        2.0.0cvs54
4165
4166         * src/prefs_gtk.c
4167                 yet another one file was missing (fix for some widgets' sensitivity).
4168                 Thanks Colin!
4169
4170 2006-02-15 [wwp]        2.0.0cvs53
4171
4172         * src/prefs_gtk.h
4173                 oops forgot that file (fix for some widgets' sensitivity).
4174
4175 2006-02-15 [wwp]        2.0.0cvs52
4176
4177         * src/summary_search.c
4178                 implemented advanced summary search options (added the ability
4179                 to use matcher conditions in an advanced search mode).
4180
4181 2006-02-15 [wwp]        2.0.0cvs51
4182
4183         * src/plugins/pgpcore/prefs_gpg.c
4184         * src/prefs_account.c
4185                 fix some widget sensitivity, mostly around some labels in
4186                 account prefs.
4187
4188 2006-02-15 [paul]       2.0.0cvs50
4189
4190         * manual/advanced.xml
4191                 improve Templates info
4192                 written by wwp
4193
4194 2006-02-14 [colin]      2.0.0cvs49
4195
4196         * src/pixmaps/address_book.xpm
4197         * src/pixmaps/preferences.xpm
4198         * src/pixmaps/properties.xpm
4199                 Fix pixmap size - patch by Fabien Vantard
4200
4201 2006-02-13 [colin]      2.0.0cvs48
4202
4203         * src/procmime.c
4204                 Add missing fclose()s on error
4205         * src/textview.c
4206                 Remove unused code
4207         * src/common/utils.c
4208                 Fix temp files not being deleted on windows
4209         Patches by Thomas Gilgin
4210
4211 2006-02-13 [colin]      2.0.0cvs47
4212
4213         * src/mainwindow.c
4214                 Fix exit crash
4215
4216 2006-02-13 [wwp]        2.0.0cvs46
4217
4218         * src/plugins/pgpcore/prefs_gpg.c
4219                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4220
4221 2006-02-12 [colin]      2.0.0cvs45
4222
4223         * src/folderview.c
4224         * src/main.c
4225         * src/mainwindow.c
4226                 Fix "stuff" when quitting
4227
4228 2006-02-12 [wwp]        2.0.0cvs44
4229
4230         * src/prefs_themes.c
4231                 fix typos in debug messages.
4232
4233 2006-02-11 [colin]      2.0.0cvs43
4234
4235         * src/summaryview.c
4236                 don't allow drag/drop from ourself
4237
4238 2006-02-10 [wwp]        2.0.0cvs42
4239
4240         * src/exporthtml.c
4241         * src/html.c
4242         * src/html.h
4243         * src/procmime.c
4244         * src/textview.c
4245                 renamed html_ prefixed functions and data structures to avoid
4246                 namespace clashes w/ other software (gtkhtml2 for instance).
4247                 Closes bug #907.
4248
4249
4250 2006-02-09 [colin]      2.0.0cvs41
4251
4252         * src/summaryview.c
4253                 Fix shitty logic messed up. Thanks Ticho for the hint!
4254
4255 2006-02-09 [wwp]        2.0.0cvs40
4256
4257         * src/gtk/about.c
4258         * src/compose.c
4259         * src/prefs_account.c
4260         * src/prefs_gtk.h
4261         * src/editaddress.c
4262                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4263                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4264                 Browse buttons in accounts prefs.
4265
4266 2006-02-09 [colin]      2.0.0cvs39
4267
4268         * src/matcher.c
4269                 Check for pointer before using its members
4270         * src/gtk/gtksourceprintjob.c
4271                 Fix a wrong warning
4272
4273 2006-02-09 [wwp]        2.0.0cvs38
4274
4275         * src/gtk/filesel.c
4276                 fix few compiler warnings (type mismatch).
4277
4278 2006-02-09 [paul]       2.0.0cvs37
4279
4280         * po/fr.po
4281                 updated by Fabien Vantard
4282
4283 2006-02-08 [colin]      2.0.0cvs36
4284
4285         * src/prefs_common.c
4286         * src/common/defs.h
4287         * src/common/plugin.c
4288                 allow windows and linux configurations to coexist
4289                 patch by Thomas Gilgin
4290
4291 2006-02-08 [colin]      2.0.0cvs35
4292
4293         * src/filtering.c
4294         * src/matcher.c
4295         * src/matcher.h
4296         * src/matcher_parser_parse.y
4297         * src/prefs_filtering_action.c
4298         * src/prefs_matcher.c
4299                 Add the "Ignore thread" filtering
4300                 action
4301
4302 2006-02-08 [colin]      2.0.0cvs34
4303
4304         * src/compose.c
4305         * src/procmime.c
4306         * src/procmime.h
4307                 Fix bug #905 (damaged attachment)
4308                 text files with raw \0's aren't really text files
4309         FOR_STABLE
4310
4311 2006-02-08 [colin]      2.0.0cvs33
4312
4313         * src/summaryview.c
4314                 Fix crasher introduced yesterday
4315
4316 2006-02-08 [wwp]        2.0.0cvs32
4317
4318         * src/compose.c
4319         * src/compose.h
4320                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4321
4322 2006-02-08 [wwp]        2.0.0cvs31
4323
4324         * src/prefs_template.c
4325                 templates enhancement: allow address completion for Cc and Bcc fields
4326                 (it was currently possible for the To field only)
4327
4328 2006-02-08 [colin]      2.0.0cvs30
4329
4330         * src/compose.c
4331                 Don't unblock if not blocked
4332         FOR_STABLE
4333
4334 2006-02-07 [colin]      2.0.0cvs29
4335
4336         * src/action.c
4337                 Forgot to refresh summaryview
4338
4339 2006-02-07 [colin]      2.0.0cvs28
4340
4341         * src/action.c
4342                 Freeze/thaw message list and folder list while
4343                 processing %as{} actions 
4344         * src/compose.c
4345                 Fix auto-wrap disabling after a middle-click
4346                 paste - FOR_STABLE
4347
4348 2006-02-07 [paul]       2.0.0cvs27
4349
4350         * src/folder.c
4351                 fix freeing of uninitialised pointers
4352                 Thanks to Colin
4353
4354 2006-02-06 [colin]      2.0.0cvs26
4355
4356         * src/folder.c
4357                 Use g_slist_prepend in potentially big list
4358
4359 2006-02-06 [colin]      2.0.0cvs25
4360
4361         * src/folder.c
4362                 Completely skip processing if it doesn't 
4363                 exist (faster!)
4364
4365 2006-02-06 [colin]      2.0.0cvs24
4366
4367         * src/folder.c
4368         * src/summaryview.c
4369                 Batch filtering in summaryview (from Tools menu)
4370                 and pre/post//-processing too
4371
4372 2006-02-06 [colin]      2.0.0cvs23
4373
4374         * src/procmsg.h
4375         * src/filtering.c
4376                 Use a special field for batch filtering instead
4377                 of stepping on deferred execution's toes
4378
4379 2006-02-06 [colin]      2.0.0cvs22
4380
4381         * src/action.c
4382         * src/filtering.c
4383         * src/filtering.h
4384         * src/folder.c
4385         * src/summaryview.c
4386                 Fix filtering via menus and actions
4387
4388 2006-02-06 [colin]      2.0.0cvs21
4389
4390         * src/imap.c
4391                 Put the added file directly to cache if possible (will work
4392                 with next libetpan)
4393         * src/filtering.c
4394         * src/filtering.h
4395         * src/inc.c
4396         * src/folder.c
4397         * src/mbox.c
4398         * src/procmsg.h
4399                 Move and copy filtered messages by batches instead of one
4400                 by one - faster on IMAP
4401         * src/procmsg.c
4402                 Add a function that'll possibly be useful later
4403
4404 2006-02-06 [colin]      2.0.0cvs20
4405
4406         * src/addressbook.c
4407                 Use internal mime-type instead of text/plain for d'n'd
4408         * src/compose.c
4409                 Allow attaching files from mimeview's icon list via d'n'd
4410         * src/folderview.c
4411         * src/folderview.h
4412                 Use internal mime-type instead of text/plain for d'n'd
4413                 Don't try to selected opened folder if none is
4414                 Factorize d'n'd from other apps code
4415         * src/headerview.c
4416         * src/textview.c
4417         * src/gtk/gtkutils.c
4418         * src/gtk/gtkutils.h
4419                 Factorize Face/X-Face stuff
4420         * src/mimeview.c
4421                 Fix d'n'd to other apps
4422         * src/prefs_message.c
4423                 Let the XFace pref be usable without libcompface as it also
4424                 applies to Face
4425         * src/summaryview.c
4426                 Fix d'n'd to other apps
4427                 Factorize d'n'd from other apps code
4428
4429 2006-02-06 [wwp]        2.0.0cvs19
4430
4431         * po/it.po
4432                 Italian translation fixes by Andrea Spadaccini (no more confusion
4433                 between filtering and processing, and few changes in the About
4434                 dialog).
4435
4436
4437 2006-02-06 [mones]      2.0.0cvs18
4438
4439         * src/gtk/icon_legend.c
4440                 Improved descriptions allowing better translations
4441
4442 2006-02-05 [colin]      2.0.0cvs17
4443
4444         * src/imap.c
4445                 Add the f*cking missing expunge that caused imap_fetch_env
4446                 to fail after an add_msgs ! :-///
4447         * src/etpan/imap-thread.c
4448                 Add a bit of debug
4449         FOR_STABLE
4450
4451 2006-02-05 [colin]      2.0.0cvs16
4452
4453         * src/common/utils.c
4454                 Don't check for return-path (or we can't put
4455                 back non-sent mails)
4456
4457 2006-02-05 [colin]      2.0.0cvs15
4458
4459         * src/textview.c
4460                 Don't try to display Face header in textview
4461                 when teh headerview's active
4462
4463 2006-02-05 [colin]      2.0.0cvs14
4464
4465         * tools/tbird2syl.py
4466         * tools/Makefile.am
4467                 Add script to import Thunderbird mails
4468
4469 2006-02-05 [colin]      2.0.0cvs13
4470
4471         * src/headerview.c
4472         * src/procheader.c
4473         * src/procmsg.c
4474         * src/procmsg.h
4475         * src/textview.c
4476                 Show Face headers - patch partially by Klaus Flittner
4477
4478 2006-02-05 [colin]      2.0.0cvs12
4479
4480         * src/folderview.c
4481         * src/summaryview.c
4482         * src/common/utils.c
4483         * src/common/utils.h
4484                 Let dnd work from mime icons to summaryview
4485                 and to folderview too
4486                 Add a crude test to avoid trying to add files
4487                 drag'n'dropped when they're not mails
4488
4489 2006-02-04 [colin]      2.0.0cvs11
4490
4491         * src/summaryview.c
4492         * src/mimeview.c
4493                 Fix utf8 conversion
4494
4495 2006-02-04 [colin]      2.0.0cvs10
4496
4497         * src/compose.c
4498         * src/folderview.c
4499         * src/mimeview.c
4500         * src/summaryview.c
4501         * src/summaryview.h
4502                 Added various drag and drop capas:
4503                 From                    To
4504                 summaryview             other apps
4505                 mimeview icons          other apps
4506                 other apps              summaryview
4507                 other apps              folderview
4508
4509                 This shouldn't have broken the existing:
4510                 From                    To
4511                 summaryview             folderview
4512                 folderview              folderview
4513                 summaryview             compose's attachments
4514
4515         Tests welcomed.
4516
4517 2006-02-02 [paul]       2.0.0cvs9
4518
4519         * src/mainwindow.c
4520                 move global option 'Set displayed columns...' out
4521                 of folder option grouping.
4522                 fix sensitivity of 'harvest addresses'
4523         FOR_STABLE
4524
4525 2006-02-01 [colin]      2.0.0cvs8
4526
4527         * src/mimeview.c
4528                 Revert the alertpanel patch, it sucks (intrusive
4529                 and gets in the way of "open")
4530
4531 2006-02-01 [colin]      2.0.0cvs7
4532
4533         * src/compose.c
4534         * src/prefs_account.c
4535         * src/prefs_common.c
4536         * src/common/defs.h
4537         * src/common/utils.c
4538         * src/common/utils.h
4539                 Add ability to edit the signature file
4540                 from the account preferences, and use
4541                 a default for the text editor.
4542                 Patch by Fabien Vantard
4543
4544 2006-02-01 [colin]      2.0.0cvs6
4545
4546         * src/mimeview.c
4547                 Try to get mime type by extension if it is
4548                 application/octet-stream
4549                 Display a window with possible choices when
4550                 encountering unknown mime types
4551         * src/gtk/filesel.c
4552         * src/gtk/filesel.h
4553                 Add preview
4554                 Allow multiple selection in filtered filesel
4555                 (patch by Fabien Vantard)
4556         * src/gtk/pluginwindow.c
4557                 Use it (patch by Fabien Vantard)
4558
4559 2006-02-01 [paul]       2.0.0cvs5
4560
4561         * src/jpilot.c
4562                 fix crash on creating jpilot address book
4563                 Thanks to Colin - FOR_STABLE
4564         * src/prefs_summaries.c
4565         * src/prefs_wrapping.c
4566         * src/gtk/icon_legend.c
4567         * src/gtk/quicksearch.c
4568                 string fixes and additions
4569
4570 2006-02-01 [paul]       2.0.0cvs4
4571
4572         * src/compose.c
4573         * src/mainwindow.c
4574         * src/messageview.c
4575         * src/prefs_send.c
4576                 add Arabic encoding option
4577                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4578
4579 2006-01-31 [colin]      2.0.0cvs3
4580
4581         * src/plugins/pgpcore/passphrase.c
4582                 Convert passphrase to locale encoding
4583         * src/compose.c
4584                 Fix drafting on IMAP. Crappy bug sneaked in
4585                 the release :-/
4586         FOR_STABLE
4587
4588 2006-01-30 [paul]       2.0.0cvs2
4589
4590         * src/gtk/icon_legend.c
4591                 show the new entries
4592
4593 2006-01-30 [colin]      2.0.0cvs1
4594
4595         * src/manual.c
4596                 Check for the file to be present before 
4597                 enabling the menu - FOR_STABLE
4598         * src/gtk/icon_legend.c
4599                 Add folders icons (not all of them, there
4600                 are too much, but the most intriguing ones)
4601
4602 2006-01-30 [paul]       2.0.0
4603
4604         version 2.0.0 released
4605
4606 2006-01-30 [paul]       1.9.100cvs200
4607
4608         * manual/faq.xml
4609         * manual/gpl.xml
4610         * manual/intro.xml
4611         * manual/starting.xml
4612         * manual/sylpheed-claws-manual.xml
4613                 fixes, additions
4614
4615 2006-01-29 [mones]      1.9.100cvs199
4616
4617         * manual/account.xml
4618         * manual/advanced.xml
4619         * manual/glossary.xml
4620                 Some typos fixed, added LDIF term to glossary
4621         * po/es.po
4622                 Fixed leading plus symbol
4623
4624 2006-01-29 [paul]       1.9.100cvs198
4625
4626         * po/fi.po
4627         * po/sk.po
4628                 updated by Tommi Pirinen and Andrej Kacian
4629
4630 2006-01-29 [paul]       1.9.100cvs197
4631
4632         * src/gtk/authors.h
4633                 remove duplicates
4634
4635 2006-01-29 [paul]       1.9.100cvs196
4636
4637         * AUTHORS
4638         * po/nl.po
4639         * src/gtk/authors.h
4640         * tools/claws.i18n.status.pl
4641                 nl translation updated by Tim Dijkstra
4642
4643 2006-01-29 [paul]       1.9.100cvs195
4644
4645         * po/sr.po
4646         * po/sv.po
4647                 updated by Aleksandar Urosevic and Anders Troback
4648
4649 2006-01-28 [colin]      1.9.100cvs194
4650
4651         * src/gtk/gtksourceprintjob.c
4652                 Don't fiddle with PangoLayout when we
4653                 have an image
4654
4655 2006-01-28 [paul]       1.9.100cvs193
4656
4657         * AUTHORS
4658         * po/el.po
4659         * po/zh_CN.po
4660         * src/gtk/authors.h
4661         * tools/claws.i18n.status.pl
4662                 updated translations submitted by Stavros Giannouris
4663                 and Ralgh Young
4664
4665 2006-01-27 [colin]      1.9.100cvs192
4666
4667         * src/summaryview.c
4668         * src/gtk/gtksourceprintjob.c
4669                 Add image printing 
4670                 (libgnomeprint only, of course)
4671
4672 2006-01-27 [paul]       1.9.100cvs191
4673
4674         * po/fr.po
4675         * po/it.po
4676                 updated by Fabien Vantard and Andrea Spadaccini
4677
4678 2006-01-26 [colin]      1.9.100cvs190
4679
4680         * manual/Makefile.am
4681         * configure.ac
4682                 Make building the manual optional 
4683                 (--disable-manual)
4684
4685 2006-01-26 [paul]       1.9.100cvs189
4686
4687         * manual/glossary.xml
4688         * manual/plugins.xml
4689                 edited
4690         * po/en_GB.po
4691                 updated
4692
4693 2006-01-26 [paul]       1.9.100cvs188
4694
4695         * src/prefs_display_header.c
4696         * src/prefs_folder_column.c
4697         * src/prefs_msg_colors.c
4698         * src/prefs_summaries.c
4699         * src/prefs_summary_column.c
4700                 HIGify
4701
4702 2006-01-25 [colin]      1.9.100cvs187
4703
4704         * src/imap.c
4705                 Don't allow moving/copying mails between
4706                 queue/drafts and non-queue/drafts folders
4707                 Fixes bug #897 (message header is resetted 
4708                 if one is copied to Drafts)
4709
4710 2006-01-25 [colin]      1.9.100cvs186
4711
4712         * src/folder.c
4713         * src/mainwindow.c
4714                 Fix subscribed folders not found
4715         * src/compose.c
4716                 Don't try to encode as original mail's charset
4717                 if it's ascii 
4718
4719 2006-01-25 [paul]       1.9.100cvs185
4720
4721         * AUTHORS
4722         * po/Makevars
4723                 updated
4724         * po/de.po
4725         * po/pl.po
4726         * po/pt_BR.po
4727         * po/sr.po
4728                 updates submitted by Stephan Sachse, Emilian Nowak
4729                 and Quar, Frederico Goncalves Guimaraes, and
4730                 Aleksandar Urosevic
4731                 Fix Bug 896, 'PT_BR locale broken'.
4732         * src/gtk/authors.h
4733                 updated
4734
4735 2006-01-24 [mones]      1.9.100cvs184
4736
4737         * manual/glossary.xml
4738                 All current terms finished. Reviewers welcome ;-)
4739         * manual/keyboard.xml
4740                 Fixed column width for pdf output.
4741         * po/es.po
4742                 Updated
4743
4744 2006-01-24 [paul]       1.9.100cvs183
4745
4746         * manual/glossary.xml
4747                 fix id name
4748         * manual/dist/html/Makefile.am
4749         * manual/dist/pdf/Makefile.am
4750         * manual/dist/ps/Makefile.am
4751         * manual/dist/txt/Makefile.am
4752                 fix make deps
4753                 Thanks to Colin
4754
4755 2006-01-24 [mones]      1.9.100cvs182
4756
4757         * manual/glossary.xml
4758                 Nearly finished, some terms missing.
4759
4760 2006-01-23 [paul]       1.9.100cvs181
4761
4762         * manual/dist/html/Makefile.am
4763         * manual/dist/pdf/Makefile.am
4764         * manual/dist/ps/Makefile.am
4765         * manual/dist/txt/Makefile.am
4766         * src/mainwindow.c
4767                 re-enable manual
4768                 Thanks to Colin
4769
4770 2006-01-22 [colin]      1.9.100cvs180
4771
4772         * src/compose.c
4773         * src/gtk/gtkaspell.c
4774                 Don't deselect stuff before right-clicking, with aspell.
4775                 (This prevented right-click Copy, for example).
4776                 Thanks to Clo!
4777
4778 2006-01-22 [paul]       1.9.100cvs179
4779
4780         * src/summary_search.c
4781                 don't fix the widget size as it causes problems
4782                 under localisation.
4783                 Thanks to Emilian Nowak
4784
4785 2006-01-21 [paul]       1.9.100cvs178
4786
4787         * src/prefs_themes.c
4788                 fix broken underlining of label text
4789                 with some translations
4790
4791 2006-01-21 [colin]      1.9.100cvs177
4792
4793         * po/fr.po
4794                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4795
4796 2006-01-20 [colin]      1.9.100cvs176
4797
4798         * configure.ac
4799         * Makefile.am
4800         * manual/Makefile
4801         * manual/dist/html/.cvsignore
4802         * manual/dist/html/Makefile.am
4803         * manual/dist/pdf/.cvsignore
4804         * manual/dist/pdf/Makefile.am
4805         * manual/dist/ps/.cvsignore
4806         * manual/dist/ps/Makefile.am
4807         * manual/dist/txt/.cvsignore
4808         * manual/dist/txt/Makefile.am
4809                 Autotool-ize manual
4810
4811 2006-01-20 [paul]       1.9.100cvs175
4812
4813         * manual/handling.xml
4814                 make Filtering and Searching entries easier to find
4815         * manual/keyboard.xml
4816                 add the remaining default keybinds
4817         * src/prefs_summaries.c
4818                 update the default keybinds
4819
4820 2006-01-20 [paul]       1.9.100cvs174
4821
4822         * src/addressbook.c
4823         * src/addrgather.c
4824         * src/addrharvest.c
4825         * src/editaddress.c
4826         * src/editgroup.c
4827         * src/exphtmldlg.c
4828         * src/expldifdlg.c
4829         * src/exporthtml.c
4830         * src/exportldif.c
4831         * src/ldif.c
4832                 replace 'e-mail' with 'email'
4833         * src/summary_search.c
4834                 add mnemonic to "Find all" button
4835
4836 2006-01-20 [wwp]        1.9.100cvs173
4837
4838         * src/export.c
4839         * src/import.c
4840                 touched mbox import/export buttons for HIG-compliance
4841
4842 2006-01-19 [paul]       1.9.100cvs172
4843
4844         * manual/account.xml
4845         * manual/addrbook.xml
4846         * manual/advanced.xml
4847         * manual/faq.xml
4848         * manual/handling.xml
4849         * manual/intro.xml
4850         * manual/plugins.xml
4851         * manual/starting.xml
4852                 more editing
4853
4854 2006-01-19 [paul]       1.9.100cvs171
4855
4856         * src/toolbar.c
4857                 allow use of trash button while receiving
4858                 Thanks to Colin
4859
4860 2006-01-19 [wwp]        1.9.100cvs170
4861
4862         * src/gtk/quicksearch.c
4863         * src/compose.c
4864                 force text color to black when yellow background is set
4865
4866 2006-01-19 [colin]      1.9.100cvs169
4867
4868         * src/plugins/trayicon/trayicon.c
4869                 Gray out Get Mail when already getting mail
4870
4871 2006-01-18 [paul]       1.9.100cvs168
4872
4873         * src/compose.c
4874                 give widget yellow background was To is
4875                 set via folder prefs
4876         * src/gtk/quicksearch.c
4877                 give widget yellow background when quick
4878                 search is active.
4879                 Thanks to Colin
4880
4881 2006-01-18 [paul]       1.9.100cvs167
4882
4883         * doc/man/sylpheed-claws.1
4884                 add --subscribe option
4885
4886 2006-01-18 [paul]       1.9.100cvs166
4887
4888         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4889         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4890                 use %U instead of %F (%F is broken for user installed
4891                 files in kde 3.5)
4892
4893 2006-01-18 [colin]      1.9.100cvs165
4894
4895         * src/summaryview.c
4896                 Default to Yes in "No more * messages" dialogs
4897
4898 2006-01-17 [colin]      1.9.100cvs164
4899
4900         * src/compose.c
4901                 Possibly fix an invalid iterator causing
4902                 crash
4903
4904 2006-01-17 [colin]      1.9.100cvs163
4905
4906         * src/mimeview.c
4907                 Fix crash when the image disappears under the
4908                 image viewer
4909
4910 2006-01-16 [colin]      1.9.100cvs162
4911
4912         * src/compose.c
4913                 Fix reenabling autowrap
4914
4915 2006-01-16 [colin]      1.9.100cvs161
4916
4917         * src/compose.c
4918                 reset quote_len before getting quote_str
4919
4920 2006-01-16 [colin]      1.9.100cvs160
4921
4922         * src/account.c
4923         * src/account.h
4924         * src/folder.c
4925         * src/imap_gtk.c
4926         * src/mh_gtk.c
4927                 Fix bug #883 (default inbox does not track folder move)
4928
4929 2006-01-16 [colin]      1.9.100cvs159
4930
4931         * src/compose.c
4932         * src/plugins/pgpcore/passphrase.c
4933                 More buttons fixes
4934
4935 2006-01-16 [paul]       1.9.100cvs158
4936
4937         * src/prefs_actions.c
4938         * src/prefs_filtering_action.c
4939         * src/prefs_matcher.c
4940         * src/quote_fmt.c
4941         * src/gtk/description_window.c
4942         * src/gtk/description_window.h
4943         * src/gtk/quicksearch.c
4944                 description window cleanups
4945
4946 2006-01-15 [colin]      1.9.100cvs157
4947
4948         * src/addressbook.c
4949         * src/prefs_filtering.c
4950                 Same here
4951
4952 2006-01-15 [colin]      1.9.100cvs156
4953
4954         * src/folderview.c
4955         * src/mainwindow.c
4956                 Same for "Empty trash"
4957
4958 2006-01-15 [colin]      1.9.100cvs155
4959
4960         * src/inc.c
4961                 Override offline dialog had Yes by default
4962
4963 2006-01-15 [colin]      1.9.100cvs154
4964
4965         * src/summaryview.c
4966                 Delete selected messages? previously had Yes the default
4967
4968 2006-01-15 [colin]      1.9.100cvs153
4969
4970         * src/folder.c
4971         * src/folder.h
4972         * src/main.c
4973                 Check if a mailbox is loaded after all
4974                 plugins are loaded.
4975
4976 2006-01-15 [colin]      1.9.100cvs152
4977
4978         * src/folder.c
4979                 Don't start wizard when there are unloaded folders (will help
4980                 people with only mbox or maildir mailboxes)
4981
4982 2006-01-14 [colin]      1.9.100cvs151
4983
4984         * src/addressbook.c
4985         * src/expldifdlg.c
4986         * src/importldif.c
4987         * src/importmutt.c
4988         * src/importpine.c
4989         * src/mh_gtk.c
4990                 More HIG compliance and fixes
4991
4992 2006-01-14 [colin]      1.9.100cvs150
4993
4994         * src/prefs_filtering_action.c
4995         * src/foldersel.c
4996                 Two forgotten button order changes
4997
4998 2006-01-14 [colin]      1.9.100cvs149
4999
5000         * src/account.c
5001         * src/addressbook.c
5002         * src/compose.c
5003         * src/folderview.c
5004         * src/imap_gtk.c
5005         * src/mainwindow.c
5006         * src/mh_gtk.c
5007         * src/news_gtk.c
5008         * src/prefs_actions.c
5009         * src/prefs_customheader.c
5010         * src/prefs_filtering.c
5011         * src/prefs_matcher.c
5012         * src/prefs_template.c
5013         * src/ssl_manager.c
5014         * src/summaryview.c
5015         * src/textview.c
5016         * src/toolbar.c
5017                 All deletion confirmations are now "Cancel, Delete" 
5018                 instead of "No, Yes"
5019                 Clarified most of the other "No, Yes" to 
5020                 "Cancel, Descriptive_action"
5021                 Rechanged the "Entry not saved" alerts to have 
5022                 "Close, Continue editing"
5023
5024
5025 2006-01-14 [paul]
5026
5027         * 2.0.0-rc4 released
5028
5029 2006-01-14 [paul]       1.9.100cvs148
5030
5031         * src/account.c
5032         * src/addressadd.c
5033         * src/addressbook.c
5034         * src/compose.c
5035         * src/editaddress.c
5036         * src/editbook.c
5037         * src/editgroup.c
5038         * src/editjpilot.c
5039         * src/editldap.c
5040         * src/editvcard.c
5041         * src/exphtmldlg.c
5042         * src/expldifdlg.c
5043         * src/folderview.c
5044         * src/grouplistdialog.c
5045         * src/imap_gtk.c
5046         * src/importmutt.c
5047         * src/importpine.c
5048         * src/inc.c
5049         * src/main.c
5050         * src/mainwindow.c
5051         * src/message_search.c
5052         * src/messageview.c
5053         * src/mh_gtk.c
5054         * src/mimeview.c
5055         * src/news_gtk.c
5056         * src/prefs_actions.c
5057         * src/prefs_customheader.c
5058         * src/prefs_filtering.c
5059         * src/prefs_matcher.c
5060         * src/prefs_template.c
5061         * src/prefs_themes.c
5062         * src/ssl_manager.c
5063         * src/summary_search.c
5064         * src/summaryview.c
5065         * src/textview.c
5066         * src/toolbar.c
5067         * src/gtk/foldersort.c
5068         * src/gtk/gtkaspell.c
5069         * src/gtk/inputdialog.c
5070         * src/gtk/prefswindow.c
5071         * src/plugins/pgpcore/select-keys.c
5072         * src/plugins/trayicon/trayicon.c
5073                 HIG compliant button order
5074
5075 2006-01-14 [mones]      1.9.100cvs147
5076
5077         * po/es.po
5078                 Updated translation
5079
5080 2006-01-13 [paul]       1.9.100cvs146
5081
5082         * AUTHORS
5083         * ChangeLog
5084         * src/gtk/authors.h
5085                 add Joshua M. Kwan to contributors list
5086
5087 2006-01-13 [colin]      1.9.100cvs145
5088
5089         * src/gtk/quicksearch.c
5090                 Don't refocus quick search after executing (Esc or Enter)
5091                 Allows to '/'search something then move up/down in 
5092                 summaryview, and to Esc a search and be back in the 
5093                 summaryview
5094
5095 2006-01-13 [paul]       1.9.100cvs144
5096
5097         * src/plugins/pgpinline/pgpinline.c
5098                 support Content-Type 'application/pgp'
5099                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5100
5101 2006-01-13 [paul]       1.9.100cvs143
5102
5103         * manual/account.xml
5104                 make mention of partial retrieval
5105                 thanks to Colin
5106
5107 2006-01-13 [paul]       1.9.100cvs142
5108
5109         * src/account.c
5110         * src/account.h
5111         * src/action.c
5112         * src/action.h
5113         * src/adbookbase.h
5114         * src/addr_compl.c
5115         * src/addr_compl.h
5116         * src/addrbook.c
5117         * src/addrcache.c
5118         * src/addrcache.h
5119         * src/addrcindex.c
5120         * src/addrcindex.h
5121         * src/addrclip.c
5122         * src/addrclip.h
5123         * src/addrdefs.h
5124         * src/addressadd.c
5125         * src/addressadd.h
5126         * src/addressbook.c
5127         * src/addressbook.h
5128         * src/addrgather.c
5129         * src/addrgather.h
5130         * src/addrharvest.c
5131         * src/addrharvest.h
5132         * src/addrindex.c
5133         * src/addrindex.h
5134         * src/addritem.c
5135         * src/addritem.h
5136         * src/addrquery.c
5137         * src/addrquery.h
5138         * src/addrselect.c
5139         * src/addrselect.h
5140         * src/alertpanel.c
5141         * src/alertpanel.h
5142         * src/browseldap.c
5143         * src/browseldap.h
5144         * src/codeconv.c
5145         * src/codeconv.h
5146         * src/compose.c
5147         * src/compose.h
5148         * src/customheader.c
5149         * src/customheader.h
5150         * src/displayheader.c
5151         * src/displayheader.h
5152         * src/editaddress.c
5153         * src/editaddress.h
5154         * src/editbook.c
5155         * src/editbook.h
5156         * src/editgroup.c
5157         * src/editgroup.h
5158         * src/editjpilot.c
5159         * src/editjpilot.h
5160         * src/editldap.c
5161         * src/editldap.h
5162         * src/editldap_basedn.c
5163         * src/editldap_basedn.h
5164         * src/editvcard.c
5165         * src/editvcard.h
5166         * src/exphtmldlg.c
5167         * src/exphtmldlg.h
5168         * src/expldifdlg.c
5169         * src/expldifdlg.h
5170         * src/export.h
5171         * src/exporthtml.c
5172         * src/exporthtml.h
5173         * src/exportldif.c
5174         * src/exportldif.h
5175         * src/filtering.c
5176         * src/filtering.h
5177         * src/folder.c
5178         * src/folder.h
5179         * src/folder_item_prefs.c
5180         * src/folder_item_prefs.h
5181         * src/foldersel.c
5182         * src/foldersel.h
5183         * src/folderutils.c
5184         * src/folderutils.h
5185         * src/folderview.c
5186         * src/folderview.h
5187         * src/grouplistdialog.c
5188         * src/grouplistdialog.h
5189         * src/headerview.c
5190         * src/html.c
5191         * src/html.h
5192         * src/image_viewer.c
5193         * src/image_viewer.h
5194         * src/imap.c
5195         * src/imap.h
5196         * src/imap_gtk.c
5197         * src/imap_gtk.h
5198         * src/import.h
5199         * src/importldif.c
5200         * src/importldif.h
5201         * src/importmutt.c
5202         * src/importmutt.h
5203         * src/importpine.c
5204         * src/importpine.h
5205         * src/inc.c
5206         * src/inc.h
5207         * src/jpilot.c
5208         * src/jpilot.h
5209         * src/ldapctrl.c
5210         * src/ldapctrl.h
5211         * src/ldaplocate.c
5212         * src/ldaplocate.h
5213         * src/ldapquery.c
5214         * src/ldapquery.h
5215         * src/ldapserver.c
5216         * src/ldapserver.h
5217         * src/ldaputil.c
5218         * src/ldaputil.h
5219         * src/ldif.c
5220         * src/ldif.h
5221         * src/main.c
5222         * src/main.h
5223         * src/mainwindow.c
5224         * src/mainwindow.h
5225         * src/manual.c
5226         * src/manual.h
5227         * src/mbox.c
5228         * src/mbox.h
5229         * src/message_search.c
5230         * src/message_search.h
5231         * src/messageview.c
5232         * src/messageview.h
5233         * src/mh.c
5234         * src/mh.h
5235         * src/mh_gtk.c
5236         * src/mh_gtk.h
5237         * src/mimeview.c
5238         * src/mimeview.h
5239         * src/msgcache.c
5240         * src/msgcache.h
5241         * src/mutt.c
5242         * src/mutt.h
5243         * src/news.c
5244         * src/news.h
5245         * src/news_gtk.c
5246         * src/news_gtk.h
5247         * src/partial_download.c
5248         * src/partial_download.h
5249         * src/pine.c
5250         * src/pine.h
5251         * src/pop.c
5252         * src/pop.h
5253         * src/prefs_account.c
5254         * src/prefs_account.h
5255         * src/prefs_actions.c
5256         * src/prefs_actions.h
5257         * src/prefs_common.c
5258         * src/prefs_common.h
5259         * src/prefs_compose_writing.c
5260         * src/prefs_compose_writing.h
5261         * src/prefs_customheader.c
5262         * src/prefs_customheader.h
5263         * src/prefs_display_header.c
5264         * src/prefs_display_header.h
5265         * src/prefs_filtering.c
5266         * src/prefs_filtering.h
5267         * src/prefs_filtering_action.c
5268         * src/prefs_filtering_action.h
5269         * src/prefs_folder_column.c
5270         * src/prefs_folder_column.h
5271         * src/prefs_folder_item.c
5272         * src/prefs_folder_item.h
5273         * src/prefs_fonts.c
5274         * src/prefs_fonts.h
5275         * src/prefs_gtk.c
5276         * src/prefs_gtk.h
5277         * src/prefs_image_viewer.c
5278         * src/prefs_image_viewer.h
5279         * src/prefs_matcher.c
5280         * src/prefs_matcher.h
5281         * src/prefs_message.c
5282         * src/prefs_msg_colors.c
5283         * src/prefs_msg_colors.h
5284         * src/prefs_other.c
5285         * src/prefs_quote.c
5286         * src/prefs_receive.c
5287         * src/prefs_send.c
5288         * src/prefs_spelling.c
5289         * src/prefs_spelling.h
5290         * src/prefs_summaries.c
5291         * src/prefs_summaries.h
5292         * src/prefs_summary_column.c
5293         * src/prefs_summary_column.h
5294         * src/prefs_template.c
5295         * src/prefs_template.h
5296         * src/prefs_themes.c
5297         * src/prefs_themes.h
5298         * src/prefs_toolbar.c
5299         * src/prefs_toolbar.h
5300         * src/prefs_wrapping.c
5301         * src/prefs_wrapping.h
5302         * src/privacy.c
5303         * src/privacy.h
5304         * src/procheader.c
5305         * src/procheader.h
5306         * src/procmime.c
5307         * src/procmime.h
5308         * src/procmsg.c
5309         * src/procmsg.h
5310         * src/quote_fmt.c
5311         * src/quote_fmt_parse.y
5312         * src/recv.c
5313         * src/recv.h
5314         * src/remotefolder.c
5315         * src/remotefolder.h
5316         * src/send_message.c
5317         * src/send_message.h
5318         * src/setup.c
5319         * src/setup.h
5320         * src/sourcewindow.c
5321         * src/sourcewindow.h
5322         * src/ssl_manager.c
5323         * src/ssl_manager.h
5324         * src/statusbar.c
5325         * src/statusbar.h
5326         * src/stock_pixmap.c
5327         * src/stock_pixmap.h
5328         * src/summary_search.c
5329         * src/summary_search.h
5330         * src/summaryview.c
5331         * src/summaryview.h
5332         * src/syldap.c
5333         * src/syldap.h
5334         * src/textview.c
5335         * src/textview.h
5336         * src/toolbar.c
5337         * src/toolbar.h
5338         * src/undo.c
5339         * src/undo.h
5340         * src/unmime.c
5341         * src/unmime.h
5342         * src/vcard.c
5343         * src/vcard.h
5344         * src/wizard.c
5345         * src/wizard.h
5346         * src/common/base64.c
5347         * src/common/base64.h
5348         * src/common/defs.h
5349         * src/common/hooks.c
5350         * src/common/hooks.h
5351         * src/common/log.c
5352         * src/common/log.h
5353         * src/common/mgutils.c
5354         * src/common/mgutils.h
5355         * src/common/nntp.c
5356         * src/common/nntp.h
5357         * src/common/passcrypt.c
5358         * src/common/passcrypt.h.in
5359         * src/common/plugin.c
5360         * src/common/plugin.h
5361         * src/common/prefs.c
5362         * src/common/prefs.h
5363         * src/common/progressindicator.c
5364         * src/common/progressindicator.h
5365         * src/common/quoted-printable.c
5366         * src/common/quoted-printable.h
5367         * src/common/session.c
5368         * src/common/session.h
5369         * src/common/smtp.c
5370         * src/common/smtp.h
5371         * src/common/socket.c
5372         * src/common/socket.h
5373         * src/common/ssl.c
5374         * src/common/ssl.h
5375         * src/common/ssl_certificate.c
5376         * src/common/ssl_certificate.h
5377         * src/common/stringtable.c
5378         * src/common/stringtable.h
5379         * src/common/sylpheed.c
5380         * src/common/sylpheed.h
5381         * src/common/template.c
5382         * src/common/template.h
5383         * src/common/timing.h
5384         * src/common/utils.c
5385         * src/common/utils.h
5386         * src/common/version.h.in
5387         * src/common/xml.c
5388         * src/common/xml.h
5389         * src/common/xmlprops.c
5390         * src/common/xmlprops.h
5391         * src/gtk/colorlabel.c
5392         * src/gtk/colorsel.c
5393         * src/gtk/colorsel.h
5394         * src/gtk/description_window.c
5395         * src/gtk/description_window.h
5396         * src/gtk/filesel.c
5397         * src/gtk/filesel.h
5398         * src/gtk/foldersort.c
5399         * src/gtk/foldersort.h
5400         * src/gtk/gtkutils.c
5401         * src/gtk/gtkutils.h
5402         * src/gtk/inputdialog.c
5403         * src/gtk/inputdialog.h
5404         * src/gtk/logwindow.c
5405         * src/gtk/logwindow.h
5406         * src/gtk/manage_window.c
5407         * src/gtk/manage_window.h
5408         * src/gtk/menu.c
5409         * src/gtk/menu.h
5410         * src/gtk/pluginwindow.c
5411         * src/gtk/pluginwindow.h
5412         * src/gtk/prefswindow.c
5413         * src/gtk/prefswindow.h
5414         * src/gtk/progressdialog.c
5415         * src/gtk/progressdialog.h
5416         * src/gtk/sslcertwindow.c
5417         * src/gtk/sslcertwindow.h
5418         * src/plugins/clamav/clamav_plugin.c
5419         * src/plugins/clamav/clamav_plugin.h
5420         * src/plugins/clamav/clamav_plugin_gtk.c
5421         * src/plugins/demo/demo.c
5422         * src/plugins/dillo_viewer/dillo_prefs.c
5423         * src/plugins/dillo_viewer/dillo_prefs.h
5424         * src/plugins/dillo_viewer/dillo_viewer.c
5425         * src/plugins/pgpcore/passphrase.c
5426         * src/plugins/pgpcore/passphrase.h
5427         * src/plugins/pgpcore/plugin.c
5428         * src/plugins/pgpcore/select-keys.c
5429         * src/plugins/pgpcore/select-keys.h
5430         * src/plugins/pgpcore/sgpgme.c
5431         * src/plugins/pgpcore/sgpgme.h
5432         * src/plugins/pgpinline/pgpinline.c
5433         * src/plugins/pgpinline/pgpinline.h
5434         * src/plugins/pgpinline/plugin.c
5435         * src/plugins/pgpmime/pgpmime.c
5436         * src/plugins/pgpmime/pgpmime.h
5437         * src/plugins/pgpmime/plugin.c
5438         * src/plugins/spamassassin/spamassassin.c
5439         * src/plugins/spamassassin/spamassassin.h
5440         * src/plugins/spamassassin/spamassassin_gtk.c
5441         * src/plugins/trayicon/trayicon.c
5442                 update copyright header
5443
5444 2006-01-13 [paul]       1.9.100cvs141
5445
5446         * src/account.c
5447         * src/export.c
5448         * src/import.c
5449         * src/mainwindow.c
5450         * src/prefs_account.c
5451         * src/prefs_display_header.c
5452         * src/prefs_receive.c
5453         * src/prefs_send.c
5454         * src/prefs_summaries.c
5455         * src/prefs_themes.c
5456         * src/prefs_toolbar.c
5457         * src/gtk/about.c
5458                 various cleanups
5459
5460 2006-01-12 [colin]      1.9.100cvs140
5461
5462         * src/folder.c
5463         * src/folder.h
5464         * src/main.c
5465                 Add --subscribe option
5466                 Let sylpheed-claws email@domain.com equivalent to --compose
5467                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5468
5469 2006-01-12 [paul]       1.9.100cvs139
5470
5471         * src/mainwindow.c
5472                 append 'Change folder order' label with '...'
5473         * src/prefs_actions.c
5474                 allow reordering of actions list by dnd
5475         * src/gtk/foldersort.c
5476                 make the dialog nicer
5477
5478 2006-01-11 [colin]      1.9.100cvs138
5479
5480         * src/compose.c
5481                 Allow templates without text
5482
5483 2006-01-11 [paul]       1.9.100cvs137
5484
5485         * tools/README
5486         * tools/filter_conv_new.pl
5487                 add info to README
5488                 also check .sylpheed for filter.xml
5489                 be a bit informative to the user
5490
5491 2006-01-11 [colin]      1.9.100cvs136
5492
5493         * src/textview.c
5494                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5495
5496 2006-01-10 [paul]       1.9.100cvs135
5497
5498         * tools/Makefile.am
5499         * tools/filter_conv_new.pl
5500                 add script to convert new style Sylpheed
5501                 filter rules (Sylpheed >= 0.9.99) to
5502                 Claws filtering rules
5503
5504 2006-01-10 [colin]      1.9.100cvs134
5505
5506         * src/compose.c
5507                 Fix broken line joins in certain conditions
5508                 (between two quoted lines: <enter><enter><up>
5509                  <type a wrapped sentence><go in the first line>
5510                  <insert more text><watch as line joining failed>)
5511
5512 2006-01-10 [paul]       1.9.100cvs133
5513
5514         * src/compose.c
5515                 don't report success in error dialog
5516                 thanks to Colin
5517         * src/common/utils.c
5518                 include some trailing punctuations as URI
5519                 thanks to Hiro
5520
5521 2006-01-10 [paul]       1.9.100cvs132
5522
5523         * src/mimeview.c
5524                 fix incompatible pointer type
5525                 warning
5526
5527 2006-01-10 [paul]       1.9.100cvs131
5528
5529         * src/compose.c
5530                 change Subject in window title
5531                 instantaneously
5532
5533 2006-01-09 [colin]      1.9.100cvs130
5534
5535         * src/addressbook.c
5536         * src/headerview.c
5537         * src/mainwindow.c
5538         * src/messageview.c
5539         * src/mimeview.c
5540         * src/noticeview.c
5541         * src/summaryview.c
5542                 Fix possible crashes on exit and in addressbook
5543
5544 2006-01-09 [paul]       1.9.100cvs129
5545
5546         * src/prefs_msg_colors.c
5547                 some cleanups that I forgot last time
5548
5549 2006-01-09 [paul]       1.9.100cvs128
5550
5551         * README
5552         * src/folderview.c
5553         * src/prefs_msg_colors.c
5554                 add previously hidden option, color_new, to
5555                 the gui
5556                 move the page to Display/
5557                 rework the gui
5558
5559 2006-01-09 [wwp]        1.9.100cvs127
5560
5561         * src/prefs_themes.c
5562                 made the prefs/display/themes layouts spacing less condensed
5563                 (and so they match other prefs/pages' look).
5564
5565 2006-01-09 [paul]       1.9.100cvs126
5566
5567         * src/compose.c
5568         * src/prefs_common.c
5569         * src/prefs_common.h
5570         * src/prefs_wrapping.c
5571                 remove 'wrap at send' option
5572
5573 2006-01-06 [colin]      1.9.100cvs125
5574
5575         * src/compose.c
5576                 Just make completely sure we don't insert "manual line breaks" 
5577                 when wrapping... 
5578
5579 2006-01-04 [paul]
5580
5581         * 2.0.0-rc3 released
5582
5583 2006-01-04 [paul]       1.9.100cvs124
5584
5585         * src/folderview.c
5586                 fix bug 882, 'quick scroll in folder list
5587                 displays wrong folder contents'
5588
5589 2006-01-04 [paul]       1.9.100cvs123
5590
5591         * src/plugins/pgpmime/pgpmime.c
5592                 better debug information when signing
5593                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5594
5595 2006-01-03 [colin]      1.9.100cvs122
5596
5597         * configure.ac
5598                 We need to recheck for gpgme 1.0.0 after checking
5599                 for 1.1.1, because if 1.1.1 isn't available, 
5600                 GPGME_LIBS and friends are blanked out by the 
5601                 second check.
5602
5603 2006-01-03 [colin]      1.9.100cvs121
5604
5605         * src/common/prefs.c
5606                 Windows unlink-before rename fix
5607         * src/plugins/pgpcore/sgpgme.c
5608                 Add support for PKA info if available
5609                 Both patches by Werner Koch
5610
5611 2006-01-03 [paul]       1.9.100cvs120
5612
5613         * src/messageview.c
5614                 fix bug 884, 'Send receipt' button visible in queue
5615                 Thanks to Colin
5616
5617 2006-01-02 [colin]      1.9.100cvs119
5618
5619         * src/compose.c
5620         * src/imap.c
5621                 Fix autosave on IMAP and more generally try to
5622                 return the correct ID on a newly added IMAP message
5623
5624 2006-01-02 [paul]       1.9.100cvs118
5625
5626         * manual/keyboard.xml
5627                 edited
5628
5629 2006-01-01 [paul]       1.9.100cvs117
5630
5631         * src/gtk/authors.h
5632                 alphabetical order
5633
5634 2005-12-30 [colin]      1.9.100cvs116
5635
5636         * manual/advanced.xml
5637                 Explain Pre/Post-processing differences.
5638
5639 2005-12-30 [colin]      1.9.100cvs115
5640
5641         * src/mh.c
5642                 Implement copy_msgs for a little optimization
5643         * src/imap.c
5644                 Finish yesterday's fix
5645
5646 2005-12-29 [colin]      1.9.100cvs114
5647
5648         * src/imap.c
5649                 Fix occasional failure in fetching a mail over
5650                 IMAP
5651
5652 2005-12-29 [colin]      1.9.100cvs113
5653
5654         * src/compose.c
5655                 Don't remove a draft when sending it, if it is 
5656                 locked.
5657
5658 2005-12-28 [colin]      1.9.100cvs112
5659
5660         * src/summaryview.c
5661                 Fix leak for real
5662
5663 2005-12-28 [wwp]        1.9.100cvs111
5664
5665         * doc/faq/.cvsignore
5666         * doc/faq/de/.cvsignore
5667         * doc/faq/en/.cvsignore
5668         * doc/faq/es/.cvsignore
5669         * doc/faq/fr/.cvsignore
5670         * doc/faq/it/.cvsignore
5671         * doc/manual/.cvsignore
5672         * doc/manual/de/.cvsignore
5673         * doc/manual/en/.cvsignore
5674         * doc/manual/es/.cvsignore
5675         * doc/manual/fr/.cvsignore
5676         * doc/manual/ja/.cvsignore
5677         * src/plugins/mathml_viewer/.cvsignore
5678                 rollback revival of those files (my bad, sorry for the noise).
5679
5680 2005-12-28 [wwp]        1.9.100cvs110
5681
5682         * src/compose.c
5683                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5684
5685 2005-12-28 [wwp]        1.9.100cvs109
5686
5687         * doc/faq/.cvsignore
5688         * doc/faq/de/.cvsignore
5689         * doc/faq/en/.cvsignore
5690         * doc/faq/es/.cvsignore
5691         * doc/faq/fr/.cvsignore
5692         * doc/faq/it/.cvsignore
5693         * doc/manual/.cvsignore
5694         * doc/manual/de/.cvsignore
5695         * doc/manual/en/.cvsignore
5696         * doc/manual/es/.cvsignore
5697         * doc/manual/fr/.cvsignore
5698         * doc/manual/ja/.cvsignore
5699         * src/plugins/mathml_viewer/.cvsignore
5700         * po/.cvsignore
5701                 more files to ignore.
5702
5703 2005-12-24 [colin]      1.9.100cvs108
5704
5705         * AUTHORS
5706         * src/gtk/authors.h
5707                 Update for Werner
5708
5709 2005-12-24 [colin]      1.9.100cvs107
5710
5711         * src/procmsg.c
5712                 Allow NULL src_msginfo in 
5713                 procmsg_msginfo_new_from_mimeinfo
5714
5715 2005-12-23 [paul]       1.9.100cvs106
5716
5717         * src/plugins/pgpinline/mypgpcore.def
5718                 add this forgotten file
5719
5720 2005-12-23 [colin]      1.9.100cvs105
5721
5722         * src/mainwindow.c
5723                 Fix missing break
5724
5725 2005-12-23 [colin]      1.9.100cvs104
5726
5727         * autogen.sh
5728         * src/folder.c
5729         * src/mh.c
5730         * src/common/plugin.c
5731         * src/common/socket.c
5732         * src/common/socket.h
5733         * src/common/utils.c
5734         * src/common/utils.h
5735         * src/gtk/pluginwindow.c
5736         * src/plugins/pgpcore/plugin.def
5737         * src/plugins/pgpcore/sylpheed.def
5738         * src/plugins/pgpinline/Makefile.am
5739         * src/plugins/pgpinline/plugin.def
5740         * src/plugins/pgpinline/sylpheed.def
5741         * src/plugins/pgpmime/plugin.def
5742         * src/plugins/pgpmime/sylpheed.def
5743                 Various w32 fixes by Werner Koch
5744
5745 2005-12-22 [paul]       1.9.100cvs103
5746
5747         * src/wizard.c
5748                 don't offer IMAP as 'server type' if
5749                 libetpan isn't built in
5750
5751 2005-12-22 [paul]       1.9.100cvs102
5752
5753         * AUTHORS
5754         * src/mainwindow.c
5755         * src/mainwindow.h
5756         * src/toolbar.c
5757         * src/gtk/authors.h
5758                 support GTK_TOOLBAR_BOTH_HORIZ (text
5759                 next to icon) Patch by Marien Zwart
5760                 marienz@users.sf.net
5761                 Also reword the text
5762
5763 2005-12-21 [colin]      1.9.100cvs101
5764
5765         * configure.ac
5766                 Fix DATADIRNAME
5767         * COPYING
5768                 Fix missing section and explicit the exception better
5769         * src/compose.c
5770                 Prevent mail from being lost without notice when an
5771                 SMTP error happens on trying to send an unmodified
5772                 drafted mail.
5773         * src/send_message.c
5774         * src/common/smtp.c
5775                 Fix password remembering when wrong, and add return
5776                 value checks where they should have been
5777         * src/plugins/pgpcore/sylpheed.def
5778         * src/plugins/pgpinline/sylpheed.def
5779         * src/plugins/pgpmime/sylpheed.def
5780                 Add a few symbols needed
5781
5782 2005-12-21 [paul]       1.9.100cvs100
5783
5784         * m4/codeset.m4
5785         * m4/glibc21.m4
5786         * m4/intdiv0.m4
5787         * m4/inttypes-pri.m4
5788         * m4/inttypes.m4
5789         * m4/inttypes_h.m4
5790         * m4/isc-posix.m4
5791         * m4/lcmessage.m4
5792         * m4/stdint_h.m4
5793         * m4/uintmax_t.m4
5794                 gettextization
5795                 thanks to Colin
5796
5797 2005-12-21 [paul]       1.9.100cvs99
5798
5799         * po/sv.po
5800                 fixed by Colin
5801
5802 2005-12-20 [paul]       1.9.100cvs98
5803
5804         * po/sv.po
5805                 updated by Anders Trobäck
5806
5807 2005-12-20 [colin]      1.9.100cvs97
5808
5809         * ABOUT-NLS
5810         * Makefile.am
5811         * autogen.sh
5812         * configure.ac
5813         * config/config.rpath
5814         * config/mkinstalldirs
5815         * m4/Makefile.am
5816         * m4/glibc2.m4
5817         * m4/gnupg.m4
5818         * m4/gpgme.m4
5819         * m4/intmax.m4
5820         * m4/longdouble.m4
5821         * m4/longlong.m4
5822         * m4/printf-posix.m4
5823         * m4/signed.m4
5824         * m4/size_max.m4
5825         * m4/ulonglong.m4
5826         * m4/wchar_t.m4
5827         * m4/wint_t.m4
5828         * m4/xsize.m4
5829         * po/Makefile.in.in
5830         * po/Makevars
5831         * po/bg.po
5832         * po/ca.po
5833         * po/cs.po
5834         * po/de.po
5835         * po/el.po
5836         * po/en_GB.po
5837         * po/es.po
5838         * po/fi.po
5839         * po/fr.po
5840         * po/hr.po
5841         * po/hu.po
5842         * po/it.po
5843         * po/ja.po
5844         * po/ko.po
5845         * po/nb.po
5846         * po/nl.po
5847         * po/pl.po
5848         * po/pt_BR.po
5849         * po/ru.po
5850         * po/sk.po
5851         * po/sr.po
5852         * po/stamp-po
5853         * po/sv.po
5854         * po/zh_CN.po
5855         * po/zh_TW.po
5856         * src/Makefile.am
5857         * src/codeconv.c
5858         * src/compose.c
5859         * src/exporthtml.c
5860         * src/exportldif.c
5861         * src/folder.c
5862         * src/main.c
5863         * src/manual.c
5864         * src/mh.c
5865         * src/mimeview.c
5866         * src/send_message.c
5867         * src/common/Makefile.am
5868         * src/common/fnmatch.c
5869         * src/common/fnmatch.h
5870         * src/common/fnmatch_loop.c
5871         * src/common/nntp.c
5872         * src/common/plugin.c
5873         * src/common/smtp.c
5874         * src/common/socket.c
5875         * src/common/string_match.c
5876         * src/common/sylpheed.c
5877         * src/common/utils.c
5878         * src/common/utils.h
5879         * src/common/w32_dirent.c
5880         * src/common/w32_reg.c
5881         * src/common/w32_signal.c
5882         * src/common/w32_stat.c
5883         * src/common/w32_stdio.c
5884         * src/common/w32_stdlib.c
5885         * src/common/w32_string.c
5886         * src/common/w32_time.c
5887         * src/common/w32_unistd.c
5888         * src/common/w32_wait.c
5889         * src/common/w32lib.h
5890         * src/etpan/Makefile.am
5891         * src/gtk/Makefile.am
5892         * src/plugins/clamav/Makefile.am
5893         * src/plugins/demo/Makefile.am
5894         * src/plugins/dillo_viewer/Makefile.am
5895         * src/plugins/pgpcore/Makefile.am
5896         * src/plugins/pgpcore/passphrase.c
5897         * src/plugins/pgpcore/plugin.def
5898         * src/plugins/pgpcore/sgpgme.c
5899         * src/plugins/pgpcore/sylpheed.def
5900         * src/plugins/pgpcore/version.rc
5901         * src/plugins/pgpinline/Makefile.am
5902         * src/plugins/pgpinline/plugin.def
5903         * src/plugins/pgpinline/sylpheed.def
5904         * src/plugins/pgpinline/version.rc
5905         * src/plugins/pgpmime/Makefile.am
5906         * src/plugins/pgpmime/mypgpcore.def
5907         * src/plugins/pgpmime/plugin.def
5908         * src/plugins/pgpmime/sylpheed.def
5909         * src/plugins/pgpmime/version.rc
5910         * src/plugins/spamassassin/Makefile.am
5911                 Very little ;-) patch from Werner Koch, providing
5912                 infrastructure for cross-compiling to Win32
5913
5914 2005-12-20 [paul]       1.9.100cvs96
5915
5916         * src/account.c
5917         * src/account.h
5918         * src/mainwindow.c
5919         * src/mainwindow.h
5920         * src/toolbar.c
5921         * src/toolbar.h
5922                 add a combo to the Get All button, allowing
5923                 quick retrieval from any account
5924                 Patch by Fabien Vantard, slightly modified
5925                 by Colin
5926         * src/gtk/about.c
5927                 i18n fix. Patch by Fabien Vantard
5928
5929 2005-12-19 [colin]      1.9.100cvs95
5930
5931         * src/compose.c
5932         * src/compose.h
5933                 Don't automatically join lines when they've 
5934                 been separated by the user and not automatically
5935
5936 2005-12-19 [paul]       1.9.100cvs94
5937
5938         * src/gtk/pluginwindow.c
5939                 i18n fix.
5940                 Patch by Fabien Vantard
5941
5942 2005-12-15 [paul]       1.9.100cvs93
5943
5944         * src/common/plugin.c
5945         * src/common/plugin.h
5946         * src/gtk/pluginwindow.c
5947         * src/plugins/clamav/clamav_plugin.c
5948         * src/plugins/demo/demo.c
5949         * src/plugins/dillo_viewer/dillo_viewer.c
5950         * src/plugins/pgpcore/plugin.c
5951         * src/plugins/pgpinline/plugin.c
5952         * src/plugins/pgpmime/plugin.c
5953         * src/plugins/spamassassin/spamassassin.c
5954         * src/plugins/trayicon/trayicon.c
5955                 add plugin_version()
5956
5957 2005-12-15 [colin]      1.9.100cvs92
5958
5959         * src/compose.c
5960                 Further fix bug #875
5961
5962 2005-12-15 [paul]       1.9.100cvs91
5963
5964         * src/gtk/filesel.c
5965                 fix attach_load_dir getting set to
5966                 PLUGINDIR on plugin load
5967
5968 2005-12-14 [mones]      1.9.100cvs90
5969
5970         * manual/ack.xml
5971         * manual/keyboard.xml
5972                 Initial draft and some shortcuts added
5973                 
5974         * po/es.po
5975                 Updated translation
5976
5977 2005-12-14 [colin]      1.9.100cvs89
5978
5979         * src/compose.c
5980         * src/imap.c
5981         * src/summaryview.c
5982         * src/gtk/gtkaspell.c
5983                 More leaks fixed
5984         * src/prefs_folder_item.c
5985                 Fix recursive prefs apply
5986
5987
5988 2005-12-14 [colin]      1.9.100cvs88
5989
5990         * src/compose.c
5991                 Fix bug #875 (Freeze On Inline Forward of 
5992                 Large Message)
5993
5994 2005-12-13 [colin]      1.9.100cvs87
5995
5996         * src/compose.c
5997                 Uniq-ify and sort the mimetypes list
5998                 Patch by Fabien Vantard
5999
6000 2005-12-13 [colin]      1.9.100cvs86
6001
6002         * src/imap.c
6003         * src/etpan/imap-thread.c
6004                 Fix leaks (patch by Hoa)
6005         * src/news.c
6006         * src/common/plugin.c
6007                 Fix leaks
6008
6009 2005-12-12 [colin]
6010
6011         * 2.0.0-rc2 released
6012
6013 2005-12-12 [colin]      1.9.100cvs85
6014
6015         * src/matcher.c
6016                 Fix a leak
6017
6018 2005-12-12 [wwp]        1.9.100cvs84
6019
6020         * src/gtk/icon_legend.c
6021                 fix misbehaviour and crash when closing the legend window
6022         using the Esc key (patch by Fabien Vantard).
6023
6024 2005-12-12 [paul]       1.9.100cvs83
6025
6026         * src/browseldap.c
6027         * src/foldersel.c
6028         * src/prefs_actions.c
6029         * src/prefs_filtering.c
6030         * src/prefs_matcher.c
6031         * src/prefs_spelling.glade      ** REMOVED **
6032         * src/prefs_template.c
6033         * src/gtk/foldersort.glade      ** REMOVED **
6034         * src/gtk/pluginwindow.c
6035         * src/gtk/pluginwindow.glade    ** REMOVED **
6036         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6037                 cleanups
6038
6039 2005-12-11 [paul]       1.9.100cvs82
6040
6041         * src/gtk/filesel.c
6042                 fix attach_load_dir crasher (double free)
6043
6044 2005-12-09 [paul]       1.9.100cvs81
6045
6046         * po/POTFILES.in
6047         * src/mainwindow.c
6048         * src/gtk/Makefile.am
6049         * src/gtk/icon_legend.c
6050         * src/gtk/icon_legend.h
6051                 add icon legend
6052         * src/manual.c
6053                 cleanup
6054
6055 2005-12-09 [paul]       1.9.100cvs80
6056
6057         * src/plugins/pgpcore/passphrase.c
6058                 wrap the label in the dialog
6059
6060 2005-12-09 [colin]      1.9.100cvs79
6061
6062         * src/plugins/pgpcore/sgpgme.c
6063                 Display (untrusted) on not trusted signatures
6064                 Patch by Michal Èihaø <michal@cihar.com>
6065                 Closes bug #867 (Report also key trust)
6066
6067 2005-12-09 [colin]      1.9.100cvs78
6068
6069         * src/common/plugin.c
6070                 Update licence check, following Eben Moglen's advice
6071
6072 2005-12-08 [colin]      1.9.100cvs77
6073
6074         * src/folder.c
6075                 Fix the occasionnal item->cache != NULL 
6076                 assertion failure. 
6077
6078 2005-12-08 [colin]      1.9.100cvs76
6079
6080         * src/mimeview.c
6081         * src/plugins/pgpcore/sgpgme.c
6082                 Print key id when unable to check it
6083                 Closes bug #866 (Show key id when missing)
6084
6085 2005-12-08 [paul]       1.9.100cvs75
6086
6087         * src/prefs_common.c
6088         * src/prefs_common.h
6089         * src/gtk/filesel.c
6090                 remember load attachment dir
6091
6092 2005-12-07 [colin]      1.9.100cvs74
6093
6094         * src/prefs_toolbar.c
6095                 Gtk fixes, patch by Fabien Vantard
6096
6097 2005-12-07 [colin]      1.9.100cvs73
6098
6099         * src/action.c
6100         * src/compose.c
6101         * src/compose.h
6102                 Fix bug #839 (Quoted text isn't colored after 
6103                 executing an action)
6104         * src/common/plugin.c
6105                 Require plugins to declare their licence in plugin_licence()
6106                 Refuse to load non-GPL plugins as they'd be illegal (as 
6107                 derived works of Sylpheed-Claws, they must be GPL).
6108         * src/plugins/clamav/clamav_plugin.c
6109         * src/plugins/demo/demo.c
6110         * src/plugins/dillo_viewer/dillo_viewer.c
6111         * src/plugins/pgpcore/plugin.c
6112         * src/plugins/pgpinline/plugin.c
6113         * src/plugins/pgpmime/plugin.c
6114         * src/plugins/spamassassin/spamassassin.c
6115         * src/plugins/trayicon/trayicon.c
6116                 Add plugin_licence()
6117
6118 2005-12-07 [paul]       1.9.100cvs72
6119
6120         * configure.ac
6121         * src/mainwindow.c
6122         * src/manual.c
6123         * src/manual.h
6124         * src/common/defs.h
6125                 clean up after local FAQ removal and
6126                 temporary manual removal
6127
6128 2005-12-06 [colin]      1.9.100cvs71
6129
6130         * configure.ac
6131         * doc/Makefile.am
6132         * doc/faq/.cvsignore
6133         * doc/faq/Makefile.am
6134         * doc/faq/de/.cvsignore
6135         * doc/faq/de/Makefile.am
6136         * doc/faq/de/sylpheed-faq-1.html
6137         * doc/faq/de/sylpheed-faq-2.html
6138         * doc/faq/de/sylpheed-faq-3.html
6139         * doc/faq/de/sylpheed-faq.html
6140         * doc/faq/en/.cvsignore
6141         * doc/faq/en/Makefile.am
6142         * doc/faq/en/sylpheed-faq-1.html
6143         * doc/faq/en/sylpheed-faq-2.html
6144         * doc/faq/en/sylpheed-faq-3.html
6145         * doc/faq/en/sylpheed-faq-4.html
6146         * doc/faq/en/sylpheed-faq.html
6147         * doc/faq/es/.cvsignore
6148         * doc/faq/es/Makefile.am
6149         * doc/faq/es/sylpheed-faq-1.html
6150         * doc/faq/es/sylpheed-faq-2.html
6151         * doc/faq/es/sylpheed-faq-3.html
6152         * doc/faq/es/sylpheed-faq-4.html
6153         * doc/faq/es/sylpheed-faq.html
6154         * doc/faq/fr/.cvsignore
6155         * doc/faq/fr/Makefile.am
6156         * doc/faq/fr/sylpheed-faq-1.html
6157         * doc/faq/fr/sylpheed-faq-2.html
6158         * doc/faq/fr/sylpheed-faq-3.html
6159         * doc/faq/fr/sylpheed-faq.html
6160         * doc/faq/it/.cvsignore
6161         * doc/faq/it/Makefile.am
6162         * doc/faq/it/sylpheed-faq-1.html
6163         * doc/faq/it/sylpheed-faq-2.html
6164         * doc/faq/it/sylpheed-faq-3.html
6165         * doc/faq/it/sylpheed-faq.html
6166         * doc/manual/.cvsignore
6167         * doc/manual/Makefile.am
6168         * doc/manual/de/.cvsignore
6169         * doc/manual/de/Makefile.am
6170         * doc/manual/de/sylpheed-1.html
6171         * doc/manual/de/sylpheed-10.html
6172         * doc/manual/de/sylpheed-11.html
6173         * doc/manual/de/sylpheed-12.html
6174         * doc/manual/de/sylpheed-13.html
6175         * doc/manual/de/sylpheed-14.html
6176         * doc/manual/de/sylpheed-15.html
6177         * doc/manual/de/sylpheed-16.html
6178         * doc/manual/de/sylpheed-17.html
6179         * doc/manual/de/sylpheed-18.html
6180         * doc/manual/de/sylpheed-19.html
6181         * doc/manual/de/sylpheed-2.html
6182         * doc/manual/de/sylpheed-20.html
6183         * doc/manual/de/sylpheed-3.html
6184         * doc/manual/de/sylpheed-4.html
6185         * doc/manual/de/sylpheed-5.html
6186         * doc/manual/de/sylpheed-6.html
6187         * doc/manual/de/sylpheed-7.html
6188         * doc/manual/de/sylpheed-8.html
6189         * doc/manual/de/sylpheed-9.html
6190         * doc/manual/de/sylpheed.html
6191         * doc/manual/en/.cvsignore
6192         * doc/manual/en/Makefile.am
6193         * doc/manual/en/sylpheed-1.html
6194         * doc/manual/en/sylpheed-10.html
6195         * doc/manual/en/sylpheed-11.html
6196         * doc/manual/en/sylpheed-12.html
6197         * doc/manual/en/sylpheed-13.html
6198         * doc/manual/en/sylpheed-14.html
6199         * doc/manual/en/sylpheed-15.html
6200         * doc/manual/en/sylpheed-16.html
6201         * doc/manual/en/sylpheed-17.html
6202         * doc/manual/en/sylpheed-18.html
6203         * doc/manual/en/sylpheed-19.html
6204         * doc/manual/en/sylpheed-2.html
6205         * doc/manual/en/sylpheed-20.html
6206         * doc/manual/en/sylpheed-21.html
6207         * doc/manual/en/sylpheed-22.html
6208         * doc/manual/en/sylpheed-3.html
6209         * doc/manual/en/sylpheed-4.html
6210         * doc/manual/en/sylpheed-5.html
6211         * doc/manual/en/sylpheed-6.html
6212         * doc/manual/en/sylpheed-7.html
6213         * doc/manual/en/sylpheed-8.html
6214         * doc/manual/en/sylpheed-9.html
6215         * doc/manual/en/sylpheed.html
6216         * doc/manual/es/.cvsignore
6217         * doc/manual/es/Makefile.am
6218         * doc/manual/es/sylpheed-1.html
6219         * doc/manual/es/sylpheed-10.html
6220         * doc/manual/es/sylpheed-11.html
6221         * doc/manual/es/sylpheed-12.html
6222         * doc/manual/es/sylpheed-13.html
6223         * doc/manual/es/sylpheed-14.html
6224         * doc/manual/es/sylpheed-15.html
6225         * doc/manual/es/sylpheed-16.html
6226         * doc/manual/es/sylpheed-17.html
6227         * doc/manual/es/sylpheed-18.html
6228         * doc/manual/es/sylpheed-19.html
6229         * doc/manual/es/sylpheed-2.html
6230         * doc/manual/es/sylpheed-20.html
6231         * doc/manual/es/sylpheed-3.html
6232         * doc/manual/es/sylpheed-4.html
6233         * doc/manual/es/sylpheed-5.html
6234         * doc/manual/es/sylpheed-6.html
6235         * doc/manual/es/sylpheed-7.html
6236         * doc/manual/es/sylpheed-8.html
6237         * doc/manual/es/sylpheed-9.html
6238         * doc/manual/es/sylpheed.html
6239         * doc/manual/fr/.cvsignore
6240         * doc/manual/fr/Makefile.am
6241         * doc/manual/fr/sylpheed-1.html
6242         * doc/manual/fr/sylpheed-10.html
6243         * doc/manual/fr/sylpheed-11.html
6244         * doc/manual/fr/sylpheed-12.html
6245         * doc/manual/fr/sylpheed-13.html
6246         * doc/manual/fr/sylpheed-14.html
6247         * doc/manual/fr/sylpheed-15.html
6248         * doc/manual/fr/sylpheed-16.html
6249         * doc/manual/fr/sylpheed-17.html
6250         * doc/manual/fr/sylpheed-18.html
6251         * doc/manual/fr/sylpheed-19.html
6252         * doc/manual/fr/sylpheed-2.html
6253         * doc/manual/fr/sylpheed-20.html
6254         * doc/manual/fr/sylpheed-3.html
6255         * doc/manual/fr/sylpheed-4.html
6256         * doc/manual/fr/sylpheed-5.html
6257         * doc/manual/fr/sylpheed-6.html
6258         * doc/manual/fr/sylpheed-7.html
6259         * doc/manual/fr/sylpheed-8.html
6260         * doc/manual/fr/sylpheed-9.html
6261         * doc/manual/fr/sylpheed.html
6262         * doc/manual/ja/.cvsignore
6263         * doc/manual/ja/Makefile.am
6264         * doc/manual/ja/sylpheed-1.html
6265         * doc/manual/ja/sylpheed-10.html
6266         * doc/manual/ja/sylpheed-11.html
6267         * doc/manual/ja/sylpheed-12.html
6268         * doc/manual/ja/sylpheed-13.html
6269         * doc/manual/ja/sylpheed-14.html
6270         * doc/manual/ja/sylpheed-15.html
6271         * doc/manual/ja/sylpheed-16.html
6272         * doc/manual/ja/sylpheed-17.html
6273         * doc/manual/ja/sylpheed-18.html
6274         * doc/manual/ja/sylpheed-19.html
6275         * doc/manual/ja/sylpheed-2.html
6276         * doc/manual/ja/sylpheed-20.html
6277         * doc/manual/ja/sylpheed-3.html
6278         * doc/manual/ja/sylpheed-4.html
6279         * doc/manual/ja/sylpheed-5.html
6280         * doc/manual/ja/sylpheed-6.html
6281         * doc/manual/ja/sylpheed-7.html
6282         * doc/manual/ja/sylpheed-8.html
6283         * doc/manual/ja/sylpheed-9.html
6284         * doc/manual/ja/sylpheed.html
6285         * doc/manual/ja/sylpheed.sgml
6286         * src/mainwindow.c
6287                 Remove outdated manual and faq. Noisy, eh?
6288
6289 2005-12-06 [colin]      1.9.100cvs70
6290
6291         * src/compose.c
6292         * src/quote_fmt_parse.y
6293         * src/undo.c
6294         * src/undo.h
6295                 Allow %X to position cursor at 0 
6296                 (no %X = before signature)
6297                 Fix paste as quotation putting the cursor at 0
6298                 Fix undo offsets when pasting
6299                 Insert the quote_fmt at once instead of line 
6300                 by line
6301                 Fix [Edited] when starting to reply/forward
6302
6303 2005-12-06 [paul]       1.9.100cvs69
6304
6305         * src/plugins/clamav/clamav_plugin_gtk.c
6306                 add another tooltip
6307         * src/plugins/spamassassin/spamassassin_gtk.c
6308                 rework spamassassin_create_widget_func()
6309
6310 2005-12-05 [colin]      1.9.100cvs68
6311
6312         * po/POTFILES.in
6313                 Fix make release ;-)
6314
6315 2005-12-05 [colin]      1.9.100cvs67
6316
6317         * src/compose.c
6318         * src/compose.h
6319                 Fix cursor positioning (not obeying %X)
6320
6321 2005-12-05 [paul]       1.9.100cvs66
6322
6323         * src/plugins/dillo_viewer/dillo_prefs.c
6324                 fix compilation warning
6325
6326 2005-12-05 [paul]       1.9.100cvs65
6327
6328         * src/prefs_spelling.c
6329         * src/plugins/trayicon/trayicon.c
6330                 cleanups - remove unused stuff
6331
6332 2005-12-05 [paul]       1.9.100cvs64
6333
6334         * README
6335         * manual/plugins.xml
6336                 remove info about removed mathml_viewer plugin
6337
6338 2005-12-05 [paul]       1.9.100cvs63
6339
6340         * configure.ac
6341         * src/plugins/Makefile.am
6342         * src/plugins/mathml_viewer/.cvsignore
6343         * src/plugins/mathml_viewer/Makefile.am
6344         * src/plugins/mathml_viewer/mathml_viewer.c
6345                 remove unmaintained mathml_viewer plugin
6346
6347 2005-12-05 [paul]       1.9.100cvs62
6348
6349         * src/summaryview.c
6350                 obey prefs_common.always_show_msg when
6351                 moving a msg
6352                 Thanks to Colin
6353
6354 2005-12-05 [paul]       1.9.100cvs61
6355
6356         * src/compose.c
6357         * src/prefs_account.c
6358         * src/prefs_filtering.c
6359         * src/prefs_quote.c
6360         * src/prefs_spelling.c
6361         * src/prefs_toolbar.c
6362         * src/summaryview.c
6363         * src/gtk/gtkutils.c
6364         * src/gtk/quicksearch.c
6365         * src/plugins/dillo_viewer/dillo_prefs.c
6366                 dialog cleanups
6367
6368 2005-12-04 [paul]       1.9.100cvs60
6369
6370         * src/inc.c
6371         * src/prefs_account.c
6372         * src/prefs_account.h
6373                 allow a Local account to specify a
6374                 default inbox
6375                 (closes bug 843 'Inbox cannot be changed for local
6376                  mailboxes')
6377
6378 2005-12-04 [colin]      1.9.100cvs59
6379
6380         * src/plugins/trayicon/trayicon.c
6381                 Remove Get, rename Get All to Get Mail in order to
6382                 be consistent with the default main toolbar
6383
6384 2005-12-03 [colin]      1.9.100cvs58
6385
6386         * manual/gpl.xml
6387         * manual/sylpheed-claws-manual.xml
6388                 Add GPL appendix
6389
6390 2005-12-03 [paul]       1.9.100cvs57
6391
6392         * AUTHORS
6393         * po/sv.po
6394         * src/gtk/authors.h
6395                 new (partially complete) Swedish translation
6396                 by Anders Troback <sylpheed@troback.com>
6397
6398 2005-12-02 [paul]       1.9.100cvs56
6399
6400         * configure.ac
6401                 libetpan 0.41 required
6402
6403 2005-12-02 [paul]       1.9.100cvs55
6404
6405         * src/plugins/clamav/clamav_plugin.c
6406         * src/plugins/clamav/clamav_plugin.h
6407         * src/plugins/clamav/clamav_plugin_gtk.c
6408         * src/plugins/spamassassin/spamassassin.c
6409         * src/plugins/spamassassin/spamassassin.h
6410         * src/plugins/spamassassin/spamassassin_gtk.c
6411                 unregister prefs pages on unloading, thus
6412                 preventing a crash
6413                 (thanks to Colin for the hint)
6414
6415 2005-12-02 [wwp]        1.9.100cvs54
6416
6417         * src/quote_fmt.h
6418         * src/quote_fmt_parse.y
6419                 fix misuse of gboolean*, use gboolean instead
6420                 (thanks to Paul, Colin, for pointing out that scaring one)
6421
6422 2005-12-02 [paul]       1.9.100cvs53
6423
6424         * src/plugins/clamav/clamav_plugin.c
6425                 int no --> unsigned int no
6426         * src/plugins/clamav/clamav_plugin_gtk.c
6427                 rework config page
6428
6429 2005-12-02 [wwp]        1.9.100cvs52
6430
6431         * src/compose.c
6432         * src/prefs_template.c
6433         * src/quote_fmt.h
6434         * src/quote_fmt_parse.y
6435                 prevent from executing |f and |p templates commands when
6436                 adding or replacing templates in prefs (avoids annoying and
6437                 potentially dangerous behaviours)
6438
6439 2005-12-02 [paul]       1.9.100cvs51
6440
6441         * src/prefs_common.c
6442                 allow translation of some default values
6443                 Patch by Fabien Vantard
6444
6445 2005-12-02 [paul]       1.9.100cvs50
6446
6447         * src/codeconv.c
6448         * src/codeconv.h
6449         * src/prefs_common.c
6450         * src/prefs_common.h
6451         * src/prefs_message.c
6452         * src/textview.c
6453                 remove obsolete 'convert_mb_alnum' option
6454                 and related stuff
6455         * src/gtk/about.c
6456                 remove unused 'about_textview_visibility_notify'
6457
6458 2005-12-02 [paul]       1.9.100cvs49
6459
6460         * src/prefs_account.c
6461         * src/prefs_compose_writing.c
6462         * src/prefs_fonts.c
6463         * src/prefs_gtk.h
6464         * src/prefs_image_viewer.c
6465         * src/prefs_message.c
6466         * src/prefs_other.c
6467         * src/prefs_receive.c
6468         * src/prefs_send.c
6469         * src/prefs_spelling.c
6470         * src/prefs_summaries.c
6471         * src/prefs_wrapping.c
6472         * src/plugins/dillo_viewer/dillo_prefs.c
6473         * src/plugins/pgpcore/prefs_gpg.c
6474                 several cleanups to the prefs dialogs
6475                 (slightly modified) patch by Fabien Vantard
6476
6477 2005-12-02 [paul]       1.9.100cvs48
6478
6479         * src/main.c
6480                 --exit means exit
6481         * src/send_message.c
6482                 fix crash on send when connection fails
6483
6484         Thanks to Colin
6485
6486 2005-12-01 [colin]      1.9.100cvs47
6487
6488         * src/html.c
6489                 Translate &hellip; to "..."
6490
6491 2005-11-30 [colin]      1.9.100cvs46
6492
6493         * src/matcher.c
6494         * src/matcher.h
6495                 Optimize back yesterday's fix.
6496
6497 2005-11-30 [paul]       1.9.100cvs45
6498
6499         * manual/faq.xml
6500                 standardised
6501         * manual/intro.xml
6502                 written by Colin, edited by me
6503
6504 2005-11-29 [colin]      1.9.100cvs44
6505
6506         * src/matcher.c
6507                 Skip headers unconditionnaly in match_body if the
6508                 rule is not message or ~message
6509
6510 2005-11-29 [colin]      1.9.100cvs43
6511
6512         * src/matcher.c
6513                 Fix body_part and such, not skipping headers 
6514                 if the matchcriteria wasn't the first in the rule
6515
6516 2005-11-29 [colin]      1.9.100cvs42
6517
6518         * src/compose.c
6519                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6520                 option missing from message view window)
6521                 Fix double text D'n'D with gtk-2.8
6522         * src/matcher.c
6523                 Fix ~message, ~headers_part, ~body_part rules
6524         * src/messageview.c
6525                 Add Windows-1252 (Closes bug #863)
6526                 Fix accels
6527         * src/gtk/gtkaspell.c
6528                 Properly destroy accels in all menus
6529
6530 2005-11-29 [mones]      1.9.100cvs41
6531
6532         * po/es.po
6533                 Updated.
6534
6535 2005-11-27 [colin]      1.9.100cvs40
6536
6537         * src/mh_gtk.c
6538                 "/Remove mailbox" -> "/Remove mailbox..."
6539
6540 2005-11-27 [paul]       1.9.100cvs39
6541
6542         * AUTHORS
6543         * po/de.po
6544         * src/gtk/authors.h
6545                 updated by new maintainer, Stephan Sachse
6546
6547 2005-11-27 [paul]       1.9.100cvs38
6548
6549         * manual/faq.xml
6550                 written by Colin, edited by me
6551
6552 2005-11-27 [paul]       1.9.100cvs37
6553
6554         * src/prefs_common.c
6555         * src/prefs_common.h
6556         * src/prefs_receive.c
6557         * src/prefs_summaries.c
6558                 move 'go to inbox after receiving new mail'
6559                 option from display/sumamaries to mail
6560                 handling/receive, and rework prefs_summaries
6561                 dialog a little
6562
6563 2005-11-25 [martin]     1.9.100cvs36
6564
6565         * po/de.po
6566             fixed windows-1252 translation;
6567             translated some new and fuzzy strings
6568
6569 2005-11-25 [paul]       1.9.100cvs35
6570
6571         * src/plugins/clamav/clamav_plugin.c
6572                 complete the update done in cvs34
6573
6574 2005-11-25 [paul]       1.9.100cvs34
6575
6576         * src/plugins/clamav/clamav_plugin.c
6577                 reflect upstream changes
6578
6579 2005-11-25 [paul]       1.9.100cvs33
6580
6581         * manual/ack.xml
6582         * manual/plugins.xml
6583         * manual/sylpheed-claws-manual.xml
6584                 written/updated by Colin, edited by me
6585         * tools/acroread2sylpheed.pl
6586                 update binary name
6587
6588 2005-11-24 [colin]      1.9.100cvs32
6589
6590         * src/compose.c
6591                 Fix bug #856 (reediting messages forgets Request
6592                 Return Receipt)
6593
6594 2005-11-24 [paul]       1.9.100cvs31
6595
6596         * manual/addrbook.xml
6597         * manual/starting.xml
6598                 written by Colin, proofread, edited, adapted by me
6599         * manual/advanced.xml
6600                 add some Actions examples
6601         * src/importldif.c
6602                 use a Save button instead of a Close button
6603         * src/wizard.c
6604                 indicate mandatory fields
6605                 fix page display
6606                 Thanks to Colin
6607
6608 2005-11-23 [colin]      1.9.100cvs30
6609
6610         * src/addressbook.c
6611                 Rename menu item, fix possible crash after
6612                 deletion of books
6613         * src/addrindex.c
6614                 Allow searching for '*' in ldap
6615         * src/browseldap.c
6616                 Fix "Browse Entry" (did anyone use it?)
6617         * src/wizard.c
6618                 Add guards for mandatory information
6619
6620 2005-11-23 [paul]       1.9.100cvs29
6621
6622         * manual/advanced.xml
6623                 corrections to the English
6624
6625 2005-11-23 [colin]      1.9.100cvs28
6626
6627         * src/mimeview.c
6628                 Fix possible crash at exit. After the call to
6629                 gtk_container_remove(), the Viewer's widget has no
6630                 more parent so gtk+ automatically frees it and its
6631                 sons. If destroy_viewer() then try to access it,
6632                 problems ensue.
6633
6634 2005-11-22 [colin]      1.9.100cvs27
6635
6636         * src/compose.c
6637         * src/gtk/gtkaspell.c
6638                 Fix right-clicking on a misspelled word
6639                 Fix More... in suggestions menu
6640
6641 2005-11-22 [wwp]        1.9.100cvs26
6642
6643         * src/prefs_template.c
6644                 templates works: re-sort templates list when adding or replacing,
6645                 prevent from adding or replacing when the template name is empty
6646
6647 2005-11-21 [colin]      1.9.100cvs25
6648
6649         * src/addressbook.c
6650                 Fix some addressbook suckage (dnd, select all)
6651         * src/compose.c
6652         * src/gtk/gtkaspell.c
6653         * src/gtk/gtkaspell.h
6654                 Make the spellchecker menu work with the 
6655                 GtkTextView one instead of overriding it
6656
6657 2005-11-20 [paul]       1.9.100cvs24
6658
6659         * manual/handling.xml
6660                 proofread and corrected
6661
6662 2005-11-20 [paul]       1.9.100cvs23
6663
6664         * manual/Makefile
6665                 generate html as one file
6666         * manual/advanced.xml
6667                 fix output generation
6668                 reformat hidden options list
6669         * manual/manual.xml     ** REMOVED **
6670         * manual/sylpheed-claws-manual.xml      ** ADDED **
6671                 renamed
6672
6673 2005-11-18 [colin]      1.9.100cvs22
6674
6675         * src/prefs_account.c
6676                 Fix layout in news and mbox accounts
6677         * manual/account.xml
6678         * manual/advanced.xml
6679                 New contents for Paul to check :)
6680
6681 2005-11-18 [wwp]        1.9.100cvs21
6682
6683         * src/gtk/quicksearch.c
6684                 don't update extended quicksearch buttons twice
6685
6686 2005-11-18 [paul]       1.9.100cvs20
6687
6688         * src/textview.c
6689                 complete 1.9.100cvs19
6690
6691 2005-11-18 [paul]       1.9.100cvs19
6692
6693         * src/compose.c
6694                 cosmetic improvements
6695         * src/textview.c
6696                 also list text/* attachments
6697
6698 2005-11-18 [colin]      1.9.100cvs18
6699
6700         * src/summaryview.c
6701                 Use column 0 instead of -1 in 
6702                 gtk_ctree_node_moveto, in a naive
6703                 hope it'll fix the gtk-related crashes
6704
6705 2005-11-18 [colin]      1.9.100cvs17
6706
6707         * src/gtk/inputdialog.c
6708                 Fix icon staying the first one
6709
6710 2005-11-17 [wwp]        1.9.100cvs16
6711                 fix possible problem showing some quicksearch buttons, and a bad
6712                 call to g_return_if_fail in a function that returns a value (both
6713                 fixes by Fabien Vantard)
6714
6715 2005-11-15 [wwp]        1.9.100cvs15
6716
6717         * src/gtk/quicksearch.c
6718                 added a tooltip to that obscure ... quicksearch button
6719
6720 2005-11-15 [wwp]        1.9.100cvs14
6721
6722         * src/gtk/quicksearch.c
6723                 add a quicksearch helper to filtering expression users: the ... button
6724                 raises the condition expr window. condition expressions set up w/ this
6725                 window are used by the quicksearch if the user closes it pressing OK.
6726
6727 2005-11-14 [paul]       1.9.100cvs13
6728
6729         * src/plugins/clamav/clamav_plugin.c
6730         * src/plugins/spamassassin/spamassassin.c
6731                 change plugin type following recent merging
6732
6733 2005-11-14 [wwp]        1.9.100cvs12
6734
6735         * src/folder.c
6736                 prevent from crashing when copying/moving message(s) from and
6737                 to the same folder
6738
6739 2005-11-14 [paul]       1.9.100cvs11
6740
6741         * src/plugins/clamav/Makefile.am
6742         * src/plugins/clamav/clamav_plugin.c
6743         * src/plugins/clamav/clamav_plugin.h
6744         * src/plugins/clamav/clamav_plugin_gtk.c
6745                 also merge clamav and clamav_gtk plugins
6746
6747 2005-11-13 [colin]      1.9.100cvs10
6748
6749         * configure.ac
6750         * src/plugins/spamassassin/Makefile.am
6751         * src/plugins/spamassassin/spamassassin.c
6752         * src/plugins/spamassassin/spamassassin.h
6753         * src/plugins/spamassassin/spamassassin_gtk.c
6754                 Merge spamassassin and spamassassin_gtk plugins,
6755                 and build it by default.
6756
6757 2005-11-12 [colin]      1.9.100cvs9
6758
6759         * src/etpan/imap-thread.c
6760                 Fix gcc warning
6761
6762 2005-11-12 [colin]      1.9.100cvs8
6763
6764         * src/procmime.c
6765                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6766
6767 2005-11-10 [colin]      1.9.100cvs7
6768
6769         * src/main.c
6770                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6771                 minimised state)
6772
6773 2005-11-10 [wwp]        1.9.100cvs6
6774
6775         * src/gtk/description_window.c
6776                 fix a crash when closing description windows using the WM's [X] button
6777
6778 2005-11-09 [colin]      1.9.100cvs5
6779
6780         * src/common/ssl.c
6781                 Update libetpan call to follow upstream
6782                 (yes, this requires libetpan-0.40cvs3)
6783
6784 2005-11-08 [colin]      1.9.100cvs4
6785
6786         * src/compose.c
6787         * src/textview.c
6788         * src/common/utils.c
6789         * src/common/utils.h
6790                 Enhance the email parser
6791
6792 2005-11-08 [colin]      1.9.100cvs3
6793
6794         * src/procmime.c
6795                 Fix what looks like an off-by-one (fixes 
6796                 attachments from the Bat)
6797
6798 2005-11-08 [wwp]        1.9.100cvs2
6799
6800         * src/main.c
6801                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6802
6803 2005-11-08 [wwp]        1.9.100cvs1
6804
6805         * src/main.c
6806                 allow exiting Sylpheed-Claws from command-line
6807
6808 2005-11-08 [paul]       1.9.100
6809
6810         1.9.100 released
6811
6812 2005-11-07 [colin]      1.9.99cvs17
6813
6814         * src/addritem.c
6815         * src/ldif.c
6816                 Fix import of base-64 encoded items
6817
6818 2005-11-07 [colin]      1.9.99cvs16
6819
6820         * src/send_message.c
6821                 Fix bug #314 (Queue does not empty under certain 
6822                 circumstances)
6823
6824 2005-11-07 [paul]       1.9.99cvs15
6825
6826         * src/mutt.c
6827         * src/pine.c
6828                 fix buffer overflows
6829                 Thanks to Colin
6830
6831 2005-11-07 [paul]       1.9.99cvs14
6832
6833         * doc/man/Makefile.am
6834         * doc/man/sylpheed-claws.1      ** ADDED **
6835         * doc/man/sylpheed.1            ** DELETED **
6836                 rename and update the man file
6837
6838 2005-11-06 [colin]      1.9.99cvs13
6839
6840         * src/ldif.c
6841                 Fix ldif_get_line() that returned empty strings
6842                 (Didn't understand why). Also fix a possible
6843                 buffer overflow.
6844
6845 2005-11-06 [wwp]        1.9.99cvs12
6846
6847         * src/textview.c
6848         * src/gtk/about.c
6849         * src/gtk/gtkutils.c
6850         * src/gtk/gtkutils.h
6851                 fix a compilation warning,
6852                 make links sensitive in the about dialog
6853
6854 2005-11-04 [wwp]        1.9.99cvs11
6855
6856         * src/gtk/about.c
6857                 don't wrap or translate URIs, and a bit text format cleanup
6858
6859 2005-11-04 [wwp]        1.9.99cvs10
6860
6861         * src/gtk/about.c
6862                 better textview tagging implementation (no more use of marks for
6863                 postponed tagging)
6864
6865 2005-11-02 [colin]      1.9.99cvs9
6866
6867         * src/common/ssl.c
6868                 Forgot an ifdef
6869
6870 2005-11-02 [colin]      1.9.99cvs8
6871
6872         * configure.ac
6873                 Require libetpan-0.40 due to upstream fix
6874         * src/common/ssl.c
6875                 Tell libetpan not to call SSL_Library_Init,
6876                 as we do it ourselves.
6877
6878 2005-11-02 [colin]      1.9.99cvs7
6879
6880         * po/POTFILES.in
6881                 Add missing files (thanks to Fabien Vantard)
6882
6883 2005-11-02 [colin]      1.9.99cvs6
6884
6885         * src/summaryview.c
6886                 Fix totals when read messages are hidden or quicksearch
6887                 is on
6888         * src/ssl_manager.c
6889         * src/ssl_manager.h
6890         * src/common/ssl_certificate.c
6891         * src/common/ssl_certificate.h
6892         * src/gtk/sslcertwindow.c
6893         * src/gtk/sslcertwindow.h
6894                 Fix copyright on my stuff
6895
6896 2005-11-02 [wwp]        1.9.99cvs5
6897
6898         * src/prefs_themes.c
6899                 fix directory name checking (theme installation/removal),
6900                 made related error a bit more verbose
6901
6902 2005-11-02 [colin]      1.9.99cvs4
6903
6904         * src/summaryview.c
6905                 Fix typo (probably fixes bug #841 (Sort by the From 
6906                 field doesn't work)
6907
6908 2005-11-02 [paul]       1.9.99cvs3
6909
6910         * po/ko.po
6911         * po/nb.po
6912                 updated by SungHyun Nam, Geir Helland
6913         * src/wizard.c
6914                 fix typo in welcome message. spotted by
6915                 Andrea Spadaccini
6916
6917 2005-11-01 [colin]      1.9.99cvs2
6918
6919         * src/compose.c
6920                 Fix replying to ml wen confirming subscription
6921         * src/messageview.c
6922         * src/mimeview.c
6923         * src/mimeview.h
6924         * src/privacy.h
6925         * src/summaryview.c
6926                 Make key check non blocking
6927
6928 2005-10-31 [paul]       1.9.99cvs1
6929
6930         * tools/claws.i18n.status.pl
6931                 updated for ChangeLog
6932
6933 2005-10-31 [paul]       1.9.99
6934
6935         1.9.99 released
6936
6937 2005-10-31 [paul]       1.9.15cvs131
6938
6939         * .cvsignore
6940         * ChangeLog
6941         * ChangeLog.claws       ** REMOVED **
6942         * ChangeLog-gtk2.claws  ** REMOVED **
6943         * ChangeLog.gtk1        ** ADDED **
6944         * INSTALL
6945         * Makefile.am
6946         * NEWS
6947         * README
6948         * README.claws          ** REMOVED **
6949         * README.jp             ** REMOVED **
6950         * RELEASE_NOTES         ** ADDED **
6951         * RELEASE_NOTES.claws   ** REMOVED **
6952         * commitHelper
6953         * configure.ac
6954         * sylpheed.spec.in      ** REMOVED **
6955                 tidy up and update the default docs:
6956                 ChangeLog.claws is renamed ChangeLog.gtk1
6957                 ChangeLog-gtk2.claws is renamed ChangeLog
6958                 README.claws is renamed README
6959                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6960
6961 2005-10-31 [paul]       1.9.15cvs130
6962
6963         * po/it.po
6964                 fix errors
6965
6966 2005-10-31 [paul]       1.9.15cvs129
6967
6968         * po/ca.po
6969         * po/de.po
6970         * po/en_GB.po
6971         * po/fr.po
6972         * po/it.po
6973         * po/pt_BR.po
6974         * po/sk.po
6975         * po/sr.po
6976         * po/zh_CN.po
6977                 updated by Miquel Oliete, Stephan Sachse and
6978                 Thomas Gilgin, me, Fabien Vantard, Andrea
6979                 Spadaccini, Frederico Goncalves Guimaraes,
6980                 Andrej Kacian, Aleksandar Urosevic, and
6981                 Ralgh Young.
6982
6983 2005-10-31 [mones]      1.9.15cvs128
6984
6985         * manual/faq.xml
6986                 More questions.
6987         
6988         * po/es.po
6989                 Updated for release.
6990
6991 2005-10-30 [colin]      1.9.15cvs127
6992
6993         * src/compose.c
6994                 Place cursor before rewrapping (fixes cursor
6995                 pos if quotation gets rewrapped)
6996
6997 2005-10-29 [paul]       1.9.15cvs126
6998
6999         * src/crash.c
7000         * src/foldersel.c
7001         * src/main.c
7002         * src/messageview.c
7003         * src/toolbar.c
7004         * src/gtk/authors.h
7005                 corrections to text items
7006
7007 2005-10-28 [colin]      1.9.15cvs125
7008
7009         * src/messageview.c
7010                 Make "hit 'C' to check sig" work from extern 
7011                 messageviews
7012
7013 2005-10-27 [colin]      1.9.15cvs124
7014
7015         * src/summaryview.c
7016                 Add a hack to avoid segfaulting when hammering 
7017                 on gtk's events
7018
7019 2005-10-27 [wwp]        1.9.15cvs123
7020
7021         * src/prefs_themes.c
7022                 sort list of themes names in themes prefs
7023
7024 2005-10-27 [paul]       1.9.15cvs122
7025
7026         * src/folder.c
7027         * src/prefs_account.c
7028                 fix building on Solaris
7029                 Patch by Alex Moore
7030
7031 2005-10-27 [wwp]        1.9.15cvs121
7032
7033         * src/summaryview.c
7034         * src/gtk/gtksctree.c
7035                 speed up unselecting messages in summary view (thanks to Colin)
7036
7037 2005-10-27 [paul]       1.9.15cvs120
7038
7039         * src/mainwindow.c
7040                 fix a compilation warning
7041         * src/summaryview.c
7042                 fix updating of 'n items selected' count
7043                 when deselecting
7044
7045 2005-10-27 [martin]     1.9.15cvs119
7046
7047         * src/action.c
7048                 ignore actions with a leading '/' in the action menu name
7049                 fixes a crash on menu creation
7050         * src/prefs_actions.c
7051                 do not allow a leading '/' in the action menu name
7052
7053 2005-10-27 [paul]       1.9.15cvs118
7054
7055         * src/main.c
7056                 fix compilation warning
7057
7058 2005-10-27 [paul]       1.9.15cvs117
7059
7060         * src/procmime.c
7061                 add #if HAVE_LOCALE_H
7062
7063 2005-10-27 [paul]       1.9.15cvs116
7064
7065         * src/plugins/clamav/clamav_plugin.c
7066         * src/plugins/dillo_viewer/dillo_viewer.c
7067         * src/plugins/mathml_viewer/mathml_viewer.c
7068         * src/plugins/pgpcore/plugin.c
7069         * src/plugins/pgpinline/plugin.c
7070         * src/plugins/pgpmime/plugin.c
7071         * src/plugins/spamassassin/spamassassin.c
7072         * src/plugins/trayicon/trayicon.c
7073                 plugin_init() : make error messages more
7074                 informative
7075
7076 2005-10-26 [wwp]        1.9.15cvs115
7077
7078         * src/prefs_matcher.c
7079                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7080
7081 2005-10-26 [wwp]        1.9.15cvs114
7082
7083         * src/procmime.c
7084         * src/gtk/gtksctree.c
7085         * src/plugins/spamassassin/libspamc.c
7086         * src/plugins/spamassassin/spamassassin.c
7087                 fix some compilation warnings more
7088
7089 2005-10-26 [mones]      1.9.15cvs113
7090
7091         * po/es.po
7092                 Updated translation
7093
7094 2005-10-26 [paul]       1.9.15cvs112
7095
7096         * src/prefs_message.c
7097                 give all display_xface stuff the
7098                 #if HAVE_LIBCOMPFACE treatment, thus
7099                 preventing a crash
7100                 (Thanks to Wolfgang Enderlein)
7101
7102 2005-10-26 [colin]      1.9.15cvs111
7103
7104         * src/gedit-print.c
7105                 Fix date format
7106         * src/imap_gtk.c
7107         * src/news_gtk.c
7108                 Remove context menu items that should not be there
7109         * src/jpilot.c
7110                 Fix encoding
7111         * src/main.c
7112         * src/mainwindow.c
7113                 Don't show the mainwindow too soon
7114
7115 2005-10-26 [wwp]        1.9.15cvs110
7116
7117         * src/folder.c
7118         * src/manual.c
7119         * src/summaryview.c
7120                 fix uninitialized pointers in the folder updating hook
7121                 (thanks to Colin)
7122
7123 2005-10-25 [mones]      1.9.15cvs109
7124
7125         * manual/faq.xml
7126                 General information subsection completed. 
7127                 Removed archaic references.
7128                 
7129         * manual/Makefile
7130         * manual/dtd/manual.dsl
7131                 Added customization stylesheet for getting paragraphs
7132                 fully justified in PDF output (as suggested by Colin).
7133
7134 2005-10-25 [colin]      1.9.15cvs108
7135
7136         * src/compose.c
7137                 Fix a second leak
7138
7139 2005-10-25 [colin]      1.9.15cvs107
7140
7141         * src/addrbook.c
7142         * src/addrindex.c
7143                 Fix leak (xml_get_element() allocates memory)
7144         * src/compose.c
7145                 Fix leak + dead code (shame!)
7146         * src/procmime.c
7147                 Fix leak
7148
7149 2005-10-25 [colin]      1.9.15cvs106
7150
7151         * src/mimeview.c
7152                 Fix encoding issue in Save all and in 
7153                 overwrite-confirmation alertpanel
7154
7155 2005-10-25 [colin]      1.9.15cvs105
7156
7157         * src/common/socket.c
7158                 Fix a leak - Thanks to Christopher Aillon
7159                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7160
7161 2005-10-25 [paul]       1.9.15cvs104
7162
7163         * src/wizard.c
7164                 Always guess servers from the right-hand
7165                 email part and guess username from the
7166                 left-hand part. (Thanks to Colin)
7167                 add an X-Face to the welcome message
7168
7169 2005-10-25 [paul]       1.9.15cvs103
7170
7171         * manual/handling.xml
7172                 written by Colin, edited by me
7173
7174 2005-10-25 [wwp]        1.9.15cvs102
7175
7176         * src/folderview.c
7177         * src/grouplistdialog.c
7178         * src/imap.c
7179         * src/noticeview.c
7180                 fix some compilation warnings
7181
7182 2005-10-24 [paul]
7183
7184         1.9.99-rc3 released
7185
7186 2005-10-24 [paul]       1.9.15cvs101
7187
7188         * src/gtk/about.c
7189                 fix window sizing
7190
7191 2005-10-24 [paul]       1.9.15cvs100
7192
7193         * src/pixmaps/offline.xpm
7194         * src/pixmaps/online.xpm
7195                 replace with last default versions
7196
7197 2005-10-24 [colin]      1.9.15cvs99
7198
7199         * src/imap.c
7200                 Fix bug when moving a folder
7201         * src/imap_gtk.c
7202         * src/mh_gtk.c
7203                 "Delete folder" pops up a window, so it 
7204                 should be suffixed with "..."
7205         * src/plugins/pgpcore/sgpgme.c
7206                 Include locale.h
7207
7208 2005-10-24 [mones]      1.9.15cvs98
7209
7210         * manual/Makefile
7211         * manual/account.xml
7212         * manual/ack.xml
7213         * manual/addrbook.xml
7214         * manual/advanced.xml
7215         * manual/faq.xml
7216         * manual/glossary.xml
7217         * manual/gpl.xml
7218         * manual/handling.xml
7219         * manual/intro.xml
7220         * manual/keyboard.xml
7221         * manual/manual.xml
7222         * manual/plugins.xml
7223         * manual/starting.xml
7224         * manual/dtd/sdocbook.dtd
7225                 Initial manual structure and some content.
7226
7227 2005-10-23 [wwp]        1.9.15cvs97
7228
7229         * src/gtk/about.c
7230                 fix a typo
7231
7232 2005-10-23 [wwp]        1.9.15cvs96
7233
7234         * src/gtk/about.c
7235         * src/gtk/authors.h
7236                 rework of the about window (main work by Paul), also featuring a few
7237                 fixes for typos and duplicate names
7238
7239 2005-10-23 [wwp]        1.9.15cvs95
7240
7241         * src/.cvsignore
7242                 Ignore the right binary name (sylpheed-claws now)
7243
7244 2005-10-23 [paul]       1.9.15cvs94
7245
7246         * src/compose.c
7247                 when using Folder Pref 'Default To for
7248                 replies' make the entry in the Compose
7249                 window bold
7250                 Patch by Fabien Vantard
7251
7252 2005-10-22 [colin]      1.9.15cvs93
7253
7254         * src/codeconv.c
7255                 Fix leak
7256
7257 2005-10-22 [colin]      1.9.15cvs92
7258
7259         * src/codeconv.c
7260                 try to convert using locale (apart utf8) if necessary
7261
7262 2005-10-22 [colin]      1.9.15cvs91
7263
7264         * src/pixmaps/new.xpm
7265         * src/pixmaps/unread.xpm
7266                 Make the unread envelope blue again and
7267                 saturate the new one a bit more.
7268
7269 2005-10-22 [colin]      1.9.15cvs90
7270
7271         * src/compose.c
7272                 When replying to a mail sent by one of our accounts,
7273                 use the original list of recipients. Let 'Reply All'
7274                 and 'Reply to sender' work like previously.
7275
7276 2005-10-21 [colin]      1.9.15cvs89
7277
7278         * src/prefs_filtering.c
7279                 Clear fields after add and replace
7280         * src/textview.c
7281                 Display xface differently (better)
7282         * src/plugins/pgpinline/pgpinline.c
7283                 Fix crappy encodings/recodings
7284
7285 2005-10-21 [paul]       1.9.15cvs88
7286
7287         * src/compose.c
7288         * src/prefs_folder_item.c
7289         * src/toolbar.c
7290                 fix news folder Folder Properties
7291                 (thanks to Colin)
7292         * src/folderview.c
7293                 update folderview after Themes change
7294                 keep selected folder selected
7295                 (thanks to Colin)
7296
7297 2005-10-21 [paul]       1.9.15cvs87
7298
7299         * tools/Makefile.am
7300         * tools/OOo2sylpheed.pl
7301         * tools/README
7302         * tools/README.sylprint
7303         * tools/asus_mailled.sh         ** REMOVED **
7304         * tools/filter_conv.pl
7305         * tools/freshmeat_search.pl
7306         * tools/google_search.pl
7307         * tools/gpg-sign-syl            ** REMOVED **
7308         * tools/kmail2sylpheed.pl
7309         * tools/kmail2sylpheed_v2.pl
7310         * tools/multiwebsearch.pl
7311         * tools/nautilus2sylpheed.sh
7312         * tools/newscache_clean.pl
7313         * tools/outlook2sylpheed.pl
7314         * tools/sylpheed-switcher       ** REMOVED **
7315         * tools/sylprint.pl
7316         * tools/sylprint.rc
7317         * tools/tb2sylpheed
7318         * tools/vcard2xml.py
7319         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7320                 update default config dir
7321                 update binary name (thanks to Fabien Vantard)
7322                 remove obsolete scripts
7323
7324 2005-10-21 [colin]      1.9.15cvs86
7325
7326         * src/inc.c
7327                 Fix possible leak and units. Based on a patch by
7328                 Fabien Vantard.
7329
7330 2005-10-20 [colin]      1.9.15cvs85
7331
7332         * src/textview.c
7333                 Clear xface when clearing textview
7334
7335 2005-10-20 [colin]      1.9.15cvs84
7336
7337         * configure.ac
7338         * src/folderview.c
7339         * src/headerview.c
7340         * src/main.c
7341         * src/prefs_common.c
7342         * src/prefs_common.h
7343         * src/prefs_message.c
7344         * src/textview.c
7345         * src/textview.h
7346         * src/common/defs.h
7347         * src/common/utils.c
7348         * src/common/utils.h
7349         * src/gtk/gtkutils.c
7350         * src/gtk/gtkutils.h
7351                 Migrate config to .sylpheed-claws (Automatically)
7352                 Add a way to get the Xface in the TextView
7353
7354 2005-10-20 [colin]      1.9.15cvs83
7355
7356         * src/gtk/Makefile.am
7357         * src/gtk/about.c
7358         * src/gtk/authors.h
7359                 Make the about dialog *grooovy*
7360
7361 2005-10-20 [colin]      1.9.15cvs82
7362
7363         * src/mimeview.c
7364                 Use "Open with" on double click if no command
7365                 was found
7366
7367 2005-10-20 [colin]      1.9.15cvs81
7368
7369         * src/imap.c
7370         * src/etpan/imap-thread.c
7371                 Fix possible crash.
7372
7373 2005-10-20 [paul]       1.9.15cvs80
7374
7375         * src/folder.c
7376                 don't show clipkey icon if the only
7377                 attachment is the signature
7378                 Patch by Colin
7379
7380 2005-10-20 [paul]       1.9.15cvs79
7381
7382         * AUTHORS
7383         * src/plugins/pgpmime/pgpmime.c
7384                 name the PGP/MIME signature 'signature.asc'
7385                 Patch by Andrew Nelson <freeandy@gmail.com>
7386
7387 2005-10-19 [colin]      1.9.15cvs78
7388
7389         * src/plugins/pgpmime/pgpmime.c
7390                 Oops, no need to double-check though
7391
7392 2005-10-19 [colin]      1.9.15cvs77
7393
7394         * src/plugins/pgpinline/pgpinline.c
7395         * src/plugins/pgpmime/pgpmime.c
7396                 Check that my_tmpfile() doesn't 
7397                 return NULL
7398
7399 2005-10-19 [colin]      1.9.15cvs76
7400
7401         * src/common/utils.c
7402                 Use shorter mime boundaries to avoid having
7403                 MTAs rewrapping our headers, breaking the
7404                 PGP signature in the process 
7405         * src/compose.c
7406         * src/plugins/pgpmime/pgpmime.c
7407                 Check for boundary uniqueness to be sure
7408                 it won't happen, instead of hoping for the
7409                 best
7410
7411 2005-10-19 [colin]      1.9.15cvs75
7412
7413         * sylpheed-claws.desktop
7414         * src/Makefile.am
7415         * src/main.c
7416                 Ship a sylpheed-claws binary instead
7417                 of a sylpheed one. Change the socket
7418                 name, too
7419         * src/folderview.c
7420                 Update folder only if it changed
7421         * src/wizard.c
7422                 Fix i18n in welcome mail, patch by
7423                 Fabien Vantard
7424
7425 2005-10-19 [paul]
7426
7427         1.9.99-rc2 released
7428
7429 2005-10-19 [paul]       1.9.15cvs74
7430
7431         * src/folder.c
7432         * src/folderview.c
7433                 fix summaryview update
7434                 Patch by Colin
7435
7436 2005-10-18 [colin]      1.9.15cvs73
7437
7438         * src/plugins/pgpcore/passphrase.c
7439                 Don't XGrabServer, and try a bit more to 
7440                 sync everything before grabbing mouse/keyboard
7441
7442 2005-10-18 [colin]      1.9.15cvs72
7443
7444         * src/Makefile.am
7445         * src/addressadd.c
7446         * src/addressbook.c
7447         * src/folderview.c
7448         * src/grouplistdialog.c
7449         * src/mimeview.c
7450         * src/stock_pixmap.c
7451         * src/stock_pixmap.h
7452         * src/summaryview.c
7453         * src/gtk/gtksctree.c
7454         * src/gtk/gtksctree.h
7455         * src/pixmaps/empty.xpm
7456                 Implement a wrapper call for gtk_ctree_set_node_info
7457                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7458                 pixmap instead of a NULL one. This works around some
7459                 memory problems deep inside gtk, revealed by valgrind,
7460                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7461                 as locked crashes sylpheed.), as well as, probably, 
7462                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7463
7464 2005-10-17 [colin]      1.9.15cvs71
7465
7466         * src/mimeview.c
7467                 Provide visual feedback when checking
7468                 signature
7469
7470 2005-10-17 [colin]      1.9.15cvs70
7471
7472         * src/main.c
7473                 Keep the folder list frozen while checking caches...
7474
7475 2005-10-17 [colin]      1.9.15cvs69
7476
7477         * src/addr_compl.c
7478                 Fi bug #833 (Autocompleting from addressbook 
7479                 fails with extended chars)
7480         * src/imap.c
7481                 Fix 'adding messages' staying in statusbar
7482                 after an error
7483
7484 2005-10-17 [wwp]        1.9.15cvs68
7485
7486         * src/ssl_manager.c
7487                 Fix buttons' layout resizing when window size changes
7488
7489 2005-10-17 [wwp]        1.9.15cvs67
7490
7491         * src/account.c
7492         * src/prefs_account.c
7493         * src/prefs_common.c
7494         * src/prefs_common.h
7495         * src/prefs_folder_item.c
7496         * src/prefs_gtk.c
7497         * src/gtk/logwindow.c
7498         * src/gtk/pluginwindow.c
7499         * src/gtk/prefswindow.c
7500         * src/gtk/prefswindow.h
7501                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7502
7503 2005-10-17 [paul]       1.9.15cvs66
7504
7505         * configure.ac
7506                 fix missing libetpan message
7507         * po/en_GB.po
7508                 updated
7509         * src/crash.c
7510         * src/manual.c
7511         * src/prefs_themes.c
7512         * src/common/defs.h
7513                 add some new URI defines, change some
7514                 others
7515         * src/wizard.c
7516                 make welcome message translatable
7517                 small improvements to english
7518                 other tweaks
7519         * src/gtk/menu.c
7520                 fix warnings
7521
7522 2005-10-17 [paul]       1.9.15cvs65
7523
7524         * src/summaryview.c
7525                 fix column titles
7526
7527 2005-10-16 [mones]      1.9.15cvs64
7528
7529         * po/es.po
7530                 Updated translation
7531
7532 2005-10-16 [colin]
7533
7534         1.9.99-rc1 released
7535
7536 2005-10-16 [colin]      1.9.15cvs63
7537
7538         * src/wizard.c
7539                 Fix whitespace
7540
7541 2005-10-16 [colin]      1.9.15cvs62
7542
7543         * src/toolbar.c
7544                 s/Get All/Get Mail/
7545         * src/wizard.c
7546                 Real welcome mail text, thanks Paul
7547
7548 2005-10-16 [colin]      1.9.15cvs61
7549
7550         * src/editldap.c
7551         * src/exporthtml.c
7552         * src/main.c
7553         * src/mainwindow.c
7554         * src/prefs_themes.c
7555         * src/prefs_toolbar.c
7556         * src/plugins/demo/demo.c
7557         * src/plugins/trayicon/trayicon.c
7558                 s/Sylpheed/Sylpheed-Claws/
7559
7560 2005-10-16 [colin]      1.9.15cvs60
7561
7562         * src/wizard.c
7563                 Add a welcome email in the first empty mailbox
7564         * src/prefs_common.c
7565                 Change one more default
7566
7567 2005-10-16 [colin]      1.9.15cvs59
7568
7569         * src/wizard.c
7570                 Remove printf
7571
7572 2005-10-16 [colin]      1.9.15cvs58
7573
7574         * src/toolbar.c
7575         * src/prefs_common.c
7576                 Change some defaults
7577
7578 2005-10-16 [colin]      1.9.15cvs57
7579
7580         * src/toolbar.c
7581         * src/prefs_common.c
7582                 Change some defaults
7583
7584 2005-10-16 [colin]      1.9.15cvs56
7585
7586         * src/wizard.c
7587                 By default, initialize fonts to have
7588                 the same size as normal GtkWidgets
7589
7590 2005-10-16 [colin]      1.9.15cvs55
7591
7592         * src/mimeview.c
7593                 Fix message a bit more
7594
7595 2005-10-16 [colin]      1.9.15cvs54
7596
7597         * src/addressbook.c
7598                 Second attempt at flicker fixing
7599
7600 2005-10-16 [colin]      1.9.15cvs53
7601
7602         * src/addressbook.c
7603                 Fix flicker
7604
7605 2005-10-16 [wwp]        1.9.15cvs52
7606
7607         * src/addressbook.c
7608         * src/editaddress.c
7609         * src/prefs_common.c
7610         * src/prefs_common.h
7611                 Remember window sizes (address book)
7612
7613 2005-10-16 [wwp]        1.9.15cvs51
7614
7615         * src/plugins/clamav/clamav_plugin_gtk.c
7616         * src/plugins/spamassassin/spamassassin_gtk.c
7617                 Fix compilation warnings (missing #include).
7618
7619 2005-10-16 [colin]      1.9.15cvs50
7620
7621         * src/mimeview.c
7622         * src/summaryview.c
7623         * src/textview.c
7624                 Make 'c' check signature, and forward
7625                 c, l, y, t from summaryview to mimeview
7626
7627 2005-10-16 [colin]      1.9.15cvs49
7628
7629         * src/addressbook.c
7630                 Put border around buttons
7631         * src/mainwindow.c
7632         * src/summaryview.c
7633                 Rework menus (Patch based on a patch
7634                 by Paul)
7635
7636 2005-10-15 [wwp]        1.9.15cvs48
7637
7638         * src/editjpilot.c
7639         * src/editldap.c
7640         * src/editvcard.c
7641         * src/exphtmldlg.c
7642         * src/expldifdlg.c
7643         * src/export.c
7644         * src/import.c
7645         * src/importldif.c
7646         * src/importmutt.c
7647         * src/importpine.c
7648         * src/prefs_account.c
7649         * src/prefs_spelling.c
7650         * src/gtk/gtkutils.c
7651         * src/gtk/gtkutils.h
7652         * src/plugins/clamav/clamav_plugin_gtk.c
7653         * src/plugins/spamassassin/spamassassin_gtk.c
7654                 use nicer browse-for-file/dir buttons than the "..." ones,
7655                 code factorizing more.
7656
7657 2005-10-14 [colin]      1.9.15cvs47
7658
7659         * src/mainwindow.c
7660                 set relief on the account switcher so that people see it
7661                 grey out Create processing rules when no message is selected
7662         * src/prefs_filtering.c
7663                 ask before closing if the rule has not been modified, even if
7664                 it's not valid
7665         * src/prefs_matcher.c
7666                 fix sensitivity when entering the dialog
7667         * src/gtk/inputdialog.c
7668                 display a better icon on password ask
7669         * src/plugins/pgpcore/passphrase.c
7670                 make the dialog look better
7671
7672 2005-10-14 [paul]       1.9.15cvs46
7673
7674         * src/folderview.c
7675                 indicate presense of marked msgs in
7676                 unexpanded subfolders
7677
7678 2005-10-14 [paul]       1.9.15cvs45
7679
7680         * src/prefs_actions.c
7681         * src/prefs_common.c
7682         * src/prefs_common.h
7683         * src/prefs_filtering_action.c
7684         * src/prefs_matcher.c
7685         * src/prefs_template.c
7686                 remember window sizes
7687                 fix Info button size
7688
7689         Patches by wwp
7690
7691 2005-10-13 [colin]      1.9.15cvs44
7692
7693         * src/mimeview.c
7694         * src/noticeview.c
7695         * src/noticeview.h
7696                 Add a tooltip on the icon (optional) 
7697                 Get rid of the signature buttons and only
7698                 use the icon+tooltip
7699
7700 2005-10-13 [colin]      1.9.15cvs43
7701
7702         * src/noticeview.c
7703         * src/noticeview.h
7704                 Add hand cursor for hovering over icon
7705
7706 2005-10-13 [colin]      1.9.15cvs42
7707
7708         * src/summaryview.c
7709                 Fix crash when quicksearch's hidden 
7710                 at startup
7711
7712 2005-10-13 [colin]      1.9.15cvs41
7713
7714         * src/compose.c
7715                 Set subject when forwarding multiple mails
7716                 Check that other recipient than the default Cc or Bcc
7717                 have been set before sending.
7718
7719 2005-10-13 [colin]      1.9.15cvs40
7720
7721         * src/imap.c
7722                 Batch per-folder
7723                 Introduce locking, but don't use it yet
7724
7725 2005-10-13 [colin]      1.9.15cvs39
7726
7727         * src/gtk/quicksearch.c
7728                 Reset quicksearch when hiding it
7729                 Make sticky a real pref
7730
7731 2005-10-13 [colin]      1.9.15cvs38
7732
7733         * src/summaryview.c
7734                 Faster prefs apply
7735
7736 2005-10-13 [colin]      1.9.15cvs37
7737
7738         * src/mimeview.c
7739         * src/noticeview.c
7740         * src/noticeview.h
7741         * src/plugins/pgpcore/sgpgme.c
7742                 Make privacy icon clickable
7743                 Move Trust field in Full info
7744                 When trust is less than full, don't display
7745                 a warning icon
7746
7747 2005-10-13 [colin]      1.9.15cvs36
7748
7749         * src/folder.c
7750                 Batch on flags sync
7751         * src/folderview.c
7752                 Revert speed hack which is dangerous in fact
7753                 Apply prefs faster
7754
7755 2005-10-13 [colin]      1.9.15cvs35
7756
7757         * src/folder_item_prefs.c
7758                 Fix pref corruption on folder move. Patch
7759                 by wwp
7760
7761 2005-10-13 [paul]       1.9.15cvs34
7762
7763         * src/export.c
7764         * src/import.c
7765                 fix typos in g_warnings
7766         * src/prefs_account.c
7767                 add a file selector for Signature file
7768
7769         Patches by wwp
7770
7771 2005-10-12 [colin]      1.9.15cvs33
7772
7773         * src/mimeview.c
7774                 Provide a quick way to go back from a
7775                 signature's full info to the email part
7776
7777 2005-10-12 [colin]      1.9.15cvs32
7778
7779         * src/compose.c
7780                 Remove old hack of encoding signed mails with base64.
7781                 QP works equally well.
7782
7783 2005-10-12 [colin]      1.9.15cvs31
7784
7785         * src/crash.c
7786                 Replace deprecated GtkText with GtkTextView
7787         * src/imap.c
7788                 Fix a logic bug about counts in imap_select
7789                 (previously un-triggered)
7790         * src/mainwindow.c
7791         * src/summaryview.c
7792         * src/news.c
7793                 Allow local deletion of news posts
7794         * src/mimeview.c
7795                 Show GPG noticeview on the message/rfc822 part
7796                 in addition to the text/plain one
7797         * src/prefs_image_viewer.c
7798           src/plugins/pgpcore/prefs_gpg.c
7799                 Polish (set the label as part of the checkbox)
7800         * src/wizard.c
7801                 Don't sit there doing nothing after destroying
7802                 the window - return err
7803
7804 2005-10-11 [colin]      1.9.15cvs30
7805
7806         * src/folderview.c
7807                 Apply processing rules before showing folders.
7808                 Early folder show (before flags sync) will only
7809                 be done when there are no processing rules (nor
7810                 pre- or post- ones)
7811         * src/imap.c
7812                 Fix stuff related to mail subdir, creation and 
7813                 deletion of folders 
7814         * src/imap_gtk.c
7815                 Don't allow creation of folders in NoInferior
7816                 folders, as it won't work
7817
7818 2005-10-10 [colin]      1.9.15cvs29
7819
7820         * src/compose.c
7821                 Reselect "None" Privacy system when selecting an
7822                 account with no privacy system defined
7823
7824 2005-10-10 [colin]      1.9.15cvs28
7825
7826         * src/mainwindow.c
7827                 Add Windows-1252 encoding
7828         * src/prefs_common.c
7829                 Rework some defaults:
7830                 - autosave to draft by default
7831                 - don't show header pane (it's already in the textview)
7832                 - Select first new or unread mail on entry
7833                 - Assume 'Yes' to change folder when there's no more
7834                   unread message
7835         * src/prefs_matcher.c
7836                 Fix a gtk assertion failure
7837         * src/gtk/colorlabel.c
7838                 Workaround bad repainting on selection
7839         * src/main.c
7840                 Freeze/thaw (a bit faster on ssh -X)
7841         * src/msgcache.c
7842                 Get rid of StrdupConverter that just adds an
7843                 extra strdup/free 
7844         * src/etpan/imap_thread.c
7845                 memset buf to 0
7846
7847 2005-10-10 [colin]      1.9.15cvs27
7848
7849         * src/export.c
7850         * src/import.c
7851                 Fix compile on gtk 2.4. Patch by wwp
7852
7853 2005-10-09 [colin]      1.9.15cvs26
7854
7855         * src/mainwindow.c
7856         * src/messageview.c
7857         * src/summaryview.c
7858                 Clarify forward menus. Patch by wwp
7859
7860 2005-10-09 [colin]      1.9.15cvs25
7861
7862         * src/compose.c
7863         * src/compose.h
7864                 Fix bug #829 (Non-working "Encrypt message by 
7865                 default when replying to an encrypted message")
7866
7867 2005-10-08 [colin]      1.9.15cvs24
7868
7869         * src/wizard.c
7870                 Fix bug #827 ("Welcome" setup wizard after a 
7871                 permission error gives up & forgets itself.)
7872
7873 2005-10-08 [colin]      1.9.15cvs23
7874
7875         * src/procmime.c
7876                 Fix bug #828 (Ignoring headers with spaces around = sign)
7877
7878 2005-10-08 [colin]      1.9.15cvs22
7879
7880         * src/export.c
7881                 Warning fix by wwp
7882
7883 2005-10-08 [colin]      1.9.15cvs21
7884
7885         * src/folder.c
7886         * src/folder.h
7887                 Add a processing_pending indicator, set on 
7888                 folder_item_open and cleared after 
7889                 folder_item_process_open
7890         * src/folderview.c
7891         * src/summaryview.c
7892                 wrap procmsg_msginfo_*_flags, and in the
7893                 wrapper check that there's no folder processing 
7894                 pending. If there is, defer the flags change until 
7895                 processing is done to avoid stepping over each
7896                 other's toes.
7897                 Freeze during processing, but not during scanning.
7898
7899 2005-10-07 [colin]      1.9.15cvs20
7900
7901         * src/plugins/pgpcore/passphrase.c
7902                 Fix bug #826 (X-Server hangs when 
7903                 right-clicking a PGP encrypted message)
7904
7905 2005-10-07 [paul]       1.9.15cvs19
7906
7907         * src/compose.c
7908                 fix compose_entries[]
7909                 patch by Fabien Vantard
7910
7911 2005-10-06 [colin]      1.9.15cvs18
7912
7913         * src/pixmaps/address.xpm
7914         * src/pixmaps/address_book.xpm
7915         * src/pixmaps/book.xpm
7916         * src/pixmaps/check_spelling.xpm
7917         * src/pixmaps/checkbox_off.xpm
7918         * src/pixmaps/checkbox_on.xpm
7919         * src/pixmaps/close.xpm
7920         * src/pixmaps/complete.xpm
7921         * src/pixmaps/continue.xpm
7922         * src/pixmaps/deleted.xpm
7923         * src/pixmaps/down_arrow.xpm
7924         * src/pixmaps/exec.xpm
7925         * src/pixmaps/forwarded.xpm
7926         * src/pixmaps/group.xpm
7927         * src/pixmaps/ignorethread.xpm
7928         * src/pixmaps/interface.xpm
7929         * src/pixmaps/jpilot.xpm
7930         * src/pixmaps/ldap.xpm
7931         * src/pixmaps/linewrap.xpm
7932         * src/pixmaps/linewrapcurrent.xpm
7933         * src/pixmaps/mail.xpm
7934         * src/pixmaps/mail_attach.xpm
7935         * src/pixmaps/mail_compose.xpm
7936         * src/pixmaps/mail_forward.xpm
7937         * src/pixmaps/mail_receive.xpm
7938         * src/pixmaps/mail_receive_all.xpm
7939         * src/pixmaps/mail_reply.xpm
7940         * src/pixmaps/mail_reply_to_all.xpm
7941         * src/pixmaps/mail_reply_to_author.xpm
7942         * src/pixmaps/mail_send.xpm
7943         * src/pixmaps/mail_send_queue.xpm
7944         * src/pixmaps/mime_application.xpm
7945         * src/pixmaps/mime_audio.xpm
7946         * src/pixmaps/mime_image.xpm
7947         * src/pixmaps/mime_message.xpm
7948         * src/pixmaps/mime_text_enriched.xpm
7949         * src/pixmaps/mime_text_html.xpm
7950         * src/pixmaps/mime_text_plain.xpm
7951         * src/pixmaps/mime_unknown.xpm
7952         * src/pixmaps/new.xpm
7953         * src/pixmaps/news_compose.xpm
7954         * src/pixmaps/offline.xpm
7955         * src/pixmaps/online.xpm
7956         * src/pixmaps/paste.xpm
7957         * src/pixmaps/preferences.xpm
7958         * src/pixmaps/privacy_emblem_encrypted.xpm
7959         * src/pixmaps/privacy_expired.xpm
7960         * src/pixmaps/privacy_failed.xpm
7961         * src/pixmaps/privacy_passed.xpm
7962         * src/pixmaps/privacy_signed.xpm
7963         * src/pixmaps/privacy_unknown.xpm
7964         * src/pixmaps/privacy_warn.xpm
7965         * src/pixmaps/properties.xpm
7966         * src/pixmaps/replied.xpm
7967         * src/pixmaps/search.xpm
7968         * src/pixmaps/unread.xpm
7969         * src/pixmaps/up_arrow.xpm
7970         * src/pixmaps/vcard.xpm
7971                 Modernize internal theme, with icons from the 
7972                 Gnomaws theme. Keep some of the old ones where
7973                 they were better.
7974
7975 2005-10-06 [colin]      1.9.15cvs17
7976
7977         * src/summaryview.c
7978                 Little optimisations + bugfix
7979         * src/toolbar.c
7980                 Remove default useless items - useless being defined
7981                 by the default relevant prefs
7982         * src/wizard.c
7983                 include config.h to make gettext work
7984         * src/prefs_themes.c
7985                 Fix selection of current theme in prefs
7986
7987 2005-10-06 [colin]      1.9.15cvs16
7988
7989         * src/prefs_common.c
7990         * src/prefs_common.h
7991         * src/prefs_summaries.c
7992         * src/folderview.c
7993                 Add a warning dialog on Mark all read 
7994                 (with pref to get rid of it)
7995
7996 2005-10-06 [paul]       1.9.15cvs15
7997
7998         * po/nb.po
7999         * po/pt_BR.po
8000                 updated by Geir Helland and Frederico
8001                 Goncalves Guimaraes
8002
8003 2005-10-05 [colin]      1.9.15cvs14
8004
8005         * src/folder.c
8006         * src/folder.h
8007         * src/folderview.c
8008         * src/folderview.h
8009         * src/imap_gtk.c
8010         * src/mh_gtk.c
8011         * src/mainwindow.c
8012         * src/setup.c
8013                 add a way to rescan without rebuilding
8014                 make moving a bit faster (less folders changes)
8015                 don't lock the tree on Get 
8016         * src/imap.c
8017                 Don't re-delete deleted messages before expunging
8018         * src/summaryview.c
8019                 Set batch mode when deleting mails
8020
8021 2005-10-05 [paul]       1.9.15cvs13
8022
8023         * src/mainwindow.c
8024         * src/mainwindow.h
8025                 fix disabled Execute menu item
8026         * src/toolbar.c
8027                 match the change in 1.9.15cvs10: use Compose
8028                 instead of News by default
8029
8030 2005-10-04 [colin]      1.9.15cvs12
8031
8032         * src/compose.c
8033                 When replying to an ML post with Reply-To set
8034                 to the poster's email, honor it (as before),
8035                 but also honor our user's request to reply to
8036                 the mailing list: set the ML address in the To
8037                 field and the Reply-To address in the Cc: 
8038                 field.
8039
8040 2005-10-04 [colin]      1.9.15cvs11
8041
8042         * src/plugins/trayicon/trayicon.c
8043                 Finish cosmetic change - thanks to wwp
8044
8045 2005-10-04 [colin]      1.9.15cvs10
8046
8047         * src/toolbar.c
8048                 Use Compose instead of Email by default.
8049                 Spotted by wwp.
8050
8051 2005-10-04 [colin]      1.9.15cvs9
8052
8053         * src/folder.c
8054         * src/folder.h
8055         * src/folderview.c
8056         * src/imap.c
8057         * src/etpan/imap-thread.c
8058         * src/etpan/imap-thread.h
8059                 Try to make IMAP faster, by simplifying SEARCH
8060                 commands, avoiding sending two STATUS in a row,
8061                 and deferring flags sync and processing just
8062                 after displaying the folder. 
8063                 This will update the SummaryView in certain
8064                 cases (new mails not already fetched, flags
8065                 changed from another client) but in a non-
8066                 blocking manner.
8067
8068 2005-10-04 [colin]      1.9.15cvs8
8069
8070         * src/plugins/trayicon/trayicon.c
8071                 Relabel "Offline" to "Work offline"
8072
8073 2005-10-04 [colin]      1.9.15cvs7
8074
8075         * src/export.c
8076         * src/import.c
8077         * src/mbox.c
8078                 Fix mbox import/export buglets
8079                 Patch by wwp
8080         * src/plugins/trayicon/trayicon.c
8081                 Add offline swithc
8082                 Patch by wwp
8083
8084 2005-10-04 [colin]      1.9.15cvs6
8085
8086         * src/folder.c
8087         * src/folderview.c
8088         * src/summaryview.c
8089                 Better fix (don't break mark all read) for cvs2
8090
8091 2005-10-03 [colin]      1.9.15cvs5
8092
8093         * src/folder.c
8094                 Use a sane sort by default
8095
8096 2005-10-03 [colin]      1.9.15cvs4
8097
8098         * src/inc.c
8099                 Add a 'Only once' button for overriding offline mode
8100         * src/prefs_account.c
8101         * src/wizard.c
8102                 Add Local mbox to the wizard
8103                 Add IMAP subdir to the wizard (or the wizard is useless
8104                 for such accounts, or even worse than useless)
8105                 Move IMAP subdir from Advanced to Receive tab, as it's
8106                 not that uncommon
8107
8108 2005-10-03 [colin]      1.9.15cvs3
8109
8110         * src/send_message.c
8111                 Forgot this one in cvs1
8112
8113 2005-10-03 [colin]      1.9.15cvs2
8114
8115         * src/folder.c
8116                 Faster close when leaving a folder with lots
8117                 of new mails. Idea by David Relson.
8118
8119 2005-10-03 [colin]      1.9.15cvs1
8120
8121         * src/compose.c
8122         * src/imap.c
8123         * src/inc.c
8124         * src/main.c
8125         * src/messageview.c
8126         * src/news.c
8127         * src/summaryview.c
8128         * src/gtk/sslcertwindow.c
8129         * src/plugins/trayicon/trayicon.c
8130                 Add accels to every AlertPanel. Patch by Fabien 
8131                 Vantard
8132
8133 2005-10-03 [paul]       1.9.15
8134
8135         1.9.15 released
8136
8137 2005-10-03 [paul]       1.9.14cvs68
8138
8139         * po/ca.po
8140         * po/de.po
8141         * po/es.po
8142         * po/fi.po
8143         * po/fr.po
8144         * po/sk.po
8145         * po/sr.po
8146         * po/zh_CN.po
8147                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8148                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8149                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8150
8151 2005-10-03 [paul]       1.9.14cvs67
8152
8153         * src/send_message.c
8154                 prevent hang on Cancel
8155                 patch by Colin
8156
8157 2005-10-03 [paul]       1.9.14cvs66
8158
8159         * src/main.c
8160                 fix crash in IMAP caused by discrepancy
8161                 between check_at_startup and offline mode
8162                 Patch by Colin
8163
8164 2005-10-01 [paul]       1.9.14cvs65
8165
8166         * src/inc.c
8167                 fix engrish
8168
8169 2005-10-01 [paul]       1.9.14cvs64
8170         * src/export.c
8171         * src/import.c
8172                 synchronise import_mbox() and export_mbox()
8173         * src/mbox.c
8174                 proc_mbox(): add alert if file cannot be opened
8175                 export_list_to_mbox(): test if dest file exists,
8176                 prompt user to overwrite if it does. add alert
8177                 if file cannot be created
8178                                                                 
8179         Patch by wwp
8180                                                                                                                 
8181
8182 2005-09-30 [paul]       1.9.14cvs63
8183
8184         * src/addressbook.c
8185                 Fix sensitivity of a menu
8186         * src/codeconv.c
8187                 Respect hidden pref for mails with no encoding
8188         * src/common/xml.c
8189                 Fix memory corruption
8190         * src/plugins/pgpcore/sgpgme.c
8191                 Fix segfault on incomplete sigs, and display
8192                 of S/Mime UIDs
8193
8194         Patches by Colin
8195
8196 2005-09-30 [colin]      1.9.14cvs62
8197
8198         * src/partial_download.c
8199                 Little logic fix in almost-dead code
8200         * src/pop.c
8201                 Fix partial download when there's no new mail
8202
8203 2005-09-29 [paul]       1.9.14cvs61
8204
8205         * src/plugins/pgpinline/pgpinline.c
8206                 fix bug 819, 'crash accessing sign message'
8207                 Patch by Colin
8208
8209 2005-09-28 [martin]     1.9.14cvs60
8210
8211         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8212                 fix bug #790 (Crash when restarting window manager (fluxbox))
8213
8214 2005-09-28 [paul]       1.9.14cvs59
8215
8216         * src/gtk/gtkaspell.c
8217                 fix off-by-one typo
8218
8219 2005-09-27 [colin]      1.9.14cvs58
8220
8221         * src/plugins/pgpcore/sgpgme.c
8222                 Report error when there's one, instead of
8223                 "Signature unchecked" 
8224
8225 2005-09-27 [colin]      1.9.14cvs57
8226
8227         * src/prefs_quote.c
8228                 Fix bug #816 (Weird quotation with spaces)
8229
8230 2005-09-27 [colin]      1.9.14cvs56
8231
8232         * src/codeconv.c
8233         * src/compose.c
8234         * src/compose.h
8235                 Put subject in compose's title
8236                 Fix Automatic encoding so that it's really automatic:
8237                 first try default locale's charset, then charset of the replied mail, 
8238                 then utf-8
8239                 Fix encoding of headers (must be in strict mode too)
8240
8241 2005-09-26 [colin]      1.9.14cvs55
8242
8243         * src/gtk/gtkaspell.c
8244                 Fix previous patch - don't color the space,
8245                 just uncolor it :)
8246
8247 2005-09-26 [colin]      1.9.14cvs54
8248
8249         * src/gtk/gtkaspell.c
8250                 Unmark space if possible
8251
8252 2005-09-26 [colin]      1.9.14cvs53
8253
8254         * src/imap.c
8255                 log_error instead of alertpanel according to the pref
8256         * src/etpan/imap-thread.c
8257                 Print connect status, copy only necessary size to 
8258                 logger
8259         * src/plugins/pgpmime/pgpmime.c
8260                 Handle S/Mime signatures (verification only). Patch based
8261                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8262
8263 2005-09-26 [paul]       1.9.14cvs52
8264
8265         * src/common/passcrypt.c
8266                 this 'workaround' not necessary on NetBSD.
8267                 Thanks to Daniel Gustafson
8268
8269 2005-09-26 [paul]
8270
8271         1.9.15-rc4 released
8272
8273 2005-09-26 [paul]       1.9.14cvs51
8274
8275         * src/summaryview.c
8276                 Skip currently selected message when
8277                 looking for next new or unread message
8278                 in current folder. Patch by Colin
8279         * src/common/passcrypt.c
8280                 eliminate warnings on *BSD. Patch by
8281                 Daniel Gustafson
8282
8283 2005-09-26 [colin]      1.9.14cvs50
8284
8285         * src/procmsg.c
8286                 Call postfiltering hook anyway
8287
8288 2005-09-22 [colin]      1.9.14cvs49
8289
8290         * src/codeconv.c
8291         * src/codeconv.h
8292                 Add a strict mode that doesn't replace with _
8293         * src/compose.c
8294         * src/compose.h
8295                 Use strict conversion while sending
8296                 Fix race when drafting while sending (happens
8297                 on IMAP)
8298                 Fix d'n'd of messages from summaryview
8299         * src/prefs_common.c
8300         * src/prefs_common.h
8301                 add hidden utf8_instead_of_locale_for_broken_mail 
8302                 pref for people that preferred the default charset 
8303                 to be utf8 for broken mails
8304         * src/quote_fmt_parse.y
8305                 fix bug #815 (No quote insert if "From:" fied 
8306                 contained Russian letters)
8307         * src/summaryview.c
8308                 Fix d'n'd of messages to compose
8309
8310 2005-09-22 [paul]       1.9.14cvs48
8311
8312         * src/compose.c
8313                 fix bug where attachments Name entry
8314                 would display Path instead
8315
8316 2005-09-21 [paul]       1.9.14cvs47
8317
8318         * README
8319         * README.jp
8320         * configure.ac
8321         * config/config.rpath
8322         * doc/manual/en/sylpheed-20.html
8323         * doc/manual/es/sylpheed-20.html
8324         * po/bg.po
8325         * po/ca.po
8326         * po/de.po
8327         * po/es.po
8328         * po/fr.po
8329         * po/it.po
8330         * po/pt_BR.po
8331         * po/sk.po
8332         * po/zh_TW.po
8333         * src/account.c
8334         * src/account.h
8335         * src/action.c
8336         * src/action.h
8337         * src/adbookbase.h
8338         * src/addr_compl.c
8339         * src/addr_compl.h
8340         * src/addrbook.c
8341         * src/addrbook.h
8342         * src/addrcache.c
8343         * src/addrcache.h
8344         * src/addrcindex.c
8345         * src/addrcindex.h
8346         * src/addrclip.c
8347         * src/addrclip.h
8348         * src/addrdefs.h
8349         * src/addressadd.c
8350         * src/addressadd.h
8351         * src/addressbook.c
8352         * src/addressbook.h
8353         * src/addressitem.h
8354         * src/addrgather.c
8355         * src/addrgather.h
8356         * src/addrharvest.c
8357         * src/addrharvest.h
8358         * src/addrindex.c
8359         * src/addrindex.h
8360         * src/addritem.c
8361         * src/addritem.h
8362         * src/addrquery.c
8363         * src/addrquery.h
8364         * src/addrselect.c
8365         * src/addrselect.h
8366         * src/alertpanel.c
8367         * src/alertpanel.h
8368         * src/browseldap.c
8369         * src/browseldap.h
8370         * src/codeconv.c
8371         * src/codeconv.h
8372         * src/compose.c
8373         * src/compose.h
8374         * src/crash.c
8375         * src/crash.h
8376         * src/customheader.c
8377         * src/customheader.h
8378         * src/displayheader.c
8379         * src/displayheader.h
8380         * src/editaddress.c
8381         * src/editaddress.h
8382         * src/editbook.c
8383         * src/editbook.h
8384         * src/editgroup.c
8385         * src/editgroup.h
8386         * src/editjpilot.c
8387         * src/editjpilot.h
8388         * src/editldap.c
8389         * src/editldap.h
8390         * src/editldap_basedn.c
8391         * src/editldap_basedn.h
8392         * src/editvcard.c
8393         * src/editvcard.h
8394         * src/enriched.c
8395         * src/enriched.h
8396         * src/exphtmldlg.c
8397         * src/exphtmldlg.h
8398         * src/expldifdlg.c
8399         * src/expldifdlg.h
8400         * src/export.c
8401         * src/export.h
8402         * src/exporthtml.c
8403         * src/exporthtml.h
8404         * src/exportldif.c
8405         * src/exportldif.h
8406         * src/filtering.c
8407         * src/filtering.h
8408         * src/folder.c
8409         * src/folder.h
8410         * src/folder_item_prefs.c
8411         * src/folder_item_prefs.h
8412         * src/foldersel.c
8413         * src/foldersel.h
8414         * src/folderutils.c
8415         * src/folderutils.h
8416         * src/folderview.c
8417         * src/folderview.h
8418         * src/grouplistdialog.c
8419         * src/grouplistdialog.h
8420         * src/headerview.c
8421         * src/headerview.h
8422         * src/html.c
8423         * src/html.h
8424         * src/image_viewer.c
8425         * src/image_viewer.h
8426         * src/imap.c
8427         * src/imap.h
8428         * src/imap_gtk.c
8429         * src/imap_gtk.h
8430         * src/import.c
8431         * src/import.h
8432         * src/importldif.c
8433         * src/importldif.h
8434         * src/importmutt.c
8435         * src/importmutt.h
8436         * src/importpine.c
8437         * src/importpine.h
8438         * src/inc.c
8439         * src/inc.h
8440         * src/jpilot.c
8441         * src/jpilot.h
8442         * src/ldapctrl.c
8443         * src/ldapctrl.h
8444         * src/ldaplocate.c
8445         * src/ldaplocate.h
8446         * src/ldapquery.c
8447         * src/ldapquery.h
8448         * src/ldapserver.c
8449         * src/ldapserver.h
8450         * src/ldaputil.c
8451         * src/ldaputil.h
8452         * src/ldif.c
8453         * src/ldif.h
8454         * src/localfolder.c
8455         * src/localfolder.h
8456         * src/main.c
8457         * src/main.h
8458         * src/mainwindow.c
8459         * src/mainwindow.h
8460         * src/manual.c
8461         * src/manual.h
8462         * src/matcher.c
8463         * src/matcher.h
8464         * src/matcher_parser.h
8465         * src/matcher_parser_lex.l
8466         * src/matcher_parser_parse.y
8467         * src/mbox.c
8468         * src/mbox.h
8469         * src/message_search.c
8470         * src/message_search.h
8471         * src/messageview.c
8472         * src/messageview.h
8473         * src/mh.c
8474         * src/mh.h
8475         * src/mh_gtk.c
8476         * src/mh_gtk.h
8477         * src/mimeview.c
8478         * src/mimeview.h
8479         * src/msgcache.c
8480         * src/msgcache.h
8481         * src/mutt.c
8482         * src/mutt.h
8483         * src/news.c
8484         * src/news.h
8485         * src/news_gtk.c
8486         * src/news_gtk.h
8487         * src/noticeview.c
8488         * src/noticeview.h
8489         * src/partial_download.c
8490         * src/partial_download.h
8491         * src/pine.c
8492         * src/pine.h
8493         * src/pop.c
8494         * src/pop.h
8495         * src/prefs_account.c
8496         * src/prefs_account.h
8497         * src/prefs_actions.c
8498         * src/prefs_actions.h
8499         * src/prefs_common.c
8500         * src/prefs_common.h
8501         * src/prefs_compose_writing.c
8502         * src/prefs_compose_writing.h
8503         * src/prefs_customheader.c
8504         * src/prefs_customheader.h
8505         * src/prefs_display_header.c
8506         * src/prefs_display_header.h
8507         * src/prefs_ext_prog.c
8508         * src/prefs_ext_prog.h
8509         * src/prefs_filtering.c
8510         * src/prefs_filtering.h
8511         * src/prefs_filtering_action.c
8512         * src/prefs_filtering_action.h
8513         * src/prefs_folder_column.c
8514         * src/prefs_folder_column.h
8515         * src/prefs_folder_item.c
8516         * src/prefs_folder_item.h
8517         * src/prefs_fonts.c
8518         * src/prefs_fonts.h
8519         * src/prefs_gtk.c
8520         * src/prefs_gtk.h
8521         * src/prefs_image_viewer.c
8522         * src/prefs_image_viewer.h
8523         * src/prefs_matcher.c
8524         * src/prefs_matcher.h
8525         * src/prefs_message.c
8526         * src/prefs_message.h
8527         * src/prefs_msg_colors.c
8528         * src/prefs_msg_colors.h
8529         * src/prefs_other.c
8530         * src/prefs_other.h
8531         * src/prefs_quote.c
8532         * src/prefs_quote.h
8533         * src/prefs_receive.c
8534         * src/prefs_receive.h
8535         * src/prefs_send.c
8536         * src/prefs_send.h
8537         * src/prefs_spelling.c
8538         * src/prefs_spelling.h
8539         * src/prefs_summaries.c
8540         * src/prefs_summaries.h
8541         * src/prefs_summary_column.c
8542         * src/prefs_summary_column.h
8543         * src/prefs_template.c
8544         * src/prefs_template.h
8545         * src/prefs_themes.c
8546         * src/prefs_themes.h
8547         * src/prefs_toolbar.c
8548         * src/prefs_toolbar.h
8549         * src/prefs_wrapping.c
8550         * src/prefs_wrapping.h
8551         * src/privacy.c
8552         * src/privacy.h
8553         * src/procheader.c
8554         * src/procheader.h
8555         * src/procmime.c
8556         * src/procmime.h
8557         * src/procmsg.c
8558         * src/procmsg.h
8559         * src/quote_fmt.c
8560         * src/quote_fmt_parse.y
8561         * src/recv.c
8562         * src/recv.h
8563         * src/remotefolder.c
8564         * src/remotefolder.h
8565         * src/send_message.c
8566         * src/send_message.h
8567         * src/setup.c
8568         * src/setup.h
8569         * src/simple-gettext.c
8570         * src/sourcewindow.c
8571         * src/sourcewindow.h
8572         * src/ssl_manager.c
8573         * src/ssl_manager.h
8574         * src/statusbar.c
8575         * src/statusbar.h
8576         * src/stock_pixmap.c
8577         * src/stock_pixmap.h
8578         * src/summary_search.c
8579         * src/summary_search.h
8580         * src/summaryview.c
8581         * src/summaryview.h
8582         * src/syldap.c
8583         * src/syldap.h
8584         * src/textview.c
8585         * src/textview.h
8586         * src/toolbar.c
8587         * src/toolbar.h
8588         * src/undo.c
8589         * src/undo.h
8590         * src/unmime.c
8591         * src/unmime.h
8592         * src/vcard.c
8593         * src/vcard.h
8594         * src/wizard.c
8595         * src/wizard.h
8596         * src/common/base64.c
8597         * src/common/base64.h
8598         * src/common/defs.h
8599         * src/common/hooks.c
8600         * src/common/hooks.h
8601         * src/common/log.c
8602         * src/common/log.h
8603         * src/common/md5.c
8604         * src/common/md5.h
8605         * src/common/mgutils.c
8606         * src/common/mgutils.h
8607         * src/common/nntp.c
8608         * src/common/nntp.h
8609         * src/common/passcrypt.c
8610         * src/common/passcrypt.h.in
8611         * src/common/plugin.c
8612         * src/common/plugin.h
8613         * src/common/prefs.c
8614         * src/common/prefs.h
8615         * src/common/progressindicator.c
8616         * src/common/progressindicator.h
8617         * src/common/quoted-printable.c
8618         * src/common/quoted-printable.h
8619         * src/common/session.c
8620         * src/common/session.h
8621         * src/common/smtp.c
8622         * src/common/smtp.h
8623         * src/common/socket.c
8624         * src/common/socket.h
8625         * src/common/ssl.c
8626         * src/common/ssl.h
8627         * src/common/ssl_certificate.c
8628         * src/common/ssl_certificate.h
8629         * src/common/string_match.c
8630         * src/common/string_match.h
8631         * src/common/stringtable.c
8632         * src/common/sylpheed.c
8633         * src/common/sylpheed.h
8634         * src/common/template.c
8635         * src/common/template.h
8636         * src/common/timing.h
8637         * src/common/utils.c
8638         * src/common/utils.h
8639         * src/common/uuencode.c
8640         * src/common/uuencode.h
8641         * src/common/version.h.in
8642         * src/common/xml.c
8643         * src/common/xml.h
8644         * src/common/xmlprops.c
8645         * src/common/xmlprops.h
8646         * src/gtk/about.c
8647         * src/gtk/about.h
8648         * src/gtk/colorlabel.c
8649         * src/gtk/colorlabel.h
8650         * src/gtk/colorsel.c
8651         * src/gtk/colorsel.h
8652         * src/gtk/description_window.c
8653         * src/gtk/description_window.h
8654         * src/gtk/filesel.c
8655         * src/gtk/filesel.h
8656         * src/gtk/foldersort.c
8657         * src/gtk/foldersort.h
8658         * src/gtk/gtkutils.c
8659         * src/gtk/gtkutils.h
8660         * src/gtk/inputdialog.c
8661         * src/gtk/inputdialog.h
8662         * src/gtk/logwindow.c
8663         * src/gtk/logwindow.h
8664         * src/gtk/manage_window.c
8665         * src/gtk/manage_window.h
8666         * src/gtk/menu.c
8667         * src/gtk/menu.h
8668         * src/gtk/pluginwindow.c
8669         * src/gtk/pluginwindow.h
8670         * src/gtk/prefswindow.c
8671         * src/gtk/prefswindow.h
8672         * src/gtk/progressdialog.c
8673         * src/gtk/progressdialog.h
8674         * src/gtk/quicksearch.c
8675         * src/gtk/quicksearch.h
8676         * src/gtk/sslcertwindow.c
8677         * src/gtk/sslcertwindow.h
8678         * src/plugins/clamav/clamav_plugin.c
8679         * src/plugins/clamav/clamav_plugin.h
8680         * src/plugins/clamav/clamav_plugin_gtk.c
8681         * src/plugins/demo/demo.c
8682         * src/plugins/dillo_viewer/dillo_prefs.c
8683         * src/plugins/dillo_viewer/dillo_prefs.h
8684         * src/plugins/dillo_viewer/dillo_viewer.c
8685         * src/plugins/mathml_viewer/mathml_viewer.c
8686         * src/plugins/pgpcore/passphrase.c
8687         * src/plugins/pgpcore/passphrase.h
8688         * src/plugins/pgpcore/plugin.c
8689         * src/plugins/pgpcore/prefs_gpg.c
8690         * src/plugins/pgpcore/prefs_gpg.h
8691         * src/plugins/pgpcore/select-keys.c
8692         * src/plugins/pgpcore/select-keys.h
8693         * src/plugins/pgpcore/sgpgme.c
8694         * src/plugins/pgpcore/sgpgme.h
8695         * src/plugins/pgpinline/pgpinline.c
8696         * src/plugins/pgpinline/pgpinline.h
8697         * src/plugins/pgpinline/plugin.c
8698         * src/plugins/pgpmime/pgpmime.c
8699         * src/plugins/pgpmime/pgpmime.h
8700         * src/plugins/pgpmime/plugin.c
8701         * src/plugins/spamassassin/spamassassin.c
8702         * src/plugins/spamassassin/spamassassin.h
8703         * src/plugins/spamassassin/spamassassin_gtk.c
8704         * src/plugins/trayicon/trayicon.c
8705         * tools/OOo2sylpheed.pl
8706         * tools/acroread2sylpheed.pl
8707         * tools/asus_mailled.sh
8708         * tools/filter_conv.pl
8709         * tools/freshmeat_search.pl
8710         * tools/google_search.pl
8711         * tools/kmail2sylpheed.pl
8712         * tools/kmail2sylpheed_v2.pl
8713         * tools/maildir2sylpheed.pl
8714         * tools/multiwebsearch.pl
8715         * tools/newscache_clean.pl
8716         * tools/outlook2sylpheed.pl
8717         * tools/sylpheed-switcher
8718         * tools/update-po
8719         * tools/vcard2xml.py
8720         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8721                 update FSF address
8722
8723 2005-09-21 [colin]      1.9.14cvs46
8724
8725         * src/gedit-print.c
8726         * src/procmsg.c
8727         * src/procmsg.h
8728         * src/textview.c
8729         * src/summaryview.c
8730                 Remove some printing hacks (deselection/reselection),
8731                 which by the way fix printing the currently 
8732                 displayed mime part (still only text)
8733                 Plus a little optimisation of summary_show
8734
8735
8736 2005-09-20 [colin]      1.9.14cvs45
8737
8738         * src/mainwindow.c
8739         * src/messageview.c
8740                 GUI fixups: add accels, set message
8741                 view title to displayed mail's subject
8742         * src/prefs_spelling.c
8743         * src/gtk/gtkaspell.c
8744                 GUI fixups: allow underlining misspelled
8745                 words instead of coloring them (a11y!)
8746
8747 2005-09-19 [colin]
8748
8749         1.9.15rc3 released
8750
8751 2005-09-19 [colin]      1.9.14cvs44
8752
8753         * src/compose.c
8754                 Fix draft message
8755         * src/gtk/gtkaspell.c
8756                 Fix wrong test ;-)
8757
8758 2005-09-19 [colin]      1.9.14cvs43
8759
8760         * src/addressbook.c
8761                 Fix sensitivity of Delete button
8762         * src/compose.c
8763                 Warn if the requested Privacy system
8764                 is not available
8765         * src/exphtmldlg.c
8766         * src/expldifdlg.c
8767         * src/importldif.c
8768         * src/importmutt.c
8769         * src/importpine.c
8770                 Fix crappy UI
8771         * src/
8772         * src/ssl.h
8773         * src/prefs_account.h
8774         * src/prefs_account.c
8775                 Save SSL prefs even in builds that have
8776                 SSL support disable
8777         * src/imap.c
8778         * src/inc.c
8779         * src/news.c
8780         * src/send_message.c
8781                 Warn if connection should be secure, but
8782                 SSL support isn't compiled in
8783         * src/gtkaspell.c
8784                 Fix word separation on UTF-8 systems
8785                 Fixes bug #812 (Strange inline spellchecking)
8786         * src/compose.c
8787                 Warn if the requested Privacy system
8788                 is not available
8789                 Factorize offline warning
8790         * src/imap.c
8791         * src/imap_gtk.c
8792         * src/imap_gtk.h
8793         * src/inc.h
8794         * src/news_gtk.c
8795         * src/news_gtk.h
8796         * src/messageview.c
8797                 Factorize offline warning
8798
8799 2005-09-19 [paul]
8800
8801         1.9.15-rc2 released
8802
8803 2005-09-18 [colin]      1.9.14cvs42
8804
8805         * src/codeconv.c
8806         * src/codeconv.h
8807         * src/procmime.c
8808                 Add a way to get locale's charset ignoring utf-8,
8809                 and use that as default encoding for broken mails
8810
8811 2005-09-18 [colin]      1.9.14cvs41
8812
8813         * src/gtk/logwindow.c
8814                 Translate string. Patch by Fabien Vantard
8815
8816 2005-09-18 [colin]      1.9.14cvs40
8817
8818         * configure.ac
8819                 Fix bug #803 (IMAP/SSL support breaks with 
8820                 GnuTLS libetpan 0.38)
8821
8822 2005-09-18 [colin]      1.9.14cvs39
8823
8824         * src/codeconv.c
8825         * src/compose.c
8826         * src/procmime.c
8827                 More charsets fixes. Fixes bug #806 (non
8828                 ascii characters in subject line)
8829
8830 2005-09-17 [paul]       1.9.14cvs38
8831
8832         * src/folderview.c
8833         * src/mainwindow.c
8834                 fix gcc-2.95 issues
8835                 Patch by Pawel Pekala
8836
8837 2005-09-17 [colin]      1.9.14cvs37
8838
8839         * src/addrindex.c
8840                 bugfix for NO-USE LDAP compilation, patch 
8841                 by Fabien Vantard
8842
8843 2005-09-17 [colin]      1.9.14cvs36
8844
8845         * src/prefs_actions.c
8846         * src/prefs_customheader.c
8847         * src/prefs_display_header.c
8848         * src/prefs_filtering_action.c
8849         * src/prefs_matcher.c
8850         * src/prefs_toolbar.c
8851                 Fix strange casts (less elegant but
8852                 works better)
8853
8854 2005-09-16 [colin]      1.9.14cvs35
8855
8856         * src/jpilot.c
8857                 Missed that one
8858
8859 2005-09-16 [colin]      1.9.14cvs34
8860
8861         * configure.ac
8862         * src/Makefile.am
8863         * src/addr_compl.c
8864         * src/addrindex.c
8865         * src/browseldap.c
8866         * src/editldap.c
8867         * src/ldaplocate.c
8868         * src/ldapquery.c
8869         * src/ldapquery.h
8870         * src/ldapserver.c
8871         * src/ldapserver.h
8872         * src/main.c
8873         * src/matcher_parser_parse.y
8874         * src/prefs_themes.c
8875         * src/etpan/Makefile.am
8876         * src/gtk/description_window.c
8877         * src/plugins/clamav/Makefile.am
8878         * src/plugins/clamav/clamav_plugin.c
8879         * src/plugins/dillo_viewer/Makefile.am
8880         * src/plugins/pgpcore/Makefile.am
8881         * src/plugins/pgpinline/Makefile.am
8882         * src/plugins/pgpmime/Makefile.am
8883         * src/plugins/trayicon/Makefile.am
8884                 Fix 100% cpu usage in address completion list
8885                 Fix little bugs (return with no values etc)
8886                 Fix all warnings (with common CFLAGS)
8887
8888 2005-09-15 [colin]      1.9.14cvs33
8889
8890         * src/addressbook.c
8891                 Fix bug where sometimes a group's email list is empty,
8892                 force its refresh (probably fixes "Re: how to create a 
8893                 distribution list")
8894         * src/ldapquery.c
8895                 Don't return to the callback in the main thread from the
8896                 fetch thread (or face segs!)
8897
8898 2005-09-15 [paul]       1.9.14cvs32
8899
8900         * src/prefs_matcher.c
8901                 forgotten in last commit
8902
8903 2005-09-15 [paul]       1.9.14cvs31
8904
8905         * src/prefs_actions.c
8906         * src/prefs_filtering_action.c
8907         * src/prefs_quote.c
8908         * src/quote_fmt.c
8909         * src/summaryview.c
8910         * src/gtk/description_window.c
8911         * src/gtk/description_window.h
8912         * src/gtk/quicksearch.c
8913                 allow interaction with the called
8914                 description window
8915                 Patch by Anders Hammar
8916
8917 2005-09-14 [paul]       1.9.14cvs30
8918
8919         * src/compose.c
8920                 fix a little annoyance when pasting with 3rd button 
8921                 with wrap_pastes=0 and wrap_input=1
8922                 Patch by Colin
8923
8924 2005-09-14 [paul]       1.9.14cvs29
8925
8926         * src/prefs_account.c
8927                 disable 'Filter messages on receiving' for
8928                 SMTP-only accounts
8929                 Patch  by Anders Hammar
8930
8931 2005-09-14 [paul]       1.9.14cvs28
8932
8933         * po/sk.po
8934                 fix crash
8935                 updated by Andrej Kacian
8936
8937 2005-09-14 [paul]
8938
8939         1.9.15-rc1 released
8940
8941 2005-09-14 [paul]       1.9.14cvs27
8942
8943         * po/es.po
8944                 updated by Ricardo Mones Lastra
8945         * src/compose.c
8946         * src/compose.h
8947                 associate no_wrap_tags to Compose windows
8948                 instead of using a static one
8949                 Patch by Colin
8950         * src/mbox.c
8951                 fix proc_mbox()
8952                 Patch by wwp
8953         * src/textview.c
8954                 remove unneeded printf()
8955
8956 2005-09-14 [paul]       1.9.14cvs26
8957
8958         * src/addrcache.c
8959         * src/codeconv.h
8960         * src/folder.h
8961         * src/mainwindow.h
8962         * src/mh.c
8963         * src/mimeview.h
8964         * src/partial_download.c
8965         * src/pop.c
8966         * src/prefs_account.c
8967         * src/prefs_account.h
8968         * src/prefs_actions.c
8969         * src/prefs_customheader.c
8970         * src/prefs_display_header.c
8971         * src/prefs_filtering_action.c
8972         * src/prefs_matcher.c
8973         * src/prefs_toolbar.c
8974         * src/privacy.h
8975         * src/procmime.c
8976         * src/procmime.h
8977         * src/procmsg.h
8978         * src/textview.c
8979         * src/undo.h
8980         * src/common/plugin.c
8981         * src/common/session.h
8982         * src/common/socket.c
8983         * src/common/socket.h
8984         * src/common/template.c
8985         * src/gtk/gtkaspell.c
8986         * src/gtk/quicksearch.h
8987         * src/plugins/pgpcore/passphrase.c
8988         * src/plugins/pgpcore/prefs_gpg.h
8989         * src/plugins/pgpcore/select-keys.c
8990         * src/plugins/pgpcore/select-keys.h
8991         * src/plugins/pgpcore/sgpgme.c
8992         * src/plugins/pgpinline/pgpinline.c
8993         * src/plugins/pgpmime/pgpmime.c
8994         * src/plugins/trayicon/trayicon.c
8995                 fix compilation warnings
8996                 Patch by Daniel Gustafson
8997
8998 2005-09-14 [paul]       1.9.14cvs25
8999
9000         * src/addressbook.c
9001                 add missing column header, and other small
9002                 bug fixes
9003                 Patch by Anders Hammar
9004
9005 2005-09-13 [colin]      1.9.14cvs24
9006
9007         * src/gtk/gtkaspell.c
9008                 Fix non-utf8 in menu
9009                 Fix little leaks
9010                 Nullify struct members after free()s
9011
9012 2005-09-13 [colin]      1.9.14cvs23
9013
9014         * src/compose.c
9015                 Test utf8 compliance before inserting to 
9016                 buffer, and try to convert if necessary
9017         * src/procmime.c
9018                 If no charset is present, use the locale 
9019                 one instead of us-ascii
9020         * src/procmsg.c
9021                 Add Sender, List-Post and To in the checked 
9022                 headers for automatic rules creation 
9023                 (thanks to wwp)
9024         * src/prefs_themes.c
9025         * src/gtk/gtkaspell.c
9026                 Remove deprecated functions. 
9027                 patch by Daniel Gustafson
9028
9029 2005-09-12 [colin]      1.9.14cvs22
9030
9031         * src/compose.c
9032                 Fix bug #448 (Scrolling/Redraw issue with 
9033                 address-fields in Header)
9034         * src/mainwindow.c
9035         * src/summaryview.c
9036         * src/summaryview.h
9037                 Fix loss of MSG_MARKED on move/copy
9038                 Fix bug #804 (Quicksearch togglebutton doesn't 
9039                 get depressed after '/' key is pressed)
9040
9041 2005-09-12 [paul]       1.9.14cvs21
9042
9043         * AUTHORS
9044         * src/gtk/logwindow.c
9045                 add 'Clear Log' to popup menu
9046                 Patch by Anders Hammar <anders.hammar@telia.com>
9047
9048 2005-09-12 [paul]       1.9.14cvs20
9049
9050         * src/compose.c
9051                 set correct sensitivity on attachments
9052                 popup menu
9053         * src/folder.c
9054                 fix typo
9055         * src/prefs_spelling.c
9056                 fix crash when no LANG env is set
9057         * src/common/xml.c
9058                 fix crash in wizard
9059                 don't use memeory after free
9060
9061         All patches by Daniel Gustafson
9062
9063 2005-09-12 [paul]       1.9.14cvs19
9064
9065         * src/prefs_themes.c
9066                 make theme info selectable
9067         * src/gtk/description_window.c
9068                 make window non-modal
9069         * tools/README
9070                 add details of asus_mailed.sh
9071         * tools/claws.i18n.status.pl
9072                 update for new zh_TW translator
9073                 widen the output
9074                 create alternate coloured lines
9075                 improve readability
9076
9077 2005-09-10 [colin]      1.9.14cvs18
9078
9079         * src/plugins/pgpcore/select-keys.c
9080                 Better order for the buttons
9081
9082 2005-09-10 [colin]      1.9.14cvs17
9083
9084         * src/compose.c
9085         * src/plugins/pgpcore/select-keys.c
9086         * src/plugins/pgpcore/select-keys.h
9087         * src/plugins/pgpcore/sgpgme.c
9088                 Add a "Don't encrypt" button to the key
9089                 selection dialog. Fixes bug #177 (There should be a 
9090                 'Don't encrypt button in the Select Keys dialog)
9091
9092 2005-09-10 [colin]      1.9.14cvs16
9093
9094         * src/compose.c
9095                 Fix bug #572 (%X option does not work with templates)
9096
9097 2005-09-10 [colin]      1.9.14cvs15
9098
9099         * src/toolbar.c 
9100                 Remove g_print
9101
9102 2005-09-10 [colin]      1.9.14cvs14
9103
9104         * src/imap.c
9105                 Fix a possible crash
9106
9107 2005-09-09 [colin]      1.9.14cvs13
9108
9109         * src/imap.c
9110         * src/etpan/imap-thread.c
9111         * src/etpan/imap-thread.h
9112                 Fix moving from queue or drafts to normal folders
9113                 Fix bug #794 (No way to delete without expunging)
9114                 Take flags unset by other mailers into account
9115                 Take deleted flag set by other mailers into account
9116                 Fix unsetting REPLIED flag
9117                 Fix crash when capabilities can't be retrieved
9118         * src/mainwindow.c
9119         * src/mainwindow.h
9120                 Add M_DELAYED_FLAGS condition, and let the user use
9121                 Execute in order to be able to expunge deleted mails,
9122                 even if he's not in delayed execute mode
9123         * src/prefs_spelling.c
9124                 Use 'en' dictionary by default if LANG is POSIX or C
9125         * src/gtk/prefswindow.c
9126                 Fix bug #767 (Preferences windows expanding) by making
9127                 the window a bit larger when the resolution is greater
9128                 than 640x480, and by putting the prefs in a
9129                 GtkScrolledWindow.
9130
9131 2005-09-09 [paul]       1.9.14cvs12
9132
9133         * AUTHORS
9134         * configure.ac
9135         * po/zh_TW.Big5.po      ** REMOVED **
9136         * po/zh_TW.po           ** ADDED **
9137                 updated by Wei-Lun Chao
9138
9139 2005-09-09 [paul]       1.9.14cvs11
9140
9141         * src/mainwindow.c
9142                 fix asserts
9143         * src/common/xml.c
9144                 delay memory allocation until file is
9145                 opened successfully
9146                 Patch by Daniel Gustafson
9147
9148 2005-09-09 [colin]      1.9.14cvs10
9149
9150         * src/imap.c
9151                 Add guards
9152
9153 2005-09-08 [colin]      1.9.14cvs9
9154
9155         * src/compose.c
9156                 Alert when we can't save draft
9157                 Fix various wrap/color issues
9158                 Add mid-click pasting respecting wrap_paste option
9159         * src/folder.c
9160         * src/folder.h
9161         * src/folder_item_prefs.c
9162         * src/folder_item_prefs.h
9163         * src/imap.c
9164         * src/imap_gtk.c
9165         * src/imap_gtk.h
9166         * src/main.c
9167         * src/mainwindow.c
9168         * src/mainwindow.h
9169         * src/news.c
9170         * src/news_gtk.c
9171         * src/news_gtk.h
9172         * src/prefs_folder_item.c
9173                 Fix the impossibility to synchronise folders for
9174                 offline use (IMAP and NNTP are concerned)
9175
9176 2005-09-08 [colin]      1.9.14cvs8
9177
9178         * configure.ac
9179                 Build LDAP and JPilot by default if available
9180         * src/textview.c
9181                 Fix use after free
9182
9183 2005-09-08 [paul]       1.9.14cvs7
9184
9185         * doc/manual/en/sylpheed-1.html
9186         * doc/manual/en/sylpheed-18.html
9187         * doc/manual/en/sylpheed-19.html
9188         * doc/manual/en/sylpheed-4.html
9189         * doc/manual/en/sylpheed-6.html
9190         * doc/manual/en/sylpheed.html
9191                 a few minor updates, plus include some
9192                 details about plugins and their requirements
9193         * src/mainwindow.c
9194                 minor changes to English in /View/Sort
9195
9196 2005-09-07 [colin]      1.9.14cvs6
9197
9198         * doc/manual/en/sylpheed-1.html
9199         * doc/manual/en/sylpheed-10.html
9200         * doc/manual/en/sylpheed-11.html
9201         * doc/manual/en/sylpheed-12.html
9202         * doc/manual/en/sylpheed-13.html
9203         * doc/manual/en/sylpheed-14.html
9204         * doc/manual/en/sylpheed-15.html
9205         * doc/manual/en/sylpheed-16.html
9206         * doc/manual/en/sylpheed-17.html
9207         * doc/manual/en/sylpheed-18.html
9208         * doc/manual/en/sylpheed-19.html
9209         * doc/manual/en/sylpheed-2.html
9210         * doc/manual/en/sylpheed-20.html
9211         * doc/manual/en/sylpheed-21.html
9212         * doc/manual/en/sylpheed-22.html
9213         * doc/manual/en/sylpheed-3.html
9214         * doc/manual/en/sylpheed-4.html
9215         * doc/manual/en/sylpheed-5.html
9216         * doc/manual/en/sylpheed-6.html
9217         * doc/manual/en/sylpheed-7.html
9218         * doc/manual/en/sylpheed-8.html
9219         * doc/manual/en/sylpheed-9.html
9220         * doc/manual/en/sylpheed.html
9221                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9222
9223 2005-09-07 [colin]      1.9.14cvs5
9224
9225         * src/mainwindow.c
9226                 Make labels more to-the-point
9227
9228 2005-09-07 [colin]      1.9.14cvs4
9229
9230         * doc/manual/en/sylpheed-1.html
9231         * doc/manual/en/sylpheed-12.html
9232         * doc/manual/en/sylpheed-13.html
9233         * doc/manual/en/sylpheed-14.html
9234         * doc/manual/en/sylpheed-15.html
9235         * doc/manual/en/sylpheed-16.html
9236         * doc/manual/en/sylpheed-17.html
9237         * doc/manual/en/sylpheed-18.html
9238         * doc/manual/en/sylpheed-19.html
9239         * doc/manual/en/sylpheed-2.html
9240         * doc/manual/en/sylpheed-20.html
9241         * doc/manual/en/sylpheed-21.html
9242         * doc/manual/en/sylpheed-22.html
9243         * doc/manual/en/sylpheed-4.html
9244         * doc/manual/en/sylpheed-5.html
9245         * doc/manual/en/sylpheed-6.html
9246         * doc/manual/en/sylpheed-7.html
9247         * doc/manual/en/sylpheed-8.html
9248         * doc/manual/en/sylpheed-9.html
9249         * doc/manual/en/sylpheed.html
9250                 Update manual
9251
9252 2005-09-07 [colin]      1.9.14cvs3
9253
9254         * doc/faq/en/sylpheed-faq-1.html
9255         * doc/faq/en/sylpheed-faq-2.html
9256         * doc/faq/en/sylpheed-faq-3.html
9257         * doc/faq/en/sylpheed-faq.html
9258                 Update FAQ
9259
9260 2005-09-07 [colin]      1.9.14cvs2
9261
9262         * src/folderview.c
9263         * src/procmsg.c
9264         * src/summaryview.c
9265         * src/toolbar.c
9266                 Fix special subfolders:
9267                 - Inherit parent's icon
9268                 - sent contents of queues subfolders
9269                 - empty subfolders of trashes
9270         * src/mainwindow.c
9271                 Remove outdated manual and faq entries
9272         * src/common/utils.c
9273                 Add quotes around %s coming from mailcap
9274
9275 2005-09-07 [colin]      1.9.14cvs1
9276
9277         * src/compose.c
9278                 After saving draft, set modified to FALSE
9279         * src/mimeview.c
9280         * src/common/utils.c
9281         * src/common/utils.h
9282                 Try to open mime parts using what is 
9283                 indicated in ~/.mailcap or /etc/mailcap,
9284                 if possible.
9285
9286 2005-09-05 [paul]       1.9.14
9287
9288         1.9.14 released
9289
9290         * po/sk.po
9291                 updated by Andrej Kacian
9292
9293 2005-09-05 [paul]       1.9.13cvs83
9294
9295         * po/de.po
9296         * po/es.po
9297         * po/fi.po
9298         * po/fr.po
9299         * po/nb.po
9300         * po/pt_BR.po
9301         * po/sr.po
9302                 updated translations by Thomas Gilgin, Ricardo Mones
9303                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9304                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9305
9306 2005-09-04 [paul]       1.9.13cvs82
9307
9308         * src/compose.c
9309                 only warn about exceeded line length limit
9310                 on send
9311
9312 2005-09-04 [paul]       1.9.13cvs81
9313
9314         * src/compose.c
9315                 fix crash in 'line length exceeded' dialogue
9316
9317 2005-09-02 [paul]       1.9.13cvs80
9318
9319         * src/imap.c
9320                 fix bug 795, 'Connection lost IMAP'
9321                 and add statusbar prints
9322                 Patch by Colin
9323
9324 2005-09-02 [paul]       1.9.13cvs79
9325
9326         * src/compose.c
9327                 compose_wrap_paragraph() becomes
9328                 compose_beautify_paragraph()
9329                 Patch by Colin
9330
9331 2005-09-02 [colin]      1.9.13cvs78
9332
9333         * src/folderview.c
9334                 Micro-fix
9335
9336 2005-09-01 [colin]      1.9.13cvs77
9337
9338         * src/imap.c
9339                 Maybe fix bug #795 (Connection lost IMAP)
9340                 Don't try to send logout when we're disconnected.
9341         * src/summaryview.c
9342                 Include locked and marked emails in HRM
9343                 view. Fixes bug #800 (Locked messages no longer 
9344                 show up when hide read messages is used)
9345
9346 2005-09-01 [paul]       1.9.13cvs76
9347
9348         * src/prefs_common.c
9349                 fix bad cutting
9350
9351 2005-08-31 [colin]      1.9.13cvs75
9352
9353         * src/folderview.c
9354         * src/folderview.h
9355         * src/prefs_summaries.c
9356         * src/summaryview.c
9357                 Fix "go to next new", fix preference
9358                 (Open unread/next swapped)
9359
9360 2005-08-31 [paul]       1.9.13cvs74
9361
9362         * src/compose.c
9363         * src/folderview.c
9364         * src/headerview.c
9365         * src/headerview.h
9366         * src/mainwindow.c
9367         * src/prefs_common.c
9368         * src/prefs_common.h
9369         * src/prefs_fonts.c
9370         * src/summaryview.c
9371         * src/textview.c
9372         * src/common/defs.h
9373                 remove obsolete BOLD_FONT setting
9374                 fix font update in headerview and textview
9375                 headers after prefs change
9376                 Patch By Colin
9377
9378 2005-08-31 [paul]
9379
9380         1.9.14-rc4 released
9381
9382 2005-08-30 [colin]      1.9.13cvs73
9383
9384         * src/summaryview.c
9385                 When Hide read messages is selected and we
9386                 refresh the summaryview, don't remove the 
9387                 currently displayed message. Fixes bug #797
9388                 (Summary view reloads when new mail is 
9389                 downloaded in 1.9.14 rc)
9390
9391 2005-08-30 [colin]      1.9.13cvs72
9392
9393         * src/folderview.c
9394                 Fix flickering
9395         * src/mainwindow.c
9396                 Remove useless callback
9397         * src/mimeview.c
9398         * src/gtk/filesel.c
9399         * src/gtk/filesel.h
9400                 Add a filesel_select_file_save_folder() - used by Save All
9401
9402 2005-08-29 [paul]       1.9.13cvs71
9403
9404         * AUTHORS
9405         * src/matcher_parser_parse.y
9406         * src/etpan/imap-thread.c
9407                 fix building on FreeBSD
9408                 Patch by Daniel Gustafson <daniel@hobbit.se>
9409
9410 2005-08-29 [paul]       1.9.13cvs70
9411
9412         * src/plugins/pgpinline/pgpinline.c
9413                 only initialise sig result if it's been handled
9414                 Patch by Colin
9415
9416 2005-08-29 [paul]       1.9.13cvs69
9417         
9418         Patches by Colin:
9419
9420         * src/imap.c
9421         * src/common.utils.c
9422         * src/common/utils.h
9423                 optimisation
9424         * src/stock_pixmap.h
9425                 fix wrong icon reference
9426         * src/pixmaps/trash_btn.xpm
9427                 replace with nicer image
9428
9429 2005-08-28 [colin]      1.9.13cvs68
9430
9431         * src/Makefile.am
9432         * src/stock_pixmap.c
9433         * src/stock_pixmap.h
9434         * src/toolbar.c
9435         * src/pixmaps/trash_btn.xpm
9436                 Add a specific trash xpm for the button
9437
9438 2005-08-28 [colin]      1.9.13cvs67
9439
9440         * src/imap.c
9441                 Fix leak
9442
9443 2005-08-27 [colin]      1.9.13cvs66
9444
9445         * src/imap.c
9446         * src/procmime.c
9447                 Correctly fix "Problem with replies", fixes
9448                 pgpmime encryption too. 
9449
9450 2005-08-27 [colin]      1.9.13cvs65
9451
9452         * src/folder.c
9453         * src/procmsg.c
9454         * src/procmsg.h
9455         * src/summaryview.c
9456                 Fix bug #517 (messages removed from summaryview 
9457                 when moving fails)
9458
9459 2005-08-27 [colin]      1.9.13cvs64
9460
9461         * tools/Makefile.am
9462         * tools/asus_mailled.sh
9463                 Add a script to blink ASUS laptops' mail LED where there
9464                 is unread mail.
9465
9466 2005-08-27 [colin]      1.9.13cvs63
9467
9468         * src/imap.c
9469         * src/etpan/imap-thread.c
9470         * src/etpan/imap-thread.h
9471                 Implement automatic choosing of login method
9472                 Fixes bug #791
9473         * src/gtk/.cvsignore
9474                 Add sylpheed-marshal.[ch]
9475
9476 2005-08-27 [colin]      1.9.13cvs62
9477
9478         * src/common/utils.c
9479                 Fix confusing perror
9480
9481 2005-08-27 [colin]      1.9.13cvs61
9482
9483         * src/toolbar.c
9484         * src/toolbar.h
9485                 Remove A_DELETE, replace it with 
9486                 A_TRASH and A_DELETE_REAL. Automatically
9487                 rewrite config files to replace A_DELETE
9488                 with A_TRASH (no functionality change).
9489                 Fixes half of #794
9490
9491 2005-08-26 [colin]      1.9.13cvs60
9492
9493         * src/procmime.c
9494                 Previous "Problem with replies" fix brought other
9495                 problems, fixing them
9496
9497 2005-08-26 [colin]      1.9.13cvs59
9498
9499         * src/procmime.c
9500                 Fix "Problem with replies". This happened only
9501                 on IMAP...
9502         * src/procmsg.c
9503                 Factorize code a bit
9504         * src/compose.c
9505                 Speed improvement on very long messages (wrapping)
9506                 Fix signature color on Reedit and Redirect
9507                 On Reedit, don't attach pgp-signatures parts, but
9508                 set signing to On.
9509
9510 2005-08-24 [paul]       1.9.13cvs58
9511
9512         * src/compose.c
9513                 don't claim success when clicking
9514                 Cancel on the passphrase box.
9515                 Patch by Colin
9516
9517 2005-08-24 [paul]       1.9.13cvs57
9518
9519         * src/main.c
9520                 fix misplaced sylpheed.log
9521         * src/common/defs.h
9522                 define UIDL_DIR
9523
9524 2005-08-24 [paul]       1.9.13cvs56
9525
9526         * src/imap.c
9527         * src/etpan/imap-thread.c
9528         * src/etpan/imap-thread.h
9529                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9530                 Patch by Colin
9531         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9532         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9533                 remove autogenerated files
9534         * tools/kdeservicemenu/README
9535         * tools/kdeservicemenu/install.sh
9536         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9537         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9538                 use Claws icon, use 'Sylpheed-Claws' in menu,
9539                 use kdialog, and other cleanups
9540
9541 2005-08-23 [paul]       1.9.13cvs55
9542
9543         * src/compose.c
9544                 fix paste/wrap crash
9545                 Patch by Colin
9546
9547 2005-08-23 [paul]       1.9.13cvs54
9548
9549         * src/main.c
9550                 fix crash recovery
9551                 Patch by Colin
9552
9553 2005-08-23 [paul]       1.9.13cvs53
9554
9555         * src/addressbook.c
9556         * src/editaddress.c
9557                 view all data of LDAP contacts
9558                 Patch by Colin
9559
9560 2005-08-23 [paul]       1.9.13cvs52
9561
9562         * src/addressbook.c
9563                 fix issues with the Search field
9564                 Patch by Colin
9565
9566 2005-08-22 [paul]       1.9.13cvs51
9567
9568         * src/folderview.c
9569                 put name of folder in processing dialog
9570                 title
9571         * src/prefs_folder_item.c
9572                 improve english usage
9573
9574 2005-08-22 [paul]       1.9.13cvs50
9575
9576         * src/filtering.c
9577         * src/filtering.h
9578         * src/matcher.c
9579         * src/matcher_parser_lex.l
9580         * src/matcher_parser_parse.y
9581         * src/prefs_filtering.c
9582                 add Filtering/Processing rule names feature.
9583                 (the incompatible old matcherrc is saved as
9584                 matcherrc.pre_names).
9585                 Patch by Colin
9586
9587 2005-08-22 [paul]       1.9.13cvs49
9588
9589         * src/procmsg.c
9590                 fix colour labelling
9591                 Patch by Colin
9592
9593 2005-08-22 [paul]       1.9.13cvs48
9594
9595         * src/textview.c
9596                 fix open_image_cb()
9597
9598 2005-08-22 [paul]       1.9.13cvs47
9599
9600         * src/imap.c
9601                 fix bug 789, 'SC crashes with imap (CVS ver)'
9602                 Patch by Colin
9603
9604 2005-08-22 [paul]       1.9.13cvs46
9605
9606         * src/mimeview.c
9607         * src/prefs_common.c
9608         * src/common/defs.h
9609                 define reused defaults in defs.h
9610         * src/textview.c
9611                 add 'Open image' to image popup menu
9612
9613 2005-08-21 [colin]      1.9.13cvs45
9614
9615         * src/summaryview.c
9616                 Fix bug #788 (Bogus "From" address displayed)
9617
9618 2005-08-20 [colin]      1.9.13cvs44
9619
9620         * src/folder.c
9621                 Fix buf #787 (multilevel delete causes SIGSEGV)
9622
9623 2005-08-19 [colin]      1.9.13cvs43
9624
9625         * src/inc.c
9626         * src/prefs_common.c
9627         * src/prefs_common.h
9628                 Add an hidden pref to allow modifying the
9629                 update stepping in incorporation.
9630                 Patch by wwp.
9631
9632 2005-08-19 [colin]      1.9.13cvs42
9633
9634         * src/compose.c
9635         * src/procmime.c
9636                 Workaround for broken MUAs: encode 
9637                 Content-type: name: as ASCII and 
9638                 Content-Disposition: filename: as
9639                 per rfc2231
9640         * src/prefs_account.c
9641                 Fix invisible-ness of SMTP SSL prefs
9642                 in NNTP accounts
9643
9644 2005-08-19 [paul]       1.9.13cvs41
9645
9646         * src/compose.c
9647         * src/prefs_common.c
9648         * src/prefs_common.h
9649         * src/prefs_wrapping.c
9650                 paste with or without wrapping.
9651                 patch by Colin
9652
9653 2005-08-19 [paul]       1.9.13cvs40
9654
9655         * src/prefs_common.c
9656         * src/prefs_common.h
9657         * src/summaryview.c
9658                 reintroduce enable_swap_from as a
9659                 hidden pref. patch by Colin
9660         * src/quote_fmt_parse.y
9661         * src/plugins/clamav/clamav_plugin.c
9662         * src/plugins/dillo_viewer/dillo_viewer.c
9663         * src/plugins/mathml_viewer/mathml_viewer.c
9664         * src/plugins/pgpcore/sgpgme.c
9665         * src/plugins/pgpinline/pgpinline.c
9666         * src/plugins/pgpmime/pgpmime.c
9667                 tidy up. patch by Colin
9668
9669 2005-08-19 [paul]       1.9.13cvs39
9670
9671         * configure.ac
9672                 complete cvs38's sync
9673         * src/editaddress.c
9674         * src/gedit-print.c
9675         * src/mutt.c
9676         * src/etpan/etpan-log.c
9677         * src/etpan/imap-thread.c
9678         * src/gtk/gtksourceprintjob.c
9679                 fix compilation warnings
9680                 (patch by Colin)
9681
9682 2005-08-19 [paul]       1.9.13cvs38
9683
9684         sync with main:
9685
9686         * src/account.c
9687         * src/action.c
9688         * src/addrbook.c
9689         * src/addrcache.c
9690         * src/addrharvest.c
9691         * src/addrindex.c
9692         * src/codeconv.c
9693         * src/compose.c
9694         * src/crash.c
9695         * src/exporthtml.c
9696         * src/exportldif.c
9697         * src/folder.c
9698         * src/image_viewer.c
9699         * src/inc.c
9700         * src/inc.h
9701         * src/jpilot.c
9702         * src/ldif.c
9703         * src/main.c
9704         * src/matcher.c
9705         * src/mbox.c
9706         * src/messageview.c
9707         * src/mh.c
9708         * src/mimeview.c
9709         * src/msgcache.c
9710         * src/mutt.c
9711         * src/news.c
9712         * src/partial_download.c
9713         * src/pine.c
9714         * src/pop.c
9715         * src/prefs_actions.c
9716         * src/prefs_common.c
9717         * src/prefs_customheader.c
9718         * src/prefs_display_header.c
9719         * src/prefs_gtk.c
9720         * src/prefs_themes.c
9721         * src/procheader.c
9722         * src/procmime.c
9723         * src/procmsg.c
9724         * src/recv.c
9725         * src/send_message.c
9726         * src/simple-gettext.c
9727         * src/sourcewindow.c
9728         * src/textview.c
9729         * src/vcard.c
9730         * src/common/defs.h
9731         * src/common/log.c
9732         * src/common/plugin.c
9733         * src/common/prefs.c
9734         * src/common/session.c
9735         * src/common/session.h
9736         * src/common/socket.c
9737         * src/common/socket.h
9738         * src/common/ssl_certificate.c
9739         * src/common/template.c
9740         * src/common/utils.c
9741         * src/common/utils.h
9742         * src/common/xml.c
9743         * src/gtk/about.c
9744         added wrappers for C library function that
9745                 take pathname arguments.
9746                 enabled compilation with MinGW.
9747                 use GDir instead of directly using opendir().
9748                 added rename_force().
9749
9750 2005-08-19 [paul]       1.9.13cvs37
9751         
9752         patches by Colin:
9753         * src/compose.c
9754                 fix privacy settings on re-editing
9755                 a sent message
9756         * src/jpilot.c
9757                 fix encoding bug
9758         * src/folder.c
9759         * src/procmsg.c
9760         * src/procmsg.h
9761         * src/summaryview.c
9762                 flag changing optimisation
9763
9764 2005-08-18 [martin]     1.9.13cvs36
9765
9766         * commitHelper
9767             added my login
9768         * src/addrcache.c
9769         * src/addrharvest.c
9770         * src/addrindex.c
9771         * src/compose.c
9772         * src/grouplistdialog.c
9773         * src/main.c
9774         * src/mainwindow.c
9775         * src/msgcache.c
9776         * src/mutt.c
9777         * src/pine.c
9778         * src/prefs_account.c
9779         * src/prefs_themes.c
9780         * src/stock_pixmap.c
9781         * src/summaryview.c
9782         * src/gtk/about.c
9783         * src/gtk/logwindow.c
9784             removed deprecated glib and gdk stuff
9785         * src/plugins/pgpcore/select-keys.c
9786             convert attributes from locale to utf8
9787
9788 2005-08-17 [paul]       1.9.13cvs35
9789
9790         * src/account.c
9791         * src/addressbook.c
9792                 use new GTK_STOCK_ icons if available
9793         * src/summaryview.c
9794         * src/gtk/gtksctree.c
9795         * src/gtk/gtksctree.h
9796                 faster range select. patch by Colin
9797
9798 2005-08-17 [paul]       1.9.13cvs34
9799
9800         patches by colin:
9801         * src/addressbook.c
9802         * src/addressitem.h
9803                 Add an edit button for contacts, fix selections
9804                 of gtksctree items
9805         * src/editaddress.c
9806                 Change labels, let Save be always possible in the
9807                 email and user atributes tabs
9808         * src/folderview.c
9809                 fix sort issues
9810         * src/summaryview.c
9811                 select next item instead of the displayed one
9812                 after deletion
9813
9814         * src/gtk/progressdialog.c
9815                 use prefs_common.enable_rules_hint
9816
9817 2005-08-13 [hoa]        1.9.13cvs33
9818
9819         * src/etpan/imap-thread.c
9820                 fixed build on Solaris.
9821
9822 2005-08-10 [colin]      1.9.13cvs32
9823
9824         * src/procmsg.c
9825                 Fix cvs31 (missing fclose before reading
9826                 the file)
9827
9828 2005-08-10 [colin]      1.9.13cvs31
9829
9830         * src/procmsg.c
9831                 Fix procmsg_msginfo_new_from_mimeinfo() when
9832                 the MimeInfo isn't stored in memory. This fixes
9833                 replying to an attached message.
9834
9835 2005-08-10 [colin]      1.9.13cvs30
9836
9837         * src/mainwindow.c
9838                 Fix slowness in account changing
9839
9840 2005-08-10 [colin]      1.9.13cvs29
9841
9842         * src/folder.c
9843         * src/folderutils.c
9844         * src/folderview.c
9845         * src/imap_gtk.c
9846         * src/mainwindow.c
9847         * src/mh_gtk.c
9848         * src/procmsg.c
9849         * src/summaryview.c
9850                 Optimize folder_has_parent_of_type
9851                 Prevent moving special sub-folders from contextual menus
9852                 Rework message a bit ("Empty all messages" -> "Delete all
9853                 messages")
9854                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9855                 and "Deleted Items" folders)
9856
9857 2005-08-08 [colin]      1.9.13cvs28
9858
9859         * src/summaryview.c
9860         * src/prefs_summaries.c
9861                 Make "Select first unread|new" more flexible
9862                 (just prioritize new or unread)
9863
9864 2005-08-08 [colin]      1.9.13cvs27
9865
9866         * src/summaryview.c
9867                 If "select first new" is selected and there only
9868                 are unread messages, fallback to "select first
9869                 unread".
9870
9871 2005-08-08 [colin]      1.9.13cvs26
9872
9873         * src/folder.c
9874                 Fix shameful bugs (and bug #779)
9875
9876 2005-08-08 [colin]      1.9.13cvs25
9877
9878         * src/folder.c
9879         * src/folder.h
9880                 Cache parents' type to make folder_has_parent_of_type
9881                 faster
9882         * src/folderview.c
9883                 Forbid DnD of special sub-folders
9884         * src/procmsg.c
9885         * src/procmsg.h
9886                 Add MAIL_POSTFILTERING_HOOK
9887         * src/summaryview.c
9888                 Revert over-zealous deletion of the use_addr_book 
9889                 code
9890
9891 2005-08-07 [colin]      1.9.13cvs24
9892
9893         * src/folder.c
9894                 Fix big mistake (passing MsgInfo instead 
9895                 of FolderItem)
9896
9897 2005-08-07 [colin]      1.9.13cvs23
9898
9899         * src/compose.c
9900         * src/folder.c
9901         * src/folder.h
9902         * src/foldersel.c
9903         * src/folderutils.c
9904         * src/folderview.c
9905         * src/imap.c
9906         * src/mainwindow.c
9907         * src/messageview.c
9908         * src/mh.c
9909         * src/msgcache.c
9910         * src/procmime.c
9911         * src/summaryview.c
9912                 Make subfolders of Drafts, Queue, Outbox, Trash
9913                 work like their parents. 
9914                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9915
9916 2005-08-07 [colin]      1.9.13cvs22
9917
9918         * src/addressbook.c
9919                 Fix bug #771 (Dragged contacts not saved)
9920
9921 2005-08-07 [paul]       1.9.13cvs21
9922
9923         * src/summaryview.c
9924                 fix bug 32 'Search Doesn't display results
9925                 if "Hide Read Messages" is chosen'
9926                 be more literal in interpreting 'Hide read
9927                 messages'
9928
9929 2005-08-07 [colin]      1.9.13cvs20
9930
9931         * src/folderview.c
9932                 Add debug
9933         * src/summaryview.c
9934                 Faster 'unthread_for_execution'
9935
9936 2005-08-06 [paul]       1.9.13cvs19
9937
9938         * src/mainwindow.c
9939                 add mnemonics to Set displayed columns
9940                 fix bug where msgview_visible option was
9941                 overwritten as TRUE on startup
9942
9943 2005-08-06 [paul]       1.9.13cvs18
9944
9945         * src/mainwindow.c
9946                 refer to 'displayed columns in folder/message
9947                 list' not 'displayed items in summary/message view'
9948         * src/prefs_display_header.c
9949                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9950                 be consistent with similar dialogues
9951         * src/prefs_folder_column.c
9952         * src/prefs_summary_column.c
9953                 'columns' not 'items', and folder and message lists,
9954                 instead of folder and summary views;
9955                 Use 'Hidden columns' as list heading not 'Available
9956                 items';
9957                 move the 'Remove' button to the right hand side;
9958                 top-align the buttons;
9959                 remove unneeded vbox
9960         * src/prefs_summaries.c
9961                 put the 2 column prefs buttons in a frame to reduce
9962                 overall width; refer to columns not items &c.
9963
9964 2005-08-05 [colin]      1.9.13cvs17
9965
9966         * src/prefs_common.c
9967         * src/prefs_common.h
9968         * src/mainwindow.c
9969         * src/compose.c
9970         * src/messageview.c
9971                 Add an hidden toolbar_detachable pref, so
9972                 that I can get rid of these painful handles
9973                 in the toolbars. Defaults to TRUE to avoid
9974                 changing the GUI on unsuspecting people...
9975
9976 2005-08-05 [colin]      1.9.13cvs16
9977
9978         * src/Makefile.am
9979         * src/prefs_folder_column.c
9980         * src/prefs_folder_column.h
9981                 Add prefs for folder columns
9982         * src/folderview.c
9983         * src/folderview.h
9984         * src/mainwindow.c
9985         * src/mainwindow.h
9986         * src/prefs_common.c
9987         * src/prefs_common.h
9988         * src/prefs_summaries.c
9989                 Use them
9990         * src/prefs_summary_column.c
9991         * src/summaryview.c
9992         * src/summaryview.h
9993                 Add a To column
9994         * src/textview.c
9995         * src/common/utils.c
9996         * src/common/utils.h
9997                 Move uri colourisation functions
9998                 to utils
9999         * src/compose.c
10000                 Colourise URIs
10001         * src/imap.c
10002                 Fix bug with LIST where we'd try
10003                 to get Folder//////[...]/// 
10004
10005 2005-08-05 [paul]       1.9.13cvs15
10006
10007         * src/prefs_summaries.c
10008                 improve the English usage
10009         * src/summaryview.c
10010                 set font on column change
10011                 thanks to Colin
10012
10013 2005-08-05 [paul]       1.9.13cvs14
10014
10015         * src/prefs_common.c
10016         * src/prefs_common.h
10017         * src/prefs_summaries.c
10018         * src/summaryview.c
10019                 replace 'open_unread_on_enter' option with
10020                 'select_on_entry' option. opening/not opening
10021                 is now exclusively controlled by 'always_show_msg'
10022
10023 2005-08-04 [colin]      1.9.13cvs13
10024
10025         * src/compose.c
10026                 Remove dead code
10027                 Add colourisation of quotes and signatures
10028         * src/folderview.c
10029                 Fix possible crashes
10030         * src/messageview.c
10031                 Change an assert that is no problem
10032         * src/news.c
10033         * src/news_gtk.c
10034         * src/news_gtk.h
10035                 Fix offline mode
10036         * src/gtk/quicksearch.c
10037                 Fix a possible crash
10038
10039 2005-08-03 [colin]      1.9.13cvs12
10040
10041         * src/prefs_account.c
10042                 Fix bug #777 (Sylpheed crash in account configuration)
10043
10044 2005-08-03 [colin]      1.9.13cvs11
10045
10046         * src/addressbook.c
10047         * src/editaddress.c
10048         * src/editgroup.c
10049                 Fixing addressbook, round 2
10050         * src/textview.c
10051                 Fix emphasis color on rechecking 'Colorize messages'
10052
10053 2005-08-03 [paul]       1.9.13cvs10
10054
10055         sync with main
10056
10057         * src/addr_compl.c
10058         * src/compose.c
10059         * src/main.c
10060         * src/pop.c
10061         * src/prefs_account.c
10062         * src/procmime.c
10063         * src/procmsg.c
10064         * src/quote_fmt_parse.y
10065         * src/textview.c
10066         * src/common/quoted-printable.c
10067         * src/common/utils.c
10068         * src/common/utils.h
10069         * src/common/xml.c
10070                 replaced incorrect locale-independent
10071                 ctype functions with GLib's. Corrected
10072                 signedness mismatch.
10073         * src/headerview.c
10074                 headerview_create(): added spacing for vbox.
10075         * src/gtk/about.c
10076                 set focus to the OK button.
10077
10078 2005-08-03 [colin]      1.9.13cvs9
10079
10080         * src/folderview.c
10081                 Fix possible crash
10082
10083 2005-08-02 [colin]      1.9.13cvs8
10084
10085         * src/mainwindow.c
10086                 Fix cast
10087         * src/addressbook.c
10088         * src/addressitem.h
10089                 Fix a cast and more generally, try to make the
10090                 GUI more intuitive and consistent (round 1)
10091
10092 2005-08-02 [paul]       1.9.13cvs7
10093
10094         * src/folder.h
10095                 missing in 1.9.13cvs6
10096
10097 2005-08-02 [colin]      1.9.13cvs6
10098
10099         * src/folder.c
10100                 Fix one more leak
10101
10102 2005-08-02 [colin]      1.9.13cvs5
10103
10104         * src/folder.c
10105         * src/folderview.c
10106         * src/imap.c
10107         * src/main.c
10108         * src/mbox.c
10109         * src/procmsg.c
10110         * src/summaryview.c
10111                 Fix a number of folder_item_get_msg_list()-related
10112                 leaks (missing procmsg_msginfo_free()s)
10113
10114 2005-08-01 [colin]      1.9.13cvs4
10115
10116         * src/folderview.c
10117         * src/folderview.h
10118         * src/mainwindow.c
10119         * src/prefs_fonts.c
10120         * src/prefs_summaries.c
10121         * src/prefs_themes.c
10122         * src/summaryview.c
10123         * src/summaryview.h
10124         * src/textview.c
10125         * src/textview.h
10126                 Fix instant-apply of summary and folderview-related prefs
10127                 Fix erroneous g_free and alertpanels in prefs_theme
10128                 Add instant-apply for fonts
10129                 Defer applying of prefs a little bit so it's done only
10130                 once even if requested by multiples prefs pages
10131
10132 2005-08-01 [paul]       1.9.13cvs3
10133
10134         * src/main.c
10135                 fix bug 776 'S.C. crashes on close'
10136                 thanks to Colin
10137         * src/etpan/etpan-thread-manager-types.h
10138                 add missing include
10139                 thanks to Hoa
10140
10141 2005-07-25 [paul]       1.9.13cvs2
10142
10143         * src/summaryview.c
10144                 fix typos. spotted by Fabien Vantard
10145
10146 2005-07-24 [paul]       1.9.13cvs1
10147
10148         * doc/man/sylpheed.1
10149                 update man page, incorporating fix of
10150                 bug 769 'Typo in manpage'
10151         * src/etpan/imap-thread.c
10152                 fix NetBSD openssl dependencies. patch by
10153                 George Michaelson <ggm@apnic.net>
10154         * po/pt_BR.po
10155                 updated by Frederico Goncalves Guimaraes
10156
10157 2005-07-22 [paul]       1.9.13
10158
10159         1.9.13 release
10160
10161 2005-07-22 [paul]       1.9.12cvs91
10162
10163         * AUTHORS
10164         * INSTALL
10165         * README.claws
10166         * RELEASE_NOTES.claws
10167                 updated for release
10168         * configure.ac
10169         * po/nb.po
10170         * tools/claws.i18n.status.pl
10171                 add Norwegian translation. submiited by
10172                 Geir Helland <pjallabais@users.sourceforge.net>
10173         * po/ca.po
10174         * po/de.po
10175         * po/es.po
10176         * po/fi.po
10177         * po/fr.po
10178         * po/it.po
10179         * po/sk.po
10180         * po/sr.po
10181         * po/zh_CN.po
10182                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10183                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10184                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10185                 Yang Guilong
10186         * src/plugins/clamav/clamav_plugin_gtk.c
10187         * src/plugins/spamassassin/spamassassin_gtk.c
10188                 replace outdated description strings
10189
10190 2005-07-21 [colin]      1.9.12cvs90
10191
10192         * src/folder.c
10193                 Set folder to batch mode when scanning it. Makes deletion
10194                 of unread mails on IMAP much faster (due to the UNREAD 
10195                 flag unsetting)
10196
10197 2005-07-21 [darko]      1.9.12cvs89
10198
10199         * configure.ac
10200                 link against libresolv if necessary (patch by Paul)
10201         * src/msgcache.c
10202                 use glib's portable macros to determine endianness
10203
10204 2005-07-21 [paul]       1.9.12cvs88
10205
10206         * src/crash.c
10207         * src/gtk/about.c
10208                 update compiled-in features list
10209
10210 2005-07-20 [colin]      1.9.12cvs87
10211
10212         * src/folder.c
10213         * src/textview.c
10214                 Gcc 2.9x compilation fixes, thanks to Darko
10215         * src/plugins/clamav/clamav_plugin.c
10216                 Little optimisation: load virus database only once
10217         * src/plugins/spamassassin/spamassassin.c
10218                 Big optimisation: filtering one mail took at least 1 second,
10219                 now it takes at least 50ms. Doesn't speed up spamassassin 
10220                 itself, but should already be much more tolerable.
10221
10222 2005-07-20 [colin]      1.9.12cvs86
10223
10224         * src/summaryview.c
10225                 Fix performance issue
10226
10227 2005-07-19 [colin]      1.9.12cvs85
10228
10229         * src/plugins/pgpinline/plugin.c
10230                 Fix warning
10231
10232 2005-07-19 [colin]      1.9.12cvs84
10233
10234         * configure.ac
10235         * src/plugins/Makefile.am
10236         * src/plugins/pgpinline/.cvsignore
10237         * src/plugins/pgpinline/Makefile.am
10238         * src/plugins/pgpinline/pgpinline.c
10239         * src/plugins/pgpinline/pgpinline.deps
10240         * src/plugins/pgpinline/pgpinline.h
10241         * src/plugins/pgpinline/plugin.c
10242                 Put pgpinline in the main tree
10243
10244 2005-07-19 [paul]       1.9.12cvs83
10245
10246         * src/prefs_actions.c
10247                 prevent '//' in menu names, which cause a crash
10248                 thanks to Colin
10249
10250 2005-07-19 [paul]       1.9.12cvs82
10251
10252         * configure.ac
10253                 be generally more informative in configure output.
10254                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10255                 '[ --disable-openssl ...', as --enable-openssl is default
10256                 PGP/MIME: don't check for GPGME again, check for
10257                 pgpcore instead. Therefore prevent the possibility of
10258                 attempting to build pgpmime if pgpcore dependencies are
10259                 not met
10260                 ClamAV: use pkgconfig to check for lib
10261                 libgnomeprint: revert logic on inner test to match
10262                 everything else
10263         * src/plugins/pgpcore/sgpgme.c
10264                 add missing include
10265
10266 2005-07-19 [colin]      1.9.12cvs81
10267
10268         * src/summaryview.c
10269                 Fix slow thread rebuilding in particular
10270                 cases
10271
10272 2005-07-19 [paul]       1.9.12cvs80
10273
10274         * sylpheed-claws.desktop
10275                 fix typo, spotted by Stephan Sachse
10276         * src/account.c
10277                 replace GTK_STOCK_ADD with
10278                 GTK_STOCK_NEW button
10279
10280 2005-07-18 [colin]      1.9.12cvs79
10281
10282         * src/etpan/imap-thread.c
10283                 Fix return value (Thanks Hoa)
10284
10285 2005-07-18 [colin]      1.9.12cvs78
10286
10287         * src/imap.c
10288                 Allow empty passwords
10289                 Create drafts/queue/outbox if necessary
10290         * src/summaryview.c
10291                 Remove old code
10292         * src/etpan/imap-thread.c
10293                 Fix STARTTLS (Thanks to Hoa)
10294
10295 2005-07-18 [paul]       1.9.12cvs77
10296
10297         * ChangeLog-gtk2.jp
10298         * ChangeLog.jp
10299                 removed
10300         * Makefile.am
10301                 updated to reflect additions and removals
10302         * TODO
10303                 updated to be claws-specific
10304         * TODO-gtk2
10305         * TODO-gtk2.jp
10306         * TODO.jp
10307         * sylpheed-128x128.png
10308         * sylpheed-64x64.png
10309                 removed
10310         * sylpheed-claws-128x128.png
10311         * sylpheed-claws-64x64.png
10312         * sylpheed-claws.desktop
10313         * sylpheed-claws.png
10314                 added
10315         * sylpheed.desktop
10316         * sylpheed.png
10317                 removed
10318
10319 2005-07-17 [paul]       1.9.12cvs76
10320
10321         * src/account.c
10322         * src/addressbook.c
10323         * src/alertpanel.c
10324         * src/alertpanel.h
10325         * src/compose.c
10326         * src/exphtmldlg.c
10327         * src/expldifdlg.c
10328         * src/folderview.c
10329         * src/imap_gtk.c
10330         * src/inc.c
10331         * src/message_search.c
10332         * src/messageview.c
10333         * src/mh_gtk.c
10334         * src/news_gtk.c
10335         * src/prefs_actions.c
10336         * src/prefs_filtering.c
10337         * src/prefs_matcher.c
10338         * src/prefs_template.c
10339         * src/prefs_themes.c
10340         * src/ssl_manager.c
10341         * src/summary_search.c
10342         * src/textview.c
10343         * src/toolbar.c
10344         * src/gtk/sslcertwindow.c
10345         * src/plugins/pgpcore/sgpgme.c
10346                 rework alertpanels
10347
10348 2005-07-17 [colin]      1.9.12cvs75
10349
10350         * src/privacy.c
10351                 add a PrivacySystem accessor that checks that
10352                 the system cached in a MimeInfo's privacydata
10353                 is still registered. Use this accessor instead
10354                 of directly using data->system. Fixes crashes
10355                 after unloading pgp plugins.
10356
10357 2005-07-17 [colin]      1.9.12cvs74
10358
10359         * src/alertpanel.c
10360                 Change geometry hints to a simple default size.
10361                 Fixes the certs dialogs.
10362
10363 2005-07-17 [colin]      1.9.12cvs73
10364
10365         * src/gtk/sslcertwindow.c
10366                 Use a gtkExpander
10367
10368 2005-07-17 [colin]      1.9.12cvs72
10369
10370         * src/plugins/pgpcore/Makefile.am
10371         * src/plugins/pgpmime/Makefile.am
10372                 Add gpgme libs
10373
10374 2005-07-17 [paul]       1.9.12cvs71
10375
10376         * configure.ac
10377                 add --disable-gnomeprint option
10378                 modified version of patch by Marius Mauch
10379
10380 2005-07-17 [paul]       1.9.12cvs70
10381
10382         * src/common/defs.h
10383                 update urls
10384         * src/account.c
10385         * src/action.c
10386         * src/addressbook.c
10387         * src/compose.c
10388         * src/foldersel.c
10389         * src/folderview.c
10390         * src/html.c
10391         * src/imap_gtk.c
10392         * src/main.c
10393         * src/mainwindow.c
10394         * src/messageview.c
10395         * src/mh_gtk.c
10396         * src/mimeview.c
10397         * src/news_gtk.c
10398         * src/prefs_account.c
10399         * src/prefs_send.c
10400         * src/prefs_summaries.c
10401         * src/procmsg.c
10402         * src/summaryview.c
10403         * src/common/utils.c
10404         * src/common/xml.c
10405         * src/plugins/pgpcore/passphrase.c
10406         * src/plugins/pgpcore/select-keys.c
10407                 replace inappropriately used backticks
10408                 with single quotes
10409
10410 2005-07-16 [colin]      1.9.12cvs69
10411
10412         * src/image_viewer.c
10413                 Add extra paranoid checks
10414
10415 2005-07-16 [colin]      1.9.12cvs68
10416
10417         * src/plugins/pgpcore/prefs_gpg.c
10418                 Don't auto-check sigs by default, as it
10419                 can be really slow.
10420
10421 2005-07-16 [colin]      1.9.12cvs67
10422
10423         * src/plugins/pgpcore/sgpgme.c
10424                 Make messages a bit better.
10425
10426 2005-07-16 [colin]      1.9.12cvs66
10427
10428         * src/imap.c
10429                 Remove pseudo-log
10430         * src/etpan/imap-thread.c
10431                 Add real log
10432
10433 2005-07-16 [colin]      1.9.12cvs65
10434
10435         * src/main.c
10436         * src/prefs_other.c
10437                 And now, fix build with libetpan :-/
10438
10439 2005-07-15 [colin]      1.9.12cvs64
10440
10441         * src/prefs_other.c
10442                 Continue fixing build without libetpan.
10443
10444 2005-07-15 [colin]      1.9.12cvs63
10445
10446         * src/main.c
10447                 Fix build with --disable-libetpan
10448
10449 2005-07-15 [colin]      1.9.12cvs62
10450
10451         * configure.ac
10452                 Bump libetpan's version
10453
10454 2005-07-15 [colin]      1.9.12cvs61
10455
10456         * src/etpan/imap-thread.c
10457                 Actually stop logging :)
10458
10459 2005-07-15 [colin]      1.9.12cvs60
10460
10461         * src/addressbook.c
10462                 Fix dnd of multiple addresses.
10463
10464 2005-07-15 [hoa]        1.9.12cvs59
10465
10466         * src/etpan/imap-thread.c
10467             disable login of IMAP password in libetpan log file.
10468
10469 2005-07-15 [paul]       1.9.12cvs58
10470
10471         * src/account.c
10472                 don't automatically sort
10473                 do allow drag n drop
10474
10475 2005-07-15 [paul]       1.9.12cvs57
10476
10477         * src/account.c
10478         * src/ssl_manager.c
10479                 alphabetical listing
10480
10481 2005-07-15 [paul]       1.9.12cvs56
10482
10483         * src/gtk/pluginwindow.c
10484                 sort plugin list alphabetically
10485
10486 2005-07-15 [paul]       1.9.12cvs55
10487
10488         * src/prefs_spelling.c
10489         * src/prefs_wrapping.c
10490                 unify English usage
10491
10492 2005-07-15 [colin]      1.9.12cvs54
10493
10494         * src/wizard.c
10495                 Typo fix
10496
10497 2005-07-15 [paul]       1.9.12cvs53
10498
10499         * src/prefs_message.c
10500                 make 'show cursor' a hidden option
10501
10502 2005-07-14 [colin]      1.9.12cvs52
10503
10504         * src/plugins/spamassassin/Makefile.am
10505         * src/plugins/clamav/Makefile.am
10506                 Fix double EXTRA_DISTs
10507
10508 2005-07-14 [colin]      1.9.12cvs51
10509
10510         * src/plugins/clamav/Makefile.am
10511         * src/plugins/clamav/clamav_plugin_gtk.deps
10512         * src/plugins/spamassassin/Makefile.am
10513         * src/plugins/spamassassin/spamassassin_gtk.deps
10514                 Make $plugin_gtk depend on $plugin
10515
10516 2005-07-14 [hoa]        1.9.12cvs50
10517
10518         * src/etpan/imap-thread.c
10519                 enable debug log of libetpan when running with --debug
10520
10521 2005-07-14 [colin]      1.9.12cvs49
10522
10523         * configure.ac
10524         * src/common/Makefile.am
10525         * src/common/plugin.c
10526         * src/common/plugin.h
10527                 Add a little plugin dependancy system.
10528                 Plugins can ship a $plugin_name.deps file
10529                 (near them in PLUGINDIR) so that their
10530                 dependancies are loaded if possible.
10531         * src/plugins/Makefile.am
10532         * src/plugins/pgpcore/Makefile.am
10533         * src/plugins/pgpcore/passphrase.c
10534         * src/plugins/pgpcore/passphrase.h
10535         * src/plugins/pgpcore/plugin.c
10536         * src/plugins/pgpcore/prefs_gpg.c
10537         * src/plugins/pgpcore/prefs_gpg.h
10538         * src/plugins/pgpcore/select-keys.c
10539         * src/plugins/pgpcore/select-keys.h
10540         * src/plugins/pgpcore/sgpgme.c
10541         * src/plugins/pgpcore/sgpgme.h
10542                 Introduce pgpcore, used by pgpmime and
10543                 pgpinline
10544         * src/plugins/pgpmime/Makefile.am
10545         * src/plugins/pgpmime/passphrase.c
10546         * src/plugins/pgpmime/passphrase.h
10547         * src/plugins/pgpmime/pgpmime.c
10548         * src/plugins/pgpmime/pgpmime.deps
10549         * src/plugins/pgpmime/plugin.c
10550         * src/plugins/pgpmime/prefs_gpg.c
10551         * src/plugins/pgpmime/prefs_gpg.h
10552         * src/plugins/pgpmime/select-keys.c
10553         * src/plugins/pgpmime/select-keys.h
10554         * src/plugins/pgpmime/sgpgme.c
10555         * src/plugins/pgpmime/sgpgme.h
10556                 Remove the core from pgpmime and add the
10557                 dependancy to pgpcore.
10558
10559 2005-07-14 [paul]       1.9.12cvs48
10560
10561         * src/stock_pixmap.c
10562                 forgot this in last commit
10563
10564 2005-07-14 [paul]       1.9.12cvs47
10565
10566         * src/account.c
10567         * src/addressbook.c
10568                 add accelerators for the buttons (sync with main)
10569         * src/compose.c
10570         * src/compose.h
10571                 add accelerators for the buttons.
10572                 fix editing with external editor.
10573                 replace gdk_input_*() with GIOChannel;
10574                 (sync with main)
10575         * src/foldersel.c
10576                 display folder names with new/unread
10577                 representation (sync with main)
10578         * src/main.c
10579                 specify default window icon (sync with main)
10580         * src/prefs_common.c
10581                 use_addr_book default to FALSE
10582         * src/summaryview.c
10583         * src/textview.c
10584                 add accelerators for the buttons (sync with main)
10585         * src/gtk/menu.c
10586                 fix typos
10587         * src/pixmaps/sylpheed_icon.xpm
10588                 updated
10589
10590 2005-07-13 [paul]       1.9.12cvs46
10591
10592         * src/plugins/pgpmime/pgpmime.c
10593         * src/plugins/pgpmime/sgpgme.c
10594                 (temporarily) use deprecated gpgme_data_rewind()
10595                 while largefile support is not present
10596                 (as suggested by Colin)
10597
10598 2005-07-13 [paul]       1.9.12cvs45
10599
10600         * configure.ac
10601                 remove large file support (for now):
10602                 it breaks too many things
10603
10604 2005-07-13 [paul]       1.9.12cvs44
10605
10606         * configure.ac
10607                 add large file support
10608         * src/html.c
10609                 fix bug #763 where href attribute was not
10610                 the very first attribute of a link
10611                 patch by Thomas Gilgin
10612
10613 2005-07-13 [colin]      1.9.12cvs43
10614
10615         * src/gtk/pluginwindow.c
10616                 Little portability fix
10617
10618 2005-07-13 [colin]      1.9.12cvs42
10619
10620         * src/plugins/pgpmime/sgpgme.c
10621                 Fix crasher.
10622
10623 2005-07-13 [colin]      1.9.12cvs41
10624
10625         * src/plugins/pgpmime/pgpmime.c
10626         * src/plugins/pgpmime/sgpgme.c
10627                 Use gpgme_data_release_and_get_mem instead
10628                 of gpgme_data_read.
10629
10630 2005-07-13 [colin]      1.9.12cvs40
10631
10632         * configure.ac
10633         * src/plugins/pgpmime/passphrase.c
10634         * src/plugins/pgpmime/passphrase.h
10635         * src/plugins/pgpmime/pgpmime.c
10636         * src/plugins/pgpmime/plugin.c
10637         * src/plugins/pgpmime/select-keys.c
10638         * src/plugins/pgpmime/select-keys.h
10639         * src/plugins/pgpmime/sgpgme.c
10640         * src/plugins/pgpmime/sgpgme.h
10641                 Port pgpmime to gpgme-1.0.
10642
10643 2005-07-12 [paul]       1.9.12cvs39
10644
10645         * AUTHORS
10646         * src/toolbar.c
10647         * src/toolbar.h
10648                 add a 'Go to Prev' button to the toolbar.
10649                 correct tooltip text of go to buttons.
10650                 based on patch by Yang Guilong <bamanzi@gmail.com>
10651
10652 2005-07-12 [colin]      1.9.12cvs38
10653
10654         * src/statusbar.c
10655                 Fix progress bar showing stuff at startup.
10656
10657 2005-07-12 [paul]       1.9.12cvs37
10658
10659         * src/editjpilot.c
10660                 fix building with jpilot support
10661
10662 2005-07-11 [colin]      1.9.12cvs36
10663
10664         * src/inc.c
10665                 Add visual indication that filtering is running
10666         * src/textview.c
10667                 Make {}[] uri delimiters
10668         * src/summaryview.c
10669                 Remove useless (and slow) calls
10670
10671 2005-07-11 [paul]       1.9.12cvs35
10672
10673         * src/plugins/clamav/clamav_plugin_gtk.c
10674         * src/plugins/dillo_viewer/dillo_prefs.c
10675         * src/plugins/pgpmime/prefs_gpg.c
10676         * src/plugins/spamassassin/spamassassin_gtk.c
10677                 gather plugins prefs together under their
10678                 own 'Plugins' heading
10679
10680 2005-07-11 [paul]       1.9.12cvs34
10681
10682         sync with main
10683
10684         * src/account.c
10685                 account_delete(): modified alert dialog
10686         * src/editjpilot.c
10687         * src/editvcard.c
10688                 fixed a crash when cancelling file selection
10689                 dialog by Escape key. Made non-ascii filename
10690                 selectable.
10691         * src/prefs_template.c
10692                 prefs_template_window_create(): make scrolled
10693                 window policy AUTOMATIC
10694
10695 2005-07-10 [hoa]        1.9.12cvs33
10696
10697         * src/etpan/imap-thread.c
10698                 workaround for old Courier IMAP servers.
10699
10700 2005-07-10 [colin]      1.9.12cvs32
10701
10702         * src/folder.c
10703         * src/statusbar.c
10704         * src/statusbar.h
10705                 Add visual progress indicator on filtering/processing
10706                 Factorize the progress bar code
10707         * src/imap.c
10708         * src/imap.h
10709         * src/etpan/imap-thread.c
10710                 Add a reference counter to avoid destroying the Folder
10711                 while it's in use by another callback.
10712
10713 2005-07-09 [hoa]        1.9.12cvs31
10714
10715         * src/imap.c
10716         * src/etpan/imap-thread.c
10717                 fixed deadlock when removing IMAP account.
10718
10719 2005-07-08 [colin]      1.9.12cvs30
10720
10721         * src/textview.c
10722         * src/unmime.c
10723                 Fix again problems decoding broken headers
10724         * src/gtk/inputdialog.c
10725                 Fix local variable shadowing a global one
10726
10727 2005-07-08 [colin]      1.9.12cvs29
10728
10729         * src/msgcache.c
10730                 Make the cache/mark files platform-agnostic by writing
10731                 them in little-endian format. Reading them is also done
10732                 in little-endian format, of course; however, in order
10733                 to avoid trashing mark data on big-endian machines, the
10734                 files are, at first, read from the native format if the
10735                 little-endian one doesn't exist. This is easy to deter-
10736                 mine by trying to open a file with a swapped data_ver
10737                 and seeing if it's the wanted version.
10738                 Little-endian using users should see absolutely no
10739                 difference, Big-endian users may get a very little
10740                 performance drop due to byte-swapping.
10741                 Tested on i386 and ppc32. 
10742                 Fixes bug #159 (The index file, in the mailboxes, is 
10743                 hardware depending).
10744
10745                 To have the cache/mark files updated to the new little-
10746                 endian format, "Check for new messages" or even
10747                 "Rebuild folder tree" aren't enough. Files will be
10748                 updated as soon as a folder has been opened/closed.
10749                 To update everything, just select all folders by
10750                 selecting them one by one.
10751
10752 2005-07-07 [colin]      1.9.12cvs28
10753
10754         * src/imap.c
10755                 Remember the folder separator per IMAPFolder
10756                 instead of globally.
10757                 Revive the Session on noop; fixes bug #761
10758                 (mark a bunch of unread messages as read takes 
10759                 forever)
10760
10761 2005-07-07 [darko]      1.9.12cvs27
10762
10763         * src/common/template.c
10764                 Sort templates alphabetically
10765
10766 2005-07-06 [colin]      1.9.12cvs26
10767
10768         * src/imap.c
10769                 Try to use the correct separator in
10770                 most cases. Possibly fixes bug #759
10771                 (only creates the INBOX folder when 
10772                 setting up new IMAP account) and 
10773                 bug #760 (Can't retrieve messages)
10774
10775 2005-07-06 [colin]      1.9.12cvs25
10776
10777         * src/imap.c
10778                 Use real_path in status command. This will
10779                 help later, when namespaces will be used.
10780
10781 2005-07-06 [colin]      1.9.12cvs24
10782
10783         * configure.ac
10784         * src/account.c
10785         * src/folder.c
10786         * src/imap.c
10787         * src/etpan/etpan-log.c
10788         * src/etpan/etpan-thread-manager.c
10789         * src/etpan/imap-thread.c
10790                 Add a --disable-libetpan parameter. With this,
10791                 users that don't want IMAP4 support can avoid
10792                 the new dependancy (and have no IMAP support).
10793                 Users that have IMAP4 accounts and use this
10794                 parameter won't lose their configuration, their
10795                 IMAP accounts will just be invisible and not
10796                 used.
10797         * src/textview.c
10798                 Make the "Copy ..." contextual menu items 
10799                 copy to both the X clipboard and the gtk 
10800                 clipboard - as most other apps do.
10801         * src/gtk/about.c
10802                 Add a notice about OpenSSL usage, in order to
10803                 comply with OpenSSL's license (point 6):
10804                 http://www.openssl.org/source/license.html
10805
10806 2005-07-06 [colin]      1.9.12cvs23
10807
10808         * src/alertpanel.c
10809                 Fix a minimum size for alertpanels
10810         * src/compose.c
10811                 Show 'No space left on device' type errors
10812                 when queuing/sending
10813         * src/imap_gtk.c
10814         * src/mh_gtk.c
10815                 Rework folder's deletion message (remove 
10816                 extra \n)
10817
10818 2005-07-05 [colin]      1.9.12cvs22
10819
10820         * src/imap.c
10821                 Add an alertpanel on auth error
10822                 Add pseudo-log
10823                 Remove pthread-related stuff
10824
10825 2005-07-05 [colin]      1.9.12cvs21
10826
10827         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10828                 Fix crash on plugin reloading (with a hack)
10829
10830 2005-07-05 [colin]      1.9.12cvs20
10831
10832         * src/prefs_account.c
10833         * src/prefs_account.h
10834                 Fix typo
10835         * src/gtk/filesel.c
10836         * src/gtk/filesel.h
10837                 Add a way to filter the view
10838         * src/gtk/pluginwindow.c
10839                 Filter loadable stuff
10840         * src/plugins/pgpmime/prefs_gpg.c
10841                 Fix missing unregistration
10842         * .cvsignore
10843         * src/etpan/.cvsignore
10844         * src/plugins/spamassassin/.cvsignore
10845                 Add more stuff to cvs ignored files
10846
10847 2005-07-04 [colin]      1.9.12cvs19
10848
10849         * src/imap.c
10850                 Fix scan_required returning FALSE when it
10851                 shouldn't. Maybe fix #760 (Can't retrieve
10852                 messages)
10853
10854 2005-07-04 [colin]      1.9.12cvs18
10855
10856         * src/summaryview.c
10857                 Fix always_show_msg pref
10858
10859 2005-07-04 [paul]       1.9.12cvs17
10860
10861         sync with main (forgotten in last commit)
10862         
10863         * src/common/utils.c
10864         * src/common/utils.h
10865                 check_line_length(): new.
10866                 is_dir_exist()
10867                 is_file_entry_exist()
10868                 dirent_is_regular_file()
10869                 dirent_is_directory(): use g_file_test() instead of stat().
10870
10871 2005-07-04 [paul]       1.9.12cvs16
10872
10873         sync with main:
10874
10875         * src/compose.c
10876                 compose_write_to_file(): check for line
10877                 length limit and display warning if exceeds
10878         * src/jpilot.c
10879                 use get_home_dir() instead of g_get_home_dir()
10880         * src/procheader.c
10881                 removed warning about invalid date
10882         * src/vcard.c
10883                 use get_home_dir() instead of g_get_home_dir()
10884
10885 2005-07-04 [paul]       1.9.12cvs15
10886
10887         * src/stock_pixmap.c
10888                 fix new pixmap naming errors
10889                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10890
10891 2005-07-04 [colin]      1.9.12cvs14
10892
10893         * src/imap.c
10894                 Fix debugging string with a warning
10895
10896 2005-07-04 [colin]      1.9.12cvs13
10897
10898         * configure.ac
10899                 Add a check for libetpan's version (>= 0.37)
10900
10901 2005-07-04 [hoa]        1.9.12cvs12
10902
10903         * commitHelper
10904         * src/imap.c
10905         * src/etpan/imap-thread.c
10906         * src/etpan/imap-thread.h
10907                 fixed IMAP implementation of check of mails.
10908
10909 2005-07-03 [hoa]        1.9.12cvs11
10910
10911         * src/etpan/Makefile.am
10912         * src/etpan/etpan-errors.h
10913         * src/etpan/etpan-log.[ch]
10914         * src/etpan/etpan-thread-manager-types.h
10915         * src/etpan/etpan-thread-manager.[ch]
10916         * src/etpan/imap-thread.[ch]
10917         * src/Makefile.am
10918         * src/imap.c
10919         * src/main.c
10920         * src/prefs_other.c
10921         * configure.ac
10922             merged imap branch.
10923             dependency on libetpan 0.37 is now added.
10924
10925 2005-07-01 [colin]      1.9.12cvs10
10926
10927         * src/Makefile.am
10928         * src/folder.c
10929         * src/folder.h
10930         * src/folderview.c
10931         * src/stock_pixmap.c
10932         * src/stock_pixmap.h
10933         * src/plugins/trayicon/trayicon.c
10934                 Add marked symbol on folders containing
10935                 marked messages
10936         * src/procmsg.c
10937         * src/procmsg.h
10938         * src/toolbar.c
10939         * src/prefs_common.c
10940         * src/prefs_common.h
10941         * src/prefs_send.c
10942                 Add an optional confirmation dialog on queue
10943                 sending. Patch by wwp.
10944         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10945         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10946         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10947         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10948         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10949         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10950         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10951         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10952         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10953         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10954         * src/pixmaps/trash_mark.xpm            ** ADDED **
10955                 New pixmaps
10956
10957 2005-07-01 [colin]      1.9.12cvs9
10958
10959         * src/summaryview.c
10960                 Fix a little threading bug
10961         * src/addrgather.c
10962         * src/mainwindow.c
10963                 A little bit of HIG normality never hurts
10964
10965 2005-07-01 [colin]      1.9.12cvs8
10966
10967         * src/compose.c
10968         * src/msgcache.c
10969         * src/pop.c
10970         * src/procmime.c
10971         * src/recv.c
10972         * src/common/log.c
10973         * src/common/template.c
10974         * src/common/utils.c
10975         * src/common/utils.h
10976                 Reverted the fwrite_atomic stuff. In fact
10977                 it is already atomic.
10978
10979 2005-06-30 [colin]      1.9.12cvs7
10980
10981         * src/common/utils.c
10982         * src/common/utils.h
10983                 Add an fwrite_atomic() function to make
10984                 sure we write everything: fwrite can make
10985                 short writes.
10986         * src/compose.c
10987         * src/msgcache.c
10988         * src/pop.c
10989         * src/procmime.c
10990         * src/recv.c
10991         * src/common/log.c
10992         * src/common/template.c
10993                 Use that (and fix swapping of size and nmemb).
10994                 Thanks to Rich Coe for the heads up.
10995
10996 2005-06-30 [colin]      1.9.12cvs6
10997
10998         * src/addressbook.c
10999                 Optimize addressbook opening 
11000
11001 2005-06-30 [colin]      1.9.12cvs5
11002
11003         * src/summaryview.c
11004                 Remove calls to summary_step after move/copy
11005
11006 2005-06-28 [paul]       1.9.12cvs4
11007
11008         * src/alertpanel.c
11009                 wrap and make the error msg selectable
11010
11011 2005-06-28 [paul]       1.9.12cvs3
11012
11013         * src/ssl_manager.c
11014                 replace the OK button with a Close button
11015         * src/gtk/foldersort.c
11016                 use GTK_STOCK_ icons/buttons
11017
11018 2005-06-28 [colin]      1.9.12cvs2
11019
11020         * src/gedit-print.c             ** ADDED **
11021         * src/gedit-print.h             ** ADDED **
11022         * src/gtk/gtksourceprintjob.c   ** ADDED **
11023         * src/gtk/gtksourceprintjob.h   ** ADDED **
11024                 I can't believe no one had enough time to tell
11025                 me I forgot the `cvs add`
11026
11027 2005-06-27 [colin]      1.9.12cvs1
11028
11029         * src/Makefile.am
11030         * src/gtk/Makefile.am
11031         * src/messageview.c
11032         * src/procmsg.c
11033         * src/summaryview.c
11034         * configure.ac
11035                 Add optional libgnomeprint-based printing
11036         * src/mainwindow.c
11037         * src/gtk/quicksearch.c
11038                 Add an Edit/Quick search menu item to show
11039                 and focus the quicksearch
11040
11041 2005-06-27 [paul]       1.9.12
11042
11043         1.9.12 release
11044
11045         * po/ca.po
11046         * po/de.po
11047         * po/es.po
11048         * po/fr.po
11049         * po/it.po
11050         * po/ko.po
11051         * po/pt_BR.po
11052         * po/sk.po
11053         * po/zh_CN.po
11054                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11055                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11056                 SungHyun Nam, Frederico Goncalves Guimaraes,
11057                 Andrej Kacian, and Yang Guilong
11058 2005-06-26 [colin]      1.9.11cvs106
11059
11060         * src/imap_gtk.c
11061                 Forgot one file for previous fix
11062
11063 2005-06-26 [colin]      1.9.11cvs105
11064
11065         * src/folder.c
11066         * src/imap.c
11067                 Fix problems with folder operations in no_select
11068                 imap folders. it applies only to mails, and 
11069                 creation/deletion/move/renaming of folders 
11070                 should be possible
11071
11072 2005-06-26 [paul]       1.9.11cvs104
11073
11074         * src/prefs_filtering.c
11075                 replace one more GTK_STOCK_REMOVE
11076                 with GTK_STOCK_DELETE
11077
11078 2005-06-25 [colin]      1.9.11cvs103
11079
11080         * src/imap.c
11081                 Optimize get_seq_set_from_seq_list
11082                 (Patch by Ricardo) 
11083
11084 2005-06-25 [colin]      1.9.11cvs102
11085
11086         * src/mh.c
11087                 If the directory exists, but not in the
11088                 correct encoding, rename it. This should
11089                 handle old-versions-induced bugs.
11090
11091 2005-06-25 [colin]      1.9.11cvs101
11092
11093         * src/mh.c
11094                 Fix path access with extended dir names
11095                 Fixes bug #589 (SC segfaults with wrong locale
11096                 settings)
11097
11098 2005-06-25 [colin]      1.9.11cvs100
11099
11100         * src/prefs_account.c
11101         * src/prefs_account.h
11102         * src/compose.c
11103                 Add an option to encrypt replies to
11104                 encrypted messages
11105
11106 2005-06-25 [colin]      1.9.11cvs99
11107
11108         * src/compose.c
11109         * src/quote_fmt_parse.y
11110                 ... And make it work with pgpinline.
11111
11112 2005-06-25 [colin]      1.9.11cvs98
11113
11114         * src/compose.c
11115         * src/procmime.c
11116         * src/procmime.h
11117         * src/quote_fmt_parse.y
11118                 o Make reedition of encrypted messages possible
11119                   (as long as it is encrypted to self too, no
11120                    magic there)
11121                 o Make replying with quote (and without selecting
11122                   text) possible for encrypted messages.
11123                 Closes bug #550 (Not possible to "reply with quote"
11124                 to gnupg encrypted messages)
11125
11126 2005-06-24 [paul]       1.9.11cvs97
11127
11128         * src/imap.c
11129                 add missing include
11130
11131 2005-06-24 [paul]       1.9.11cvs96
11132
11133         * src/editldap.c
11134                 made bind password entry invisible
11135                 (sync with main)
11136         * src/send_message.c
11137                 send_message_local(): check exit status
11138                 to detect errors (sync with main)
11139         * src/textview.c
11140                 use main's less ambiguous popup menu
11141                 wording
11142
11143 2005-06-24 [paul]       1.9.11cvs95
11144
11145         * src/prefs_actions.c
11146         * src/prefs_customheader.c
11147         * src/prefs_display_header.c
11148         * src/prefs_filtering_action.c
11149         * src/prefs_matcher.c
11150         * src/prefs_template.c
11151         * src/prefs_toolbar.c
11152                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11153         * src/gtk/description_window.c
11154                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11155
11156 2005-06-23 [colin]      1.9.11cvs94
11157
11158         * src/summaryview.c
11159                 Fix rough edges (be sure to call status_show whenever
11160                 necessary).
11161
11162 2005-06-23 [colin]      1.9.11cvs93
11163
11164         * src/summaryview.c
11165                 Optimize Select All
11166                 Before, in a 5K mails folder: 11s
11167                 After, in the same folder: 58000µs
11168                 The joys of locking... gtk_clist_select_all() fires a 
11169                 tree-select-row event for each selected row, which in 
11170                 summaryview, callbacks summary_selected which in turn,
11171                 calls summary_status_show, which walks the selected
11172                 rows. Hence, calling gtk_clist_select_all was 
11173                 exponential. Locking the summaryview makes 
11174                 summary_selected return early.
11175
11176 2005-06-23 [colin]      1.9.11cvs92
11177
11178         * src/imap.c
11179                 Move mutex at the important place to avoid
11180                 deadlocks
11181         * src/summaryview.c
11182                 Fix Del key deleting directly instead of
11183                 moving to trash
11184
11185 2005-06-22 [colin]      1.9.11cvs91
11186
11187         * src/plugins/spamassassin/libspamc.c
11188                 As we do spagetti code with assignations in multiple
11189                 places (see _message_read_raw where out = msg = raw),
11190                 let's be sure we don't free the same pointer twice.
11191                 Should fix bug #683 (Crash in libpam at 
11192                 message_cleanup).
11193
11194 2005-06-22 [colin]      1.9.11cvs90
11195
11196         * src/compose.c
11197         * src/messageview.c
11198         * src/toolbar.c
11199                 Make toolbar's delete use the move to trash stuff;
11200                 Add gtk_widget_realize to be sure pixmaps can get
11201                 created (that may fix an old worksforme bug which
11202                 I can't find back...)
11203
11204 2005-06-22 [colin]      1.9.11cvs89
11205
11206         * src/summaryview.c
11207         * src/summaryview.h
11208         * src/mainwindow.c
11209                 Rename "Message/Delete" to "Message/Move to trash"
11210                 Add "Message/Delete..." that directly destroys the
11211                 selected messages after asking for a confirmation.
11212
11213 2005-06-22 [colin]      1.9.11cvs88
11214
11215         * src/imap.c
11216                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11217                 o Fix a deadlock (thanks Darko)
11218
11219 2005-06-22 [colin]      1.9.11cvs87
11220
11221         * src/gtk/foldersort.c
11222                 Add missing include for the i18n;
11223                 patch by Fabien Vantard
11224
11225 2005-06-21 [colin]      1.9.11cvs86
11226
11227         * src/folder.c
11228         * src/folderview.c
11229                 Respect the no_select flag
11230         * src/imap.c
11231                 Fix recursive deletion
11232         * src/imap_gtk.c
11233         * src/mh_gtk.c
11234                 Make the folder deletion's warning
11235                 more explicit
11236
11237 2005-06-21 [colin]      1.9.11cvs85
11238
11239         * src/textview.c
11240                 Prevent email addresses from spanning accross
11241                 lines - fixes bug # 646 (newline-chars in 
11242                 email addresses)
11243
11244 2005-06-20 [colin]      1.9.11cvs84
11245
11246         * src/folder.c
11247                 Be sure not to remove source if copy failed
11248
11249 2005-06-20 [colin]      1.9.11cvs83
11250
11251         * src/folderview.c
11252         * src/imap_gtk.c
11253                 remove summaryview's lock
11254         * src/imap.c
11255                 introduce threads to avoid problems when foreground tasks
11256                 interfere with background tasks
11257         * src/mh.c
11258                 prevent moving to drafts/queue
11259         * src/mimeview.c
11260                 fix leak
11261
11262 2005-06-19 [colin]      1.9.11cvs82
11263
11264         * src/imap_gtk.c
11265                 Remember that the user doesn't want to override
11266                 offline mode, for 3 seconds. It avoid presenting
11267                 him with N popups in a really short time.
11268
11269 2005-06-17 [colin]      1.9.11cvs81
11270
11271         * src/imap.c
11272                 Fix IMAP breaking on folders containing '('
11273                 (Probably won't be enough)
11274
11275 2005-06-17 [colin]      1.9.11cvs80
11276
11277         Forgotten files on 1.9.11cvs79
11278         * src/summaryview.c
11279                 Fix stepping when not immediately executing
11280         * src/imap.c
11281                 Really prevent UID FETCH 0
11282         * src/codeconv.c
11283                 Fix outgoing charset never set to utf-8
11284         * src/mh.c
11285                 Fix leak
11286
11287 2005-06-16 [colin]      1.9.11cvs79
11288
11289         * src/compose.c
11290                 Fix bug #707 (Dash splits rows)
11291                 Only wrap if we're on a line break position and
11292                 the previous one was a "white" (space) char.
11293                 Pango stuff is weird.
11294
11295 2005-06-16 [colin]      1.9.11cvs78
11296
11297         * src/imap_gtk.c
11298                 Lock summaryview while downloading messages
11299                 on user demand
11300         * src/procheader.c
11301         * src/unmime.c
11302         * src/common/utils.c
11303         * src/common/utils.h
11304                 Replace \r and \n with spaces in From and
11305                 Subject headers
11306
11307 2005-06-16 [paul]       1.9.11cvs77
11308
11309         * src/procmime.c
11310                 liberalise the mime parser
11311         * src/gtk/about.c
11312                 add text wrapping
11313
11314 2005-06-16 [paul]       1.9.11cvs76
11315
11316         * src/gtk/about.c
11317                 reworked
11318
11319 2005-06-15 [colin]      1.9.11cvs75
11320
11321         * src/compose.c
11322                 Finish header encoding fix
11323         * src/summaryview.c
11324                 Fix segfault
11325         * src/headerview.c
11326                 Fix compilation (Thanks Stephan
11327                 Sachse)
11328
11329 2005-06-15 [colin]      1.9.11cvs74
11330
11331         * Makefile.am
11332                 Install gnome2 stuff rather than gnome1, 
11333                 if both are present
11334         * src/codeconv.c
11335         * src/codeconv.h
11336         * src/compose.c
11337                 Fix headers encoding
11338         * src/folder.c
11339                 Visual progress when fetching all messages
11340         * src/folderview.c
11341         * src/summaryview.c
11342         * src/summaryview.h
11343                 Prevent changing current message while
11344                 incorporating
11345
11346 2005-06-15 [paul]       1.9.11cvs73
11347
11348         * src/gtk/gtkaspell.c
11349         * src/gtk/gtkaspell.h
11350                 fix build warnings
11351
11352 2005-06-15 [paul]       1.9.11cvs72
11353
11354         * src/prefs_filtering.c
11355                 allow reordering of filter rules by
11356                 drag n drop
11357
11358 2005-06-15 [paul]       1.9.11cvs71
11359
11360         * COPYING
11361                 updated
11362         * src/codeconv.c
11363                 replace deprecated function
11364         * src/inc.c
11365         * src/send_message.c
11366         * src/gtk/progressdialog.c
11367         * src/gtk/progressdialog.h
11368                 salvage and reuse parts of reverted sync
11369
11370 2005-06-15 [paul]       1.9.11cvs70
11371
11372         * src/inc.c
11373         * src/send_message.c
11374         * src/gtk/progressdialog.c
11375         * src/gtk/progressdialog.h
11376                 revert yesterday's sync with main
11377                 it contains deprecated functions
11378
11379 2005-06-15 [colin]      1.9.11cvs69
11380
11381         * src/headerview.c
11382                 Fix bug #670 (multi user to: will corrupt message 
11383                 headers display)
11384
11385 2005-06-15 [colin]      1.9.11cvs68
11386
11387         * src/compose.c
11388                 Fix bug #421 (Fix undo on wrapping)
11389
11390 2005-06-15 [colin]      1.9.11cvs67
11391
11392         * src/folder.c
11393                 Provide visual feedback while processing
11394                 folder's rules.
11395         * src/imap.c
11396                 Provide visual feedback while getting
11397                 short headers (for uncached messages)
11398
11399
11400 2005-06-14 [paul]       1.9.11cvs66
11401
11402         * src/account.c
11403                 change a couple stock icons
11404         * src/inc.c
11405         * src/send_message.c
11406         * src/gtk/progressdialog.c
11407         * src/gtk/progressdialog.h
11408                 sync main's GtkTreeView implementation
11409
11410 2005-06-14 [colin]      1.9.11cvs65
11411
11412         * src/imap.c
11413                 Various little fixes, mainly on error paths
11414
11415 2005-06-13 [colin]      1.9.11cvs64
11416
11417         * matcher.c
11418         * procmsg.c
11419         * procmsg.h
11420                 Add a way to fetch only headers. This speeds
11421                 up filtering on headers for IMAP. Fixes:
11422                 bug #481 extraneous imap commands slow down 
11423                         imap filtering
11424                 bug #522 Sylpheed downloads all messages 
11425                         when opening mailbox (IMAP)
11426                 bug #677 IMAP fetch is soooooooooooooo slow
11427         * src/folder.c
11428         * src/folder.h
11429                 Add a folder set_batch method so that
11430                 implementations can speed up flags changes
11431         * src/folderutils.c
11432         * src/summaryview.c
11433                 Use that in mark as (un)read and mark all read
11434                 Refix bug #679
11435         * src/imap.c
11436                 Implement set_batch - brings back deferred
11437                 flags in a less buggy manner. Fixes:
11438                 bug #729 IMAP immediate expunge of deleted messages
11439                 bug #191 remove list of messages with one command
11440                 Fix login with strange chars
11441                 Implement fetch_msg_full
11442                 Fix copy (wrong counts)
11443
11444 2005-06-12 [colin]      1.9.11cvs63
11445
11446         * src/folder.c
11447                 lock incorporation during long operations.
11448                 Avoids fucking up the IMAP socket.
11449
11450 2005-06-12 [colin]      1.9.11cvs62
11451
11452         * src/imap.c
11453                 Fix harmful typo
11454                 Factorize remove_all_msg
11455                 Thread-ize expunge
11456         * src/summaryview.c
11457                 Don't update partial-download status if unnecessary
11458         * src/folder.c
11459                 Use remove_msgs everywhere possible
11460
11461 2005-06-12 [colin]      1.9.11cvs61
11462
11463         * src/folder.c
11464         * src/folder.h
11465                 Add a remove_msgs function to remove a 
11466                 list of messages
11467         * src/imap.c
11468                 Implement that.
11469
11470 2005-06-12 [colin]      1.9.11cvs60
11471
11472         * src/imap.c
11473                 Remove flags-processing deferring... Too hard
11474                 to get it to work in all cases.
11475
11476 2005-06-11 [colin]      1.9.11cvs59
11477
11478         * src/imap.c
11479                 printf -> debug_print
11480
11481 2005-06-11 [colin]      1.9.11cvs58
11482
11483         * src/imap.c
11484                 o Fix build without USE_PTHREAD
11485                 o Factorize imap_open
11486                 o Alertpanel in case of impossible connection
11487                 o Alertpanel in case of impossible login
11488                 o Fix deferred flags processing to force a 
11489                   flush before adding some more flags to process,
11490                   but in another folder.
11491
11492 2005-06-10 [colin]      1.9.11cvs57
11493
11494         * src/imap.c
11495                 o Fix a format string error
11496                 o init ssl socket outside of the thread 
11497                   (it possibly invokes gtk calls)
11498         * src/procmime.c
11499                 o Put back the buffer to its necessary size
11500                 o Fix changing a file pointer without keeping
11501                   track of it (thanks Valgrind)
11502         * src/common/smtp.c
11503                 o Fix automatic STARTTLS if login should be done
11504                   and the server only allows it after starting TLS
11505         * src/gtk/gtkinputdialog.c
11506                 o Eat GDK_Return so that the combo popup doesn't 
11507                   appear when we press Enter to validate the combo
11508                   input dialog (as seen in the Open with... dialog)
11509
11510 2005-06-10 [colin]      1.9.11cvs56
11511
11512         * src/imap.c
11513                 o A bit less debug
11514                 o Fix a crash on deletion
11515                 o Threadize imap_select (it's called outside of 
11516                   threads)
11517                 o Defer treatment of DELETED flags
11518
11519
11520 2005-06-09 [colin]      1.9.11cvs55
11521
11522         * src/imap.c
11523                 Make sure we check imap_gtk_should_override(), which
11524                 potentially calls gtk stuff, before creating thread.
11525                 That way it should't be called via imap_get_session()
11526                 inside a thread.
11527
11528 2005-06-09 [colin]      1.9.11cvs54
11529
11530         * src/imap.c
11531                 o add a bit of status output
11532                 o remove some dead code
11533                 o threadize get_list_of_uids
11534                 o threadize imap_get_flags
11535                 o defer flag changing by 500ms so that they
11536                   can be batched
11537
11538
11539 2005-06-08 [colin]      1.9.11cvs53
11540
11541         * src/imap.c
11542                 Thread-ize imap_cmd_fetch
11543
11544 2005-06-08 [colin]      1.9.11cvs52
11545
11546         * src/main.c
11547                 Mmh, that broke POP3...
11548
11549 2005-06-08 [colin]      1.9.11cvs51
11550
11551         * src/main.c
11552                 Stabilize IMAP patch (thanks to Hoa)
11553
11554 2005-06-08 [colin]      1.9.11cvs50
11555
11556         * src/imap.c
11557                 Test patch to speed up imap. 
11558
11559 2005-06-08 [colin]      1.9.11cvs49
11560
11561         * src/imap_gtk.c
11562                 Warning fix
11563         * src/procmime.c
11564                 Apply patch from gentoo to use /usr/share/mime/globs if 
11565                 available, after un-breaking it
11566         * src/common/log.c
11567         * src/common/log.h
11568                 Use g_timeout for invoking hooks that possibly use gtk
11569                 calls. This should leave gtk calls in the main thread.
11570
11571 2005-06-08 [paul]       1.9.11cvs48
11572
11573         * src/codeconv.c
11574                 conv_get_outgoing_charset_str(): don't
11575                 use prefs_common setting
11576         * src/compose.c
11577         * src/compose.h
11578                 add /Options/Character encoding/... to
11579                 temporarily change the outgoing encoding
11580
11581         (belated sync with main)
11582
11583 2005-06-08 [paul]       1.9.11cvs47
11584
11585         * src/compose.c
11586                 correction to/completion of last
11587                 sync with main
11588
11589 2005-06-08 [paul]       1.9.11cvs46
11590
11591         sync with main:
11592         
11593         * src/codeconv.c
11594         * src/codeconv.h
11595                 always enabled Japanese auto-detection
11596                 if the first letters of locale string
11597                 is "ja"
11598         * src/compose.c
11599                 don't use "destroy" signal to destroy
11600                 Compose object (fix rare crashes on discard?)
11601         * src/mainwindow.c
11602         * src/messageview.c
11603         * src/prefs_send.c
11604                 added Hebrew encodings
11605         * src/sourcewindow.c
11606                 don't use "destroy" signal to destroy
11607                 objects
11608
11609 2005-06-07 [colin]      1.9.11cvs45
11610
11611         * src/summaryview.c
11612                 Add missing unlocks/locks
11613
11614 2005-06-07 [paul]       1.9.11cvs44
11615
11616         * src/summaryview.c
11617                 restore bug #749 fix
11618
11619 2005-06-06 [colin]      1.9.11cvs43
11620
11621         * src/summaryview.c
11622                 Fix selection bug when prefs_common.open_unread 
11623                 is FALSE
11624
11625 2005-06-06 [colin]      1.9.11cvs42
11626
11627         * src/common/md5.c
11628                 Fix a warning
11629         * src/summaryview.c
11630         * src/folderview.c
11631                 Factorize long operations beginning and end
11632                 (locking, freezing/thawing, cursor, ...)
11633                 Check selection->data member in selection-
11634                 related loops; this avoids dying an awful
11635                 death if the selection changes on us while
11636                 we're marking a whole IMAP folder unread, 
11637                 for example.
11638
11639 2005-06-06 [paul]       1.9.11cvs41
11640
11641         * src/textview.c
11642                 don't g_free() a static gchar buffer
11643
11644 2005-06-05 [colin]      1.9.11cvs40
11645
11646         * src/mainwindow.c
11647         * src/messageview.c
11648         * src/summaryview.c
11649                 Fix bug #749 (Show all headers should be
11650                 sticky as the GUI suggests)
11651
11652 2005-06-03 [paul]       1.9.11cvs39
11653
11654         * src/compose.c
11655                 don't allow editing of mail while sending.
11656                 patch by Colin
11657
11658 2005-06-03 [paul]       1.9.11cvs38
11659
11660         * src/folderview.c
11661                 add a freeze/thaw to speed up 'mark all read'
11662
11663 2005-06-03 [paul]       1.9.11cvs37
11664
11665         * src/prefs_message.c
11666                 reflect changes immediately
11667
11668 2005-06-02 [colin]      1.9.11cvs36
11669
11670         * po/POTFILES.in
11671                 Patch by Fabien Vantard.
11672
11673 2005-06-02 [colin]      1.9.11cvs35
11674
11675         * src/imap.c
11676                 Use a non-blocking imap_getline() if possible.
11677                 This should completely prevent the interface
11678                 from freezin on imap operations, although it
11679                 may do strange stuff in case of folder switching
11680                 while a big imap operation is taking place...
11681
11682                 In addition, fix a leak in the case thread
11683                 creation fails on connection.
11684
11685 2005-06-02 [colin]      1.9.11cvs34
11686
11687         * src/crash.c
11688         * src/prefs_common.h
11689                 Fix build (prefs_common_init() doesn't exist
11690                 anymore)
11691
11692 2005-06-02 [colin]      1.9.11cvs33
11693
11694         * src/prefs_account.c
11695                 Fix bug #245 (filtering rules broken when
11696                 renaming a remote account (imap4 or nntp)
11697
11698 2005-06-02 [colin]      1.9.11cvs32
11699
11700         * src/imap.c
11701                 Try to fix IMAP shortcomings: 
11702                 o Multithread imap_open()
11703                 o allow offline-mode overriding instead of
11704                   just returning NULL
11705         * src/imap_gtk.c
11706         * src/imap_gtk.h
11707                 Add a function to ask whether we want to
11708                 override offline-mode for 10 minutes (one-shot
11709                 asking was painful)
11710         * src/procheader.c
11711                 Fix segfault when imap parser isn't happy about
11712                 a missing {
11713
11714 2005-06-01 [colin]      1.9.11cvs31
11715
11716         * src/addrharvest.c
11717         * src/compose.c
11718         * src/mbox.c
11719         * src/mbox.h
11720         * src/mh.c
11721         * src/msgcache.c
11722         * src/send_message.c
11723         * src/setup.c
11724         * src/undo.c
11725         * src/common/hooks.c
11726         * src/common/prefs.c
11727         * src/common/template.c
11728         * src/common/utils.c
11729         * src/gtk/gtkutils.c
11730         * src/gtk/inputdialog.c
11731         * src/gtk/menu.c
11732         * src/gtk/pluginwindow.c
11733         * src/gtk/prefswindow.c
11734         * src/plugins/pgpmime/passphrase.c
11735         * src/plugins/pgpmime/prefs_gpg.c
11736                 More -Wall fixes
11737
11738         * src/common/Makefile.am
11739         * src/common/timing.h
11740                 Add basic timing code
11741
11742         * src/summaryview.c
11743                 Fix a bug with unread messages when 
11744                 re-sorting folders, and by the way
11745                 fix a big performance hit when 
11746                 re-sorting (10k mails: before 5s,
11747                 after .5s)
11748
11749         * src/prefs_compose_writing.c
11750         * src/prefs_compose_writing.h
11751         * src/prefs_message.c
11752         * src/prefs_message.h
11753         * src/prefs_other.c
11754         * src/prefs_other.h
11755         * src/prefs_quote.c
11756         * src/prefs_quote.h
11757         * src/prefs_receive.c
11758         * src/prefs_receive.h
11759         * src/prefs_send.c
11760         * src/prefs_send.h
11761         * src/prefs_summaries.c
11762         * src/prefs_summaries.h
11763                 Fix copyright banner
11764
11765 2005-06-01 [paul]       1.9.11cvs30
11766
11767         * po/fi.po
11768                 updated by Flammie Pirinen
11769         * src/procmime.c
11770                 fix 'Bad BASE64 content' output
11771
11772 2005-05-31 [colin]      1.9.11cvs29
11773
11774         * src/procmime.c
11775                 Oops, where did my hunk go.
11776
11777 2005-05-31 [colin]      1.9.11cvs28
11778
11779         * src/Makefile.am
11780         * src/account.c
11781         * src/action.c
11782         * src/addr_compl.c
11783         * src/addressbook.c
11784         * src/codeconv.c
11785         * src/compose.c
11786         * src/export.c
11787         * src/folder.c
11788         * src/folderview.c
11789         * src/image_viewer.c
11790         * src/main.c
11791         * src/mainwindow.c
11792         * src/messageview.c
11793         * src/mimeview.c
11794         * src/msgcache.c
11795         * src/prefs_account.c
11796         * src/prefs_actions.c
11797         * src/prefs_common.c
11798         * src/prefs_compose_writing.c
11799         * src/prefs_customheader.c
11800         * src/prefs_ext_prog.c
11801         * src/prefs_filtering.c
11802         * src/prefs_filtering_action.c
11803         * src/prefs_fonts.c
11804         * src/prefs_image_viewer.c
11805         * src/prefs_message.c
11806         * src/prefs_message.h
11807         * src/prefs_msg_colors.c
11808         * src/prefs_other.c
11809         * src/prefs_other.h
11810         * src/prefs_quote.c
11811         * src/prefs_receive.c
11812         * src/prefs_receive.h
11813         * src/prefs_send.c
11814         * src/prefs_send.h
11815         * src/prefs_spelling.c
11816         * src/prefs_summaries.c
11817         * src/prefs_summary_column.c
11818         * src/prefs_template.c
11819         * src/prefs_themes.c
11820         * src/prefs_toolbar.c
11821         * src/prefs_wrapping.c
11822         * src/procmime.c
11823         * src/procmsg.c
11824         * src/send_message.h
11825         * src/ssl_manager.c
11826         * src/summary_search.c
11827         * src/summaryview.c
11828         * src/textview.c
11829         * src/wizard.c
11830         * src/common/smtp.c
11831         * src/common/smtp.h
11832         * src/gtk/gtkutils.h
11833                 o Move the rest of Common prefs to new style
11834                 o Lots of -Wall warning fixes
11835                 o fix FIXME in cache memusage calculation
11836                 o Let return receipts be sent from any account
11837                 o Little cache optimisation (read)
11838                 o Fix bug #746 (don't treat commas as separators
11839                   when inside a quoted string)
11840
11841 2005-05-31 [paul]       1.9.11cvs27
11842
11843         * src/prefs_common.c
11844                 fix 'off-by-one' typo
11845
11846 2005-05-31 [paul]       1.9.11cvs26
11847
11848         * src/account.c
11849         * src/addr_compl.c
11850         * src/compose.c
11851         * src/foldersel.c
11852         * src/prefs_actions.c
11853         * src/prefs_common.c
11854         * src/prefs_common.h
11855         * src/prefs_customheader.c
11856         * src/prefs_display_header.c
11857         * src/prefs_filtering.c
11858         * src/prefs_filtering_action.c
11859         * src/prefs_matcher.c
11860         * src/prefs_summaries.c
11861         * src/prefs_summary_column.c
11862         * src/prefs_template.c
11863         * src/prefs_toolbar.c
11864         * src/ssl_manager.c
11865         * src/gtk/pluginwindow.c
11866         * src/gtk/prefswindow.c
11867         * src/gtk/progressdialog.c
11868                 add hidden prefs 'enable_rules_hint'
11869                 for gtk_tree_view_set_rules_hint()
11870                 (sync with main)
11871                 
11872
11873 2005-05-31 [colin]      1.9.11cvs25
11874
11875         * src/Makefile.am
11876         * src/main.c
11877         * src/prefs_common.c
11878         * src/prefs_summaries.c ** ADDED **
11879         * src/prefs_summaries.h ** ADDED **
11880                 Common/Display -> Display/Summaries
11881
11882 2005-05-31 [colin]      1.9.11cvs24
11883
11884         * src/Makefile.am
11885         * src/main.c
11886         * src/prefs_quote.c ** ADDED **
11887         * src/prefs_quote.h ** ADDED **
11888                 Move Common/Quote to Compose/Quoting
11889         * src/prefs_common.c
11890         * src/prefs_common.h
11891                 Remove old quote stuff, add
11892                 convenience functions for GtkTextView prefs
11893         * src/gtk/prefswindow.c
11894                 Set default height higher
11895
11896 2005-05-30 [colin]      1.9.11cvs23
11897
11898         * src/Makefile.am
11899         * src/main.c
11900         * src/prefs_common.c
11901         * src/prefs_compose_writing.c ** ADDED **
11902         * src/prefs_compose_writing.h ** ADDED **
11903                 Move Common/Compose prefs to Compose/Writing
11904
11905 2005-05-30 [colin]      1.9.11cvs22
11906
11907         * src/common/utils.c
11908                 Fix bug #651 (Confused Attract by Subject)
11909                 Patch by M. Benkmann <haferfrost@web.de>
11910         * AUTHORS
11911
11912 2005-05-30 [colin]      1.9.11cvs21
11913
11914         * src/compose.c
11915                 Fix concatenation of different headers of
11916                 the same type (bug #645)
11917         * src/prefs_folder_item.c
11918                 Fix bug #699 (setting color to black doesn't
11919                 work immediately)
11920         * src/procmime.c
11921                 Print out decoding error only once per
11922                 block
11923
11924 2005-05-30 [paul]       1.9.11cvs20
11925
11926         * src/common/template.c
11927                 fix Bcc
11928
11929 2005-05-30 [paul]       1.9.11cvs19
11930
11931         * doc/src/rfc2368.txt   **NEW FILE**
11932         * src/compose.c
11933                 compose_entries_set(): don't interpret Bcc
11934                 header field (conform to RFC 2368)
11935                 (sync with main)
11936
11937 2005-05-29 [colin]      1.9.11cvs18
11938
11939         * src/prefs_common.c
11940                 Let the default reply format respect
11941                 netiquette by cutting the signature.
11942
11943 2005-05-29 [colin]      1.9.11cvs17
11944
11945         * src/summaryview.c
11946                 Don't let always_show_msg override
11947                 open_unread_on_enter when opening a new
11948                 directory.
11949
11950 2005-05-27 [paul]       1.9.11cvs16
11951
11952         sync with main:
11953
11954         * src/main.c
11955                 app_will_exit(): cleanup tmp directory when exit
11956         * src/message_search.c
11957                 improved the interface and made code cleanup.
11958                 removed Clear button
11959         * src/send_message.c
11960                 send_message_local(): use GSpawn, and detect errors
11961         * src/summary_search.c
11962                 improved the interface and made code cleanup
11963         * src/textview.c
11964                 textview_write_link(): also skip non-ascii space
11965                  at the head of link strings (phishing check
11966                  didn't work at the case)
11967         * src/common/utils.c
11968                 get_command_output(): use g_spawn_command_line_sync()
11969                 instead of popen()
11970
11971 2005-05-26 [colin]      1.9.11cvs15
11972
11973         * src/folder.c
11974                 remove printf
11975
11976 2005-05-26 [colin]      1.9.11cvs14
11977
11978         * src/common/nntp.c
11979                 Fix nntp mode reader (bug #611)
11980                 Patch by Florian Mickler <florian@mickler.org>
11981
11982 2005-05-26 [colin]      1.9.11cvs13
11983
11984         * src/plugins/pgpmime/passphrase.c
11985                 Fix mouse grabbing (bug #557)
11986
11987 2005-05-26 [colin]      1.9.11cvs12
11988
11989         * src/prefs_themes.c
11990                 Fix g_warning (bug #541)
11991
11992 2005-05-26 [colin]      1.9.11cvs11
11993
11994         * src/prefs_actions.c
11995         * src/prefs_template.c
11996                 Fix bug #506 (no warning if action/template
11997                 is not saved)
11998         * src/common/template.c
11999                 Fix a possible crash
12000
12001 2005-05-26 [colin]      1.9.11cvs10
12002
12003         * src/folder.c
12004         * src/folderview.c
12005         * src/procmsg.c
12006         * src/summaryview.c
12007                 Forbid locked messages to be moved or
12008                 deleted. Locked messages in trashes 
12009                 still get deleted, for performance
12010                 reason (mh.c::mh_remove_all_msgs)
12011
12012 2005-05-25 [colin]      1.9.11cvs9
12013
12014         * src/procmime.c
12015                 Use correct encoding when sending mails
12016                 with attachments that have accentued 
12017                 chars in their name
12018
12019 2005-05-24 [colin]      1.9.11cvs8
12020
12021         * src/summaryview.c
12022                 Fix bug #688 f) read/unread marker not
12023                 changed on first click
12024                 Also, optimize summary_status_show()
12025                 calls
12026         * src/folder.c
12027         * src/inc.c
12028         * src/procmime.c
12029                 Fix bug #688 b) and c) wrt message
12030                 attachments and signature
12031         * src/stock_pixmap.c
12032         * src/stock_pixmap.h
12033         * src/stock_pixmap.c
12034         * src/stock_pixmap.h
12035         * src/Makefile.am
12036         * src/pixmaps/clip_gpg_signed.xpm
12037                 Add clip/signed icon
12038
12039 2005-05-24 [colin]      1.9.11cvs7
12040
12041         * src/folder_item_prefs.c
12042                 whitespace fix
12043
12044 2005-05-24 [colin]      1.9.11cvs6
12045
12046         * src/folderview.c
12047         * src/prefs_common.c
12048         * src/prefs_common.h
12049                 Add a confirmation to folder drag and drop
12050                 fixes bug #156
12051         * src/alertpanel.c
12052         * src/alertpanel.h
12053                 fix _with_disable parameters so that
12054                 the buttons labels are specifiable too
12055         * src/plugins/pgpmime/sgpgme.c
12056                 reflect said change
12057                 
12058
12059 2005-05-24 [colin]      1.9.11cvs5
12060
12061         * src/folderview.c
12062                 Uncollapse/collapse folders on double-click
12063                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12064                 closes bug #108
12065
12066 2005-05-23 [colin]      1.9.11cvs4
12067
12068         * src/common/socket.c
12069                 Check another special SSL_peek() error.
12070                 Should help wrt bug #728
12071
12072 2005-05-23 [colin]      1.9.11cvs3
12073
12074         * src/plugins/pgpmime/pgpmime.c
12075                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12076                 breaking menu accelerators and stuff. Users will have to
12077                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12078                 account's privacy preferences if needed.
12079
12080 2005-05-22 [paul]
12081
12082         * tools/kdeservicemenu/install.sh
12083                 use kdesu to prompt for root password if doing
12084                 global install/uninstall
12085
12086 2005-05-20 [colin]      1.9.11cvs2
12087
12088         * src/procmsg.c
12089                 Fix another compilation error with gcc-2.9x
12090                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12091         * src/send_message.c
12092                 Don't send QUIT if we aren't connected
12093
12094 2005-05-19 [colin]      1.9.11cvs1
12095
12096         * src/procmsg.c
12097                 Fix compilation with gcc 2.9x
12098
12099 2005-05-19 [paul]       1.9.11
12100
12101         1.9.11 released
12102
12103 2005-05-19 [paul]       1.9.9cvs14
12104
12105         * src/gtk/inputdialog.c
12106                 prevent gettext warning
12107
12108 2005-05-19 [paul]       1.9.9cvs13
12109
12110         * src/mainwindow.c
12111         * src/prefs_common.c
12112         * src/prefs_common.h
12113         * src/textview.c
12114         * src/textview.h
12115                 add an option to toggle cursor in message
12116                 view (sync with main)
12117
12118 2005-05-18 [colin]      1.9.9cvs12
12119
12120         * src/compose.c
12121                 Dereference freed pointer
12122         * src/gtk/gtkaspell.c
12123                 Fix duplication of dictionaries (is it an aspell issue?)
12124
12125 2005-05-18 [colin]      1.9.9cvs11
12126
12127         * src/gtk/inputdialog.c
12128         * src/gtk/gtkaspell.c
12129                 HIGuify dialogs
12130         * src/alertpanel.c
12131                 Remove a double call
12132
12133 2005-05-17 [colin]      1.9.9cvs10
12134
12135         * src/gtk/gtkaspell.c
12136                 Fix dialogs, Ctrl-Enter accel
12137
12138 2005-05-17 [colin]      1.9.9cvs9
12139
12140         * src/gtk/gtkaspell.c
12141                 Fix some accelerators, escape in replace-window
12142
12143 2005-05-16 [colin]      1.9.9cvs8
12144
12145         * src/gtk/gtkaspell.c
12146                 Revert last commit, it was a mistake.
12147
12148 2005-05-16 [colin]      1.9.9cvs7
12149
12150         * src/gtk/gtkaspell.c
12151                 Remove buggy code while we're at it. It's a 
12152                 dead code path anyway.
12153
12154 2005-05-16 [colin]      1.9.9cvs6
12155
12156         * src/gtk/gtkaspell.c
12157                 Missed some gtk_menu_popup where deactivate
12158                 signal should be handled. Should fix bug
12159                 #629 a bit more.
12160
12161 2005-05-16 [colin]      1.9.9cvs5
12162
12163         * src/gtk/gtkaspell.c
12164                 Remove debug printf()s
12165
12166 2005-05-16 [colin]      1.9.9cvs4
12167
12168         * src/gtk/gtkaspell.c
12169                 Fix a bit aspell problems
12170                 (see bug #629)
12171
12172 2005-05-13 [colin]      1.9.9cvs3
12173
12174         * src/folderview.c
12175                 Fix the + appearing even when no subfolders
12176                 have unread messages. Thanks to wwp for the
12177                 bug report.
12178
12179 2005-05-11 [paul]       1.9.9cvs2
12180
12181         * src/folderview.c
12182                 correction to 1.9.9cvs1, only colour folders that
12183                 have new msgs (not unread msgs)
12184
12185 2005-05-10 [colin]      1.9.9cvs1
12186
12187         * src/folderview.c
12188         * src/summaryview.c
12189                 Try to fix bolding bugs again.
12190
12191 2005-05-09 [paul]
12192
12193         * tools/claws.i18n.status.pl
12194                 add Ricardo Mones Lastra's script that has been providing
12195                 the i18n status page for many months
12196
12197 2005-05-09 [paul]       1.9.9
12198
12199         1.9.9 release
12200
12201 2005-05-09 [paul]       1.9.6cvs58
12202
12203         * AUTHORS
12204         * INSTALL
12205         * README.claws
12206                 updated
12207         * Makefile.am 
12208         * RELEASE_NOTES.claws
12209                 add release notes to cvs to simplify release
12210                 procedure
12211         * configure.ac
12212                 add ca and fi to ALL_LINGUAS
12213         * po/Makefile.in.in
12214                 workaround for missing Makevars
12215         * po/ca.po
12216         * po/fi.po
12217                 add new Catalan and Finnish translations
12218                 submitted by Miquel Oliete and Flammie Pirinen
12219         * po/de.po
12220         * po/es.po
12221         * po/fr.po
12222         * po/it.po
12223         * po/pl.po
12224         * po/ru.po
12225         * po/sk.po
12226         * po/sr.po
12227         * po/zh_CN.po
12228                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12229                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12230                 Urke MMI, and Hansom Young
12231         * src/main.c
12232                 Fix drafting when quitting. compose_draft() closes the
12233                 compose windows, which modifies the compose_list GSList.
12234                 We have to refresh this list after echo drafting to avoid a
12235                 segfault
12236         * src/partial_download.c
12237                 fix segfault on exit
12238
12239 2005-05-06 [paul]       1.9.6cvs57
12240
12241         * src/grouplistdialog.c
12242                 quick fix/workaround for unresizeable newsgroup
12243                 name column 
12244
12245 2005-05-06 [paul]       1.9.6cvs56
12246
12247         * src/inc.c
12248         * src/mainwindow.c
12249                 use gettext plural forms
12250         * src/imap_gtk.c
12251         * src/mh_gtk.c
12252         * src/toolbar.c
12253                 small improvement to english usage
12254
12255 2005-05-05 [thorsten]   1.9.6cvs55
12256
12257         * src/folder.c
12258                 fix possible crash
12259
12260 2005-05-05 [paul]       1.9.6cvs54
12261         
12262         sync with HEAD
12263
12264         * AUTHORS
12265         * src/compose.c
12266                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12267                 patch by Tim Mann
12268
12269 2005-05-05 [paul]       1.9.6cvs53
12270
12271         * src/mainwindow.c
12272                 fix resizing of separate message and
12273                 folder views
12274
12275 2005-05-05 [paul]       1.9.6cvs52
12276
12277         * src/account.c
12278         * src/addrgather.c
12279         * src/browseldap.c
12280         * src/exphtmldlg.c
12281         * src/expldifdlg.c
12282         * src/importmutt.c
12283         * src/importpine.c
12284         * src/main.c
12285         * src/mainwindow.c
12286         * src/noticeview.c
12287         * src/prefs_filtering.c
12288         * src/prefs_filtering_action.c
12289         * src/prefs_matcher.c
12290         * src/prefs_spelling.c
12291         * src/prefs_toolbar.c
12292         * src/toolbar.c
12293         * src/wizard.c
12294         * src/gtk/description_window.c
12295         * src/gtk/gtkvscrollbutton.c
12296         * src/gtk/progressdialog.c
12297         * src/gtk/quicksearch.c
12298         * src/plugins/pgpmime/prefs_gpg.c
12299         * src/plugins/spamassassin/spamassassin_gtk.c
12300                 replace deprecated gtk_widget_set_usize
12301
12302 2005-05-04 [colin]      1.9.6cvs51
12303
12304         * src/common/utils.c
12305                 Fix crash when subst_for_filename is called
12306                 with a NULL parameter
12307
12308 2005-05-04 [colin]      1.9.6cvs50
12309
12310         * src/partial_download.c
12311         * src/pop.c
12312                 Escape login when writing uidl file
12313                 fixes bug #736
12314
12315 2005-05-03 [colin]      1.9.6cvs49
12316
12317         * src/procmime.c
12318                 Fix possible DOS in mime parser
12319                 (see bug #634)
12320
12321 2005-05-02 [colin]      1.9.6cvs48
12322
12323         * src/compose.c
12324                 Try to fix the copy/paste mess once again.
12325
12326
12327 2005-04-30 [colin]      1.9.6cvs47
12328
12329         * src/prefs_account.h
12330         * src/procmsg.c
12331         * src/send_message.c
12332         * src/common/smtp.c
12333         * src/common/smtp.h
12334                 Try to batch sending mails (per account) instead of
12335                 reconnecting to server every time.
12336
12337 2005-04-29 [colin]      1.9.6cvs46
12338
12339         * src/messageview.c
12340                 Fix window resizing that refused to size down
12341         * src/prefs_common.c
12342         * src/prefs_common.h
12343         * src/prefs_filtering.c
12344                 Save Filtering's window size
12345
12346 2005-04-21 [paul]       1.9.6cvs45
12347
12348         * ChangeLog-gtk2.claws
12349         * src/setup.c
12350                 correction to sync
12351
12352 2005-04-21 [paul]       1.9.6cvs44
12353
12354         sync with main:
12355
12356         * src/setup.c
12357         * src/statusbar.c
12358         * src/statusbar.h
12359                 use gtkut_widget_draw_now(). Improved performance
12360                 of the update of statusbar
12361         * src/textview.c
12362                 textview_smooth_scroll_do(): redraw it after scroll
12363                 is done (fixed incorrect display when a part of the
12364                 view is hidden).
12365         * src/gtk/gtkutils.c
12366         * src/gtk/gtkutils.h
12367                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12368                 to force update of widgets.
12369                 Removed gtkut_widget_wait_for_draw() which had a big
12370                 overhead  because of waiting for all events processed 
12371
12372 2005-04-20 [paul]       1.9.6cvs43
12373
12374         * src/codeconv.c
12375                 complete 1.9.6cvs42's sync:
12376                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12377
12378 2005-04-19 [paul]       1.9.6cvs42
12379
12380         sync with main:
12381
12382         * src/action.c
12383                 catch_output(): correctly select the insert text
12384                 (fix invalid iterator warnings).
12385         * src/codeconv.c
12386         * src/codeconv.h
12387         * src/mainwindow.c
12388         * src/messageview.c
12389         * src/prefs_common.c
12390                 support GBK encoding.
12391         * src/common/session.c
12392         * src/common/session.h
12393                 use separate buffer for large data to be sent,
12394                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12395
12396 2005-04-18 [paul]       1.9.6cvs41
12397
12398         * src/jpilot.c
12399                 convert unsigned long into guint32
12400                 patch by Paul LeoNerd Evans 
12401
12402 2005-04-17 [colin]      1.9.6cvs40
12403
12404         * src/compose.c
12405                 Fix 'Request return receipt' from folder
12406                 properties (bug #708)
12407
12408 2005-04-17 [colin]      1.9.6cvs39
12409
12410         * src/mainwindow.c
12411                 Fix duplicate hotkeys in Mainwindow's menu
12412
12413 2005-04-17 [colin]      1.9.6cvs38
12414
12415         * src/folderview.c
12416                 Fix duplicate hotkeys in Folderview's contextual
12417                 menu
12418
12419 2005-04-15 [colin]      1.9.6cvs37
12420
12421         * src/summaryview.c
12422                 Fix 'Save as...' with non-ascii filenames
12423
12424 2005-04-15 [colin]      1.9.6cvs36
12425
12426         * src/plugins/pgpmime/pgpmime.c
12427                 Fix bus error on 64bit. Spotted by 
12428                 macallan1888@gmail.com
12429
12430 2005-04-15 [colin]      1.9.6cvs35
12431
12432         * src/prefs_account.c
12433                 Fix cvs34.
12434
12435 2005-04-12 [colin]      1.9.6cvs34
12436
12437         * src/prefs_account.c
12438                 Fix smtp auth type off-by-one. We forgot to
12439                 add PLAIN in the prefs-to-gui setter func and
12440                 as a result, the selected auth when opening
12441                 account prefs was not the correct one.
12442
12443 2005-04-12 [paul]       1.9.6cvs33
12444
12445         * src/inc.c
12446                 if the recv dialog is visible, Cancel only
12447                 cancels the current account
12448
12449
12450 2005-04-10 [colin]      1.9.6cvs32
12451
12452         * src/filtering.c
12453                 Copy score when copying FilteringActions
12454                 Fix bug #674
12455
12456 2005-04-10 [colin]      1.9.6cvs31
12457
12458         * src/inc.c
12459                 Make Message -> Receive -> Cancel cancel 
12460                 incorporation on all accounts. Fixes
12461                 bug #693
12462
12463 2005-04-10 [colin]      1.9.6cvs30
12464
12465         * src/prefs_account.c
12466                 Update Privacy checkbuttons status based
12467                 on the selected privacy system
12468         * src/compose.c
12469                 Always connect the "None" privacy system; the
12470                 static boolean was probably there to avoid
12471                 reconnecting twice in the same compose window,
12472                 but as the parent function is only called once
12473                 per compose, it's only a bug - as a static is
12474                 initialized once per application instance.
12475                 Also, don't uncheck Sign and Encrypt when
12476                 selecting None as privacy system; just ignore
12477                 them when sending/queuing.
12478                 Should fix bug #695
12479
12480 2005-04-08 [colin]      1.9.6cvs29
12481
12482         * src/account.c
12483         * src/prefs_account.c
12484         * src/prefs_account.h
12485                 Add account preference to queue message in a certain
12486                 folder.
12487
12488 2005-04-06 [colin]      1.9.6cvs28
12489
12490         * src/prefs_account.c
12491                 Update old inbox path syntax
12492
12493 2005-04-06 [paul]       1.9.6cvs27
12494
12495         sync with main:
12496
12497         * configure.ac
12498                 changed -traditional-cpp to -no-cpp-precomp for newer
12499                 Mac OS X support
12500         * src/foldersel.c
12501                 made column resize automatically
12502         * src/send_message.c
12503                 send_message_smtp(): consider EOF right after QUIT
12504                 successful (workaround for Gmail SMTP server)
12505         * src/common/socket.c
12506                 ssl_read(), ssl_peek(): check EOF which violates the
12507                 SSL protocol
12508         * src/gtk/colorlabel.c
12509                 removed warnings when displaying colorlabel menu
12510                 (don't use GtkAlignment)
12511
12512 2005-04-05 [paul]       1.9.6cvs26
12513
12514         * src/plugins/trayicon/trayicon.c
12515                 fix clipping of icon under KDE3 
12516
12517 2005-04-05 [paul]       1.9.6cvs25
12518
12519         * src/summaryview.c
12520                 hide display of threading
12521                 patch by Alfons
12522
12523 2005-04-04 [thorsten]   1.9.6cvs24
12524
12525         * src/mh.c
12526                 marks lost on filesystems with different stat() results on
12527                 summer-/wintertime
12528
12529 2005-04-03 [colin]      1.9.6cvs23
12530
12531         * src/summaryview.c
12532                 Don't handle up/down. Patch by Alfons
12533
12534 2005-04-02 [colin]      1.9.6cvs22
12535
12536         * src/summaryview.c
12537                 Make scrolling faster. Patch by Alfons.
12538
12539 2005-04-01 [colin]      1.9.6cvs21
12540
12541         * src/Makefile.am
12542         * src/stock_pixmap.c
12543         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12544         * src/pixmaps/dir_noselect.xpm ** ADDED **
12545                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12546
12547 2005-04-01 [colin]      1.9.6cvs20
12548
12549         * src/image_viewer.c
12550         * src/image_viewer.h
12551         * src/procmime.c
12552         * src/procmime.h
12553         * src/textview.c
12554         * src/textview.h
12555                 Implement inline image resizing and right-clicking
12556
12557 2005-04-01 [paul]       1.9.6cvs19
12558
12559         * AUTHORS
12560         * Makefile.am
12561         * configure.ac
12562                 check for gnome2
12563                 patch by Luca Cavalli <loopback<AT>slackit.org>
12564         * po/ru.po
12565                 updated by Pavlo Bohmat
12566
12567 2005-03-31 [colin]      1.9.6cvs18
12568
12569         * src/news.c
12570                 Fix parsing references
12571         * src/msgcache.c
12572                 don't put nulls in the references list
12573         * src/procheader.c
12574                 commit that forgotten file in 1.9.6cvs14
12575
12576 2005-03-31 [colin]      1.9.6cvs17
12577
12578         * src/compose.c
12579                 Fix joining of signature separator again. 
12580                 Maybe Hiro could put it in main too...
12581
12582 2005-03-31 [colin]      1.9.6cvs16
12583
12584         * src/Makefile.am
12585         * src/foldersel.c
12586         * src/stock_pixmap.c
12587         * src/stock_pixmap.h
12588         * src/pixmaps/dir-noselect.xpm
12589                 Update foldersel.c (sync from main, patch by Alfons)
12590
12591 2005-03-30 [colin]      1.9.6cvs15
12592
12593         * src/imap.c
12594                 Fix handling of imap folders containing [] in 
12595                 their name. Thanks to Nahuel Angelinetti for
12596                 the detailed bugreport.
12597
12598 2005-03-30 [colin]      1.9.6cvs14
12599
12600         * src/common/utils.h
12601         * src/common/utils.c
12602         * src/common/defs.h
12603         * src/matcher.c
12604         * src/msgcache.c
12605         * src/news.c
12606         * src/procmsg.c
12607         * src/procmsg.h
12608         * src/quote_fmt_parse.y
12609         * src/summaryview.c
12610                 Update references system. Patch by Alfons
12611
12612 2005-03-30 [colin]      1.9.6cvs13
12613
12614         * src/common/socket.c
12615                 Force the glibc to read resolv.conf again when 
12616                 it has changed. Should fix issues when changing
12617                 networks on a laptop and not restarting sylpheed. 
12618
12619 2005-03-30 [paul]       1.9.6cvs12
12620
12621         partial sync with main:
12622
12623         * src/action.c
12624                 create_io_dialog(): use user-defined text font
12625                 (thanks to Alfons), and modified its appearance.
12626         * src/addrgather.c
12627         * src/addrharvest.c
12628         * src/browseldap.c
12629                 replace old code
12630         * src/compose.c
12631                 don't join (presumably) itemized lines on line-wrapping
12632                 fixed wrapping of quote when auto-wrapping is enabled
12633                 compose_destroy(): destroy paned only if it's not
12634                 attached to window. Fixed memory leak of popup menu.
12635         * src/exphtmldlg.c
12636         * src/expldifdlg.c
12637                 replace old code
12638         * src/html.c
12639         * src/html.h
12640         * src/importmutt.c
12641         * src/importpine.c
12642                 replace old code
12643         * src/main.c
12644                 removed redundant code
12645         * src/mainwindow.c
12646                 changed 'Code set' (which is rather incorrect)
12647                 in the menu to 'Character encoding'
12648                 main_window_set_widgets(): request size first
12649                 to prevent window size becoming wrong
12650                 fixed remembering of the state of the visibility
12651                 of MessageView
12652         * src/messageview.c
12653                 changed 'Code set' (which is rather incorrect)
12654                 in the menu to 'Character encoding'
12655         * src/prefs_common.c
12656         * src/prefs_common.h
12657                 added an option whether to render HTML as text or not
12658                 added separators to outgoing encoding menu
12659         * src/procheader.c
12660                 procheader_scan_date_string(): support header
12661                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12662         * src/summaryview.c
12663         * src/summaryview.h
12664                 minor code cleanup
12665         * src/textview.c
12666                 textview_show_html(): force output of newline
12667                 added an option whether to render HTML as text or not
12668         * src/common/utils.c
12669                 strncpy2(): optimized based on Alfons' code
12670         * src/gtk/gtkutils.c
12671         * src/gtk/gtkutils.h
12672                 removed non-used code
12673         * src/plugins/pgpmime/passphrase.c
12674                 partially fixed grab input of passphrase dialog
12675                 Confine pointer to window
12676
12677 2005-03-30 [colin]      1.9.6cvs11
12678
12679         * src/msgcache.c
12680         * src/msgcache.h
12681                 Read/write 32bit ints from cache & marks
12682                 From main.
12683
12684 2005-03-29 [paul]       1.9.6cvs10
12685
12686         * AUTHORS
12687         * ChangeLog.claws
12688         * src/compose.c
12689         * src/gtk/gtkaspell.c
12690                 sync with HEAD (don't pass NULL pointers) 
12691
12692 2005-03-24 [paul]
12693
12694         * tools/Makefile.am
12695         * tools/README
12696         * tools/acroread2sylpheed.pl
12697                 sync with HEAD (add script to send pdfs as
12698                 attachments from Adobe Reader 7)
12699
12700 2005-03-21 [paul]       1.9.6cvs9
12701
12702         * configure.ac
12703         * po/POTFILES.in
12704         * src/Makefile.am
12705         * src/crash.c
12706         * src/image_viewer.c ** ADDED **
12707         * src/image_viewer.h ** ADDED **
12708         * src/main.c
12709         * src/prefs_common.c
12710         * src/prefs_common.h
12711         * src/prefs_image_viewer.c ** ADDED **
12712         * src/prefs_image_viewer.h ** ADDED **
12713         * src/textview.c
12714         * src/gtk/about.c
12715         * src/pixmaps/sylpheed_logo.xpm
12716         * src/plugins/Makefile.am
12717         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12718         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12719         * src/plugins/image_viewer/plugin.c ** REMOVED **
12720         * src/plugins/image_viewer/viewer.c ** REMOVED **
12721         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12722         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12723         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12724         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12725         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12726                 as gdk-pixbuf is now built-in
12727                 remove image_viewer plugin and put code back into
12728                 main codebase
12729                 implement inline image display (sync with main)
12730
12731                 replace logo with newer, nicer, larger version  
12732
12733 2005-03-21 [paul]       1.9.6cvs8
12734
12735         * src/gtk/about.c
12736                 cosmetic improvement
12737
12738 2005-03-21 [holger]     1.9.6cvs7
12739
12740         * src/plugins/spamassassin/spamassassin.c
12741                 Sync with HEAD
12742                 (unregister hook on failed plugin init)
12743
12744 2005-03-20 [colin]      1.9.6cvs6
12745
12746         * src/common/plugin.c
12747                 Check that plugin isn't already loaded
12748                 Patch by Alfons
12749
12750 2005-03-20 [thorsten]   1.9.6cvs5
12751
12752         * src/compose.c
12753                 use a more compatible syntax
12754
12755 2005-03-20 [thorsten]   1.9.6cvs4
12756
12757         * src/prefs_toolbar.c
12758                 fix crash when selecting toolbar item (uninitialized pointer)
12759
12760 2005-03-20 [thorsten]   1.9.6cvs3
12761
12762         * src/procmime.c
12763                 fix mimetype detection (referenced free()d string)
12764
12765 2005-03-20 [paul]       1.9.6cvs2
12766
12767         * src/compose.c
12768                 sync with HEAD (1.0.3cvs5)
12769                 neglect Reply-To header if empty
12770                 Patch by Alfons 
12771
12772 2005-03-19 [holger]     1.9.6cvs1
12773
12774         * src/summaryview.c
12775         * src/summaryview.h
12776                 Sync with HEAD
12777
12778 2005-03-18 [paul]       1.9.6
12779
12780         initial GTK2 release
12781
12782 2005-03-18 [paul]       1.0.3cvs3.1
12783
12784         * AUTHORS
12785         * ChangeLog.claws
12786         * configure.ac
12787         * src/gtk/about.c
12788         * src/pixmaps/sylpheed_logo.xpm
12789                 sync with HEAD
12790
12791 2005-03-18 [colin]      1.0.3cvs2.6
12792
12793         * src/summaryview.c
12794                 Remove call to summary_step in summary_copy_selected_to
12795                 Can't see its purpose, and this causes bug when copying
12796                 a message if the next one is unread: it reads it.
12797
12798 2005-03-18 [paul]       1.0.3cvs2.5
12799
12800         * src/foldersel.c
12801                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12802
12803 2005-03-18 [paul]       1.0.3cvs2.4
12804
12805         * src/addrharvest.c
12806         * src/codeconv.c
12807         * src/codeconv.h
12808         * src/compose.c
12809         * src/news.c
12810         * src/procheader.c
12811         * src/procmime.c
12812         * src/unmime.c
12813         * src/unmime.h
12814                 fix buffer overflow, CAN-2005-0667, see
12815                 http://secunia.com/advisories/14491/
12816                 Patch by Alfons
12817
12818 2005-03-17 [colin]      1.0.3cvs2.3
12819
12820         * src/prefs_fonts.c
12821         * src/summaryview.c
12822                 Fix font bugs (both lists now officialy share 
12823                 the same font)
12824                 
12825
12826 2005-03-17 [paul]       1.0.3cvs2.2
12827
12828         * src/gtk/pluginwindow.c
12829                 make plugin descriptions uneditable
12830
12831 2005-03-11 [paul]       1.0.3cvs2.1
12832
12833         * ChangeLog.claws
12834         * configure.ac
12835         * po/POTFILES.in
12836         * src/plugins/trayicon/trayicon.c
12837                 sync with HEAD
12838                 add src/wizard.c to POTFILES.in
12839
12840 2005-03-11 [paul]       1.0.3cvs1.1
12841
12842         * ChangeLog
12843         * ChangeLog.claws
12844         * configure.ac
12845         * po/de.po
12846         * po/es.po
12847         * po/fr.po
12848         * po/it.po
12849         * po/pt_BR.po
12850         * po/ru.po
12851         * po/sk.po
12852         * po/sr.po
12853         * po/zh_CN.po
12854                 sync with HEAD
12855
12856 2005-03-04 [colin]      1.0.1cvs22.2
12857
12858         * src/compose.c
12859                 Fix signatures with accentued chars in it
12860
12861 2005-03-04 [colin]      1.0.1cvs22.1
12862
12863         * src/common/smtp.c
12864         * src/common/smtp.h
12865                 Don't use SIZE param in MAIL FROM: if server 
12866                 doesn't support it. Patch by Eugen Freiter
12867                 <eugen_f@users.sf.net>
12868
12869 2005-02-27 [paul]       1.0.1cvs20.1
12870
12871         * ChangeLog.claws
12872         * configure.ac
12873         * src/messageview.c
12874                 sync with HEAD
12875
12876 2005-02-27 [colin]      1.0.1cvs19.4
12877
12878         * src/procheader.c
12879         * src/procheader.h
12880                 Fix prototypes. Patch by Alfons
12881
12882 2005-02-27 [colin]      1.0.1cvs19.3
12883
12884         * src/compose.c
12885                 Don't auto-join the signature separator.
12886
12887 2005-02-26 [colin]      1.0.1cvs19.2
12888
12889         * src/summaryview.c
12890                 Fix 'mark all read' with collapsed threads.
12891                 Patch by Alfons.
12892
12893 2005-02-25 [paul]       1.0.1cvs19.1
12894
12895         * ChangeLog.claws
12896         * configure.ac
12897         * src/prefs_account.c
12898         * src/prefs_folder_item.c
12899         * src/gtk/prefswindow.c
12900         * src/gtk/prefswindow.h
12901                 sync with HEAD
12902
12903 2005-02-25 [paul]       1.0.1cvs15.12
12904
12905         * src/alertpanel.c
12906         * src/codeconv.c
12907         * src/compose.c
12908         * src/textview.c
12909         * src/gtk/gtkutils.c
12910         * src/gtk/gtkutils.h
12911         * src/gtk/logwindow.c
12912         * src/gtk/progressdialog.c
12913                 sync with main (revision 127)
12914                 and fix logwindow clipping
12915
12916 2005-02-24 [colin]      1.0.1cvs15.11
12917
12918         * src/plugins/pgpmime/passphrase.c
12919                 Disable input grabbing; it doesn't work yet.
12920
12921 2005-02-24 [colin]      1.0.1cvs15.10
12922
12923         * src/messageview.c
12924                 Don't send out receipts if offline. Ask.
12925
12926 2005-02-23 [colin]      1.0.1cvs15.9
12927
12928         * src/summaryview.c     
12929                 Fix expanding
12930
12931 2005-02-23 [colin]      1.0.1cvs15.8
12932
12933         * src/summaryview.c
12934                 Really fix Bug 568 by removing useless
12935                 calls. summary_thread_init() now called
12936                 in summary_sort(). This should please
12937                 Alfons as it should be faster than 
12938                 previously.
12939
12940 2005-02-23 [colin]      1.0.1cvs15.7
12941
12942         * src/compose.c
12943                 Encode parts as QP or B64 if signing
12944
12945 2005-02-23 [colin]      1.0.1cvs15.6
12946
12947         * src/compose.c
12948                 Fix Mimeinfo leakage (including tmp files)
12949         * src/procmsg.c
12950                 Fix tmp file leakage (spotted by Ivan Rayner)
12951
12952 2005-02-22 [colin]      1.0.1cvs15.5
12953
12954         * src/expldifdlg.c
12955                 Fix keyboard input. Patch by Alfons.
12956
12957 2005-02-21 [colin]      1.0.1cvs15.4
12958
12959         * src/compose.c
12960                 Fix Sign/Encrypt when unselecting privacy
12961                 system
12962         * src/prefs_common.c
12963                 Change default message font to Monospace
12964         * src/summaryview.c
12965                 More freezing during potentially large operations
12966
12967 2005-02-21 [paul]       1.0.1cvs15.3
12968
12969         * src/main.c
12970                 fix --help output
12971
12972 2005-02-21 [paul]       1.0.1cvs15.2
12973
12974         * po/Makefile.in.in
12975         * src/compose.c
12976         * src/summaryview.c
12977         * src/textview.c
12978         * src/common/utils.c
12979         * src/common/utils.h
12980                 sync with main (revision 117)
12981
12982 2005-02-20 [colin]      1.0.1cvs15.1
12983
12984         * src/common/defs.h
12985                 Change cache file to .sylpheed_claws_cache, as
12986                 suggested by Alfons. Allows people to switch
12987                 between Sylpheed and Sylpheed-Claws. it is
12988                 a good idea to "Check for new messages" at next
12989                 startup.
12990
12991
12992 2005-02-18 [colin]      1.0.1cvs14.1
12993
12994         * src/quote_fmt_lex.l
12995         * src/quote_fmt_parse.y
12996                 Fix parser initialisation. Patch by Ivan.
12997
12998 2005-02-18 [colin]      1.0.1cvs11.6
12999
13000         * src/folderview.c
13001                 Fix scrolldown (bug 662)
13002
13003 2005-02-17 [colin]      1.0.1cvs11.5
13004
13005         * src/codeconv.c
13006                 conv_filename_to_utf8: return clean 7bit instead
13007                 of broken utf8 if needed
13008         * src/mimeview.c
13009                 Fix display of parts with unclean 8bit names
13010
13011 2005-02-17 [paul]       1.0.1cvs11.4
13012
13013         * src/compose.c
13014         * src/exportldif.c
13015         * src/matcher_parser_parse.y
13016         * src/procmime.c
13017         * src/sourcewindow.c
13018         * src/common/Makefile.am
13019         * src/common/intl.h             ** REMOVED **
13020         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13021                 sync with main (revision 109)
13022                 and clean up
13023
13024 2005-02-16 [colin]      1.0.1cvs11.3
13025
13026         * src/summaryview.c
13027                 Fix collapsed thread not highlighting when new
13028                 messages in it (Bug 568) Patch by Stephan Sachse.
13029                 Fix messed up selection when reaching bounds (Bug 632)
13030         * src/prefs_themes.c
13031                 Fix theme installing (Bug 684)
13032
13033 2005-02-16 [colin]      1.0.1cvs11.2
13034
13035         * src/messageview.c
13036                 Fix messageview_select_all
13037
13038 2005-02-16 [colin]      1.0.1cvs11.1
13039
13040         * src/mh.c
13041                 Sync with HEAD (MH scan required function)
13042
13043 2005-02-15 [colin]      1.0.1cvs8.1
13044
13045         * src/mimeview.c
13046         * src/common/utils.c
13047                 Sync with HEAD (filename chars substitution)
13048
13049 2005-02-15 [colin]      1.0.1cvs7.3
13050
13051         * src/gtk/pluginwindow.c
13052                 Fix button spacing
13053
13054 2005-02-15 [colin]      1.0.1cvs7.2
13055
13056         * src/mimeview.c
13057                 Fix mime icons not reset across message when
13058                 scrolled down
13059
13060 2005-02-15 [colin]      1.0.1cvs7.1
13061
13062         * src/compose.c
13063         * src/procmime.c
13064                 Sync with HEAD (optimisation of cvs6)
13065
13066 2005-02-14 [colin]      1.0.1cvs6.1
13067
13068         * src/compose.c
13069         * src/procmime.c
13070                 Sync with HEAD (encode "From " at line beginning)
13071
13072 2005-02-14 [colin]      1.0.1cvs5.3
13073
13074         * src/compose.c
13075                 Fix wrapping with accentued chars.
13076
13077 2005-02-13 [colin]      1.0.1cvs5.2
13078
13079         * src/textview.c
13080                 Fix email informative part parsing with
13081                 accentued chars in it. ispunct() returns
13082                 true for them in utf8...
13083
13084 2005-02-12 [colin]      1.0.1cvs5.1
13085
13086         * src/filtering.c
13087                 Sync with HEAD (remove wrong use of compose after send)
13088
13089 2005-02-12 [paul]       1.0.1cvs4.5
13090
13091         * src/textview.c
13092                 remove unnecessary code (thanks to Alfons)
13093
13094 2005-02-12 [paul]       1.0.1cvs4.4
13095
13096         * src/textview.c
13097                 add 'Copy' to contextual menu on emails
13098
13099 2005-02-11 [colin]      1.0.1cvs4.3
13100
13101         * src/compose.c
13102                 revert 1.0.0cvs28.2, it doesn't work that well.
13103
13104 2005-02-11 [paul]       1.0.1cvs4.2
13105
13106         * po/Makefile.in.in
13107                 fix 'make release'
13108
13109 2005-02-10 [paul]       1.0.1cvs4.1
13110
13111         * ChangeLog
13112         * ChangeLog.claws
13113         * ChangeLog.jp
13114         * configure.ac
13115         * src/compose.c
13116                 sync with HEAD (sync with main)
13117
13118 2005-02-10 [paul]       1.0.1cvs3.2
13119
13120         * AUTHORS
13121         * Makefile.am
13122         * autogen.sh
13123         * configure.ac
13124         * config/mkinstalldirs
13125         * intl/.cvsignore
13126         * intl/ChangeLog
13127         * intl/VERSION
13128         * intl/bindtextdom.c
13129         * intl/config.charset
13130         * intl/dcgettext.c
13131         * intl/dcigettext.c
13132         * intl/dcngettext.c
13133         * intl/dgettext.c
13134         * intl/dngettext.c
13135         * intl/eval-plural.h
13136         * intl/explodename.c
13137         * intl/finddomain.c
13138         * intl/gettext.c
13139         * intl/gettextP.h
13140         * intl/gmo.h
13141         * intl/hash-string.h
13142         * intl/intl-compat.c
13143         * intl/l10nflist.c
13144         * intl/libgnuintl.h.in
13145         * intl/loadinfo.h
13146         * intl/loadmsgcat.c
13147         * intl/localcharset.c
13148         * intl/localcharset.h
13149         * intl/locale.alias
13150         * intl/localealias.c
13151         * intl/localename.c
13152         * intl/log.c
13153         * intl/ngettext.c
13154         * intl/os2compat.c
13155         * intl/os2compat.h
13156         * intl/osdep.c
13157         * intl/plural-exp.c
13158         * intl/plural-exp.h
13159         * intl/plural.c
13160         * intl/plural.y
13161         * intl/ref-add.sin
13162         * intl/ref-del.sin
13163         * intl/relocatable.c
13164         * intl/relocatable.h
13165         * intl/textdomain.c
13166         * m4/Makefile.am
13167         * po/Makefile.in.in
13168         * src/Makefile.am
13169         * src/account.c
13170         * src/action.c
13171         * src/addr_compl.c
13172         * src/addressadd.c
13173         * src/addressbook.c
13174         * src/addrgather.c
13175         * src/addrindex.c
13176         * src/alertpanel.c
13177         * src/browseldap.c
13178         * src/codeconv.c
13179         * src/codeconv.h
13180         * src/compose.c
13181         * src/compose.h
13182         * src/crash.c
13183         * src/editaddress.c
13184         * src/editbook.c
13185         * src/editgroup.c
13186         * src/editjpilot.c
13187         * src/editldap.c
13188         * src/editldap_basedn.c
13189         * src/editvcard.c
13190         * src/exphtmldlg.c
13191         * src/expldifdlg.c
13192         * src/export.c
13193         * src/exporthtml.c
13194         * src/filtering.c
13195         * src/folder.c
13196         * src/folder_item_prefs.c
13197         * src/foldersel.c
13198         * src/folderview.c
13199         * src/grouplistdialog.c
13200         * src/headerview.c
13201         * src/imap.c
13202         * src/imap_gtk.c
13203         * src/import.c
13204         * src/importldif.c
13205         * src/importmutt.c
13206         * src/importpine.c
13207         * src/inc.c
13208         * src/ldif.c
13209         * src/main.c
13210         * src/mainwindow.c
13211         * src/matcher.c
13212         * src/mbox.c
13213         * src/message_search.c
13214         * src/messageview.c
13215         * src/mh.c
13216         * src/mh_gtk.c
13217         * src/mimeview.c
13218         * src/msgcache.c
13219         * src/news.c
13220         * src/news_gtk.c
13221         * src/noticeview.c
13222         * src/partial_download.c
13223         * src/pop.c
13224         * src/prefs_account.c
13225         * src/prefs_actions.c
13226         * src/prefs_common.c
13227         * src/prefs_customheader.c
13228         * src/prefs_display_header.c
13229         * src/prefs_ext_prog.c
13230         * src/prefs_filtering.c
13231         * src/prefs_filtering_action.c
13232         * src/prefs_folder_item.c
13233         * src/prefs_fonts.c
13234         * src/prefs_gtk.c
13235         * src/prefs_matcher.c
13236         * src/prefs_msg_colors.c
13237         * src/prefs_spelling.c
13238         * src/prefs_summary_column.c
13239         * src/prefs_template.c
13240         * src/prefs_themes.c
13241         * src/prefs_toolbar.c
13242         * src/prefs_wrapping.c
13243         * src/privacy.c
13244         * src/procheader.c
13245         * src/procmime.c
13246         * src/procmsg.c
13247         * src/quote_fmt.c
13248         * src/recv.c
13249         * src/send_message.c
13250         * src/setup.c
13251         * src/sourcewindow.c
13252         * src/ssl_manager.c
13253         * src/statusbar.c
13254         * src/summary_search.c
13255         * src/summaryview.c
13256         * src/textview.c
13257         * src/toolbar.c
13258         * src/wizard.c
13259         * src/common/nntp.c
13260         * src/common/plugin.c
13261         * src/common/smtp.c
13262         * src/common/ssl.c
13263         * src/common/ssl_certificate.c
13264         * src/common/string_match.c
13265         * src/common/sylpheed.c
13266         * src/common/template.c
13267         * src/common/utils.c
13268         * src/gtk/about.c
13269         * src/gtk/colorlabel.c
13270         * src/gtk/description_window.c
13271         * src/gtk/filesel.c
13272         * src/gtk/foldersort.c
13273         * src/gtk/gtkaspell.c
13274         * src/gtk/gtkutils.c
13275         * src/gtk/inputdialog.c
13276         * src/gtk/logwindow.c
13277         * src/gtk/menu.c
13278         * src/gtk/pluginwindow.c
13279         * src/gtk/prefswindow.c
13280         * src/gtk/progressdialog.c
13281         * src/gtk/quicksearch.c
13282         * src/gtk/sslcertwindow.c
13283         * src/plugins/clamav/clamav_plugin.c
13284         * src/plugins/clamav/clamav_plugin_gtk.c
13285         * src/plugins/demo/demo.c
13286         * src/plugins/dillo_viewer/dillo_prefs.c
13287         * src/plugins/dillo_viewer/dillo_viewer.c
13288         * src/plugins/image_viewer/plugin.c
13289         * src/plugins/image_viewer/viewer.c
13290         * src/plugins/image_viewer/viewerprefs.c
13291         * src/plugins/mathml_viewer/mathml_viewer.c
13292         * src/plugins/pgpmime/passphrase.c
13293         * src/plugins/pgpmime/plugin.c
13294         * src/plugins/pgpmime/prefs_gpg.c
13295         * src/plugins/pgpmime/select-keys.c
13296         * src/plugins/pgpmime/sgpgme.c
13297         * src/plugins/spamassassin/spamassassin.c
13298         * src/plugins/spamassassin/spamassassin_gtk.c
13299         * src/plugins/trayicon/trayicon.c
13300                 sync with main (revision 104)
13301
13302 2005-02-10 [colin]      1.0.1cvs3.1
13303
13304         * src/mainwindow.c
13305                 Sync with HEAD (fix occasional crasher)
13306
13307 2005-02-10 [colin]      1.0.1cvs2.1
13308
13309         * src/messageview.c
13310                 Synw with HEAD (don't automatically display html)
13311
13312 2005-02-09 [colin]      1.0.1cvs1.3
13313
13314         * src/textview.c
13315         * src/textview.h
13316                 Add contextual menu on emails
13317
13318 2005-02-09 [colin]      1.0.1cvs1.2
13319
13320         * src/codeconv.c
13321                 Fix converting from broken headers and 
13322                 put back the _ in missing places
13323                 (feature broke with cvs24.2 sync, main 
13324                  possibly affected?)
13325
13326 2005-02-09 [colin]      1.0.1cvs1.1
13327
13328         * src/messageview.c
13329         * src/mimeview.c
13330         * src/mimeview.h
13331                 Sync with HEAD (display non text/plain mails with plugin)
13332
13333 2005-02-08 [colin]      1.0.1.1
13334
13335         * ChangeLog.claws
13336         * po/pt_BR.po
13337                 Sync with HEAD
13338         * configure.ac
13339                 Make default configuration directory 
13340                 be .sylpheed-gtk2
13341
13342 2005-02-08 [colin]      1.0.0cvs29.1
13343
13344         * po/de.po
13345         * po/es.po
13346         * po/fr.po
13347         * po/it.po
13348         * po/sk.po
13349         * po/sr.po
13350                 Sync translations with HEAD
13351
13352 2005-02-06 [colin]      1.0.0cvs28.3
13353
13354         * src/compose.c
13355                 Make compose a bit faster - patch by Alfons.
13356
13357 2005-02-06 [colin]      1.0.0cvs28.2
13358
13359         * src/compose.c
13360                 Make pasting via middle-click more reliable
13361
13362 2005-02-05 [paul]       1.0.0cvs28.1
13363
13364         * ChangeLog
13365         * ChangeLog.claws
13366         * ChangeLog.jp
13367         * configure.ac
13368         * src/compose.c
13369                 sync with HEAD
13370                 (fix bug 682 'redirect is broken'
13371
13372 2005-02-05 [torte]      1.0.0cvs27.1
13373
13374         * ChangeLog.claws
13375         * configure.ac
13376         * src/partial_download.c
13377                 Sync with HEAD (fix buf overflow)
13378
13379 2005-02-03 [colin]      1.0.0cvs26.1
13380
13381         * src/common/plugin.c
13382                 Sync with HEAD (avoid plugin mismatches)
13383
13384 2005-02-03 [paul]       1.0.0cvs25.3
13385
13386         * src/folderview.c
13387         * src/headerview.c
13388         * src/summaryview.c
13389         * src/textview.c
13390         * src/gtk/colorlabel.c
13391                 third and final part of initial sync with main-gtk2
13392
13393 2005-02-03 [paul]       1.0.0cvs25.2
13394
13395         * src/jpilot.c
13396                 fix building with jpilot support
13397
13398 2005-02-02 [colin]      1.0.0cvs25.1
13399
13400         * src/messageview.c
13401                 Sync with HEAD (fix dangerous typo)
13402
13403 2005-02-01 [colin]      1.0.0cvs24.3
13404
13405         * src/common/xml.c
13406                 Write file as advertised (UTF-8)
13407
13408 2005-02-01 [paul]       1.0.0cvs24.2
13409
13410         * src/addrbook.c
13411         * src/addrindex.c
13412         * src/alertpanel.h
13413         * src/codeconv.c
13414         * src/codeconv.h
13415         * src/compose.c
13416         * src/export.c
13417         * src/folder_item_prefs.c
13418         * src/html.c
13419         * src/imap.c
13420         * src/import.c
13421         * src/jpilot.c
13422         * src/mainwindow.c
13423         * src/matcher_parser_lex.l
13424         * src/messageview.c
13425         * src/mh.c
13426         * src/prefs_account.c
13427         * src/prefs_actions.c
13428         * src/prefs_common.c
13429         * src/prefs_gtk.c
13430         * src/prefs_gtk.h
13431         * src/prefs_themes.c
13432         * src/procheader.c
13433         * src/procmime.c
13434         * src/sourcewindow.c
13435         * src/statusbar.c
13436         * src/summaryview.c
13437         * src/textview.c
13438         * src/toolbar.c
13439         * src/unmime.c
13440         * src/common/template.c
13441         * src/common/utils.c
13442         * src/common/xml.c
13443         * src/common/xml.h
13444         * src/gtk/gtkaspell.c
13445         * src/plugins/clamav/clamav_plugin.c
13446         * src/plugins/dillo_viewer/dillo_prefs.c
13447         * src/plugins/image_viewer/viewerprefs.c
13448         * src/plugins/pgpmime/passphrase.c
13449         * src/plugins/pgpmime/prefs_gpg.c
13450         * src/plugins/pgpmime/select-keys.c
13451         * src/plugins/spamassassin/spamassassin.c
13452                 second part of initial sync with main-gtk2
13453                 (more to follow)
13454
13455 2005-01-31 [colin]      1.0.0cvs24.1
13456
13457         * src/compose.c
13458                 Sync with HEAD
13459
13460 2005-01-29 [paul]       1.0.0cvs23.2
13461
13462         * src/account.c
13463         * src/action.c
13464         * src/addressadd.c
13465         * src/addressbook.c
13466         * src/alertpanel.c
13467         * src/compose.c
13468         * src/editaddress.c
13469         * src/editbook.c
13470         * src/editgroup.c
13471         * src/editjpilot.c
13472         * src/editldap.c
13473         * src/editldap_basedn.c
13474         * src/editvcard.c
13475         * src/export.c
13476         * src/foldersel.c
13477         * src/grouplistdialog.c
13478         * src/import.c
13479         * src/importldif.c
13480         * src/inc.c
13481         * src/main.c
13482         * src/mainwindow.c
13483         * src/message_search.c
13484         * src/messageview.c
13485         * src/mimeview.c
13486         * src/prefs_actions.c
13487         * src/prefs_common.c
13488         * src/prefs_common.h
13489         * src/prefs_customheader.c
13490         * src/prefs_display_header.c
13491         * src/prefs_filtering.c
13492         * src/prefs_filtering_action.c
13493         * src/prefs_gtk.c
13494         * src/prefs_matcher.c
13495         * src/prefs_summary_column.c
13496         * src/prefs_template.c
13497         * src/sourcewindow.c
13498         * src/summary_search.c
13499         * src/summaryview.c
13500         * src/textview.c
13501         * src/gtk/about.c
13502         * src/gtk/description_window.c
13503         * src/gtk/gtkshruler.c
13504         * src/gtk/gtkutils.c
13505         * src/gtk/gtkutils.h
13506         * src/gtk/inputdialog.c
13507         * src/gtk/logwindow.c
13508         * src/gtk/prefswindow.c
13509         * src/gtk/progressdialog.c
13510         * src/gtk/progressdialog.h
13511                 first part of initial sync with main-gtk2
13512                 (more to follow)
13513
13514 2005-01-28 [colin]      1.0.0cvs23.1
13515
13516         * src/folderview.c
13517                 Sync with HEAD
13518
13519 2005-01-27 [colin]      1.0.0cvs21.1
13520
13521         * src/folder.c
13522         * src/folderview.c
13523                 Sync with HEAD
13524
13525 2005-01-27 [colin]      1.0.0cvs19.1
13526
13527         * src/procmime.c
13528                 Sync with HEAD
13529
13530 2005-01-27 [colin]      1.0.0cvs18.1
13531
13532         * src/messageview.c
13533         * src/summaryview.c
13534         * src/mainwindow.c
13535         * src/compose.c
13536         * src/compose.h
13537         * src/procmsg.c
13538         * src/procmsg.h
13539         * src/toolbar.c
13540                 Sync with HEAD
13541
13542 2005-01-26 [paul]       1.0.0cvs15.2
13543
13544         * src/compose.c
13545                 compose_entries_set(): convert subject and body to
13546                 utf8 if necessary. patch by Felix Eckhofer
13547
13548 2005-01-26 [paul]       1.0.0cvs15.1
13549
13550         * configure.ac
13551         * src/common/template.c
13552                 sync with HEAD (fix memory leak)
13553
13554 2005-01-25 [paul]       1.0.0cvs14.1
13555
13556         * configure.ac
13557         * src/compose.c
13558                 sync with HEAD
13559
13560 2005-01-24 [colin]      1.0.0cvs13.1
13561
13562         * src/summaryview.c
13563                 Sync with HEAD
13564
13565 2005-01-24 [paul]       1.0.0cvs12.1
13566
13567         * configure.ac
13568         * src/messageview.c
13569         * src/mh.c
13570         * src/common/utils.c
13571                 sync with HEAD
13572
13573 2005-01-24 [colin]      1.0.0cvs11.1
13574
13575         * src/procheader.c
13576                 Sync with HEAD
13577
13578 2005-01-24 [colin]      1.0.0cvs10.1
13579
13580         * src/folderview.c
13581                 Sync with HEAD
13582
13583 2005-01-23 [colin]      1.0.0cvs9.1
13584
13585         * src/crash.c
13586                 Sync with HEAD
13587
13588 2005-01-22 [colin]      1.0.0cvs8.1
13589
13590         * src/summaryview.c
13591         * src/gtk/quicksearch.c
13592                 Sync with HEAD
13593
13594 2005-01-21 [colin]      1.0.0cvs7.1
13595
13596         * src/summaryview.c
13597                 Sync with HEAD
13598
13599 2005-01-21 [colin]      1.0.0cvs6.1
13600
13601         * src/summaryview.c
13602                 Sync with HEAD
13603
13604 2005-01-21 [colin]      1.0.0cvs5.1
13605
13606         * src/gtk/quicksearch.c
13607         * src/prefs_common.c
13608         * src/prefs_common.h
13609                 Sync with HEAD (recurse option)
13610
13611 2005-01-21 [colin]      1.0.0cvs4.1
13612
13613         * src/folder.h
13614         * src/folderview.c
13615         * src/folderview.h
13616         * src/summaryview.c
13617         * src/gtk/quicksearch.c
13618         * src/gtk/quicksearch.h
13619                 Sync with HEAD (recursive quicksearch)
13620
13621 2005-01-20 [colin]      1.0.0cvs3.4
13622
13623         * src/ssl_manager.c
13624                 Remove useless code
13625
13626 2005-01-20 [colin]      1.0.0cvs3.3
13627
13628         * src/ssl_manager.c
13629                 Fix leak, thanks to Alfons.
13630
13631 2005-01-20 [colin]      1.0.0cvs3.2
13632
13633         * src/ssl_manager.c
13634                 Port SSL certificate window to GTK2.
13635
13636 2005-01-20 [paul]       1.0.0cvs3.1
13637
13638         * ChangeLog.claws
13639         * configure.ac
13640         * src/addrindex.c
13641         * src/addrindex.h
13642                 sync with HEAD
13643
13644 2005-01-19 [colin]      1.0.0cvs2.2
13645
13646         * src/plugins/trayicon/trayicon.c
13647                 Fix freeze with gtk-2.6, the easy way
13648                 (signal blocking helpless there...)
13649                 Closes bug #668.
13650
13651 2005-01-19 [colin]      1.0.0cvs2.1
13652
13653         * src/mbox.c
13654         * src/mbox.h
13655         * src/mainwindow.c
13656         * src/summaryview.c
13657         * src/summaryview.h
13658                 Sync with HEAD
13659
13660 2005-01-19 [paul]       1.0.0cvs1.1
13661
13662         * configure.ac
13663         * po/de.po
13664         * po/es.po
13665         * po/fr.po
13666         * po/hr.po
13667         * po/it.po
13668         * po/ja.po
13669         * po/ko.po
13670         * po/pt_BR.po
13671         * po/ru.po
13672         * po/sk.po
13673         * po/sr.po
13674                 sync with HEAD (update translations)
13675
13676 2005-01-18 [colin]      1.0.0cvs0.1
13677
13678         * src/foldersel.c
13679                 Specify search column - patch by Alfons
13680
13681 2005-01-18 [colin]      0.9.13cvs36.3
13682
13683         * src/prefs_toolbar.c
13684                 Change Delete to Remove
13685         * src/prefs_fonts.c
13686                 GTK2 version and leak fixes
13687         * src/prefs_actions.c
13688                 Add stock buttons.
13689                 All patches by Alfons
13690
13691 2005-01-17 [colin]      0.9.13cvs36.2
13692
13693         * src/compose.c
13694                 Fix DnD inserting twice. While at it,
13695                 add DnD support for text/plain in the
13696                 body, and add support in the headers.
13697
13698 2005-01-16 [colin]      0.9.13cvs36.1
13699
13700         * ChangeLog
13701         * ChangeLog.jp
13702         * ChangeLog.claws
13703                 Sync with HEAD (nothing applicable)
13704
13705 2005-01-16 [colin]      0.9.13cvs33.2
13706
13707         * src/prefs_toolbar.c
13708                 GTK2ize prefs_toolbar, by Alfons.
13709
13710 2005-01-14 [colin]      0.9.13cvs33.1
13711
13712         * src/html.c
13713         * src/msgcache.c
13714                 Sync with HEAD
13715
13716 2005-01-14 [colin]      0.9.13cvs32.1
13717
13718         * src/html.c
13719         * src/html.h
13720         * src/msgcache.c
13721         * AUTHORS
13722         * tools/calypso_convert.pl
13723                 Sync with HEAD
13724
13725 2005-01-08 [colin]      0.9.13cvs29.2
13726
13727         * src/prefs_filtering_action.c
13728         * src/prefs_filtering.c
13729                 2 more gtk2 patches by Alfons
13730
13731 2005-01-07 [paul]       0.9.13cvs29.1
13732
13733         * ChangeLog
13734         * ChangeLog.claws
13735         * ChangeLog.jp
13736         * configure.ac
13737         * src/pop.c
13738         * src/pop.h
13739                 sync with HEAD
13740
13741 2005-01-07 [colin]      0.9.13cvs28.3
13742
13743         * src/gtk/progressdialog.c
13744         * src/gtk/progressdialog.h
13745         * src/inc.c
13746         * src/send_message.c
13747                 GTK2 for the incorporation dialog. The CList isn't dead
13748                 yet, for a more smooth migration. Patch by Alfons.
13749
13750 2005-01-06 [colin]      0.9.13cvs28.2
13751
13752         * src/prefs_display_header.c
13753                 GTK2 conversion by Alfons
13754         * src/prefs_actions.c
13755         * src/prefs_matcher.c
13756                 Fix 2 leaks - patch by Alfons
13757
13758 2005-01-06 [colin]      0.9.13cvs28.1
13759
13760         * src/prefs_matcher.c
13761                 Sync with HEAD
13762
13763 2005-01-06 [colin]      0.9.13cvs27.4
13764
13765         * src/prefs_matcher.c
13766                 Fix double-free. Patch by Alfons
13767
13768 2005-01-06 [colin]      0.9.13cvs27.3
13769
13770         * src/prefs_matcher.c
13771                 GTK2 widgets + memleak
13772                 Patch by Alfons
13773
13774 2005-01-05 [colin]      0.9.13cvs27.2
13775
13776         * src/account.c
13777         * src/addr_compl.c
13778         * src/foldersel.c
13779         * src/stock_pixmap.c
13780         * src/stock_pixmap.h
13781                 3 more GTK2 patches by Alfons.
13782
13783 2005-01-04 [colin]      0.9.13cvs27.1
13784
13785         * src/folderview.c
13786         * src/imap_gtk.c
13787         * src/news_gtk.c
13788                 Sync with HEAD
13789
13790 2005-01-04 [colin]      0.9.13cvs25.9
13791
13792         * src/compose.c
13793                 Fix Show Ruler menuitem
13794         * src/prefs_template.c
13795                 Convert to GTK2
13796         * src/common/utils.c
13797                 Make auto pointer stuff handles NULLs
13798                 Patches by Alfons.
13799
13800 2005-01-04 [colin]      0.9.13cvs25.8
13801
13802         * src/compose.c
13803                 Move the attachment list to gtk2
13804                 Patch by Alfons.
13805
13806 2005-01-04 [colin]      0.9.13cvs25.7
13807
13808         * src/textview.c
13809                 Make some keys work again
13810                 Patch by SungHyun Nam <namsh@kldp.org>
13811
13812 2005-01-04 [colin]      0.9.13cvs25.6
13813
13814         * src/gtk/gtkshruler.c
13815                 Move the ruler to GTK2
13816                 Patch by Alfons
13817
13818 2005-01-03 [colin]      0.9.13cvs25.5
13819
13820         * src/compose.c
13821                 Fix my broken patch apply 
13822
13823 2005-01-03 [colin]      0.9.13cvs25.4
13824
13825         * src/common/utils.c
13826         * src/common/utils.h
13827         * src/gtk/prefswindow.c
13828                 Move auto pointer stuff to utils.c
13829                 Patch by Alfons again :)
13830
13831 2005-01-03 [colin]      0.9.13cvs25.3
13832
13833         * src/compose.c
13834         * src/prefs_gtk.c
13835         * src/prefs_template.c
13836         * src/textview.c
13837                 Empty text widgets with empty strings, not NULL char
13838                 Patch by SungHyun Nam <namsh@kldp_org>
13839
13840 2005-01-03 [colin]      0.9.13cvs25.2
13841
13842         * src/main.c
13843         * AUTHORS
13844                 Sync with HEAD
13845
13846 2005-01-03 [colin]      0.9.13cvs25.1
13847
13848         * src/pop.c
13849         * src/pop.h
13850                 Sync with HEAD
13851
13852 2005-01-03 [colin]      0.9.13cvs24.3
13853
13854         * src/account.c
13855                 Two patches from Alfons and Alex S Moore:
13856                 fix images, fix return value.
13857
13858 2005-01-01 [colin]      0.9.13cvs24.2
13859
13860         * src/prefs_actions.c
13861                 Fix over-zealous assertion. Patch by Alfons
13862
13863 2005-01-01 [colin]      0.9.13cvs24.1
13864
13865         * src/procmime.c
13866                 Sync with HEAD (leak fix)
13867
13868 2004-12-31 [colin]      0.9.13cvs23.2
13869
13870         * src/prefs_common.c
13871                 GTK2 widgets + stock buttons - patch by Alfons
13872
13873 2004-12-31 [paul]       0.9.13cvs23.1
13874
13875         * configure.ac
13876                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13877         * src/gtk/pluginwindow.c
13878                 use GTK2 widgets and plug memory leaks,
13879                 patches by Alfons
13880
13881 2004-12-30 [colin]      0.9.13cvs22.4
13882
13883         * src/account.c
13884         * src/action.c
13885         * src/export.c
13886         * src/foldersel.c
13887         * src/import.c
13888         * src/message_search.c
13889         * src/prefs_actions.c
13890         * src/prefs_common.c
13891         * src/prefs_customheader.c
13892         * src/prefs_filtering.c
13893         * src/prefs_summary_column.c
13894         * src/summary_search.c
13895         * src/gtk/about.c
13896         * src/gtk/description_window.c
13897         * src/gtk/gtkutils.c
13898         * src/gtk/gtkutils.h
13899         * src/gtk/inputdialog.c
13900         * src/gtk/prefswindow.c
13901                 Use GTK2 stock buttons. Patches by Alfons.
13902
13903 2004-12-30 [colin]      0.9.13cvs22.3
13904
13905         * src/account.c
13906                 Sync with HEAD
13907         * src/prefs_actions.c
13908         * src/prefs_customheader.c
13909         * src/prefs_filtering.c
13910         * src/prefs_msg_colors.c
13911         * src/prefs_summary_column.c
13912         * src/gtk/prefswindow.c
13913                 Use GtkTreeView instead of deprecated 
13914                 widgets. Patches by Alfons.
13915
13916 2004-12-30 [paul]       0.9.13cvs22.2
13917
13918         * src/foldersel.c
13919                 use GTK 2 Tree View
13920                 patch by Alfons, with root folder sorting fix
13921                 by Stephan Sachse
13922
13923 2004-12-30 [paul]       0.9.13cvs22.1
13924
13925         * ChangeLog
13926         * ChangeLog.claws
13927         * ChangeLog.jp
13928         * NEWS
13929         * configure.ac
13930         * src/account.c
13931                 sync with HEAD
13932
13933 2004-12-22 [martin]     0.9.13cvs21.2
13934
13935         * src/action.c
13936                 free the command line after its use
13937
13938 2004-12-18 [paul]       0.9.13cvs21.1
13939
13940         * AUTHORS
13941         * ChangeLog
13942         * ChangeLog.claws
13943         * ChangeLog.jp
13944         * NEWS
13945         * configure.ac
13946         * src/action.c
13947         * src/compose.c
13948         * src/syldap.c
13949                 sync with HEAD
13950
13951 2004-12-17 [martin]     0.9.13cvs17.2
13952
13953         * src/action.c
13954                 convert actions input to locale
13955         * src/inc.c
13956                 convert notification command to locale
13957         * src/plugins/pgpmime/select-keys.c
13958                 convert attributes to utf8
13959
13960 2004-12-14 [colin]      0.9.13cvs17.1
13961
13962         * ChangeLog
13963         * ChangeLog.jp
13964         * ChangeLog.claws
13965         * src/action.c
13966         * src/common/utils.c
13967         * src/gtk/prefswindow.c
13968         * src/gtk/gtkutils.c
13969         * src/gtk/gtkutils.h
13970         * src/plugins/spamassassin/libspamc.c
13971                 Sync with HEAD
13972
13973 2004-12-13 [colin]      0.9.13cvs14.1
13974
13975         * src/quote_fmt_parse.y
13976                 Sync with HEAD
13977
13978 2004-12-10 [colin]      0.9.13cvs12.1
13979
13980         * src/prefs_themes.c
13981         * src/mainwindow.c
13982         * src/messageview.c
13983                 Sync with HEAD
13984
13985 2004-12-09 [colin]      0.9.13cvs10.1
13986
13987         * src/procmime.c
13988                 Sync with HEAD (fix B64 encoding from memory)
13989
13990 2004-12-08 [colin]      0.9.13cvs9.1
13991
13992         * src/gtk/colorlabel.c
13993                 Sync with HEAD
13994
13995 2004-12-08 [paul]       0.9.13cvs8.2
13996
13997         * src/gtk/pluginwindow.c
13998                 fix window resizing oddities
13999
14000 2004-12-08 [colin]      0.9.13cvs8.1
14001
14002         * src/quote_fmt_parse.y
14003                 Sync with HEAD
14004
14005 2004-12-08 [colin]      0.9.13cvs7.1
14006
14007         * src/matcher_parser_parse.y
14008         * src/msgcache.c
14009         * src/prefs_matcher.c
14010         * src/procheader.c
14011         * src/matcher.c
14012         * src/common/defs.h
14013         * po/sr.po
14014                 Sync with HEAD
14015
14016 2004-12-08 [colin]      0.9.13cvs6.1
14017
14018         * src/quote_fmt_parse.y
14019         * src/textview.c
14020                 Sync with HEAD
14021         * src/gtk/prefswindow.c
14022         * src/gtk/pluginwindow.c
14023                 Fix G_CALLBACKS protos (thanks to Alfons)
14024
14025 2004-12-07 [torte]      0.9.13cvs2.2
14026
14027         * src/procmime.c
14028                 [Bug 650] reply button causes crash
14029                 Thanks to David Relson and Christoph
14030
14031 2004-12-07 [colin]      0.9.13cvs2.1
14032
14033         * ChangeLog.claws
14034         * AUTHORS
14035         * po/sk.po
14036         * src/procmime.c
14037         * src/prefs_account.c
14038         * src/common/smtp.c
14039         * src/common/smtp.h
14040                 Sync with HEAD
14041
14042 2004-12-06 [colin]      0.9.12cvs187.1
14043
14044         * ChangeLog.claws
14045         * INSTALL
14046         * Makefile.am
14047         * README.claws
14048         * TODO.claws
14049         * configure.ac
14050         * po/bg.po
14051         * po/cs.po
14052         * po/el.po
14053         * po/en_GB.po
14054         * po/es.po
14055         * po/fr.po
14056         * po/hr.po
14057         * po/hu.po
14058         * po/it.po
14059         * po/ja.po
14060         * po/ko.po
14061         * po/nl.po
14062         * po/pl.po
14063         * po/pt_BR.po
14064         * po/ru.po
14065         * po/sk.po
14066         * po/sr.po
14067         * po/sv.po
14068         * po/zh_CN.po
14069         * po/zh_TW.Big5.po
14070         * src/compose.c
14071         * tools/Makefile.am
14072         * tools/README
14073         * tools/filter_conv.pl
14074         * tools/kdeservicemenu/README
14075         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14076         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14077                 Sync with HEAD
14078
14079 2004-12-04 [colin]      0.9.12cvs183.1
14080
14081         * src/compose.c
14082                 Sync with HEAD (compose window position saving)
14083
14084 2004-12-04 [paul]       0.9.12cvs182.3
14085
14086         * src/messageview.c
14087         * src/mimeview.c
14088         * src/prefs_customheader.c
14089         * src/gtk/quicksearch.c
14090                 replace some forgotten GTK_SIGNAL_FUNCs
14091
14092 2004-12-04 [paul]       0.9.12cvs182.2
14093
14094         * src/Makefile.am
14095                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14096                 committed in error      
14097
14098 2004-12-04 [paul]       0.9.12cvs182.1
14099
14100         * ChangeLog
14101         * ChangeLog.claws
14102         * ChangeLog.jp
14103         * INSTALL
14104         * NEWS
14105         * README
14106         * README.jp
14107         * configure.ac
14108         * doc/manual/ja/Makefile.am
14109         * doc/manual/ja/sylpheed-1.html
14110         * doc/manual/ja/sylpheed-10.html
14111         * doc/manual/ja/sylpheed-11.html
14112         * doc/manual/ja/sylpheed-12.html
14113         * doc/manual/ja/sylpheed-13.html
14114         * doc/manual/ja/sylpheed-14.html
14115         * doc/manual/ja/sylpheed-15.html
14116         * doc/manual/ja/sylpheed-16.html
14117         * doc/manual/ja/sylpheed-17.html
14118         * doc/manual/ja/sylpheed-18.html
14119         * doc/manual/ja/sylpheed-19.html
14120         * doc/manual/ja/sylpheed-2.html
14121         * doc/manual/ja/sylpheed-20.html
14122         * doc/manual/ja/sylpheed-3.html
14123         * doc/manual/ja/sylpheed-4.html
14124         * doc/manual/ja/sylpheed-5.html
14125         * doc/manual/ja/sylpheed-6.html
14126         * doc/manual/ja/sylpheed-7.html
14127         * doc/manual/ja/sylpheed-8.html
14128         * doc/manual/ja/sylpheed-9.html
14129         * doc/manual/ja/sylpheed.html
14130         * doc/manual/ja/sylpheed.sgml
14131         * po/de.po
14132         * src/Makefile.am
14133         * src/compose.c
14134         * src/procmime.c
14135         * src/pixmaps/regular.xpm **REMOVED**
14136         * src/plugins/pgpmime/pgpmime.c
14137         * src/plugins/pgpmime/plugin.c
14138         * src/plugins/pgpmime/prefs_gpg.c
14139                 sync with HEAD
14140
14141 2004-12-03 [paul]       0.9.12cvs180.1
14142
14143         * ChangeLog
14144         * ChangeLog.claws
14145         * ChangeLog.jp
14146         * configure.ac
14147         * src/Makefile.am
14148         * src/pop.c
14149         * src/common/utils.c
14150         * src/common/utils.h
14151         * src/pixmaps/continue.xpm
14152         * src/pixmaps/dir_close.xpm
14153         * src/pixmaps/dir_open.xpm
14154         * src/pixmaps/drafts_close.xpm
14155         * src/pixmaps/drafts_open.xpm
14156         * src/pixmaps/folder.xpm **REMOVED**
14157         * src/pixmaps/group.xpm
14158         * src/pixmaps/unread.xpm
14159                 sync with HEAD
14160
14161 2004-12-02 [colin]      0.9.12cvs179.1
14162
14163         * src/compose.c
14164                 Sync with HEAD (non-duplicated reedition)
14165
14166 2004-12-02 [colin]      0.9.12cvs178.1
14167
14168         * src/compose.c
14169                 Sync with HEAD (linewrap_quote fix)
14170
14171 2004-12-01 [colin]      0.9.12cvs177.3
14172
14173         * src/addrharvest.c
14174                 Replace sizeof with strlen
14175
14176 2004-12-01 [paul]       0.9.12cvs177.2
14177
14178         * src/addrharvest.c
14179                 fix 'harvest addresses'
14180
14181 2004-11-30 [colin]      0.9.12cvs177.1
14182
14183         * src/gtk/prefswindow.c
14184         * src/gtk/pluginwindow.c
14185                 Sync with HEAD
14186
14187 2004-11-29 [colin]      0.9.12cvs176.1
14188
14189         * src/folderview.c
14190                 sync with HEAD (Fix disappearing separators in folderview's popup)
14191
14192 2004-11-29 [colin]      0.9.12cvs175.1
14193
14194         * src/procmime.c
14195                 Sync with head (another format fix)
14196
14197 2004-11-29 [colin]      0.9.12cvs174.1
14198
14199         * src/pop.c
14200                 Sync with HEAD (format string fix)
14201
14202 2004-11-26 [colin]      0.9.12cvs173.1
14203
14204         * src/common/smtp.c
14205         * src/common/smtp.h
14206                 Sync with HEAD
14207
14208 2004-11-24 [colin]      0.9.12cvs172.1
14209
14210         * src/plugins/pgpmime/pgpmime.c
14211                 Sync with HEAD
14212
14213 2004-11-24 [colin]      0.9.12cvs171.1
14214
14215         * src/plugins/pgpmime/pgpmime.c
14216                 Sync with head (gpgmectx leaks)
14217
14218 2004-11-24 [colin]      0.9.12cvs169.1
14219
14220         * src/plugins/pgpmime/plugin.c
14221         * src/plugins/trayicon/Makefile.am
14222         * src/plugins/trayicon/newmarkedmail.xpm
14223         * src/plugins/trayicon/trayicon.c
14224         * src/plugins/trayicon/unreadmarkedmail.xpm
14225                 Sync with HEAD
14226
14227 2004-11-23 [colin]      0.9.12cvs168.1
14228
14229         * src/partial_download.c
14230         * src/partial_download.h
14231         * src/plugins/pgpmime/plugin.c
14232                 Sync with HEAD
14233
14234 2004-11-23 [colin]      0.9.12cvs166.1
14235
14236         * src/Makefile.am
14237         * src/codeconv.c
14238         * src/compose.c
14239         * src/folderview.c
14240         * src/main.c
14241         * src/partial_download.c
14242         * src/partial_download.h
14243         * src/prefs_account.c
14244         * src/prefs_account.h
14245         * src/privacy.c
14246         * src/privacy.h
14247         * src/procmime.c
14248         * src/common/Makefile.am
14249         * src/common/base64.h
14250         * src/common/partial_download.c
14251         * src/common/partial_download.h
14252         * src/gtk/prefswindow.c
14253         * src/gtk/prefswindow.h
14254         * src/plugins/pgpmime/pgpmime.c
14255         * src/plugins/pgpmime/prefs_gpg.c
14256         * src/plugins/pgpmime/prefs_gpg.h
14257         * src/plugins/pgpmime/sgpgme.c
14258         * src/plugins/pgpmime/sgpgme.h
14259                 Sync with HEAD
14260
14261 2004-11-23 [colin]      0.9.12cvs163.1
14262
14263         * src/main.c
14264                 Sync with HEAD (cursor optimization)
14265
14266 2004-11-23 [colin]      0.9.12cvs162.1
14267
14268         * src/prefs_common.c
14269         * src/prefs_themes.c
14270         * src/procmsg.c
14271                 Sync with HEAD
14272
14273 2004-11-23 [colin]      0.9.12cvs158.9
14274
14275         * src/compose.c
14276                 Fix double-free when forwarding
14277         * src/msgcache.c
14278                 Fix leak on error path
14279                 
14280
14281 2004-11-23 [colin]      0.9.12cvs158.8
14282
14283         * src/compose.c
14284                 Fix possible double-free
14285                 Spotted by Alfons
14286
14287 2004-11-23 [colin]      0.9.12cvs158.7
14288
14289         * src/compose.c
14290                 Fix some signal handlers' prototypes
14291                 Spotted by Alfons
14292
14293 2004-11-22 [colin]      0.9.12cvs158.6
14294
14295         * src/compose.c
14296                 Remove unneeded code and duplicated
14297                 wrapping - patch by Alfons
14298
14299 2004-11-22 [colin]      0.9.12cvs158.5
14300
14301         * src/prefs_themes.c
14302                 Fix oversized selector
14303
14304 2004-11-22 [colin]      0.9.12cvs158.4
14305
14306         * src/compose.c
14307                 fix dump_text()
14308                 patch by Alfons
14309
14310 2004-11-19 [colin]      0.9.12cvs158.3
14311
14312         * src/textview.c
14313                 Add a context menu on links (open, copy)
14314
14315 2004-11-18 [paul]       0.9.12cvs158.2
14316
14317         * src/addrgather.c
14318         * src/exphtmldlg.c
14319         * src/expldifdlg.c
14320         * src/mimeview.c
14321         * src/prefs_common.c
14322         * src/plugins/image_viewer/viewer.c
14323         * src/plugins/spamassassin/spamassassin_gtk.c
14324                 replace deprecated gtk_notebook_set_page
14325                 and gtk_notebook_current_page
14326
14327 2004-11-18 [paul]       0.9.12cvs158.1
14328
14329         * configure.ac
14330         * src/compose.c
14331         * src/mainwindow.c
14332         * src/messageview.c
14333         * src/prefs_common.c
14334         * src/common/utils.c
14335         * src/common/utils.h
14336                 sync with HEAD
14337
14338 2004-11-17 [colin]      0.9.12cvs156.1
14339
14340         * src/prefs_account.c
14341         * src/prefs_account.h
14342         * src/procmsg.c
14343                 Sync with HEAD (add pref to store encrypted mails encrypted)
14344
14345 2004-11-17 [paul]       0.9.12cvs155.1
14346
14347         * ChangeLog
14348         * ChangeLog.claws
14349         * ChangeLog.jp
14350         * NEWS
14351         * configure.ac
14352         * src/compose.c
14353         * src/jpilot.c
14354         * src/privacy.c
14355         * src/procmime.c
14356         * src/procmime.h
14357         * src/procmsg.c
14358         * src/toolbar.c
14359         * src/pixmaps/error.xpm
14360                 sync with HEAD
14361
14362 2004-11-17 [colin]      0.9.12cvs151.1
14363
14364         * src/plugins/pgpmime/pgpmime.c
14365                 Sync with HEAD (remove debug printf)
14366
14367 2004-11-17 [colin]      0.9.12cvs150.1
14368
14369         * src/plugins/pgpmime/pgpmime.c
14370                 Sync with HEAD (off-by-one fix)
14371
14372 2004-11-17 [colin]      0.9.12cvs149.1
14373
14374         * src/procmsg.c
14375                 Sync with HEAD (coding style fixes)
14376
14377 2004-11-16 [colin]      0.9.12cvs148.1
14378
14379         * src/procmsg.c
14380                 Sync with head (Fix the fix)
14381
14382 2004-11-16 [colin]      0.9.12cvs147.1
14383
14384         * src/procmsg.c
14385                 Sync with Main (leak fix)
14386
14387 2004-11-16 [colin]      0.9.12cvs146.14
14388
14389         * src/compose.c
14390                 Remove useless chunk of code
14391                 Patch by Alfons
14392
14393 2004-11-15 [colin]      0.9.12cvs146.13
14394
14395         * src/compose.c
14396                 Fix drafting after insertion
14397                 Patch by Alfons
14398
14399 2004-11-15 [colin]      0.9.12cvs146.12
14400
14401         * src/compose.c
14402         * src/prefs_filtering.c
14403         * src/prefs_filtering_action.c
14404         * src/prefs_toolbar.c
14405                 Fix some const-correctness
14406
14407 2004-11-15 [colin]      0.9.12cvs146.11
14408
14409         * src/summaryview.c
14410         * src/prefs_themes.c
14411         * src/messageview.c
14412                 Fix some leaks
14413
14414 2004-11-15 [colin]      0.9.12cvs146.10
14415
14416         * src/codeconv.c
14417                 More unreadable locale fixes
14418
14419 2004-11-14 [colin]      0.9.12cvs146.9
14420
14421         * src/textview.c
14422                 Fix uri_security_check
14423                 Patch by Alfons
14424
14425 2004-11-13 [paul]       0.9.12cvs146.8
14426
14427         * src/folder.c
14428         * src/procmime.c
14429                 fix 2 bugs introduced in last commit
14430
14431 2004-11-13 [paul]       0.9.12cvs146.7
14432
14433         * src/compose.c
14434         * src/exporthtml.c
14435         * src/exportldif.c
14436         * src/folder.c
14437         * src/imap.c
14438         * src/imap_gtk.c
14439         * src/main.c
14440         * src/mainwindow.c
14441         * src/messageview.c
14442         * src/mh_gtk.c
14443         * src/prefs_themes.c
14444         * src/procmime.c
14445         * src/setup.c
14446         * src/summaryview.c
14447                 replace deprecated g_basename
14448
14449 2004-11-13 [paul]       0.9.12cvs146.6
14450
14451         * src/compose.c
14452         * src/imap.c
14453         * src/matcher_parser.h
14454         * src/matcher_parser_parse.y
14455         * src/prefs_filtering.c
14456         * src/prefs_filtering_action.c
14457         * src/prefs_themes.c
14458         * src/prefs_toolbar.c
14459         * src/common/utils.c
14460                 various small fixes/cleanups
14461
14462 2004-11-12 [colin]      0.9.12cvs146.5
14463
14464         * src/textview.c
14465                 Validate event's origin on visibility notify
14466                 Patch by Alfons.
14467
14468 2004-11-12 [paul]       0.9.12cvs146.4
14469
14470         * src/exporthtml.c
14471         * src/exportldif.c
14472         * src/imap.c
14473         * src/mh.c
14474         * src/mimeview.c
14475         * src/prefs_spelling.c
14476         * src/prefs_themes.c
14477                 replace deprecated g_dirname    
14478
14479 2004-11-12 [colin]      0.9.12cvs146.3
14480
14481         * src/textview.c
14482                 Some coding style fixes
14483
14484 2004-11-12 [colin]      0.9.12cvs146.2
14485
14486         * src/codeconv.c
14487                 We want to replace _all_ extended chars in
14488                 conv_unreadable_*, because any string containing
14489                 extended chars not parsing as UTF8 is 
14490                 undisplayed on gtk2.
14491
14492 2004-11-12 [paul]       0.9.12cvs146.1
14493
14494         * ChangeLog
14495         * ChangeLog.claws
14496         * ChangeLog.jp
14497         * NEWS
14498         * configure.ac
14499         * src/account.c
14500         * src/folderview.c
14501         * src/folderview.h
14502         * src/imap.c
14503         * src/imap_gtk.c
14504         * src/inc.c
14505         * src/mainwindow.c
14506         * src/mh_gtk.c
14507         * src/news_gtk.c
14508         * src/pop.c
14509         * src/prefs_account.c
14510         * src/prefs_account.h
14511         * src/prefs_ext_prog.c
14512         * src/procmime.c
14513         * src/procmime.h
14514         * src/procmsg.c
14515         * src/procmsg.h
14516         * src/summary_search.c
14517         * src/summaryview.c
14518         * src/textview.c
14519         * src/common/defs.h
14520         * src/common/utils.c
14521         * src/common/utils.h
14522         * src/gtk/menu.c
14523         * src/gtk/menu.h
14524                 sync with HEAD
14525
14526 2004-11-11 [colin]      0.9.12cvs144.2
14527
14528         * src/textview.c
14529                 Fix URI range selection (patch by Alfons)
14530
14531 2004-11-09 [colin]      0.9.12cvs144.1
14532
14533         * ChangeLog.claws
14534         * src/compose.c
14535         * src/folder.c
14536         * src/folder_item_prefs.c
14537         * src/prefs_account.c
14538         * src/prefs_account.h
14539         * src/plugins/pgpmime/pgpmime.c
14540                 Sync with HEAD
14541
14542 2004-11-08 [colin]      0.9.12cvs143.1
14543
14544         * src/summaryview.c
14545                 Sync with HEAD (optimize quicksearch)
14546
14547 2004-11-08 [colin]      0.9.12cvs142.2
14548
14549         * src/compose.c
14550                 Don't wrap when Edit/Auto wrapping is disabled
14551
14552 2004-11-08 [colin]      0.9.12cvs142.1
14553
14554         * src/textview.c
14555                 Sync with HEAD
14556
14557 2004-11-08 [colin]      0.9.12cvs141.1
14558
14559         * src/textview.c
14560                 Sync with HEAD (fix some mail URIs)
14561
14562 2004-11-08 [colin]      0.9.12cvs140.3
14563
14564         * src/textview.c
14565                 o Use text cursor instead of arrow when
14566                   not on a link
14567                 o Fix handling of contiguous links (as in
14568                   "colin@colino.net" <colin@colino.net>)
14569                   This one unveils a bug in get_email_part()
14570
14571 2004-11-07 [colin]      0.9.12cvs140.2
14572
14573         * src/textview.c
14574                 Fix memleak. Patch by Alfons.
14575
14576 2004-11-06 [colin]      0.9.12cvs140.1
14577
14578         * src/compose.c
14579                 Sync with HEAD (don't ask passphrase
14580                 when drafting)
14581
14582 2004-11-06 [paul]       0.9.12cvs139.2
14583
14584         * AUTHORS
14585         * src/textview.c
14586         * src/textview.h
14587                 textview URI handling. hovering over a 
14588                 link displays it in the status bar,
14589                 and changes the mouse pointer to a hand 
14590                 cursor. a link is activated with a single 
14591                 click. (Modified from the) patch by Jean-Yves 
14592                 Lefort <jylefort@users.sourceforge.net>
14593                 
14594
14595 2004-11-05 [colin]      0.9.12cvs139.1
14596
14597         * src/compose.c
14598         * src/procmime.c
14599                 Sync with HEAD again ^^
14600
14601 2004-11-05 [colin]      0.9.12cvs139.1
14602
14603         * src/compose.c
14604         * src/procmime.c
14605                 Sync with HEAD
14606
14607 2004-11-03 [paul]       0.9.12cvs138.1
14608
14609         * ChangeLog.claws
14610         * configure.ac
14611         * po/POTFILES.in
14612         * src/prefs_ext_prog.c
14613         * src/procmime.c
14614         * tools/kdeservicemenu/README
14615         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14616         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14617                 sync with HEAD
14618
14619 2004-11-01 [christoph]  0.9.12cvs136.2
14620
14621         * src/procmime.c
14622                 convert MIME parameters to UTF-8
14623
14624 2004-10-29 [colin]      0.9.12cvs136.1
14625
14626         * src/common/utils.c
14627                 Sync with HEAD (don't use '=' in mime boundary)
14628
14629 2004-10-29 [paul]       0.9.12cvs135.1
14630
14631         * configure.ac
14632         * doc/src/rfc2231.txt
14633         * src/procmime.c
14634         * src/common/quoted-printable.c
14635         * src/common/utils.c
14636         * src/common/utils.h
14637                 sync with HEAD
14638
14639 2004-10-27 [paul]       0.9.12cvs134.1
14640
14641         * configure.ac
14642         * src/main.c
14643         * src/procmime.c
14644         * src/plugins/pgpmime/pgpmime.c
14645                 sync with HEAD
14646
14647 2004-10-26 [paul]       0.9.12cvs132.3
14648
14649         * src/account.c
14650         * src/addressbook.c
14651         * src/addrgather.c
14652         * src/addrharvest.c
14653         * src/codeconv.c
14654         * src/compose.c
14655         * src/customheader.c
14656         * src/editaddress.c
14657         * src/editgroup.c
14658         * src/enriched.c
14659         * src/expldifdlg.c
14660         * src/exporthtml.c
14661         * src/exportldif.c
14662         * src/folder.c
14663         * src/foldersel.c
14664         * src/folderview.c
14665         * src/grouplistdialog.c
14666         * src/html.c
14667         * src/imap.c
14668         * src/jpilot.c
14669         * src/ldapserver.c
14670         * src/ldif.c
14671         * src/mimeview.c
14672         * src/news.c
14673         * src/news_gtk.c
14674         * src/pop.c
14675         * src/prefs_display_header.c
14676         * src/prefs_gtk.c
14677         * src/prefs_msg_colors.c
14678         * src/prefs_toolbar.c
14679         * src/procheader.c
14680         * src/procmime.c
14681         * src/summaryview.c
14682         * src/textview.c
14683         * src/toolbar.c
14684         * src/vcard.c
14685         * src/common/mgutils.c
14686         * src/common/nntp.c
14687         * src/common/smtp.c
14688         * src/common/template.c
14689         * src/common/utils.c
14690         * src/common/xmlprops.c
14691         * src/plugins/pgpmime/pgpmime.c
14692         * src/plugins/pgpmime/select-keys.c
14693         * src/plugins/pgpmime/sgpgme.c
14694                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14695                 g_string_sprintfa(), gtk_notebook_current_page()
14696
14697 2004-10-26 [colin]      0.9.12cvs132.2
14698
14699         * src/prefs_folder_item.c
14700                 Fix default-account selection
14701
14702 2004-10-21 [colin]      0.9.12cvs133
14703
14704         * src/compose.c
14705                 Sync with HEAD (Remove extra separator in compose's Options)
14706         * src/textview.c
14707                 Set wrapping to char
14708
14709 2004-10-21 [paul]       0.9.12cvs131.2
14710
14711         * src/compose.c
14712         * src/sourcewindow.c
14713                 fix wrapping
14714                 fix window shrinking 
14715
14716 2004-10-21 [colin]      0.9.12cvs131.1
14717
14718         * ChangeLog.claws
14719         * src/compose.c
14720                 Sync with HEAD
14721
14722 2004-10-21 [paul]       0.9.12cvs130.2
14723
14724         * src/prefs_folder_item.c
14725                 sync with HEAD (Apply to subfolders)
14726
14727 2004-10-19 [colin]      0.9.12cvs130.1
14728
14729         * ChangeLog.claws
14730         * src/compose.c
14731         * src/common/utils.c
14732         * src/gtk/menu.c
14733                 Sync with HEAD
14734
14735 2004-10-19 [colin]      0.9.12cvs128.1
14736
14737         * src/addrbook.c
14738         * src/addrcache.c
14739         * src/addressbook.c
14740         * src/codeconv.c
14741         * src/compose.c
14742         * src/customheader.c
14743         * src/editaddress.c
14744         * src/editgroup.c
14745         * src/exporthtml.c
14746         * src/folder.c
14747         * src/folderview.c
14748         * src/imap.c
14749         * src/jpilot.c
14750         * src/main.c
14751         * src/matcher_parser_parse.y
14752         * src/mbox.c
14753         * src/pop.c
14754         * src/prefs_account.c
14755         * src/prefs_gtk.c
14756         * src/prefs_msg_colors.c
14757         * src/procheader.c
14758         * src/procmime.c
14759         * src/procmime.h
14760         * src/procmsg.c
14761         * src/summaryview.c
14762         * src/textview.c
14763         * src/common/base64.c
14764         * src/common/partial_download.c
14765         * src/common/socket.c
14766         * src/common/sylpheed.c
14767         * src/common/utils.c
14768         * src/common/utils.h
14769         * src/gtk/pluginwindow.c
14770         * src/gtk/quicksearch.c
14771         * src/plugins/clamav/clamav_plugin.c
14772         * src/plugins/clamav/clamav_plugin.h
14773         * src/plugins/clamav/clamav_plugin_gtk.c
14774         * src/plugins/pgpmime/passphrase.c
14775         * src/plugins/pgpmime/pgpmime.c
14776         * src/plugins/pgpmime/plugin.c
14777         * src/plugins/pgpmime/prefs_gpg.c
14778         * src/plugins/pgpmime/prefs_gpg.h
14779         * src/plugins/pgpmime/select-keys.c
14780         * src/plugins/pgpmime/sgpgme.c
14781         * src/plugins/spamassassin/libspamc.c
14782         * src/plugins/spamassassin/spamassassin.c
14783         * src/plugins/spamassassin/spamassassin.h
14784         * src/plugins/spamassassin/spamassassin_gtk.c
14785         * src/plugins/trayicon/trayicon.c
14786         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14787                 Sync with HEAD
14788
14789 2004-10-14 [colin]      0.9.12cvs126.2
14790
14791         * src/codeconv.c
14792         * src/textview.c
14793                 Fix conv_unreadable_locale
14794
14795 2004-10-13 [colin]      0.9.12cvs126.1
14796
14797         * src/compose.c
14798                 Sync with HEAD (don't convert charset for 
14799                 drafted messages, minor cleanup)
14800
14801 2004-10-13 [colin]      0.9.12cvs125.1
14802
14803         * po/POTFILES.in
14804                 Sync with HEAD (POTFILES fix)
14805
14806 2004-10-12 [colin]      0.9.12cvs124.3
14807
14808         * src/compose.c
14809                 Fix encoding bug from latest sync
14810
14811 2004-10-12 [paul]       0.9.12cvs124.2
14812
14813         * src/plugins/pgpmime/prefs_gpg.c
14814         * src/plugins/pgpmime/prefs_gpg.h
14815                 forgotten in last commit        
14816
14817 2004-10-12 [paul]       0.9.12cvs124.1
14818
14819         * ChangeLog.claws
14820         * configure.ac
14821         * m4/spamassassin.m4
14822         * src/Makefile.am
14823         * src/account.c
14824         * src/compose.c
14825         * src/compose.h
14826         * src/crash.c
14827         * src/main.c
14828         * src/mimeview.c
14829         * src/passphrase.c
14830         * src/passphrase.h
14831         * src/prefs_account.c
14832         * src/prefs_account.h
14833         * src/prefs_common.c
14834         * src/privacy.c
14835         * src/privacy.h
14836         * src/procmime.c
14837         * src/procmime.h
14838         * src/procmsg.c
14839         * src/rfc2015.c
14840         * src/rfc2015.h
14841         * src/select-keys.c
14842         * src/select-keys.h
14843         * src/textview.c
14844         * src/common/utils.c
14845         * src/common/utils.h
14846         * src/gtk/about.c
14847         * src/plugins/pgpmime/Makefile.am
14848         * src/plugins/pgpmime/passphrase.c
14849         * src/plugins/pgpmime/passphrase.h
14850         * src/plugins/pgpmime/pgpmime.c
14851         * src/plugins/pgpmime/plugin.c
14852         * src/plugins/pgpmime/select-keys.c
14853         * src/plugins/pgpmime/select-keys.h
14854         * src/plugins/pgpmime/sgpgme.c
14855         * src/plugins/pgpmime/sgpgme.h
14856                 sync with HEAD
14857
14858 2004-10-04 [colin]      0.9.12cvs122.1
14859
14860         * src/mainwindow.c
14861         * src/messageview.c
14862         * src/messageview.h
14863         * src/textview.c
14864                 Sync with HEAD
14865
14866 2004-10-04 [colin]      0.9.12cvs121.1
14867
14868         * src/summaryview.c
14869                 Sync with HEAD
14870
14871 2004-10-04 [paul]       0.9.12cvs120.1
14872
14873         * configure.ac
14874                 sync with HEAD [don't try to build 
14875                 pgpmime plugin when gpgme is disabled]
14876
14877 2004-10-03 [colin]      0.9.12cvs119.3
14878
14879         * src/gtk/gtksctree.c
14880                 Lots of side effects. Put back as before 117.2.
14881         * src/summaryview.c
14882                 Fix bug #602
14883
14884 2004-10-03 [colin]      0.9.12cvs119.2
14885
14886         * src/gtk/gtksctree.c
14887                 Revert 608 fix that doesn't work that good
14888
14889 2004-10-02 [colin]      0.9.12cvs119.1
14890
14891         * src/mainwindow.c
14892         * src/messageview.c
14893         * src/prefs_common.h
14894         * src/procmime.c
14895         * src/procmime.h
14896         * src/textview.c
14897                 Sync with HEAD
14898         * src/gtk/gtksctree.c
14899                 Close bug #608
14900
14901 2004-10-01 [colin]      0.9.12cvs118.1
14902
14903         * src/mimeview.c
14904                 Sync with HEAD (better Save All fix)
14905
14906 2004-10-01 [colin]      0.9.12cvs117.2
14907
14908         * src/gtk/gtksctree.c
14909                 Faster on selection
14910
14911 2004-10-01 [colin]      0.9.12cvs117.1
14912
14913         * src/mimeview.c
14914                 Sync with HEAD (Save All: only attachments)
14915
14916 2004-10-01 [paul]       0.9.12cvs116.1
14917
14918         * ChangeLog.claws
14919         * configure.ac
14920         * src/account.c
14921         * src/prefs_common.c
14922         * src/gtk/colorlabel.c
14923                 sync with HEAD
14924
14925 2004-09-30 [colin]      0.9.12cvs115.1
14926
14927         * src/stock_pixmap.c
14928         * src/stock_pixmap.h
14929         * src/folderview.c
14930         * src/Makefile.am
14931         * src/pixmaps/read.xpm
14932                 Sync with HEAD (new pixmap)
14933
14934 2004-09-29 [colin]      0.9.12cvs114.1
14935
14936         * src/compose.c
14937                 Sync with HEAD
14938                 Fix focus handling in headers
14939
14940 2004-09-29 [paul]       0.9.12cvs113.1
14941
14942         * src/quote_fmt_parse.y
14943                 sync with HEAD
14944  
14945
14946 2004-09-28 [colin]      0.9.12cvs112.1
14947
14948         * src/folderview.c
14949         * src/mainwindow.c
14950                 Sync with HEAD
14951
14952 2004-09-28 [colin]      0.9.12cvs110.1
14953
14954         * src/folderview.c
14955                 Sync with HEAD (Contextual Empty trash menu)
14956
14957 2004-09-28 [colin]      0.9.12cvs108.1
14958
14959         * src/addressbook.c
14960                 Sync with HEAD (addressbook edit on double-click)
14961
14962 2004-09-28 [colin]      0.9.12cvs106.1
14963
14964         * src/inc.c
14965                 Sync with HEAD (folder_item freeze on inc)
14966
14967 2004-09-27 [colin]      0.9.12cvs105.1
14968
14969         * src/folderview.c
14970                 Sync with HEAD (right-align new and unread column)
14971
14972 2004-09-27 [colin]      0.9.12cvs104.1
14973
14974         * src/main.c
14975                 Sync with HEAD (revert 0.9.12cvs101)
14976
14977 2004-09-24 [colin]      0.9.12cvs103.2
14978
14979         * src/wizard.c
14980                 Fix gtk warnings and use domain part of the email address 
14981                 when domain detection fails (no dot in domain name)
14982
14983 2004-09-23 [colin]      0.9.12cvs103.1
14984
14985         * src/plugins/spamassassin/libspamc.c
14986         * src/plugins/spamassassin/libspamc.h
14987         * src/plugins/spamassassin/utils.c
14988         * src/plugins/spamassassin/utils.h
14989                 Sync with HEAD (Update spamassassin to 3.0)
14990
14991 2004-09-21 [colin]      0.9.12cvs102.3
14992
14993         * src/action.c
14994                 Add horizontal scrollbar in action io dialog as needed
14995                 Patch by Alfons.
14996
14997 2004-09-20 [colin]      0.9.12cvs102.2
14998
14999         * src/plugins/image_viewer/viewer.c
15000                 Remove imlib stuff
15001                 use gtk_pixmap_set when clearing
15002                 (would be better to use gtkImages, but causes size-allocate 
15003                 signals storm)
15004
15005 2004-09-17 [paul]       0.9.12cvs102.1
15006
15007         * ChangeLog
15008         * ChangeLog.claws
15009         * ChangeLog.jp
15010         * configure.ac
15011         * src/inc.c
15012                 sync with HEAD
15013
15014
15015 2004-09-17 [colin]      0.9.12cvs101.1
15016
15017         * ChangeLog.claws
15018         * src/main.c
15019                 Sync with HEAD (fix segs at exit)
15020
15021 2004-09-14 [colin]      0.9.12cvs99.5
15022
15023         * src/common/socket.c
15024         * AUTHORS
15025                 Fix send error on 64bit platforms
15026                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15027
15028 2004-09-14 [colin]      0.9.12cvs99.4
15029
15030         * src/action.c
15031                 Fix action output with utf8 
15032                 Patch by Alfons.
15033
15034 2004-09-14 [colin]      0.9.12cvs99.3
15035
15036         * ChangeLog.claws
15037         * src/folder.c
15038                 Sync with HEAD
15039
15040 2004-09-09 [colin]      0.9.12cvs99.2
15041
15042         * src/action.c
15043                 Fix progress bar (displaying "Completed %v/%u")
15044                 Patch by Alfons.
15045
15046 2004-09-08 [colin]      0.9.12cvs99.1
15047
15048         * src/account.c
15049         * src/folder.c
15050         * src/procmsg.c
15051         * src/procmsg.h
15052         * src/plugins/pgpmime/pgpmime.c
15053                 Sync with HEAD
15054
15055 2004-09-08 [colin]      0.9.12cvs97.2
15056
15057         * src/summaryview.c
15058                 Don't select mails in collapsed threads 
15059                 when navigating with up/down
15060
15061 2004-09-07 [colin]      0.9.12cvs97.1
15062
15063         * src/inc.c
15064                 Sync with HEAD (meaningful error messages)
15065
15066 2004-09-06 [colin]      0.9.12cvs96.1
15067
15068         * src/toolbar.c
15069                 Sync with HEAD (fix Redirect graying out)
15070
15071 2004-09-06 [colin]      0.9.12cvs95.1
15072
15073         * src/summaryview.c
15074         * src/mimeview.c
15075                 Sync with HEAD (fix dropped URIs)
15076
15077 2004-09-06 [colin]      0.9.12cvs94.1
15078
15079         * src/addressbook.c
15080         * src/addressitem.h
15081         * src/addritem.c
15082         * src/addritem.h
15083                 Sync with HEAD (addressbook DnD)
15084
15085 2004-09-03 [colin]      0.9.12cvs93.1
15086
15087         * src/summaryview.c
15088                 Sync with HEAD (next/prev unread)
15089
15090 2004-09-03 [colin]      0.9.12cvs92.1
15091
15092         * src/prefs_common.c
15093         * src/prefs_common.h
15094         * src/summaryview.c
15095                 Sync with HEAD ('mark_as_read_delay' pref)
15096
15097 2004-09-02 [colin]      0.9.12cvs91.2
15098
15099         * src/common/xml.c
15100                 Fix leak
15101
15102 2004-09-02 [colin]      0.9.12cvs91.1
15103
15104         * src/gtk/menu.c
15105                 Sync with HEAD (menu accel don't work, but whatever)
15106
15107 2004-09-02 [colin]      0.9.12cvs90.1
15108
15109         * src/account.c
15110                 Sync with HEAD (fix bug 582)
15111
15112 2004-09-02 [colin]      0.9.12cvs89.1
15113
15114         * src/addrindex.c
15115                 Sync with HEAD (free deleted queries)
15116
15117 2004-09-02 [colin]      0.9.12cvs88.1
15118
15119         * src/ldapquery.c
15120                 Sync with HEAD (fix LDAP freezes)
15121
15122 2004-09-02 [colin]      0.9.12cvs87.1
15123
15124         * src/prefs_spelling.c
15125                 Sync with HEAD (add default dictionary)
15126
15127 2004-09-01 [colin]      0.9.12cvs86.1
15128
15129         * src/filtering.c
15130         * src/folderview.c
15131         * src/imap.c
15132         * src/prefs_matcher.c
15133         * src/stock_pixmap.c
15134         * src/summary_search.c
15135         * src/summaryview.c
15136         * src/wizard.c
15137         * src/wizard.h
15138                 Sync with HEAD (uninitialized vars fixes)
15139                 + gtk2 specific warning fixes
15140
15141 2004-08-31 [colin]      0.9.12cvs85.1
15142
15143         * src/folder.c
15144                 Sync with HEAD (Fix memory corruption due to 
15145                 uninitialized var)
15146
15147 2004-08-31 [colin]      0.9.12cvs84.4
15148
15149         * src/summary_search.c
15150                 Fix segfaults when searching in folders with broken headers
15151
15152 2004-08-31 [colin]      0.9.12cvs84.3
15153
15154         * src/compose.c
15155         * src/textview.c
15156                 Fix some more encoding/decoding issues
15157
15158 2004-08-30 [colin]      0.9.12cvs84.2
15159
15160         * src/mimeview.c
15161         * src/prefs_themes.c
15162         * src/gtk/filesel.c
15163         * src/gtk/filesel.h
15164                 Add a folder-mode selection (fixes mimeview's "Save all")
15165
15166 2004-08-29 [colin]      0.9.12cvs84.1
15167
15168         * src/mimeview.c
15169                 Sync with HEAD (don't escape saved filenames)
15170
15171 2004-08-27 [colin]      0.9.12cvs83.1
15172
15173         * ChangeLog
15174         * ChangeLog.claws
15175         * ChangeLog.jp
15176         * src/mh.c
15177         * src/procheader.c
15178         * src/procmsg.c
15179         * src/procmsg.h
15180         * src/common/utils.c
15181         * src/gtk/menu.h
15182         * po/
15183                 Sync with HEAD 0.9.12cvs83 (sync with main)
15184
15185 2004-08-26 [colin]      0.9.12cvs82.4
15186
15187         * src/codeconv.c
15188                 Fix strange stack corruption
15189                 Convert to utf8 after unmime, not before
15190
15191 2004-08-26 [colin]      0.9.12cvs82.3
15192
15193         * src/main.c
15194         * src/wizard.c
15195                 Fix account folders duplication
15196
15197 2004-08-25 [colin]      0.9.12cvs82.2
15198
15199         * src/wizard.c
15200                 Remove ports
15201                 Add SSL selection
15202                 Use login@server as account name
15203
15204 2004-08-25 [colin]      0.9.12cvs82.1
15205
15206         * src/plugins/pgpmime/pgpmime.c
15207                 Sync with HEAD (leak fix).
15208
15209 2004-08-25 [colin]      0.9.12cvs81.1
15210
15211         * src/plugins/pgpmime/pgpmime.c
15212         * src/plugins/pgpmime/sgpgme.c
15213         * src/plugins/pgpmime/sgpgme.h
15214                 Sync with HEAD (Handle combined messages).
15215
15216 2004-08-24 [colin]      0.9.12cvs80.3
15217
15218         * src/wizard.c
15219                 Fix full name, ports, and imap
15220
15221 2004-08-24 [colin]      0.9.12cvs80.2
15222
15223         * src/Makefile.am
15224         * src/main.c
15225         * src/setup.c
15226         * src/setup.h
15227         * src/stock_pixmap.c
15228         * src/stock_pixmap.h
15229         * src/wizard.c ** ADDED **
15230         * src/wizard.h ** ADDED ** 
15231         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15232                 Add a setup wizard 
15233
15234 2004-08-24 [colin]      0.9.12cvs80.1
15235
15236         * src/folder.c
15237                 Sync with HEAD (set mimeflags on all messages)
15238
15239 2004-08-24 [colin]      0.9.12cvs79.3
15240
15241         * src/matcher_parser_lex.l
15242                 Fix 8bits strings not in utf8
15243
15244 2004-08-24 [colin]      0.9.12cvs79.2
15245
15246         * src/compose.c
15247                 Check conversion result before replacing buffer
15248
15249 2004-08-23 [colin]      0.9.12cvs79.1
15250
15251         * src/compose.c
15252                 Sync with HEAD (create message header in memory)
15253
15254 2004-08-23 [colin]      0.9.12cvs78.1
15255
15256         * src/rfc2015.c
15257         * src/rfc2015.h
15258                 Sync with HEAD (fix bug 197 again)
15259
15260 2004-08-23 [colin]      0.9.12cvs77.3
15261
15262         * src/compose.c
15263                 Fix again inline gpg signing (which outputs utf8
15264                 in gtk2). Not syncing this fix to HEAD as this 
15265                 code is meant to die.
15266
15267 2004-08-23 [colin]      0.9.12cvs77.2
15268
15269         * src/prefs_account.h
15270                 Remove useless include
15271
15272 2004-08-23 [colin]      0.9.12cvs77.1
15273
15274         * src/imap.c
15275         * po/es.po
15276         * po/fr.po
15277         * po/it.po
15278         * po/pl.po
15279         * po/pt_BR.po
15280         * po/sk.po
15281         * po/sr.po
15282                 Sync with HEAD (fix bug 577)
15283
15284 2004-08-22 [colin]      0.9.12cvs76.1
15285
15286         * src/plugins/trayicon/trayicon.c
15287                 Sync with HEAD (fix formatting bug)
15288
15289 2004-08-21 [colin]      0.9.12cvs74.2
15290
15291         * src/gtk/colorsel.c
15292                 Fix bug 564 (Folder color selection window exits on any
15293                 keypress)
15294
15295 2004-08-21 [colin]      0.9.12cvs74.1
15296
15297         * ChangeLog.claws
15298         * src/compose.c
15299         * src/summaryview.c
15300         * src/toolbar.c
15301                 Sync with HEAD (fix bug 576)
15302
15303 2004-08-21 [colin]      0.9.12cvs70.1
15304
15305         * src/compose.c
15306         * src/mainwindow.c
15307                 Sync with HEAD
15308                 
15309
15310 2004-08-21 [paul]       0.9.12cvs66.4
15311
15312         * src/mainwindow.c
15313         * src/messageview.c
15314         * src/gtk/menu.c
15315         * src/plugins/spamassassin/spamassassin_gtk.c
15316                 remove some deprecated gtk1 functions
15317
15318
15319 2004-08-21 [colin]      0.9.12cvs66.3
15320
15321         * src/compose.c
15322         * src/codeconv.c
15323                 Fix warnings
15324                 Remove encoding hacks
15325                 Fix bug 575 (Strange character messes up message)
15326                 Don't display conversion error when drafting
15327
15328 2004-08-21 [paul]       0.9.12cvs66.2
15329
15330         * src/prefs_account.c
15331                 fix GnuPG mode bugs
15332
15333
15334 2004-08-20 [colin]      0.9.12cvs66.1
15335
15336         * src/codeconv.c
15337                 Sync with HEAD 0.9.12cvs66
15338
15339 2004-08-20 [paul]
15340
15341         * src/plugins/pgpmime/plugin.c
15342                 modify PGP/MIME plugin's description
15343
15344 2004-08-17 [colin]      0.9.12cvs65.1
15345
15346         * src/common/ssl.c
15347         * src/plugins/pgpmime/plugin.c
15348                 Sync with HEAD
15349
15350 2004-08-14 [colin]      0.9.12cvs60.3
15351
15352         * src/plugins/trayicon/trayicon.c
15353                 Put back resize callback, on size-request signal
15354                 rather than size-allocate to avoid infinite 
15355                 callback loop
15356
15357 2004-08-13 [colin]      0.9.12cvs60.2
15358
15359         * src/common/defs.h
15360                 Cache versions have been fixed
15361
15362 2004-08-13 [colin]      0.9.12cvs60.1
15363
15364         * src/folderutils.c
15365                 Sync with HEAD
15366
15367 2004-08-12 [colin]      0.9.12cvs59.1
15368
15369         * src/plugins/trayicon/trayicon.c
15370                 Sync with HEAD
15371
15372 2004-08-12 [colin]      0.9.12cvs57.5
15373
15374         * sylpheed.desktop
15375         * configure.ac
15376         * src/Makefile.am
15377         * src/main.c
15378                 Add support for Freedesktop.org's startup notification
15379
15380 2004-08-11 [colin]      0.9.12cvs57.4
15381
15382         * src/textview.c
15383                 Fix off-by-one
15384
15385 2004-08-11 [colin]      0.9.12cvs57.3
15386
15387         * src/message_search.c
15388         * src/summary_search.c
15389                 Make searches case insensitive by default
15390         * src/textview.c
15391                 Fix case-insensitive search in message
15392
15393 2004-08-11 [colin]      0.9.12cvs57.2
15394
15395         * src/summary_search.c
15396                 Let case-sensitive be specified
15397
15398 2004-08-10 [colin]      0.9.12cvs55.4
15399
15400         * src/common/socket.c
15401                 Fix the possible race condition
15402
15403 2004-08-09 [paul]       0.9.12cvs55.3
15404
15405         * configure.ac
15406         * src/Makefile.am
15407         * src/common/Makefile.am
15408                 sync with HEAD
15409
15410
15411 2004-08-09 [paul]       0.9.12cvs55.2
15412
15413         * autogen.sh
15414         * po/poconv.sh
15415                 remove unneeded script
15416
15417         * configure.ac
15418                 add forgotten USE_LDAP_TLS (sync with HEAD)
15419
15420
15421 2004-08-09 [colin]      0.9.12cvs55.1
15422
15423         * src/main.c
15424         * src/common/ssl.c
15425         * src/common/sylpheed.c
15426         * src/common/sylpheed.h
15427                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15428
15429 2004-08-09 [paul]       0.9.12cvs54.1
15430
15431         * ChangeLog
15432         * ChangeLog.claws
15433         * ChangeLog.jp
15434         * configure.ac
15435         * po/POTFILES.in
15436         * src/Makefile.am
15437         * src/folderutils.c
15438         * src/main.c
15439         * src/pgpmime.c
15440         * src/pgpmime.h
15441         * src/sgpgme.c
15442         * src/sgpgme.h
15443         * src/plugins/Makefile.am
15444         * src/plugins/pgpmime/.cvsignore
15445         * src/plugins/pgpmime/Makefile.am
15446         * src/plugins/pgpmime/pgpmime.c
15447         * src/plugins/pgpmime/pgpmime.h
15448         * src/plugins/pgpmime/plugin.c
15449         * src/plugins/pgpmime/sgpgme.c
15450         * src/plugins/pgpmime/sgpgme.h
15451                 sync with HEAD
15452
15453 2004-08-08 [paul]       0.9.12cvs51.1
15454
15455         * configure.ac
15456         * src/folder.c
15457                 sync with HEAD
15458
15459 2004-08-07 [colin]      0.9.12cvs50.1
15460
15461         * src/pop.c
15462         * src/common/partial_download.c
15463                 fix warnings (sync from HEAD)
15464
15465 2004-08-07 [colin]      0.9.12cvs48.1
15466
15467         * src/prefs_folder_item.c
15468                 sync with HEAD 0.9.12cvs48
15469
15470 2004-08-06 [colin]      0.9.12cvs47.1
15471
15472         * src/compose.c
15473                 Sync with HEAD
15474
15475 2004-08-06 [christoph]  0.9.12cvs46.2
15476
15477         * src/main.c
15478         * src/plugins/clamav/clamav_plugin_gtk.c
15479         * src/plugins/dillo_viewer/dillo_viewer.c
15480         * src/plugins/image_viewer/plugin.c
15481         * src/plugins/mathml_viewer/mathml_viewer.c
15482         * src/plugins/spamassassin/spamassassin_gtk.c
15483         * src/plugins/trayicon/trayicon.c
15484                 don't mix GTK1.2 plugin with GTK2 plugins
15485
15486 2004-08-06 [colin]      0.9.12cvs46.1
15487
15488         * ChangeLog
15489         * ChangeLog.claws
15490         * ChangeLog.jp
15491         * configure.ac
15492         * sylpheed-claws.pc.in
15493         * src/folder.c
15494         * src/imap.c
15495         * src/localfolder.c
15496         * src/messageview.c
15497         * src/mimeview.c
15498         * src/mimeview.h
15499         * src/msgcache.c
15500         * src/news.c
15501         * src/prefs_ext_prog.c
15502         * src/prefs_folder_item.c
15503         * src/prefs_fonts.c
15504         * src/prefs_msg_colors.c
15505         * src/prefs_spelling.c
15506         * src/prefs_themes.c
15507         * src/prefs_toolbar.c
15508         * src/prefs_wrapping.c
15509         * src/procmime.h
15510         * src/common/defs.h
15511         * src/common/nntp.c
15512         * src/common/session.c
15513         * src/common/session.h
15514         * src/common/socket.c
15515         * src/common/utils.h
15516         * src/common/xml.c
15517         * src/common/xml.h
15518         * src/gtk/prefswindow.c
15519         * src/gtk/prefswindow.h
15520         * src/plugins/clamav/clamav_plugin_gtk.c
15521         * src/plugins/dillo_viewer/dillo_prefs.c
15522         * src/plugins/image_viewer/viewerprefs.c
15523         * src/plugins/spamassassin/spamassassin_gtk.c
15524         * m4/openssl.m4 *** REMOVED ***
15525                 Sync with HEAD 0.9.12cvs46
15526
15527 2004-08-03 [paul]       0.9.12cvs40.2
15528
15529         * src/action.c
15530         * src/addressadd.c
15531         * src/addressbook.c
15532         * src/addrgather.c
15533         * src/browseldap.c
15534         * src/compose.c
15535         * src/crash.c
15536         * src/editaddress.c
15537         * src/editgroup.c
15538         * src/editldap_basedn.c
15539         * src/foldersel.c
15540         * src/importldif.c
15541         * src/mimeview.c
15542         * src/prefs_common.c
15543         * src/prefs_template.c
15544         * src/sourcewindow.c
15545         * src/summaryview.c
15546         * src/gtk/about.c
15547         * src/gtk/foldersort.c
15548         * src/gtk/logwindow.c
15549         * src/gtk/pluginwindow.c
15550         * src/gtk/prefswindow.c
15551                 change all gtk_scrolled_window_set_policy from 
15552                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15553
15554 2004-08-02 [paul]       0.9.12cvs40.1
15555
15556         * AUTHORS
15557                 update translation team section
15558         * po/pt_BR.po
15559                 updated by Frederico Goncalves Guimaraes
15560                 <fggdebian@yahoo.com.br>
15561
15562 2004-07-31 [colin]      0.9.12cvs39.9
15563
15564         * src/exphtmldlg.c
15565                 Fix compilation
15566
15567 2004-07-31 [colin]      0.9.12cvs39.8
15568
15569         * src/exphtmldlg.c
15570                 Fix an alertpanel type
15571
15572 2004-07-30 [colin]      0.9.12cvs39.7
15573
15574         * src/alertpanel.c
15575                 Fix alertpanel_error_log's icon
15576
15577 2004-07-30 [colin]      0.9.12cvs39.6
15578
15579         * src/pop.c
15580                 Two of them should still be warnings
15581
15582 2004-07-30 [colin]      0.9.12cvs39.5
15583
15584         * src/pop.c
15585                 More warning -> error
15586 2004-07-29 [colin]      0.9.12cvs39.4
15587
15588         * src/pop.c
15589                 Warning -> error
15590
15591 2004-07-29 [colin]      0.9.12cvs39.3
15592
15593         * src/prefs_matcher.c
15594                 Fix segfault
15595
15596 2004-07-29 [colin]      0.9.12cvs39.2
15597
15598         * src/alertpanel.c
15599                 More nice-looking alertpanels
15600
15601 2004-07-29 [colin]      0.9.12cvs39.1
15602
15603         * src/messageview.c
15604                 sync with head
15605                 (inform user when partial mail is deleted on server)
15606
15607 2004-07-29 [colin]      0.9.12cvs38.1
15608
15609         * src/messageview.c
15610                 sync with head
15611
15612 2004-07-28 [paul]       0.9.12cvs37.7
15613
15614         * src/mainwindow.c
15615                 complete the replacement of deprecated gtk_progress_*
15616
15617 2004-07-28 [paul]       0.9.12cvs37.6
15618
15619         * src/action.c
15620         * src/inc.c
15621         * src/mainwindow.c
15622         * src/send_message.c
15623         * src/gtk/progressdialog.c
15624         * src/gtk/progressdialog.h
15625                 replace deprecated gtk_progress_*
15626
15627 2004-07-28 [paul]       0.9.12cvs37.5
15628
15629         * src/gtk/filesel.c
15630                 remove gtk_window_set_wmclass()
15631 2004-07-28 [paul]       0.9.12cvs37.4
15632
15633         * src/addressbook.c
15634         * src/compose.c
15635         * src/foldersel.c
15636         * src/mainwindow.c
15637         * src/messageview.c
15638         * src/sourcewindow.c
15639         * src/gtk/logwindow.c
15640                 remove gtk_window_set_wmclass()
15641                 
15642         * src/prefs_filtering.c
15643         * src/prefs_filtering_action.c
15644         * src/prefs_fonts.c
15645         * src/prefs_gtk.c
15646         * src/prefs_matcher.c
15647         * src/ssl_manager.c
15648         * src/gtk/prefswindow.c
15649                 replace gtk_window_position()
15650
15651 2004-07-28 [colin]      0.9.12cvs37.3
15652
15653         * src/alertpanel.c
15654         * src/alertpanel.h
15655                 Add a way to specify panel type for specific
15656                 panels (alertpanel())
15657         * src/account.c
15658         * src/addressbook.c
15659         * src/compose.c
15660         * src/expldifdlg.c
15661         * src/main.c
15662         * src/messageview.c
15663         * src/summaryview.c
15664         * src/textview.c
15665         * src/gtk/sslcertwindow.c
15666                 Fix alertpanel()s so that their icon match
15667                 their real type
15668
15669 2004-07-28 [paul]       0.9.12cvs37.2
15670
15671         * src/addr_compl.c
15672         * src/addressbook.c
15673         * src/alertpanel.c
15674         * src/compose.c
15675         * src/export.c
15676         * src/foldersel.c
15677         * src/folderview.c
15678         * src/grouplistdialog.c
15679         * src/import.c
15680         * src/mainwindow.c
15681         * src/message_search.c
15682         * src/messageview.c
15683         * src/passphrase.c
15684         * src/prefs_actions.c
15685         * src/prefs_common.c
15686         * src/prefs_customheader.c
15687         * src/prefs_display_header.c
15688         * src/prefs_filtering.c
15689         * src/prefs_filtering_action.c
15690         * src/prefs_gtk.c
15691         * src/prefs_matcher.c
15692         * src/prefs_msg_colors.c
15693         * src/prefs_summary_column.c
15694         * src/prefs_template.c
15695         * src/sourcewindow.c
15696         * src/ssl_manager.c
15697         * src/summary_search.c
15698         * src/gtk/colorsel.c
15699         * src/gtk/description_window.c
15700         * src/gtk/gtkaspell.c
15701         * src/gtk/inputdialog.c
15702         * src/gtk/logwindow.c
15703         * src/gtk/prefswindow.c
15704         * src/gtk/progressdialog.c
15705                 replace deprecated gtk_window_set_policy
15706
15707 2004-07-27 [colin]      0.9.12cvs37.1
15708
15709         * src/msgcache.c
15710                 More fixes (synced for head again)
15711
15712 2004-07-27 [colin]      0.9.12cvs35.3
15713
15714         * src/msgcache.c
15715                 Fix wrong test
15716
15717 2004-07-27 [colin]      0.9.12cvs35.2
15718
15719         * src/mimeview.c
15720                 Fix width a bit (by Paul)
15721         * src/alertpanel.c
15722         * src/alertpanel.h
15723                 Specialize icons, make alertpanel_message()
15724                 private
15725         * src/message_search.c
15726         * src/sgpgme.c
15727         * src/summary_search.c
15728                 Suit alertpanel changes
15729
15730 2004-07-27 [colin]      0.9.12cvs35.1
15731
15732         * src/alertpanel.c
15733                 Add an icon
15734         * src/passphrase.c
15735                 Add debug output - maybe someone will
15736                 want to look at the problem with Grab
15737                 Input :)
15738         Bump version as we're synced with HEAD
15739
15740 2004-07-26 [colin]      0.9.12cvs33.26
15741
15742         * src/pop.c
15743                 Fix uidl-file parsing when not in new
15744                 format
15745
15746 2004-07-26 [colin]      0.9.12cvs33.25
15747
15748         * src/gtk/menu.c
15749                 Move popup menu up if necessary (fixes 
15750                 account selector)
15751         * src/mainwindow.c
15752                 Set account selector's button height to
15753                 minimum
15754
15755 2004-07-26 [colin]      0.9.12cvs33.24
15756
15757         * src/alertpanel.c
15758                 Maybe fix 551 (Truncated font in alert window)
15759
15760 2004-07-26 [colin]      0.9.12cvs33.23
15761
15762         * po/de.po
15763         * po/es.po
15764         * po/fr.po
15765         * po/it.po
15766         * po/ja.po
15767         * po/pl.po
15768         * po/ru.po
15769         * po/sk.po
15770         * po/sr.po
15771         * po/zh_CN.po
15772                 Sync po files with HEAD
15773
15774 2004-07-26 [paul]       0.9.12cvs33.22
15775
15776         * src/compose.c
15777                 fix Bug 556 'Organisation-header is sent even if empty'
15778
15779 2004-07-24 [colin]      0.9.12cvs33.21
15780
15781         * src/compose.c
15782         * src/gtk/gtkaspell.c
15783         * src/gtk/gtkaspell.h
15784                 Fix speller accelerators (require hack)
15785
15786 2004-07-24 [colin]      0.9.12cvs33.20
15787
15788         * src/gtk/gtkaspell.c
15789                 Fix over-eager code deletion breaking
15790                 Check while typing
15791
15792 2004-07-24 [colin]      0.9.12cvs33.19
15793
15794         * src/browseldap.c
15795         * src/ldapctrl.c
15796         * src/ldapctrl.h
15797         * src/ldapserver.h
15798                 Sync ldap with HEAD
15799         (Fixes 546 LDAP completely broken)
15800
15801 2004-07-24 [colin]      0.9.12cvs33.18
15802
15803         * src/prefs_msg_colors.c
15804                 Fix prototype mismatch
15805         (Fixes 547 void function cannot return value)
15806
15807 2004-07-24 [colin]      0.9.12cvs33.17
15808
15809         * src/mainwindow.c
15810                 Fix sort going back to previous sort key
15811                 when changing sort direction
15812
15813 2004-07-24 [colin]      0.9.12cvs33.16
15814
15815         * src/compose.c
15816                 Fix space insertion when re-wrapping at 
15817                 cursor point
15818
15819 2004-07-24 [colin]      0.9.12cvs33.15
15820
15821         * src/gtk/gtkaspell.c
15822                 Don't change cursor position in insert-text
15823                 callback
15824         (Fixes 539 Word wrapping on input transposes letters)
15825
15826 2004-07-24 [colin]      0.9.12cvs33.14
15827
15828         * src/gtk/gtkaspell.c
15829                 Reencode non-ascii chars to dictionary's
15830                 encoding
15831         (Fixes 544 Spell check broken non english locale)
15832
15833 2004-07-24 [colin]      0.9.12cvs33.13
15834
15835         * src/summaryview.c
15836                 Fix Shift+Down, add Home/End/PgUp/PgDown
15837
15838 2004-07-21 [colin]      0.9.12cvs33.12
15839
15840         * src/prefs_common.c
15841                 Fix a gtk warning (Patch by Andrej Kacian)
15842
15843 2004-07-21 [colin]      0.9.12cvs33.11
15844
15845         * src/gtk/filesel.c
15846                 More check
15847
15848 2004-07-21 [colin]      0.9.12cvs33.10
15849
15850         * src/compose.c
15851         * src/crash.c
15852         * src/export.c
15853         * src/import.c
15854         * src/messageview.c
15855         * src/mimeview.c
15856         * src/prefs_spelling.c
15857         * src/prefs_themes.c
15858         * src/summaryview.c
15859         * src/gtk/filesel.c
15860         * src/gtk/filesel.h
15861         * src/gtk/pluginwindow.c
15862                 Untwist open/save mode guessing logic, make
15863                 it explicit
15864
15865 2004-07-20 [colin]      0.9.12cvs33.9
15866
15867         * src/codeconv.c
15868                 conv_encode_header: src_charset is UTF-8 on
15869                 gtk2
15870         * src/compose.c
15871                 Remove double encoding of the headers
15872
15873 2004-07-20 [colin]      0.9.12cvs33.8
15874
15875         * src/codeconv.c
15876                 Fix typo
15877
15878 2004-07-20 [colin]      0.9.12cvs33.7
15879
15880         * src/mainwindow.c
15881                 Set the separated messageview to the saved
15882                 size of Claws' messageview (Patch by Alfons)
15883                 Fix a callback prototype (me)
15884
15885 2004-07-20 [colin]      0.9.12cvs33.6
15886
15887         * src/codeconv.h
15888                 Forgot one hunk in 0.9.12cvs33.4
15889
15890 2004-07-19 [colin]      0.9.12cvs33.5
15891
15892         * src/action.c
15893                 Action output fix
15894                 Patch by Alfons
15895
15896 2004-07-19 [colin]      0.9.12cvs33.4
15897
15898         * src/compose.c
15899                 Fix outgoing charset bug in headers
15900         * src/codeconv.c
15901                 Clean for glib2 - Patch by Alfons
15902
15903 2004-07-19 [colin]      0.9.12cvs33.3
15904
15905         * src/statusbar.c
15906                 Remove grip from the statusbar
15907                 Patch by Alfons
15908
15909 2004-07-19 [colin]      0.9.12cvs33.2
15910
15911         * src/messageview.c
15912         * src/textview.c
15913                 Fix messageview remembering the previous
15914                 scroll position when loading a new message
15915                 Patch by Alfons
15916
15917 2004-07-19 [colin]      0.9.12cvs33.1
15918
15919         * src/folder.h
15920         * src/folderview.c
15921         * src/summaryview.c
15922                 Sync with HEAD
15923
15924 2004-07-18 [colin]      0.9.12cvs32.7
15925
15926         * configure.ac
15927                 Remove useless check for XIM - noticed
15928                 by Alfons
15929
15930 2004-07-18 [colin]      0.9.12cvs32.6
15931
15932         * src/summaryview.c
15933                 Remove non-modified and shift-modified
15934                 accelerators in summaryview's popup
15935                 menu, as that doesn't get catched by
15936                 the accel-activate signal catcher...
15937
15938 2004-07-18 [colin]      0.9.12cvs32.5
15939
15940         * src/prefs_common.c
15941                 Define sensible default prefs for 
15942                 wrapping
15943
15944 2004-07-18 [colin]      0.9.12cvs32.4
15945
15946         * src/compose.c
15947         * src/prefs_common.c
15948         * src/prefs_common.h
15949         * src/prefs_wrapping.c
15950                 Remove Smart Wrapping pref, which does
15951                 nothing on gtk2 branch
15952
15953 2004-07-18 [colin]      0.9.12cvs32.3
15954
15955         * src/sourcewindow.c
15956                 Proper utf8
15957
15958 2004-07-18 [colin]      0.9.12cvs32.2
15959
15960         * src/compose.c
15961                 Save attachment status when drafting
15962
15963 2004-07-18 [colin]      0.9.12cvs32.1
15964
15965         * src/gtk/filesel.c
15966                 Fix erratic folder selection in open mode
15967
15968 2004-07-18 [colin]      0.9.12cvs31.11
15969
15970         * src/pop.c
15971                 Don't let partial messages get deleted
15972                 even with "dowload all"
15973                 (0.9.12cvs31.8 fix extension)
15974 2004-07-18 [colin]      0.9.12cvs31.10
15975
15976         * src/gtk/logwindow.c
15977                 Fix log scrolling
15978
15979 2004-07-18 [colin]      0.9.12cvs31.9
15980
15981         * src/common/utils.c
15982                 Fix non-utf8 strings coming from commands
15983                 and files
15984
15985 2004-07-18 [colin]      0.9.12cvs31.8
15986
15987         * src/pop.c
15988                 Fix partial download bug with Download all
15989                 messages option
15990
15991 2004-07-18 [colin]      0.9.12cvs31.7
15992
15993         * src/textview.c
15994                 Fix bug introduced in 0.9.12cvs31.2
15995                 (blocked in select mode after double click)
15996
15997 2004-07-18 [colin]      0.9.12cvs31.6
15998
15999         * src/compose.c
16000         * src/gtk/menu.c
16001                 More glib-warning fixes
16002
16003 2004-07-18 [colin]      0.9.12cvs31.5
16004
16005         * src/compose.c
16006                 Fix trashing the primary clipboard when moving 
16007                 around with tab
16008         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16009
16010 2004-07-18 [colin]      0.9.12cvs31.4
16011
16012         * src/codeconv.c
16013                 convert unencoded iso headers to utf8
16014         (Fix Bug 538 Unencoded local characters in subject make it 
16015          disappear)
16016
16017 2004-07-18 [colin]      0.9.12cvs31.3
16018
16019         * src/compose.c
16020                 Fix tab char handling in wrapping
16021         (Fix Bug 537 Line wrap problem - TAB character treated as 
16022          one character instead of 8)
16023
16024 2004-07-18 [colin]      0.9.12cvs31.2
16025
16026         * src/textview.c
16027                 return FALSE on GDK_MOTION_NOTIFY
16028         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16029          (unable to highlight))
16030
16031 2004-07-18 [colin]      0.9.12cvs31.1
16032
16033         * src/folderview.c
16034                 Sync with 0.9.12cvs31
16035
16036 2004-07-18 [colin]      0.9.12cvs30.4
16037
16038         * src/compose.c
16039                 Also block text_inserted when inserting a file
16040
16041 2004-07-18 [colin]      0.9.12cvs30.3
16042
16043         * src/compose.c
16044                 Fix smart wrapping (block text_inserted handler
16045                 while putting quotation to avoid wrap on input,
16046                 don't join lines if next is sig separator)
16047
16048 2004-07-17 [colin]      0.9.12cvs30.2
16049
16050         * src/folderview.c
16051         * src/mainwindow.c
16052         * src/mimeview.c
16053         * src/summaryview.c
16054         * src/gtk/quicksearch.c
16055         * src/gtk/quicksearch.h
16056                 Block key events handlers *and* accels while
16057                 quicksearch is focused
16058         (Fixes Bug 534 quick-search bar not accepting certain letters)
16059
16060 2004-07-17 [colin]      0.9.12cvs30.1
16061
16062         * src/folder.h
16063         * src/folderview.c
16064         * src/summaryview.c
16065                 Sync with 0.9.12cvs30
16066
16067 2004-07-17 [colin]      0.9.12cvs28.2
16068
16069         * src/mimeview.c
16070         * src/procmime.c
16071         * src/summaryview.c
16072         * src/gtk/menu.c
16073                 Squash some compile and glib warnings
16074
16075 2004-07-17 [paul]       0.9.12cvs28.1
16076
16077         * src/mimeview.c
16078                 sync with 0.9.12cvs28 HEAD
16079
16080 2004-07-16 [paul]       0.9.12cvs26.1
16081         
16082         * src/gtk/quicksearch.c
16083         * src/account.c
16084         * src/account.h
16085         * src/compose.c
16086         * src/customheader.c
16087         * src/folder_item_prefs.c
16088         * src/main.c
16089         * src/mainwindow.c
16090         * src/messageview.c
16091         * src/mimeview.c
16092         * src/news.c
16093         * src/pgpmime.c
16094         * src/pop.c
16095         * src/pop.h
16096         * src/prefs_account.c
16097         * src/prefs_account.h
16098         * src/prefs_common.c
16099         * src/prefs_common.h
16100         * src/prefs_display_header.c
16101         * src/prefs_gtk.c
16102         * src/prefs_gtk.h
16103         * src/procheader.c
16104         * src/procmime.c
16105                 sync with 0.9.12cvs26 HEAD      
16106
16107 2004-07-15 [colin]      0.9.12cvs18.14
16108
16109         * src/folder.c
16110                 Disable GPG signature check during
16111                 folder move and scan
16112         (Closes Bug 521 Signature checking slows down Folder-Move)
16113
16114 2004-07-14 [colin]      0.9.12cvs18.13
16115
16116         * src/common/partial_download.c
16117                 update includes
16118
16119 2004-07-14 [colin]      0.9.12cvs18.12
16120
16121         * src/common/partial_download.c
16122         * src/common/partial_download.h
16123                 Move doc at top, add correct copyright
16124
16125 2004-07-14 [colin]      0.9.12cvs18.11
16126
16127         * src/folder.c
16128         * src/messageview.c
16129         * src/pop.c
16130         * src/pop.h
16131         * src/procmsg.c
16132         * src/summaryview.c
16133         * src/common/Makefile.am
16134         * src/common/partial_download.c ** NEW FILES **
16135         * src/common/partial_download.h ** NEW FILES **
16136                 Move partial-download related stuff to its
16137                 own file
16138
16139 2004-07-14 [colin]      0.9.12cvs18.10
16140
16141         * src/send_message.c
16142                 Fix smtp auth when user is null or empty
16143
16144 2004-07-13 [colin]      0.9.12cvs18.9
16145
16146         * src/gtk/quicksearch.c
16147                 Use alphabetic order
16148
16149 2004-07-13 [colin]      0.9.12cvs18.8
16150
16151         * src/pop.c
16152                 Be paranoid on the checks
16153
16154 2004-07-13 [colin]      0.9.12cvs18.7
16155
16156         * src/gtk/quicksearch.c
16157                 Fix Engrish once again
16158
16159 2004-07-13 [colin]      0.9.12cvs18.6
16160
16161         * src/procmsg.c
16162         * src/summaryview.c
16163                 Mark messages for deletion when they are about to
16164                 be removed from trash
16165
16166 2004-07-13 [colin]      0.9.12cvs18.5
16167
16168         * src/matcher.c
16169         * src/matcher.h
16170         * src/matcher_parser_parse.y
16171         * src/prefs_matcher.c
16172         * src/gtk/quicksearch.c
16173                 Add 'partial' ('p') match string to find partially
16174                 downloaded messages
16175
16176 2004-07-13 [colin]      0.9.12cvs18.4
16177
16178         * src/pop.c
16179                 Fix misplaced block
16180
16181 2004-07-13 [colin]      0.9.12cvs18.3
16182
16183         * src/pop.c
16184         * src/pop.h
16185         * src/messageview.c
16186                 Refactor API (to avoid passing 5+ params and code
16187                 duplication)
16188         * src/folder.c
16189         * src/msgcache.c
16190         * src/procheader.c
16191         * src/common/defs.h
16192                 Add planned_download to cache
16193                 Don't mess uidl file when moving partially downloaded
16194                 mails (they change folder, we should change it in the
16195                 uidl list too or we'll remove an incorrect message)
16196                 (this also helps removing hacks when changing 
16197                 planned_download in messageview.c)
16198
16199 2004-07-12 [colin]      0.9.12cvs18.2
16200
16201         * src/gtk/quicksearch.c
16202                 Fix missing status update in quicksearch
16203
16204 2004-07-12 [paul]       0.9.12cvs18.1
16205
16206         * po/POTFILES.in
16207         * src/Makefile.am
16208         * src/account.c
16209         * src/codeconv.c
16210         * src/compose.c
16211         * src/inc.c
16212         * src/main.c
16213         * src/prefs_common.c
16214         * src/procmsg.h
16215         * src/toolbar.c
16216         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16217         * src/prefs_wrapping.[ch]       ** NEW FILES **
16218         * src/common/intl.h
16219         * src/common/utils.[ch]
16220         * src/gtk/quicksearch.[ch]
16221                 sync with 0.9.12cvs18 HEAD
16222
16223 2004-07-12 [colin]      0.9.11cvs17.25
16224
16225         * src/folder.c
16226         * src/folder.h
16227                 Remove unused function added by me in 0.9.11cvs17.10
16228
16229 2004-07-11 [colin]      0.9.11cvs17.24
16230
16231         * src/inc.c
16232         * src/messageview.c
16233         * src/pop.c
16234         * src/pop.h
16235                 Use folderitem and msgnum instead of filename to
16236                 know which mail to delete
16237                 Move old partial mail deletion to pop.c
16238
16239 2004-07-10 [colin]      0.9.11cvs17.23
16240
16241         * src/inc.c
16242                 Add debug
16243         * src/pop.c
16244         * src/pop.h
16245                 Don't re-use same enums for unrelated stuff: it's 
16246                 completely misleading !
16247                 Document a bit
16248
16249 2004-07-09 [colin]      0.9.11cvs17.22
16250
16251         * src/inc.c
16252                 Remove folder-type check and do
16253                 more tests to be sure everything's
16254                 ok
16255         * src/messageview.c
16256                 Punctuation update, remove useless
16257                 code, fix two warnings
16258         * src/noticeview.c
16259                 Layout cleaning, reset 2nd button
16260                 when specifying one
16261
16262 2004-07-09 [colin]      0.9.11cvs17.21
16263
16264         * src/messageview.c
16265         * src/pop.c
16266         * src/pop.h
16267                 Allow user to change his mind
16268                 and postpone decision (by
16269                 unmarking the mail)
16270
16271 2004-07-09 [colin]      0.9.11cvs17.20
16272
16273         * src/messageview.c
16274                 Fix bug with delete state
16275         * src/pop.c
16276         * src/pop.h
16277                 Fix buffer leak (fread doesn't 
16278                 terminate buffers with \0)
16279                 Refactoring (remove magic 
16280                 numbers)
16281
16282 2004-07-09 [colin]      0.9.11cvs17.19
16283
16284         * src/pop.c
16285                 Don't log "Skipping message" if 
16286                 we're going to TOP it two lines
16287                 later
16288
16289 2004-07-09 [colin]      0.9.11cvs17.18
16290
16291         * src/messageview.c
16292                 Fix Engrish
16293
16294 2004-07-09 [colin]      0.9.11cvs17.17
16295
16296         * src/pop.c
16297                 strlen checking...
16298         * src/messageview.c
16299                 refactoring a bit
16300
16301 2004-07-08 [colin]      0.9.11cvs17.16
16302
16303         * src/noticeview.c
16304         * src/noticeview.h
16305                 Add an optional second button
16306         * src/messageview.c
16307         * src/pop.c
16308         * src/pop.h
16309                 Don't delete partially received mails after a certain
16310                 time; rather, let the user decide.
16311
16312 2004-07-08 [colin]      0.9.11cvs17.15
16313
16314         * src/common/smtp.h
16315                 Sync with HEAD
16316
16317 2004-07-08 [colin]      0.9.11cvs17.14
16318
16319         * src/messageview.c
16320         * src/common/smtp.c
16321                 Use to_human_readable() for sizes
16322
16323 2004-07-08 [colin]      0.9.11cvs17.13
16324
16325         * src/inc.c
16326         * src/messageview.c
16327         * src/pop.c
16328         * src/pop.h
16329         * src/procmsg.c
16330                 Fix partial-downloading issues:
16331                         catch unsupported TOP
16332                         don't delete partially downloaded mails before 5 days
16333                         don't update existing with non-MH folders; that'll
16334                         make dups, but it's better than trashing the folder
16335                         free new msginfo parts
16336                 Fix indentation ;-)
16337
16338 2004-07-08 [colin]      0.9.11cvs17.12
16339
16340         * src/common/smtp.c
16341         * src/common/smtp.h
16342                 Sync smtp size verification with HEAD
16343
16344 2004-07-08 [colin]      0.9.11cvs17.11
16345
16346         * src/summaryview.c
16347         * src/prefs_common.c
16348         * src/prefs_common.h
16349         * src/gtk/quicksearch.c
16350         * src/gtk/quicksearch.h
16351                 Sync sticky pref with HEAD
16352
16353 2004-07-08 [colin]      0.9.11cvs17.10
16354
16355         * src/folder.c [1.213.2.6]
16356         * src/folder.h [1.87.2.6]
16357         * src/inc.c [1.149.2.7]
16358         * src/messageview.c [1.94.2.8]
16359         * src/procheader.c [1.47.2.6]
16360         * src/procmsg.c [1.150.2.4]
16361         * src/procmsg.h [1.60.2.5]
16362         * src/pop.c [1.56.2.4]
16363         * src/pop.h [1.17.2.3]
16364                 Let too big messages get downloaded, but truncated
16365                 Add a button to download them completely
16366                 
16367 2004-07-06 [colin]      0.9.11cvs17.9
16368
16369         * src/gtk/quicksearch.c [1.1.2.3]
16370                 Add a Clear button
16371         * commitHelper
16372         * PATCHSETS
16373                 Add a script to help with cvs
16374
16375 2004-07-03 [colin]      0.9.11cvs17.8
16376
16377         * src/plugins/imageviewer/viewer.c
16378                 fix imageviewer (which was staying on the first
16379                 displayed image)
16380
16381 2004-07-03 [colin]      0.9.11cvs17.7
16382
16383         Removed FIXME_GTK2 warnings
16384         * src/gtk/gtkutils.c
16385                 useless #warnings
16386         * src/gtk/menu.c
16387                 useless #warnings (no need to mess with menu rc)
16388         * src/gtk/menu.h
16389                 unused functions
16390         
16391
16392 2004-07-03 [colin]      0.9.11cvs17.6
16393
16394         Removed FIXME_GTK2 warnings
16395         * src/codeconv.c
16396                 useless #warnings (rewrite needed)
16397         * src/compose.c
16398                 useless #warnings (rewrite needed)
16399                 useless #warnings (gtk2 is like that)
16400                 useless #warnings (previously fixed)
16401         * src/main.c
16402                 useless #warnings (previously fixed)
16403         * src/message_search.c
16404                 useless #warnings (gtk2 is like that)
16405                 Made apparent that search is case-sensitive
16406         * src/mimeview.c
16407                 useless #warnings (rewrite needed)
16408                 useless #warnings (gtk2 is like that)
16409                 reimplemented real warnings
16410         * src/prefs_common.c
16411                 Removed block cursor option (not it gtk2)
16412         * src/prefs_gtk.c
16413                 useless #warnings (rewrite needed)
16414         * src/procheader.c
16415                 useless #warnings (rewrite needed)
16416         * src/sourcewindow.c
16417                 useless #warnings (incorrect placing)
16418         * src/summary_search.c
16419                 useless #warnings (gtk2 is like that)
16420                 Made apparent that search is case-sensitive
16421         * src/action.c
16422                 useless #warnings (gtk2 is like that)
16423         * src/textview.c
16424                 useless #warnings (rewrite needed)
16425         * src/toolbar.c
16426                 useless #warnings (rewrite needed)
16427
16428 2004-07-03 [colin]      0.9.11cvs17.5
16429
16430         * src/textview.c
16431                 Fix mismerge which broke URI opening
16432                 
16433 2004-07-01 [colin]      0.9.11cvs17.4
16434
16435         * src/gtk/filesel.c
16436                 Fill filename when saving
16437                 
16438 2004-06-27 [colin]      0.9.11cvs17.3
16439
16440         * src/gtk/filesel.[ch]
16441                 Use the new GTK file selector
16442                 Update prototype to match the reality: multiple file
16443                 selection is open-only          
16444         * src/compose.c
16445                 Match the new prototypes        
16446         * configure.ac
16447                 Match the new requirements (gtk 2.4.0)
16448                         
16449 2004-06-26 [colin]      0.9.11cvs17.2
16450
16451         * src/plugins/trayicon/trayicon.c
16452                 Remove useless signal handler on resize, which causes
16453                 an infinite "loop"
16454         
16455 2004-06-26 [colin]      0.9.11cvs17.1
16456         
16457         * tools/Makefile.am
16458                 remove launch_firebird and add nautilus2sylpheed.sh
16459         * src/quicksearch.c
16460           src/summaryview.c
16461                 Fix show/hide "Extended symbols" button problem
16462                 Fix apparition at startup
16463                 Fix const warnings
16464         * src/plugins/image_viewer/Makefile.am
16465                 Fix configure 
16466         * common/ssl.c
16467                 Re-enable certificate check, as it doesn't seem to
16468                 cause Xlib errors anymore
16469
16470 2004-06-25 [paul]       0.9.11cvs17
16471
16472         * sync with 0.9.11cvs17 HEAD
16473         
16474         NOTE: QuickSearch is broken
16475
16476 2004-06-07 [colin]      0.9.10claws67.10
16477         * src/plugins/trayicon/trayicon.c
16478           src/plugins/trayicon/libeggtrayicon/Makefile.am
16479           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16480                 Fix gettextization in trayicon plugin
16481
16482 2004-06-07 [colin]      0.9.10claws67.9
16483         
16484         * src/summaryview.c
16485           src/gtk/gtksctree.[ch]
16486                 Let Shift+{Up,Down} work in summaryview
16487                 (well, Down "works" and Up works)
16488                 Let the list scroll when using these keys
16489
16490 2004-06-06 [colin]      0.9.10claws67.8
16491
16492         * src/plugins/trayicon/trayicon.c
16493                 Fix pixmap update
16494
16495 2004-06-06 [colin]      0.9.10claws67.7
16496
16497         * src/addressbook.c
16498                 Fix signal handling causing system-wide focus grab
16499
16500 2004-05-25 [paul]       0.9.10claws67.6
16501
16502         * Makefile.am
16503           src/Makefile.am
16504                 clean up
16505
16506 2004-05-25 [paul]       0.9.10claws67.5
16507
16508         * replace deprecated gtk_signal... functions
16509
16510 2004-05-23 [colin]      0.9.10claws67.4
16511
16512         * src/compose.c
16513                 Fix wrapping
16514
16515 2004-05-22 [colin]      0.9.10claws67.3
16516
16517         * src/compose.c
16518                 Re-fix [Edited] in compose.c::compose_reedit()
16519
16520 2004-05-22 [colin]      0.9.10claws67.2
16521
16522         * src/procmime.c
16523                 Fix parsing of multiparts mails
16524
16525 2004-05-22 [colin]      0.9.10claws67.1
16526
16527         * src/summaryview.c
16528                 Fix quicksearch
16529
16530 2004-05-22 [paul]       0.9.10claws67
16531
16532         * sync with 0.9.10claws67 HEAD
16533
16534 2004-05-14 [alfons]
16535
16536         * src/procmime.h
16537                 add forgotton prototype
16538
16539 2004-05-10 [paul]       0.9.10claws57
16540
16541         * sync with 0.9.10claws57 HEAD
16542
16543 2004-05-05 [paul]       0.9.9.claws1
16544
16545         * ChangeLog-gtk2        ** REMOVED **
16546           ChangeLog-gtk2.claws  ** ADDED **
16547                 rename and adopt the normal claws format
16548                 
16549         * configure.ac
16550                 require gtkmathview >= 0.5
16551
16552         * ac/*                          ** REMOVED **
16553           ac/                           ** REMOVED **
16554           intl/Makefile.in              ** REMOVED **
16555           m4/                           ** ADDED **
16556           m4/missing                    ** ADDED **
16557           m4/missing/gdk-pixbuf.m4      ** ADDED **
16558           m4/missing/gettext.m4         ** ADDED **
16559           m4/missing/gpgme.m4           ** ADDED **
16560           m4/missing/imlib.m4           ** ADDED **
16561           m4/.cvsignore                 ** ADDED **
16562           m4/Makefile.am                ** ADDED **
16563           m4/README                     ** ADDED **
16564           m4/aclocal-include.m4         ** ADDED **
16565           m4/aspell.m4                  ** ADDED **
16566           m4/check-type.m4              ** ADDED **
16567           m4/gnupg-check-typedef.m4     ** ADDED **
16568           m4/openssl.m4                 ** ADDED **
16569           m4/spamassassin.m4            ** ADDED **
16570           po/ChangeLog                  ** REMOVED **
16571           po/Makefile.in.in             ** REMOVED **
16572           po/Rules-quot                 ** REMOVED **
16573           po/boldquot.sed               ** REMOVED **
16574           po/en@boldquot.header         ** REMOVED **
16575           po/en@quot.header             ** REMOVED **
16576           po/insert-header.sin          ** REMOVED **
16577           po/quot.sed                   ** REMOVED **
16578           po/remove-potcdate.sed        ** REMOVED **
16579           po/remove-potcdate.sin        ** REMOVED **
16580           po/stamp-po                   ** REMOVED **
16581           Makefile.am
16582           autogen.sh
16583           configure.ac
16584                 enable building with automake 1.8.x
16585                 add 'autopoint --force' to autogen.sh and remove all
16586                 auto-generated files, remove ac/ directory and use
16587                 m4/ directory instead
16588                 
16589         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16590                 fix gettextization
16591
16592 2004-02-28 Colin Leroy <colin@colino.net>
16593         * src/prefs_matcher.c
16594           src/prefs_filtering.c
16595           src/prefs_filtering_action.c
16596                 Fix non-editable GtkEntries
16597
16598 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16599         * src/prefs_themes.c
16600                 utf8 conversion for theme info
16601
16602 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16603         * sync 0.9.9claws
16604
16605 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16606         * src/grouplistdialog.c
16607                 allow multiple selections without ctrl key
16608
16609 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16610         * src/main.c
16611                 enable customizable accelerators
16612
16613 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16614         * src/prefs_common.c
16615                 re-enable different font settings for gtk1/2
16616         * src/prefs_folder_item.c
16617                 fix folder prefs displayed wrong
16618         * src/textview.c
16619                 set 'sunken' shadow type
16620
16621 2004-02-07 Colin Leroy <colin@colino.net>
16622         * src/compose.c
16623                 Fix message being always [Edited]
16624                 Encode headers correctly (utf8 buf)
16625
16626 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16627         * src/socket.c
16628                 remove double g_source_attach()
16629                 (Thanks to Colin Leroy)
16630
16631 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16632         * src/gtk/gtksctree.c
16633                 Fix SSL certificate list not shown
16634         * src/mimeview.c
16635                 Fix clicks in mime tree
16636
16637 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16638         * src/common/socket.c
16639                 Fix SSL receive
16640         * src/compose.c
16641                 Fix clipboard menu hotkeys
16642
16643 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16644         * src/gtk/gtkaspell.[ch]
16645           src/compose.c
16646                 reimplement spellchecker
16647
16648 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16649         * src/gtk/filesel.c
16650                 crash when inserting file in compose window
16651                 (TODO: keep old selection on clicks)
16652         * src/main.c
16653                 use gtkrc-2.0 instead of gtkrc
16654
16655 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16656         * src/messageview.c
16657                 remove orphaned mimeview unref()
16658
16659 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16660         * src/grouplistdialog.c
16661                 expand nodes containing subscribed groups
16662
16663 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16664         * src/textview.c
16665                 textview: hide cursor, restore old click behaviour
16666
16667 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16668         * src/textview.c
16669                 variable names messed up
16670
16671 2004-01-17 Colin Leroy <colin@colino.net>
16672         * src/addr_compl.c
16673                 Fix completion address too thin
16674         * src/compose.c
16675                 Fix tab-to-subject behaviour
16676         * src/summaryview.c
16677                 Implement key up & down in summaryview
16678
16679 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16680
16681         * sync 098claws
16682
16683 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16684         * configure.ac
16685           Makefile.am
16686           doc/.cvsignore
16687           doc/Makefile.am
16688                 faq, man, manual moved to doc/
16689         * ac/aspell.m4
16690           ac/check-type.m4
16691           ac/gnupg-check-typedef.m4
16692           ac/openssl.m4
16693           ac/spamassassin.m4
16694           ac/missing/gdk-pixbuf.m4
16695           ac/missing/gpgme.m4
16696           ac/missing/imlib.m4
16697                 fix automake warnings
16698
16699 2003-12-06 Colin Leroy <colin@colino.net>
16700         * src/summaryview.c
16701                 Fix quicksearch
16702
16703 2003-12-05 Colin Leroy <colin@colino.net>
16704         * src/summaryview.c
16705                 Fix going to next unread folder
16706
16707 2003-12-05 Colin Leroy <colin@colino.net>
16708         * src/crash.c
16709                 Fix gtk2 compilation
16710         * src/session.c
16711                 Remove iotag source handler at disconnection
16712         * src/socket.[ch] 
16713                 Remove source handler when closing socket 
16714                 (fixes another seg)
16715
16716 2003-12-04 Colin Leroy <colin@colino.net>
16717         * src/compose.c
16718           src/prefs_account.c
16719           src/prefs_common.c
16720                 Fix some dropdown menus
16721
16722 2003-12-04 Colin Leroy <colin@colino.net>
16723         * src/compose.c
16724                 Fix event handlers on header fields
16725         * src/common/socket.c
16726           src/common/session.c
16727                 Fix segfault with callback (SSL)
16728                 Fix end of session 
16729
16730 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16731
16732         * Fix compile bug in src/compose.c
16733         * removed src/gtk/gtkstext.[ch]
16734
16735 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16736
16737         * Convert character set and escape "text" attributes in toolbar setting
16738         files.
16739         * Fixed bug in button-press-event handling.
16740
16741 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16742
16743         * Fixed bug in key-press-event handling.
16744
16745 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16746
16747         * Enabled to compile tray-icon plugin (Ad-hoc).
16748         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16749
16750 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16751
16752         * Enabled to compile on sylpheed-claws.
16753         (tray-icon plugin still cannot compile yet.)
16754
16755 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16756
16757         * Updated to 0.9.5.
16758
16759 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16760
16761         * Updated to 0.9.4.
16762         * Ported monitoring SSL mechanism to GSource of GLib2
16763         (I don't confirm it)
16764         * Added _gtk2 suffix to key name of font preference to avoid
16765         ovverwriting preference of Gtk+-1.2 version.
16766
16767 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16768
16769         * Updated to 0.9.2.
16770
16771 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16772
16773         * Updated to 0.9.1.
16774         * Translate po files into UTF-8 when execute autogen.sh.
16775
16776 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16777
16778         * Updated to 0.9.0.
16779
16780 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16781
16782         * Plugged GError related memory leaks.
16783
16784 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16785
16786         * Changed default size of fonts.
16787         * Enabled to set titile font size of warning dialog.
16788
16789 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16790
16791         * Embed a sylpheed icon into executable binary on Windows.
16792
16793 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16794
16795         * I forgot to traslate character set of element string in src/xml.c.
16796
16797 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16798
16799         * Fixed detecting bind_textdomain_codeset in configure.in.
16800         * The bug in which "Example" of "Date fromat" preference isn't displayed
16801         correctly has been fixed.
16802
16803 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16804
16805         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16806           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16807           glib-gettextize
16808           Removed intl directory.
16809           Translated po files into UTF-8.
16810           (Thanks! Ryuji Abe)
16811
16812 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16813
16814         * The bug which doesn't unscape string in xml.c has been fixed.
16815
16816 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16817
16818         * The bug which is failed to translate encoding of file name thorough
16819         file dialog has been fixed.
16820
16821 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16822
16823         * Modified to translate file names which is used in inporting/expoting
16824         mbox feature and "Save as" feature into locale encoding.
16825         * Translate file names into locale encoding when "Attache file" and
16826         "Insert file".
16827         * Force set G_BROKEN_FILENAMES environment variable.
16828         * Other minor fixes.
16829
16830 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16831
16832         * Modified to treat MH folder's name as locale encoding.
16833
16834 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16835
16836         * The bug which clash on switching candidates of auto completion of
16837         addresses, cannot use auto completion in Japanesse is fixed
16838         (Thanks! Tokunaga-san)¡¥
16839
16840 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16841
16842         * The bug which cannot switch key accelerator preference has been fixed
16843         (Thanks! smbd-san)¡¥
16844
16845 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16846
16847         * version 0.8.11-gtk2-20030314
16848
16849 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16850
16851         * The bug in which character set conversion of filtering messages has
16852         been fixed.(Thanks! COCOA-san).
16853
16854 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16855
16856         * Revived "Leave space on head" preference in "Message" category.
16857         * A bug which clash when put the cursor to end of buffer and execute
16858         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16859
16860 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16861
16862         * version 0.8.11-gtk2-20030312
16863
16864 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16865
16866         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16867         * Modified to use Pango's API directly for font preference.
16868         * Integrated GtkTextView of textview to one widget.
16869         * Set fonts of header title in textview by "header_title" tag.
16870         * Removed some deprecated codes.
16871
16872 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16873
16874         * Updated to 0.8.11.
16875         * Merged cygwin patch(Thanks! Sakai-san).
16876
16877 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16878
16879         * version 0.8.10-gtk2-20030309