2006-08-17 [colin] 2.4.0cvs57
[claws.git] / ChangeLog
1 2006-08-17 [colin]      2.4.0cvs57
2
3         * src/imap.c
4                 Add View Log button on auth error
5         * src/procmsg.c
6                 Fix encrypted mail marked as new when
7                 saved in normal folders
8         * src/plugins/pgpinline/pgpinline.c
9                 Fix encrypt bug on IMAP
10         * src/mimeview.c
11         * src/common/utils.c
12         * src/common/utils.h
13         * src/gtk/inputdialog.c
14         * src/gtk/inputdialog.h
15                 Get rid of metamail stuff, simplify
16                 opening, and allow remembering of user's
17                 choices (by updating ~/.mailcap). There's
18                 still to drop "Audio player" and "Image
19                 viewer" preferences.
20
21 2006-08-17 [mones]      2.4.0cvs56
22
23         * manual/es/sylpheed-claws-manual.xml
24                 fix DTD path
25
26 2006-08-17 [mones]      2.4.0cvs55
27
28         * configure.ac
29         * manual/Makefile.am
30         * manual/es/Makefile.am
31         * manual/es/account.xml
32         * manual/es/ack.xml
33         * manual/es/addrbook.xml
34         * manual/es/advanced.xml
35         * manual/es/faq.xml
36         * manual/es/glossary.xml
37         * manual/es/gpl.xml
38         * manual/es/handling.xml
39         * manual/es/intro.xml
40         * manual/es/keyboard.xml
41         * manual/es/plugins.xml
42         * manual/es/starting.xml
43         * manual/es/sylpheed-claws-manual.xml
44         * manual/es/dist/Makefile.am
45         * manual/es/dist/html/Makefile.am
46         * manual/es/dist/pdf/Makefile.am
47         * manual/es/dist/ps/Makefile.am
48         * manual/es/dist/txt/Makefile.am
49                 Spanish translation for the manual
50
51 2006-08-16 [colin]      2.4.0cvs54
52
53         * src/compose.c
54         * src/main.c
55         * src/mainwindow.c
56                 Fix send button sensitivity at startup
57                 Set send menu sensitivity (patch by Fabien)
58         * src/ssl_manager.c
59                 Enable closing with esc (patch by Fabien)
60         * src/gtk/foldersort.c
61                 Enable closing with esc (patch by Fabien)
62         * src/procmime.c
63                 Optimisation (no need to copy to tempfile to
64                 "decode" 7bit and 8bit)
65         * src/summaryview.c
66                 Fix cruft in swap_from case
67         * src/textview.c
68                 Fix missing last line in some mail cases 
69                 (Fixes debian #381872)
70         * src/plugins/pgpcore/prefs_gpg.c
71         * src/plugins/pgpcore/sgpgme.c
72         * src/plugins/pgpcore/sgpgme.h
73                 Don't show "no key found" when user explicitely
74                 wants to create a key
75
76 2006-08-16 [paul]       2.4.0cvs53
77
78         * configure.ac
79         * src/account.c
80         * src/addressbook.c
81         * src/headerview.c
82         * src/prefs_account.c
83         * src/prefs_message.c
84         * src/gtk/gtkutils.c
85                 bump up minimum required versions of GTK+ and
86                 GLIB to 2.6.0
87
88 2006-08-16 [paul]       2.4.0cvs52
89
90         * src/toolbar.c
91                 workaround GTK+ Bug 351600 - 'Can't re-click
92                 on button after sensitivity update'
93                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
94                 Thanks to Colin
95
96 2006-08-15 [colin]      2.4.0cvs51
97
98         * src/plugins/pgpcore/prefs_gpg.c
99                 Set options sensitivity according to
100                 key existence
101         * src/plugins/pgpcore/sgpgme.c
102                 Allow to create key with no passphrase
103
104 2006-08-14 [cleroy]     2.4.0cvs50
105
106         * src/gtk/pluginwindow.c
107                 New layout (maybe to be changed?)
108         * src/gtk/gtkutils.c
109                 Fix a bit label_window
110         * src/plugins/pgpcore/passphrase.c
111         * src/plugins/pgpcore/passphrase.h
112         * src/plugins/pgpcore/plugin.c
113         * src/plugins/pgpcore/prefs_gpg.c
114         * src/plugins/pgpcore/prefs_gpg.h
115         * src/plugins/pgpcore/sgpgme.c
116         * src/plugins/pgpcore/sgpgme.h
117                 Allow to create a PGP private key via the GUI
118
119 2006-08-14 [wwp]        2.4.0cvs49
120
121         * src/addressbook_foldersel.c
122                 fix strict ISO C90 compliance.
123
124 2006-08-14 [paul]       2.4.0cvs48
125
126         * src/gtk/prefswindow.c
127                 re-set scrolled window on opening
128                 Patch by Ticho
129
130 2006-08-14 [paul]
131
132         2.5.0-rc1 released
133
134 2006-08-14 [paul]       2.4.0cvs47
135
136         * src/prefs_display_header.c
137                 re-enable user-defined Displayed Headers
138
139 2006-08-14 [paul]       2.4.0cvs46
140
141         * src/prefs_account.c
142                 use GTK_STOCK_EDIT
143
144 2006-08-13 [colin]      2.4.0cvs45
145
146         * src/common/utils.c
147                 Fix "a" in quote when the original message is empty,
148                 by using \0 instead of 'a' to test writability of
149                 temp files.
150
151 2006-08-13 [wwp]        2.4.0cvs44
152
153         * src/plugins/spamassassin/spamassassin.c
154                 fix capitalization of "SpamAssassin" in some debug, log and
155                 dialog messages.
156
157 2006-08-13 [paul]       2.4.0cvs43
158
159         * src/editldap.c
160                 fix overlapping widgets
161         * src/prefs_account.c
162                 fix translation of protocol_names[]
163                 fix label disappearing off the edge of the
164                 visible area
165
166 2006-08-12 [paul]       2.4.0cvs42
167
168         * manual/plugins.xml
169                 update IRC channel info before it gets forgotten
170                 about
171
172 2006-08-11 [colin]      2.4.0cvs41
173
174         * src/compose.c
175         * src/mainwindow.c
176         * src/mainwindow.h
177         * src/procmsg.c
178         * src/procmsg.h
179         * src/summaryview.c
180         * src/toolbar.c
181                 Grey out the Send button if
182                 - Queue folders are empty, or
183                 - We're sending already
184
185 2006-08-11 [wwp]        2.4.0cvs40
186
187         * src/main.c
188                 fix a logic issue when quitting while a compose window is
189                 still open, thanks to Colin.
190
191 2006-08-10 [colin]      2.4.0cvs39
192
193         * src/main.c
194                 Fix default font size setting after wizard run
195         * src/imap.c
196         * src/etpan/imap-thread.c
197         * src/etpan/imap-thread.h
198                 Fix bug #999 (Timing out on TSL cert validation 
199                 dialog makes ugly things happen). Also, STARTTLS
200                 unconditionnaly if initial capabilities contain
201                 LOGINDISABLED and STARTTLS.
202
203 2006-08-09 [colin]      2.4.0cvs38
204
205         * src/mainwindow.c
206         * src/mainwindow.h
207                 Fix Tools/Actions sensitivity when there are
208                 no actions
209
210 2006-08-09 [colin]      2.4.0cvs37
211
212         * src/prefs_filtering.c
213                 Warning fix, patch by Paul
214         * src/messageview.c
215         * src/prefs_actions.c
216         * src/prefs_filtering_action.c
217         * src/prefs_matcher.c
218                 Uniformisation of "Info ..." to "Info..." (for
219                 old gtk), patch by Fabien
220         * src/plugins/clamav/clamav_plugin_gtk.c
221                 Sensitivity fix by Fabien
222
223 2006-08-09 [colin]      2.4.0cvs36
224
225         * src/main.c
226         * src/main.h
227                 Add a function to know whether we're exiting
228         * src/plugins/trayicon/trayicon.c
229                 If exiting, don't do anything. Faster, and
230                 avoids gtk_main_iteration reentracy causing
231                 segfaults at exit
232
233 2006-08-09 [colin]      2.4.0cvs35
234
235         * src/messageview.c
236         * src/mimeview.c
237         * src/mimeview.h
238                 Fix lack of part selection when automatically 
239                 jumping to a specific part
240         * src/msgcache.c
241                 Little optimisation in cache reading
242
243 2006-08-09 [colin]      2.4.0cvs34
244
245         * src/compose.c
246                 Fix crash setting the priority on reedit
247                 (Accessing compose before creating it!)
248
249 2006-08-08 [colin]      2.4.0cvs33
250
251         * src/procmime.c
252                 Fix bug #998 (last attachment is not accessible)
253                 Bad RFC interpretation on multipart close-delimiters
254         * src/mimeview.c
255         * src/mimeview.h
256         * src/gtk/gtkvscrollbutton.c
257         * src/gtk/gtkvscrollbutton.h
258                 Make attachments list wheel-scrollable
259
260 2006-08-07 [colin]      2.4.0cvs32
261
262         * src/gtk/gtkaspell.c
263                 Fix bug #973 (Unicode punctation characters 
264                 are not recognized as separators by the
265                 spell checker); fix unsigned stuff
266
267 2006-08-07 [colin]      2.4.0cvs31
268
269         * src/compose.c
270                 Fix bug #956 (DnD text with accents in compose 
271                 text entry); fix gccc's signed/unsigned fuss
272
273 2006-08-06 [colin]      2.4.0cvs30
274
275         * src/main.c
276                 Fix bug #979 (Plugin crashes when exiting 
277                 sylpheed-claws) : handle exit request only 
278                 once
279
280 2006-08-05 [colin]      2.4.0cvs29
281
282         * src/news.c
283                 Just make sure we have a msgid.
284
285 2006-08-05 [colin]      2.4.0cvs28
286
287         * src/news.c
288         * src/summaryview.c
289                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
290                 by reimplementing it
291         * src/textview.c
292                 Fix bug when hiding quotes with level > 3 and quote
293                 colors are recycled
294
295 2006-08-04 [colin]      2.4.0cvs27
296
297         * src/compose.c
298         * src/undo.c
299         * src/undo.h
300                 Fix a bit replace-by-pasting undo
301         * src/mainwindow.c
302         * src/messageview.c
303                 Fix Fold quotes menu synchro in
304                 mainwindow when it changes in 
305                 messageview
306         * src/textview.c
307                 Fix right-click on quotes blocks
308         * src/common/utils.c
309                 Verify that the file created by
310                 my_tmpfile() is writable. Fixes
311                 bug #988 (very specific filesystem
312                 issue)
313         * src/plugins/pgpcore/sgpgme.c
314                 Fix file descriptor leak
315         * src/plugins/spamassassin/spamassassin.c
316                 Warn once if spamd isn't reachable
317
318 2006-08-04 [colin]      2.4.0cvs26
319
320         * src/toolbar.c
321                 i18n context patch by Fabien
322
323 2006-08-03 [colin]      2.4.0cvs25
324
325         * src/mainwindow.c
326         * src/messageview.c
327                 Rename "Hide quotes" to "Fold quotes"
328         * src/textview.c
329                 Don't use hand cursor on quotes. "all 
330                 the bonuses of the feature and none of 
331                 unwelcome side-effects"
332
333 2006-08-03 [colin]      2.4.0cvs24
334
335         * AUTHORS
336         * sylpheed-claws.desktop
337         * src/gtk/authors.h
338                 Bring the desktop file to XDG compliance
339                 Patch by Charles A. Edwards
340
341 2006-08-03 [colin]      2.4.0cvs23
342
343         * src/textview.c
344                 Fix links offset when they are preceded
345                 by accentued chars (g_utf8_strlen!)
346         * src/mainwindow.c
347                 Fix wrong status when starting offline
348
349
350 2006-08-03 [wwp]        2.4.0cvs22
351
352         * src/prefs_common.h
353                 ask what to do w/ filtering rules that belong to an account when
354                 applying filtering rules manually from the main window (skip,
355                 apply regardless of the account, use current account). This dialog
356                 can be skipped and the last reply used.
357                 (forgot that file)
358
359 2006-08-03 [wwp]        2.4.0cvs21
360
361         * src/filtering.c
362         * src/filtering.h
363         * src/prefs_common.c
364         * src/summaryview.c
365         * src/alertpanel.c
366         * src/alertpanel.h
367         * src/messageview.c
368                 ask what to do w/ filtering rules that belong to an account when
369                 applying filtering rules manually from the main window (skip,
370                 apply regardless of the account, use current account). This dialog
371                 can be skipped and the last reply used.
372
373
374 2006-08-03 [colin]      2.4.0cvs20
375
376         * src/textview.c
377                 Optimize previous patch
378
379 2006-08-03 [cleroy]     2.4.0cvs19
380
381         * src/textview.c
382                 Fix quotes getting toggled back when the
383                 mail has an even number of text parts
384
385 2006-08-02 [colin]      2.4.0cvs18
386
387         * src/messageview.c
388                 Add Hide quotes menu
389
390 2006-08-02 [colin]      2.4.0cvs17
391
392         * src/mainwindow.c
393         * src/prefs_common.c
394         * src/textview.c
395         * src/textview.h
396         * src/gtk/about.c
397                 Allow per-level quote hiding,
398                 Allow toggling quotes by double-clicking them
399                 Rename RemoteURI to ClickableText to reflect
400                 the fact it's used for a variety of things
401
402 2006-08-02 [wwp]        2.4.0cvs16
403
404         * src/mainwindow.c
405                 fix "View/Hide quotes" menu item status initialization.
406
407 2006-08-02 [wwp]        2.4.0cvs15
408
409         * src/matcher_parser_parse.y
410                 remove a debug trace.
411
412 2006-08-02 [paul]       2.4.0cvs14
413
414         * src/plugins/pgpcore/passphrase.c
415                 don't set initial dialog size
416                 make it resizable
417
418 2006-08-02 [paul]       2.4.0cvs13
419
420         * src/noticeview.c
421                 remove the rogue '/' character
422
423 2006-08-02 [paul]       2.4.0cvs12
424
425         * src/noticeview.c
426                 allow buttons to resize as necessary
427
428 2006-08-01 [wwp]        2.4.0cvs11
429
430         * src/mbox.c
431                 fix strict ISO C90 compliance.
432
433 2006-08-01 [wwp]        2.4.0cvs10
434
435         * tools/update-po
436                 updated update-po tool to work w/ context-dependent translations.
437                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
438
439 2006-08-01 [wwp]        2.4.0cvs9
440
441         * src/matcher.c
442         * src/prefs_filtering.c
443         * src/prefs_matcher.c
444                 allow context-dependent translations for "All",
445                 patch by Fabien Vantard <fzzzzz@gmail.com>.
446
447 2006-07-31 [colin]      2.4.0cvs8
448
449         * AUTHORS
450         * src/gtk/authors.h
451                 Add Rafal to authors
452
453 2006-07-31 [colin]      2.4.0cvs7
454
455         * src/compose.c
456         * src/mainwindow.c
457         * src/messageview.h
458         * src/prefs_common.c
459         * src/prefs_common.h
460         * src/textview.c
461                 Add 'View/Hide quotes'. Patch based on a patch
462                 by Rafal Weglarz
463
464 2006-07-31 [colin]      2.4.0cvs6
465
466         * src/action.c
467                 Fix problem with "> stuff >" actions
468
469 2006-07-31 [paul]       2.4.0cvs5
470
471         * po/nb.po
472                 updated by Geir Helland
473
474 2006-07-31 [wwp]        2.4.0cvs4
475
476         * src/mainwindow.c
477         * src/summaryview.c
478         * src/summaryview.h
479                 add "View/Go to/Parent message" and "View/Go to/Last read message",
480                 thanks to Colin.
481
482 2006-07-31 [wwp]        2.4.0cvs3
483
484         * src/Makefile.am
485         * src/addr_compl.c
486         * src/addr_compl.h
487         * src/addressbook.c
488         * src/addressbook.h
489         * src/addressbook_foldersel.c
490         * src/addressbook_foldersel.h
491         * src/addrindex.c
492         * src/addrindex.h
493         * src/matcher.c
494         * src/matcher.h
495         * src/matcher_parser_lex.l
496         * src/matcher_parser_parse.y
497         * src/prefs_common.c
498         * src/prefs_common.h
499         * src/prefs_filtering.c
500         * src/prefs_matcher.c
501         * src/prefs_matcher.h
502         * src/summaryview.c
503                 introduce filtering against the address book. It's now possible to add
504                 matched conditions to determine if any email address in a message matches
505                 or doesn't match any or all books or folders in the address book.
506
507 2006-07-31 [wwp]        2.4.0cvs2
508
509         * src/account.c
510         * src/filtering.c
511         * src/filtering.h
512         * src/folder.c
513         * src/folderview.c
514         * src/inc.c
515         * src/mainwindow.c
516         * src/matcher.c
517         * src/matcher_parser_lex.l
518         * src/matcher_parser_parse.y
519         * src/mbox.c
520         * src/prefs_filtering.c
521         * src/prefs_filtering.h
522         * src/procmsg.c
523         * src/procmsg.h
524         * src/summaryview.c
525                 introduce per-account filtering rules. Each filtering rule can now be assigned
526                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
527                 when applying filtering rules manually, as all rules will apply - even the ones
528                 assigned to an account. This issue will be addressed soon.
529  
530
531
532 2006-07-31 [wwp]        2.4.0cvs1
533
534         * src/quote_fmt.c
535                 make more strings translatable.
536
537 2006-07-31 [paul]       2.4.0
538
539         2.4.0 released
540
541 2006-07-31 [paul]       2.3.1cvs91
542
543         * po/ca.po
544                 updated by Miquel Oliete
545
546 2006-07-31 [paul]       2.3.1cvs90
547
548         * po/de.po
549         * po/el.po
550         * po/fr.po
551         * po/it.po
552         * po/pl.po
553         * po/pt_BR.po
554         * po/sr.po
555         * po/zh_CN.po
556                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
557                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
558                 Aleksandar Urosevic, and Ralgh Young
559
560 2006-07-31 [paul]       2.3.1cvs89
561
562         * src/account.c
563         * src/main.c
564         * src/mainwindow.c
565         * src/mainwindow.h
566                 Fix a race condition when, after an SC crash, rescanning
567                 folders took more than 0.5 seconds
568                 Thanks to Colin
569
570 2006-07-31 [paul]       2.3.1cvs88
571
572         * src/folderview.c
573                 don't translate separator strings
574
575 2006-07-30 [mones]      2.3.1cvs87
576
577         * doc/man/sylpheed-claws.1
578                 Fixed non-ASCII chars in Hoa's name
579         * po/es.po
580                 Updated for release
581
582 2006-07-27 [colin]      2.3.1cvs86
583
584         * src/textview.c
585                 Don't include the leading \n in links
586                 Patch by Fabien
587
588 2006-07-25 [colin]      2.3.1cvs85
589
590         * src/mainwindow.c
591         * src/common/socket.h
592         * src/etpan/imap-thread.c
593                 Refresh resolvers before connecting
594                 to IMAP servers, and after switching
595                 to online. Thanks to Paul.
596
597 2006-07-18 [colin]
598
599         * 2.4.0-rc4 released
600
601 2006-07-17 [colin]      2.3.1cvs84
602
603         * src/inc.c
604                 Show connection attempt in statusbar before
605                 connecting (previously first message was
606                 "Retrieving messages from ..." after the
607                 connection succeeded.
608
609 2006-07-16 [wwp]        2.3.1cvs83
610
611         * sylpheed-claws.ico
612                 Added .ico file (windows multi-size icon file, generated).
613
614 2006-07-12 [wwp]        2.3.1cvs82
615
616         * src/messageview.c
617                 remove Message/Re-edit menu entry from messageview window,
618                 as sent/draft/queued messages are opened in compose window when
619                 re-edited and it's not possible to re-edit other msgs.
620
621 2006-07-12 [paul]       2.3.1cvs81
622
623         * AUTHORS
624         * src/mainwindow.c
625         * src/gtk/authors.h
626                 check online state before resetting
627                 mailcheck timer. Useful if some program
628                 verifies connection state and updates
629                 Claws.
630                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
631
632 2006-07-12 [paul]       2.3.1cvs80
633
634         * sylpheed-claws-128x128.png
635         * sylpheed-claws-64x64.png
636         * sylpheed-claws.png
637         * src/Makefile.am
638         * src/main.c
639         * src/prefs_toolbar.c
640         * src/stock_pixmap.c
641         * src/stock_pixmap.h
642         * src/wizard.c
643         * src/gtk/about.c
644         * src/gtk/gtkutils.c
645         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
646         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
647         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
648         * src/pixmaps/sylpheed.xpm              ** REMOVED **
649         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
650         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
651                 updated and renamed logo/icon files and related
652                 logo by Jesper Schultz
653
654 2006-07-11 [paul]       2.3.1cvs79
655
656         * src/main.c
657                 fix the labels a smidgin
658
659 2006-07-09 [colin]      2.3.1cvs78
660
661         * src/textview.c
662                 Show errors in textviewer's command
663                 Patch by H. Merijn Brand
664
665 2006-07-09 [colin]      2.3.1cvs77
666
667         * src/compose.c
668                 Save FMID in drafts too
669
670 2006-07-08 [colin]      2.3.1cvs76
671
672         * src/compose.c
673                 Svae RMID in drafted mails too
674                 Save quote_fmt vars for whole mails,
675                 don't reset at each quote_fmt_init:
676                 allows to use the same |i{var} in
677                 various template fields
678         * src/prefs_template.c
679         * src/quote_fmt.h
680         * src/quote_fmt_parse.y
681                 Same
682
683 2006-07-08 [colin]      2.3.1cvs75
684
685         * src/textview.c
686                 Fix highlighting of attached parts URIs
687
688 2006-07-08 [colin]      2.3.1cvs74
689
690         * src/main.c
691                 Prevent bug #981 (sc 2.3.1 segfaults with 
692                 gtk+ 2.10) from being reported again:
693                 if Sylpheed-Claws has been compiled against
694                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
695                 of if Sylpheed-Claws has been compiled against
696                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
697                 error out.
698
699 2006-07-07 [colin]      2.3.1cvs73
700
701         * src/prefs_actions.c
702                 Fix label
703
704 2006-07-07 [colin]      2.3.1cvs72
705
706         * src/prefs_actions.c
707                 Fix compile on gtk < 2.8. argh :)
708
709 2006-07-07 [paul]       2.3.1cvs71
710
711         * src/common/defs.h
712                 update DONATE_URI
713
714 2006-07-07 [colin]      2.3.1cvs70
715
716         * po/POTFILES.in
717         * src/quote_fmt.c
718         * src/quote_fmt_lex.l
719         * src/quote_fmt_parse.y
720                 Add |i{var}, a way to insert user-entered
721                 text in a template
722
723 2006-07-07 [colin]
724
725         * 2.4.0-rc3 released
726
727 2006-07-07 [colin]      2.3.1cvs69
728
729         * src/folder.c
730                 Don't consider inboxes of UNKNOWN folder 
731                 classes to be useable as default inboxes
732
733 2006-07-07 [paul]       2.3.1cvs68
734
735         * src/textview.c
736                 add missing #include <errno.h>
737                 Thanks to René J. Blokland
738
739 2006-07-07 [paul]       2.3.1cvs67
740
741         * src/action.c
742                 Return now Closes dialog
743         * src/mimeview.c
744         * src/mimeview.h
745         * src/textview.c
746                 add contextual menu to mime parts listed
747                 in the textview
748                 Thanks to Colin
749         * src/common/utils.c
750                 reversal: ' is a valid character in URLs
751
752 2006-07-06 [colin]      2.3.1cvs66
753
754         * src/remotefolder.h
755                 Forgotten in previous commit
756
757 2006-07-06 [colin]      2.3.1cvs65
758
759         * src/folder.c
760                 Set summary update flag whenever
761                 totals changed
762         * src/imap.c
763         * src/prefs_account.c
764         * src/common/utils.h
765         * src/etpan/imap-thread.c
766                 Fix warnings, thanks to Fabien and
767                 Ricardo
768
769 2006-07-06 [wwp]        2.3.1cvs64
770
771         * src/gtk/gtkutils.c
772                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
773
774 2006-07-06 [wwp]        2.3.1cvs63
775
776         * src/account.c
777         * src/addressbook.c
778         * src/addressitem.h
779         * src/folderview.c
780         * src/mainwindow.c
781         * src/manual.c
782         * src/manual.h
783         * src/message_search.c
784         * src/prefs_actions.c
785         * src/prefs_filtering.c
786         * src/prefs_filtering.h
787         * src/prefs_template.c
788         * src/summary_search.c
789         * src/summaryview.c
790         * src/gtk/gtkutils.c
791         * src/gtk/gtkutils.h
792         * src/gtk/pluginwindow.c
793                 add help buttons to some dialogs. Clicking such buttons opens a
794                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
795
796 2006-07-06 [paul]       2.3.1cvs62
797
798         * src/textview.c
799                 fix attachments contextual menu
800                 Thanks to Colin
801
802 2006-07-05 [colin]      2.3.1cvs61
803
804         * src/textview.c
805         * src/compose.c
806                 Handle sftp:// links
807
808 2006-07-05 [paul]       2.3.1cvs60
809
810         * src/gtk/filesel.c
811                 grab save button by default
812                 Thanks to Colin
813
814 2006-07-05 [wwp]        2.3.1cvs59
815
816         * manual/xml2pdf
817                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
818
819 2006-07-04 [colin]      2.3.1cvs58
820
821         * src/mimeview.c
822         * src/textview.c
823                 Use left click to select, middle click to open
824                 on mimeparts links
825         * src/common/utils.c
826                 Fix segfault
827
828 2006-07-04 [colin]      2.3.1cvs57
829
830         * src/mainwindow.c
831         * src/news.c
832                 Warning fixes, thanks to Fabien
833
834 2006-07-04 [colin]      2.3.1cvs56
835
836         * src/mimeview.c
837         * src/mimeview.h
838         * src/textview.c
839                 Allow parts to be selected via their text label
840                 in textview
841
842 2006-07-04 [colin]      2.3.1cvs55
843
844         * src/folderview.c
845                 Feedback when closing (for big folders)
846         * src/prefs_actions.c
847         * src/prefs_filtering.c
848         * src/prefs_matcher.c
849         * src/prefs_template.c
850                 Fix default button when closing without
851                 having saved
852
853 2006-07-04 [colin]      2.3.1cvs54
854
855         * src/news.c
856                 Delete local file on deletion
857
858 2006-07-03 [colin]      2.3.1cvs53
859
860         * src/folderview.c
861         * src/main.c
862                 Don't freeze when rescanning after crash
863
864 2006-07-03 [wwp]        2.3.1cvs52
865
866         * src/compose.c
867         * src/privacy.c
868         * src/privacy.h
869         * src/plugins/pgpinline/pgpinline.c
870         * src/plugins/pgpmime/pgpmime.c
871                 don't report an error when the user cancels the passphrase dialog.
872
873 2006-07-02 [colin]      2.3.1cvs51
874
875         * src/folderview.c
876                 Open message when crossing folders with Space,
877                 goto next unread and friends
878
879 2006-07-01 [colin]      2.3.1cvs50
880
881         * src/prefs_account.c
882                 Typographic rules varying from language
883                 to language (in french "Protocole :"),
884                 we have to do that :)
885
886 2006-07-01 [ticho]      2.3.1cvs49
887
888         * src/prefs_account.c
889                 Only use one temporary gchar* variable in
890                 prefs_account_protocol_set_optmenu().
891
892 2006-07-01 [ticho]      2.3.1cvs48
893
894         * src/prefs_account.c
895         * src/prefs_account.h
896                 Use GtkLabel for existing account protocol name.
897                 Created an array for protocol names and populate the
898                 combobox from it in a for() cycle.
899
900 2006-06-30 [colin]      2.3.1cvs47
901
902         * src/compose.c
903                 Block undo when changing signature (by changing
904                 account)
905
906 2006-06-30 [paul]       2.3.1cvs46
907
908         * src/send_message.c
909                 when editing From in the Compose window, use that address
910                 in the Return-Path: header
911                 Thanks to Colin
912
913 2006-06-30 [colin]      2.3.1cvs45
914
915         * src/compose.c
916                 Fix signature replacement:
917                 - when no newline before separator
918                 - when reediting
919
920 2006-06-29 [colin]      2.3.1cvs44
921
922         * src/folderview.c
923         * src/folderview.h
924         * src/mainwindow.c
925         * src/summaryview.c
926                 Let 'View/Go to/Next marked' work like
927                 Next new & Next unread: across folders
928                 Change the select_on_entry pref to do
929                 what we want when changing folder
930         * src/common/utils.c
931                 Fix single-quoted links 
932
933 2006-06-29 [colin]      2.3.1cvs43
934
935         * src/gtk/gtkaspell.c
936                 "Sylpheed" and "Sylpheed-Claws" do exist !
937
938 2006-06-29 [colin]      2.3.1cvs42
939
940         * src/imap.c
941                 Forgot to remove debug
942
943 2006-06-29 [colin]      2.3.1cvs41
944
945         * src/imap.c
946         * src/imap.h
947         * src/mainwindow.c
948                 Disconnect from IMAP servers when going
949                 offline. Fixes bug #978 (going to offline-mode 
950                 won't close connections)
951
952 2006-06-29 [colin]      2.3.1cvs40
953
954         * src/main.c
955                 Fix transient setting on failing plugins
956                 Patch by Fabien
957         * src/plugins/pgpcore/sgpgme.c
958                 Only warn for OpenPGP. Most people don't
959                 have CMS available.
960
961 2006-06-29 [colin]      2.3.1cvs39
962
963         * src/compose.c
964                 Fix Spelling menu (discrepancy between context menu
965                 and top menu when folder's dictionary isn't the 
966                 default one)
967         * src/plugins/pgpcore/sgpgme.c
968                 More error reporting about why gpgme can fail
969
970 2006-06-29 [wwp]        2.3.1cvs38
971
972         * src/mainwindow.c
973                 honor the display-header-pane setting even when the message view
974                 is a separate window.
975
976 2006-06-29 [wwp]        2.3.1cvs37
977
978         * src/prefs_actions.c
979                 forgot to commit that one (use of GTK_STOCK_INFO).
980
981 2006-06-29 [colin]      2.3.1cvs36
982
983         * src/imap.c
984                 Better handling of login errors (ask the password
985                 again once), alert in case of error. Fix three
986                 signedness warnings.
987
988 2006-06-28 [wwp]        2.3.1cvs35
989
990         * src/prefs_template.c
991         * src/prefs_matcher.c
992         * src/prefs_filtering_action.c
993         * src/prefs_quote.c
994                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
995                 patch by Fabien Vantard, slightly modified.
996
997 2006-06-28 [paul]
998
999         2.4.0-rc2 released
1000
1001 2006-06-28 [colin]      2.3.1cvs34
1002
1003         * src/prefs_account.c
1004                 Fix bug #977 (Can't add or edit imap accounts)
1005
1006 2006-06-28 [colin]      2.3.1cvs33
1007
1008         * src/mimeview.c
1009                 Fix previous
1010
1011 2006-06-28 [colin]      2.3.1cvs32
1012
1013         * src/mimeview.c
1014                 Save named inlined attachments with "Save all"
1015         * src/main.c
1016         * src/mbox.c
1017         * src/common/plugin.c
1018         * src/common/plugin.h
1019         * src/common/sylpheed.c
1020         * src/common/utils.c
1021         * src/plugins/pgpcore/sylpheed.def
1022         * src/plugins/pgpinline/sylpheed.def
1023         * src/plugins/pgpmime/sylpheed.def
1024                 Win32 compatibility patch, by
1025                 Werner Koch
1026
1027 2006-06-28 [wwp]        2.3.1cvs31
1028
1029         * src/imap.c
1030         * src/prefs_folder_item.c
1031                 less compilation warnings (thanks to Fabien Vantard), less typos.
1032
1033 2006-06-28 [paul]       2.3.1cvs30
1034
1035         * src/gtk/gtkutils.c
1036                 gtk_combo_box_set_focus_on_click() is only
1037                 available since gtk 2.6.0
1038
1039 2006-06-28 [paul]       2.3.1cvs29
1040
1041         * src/prefs_ext_prog.c
1042                 fix engrish and add a tooltip for the
1043                 'command for 'Display as text' option
1044
1045 2006-06-28 [paul]
1046
1047         2.4.0-rc1 released
1048
1049 2006-06-28 [paul]       2.3.1cvs28
1050
1051         * ChangeLog
1052         * tools/Makefile.am
1053                 include textviewer.pl in releases
1054
1055 2006-06-28 [paul]       2.3.1cvs27
1056
1057         * src/prefs_ext_prog.c
1058                 hide Print command option if libgnomeprint
1059                 support is present
1060
1061 2006-06-27 [colin]      2.3.1cvs26
1062
1063         * src/compose.c
1064                 Fix Esc handling in insert/attach dialog
1065                 Don't show this dialog if dragging something
1066                 else than text/uri-list
1067                 Thanks to Fabien Vantard
1068         * tools/textviewer.pl
1069                 Filter script to display stuff as text
1070                 by H. Merijn Brand
1071
1072 2006-06-27 [wwp]        2.3.1cvs25
1073
1074         * src/messageview.c
1075                 use the exact product name (message view title), patch
1076                 by Fabien Vantard.
1077
1078 2006-06-27 [ticho]      2.3.1cvs24
1079
1080         * src/prefs_account.c
1081         * src/prefs_common.c
1082         * src/prefs_common.h
1083         * src/prefs_ext_prog.c
1084         * src/textview.c
1085                 Add a preference (Preferences/External programs)
1086                 to allow "Display as text" to be done via a script
1087                 (patch by H.Merijn Brand).
1088                 Use GtkComboBox for protocol selection in account
1089                 preferences.
1090                 Only include current choice for existing accounts, and
1091                 insensitivize the combobox.
1092
1093 2006-06-27 [paul]       2.3.1cvs23
1094
1095         * src/mbox.c
1096                 fix crasher introduced in cvs21.
1097                 Thanks to Colin
1098
1099 2006-06-26 [colin]      2.3.1cvs22
1100
1101         * src/mbox.c
1102                 Fix double-frees when leaving folders
1103                 after exporting to mbox
1104
1105 2006-06-26 [colin]      2.3.1cvs21
1106
1107         * src/mbox.c
1108                 More feedback (and optimisation)
1109                 on import/export
1110         * src/common/utils.c
1111                 Fix case when looking for mail addresses
1112         * src/gtk/gtkutils.c
1113                 Extra check for (X-)Face
1114
1115 2006-06-25 [ticho]      2.3.1cvs20
1116
1117         * src/compose.c
1118         * src/exphtmldlg.c
1119         * src/gtk/gtkutils.c
1120         * src/gtk/gtkutils.h
1121                 Added second argument to gtkut_sc_combobox_create() to
1122                 control focus-on-click for the widget.
1123                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1124
1125 2006-06-25 [ticho]      2.3.1cvs19
1126
1127         * src/compose.c
1128         * src/gtk/Makefile.am
1129         * src/gtk/combobox.c
1130         * src/gtk/combobox.h
1131         * src/gtk/gtkutils.c
1132         * src/gtk/gtkutils.h
1133                 Use GtkComboBox instead of deprecated GtkOptionMenu
1134                 for account selector in compose window and for encoding
1135                 selector in attachment properties.
1136                 Also factorise working with the new GtkComboBox somewhat.
1137
1138 2006-06-24 [paul]       2.3.1cvs18
1139
1140         * src/prefs_common.c
1141                 use the correct default value
1142
1143 2006-06-24 [paul]       2.3.1cvs17
1144
1145         * src/compose.c
1146         * src/prefs_common.c
1147         * src/prefs_common.h
1148         * src/prefs_compose_writing.c
1149                 enable setting of default action when
1150                 dnd'ing files in the compose window.
1151                 (Collaborative effort with wwp)
1152
1153 2006-06-23 [wwp]        2.3.1cvs16
1154
1155         * src/compose.c
1156                 i18n fix (thanks to Fabien Vantard)
1157
1158 2006-06-22 [colin]      2.3.1cvs15
1159
1160         * src/prefs_customheader.c
1161                 Don't use filters in custom headers' file 
1162                 selector. Remember, extensions mean nothing :)
1163
1164 2006-06-22 [paul]       2.3.1cvs14
1165
1166         * configure.ac
1167                 allow setting of man directory location
1168
1169 2006-06-22 [colin]      2.3.1cvs13
1170
1171         * src/mainwindow.c
1172                 Add 'View/Go to/Next unread folder'.
1173                 I missed that :)
1174
1175 2006-06-22 [colin]      2.3.1cvs12
1176
1177         * src/common/utils.c
1178                 Add some subject prefixes
1179                 Patch by Bjorn T Johansen <btj@havleik.no>
1180
1181 2006-06-22 [colin]      2.3.1cvs11
1182
1183         * manual/advanced.xml
1184                 Forgotten hidden pref
1185
1186 2006-06-21 [paul]       2.3.1cvs10
1187
1188         * src/prefs_account.c
1189                 complete the removal of 'Add date header' option
1190
1191 2006-06-21 [paul]       2.3.1cvs9
1192
1193         * src/account.c
1194         * src/compose.c
1195         * src/prefs_account.c
1196         * src/prefs_account.h
1197                 remove option to add date header - always
1198                 add date header
1199         * src/etpan/imap-thread.c
1200                 fix warnings (Thanks to Colin)
1201
1202 2006-06-21 [wwp]        2.3.1cvs8
1203
1204         * src/folder.c
1205                 set the attachment flag when inline text part are (file)named. This is more convenient
1206                 when receiving (for instance) inline source files or patches sent using thunderbird.
1207
1208 2006-06-21 [paul]       2.3.1cvs7
1209
1210         * src/inc.c
1211                 fix off-by-one count of current msg in
1212                 statusbar filtering progressbar
1213
1214 2006-06-21 [paul]       2.3.1cvs6
1215
1216         * src/folder.c
1217                 Show attachment icon even if the part is 'inline'
1218                 if the following conditions are met:
1219                 - content-type != 'text/plain'
1220                 - content-type != '*/pgp-signature'
1221                 - either 'name' or 'filename' parameter is not NULL
1222                 
1223                 Thanks to Colin
1224
1225 2006-06-21 [paul]       2.3.1cvs5
1226
1227         * src/messageview.c
1228         * src/prefs_common.c
1229         * src/prefs_common.h
1230         * src/prefs_other.c
1231                 add an option to 'Never send Return
1232                 Receipts'
1233                 Thanks to Colin
1234
1235 2006-06-20 [mones]      2.3.1cvs4
1236
1237         * po/es.po
1238                 updated
1239         * src/compose.c
1240                 typo fixed (space after comma)
1241         * tools/make.themes.project
1242                 remove exec mode from tarball files
1243
1244 2006-06-20 [colin]      2.3.1cvs3
1245
1246         * src/news.c
1247         * src/procheader.c
1248         * src/unmime.c
1249                 Better fix for \n's in headers (don't 
1250                 break Received: and others)
1251
1252 2006-06-20 [paul]       2.3.1cvs2
1253
1254         * src/alertpanel.c
1255         * src/textview.c
1256                 improve legibility of phishing attempt
1257                 dialog
1258
1259 2006-06-20 [paul]       2.3.1cvs1
1260
1261         * NEWS
1262         * README
1263         * configure.ac
1264                 Update version number following
1265                 stable release
1266
1267 2006-06-20 [colin]      2.3.0cvs26
1268
1269         * src/compose.c
1270                 When dragging a file to the text of the compose
1271                 window, ask whether we want to insert or attach
1272                 (I know lots of people who do that to attach)
1273
1274 2006-06-20 [colin]      2.3.0cvs25
1275
1276         * src/etpan/imap-thread.c
1277                 Fix threshold (the append command is often > 32 bytes)
1278
1279 2006-06-19 [colin]      2.3.0cvs24
1280
1281         * src/imap.c
1282         * src/etpan/imap-thread.c
1283                 Workaround Rockliffe IMAP server bug: replace
1284                 "x UID SEARCH (ANSWERED UID 1:*)" with
1285                 "x UID SEARCH ANSWERED"
1286                 (Rockliffe doesn't handle the parenthesis)
1287
1288 2006-06-19 [colin]      2.3.0cvs23
1289
1290         * src/compose.c
1291         * src/imap.c
1292         * src/etpan/imap-thread.c
1293                 Probably fix bug #972 (Freezes when adding 
1294                 an attachment to the message)
1295         * src/common/defs.h
1296                 Modernize Firefox cmd
1297
1298
1299 2006-06-18 [colin]      2.3.0cvs22
1300
1301         * src/prefs_customheader.c
1302                 Only allow correct filenames for various
1303                 custom headers
1304
1305 2006-06-18 [colin]      2.3.0cvs21
1306
1307         * src/prefs_customheader.c
1308                 Add a 'From File...' button in custom headers prefs, which
1309                 try to do the right thing: 
1310                 for normal headers, use file as plaintext,
1311                 for X-Face, calls compface,
1312                 for Face, encode to b64.
1313
1314 2006-06-17 [colin]      2.3.0cvs20
1315
1316         * src/mh.c
1317                 Warning fix
1318
1319 2006-06-16 [colin]      2.3.0cvs19
1320
1321         * src/summaryview.c
1322                 Recursive quicksearch: show message list
1323                 in current folder, *then* search children
1324                 in the background.
1325
1326 2006-06-16 [colin]      2.3.0cvs18
1327
1328         * src/main.c
1329                 Instead of ignoring SIGPIPE, save caches
1330                 when getting one. Will fix the fact that
1331                 hot caches are out-of-date when logging 
1332                 out of Xorg.
1333         * src/compose.c
1334         * src/prefs_compose_writing.c
1335                 Only save text (not attachments) when 
1336                 auto-saving to drafts
1337         * src/unmime.c
1338                 Always replace \n, \r and \t with spaces
1339                 in headers
1340         * manual/dist/html/Makefile.am
1341         * manual/dist/pdf/Makefile.am
1342         * manual/dist/ps/Makefile.am
1343         * manual/dist/txt/Makefile.am
1344         * manual/fr/dist/html/Makefile.am
1345         * manual/fr/dist/pdf/Makefile.am
1346         * manual/fr/dist/ps/Makefile.am
1347         * manual/fr/dist/txt/Makefile.am
1348         * manual/pl/dist/html/Makefile.am
1349         * manual/pl/dist/pdf/Makefile.am
1350         * manual/pl/dist/ps/Makefile.am
1351         * manual/pl/dist/txt/Makefile.am
1352                 Fix make clean removing pregenerated manuals
1353
1354
1355 2006-06-16 [colin]      2.3.0cvs17
1356
1357         * src/plugins/pgpcore/sgpgme.c
1358         * src/plugins/pgpmime/pgpmime.c
1359         * src/plugins/pgpinline/pgpinline.c
1360                 Better error reporting in setup_signers.
1361                 Don't fallback to default key if specified
1362                 key isn't found.
1363                 Don't allow signing if more than one secret
1364                 key matches the one specified in prefs.
1365
1366 2006-06-15 [colin]      2.3.0cvs16
1367
1368         * src/folderview.c
1369                 Add "Send queue" in the folder's contextual
1370                 menu
1371         * src/compose.c
1372         * src/messageview.c
1373         * src/privacy.c
1374         * src/privacy.h
1375         * src/procmime.c
1376         * src/procmsg.c
1377         * src/plugins/pgpcore/passphrase.c
1378         * src/plugins/pgpcore/sgpgme.c
1379         * src/plugins/pgpinline/pgpinline.c
1380         * src/plugins/pgpmime/pgpmime.c
1381                 Better error reporting
1382         * src/mbox.c
1383                 Probably fix bug #971 (2.2.3 cannot read mail 
1384                 from local mbox)
1385
1386
1387 2006-06-15 [mones]      2.3.0cvs15
1388
1389         * tools/make.themes.project
1390                 creates the themes project from the web page
1391
1392 2006-06-15 [colin]      2.3.0cvs14
1393
1394         * src/folder.c
1395                 Better fix (avoid losing the folder if scan_tree 
1396                 fails)
1397
1398 2006-06-15 [cleroy]     2.3.0cvs13
1399
1400         * src/folder.c
1401                 Probably fix Bug #969 (crash on rebuilding 
1402                 imap folder)
1403
1404 2006-06-14 [colin]      2.3.0cvs12
1405
1406         * manual/dtd/manual.xsl
1407         * manual/sylpheed-claws-manual.xml
1408         * manual/fr/sylpheed-claws-manual.xml
1409         * manual/pl/sylpheed-claws-manual.xml
1410                 Insert pagebreaks between sections
1411
1412 2006-06-14 [paul]       2.3.0cvs11
1413
1414         * configure.ac
1415                 better fix than 2.3.0cvs10
1416
1417 2006-06-14 [paul]       2.3.0cvs10
1418
1419         * configure.ac
1420                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1421                 (backwards compatible)
1422
1423 2006-06-13 [colin]      2.3.0cvs9
1424
1425         * src/messageview.c
1426                 Fix sending of return receipt with the new queue folders
1427
1428 2006-06-13 [wwp]        2.3.0cvs8
1429
1430         * src/quote_fmt_lex.l
1431                 fix wrong tokens returned in quote_fmt lexer, query not().
1432
1433 2006-06-13 [wwp]        2.3.0cvs7
1434
1435         * src/folder.c
1436         * src/prefs_folder_item.c
1437                 allow changing folder type even when folder is not a top-level one,
1438                 thanks to Colin.
1439
1440 2006-06-12 [colin]      2.3.0cvs6
1441
1442         * src/folderview.c
1443                 Fix double-ask of "Do you want to mark all
1444                 as read"
1445
1446 2006-06-12 [colin]      2.3.0cvs5
1447
1448         * src/compose.c
1449         * src/compose.h
1450         * src/folder.c
1451         * src/folder.h
1452         * src/imap.c
1453         * src/inc.c
1454         * src/main.c
1455         * src/messageview.c
1456         * src/mh.c
1457         * src/prefs_folder_item.c
1458         * src/procheader.c
1459         * src/procmime.c
1460         * src/procmsg.c
1461         * src/procmsg.h
1462         * src/send_message.c
1463         * src/summaryview.c
1464         * src/toolbar.c
1465                 Apply bug #964's patch (Queue and drafts aren't normal)
1466                 The Drafts and Queue folder now contain RFC-822 files,
1467                 allowing to move and copy mails from and to these 
1468                 folders. Moving from Drafts to Queue will prepare the
1469                 mail for sending (PGP signature, encryption, etc).
1470                 This patch also rework sending errors handling to try
1471                 to be more helpful.
1472                 Also, allow redefining folder types via the GUI 
1473                 (Folder type in its Properties)
1474
1475 2006-06-12 [colin]      2.3.0cvs4
1476
1477         * src/summaryview.c
1478         * src/prefs_common.c
1479         * src/prefs_common.h
1480         * src/gedit-print.c
1481                 Allow to define a specific print font - patch
1482                 by Bernhard Walle <bernhard.walle@gmx.de>
1483         * src/prefs_fonts.c
1484         * manual/advanced.xml
1485         * manual/fr/advanced.xml
1486                 Add a hidden pref to allow deletion without
1487                 confirmation
1488
1489 2006-06-12 [wwp]        2.3.0cvs3
1490
1491         * .cvsignore
1492                 more files to ignore.
1493
1494 2006-06-12 [wwp]        2.3.0cvs2
1495
1496         * src/quote_fmt.c
1497         * src/quote_fmt_lex.l
1498         * src/quote_fmt_parse.y
1499                 extend the quote_fmt parser (templates and quotes):
1500                 - allow limited sub-expressions in |p{} and |f{} expressions,
1501                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1502                 - implemented/fixed missing implementation of query_references and show_references,
1503                 - completed, fixed contents and format of the symbols help dialog,
1504                 - fix some compilation warnings.
1505
1506 2006-06-12 [wwp]        2.3.0cvs1
1507
1508         * manual/advanced.xml
1509         * manual/fr/advanced.xml
1510                 updates in the "templates" section of the manual (eng/fr):
1511                  - be more precise (both versions)
1512                  - completed to match the english reference (fr version)
1513                  - touchups (both versions)
1514
1515 2006-06-12 [paul]       2.3.0
1516
1517         2.3.0 released
1518
1519 2006-06-12 [paul]       2.2.3cvs14
1520
1521         * po/ca.po
1522         * po/cs.po
1523         * po/de.po
1524         * po/el.po
1525         * po/fr.po
1526         * po/it.po
1527         * po/pt_BR.po
1528         * po/sr.po
1529         * po/zh_CN.po
1530                 updated by Miquel Oliete, Tim, Stephan Sachse,
1531                 Stavros Giannouris, Fabien Vantard, Andrea
1532                 Spadaccini, Frederico Goncalves Guimaraes,
1533                 Aleksandar Urosevic, and Ralgh Young
1534
1535 2006-06-12 [colin]      2.2.3cvs13
1536
1537         * src/mbox.c
1538                 Add missing header
1539
1540 2006-06-11 [colin]      2.2.3cvs12
1541
1542         * src/msgcache.c
1543                 Verify that g_malloc() succeeded
1544
1545 2006-06-11 [colin]      2.2.3cvs11
1546
1547         * src/wizard.c
1548                 Add Face header to welcome mail
1549
1550 2006-06-10 [colin]      2.2.3cvs10
1551
1552         * src/textview.c
1553                 Revert previous (Forgot it changes the
1554                 margin on the whole mail)
1555
1556 2006-06-10 [colin]      2.2.3cvs9
1557
1558         * src/textview.c
1559                 Don't overlap long headers under (X-)Face
1560
1561 2006-06-10 [mones]      2.2.3cvs8
1562
1563         * manual/xml2pdf
1564                 allow generation of manual on systems lacking saxon binary
1565                 but with java and the saxon library installed
1566
1567         * po/es.po
1568                 updated for release
1569
1570 2006-06-09 [colin]      2.2.3cvs7
1571
1572         * src/summaryview.c
1573                 Fix leak when using Display Sender using Addressbook
1574
1575 2006-06-09 [colin]      2.2.3cvs6
1576
1577         * src/compose.c
1578         * src/folder.c
1579         * src/folderview.c
1580         * src/mimeview.c
1581         * src/summaryview.c
1582                 More leaks fixes
1583
1584 2006-06-09 [paul]       2.2.3cvs5
1585
1586         * AUTHORS
1587         * src/gtk/authors.h
1588         * tools/claws.i18n.status.pl
1589                 updated with new info
1590
1591 2006-06-09 [paul]       2.2.3cvs4
1592
1593         * README
1594                 updated
1595         * manual/ack.xml
1596                 add wwp to authors list
1597         * src/gtk/authors.h
1598                 update mine and Colin's addresses
1599
1600 2006-06-08 [colin]      2.2.3cvs3
1601
1602         * src/etpan/imap-thread.c
1603                 Fix leak on SSL cert check
1604
1605 2006-06-08 [colin]      2.2.3cvs2
1606
1607         * src/common/utils.c
1608                 Fix leak
1609
1610 2006-06-08 [paul]       2.2.3cvs1
1611
1612         * configure.ac
1613                 Update version number following
1614                 stable release
1615
1616 2006-06-07 [colin]      2.2.2cvs3
1617
1618         * src/msgcache.c
1619                 Fix catching cache read errors (guint instead of gint)
1620                 Prevent malloc'ing more than 8MB (means cache corruption)
1621
1622 2006-06-07 [paul]       2.2.2cvs2
1623
1624         * src/exporthtml.c
1625         * src/exportldif.c
1626         * src/mh.c
1627         * src/mutt.c
1628         * src/pine.c
1629         * src/common/utils.c
1630                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1631                 obey $HOME'
1632                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1633                 Thanks to Colin
1634
1635 2006-06-06 [paul]       2.2.2cvs1
1636
1637         * configure.ac
1638                 Update version number following
1639                 stable release
1640
1641 2006-06-06 [paul]       2.2.1cvs6
1642
1643         * src/matcher.c
1644                 fix  implicit declaration of
1645                 sylpheed_do_idle()
1646                 Patch by Fabien Vantard
1647
1648 2006-06-06 [paul]       2.2.1cvs5
1649
1650         * src/matcher.c
1651                 fix age_greater and age_lower so that they
1652                 mean what say and not '...or equal to'
1653                 Thanks to Colin
1654
1655 2006-06-06 [paul]       2.2.1cvs4
1656
1657         * src/textview.c
1658         * src/common/utils.c
1659                 fix URI check
1660                 Thanks to Colin
1661
1662 2006-06-05 [wwp]        2.2.1cvs3
1663
1664         * manual/fr/account.xml
1665                 minor language fixes (thanks to Fabien Vantard).
1666
1667 2006-06-05 [colin]      2.2.1cvs2
1668
1669         * src/prefs_folder_item.c
1670         * src/folderview.c
1671                 Allow recursive setting of properties 
1672                 for whole mailboxes
1673         * src/matcher.c
1674                 Don't freeze on 'test' filtering rule
1675
1676 2006-06-05 [colin]      2.2.1cvs1
1677
1678         * configure.ac
1679                 Update version number following
1680                 stable release
1681
1682 2006-06-04 [wwp]        2.2.0cvs82
1683
1684         * manual/glossary.xml
1685         * manual/account.xml
1686         * manual/fr/glossary.xml
1687         * manual/fr/account.xml
1688                 added glossary section and references/links related to the Face custom header.
1689
1690 2006-06-04 [colin]      2.2.0cvs81
1691
1692         * src/summaryview.c
1693                 Skip to next message on move with no
1694                 immediate execution
1695
1696 2006-06-04 [wwp]        2.2.0cvs80
1697
1698         * manual/xml2pdf
1699                 added sanity checks, exit when needed.
1700
1701 2006-06-03 [paul]       2.2.0cvs79
1702
1703         * src/prefs_receive.c
1704                 page name is now 'Receiving'
1705         * src/prefs_send.c
1706                 page name is now 'Sending'
1707
1708 2006-06-03 [colin]      2.2.0cvs78
1709
1710         * src/plugins/spamassassin/spamassassin_gtk.c
1711                 Autoswitch to Localhost if transport was previously
1712                 disabled. Else people had to check [] Enable, then
1713                 *reselect* transport.
1714
1715 2006-06-03 [colin]      2.2.0cvs77
1716
1717         * src/plugins/pgpinline/pgpinline.c
1718         * src/plugins/pgpmime/pgpmime.c
1719                 Check that gpg_data_release_and_get_mem 
1720                 didn't fail (now, why this happens...)
1721
1722 2006-06-03 [colin]      2.2.0cvs76
1723
1724         * src/mbox.c
1725                 Fix bug #962 (Manual and/or UI should 
1726                 warn about incompatible locking 
1727                 causing dataloss)
1728
1729 2006-06-02 [cleroy]     2.2.0cvs75
1730
1731         * src/filtering.c
1732         * src/folder.c
1733         * src/procmsg.c
1734         * src/summaryview.c
1735                 Fix a few leaks
1736
1737 2006-06-02 [colin]      2.2.0cvs74
1738
1739         * src/main.c
1740                 On exit, free caches after writing them
1741                 Shuts up some valgrind false positives
1742         * src/procmsg.c
1743         * src/send_message.c
1744                 Fix races when reusing existing SMTP connections
1745                 Fix inexistant session timeout
1746         * src/toolbar.c
1747                 Display alertpanel after all queues have
1748                 been processed, not after each
1749
1750 2006-06-02 [wwp]        2.2.0cvs73
1751
1752         * manual/fr/glossary.xml
1753         * manual/fr/ack.xml
1754         * manual/ack.xml
1755                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1756
1757 2006-06-02 [wwp]        2.2.0cvs72
1758
1759         * manual/xml2pdf
1760         * manual/dist/pdf/Makefile.am
1761         * manual/dtd/manual.xsl
1762         * manual/fr/dist/pdf/Makefile.am
1763         * manual/pl/dist/pdf/Makefile.am
1764                 we changed the procedure to generate the .pdf version of the manual.
1765                 The procedure is more modern and the .pdf we get now has a valid index.
1766                 Here are the new pre-requisites:
1767
1768                 - JRE 1.x (1.4 here): there must be one from your distro
1769                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1770                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1771                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1772
1773                 See my posts for further info about the installation of this toolchain:
1774
1775                 Date: Fri, 19 May 2006 19:40:06 +0200
1776                 From: wwp <subscript@free.fr>
1777                 To: sylpheed-claws-devel@lists.sourceforge.net
1778                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1779
1780                 and
1781
1782                 Date: Wed, 24 May 2006 12:58:49 +0200
1783                 From: wwp <subscript@free.fr>
1784                 To: sylpheed-claws-devel@lists.sourceforge.net
1785                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1786
1787 2006-06-01 [colin]      2.2.0cvs71
1788
1789         * src/compose.c
1790                 Better guards against IMAP races
1791         * src/main.c
1792         * src/prefs_common.c
1793         * src/prefs_common.h
1794         * src/common/ssl_certificate.c
1795         * src/etpan/imap-thread.c
1796         * src/etpan/imap-thread.h
1797         * src/gtk/sslcertwindow.c
1798                 New hidden option ssl_skip_cert_check to 
1799                 avoid dups of bug #959 (libetpan linked
1800                 against gnutls and gnutls buggy on 64bit)
1801                 Present expired warning only once per
1802                 session/server.
1803         * manual/advanced.xml
1804         * manual/fr/advanced.xml
1805                 Document new option
1806
1807 2006-06-01 [wwp]        2.2.0cvs70
1808
1809         * src/messageview.c
1810                 fix for bug #961 (return receipt dialog 
1811                 complains incorrectly about return-path 
1812                 email adress being different), thanks 
1813                 to Colin.
1814
1815 2006-05-31 [cleroy]     2.2.0cvs69
1816
1817         * src/common/ssl.c
1818                 Guard against NULLs, although this
1819                 should never be an issue
1820
1821 2006-05-31 [colin]      2.2.0cvs68
1822
1823         * src/filtering.c
1824                 Use g_slist_prepend
1825         * src/imap.c
1826                 Don't remove caches when destroying folder, it
1827                 could (should) be done at exit
1828         * src/inc.c
1829                 free processing cache after incorporation
1830         * src/etpan/imap-thread.c
1831                 Maybe fix bug #959 (Crash on moving to emails 
1832                 to a imap account per ssl with a expired 
1833                 certificate.)
1834
1835 2006-05-30 [colin]      2.2.0cvs67
1836
1837         * src/summaryview.c
1838                 Put back event flush when displaying message
1839                 It avoids reading a bunch of messages just
1840                 by hitting shift-n for too long ;)
1841
1842 2006-05-29 [colin]      2.2.0cvs66
1843
1844         * src/summaryview.c
1845                 Remove useless g_warnings
1846
1847 2006-05-29 [colin]      2.2.0cvs65
1848
1849         * src/imap.c
1850                 Fix g_slist_append()s for performance
1851
1852 2006-05-29 [colin]      2.2.0cvs64
1853
1854         * src/compose.c
1855         * src/common/utils.c
1856                 Fix extraneous tab at start of addresses
1857         * src/mainwindow.c
1858                 Fix warnings (thanks to Fabien)
1859                 Fix crash at exit when composing messages 
1860                 exist
1861         * src/pop.c
1862                 Fix progress bar when deleting expired mails
1863                 Thanks to Hiro
1864         * src/summaryview.c
1865         * src/gtk/gtksctree.c
1866                 Fix re-sorting slowness
1867
1868 2006-05-29 [paul]       2.2.0cvs63
1869
1870         * src/mh.c
1871                 fetch full message when moving mails
1872                 from another mailbox, (fixed data loss
1873                 when filtering from IMAP to MH, introduced
1874                 in 2.2.0cvs57).
1875                 Thanks to Colin
1876
1877 2006-05-29 [mones]      2.2.0cvs62
1878
1879         * src/gtk/gtksctree.c
1880                 Unselect faster (patch by Colin)        
1881
1882 2006-05-26 [colin]      2.2.0cvs61
1883
1884         * src/summaryview.c
1885                 Unplug MSGINFO_UPDATE callback on delete too.
1886
1887 2006-05-26 [colin]      2.2.0cvs60
1888
1889         * src/foldersel.c
1890                 Fix bold in folder selection window with glib2.10
1891                 thanks Hiro
1892
1893 2006-05-26 [colin]      2.2.0cvs59
1894
1895         * src/procheader.c
1896                 Convert date only if necessary (and don't
1897                 try to convert from utf8 to utf8, too)
1898         * src/summaryview.c
1899                 Only set column's text if the column's 
1900                 displayed
1901
1902 2006-05-26 [colin]      2.2.0cvs58
1903
1904         * src/summaryview.c
1905         * src/gtk/gtkutils.c
1906                 Fix useless warning
1907
1908 2006-05-26 [colin]      2.2.0cvs57
1909
1910         * src/mainwindow.c
1911                 Make summaryview selectable as long as 
1912                 no message has focus
1913         * src/mh.c
1914                 Faster deletion (by implementing mh_remove_msgs)
1915                 Faster copy (avoid using mh_fetch_msg just to get
1916                 the filename)
1917                 Faster move (using move_file instead of copy_file
1918                 if MSG_IS_MOVE)
1919                 No progressbar if total number of mails to cp/mv 
1920                 is less than 100
1921         * src/summaryview.c
1922                 Fix removal from subject_table when mail gets moved
1923                 Faster deletion (g_slist_prepend instead of append)
1924         * src/gtk/gtksctree.c
1925                 Remove useless code
1926
1927 2006-05-25 [colin]      2.2.0cvs56
1928
1929         * src/common/ssl_certificate.c
1930                 Fix leak in expired cert check
1931
1932 2006-05-25 [colin]      2.2.0cvs55
1933
1934         * src/mh.c
1935                 Disable flags syncing on .mh_sequences - it
1936                 is buggy and marks mails read under unknown
1937                 conditions.
1938
1939 2006-05-25 [paul]
1940
1941         * 2.3.0-rc4 released
1942
1943 2006-05-24 [colin]      2.2.0cvs54
1944
1945         attention cvs users: if you manage to crash
1946         Sylpheed-Claws while moving, copying or deleting
1947         mails, we *are* interested in stack traces and
1948         valgrind logs. It looks stable, but one never
1949         knows...
1950
1951         * src/folder.c
1952                 Add progressbar for cache updates
1953         * src/folderutils.c
1954                 Optimize Mark all read in the current
1955                 folder
1956         * src/mh.c
1957                 Add progressbar for copy/move
1958         * src/procmsg.c
1959                 Optimize O(n^2) in copy/move
1960         * src/summaryview.c
1961         * src/gtk/gtksctree.c
1962                 Optimize O(n^2) algos
1963         * src/common/timing.h
1964                 Display ms instead of us
1965
1966 2006-05-24 [wwp]        2.2.0cvs53
1967
1968         * manual/fr/advanced.xml
1969                 updates to the French manual.
1970
1971 2006-05-24 [wwp]        2.2.0cvs52
1972
1973         * src/common/utils.c
1974                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1975
1976 2006-05-24 [wwp]        2.2.0cvs51
1977
1978         * src/folderutils.c
1979                 fixed "mark all read" in MH folders (thanks to Colin).
1980
1981 2006-05-24 [paul]       2.2.0cvs50
1982
1983         * doc/man/sylpheed-claws.1
1984                 updated the man page
1985
1986 2006-05-23 [colin]      2.2.0cvs49
1987
1988         * src/folderview.c
1989         * src/imap.c
1990         * src/inc.c
1991         * src/mbox.c
1992         * src/messageview.c
1993         * src/news.c
1994         * src/send_message.c
1995         * src/summaryview.c
1996         * src/gtk/sslcertwindow.c
1997                 alertpanel fixes, by Fabien
1998
1999 2006-05-23 [colin]      2.2.0cvs48
2000
2001         * src/folder.c
2002         * src/folderview.c
2003         * src/msgcache.c
2004         * src/summaryview.c
2005         * src/gtk/gtksctree.c
2006         * src/gtk/gtksctree.h
2007                 More timings
2008                 Fix slow loading problem, which was caused by the
2009                 use of some gtk_ctree funcs and their use of
2010                 g_list_position while gtk_ctree_(un)link'ing.
2011                 Reap more functions from gtkctree.c to be sure we
2012                 use our (fast) version instead of theirs.
2013         * src/mh.c
2014                 Fix copy of unread mails
2015
2016
2017 2006-05-22 [wwp]        2.2.0cvs47
2018
2019         * manual/fr/advanced.xml
2020                 updated.
2021
2022 2006-05-22 [colin]      2.2.0cvs46
2023
2024         * src/filtering.c
2025                 Fix possible infinite loop. 'copy' is not a 
2026                 final action, so when encountering a 'copy',
2027                 we have to check if a previous one was set
2028                 and do it. In the same way, if we encounter
2029                 a 'move' we have to perform a possibly 
2030                 pending 'copy'. This will slow down filtering
2031                 on IMAP if move+copy or multiple copy actions
2032                 are to be done, but handling it via the batch
2033                 would be really too convoluted.
2034
2035 2006-05-22 [wwp]        2.2.0cvs45
2036
2037         * manual/fr/advanced.xml
2038         * manual/fr/faq.xml
2039         * manual/fr/glossary.xml
2040         * manual/fr/handling.xml
2041         * manual/fr/intro.xml
2042         * manual/fr/plugins.xml
2043         * manual/fr/sylpheed-claws-manual.xml
2044                 sync w/ the english manual: updates URIs, documented mailing-list
2045                 support, better explanation about the enabled/disabled feature
2046                 in filtering/processing rules by Paul.
2047
2048 2006-05-21 [colin]      2.2.0cvs44
2049
2050         * src/summaryview.c
2051                 Don't expand after building threads, but during
2052
2053 2006-05-21 [colin]      2.2.0cvs43
2054
2055         * src/procmsg.c
2056         * src/summaryview.c
2057                 More timing possibilities... For next time I have 
2058                 to find out how the hell some 3GHz computer takes
2059                 one minute to open a 30k folder...
2060
2061 2006-05-21 [colin]      2.2.0cvs42
2062
2063         * manual/pl/advanced.xml
2064         * manual/pl/faq.xml
2065         * manual/pl/glossary.xml
2066         * manual/pl/handling.xml
2067         * manual/pl/intro.xml
2068         * manual/pl/plugins.xml
2069         * manual/pl/sylpheed-claws-manual.xml
2070                 Polish manual updated by Pawel
2071
2072 2006-05-20 [colin]
2073
2074         * 2.3.0-rc3 released
2075
2076 2006-05-20 [colin]      2.2.0cvs41
2077
2078         * src/imap.c
2079                 Fix -rc2 problems:
2080                 - remove cache of moved messages from original folder
2081                 - apply new flags to messages even if they aren't appliable
2082                   via IMAP.
2083
2084 2006-05-20 [colin]
2085
2086         * 2.3.0-rc2 released
2087
2088 2006-05-19 [colin]      2.2.0cvs40
2089
2090         * src/imap.c
2091                 Don't issue SELECT in imap_change_flags
2092                 before having checked that we indeed have
2093                 some flags to change. MSG_POSTFILTERED for
2094                 example can't be used on IMAP.
2095                 Fixes bug #955 (copying messages between 
2096                 imap folders is extremely slow), which was
2097                 a regression.
2098
2099 2006-05-19 [colin]      2.2.0cvs39
2100
2101         * src/folder.c
2102         * src/folder.h
2103         * src/folderview.c
2104                 Try to fix bug #830 (Some unread messages 
2105                 get marked read in IMAP inbox):
2106                 - Prevent scanning a folder if it's being 
2107                   opened via the GUI
2108                 - Postpone opening via the GUI of a folder
2109                   currently scanned.
2110
2111
2112 2006-05-19 [wwp]        2.2.0cvs38
2113
2114         * manual/advanced.xml
2115                 fix English+typo (thanks to Paul).
2116
2117 2006-05-19 [wwp]        2.2.0cvs37
2118
2119         * manual/advanced.xml
2120         * manual/fr/advanced.xml
2121         * src/gtk/logwindow.c
2122         * src/prefs_common.c
2123         * src/prefs_common.h
2124                 added hidden prefs to allow customization of colors used in
2125                 protocol log window (useful for dark gtk+ themes).
2126
2127 2006-05-19 [wwp]        2.2.0cvs36
2128
2129         * ChangeLog
2130                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2131
2132 2006-05-19 [paul]       2.2.0cvs35
2133
2134         * src/textview.c
2135                 make Reply-To fully clickable
2136         * src/gtk/logwindow.c
2137                 more colouring (SMTP ESMTP)
2138         Both patches by Pawel Pekala
2139
2140 2006-05-19 [cleroy]     2.2.0cvs34
2141
2142         * src/mh.c
2143                 Don't update flags from current folder
2144                 Probably fixes bug #935 (Read Messages 
2145                 Revert to Being Marked as Unread)
2146
2147 2006-05-18 [colin]      2.2.0cvs33
2148
2149         * src/imap.c
2150                 Warning fix
2151         * src/compose.c
2152         * src/mainwindow.c
2153         * src/summaryview.c
2154         * src/toolbar.c
2155                 Allow replying to multiple emails
2156                 in multiple windows
2157         * src/mimeview.c
2158         * src/etpan/imap-thread.c
2159                 Leak fixes
2160
2161 2006-05-18 [paul]       2.2.0cvs32
2162
2163         * src/summaryview.c
2164                 keep Mailing-List menu refreshed
2165                 Thanks to Colin
2166
2167 2006-05-18 [paul]       2.2.0cvs31
2168
2169         * manual/advanced.xml
2170         * manual/faq.xml
2171         * manual/glossary.xml
2172         * manual/handling.xml
2173         * manual/intro.xml
2174         * manual/plugins.xml
2175         * manual/sylpheed-claws-manual.xml
2176                 update URLs
2177                 add info about mailing-list support
2178                 edit filtering info
2179         * src/wizard.c
2180         * src/common/defs.h
2181         * src/gtk/about.c
2182         * src/plugins/dillo_viewer/README
2183                 update URLs
2184
2185 2006-05-17 [wwp]        2.2.0cvs30
2186
2187         * manual/handling.xml
2188         * manual/fr/handling.xml
2189                 documented the ability to enabled/disable filtering/processing rules.
2190
2191 2006-05-17 [colin]      2.2.0cvs29
2192
2193         * src/main.c
2194                 Don't initialize g_thread subsystem if it's 
2195                 already done (thanks to Hiro)
2196         * src/mimeview.c
2197                 Fix saving of parts when there name can't be
2198                 converted from UTF-8.
2199
2200 2006-05-17 [paul]       2.2.0cvs28
2201
2202         * po/Makefile.in.in
2203                 fix config.status warning with autoconf 2.60
2204
2205 2006-05-17 [paul]       2.2.0cvs27
2206
2207         * po/POTFILES.in
2208                 add src/mbox.c
2209
2210 2006-05-17 [wwp]        2.2.0cvs26
2211
2212         * src/mainwindow.c
2213                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2214
2215 2006-05-17 [wwp]        2.2.0cvs25
2216
2217         * src/plugins/demo/demo.c
2218                 updated product name in plugin demo (many plugins need to be
2219                 sync'ed w/ that change).
2220
2221 2006-05-17 [colin]      2.2.0cvs24
2222
2223         * src/mh.c
2224                 Fix leak
2225
2226 2006-05-16 [colin]      2.2.0cvs23
2227
2228         * src/mainwindow.c
2229                 Stupid me hit again. Fix cvs22.
2230
2231 2006-05-16 [colin]      2.2.0cvs22
2232
2233         * src/mainwindow.c
2234                 Fix bug #922 (sylpheed-claws crashed after 
2235                 pushing on Inbox folder)
2236
2237 2006-05-16 [colin]      2.2.0cvs21
2238
2239         * src/compose.c
2240                 Make From header be copy/paste/select-able
2241
2242 2006-05-16 [wwp]        2.2.0cvs20
2243
2244         * src/export.c
2245         * src/matcher.c
2246         * src/summaryview.c
2247         * src/etpan/imap-thread.c
2248                 fix some compiler warnings (thanks to Colin).
2249
2250 2006-05-16 [wwp]        2.2.0cvs19
2251
2252         * src/action.c
2253         * src/gedit-print.c
2254         * src/inc.c
2255         * src/mainwindow.c
2256         * src/mh.c
2257         * src/statusbar.c
2258         * src/send_message.c
2259         * src/summaryview.c
2260                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2261
2262 2006-05-15 [colin]      2.2.0cvs18
2263
2264         * src/procmsg.c
2265                 Fix automatic rule creation with List-Post
2266
2267 2006-05-15 [paul]       2.2.0cvs17
2268
2269         * tools/filter_conv_new.pl
2270                 updated for rule enabling/disabling
2271                 claws version >= 2.3.x required
2272
2273 2006-05-15 [cleroy]     2.2.0cvs16
2274
2275         * src/main.c
2276                 Revert test
2277
2278 2006-05-15 [cleroy]     2.2.0cvs15
2279
2280         * src/main.c
2281                 test
2282
2283 2006-05-15 [wwp]        2.2.0cvs14
2284
2285         * manual/pl/.cvsignore
2286                 ignore generated files.
2287
2288 2006-05-14 [wwp]        2.3.0-rc1
2289
2290         * 2.3.0-rc1 released
2291
2292 2006-05-13 [wwp]        2.2.0cvs13
2293
2294         * src/filtering.c
2295         * src/filtering.h
2296         * src/matcher.c
2297         * src/matcher_parser_lex.l
2298         * src/matcher_parser_parse.y
2299         * src/prefs_filtering.c
2300                 new feature: provide the ability to disable filtering and processing
2301                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2302                 adaptations.
2303
2304 2006-05-13 [colin]      2.2.0cvs12
2305
2306         * src/compose.c
2307                 Remove useless if (a) b; else b;
2308                 Thanks to wwp
2309
2310 2006-05-13 [wwp]        2.2.0cvs11
2311
2312         * src/export.c
2313         * src/import.c
2314         * src/mainwindow.c
2315         * src/mbox.c
2316         * src/summaryview.c
2317         * src/summaryview.h
2318                 no more silent failures (or at least less ones) when importing
2319                 or exporting from/to mbox. Also start importing/exporting if
2320                 the necessary info is set.
2321
2322 2006-05-13 [wwp]        2.2.0cvs10
2323
2324         * RELEASE_NOTES
2325                 restored up-to-date release notes.
2326
2327 2006-05-13 [paul]       2.2.0cvs9
2328
2329         * po/nl.po
2330         * po/ru.po
2331                 updated by Tim Dijkstra and Pavlo Bohmat
2332
2333 2006-05-12 [colin]      2.2.0cvs8
2334
2335         * src/gtk/quicksearch.c
2336                 Add "k" as shortcut for "colorlabel". Patch
2337                 by ath42@users.sf.net.
2338
2339 2006-05-12 [paul]       2.2.0cvs7
2340
2341         * src/prefs_common.h
2342         * src/prefs_summaries.c
2343         * src/summaryview.c
2344                 when entering a folder also allow
2345                 going directly to first Marked message
2346
2347 2006-05-12 [paul]       2.2.0cvs6
2348
2349         * src/summaryview.c
2350                 always obey 'confirm before marking all
2351                 mails read' option
2352
2353 2006-05-12 [paul]       2.2.0cvs5
2354
2355         * src/textview.c
2356                 make Sender fully clickable
2357
2358 2006-05-12 [colin]      2.2.0cvs4
2359
2360         * src/compose.c
2361         * src/compose.h
2362                 Let From be editable
2363         * src/main.c
2364         * src/mh.c
2365                 Full support of .mh_sequences' Unseen seq
2366
2367 2006-05-12 [colin]      2.2.0cvs3
2368
2369         * src/folder.c
2370         * src/mainwindow.c
2371         * src/mainwindow.h
2372         * src/messageview.c
2373         * src/prefs_spelling.c
2374         * src/procheader.c
2375         * src/procmsg.c
2376         * src/procmsg.h
2377         * src/summaryview.c
2378         * src/toolbar.c
2379         * src/toolbar.h
2380                 Add contextual menu on Compose toolbar
2381                 button. Fixes bug #944 (Automatic
2382                 addresses not applied when changing account
2383                 from compose window)
2384                 add Mailing List support
2385                 based on the old 0.6.5claws25 patch by
2386                 Melvin Hadasht, with finishing touches
2387                 by Colin
2388                 Fix "ignore thread" when mails are threaded by
2389                 subject (and weren't ignored although appearing
2390                 in the thread).
2391                 GUI rework.
2392                 Both patches by Pawel.
2393
2394 2006-05-08 [paul]       2.2.0cvs2
2395
2396         * src/mainwindow.c
2397         * src/mainwindow.h
2398         * src/messageview.c
2399         * src/procheader.c
2400         * src/procmsg.c
2401         * src/procmsg.h
2402         * src/summaryview.c
2403                 add Mailing List support
2404                 based on the old 0.6.5claws25 patch by 
2405                 Melvin Hadasht, with finishing touches
2406                 by Colin
2407
2408 2006-05-08 [colin]      2.2.0cvs1
2409
2410         * src/mainwindow.c
2411         * src/toolbar.c
2412         * src/toolbar.h
2413                 Add contextual menu on Compose toolbar 
2414                 button. Fixes bug #944 (Automatic 
2415                 addresses not applied when changing account 
2416                 from compose window)
2417
2418 2006-05-08 [paul]       2.2.0
2419
2420         2.2.0 released
2421
2422 2006-05-08 [paul]       2.1.1cvs51
2423
2424         * po/cs.po
2425         * po/de.po
2426         * po/en_GB.po
2427         * po/fi.po
2428         * po/fr.po
2429         * po/pt_BR.po
2430         * po/sr.po
2431         * po/zh_CN.po
2432                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2433                 Fabien Vantard, Frederico Goncalves Guimaraes,
2434                 Aleksandar Urosevic, and Ralgh Young
2435
2436 2006-05-12 [colin]      2.1.1cvs50
2437
2438         * po/cs.po
2439         * po/de.po
2440         * po/en_GB.po
2441         * po/es.po
2442         * po/fi.po
2443         * po/fr.po
2444         * po/pt_BR.po
2445         * po/sr.po
2446         * po/zh_CN.po
2447                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2448                 Fabien Vantard, Frederico Goncalves Guimaraes,
2449                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2450
2451 2006-05-05 [colin]      2.1.1cvs49
2452
2453         * manual/Makefile.am
2454         * manual/pl/Makefile.am
2455         * manual/pl/account.xml
2456         * manual/pl/ack.xml
2457         * manual/pl/addrbook.xml
2458         * manual/pl/advanced.xml
2459         * manual/pl/faq.xml
2460         * manual/pl/glossary.xml
2461         * manual/pl/gpl.xml
2462         * manual/pl/handling.xml
2463         * manual/pl/intro.xml
2464         * manual/pl/keyboard.xml
2465         * manual/pl/plugins.xml
2466         * manual/pl/starting.xml
2467         * manual/pl/sylpheed-claws-manual.xml
2468         * manual/pl/dist/.cvsignore
2469         * manual/pl/dist/Makefile.am
2470         * manual/pl/dist/html/.cvsignore
2471         * manual/pl/dist/html/Makefile.am
2472         * manual/pl/dist/pdf/.cvsignore
2473         * manual/pl/dist/pdf/Makefile.am
2474         * manual/pl/dist/ps/.cvsignore
2475         * manual/pl/dist/ps/Makefile.am
2476         * manual/pl/dist/txt/.cvsignore
2477         * manual/pl/dist/txt/Makefile.am
2478                 Add the polish translation of the manual,
2479                 Authored by Pawel Pekala.
2480
2481 2006-05-05 [cleroy]     2.1.1cvs48
2482
2483         * src/main.c
2484                 Re-read matcherrc after loading plugins 
2485                 if some of them add folders.
2486
2487 2006-05-03 [colin]      2.1.1cvs47
2488
2489         * src/imap.c
2490                 I'm idiot
2491
2492 2006-05-03 [colin]      2.1.1cvs46
2493
2494         * src/imap.c
2495                 Be sure to have a session when
2496                 getting separator
2497
2498 2006-05-03 [colin]      2.1.1cvs45
2499
2500         * src/imap.c
2501         * src/imap.h
2502         * src/imap_gtk.c
2503                 Fix preventing renaming with namespace 
2504                 separator.
2505
2506 2006-05-01 [colin]      2.1.1cvs44
2507
2508         * src/action.c
2509                 Don't reload messageview when result of
2510                 action is piped.
2511
2512 2006-04-29 [colin]      2.1.1cvs43
2513
2514         * src/prefs_receive.c
2515         * src/plugins/spamassassin/spamassassin_gtk.c
2516         * src/plugins/clamav/clamav_plugin_gtk.c
2517                 GUI fixes by Pawel
2518
2519 2006-04-29 [colin]      2.1.1cvs42
2520
2521         * src/prefs_compose_writing.c
2522         * src/prefs_quote.c
2523                 Cleanups. Patch by Pawel
2524
2525 2006-04-28 [paul]       2.1.1cvs41
2526
2527         * src/matcher.c
2528                 fix returned quick search results when search
2529                 term contains an underscore.
2530                 Thanks to Colin
2531
2532 2006-04-28 [paul]       2.1.1cvs40
2533
2534         * src/prefs_message.c
2535         * src/prefs_receive.c
2536                 GUI cleanups
2537                 Patches by Pawel Pekala
2538
2539 2006-04-27 [colin]      2.1.1cvs39
2540
2541         * src/wizard.c
2542                 Differentiate subject Welcome from
2543                 window's title Welcome
2544
2545 2006-04-27 [paul]
2546
2547         2.2.0-rc1 released
2548
2549 2006-04-27 [paul]       2.1.1cvs38
2550
2551         * manual/advanced.xml
2552         * manual/fr/advanced.xml
2553                 add info about compose_no_markup hidden pref
2554
2555 2006-04-27 [paul]       2.1.1cvs37
2556
2557         * src/prefs_account.c
2558                 improve privacy labels
2559         * src/prefs_msg_colors.c
2560                 change some strings for translators' convenience
2561         * src/gtk/gtkutils.c
2562                 don't underline the link button text
2563
2564 2006-04-25 [colin]      2.1.1cvs36
2565
2566         * src/folder.c
2567                 Complete 2.1.1cvs33 (once more ;)
2568
2569 2006-04-25 [colin]      2.1.1cvs35
2570
2571         * src/editldap.c
2572                 Fix tooltip
2573
2574 2006-04-25 [cleroy]     2.1.1cvs34
2575
2576         * src/compose.c
2577         * src/gtk/gtkaspell.c
2578                 Fix crash on redirect (related to the return 
2579                 of the aspell menu in compose's toolbar)
2580         * src/prefs_msg_colors.c
2581                 Fix sensitivity widgets
2582         * src/image_viewer.c
2583         * src/gtk/pluginwindow.c
2584         * src/gtk/prefswindow.c
2585                 Change released signals to clicked (Fabien)
2586         * po/POTFILES.in
2587         * src/common/socket.c
2588         * src/plugins/spamassassin/spamassassin.c
2589                 Translate strings (Fabien)
2590
2591 2006-04-25 [paul]       2.1.1cvs33
2592
2593         * src/folder.c
2594         * src/folder.h
2595         * src/folderview.c
2596                 complete the fix of bug #912
2597                 Thanks to Colin
2598
2599 2006-04-25 [colin]      2.1.1cvs32
2600
2601         * src/news.c
2602                 Better progress bar
2603         * src/mimeview.c
2604         * src/summaryview.c
2605         * src/summaryview.h
2606                 Fix focus chain
2607                 Patches by Pawel Pekala
2608
2609 2006-04-24 [colin]      2.1.1cvs31
2610
2611         * src/compose.c
2612                 Fix compilation warnings (Fabien)
2613
2614 2006-04-24 [colin]      2.1.1cvs30
2615
2616         * src/addrindex.c
2617         * src/editldap.c
2618         * src/editldap_basedn.c
2619         * src/editldap_basedn.h
2620         * src/ldapctrl.c
2621         * src/ldapctrl.h
2622         * src/ldapquery.c
2623         * src/ldaputil.c
2624         * src/ldaputil.h
2625                 Fix bug #901 (LDAPS support)
2626
2627 2006-04-24 [colin]      2.1.1cvs29
2628
2629         * src/compose.c
2630                 Fix logic on error with send dialog on
2631         * src/imap.c
2632                 Fix compilation without libetpan, thanks
2633                 to Fabien
2634         * src/summaryview.c
2635                 Fix 'context-menu' key
2636
2637 2006-04-23 [colin]      2.1.1cvs28
2638
2639         * src/folder.c
2640                 Never free current's cache to free up 
2641                 memory. Fixes bug #912 (new count 
2642                 randomly set to message count)
2643
2644 2006-04-23 [colin]      2.1.1cvs27
2645
2646         * src/gtk/quicksearch.c
2647                 And remove printf...
2648
2649 2006-04-23 [colin]      2.1.1cvs26
2650
2651         * src/gtk/quicksearch.c
2652                 Fix replacing in quicksearch, and fix inserting
2653                 in the middle of the string. (introduced at 2.1.0cvs22)
2654
2655 2006-04-23 [colin]      2.1.1cvs25
2656
2657         * src/imap.c
2658                 Make sure uidnext is initialized in get_num_list
2659                 (not for stable, related to 2.1.1cvs8 and friends)
2660
2661 2006-04-23 [colin]      2.1.1cvs24
2662
2663         * src/imap.c
2664                 Output something when login is successful
2665                 too
2666
2667 2006-04-23 [colin]      2.1.1cvs23
2668
2669         * src/etpan/imap-thread.c
2670                 Better logging (line-per-line, hide data in fetch)
2671                 Fix a const warning
2672         * src/gtk/logwindow.c
2673         * src/gtk/logwindow.h
2674                 Better logging (color for input/output)
2675
2676 2006-04-21 [colin]      2.1.1cvs22
2677
2678         * src/gtk/quicksearch.c
2679                 On gtk+-2.8, use stock buttons in quicksearch
2680                 Based on a patch by Fabien and a design by Paul
2681
2682 2006-04-21 [colin]      2.1.1cvs21
2683
2684         * src/folderview.c
2685         * src/mainwindow.c
2686                 Fix occasional flicker in folderview
2687         * src/common/utils.c
2688                 Fix bug #943 (Incorrectly parsed email address 
2689                 list in short headers on message view and in 
2690                 printouts)
2691
2692 2006-04-20 [colin]      2.1.1cvs20
2693
2694         * src/imap.c
2695         * src/imap.h
2696         * src/prefs_account.c
2697                 Add ANONYMOUS auth for IMAP
2698
2699 2006-04-20 [paul]       2.1.1cvs19
2700
2701         * src/main.c
2702                 proper fix for 2.1.1cvs18
2703                 Thanks to Colin
2704
2705 2006-04-20 [paul]       2.1.1cvs18
2706
2707         * src/main.c
2708                 fix build warnings
2709
2710 2006-04-20 [paul]       2.1.1cvs17
2711
2712         * src/gtk/quicksearch.c
2713                 fix standard, non-extended Quick search,
2714                 was broken in 2.1.1cvs15.
2715                 Thanks to Colin.
2716
2717 2006-04-20 [colin]      2.1.1cvs16
2718
2719         * src/prefs_matcher.c
2720                 Fix values when reselecting a ~test
2721                 rule
2722
2723 2006-04-19 [colin]      2.1.1cvs15
2724
2725         * src/compose.c
2726         * src/compose.h
2727         * src/gtk/gtkaspell.c
2728         * src/gtk/gtkaspell.h
2729                 Put back Options menu in Spelling/
2730         * src/gtk/quicksearch.c
2731                 Don't search, and show error, if the
2732                 advanced search has a syntax error
2733
2734 2006-04-18 [colin]      2.1.1cvs14
2735
2736         * src/textview.c
2737                 Fix gdk warnings on set_cursor when textview
2738                 isn't visible
2739
2740 2006-04-18 [colin]      2.1.1cvs13
2741
2742         * src/gtk/gtksctree.c
2743                 Remove seemingly useless refresh that causes
2744                 flicker - watch this commit in case of 
2745                 problems before planned backport to stable
2746
2747 2006-04-18 [colin]      2.1.1cvs12
2748
2749         * src/imap.c
2750                 Factorize get/set_xml code
2751         * src/compose.c
2752         * src/prefs_account.c
2753         * src/prefs_account.h
2754         * src/procmsg.c
2755                 Add Encrypt to self option
2756
2757 2006-04-17 [colin]      2.1.1cvs11
2758
2759         * configure.ac
2760                 Fix search on encrpyt function on dragonfly
2761                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2762
2763 2006-04-17 [colin]      2.1.1cvs10
2764
2765         * src/prefs_account.c
2766                 Be safe by default: remove mails from POP3
2767                 after 7 days, not immediately
2768
2769 2006-04-17 [colin]      2.1.1cvs9
2770
2771         * src/etpan/imap-thread.c
2772                 Fix build on DragonFly - patch by 
2773                 Jonathan Buschmann <jonthn@agmact.com>
2774
2775 2006-04-17 [colin]      2.1.1cvs8
2776
2777         * src/imap.c
2778                 Save uidnext between sessions
2779
2780 2006-04-17 [colin]      2.1.1cvs7
2781
2782         * src/imap.c
2783                 scan is required when uid validity changes
2784
2785 2006-04-17 [colin]      2.1.1cvs6
2786
2787         * src/folderview.c
2788                 Don't scan if not necessary, apart in current
2789                 folder and INBOX to fetch flags.
2790         * src/imap.c
2791                 Scan is necessary if unread count changes
2792
2793 2006-04-17 [colin]      2.1.1cvs5
2794
2795         * src/imap.c
2796                 ...But always fetch ANSWERED and DELETED flags for
2797                 INBOX, as filtering can happen on these flags.
2798
2799 2006-04-17 [colin]      2.1.1cvs4
2800
2801         * src/imap.c
2802                 Don't fetch REPLIED and DELETED flags when synchronising
2803                 flags with a closed folder. We only need UNSEEN and FLAGGED
2804                 to update the folderview.
2805
2806 2006-04-17 [colin]      2.1.1cvs3
2807
2808         * src/imap.c
2809                 Faster flag search when there are new mails 
2810                 in a folder. We can do a full search if the 
2811                 folder contains less messages than the new
2812                 list.
2813
2814 2006-04-17 [colin]      2.1.1cvs2
2815
2816         * po/cs.po
2817         * po/de.po
2818         * po/fr.po
2819         * po/nl.po
2820         * po/pt_BR.po
2821                 Update translations from stable branch
2822
2823 2006-04-17 [colin]      2.1.1cvs1
2824
2825         * configure.ac
2826                 Bump version to follow stable release
2827
2828 2006-04-16 [mones]      2.1.0cvs50
2829
2830         * po/es.po
2831                 Updated for release
2832
2833 2006-04-16 [colin]      2.1.0cvs49
2834
2835         * src/textview.c
2836                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2837                 with gtk < 2.8. Thanks to Fabien Vantard.
2838
2839 2006-04-15 [colin]      2.1.0cvs48
2840
2841         * src/etpan/imap-thread.c
2842                 Fix bug #919 (libetpan: SEGV when connecting 
2843                 using command)
2844
2845 2006-04-14 [colin]      2.1.0cvs47
2846
2847         * src/main.c
2848                 Fix race on --select (should be done better)
2849
2850 2006-04-14 [wwp]        2.1.0cvs46
2851
2852         * src/send_message.c
2853                 enforce a check for domain in account prefs (a sending
2854                 error could be faced if domain was checked but no value set),
2855                 thanks to Colin.
2856
2857 2006-04-14 [colin]      2.1.0cvs45
2858
2859         * src/codeconv.c
2860                 when converting from unknown to unknown, if the
2861                 string is UTF8, don't convert it to the locale
2862                 (which breaks it)
2863
2864 2006-04-14 [colin]      2.1.0cvs44
2865
2866         * src/compose.c
2867                 Don't try to use ASCII for converting headers
2868                 (as done in body)
2869
2870 2006-04-14 [paul]       2.1.0cvs43
2871
2872         * src/crash.c
2873                 add locale/charset info to crash report
2874         * src/gtk/about.c
2875                 add wwp to doc team
2876                 replace 'e-mail' with preferred 'email'
2877         * src/gtk/authors.h
2878                 ensure contributors list is in alphabetical
2879                 order
2880
2881 2006-04-13 [colin]      2.1.0cvs42
2882
2883         * src/textview.c
2884                 Prevent gdk warnings
2885
2886 2006-04-13 [colin]      2.1.0cvs41
2887
2888         * src/common/ssl_certificate.c
2889         * src/common/ssl_certificate.h
2890         * src/gtk/sslcertwindow.c
2891                 Warn on expired certs, and display the expiration date
2892
2893 2006-04-13 [colin]      2.1.0cvs40
2894
2895         * src/plugins/spamassassin/spamassassin_gtk.c
2896                 Fix missing set_text on unix socket
2897
2898 2006-04-13 [wwp]        2.1.0cvs39
2899
2900         * manual/fr/advanced.xml
2901         * manual/fr/glossary.xml
2902                 applied new spam/ham/email lexicon (pourriel, courriel)
2903
2904 2006-04-13 [paul]       2.1.0cvs38
2905
2906         * src/plugins/pgpmime/plugin.c
2907                 remove the mention of S/MIME from the
2908                 description. This is now handled by the
2909                 S/MIME plugin.
2910
2911 2006-04-13 [paul]       2.1.0cvs37
2912
2913         * src/prefs_msg_colors.c
2914                 rework dialog
2915         * src/prefs_folder_item.c
2916         * src/prefs_spelling.c
2917                 add a tooltip to the colour selector buttons
2918
2919 2006-04-13 [wwp]        2.1.0cvs36
2920
2921         * manual/advanced.xml
2922         * manual/glossary.xml
2923         * manual/handling.xml
2924         * manual/keyboard.xml
2925         * manual/plugins.xml
2926         * manual/starting.xml
2927         * manual/fr/account.xml
2928         * manual/fr/ack.xml
2929         * manual/fr/addrbook.xml
2930         * manual/fr/advanced.xml
2931         * manual/fr/faq.xml
2932         * manual/fr/glossary.xml
2933         * manual/fr/gpl.xml
2934         * manual/fr/handling.xml
2935         * manual/fr/intro.xml
2936         * manual/fr/keyboard.xml
2937         * manual/fr/plugins.xml
2938         * manual/fr/starting.xml
2939         * manual/fr/sylpheed-claws-manual.xml
2940                 fixes to the manuals:
2941                  - summaryview -> Message List (same in French)
2942                  - translate key names
2943                  - fix French punctuation, use non-breakable spaces when
2944                    necessary, don't use &thinsp; which is not portable
2945                  - tell what maildir and mbox formats we support
2946
2947 2006-04-12 [wwp]        2.1.0cvs35
2948
2949         * src/prefs_toolbar.c
2950                 unified a replace button more,
2951                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2952
2953 2006-04-12 [wwp]        2.1.0cvs34
2954
2955         * src/prefs_common.c
2956         * src/prefs_msg_colors.c
2957                 make default color labels translatable,
2958                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2959                 thanks to Tim <timbrain@post.cz> for reporting.
2960
2961 2006-04-12 [wwp]        2.1.0cvs33
2962
2963         * manual/glossary.xml
2964         * manual/intro.xml
2965         * manual/plugins.xml
2966         * manual/starting.xml
2967         * manual/sylpheed-claws-manual.xml
2968         * manual/fr/.cvsignore
2969         * manual/fr/account.xml
2970         * manual/fr/ack.xml
2971         * manual/fr/addrbook.xml
2972         * manual/fr/advanced.xml
2973         * manual/fr/faq.xml
2974         * manual/fr/glossary.xml
2975         * manual/fr/handling.xml
2976         * manual/fr/intro.xml
2977         * manual/fr/keyboard.xml
2978         * manual/fr/plugins.xml
2979         * manual/fr/starting.xml
2980         * manual/fr/sylpheed-claws-manual.xml
2981                 various fixes: typos, missing .fr translations, punctuation,
2982                 capitalization, links, accents and some bad French more.
2983
2984 2006-04-12 [wwp]        2.1.0cvs32
2985
2986         * src/prefs_gtk.c
2987                 fix for bug #935: always store prefs files in UTF-8 (thanks
2988                 to Colin).
2989
2990 2006-04-11 [colin]      2.1.0cvs31
2991
2992         * src/compose.c
2993                 Fix inserting files not in utf8 when locale is utf8
2994
2995 2006-04-11 [colin]      2.1.0cvs30
2996
2997         * src/inc.c
2998                 Don't show error dialog when cancelling connection
2999                 Patch by Pawel
3000
3001 2006-04-11 [cleroy]     2.1.0cvs29
3002
3003         * src/compose.c
3004                 Implement multiple quote levels
3005         * src/prefs_common.c
3006                 Change a little bit the quote bgcolor for 2nd level
3007
3008 2006-04-11 [colin]      2.1.0cvs28
3009
3010         * src/gtk/about.c
3011                 Add locale and charset in the label
3012
3013 2006-04-10 [colin]      2.1.0cvs27
3014
3015         * src/compose.c
3016         * src/prefs_common.c
3017         * src/prefs_common.h
3018         * src/prefs_msg_colors.c
3019         * src/textview.c
3020                 Allow optional background color in quotes
3021                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3022                 GTK+-2.8.x feature
3023
3024 2006-04-10 [colin]      2.1.0cvs26
3025
3026         * src/main.c
3027         * src/mainwindow.c
3028         * src/mainwindow.h
3029                 Implement --select
3030
3031 2006-04-10 [colin]      2.1.0cvs25
3032
3033         * manual/plugins.xml
3034         * manual/fr/plugins.xml
3035                 Document libcurl's proxy variables
3036
3037 2006-04-09 [colin]      2.1.0cvs24
3038
3039         * src/prefs_common.c
3040                 gettext() returns statically allocated stuff. We have
3041                 to strdup it in order to be able to free it.
3042
3043 2006-04-09 [colin]      2.1.0cvs23
3044
3045         * AUTHORS
3046         * src/gtk/authors.h
3047                 Add Alexei
3048
3049 2006-04-09 [colin]      2.1.0cvs22
3050
3051         * src/mainwindow.c
3052         * src/gtk/quicksearch.c
3053                 Fix bug #859 (problems with cyrilic input in 
3054                 search panel) - Patch by Alexey Illarionov 
3055                 <littlesavage@rambler.ru>
3056
3057 2006-04-09 [colin]      2.1.0cvs21
3058
3059         * src/prefs_customheader.c
3060                 I prefer removing then freeing rather than the contrary
3061                 (even if it doesn't change anything ;-)
3062         * src/prefs_account.c
3063                 Fix bug #933 (Crash re-entering the custom headers list 
3064                 dialog in accounts prefs)
3065                 The problem happened when cancelling the Account 
3066                 Preferences' dialogs - in which case we didn't do 
3067                 anything to the PrefsAccount * struct. In case of applying,
3068                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3069                 working with in this dialog. The problem is that 
3070                 prefs_customheader.c, working on this tmp_ac_prefs, always
3071                 changes the ->customhdr_list pointer, even when cancelled. 
3072                 So in case of cancelling the prefs_account dialog, we still
3073                 have to update ->customhdr_list in the real account.
3074
3075 2006-04-08 [colin]      2.1.0cvs20
3076
3077         * manual/fr/glossary.xml
3078         * manual/fr/keyboard.xml
3079                 Forgot some headers :)
3080
3081 2006-04-08 [colin]      2.1.0cvs19
3082
3083         * manual/Makefile.am
3084         * manual/fr/Makefile.am
3085         * manual/fr/account.xml
3086         * manual/fr/ack.xml
3087         * manual/fr/addrbook.xml
3088         * manual/fr/advanced.xml
3089         * manual/fr/faq.xml
3090         * manual/fr/glossary.xml
3091         * manual/fr/gpl.xml
3092         * manual/fr/handling.xml
3093         * manual/fr/intro.xml
3094         * manual/fr/keyboard.xml
3095         * manual/fr/plugins.xml
3096         * manual/fr/starting.xml
3097         * manual/fr/sylpheed-claws-manual.xml
3098         * manual/fr/dist/.cvsignore
3099         * manual/fr/dist/Makefile.am
3100         * manual/fr/dist/html/.cvsignore
3101         * manual/fr/dist/html/Makefile.am
3102         * manual/fr/dist/pdf/.cvsignore
3103         * manual/fr/dist/pdf/Makefile.am
3104         * manual/fr/dist/ps/.cvsignore
3105         * manual/fr/dist/ps/Makefile.am
3106         * manual/fr/dist/txt/.cvsignore
3107         * manual/fr/dist/txt/Makefile.am
3108                 Add the french translation of the manual. Thanks to
3109                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3110                 account.xml, ack.xml, addrbook.xml and advanced.xml
3111
3112 2006-04-08 [colin]      2.1.0cvs18
3113
3114         * manual/plugins.xml
3115         * manual/starting.xml
3116                 More fixes
3117
3118 2006-04-07 [colin]      2.1.0cvs17
3119
3120         * manual/faq.xml
3121         * manual/intro.xml
3122         * manual/keyboard.xml
3123                 Little fixes
3124
3125 2006-04-07 [colin]      2.1.0cvs16
3126
3127         * README
3128         * src/compose.c
3129         * src/prefs_common.c
3130         * src/prefs_common.h
3131                 Add hidden compose_no_markup pref
3132
3133 2006-04-07 [wwp]        2.1.0cvs15
3134
3135         * src/summary_search.c
3136         * .cvsignore
3137                 Bugfix: stop button was sticky when searching in an empty folder.
3138                 Applied curly brackets code style to the whole file (summary_search.c).
3139                 More files to ignore.
3140
3141 2006-04-07 [wwp]        2.1.0cvs14
3142
3143         * src/message_search.c
3144         * src/summary_search.c
3145                 changed default button when search bumps at file/folder
3146                 beginning or end, for convenience (thanks to Colin).
3147
3148 2006-04-07 [paul]       2.1.0cvs13
3149
3150         * src/plugins/dillo_viewer/dillo_prefs.c
3151                 avoid future potential for namespace collision
3152                 Patch by Colin
3153
3154 2006-04-06 [wwp]        2.1.0cvs12
3155
3156         * src/summary_search.c
3157                 Unify extended/advanced searches names (and thus factorize labels),
3158                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3159
3160 2006-04-06 [wwp]        2.1.0cvs11
3161
3162         * src/folderview.c
3163         * src/prefs_themes.c
3164         * src/summaryview.c
3165                 Fixed some compilation warnings.
3166
3167 2006-04-06 [colin]      2.1.0cvs10
3168
3169         * manual/advanced.xml
3170                 Document the wizard template and how to deploy
3171                 Sylpheed-Claws effectively
3172
3173 2006-04-06 [colin]      2.1.0cvs9
3174
3175         * src/folderview.c
3176                 gettext patch to tell translators about _("#"),
3177                 by Maxim Britov
3178
3179 2006-04-06 [colin]      2.1.0cvs8
3180
3181         * src/textview.c
3182                 Fix invalid GtkTextBIter after clicking "Display as text"
3183
3184 2006-04-06 [mones]      2.1.0cvs7
3185
3186         * src/addr_compl.c
3187         * src/addrindex.c
3188         * src/addritem.c
3189         * src/codeconv.c
3190         * src/compose.c
3191         * src/filtering.c
3192         * src/folder.c
3193         * src/folder_item_prefs.c
3194         * src/folderview.c
3195         * src/localfolder.c
3196         * src/matcher.c
3197         * src/mimeview.c
3198         * src/prefs_msg_colors.c
3199         * src/prefs_spelling.c
3200         * src/prefs_themes.c
3201         * src/procmime.c
3202         * src/procmsg.c
3203         * src/stock_pixmap.c
3204         * src/summaryview.c
3205         * src/textview.c
3206         * src/toolbar.c
3207         * src/common/mgutils.c
3208         * src/common/prefs.c
3209         * src/common/ssl_certificate.c
3210         * src/gtk/colorlabel.c
3211         * src/gtk/quicksearch.c
3212         * src/plugins/pgpmime/pgpmime.c
3213         * src/plugins/spamassassin/spamassassin.c
3214                 Removed redundant NULL checks for g_free() calls.
3215                 Patch by Pawel Pekala.
3216
3217 2006-04-06 [mones]      2.1.0cvs6
3218
3219         * src/prefs_actions.c
3220         * src/prefs_filtering.c
3221         * src/prefs_filtering_action.c
3222         * src/prefs_matcher.c
3223         * src/prefs_template.c
3224         * src/gtk/gtkutils.c
3225         * src/gtk/gtkutils.h
3226                 Have a nice replace button. Patch by Pawel Pekala
3227
3228 2006-04-06 [colin]      2.1.0cvs5
3229
3230         * src/addressbook.c
3231                 Fix crash with empty columns
3232
3233 2006-04-05 [colin]      2.1.0cvs4
3234
3235         * src/wizard.c
3236         * src/prefs_gtk.c
3237                 Allow wizard customization with pre-filled values
3238
3239 2006-04-05 [colin]      2.1.0cvs3
3240
3241         * src/textview.c
3242         * src/mimeview.c
3243         * src/mimeview.h
3244                 Nicer messages in mimeview
3245
3246 2006-04-05 [colin]      2.1.0cvs2
3247
3248         * src/addressbook.c
3249         * src/prefs_summaries.c
3250                 i18n fix
3251
3252 2006-04-05 [colin]      2.1.0cvs1
3253
3254         * src/plugins/pgpcore/plugin.c
3255         * src/plugins/pgpcore/select-keys.c
3256         * src/plugins/pgpcore/select-keys.h
3257         * src/plugins/pgpcore/sgpgme.c
3258         * src/plugins/pgpcore/sgpgme.h
3259         * src/plugins/pgpinline/pgpinline.c
3260         * src/plugins/pgpinline/plugin.c
3261         * src/plugins/pgpmime/pgpmime.c
3262         * src/plugins/pgpmime/plugin.c
3263                 Factorize and generalize a bit 
3264                 Drop S/MIME signature verification from PGP/MIME
3265                 (adding it as another, more complete plugin)
3266
3267 2006-04-05 [paul]       2.1.0
3268
3269         2.1.0 released
3270
3271 2006-04-05 [paul]       2.0.0cvs186
3272
3273         * manual/advanced.xml
3274                 add info on colour labels
3275
3276 2006-04-05 [paul]       2.0.0cvs185
3277
3278         * po/bg.po
3279         * po/cs.po
3280         * po/de.po
3281         * po/el.po
3282         * po/en_GB.po
3283         * po/fi.po
3284         * po/fr.po
3285         * po/it.po
3286         * po/nl.po
3287         * po/pl.po
3288         * po/pt_BR.po
3289         * po/sr.po
3290         * po/zh_CN.po
3291                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3292                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3293                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3294                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3295         * src/gtk/authors.h
3296         * tools/claws.i18n.status.pl
3297                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3298                 and new Czech translator, Tim <timbrain@post.cz>
3299
3300 2006-04-05 [mones]      2.0.0cvs184
3301
3302         * po/es.po
3303                 Updated translation
3304
3305 2006-04-05 [colin]      2.0.0cvs183
3306
3307         * src/gtk/quicksearch.c
3308                 Fix bug #929 (unnecessary reload in quick search bar)
3309
3310 2006-04-05 [colin]      2.0.0cvs182
3311
3312         * src/compose.c
3313                 Fix crash on Reply with no From:
3314                 Show signature and conversion error on queuing 
3315                 (but not sending)
3316         * src/mainwindow.c
3317         * src/summaryview.c
3318         * src/summaryview.h
3319                 Factorize threading code and make sure msginfo 
3320                 is not null when it comes from a GtkCTreeRow's 
3321                 data
3322         * src/gtk/gtkaspell.c
3323                 Check for necessary things
3324         * src/gtk/gtksctree.c
3325         * src/gtk/gtksctree.h
3326                 Reset anchor if necessary when removing node
3327
3328 2006-03-29 [colin]      2.0.0cvs181
3329
3330         * src/folderview.c
3331                 Warn for disabled IMAP accounts (due to lack of
3332                 libetpan). Breaks string-freeze - sorry - but it
3333                 is kind of important ;)
3334
3335 2006-03-28 [colin]      2.0.0cvs180
3336
3337         * src/gtk/gtkutils.c
3338         * src/gtk/gtkutils.h
3339                 Add a gtkut_get_link_btn() function that
3340                 creates a button which acts like an URI
3341         * src/prefs_themes.c
3342         * src/gtk/about.c
3343                 Use this function (factorizes codes)
3344         * src/common/defs.h
3345         * src/gtk/pluginwindow.c
3346                 Add a "Get more..." in the plugins window
3347
3348 2006-03-28 [colin]      2.0.0cvs179
3349
3350         * src/common/smtp.c
3351         * src/common/passcrypt.c
3352         * src/undo.c
3353                 Warning fixes. Patch by Pawel Pekala
3354
3355 2006-03-27 [colin]      2.0.0cvs178
3356
3357         * src/undo.c
3358                 Fix undoing by blocks with spaces
3359
3360 2006-03-27 [colin]      2.0.0cvs177
3361
3362         * src/textview.c
3363                 Set margin to 3px for headers
3364
3365 2006-03-27 [paul]
3366
3367         2.1.0-rc2 released
3368
3369 2006-03-27 [wwp]        2.0.0cvs176
3370
3371         * src/summaryview.c
3372                 don't reset quicksearch when updating the message list.
3373                 Thanks to Colin.
3374
3375 2006-03-26 [wwp]        2.0.0cvs175
3376
3377         * src/compose.c
3378                 use a unified border width ('other' tab in the compose window,
3379                 patch by Pawel Pekala).
3380
3381
3382 2006-03-26 [wwp]        2.0.0cvs174
3383
3384         * src/common/quoted-printable.c
3385         * src/addressbook.c
3386                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3387
3388 2006-03-26 [colin]      2.0.0cvs173
3389
3390         * src/quote_fmt_parse.y
3391                 Fix non-UTF8 date formats messing up the whole quote a 
3392                 little bit
3393
3394 2006-03-26 [colin]      2.0.0cvs172
3395
3396         * src/procheader.c
3397                 Make sure the date is UTF8 valid, or try to make it
3398                 so. IncrediMail is really IncrediStupid.
3399         * src/compose.c
3400                 Fix possible conversions. 
3401                 
3402
3403 2006-03-26 [colin]      2.0.0cvs171
3404
3405         * src/matcher.c
3406                 Fix corner cases in body search. This is still a
3407                 hack... It seems impossible to make it good and 
3408                 reasonably fast at the same time.
3409
3410 2006-03-26 [colin]      2.0.0cvs170
3411
3412         * src/summaryview.c
3413                 I think I killed the twilight zone bug!
3414                 summary_select_node() flushes GTK events in order
3415                 to be able to center the view. But this also 
3416                 flushes keypresses like Ctrl-Alt-U, so this can
3417                 call summary_show from summary_select_node (itself
3418                 called from summary_show, etc.). And the summaryview
3419                 has to be unlocked in this function. So just locking
3420                 while processing GTK events, and bailing if locked, 
3421                 should fix it.
3422                 Fixes bug #927 (SIGSEGV during Update Summary)
3423
3424 2006-03-25 [colin]      2.0.0cvs169
3425
3426         * src/matcher.c
3427                 Fix search in QP-encoded bodies
3428                 Fix utf-8 searches in bodies encoded in the
3429                 locale's encoding
3430         * src/common/quoted-printable.c
3431         * src/common/quoted-printable.h
3432                 Add a decode function that doesn't overwrite
3433                 the original pointer
3434                 
3435
3436 2006-03-24 [colin]      2.0.0cvs168
3437
3438         * src/action.c
3439         * src/summaryview.c
3440         * src/summaryview.h
3441                 Update message cache after action
3442                 Patch by H. Merijn Brand
3443         * src/prefs_msg_colors.c
3444                 Factorize label 
3445                 Patch by Fabien Vantard
3446         * src/plugins/spamassassin/spamassassin_gtk.c
3447                 Remove useless translation
3448                 Patch by Fabien Vantard
3449
3450 2006-03-23 [colin]      2.0.0cvs167
3451
3452         * src/common/ssl.c
3453                 Let 30 seconds to SSL_connect
3454
3455 2006-03-23 [wwp]        2.0.0cvs166
3456
3457         * src/summaryview.c
3458         * src/gtk/description_window.c
3459                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3460                 and headers are translated; adjust description windows' width to fit their
3461                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3462
3463 2006-03-23 [paul]       2.0.0cvs165
3464
3465         * src/common/utils.c
3466                 fix highlighting of URIs containing "()"
3467                 (2.0.0cvs164's reversal fixed)
3468                 Thanks to Colin.
3469
3470 2006-03-23 [paul]       2.0.0cvs164
3471
3472         * src/common/utils.c
3473                 revert patch, (postponing a fix), at 2.0.0cvs120
3474                 as it breaks more URIs than it fixes.
3475                 Allow '-' to be a terminating character in a URI
3476
3477 2006-03-22 [colin]      2.0.0cvs163
3478
3479         * configure.ac
3480                 Require libetpan 0.45
3481                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3482
3483 2006-03-22 [paul]       2.0.0cvs162
3484
3485         * src/editgroup.c
3486                 replace '<-' and '->' buttons with GTK_STOCK graphical
3487                 buttons
3488         * src/summary_search.c
3489                 don't offer '...' for translation
3490                 add a tooltip to advanced search '...' button
3491         * src/gtk/quicksearch.c
3492                 don't offer '...' for translation
3493
3494 2006-03-21 [colin]      2.0.0cvs161
3495
3496         * src/compose.c
3497                 Fix middle-click pasting (insert at click
3498                 position instead of cursor position, don't
3499                 remove existing selection and allow pasting
3500                 our own selection)
3501         * src/addressbook.c
3502                 "LDAP Server" -> "LDAP servers"
3503
3504 2006-03-21 [wwp]        2.0.0cvs160
3505
3506         * src/etpan/imap-thread.c
3507                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3508
3509 2006-03-20 [colin]      2.0.0cvs159
3510
3511         * src/summaryview.c
3512                 Don't reload summaryview after an execute with no
3513                 move action
3514
3515 2006-03-19 [colin]      2.0.0cvs158
3516
3517         * src/addressbook.c
3518                 and put groups at the top, always
3519
3520 2006-03-19 [colin]      2.0.0cvs157
3521
3522         * src/addressbook.c
3523                 Order groups before names, as previously
3524
3525 2006-03-19 [colin]      2.0.0cvs156
3526
3527         * src/addressbook.c
3528                 - Sort case-unsensitive
3529                 - Put the sort arrow at opening too
3530
3531 2006-03-19 [wwp]        2.0.0cvs155
3532
3533         * src/addressbook.c
3534                 allow sorting by name/email/remarks, ensure that right-pane's contents
3535                 matches the left-pane selection (cleared when appropriate).
3536                 Patch by Pawel Pekala <c0rn@o2.pl>.
3537
3538 2006-03-18 [colin]      2.0.0cvs154
3539
3540         * src/textview.c
3541                 Fix text cursor ;)
3542
3543 2006-03-18 [colin]      2.0.0cvs153
3544
3545         * src/gtk/filesel.c
3546                 Make sure we hide the preview if we didn't get
3547                 a filename
3548
3549 2006-03-18 [colin]      2.0.0cvs152
3550
3551         * src/summaryview.c
3552                 Set cursor to watch for execution (fixes lack
3553                 of watch-cursor when dnd'ing hundreds of mails)
3554         * src/gtk/filesel.c
3555                 Check that mime type is 'image/*' before updating
3556                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3557
3558 2006-03-18 [colin]      2.0.0cvs151
3559
3560         * src/mainwindow.c
3561         * src/textview.c
3562         * src/textview.h
3563                 Put a watch cursor in textview too when the mainwindow's
3564                 cursor in a watch
3565
3566 2006-03-18 [colin]      2.0.0cvs150
3567
3568         * src/folder.c
3569                 Change wrong asserts to simple tests
3570
3571 2006-03-17 [colin]      2.0.0cvs149
3572
3573         * src/mainwindow.c
3574         * src/mainwindow.h
3575         * src/prefs_msg_colors.c
3576         * src/summaryview.c
3577         * src/summaryview.h
3578         * src/gtk/colorlabel.c
3579         * src/gtk/colorlabel.h
3580                 Add a color label menu in the main menubar
3581                 Add (fixed) accels Ctrl-{0-7} to change the color
3582                 They have to be fixed because the menu's dynamic,
3583                 the items are complex widgets, hence we can't use
3584                 a GtkItemFactory.
3585
3586
3587 2006-03-17 [wwp]        2.0.0cvs148
3588
3589         * src/compose.c
3590                 rollback few lines from my previous commit (those lines come from
3591                 a pending patch, accidentally commited, even if neutral as they are
3592                 commented out).
3593
3594 2006-03-17 [wwp]        2.0.0cvs147
3595
3596         * src/compose.c
3597                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3598                 applied code style/indentation to the modified function.
3599
3600 2006-03-17 [wwp]        2.0.0cvs146
3601
3602         * src/procmsg.c
3603         * src/compose.c
3604                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3605
3606 2006-03-17 [paul]
3607
3608         2.1.0-rc1 released
3609
3610 2006-03-17 [paul]       2.0.0cvs145
3611
3612         * src/main.c
3613                 addressbook_read_file() was called twice
3614         * src/textview.c
3615                 X-Mailer highlighting
3616
3617 2006-03-16 [colin]      2.0.0cvs144
3618
3619         * src/sourcewindow.c
3620         * src/sourcewindow.h
3621                 And the last one, in source window.
3622
3623 2006-03-16 [colin]      2.0.0cvs143
3624
3625         * src/compose.c
3626         * src/compose.h
3627                 Fix the same stuff in compose
3628
3629 2006-03-16 [colin]      2.0.0cvs142
3630
3631         * src/messageview.c
3632                 Complete the previous messageview crash fix
3633
3634 2006-03-16 [colin]      2.0.0cvs141
3635
3636         * src/procmsg.h
3637         * src/procmsg.c
3638         * src/folder.c
3639                 Fix POSTPROCESSING hook
3640                 Patch by H. Merijn Brand
3641
3642         * src/procmime.c
3643         * src/procmime.h
3644                 Parse Content-Location
3645
3646         * src/toolbar.c
3647         * src/messageview.c
3648         * src/messageview.h
3649                 Don't crash when a top-level MessageView has
3650                 been closed on us. Same problematic than
3651                 yesterday's quicksearch issue.
3652
3653 2006-03-15 [colin]      2.0.0cvs140
3654
3655         * src/gtk/quicksearch.c
3656                 Fix a bitchy race we didn't think about when we
3657                 added quicksearch cancellation:
3658                 If the search is not on cached fields, for example
3659                 body_part matchcase "stuff"
3660                 the matcher code has to get the whole message. If
3661                 we're on IMAP, that can be slow, and in order to
3662                 be non-blocking, the IMAP code idle loop processes
3663                 gtk events too. So it is possible to cancel a
3664                 quicksearch while the matcher is getting the mail's
3665                 body. After matcher got its body, it will start to
3666                 iterate over the matcher list that the Quicksearch's
3667                 clear_search_cb() just freed via prepare_matcher().
3668                 SIGSEGV ensues.
3669                 The fix consists of guarding the matcherlist_match()
3670                 call with a boolean 'matching'. If we reset the
3671                 quicksearch while matching is TRUE, we don't free
3672                 the matcherlist anymore like we did, but we set
3673                 another new flag, deferred_free, to TRUE. Then,
3674                 in quicksearch_match(), just after returning from
3675                 matcherlist_match() and unsetting the matching flag,
3676                 we check the deferred_free flag and do the
3677                 prepare_matcher() (which does the matcherlist_free)
3678                 for real, so we free the matcherlist once it's not
3679                 used anymore.
3680                 As all of this runs via the glib main loop, we
3681                 luckily don't need a mutex.
3682         * src/summaryview.c
3683                 Also, show progress while searching.
3684
3685
3686 2006-03-14 [colin]      2.0.0cvs139
3687
3688         * src/alertpanel.c
3689                 Make alertpanel_is_open non-static
3690
3691 2006-03-14 [colin]      2.0.0cvs138
3692
3693         * src/prefs_spelling.c
3694                 Cleanups - Fabien Vantard
3695
3696 2006-03-14 [wwp]        2.0.0cvs137
3697
3698         * src/main.c
3699                 code style normalization (curly braces, indentation).
3700
3701 2006-03-14 [wwp]        2.0.0cvs137
3702
3703         * src/main.c
3704                 code style (braces, indentation)
3705
3706 2006-03-12 [paul]       2.0.0cvs136
3707
3708         * src/prefs_common.c
3709                 trans_hdr defaults to FALSE to be RFC-savvy
3710         * src/prefs_summaries.c
3711                 add a tooltip to the trans_hdr option
3712                 
3713
3714 2006-03-12 [paul]       2.0.0cvs135
3715
3716         * src/prefs_matcher.c
3717                 give a little more width to the combos
3718         * src/prefs_display_header.c
3719         * src/textview.c
3720                 translate headers if prefs_common.trans_hdr
3721                 is TRUE
3722
3723         Patches by Pawel Pekala
3724
3725 2006-03-12 [paul]       2.0.0cvs134
3726
3727         * src/plugins/clamav/clamav_plugin.c
3728         * src/plugins/dillo_viewer/dillo_viewer.c
3729         * src/plugins/pgpcore/plugin.c
3730         * src/plugins/pgpinline/plugin.c
3731         * src/plugins/pgpmime/plugin.c
3732         * src/plugins/spamassassin/spamassassin.c
3733                 update/add to descriptions
3734         * src/plugins/spamassassin/spamassassin_gtk.c
3735                 fixes to the english, remove superfluous
3736                 tooltips, clean up a little
3737
3738 2006-03-12 [paul]       2.0.0cvs133
3739
3740         * src/compose.c
3741                 fix Bug 924, 'Account combo box shows up wrong 
3742                 if & is in account name'
3743
3744 2006-03-11 [colin]      2.0.0cvs132
3745
3746         * src/summaryview.c
3747                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3748                 messed up shift-selection because is slows down
3749                 moving around summaryview. thanks -users
3750
3751 2006-03-10 [colin]      2.0.0cvs131
3752
3753         * src/plugins/spamassassin/spamassassin_gtk.c
3754                 Put back Paul's engrish fixes
3755
3756 2006-03-10 [colin]      2.0.0cvs130
3757
3758         * src/plugins/spamassassin/spamassassin.c
3759         * src/plugins/spamassassin/spamassassin.h
3760         * src/plugins/spamassassin/spamassassin_gtk.c
3761                 Cleanup SA prefs page (more)
3762                 Patch by Fabien Vantard
3763
3764 2006-03-10 [paul]       2.0.0cvs129
3765
3766         * src/prefs_msg_colors.c
3767         * src/prefs_spelling.c
3768                 widget sensitivity
3769
3770 2006-03-09 [mones]      2.0.0cvs128
3771
3772         * po/es.po
3773                 Update for next RC
3774
3775 2006-03-09 [wwp]        2.0.0cvs127
3776
3777         * configure.ac
3778                 revert accidental commit (requirement for libetpan 0.43), this time
3779                 not in HEAD.
3780
3781 2006-03-09 [wwp]        2.0.0cvs125
3782
3783         * configure.ac
3784                 revert accidental commit (requirement for libetpan 0.43)
3785
3786 2006-03-09 [paul]       2.0.0cvs126
3787
3788         * src/prefs_receive.c
3789                 remove useless frame
3790                 replace 'incorporation' with 'receiving'
3791         * src/plugins/clamav/clamav_plugin_gtk.c
3792         * src/plugins/spamassassin/spamassassin_gtk.c
3793                 improve widget sensitivity
3794                 fix a bit his engrish
3795
3796 2006-03-09 [wwp]        2.0.0cvs125
3797
3798         * src/addressadd.c
3799         * src/foldersel.c
3800         * src/prefs_common.c
3801         * src/prefs_common.h
3802                 remember some more windows' sizes (add to addressbook and
3803                 select folder).
3804
3805 2006-03-09 [paul]       2.0.0cvs124
3806
3807         * src/plugins/pgpcore/prefs_gpg.c
3808                 normalise construction of dialogue
3809
3810 2006-03-09 [paul]       2.0.0cvs123
3811
3812         * src/plugins/trayicon/Makefile.am
3813                 add missing slash
3814
3815 2006-03-08 [colin]      2.0.0cvs122
3816
3817         * src/plugins/trayicon/Makefile.am
3818                 Fix build in separate dir 
3819                 Patch by Bamanzi <bamanzi@gmail.com>
3820
3821 2006-03-08 [colin]      2.0.0cvs121
3822
3823         * src/procmsg.c
3824                 Batch move and copies from summaryview with delayed execution
3825                 too
3826
3827 2006-03-07 [paul]       2.0.0cvs120
3828
3829         * src/common/utils.c
3830                 fix highlighting of URIs containing "()"
3831                 Patch by Pawel Pekala
3832
3833 2006-03-07 [paul]       2.0.0cvs119
3834
3835         * src/folder.c
3836         * src/folder.h
3837         * src/folderview.c
3838                 immediately do alphabetical resort when
3839                 changing a folder's name
3840                 Patch by Pawel Pekala
3841
3842 2006-03-07 [paul]       2.0.0cvs118
3843
3844         * src/news.c
3845         * src/news_gtk.c
3846                 when unsubscribing a newsgroup, remove the
3847                 folder and msgs in .sylpheed-claws/newscache
3848                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3849
3850 2006-03-07 [paul]       2.0.0cvs117
3851
3852         * src/textview.c
3853                 fix wrong Fake URL Warning
3854                 Thanks to Hiro
3855
3856 2006-03-07 [colin]      2.0.0cvs116
3857
3858         * src/imap.c
3859                 Return immediately when password dialog was
3860                 cancelled
3861         * src/gtk/inputdialog.c
3862                 Allow empty strings for passwords
3863
3864
3865 2006-03-06 [colin]      2.0.0cvs115
3866
3867         * src/imap.c
3868                 Prevent double-timeouts when connection fails
3869
3870 2006-03-06 [colin]
3871
3872         2.0.1-rc1 released
3873
3874 2006-03-06 [colin]      2.0.0cvs114
3875
3876         * src/imap.c
3877                 Refresh session during potentially long
3878                 operations
3879
3880 2006-03-06 [wwp]        2.0.0cvs113
3881
3882         * src/prefs_msg_colors.h
3883                 forgot that one (custom color labels).
3884
3885 2006-03-06 [wwp]        2.0.0cvs112
3886
3887         * src/prefs_common.c
3888         * src/prefs_common.h
3889         * src/prefs_msg_colors.c
3890         * src/summaryview.c
3891         * src/summaryview.h
3892         * src/gtk/colorlabel.c
3893         * src/gtk/colorlabel.h
3894                 colors in messages list are now customizable. Color values and names can
3895                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3896                 Thanks to Paul and Colin for their help with this longstanding patch!
3897
3898 2006-03-06 [wwp]        2.0.0cvs111
3899
3900         * src/textview.c
3901                 don't crash if (x)face is bad.
3902
3903 2006-03-05 [paul]       2.0.0cvs110
3904
3905         * AUTHORS
3906         * configure.ac
3907         * src/Makefile.am
3908         * src/common/Makefile.am
3909         * src/common/utils.h
3910         * src/etpan/imap-thread.c
3911         * src/gtk/authors.h
3912         * src/plugins/clamav/Makefile.am
3913         * src/plugins/demo/Makefile.am
3914         * src/plugins/dillo_viewer/Makefile.am
3915         * src/plugins/pgpcore/Makefile.am
3916         * src/plugins/pgpcore/passphrase.c
3917         * src/plugins/pgpinline/Makefile.am
3918         * src/plugins/pgpmime/Makefile.am
3919         * src/plugins/spamassassin/Makefile.am
3920         * src/plugins/trayicon/Makefile.am
3921                 fix builiding on cygwin
3922                 Patch by Ralgh Young <bamanzi@gmail.com>
3923
3924 2006-03-04 [wwp]        2.0.0cvs109
3925
3926         * manual/keyboard.xml
3927                 fix mixed up/down keys.
3928
3929 2006-03-04 [wwp]        2.0.0cvs108
3930
3931         * README
3932         * INSTALL
3933                 updated links to SpamAssassin.
3934
3935 2006-03-04 [wwp]        2.0.0cvs107
3936
3937         * manual/plugins.xml
3938         * src/plugins/spamassassin/README
3939                 updated SpamAssassin plugin docs to reflect new functional additions
3940                 (also fix/update/documents few technical stuff more, see the README).
3941
3942 2006-03-04 [wwp]        2.0.0cvs106
3943
3944         * src/prefs_message.c
3945                 normalized capitalization of message-prefs paths.
3946
3947 2006-03-04 [wwp]        2.0.0cvs105
3948
3949         * manual/advanced.xml
3950                 typo.
3951
3952 2006-03-03 [colin]      2.0.0cvs104
3953
3954         * src/plugins/clamav/clamav_plugin_gtk.c
3955                 Rework prefs page, patch by Fabien 
3956
3957 2006-03-03 [colin]      2.0.0cvs103
3958
3959         * src/plugins/clamav/clamav_plugin.c
3960                 Set error on all errors
3961
3962 2006-03-03 [colin]      2.0.0cvs102
3963
3964         * src/common/plugin.c
3965                 Initialize error to avoid crashing when a plugin fails
3966                 without setting error
3967
3968 2006-03-02 [wwp]        2.0.0cvs101
3969
3970         * configure.ac
3971                 fixed linker flags for libetpan support on Cygwin
3972                 (thanks to H.Merijn Brand).
3973
3974 2006-03-02 [wwp]        2.0.0cvs100
3975
3976         * src/addressbook.c
3977                 fix some AB error messages: one for punctuation and
3978                 one wrongly duplicate (thanks, maxbritov).
3979
3980 2006-03-02 [wwp]        2.0.0cvs99
3981
3982         * src/plugins/spamassassin/spamassassin.c
3983                 make sync calls to sa-learn/spamc to prevent
3984                 system (whatever local or client/server) overload.
3985
3986 2006-03-02 [colin]      2.0.0cvs98
3987
3988         * src/summaryview.c
3989                 Put the spam icon in the status column instead of the
3990                 mark one
3991
3992 2006-03-01 [colin]      2.0.0cvs97
3993
3994         * src/plugins/spamassassin/spamassassin.c
3995                 Fix segfault (g_file_set_contents fails for some 
3996                 reason and err==0x2f. Can't find out why with
3997                 valgrind, using working function :-)
3998
3999 2006-03-01 [colin]      2.0.0cvs96
4000
4001         * src/inc.c
4002                 Offline overriding: let 'No' be cached only 3 seconds
4003
4004 2006-03-01 [colin]      2.0.0cvs95
4005
4006         * src/addr_compl.c
4007         * src/addrbook.c
4008         * src/addressbook.c
4009         * src/addrindex.c
4010         * src/folder_item_prefs.c
4011         * src/headerview.c
4012         * src/imap.c
4013         * src/inc.c
4014         * src/ldif.c
4015         * src/mainwindow.c
4016         * src/mh.c
4017         * src/msgcache.c
4018         * src/prefs_common.h
4019         * src/prefs_msg_colors.c
4020         * src/procheader.c
4021         * src/procheader.h
4022         * src/procmime.c
4023         * src/procmsg.c
4024         * src/procmsg.h
4025         * src/send_message.h
4026         * src/simple-gettext.c
4027         * src/summaryview.c
4028         * src/summaryview.h
4029         * src/syldap.c
4030         * src/textview.c
4031         * src/undo.c
4032         * src/common/ssl_certificate.c
4033         * src/common/utils.c
4034         * src/gtk/colorsel.c
4035         * src/gtk/gtksctree.c
4036         * src/gtk/gtkshruler.c
4037         * src/plugins/trayicon/trayicon.c
4038                 #if 0 goes to /dev/null
4039
4040 2006-03-01 [colin]      2.0.0cvs94
4041
4042         * src/compose.c
4043         * src/imap.c
4044         * src/inc.c
4045         * src/inc.h
4046         * src/messageview.c
4047         * src/news.c
4048         * src/plugins/spamassassin/spamassassin.c
4049                 Allow to add information in the "working offline"
4050                 window
4051
4052 2006-03-01 [wwp]        2.0.0cvs93
4053
4054         * src/plugins/spamassassin/spamassassin.c
4055                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4056                 'cause it seems that calling `spamc ... < inputfile` with
4057                 g_spawn_(a)sync simply.. erm doesn't work :-).
4058
4059 2006-03-01 [wwp]        2.0.0cvs92
4060
4061         * src/toolbar.c
4062         * src/toolbar.h
4063                 simplify the adding of spam/ham button to the messageview toolbar
4064                 (it gets more clear now that the same button will be "Mark as spam"
4065                 or "Mark as ham" according to the current message status,
4066                 thanks to Colin).
4067
4068 2006-03-01 [wwp]        2.0.0cvs91
4069
4070         * src/messageview.c
4071         * src/procmsg.c
4072         * src/procmsg.h
4073         * src/summaryview.c
4074         * src/plugins/spamassassin/spamassassin.c
4075         * src/plugins/spamassassin/spamassassin.h
4076                 make learner callbacks return a status (0 for ok),
4077                 handle it in main code to avoid setting flags when learning failed,
4078                 don't learn on TCP if offline in spamassassin,
4079                 thanks to Colin.
4080
4081                 
4082
4083 2006-03-01 [wwp]        2.0.0cvs90
4084
4085         * src/compose.c
4086                 some work around the compose window's account menu,
4087                 patch by Fabien Vantard.
4088
4089 2006-03-01 [wwp]        2.0.0cvs89
4090
4091         * src/plugins/spamassassin/spamassassin.c
4092                 fixed bad logics, was using spamc in local mode and sa-learn
4093                 in remote mode (thanks, Colin).
4094
4095 2006-03-01 [wwp]        2.0.0cvs88
4096
4097         * src/plugins/spamassassin/spamassassin.c
4098         * src/plugins/spamassassin/spamassassin.h
4099         * src/plugins/spamassassin/spamassassin_gtk.c
4100                 made processing of emails w/ sa-plugin an option (default is TRUE),
4101                 fixed Engrish some tooltips, capitalization of some debug messages
4102                 and warnings. The spamassassin plugin now provides two separate
4103                 services: process emails upon incorporation and spamd training.
4104                 Both services (un)register independently but use some common
4105                 plugin settings (transport settings, spam storage location).
4106
4107 2006-02-28 [wwp]        2.0.0cvs87
4108
4109         * src/plugins/spamassassin/spamassassin.c
4110                 fix async flag to spamc cmdline execution (batch exec should
4111                 be asynchronous).
4112
4113 2006-02-27 [wwp]        2.0.0cvs86
4114
4115         * src/plugins/spamassassin/spamassassin.c
4116         * src/plugins/spamassassin/spamassassin.h
4117         * src/plugins/spamassassin/spamassassin_gtk.c
4118                 - added the ability to learn a remote spamassassin server (spamd),
4119                 using spamc.
4120                 - added the spamassassin option 'username', that applies to all
4121                 spamassassin operations (filtering, learning, local or remote).
4122                 The default username is the current unix user (if left blank
4123                 from gtk prefs or config file).
4124                 - commented out some unused code (notebook widget), removed unused
4125                 layout (hbox1).
4126                 - make more widgets sensitive to the transport type.
4127
4128 2006-02-27 [colin]      2.0.0cvs85
4129
4130         * src/plugins/spamassassin/spamassassin.c
4131                 Fix sa-learn call when offline
4132
4133 2006-02-27 [colin]      2.0.0cvs84
4134
4135         * configure.ac
4136         * src/Makefile.am
4137         * src/mainwindow.c
4138         * src/mainwindow.h
4139         * src/messageview.c
4140         * src/messageview.h
4141         * src/prefs_toolbar.c
4142         * src/procmsg.c
4143         * src/stock_pixmap.c
4144         * src/stock_pixmap.h
4145         * src/summaryview.c
4146         * src/toolbar.c
4147         * src/toolbar.h
4148         * src/pixmaps/ham_btn.xpm
4149         * src/pixmaps/spam.xpm
4150         * src/pixmaps/spam_btn.xpm
4151         * src/plugins/spamassassin/spamassassin.c
4152                 Add button in toolbar for spam learning
4153                 Fix a few bugs from the last related commit
4154                 Revert 1.9.6cvs23 which messed up shift-selection
4155
4156 2006-02-24 [colin]      2.0.0cvs83
4157
4158         * src/procmsg.c
4159         * src/summaryview.c
4160         * src/summaryview.h
4161         * src/plugins/spamassassin/spamassassin.c
4162         * src/plugins/spamassassin/spamassassin.h
4163         * src/plugins/spamassassin/spamassassin_gtk.c
4164                 Unregister learner when spamassassin is either
4165                 disabled or over tcp
4166
4167 2006-02-24 [colin]      2.0.0cvs82
4168
4169         * src/Makefile.am
4170         * src/mainwindow.c
4171         * src/mainwindow.h
4172         * src/procmsg.c
4173         * src/procmsg.h
4174         * src/stock_pixmap.c
4175         * src/stock_pixmap.h
4176         * src/summaryview.c
4177         * src/summaryview.h
4178         * src/gtk/icon_legend.c
4179         * src/pixmaps/spam.xpm  ** NEW FILE **
4180         * src/plugins/spamassassin/spamassassin.c
4181         * src/plugins/spamassassin/spamassassin_gtk.c
4182                 Add spam learning interface (Mark/Mark as 
4183                 (spam|ham) menus)
4184
4185 2006-02-24 [wwp]        2.0.0cvs81
4186
4187         * src/compose.c
4188         * src/compose.h
4189         * src/filtering.c
4190                 hide compose window when sending message in batch mode
4191                 (filtering: forward and redirect). Also fixed a wrong
4192                 value returned when sending failed, neutral anyway.
4193                 (Colin, me) 
4194
4195 2006-02-24 [wwp]        2.0.0cvs80
4196
4197         * src/mainwindow.c
4198                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4199
4200 2006-02-24 [paul]       2.0.0cvs79
4201
4202         * src/news.c
4203         * src/news.h
4204         * src/news_gtk.c
4205                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4206                 Thanks to Colin
4207
4208 2006-02-23 [colin]      2.0.0cvs78
4209
4210         * src/alertpanel.c
4211                 Change OK to Close in alertpanel with View log
4212                 button; add accel to View log. Patch by Fabien
4213                 Vantard
4214
4215 2006-02-23 [wwp]        2.0.0cvs77
4216
4217         * src/compose.c
4218                 silly me, there were much more tests to perform, since toolbars can
4219                 really have down to 1 element only.
4220
4221 2006-02-23 [wwp]        2.0.0cvs76
4222
4223         * commitHelper
4224                 fixed indentation from my previous commit. Fallback to VISUAL if
4225                 EDITOR is not set (and to vi, at last resort).
4226
4227 2006-02-23 [wwp]        2.0.0cvs75
4228
4229         * commitHelper
4230                 improved error detection (Colin, me).
4231
4232 2006-02-23 [wwp]        2.0.0cvs74
4233
4234         * src/prefs_toolbar.c
4235                 simplify and fix prefs/toolbars layouting. Combos' contents can
4236                 now be really displayed.
4237
4238 2006-02-23 [wwp]        2.0.0cvs73
4239         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4240         be really displayed.
4241
4242 2006-02-22 [wwp]        2.0.0cvs72
4243
4244         * src/compose.c
4245                 fix a typo in my previous commit (sorry!).
4246
4247 2006-02-22 [wwp]        2.0.0cvs71
4248
4249         * src/prefs_toolbar.c
4250                 fix a crash when adding separators to toolbars,
4251                 also fix some separator item information.
4252
4253 2006-02-22 [wwp]        2.0.0cvs70
4254
4255         * src/compose.c
4256                 fix a crash when redirecting (for instance) when compose window's
4257                 toolbar contents has been customized (when some buttons have been
4258                 removed in fact).
4259
4260 2006-02-21 [wwp]        2.0.0cvs69
4261
4262         * src/summaryview.c
4263         * src/gtk/pluginwindow.c
4264         * src/plugins/pgpcore/prefs_gpg.c
4265                 fix some compilation warnings (feat. remains of removed code).
4266
4267 2006-02-21 [wwp]        2.0.0cvs68
4268
4269         * src/gtk/gtkutils.c
4270                 fix two compilation issues, thanks to Stephan Sachse.
4271
4272 2006-02-20 [colin]      2.0.0cvs67
4273
4274         * src/mainwindow.c
4275                 Don't reselect displayed mail on refocus
4276                 This fixes actions misbehaving 
4277
4278 2006-02-20 [wwp]        2.0.0cvs66
4279
4280         * src/summaryview.c
4281         * src/gtk/gtksctree.c
4282         * src/gtk/gtkshruler.c
4283                 changed more runtime typecast checks.
4284
4285 2006-02-20 [wwp]        2.0.0cvs65
4286
4287         * src/summary_search.c
4288                 find all - summaryview refresh issue fixed, thanks to Colin.
4289
4290 2006-02-20 [wwp]        2.0.0cvs64
4291
4292         * src/gtk/gtkutils.c
4293                 better runtime typecast checks.
4294
4295 2006-02-20 [wwp]        2.0.0cvs63
4296
4297         * src/summary_search.c
4298                 enhancements to the summary search:
4299                         - add the ability to stop the running search
4300                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4301                         - don't search if no criteria (From/To/Subject/Body) is set
4302                         - ensure that a busy mouse pointer is always shown when searching,
4303                           show it even a bit earlier
4304
4305 2006-02-19 [colin]      2.0.0cvs62
4306
4307         * src/compose.c
4308         * src/imap.c
4309         * src/etpan/imap-thread.c
4310         * src/etpan/imap-thread.h
4311                 (Future) IMAP speed improvement on sending
4312                 Will require a libetpan update
4313         * src/summaryview.c
4314         * src/gtk/quicksearch.c
4315                 Make quicksearch clearable while running.
4316
4317 2006-02-17 [colin]      2.0.0cvs61
4318
4319         * src/imap.c
4320         * src/etpan/imap-thread.c
4321         * src/etpan/imap-thread.h
4322                 Check for IMAP certificates
4323                 ** Requires libetpan-0.42-cvs4 
4324                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4325
4326 2006-02-17 [colin]      2.0.0cvs60
4327
4328         * src/messageview.c
4329         * src/prefs_common.c
4330         * src/prefs_common.h
4331         * src/prefs_message.c
4332                 Add pref to display HTML-only mails with plugin, 
4333                 if possible (defaulting to FALSE of course).
4334
4335 2006-02-16 [colin]      2.0.0cvs59
4336
4337         * src/main.c
4338         * src/common/plugin.c
4339         * src/common/plugin.h
4340         * src/gtk/pluginwindow.c
4341                 Keep track of requested (but unloaded) plugins
4342                 in some error cases.
4343
4344 2006-02-16 [wwp]        2.0.0cvs58
4345
4346         * src/gtk/gtkaspell.c
4347         * src/gtk/gtkaspell.h
4348         * src/prefs_spelling.c
4349         * src/compose.c
4350         * src/prefs_common.c
4351         * src/prefs_common.h
4352                 implemented new optional spellchecker behaviour: re-check message when
4353                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4354
4355 2006-02-16 [wwp]        2.0.0cvs57
4356
4357         * src/quote_fmt_parse.y
4358                 pclose popen'ed pipe.
4359
4360 2006-02-15 [colin]      2.0.0cvs56
4361
4362         * src/mimeview.c
4363         * src/mimeview.h
4364                 Let MimeViewers know which MimeView they
4365                 depend of.
4366         * src/summaryview.c
4367                 Swap From/To columns in Sent/Queue/Drafts
4368                 folders
4369         * src/etpan/imap-thread.c
4370                 Use mailstream_low_tls_open() for STARTTLS
4371                 instead of mailstream_low_ssl_open()
4372                 ** REQUIRES libetpan 0.42cvs3 **
4373
4374 2006-02-15 [wwp]        2.0.0cvs55
4375
4376         * src/compose.c
4377         * src/compose.h
4378         * src/message_search.c
4379         * src/message_search.h
4380         * src/textview.c
4381         * src/gtk/gtkutils.c
4382         * src/gtk/gtkutils.h
4383                 added the ability to Find text in the compose window (and a bit
4384                 of code factorization).
4385
4386 2006-02-15 [wwp]        2.0.0cvs54
4387
4388         * src/prefs_gtk.c
4389                 yet another one file was missing (fix for some widgets' sensitivity).
4390                 Thanks Colin!
4391
4392 2006-02-15 [wwp]        2.0.0cvs53
4393
4394         * src/prefs_gtk.h
4395                 oops forgot that file (fix for some widgets' sensitivity).
4396
4397 2006-02-15 [wwp]        2.0.0cvs52
4398
4399         * src/summary_search.c
4400                 implemented advanced summary search options (added the ability
4401                 to use matcher conditions in an advanced search mode).
4402
4403 2006-02-15 [wwp]        2.0.0cvs51
4404
4405         * src/plugins/pgpcore/prefs_gpg.c
4406         * src/prefs_account.c
4407                 fix some widget sensitivity, mostly around some labels in
4408                 account prefs.
4409
4410 2006-02-15 [paul]       2.0.0cvs50
4411
4412         * manual/advanced.xml
4413                 improve Templates info
4414                 written by wwp
4415
4416 2006-02-14 [colin]      2.0.0cvs49
4417
4418         * src/pixmaps/address_book.xpm
4419         * src/pixmaps/preferences.xpm
4420         * src/pixmaps/properties.xpm
4421                 Fix pixmap size - patch by Fabien Vantard
4422
4423 2006-02-13 [colin]      2.0.0cvs48
4424
4425         * src/procmime.c
4426                 Add missing fclose()s on error
4427         * src/textview.c
4428                 Remove unused code
4429         * src/common/utils.c
4430                 Fix temp files not being deleted on windows
4431         Patches by Thomas Gilgin
4432
4433 2006-02-13 [colin]      2.0.0cvs47
4434
4435         * src/mainwindow.c
4436                 Fix exit crash
4437
4438 2006-02-13 [wwp]        2.0.0cvs46
4439
4440         * src/plugins/pgpcore/prefs_gpg.c
4441                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4442
4443 2006-02-12 [colin]      2.0.0cvs45
4444
4445         * src/folderview.c
4446         * src/main.c
4447         * src/mainwindow.c
4448                 Fix "stuff" when quitting
4449
4450 2006-02-12 [wwp]        2.0.0cvs44
4451
4452         * src/prefs_themes.c
4453                 fix typos in debug messages.
4454
4455 2006-02-11 [colin]      2.0.0cvs43
4456
4457         * src/summaryview.c
4458                 don't allow drag/drop from ourself
4459
4460 2006-02-10 [wwp]        2.0.0cvs42
4461
4462         * src/exporthtml.c
4463         * src/html.c
4464         * src/html.h
4465         * src/procmime.c
4466         * src/textview.c
4467                 renamed html_ prefixed functions and data structures to avoid
4468                 namespace clashes w/ other software (gtkhtml2 for instance).
4469                 Closes bug #907.
4470
4471
4472 2006-02-09 [colin]      2.0.0cvs41
4473
4474         * src/summaryview.c
4475                 Fix shitty logic messed up. Thanks Ticho for the hint!
4476
4477 2006-02-09 [wwp]        2.0.0cvs40
4478
4479         * src/gtk/about.c
4480         * src/compose.c
4481         * src/prefs_account.c
4482         * src/prefs_gtk.h
4483         * src/editaddress.c
4484                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4485                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4486                 Browse buttons in accounts prefs.
4487
4488 2006-02-09 [colin]      2.0.0cvs39
4489
4490         * src/matcher.c
4491                 Check for pointer before using its members
4492         * src/gtk/gtksourceprintjob.c
4493                 Fix a wrong warning
4494
4495 2006-02-09 [wwp]        2.0.0cvs38
4496
4497         * src/gtk/filesel.c
4498                 fix few compiler warnings (type mismatch).
4499
4500 2006-02-09 [paul]       2.0.0cvs37
4501
4502         * po/fr.po
4503                 updated by Fabien Vantard
4504
4505 2006-02-08 [colin]      2.0.0cvs36
4506
4507         * src/prefs_common.c
4508         * src/common/defs.h
4509         * src/common/plugin.c
4510                 allow windows and linux configurations to coexist
4511                 patch by Thomas Gilgin
4512
4513 2006-02-08 [colin]      2.0.0cvs35
4514
4515         * src/filtering.c
4516         * src/matcher.c
4517         * src/matcher.h
4518         * src/matcher_parser_parse.y
4519         * src/prefs_filtering_action.c
4520         * src/prefs_matcher.c
4521                 Add the "Ignore thread" filtering
4522                 action
4523
4524 2006-02-08 [colin]      2.0.0cvs34
4525
4526         * src/compose.c
4527         * src/procmime.c
4528         * src/procmime.h
4529                 Fix bug #905 (damaged attachment)
4530                 text files with raw \0's aren't really text files
4531         FOR_STABLE
4532
4533 2006-02-08 [colin]      2.0.0cvs33
4534
4535         * src/summaryview.c
4536                 Fix crasher introduced yesterday
4537
4538 2006-02-08 [wwp]        2.0.0cvs32
4539
4540         * src/compose.c
4541         * src/compose.h
4542                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4543
4544 2006-02-08 [wwp]        2.0.0cvs31
4545
4546         * src/prefs_template.c
4547                 templates enhancement: allow address completion for Cc and Bcc fields
4548                 (it was currently possible for the To field only)
4549
4550 2006-02-08 [colin]      2.0.0cvs30
4551
4552         * src/compose.c
4553                 Don't unblock if not blocked
4554         FOR_STABLE
4555
4556 2006-02-07 [colin]      2.0.0cvs29
4557
4558         * src/action.c
4559                 Forgot to refresh summaryview
4560
4561 2006-02-07 [colin]      2.0.0cvs28
4562
4563         * src/action.c
4564                 Freeze/thaw message list and folder list while
4565                 processing %as{} actions 
4566         * src/compose.c
4567                 Fix auto-wrap disabling after a middle-click
4568                 paste - FOR_STABLE
4569
4570 2006-02-07 [paul]       2.0.0cvs27
4571
4572         * src/folder.c
4573                 fix freeing of uninitialised pointers
4574                 Thanks to Colin
4575
4576 2006-02-06 [colin]      2.0.0cvs26
4577
4578         * src/folder.c
4579                 Use g_slist_prepend in potentially big list
4580
4581 2006-02-06 [colin]      2.0.0cvs25
4582
4583         * src/folder.c
4584                 Completely skip processing if it doesn't 
4585                 exist (faster!)
4586
4587 2006-02-06 [colin]      2.0.0cvs24
4588
4589         * src/folder.c
4590         * src/summaryview.c
4591                 Batch filtering in summaryview (from Tools menu)
4592                 and pre/post//-processing too
4593
4594 2006-02-06 [colin]      2.0.0cvs23
4595
4596         * src/procmsg.h
4597         * src/filtering.c
4598                 Use a special field for batch filtering instead
4599                 of stepping on deferred execution's toes
4600
4601 2006-02-06 [colin]      2.0.0cvs22
4602
4603         * src/action.c
4604         * src/filtering.c
4605         * src/filtering.h
4606         * src/folder.c
4607         * src/summaryview.c
4608                 Fix filtering via menus and actions
4609
4610 2006-02-06 [colin]      2.0.0cvs21
4611
4612         * src/imap.c
4613                 Put the added file directly to cache if possible (will work
4614                 with next libetpan)
4615         * src/filtering.c
4616         * src/filtering.h
4617         * src/inc.c
4618         * src/folder.c
4619         * src/mbox.c
4620         * src/procmsg.h
4621                 Move and copy filtered messages by batches instead of one
4622                 by one - faster on IMAP
4623         * src/procmsg.c
4624                 Add a function that'll possibly be useful later
4625
4626 2006-02-06 [colin]      2.0.0cvs20
4627
4628         * src/addressbook.c
4629                 Use internal mime-type instead of text/plain for d'n'd
4630         * src/compose.c
4631                 Allow attaching files from mimeview's icon list via d'n'd
4632         * src/folderview.c
4633         * src/folderview.h
4634                 Use internal mime-type instead of text/plain for d'n'd
4635                 Don't try to selected opened folder if none is
4636                 Factorize d'n'd from other apps code
4637         * src/headerview.c
4638         * src/textview.c
4639         * src/gtk/gtkutils.c
4640         * src/gtk/gtkutils.h
4641                 Factorize Face/X-Face stuff
4642         * src/mimeview.c
4643                 Fix d'n'd to other apps
4644         * src/prefs_message.c
4645                 Let the XFace pref be usable without libcompface as it also
4646                 applies to Face
4647         * src/summaryview.c
4648                 Fix d'n'd to other apps
4649                 Factorize d'n'd from other apps code
4650
4651 2006-02-06 [wwp]        2.0.0cvs19
4652
4653         * po/it.po
4654                 Italian translation fixes by Andrea Spadaccini (no more confusion
4655                 between filtering and processing, and few changes in the About
4656                 dialog).
4657
4658
4659 2006-02-06 [mones]      2.0.0cvs18
4660
4661         * src/gtk/icon_legend.c
4662                 Improved descriptions allowing better translations
4663
4664 2006-02-05 [colin]      2.0.0cvs17
4665
4666         * src/imap.c
4667                 Add the f*cking missing expunge that caused imap_fetch_env
4668                 to fail after an add_msgs ! :-///
4669         * src/etpan/imap-thread.c
4670                 Add a bit of debug
4671         FOR_STABLE
4672
4673 2006-02-05 [colin]      2.0.0cvs16
4674
4675         * src/common/utils.c
4676                 Don't check for return-path (or we can't put
4677                 back non-sent mails)
4678
4679 2006-02-05 [colin]      2.0.0cvs15
4680
4681         * src/textview.c
4682                 Don't try to display Face header in textview
4683                 when teh headerview's active
4684
4685 2006-02-05 [colin]      2.0.0cvs14
4686
4687         * tools/tbird2syl.py
4688         * tools/Makefile.am
4689                 Add script to import Thunderbird mails
4690
4691 2006-02-05 [colin]      2.0.0cvs13
4692
4693         * src/headerview.c
4694         * src/procheader.c
4695         * src/procmsg.c
4696         * src/procmsg.h
4697         * src/textview.c
4698                 Show Face headers - patch partially by Klaus Flittner
4699
4700 2006-02-05 [colin]      2.0.0cvs12
4701
4702         * src/folderview.c
4703         * src/summaryview.c
4704         * src/common/utils.c
4705         * src/common/utils.h
4706                 Let dnd work from mime icons to summaryview
4707                 and to folderview too
4708                 Add a crude test to avoid trying to add files
4709                 drag'n'dropped when they're not mails
4710
4711 2006-02-04 [colin]      2.0.0cvs11
4712
4713         * src/summaryview.c
4714         * src/mimeview.c
4715                 Fix utf8 conversion
4716
4717 2006-02-04 [colin]      2.0.0cvs10
4718
4719         * src/compose.c
4720         * src/folderview.c
4721         * src/mimeview.c
4722         * src/summaryview.c
4723         * src/summaryview.h
4724                 Added various drag and drop capas:
4725                 From                    To
4726                 summaryview             other apps
4727                 mimeview icons          other apps
4728                 other apps              summaryview
4729                 other apps              folderview
4730
4731                 This shouldn't have broken the existing:
4732                 From                    To
4733                 summaryview             folderview
4734                 folderview              folderview
4735                 summaryview             compose's attachments
4736
4737         Tests welcomed.
4738
4739 2006-02-02 [paul]       2.0.0cvs9
4740
4741         * src/mainwindow.c
4742                 move global option 'Set displayed columns...' out
4743                 of folder option grouping.
4744                 fix sensitivity of 'harvest addresses'
4745         FOR_STABLE
4746
4747 2006-02-01 [colin]      2.0.0cvs8
4748
4749         * src/mimeview.c
4750                 Revert the alertpanel patch, it sucks (intrusive
4751                 and gets in the way of "open")
4752
4753 2006-02-01 [colin]      2.0.0cvs7
4754
4755         * src/compose.c
4756         * src/prefs_account.c
4757         * src/prefs_common.c
4758         * src/common/defs.h
4759         * src/common/utils.c
4760         * src/common/utils.h
4761                 Add ability to edit the signature file
4762                 from the account preferences, and use
4763                 a default for the text editor.
4764                 Patch by Fabien Vantard
4765
4766 2006-02-01 [colin]      2.0.0cvs6
4767
4768         * src/mimeview.c
4769                 Try to get mime type by extension if it is
4770                 application/octet-stream
4771                 Display a window with possible choices when
4772                 encountering unknown mime types
4773         * src/gtk/filesel.c
4774         * src/gtk/filesel.h
4775                 Add preview
4776                 Allow multiple selection in filtered filesel
4777                 (patch by Fabien Vantard)
4778         * src/gtk/pluginwindow.c
4779                 Use it (patch by Fabien Vantard)
4780
4781 2006-02-01 [paul]       2.0.0cvs5
4782
4783         * src/jpilot.c
4784                 fix crash on creating jpilot address book
4785                 Thanks to Colin - FOR_STABLE
4786         * src/prefs_summaries.c
4787         * src/prefs_wrapping.c
4788         * src/gtk/icon_legend.c
4789         * src/gtk/quicksearch.c
4790                 string fixes and additions
4791
4792 2006-02-01 [paul]       2.0.0cvs4
4793
4794         * src/compose.c
4795         * src/mainwindow.c
4796         * src/messageview.c
4797         * src/prefs_send.c
4798                 add Arabic encoding option
4799                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4800
4801 2006-01-31 [colin]      2.0.0cvs3
4802
4803         * src/plugins/pgpcore/passphrase.c
4804                 Convert passphrase to locale encoding
4805         * src/compose.c
4806                 Fix drafting on IMAP. Crappy bug sneaked in
4807                 the release :-/
4808         FOR_STABLE
4809
4810 2006-01-30 [paul]       2.0.0cvs2
4811
4812         * src/gtk/icon_legend.c
4813                 show the new entries
4814
4815 2006-01-30 [colin]      2.0.0cvs1
4816
4817         * src/manual.c
4818                 Check for the file to be present before 
4819                 enabling the menu - FOR_STABLE
4820         * src/gtk/icon_legend.c
4821                 Add folders icons (not all of them, there
4822                 are too much, but the most intriguing ones)
4823
4824 2006-01-30 [paul]       2.0.0
4825
4826         version 2.0.0 released
4827
4828 2006-01-30 [paul]       1.9.100cvs200
4829
4830         * manual/faq.xml
4831         * manual/gpl.xml
4832         * manual/intro.xml
4833         * manual/starting.xml
4834         * manual/sylpheed-claws-manual.xml
4835                 fixes, additions
4836
4837 2006-01-29 [mones]      1.9.100cvs199
4838
4839         * manual/account.xml
4840         * manual/advanced.xml
4841         * manual/glossary.xml
4842                 Some typos fixed, added LDIF term to glossary
4843         * po/es.po
4844                 Fixed leading plus symbol
4845
4846 2006-01-29 [paul]       1.9.100cvs198
4847
4848         * po/fi.po
4849         * po/sk.po
4850                 updated by Tommi Pirinen and Andrej Kacian
4851
4852 2006-01-29 [paul]       1.9.100cvs197
4853
4854         * src/gtk/authors.h
4855                 remove duplicates
4856
4857 2006-01-29 [paul]       1.9.100cvs196
4858
4859         * AUTHORS
4860         * po/nl.po
4861         * src/gtk/authors.h
4862         * tools/claws.i18n.status.pl
4863                 nl translation updated by Tim Dijkstra
4864
4865 2006-01-29 [paul]       1.9.100cvs195
4866
4867         * po/sr.po
4868         * po/sv.po
4869                 updated by Aleksandar Urosevic and Anders Troback
4870
4871 2006-01-28 [colin]      1.9.100cvs194
4872
4873         * src/gtk/gtksourceprintjob.c
4874                 Don't fiddle with PangoLayout when we
4875                 have an image
4876
4877 2006-01-28 [paul]       1.9.100cvs193
4878
4879         * AUTHORS
4880         * po/el.po
4881         * po/zh_CN.po
4882         * src/gtk/authors.h
4883         * tools/claws.i18n.status.pl
4884                 updated translations submitted by Stavros Giannouris
4885                 and Ralgh Young
4886
4887 2006-01-27 [colin]      1.9.100cvs192
4888
4889         * src/summaryview.c
4890         * src/gtk/gtksourceprintjob.c
4891                 Add image printing 
4892                 (libgnomeprint only, of course)
4893
4894 2006-01-27 [paul]       1.9.100cvs191
4895
4896         * po/fr.po
4897         * po/it.po
4898                 updated by Fabien Vantard and Andrea Spadaccini
4899
4900 2006-01-26 [colin]      1.9.100cvs190
4901
4902         * manual/Makefile.am
4903         * configure.ac
4904                 Make building the manual optional 
4905                 (--disable-manual)
4906
4907 2006-01-26 [paul]       1.9.100cvs189
4908
4909         * manual/glossary.xml
4910         * manual/plugins.xml
4911                 edited
4912         * po/en_GB.po
4913                 updated
4914
4915 2006-01-26 [paul]       1.9.100cvs188
4916
4917         * src/prefs_display_header.c
4918         * src/prefs_folder_column.c
4919         * src/prefs_msg_colors.c
4920         * src/prefs_summaries.c
4921         * src/prefs_summary_column.c
4922                 HIGify
4923
4924 2006-01-25 [colin]      1.9.100cvs187
4925
4926         * src/imap.c
4927                 Don't allow moving/copying mails between
4928                 queue/drafts and non-queue/drafts folders
4929                 Fixes bug #897 (message header is resetted 
4930                 if one is copied to Drafts)
4931
4932 2006-01-25 [colin]      1.9.100cvs186
4933
4934         * src/folder.c
4935         * src/mainwindow.c
4936                 Fix subscribed folders not found
4937         * src/compose.c
4938                 Don't try to encode as original mail's charset
4939                 if it's ascii 
4940
4941 2006-01-25 [paul]       1.9.100cvs185
4942
4943         * AUTHORS
4944         * po/Makevars
4945                 updated
4946         * po/de.po
4947         * po/pl.po
4948         * po/pt_BR.po
4949         * po/sr.po
4950                 updates submitted by Stephan Sachse, Emilian Nowak
4951                 and Quar, Frederico Goncalves Guimaraes, and
4952                 Aleksandar Urosevic
4953                 Fix Bug 896, 'PT_BR locale broken'.
4954         * src/gtk/authors.h
4955                 updated
4956
4957 2006-01-24 [mones]      1.9.100cvs184
4958
4959         * manual/glossary.xml
4960                 All current terms finished. Reviewers welcome ;-)
4961         * manual/keyboard.xml
4962                 Fixed column width for pdf output.
4963         * po/es.po
4964                 Updated
4965
4966 2006-01-24 [paul]       1.9.100cvs183
4967
4968         * manual/glossary.xml
4969                 fix id name
4970         * manual/dist/html/Makefile.am
4971         * manual/dist/pdf/Makefile.am
4972         * manual/dist/ps/Makefile.am
4973         * manual/dist/txt/Makefile.am
4974                 fix make deps
4975                 Thanks to Colin
4976
4977 2006-01-24 [mones]      1.9.100cvs182
4978
4979         * manual/glossary.xml
4980                 Nearly finished, some terms missing.
4981
4982 2006-01-23 [paul]       1.9.100cvs181
4983
4984         * manual/dist/html/Makefile.am
4985         * manual/dist/pdf/Makefile.am
4986         * manual/dist/ps/Makefile.am
4987         * manual/dist/txt/Makefile.am
4988         * src/mainwindow.c
4989                 re-enable manual
4990                 Thanks to Colin
4991
4992 2006-01-22 [colin]      1.9.100cvs180
4993
4994         * src/compose.c
4995         * src/gtk/gtkaspell.c
4996                 Don't deselect stuff before right-clicking, with aspell.
4997                 (This prevented right-click Copy, for example).
4998                 Thanks to Clo!
4999
5000 2006-01-22 [paul]       1.9.100cvs179
5001
5002         * src/summary_search.c
5003                 don't fix the widget size as it causes problems
5004                 under localisation.
5005                 Thanks to Emilian Nowak
5006
5007 2006-01-21 [paul]       1.9.100cvs178
5008
5009         * src/prefs_themes.c
5010                 fix broken underlining of label text
5011                 with some translations
5012
5013 2006-01-21 [colin]      1.9.100cvs177
5014
5015         * po/fr.po
5016                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5017
5018 2006-01-20 [colin]      1.9.100cvs176
5019
5020         * configure.ac
5021         * Makefile.am
5022         * manual/Makefile
5023         * manual/dist/html/.cvsignore
5024         * manual/dist/html/Makefile.am
5025         * manual/dist/pdf/.cvsignore
5026         * manual/dist/pdf/Makefile.am
5027         * manual/dist/ps/.cvsignore
5028         * manual/dist/ps/Makefile.am
5029         * manual/dist/txt/.cvsignore
5030         * manual/dist/txt/Makefile.am
5031                 Autotool-ize manual
5032
5033 2006-01-20 [paul]       1.9.100cvs175
5034
5035         * manual/handling.xml
5036                 make Filtering and Searching entries easier to find
5037         * manual/keyboard.xml
5038                 add the remaining default keybinds
5039         * src/prefs_summaries.c
5040                 update the default keybinds
5041
5042 2006-01-20 [paul]       1.9.100cvs174
5043
5044         * src/addressbook.c
5045         * src/addrgather.c
5046         * src/addrharvest.c
5047         * src/editaddress.c
5048         * src/editgroup.c
5049         * src/exphtmldlg.c
5050         * src/expldifdlg.c
5051         * src/exporthtml.c
5052         * src/exportldif.c
5053         * src/ldif.c
5054                 replace 'e-mail' with 'email'
5055         * src/summary_search.c
5056                 add mnemonic to "Find all" button
5057
5058 2006-01-20 [wwp]        1.9.100cvs173
5059
5060         * src/export.c
5061         * src/import.c
5062                 touched mbox import/export buttons for HIG-compliance
5063
5064 2006-01-19 [paul]       1.9.100cvs172
5065
5066         * manual/account.xml
5067         * manual/addrbook.xml
5068         * manual/advanced.xml
5069         * manual/faq.xml
5070         * manual/handling.xml
5071         * manual/intro.xml
5072         * manual/plugins.xml
5073         * manual/starting.xml
5074                 more editing
5075
5076 2006-01-19 [paul]       1.9.100cvs171
5077
5078         * src/toolbar.c
5079                 allow use of trash button while receiving
5080                 Thanks to Colin
5081
5082 2006-01-19 [wwp]        1.9.100cvs170
5083
5084         * src/gtk/quicksearch.c
5085         * src/compose.c
5086                 force text color to black when yellow background is set
5087
5088 2006-01-19 [colin]      1.9.100cvs169
5089
5090         * src/plugins/trayicon/trayicon.c
5091                 Gray out Get Mail when already getting mail
5092
5093 2006-01-18 [paul]       1.9.100cvs168
5094
5095         * src/compose.c
5096                 give widget yellow background was To is
5097                 set via folder prefs
5098         * src/gtk/quicksearch.c
5099                 give widget yellow background when quick
5100                 search is active.
5101                 Thanks to Colin
5102
5103 2006-01-18 [paul]       1.9.100cvs167
5104
5105         * doc/man/sylpheed-claws.1
5106                 add --subscribe option
5107
5108 2006-01-18 [paul]       1.9.100cvs166
5109
5110         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5111         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5112                 use %U instead of %F (%F is broken for user installed
5113                 files in kde 3.5)
5114
5115 2006-01-18 [colin]      1.9.100cvs165
5116
5117         * src/summaryview.c
5118                 Default to Yes in "No more * messages" dialogs
5119
5120 2006-01-17 [colin]      1.9.100cvs164
5121
5122         * src/compose.c
5123                 Possibly fix an invalid iterator causing
5124                 crash
5125
5126 2006-01-17 [colin]      1.9.100cvs163
5127
5128         * src/mimeview.c
5129                 Fix crash when the image disappears under the
5130                 image viewer
5131
5132 2006-01-16 [colin]      1.9.100cvs162
5133
5134         * src/compose.c
5135                 Fix reenabling autowrap
5136
5137 2006-01-16 [colin]      1.9.100cvs161
5138
5139         * src/compose.c
5140                 reset quote_len before getting quote_str
5141
5142 2006-01-16 [colin]      1.9.100cvs160
5143
5144         * src/account.c
5145         * src/account.h
5146         * src/folder.c
5147         * src/imap_gtk.c
5148         * src/mh_gtk.c
5149                 Fix bug #883 (default inbox does not track folder move)
5150
5151 2006-01-16 [colin]      1.9.100cvs159
5152
5153         * src/compose.c
5154         * src/plugins/pgpcore/passphrase.c
5155                 More buttons fixes
5156
5157 2006-01-16 [paul]       1.9.100cvs158
5158
5159         * src/prefs_actions.c
5160         * src/prefs_filtering_action.c
5161         * src/prefs_matcher.c
5162         * src/quote_fmt.c
5163         * src/gtk/description_window.c
5164         * src/gtk/description_window.h
5165         * src/gtk/quicksearch.c
5166                 description window cleanups
5167
5168 2006-01-15 [colin]      1.9.100cvs157
5169
5170         * src/addressbook.c
5171         * src/prefs_filtering.c
5172                 Same here
5173
5174 2006-01-15 [colin]      1.9.100cvs156
5175
5176         * src/folderview.c
5177         * src/mainwindow.c
5178                 Same for "Empty trash"
5179
5180 2006-01-15 [colin]      1.9.100cvs155
5181
5182         * src/inc.c
5183                 Override offline dialog had Yes by default
5184
5185 2006-01-15 [colin]      1.9.100cvs154
5186
5187         * src/summaryview.c
5188                 Delete selected messages? previously had Yes the default
5189
5190 2006-01-15 [colin]      1.9.100cvs153
5191
5192         * src/folder.c
5193         * src/folder.h
5194         * src/main.c
5195                 Check if a mailbox is loaded after all
5196                 plugins are loaded.
5197
5198 2006-01-15 [colin]      1.9.100cvs152
5199
5200         * src/folder.c
5201                 Don't start wizard when there are unloaded folders (will help
5202                 people with only mbox or maildir mailboxes)
5203
5204 2006-01-14 [colin]      1.9.100cvs151
5205
5206         * src/addressbook.c
5207         * src/expldifdlg.c
5208         * src/importldif.c
5209         * src/importmutt.c
5210         * src/importpine.c
5211         * src/mh_gtk.c
5212                 More HIG compliance and fixes
5213
5214 2006-01-14 [colin]      1.9.100cvs150
5215
5216         * src/prefs_filtering_action.c
5217         * src/foldersel.c
5218                 Two forgotten button order changes
5219
5220 2006-01-14 [colin]      1.9.100cvs149
5221
5222         * src/account.c
5223         * src/addressbook.c
5224         * src/compose.c
5225         * src/folderview.c
5226         * src/imap_gtk.c
5227         * src/mainwindow.c
5228         * src/mh_gtk.c
5229         * src/news_gtk.c
5230         * src/prefs_actions.c
5231         * src/prefs_customheader.c
5232         * src/prefs_filtering.c
5233         * src/prefs_matcher.c
5234         * src/prefs_template.c
5235         * src/ssl_manager.c
5236         * src/summaryview.c
5237         * src/textview.c
5238         * src/toolbar.c
5239                 All deletion confirmations are now "Cancel, Delete" 
5240                 instead of "No, Yes"
5241                 Clarified most of the other "No, Yes" to 
5242                 "Cancel, Descriptive_action"
5243                 Rechanged the "Entry not saved" alerts to have 
5244                 "Close, Continue editing"
5245
5246
5247 2006-01-14 [paul]
5248
5249         * 2.0.0-rc4 released
5250
5251 2006-01-14 [paul]       1.9.100cvs148
5252
5253         * src/account.c
5254         * src/addressadd.c
5255         * src/addressbook.c
5256         * src/compose.c
5257         * src/editaddress.c
5258         * src/editbook.c
5259         * src/editgroup.c
5260         * src/editjpilot.c
5261         * src/editldap.c
5262         * src/editvcard.c
5263         * src/exphtmldlg.c
5264         * src/expldifdlg.c
5265         * src/folderview.c
5266         * src/grouplistdialog.c
5267         * src/imap_gtk.c
5268         * src/importmutt.c
5269         * src/importpine.c
5270         * src/inc.c
5271         * src/main.c
5272         * src/mainwindow.c
5273         * src/message_search.c
5274         * src/messageview.c
5275         * src/mh_gtk.c
5276         * src/mimeview.c
5277         * src/news_gtk.c
5278         * src/prefs_actions.c
5279         * src/prefs_customheader.c
5280         * src/prefs_filtering.c
5281         * src/prefs_matcher.c
5282         * src/prefs_template.c
5283         * src/prefs_themes.c
5284         * src/ssl_manager.c
5285         * src/summary_search.c
5286         * src/summaryview.c
5287         * src/textview.c
5288         * src/toolbar.c
5289         * src/gtk/foldersort.c
5290         * src/gtk/gtkaspell.c
5291         * src/gtk/inputdialog.c
5292         * src/gtk/prefswindow.c
5293         * src/plugins/pgpcore/select-keys.c
5294         * src/plugins/trayicon/trayicon.c
5295                 HIG compliant button order
5296
5297 2006-01-14 [mones]      1.9.100cvs147
5298
5299         * po/es.po
5300                 Updated translation
5301
5302 2006-01-13 [paul]       1.9.100cvs146
5303
5304         * AUTHORS
5305         * ChangeLog
5306         * src/gtk/authors.h
5307                 add Joshua M. Kwan to contributors list
5308
5309 2006-01-13 [colin]      1.9.100cvs145
5310
5311         * src/gtk/quicksearch.c
5312                 Don't refocus quick search after executing (Esc or Enter)
5313                 Allows to '/'search something then move up/down in 
5314                 summaryview, and to Esc a search and be back in the 
5315                 summaryview
5316
5317 2006-01-13 [paul]       1.9.100cvs144
5318
5319         * src/plugins/pgpinline/pgpinline.c
5320                 support Content-Type 'application/pgp'
5321                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5322
5323 2006-01-13 [paul]       1.9.100cvs143
5324
5325         * manual/account.xml
5326                 make mention of partial retrieval
5327                 thanks to Colin
5328
5329 2006-01-13 [paul]       1.9.100cvs142
5330
5331         * src/account.c
5332         * src/account.h
5333         * src/action.c
5334         * src/action.h
5335         * src/adbookbase.h
5336         * src/addr_compl.c
5337         * src/addr_compl.h
5338         * src/addrbook.c
5339         * src/addrcache.c
5340         * src/addrcache.h
5341         * src/addrcindex.c
5342         * src/addrcindex.h
5343         * src/addrclip.c
5344         * src/addrclip.h
5345         * src/addrdefs.h
5346         * src/addressadd.c
5347         * src/addressadd.h
5348         * src/addressbook.c
5349         * src/addressbook.h
5350         * src/addrgather.c
5351         * src/addrgather.h
5352         * src/addrharvest.c
5353         * src/addrharvest.h
5354         * src/addrindex.c
5355         * src/addrindex.h
5356         * src/addritem.c
5357         * src/addritem.h
5358         * src/addrquery.c
5359         * src/addrquery.h
5360         * src/addrselect.c
5361         * src/addrselect.h
5362         * src/alertpanel.c
5363         * src/alertpanel.h
5364         * src/browseldap.c
5365         * src/browseldap.h
5366         * src/codeconv.c
5367         * src/codeconv.h
5368         * src/compose.c
5369         * src/compose.h
5370         * src/customheader.c
5371         * src/customheader.h
5372         * src/displayheader.c
5373         * src/displayheader.h
5374         * src/editaddress.c
5375         * src/editaddress.h
5376         * src/editbook.c
5377         * src/editbook.h
5378         * src/editgroup.c
5379         * src/editgroup.h
5380         * src/editjpilot.c
5381         * src/editjpilot.h
5382         * src/editldap.c
5383         * src/editldap.h
5384         * src/editldap_basedn.c
5385         * src/editldap_basedn.h
5386         * src/editvcard.c
5387         * src/editvcard.h
5388         * src/exphtmldlg.c
5389         * src/exphtmldlg.h
5390         * src/expldifdlg.c
5391         * src/expldifdlg.h
5392         * src/export.h
5393         * src/exporthtml.c
5394         * src/exporthtml.h
5395         * src/exportldif.c
5396         * src/exportldif.h
5397         * src/filtering.c
5398         * src/filtering.h
5399         * src/folder.c
5400         * src/folder.h
5401         * src/folder_item_prefs.c
5402         * src/folder_item_prefs.h
5403         * src/foldersel.c
5404         * src/foldersel.h
5405         * src/folderutils.c
5406         * src/folderutils.h
5407         * src/folderview.c
5408         * src/folderview.h
5409         * src/grouplistdialog.c
5410         * src/grouplistdialog.h
5411         * src/headerview.c
5412         * src/html.c
5413         * src/html.h
5414         * src/image_viewer.c
5415         * src/image_viewer.h
5416         * src/imap.c
5417         * src/imap.h
5418         * src/imap_gtk.c
5419         * src/imap_gtk.h
5420         * src/import.h
5421         * src/importldif.c
5422         * src/importldif.h
5423         * src/importmutt.c
5424         * src/importmutt.h
5425         * src/importpine.c
5426         * src/importpine.h
5427         * src/inc.c
5428         * src/inc.h
5429         * src/jpilot.c
5430         * src/jpilot.h
5431         * src/ldapctrl.c
5432         * src/ldapctrl.h
5433         * src/ldaplocate.c
5434         * src/ldaplocate.h
5435         * src/ldapquery.c
5436         * src/ldapquery.h
5437         * src/ldapserver.c
5438         * src/ldapserver.h
5439         * src/ldaputil.c
5440         * src/ldaputil.h
5441         * src/ldif.c
5442         * src/ldif.h
5443         * src/main.c
5444         * src/main.h
5445         * src/mainwindow.c
5446         * src/mainwindow.h
5447         * src/manual.c
5448         * src/manual.h
5449         * src/mbox.c
5450         * src/mbox.h
5451         * src/message_search.c
5452         * src/message_search.h
5453         * src/messageview.c
5454         * src/messageview.h
5455         * src/mh.c
5456         * src/mh.h
5457         * src/mh_gtk.c
5458         * src/mh_gtk.h
5459         * src/mimeview.c
5460         * src/mimeview.h
5461         * src/msgcache.c
5462         * src/msgcache.h
5463         * src/mutt.c
5464         * src/mutt.h
5465         * src/news.c
5466         * src/news.h
5467         * src/news_gtk.c
5468         * src/news_gtk.h
5469         * src/partial_download.c
5470         * src/partial_download.h
5471         * src/pine.c
5472         * src/pine.h
5473         * src/pop.c
5474         * src/pop.h
5475         * src/prefs_account.c
5476         * src/prefs_account.h
5477         * src/prefs_actions.c
5478         * src/prefs_actions.h
5479         * src/prefs_common.c
5480         * src/prefs_common.h
5481         * src/prefs_compose_writing.c
5482         * src/prefs_compose_writing.h
5483         * src/prefs_customheader.c
5484         * src/prefs_customheader.h
5485         * src/prefs_display_header.c
5486         * src/prefs_display_header.h
5487         * src/prefs_filtering.c
5488         * src/prefs_filtering.h
5489         * src/prefs_filtering_action.c
5490         * src/prefs_filtering_action.h
5491         * src/prefs_folder_column.c
5492         * src/prefs_folder_column.h
5493         * src/prefs_folder_item.c
5494         * src/prefs_folder_item.h
5495         * src/prefs_fonts.c
5496         * src/prefs_fonts.h
5497         * src/prefs_gtk.c
5498         * src/prefs_gtk.h
5499         * src/prefs_image_viewer.c
5500         * src/prefs_image_viewer.h
5501         * src/prefs_matcher.c
5502         * src/prefs_matcher.h
5503         * src/prefs_message.c
5504         * src/prefs_msg_colors.c
5505         * src/prefs_msg_colors.h
5506         * src/prefs_other.c
5507         * src/prefs_quote.c
5508         * src/prefs_receive.c
5509         * src/prefs_send.c
5510         * src/prefs_spelling.c
5511         * src/prefs_spelling.h
5512         * src/prefs_summaries.c
5513         * src/prefs_summaries.h
5514         * src/prefs_summary_column.c
5515         * src/prefs_summary_column.h
5516         * src/prefs_template.c
5517         * src/prefs_template.h
5518         * src/prefs_themes.c
5519         * src/prefs_themes.h
5520         * src/prefs_toolbar.c
5521         * src/prefs_toolbar.h
5522         * src/prefs_wrapping.c
5523         * src/prefs_wrapping.h
5524         * src/privacy.c
5525         * src/privacy.h
5526         * src/procheader.c
5527         * src/procheader.h
5528         * src/procmime.c
5529         * src/procmime.h
5530         * src/procmsg.c
5531         * src/procmsg.h
5532         * src/quote_fmt.c
5533         * src/quote_fmt_parse.y
5534         * src/recv.c
5535         * src/recv.h
5536         * src/remotefolder.c
5537         * src/remotefolder.h
5538         * src/send_message.c
5539         * src/send_message.h
5540         * src/setup.c
5541         * src/setup.h
5542         * src/sourcewindow.c
5543         * src/sourcewindow.h
5544         * src/ssl_manager.c
5545         * src/ssl_manager.h
5546         * src/statusbar.c
5547         * src/statusbar.h
5548         * src/stock_pixmap.c
5549         * src/stock_pixmap.h
5550         * src/summary_search.c
5551         * src/summary_search.h
5552         * src/summaryview.c
5553         * src/summaryview.h
5554         * src/syldap.c
5555         * src/syldap.h
5556         * src/textview.c
5557         * src/textview.h
5558         * src/toolbar.c
5559         * src/toolbar.h
5560         * src/undo.c
5561         * src/undo.h
5562         * src/unmime.c
5563         * src/unmime.h
5564         * src/vcard.c
5565         * src/vcard.h
5566         * src/wizard.c
5567         * src/wizard.h
5568         * src/common/base64.c
5569         * src/common/base64.h
5570         * src/common/defs.h
5571         * src/common/hooks.c
5572         * src/common/hooks.h
5573         * src/common/log.c
5574         * src/common/log.h
5575         * src/common/mgutils.c
5576         * src/common/mgutils.h
5577         * src/common/nntp.c
5578         * src/common/nntp.h
5579         * src/common/passcrypt.c
5580         * src/common/passcrypt.h.in
5581         * src/common/plugin.c
5582         * src/common/plugin.h
5583         * src/common/prefs.c
5584         * src/common/prefs.h
5585         * src/common/progressindicator.c
5586         * src/common/progressindicator.h
5587         * src/common/quoted-printable.c
5588         * src/common/quoted-printable.h
5589         * src/common/session.c
5590         * src/common/session.h
5591         * src/common/smtp.c
5592         * src/common/smtp.h
5593         * src/common/socket.c
5594         * src/common/socket.h
5595         * src/common/ssl.c
5596         * src/common/ssl.h
5597         * src/common/ssl_certificate.c
5598         * src/common/ssl_certificate.h
5599         * src/common/stringtable.c
5600         * src/common/stringtable.h
5601         * src/common/sylpheed.c
5602         * src/common/sylpheed.h
5603         * src/common/template.c
5604         * src/common/template.h
5605         * src/common/timing.h
5606         * src/common/utils.c
5607         * src/common/utils.h
5608         * src/common/version.h.in
5609         * src/common/xml.c
5610         * src/common/xml.h
5611         * src/common/xmlprops.c
5612         * src/common/xmlprops.h
5613         * src/gtk/colorlabel.c
5614         * src/gtk/colorsel.c
5615         * src/gtk/colorsel.h
5616         * src/gtk/description_window.c
5617         * src/gtk/description_window.h
5618         * src/gtk/filesel.c
5619         * src/gtk/filesel.h
5620         * src/gtk/foldersort.c
5621         * src/gtk/foldersort.h
5622         * src/gtk/gtkutils.c
5623         * src/gtk/gtkutils.h
5624         * src/gtk/inputdialog.c
5625         * src/gtk/inputdialog.h
5626         * src/gtk/logwindow.c
5627         * src/gtk/logwindow.h
5628         * src/gtk/manage_window.c
5629         * src/gtk/manage_window.h
5630         * src/gtk/menu.c
5631         * src/gtk/menu.h
5632         * src/gtk/pluginwindow.c
5633         * src/gtk/pluginwindow.h
5634         * src/gtk/prefswindow.c
5635         * src/gtk/prefswindow.h
5636         * src/gtk/progressdialog.c
5637         * src/gtk/progressdialog.h
5638         * src/gtk/sslcertwindow.c
5639         * src/gtk/sslcertwindow.h
5640         * src/plugins/clamav/clamav_plugin.c
5641         * src/plugins/clamav/clamav_plugin.h
5642         * src/plugins/clamav/clamav_plugin_gtk.c
5643         * src/plugins/demo/demo.c
5644         * src/plugins/dillo_viewer/dillo_prefs.c
5645         * src/plugins/dillo_viewer/dillo_prefs.h
5646         * src/plugins/dillo_viewer/dillo_viewer.c
5647         * src/plugins/pgpcore/passphrase.c
5648         * src/plugins/pgpcore/passphrase.h
5649         * src/plugins/pgpcore/plugin.c
5650         * src/plugins/pgpcore/select-keys.c
5651         * src/plugins/pgpcore/select-keys.h
5652         * src/plugins/pgpcore/sgpgme.c
5653         * src/plugins/pgpcore/sgpgme.h
5654         * src/plugins/pgpinline/pgpinline.c
5655         * src/plugins/pgpinline/pgpinline.h
5656         * src/plugins/pgpinline/plugin.c
5657         * src/plugins/pgpmime/pgpmime.c
5658         * src/plugins/pgpmime/pgpmime.h
5659         * src/plugins/pgpmime/plugin.c
5660         * src/plugins/spamassassin/spamassassin.c
5661         * src/plugins/spamassassin/spamassassin.h
5662         * src/plugins/spamassassin/spamassassin_gtk.c
5663         * src/plugins/trayicon/trayicon.c
5664                 update copyright header
5665
5666 2006-01-13 [paul]       1.9.100cvs141
5667
5668         * src/account.c
5669         * src/export.c
5670         * src/import.c
5671         * src/mainwindow.c
5672         * src/prefs_account.c
5673         * src/prefs_display_header.c
5674         * src/prefs_receive.c
5675         * src/prefs_send.c
5676         * src/prefs_summaries.c
5677         * src/prefs_themes.c
5678         * src/prefs_toolbar.c
5679         * src/gtk/about.c
5680                 various cleanups
5681
5682 2006-01-12 [colin]      1.9.100cvs140
5683
5684         * src/folder.c
5685         * src/folder.h
5686         * src/main.c
5687                 Add --subscribe option
5688                 Let sylpheed-claws email@domain.com equivalent to --compose
5689                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5690
5691 2006-01-12 [paul]       1.9.100cvs139
5692
5693         * src/mainwindow.c
5694                 append 'Change folder order' label with '...'
5695         * src/prefs_actions.c
5696                 allow reordering of actions list by dnd
5697         * src/gtk/foldersort.c
5698                 make the dialog nicer
5699
5700 2006-01-11 [colin]      1.9.100cvs138
5701
5702         * src/compose.c
5703                 Allow templates without text
5704
5705 2006-01-11 [paul]       1.9.100cvs137
5706
5707         * tools/README
5708         * tools/filter_conv_new.pl
5709                 add info to README
5710                 also check .sylpheed for filter.xml
5711                 be a bit informative to the user
5712
5713 2006-01-11 [colin]      1.9.100cvs136
5714
5715         * src/textview.c
5716                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5717
5718 2006-01-10 [paul]       1.9.100cvs135
5719
5720         * tools/Makefile.am
5721         * tools/filter_conv_new.pl
5722                 add script to convert new style Sylpheed
5723                 filter rules (Sylpheed >= 0.9.99) to
5724                 Claws filtering rules
5725
5726 2006-01-10 [colin]      1.9.100cvs134
5727
5728         * src/compose.c
5729                 Fix broken line joins in certain conditions
5730                 (between two quoted lines: <enter><enter><up>
5731                  <type a wrapped sentence><go in the first line>
5732                  <insert more text><watch as line joining failed>)
5733
5734 2006-01-10 [paul]       1.9.100cvs133
5735
5736         * src/compose.c
5737                 don't report success in error dialog
5738                 thanks to Colin
5739         * src/common/utils.c
5740                 include some trailing punctuations as URI
5741                 thanks to Hiro
5742
5743 2006-01-10 [paul]       1.9.100cvs132
5744
5745         * src/mimeview.c
5746                 fix incompatible pointer type
5747                 warning
5748
5749 2006-01-10 [paul]       1.9.100cvs131
5750
5751         * src/compose.c
5752                 change Subject in window title
5753                 instantaneously
5754
5755 2006-01-09 [colin]      1.9.100cvs130
5756
5757         * src/addressbook.c
5758         * src/headerview.c
5759         * src/mainwindow.c
5760         * src/messageview.c
5761         * src/mimeview.c
5762         * src/noticeview.c
5763         * src/summaryview.c
5764                 Fix possible crashes on exit and in addressbook
5765
5766 2006-01-09 [paul]       1.9.100cvs129
5767
5768         * src/prefs_msg_colors.c
5769                 some cleanups that I forgot last time
5770
5771 2006-01-09 [paul]       1.9.100cvs128
5772
5773         * README
5774         * src/folderview.c
5775         * src/prefs_msg_colors.c
5776                 add previously hidden option, color_new, to
5777                 the gui
5778                 move the page to Display/
5779                 rework the gui
5780
5781 2006-01-09 [wwp]        1.9.100cvs127
5782
5783         * src/prefs_themes.c
5784                 made the prefs/display/themes layouts spacing less condensed
5785                 (and so they match other prefs/pages' look).
5786
5787 2006-01-09 [paul]       1.9.100cvs126
5788
5789         * src/compose.c
5790         * src/prefs_common.c
5791         * src/prefs_common.h
5792         * src/prefs_wrapping.c
5793                 remove 'wrap at send' option
5794
5795 2006-01-06 [colin]      1.9.100cvs125
5796
5797         * src/compose.c
5798                 Just make completely sure we don't insert "manual line breaks" 
5799                 when wrapping... 
5800
5801 2006-01-04 [paul]
5802
5803         * 2.0.0-rc3 released
5804
5805 2006-01-04 [paul]       1.9.100cvs124
5806
5807         * src/folderview.c
5808                 fix bug 882, 'quick scroll in folder list
5809                 displays wrong folder contents'
5810
5811 2006-01-04 [paul]       1.9.100cvs123
5812
5813         * src/plugins/pgpmime/pgpmime.c
5814                 better debug information when signing
5815                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5816
5817 2006-01-03 [colin]      1.9.100cvs122
5818
5819         * configure.ac
5820                 We need to recheck for gpgme 1.0.0 after checking
5821                 for 1.1.1, because if 1.1.1 isn't available, 
5822                 GPGME_LIBS and friends are blanked out by the 
5823                 second check.
5824
5825 2006-01-03 [colin]      1.9.100cvs121
5826
5827         * src/common/prefs.c
5828                 Windows unlink-before rename fix
5829         * src/plugins/pgpcore/sgpgme.c
5830                 Add support for PKA info if available
5831                 Both patches by Werner Koch
5832
5833 2006-01-03 [paul]       1.9.100cvs120
5834
5835         * src/messageview.c
5836                 fix bug 884, 'Send receipt' button visible in queue
5837                 Thanks to Colin
5838
5839 2006-01-02 [colin]      1.9.100cvs119
5840
5841         * src/compose.c
5842         * src/imap.c
5843                 Fix autosave on IMAP and more generally try to
5844                 return the correct ID on a newly added IMAP message
5845
5846 2006-01-02 [paul]       1.9.100cvs118
5847
5848         * manual/keyboard.xml
5849                 edited
5850
5851 2006-01-01 [paul]       1.9.100cvs117
5852
5853         * src/gtk/authors.h
5854                 alphabetical order
5855
5856 2005-12-30 [colin]      1.9.100cvs116
5857
5858         * manual/advanced.xml
5859                 Explain Pre/Post-processing differences.
5860
5861 2005-12-30 [colin]      1.9.100cvs115
5862
5863         * src/mh.c
5864                 Implement copy_msgs for a little optimization
5865         * src/imap.c
5866                 Finish yesterday's fix
5867
5868 2005-12-29 [colin]      1.9.100cvs114
5869
5870         * src/imap.c
5871                 Fix occasional failure in fetching a mail over
5872                 IMAP
5873
5874 2005-12-29 [colin]      1.9.100cvs113
5875
5876         * src/compose.c
5877                 Don't remove a draft when sending it, if it is 
5878                 locked.
5879
5880 2005-12-28 [colin]      1.9.100cvs112
5881
5882         * src/summaryview.c
5883                 Fix leak for real
5884
5885 2005-12-28 [wwp]        1.9.100cvs111
5886
5887         * doc/faq/.cvsignore
5888         * doc/faq/de/.cvsignore
5889         * doc/faq/en/.cvsignore
5890         * doc/faq/es/.cvsignore
5891         * doc/faq/fr/.cvsignore
5892         * doc/faq/it/.cvsignore
5893         * doc/manual/.cvsignore
5894         * doc/manual/de/.cvsignore
5895         * doc/manual/en/.cvsignore
5896         * doc/manual/es/.cvsignore
5897         * doc/manual/fr/.cvsignore
5898         * doc/manual/ja/.cvsignore
5899         * src/plugins/mathml_viewer/.cvsignore
5900                 rollback revival of those files (my bad, sorry for the noise).
5901
5902 2005-12-28 [wwp]        1.9.100cvs110
5903
5904         * src/compose.c
5905                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5906
5907 2005-12-28 [wwp]        1.9.100cvs109
5908
5909         * doc/faq/.cvsignore
5910         * doc/faq/de/.cvsignore
5911         * doc/faq/en/.cvsignore
5912         * doc/faq/es/.cvsignore
5913         * doc/faq/fr/.cvsignore
5914         * doc/faq/it/.cvsignore
5915         * doc/manual/.cvsignore
5916         * doc/manual/de/.cvsignore
5917         * doc/manual/en/.cvsignore
5918         * doc/manual/es/.cvsignore
5919         * doc/manual/fr/.cvsignore
5920         * doc/manual/ja/.cvsignore
5921         * src/plugins/mathml_viewer/.cvsignore
5922         * po/.cvsignore
5923                 more files to ignore.
5924
5925 2005-12-24 [colin]      1.9.100cvs108
5926
5927         * AUTHORS
5928         * src/gtk/authors.h
5929                 Update for Werner
5930
5931 2005-12-24 [colin]      1.9.100cvs107
5932
5933         * src/procmsg.c
5934                 Allow NULL src_msginfo in 
5935                 procmsg_msginfo_new_from_mimeinfo
5936
5937 2005-12-23 [paul]       1.9.100cvs106
5938
5939         * src/plugins/pgpinline/mypgpcore.def
5940                 add this forgotten file
5941
5942 2005-12-23 [colin]      1.9.100cvs105
5943
5944         * src/mainwindow.c
5945                 Fix missing break
5946
5947 2005-12-23 [colin]      1.9.100cvs104
5948
5949         * autogen.sh
5950         * src/folder.c
5951         * src/mh.c
5952         * src/common/plugin.c
5953         * src/common/socket.c
5954         * src/common/socket.h
5955         * src/common/utils.c
5956         * src/common/utils.h
5957         * src/gtk/pluginwindow.c
5958         * src/plugins/pgpcore/plugin.def
5959         * src/plugins/pgpcore/sylpheed.def
5960         * src/plugins/pgpinline/Makefile.am
5961         * src/plugins/pgpinline/plugin.def
5962         * src/plugins/pgpinline/sylpheed.def
5963         * src/plugins/pgpmime/plugin.def
5964         * src/plugins/pgpmime/sylpheed.def
5965                 Various w32 fixes by Werner Koch
5966
5967 2005-12-22 [paul]       1.9.100cvs103
5968
5969         * src/wizard.c
5970                 don't offer IMAP as 'server type' if
5971                 libetpan isn't built in
5972
5973 2005-12-22 [paul]       1.9.100cvs102
5974
5975         * AUTHORS
5976         * src/mainwindow.c
5977         * src/mainwindow.h
5978         * src/toolbar.c
5979         * src/gtk/authors.h
5980                 support GTK_TOOLBAR_BOTH_HORIZ (text
5981                 next to icon) Patch by Marien Zwart
5982                 marienz@users.sf.net
5983                 Also reword the text
5984
5985 2005-12-21 [colin]      1.9.100cvs101
5986
5987         * configure.ac
5988                 Fix DATADIRNAME
5989         * COPYING
5990                 Fix missing section and explicit the exception better
5991         * src/compose.c
5992                 Prevent mail from being lost without notice when an
5993                 SMTP error happens on trying to send an unmodified
5994                 drafted mail.
5995         * src/send_message.c
5996         * src/common/smtp.c
5997                 Fix password remembering when wrong, and add return
5998                 value checks where they should have been
5999         * src/plugins/pgpcore/sylpheed.def
6000         * src/plugins/pgpinline/sylpheed.def
6001         * src/plugins/pgpmime/sylpheed.def
6002                 Add a few symbols needed
6003
6004 2005-12-21 [paul]       1.9.100cvs100
6005
6006         * m4/codeset.m4
6007         * m4/glibc21.m4
6008         * m4/intdiv0.m4
6009         * m4/inttypes-pri.m4
6010         * m4/inttypes.m4
6011         * m4/inttypes_h.m4
6012         * m4/isc-posix.m4
6013         * m4/lcmessage.m4
6014         * m4/stdint_h.m4
6015         * m4/uintmax_t.m4
6016                 gettextization
6017                 thanks to Colin
6018
6019 2005-12-21 [paul]       1.9.100cvs99
6020
6021         * po/sv.po
6022                 fixed by Colin
6023
6024 2005-12-20 [paul]       1.9.100cvs98
6025
6026         * po/sv.po
6027                 updated by Anders Trobäck
6028
6029 2005-12-20 [colin]      1.9.100cvs97
6030
6031         * ABOUT-NLS
6032         * Makefile.am
6033         * autogen.sh
6034         * configure.ac
6035         * config/config.rpath
6036         * config/mkinstalldirs
6037         * m4/Makefile.am
6038         * m4/glibc2.m4
6039         * m4/gnupg.m4
6040         * m4/gpgme.m4
6041         * m4/intmax.m4
6042         * m4/longdouble.m4
6043         * m4/longlong.m4
6044         * m4/printf-posix.m4
6045         * m4/signed.m4
6046         * m4/size_max.m4
6047         * m4/ulonglong.m4
6048         * m4/wchar_t.m4
6049         * m4/wint_t.m4
6050         * m4/xsize.m4
6051         * po/Makefile.in.in
6052         * po/Makevars
6053         * po/bg.po
6054         * po/ca.po
6055         * po/cs.po
6056         * po/de.po
6057         * po/el.po
6058         * po/en_GB.po
6059         * po/es.po
6060         * po/fi.po
6061         * po/fr.po
6062         * po/hr.po
6063         * po/hu.po
6064         * po/it.po
6065         * po/ja.po
6066         * po/ko.po
6067         * po/nb.po
6068         * po/nl.po
6069         * po/pl.po
6070         * po/pt_BR.po
6071         * po/ru.po
6072         * po/sk.po
6073         * po/sr.po
6074         * po/stamp-po
6075         * po/sv.po
6076         * po/zh_CN.po
6077         * po/zh_TW.po
6078         * src/Makefile.am
6079         * src/codeconv.c
6080         * src/compose.c
6081         * src/exporthtml.c
6082         * src/exportldif.c
6083         * src/folder.c
6084         * src/main.c
6085         * src/manual.c
6086         * src/mh.c
6087         * src/mimeview.c
6088         * src/send_message.c
6089         * src/common/Makefile.am
6090         * src/common/fnmatch.c
6091         * src/common/fnmatch.h
6092         * src/common/fnmatch_loop.c
6093         * src/common/nntp.c
6094         * src/common/plugin.c
6095         * src/common/smtp.c
6096         * src/common/socket.c
6097         * src/common/string_match.c
6098         * src/common/sylpheed.c
6099         * src/common/utils.c
6100         * src/common/utils.h
6101         * src/common/w32_dirent.c
6102         * src/common/w32_reg.c
6103         * src/common/w32_signal.c
6104         * src/common/w32_stat.c
6105         * src/common/w32_stdio.c
6106         * src/common/w32_stdlib.c
6107         * src/common/w32_string.c
6108         * src/common/w32_time.c
6109         * src/common/w32_unistd.c
6110         * src/common/w32_wait.c
6111         * src/common/w32lib.h
6112         * src/etpan/Makefile.am
6113         * src/gtk/Makefile.am
6114         * src/plugins/clamav/Makefile.am
6115         * src/plugins/demo/Makefile.am
6116         * src/plugins/dillo_viewer/Makefile.am
6117         * src/plugins/pgpcore/Makefile.am
6118         * src/plugins/pgpcore/passphrase.c
6119         * src/plugins/pgpcore/plugin.def
6120         * src/plugins/pgpcore/sgpgme.c
6121         * src/plugins/pgpcore/sylpheed.def
6122         * src/plugins/pgpcore/version.rc
6123         * src/plugins/pgpinline/Makefile.am
6124         * src/plugins/pgpinline/plugin.def
6125         * src/plugins/pgpinline/sylpheed.def
6126         * src/plugins/pgpinline/version.rc
6127         * src/plugins/pgpmime/Makefile.am
6128         * src/plugins/pgpmime/mypgpcore.def
6129         * src/plugins/pgpmime/plugin.def
6130         * src/plugins/pgpmime/sylpheed.def
6131         * src/plugins/pgpmime/version.rc
6132         * src/plugins/spamassassin/Makefile.am
6133                 Very little ;-) patch from Werner Koch, providing
6134                 infrastructure for cross-compiling to Win32
6135
6136 2005-12-20 [paul]       1.9.100cvs96
6137
6138         * src/account.c
6139         * src/account.h
6140         * src/mainwindow.c
6141         * src/mainwindow.h
6142         * src/toolbar.c
6143         * src/toolbar.h
6144                 add a combo to the Get All button, allowing
6145                 quick retrieval from any account
6146                 Patch by Fabien Vantard, slightly modified
6147                 by Colin
6148         * src/gtk/about.c
6149                 i18n fix. Patch by Fabien Vantard
6150
6151 2005-12-19 [colin]      1.9.100cvs95
6152
6153         * src/compose.c
6154         * src/compose.h
6155                 Don't automatically join lines when they've 
6156                 been separated by the user and not automatically
6157
6158 2005-12-19 [paul]       1.9.100cvs94
6159
6160         * src/gtk/pluginwindow.c
6161                 i18n fix.
6162                 Patch by Fabien Vantard
6163
6164 2005-12-15 [paul]       1.9.100cvs93
6165
6166         * src/common/plugin.c
6167         * src/common/plugin.h
6168         * src/gtk/pluginwindow.c
6169         * src/plugins/clamav/clamav_plugin.c
6170         * src/plugins/demo/demo.c
6171         * src/plugins/dillo_viewer/dillo_viewer.c
6172         * src/plugins/pgpcore/plugin.c
6173         * src/plugins/pgpinline/plugin.c
6174         * src/plugins/pgpmime/plugin.c
6175         * src/plugins/spamassassin/spamassassin.c
6176         * src/plugins/trayicon/trayicon.c
6177                 add plugin_version()
6178
6179 2005-12-15 [colin]      1.9.100cvs92
6180
6181         * src/compose.c
6182                 Further fix bug #875
6183
6184 2005-12-15 [paul]       1.9.100cvs91
6185
6186         * src/gtk/filesel.c
6187                 fix attach_load_dir getting set to
6188                 PLUGINDIR on plugin load
6189
6190 2005-12-14 [mones]      1.9.100cvs90
6191
6192         * manual/ack.xml
6193         * manual/keyboard.xml
6194                 Initial draft and some shortcuts added
6195                 
6196         * po/es.po
6197                 Updated translation
6198
6199 2005-12-14 [colin]      1.9.100cvs89
6200
6201         * src/compose.c
6202         * src/imap.c
6203         * src/summaryview.c
6204         * src/gtk/gtkaspell.c
6205                 More leaks fixed
6206         * src/prefs_folder_item.c
6207                 Fix recursive prefs apply
6208
6209
6210 2005-12-14 [colin]      1.9.100cvs88
6211
6212         * src/compose.c
6213                 Fix bug #875 (Freeze On Inline Forward of 
6214                 Large Message)
6215
6216 2005-12-13 [colin]      1.9.100cvs87
6217
6218         * src/compose.c
6219                 Uniq-ify and sort the mimetypes list
6220                 Patch by Fabien Vantard
6221
6222 2005-12-13 [colin]      1.9.100cvs86
6223
6224         * src/imap.c
6225         * src/etpan/imap-thread.c
6226                 Fix leaks (patch by Hoa)
6227         * src/news.c
6228         * src/common/plugin.c
6229                 Fix leaks
6230
6231 2005-12-12 [colin]
6232
6233         * 2.0.0-rc2 released
6234
6235 2005-12-12 [colin]      1.9.100cvs85
6236
6237         * src/matcher.c
6238                 Fix a leak
6239
6240 2005-12-12 [wwp]        1.9.100cvs84
6241
6242         * src/gtk/icon_legend.c
6243                 fix misbehaviour and crash when closing the legend window
6244         using the Esc key (patch by Fabien Vantard).
6245
6246 2005-12-12 [paul]       1.9.100cvs83
6247
6248         * src/browseldap.c
6249         * src/foldersel.c
6250         * src/prefs_actions.c
6251         * src/prefs_filtering.c
6252         * src/prefs_matcher.c
6253         * src/prefs_spelling.glade      ** REMOVED **
6254         * src/prefs_template.c
6255         * src/gtk/foldersort.glade      ** REMOVED **
6256         * src/gtk/pluginwindow.c
6257         * src/gtk/pluginwindow.glade    ** REMOVED **
6258         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6259                 cleanups
6260
6261 2005-12-11 [paul]       1.9.100cvs82
6262
6263         * src/gtk/filesel.c
6264                 fix attach_load_dir crasher (double free)
6265
6266 2005-12-09 [paul]       1.9.100cvs81
6267
6268         * po/POTFILES.in
6269         * src/mainwindow.c
6270         * src/gtk/Makefile.am
6271         * src/gtk/icon_legend.c
6272         * src/gtk/icon_legend.h
6273                 add icon legend
6274         * src/manual.c
6275                 cleanup
6276
6277 2005-12-09 [paul]       1.9.100cvs80
6278
6279         * src/plugins/pgpcore/passphrase.c
6280                 wrap the label in the dialog
6281
6282 2005-12-09 [colin]      1.9.100cvs79
6283
6284         * src/plugins/pgpcore/sgpgme.c
6285                 Display (untrusted) on not trusted signatures
6286                 Patch by Michal Èihaø <michal@cihar.com>
6287                 Closes bug #867 (Report also key trust)
6288
6289 2005-12-09 [colin]      1.9.100cvs78
6290
6291         * src/common/plugin.c
6292                 Update licence check, following Eben Moglen's advice
6293
6294 2005-12-08 [colin]      1.9.100cvs77
6295
6296         * src/folder.c
6297                 Fix the occasionnal item->cache != NULL 
6298                 assertion failure. 
6299
6300 2005-12-08 [colin]      1.9.100cvs76
6301
6302         * src/mimeview.c
6303         * src/plugins/pgpcore/sgpgme.c
6304                 Print key id when unable to check it
6305                 Closes bug #866 (Show key id when missing)
6306
6307 2005-12-08 [paul]       1.9.100cvs75
6308
6309         * src/prefs_common.c
6310         * src/prefs_common.h
6311         * src/gtk/filesel.c
6312                 remember load attachment dir
6313
6314 2005-12-07 [colin]      1.9.100cvs74
6315
6316         * src/prefs_toolbar.c
6317                 Gtk fixes, patch by Fabien Vantard
6318
6319 2005-12-07 [colin]      1.9.100cvs73
6320
6321         * src/action.c
6322         * src/compose.c
6323         * src/compose.h
6324                 Fix bug #839 (Quoted text isn't colored after 
6325                 executing an action)
6326         * src/common/plugin.c
6327                 Require plugins to declare their licence in plugin_licence()
6328                 Refuse to load non-GPL plugins as they'd be illegal (as 
6329                 derived works of Sylpheed-Claws, they must be GPL).
6330         * src/plugins/clamav/clamav_plugin.c
6331         * src/plugins/demo/demo.c
6332         * src/plugins/dillo_viewer/dillo_viewer.c
6333         * src/plugins/pgpcore/plugin.c
6334         * src/plugins/pgpinline/plugin.c
6335         * src/plugins/pgpmime/plugin.c
6336         * src/plugins/spamassassin/spamassassin.c
6337         * src/plugins/trayicon/trayicon.c
6338                 Add plugin_licence()
6339
6340 2005-12-07 [paul]       1.9.100cvs72
6341
6342         * configure.ac
6343         * src/mainwindow.c
6344         * src/manual.c
6345         * src/manual.h
6346         * src/common/defs.h
6347                 clean up after local FAQ removal and
6348                 temporary manual removal
6349
6350 2005-12-06 [colin]      1.9.100cvs71
6351
6352         * configure.ac
6353         * doc/Makefile.am
6354         * doc/faq/.cvsignore
6355         * doc/faq/Makefile.am
6356         * doc/faq/de/.cvsignore
6357         * doc/faq/de/Makefile.am
6358         * doc/faq/de/sylpheed-faq-1.html
6359         * doc/faq/de/sylpheed-faq-2.html
6360         * doc/faq/de/sylpheed-faq-3.html
6361         * doc/faq/de/sylpheed-faq.html
6362         * doc/faq/en/.cvsignore
6363         * doc/faq/en/Makefile.am
6364         * doc/faq/en/sylpheed-faq-1.html
6365         * doc/faq/en/sylpheed-faq-2.html
6366         * doc/faq/en/sylpheed-faq-3.html
6367         * doc/faq/en/sylpheed-faq-4.html
6368         * doc/faq/en/sylpheed-faq.html
6369         * doc/faq/es/.cvsignore
6370         * doc/faq/es/Makefile.am
6371         * doc/faq/es/sylpheed-faq-1.html
6372         * doc/faq/es/sylpheed-faq-2.html
6373         * doc/faq/es/sylpheed-faq-3.html
6374         * doc/faq/es/sylpheed-faq-4.html
6375         * doc/faq/es/sylpheed-faq.html
6376         * doc/faq/fr/.cvsignore
6377         * doc/faq/fr/Makefile.am
6378         * doc/faq/fr/sylpheed-faq-1.html
6379         * doc/faq/fr/sylpheed-faq-2.html
6380         * doc/faq/fr/sylpheed-faq-3.html
6381         * doc/faq/fr/sylpheed-faq.html
6382         * doc/faq/it/.cvsignore
6383         * doc/faq/it/Makefile.am
6384         * doc/faq/it/sylpheed-faq-1.html
6385         * doc/faq/it/sylpheed-faq-2.html
6386         * doc/faq/it/sylpheed-faq-3.html
6387         * doc/faq/it/sylpheed-faq.html
6388         * doc/manual/.cvsignore
6389         * doc/manual/Makefile.am
6390         * doc/manual/de/.cvsignore
6391         * doc/manual/de/Makefile.am
6392         * doc/manual/de/sylpheed-1.html
6393         * doc/manual/de/sylpheed-10.html
6394         * doc/manual/de/sylpheed-11.html
6395         * doc/manual/de/sylpheed-12.html
6396         * doc/manual/de/sylpheed-13.html
6397         * doc/manual/de/sylpheed-14.html
6398         * doc/manual/de/sylpheed-15.html
6399         * doc/manual/de/sylpheed-16.html
6400         * doc/manual/de/sylpheed-17.html
6401         * doc/manual/de/sylpheed-18.html
6402         * doc/manual/de/sylpheed-19.html
6403         * doc/manual/de/sylpheed-2.html
6404         * doc/manual/de/sylpheed-20.html
6405         * doc/manual/de/sylpheed-3.html
6406         * doc/manual/de/sylpheed-4.html
6407         * doc/manual/de/sylpheed-5.html
6408         * doc/manual/de/sylpheed-6.html
6409         * doc/manual/de/sylpheed-7.html
6410         * doc/manual/de/sylpheed-8.html
6411         * doc/manual/de/sylpheed-9.html
6412         * doc/manual/de/sylpheed.html
6413         * doc/manual/en/.cvsignore
6414         * doc/manual/en/Makefile.am
6415         * doc/manual/en/sylpheed-1.html
6416         * doc/manual/en/sylpheed-10.html
6417         * doc/manual/en/sylpheed-11.html
6418         * doc/manual/en/sylpheed-12.html
6419         * doc/manual/en/sylpheed-13.html
6420         * doc/manual/en/sylpheed-14.html
6421         * doc/manual/en/sylpheed-15.html
6422         * doc/manual/en/sylpheed-16.html
6423         * doc/manual/en/sylpheed-17.html
6424         * doc/manual/en/sylpheed-18.html
6425         * doc/manual/en/sylpheed-19.html
6426         * doc/manual/en/sylpheed-2.html
6427         * doc/manual/en/sylpheed-20.html
6428         * doc/manual/en/sylpheed-21.html
6429         * doc/manual/en/sylpheed-22.html
6430         * doc/manual/en/sylpheed-3.html
6431         * doc/manual/en/sylpheed-4.html
6432         * doc/manual/en/sylpheed-5.html
6433         * doc/manual/en/sylpheed-6.html
6434         * doc/manual/en/sylpheed-7.html
6435         * doc/manual/en/sylpheed-8.html
6436         * doc/manual/en/sylpheed-9.html
6437         * doc/manual/en/sylpheed.html
6438         * doc/manual/es/.cvsignore
6439         * doc/manual/es/Makefile.am
6440         * doc/manual/es/sylpheed-1.html
6441         * doc/manual/es/sylpheed-10.html
6442         * doc/manual/es/sylpheed-11.html
6443         * doc/manual/es/sylpheed-12.html
6444         * doc/manual/es/sylpheed-13.html
6445         * doc/manual/es/sylpheed-14.html
6446         * doc/manual/es/sylpheed-15.html
6447         * doc/manual/es/sylpheed-16.html
6448         * doc/manual/es/sylpheed-17.html
6449         * doc/manual/es/sylpheed-18.html
6450         * doc/manual/es/sylpheed-19.html
6451         * doc/manual/es/sylpheed-2.html
6452         * doc/manual/es/sylpheed-20.html
6453         * doc/manual/es/sylpheed-3.html
6454         * doc/manual/es/sylpheed-4.html
6455         * doc/manual/es/sylpheed-5.html
6456         * doc/manual/es/sylpheed-6.html
6457         * doc/manual/es/sylpheed-7.html
6458         * doc/manual/es/sylpheed-8.html
6459         * doc/manual/es/sylpheed-9.html
6460         * doc/manual/es/sylpheed.html
6461         * doc/manual/fr/.cvsignore
6462         * doc/manual/fr/Makefile.am
6463         * doc/manual/fr/sylpheed-1.html
6464         * doc/manual/fr/sylpheed-10.html
6465         * doc/manual/fr/sylpheed-11.html
6466         * doc/manual/fr/sylpheed-12.html
6467         * doc/manual/fr/sylpheed-13.html
6468         * doc/manual/fr/sylpheed-14.html
6469         * doc/manual/fr/sylpheed-15.html
6470         * doc/manual/fr/sylpheed-16.html
6471         * doc/manual/fr/sylpheed-17.html
6472         * doc/manual/fr/sylpheed-18.html
6473         * doc/manual/fr/sylpheed-19.html
6474         * doc/manual/fr/sylpheed-2.html
6475         * doc/manual/fr/sylpheed-20.html
6476         * doc/manual/fr/sylpheed-3.html
6477         * doc/manual/fr/sylpheed-4.html
6478         * doc/manual/fr/sylpheed-5.html
6479         * doc/manual/fr/sylpheed-6.html
6480         * doc/manual/fr/sylpheed-7.html
6481         * doc/manual/fr/sylpheed-8.html
6482         * doc/manual/fr/sylpheed-9.html
6483         * doc/manual/fr/sylpheed.html
6484         * doc/manual/ja/.cvsignore
6485         * doc/manual/ja/Makefile.am
6486         * doc/manual/ja/sylpheed-1.html
6487         * doc/manual/ja/sylpheed-10.html
6488         * doc/manual/ja/sylpheed-11.html
6489         * doc/manual/ja/sylpheed-12.html
6490         * doc/manual/ja/sylpheed-13.html
6491         * doc/manual/ja/sylpheed-14.html
6492         * doc/manual/ja/sylpheed-15.html
6493         * doc/manual/ja/sylpheed-16.html
6494         * doc/manual/ja/sylpheed-17.html
6495         * doc/manual/ja/sylpheed-18.html
6496         * doc/manual/ja/sylpheed-19.html
6497         * doc/manual/ja/sylpheed-2.html
6498         * doc/manual/ja/sylpheed-20.html
6499         * doc/manual/ja/sylpheed-3.html
6500         * doc/manual/ja/sylpheed-4.html
6501         * doc/manual/ja/sylpheed-5.html
6502         * doc/manual/ja/sylpheed-6.html
6503         * doc/manual/ja/sylpheed-7.html
6504         * doc/manual/ja/sylpheed-8.html
6505         * doc/manual/ja/sylpheed-9.html
6506         * doc/manual/ja/sylpheed.html
6507         * doc/manual/ja/sylpheed.sgml
6508         * src/mainwindow.c
6509                 Remove outdated manual and faq. Noisy, eh?
6510
6511 2005-12-06 [colin]      1.9.100cvs70
6512
6513         * src/compose.c
6514         * src/quote_fmt_parse.y
6515         * src/undo.c
6516         * src/undo.h
6517                 Allow %X to position cursor at 0 
6518                 (no %X = before signature)
6519                 Fix paste as quotation putting the cursor at 0
6520                 Fix undo offsets when pasting
6521                 Insert the quote_fmt at once instead of line 
6522                 by line
6523                 Fix [Edited] when starting to reply/forward
6524
6525 2005-12-06 [paul]       1.9.100cvs69
6526
6527         * src/plugins/clamav/clamav_plugin_gtk.c
6528                 add another tooltip
6529         * src/plugins/spamassassin/spamassassin_gtk.c
6530                 rework spamassassin_create_widget_func()
6531
6532 2005-12-05 [colin]      1.9.100cvs68
6533
6534         * po/POTFILES.in
6535                 Fix make release ;-)
6536
6537 2005-12-05 [colin]      1.9.100cvs67
6538
6539         * src/compose.c
6540         * src/compose.h
6541                 Fix cursor positioning (not obeying %X)
6542
6543 2005-12-05 [paul]       1.9.100cvs66
6544
6545         * src/plugins/dillo_viewer/dillo_prefs.c
6546                 fix compilation warning
6547
6548 2005-12-05 [paul]       1.9.100cvs65
6549
6550         * src/prefs_spelling.c
6551         * src/plugins/trayicon/trayicon.c
6552                 cleanups - remove unused stuff
6553
6554 2005-12-05 [paul]       1.9.100cvs64
6555
6556         * README
6557         * manual/plugins.xml
6558                 remove info about removed mathml_viewer plugin
6559
6560 2005-12-05 [paul]       1.9.100cvs63
6561
6562         * configure.ac
6563         * src/plugins/Makefile.am
6564         * src/plugins/mathml_viewer/.cvsignore
6565         * src/plugins/mathml_viewer/Makefile.am
6566         * src/plugins/mathml_viewer/mathml_viewer.c
6567                 remove unmaintained mathml_viewer plugin
6568
6569 2005-12-05 [paul]       1.9.100cvs62
6570
6571         * src/summaryview.c
6572                 obey prefs_common.always_show_msg when
6573                 moving a msg
6574                 Thanks to Colin
6575
6576 2005-12-05 [paul]       1.9.100cvs61
6577
6578         * src/compose.c
6579         * src/prefs_account.c
6580         * src/prefs_filtering.c
6581         * src/prefs_quote.c
6582         * src/prefs_spelling.c
6583         * src/prefs_toolbar.c
6584         * src/summaryview.c
6585         * src/gtk/gtkutils.c
6586         * src/gtk/quicksearch.c
6587         * src/plugins/dillo_viewer/dillo_prefs.c
6588                 dialog cleanups
6589
6590 2005-12-04 [paul]       1.9.100cvs60
6591
6592         * src/inc.c
6593         * src/prefs_account.c
6594         * src/prefs_account.h
6595                 allow a Local account to specify a
6596                 default inbox
6597                 (closes bug 843 'Inbox cannot be changed for local
6598                  mailboxes')
6599
6600 2005-12-04 [colin]      1.9.100cvs59
6601
6602         * src/plugins/trayicon/trayicon.c
6603                 Remove Get, rename Get All to Get Mail in order to
6604                 be consistent with the default main toolbar
6605
6606 2005-12-03 [colin]      1.9.100cvs58
6607
6608         * manual/gpl.xml
6609         * manual/sylpheed-claws-manual.xml
6610                 Add GPL appendix
6611
6612 2005-12-03 [paul]       1.9.100cvs57
6613
6614         * AUTHORS
6615         * po/sv.po
6616         * src/gtk/authors.h
6617                 new (partially complete) Swedish translation
6618                 by Anders Troback <sylpheed@troback.com>
6619
6620 2005-12-02 [paul]       1.9.100cvs56
6621
6622         * configure.ac
6623                 libetpan 0.41 required
6624
6625 2005-12-02 [paul]       1.9.100cvs55
6626
6627         * src/plugins/clamav/clamav_plugin.c
6628         * src/plugins/clamav/clamav_plugin.h
6629         * src/plugins/clamav/clamav_plugin_gtk.c
6630         * src/plugins/spamassassin/spamassassin.c
6631         * src/plugins/spamassassin/spamassassin.h
6632         * src/plugins/spamassassin/spamassassin_gtk.c
6633                 unregister prefs pages on unloading, thus
6634                 preventing a crash
6635                 (thanks to Colin for the hint)
6636
6637 2005-12-02 [wwp]        1.9.100cvs54
6638
6639         * src/quote_fmt.h
6640         * src/quote_fmt_parse.y
6641                 fix misuse of gboolean*, use gboolean instead
6642                 (thanks to Paul, Colin, for pointing out that scaring one)
6643
6644 2005-12-02 [paul]       1.9.100cvs53
6645
6646         * src/plugins/clamav/clamav_plugin.c
6647                 int no --> unsigned int no
6648         * src/plugins/clamav/clamav_plugin_gtk.c
6649                 rework config page
6650
6651 2005-12-02 [wwp]        1.9.100cvs52
6652
6653         * src/compose.c
6654         * src/prefs_template.c
6655         * src/quote_fmt.h
6656         * src/quote_fmt_parse.y
6657                 prevent from executing |f and |p templates commands when
6658                 adding or replacing templates in prefs (avoids annoying and
6659                 potentially dangerous behaviours)
6660
6661 2005-12-02 [paul]       1.9.100cvs51
6662
6663         * src/prefs_common.c
6664                 allow translation of some default values
6665                 Patch by Fabien Vantard
6666
6667 2005-12-02 [paul]       1.9.100cvs50
6668
6669         * src/codeconv.c
6670         * src/codeconv.h
6671         * src/prefs_common.c
6672         * src/prefs_common.h
6673         * src/prefs_message.c
6674         * src/textview.c
6675                 remove obsolete 'convert_mb_alnum' option
6676                 and related stuff
6677         * src/gtk/about.c
6678                 remove unused 'about_textview_visibility_notify'
6679
6680 2005-12-02 [paul]       1.9.100cvs49
6681
6682         * src/prefs_account.c
6683         * src/prefs_compose_writing.c
6684         * src/prefs_fonts.c
6685         * src/prefs_gtk.h
6686         * src/prefs_image_viewer.c
6687         * src/prefs_message.c
6688         * src/prefs_other.c
6689         * src/prefs_receive.c
6690         * src/prefs_send.c
6691         * src/prefs_spelling.c
6692         * src/prefs_summaries.c
6693         * src/prefs_wrapping.c
6694         * src/plugins/dillo_viewer/dillo_prefs.c
6695         * src/plugins/pgpcore/prefs_gpg.c
6696                 several cleanups to the prefs dialogs
6697                 (slightly modified) patch by Fabien Vantard
6698
6699 2005-12-02 [paul]       1.9.100cvs48
6700
6701         * src/main.c
6702                 --exit means exit
6703         * src/send_message.c
6704                 fix crash on send when connection fails
6705
6706         Thanks to Colin
6707
6708 2005-12-01 [colin]      1.9.100cvs47
6709
6710         * src/html.c
6711                 Translate &hellip; to "..."
6712
6713 2005-11-30 [colin]      1.9.100cvs46
6714
6715         * src/matcher.c
6716         * src/matcher.h
6717                 Optimize back yesterday's fix.
6718
6719 2005-11-30 [paul]       1.9.100cvs45
6720
6721         * manual/faq.xml
6722                 standardised
6723         * manual/intro.xml
6724                 written by Colin, edited by me
6725
6726 2005-11-29 [colin]      1.9.100cvs44
6727
6728         * src/matcher.c
6729                 Skip headers unconditionnaly in match_body if the
6730                 rule is not message or ~message
6731
6732 2005-11-29 [colin]      1.9.100cvs43
6733
6734         * src/matcher.c
6735                 Fix body_part and such, not skipping headers 
6736                 if the matchcriteria wasn't the first in the rule
6737
6738 2005-11-29 [colin]      1.9.100cvs42
6739
6740         * src/compose.c
6741                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6742                 option missing from message view window)
6743                 Fix double text D'n'D with gtk-2.8
6744         * src/matcher.c
6745                 Fix ~message, ~headers_part, ~body_part rules
6746         * src/messageview.c
6747                 Add Windows-1252 (Closes bug #863)
6748                 Fix accels
6749         * src/gtk/gtkaspell.c
6750                 Properly destroy accels in all menus
6751
6752 2005-11-29 [mones]      1.9.100cvs41
6753
6754         * po/es.po
6755                 Updated.
6756
6757 2005-11-27 [colin]      1.9.100cvs40
6758
6759         * src/mh_gtk.c
6760                 "/Remove mailbox" -> "/Remove mailbox..."
6761
6762 2005-11-27 [paul]       1.9.100cvs39
6763
6764         * AUTHORS
6765         * po/de.po
6766         * src/gtk/authors.h
6767                 updated by new maintainer, Stephan Sachse
6768
6769 2005-11-27 [paul]       1.9.100cvs38
6770
6771         * manual/faq.xml
6772                 written by Colin, edited by me
6773
6774 2005-11-27 [paul]       1.9.100cvs37
6775
6776         * src/prefs_common.c
6777         * src/prefs_common.h
6778         * src/prefs_receive.c
6779         * src/prefs_summaries.c
6780                 move 'go to inbox after receiving new mail'
6781                 option from display/sumamaries to mail
6782                 handling/receive, and rework prefs_summaries
6783                 dialog a little
6784
6785 2005-11-25 [martin]     1.9.100cvs36
6786
6787         * po/de.po
6788             fixed windows-1252 translation;
6789             translated some new and fuzzy strings
6790
6791 2005-11-25 [paul]       1.9.100cvs35
6792
6793         * src/plugins/clamav/clamav_plugin.c
6794                 complete the update done in cvs34
6795
6796 2005-11-25 [paul]       1.9.100cvs34
6797
6798         * src/plugins/clamav/clamav_plugin.c
6799                 reflect upstream changes
6800
6801 2005-11-25 [paul]       1.9.100cvs33
6802
6803         * manual/ack.xml
6804         * manual/plugins.xml
6805         * manual/sylpheed-claws-manual.xml
6806                 written/updated by Colin, edited by me
6807         * tools/acroread2sylpheed.pl
6808                 update binary name
6809
6810 2005-11-24 [colin]      1.9.100cvs32
6811
6812         * src/compose.c
6813                 Fix bug #856 (reediting messages forgets Request
6814                 Return Receipt)
6815
6816 2005-11-24 [paul]       1.9.100cvs31
6817
6818         * manual/addrbook.xml
6819         * manual/starting.xml
6820                 written by Colin, proofread, edited, adapted by me
6821         * manual/advanced.xml
6822                 add some Actions examples
6823         * src/importldif.c
6824                 use a Save button instead of a Close button
6825         * src/wizard.c
6826                 indicate mandatory fields
6827                 fix page display
6828                 Thanks to Colin
6829
6830 2005-11-23 [colin]      1.9.100cvs30
6831
6832         * src/addressbook.c
6833                 Rename menu item, fix possible crash after
6834                 deletion of books
6835         * src/addrindex.c
6836                 Allow searching for '*' in ldap
6837         * src/browseldap.c
6838                 Fix "Browse Entry" (did anyone use it?)
6839         * src/wizard.c
6840                 Add guards for mandatory information
6841
6842 2005-11-23 [paul]       1.9.100cvs29
6843
6844         * manual/advanced.xml
6845                 corrections to the English
6846
6847 2005-11-23 [colin]      1.9.100cvs28
6848
6849         * src/mimeview.c
6850                 Fix possible crash at exit. After the call to
6851                 gtk_container_remove(), the Viewer's widget has no
6852                 more parent so gtk+ automatically frees it and its
6853                 sons. If destroy_viewer() then try to access it,
6854                 problems ensue.
6855
6856 2005-11-22 [colin]      1.9.100cvs27
6857
6858         * src/compose.c
6859         * src/gtk/gtkaspell.c
6860                 Fix right-clicking on a misspelled word
6861                 Fix More... in suggestions menu
6862
6863 2005-11-22 [wwp]        1.9.100cvs26
6864
6865         * src/prefs_template.c
6866                 templates works: re-sort templates list when adding or replacing,
6867                 prevent from adding or replacing when the template name is empty
6868
6869 2005-11-21 [colin]      1.9.100cvs25
6870
6871         * src/addressbook.c
6872                 Fix some addressbook suckage (dnd, select all)
6873         * src/compose.c
6874         * src/gtk/gtkaspell.c
6875         * src/gtk/gtkaspell.h
6876                 Make the spellchecker menu work with the 
6877                 GtkTextView one instead of overriding it
6878
6879 2005-11-20 [paul]       1.9.100cvs24
6880
6881         * manual/handling.xml
6882                 proofread and corrected
6883
6884 2005-11-20 [paul]       1.9.100cvs23
6885
6886         * manual/Makefile
6887                 generate html as one file
6888         * manual/advanced.xml
6889                 fix output generation
6890                 reformat hidden options list
6891         * manual/manual.xml     ** REMOVED **
6892         * manual/sylpheed-claws-manual.xml      ** ADDED **
6893                 renamed
6894
6895 2005-11-18 [colin]      1.9.100cvs22
6896
6897         * src/prefs_account.c
6898                 Fix layout in news and mbox accounts
6899         * manual/account.xml
6900         * manual/advanced.xml
6901                 New contents for Paul to check :)
6902
6903 2005-11-18 [wwp]        1.9.100cvs21
6904
6905         * src/gtk/quicksearch.c
6906                 don't update extended quicksearch buttons twice
6907
6908 2005-11-18 [paul]       1.9.100cvs20
6909
6910         * src/textview.c
6911                 complete 1.9.100cvs19
6912
6913 2005-11-18 [paul]       1.9.100cvs19
6914
6915         * src/compose.c
6916                 cosmetic improvements
6917         * src/textview.c
6918                 also list text/* attachments
6919
6920 2005-11-18 [colin]      1.9.100cvs18
6921
6922         * src/summaryview.c
6923                 Use column 0 instead of -1 in 
6924                 gtk_ctree_node_moveto, in a naive
6925                 hope it'll fix the gtk-related crashes
6926
6927 2005-11-18 [colin]      1.9.100cvs17
6928
6929         * src/gtk/inputdialog.c
6930                 Fix icon staying the first one
6931
6932 2005-11-17 [wwp]        1.9.100cvs16
6933                 fix possible problem showing some quicksearch buttons, and a bad
6934                 call to g_return_if_fail in a function that returns a value (both
6935                 fixes by Fabien Vantard)
6936
6937 2005-11-15 [wwp]        1.9.100cvs15
6938
6939         * src/gtk/quicksearch.c
6940                 added a tooltip to that obscure ... quicksearch button
6941
6942 2005-11-15 [wwp]        1.9.100cvs14
6943
6944         * src/gtk/quicksearch.c
6945                 add a quicksearch helper to filtering expression users: the ... button
6946                 raises the condition expr window. condition expressions set up w/ this
6947                 window are used by the quicksearch if the user closes it pressing OK.
6948
6949 2005-11-14 [paul]       1.9.100cvs13
6950
6951         * src/plugins/clamav/clamav_plugin.c
6952         * src/plugins/spamassassin/spamassassin.c
6953                 change plugin type following recent merging
6954
6955 2005-11-14 [wwp]        1.9.100cvs12
6956
6957         * src/folder.c
6958                 prevent from crashing when copying/moving message(s) from and
6959                 to the same folder
6960
6961 2005-11-14 [paul]       1.9.100cvs11
6962
6963         * src/plugins/clamav/Makefile.am
6964         * src/plugins/clamav/clamav_plugin.c
6965         * src/plugins/clamav/clamav_plugin.h
6966         * src/plugins/clamav/clamav_plugin_gtk.c
6967                 also merge clamav and clamav_gtk plugins
6968
6969 2005-11-13 [colin]      1.9.100cvs10
6970
6971         * configure.ac
6972         * src/plugins/spamassassin/Makefile.am
6973         * src/plugins/spamassassin/spamassassin.c
6974         * src/plugins/spamassassin/spamassassin.h
6975         * src/plugins/spamassassin/spamassassin_gtk.c
6976                 Merge spamassassin and spamassassin_gtk plugins,
6977                 and build it by default.
6978
6979 2005-11-12 [colin]      1.9.100cvs9
6980
6981         * src/etpan/imap-thread.c
6982                 Fix gcc warning
6983
6984 2005-11-12 [colin]      1.9.100cvs8
6985
6986         * src/procmime.c
6987                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6988
6989 2005-11-10 [colin]      1.9.100cvs7
6990
6991         * src/main.c
6992                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6993                 minimised state)
6994
6995 2005-11-10 [wwp]        1.9.100cvs6
6996
6997         * src/gtk/description_window.c
6998                 fix a crash when closing description windows using the WM's [X] button
6999
7000 2005-11-09 [colin]      1.9.100cvs5
7001
7002         * src/common/ssl.c
7003                 Update libetpan call to follow upstream
7004                 (yes, this requires libetpan-0.40cvs3)
7005
7006 2005-11-08 [colin]      1.9.100cvs4
7007
7008         * src/compose.c
7009         * src/textview.c
7010         * src/common/utils.c
7011         * src/common/utils.h
7012                 Enhance the email parser
7013
7014 2005-11-08 [colin]      1.9.100cvs3
7015
7016         * src/procmime.c
7017                 Fix what looks like an off-by-one (fixes 
7018                 attachments from the Bat)
7019
7020 2005-11-08 [wwp]        1.9.100cvs2
7021
7022         * src/main.c
7023                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7024
7025 2005-11-08 [wwp]        1.9.100cvs1
7026
7027         * src/main.c
7028                 allow exiting Sylpheed-Claws from command-line
7029
7030 2005-11-08 [paul]       1.9.100
7031
7032         1.9.100 released
7033
7034 2005-11-07 [colin]      1.9.99cvs17
7035
7036         * src/addritem.c
7037         * src/ldif.c
7038                 Fix import of base-64 encoded items
7039
7040 2005-11-07 [colin]      1.9.99cvs16
7041
7042         * src/send_message.c
7043                 Fix bug #314 (Queue does not empty under certain 
7044                 circumstances)
7045
7046 2005-11-07 [paul]       1.9.99cvs15
7047
7048         * src/mutt.c
7049         * src/pine.c
7050                 fix buffer overflows
7051                 Thanks to Colin
7052
7053 2005-11-07 [paul]       1.9.99cvs14
7054
7055         * doc/man/Makefile.am
7056         * doc/man/sylpheed-claws.1      ** ADDED **
7057         * doc/man/sylpheed.1            ** DELETED **
7058                 rename and update the man file
7059
7060 2005-11-06 [colin]      1.9.99cvs13
7061
7062         * src/ldif.c
7063                 Fix ldif_get_line() that returned empty strings
7064                 (Didn't understand why). Also fix a possible
7065                 buffer overflow.
7066
7067 2005-11-06 [wwp]        1.9.99cvs12
7068
7069         * src/textview.c
7070         * src/gtk/about.c
7071         * src/gtk/gtkutils.c
7072         * src/gtk/gtkutils.h
7073                 fix a compilation warning,
7074                 make links sensitive in the about dialog
7075
7076 2005-11-04 [wwp]        1.9.99cvs11
7077
7078         * src/gtk/about.c
7079                 don't wrap or translate URIs, and a bit text format cleanup
7080
7081 2005-11-04 [wwp]        1.9.99cvs10
7082
7083         * src/gtk/about.c
7084                 better textview tagging implementation (no more use of marks for
7085                 postponed tagging)
7086
7087 2005-11-02 [colin]      1.9.99cvs9
7088
7089         * src/common/ssl.c
7090                 Forgot an ifdef
7091
7092 2005-11-02 [colin]      1.9.99cvs8
7093
7094         * configure.ac
7095                 Require libetpan-0.40 due to upstream fix
7096         * src/common/ssl.c
7097                 Tell libetpan not to call SSL_Library_Init,
7098                 as we do it ourselves.
7099
7100 2005-11-02 [colin]      1.9.99cvs7
7101
7102         * po/POTFILES.in
7103                 Add missing files (thanks to Fabien Vantard)
7104
7105 2005-11-02 [colin]      1.9.99cvs6
7106
7107         * src/summaryview.c
7108                 Fix totals when read messages are hidden or quicksearch
7109                 is on
7110         * src/ssl_manager.c
7111         * src/ssl_manager.h
7112         * src/common/ssl_certificate.c
7113         * src/common/ssl_certificate.h
7114         * src/gtk/sslcertwindow.c
7115         * src/gtk/sslcertwindow.h
7116                 Fix copyright on my stuff
7117
7118 2005-11-02 [wwp]        1.9.99cvs5
7119
7120         * src/prefs_themes.c
7121                 fix directory name checking (theme installation/removal),
7122                 made related error a bit more verbose
7123
7124 2005-11-02 [colin]      1.9.99cvs4
7125
7126         * src/summaryview.c
7127                 Fix typo (probably fixes bug #841 (Sort by the From 
7128                 field doesn't work)
7129
7130 2005-11-02 [paul]       1.9.99cvs3
7131
7132         * po/ko.po
7133         * po/nb.po
7134                 updated by SungHyun Nam, Geir Helland
7135         * src/wizard.c
7136                 fix typo in welcome message. spotted by
7137                 Andrea Spadaccini
7138
7139 2005-11-01 [colin]      1.9.99cvs2
7140
7141         * src/compose.c
7142                 Fix replying to ml wen confirming subscription
7143         * src/messageview.c
7144         * src/mimeview.c
7145         * src/mimeview.h
7146         * src/privacy.h
7147         * src/summaryview.c
7148                 Make key check non blocking
7149
7150 2005-10-31 [paul]       1.9.99cvs1
7151
7152         * tools/claws.i18n.status.pl
7153                 updated for ChangeLog
7154
7155 2005-10-31 [paul]       1.9.99
7156
7157         1.9.99 released
7158
7159 2005-10-31 [paul]       1.9.15cvs131
7160
7161         * .cvsignore
7162         * ChangeLog
7163         * ChangeLog.claws       ** REMOVED **
7164         * ChangeLog-gtk2.claws  ** REMOVED **
7165         * ChangeLog.gtk1        ** ADDED **
7166         * INSTALL
7167         * Makefile.am
7168         * NEWS
7169         * README
7170         * README.claws          ** REMOVED **
7171         * README.jp             ** REMOVED **
7172         * RELEASE_NOTES         ** ADDED **
7173         * RELEASE_NOTES.claws   ** REMOVED **
7174         * commitHelper
7175         * configure.ac
7176         * sylpheed.spec.in      ** REMOVED **
7177                 tidy up and update the default docs:
7178                 ChangeLog.claws is renamed ChangeLog.gtk1
7179                 ChangeLog-gtk2.claws is renamed ChangeLog
7180                 README.claws is renamed README
7181                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7182
7183 2005-10-31 [paul]       1.9.15cvs130
7184
7185         * po/it.po
7186                 fix errors
7187
7188 2005-10-31 [paul]       1.9.15cvs129
7189
7190         * po/ca.po
7191         * po/de.po
7192         * po/en_GB.po
7193         * po/fr.po
7194         * po/it.po
7195         * po/pt_BR.po
7196         * po/sk.po
7197         * po/sr.po
7198         * po/zh_CN.po
7199                 updated by Miquel Oliete, Stephan Sachse and
7200                 Thomas Gilgin, me, Fabien Vantard, Andrea
7201                 Spadaccini, Frederico Goncalves Guimaraes,
7202                 Andrej Kacian, Aleksandar Urosevic, and
7203                 Ralgh Young.
7204
7205 2005-10-31 [mones]      1.9.15cvs128
7206
7207         * manual/faq.xml
7208                 More questions.
7209         
7210         * po/es.po
7211                 Updated for release.
7212
7213 2005-10-30 [colin]      1.9.15cvs127
7214
7215         * src/compose.c
7216                 Place cursor before rewrapping (fixes cursor
7217                 pos if quotation gets rewrapped)
7218
7219 2005-10-29 [paul]       1.9.15cvs126
7220
7221         * src/crash.c
7222         * src/foldersel.c
7223         * src/main.c
7224         * src/messageview.c
7225         * src/toolbar.c
7226         * src/gtk/authors.h
7227                 corrections to text items
7228
7229 2005-10-28 [colin]      1.9.15cvs125
7230
7231         * src/messageview.c
7232                 Make "hit 'C' to check sig" work from extern 
7233                 messageviews
7234
7235 2005-10-27 [colin]      1.9.15cvs124
7236
7237         * src/summaryview.c
7238                 Add a hack to avoid segfaulting when hammering 
7239                 on gtk's events
7240
7241 2005-10-27 [wwp]        1.9.15cvs123
7242
7243         * src/prefs_themes.c
7244                 sort list of themes names in themes prefs
7245
7246 2005-10-27 [paul]       1.9.15cvs122
7247
7248         * src/folder.c
7249         * src/prefs_account.c
7250                 fix building on Solaris
7251                 Patch by Alex Moore
7252
7253 2005-10-27 [wwp]        1.9.15cvs121
7254
7255         * src/summaryview.c
7256         * src/gtk/gtksctree.c
7257                 speed up unselecting messages in summary view (thanks to Colin)
7258
7259 2005-10-27 [paul]       1.9.15cvs120
7260
7261         * src/mainwindow.c
7262                 fix a compilation warning
7263         * src/summaryview.c
7264                 fix updating of 'n items selected' count
7265                 when deselecting
7266
7267 2005-10-27 [martin]     1.9.15cvs119
7268
7269         * src/action.c
7270                 ignore actions with a leading '/' in the action menu name
7271                 fixes a crash on menu creation
7272         * src/prefs_actions.c
7273                 do not allow a leading '/' in the action menu name
7274
7275 2005-10-27 [paul]       1.9.15cvs118
7276
7277         * src/main.c
7278                 fix compilation warning
7279
7280 2005-10-27 [paul]       1.9.15cvs117
7281
7282         * src/procmime.c
7283                 add #if HAVE_LOCALE_H
7284
7285 2005-10-27 [paul]       1.9.15cvs116
7286
7287         * src/plugins/clamav/clamav_plugin.c
7288         * src/plugins/dillo_viewer/dillo_viewer.c
7289         * src/plugins/mathml_viewer/mathml_viewer.c
7290         * src/plugins/pgpcore/plugin.c
7291         * src/plugins/pgpinline/plugin.c
7292         * src/plugins/pgpmime/plugin.c
7293         * src/plugins/spamassassin/spamassassin.c
7294         * src/plugins/trayicon/trayicon.c
7295                 plugin_init() : make error messages more
7296                 informative
7297
7298 2005-10-26 [wwp]        1.9.15cvs115
7299
7300         * src/prefs_matcher.c
7301                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7302
7303 2005-10-26 [wwp]        1.9.15cvs114
7304
7305         * src/procmime.c
7306         * src/gtk/gtksctree.c
7307         * src/plugins/spamassassin/libspamc.c
7308         * src/plugins/spamassassin/spamassassin.c
7309                 fix some compilation warnings more
7310
7311 2005-10-26 [mones]      1.9.15cvs113
7312
7313         * po/es.po
7314                 Updated translation
7315
7316 2005-10-26 [paul]       1.9.15cvs112
7317
7318         * src/prefs_message.c
7319                 give all display_xface stuff the
7320                 #if HAVE_LIBCOMPFACE treatment, thus
7321                 preventing a crash
7322                 (Thanks to Wolfgang Enderlein)
7323
7324 2005-10-26 [colin]      1.9.15cvs111
7325
7326         * src/gedit-print.c
7327                 Fix date format
7328         * src/imap_gtk.c
7329         * src/news_gtk.c
7330                 Remove context menu items that should not be there
7331         * src/jpilot.c
7332                 Fix encoding
7333         * src/main.c
7334         * src/mainwindow.c
7335                 Don't show the mainwindow too soon
7336
7337 2005-10-26 [wwp]        1.9.15cvs110
7338
7339         * src/folder.c
7340         * src/manual.c
7341         * src/summaryview.c
7342                 fix uninitialized pointers in the folder updating hook
7343                 (thanks to Colin)
7344
7345 2005-10-25 [mones]      1.9.15cvs109
7346
7347         * manual/faq.xml
7348                 General information subsection completed. 
7349                 Removed archaic references.
7350                 
7351         * manual/Makefile
7352         * manual/dtd/manual.dsl
7353                 Added customization stylesheet for getting paragraphs
7354                 fully justified in PDF output (as suggested by Colin).
7355
7356 2005-10-25 [colin]      1.9.15cvs108
7357
7358         * src/compose.c
7359                 Fix a second leak
7360
7361 2005-10-25 [colin]      1.9.15cvs107
7362
7363         * src/addrbook.c
7364         * src/addrindex.c
7365                 Fix leak (xml_get_element() allocates memory)
7366         * src/compose.c
7367                 Fix leak + dead code (shame!)
7368         * src/procmime.c
7369                 Fix leak
7370
7371 2005-10-25 [colin]      1.9.15cvs106
7372
7373         * src/mimeview.c
7374                 Fix encoding issue in Save all and in 
7375                 overwrite-confirmation alertpanel
7376
7377 2005-10-25 [colin]      1.9.15cvs105
7378
7379         * src/common/socket.c
7380                 Fix a leak - Thanks to Christopher Aillon
7381                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7382
7383 2005-10-25 [paul]       1.9.15cvs104
7384
7385         * src/wizard.c
7386                 Always guess servers from the right-hand
7387                 email part and guess username from the
7388                 left-hand part. (Thanks to Colin)
7389                 add an X-Face to the welcome message
7390
7391 2005-10-25 [paul]       1.9.15cvs103
7392
7393         * manual/handling.xml
7394                 written by Colin, edited by me
7395
7396 2005-10-25 [wwp]        1.9.15cvs102
7397
7398         * src/folderview.c
7399         * src/grouplistdialog.c
7400         * src/imap.c
7401         * src/noticeview.c
7402                 fix some compilation warnings
7403
7404 2005-10-24 [paul]
7405
7406         1.9.99-rc3 released
7407
7408 2005-10-24 [paul]       1.9.15cvs101
7409
7410         * src/gtk/about.c
7411                 fix window sizing
7412
7413 2005-10-24 [paul]       1.9.15cvs100
7414
7415         * src/pixmaps/offline.xpm
7416         * src/pixmaps/online.xpm
7417                 replace with last default versions
7418
7419 2005-10-24 [colin]      1.9.15cvs99
7420
7421         * src/imap.c
7422                 Fix bug when moving a folder
7423         * src/imap_gtk.c
7424         * src/mh_gtk.c
7425                 "Delete folder" pops up a window, so it 
7426                 should be suffixed with "..."
7427         * src/plugins/pgpcore/sgpgme.c
7428                 Include locale.h
7429
7430 2005-10-24 [mones]      1.9.15cvs98
7431
7432         * manual/Makefile
7433         * manual/account.xml
7434         * manual/ack.xml
7435         * manual/addrbook.xml
7436         * manual/advanced.xml
7437         * manual/faq.xml
7438         * manual/glossary.xml
7439         * manual/gpl.xml
7440         * manual/handling.xml
7441         * manual/intro.xml
7442         * manual/keyboard.xml
7443         * manual/manual.xml
7444         * manual/plugins.xml
7445         * manual/starting.xml
7446         * manual/dtd/sdocbook.dtd
7447                 Initial manual structure and some content.
7448
7449 2005-10-23 [wwp]        1.9.15cvs97
7450
7451         * src/gtk/about.c
7452                 fix a typo
7453
7454 2005-10-23 [wwp]        1.9.15cvs96
7455
7456         * src/gtk/about.c
7457         * src/gtk/authors.h
7458                 rework of the about window (main work by Paul), also featuring a few
7459                 fixes for typos and duplicate names
7460
7461 2005-10-23 [wwp]        1.9.15cvs95
7462
7463         * src/.cvsignore
7464                 Ignore the right binary name (sylpheed-claws now)
7465
7466 2005-10-23 [paul]       1.9.15cvs94
7467
7468         * src/compose.c
7469                 when using Folder Pref 'Default To for
7470                 replies' make the entry in the Compose
7471                 window bold
7472                 Patch by Fabien Vantard
7473
7474 2005-10-22 [colin]      1.9.15cvs93
7475
7476         * src/codeconv.c
7477                 Fix leak
7478
7479 2005-10-22 [colin]      1.9.15cvs92
7480
7481         * src/codeconv.c
7482                 try to convert using locale (apart utf8) if necessary
7483
7484 2005-10-22 [colin]      1.9.15cvs91
7485
7486         * src/pixmaps/new.xpm
7487         * src/pixmaps/unread.xpm
7488                 Make the unread envelope blue again and
7489                 saturate the new one a bit more.
7490
7491 2005-10-22 [colin]      1.9.15cvs90
7492
7493         * src/compose.c
7494                 When replying to a mail sent by one of our accounts,
7495                 use the original list of recipients. Let 'Reply All'
7496                 and 'Reply to sender' work like previously.
7497
7498 2005-10-21 [colin]      1.9.15cvs89
7499
7500         * src/prefs_filtering.c
7501                 Clear fields after add and replace
7502         * src/textview.c
7503                 Display xface differently (better)
7504         * src/plugins/pgpinline/pgpinline.c
7505                 Fix crappy encodings/recodings
7506
7507 2005-10-21 [paul]       1.9.15cvs88
7508
7509         * src/compose.c
7510         * src/prefs_folder_item.c
7511         * src/toolbar.c
7512                 fix news folder Folder Properties
7513                 (thanks to Colin)
7514         * src/folderview.c
7515                 update folderview after Themes change
7516                 keep selected folder selected
7517                 (thanks to Colin)
7518
7519 2005-10-21 [paul]       1.9.15cvs87
7520
7521         * tools/Makefile.am
7522         * tools/OOo2sylpheed.pl
7523         * tools/README
7524         * tools/README.sylprint
7525         * tools/asus_mailled.sh         ** REMOVED **
7526         * tools/filter_conv.pl
7527         * tools/freshmeat_search.pl
7528         * tools/google_search.pl
7529         * tools/gpg-sign-syl            ** REMOVED **
7530         * tools/kmail2sylpheed.pl
7531         * tools/kmail2sylpheed_v2.pl
7532         * tools/multiwebsearch.pl
7533         * tools/nautilus2sylpheed.sh
7534         * tools/newscache_clean.pl
7535         * tools/outlook2sylpheed.pl
7536         * tools/sylpheed-switcher       ** REMOVED **
7537         * tools/sylprint.pl
7538         * tools/sylprint.rc
7539         * tools/tb2sylpheed
7540         * tools/vcard2xml.py
7541         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7542                 update default config dir
7543                 update binary name (thanks to Fabien Vantard)
7544                 remove obsolete scripts
7545
7546 2005-10-21 [colin]      1.9.15cvs86
7547
7548         * src/inc.c
7549                 Fix possible leak and units. Based on a patch by
7550                 Fabien Vantard.
7551
7552 2005-10-20 [colin]      1.9.15cvs85
7553
7554         * src/textview.c
7555                 Clear xface when clearing textview
7556
7557 2005-10-20 [colin]      1.9.15cvs84
7558
7559         * configure.ac
7560         * src/folderview.c
7561         * src/headerview.c
7562         * src/main.c
7563         * src/prefs_common.c
7564         * src/prefs_common.h
7565         * src/prefs_message.c
7566         * src/textview.c
7567         * src/textview.h
7568         * src/common/defs.h
7569         * src/common/utils.c
7570         * src/common/utils.h
7571         * src/gtk/gtkutils.c
7572         * src/gtk/gtkutils.h
7573                 Migrate config to .sylpheed-claws (Automatically)
7574                 Add a way to get the Xface in the TextView
7575
7576 2005-10-20 [colin]      1.9.15cvs83
7577
7578         * src/gtk/Makefile.am
7579         * src/gtk/about.c
7580         * src/gtk/authors.h
7581                 Make the about dialog *grooovy*
7582
7583 2005-10-20 [colin]      1.9.15cvs82
7584
7585         * src/mimeview.c
7586                 Use "Open with" on double click if no command
7587                 was found
7588
7589 2005-10-20 [colin]      1.9.15cvs81
7590
7591         * src/imap.c
7592         * src/etpan/imap-thread.c
7593                 Fix possible crash.
7594
7595 2005-10-20 [paul]       1.9.15cvs80
7596
7597         * src/folder.c
7598                 don't show clipkey icon if the only
7599                 attachment is the signature
7600                 Patch by Colin
7601
7602 2005-10-20 [paul]       1.9.15cvs79
7603
7604         * AUTHORS
7605         * src/plugins/pgpmime/pgpmime.c
7606                 name the PGP/MIME signature 'signature.asc'
7607                 Patch by Andrew Nelson <freeandy@gmail.com>
7608
7609 2005-10-19 [colin]      1.9.15cvs78
7610
7611         * src/plugins/pgpmime/pgpmime.c
7612                 Oops, no need to double-check though
7613
7614 2005-10-19 [colin]      1.9.15cvs77
7615
7616         * src/plugins/pgpinline/pgpinline.c
7617         * src/plugins/pgpmime/pgpmime.c
7618                 Check that my_tmpfile() doesn't 
7619                 return NULL
7620
7621 2005-10-19 [colin]      1.9.15cvs76
7622
7623         * src/common/utils.c
7624                 Use shorter mime boundaries to avoid having
7625                 MTAs rewrapping our headers, breaking the
7626                 PGP signature in the process 
7627         * src/compose.c
7628         * src/plugins/pgpmime/pgpmime.c
7629                 Check for boundary uniqueness to be sure
7630                 it won't happen, instead of hoping for the
7631                 best
7632
7633 2005-10-19 [colin]      1.9.15cvs75
7634
7635         * sylpheed-claws.desktop
7636         * src/Makefile.am
7637         * src/main.c
7638                 Ship a sylpheed-claws binary instead
7639                 of a sylpheed one. Change the socket
7640                 name, too
7641         * src/folderview.c
7642                 Update folder only if it changed
7643         * src/wizard.c
7644                 Fix i18n in welcome mail, patch by
7645                 Fabien Vantard
7646
7647 2005-10-19 [paul]
7648
7649         1.9.99-rc2 released
7650
7651 2005-10-19 [paul]       1.9.15cvs74
7652
7653         * src/folder.c
7654         * src/folderview.c
7655                 fix summaryview update
7656                 Patch by Colin
7657
7658 2005-10-18 [colin]      1.9.15cvs73
7659
7660         * src/plugins/pgpcore/passphrase.c
7661                 Don't XGrabServer, and try a bit more to 
7662                 sync everything before grabbing mouse/keyboard
7663
7664 2005-10-18 [colin]      1.9.15cvs72
7665
7666         * src/Makefile.am
7667         * src/addressadd.c
7668         * src/addressbook.c
7669         * src/folderview.c
7670         * src/grouplistdialog.c
7671         * src/mimeview.c
7672         * src/stock_pixmap.c
7673         * src/stock_pixmap.h
7674         * src/summaryview.c
7675         * src/gtk/gtksctree.c
7676         * src/gtk/gtksctree.h
7677         * src/pixmaps/empty.xpm
7678                 Implement a wrapper call for gtk_ctree_set_node_info
7679                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7680                 pixmap instead of a NULL one. This works around some
7681                 memory problems deep inside gtk, revealed by valgrind,
7682                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7683                 as locked crashes sylpheed.), as well as, probably, 
7684                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7685
7686 2005-10-17 [colin]      1.9.15cvs71
7687
7688         * src/mimeview.c
7689                 Provide visual feedback when checking
7690                 signature
7691
7692 2005-10-17 [colin]      1.9.15cvs70
7693
7694         * src/main.c
7695                 Keep the folder list frozen while checking caches...
7696
7697 2005-10-17 [colin]      1.9.15cvs69
7698
7699         * src/addr_compl.c
7700                 Fi bug #833 (Autocompleting from addressbook 
7701                 fails with extended chars)
7702         * src/imap.c
7703                 Fix 'adding messages' staying in statusbar
7704                 after an error
7705
7706 2005-10-17 [wwp]        1.9.15cvs68
7707
7708         * src/ssl_manager.c
7709                 Fix buttons' layout resizing when window size changes
7710
7711 2005-10-17 [wwp]        1.9.15cvs67
7712
7713         * src/account.c
7714         * src/prefs_account.c
7715         * src/prefs_common.c
7716         * src/prefs_common.h
7717         * src/prefs_folder_item.c
7718         * src/prefs_gtk.c
7719         * src/gtk/logwindow.c
7720         * src/gtk/pluginwindow.c
7721         * src/gtk/prefswindow.c
7722         * src/gtk/prefswindow.h
7723                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7724
7725 2005-10-17 [paul]       1.9.15cvs66
7726
7727         * configure.ac
7728                 fix missing libetpan message
7729         * po/en_GB.po
7730                 updated
7731         * src/crash.c
7732         * src/manual.c
7733         * src/prefs_themes.c
7734         * src/common/defs.h
7735                 add some new URI defines, change some
7736                 others
7737         * src/wizard.c
7738                 make welcome message translatable
7739                 small improvements to english
7740                 other tweaks
7741         * src/gtk/menu.c
7742                 fix warnings
7743
7744 2005-10-17 [paul]       1.9.15cvs65
7745
7746         * src/summaryview.c
7747                 fix column titles
7748
7749 2005-10-16 [mones]      1.9.15cvs64
7750
7751         * po/es.po
7752                 Updated translation
7753
7754 2005-10-16 [colin]
7755
7756         1.9.99-rc1 released
7757
7758 2005-10-16 [colin]      1.9.15cvs63
7759
7760         * src/wizard.c
7761                 Fix whitespace
7762
7763 2005-10-16 [colin]      1.9.15cvs62
7764
7765         * src/toolbar.c
7766                 s/Get All/Get Mail/
7767         * src/wizard.c
7768                 Real welcome mail text, thanks Paul
7769
7770 2005-10-16 [colin]      1.9.15cvs61
7771
7772         * src/editldap.c
7773         * src/exporthtml.c
7774         * src/main.c
7775         * src/mainwindow.c
7776         * src/prefs_themes.c
7777         * src/prefs_toolbar.c
7778         * src/plugins/demo/demo.c
7779         * src/plugins/trayicon/trayicon.c
7780                 s/Sylpheed/Sylpheed-Claws/
7781
7782 2005-10-16 [colin]      1.9.15cvs60
7783
7784         * src/wizard.c
7785                 Add a welcome email in the first empty mailbox
7786         * src/prefs_common.c
7787                 Change one more default
7788
7789 2005-10-16 [colin]      1.9.15cvs59
7790
7791         * src/wizard.c
7792                 Remove printf
7793
7794 2005-10-16 [colin]      1.9.15cvs58
7795
7796         * src/toolbar.c
7797         * src/prefs_common.c
7798                 Change some defaults
7799
7800 2005-10-16 [colin]      1.9.15cvs57
7801
7802         * src/toolbar.c
7803         * src/prefs_common.c
7804                 Change some defaults
7805
7806 2005-10-16 [colin]      1.9.15cvs56
7807
7808         * src/wizard.c
7809                 By default, initialize fonts to have
7810                 the same size as normal GtkWidgets
7811
7812 2005-10-16 [colin]      1.9.15cvs55
7813
7814         * src/mimeview.c
7815                 Fix message a bit more
7816
7817 2005-10-16 [colin]      1.9.15cvs54
7818
7819         * src/addressbook.c
7820                 Second attempt at flicker fixing
7821
7822 2005-10-16 [colin]      1.9.15cvs53
7823
7824         * src/addressbook.c
7825                 Fix flicker
7826
7827 2005-10-16 [wwp]        1.9.15cvs52
7828
7829         * src/addressbook.c
7830         * src/editaddress.c
7831         * src/prefs_common.c
7832         * src/prefs_common.h
7833                 Remember window sizes (address book)
7834
7835 2005-10-16 [wwp]        1.9.15cvs51
7836
7837         * src/plugins/clamav/clamav_plugin_gtk.c
7838         * src/plugins/spamassassin/spamassassin_gtk.c
7839                 Fix compilation warnings (missing #include).
7840
7841 2005-10-16 [colin]      1.9.15cvs50
7842
7843         * src/mimeview.c
7844         * src/summaryview.c
7845         * src/textview.c
7846                 Make 'c' check signature, and forward
7847                 c, l, y, t from summaryview to mimeview
7848
7849 2005-10-16 [colin]      1.9.15cvs49
7850
7851         * src/addressbook.c
7852                 Put border around buttons
7853         * src/mainwindow.c
7854         * src/summaryview.c
7855                 Rework menus (Patch based on a patch
7856                 by Paul)
7857
7858 2005-10-15 [wwp]        1.9.15cvs48
7859
7860         * src/editjpilot.c
7861         * src/editldap.c
7862         * src/editvcard.c
7863         * src/exphtmldlg.c
7864         * src/expldifdlg.c
7865         * src/export.c
7866         * src/import.c
7867         * src/importldif.c
7868         * src/importmutt.c
7869         * src/importpine.c
7870         * src/prefs_account.c
7871         * src/prefs_spelling.c
7872         * src/gtk/gtkutils.c
7873         * src/gtk/gtkutils.h
7874         * src/plugins/clamav/clamav_plugin_gtk.c
7875         * src/plugins/spamassassin/spamassassin_gtk.c
7876                 use nicer browse-for-file/dir buttons than the "..." ones,
7877                 code factorizing more.
7878
7879 2005-10-14 [colin]      1.9.15cvs47
7880
7881         * src/mainwindow.c
7882                 set relief on the account switcher so that people see it
7883                 grey out Create processing rules when no message is selected
7884         * src/prefs_filtering.c
7885                 ask before closing if the rule has not been modified, even if
7886                 it's not valid
7887         * src/prefs_matcher.c
7888                 fix sensitivity when entering the dialog
7889         * src/gtk/inputdialog.c
7890                 display a better icon on password ask
7891         * src/plugins/pgpcore/passphrase.c
7892                 make the dialog look better
7893
7894 2005-10-14 [paul]       1.9.15cvs46
7895
7896         * src/folderview.c
7897                 indicate presense of marked msgs in
7898                 unexpanded subfolders
7899
7900 2005-10-14 [paul]       1.9.15cvs45
7901
7902         * src/prefs_actions.c
7903         * src/prefs_common.c
7904         * src/prefs_common.h
7905         * src/prefs_filtering_action.c
7906         * src/prefs_matcher.c
7907         * src/prefs_template.c
7908                 remember window sizes
7909                 fix Info button size
7910
7911         Patches by wwp
7912
7913 2005-10-13 [colin]      1.9.15cvs44
7914
7915         * src/mimeview.c
7916         * src/noticeview.c
7917         * src/noticeview.h
7918                 Add a tooltip on the icon (optional) 
7919                 Get rid of the signature buttons and only
7920                 use the icon+tooltip
7921
7922 2005-10-13 [colin]      1.9.15cvs43
7923
7924         * src/noticeview.c
7925         * src/noticeview.h
7926                 Add hand cursor for hovering over icon
7927
7928 2005-10-13 [colin]      1.9.15cvs42
7929
7930         * src/summaryview.c
7931                 Fix crash when quicksearch's hidden 
7932                 at startup
7933
7934 2005-10-13 [colin]      1.9.15cvs41
7935
7936         * src/compose.c
7937                 Set subject when forwarding multiple mails
7938                 Check that other recipient than the default Cc or Bcc
7939                 have been set before sending.
7940
7941 2005-10-13 [colin]      1.9.15cvs40
7942
7943         * src/imap.c
7944                 Batch per-folder
7945                 Introduce locking, but don't use it yet
7946
7947 2005-10-13 [colin]      1.9.15cvs39
7948
7949         * src/gtk/quicksearch.c
7950                 Reset quicksearch when hiding it
7951                 Make sticky a real pref
7952
7953 2005-10-13 [colin]      1.9.15cvs38
7954
7955         * src/summaryview.c
7956                 Faster prefs apply
7957
7958 2005-10-13 [colin]      1.9.15cvs37
7959
7960         * src/mimeview.c
7961         * src/noticeview.c
7962         * src/noticeview.h
7963         * src/plugins/pgpcore/sgpgme.c
7964                 Make privacy icon clickable
7965                 Move Trust field in Full info
7966                 When trust is less than full, don't display
7967                 a warning icon
7968
7969 2005-10-13 [colin]      1.9.15cvs36
7970
7971         * src/folder.c
7972                 Batch on flags sync
7973         * src/folderview.c
7974                 Revert speed hack which is dangerous in fact
7975                 Apply prefs faster
7976
7977 2005-10-13 [colin]      1.9.15cvs35
7978
7979         * src/folder_item_prefs.c
7980                 Fix pref corruption on folder move. Patch
7981                 by wwp
7982
7983 2005-10-13 [paul]       1.9.15cvs34
7984
7985         * src/export.c
7986         * src/import.c
7987                 fix typos in g_warnings
7988         * src/prefs_account.c
7989                 add a file selector for Signature file
7990
7991         Patches by wwp
7992
7993 2005-10-12 [colin]      1.9.15cvs33
7994
7995         * src/mimeview.c
7996                 Provide a quick way to go back from a
7997                 signature's full info to the email part
7998
7999 2005-10-12 [colin]      1.9.15cvs32
8000
8001         * src/compose.c
8002                 Remove old hack of encoding signed mails with base64.
8003                 QP works equally well.
8004
8005 2005-10-12 [colin]      1.9.15cvs31
8006
8007         * src/crash.c
8008                 Replace deprecated GtkText with GtkTextView
8009         * src/imap.c
8010                 Fix a logic bug about counts in imap_select
8011                 (previously un-triggered)
8012         * src/mainwindow.c
8013         * src/summaryview.c
8014         * src/news.c
8015                 Allow local deletion of news posts
8016         * src/mimeview.c
8017                 Show GPG noticeview on the message/rfc822 part
8018                 in addition to the text/plain one
8019         * src/prefs_image_viewer.c
8020           src/plugins/pgpcore/prefs_gpg.c
8021                 Polish (set the label as part of the checkbox)
8022         * src/wizard.c
8023                 Don't sit there doing nothing after destroying
8024                 the window - return err
8025
8026 2005-10-11 [colin]      1.9.15cvs30
8027
8028         * src/folderview.c
8029                 Apply processing rules before showing folders.
8030                 Early folder show (before flags sync) will only
8031                 be done when there are no processing rules (nor
8032                 pre- or post- ones)
8033         * src/imap.c
8034                 Fix stuff related to mail subdir, creation and 
8035                 deletion of folders 
8036         * src/imap_gtk.c
8037                 Don't allow creation of folders in NoInferior
8038                 folders, as it won't work
8039
8040 2005-10-10 [colin]      1.9.15cvs29
8041
8042         * src/compose.c
8043                 Reselect "None" Privacy system when selecting an
8044                 account with no privacy system defined
8045
8046 2005-10-10 [colin]      1.9.15cvs28
8047
8048         * src/mainwindow.c
8049                 Add Windows-1252 encoding
8050         * src/prefs_common.c
8051                 Rework some defaults:
8052                 - autosave to draft by default
8053                 - don't show header pane (it's already in the textview)
8054                 - Select first new or unread mail on entry
8055                 - Assume 'Yes' to change folder when there's no more
8056                   unread message
8057         * src/prefs_matcher.c
8058                 Fix a gtk assertion failure
8059         * src/gtk/colorlabel.c
8060                 Workaround bad repainting on selection
8061         * src/main.c
8062                 Freeze/thaw (a bit faster on ssh -X)
8063         * src/msgcache.c
8064                 Get rid of StrdupConverter that just adds an
8065                 extra strdup/free 
8066         * src/etpan/imap_thread.c
8067                 memset buf to 0
8068
8069 2005-10-10 [colin]      1.9.15cvs27
8070
8071         * src/export.c
8072         * src/import.c
8073                 Fix compile on gtk 2.4. Patch by wwp
8074
8075 2005-10-09 [colin]      1.9.15cvs26
8076
8077         * src/mainwindow.c
8078         * src/messageview.c
8079         * src/summaryview.c
8080                 Clarify forward menus. Patch by wwp
8081
8082 2005-10-09 [colin]      1.9.15cvs25
8083
8084         * src/compose.c
8085         * src/compose.h
8086                 Fix bug #829 (Non-working "Encrypt message by 
8087                 default when replying to an encrypted message")
8088
8089 2005-10-08 [colin]      1.9.15cvs24
8090
8091         * src/wizard.c
8092                 Fix bug #827 ("Welcome" setup wizard after a 
8093                 permission error gives up & forgets itself.)
8094
8095 2005-10-08 [colin]      1.9.15cvs23
8096
8097         * src/procmime.c
8098                 Fix bug #828 (Ignoring headers with spaces around = sign)
8099
8100 2005-10-08 [colin]      1.9.15cvs22
8101
8102         * src/export.c
8103                 Warning fix by wwp
8104
8105 2005-10-08 [colin]      1.9.15cvs21
8106
8107         * src/folder.c
8108         * src/folder.h
8109                 Add a processing_pending indicator, set on 
8110                 folder_item_open and cleared after 
8111                 folder_item_process_open
8112         * src/folderview.c
8113         * src/summaryview.c
8114                 wrap procmsg_msginfo_*_flags, and in the
8115                 wrapper check that there's no folder processing 
8116                 pending. If there is, defer the flags change until 
8117                 processing is done to avoid stepping over each
8118                 other's toes.
8119                 Freeze during processing, but not during scanning.
8120
8121 2005-10-07 [colin]      1.9.15cvs20
8122
8123         * src/plugins/pgpcore/passphrase.c
8124                 Fix bug #826 (X-Server hangs when 
8125                 right-clicking a PGP encrypted message)
8126
8127 2005-10-07 [paul]       1.9.15cvs19
8128
8129         * src/compose.c
8130                 fix compose_entries[]
8131                 patch by Fabien Vantard
8132
8133 2005-10-06 [colin]      1.9.15cvs18
8134
8135         * src/pixmaps/address.xpm
8136         * src/pixmaps/address_book.xpm
8137         * src/pixmaps/book.xpm
8138         * src/pixmaps/check_spelling.xpm
8139         * src/pixmaps/checkbox_off.xpm
8140         * src/pixmaps/checkbox_on.xpm
8141         * src/pixmaps/close.xpm
8142         * src/pixmaps/complete.xpm
8143         * src/pixmaps/continue.xpm
8144         * src/pixmaps/deleted.xpm
8145         * src/pixmaps/down_arrow.xpm
8146         * src/pixmaps/exec.xpm
8147         * src/pixmaps/forwarded.xpm
8148         * src/pixmaps/group.xpm
8149         * src/pixmaps/ignorethread.xpm
8150         * src/pixmaps/interface.xpm
8151         * src/pixmaps/jpilot.xpm
8152         * src/pixmaps/ldap.xpm
8153         * src/pixmaps/linewrap.xpm
8154         * src/pixmaps/linewrapcurrent.xpm
8155         * src/pixmaps/mail.xpm
8156         * src/pixmaps/mail_attach.xpm
8157         * src/pixmaps/mail_compose.xpm
8158         * src/pixmaps/mail_forward.xpm
8159         * src/pixmaps/mail_receive.xpm
8160         * src/pixmaps/mail_receive_all.xpm
8161         * src/pixmaps/mail_reply.xpm
8162         * src/pixmaps/mail_reply_to_all.xpm
8163         * src/pixmaps/mail_reply_to_author.xpm
8164         * src/pixmaps/mail_send.xpm
8165         * src/pixmaps/mail_send_queue.xpm
8166         * src/pixmaps/mime_application.xpm
8167         * src/pixmaps/mime_audio.xpm
8168         * src/pixmaps/mime_image.xpm
8169         * src/pixmaps/mime_message.xpm
8170         * src/pixmaps/mime_text_enriched.xpm
8171         * src/pixmaps/mime_text_html.xpm
8172         * src/pixmaps/mime_text_plain.xpm
8173         * src/pixmaps/mime_unknown.xpm
8174         * src/pixmaps/new.xpm
8175         * src/pixmaps/news_compose.xpm
8176         * src/pixmaps/offline.xpm
8177         * src/pixmaps/online.xpm
8178         * src/pixmaps/paste.xpm
8179         * src/pixmaps/preferences.xpm
8180         * src/pixmaps/privacy_emblem_encrypted.xpm
8181         * src/pixmaps/privacy_expired.xpm
8182         * src/pixmaps/privacy_failed.xpm
8183         * src/pixmaps/privacy_passed.xpm
8184         * src/pixmaps/privacy_signed.xpm
8185         * src/pixmaps/privacy_unknown.xpm
8186         * src/pixmaps/privacy_warn.xpm
8187         * src/pixmaps/properties.xpm
8188         * src/pixmaps/replied.xpm
8189         * src/pixmaps/search.xpm
8190         * src/pixmaps/unread.xpm
8191         * src/pixmaps/up_arrow.xpm
8192         * src/pixmaps/vcard.xpm
8193                 Modernize internal theme, with icons from the 
8194                 Gnomaws theme. Keep some of the old ones where
8195                 they were better.
8196
8197 2005-10-06 [colin]      1.9.15cvs17
8198
8199         * src/summaryview.c
8200                 Little optimisations + bugfix
8201         * src/toolbar.c
8202                 Remove default useless items - useless being defined
8203                 by the default relevant prefs
8204         * src/wizard.c
8205                 include config.h to make gettext work
8206         * src/prefs_themes.c
8207                 Fix selection of current theme in prefs
8208
8209 2005-10-06 [colin]      1.9.15cvs16
8210
8211         * src/prefs_common.c
8212         * src/prefs_common.h
8213         * src/prefs_summaries.c
8214         * src/folderview.c
8215                 Add a warning dialog on Mark all read 
8216                 (with pref to get rid of it)
8217
8218 2005-10-06 [paul]       1.9.15cvs15
8219
8220         * po/nb.po
8221         * po/pt_BR.po
8222                 updated by Geir Helland and Frederico
8223                 Goncalves Guimaraes
8224
8225 2005-10-05 [colin]      1.9.15cvs14
8226
8227         * src/folder.c
8228         * src/folder.h
8229         * src/folderview.c
8230         * src/folderview.h
8231         * src/imap_gtk.c
8232         * src/mh_gtk.c
8233         * src/mainwindow.c
8234         * src/setup.c
8235                 add a way to rescan without rebuilding
8236                 make moving a bit faster (less folders changes)
8237                 don't lock the tree on Get 
8238         * src/imap.c
8239                 Don't re-delete deleted messages before expunging
8240         * src/summaryview.c
8241                 Set batch mode when deleting mails
8242
8243 2005-10-05 [paul]       1.9.15cvs13
8244
8245         * src/mainwindow.c
8246         * src/mainwindow.h
8247                 fix disabled Execute menu item
8248         * src/toolbar.c
8249                 match the change in 1.9.15cvs10: use Compose
8250                 instead of News by default
8251
8252 2005-10-04 [colin]      1.9.15cvs12
8253
8254         * src/compose.c
8255                 When replying to an ML post with Reply-To set
8256                 to the poster's email, honor it (as before),
8257                 but also honor our user's request to reply to
8258                 the mailing list: set the ML address in the To
8259                 field and the Reply-To address in the Cc: 
8260                 field.
8261
8262 2005-10-04 [colin]      1.9.15cvs11
8263
8264         * src/plugins/trayicon/trayicon.c
8265                 Finish cosmetic change - thanks to wwp
8266
8267 2005-10-04 [colin]      1.9.15cvs10
8268
8269         * src/toolbar.c
8270                 Use Compose instead of Email by default.
8271                 Spotted by wwp.
8272
8273 2005-10-04 [colin]      1.9.15cvs9
8274
8275         * src/folder.c
8276         * src/folder.h
8277         * src/folderview.c
8278         * src/imap.c
8279         * src/etpan/imap-thread.c
8280         * src/etpan/imap-thread.h
8281                 Try to make IMAP faster, by simplifying SEARCH
8282                 commands, avoiding sending two STATUS in a row,
8283                 and deferring flags sync and processing just
8284                 after displaying the folder. 
8285                 This will update the SummaryView in certain
8286                 cases (new mails not already fetched, flags
8287                 changed from another client) but in a non-
8288                 blocking manner.
8289
8290 2005-10-04 [colin]      1.9.15cvs8
8291
8292         * src/plugins/trayicon/trayicon.c
8293                 Relabel "Offline" to "Work offline"
8294
8295 2005-10-04 [colin]      1.9.15cvs7
8296
8297         * src/export.c
8298         * src/import.c
8299         * src/mbox.c
8300                 Fix mbox import/export buglets
8301                 Patch by wwp
8302         * src/plugins/trayicon/trayicon.c
8303                 Add offline swithc
8304                 Patch by wwp
8305
8306 2005-10-04 [colin]      1.9.15cvs6
8307
8308         * src/folder.c
8309         * src/folderview.c
8310         * src/summaryview.c
8311                 Better fix (don't break mark all read) for cvs2
8312
8313 2005-10-03 [colin]      1.9.15cvs5
8314
8315         * src/folder.c
8316                 Use a sane sort by default
8317
8318 2005-10-03 [colin]      1.9.15cvs4
8319
8320         * src/inc.c
8321                 Add a 'Only once' button for overriding offline mode
8322         * src/prefs_account.c
8323         * src/wizard.c
8324                 Add Local mbox to the wizard
8325                 Add IMAP subdir to the wizard (or the wizard is useless
8326                 for such accounts, or even worse than useless)
8327                 Move IMAP subdir from Advanced to Receive tab, as it's
8328                 not that uncommon
8329
8330 2005-10-03 [colin]      1.9.15cvs3
8331
8332         * src/send_message.c
8333                 Forgot this one in cvs1
8334
8335 2005-10-03 [colin]      1.9.15cvs2
8336
8337         * src/folder.c
8338                 Faster close when leaving a folder with lots
8339                 of new mails. Idea by David Relson.
8340
8341 2005-10-03 [colin]      1.9.15cvs1
8342
8343         * src/compose.c
8344         * src/imap.c
8345         * src/inc.c
8346         * src/main.c
8347         * src/messageview.c
8348         * src/news.c
8349         * src/summaryview.c
8350         * src/gtk/sslcertwindow.c
8351         * src/plugins/trayicon/trayicon.c
8352                 Add accels to every AlertPanel. Patch by Fabien 
8353                 Vantard
8354
8355 2005-10-03 [paul]       1.9.15
8356
8357         1.9.15 released
8358
8359 2005-10-03 [paul]       1.9.14cvs68
8360
8361         * po/ca.po
8362         * po/de.po
8363         * po/es.po
8364         * po/fi.po
8365         * po/fr.po
8366         * po/sk.po
8367         * po/sr.po
8368         * po/zh_CN.po
8369                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8370                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8371                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8372
8373 2005-10-03 [paul]       1.9.14cvs67
8374
8375         * src/send_message.c
8376                 prevent hang on Cancel
8377                 patch by Colin
8378
8379 2005-10-03 [paul]       1.9.14cvs66
8380
8381         * src/main.c
8382                 fix crash in IMAP caused by discrepancy
8383                 between check_at_startup and offline mode
8384                 Patch by Colin
8385
8386 2005-10-01 [paul]       1.9.14cvs65
8387
8388         * src/inc.c
8389                 fix engrish
8390
8391 2005-10-01 [paul]       1.9.14cvs64
8392         * src/export.c
8393         * src/import.c
8394                 synchronise import_mbox() and export_mbox()
8395         * src/mbox.c
8396                 proc_mbox(): add alert if file cannot be opened
8397                 export_list_to_mbox(): test if dest file exists,
8398                 prompt user to overwrite if it does. add alert
8399                 if file cannot be created
8400                                                                 
8401         Patch by wwp
8402                                                                                                                 
8403
8404 2005-09-30 [paul]       1.9.14cvs63
8405
8406         * src/addressbook.c
8407                 Fix sensitivity of a menu
8408         * src/codeconv.c
8409                 Respect hidden pref for mails with no encoding
8410         * src/common/xml.c
8411                 Fix memory corruption
8412         * src/plugins/pgpcore/sgpgme.c
8413                 Fix segfault on incomplete sigs, and display
8414                 of S/Mime UIDs
8415
8416         Patches by Colin
8417
8418 2005-09-30 [colin]      1.9.14cvs62
8419
8420         * src/partial_download.c
8421                 Little logic fix in almost-dead code
8422         * src/pop.c
8423                 Fix partial download when there's no new mail
8424
8425 2005-09-29 [paul]       1.9.14cvs61
8426
8427         * src/plugins/pgpinline/pgpinline.c
8428                 fix bug 819, 'crash accessing sign message'
8429                 Patch by Colin
8430
8431 2005-09-28 [martin]     1.9.14cvs60
8432
8433         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8434                 fix bug #790 (Crash when restarting window manager (fluxbox))
8435
8436 2005-09-28 [paul]       1.9.14cvs59
8437
8438         * src/gtk/gtkaspell.c
8439                 fix off-by-one typo
8440
8441 2005-09-27 [colin]      1.9.14cvs58
8442
8443         * src/plugins/pgpcore/sgpgme.c
8444                 Report error when there's one, instead of
8445                 "Signature unchecked" 
8446
8447 2005-09-27 [colin]      1.9.14cvs57
8448
8449         * src/prefs_quote.c
8450                 Fix bug #816 (Weird quotation with spaces)
8451
8452 2005-09-27 [colin]      1.9.14cvs56
8453
8454         * src/codeconv.c
8455         * src/compose.c
8456         * src/compose.h
8457                 Put subject in compose's title
8458                 Fix Automatic encoding so that it's really automatic:
8459                 first try default locale's charset, then charset of the replied mail, 
8460                 then utf-8
8461                 Fix encoding of headers (must be in strict mode too)
8462
8463 2005-09-26 [colin]      1.9.14cvs55
8464
8465         * src/gtk/gtkaspell.c
8466                 Fix previous patch - don't color the space,
8467                 just uncolor it :)
8468
8469 2005-09-26 [colin]      1.9.14cvs54
8470
8471         * src/gtk/gtkaspell.c
8472                 Unmark space if possible
8473
8474 2005-09-26 [colin]      1.9.14cvs53
8475
8476         * src/imap.c
8477                 log_error instead of alertpanel according to the pref
8478         * src/etpan/imap-thread.c
8479                 Print connect status, copy only necessary size to 
8480                 logger
8481         * src/plugins/pgpmime/pgpmime.c
8482                 Handle S/Mime signatures (verification only). Patch based
8483                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8484
8485 2005-09-26 [paul]       1.9.14cvs52
8486
8487         * src/common/passcrypt.c
8488                 this 'workaround' not necessary on NetBSD.
8489                 Thanks to Daniel Gustafson
8490
8491 2005-09-26 [paul]
8492
8493         1.9.15-rc4 released
8494
8495 2005-09-26 [paul]       1.9.14cvs51
8496
8497         * src/summaryview.c
8498                 Skip currently selected message when
8499                 looking for next new or unread message
8500                 in current folder. Patch by Colin
8501         * src/common/passcrypt.c
8502                 eliminate warnings on *BSD. Patch by
8503                 Daniel Gustafson
8504
8505 2005-09-26 [colin]      1.9.14cvs50
8506
8507         * src/procmsg.c
8508                 Call postfiltering hook anyway
8509
8510 2005-09-22 [colin]      1.9.14cvs49
8511
8512         * src/codeconv.c
8513         * src/codeconv.h
8514                 Add a strict mode that doesn't replace with _
8515         * src/compose.c
8516         * src/compose.h
8517                 Use strict conversion while sending
8518                 Fix race when drafting while sending (happens
8519                 on IMAP)
8520                 Fix d'n'd of messages from summaryview
8521         * src/prefs_common.c
8522         * src/prefs_common.h
8523                 add hidden utf8_instead_of_locale_for_broken_mail 
8524                 pref for people that preferred the default charset 
8525                 to be utf8 for broken mails
8526         * src/quote_fmt_parse.y
8527                 fix bug #815 (No quote insert if "From:" fied 
8528                 contained Russian letters)
8529         * src/summaryview.c
8530                 Fix d'n'd of messages to compose
8531
8532 2005-09-22 [paul]       1.9.14cvs48
8533
8534         * src/compose.c
8535                 fix bug where attachments Name entry
8536                 would display Path instead
8537
8538 2005-09-21 [paul]       1.9.14cvs47
8539
8540         * README
8541         * README.jp
8542         * configure.ac
8543         * config/config.rpath
8544         * doc/manual/en/sylpheed-20.html
8545         * doc/manual/es/sylpheed-20.html
8546         * po/bg.po
8547         * po/ca.po
8548         * po/de.po
8549         * po/es.po
8550         * po/fr.po
8551         * po/it.po
8552         * po/pt_BR.po
8553         * po/sk.po
8554         * po/zh_TW.po
8555         * src/account.c
8556         * src/account.h
8557         * src/action.c
8558         * src/action.h
8559         * src/adbookbase.h
8560         * src/addr_compl.c
8561         * src/addr_compl.h
8562         * src/addrbook.c
8563         * src/addrbook.h
8564         * src/addrcache.c
8565         * src/addrcache.h
8566         * src/addrcindex.c
8567         * src/addrcindex.h
8568         * src/addrclip.c
8569         * src/addrclip.h
8570         * src/addrdefs.h
8571         * src/addressadd.c
8572         * src/addressadd.h
8573         * src/addressbook.c
8574         * src/addressbook.h
8575         * src/addressitem.h
8576         * src/addrgather.c
8577         * src/addrgather.h
8578         * src/addrharvest.c
8579         * src/addrharvest.h
8580         * src/addrindex.c
8581         * src/addrindex.h
8582         * src/addritem.c
8583         * src/addritem.h
8584         * src/addrquery.c
8585         * src/addrquery.h
8586         * src/addrselect.c
8587         * src/addrselect.h
8588         * src/alertpanel.c
8589         * src/alertpanel.h
8590         * src/browseldap.c
8591         * src/browseldap.h
8592         * src/codeconv.c
8593         * src/codeconv.h
8594         * src/compose.c
8595         * src/compose.h
8596         * src/crash.c
8597         * src/crash.h
8598         * src/customheader.c
8599         * src/customheader.h
8600         * src/displayheader.c
8601         * src/displayheader.h
8602         * src/editaddress.c
8603         * src/editaddress.h
8604         * src/editbook.c
8605         * src/editbook.h
8606         * src/editgroup.c
8607         * src/editgroup.h
8608         * src/editjpilot.c
8609         * src/editjpilot.h
8610         * src/editldap.c
8611         * src/editldap.h
8612         * src/editldap_basedn.c
8613         * src/editldap_basedn.h
8614         * src/editvcard.c
8615         * src/editvcard.h
8616         * src/enriched.c
8617         * src/enriched.h
8618         * src/exphtmldlg.c
8619         * src/exphtmldlg.h
8620         * src/expldifdlg.c
8621         * src/expldifdlg.h
8622         * src/export.c
8623         * src/export.h
8624         * src/exporthtml.c
8625         * src/exporthtml.h
8626         * src/exportldif.c
8627         * src/exportldif.h
8628         * src/filtering.c
8629         * src/filtering.h
8630         * src/folder.c
8631         * src/folder.h
8632         * src/folder_item_prefs.c
8633         * src/folder_item_prefs.h
8634         * src/foldersel.c
8635         * src/foldersel.h
8636         * src/folderutils.c
8637         * src/folderutils.h
8638         * src/folderview.c
8639         * src/folderview.h
8640         * src/grouplistdialog.c
8641         * src/grouplistdialog.h
8642         * src/headerview.c
8643         * src/headerview.h
8644         * src/html.c
8645         * src/html.h
8646         * src/image_viewer.c
8647         * src/image_viewer.h
8648         * src/imap.c
8649         * src/imap.h
8650         * src/imap_gtk.c
8651         * src/imap_gtk.h
8652         * src/import.c
8653         * src/import.h
8654         * src/importldif.c
8655         * src/importldif.h
8656         * src/importmutt.c
8657         * src/importmutt.h
8658         * src/importpine.c
8659         * src/importpine.h
8660         * src/inc.c
8661         * src/inc.h
8662         * src/jpilot.c
8663         * src/jpilot.h
8664         * src/ldapctrl.c
8665         * src/ldapctrl.h
8666         * src/ldaplocate.c
8667         * src/ldaplocate.h
8668         * src/ldapquery.c
8669         * src/ldapquery.h
8670         * src/ldapserver.c
8671         * src/ldapserver.h
8672         * src/ldaputil.c
8673         * src/ldaputil.h
8674         * src/ldif.c
8675         * src/ldif.h
8676         * src/localfolder.c
8677         * src/localfolder.h
8678         * src/main.c
8679         * src/main.h
8680         * src/mainwindow.c
8681         * src/mainwindow.h
8682         * src/manual.c
8683         * src/manual.h
8684         * src/matcher.c
8685         * src/matcher.h
8686         * src/matcher_parser.h
8687         * src/matcher_parser_lex.l
8688         * src/matcher_parser_parse.y
8689         * src/mbox.c
8690         * src/mbox.h
8691         * src/message_search.c
8692         * src/message_search.h
8693         * src/messageview.c
8694         * src/messageview.h
8695         * src/mh.c
8696         * src/mh.h
8697         * src/mh_gtk.c
8698         * src/mh_gtk.h
8699         * src/mimeview.c
8700         * src/mimeview.h
8701         * src/msgcache.c
8702         * src/msgcache.h
8703         * src/mutt.c
8704         * src/mutt.h
8705         * src/news.c
8706         * src/news.h
8707         * src/news_gtk.c
8708         * src/news_gtk.h
8709         * src/noticeview.c
8710         * src/noticeview.h
8711         * src/partial_download.c
8712         * src/partial_download.h
8713         * src/pine.c
8714         * src/pine.h
8715         * src/pop.c
8716         * src/pop.h
8717         * src/prefs_account.c
8718         * src/prefs_account.h
8719         * src/prefs_actions.c
8720         * src/prefs_actions.h
8721         * src/prefs_common.c
8722         * src/prefs_common.h
8723         * src/prefs_compose_writing.c
8724         * src/prefs_compose_writing.h
8725         * src/prefs_customheader.c
8726         * src/prefs_customheader.h
8727         * src/prefs_display_header.c
8728         * src/prefs_display_header.h
8729         * src/prefs_ext_prog.c
8730         * src/prefs_ext_prog.h
8731         * src/prefs_filtering.c
8732         * src/prefs_filtering.h
8733         * src/prefs_filtering_action.c
8734         * src/prefs_filtering_action.h
8735         * src/prefs_folder_column.c
8736         * src/prefs_folder_column.h
8737         * src/prefs_folder_item.c
8738         * src/prefs_folder_item.h
8739         * src/prefs_fonts.c
8740         * src/prefs_fonts.h
8741         * src/prefs_gtk.c
8742         * src/prefs_gtk.h
8743         * src/prefs_image_viewer.c
8744         * src/prefs_image_viewer.h
8745         * src/prefs_matcher.c
8746         * src/prefs_matcher.h
8747         * src/prefs_message.c
8748         * src/prefs_message.h
8749         * src/prefs_msg_colors.c
8750         * src/prefs_msg_colors.h
8751         * src/prefs_other.c
8752         * src/prefs_other.h
8753         * src/prefs_quote.c
8754         * src/prefs_quote.h
8755         * src/prefs_receive.c
8756         * src/prefs_receive.h
8757         * src/prefs_send.c
8758         * src/prefs_send.h
8759         * src/prefs_spelling.c
8760         * src/prefs_spelling.h
8761         * src/prefs_summaries.c
8762         * src/prefs_summaries.h
8763         * src/prefs_summary_column.c
8764         * src/prefs_summary_column.h
8765         * src/prefs_template.c
8766         * src/prefs_template.h
8767         * src/prefs_themes.c
8768         * src/prefs_themes.h
8769         * src/prefs_toolbar.c
8770         * src/prefs_toolbar.h
8771         * src/prefs_wrapping.c
8772         * src/prefs_wrapping.h
8773         * src/privacy.c
8774         * src/privacy.h
8775         * src/procheader.c
8776         * src/procheader.h
8777         * src/procmime.c
8778         * src/procmime.h
8779         * src/procmsg.c
8780         * src/procmsg.h
8781         * src/quote_fmt.c
8782         * src/quote_fmt_parse.y
8783         * src/recv.c
8784         * src/recv.h
8785         * src/remotefolder.c
8786         * src/remotefolder.h
8787         * src/send_message.c
8788         * src/send_message.h
8789         * src/setup.c
8790         * src/setup.h
8791         * src/simple-gettext.c
8792         * src/sourcewindow.c
8793         * src/sourcewindow.h
8794         * src/ssl_manager.c
8795         * src/ssl_manager.h
8796         * src/statusbar.c
8797         * src/statusbar.h
8798         * src/stock_pixmap.c
8799         * src/stock_pixmap.h
8800         * src/summary_search.c
8801         * src/summary_search.h
8802         * src/summaryview.c
8803         * src/summaryview.h
8804         * src/syldap.c
8805         * src/syldap.h
8806         * src/textview.c
8807         * src/textview.h
8808         * src/toolbar.c
8809         * src/toolbar.h
8810         * src/undo.c
8811         * src/undo.h
8812         * src/unmime.c
8813         * src/unmime.h
8814         * src/vcard.c
8815         * src/vcard.h
8816         * src/wizard.c
8817         * src/wizard.h
8818         * src/common/base64.c
8819         * src/common/base64.h
8820         * src/common/defs.h
8821         * src/common/hooks.c
8822         * src/common/hooks.h
8823         * src/common/log.c
8824         * src/common/log.h
8825         * src/common/md5.c
8826         * src/common/md5.h
8827         * src/common/mgutils.c
8828         * src/common/mgutils.h
8829         * src/common/nntp.c
8830         * src/common/nntp.h
8831         * src/common/passcrypt.c
8832         * src/common/passcrypt.h.in
8833         * src/common/plugin.c
8834         * src/common/plugin.h
8835         * src/common/prefs.c
8836         * src/common/prefs.h
8837         * src/common/progressindicator.c
8838         * src/common/progressindicator.h
8839         * src/common/quoted-printable.c
8840         * src/common/quoted-printable.h
8841         * src/common/session.c
8842         * src/common/session.h
8843         * src/common/smtp.c
8844         * src/common/smtp.h
8845         * src/common/socket.c
8846         * src/common/socket.h
8847         * src/common/ssl.c
8848         * src/common/ssl.h
8849         * src/common/ssl_certificate.c
8850         * src/common/ssl_certificate.h
8851         * src/common/string_match.c
8852         * src/common/string_match.h
8853         * src/common/stringtable.c
8854         * src/common/sylpheed.c
8855         * src/common/sylpheed.h
8856         * src/common/template.c
8857         * src/common/template.h
8858         * src/common/timing.h
8859         * src/common/utils.c
8860         * src/common/utils.h
8861         * src/common/uuencode.c
8862         * src/common/uuencode.h
8863         * src/common/version.h.in
8864         * src/common/xml.c
8865         * src/common/xml.h
8866         * src/common/xmlprops.c
8867         * src/common/xmlprops.h
8868         * src/gtk/about.c
8869         * src/gtk/about.h
8870         * src/gtk/colorlabel.c
8871         * src/gtk/colorlabel.h
8872         * src/gtk/colorsel.c
8873         * src/gtk/colorsel.h
8874         * src/gtk/description_window.c
8875         * src/gtk/description_window.h
8876         * src/gtk/filesel.c
8877         * src/gtk/filesel.h
8878         * src/gtk/foldersort.c
8879         * src/gtk/foldersort.h
8880         * src/gtk/gtkutils.c
8881         * src/gtk/gtkutils.h
8882         * src/gtk/inputdialog.c
8883         * src/gtk/inputdialog.h
8884         * src/gtk/logwindow.c
8885         * src/gtk/logwindow.h
8886         * src/gtk/manage_window.c
8887         * src/gtk/manage_window.h
8888         * src/gtk/menu.c
8889         * src/gtk/menu.h
8890         * src/gtk/pluginwindow.c
8891         * src/gtk/pluginwindow.h
8892         * src/gtk/prefswindow.c
8893         * src/gtk/prefswindow.h
8894         * src/gtk/progressdialog.c
8895         * src/gtk/progressdialog.h
8896         * src/gtk/quicksearch.c
8897         * src/gtk/quicksearch.h
8898         * src/gtk/sslcertwindow.c
8899         * src/gtk/sslcertwindow.h
8900         * src/plugins/clamav/clamav_plugin.c
8901         * src/plugins/clamav/clamav_plugin.h
8902         * src/plugins/clamav/clamav_plugin_gtk.c
8903         * src/plugins/demo/demo.c
8904         * src/plugins/dillo_viewer/dillo_prefs.c
8905         * src/plugins/dillo_viewer/dillo_prefs.h
8906         * src/plugins/dillo_viewer/dillo_viewer.c
8907         * src/plugins/mathml_viewer/mathml_viewer.c
8908         * src/plugins/pgpcore/passphrase.c
8909         * src/plugins/pgpcore/passphrase.h
8910         * src/plugins/pgpcore/plugin.c
8911         * src/plugins/pgpcore/prefs_gpg.c
8912         * src/plugins/pgpcore/prefs_gpg.h
8913         * src/plugins/pgpcore/select-keys.c
8914         * src/plugins/pgpcore/select-keys.h
8915         * src/plugins/pgpcore/sgpgme.c
8916         * src/plugins/pgpcore/sgpgme.h
8917         * src/plugins/pgpinline/pgpinline.c
8918         * src/plugins/pgpinline/pgpinline.h
8919         * src/plugins/pgpinline/plugin.c
8920         * src/plugins/pgpmime/pgpmime.c
8921         * src/plugins/pgpmime/pgpmime.h
8922         * src/plugins/pgpmime/plugin.c
8923         * src/plugins/spamassassin/spamassassin.c
8924         * src/plugins/spamassassin/spamassassin.h
8925         * src/plugins/spamassassin/spamassassin_gtk.c
8926         * src/plugins/trayicon/trayicon.c
8927         * tools/OOo2sylpheed.pl
8928         * tools/acroread2sylpheed.pl
8929         * tools/asus_mailled.sh
8930         * tools/filter_conv.pl
8931         * tools/freshmeat_search.pl
8932         * tools/google_search.pl
8933         * tools/kmail2sylpheed.pl
8934         * tools/kmail2sylpheed_v2.pl
8935         * tools/maildir2sylpheed.pl
8936         * tools/multiwebsearch.pl
8937         * tools/newscache_clean.pl
8938         * tools/outlook2sylpheed.pl
8939         * tools/sylpheed-switcher
8940         * tools/update-po
8941         * tools/vcard2xml.py
8942         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8943                 update FSF address
8944
8945 2005-09-21 [colin]      1.9.14cvs46
8946
8947         * src/gedit-print.c
8948         * src/procmsg.c
8949         * src/procmsg.h
8950         * src/textview.c
8951         * src/summaryview.c
8952                 Remove some printing hacks (deselection/reselection),
8953                 which by the way fix printing the currently 
8954                 displayed mime part (still only text)
8955                 Plus a little optimisation of summary_show
8956
8957
8958 2005-09-20 [colin]      1.9.14cvs45
8959
8960         * src/mainwindow.c
8961         * src/messageview.c
8962                 GUI fixups: add accels, set message
8963                 view title to displayed mail's subject
8964         * src/prefs_spelling.c
8965         * src/gtk/gtkaspell.c
8966                 GUI fixups: allow underlining misspelled
8967                 words instead of coloring them (a11y!)
8968
8969 2005-09-19 [colin]
8970
8971         1.9.15rc3 released
8972
8973 2005-09-19 [colin]      1.9.14cvs44
8974
8975         * src/compose.c
8976                 Fix draft message
8977         * src/gtk/gtkaspell.c
8978                 Fix wrong test ;-)
8979
8980 2005-09-19 [colin]      1.9.14cvs43
8981
8982         * src/addressbook.c
8983                 Fix sensitivity of Delete button
8984         * src/compose.c
8985                 Warn if the requested Privacy system
8986                 is not available
8987         * src/exphtmldlg.c
8988         * src/expldifdlg.c
8989         * src/importldif.c
8990         * src/importmutt.c
8991         * src/importpine.c
8992                 Fix crappy UI
8993         * src/
8994         * src/ssl.h
8995         * src/prefs_account.h
8996         * src/prefs_account.c
8997                 Save SSL prefs even in builds that have
8998                 SSL support disable
8999         * src/imap.c
9000         * src/inc.c
9001         * src/news.c
9002         * src/send_message.c
9003                 Warn if connection should be secure, but
9004                 SSL support isn't compiled in
9005         * src/gtkaspell.c
9006                 Fix word separation on UTF-8 systems
9007                 Fixes bug #812 (Strange inline spellchecking)
9008         * src/compose.c
9009                 Warn if the requested Privacy system
9010                 is not available
9011                 Factorize offline warning
9012         * src/imap.c
9013         * src/imap_gtk.c
9014         * src/imap_gtk.h
9015         * src/inc.h
9016         * src/news_gtk.c
9017         * src/news_gtk.h
9018         * src/messageview.c
9019                 Factorize offline warning
9020
9021 2005-09-19 [paul]
9022
9023         1.9.15-rc2 released
9024
9025 2005-09-18 [colin]      1.9.14cvs42
9026
9027         * src/codeconv.c
9028         * src/codeconv.h
9029         * src/procmime.c
9030                 Add a way to get locale's charset ignoring utf-8,
9031                 and use that as default encoding for broken mails
9032
9033 2005-09-18 [colin]      1.9.14cvs41
9034
9035         * src/gtk/logwindow.c
9036                 Translate string. Patch by Fabien Vantard
9037
9038 2005-09-18 [colin]      1.9.14cvs40
9039
9040         * configure.ac
9041                 Fix bug #803 (IMAP/SSL support breaks with 
9042                 GnuTLS libetpan 0.38)
9043
9044 2005-09-18 [colin]      1.9.14cvs39
9045
9046         * src/codeconv.c
9047         * src/compose.c
9048         * src/procmime.c
9049                 More charsets fixes. Fixes bug #806 (non
9050                 ascii characters in subject line)
9051
9052 2005-09-17 [paul]       1.9.14cvs38
9053
9054         * src/folderview.c
9055         * src/mainwindow.c
9056                 fix gcc-2.95 issues
9057                 Patch by Pawel Pekala
9058
9059 2005-09-17 [colin]      1.9.14cvs37
9060
9061         * src/addrindex.c
9062                 bugfix for NO-USE LDAP compilation, patch 
9063                 by Fabien Vantard
9064
9065 2005-09-17 [colin]      1.9.14cvs36
9066
9067         * src/prefs_actions.c
9068         * src/prefs_customheader.c
9069         * src/prefs_display_header.c
9070         * src/prefs_filtering_action.c
9071         * src/prefs_matcher.c
9072         * src/prefs_toolbar.c
9073                 Fix strange casts (less elegant but
9074                 works better)
9075
9076 2005-09-16 [colin]      1.9.14cvs35
9077
9078         * src/jpilot.c
9079                 Missed that one
9080
9081 2005-09-16 [colin]      1.9.14cvs34
9082
9083         * configure.ac
9084         * src/Makefile.am
9085         * src/addr_compl.c
9086         * src/addrindex.c
9087         * src/browseldap.c
9088         * src/editldap.c
9089         * src/ldaplocate.c
9090         * src/ldapquery.c
9091         * src/ldapquery.h
9092         * src/ldapserver.c
9093         * src/ldapserver.h
9094         * src/main.c
9095         * src/matcher_parser_parse.y
9096         * src/prefs_themes.c
9097         * src/etpan/Makefile.am
9098         * src/gtk/description_window.c
9099         * src/plugins/clamav/Makefile.am
9100         * src/plugins/clamav/clamav_plugin.c
9101         * src/plugins/dillo_viewer/Makefile.am
9102         * src/plugins/pgpcore/Makefile.am
9103         * src/plugins/pgpinline/Makefile.am
9104         * src/plugins/pgpmime/Makefile.am
9105         * src/plugins/trayicon/Makefile.am
9106                 Fix 100% cpu usage in address completion list
9107                 Fix little bugs (return with no values etc)
9108                 Fix all warnings (with common CFLAGS)
9109
9110 2005-09-15 [colin]      1.9.14cvs33
9111
9112         * src/addressbook.c
9113                 Fix bug where sometimes a group's email list is empty,
9114                 force its refresh (probably fixes "Re: how to create a 
9115                 distribution list")
9116         * src/ldapquery.c
9117                 Don't return to the callback in the main thread from the
9118                 fetch thread (or face segs!)
9119
9120 2005-09-15 [paul]       1.9.14cvs32
9121
9122         * src/prefs_matcher.c
9123                 forgotten in last commit
9124
9125 2005-09-15 [paul]       1.9.14cvs31
9126
9127         * src/prefs_actions.c
9128         * src/prefs_filtering_action.c
9129         * src/prefs_quote.c
9130         * src/quote_fmt.c
9131         * src/summaryview.c
9132         * src/gtk/description_window.c
9133         * src/gtk/description_window.h
9134         * src/gtk/quicksearch.c
9135                 allow interaction with the called
9136                 description window
9137                 Patch by Anders Hammar
9138
9139 2005-09-14 [paul]       1.9.14cvs30
9140
9141         * src/compose.c
9142                 fix a little annoyance when pasting with 3rd button 
9143                 with wrap_pastes=0 and wrap_input=1
9144                 Patch by Colin
9145
9146 2005-09-14 [paul]       1.9.14cvs29
9147
9148         * src/prefs_account.c
9149                 disable 'Filter messages on receiving' for
9150                 SMTP-only accounts
9151                 Patch  by Anders Hammar
9152
9153 2005-09-14 [paul]       1.9.14cvs28
9154
9155         * po/sk.po
9156                 fix crash
9157                 updated by Andrej Kacian
9158
9159 2005-09-14 [paul]
9160
9161         1.9.15-rc1 released
9162
9163 2005-09-14 [paul]       1.9.14cvs27
9164
9165         * po/es.po
9166                 updated by Ricardo Mones Lastra
9167         * src/compose.c
9168         * src/compose.h
9169                 associate no_wrap_tags to Compose windows
9170                 instead of using a static one
9171                 Patch by Colin
9172         * src/mbox.c
9173                 fix proc_mbox()
9174                 Patch by wwp
9175         * src/textview.c
9176                 remove unneeded printf()
9177
9178 2005-09-14 [paul]       1.9.14cvs26
9179
9180         * src/addrcache.c
9181         * src/codeconv.h
9182         * src/folder.h
9183         * src/mainwindow.h
9184         * src/mh.c
9185         * src/mimeview.h
9186         * src/partial_download.c
9187         * src/pop.c
9188         * src/prefs_account.c
9189         * src/prefs_account.h
9190         * src/prefs_actions.c
9191         * src/prefs_customheader.c
9192         * src/prefs_display_header.c
9193         * src/prefs_filtering_action.c
9194         * src/prefs_matcher.c
9195         * src/prefs_toolbar.c
9196         * src/privacy.h
9197         * src/procmime.c
9198         * src/procmime.h
9199         * src/procmsg.h
9200         * src/textview.c
9201         * src/undo.h
9202         * src/common/plugin.c
9203         * src/common/session.h
9204         * src/common/socket.c
9205         * src/common/socket.h
9206         * src/common/template.c
9207         * src/gtk/gtkaspell.c
9208         * src/gtk/quicksearch.h
9209         * src/plugins/pgpcore/passphrase.c
9210         * src/plugins/pgpcore/prefs_gpg.h
9211         * src/plugins/pgpcore/select-keys.c
9212         * src/plugins/pgpcore/select-keys.h
9213         * src/plugins/pgpcore/sgpgme.c
9214         * src/plugins/pgpinline/pgpinline.c
9215         * src/plugins/pgpmime/pgpmime.c
9216         * src/plugins/trayicon/trayicon.c
9217                 fix compilation warnings
9218                 Patch by Daniel Gustafson
9219
9220 2005-09-14 [paul]       1.9.14cvs25
9221
9222         * src/addressbook.c
9223                 add missing column header, and other small
9224                 bug fixes
9225                 Patch by Anders Hammar
9226
9227 2005-09-13 [colin]      1.9.14cvs24
9228
9229         * src/gtk/gtkaspell.c
9230                 Fix non-utf8 in menu
9231                 Fix little leaks
9232                 Nullify struct members after free()s
9233
9234 2005-09-13 [colin]      1.9.14cvs23
9235
9236         * src/compose.c
9237                 Test utf8 compliance before inserting to 
9238                 buffer, and try to convert if necessary
9239         * src/procmime.c
9240                 If no charset is present, use the locale 
9241                 one instead of us-ascii
9242         * src/procmsg.c
9243                 Add Sender, List-Post and To in the checked 
9244                 headers for automatic rules creation 
9245                 (thanks to wwp)
9246         * src/prefs_themes.c
9247         * src/gtk/gtkaspell.c
9248                 Remove deprecated functions. 
9249                 patch by Daniel Gustafson
9250
9251 2005-09-12 [colin]      1.9.14cvs22
9252
9253         * src/compose.c
9254                 Fix bug #448 (Scrolling/Redraw issue with 
9255                 address-fields in Header)
9256         * src/mainwindow.c
9257         * src/summaryview.c
9258         * src/summaryview.h
9259                 Fix loss of MSG_MARKED on move/copy
9260                 Fix bug #804 (Quicksearch togglebutton doesn't 
9261                 get depressed after '/' key is pressed)
9262
9263 2005-09-12 [paul]       1.9.14cvs21
9264
9265         * AUTHORS
9266         * src/gtk/logwindow.c
9267                 add 'Clear Log' to popup menu
9268                 Patch by Anders Hammar <anders.hammar@telia.com>
9269
9270 2005-09-12 [paul]       1.9.14cvs20
9271
9272         * src/compose.c
9273                 set correct sensitivity on attachments
9274                 popup menu
9275         * src/folder.c
9276                 fix typo
9277         * src/prefs_spelling.c
9278                 fix crash when no LANG env is set
9279         * src/common/xml.c
9280                 fix crash in wizard
9281                 don't use memeory after free
9282
9283         All patches by Daniel Gustafson
9284
9285 2005-09-12 [paul]       1.9.14cvs19
9286
9287         * src/prefs_themes.c
9288                 make theme info selectable
9289         * src/gtk/description_window.c
9290                 make window non-modal
9291         * tools/README
9292                 add details of asus_mailed.sh
9293         * tools/claws.i18n.status.pl
9294                 update for new zh_TW translator
9295                 widen the output
9296                 create alternate coloured lines
9297                 improve readability
9298
9299 2005-09-10 [colin]      1.9.14cvs18
9300
9301         * src/plugins/pgpcore/select-keys.c
9302                 Better order for the buttons
9303
9304 2005-09-10 [colin]      1.9.14cvs17
9305
9306         * src/compose.c
9307         * src/plugins/pgpcore/select-keys.c
9308         * src/plugins/pgpcore/select-keys.h
9309         * src/plugins/pgpcore/sgpgme.c
9310                 Add a "Don't encrypt" button to the key
9311                 selection dialog. Fixes bug #177 (There should be a 
9312                 'Don't encrypt button in the Select Keys dialog)
9313
9314 2005-09-10 [colin]      1.9.14cvs16
9315
9316         * src/compose.c
9317                 Fix bug #572 (%X option does not work with templates)
9318
9319 2005-09-10 [colin]      1.9.14cvs15
9320
9321         * src/toolbar.c 
9322                 Remove g_print
9323
9324 2005-09-10 [colin]      1.9.14cvs14
9325
9326         * src/imap.c
9327                 Fix a possible crash
9328
9329 2005-09-09 [colin]      1.9.14cvs13
9330
9331         * src/imap.c
9332         * src/etpan/imap-thread.c
9333         * src/etpan/imap-thread.h
9334                 Fix moving from queue or drafts to normal folders
9335                 Fix bug #794 (No way to delete without expunging)
9336                 Take flags unset by other mailers into account
9337                 Take deleted flag set by other mailers into account
9338                 Fix unsetting REPLIED flag
9339                 Fix crash when capabilities can't be retrieved
9340         * src/mainwindow.c
9341         * src/mainwindow.h
9342                 Add M_DELAYED_FLAGS condition, and let the user use
9343                 Execute in order to be able to expunge deleted mails,
9344                 even if he's not in delayed execute mode
9345         * src/prefs_spelling.c
9346                 Use 'en' dictionary by default if LANG is POSIX or C
9347         * src/gtk/prefswindow.c
9348                 Fix bug #767 (Preferences windows expanding) by making
9349                 the window a bit larger when the resolution is greater
9350                 than 640x480, and by putting the prefs in a
9351                 GtkScrolledWindow.
9352
9353 2005-09-09 [paul]       1.9.14cvs12
9354
9355         * AUTHORS
9356         * configure.ac
9357         * po/zh_TW.Big5.po      ** REMOVED **
9358         * po/zh_TW.po           ** ADDED **
9359                 updated by Wei-Lun Chao
9360
9361 2005-09-09 [paul]       1.9.14cvs11
9362
9363         * src/mainwindow.c
9364                 fix asserts
9365         * src/common/xml.c
9366                 delay memory allocation until file is
9367                 opened successfully
9368                 Patch by Daniel Gustafson
9369
9370 2005-09-09 [colin]      1.9.14cvs10
9371
9372         * src/imap.c
9373                 Add guards
9374
9375 2005-09-08 [colin]      1.9.14cvs9
9376
9377         * src/compose.c
9378                 Alert when we can't save draft
9379                 Fix various wrap/color issues
9380                 Add mid-click pasting respecting wrap_paste option
9381         * src/folder.c
9382         * src/folder.h
9383         * src/folder_item_prefs.c
9384         * src/folder_item_prefs.h
9385         * src/imap.c
9386         * src/imap_gtk.c
9387         * src/imap_gtk.h
9388         * src/main.c
9389         * src/mainwindow.c
9390         * src/mainwindow.h
9391         * src/news.c
9392         * src/news_gtk.c
9393         * src/news_gtk.h
9394         * src/prefs_folder_item.c
9395                 Fix the impossibility to synchronise folders for
9396                 offline use (IMAP and NNTP are concerned)
9397
9398 2005-09-08 [colin]      1.9.14cvs8
9399
9400         * configure.ac
9401                 Build LDAP and JPilot by default if available
9402         * src/textview.c
9403                 Fix use after free
9404
9405 2005-09-08 [paul]       1.9.14cvs7
9406
9407         * doc/manual/en/sylpheed-1.html
9408         * doc/manual/en/sylpheed-18.html
9409         * doc/manual/en/sylpheed-19.html
9410         * doc/manual/en/sylpheed-4.html
9411         * doc/manual/en/sylpheed-6.html
9412         * doc/manual/en/sylpheed.html
9413                 a few minor updates, plus include some
9414                 details about plugins and their requirements
9415         * src/mainwindow.c
9416                 minor changes to English in /View/Sort
9417
9418 2005-09-07 [colin]      1.9.14cvs6
9419
9420         * doc/manual/en/sylpheed-1.html
9421         * doc/manual/en/sylpheed-10.html
9422         * doc/manual/en/sylpheed-11.html
9423         * doc/manual/en/sylpheed-12.html
9424         * doc/manual/en/sylpheed-13.html
9425         * doc/manual/en/sylpheed-14.html
9426         * doc/manual/en/sylpheed-15.html
9427         * doc/manual/en/sylpheed-16.html
9428         * doc/manual/en/sylpheed-17.html
9429         * doc/manual/en/sylpheed-18.html
9430         * doc/manual/en/sylpheed-19.html
9431         * doc/manual/en/sylpheed-2.html
9432         * doc/manual/en/sylpheed-20.html
9433         * doc/manual/en/sylpheed-21.html
9434         * doc/manual/en/sylpheed-22.html
9435         * doc/manual/en/sylpheed-3.html
9436         * doc/manual/en/sylpheed-4.html
9437         * doc/manual/en/sylpheed-5.html
9438         * doc/manual/en/sylpheed-6.html
9439         * doc/manual/en/sylpheed-7.html
9440         * doc/manual/en/sylpheed-8.html
9441         * doc/manual/en/sylpheed-9.html
9442         * doc/manual/en/sylpheed.html
9443                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9444
9445 2005-09-07 [colin]      1.9.14cvs5
9446
9447         * src/mainwindow.c
9448                 Make labels more to-the-point
9449
9450 2005-09-07 [colin]      1.9.14cvs4
9451
9452         * doc/manual/en/sylpheed-1.html
9453         * doc/manual/en/sylpheed-12.html
9454         * doc/manual/en/sylpheed-13.html
9455         * doc/manual/en/sylpheed-14.html
9456         * doc/manual/en/sylpheed-15.html
9457         * doc/manual/en/sylpheed-16.html
9458         * doc/manual/en/sylpheed-17.html
9459         * doc/manual/en/sylpheed-18.html
9460         * doc/manual/en/sylpheed-19.html
9461         * doc/manual/en/sylpheed-2.html
9462         * doc/manual/en/sylpheed-20.html
9463         * doc/manual/en/sylpheed-21.html
9464         * doc/manual/en/sylpheed-22.html
9465         * doc/manual/en/sylpheed-4.html
9466         * doc/manual/en/sylpheed-5.html
9467         * doc/manual/en/sylpheed-6.html
9468         * doc/manual/en/sylpheed-7.html
9469         * doc/manual/en/sylpheed-8.html
9470         * doc/manual/en/sylpheed-9.html
9471         * doc/manual/en/sylpheed.html
9472                 Update manual
9473
9474 2005-09-07 [colin]      1.9.14cvs3
9475
9476         * doc/faq/en/sylpheed-faq-1.html
9477         * doc/faq/en/sylpheed-faq-2.html
9478         * doc/faq/en/sylpheed-faq-3.html
9479         * doc/faq/en/sylpheed-faq.html
9480                 Update FAQ
9481
9482 2005-09-07 [colin]      1.9.14cvs2
9483
9484         * src/folderview.c
9485         * src/procmsg.c
9486         * src/summaryview.c
9487         * src/toolbar.c
9488                 Fix special subfolders:
9489                 - Inherit parent's icon
9490                 - sent contents of queues subfolders
9491                 - empty subfolders of trashes
9492         * src/mainwindow.c
9493                 Remove outdated manual and faq entries
9494         * src/common/utils.c
9495                 Add quotes around %s coming from mailcap
9496
9497 2005-09-07 [colin]      1.9.14cvs1
9498
9499         * src/compose.c
9500                 After saving draft, set modified to FALSE
9501         * src/mimeview.c
9502         * src/common/utils.c
9503         * src/common/utils.h
9504                 Try to open mime parts using what is 
9505                 indicated in ~/.mailcap or /etc/mailcap,
9506                 if possible.
9507
9508 2005-09-05 [paul]       1.9.14
9509
9510         1.9.14 released
9511
9512         * po/sk.po
9513                 updated by Andrej Kacian
9514
9515 2005-09-05 [paul]       1.9.13cvs83
9516
9517         * po/de.po
9518         * po/es.po
9519         * po/fi.po
9520         * po/fr.po
9521         * po/nb.po
9522         * po/pt_BR.po
9523         * po/sr.po
9524                 updated translations by Thomas Gilgin, Ricardo Mones
9525                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9526                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9527
9528 2005-09-04 [paul]       1.9.13cvs82
9529
9530         * src/compose.c
9531                 only warn about exceeded line length limit
9532                 on send
9533
9534 2005-09-04 [paul]       1.9.13cvs81
9535
9536         * src/compose.c
9537                 fix crash in 'line length exceeded' dialogue
9538
9539 2005-09-02 [paul]       1.9.13cvs80
9540
9541         * src/imap.c
9542                 fix bug 795, 'Connection lost IMAP'
9543                 and add statusbar prints
9544                 Patch by Colin
9545
9546 2005-09-02 [paul]       1.9.13cvs79
9547
9548         * src/compose.c
9549                 compose_wrap_paragraph() becomes
9550                 compose_beautify_paragraph()
9551                 Patch by Colin
9552
9553 2005-09-02 [colin]      1.9.13cvs78
9554
9555         * src/folderview.c
9556                 Micro-fix
9557
9558 2005-09-01 [colin]      1.9.13cvs77
9559
9560         * src/imap.c
9561                 Maybe fix bug #795 (Connection lost IMAP)
9562                 Don't try to send logout when we're disconnected.
9563         * src/summaryview.c
9564                 Include locked and marked emails in HRM
9565                 view. Fixes bug #800 (Locked messages no longer 
9566                 show up when hide read messages is used)
9567
9568 2005-09-01 [paul]       1.9.13cvs76
9569
9570         * src/prefs_common.c
9571                 fix bad cutting
9572
9573 2005-08-31 [colin]      1.9.13cvs75
9574
9575         * src/folderview.c
9576         * src/folderview.h
9577         * src/prefs_summaries.c
9578         * src/summaryview.c
9579                 Fix "go to next new", fix preference
9580                 (Open unread/next swapped)
9581
9582 2005-08-31 [paul]       1.9.13cvs74
9583
9584         * src/compose.c
9585         * src/folderview.c
9586         * src/headerview.c
9587         * src/headerview.h
9588         * src/mainwindow.c
9589         * src/prefs_common.c
9590         * src/prefs_common.h
9591         * src/prefs_fonts.c
9592         * src/summaryview.c
9593         * src/textview.c
9594         * src/common/defs.h
9595                 remove obsolete BOLD_FONT setting
9596                 fix font update in headerview and textview
9597                 headers after prefs change
9598                 Patch By Colin
9599
9600 2005-08-31 [paul]
9601
9602         1.9.14-rc4 released
9603
9604 2005-08-30 [colin]      1.9.13cvs73
9605
9606         * src/summaryview.c
9607                 When Hide read messages is selected and we
9608                 refresh the summaryview, don't remove the 
9609                 currently displayed message. Fixes bug #797
9610                 (Summary view reloads when new mail is 
9611                 downloaded in 1.9.14 rc)
9612
9613 2005-08-30 [colin]      1.9.13cvs72
9614
9615         * src/folderview.c
9616                 Fix flickering
9617         * src/mainwindow.c
9618                 Remove useless callback
9619         * src/mimeview.c
9620         * src/gtk/filesel.c
9621         * src/gtk/filesel.h
9622                 Add a filesel_select_file_save_folder() - used by Save All
9623
9624 2005-08-29 [paul]       1.9.13cvs71
9625
9626         * AUTHORS
9627         * src/matcher_parser_parse.y
9628         * src/etpan/imap-thread.c
9629                 fix building on FreeBSD
9630                 Patch by Daniel Gustafson <daniel@hobbit.se>
9631
9632 2005-08-29 [paul]       1.9.13cvs70
9633
9634         * src/plugins/pgpinline/pgpinline.c
9635                 only initialise sig result if it's been handled
9636                 Patch by Colin
9637
9638 2005-08-29 [paul]       1.9.13cvs69
9639         
9640         Patches by Colin:
9641
9642         * src/imap.c
9643         * src/common.utils.c
9644         * src/common/utils.h
9645                 optimisation
9646         * src/stock_pixmap.h
9647                 fix wrong icon reference
9648         * src/pixmaps/trash_btn.xpm
9649                 replace with nicer image
9650
9651 2005-08-28 [colin]      1.9.13cvs68
9652
9653         * src/Makefile.am
9654         * src/stock_pixmap.c
9655         * src/stock_pixmap.h
9656         * src/toolbar.c
9657         * src/pixmaps/trash_btn.xpm
9658                 Add a specific trash xpm for the button
9659
9660 2005-08-28 [colin]      1.9.13cvs67
9661
9662         * src/imap.c
9663                 Fix leak
9664
9665 2005-08-27 [colin]      1.9.13cvs66
9666
9667         * src/imap.c
9668         * src/procmime.c
9669                 Correctly fix "Problem with replies", fixes
9670                 pgpmime encryption too. 
9671
9672 2005-08-27 [colin]      1.9.13cvs65
9673
9674         * src/folder.c
9675         * src/procmsg.c
9676         * src/procmsg.h
9677         * src/summaryview.c
9678                 Fix bug #517 (messages removed from summaryview 
9679                 when moving fails)
9680
9681 2005-08-27 [colin]      1.9.13cvs64
9682
9683         * tools/Makefile.am
9684         * tools/asus_mailled.sh
9685                 Add a script to blink ASUS laptops' mail LED where there
9686                 is unread mail.
9687
9688 2005-08-27 [colin]      1.9.13cvs63
9689
9690         * src/imap.c
9691         * src/etpan/imap-thread.c
9692         * src/etpan/imap-thread.h
9693                 Implement automatic choosing of login method
9694                 Fixes bug #791
9695         * src/gtk/.cvsignore
9696                 Add sylpheed-marshal.[ch]
9697
9698 2005-08-27 [colin]      1.9.13cvs62
9699
9700         * src/common/utils.c
9701                 Fix confusing perror
9702
9703 2005-08-27 [colin]      1.9.13cvs61
9704
9705         * src/toolbar.c
9706         * src/toolbar.h
9707                 Remove A_DELETE, replace it with 
9708                 A_TRASH and A_DELETE_REAL. Automatically
9709                 rewrite config files to replace A_DELETE
9710                 with A_TRASH (no functionality change).
9711                 Fixes half of #794
9712
9713 2005-08-26 [colin]      1.9.13cvs60
9714
9715         * src/procmime.c
9716                 Previous "Problem with replies" fix brought other
9717                 problems, fixing them
9718
9719 2005-08-26 [colin]      1.9.13cvs59
9720
9721         * src/procmime.c
9722                 Fix "Problem with replies". This happened only
9723                 on IMAP...
9724         * src/procmsg.c
9725                 Factorize code a bit
9726         * src/compose.c
9727                 Speed improvement on very long messages (wrapping)
9728                 Fix signature color on Reedit and Redirect
9729                 On Reedit, don't attach pgp-signatures parts, but
9730                 set signing to On.
9731
9732 2005-08-24 [paul]       1.9.13cvs58
9733
9734         * src/compose.c
9735                 don't claim success when clicking
9736                 Cancel on the passphrase box.
9737                 Patch by Colin
9738
9739 2005-08-24 [paul]       1.9.13cvs57
9740
9741         * src/main.c
9742                 fix misplaced sylpheed.log
9743         * src/common/defs.h
9744                 define UIDL_DIR
9745
9746 2005-08-24 [paul]       1.9.13cvs56
9747
9748         * src/imap.c
9749         * src/etpan/imap-thread.c
9750         * src/etpan/imap-thread.h
9751                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9752                 Patch by Colin
9753         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9754         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9755                 remove autogenerated files
9756         * tools/kdeservicemenu/README
9757         * tools/kdeservicemenu/install.sh
9758         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9759         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9760                 use Claws icon, use 'Sylpheed-Claws' in menu,
9761                 use kdialog, and other cleanups
9762
9763 2005-08-23 [paul]       1.9.13cvs55
9764
9765         * src/compose.c
9766                 fix paste/wrap crash
9767                 Patch by Colin
9768
9769 2005-08-23 [paul]       1.9.13cvs54
9770
9771         * src/main.c
9772                 fix crash recovery
9773                 Patch by Colin
9774
9775 2005-08-23 [paul]       1.9.13cvs53
9776
9777         * src/addressbook.c
9778         * src/editaddress.c
9779                 view all data of LDAP contacts
9780                 Patch by Colin
9781
9782 2005-08-23 [paul]       1.9.13cvs52
9783
9784         * src/addressbook.c
9785                 fix issues with the Search field
9786                 Patch by Colin
9787
9788 2005-08-22 [paul]       1.9.13cvs51
9789
9790         * src/folderview.c
9791                 put name of folder in processing dialog
9792                 title
9793         * src/prefs_folder_item.c
9794                 improve english usage
9795
9796 2005-08-22 [paul]       1.9.13cvs50
9797
9798         * src/filtering.c
9799         * src/filtering.h
9800         * src/matcher.c
9801         * src/matcher_parser_lex.l
9802         * src/matcher_parser_parse.y
9803         * src/prefs_filtering.c
9804                 add Filtering/Processing rule names feature.
9805                 (the incompatible old matcherrc is saved as
9806                 matcherrc.pre_names).
9807                 Patch by Colin
9808
9809 2005-08-22 [paul]       1.9.13cvs49
9810
9811         * src/procmsg.c
9812                 fix colour labelling
9813                 Patch by Colin
9814
9815 2005-08-22 [paul]       1.9.13cvs48
9816
9817         * src/textview.c
9818                 fix open_image_cb()
9819
9820 2005-08-22 [paul]       1.9.13cvs47
9821
9822         * src/imap.c
9823                 fix bug 789, 'SC crashes with imap (CVS ver)'
9824                 Patch by Colin
9825
9826 2005-08-22 [paul]       1.9.13cvs46
9827
9828         * src/mimeview.c
9829         * src/prefs_common.c
9830         * src/common/defs.h
9831                 define reused defaults in defs.h
9832         * src/textview.c
9833                 add 'Open image' to image popup menu
9834
9835 2005-08-21 [colin]      1.9.13cvs45
9836
9837         * src/summaryview.c
9838                 Fix bug #788 (Bogus "From" address displayed)
9839
9840 2005-08-20 [colin]      1.9.13cvs44
9841
9842         * src/folder.c
9843                 Fix buf #787 (multilevel delete causes SIGSEGV)
9844
9845 2005-08-19 [colin]      1.9.13cvs43
9846
9847         * src/inc.c
9848         * src/prefs_common.c
9849         * src/prefs_common.h
9850                 Add an hidden pref to allow modifying the
9851                 update stepping in incorporation.
9852                 Patch by wwp.
9853
9854 2005-08-19 [colin]      1.9.13cvs42
9855
9856         * src/compose.c
9857         * src/procmime.c
9858                 Workaround for broken MUAs: encode 
9859                 Content-type: name: as ASCII and 
9860                 Content-Disposition: filename: as
9861                 per rfc2231
9862         * src/prefs_account.c
9863                 Fix invisible-ness of SMTP SSL prefs
9864                 in NNTP accounts
9865
9866 2005-08-19 [paul]       1.9.13cvs41
9867
9868         * src/compose.c
9869         * src/prefs_common.c
9870         * src/prefs_common.h
9871         * src/prefs_wrapping.c
9872                 paste with or without wrapping.
9873                 patch by Colin
9874
9875 2005-08-19 [paul]       1.9.13cvs40
9876
9877         * src/prefs_common.c
9878         * src/prefs_common.h
9879         * src/summaryview.c
9880                 reintroduce enable_swap_from as a
9881                 hidden pref. patch by Colin
9882         * src/quote_fmt_parse.y
9883         * src/plugins/clamav/clamav_plugin.c
9884         * src/plugins/dillo_viewer/dillo_viewer.c
9885         * src/plugins/mathml_viewer/mathml_viewer.c
9886         * src/plugins/pgpcore/sgpgme.c
9887         * src/plugins/pgpinline/pgpinline.c
9888         * src/plugins/pgpmime/pgpmime.c
9889                 tidy up. patch by Colin
9890
9891 2005-08-19 [paul]       1.9.13cvs39
9892
9893         * configure.ac
9894                 complete cvs38's sync
9895         * src/editaddress.c
9896         * src/gedit-print.c
9897         * src/mutt.c
9898         * src/etpan/etpan-log.c
9899         * src/etpan/imap-thread.c
9900         * src/gtk/gtksourceprintjob.c
9901                 fix compilation warnings
9902                 (patch by Colin)
9903
9904 2005-08-19 [paul]       1.9.13cvs38
9905
9906         sync with main:
9907
9908         * src/account.c
9909         * src/action.c
9910         * src/addrbook.c
9911         * src/addrcache.c
9912         * src/addrharvest.c
9913         * src/addrindex.c
9914         * src/codeconv.c
9915         * src/compose.c
9916         * src/crash.c
9917         * src/exporthtml.c
9918         * src/exportldif.c
9919         * src/folder.c
9920         * src/image_viewer.c
9921         * src/inc.c
9922         * src/inc.h
9923         * src/jpilot.c
9924         * src/ldif.c
9925         * src/main.c
9926         * src/matcher.c
9927         * src/mbox.c
9928         * src/messageview.c
9929         * src/mh.c
9930         * src/mimeview.c
9931         * src/msgcache.c
9932         * src/mutt.c
9933         * src/news.c
9934         * src/partial_download.c
9935         * src/pine.c
9936         * src/pop.c
9937         * src/prefs_actions.c
9938         * src/prefs_common.c
9939         * src/prefs_customheader.c
9940         * src/prefs_display_header.c
9941         * src/prefs_gtk.c
9942         * src/prefs_themes.c
9943         * src/procheader.c
9944         * src/procmime.c
9945         * src/procmsg.c
9946         * src/recv.c
9947         * src/send_message.c
9948         * src/simple-gettext.c
9949         * src/sourcewindow.c
9950         * src/textview.c
9951         * src/vcard.c
9952         * src/common/defs.h
9953         * src/common/log.c
9954         * src/common/plugin.c
9955         * src/common/prefs.c
9956         * src/common/session.c
9957         * src/common/session.h
9958         * src/common/socket.c
9959         * src/common/socket.h
9960         * src/common/ssl_certificate.c
9961         * src/common/template.c
9962         * src/common/utils.c
9963         * src/common/utils.h
9964         * src/common/xml.c
9965         * src/gtk/about.c
9966         added wrappers for C library function that
9967                 take pathname arguments.
9968                 enabled compilation with MinGW.
9969                 use GDir instead of directly using opendir().
9970                 added rename_force().
9971
9972 2005-08-19 [paul]       1.9.13cvs37
9973         
9974         patches by Colin:
9975         * src/compose.c
9976                 fix privacy settings on re-editing
9977                 a sent message
9978         * src/jpilot.c
9979                 fix encoding bug
9980         * src/folder.c
9981         * src/procmsg.c
9982         * src/procmsg.h
9983         * src/summaryview.c
9984                 flag changing optimisation
9985
9986 2005-08-18 [martin]     1.9.13cvs36
9987
9988         * commitHelper
9989             added my login
9990         * src/addrcache.c
9991         * src/addrharvest.c
9992         * src/addrindex.c
9993         * src/compose.c
9994         * src/grouplistdialog.c
9995         * src/main.c
9996         * src/mainwindow.c
9997         * src/msgcache.c
9998         * src/mutt.c
9999         * src/pine.c
10000         * src/prefs_account.c
10001         * src/prefs_themes.c
10002         * src/stock_pixmap.c
10003         * src/summaryview.c
10004         * src/gtk/about.c
10005         * src/gtk/logwindow.c
10006             removed deprecated glib and gdk stuff
10007         * src/plugins/pgpcore/select-keys.c
10008             convert attributes from locale to utf8
10009
10010 2005-08-17 [paul]       1.9.13cvs35
10011
10012         * src/account.c
10013         * src/addressbook.c
10014                 use new GTK_STOCK_ icons if available
10015         * src/summaryview.c
10016         * src/gtk/gtksctree.c
10017         * src/gtk/gtksctree.h
10018                 faster range select. patch by Colin
10019
10020 2005-08-17 [paul]       1.9.13cvs34
10021
10022         patches by colin:
10023         * src/addressbook.c
10024         * src/addressitem.h
10025                 Add an edit button for contacts, fix selections
10026                 of gtksctree items
10027         * src/editaddress.c
10028                 Change labels, let Save be always possible in the
10029                 email and user atributes tabs
10030         * src/folderview.c
10031                 fix sort issues
10032         * src/summaryview.c
10033                 select next item instead of the displayed one
10034                 after deletion
10035
10036         * src/gtk/progressdialog.c
10037                 use prefs_common.enable_rules_hint
10038
10039 2005-08-13 [hoa]        1.9.13cvs33
10040
10041         * src/etpan/imap-thread.c
10042                 fixed build on Solaris.
10043
10044 2005-08-10 [colin]      1.9.13cvs32
10045
10046         * src/procmsg.c
10047                 Fix cvs31 (missing fclose before reading
10048                 the file)
10049
10050 2005-08-10 [colin]      1.9.13cvs31
10051
10052         * src/procmsg.c
10053                 Fix procmsg_msginfo_new_from_mimeinfo() when
10054                 the MimeInfo isn't stored in memory. This fixes
10055                 replying to an attached message.
10056
10057 2005-08-10 [colin]      1.9.13cvs30
10058
10059         * src/mainwindow.c
10060                 Fix slowness in account changing
10061
10062 2005-08-10 [colin]      1.9.13cvs29
10063
10064         * src/folder.c
10065         * src/folderutils.c
10066         * src/folderview.c
10067         * src/imap_gtk.c
10068         * src/mainwindow.c
10069         * src/mh_gtk.c
10070         * src/procmsg.c
10071         * src/summaryview.c
10072                 Optimize folder_has_parent_of_type
10073                 Prevent moving special sub-folders from contextual menus
10074                 Rework message a bit ("Empty all messages" -> "Delete all
10075                 messages")
10076                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10077                 and "Deleted Items" folders)
10078
10079 2005-08-08 [colin]      1.9.13cvs28
10080
10081         * src/summaryview.c
10082         * src/prefs_summaries.c
10083                 Make "Select first unread|new" more flexible
10084                 (just prioritize new or unread)
10085
10086 2005-08-08 [colin]      1.9.13cvs27
10087
10088         * src/summaryview.c
10089                 If "select first new" is selected and there only
10090                 are unread messages, fallback to "select first
10091                 unread".
10092
10093 2005-08-08 [colin]      1.9.13cvs26
10094
10095         * src/folder.c
10096                 Fix shameful bugs (and bug #779)
10097
10098 2005-08-08 [colin]      1.9.13cvs25
10099
10100         * src/folder.c
10101         * src/folder.h
10102                 Cache parents' type to make folder_has_parent_of_type
10103                 faster
10104         * src/folderview.c
10105                 Forbid DnD of special sub-folders
10106         * src/procmsg.c
10107         * src/procmsg.h
10108                 Add MAIL_POSTFILTERING_HOOK
10109         * src/summaryview.c
10110                 Revert over-zealous deletion of the use_addr_book 
10111                 code
10112
10113 2005-08-07 [colin]      1.9.13cvs24
10114
10115         * src/folder.c
10116                 Fix big mistake (passing MsgInfo instead 
10117                 of FolderItem)
10118
10119 2005-08-07 [colin]      1.9.13cvs23
10120
10121         * src/compose.c
10122         * src/folder.c
10123         * src/folder.h
10124         * src/foldersel.c
10125         * src/folderutils.c
10126         * src/folderview.c
10127         * src/imap.c
10128         * src/mainwindow.c
10129         * src/messageview.c
10130         * src/mh.c
10131         * src/msgcache.c
10132         * src/procmime.c
10133         * src/summaryview.c
10134                 Make subfolders of Drafts, Queue, Outbox, Trash
10135                 work like their parents. 
10136                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10137
10138 2005-08-07 [colin]      1.9.13cvs22
10139
10140         * src/addressbook.c
10141                 Fix bug #771 (Dragged contacts not saved)
10142
10143 2005-08-07 [paul]       1.9.13cvs21
10144
10145         * src/summaryview.c
10146                 fix bug 32 'Search Doesn't display results
10147                 if "Hide Read Messages" is chosen'
10148                 be more literal in interpreting 'Hide read
10149                 messages'
10150
10151 2005-08-07 [colin]      1.9.13cvs20
10152
10153         * src/folderview.c
10154                 Add debug
10155         * src/summaryview.c
10156                 Faster 'unthread_for_execution'
10157
10158 2005-08-06 [paul]       1.9.13cvs19
10159
10160         * src/mainwindow.c
10161                 add mnemonics to Set displayed columns
10162                 fix bug where msgview_visible option was
10163                 overwritten as TRUE on startup
10164
10165 2005-08-06 [paul]       1.9.13cvs18
10166
10167         * src/mainwindow.c
10168                 refer to 'displayed columns in folder/message
10169                 list' not 'displayed items in summary/message view'
10170         * src/prefs_display_header.c
10171                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10172                 be consistent with similar dialogues
10173         * src/prefs_folder_column.c
10174         * src/prefs_summary_column.c
10175                 'columns' not 'items', and folder and message lists,
10176                 instead of folder and summary views;
10177                 Use 'Hidden columns' as list heading not 'Available
10178                 items';
10179                 move the 'Remove' button to the right hand side;
10180                 top-align the buttons;
10181                 remove unneeded vbox
10182         * src/prefs_summaries.c
10183                 put the 2 column prefs buttons in a frame to reduce
10184                 overall width; refer to columns not items &c.
10185
10186 2005-08-05 [colin]      1.9.13cvs17
10187
10188         * src/prefs_common.c
10189         * src/prefs_common.h
10190         * src/mainwindow.c
10191         * src/compose.c
10192         * src/messageview.c
10193                 Add an hidden toolbar_detachable pref, so
10194                 that I can get rid of these painful handles
10195                 in the toolbars. Defaults to TRUE to avoid
10196                 changing the GUI on unsuspecting people...
10197
10198 2005-08-05 [colin]      1.9.13cvs16
10199
10200         * src/Makefile.am
10201         * src/prefs_folder_column.c
10202         * src/prefs_folder_column.h
10203                 Add prefs for folder columns
10204         * src/folderview.c
10205         * src/folderview.h
10206         * src/mainwindow.c
10207         * src/mainwindow.h
10208         * src/prefs_common.c
10209         * src/prefs_common.h
10210         * src/prefs_summaries.c
10211                 Use them
10212         * src/prefs_summary_column.c
10213         * src/summaryview.c
10214         * src/summaryview.h
10215                 Add a To column
10216         * src/textview.c
10217         * src/common/utils.c
10218         * src/common/utils.h
10219                 Move uri colourisation functions
10220                 to utils
10221         * src/compose.c
10222                 Colourise URIs
10223         * src/imap.c
10224                 Fix bug with LIST where we'd try
10225                 to get Folder//////[...]/// 
10226
10227 2005-08-05 [paul]       1.9.13cvs15
10228
10229         * src/prefs_summaries.c
10230                 improve the English usage
10231         * src/summaryview.c
10232                 set font on column change
10233                 thanks to Colin
10234
10235 2005-08-05 [paul]       1.9.13cvs14
10236
10237         * src/prefs_common.c
10238         * src/prefs_common.h
10239         * src/prefs_summaries.c
10240         * src/summaryview.c
10241                 replace 'open_unread_on_enter' option with
10242                 'select_on_entry' option. opening/not opening
10243                 is now exclusively controlled by 'always_show_msg'
10244
10245 2005-08-04 [colin]      1.9.13cvs13
10246
10247         * src/compose.c
10248                 Remove dead code
10249                 Add colourisation of quotes and signatures
10250         * src/folderview.c
10251                 Fix possible crashes
10252         * src/messageview.c
10253                 Change an assert that is no problem
10254         * src/news.c
10255         * src/news_gtk.c
10256         * src/news_gtk.h
10257                 Fix offline mode
10258         * src/gtk/quicksearch.c
10259                 Fix a possible crash
10260
10261 2005-08-03 [colin]      1.9.13cvs12
10262
10263         * src/prefs_account.c
10264                 Fix bug #777 (Sylpheed crash in account configuration)
10265
10266 2005-08-03 [colin]      1.9.13cvs11
10267
10268         * src/addressbook.c
10269         * src/editaddress.c
10270         * src/editgroup.c
10271                 Fixing addressbook, round 2
10272         * src/textview.c
10273                 Fix emphasis color on rechecking 'Colorize messages'
10274
10275 2005-08-03 [paul]       1.9.13cvs10
10276
10277         sync with main
10278
10279         * src/addr_compl.c
10280         * src/compose.c
10281         * src/main.c
10282         * src/pop.c
10283         * src/prefs_account.c
10284         * src/procmime.c
10285         * src/procmsg.c
10286         * src/quote_fmt_parse.y
10287         * src/textview.c
10288         * src/common/quoted-printable.c
10289         * src/common/utils.c
10290         * src/common/utils.h
10291         * src/common/xml.c
10292                 replaced incorrect locale-independent
10293                 ctype functions with GLib's. Corrected
10294                 signedness mismatch.
10295         * src/headerview.c
10296                 headerview_create(): added spacing for vbox.
10297         * src/gtk/about.c
10298                 set focus to the OK button.
10299
10300 2005-08-03 [colin]      1.9.13cvs9
10301
10302         * src/folderview.c
10303                 Fix possible crash
10304
10305 2005-08-02 [colin]      1.9.13cvs8
10306
10307         * src/mainwindow.c
10308                 Fix cast
10309         * src/addressbook.c
10310         * src/addressitem.h
10311                 Fix a cast and more generally, try to make the
10312                 GUI more intuitive and consistent (round 1)
10313
10314 2005-08-02 [paul]       1.9.13cvs7
10315
10316         * src/folder.h
10317                 missing in 1.9.13cvs6
10318
10319 2005-08-02 [colin]      1.9.13cvs6
10320
10321         * src/folder.c
10322                 Fix one more leak
10323
10324 2005-08-02 [colin]      1.9.13cvs5
10325
10326         * src/folder.c
10327         * src/folderview.c
10328         * src/imap.c
10329         * src/main.c
10330         * src/mbox.c
10331         * src/procmsg.c
10332         * src/summaryview.c
10333                 Fix a number of folder_item_get_msg_list()-related
10334                 leaks (missing procmsg_msginfo_free()s)
10335
10336 2005-08-01 [colin]      1.9.13cvs4
10337
10338         * src/folderview.c
10339         * src/folderview.h
10340         * src/mainwindow.c
10341         * src/prefs_fonts.c
10342         * src/prefs_summaries.c
10343         * src/prefs_themes.c
10344         * src/summaryview.c
10345         * src/summaryview.h
10346         * src/textview.c
10347         * src/textview.h
10348                 Fix instant-apply of summary and folderview-related prefs
10349                 Fix erroneous g_free and alertpanels in prefs_theme
10350                 Add instant-apply for fonts
10351                 Defer applying of prefs a little bit so it's done only
10352                 once even if requested by multiples prefs pages
10353
10354 2005-08-01 [paul]       1.9.13cvs3
10355
10356         * src/main.c
10357                 fix bug 776 'S.C. crashes on close'
10358                 thanks to Colin
10359         * src/etpan/etpan-thread-manager-types.h
10360                 add missing include
10361                 thanks to Hoa
10362
10363 2005-07-25 [paul]       1.9.13cvs2
10364
10365         * src/summaryview.c
10366                 fix typos. spotted by Fabien Vantard
10367
10368 2005-07-24 [paul]       1.9.13cvs1
10369
10370         * doc/man/sylpheed.1
10371                 update man page, incorporating fix of
10372                 bug 769 'Typo in manpage'
10373         * src/etpan/imap-thread.c
10374                 fix NetBSD openssl dependencies. patch by
10375                 George Michaelson <ggm@apnic.net>
10376         * po/pt_BR.po
10377                 updated by Frederico Goncalves Guimaraes
10378
10379 2005-07-22 [paul]       1.9.13
10380
10381         1.9.13 release
10382
10383 2005-07-22 [paul]       1.9.12cvs91
10384
10385         * AUTHORS
10386         * INSTALL
10387         * README.claws
10388         * RELEASE_NOTES.claws
10389                 updated for release
10390         * configure.ac
10391         * po/nb.po
10392         * tools/claws.i18n.status.pl
10393                 add Norwegian translation. submiited by
10394                 Geir Helland <pjallabais@users.sourceforge.net>
10395         * po/ca.po
10396         * po/de.po
10397         * po/es.po
10398         * po/fi.po
10399         * po/fr.po
10400         * po/it.po
10401         * po/sk.po
10402         * po/sr.po
10403         * po/zh_CN.po
10404                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10405                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10406                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10407                 Yang Guilong
10408         * src/plugins/clamav/clamav_plugin_gtk.c
10409         * src/plugins/spamassassin/spamassassin_gtk.c
10410                 replace outdated description strings
10411
10412 2005-07-21 [colin]      1.9.12cvs90
10413
10414         * src/folder.c
10415                 Set folder to batch mode when scanning it. Makes deletion
10416                 of unread mails on IMAP much faster (due to the UNREAD 
10417                 flag unsetting)
10418
10419 2005-07-21 [darko]      1.9.12cvs89
10420
10421         * configure.ac
10422                 link against libresolv if necessary (patch by Paul)
10423         * src/msgcache.c
10424                 use glib's portable macros to determine endianness
10425
10426 2005-07-21 [paul]       1.9.12cvs88
10427
10428         * src/crash.c
10429         * src/gtk/about.c
10430                 update compiled-in features list
10431
10432 2005-07-20 [colin]      1.9.12cvs87
10433
10434         * src/folder.c
10435         * src/textview.c
10436                 Gcc 2.9x compilation fixes, thanks to Darko
10437         * src/plugins/clamav/clamav_plugin.c
10438                 Little optimisation: load virus database only once
10439         * src/plugins/spamassassin/spamassassin.c
10440                 Big optimisation: filtering one mail took at least 1 second,
10441                 now it takes at least 50ms. Doesn't speed up spamassassin 
10442                 itself, but should already be much more tolerable.
10443
10444 2005-07-20 [colin]      1.9.12cvs86
10445
10446         * src/summaryview.c
10447                 Fix performance issue
10448
10449 2005-07-19 [colin]      1.9.12cvs85
10450
10451         * src/plugins/pgpinline/plugin.c
10452                 Fix warning
10453
10454 2005-07-19 [colin]      1.9.12cvs84
10455
10456         * configure.ac
10457         * src/plugins/Makefile.am
10458         * src/plugins/pgpinline/.cvsignore
10459         * src/plugins/pgpinline/Makefile.am
10460         * src/plugins/pgpinline/pgpinline.c
10461         * src/plugins/pgpinline/pgpinline.deps
10462         * src/plugins/pgpinline/pgpinline.h
10463         * src/plugins/pgpinline/plugin.c
10464                 Put pgpinline in the main tree
10465
10466 2005-07-19 [paul]       1.9.12cvs83
10467
10468         * src/prefs_actions.c
10469                 prevent '//' in menu names, which cause a crash
10470                 thanks to Colin
10471
10472 2005-07-19 [paul]       1.9.12cvs82
10473
10474         * configure.ac
10475                 be generally more informative in configure output.
10476                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10477                 '[ --disable-openssl ...', as --enable-openssl is default
10478                 PGP/MIME: don't check for GPGME again, check for
10479                 pgpcore instead. Therefore prevent the possibility of
10480                 attempting to build pgpmime if pgpcore dependencies are
10481                 not met
10482                 ClamAV: use pkgconfig to check for lib
10483                 libgnomeprint: revert logic on inner test to match
10484                 everything else
10485         * src/plugins/pgpcore/sgpgme.c
10486                 add missing include
10487
10488 2005-07-19 [colin]      1.9.12cvs81
10489
10490         * src/summaryview.c
10491                 Fix slow thread rebuilding in particular
10492                 cases
10493
10494 2005-07-19 [paul]       1.9.12cvs80
10495
10496         * sylpheed-claws.desktop
10497                 fix typo, spotted by Stephan Sachse
10498         * src/account.c
10499                 replace GTK_STOCK_ADD with
10500                 GTK_STOCK_NEW button
10501
10502 2005-07-18 [colin]      1.9.12cvs79
10503
10504         * src/etpan/imap-thread.c
10505                 Fix return value (Thanks Hoa)
10506
10507 2005-07-18 [colin]      1.9.12cvs78
10508
10509         * src/imap.c
10510                 Allow empty passwords
10511                 Create drafts/queue/outbox if necessary
10512         * src/summaryview.c
10513                 Remove old code
10514         * src/etpan/imap-thread.c
10515                 Fix STARTTLS (Thanks to Hoa)
10516
10517 2005-07-18 [paul]       1.9.12cvs77
10518
10519         * ChangeLog-gtk2.jp
10520         * ChangeLog.jp
10521                 removed
10522         * Makefile.am
10523                 updated to reflect additions and removals
10524         * TODO
10525                 updated to be claws-specific
10526         * TODO-gtk2
10527         * TODO-gtk2.jp
10528         * TODO.jp
10529         * sylpheed-128x128.png
10530         * sylpheed-64x64.png
10531                 removed
10532         * sylpheed-claws-128x128.png
10533         * sylpheed-claws-64x64.png
10534         * sylpheed-claws.desktop
10535         * sylpheed-claws.png
10536                 added
10537         * sylpheed.desktop
10538         * sylpheed.png
10539                 removed
10540
10541 2005-07-17 [paul]       1.9.12cvs76
10542
10543         * src/account.c
10544         * src/addressbook.c
10545         * src/alertpanel.c
10546         * src/alertpanel.h
10547         * src/compose.c
10548         * src/exphtmldlg.c
10549         * src/expldifdlg.c
10550         * src/folderview.c
10551         * src/imap_gtk.c
10552         * src/inc.c
10553         * src/message_search.c
10554         * src/messageview.c
10555         * src/mh_gtk.c
10556         * src/news_gtk.c
10557         * src/prefs_actions.c
10558         * src/prefs_filtering.c
10559         * src/prefs_matcher.c
10560         * src/prefs_template.c
10561         * src/prefs_themes.c
10562         * src/ssl_manager.c
10563         * src/summary_search.c
10564         * src/textview.c
10565         * src/toolbar.c
10566         * src/gtk/sslcertwindow.c
10567         * src/plugins/pgpcore/sgpgme.c
10568                 rework alertpanels
10569
10570 2005-07-17 [colin]      1.9.12cvs75
10571
10572         * src/privacy.c
10573                 add a PrivacySystem accessor that checks that
10574                 the system cached in a MimeInfo's privacydata
10575                 is still registered. Use this accessor instead
10576                 of directly using data->system. Fixes crashes
10577                 after unloading pgp plugins.
10578
10579 2005-07-17 [colin]      1.9.12cvs74
10580
10581         * src/alertpanel.c
10582                 Change geometry hints to a simple default size.
10583                 Fixes the certs dialogs.
10584
10585 2005-07-17 [colin]      1.9.12cvs73
10586
10587         * src/gtk/sslcertwindow.c
10588                 Use a gtkExpander
10589
10590 2005-07-17 [colin]      1.9.12cvs72
10591
10592         * src/plugins/pgpcore/Makefile.am
10593         * src/plugins/pgpmime/Makefile.am
10594                 Add gpgme libs
10595
10596 2005-07-17 [paul]       1.9.12cvs71
10597
10598         * configure.ac
10599                 add --disable-gnomeprint option
10600                 modified version of patch by Marius Mauch
10601
10602 2005-07-17 [paul]       1.9.12cvs70
10603
10604         * src/common/defs.h
10605                 update urls
10606         * src/account.c
10607         * src/action.c
10608         * src/addressbook.c
10609         * src/compose.c
10610         * src/foldersel.c
10611         * src/folderview.c
10612         * src/html.c
10613         * src/imap_gtk.c
10614         * src/main.c
10615         * src/mainwindow.c
10616         * src/messageview.c
10617         * src/mh_gtk.c
10618         * src/mimeview.c
10619         * src/news_gtk.c
10620         * src/prefs_account.c
10621         * src/prefs_send.c
10622         * src/prefs_summaries.c
10623         * src/procmsg.c
10624         * src/summaryview.c
10625         * src/common/utils.c
10626         * src/common/xml.c
10627         * src/plugins/pgpcore/passphrase.c
10628         * src/plugins/pgpcore/select-keys.c
10629                 replace inappropriately used backticks
10630                 with single quotes
10631
10632 2005-07-16 [colin]      1.9.12cvs69
10633
10634         * src/image_viewer.c
10635                 Add extra paranoid checks
10636
10637 2005-07-16 [colin]      1.9.12cvs68
10638
10639         * src/plugins/pgpcore/prefs_gpg.c
10640                 Don't auto-check sigs by default, as it
10641                 can be really slow.
10642
10643 2005-07-16 [colin]      1.9.12cvs67
10644
10645         * src/plugins/pgpcore/sgpgme.c
10646                 Make messages a bit better.
10647
10648 2005-07-16 [colin]      1.9.12cvs66
10649
10650         * src/imap.c
10651                 Remove pseudo-log
10652         * src/etpan/imap-thread.c
10653                 Add real log
10654
10655 2005-07-16 [colin]      1.9.12cvs65
10656
10657         * src/main.c
10658         * src/prefs_other.c
10659                 And now, fix build with libetpan :-/
10660
10661 2005-07-15 [colin]      1.9.12cvs64
10662
10663         * src/prefs_other.c
10664                 Continue fixing build without libetpan.
10665
10666 2005-07-15 [colin]      1.9.12cvs63
10667
10668         * src/main.c
10669                 Fix build with --disable-libetpan
10670
10671 2005-07-15 [colin]      1.9.12cvs62
10672
10673         * configure.ac
10674                 Bump libetpan's version
10675
10676 2005-07-15 [colin]      1.9.12cvs61
10677
10678         * src/etpan/imap-thread.c
10679                 Actually stop logging :)
10680
10681 2005-07-15 [colin]      1.9.12cvs60
10682
10683         * src/addressbook.c
10684                 Fix dnd of multiple addresses.
10685
10686 2005-07-15 [hoa]        1.9.12cvs59
10687
10688         * src/etpan/imap-thread.c
10689             disable login of IMAP password in libetpan log file.
10690
10691 2005-07-15 [paul]       1.9.12cvs58
10692
10693         * src/account.c
10694                 don't automatically sort
10695                 do allow drag n drop
10696
10697 2005-07-15 [paul]       1.9.12cvs57
10698
10699         * src/account.c
10700         * src/ssl_manager.c
10701                 alphabetical listing
10702
10703 2005-07-15 [paul]       1.9.12cvs56
10704
10705         * src/gtk/pluginwindow.c
10706                 sort plugin list alphabetically
10707
10708 2005-07-15 [paul]       1.9.12cvs55
10709
10710         * src/prefs_spelling.c
10711         * src/prefs_wrapping.c
10712                 unify English usage
10713
10714 2005-07-15 [colin]      1.9.12cvs54
10715
10716         * src/wizard.c
10717                 Typo fix
10718
10719 2005-07-15 [paul]       1.9.12cvs53
10720
10721         * src/prefs_message.c
10722                 make 'show cursor' a hidden option
10723
10724 2005-07-14 [colin]      1.9.12cvs52
10725
10726         * src/plugins/spamassassin/Makefile.am
10727         * src/plugins/clamav/Makefile.am
10728                 Fix double EXTRA_DISTs
10729
10730 2005-07-14 [colin]      1.9.12cvs51
10731
10732         * src/plugins/clamav/Makefile.am
10733         * src/plugins/clamav/clamav_plugin_gtk.deps
10734         * src/plugins/spamassassin/Makefile.am
10735         * src/plugins/spamassassin/spamassassin_gtk.deps
10736                 Make $plugin_gtk depend on $plugin
10737
10738 2005-07-14 [hoa]        1.9.12cvs50
10739
10740         * src/etpan/imap-thread.c
10741                 enable debug log of libetpan when running with --debug
10742
10743 2005-07-14 [colin]      1.9.12cvs49
10744
10745         * configure.ac
10746         * src/common/Makefile.am
10747         * src/common/plugin.c
10748         * src/common/plugin.h
10749                 Add a little plugin dependancy system.
10750                 Plugins can ship a $plugin_name.deps file
10751                 (near them in PLUGINDIR) so that their
10752                 dependancies are loaded if possible.
10753         * src/plugins/Makefile.am
10754         * src/plugins/pgpcore/Makefile.am
10755         * src/plugins/pgpcore/passphrase.c
10756         * src/plugins/pgpcore/passphrase.h
10757         * src/plugins/pgpcore/plugin.c
10758         * src/plugins/pgpcore/prefs_gpg.c
10759         * src/plugins/pgpcore/prefs_gpg.h
10760         * src/plugins/pgpcore/select-keys.c
10761         * src/plugins/pgpcore/select-keys.h
10762         * src/plugins/pgpcore/sgpgme.c
10763         * src/plugins/pgpcore/sgpgme.h
10764                 Introduce pgpcore, used by pgpmime and
10765                 pgpinline
10766         * src/plugins/pgpmime/Makefile.am
10767         * src/plugins/pgpmime/passphrase.c
10768         * src/plugins/pgpmime/passphrase.h
10769         * src/plugins/pgpmime/pgpmime.c
10770         * src/plugins/pgpmime/pgpmime.deps
10771         * src/plugins/pgpmime/plugin.c
10772         * src/plugins/pgpmime/prefs_gpg.c
10773         * src/plugins/pgpmime/prefs_gpg.h
10774         * src/plugins/pgpmime/select-keys.c
10775         * src/plugins/pgpmime/select-keys.h
10776         * src/plugins/pgpmime/sgpgme.c
10777         * src/plugins/pgpmime/sgpgme.h
10778                 Remove the core from pgpmime and add the
10779                 dependancy to pgpcore.
10780
10781 2005-07-14 [paul]       1.9.12cvs48
10782
10783         * src/stock_pixmap.c
10784                 forgot this in last commit
10785
10786 2005-07-14 [paul]       1.9.12cvs47
10787
10788         * src/account.c
10789         * src/addressbook.c
10790                 add accelerators for the buttons (sync with main)
10791         * src/compose.c
10792         * src/compose.h
10793                 add accelerators for the buttons.
10794                 fix editing with external editor.
10795                 replace gdk_input_*() with GIOChannel;
10796                 (sync with main)
10797         * src/foldersel.c
10798                 display folder names with new/unread
10799                 representation (sync with main)
10800         * src/main.c
10801                 specify default window icon (sync with main)
10802         * src/prefs_common.c
10803                 use_addr_book default to FALSE
10804         * src/summaryview.c
10805         * src/textview.c
10806                 add accelerators for the buttons (sync with main)
10807         * src/gtk/menu.c
10808                 fix typos
10809         * src/pixmaps/sylpheed_icon.xpm
10810                 updated
10811
10812 2005-07-13 [paul]       1.9.12cvs46
10813
10814         * src/plugins/pgpmime/pgpmime.c
10815         * src/plugins/pgpmime/sgpgme.c
10816                 (temporarily) use deprecated gpgme_data_rewind()
10817                 while largefile support is not present
10818                 (as suggested by Colin)
10819
10820 2005-07-13 [paul]       1.9.12cvs45
10821
10822         * configure.ac
10823                 remove large file support (for now):
10824                 it breaks too many things
10825
10826 2005-07-13 [paul]       1.9.12cvs44
10827
10828         * configure.ac
10829                 add large file support
10830         * src/html.c
10831                 fix bug #763 where href attribute was not
10832                 the very first attribute of a link
10833                 patch by Thomas Gilgin
10834
10835 2005-07-13 [colin]      1.9.12cvs43
10836
10837         * src/gtk/pluginwindow.c
10838                 Little portability fix
10839
10840 2005-07-13 [colin]      1.9.12cvs42
10841
10842         * src/plugins/pgpmime/sgpgme.c
10843                 Fix crasher.
10844
10845 2005-07-13 [colin]      1.9.12cvs41
10846
10847         * src/plugins/pgpmime/pgpmime.c
10848         * src/plugins/pgpmime/sgpgme.c
10849                 Use gpgme_data_release_and_get_mem instead
10850                 of gpgme_data_read.
10851
10852 2005-07-13 [colin]      1.9.12cvs40
10853
10854         * configure.ac
10855         * src/plugins/pgpmime/passphrase.c
10856         * src/plugins/pgpmime/passphrase.h
10857         * src/plugins/pgpmime/pgpmime.c
10858         * src/plugins/pgpmime/plugin.c
10859         * src/plugins/pgpmime/select-keys.c
10860         * src/plugins/pgpmime/select-keys.h
10861         * src/plugins/pgpmime/sgpgme.c
10862         * src/plugins/pgpmime/sgpgme.h
10863                 Port pgpmime to gpgme-1.0.
10864
10865 2005-07-12 [paul]       1.9.12cvs39
10866
10867         * AUTHORS
10868         * src/toolbar.c
10869         * src/toolbar.h
10870                 add a 'Go to Prev' button to the toolbar.
10871                 correct tooltip text of go to buttons.
10872                 based on patch by Yang Guilong <bamanzi@gmail.com>
10873
10874 2005-07-12 [colin]      1.9.12cvs38
10875
10876         * src/statusbar.c
10877                 Fix progress bar showing stuff at startup.
10878
10879 2005-07-12 [paul]       1.9.12cvs37
10880
10881         * src/editjpilot.c
10882                 fix building with jpilot support
10883
10884 2005-07-11 [colin]      1.9.12cvs36
10885
10886         * src/inc.c
10887                 Add visual indication that filtering is running
10888         * src/textview.c
10889                 Make {}[] uri delimiters
10890         * src/summaryview.c
10891                 Remove useless (and slow) calls
10892
10893 2005-07-11 [paul]       1.9.12cvs35
10894
10895         * src/plugins/clamav/clamav_plugin_gtk.c
10896         * src/plugins/dillo_viewer/dillo_prefs.c
10897         * src/plugins/pgpmime/prefs_gpg.c
10898         * src/plugins/spamassassin/spamassassin_gtk.c
10899                 gather plugins prefs together under their
10900                 own 'Plugins' heading
10901
10902 2005-07-11 [paul]       1.9.12cvs34
10903
10904         sync with main
10905
10906         * src/account.c
10907                 account_delete(): modified alert dialog
10908         * src/editjpilot.c
10909         * src/editvcard.c
10910                 fixed a crash when cancelling file selection
10911                 dialog by Escape key. Made non-ascii filename
10912                 selectable.
10913         * src/prefs_template.c
10914                 prefs_template_window_create(): make scrolled
10915                 window policy AUTOMATIC
10916
10917 2005-07-10 [hoa]        1.9.12cvs33
10918
10919         * src/etpan/imap-thread.c
10920                 workaround for old Courier IMAP servers.
10921
10922 2005-07-10 [colin]      1.9.12cvs32
10923
10924         * src/folder.c
10925         * src/statusbar.c
10926         * src/statusbar.h
10927                 Add visual progress indicator on filtering/processing
10928                 Factorize the progress bar code
10929         * src/imap.c
10930         * src/imap.h
10931         * src/etpan/imap-thread.c
10932                 Add a reference counter to avoid destroying the Folder
10933                 while it's in use by another callback.
10934
10935 2005-07-09 [hoa]        1.9.12cvs31
10936
10937         * src/imap.c
10938         * src/etpan/imap-thread.c
10939                 fixed deadlock when removing IMAP account.
10940
10941 2005-07-08 [colin]      1.9.12cvs30
10942
10943         * src/textview.c
10944         * src/unmime.c
10945                 Fix again problems decoding broken headers
10946         * src/gtk/inputdialog.c
10947                 Fix local variable shadowing a global one
10948
10949 2005-07-08 [colin]      1.9.12cvs29
10950
10951         * src/msgcache.c
10952                 Make the cache/mark files platform-agnostic by writing
10953                 them in little-endian format. Reading them is also done
10954                 in little-endian format, of course; however, in order
10955                 to avoid trashing mark data on big-endian machines, the
10956                 files are, at first, read from the native format if the
10957                 little-endian one doesn't exist. This is easy to deter-
10958                 mine by trying to open a file with a swapped data_ver
10959                 and seeing if it's the wanted version.
10960                 Little-endian using users should see absolutely no
10961                 difference, Big-endian users may get a very little
10962                 performance drop due to byte-swapping.
10963                 Tested on i386 and ppc32. 
10964                 Fixes bug #159 (The index file, in the mailboxes, is 
10965                 hardware depending).
10966
10967                 To have the cache/mark files updated to the new little-
10968                 endian format, "Check for new messages" or even
10969                 "Rebuild folder tree" aren't enough. Files will be
10970                 updated as soon as a folder has been opened/closed.
10971                 To update everything, just select all folders by
10972                 selecting them one by one.
10973
10974 2005-07-07 [colin]      1.9.12cvs28
10975
10976         * src/imap.c
10977                 Remember the folder separator per IMAPFolder
10978                 instead of globally.
10979                 Revive the Session on noop; fixes bug #761
10980                 (mark a bunch of unread messages as read takes 
10981                 forever)
10982
10983 2005-07-07 [darko]      1.9.12cvs27
10984
10985         * src/common/template.c
10986                 Sort templates alphabetically
10987
10988 2005-07-06 [colin]      1.9.12cvs26
10989
10990         * src/imap.c
10991                 Try to use the correct separator in
10992                 most cases. Possibly fixes bug #759
10993                 (only creates the INBOX folder when 
10994                 setting up new IMAP account) and 
10995                 bug #760 (Can't retrieve messages)
10996
10997 2005-07-06 [colin]      1.9.12cvs25
10998
10999         * src/imap.c
11000                 Use real_path in status command. This will
11001                 help later, when namespaces will be used.
11002
11003 2005-07-06 [colin]      1.9.12cvs24
11004
11005         * configure.ac
11006         * src/account.c
11007         * src/folder.c
11008         * src/imap.c
11009         * src/etpan/etpan-log.c
11010         * src/etpan/etpan-thread-manager.c
11011         * src/etpan/imap-thread.c
11012                 Add a --disable-libetpan parameter. With this,
11013                 users that don't want IMAP4 support can avoid
11014                 the new dependancy (and have no IMAP support).
11015                 Users that have IMAP4 accounts and use this
11016                 parameter won't lose their configuration, their
11017                 IMAP accounts will just be invisible and not
11018                 used.
11019         * src/textview.c
11020                 Make the "Copy ..." contextual menu items 
11021                 copy to both the X clipboard and the gtk 
11022                 clipboard - as most other apps do.
11023         * src/gtk/about.c
11024                 Add a notice about OpenSSL usage, in order to
11025                 comply with OpenSSL's license (point 6):
11026                 http://www.openssl.org/source/license.html
11027
11028 2005-07-06 [colin]      1.9.12cvs23
11029
11030         * src/alertpanel.c
11031                 Fix a minimum size for alertpanels
11032         * src/compose.c
11033                 Show 'No space left on device' type errors
11034                 when queuing/sending
11035         * src/imap_gtk.c
11036         * src/mh_gtk.c
11037                 Rework folder's deletion message (remove 
11038                 extra \n)
11039
11040 2005-07-05 [colin]      1.9.12cvs22
11041
11042         * src/imap.c
11043                 Add an alertpanel on auth error
11044                 Add pseudo-log
11045                 Remove pthread-related stuff
11046
11047 2005-07-05 [colin]      1.9.12cvs21
11048
11049         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11050                 Fix crash on plugin reloading (with a hack)
11051
11052 2005-07-05 [colin]      1.9.12cvs20
11053
11054         * src/prefs_account.c
11055         * src/prefs_account.h
11056                 Fix typo
11057         * src/gtk/filesel.c
11058         * src/gtk/filesel.h
11059                 Add a way to filter the view
11060         * src/gtk/pluginwindow.c
11061                 Filter loadable stuff
11062         * src/plugins/pgpmime/prefs_gpg.c
11063                 Fix missing unregistration
11064         * .cvsignore
11065         * src/etpan/.cvsignore
11066         * src/plugins/spamassassin/.cvsignore
11067                 Add more stuff to cvs ignored files
11068
11069 2005-07-04 [colin]      1.9.12cvs19
11070
11071         * src/imap.c
11072                 Fix scan_required returning FALSE when it
11073                 shouldn't. Maybe fix #760 (Can't retrieve
11074                 messages)
11075
11076 2005-07-04 [colin]      1.9.12cvs18
11077
11078         * src/summaryview.c
11079                 Fix always_show_msg pref
11080
11081 2005-07-04 [paul]       1.9.12cvs17
11082
11083         sync with main (forgotten in last commit)
11084         
11085         * src/common/utils.c
11086         * src/common/utils.h
11087                 check_line_length(): new.
11088                 is_dir_exist()
11089                 is_file_entry_exist()
11090                 dirent_is_regular_file()
11091                 dirent_is_directory(): use g_file_test() instead of stat().
11092
11093 2005-07-04 [paul]       1.9.12cvs16
11094
11095         sync with main:
11096
11097         * src/compose.c
11098                 compose_write_to_file(): check for line
11099                 length limit and display warning if exceeds
11100         * src/jpilot.c
11101                 use get_home_dir() instead of g_get_home_dir()
11102         * src/procheader.c
11103                 removed warning about invalid date
11104         * src/vcard.c
11105                 use get_home_dir() instead of g_get_home_dir()
11106
11107 2005-07-04 [paul]       1.9.12cvs15
11108
11109         * src/stock_pixmap.c
11110                 fix new pixmap naming errors
11111                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11112
11113 2005-07-04 [colin]      1.9.12cvs14
11114
11115         * src/imap.c
11116                 Fix debugging string with a warning
11117
11118 2005-07-04 [colin]      1.9.12cvs13
11119
11120         * configure.ac
11121                 Add a check for libetpan's version (>= 0.37)
11122
11123 2005-07-04 [hoa]        1.9.12cvs12
11124
11125         * commitHelper
11126         * src/imap.c
11127         * src/etpan/imap-thread.c
11128         * src/etpan/imap-thread.h
11129                 fixed IMAP implementation of check of mails.
11130
11131 2005-07-03 [hoa]        1.9.12cvs11
11132
11133         * src/etpan/Makefile.am
11134         * src/etpan/etpan-errors.h
11135         * src/etpan/etpan-log.[ch]
11136         * src/etpan/etpan-thread-manager-types.h
11137         * src/etpan/etpan-thread-manager.[ch]
11138         * src/etpan/imap-thread.[ch]
11139         * src/Makefile.am
11140         * src/imap.c
11141         * src/main.c
11142         * src/prefs_other.c
11143         * configure.ac
11144             merged imap branch.
11145             dependency on libetpan 0.37 is now added.
11146
11147 2005-07-01 [colin]      1.9.12cvs10
11148
11149         * src/Makefile.am
11150         * src/folder.c
11151         * src/folder.h
11152         * src/folderview.c
11153         * src/stock_pixmap.c
11154         * src/stock_pixmap.h
11155         * src/plugins/trayicon/trayicon.c
11156                 Add marked symbol on folders containing
11157                 marked messages
11158         * src/procmsg.c
11159         * src/procmsg.h
11160         * src/toolbar.c
11161         * src/prefs_common.c
11162         * src/prefs_common.h
11163         * src/prefs_send.c
11164                 Add an optional confirmation dialog on queue
11165                 sending. Patch by wwp.
11166         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11167         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11168         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11169         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11170         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11171         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11172         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11173         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11174         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11175         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11176         * src/pixmaps/trash_mark.xpm            ** ADDED **
11177                 New pixmaps
11178
11179 2005-07-01 [colin]      1.9.12cvs9
11180
11181         * src/summaryview.c
11182                 Fix a little threading bug
11183         * src/addrgather.c
11184         * src/mainwindow.c
11185                 A little bit of HIG normality never hurts
11186
11187 2005-07-01 [colin]      1.9.12cvs8
11188
11189         * src/compose.c
11190         * src/msgcache.c
11191         * src/pop.c
11192         * src/procmime.c
11193         * src/recv.c
11194         * src/common/log.c
11195         * src/common/template.c
11196         * src/common/utils.c
11197         * src/common/utils.h
11198                 Reverted the fwrite_atomic stuff. In fact
11199                 it is already atomic.
11200
11201 2005-06-30 [colin]      1.9.12cvs7
11202
11203         * src/common/utils.c
11204         * src/common/utils.h
11205                 Add an fwrite_atomic() function to make
11206                 sure we write everything: fwrite can make
11207                 short writes.
11208         * src/compose.c
11209         * src/msgcache.c
11210         * src/pop.c
11211         * src/procmime.c
11212         * src/recv.c
11213         * src/common/log.c
11214         * src/common/template.c
11215                 Use that (and fix swapping of size and nmemb).
11216                 Thanks to Rich Coe for the heads up.
11217
11218 2005-06-30 [colin]      1.9.12cvs6
11219
11220         * src/addressbook.c
11221                 Optimize addressbook opening 
11222
11223 2005-06-30 [colin]      1.9.12cvs5
11224
11225         * src/summaryview.c
11226                 Remove calls to summary_step after move/copy
11227
11228 2005-06-28 [paul]       1.9.12cvs4
11229
11230         * src/alertpanel.c
11231                 wrap and make the error msg selectable
11232
11233 2005-06-28 [paul]       1.9.12cvs3
11234
11235         * src/ssl_manager.c
11236                 replace the OK button with a Close button
11237         * src/gtk/foldersort.c
11238                 use GTK_STOCK_ icons/buttons
11239
11240 2005-06-28 [colin]      1.9.12cvs2
11241
11242         * src/gedit-print.c             ** ADDED **
11243         * src/gedit-print.h             ** ADDED **
11244         * src/gtk/gtksourceprintjob.c   ** ADDED **
11245         * src/gtk/gtksourceprintjob.h   ** ADDED **
11246                 I can't believe no one had enough time to tell
11247                 me I forgot the `cvs add`
11248
11249 2005-06-27 [colin]      1.9.12cvs1
11250
11251         * src/Makefile.am
11252         * src/gtk/Makefile.am
11253         * src/messageview.c
11254         * src/procmsg.c
11255         * src/summaryview.c
11256         * configure.ac
11257                 Add optional libgnomeprint-based printing
11258         * src/mainwindow.c
11259         * src/gtk/quicksearch.c
11260                 Add an Edit/Quick search menu item to show
11261                 and focus the quicksearch
11262
11263 2005-06-27 [paul]       1.9.12
11264
11265         1.9.12 release
11266
11267         * po/ca.po
11268         * po/de.po
11269         * po/es.po
11270         * po/fr.po
11271         * po/it.po
11272         * po/ko.po
11273         * po/pt_BR.po
11274         * po/sk.po
11275         * po/zh_CN.po
11276                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11277                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11278                 SungHyun Nam, Frederico Goncalves Guimaraes,
11279                 Andrej Kacian, and Yang Guilong
11280 2005-06-26 [colin]      1.9.11cvs106
11281
11282         * src/imap_gtk.c
11283                 Forgot one file for previous fix
11284
11285 2005-06-26 [colin]      1.9.11cvs105
11286
11287         * src/folder.c
11288         * src/imap.c
11289                 Fix problems with folder operations in no_select
11290                 imap folders. it applies only to mails, and 
11291                 creation/deletion/move/renaming of folders 
11292                 should be possible
11293
11294 2005-06-26 [paul]       1.9.11cvs104
11295
11296         * src/prefs_filtering.c
11297                 replace one more GTK_STOCK_REMOVE
11298                 with GTK_STOCK_DELETE
11299
11300 2005-06-25 [colin]      1.9.11cvs103
11301
11302         * src/imap.c
11303                 Optimize get_seq_set_from_seq_list
11304                 (Patch by Ricardo) 
11305
11306 2005-06-25 [colin]      1.9.11cvs102
11307
11308         * src/mh.c
11309                 If the directory exists, but not in the
11310                 correct encoding, rename it. This should
11311                 handle old-versions-induced bugs.
11312
11313 2005-06-25 [colin]      1.9.11cvs101
11314
11315         * src/mh.c
11316                 Fix path access with extended dir names
11317                 Fixes bug #589 (SC segfaults with wrong locale
11318                 settings)
11319
11320 2005-06-25 [colin]      1.9.11cvs100
11321
11322         * src/prefs_account.c
11323         * src/prefs_account.h
11324         * src/compose.c
11325                 Add an option to encrypt replies to
11326                 encrypted messages
11327
11328 2005-06-25 [colin]      1.9.11cvs99
11329
11330         * src/compose.c
11331         * src/quote_fmt_parse.y
11332                 ... And make it work with pgpinline.
11333
11334 2005-06-25 [colin]      1.9.11cvs98
11335
11336         * src/compose.c
11337         * src/procmime.c
11338         * src/procmime.h
11339         * src/quote_fmt_parse.y
11340                 o Make reedition of encrypted messages possible
11341                   (as long as it is encrypted to self too, no
11342                    magic there)
11343                 o Make replying with quote (and without selecting
11344                   text) possible for encrypted messages.
11345                 Closes bug #550 (Not possible to "reply with quote"
11346                 to gnupg encrypted messages)
11347
11348 2005-06-24 [paul]       1.9.11cvs97
11349
11350         * src/imap.c
11351                 add missing include
11352
11353 2005-06-24 [paul]       1.9.11cvs96
11354
11355         * src/editldap.c
11356                 made bind password entry invisible
11357                 (sync with main)
11358         * src/send_message.c
11359                 send_message_local(): check exit status
11360                 to detect errors (sync with main)
11361         * src/textview.c
11362                 use main's less ambiguous popup menu
11363                 wording
11364
11365 2005-06-24 [paul]       1.9.11cvs95
11366
11367         * src/prefs_actions.c
11368         * src/prefs_customheader.c
11369         * src/prefs_display_header.c
11370         * src/prefs_filtering_action.c
11371         * src/prefs_matcher.c
11372         * src/prefs_template.c
11373         * src/prefs_toolbar.c
11374                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11375         * src/gtk/description_window.c
11376                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11377
11378 2005-06-23 [colin]      1.9.11cvs94
11379
11380         * src/summaryview.c
11381                 Fix rough edges (be sure to call status_show whenever
11382                 necessary).
11383
11384 2005-06-23 [colin]      1.9.11cvs93
11385
11386         * src/summaryview.c
11387                 Optimize Select All
11388                 Before, in a 5K mails folder: 11s
11389                 After, in the same folder: 58000µs
11390                 The joys of locking... gtk_clist_select_all() fires a 
11391                 tree-select-row event for each selected row, which in 
11392                 summaryview, callbacks summary_selected which in turn,
11393                 calls summary_status_show, which walks the selected
11394                 rows. Hence, calling gtk_clist_select_all was 
11395                 exponential. Locking the summaryview makes 
11396                 summary_selected return early.
11397
11398 2005-06-23 [colin]      1.9.11cvs92
11399
11400         * src/imap.c
11401                 Move mutex at the important place to avoid
11402                 deadlocks
11403         * src/summaryview.c
11404                 Fix Del key deleting directly instead of
11405                 moving to trash
11406
11407 2005-06-22 [colin]      1.9.11cvs91
11408
11409         * src/plugins/spamassassin/libspamc.c
11410                 As we do spagetti code with assignations in multiple
11411                 places (see _message_read_raw where out = msg = raw),
11412                 let's be sure we don't free the same pointer twice.
11413                 Should fix bug #683 (Crash in libpam at 
11414                 message_cleanup).
11415
11416 2005-06-22 [colin]      1.9.11cvs90
11417
11418         * src/compose.c
11419         * src/messageview.c
11420         * src/toolbar.c
11421                 Make toolbar's delete use the move to trash stuff;
11422                 Add gtk_widget_realize to be sure pixmaps can get
11423                 created (that may fix an old worksforme bug which
11424                 I can't find back...)
11425
11426 2005-06-22 [colin]      1.9.11cvs89
11427
11428         * src/summaryview.c
11429         * src/summaryview.h
11430         * src/mainwindow.c
11431                 Rename "Message/Delete" to "Message/Move to trash"
11432                 Add "Message/Delete..." that directly destroys the
11433                 selected messages after asking for a confirmation.
11434
11435 2005-06-22 [colin]      1.9.11cvs88
11436
11437         * src/imap.c
11438                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11439                 o Fix a deadlock (thanks Darko)
11440
11441 2005-06-22 [colin]      1.9.11cvs87
11442
11443         * src/gtk/foldersort.c
11444                 Add missing include for the i18n;
11445                 patch by Fabien Vantard
11446
11447 2005-06-21 [colin]      1.9.11cvs86
11448
11449         * src/folder.c
11450         * src/folderview.c
11451                 Respect the no_select flag
11452         * src/imap.c
11453                 Fix recursive deletion
11454         * src/imap_gtk.c
11455         * src/mh_gtk.c
11456                 Make the folder deletion's warning
11457                 more explicit
11458
11459 2005-06-21 [colin]      1.9.11cvs85
11460
11461         * src/textview.c
11462                 Prevent email addresses from spanning accross
11463                 lines - fixes bug # 646 (newline-chars in 
11464                 email addresses)
11465
11466 2005-06-20 [colin]      1.9.11cvs84
11467
11468         * src/folder.c
11469                 Be sure not to remove source if copy failed
11470
11471 2005-06-20 [colin]      1.9.11cvs83
11472
11473         * src/folderview.c
11474         * src/imap_gtk.c
11475                 remove summaryview's lock
11476         * src/imap.c
11477                 introduce threads to avoid problems when foreground tasks
11478                 interfere with background tasks
11479         * src/mh.c
11480                 prevent moving to drafts/queue
11481         * src/mimeview.c
11482                 fix leak
11483
11484 2005-06-19 [colin]      1.9.11cvs82
11485
11486         * src/imap_gtk.c
11487                 Remember that the user doesn't want to override
11488                 offline mode, for 3 seconds. It avoid presenting
11489                 him with N popups in a really short time.
11490
11491 2005-06-17 [colin]      1.9.11cvs81
11492
11493         * src/imap.c
11494                 Fix IMAP breaking on folders containing '('
11495                 (Probably won't be enough)
11496
11497 2005-06-17 [colin]      1.9.11cvs80
11498
11499         Forgotten files on 1.9.11cvs79
11500         * src/summaryview.c
11501                 Fix stepping when not immediately executing
11502         * src/imap.c
11503                 Really prevent UID FETCH 0
11504         * src/codeconv.c
11505                 Fix outgoing charset never set to utf-8
11506         * src/mh.c
11507                 Fix leak
11508
11509 2005-06-16 [colin]      1.9.11cvs79
11510
11511         * src/compose.c
11512                 Fix bug #707 (Dash splits rows)
11513                 Only wrap if we're on a line break position and
11514                 the previous one was a "white" (space) char.
11515                 Pango stuff is weird.
11516
11517 2005-06-16 [colin]      1.9.11cvs78
11518
11519         * src/imap_gtk.c
11520                 Lock summaryview while downloading messages
11521                 on user demand
11522         * src/procheader.c
11523         * src/unmime.c
11524         * src/common/utils.c
11525         * src/common/utils.h
11526                 Replace \r and \n with spaces in From and
11527                 Subject headers
11528
11529 2005-06-16 [paul]       1.9.11cvs77
11530
11531         * src/procmime.c
11532                 liberalise the mime parser
11533         * src/gtk/about.c
11534                 add text wrapping
11535
11536 2005-06-16 [paul]       1.9.11cvs76
11537
11538         * src/gtk/about.c
11539                 reworked
11540
11541 2005-06-15 [colin]      1.9.11cvs75
11542
11543         * src/compose.c
11544                 Finish header encoding fix
11545         * src/summaryview.c
11546                 Fix segfault
11547         * src/headerview.c
11548                 Fix compilation (Thanks Stephan
11549                 Sachse)
11550
11551 2005-06-15 [colin]      1.9.11cvs74
11552
11553         * Makefile.am
11554                 Install gnome2 stuff rather than gnome1, 
11555                 if both are present
11556         * src/codeconv.c
11557         * src/codeconv.h
11558         * src/compose.c
11559                 Fix headers encoding
11560         * src/folder.c
11561                 Visual progress when fetching all messages
11562         * src/folderview.c
11563         * src/summaryview.c
11564         * src/summaryview.h
11565                 Prevent changing current message while
11566                 incorporating
11567
11568 2005-06-15 [paul]       1.9.11cvs73
11569
11570         * src/gtk/gtkaspell.c
11571         * src/gtk/gtkaspell.h
11572                 fix build warnings
11573
11574 2005-06-15 [paul]       1.9.11cvs72
11575
11576         * src/prefs_filtering.c
11577                 allow reordering of filter rules by
11578                 drag n drop
11579
11580 2005-06-15 [paul]       1.9.11cvs71
11581
11582         * COPYING
11583                 updated
11584         * src/codeconv.c
11585                 replace deprecated function
11586         * src/inc.c
11587         * src/send_message.c
11588         * src/gtk/progressdialog.c
11589         * src/gtk/progressdialog.h
11590                 salvage and reuse parts of reverted sync
11591
11592 2005-06-15 [paul]       1.9.11cvs70
11593
11594         * src/inc.c
11595         * src/send_message.c
11596         * src/gtk/progressdialog.c
11597         * src/gtk/progressdialog.h
11598                 revert yesterday's sync with main
11599                 it contains deprecated functions
11600
11601 2005-06-15 [colin]      1.9.11cvs69
11602
11603         * src/headerview.c
11604                 Fix bug #670 (multi user to: will corrupt message 
11605                 headers display)
11606
11607 2005-06-15 [colin]      1.9.11cvs68
11608
11609         * src/compose.c
11610                 Fix bug #421 (Fix undo on wrapping)
11611
11612 2005-06-15 [colin]      1.9.11cvs67
11613
11614         * src/folder.c
11615                 Provide visual feedback while processing
11616                 folder's rules.
11617         * src/imap.c
11618                 Provide visual feedback while getting
11619                 short headers (for uncached messages)
11620
11621
11622 2005-06-14 [paul]       1.9.11cvs66
11623
11624         * src/account.c
11625                 change a couple stock icons
11626         * src/inc.c
11627         * src/send_message.c
11628         * src/gtk/progressdialog.c
11629         * src/gtk/progressdialog.h
11630                 sync main's GtkTreeView implementation
11631
11632 2005-06-14 [colin]      1.9.11cvs65
11633
11634         * src/imap.c
11635                 Various little fixes, mainly on error paths
11636
11637 2005-06-13 [colin]      1.9.11cvs64
11638
11639         * matcher.c
11640         * procmsg.c
11641         * procmsg.h
11642                 Add a way to fetch only headers. This speeds
11643                 up filtering on headers for IMAP. Fixes:
11644                 bug #481 extraneous imap commands slow down 
11645                         imap filtering
11646                 bug #522 Sylpheed downloads all messages 
11647                         when opening mailbox (IMAP)
11648                 bug #677 IMAP fetch is soooooooooooooo slow
11649         * src/folder.c
11650         * src/folder.h
11651                 Add a folder set_batch method so that
11652                 implementations can speed up flags changes
11653         * src/folderutils.c
11654         * src/summaryview.c
11655                 Use that in mark as (un)read and mark all read
11656                 Refix bug #679
11657         * src/imap.c
11658                 Implement set_batch - brings back deferred
11659                 flags in a less buggy manner. Fixes:
11660                 bug #729 IMAP immediate expunge of deleted messages
11661                 bug #191 remove list of messages with one command
11662                 Fix login with strange chars
11663                 Implement fetch_msg_full
11664                 Fix copy (wrong counts)
11665
11666 2005-06-12 [colin]      1.9.11cvs63
11667
11668         * src/folder.c
11669                 lock incorporation during long operations.
11670                 Avoids fucking up the IMAP socket.
11671
11672 2005-06-12 [colin]      1.9.11cvs62
11673
11674         * src/imap.c
11675                 Fix harmful typo
11676                 Factorize remove_all_msg
11677                 Thread-ize expunge
11678         * src/summaryview.c
11679                 Don't update partial-download status if unnecessary
11680         * src/folder.c
11681                 Use remove_msgs everywhere possible
11682
11683 2005-06-12 [colin]      1.9.11cvs61
11684
11685         * src/folder.c
11686         * src/folder.h
11687                 Add a remove_msgs function to remove a 
11688                 list of messages
11689         * src/imap.c
11690                 Implement that.
11691
11692 2005-06-12 [colin]      1.9.11cvs60
11693
11694         * src/imap.c
11695                 Remove flags-processing deferring... Too hard
11696                 to get it to work in all cases.
11697
11698 2005-06-11 [colin]      1.9.11cvs59
11699
11700         * src/imap.c
11701                 printf -> debug_print
11702
11703 2005-06-11 [colin]      1.9.11cvs58
11704
11705         * src/imap.c
11706                 o Fix build without USE_PTHREAD
11707                 o Factorize imap_open
11708                 o Alertpanel in case of impossible connection
11709                 o Alertpanel in case of impossible login
11710                 o Fix deferred flags processing to force a 
11711                   flush before adding some more flags to process,
11712                   but in another folder.
11713
11714 2005-06-10 [colin]      1.9.11cvs57
11715
11716         * src/imap.c
11717                 o Fix a format string error
11718                 o init ssl socket outside of the thread 
11719                   (it possibly invokes gtk calls)
11720         * src/procmime.c
11721                 o Put back the buffer to its necessary size
11722                 o Fix changing a file pointer without keeping
11723                   track of it (thanks Valgrind)
11724         * src/common/smtp.c
11725                 o Fix automatic STARTTLS if login should be done
11726                   and the server only allows it after starting TLS
11727         * src/gtk/gtkinputdialog.c
11728                 o Eat GDK_Return so that the combo popup doesn't 
11729                   appear when we press Enter to validate the combo
11730                   input dialog (as seen in the Open with... dialog)
11731
11732 2005-06-10 [colin]      1.9.11cvs56
11733
11734         * src/imap.c
11735                 o A bit less debug
11736                 o Fix a crash on deletion
11737                 o Threadize imap_select (it's called outside of 
11738                   threads)
11739                 o Defer treatment of DELETED flags
11740
11741
11742 2005-06-09 [colin]      1.9.11cvs55
11743
11744         * src/imap.c
11745                 Make sure we check imap_gtk_should_override(), which
11746                 potentially calls gtk stuff, before creating thread.
11747                 That way it should't be called via imap_get_session()
11748                 inside a thread.
11749
11750 2005-06-09 [colin]      1.9.11cvs54
11751
11752         * src/imap.c
11753                 o add a bit of status output
11754                 o remove some dead code
11755                 o threadize get_list_of_uids
11756                 o threadize imap_get_flags
11757                 o defer flag changing by 500ms so that they
11758                   can be batched
11759
11760
11761 2005-06-08 [colin]      1.9.11cvs53
11762
11763         * src/imap.c
11764                 Thread-ize imap_cmd_fetch
11765
11766 2005-06-08 [colin]      1.9.11cvs52
11767
11768         * src/main.c
11769                 Mmh, that broke POP3...
11770
11771 2005-06-08 [colin]      1.9.11cvs51
11772
11773         * src/main.c
11774                 Stabilize IMAP patch (thanks to Hoa)
11775
11776 2005-06-08 [colin]      1.9.11cvs50
11777
11778         * src/imap.c
11779                 Test patch to speed up imap. 
11780
11781 2005-06-08 [colin]      1.9.11cvs49
11782
11783         * src/imap_gtk.c
11784                 Warning fix
11785         * src/procmime.c
11786                 Apply patch from gentoo to use /usr/share/mime/globs if 
11787                 available, after un-breaking it
11788         * src/common/log.c
11789         * src/common/log.h
11790                 Use g_timeout for invoking hooks that possibly use gtk
11791                 calls. This should leave gtk calls in the main thread.
11792
11793 2005-06-08 [paul]       1.9.11cvs48
11794
11795         * src/codeconv.c
11796                 conv_get_outgoing_charset_str(): don't
11797                 use prefs_common setting
11798         * src/compose.c
11799         * src/compose.h
11800                 add /Options/Character encoding/... to
11801                 temporarily change the outgoing encoding
11802
11803         (belated sync with main)
11804
11805 2005-06-08 [paul]       1.9.11cvs47
11806
11807         * src/compose.c
11808                 correction to/completion of last
11809                 sync with main
11810
11811 2005-06-08 [paul]       1.9.11cvs46
11812
11813         sync with main:
11814         
11815         * src/codeconv.c
11816         * src/codeconv.h
11817                 always enabled Japanese auto-detection
11818                 if the first letters of locale string
11819                 is "ja"
11820         * src/compose.c
11821                 don't use "destroy" signal to destroy
11822                 Compose object (fix rare crashes on discard?)
11823         * src/mainwindow.c
11824         * src/messageview.c
11825         * src/prefs_send.c
11826                 added Hebrew encodings
11827         * src/sourcewindow.c
11828                 don't use "destroy" signal to destroy
11829                 objects
11830
11831 2005-06-07 [colin]      1.9.11cvs45
11832
11833         * src/summaryview.c
11834                 Add missing unlocks/locks
11835
11836 2005-06-07 [paul]       1.9.11cvs44
11837
11838         * src/summaryview.c
11839                 restore bug #749 fix
11840
11841 2005-06-06 [colin]      1.9.11cvs43
11842
11843         * src/summaryview.c
11844                 Fix selection bug when prefs_common.open_unread 
11845                 is FALSE
11846
11847 2005-06-06 [colin]      1.9.11cvs42
11848
11849         * src/common/md5.c
11850                 Fix a warning
11851         * src/summaryview.c
11852         * src/folderview.c
11853                 Factorize long operations beginning and end
11854                 (locking, freezing/thawing, cursor, ...)
11855                 Check selection->data member in selection-
11856                 related loops; this avoids dying an awful
11857                 death if the selection changes on us while
11858                 we're marking a whole IMAP folder unread, 
11859                 for example.
11860
11861 2005-06-06 [paul]       1.9.11cvs41
11862
11863         * src/textview.c
11864                 don't g_free() a static gchar buffer
11865
11866 2005-06-05 [colin]      1.9.11cvs40
11867
11868         * src/mainwindow.c
11869         * src/messageview.c
11870         * src/summaryview.c
11871                 Fix bug #749 (Show all headers should be
11872                 sticky as the GUI suggests)
11873
11874 2005-06-03 [paul]       1.9.11cvs39
11875
11876         * src/compose.c
11877                 don't allow editing of mail while sending.
11878                 patch by Colin
11879
11880 2005-06-03 [paul]       1.9.11cvs38
11881
11882         * src/folderview.c
11883                 add a freeze/thaw to speed up 'mark all read'
11884
11885 2005-06-03 [paul]       1.9.11cvs37
11886
11887         * src/prefs_message.c
11888                 reflect changes immediately
11889
11890 2005-06-02 [colin]      1.9.11cvs36
11891
11892         * po/POTFILES.in
11893                 Patch by Fabien Vantard.
11894
11895 2005-06-02 [colin]      1.9.11cvs35
11896
11897         * src/imap.c
11898                 Use a non-blocking imap_getline() if possible.
11899                 This should completely prevent the interface
11900                 from freezin on imap operations, although it
11901                 may do strange stuff in case of folder switching
11902                 while a big imap operation is taking place...
11903
11904                 In addition, fix a leak in the case thread
11905                 creation fails on connection.
11906
11907 2005-06-02 [colin]      1.9.11cvs34
11908
11909         * src/crash.c
11910         * src/prefs_common.h
11911                 Fix build (prefs_common_init() doesn't exist
11912                 anymore)
11913
11914 2005-06-02 [colin]      1.9.11cvs33
11915
11916         * src/prefs_account.c
11917                 Fix bug #245 (filtering rules broken when
11918                 renaming a remote account (imap4 or nntp)
11919
11920 2005-06-02 [colin]      1.9.11cvs32
11921
11922         * src/imap.c
11923                 Try to fix IMAP shortcomings: 
11924                 o Multithread imap_open()
11925                 o allow offline-mode overriding instead of
11926                   just returning NULL
11927         * src/imap_gtk.c
11928         * src/imap_gtk.h
11929                 Add a function to ask whether we want to
11930                 override offline-mode for 10 minutes (one-shot
11931                 asking was painful)
11932         * src/procheader.c
11933                 Fix segfault when imap parser isn't happy about
11934                 a missing {
11935
11936 2005-06-01 [colin]      1.9.11cvs31
11937
11938         * src/addrharvest.c
11939         * src/compose.c
11940         * src/mbox.c
11941         * src/mbox.h
11942         * src/mh.c
11943         * src/msgcache.c
11944         * src/send_message.c
11945         * src/setup.c
11946         * src/undo.c
11947         * src/common/hooks.c
11948         * src/common/prefs.c
11949         * src/common/template.c
11950         * src/common/utils.c
11951         * src/gtk/gtkutils.c
11952         * src/gtk/inputdialog.c
11953         * src/gtk/menu.c
11954         * src/gtk/pluginwindow.c
11955         * src/gtk/prefswindow.c
11956         * src/plugins/pgpmime/passphrase.c
11957         * src/plugins/pgpmime/prefs_gpg.c
11958                 More -Wall fixes
11959
11960         * src/common/Makefile.am
11961         * src/common/timing.h
11962                 Add basic timing code
11963
11964         * src/summaryview.c
11965                 Fix a bug with unread messages when 
11966                 re-sorting folders, and by the way
11967                 fix a big performance hit when 
11968                 re-sorting (10k mails: before 5s,
11969                 after .5s)
11970
11971         * src/prefs_compose_writing.c
11972         * src/prefs_compose_writing.h
11973         * src/prefs_message.c
11974         * src/prefs_message.h
11975         * src/prefs_other.c
11976         * src/prefs_other.h
11977         * src/prefs_quote.c
11978         * src/prefs_quote.h
11979         * src/prefs_receive.c
11980         * src/prefs_receive.h
11981         * src/prefs_send.c
11982         * src/prefs_send.h
11983         * src/prefs_summaries.c
11984         * src/prefs_summaries.h
11985                 Fix copyright banner
11986
11987 2005-06-01 [paul]       1.9.11cvs30
11988
11989         * po/fi.po
11990                 updated by Flammie Pirinen
11991         * src/procmime.c
11992                 fix 'Bad BASE64 content' output
11993
11994 2005-05-31 [colin]      1.9.11cvs29
11995
11996         * src/procmime.c
11997                 Oops, where did my hunk go.
11998
11999 2005-05-31 [colin]      1.9.11cvs28
12000
12001         * src/Makefile.am
12002         * src/account.c
12003         * src/action.c
12004         * src/addr_compl.c
12005         * src/addressbook.c
12006         * src/codeconv.c
12007         * src/compose.c
12008         * src/export.c
12009         * src/folder.c
12010         * src/folderview.c
12011         * src/image_viewer.c
12012         * src/main.c
12013         * src/mainwindow.c
12014         * src/messageview.c
12015         * src/mimeview.c
12016         * src/msgcache.c
12017         * src/prefs_account.c
12018         * src/prefs_actions.c
12019         * src/prefs_common.c
12020         * src/prefs_compose_writing.c
12021         * src/prefs_customheader.c
12022         * src/prefs_ext_prog.c
12023         * src/prefs_filtering.c
12024         * src/prefs_filtering_action.c
12025         * src/prefs_fonts.c
12026         * src/prefs_image_viewer.c
12027         * src/prefs_message.c
12028         * src/prefs_message.h
12029         * src/prefs_msg_colors.c
12030         * src/prefs_other.c
12031         * src/prefs_other.h
12032         * src/prefs_quote.c
12033         * src/prefs_receive.c
12034         * src/prefs_receive.h
12035         * src/prefs_send.c
12036         * src/prefs_send.h
12037         * src/prefs_spelling.c
12038         * src/prefs_summaries.c
12039         * src/prefs_summary_column.c
12040         * src/prefs_template.c
12041         * src/prefs_themes.c
12042         * src/prefs_toolbar.c
12043         * src/prefs_wrapping.c
12044         * src/procmime.c
12045         * src/procmsg.c
12046         * src/send_message.h
12047         * src/ssl_manager.c
12048         * src/summary_search.c
12049         * src/summaryview.c
12050         * src/textview.c
12051         * src/wizard.c
12052         * src/common/smtp.c
12053         * src/common/smtp.h
12054         * src/gtk/gtkutils.h
12055                 o Move the rest of Common prefs to new style
12056                 o Lots of -Wall warning fixes
12057                 o fix FIXME in cache memusage calculation
12058                 o Let return receipts be sent from any account
12059                 o Little cache optimisation (read)
12060                 o Fix bug #746 (don't treat commas as separators
12061                   when inside a quoted string)
12062
12063 2005-05-31 [paul]       1.9.11cvs27
12064
12065         * src/prefs_common.c
12066                 fix 'off-by-one' typo
12067
12068 2005-05-31 [paul]       1.9.11cvs26
12069
12070         * src/account.c
12071         * src/addr_compl.c
12072         * src/compose.c
12073         * src/foldersel.c
12074         * src/prefs_actions.c
12075         * src/prefs_common.c
12076         * src/prefs_common.h
12077         * src/prefs_customheader.c
12078         * src/prefs_display_header.c
12079         * src/prefs_filtering.c
12080         * src/prefs_filtering_action.c
12081         * src/prefs_matcher.c
12082         * src/prefs_summaries.c
12083         * src/prefs_summary_column.c
12084         * src/prefs_template.c
12085         * src/prefs_toolbar.c
12086         * src/ssl_manager.c
12087         * src/gtk/pluginwindow.c
12088         * src/gtk/prefswindow.c
12089         * src/gtk/progressdialog.c
12090                 add hidden prefs 'enable_rules_hint'
12091                 for gtk_tree_view_set_rules_hint()
12092                 (sync with main)
12093                 
12094
12095 2005-05-31 [colin]      1.9.11cvs25
12096
12097         * src/Makefile.am
12098         * src/main.c
12099         * src/prefs_common.c
12100         * src/prefs_summaries.c ** ADDED **
12101         * src/prefs_summaries.h ** ADDED **
12102                 Common/Display -> Display/Summaries
12103
12104 2005-05-31 [colin]      1.9.11cvs24
12105
12106         * src/Makefile.am
12107         * src/main.c
12108         * src/prefs_quote.c ** ADDED **
12109         * src/prefs_quote.h ** ADDED **
12110                 Move Common/Quote to Compose/Quoting
12111         * src/prefs_common.c
12112         * src/prefs_common.h
12113                 Remove old quote stuff, add
12114                 convenience functions for GtkTextView prefs
12115         * src/gtk/prefswindow.c
12116                 Set default height higher
12117
12118 2005-05-30 [colin]      1.9.11cvs23
12119
12120         * src/Makefile.am
12121         * src/main.c
12122         * src/prefs_common.c
12123         * src/prefs_compose_writing.c ** ADDED **
12124         * src/prefs_compose_writing.h ** ADDED **
12125                 Move Common/Compose prefs to Compose/Writing
12126
12127 2005-05-30 [colin]      1.9.11cvs22
12128
12129         * src/common/utils.c
12130                 Fix bug #651 (Confused Attract by Subject)
12131                 Patch by M. Benkmann <haferfrost@web.de>
12132         * AUTHORS
12133
12134 2005-05-30 [colin]      1.9.11cvs21
12135
12136         * src/compose.c
12137                 Fix concatenation of different headers of
12138                 the same type (bug #645)
12139         * src/prefs_folder_item.c
12140                 Fix bug #699 (setting color to black doesn't
12141                 work immediately)
12142         * src/procmime.c
12143                 Print out decoding error only once per
12144                 block
12145
12146 2005-05-30 [paul]       1.9.11cvs20
12147
12148         * src/common/template.c
12149                 fix Bcc
12150
12151 2005-05-30 [paul]       1.9.11cvs19
12152
12153         * doc/src/rfc2368.txt   **NEW FILE**
12154         * src/compose.c
12155                 compose_entries_set(): don't interpret Bcc
12156                 header field (conform to RFC 2368)
12157                 (sync with main)
12158
12159 2005-05-29 [colin]      1.9.11cvs18
12160
12161         * src/prefs_common.c
12162                 Let the default reply format respect
12163                 netiquette by cutting the signature.
12164
12165 2005-05-29 [colin]      1.9.11cvs17
12166
12167         * src/summaryview.c
12168                 Don't let always_show_msg override
12169                 open_unread_on_enter when opening a new
12170                 directory.
12171
12172 2005-05-27 [paul]       1.9.11cvs16
12173
12174         sync with main:
12175
12176         * src/main.c
12177                 app_will_exit(): cleanup tmp directory when exit
12178         * src/message_search.c
12179                 improved the interface and made code cleanup.
12180                 removed Clear button
12181         * src/send_message.c
12182                 send_message_local(): use GSpawn, and detect errors
12183         * src/summary_search.c
12184                 improved the interface and made code cleanup
12185         * src/textview.c
12186                 textview_write_link(): also skip non-ascii space
12187                  at the head of link strings (phishing check
12188                  didn't work at the case)
12189         * src/common/utils.c
12190                 get_command_output(): use g_spawn_command_line_sync()
12191                 instead of popen()
12192
12193 2005-05-26 [colin]      1.9.11cvs15
12194
12195         * src/folder.c
12196                 remove printf
12197
12198 2005-05-26 [colin]      1.9.11cvs14
12199
12200         * src/common/nntp.c
12201                 Fix nntp mode reader (bug #611)
12202                 Patch by Florian Mickler <florian@mickler.org>
12203
12204 2005-05-26 [colin]      1.9.11cvs13
12205
12206         * src/plugins/pgpmime/passphrase.c
12207                 Fix mouse grabbing (bug #557)
12208
12209 2005-05-26 [colin]      1.9.11cvs12
12210
12211         * src/prefs_themes.c
12212                 Fix g_warning (bug #541)
12213
12214 2005-05-26 [colin]      1.9.11cvs11
12215
12216         * src/prefs_actions.c
12217         * src/prefs_template.c
12218                 Fix bug #506 (no warning if action/template
12219                 is not saved)
12220         * src/common/template.c
12221                 Fix a possible crash
12222
12223 2005-05-26 [colin]      1.9.11cvs10
12224
12225         * src/folder.c
12226         * src/folderview.c
12227         * src/procmsg.c
12228         * src/summaryview.c
12229                 Forbid locked messages to be moved or
12230                 deleted. Locked messages in trashes 
12231                 still get deleted, for performance
12232                 reason (mh.c::mh_remove_all_msgs)
12233
12234 2005-05-25 [colin]      1.9.11cvs9
12235
12236         * src/procmime.c
12237                 Use correct encoding when sending mails
12238                 with attachments that have accentued 
12239                 chars in their name
12240
12241 2005-05-24 [colin]      1.9.11cvs8
12242
12243         * src/summaryview.c
12244                 Fix bug #688 f) read/unread marker not
12245                 changed on first click
12246                 Also, optimize summary_status_show()
12247                 calls
12248         * src/folder.c
12249         * src/inc.c
12250         * src/procmime.c
12251                 Fix bug #688 b) and c) wrt message
12252                 attachments and signature
12253         * src/stock_pixmap.c
12254         * src/stock_pixmap.h
12255         * src/stock_pixmap.c
12256         * src/stock_pixmap.h
12257         * src/Makefile.am
12258         * src/pixmaps/clip_gpg_signed.xpm
12259                 Add clip/signed icon
12260
12261 2005-05-24 [colin]      1.9.11cvs7
12262
12263         * src/folder_item_prefs.c
12264                 whitespace fix
12265
12266 2005-05-24 [colin]      1.9.11cvs6
12267
12268         * src/folderview.c
12269         * src/prefs_common.c
12270         * src/prefs_common.h
12271                 Add a confirmation to folder drag and drop
12272                 fixes bug #156
12273         * src/alertpanel.c
12274         * src/alertpanel.h
12275                 fix _with_disable parameters so that
12276                 the buttons labels are specifiable too
12277         * src/plugins/pgpmime/sgpgme.c
12278                 reflect said change
12279                 
12280
12281 2005-05-24 [colin]      1.9.11cvs5
12282
12283         * src/folderview.c
12284                 Uncollapse/collapse folders on double-click
12285                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12286                 closes bug #108
12287
12288 2005-05-23 [colin]      1.9.11cvs4
12289
12290         * src/common/socket.c
12291                 Check another special SSL_peek() error.
12292                 Should help wrt bug #728
12293
12294 2005-05-23 [colin]      1.9.11cvs3
12295
12296         * src/plugins/pgpmime/pgpmime.c
12297                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12298                 breaking menu accelerators and stuff. Users will have to
12299                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12300                 account's privacy preferences if needed.
12301
12302 2005-05-22 [paul]
12303
12304         * tools/kdeservicemenu/install.sh
12305                 use kdesu to prompt for root password if doing
12306                 global install/uninstall
12307
12308 2005-05-20 [colin]      1.9.11cvs2
12309
12310         * src/procmsg.c
12311                 Fix another compilation error with gcc-2.9x
12312                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12313         * src/send_message.c
12314                 Don't send QUIT if we aren't connected
12315
12316 2005-05-19 [colin]      1.9.11cvs1
12317
12318         * src/procmsg.c
12319                 Fix compilation with gcc 2.9x
12320
12321 2005-05-19 [paul]       1.9.11
12322
12323         1.9.11 released
12324
12325 2005-05-19 [paul]       1.9.9cvs14
12326
12327         * src/gtk/inputdialog.c
12328                 prevent gettext warning
12329
12330 2005-05-19 [paul]       1.9.9cvs13
12331
12332         * src/mainwindow.c
12333         * src/prefs_common.c
12334         * src/prefs_common.h
12335         * src/textview.c
12336         * src/textview.h
12337                 add an option to toggle cursor in message
12338                 view (sync with main)
12339
12340 2005-05-18 [colin]      1.9.9cvs12
12341
12342         * src/compose.c
12343                 Dereference freed pointer
12344         * src/gtk/gtkaspell.c
12345                 Fix duplication of dictionaries (is it an aspell issue?)
12346
12347 2005-05-18 [colin]      1.9.9cvs11
12348
12349         * src/gtk/inputdialog.c
12350         * src/gtk/gtkaspell.c
12351                 HIGuify dialogs
12352         * src/alertpanel.c
12353                 Remove a double call
12354
12355 2005-05-17 [colin]      1.9.9cvs10
12356
12357         * src/gtk/gtkaspell.c
12358                 Fix dialogs, Ctrl-Enter accel
12359
12360 2005-05-17 [colin]      1.9.9cvs9
12361
12362         * src/gtk/gtkaspell.c
12363                 Fix some accelerators, escape in replace-window
12364
12365 2005-05-16 [colin]      1.9.9cvs8
12366
12367         * src/gtk/gtkaspell.c
12368                 Revert last commit, it was a mistake.
12369
12370 2005-05-16 [colin]      1.9.9cvs7
12371
12372         * src/gtk/gtkaspell.c
12373                 Remove buggy code while we're at it. It's a 
12374                 dead code path anyway.
12375
12376 2005-05-16 [colin]      1.9.9cvs6
12377
12378         * src/gtk/gtkaspell.c
12379                 Missed some gtk_menu_popup where deactivate
12380                 signal should be handled. Should fix bug
12381                 #629 a bit more.
12382
12383 2005-05-16 [colin]      1.9.9cvs5
12384
12385         * src/gtk/gtkaspell.c
12386                 Remove debug printf()s
12387
12388 2005-05-16 [colin]      1.9.9cvs4
12389
12390         * src/gtk/gtkaspell.c
12391                 Fix a bit aspell problems
12392                 (see bug #629)
12393
12394 2005-05-13 [colin]      1.9.9cvs3
12395
12396         * src/folderview.c
12397                 Fix the + appearing even when no subfolders
12398                 have unread messages. Thanks to wwp for the
12399                 bug report.
12400
12401 2005-05-11 [paul]       1.9.9cvs2
12402
12403         * src/folderview.c
12404                 correction to 1.9.9cvs1, only colour folders that
12405                 have new msgs (not unread msgs)
12406
12407 2005-05-10 [colin]      1.9.9cvs1
12408
12409         * src/folderview.c
12410         * src/summaryview.c
12411                 Try to fix bolding bugs again.
12412
12413 2005-05-09 [paul]
12414
12415         * tools/claws.i18n.status.pl
12416                 add Ricardo Mones Lastra's script that has been providing
12417                 the i18n status page for many months
12418
12419 2005-05-09 [paul]       1.9.9
12420
12421         1.9.9 release
12422
12423 2005-05-09 [paul]       1.9.6cvs58
12424
12425         * AUTHORS
12426         * INSTALL
12427         * README.claws
12428                 updated
12429         * Makefile.am 
12430         * RELEASE_NOTES.claws
12431                 add release notes to cvs to simplify release
12432                 procedure
12433         * configure.ac
12434                 add ca and fi to ALL_LINGUAS
12435         * po/Makefile.in.in
12436                 workaround for missing Makevars
12437         * po/ca.po
12438         * po/fi.po
12439                 add new Catalan and Finnish translations
12440                 submitted by Miquel Oliete and Flammie Pirinen
12441         * po/de.po
12442         * po/es.po
12443         * po/fr.po
12444         * po/it.po
12445         * po/pl.po
12446         * po/ru.po
12447         * po/sk.po
12448         * po/sr.po
12449         * po/zh_CN.po
12450                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12451                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12452                 Urke MMI, and Hansom Young
12453         * src/main.c
12454                 Fix drafting when quitting. compose_draft() closes the
12455                 compose windows, which modifies the compose_list GSList.
12456                 We have to refresh this list after echo drafting to avoid a
12457                 segfault
12458         * src/partial_download.c
12459                 fix segfault on exit
12460
12461 2005-05-06 [paul]       1.9.6cvs57
12462
12463         * src/grouplistdialog.c
12464                 quick fix/workaround for unresizeable newsgroup
12465                 name column 
12466
12467 2005-05-06 [paul]       1.9.6cvs56
12468
12469         * src/inc.c
12470         * src/mainwindow.c
12471                 use gettext plural forms
12472         * src/imap_gtk.c
12473         * src/mh_gtk.c
12474         * src/toolbar.c
12475                 small improvement to english usage
12476
12477 2005-05-05 [thorsten]   1.9.6cvs55
12478
12479         * src/folder.c
12480                 fix possible crash
12481
12482 2005-05-05 [paul]       1.9.6cvs54
12483         
12484         sync with HEAD
12485
12486         * AUTHORS
12487         * src/compose.c
12488                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12489                 patch by Tim Mann
12490
12491 2005-05-05 [paul]       1.9.6cvs53
12492
12493         * src/mainwindow.c
12494                 fix resizing of separate message and
12495                 folder views
12496
12497 2005-05-05 [paul]       1.9.6cvs52
12498
12499         * src/account.c
12500         * src/addrgather.c
12501         * src/browseldap.c
12502         * src/exphtmldlg.c
12503         * src/expldifdlg.c
12504         * src/importmutt.c
12505         * src/importpine.c
12506         * src/main.c
12507         * src/mainwindow.c
12508         * src/noticeview.c
12509         * src/prefs_filtering.c
12510         * src/prefs_filtering_action.c
12511         * src/prefs_matcher.c
12512         * src/prefs_spelling.c
12513         * src/prefs_toolbar.c
12514         * src/toolbar.c
12515         * src/wizard.c
12516         * src/gtk/description_window.c
12517         * src/gtk/gtkvscrollbutton.c
12518         * src/gtk/progressdialog.c
12519         * src/gtk/quicksearch.c
12520         * src/plugins/pgpmime/prefs_gpg.c
12521         * src/plugins/spamassassin/spamassassin_gtk.c
12522                 replace deprecated gtk_widget_set_usize
12523
12524 2005-05-04 [colin]      1.9.6cvs51
12525
12526         * src/common/utils.c
12527                 Fix crash when subst_for_filename is called
12528                 with a NULL parameter
12529
12530 2005-05-04 [colin]      1.9.6cvs50
12531
12532         * src/partial_download.c
12533         * src/pop.c
12534                 Escape login when writing uidl file
12535                 fixes bug #736
12536
12537 2005-05-03 [colin]      1.9.6cvs49
12538
12539         * src/procmime.c
12540                 Fix possible DOS in mime parser
12541                 (see bug #634)
12542
12543 2005-05-02 [colin]      1.9.6cvs48
12544
12545         * src/compose.c
12546                 Try to fix the copy/paste mess once again.
12547
12548
12549 2005-04-30 [colin]      1.9.6cvs47
12550
12551         * src/prefs_account.h
12552         * src/procmsg.c
12553         * src/send_message.c
12554         * src/common/smtp.c
12555         * src/common/smtp.h
12556                 Try to batch sending mails (per account) instead of
12557                 reconnecting to server every time.
12558
12559 2005-04-29 [colin]      1.9.6cvs46
12560
12561         * src/messageview.c
12562                 Fix window resizing that refused to size down
12563         * src/prefs_common.c
12564         * src/prefs_common.h
12565         * src/prefs_filtering.c
12566                 Save Filtering's window size
12567
12568 2005-04-21 [paul]       1.9.6cvs45
12569
12570         * ChangeLog-gtk2.claws
12571         * src/setup.c
12572                 correction to sync
12573
12574 2005-04-21 [paul]       1.9.6cvs44
12575
12576         sync with main:
12577
12578         * src/setup.c
12579         * src/statusbar.c
12580         * src/statusbar.h
12581                 use gtkut_widget_draw_now(). Improved performance
12582                 of the update of statusbar
12583         * src/textview.c
12584                 textview_smooth_scroll_do(): redraw it after scroll
12585                 is done (fixed incorrect display when a part of the
12586                 view is hidden).
12587         * src/gtk/gtkutils.c
12588         * src/gtk/gtkutils.h
12589                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12590                 to force update of widgets.
12591                 Removed gtkut_widget_wait_for_draw() which had a big
12592                 overhead  because of waiting for all events processed 
12593
12594 2005-04-20 [paul]       1.9.6cvs43
12595
12596         * src/codeconv.c
12597                 complete 1.9.6cvs42's sync:
12598                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12599
12600 2005-04-19 [paul]       1.9.6cvs42
12601
12602         sync with main:
12603
12604         * src/action.c
12605                 catch_output(): correctly select the insert text
12606                 (fix invalid iterator warnings).
12607         * src/codeconv.c
12608         * src/codeconv.h
12609         * src/mainwindow.c
12610         * src/messageview.c
12611         * src/prefs_common.c
12612                 support GBK encoding.
12613         * src/common/session.c
12614         * src/common/session.h
12615                 use separate buffer for large data to be sent,
12616                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12617
12618 2005-04-18 [paul]       1.9.6cvs41
12619
12620         * src/jpilot.c
12621                 convert unsigned long into guint32
12622                 patch by Paul LeoNerd Evans 
12623
12624 2005-04-17 [colin]      1.9.6cvs40
12625
12626         * src/compose.c
12627                 Fix 'Request return receipt' from folder
12628                 properties (bug #708)
12629
12630 2005-04-17 [colin]      1.9.6cvs39
12631
12632         * src/mainwindow.c
12633                 Fix duplicate hotkeys in Mainwindow's menu
12634
12635 2005-04-17 [colin]      1.9.6cvs38
12636
12637         * src/folderview.c
12638                 Fix duplicate hotkeys in Folderview's contextual
12639                 menu
12640
12641 2005-04-15 [colin]      1.9.6cvs37
12642
12643         * src/summaryview.c
12644                 Fix 'Save as...' with non-ascii filenames
12645
12646 2005-04-15 [colin]      1.9.6cvs36
12647
12648         * src/plugins/pgpmime/pgpmime.c
12649                 Fix bus error on 64bit. Spotted by 
12650                 macallan1888@gmail.com
12651
12652 2005-04-15 [colin]      1.9.6cvs35
12653
12654         * src/prefs_account.c
12655                 Fix cvs34.
12656
12657 2005-04-12 [colin]      1.9.6cvs34
12658
12659         * src/prefs_account.c
12660                 Fix smtp auth type off-by-one. We forgot to
12661                 add PLAIN in the prefs-to-gui setter func and
12662                 as a result, the selected auth when opening
12663                 account prefs was not the correct one.
12664
12665 2005-04-12 [paul]       1.9.6cvs33
12666
12667         * src/inc.c
12668                 if the recv dialog is visible, Cancel only
12669                 cancels the current account
12670
12671
12672 2005-04-10 [colin]      1.9.6cvs32
12673
12674         * src/filtering.c
12675                 Copy score when copying FilteringActions
12676                 Fix bug #674
12677
12678 2005-04-10 [colin]      1.9.6cvs31
12679
12680         * src/inc.c
12681                 Make Message -> Receive -> Cancel cancel 
12682                 incorporation on all accounts. Fixes
12683                 bug #693
12684
12685 2005-04-10 [colin]      1.9.6cvs30
12686
12687         * src/prefs_account.c
12688                 Update Privacy checkbuttons status based
12689                 on the selected privacy system
12690         * src/compose.c
12691                 Always connect the "None" privacy system; the
12692                 static boolean was probably there to avoid
12693                 reconnecting twice in the same compose window,
12694                 but as the parent function is only called once
12695                 per compose, it's only a bug - as a static is
12696                 initialized once per application instance.
12697                 Also, don't uncheck Sign and Encrypt when
12698                 selecting None as privacy system; just ignore
12699                 them when sending/queuing.
12700                 Should fix bug #695
12701
12702 2005-04-08 [colin]      1.9.6cvs29
12703
12704         * src/account.c
12705         * src/prefs_account.c
12706         * src/prefs_account.h
12707                 Add account preference to queue message in a certain
12708                 folder.
12709
12710 2005-04-06 [colin]      1.9.6cvs28
12711
12712         * src/prefs_account.c
12713                 Update old inbox path syntax
12714
12715 2005-04-06 [paul]       1.9.6cvs27
12716
12717         sync with main:
12718
12719         * configure.ac
12720                 changed -traditional-cpp to -no-cpp-precomp for newer
12721                 Mac OS X support
12722         * src/foldersel.c
12723                 made column resize automatically
12724         * src/send_message.c
12725                 send_message_smtp(): consider EOF right after QUIT
12726                 successful (workaround for Gmail SMTP server)
12727         * src/common/socket.c
12728                 ssl_read(), ssl_peek(): check EOF which violates the
12729                 SSL protocol
12730         * src/gtk/colorlabel.c
12731                 removed warnings when displaying colorlabel menu
12732                 (don't use GtkAlignment)
12733
12734 2005-04-05 [paul]       1.9.6cvs26
12735
12736         * src/plugins/trayicon/trayicon.c
12737                 fix clipping of icon under KDE3 
12738
12739 2005-04-05 [paul]       1.9.6cvs25
12740
12741         * src/summaryview.c
12742                 hide display of threading
12743                 patch by Alfons
12744
12745 2005-04-04 [thorsten]   1.9.6cvs24
12746
12747         * src/mh.c
12748                 marks lost on filesystems with different stat() results on
12749                 summer-/wintertime
12750
12751 2005-04-03 [colin]      1.9.6cvs23
12752
12753         * src/summaryview.c
12754                 Don't handle up/down. Patch by Alfons
12755
12756 2005-04-02 [colin]      1.9.6cvs22
12757
12758         * src/summaryview.c
12759                 Make scrolling faster. Patch by Alfons.
12760
12761 2005-04-01 [colin]      1.9.6cvs21
12762
12763         * src/Makefile.am
12764         * src/stock_pixmap.c
12765         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12766         * src/pixmaps/dir_noselect.xpm ** ADDED **
12767                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12768
12769 2005-04-01 [colin]      1.9.6cvs20
12770
12771         * src/image_viewer.c
12772         * src/image_viewer.h
12773         * src/procmime.c
12774         * src/procmime.h
12775         * src/textview.c
12776         * src/textview.h
12777                 Implement inline image resizing and right-clicking
12778
12779 2005-04-01 [paul]       1.9.6cvs19
12780
12781         * AUTHORS
12782         * Makefile.am
12783         * configure.ac
12784                 check for gnome2
12785                 patch by Luca Cavalli <loopback<AT>slackit.org>
12786         * po/ru.po
12787                 updated by Pavlo Bohmat
12788
12789 2005-03-31 [colin]      1.9.6cvs18
12790
12791         * src/news.c
12792                 Fix parsing references
12793         * src/msgcache.c
12794                 don't put nulls in the references list
12795         * src/procheader.c
12796                 commit that forgotten file in 1.9.6cvs14
12797
12798 2005-03-31 [colin]      1.9.6cvs17
12799
12800         * src/compose.c
12801                 Fix joining of signature separator again. 
12802                 Maybe Hiro could put it in main too...
12803
12804 2005-03-31 [colin]      1.9.6cvs16
12805
12806         * src/Makefile.am
12807         * src/foldersel.c
12808         * src/stock_pixmap.c
12809         * src/stock_pixmap.h
12810         * src/pixmaps/dir-noselect.xpm
12811                 Update foldersel.c (sync from main, patch by Alfons)
12812
12813 2005-03-30 [colin]      1.9.6cvs15
12814
12815         * src/imap.c
12816                 Fix handling of imap folders containing [] in 
12817                 their name. Thanks to Nahuel Angelinetti for
12818                 the detailed bugreport.
12819
12820 2005-03-30 [colin]      1.9.6cvs14
12821
12822         * src/common/utils.h
12823         * src/common/utils.c
12824         * src/common/defs.h
12825         * src/matcher.c
12826         * src/msgcache.c
12827         * src/news.c
12828         * src/procmsg.c
12829         * src/procmsg.h
12830         * src/quote_fmt_parse.y
12831         * src/summaryview.c
12832                 Update references system. Patch by Alfons
12833
12834 2005-03-30 [colin]      1.9.6cvs13
12835
12836         * src/common/socket.c
12837                 Force the glibc to read resolv.conf again when 
12838                 it has changed. Should fix issues when changing
12839                 networks on a laptop and not restarting sylpheed. 
12840
12841 2005-03-30 [paul]       1.9.6cvs12
12842
12843         partial sync with main:
12844
12845         * src/action.c
12846                 create_io_dialog(): use user-defined text font
12847                 (thanks to Alfons), and modified its appearance.
12848         * src/addrgather.c
12849         * src/addrharvest.c
12850         * src/browseldap.c
12851                 replace old code
12852         * src/compose.c
12853                 don't join (presumably) itemized lines on line-wrapping
12854                 fixed wrapping of quote when auto-wrapping is enabled
12855                 compose_destroy(): destroy paned only if it's not
12856                 attached to window. Fixed memory leak of popup menu.
12857         * src/exphtmldlg.c
12858         * src/expldifdlg.c
12859                 replace old code
12860         * src/html.c
12861         * src/html.h
12862         * src/importmutt.c
12863         * src/importpine.c
12864                 replace old code
12865         * src/main.c
12866                 removed redundant code
12867         * src/mainwindow.c
12868                 changed 'Code set' (which is rather incorrect)
12869                 in the menu to 'Character encoding'
12870                 main_window_set_widgets(): request size first
12871                 to prevent window size becoming wrong
12872                 fixed remembering of the state of the visibility
12873                 of MessageView
12874         * src/messageview.c
12875                 changed 'Code set' (which is rather incorrect)
12876                 in the menu to 'Character encoding'
12877         * src/prefs_common.c
12878         * src/prefs_common.h
12879                 added an option whether to render HTML as text or not
12880                 added separators to outgoing encoding menu
12881         * src/procheader.c
12882                 procheader_scan_date_string(): support header
12883                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12884         * src/summaryview.c
12885         * src/summaryview.h
12886                 minor code cleanup
12887         * src/textview.c
12888                 textview_show_html(): force output of newline
12889                 added an option whether to render HTML as text or not
12890         * src/common/utils.c
12891                 strncpy2(): optimized based on Alfons' code
12892         * src/gtk/gtkutils.c
12893         * src/gtk/gtkutils.h
12894                 removed non-used code
12895         * src/plugins/pgpmime/passphrase.c
12896                 partially fixed grab input of passphrase dialog
12897                 Confine pointer to window
12898
12899 2005-03-30 [colin]      1.9.6cvs11
12900
12901         * src/msgcache.c
12902         * src/msgcache.h
12903                 Read/write 32bit ints from cache & marks
12904                 From main.
12905
12906 2005-03-29 [paul]       1.9.6cvs10
12907
12908         * AUTHORS
12909         * ChangeLog.claws
12910         * src/compose.c
12911         * src/gtk/gtkaspell.c
12912                 sync with HEAD (don't pass NULL pointers) 
12913
12914 2005-03-24 [paul]
12915
12916         * tools/Makefile.am
12917         * tools/README
12918         * tools/acroread2sylpheed.pl
12919                 sync with HEAD (add script to send pdfs as
12920                 attachments from Adobe Reader 7)
12921
12922 2005-03-21 [paul]       1.9.6cvs9
12923
12924         * configure.ac
12925         * po/POTFILES.in
12926         * src/Makefile.am
12927         * src/crash.c
12928         * src/image_viewer.c ** ADDED **
12929         * src/image_viewer.h ** ADDED **
12930         * src/main.c
12931         * src/prefs_common.c
12932         * src/prefs_common.h
12933         * src/prefs_image_viewer.c ** ADDED **
12934         * src/prefs_image_viewer.h ** ADDED **
12935         * src/textview.c
12936         * src/gtk/about.c
12937         * src/pixmaps/sylpheed_logo.xpm
12938         * src/plugins/Makefile.am
12939         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12940         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12941         * src/plugins/image_viewer/plugin.c ** REMOVED **
12942         * src/plugins/image_viewer/viewer.c ** REMOVED **
12943         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12944         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12945         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12946         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12947         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12948                 as gdk-pixbuf is now built-in
12949                 remove image_viewer plugin and put code back into
12950                 main codebase
12951                 implement inline image display (sync with main)
12952
12953                 replace logo with newer, nicer, larger version  
12954
12955 2005-03-21 [paul]       1.9.6cvs8
12956
12957         * src/gtk/about.c
12958                 cosmetic improvement
12959
12960 2005-03-21 [holger]     1.9.6cvs7
12961
12962         * src/plugins/spamassassin/spamassassin.c
12963                 Sync with HEAD
12964                 (unregister hook on failed plugin init)
12965
12966 2005-03-20 [colin]      1.9.6cvs6
12967
12968         * src/common/plugin.c
12969                 Check that plugin isn't already loaded
12970                 Patch by Alfons
12971
12972 2005-03-20 [thorsten]   1.9.6cvs5
12973
12974         * src/compose.c
12975                 use a more compatible syntax
12976
12977 2005-03-20 [thorsten]   1.9.6cvs4
12978
12979         * src/prefs_toolbar.c
12980                 fix crash when selecting toolbar item (uninitialized pointer)
12981
12982 2005-03-20 [thorsten]   1.9.6cvs3
12983
12984         * src/procmime.c
12985                 fix mimetype detection (referenced free()d string)
12986
12987 2005-03-20 [paul]       1.9.6cvs2
12988
12989         * src/compose.c
12990                 sync with HEAD (1.0.3cvs5)
12991                 neglect Reply-To header if empty
12992                 Patch by Alfons 
12993
12994 2005-03-19 [holger]     1.9.6cvs1
12995
12996         * src/summaryview.c
12997         * src/summaryview.h
12998                 Sync with HEAD
12999
13000 2005-03-18 [paul]       1.9.6
13001
13002         initial GTK2 release
13003
13004 2005-03-18 [paul]       1.0.3cvs3.1
13005
13006         * AUTHORS
13007         * ChangeLog.claws
13008         * configure.ac
13009         * src/gtk/about.c
13010         * src/pixmaps/sylpheed_logo.xpm
13011                 sync with HEAD
13012
13013 2005-03-18 [colin]      1.0.3cvs2.6
13014
13015         * src/summaryview.c
13016                 Remove call to summary_step in summary_copy_selected_to
13017                 Can't see its purpose, and this causes bug when copying
13018                 a message if the next one is unread: it reads it.
13019
13020 2005-03-18 [paul]       1.0.3cvs2.5
13021
13022         * src/foldersel.c
13023                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13024
13025 2005-03-18 [paul]       1.0.3cvs2.4
13026
13027         * src/addrharvest.c
13028         * src/codeconv.c
13029         * src/codeconv.h
13030         * src/compose.c
13031         * src/news.c
13032         * src/procheader.c
13033         * src/procmime.c
13034         * src/unmime.c
13035         * src/unmime.h
13036                 fix buffer overflow, CAN-2005-0667, see
13037                 http://secunia.com/advisories/14491/
13038                 Patch by Alfons
13039
13040 2005-03-17 [colin]      1.0.3cvs2.3
13041
13042         * src/prefs_fonts.c
13043         * src/summaryview.c
13044                 Fix font bugs (both lists now officialy share 
13045                 the same font)
13046                 
13047
13048 2005-03-17 [paul]       1.0.3cvs2.2
13049
13050         * src/gtk/pluginwindow.c
13051                 make plugin descriptions uneditable
13052
13053 2005-03-11 [paul]       1.0.3cvs2.1
13054
13055         * ChangeLog.claws
13056         * configure.ac
13057         * po/POTFILES.in
13058         * src/plugins/trayicon/trayicon.c
13059                 sync with HEAD
13060                 add src/wizard.c to POTFILES.in
13061
13062 2005-03-11 [paul]       1.0.3cvs1.1
13063
13064         * ChangeLog
13065         * ChangeLog.claws
13066         * configure.ac
13067         * po/de.po
13068         * po/es.po
13069         * po/fr.po
13070         * po/it.po
13071         * po/pt_BR.po
13072         * po/ru.po
13073         * po/sk.po
13074         * po/sr.po
13075         * po/zh_CN.po
13076                 sync with HEAD
13077
13078 2005-03-04 [colin]      1.0.1cvs22.2
13079
13080         * src/compose.c
13081                 Fix signatures with accentued chars in it
13082
13083 2005-03-04 [colin]      1.0.1cvs22.1
13084
13085         * src/common/smtp.c
13086         * src/common/smtp.h
13087                 Don't use SIZE param in MAIL FROM: if server 
13088                 doesn't support it. Patch by Eugen Freiter
13089                 <eugen_f@users.sf.net>
13090
13091 2005-02-27 [paul]       1.0.1cvs20.1
13092
13093         * ChangeLog.claws
13094         * configure.ac
13095         * src/messageview.c
13096                 sync with HEAD
13097
13098 2005-02-27 [colin]      1.0.1cvs19.4
13099
13100         * src/procheader.c
13101         * src/procheader.h
13102                 Fix prototypes. Patch by Alfons
13103
13104 2005-02-27 [colin]      1.0.1cvs19.3
13105
13106         * src/compose.c
13107                 Don't auto-join the signature separator.
13108
13109 2005-02-26 [colin]      1.0.1cvs19.2
13110
13111         * src/summaryview.c
13112                 Fix 'mark all read' with collapsed threads.
13113                 Patch by Alfons.
13114
13115 2005-02-25 [paul]       1.0.1cvs19.1
13116
13117         * ChangeLog.claws
13118         * configure.ac
13119         * src/prefs_account.c
13120         * src/prefs_folder_item.c
13121         * src/gtk/prefswindow.c
13122         * src/gtk/prefswindow.h
13123                 sync with HEAD
13124
13125 2005-02-25 [paul]       1.0.1cvs15.12
13126
13127         * src/alertpanel.c
13128         * src/codeconv.c
13129         * src/compose.c
13130         * src/textview.c
13131         * src/gtk/gtkutils.c
13132         * src/gtk/gtkutils.h
13133         * src/gtk/logwindow.c
13134         * src/gtk/progressdialog.c
13135                 sync with main (revision 127)
13136                 and fix logwindow clipping
13137
13138 2005-02-24 [colin]      1.0.1cvs15.11
13139
13140         * src/plugins/pgpmime/passphrase.c
13141                 Disable input grabbing; it doesn't work yet.
13142
13143 2005-02-24 [colin]      1.0.1cvs15.10
13144
13145         * src/messageview.c
13146                 Don't send out receipts if offline. Ask.
13147
13148 2005-02-23 [colin]      1.0.1cvs15.9
13149
13150         * src/summaryview.c     
13151                 Fix expanding
13152
13153 2005-02-23 [colin]      1.0.1cvs15.8
13154
13155         * src/summaryview.c
13156                 Really fix Bug 568 by removing useless
13157                 calls. summary_thread_init() now called
13158                 in summary_sort(). This should please
13159                 Alfons as it should be faster than 
13160                 previously.
13161
13162 2005-02-23 [colin]      1.0.1cvs15.7
13163
13164         * src/compose.c
13165                 Encode parts as QP or B64 if signing
13166
13167 2005-02-23 [colin]      1.0.1cvs15.6
13168
13169         * src/compose.c
13170                 Fix Mimeinfo leakage (including tmp files)
13171         * src/procmsg.c
13172                 Fix tmp file leakage (spotted by Ivan Rayner)
13173
13174 2005-02-22 [colin]      1.0.1cvs15.5
13175
13176         * src/expldifdlg.c
13177                 Fix keyboard input. Patch by Alfons.
13178
13179 2005-02-21 [colin]      1.0.1cvs15.4
13180
13181         * src/compose.c
13182                 Fix Sign/Encrypt when unselecting privacy
13183                 system
13184         * src/prefs_common.c
13185                 Change default message font to Monospace
13186         * src/summaryview.c
13187                 More freezing during potentially large operations
13188
13189 2005-02-21 [paul]       1.0.1cvs15.3
13190
13191         * src/main.c
13192                 fix --help output
13193
13194 2005-02-21 [paul]       1.0.1cvs15.2
13195
13196         * po/Makefile.in.in
13197         * src/compose.c
13198         * src/summaryview.c
13199         * src/textview.c
13200         * src/common/utils.c
13201         * src/common/utils.h
13202                 sync with main (revision 117)
13203
13204 2005-02-20 [colin]      1.0.1cvs15.1
13205
13206         * src/common/defs.h
13207                 Change cache file to .sylpheed_claws_cache, as
13208                 suggested by Alfons. Allows people to switch
13209                 between Sylpheed and Sylpheed-Claws. it is
13210                 a good idea to "Check for new messages" at next
13211                 startup.
13212
13213
13214 2005-02-18 [colin]      1.0.1cvs14.1
13215
13216         * src/quote_fmt_lex.l
13217         * src/quote_fmt_parse.y
13218                 Fix parser initialisation. Patch by Ivan.
13219
13220 2005-02-18 [colin]      1.0.1cvs11.6
13221
13222         * src/folderview.c
13223                 Fix scrolldown (bug 662)
13224
13225 2005-02-17 [colin]      1.0.1cvs11.5
13226
13227         * src/codeconv.c
13228                 conv_filename_to_utf8: return clean 7bit instead
13229                 of broken utf8 if needed
13230         * src/mimeview.c
13231                 Fix display of parts with unclean 8bit names
13232
13233 2005-02-17 [paul]       1.0.1cvs11.4
13234
13235         * src/compose.c
13236         * src/exportldif.c
13237         * src/matcher_parser_parse.y
13238         * src/procmime.c
13239         * src/sourcewindow.c
13240         * src/common/Makefile.am
13241         * src/common/intl.h             ** REMOVED **
13242         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13243                 sync with main (revision 109)
13244                 and clean up
13245
13246 2005-02-16 [colin]      1.0.1cvs11.3
13247
13248         * src/summaryview.c
13249                 Fix collapsed thread not highlighting when new
13250                 messages in it (Bug 568) Patch by Stephan Sachse.
13251                 Fix messed up selection when reaching bounds (Bug 632)
13252         * src/prefs_themes.c
13253                 Fix theme installing (Bug 684)
13254
13255 2005-02-16 [colin]      1.0.1cvs11.2
13256
13257         * src/messageview.c
13258                 Fix messageview_select_all
13259
13260 2005-02-16 [colin]      1.0.1cvs11.1
13261
13262         * src/mh.c
13263                 Sync with HEAD (MH scan required function)
13264
13265 2005-02-15 [colin]      1.0.1cvs8.1
13266
13267         * src/mimeview.c
13268         * src/common/utils.c
13269                 Sync with HEAD (filename chars substitution)
13270
13271 2005-02-15 [colin]      1.0.1cvs7.3
13272
13273         * src/gtk/pluginwindow.c
13274                 Fix button spacing
13275
13276 2005-02-15 [colin]      1.0.1cvs7.2
13277
13278         * src/mimeview.c
13279                 Fix mime icons not reset across message when
13280                 scrolled down
13281
13282 2005-02-15 [colin]      1.0.1cvs7.1
13283
13284         * src/compose.c
13285         * src/procmime.c
13286                 Sync with HEAD (optimisation of cvs6)
13287
13288 2005-02-14 [colin]      1.0.1cvs6.1
13289
13290         * src/compose.c
13291         * src/procmime.c
13292                 Sync with HEAD (encode "From " at line beginning)
13293
13294 2005-02-14 [colin]      1.0.1cvs5.3
13295
13296         * src/compose.c
13297                 Fix wrapping with accentued chars.
13298
13299 2005-02-13 [colin]      1.0.1cvs5.2
13300
13301         * src/textview.c
13302                 Fix email informative part parsing with
13303                 accentued chars in it. ispunct() returns
13304                 true for them in utf8...
13305
13306 2005-02-12 [colin]      1.0.1cvs5.1
13307
13308         * src/filtering.c
13309                 Sync with HEAD (remove wrong use of compose after send)
13310
13311 2005-02-12 [paul]       1.0.1cvs4.5
13312
13313         * src/textview.c
13314                 remove unnecessary code (thanks to Alfons)
13315
13316 2005-02-12 [paul]       1.0.1cvs4.4
13317
13318         * src/textview.c
13319                 add 'Copy' to contextual menu on emails
13320
13321 2005-02-11 [colin]      1.0.1cvs4.3
13322
13323         * src/compose.c
13324                 revert 1.0.0cvs28.2, it doesn't work that well.
13325
13326 2005-02-11 [paul]       1.0.1cvs4.2
13327
13328         * po/Makefile.in.in
13329                 fix 'make release'
13330
13331 2005-02-10 [paul]       1.0.1cvs4.1
13332
13333         * ChangeLog
13334         * ChangeLog.claws
13335         * ChangeLog.jp
13336         * configure.ac
13337         * src/compose.c
13338                 sync with HEAD (sync with main)
13339
13340 2005-02-10 [paul]       1.0.1cvs3.2
13341
13342         * AUTHORS
13343         * Makefile.am
13344         * autogen.sh
13345         * configure.ac
13346         * config/mkinstalldirs
13347         * intl/.cvsignore
13348         * intl/ChangeLog
13349         * intl/VERSION
13350         * intl/bindtextdom.c
13351         * intl/config.charset
13352         * intl/dcgettext.c
13353         * intl/dcigettext.c
13354         * intl/dcngettext.c
13355         * intl/dgettext.c
13356         * intl/dngettext.c
13357         * intl/eval-plural.h
13358         * intl/explodename.c
13359         * intl/finddomain.c
13360         * intl/gettext.c
13361         * intl/gettextP.h
13362         * intl/gmo.h
13363         * intl/hash-string.h
13364         * intl/intl-compat.c
13365         * intl/l10nflist.c
13366         * intl/libgnuintl.h.in
13367         * intl/loadinfo.h
13368         * intl/loadmsgcat.c
13369         * intl/localcharset.c
13370         * intl/localcharset.h
13371         * intl/locale.alias
13372         * intl/localealias.c
13373         * intl/localename.c
13374         * intl/log.c
13375         * intl/ngettext.c
13376         * intl/os2compat.c
13377         * intl/os2compat.h
13378         * intl/osdep.c
13379         * intl/plural-exp.c
13380         * intl/plural-exp.h
13381         * intl/plural.c
13382         * intl/plural.y
13383         * intl/ref-add.sin
13384         * intl/ref-del.sin
13385         * intl/relocatable.c
13386         * intl/relocatable.h
13387         * intl/textdomain.c
13388         * m4/Makefile.am
13389         * po/Makefile.in.in
13390         * src/Makefile.am
13391         * src/account.c
13392         * src/action.c
13393         * src/addr_compl.c
13394         * src/addressadd.c
13395         * src/addressbook.c
13396         * src/addrgather.c
13397         * src/addrindex.c
13398         * src/alertpanel.c
13399         * src/browseldap.c
13400         * src/codeconv.c
13401         * src/codeconv.h
13402         * src/compose.c
13403         * src/compose.h
13404         * src/crash.c
13405         * src/editaddress.c
13406         * src/editbook.c
13407         * src/editgroup.c
13408         * src/editjpilot.c
13409         * src/editldap.c
13410         * src/editldap_basedn.c
13411         * src/editvcard.c
13412         * src/exphtmldlg.c
13413         * src/expldifdlg.c
13414         * src/export.c
13415         * src/exporthtml.c
13416         * src/filtering.c
13417         * src/folder.c
13418         * src/folder_item_prefs.c
13419         * src/foldersel.c
13420         * src/folderview.c
13421         * src/grouplistdialog.c
13422         * src/headerview.c
13423         * src/imap.c
13424         * src/imap_gtk.c
13425         * src/import.c
13426         * src/importldif.c
13427         * src/importmutt.c
13428         * src/importpine.c
13429         * src/inc.c
13430         * src/ldif.c
13431         * src/main.c
13432         * src/mainwindow.c
13433         * src/matcher.c
13434         * src/mbox.c
13435         * src/message_search.c
13436         * src/messageview.c
13437         * src/mh.c
13438         * src/mh_gtk.c
13439         * src/mimeview.c
13440         * src/msgcache.c
13441         * src/news.c
13442         * src/news_gtk.c
13443         * src/noticeview.c
13444         * src/partial_download.c
13445         * src/pop.c
13446         * src/prefs_account.c
13447         * src/prefs_actions.c
13448         * src/prefs_common.c
13449         * src/prefs_customheader.c
13450         * src/prefs_display_header.c
13451         * src/prefs_ext_prog.c
13452         * src/prefs_filtering.c
13453         * src/prefs_filtering_action.c
13454         * src/prefs_folder_item.c
13455         * src/prefs_fonts.c
13456         * src/prefs_gtk.c
13457         * src/prefs_matcher.c
13458         * src/prefs_msg_colors.c
13459         * src/prefs_spelling.c
13460         * src/prefs_summary_column.c
13461         * src/prefs_template.c
13462         * src/prefs_themes.c
13463         * src/prefs_toolbar.c
13464         * src/prefs_wrapping.c
13465         * src/privacy.c
13466         * src/procheader.c
13467         * src/procmime.c
13468         * src/procmsg.c
13469         * src/quote_fmt.c
13470         * src/recv.c
13471         * src/send_message.c
13472         * src/setup.c
13473         * src/sourcewindow.c
13474         * src/ssl_manager.c
13475         * src/statusbar.c
13476         * src/summary_search.c
13477         * src/summaryview.c
13478         * src/textview.c
13479         * src/toolbar.c
13480         * src/wizard.c
13481         * src/common/nntp.c
13482         * src/common/plugin.c
13483         * src/common/smtp.c
13484         * src/common/ssl.c
13485         * src/common/ssl_certificate.c
13486         * src/common/string_match.c
13487         * src/common/sylpheed.c
13488         * src/common/template.c
13489         * src/common/utils.c
13490         * src/gtk/about.c
13491         * src/gtk/colorlabel.c
13492         * src/gtk/description_window.c
13493         * src/gtk/filesel.c
13494         * src/gtk/foldersort.c
13495         * src/gtk/gtkaspell.c
13496         * src/gtk/gtkutils.c
13497         * src/gtk/inputdialog.c
13498         * src/gtk/logwindow.c
13499         * src/gtk/menu.c
13500         * src/gtk/pluginwindow.c
13501         * src/gtk/prefswindow.c
13502         * src/gtk/progressdialog.c
13503         * src/gtk/quicksearch.c
13504         * src/gtk/sslcertwindow.c
13505         * src/plugins/clamav/clamav_plugin.c
13506         * src/plugins/clamav/clamav_plugin_gtk.c
13507         * src/plugins/demo/demo.c
13508         * src/plugins/dillo_viewer/dillo_prefs.c
13509         * src/plugins/dillo_viewer/dillo_viewer.c
13510         * src/plugins/image_viewer/plugin.c
13511         * src/plugins/image_viewer/viewer.c
13512         * src/plugins/image_viewer/viewerprefs.c
13513         * src/plugins/mathml_viewer/mathml_viewer.c
13514         * src/plugins/pgpmime/passphrase.c
13515         * src/plugins/pgpmime/plugin.c
13516         * src/plugins/pgpmime/prefs_gpg.c
13517         * src/plugins/pgpmime/select-keys.c
13518         * src/plugins/pgpmime/sgpgme.c
13519         * src/plugins/spamassassin/spamassassin.c
13520         * src/plugins/spamassassin/spamassassin_gtk.c
13521         * src/plugins/trayicon/trayicon.c
13522                 sync with main (revision 104)
13523
13524 2005-02-10 [colin]      1.0.1cvs3.1
13525
13526         * src/mainwindow.c
13527                 Sync with HEAD (fix occasional crasher)
13528
13529 2005-02-10 [colin]      1.0.1cvs2.1
13530
13531         * src/messageview.c
13532                 Synw with HEAD (don't automatically display html)
13533
13534 2005-02-09 [colin]      1.0.1cvs1.3
13535
13536         * src/textview.c
13537         * src/textview.h
13538                 Add contextual menu on emails
13539
13540 2005-02-09 [colin]      1.0.1cvs1.2
13541
13542         * src/codeconv.c
13543                 Fix converting from broken headers and 
13544                 put back the _ in missing places
13545                 (feature broke with cvs24.2 sync, main 
13546                  possibly affected?)
13547
13548 2005-02-09 [colin]      1.0.1cvs1.1
13549
13550         * src/messageview.c
13551         * src/mimeview.c
13552         * src/mimeview.h
13553                 Sync with HEAD (display non text/plain mails with plugin)
13554
13555 2005-02-08 [colin]      1.0.1.1
13556
13557         * ChangeLog.claws
13558         * po/pt_BR.po
13559                 Sync with HEAD
13560         * configure.ac
13561                 Make default configuration directory 
13562                 be .sylpheed-gtk2
13563
13564 2005-02-08 [colin]      1.0.0cvs29.1
13565
13566         * po/de.po
13567         * po/es.po
13568         * po/fr.po
13569         * po/it.po
13570         * po/sk.po
13571         * po/sr.po
13572                 Sync translations with HEAD
13573
13574 2005-02-06 [colin]      1.0.0cvs28.3
13575
13576         * src/compose.c
13577                 Make compose a bit faster - patch by Alfons.
13578
13579 2005-02-06 [colin]      1.0.0cvs28.2
13580
13581         * src/compose.c
13582                 Make pasting via middle-click more reliable
13583
13584 2005-02-05 [paul]       1.0.0cvs28.1
13585
13586         * ChangeLog
13587         * ChangeLog.claws
13588         * ChangeLog.jp
13589         * configure.ac
13590         * src/compose.c
13591                 sync with HEAD
13592                 (fix bug 682 'redirect is broken'
13593
13594 2005-02-05 [torte]      1.0.0cvs27.1
13595
13596         * ChangeLog.claws
13597         * configure.ac
13598         * src/partial_download.c
13599                 Sync with HEAD (fix buf overflow)
13600
13601 2005-02-03 [colin]      1.0.0cvs26.1
13602
13603         * src/common/plugin.c
13604                 Sync with HEAD (avoid plugin mismatches)
13605
13606 2005-02-03 [paul]       1.0.0cvs25.3
13607
13608         * src/folderview.c
13609         * src/headerview.c
13610         * src/summaryview.c
13611         * src/textview.c
13612         * src/gtk/colorlabel.c
13613                 third and final part of initial sync with main-gtk2
13614
13615 2005-02-03 [paul]       1.0.0cvs25.2
13616
13617         * src/jpilot.c
13618                 fix building with jpilot support
13619
13620 2005-02-02 [colin]      1.0.0cvs25.1
13621
13622         * src/messageview.c
13623                 Sync with HEAD (fix dangerous typo)
13624
13625 2005-02-01 [colin]      1.0.0cvs24.3
13626
13627         * src/common/xml.c
13628                 Write file as advertised (UTF-8)
13629
13630 2005-02-01 [paul]       1.0.0cvs24.2
13631
13632         * src/addrbook.c
13633         * src/addrindex.c
13634         * src/alertpanel.h
13635         * src/codeconv.c
13636         * src/codeconv.h
13637         * src/compose.c
13638         * src/export.c
13639         * src/folder_item_prefs.c
13640         * src/html.c
13641         * src/imap.c
13642         * src/import.c
13643         * src/jpilot.c
13644         * src/mainwindow.c
13645         * src/matcher_parser_lex.l
13646         * src/messageview.c
13647         * src/mh.c
13648         * src/prefs_account.c
13649         * src/prefs_actions.c
13650         * src/prefs_common.c
13651         * src/prefs_gtk.c
13652         * src/prefs_gtk.h
13653         * src/prefs_themes.c
13654         * src/procheader.c
13655         * src/procmime.c
13656         * src/sourcewindow.c
13657         * src/statusbar.c
13658         * src/summaryview.c
13659         * src/textview.c
13660         * src/toolbar.c
13661         * src/unmime.c
13662         * src/common/template.c
13663         * src/common/utils.c
13664         * src/common/xml.c
13665         * src/common/xml.h
13666         * src/gtk/gtkaspell.c
13667         * src/plugins/clamav/clamav_plugin.c
13668         * src/plugins/dillo_viewer/dillo_prefs.c
13669         * src/plugins/image_viewer/viewerprefs.c
13670         * src/plugins/pgpmime/passphrase.c
13671         * src/plugins/pgpmime/prefs_gpg.c
13672         * src/plugins/pgpmime/select-keys.c
13673         * src/plugins/spamassassin/spamassassin.c
13674                 second part of initial sync with main-gtk2
13675                 (more to follow)
13676
13677 2005-01-31 [colin]      1.0.0cvs24.1
13678
13679         * src/compose.c
13680                 Sync with HEAD
13681
13682 2005-01-29 [paul]       1.0.0cvs23.2
13683
13684         * src/account.c
13685         * src/action.c
13686         * src/addressadd.c
13687         * src/addressbook.c
13688         * src/alertpanel.c
13689         * src/compose.c
13690         * src/editaddress.c
13691         * src/editbook.c
13692         * src/editgroup.c
13693         * src/editjpilot.c
13694         * src/editldap.c
13695         * src/editldap_basedn.c
13696         * src/editvcard.c
13697         * src/export.c
13698         * src/foldersel.c
13699         * src/grouplistdialog.c
13700         * src/import.c
13701         * src/importldif.c
13702         * src/inc.c
13703         * src/main.c
13704         * src/mainwindow.c
13705         * src/message_search.c
13706         * src/messageview.c
13707         * src/mimeview.c
13708         * src/prefs_actions.c
13709         * src/prefs_common.c
13710         * src/prefs_common.h
13711         * src/prefs_customheader.c
13712         * src/prefs_display_header.c
13713         * src/prefs_filtering.c
13714         * src/prefs_filtering_action.c
13715         * src/prefs_gtk.c
13716         * src/prefs_matcher.c
13717         * src/prefs_summary_column.c
13718         * src/prefs_template.c
13719         * src/sourcewindow.c
13720         * src/summary_search.c
13721         * src/summaryview.c
13722         * src/textview.c
13723         * src/gtk/about.c
13724         * src/gtk/description_window.c
13725         * src/gtk/gtkshruler.c
13726         * src/gtk/gtkutils.c
13727         * src/gtk/gtkutils.h
13728         * src/gtk/inputdialog.c
13729         * src/gtk/logwindow.c
13730         * src/gtk/prefswindow.c
13731         * src/gtk/progressdialog.c
13732         * src/gtk/progressdialog.h
13733                 first part of initial sync with main-gtk2
13734                 (more to follow)
13735
13736 2005-01-28 [colin]      1.0.0cvs23.1
13737
13738         * src/folderview.c
13739                 Sync with HEAD
13740
13741 2005-01-27 [colin]      1.0.0cvs21.1
13742
13743         * src/folder.c
13744         * src/folderview.c
13745                 Sync with HEAD
13746
13747 2005-01-27 [colin]      1.0.0cvs19.1
13748
13749         * src/procmime.c
13750                 Sync with HEAD
13751
13752 2005-01-27 [colin]      1.0.0cvs18.1
13753
13754         * src/messageview.c
13755         * src/summaryview.c
13756         * src/mainwindow.c
13757         * src/compose.c
13758         * src/compose.h
13759         * src/procmsg.c
13760         * src/procmsg.h
13761         * src/toolbar.c
13762                 Sync with HEAD
13763
13764 2005-01-26 [paul]       1.0.0cvs15.2
13765
13766         * src/compose.c
13767                 compose_entries_set(): convert subject and body to
13768                 utf8 if necessary. patch by Felix Eckhofer
13769
13770 2005-01-26 [paul]       1.0.0cvs15.1
13771
13772         * configure.ac
13773         * src/common/template.c
13774                 sync with HEAD (fix memory leak)
13775
13776 2005-01-25 [paul]       1.0.0cvs14.1
13777
13778         * configure.ac
13779         * src/compose.c
13780                 sync with HEAD
13781
13782 2005-01-24 [colin]      1.0.0cvs13.1
13783
13784         * src/summaryview.c
13785                 Sync with HEAD
13786
13787 2005-01-24 [paul]       1.0.0cvs12.1
13788
13789         * configure.ac
13790         * src/messageview.c
13791         * src/mh.c
13792         * src/common/utils.c
13793                 sync with HEAD
13794
13795 2005-01-24 [colin]      1.0.0cvs11.1
13796
13797         * src/procheader.c
13798                 Sync with HEAD
13799
13800 2005-01-24 [colin]      1.0.0cvs10.1
13801
13802         * src/folderview.c
13803                 Sync with HEAD
13804
13805 2005-01-23 [colin]      1.0.0cvs9.1
13806
13807         * src/crash.c
13808                 Sync with HEAD
13809
13810 2005-01-22 [colin]      1.0.0cvs8.1
13811
13812         * src/summaryview.c
13813         * src/gtk/quicksearch.c
13814                 Sync with HEAD
13815
13816 2005-01-21 [colin]      1.0.0cvs7.1
13817
13818         * src/summaryview.c
13819                 Sync with HEAD
13820
13821 2005-01-21 [colin]      1.0.0cvs6.1
13822
13823         * src/summaryview.c
13824                 Sync with HEAD
13825
13826 2005-01-21 [colin]      1.0.0cvs5.1
13827
13828         * src/gtk/quicksearch.c
13829         * src/prefs_common.c
13830         * src/prefs_common.h
13831                 Sync with HEAD (recurse option)
13832
13833 2005-01-21 [colin]      1.0.0cvs4.1
13834
13835         * src/folder.h
13836         * src/folderview.c
13837         * src/folderview.h
13838         * src/summaryview.c
13839         * src/gtk/quicksearch.c
13840         * src/gtk/quicksearch.h
13841                 Sync with HEAD (recursive quicksearch)
13842
13843 2005-01-20 [colin]      1.0.0cvs3.4
13844
13845         * src/ssl_manager.c
13846                 Remove useless code
13847
13848 2005-01-20 [colin]      1.0.0cvs3.3
13849
13850         * src/ssl_manager.c
13851                 Fix leak, thanks to Alfons.
13852
13853 2005-01-20 [colin]      1.0.0cvs3.2
13854
13855         * src/ssl_manager.c
13856                 Port SSL certificate window to GTK2.
13857
13858 2005-01-20 [paul]       1.0.0cvs3.1
13859
13860         * ChangeLog.claws
13861         * configure.ac
13862         * src/addrindex.c
13863         * src/addrindex.h
13864                 sync with HEAD
13865
13866 2005-01-19 [colin]      1.0.0cvs2.2
13867
13868         * src/plugins/trayicon/trayicon.c
13869                 Fix freeze with gtk-2.6, the easy way
13870                 (signal blocking helpless there...)
13871                 Closes bug #668.
13872
13873 2005-01-19 [colin]      1.0.0cvs2.1
13874
13875         * src/mbox.c
13876         * src/mbox.h
13877         * src/mainwindow.c
13878         * src/summaryview.c
13879         * src/summaryview.h
13880                 Sync with HEAD
13881
13882 2005-01-19 [paul]       1.0.0cvs1.1
13883
13884         * configure.ac
13885         * po/de.po
13886         * po/es.po
13887         * po/fr.po
13888         * po/hr.po
13889         * po/it.po
13890         * po/ja.po
13891         * po/ko.po
13892         * po/pt_BR.po
13893         * po/ru.po
13894         * po/sk.po
13895         * po/sr.po
13896                 sync with HEAD (update translations)
13897
13898 2005-01-18 [colin]      1.0.0cvs0.1
13899
13900         * src/foldersel.c
13901                 Specify search column - patch by Alfons
13902
13903 2005-01-18 [colin]      0.9.13cvs36.3
13904
13905         * src/prefs_toolbar.c
13906                 Change Delete to Remove
13907         * src/prefs_fonts.c
13908                 GTK2 version and leak fixes
13909         * src/prefs_actions.c
13910                 Add stock buttons.
13911                 All patches by Alfons
13912
13913 2005-01-17 [colin]      0.9.13cvs36.2
13914
13915         * src/compose.c
13916                 Fix DnD inserting twice. While at it,
13917                 add DnD support for text/plain in the
13918                 body, and add support in the headers.
13919
13920 2005-01-16 [colin]      0.9.13cvs36.1
13921
13922         * ChangeLog
13923         * ChangeLog.jp
13924         * ChangeLog.claws
13925                 Sync with HEAD (nothing applicable)
13926
13927 2005-01-16 [colin]      0.9.13cvs33.2
13928
13929         * src/prefs_toolbar.c
13930                 GTK2ize prefs_toolbar, by Alfons.
13931
13932 2005-01-14 [colin]      0.9.13cvs33.1
13933
13934         * src/html.c
13935         * src/msgcache.c
13936                 Sync with HEAD
13937
13938 2005-01-14 [colin]      0.9.13cvs32.1
13939
13940         * src/html.c
13941         * src/html.h
13942         * src/msgcache.c
13943         * AUTHORS
13944         * tools/calypso_convert.pl
13945                 Sync with HEAD
13946
13947 2005-01-08 [colin]      0.9.13cvs29.2
13948
13949         * src/prefs_filtering_action.c
13950         * src/prefs_filtering.c
13951                 2 more gtk2 patches by Alfons
13952
13953 2005-01-07 [paul]       0.9.13cvs29.1
13954
13955         * ChangeLog
13956         * ChangeLog.claws
13957         * ChangeLog.jp
13958         * configure.ac
13959         * src/pop.c
13960         * src/pop.h
13961                 sync with HEAD
13962
13963 2005-01-07 [colin]      0.9.13cvs28.3
13964
13965         * src/gtk/progressdialog.c
13966         * src/gtk/progressdialog.h
13967         * src/inc.c
13968         * src/send_message.c
13969                 GTK2 for the incorporation dialog. The CList isn't dead
13970                 yet, for a more smooth migration. Patch by Alfons.
13971
13972 2005-01-06 [colin]      0.9.13cvs28.2
13973
13974         * src/prefs_display_header.c
13975                 GTK2 conversion by Alfons
13976         * src/prefs_actions.c
13977         * src/prefs_matcher.c
13978                 Fix 2 leaks - patch by Alfons
13979
13980 2005-01-06 [colin]      0.9.13cvs28.1
13981
13982         * src/prefs_matcher.c
13983                 Sync with HEAD
13984
13985 2005-01-06 [colin]      0.9.13cvs27.4
13986
13987         * src/prefs_matcher.c
13988                 Fix double-free. Patch by Alfons
13989
13990 2005-01-06 [colin]      0.9.13cvs27.3
13991
13992         * src/prefs_matcher.c
13993                 GTK2 widgets + memleak
13994                 Patch by Alfons
13995
13996 2005-01-05 [colin]      0.9.13cvs27.2
13997
13998         * src/account.c
13999         * src/addr_compl.c
14000         * src/foldersel.c
14001         * src/stock_pixmap.c
14002         * src/stock_pixmap.h
14003                 3 more GTK2 patches by Alfons.
14004
14005 2005-01-04 [colin]      0.9.13cvs27.1
14006
14007         * src/folderview.c
14008         * src/imap_gtk.c
14009         * src/news_gtk.c
14010                 Sync with HEAD
14011
14012 2005-01-04 [colin]      0.9.13cvs25.9
14013
14014         * src/compose.c
14015                 Fix Show Ruler menuitem
14016         * src/prefs_template.c
14017                 Convert to GTK2
14018         * src/common/utils.c
14019                 Make auto pointer stuff handles NULLs
14020                 Patches by Alfons.
14021
14022 2005-01-04 [colin]      0.9.13cvs25.8
14023
14024         * src/compose.c
14025                 Move the attachment list to gtk2
14026                 Patch by Alfons.
14027
14028 2005-01-04 [colin]      0.9.13cvs25.7
14029
14030         * src/textview.c
14031                 Make some keys work again
14032                 Patch by SungHyun Nam <namsh@kldp.org>
14033
14034 2005-01-04 [colin]      0.9.13cvs25.6
14035
14036         * src/gtk/gtkshruler.c
14037                 Move the ruler to GTK2
14038                 Patch by Alfons
14039
14040 2005-01-03 [colin]      0.9.13cvs25.5
14041
14042         * src/compose.c
14043                 Fix my broken patch apply 
14044
14045 2005-01-03 [colin]      0.9.13cvs25.4
14046
14047         * src/common/utils.c
14048         * src/common/utils.h
14049         * src/gtk/prefswindow.c
14050                 Move auto pointer stuff to utils.c
14051                 Patch by Alfons again :)
14052
14053 2005-01-03 [colin]      0.9.13cvs25.3
14054
14055         * src/compose.c
14056         * src/prefs_gtk.c
14057         * src/prefs_template.c
14058         * src/textview.c
14059                 Empty text widgets with empty strings, not NULL char
14060                 Patch by SungHyun Nam <namsh@kldp_org>
14061
14062 2005-01-03 [colin]      0.9.13cvs25.2
14063
14064         * src/main.c
14065         * AUTHORS
14066                 Sync with HEAD
14067
14068 2005-01-03 [colin]      0.9.13cvs25.1
14069
14070         * src/pop.c
14071         * src/pop.h
14072                 Sync with HEAD
14073
14074 2005-01-03 [colin]      0.9.13cvs24.3
14075
14076         * src/account.c
14077                 Two patches from Alfons and Alex S Moore:
14078                 fix images, fix return value.
14079
14080 2005-01-01 [colin]      0.9.13cvs24.2
14081
14082         * src/prefs_actions.c
14083                 Fix over-zealous assertion. Patch by Alfons
14084
14085 2005-01-01 [colin]      0.9.13cvs24.1
14086
14087         * src/procmime.c
14088                 Sync with HEAD (leak fix)
14089
14090 2004-12-31 [colin]      0.9.13cvs23.2
14091
14092         * src/prefs_common.c
14093                 GTK2 widgets + stock buttons - patch by Alfons
14094
14095 2004-12-31 [paul]       0.9.13cvs23.1
14096
14097         * configure.ac
14098                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14099         * src/gtk/pluginwindow.c
14100                 use GTK2 widgets and plug memory leaks,
14101                 patches by Alfons
14102
14103 2004-12-30 [colin]      0.9.13cvs22.4
14104
14105         * src/account.c
14106         * src/action.c
14107         * src/export.c
14108         * src/foldersel.c
14109         * src/import.c
14110         * src/message_search.c
14111         * src/prefs_actions.c
14112         * src/prefs_common.c
14113         * src/prefs_customheader.c
14114         * src/prefs_filtering.c
14115         * src/prefs_summary_column.c
14116         * src/summary_search.c
14117         * src/gtk/about.c
14118         * src/gtk/description_window.c
14119         * src/gtk/gtkutils.c
14120         * src/gtk/gtkutils.h
14121         * src/gtk/inputdialog.c
14122         * src/gtk/prefswindow.c
14123                 Use GTK2 stock buttons. Patches by Alfons.
14124
14125 2004-12-30 [colin]      0.9.13cvs22.3
14126
14127         * src/account.c
14128                 Sync with HEAD
14129         * src/prefs_actions.c
14130         * src/prefs_customheader.c
14131         * src/prefs_filtering.c
14132         * src/prefs_msg_colors.c
14133         * src/prefs_summary_column.c
14134         * src/gtk/prefswindow.c
14135                 Use GtkTreeView instead of deprecated 
14136                 widgets. Patches by Alfons.
14137
14138 2004-12-30 [paul]       0.9.13cvs22.2
14139
14140         * src/foldersel.c
14141                 use GTK 2 Tree View
14142                 patch by Alfons, with root folder sorting fix
14143                 by Stephan Sachse
14144
14145 2004-12-30 [paul]       0.9.13cvs22.1
14146
14147         * ChangeLog
14148         * ChangeLog.claws
14149         * ChangeLog.jp
14150         * NEWS
14151         * configure.ac
14152         * src/account.c
14153                 sync with HEAD
14154
14155 2004-12-22 [martin]     0.9.13cvs21.2
14156
14157         * src/action.c
14158                 free the command line after its use
14159
14160 2004-12-18 [paul]       0.9.13cvs21.1
14161
14162         * AUTHORS
14163         * ChangeLog
14164         * ChangeLog.claws
14165         * ChangeLog.jp
14166         * NEWS
14167         * configure.ac
14168         * src/action.c
14169         * src/compose.c
14170         * src/syldap.c
14171                 sync with HEAD
14172
14173 2004-12-17 [martin]     0.9.13cvs17.2
14174
14175         * src/action.c
14176                 convert actions input to locale
14177         * src/inc.c
14178                 convert notification command to locale
14179         * src/plugins/pgpmime/select-keys.c
14180                 convert attributes to utf8
14181
14182 2004-12-14 [colin]      0.9.13cvs17.1
14183
14184         * ChangeLog
14185         * ChangeLog.jp
14186         * ChangeLog.claws
14187         * src/action.c
14188         * src/common/utils.c
14189         * src/gtk/prefswindow.c
14190         * src/gtk/gtkutils.c
14191         * src/gtk/gtkutils.h
14192         * src/plugins/spamassassin/libspamc.c
14193                 Sync with HEAD
14194
14195 2004-12-13 [colin]      0.9.13cvs14.1
14196
14197         * src/quote_fmt_parse.y
14198                 Sync with HEAD
14199
14200 2004-12-10 [colin]      0.9.13cvs12.1
14201
14202         * src/prefs_themes.c
14203         * src/mainwindow.c
14204         * src/messageview.c
14205                 Sync with HEAD
14206
14207 2004-12-09 [colin]      0.9.13cvs10.1
14208
14209         * src/procmime.c
14210                 Sync with HEAD (fix B64 encoding from memory)
14211
14212 2004-12-08 [colin]      0.9.13cvs9.1
14213
14214         * src/gtk/colorlabel.c
14215                 Sync with HEAD
14216
14217 2004-12-08 [paul]       0.9.13cvs8.2
14218
14219         * src/gtk/pluginwindow.c
14220                 fix window resizing oddities
14221
14222 2004-12-08 [colin]      0.9.13cvs8.1
14223
14224         * src/quote_fmt_parse.y
14225                 Sync with HEAD
14226
14227 2004-12-08 [colin]      0.9.13cvs7.1
14228
14229         * src/matcher_parser_parse.y
14230         * src/msgcache.c
14231         * src/prefs_matcher.c
14232         * src/procheader.c
14233         * src/matcher.c
14234         * src/common/defs.h
14235         * po/sr.po
14236                 Sync with HEAD
14237
14238 2004-12-08 [colin]      0.9.13cvs6.1
14239
14240         * src/quote_fmt_parse.y
14241         * src/textview.c
14242                 Sync with HEAD
14243         * src/gtk/prefswindow.c
14244         * src/gtk/pluginwindow.c
14245                 Fix G_CALLBACKS protos (thanks to Alfons)
14246
14247 2004-12-07 [torte]      0.9.13cvs2.2
14248
14249         * src/procmime.c
14250                 [Bug 650] reply button causes crash
14251                 Thanks to David Relson and Christoph
14252
14253 2004-12-07 [colin]      0.9.13cvs2.1
14254
14255         * ChangeLog.claws
14256         * AUTHORS
14257         * po/sk.po
14258         * src/procmime.c
14259         * src/prefs_account.c
14260         * src/common/smtp.c
14261         * src/common/smtp.h
14262                 Sync with HEAD
14263
14264 2004-12-06 [colin]      0.9.12cvs187.1
14265
14266         * ChangeLog.claws
14267         * INSTALL
14268         * Makefile.am
14269         * README.claws
14270         * TODO.claws
14271         * configure.ac
14272         * po/bg.po
14273         * po/cs.po
14274         * po/el.po
14275         * po/en_GB.po
14276         * po/es.po
14277         * po/fr.po
14278         * po/hr.po
14279         * po/hu.po
14280         * po/it.po
14281         * po/ja.po
14282         * po/ko.po
14283         * po/nl.po
14284         * po/pl.po
14285         * po/pt_BR.po
14286         * po/ru.po
14287         * po/sk.po
14288         * po/sr.po
14289         * po/sv.po
14290         * po/zh_CN.po
14291         * po/zh_TW.Big5.po
14292         * src/compose.c
14293         * tools/Makefile.am
14294         * tools/README
14295         * tools/filter_conv.pl
14296         * tools/kdeservicemenu/README
14297         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14298         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14299                 Sync with HEAD
14300
14301 2004-12-04 [colin]      0.9.12cvs183.1
14302
14303         * src/compose.c
14304                 Sync with HEAD (compose window position saving)
14305
14306 2004-12-04 [paul]       0.9.12cvs182.3
14307
14308         * src/messageview.c
14309         * src/mimeview.c
14310         * src/prefs_customheader.c
14311         * src/gtk/quicksearch.c
14312                 replace some forgotten GTK_SIGNAL_FUNCs
14313
14314 2004-12-04 [paul]       0.9.12cvs182.2
14315
14316         * src/Makefile.am
14317                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14318                 committed in error      
14319
14320 2004-12-04 [paul]       0.9.12cvs182.1
14321
14322         * ChangeLog
14323         * ChangeLog.claws
14324         * ChangeLog.jp
14325         * INSTALL
14326         * NEWS
14327         * README
14328         * README.jp
14329         * configure.ac
14330         * doc/manual/ja/Makefile.am
14331         * doc/manual/ja/sylpheed-1.html
14332         * doc/manual/ja/sylpheed-10.html
14333         * doc/manual/ja/sylpheed-11.html
14334         * doc/manual/ja/sylpheed-12.html
14335         * doc/manual/ja/sylpheed-13.html
14336         * doc/manual/ja/sylpheed-14.html
14337         * doc/manual/ja/sylpheed-15.html
14338         * doc/manual/ja/sylpheed-16.html
14339         * doc/manual/ja/sylpheed-17.html
14340         * doc/manual/ja/sylpheed-18.html
14341         * doc/manual/ja/sylpheed-19.html
14342         * doc/manual/ja/sylpheed-2.html
14343         * doc/manual/ja/sylpheed-20.html
14344         * doc/manual/ja/sylpheed-3.html
14345         * doc/manual/ja/sylpheed-4.html
14346         * doc/manual/ja/sylpheed-5.html
14347         * doc/manual/ja/sylpheed-6.html
14348         * doc/manual/ja/sylpheed-7.html
14349         * doc/manual/ja/sylpheed-8.html
14350         * doc/manual/ja/sylpheed-9.html
14351         * doc/manual/ja/sylpheed.html
14352         * doc/manual/ja/sylpheed.sgml
14353         * po/de.po
14354         * src/Makefile.am
14355         * src/compose.c
14356         * src/procmime.c
14357         * src/pixmaps/regular.xpm **REMOVED**
14358         * src/plugins/pgpmime/pgpmime.c
14359         * src/plugins/pgpmime/plugin.c
14360         * src/plugins/pgpmime/prefs_gpg.c
14361                 sync with HEAD
14362
14363 2004-12-03 [paul]       0.9.12cvs180.1
14364
14365         * ChangeLog
14366         * ChangeLog.claws
14367         * ChangeLog.jp
14368         * configure.ac
14369         * src/Makefile.am
14370         * src/pop.c
14371         * src/common/utils.c
14372         * src/common/utils.h
14373         * src/pixmaps/continue.xpm
14374         * src/pixmaps/dir_close.xpm
14375         * src/pixmaps/dir_open.xpm
14376         * src/pixmaps/drafts_close.xpm
14377         * src/pixmaps/drafts_open.xpm
14378         * src/pixmaps/folder.xpm **REMOVED**
14379         * src/pixmaps/group.xpm
14380         * src/pixmaps/unread.xpm
14381                 sync with HEAD
14382
14383 2004-12-02 [colin]      0.9.12cvs179.1
14384
14385         * src/compose.c
14386                 Sync with HEAD (non-duplicated reedition)
14387
14388 2004-12-02 [colin]      0.9.12cvs178.1
14389
14390         * src/compose.c
14391                 Sync with HEAD (linewrap_quote fix)
14392
14393 2004-12-01 [colin]      0.9.12cvs177.3
14394
14395         * src/addrharvest.c
14396                 Replace sizeof with strlen
14397
14398 2004-12-01 [paul]       0.9.12cvs177.2
14399
14400         * src/addrharvest.c
14401                 fix 'harvest addresses'
14402
14403 2004-11-30 [colin]      0.9.12cvs177.1
14404
14405         * src/gtk/prefswindow.c
14406         * src/gtk/pluginwindow.c
14407                 Sync with HEAD
14408
14409 2004-11-29 [colin]      0.9.12cvs176.1
14410
14411         * src/folderview.c
14412                 sync with HEAD (Fix disappearing separators in folderview's popup)
14413
14414 2004-11-29 [colin]      0.9.12cvs175.1
14415
14416         * src/procmime.c
14417                 Sync with head (another format fix)
14418
14419 2004-11-29 [colin]      0.9.12cvs174.1
14420
14421         * src/pop.c
14422                 Sync with HEAD (format string fix)
14423
14424 2004-11-26 [colin]      0.9.12cvs173.1
14425
14426         * src/common/smtp.c
14427         * src/common/smtp.h
14428                 Sync with HEAD
14429
14430 2004-11-24 [colin]      0.9.12cvs172.1
14431
14432         * src/plugins/pgpmime/pgpmime.c
14433                 Sync with HEAD
14434
14435 2004-11-24 [colin]      0.9.12cvs171.1
14436
14437         * src/plugins/pgpmime/pgpmime.c
14438                 Sync with head (gpgmectx leaks)
14439
14440 2004-11-24 [colin]      0.9.12cvs169.1
14441
14442         * src/plugins/pgpmime/plugin.c
14443         * src/plugins/trayicon/Makefile.am
14444         * src/plugins/trayicon/newmarkedmail.xpm
14445         * src/plugins/trayicon/trayicon.c
14446         * src/plugins/trayicon/unreadmarkedmail.xpm
14447                 Sync with HEAD
14448
14449 2004-11-23 [colin]      0.9.12cvs168.1
14450
14451         * src/partial_download.c
14452         * src/partial_download.h
14453         * src/plugins/pgpmime/plugin.c
14454                 Sync with HEAD
14455
14456 2004-11-23 [colin]      0.9.12cvs166.1
14457
14458         * src/Makefile.am
14459         * src/codeconv.c
14460         * src/compose.c
14461         * src/folderview.c
14462         * src/main.c
14463         * src/partial_download.c
14464         * src/partial_download.h
14465         * src/prefs_account.c
14466         * src/prefs_account.h
14467         * src/privacy.c
14468         * src/privacy.h
14469         * src/procmime.c
14470         * src/common/Makefile.am
14471         * src/common/base64.h
14472         * src/common/partial_download.c
14473         * src/common/partial_download.h
14474         * src/gtk/prefswindow.c
14475         * src/gtk/prefswindow.h
14476         * src/plugins/pgpmime/pgpmime.c
14477         * src/plugins/pgpmime/prefs_gpg.c
14478         * src/plugins/pgpmime/prefs_gpg.h
14479         * src/plugins/pgpmime/sgpgme.c
14480         * src/plugins/pgpmime/sgpgme.h
14481                 Sync with HEAD
14482
14483 2004-11-23 [colin]      0.9.12cvs163.1
14484
14485         * src/main.c
14486                 Sync with HEAD (cursor optimization)
14487
14488 2004-11-23 [colin]      0.9.12cvs162.1
14489
14490         * src/prefs_common.c
14491         * src/prefs_themes.c
14492         * src/procmsg.c
14493                 Sync with HEAD
14494
14495 2004-11-23 [colin]      0.9.12cvs158.9
14496
14497         * src/compose.c
14498                 Fix double-free when forwarding
14499         * src/msgcache.c
14500                 Fix leak on error path
14501                 
14502
14503 2004-11-23 [colin]      0.9.12cvs158.8
14504
14505         * src/compose.c
14506                 Fix possible double-free
14507                 Spotted by Alfons
14508
14509 2004-11-23 [colin]      0.9.12cvs158.7
14510
14511         * src/compose.c
14512                 Fix some signal handlers' prototypes
14513                 Spotted by Alfons
14514
14515 2004-11-22 [colin]      0.9.12cvs158.6
14516
14517         * src/compose.c
14518                 Remove unneeded code and duplicated
14519                 wrapping - patch by Alfons
14520
14521 2004-11-22 [colin]      0.9.12cvs158.5
14522
14523         * src/prefs_themes.c
14524                 Fix oversized selector
14525
14526 2004-11-22 [colin]      0.9.12cvs158.4
14527
14528         * src/compose.c
14529                 fix dump_text()
14530                 patch by Alfons
14531
14532 2004-11-19 [colin]      0.9.12cvs158.3
14533
14534         * src/textview.c
14535                 Add a context menu on links (open, copy)
14536
14537 2004-11-18 [paul]       0.9.12cvs158.2
14538
14539         * src/addrgather.c
14540         * src/exphtmldlg.c
14541         * src/expldifdlg.c
14542         * src/mimeview.c
14543         * src/prefs_common.c
14544         * src/plugins/image_viewer/viewer.c
14545         * src/plugins/spamassassin/spamassassin_gtk.c
14546                 replace deprecated gtk_notebook_set_page
14547                 and gtk_notebook_current_page
14548
14549 2004-11-18 [paul]       0.9.12cvs158.1
14550
14551         * configure.ac
14552         * src/compose.c
14553         * src/mainwindow.c
14554         * src/messageview.c
14555         * src/prefs_common.c
14556         * src/common/utils.c
14557         * src/common/utils.h
14558                 sync with HEAD
14559
14560 2004-11-17 [colin]      0.9.12cvs156.1
14561
14562         * src/prefs_account.c
14563         * src/prefs_account.h
14564         * src/procmsg.c
14565                 Sync with HEAD (add pref to store encrypted mails encrypted)
14566
14567 2004-11-17 [paul]       0.9.12cvs155.1
14568
14569         * ChangeLog
14570         * ChangeLog.claws
14571         * ChangeLog.jp
14572         * NEWS
14573         * configure.ac
14574         * src/compose.c
14575         * src/jpilot.c
14576         * src/privacy.c
14577         * src/procmime.c
14578         * src/procmime.h
14579         * src/procmsg.c
14580         * src/toolbar.c
14581         * src/pixmaps/error.xpm
14582                 sync with HEAD
14583
14584 2004-11-17 [colin]      0.9.12cvs151.1
14585
14586         * src/plugins/pgpmime/pgpmime.c
14587                 Sync with HEAD (remove debug printf)
14588
14589 2004-11-17 [colin]      0.9.12cvs150.1
14590
14591         * src/plugins/pgpmime/pgpmime.c
14592                 Sync with HEAD (off-by-one fix)
14593
14594 2004-11-17 [colin]      0.9.12cvs149.1
14595
14596         * src/procmsg.c
14597                 Sync with HEAD (coding style fixes)
14598
14599 2004-11-16 [colin]      0.9.12cvs148.1
14600
14601         * src/procmsg.c
14602                 Sync with head (Fix the fix)
14603
14604 2004-11-16 [colin]      0.9.12cvs147.1
14605
14606         * src/procmsg.c
14607                 Sync with Main (leak fix)
14608
14609 2004-11-16 [colin]      0.9.12cvs146.14
14610
14611         * src/compose.c
14612                 Remove useless chunk of code
14613                 Patch by Alfons
14614
14615 2004-11-15 [colin]      0.9.12cvs146.13
14616
14617         * src/compose.c
14618                 Fix drafting after insertion
14619                 Patch by Alfons
14620
14621 2004-11-15 [colin]      0.9.12cvs146.12
14622
14623         * src/compose.c
14624         * src/prefs_filtering.c
14625         * src/prefs_filtering_action.c
14626         * src/prefs_toolbar.c
14627                 Fix some const-correctness
14628
14629 2004-11-15 [colin]      0.9.12cvs146.11
14630
14631         * src/summaryview.c
14632         * src/prefs_themes.c
14633         * src/messageview.c
14634                 Fix some leaks
14635
14636 2004-11-15 [colin]      0.9.12cvs146.10
14637
14638         * src/codeconv.c
14639                 More unreadable locale fixes
14640
14641 2004-11-14 [colin]      0.9.12cvs146.9
14642
14643         * src/textview.c
14644                 Fix uri_security_check
14645                 Patch by Alfons
14646
14647 2004-11-13 [paul]       0.9.12cvs146.8
14648
14649         * src/folder.c
14650         * src/procmime.c
14651                 fix 2 bugs introduced in last commit
14652
14653 2004-11-13 [paul]       0.9.12cvs146.7
14654
14655         * src/compose.c
14656         * src/exporthtml.c
14657         * src/exportldif.c
14658         * src/folder.c
14659         * src/imap.c
14660         * src/imap_gtk.c
14661         * src/main.c
14662         * src/mainwindow.c
14663         * src/messageview.c
14664         * src/mh_gtk.c
14665         * src/prefs_themes.c
14666         * src/procmime.c
14667         * src/setup.c
14668         * src/summaryview.c
14669                 replace deprecated g_basename
14670
14671 2004-11-13 [paul]       0.9.12cvs146.6
14672
14673         * src/compose.c
14674         * src/imap.c
14675         * src/matcher_parser.h
14676         * src/matcher_parser_parse.y
14677         * src/prefs_filtering.c
14678         * src/prefs_filtering_action.c
14679         * src/prefs_themes.c
14680         * src/prefs_toolbar.c
14681         * src/common/utils.c
14682                 various small fixes/cleanups
14683
14684 2004-11-12 [colin]      0.9.12cvs146.5
14685
14686         * src/textview.c
14687                 Validate event's origin on visibility notify
14688                 Patch by Alfons.
14689
14690 2004-11-12 [paul]       0.9.12cvs146.4
14691
14692         * src/exporthtml.c
14693         * src/exportldif.c
14694         * src/imap.c
14695         * src/mh.c
14696         * src/mimeview.c
14697         * src/prefs_spelling.c
14698         * src/prefs_themes.c
14699                 replace deprecated g_dirname    
14700
14701 2004-11-12 [colin]      0.9.12cvs146.3
14702
14703         * src/textview.c
14704                 Some coding style fixes
14705
14706 2004-11-12 [colin]      0.9.12cvs146.2
14707
14708         * src/codeconv.c
14709                 We want to replace _all_ extended chars in
14710                 conv_unreadable_*, because any string containing
14711                 extended chars not parsing as UTF8 is 
14712                 undisplayed on gtk2.
14713
14714 2004-11-12 [paul]       0.9.12cvs146.1
14715
14716         * ChangeLog
14717         * ChangeLog.claws
14718         * ChangeLog.jp
14719         * NEWS
14720         * configure.ac
14721         * src/account.c
14722         * src/folderview.c
14723         * src/folderview.h
14724         * src/imap.c
14725         * src/imap_gtk.c
14726         * src/inc.c
14727         * src/mainwindow.c
14728         * src/mh_gtk.c
14729         * src/news_gtk.c
14730         * src/pop.c
14731         * src/prefs_account.c
14732         * src/prefs_account.h
14733         * src/prefs_ext_prog.c
14734         * src/procmime.c
14735         * src/procmime.h
14736         * src/procmsg.c
14737         * src/procmsg.h
14738         * src/summary_search.c
14739         * src/summaryview.c
14740         * src/textview.c
14741         * src/common/defs.h
14742         * src/common/utils.c
14743         * src/common/utils.h
14744         * src/gtk/menu.c
14745         * src/gtk/menu.h
14746                 sync with HEAD
14747
14748 2004-11-11 [colin]      0.9.12cvs144.2
14749
14750         * src/textview.c
14751                 Fix URI range selection (patch by Alfons)
14752
14753 2004-11-09 [colin]      0.9.12cvs144.1
14754
14755         * ChangeLog.claws
14756         * src/compose.c
14757         * src/folder.c
14758         * src/folder_item_prefs.c
14759         * src/prefs_account.c
14760         * src/prefs_account.h
14761         * src/plugins/pgpmime/pgpmime.c
14762                 Sync with HEAD
14763
14764 2004-11-08 [colin]      0.9.12cvs143.1
14765
14766         * src/summaryview.c
14767                 Sync with HEAD (optimize quicksearch)
14768
14769 2004-11-08 [colin]      0.9.12cvs142.2
14770
14771         * src/compose.c
14772                 Don't wrap when Edit/Auto wrapping is disabled
14773
14774 2004-11-08 [colin]      0.9.12cvs142.1
14775
14776         * src/textview.c
14777                 Sync with HEAD
14778
14779 2004-11-08 [colin]      0.9.12cvs141.1
14780
14781         * src/textview.c
14782                 Sync with HEAD (fix some mail URIs)
14783
14784 2004-11-08 [colin]      0.9.12cvs140.3
14785
14786         * src/textview.c
14787                 o Use text cursor instead of arrow when
14788                   not on a link
14789                 o Fix handling of contiguous links (as in
14790                   "colin@colino.net" <colin@colino.net>)
14791                   This one unveils a bug in get_email_part()
14792
14793 2004-11-07 [colin]      0.9.12cvs140.2
14794
14795         * src/textview.c
14796                 Fix memleak. Patch by Alfons.
14797
14798 2004-11-06 [colin]      0.9.12cvs140.1
14799
14800         * src/compose.c
14801                 Sync with HEAD (don't ask passphrase
14802                 when drafting)
14803
14804 2004-11-06 [paul]       0.9.12cvs139.2
14805
14806         * AUTHORS
14807         * src/textview.c
14808         * src/textview.h
14809                 textview URI handling. hovering over a 
14810                 link displays it in the status bar,
14811                 and changes the mouse pointer to a hand 
14812                 cursor. a link is activated with a single 
14813                 click. (Modified from the) patch by Jean-Yves 
14814                 Lefort <jylefort@users.sourceforge.net>
14815                 
14816
14817 2004-11-05 [colin]      0.9.12cvs139.1
14818
14819         * src/compose.c
14820         * src/procmime.c
14821                 Sync with HEAD again ^^
14822
14823 2004-11-05 [colin]      0.9.12cvs139.1
14824
14825         * src/compose.c
14826         * src/procmime.c
14827                 Sync with HEAD
14828
14829 2004-11-03 [paul]       0.9.12cvs138.1
14830
14831         * ChangeLog.claws
14832         * configure.ac
14833         * po/POTFILES.in
14834         * src/prefs_ext_prog.c
14835         * src/procmime.c
14836         * tools/kdeservicemenu/README
14837         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14838         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14839                 sync with HEAD
14840
14841 2004-11-01 [christoph]  0.9.12cvs136.2
14842
14843         * src/procmime.c
14844                 convert MIME parameters to UTF-8
14845
14846 2004-10-29 [colin]      0.9.12cvs136.1
14847
14848         * src/common/utils.c
14849                 Sync with HEAD (don't use '=' in mime boundary)
14850
14851 2004-10-29 [paul]       0.9.12cvs135.1
14852
14853         * configure.ac
14854         * doc/src/rfc2231.txt
14855         * src/procmime.c
14856         * src/common/quoted-printable.c
14857         * src/common/utils.c
14858         * src/common/utils.h
14859                 sync with HEAD
14860
14861 2004-10-27 [paul]       0.9.12cvs134.1
14862
14863         * configure.ac
14864         * src/main.c
14865         * src/procmime.c
14866         * src/plugins/pgpmime/pgpmime.c
14867                 sync with HEAD
14868
14869 2004-10-26 [paul]       0.9.12cvs132.3
14870
14871         * src/account.c
14872         * src/addressbook.c
14873         * src/addrgather.c
14874         * src/addrharvest.c
14875         * src/codeconv.c
14876         * src/compose.c
14877         * src/customheader.c
14878         * src/editaddress.c
14879         * src/editgroup.c
14880         * src/enriched.c
14881         * src/expldifdlg.c
14882         * src/exporthtml.c
14883         * src/exportldif.c
14884         * src/folder.c
14885         * src/foldersel.c
14886         * src/folderview.c
14887         * src/grouplistdialog.c
14888         * src/html.c
14889         * src/imap.c
14890         * src/jpilot.c
14891         * src/ldapserver.c
14892         * src/ldif.c
14893         * src/mimeview.c
14894         * src/news.c
14895         * src/news_gtk.c
14896         * src/pop.c
14897         * src/prefs_display_header.c
14898         * src/prefs_gtk.c
14899         * src/prefs_msg_colors.c
14900         * src/prefs_toolbar.c
14901         * src/procheader.c
14902         * src/procmime.c
14903         * src/summaryview.c
14904         * src/textview.c
14905         * src/toolbar.c
14906         * src/vcard.c
14907         * src/common/mgutils.c
14908         * src/common/nntp.c
14909         * src/common/smtp.c
14910         * src/common/template.c
14911         * src/common/utils.c
14912         * src/common/xmlprops.c
14913         * src/plugins/pgpmime/pgpmime.c
14914         * src/plugins/pgpmime/select-keys.c
14915         * src/plugins/pgpmime/sgpgme.c
14916                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14917                 g_string_sprintfa(), gtk_notebook_current_page()
14918
14919 2004-10-26 [colin]      0.9.12cvs132.2
14920
14921         * src/prefs_folder_item.c
14922                 Fix default-account selection
14923
14924 2004-10-21 [colin]      0.9.12cvs133
14925
14926         * src/compose.c
14927                 Sync with HEAD (Remove extra separator in compose's Options)
14928         * src/textview.c
14929                 Set wrapping to char
14930
14931 2004-10-21 [paul]       0.9.12cvs131.2
14932
14933         * src/compose.c
14934         * src/sourcewindow.c
14935                 fix wrapping
14936                 fix window shrinking 
14937
14938 2004-10-21 [colin]      0.9.12cvs131.1
14939
14940         * ChangeLog.claws
14941         * src/compose.c
14942                 Sync with HEAD
14943
14944 2004-10-21 [paul]       0.9.12cvs130.2
14945
14946         * src/prefs_folder_item.c
14947                 sync with HEAD (Apply to subfolders)
14948
14949 2004-10-19 [colin]      0.9.12cvs130.1
14950
14951         * ChangeLog.claws
14952         * src/compose.c
14953         * src/common/utils.c
14954         * src/gtk/menu.c
14955                 Sync with HEAD
14956
14957 2004-10-19 [colin]      0.9.12cvs128.1
14958
14959         * src/addrbook.c
14960         * src/addrcache.c
14961         * src/addressbook.c
14962         * src/codeconv.c
14963         * src/compose.c
14964         * src/customheader.c
14965         * src/editaddress.c
14966         * src/editgroup.c
14967         * src/exporthtml.c
14968         * src/folder.c
14969         * src/folderview.c
14970         * src/imap.c
14971         * src/jpilot.c
14972         * src/main.c
14973         * src/matcher_parser_parse.y
14974         * src/mbox.c
14975         * src/pop.c
14976         * src/prefs_account.c
14977         * src/prefs_gtk.c
14978         * src/prefs_msg_colors.c
14979         * src/procheader.c
14980         * src/procmime.c
14981         * src/procmime.h
14982         * src/procmsg.c
14983         * src/summaryview.c
14984         * src/textview.c
14985         * src/common/base64.c
14986         * src/common/partial_download.c
14987         * src/common/socket.c
14988         * src/common/sylpheed.c
14989         * src/common/utils.c
14990         * src/common/utils.h
14991         * src/gtk/pluginwindow.c
14992         * src/gtk/quicksearch.c
14993         * src/plugins/clamav/clamav_plugin.c
14994         * src/plugins/clamav/clamav_plugin.h
14995         * src/plugins/clamav/clamav_plugin_gtk.c
14996         * src/plugins/pgpmime/passphrase.c
14997         * src/plugins/pgpmime/pgpmime.c
14998         * src/plugins/pgpmime/plugin.c
14999         * src/plugins/pgpmime/prefs_gpg.c
15000         * src/plugins/pgpmime/prefs_gpg.h
15001         * src/plugins/pgpmime/select-keys.c
15002         * src/plugins/pgpmime/sgpgme.c
15003         * src/plugins/spamassassin/libspamc.c
15004         * src/plugins/spamassassin/spamassassin.c
15005         * src/plugins/spamassassin/spamassassin.h
15006         * src/plugins/spamassassin/spamassassin_gtk.c
15007         * src/plugins/trayicon/trayicon.c
15008         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15009                 Sync with HEAD
15010
15011 2004-10-14 [colin]      0.9.12cvs126.2
15012
15013         * src/codeconv.c
15014         * src/textview.c
15015                 Fix conv_unreadable_locale
15016
15017 2004-10-13 [colin]      0.9.12cvs126.1
15018
15019         * src/compose.c
15020                 Sync with HEAD (don't convert charset for 
15021                 drafted messages, minor cleanup)
15022
15023 2004-10-13 [colin]      0.9.12cvs125.1
15024
15025         * po/POTFILES.in
15026                 Sync with HEAD (POTFILES fix)
15027
15028 2004-10-12 [colin]      0.9.12cvs124.3
15029
15030         * src/compose.c
15031                 Fix encoding bug from latest sync
15032
15033 2004-10-12 [paul]       0.9.12cvs124.2
15034
15035         * src/plugins/pgpmime/prefs_gpg.c
15036         * src/plugins/pgpmime/prefs_gpg.h
15037                 forgotten in last commit        
15038
15039 2004-10-12 [paul]       0.9.12cvs124.1
15040
15041         * ChangeLog.claws
15042         * configure.ac
15043         * m4/spamassassin.m4
15044         * src/Makefile.am
15045         * src/account.c
15046         * src/compose.c
15047         * src/compose.h
15048         * src/crash.c
15049         * src/main.c
15050         * src/mimeview.c
15051         * src/passphrase.c
15052         * src/passphrase.h
15053         * src/prefs_account.c
15054         * src/prefs_account.h
15055         * src/prefs_common.c
15056         * src/privacy.c
15057         * src/privacy.h
15058         * src/procmime.c
15059         * src/procmime.h
15060         * src/procmsg.c
15061         * src/rfc2015.c
15062         * src/rfc2015.h
15063         * src/select-keys.c
15064         * src/select-keys.h
15065         * src/textview.c
15066         * src/common/utils.c
15067         * src/common/utils.h
15068         * src/gtk/about.c
15069         * src/plugins/pgpmime/Makefile.am
15070         * src/plugins/pgpmime/passphrase.c
15071         * src/plugins/pgpmime/passphrase.h
15072         * src/plugins/pgpmime/pgpmime.c
15073         * src/plugins/pgpmime/plugin.c
15074         * src/plugins/pgpmime/select-keys.c
15075         * src/plugins/pgpmime/select-keys.h
15076         * src/plugins/pgpmime/sgpgme.c
15077         * src/plugins/pgpmime/sgpgme.h
15078                 sync with HEAD
15079
15080 2004-10-04 [colin]      0.9.12cvs122.1
15081
15082         * src/mainwindow.c
15083         * src/messageview.c
15084         * src/messageview.h
15085         * src/textview.c
15086                 Sync with HEAD
15087
15088 2004-10-04 [colin]      0.9.12cvs121.1
15089
15090         * src/summaryview.c
15091                 Sync with HEAD
15092
15093 2004-10-04 [paul]       0.9.12cvs120.1
15094
15095         * configure.ac
15096                 sync with HEAD [don't try to build 
15097                 pgpmime plugin when gpgme is disabled]
15098
15099 2004-10-03 [colin]      0.9.12cvs119.3
15100
15101         * src/gtk/gtksctree.c
15102                 Lots of side effects. Put back as before 117.2.
15103         * src/summaryview.c
15104                 Fix bug #602
15105
15106 2004-10-03 [colin]      0.9.12cvs119.2
15107
15108         * src/gtk/gtksctree.c
15109                 Revert 608 fix that doesn't work that good
15110
15111 2004-10-02 [colin]      0.9.12cvs119.1
15112
15113         * src/mainwindow.c
15114         * src/messageview.c
15115         * src/prefs_common.h
15116         * src/procmime.c
15117         * src/procmime.h
15118         * src/textview.c
15119                 Sync with HEAD
15120         * src/gtk/gtksctree.c
15121                 Close bug #608
15122
15123 2004-10-01 [colin]      0.9.12cvs118.1
15124
15125         * src/mimeview.c
15126                 Sync with HEAD (better Save All fix)
15127
15128 2004-10-01 [colin]      0.9.12cvs117.2
15129
15130         * src/gtk/gtksctree.c
15131                 Faster on selection
15132
15133 2004-10-01 [colin]      0.9.12cvs117.1
15134
15135         * src/mimeview.c
15136                 Sync with HEAD (Save All: only attachments)
15137
15138 2004-10-01 [paul]       0.9.12cvs116.1
15139
15140         * ChangeLog.claws
15141         * configure.ac
15142         * src/account.c
15143         * src/prefs_common.c
15144         * src/gtk/colorlabel.c
15145                 sync with HEAD
15146
15147 2004-09-30 [colin]      0.9.12cvs115.1
15148
15149         * src/stock_pixmap.c
15150         * src/stock_pixmap.h
15151         * src/folderview.c
15152         * src/Makefile.am
15153         * src/pixmaps/read.xpm
15154                 Sync with HEAD (new pixmap)
15155
15156 2004-09-29 [colin]      0.9.12cvs114.1
15157
15158         * src/compose.c
15159                 Sync with HEAD
15160                 Fix focus handling in headers
15161
15162 2004-09-29 [paul]       0.9.12cvs113.1
15163
15164         * src/quote_fmt_parse.y
15165                 sync with HEAD
15166  
15167
15168 2004-09-28 [colin]      0.9.12cvs112.1
15169
15170         * src/folderview.c
15171         * src/mainwindow.c
15172                 Sync with HEAD
15173
15174 2004-09-28 [colin]      0.9.12cvs110.1
15175
15176         * src/folderview.c
15177                 Sync with HEAD (Contextual Empty trash menu)
15178
15179 2004-09-28 [colin]      0.9.12cvs108.1
15180
15181         * src/addressbook.c
15182                 Sync with HEAD (addressbook edit on double-click)
15183
15184 2004-09-28 [colin]      0.9.12cvs106.1
15185
15186         * src/inc.c
15187                 Sync with HEAD (folder_item freeze on inc)
15188
15189 2004-09-27 [colin]      0.9.12cvs105.1
15190
15191         * src/folderview.c
15192                 Sync with HEAD (right-align new and unread column)
15193
15194 2004-09-27 [colin]      0.9.12cvs104.1
15195
15196         * src/main.c
15197                 Sync with HEAD (revert 0.9.12cvs101)
15198
15199 2004-09-24 [colin]      0.9.12cvs103.2
15200
15201         * src/wizard.c
15202                 Fix gtk warnings and use domain part of the email address 
15203                 when domain detection fails (no dot in domain name)
15204
15205 2004-09-23 [colin]      0.9.12cvs103.1
15206
15207         * src/plugins/spamassassin/libspamc.c
15208         * src/plugins/spamassassin/libspamc.h
15209         * src/plugins/spamassassin/utils.c
15210         * src/plugins/spamassassin/utils.h
15211                 Sync with HEAD (Update spamassassin to 3.0)
15212
15213 2004-09-21 [colin]      0.9.12cvs102.3
15214
15215         * src/action.c
15216                 Add horizontal scrollbar in action io dialog as needed
15217                 Patch by Alfons.
15218
15219 2004-09-20 [colin]      0.9.12cvs102.2
15220
15221         * src/plugins/image_viewer/viewer.c
15222                 Remove imlib stuff
15223                 use gtk_pixmap_set when clearing
15224                 (would be better to use gtkImages, but causes size-allocate 
15225                 signals storm)
15226
15227 2004-09-17 [paul]       0.9.12cvs102.1
15228
15229         * ChangeLog
15230         * ChangeLog.claws
15231         * ChangeLog.jp
15232         * configure.ac
15233         * src/inc.c
15234                 sync with HEAD
15235
15236
15237 2004-09-17 [colin]      0.9.12cvs101.1
15238
15239         * ChangeLog.claws
15240         * src/main.c
15241                 Sync with HEAD (fix segs at exit)
15242
15243 2004-09-14 [colin]      0.9.12cvs99.5
15244
15245         * src/common/socket.c
15246         * AUTHORS
15247                 Fix send error on 64bit platforms
15248                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15249
15250 2004-09-14 [colin]      0.9.12cvs99.4
15251
15252         * src/action.c
15253                 Fix action output with utf8 
15254                 Patch by Alfons.
15255
15256 2004-09-14 [colin]      0.9.12cvs99.3
15257
15258         * ChangeLog.claws
15259         * src/folder.c
15260                 Sync with HEAD
15261
15262 2004-09-09 [colin]      0.9.12cvs99.2
15263
15264         * src/action.c
15265                 Fix progress bar (displaying "Completed %v/%u")
15266                 Patch by Alfons.
15267
15268 2004-09-08 [colin]      0.9.12cvs99.1
15269
15270         * src/account.c
15271         * src/folder.c
15272         * src/procmsg.c
15273         * src/procmsg.h
15274         * src/plugins/pgpmime/pgpmime.c
15275                 Sync with HEAD
15276
15277 2004-09-08 [colin]      0.9.12cvs97.2
15278
15279         * src/summaryview.c
15280                 Don't select mails in collapsed threads 
15281                 when navigating with up/down
15282
15283 2004-09-07 [colin]      0.9.12cvs97.1
15284
15285         * src/inc.c
15286                 Sync with HEAD (meaningful error messages)
15287
15288 2004-09-06 [colin]      0.9.12cvs96.1
15289
15290         * src/toolbar.c
15291                 Sync with HEAD (fix Redirect graying out)
15292
15293 2004-09-06 [colin]      0.9.12cvs95.1
15294
15295         * src/summaryview.c
15296         * src/mimeview.c
15297                 Sync with HEAD (fix dropped URIs)
15298
15299 2004-09-06 [colin]      0.9.12cvs94.1
15300
15301         * src/addressbook.c
15302         * src/addressitem.h
15303         * src/addritem.c
15304         * src/addritem.h
15305                 Sync with HEAD (addressbook DnD)
15306
15307 2004-09-03 [colin]      0.9.12cvs93.1
15308
15309         * src/summaryview.c
15310                 Sync with HEAD (next/prev unread)
15311
15312 2004-09-03 [colin]      0.9.12cvs92.1
15313
15314         * src/prefs_common.c
15315         * src/prefs_common.h
15316         * src/summaryview.c
15317                 Sync with HEAD ('mark_as_read_delay' pref)
15318
15319 2004-09-02 [colin]      0.9.12cvs91.2
15320
15321         * src/common/xml.c
15322                 Fix leak
15323
15324 2004-09-02 [colin]      0.9.12cvs91.1
15325
15326         * src/gtk/menu.c
15327                 Sync with HEAD (menu accel don't work, but whatever)
15328
15329 2004-09-02 [colin]      0.9.12cvs90.1
15330
15331         * src/account.c
15332                 Sync with HEAD (fix bug 582)
15333
15334 2004-09-02 [colin]      0.9.12cvs89.1
15335
15336         * src/addrindex.c
15337                 Sync with HEAD (free deleted queries)
15338
15339 2004-09-02 [colin]      0.9.12cvs88.1
15340
15341         * src/ldapquery.c
15342                 Sync with HEAD (fix LDAP freezes)
15343
15344 2004-09-02 [colin]      0.9.12cvs87.1
15345
15346         * src/prefs_spelling.c
15347                 Sync with HEAD (add default dictionary)
15348
15349 2004-09-01 [colin]      0.9.12cvs86.1
15350
15351         * src/filtering.c
15352         * src/folderview.c
15353         * src/imap.c
15354         * src/prefs_matcher.c
15355         * src/stock_pixmap.c
15356         * src/summary_search.c
15357         * src/summaryview.c
15358         * src/wizard.c
15359         * src/wizard.h
15360                 Sync with HEAD (uninitialized vars fixes)
15361                 + gtk2 specific warning fixes
15362
15363 2004-08-31 [colin]      0.9.12cvs85.1
15364
15365         * src/folder.c
15366                 Sync with HEAD (Fix memory corruption due to 
15367                 uninitialized var)
15368
15369 2004-08-31 [colin]      0.9.12cvs84.4
15370
15371         * src/summary_search.c
15372                 Fix segfaults when searching in folders with broken headers
15373
15374 2004-08-31 [colin]      0.9.12cvs84.3
15375
15376         * src/compose.c
15377         * src/textview.c
15378                 Fix some more encoding/decoding issues
15379
15380 2004-08-30 [colin]      0.9.12cvs84.2
15381
15382         * src/mimeview.c
15383         * src/prefs_themes.c
15384         * src/gtk/filesel.c
15385         * src/gtk/filesel.h
15386                 Add a folder-mode selection (fixes mimeview's "Save all")
15387
15388 2004-08-29 [colin]      0.9.12cvs84.1
15389
15390         * src/mimeview.c
15391                 Sync with HEAD (don't escape saved filenames)
15392
15393 2004-08-27 [colin]      0.9.12cvs83.1
15394
15395         * ChangeLog
15396         * ChangeLog.claws
15397         * ChangeLog.jp
15398         * src/mh.c
15399         * src/procheader.c
15400         * src/procmsg.c
15401         * src/procmsg.h
15402         * src/common/utils.c
15403         * src/gtk/menu.h
15404         * po/
15405                 Sync with HEAD 0.9.12cvs83 (sync with main)
15406
15407 2004-08-26 [colin]      0.9.12cvs82.4
15408
15409         * src/codeconv.c
15410                 Fix strange stack corruption
15411                 Convert to utf8 after unmime, not before
15412
15413 2004-08-26 [colin]      0.9.12cvs82.3
15414
15415         * src/main.c
15416         * src/wizard.c
15417                 Fix account folders duplication
15418
15419 2004-08-25 [colin]      0.9.12cvs82.2
15420
15421         * src/wizard.c
15422                 Remove ports
15423                 Add SSL selection
15424                 Use login@server as account name
15425
15426 2004-08-25 [colin]      0.9.12cvs82.1
15427
15428         * src/plugins/pgpmime/pgpmime.c
15429                 Sync with HEAD (leak fix).
15430
15431 2004-08-25 [colin]      0.9.12cvs81.1
15432
15433         * src/plugins/pgpmime/pgpmime.c
15434         * src/plugins/pgpmime/sgpgme.c
15435         * src/plugins/pgpmime/sgpgme.h
15436                 Sync with HEAD (Handle combined messages).
15437
15438 2004-08-24 [colin]      0.9.12cvs80.3
15439
15440         * src/wizard.c
15441                 Fix full name, ports, and imap
15442
15443 2004-08-24 [colin]      0.9.12cvs80.2
15444
15445         * src/Makefile.am
15446         * src/main.c
15447         * src/setup.c
15448         * src/setup.h
15449         * src/stock_pixmap.c
15450         * src/stock_pixmap.h
15451         * src/wizard.c ** ADDED **
15452         * src/wizard.h ** ADDED ** 
15453         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15454                 Add a setup wizard 
15455
15456 2004-08-24 [colin]      0.9.12cvs80.1
15457
15458         * src/folder.c
15459                 Sync with HEAD (set mimeflags on all messages)
15460
15461 2004-08-24 [colin]      0.9.12cvs79.3
15462
15463         * src/matcher_parser_lex.l
15464                 Fix 8bits strings not in utf8
15465
15466 2004-08-24 [colin]      0.9.12cvs79.2
15467
15468         * src/compose.c
15469                 Check conversion result before replacing buffer
15470
15471 2004-08-23 [colin]      0.9.12cvs79.1
15472
15473         * src/compose.c
15474                 Sync with HEAD (create message header in memory)
15475
15476 2004-08-23 [colin]      0.9.12cvs78.1
15477
15478         * src/rfc2015.c
15479         * src/rfc2015.h
15480                 Sync with HEAD (fix bug 197 again)
15481
15482 2004-08-23 [colin]      0.9.12cvs77.3
15483
15484         * src/compose.c
15485                 Fix again inline gpg signing (which outputs utf8
15486                 in gtk2). Not syncing this fix to HEAD as this 
15487                 code is meant to die.
15488
15489 2004-08-23 [colin]      0.9.12cvs77.2
15490
15491         * src/prefs_account.h
15492                 Remove useless include
15493
15494 2004-08-23 [colin]      0.9.12cvs77.1
15495
15496         * src/imap.c
15497         * po/es.po
15498         * po/fr.po
15499         * po/it.po
15500         * po/pl.po
15501         * po/pt_BR.po
15502         * po/sk.po
15503         * po/sr.po
15504                 Sync with HEAD (fix bug 577)
15505
15506 2004-08-22 [colin]      0.9.12cvs76.1
15507
15508         * src/plugins/trayicon/trayicon.c
15509                 Sync with HEAD (fix formatting bug)
15510
15511 2004-08-21 [colin]      0.9.12cvs74.2
15512
15513         * src/gtk/colorsel.c
15514                 Fix bug 564 (Folder color selection window exits on any
15515                 keypress)
15516
15517 2004-08-21 [colin]      0.9.12cvs74.1
15518
15519         * ChangeLog.claws
15520         * src/compose.c
15521         * src/summaryview.c
15522         * src/toolbar.c
15523                 Sync with HEAD (fix bug 576)
15524
15525 2004-08-21 [colin]      0.9.12cvs70.1
15526
15527         * src/compose.c
15528         * src/mainwindow.c
15529                 Sync with HEAD
15530                 
15531
15532 2004-08-21 [paul]       0.9.12cvs66.4
15533
15534         * src/mainwindow.c
15535         * src/messageview.c
15536         * src/gtk/menu.c
15537         * src/plugins/spamassassin/spamassassin_gtk.c
15538                 remove some deprecated gtk1 functions
15539
15540
15541 2004-08-21 [colin]      0.9.12cvs66.3
15542
15543         * src/compose.c
15544         * src/codeconv.c
15545                 Fix warnings
15546                 Remove encoding hacks
15547                 Fix bug 575 (Strange character messes up message)
15548                 Don't display conversion error when drafting
15549
15550 2004-08-21 [paul]       0.9.12cvs66.2
15551
15552         * src/prefs_account.c
15553                 fix GnuPG mode bugs
15554
15555
15556 2004-08-20 [colin]      0.9.12cvs66.1
15557
15558         * src/codeconv.c
15559                 Sync with HEAD 0.9.12cvs66
15560
15561 2004-08-20 [paul]
15562
15563         * src/plugins/pgpmime/plugin.c
15564                 modify PGP/MIME plugin's description
15565
15566 2004-08-17 [colin]      0.9.12cvs65.1
15567
15568         * src/common/ssl.c
15569         * src/plugins/pgpmime/plugin.c
15570                 Sync with HEAD
15571
15572 2004-08-14 [colin]      0.9.12cvs60.3
15573
15574         * src/plugins/trayicon/trayicon.c
15575                 Put back resize callback, on size-request signal
15576                 rather than size-allocate to avoid infinite 
15577                 callback loop
15578
15579 2004-08-13 [colin]      0.9.12cvs60.2
15580
15581         * src/common/defs.h
15582                 Cache versions have been fixed
15583
15584 2004-08-13 [colin]      0.9.12cvs60.1
15585
15586         * src/folderutils.c
15587                 Sync with HEAD
15588
15589 2004-08-12 [colin]      0.9.12cvs59.1
15590
15591         * src/plugins/trayicon/trayicon.c
15592                 Sync with HEAD
15593
15594 2004-08-12 [colin]      0.9.12cvs57.5
15595
15596         * sylpheed.desktop
15597         * configure.ac
15598         * src/Makefile.am
15599         * src/main.c
15600                 Add support for Freedesktop.org's startup notification
15601
15602 2004-08-11 [colin]      0.9.12cvs57.4
15603
15604         * src/textview.c
15605                 Fix off-by-one
15606
15607 2004-08-11 [colin]      0.9.12cvs57.3
15608
15609         * src/message_search.c
15610         * src/summary_search.c
15611                 Make searches case insensitive by default
15612         * src/textview.c
15613                 Fix case-insensitive search in message
15614
15615 2004-08-11 [colin]      0.9.12cvs57.2
15616
15617         * src/summary_search.c
15618                 Let case-sensitive be specified
15619
15620 2004-08-10 [colin]      0.9.12cvs55.4
15621
15622         * src/common/socket.c
15623                 Fix the possible race condition
15624
15625 2004-08-09 [paul]       0.9.12cvs55.3
15626
15627         * configure.ac
15628         * src/Makefile.am
15629         * src/common/Makefile.am
15630                 sync with HEAD
15631
15632
15633 2004-08-09 [paul]       0.9.12cvs55.2
15634
15635         * autogen.sh
15636         * po/poconv.sh
15637                 remove unneeded script
15638
15639         * configure.ac
15640                 add forgotten USE_LDAP_TLS (sync with HEAD)
15641
15642
15643 2004-08-09 [colin]      0.9.12cvs55.1
15644
15645         * src/main.c
15646         * src/common/ssl.c
15647         * src/common/sylpheed.c
15648         * src/common/sylpheed.h
15649                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15650
15651 2004-08-09 [paul]       0.9.12cvs54.1
15652
15653         * ChangeLog
15654         * ChangeLog.claws
15655         * ChangeLog.jp
15656         * configure.ac
15657         * po/POTFILES.in
15658         * src/Makefile.am
15659         * src/folderutils.c
15660         * src/main.c
15661         * src/pgpmime.c
15662         * src/pgpmime.h
15663         * src/sgpgme.c
15664         * src/sgpgme.h
15665         * src/plugins/Makefile.am
15666         * src/plugins/pgpmime/.cvsignore
15667         * src/plugins/pgpmime/Makefile.am
15668         * src/plugins/pgpmime/pgpmime.c
15669         * src/plugins/pgpmime/pgpmime.h
15670         * src/plugins/pgpmime/plugin.c
15671         * src/plugins/pgpmime/sgpgme.c
15672         * src/plugins/pgpmime/sgpgme.h
15673                 sync with HEAD
15674
15675 2004-08-08 [paul]       0.9.12cvs51.1
15676
15677         * configure.ac
15678         * src/folder.c
15679                 sync with HEAD
15680
15681 2004-08-07 [colin]      0.9.12cvs50.1
15682
15683         * src/pop.c
15684         * src/common/partial_download.c
15685                 fix warnings (sync from HEAD)
15686
15687 2004-08-07 [colin]      0.9.12cvs48.1
15688
15689         * src/prefs_folder_item.c
15690                 sync with HEAD 0.9.12cvs48
15691
15692 2004-08-06 [colin]      0.9.12cvs47.1
15693
15694         * src/compose.c
15695                 Sync with HEAD
15696
15697 2004-08-06 [christoph]  0.9.12cvs46.2
15698
15699         * src/main.c
15700         * src/plugins/clamav/clamav_plugin_gtk.c
15701         * src/plugins/dillo_viewer/dillo_viewer.c
15702         * src/plugins/image_viewer/plugin.c
15703         * src/plugins/mathml_viewer/mathml_viewer.c
15704         * src/plugins/spamassassin/spamassassin_gtk.c
15705         * src/plugins/trayicon/trayicon.c
15706                 don't mix GTK1.2 plugin with GTK2 plugins
15707
15708 2004-08-06 [colin]      0.9.12cvs46.1
15709
15710         * ChangeLog
15711         * ChangeLog.claws
15712         * ChangeLog.jp
15713         * configure.ac
15714         * sylpheed-claws.pc.in
15715         * src/folder.c
15716         * src/imap.c
15717         * src/localfolder.c
15718         * src/messageview.c
15719         * src/mimeview.c
15720         * src/mimeview.h
15721         * src/msgcache.c
15722         * src/news.c
15723         * src/prefs_ext_prog.c
15724         * src/prefs_folder_item.c
15725         * src/prefs_fonts.c
15726         * src/prefs_msg_colors.c
15727         * src/prefs_spelling.c
15728         * src/prefs_themes.c
15729         * src/prefs_toolbar.c
15730         * src/prefs_wrapping.c
15731         * src/procmime.h
15732         * src/common/defs.h
15733         * src/common/nntp.c
15734         * src/common/session.c
15735         * src/common/session.h
15736         * src/common/socket.c
15737         * src/common/utils.h
15738         * src/common/xml.c
15739         * src/common/xml.h
15740         * src/gtk/prefswindow.c
15741         * src/gtk/prefswindow.h
15742         * src/plugins/clamav/clamav_plugin_gtk.c
15743         * src/plugins/dillo_viewer/dillo_prefs.c
15744         * src/plugins/image_viewer/viewerprefs.c
15745         * src/plugins/spamassassin/spamassassin_gtk.c
15746         * m4/openssl.m4 *** REMOVED ***
15747                 Sync with HEAD 0.9.12cvs46
15748
15749 2004-08-03 [paul]       0.9.12cvs40.2
15750
15751         * src/action.c
15752         * src/addressadd.c
15753         * src/addressbook.c
15754         * src/addrgather.c
15755         * src/browseldap.c
15756         * src/compose.c
15757         * src/crash.c
15758         * src/editaddress.c
15759         * src/editgroup.c
15760         * src/editldap_basedn.c
15761         * src/foldersel.c
15762         * src/importldif.c
15763         * src/mimeview.c
15764         * src/prefs_common.c
15765         * src/prefs_template.c
15766         * src/sourcewindow.c
15767         * src/summaryview.c
15768         * src/gtk/about.c
15769         * src/gtk/foldersort.c
15770         * src/gtk/logwindow.c
15771         * src/gtk/pluginwindow.c
15772         * src/gtk/prefswindow.c
15773                 change all gtk_scrolled_window_set_policy from 
15774                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15775
15776 2004-08-02 [paul]       0.9.12cvs40.1
15777
15778         * AUTHORS
15779                 update translation team section
15780         * po/pt_BR.po
15781                 updated by Frederico Goncalves Guimaraes
15782                 <fggdebian@yahoo.com.br>
15783
15784 2004-07-31 [colin]      0.9.12cvs39.9
15785
15786         * src/exphtmldlg.c
15787                 Fix compilation
15788
15789 2004-07-31 [colin]      0.9.12cvs39.8
15790
15791         * src/exphtmldlg.c
15792                 Fix an alertpanel type
15793
15794 2004-07-30 [colin]      0.9.12cvs39.7
15795
15796         * src/alertpanel.c
15797                 Fix alertpanel_error_log's icon
15798
15799 2004-07-30 [colin]      0.9.12cvs39.6
15800
15801         * src/pop.c
15802                 Two of them should still be warnings
15803
15804 2004-07-30 [colin]      0.9.12cvs39.5
15805
15806         * src/pop.c
15807                 More warning -> error
15808 2004-07-29 [colin]      0.9.12cvs39.4
15809
15810         * src/pop.c
15811                 Warning -> error
15812
15813 2004-07-29 [colin]      0.9.12cvs39.3
15814
15815         * src/prefs_matcher.c
15816                 Fix segfault
15817
15818 2004-07-29 [colin]      0.9.12cvs39.2
15819
15820         * src/alertpanel.c
15821                 More nice-looking alertpanels
15822
15823 2004-07-29 [colin]      0.9.12cvs39.1
15824
15825         * src/messageview.c
15826                 sync with head
15827                 (inform user when partial mail is deleted on server)
15828
15829 2004-07-29 [colin]      0.9.12cvs38.1
15830
15831         * src/messageview.c
15832                 sync with head
15833
15834 2004-07-28 [paul]       0.9.12cvs37.7
15835
15836         * src/mainwindow.c
15837                 complete the replacement of deprecated gtk_progress_*
15838
15839 2004-07-28 [paul]       0.9.12cvs37.6
15840
15841         * src/action.c
15842         * src/inc.c
15843         * src/mainwindow.c
15844         * src/send_message.c
15845         * src/gtk/progressdialog.c
15846         * src/gtk/progressdialog.h
15847                 replace deprecated gtk_progress_*
15848
15849 2004-07-28 [paul]       0.9.12cvs37.5
15850
15851         * src/gtk/filesel.c
15852                 remove gtk_window_set_wmclass()
15853 2004-07-28 [paul]       0.9.12cvs37.4
15854
15855         * src/addressbook.c
15856         * src/compose.c
15857         * src/foldersel.c
15858         * src/mainwindow.c
15859         * src/messageview.c
15860         * src/sourcewindow.c
15861         * src/gtk/logwindow.c
15862                 remove gtk_window_set_wmclass()
15863                 
15864         * src/prefs_filtering.c
15865         * src/prefs_filtering_action.c
15866         * src/prefs_fonts.c
15867         * src/prefs_gtk.c
15868         * src/prefs_matcher.c
15869         * src/ssl_manager.c
15870         * src/gtk/prefswindow.c
15871                 replace gtk_window_position()
15872
15873 2004-07-28 [colin]      0.9.12cvs37.3
15874
15875         * src/alertpanel.c
15876         * src/alertpanel.h
15877                 Add a way to specify panel type for specific
15878                 panels (alertpanel())
15879         * src/account.c
15880         * src/addressbook.c
15881         * src/compose.c
15882         * src/expldifdlg.c
15883         * src/main.c
15884         * src/messageview.c
15885         * src/summaryview.c
15886         * src/textview.c
15887         * src/gtk/sslcertwindow.c
15888                 Fix alertpanel()s so that their icon match
15889                 their real type
15890
15891 2004-07-28 [paul]       0.9.12cvs37.2
15892
15893         * src/addr_compl.c
15894         * src/addressbook.c
15895         * src/alertpanel.c
15896         * src/compose.c
15897         * src/export.c
15898         * src/foldersel.c
15899         * src/folderview.c
15900         * src/grouplistdialog.c
15901         * src/import.c
15902         * src/mainwindow.c
15903         * src/message_search.c
15904         * src/messageview.c
15905         * src/passphrase.c
15906         * src/prefs_actions.c
15907         * src/prefs_common.c
15908         * src/prefs_customheader.c
15909         * src/prefs_display_header.c
15910         * src/prefs_filtering.c
15911         * src/prefs_filtering_action.c
15912         * src/prefs_gtk.c
15913         * src/prefs_matcher.c
15914         * src/prefs_msg_colors.c
15915         * src/prefs_summary_column.c
15916         * src/prefs_template.c
15917         * src/sourcewindow.c
15918         * src/ssl_manager.c
15919         * src/summary_search.c
15920         * src/gtk/colorsel.c
15921         * src/gtk/description_window.c
15922         * src/gtk/gtkaspell.c
15923         * src/gtk/inputdialog.c
15924         * src/gtk/logwindow.c
15925         * src/gtk/prefswindow.c
15926         * src/gtk/progressdialog.c
15927                 replace deprecated gtk_window_set_policy
15928
15929 2004-07-27 [colin]      0.9.12cvs37.1
15930
15931         * src/msgcache.c
15932                 More fixes (synced for head again)
15933
15934 2004-07-27 [colin]      0.9.12cvs35.3
15935
15936         * src/msgcache.c
15937                 Fix wrong test
15938
15939 2004-07-27 [colin]      0.9.12cvs35.2
15940
15941         * src/mimeview.c
15942                 Fix width a bit (by Paul)
15943         * src/alertpanel.c
15944         * src/alertpanel.h
15945                 Specialize icons, make alertpanel_message()
15946                 private
15947         * src/message_search.c
15948         * src/sgpgme.c
15949         * src/summary_search.c
15950                 Suit alertpanel changes
15951
15952 2004-07-27 [colin]      0.9.12cvs35.1
15953
15954         * src/alertpanel.c
15955                 Add an icon
15956         * src/passphrase.c
15957                 Add debug output - maybe someone will
15958                 want to look at the problem with Grab
15959                 Input :)
15960         Bump version as we're synced with HEAD
15961
15962 2004-07-26 [colin]      0.9.12cvs33.26
15963
15964         * src/pop.c
15965                 Fix uidl-file parsing when not in new
15966                 format
15967
15968 2004-07-26 [colin]      0.9.12cvs33.25
15969
15970         * src/gtk/menu.c
15971                 Move popup menu up if necessary (fixes 
15972                 account selector)
15973         * src/mainwindow.c
15974                 Set account selector's button height to
15975                 minimum
15976
15977 2004-07-26 [colin]      0.9.12cvs33.24
15978
15979         * src/alertpanel.c
15980                 Maybe fix 551 (Truncated font in alert window)
15981
15982 2004-07-26 [colin]      0.9.12cvs33.23
15983
15984         * po/de.po
15985         * po/es.po
15986         * po/fr.po
15987         * po/it.po
15988         * po/ja.po
15989         * po/pl.po
15990         * po/ru.po
15991         * po/sk.po
15992         * po/sr.po
15993         * po/zh_CN.po
15994                 Sync po files with HEAD
15995
15996 2004-07-26 [paul]       0.9.12cvs33.22
15997
15998         * src/compose.c
15999                 fix Bug 556 'Organisation-header is sent even if empty'
16000
16001 2004-07-24 [colin]      0.9.12cvs33.21
16002
16003         * src/compose.c
16004         * src/gtk/gtkaspell.c
16005         * src/gtk/gtkaspell.h
16006                 Fix speller accelerators (require hack)
16007
16008 2004-07-24 [colin]      0.9.12cvs33.20
16009
16010         * src/gtk/gtkaspell.c
16011                 Fix over-eager code deletion breaking
16012                 Check while typing
16013
16014 2004-07-24 [colin]      0.9.12cvs33.19
16015
16016         * src/browseldap.c
16017         * src/ldapctrl.c
16018         * src/ldapctrl.h
16019         * src/ldapserver.h
16020                 Sync ldap with HEAD
16021         (Fixes 546 LDAP completely broken)
16022
16023 2004-07-24 [colin]      0.9.12cvs33.18
16024
16025         * src/prefs_msg_colors.c
16026                 Fix prototype mismatch
16027         (Fixes 547 void function cannot return value)
16028
16029 2004-07-24 [colin]      0.9.12cvs33.17
16030
16031         * src/mainwindow.c
16032                 Fix sort going back to previous sort key
16033                 when changing sort direction
16034
16035 2004-07-24 [colin]      0.9.12cvs33.16
16036
16037         * src/compose.c
16038                 Fix space insertion when re-wrapping at 
16039                 cursor point
16040
16041 2004-07-24 [colin]      0.9.12cvs33.15
16042
16043         * src/gtk/gtkaspell.c
16044                 Don't change cursor position in insert-text
16045                 callback
16046         (Fixes 539 Word wrapping on input transposes letters)
16047
16048 2004-07-24 [colin]      0.9.12cvs33.14
16049
16050         * src/gtk/gtkaspell.c
16051                 Reencode non-ascii chars to dictionary's
16052                 encoding
16053         (Fixes 544 Spell check broken non english locale)
16054
16055 2004-07-24 [colin]      0.9.12cvs33.13
16056
16057         * src/summaryview.c
16058                 Fix Shift+Down, add Home/End/PgUp/PgDown
16059
16060 2004-07-21 [colin]      0.9.12cvs33.12
16061
16062         * src/prefs_common.c
16063                 Fix a gtk warning (Patch by Andrej Kacian)
16064
16065 2004-07-21 [colin]      0.9.12cvs33.11
16066
16067         * src/gtk/filesel.c
16068                 More check
16069
16070 2004-07-21 [colin]      0.9.12cvs33.10
16071
16072         * src/compose.c
16073         * src/crash.c
16074         * src/export.c
16075         * src/import.c
16076         * src/messageview.c
16077         * src/mimeview.c
16078         * src/prefs_spelling.c
16079         * src/prefs_themes.c
16080         * src/summaryview.c
16081         * src/gtk/filesel.c
16082         * src/gtk/filesel.h
16083         * src/gtk/pluginwindow.c
16084                 Untwist open/save mode guessing logic, make
16085                 it explicit
16086
16087 2004-07-20 [colin]      0.9.12cvs33.9
16088
16089         * src/codeconv.c
16090                 conv_encode_header: src_charset is UTF-8 on
16091                 gtk2
16092         * src/compose.c
16093                 Remove double encoding of the headers
16094
16095 2004-07-20 [colin]      0.9.12cvs33.8
16096
16097         * src/codeconv.c
16098                 Fix typo
16099
16100 2004-07-20 [colin]      0.9.12cvs33.7
16101
16102         * src/mainwindow.c
16103                 Set the separated messageview to the saved
16104                 size of Claws' messageview (Patch by Alfons)
16105                 Fix a callback prototype (me)
16106
16107 2004-07-20 [colin]      0.9.12cvs33.6
16108
16109         * src/codeconv.h
16110                 Forgot one hunk in 0.9.12cvs33.4
16111
16112 2004-07-19 [colin]      0.9.12cvs33.5
16113
16114         * src/action.c
16115                 Action output fix
16116                 Patch by Alfons
16117
16118 2004-07-19 [colin]      0.9.12cvs33.4
16119
16120         * src/compose.c
16121                 Fix outgoing charset bug in headers
16122         * src/codeconv.c
16123                 Clean for glib2 - Patch by Alfons
16124
16125 2004-07-19 [colin]      0.9.12cvs33.3
16126
16127         * src/statusbar.c
16128                 Remove grip from the statusbar
16129                 Patch by Alfons
16130
16131 2004-07-19 [colin]      0.9.12cvs33.2
16132
16133         * src/messageview.c
16134         * src/textview.c
16135                 Fix messageview remembering the previous
16136                 scroll position when loading a new message
16137                 Patch by Alfons
16138
16139 2004-07-19 [colin]      0.9.12cvs33.1
16140
16141         * src/folder.h
16142         * src/folderview.c
16143         * src/summaryview.c
16144                 Sync with HEAD
16145
16146 2004-07-18 [colin]      0.9.12cvs32.7
16147
16148         * configure.ac
16149                 Remove useless check for XIM - noticed
16150                 by Alfons
16151
16152 2004-07-18 [colin]      0.9.12cvs32.6
16153
16154         * src/summaryview.c
16155                 Remove non-modified and shift-modified
16156                 accelerators in summaryview's popup
16157                 menu, as that doesn't get catched by
16158                 the accel-activate signal catcher...
16159
16160 2004-07-18 [colin]      0.9.12cvs32.5
16161
16162         * src/prefs_common.c
16163                 Define sensible default prefs for 
16164                 wrapping
16165
16166 2004-07-18 [colin]      0.9.12cvs32.4
16167
16168         * src/compose.c
16169         * src/prefs_common.c
16170         * src/prefs_common.h
16171         * src/prefs_wrapping.c
16172                 Remove Smart Wrapping pref, which does
16173                 nothing on gtk2 branch
16174
16175 2004-07-18 [colin]      0.9.12cvs32.3
16176
16177         * src/sourcewindow.c
16178                 Proper utf8
16179
16180 2004-07-18 [colin]      0.9.12cvs32.2
16181
16182         * src/compose.c
16183                 Save attachment status when drafting
16184
16185 2004-07-18 [colin]      0.9.12cvs32.1
16186
16187         * src/gtk/filesel.c
16188                 Fix erratic folder selection in open mode
16189
16190 2004-07-18 [colin]      0.9.12cvs31.11
16191
16192         * src/pop.c
16193                 Don't let partial messages get deleted
16194                 even with "dowload all"
16195                 (0.9.12cvs31.8 fix extension)
16196 2004-07-18 [colin]      0.9.12cvs31.10
16197
16198         * src/gtk/logwindow.c
16199                 Fix log scrolling
16200
16201 2004-07-18 [colin]      0.9.12cvs31.9
16202
16203         * src/common/utils.c
16204                 Fix non-utf8 strings coming from commands
16205                 and files
16206
16207 2004-07-18 [colin]      0.9.12cvs31.8
16208
16209         * src/pop.c
16210                 Fix partial download bug with Download all
16211                 messages option
16212
16213 2004-07-18 [colin]      0.9.12cvs31.7
16214
16215         * src/textview.c
16216                 Fix bug introduced in 0.9.12cvs31.2
16217                 (blocked in select mode after double click)
16218
16219 2004-07-18 [colin]      0.9.12cvs31.6
16220
16221         * src/compose.c
16222         * src/gtk/menu.c
16223                 More glib-warning fixes
16224
16225 2004-07-18 [colin]      0.9.12cvs31.5
16226
16227         * src/compose.c
16228                 Fix trashing the primary clipboard when moving 
16229                 around with tab
16230         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16231
16232 2004-07-18 [colin]      0.9.12cvs31.4
16233
16234         * src/codeconv.c
16235                 convert unencoded iso headers to utf8
16236         (Fix Bug 538 Unencoded local characters in subject make it 
16237          disappear)
16238
16239 2004-07-18 [colin]      0.9.12cvs31.3
16240
16241         * src/compose.c
16242                 Fix tab char handling in wrapping
16243         (Fix Bug 537 Line wrap problem - TAB character treated as 
16244          one character instead of 8)
16245
16246 2004-07-18 [colin]      0.9.12cvs31.2
16247
16248         * src/textview.c
16249                 return FALSE on GDK_MOTION_NOTIFY
16250         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16251          (unable to highlight))
16252
16253 2004-07-18 [colin]      0.9.12cvs31.1
16254
16255         * src/folderview.c
16256                 Sync with 0.9.12cvs31
16257
16258 2004-07-18 [colin]      0.9.12cvs30.4
16259
16260         * src/compose.c
16261                 Also block text_inserted when inserting a file
16262
16263 2004-07-18 [colin]      0.9.12cvs30.3
16264
16265         * src/compose.c
16266                 Fix smart wrapping (block text_inserted handler
16267                 while putting quotation to avoid wrap on input,
16268                 don't join lines if next is sig separator)
16269
16270 2004-07-17 [colin]      0.9.12cvs30.2
16271
16272         * src/folderview.c
16273         * src/mainwindow.c
16274         * src/mimeview.c
16275         * src/summaryview.c
16276         * src/gtk/quicksearch.c
16277         * src/gtk/quicksearch.h
16278                 Block key events handlers *and* accels while
16279                 quicksearch is focused
16280         (Fixes Bug 534 quick-search bar not accepting certain letters)
16281
16282 2004-07-17 [colin]      0.9.12cvs30.1
16283
16284         * src/folder.h
16285         * src/folderview.c
16286         * src/summaryview.c
16287                 Sync with 0.9.12cvs30
16288
16289 2004-07-17 [colin]      0.9.12cvs28.2
16290
16291         * src/mimeview.c
16292         * src/procmime.c
16293         * src/summaryview.c
16294         * src/gtk/menu.c
16295                 Squash some compile and glib warnings
16296
16297 2004-07-17 [paul]       0.9.12cvs28.1
16298
16299         * src/mimeview.c
16300                 sync with 0.9.12cvs28 HEAD
16301
16302 2004-07-16 [paul]       0.9.12cvs26.1
16303         
16304         * src/gtk/quicksearch.c
16305         * src/account.c
16306         * src/account.h
16307         * src/compose.c
16308         * src/customheader.c
16309         * src/folder_item_prefs.c
16310         * src/main.c
16311         * src/mainwindow.c
16312         * src/messageview.c
16313         * src/mimeview.c
16314         * src/news.c
16315         * src/pgpmime.c
16316         * src/pop.c
16317         * src/pop.h
16318         * src/prefs_account.c
16319         * src/prefs_account.h
16320         * src/prefs_common.c
16321         * src/prefs_common.h
16322         * src/prefs_display_header.c
16323         * src/prefs_gtk.c
16324         * src/prefs_gtk.h
16325         * src/procheader.c
16326         * src/procmime.c
16327                 sync with 0.9.12cvs26 HEAD      
16328
16329 2004-07-15 [colin]      0.9.12cvs18.14
16330
16331         * src/folder.c
16332                 Disable GPG signature check during
16333                 folder move and scan
16334         (Closes Bug 521 Signature checking slows down Folder-Move)
16335
16336 2004-07-14 [colin]      0.9.12cvs18.13
16337
16338         * src/common/partial_download.c
16339                 update includes
16340
16341 2004-07-14 [colin]      0.9.12cvs18.12
16342
16343         * src/common/partial_download.c
16344         * src/common/partial_download.h
16345                 Move doc at top, add correct copyright
16346
16347 2004-07-14 [colin]      0.9.12cvs18.11
16348
16349         * src/folder.c
16350         * src/messageview.c
16351         * src/pop.c
16352         * src/pop.h
16353         * src/procmsg.c
16354         * src/summaryview.c
16355         * src/common/Makefile.am
16356         * src/common/partial_download.c ** NEW FILES **
16357         * src/common/partial_download.h ** NEW FILES **
16358                 Move partial-download related stuff to its
16359                 own file
16360
16361 2004-07-14 [colin]      0.9.12cvs18.10
16362
16363         * src/send_message.c
16364                 Fix smtp auth when user is null or empty
16365
16366 2004-07-13 [colin]      0.9.12cvs18.9
16367
16368         * src/gtk/quicksearch.c
16369                 Use alphabetic order
16370
16371 2004-07-13 [colin]      0.9.12cvs18.8
16372
16373         * src/pop.c
16374                 Be paranoid on the checks
16375
16376 2004-07-13 [colin]      0.9.12cvs18.7
16377
16378         * src/gtk/quicksearch.c
16379                 Fix Engrish once again
16380
16381 2004-07-13 [colin]      0.9.12cvs18.6
16382
16383         * src/procmsg.c
16384         * src/summaryview.c
16385                 Mark messages for deletion when they are about to
16386                 be removed from trash
16387
16388 2004-07-13 [colin]      0.9.12cvs18.5
16389
16390         * src/matcher.c
16391         * src/matcher.h
16392         * src/matcher_parser_parse.y
16393         * src/prefs_matcher.c
16394         * src/gtk/quicksearch.c
16395                 Add 'partial' ('p') match string to find partially
16396                 downloaded messages
16397
16398 2004-07-13 [colin]      0.9.12cvs18.4
16399
16400         * src/pop.c
16401                 Fix misplaced block
16402
16403 2004-07-13 [colin]      0.9.12cvs18.3
16404
16405         * src/pop.c
16406         * src/pop.h
16407         * src/messageview.c
16408                 Refactor API (to avoid passing 5+ params and code
16409                 duplication)
16410         * src/folder.c
16411         * src/msgcache.c
16412         * src/procheader.c
16413         * src/common/defs.h
16414                 Add planned_download to cache
16415                 Don't mess uidl file when moving partially downloaded
16416                 mails (they change folder, we should change it in the
16417                 uidl list too or we'll remove an incorrect message)
16418                 (this also helps removing hacks when changing 
16419                 planned_download in messageview.c)
16420
16421 2004-07-12 [colin]      0.9.12cvs18.2
16422
16423         * src/gtk/quicksearch.c
16424                 Fix missing status update in quicksearch
16425
16426 2004-07-12 [paul]       0.9.12cvs18.1
16427
16428         * po/POTFILES.in
16429         * src/Makefile.am
16430         * src/account.c
16431         * src/codeconv.c
16432         * src/compose.c
16433         * src/inc.c
16434         * src/main.c
16435         * src/prefs_common.c
16436         * src/procmsg.h
16437         * src/toolbar.c
16438         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16439         * src/prefs_wrapping.[ch]       ** NEW FILES **
16440         * src/common/intl.h
16441         * src/common/utils.[ch]
16442         * src/gtk/quicksearch.[ch]
16443                 sync with 0.9.12cvs18 HEAD
16444
16445 2004-07-12 [colin]      0.9.11cvs17.25
16446
16447         * src/folder.c
16448         * src/folder.h
16449                 Remove unused function added by me in 0.9.11cvs17.10
16450
16451 2004-07-11 [colin]      0.9.11cvs17.24
16452
16453         * src/inc.c
16454         * src/messageview.c
16455         * src/pop.c
16456         * src/pop.h
16457                 Use folderitem and msgnum instead of filename to
16458                 know which mail to delete
16459                 Move old partial mail deletion to pop.c
16460
16461 2004-07-10 [colin]      0.9.11cvs17.23
16462
16463         * src/inc.c
16464                 Add debug
16465         * src/pop.c
16466         * src/pop.h
16467                 Don't re-use same enums for unrelated stuff: it's 
16468                 completely misleading !
16469                 Document a bit
16470
16471 2004-07-09 [colin]      0.9.11cvs17.22
16472
16473         * src/inc.c
16474                 Remove folder-type check and do
16475                 more tests to be sure everything's
16476                 ok
16477         * src/messageview.c
16478                 Punctuation update, remove useless
16479                 code, fix two warnings
16480         * src/noticeview.c
16481                 Layout cleaning, reset 2nd button
16482                 when specifying one
16483
16484 2004-07-09 [colin]      0.9.11cvs17.21
16485
16486         * src/messageview.c
16487         * src/pop.c
16488         * src/pop.h
16489                 Allow user to change his mind
16490                 and postpone decision (by
16491                 unmarking the mail)
16492
16493 2004-07-09 [colin]      0.9.11cvs17.20
16494
16495         * src/messageview.c
16496                 Fix bug with delete state
16497         * src/pop.c
16498         * src/pop.h
16499                 Fix buffer leak (fread doesn't 
16500                 terminate buffers with \0)
16501                 Refactoring (remove magic 
16502                 numbers)
16503
16504 2004-07-09 [colin]      0.9.11cvs17.19
16505
16506         * src/pop.c
16507                 Don't log "Skipping message" if 
16508                 we're going to TOP it two lines
16509                 later
16510
16511 2004-07-09 [colin]      0.9.11cvs17.18
16512
16513         * src/messageview.c
16514                 Fix Engrish
16515
16516 2004-07-09 [colin]      0.9.11cvs17.17
16517
16518         * src/pop.c
16519                 strlen checking...
16520         * src/messageview.c
16521                 refactoring a bit
16522
16523 2004-07-08 [colin]      0.9.11cvs17.16
16524
16525         * src/noticeview.c
16526         * src/noticeview.h
16527                 Add an optional second button
16528         * src/messageview.c
16529         * src/pop.c
16530         * src/pop.h
16531                 Don't delete partially received mails after a certain
16532                 time; rather, let the user decide.
16533
16534 2004-07-08 [colin]      0.9.11cvs17.15
16535
16536         * src/common/smtp.h
16537                 Sync with HEAD
16538
16539 2004-07-08 [colin]      0.9.11cvs17.14
16540
16541         * src/messageview.c
16542         * src/common/smtp.c
16543                 Use to_human_readable() for sizes
16544
16545 2004-07-08 [colin]      0.9.11cvs17.13
16546
16547         * src/inc.c
16548         * src/messageview.c
16549         * src/pop.c
16550         * src/pop.h
16551         * src/procmsg.c
16552                 Fix partial-downloading issues:
16553                         catch unsupported TOP
16554                         don't delete partially downloaded mails before 5 days
16555                         don't update existing with non-MH folders; that'll
16556                         make dups, but it's better than trashing the folder
16557                         free new msginfo parts
16558                 Fix indentation ;-)
16559
16560 2004-07-08 [colin]      0.9.11cvs17.12
16561
16562         * src/common/smtp.c
16563         * src/common/smtp.h
16564                 Sync smtp size verification with HEAD
16565
16566 2004-07-08 [colin]      0.9.11cvs17.11
16567
16568         * src/summaryview.c
16569         * src/prefs_common.c
16570         * src/prefs_common.h
16571         * src/gtk/quicksearch.c
16572         * src/gtk/quicksearch.h
16573                 Sync sticky pref with HEAD
16574
16575 2004-07-08 [colin]      0.9.11cvs17.10
16576
16577         * src/folder.c [1.213.2.6]
16578         * src/folder.h [1.87.2.6]
16579         * src/inc.c [1.149.2.7]
16580         * src/messageview.c [1.94.2.8]
16581         * src/procheader.c [1.47.2.6]
16582         * src/procmsg.c [1.150.2.4]
16583         * src/procmsg.h [1.60.2.5]
16584         * src/pop.c [1.56.2.4]
16585         * src/pop.h [1.17.2.3]
16586                 Let too big messages get downloaded, but truncated
16587                 Add a button to download them completely
16588                 
16589 2004-07-06 [colin]      0.9.11cvs17.9
16590
16591         * src/gtk/quicksearch.c [1.1.2.3]
16592                 Add a Clear button
16593         * commitHelper
16594         * PATCHSETS
16595                 Add a script to help with cvs
16596
16597 2004-07-03 [colin]      0.9.11cvs17.8
16598
16599         * src/plugins/imageviewer/viewer.c
16600                 fix imageviewer (which was staying on the first
16601                 displayed image)
16602
16603 2004-07-03 [colin]      0.9.11cvs17.7
16604
16605         Removed FIXME_GTK2 warnings
16606         * src/gtk/gtkutils.c
16607                 useless #warnings
16608         * src/gtk/menu.c
16609                 useless #warnings (no need to mess with menu rc)
16610         * src/gtk/menu.h
16611                 unused functions
16612         
16613
16614 2004-07-03 [colin]      0.9.11cvs17.6
16615
16616         Removed FIXME_GTK2 warnings
16617         * src/codeconv.c
16618                 useless #warnings (rewrite needed)
16619         * src/compose.c
16620                 useless #warnings (rewrite needed)
16621                 useless #warnings (gtk2 is like that)
16622                 useless #warnings (previously fixed)
16623         * src/main.c
16624                 useless #warnings (previously fixed)
16625         * src/message_search.c
16626                 useless #warnings (gtk2 is like that)
16627                 Made apparent that search is case-sensitive
16628         * src/mimeview.c
16629                 useless #warnings (rewrite needed)
16630                 useless #warnings (gtk2 is like that)
16631                 reimplemented real warnings
16632         * src/prefs_common.c
16633                 Removed block cursor option (not it gtk2)
16634         * src/prefs_gtk.c
16635                 useless #warnings (rewrite needed)
16636         * src/procheader.c
16637                 useless #warnings (rewrite needed)
16638         * src/sourcewindow.c
16639                 useless #warnings (incorrect placing)
16640         * src/summary_search.c
16641                 useless #warnings (gtk2 is like that)
16642                 Made apparent that search is case-sensitive
16643         * src/action.c
16644                 useless #warnings (gtk2 is like that)
16645         * src/textview.c
16646                 useless #warnings (rewrite needed)
16647         * src/toolbar.c
16648                 useless #warnings (rewrite needed)
16649
16650 2004-07-03 [colin]      0.9.11cvs17.5
16651
16652         * src/textview.c
16653                 Fix mismerge which broke URI opening
16654                 
16655 2004-07-01 [colin]      0.9.11cvs17.4
16656
16657         * src/gtk/filesel.c
16658                 Fill filename when saving
16659                 
16660 2004-06-27 [colin]      0.9.11cvs17.3
16661
16662         * src/gtk/filesel.[ch]
16663                 Use the new GTK file selector
16664                 Update prototype to match the reality: multiple file
16665                 selection is open-only          
16666         * src/compose.c
16667                 Match the new prototypes        
16668         * configure.ac
16669                 Match the new requirements (gtk 2.4.0)
16670                         
16671 2004-06-26 [colin]      0.9.11cvs17.2
16672
16673         * src/plugins/trayicon/trayicon.c
16674                 Remove useless signal handler on resize, which causes
16675                 an infinite "loop"
16676         
16677 2004-06-26 [colin]      0.9.11cvs17.1
16678         
16679         * tools/Makefile.am
16680                 remove launch_firebird and add nautilus2sylpheed.sh
16681         * src/quicksearch.c
16682           src/summaryview.c
16683                 Fix show/hide "Extended symbols" button problem
16684                 Fix apparition at startup
16685                 Fix const warnings
16686         * src/plugins/image_viewer/Makefile.am
16687                 Fix configure 
16688         * common/ssl.c
16689                 Re-enable certificate check, as it doesn't seem to
16690                 cause Xlib errors anymore
16691
16692 2004-06-25 [paul]       0.9.11cvs17
16693
16694         * sync with 0.9.11cvs17 HEAD
16695         
16696         NOTE: QuickSearch is broken
16697
16698 2004-06-07 [colin]      0.9.10claws67.10
16699         * src/plugins/trayicon/trayicon.c
16700           src/plugins/trayicon/libeggtrayicon/Makefile.am
16701           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16702                 Fix gettextization in trayicon plugin
16703
16704 2004-06-07 [colin]      0.9.10claws67.9
16705         
16706         * src/summaryview.c
16707           src/gtk/gtksctree.[ch]
16708                 Let Shift+{Up,Down} work in summaryview
16709                 (well, Down "works" and Up works)
16710                 Let the list scroll when using these keys
16711
16712 2004-06-06 [colin]      0.9.10claws67.8
16713
16714         * src/plugins/trayicon/trayicon.c
16715                 Fix pixmap update
16716
16717 2004-06-06 [colin]      0.9.10claws67.7
16718
16719         * src/addressbook.c
16720                 Fix signal handling causing system-wide focus grab
16721
16722 2004-05-25 [paul]       0.9.10claws67.6
16723
16724         * Makefile.am
16725           src/Makefile.am
16726                 clean up
16727
16728 2004-05-25 [paul]       0.9.10claws67.5
16729
16730         * replace deprecated gtk_signal... functions
16731
16732 2004-05-23 [colin]      0.9.10claws67.4
16733
16734         * src/compose.c
16735                 Fix wrapping
16736
16737 2004-05-22 [colin]      0.9.10claws67.3
16738
16739         * src/compose.c
16740                 Re-fix [Edited] in compose.c::compose_reedit()
16741
16742 2004-05-22 [colin]      0.9.10claws67.2
16743
16744         * src/procmime.c
16745                 Fix parsing of multiparts mails
16746
16747 2004-05-22 [colin]      0.9.10claws67.1
16748
16749         * src/summaryview.c
16750                 Fix quicksearch
16751
16752 2004-05-22 [paul]       0.9.10claws67
16753
16754         * sync with 0.9.10claws67 HEAD
16755
16756 2004-05-14 [alfons]
16757
16758         * src/procmime.h
16759                 add forgotton prototype
16760
16761 2004-05-10 [paul]       0.9.10claws57
16762
16763         * sync with 0.9.10claws57 HEAD
16764
16765 2004-05-05 [paul]       0.9.9.claws1
16766
16767         * ChangeLog-gtk2        ** REMOVED **
16768           ChangeLog-gtk2.claws  ** ADDED **
16769                 rename and adopt the normal claws format
16770                 
16771         * configure.ac
16772                 require gtkmathview >= 0.5
16773
16774         * ac/*                          ** REMOVED **
16775           ac/                           ** REMOVED **
16776           intl/Makefile.in              ** REMOVED **
16777           m4/                           ** ADDED **
16778           m4/missing                    ** ADDED **
16779           m4/missing/gdk-pixbuf.m4      ** ADDED **
16780           m4/missing/gettext.m4         ** ADDED **
16781           m4/missing/gpgme.m4           ** ADDED **
16782           m4/missing/imlib.m4           ** ADDED **
16783           m4/.cvsignore                 ** ADDED **
16784           m4/Makefile.am                ** ADDED **
16785           m4/README                     ** ADDED **
16786           m4/aclocal-include.m4         ** ADDED **
16787           m4/aspell.m4                  ** ADDED **
16788           m4/check-type.m4              ** ADDED **
16789           m4/gnupg-check-typedef.m4     ** ADDED **
16790           m4/openssl.m4                 ** ADDED **
16791           m4/spamassassin.m4            ** ADDED **
16792           po/ChangeLog                  ** REMOVED **
16793           po/Makefile.in.in             ** REMOVED **
16794           po/Rules-quot                 ** REMOVED **
16795           po/boldquot.sed               ** REMOVED **
16796           po/en@boldquot.header         ** REMOVED **
16797           po/en@quot.header             ** REMOVED **
16798           po/insert-header.sin          ** REMOVED **
16799           po/quot.sed                   ** REMOVED **
16800           po/remove-potcdate.sed        ** REMOVED **
16801           po/remove-potcdate.sin        ** REMOVED **
16802           po/stamp-po                   ** REMOVED **
16803           Makefile.am
16804           autogen.sh
16805           configure.ac
16806                 enable building with automake 1.8.x
16807                 add 'autopoint --force' to autogen.sh and remove all
16808                 auto-generated files, remove ac/ directory and use
16809                 m4/ directory instead
16810                 
16811         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16812                 fix gettextization
16813
16814 2004-02-28 Colin Leroy <colin@colino.net>
16815         * src/prefs_matcher.c
16816           src/prefs_filtering.c
16817           src/prefs_filtering_action.c
16818                 Fix non-editable GtkEntries
16819
16820 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16821         * src/prefs_themes.c
16822                 utf8 conversion for theme info
16823
16824 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16825         * sync 0.9.9claws
16826
16827 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16828         * src/grouplistdialog.c
16829                 allow multiple selections without ctrl key
16830
16831 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16832         * src/main.c
16833                 enable customizable accelerators
16834
16835 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16836         * src/prefs_common.c
16837                 re-enable different font settings for gtk1/2
16838         * src/prefs_folder_item.c
16839                 fix folder prefs displayed wrong
16840         * src/textview.c
16841                 set 'sunken' shadow type
16842
16843 2004-02-07 Colin Leroy <colin@colino.net>
16844         * src/compose.c
16845                 Fix message being always [Edited]
16846                 Encode headers correctly (utf8 buf)
16847
16848 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16849         * src/socket.c
16850                 remove double g_source_attach()
16851                 (Thanks to Colin Leroy)
16852
16853 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16854         * src/gtk/gtksctree.c
16855                 Fix SSL certificate list not shown
16856         * src/mimeview.c
16857                 Fix clicks in mime tree
16858
16859 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16860         * src/common/socket.c
16861                 Fix SSL receive
16862         * src/compose.c
16863                 Fix clipboard menu hotkeys
16864
16865 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16866         * src/gtk/gtkaspell.[ch]
16867           src/compose.c
16868                 reimplement spellchecker
16869
16870 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16871         * src/gtk/filesel.c
16872                 crash when inserting file in compose window
16873                 (TODO: keep old selection on clicks)
16874         * src/main.c
16875                 use gtkrc-2.0 instead of gtkrc
16876
16877 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16878         * src/messageview.c
16879                 remove orphaned mimeview unref()
16880
16881 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16882         * src/grouplistdialog.c
16883                 expand nodes containing subscribed groups
16884
16885 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16886         * src/textview.c
16887                 textview: hide cursor, restore old click behaviour
16888
16889 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16890         * src/textview.c
16891                 variable names messed up
16892
16893 2004-01-17 Colin Leroy <colin@colino.net>
16894         * src/addr_compl.c
16895                 Fix completion address too thin
16896         * src/compose.c
16897                 Fix tab-to-subject behaviour
16898         * src/summaryview.c
16899                 Implement key up & down in summaryview
16900
16901 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16902
16903         * sync 098claws
16904
16905 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16906         * configure.ac
16907           Makefile.am
16908           doc/.cvsignore
16909           doc/Makefile.am
16910                 faq, man, manual moved to doc/
16911         * ac/aspell.m4
16912           ac/check-type.m4
16913           ac/gnupg-check-typedef.m4
16914           ac/openssl.m4
16915           ac/spamassassin.m4
16916           ac/missing/gdk-pixbuf.m4
16917           ac/missing/gpgme.m4
16918           ac/missing/imlib.m4
16919                 fix automake warnings
16920
16921 2003-12-06 Colin Leroy <colin@colino.net>
16922         * src/summaryview.c
16923                 Fix quicksearch
16924
16925 2003-12-05 Colin Leroy <colin@colino.net>
16926         * src/summaryview.c
16927                 Fix going to next unread folder
16928
16929 2003-12-05 Colin Leroy <colin@colino.net>
16930         * src/crash.c
16931                 Fix gtk2 compilation
16932         * src/session.c
16933                 Remove iotag source handler at disconnection
16934         * src/socket.[ch] 
16935                 Remove source handler when closing socket 
16936                 (fixes another seg)
16937
16938 2003-12-04 Colin Leroy <colin@colino.net>
16939         * src/compose.c
16940           src/prefs_account.c
16941           src/prefs_common.c
16942                 Fix some dropdown menus
16943
16944 2003-12-04 Colin Leroy <colin@colino.net>
16945         * src/compose.c
16946                 Fix event handlers on header fields
16947         * src/common/socket.c
16948           src/common/session.c
16949                 Fix segfault with callback (SSL)
16950                 Fix end of session 
16951
16952 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16953
16954         * Fix compile bug in src/compose.c
16955         * removed src/gtk/gtkstext.[ch]
16956
16957 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16958
16959         * Convert character set and escape "text" attributes in toolbar setting
16960         files.
16961         * Fixed bug in button-press-event handling.
16962
16963 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16964
16965         * Fixed bug in key-press-event handling.
16966
16967 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16968
16969         * Enabled to compile tray-icon plugin (Ad-hoc).
16970         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16971
16972 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16973
16974         * Enabled to compile on sylpheed-claws.
16975         (tray-icon plugin still cannot compile yet.)
16976
16977 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16978
16979         * Updated to 0.9.5.
16980
16981 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16982
16983         * Updated to 0.9.4.
16984         * Ported monitoring SSL mechanism to GSource of GLib2
16985         (I don't confirm it)
16986         * Added _gtk2 suffix to key name of font preference to avoid
16987         ovverwriting preference of Gtk+-1.2 version.
16988
16989 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16990
16991         * Updated to 0.9.2.
16992
16993 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16994
16995         * Updated to 0.9.1.
16996         * Translate po files into UTF-8 when execute autogen.sh.
16997
16998 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16999
17000         * Updated to 0.9.0.
17001
17002 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17003
17004         * Plugged GError related memory leaks.
17005
17006 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17007
17008         * Changed default size of fonts.
17009         * Enabled to set titile font size of warning dialog.
17010
17011 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17012
17013         * Embed a sylpheed icon into executable binary on Windows.
17014
17015 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17016
17017         * I forgot to traslate character set of element string in src/xml.c.
17018
17019 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17020
17021         * Fixed detecting bind_textdomain_codeset in configure.in.
17022         * The bug in which "Example" of "Date fromat" preference isn't displayed
17023         correctly has been fixed.
17024
17025 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17026
17027         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17028           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17029           glib-gettextize
17030           Removed intl directory.
17031           Translated po files into UTF-8.
17032           (Thanks! Ryuji Abe)
17033
17034 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17035
17036         * The bug which doesn't unscape string in xml.c has been fixed.
17037
17038 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17039
17040         * The bug which is failed to translate encoding of file name thorough
17041         file dialog has been fixed.
17042
17043 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17044
17045         * Modified to translate file names which is used in inporting/expoting
17046         mbox feature and "Save as" feature into locale encoding.
17047         * Translate file names into locale encoding when "Attache file" and
17048         "Insert file".
17049         * Force set G_BROKEN_FILENAMES environment variable.
17050         * Other minor fixes.
17051
17052 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17053
17054         * Modified to treat MH folder's name as locale encoding.
17055
17056 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17057
17058         * The bug which clash on switching candidates of auto completion of
17059         addresses, cannot use auto completion in Japanesse is fixed
17060         (Thanks! Tokunaga-san)¡¥
17061
17062 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17063
17064         * The bug which cannot switch key accelerator preference has been fixed
17065         (Thanks! smbd-san)¡¥
17066
17067 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17068
17069         * version 0.8.11-gtk2-20030314
17070
17071 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17072
17073         * The bug in which character set conversion of filtering messages has
17074         been fixed.(Thanks! COCOA-san).
17075
17076 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17077
17078         * Revived "Leave space on head" preference in "Message" category.
17079         * A bug which clash when put the cursor to end of buffer and execute
17080         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17081
17082 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17083
17084         * version 0.8.11-gtk2-20030312
17085
17086 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17087
17088         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17089         * Modified to use Pango's API directly for font preference.
17090         * Integrated GtkTextView of textview to one widget.
17091         * Set fonts of header title in textview by "header_title" tag.
17092         * Removed some deprecated codes.
17093
17094 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17095
17096         * Updated to 0.8.11.
17097         * Merged cygwin patch(Thanks! Sakai-san).
17098
17099 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17100
17101         * version 0.8.10-gtk2-20030309