2006-08-04 [colin] 2.4.0cvs27
[claws.git] / ChangeLog
1 2006-08-04 [colin]      2.4.0cvs27
2
3         * src/compose.c
4         * src/undo.c
5         * src/undo.h
6                 Fix a bit replace-by-pasting undo
7         * src/mainwindow.c
8         * src/messageview.c
9                 Fix Fold quotes menu synchro in
10                 mainwindow when it changes in 
11                 messageview
12         * src/textview.c
13                 Fix right-click on quotes blocks
14         * src/common/utils.c
15                 Verify that the file created by
16                 my_tmpfile() is writable. Fixes
17                 bug #988 (very specific filesystem
18                 issue)
19         * src/plugins/pgpcore/sgpgme.c
20                 Fix file descriptor leak
21         * src/plugins/spamassassin/spamassassin.c
22                 Warn once if spamd isn't reachable
23
24 2006-08-04 [colin]      2.4.0cvs26
25
26         * src/toolbar.c
27                 i18n context patch by Fabien
28
29 2006-08-03 [colin]      2.4.0cvs25
30
31         * src/mainwindow.c
32         * src/messageview.c
33                 Rename "Hide quotes" to "Fold quotes"
34         * src/textview.c
35                 Don't use hand cursor on quotes. "all 
36                 the bonuses of the feature and none of 
37                 unwelcome side-effects"
38
39 2006-08-03 [colin]      2.4.0cvs24
40
41         * AUTHORS
42         * sylpheed-claws.desktop
43         * src/gtk/authors.h
44                 Bring the desktop file to XDG compliance
45                 Patch by Charles A. Edwards
46
47 2006-08-03 [colin]      2.4.0cvs23
48
49         * src/textview.c
50                 Fix links offset when they are preceded
51                 by accentued chars (g_utf8_strlen!)
52         * src/mainwindow.c
53                 Fix wrong status when starting offline
54
55
56 2006-08-03 [wwp]        2.4.0cvs22
57
58         * src/prefs_common.h
59                 ask what to do w/ filtering rules that belong to an account when
60                 applying filtering rules manually from the main window (skip,
61                 apply regardless of the account, use current account). This dialog
62                 can be skipped and the last reply used.
63                 (forgot that file)
64
65 2006-08-03 [wwp]        2.4.0cvs21
66
67         * src/filtering.c
68         * src/filtering.h
69         * src/prefs_common.c
70         * src/summaryview.c
71         * src/alertpanel.c
72         * src/alertpanel.h
73         * src/messageview.c
74                 ask what to do w/ filtering rules that belong to an account when
75                 applying filtering rules manually from the main window (skip,
76                 apply regardless of the account, use current account). This dialog
77                 can be skipped and the last reply used.
78
79
80 2006-08-03 [colin]      2.4.0cvs20
81
82         * src/textview.c
83                 Optimize previous patch
84
85 2006-08-03 [cleroy]     2.4.0cvs19
86
87         * src/textview.c
88                 Fix quotes getting toggled back when the
89                 mail has an even number of text parts
90
91 2006-08-02 [colin]      2.4.0cvs18
92
93         * src/messageview.c
94                 Add Hide quotes menu
95
96 2006-08-02 [colin]      2.4.0cvs17
97
98         * src/mainwindow.c
99         * src/prefs_common.c
100         * src/textview.c
101         * src/textview.h
102         * src/gtk/about.c
103                 Allow per-level quote hiding,
104                 Allow toggling quotes by double-clicking them
105                 Rename RemoteURI to ClickableText to reflect
106                 the fact it's used for a variety of things
107
108 2006-08-02 [wwp]        2.4.0cvs16
109
110         * src/mainwindow.c
111                 fix "View/Hide quotes" menu item status initialization.
112
113 2006-08-02 [wwp]        2.4.0cvs15
114
115         * src/matcher_parser_parse.y
116                 remove a debug trace.
117
118 2006-08-02 [paul]       2.4.0cvs14
119
120         * src/plugins/pgpcore/passphrase.c
121                 don't set initial dialog size
122                 make it resizable
123
124 2006-08-02 [paul]       2.4.0cvs13
125
126         * src/noticeview.c
127                 remove the rogue '/' character
128
129 2006-08-02 [paul]       2.4.0cvs12
130
131         * src/noticeview.c
132                 allow buttons to resize as necessary
133
134 2006-08-01 [wwp]        2.4.0cvs11
135
136         * src/mbox.c
137                 fix strict ISO C90 compliance.
138
139 2006-08-01 [wwp]        2.4.0cvs10
140
141         * tools/update-po
142                 updated update-po tool to work w/ context-dependent translations.
143                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
144
145 2006-08-01 [wwp]        2.4.0cvs9
146
147         * src/matcher.c
148         * src/prefs_filtering.c
149         * src/prefs_matcher.c
150                 allow context-dependent translations for "All",
151                 patch by Fabien Vantard <fzzzzz@gmail.com>.
152
153 2006-07-31 [colin]      2.4.0cvs8
154
155         * AUTHORS
156         * src/gtk/authors.h
157                 Add Rafal to authors
158
159 2006-07-31 [colin]      2.4.0cvs7
160
161         * src/compose.c
162         * src/mainwindow.c
163         * src/messageview.h
164         * src/prefs_common.c
165         * src/prefs_common.h
166         * src/textview.c
167                 Add 'View/Hide quotes'. Patch based on a patch
168                 by Rafal Weglarz
169
170 2006-07-31 [colin]      2.4.0cvs6
171
172         * src/action.c
173                 Fix problem with "> stuff >" actions
174
175 2006-07-31 [paul]       2.4.0cvs5
176
177         * po/nb.po
178                 updated by Geir Helland
179
180 2006-07-31 [wwp]        2.4.0cvs4
181
182         * src/mainwindow.c
183         * src/summaryview.c
184         * src/summaryview.h
185                 add "View/Go to/Parent message" and "View/Go to/Last read message",
186                 thanks to Colin.
187
188 2006-07-31 [wwp]        2.4.0cvs3
189
190         * src/Makefile.am
191         * src/addr_compl.c
192         * src/addr_compl.h
193         * src/addressbook.c
194         * src/addressbook.h
195         * src/addressbook_foldersel.c
196         * src/addressbook_foldersel.h
197         * src/addrindex.c
198         * src/addrindex.h
199         * src/matcher.c
200         * src/matcher.h
201         * src/matcher_parser_lex.l
202         * src/matcher_parser_parse.y
203         * src/prefs_common.c
204         * src/prefs_common.h
205         * src/prefs_filtering.c
206         * src/prefs_matcher.c
207         * src/prefs_matcher.h
208         * src/summaryview.c
209                 introduce filtering against the address book. It's now possible to add
210                 matched conditions to determine if any email address in a message matches
211                 or doesn't match any or all books or folders in the address book.
212
213 2006-07-31 [wwp]        2.4.0cvs2
214
215         * src/account.c
216         * src/filtering.c
217         * src/filtering.h
218         * src/folder.c
219         * src/folderview.c
220         * src/inc.c
221         * src/mainwindow.c
222         * src/matcher.c
223         * src/matcher_parser_lex.l
224         * src/matcher_parser_parse.y
225         * src/mbox.c
226         * src/prefs_filtering.c
227         * src/prefs_filtering.h
228         * src/procmsg.c
229         * src/procmsg.h
230         * src/summaryview.c
231                 introduce per-account filtering rules. Each filtering rule can now be assigned
232                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
233                 when applying filtering rules manually, as all rules will apply - even the ones
234                 assigned to an account. This issue will be addressed soon.
235  
236
237
238 2006-07-31 [wwp]        2.4.0cvs1
239
240         * src/quote_fmt.c
241                 make more strings translatable.
242
243 2006-07-31 [paul]       2.4.0
244
245         2.4.0 released
246
247 2006-07-31 [paul]       2.3.1cvs91
248
249         * po/ca.po
250                 updated by Miquel Oliete
251
252 2006-07-31 [paul]       2.3.1cvs90
253
254         * po/de.po
255         * po/el.po
256         * po/fr.po
257         * po/it.po
258         * po/pl.po
259         * po/pt_BR.po
260         * po/sr.po
261         * po/zh_CN.po
262                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
263                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
264                 Aleksandar Urosevic, and Ralgh Young
265
266 2006-07-31 [paul]       2.3.1cvs89
267
268         * src/account.c
269         * src/main.c
270         * src/mainwindow.c
271         * src/mainwindow.h
272                 Fix a race condition when, after an SC crash, rescanning
273                 folders took more than 0.5 seconds
274                 Thanks to Colin
275
276 2006-07-31 [paul]       2.3.1cvs88
277
278         * src/folderview.c
279                 don't translate separator strings
280
281 2006-07-30 [mones]      2.3.1cvs87
282
283         * doc/man/sylpheed-claws.1
284                 Fixed non-ASCII chars in Hoa's name
285         * po/es.po
286                 Updated for release
287
288 2006-07-27 [colin]      2.3.1cvs86
289
290         * src/textview.c
291                 Don't include the leading \n in links
292                 Patch by Fabien
293
294 2006-07-25 [colin]      2.3.1cvs85
295
296         * src/mainwindow.c
297         * src/common/socket.h
298         * src/etpan/imap-thread.c
299                 Refresh resolvers before connecting
300                 to IMAP servers, and after switching
301                 to online. Thanks to Paul.
302
303 2006-07-18 [colin]
304
305         * 2.4.0-rc4 released
306
307 2006-07-17 [colin]      2.3.1cvs84
308
309         * src/inc.c
310                 Show connection attempt in statusbar before
311                 connecting (previously first message was
312                 "Retrieving messages from ..." after the
313                 connection succeeded.
314
315 2006-07-16 [wwp]        2.3.1cvs83
316
317         * sylpheed-claws.ico
318                 Added .ico file (windows multi-size icon file, generated).
319
320 2006-07-12 [wwp]        2.3.1cvs82
321
322         * src/messageview.c
323                 remove Message/Re-edit menu entry from messageview window,
324                 as sent/draft/queued messages are opened in compose window when
325                 re-edited and it's not possible to re-edit other msgs.
326
327 2006-07-12 [paul]       2.3.1cvs81
328
329         * AUTHORS
330         * src/mainwindow.c
331         * src/gtk/authors.h
332                 check online state before resetting
333                 mailcheck timer. Useful if some program
334                 verifies connection state and updates
335                 Claws.
336                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
337
338 2006-07-12 [paul]       2.3.1cvs80
339
340         * sylpheed-claws-128x128.png
341         * sylpheed-claws-64x64.png
342         * sylpheed-claws.png
343         * src/Makefile.am
344         * src/main.c
345         * src/prefs_toolbar.c
346         * src/stock_pixmap.c
347         * src/stock_pixmap.h
348         * src/wizard.c
349         * src/gtk/about.c
350         * src/gtk/gtkutils.c
351         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
352         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
353         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
354         * src/pixmaps/sylpheed.xpm              ** REMOVED **
355         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
356         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
357                 updated and renamed logo/icon files and related
358                 logo by Jesper Schultz
359
360 2006-07-11 [paul]       2.3.1cvs79
361
362         * src/main.c
363                 fix the labels a smidgin
364
365 2006-07-09 [colin]      2.3.1cvs78
366
367         * src/textview.c
368                 Show errors in textviewer's command
369                 Patch by H. Merijn Brand
370
371 2006-07-09 [colin]      2.3.1cvs77
372
373         * src/compose.c
374                 Save FMID in drafts too
375
376 2006-07-08 [colin]      2.3.1cvs76
377
378         * src/compose.c
379                 Svae RMID in drafted mails too
380                 Save quote_fmt vars for whole mails,
381                 don't reset at each quote_fmt_init:
382                 allows to use the same |i{var} in
383                 various template fields
384         * src/prefs_template.c
385         * src/quote_fmt.h
386         * src/quote_fmt_parse.y
387                 Same
388
389 2006-07-08 [colin]      2.3.1cvs75
390
391         * src/textview.c
392                 Fix highlighting of attached parts URIs
393
394 2006-07-08 [colin]      2.3.1cvs74
395
396         * src/main.c
397                 Prevent bug #981 (sc 2.3.1 segfaults with 
398                 gtk+ 2.10) from being reported again:
399                 if Sylpheed-Claws has been compiled against
400                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
401                 of if Sylpheed-Claws has been compiled against
402                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
403                 error out.
404
405 2006-07-07 [colin]      2.3.1cvs73
406
407         * src/prefs_actions.c
408                 Fix label
409
410 2006-07-07 [colin]      2.3.1cvs72
411
412         * src/prefs_actions.c
413                 Fix compile on gtk < 2.8. argh :)
414
415 2006-07-07 [paul]       2.3.1cvs71
416
417         * src/common/defs.h
418                 update DONATE_URI
419
420 2006-07-07 [colin]      2.3.1cvs70
421
422         * po/POTFILES.in
423         * src/quote_fmt.c
424         * src/quote_fmt_lex.l
425         * src/quote_fmt_parse.y
426                 Add |i{var}, a way to insert user-entered
427                 text in a template
428
429 2006-07-07 [colin]
430
431         * 2.4.0-rc3 released
432
433 2006-07-07 [colin]      2.3.1cvs69
434
435         * src/folder.c
436                 Don't consider inboxes of UNKNOWN folder 
437                 classes to be useable as default inboxes
438
439 2006-07-07 [paul]       2.3.1cvs68
440
441         * src/textview.c
442                 add missing #include <errno.h>
443                 Thanks to René J. Blokland
444
445 2006-07-07 [paul]       2.3.1cvs67
446
447         * src/action.c
448                 Return now Closes dialog
449         * src/mimeview.c
450         * src/mimeview.h
451         * src/textview.c
452                 add contextual menu to mime parts listed
453                 in the textview
454                 Thanks to Colin
455         * src/common/utils.c
456                 reversal: ' is a valid character in URLs
457
458 2006-07-06 [colin]      2.3.1cvs66
459
460         * src/remotefolder.h
461                 Forgotten in previous commit
462
463 2006-07-06 [colin]      2.3.1cvs65
464
465         * src/folder.c
466                 Set summary update flag whenever
467                 totals changed
468         * src/imap.c
469         * src/prefs_account.c
470         * src/common/utils.h
471         * src/etpan/imap-thread.c
472                 Fix warnings, thanks to Fabien and
473                 Ricardo
474
475 2006-07-06 [wwp]        2.3.1cvs64
476
477         * src/gtk/gtkutils.c
478                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
479
480 2006-07-06 [wwp]        2.3.1cvs63
481
482         * src/account.c
483         * src/addressbook.c
484         * src/addressitem.h
485         * src/folderview.c
486         * src/mainwindow.c
487         * src/manual.c
488         * src/manual.h
489         * src/message_search.c
490         * src/prefs_actions.c
491         * src/prefs_filtering.c
492         * src/prefs_filtering.h
493         * src/prefs_template.c
494         * src/summary_search.c
495         * src/summaryview.c
496         * src/gtk/gtkutils.c
497         * src/gtk/gtkutils.h
498         * src/gtk/pluginwindow.c
499                 add help buttons to some dialogs. Clicking such buttons opens a
500                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
501
502 2006-07-06 [paul]       2.3.1cvs62
503
504         * src/textview.c
505                 fix attachments contextual menu
506                 Thanks to Colin
507
508 2006-07-05 [colin]      2.3.1cvs61
509
510         * src/textview.c
511         * src/compose.c
512                 Handle sftp:// links
513
514 2006-07-05 [paul]       2.3.1cvs60
515
516         * src/gtk/filesel.c
517                 grab save button by default
518                 Thanks to Colin
519
520 2006-07-05 [wwp]        2.3.1cvs59
521
522         * manual/xml2pdf
523                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
524
525 2006-07-04 [colin]      2.3.1cvs58
526
527         * src/mimeview.c
528         * src/textview.c
529                 Use left click to select, middle click to open
530                 on mimeparts links
531         * src/common/utils.c
532                 Fix segfault
533
534 2006-07-04 [colin]      2.3.1cvs57
535
536         * src/mainwindow.c
537         * src/news.c
538                 Warning fixes, thanks to Fabien
539
540 2006-07-04 [colin]      2.3.1cvs56
541
542         * src/mimeview.c
543         * src/mimeview.h
544         * src/textview.c
545                 Allow parts to be selected via their text label
546                 in textview
547
548 2006-07-04 [colin]      2.3.1cvs55
549
550         * src/folderview.c
551                 Feedback when closing (for big folders)
552         * src/prefs_actions.c
553         * src/prefs_filtering.c
554         * src/prefs_matcher.c
555         * src/prefs_template.c
556                 Fix default button when closing without
557                 having saved
558
559 2006-07-04 [colin]      2.3.1cvs54
560
561         * src/news.c
562                 Delete local file on deletion
563
564 2006-07-03 [colin]      2.3.1cvs53
565
566         * src/folderview.c
567         * src/main.c
568                 Don't freeze when rescanning after crash
569
570 2006-07-03 [wwp]        2.3.1cvs52
571
572         * src/compose.c
573         * src/privacy.c
574         * src/privacy.h
575         * src/plugins/pgpinline/pgpinline.c
576         * src/plugins/pgpmime/pgpmime.c
577                 don't report an error when the user cancels the passphrase dialog.
578
579 2006-07-02 [colin]      2.3.1cvs51
580
581         * src/folderview.c
582                 Open message when crossing folders with Space,
583                 goto next unread and friends
584
585 2006-07-01 [colin]      2.3.1cvs50
586
587         * src/prefs_account.c
588                 Typographic rules varying from language
589                 to language (in french "Protocole :"),
590                 we have to do that :)
591
592 2006-07-01 [ticho]      2.3.1cvs49
593
594         * src/prefs_account.c
595                 Only use one temporary gchar* variable in
596                 prefs_account_protocol_set_optmenu().
597
598 2006-07-01 [ticho]      2.3.1cvs48
599
600         * src/prefs_account.c
601         * src/prefs_account.h
602                 Use GtkLabel for existing account protocol name.
603                 Created an array for protocol names and populate the
604                 combobox from it in a for() cycle.
605
606 2006-06-30 [colin]      2.3.1cvs47
607
608         * src/compose.c
609                 Block undo when changing signature (by changing
610                 account)
611
612 2006-06-30 [paul]       2.3.1cvs46
613
614         * src/send_message.c
615                 when editing From in the Compose window, use that address
616                 in the Return-Path: header
617                 Thanks to Colin
618
619 2006-06-30 [colin]      2.3.1cvs45
620
621         * src/compose.c
622                 Fix signature replacement:
623                 - when no newline before separator
624                 - when reediting
625
626 2006-06-29 [colin]      2.3.1cvs44
627
628         * src/folderview.c
629         * src/folderview.h
630         * src/mainwindow.c
631         * src/summaryview.c
632                 Let 'View/Go to/Next marked' work like
633                 Next new & Next unread: across folders
634                 Change the select_on_entry pref to do
635                 what we want when changing folder
636         * src/common/utils.c
637                 Fix single-quoted links 
638
639 2006-06-29 [colin]      2.3.1cvs43
640
641         * src/gtk/gtkaspell.c
642                 "Sylpheed" and "Sylpheed-Claws" do exist !
643
644 2006-06-29 [colin]      2.3.1cvs42
645
646         * src/imap.c
647                 Forgot to remove debug
648
649 2006-06-29 [colin]      2.3.1cvs41
650
651         * src/imap.c
652         * src/imap.h
653         * src/mainwindow.c
654                 Disconnect from IMAP servers when going
655                 offline. Fixes bug #978 (going to offline-mode 
656                 won't close connections)
657
658 2006-06-29 [colin]      2.3.1cvs40
659
660         * src/main.c
661                 Fix transient setting on failing plugins
662                 Patch by Fabien
663         * src/plugins/pgpcore/sgpgme.c
664                 Only warn for OpenPGP. Most people don't
665                 have CMS available.
666
667 2006-06-29 [colin]      2.3.1cvs39
668
669         * src/compose.c
670                 Fix Spelling menu (discrepancy between context menu
671                 and top menu when folder's dictionary isn't the 
672                 default one)
673         * src/plugins/pgpcore/sgpgme.c
674                 More error reporting about why gpgme can fail
675
676 2006-06-29 [wwp]        2.3.1cvs38
677
678         * src/mainwindow.c
679                 honor the display-header-pane setting even when the message view
680                 is a separate window.
681
682 2006-06-29 [wwp]        2.3.1cvs37
683
684         * src/prefs_actions.c
685                 forgot to commit that one (use of GTK_STOCK_INFO).
686
687 2006-06-29 [colin]      2.3.1cvs36
688
689         * src/imap.c
690                 Better handling of login errors (ask the password
691                 again once), alert in case of error. Fix three
692                 signedness warnings.
693
694 2006-06-28 [wwp]        2.3.1cvs35
695
696         * src/prefs_template.c
697         * src/prefs_matcher.c
698         * src/prefs_filtering_action.c
699         * src/prefs_quote.c
700                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
701                 patch by Fabien Vantard, slightly modified.
702
703 2006-06-28 [paul]
704
705         2.4.0-rc2 released
706
707 2006-06-28 [colin]      2.3.1cvs34
708
709         * src/prefs_account.c
710                 Fix bug #977 (Can't add or edit imap accounts)
711
712 2006-06-28 [colin]      2.3.1cvs33
713
714         * src/mimeview.c
715                 Fix previous
716
717 2006-06-28 [colin]      2.3.1cvs32
718
719         * src/mimeview.c
720                 Save named inlined attachments with "Save all"
721         * src/main.c
722         * src/mbox.c
723         * src/common/plugin.c
724         * src/common/plugin.h
725         * src/common/sylpheed.c
726         * src/common/utils.c
727         * src/plugins/pgpcore/sylpheed.def
728         * src/plugins/pgpinline/sylpheed.def
729         * src/plugins/pgpmime/sylpheed.def
730                 Win32 compatibility patch, by
731                 Werner Koch
732
733 2006-06-28 [wwp]        2.3.1cvs31
734
735         * src/imap.c
736         * src/prefs_folder_item.c
737                 less compilation warnings (thanks to Fabien Vantard), less typos.
738
739 2006-06-28 [paul]       2.3.1cvs30
740
741         * src/gtk/gtkutils.c
742                 gtk_combo_box_set_focus_on_click() is only
743                 available since gtk 2.6.0
744
745 2006-06-28 [paul]       2.3.1cvs29
746
747         * src/prefs_ext_prog.c
748                 fix engrish and add a tooltip for the
749                 'command for 'Display as text' option
750
751 2006-06-28 [paul]
752
753         2.4.0-rc1 released
754
755 2006-06-28 [paul]       2.3.1cvs28
756
757         * ChangeLog
758         * tools/Makefile.am
759                 include textviewer.pl in releases
760
761 2006-06-28 [paul]       2.3.1cvs27
762
763         * src/prefs_ext_prog.c
764                 hide Print command option if libgnomeprint
765                 support is present
766
767 2006-06-27 [colin]      2.3.1cvs26
768
769         * src/compose.c
770                 Fix Esc handling in insert/attach dialog
771                 Don't show this dialog if dragging something
772                 else than text/uri-list
773                 Thanks to Fabien Vantard
774         * tools/textviewer.pl
775                 Filter script to display stuff as text
776                 by H. Merijn Brand
777
778 2006-06-27 [wwp]        2.3.1cvs25
779
780         * src/messageview.c
781                 use the exact product name (message view title), patch
782                 by Fabien Vantard.
783
784 2006-06-27 [ticho]      2.3.1cvs24
785
786         * src/prefs_account.c
787         * src/prefs_common.c
788         * src/prefs_common.h
789         * src/prefs_ext_prog.c
790         * src/textview.c
791                 Add a preference (Preferences/External programs)
792                 to allow "Display as text" to be done via a script
793                 (patch by H.Merijn Brand).
794                 Use GtkComboBox for protocol selection in account
795                 preferences.
796                 Only include current choice for existing accounts, and
797                 insensitivize the combobox.
798
799 2006-06-27 [paul]       2.3.1cvs23
800
801         * src/mbox.c
802                 fix crasher introduced in cvs21.
803                 Thanks to Colin
804
805 2006-06-26 [colin]      2.3.1cvs22
806
807         * src/mbox.c
808                 Fix double-frees when leaving folders
809                 after exporting to mbox
810
811 2006-06-26 [colin]      2.3.1cvs21
812
813         * src/mbox.c
814                 More feedback (and optimisation)
815                 on import/export
816         * src/common/utils.c
817                 Fix case when looking for mail addresses
818         * src/gtk/gtkutils.c
819                 Extra check for (X-)Face
820
821 2006-06-25 [ticho]      2.3.1cvs20
822
823         * src/compose.c
824         * src/exphtmldlg.c
825         * src/gtk/gtkutils.c
826         * src/gtk/gtkutils.h
827                 Added second argument to gtkut_sc_combobox_create() to
828                 control focus-on-click for the widget.
829                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
830
831 2006-06-25 [ticho]      2.3.1cvs19
832
833         * src/compose.c
834         * src/gtk/Makefile.am
835         * src/gtk/combobox.c
836         * src/gtk/combobox.h
837         * src/gtk/gtkutils.c
838         * src/gtk/gtkutils.h
839                 Use GtkComboBox instead of deprecated GtkOptionMenu
840                 for account selector in compose window and for encoding
841                 selector in attachment properties.
842                 Also factorise working with the new GtkComboBox somewhat.
843
844 2006-06-24 [paul]       2.3.1cvs18
845
846         * src/prefs_common.c
847                 use the correct default value
848
849 2006-06-24 [paul]       2.3.1cvs17
850
851         * src/compose.c
852         * src/prefs_common.c
853         * src/prefs_common.h
854         * src/prefs_compose_writing.c
855                 enable setting of default action when
856                 dnd'ing files in the compose window.
857                 (Collaborative effort with wwp)
858
859 2006-06-23 [wwp]        2.3.1cvs16
860
861         * src/compose.c
862                 i18n fix (thanks to Fabien Vantard)
863
864 2006-06-22 [colin]      2.3.1cvs15
865
866         * src/prefs_customheader.c
867                 Don't use filters in custom headers' file 
868                 selector. Remember, extensions mean nothing :)
869
870 2006-06-22 [paul]       2.3.1cvs14
871
872         * configure.ac
873                 allow setting of man directory location
874
875 2006-06-22 [colin]      2.3.1cvs13
876
877         * src/mainwindow.c
878                 Add 'View/Go to/Next unread folder'.
879                 I missed that :)
880
881 2006-06-22 [colin]      2.3.1cvs12
882
883         * src/common/utils.c
884                 Add some subject prefixes
885                 Patch by Bjorn T Johansen <btj@havleik.no>
886
887 2006-06-22 [colin]      2.3.1cvs11
888
889         * manual/advanced.xml
890                 Forgotten hidden pref
891
892 2006-06-21 [paul]       2.3.1cvs10
893
894         * src/prefs_account.c
895                 complete the removal of 'Add date header' option
896
897 2006-06-21 [paul]       2.3.1cvs9
898
899         * src/account.c
900         * src/compose.c
901         * src/prefs_account.c
902         * src/prefs_account.h
903                 remove option to add date header - always
904                 add date header
905         * src/etpan/imap-thread.c
906                 fix warnings (Thanks to Colin)
907
908 2006-06-21 [wwp]        2.3.1cvs8
909
910         * src/folder.c
911                 set the attachment flag when inline text part are (file)named. This is more convenient
912                 when receiving (for instance) inline source files or patches sent using thunderbird.
913
914 2006-06-21 [paul]       2.3.1cvs7
915
916         * src/inc.c
917                 fix off-by-one count of current msg in
918                 statusbar filtering progressbar
919
920 2006-06-21 [paul]       2.3.1cvs6
921
922         * src/folder.c
923                 Show attachment icon even if the part is 'inline'
924                 if the following conditions are met:
925                 - content-type != 'text/plain'
926                 - content-type != '*/pgp-signature'
927                 - either 'name' or 'filename' parameter is not NULL
928                 
929                 Thanks to Colin
930
931 2006-06-21 [paul]       2.3.1cvs5
932
933         * src/messageview.c
934         * src/prefs_common.c
935         * src/prefs_common.h
936         * src/prefs_other.c
937                 add an option to 'Never send Return
938                 Receipts'
939                 Thanks to Colin
940
941 2006-06-20 [mones]      2.3.1cvs4
942
943         * po/es.po
944                 updated
945         * src/compose.c
946                 typo fixed (space after comma)
947         * tools/make.themes.project
948                 remove exec mode from tarball files
949
950 2006-06-20 [colin]      2.3.1cvs3
951
952         * src/news.c
953         * src/procheader.c
954         * src/unmime.c
955                 Better fix for \n's in headers (don't 
956                 break Received: and others)
957
958 2006-06-20 [paul]       2.3.1cvs2
959
960         * src/alertpanel.c
961         * src/textview.c
962                 improve legibility of phishing attempt
963                 dialog
964
965 2006-06-20 [paul]       2.3.1cvs1
966
967         * NEWS
968         * README
969         * configure.ac
970                 Update version number following
971                 stable release
972
973 2006-06-20 [colin]      2.3.0cvs26
974
975         * src/compose.c
976                 When dragging a file to the text of the compose
977                 window, ask whether we want to insert or attach
978                 (I know lots of people who do that to attach)
979
980 2006-06-20 [colin]      2.3.0cvs25
981
982         * src/etpan/imap-thread.c
983                 Fix threshold (the append command is often > 32 bytes)
984
985 2006-06-19 [colin]      2.3.0cvs24
986
987         * src/imap.c
988         * src/etpan/imap-thread.c
989                 Workaround Rockliffe IMAP server bug: replace
990                 "x UID SEARCH (ANSWERED UID 1:*)" with
991                 "x UID SEARCH ANSWERED"
992                 (Rockliffe doesn't handle the parenthesis)
993
994 2006-06-19 [colin]      2.3.0cvs23
995
996         * src/compose.c
997         * src/imap.c
998         * src/etpan/imap-thread.c
999                 Probably fix bug #972 (Freezes when adding 
1000                 an attachment to the message)
1001         * src/common/defs.h
1002                 Modernize Firefox cmd
1003
1004
1005 2006-06-18 [colin]      2.3.0cvs22
1006
1007         * src/prefs_customheader.c
1008                 Only allow correct filenames for various
1009                 custom headers
1010
1011 2006-06-18 [colin]      2.3.0cvs21
1012
1013         * src/prefs_customheader.c
1014                 Add a 'From File...' button in custom headers prefs, which
1015                 try to do the right thing: 
1016                 for normal headers, use file as plaintext,
1017                 for X-Face, calls compface,
1018                 for Face, encode to b64.
1019
1020 2006-06-17 [colin]      2.3.0cvs20
1021
1022         * src/mh.c
1023                 Warning fix
1024
1025 2006-06-16 [colin]      2.3.0cvs19
1026
1027         * src/summaryview.c
1028                 Recursive quicksearch: show message list
1029                 in current folder, *then* search children
1030                 in the background.
1031
1032 2006-06-16 [colin]      2.3.0cvs18
1033
1034         * src/main.c
1035                 Instead of ignoring SIGPIPE, save caches
1036                 when getting one. Will fix the fact that
1037                 hot caches are out-of-date when logging 
1038                 out of Xorg.
1039         * src/compose.c
1040         * src/prefs_compose_writing.c
1041                 Only save text (not attachments) when 
1042                 auto-saving to drafts
1043         * src/unmime.c
1044                 Always replace \n, \r and \t with spaces
1045                 in headers
1046         * manual/dist/html/Makefile.am
1047         * manual/dist/pdf/Makefile.am
1048         * manual/dist/ps/Makefile.am
1049         * manual/dist/txt/Makefile.am
1050         * manual/fr/dist/html/Makefile.am
1051         * manual/fr/dist/pdf/Makefile.am
1052         * manual/fr/dist/ps/Makefile.am
1053         * manual/fr/dist/txt/Makefile.am
1054         * manual/pl/dist/html/Makefile.am
1055         * manual/pl/dist/pdf/Makefile.am
1056         * manual/pl/dist/ps/Makefile.am
1057         * manual/pl/dist/txt/Makefile.am
1058                 Fix make clean removing pregenerated manuals
1059
1060
1061 2006-06-16 [colin]      2.3.0cvs17
1062
1063         * src/plugins/pgpcore/sgpgme.c
1064         * src/plugins/pgpmime/pgpmime.c
1065         * src/plugins/pgpinline/pgpinline.c
1066                 Better error reporting in setup_signers.
1067                 Don't fallback to default key if specified
1068                 key isn't found.
1069                 Don't allow signing if more than one secret
1070                 key matches the one specified in prefs.
1071
1072 2006-06-15 [colin]      2.3.0cvs16
1073
1074         * src/folderview.c
1075                 Add "Send queue" in the folder's contextual
1076                 menu
1077         * src/compose.c
1078         * src/messageview.c
1079         * src/privacy.c
1080         * src/privacy.h
1081         * src/procmime.c
1082         * src/procmsg.c
1083         * src/plugins/pgpcore/passphrase.c
1084         * src/plugins/pgpcore/sgpgme.c
1085         * src/plugins/pgpinline/pgpinline.c
1086         * src/plugins/pgpmime/pgpmime.c
1087                 Better error reporting
1088         * src/mbox.c
1089                 Probably fix bug #971 (2.2.3 cannot read mail 
1090                 from local mbox)
1091
1092
1093 2006-06-15 [mones]      2.3.0cvs15
1094
1095         * tools/make.themes.project
1096                 creates the themes project from the web page
1097
1098 2006-06-15 [colin]      2.3.0cvs14
1099
1100         * src/folder.c
1101                 Better fix (avoid losing the folder if scan_tree 
1102                 fails)
1103
1104 2006-06-15 [cleroy]     2.3.0cvs13
1105
1106         * src/folder.c
1107                 Probably fix Bug #969 (crash on rebuilding 
1108                 imap folder)
1109
1110 2006-06-14 [colin]      2.3.0cvs12
1111
1112         * manual/dtd/manual.xsl
1113         * manual/sylpheed-claws-manual.xml
1114         * manual/fr/sylpheed-claws-manual.xml
1115         * manual/pl/sylpheed-claws-manual.xml
1116                 Insert pagebreaks between sections
1117
1118 2006-06-14 [paul]       2.3.0cvs11
1119
1120         * configure.ac
1121                 better fix than 2.3.0cvs10
1122
1123 2006-06-14 [paul]       2.3.0cvs10
1124
1125         * configure.ac
1126                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1127                 (backwards compatible)
1128
1129 2006-06-13 [colin]      2.3.0cvs9
1130
1131         * src/messageview.c
1132                 Fix sending of return receipt with the new queue folders
1133
1134 2006-06-13 [wwp]        2.3.0cvs8
1135
1136         * src/quote_fmt_lex.l
1137                 fix wrong tokens returned in quote_fmt lexer, query not().
1138
1139 2006-06-13 [wwp]        2.3.0cvs7
1140
1141         * src/folder.c
1142         * src/prefs_folder_item.c
1143                 allow changing folder type even when folder is not a top-level one,
1144                 thanks to Colin.
1145
1146 2006-06-12 [colin]      2.3.0cvs6
1147
1148         * src/folderview.c
1149                 Fix double-ask of "Do you want to mark all
1150                 as read"
1151
1152 2006-06-12 [colin]      2.3.0cvs5
1153
1154         * src/compose.c
1155         * src/compose.h
1156         * src/folder.c
1157         * src/folder.h
1158         * src/imap.c
1159         * src/inc.c
1160         * src/main.c
1161         * src/messageview.c
1162         * src/mh.c
1163         * src/prefs_folder_item.c
1164         * src/procheader.c
1165         * src/procmime.c
1166         * src/procmsg.c
1167         * src/procmsg.h
1168         * src/send_message.c
1169         * src/summaryview.c
1170         * src/toolbar.c
1171                 Apply bug #964's patch (Queue and drafts aren't normal)
1172                 The Drafts and Queue folder now contain RFC-822 files,
1173                 allowing to move and copy mails from and to these 
1174                 folders. Moving from Drafts to Queue will prepare the
1175                 mail for sending (PGP signature, encryption, etc).
1176                 This patch also rework sending errors handling to try
1177                 to be more helpful.
1178                 Also, allow redefining folder types via the GUI 
1179                 (Folder type in its Properties)
1180
1181 2006-06-12 [colin]      2.3.0cvs4
1182
1183         * src/summaryview.c
1184         * src/prefs_common.c
1185         * src/prefs_common.h
1186         * src/gedit-print.c
1187                 Allow to define a specific print font - patch
1188                 by Bernhard Walle <bernhard.walle@gmx.de>
1189         * src/prefs_fonts.c
1190         * manual/advanced.xml
1191         * manual/fr/advanced.xml
1192                 Add a hidden pref to allow deletion without
1193                 confirmation
1194
1195 2006-06-12 [wwp]        2.3.0cvs3
1196
1197         * .cvsignore
1198                 more files to ignore.
1199
1200 2006-06-12 [wwp]        2.3.0cvs2
1201
1202         * src/quote_fmt.c
1203         * src/quote_fmt_lex.l
1204         * src/quote_fmt_parse.y
1205                 extend the quote_fmt parser (templates and quotes):
1206                 - allow limited sub-expressions in |p{} and |f{} expressions,
1207                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1208                 - implemented/fixed missing implementation of query_references and show_references,
1209                 - completed, fixed contents and format of the symbols help dialog,
1210                 - fix some compilation warnings.
1211
1212 2006-06-12 [wwp]        2.3.0cvs1
1213
1214         * manual/advanced.xml
1215         * manual/fr/advanced.xml
1216                 updates in the "templates" section of the manual (eng/fr):
1217                  - be more precise (both versions)
1218                  - completed to match the english reference (fr version)
1219                  - touchups (both versions)
1220
1221 2006-06-12 [paul]       2.3.0
1222
1223         2.3.0 released
1224
1225 2006-06-12 [paul]       2.2.3cvs14
1226
1227         * po/ca.po
1228         * po/cs.po
1229         * po/de.po
1230         * po/el.po
1231         * po/fr.po
1232         * po/it.po
1233         * po/pt_BR.po
1234         * po/sr.po
1235         * po/zh_CN.po
1236                 updated by Miquel Oliete, Tim, Stephan Sachse,
1237                 Stavros Giannouris, Fabien Vantard, Andrea
1238                 Spadaccini, Frederico Goncalves Guimaraes,
1239                 Aleksandar Urosevic, and Ralgh Young
1240
1241 2006-06-12 [colin]      2.2.3cvs13
1242
1243         * src/mbox.c
1244                 Add missing header
1245
1246 2006-06-11 [colin]      2.2.3cvs12
1247
1248         * src/msgcache.c
1249                 Verify that g_malloc() succeeded
1250
1251 2006-06-11 [colin]      2.2.3cvs11
1252
1253         * src/wizard.c
1254                 Add Face header to welcome mail
1255
1256 2006-06-10 [colin]      2.2.3cvs10
1257
1258         * src/textview.c
1259                 Revert previous (Forgot it changes the
1260                 margin on the whole mail)
1261
1262 2006-06-10 [colin]      2.2.3cvs9
1263
1264         * src/textview.c
1265                 Don't overlap long headers under (X-)Face
1266
1267 2006-06-10 [mones]      2.2.3cvs8
1268
1269         * manual/xml2pdf
1270                 allow generation of manual on systems lacking saxon binary
1271                 but with java and the saxon library installed
1272
1273         * po/es.po
1274                 updated for release
1275
1276 2006-06-09 [colin]      2.2.3cvs7
1277
1278         * src/summaryview.c
1279                 Fix leak when using Display Sender using Addressbook
1280
1281 2006-06-09 [colin]      2.2.3cvs6
1282
1283         * src/compose.c
1284         * src/folder.c
1285         * src/folderview.c
1286         * src/mimeview.c
1287         * src/summaryview.c
1288                 More leaks fixes
1289
1290 2006-06-09 [paul]       2.2.3cvs5
1291
1292         * AUTHORS
1293         * src/gtk/authors.h
1294         * tools/claws.i18n.status.pl
1295                 updated with new info
1296
1297 2006-06-09 [paul]       2.2.3cvs4
1298
1299         * README
1300                 updated
1301         * manual/ack.xml
1302                 add wwp to authors list
1303         * src/gtk/authors.h
1304                 update mine and Colin's addresses
1305
1306 2006-06-08 [colin]      2.2.3cvs3
1307
1308         * src/etpan/imap-thread.c
1309                 Fix leak on SSL cert check
1310
1311 2006-06-08 [colin]      2.2.3cvs2
1312
1313         * src/common/utils.c
1314                 Fix leak
1315
1316 2006-06-08 [paul]       2.2.3cvs1
1317
1318         * configure.ac
1319                 Update version number following
1320                 stable release
1321
1322 2006-06-07 [colin]      2.2.2cvs3
1323
1324         * src/msgcache.c
1325                 Fix catching cache read errors (guint instead of gint)
1326                 Prevent malloc'ing more than 8MB (means cache corruption)
1327
1328 2006-06-07 [paul]       2.2.2cvs2
1329
1330         * src/exporthtml.c
1331         * src/exportldif.c
1332         * src/mh.c
1333         * src/mutt.c
1334         * src/pine.c
1335         * src/common/utils.c
1336                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1337                 obey $HOME'
1338                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1339                 Thanks to Colin
1340
1341 2006-06-06 [paul]       2.2.2cvs1
1342
1343         * configure.ac
1344                 Update version number following
1345                 stable release
1346
1347 2006-06-06 [paul]       2.2.1cvs6
1348
1349         * src/matcher.c
1350                 fix  implicit declaration of
1351                 sylpheed_do_idle()
1352                 Patch by Fabien Vantard
1353
1354 2006-06-06 [paul]       2.2.1cvs5
1355
1356         * src/matcher.c
1357                 fix age_greater and age_lower so that they
1358                 mean what say and not '...or equal to'
1359                 Thanks to Colin
1360
1361 2006-06-06 [paul]       2.2.1cvs4
1362
1363         * src/textview.c
1364         * src/common/utils.c
1365                 fix URI check
1366                 Thanks to Colin
1367
1368 2006-06-05 [wwp]        2.2.1cvs3
1369
1370         * manual/fr/account.xml
1371                 minor language fixes (thanks to Fabien Vantard).
1372
1373 2006-06-05 [colin]      2.2.1cvs2
1374
1375         * src/prefs_folder_item.c
1376         * src/folderview.c
1377                 Allow recursive setting of properties 
1378                 for whole mailboxes
1379         * src/matcher.c
1380                 Don't freeze on 'test' filtering rule
1381
1382 2006-06-05 [colin]      2.2.1cvs1
1383
1384         * configure.ac
1385                 Update version number following
1386                 stable release
1387
1388 2006-06-04 [wwp]        2.2.0cvs82
1389
1390         * manual/glossary.xml
1391         * manual/account.xml
1392         * manual/fr/glossary.xml
1393         * manual/fr/account.xml
1394                 added glossary section and references/links related to the Face custom header.
1395
1396 2006-06-04 [colin]      2.2.0cvs81
1397
1398         * src/summaryview.c
1399                 Skip to next message on move with no
1400                 immediate execution
1401
1402 2006-06-04 [wwp]        2.2.0cvs80
1403
1404         * manual/xml2pdf
1405                 added sanity checks, exit when needed.
1406
1407 2006-06-03 [paul]       2.2.0cvs79
1408
1409         * src/prefs_receive.c
1410                 page name is now 'Receiving'
1411         * src/prefs_send.c
1412                 page name is now 'Sending'
1413
1414 2006-06-03 [colin]      2.2.0cvs78
1415
1416         * src/plugins/spamassassin/spamassassin_gtk.c
1417                 Autoswitch to Localhost if transport was previously
1418                 disabled. Else people had to check [] Enable, then
1419                 *reselect* transport.
1420
1421 2006-06-03 [colin]      2.2.0cvs77
1422
1423         * src/plugins/pgpinline/pgpinline.c
1424         * src/plugins/pgpmime/pgpmime.c
1425                 Check that gpg_data_release_and_get_mem 
1426                 didn't fail (now, why this happens...)
1427
1428 2006-06-03 [colin]      2.2.0cvs76
1429
1430         * src/mbox.c
1431                 Fix bug #962 (Manual and/or UI should 
1432                 warn about incompatible locking 
1433                 causing dataloss)
1434
1435 2006-06-02 [cleroy]     2.2.0cvs75
1436
1437         * src/filtering.c
1438         * src/folder.c
1439         * src/procmsg.c
1440         * src/summaryview.c
1441                 Fix a few leaks
1442
1443 2006-06-02 [colin]      2.2.0cvs74
1444
1445         * src/main.c
1446                 On exit, free caches after writing them
1447                 Shuts up some valgrind false positives
1448         * src/procmsg.c
1449         * src/send_message.c
1450                 Fix races when reusing existing SMTP connections
1451                 Fix inexistant session timeout
1452         * src/toolbar.c
1453                 Display alertpanel after all queues have
1454                 been processed, not after each
1455
1456 2006-06-02 [wwp]        2.2.0cvs73
1457
1458         * manual/fr/glossary.xml
1459         * manual/fr/ack.xml
1460         * manual/ack.xml
1461                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1462
1463 2006-06-02 [wwp]        2.2.0cvs72
1464
1465         * manual/xml2pdf
1466         * manual/dist/pdf/Makefile.am
1467         * manual/dtd/manual.xsl
1468         * manual/fr/dist/pdf/Makefile.am
1469         * manual/pl/dist/pdf/Makefile.am
1470                 we changed the procedure to generate the .pdf version of the manual.
1471                 The procedure is more modern and the .pdf we get now has a valid index.
1472                 Here are the new pre-requisites:
1473
1474                 - JRE 1.x (1.4 here): there must be one from your distro
1475                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1476                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1477                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1478
1479                 See my posts for further info about the installation of this toolchain:
1480
1481                 Date: Fri, 19 May 2006 19:40:06 +0200
1482                 From: wwp <subscript@free.fr>
1483                 To: sylpheed-claws-devel@lists.sourceforge.net
1484                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1485
1486                 and
1487
1488                 Date: Wed, 24 May 2006 12:58:49 +0200
1489                 From: wwp <subscript@free.fr>
1490                 To: sylpheed-claws-devel@lists.sourceforge.net
1491                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1492
1493 2006-06-01 [colin]      2.2.0cvs71
1494
1495         * src/compose.c
1496                 Better guards against IMAP races
1497         * src/main.c
1498         * src/prefs_common.c
1499         * src/prefs_common.h
1500         * src/common/ssl_certificate.c
1501         * src/etpan/imap-thread.c
1502         * src/etpan/imap-thread.h
1503         * src/gtk/sslcertwindow.c
1504                 New hidden option ssl_skip_cert_check to 
1505                 avoid dups of bug #959 (libetpan linked
1506                 against gnutls and gnutls buggy on 64bit)
1507                 Present expired warning only once per
1508                 session/server.
1509         * manual/advanced.xml
1510         * manual/fr/advanced.xml
1511                 Document new option
1512
1513 2006-06-01 [wwp]        2.2.0cvs70
1514
1515         * src/messageview.c
1516                 fix for bug #961 (return receipt dialog 
1517                 complains incorrectly about return-path 
1518                 email adress being different), thanks 
1519                 to Colin.
1520
1521 2006-05-31 [cleroy]     2.2.0cvs69
1522
1523         * src/common/ssl.c
1524                 Guard against NULLs, although this
1525                 should never be an issue
1526
1527 2006-05-31 [colin]      2.2.0cvs68
1528
1529         * src/filtering.c
1530                 Use g_slist_prepend
1531         * src/imap.c
1532                 Don't remove caches when destroying folder, it
1533                 could (should) be done at exit
1534         * src/inc.c
1535                 free processing cache after incorporation
1536         * src/etpan/imap-thread.c
1537                 Maybe fix bug #959 (Crash on moving to emails 
1538                 to a imap account per ssl with a expired 
1539                 certificate.)
1540
1541 2006-05-30 [colin]      2.2.0cvs67
1542
1543         * src/summaryview.c
1544                 Put back event flush when displaying message
1545                 It avoids reading a bunch of messages just
1546                 by hitting shift-n for too long ;)
1547
1548 2006-05-29 [colin]      2.2.0cvs66
1549
1550         * src/summaryview.c
1551                 Remove useless g_warnings
1552
1553 2006-05-29 [colin]      2.2.0cvs65
1554
1555         * src/imap.c
1556                 Fix g_slist_append()s for performance
1557
1558 2006-05-29 [colin]      2.2.0cvs64
1559
1560         * src/compose.c
1561         * src/common/utils.c
1562                 Fix extraneous tab at start of addresses
1563         * src/mainwindow.c
1564                 Fix warnings (thanks to Fabien)
1565                 Fix crash at exit when composing messages 
1566                 exist
1567         * src/pop.c
1568                 Fix progress bar when deleting expired mails
1569                 Thanks to Hiro
1570         * src/summaryview.c
1571         * src/gtk/gtksctree.c
1572                 Fix re-sorting slowness
1573
1574 2006-05-29 [paul]       2.2.0cvs63
1575
1576         * src/mh.c
1577                 fetch full message when moving mails
1578                 from another mailbox, (fixed data loss
1579                 when filtering from IMAP to MH, introduced
1580                 in 2.2.0cvs57).
1581                 Thanks to Colin
1582
1583 2006-05-29 [mones]      2.2.0cvs62
1584
1585         * src/gtk/gtksctree.c
1586                 Unselect faster (patch by Colin)        
1587
1588 2006-05-26 [colin]      2.2.0cvs61
1589
1590         * src/summaryview.c
1591                 Unplug MSGINFO_UPDATE callback on delete too.
1592
1593 2006-05-26 [colin]      2.2.0cvs60
1594
1595         * src/foldersel.c
1596                 Fix bold in folder selection window with glib2.10
1597                 thanks Hiro
1598
1599 2006-05-26 [colin]      2.2.0cvs59
1600
1601         * src/procheader.c
1602                 Convert date only if necessary (and don't
1603                 try to convert from utf8 to utf8, too)
1604         * src/summaryview.c
1605                 Only set column's text if the column's 
1606                 displayed
1607
1608 2006-05-26 [colin]      2.2.0cvs58
1609
1610         * src/summaryview.c
1611         * src/gtk/gtkutils.c
1612                 Fix useless warning
1613
1614 2006-05-26 [colin]      2.2.0cvs57
1615
1616         * src/mainwindow.c
1617                 Make summaryview selectable as long as 
1618                 no message has focus
1619         * src/mh.c
1620                 Faster deletion (by implementing mh_remove_msgs)
1621                 Faster copy (avoid using mh_fetch_msg just to get
1622                 the filename)
1623                 Faster move (using move_file instead of copy_file
1624                 if MSG_IS_MOVE)
1625                 No progressbar if total number of mails to cp/mv 
1626                 is less than 100
1627         * src/summaryview.c
1628                 Fix removal from subject_table when mail gets moved
1629                 Faster deletion (g_slist_prepend instead of append)
1630         * src/gtk/gtksctree.c
1631                 Remove useless code
1632
1633 2006-05-25 [colin]      2.2.0cvs56
1634
1635         * src/common/ssl_certificate.c
1636                 Fix leak in expired cert check
1637
1638 2006-05-25 [colin]      2.2.0cvs55
1639
1640         * src/mh.c
1641                 Disable flags syncing on .mh_sequences - it
1642                 is buggy and marks mails read under unknown
1643                 conditions.
1644
1645 2006-05-25 [paul]
1646
1647         * 2.3.0-rc4 released
1648
1649 2006-05-24 [colin]      2.2.0cvs54
1650
1651         attention cvs users: if you manage to crash
1652         Sylpheed-Claws while moving, copying or deleting
1653         mails, we *are* interested in stack traces and
1654         valgrind logs. It looks stable, but one never
1655         knows...
1656
1657         * src/folder.c
1658                 Add progressbar for cache updates
1659         * src/folderutils.c
1660                 Optimize Mark all read in the current
1661                 folder
1662         * src/mh.c
1663                 Add progressbar for copy/move
1664         * src/procmsg.c
1665                 Optimize O(n^2) in copy/move
1666         * src/summaryview.c
1667         * src/gtk/gtksctree.c
1668                 Optimize O(n^2) algos
1669         * src/common/timing.h
1670                 Display ms instead of us
1671
1672 2006-05-24 [wwp]        2.2.0cvs53
1673
1674         * manual/fr/advanced.xml
1675                 updates to the French manual.
1676
1677 2006-05-24 [wwp]        2.2.0cvs52
1678
1679         * src/common/utils.c
1680                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1681
1682 2006-05-24 [wwp]        2.2.0cvs51
1683
1684         * src/folderutils.c
1685                 fixed "mark all read" in MH folders (thanks to Colin).
1686
1687 2006-05-24 [paul]       2.2.0cvs50
1688
1689         * doc/man/sylpheed-claws.1
1690                 updated the man page
1691
1692 2006-05-23 [colin]      2.2.0cvs49
1693
1694         * src/folderview.c
1695         * src/imap.c
1696         * src/inc.c
1697         * src/mbox.c
1698         * src/messageview.c
1699         * src/news.c
1700         * src/send_message.c
1701         * src/summaryview.c
1702         * src/gtk/sslcertwindow.c
1703                 alertpanel fixes, by Fabien
1704
1705 2006-05-23 [colin]      2.2.0cvs48
1706
1707         * src/folder.c
1708         * src/folderview.c
1709         * src/msgcache.c
1710         * src/summaryview.c
1711         * src/gtk/gtksctree.c
1712         * src/gtk/gtksctree.h
1713                 More timings
1714                 Fix slow loading problem, which was caused by the
1715                 use of some gtk_ctree funcs and their use of
1716                 g_list_position while gtk_ctree_(un)link'ing.
1717                 Reap more functions from gtkctree.c to be sure we
1718                 use our (fast) version instead of theirs.
1719         * src/mh.c
1720                 Fix copy of unread mails
1721
1722
1723 2006-05-22 [wwp]        2.2.0cvs47
1724
1725         * manual/fr/advanced.xml
1726                 updated.
1727
1728 2006-05-22 [colin]      2.2.0cvs46
1729
1730         * src/filtering.c
1731                 Fix possible infinite loop. 'copy' is not a 
1732                 final action, so when encountering a 'copy',
1733                 we have to check if a previous one was set
1734                 and do it. In the same way, if we encounter
1735                 a 'move' we have to perform a possibly 
1736                 pending 'copy'. This will slow down filtering
1737                 on IMAP if move+copy or multiple copy actions
1738                 are to be done, but handling it via the batch
1739                 would be really too convoluted.
1740
1741 2006-05-22 [wwp]        2.2.0cvs45
1742
1743         * manual/fr/advanced.xml
1744         * manual/fr/faq.xml
1745         * manual/fr/glossary.xml
1746         * manual/fr/handling.xml
1747         * manual/fr/intro.xml
1748         * manual/fr/plugins.xml
1749         * manual/fr/sylpheed-claws-manual.xml
1750                 sync w/ the english manual: updates URIs, documented mailing-list
1751                 support, better explanation about the enabled/disabled feature
1752                 in filtering/processing rules by Paul.
1753
1754 2006-05-21 [colin]      2.2.0cvs44
1755
1756         * src/summaryview.c
1757                 Don't expand after building threads, but during
1758
1759 2006-05-21 [colin]      2.2.0cvs43
1760
1761         * src/procmsg.c
1762         * src/summaryview.c
1763                 More timing possibilities... For next time I have 
1764                 to find out how the hell some 3GHz computer takes
1765                 one minute to open a 30k folder...
1766
1767 2006-05-21 [colin]      2.2.0cvs42
1768
1769         * manual/pl/advanced.xml
1770         * manual/pl/faq.xml
1771         * manual/pl/glossary.xml
1772         * manual/pl/handling.xml
1773         * manual/pl/intro.xml
1774         * manual/pl/plugins.xml
1775         * manual/pl/sylpheed-claws-manual.xml
1776                 Polish manual updated by Pawel
1777
1778 2006-05-20 [colin]
1779
1780         * 2.3.0-rc3 released
1781
1782 2006-05-20 [colin]      2.2.0cvs41
1783
1784         * src/imap.c
1785                 Fix -rc2 problems:
1786                 - remove cache of moved messages from original folder
1787                 - apply new flags to messages even if they aren't appliable
1788                   via IMAP.
1789
1790 2006-05-20 [colin]
1791
1792         * 2.3.0-rc2 released
1793
1794 2006-05-19 [colin]      2.2.0cvs40
1795
1796         * src/imap.c
1797                 Don't issue SELECT in imap_change_flags
1798                 before having checked that we indeed have
1799                 some flags to change. MSG_POSTFILTERED for
1800                 example can't be used on IMAP.
1801                 Fixes bug #955 (copying messages between 
1802                 imap folders is extremely slow), which was
1803                 a regression.
1804
1805 2006-05-19 [colin]      2.2.0cvs39
1806
1807         * src/folder.c
1808         * src/folder.h
1809         * src/folderview.c
1810                 Try to fix bug #830 (Some unread messages 
1811                 get marked read in IMAP inbox):
1812                 - Prevent scanning a folder if it's being 
1813                   opened via the GUI
1814                 - Postpone opening via the GUI of a folder
1815                   currently scanned.
1816
1817
1818 2006-05-19 [wwp]        2.2.0cvs38
1819
1820         * manual/advanced.xml
1821                 fix English+typo (thanks to Paul).
1822
1823 2006-05-19 [wwp]        2.2.0cvs37
1824
1825         * manual/advanced.xml
1826         * manual/fr/advanced.xml
1827         * src/gtk/logwindow.c
1828         * src/prefs_common.c
1829         * src/prefs_common.h
1830                 added hidden prefs to allow customization of colors used in
1831                 protocol log window (useful for dark gtk+ themes).
1832
1833 2006-05-19 [wwp]        2.2.0cvs36
1834
1835         * ChangeLog
1836                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1837
1838 2006-05-19 [paul]       2.2.0cvs35
1839
1840         * src/textview.c
1841                 make Reply-To fully clickable
1842         * src/gtk/logwindow.c
1843                 more colouring (SMTP ESMTP)
1844         Both patches by Pawel Pekala
1845
1846 2006-05-19 [cleroy]     2.2.0cvs34
1847
1848         * src/mh.c
1849                 Don't update flags from current folder
1850                 Probably fixes bug #935 (Read Messages 
1851                 Revert to Being Marked as Unread)
1852
1853 2006-05-18 [colin]      2.2.0cvs33
1854
1855         * src/imap.c
1856                 Warning fix
1857         * src/compose.c
1858         * src/mainwindow.c
1859         * src/summaryview.c
1860         * src/toolbar.c
1861                 Allow replying to multiple emails
1862                 in multiple windows
1863         * src/mimeview.c
1864         * src/etpan/imap-thread.c
1865                 Leak fixes
1866
1867 2006-05-18 [paul]       2.2.0cvs32
1868
1869         * src/summaryview.c
1870                 keep Mailing-List menu refreshed
1871                 Thanks to Colin
1872
1873 2006-05-18 [paul]       2.2.0cvs31
1874
1875         * manual/advanced.xml
1876         * manual/faq.xml
1877         * manual/glossary.xml
1878         * manual/handling.xml
1879         * manual/intro.xml
1880         * manual/plugins.xml
1881         * manual/sylpheed-claws-manual.xml
1882                 update URLs
1883                 add info about mailing-list support
1884                 edit filtering info
1885         * src/wizard.c
1886         * src/common/defs.h
1887         * src/gtk/about.c
1888         * src/plugins/dillo_viewer/README
1889                 update URLs
1890
1891 2006-05-17 [wwp]        2.2.0cvs30
1892
1893         * manual/handling.xml
1894         * manual/fr/handling.xml
1895                 documented the ability to enabled/disable filtering/processing rules.
1896
1897 2006-05-17 [colin]      2.2.0cvs29
1898
1899         * src/main.c
1900                 Don't initialize g_thread subsystem if it's 
1901                 already done (thanks to Hiro)
1902         * src/mimeview.c
1903                 Fix saving of parts when there name can't be
1904                 converted from UTF-8.
1905
1906 2006-05-17 [paul]       2.2.0cvs28
1907
1908         * po/Makefile.in.in
1909                 fix config.status warning with autoconf 2.60
1910
1911 2006-05-17 [paul]       2.2.0cvs27
1912
1913         * po/POTFILES.in
1914                 add src/mbox.c
1915
1916 2006-05-17 [wwp]        2.2.0cvs26
1917
1918         * src/mainwindow.c
1919                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1920
1921 2006-05-17 [wwp]        2.2.0cvs25
1922
1923         * src/plugins/demo/demo.c
1924                 updated product name in plugin demo (many plugins need to be
1925                 sync'ed w/ that change).
1926
1927 2006-05-17 [colin]      2.2.0cvs24
1928
1929         * src/mh.c
1930                 Fix leak
1931
1932 2006-05-16 [colin]      2.2.0cvs23
1933
1934         * src/mainwindow.c
1935                 Stupid me hit again. Fix cvs22.
1936
1937 2006-05-16 [colin]      2.2.0cvs22
1938
1939         * src/mainwindow.c
1940                 Fix bug #922 (sylpheed-claws crashed after 
1941                 pushing on Inbox folder)
1942
1943 2006-05-16 [colin]      2.2.0cvs21
1944
1945         * src/compose.c
1946                 Make From header be copy/paste/select-able
1947
1948 2006-05-16 [wwp]        2.2.0cvs20
1949
1950         * src/export.c
1951         * src/matcher.c
1952         * src/summaryview.c
1953         * src/etpan/imap-thread.c
1954                 fix some compiler warnings (thanks to Colin).
1955
1956 2006-05-16 [wwp]        2.2.0cvs19
1957
1958         * src/action.c
1959         * src/gedit-print.c
1960         * src/inc.c
1961         * src/mainwindow.c
1962         * src/mh.c
1963         * src/statusbar.c
1964         * src/send_message.c
1965         * src/summaryview.c
1966                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1967
1968 2006-05-15 [colin]      2.2.0cvs18
1969
1970         * src/procmsg.c
1971                 Fix automatic rule creation with List-Post
1972
1973 2006-05-15 [paul]       2.2.0cvs17
1974
1975         * tools/filter_conv_new.pl
1976                 updated for rule enabling/disabling
1977                 claws version >= 2.3.x required
1978
1979 2006-05-15 [cleroy]     2.2.0cvs16
1980
1981         * src/main.c
1982                 Revert test
1983
1984 2006-05-15 [cleroy]     2.2.0cvs15
1985
1986         * src/main.c
1987                 test
1988
1989 2006-05-15 [wwp]        2.2.0cvs14
1990
1991         * manual/pl/.cvsignore
1992                 ignore generated files.
1993
1994 2006-05-14 [wwp]        2.3.0-rc1
1995
1996         * 2.3.0-rc1 released
1997
1998 2006-05-13 [wwp]        2.2.0cvs13
1999
2000         * src/filtering.c
2001         * src/filtering.h
2002         * src/matcher.c
2003         * src/matcher_parser_lex.l
2004         * src/matcher_parser_parse.y
2005         * src/prefs_filtering.c
2006                 new feature: provide the ability to disable filtering and processing
2007                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2008                 adaptations.
2009
2010 2006-05-13 [colin]      2.2.0cvs12
2011
2012         * src/compose.c
2013                 Remove useless if (a) b; else b;
2014                 Thanks to wwp
2015
2016 2006-05-13 [wwp]        2.2.0cvs11
2017
2018         * src/export.c
2019         * src/import.c
2020         * src/mainwindow.c
2021         * src/mbox.c
2022         * src/summaryview.c
2023         * src/summaryview.h
2024                 no more silent failures (or at least less ones) when importing
2025                 or exporting from/to mbox. Also start importing/exporting if
2026                 the necessary info is set.
2027
2028 2006-05-13 [wwp]        2.2.0cvs10
2029
2030         * RELEASE_NOTES
2031                 restored up-to-date release notes.
2032
2033 2006-05-13 [paul]       2.2.0cvs9
2034
2035         * po/nl.po
2036         * po/ru.po
2037                 updated by Tim Dijkstra and Pavlo Bohmat
2038
2039 2006-05-12 [colin]      2.2.0cvs8
2040
2041         * src/gtk/quicksearch.c
2042                 Add "k" as shortcut for "colorlabel". Patch
2043                 by ath42@users.sf.net.
2044
2045 2006-05-12 [paul]       2.2.0cvs7
2046
2047         * src/prefs_common.h
2048         * src/prefs_summaries.c
2049         * src/summaryview.c
2050                 when entering a folder also allow
2051                 going directly to first Marked message
2052
2053 2006-05-12 [paul]       2.2.0cvs6
2054
2055         * src/summaryview.c
2056                 always obey 'confirm before marking all
2057                 mails read' option
2058
2059 2006-05-12 [paul]       2.2.0cvs5
2060
2061         * src/textview.c
2062                 make Sender fully clickable
2063
2064 2006-05-12 [colin]      2.2.0cvs4
2065
2066         * src/compose.c
2067         * src/compose.h
2068                 Let From be editable
2069         * src/main.c
2070         * src/mh.c
2071                 Full support of .mh_sequences' Unseen seq
2072
2073 2006-05-12 [colin]      2.2.0cvs3
2074
2075         * src/folder.c
2076         * src/mainwindow.c
2077         * src/mainwindow.h
2078         * src/messageview.c
2079         * src/prefs_spelling.c
2080         * src/procheader.c
2081         * src/procmsg.c
2082         * src/procmsg.h
2083         * src/summaryview.c
2084         * src/toolbar.c
2085         * src/toolbar.h
2086                 Add contextual menu on Compose toolbar
2087                 button. Fixes bug #944 (Automatic
2088                 addresses not applied when changing account
2089                 from compose window)
2090                 add Mailing List support
2091                 based on the old 0.6.5claws25 patch by
2092                 Melvin Hadasht, with finishing touches
2093                 by Colin
2094                 Fix "ignore thread" when mails are threaded by
2095                 subject (and weren't ignored although appearing
2096                 in the thread).
2097                 GUI rework.
2098                 Both patches by Pawel.
2099
2100 2006-05-08 [paul]       2.2.0cvs2
2101
2102         * src/mainwindow.c
2103         * src/mainwindow.h
2104         * src/messageview.c
2105         * src/procheader.c
2106         * src/procmsg.c
2107         * src/procmsg.h
2108         * src/summaryview.c
2109                 add Mailing List support
2110                 based on the old 0.6.5claws25 patch by 
2111                 Melvin Hadasht, with finishing touches
2112                 by Colin
2113
2114 2006-05-08 [colin]      2.2.0cvs1
2115
2116         * src/mainwindow.c
2117         * src/toolbar.c
2118         * src/toolbar.h
2119                 Add contextual menu on Compose toolbar 
2120                 button. Fixes bug #944 (Automatic 
2121                 addresses not applied when changing account 
2122                 from compose window)
2123
2124 2006-05-08 [paul]       2.2.0
2125
2126         2.2.0 released
2127
2128 2006-05-08 [paul]       2.1.1cvs51
2129
2130         * po/cs.po
2131         * po/de.po
2132         * po/en_GB.po
2133         * po/fi.po
2134         * po/fr.po
2135         * po/pt_BR.po
2136         * po/sr.po
2137         * po/zh_CN.po
2138                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2139                 Fabien Vantard, Frederico Goncalves Guimaraes,
2140                 Aleksandar Urosevic, and Ralgh Young
2141
2142 2006-05-12 [colin]      2.1.1cvs50
2143
2144         * po/cs.po
2145         * po/de.po
2146         * po/en_GB.po
2147         * po/es.po
2148         * po/fi.po
2149         * po/fr.po
2150         * po/pt_BR.po
2151         * po/sr.po
2152         * po/zh_CN.po
2153                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2154                 Fabien Vantard, Frederico Goncalves Guimaraes,
2155                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2156
2157 2006-05-05 [colin]      2.1.1cvs49
2158
2159         * manual/Makefile.am
2160         * manual/pl/Makefile.am
2161         * manual/pl/account.xml
2162         * manual/pl/ack.xml
2163         * manual/pl/addrbook.xml
2164         * manual/pl/advanced.xml
2165         * manual/pl/faq.xml
2166         * manual/pl/glossary.xml
2167         * manual/pl/gpl.xml
2168         * manual/pl/handling.xml
2169         * manual/pl/intro.xml
2170         * manual/pl/keyboard.xml
2171         * manual/pl/plugins.xml
2172         * manual/pl/starting.xml
2173         * manual/pl/sylpheed-claws-manual.xml
2174         * manual/pl/dist/.cvsignore
2175         * manual/pl/dist/Makefile.am
2176         * manual/pl/dist/html/.cvsignore
2177         * manual/pl/dist/html/Makefile.am
2178         * manual/pl/dist/pdf/.cvsignore
2179         * manual/pl/dist/pdf/Makefile.am
2180         * manual/pl/dist/ps/.cvsignore
2181         * manual/pl/dist/ps/Makefile.am
2182         * manual/pl/dist/txt/.cvsignore
2183         * manual/pl/dist/txt/Makefile.am
2184                 Add the polish translation of the manual,
2185                 Authored by Pawel Pekala.
2186
2187 2006-05-05 [cleroy]     2.1.1cvs48
2188
2189         * src/main.c
2190                 Re-read matcherrc after loading plugins 
2191                 if some of them add folders.
2192
2193 2006-05-03 [colin]      2.1.1cvs47
2194
2195         * src/imap.c
2196                 I'm idiot
2197
2198 2006-05-03 [colin]      2.1.1cvs46
2199
2200         * src/imap.c
2201                 Be sure to have a session when
2202                 getting separator
2203
2204 2006-05-03 [colin]      2.1.1cvs45
2205
2206         * src/imap.c
2207         * src/imap.h
2208         * src/imap_gtk.c
2209                 Fix preventing renaming with namespace 
2210                 separator.
2211
2212 2006-05-01 [colin]      2.1.1cvs44
2213
2214         * src/action.c
2215                 Don't reload messageview when result of
2216                 action is piped.
2217
2218 2006-04-29 [colin]      2.1.1cvs43
2219
2220         * src/prefs_receive.c
2221         * src/plugins/spamassassin/spamassassin_gtk.c
2222         * src/plugins/clamav/clamav_plugin_gtk.c
2223                 GUI fixes by Pawel
2224
2225 2006-04-29 [colin]      2.1.1cvs42
2226
2227         * src/prefs_compose_writing.c
2228         * src/prefs_quote.c
2229                 Cleanups. Patch by Pawel
2230
2231 2006-04-28 [paul]       2.1.1cvs41
2232
2233         * src/matcher.c
2234                 fix returned quick search results when search
2235                 term contains an underscore.
2236                 Thanks to Colin
2237
2238 2006-04-28 [paul]       2.1.1cvs40
2239
2240         * src/prefs_message.c
2241         * src/prefs_receive.c
2242                 GUI cleanups
2243                 Patches by Pawel Pekala
2244
2245 2006-04-27 [colin]      2.1.1cvs39
2246
2247         * src/wizard.c
2248                 Differentiate subject Welcome from
2249                 window's title Welcome
2250
2251 2006-04-27 [paul]
2252
2253         2.2.0-rc1 released
2254
2255 2006-04-27 [paul]       2.1.1cvs38
2256
2257         * manual/advanced.xml
2258         * manual/fr/advanced.xml
2259                 add info about compose_no_markup hidden pref
2260
2261 2006-04-27 [paul]       2.1.1cvs37
2262
2263         * src/prefs_account.c
2264                 improve privacy labels
2265         * src/prefs_msg_colors.c
2266                 change some strings for translators' convenience
2267         * src/gtk/gtkutils.c
2268                 don't underline the link button text
2269
2270 2006-04-25 [colin]      2.1.1cvs36
2271
2272         * src/folder.c
2273                 Complete 2.1.1cvs33 (once more ;)
2274
2275 2006-04-25 [colin]      2.1.1cvs35
2276
2277         * src/editldap.c
2278                 Fix tooltip
2279
2280 2006-04-25 [cleroy]     2.1.1cvs34
2281
2282         * src/compose.c
2283         * src/gtk/gtkaspell.c
2284                 Fix crash on redirect (related to the return 
2285                 of the aspell menu in compose's toolbar)
2286         * src/prefs_msg_colors.c
2287                 Fix sensitivity widgets
2288         * src/image_viewer.c
2289         * src/gtk/pluginwindow.c
2290         * src/gtk/prefswindow.c
2291                 Change released signals to clicked (Fabien)
2292         * po/POTFILES.in
2293         * src/common/socket.c
2294         * src/plugins/spamassassin/spamassassin.c
2295                 Translate strings (Fabien)
2296
2297 2006-04-25 [paul]       2.1.1cvs33
2298
2299         * src/folder.c
2300         * src/folder.h
2301         * src/folderview.c
2302                 complete the fix of bug #912
2303                 Thanks to Colin
2304
2305 2006-04-25 [colin]      2.1.1cvs32
2306
2307         * src/news.c
2308                 Better progress bar
2309         * src/mimeview.c
2310         * src/summaryview.c
2311         * src/summaryview.h
2312                 Fix focus chain
2313                 Patches by Pawel Pekala
2314
2315 2006-04-24 [colin]      2.1.1cvs31
2316
2317         * src/compose.c
2318                 Fix compilation warnings (Fabien)
2319
2320 2006-04-24 [colin]      2.1.1cvs30
2321
2322         * src/addrindex.c
2323         * src/editldap.c
2324         * src/editldap_basedn.c
2325         * src/editldap_basedn.h
2326         * src/ldapctrl.c
2327         * src/ldapctrl.h
2328         * src/ldapquery.c
2329         * src/ldaputil.c
2330         * src/ldaputil.h
2331                 Fix bug #901 (LDAPS support)
2332
2333 2006-04-24 [colin]      2.1.1cvs29
2334
2335         * src/compose.c
2336                 Fix logic on error with send dialog on
2337         * src/imap.c
2338                 Fix compilation without libetpan, thanks
2339                 to Fabien
2340         * src/summaryview.c
2341                 Fix 'context-menu' key
2342
2343 2006-04-23 [colin]      2.1.1cvs28
2344
2345         * src/folder.c
2346                 Never free current's cache to free up 
2347                 memory. Fixes bug #912 (new count 
2348                 randomly set to message count)
2349
2350 2006-04-23 [colin]      2.1.1cvs27
2351
2352         * src/gtk/quicksearch.c
2353                 And remove printf...
2354
2355 2006-04-23 [colin]      2.1.1cvs26
2356
2357         * src/gtk/quicksearch.c
2358                 Fix replacing in quicksearch, and fix inserting
2359                 in the middle of the string. (introduced at 2.1.0cvs22)
2360
2361 2006-04-23 [colin]      2.1.1cvs25
2362
2363         * src/imap.c
2364                 Make sure uidnext is initialized in get_num_list
2365                 (not for stable, related to 2.1.1cvs8 and friends)
2366
2367 2006-04-23 [colin]      2.1.1cvs24
2368
2369         * src/imap.c
2370                 Output something when login is successful
2371                 too
2372
2373 2006-04-23 [colin]      2.1.1cvs23
2374
2375         * src/etpan/imap-thread.c
2376                 Better logging (line-per-line, hide data in fetch)
2377                 Fix a const warning
2378         * src/gtk/logwindow.c
2379         * src/gtk/logwindow.h
2380                 Better logging (color for input/output)
2381
2382 2006-04-21 [colin]      2.1.1cvs22
2383
2384         * src/gtk/quicksearch.c
2385                 On gtk+-2.8, use stock buttons in quicksearch
2386                 Based on a patch by Fabien and a design by Paul
2387
2388 2006-04-21 [colin]      2.1.1cvs21
2389
2390         * src/folderview.c
2391         * src/mainwindow.c
2392                 Fix occasional flicker in folderview
2393         * src/common/utils.c
2394                 Fix bug #943 (Incorrectly parsed email address 
2395                 list in short headers on message view and in 
2396                 printouts)
2397
2398 2006-04-20 [colin]      2.1.1cvs20
2399
2400         * src/imap.c
2401         * src/imap.h
2402         * src/prefs_account.c
2403                 Add ANONYMOUS auth for IMAP
2404
2405 2006-04-20 [paul]       2.1.1cvs19
2406
2407         * src/main.c
2408                 proper fix for 2.1.1cvs18
2409                 Thanks to Colin
2410
2411 2006-04-20 [paul]       2.1.1cvs18
2412
2413         * src/main.c
2414                 fix build warnings
2415
2416 2006-04-20 [paul]       2.1.1cvs17
2417
2418         * src/gtk/quicksearch.c
2419                 fix standard, non-extended Quick search,
2420                 was broken in 2.1.1cvs15.
2421                 Thanks to Colin.
2422
2423 2006-04-20 [colin]      2.1.1cvs16
2424
2425         * src/prefs_matcher.c
2426                 Fix values when reselecting a ~test
2427                 rule
2428
2429 2006-04-19 [colin]      2.1.1cvs15
2430
2431         * src/compose.c
2432         * src/compose.h
2433         * src/gtk/gtkaspell.c
2434         * src/gtk/gtkaspell.h
2435                 Put back Options menu in Spelling/
2436         * src/gtk/quicksearch.c
2437                 Don't search, and show error, if the
2438                 advanced search has a syntax error
2439
2440 2006-04-18 [colin]      2.1.1cvs14
2441
2442         * src/textview.c
2443                 Fix gdk warnings on set_cursor when textview
2444                 isn't visible
2445
2446 2006-04-18 [colin]      2.1.1cvs13
2447
2448         * src/gtk/gtksctree.c
2449                 Remove seemingly useless refresh that causes
2450                 flicker - watch this commit in case of 
2451                 problems before planned backport to stable
2452
2453 2006-04-18 [colin]      2.1.1cvs12
2454
2455         * src/imap.c
2456                 Factorize get/set_xml code
2457         * src/compose.c
2458         * src/prefs_account.c
2459         * src/prefs_account.h
2460         * src/procmsg.c
2461                 Add Encrypt to self option
2462
2463 2006-04-17 [colin]      2.1.1cvs11
2464
2465         * configure.ac
2466                 Fix search on encrpyt function on dragonfly
2467                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2468
2469 2006-04-17 [colin]      2.1.1cvs10
2470
2471         * src/prefs_account.c
2472                 Be safe by default: remove mails from POP3
2473                 after 7 days, not immediately
2474
2475 2006-04-17 [colin]      2.1.1cvs9
2476
2477         * src/etpan/imap-thread.c
2478                 Fix build on DragonFly - patch by 
2479                 Jonathan Buschmann <jonthn@agmact.com>
2480
2481 2006-04-17 [colin]      2.1.1cvs8
2482
2483         * src/imap.c
2484                 Save uidnext between sessions
2485
2486 2006-04-17 [colin]      2.1.1cvs7
2487
2488         * src/imap.c
2489                 scan is required when uid validity changes
2490
2491 2006-04-17 [colin]      2.1.1cvs6
2492
2493         * src/folderview.c
2494                 Don't scan if not necessary, apart in current
2495                 folder and INBOX to fetch flags.
2496         * src/imap.c
2497                 Scan is necessary if unread count changes
2498
2499 2006-04-17 [colin]      2.1.1cvs5
2500
2501         * src/imap.c
2502                 ...But always fetch ANSWERED and DELETED flags for
2503                 INBOX, as filtering can happen on these flags.
2504
2505 2006-04-17 [colin]      2.1.1cvs4
2506
2507         * src/imap.c
2508                 Don't fetch REPLIED and DELETED flags when synchronising
2509                 flags with a closed folder. We only need UNSEEN and FLAGGED
2510                 to update the folderview.
2511
2512 2006-04-17 [colin]      2.1.1cvs3
2513
2514         * src/imap.c
2515                 Faster flag search when there are new mails 
2516                 in a folder. We can do a full search if the 
2517                 folder contains less messages than the new
2518                 list.
2519
2520 2006-04-17 [colin]      2.1.1cvs2
2521
2522         * po/cs.po
2523         * po/de.po
2524         * po/fr.po
2525         * po/nl.po
2526         * po/pt_BR.po
2527                 Update translations from stable branch
2528
2529 2006-04-17 [colin]      2.1.1cvs1
2530
2531         * configure.ac
2532                 Bump version to follow stable release
2533
2534 2006-04-16 [mones]      2.1.0cvs50
2535
2536         * po/es.po
2537                 Updated for release
2538
2539 2006-04-16 [colin]      2.1.0cvs49
2540
2541         * src/textview.c
2542                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2543                 with gtk < 2.8. Thanks to Fabien Vantard.
2544
2545 2006-04-15 [colin]      2.1.0cvs48
2546
2547         * src/etpan/imap-thread.c
2548                 Fix bug #919 (libetpan: SEGV when connecting 
2549                 using command)
2550
2551 2006-04-14 [colin]      2.1.0cvs47
2552
2553         * src/main.c
2554                 Fix race on --select (should be done better)
2555
2556 2006-04-14 [wwp]        2.1.0cvs46
2557
2558         * src/send_message.c
2559                 enforce a check for domain in account prefs (a sending
2560                 error could be faced if domain was checked but no value set),
2561                 thanks to Colin.
2562
2563 2006-04-14 [colin]      2.1.0cvs45
2564
2565         * src/codeconv.c
2566                 when converting from unknown to unknown, if the
2567                 string is UTF8, don't convert it to the locale
2568                 (which breaks it)
2569
2570 2006-04-14 [colin]      2.1.0cvs44
2571
2572         * src/compose.c
2573                 Don't try to use ASCII for converting headers
2574                 (as done in body)
2575
2576 2006-04-14 [paul]       2.1.0cvs43
2577
2578         * src/crash.c
2579                 add locale/charset info to crash report
2580         * src/gtk/about.c
2581                 add wwp to doc team
2582                 replace 'e-mail' with preferred 'email'
2583         * src/gtk/authors.h
2584                 ensure contributors list is in alphabetical
2585                 order
2586
2587 2006-04-13 [colin]      2.1.0cvs42
2588
2589         * src/textview.c
2590                 Prevent gdk warnings
2591
2592 2006-04-13 [colin]      2.1.0cvs41
2593
2594         * src/common/ssl_certificate.c
2595         * src/common/ssl_certificate.h
2596         * src/gtk/sslcertwindow.c
2597                 Warn on expired certs, and display the expiration date
2598
2599 2006-04-13 [colin]      2.1.0cvs40
2600
2601         * src/plugins/spamassassin/spamassassin_gtk.c
2602                 Fix missing set_text on unix socket
2603
2604 2006-04-13 [wwp]        2.1.0cvs39
2605
2606         * manual/fr/advanced.xml
2607         * manual/fr/glossary.xml
2608                 applied new spam/ham/email lexicon (pourriel, courriel)
2609
2610 2006-04-13 [paul]       2.1.0cvs38
2611
2612         * src/plugins/pgpmime/plugin.c
2613                 remove the mention of S/MIME from the
2614                 description. This is now handled by the
2615                 S/MIME plugin.
2616
2617 2006-04-13 [paul]       2.1.0cvs37
2618
2619         * src/prefs_msg_colors.c
2620                 rework dialog
2621         * src/prefs_folder_item.c
2622         * src/prefs_spelling.c
2623                 add a tooltip to the colour selector buttons
2624
2625 2006-04-13 [wwp]        2.1.0cvs36
2626
2627         * manual/advanced.xml
2628         * manual/glossary.xml
2629         * manual/handling.xml
2630         * manual/keyboard.xml
2631         * manual/plugins.xml
2632         * manual/starting.xml
2633         * manual/fr/account.xml
2634         * manual/fr/ack.xml
2635         * manual/fr/addrbook.xml
2636         * manual/fr/advanced.xml
2637         * manual/fr/faq.xml
2638         * manual/fr/glossary.xml
2639         * manual/fr/gpl.xml
2640         * manual/fr/handling.xml
2641         * manual/fr/intro.xml
2642         * manual/fr/keyboard.xml
2643         * manual/fr/plugins.xml
2644         * manual/fr/starting.xml
2645         * manual/fr/sylpheed-claws-manual.xml
2646                 fixes to the manuals:
2647                  - summaryview -> Message List (same in French)
2648                  - translate key names
2649                  - fix French punctuation, use non-breakable spaces when
2650                    necessary, don't use &thinsp; which is not portable
2651                  - tell what maildir and mbox formats we support
2652
2653 2006-04-12 [wwp]        2.1.0cvs35
2654
2655         * src/prefs_toolbar.c
2656                 unified a replace button more,
2657                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2658
2659 2006-04-12 [wwp]        2.1.0cvs34
2660
2661         * src/prefs_common.c
2662         * src/prefs_msg_colors.c
2663                 make default color labels translatable,
2664                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2665                 thanks to Tim <timbrain@post.cz> for reporting.
2666
2667 2006-04-12 [wwp]        2.1.0cvs33
2668
2669         * manual/glossary.xml
2670         * manual/intro.xml
2671         * manual/plugins.xml
2672         * manual/starting.xml
2673         * manual/sylpheed-claws-manual.xml
2674         * manual/fr/.cvsignore
2675         * manual/fr/account.xml
2676         * manual/fr/ack.xml
2677         * manual/fr/addrbook.xml
2678         * manual/fr/advanced.xml
2679         * manual/fr/faq.xml
2680         * manual/fr/glossary.xml
2681         * manual/fr/handling.xml
2682         * manual/fr/intro.xml
2683         * manual/fr/keyboard.xml
2684         * manual/fr/plugins.xml
2685         * manual/fr/starting.xml
2686         * manual/fr/sylpheed-claws-manual.xml
2687                 various fixes: typos, missing .fr translations, punctuation,
2688                 capitalization, links, accents and some bad French more.
2689
2690 2006-04-12 [wwp]        2.1.0cvs32
2691
2692         * src/prefs_gtk.c
2693                 fix for bug #935: always store prefs files in UTF-8 (thanks
2694                 to Colin).
2695
2696 2006-04-11 [colin]      2.1.0cvs31
2697
2698         * src/compose.c
2699                 Fix inserting files not in utf8 when locale is utf8
2700
2701 2006-04-11 [colin]      2.1.0cvs30
2702
2703         * src/inc.c
2704                 Don't show error dialog when cancelling connection
2705                 Patch by Pawel
2706
2707 2006-04-11 [cleroy]     2.1.0cvs29
2708
2709         * src/compose.c
2710                 Implement multiple quote levels
2711         * src/prefs_common.c
2712                 Change a little bit the quote bgcolor for 2nd level
2713
2714 2006-04-11 [colin]      2.1.0cvs28
2715
2716         * src/gtk/about.c
2717                 Add locale and charset in the label
2718
2719 2006-04-10 [colin]      2.1.0cvs27
2720
2721         * src/compose.c
2722         * src/prefs_common.c
2723         * src/prefs_common.h
2724         * src/prefs_msg_colors.c
2725         * src/textview.c
2726                 Allow optional background color in quotes
2727                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2728                 GTK+-2.8.x feature
2729
2730 2006-04-10 [colin]      2.1.0cvs26
2731
2732         * src/main.c
2733         * src/mainwindow.c
2734         * src/mainwindow.h
2735                 Implement --select
2736
2737 2006-04-10 [colin]      2.1.0cvs25
2738
2739         * manual/plugins.xml
2740         * manual/fr/plugins.xml
2741                 Document libcurl's proxy variables
2742
2743 2006-04-09 [colin]      2.1.0cvs24
2744
2745         * src/prefs_common.c
2746                 gettext() returns statically allocated stuff. We have
2747                 to strdup it in order to be able to free it.
2748
2749 2006-04-09 [colin]      2.1.0cvs23
2750
2751         * AUTHORS
2752         * src/gtk/authors.h
2753                 Add Alexei
2754
2755 2006-04-09 [colin]      2.1.0cvs22
2756
2757         * src/mainwindow.c
2758         * src/gtk/quicksearch.c
2759                 Fix bug #859 (problems with cyrilic input in 
2760                 search panel) - Patch by Alexey Illarionov 
2761                 <littlesavage@rambler.ru>
2762
2763 2006-04-09 [colin]      2.1.0cvs21
2764
2765         * src/prefs_customheader.c
2766                 I prefer removing then freeing rather than the contrary
2767                 (even if it doesn't change anything ;-)
2768         * src/prefs_account.c
2769                 Fix bug #933 (Crash re-entering the custom headers list 
2770                 dialog in accounts prefs)
2771                 The problem happened when cancelling the Account 
2772                 Preferences' dialogs - in which case we didn't do 
2773                 anything to the PrefsAccount * struct. In case of applying,
2774                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2775                 working with in this dialog. The problem is that 
2776                 prefs_customheader.c, working on this tmp_ac_prefs, always
2777                 changes the ->customhdr_list pointer, even when cancelled. 
2778                 So in case of cancelling the prefs_account dialog, we still
2779                 have to update ->customhdr_list in the real account.
2780
2781 2006-04-08 [colin]      2.1.0cvs20
2782
2783         * manual/fr/glossary.xml
2784         * manual/fr/keyboard.xml
2785                 Forgot some headers :)
2786
2787 2006-04-08 [colin]      2.1.0cvs19
2788
2789         * manual/Makefile.am
2790         * manual/fr/Makefile.am
2791         * manual/fr/account.xml
2792         * manual/fr/ack.xml
2793         * manual/fr/addrbook.xml
2794         * manual/fr/advanced.xml
2795         * manual/fr/faq.xml
2796         * manual/fr/glossary.xml
2797         * manual/fr/gpl.xml
2798         * manual/fr/handling.xml
2799         * manual/fr/intro.xml
2800         * manual/fr/keyboard.xml
2801         * manual/fr/plugins.xml
2802         * manual/fr/starting.xml
2803         * manual/fr/sylpheed-claws-manual.xml
2804         * manual/fr/dist/.cvsignore
2805         * manual/fr/dist/Makefile.am
2806         * manual/fr/dist/html/.cvsignore
2807         * manual/fr/dist/html/Makefile.am
2808         * manual/fr/dist/pdf/.cvsignore
2809         * manual/fr/dist/pdf/Makefile.am
2810         * manual/fr/dist/ps/.cvsignore
2811         * manual/fr/dist/ps/Makefile.am
2812         * manual/fr/dist/txt/.cvsignore
2813         * manual/fr/dist/txt/Makefile.am
2814                 Add the french translation of the manual. Thanks to
2815                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2816                 account.xml, ack.xml, addrbook.xml and advanced.xml
2817
2818 2006-04-08 [colin]      2.1.0cvs18
2819
2820         * manual/plugins.xml
2821         * manual/starting.xml
2822                 More fixes
2823
2824 2006-04-07 [colin]      2.1.0cvs17
2825
2826         * manual/faq.xml
2827         * manual/intro.xml
2828         * manual/keyboard.xml
2829                 Little fixes
2830
2831 2006-04-07 [colin]      2.1.0cvs16
2832
2833         * README
2834         * src/compose.c
2835         * src/prefs_common.c
2836         * src/prefs_common.h
2837                 Add hidden compose_no_markup pref
2838
2839 2006-04-07 [wwp]        2.1.0cvs15
2840
2841         * src/summary_search.c
2842         * .cvsignore
2843                 Bugfix: stop button was sticky when searching in an empty folder.
2844                 Applied curly brackets code style to the whole file (summary_search.c).
2845                 More files to ignore.
2846
2847 2006-04-07 [wwp]        2.1.0cvs14
2848
2849         * src/message_search.c
2850         * src/summary_search.c
2851                 changed default button when search bumps at file/folder
2852                 beginning or end, for convenience (thanks to Colin).
2853
2854 2006-04-07 [paul]       2.1.0cvs13
2855
2856         * src/plugins/dillo_viewer/dillo_prefs.c
2857                 avoid future potential for namespace collision
2858                 Patch by Colin
2859
2860 2006-04-06 [wwp]        2.1.0cvs12
2861
2862         * src/summary_search.c
2863                 Unify extended/advanced searches names (and thus factorize labels),
2864                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2865
2866 2006-04-06 [wwp]        2.1.0cvs11
2867
2868         * src/folderview.c
2869         * src/prefs_themes.c
2870         * src/summaryview.c
2871                 Fixed some compilation warnings.
2872
2873 2006-04-06 [colin]      2.1.0cvs10
2874
2875         * manual/advanced.xml
2876                 Document the wizard template and how to deploy
2877                 Sylpheed-Claws effectively
2878
2879 2006-04-06 [colin]      2.1.0cvs9
2880
2881         * src/folderview.c
2882                 gettext patch to tell translators about _("#"),
2883                 by Maxim Britov
2884
2885 2006-04-06 [colin]      2.1.0cvs8
2886
2887         * src/textview.c
2888                 Fix invalid GtkTextBIter after clicking "Display as text"
2889
2890 2006-04-06 [mones]      2.1.0cvs7
2891
2892         * src/addr_compl.c
2893         * src/addrindex.c
2894         * src/addritem.c
2895         * src/codeconv.c
2896         * src/compose.c
2897         * src/filtering.c
2898         * src/folder.c
2899         * src/folder_item_prefs.c
2900         * src/folderview.c
2901         * src/localfolder.c
2902         * src/matcher.c
2903         * src/mimeview.c
2904         * src/prefs_msg_colors.c
2905         * src/prefs_spelling.c
2906         * src/prefs_themes.c
2907         * src/procmime.c
2908         * src/procmsg.c
2909         * src/stock_pixmap.c
2910         * src/summaryview.c
2911         * src/textview.c
2912         * src/toolbar.c
2913         * src/common/mgutils.c
2914         * src/common/prefs.c
2915         * src/common/ssl_certificate.c
2916         * src/gtk/colorlabel.c
2917         * src/gtk/quicksearch.c
2918         * src/plugins/pgpmime/pgpmime.c
2919         * src/plugins/spamassassin/spamassassin.c
2920                 Removed redundant NULL checks for g_free() calls.
2921                 Patch by Pawel Pekala.
2922
2923 2006-04-06 [mones]      2.1.0cvs6
2924
2925         * src/prefs_actions.c
2926         * src/prefs_filtering.c
2927         * src/prefs_filtering_action.c
2928         * src/prefs_matcher.c
2929         * src/prefs_template.c
2930         * src/gtk/gtkutils.c
2931         * src/gtk/gtkutils.h
2932                 Have a nice replace button. Patch by Pawel Pekala
2933
2934 2006-04-06 [colin]      2.1.0cvs5
2935
2936         * src/addressbook.c
2937                 Fix crash with empty columns
2938
2939 2006-04-05 [colin]      2.1.0cvs4
2940
2941         * src/wizard.c
2942         * src/prefs_gtk.c
2943                 Allow wizard customization with pre-filled values
2944
2945 2006-04-05 [colin]      2.1.0cvs3
2946
2947         * src/textview.c
2948         * src/mimeview.c
2949         * src/mimeview.h
2950                 Nicer messages in mimeview
2951
2952 2006-04-05 [colin]      2.1.0cvs2
2953
2954         * src/addressbook.c
2955         * src/prefs_summaries.c
2956                 i18n fix
2957
2958 2006-04-05 [colin]      2.1.0cvs1
2959
2960         * src/plugins/pgpcore/plugin.c
2961         * src/plugins/pgpcore/select-keys.c
2962         * src/plugins/pgpcore/select-keys.h
2963         * src/plugins/pgpcore/sgpgme.c
2964         * src/plugins/pgpcore/sgpgme.h
2965         * src/plugins/pgpinline/pgpinline.c
2966         * src/plugins/pgpinline/plugin.c
2967         * src/plugins/pgpmime/pgpmime.c
2968         * src/plugins/pgpmime/plugin.c
2969                 Factorize and generalize a bit 
2970                 Drop S/MIME signature verification from PGP/MIME
2971                 (adding it as another, more complete plugin)
2972
2973 2006-04-05 [paul]       2.1.0
2974
2975         2.1.0 released
2976
2977 2006-04-05 [paul]       2.0.0cvs186
2978
2979         * manual/advanced.xml
2980                 add info on colour labels
2981
2982 2006-04-05 [paul]       2.0.0cvs185
2983
2984         * po/bg.po
2985         * po/cs.po
2986         * po/de.po
2987         * po/el.po
2988         * po/en_GB.po
2989         * po/fi.po
2990         * po/fr.po
2991         * po/it.po
2992         * po/nl.po
2993         * po/pl.po
2994         * po/pt_BR.po
2995         * po/sr.po
2996         * po/zh_CN.po
2997                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2998                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2999                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3000                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3001         * src/gtk/authors.h
3002         * tools/claws.i18n.status.pl
3003                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3004                 and new Czech translator, Tim <timbrain@post.cz>
3005
3006 2006-04-05 [mones]      2.0.0cvs184
3007
3008         * po/es.po
3009                 Updated translation
3010
3011 2006-04-05 [colin]      2.0.0cvs183
3012
3013         * src/gtk/quicksearch.c
3014                 Fix bug #929 (unnecessary reload in quick search bar)
3015
3016 2006-04-05 [colin]      2.0.0cvs182
3017
3018         * src/compose.c
3019                 Fix crash on Reply with no From:
3020                 Show signature and conversion error on queuing 
3021                 (but not sending)
3022         * src/mainwindow.c
3023         * src/summaryview.c
3024         * src/summaryview.h
3025                 Factorize threading code and make sure msginfo 
3026                 is not null when it comes from a GtkCTreeRow's 
3027                 data
3028         * src/gtk/gtkaspell.c
3029                 Check for necessary things
3030         * src/gtk/gtksctree.c
3031         * src/gtk/gtksctree.h
3032                 Reset anchor if necessary when removing node
3033
3034 2006-03-29 [colin]      2.0.0cvs181
3035
3036         * src/folderview.c
3037                 Warn for disabled IMAP accounts (due to lack of
3038                 libetpan). Breaks string-freeze - sorry - but it
3039                 is kind of important ;)
3040
3041 2006-03-28 [colin]      2.0.0cvs180
3042
3043         * src/gtk/gtkutils.c
3044         * src/gtk/gtkutils.h
3045                 Add a gtkut_get_link_btn() function that
3046                 creates a button which acts like an URI
3047         * src/prefs_themes.c
3048         * src/gtk/about.c
3049                 Use this function (factorizes codes)
3050         * src/common/defs.h
3051         * src/gtk/pluginwindow.c
3052                 Add a "Get more..." in the plugins window
3053
3054 2006-03-28 [colin]      2.0.0cvs179
3055
3056         * src/common/smtp.c
3057         * src/common/passcrypt.c
3058         * src/undo.c
3059                 Warning fixes. Patch by Pawel Pekala
3060
3061 2006-03-27 [colin]      2.0.0cvs178
3062
3063         * src/undo.c
3064                 Fix undoing by blocks with spaces
3065
3066 2006-03-27 [colin]      2.0.0cvs177
3067
3068         * src/textview.c
3069                 Set margin to 3px for headers
3070
3071 2006-03-27 [paul]
3072
3073         2.1.0-rc2 released
3074
3075 2006-03-27 [wwp]        2.0.0cvs176
3076
3077         * src/summaryview.c
3078                 don't reset quicksearch when updating the message list.
3079                 Thanks to Colin.
3080
3081 2006-03-26 [wwp]        2.0.0cvs175
3082
3083         * src/compose.c
3084                 use a unified border width ('other' tab in the compose window,
3085                 patch by Pawel Pekala).
3086
3087
3088 2006-03-26 [wwp]        2.0.0cvs174
3089
3090         * src/common/quoted-printable.c
3091         * src/addressbook.c
3092                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3093
3094 2006-03-26 [colin]      2.0.0cvs173
3095
3096         * src/quote_fmt_parse.y
3097                 Fix non-UTF8 date formats messing up the whole quote a 
3098                 little bit
3099
3100 2006-03-26 [colin]      2.0.0cvs172
3101
3102         * src/procheader.c
3103                 Make sure the date is UTF8 valid, or try to make it
3104                 so. IncrediMail is really IncrediStupid.
3105         * src/compose.c
3106                 Fix possible conversions. 
3107                 
3108
3109 2006-03-26 [colin]      2.0.0cvs171
3110
3111         * src/matcher.c
3112                 Fix corner cases in body search. This is still a
3113                 hack... It seems impossible to make it good and 
3114                 reasonably fast at the same time.
3115
3116 2006-03-26 [colin]      2.0.0cvs170
3117
3118         * src/summaryview.c
3119                 I think I killed the twilight zone bug!
3120                 summary_select_node() flushes GTK events in order
3121                 to be able to center the view. But this also 
3122                 flushes keypresses like Ctrl-Alt-U, so this can
3123                 call summary_show from summary_select_node (itself
3124                 called from summary_show, etc.). And the summaryview
3125                 has to be unlocked in this function. So just locking
3126                 while processing GTK events, and bailing if locked, 
3127                 should fix it.
3128                 Fixes bug #927 (SIGSEGV during Update Summary)
3129
3130 2006-03-25 [colin]      2.0.0cvs169
3131
3132         * src/matcher.c
3133                 Fix search in QP-encoded bodies
3134                 Fix utf-8 searches in bodies encoded in the
3135                 locale's encoding
3136         * src/common/quoted-printable.c
3137         * src/common/quoted-printable.h
3138                 Add a decode function that doesn't overwrite
3139                 the original pointer
3140                 
3141
3142 2006-03-24 [colin]      2.0.0cvs168
3143
3144         * src/action.c
3145         * src/summaryview.c
3146         * src/summaryview.h
3147                 Update message cache after action
3148                 Patch by H. Merijn Brand
3149         * src/prefs_msg_colors.c
3150                 Factorize label 
3151                 Patch by Fabien Vantard
3152         * src/plugins/spamassassin/spamassassin_gtk.c
3153                 Remove useless translation
3154                 Patch by Fabien Vantard
3155
3156 2006-03-23 [colin]      2.0.0cvs167
3157
3158         * src/common/ssl.c
3159                 Let 30 seconds to SSL_connect
3160
3161 2006-03-23 [wwp]        2.0.0cvs166
3162
3163         * src/summaryview.c
3164         * src/gtk/description_window.c
3165                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3166                 and headers are translated; adjust description windows' width to fit their
3167                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3168
3169 2006-03-23 [paul]       2.0.0cvs165
3170
3171         * src/common/utils.c
3172                 fix highlighting of URIs containing "()"
3173                 (2.0.0cvs164's reversal fixed)
3174                 Thanks to Colin.
3175
3176 2006-03-23 [paul]       2.0.0cvs164
3177
3178         * src/common/utils.c
3179                 revert patch, (postponing a fix), at 2.0.0cvs120
3180                 as it breaks more URIs than it fixes.
3181                 Allow '-' to be a terminating character in a URI
3182
3183 2006-03-22 [colin]      2.0.0cvs163
3184
3185         * configure.ac
3186                 Require libetpan 0.45
3187                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3188
3189 2006-03-22 [paul]       2.0.0cvs162
3190
3191         * src/editgroup.c
3192                 replace '<-' and '->' buttons with GTK_STOCK graphical
3193                 buttons
3194         * src/summary_search.c
3195                 don't offer '...' for translation
3196                 add a tooltip to advanced search '...' button
3197         * src/gtk/quicksearch.c
3198                 don't offer '...' for translation
3199
3200 2006-03-21 [colin]      2.0.0cvs161
3201
3202         * src/compose.c
3203                 Fix middle-click pasting (insert at click
3204                 position instead of cursor position, don't
3205                 remove existing selection and allow pasting
3206                 our own selection)
3207         * src/addressbook.c
3208                 "LDAP Server" -> "LDAP servers"
3209
3210 2006-03-21 [wwp]        2.0.0cvs160
3211
3212         * src/etpan/imap-thread.c
3213                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3214
3215 2006-03-20 [colin]      2.0.0cvs159
3216
3217         * src/summaryview.c
3218                 Don't reload summaryview after an execute with no
3219                 move action
3220
3221 2006-03-19 [colin]      2.0.0cvs158
3222
3223         * src/addressbook.c
3224                 and put groups at the top, always
3225
3226 2006-03-19 [colin]      2.0.0cvs157
3227
3228         * src/addressbook.c
3229                 Order groups before names, as previously
3230
3231 2006-03-19 [colin]      2.0.0cvs156
3232
3233         * src/addressbook.c
3234                 - Sort case-unsensitive
3235                 - Put the sort arrow at opening too
3236
3237 2006-03-19 [wwp]        2.0.0cvs155
3238
3239         * src/addressbook.c
3240                 allow sorting by name/email/remarks, ensure that right-pane's contents
3241                 matches the left-pane selection (cleared when appropriate).
3242                 Patch by Pawel Pekala <c0rn@o2.pl>.
3243
3244 2006-03-18 [colin]      2.0.0cvs154
3245
3246         * src/textview.c
3247                 Fix text cursor ;)
3248
3249 2006-03-18 [colin]      2.0.0cvs153
3250
3251         * src/gtk/filesel.c
3252                 Make sure we hide the preview if we didn't get
3253                 a filename
3254
3255 2006-03-18 [colin]      2.0.0cvs152
3256
3257         * src/summaryview.c
3258                 Set cursor to watch for execution (fixes lack
3259                 of watch-cursor when dnd'ing hundreds of mails)
3260         * src/gtk/filesel.c
3261                 Check that mime type is 'image/*' before updating
3262                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3263
3264 2006-03-18 [colin]      2.0.0cvs151
3265
3266         * src/mainwindow.c
3267         * src/textview.c
3268         * src/textview.h
3269                 Put a watch cursor in textview too when the mainwindow's
3270                 cursor in a watch
3271
3272 2006-03-18 [colin]      2.0.0cvs150
3273
3274         * src/folder.c
3275                 Change wrong asserts to simple tests
3276
3277 2006-03-17 [colin]      2.0.0cvs149
3278
3279         * src/mainwindow.c
3280         * src/mainwindow.h
3281         * src/prefs_msg_colors.c
3282         * src/summaryview.c
3283         * src/summaryview.h
3284         * src/gtk/colorlabel.c
3285         * src/gtk/colorlabel.h
3286                 Add a color label menu in the main menubar
3287                 Add (fixed) accels Ctrl-{0-7} to change the color
3288                 They have to be fixed because the menu's dynamic,
3289                 the items are complex widgets, hence we can't use
3290                 a GtkItemFactory.
3291
3292
3293 2006-03-17 [wwp]        2.0.0cvs148
3294
3295         * src/compose.c
3296                 rollback few lines from my previous commit (those lines come from
3297                 a pending patch, accidentally commited, even if neutral as they are
3298                 commented out).
3299
3300 2006-03-17 [wwp]        2.0.0cvs147
3301
3302         * src/compose.c
3303                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3304                 applied code style/indentation to the modified function.
3305
3306 2006-03-17 [wwp]        2.0.0cvs146
3307
3308         * src/procmsg.c
3309         * src/compose.c
3310                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3311
3312 2006-03-17 [paul]
3313
3314         2.1.0-rc1 released
3315
3316 2006-03-17 [paul]       2.0.0cvs145
3317
3318         * src/main.c
3319                 addressbook_read_file() was called twice
3320         * src/textview.c
3321                 X-Mailer highlighting
3322
3323 2006-03-16 [colin]      2.0.0cvs144
3324
3325         * src/sourcewindow.c
3326         * src/sourcewindow.h
3327                 And the last one, in source window.
3328
3329 2006-03-16 [colin]      2.0.0cvs143
3330
3331         * src/compose.c
3332         * src/compose.h
3333                 Fix the same stuff in compose
3334
3335 2006-03-16 [colin]      2.0.0cvs142
3336
3337         * src/messageview.c
3338                 Complete the previous messageview crash fix
3339
3340 2006-03-16 [colin]      2.0.0cvs141
3341
3342         * src/procmsg.h
3343         * src/procmsg.c
3344         * src/folder.c
3345                 Fix POSTPROCESSING hook
3346                 Patch by H. Merijn Brand
3347
3348         * src/procmime.c
3349         * src/procmime.h
3350                 Parse Content-Location
3351
3352         * src/toolbar.c
3353         * src/messageview.c
3354         * src/messageview.h
3355                 Don't crash when a top-level MessageView has
3356                 been closed on us. Same problematic than
3357                 yesterday's quicksearch issue.
3358
3359 2006-03-15 [colin]      2.0.0cvs140
3360
3361         * src/gtk/quicksearch.c
3362                 Fix a bitchy race we didn't think about when we
3363                 added quicksearch cancellation:
3364                 If the search is not on cached fields, for example
3365                 body_part matchcase "stuff"
3366                 the matcher code has to get the whole message. If
3367                 we're on IMAP, that can be slow, and in order to
3368                 be non-blocking, the IMAP code idle loop processes
3369                 gtk events too. So it is possible to cancel a
3370                 quicksearch while the matcher is getting the mail's
3371                 body. After matcher got its body, it will start to
3372                 iterate over the matcher list that the Quicksearch's
3373                 clear_search_cb() just freed via prepare_matcher().
3374                 SIGSEGV ensues.
3375                 The fix consists of guarding the matcherlist_match()
3376                 call with a boolean 'matching'. If we reset the
3377                 quicksearch while matching is TRUE, we don't free
3378                 the matcherlist anymore like we did, but we set
3379                 another new flag, deferred_free, to TRUE. Then,
3380                 in quicksearch_match(), just after returning from
3381                 matcherlist_match() and unsetting the matching flag,
3382                 we check the deferred_free flag and do the
3383                 prepare_matcher() (which does the matcherlist_free)
3384                 for real, so we free the matcherlist once it's not
3385                 used anymore.
3386                 As all of this runs via the glib main loop, we
3387                 luckily don't need a mutex.
3388         * src/summaryview.c
3389                 Also, show progress while searching.
3390
3391
3392 2006-03-14 [colin]      2.0.0cvs139
3393
3394         * src/alertpanel.c
3395                 Make alertpanel_is_open non-static
3396
3397 2006-03-14 [colin]      2.0.0cvs138
3398
3399         * src/prefs_spelling.c
3400                 Cleanups - Fabien Vantard
3401
3402 2006-03-14 [wwp]        2.0.0cvs137
3403
3404         * src/main.c
3405                 code style normalization (curly braces, indentation).
3406
3407 2006-03-14 [wwp]        2.0.0cvs137
3408
3409         * src/main.c
3410                 code style (braces, indentation)
3411
3412 2006-03-12 [paul]       2.0.0cvs136
3413
3414         * src/prefs_common.c
3415                 trans_hdr defaults to FALSE to be RFC-savvy
3416         * src/prefs_summaries.c
3417                 add a tooltip to the trans_hdr option
3418                 
3419
3420 2006-03-12 [paul]       2.0.0cvs135
3421
3422         * src/prefs_matcher.c
3423                 give a little more width to the combos
3424         * src/prefs_display_header.c
3425         * src/textview.c
3426                 translate headers if prefs_common.trans_hdr
3427                 is TRUE
3428
3429         Patches by Pawel Pekala
3430
3431 2006-03-12 [paul]       2.0.0cvs134
3432
3433         * src/plugins/clamav/clamav_plugin.c
3434         * src/plugins/dillo_viewer/dillo_viewer.c
3435         * src/plugins/pgpcore/plugin.c
3436         * src/plugins/pgpinline/plugin.c
3437         * src/plugins/pgpmime/plugin.c
3438         * src/plugins/spamassassin/spamassassin.c
3439                 update/add to descriptions
3440         * src/plugins/spamassassin/spamassassin_gtk.c
3441                 fixes to the english, remove superfluous
3442                 tooltips, clean up a little
3443
3444 2006-03-12 [paul]       2.0.0cvs133
3445
3446         * src/compose.c
3447                 fix Bug 924, 'Account combo box shows up wrong 
3448                 if & is in account name'
3449
3450 2006-03-11 [colin]      2.0.0cvs132
3451
3452         * src/summaryview.c
3453                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3454                 messed up shift-selection because is slows down
3455                 moving around summaryview. thanks -users
3456
3457 2006-03-10 [colin]      2.0.0cvs131
3458
3459         * src/plugins/spamassassin/spamassassin_gtk.c
3460                 Put back Paul's engrish fixes
3461
3462 2006-03-10 [colin]      2.0.0cvs130
3463
3464         * src/plugins/spamassassin/spamassassin.c
3465         * src/plugins/spamassassin/spamassassin.h
3466         * src/plugins/spamassassin/spamassassin_gtk.c
3467                 Cleanup SA prefs page (more)
3468                 Patch by Fabien Vantard
3469
3470 2006-03-10 [paul]       2.0.0cvs129
3471
3472         * src/prefs_msg_colors.c
3473         * src/prefs_spelling.c
3474                 widget sensitivity
3475
3476 2006-03-09 [mones]      2.0.0cvs128
3477
3478         * po/es.po
3479                 Update for next RC
3480
3481 2006-03-09 [wwp]        2.0.0cvs127
3482
3483         * configure.ac
3484                 revert accidental commit (requirement for libetpan 0.43), this time
3485                 not in HEAD.
3486
3487 2006-03-09 [wwp]        2.0.0cvs125
3488
3489         * configure.ac
3490                 revert accidental commit (requirement for libetpan 0.43)
3491
3492 2006-03-09 [paul]       2.0.0cvs126
3493
3494         * src/prefs_receive.c
3495                 remove useless frame
3496                 replace 'incorporation' with 'receiving'
3497         * src/plugins/clamav/clamav_plugin_gtk.c
3498         * src/plugins/spamassassin/spamassassin_gtk.c
3499                 improve widget sensitivity
3500                 fix a bit his engrish
3501
3502 2006-03-09 [wwp]        2.0.0cvs125
3503
3504         * src/addressadd.c
3505         * src/foldersel.c
3506         * src/prefs_common.c
3507         * src/prefs_common.h
3508                 remember some more windows' sizes (add to addressbook and
3509                 select folder).
3510
3511 2006-03-09 [paul]       2.0.0cvs124
3512
3513         * src/plugins/pgpcore/prefs_gpg.c
3514                 normalise construction of dialogue
3515
3516 2006-03-09 [paul]       2.0.0cvs123
3517
3518         * src/plugins/trayicon/Makefile.am
3519                 add missing slash
3520
3521 2006-03-08 [colin]      2.0.0cvs122
3522
3523         * src/plugins/trayicon/Makefile.am
3524                 Fix build in separate dir 
3525                 Patch by Bamanzi <bamanzi@gmail.com>
3526
3527 2006-03-08 [colin]      2.0.0cvs121
3528
3529         * src/procmsg.c
3530                 Batch move and copies from summaryview with delayed execution
3531                 too
3532
3533 2006-03-07 [paul]       2.0.0cvs120
3534
3535         * src/common/utils.c
3536                 fix highlighting of URIs containing "()"
3537                 Patch by Pawel Pekala
3538
3539 2006-03-07 [paul]       2.0.0cvs119
3540
3541         * src/folder.c
3542         * src/folder.h
3543         * src/folderview.c
3544                 immediately do alphabetical resort when
3545                 changing a folder's name
3546                 Patch by Pawel Pekala
3547
3548 2006-03-07 [paul]       2.0.0cvs118
3549
3550         * src/news.c
3551         * src/news_gtk.c
3552                 when unsubscribing a newsgroup, remove the
3553                 folder and msgs in .sylpheed-claws/newscache
3554                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3555
3556 2006-03-07 [paul]       2.0.0cvs117
3557
3558         * src/textview.c
3559                 fix wrong Fake URL Warning
3560                 Thanks to Hiro
3561
3562 2006-03-07 [colin]      2.0.0cvs116
3563
3564         * src/imap.c
3565                 Return immediately when password dialog was
3566                 cancelled
3567         * src/gtk/inputdialog.c
3568                 Allow empty strings for passwords
3569
3570
3571 2006-03-06 [colin]      2.0.0cvs115
3572
3573         * src/imap.c
3574                 Prevent double-timeouts when connection fails
3575
3576 2006-03-06 [colin]
3577
3578         2.0.1-rc1 released
3579
3580 2006-03-06 [colin]      2.0.0cvs114
3581
3582         * src/imap.c
3583                 Refresh session during potentially long
3584                 operations
3585
3586 2006-03-06 [wwp]        2.0.0cvs113
3587
3588         * src/prefs_msg_colors.h
3589                 forgot that one (custom color labels).
3590
3591 2006-03-06 [wwp]        2.0.0cvs112
3592
3593         * src/prefs_common.c
3594         * src/prefs_common.h
3595         * src/prefs_msg_colors.c
3596         * src/summaryview.c
3597         * src/summaryview.h
3598         * src/gtk/colorlabel.c
3599         * src/gtk/colorlabel.h
3600                 colors in messages list are now customizable. Color values and names can
3601                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3602                 Thanks to Paul and Colin for their help with this longstanding patch!
3603
3604 2006-03-06 [wwp]        2.0.0cvs111
3605
3606         * src/textview.c
3607                 don't crash if (x)face is bad.
3608
3609 2006-03-05 [paul]       2.0.0cvs110
3610
3611         * AUTHORS
3612         * configure.ac
3613         * src/Makefile.am
3614         * src/common/Makefile.am
3615         * src/common/utils.h
3616         * src/etpan/imap-thread.c
3617         * src/gtk/authors.h
3618         * src/plugins/clamav/Makefile.am
3619         * src/plugins/demo/Makefile.am
3620         * src/plugins/dillo_viewer/Makefile.am
3621         * src/plugins/pgpcore/Makefile.am
3622         * src/plugins/pgpcore/passphrase.c
3623         * src/plugins/pgpinline/Makefile.am
3624         * src/plugins/pgpmime/Makefile.am
3625         * src/plugins/spamassassin/Makefile.am
3626         * src/plugins/trayicon/Makefile.am
3627                 fix builiding on cygwin
3628                 Patch by Ralgh Young <bamanzi@gmail.com>
3629
3630 2006-03-04 [wwp]        2.0.0cvs109
3631
3632         * manual/keyboard.xml
3633                 fix mixed up/down keys.
3634
3635 2006-03-04 [wwp]        2.0.0cvs108
3636
3637         * README
3638         * INSTALL
3639                 updated links to SpamAssassin.
3640
3641 2006-03-04 [wwp]        2.0.0cvs107
3642
3643         * manual/plugins.xml
3644         * src/plugins/spamassassin/README
3645                 updated SpamAssassin plugin docs to reflect new functional additions
3646                 (also fix/update/documents few technical stuff more, see the README).
3647
3648 2006-03-04 [wwp]        2.0.0cvs106
3649
3650         * src/prefs_message.c
3651                 normalized capitalization of message-prefs paths.
3652
3653 2006-03-04 [wwp]        2.0.0cvs105
3654
3655         * manual/advanced.xml
3656                 typo.
3657
3658 2006-03-03 [colin]      2.0.0cvs104
3659
3660         * src/plugins/clamav/clamav_plugin_gtk.c
3661                 Rework prefs page, patch by Fabien 
3662
3663 2006-03-03 [colin]      2.0.0cvs103
3664
3665         * src/plugins/clamav/clamav_plugin.c
3666                 Set error on all errors
3667
3668 2006-03-03 [colin]      2.0.0cvs102
3669
3670         * src/common/plugin.c
3671                 Initialize error to avoid crashing when a plugin fails
3672                 without setting error
3673
3674 2006-03-02 [wwp]        2.0.0cvs101
3675
3676         * configure.ac
3677                 fixed linker flags for libetpan support on Cygwin
3678                 (thanks to H.Merijn Brand).
3679
3680 2006-03-02 [wwp]        2.0.0cvs100
3681
3682         * src/addressbook.c
3683                 fix some AB error messages: one for punctuation and
3684                 one wrongly duplicate (thanks, maxbritov).
3685
3686 2006-03-02 [wwp]        2.0.0cvs99
3687
3688         * src/plugins/spamassassin/spamassassin.c
3689                 make sync calls to sa-learn/spamc to prevent
3690                 system (whatever local or client/server) overload.
3691
3692 2006-03-02 [colin]      2.0.0cvs98
3693
3694         * src/summaryview.c
3695                 Put the spam icon in the status column instead of the
3696                 mark one
3697
3698 2006-03-01 [colin]      2.0.0cvs97
3699
3700         * src/plugins/spamassassin/spamassassin.c
3701                 Fix segfault (g_file_set_contents fails for some 
3702                 reason and err==0x2f. Can't find out why with
3703                 valgrind, using working function :-)
3704
3705 2006-03-01 [colin]      2.0.0cvs96
3706
3707         * src/inc.c
3708                 Offline overriding: let 'No' be cached only 3 seconds
3709
3710 2006-03-01 [colin]      2.0.0cvs95
3711
3712         * src/addr_compl.c
3713         * src/addrbook.c
3714         * src/addressbook.c
3715         * src/addrindex.c
3716         * src/folder_item_prefs.c
3717         * src/headerview.c
3718         * src/imap.c
3719         * src/inc.c
3720         * src/ldif.c
3721         * src/mainwindow.c
3722         * src/mh.c
3723         * src/msgcache.c
3724         * src/prefs_common.h
3725         * src/prefs_msg_colors.c
3726         * src/procheader.c
3727         * src/procheader.h
3728         * src/procmime.c
3729         * src/procmsg.c
3730         * src/procmsg.h
3731         * src/send_message.h
3732         * src/simple-gettext.c
3733         * src/summaryview.c
3734         * src/summaryview.h
3735         * src/syldap.c
3736         * src/textview.c
3737         * src/undo.c
3738         * src/common/ssl_certificate.c
3739         * src/common/utils.c
3740         * src/gtk/colorsel.c
3741         * src/gtk/gtksctree.c
3742         * src/gtk/gtkshruler.c
3743         * src/plugins/trayicon/trayicon.c
3744                 #if 0 goes to /dev/null
3745
3746 2006-03-01 [colin]      2.0.0cvs94
3747
3748         * src/compose.c
3749         * src/imap.c
3750         * src/inc.c
3751         * src/inc.h
3752         * src/messageview.c
3753         * src/news.c
3754         * src/plugins/spamassassin/spamassassin.c
3755                 Allow to add information in the "working offline"
3756                 window
3757
3758 2006-03-01 [wwp]        2.0.0cvs93
3759
3760         * src/plugins/spamassassin/spamassassin.c
3761                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3762                 'cause it seems that calling `spamc ... < inputfile` with
3763                 g_spawn_(a)sync simply.. erm doesn't work :-).
3764
3765 2006-03-01 [wwp]        2.0.0cvs92
3766
3767         * src/toolbar.c
3768         * src/toolbar.h
3769                 simplify the adding of spam/ham button to the messageview toolbar
3770                 (it gets more clear now that the same button will be "Mark as spam"
3771                 or "Mark as ham" according to the current message status,
3772                 thanks to Colin).
3773
3774 2006-03-01 [wwp]        2.0.0cvs91
3775
3776         * src/messageview.c
3777         * src/procmsg.c
3778         * src/procmsg.h
3779         * src/summaryview.c
3780         * src/plugins/spamassassin/spamassassin.c
3781         * src/plugins/spamassassin/spamassassin.h
3782                 make learner callbacks return a status (0 for ok),
3783                 handle it in main code to avoid setting flags when learning failed,
3784                 don't learn on TCP if offline in spamassassin,
3785                 thanks to Colin.
3786
3787                 
3788
3789 2006-03-01 [wwp]        2.0.0cvs90
3790
3791         * src/compose.c
3792                 some work around the compose window's account menu,
3793                 patch by Fabien Vantard.
3794
3795 2006-03-01 [wwp]        2.0.0cvs89
3796
3797         * src/plugins/spamassassin/spamassassin.c
3798                 fixed bad logics, was using spamc in local mode and sa-learn
3799                 in remote mode (thanks, Colin).
3800
3801 2006-03-01 [wwp]        2.0.0cvs88
3802
3803         * src/plugins/spamassassin/spamassassin.c
3804         * src/plugins/spamassassin/spamassassin.h
3805         * src/plugins/spamassassin/spamassassin_gtk.c
3806                 made processing of emails w/ sa-plugin an option (default is TRUE),
3807                 fixed Engrish some tooltips, capitalization of some debug messages
3808                 and warnings. The spamassassin plugin now provides two separate
3809                 services: process emails upon incorporation and spamd training.
3810                 Both services (un)register independently but use some common
3811                 plugin settings (transport settings, spam storage location).
3812
3813 2006-02-28 [wwp]        2.0.0cvs87
3814
3815         * src/plugins/spamassassin/spamassassin.c
3816                 fix async flag to spamc cmdline execution (batch exec should
3817                 be asynchronous).
3818
3819 2006-02-27 [wwp]        2.0.0cvs86
3820
3821         * src/plugins/spamassassin/spamassassin.c
3822         * src/plugins/spamassassin/spamassassin.h
3823         * src/plugins/spamassassin/spamassassin_gtk.c
3824                 - added the ability to learn a remote spamassassin server (spamd),
3825                 using spamc.
3826                 - added the spamassassin option 'username', that applies to all
3827                 spamassassin operations (filtering, learning, local or remote).
3828                 The default username is the current unix user (if left blank
3829                 from gtk prefs or config file).
3830                 - commented out some unused code (notebook widget), removed unused
3831                 layout (hbox1).
3832                 - make more widgets sensitive to the transport type.
3833
3834 2006-02-27 [colin]      2.0.0cvs85
3835
3836         * src/plugins/spamassassin/spamassassin.c
3837                 Fix sa-learn call when offline
3838
3839 2006-02-27 [colin]      2.0.0cvs84
3840
3841         * configure.ac
3842         * src/Makefile.am
3843         * src/mainwindow.c
3844         * src/mainwindow.h
3845         * src/messageview.c
3846         * src/messageview.h
3847         * src/prefs_toolbar.c
3848         * src/procmsg.c
3849         * src/stock_pixmap.c
3850         * src/stock_pixmap.h
3851         * src/summaryview.c
3852         * src/toolbar.c
3853         * src/toolbar.h
3854         * src/pixmaps/ham_btn.xpm
3855         * src/pixmaps/spam.xpm
3856         * src/pixmaps/spam_btn.xpm
3857         * src/plugins/spamassassin/spamassassin.c
3858                 Add button in toolbar for spam learning
3859                 Fix a few bugs from the last related commit
3860                 Revert 1.9.6cvs23 which messed up shift-selection
3861
3862 2006-02-24 [colin]      2.0.0cvs83
3863
3864         * src/procmsg.c
3865         * src/summaryview.c
3866         * src/summaryview.h
3867         * src/plugins/spamassassin/spamassassin.c
3868         * src/plugins/spamassassin/spamassassin.h
3869         * src/plugins/spamassassin/spamassassin_gtk.c
3870                 Unregister learner when spamassassin is either
3871                 disabled or over tcp
3872
3873 2006-02-24 [colin]      2.0.0cvs82
3874
3875         * src/Makefile.am
3876         * src/mainwindow.c
3877         * src/mainwindow.h
3878         * src/procmsg.c
3879         * src/procmsg.h
3880         * src/stock_pixmap.c
3881         * src/stock_pixmap.h
3882         * src/summaryview.c
3883         * src/summaryview.h
3884         * src/gtk/icon_legend.c
3885         * src/pixmaps/spam.xpm  ** NEW FILE **
3886         * src/plugins/spamassassin/spamassassin.c
3887         * src/plugins/spamassassin/spamassassin_gtk.c
3888                 Add spam learning interface (Mark/Mark as 
3889                 (spam|ham) menus)
3890
3891 2006-02-24 [wwp]        2.0.0cvs81
3892
3893         * src/compose.c
3894         * src/compose.h
3895         * src/filtering.c
3896                 hide compose window when sending message in batch mode
3897                 (filtering: forward and redirect). Also fixed a wrong
3898                 value returned when sending failed, neutral anyway.
3899                 (Colin, me) 
3900
3901 2006-02-24 [wwp]        2.0.0cvs80
3902
3903         * src/mainwindow.c
3904                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3905
3906 2006-02-24 [paul]       2.0.0cvs79
3907
3908         * src/news.c
3909         * src/news.h
3910         * src/news_gtk.c
3911                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3912                 Thanks to Colin
3913
3914 2006-02-23 [colin]      2.0.0cvs78
3915
3916         * src/alertpanel.c
3917                 Change OK to Close in alertpanel with View log
3918                 button; add accel to View log. Patch by Fabien
3919                 Vantard
3920
3921 2006-02-23 [wwp]        2.0.0cvs77
3922
3923         * src/compose.c
3924                 silly me, there were much more tests to perform, since toolbars can
3925                 really have down to 1 element only.
3926
3927 2006-02-23 [wwp]        2.0.0cvs76
3928
3929         * commitHelper
3930                 fixed indentation from my previous commit. Fallback to VISUAL if
3931                 EDITOR is not set (and to vi, at last resort).
3932
3933 2006-02-23 [wwp]        2.0.0cvs75
3934
3935         * commitHelper
3936                 improved error detection (Colin, me).
3937
3938 2006-02-23 [wwp]        2.0.0cvs74
3939
3940         * src/prefs_toolbar.c
3941                 simplify and fix prefs/toolbars layouting. Combos' contents can
3942                 now be really displayed.
3943
3944 2006-02-23 [wwp]        2.0.0cvs73
3945         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3946         be really displayed.
3947
3948 2006-02-22 [wwp]        2.0.0cvs72
3949
3950         * src/compose.c
3951                 fix a typo in my previous commit (sorry!).
3952
3953 2006-02-22 [wwp]        2.0.0cvs71
3954
3955         * src/prefs_toolbar.c
3956                 fix a crash when adding separators to toolbars,
3957                 also fix some separator item information.
3958
3959 2006-02-22 [wwp]        2.0.0cvs70
3960
3961         * src/compose.c
3962                 fix a crash when redirecting (for instance) when compose window's
3963                 toolbar contents has been customized (when some buttons have been
3964                 removed in fact).
3965
3966 2006-02-21 [wwp]        2.0.0cvs69
3967
3968         * src/summaryview.c
3969         * src/gtk/pluginwindow.c
3970         * src/plugins/pgpcore/prefs_gpg.c
3971                 fix some compilation warnings (feat. remains of removed code).
3972
3973 2006-02-21 [wwp]        2.0.0cvs68
3974
3975         * src/gtk/gtkutils.c
3976                 fix two compilation issues, thanks to Stephan Sachse.
3977
3978 2006-02-20 [colin]      2.0.0cvs67
3979
3980         * src/mainwindow.c
3981                 Don't reselect displayed mail on refocus
3982                 This fixes actions misbehaving 
3983
3984 2006-02-20 [wwp]        2.0.0cvs66
3985
3986         * src/summaryview.c
3987         * src/gtk/gtksctree.c
3988         * src/gtk/gtkshruler.c
3989                 changed more runtime typecast checks.
3990
3991 2006-02-20 [wwp]        2.0.0cvs65
3992
3993         * src/summary_search.c
3994                 find all - summaryview refresh issue fixed, thanks to Colin.
3995
3996 2006-02-20 [wwp]        2.0.0cvs64
3997
3998         * src/gtk/gtkutils.c
3999                 better runtime typecast checks.
4000
4001 2006-02-20 [wwp]        2.0.0cvs63
4002
4003         * src/summary_search.c
4004                 enhancements to the summary search:
4005                         - add the ability to stop the running search
4006                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4007                         - don't search if no criteria (From/To/Subject/Body) is set
4008                         - ensure that a busy mouse pointer is always shown when searching,
4009                           show it even a bit earlier
4010
4011 2006-02-19 [colin]      2.0.0cvs62
4012
4013         * src/compose.c
4014         * src/imap.c
4015         * src/etpan/imap-thread.c
4016         * src/etpan/imap-thread.h
4017                 (Future) IMAP speed improvement on sending
4018                 Will require a libetpan update
4019         * src/summaryview.c
4020         * src/gtk/quicksearch.c
4021                 Make quicksearch clearable while running.
4022
4023 2006-02-17 [colin]      2.0.0cvs61
4024
4025         * src/imap.c
4026         * src/etpan/imap-thread.c
4027         * src/etpan/imap-thread.h
4028                 Check for IMAP certificates
4029                 ** Requires libetpan-0.42-cvs4 
4030                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4031
4032 2006-02-17 [colin]      2.0.0cvs60
4033
4034         * src/messageview.c
4035         * src/prefs_common.c
4036         * src/prefs_common.h
4037         * src/prefs_message.c
4038                 Add pref to display HTML-only mails with plugin, 
4039                 if possible (defaulting to FALSE of course).
4040
4041 2006-02-16 [colin]      2.0.0cvs59
4042
4043         * src/main.c
4044         * src/common/plugin.c
4045         * src/common/plugin.h
4046         * src/gtk/pluginwindow.c
4047                 Keep track of requested (but unloaded) plugins
4048                 in some error cases.
4049
4050 2006-02-16 [wwp]        2.0.0cvs58
4051
4052         * src/gtk/gtkaspell.c
4053         * src/gtk/gtkaspell.h
4054         * src/prefs_spelling.c
4055         * src/compose.c
4056         * src/prefs_common.c
4057         * src/prefs_common.h
4058                 implemented new optional spellchecker behaviour: re-check message when
4059                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4060
4061 2006-02-16 [wwp]        2.0.0cvs57
4062
4063         * src/quote_fmt_parse.y
4064                 pclose popen'ed pipe.
4065
4066 2006-02-15 [colin]      2.0.0cvs56
4067
4068         * src/mimeview.c
4069         * src/mimeview.h
4070                 Let MimeViewers know which MimeView they
4071                 depend of.
4072         * src/summaryview.c
4073                 Swap From/To columns in Sent/Queue/Drafts
4074                 folders
4075         * src/etpan/imap-thread.c
4076                 Use mailstream_low_tls_open() for STARTTLS
4077                 instead of mailstream_low_ssl_open()
4078                 ** REQUIRES libetpan 0.42cvs3 **
4079
4080 2006-02-15 [wwp]        2.0.0cvs55
4081
4082         * src/compose.c
4083         * src/compose.h
4084         * src/message_search.c
4085         * src/message_search.h
4086         * src/textview.c
4087         * src/gtk/gtkutils.c
4088         * src/gtk/gtkutils.h
4089                 added the ability to Find text in the compose window (and a bit
4090                 of code factorization).
4091
4092 2006-02-15 [wwp]        2.0.0cvs54
4093
4094         * src/prefs_gtk.c
4095                 yet another one file was missing (fix for some widgets' sensitivity).
4096                 Thanks Colin!
4097
4098 2006-02-15 [wwp]        2.0.0cvs53
4099
4100         * src/prefs_gtk.h
4101                 oops forgot that file (fix for some widgets' sensitivity).
4102
4103 2006-02-15 [wwp]        2.0.0cvs52
4104
4105         * src/summary_search.c
4106                 implemented advanced summary search options (added the ability
4107                 to use matcher conditions in an advanced search mode).
4108
4109 2006-02-15 [wwp]        2.0.0cvs51
4110
4111         * src/plugins/pgpcore/prefs_gpg.c
4112         * src/prefs_account.c
4113                 fix some widget sensitivity, mostly around some labels in
4114                 account prefs.
4115
4116 2006-02-15 [paul]       2.0.0cvs50
4117
4118         * manual/advanced.xml
4119                 improve Templates info
4120                 written by wwp
4121
4122 2006-02-14 [colin]      2.0.0cvs49
4123
4124         * src/pixmaps/address_book.xpm
4125         * src/pixmaps/preferences.xpm
4126         * src/pixmaps/properties.xpm
4127                 Fix pixmap size - patch by Fabien Vantard
4128
4129 2006-02-13 [colin]      2.0.0cvs48
4130
4131         * src/procmime.c
4132                 Add missing fclose()s on error
4133         * src/textview.c
4134                 Remove unused code
4135         * src/common/utils.c
4136                 Fix temp files not being deleted on windows
4137         Patches by Thomas Gilgin
4138
4139 2006-02-13 [colin]      2.0.0cvs47
4140
4141         * src/mainwindow.c
4142                 Fix exit crash
4143
4144 2006-02-13 [wwp]        2.0.0cvs46
4145
4146         * src/plugins/pgpcore/prefs_gpg.c
4147                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4148
4149 2006-02-12 [colin]      2.0.0cvs45
4150
4151         * src/folderview.c
4152         * src/main.c
4153         * src/mainwindow.c
4154                 Fix "stuff" when quitting
4155
4156 2006-02-12 [wwp]        2.0.0cvs44
4157
4158         * src/prefs_themes.c
4159                 fix typos in debug messages.
4160
4161 2006-02-11 [colin]      2.0.0cvs43
4162
4163         * src/summaryview.c
4164                 don't allow drag/drop from ourself
4165
4166 2006-02-10 [wwp]        2.0.0cvs42
4167
4168         * src/exporthtml.c
4169         * src/html.c
4170         * src/html.h
4171         * src/procmime.c
4172         * src/textview.c
4173                 renamed html_ prefixed functions and data structures to avoid
4174                 namespace clashes w/ other software (gtkhtml2 for instance).
4175                 Closes bug #907.
4176
4177
4178 2006-02-09 [colin]      2.0.0cvs41
4179
4180         * src/summaryview.c
4181                 Fix shitty logic messed up. Thanks Ticho for the hint!
4182
4183 2006-02-09 [wwp]        2.0.0cvs40
4184
4185         * src/gtk/about.c
4186         * src/compose.c
4187         * src/prefs_account.c
4188         * src/prefs_gtk.h
4189         * src/editaddress.c
4190                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4191                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4192                 Browse buttons in accounts prefs.
4193
4194 2006-02-09 [colin]      2.0.0cvs39
4195
4196         * src/matcher.c
4197                 Check for pointer before using its members
4198         * src/gtk/gtksourceprintjob.c
4199                 Fix a wrong warning
4200
4201 2006-02-09 [wwp]        2.0.0cvs38
4202
4203         * src/gtk/filesel.c
4204                 fix few compiler warnings (type mismatch).
4205
4206 2006-02-09 [paul]       2.0.0cvs37
4207
4208         * po/fr.po
4209                 updated by Fabien Vantard
4210
4211 2006-02-08 [colin]      2.0.0cvs36
4212
4213         * src/prefs_common.c
4214         * src/common/defs.h
4215         * src/common/plugin.c
4216                 allow windows and linux configurations to coexist
4217                 patch by Thomas Gilgin
4218
4219 2006-02-08 [colin]      2.0.0cvs35
4220
4221         * src/filtering.c
4222         * src/matcher.c
4223         * src/matcher.h
4224         * src/matcher_parser_parse.y
4225         * src/prefs_filtering_action.c
4226         * src/prefs_matcher.c
4227                 Add the "Ignore thread" filtering
4228                 action
4229
4230 2006-02-08 [colin]      2.0.0cvs34
4231
4232         * src/compose.c
4233         * src/procmime.c
4234         * src/procmime.h
4235                 Fix bug #905 (damaged attachment)
4236                 text files with raw \0's aren't really text files
4237         FOR_STABLE
4238
4239 2006-02-08 [colin]      2.0.0cvs33
4240
4241         * src/summaryview.c
4242                 Fix crasher introduced yesterday
4243
4244 2006-02-08 [wwp]        2.0.0cvs32
4245
4246         * src/compose.c
4247         * src/compose.h
4248                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4249
4250 2006-02-08 [wwp]        2.0.0cvs31
4251
4252         * src/prefs_template.c
4253                 templates enhancement: allow address completion for Cc and Bcc fields
4254                 (it was currently possible for the To field only)
4255
4256 2006-02-08 [colin]      2.0.0cvs30
4257
4258         * src/compose.c
4259                 Don't unblock if not blocked
4260         FOR_STABLE
4261
4262 2006-02-07 [colin]      2.0.0cvs29
4263
4264         * src/action.c
4265                 Forgot to refresh summaryview
4266
4267 2006-02-07 [colin]      2.0.0cvs28
4268
4269         * src/action.c
4270                 Freeze/thaw message list and folder list while
4271                 processing %as{} actions 
4272         * src/compose.c
4273                 Fix auto-wrap disabling after a middle-click
4274                 paste - FOR_STABLE
4275
4276 2006-02-07 [paul]       2.0.0cvs27
4277
4278         * src/folder.c
4279                 fix freeing of uninitialised pointers
4280                 Thanks to Colin
4281
4282 2006-02-06 [colin]      2.0.0cvs26
4283
4284         * src/folder.c
4285                 Use g_slist_prepend in potentially big list
4286
4287 2006-02-06 [colin]      2.0.0cvs25
4288
4289         * src/folder.c
4290                 Completely skip processing if it doesn't 
4291                 exist (faster!)
4292
4293 2006-02-06 [colin]      2.0.0cvs24
4294
4295         * src/folder.c
4296         * src/summaryview.c
4297                 Batch filtering in summaryview (from Tools menu)
4298                 and pre/post//-processing too
4299
4300 2006-02-06 [colin]      2.0.0cvs23
4301
4302         * src/procmsg.h
4303         * src/filtering.c
4304                 Use a special field for batch filtering instead
4305                 of stepping on deferred execution's toes
4306
4307 2006-02-06 [colin]      2.0.0cvs22
4308
4309         * src/action.c
4310         * src/filtering.c
4311         * src/filtering.h
4312         * src/folder.c
4313         * src/summaryview.c
4314                 Fix filtering via menus and actions
4315
4316 2006-02-06 [colin]      2.0.0cvs21
4317
4318         * src/imap.c
4319                 Put the added file directly to cache if possible (will work
4320                 with next libetpan)
4321         * src/filtering.c
4322         * src/filtering.h
4323         * src/inc.c
4324         * src/folder.c
4325         * src/mbox.c
4326         * src/procmsg.h
4327                 Move and copy filtered messages by batches instead of one
4328                 by one - faster on IMAP
4329         * src/procmsg.c
4330                 Add a function that'll possibly be useful later
4331
4332 2006-02-06 [colin]      2.0.0cvs20
4333
4334         * src/addressbook.c
4335                 Use internal mime-type instead of text/plain for d'n'd
4336         * src/compose.c
4337                 Allow attaching files from mimeview's icon list via d'n'd
4338         * src/folderview.c
4339         * src/folderview.h
4340                 Use internal mime-type instead of text/plain for d'n'd
4341                 Don't try to selected opened folder if none is
4342                 Factorize d'n'd from other apps code
4343         * src/headerview.c
4344         * src/textview.c
4345         * src/gtk/gtkutils.c
4346         * src/gtk/gtkutils.h
4347                 Factorize Face/X-Face stuff
4348         * src/mimeview.c
4349                 Fix d'n'd to other apps
4350         * src/prefs_message.c
4351                 Let the XFace pref be usable without libcompface as it also
4352                 applies to Face
4353         * src/summaryview.c
4354                 Fix d'n'd to other apps
4355                 Factorize d'n'd from other apps code
4356
4357 2006-02-06 [wwp]        2.0.0cvs19
4358
4359         * po/it.po
4360                 Italian translation fixes by Andrea Spadaccini (no more confusion
4361                 between filtering and processing, and few changes in the About
4362                 dialog).
4363
4364
4365 2006-02-06 [mones]      2.0.0cvs18
4366
4367         * src/gtk/icon_legend.c
4368                 Improved descriptions allowing better translations
4369
4370 2006-02-05 [colin]      2.0.0cvs17
4371
4372         * src/imap.c
4373                 Add the f*cking missing expunge that caused imap_fetch_env
4374                 to fail after an add_msgs ! :-///
4375         * src/etpan/imap-thread.c
4376                 Add a bit of debug
4377         FOR_STABLE
4378
4379 2006-02-05 [colin]      2.0.0cvs16
4380
4381         * src/common/utils.c
4382                 Don't check for return-path (or we can't put
4383                 back non-sent mails)
4384
4385 2006-02-05 [colin]      2.0.0cvs15
4386
4387         * src/textview.c
4388                 Don't try to display Face header in textview
4389                 when teh headerview's active
4390
4391 2006-02-05 [colin]      2.0.0cvs14
4392
4393         * tools/tbird2syl.py
4394         * tools/Makefile.am
4395                 Add script to import Thunderbird mails
4396
4397 2006-02-05 [colin]      2.0.0cvs13
4398
4399         * src/headerview.c
4400         * src/procheader.c
4401         * src/procmsg.c
4402         * src/procmsg.h
4403         * src/textview.c
4404                 Show Face headers - patch partially by Klaus Flittner
4405
4406 2006-02-05 [colin]      2.0.0cvs12
4407
4408         * src/folderview.c
4409         * src/summaryview.c
4410         * src/common/utils.c
4411         * src/common/utils.h
4412                 Let dnd work from mime icons to summaryview
4413                 and to folderview too
4414                 Add a crude test to avoid trying to add files
4415                 drag'n'dropped when they're not mails
4416
4417 2006-02-04 [colin]      2.0.0cvs11
4418
4419         * src/summaryview.c
4420         * src/mimeview.c
4421                 Fix utf8 conversion
4422
4423 2006-02-04 [colin]      2.0.0cvs10
4424
4425         * src/compose.c
4426         * src/folderview.c
4427         * src/mimeview.c
4428         * src/summaryview.c
4429         * src/summaryview.h
4430                 Added various drag and drop capas:
4431                 From                    To
4432                 summaryview             other apps
4433                 mimeview icons          other apps
4434                 other apps              summaryview
4435                 other apps              folderview
4436
4437                 This shouldn't have broken the existing:
4438                 From                    To
4439                 summaryview             folderview
4440                 folderview              folderview
4441                 summaryview             compose's attachments
4442
4443         Tests welcomed.
4444
4445 2006-02-02 [paul]       2.0.0cvs9
4446
4447         * src/mainwindow.c
4448                 move global option 'Set displayed columns...' out
4449                 of folder option grouping.
4450                 fix sensitivity of 'harvest addresses'
4451         FOR_STABLE
4452
4453 2006-02-01 [colin]      2.0.0cvs8
4454
4455         * src/mimeview.c
4456                 Revert the alertpanel patch, it sucks (intrusive
4457                 and gets in the way of "open")
4458
4459 2006-02-01 [colin]      2.0.0cvs7
4460
4461         * src/compose.c
4462         * src/prefs_account.c
4463         * src/prefs_common.c
4464         * src/common/defs.h
4465         * src/common/utils.c
4466         * src/common/utils.h
4467                 Add ability to edit the signature file
4468                 from the account preferences, and use
4469                 a default for the text editor.
4470                 Patch by Fabien Vantard
4471
4472 2006-02-01 [colin]      2.0.0cvs6
4473
4474         * src/mimeview.c
4475                 Try to get mime type by extension if it is
4476                 application/octet-stream
4477                 Display a window with possible choices when
4478                 encountering unknown mime types
4479         * src/gtk/filesel.c
4480         * src/gtk/filesel.h
4481                 Add preview
4482                 Allow multiple selection in filtered filesel
4483                 (patch by Fabien Vantard)
4484         * src/gtk/pluginwindow.c
4485                 Use it (patch by Fabien Vantard)
4486
4487 2006-02-01 [paul]       2.0.0cvs5
4488
4489         * src/jpilot.c
4490                 fix crash on creating jpilot address book
4491                 Thanks to Colin - FOR_STABLE
4492         * src/prefs_summaries.c
4493         * src/prefs_wrapping.c
4494         * src/gtk/icon_legend.c
4495         * src/gtk/quicksearch.c
4496                 string fixes and additions
4497
4498 2006-02-01 [paul]       2.0.0cvs4
4499
4500         * src/compose.c
4501         * src/mainwindow.c
4502         * src/messageview.c
4503         * src/prefs_send.c
4504                 add Arabic encoding option
4505                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4506
4507 2006-01-31 [colin]      2.0.0cvs3
4508
4509         * src/plugins/pgpcore/passphrase.c
4510                 Convert passphrase to locale encoding
4511         * src/compose.c
4512                 Fix drafting on IMAP. Crappy bug sneaked in
4513                 the release :-/
4514         FOR_STABLE
4515
4516 2006-01-30 [paul]       2.0.0cvs2
4517
4518         * src/gtk/icon_legend.c
4519                 show the new entries
4520
4521 2006-01-30 [colin]      2.0.0cvs1
4522
4523         * src/manual.c
4524                 Check for the file to be present before 
4525                 enabling the menu - FOR_STABLE
4526         * src/gtk/icon_legend.c
4527                 Add folders icons (not all of them, there
4528                 are too much, but the most intriguing ones)
4529
4530 2006-01-30 [paul]       2.0.0
4531
4532         version 2.0.0 released
4533
4534 2006-01-30 [paul]       1.9.100cvs200
4535
4536         * manual/faq.xml
4537         * manual/gpl.xml
4538         * manual/intro.xml
4539         * manual/starting.xml
4540         * manual/sylpheed-claws-manual.xml
4541                 fixes, additions
4542
4543 2006-01-29 [mones]      1.9.100cvs199
4544
4545         * manual/account.xml
4546         * manual/advanced.xml
4547         * manual/glossary.xml
4548                 Some typos fixed, added LDIF term to glossary
4549         * po/es.po
4550                 Fixed leading plus symbol
4551
4552 2006-01-29 [paul]       1.9.100cvs198
4553
4554         * po/fi.po
4555         * po/sk.po
4556                 updated by Tommi Pirinen and Andrej Kacian
4557
4558 2006-01-29 [paul]       1.9.100cvs197
4559
4560         * src/gtk/authors.h
4561                 remove duplicates
4562
4563 2006-01-29 [paul]       1.9.100cvs196
4564
4565         * AUTHORS
4566         * po/nl.po
4567         * src/gtk/authors.h
4568         * tools/claws.i18n.status.pl
4569                 nl translation updated by Tim Dijkstra
4570
4571 2006-01-29 [paul]       1.9.100cvs195
4572
4573         * po/sr.po
4574         * po/sv.po
4575                 updated by Aleksandar Urosevic and Anders Troback
4576
4577 2006-01-28 [colin]      1.9.100cvs194
4578
4579         * src/gtk/gtksourceprintjob.c
4580                 Don't fiddle with PangoLayout when we
4581                 have an image
4582
4583 2006-01-28 [paul]       1.9.100cvs193
4584
4585         * AUTHORS
4586         * po/el.po
4587         * po/zh_CN.po
4588         * src/gtk/authors.h
4589         * tools/claws.i18n.status.pl
4590                 updated translations submitted by Stavros Giannouris
4591                 and Ralgh Young
4592
4593 2006-01-27 [colin]      1.9.100cvs192
4594
4595         * src/summaryview.c
4596         * src/gtk/gtksourceprintjob.c
4597                 Add image printing 
4598                 (libgnomeprint only, of course)
4599
4600 2006-01-27 [paul]       1.9.100cvs191
4601
4602         * po/fr.po
4603         * po/it.po
4604                 updated by Fabien Vantard and Andrea Spadaccini
4605
4606 2006-01-26 [colin]      1.9.100cvs190
4607
4608         * manual/Makefile.am
4609         * configure.ac
4610                 Make building the manual optional 
4611                 (--disable-manual)
4612
4613 2006-01-26 [paul]       1.9.100cvs189
4614
4615         * manual/glossary.xml
4616         * manual/plugins.xml
4617                 edited
4618         * po/en_GB.po
4619                 updated
4620
4621 2006-01-26 [paul]       1.9.100cvs188
4622
4623         * src/prefs_display_header.c
4624         * src/prefs_folder_column.c
4625         * src/prefs_msg_colors.c
4626         * src/prefs_summaries.c
4627         * src/prefs_summary_column.c
4628                 HIGify
4629
4630 2006-01-25 [colin]      1.9.100cvs187
4631
4632         * src/imap.c
4633                 Don't allow moving/copying mails between
4634                 queue/drafts and non-queue/drafts folders
4635                 Fixes bug #897 (message header is resetted 
4636                 if one is copied to Drafts)
4637
4638 2006-01-25 [colin]      1.9.100cvs186
4639
4640         * src/folder.c
4641         * src/mainwindow.c
4642                 Fix subscribed folders not found
4643         * src/compose.c
4644                 Don't try to encode as original mail's charset
4645                 if it's ascii 
4646
4647 2006-01-25 [paul]       1.9.100cvs185
4648
4649         * AUTHORS
4650         * po/Makevars
4651                 updated
4652         * po/de.po
4653         * po/pl.po
4654         * po/pt_BR.po
4655         * po/sr.po
4656                 updates submitted by Stephan Sachse, Emilian Nowak
4657                 and Quar, Frederico Goncalves Guimaraes, and
4658                 Aleksandar Urosevic
4659                 Fix Bug 896, 'PT_BR locale broken'.
4660         * src/gtk/authors.h
4661                 updated
4662
4663 2006-01-24 [mones]      1.9.100cvs184
4664
4665         * manual/glossary.xml
4666                 All current terms finished. Reviewers welcome ;-)
4667         * manual/keyboard.xml
4668                 Fixed column width for pdf output.
4669         * po/es.po
4670                 Updated
4671
4672 2006-01-24 [paul]       1.9.100cvs183
4673
4674         * manual/glossary.xml
4675                 fix id name
4676         * manual/dist/html/Makefile.am
4677         * manual/dist/pdf/Makefile.am
4678         * manual/dist/ps/Makefile.am
4679         * manual/dist/txt/Makefile.am
4680                 fix make deps
4681                 Thanks to Colin
4682
4683 2006-01-24 [mones]      1.9.100cvs182
4684
4685         * manual/glossary.xml
4686                 Nearly finished, some terms missing.
4687
4688 2006-01-23 [paul]       1.9.100cvs181
4689
4690         * manual/dist/html/Makefile.am
4691         * manual/dist/pdf/Makefile.am
4692         * manual/dist/ps/Makefile.am
4693         * manual/dist/txt/Makefile.am
4694         * src/mainwindow.c
4695                 re-enable manual
4696                 Thanks to Colin
4697
4698 2006-01-22 [colin]      1.9.100cvs180
4699
4700         * src/compose.c
4701         * src/gtk/gtkaspell.c
4702                 Don't deselect stuff before right-clicking, with aspell.
4703                 (This prevented right-click Copy, for example).
4704                 Thanks to Clo!
4705
4706 2006-01-22 [paul]       1.9.100cvs179
4707
4708         * src/summary_search.c
4709                 don't fix the widget size as it causes problems
4710                 under localisation.
4711                 Thanks to Emilian Nowak
4712
4713 2006-01-21 [paul]       1.9.100cvs178
4714
4715         * src/prefs_themes.c
4716                 fix broken underlining of label text
4717                 with some translations
4718
4719 2006-01-21 [colin]      1.9.100cvs177
4720
4721         * po/fr.po
4722                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4723
4724 2006-01-20 [colin]      1.9.100cvs176
4725
4726         * configure.ac
4727         * Makefile.am
4728         * manual/Makefile
4729         * manual/dist/html/.cvsignore
4730         * manual/dist/html/Makefile.am
4731         * manual/dist/pdf/.cvsignore
4732         * manual/dist/pdf/Makefile.am
4733         * manual/dist/ps/.cvsignore
4734         * manual/dist/ps/Makefile.am
4735         * manual/dist/txt/.cvsignore
4736         * manual/dist/txt/Makefile.am
4737                 Autotool-ize manual
4738
4739 2006-01-20 [paul]       1.9.100cvs175
4740
4741         * manual/handling.xml
4742                 make Filtering and Searching entries easier to find
4743         * manual/keyboard.xml
4744                 add the remaining default keybinds
4745         * src/prefs_summaries.c
4746                 update the default keybinds
4747
4748 2006-01-20 [paul]       1.9.100cvs174
4749
4750         * src/addressbook.c
4751         * src/addrgather.c
4752         * src/addrharvest.c
4753         * src/editaddress.c
4754         * src/editgroup.c
4755         * src/exphtmldlg.c
4756         * src/expldifdlg.c
4757         * src/exporthtml.c
4758         * src/exportldif.c
4759         * src/ldif.c
4760                 replace 'e-mail' with 'email'
4761         * src/summary_search.c
4762                 add mnemonic to "Find all" button
4763
4764 2006-01-20 [wwp]        1.9.100cvs173
4765
4766         * src/export.c
4767         * src/import.c
4768                 touched mbox import/export buttons for HIG-compliance
4769
4770 2006-01-19 [paul]       1.9.100cvs172
4771
4772         * manual/account.xml
4773         * manual/addrbook.xml
4774         * manual/advanced.xml
4775         * manual/faq.xml
4776         * manual/handling.xml
4777         * manual/intro.xml
4778         * manual/plugins.xml
4779         * manual/starting.xml
4780                 more editing
4781
4782 2006-01-19 [paul]       1.9.100cvs171
4783
4784         * src/toolbar.c
4785                 allow use of trash button while receiving
4786                 Thanks to Colin
4787
4788 2006-01-19 [wwp]        1.9.100cvs170
4789
4790         * src/gtk/quicksearch.c
4791         * src/compose.c
4792                 force text color to black when yellow background is set
4793
4794 2006-01-19 [colin]      1.9.100cvs169
4795
4796         * src/plugins/trayicon/trayicon.c
4797                 Gray out Get Mail when already getting mail
4798
4799 2006-01-18 [paul]       1.9.100cvs168
4800
4801         * src/compose.c
4802                 give widget yellow background was To is
4803                 set via folder prefs
4804         * src/gtk/quicksearch.c
4805                 give widget yellow background when quick
4806                 search is active.
4807                 Thanks to Colin
4808
4809 2006-01-18 [paul]       1.9.100cvs167
4810
4811         * doc/man/sylpheed-claws.1
4812                 add --subscribe option
4813
4814 2006-01-18 [paul]       1.9.100cvs166
4815
4816         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4817         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4818                 use %U instead of %F (%F is broken for user installed
4819                 files in kde 3.5)
4820
4821 2006-01-18 [colin]      1.9.100cvs165
4822
4823         * src/summaryview.c
4824                 Default to Yes in "No more * messages" dialogs
4825
4826 2006-01-17 [colin]      1.9.100cvs164
4827
4828         * src/compose.c
4829                 Possibly fix an invalid iterator causing
4830                 crash
4831
4832 2006-01-17 [colin]      1.9.100cvs163
4833
4834         * src/mimeview.c
4835                 Fix crash when the image disappears under the
4836                 image viewer
4837
4838 2006-01-16 [colin]      1.9.100cvs162
4839
4840         * src/compose.c
4841                 Fix reenabling autowrap
4842
4843 2006-01-16 [colin]      1.9.100cvs161
4844
4845         * src/compose.c
4846                 reset quote_len before getting quote_str
4847
4848 2006-01-16 [colin]      1.9.100cvs160
4849
4850         * src/account.c
4851         * src/account.h
4852         * src/folder.c
4853         * src/imap_gtk.c
4854         * src/mh_gtk.c
4855                 Fix bug #883 (default inbox does not track folder move)
4856
4857 2006-01-16 [colin]      1.9.100cvs159
4858
4859         * src/compose.c
4860         * src/plugins/pgpcore/passphrase.c
4861                 More buttons fixes
4862
4863 2006-01-16 [paul]       1.9.100cvs158
4864
4865         * src/prefs_actions.c
4866         * src/prefs_filtering_action.c
4867         * src/prefs_matcher.c
4868         * src/quote_fmt.c
4869         * src/gtk/description_window.c
4870         * src/gtk/description_window.h
4871         * src/gtk/quicksearch.c
4872                 description window cleanups
4873
4874 2006-01-15 [colin]      1.9.100cvs157
4875
4876         * src/addressbook.c
4877         * src/prefs_filtering.c
4878                 Same here
4879
4880 2006-01-15 [colin]      1.9.100cvs156
4881
4882         * src/folderview.c
4883         * src/mainwindow.c
4884                 Same for "Empty trash"
4885
4886 2006-01-15 [colin]      1.9.100cvs155
4887
4888         * src/inc.c
4889                 Override offline dialog had Yes by default
4890
4891 2006-01-15 [colin]      1.9.100cvs154
4892
4893         * src/summaryview.c
4894                 Delete selected messages? previously had Yes the default
4895
4896 2006-01-15 [colin]      1.9.100cvs153
4897
4898         * src/folder.c
4899         * src/folder.h
4900         * src/main.c
4901                 Check if a mailbox is loaded after all
4902                 plugins are loaded.
4903
4904 2006-01-15 [colin]      1.9.100cvs152
4905
4906         * src/folder.c
4907                 Don't start wizard when there are unloaded folders (will help
4908                 people with only mbox or maildir mailboxes)
4909
4910 2006-01-14 [colin]      1.9.100cvs151
4911
4912         * src/addressbook.c
4913         * src/expldifdlg.c
4914         * src/importldif.c
4915         * src/importmutt.c
4916         * src/importpine.c
4917         * src/mh_gtk.c
4918                 More HIG compliance and fixes
4919
4920 2006-01-14 [colin]      1.9.100cvs150
4921
4922         * src/prefs_filtering_action.c
4923         * src/foldersel.c
4924                 Two forgotten button order changes
4925
4926 2006-01-14 [colin]      1.9.100cvs149
4927
4928         * src/account.c
4929         * src/addressbook.c
4930         * src/compose.c
4931         * src/folderview.c
4932         * src/imap_gtk.c
4933         * src/mainwindow.c
4934         * src/mh_gtk.c
4935         * src/news_gtk.c
4936         * src/prefs_actions.c
4937         * src/prefs_customheader.c
4938         * src/prefs_filtering.c
4939         * src/prefs_matcher.c
4940         * src/prefs_template.c
4941         * src/ssl_manager.c
4942         * src/summaryview.c
4943         * src/textview.c
4944         * src/toolbar.c
4945                 All deletion confirmations are now "Cancel, Delete" 
4946                 instead of "No, Yes"
4947                 Clarified most of the other "No, Yes" to 
4948                 "Cancel, Descriptive_action"
4949                 Rechanged the "Entry not saved" alerts to have 
4950                 "Close, Continue editing"
4951
4952
4953 2006-01-14 [paul]
4954
4955         * 2.0.0-rc4 released
4956
4957 2006-01-14 [paul]       1.9.100cvs148
4958
4959         * src/account.c
4960         * src/addressadd.c
4961         * src/addressbook.c
4962         * src/compose.c
4963         * src/editaddress.c
4964         * src/editbook.c
4965         * src/editgroup.c
4966         * src/editjpilot.c
4967         * src/editldap.c
4968         * src/editvcard.c
4969         * src/exphtmldlg.c
4970         * src/expldifdlg.c
4971         * src/folderview.c
4972         * src/grouplistdialog.c
4973         * src/imap_gtk.c
4974         * src/importmutt.c
4975         * src/importpine.c
4976         * src/inc.c
4977         * src/main.c
4978         * src/mainwindow.c
4979         * src/message_search.c
4980         * src/messageview.c
4981         * src/mh_gtk.c
4982         * src/mimeview.c
4983         * src/news_gtk.c
4984         * src/prefs_actions.c
4985         * src/prefs_customheader.c
4986         * src/prefs_filtering.c
4987         * src/prefs_matcher.c
4988         * src/prefs_template.c
4989         * src/prefs_themes.c
4990         * src/ssl_manager.c
4991         * src/summary_search.c
4992         * src/summaryview.c
4993         * src/textview.c
4994         * src/toolbar.c
4995         * src/gtk/foldersort.c
4996         * src/gtk/gtkaspell.c
4997         * src/gtk/inputdialog.c
4998         * src/gtk/prefswindow.c
4999         * src/plugins/pgpcore/select-keys.c
5000         * src/plugins/trayicon/trayicon.c
5001                 HIG compliant button order
5002
5003 2006-01-14 [mones]      1.9.100cvs147
5004
5005         * po/es.po
5006                 Updated translation
5007
5008 2006-01-13 [paul]       1.9.100cvs146
5009
5010         * AUTHORS
5011         * ChangeLog
5012         * src/gtk/authors.h
5013                 add Joshua M. Kwan to contributors list
5014
5015 2006-01-13 [colin]      1.9.100cvs145
5016
5017         * src/gtk/quicksearch.c
5018                 Don't refocus quick search after executing (Esc or Enter)
5019                 Allows to '/'search something then move up/down in 
5020                 summaryview, and to Esc a search and be back in the 
5021                 summaryview
5022
5023 2006-01-13 [paul]       1.9.100cvs144
5024
5025         * src/plugins/pgpinline/pgpinline.c
5026                 support Content-Type 'application/pgp'
5027                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5028
5029 2006-01-13 [paul]       1.9.100cvs143
5030
5031         * manual/account.xml
5032                 make mention of partial retrieval
5033                 thanks to Colin
5034
5035 2006-01-13 [paul]       1.9.100cvs142
5036
5037         * src/account.c
5038         * src/account.h
5039         * src/action.c
5040         * src/action.h
5041         * src/adbookbase.h
5042         * src/addr_compl.c
5043         * src/addr_compl.h
5044         * src/addrbook.c
5045         * src/addrcache.c
5046         * src/addrcache.h
5047         * src/addrcindex.c
5048         * src/addrcindex.h
5049         * src/addrclip.c
5050         * src/addrclip.h
5051         * src/addrdefs.h
5052         * src/addressadd.c
5053         * src/addressadd.h
5054         * src/addressbook.c
5055         * src/addressbook.h
5056         * src/addrgather.c
5057         * src/addrgather.h
5058         * src/addrharvest.c
5059         * src/addrharvest.h
5060         * src/addrindex.c
5061         * src/addrindex.h
5062         * src/addritem.c
5063         * src/addritem.h
5064         * src/addrquery.c
5065         * src/addrquery.h
5066         * src/addrselect.c
5067         * src/addrselect.h
5068         * src/alertpanel.c
5069         * src/alertpanel.h
5070         * src/browseldap.c
5071         * src/browseldap.h
5072         * src/codeconv.c
5073         * src/codeconv.h
5074         * src/compose.c
5075         * src/compose.h
5076         * src/customheader.c
5077         * src/customheader.h
5078         * src/displayheader.c
5079         * src/displayheader.h
5080         * src/editaddress.c
5081         * src/editaddress.h
5082         * src/editbook.c
5083         * src/editbook.h
5084         * src/editgroup.c
5085         * src/editgroup.h
5086         * src/editjpilot.c
5087         * src/editjpilot.h
5088         * src/editldap.c
5089         * src/editldap.h
5090         * src/editldap_basedn.c
5091         * src/editldap_basedn.h
5092         * src/editvcard.c
5093         * src/editvcard.h
5094         * src/exphtmldlg.c
5095         * src/exphtmldlg.h
5096         * src/expldifdlg.c
5097         * src/expldifdlg.h
5098         * src/export.h
5099         * src/exporthtml.c
5100         * src/exporthtml.h
5101         * src/exportldif.c
5102         * src/exportldif.h
5103         * src/filtering.c
5104         * src/filtering.h
5105         * src/folder.c
5106         * src/folder.h
5107         * src/folder_item_prefs.c
5108         * src/folder_item_prefs.h
5109         * src/foldersel.c
5110         * src/foldersel.h
5111         * src/folderutils.c
5112         * src/folderutils.h
5113         * src/folderview.c
5114         * src/folderview.h
5115         * src/grouplistdialog.c
5116         * src/grouplistdialog.h
5117         * src/headerview.c
5118         * src/html.c
5119         * src/html.h
5120         * src/image_viewer.c
5121         * src/image_viewer.h
5122         * src/imap.c
5123         * src/imap.h
5124         * src/imap_gtk.c
5125         * src/imap_gtk.h
5126         * src/import.h
5127         * src/importldif.c
5128         * src/importldif.h
5129         * src/importmutt.c
5130         * src/importmutt.h
5131         * src/importpine.c
5132         * src/importpine.h
5133         * src/inc.c
5134         * src/inc.h
5135         * src/jpilot.c
5136         * src/jpilot.h
5137         * src/ldapctrl.c
5138         * src/ldapctrl.h
5139         * src/ldaplocate.c
5140         * src/ldaplocate.h
5141         * src/ldapquery.c
5142         * src/ldapquery.h
5143         * src/ldapserver.c
5144         * src/ldapserver.h
5145         * src/ldaputil.c
5146         * src/ldaputil.h
5147         * src/ldif.c
5148         * src/ldif.h
5149         * src/main.c
5150         * src/main.h
5151         * src/mainwindow.c
5152         * src/mainwindow.h
5153         * src/manual.c
5154         * src/manual.h
5155         * src/mbox.c
5156         * src/mbox.h
5157         * src/message_search.c
5158         * src/message_search.h
5159         * src/messageview.c
5160         * src/messageview.h
5161         * src/mh.c
5162         * src/mh.h
5163         * src/mh_gtk.c
5164         * src/mh_gtk.h
5165         * src/mimeview.c
5166         * src/mimeview.h
5167         * src/msgcache.c
5168         * src/msgcache.h
5169         * src/mutt.c
5170         * src/mutt.h
5171         * src/news.c
5172         * src/news.h
5173         * src/news_gtk.c
5174         * src/news_gtk.h
5175         * src/partial_download.c
5176         * src/partial_download.h
5177         * src/pine.c
5178         * src/pine.h
5179         * src/pop.c
5180         * src/pop.h
5181         * src/prefs_account.c
5182         * src/prefs_account.h
5183         * src/prefs_actions.c
5184         * src/prefs_actions.h
5185         * src/prefs_common.c
5186         * src/prefs_common.h
5187         * src/prefs_compose_writing.c
5188         * src/prefs_compose_writing.h
5189         * src/prefs_customheader.c
5190         * src/prefs_customheader.h
5191         * src/prefs_display_header.c
5192         * src/prefs_display_header.h
5193         * src/prefs_filtering.c
5194         * src/prefs_filtering.h
5195         * src/prefs_filtering_action.c
5196         * src/prefs_filtering_action.h
5197         * src/prefs_folder_column.c
5198         * src/prefs_folder_column.h
5199         * src/prefs_folder_item.c
5200         * src/prefs_folder_item.h
5201         * src/prefs_fonts.c
5202         * src/prefs_fonts.h
5203         * src/prefs_gtk.c
5204         * src/prefs_gtk.h
5205         * src/prefs_image_viewer.c
5206         * src/prefs_image_viewer.h
5207         * src/prefs_matcher.c
5208         * src/prefs_matcher.h
5209         * src/prefs_message.c
5210         * src/prefs_msg_colors.c
5211         * src/prefs_msg_colors.h
5212         * src/prefs_other.c
5213         * src/prefs_quote.c
5214         * src/prefs_receive.c
5215         * src/prefs_send.c
5216         * src/prefs_spelling.c
5217         * src/prefs_spelling.h
5218         * src/prefs_summaries.c
5219         * src/prefs_summaries.h
5220         * src/prefs_summary_column.c
5221         * src/prefs_summary_column.h
5222         * src/prefs_template.c
5223         * src/prefs_template.h
5224         * src/prefs_themes.c
5225         * src/prefs_themes.h
5226         * src/prefs_toolbar.c
5227         * src/prefs_toolbar.h
5228         * src/prefs_wrapping.c
5229         * src/prefs_wrapping.h
5230         * src/privacy.c
5231         * src/privacy.h
5232         * src/procheader.c
5233         * src/procheader.h
5234         * src/procmime.c
5235         * src/procmime.h
5236         * src/procmsg.c
5237         * src/procmsg.h
5238         * src/quote_fmt.c
5239         * src/quote_fmt_parse.y
5240         * src/recv.c
5241         * src/recv.h
5242         * src/remotefolder.c
5243         * src/remotefolder.h
5244         * src/send_message.c
5245         * src/send_message.h
5246         * src/setup.c
5247         * src/setup.h
5248         * src/sourcewindow.c
5249         * src/sourcewindow.h
5250         * src/ssl_manager.c
5251         * src/ssl_manager.h
5252         * src/statusbar.c
5253         * src/statusbar.h
5254         * src/stock_pixmap.c
5255         * src/stock_pixmap.h
5256         * src/summary_search.c
5257         * src/summary_search.h
5258         * src/summaryview.c
5259         * src/summaryview.h
5260         * src/syldap.c
5261         * src/syldap.h
5262         * src/textview.c
5263         * src/textview.h
5264         * src/toolbar.c
5265         * src/toolbar.h
5266         * src/undo.c
5267         * src/undo.h
5268         * src/unmime.c
5269         * src/unmime.h
5270         * src/vcard.c
5271         * src/vcard.h
5272         * src/wizard.c
5273         * src/wizard.h
5274         * src/common/base64.c
5275         * src/common/base64.h
5276         * src/common/defs.h
5277         * src/common/hooks.c
5278         * src/common/hooks.h
5279         * src/common/log.c
5280         * src/common/log.h
5281         * src/common/mgutils.c
5282         * src/common/mgutils.h
5283         * src/common/nntp.c
5284         * src/common/nntp.h
5285         * src/common/passcrypt.c
5286         * src/common/passcrypt.h.in
5287         * src/common/plugin.c
5288         * src/common/plugin.h
5289         * src/common/prefs.c
5290         * src/common/prefs.h
5291         * src/common/progressindicator.c
5292         * src/common/progressindicator.h
5293         * src/common/quoted-printable.c
5294         * src/common/quoted-printable.h
5295         * src/common/session.c
5296         * src/common/session.h
5297         * src/common/smtp.c
5298         * src/common/smtp.h
5299         * src/common/socket.c
5300         * src/common/socket.h
5301         * src/common/ssl.c
5302         * src/common/ssl.h
5303         * src/common/ssl_certificate.c
5304         * src/common/ssl_certificate.h
5305         * src/common/stringtable.c
5306         * src/common/stringtable.h
5307         * src/common/sylpheed.c
5308         * src/common/sylpheed.h
5309         * src/common/template.c
5310         * src/common/template.h
5311         * src/common/timing.h
5312         * src/common/utils.c
5313         * src/common/utils.h
5314         * src/common/version.h.in
5315         * src/common/xml.c
5316         * src/common/xml.h
5317         * src/common/xmlprops.c
5318         * src/common/xmlprops.h
5319         * src/gtk/colorlabel.c
5320         * src/gtk/colorsel.c
5321         * src/gtk/colorsel.h
5322         * src/gtk/description_window.c
5323         * src/gtk/description_window.h
5324         * src/gtk/filesel.c
5325         * src/gtk/filesel.h
5326         * src/gtk/foldersort.c
5327         * src/gtk/foldersort.h
5328         * src/gtk/gtkutils.c
5329         * src/gtk/gtkutils.h
5330         * src/gtk/inputdialog.c
5331         * src/gtk/inputdialog.h
5332         * src/gtk/logwindow.c
5333         * src/gtk/logwindow.h
5334         * src/gtk/manage_window.c
5335         * src/gtk/manage_window.h
5336         * src/gtk/menu.c
5337         * src/gtk/menu.h
5338         * src/gtk/pluginwindow.c
5339         * src/gtk/pluginwindow.h
5340         * src/gtk/prefswindow.c
5341         * src/gtk/prefswindow.h
5342         * src/gtk/progressdialog.c
5343         * src/gtk/progressdialog.h
5344         * src/gtk/sslcertwindow.c
5345         * src/gtk/sslcertwindow.h
5346         * src/plugins/clamav/clamav_plugin.c
5347         * src/plugins/clamav/clamav_plugin.h
5348         * src/plugins/clamav/clamav_plugin_gtk.c
5349         * src/plugins/demo/demo.c
5350         * src/plugins/dillo_viewer/dillo_prefs.c
5351         * src/plugins/dillo_viewer/dillo_prefs.h
5352         * src/plugins/dillo_viewer/dillo_viewer.c
5353         * src/plugins/pgpcore/passphrase.c
5354         * src/plugins/pgpcore/passphrase.h
5355         * src/plugins/pgpcore/plugin.c
5356         * src/plugins/pgpcore/select-keys.c
5357         * src/plugins/pgpcore/select-keys.h
5358         * src/plugins/pgpcore/sgpgme.c
5359         * src/plugins/pgpcore/sgpgme.h
5360         * src/plugins/pgpinline/pgpinline.c
5361         * src/plugins/pgpinline/pgpinline.h
5362         * src/plugins/pgpinline/plugin.c
5363         * src/plugins/pgpmime/pgpmime.c
5364         * src/plugins/pgpmime/pgpmime.h
5365         * src/plugins/pgpmime/plugin.c
5366         * src/plugins/spamassassin/spamassassin.c
5367         * src/plugins/spamassassin/spamassassin.h
5368         * src/plugins/spamassassin/spamassassin_gtk.c
5369         * src/plugins/trayicon/trayicon.c
5370                 update copyright header
5371
5372 2006-01-13 [paul]       1.9.100cvs141
5373
5374         * src/account.c
5375         * src/export.c
5376         * src/import.c
5377         * src/mainwindow.c
5378         * src/prefs_account.c
5379         * src/prefs_display_header.c
5380         * src/prefs_receive.c
5381         * src/prefs_send.c
5382         * src/prefs_summaries.c
5383         * src/prefs_themes.c
5384         * src/prefs_toolbar.c
5385         * src/gtk/about.c
5386                 various cleanups
5387
5388 2006-01-12 [colin]      1.9.100cvs140
5389
5390         * src/folder.c
5391         * src/folder.h
5392         * src/main.c
5393                 Add --subscribe option
5394                 Let sylpheed-claws email@domain.com equivalent to --compose
5395                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5396
5397 2006-01-12 [paul]       1.9.100cvs139
5398
5399         * src/mainwindow.c
5400                 append 'Change folder order' label with '...'
5401         * src/prefs_actions.c
5402                 allow reordering of actions list by dnd
5403         * src/gtk/foldersort.c
5404                 make the dialog nicer
5405
5406 2006-01-11 [colin]      1.9.100cvs138
5407
5408         * src/compose.c
5409                 Allow templates without text
5410
5411 2006-01-11 [paul]       1.9.100cvs137
5412
5413         * tools/README
5414         * tools/filter_conv_new.pl
5415                 add info to README
5416                 also check .sylpheed for filter.xml
5417                 be a bit informative to the user
5418
5419 2006-01-11 [colin]      1.9.100cvs136
5420
5421         * src/textview.c
5422                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5423
5424 2006-01-10 [paul]       1.9.100cvs135
5425
5426         * tools/Makefile.am
5427         * tools/filter_conv_new.pl
5428                 add script to convert new style Sylpheed
5429                 filter rules (Sylpheed >= 0.9.99) to
5430                 Claws filtering rules
5431
5432 2006-01-10 [colin]      1.9.100cvs134
5433
5434         * src/compose.c
5435                 Fix broken line joins in certain conditions
5436                 (between two quoted lines: <enter><enter><up>
5437                  <type a wrapped sentence><go in the first line>
5438                  <insert more text><watch as line joining failed>)
5439
5440 2006-01-10 [paul]       1.9.100cvs133
5441
5442         * src/compose.c
5443                 don't report success in error dialog
5444                 thanks to Colin
5445         * src/common/utils.c
5446                 include some trailing punctuations as URI
5447                 thanks to Hiro
5448
5449 2006-01-10 [paul]       1.9.100cvs132
5450
5451         * src/mimeview.c
5452                 fix incompatible pointer type
5453                 warning
5454
5455 2006-01-10 [paul]       1.9.100cvs131
5456
5457         * src/compose.c
5458                 change Subject in window title
5459                 instantaneously
5460
5461 2006-01-09 [colin]      1.9.100cvs130
5462
5463         * src/addressbook.c
5464         * src/headerview.c
5465         * src/mainwindow.c
5466         * src/messageview.c
5467         * src/mimeview.c
5468         * src/noticeview.c
5469         * src/summaryview.c
5470                 Fix possible crashes on exit and in addressbook
5471
5472 2006-01-09 [paul]       1.9.100cvs129
5473
5474         * src/prefs_msg_colors.c
5475                 some cleanups that I forgot last time
5476
5477 2006-01-09 [paul]       1.9.100cvs128
5478
5479         * README
5480         * src/folderview.c
5481         * src/prefs_msg_colors.c
5482                 add previously hidden option, color_new, to
5483                 the gui
5484                 move the page to Display/
5485                 rework the gui
5486
5487 2006-01-09 [wwp]        1.9.100cvs127
5488
5489         * src/prefs_themes.c
5490                 made the prefs/display/themes layouts spacing less condensed
5491                 (and so they match other prefs/pages' look).
5492
5493 2006-01-09 [paul]       1.9.100cvs126
5494
5495         * src/compose.c
5496         * src/prefs_common.c
5497         * src/prefs_common.h
5498         * src/prefs_wrapping.c
5499                 remove 'wrap at send' option
5500
5501 2006-01-06 [colin]      1.9.100cvs125
5502
5503         * src/compose.c
5504                 Just make completely sure we don't insert "manual line breaks" 
5505                 when wrapping... 
5506
5507 2006-01-04 [paul]
5508
5509         * 2.0.0-rc3 released
5510
5511 2006-01-04 [paul]       1.9.100cvs124
5512
5513         * src/folderview.c
5514                 fix bug 882, 'quick scroll in folder list
5515                 displays wrong folder contents'
5516
5517 2006-01-04 [paul]       1.9.100cvs123
5518
5519         * src/plugins/pgpmime/pgpmime.c
5520                 better debug information when signing
5521                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5522
5523 2006-01-03 [colin]      1.9.100cvs122
5524
5525         * configure.ac
5526                 We need to recheck for gpgme 1.0.0 after checking
5527                 for 1.1.1, because if 1.1.1 isn't available, 
5528                 GPGME_LIBS and friends are blanked out by the 
5529                 second check.
5530
5531 2006-01-03 [colin]      1.9.100cvs121
5532
5533         * src/common/prefs.c
5534                 Windows unlink-before rename fix
5535         * src/plugins/pgpcore/sgpgme.c
5536                 Add support for PKA info if available
5537                 Both patches by Werner Koch
5538
5539 2006-01-03 [paul]       1.9.100cvs120
5540
5541         * src/messageview.c
5542                 fix bug 884, 'Send receipt' button visible in queue
5543                 Thanks to Colin
5544
5545 2006-01-02 [colin]      1.9.100cvs119
5546
5547         * src/compose.c
5548         * src/imap.c
5549                 Fix autosave on IMAP and more generally try to
5550                 return the correct ID on a newly added IMAP message
5551
5552 2006-01-02 [paul]       1.9.100cvs118
5553
5554         * manual/keyboard.xml
5555                 edited
5556
5557 2006-01-01 [paul]       1.9.100cvs117
5558
5559         * src/gtk/authors.h
5560                 alphabetical order
5561
5562 2005-12-30 [colin]      1.9.100cvs116
5563
5564         * manual/advanced.xml
5565                 Explain Pre/Post-processing differences.
5566
5567 2005-12-30 [colin]      1.9.100cvs115
5568
5569         * src/mh.c
5570                 Implement copy_msgs for a little optimization
5571         * src/imap.c
5572                 Finish yesterday's fix
5573
5574 2005-12-29 [colin]      1.9.100cvs114
5575
5576         * src/imap.c
5577                 Fix occasional failure in fetching a mail over
5578                 IMAP
5579
5580 2005-12-29 [colin]      1.9.100cvs113
5581
5582         * src/compose.c
5583                 Don't remove a draft when sending it, if it is 
5584                 locked.
5585
5586 2005-12-28 [colin]      1.9.100cvs112
5587
5588         * src/summaryview.c
5589                 Fix leak for real
5590
5591 2005-12-28 [wwp]        1.9.100cvs111
5592
5593         * doc/faq/.cvsignore
5594         * doc/faq/de/.cvsignore
5595         * doc/faq/en/.cvsignore
5596         * doc/faq/es/.cvsignore
5597         * doc/faq/fr/.cvsignore
5598         * doc/faq/it/.cvsignore
5599         * doc/manual/.cvsignore
5600         * doc/manual/de/.cvsignore
5601         * doc/manual/en/.cvsignore
5602         * doc/manual/es/.cvsignore
5603         * doc/manual/fr/.cvsignore
5604         * doc/manual/ja/.cvsignore
5605         * src/plugins/mathml_viewer/.cvsignore
5606                 rollback revival of those files (my bad, sorry for the noise).
5607
5608 2005-12-28 [wwp]        1.9.100cvs110
5609
5610         * src/compose.c
5611                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5612
5613 2005-12-28 [wwp]        1.9.100cvs109
5614
5615         * doc/faq/.cvsignore
5616         * doc/faq/de/.cvsignore
5617         * doc/faq/en/.cvsignore
5618         * doc/faq/es/.cvsignore
5619         * doc/faq/fr/.cvsignore
5620         * doc/faq/it/.cvsignore
5621         * doc/manual/.cvsignore
5622         * doc/manual/de/.cvsignore
5623         * doc/manual/en/.cvsignore
5624         * doc/manual/es/.cvsignore
5625         * doc/manual/fr/.cvsignore
5626         * doc/manual/ja/.cvsignore
5627         * src/plugins/mathml_viewer/.cvsignore
5628         * po/.cvsignore
5629                 more files to ignore.
5630
5631 2005-12-24 [colin]      1.9.100cvs108
5632
5633         * AUTHORS
5634         * src/gtk/authors.h
5635                 Update for Werner
5636
5637 2005-12-24 [colin]      1.9.100cvs107
5638
5639         * src/procmsg.c
5640                 Allow NULL src_msginfo in 
5641                 procmsg_msginfo_new_from_mimeinfo
5642
5643 2005-12-23 [paul]       1.9.100cvs106
5644
5645         * src/plugins/pgpinline/mypgpcore.def
5646                 add this forgotten file
5647
5648 2005-12-23 [colin]      1.9.100cvs105
5649
5650         * src/mainwindow.c
5651                 Fix missing break
5652
5653 2005-12-23 [colin]      1.9.100cvs104
5654
5655         * autogen.sh
5656         * src/folder.c
5657         * src/mh.c
5658         * src/common/plugin.c
5659         * src/common/socket.c
5660         * src/common/socket.h
5661         * src/common/utils.c
5662         * src/common/utils.h
5663         * src/gtk/pluginwindow.c
5664         * src/plugins/pgpcore/plugin.def
5665         * src/plugins/pgpcore/sylpheed.def
5666         * src/plugins/pgpinline/Makefile.am
5667         * src/plugins/pgpinline/plugin.def
5668         * src/plugins/pgpinline/sylpheed.def
5669         * src/plugins/pgpmime/plugin.def
5670         * src/plugins/pgpmime/sylpheed.def
5671                 Various w32 fixes by Werner Koch
5672
5673 2005-12-22 [paul]       1.9.100cvs103
5674
5675         * src/wizard.c
5676                 don't offer IMAP as 'server type' if
5677                 libetpan isn't built in
5678
5679 2005-12-22 [paul]       1.9.100cvs102
5680
5681         * AUTHORS
5682         * src/mainwindow.c
5683         * src/mainwindow.h
5684         * src/toolbar.c
5685         * src/gtk/authors.h
5686                 support GTK_TOOLBAR_BOTH_HORIZ (text
5687                 next to icon) Patch by Marien Zwart
5688                 marienz@users.sf.net
5689                 Also reword the text
5690
5691 2005-12-21 [colin]      1.9.100cvs101
5692
5693         * configure.ac
5694                 Fix DATADIRNAME
5695         * COPYING
5696                 Fix missing section and explicit the exception better
5697         * src/compose.c
5698                 Prevent mail from being lost without notice when an
5699                 SMTP error happens on trying to send an unmodified
5700                 drafted mail.
5701         * src/send_message.c
5702         * src/common/smtp.c
5703                 Fix password remembering when wrong, and add return
5704                 value checks where they should have been
5705         * src/plugins/pgpcore/sylpheed.def
5706         * src/plugins/pgpinline/sylpheed.def
5707         * src/plugins/pgpmime/sylpheed.def
5708                 Add a few symbols needed
5709
5710 2005-12-21 [paul]       1.9.100cvs100
5711
5712         * m4/codeset.m4
5713         * m4/glibc21.m4
5714         * m4/intdiv0.m4
5715         * m4/inttypes-pri.m4
5716         * m4/inttypes.m4
5717         * m4/inttypes_h.m4
5718         * m4/isc-posix.m4
5719         * m4/lcmessage.m4
5720         * m4/stdint_h.m4
5721         * m4/uintmax_t.m4
5722                 gettextization
5723                 thanks to Colin
5724
5725 2005-12-21 [paul]       1.9.100cvs99
5726
5727         * po/sv.po
5728                 fixed by Colin
5729
5730 2005-12-20 [paul]       1.9.100cvs98
5731
5732         * po/sv.po
5733                 updated by Anders Trobäck
5734
5735 2005-12-20 [colin]      1.9.100cvs97
5736
5737         * ABOUT-NLS
5738         * Makefile.am
5739         * autogen.sh
5740         * configure.ac
5741         * config/config.rpath
5742         * config/mkinstalldirs
5743         * m4/Makefile.am
5744         * m4/glibc2.m4
5745         * m4/gnupg.m4
5746         * m4/gpgme.m4
5747         * m4/intmax.m4
5748         * m4/longdouble.m4
5749         * m4/longlong.m4
5750         * m4/printf-posix.m4
5751         * m4/signed.m4
5752         * m4/size_max.m4
5753         * m4/ulonglong.m4
5754         * m4/wchar_t.m4
5755         * m4/wint_t.m4
5756         * m4/xsize.m4
5757         * po/Makefile.in.in
5758         * po/Makevars
5759         * po/bg.po
5760         * po/ca.po
5761         * po/cs.po
5762         * po/de.po
5763         * po/el.po
5764         * po/en_GB.po
5765         * po/es.po
5766         * po/fi.po
5767         * po/fr.po
5768         * po/hr.po
5769         * po/hu.po
5770         * po/it.po
5771         * po/ja.po
5772         * po/ko.po
5773         * po/nb.po
5774         * po/nl.po
5775         * po/pl.po
5776         * po/pt_BR.po
5777         * po/ru.po
5778         * po/sk.po
5779         * po/sr.po
5780         * po/stamp-po
5781         * po/sv.po
5782         * po/zh_CN.po
5783         * po/zh_TW.po
5784         * src/Makefile.am
5785         * src/codeconv.c
5786         * src/compose.c
5787         * src/exporthtml.c
5788         * src/exportldif.c
5789         * src/folder.c
5790         * src/main.c
5791         * src/manual.c
5792         * src/mh.c
5793         * src/mimeview.c
5794         * src/send_message.c
5795         * src/common/Makefile.am
5796         * src/common/fnmatch.c
5797         * src/common/fnmatch.h
5798         * src/common/fnmatch_loop.c
5799         * src/common/nntp.c
5800         * src/common/plugin.c
5801         * src/common/smtp.c
5802         * src/common/socket.c
5803         * src/common/string_match.c
5804         * src/common/sylpheed.c
5805         * src/common/utils.c
5806         * src/common/utils.h
5807         * src/common/w32_dirent.c
5808         * src/common/w32_reg.c
5809         * src/common/w32_signal.c
5810         * src/common/w32_stat.c
5811         * src/common/w32_stdio.c
5812         * src/common/w32_stdlib.c
5813         * src/common/w32_string.c
5814         * src/common/w32_time.c
5815         * src/common/w32_unistd.c
5816         * src/common/w32_wait.c
5817         * src/common/w32lib.h
5818         * src/etpan/Makefile.am
5819         * src/gtk/Makefile.am
5820         * src/plugins/clamav/Makefile.am
5821         * src/plugins/demo/Makefile.am
5822         * src/plugins/dillo_viewer/Makefile.am
5823         * src/plugins/pgpcore/Makefile.am
5824         * src/plugins/pgpcore/passphrase.c
5825         * src/plugins/pgpcore/plugin.def
5826         * src/plugins/pgpcore/sgpgme.c
5827         * src/plugins/pgpcore/sylpheed.def
5828         * src/plugins/pgpcore/version.rc
5829         * src/plugins/pgpinline/Makefile.am
5830         * src/plugins/pgpinline/plugin.def
5831         * src/plugins/pgpinline/sylpheed.def
5832         * src/plugins/pgpinline/version.rc
5833         * src/plugins/pgpmime/Makefile.am
5834         * src/plugins/pgpmime/mypgpcore.def
5835         * src/plugins/pgpmime/plugin.def
5836         * src/plugins/pgpmime/sylpheed.def
5837         * src/plugins/pgpmime/version.rc
5838         * src/plugins/spamassassin/Makefile.am
5839                 Very little ;-) patch from Werner Koch, providing
5840                 infrastructure for cross-compiling to Win32
5841
5842 2005-12-20 [paul]       1.9.100cvs96
5843
5844         * src/account.c
5845         * src/account.h
5846         * src/mainwindow.c
5847         * src/mainwindow.h
5848         * src/toolbar.c
5849         * src/toolbar.h
5850                 add a combo to the Get All button, allowing
5851                 quick retrieval from any account
5852                 Patch by Fabien Vantard, slightly modified
5853                 by Colin
5854         * src/gtk/about.c
5855                 i18n fix. Patch by Fabien Vantard
5856
5857 2005-12-19 [colin]      1.9.100cvs95
5858
5859         * src/compose.c
5860         * src/compose.h
5861                 Don't automatically join lines when they've 
5862                 been separated by the user and not automatically
5863
5864 2005-12-19 [paul]       1.9.100cvs94
5865
5866         * src/gtk/pluginwindow.c
5867                 i18n fix.
5868                 Patch by Fabien Vantard
5869
5870 2005-12-15 [paul]       1.9.100cvs93
5871
5872         * src/common/plugin.c
5873         * src/common/plugin.h
5874         * src/gtk/pluginwindow.c
5875         * src/plugins/clamav/clamav_plugin.c
5876         * src/plugins/demo/demo.c
5877         * src/plugins/dillo_viewer/dillo_viewer.c
5878         * src/plugins/pgpcore/plugin.c
5879         * src/plugins/pgpinline/plugin.c
5880         * src/plugins/pgpmime/plugin.c
5881         * src/plugins/spamassassin/spamassassin.c
5882         * src/plugins/trayicon/trayicon.c
5883                 add plugin_version()
5884
5885 2005-12-15 [colin]      1.9.100cvs92
5886
5887         * src/compose.c
5888                 Further fix bug #875
5889
5890 2005-12-15 [paul]       1.9.100cvs91
5891
5892         * src/gtk/filesel.c
5893                 fix attach_load_dir getting set to
5894                 PLUGINDIR on plugin load
5895
5896 2005-12-14 [mones]      1.9.100cvs90
5897
5898         * manual/ack.xml
5899         * manual/keyboard.xml
5900                 Initial draft and some shortcuts added
5901                 
5902         * po/es.po
5903                 Updated translation
5904
5905 2005-12-14 [colin]      1.9.100cvs89
5906
5907         * src/compose.c
5908         * src/imap.c
5909         * src/summaryview.c
5910         * src/gtk/gtkaspell.c
5911                 More leaks fixed
5912         * src/prefs_folder_item.c
5913                 Fix recursive prefs apply
5914
5915
5916 2005-12-14 [colin]      1.9.100cvs88
5917
5918         * src/compose.c
5919                 Fix bug #875 (Freeze On Inline Forward of 
5920                 Large Message)
5921
5922 2005-12-13 [colin]      1.9.100cvs87
5923
5924         * src/compose.c
5925                 Uniq-ify and sort the mimetypes list
5926                 Patch by Fabien Vantard
5927
5928 2005-12-13 [colin]      1.9.100cvs86
5929
5930         * src/imap.c
5931         * src/etpan/imap-thread.c
5932                 Fix leaks (patch by Hoa)
5933         * src/news.c
5934         * src/common/plugin.c
5935                 Fix leaks
5936
5937 2005-12-12 [colin]
5938
5939         * 2.0.0-rc2 released
5940
5941 2005-12-12 [colin]      1.9.100cvs85
5942
5943         * src/matcher.c
5944                 Fix a leak
5945
5946 2005-12-12 [wwp]        1.9.100cvs84
5947
5948         * src/gtk/icon_legend.c
5949                 fix misbehaviour and crash when closing the legend window
5950         using the Esc key (patch by Fabien Vantard).
5951
5952 2005-12-12 [paul]       1.9.100cvs83
5953
5954         * src/browseldap.c
5955         * src/foldersel.c
5956         * src/prefs_actions.c
5957         * src/prefs_filtering.c
5958         * src/prefs_matcher.c
5959         * src/prefs_spelling.glade      ** REMOVED **
5960         * src/prefs_template.c
5961         * src/gtk/foldersort.glade      ** REMOVED **
5962         * src/gtk/pluginwindow.c
5963         * src/gtk/pluginwindow.glade    ** REMOVED **
5964         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5965                 cleanups
5966
5967 2005-12-11 [paul]       1.9.100cvs82
5968
5969         * src/gtk/filesel.c
5970                 fix attach_load_dir crasher (double free)
5971
5972 2005-12-09 [paul]       1.9.100cvs81
5973
5974         * po/POTFILES.in
5975         * src/mainwindow.c
5976         * src/gtk/Makefile.am
5977         * src/gtk/icon_legend.c
5978         * src/gtk/icon_legend.h
5979                 add icon legend
5980         * src/manual.c
5981                 cleanup
5982
5983 2005-12-09 [paul]       1.9.100cvs80
5984
5985         * src/plugins/pgpcore/passphrase.c
5986                 wrap the label in the dialog
5987
5988 2005-12-09 [colin]      1.9.100cvs79
5989
5990         * src/plugins/pgpcore/sgpgme.c
5991                 Display (untrusted) on not trusted signatures
5992                 Patch by Michal Èihaø <michal@cihar.com>
5993                 Closes bug #867 (Report also key trust)
5994
5995 2005-12-09 [colin]      1.9.100cvs78
5996
5997         * src/common/plugin.c
5998                 Update licence check, following Eben Moglen's advice
5999
6000 2005-12-08 [colin]      1.9.100cvs77
6001
6002         * src/folder.c
6003                 Fix the occasionnal item->cache != NULL 
6004                 assertion failure. 
6005
6006 2005-12-08 [colin]      1.9.100cvs76
6007
6008         * src/mimeview.c
6009         * src/plugins/pgpcore/sgpgme.c
6010                 Print key id when unable to check it
6011                 Closes bug #866 (Show key id when missing)
6012
6013 2005-12-08 [paul]       1.9.100cvs75
6014
6015         * src/prefs_common.c
6016         * src/prefs_common.h
6017         * src/gtk/filesel.c
6018                 remember load attachment dir
6019
6020 2005-12-07 [colin]      1.9.100cvs74
6021
6022         * src/prefs_toolbar.c
6023                 Gtk fixes, patch by Fabien Vantard
6024
6025 2005-12-07 [colin]      1.9.100cvs73
6026
6027         * src/action.c
6028         * src/compose.c
6029         * src/compose.h
6030                 Fix bug #839 (Quoted text isn't colored after 
6031                 executing an action)
6032         * src/common/plugin.c
6033                 Require plugins to declare their licence in plugin_licence()
6034                 Refuse to load non-GPL plugins as they'd be illegal (as 
6035                 derived works of Sylpheed-Claws, they must be GPL).
6036         * src/plugins/clamav/clamav_plugin.c
6037         * src/plugins/demo/demo.c
6038         * src/plugins/dillo_viewer/dillo_viewer.c
6039         * src/plugins/pgpcore/plugin.c
6040         * src/plugins/pgpinline/plugin.c
6041         * src/plugins/pgpmime/plugin.c
6042         * src/plugins/spamassassin/spamassassin.c
6043         * src/plugins/trayicon/trayicon.c
6044                 Add plugin_licence()
6045
6046 2005-12-07 [paul]       1.9.100cvs72
6047
6048         * configure.ac
6049         * src/mainwindow.c
6050         * src/manual.c
6051         * src/manual.h
6052         * src/common/defs.h
6053                 clean up after local FAQ removal and
6054                 temporary manual removal
6055
6056 2005-12-06 [colin]      1.9.100cvs71
6057
6058         * configure.ac
6059         * doc/Makefile.am
6060         * doc/faq/.cvsignore
6061         * doc/faq/Makefile.am
6062         * doc/faq/de/.cvsignore
6063         * doc/faq/de/Makefile.am
6064         * doc/faq/de/sylpheed-faq-1.html
6065         * doc/faq/de/sylpheed-faq-2.html
6066         * doc/faq/de/sylpheed-faq-3.html
6067         * doc/faq/de/sylpheed-faq.html
6068         * doc/faq/en/.cvsignore
6069         * doc/faq/en/Makefile.am
6070         * doc/faq/en/sylpheed-faq-1.html
6071         * doc/faq/en/sylpheed-faq-2.html
6072         * doc/faq/en/sylpheed-faq-3.html
6073         * doc/faq/en/sylpheed-faq-4.html
6074         * doc/faq/en/sylpheed-faq.html
6075         * doc/faq/es/.cvsignore
6076         * doc/faq/es/Makefile.am
6077         * doc/faq/es/sylpheed-faq-1.html
6078         * doc/faq/es/sylpheed-faq-2.html
6079         * doc/faq/es/sylpheed-faq-3.html
6080         * doc/faq/es/sylpheed-faq-4.html
6081         * doc/faq/es/sylpheed-faq.html
6082         * doc/faq/fr/.cvsignore
6083         * doc/faq/fr/Makefile.am
6084         * doc/faq/fr/sylpheed-faq-1.html
6085         * doc/faq/fr/sylpheed-faq-2.html
6086         * doc/faq/fr/sylpheed-faq-3.html
6087         * doc/faq/fr/sylpheed-faq.html
6088         * doc/faq/it/.cvsignore
6089         * doc/faq/it/Makefile.am
6090         * doc/faq/it/sylpheed-faq-1.html
6091         * doc/faq/it/sylpheed-faq-2.html
6092         * doc/faq/it/sylpheed-faq-3.html
6093         * doc/faq/it/sylpheed-faq.html
6094         * doc/manual/.cvsignore
6095         * doc/manual/Makefile.am
6096         * doc/manual/de/.cvsignore
6097         * doc/manual/de/Makefile.am
6098         * doc/manual/de/sylpheed-1.html
6099         * doc/manual/de/sylpheed-10.html
6100         * doc/manual/de/sylpheed-11.html
6101         * doc/manual/de/sylpheed-12.html
6102         * doc/manual/de/sylpheed-13.html
6103         * doc/manual/de/sylpheed-14.html
6104         * doc/manual/de/sylpheed-15.html
6105         * doc/manual/de/sylpheed-16.html
6106         * doc/manual/de/sylpheed-17.html
6107         * doc/manual/de/sylpheed-18.html
6108         * doc/manual/de/sylpheed-19.html
6109         * doc/manual/de/sylpheed-2.html
6110         * doc/manual/de/sylpheed-20.html
6111         * doc/manual/de/sylpheed-3.html
6112         * doc/manual/de/sylpheed-4.html
6113         * doc/manual/de/sylpheed-5.html
6114         * doc/manual/de/sylpheed-6.html
6115         * doc/manual/de/sylpheed-7.html
6116         * doc/manual/de/sylpheed-8.html
6117         * doc/manual/de/sylpheed-9.html
6118         * doc/manual/de/sylpheed.html
6119         * doc/manual/en/.cvsignore
6120         * doc/manual/en/Makefile.am
6121         * doc/manual/en/sylpheed-1.html
6122         * doc/manual/en/sylpheed-10.html
6123         * doc/manual/en/sylpheed-11.html
6124         * doc/manual/en/sylpheed-12.html
6125         * doc/manual/en/sylpheed-13.html
6126         * doc/manual/en/sylpheed-14.html
6127         * doc/manual/en/sylpheed-15.html
6128         * doc/manual/en/sylpheed-16.html
6129         * doc/manual/en/sylpheed-17.html
6130         * doc/manual/en/sylpheed-18.html
6131         * doc/manual/en/sylpheed-19.html
6132         * doc/manual/en/sylpheed-2.html
6133         * doc/manual/en/sylpheed-20.html
6134         * doc/manual/en/sylpheed-21.html
6135         * doc/manual/en/sylpheed-22.html
6136         * doc/manual/en/sylpheed-3.html
6137         * doc/manual/en/sylpheed-4.html
6138         * doc/manual/en/sylpheed-5.html
6139         * doc/manual/en/sylpheed-6.html
6140         * doc/manual/en/sylpheed-7.html
6141         * doc/manual/en/sylpheed-8.html
6142         * doc/manual/en/sylpheed-9.html
6143         * doc/manual/en/sylpheed.html
6144         * doc/manual/es/.cvsignore
6145         * doc/manual/es/Makefile.am
6146         * doc/manual/es/sylpheed-1.html
6147         * doc/manual/es/sylpheed-10.html
6148         * doc/manual/es/sylpheed-11.html
6149         * doc/manual/es/sylpheed-12.html
6150         * doc/manual/es/sylpheed-13.html
6151         * doc/manual/es/sylpheed-14.html
6152         * doc/manual/es/sylpheed-15.html
6153         * doc/manual/es/sylpheed-16.html
6154         * doc/manual/es/sylpheed-17.html
6155         * doc/manual/es/sylpheed-18.html
6156         * doc/manual/es/sylpheed-19.html
6157         * doc/manual/es/sylpheed-2.html
6158         * doc/manual/es/sylpheed-20.html
6159         * doc/manual/es/sylpheed-3.html
6160         * doc/manual/es/sylpheed-4.html
6161         * doc/manual/es/sylpheed-5.html
6162         * doc/manual/es/sylpheed-6.html
6163         * doc/manual/es/sylpheed-7.html
6164         * doc/manual/es/sylpheed-8.html
6165         * doc/manual/es/sylpheed-9.html
6166         * doc/manual/es/sylpheed.html
6167         * doc/manual/fr/.cvsignore
6168         * doc/manual/fr/Makefile.am
6169         * doc/manual/fr/sylpheed-1.html
6170         * doc/manual/fr/sylpheed-10.html
6171         * doc/manual/fr/sylpheed-11.html
6172         * doc/manual/fr/sylpheed-12.html
6173         * doc/manual/fr/sylpheed-13.html
6174         * doc/manual/fr/sylpheed-14.html
6175         * doc/manual/fr/sylpheed-15.html
6176         * doc/manual/fr/sylpheed-16.html
6177         * doc/manual/fr/sylpheed-17.html
6178         * doc/manual/fr/sylpheed-18.html
6179         * doc/manual/fr/sylpheed-19.html
6180         * doc/manual/fr/sylpheed-2.html
6181         * doc/manual/fr/sylpheed-20.html
6182         * doc/manual/fr/sylpheed-3.html
6183         * doc/manual/fr/sylpheed-4.html
6184         * doc/manual/fr/sylpheed-5.html
6185         * doc/manual/fr/sylpheed-6.html
6186         * doc/manual/fr/sylpheed-7.html
6187         * doc/manual/fr/sylpheed-8.html
6188         * doc/manual/fr/sylpheed-9.html
6189         * doc/manual/fr/sylpheed.html
6190         * doc/manual/ja/.cvsignore
6191         * doc/manual/ja/Makefile.am
6192         * doc/manual/ja/sylpheed-1.html
6193         * doc/manual/ja/sylpheed-10.html
6194         * doc/manual/ja/sylpheed-11.html
6195         * doc/manual/ja/sylpheed-12.html
6196         * doc/manual/ja/sylpheed-13.html
6197         * doc/manual/ja/sylpheed-14.html
6198         * doc/manual/ja/sylpheed-15.html
6199         * doc/manual/ja/sylpheed-16.html
6200         * doc/manual/ja/sylpheed-17.html
6201         * doc/manual/ja/sylpheed-18.html
6202         * doc/manual/ja/sylpheed-19.html
6203         * doc/manual/ja/sylpheed-2.html
6204         * doc/manual/ja/sylpheed-20.html
6205         * doc/manual/ja/sylpheed-3.html
6206         * doc/manual/ja/sylpheed-4.html
6207         * doc/manual/ja/sylpheed-5.html
6208         * doc/manual/ja/sylpheed-6.html
6209         * doc/manual/ja/sylpheed-7.html
6210         * doc/manual/ja/sylpheed-8.html
6211         * doc/manual/ja/sylpheed-9.html
6212         * doc/manual/ja/sylpheed.html
6213         * doc/manual/ja/sylpheed.sgml
6214         * src/mainwindow.c
6215                 Remove outdated manual and faq. Noisy, eh?
6216
6217 2005-12-06 [colin]      1.9.100cvs70
6218
6219         * src/compose.c
6220         * src/quote_fmt_parse.y
6221         * src/undo.c
6222         * src/undo.h
6223                 Allow %X to position cursor at 0 
6224                 (no %X = before signature)
6225                 Fix paste as quotation putting the cursor at 0
6226                 Fix undo offsets when pasting
6227                 Insert the quote_fmt at once instead of line 
6228                 by line
6229                 Fix [Edited] when starting to reply/forward
6230
6231 2005-12-06 [paul]       1.9.100cvs69
6232
6233         * src/plugins/clamav/clamav_plugin_gtk.c
6234                 add another tooltip
6235         * src/plugins/spamassassin/spamassassin_gtk.c
6236                 rework spamassassin_create_widget_func()
6237
6238 2005-12-05 [colin]      1.9.100cvs68
6239
6240         * po/POTFILES.in
6241                 Fix make release ;-)
6242
6243 2005-12-05 [colin]      1.9.100cvs67
6244
6245         * src/compose.c
6246         * src/compose.h
6247                 Fix cursor positioning (not obeying %X)
6248
6249 2005-12-05 [paul]       1.9.100cvs66
6250
6251         * src/plugins/dillo_viewer/dillo_prefs.c
6252                 fix compilation warning
6253
6254 2005-12-05 [paul]       1.9.100cvs65
6255
6256         * src/prefs_spelling.c
6257         * src/plugins/trayicon/trayicon.c
6258                 cleanups - remove unused stuff
6259
6260 2005-12-05 [paul]       1.9.100cvs64
6261
6262         * README
6263         * manual/plugins.xml
6264                 remove info about removed mathml_viewer plugin
6265
6266 2005-12-05 [paul]       1.9.100cvs63
6267
6268         * configure.ac
6269         * src/plugins/Makefile.am
6270         * src/plugins/mathml_viewer/.cvsignore
6271         * src/plugins/mathml_viewer/Makefile.am
6272         * src/plugins/mathml_viewer/mathml_viewer.c
6273                 remove unmaintained mathml_viewer plugin
6274
6275 2005-12-05 [paul]       1.9.100cvs62
6276
6277         * src/summaryview.c
6278                 obey prefs_common.always_show_msg when
6279                 moving a msg
6280                 Thanks to Colin
6281
6282 2005-12-05 [paul]       1.9.100cvs61
6283
6284         * src/compose.c
6285         * src/prefs_account.c
6286         * src/prefs_filtering.c
6287         * src/prefs_quote.c
6288         * src/prefs_spelling.c
6289         * src/prefs_toolbar.c
6290         * src/summaryview.c
6291         * src/gtk/gtkutils.c
6292         * src/gtk/quicksearch.c
6293         * src/plugins/dillo_viewer/dillo_prefs.c
6294                 dialog cleanups
6295
6296 2005-12-04 [paul]       1.9.100cvs60
6297
6298         * src/inc.c
6299         * src/prefs_account.c
6300         * src/prefs_account.h
6301                 allow a Local account to specify a
6302                 default inbox
6303                 (closes bug 843 'Inbox cannot be changed for local
6304                  mailboxes')
6305
6306 2005-12-04 [colin]      1.9.100cvs59
6307
6308         * src/plugins/trayicon/trayicon.c
6309                 Remove Get, rename Get All to Get Mail in order to
6310                 be consistent with the default main toolbar
6311
6312 2005-12-03 [colin]      1.9.100cvs58
6313
6314         * manual/gpl.xml
6315         * manual/sylpheed-claws-manual.xml
6316                 Add GPL appendix
6317
6318 2005-12-03 [paul]       1.9.100cvs57
6319
6320         * AUTHORS
6321         * po/sv.po
6322         * src/gtk/authors.h
6323                 new (partially complete) Swedish translation
6324                 by Anders Troback <sylpheed@troback.com>
6325
6326 2005-12-02 [paul]       1.9.100cvs56
6327
6328         * configure.ac
6329                 libetpan 0.41 required
6330
6331 2005-12-02 [paul]       1.9.100cvs55
6332
6333         * src/plugins/clamav/clamav_plugin.c
6334         * src/plugins/clamav/clamav_plugin.h
6335         * src/plugins/clamav/clamav_plugin_gtk.c
6336         * src/plugins/spamassassin/spamassassin.c
6337         * src/plugins/spamassassin/spamassassin.h
6338         * src/plugins/spamassassin/spamassassin_gtk.c
6339                 unregister prefs pages on unloading, thus
6340                 preventing a crash
6341                 (thanks to Colin for the hint)
6342
6343 2005-12-02 [wwp]        1.9.100cvs54
6344
6345         * src/quote_fmt.h
6346         * src/quote_fmt_parse.y
6347                 fix misuse of gboolean*, use gboolean instead
6348                 (thanks to Paul, Colin, for pointing out that scaring one)
6349
6350 2005-12-02 [paul]       1.9.100cvs53
6351
6352         * src/plugins/clamav/clamav_plugin.c
6353                 int no --> unsigned int no
6354         * src/plugins/clamav/clamav_plugin_gtk.c
6355                 rework config page
6356
6357 2005-12-02 [wwp]        1.9.100cvs52
6358
6359         * src/compose.c
6360         * src/prefs_template.c
6361         * src/quote_fmt.h
6362         * src/quote_fmt_parse.y
6363                 prevent from executing |f and |p templates commands when
6364                 adding or replacing templates in prefs (avoids annoying and
6365                 potentially dangerous behaviours)
6366
6367 2005-12-02 [paul]       1.9.100cvs51
6368
6369         * src/prefs_common.c
6370                 allow translation of some default values
6371                 Patch by Fabien Vantard
6372
6373 2005-12-02 [paul]       1.9.100cvs50
6374
6375         * src/codeconv.c
6376         * src/codeconv.h
6377         * src/prefs_common.c
6378         * src/prefs_common.h
6379         * src/prefs_message.c
6380         * src/textview.c
6381                 remove obsolete 'convert_mb_alnum' option
6382                 and related stuff
6383         * src/gtk/about.c
6384                 remove unused 'about_textview_visibility_notify'
6385
6386 2005-12-02 [paul]       1.9.100cvs49
6387
6388         * src/prefs_account.c
6389         * src/prefs_compose_writing.c
6390         * src/prefs_fonts.c
6391         * src/prefs_gtk.h
6392         * src/prefs_image_viewer.c
6393         * src/prefs_message.c
6394         * src/prefs_other.c
6395         * src/prefs_receive.c
6396         * src/prefs_send.c
6397         * src/prefs_spelling.c
6398         * src/prefs_summaries.c
6399         * src/prefs_wrapping.c
6400         * src/plugins/dillo_viewer/dillo_prefs.c
6401         * src/plugins/pgpcore/prefs_gpg.c
6402                 several cleanups to the prefs dialogs
6403                 (slightly modified) patch by Fabien Vantard
6404
6405 2005-12-02 [paul]       1.9.100cvs48
6406
6407         * src/main.c
6408                 --exit means exit
6409         * src/send_message.c
6410                 fix crash on send when connection fails
6411
6412         Thanks to Colin
6413
6414 2005-12-01 [colin]      1.9.100cvs47
6415
6416         * src/html.c
6417                 Translate &hellip; to "..."
6418
6419 2005-11-30 [colin]      1.9.100cvs46
6420
6421         * src/matcher.c
6422         * src/matcher.h
6423                 Optimize back yesterday's fix.
6424
6425 2005-11-30 [paul]       1.9.100cvs45
6426
6427         * manual/faq.xml
6428                 standardised
6429         * manual/intro.xml
6430                 written by Colin, edited by me
6431
6432 2005-11-29 [colin]      1.9.100cvs44
6433
6434         * src/matcher.c
6435                 Skip headers unconditionnaly in match_body if the
6436                 rule is not message or ~message
6437
6438 2005-11-29 [colin]      1.9.100cvs43
6439
6440         * src/matcher.c
6441                 Fix body_part and such, not skipping headers 
6442                 if the matchcriteria wasn't the first in the rule
6443
6444 2005-11-29 [colin]      1.9.100cvs42
6445
6446         * src/compose.c
6447                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6448                 option missing from message view window)
6449                 Fix double text D'n'D with gtk-2.8
6450         * src/matcher.c
6451                 Fix ~message, ~headers_part, ~body_part rules
6452         * src/messageview.c
6453                 Add Windows-1252 (Closes bug #863)
6454                 Fix accels
6455         * src/gtk/gtkaspell.c
6456                 Properly destroy accels in all menus
6457
6458 2005-11-29 [mones]      1.9.100cvs41
6459
6460         * po/es.po
6461                 Updated.
6462
6463 2005-11-27 [colin]      1.9.100cvs40
6464
6465         * src/mh_gtk.c
6466                 "/Remove mailbox" -> "/Remove mailbox..."
6467
6468 2005-11-27 [paul]       1.9.100cvs39
6469
6470         * AUTHORS
6471         * po/de.po
6472         * src/gtk/authors.h
6473                 updated by new maintainer, Stephan Sachse
6474
6475 2005-11-27 [paul]       1.9.100cvs38
6476
6477         * manual/faq.xml
6478                 written by Colin, edited by me
6479
6480 2005-11-27 [paul]       1.9.100cvs37
6481
6482         * src/prefs_common.c
6483         * src/prefs_common.h
6484         * src/prefs_receive.c
6485         * src/prefs_summaries.c
6486                 move 'go to inbox after receiving new mail'
6487                 option from display/sumamaries to mail
6488                 handling/receive, and rework prefs_summaries
6489                 dialog a little
6490
6491 2005-11-25 [martin]     1.9.100cvs36
6492
6493         * po/de.po
6494             fixed windows-1252 translation;
6495             translated some new and fuzzy strings
6496
6497 2005-11-25 [paul]       1.9.100cvs35
6498
6499         * src/plugins/clamav/clamav_plugin.c
6500                 complete the update done in cvs34
6501
6502 2005-11-25 [paul]       1.9.100cvs34
6503
6504         * src/plugins/clamav/clamav_plugin.c
6505                 reflect upstream changes
6506
6507 2005-11-25 [paul]       1.9.100cvs33
6508
6509         * manual/ack.xml
6510         * manual/plugins.xml
6511         * manual/sylpheed-claws-manual.xml
6512                 written/updated by Colin, edited by me
6513         * tools/acroread2sylpheed.pl
6514                 update binary name
6515
6516 2005-11-24 [colin]      1.9.100cvs32
6517
6518         * src/compose.c
6519                 Fix bug #856 (reediting messages forgets Request
6520                 Return Receipt)
6521
6522 2005-11-24 [paul]       1.9.100cvs31
6523
6524         * manual/addrbook.xml
6525         * manual/starting.xml
6526                 written by Colin, proofread, edited, adapted by me
6527         * manual/advanced.xml
6528                 add some Actions examples
6529         * src/importldif.c
6530                 use a Save button instead of a Close button
6531         * src/wizard.c
6532                 indicate mandatory fields
6533                 fix page display
6534                 Thanks to Colin
6535
6536 2005-11-23 [colin]      1.9.100cvs30
6537
6538         * src/addressbook.c
6539                 Rename menu item, fix possible crash after
6540                 deletion of books
6541         * src/addrindex.c
6542                 Allow searching for '*' in ldap
6543         * src/browseldap.c
6544                 Fix "Browse Entry" (did anyone use it?)
6545         * src/wizard.c
6546                 Add guards for mandatory information
6547
6548 2005-11-23 [paul]       1.9.100cvs29
6549
6550         * manual/advanced.xml
6551                 corrections to the English
6552
6553 2005-11-23 [colin]      1.9.100cvs28
6554
6555         * src/mimeview.c
6556                 Fix possible crash at exit. After the call to
6557                 gtk_container_remove(), the Viewer's widget has no
6558                 more parent so gtk+ automatically frees it and its
6559                 sons. If destroy_viewer() then try to access it,
6560                 problems ensue.
6561
6562 2005-11-22 [colin]      1.9.100cvs27
6563
6564         * src/compose.c
6565         * src/gtk/gtkaspell.c
6566                 Fix right-clicking on a misspelled word
6567                 Fix More... in suggestions menu
6568
6569 2005-11-22 [wwp]        1.9.100cvs26
6570
6571         * src/prefs_template.c
6572                 templates works: re-sort templates list when adding or replacing,
6573                 prevent from adding or replacing when the template name is empty
6574
6575 2005-11-21 [colin]      1.9.100cvs25
6576
6577         * src/addressbook.c
6578                 Fix some addressbook suckage (dnd, select all)
6579         * src/compose.c
6580         * src/gtk/gtkaspell.c
6581         * src/gtk/gtkaspell.h
6582                 Make the spellchecker menu work with the 
6583                 GtkTextView one instead of overriding it
6584
6585 2005-11-20 [paul]       1.9.100cvs24
6586
6587         * manual/handling.xml
6588                 proofread and corrected
6589
6590 2005-11-20 [paul]       1.9.100cvs23
6591
6592         * manual/Makefile
6593                 generate html as one file
6594         * manual/advanced.xml
6595                 fix output generation
6596                 reformat hidden options list
6597         * manual/manual.xml     ** REMOVED **
6598         * manual/sylpheed-claws-manual.xml      ** ADDED **
6599                 renamed
6600
6601 2005-11-18 [colin]      1.9.100cvs22
6602
6603         * src/prefs_account.c
6604                 Fix layout in news and mbox accounts
6605         * manual/account.xml
6606         * manual/advanced.xml
6607                 New contents for Paul to check :)
6608
6609 2005-11-18 [wwp]        1.9.100cvs21
6610
6611         * src/gtk/quicksearch.c
6612                 don't update extended quicksearch buttons twice
6613
6614 2005-11-18 [paul]       1.9.100cvs20
6615
6616         * src/textview.c
6617                 complete 1.9.100cvs19
6618
6619 2005-11-18 [paul]       1.9.100cvs19
6620
6621         * src/compose.c
6622                 cosmetic improvements
6623         * src/textview.c
6624                 also list text/* attachments
6625
6626 2005-11-18 [colin]      1.9.100cvs18
6627
6628         * src/summaryview.c
6629                 Use column 0 instead of -1 in 
6630                 gtk_ctree_node_moveto, in a naive
6631                 hope it'll fix the gtk-related crashes
6632
6633 2005-11-18 [colin]      1.9.100cvs17
6634
6635         * src/gtk/inputdialog.c
6636                 Fix icon staying the first one
6637
6638 2005-11-17 [wwp]        1.9.100cvs16
6639                 fix possible problem showing some quicksearch buttons, and a bad
6640                 call to g_return_if_fail in a function that returns a value (both
6641                 fixes by Fabien Vantard)
6642
6643 2005-11-15 [wwp]        1.9.100cvs15
6644
6645         * src/gtk/quicksearch.c
6646                 added a tooltip to that obscure ... quicksearch button
6647
6648 2005-11-15 [wwp]        1.9.100cvs14
6649
6650         * src/gtk/quicksearch.c
6651                 add a quicksearch helper to filtering expression users: the ... button
6652                 raises the condition expr window. condition expressions set up w/ this
6653                 window are used by the quicksearch if the user closes it pressing OK.
6654
6655 2005-11-14 [paul]       1.9.100cvs13
6656
6657         * src/plugins/clamav/clamav_plugin.c
6658         * src/plugins/spamassassin/spamassassin.c
6659                 change plugin type following recent merging
6660
6661 2005-11-14 [wwp]        1.9.100cvs12
6662
6663         * src/folder.c
6664                 prevent from crashing when copying/moving message(s) from and
6665                 to the same folder
6666
6667 2005-11-14 [paul]       1.9.100cvs11
6668
6669         * src/plugins/clamav/Makefile.am
6670         * src/plugins/clamav/clamav_plugin.c
6671         * src/plugins/clamav/clamav_plugin.h
6672         * src/plugins/clamav/clamav_plugin_gtk.c
6673                 also merge clamav and clamav_gtk plugins
6674
6675 2005-11-13 [colin]      1.9.100cvs10
6676
6677         * configure.ac
6678         * src/plugins/spamassassin/Makefile.am
6679         * src/plugins/spamassassin/spamassassin.c
6680         * src/plugins/spamassassin/spamassassin.h
6681         * src/plugins/spamassassin/spamassassin_gtk.c
6682                 Merge spamassassin and spamassassin_gtk plugins,
6683                 and build it by default.
6684
6685 2005-11-12 [colin]      1.9.100cvs9
6686
6687         * src/etpan/imap-thread.c
6688                 Fix gcc warning
6689
6690 2005-11-12 [colin]      1.9.100cvs8
6691
6692         * src/procmime.c
6693                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6694
6695 2005-11-10 [colin]      1.9.100cvs7
6696
6697         * src/main.c
6698                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6699                 minimised state)
6700
6701 2005-11-10 [wwp]        1.9.100cvs6
6702
6703         * src/gtk/description_window.c
6704                 fix a crash when closing description windows using the WM's [X] button
6705
6706 2005-11-09 [colin]      1.9.100cvs5
6707
6708         * src/common/ssl.c
6709                 Update libetpan call to follow upstream
6710                 (yes, this requires libetpan-0.40cvs3)
6711
6712 2005-11-08 [colin]      1.9.100cvs4
6713
6714         * src/compose.c
6715         * src/textview.c
6716         * src/common/utils.c
6717         * src/common/utils.h
6718                 Enhance the email parser
6719
6720 2005-11-08 [colin]      1.9.100cvs3
6721
6722         * src/procmime.c
6723                 Fix what looks like an off-by-one (fixes 
6724                 attachments from the Bat)
6725
6726 2005-11-08 [wwp]        1.9.100cvs2
6727
6728         * src/main.c
6729                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6730
6731 2005-11-08 [wwp]        1.9.100cvs1
6732
6733         * src/main.c
6734                 allow exiting Sylpheed-Claws from command-line
6735
6736 2005-11-08 [paul]       1.9.100
6737
6738         1.9.100 released
6739
6740 2005-11-07 [colin]      1.9.99cvs17
6741
6742         * src/addritem.c
6743         * src/ldif.c
6744                 Fix import of base-64 encoded items
6745
6746 2005-11-07 [colin]      1.9.99cvs16
6747
6748         * src/send_message.c
6749                 Fix bug #314 (Queue does not empty under certain 
6750                 circumstances)
6751
6752 2005-11-07 [paul]       1.9.99cvs15
6753
6754         * src/mutt.c
6755         * src/pine.c
6756                 fix buffer overflows
6757                 Thanks to Colin
6758
6759 2005-11-07 [paul]       1.9.99cvs14
6760
6761         * doc/man/Makefile.am
6762         * doc/man/sylpheed-claws.1      ** ADDED **
6763         * doc/man/sylpheed.1            ** DELETED **
6764                 rename and update the man file
6765
6766 2005-11-06 [colin]      1.9.99cvs13
6767
6768         * src/ldif.c
6769                 Fix ldif_get_line() that returned empty strings
6770                 (Didn't understand why). Also fix a possible
6771                 buffer overflow.
6772
6773 2005-11-06 [wwp]        1.9.99cvs12
6774
6775         * src/textview.c
6776         * src/gtk/about.c
6777         * src/gtk/gtkutils.c
6778         * src/gtk/gtkutils.h
6779                 fix a compilation warning,
6780                 make links sensitive in the about dialog
6781
6782 2005-11-04 [wwp]        1.9.99cvs11
6783
6784         * src/gtk/about.c
6785                 don't wrap or translate URIs, and a bit text format cleanup
6786
6787 2005-11-04 [wwp]        1.9.99cvs10
6788
6789         * src/gtk/about.c
6790                 better textview tagging implementation (no more use of marks for
6791                 postponed tagging)
6792
6793 2005-11-02 [colin]      1.9.99cvs9
6794
6795         * src/common/ssl.c
6796                 Forgot an ifdef
6797
6798 2005-11-02 [colin]      1.9.99cvs8
6799
6800         * configure.ac
6801                 Require libetpan-0.40 due to upstream fix
6802         * src/common/ssl.c
6803                 Tell libetpan not to call SSL_Library_Init,
6804                 as we do it ourselves.
6805
6806 2005-11-02 [colin]      1.9.99cvs7
6807
6808         * po/POTFILES.in
6809                 Add missing files (thanks to Fabien Vantard)
6810
6811 2005-11-02 [colin]      1.9.99cvs6
6812
6813         * src/summaryview.c
6814                 Fix totals when read messages are hidden or quicksearch
6815                 is on
6816         * src/ssl_manager.c
6817         * src/ssl_manager.h
6818         * src/common/ssl_certificate.c
6819         * src/common/ssl_certificate.h
6820         * src/gtk/sslcertwindow.c
6821         * src/gtk/sslcertwindow.h
6822                 Fix copyright on my stuff
6823
6824 2005-11-02 [wwp]        1.9.99cvs5
6825
6826         * src/prefs_themes.c
6827                 fix directory name checking (theme installation/removal),
6828                 made related error a bit more verbose
6829
6830 2005-11-02 [colin]      1.9.99cvs4
6831
6832         * src/summaryview.c
6833                 Fix typo (probably fixes bug #841 (Sort by the From 
6834                 field doesn't work)
6835
6836 2005-11-02 [paul]       1.9.99cvs3
6837
6838         * po/ko.po
6839         * po/nb.po
6840                 updated by SungHyun Nam, Geir Helland
6841         * src/wizard.c
6842                 fix typo in welcome message. spotted by
6843                 Andrea Spadaccini
6844
6845 2005-11-01 [colin]      1.9.99cvs2
6846
6847         * src/compose.c
6848                 Fix replying to ml wen confirming subscription
6849         * src/messageview.c
6850         * src/mimeview.c
6851         * src/mimeview.h
6852         * src/privacy.h
6853         * src/summaryview.c
6854                 Make key check non blocking
6855
6856 2005-10-31 [paul]       1.9.99cvs1
6857
6858         * tools/claws.i18n.status.pl
6859                 updated for ChangeLog
6860
6861 2005-10-31 [paul]       1.9.99
6862
6863         1.9.99 released
6864
6865 2005-10-31 [paul]       1.9.15cvs131
6866
6867         * .cvsignore
6868         * ChangeLog
6869         * ChangeLog.claws       ** REMOVED **
6870         * ChangeLog-gtk2.claws  ** REMOVED **
6871         * ChangeLog.gtk1        ** ADDED **
6872         * INSTALL
6873         * Makefile.am
6874         * NEWS
6875         * README
6876         * README.claws          ** REMOVED **
6877         * README.jp             ** REMOVED **
6878         * RELEASE_NOTES         ** ADDED **
6879         * RELEASE_NOTES.claws   ** REMOVED **
6880         * commitHelper
6881         * configure.ac
6882         * sylpheed.spec.in      ** REMOVED **
6883                 tidy up and update the default docs:
6884                 ChangeLog.claws is renamed ChangeLog.gtk1
6885                 ChangeLog-gtk2.claws is renamed ChangeLog
6886                 README.claws is renamed README
6887                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6888
6889 2005-10-31 [paul]       1.9.15cvs130
6890
6891         * po/it.po
6892                 fix errors
6893
6894 2005-10-31 [paul]       1.9.15cvs129
6895
6896         * po/ca.po
6897         * po/de.po
6898         * po/en_GB.po
6899         * po/fr.po
6900         * po/it.po
6901         * po/pt_BR.po
6902         * po/sk.po
6903         * po/sr.po
6904         * po/zh_CN.po
6905                 updated by Miquel Oliete, Stephan Sachse and
6906                 Thomas Gilgin, me, Fabien Vantard, Andrea
6907                 Spadaccini, Frederico Goncalves Guimaraes,
6908                 Andrej Kacian, Aleksandar Urosevic, and
6909                 Ralgh Young.
6910
6911 2005-10-31 [mones]      1.9.15cvs128
6912
6913         * manual/faq.xml
6914                 More questions.
6915         
6916         * po/es.po
6917                 Updated for release.
6918
6919 2005-10-30 [colin]      1.9.15cvs127
6920
6921         * src/compose.c
6922                 Place cursor before rewrapping (fixes cursor
6923                 pos if quotation gets rewrapped)
6924
6925 2005-10-29 [paul]       1.9.15cvs126
6926
6927         * src/crash.c
6928         * src/foldersel.c
6929         * src/main.c
6930         * src/messageview.c
6931         * src/toolbar.c
6932         * src/gtk/authors.h
6933                 corrections to text items
6934
6935 2005-10-28 [colin]      1.9.15cvs125
6936
6937         * src/messageview.c
6938                 Make "hit 'C' to check sig" work from extern 
6939                 messageviews
6940
6941 2005-10-27 [colin]      1.9.15cvs124
6942
6943         * src/summaryview.c
6944                 Add a hack to avoid segfaulting when hammering 
6945                 on gtk's events
6946
6947 2005-10-27 [wwp]        1.9.15cvs123
6948
6949         * src/prefs_themes.c
6950                 sort list of themes names in themes prefs
6951
6952 2005-10-27 [paul]       1.9.15cvs122
6953
6954         * src/folder.c
6955         * src/prefs_account.c
6956                 fix building on Solaris
6957                 Patch by Alex Moore
6958
6959 2005-10-27 [wwp]        1.9.15cvs121
6960
6961         * src/summaryview.c
6962         * src/gtk/gtksctree.c
6963                 speed up unselecting messages in summary view (thanks to Colin)
6964
6965 2005-10-27 [paul]       1.9.15cvs120
6966
6967         * src/mainwindow.c
6968                 fix a compilation warning
6969         * src/summaryview.c
6970                 fix updating of 'n items selected' count
6971                 when deselecting
6972
6973 2005-10-27 [martin]     1.9.15cvs119
6974
6975         * src/action.c
6976                 ignore actions with a leading '/' in the action menu name
6977                 fixes a crash on menu creation
6978         * src/prefs_actions.c
6979                 do not allow a leading '/' in the action menu name
6980
6981 2005-10-27 [paul]       1.9.15cvs118
6982
6983         * src/main.c
6984                 fix compilation warning
6985
6986 2005-10-27 [paul]       1.9.15cvs117
6987
6988         * src/procmime.c
6989                 add #if HAVE_LOCALE_H
6990
6991 2005-10-27 [paul]       1.9.15cvs116
6992
6993         * src/plugins/clamav/clamav_plugin.c
6994         * src/plugins/dillo_viewer/dillo_viewer.c
6995         * src/plugins/mathml_viewer/mathml_viewer.c
6996         * src/plugins/pgpcore/plugin.c
6997         * src/plugins/pgpinline/plugin.c
6998         * src/plugins/pgpmime/plugin.c
6999         * src/plugins/spamassassin/spamassassin.c
7000         * src/plugins/trayicon/trayicon.c
7001                 plugin_init() : make error messages more
7002                 informative
7003
7004 2005-10-26 [wwp]        1.9.15cvs115
7005
7006         * src/prefs_matcher.c
7007                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7008
7009 2005-10-26 [wwp]        1.9.15cvs114
7010
7011         * src/procmime.c
7012         * src/gtk/gtksctree.c
7013         * src/plugins/spamassassin/libspamc.c
7014         * src/plugins/spamassassin/spamassassin.c
7015                 fix some compilation warnings more
7016
7017 2005-10-26 [mones]      1.9.15cvs113
7018
7019         * po/es.po
7020                 Updated translation
7021
7022 2005-10-26 [paul]       1.9.15cvs112
7023
7024         * src/prefs_message.c
7025                 give all display_xface stuff the
7026                 #if HAVE_LIBCOMPFACE treatment, thus
7027                 preventing a crash
7028                 (Thanks to Wolfgang Enderlein)
7029
7030 2005-10-26 [colin]      1.9.15cvs111
7031
7032         * src/gedit-print.c
7033                 Fix date format
7034         * src/imap_gtk.c
7035         * src/news_gtk.c
7036                 Remove context menu items that should not be there
7037         * src/jpilot.c
7038                 Fix encoding
7039         * src/main.c
7040         * src/mainwindow.c
7041                 Don't show the mainwindow too soon
7042
7043 2005-10-26 [wwp]        1.9.15cvs110
7044
7045         * src/folder.c
7046         * src/manual.c
7047         * src/summaryview.c
7048                 fix uninitialized pointers in the folder updating hook
7049                 (thanks to Colin)
7050
7051 2005-10-25 [mones]      1.9.15cvs109
7052
7053         * manual/faq.xml
7054                 General information subsection completed. 
7055                 Removed archaic references.
7056                 
7057         * manual/Makefile
7058         * manual/dtd/manual.dsl
7059                 Added customization stylesheet for getting paragraphs
7060                 fully justified in PDF output (as suggested by Colin).
7061
7062 2005-10-25 [colin]      1.9.15cvs108
7063
7064         * src/compose.c
7065                 Fix a second leak
7066
7067 2005-10-25 [colin]      1.9.15cvs107
7068
7069         * src/addrbook.c
7070         * src/addrindex.c
7071                 Fix leak (xml_get_element() allocates memory)
7072         * src/compose.c
7073                 Fix leak + dead code (shame!)
7074         * src/procmime.c
7075                 Fix leak
7076
7077 2005-10-25 [colin]      1.9.15cvs106
7078
7079         * src/mimeview.c
7080                 Fix encoding issue in Save all and in 
7081                 overwrite-confirmation alertpanel
7082
7083 2005-10-25 [colin]      1.9.15cvs105
7084
7085         * src/common/socket.c
7086                 Fix a leak - Thanks to Christopher Aillon
7087                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7088
7089 2005-10-25 [paul]       1.9.15cvs104
7090
7091         * src/wizard.c
7092                 Always guess servers from the right-hand
7093                 email part and guess username from the
7094                 left-hand part. (Thanks to Colin)
7095                 add an X-Face to the welcome message
7096
7097 2005-10-25 [paul]       1.9.15cvs103
7098
7099         * manual/handling.xml
7100                 written by Colin, edited by me
7101
7102 2005-10-25 [wwp]        1.9.15cvs102
7103
7104         * src/folderview.c
7105         * src/grouplistdialog.c
7106         * src/imap.c
7107         * src/noticeview.c
7108                 fix some compilation warnings
7109
7110 2005-10-24 [paul]
7111
7112         1.9.99-rc3 released
7113
7114 2005-10-24 [paul]       1.9.15cvs101
7115
7116         * src/gtk/about.c
7117                 fix window sizing
7118
7119 2005-10-24 [paul]       1.9.15cvs100
7120
7121         * src/pixmaps/offline.xpm
7122         * src/pixmaps/online.xpm
7123                 replace with last default versions
7124
7125 2005-10-24 [colin]      1.9.15cvs99
7126
7127         * src/imap.c
7128                 Fix bug when moving a folder
7129         * src/imap_gtk.c
7130         * src/mh_gtk.c
7131                 "Delete folder" pops up a window, so it 
7132                 should be suffixed with "..."
7133         * src/plugins/pgpcore/sgpgme.c
7134                 Include locale.h
7135
7136 2005-10-24 [mones]      1.9.15cvs98
7137
7138         * manual/Makefile
7139         * manual/account.xml
7140         * manual/ack.xml
7141         * manual/addrbook.xml
7142         * manual/advanced.xml
7143         * manual/faq.xml
7144         * manual/glossary.xml
7145         * manual/gpl.xml
7146         * manual/handling.xml
7147         * manual/intro.xml
7148         * manual/keyboard.xml
7149         * manual/manual.xml
7150         * manual/plugins.xml
7151         * manual/starting.xml
7152         * manual/dtd/sdocbook.dtd
7153                 Initial manual structure and some content.
7154
7155 2005-10-23 [wwp]        1.9.15cvs97
7156
7157         * src/gtk/about.c
7158                 fix a typo
7159
7160 2005-10-23 [wwp]        1.9.15cvs96
7161
7162         * src/gtk/about.c
7163         * src/gtk/authors.h
7164                 rework of the about window (main work by Paul), also featuring a few
7165                 fixes for typos and duplicate names
7166
7167 2005-10-23 [wwp]        1.9.15cvs95
7168
7169         * src/.cvsignore
7170                 Ignore the right binary name (sylpheed-claws now)
7171
7172 2005-10-23 [paul]       1.9.15cvs94
7173
7174         * src/compose.c
7175                 when using Folder Pref 'Default To for
7176                 replies' make the entry in the Compose
7177                 window bold
7178                 Patch by Fabien Vantard
7179
7180 2005-10-22 [colin]      1.9.15cvs93
7181
7182         * src/codeconv.c
7183                 Fix leak
7184
7185 2005-10-22 [colin]      1.9.15cvs92
7186
7187         * src/codeconv.c
7188                 try to convert using locale (apart utf8) if necessary
7189
7190 2005-10-22 [colin]      1.9.15cvs91
7191
7192         * src/pixmaps/new.xpm
7193         * src/pixmaps/unread.xpm
7194                 Make the unread envelope blue again and
7195                 saturate the new one a bit more.
7196
7197 2005-10-22 [colin]      1.9.15cvs90
7198
7199         * src/compose.c
7200                 When replying to a mail sent by one of our accounts,
7201                 use the original list of recipients. Let 'Reply All'
7202                 and 'Reply to sender' work like previously.
7203
7204 2005-10-21 [colin]      1.9.15cvs89
7205
7206         * src/prefs_filtering.c
7207                 Clear fields after add and replace
7208         * src/textview.c
7209                 Display xface differently (better)
7210         * src/plugins/pgpinline/pgpinline.c
7211                 Fix crappy encodings/recodings
7212
7213 2005-10-21 [paul]       1.9.15cvs88
7214
7215         * src/compose.c
7216         * src/prefs_folder_item.c
7217         * src/toolbar.c
7218                 fix news folder Folder Properties
7219                 (thanks to Colin)
7220         * src/folderview.c
7221                 update folderview after Themes change
7222                 keep selected folder selected
7223                 (thanks to Colin)
7224
7225 2005-10-21 [paul]       1.9.15cvs87
7226
7227         * tools/Makefile.am
7228         * tools/OOo2sylpheed.pl
7229         * tools/README
7230         * tools/README.sylprint
7231         * tools/asus_mailled.sh         ** REMOVED **
7232         * tools/filter_conv.pl
7233         * tools/freshmeat_search.pl
7234         * tools/google_search.pl
7235         * tools/gpg-sign-syl            ** REMOVED **
7236         * tools/kmail2sylpheed.pl
7237         * tools/kmail2sylpheed_v2.pl
7238         * tools/multiwebsearch.pl
7239         * tools/nautilus2sylpheed.sh
7240         * tools/newscache_clean.pl
7241         * tools/outlook2sylpheed.pl
7242         * tools/sylpheed-switcher       ** REMOVED **
7243         * tools/sylprint.pl
7244         * tools/sylprint.rc
7245         * tools/tb2sylpheed
7246         * tools/vcard2xml.py
7247         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7248                 update default config dir
7249                 update binary name (thanks to Fabien Vantard)
7250                 remove obsolete scripts
7251
7252 2005-10-21 [colin]      1.9.15cvs86
7253
7254         * src/inc.c
7255                 Fix possible leak and units. Based on a patch by
7256                 Fabien Vantard.
7257
7258 2005-10-20 [colin]      1.9.15cvs85
7259
7260         * src/textview.c
7261                 Clear xface when clearing textview
7262
7263 2005-10-20 [colin]      1.9.15cvs84
7264
7265         * configure.ac
7266         * src/folderview.c
7267         * src/headerview.c
7268         * src/main.c
7269         * src/prefs_common.c
7270         * src/prefs_common.h
7271         * src/prefs_message.c
7272         * src/textview.c
7273         * src/textview.h
7274         * src/common/defs.h
7275         * src/common/utils.c
7276         * src/common/utils.h
7277         * src/gtk/gtkutils.c
7278         * src/gtk/gtkutils.h
7279                 Migrate config to .sylpheed-claws (Automatically)
7280                 Add a way to get the Xface in the TextView
7281
7282 2005-10-20 [colin]      1.9.15cvs83
7283
7284         * src/gtk/Makefile.am
7285         * src/gtk/about.c
7286         * src/gtk/authors.h
7287                 Make the about dialog *grooovy*
7288
7289 2005-10-20 [colin]      1.9.15cvs82
7290
7291         * src/mimeview.c
7292                 Use "Open with" on double click if no command
7293                 was found
7294
7295 2005-10-20 [colin]      1.9.15cvs81
7296
7297         * src/imap.c
7298         * src/etpan/imap-thread.c
7299                 Fix possible crash.
7300
7301 2005-10-20 [paul]       1.9.15cvs80
7302
7303         * src/folder.c
7304                 don't show clipkey icon if the only
7305                 attachment is the signature
7306                 Patch by Colin
7307
7308 2005-10-20 [paul]       1.9.15cvs79
7309
7310         * AUTHORS
7311         * src/plugins/pgpmime/pgpmime.c
7312                 name the PGP/MIME signature 'signature.asc'
7313                 Patch by Andrew Nelson <freeandy@gmail.com>
7314
7315 2005-10-19 [colin]      1.9.15cvs78
7316
7317         * src/plugins/pgpmime/pgpmime.c
7318                 Oops, no need to double-check though
7319
7320 2005-10-19 [colin]      1.9.15cvs77
7321
7322         * src/plugins/pgpinline/pgpinline.c
7323         * src/plugins/pgpmime/pgpmime.c
7324                 Check that my_tmpfile() doesn't 
7325                 return NULL
7326
7327 2005-10-19 [colin]      1.9.15cvs76
7328
7329         * src/common/utils.c
7330                 Use shorter mime boundaries to avoid having
7331                 MTAs rewrapping our headers, breaking the
7332                 PGP signature in the process 
7333         * src/compose.c
7334         * src/plugins/pgpmime/pgpmime.c
7335                 Check for boundary uniqueness to be sure
7336                 it won't happen, instead of hoping for the
7337                 best
7338
7339 2005-10-19 [colin]      1.9.15cvs75
7340
7341         * sylpheed-claws.desktop
7342         * src/Makefile.am
7343         * src/main.c
7344                 Ship a sylpheed-claws binary instead
7345                 of a sylpheed one. Change the socket
7346                 name, too
7347         * src/folderview.c
7348                 Update folder only if it changed
7349         * src/wizard.c
7350                 Fix i18n in welcome mail, patch by
7351                 Fabien Vantard
7352
7353 2005-10-19 [paul]
7354
7355         1.9.99-rc2 released
7356
7357 2005-10-19 [paul]       1.9.15cvs74
7358
7359         * src/folder.c
7360         * src/folderview.c
7361                 fix summaryview update
7362                 Patch by Colin
7363
7364 2005-10-18 [colin]      1.9.15cvs73
7365
7366         * src/plugins/pgpcore/passphrase.c
7367                 Don't XGrabServer, and try a bit more to 
7368                 sync everything before grabbing mouse/keyboard
7369
7370 2005-10-18 [colin]      1.9.15cvs72
7371
7372         * src/Makefile.am
7373         * src/addressadd.c
7374         * src/addressbook.c
7375         * src/folderview.c
7376         * src/grouplistdialog.c
7377         * src/mimeview.c
7378         * src/stock_pixmap.c
7379         * src/stock_pixmap.h
7380         * src/summaryview.c
7381         * src/gtk/gtksctree.c
7382         * src/gtk/gtksctree.h
7383         * src/pixmaps/empty.xpm
7384                 Implement a wrapper call for gtk_ctree_set_node_info
7385                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7386                 pixmap instead of a NULL one. This works around some
7387                 memory problems deep inside gtk, revealed by valgrind,
7388                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7389                 as locked crashes sylpheed.), as well as, probably, 
7390                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7391
7392 2005-10-17 [colin]      1.9.15cvs71
7393
7394         * src/mimeview.c
7395                 Provide visual feedback when checking
7396                 signature
7397
7398 2005-10-17 [colin]      1.9.15cvs70
7399
7400         * src/main.c
7401                 Keep the folder list frozen while checking caches...
7402
7403 2005-10-17 [colin]      1.9.15cvs69
7404
7405         * src/addr_compl.c
7406                 Fi bug #833 (Autocompleting from addressbook 
7407                 fails with extended chars)
7408         * src/imap.c
7409                 Fix 'adding messages' staying in statusbar
7410                 after an error
7411
7412 2005-10-17 [wwp]        1.9.15cvs68
7413
7414         * src/ssl_manager.c
7415                 Fix buttons' layout resizing when window size changes
7416
7417 2005-10-17 [wwp]        1.9.15cvs67
7418
7419         * src/account.c
7420         * src/prefs_account.c
7421         * src/prefs_common.c
7422         * src/prefs_common.h
7423         * src/prefs_folder_item.c
7424         * src/prefs_gtk.c
7425         * src/gtk/logwindow.c
7426         * src/gtk/pluginwindow.c
7427         * src/gtk/prefswindow.c
7428         * src/gtk/prefswindow.h
7429                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7430
7431 2005-10-17 [paul]       1.9.15cvs66
7432
7433         * configure.ac
7434                 fix missing libetpan message
7435         * po/en_GB.po
7436                 updated
7437         * src/crash.c
7438         * src/manual.c
7439         * src/prefs_themes.c
7440         * src/common/defs.h
7441                 add some new URI defines, change some
7442                 others
7443         * src/wizard.c
7444                 make welcome message translatable
7445                 small improvements to english
7446                 other tweaks
7447         * src/gtk/menu.c
7448                 fix warnings
7449
7450 2005-10-17 [paul]       1.9.15cvs65
7451
7452         * src/summaryview.c
7453                 fix column titles
7454
7455 2005-10-16 [mones]      1.9.15cvs64
7456
7457         * po/es.po
7458                 Updated translation
7459
7460 2005-10-16 [colin]
7461
7462         1.9.99-rc1 released
7463
7464 2005-10-16 [colin]      1.9.15cvs63
7465
7466         * src/wizard.c
7467                 Fix whitespace
7468
7469 2005-10-16 [colin]      1.9.15cvs62
7470
7471         * src/toolbar.c
7472                 s/Get All/Get Mail/
7473         * src/wizard.c
7474                 Real welcome mail text, thanks Paul
7475
7476 2005-10-16 [colin]      1.9.15cvs61
7477
7478         * src/editldap.c
7479         * src/exporthtml.c
7480         * src/main.c
7481         * src/mainwindow.c
7482         * src/prefs_themes.c
7483         * src/prefs_toolbar.c
7484         * src/plugins/demo/demo.c
7485         * src/plugins/trayicon/trayicon.c
7486                 s/Sylpheed/Sylpheed-Claws/
7487
7488 2005-10-16 [colin]      1.9.15cvs60
7489
7490         * src/wizard.c
7491                 Add a welcome email in the first empty mailbox
7492         * src/prefs_common.c
7493                 Change one more default
7494
7495 2005-10-16 [colin]      1.9.15cvs59
7496
7497         * src/wizard.c
7498                 Remove printf
7499
7500 2005-10-16 [colin]      1.9.15cvs58
7501
7502         * src/toolbar.c
7503         * src/prefs_common.c
7504                 Change some defaults
7505
7506 2005-10-16 [colin]      1.9.15cvs57
7507
7508         * src/toolbar.c
7509         * src/prefs_common.c
7510                 Change some defaults
7511
7512 2005-10-16 [colin]      1.9.15cvs56
7513
7514         * src/wizard.c
7515                 By default, initialize fonts to have
7516                 the same size as normal GtkWidgets
7517
7518 2005-10-16 [colin]      1.9.15cvs55
7519
7520         * src/mimeview.c
7521                 Fix message a bit more
7522
7523 2005-10-16 [colin]      1.9.15cvs54
7524
7525         * src/addressbook.c
7526                 Second attempt at flicker fixing
7527
7528 2005-10-16 [colin]      1.9.15cvs53
7529
7530         * src/addressbook.c
7531                 Fix flicker
7532
7533 2005-10-16 [wwp]        1.9.15cvs52
7534
7535         * src/addressbook.c
7536         * src/editaddress.c
7537         * src/prefs_common.c
7538         * src/prefs_common.h
7539                 Remember window sizes (address book)
7540
7541 2005-10-16 [wwp]        1.9.15cvs51
7542
7543         * src/plugins/clamav/clamav_plugin_gtk.c
7544         * src/plugins/spamassassin/spamassassin_gtk.c
7545                 Fix compilation warnings (missing #include).
7546
7547 2005-10-16 [colin]      1.9.15cvs50
7548
7549         * src/mimeview.c
7550         * src/summaryview.c
7551         * src/textview.c
7552                 Make 'c' check signature, and forward
7553                 c, l, y, t from summaryview to mimeview
7554
7555 2005-10-16 [colin]      1.9.15cvs49
7556
7557         * src/addressbook.c
7558                 Put border around buttons
7559         * src/mainwindow.c
7560         * src/summaryview.c
7561                 Rework menus (Patch based on a patch
7562                 by Paul)
7563
7564 2005-10-15 [wwp]        1.9.15cvs48
7565
7566         * src/editjpilot.c
7567         * src/editldap.c
7568         * src/editvcard.c
7569         * src/exphtmldlg.c
7570         * src/expldifdlg.c
7571         * src/export.c
7572         * src/import.c
7573         * src/importldif.c
7574         * src/importmutt.c
7575         * src/importpine.c
7576         * src/prefs_account.c
7577         * src/prefs_spelling.c
7578         * src/gtk/gtkutils.c
7579         * src/gtk/gtkutils.h
7580         * src/plugins/clamav/clamav_plugin_gtk.c
7581         * src/plugins/spamassassin/spamassassin_gtk.c
7582                 use nicer browse-for-file/dir buttons than the "..." ones,
7583                 code factorizing more.
7584
7585 2005-10-14 [colin]      1.9.15cvs47
7586
7587         * src/mainwindow.c
7588                 set relief on the account switcher so that people see it
7589                 grey out Create processing rules when no message is selected
7590         * src/prefs_filtering.c
7591                 ask before closing if the rule has not been modified, even if
7592                 it's not valid
7593         * src/prefs_matcher.c
7594                 fix sensitivity when entering the dialog
7595         * src/gtk/inputdialog.c
7596                 display a better icon on password ask
7597         * src/plugins/pgpcore/passphrase.c
7598                 make the dialog look better
7599
7600 2005-10-14 [paul]       1.9.15cvs46
7601
7602         * src/folderview.c
7603                 indicate presense of marked msgs in
7604                 unexpanded subfolders
7605
7606 2005-10-14 [paul]       1.9.15cvs45
7607
7608         * src/prefs_actions.c
7609         * src/prefs_common.c
7610         * src/prefs_common.h
7611         * src/prefs_filtering_action.c
7612         * src/prefs_matcher.c
7613         * src/prefs_template.c
7614                 remember window sizes
7615                 fix Info button size
7616
7617         Patches by wwp
7618
7619 2005-10-13 [colin]      1.9.15cvs44
7620
7621         * src/mimeview.c
7622         * src/noticeview.c
7623         * src/noticeview.h
7624                 Add a tooltip on the icon (optional) 
7625                 Get rid of the signature buttons and only
7626                 use the icon+tooltip
7627
7628 2005-10-13 [colin]      1.9.15cvs43
7629
7630         * src/noticeview.c
7631         * src/noticeview.h
7632                 Add hand cursor for hovering over icon
7633
7634 2005-10-13 [colin]      1.9.15cvs42
7635
7636         * src/summaryview.c
7637                 Fix crash when quicksearch's hidden 
7638                 at startup
7639
7640 2005-10-13 [colin]      1.9.15cvs41
7641
7642         * src/compose.c
7643                 Set subject when forwarding multiple mails
7644                 Check that other recipient than the default Cc or Bcc
7645                 have been set before sending.
7646
7647 2005-10-13 [colin]      1.9.15cvs40
7648
7649         * src/imap.c
7650                 Batch per-folder
7651                 Introduce locking, but don't use it yet
7652
7653 2005-10-13 [colin]      1.9.15cvs39
7654
7655         * src/gtk/quicksearch.c
7656                 Reset quicksearch when hiding it
7657                 Make sticky a real pref
7658
7659 2005-10-13 [colin]      1.9.15cvs38
7660
7661         * src/summaryview.c
7662                 Faster prefs apply
7663
7664 2005-10-13 [colin]      1.9.15cvs37
7665
7666         * src/mimeview.c
7667         * src/noticeview.c
7668         * src/noticeview.h
7669         * src/plugins/pgpcore/sgpgme.c
7670                 Make privacy icon clickable
7671                 Move Trust field in Full info
7672                 When trust is less than full, don't display
7673                 a warning icon
7674
7675 2005-10-13 [colin]      1.9.15cvs36
7676
7677         * src/folder.c
7678                 Batch on flags sync
7679         * src/folderview.c
7680                 Revert speed hack which is dangerous in fact
7681                 Apply prefs faster
7682
7683 2005-10-13 [colin]      1.9.15cvs35
7684
7685         * src/folder_item_prefs.c
7686                 Fix pref corruption on folder move. Patch
7687                 by wwp
7688
7689 2005-10-13 [paul]       1.9.15cvs34
7690
7691         * src/export.c
7692         * src/import.c
7693                 fix typos in g_warnings
7694         * src/prefs_account.c
7695                 add a file selector for Signature file
7696
7697         Patches by wwp
7698
7699 2005-10-12 [colin]      1.9.15cvs33
7700
7701         * src/mimeview.c
7702                 Provide a quick way to go back from a
7703                 signature's full info to the email part
7704
7705 2005-10-12 [colin]      1.9.15cvs32
7706
7707         * src/compose.c
7708                 Remove old hack of encoding signed mails with base64.
7709                 QP works equally well.
7710
7711 2005-10-12 [colin]      1.9.15cvs31
7712
7713         * src/crash.c
7714                 Replace deprecated GtkText with GtkTextView
7715         * src/imap.c
7716                 Fix a logic bug about counts in imap_select
7717                 (previously un-triggered)
7718         * src/mainwindow.c
7719         * src/summaryview.c
7720         * src/news.c
7721                 Allow local deletion of news posts
7722         * src/mimeview.c
7723                 Show GPG noticeview on the message/rfc822 part
7724                 in addition to the text/plain one
7725         * src/prefs_image_viewer.c
7726           src/plugins/pgpcore/prefs_gpg.c
7727                 Polish (set the label as part of the checkbox)
7728         * src/wizard.c
7729                 Don't sit there doing nothing after destroying
7730                 the window - return err
7731
7732 2005-10-11 [colin]      1.9.15cvs30
7733
7734         * src/folderview.c
7735                 Apply processing rules before showing folders.
7736                 Early folder show (before flags sync) will only
7737                 be done when there are no processing rules (nor
7738                 pre- or post- ones)
7739         * src/imap.c
7740                 Fix stuff related to mail subdir, creation and 
7741                 deletion of folders 
7742         * src/imap_gtk.c
7743                 Don't allow creation of folders in NoInferior
7744                 folders, as it won't work
7745
7746 2005-10-10 [colin]      1.9.15cvs29
7747
7748         * src/compose.c
7749                 Reselect "None" Privacy system when selecting an
7750                 account with no privacy system defined
7751
7752 2005-10-10 [colin]      1.9.15cvs28
7753
7754         * src/mainwindow.c
7755                 Add Windows-1252 encoding
7756         * src/prefs_common.c
7757                 Rework some defaults:
7758                 - autosave to draft by default
7759                 - don't show header pane (it's already in the textview)
7760                 - Select first new or unread mail on entry
7761                 - Assume 'Yes' to change folder when there's no more
7762                   unread message
7763         * src/prefs_matcher.c
7764                 Fix a gtk assertion failure
7765         * src/gtk/colorlabel.c
7766                 Workaround bad repainting on selection
7767         * src/main.c
7768                 Freeze/thaw (a bit faster on ssh -X)
7769         * src/msgcache.c
7770                 Get rid of StrdupConverter that just adds an
7771                 extra strdup/free 
7772         * src/etpan/imap_thread.c
7773                 memset buf to 0
7774
7775 2005-10-10 [colin]      1.9.15cvs27
7776
7777         * src/export.c
7778         * src/import.c
7779                 Fix compile on gtk 2.4. Patch by wwp
7780
7781 2005-10-09 [colin]      1.9.15cvs26
7782
7783         * src/mainwindow.c
7784         * src/messageview.c
7785         * src/summaryview.c
7786                 Clarify forward menus. Patch by wwp
7787
7788 2005-10-09 [colin]      1.9.15cvs25
7789
7790         * src/compose.c
7791         * src/compose.h
7792                 Fix bug #829 (Non-working "Encrypt message by 
7793                 default when replying to an encrypted message")
7794
7795 2005-10-08 [colin]      1.9.15cvs24
7796
7797         * src/wizard.c
7798                 Fix bug #827 ("Welcome" setup wizard after a 
7799                 permission error gives up & forgets itself.)
7800
7801 2005-10-08 [colin]      1.9.15cvs23
7802
7803         * src/procmime.c
7804                 Fix bug #828 (Ignoring headers with spaces around = sign)
7805
7806 2005-10-08 [colin]      1.9.15cvs22
7807
7808         * src/export.c
7809                 Warning fix by wwp
7810
7811 2005-10-08 [colin]      1.9.15cvs21
7812
7813         * src/folder.c
7814         * src/folder.h
7815                 Add a processing_pending indicator, set on 
7816                 folder_item_open and cleared after 
7817                 folder_item_process_open
7818         * src/folderview.c
7819         * src/summaryview.c
7820                 wrap procmsg_msginfo_*_flags, and in the
7821                 wrapper check that there's no folder processing 
7822                 pending. If there is, defer the flags change until 
7823                 processing is done to avoid stepping over each
7824                 other's toes.
7825                 Freeze during processing, but not during scanning.
7826
7827 2005-10-07 [colin]      1.9.15cvs20
7828
7829         * src/plugins/pgpcore/passphrase.c
7830                 Fix bug #826 (X-Server hangs when 
7831                 right-clicking a PGP encrypted message)
7832
7833 2005-10-07 [paul]       1.9.15cvs19
7834
7835         * src/compose.c
7836                 fix compose_entries[]
7837                 patch by Fabien Vantard
7838
7839 2005-10-06 [colin]      1.9.15cvs18
7840
7841         * src/pixmaps/address.xpm
7842         * src/pixmaps/address_book.xpm
7843         * src/pixmaps/book.xpm
7844         * src/pixmaps/check_spelling.xpm
7845         * src/pixmaps/checkbox_off.xpm
7846         * src/pixmaps/checkbox_on.xpm
7847         * src/pixmaps/close.xpm
7848         * src/pixmaps/complete.xpm
7849         * src/pixmaps/continue.xpm
7850         * src/pixmaps/deleted.xpm
7851         * src/pixmaps/down_arrow.xpm
7852         * src/pixmaps/exec.xpm
7853         * src/pixmaps/forwarded.xpm
7854         * src/pixmaps/group.xpm
7855         * src/pixmaps/ignorethread.xpm
7856         * src/pixmaps/interface.xpm
7857         * src/pixmaps/jpilot.xpm
7858         * src/pixmaps/ldap.xpm
7859         * src/pixmaps/linewrap.xpm
7860         * src/pixmaps/linewrapcurrent.xpm
7861         * src/pixmaps/mail.xpm
7862         * src/pixmaps/mail_attach.xpm
7863         * src/pixmaps/mail_compose.xpm
7864         * src/pixmaps/mail_forward.xpm
7865         * src/pixmaps/mail_receive.xpm
7866         * src/pixmaps/mail_receive_all.xpm
7867         * src/pixmaps/mail_reply.xpm
7868         * src/pixmaps/mail_reply_to_all.xpm
7869         * src/pixmaps/mail_reply_to_author.xpm
7870         * src/pixmaps/mail_send.xpm
7871         * src/pixmaps/mail_send_queue.xpm
7872         * src/pixmaps/mime_application.xpm
7873         * src/pixmaps/mime_audio.xpm
7874         * src/pixmaps/mime_image.xpm
7875         * src/pixmaps/mime_message.xpm
7876         * src/pixmaps/mime_text_enriched.xpm
7877         * src/pixmaps/mime_text_html.xpm
7878         * src/pixmaps/mime_text_plain.xpm
7879         * src/pixmaps/mime_unknown.xpm
7880         * src/pixmaps/new.xpm
7881         * src/pixmaps/news_compose.xpm
7882         * src/pixmaps/offline.xpm
7883         * src/pixmaps/online.xpm
7884         * src/pixmaps/paste.xpm
7885         * src/pixmaps/preferences.xpm
7886         * src/pixmaps/privacy_emblem_encrypted.xpm
7887         * src/pixmaps/privacy_expired.xpm
7888         * src/pixmaps/privacy_failed.xpm
7889         * src/pixmaps/privacy_passed.xpm
7890         * src/pixmaps/privacy_signed.xpm
7891         * src/pixmaps/privacy_unknown.xpm
7892         * src/pixmaps/privacy_warn.xpm
7893         * src/pixmaps/properties.xpm
7894         * src/pixmaps/replied.xpm
7895         * src/pixmaps/search.xpm
7896         * src/pixmaps/unread.xpm
7897         * src/pixmaps/up_arrow.xpm
7898         * src/pixmaps/vcard.xpm
7899                 Modernize internal theme, with icons from the 
7900                 Gnomaws theme. Keep some of the old ones where
7901                 they were better.
7902
7903 2005-10-06 [colin]      1.9.15cvs17
7904
7905         * src/summaryview.c
7906                 Little optimisations + bugfix
7907         * src/toolbar.c
7908                 Remove default useless items - useless being defined
7909                 by the default relevant prefs
7910         * src/wizard.c
7911                 include config.h to make gettext work
7912         * src/prefs_themes.c
7913                 Fix selection of current theme in prefs
7914
7915 2005-10-06 [colin]      1.9.15cvs16
7916
7917         * src/prefs_common.c
7918         * src/prefs_common.h
7919         * src/prefs_summaries.c
7920         * src/folderview.c
7921                 Add a warning dialog on Mark all read 
7922                 (with pref to get rid of it)
7923
7924 2005-10-06 [paul]       1.9.15cvs15
7925
7926         * po/nb.po
7927         * po/pt_BR.po
7928                 updated by Geir Helland and Frederico
7929                 Goncalves Guimaraes
7930
7931 2005-10-05 [colin]      1.9.15cvs14
7932
7933         * src/folder.c
7934         * src/folder.h
7935         * src/folderview.c
7936         * src/folderview.h
7937         * src/imap_gtk.c
7938         * src/mh_gtk.c
7939         * src/mainwindow.c
7940         * src/setup.c
7941                 add a way to rescan without rebuilding
7942                 make moving a bit faster (less folders changes)
7943                 don't lock the tree on Get 
7944         * src/imap.c
7945                 Don't re-delete deleted messages before expunging
7946         * src/summaryview.c
7947                 Set batch mode when deleting mails
7948
7949 2005-10-05 [paul]       1.9.15cvs13
7950
7951         * src/mainwindow.c
7952         * src/mainwindow.h
7953                 fix disabled Execute menu item
7954         * src/toolbar.c
7955                 match the change in 1.9.15cvs10: use Compose
7956                 instead of News by default
7957
7958 2005-10-04 [colin]      1.9.15cvs12
7959
7960         * src/compose.c
7961                 When replying to an ML post with Reply-To set
7962                 to the poster's email, honor it (as before),
7963                 but also honor our user's request to reply to
7964                 the mailing list: set the ML address in the To
7965                 field and the Reply-To address in the Cc: 
7966                 field.
7967
7968 2005-10-04 [colin]      1.9.15cvs11
7969
7970         * src/plugins/trayicon/trayicon.c
7971                 Finish cosmetic change - thanks to wwp
7972
7973 2005-10-04 [colin]      1.9.15cvs10
7974
7975         * src/toolbar.c
7976                 Use Compose instead of Email by default.
7977                 Spotted by wwp.
7978
7979 2005-10-04 [colin]      1.9.15cvs9
7980
7981         * src/folder.c
7982         * src/folder.h
7983         * src/folderview.c
7984         * src/imap.c
7985         * src/etpan/imap-thread.c
7986         * src/etpan/imap-thread.h
7987                 Try to make IMAP faster, by simplifying SEARCH
7988                 commands, avoiding sending two STATUS in a row,
7989                 and deferring flags sync and processing just
7990                 after displaying the folder. 
7991                 This will update the SummaryView in certain
7992                 cases (new mails not already fetched, flags
7993                 changed from another client) but in a non-
7994                 blocking manner.
7995
7996 2005-10-04 [colin]      1.9.15cvs8
7997
7998         * src/plugins/trayicon/trayicon.c
7999                 Relabel "Offline" to "Work offline"
8000
8001 2005-10-04 [colin]      1.9.15cvs7
8002
8003         * src/export.c
8004         * src/import.c
8005         * src/mbox.c
8006                 Fix mbox import/export buglets
8007                 Patch by wwp
8008         * src/plugins/trayicon/trayicon.c
8009                 Add offline swithc
8010                 Patch by wwp
8011
8012 2005-10-04 [colin]      1.9.15cvs6
8013
8014         * src/folder.c
8015         * src/folderview.c
8016         * src/summaryview.c
8017                 Better fix (don't break mark all read) for cvs2
8018
8019 2005-10-03 [colin]      1.9.15cvs5
8020
8021         * src/folder.c
8022                 Use a sane sort by default
8023
8024 2005-10-03 [colin]      1.9.15cvs4
8025
8026         * src/inc.c
8027                 Add a 'Only once' button for overriding offline mode
8028         * src/prefs_account.c
8029         * src/wizard.c
8030                 Add Local mbox to the wizard
8031                 Add IMAP subdir to the wizard (or the wizard is useless
8032                 for such accounts, or even worse than useless)
8033                 Move IMAP subdir from Advanced to Receive tab, as it's
8034                 not that uncommon
8035
8036 2005-10-03 [colin]      1.9.15cvs3
8037
8038         * src/send_message.c
8039                 Forgot this one in cvs1
8040
8041 2005-10-03 [colin]      1.9.15cvs2
8042
8043         * src/folder.c
8044                 Faster close when leaving a folder with lots
8045                 of new mails. Idea by David Relson.
8046
8047 2005-10-03 [colin]      1.9.15cvs1
8048
8049         * src/compose.c
8050         * src/imap.c
8051         * src/inc.c
8052         * src/main.c
8053         * src/messageview.c
8054         * src/news.c
8055         * src/summaryview.c
8056         * src/gtk/sslcertwindow.c
8057         * src/plugins/trayicon/trayicon.c
8058                 Add accels to every AlertPanel. Patch by Fabien 
8059                 Vantard
8060
8061 2005-10-03 [paul]       1.9.15
8062
8063         1.9.15 released
8064
8065 2005-10-03 [paul]       1.9.14cvs68
8066
8067         * po/ca.po
8068         * po/de.po
8069         * po/es.po
8070         * po/fi.po
8071         * po/fr.po
8072         * po/sk.po
8073         * po/sr.po
8074         * po/zh_CN.po
8075                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8076                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8077                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8078
8079 2005-10-03 [paul]       1.9.14cvs67
8080
8081         * src/send_message.c
8082                 prevent hang on Cancel
8083                 patch by Colin
8084
8085 2005-10-03 [paul]       1.9.14cvs66
8086
8087         * src/main.c
8088                 fix crash in IMAP caused by discrepancy
8089                 between check_at_startup and offline mode
8090                 Patch by Colin
8091
8092 2005-10-01 [paul]       1.9.14cvs65
8093
8094         * src/inc.c
8095                 fix engrish
8096
8097 2005-10-01 [paul]       1.9.14cvs64
8098         * src/export.c
8099         * src/import.c
8100                 synchronise import_mbox() and export_mbox()
8101         * src/mbox.c
8102                 proc_mbox(): add alert if file cannot be opened
8103                 export_list_to_mbox(): test if dest file exists,
8104                 prompt user to overwrite if it does. add alert
8105                 if file cannot be created
8106                                                                 
8107         Patch by wwp
8108                                                                                                                 
8109
8110 2005-09-30 [paul]       1.9.14cvs63
8111
8112         * src/addressbook.c
8113                 Fix sensitivity of a menu
8114         * src/codeconv.c
8115                 Respect hidden pref for mails with no encoding
8116         * src/common/xml.c
8117                 Fix memory corruption
8118         * src/plugins/pgpcore/sgpgme.c
8119                 Fix segfault on incomplete sigs, and display
8120                 of S/Mime UIDs
8121
8122         Patches by Colin
8123
8124 2005-09-30 [colin]      1.9.14cvs62
8125
8126         * src/partial_download.c
8127                 Little logic fix in almost-dead code
8128         * src/pop.c
8129                 Fix partial download when there's no new mail
8130
8131 2005-09-29 [paul]       1.9.14cvs61
8132
8133         * src/plugins/pgpinline/pgpinline.c
8134                 fix bug 819, 'crash accessing sign message'
8135                 Patch by Colin
8136
8137 2005-09-28 [martin]     1.9.14cvs60
8138
8139         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8140                 fix bug #790 (Crash when restarting window manager (fluxbox))
8141
8142 2005-09-28 [paul]       1.9.14cvs59
8143
8144         * src/gtk/gtkaspell.c
8145                 fix off-by-one typo
8146
8147 2005-09-27 [colin]      1.9.14cvs58
8148
8149         * src/plugins/pgpcore/sgpgme.c
8150                 Report error when there's one, instead of
8151                 "Signature unchecked" 
8152
8153 2005-09-27 [colin]      1.9.14cvs57
8154
8155         * src/prefs_quote.c
8156                 Fix bug #816 (Weird quotation with spaces)
8157
8158 2005-09-27 [colin]      1.9.14cvs56
8159
8160         * src/codeconv.c
8161         * src/compose.c
8162         * src/compose.h
8163                 Put subject in compose's title
8164                 Fix Automatic encoding so that it's really automatic:
8165                 first try default locale's charset, then charset of the replied mail, 
8166                 then utf-8
8167                 Fix encoding of headers (must be in strict mode too)
8168
8169 2005-09-26 [colin]      1.9.14cvs55
8170
8171         * src/gtk/gtkaspell.c
8172                 Fix previous patch - don't color the space,
8173                 just uncolor it :)
8174
8175 2005-09-26 [colin]      1.9.14cvs54
8176
8177         * src/gtk/gtkaspell.c
8178                 Unmark space if possible
8179
8180 2005-09-26 [colin]      1.9.14cvs53
8181
8182         * src/imap.c
8183                 log_error instead of alertpanel according to the pref
8184         * src/etpan/imap-thread.c
8185                 Print connect status, copy only necessary size to 
8186                 logger
8187         * src/plugins/pgpmime/pgpmime.c
8188                 Handle S/Mime signatures (verification only). Patch based
8189                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8190
8191 2005-09-26 [paul]       1.9.14cvs52
8192
8193         * src/common/passcrypt.c
8194                 this 'workaround' not necessary on NetBSD.
8195                 Thanks to Daniel Gustafson
8196
8197 2005-09-26 [paul]
8198
8199         1.9.15-rc4 released
8200
8201 2005-09-26 [paul]       1.9.14cvs51
8202
8203         * src/summaryview.c
8204                 Skip currently selected message when
8205                 looking for next new or unread message
8206                 in current folder. Patch by Colin
8207         * src/common/passcrypt.c
8208                 eliminate warnings on *BSD. Patch by
8209                 Daniel Gustafson
8210
8211 2005-09-26 [colin]      1.9.14cvs50
8212
8213         * src/procmsg.c
8214                 Call postfiltering hook anyway
8215
8216 2005-09-22 [colin]      1.9.14cvs49
8217
8218         * src/codeconv.c
8219         * src/codeconv.h
8220                 Add a strict mode that doesn't replace with _
8221         * src/compose.c
8222         * src/compose.h
8223                 Use strict conversion while sending
8224                 Fix race when drafting while sending (happens
8225                 on IMAP)
8226                 Fix d'n'd of messages from summaryview
8227         * src/prefs_common.c
8228         * src/prefs_common.h
8229                 add hidden utf8_instead_of_locale_for_broken_mail 
8230                 pref for people that preferred the default charset 
8231                 to be utf8 for broken mails
8232         * src/quote_fmt_parse.y
8233                 fix bug #815 (No quote insert if "From:" fied 
8234                 contained Russian letters)
8235         * src/summaryview.c
8236                 Fix d'n'd of messages to compose
8237
8238 2005-09-22 [paul]       1.9.14cvs48
8239
8240         * src/compose.c
8241                 fix bug where attachments Name entry
8242                 would display Path instead
8243
8244 2005-09-21 [paul]       1.9.14cvs47
8245
8246         * README
8247         * README.jp
8248         * configure.ac
8249         * config/config.rpath
8250         * doc/manual/en/sylpheed-20.html
8251         * doc/manual/es/sylpheed-20.html
8252         * po/bg.po
8253         * po/ca.po
8254         * po/de.po
8255         * po/es.po
8256         * po/fr.po
8257         * po/it.po
8258         * po/pt_BR.po
8259         * po/sk.po
8260         * po/zh_TW.po
8261         * src/account.c
8262         * src/account.h
8263         * src/action.c
8264         * src/action.h
8265         * src/adbookbase.h
8266         * src/addr_compl.c
8267         * src/addr_compl.h
8268         * src/addrbook.c
8269         * src/addrbook.h
8270         * src/addrcache.c
8271         * src/addrcache.h
8272         * src/addrcindex.c
8273         * src/addrcindex.h
8274         * src/addrclip.c
8275         * src/addrclip.h
8276         * src/addrdefs.h
8277         * src/addressadd.c
8278         * src/addressadd.h
8279         * src/addressbook.c
8280         * src/addressbook.h
8281         * src/addressitem.h
8282         * src/addrgather.c
8283         * src/addrgather.h
8284         * src/addrharvest.c
8285         * src/addrharvest.h
8286         * src/addrindex.c
8287         * src/addrindex.h
8288         * src/addritem.c
8289         * src/addritem.h
8290         * src/addrquery.c
8291         * src/addrquery.h
8292         * src/addrselect.c
8293         * src/addrselect.h
8294         * src/alertpanel.c
8295         * src/alertpanel.h
8296         * src/browseldap.c
8297         * src/browseldap.h
8298         * src/codeconv.c
8299         * src/codeconv.h
8300         * src/compose.c
8301         * src/compose.h
8302         * src/crash.c
8303         * src/crash.h
8304         * src/customheader.c
8305         * src/customheader.h
8306         * src/displayheader.c
8307         * src/displayheader.h
8308         * src/editaddress.c
8309         * src/editaddress.h
8310         * src/editbook.c
8311         * src/editbook.h
8312         * src/editgroup.c
8313         * src/editgroup.h
8314         * src/editjpilot.c
8315         * src/editjpilot.h
8316         * src/editldap.c
8317         * src/editldap.h
8318         * src/editldap_basedn.c
8319         * src/editldap_basedn.h
8320         * src/editvcard.c
8321         * src/editvcard.h
8322         * src/enriched.c
8323         * src/enriched.h
8324         * src/exphtmldlg.c
8325         * src/exphtmldlg.h
8326         * src/expldifdlg.c
8327         * src/expldifdlg.h
8328         * src/export.c
8329         * src/export.h
8330         * src/exporthtml.c
8331         * src/exporthtml.h
8332         * src/exportldif.c
8333         * src/exportldif.h
8334         * src/filtering.c
8335         * src/filtering.h
8336         * src/folder.c
8337         * src/folder.h
8338         * src/folder_item_prefs.c
8339         * src/folder_item_prefs.h
8340         * src/foldersel.c
8341         * src/foldersel.h
8342         * src/folderutils.c
8343         * src/folderutils.h
8344         * src/folderview.c
8345         * src/folderview.h
8346         * src/grouplistdialog.c
8347         * src/grouplistdialog.h
8348         * src/headerview.c
8349         * src/headerview.h
8350         * src/html.c
8351         * src/html.h
8352         * src/image_viewer.c
8353         * src/image_viewer.h
8354         * src/imap.c
8355         * src/imap.h
8356         * src/imap_gtk.c
8357         * src/imap_gtk.h
8358         * src/import.c
8359         * src/import.h
8360         * src/importldif.c
8361         * src/importldif.h
8362         * src/importmutt.c
8363         * src/importmutt.h
8364         * src/importpine.c
8365         * src/importpine.h
8366         * src/inc.c
8367         * src/inc.h
8368         * src/jpilot.c
8369         * src/jpilot.h
8370         * src/ldapctrl.c
8371         * src/ldapctrl.h
8372         * src/ldaplocate.c
8373         * src/ldaplocate.h
8374         * src/ldapquery.c
8375         * src/ldapquery.h
8376         * src/ldapserver.c
8377         * src/ldapserver.h
8378         * src/ldaputil.c
8379         * src/ldaputil.h
8380         * src/ldif.c
8381         * src/ldif.h
8382         * src/localfolder.c
8383         * src/localfolder.h
8384         * src/main.c
8385         * src/main.h
8386         * src/mainwindow.c
8387         * src/mainwindow.h
8388         * src/manual.c
8389         * src/manual.h
8390         * src/matcher.c
8391         * src/matcher.h
8392         * src/matcher_parser.h
8393         * src/matcher_parser_lex.l
8394         * src/matcher_parser_parse.y
8395         * src/mbox.c
8396         * src/mbox.h
8397         * src/message_search.c
8398         * src/message_search.h
8399         * src/messageview.c
8400         * src/messageview.h
8401         * src/mh.c
8402         * src/mh.h
8403         * src/mh_gtk.c
8404         * src/mh_gtk.h
8405         * src/mimeview.c
8406         * src/mimeview.h
8407         * src/msgcache.c
8408         * src/msgcache.h
8409         * src/mutt.c
8410         * src/mutt.h
8411         * src/news.c
8412         * src/news.h
8413         * src/news_gtk.c
8414         * src/news_gtk.h
8415         * src/noticeview.c
8416         * src/noticeview.h
8417         * src/partial_download.c
8418         * src/partial_download.h
8419         * src/pine.c
8420         * src/pine.h
8421         * src/pop.c
8422         * src/pop.h
8423         * src/prefs_account.c
8424         * src/prefs_account.h
8425         * src/prefs_actions.c
8426         * src/prefs_actions.h
8427         * src/prefs_common.c
8428         * src/prefs_common.h
8429         * src/prefs_compose_writing.c
8430         * src/prefs_compose_writing.h
8431         * src/prefs_customheader.c
8432         * src/prefs_customheader.h
8433         * src/prefs_display_header.c
8434         * src/prefs_display_header.h
8435         * src/prefs_ext_prog.c
8436         * src/prefs_ext_prog.h
8437         * src/prefs_filtering.c
8438         * src/prefs_filtering.h
8439         * src/prefs_filtering_action.c
8440         * src/prefs_filtering_action.h
8441         * src/prefs_folder_column.c
8442         * src/prefs_folder_column.h
8443         * src/prefs_folder_item.c
8444         * src/prefs_folder_item.h
8445         * src/prefs_fonts.c
8446         * src/prefs_fonts.h
8447         * src/prefs_gtk.c
8448         * src/prefs_gtk.h
8449         * src/prefs_image_viewer.c
8450         * src/prefs_image_viewer.h
8451         * src/prefs_matcher.c
8452         * src/prefs_matcher.h
8453         * src/prefs_message.c
8454         * src/prefs_message.h
8455         * src/prefs_msg_colors.c
8456         * src/prefs_msg_colors.h
8457         * src/prefs_other.c
8458         * src/prefs_other.h
8459         * src/prefs_quote.c
8460         * src/prefs_quote.h
8461         * src/prefs_receive.c
8462         * src/prefs_receive.h
8463         * src/prefs_send.c
8464         * src/prefs_send.h
8465         * src/prefs_spelling.c
8466         * src/prefs_spelling.h
8467         * src/prefs_summaries.c
8468         * src/prefs_summaries.h
8469         * src/prefs_summary_column.c
8470         * src/prefs_summary_column.h
8471         * src/prefs_template.c
8472         * src/prefs_template.h
8473         * src/prefs_themes.c
8474         * src/prefs_themes.h
8475         * src/prefs_toolbar.c
8476         * src/prefs_toolbar.h
8477         * src/prefs_wrapping.c
8478         * src/prefs_wrapping.h
8479         * src/privacy.c
8480         * src/privacy.h
8481         * src/procheader.c
8482         * src/procheader.h
8483         * src/procmime.c
8484         * src/procmime.h
8485         * src/procmsg.c
8486         * src/procmsg.h
8487         * src/quote_fmt.c
8488         * src/quote_fmt_parse.y
8489         * src/recv.c
8490         * src/recv.h
8491         * src/remotefolder.c
8492         * src/remotefolder.h
8493         * src/send_message.c
8494         * src/send_message.h
8495         * src/setup.c
8496         * src/setup.h
8497         * src/simple-gettext.c
8498         * src/sourcewindow.c
8499         * src/sourcewindow.h
8500         * src/ssl_manager.c
8501         * src/ssl_manager.h
8502         * src/statusbar.c
8503         * src/statusbar.h
8504         * src/stock_pixmap.c
8505         * src/stock_pixmap.h
8506         * src/summary_search.c
8507         * src/summary_search.h
8508         * src/summaryview.c
8509         * src/summaryview.h
8510         * src/syldap.c
8511         * src/syldap.h
8512         * src/textview.c
8513         * src/textview.h
8514         * src/toolbar.c
8515         * src/toolbar.h
8516         * src/undo.c
8517         * src/undo.h
8518         * src/unmime.c
8519         * src/unmime.h
8520         * src/vcard.c
8521         * src/vcard.h
8522         * src/wizard.c
8523         * src/wizard.h
8524         * src/common/base64.c
8525         * src/common/base64.h
8526         * src/common/defs.h
8527         * src/common/hooks.c
8528         * src/common/hooks.h
8529         * src/common/log.c
8530         * src/common/log.h
8531         * src/common/md5.c
8532         * src/common/md5.h
8533         * src/common/mgutils.c
8534         * src/common/mgutils.h
8535         * src/common/nntp.c
8536         * src/common/nntp.h
8537         * src/common/passcrypt.c
8538         * src/common/passcrypt.h.in
8539         * src/common/plugin.c
8540         * src/common/plugin.h
8541         * src/common/prefs.c
8542         * src/common/prefs.h
8543         * src/common/progressindicator.c
8544         * src/common/progressindicator.h
8545         * src/common/quoted-printable.c
8546         * src/common/quoted-printable.h
8547         * src/common/session.c
8548         * src/common/session.h
8549         * src/common/smtp.c
8550         * src/common/smtp.h
8551         * src/common/socket.c
8552         * src/common/socket.h
8553         * src/common/ssl.c
8554         * src/common/ssl.h
8555         * src/common/ssl_certificate.c
8556         * src/common/ssl_certificate.h
8557         * src/common/string_match.c
8558         * src/common/string_match.h
8559         * src/common/stringtable.c
8560         * src/common/sylpheed.c
8561         * src/common/sylpheed.h
8562         * src/common/template.c
8563         * src/common/template.h
8564         * src/common/timing.h
8565         * src/common/utils.c
8566         * src/common/utils.h
8567         * src/common/uuencode.c
8568         * src/common/uuencode.h
8569         * src/common/version.h.in
8570         * src/common/xml.c
8571         * src/common/xml.h
8572         * src/common/xmlprops.c
8573         * src/common/xmlprops.h
8574         * src/gtk/about.c
8575         * src/gtk/about.h
8576         * src/gtk/colorlabel.c
8577         * src/gtk/colorlabel.h
8578         * src/gtk/colorsel.c
8579         * src/gtk/colorsel.h
8580         * src/gtk/description_window.c
8581         * src/gtk/description_window.h
8582         * src/gtk/filesel.c
8583         * src/gtk/filesel.h
8584         * src/gtk/foldersort.c
8585         * src/gtk/foldersort.h
8586         * src/gtk/gtkutils.c
8587         * src/gtk/gtkutils.h
8588         * src/gtk/inputdialog.c
8589         * src/gtk/inputdialog.h
8590         * src/gtk/logwindow.c
8591         * src/gtk/logwindow.h
8592         * src/gtk/manage_window.c
8593         * src/gtk/manage_window.h
8594         * src/gtk/menu.c
8595         * src/gtk/menu.h
8596         * src/gtk/pluginwindow.c
8597         * src/gtk/pluginwindow.h
8598         * src/gtk/prefswindow.c
8599         * src/gtk/prefswindow.h
8600         * src/gtk/progressdialog.c
8601         * src/gtk/progressdialog.h
8602         * src/gtk/quicksearch.c
8603         * src/gtk/quicksearch.h
8604         * src/gtk/sslcertwindow.c
8605         * src/gtk/sslcertwindow.h
8606         * src/plugins/clamav/clamav_plugin.c
8607         * src/plugins/clamav/clamav_plugin.h
8608         * src/plugins/clamav/clamav_plugin_gtk.c
8609         * src/plugins/demo/demo.c
8610         * src/plugins/dillo_viewer/dillo_prefs.c
8611         * src/plugins/dillo_viewer/dillo_prefs.h
8612         * src/plugins/dillo_viewer/dillo_viewer.c
8613         * src/plugins/mathml_viewer/mathml_viewer.c
8614         * src/plugins/pgpcore/passphrase.c
8615         * src/plugins/pgpcore/passphrase.h
8616         * src/plugins/pgpcore/plugin.c
8617         * src/plugins/pgpcore/prefs_gpg.c
8618         * src/plugins/pgpcore/prefs_gpg.h
8619         * src/plugins/pgpcore/select-keys.c
8620         * src/plugins/pgpcore/select-keys.h
8621         * src/plugins/pgpcore/sgpgme.c
8622         * src/plugins/pgpcore/sgpgme.h
8623         * src/plugins/pgpinline/pgpinline.c
8624         * src/plugins/pgpinline/pgpinline.h
8625         * src/plugins/pgpinline/plugin.c
8626         * src/plugins/pgpmime/pgpmime.c
8627         * src/plugins/pgpmime/pgpmime.h
8628         * src/plugins/pgpmime/plugin.c
8629         * src/plugins/spamassassin/spamassassin.c
8630         * src/plugins/spamassassin/spamassassin.h
8631         * src/plugins/spamassassin/spamassassin_gtk.c
8632         * src/plugins/trayicon/trayicon.c
8633         * tools/OOo2sylpheed.pl
8634         * tools/acroread2sylpheed.pl
8635         * tools/asus_mailled.sh
8636         * tools/filter_conv.pl
8637         * tools/freshmeat_search.pl
8638         * tools/google_search.pl
8639         * tools/kmail2sylpheed.pl
8640         * tools/kmail2sylpheed_v2.pl
8641         * tools/maildir2sylpheed.pl
8642         * tools/multiwebsearch.pl
8643         * tools/newscache_clean.pl
8644         * tools/outlook2sylpheed.pl
8645         * tools/sylpheed-switcher
8646         * tools/update-po
8647         * tools/vcard2xml.py
8648         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8649                 update FSF address
8650
8651 2005-09-21 [colin]      1.9.14cvs46
8652
8653         * src/gedit-print.c
8654         * src/procmsg.c
8655         * src/procmsg.h
8656         * src/textview.c
8657         * src/summaryview.c
8658                 Remove some printing hacks (deselection/reselection),
8659                 which by the way fix printing the currently 
8660                 displayed mime part (still only text)
8661                 Plus a little optimisation of summary_show
8662
8663
8664 2005-09-20 [colin]      1.9.14cvs45
8665
8666         * src/mainwindow.c
8667         * src/messageview.c
8668                 GUI fixups: add accels, set message
8669                 view title to displayed mail's subject
8670         * src/prefs_spelling.c
8671         * src/gtk/gtkaspell.c
8672                 GUI fixups: allow underlining misspelled
8673                 words instead of coloring them (a11y!)
8674
8675 2005-09-19 [colin]
8676
8677         1.9.15rc3 released
8678
8679 2005-09-19 [colin]      1.9.14cvs44
8680
8681         * src/compose.c
8682                 Fix draft message
8683         * src/gtk/gtkaspell.c
8684                 Fix wrong test ;-)
8685
8686 2005-09-19 [colin]      1.9.14cvs43
8687
8688         * src/addressbook.c
8689                 Fix sensitivity of Delete button
8690         * src/compose.c
8691                 Warn if the requested Privacy system
8692                 is not available
8693         * src/exphtmldlg.c
8694         * src/expldifdlg.c
8695         * src/importldif.c
8696         * src/importmutt.c
8697         * src/importpine.c
8698                 Fix crappy UI
8699         * src/
8700         * src/ssl.h
8701         * src/prefs_account.h
8702         * src/prefs_account.c
8703                 Save SSL prefs even in builds that have
8704                 SSL support disable
8705         * src/imap.c
8706         * src/inc.c
8707         * src/news.c
8708         * src/send_message.c
8709                 Warn if connection should be secure, but
8710                 SSL support isn't compiled in
8711         * src/gtkaspell.c
8712                 Fix word separation on UTF-8 systems
8713                 Fixes bug #812 (Strange inline spellchecking)
8714         * src/compose.c
8715                 Warn if the requested Privacy system
8716                 is not available
8717                 Factorize offline warning
8718         * src/imap.c
8719         * src/imap_gtk.c
8720         * src/imap_gtk.h
8721         * src/inc.h
8722         * src/news_gtk.c
8723         * src/news_gtk.h
8724         * src/messageview.c
8725                 Factorize offline warning
8726
8727 2005-09-19 [paul]
8728
8729         1.9.15-rc2 released
8730
8731 2005-09-18 [colin]      1.9.14cvs42
8732
8733         * src/codeconv.c
8734         * src/codeconv.h
8735         * src/procmime.c
8736                 Add a way to get locale's charset ignoring utf-8,
8737                 and use that as default encoding for broken mails
8738
8739 2005-09-18 [colin]      1.9.14cvs41
8740
8741         * src/gtk/logwindow.c
8742                 Translate string. Patch by Fabien Vantard
8743
8744 2005-09-18 [colin]      1.9.14cvs40
8745
8746         * configure.ac
8747                 Fix bug #803 (IMAP/SSL support breaks with 
8748                 GnuTLS libetpan 0.38)
8749
8750 2005-09-18 [colin]      1.9.14cvs39
8751
8752         * src/codeconv.c
8753         * src/compose.c
8754         * src/procmime.c
8755                 More charsets fixes. Fixes bug #806 (non
8756                 ascii characters in subject line)
8757
8758 2005-09-17 [paul]       1.9.14cvs38
8759
8760         * src/folderview.c
8761         * src/mainwindow.c
8762                 fix gcc-2.95 issues
8763                 Patch by Pawel Pekala
8764
8765 2005-09-17 [colin]      1.9.14cvs37
8766
8767         * src/addrindex.c
8768                 bugfix for NO-USE LDAP compilation, patch 
8769                 by Fabien Vantard
8770
8771 2005-09-17 [colin]      1.9.14cvs36
8772
8773         * src/prefs_actions.c
8774         * src/prefs_customheader.c
8775         * src/prefs_display_header.c
8776         * src/prefs_filtering_action.c
8777         * src/prefs_matcher.c
8778         * src/prefs_toolbar.c
8779                 Fix strange casts (less elegant but
8780                 works better)
8781
8782 2005-09-16 [colin]      1.9.14cvs35
8783
8784         * src/jpilot.c
8785                 Missed that one
8786
8787 2005-09-16 [colin]      1.9.14cvs34
8788
8789         * configure.ac
8790         * src/Makefile.am
8791         * src/addr_compl.c
8792         * src/addrindex.c
8793         * src/browseldap.c
8794         * src/editldap.c
8795         * src/ldaplocate.c
8796         * src/ldapquery.c
8797         * src/ldapquery.h
8798         * src/ldapserver.c
8799         * src/ldapserver.h
8800         * src/main.c
8801         * src/matcher_parser_parse.y
8802         * src/prefs_themes.c
8803         * src/etpan/Makefile.am
8804         * src/gtk/description_window.c
8805         * src/plugins/clamav/Makefile.am
8806         * src/plugins/clamav/clamav_plugin.c
8807         * src/plugins/dillo_viewer/Makefile.am
8808         * src/plugins/pgpcore/Makefile.am
8809         * src/plugins/pgpinline/Makefile.am
8810         * src/plugins/pgpmime/Makefile.am
8811         * src/plugins/trayicon/Makefile.am
8812                 Fix 100% cpu usage in address completion list
8813                 Fix little bugs (return with no values etc)
8814                 Fix all warnings (with common CFLAGS)
8815
8816 2005-09-15 [colin]      1.9.14cvs33
8817
8818         * src/addressbook.c
8819                 Fix bug where sometimes a group's email list is empty,
8820                 force its refresh (probably fixes "Re: how to create a 
8821                 distribution list")
8822         * src/ldapquery.c
8823                 Don't return to the callback in the main thread from the
8824                 fetch thread (or face segs!)
8825
8826 2005-09-15 [paul]       1.9.14cvs32
8827
8828         * src/prefs_matcher.c
8829                 forgotten in last commit
8830
8831 2005-09-15 [paul]       1.9.14cvs31
8832
8833         * src/prefs_actions.c
8834         * src/prefs_filtering_action.c
8835         * src/prefs_quote.c
8836         * src/quote_fmt.c
8837         * src/summaryview.c
8838         * src/gtk/description_window.c
8839         * src/gtk/description_window.h
8840         * src/gtk/quicksearch.c
8841                 allow interaction with the called
8842                 description window
8843                 Patch by Anders Hammar
8844
8845 2005-09-14 [paul]       1.9.14cvs30
8846
8847         * src/compose.c
8848                 fix a little annoyance when pasting with 3rd button 
8849                 with wrap_pastes=0 and wrap_input=1
8850                 Patch by Colin
8851
8852 2005-09-14 [paul]       1.9.14cvs29
8853
8854         * src/prefs_account.c
8855                 disable 'Filter messages on receiving' for
8856                 SMTP-only accounts
8857                 Patch  by Anders Hammar
8858
8859 2005-09-14 [paul]       1.9.14cvs28
8860
8861         * po/sk.po
8862                 fix crash
8863                 updated by Andrej Kacian
8864
8865 2005-09-14 [paul]
8866
8867         1.9.15-rc1 released
8868
8869 2005-09-14 [paul]       1.9.14cvs27
8870
8871         * po/es.po
8872                 updated by Ricardo Mones Lastra
8873         * src/compose.c
8874         * src/compose.h
8875                 associate no_wrap_tags to Compose windows
8876                 instead of using a static one
8877                 Patch by Colin
8878         * src/mbox.c
8879                 fix proc_mbox()
8880                 Patch by wwp
8881         * src/textview.c
8882                 remove unneeded printf()
8883
8884 2005-09-14 [paul]       1.9.14cvs26
8885
8886         * src/addrcache.c
8887         * src/codeconv.h
8888         * src/folder.h
8889         * src/mainwindow.h
8890         * src/mh.c
8891         * src/mimeview.h
8892         * src/partial_download.c
8893         * src/pop.c
8894         * src/prefs_account.c
8895         * src/prefs_account.h
8896         * src/prefs_actions.c
8897         * src/prefs_customheader.c
8898         * src/prefs_display_header.c
8899         * src/prefs_filtering_action.c
8900         * src/prefs_matcher.c
8901         * src/prefs_toolbar.c
8902         * src/privacy.h
8903         * src/procmime.c
8904         * src/procmime.h
8905         * src/procmsg.h
8906         * src/textview.c
8907         * src/undo.h
8908         * src/common/plugin.c
8909         * src/common/session.h
8910         * src/common/socket.c
8911         * src/common/socket.h
8912         * src/common/template.c
8913         * src/gtk/gtkaspell.c
8914         * src/gtk/quicksearch.h
8915         * src/plugins/pgpcore/passphrase.c
8916         * src/plugins/pgpcore/prefs_gpg.h
8917         * src/plugins/pgpcore/select-keys.c
8918         * src/plugins/pgpcore/select-keys.h
8919         * src/plugins/pgpcore/sgpgme.c
8920         * src/plugins/pgpinline/pgpinline.c
8921         * src/plugins/pgpmime/pgpmime.c
8922         * src/plugins/trayicon/trayicon.c
8923                 fix compilation warnings
8924                 Patch by Daniel Gustafson
8925
8926 2005-09-14 [paul]       1.9.14cvs25
8927
8928         * src/addressbook.c
8929                 add missing column header, and other small
8930                 bug fixes
8931                 Patch by Anders Hammar
8932
8933 2005-09-13 [colin]      1.9.14cvs24
8934
8935         * src/gtk/gtkaspell.c
8936                 Fix non-utf8 in menu
8937                 Fix little leaks
8938                 Nullify struct members after free()s
8939
8940 2005-09-13 [colin]      1.9.14cvs23
8941
8942         * src/compose.c
8943                 Test utf8 compliance before inserting to 
8944                 buffer, and try to convert if necessary
8945         * src/procmime.c
8946                 If no charset is present, use the locale 
8947                 one instead of us-ascii
8948         * src/procmsg.c
8949                 Add Sender, List-Post and To in the checked 
8950                 headers for automatic rules creation 
8951                 (thanks to wwp)
8952         * src/prefs_themes.c
8953         * src/gtk/gtkaspell.c
8954                 Remove deprecated functions. 
8955                 patch by Daniel Gustafson
8956
8957 2005-09-12 [colin]      1.9.14cvs22
8958
8959         * src/compose.c
8960                 Fix bug #448 (Scrolling/Redraw issue with 
8961                 address-fields in Header)
8962         * src/mainwindow.c
8963         * src/summaryview.c
8964         * src/summaryview.h
8965                 Fix loss of MSG_MARKED on move/copy
8966                 Fix bug #804 (Quicksearch togglebutton doesn't 
8967                 get depressed after '/' key is pressed)
8968
8969 2005-09-12 [paul]       1.9.14cvs21
8970
8971         * AUTHORS
8972         * src/gtk/logwindow.c
8973                 add 'Clear Log' to popup menu
8974                 Patch by Anders Hammar <anders.hammar@telia.com>
8975
8976 2005-09-12 [paul]       1.9.14cvs20
8977
8978         * src/compose.c
8979                 set correct sensitivity on attachments
8980                 popup menu
8981         * src/folder.c
8982                 fix typo
8983         * src/prefs_spelling.c
8984                 fix crash when no LANG env is set
8985         * src/common/xml.c
8986                 fix crash in wizard
8987                 don't use memeory after free
8988
8989         All patches by Daniel Gustafson
8990
8991 2005-09-12 [paul]       1.9.14cvs19
8992
8993         * src/prefs_themes.c
8994                 make theme info selectable
8995         * src/gtk/description_window.c
8996                 make window non-modal
8997         * tools/README
8998                 add details of asus_mailed.sh
8999         * tools/claws.i18n.status.pl
9000                 update for new zh_TW translator
9001                 widen the output
9002                 create alternate coloured lines
9003                 improve readability
9004
9005 2005-09-10 [colin]      1.9.14cvs18
9006
9007         * src/plugins/pgpcore/select-keys.c
9008                 Better order for the buttons
9009
9010 2005-09-10 [colin]      1.9.14cvs17
9011
9012         * src/compose.c
9013         * src/plugins/pgpcore/select-keys.c
9014         * src/plugins/pgpcore/select-keys.h
9015         * src/plugins/pgpcore/sgpgme.c
9016                 Add a "Don't encrypt" button to the key
9017                 selection dialog. Fixes bug #177 (There should be a 
9018                 'Don't encrypt button in the Select Keys dialog)
9019
9020 2005-09-10 [colin]      1.9.14cvs16
9021
9022         * src/compose.c
9023                 Fix bug #572 (%X option does not work with templates)
9024
9025 2005-09-10 [colin]      1.9.14cvs15
9026
9027         * src/toolbar.c 
9028                 Remove g_print
9029
9030 2005-09-10 [colin]      1.9.14cvs14
9031
9032         * src/imap.c
9033                 Fix a possible crash
9034
9035 2005-09-09 [colin]      1.9.14cvs13
9036
9037         * src/imap.c
9038         * src/etpan/imap-thread.c
9039         * src/etpan/imap-thread.h
9040                 Fix moving from queue or drafts to normal folders
9041                 Fix bug #794 (No way to delete without expunging)
9042                 Take flags unset by other mailers into account
9043                 Take deleted flag set by other mailers into account
9044                 Fix unsetting REPLIED flag
9045                 Fix crash when capabilities can't be retrieved
9046         * src/mainwindow.c
9047         * src/mainwindow.h
9048                 Add M_DELAYED_FLAGS condition, and let the user use
9049                 Execute in order to be able to expunge deleted mails,
9050                 even if he's not in delayed execute mode
9051         * src/prefs_spelling.c
9052                 Use 'en' dictionary by default if LANG is POSIX or C
9053         * src/gtk/prefswindow.c
9054                 Fix bug #767 (Preferences windows expanding) by making
9055                 the window a bit larger when the resolution is greater
9056                 than 640x480, and by putting the prefs in a
9057                 GtkScrolledWindow.
9058
9059 2005-09-09 [paul]       1.9.14cvs12
9060
9061         * AUTHORS
9062         * configure.ac
9063         * po/zh_TW.Big5.po      ** REMOVED **
9064         * po/zh_TW.po           ** ADDED **
9065                 updated by Wei-Lun Chao
9066
9067 2005-09-09 [paul]       1.9.14cvs11
9068
9069         * src/mainwindow.c
9070                 fix asserts
9071         * src/common/xml.c
9072                 delay memory allocation until file is
9073                 opened successfully
9074                 Patch by Daniel Gustafson
9075
9076 2005-09-09 [colin]      1.9.14cvs10
9077
9078         * src/imap.c
9079                 Add guards
9080
9081 2005-09-08 [colin]      1.9.14cvs9
9082
9083         * src/compose.c
9084                 Alert when we can't save draft
9085                 Fix various wrap/color issues
9086                 Add mid-click pasting respecting wrap_paste option
9087         * src/folder.c
9088         * src/folder.h
9089         * src/folder_item_prefs.c
9090         * src/folder_item_prefs.h
9091         * src/imap.c
9092         * src/imap_gtk.c
9093         * src/imap_gtk.h
9094         * src/main.c
9095         * src/mainwindow.c
9096         * src/mainwindow.h
9097         * src/news.c
9098         * src/news_gtk.c
9099         * src/news_gtk.h
9100         * src/prefs_folder_item.c
9101                 Fix the impossibility to synchronise folders for
9102                 offline use (IMAP and NNTP are concerned)
9103
9104 2005-09-08 [colin]      1.9.14cvs8
9105
9106         * configure.ac
9107                 Build LDAP and JPilot by default if available
9108         * src/textview.c
9109                 Fix use after free
9110
9111 2005-09-08 [paul]       1.9.14cvs7
9112
9113         * doc/manual/en/sylpheed-1.html
9114         * doc/manual/en/sylpheed-18.html
9115         * doc/manual/en/sylpheed-19.html
9116         * doc/manual/en/sylpheed-4.html
9117         * doc/manual/en/sylpheed-6.html
9118         * doc/manual/en/sylpheed.html
9119                 a few minor updates, plus include some
9120                 details about plugins and their requirements
9121         * src/mainwindow.c
9122                 minor changes to English in /View/Sort
9123
9124 2005-09-07 [colin]      1.9.14cvs6
9125
9126         * doc/manual/en/sylpheed-1.html
9127         * doc/manual/en/sylpheed-10.html
9128         * doc/manual/en/sylpheed-11.html
9129         * doc/manual/en/sylpheed-12.html
9130         * doc/manual/en/sylpheed-13.html
9131         * doc/manual/en/sylpheed-14.html
9132         * doc/manual/en/sylpheed-15.html
9133         * doc/manual/en/sylpheed-16.html
9134         * doc/manual/en/sylpheed-17.html
9135         * doc/manual/en/sylpheed-18.html
9136         * doc/manual/en/sylpheed-19.html
9137         * doc/manual/en/sylpheed-2.html
9138         * doc/manual/en/sylpheed-20.html
9139         * doc/manual/en/sylpheed-21.html
9140         * doc/manual/en/sylpheed-22.html
9141         * doc/manual/en/sylpheed-3.html
9142         * doc/manual/en/sylpheed-4.html
9143         * doc/manual/en/sylpheed-5.html
9144         * doc/manual/en/sylpheed-6.html
9145         * doc/manual/en/sylpheed-7.html
9146         * doc/manual/en/sylpheed-8.html
9147         * doc/manual/en/sylpheed-9.html
9148         * doc/manual/en/sylpheed.html
9149                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9150
9151 2005-09-07 [colin]      1.9.14cvs5
9152
9153         * src/mainwindow.c
9154                 Make labels more to-the-point
9155
9156 2005-09-07 [colin]      1.9.14cvs4
9157
9158         * doc/manual/en/sylpheed-1.html
9159         * doc/manual/en/sylpheed-12.html
9160         * doc/manual/en/sylpheed-13.html
9161         * doc/manual/en/sylpheed-14.html
9162         * doc/manual/en/sylpheed-15.html
9163         * doc/manual/en/sylpheed-16.html
9164         * doc/manual/en/sylpheed-17.html
9165         * doc/manual/en/sylpheed-18.html
9166         * doc/manual/en/sylpheed-19.html
9167         * doc/manual/en/sylpheed-2.html
9168         * doc/manual/en/sylpheed-20.html
9169         * doc/manual/en/sylpheed-21.html
9170         * doc/manual/en/sylpheed-22.html
9171         * doc/manual/en/sylpheed-4.html
9172         * doc/manual/en/sylpheed-5.html
9173         * doc/manual/en/sylpheed-6.html
9174         * doc/manual/en/sylpheed-7.html
9175         * doc/manual/en/sylpheed-8.html
9176         * doc/manual/en/sylpheed-9.html
9177         * doc/manual/en/sylpheed.html
9178                 Update manual
9179
9180 2005-09-07 [colin]      1.9.14cvs3
9181
9182         * doc/faq/en/sylpheed-faq-1.html
9183         * doc/faq/en/sylpheed-faq-2.html
9184         * doc/faq/en/sylpheed-faq-3.html
9185         * doc/faq/en/sylpheed-faq.html
9186                 Update FAQ
9187
9188 2005-09-07 [colin]      1.9.14cvs2
9189
9190         * src/folderview.c
9191         * src/procmsg.c
9192         * src/summaryview.c
9193         * src/toolbar.c
9194                 Fix special subfolders:
9195                 - Inherit parent's icon
9196                 - sent contents of queues subfolders
9197                 - empty subfolders of trashes
9198         * src/mainwindow.c
9199                 Remove outdated manual and faq entries
9200         * src/common/utils.c
9201                 Add quotes around %s coming from mailcap
9202
9203 2005-09-07 [colin]      1.9.14cvs1
9204
9205         * src/compose.c
9206                 After saving draft, set modified to FALSE
9207         * src/mimeview.c
9208         * src/common/utils.c
9209         * src/common/utils.h
9210                 Try to open mime parts using what is 
9211                 indicated in ~/.mailcap or /etc/mailcap,
9212                 if possible.
9213
9214 2005-09-05 [paul]       1.9.14
9215
9216         1.9.14 released
9217
9218         * po/sk.po
9219                 updated by Andrej Kacian
9220
9221 2005-09-05 [paul]       1.9.13cvs83
9222
9223         * po/de.po
9224         * po/es.po
9225         * po/fi.po
9226         * po/fr.po
9227         * po/nb.po
9228         * po/pt_BR.po
9229         * po/sr.po
9230                 updated translations by Thomas Gilgin, Ricardo Mones
9231                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9232                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9233
9234 2005-09-04 [paul]       1.9.13cvs82
9235
9236         * src/compose.c
9237                 only warn about exceeded line length limit
9238                 on send
9239
9240 2005-09-04 [paul]       1.9.13cvs81
9241
9242         * src/compose.c
9243                 fix crash in 'line length exceeded' dialogue
9244
9245 2005-09-02 [paul]       1.9.13cvs80
9246
9247         * src/imap.c
9248                 fix bug 795, 'Connection lost IMAP'
9249                 and add statusbar prints
9250                 Patch by Colin
9251
9252 2005-09-02 [paul]       1.9.13cvs79
9253
9254         * src/compose.c
9255                 compose_wrap_paragraph() becomes
9256                 compose_beautify_paragraph()
9257                 Patch by Colin
9258
9259 2005-09-02 [colin]      1.9.13cvs78
9260
9261         * src/folderview.c
9262                 Micro-fix
9263
9264 2005-09-01 [colin]      1.9.13cvs77
9265
9266         * src/imap.c
9267                 Maybe fix bug #795 (Connection lost IMAP)
9268                 Don't try to send logout when we're disconnected.
9269         * src/summaryview.c
9270                 Include locked and marked emails in HRM
9271                 view. Fixes bug #800 (Locked messages no longer 
9272                 show up when hide read messages is used)
9273
9274 2005-09-01 [paul]       1.9.13cvs76
9275
9276         * src/prefs_common.c
9277                 fix bad cutting
9278
9279 2005-08-31 [colin]      1.9.13cvs75
9280
9281         * src/folderview.c
9282         * src/folderview.h
9283         * src/prefs_summaries.c
9284         * src/summaryview.c
9285                 Fix "go to next new", fix preference
9286                 (Open unread/next swapped)
9287
9288 2005-08-31 [paul]       1.9.13cvs74
9289
9290         * src/compose.c
9291         * src/folderview.c
9292         * src/headerview.c
9293         * src/headerview.h
9294         * src/mainwindow.c
9295         * src/prefs_common.c
9296         * src/prefs_common.h
9297         * src/prefs_fonts.c
9298         * src/summaryview.c
9299         * src/textview.c
9300         * src/common/defs.h
9301                 remove obsolete BOLD_FONT setting
9302                 fix font update in headerview and textview
9303                 headers after prefs change
9304                 Patch By Colin
9305
9306 2005-08-31 [paul]
9307
9308         1.9.14-rc4 released
9309
9310 2005-08-30 [colin]      1.9.13cvs73
9311
9312         * src/summaryview.c
9313                 When Hide read messages is selected and we
9314                 refresh the summaryview, don't remove the 
9315                 currently displayed message. Fixes bug #797
9316                 (Summary view reloads when new mail is 
9317                 downloaded in 1.9.14 rc)
9318
9319 2005-08-30 [colin]      1.9.13cvs72
9320
9321         * src/folderview.c
9322                 Fix flickering
9323         * src/mainwindow.c
9324                 Remove useless callback
9325         * src/mimeview.c
9326         * src/gtk/filesel.c
9327         * src/gtk/filesel.h
9328                 Add a filesel_select_file_save_folder() - used by Save All
9329
9330 2005-08-29 [paul]       1.9.13cvs71
9331
9332         * AUTHORS
9333         * src/matcher_parser_parse.y
9334         * src/etpan/imap-thread.c
9335                 fix building on FreeBSD
9336                 Patch by Daniel Gustafson <daniel@hobbit.se>
9337
9338 2005-08-29 [paul]       1.9.13cvs70
9339
9340         * src/plugins/pgpinline/pgpinline.c
9341                 only initialise sig result if it's been handled
9342                 Patch by Colin
9343
9344 2005-08-29 [paul]       1.9.13cvs69
9345         
9346         Patches by Colin:
9347
9348         * src/imap.c
9349         * src/common.utils.c
9350         * src/common/utils.h
9351                 optimisation
9352         * src/stock_pixmap.h
9353                 fix wrong icon reference
9354         * src/pixmaps/trash_btn.xpm
9355                 replace with nicer image
9356
9357 2005-08-28 [colin]      1.9.13cvs68
9358
9359         * src/Makefile.am
9360         * src/stock_pixmap.c
9361         * src/stock_pixmap.h
9362         * src/toolbar.c
9363         * src/pixmaps/trash_btn.xpm
9364                 Add a specific trash xpm for the button
9365
9366 2005-08-28 [colin]      1.9.13cvs67
9367
9368         * src/imap.c
9369                 Fix leak
9370
9371 2005-08-27 [colin]      1.9.13cvs66
9372
9373         * src/imap.c
9374         * src/procmime.c
9375                 Correctly fix "Problem with replies", fixes
9376                 pgpmime encryption too. 
9377
9378 2005-08-27 [colin]      1.9.13cvs65
9379
9380         * src/folder.c
9381         * src/procmsg.c
9382         * src/procmsg.h
9383         * src/summaryview.c
9384                 Fix bug #517 (messages removed from summaryview 
9385                 when moving fails)
9386
9387 2005-08-27 [colin]      1.9.13cvs64
9388
9389         * tools/Makefile.am
9390         * tools/asus_mailled.sh
9391                 Add a script to blink ASUS laptops' mail LED where there
9392                 is unread mail.
9393
9394 2005-08-27 [colin]      1.9.13cvs63
9395
9396         * src/imap.c
9397         * src/etpan/imap-thread.c
9398         * src/etpan/imap-thread.h
9399                 Implement automatic choosing of login method
9400                 Fixes bug #791
9401         * src/gtk/.cvsignore
9402                 Add sylpheed-marshal.[ch]
9403
9404 2005-08-27 [colin]      1.9.13cvs62
9405
9406         * src/common/utils.c
9407                 Fix confusing perror
9408
9409 2005-08-27 [colin]      1.9.13cvs61
9410
9411         * src/toolbar.c
9412         * src/toolbar.h
9413                 Remove A_DELETE, replace it with 
9414                 A_TRASH and A_DELETE_REAL. Automatically
9415                 rewrite config files to replace A_DELETE
9416                 with A_TRASH (no functionality change).
9417                 Fixes half of #794
9418
9419 2005-08-26 [colin]      1.9.13cvs60
9420
9421         * src/procmime.c
9422                 Previous "Problem with replies" fix brought other
9423                 problems, fixing them
9424
9425 2005-08-26 [colin]      1.9.13cvs59
9426
9427         * src/procmime.c
9428                 Fix "Problem with replies". This happened only
9429                 on IMAP...
9430         * src/procmsg.c
9431                 Factorize code a bit
9432         * src/compose.c
9433                 Speed improvement on very long messages (wrapping)
9434                 Fix signature color on Reedit and Redirect
9435                 On Reedit, don't attach pgp-signatures parts, but
9436                 set signing to On.
9437
9438 2005-08-24 [paul]       1.9.13cvs58
9439
9440         * src/compose.c
9441                 don't claim success when clicking
9442                 Cancel on the passphrase box.
9443                 Patch by Colin
9444
9445 2005-08-24 [paul]       1.9.13cvs57
9446
9447         * src/main.c
9448                 fix misplaced sylpheed.log
9449         * src/common/defs.h
9450                 define UIDL_DIR
9451
9452 2005-08-24 [paul]       1.9.13cvs56
9453
9454         * src/imap.c
9455         * src/etpan/imap-thread.c
9456         * src/etpan/imap-thread.h
9457                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9458                 Patch by Colin
9459         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9460         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9461                 remove autogenerated files
9462         * tools/kdeservicemenu/README
9463         * tools/kdeservicemenu/install.sh
9464         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9465         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9466                 use Claws icon, use 'Sylpheed-Claws' in menu,
9467                 use kdialog, and other cleanups
9468
9469 2005-08-23 [paul]       1.9.13cvs55
9470
9471         * src/compose.c
9472                 fix paste/wrap crash
9473                 Patch by Colin
9474
9475 2005-08-23 [paul]       1.9.13cvs54
9476
9477         * src/main.c
9478                 fix crash recovery
9479                 Patch by Colin
9480
9481 2005-08-23 [paul]       1.9.13cvs53
9482
9483         * src/addressbook.c
9484         * src/editaddress.c
9485                 view all data of LDAP contacts
9486                 Patch by Colin
9487
9488 2005-08-23 [paul]       1.9.13cvs52
9489
9490         * src/addressbook.c
9491                 fix issues with the Search field
9492                 Patch by Colin
9493
9494 2005-08-22 [paul]       1.9.13cvs51
9495
9496         * src/folderview.c
9497                 put name of folder in processing dialog
9498                 title
9499         * src/prefs_folder_item.c
9500                 improve english usage
9501
9502 2005-08-22 [paul]       1.9.13cvs50
9503
9504         * src/filtering.c
9505         * src/filtering.h
9506         * src/matcher.c
9507         * src/matcher_parser_lex.l
9508         * src/matcher_parser_parse.y
9509         * src/prefs_filtering.c
9510                 add Filtering/Processing rule names feature.
9511                 (the incompatible old matcherrc is saved as
9512                 matcherrc.pre_names).
9513                 Patch by Colin
9514
9515 2005-08-22 [paul]       1.9.13cvs49
9516
9517         * src/procmsg.c
9518                 fix colour labelling
9519                 Patch by Colin
9520
9521 2005-08-22 [paul]       1.9.13cvs48
9522
9523         * src/textview.c
9524                 fix open_image_cb()
9525
9526 2005-08-22 [paul]       1.9.13cvs47
9527
9528         * src/imap.c
9529                 fix bug 789, 'SC crashes with imap (CVS ver)'
9530                 Patch by Colin
9531
9532 2005-08-22 [paul]       1.9.13cvs46
9533
9534         * src/mimeview.c
9535         * src/prefs_common.c
9536         * src/common/defs.h
9537                 define reused defaults in defs.h
9538         * src/textview.c
9539                 add 'Open image' to image popup menu
9540
9541 2005-08-21 [colin]      1.9.13cvs45
9542
9543         * src/summaryview.c
9544                 Fix bug #788 (Bogus "From" address displayed)
9545
9546 2005-08-20 [colin]      1.9.13cvs44
9547
9548         * src/folder.c
9549                 Fix buf #787 (multilevel delete causes SIGSEGV)
9550
9551 2005-08-19 [colin]      1.9.13cvs43
9552
9553         * src/inc.c
9554         * src/prefs_common.c
9555         * src/prefs_common.h
9556                 Add an hidden pref to allow modifying the
9557                 update stepping in incorporation.
9558                 Patch by wwp.
9559
9560 2005-08-19 [colin]      1.9.13cvs42
9561
9562         * src/compose.c
9563         * src/procmime.c
9564                 Workaround for broken MUAs: encode 
9565                 Content-type: name: as ASCII and 
9566                 Content-Disposition: filename: as
9567                 per rfc2231
9568         * src/prefs_account.c
9569                 Fix invisible-ness of SMTP SSL prefs
9570                 in NNTP accounts
9571
9572 2005-08-19 [paul]       1.9.13cvs41
9573
9574         * src/compose.c
9575         * src/prefs_common.c
9576         * src/prefs_common.h
9577         * src/prefs_wrapping.c
9578                 paste with or without wrapping.
9579                 patch by Colin
9580
9581 2005-08-19 [paul]       1.9.13cvs40
9582
9583         * src/prefs_common.c
9584         * src/prefs_common.h
9585         * src/summaryview.c
9586                 reintroduce enable_swap_from as a
9587                 hidden pref. patch by Colin
9588         * src/quote_fmt_parse.y
9589         * src/plugins/clamav/clamav_plugin.c
9590         * src/plugins/dillo_viewer/dillo_viewer.c
9591         * src/plugins/mathml_viewer/mathml_viewer.c
9592         * src/plugins/pgpcore/sgpgme.c
9593         * src/plugins/pgpinline/pgpinline.c
9594         * src/plugins/pgpmime/pgpmime.c
9595                 tidy up. patch by Colin
9596
9597 2005-08-19 [paul]       1.9.13cvs39
9598
9599         * configure.ac
9600                 complete cvs38's sync
9601         * src/editaddress.c
9602         * src/gedit-print.c
9603         * src/mutt.c
9604         * src/etpan/etpan-log.c
9605         * src/etpan/imap-thread.c
9606         * src/gtk/gtksourceprintjob.c
9607                 fix compilation warnings
9608                 (patch by Colin)
9609
9610 2005-08-19 [paul]       1.9.13cvs38
9611
9612         sync with main:
9613
9614         * src/account.c
9615         * src/action.c
9616         * src/addrbook.c
9617         * src/addrcache.c
9618         * src/addrharvest.c
9619         * src/addrindex.c
9620         * src/codeconv.c
9621         * src/compose.c
9622         * src/crash.c
9623         * src/exporthtml.c
9624         * src/exportldif.c
9625         * src/folder.c
9626         * src/image_viewer.c
9627         * src/inc.c
9628         * src/inc.h
9629         * src/jpilot.c
9630         * src/ldif.c
9631         * src/main.c
9632         * src/matcher.c
9633         * src/mbox.c
9634         * src/messageview.c
9635         * src/mh.c
9636         * src/mimeview.c
9637         * src/msgcache.c
9638         * src/mutt.c
9639         * src/news.c
9640         * src/partial_download.c
9641         * src/pine.c
9642         * src/pop.c
9643         * src/prefs_actions.c
9644         * src/prefs_common.c
9645         * src/prefs_customheader.c
9646         * src/prefs_display_header.c
9647         * src/prefs_gtk.c
9648         * src/prefs_themes.c
9649         * src/procheader.c
9650         * src/procmime.c
9651         * src/procmsg.c
9652         * src/recv.c
9653         * src/send_message.c
9654         * src/simple-gettext.c
9655         * src/sourcewindow.c
9656         * src/textview.c
9657         * src/vcard.c
9658         * src/common/defs.h
9659         * src/common/log.c
9660         * src/common/plugin.c
9661         * src/common/prefs.c
9662         * src/common/session.c
9663         * src/common/session.h
9664         * src/common/socket.c
9665         * src/common/socket.h
9666         * src/common/ssl_certificate.c
9667         * src/common/template.c
9668         * src/common/utils.c
9669         * src/common/utils.h
9670         * src/common/xml.c
9671         * src/gtk/about.c
9672         added wrappers for C library function that
9673                 take pathname arguments.
9674                 enabled compilation with MinGW.
9675                 use GDir instead of directly using opendir().
9676                 added rename_force().
9677
9678 2005-08-19 [paul]       1.9.13cvs37
9679         
9680         patches by Colin:
9681         * src/compose.c
9682                 fix privacy settings on re-editing
9683                 a sent message
9684         * src/jpilot.c
9685                 fix encoding bug
9686         * src/folder.c
9687         * src/procmsg.c
9688         * src/procmsg.h
9689         * src/summaryview.c
9690                 flag changing optimisation
9691
9692 2005-08-18 [martin]     1.9.13cvs36
9693
9694         * commitHelper
9695             added my login
9696         * src/addrcache.c
9697         * src/addrharvest.c
9698         * src/addrindex.c
9699         * src/compose.c
9700         * src/grouplistdialog.c
9701         * src/main.c
9702         * src/mainwindow.c
9703         * src/msgcache.c
9704         * src/mutt.c
9705         * src/pine.c
9706         * src/prefs_account.c
9707         * src/prefs_themes.c
9708         * src/stock_pixmap.c
9709         * src/summaryview.c
9710         * src/gtk/about.c
9711         * src/gtk/logwindow.c
9712             removed deprecated glib and gdk stuff
9713         * src/plugins/pgpcore/select-keys.c
9714             convert attributes from locale to utf8
9715
9716 2005-08-17 [paul]       1.9.13cvs35
9717
9718         * src/account.c
9719         * src/addressbook.c
9720                 use new GTK_STOCK_ icons if available
9721         * src/summaryview.c
9722         * src/gtk/gtksctree.c
9723         * src/gtk/gtksctree.h
9724                 faster range select. patch by Colin
9725
9726 2005-08-17 [paul]       1.9.13cvs34
9727
9728         patches by colin:
9729         * src/addressbook.c
9730         * src/addressitem.h
9731                 Add an edit button for contacts, fix selections
9732                 of gtksctree items
9733         * src/editaddress.c
9734                 Change labels, let Save be always possible in the
9735                 email and user atributes tabs
9736         * src/folderview.c
9737                 fix sort issues
9738         * src/summaryview.c
9739                 select next item instead of the displayed one
9740                 after deletion
9741
9742         * src/gtk/progressdialog.c
9743                 use prefs_common.enable_rules_hint
9744
9745 2005-08-13 [hoa]        1.9.13cvs33
9746
9747         * src/etpan/imap-thread.c
9748                 fixed build on Solaris.
9749
9750 2005-08-10 [colin]      1.9.13cvs32
9751
9752         * src/procmsg.c
9753                 Fix cvs31 (missing fclose before reading
9754                 the file)
9755
9756 2005-08-10 [colin]      1.9.13cvs31
9757
9758         * src/procmsg.c
9759                 Fix procmsg_msginfo_new_from_mimeinfo() when
9760                 the MimeInfo isn't stored in memory. This fixes
9761                 replying to an attached message.
9762
9763 2005-08-10 [colin]      1.9.13cvs30
9764
9765         * src/mainwindow.c
9766                 Fix slowness in account changing
9767
9768 2005-08-10 [colin]      1.9.13cvs29
9769
9770         * src/folder.c
9771         * src/folderutils.c
9772         * src/folderview.c
9773         * src/imap_gtk.c
9774         * src/mainwindow.c
9775         * src/mh_gtk.c
9776         * src/procmsg.c
9777         * src/summaryview.c
9778                 Optimize folder_has_parent_of_type
9779                 Prevent moving special sub-folders from contextual menus
9780                 Rework message a bit ("Empty all messages" -> "Delete all
9781                 messages")
9782                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9783                 and "Deleted Items" folders)
9784
9785 2005-08-08 [colin]      1.9.13cvs28
9786
9787         * src/summaryview.c
9788         * src/prefs_summaries.c
9789                 Make "Select first unread|new" more flexible
9790                 (just prioritize new or unread)
9791
9792 2005-08-08 [colin]      1.9.13cvs27
9793
9794         * src/summaryview.c
9795                 If "select first new" is selected and there only
9796                 are unread messages, fallback to "select first
9797                 unread".
9798
9799 2005-08-08 [colin]      1.9.13cvs26
9800
9801         * src/folder.c
9802                 Fix shameful bugs (and bug #779)
9803
9804 2005-08-08 [colin]      1.9.13cvs25
9805
9806         * src/folder.c
9807         * src/folder.h
9808                 Cache parents' type to make folder_has_parent_of_type
9809                 faster
9810         * src/folderview.c
9811                 Forbid DnD of special sub-folders
9812         * src/procmsg.c
9813         * src/procmsg.h
9814                 Add MAIL_POSTFILTERING_HOOK
9815         * src/summaryview.c
9816                 Revert over-zealous deletion of the use_addr_book 
9817                 code
9818
9819 2005-08-07 [colin]      1.9.13cvs24
9820
9821         * src/folder.c
9822                 Fix big mistake (passing MsgInfo instead 
9823                 of FolderItem)
9824
9825 2005-08-07 [colin]      1.9.13cvs23
9826
9827         * src/compose.c
9828         * src/folder.c
9829         * src/folder.h
9830         * src/foldersel.c
9831         * src/folderutils.c
9832         * src/folderview.c
9833         * src/imap.c
9834         * src/mainwindow.c
9835         * src/messageview.c
9836         * src/mh.c
9837         * src/msgcache.c
9838         * src/procmime.c
9839         * src/summaryview.c
9840                 Make subfolders of Drafts, Queue, Outbox, Trash
9841                 work like their parents. 
9842                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9843
9844 2005-08-07 [colin]      1.9.13cvs22
9845
9846         * src/addressbook.c
9847                 Fix bug #771 (Dragged contacts not saved)
9848
9849 2005-08-07 [paul]       1.9.13cvs21
9850
9851         * src/summaryview.c
9852                 fix bug 32 'Search Doesn't display results
9853                 if "Hide Read Messages" is chosen'
9854                 be more literal in interpreting 'Hide read
9855                 messages'
9856
9857 2005-08-07 [colin]      1.9.13cvs20
9858
9859         * src/folderview.c
9860                 Add debug
9861         * src/summaryview.c
9862                 Faster 'unthread_for_execution'
9863
9864 2005-08-06 [paul]       1.9.13cvs19
9865
9866         * src/mainwindow.c
9867                 add mnemonics to Set displayed columns
9868                 fix bug where msgview_visible option was
9869                 overwritten as TRUE on startup
9870
9871 2005-08-06 [paul]       1.9.13cvs18
9872
9873         * src/mainwindow.c
9874                 refer to 'displayed columns in folder/message
9875                 list' not 'displayed items in summary/message view'
9876         * src/prefs_display_header.c
9877                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9878                 be consistent with similar dialogues
9879         * src/prefs_folder_column.c
9880         * src/prefs_summary_column.c
9881                 'columns' not 'items', and folder and message lists,
9882                 instead of folder and summary views;
9883                 Use 'Hidden columns' as list heading not 'Available
9884                 items';
9885                 move the 'Remove' button to the right hand side;
9886                 top-align the buttons;
9887                 remove unneeded vbox
9888         * src/prefs_summaries.c
9889                 put the 2 column prefs buttons in a frame to reduce
9890                 overall width; refer to columns not items &c.
9891
9892 2005-08-05 [colin]      1.9.13cvs17
9893
9894         * src/prefs_common.c
9895         * src/prefs_common.h
9896         * src/mainwindow.c
9897         * src/compose.c
9898         * src/messageview.c
9899                 Add an hidden toolbar_detachable pref, so
9900                 that I can get rid of these painful handles
9901                 in the toolbars. Defaults to TRUE to avoid
9902                 changing the GUI on unsuspecting people...
9903
9904 2005-08-05 [colin]      1.9.13cvs16
9905
9906         * src/Makefile.am
9907         * src/prefs_folder_column.c
9908         * src/prefs_folder_column.h
9909                 Add prefs for folder columns
9910         * src/folderview.c
9911         * src/folderview.h
9912         * src/mainwindow.c
9913         * src/mainwindow.h
9914         * src/prefs_common.c
9915         * src/prefs_common.h
9916         * src/prefs_summaries.c
9917                 Use them
9918         * src/prefs_summary_column.c
9919         * src/summaryview.c
9920         * src/summaryview.h
9921                 Add a To column
9922         * src/textview.c
9923         * src/common/utils.c
9924         * src/common/utils.h
9925                 Move uri colourisation functions
9926                 to utils
9927         * src/compose.c
9928                 Colourise URIs
9929         * src/imap.c
9930                 Fix bug with LIST where we'd try
9931                 to get Folder//////[...]/// 
9932
9933 2005-08-05 [paul]       1.9.13cvs15
9934
9935         * src/prefs_summaries.c
9936                 improve the English usage
9937         * src/summaryview.c
9938                 set font on column change
9939                 thanks to Colin
9940
9941 2005-08-05 [paul]       1.9.13cvs14
9942
9943         * src/prefs_common.c
9944         * src/prefs_common.h
9945         * src/prefs_summaries.c
9946         * src/summaryview.c
9947                 replace 'open_unread_on_enter' option with
9948                 'select_on_entry' option. opening/not opening
9949                 is now exclusively controlled by 'always_show_msg'
9950
9951 2005-08-04 [colin]      1.9.13cvs13
9952
9953         * src/compose.c
9954                 Remove dead code
9955                 Add colourisation of quotes and signatures
9956         * src/folderview.c
9957                 Fix possible crashes
9958         * src/messageview.c
9959                 Change an assert that is no problem
9960         * src/news.c
9961         * src/news_gtk.c
9962         * src/news_gtk.h
9963                 Fix offline mode
9964         * src/gtk/quicksearch.c
9965                 Fix a possible crash
9966
9967 2005-08-03 [colin]      1.9.13cvs12
9968
9969         * src/prefs_account.c
9970                 Fix bug #777 (Sylpheed crash in account configuration)
9971
9972 2005-08-03 [colin]      1.9.13cvs11
9973
9974         * src/addressbook.c
9975         * src/editaddress.c
9976         * src/editgroup.c
9977                 Fixing addressbook, round 2
9978         * src/textview.c
9979                 Fix emphasis color on rechecking 'Colorize messages'
9980
9981 2005-08-03 [paul]       1.9.13cvs10
9982
9983         sync with main
9984
9985         * src/addr_compl.c
9986         * src/compose.c
9987         * src/main.c
9988         * src/pop.c
9989         * src/prefs_account.c
9990         * src/procmime.c
9991         * src/procmsg.c
9992         * src/quote_fmt_parse.y
9993         * src/textview.c
9994         * src/common/quoted-printable.c
9995         * src/common/utils.c
9996         * src/common/utils.h
9997         * src/common/xml.c
9998                 replaced incorrect locale-independent
9999                 ctype functions with GLib's. Corrected
10000                 signedness mismatch.
10001         * src/headerview.c
10002                 headerview_create(): added spacing for vbox.
10003         * src/gtk/about.c
10004                 set focus to the OK button.
10005
10006 2005-08-03 [colin]      1.9.13cvs9
10007
10008         * src/folderview.c
10009                 Fix possible crash
10010
10011 2005-08-02 [colin]      1.9.13cvs8
10012
10013         * src/mainwindow.c
10014                 Fix cast
10015         * src/addressbook.c
10016         * src/addressitem.h
10017                 Fix a cast and more generally, try to make the
10018                 GUI more intuitive and consistent (round 1)
10019
10020 2005-08-02 [paul]       1.9.13cvs7
10021
10022         * src/folder.h
10023                 missing in 1.9.13cvs6
10024
10025 2005-08-02 [colin]      1.9.13cvs6
10026
10027         * src/folder.c
10028                 Fix one more leak
10029
10030 2005-08-02 [colin]      1.9.13cvs5
10031
10032         * src/folder.c
10033         * src/folderview.c
10034         * src/imap.c
10035         * src/main.c
10036         * src/mbox.c
10037         * src/procmsg.c
10038         * src/summaryview.c
10039                 Fix a number of folder_item_get_msg_list()-related
10040                 leaks (missing procmsg_msginfo_free()s)
10041
10042 2005-08-01 [colin]      1.9.13cvs4
10043
10044         * src/folderview.c
10045         * src/folderview.h
10046         * src/mainwindow.c
10047         * src/prefs_fonts.c
10048         * src/prefs_summaries.c
10049         * src/prefs_themes.c
10050         * src/summaryview.c
10051         * src/summaryview.h
10052         * src/textview.c
10053         * src/textview.h
10054                 Fix instant-apply of summary and folderview-related prefs
10055                 Fix erroneous g_free and alertpanels in prefs_theme
10056                 Add instant-apply for fonts
10057                 Defer applying of prefs a little bit so it's done only
10058                 once even if requested by multiples prefs pages
10059
10060 2005-08-01 [paul]       1.9.13cvs3
10061
10062         * src/main.c
10063                 fix bug 776 'S.C. crashes on close'
10064                 thanks to Colin
10065         * src/etpan/etpan-thread-manager-types.h
10066                 add missing include
10067                 thanks to Hoa
10068
10069 2005-07-25 [paul]       1.9.13cvs2
10070
10071         * src/summaryview.c
10072                 fix typos. spotted by Fabien Vantard
10073
10074 2005-07-24 [paul]       1.9.13cvs1
10075
10076         * doc/man/sylpheed.1
10077                 update man page, incorporating fix of
10078                 bug 769 'Typo in manpage'
10079         * src/etpan/imap-thread.c
10080                 fix NetBSD openssl dependencies. patch by
10081                 George Michaelson <ggm@apnic.net>
10082         * po/pt_BR.po
10083                 updated by Frederico Goncalves Guimaraes
10084
10085 2005-07-22 [paul]       1.9.13
10086
10087         1.9.13 release
10088
10089 2005-07-22 [paul]       1.9.12cvs91
10090
10091         * AUTHORS
10092         * INSTALL
10093         * README.claws
10094         * RELEASE_NOTES.claws
10095                 updated for release
10096         * configure.ac
10097         * po/nb.po
10098         * tools/claws.i18n.status.pl
10099                 add Norwegian translation. submiited by
10100                 Geir Helland <pjallabais@users.sourceforge.net>
10101         * po/ca.po
10102         * po/de.po
10103         * po/es.po
10104         * po/fi.po
10105         * po/fr.po
10106         * po/it.po
10107         * po/sk.po
10108         * po/sr.po
10109         * po/zh_CN.po
10110                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10111                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10112                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10113                 Yang Guilong
10114         * src/plugins/clamav/clamav_plugin_gtk.c
10115         * src/plugins/spamassassin/spamassassin_gtk.c
10116                 replace outdated description strings
10117
10118 2005-07-21 [colin]      1.9.12cvs90
10119
10120         * src/folder.c
10121                 Set folder to batch mode when scanning it. Makes deletion
10122                 of unread mails on IMAP much faster (due to the UNREAD 
10123                 flag unsetting)
10124
10125 2005-07-21 [darko]      1.9.12cvs89
10126
10127         * configure.ac
10128                 link against libresolv if necessary (patch by Paul)
10129         * src/msgcache.c
10130                 use glib's portable macros to determine endianness
10131
10132 2005-07-21 [paul]       1.9.12cvs88
10133
10134         * src/crash.c
10135         * src/gtk/about.c
10136                 update compiled-in features list
10137
10138 2005-07-20 [colin]      1.9.12cvs87
10139
10140         * src/folder.c
10141         * src/textview.c
10142                 Gcc 2.9x compilation fixes, thanks to Darko
10143         * src/plugins/clamav/clamav_plugin.c
10144                 Little optimisation: load virus database only once
10145         * src/plugins/spamassassin/spamassassin.c
10146                 Big optimisation: filtering one mail took at least 1 second,
10147                 now it takes at least 50ms. Doesn't speed up spamassassin 
10148                 itself, but should already be much more tolerable.
10149
10150 2005-07-20 [colin]      1.9.12cvs86
10151
10152         * src/summaryview.c
10153                 Fix performance issue
10154
10155 2005-07-19 [colin]      1.9.12cvs85
10156
10157         * src/plugins/pgpinline/plugin.c
10158                 Fix warning
10159
10160 2005-07-19 [colin]      1.9.12cvs84
10161
10162         * configure.ac
10163         * src/plugins/Makefile.am
10164         * src/plugins/pgpinline/.cvsignore
10165         * src/plugins/pgpinline/Makefile.am
10166         * src/plugins/pgpinline/pgpinline.c
10167         * src/plugins/pgpinline/pgpinline.deps
10168         * src/plugins/pgpinline/pgpinline.h
10169         * src/plugins/pgpinline/plugin.c
10170                 Put pgpinline in the main tree
10171
10172 2005-07-19 [paul]       1.9.12cvs83
10173
10174         * src/prefs_actions.c
10175                 prevent '//' in menu names, which cause a crash
10176                 thanks to Colin
10177
10178 2005-07-19 [paul]       1.9.12cvs82
10179
10180         * configure.ac
10181                 be generally more informative in configure output.
10182                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10183                 '[ --disable-openssl ...', as --enable-openssl is default
10184                 PGP/MIME: don't check for GPGME again, check for
10185                 pgpcore instead. Therefore prevent the possibility of
10186                 attempting to build pgpmime if pgpcore dependencies are
10187                 not met
10188                 ClamAV: use pkgconfig to check for lib
10189                 libgnomeprint: revert logic on inner test to match
10190                 everything else
10191         * src/plugins/pgpcore/sgpgme.c
10192                 add missing include
10193
10194 2005-07-19 [colin]      1.9.12cvs81
10195
10196         * src/summaryview.c
10197                 Fix slow thread rebuilding in particular
10198                 cases
10199
10200 2005-07-19 [paul]       1.9.12cvs80
10201
10202         * sylpheed-claws.desktop
10203                 fix typo, spotted by Stephan Sachse
10204         * src/account.c
10205                 replace GTK_STOCK_ADD with
10206                 GTK_STOCK_NEW button
10207
10208 2005-07-18 [colin]      1.9.12cvs79
10209
10210         * src/etpan/imap-thread.c
10211                 Fix return value (Thanks Hoa)
10212
10213 2005-07-18 [colin]      1.9.12cvs78
10214
10215         * src/imap.c
10216                 Allow empty passwords
10217                 Create drafts/queue/outbox if necessary
10218         * src/summaryview.c
10219                 Remove old code
10220         * src/etpan/imap-thread.c
10221                 Fix STARTTLS (Thanks to Hoa)
10222
10223 2005-07-18 [paul]       1.9.12cvs77
10224
10225         * ChangeLog-gtk2.jp
10226         * ChangeLog.jp
10227                 removed
10228         * Makefile.am
10229                 updated to reflect additions and removals
10230         * TODO
10231                 updated to be claws-specific
10232         * TODO-gtk2
10233         * TODO-gtk2.jp
10234         * TODO.jp
10235         * sylpheed-128x128.png
10236         * sylpheed-64x64.png
10237                 removed
10238         * sylpheed-claws-128x128.png
10239         * sylpheed-claws-64x64.png
10240         * sylpheed-claws.desktop
10241         * sylpheed-claws.png
10242                 added
10243         * sylpheed.desktop
10244         * sylpheed.png
10245                 removed
10246
10247 2005-07-17 [paul]       1.9.12cvs76
10248
10249         * src/account.c
10250         * src/addressbook.c
10251         * src/alertpanel.c
10252         * src/alertpanel.h
10253         * src/compose.c
10254         * src/exphtmldlg.c
10255         * src/expldifdlg.c
10256         * src/folderview.c
10257         * src/imap_gtk.c
10258         * src/inc.c
10259         * src/message_search.c
10260         * src/messageview.c
10261         * src/mh_gtk.c
10262         * src/news_gtk.c
10263         * src/prefs_actions.c
10264         * src/prefs_filtering.c
10265         * src/prefs_matcher.c
10266         * src/prefs_template.c
10267         * src/prefs_themes.c
10268         * src/ssl_manager.c
10269         * src/summary_search.c
10270         * src/textview.c
10271         * src/toolbar.c
10272         * src/gtk/sslcertwindow.c
10273         * src/plugins/pgpcore/sgpgme.c
10274                 rework alertpanels
10275
10276 2005-07-17 [colin]      1.9.12cvs75
10277
10278         * src/privacy.c
10279                 add a PrivacySystem accessor that checks that
10280                 the system cached in a MimeInfo's privacydata
10281                 is still registered. Use this accessor instead
10282                 of directly using data->system. Fixes crashes
10283                 after unloading pgp plugins.
10284
10285 2005-07-17 [colin]      1.9.12cvs74
10286
10287         * src/alertpanel.c
10288                 Change geometry hints to a simple default size.
10289                 Fixes the certs dialogs.
10290
10291 2005-07-17 [colin]      1.9.12cvs73
10292
10293         * src/gtk/sslcertwindow.c
10294                 Use a gtkExpander
10295
10296 2005-07-17 [colin]      1.9.12cvs72
10297
10298         * src/plugins/pgpcore/Makefile.am
10299         * src/plugins/pgpmime/Makefile.am
10300                 Add gpgme libs
10301
10302 2005-07-17 [paul]       1.9.12cvs71
10303
10304         * configure.ac
10305                 add --disable-gnomeprint option
10306                 modified version of patch by Marius Mauch
10307
10308 2005-07-17 [paul]       1.9.12cvs70
10309
10310         * src/common/defs.h
10311                 update urls
10312         * src/account.c
10313         * src/action.c
10314         * src/addressbook.c
10315         * src/compose.c
10316         * src/foldersel.c
10317         * src/folderview.c
10318         * src/html.c
10319         * src/imap_gtk.c
10320         * src/main.c
10321         * src/mainwindow.c
10322         * src/messageview.c
10323         * src/mh_gtk.c
10324         * src/mimeview.c
10325         * src/news_gtk.c
10326         * src/prefs_account.c
10327         * src/prefs_send.c
10328         * src/prefs_summaries.c
10329         * src/procmsg.c
10330         * src/summaryview.c
10331         * src/common/utils.c
10332         * src/common/xml.c
10333         * src/plugins/pgpcore/passphrase.c
10334         * src/plugins/pgpcore/select-keys.c
10335                 replace inappropriately used backticks
10336                 with single quotes
10337
10338 2005-07-16 [colin]      1.9.12cvs69
10339
10340         * src/image_viewer.c
10341                 Add extra paranoid checks
10342
10343 2005-07-16 [colin]      1.9.12cvs68
10344
10345         * src/plugins/pgpcore/prefs_gpg.c
10346                 Don't auto-check sigs by default, as it
10347                 can be really slow.
10348
10349 2005-07-16 [colin]      1.9.12cvs67
10350
10351         * src/plugins/pgpcore/sgpgme.c
10352                 Make messages a bit better.
10353
10354 2005-07-16 [colin]      1.9.12cvs66
10355
10356         * src/imap.c
10357                 Remove pseudo-log
10358         * src/etpan/imap-thread.c
10359                 Add real log
10360
10361 2005-07-16 [colin]      1.9.12cvs65
10362
10363         * src/main.c
10364         * src/prefs_other.c
10365                 And now, fix build with libetpan :-/
10366
10367 2005-07-15 [colin]      1.9.12cvs64
10368
10369         * src/prefs_other.c
10370                 Continue fixing build without libetpan.
10371
10372 2005-07-15 [colin]      1.9.12cvs63
10373
10374         * src/main.c
10375                 Fix build with --disable-libetpan
10376
10377 2005-07-15 [colin]      1.9.12cvs62
10378
10379         * configure.ac
10380                 Bump libetpan's version
10381
10382 2005-07-15 [colin]      1.9.12cvs61
10383
10384         * src/etpan/imap-thread.c
10385                 Actually stop logging :)
10386
10387 2005-07-15 [colin]      1.9.12cvs60
10388
10389         * src/addressbook.c
10390                 Fix dnd of multiple addresses.
10391
10392 2005-07-15 [hoa]        1.9.12cvs59
10393
10394         * src/etpan/imap-thread.c
10395             disable login of IMAP password in libetpan log file.
10396
10397 2005-07-15 [paul]       1.9.12cvs58
10398
10399         * src/account.c
10400                 don't automatically sort
10401                 do allow drag n drop
10402
10403 2005-07-15 [paul]       1.9.12cvs57
10404
10405         * src/account.c
10406         * src/ssl_manager.c
10407                 alphabetical listing
10408
10409 2005-07-15 [paul]       1.9.12cvs56
10410
10411         * src/gtk/pluginwindow.c
10412                 sort plugin list alphabetically
10413
10414 2005-07-15 [paul]       1.9.12cvs55
10415
10416         * src/prefs_spelling.c
10417         * src/prefs_wrapping.c
10418                 unify English usage
10419
10420 2005-07-15 [colin]      1.9.12cvs54
10421
10422         * src/wizard.c
10423                 Typo fix
10424
10425 2005-07-15 [paul]       1.9.12cvs53
10426
10427         * src/prefs_message.c
10428                 make 'show cursor' a hidden option
10429
10430 2005-07-14 [colin]      1.9.12cvs52
10431
10432         * src/plugins/spamassassin/Makefile.am
10433         * src/plugins/clamav/Makefile.am
10434                 Fix double EXTRA_DISTs
10435
10436 2005-07-14 [colin]      1.9.12cvs51
10437
10438         * src/plugins/clamav/Makefile.am
10439         * src/plugins/clamav/clamav_plugin_gtk.deps
10440         * src/plugins/spamassassin/Makefile.am
10441         * src/plugins/spamassassin/spamassassin_gtk.deps
10442                 Make $plugin_gtk depend on $plugin
10443
10444 2005-07-14 [hoa]        1.9.12cvs50
10445
10446         * src/etpan/imap-thread.c
10447                 enable debug log of libetpan when running with --debug
10448
10449 2005-07-14 [colin]      1.9.12cvs49
10450
10451         * configure.ac
10452         * src/common/Makefile.am
10453         * src/common/plugin.c
10454         * src/common/plugin.h
10455                 Add a little plugin dependancy system.
10456                 Plugins can ship a $plugin_name.deps file
10457                 (near them in PLUGINDIR) so that their
10458                 dependancies are loaded if possible.
10459         * src/plugins/Makefile.am
10460         * src/plugins/pgpcore/Makefile.am
10461         * src/plugins/pgpcore/passphrase.c
10462         * src/plugins/pgpcore/passphrase.h
10463         * src/plugins/pgpcore/plugin.c
10464         * src/plugins/pgpcore/prefs_gpg.c
10465         * src/plugins/pgpcore/prefs_gpg.h
10466         * src/plugins/pgpcore/select-keys.c
10467         * src/plugins/pgpcore/select-keys.h
10468         * src/plugins/pgpcore/sgpgme.c
10469         * src/plugins/pgpcore/sgpgme.h
10470                 Introduce pgpcore, used by pgpmime and
10471                 pgpinline
10472         * src/plugins/pgpmime/Makefile.am
10473         * src/plugins/pgpmime/passphrase.c
10474         * src/plugins/pgpmime/passphrase.h
10475         * src/plugins/pgpmime/pgpmime.c
10476         * src/plugins/pgpmime/pgpmime.deps
10477         * src/plugins/pgpmime/plugin.c
10478         * src/plugins/pgpmime/prefs_gpg.c
10479         * src/plugins/pgpmime/prefs_gpg.h
10480         * src/plugins/pgpmime/select-keys.c
10481         * src/plugins/pgpmime/select-keys.h
10482         * src/plugins/pgpmime/sgpgme.c
10483         * src/plugins/pgpmime/sgpgme.h
10484                 Remove the core from pgpmime and add the
10485                 dependancy to pgpcore.
10486
10487 2005-07-14 [paul]       1.9.12cvs48
10488
10489         * src/stock_pixmap.c
10490                 forgot this in last commit
10491
10492 2005-07-14 [paul]       1.9.12cvs47
10493
10494         * src/account.c
10495         * src/addressbook.c
10496                 add accelerators for the buttons (sync with main)
10497         * src/compose.c
10498         * src/compose.h
10499                 add accelerators for the buttons.
10500                 fix editing with external editor.
10501                 replace gdk_input_*() with GIOChannel;
10502                 (sync with main)
10503         * src/foldersel.c
10504                 display folder names with new/unread
10505                 representation (sync with main)
10506         * src/main.c
10507                 specify default window icon (sync with main)
10508         * src/prefs_common.c
10509                 use_addr_book default to FALSE
10510         * src/summaryview.c
10511         * src/textview.c
10512                 add accelerators for the buttons (sync with main)
10513         * src/gtk/menu.c
10514                 fix typos
10515         * src/pixmaps/sylpheed_icon.xpm
10516                 updated
10517
10518 2005-07-13 [paul]       1.9.12cvs46
10519
10520         * src/plugins/pgpmime/pgpmime.c
10521         * src/plugins/pgpmime/sgpgme.c
10522                 (temporarily) use deprecated gpgme_data_rewind()
10523                 while largefile support is not present
10524                 (as suggested by Colin)
10525
10526 2005-07-13 [paul]       1.9.12cvs45
10527
10528         * configure.ac
10529                 remove large file support (for now):
10530                 it breaks too many things
10531
10532 2005-07-13 [paul]       1.9.12cvs44
10533
10534         * configure.ac
10535                 add large file support
10536         * src/html.c
10537                 fix bug #763 where href attribute was not
10538                 the very first attribute of a link
10539                 patch by Thomas Gilgin
10540
10541 2005-07-13 [colin]      1.9.12cvs43
10542
10543         * src/gtk/pluginwindow.c
10544                 Little portability fix
10545
10546 2005-07-13 [colin]      1.9.12cvs42
10547
10548         * src/plugins/pgpmime/sgpgme.c
10549                 Fix crasher.
10550
10551 2005-07-13 [colin]      1.9.12cvs41
10552
10553         * src/plugins/pgpmime/pgpmime.c
10554         * src/plugins/pgpmime/sgpgme.c
10555                 Use gpgme_data_release_and_get_mem instead
10556                 of gpgme_data_read.
10557
10558 2005-07-13 [colin]      1.9.12cvs40
10559
10560         * configure.ac
10561         * src/plugins/pgpmime/passphrase.c
10562         * src/plugins/pgpmime/passphrase.h
10563         * src/plugins/pgpmime/pgpmime.c
10564         * src/plugins/pgpmime/plugin.c
10565         * src/plugins/pgpmime/select-keys.c
10566         * src/plugins/pgpmime/select-keys.h
10567         * src/plugins/pgpmime/sgpgme.c
10568         * src/plugins/pgpmime/sgpgme.h
10569                 Port pgpmime to gpgme-1.0.
10570
10571 2005-07-12 [paul]       1.9.12cvs39
10572
10573         * AUTHORS
10574         * src/toolbar.c
10575         * src/toolbar.h
10576                 add a 'Go to Prev' button to the toolbar.
10577                 correct tooltip text of go to buttons.
10578                 based on patch by Yang Guilong <bamanzi@gmail.com>
10579
10580 2005-07-12 [colin]      1.9.12cvs38
10581
10582         * src/statusbar.c
10583                 Fix progress bar showing stuff at startup.
10584
10585 2005-07-12 [paul]       1.9.12cvs37
10586
10587         * src/editjpilot.c
10588                 fix building with jpilot support
10589
10590 2005-07-11 [colin]      1.9.12cvs36
10591
10592         * src/inc.c
10593                 Add visual indication that filtering is running
10594         * src/textview.c
10595                 Make {}[] uri delimiters
10596         * src/summaryview.c
10597                 Remove useless (and slow) calls
10598
10599 2005-07-11 [paul]       1.9.12cvs35
10600
10601         * src/plugins/clamav/clamav_plugin_gtk.c
10602         * src/plugins/dillo_viewer/dillo_prefs.c
10603         * src/plugins/pgpmime/prefs_gpg.c
10604         * src/plugins/spamassassin/spamassassin_gtk.c
10605                 gather plugins prefs together under their
10606                 own 'Plugins' heading
10607
10608 2005-07-11 [paul]       1.9.12cvs34
10609
10610         sync with main
10611
10612         * src/account.c
10613                 account_delete(): modified alert dialog
10614         * src/editjpilot.c
10615         * src/editvcard.c
10616                 fixed a crash when cancelling file selection
10617                 dialog by Escape key. Made non-ascii filename
10618                 selectable.
10619         * src/prefs_template.c
10620                 prefs_template_window_create(): make scrolled
10621                 window policy AUTOMATIC
10622
10623 2005-07-10 [hoa]        1.9.12cvs33
10624
10625         * src/etpan/imap-thread.c
10626                 workaround for old Courier IMAP servers.
10627
10628 2005-07-10 [colin]      1.9.12cvs32
10629
10630         * src/folder.c
10631         * src/statusbar.c
10632         * src/statusbar.h
10633                 Add visual progress indicator on filtering/processing
10634                 Factorize the progress bar code
10635         * src/imap.c
10636         * src/imap.h
10637         * src/etpan/imap-thread.c
10638                 Add a reference counter to avoid destroying the Folder
10639                 while it's in use by another callback.
10640
10641 2005-07-09 [hoa]        1.9.12cvs31
10642
10643         * src/imap.c
10644         * src/etpan/imap-thread.c
10645                 fixed deadlock when removing IMAP account.
10646
10647 2005-07-08 [colin]      1.9.12cvs30
10648
10649         * src/textview.c
10650         * src/unmime.c
10651                 Fix again problems decoding broken headers
10652         * src/gtk/inputdialog.c
10653                 Fix local variable shadowing a global one
10654
10655 2005-07-08 [colin]      1.9.12cvs29
10656
10657         * src/msgcache.c
10658                 Make the cache/mark files platform-agnostic by writing
10659                 them in little-endian format. Reading them is also done
10660                 in little-endian format, of course; however, in order
10661                 to avoid trashing mark data on big-endian machines, the
10662                 files are, at first, read from the native format if the
10663                 little-endian one doesn't exist. This is easy to deter-
10664                 mine by trying to open a file with a swapped data_ver
10665                 and seeing if it's the wanted version.
10666                 Little-endian using users should see absolutely no
10667                 difference, Big-endian users may get a very little
10668                 performance drop due to byte-swapping.
10669                 Tested on i386 and ppc32. 
10670                 Fixes bug #159 (The index file, in the mailboxes, is 
10671                 hardware depending).
10672
10673                 To have the cache/mark files updated to the new little-
10674                 endian format, "Check for new messages" or even
10675                 "Rebuild folder tree" aren't enough. Files will be
10676                 updated as soon as a folder has been opened/closed.
10677                 To update everything, just select all folders by
10678                 selecting them one by one.
10679
10680 2005-07-07 [colin]      1.9.12cvs28
10681
10682         * src/imap.c
10683                 Remember the folder separator per IMAPFolder
10684                 instead of globally.
10685                 Revive the Session on noop; fixes bug #761
10686                 (mark a bunch of unread messages as read takes 
10687                 forever)
10688
10689 2005-07-07 [darko]      1.9.12cvs27
10690
10691         * src/common/template.c
10692                 Sort templates alphabetically
10693
10694 2005-07-06 [colin]      1.9.12cvs26
10695
10696         * src/imap.c
10697                 Try to use the correct separator in
10698                 most cases. Possibly fixes bug #759
10699                 (only creates the INBOX folder when 
10700                 setting up new IMAP account) and 
10701                 bug #760 (Can't retrieve messages)
10702
10703 2005-07-06 [colin]      1.9.12cvs25
10704
10705         * src/imap.c
10706                 Use real_path in status command. This will
10707                 help later, when namespaces will be used.
10708
10709 2005-07-06 [colin]      1.9.12cvs24
10710
10711         * configure.ac
10712         * src/account.c
10713         * src/folder.c
10714         * src/imap.c
10715         * src/etpan/etpan-log.c
10716         * src/etpan/etpan-thread-manager.c
10717         * src/etpan/imap-thread.c
10718                 Add a --disable-libetpan parameter. With this,
10719                 users that don't want IMAP4 support can avoid
10720                 the new dependancy (and have no IMAP support).
10721                 Users that have IMAP4 accounts and use this
10722                 parameter won't lose their configuration, their
10723                 IMAP accounts will just be invisible and not
10724                 used.
10725         * src/textview.c
10726                 Make the "Copy ..." contextual menu items 
10727                 copy to both the X clipboard and the gtk 
10728                 clipboard - as most other apps do.
10729         * src/gtk/about.c
10730                 Add a notice about OpenSSL usage, in order to
10731                 comply with OpenSSL's license (point 6):
10732                 http://www.openssl.org/source/license.html
10733
10734 2005-07-06 [colin]      1.9.12cvs23
10735
10736         * src/alertpanel.c
10737                 Fix a minimum size for alertpanels
10738         * src/compose.c
10739                 Show 'No space left on device' type errors
10740                 when queuing/sending
10741         * src/imap_gtk.c
10742         * src/mh_gtk.c
10743                 Rework folder's deletion message (remove 
10744                 extra \n)
10745
10746 2005-07-05 [colin]      1.9.12cvs22
10747
10748         * src/imap.c
10749                 Add an alertpanel on auth error
10750                 Add pseudo-log
10751                 Remove pthread-related stuff
10752
10753 2005-07-05 [colin]      1.9.12cvs21
10754
10755         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10756                 Fix crash on plugin reloading (with a hack)
10757
10758 2005-07-05 [colin]      1.9.12cvs20
10759
10760         * src/prefs_account.c
10761         * src/prefs_account.h
10762                 Fix typo
10763         * src/gtk/filesel.c
10764         * src/gtk/filesel.h
10765                 Add a way to filter the view
10766         * src/gtk/pluginwindow.c
10767                 Filter loadable stuff
10768         * src/plugins/pgpmime/prefs_gpg.c
10769                 Fix missing unregistration
10770         * .cvsignore
10771         * src/etpan/.cvsignore
10772         * src/plugins/spamassassin/.cvsignore
10773                 Add more stuff to cvs ignored files
10774
10775 2005-07-04 [colin]      1.9.12cvs19
10776
10777         * src/imap.c
10778                 Fix scan_required returning FALSE when it
10779                 shouldn't. Maybe fix #760 (Can't retrieve
10780                 messages)
10781
10782 2005-07-04 [colin]      1.9.12cvs18
10783
10784         * src/summaryview.c
10785                 Fix always_show_msg pref
10786
10787 2005-07-04 [paul]       1.9.12cvs17
10788
10789         sync with main (forgotten in last commit)
10790         
10791         * src/common/utils.c
10792         * src/common/utils.h
10793                 check_line_length(): new.
10794                 is_dir_exist()
10795                 is_file_entry_exist()
10796                 dirent_is_regular_file()
10797                 dirent_is_directory(): use g_file_test() instead of stat().
10798
10799 2005-07-04 [paul]       1.9.12cvs16
10800
10801         sync with main:
10802
10803         * src/compose.c
10804                 compose_write_to_file(): check for line
10805                 length limit and display warning if exceeds
10806         * src/jpilot.c
10807                 use get_home_dir() instead of g_get_home_dir()
10808         * src/procheader.c
10809                 removed warning about invalid date
10810         * src/vcard.c
10811                 use get_home_dir() instead of g_get_home_dir()
10812
10813 2005-07-04 [paul]       1.9.12cvs15
10814
10815         * src/stock_pixmap.c
10816                 fix new pixmap naming errors
10817                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10818
10819 2005-07-04 [colin]      1.9.12cvs14
10820
10821         * src/imap.c
10822                 Fix debugging string with a warning
10823
10824 2005-07-04 [colin]      1.9.12cvs13
10825
10826         * configure.ac
10827                 Add a check for libetpan's version (>= 0.37)
10828
10829 2005-07-04 [hoa]        1.9.12cvs12
10830
10831         * commitHelper
10832         * src/imap.c
10833         * src/etpan/imap-thread.c
10834         * src/etpan/imap-thread.h
10835                 fixed IMAP implementation of check of mails.
10836
10837 2005-07-03 [hoa]        1.9.12cvs11
10838
10839         * src/etpan/Makefile.am
10840         * src/etpan/etpan-errors.h
10841         * src/etpan/etpan-log.[ch]
10842         * src/etpan/etpan-thread-manager-types.h
10843         * src/etpan/etpan-thread-manager.[ch]
10844         * src/etpan/imap-thread.[ch]
10845         * src/Makefile.am
10846         * src/imap.c
10847         * src/main.c
10848         * src/prefs_other.c
10849         * configure.ac
10850             merged imap branch.
10851             dependency on libetpan 0.37 is now added.
10852
10853 2005-07-01 [colin]      1.9.12cvs10
10854
10855         * src/Makefile.am
10856         * src/folder.c
10857         * src/folder.h
10858         * src/folderview.c
10859         * src/stock_pixmap.c
10860         * src/stock_pixmap.h
10861         * src/plugins/trayicon/trayicon.c
10862                 Add marked symbol on folders containing
10863                 marked messages
10864         * src/procmsg.c
10865         * src/procmsg.h
10866         * src/toolbar.c
10867         * src/prefs_common.c
10868         * src/prefs_common.h
10869         * src/prefs_send.c
10870                 Add an optional confirmation dialog on queue
10871                 sending. Patch by wwp.
10872         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10873         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10874         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10875         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10876         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10877         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10878         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10879         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10880         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10881         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10882         * src/pixmaps/trash_mark.xpm            ** ADDED **
10883                 New pixmaps
10884
10885 2005-07-01 [colin]      1.9.12cvs9
10886
10887         * src/summaryview.c
10888                 Fix a little threading bug
10889         * src/addrgather.c
10890         * src/mainwindow.c
10891                 A little bit of HIG normality never hurts
10892
10893 2005-07-01 [colin]      1.9.12cvs8
10894
10895         * src/compose.c
10896         * src/msgcache.c
10897         * src/pop.c
10898         * src/procmime.c
10899         * src/recv.c
10900         * src/common/log.c
10901         * src/common/template.c
10902         * src/common/utils.c
10903         * src/common/utils.h
10904                 Reverted the fwrite_atomic stuff. In fact
10905                 it is already atomic.
10906
10907 2005-06-30 [colin]      1.9.12cvs7
10908
10909         * src/common/utils.c
10910         * src/common/utils.h
10911                 Add an fwrite_atomic() function to make
10912                 sure we write everything: fwrite can make
10913                 short writes.
10914         * src/compose.c
10915         * src/msgcache.c
10916         * src/pop.c
10917         * src/procmime.c
10918         * src/recv.c
10919         * src/common/log.c
10920         * src/common/template.c
10921                 Use that (and fix swapping of size and nmemb).
10922                 Thanks to Rich Coe for the heads up.
10923
10924 2005-06-30 [colin]      1.9.12cvs6
10925
10926         * src/addressbook.c
10927                 Optimize addressbook opening 
10928
10929 2005-06-30 [colin]      1.9.12cvs5
10930
10931         * src/summaryview.c
10932                 Remove calls to summary_step after move/copy
10933
10934 2005-06-28 [paul]       1.9.12cvs4
10935
10936         * src/alertpanel.c
10937                 wrap and make the error msg selectable
10938
10939 2005-06-28 [paul]       1.9.12cvs3
10940
10941         * src/ssl_manager.c
10942                 replace the OK button with a Close button
10943         * src/gtk/foldersort.c
10944                 use GTK_STOCK_ icons/buttons
10945
10946 2005-06-28 [colin]      1.9.12cvs2
10947
10948         * src/gedit-print.c             ** ADDED **
10949         * src/gedit-print.h             ** ADDED **
10950         * src/gtk/gtksourceprintjob.c   ** ADDED **
10951         * src/gtk/gtksourceprintjob.h   ** ADDED **
10952                 I can't believe no one had enough time to tell
10953                 me I forgot the `cvs add`
10954
10955 2005-06-27 [colin]      1.9.12cvs1
10956
10957         * src/Makefile.am
10958         * src/gtk/Makefile.am
10959         * src/messageview.c
10960         * src/procmsg.c
10961         * src/summaryview.c
10962         * configure.ac
10963                 Add optional libgnomeprint-based printing
10964         * src/mainwindow.c
10965         * src/gtk/quicksearch.c
10966                 Add an Edit/Quick search menu item to show
10967                 and focus the quicksearch
10968
10969 2005-06-27 [paul]       1.9.12
10970
10971         1.9.12 release
10972
10973         * po/ca.po
10974         * po/de.po
10975         * po/es.po
10976         * po/fr.po
10977         * po/it.po
10978         * po/ko.po
10979         * po/pt_BR.po
10980         * po/sk.po
10981         * po/zh_CN.po
10982                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10983                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10984                 SungHyun Nam, Frederico Goncalves Guimaraes,
10985                 Andrej Kacian, and Yang Guilong
10986 2005-06-26 [colin]      1.9.11cvs106
10987
10988         * src/imap_gtk.c
10989                 Forgot one file for previous fix
10990
10991 2005-06-26 [colin]      1.9.11cvs105
10992
10993         * src/folder.c
10994         * src/imap.c
10995                 Fix problems with folder operations in no_select
10996                 imap folders. it applies only to mails, and 
10997                 creation/deletion/move/renaming of folders 
10998                 should be possible
10999
11000 2005-06-26 [paul]       1.9.11cvs104
11001
11002         * src/prefs_filtering.c
11003                 replace one more GTK_STOCK_REMOVE
11004                 with GTK_STOCK_DELETE
11005
11006 2005-06-25 [colin]      1.9.11cvs103
11007
11008         * src/imap.c
11009                 Optimize get_seq_set_from_seq_list
11010                 (Patch by Ricardo) 
11011
11012 2005-06-25 [colin]      1.9.11cvs102
11013
11014         * src/mh.c
11015                 If the directory exists, but not in the
11016                 correct encoding, rename it. This should
11017                 handle old-versions-induced bugs.
11018
11019 2005-06-25 [colin]      1.9.11cvs101
11020
11021         * src/mh.c
11022                 Fix path access with extended dir names
11023                 Fixes bug #589 (SC segfaults with wrong locale
11024                 settings)
11025
11026 2005-06-25 [colin]      1.9.11cvs100
11027
11028         * src/prefs_account.c
11029         * src/prefs_account.h
11030         * src/compose.c
11031                 Add an option to encrypt replies to
11032                 encrypted messages
11033
11034 2005-06-25 [colin]      1.9.11cvs99
11035
11036         * src/compose.c
11037         * src/quote_fmt_parse.y
11038                 ... And make it work with pgpinline.
11039
11040 2005-06-25 [colin]      1.9.11cvs98
11041
11042         * src/compose.c
11043         * src/procmime.c
11044         * src/procmime.h
11045         * src/quote_fmt_parse.y
11046                 o Make reedition of encrypted messages possible
11047                   (as long as it is encrypted to self too, no
11048                    magic there)
11049                 o Make replying with quote (and without selecting
11050                   text) possible for encrypted messages.
11051                 Closes bug #550 (Not possible to "reply with quote"
11052                 to gnupg encrypted messages)
11053
11054 2005-06-24 [paul]       1.9.11cvs97
11055
11056         * src/imap.c
11057                 add missing include
11058
11059 2005-06-24 [paul]       1.9.11cvs96
11060
11061         * src/editldap.c
11062                 made bind password entry invisible
11063                 (sync with main)
11064         * src/send_message.c
11065                 send_message_local(): check exit status
11066                 to detect errors (sync with main)
11067         * src/textview.c
11068                 use main's less ambiguous popup menu
11069                 wording
11070
11071 2005-06-24 [paul]       1.9.11cvs95
11072
11073         * src/prefs_actions.c
11074         * src/prefs_customheader.c
11075         * src/prefs_display_header.c
11076         * src/prefs_filtering_action.c
11077         * src/prefs_matcher.c
11078         * src/prefs_template.c
11079         * src/prefs_toolbar.c
11080                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11081         * src/gtk/description_window.c
11082                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11083
11084 2005-06-23 [colin]      1.9.11cvs94
11085
11086         * src/summaryview.c
11087                 Fix rough edges (be sure to call status_show whenever
11088                 necessary).
11089
11090 2005-06-23 [colin]      1.9.11cvs93
11091
11092         * src/summaryview.c
11093                 Optimize Select All
11094                 Before, in a 5K mails folder: 11s
11095                 After, in the same folder: 58000µs
11096                 The joys of locking... gtk_clist_select_all() fires a 
11097                 tree-select-row event for each selected row, which in 
11098                 summaryview, callbacks summary_selected which in turn,
11099                 calls summary_status_show, which walks the selected
11100                 rows. Hence, calling gtk_clist_select_all was 
11101                 exponential. Locking the summaryview makes 
11102                 summary_selected return early.
11103
11104 2005-06-23 [colin]      1.9.11cvs92
11105
11106         * src/imap.c
11107                 Move mutex at the important place to avoid
11108                 deadlocks
11109         * src/summaryview.c
11110                 Fix Del key deleting directly instead of
11111                 moving to trash
11112
11113 2005-06-22 [colin]      1.9.11cvs91
11114
11115         * src/plugins/spamassassin/libspamc.c
11116                 As we do spagetti code with assignations in multiple
11117                 places (see _message_read_raw where out = msg = raw),
11118                 let's be sure we don't free the same pointer twice.
11119                 Should fix bug #683 (Crash in libpam at 
11120                 message_cleanup).
11121
11122 2005-06-22 [colin]      1.9.11cvs90
11123
11124         * src/compose.c
11125         * src/messageview.c
11126         * src/toolbar.c
11127                 Make toolbar's delete use the move to trash stuff;
11128                 Add gtk_widget_realize to be sure pixmaps can get
11129                 created (that may fix an old worksforme bug which
11130                 I can't find back...)
11131
11132 2005-06-22 [colin]      1.9.11cvs89
11133
11134         * src/summaryview.c
11135         * src/summaryview.h
11136         * src/mainwindow.c
11137                 Rename "Message/Delete" to "Message/Move to trash"
11138                 Add "Message/Delete..." that directly destroys the
11139                 selected messages after asking for a confirmation.
11140
11141 2005-06-22 [colin]      1.9.11cvs88
11142
11143         * src/imap.c
11144                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11145                 o Fix a deadlock (thanks Darko)
11146
11147 2005-06-22 [colin]      1.9.11cvs87
11148
11149         * src/gtk/foldersort.c
11150                 Add missing include for the i18n;
11151                 patch by Fabien Vantard
11152
11153 2005-06-21 [colin]      1.9.11cvs86
11154
11155         * src/folder.c
11156         * src/folderview.c
11157                 Respect the no_select flag
11158         * src/imap.c
11159                 Fix recursive deletion
11160         * src/imap_gtk.c
11161         * src/mh_gtk.c
11162                 Make the folder deletion's warning
11163                 more explicit
11164
11165 2005-06-21 [colin]      1.9.11cvs85
11166
11167         * src/textview.c
11168                 Prevent email addresses from spanning accross
11169                 lines - fixes bug # 646 (newline-chars in 
11170                 email addresses)
11171
11172 2005-06-20 [colin]      1.9.11cvs84
11173
11174         * src/folder.c
11175                 Be sure not to remove source if copy failed
11176
11177 2005-06-20 [colin]      1.9.11cvs83
11178
11179         * src/folderview.c
11180         * src/imap_gtk.c
11181                 remove summaryview's lock
11182         * src/imap.c
11183                 introduce threads to avoid problems when foreground tasks
11184                 interfere with background tasks
11185         * src/mh.c
11186                 prevent moving to drafts/queue
11187         * src/mimeview.c
11188                 fix leak
11189
11190 2005-06-19 [colin]      1.9.11cvs82
11191
11192         * src/imap_gtk.c
11193                 Remember that the user doesn't want to override
11194                 offline mode, for 3 seconds. It avoid presenting
11195                 him with N popups in a really short time.
11196
11197 2005-06-17 [colin]      1.9.11cvs81
11198
11199         * src/imap.c
11200                 Fix IMAP breaking on folders containing '('
11201                 (Probably won't be enough)
11202
11203 2005-06-17 [colin]      1.9.11cvs80
11204
11205         Forgotten files on 1.9.11cvs79
11206         * src/summaryview.c
11207                 Fix stepping when not immediately executing
11208         * src/imap.c
11209                 Really prevent UID FETCH 0
11210         * src/codeconv.c
11211                 Fix outgoing charset never set to utf-8
11212         * src/mh.c
11213                 Fix leak
11214
11215 2005-06-16 [colin]      1.9.11cvs79
11216
11217         * src/compose.c
11218                 Fix bug #707 (Dash splits rows)
11219                 Only wrap if we're on a line break position and
11220                 the previous one was a "white" (space) char.
11221                 Pango stuff is weird.
11222
11223 2005-06-16 [colin]      1.9.11cvs78
11224
11225         * src/imap_gtk.c
11226                 Lock summaryview while downloading messages
11227                 on user demand
11228         * src/procheader.c
11229         * src/unmime.c
11230         * src/common/utils.c
11231         * src/common/utils.h
11232                 Replace \r and \n with spaces in From and
11233                 Subject headers
11234
11235 2005-06-16 [paul]       1.9.11cvs77
11236
11237         * src/procmime.c
11238                 liberalise the mime parser
11239         * src/gtk/about.c
11240                 add text wrapping
11241
11242 2005-06-16 [paul]       1.9.11cvs76
11243
11244         * src/gtk/about.c
11245                 reworked
11246
11247 2005-06-15 [colin]      1.9.11cvs75
11248
11249         * src/compose.c
11250                 Finish header encoding fix
11251         * src/summaryview.c
11252                 Fix segfault
11253         * src/headerview.c
11254                 Fix compilation (Thanks Stephan
11255                 Sachse)
11256
11257 2005-06-15 [colin]      1.9.11cvs74
11258
11259         * Makefile.am
11260                 Install gnome2 stuff rather than gnome1, 
11261                 if both are present
11262         * src/codeconv.c
11263         * src/codeconv.h
11264         * src/compose.c
11265                 Fix headers encoding
11266         * src/folder.c
11267                 Visual progress when fetching all messages
11268         * src/folderview.c
11269         * src/summaryview.c
11270         * src/summaryview.h
11271                 Prevent changing current message while
11272                 incorporating
11273
11274 2005-06-15 [paul]       1.9.11cvs73
11275
11276         * src/gtk/gtkaspell.c
11277         * src/gtk/gtkaspell.h
11278                 fix build warnings
11279
11280 2005-06-15 [paul]       1.9.11cvs72
11281
11282         * src/prefs_filtering.c
11283                 allow reordering of filter rules by
11284                 drag n drop
11285
11286 2005-06-15 [paul]       1.9.11cvs71
11287
11288         * COPYING
11289                 updated
11290         * src/codeconv.c
11291                 replace deprecated function
11292         * src/inc.c
11293         * src/send_message.c
11294         * src/gtk/progressdialog.c
11295         * src/gtk/progressdialog.h
11296                 salvage and reuse parts of reverted sync
11297
11298 2005-06-15 [paul]       1.9.11cvs70
11299
11300         * src/inc.c
11301         * src/send_message.c
11302         * src/gtk/progressdialog.c
11303         * src/gtk/progressdialog.h
11304                 revert yesterday's sync with main
11305                 it contains deprecated functions
11306
11307 2005-06-15 [colin]      1.9.11cvs69
11308
11309         * src/headerview.c
11310                 Fix bug #670 (multi user to: will corrupt message 
11311                 headers display)
11312
11313 2005-06-15 [colin]      1.9.11cvs68
11314
11315         * src/compose.c
11316                 Fix bug #421 (Fix undo on wrapping)
11317
11318 2005-06-15 [colin]      1.9.11cvs67
11319
11320         * src/folder.c
11321                 Provide visual feedback while processing
11322                 folder's rules.
11323         * src/imap.c
11324                 Provide visual feedback while getting
11325                 short headers (for uncached messages)
11326
11327
11328 2005-06-14 [paul]       1.9.11cvs66
11329
11330         * src/account.c
11331                 change a couple stock icons
11332         * src/inc.c
11333         * src/send_message.c
11334         * src/gtk/progressdialog.c
11335         * src/gtk/progressdialog.h
11336                 sync main's GtkTreeView implementation
11337
11338 2005-06-14 [colin]      1.9.11cvs65
11339
11340         * src/imap.c
11341                 Various little fixes, mainly on error paths
11342
11343 2005-06-13 [colin]      1.9.11cvs64
11344
11345         * matcher.c
11346         * procmsg.c
11347         * procmsg.h
11348                 Add a way to fetch only headers. This speeds
11349                 up filtering on headers for IMAP. Fixes:
11350                 bug #481 extraneous imap commands slow down 
11351                         imap filtering
11352                 bug #522 Sylpheed downloads all messages 
11353                         when opening mailbox (IMAP)
11354                 bug #677 IMAP fetch is soooooooooooooo slow
11355         * src/folder.c
11356         * src/folder.h
11357                 Add a folder set_batch method so that
11358                 implementations can speed up flags changes
11359         * src/folderutils.c
11360         * src/summaryview.c
11361                 Use that in mark as (un)read and mark all read
11362                 Refix bug #679
11363         * src/imap.c
11364                 Implement set_batch - brings back deferred
11365                 flags in a less buggy manner. Fixes:
11366                 bug #729 IMAP immediate expunge of deleted messages
11367                 bug #191 remove list of messages with one command
11368                 Fix login with strange chars
11369                 Implement fetch_msg_full
11370                 Fix copy (wrong counts)
11371
11372 2005-06-12 [colin]      1.9.11cvs63
11373
11374         * src/folder.c
11375                 lock incorporation during long operations.
11376                 Avoids fucking up the IMAP socket.
11377
11378 2005-06-12 [colin]      1.9.11cvs62
11379
11380         * src/imap.c
11381                 Fix harmful typo
11382                 Factorize remove_all_msg
11383                 Thread-ize expunge
11384         * src/summaryview.c
11385                 Don't update partial-download status if unnecessary
11386         * src/folder.c
11387                 Use remove_msgs everywhere possible
11388
11389 2005-06-12 [colin]      1.9.11cvs61
11390
11391         * src/folder.c
11392         * src/folder.h
11393                 Add a remove_msgs function to remove a 
11394                 list of messages
11395         * src/imap.c
11396                 Implement that.
11397
11398 2005-06-12 [colin]      1.9.11cvs60
11399
11400         * src/imap.c
11401                 Remove flags-processing deferring... Too hard
11402                 to get it to work in all cases.
11403
11404 2005-06-11 [colin]      1.9.11cvs59
11405
11406         * src/imap.c
11407                 printf -> debug_print
11408
11409 2005-06-11 [colin]      1.9.11cvs58
11410
11411         * src/imap.c
11412                 o Fix build without USE_PTHREAD
11413                 o Factorize imap_open
11414                 o Alertpanel in case of impossible connection
11415                 o Alertpanel in case of impossible login
11416                 o Fix deferred flags processing to force a 
11417                   flush before adding some more flags to process,
11418                   but in another folder.
11419
11420 2005-06-10 [colin]      1.9.11cvs57
11421
11422         * src/imap.c
11423                 o Fix a format string error
11424                 o init ssl socket outside of the thread 
11425                   (it possibly invokes gtk calls)
11426         * src/procmime.c
11427                 o Put back the buffer to its necessary size
11428                 o Fix changing a file pointer without keeping
11429                   track of it (thanks Valgrind)
11430         * src/common/smtp.c
11431                 o Fix automatic STARTTLS if login should be done
11432                   and the server only allows it after starting TLS
11433         * src/gtk/gtkinputdialog.c
11434                 o Eat GDK_Return so that the combo popup doesn't 
11435                   appear when we press Enter to validate the combo
11436                   input dialog (as seen in the Open with... dialog)
11437
11438 2005-06-10 [colin]      1.9.11cvs56
11439
11440         * src/imap.c
11441                 o A bit less debug
11442                 o Fix a crash on deletion
11443                 o Threadize imap_select (it's called outside of 
11444                   threads)
11445                 o Defer treatment of DELETED flags
11446
11447
11448 2005-06-09 [colin]      1.9.11cvs55
11449
11450         * src/imap.c
11451                 Make sure we check imap_gtk_should_override(), which
11452                 potentially calls gtk stuff, before creating thread.
11453                 That way it should't be called via imap_get_session()
11454                 inside a thread.
11455
11456 2005-06-09 [colin]      1.9.11cvs54
11457
11458         * src/imap.c
11459                 o add a bit of status output
11460                 o remove some dead code
11461                 o threadize get_list_of_uids
11462                 o threadize imap_get_flags
11463                 o defer flag changing by 500ms so that they
11464                   can be batched
11465
11466
11467 2005-06-08 [colin]      1.9.11cvs53
11468
11469         * src/imap.c
11470                 Thread-ize imap_cmd_fetch
11471
11472 2005-06-08 [colin]      1.9.11cvs52
11473
11474         * src/main.c
11475                 Mmh, that broke POP3...
11476
11477 2005-06-08 [colin]      1.9.11cvs51
11478
11479         * src/main.c
11480                 Stabilize IMAP patch (thanks to Hoa)
11481
11482 2005-06-08 [colin]      1.9.11cvs50
11483
11484         * src/imap.c
11485                 Test patch to speed up imap. 
11486
11487 2005-06-08 [colin]      1.9.11cvs49
11488
11489         * src/imap_gtk.c
11490                 Warning fix
11491         * src/procmime.c
11492                 Apply patch from gentoo to use /usr/share/mime/globs if 
11493                 available, after un-breaking it
11494         * src/common/log.c
11495         * src/common/log.h
11496                 Use g_timeout for invoking hooks that possibly use gtk
11497                 calls. This should leave gtk calls in the main thread.
11498
11499 2005-06-08 [paul]       1.9.11cvs48
11500
11501         * src/codeconv.c
11502                 conv_get_outgoing_charset_str(): don't
11503                 use prefs_common setting
11504         * src/compose.c
11505         * src/compose.h
11506                 add /Options/Character encoding/... to
11507                 temporarily change the outgoing encoding
11508
11509         (belated sync with main)
11510
11511 2005-06-08 [paul]       1.9.11cvs47
11512
11513         * src/compose.c
11514                 correction to/completion of last
11515                 sync with main
11516
11517 2005-06-08 [paul]       1.9.11cvs46
11518
11519         sync with main:
11520         
11521         * src/codeconv.c
11522         * src/codeconv.h
11523                 always enabled Japanese auto-detection
11524                 if the first letters of locale string
11525                 is "ja"
11526         * src/compose.c
11527                 don't use "destroy" signal to destroy
11528                 Compose object (fix rare crashes on discard?)
11529         * src/mainwindow.c
11530         * src/messageview.c
11531         * src/prefs_send.c
11532                 added Hebrew encodings
11533         * src/sourcewindow.c
11534                 don't use "destroy" signal to destroy
11535                 objects
11536
11537 2005-06-07 [colin]      1.9.11cvs45
11538
11539         * src/summaryview.c
11540                 Add missing unlocks/locks
11541
11542 2005-06-07 [paul]       1.9.11cvs44
11543
11544         * src/summaryview.c
11545                 restore bug #749 fix
11546
11547 2005-06-06 [colin]      1.9.11cvs43
11548
11549         * src/summaryview.c
11550                 Fix selection bug when prefs_common.open_unread 
11551                 is FALSE
11552
11553 2005-06-06 [colin]      1.9.11cvs42
11554
11555         * src/common/md5.c
11556                 Fix a warning
11557         * src/summaryview.c
11558         * src/folderview.c
11559                 Factorize long operations beginning and end
11560                 (locking, freezing/thawing, cursor, ...)
11561                 Check selection->data member in selection-
11562                 related loops; this avoids dying an awful
11563                 death if the selection changes on us while
11564                 we're marking a whole IMAP folder unread, 
11565                 for example.
11566
11567 2005-06-06 [paul]       1.9.11cvs41
11568
11569         * src/textview.c
11570                 don't g_free() a static gchar buffer
11571
11572 2005-06-05 [colin]      1.9.11cvs40
11573
11574         * src/mainwindow.c
11575         * src/messageview.c
11576         * src/summaryview.c
11577                 Fix bug #749 (Show all headers should be
11578                 sticky as the GUI suggests)
11579
11580 2005-06-03 [paul]       1.9.11cvs39
11581
11582         * src/compose.c
11583                 don't allow editing of mail while sending.
11584                 patch by Colin
11585
11586 2005-06-03 [paul]       1.9.11cvs38
11587
11588         * src/folderview.c
11589                 add a freeze/thaw to speed up 'mark all read'
11590
11591 2005-06-03 [paul]       1.9.11cvs37
11592
11593         * src/prefs_message.c
11594                 reflect changes immediately
11595
11596 2005-06-02 [colin]      1.9.11cvs36
11597
11598         * po/POTFILES.in
11599                 Patch by Fabien Vantard.
11600
11601 2005-06-02 [colin]      1.9.11cvs35
11602
11603         * src/imap.c
11604                 Use a non-blocking imap_getline() if possible.
11605                 This should completely prevent the interface
11606                 from freezin on imap operations, although it
11607                 may do strange stuff in case of folder switching
11608                 while a big imap operation is taking place...
11609
11610                 In addition, fix a leak in the case thread
11611                 creation fails on connection.
11612
11613 2005-06-02 [colin]      1.9.11cvs34
11614
11615         * src/crash.c
11616         * src/prefs_common.h
11617                 Fix build (prefs_common_init() doesn't exist
11618                 anymore)
11619
11620 2005-06-02 [colin]      1.9.11cvs33
11621
11622         * src/prefs_account.c
11623                 Fix bug #245 (filtering rules broken when
11624                 renaming a remote account (imap4 or nntp)
11625
11626 2005-06-02 [colin]      1.9.11cvs32
11627
11628         * src/imap.c
11629                 Try to fix IMAP shortcomings: 
11630                 o Multithread imap_open()
11631                 o allow offline-mode overriding instead of
11632                   just returning NULL
11633         * src/imap_gtk.c
11634         * src/imap_gtk.h
11635                 Add a function to ask whether we want to
11636                 override offline-mode for 10 minutes (one-shot
11637                 asking was painful)
11638         * src/procheader.c
11639                 Fix segfault when imap parser isn't happy about
11640                 a missing {
11641
11642 2005-06-01 [colin]      1.9.11cvs31
11643
11644         * src/addrharvest.c
11645         * src/compose.c
11646         * src/mbox.c
11647         * src/mbox.h
11648         * src/mh.c
11649         * src/msgcache.c
11650         * src/send_message.c
11651         * src/setup.c
11652         * src/undo.c
11653         * src/common/hooks.c
11654         * src/common/prefs.c
11655         * src/common/template.c
11656         * src/common/utils.c
11657         * src/gtk/gtkutils.c
11658         * src/gtk/inputdialog.c
11659         * src/gtk/menu.c
11660         * src/gtk/pluginwindow.c
11661         * src/gtk/prefswindow.c
11662         * src/plugins/pgpmime/passphrase.c
11663         * src/plugins/pgpmime/prefs_gpg.c
11664                 More -Wall fixes
11665
11666         * src/common/Makefile.am
11667         * src/common/timing.h
11668                 Add basic timing code
11669
11670         * src/summaryview.c
11671                 Fix a bug with unread messages when 
11672                 re-sorting folders, and by the way
11673                 fix a big performance hit when 
11674                 re-sorting (10k mails: before 5s,
11675                 after .5s)
11676
11677         * src/prefs_compose_writing.c
11678         * src/prefs_compose_writing.h
11679         * src/prefs_message.c
11680         * src/prefs_message.h
11681         * src/prefs_other.c
11682         * src/prefs_other.h
11683         * src/prefs_quote.c
11684         * src/prefs_quote.h
11685         * src/prefs_receive.c
11686         * src/prefs_receive.h
11687         * src/prefs_send.c
11688         * src/prefs_send.h
11689         * src/prefs_summaries.c
11690         * src/prefs_summaries.h
11691                 Fix copyright banner
11692
11693 2005-06-01 [paul]       1.9.11cvs30
11694
11695         * po/fi.po
11696                 updated by Flammie Pirinen
11697         * src/procmime.c
11698                 fix 'Bad BASE64 content' output
11699
11700 2005-05-31 [colin]      1.9.11cvs29
11701
11702         * src/procmime.c
11703                 Oops, where did my hunk go.
11704
11705 2005-05-31 [colin]      1.9.11cvs28
11706
11707         * src/Makefile.am
11708         * src/account.c
11709         * src/action.c
11710         * src/addr_compl.c
11711         * src/addressbook.c
11712         * src/codeconv.c
11713         * src/compose.c
11714         * src/export.c
11715         * src/folder.c
11716         * src/folderview.c
11717         * src/image_viewer.c
11718         * src/main.c
11719         * src/mainwindow.c
11720         * src/messageview.c
11721         * src/mimeview.c
11722         * src/msgcache.c
11723         * src/prefs_account.c
11724         * src/prefs_actions.c
11725         * src/prefs_common.c
11726         * src/prefs_compose_writing.c
11727         * src/prefs_customheader.c
11728         * src/prefs_ext_prog.c
11729         * src/prefs_filtering.c
11730         * src/prefs_filtering_action.c
11731         * src/prefs_fonts.c
11732         * src/prefs_image_viewer.c
11733         * src/prefs_message.c
11734         * src/prefs_message.h
11735         * src/prefs_msg_colors.c
11736         * src/prefs_other.c
11737         * src/prefs_other.h
11738         * src/prefs_quote.c
11739         * src/prefs_receive.c
11740         * src/prefs_receive.h
11741         * src/prefs_send.c
11742         * src/prefs_send.h
11743         * src/prefs_spelling.c
11744         * src/prefs_summaries.c
11745         * src/prefs_summary_column.c
11746         * src/prefs_template.c
11747         * src/prefs_themes.c
11748         * src/prefs_toolbar.c
11749         * src/prefs_wrapping.c
11750         * src/procmime.c
11751         * src/procmsg.c
11752         * src/send_message.h
11753         * src/ssl_manager.c
11754         * src/summary_search.c
11755         * src/summaryview.c
11756         * src/textview.c
11757         * src/wizard.c
11758         * src/common/smtp.c
11759         * src/common/smtp.h
11760         * src/gtk/gtkutils.h
11761                 o Move the rest of Common prefs to new style
11762                 o Lots of -Wall warning fixes
11763                 o fix FIXME in cache memusage calculation
11764                 o Let return receipts be sent from any account
11765                 o Little cache optimisation (read)
11766                 o Fix bug #746 (don't treat commas as separators
11767                   when inside a quoted string)
11768
11769 2005-05-31 [paul]       1.9.11cvs27
11770
11771         * src/prefs_common.c
11772                 fix 'off-by-one' typo
11773
11774 2005-05-31 [paul]       1.9.11cvs26
11775
11776         * src/account.c
11777         * src/addr_compl.c
11778         * src/compose.c
11779         * src/foldersel.c
11780         * src/prefs_actions.c
11781         * src/prefs_common.c
11782         * src/prefs_common.h
11783         * src/prefs_customheader.c
11784         * src/prefs_display_header.c
11785         * src/prefs_filtering.c
11786         * src/prefs_filtering_action.c
11787         * src/prefs_matcher.c
11788         * src/prefs_summaries.c
11789         * src/prefs_summary_column.c
11790         * src/prefs_template.c
11791         * src/prefs_toolbar.c
11792         * src/ssl_manager.c
11793         * src/gtk/pluginwindow.c
11794         * src/gtk/prefswindow.c
11795         * src/gtk/progressdialog.c
11796                 add hidden prefs 'enable_rules_hint'
11797                 for gtk_tree_view_set_rules_hint()
11798                 (sync with main)
11799                 
11800
11801 2005-05-31 [colin]      1.9.11cvs25
11802
11803         * src/Makefile.am
11804         * src/main.c
11805         * src/prefs_common.c
11806         * src/prefs_summaries.c ** ADDED **
11807         * src/prefs_summaries.h ** ADDED **
11808                 Common/Display -> Display/Summaries
11809
11810 2005-05-31 [colin]      1.9.11cvs24
11811
11812         * src/Makefile.am
11813         * src/main.c
11814         * src/prefs_quote.c ** ADDED **
11815         * src/prefs_quote.h ** ADDED **
11816                 Move Common/Quote to Compose/Quoting
11817         * src/prefs_common.c
11818         * src/prefs_common.h
11819                 Remove old quote stuff, add
11820                 convenience functions for GtkTextView prefs
11821         * src/gtk/prefswindow.c
11822                 Set default height higher
11823
11824 2005-05-30 [colin]      1.9.11cvs23
11825
11826         * src/Makefile.am
11827         * src/main.c
11828         * src/prefs_common.c
11829         * src/prefs_compose_writing.c ** ADDED **
11830         * src/prefs_compose_writing.h ** ADDED **
11831                 Move Common/Compose prefs to Compose/Writing
11832
11833 2005-05-30 [colin]      1.9.11cvs22
11834
11835         * src/common/utils.c
11836                 Fix bug #651 (Confused Attract by Subject)
11837                 Patch by M. Benkmann <haferfrost@web.de>
11838         * AUTHORS
11839
11840 2005-05-30 [colin]      1.9.11cvs21
11841
11842         * src/compose.c
11843                 Fix concatenation of different headers of
11844                 the same type (bug #645)
11845         * src/prefs_folder_item.c
11846                 Fix bug #699 (setting color to black doesn't
11847                 work immediately)
11848         * src/procmime.c
11849                 Print out decoding error only once per
11850                 block
11851
11852 2005-05-30 [paul]       1.9.11cvs20
11853
11854         * src/common/template.c
11855                 fix Bcc
11856
11857 2005-05-30 [paul]       1.9.11cvs19
11858
11859         * doc/src/rfc2368.txt   **NEW FILE**
11860         * src/compose.c
11861                 compose_entries_set(): don't interpret Bcc
11862                 header field (conform to RFC 2368)
11863                 (sync with main)
11864
11865 2005-05-29 [colin]      1.9.11cvs18
11866
11867         * src/prefs_common.c
11868                 Let the default reply format respect
11869                 netiquette by cutting the signature.
11870
11871 2005-05-29 [colin]      1.9.11cvs17
11872
11873         * src/summaryview.c
11874                 Don't let always_show_msg override
11875                 open_unread_on_enter when opening a new
11876                 directory.
11877
11878 2005-05-27 [paul]       1.9.11cvs16
11879
11880         sync with main:
11881
11882         * src/main.c
11883                 app_will_exit(): cleanup tmp directory when exit
11884         * src/message_search.c
11885                 improved the interface and made code cleanup.
11886                 removed Clear button
11887         * src/send_message.c
11888                 send_message_local(): use GSpawn, and detect errors
11889         * src/summary_search.c
11890                 improved the interface and made code cleanup
11891         * src/textview.c
11892                 textview_write_link(): also skip non-ascii space
11893                  at the head of link strings (phishing check
11894                  didn't work at the case)
11895         * src/common/utils.c
11896                 get_command_output(): use g_spawn_command_line_sync()
11897                 instead of popen()
11898
11899 2005-05-26 [colin]      1.9.11cvs15
11900
11901         * src/folder.c
11902                 remove printf
11903
11904 2005-05-26 [colin]      1.9.11cvs14
11905
11906         * src/common/nntp.c
11907                 Fix nntp mode reader (bug #611)
11908                 Patch by Florian Mickler <florian@mickler.org>
11909
11910 2005-05-26 [colin]      1.9.11cvs13
11911
11912         * src/plugins/pgpmime/passphrase.c
11913                 Fix mouse grabbing (bug #557)
11914
11915 2005-05-26 [colin]      1.9.11cvs12
11916
11917         * src/prefs_themes.c
11918                 Fix g_warning (bug #541)
11919
11920 2005-05-26 [colin]      1.9.11cvs11
11921
11922         * src/prefs_actions.c
11923         * src/prefs_template.c
11924                 Fix bug #506 (no warning if action/template
11925                 is not saved)
11926         * src/common/template.c
11927                 Fix a possible crash
11928
11929 2005-05-26 [colin]      1.9.11cvs10
11930
11931         * src/folder.c
11932         * src/folderview.c
11933         * src/procmsg.c
11934         * src/summaryview.c
11935                 Forbid locked messages to be moved or
11936                 deleted. Locked messages in trashes 
11937                 still get deleted, for performance
11938                 reason (mh.c::mh_remove_all_msgs)
11939
11940 2005-05-25 [colin]      1.9.11cvs9
11941
11942         * src/procmime.c
11943                 Use correct encoding when sending mails
11944                 with attachments that have accentued 
11945                 chars in their name
11946
11947 2005-05-24 [colin]      1.9.11cvs8
11948
11949         * src/summaryview.c
11950                 Fix bug #688 f) read/unread marker not
11951                 changed on first click
11952                 Also, optimize summary_status_show()
11953                 calls
11954         * src/folder.c
11955         * src/inc.c
11956         * src/procmime.c
11957                 Fix bug #688 b) and c) wrt message
11958                 attachments and signature
11959         * src/stock_pixmap.c
11960         * src/stock_pixmap.h
11961         * src/stock_pixmap.c
11962         * src/stock_pixmap.h
11963         * src/Makefile.am
11964         * src/pixmaps/clip_gpg_signed.xpm
11965                 Add clip/signed icon
11966
11967 2005-05-24 [colin]      1.9.11cvs7
11968
11969         * src/folder_item_prefs.c
11970                 whitespace fix
11971
11972 2005-05-24 [colin]      1.9.11cvs6
11973
11974         * src/folderview.c
11975         * src/prefs_common.c
11976         * src/prefs_common.h
11977                 Add a confirmation to folder drag and drop
11978                 fixes bug #156
11979         * src/alertpanel.c
11980         * src/alertpanel.h
11981                 fix _with_disable parameters so that
11982                 the buttons labels are specifiable too
11983         * src/plugins/pgpmime/sgpgme.c
11984                 reflect said change
11985                 
11986
11987 2005-05-24 [colin]      1.9.11cvs5
11988
11989         * src/folderview.c
11990                 Uncollapse/collapse folders on double-click
11991                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11992                 closes bug #108
11993
11994 2005-05-23 [colin]      1.9.11cvs4
11995
11996         * src/common/socket.c
11997                 Check another special SSL_peek() error.
11998                 Should help wrt bug #728
11999
12000 2005-05-23 [colin]      1.9.11cvs3
12001
12002         * src/plugins/pgpmime/pgpmime.c
12003                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12004                 breaking menu accelerators and stuff. Users will have to
12005                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12006                 account's privacy preferences if needed.
12007
12008 2005-05-22 [paul]
12009
12010         * tools/kdeservicemenu/install.sh
12011                 use kdesu to prompt for root password if doing
12012                 global install/uninstall
12013
12014 2005-05-20 [colin]      1.9.11cvs2
12015
12016         * src/procmsg.c
12017                 Fix another compilation error with gcc-2.9x
12018                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12019         * src/send_message.c
12020                 Don't send QUIT if we aren't connected
12021
12022 2005-05-19 [colin]      1.9.11cvs1
12023
12024         * src/procmsg.c
12025                 Fix compilation with gcc 2.9x
12026
12027 2005-05-19 [paul]       1.9.11
12028
12029         1.9.11 released
12030
12031 2005-05-19 [paul]       1.9.9cvs14
12032
12033         * src/gtk/inputdialog.c
12034                 prevent gettext warning
12035
12036 2005-05-19 [paul]       1.9.9cvs13
12037
12038         * src/mainwindow.c
12039         * src/prefs_common.c
12040         * src/prefs_common.h
12041         * src/textview.c
12042         * src/textview.h
12043                 add an option to toggle cursor in message
12044                 view (sync with main)
12045
12046 2005-05-18 [colin]      1.9.9cvs12
12047
12048         * src/compose.c
12049                 Dereference freed pointer
12050         * src/gtk/gtkaspell.c
12051                 Fix duplication of dictionaries (is it an aspell issue?)
12052
12053 2005-05-18 [colin]      1.9.9cvs11
12054
12055         * src/gtk/inputdialog.c
12056         * src/gtk/gtkaspell.c
12057                 HIGuify dialogs
12058         * src/alertpanel.c
12059                 Remove a double call
12060
12061 2005-05-17 [colin]      1.9.9cvs10
12062
12063         * src/gtk/gtkaspell.c
12064                 Fix dialogs, Ctrl-Enter accel
12065
12066 2005-05-17 [colin]      1.9.9cvs9
12067
12068         * src/gtk/gtkaspell.c
12069                 Fix some accelerators, escape in replace-window
12070
12071 2005-05-16 [colin]      1.9.9cvs8
12072
12073         * src/gtk/gtkaspell.c
12074                 Revert last commit, it was a mistake.
12075
12076 2005-05-16 [colin]      1.9.9cvs7
12077
12078         * src/gtk/gtkaspell.c
12079                 Remove buggy code while we're at it. It's a 
12080                 dead code path anyway.
12081
12082 2005-05-16 [colin]      1.9.9cvs6
12083
12084         * src/gtk/gtkaspell.c
12085                 Missed some gtk_menu_popup where deactivate
12086                 signal should be handled. Should fix bug
12087                 #629 a bit more.
12088
12089 2005-05-16 [colin]      1.9.9cvs5
12090
12091         * src/gtk/gtkaspell.c
12092                 Remove debug printf()s
12093
12094 2005-05-16 [colin]      1.9.9cvs4
12095
12096         * src/gtk/gtkaspell.c
12097                 Fix a bit aspell problems
12098                 (see bug #629)
12099
12100 2005-05-13 [colin]      1.9.9cvs3
12101
12102         * src/folderview.c
12103                 Fix the + appearing even when no subfolders
12104                 have unread messages. Thanks to wwp for the
12105                 bug report.
12106
12107 2005-05-11 [paul]       1.9.9cvs2
12108
12109         * src/folderview.c
12110                 correction to 1.9.9cvs1, only colour folders that
12111                 have new msgs (not unread msgs)
12112
12113 2005-05-10 [colin]      1.9.9cvs1
12114
12115         * src/folderview.c
12116         * src/summaryview.c
12117                 Try to fix bolding bugs again.
12118
12119 2005-05-09 [paul]
12120
12121         * tools/claws.i18n.status.pl
12122                 add Ricardo Mones Lastra's script that has been providing
12123                 the i18n status page for many months
12124
12125 2005-05-09 [paul]       1.9.9
12126
12127         1.9.9 release
12128
12129 2005-05-09 [paul]       1.9.6cvs58
12130
12131         * AUTHORS
12132         * INSTALL
12133         * README.claws
12134                 updated
12135         * Makefile.am 
12136         * RELEASE_NOTES.claws
12137                 add release notes to cvs to simplify release
12138                 procedure
12139         * configure.ac
12140                 add ca and fi to ALL_LINGUAS
12141         * po/Makefile.in.in
12142                 workaround for missing Makevars
12143         * po/ca.po
12144         * po/fi.po
12145                 add new Catalan and Finnish translations
12146                 submitted by Miquel Oliete and Flammie Pirinen
12147         * po/de.po
12148         * po/es.po
12149         * po/fr.po
12150         * po/it.po
12151         * po/pl.po
12152         * po/ru.po
12153         * po/sk.po
12154         * po/sr.po
12155         * po/zh_CN.po
12156                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12157                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12158                 Urke MMI, and Hansom Young
12159         * src/main.c
12160                 Fix drafting when quitting. compose_draft() closes the
12161                 compose windows, which modifies the compose_list GSList.
12162                 We have to refresh this list after echo drafting to avoid a
12163                 segfault
12164         * src/partial_download.c
12165                 fix segfault on exit
12166
12167 2005-05-06 [paul]       1.9.6cvs57
12168
12169         * src/grouplistdialog.c
12170                 quick fix/workaround for unresizeable newsgroup
12171                 name column 
12172
12173 2005-05-06 [paul]       1.9.6cvs56
12174
12175         * src/inc.c
12176         * src/mainwindow.c
12177                 use gettext plural forms
12178         * src/imap_gtk.c
12179         * src/mh_gtk.c
12180         * src/toolbar.c
12181                 small improvement to english usage
12182
12183 2005-05-05 [thorsten]   1.9.6cvs55
12184
12185         * src/folder.c
12186                 fix possible crash
12187
12188 2005-05-05 [paul]       1.9.6cvs54
12189         
12190         sync with HEAD
12191
12192         * AUTHORS
12193         * src/compose.c
12194                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12195                 patch by Tim Mann
12196
12197 2005-05-05 [paul]       1.9.6cvs53
12198
12199         * src/mainwindow.c
12200                 fix resizing of separate message and
12201                 folder views
12202
12203 2005-05-05 [paul]       1.9.6cvs52
12204
12205         * src/account.c
12206         * src/addrgather.c
12207         * src/browseldap.c
12208         * src/exphtmldlg.c
12209         * src/expldifdlg.c
12210         * src/importmutt.c
12211         * src/importpine.c
12212         * src/main.c
12213         * src/mainwindow.c
12214         * src/noticeview.c
12215         * src/prefs_filtering.c
12216         * src/prefs_filtering_action.c
12217         * src/prefs_matcher.c
12218         * src/prefs_spelling.c
12219         * src/prefs_toolbar.c
12220         * src/toolbar.c
12221         * src/wizard.c
12222         * src/gtk/description_window.c
12223         * src/gtk/gtkvscrollbutton.c
12224         * src/gtk/progressdialog.c
12225         * src/gtk/quicksearch.c
12226         * src/plugins/pgpmime/prefs_gpg.c
12227         * src/plugins/spamassassin/spamassassin_gtk.c
12228                 replace deprecated gtk_widget_set_usize
12229
12230 2005-05-04 [colin]      1.9.6cvs51
12231
12232         * src/common/utils.c
12233                 Fix crash when subst_for_filename is called
12234                 with a NULL parameter
12235
12236 2005-05-04 [colin]      1.9.6cvs50
12237
12238         * src/partial_download.c
12239         * src/pop.c
12240                 Escape login when writing uidl file
12241                 fixes bug #736
12242
12243 2005-05-03 [colin]      1.9.6cvs49
12244
12245         * src/procmime.c
12246                 Fix possible DOS in mime parser
12247                 (see bug #634)
12248
12249 2005-05-02 [colin]      1.9.6cvs48
12250
12251         * src/compose.c
12252                 Try to fix the copy/paste mess once again.
12253
12254
12255 2005-04-30 [colin]      1.9.6cvs47
12256
12257         * src/prefs_account.h
12258         * src/procmsg.c
12259         * src/send_message.c
12260         * src/common/smtp.c
12261         * src/common/smtp.h
12262                 Try to batch sending mails (per account) instead of
12263                 reconnecting to server every time.
12264
12265 2005-04-29 [colin]      1.9.6cvs46
12266
12267         * src/messageview.c
12268                 Fix window resizing that refused to size down
12269         * src/prefs_common.c
12270         * src/prefs_common.h
12271         * src/prefs_filtering.c
12272                 Save Filtering's window size
12273
12274 2005-04-21 [paul]       1.9.6cvs45
12275
12276         * ChangeLog-gtk2.claws
12277         * src/setup.c
12278                 correction to sync
12279
12280 2005-04-21 [paul]       1.9.6cvs44
12281
12282         sync with main:
12283
12284         * src/setup.c
12285         * src/statusbar.c
12286         * src/statusbar.h
12287                 use gtkut_widget_draw_now(). Improved performance
12288                 of the update of statusbar
12289         * src/textview.c
12290                 textview_smooth_scroll_do(): redraw it after scroll
12291                 is done (fixed incorrect display when a part of the
12292                 view is hidden).
12293         * src/gtk/gtkutils.c
12294         * src/gtk/gtkutils.h
12295                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12296                 to force update of widgets.
12297                 Removed gtkut_widget_wait_for_draw() which had a big
12298                 overhead  because of waiting for all events processed 
12299
12300 2005-04-20 [paul]       1.9.6cvs43
12301
12302         * src/codeconv.c
12303                 complete 1.9.6cvs42's sync:
12304                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12305
12306 2005-04-19 [paul]       1.9.6cvs42
12307
12308         sync with main:
12309
12310         * src/action.c
12311                 catch_output(): correctly select the insert text
12312                 (fix invalid iterator warnings).
12313         * src/codeconv.c
12314         * src/codeconv.h
12315         * src/mainwindow.c
12316         * src/messageview.c
12317         * src/prefs_common.c
12318                 support GBK encoding.
12319         * src/common/session.c
12320         * src/common/session.h
12321                 use separate buffer for large data to be sent,
12322                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12323
12324 2005-04-18 [paul]       1.9.6cvs41
12325
12326         * src/jpilot.c
12327                 convert unsigned long into guint32
12328                 patch by Paul LeoNerd Evans 
12329
12330 2005-04-17 [colin]      1.9.6cvs40
12331
12332         * src/compose.c
12333                 Fix 'Request return receipt' from folder
12334                 properties (bug #708)
12335
12336 2005-04-17 [colin]      1.9.6cvs39
12337
12338         * src/mainwindow.c
12339                 Fix duplicate hotkeys in Mainwindow's menu
12340
12341 2005-04-17 [colin]      1.9.6cvs38
12342
12343         * src/folderview.c
12344                 Fix duplicate hotkeys in Folderview's contextual
12345                 menu
12346
12347 2005-04-15 [colin]      1.9.6cvs37
12348
12349         * src/summaryview.c
12350                 Fix 'Save as...' with non-ascii filenames
12351
12352 2005-04-15 [colin]      1.9.6cvs36
12353
12354         * src/plugins/pgpmime/pgpmime.c
12355                 Fix bus error on 64bit. Spotted by 
12356                 macallan1888@gmail.com
12357
12358 2005-04-15 [colin]      1.9.6cvs35
12359
12360         * src/prefs_account.c
12361                 Fix cvs34.
12362
12363 2005-04-12 [colin]      1.9.6cvs34
12364
12365         * src/prefs_account.c
12366                 Fix smtp auth type off-by-one. We forgot to
12367                 add PLAIN in the prefs-to-gui setter func and
12368                 as a result, the selected auth when opening
12369                 account prefs was not the correct one.
12370
12371 2005-04-12 [paul]       1.9.6cvs33
12372
12373         * src/inc.c
12374                 if the recv dialog is visible, Cancel only
12375                 cancels the current account
12376
12377
12378 2005-04-10 [colin]      1.9.6cvs32
12379
12380         * src/filtering.c
12381                 Copy score when copying FilteringActions
12382                 Fix bug #674
12383
12384 2005-04-10 [colin]      1.9.6cvs31
12385
12386         * src/inc.c
12387                 Make Message -> Receive -> Cancel cancel 
12388                 incorporation on all accounts. Fixes
12389                 bug #693
12390
12391 2005-04-10 [colin]      1.9.6cvs30
12392
12393         * src/prefs_account.c
12394                 Update Privacy checkbuttons status based
12395                 on the selected privacy system
12396         * src/compose.c
12397                 Always connect the "None" privacy system; the
12398                 static boolean was probably there to avoid
12399                 reconnecting twice in the same compose window,
12400                 but as the parent function is only called once
12401                 per compose, it's only a bug - as a static is
12402                 initialized once per application instance.
12403                 Also, don't uncheck Sign and Encrypt when
12404                 selecting None as privacy system; just ignore
12405                 them when sending/queuing.
12406                 Should fix bug #695
12407
12408 2005-04-08 [colin]      1.9.6cvs29
12409
12410         * src/account.c
12411         * src/prefs_account.c
12412         * src/prefs_account.h
12413                 Add account preference to queue message in a certain
12414                 folder.
12415
12416 2005-04-06 [colin]      1.9.6cvs28
12417
12418         * src/prefs_account.c
12419                 Update old inbox path syntax
12420
12421 2005-04-06 [paul]       1.9.6cvs27
12422
12423         sync with main:
12424
12425         * configure.ac
12426                 changed -traditional-cpp to -no-cpp-precomp for newer
12427                 Mac OS X support
12428         * src/foldersel.c
12429                 made column resize automatically
12430         * src/send_message.c
12431                 send_message_smtp(): consider EOF right after QUIT
12432                 successful (workaround for Gmail SMTP server)
12433         * src/common/socket.c
12434                 ssl_read(), ssl_peek(): check EOF which violates the
12435                 SSL protocol
12436         * src/gtk/colorlabel.c
12437                 removed warnings when displaying colorlabel menu
12438                 (don't use GtkAlignment)
12439
12440 2005-04-05 [paul]       1.9.6cvs26
12441
12442         * src/plugins/trayicon/trayicon.c
12443                 fix clipping of icon under KDE3 
12444
12445 2005-04-05 [paul]       1.9.6cvs25
12446
12447         * src/summaryview.c
12448                 hide display of threading
12449                 patch by Alfons
12450
12451 2005-04-04 [thorsten]   1.9.6cvs24
12452
12453         * src/mh.c
12454                 marks lost on filesystems with different stat() results on
12455                 summer-/wintertime
12456
12457 2005-04-03 [colin]      1.9.6cvs23
12458
12459         * src/summaryview.c
12460                 Don't handle up/down. Patch by Alfons
12461
12462 2005-04-02 [colin]      1.9.6cvs22
12463
12464         * src/summaryview.c
12465                 Make scrolling faster. Patch by Alfons.
12466
12467 2005-04-01 [colin]      1.9.6cvs21
12468
12469         * src/Makefile.am
12470         * src/stock_pixmap.c
12471         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12472         * src/pixmaps/dir_noselect.xpm ** ADDED **
12473                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12474
12475 2005-04-01 [colin]      1.9.6cvs20
12476
12477         * src/image_viewer.c
12478         * src/image_viewer.h
12479         * src/procmime.c
12480         * src/procmime.h
12481         * src/textview.c
12482         * src/textview.h
12483                 Implement inline image resizing and right-clicking
12484
12485 2005-04-01 [paul]       1.9.6cvs19
12486
12487         * AUTHORS
12488         * Makefile.am
12489         * configure.ac
12490                 check for gnome2
12491                 patch by Luca Cavalli <loopback<AT>slackit.org>
12492         * po/ru.po
12493                 updated by Pavlo Bohmat
12494
12495 2005-03-31 [colin]      1.9.6cvs18
12496
12497         * src/news.c
12498                 Fix parsing references
12499         * src/msgcache.c
12500                 don't put nulls in the references list
12501         * src/procheader.c
12502                 commit that forgotten file in 1.9.6cvs14
12503
12504 2005-03-31 [colin]      1.9.6cvs17
12505
12506         * src/compose.c
12507                 Fix joining of signature separator again. 
12508                 Maybe Hiro could put it in main too...
12509
12510 2005-03-31 [colin]      1.9.6cvs16
12511
12512         * src/Makefile.am
12513         * src/foldersel.c
12514         * src/stock_pixmap.c
12515         * src/stock_pixmap.h
12516         * src/pixmaps/dir-noselect.xpm
12517                 Update foldersel.c (sync from main, patch by Alfons)
12518
12519 2005-03-30 [colin]      1.9.6cvs15
12520
12521         * src/imap.c
12522                 Fix handling of imap folders containing [] in 
12523                 their name. Thanks to Nahuel Angelinetti for
12524                 the detailed bugreport.
12525
12526 2005-03-30 [colin]      1.9.6cvs14
12527
12528         * src/common/utils.h
12529         * src/common/utils.c
12530         * src/common/defs.h
12531         * src/matcher.c
12532         * src/msgcache.c
12533         * src/news.c
12534         * src/procmsg.c
12535         * src/procmsg.h
12536         * src/quote_fmt_parse.y
12537         * src/summaryview.c
12538                 Update references system. Patch by Alfons
12539
12540 2005-03-30 [colin]      1.9.6cvs13
12541
12542         * src/common/socket.c
12543                 Force the glibc to read resolv.conf again when 
12544                 it has changed. Should fix issues when changing
12545                 networks on a laptop and not restarting sylpheed. 
12546
12547 2005-03-30 [paul]       1.9.6cvs12
12548
12549         partial sync with main:
12550
12551         * src/action.c
12552                 create_io_dialog(): use user-defined text font
12553                 (thanks to Alfons), and modified its appearance.
12554         * src/addrgather.c
12555         * src/addrharvest.c
12556         * src/browseldap.c
12557                 replace old code
12558         * src/compose.c
12559                 don't join (presumably) itemized lines on line-wrapping
12560                 fixed wrapping of quote when auto-wrapping is enabled
12561                 compose_destroy(): destroy paned only if it's not
12562                 attached to window. Fixed memory leak of popup menu.
12563         * src/exphtmldlg.c
12564         * src/expldifdlg.c
12565                 replace old code
12566         * src/html.c
12567         * src/html.h
12568         * src/importmutt.c
12569         * src/importpine.c
12570                 replace old code
12571         * src/main.c
12572                 removed redundant code
12573         * src/mainwindow.c
12574                 changed 'Code set' (which is rather incorrect)
12575                 in the menu to 'Character encoding'
12576                 main_window_set_widgets(): request size first
12577                 to prevent window size becoming wrong
12578                 fixed remembering of the state of the visibility
12579                 of MessageView
12580         * src/messageview.c
12581                 changed 'Code set' (which is rather incorrect)
12582                 in the menu to 'Character encoding'
12583         * src/prefs_common.c
12584         * src/prefs_common.h
12585                 added an option whether to render HTML as text or not
12586                 added separators to outgoing encoding menu
12587         * src/procheader.c
12588                 procheader_scan_date_string(): support header
12589                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12590         * src/summaryview.c
12591         * src/summaryview.h
12592                 minor code cleanup
12593         * src/textview.c
12594                 textview_show_html(): force output of newline
12595                 added an option whether to render HTML as text or not
12596         * src/common/utils.c
12597                 strncpy2(): optimized based on Alfons' code
12598         * src/gtk/gtkutils.c
12599         * src/gtk/gtkutils.h
12600                 removed non-used code
12601         * src/plugins/pgpmime/passphrase.c
12602                 partially fixed grab input of passphrase dialog
12603                 Confine pointer to window
12604
12605 2005-03-30 [colin]      1.9.6cvs11
12606
12607         * src/msgcache.c
12608         * src/msgcache.h
12609                 Read/write 32bit ints from cache & marks
12610                 From main.
12611
12612 2005-03-29 [paul]       1.9.6cvs10
12613
12614         * AUTHORS
12615         * ChangeLog.claws
12616         * src/compose.c
12617         * src/gtk/gtkaspell.c
12618                 sync with HEAD (don't pass NULL pointers) 
12619
12620 2005-03-24 [paul]
12621
12622         * tools/Makefile.am
12623         * tools/README
12624         * tools/acroread2sylpheed.pl
12625                 sync with HEAD (add script to send pdfs as
12626                 attachments from Adobe Reader 7)
12627
12628 2005-03-21 [paul]       1.9.6cvs9
12629
12630         * configure.ac
12631         * po/POTFILES.in
12632         * src/Makefile.am
12633         * src/crash.c
12634         * src/image_viewer.c ** ADDED **
12635         * src/image_viewer.h ** ADDED **
12636         * src/main.c
12637         * src/prefs_common.c
12638         * src/prefs_common.h
12639         * src/prefs_image_viewer.c ** ADDED **
12640         * src/prefs_image_viewer.h ** ADDED **
12641         * src/textview.c
12642         * src/gtk/about.c
12643         * src/pixmaps/sylpheed_logo.xpm
12644         * src/plugins/Makefile.am
12645         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12646         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12647         * src/plugins/image_viewer/plugin.c ** REMOVED **
12648         * src/plugins/image_viewer/viewer.c ** REMOVED **
12649         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12650         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12651         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12652         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12653         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12654                 as gdk-pixbuf is now built-in
12655                 remove image_viewer plugin and put code back into
12656                 main codebase
12657                 implement inline image display (sync with main)
12658
12659                 replace logo with newer, nicer, larger version  
12660
12661 2005-03-21 [paul]       1.9.6cvs8
12662
12663         * src/gtk/about.c
12664                 cosmetic improvement
12665
12666 2005-03-21 [holger]     1.9.6cvs7
12667
12668         * src/plugins/spamassassin/spamassassin.c
12669                 Sync with HEAD
12670                 (unregister hook on failed plugin init)
12671
12672 2005-03-20 [colin]      1.9.6cvs6
12673
12674         * src/common/plugin.c
12675                 Check that plugin isn't already loaded
12676                 Patch by Alfons
12677
12678 2005-03-20 [thorsten]   1.9.6cvs5
12679
12680         * src/compose.c
12681                 use a more compatible syntax
12682
12683 2005-03-20 [thorsten]   1.9.6cvs4
12684
12685         * src/prefs_toolbar.c
12686                 fix crash when selecting toolbar item (uninitialized pointer)
12687
12688 2005-03-20 [thorsten]   1.9.6cvs3
12689
12690         * src/procmime.c
12691                 fix mimetype detection (referenced free()d string)
12692
12693 2005-03-20 [paul]       1.9.6cvs2
12694
12695         * src/compose.c
12696                 sync with HEAD (1.0.3cvs5)
12697                 neglect Reply-To header if empty
12698                 Patch by Alfons 
12699
12700 2005-03-19 [holger]     1.9.6cvs1
12701
12702         * src/summaryview.c
12703         * src/summaryview.h
12704                 Sync with HEAD
12705
12706 2005-03-18 [paul]       1.9.6
12707
12708         initial GTK2 release
12709
12710 2005-03-18 [paul]       1.0.3cvs3.1
12711
12712         * AUTHORS
12713         * ChangeLog.claws
12714         * configure.ac
12715         * src/gtk/about.c
12716         * src/pixmaps/sylpheed_logo.xpm
12717                 sync with HEAD
12718
12719 2005-03-18 [colin]      1.0.3cvs2.6
12720
12721         * src/summaryview.c
12722                 Remove call to summary_step in summary_copy_selected_to
12723                 Can't see its purpose, and this causes bug when copying
12724                 a message if the next one is unread: it reads it.
12725
12726 2005-03-18 [paul]       1.0.3cvs2.5
12727
12728         * src/foldersel.c
12729                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12730
12731 2005-03-18 [paul]       1.0.3cvs2.4
12732
12733         * src/addrharvest.c
12734         * src/codeconv.c
12735         * src/codeconv.h
12736         * src/compose.c
12737         * src/news.c
12738         * src/procheader.c
12739         * src/procmime.c
12740         * src/unmime.c
12741         * src/unmime.h
12742                 fix buffer overflow, CAN-2005-0667, see
12743                 http://secunia.com/advisories/14491/
12744                 Patch by Alfons
12745
12746 2005-03-17 [colin]      1.0.3cvs2.3
12747
12748         * src/prefs_fonts.c
12749         * src/summaryview.c
12750                 Fix font bugs (both lists now officialy share 
12751                 the same font)
12752                 
12753
12754 2005-03-17 [paul]       1.0.3cvs2.2
12755
12756         * src/gtk/pluginwindow.c
12757                 make plugin descriptions uneditable
12758
12759 2005-03-11 [paul]       1.0.3cvs2.1
12760
12761         * ChangeLog.claws
12762         * configure.ac
12763         * po/POTFILES.in
12764         * src/plugins/trayicon/trayicon.c
12765                 sync with HEAD
12766                 add src/wizard.c to POTFILES.in
12767
12768 2005-03-11 [paul]       1.0.3cvs1.1
12769
12770         * ChangeLog
12771         * ChangeLog.claws
12772         * configure.ac
12773         * po/de.po
12774         * po/es.po
12775         * po/fr.po
12776         * po/it.po
12777         * po/pt_BR.po
12778         * po/ru.po
12779         * po/sk.po
12780         * po/sr.po
12781         * po/zh_CN.po
12782                 sync with HEAD
12783
12784 2005-03-04 [colin]      1.0.1cvs22.2
12785
12786         * src/compose.c
12787                 Fix signatures with accentued chars in it
12788
12789 2005-03-04 [colin]      1.0.1cvs22.1
12790
12791         * src/common/smtp.c
12792         * src/common/smtp.h
12793                 Don't use SIZE param in MAIL FROM: if server 
12794                 doesn't support it. Patch by Eugen Freiter
12795                 <eugen_f@users.sf.net>
12796
12797 2005-02-27 [paul]       1.0.1cvs20.1
12798
12799         * ChangeLog.claws
12800         * configure.ac
12801         * src/messageview.c
12802                 sync with HEAD
12803
12804 2005-02-27 [colin]      1.0.1cvs19.4
12805
12806         * src/procheader.c
12807         * src/procheader.h
12808                 Fix prototypes. Patch by Alfons
12809
12810 2005-02-27 [colin]      1.0.1cvs19.3
12811
12812         * src/compose.c
12813                 Don't auto-join the signature separator.
12814
12815 2005-02-26 [colin]      1.0.1cvs19.2
12816
12817         * src/summaryview.c
12818                 Fix 'mark all read' with collapsed threads.
12819                 Patch by Alfons.
12820
12821 2005-02-25 [paul]       1.0.1cvs19.1
12822
12823         * ChangeLog.claws
12824         * configure.ac
12825         * src/prefs_account.c
12826         * src/prefs_folder_item.c
12827         * src/gtk/prefswindow.c
12828         * src/gtk/prefswindow.h
12829                 sync with HEAD
12830
12831 2005-02-25 [paul]       1.0.1cvs15.12
12832
12833         * src/alertpanel.c
12834         * src/codeconv.c
12835         * src/compose.c
12836         * src/textview.c
12837         * src/gtk/gtkutils.c
12838         * src/gtk/gtkutils.h
12839         * src/gtk/logwindow.c
12840         * src/gtk/progressdialog.c
12841                 sync with main (revision 127)
12842                 and fix logwindow clipping
12843
12844 2005-02-24 [colin]      1.0.1cvs15.11
12845
12846         * src/plugins/pgpmime/passphrase.c
12847                 Disable input grabbing; it doesn't work yet.
12848
12849 2005-02-24 [colin]      1.0.1cvs15.10
12850
12851         * src/messageview.c
12852                 Don't send out receipts if offline. Ask.
12853
12854 2005-02-23 [colin]      1.0.1cvs15.9
12855
12856         * src/summaryview.c     
12857                 Fix expanding
12858
12859 2005-02-23 [colin]      1.0.1cvs15.8
12860
12861         * src/summaryview.c
12862                 Really fix Bug 568 by removing useless
12863                 calls. summary_thread_init() now called
12864                 in summary_sort(). This should please
12865                 Alfons as it should be faster than 
12866                 previously.
12867
12868 2005-02-23 [colin]      1.0.1cvs15.7
12869
12870         * src/compose.c
12871                 Encode parts as QP or B64 if signing
12872
12873 2005-02-23 [colin]      1.0.1cvs15.6
12874
12875         * src/compose.c
12876                 Fix Mimeinfo leakage (including tmp files)
12877         * src/procmsg.c
12878                 Fix tmp file leakage (spotted by Ivan Rayner)
12879
12880 2005-02-22 [colin]      1.0.1cvs15.5
12881
12882         * src/expldifdlg.c
12883                 Fix keyboard input. Patch by Alfons.
12884
12885 2005-02-21 [colin]      1.0.1cvs15.4
12886
12887         * src/compose.c
12888                 Fix Sign/Encrypt when unselecting privacy
12889                 system
12890         * src/prefs_common.c
12891                 Change default message font to Monospace
12892         * src/summaryview.c
12893                 More freezing during potentially large operations
12894
12895 2005-02-21 [paul]       1.0.1cvs15.3
12896
12897         * src/main.c
12898                 fix --help output
12899
12900 2005-02-21 [paul]       1.0.1cvs15.2
12901
12902         * po/Makefile.in.in
12903         * src/compose.c
12904         * src/summaryview.c
12905         * src/textview.c
12906         * src/common/utils.c
12907         * src/common/utils.h
12908                 sync with main (revision 117)
12909
12910 2005-02-20 [colin]      1.0.1cvs15.1
12911
12912         * src/common/defs.h
12913                 Change cache file to .sylpheed_claws_cache, as
12914                 suggested by Alfons. Allows people to switch
12915                 between Sylpheed and Sylpheed-Claws. it is
12916                 a good idea to "Check for new messages" at next
12917                 startup.
12918
12919
12920 2005-02-18 [colin]      1.0.1cvs14.1
12921
12922         * src/quote_fmt_lex.l
12923         * src/quote_fmt_parse.y
12924                 Fix parser initialisation. Patch by Ivan.
12925
12926 2005-02-18 [colin]      1.0.1cvs11.6
12927
12928         * src/folderview.c
12929                 Fix scrolldown (bug 662)
12930
12931 2005-02-17 [colin]      1.0.1cvs11.5
12932
12933         * src/codeconv.c
12934                 conv_filename_to_utf8: return clean 7bit instead
12935                 of broken utf8 if needed
12936         * src/mimeview.c
12937                 Fix display of parts with unclean 8bit names
12938
12939 2005-02-17 [paul]       1.0.1cvs11.4
12940
12941         * src/compose.c
12942         * src/exportldif.c
12943         * src/matcher_parser_parse.y
12944         * src/procmime.c
12945         * src/sourcewindow.c
12946         * src/common/Makefile.am
12947         * src/common/intl.h             ** REMOVED **
12948         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12949                 sync with main (revision 109)
12950                 and clean up
12951
12952 2005-02-16 [colin]      1.0.1cvs11.3
12953
12954         * src/summaryview.c
12955                 Fix collapsed thread not highlighting when new
12956                 messages in it (Bug 568) Patch by Stephan Sachse.
12957                 Fix messed up selection when reaching bounds (Bug 632)
12958         * src/prefs_themes.c
12959                 Fix theme installing (Bug 684)
12960
12961 2005-02-16 [colin]      1.0.1cvs11.2
12962
12963         * src/messageview.c
12964                 Fix messageview_select_all
12965
12966 2005-02-16 [colin]      1.0.1cvs11.1
12967
12968         * src/mh.c
12969                 Sync with HEAD (MH scan required function)
12970
12971 2005-02-15 [colin]      1.0.1cvs8.1
12972
12973         * src/mimeview.c
12974         * src/common/utils.c
12975                 Sync with HEAD (filename chars substitution)
12976
12977 2005-02-15 [colin]      1.0.1cvs7.3
12978
12979         * src/gtk/pluginwindow.c
12980                 Fix button spacing
12981
12982 2005-02-15 [colin]      1.0.1cvs7.2
12983
12984         * src/mimeview.c
12985                 Fix mime icons not reset across message when
12986                 scrolled down
12987
12988 2005-02-15 [colin]      1.0.1cvs7.1
12989
12990         * src/compose.c
12991         * src/procmime.c
12992                 Sync with HEAD (optimisation of cvs6)
12993
12994 2005-02-14 [colin]      1.0.1cvs6.1
12995
12996         * src/compose.c
12997         * src/procmime.c
12998                 Sync with HEAD (encode "From " at line beginning)
12999
13000 2005-02-14 [colin]      1.0.1cvs5.3
13001
13002         * src/compose.c
13003                 Fix wrapping with accentued chars.
13004
13005 2005-02-13 [colin]      1.0.1cvs5.2
13006
13007         * src/textview.c
13008                 Fix email informative part parsing with
13009                 accentued chars in it. ispunct() returns
13010                 true for them in utf8...
13011
13012 2005-02-12 [colin]      1.0.1cvs5.1
13013
13014         * src/filtering.c
13015                 Sync with HEAD (remove wrong use of compose after send)
13016
13017 2005-02-12 [paul]       1.0.1cvs4.5
13018
13019         * src/textview.c
13020                 remove unnecessary code (thanks to Alfons)
13021
13022 2005-02-12 [paul]       1.0.1cvs4.4
13023
13024         * src/textview.c
13025                 add 'Copy' to contextual menu on emails
13026
13027 2005-02-11 [colin]      1.0.1cvs4.3
13028
13029         * src/compose.c
13030                 revert 1.0.0cvs28.2, it doesn't work that well.
13031
13032 2005-02-11 [paul]       1.0.1cvs4.2
13033
13034         * po/Makefile.in.in
13035                 fix 'make release'
13036
13037 2005-02-10 [paul]       1.0.1cvs4.1
13038
13039         * ChangeLog
13040         * ChangeLog.claws
13041         * ChangeLog.jp
13042         * configure.ac
13043         * src/compose.c
13044                 sync with HEAD (sync with main)
13045
13046 2005-02-10 [paul]       1.0.1cvs3.2
13047
13048         * AUTHORS
13049         * Makefile.am
13050         * autogen.sh
13051         * configure.ac
13052         * config/mkinstalldirs
13053         * intl/.cvsignore
13054         * intl/ChangeLog
13055         * intl/VERSION
13056         * intl/bindtextdom.c
13057         * intl/config.charset
13058         * intl/dcgettext.c
13059         * intl/dcigettext.c
13060         * intl/dcngettext.c
13061         * intl/dgettext.c
13062         * intl/dngettext.c
13063         * intl/eval-plural.h
13064         * intl/explodename.c
13065         * intl/finddomain.c
13066         * intl/gettext.c
13067         * intl/gettextP.h
13068         * intl/gmo.h
13069         * intl/hash-string.h
13070         * intl/intl-compat.c
13071         * intl/l10nflist.c
13072         * intl/libgnuintl.h.in
13073         * intl/loadinfo.h
13074         * intl/loadmsgcat.c
13075         * intl/localcharset.c
13076         * intl/localcharset.h
13077         * intl/locale.alias
13078         * intl/localealias.c
13079         * intl/localename.c
13080         * intl/log.c
13081         * intl/ngettext.c
13082         * intl/os2compat.c
13083         * intl/os2compat.h
13084         * intl/osdep.c
13085         * intl/plural-exp.c
13086         * intl/plural-exp.h
13087         * intl/plural.c
13088         * intl/plural.y
13089         * intl/ref-add.sin
13090         * intl/ref-del.sin
13091         * intl/relocatable.c
13092         * intl/relocatable.h
13093         * intl/textdomain.c
13094         * m4/Makefile.am
13095         * po/Makefile.in.in
13096         * src/Makefile.am
13097         * src/account.c
13098         * src/action.c
13099         * src/addr_compl.c
13100         * src/addressadd.c
13101         * src/addressbook.c
13102         * src/addrgather.c
13103         * src/addrindex.c
13104         * src/alertpanel.c
13105         * src/browseldap.c
13106         * src/codeconv.c
13107         * src/codeconv.h
13108         * src/compose.c
13109         * src/compose.h
13110         * src/crash.c
13111         * src/editaddress.c
13112         * src/editbook.c
13113         * src/editgroup.c
13114         * src/editjpilot.c
13115         * src/editldap.c
13116         * src/editldap_basedn.c
13117         * src/editvcard.c
13118         * src/exphtmldlg.c
13119         * src/expldifdlg.c
13120         * src/export.c
13121         * src/exporthtml.c
13122         * src/filtering.c
13123         * src/folder.c
13124         * src/folder_item_prefs.c
13125         * src/foldersel.c
13126         * src/folderview.c
13127         * src/grouplistdialog.c
13128         * src/headerview.c
13129         * src/imap.c
13130         * src/imap_gtk.c
13131         * src/import.c
13132         * src/importldif.c
13133         * src/importmutt.c
13134         * src/importpine.c
13135         * src/inc.c
13136         * src/ldif.c
13137         * src/main.c
13138         * src/mainwindow.c
13139         * src/matcher.c
13140         * src/mbox.c
13141         * src/message_search.c
13142         * src/messageview.c
13143         * src/mh.c
13144         * src/mh_gtk.c
13145         * src/mimeview.c
13146         * src/msgcache.c
13147         * src/news.c
13148         * src/news_gtk.c
13149         * src/noticeview.c
13150         * src/partial_download.c
13151         * src/pop.c
13152         * src/prefs_account.c
13153         * src/prefs_actions.c
13154         * src/prefs_common.c
13155         * src/prefs_customheader.c
13156         * src/prefs_display_header.c
13157         * src/prefs_ext_prog.c
13158         * src/prefs_filtering.c
13159         * src/prefs_filtering_action.c
13160         * src/prefs_folder_item.c
13161         * src/prefs_fonts.c
13162         * src/prefs_gtk.c
13163         * src/prefs_matcher.c
13164         * src/prefs_msg_colors.c
13165         * src/prefs_spelling.c
13166         * src/prefs_summary_column.c
13167         * src/prefs_template.c
13168         * src/prefs_themes.c
13169         * src/prefs_toolbar.c
13170         * src/prefs_wrapping.c
13171         * src/privacy.c
13172         * src/procheader.c
13173         * src/procmime.c
13174         * src/procmsg.c
13175         * src/quote_fmt.c
13176         * src/recv.c
13177         * src/send_message.c
13178         * src/setup.c
13179         * src/sourcewindow.c
13180         * src/ssl_manager.c
13181         * src/statusbar.c
13182         * src/summary_search.c
13183         * src/summaryview.c
13184         * src/textview.c
13185         * src/toolbar.c
13186         * src/wizard.c
13187         * src/common/nntp.c
13188         * src/common/plugin.c
13189         * src/common/smtp.c
13190         * src/common/ssl.c
13191         * src/common/ssl_certificate.c
13192         * src/common/string_match.c
13193         * src/common/sylpheed.c
13194         * src/common/template.c
13195         * src/common/utils.c
13196         * src/gtk/about.c
13197         * src/gtk/colorlabel.c
13198         * src/gtk/description_window.c
13199         * src/gtk/filesel.c
13200         * src/gtk/foldersort.c
13201         * src/gtk/gtkaspell.c
13202         * src/gtk/gtkutils.c
13203         * src/gtk/inputdialog.c
13204         * src/gtk/logwindow.c
13205         * src/gtk/menu.c
13206         * src/gtk/pluginwindow.c
13207         * src/gtk/prefswindow.c
13208         * src/gtk/progressdialog.c
13209         * src/gtk/quicksearch.c
13210         * src/gtk/sslcertwindow.c
13211         * src/plugins/clamav/clamav_plugin.c
13212         * src/plugins/clamav/clamav_plugin_gtk.c
13213         * src/plugins/demo/demo.c
13214         * src/plugins/dillo_viewer/dillo_prefs.c
13215         * src/plugins/dillo_viewer/dillo_viewer.c
13216         * src/plugins/image_viewer/plugin.c
13217         * src/plugins/image_viewer/viewer.c
13218         * src/plugins/image_viewer/viewerprefs.c
13219         * src/plugins/mathml_viewer/mathml_viewer.c
13220         * src/plugins/pgpmime/passphrase.c
13221         * src/plugins/pgpmime/plugin.c
13222         * src/plugins/pgpmime/prefs_gpg.c
13223         * src/plugins/pgpmime/select-keys.c
13224         * src/plugins/pgpmime/sgpgme.c
13225         * src/plugins/spamassassin/spamassassin.c
13226         * src/plugins/spamassassin/spamassassin_gtk.c
13227         * src/plugins/trayicon/trayicon.c
13228                 sync with main (revision 104)
13229
13230 2005-02-10 [colin]      1.0.1cvs3.1
13231
13232         * src/mainwindow.c
13233                 Sync with HEAD (fix occasional crasher)
13234
13235 2005-02-10 [colin]      1.0.1cvs2.1
13236
13237         * src/messageview.c
13238                 Synw with HEAD (don't automatically display html)
13239
13240 2005-02-09 [colin]      1.0.1cvs1.3
13241
13242         * src/textview.c
13243         * src/textview.h
13244                 Add contextual menu on emails
13245
13246 2005-02-09 [colin]      1.0.1cvs1.2
13247
13248         * src/codeconv.c
13249                 Fix converting from broken headers and 
13250                 put back the _ in missing places
13251                 (feature broke with cvs24.2 sync, main 
13252                  possibly affected?)
13253
13254 2005-02-09 [colin]      1.0.1cvs1.1
13255
13256         * src/messageview.c
13257         * src/mimeview.c
13258         * src/mimeview.h
13259                 Sync with HEAD (display non text/plain mails with plugin)
13260
13261 2005-02-08 [colin]      1.0.1.1
13262
13263         * ChangeLog.claws
13264         * po/pt_BR.po
13265                 Sync with HEAD
13266         * configure.ac
13267                 Make default configuration directory 
13268                 be .sylpheed-gtk2
13269
13270 2005-02-08 [colin]      1.0.0cvs29.1
13271
13272         * po/de.po
13273         * po/es.po
13274         * po/fr.po
13275         * po/it.po
13276         * po/sk.po
13277         * po/sr.po
13278                 Sync translations with HEAD
13279
13280 2005-02-06 [colin]      1.0.0cvs28.3
13281
13282         * src/compose.c
13283                 Make compose a bit faster - patch by Alfons.
13284
13285 2005-02-06 [colin]      1.0.0cvs28.2
13286
13287         * src/compose.c
13288                 Make pasting via middle-click more reliable
13289
13290 2005-02-05 [paul]       1.0.0cvs28.1
13291
13292         * ChangeLog
13293         * ChangeLog.claws
13294         * ChangeLog.jp
13295         * configure.ac
13296         * src/compose.c
13297                 sync with HEAD
13298                 (fix bug 682 'redirect is broken'
13299
13300 2005-02-05 [torte]      1.0.0cvs27.1
13301
13302         * ChangeLog.claws
13303         * configure.ac
13304         * src/partial_download.c
13305                 Sync with HEAD (fix buf overflow)
13306
13307 2005-02-03 [colin]      1.0.0cvs26.1
13308
13309         * src/common/plugin.c
13310                 Sync with HEAD (avoid plugin mismatches)
13311
13312 2005-02-03 [paul]       1.0.0cvs25.3
13313
13314         * src/folderview.c
13315         * src/headerview.c
13316         * src/summaryview.c
13317         * src/textview.c
13318         * src/gtk/colorlabel.c
13319                 third and final part of initial sync with main-gtk2
13320
13321 2005-02-03 [paul]       1.0.0cvs25.2
13322
13323         * src/jpilot.c
13324                 fix building with jpilot support
13325
13326 2005-02-02 [colin]      1.0.0cvs25.1
13327
13328         * src/messageview.c
13329                 Sync with HEAD (fix dangerous typo)
13330
13331 2005-02-01 [colin]      1.0.0cvs24.3
13332
13333         * src/common/xml.c
13334                 Write file as advertised (UTF-8)
13335
13336 2005-02-01 [paul]       1.0.0cvs24.2
13337
13338         * src/addrbook.c
13339         * src/addrindex.c
13340         * src/alertpanel.h
13341         * src/codeconv.c
13342         * src/codeconv.h
13343         * src/compose.c
13344         * src/export.c
13345         * src/folder_item_prefs.c
13346         * src/html.c
13347         * src/imap.c
13348         * src/import.c
13349         * src/jpilot.c
13350         * src/mainwindow.c
13351         * src/matcher_parser_lex.l
13352         * src/messageview.c
13353         * src/mh.c
13354         * src/prefs_account.c
13355         * src/prefs_actions.c
13356         * src/prefs_common.c
13357         * src/prefs_gtk.c
13358         * src/prefs_gtk.h
13359         * src/prefs_themes.c
13360         * src/procheader.c
13361         * src/procmime.c
13362         * src/sourcewindow.c
13363         * src/statusbar.c
13364         * src/summaryview.c
13365         * src/textview.c
13366         * src/toolbar.c
13367         * src/unmime.c
13368         * src/common/template.c
13369         * src/common/utils.c
13370         * src/common/xml.c
13371         * src/common/xml.h
13372         * src/gtk/gtkaspell.c
13373         * src/plugins/clamav/clamav_plugin.c
13374         * src/plugins/dillo_viewer/dillo_prefs.c
13375         * src/plugins/image_viewer/viewerprefs.c
13376         * src/plugins/pgpmime/passphrase.c
13377         * src/plugins/pgpmime/prefs_gpg.c
13378         * src/plugins/pgpmime/select-keys.c
13379         * src/plugins/spamassassin/spamassassin.c
13380                 second part of initial sync with main-gtk2
13381                 (more to follow)
13382
13383 2005-01-31 [colin]      1.0.0cvs24.1
13384
13385         * src/compose.c
13386                 Sync with HEAD
13387
13388 2005-01-29 [paul]       1.0.0cvs23.2
13389
13390         * src/account.c
13391         * src/action.c
13392         * src/addressadd.c
13393         * src/addressbook.c
13394         * src/alertpanel.c
13395         * src/compose.c
13396         * src/editaddress.c
13397         * src/editbook.c
13398         * src/editgroup.c
13399         * src/editjpilot.c
13400         * src/editldap.c
13401         * src/editldap_basedn.c
13402         * src/editvcard.c
13403         * src/export.c
13404         * src/foldersel.c
13405         * src/grouplistdialog.c
13406         * src/import.c
13407         * src/importldif.c
13408         * src/inc.c
13409         * src/main.c
13410         * src/mainwindow.c
13411         * src/message_search.c
13412         * src/messageview.c
13413         * src/mimeview.c
13414         * src/prefs_actions.c
13415         * src/prefs_common.c
13416         * src/prefs_common.h
13417         * src/prefs_customheader.c
13418         * src/prefs_display_header.c
13419         * src/prefs_filtering.c
13420         * src/prefs_filtering_action.c
13421         * src/prefs_gtk.c
13422         * src/prefs_matcher.c
13423         * src/prefs_summary_column.c
13424         * src/prefs_template.c
13425         * src/sourcewindow.c
13426         * src/summary_search.c
13427         * src/summaryview.c
13428         * src/textview.c
13429         * src/gtk/about.c
13430         * src/gtk/description_window.c
13431         * src/gtk/gtkshruler.c
13432         * src/gtk/gtkutils.c
13433         * src/gtk/gtkutils.h
13434         * src/gtk/inputdialog.c
13435         * src/gtk/logwindow.c
13436         * src/gtk/prefswindow.c
13437         * src/gtk/progressdialog.c
13438         * src/gtk/progressdialog.h
13439                 first part of initial sync with main-gtk2
13440                 (more to follow)
13441
13442 2005-01-28 [colin]      1.0.0cvs23.1
13443
13444         * src/folderview.c
13445                 Sync with HEAD
13446
13447 2005-01-27 [colin]      1.0.0cvs21.1
13448
13449         * src/folder.c
13450         * src/folderview.c
13451                 Sync with HEAD
13452
13453 2005-01-27 [colin]      1.0.0cvs19.1
13454
13455         * src/procmime.c
13456                 Sync with HEAD
13457
13458 2005-01-27 [colin]      1.0.0cvs18.1
13459
13460         * src/messageview.c
13461         * src/summaryview.c
13462         * src/mainwindow.c
13463         * src/compose.c
13464         * src/compose.h
13465         * src/procmsg.c
13466         * src/procmsg.h
13467         * src/toolbar.c
13468                 Sync with HEAD
13469
13470 2005-01-26 [paul]       1.0.0cvs15.2
13471
13472         * src/compose.c
13473                 compose_entries_set(): convert subject and body to
13474                 utf8 if necessary. patch by Felix Eckhofer
13475
13476 2005-01-26 [paul]       1.0.0cvs15.1
13477
13478         * configure.ac
13479         * src/common/template.c
13480                 sync with HEAD (fix memory leak)
13481
13482 2005-01-25 [paul]       1.0.0cvs14.1
13483
13484         * configure.ac
13485         * src/compose.c
13486                 sync with HEAD
13487
13488 2005-01-24 [colin]      1.0.0cvs13.1
13489
13490         * src/summaryview.c
13491                 Sync with HEAD
13492
13493 2005-01-24 [paul]       1.0.0cvs12.1
13494
13495         * configure.ac
13496         * src/messageview.c
13497         * src/mh.c
13498         * src/common/utils.c
13499                 sync with HEAD
13500
13501 2005-01-24 [colin]      1.0.0cvs11.1
13502
13503         * src/procheader.c
13504                 Sync with HEAD
13505
13506 2005-01-24 [colin]      1.0.0cvs10.1
13507
13508         * src/folderview.c
13509                 Sync with HEAD
13510
13511 2005-01-23 [colin]      1.0.0cvs9.1
13512
13513         * src/crash.c
13514                 Sync with HEAD
13515
13516 2005-01-22 [colin]      1.0.0cvs8.1
13517
13518         * src/summaryview.c
13519         * src/gtk/quicksearch.c
13520                 Sync with HEAD
13521
13522 2005-01-21 [colin]      1.0.0cvs7.1
13523
13524         * src/summaryview.c
13525                 Sync with HEAD
13526
13527 2005-01-21 [colin]      1.0.0cvs6.1
13528
13529         * src/summaryview.c
13530                 Sync with HEAD
13531
13532 2005-01-21 [colin]      1.0.0cvs5.1
13533
13534         * src/gtk/quicksearch.c
13535         * src/prefs_common.c
13536         * src/prefs_common.h
13537                 Sync with HEAD (recurse option)
13538
13539 2005-01-21 [colin]      1.0.0cvs4.1
13540
13541         * src/folder.h
13542         * src/folderview.c
13543         * src/folderview.h
13544         * src/summaryview.c
13545         * src/gtk/quicksearch.c
13546         * src/gtk/quicksearch.h
13547                 Sync with HEAD (recursive quicksearch)
13548
13549 2005-01-20 [colin]      1.0.0cvs3.4
13550
13551         * src/ssl_manager.c
13552                 Remove useless code
13553
13554 2005-01-20 [colin]      1.0.0cvs3.3
13555
13556         * src/ssl_manager.c
13557                 Fix leak, thanks to Alfons.
13558
13559 2005-01-20 [colin]      1.0.0cvs3.2
13560
13561         * src/ssl_manager.c
13562                 Port SSL certificate window to GTK2.
13563
13564 2005-01-20 [paul]       1.0.0cvs3.1
13565
13566         * ChangeLog.claws
13567         * configure.ac
13568         * src/addrindex.c
13569         * src/addrindex.h
13570                 sync with HEAD
13571
13572 2005-01-19 [colin]      1.0.0cvs2.2
13573
13574         * src/plugins/trayicon/trayicon.c
13575                 Fix freeze with gtk-2.6, the easy way
13576                 (signal blocking helpless there...)
13577                 Closes bug #668.
13578
13579 2005-01-19 [colin]      1.0.0cvs2.1
13580
13581         * src/mbox.c
13582         * src/mbox.h
13583         * src/mainwindow.c
13584         * src/summaryview.c
13585         * src/summaryview.h
13586                 Sync with HEAD
13587
13588 2005-01-19 [paul]       1.0.0cvs1.1
13589
13590         * configure.ac
13591         * po/de.po
13592         * po/es.po
13593         * po/fr.po
13594         * po/hr.po
13595         * po/it.po
13596         * po/ja.po
13597         * po/ko.po
13598         * po/pt_BR.po
13599         * po/ru.po
13600         * po/sk.po
13601         * po/sr.po
13602                 sync with HEAD (update translations)
13603
13604 2005-01-18 [colin]      1.0.0cvs0.1
13605
13606         * src/foldersel.c
13607                 Specify search column - patch by Alfons
13608
13609 2005-01-18 [colin]      0.9.13cvs36.3
13610
13611         * src/prefs_toolbar.c
13612                 Change Delete to Remove
13613         * src/prefs_fonts.c
13614                 GTK2 version and leak fixes
13615         * src/prefs_actions.c
13616                 Add stock buttons.
13617                 All patches by Alfons
13618
13619 2005-01-17 [colin]      0.9.13cvs36.2
13620
13621         * src/compose.c
13622                 Fix DnD inserting twice. While at it,
13623                 add DnD support for text/plain in the
13624                 body, and add support in the headers.
13625
13626 2005-01-16 [colin]      0.9.13cvs36.1
13627
13628         * ChangeLog
13629         * ChangeLog.jp
13630         * ChangeLog.claws
13631                 Sync with HEAD (nothing applicable)
13632
13633 2005-01-16 [colin]      0.9.13cvs33.2
13634
13635         * src/prefs_toolbar.c
13636                 GTK2ize prefs_toolbar, by Alfons.
13637
13638 2005-01-14 [colin]      0.9.13cvs33.1
13639
13640         * src/html.c
13641         * src/msgcache.c
13642                 Sync with HEAD
13643
13644 2005-01-14 [colin]      0.9.13cvs32.1
13645
13646         * src/html.c
13647         * src/html.h
13648         * src/msgcache.c
13649         * AUTHORS
13650         * tools/calypso_convert.pl
13651                 Sync with HEAD
13652
13653 2005-01-08 [colin]      0.9.13cvs29.2
13654
13655         * src/prefs_filtering_action.c
13656         * src/prefs_filtering.c
13657                 2 more gtk2 patches by Alfons
13658
13659 2005-01-07 [paul]       0.9.13cvs29.1
13660
13661         * ChangeLog
13662         * ChangeLog.claws
13663         * ChangeLog.jp
13664         * configure.ac
13665         * src/pop.c
13666         * src/pop.h
13667                 sync with HEAD
13668
13669 2005-01-07 [colin]      0.9.13cvs28.3
13670
13671         * src/gtk/progressdialog.c
13672         * src/gtk/progressdialog.h
13673         * src/inc.c
13674         * src/send_message.c
13675                 GTK2 for the incorporation dialog. The CList isn't dead
13676                 yet, for a more smooth migration. Patch by Alfons.
13677
13678 2005-01-06 [colin]      0.9.13cvs28.2
13679
13680         * src/prefs_display_header.c
13681                 GTK2 conversion by Alfons
13682         * src/prefs_actions.c
13683         * src/prefs_matcher.c
13684                 Fix 2 leaks - patch by Alfons
13685
13686 2005-01-06 [colin]      0.9.13cvs28.1
13687
13688         * src/prefs_matcher.c
13689                 Sync with HEAD
13690
13691 2005-01-06 [colin]      0.9.13cvs27.4
13692
13693         * src/prefs_matcher.c
13694                 Fix double-free. Patch by Alfons
13695
13696 2005-01-06 [colin]      0.9.13cvs27.3
13697
13698         * src/prefs_matcher.c
13699                 GTK2 widgets + memleak
13700                 Patch by Alfons
13701
13702 2005-01-05 [colin]      0.9.13cvs27.2
13703
13704         * src/account.c
13705         * src/addr_compl.c
13706         * src/foldersel.c
13707         * src/stock_pixmap.c
13708         * src/stock_pixmap.h
13709                 3 more GTK2 patches by Alfons.
13710
13711 2005-01-04 [colin]      0.9.13cvs27.1
13712
13713         * src/folderview.c
13714         * src/imap_gtk.c
13715         * src/news_gtk.c
13716                 Sync with HEAD
13717
13718 2005-01-04 [colin]      0.9.13cvs25.9
13719
13720         * src/compose.c
13721                 Fix Show Ruler menuitem
13722         * src/prefs_template.c
13723                 Convert to GTK2
13724         * src/common/utils.c
13725                 Make auto pointer stuff handles NULLs
13726                 Patches by Alfons.
13727
13728 2005-01-04 [colin]      0.9.13cvs25.8
13729
13730         * src/compose.c
13731                 Move the attachment list to gtk2
13732                 Patch by Alfons.
13733
13734 2005-01-04 [colin]      0.9.13cvs25.7
13735
13736         * src/textview.c
13737                 Make some keys work again
13738                 Patch by SungHyun Nam <namsh@kldp.org>
13739
13740 2005-01-04 [colin]      0.9.13cvs25.6
13741
13742         * src/gtk/gtkshruler.c
13743                 Move the ruler to GTK2
13744                 Patch by Alfons
13745
13746 2005-01-03 [colin]      0.9.13cvs25.5
13747
13748         * src/compose.c
13749                 Fix my broken patch apply 
13750
13751 2005-01-03 [colin]      0.9.13cvs25.4
13752
13753         * src/common/utils.c
13754         * src/common/utils.h
13755         * src/gtk/prefswindow.c
13756                 Move auto pointer stuff to utils.c
13757                 Patch by Alfons again :)
13758
13759 2005-01-03 [colin]      0.9.13cvs25.3
13760
13761         * src/compose.c
13762         * src/prefs_gtk.c
13763         * src/prefs_template.c
13764         * src/textview.c
13765                 Empty text widgets with empty strings, not NULL char
13766                 Patch by SungHyun Nam <namsh@kldp_org>
13767
13768 2005-01-03 [colin]      0.9.13cvs25.2
13769
13770         * src/main.c
13771         * AUTHORS
13772                 Sync with HEAD
13773
13774 2005-01-03 [colin]      0.9.13cvs25.1
13775
13776         * src/pop.c
13777         * src/pop.h
13778                 Sync with HEAD
13779
13780 2005-01-03 [colin]      0.9.13cvs24.3
13781
13782         * src/account.c
13783                 Two patches from Alfons and Alex S Moore:
13784                 fix images, fix return value.
13785
13786 2005-01-01 [colin]      0.9.13cvs24.2
13787
13788         * src/prefs_actions.c
13789                 Fix over-zealous assertion. Patch by Alfons
13790
13791 2005-01-01 [colin]      0.9.13cvs24.1
13792
13793         * src/procmime.c
13794                 Sync with HEAD (leak fix)
13795
13796 2004-12-31 [colin]      0.9.13cvs23.2
13797
13798         * src/prefs_common.c
13799                 GTK2 widgets + stock buttons - patch by Alfons
13800
13801 2004-12-31 [paul]       0.9.13cvs23.1
13802
13803         * configure.ac
13804                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13805         * src/gtk/pluginwindow.c
13806                 use GTK2 widgets and plug memory leaks,
13807                 patches by Alfons
13808
13809 2004-12-30 [colin]      0.9.13cvs22.4
13810
13811         * src/account.c
13812         * src/action.c
13813         * src/export.c
13814         * src/foldersel.c
13815         * src/import.c
13816         * src/message_search.c
13817         * src/prefs_actions.c
13818         * src/prefs_common.c
13819         * src/prefs_customheader.c
13820         * src/prefs_filtering.c
13821         * src/prefs_summary_column.c
13822         * src/summary_search.c
13823         * src/gtk/about.c
13824         * src/gtk/description_window.c
13825         * src/gtk/gtkutils.c
13826         * src/gtk/gtkutils.h
13827         * src/gtk/inputdialog.c
13828         * src/gtk/prefswindow.c
13829                 Use GTK2 stock buttons. Patches by Alfons.
13830
13831 2004-12-30 [colin]      0.9.13cvs22.3
13832
13833         * src/account.c
13834                 Sync with HEAD
13835         * src/prefs_actions.c
13836         * src/prefs_customheader.c
13837         * src/prefs_filtering.c
13838         * src/prefs_msg_colors.c
13839         * src/prefs_summary_column.c
13840         * src/gtk/prefswindow.c
13841                 Use GtkTreeView instead of deprecated 
13842                 widgets. Patches by Alfons.
13843
13844 2004-12-30 [paul]       0.9.13cvs22.2
13845
13846         * src/foldersel.c
13847                 use GTK 2 Tree View
13848                 patch by Alfons, with root folder sorting fix
13849                 by Stephan Sachse
13850
13851 2004-12-30 [paul]       0.9.13cvs22.1
13852
13853         * ChangeLog
13854         * ChangeLog.claws
13855         * ChangeLog.jp
13856         * NEWS
13857         * configure.ac
13858         * src/account.c
13859                 sync with HEAD
13860
13861 2004-12-22 [martin]     0.9.13cvs21.2
13862
13863         * src/action.c
13864                 free the command line after its use
13865
13866 2004-12-18 [paul]       0.9.13cvs21.1
13867
13868         * AUTHORS
13869         * ChangeLog
13870         * ChangeLog.claws
13871         * ChangeLog.jp
13872         * NEWS
13873         * configure.ac
13874         * src/action.c
13875         * src/compose.c
13876         * src/syldap.c
13877                 sync with HEAD
13878
13879 2004-12-17 [martin]     0.9.13cvs17.2
13880
13881         * src/action.c
13882                 convert actions input to locale
13883         * src/inc.c
13884                 convert notification command to locale
13885         * src/plugins/pgpmime/select-keys.c
13886                 convert attributes to utf8
13887
13888 2004-12-14 [colin]      0.9.13cvs17.1
13889
13890         * ChangeLog
13891         * ChangeLog.jp
13892         * ChangeLog.claws
13893         * src/action.c
13894         * src/common/utils.c
13895         * src/gtk/prefswindow.c
13896         * src/gtk/gtkutils.c
13897         * src/gtk/gtkutils.h
13898         * src/plugins/spamassassin/libspamc.c
13899                 Sync with HEAD
13900
13901 2004-12-13 [colin]      0.9.13cvs14.1
13902
13903         * src/quote_fmt_parse.y
13904                 Sync with HEAD
13905
13906 2004-12-10 [colin]      0.9.13cvs12.1
13907
13908         * src/prefs_themes.c
13909         * src/mainwindow.c
13910         * src/messageview.c
13911                 Sync with HEAD
13912
13913 2004-12-09 [colin]      0.9.13cvs10.1
13914
13915         * src/procmime.c
13916                 Sync with HEAD (fix B64 encoding from memory)
13917
13918 2004-12-08 [colin]      0.9.13cvs9.1
13919
13920         * src/gtk/colorlabel.c
13921                 Sync with HEAD
13922
13923 2004-12-08 [paul]       0.9.13cvs8.2
13924
13925         * src/gtk/pluginwindow.c
13926                 fix window resizing oddities
13927
13928 2004-12-08 [colin]      0.9.13cvs8.1
13929
13930         * src/quote_fmt_parse.y
13931                 Sync with HEAD
13932
13933 2004-12-08 [colin]      0.9.13cvs7.1
13934
13935         * src/matcher_parser_parse.y
13936         * src/msgcache.c
13937         * src/prefs_matcher.c
13938         * src/procheader.c
13939         * src/matcher.c
13940         * src/common/defs.h
13941         * po/sr.po
13942                 Sync with HEAD
13943
13944 2004-12-08 [colin]      0.9.13cvs6.1
13945
13946         * src/quote_fmt_parse.y
13947         * src/textview.c
13948                 Sync with HEAD
13949         * src/gtk/prefswindow.c
13950         * src/gtk/pluginwindow.c
13951                 Fix G_CALLBACKS protos (thanks to Alfons)
13952
13953 2004-12-07 [torte]      0.9.13cvs2.2
13954
13955         * src/procmime.c
13956                 [Bug 650] reply button causes crash
13957                 Thanks to David Relson and Christoph
13958
13959 2004-12-07 [colin]      0.9.13cvs2.1
13960
13961         * ChangeLog.claws
13962         * AUTHORS
13963         * po/sk.po
13964         * src/procmime.c
13965         * src/prefs_account.c
13966         * src/common/smtp.c
13967         * src/common/smtp.h
13968                 Sync with HEAD
13969
13970 2004-12-06 [colin]      0.9.12cvs187.1
13971
13972         * ChangeLog.claws
13973         * INSTALL
13974         * Makefile.am
13975         * README.claws
13976         * TODO.claws
13977         * configure.ac
13978         * po/bg.po
13979         * po/cs.po
13980         * po/el.po
13981         * po/en_GB.po
13982         * po/es.po
13983         * po/fr.po
13984         * po/hr.po
13985         * po/hu.po
13986         * po/it.po
13987         * po/ja.po
13988         * po/ko.po
13989         * po/nl.po
13990         * po/pl.po
13991         * po/pt_BR.po
13992         * po/ru.po
13993         * po/sk.po
13994         * po/sr.po
13995         * po/sv.po
13996         * po/zh_CN.po
13997         * po/zh_TW.Big5.po
13998         * src/compose.c
13999         * tools/Makefile.am
14000         * tools/README
14001         * tools/filter_conv.pl
14002         * tools/kdeservicemenu/README
14003         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14004         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14005                 Sync with HEAD
14006
14007 2004-12-04 [colin]      0.9.12cvs183.1
14008
14009         * src/compose.c
14010                 Sync with HEAD (compose window position saving)
14011
14012 2004-12-04 [paul]       0.9.12cvs182.3
14013
14014         * src/messageview.c
14015         * src/mimeview.c
14016         * src/prefs_customheader.c
14017         * src/gtk/quicksearch.c
14018                 replace some forgotten GTK_SIGNAL_FUNCs
14019
14020 2004-12-04 [paul]       0.9.12cvs182.2
14021
14022         * src/Makefile.am
14023                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14024                 committed in error      
14025
14026 2004-12-04 [paul]       0.9.12cvs182.1
14027
14028         * ChangeLog
14029         * ChangeLog.claws
14030         * ChangeLog.jp
14031         * INSTALL
14032         * NEWS
14033         * README
14034         * README.jp
14035         * configure.ac
14036         * doc/manual/ja/Makefile.am
14037         * doc/manual/ja/sylpheed-1.html
14038         * doc/manual/ja/sylpheed-10.html
14039         * doc/manual/ja/sylpheed-11.html
14040         * doc/manual/ja/sylpheed-12.html
14041         * doc/manual/ja/sylpheed-13.html
14042         * doc/manual/ja/sylpheed-14.html
14043         * doc/manual/ja/sylpheed-15.html
14044         * doc/manual/ja/sylpheed-16.html
14045         * doc/manual/ja/sylpheed-17.html
14046         * doc/manual/ja/sylpheed-18.html
14047         * doc/manual/ja/sylpheed-19.html
14048         * doc/manual/ja/sylpheed-2.html
14049         * doc/manual/ja/sylpheed-20.html
14050         * doc/manual/ja/sylpheed-3.html
14051         * doc/manual/ja/sylpheed-4.html
14052         * doc/manual/ja/sylpheed-5.html
14053         * doc/manual/ja/sylpheed-6.html
14054         * doc/manual/ja/sylpheed-7.html
14055         * doc/manual/ja/sylpheed-8.html
14056         * doc/manual/ja/sylpheed-9.html
14057         * doc/manual/ja/sylpheed.html
14058         * doc/manual/ja/sylpheed.sgml
14059         * po/de.po
14060         * src/Makefile.am
14061         * src/compose.c
14062         * src/procmime.c
14063         * src/pixmaps/regular.xpm **REMOVED**
14064         * src/plugins/pgpmime/pgpmime.c
14065         * src/plugins/pgpmime/plugin.c
14066         * src/plugins/pgpmime/prefs_gpg.c
14067                 sync with HEAD
14068
14069 2004-12-03 [paul]       0.9.12cvs180.1
14070
14071         * ChangeLog
14072         * ChangeLog.claws
14073         * ChangeLog.jp
14074         * configure.ac
14075         * src/Makefile.am
14076         * src/pop.c
14077         * src/common/utils.c
14078         * src/common/utils.h
14079         * src/pixmaps/continue.xpm
14080         * src/pixmaps/dir_close.xpm
14081         * src/pixmaps/dir_open.xpm
14082         * src/pixmaps/drafts_close.xpm
14083         * src/pixmaps/drafts_open.xpm
14084         * src/pixmaps/folder.xpm **REMOVED**
14085         * src/pixmaps/group.xpm
14086         * src/pixmaps/unread.xpm
14087                 sync with HEAD
14088
14089 2004-12-02 [colin]      0.9.12cvs179.1
14090
14091         * src/compose.c
14092                 Sync with HEAD (non-duplicated reedition)
14093
14094 2004-12-02 [colin]      0.9.12cvs178.1
14095
14096         * src/compose.c
14097                 Sync with HEAD (linewrap_quote fix)
14098
14099 2004-12-01 [colin]      0.9.12cvs177.3
14100
14101         * src/addrharvest.c
14102                 Replace sizeof with strlen
14103
14104 2004-12-01 [paul]       0.9.12cvs177.2
14105
14106         * src/addrharvest.c
14107                 fix 'harvest addresses'
14108
14109 2004-11-30 [colin]      0.9.12cvs177.1
14110
14111         * src/gtk/prefswindow.c
14112         * src/gtk/pluginwindow.c
14113                 Sync with HEAD
14114
14115 2004-11-29 [colin]      0.9.12cvs176.1
14116
14117         * src/folderview.c
14118                 sync with HEAD (Fix disappearing separators in folderview's popup)
14119
14120 2004-11-29 [colin]      0.9.12cvs175.1
14121
14122         * src/procmime.c
14123                 Sync with head (another format fix)
14124
14125 2004-11-29 [colin]      0.9.12cvs174.1
14126
14127         * src/pop.c
14128                 Sync with HEAD (format string fix)
14129
14130 2004-11-26 [colin]      0.9.12cvs173.1
14131
14132         * src/common/smtp.c
14133         * src/common/smtp.h
14134                 Sync with HEAD
14135
14136 2004-11-24 [colin]      0.9.12cvs172.1
14137
14138         * src/plugins/pgpmime/pgpmime.c
14139                 Sync with HEAD
14140
14141 2004-11-24 [colin]      0.9.12cvs171.1
14142
14143         * src/plugins/pgpmime/pgpmime.c
14144                 Sync with head (gpgmectx leaks)
14145
14146 2004-11-24 [colin]      0.9.12cvs169.1
14147
14148         * src/plugins/pgpmime/plugin.c
14149         * src/plugins/trayicon/Makefile.am
14150         * src/plugins/trayicon/newmarkedmail.xpm
14151         * src/plugins/trayicon/trayicon.c
14152         * src/plugins/trayicon/unreadmarkedmail.xpm
14153                 Sync with HEAD
14154
14155 2004-11-23 [colin]      0.9.12cvs168.1
14156
14157         * src/partial_download.c
14158         * src/partial_download.h
14159         * src/plugins/pgpmime/plugin.c
14160                 Sync with HEAD
14161
14162 2004-11-23 [colin]      0.9.12cvs166.1
14163
14164         * src/Makefile.am
14165         * src/codeconv.c
14166         * src/compose.c
14167         * src/folderview.c
14168         * src/main.c
14169         * src/partial_download.c
14170         * src/partial_download.h
14171         * src/prefs_account.c
14172         * src/prefs_account.h
14173         * src/privacy.c
14174         * src/privacy.h
14175         * src/procmime.c
14176         * src/common/Makefile.am
14177         * src/common/base64.h
14178         * src/common/partial_download.c
14179         * src/common/partial_download.h
14180         * src/gtk/prefswindow.c
14181         * src/gtk/prefswindow.h
14182         * src/plugins/pgpmime/pgpmime.c
14183         * src/plugins/pgpmime/prefs_gpg.c
14184         * src/plugins/pgpmime/prefs_gpg.h
14185         * src/plugins/pgpmime/sgpgme.c
14186         * src/plugins/pgpmime/sgpgme.h
14187                 Sync with HEAD
14188
14189 2004-11-23 [colin]      0.9.12cvs163.1
14190
14191         * src/main.c
14192                 Sync with HEAD (cursor optimization)
14193
14194 2004-11-23 [colin]      0.9.12cvs162.1
14195
14196         * src/prefs_common.c
14197         * src/prefs_themes.c
14198         * src/procmsg.c
14199                 Sync with HEAD
14200
14201 2004-11-23 [colin]      0.9.12cvs158.9
14202
14203         * src/compose.c
14204                 Fix double-free when forwarding
14205         * src/msgcache.c
14206                 Fix leak on error path
14207                 
14208
14209 2004-11-23 [colin]      0.9.12cvs158.8
14210
14211         * src/compose.c
14212                 Fix possible double-free
14213                 Spotted by Alfons
14214
14215 2004-11-23 [colin]      0.9.12cvs158.7
14216
14217         * src/compose.c
14218                 Fix some signal handlers' prototypes
14219                 Spotted by Alfons
14220
14221 2004-11-22 [colin]      0.9.12cvs158.6
14222
14223         * src/compose.c
14224                 Remove unneeded code and duplicated
14225                 wrapping - patch by Alfons
14226
14227 2004-11-22 [colin]      0.9.12cvs158.5
14228
14229         * src/prefs_themes.c
14230                 Fix oversized selector
14231
14232 2004-11-22 [colin]      0.9.12cvs158.4
14233
14234         * src/compose.c
14235                 fix dump_text()
14236                 patch by Alfons
14237
14238 2004-11-19 [colin]      0.9.12cvs158.3
14239
14240         * src/textview.c
14241                 Add a context menu on links (open, copy)
14242
14243 2004-11-18 [paul]       0.9.12cvs158.2
14244
14245         * src/addrgather.c
14246         * src/exphtmldlg.c
14247         * src/expldifdlg.c
14248         * src/mimeview.c
14249         * src/prefs_common.c
14250         * src/plugins/image_viewer/viewer.c
14251         * src/plugins/spamassassin/spamassassin_gtk.c
14252                 replace deprecated gtk_notebook_set_page
14253                 and gtk_notebook_current_page
14254
14255 2004-11-18 [paul]       0.9.12cvs158.1
14256
14257         * configure.ac
14258         * src/compose.c
14259         * src/mainwindow.c
14260         * src/messageview.c
14261         * src/prefs_common.c
14262         * src/common/utils.c
14263         * src/common/utils.h
14264                 sync with HEAD
14265
14266 2004-11-17 [colin]      0.9.12cvs156.1
14267
14268         * src/prefs_account.c
14269         * src/prefs_account.h
14270         * src/procmsg.c
14271                 Sync with HEAD (add pref to store encrypted mails encrypted)
14272
14273 2004-11-17 [paul]       0.9.12cvs155.1
14274
14275         * ChangeLog
14276         * ChangeLog.claws
14277         * ChangeLog.jp
14278         * NEWS
14279         * configure.ac
14280         * src/compose.c
14281         * src/jpilot.c
14282         * src/privacy.c
14283         * src/procmime.c
14284         * src/procmime.h
14285         * src/procmsg.c
14286         * src/toolbar.c
14287         * src/pixmaps/error.xpm
14288                 sync with HEAD
14289
14290 2004-11-17 [colin]      0.9.12cvs151.1
14291
14292         * src/plugins/pgpmime/pgpmime.c
14293                 Sync with HEAD (remove debug printf)
14294
14295 2004-11-17 [colin]      0.9.12cvs150.1
14296
14297         * src/plugins/pgpmime/pgpmime.c
14298                 Sync with HEAD (off-by-one fix)
14299
14300 2004-11-17 [colin]      0.9.12cvs149.1
14301
14302         * src/procmsg.c
14303                 Sync with HEAD (coding style fixes)
14304
14305 2004-11-16 [colin]      0.9.12cvs148.1
14306
14307         * src/procmsg.c
14308                 Sync with head (Fix the fix)
14309
14310 2004-11-16 [colin]      0.9.12cvs147.1
14311
14312         * src/procmsg.c
14313                 Sync with Main (leak fix)
14314
14315 2004-11-16 [colin]      0.9.12cvs146.14
14316
14317         * src/compose.c
14318                 Remove useless chunk of code
14319                 Patch by Alfons
14320
14321 2004-11-15 [colin]      0.9.12cvs146.13
14322
14323         * src/compose.c
14324                 Fix drafting after insertion
14325                 Patch by Alfons
14326
14327 2004-11-15 [colin]      0.9.12cvs146.12
14328
14329         * src/compose.c
14330         * src/prefs_filtering.c
14331         * src/prefs_filtering_action.c
14332         * src/prefs_toolbar.c
14333                 Fix some const-correctness
14334
14335 2004-11-15 [colin]      0.9.12cvs146.11
14336
14337         * src/summaryview.c
14338         * src/prefs_themes.c
14339         * src/messageview.c
14340                 Fix some leaks
14341
14342 2004-11-15 [colin]      0.9.12cvs146.10
14343
14344         * src/codeconv.c
14345                 More unreadable locale fixes
14346
14347 2004-11-14 [colin]      0.9.12cvs146.9
14348
14349         * src/textview.c
14350                 Fix uri_security_check
14351                 Patch by Alfons
14352
14353 2004-11-13 [paul]       0.9.12cvs146.8
14354
14355         * src/folder.c
14356         * src/procmime.c
14357                 fix 2 bugs introduced in last commit
14358
14359 2004-11-13 [paul]       0.9.12cvs146.7
14360
14361         * src/compose.c
14362         * src/exporthtml.c
14363         * src/exportldif.c
14364         * src/folder.c
14365         * src/imap.c
14366         * src/imap_gtk.c
14367         * src/main.c
14368         * src/mainwindow.c
14369         * src/messageview.c
14370         * src/mh_gtk.c
14371         * src/prefs_themes.c
14372         * src/procmime.c
14373         * src/setup.c
14374         * src/summaryview.c
14375                 replace deprecated g_basename
14376
14377 2004-11-13 [paul]       0.9.12cvs146.6
14378
14379         * src/compose.c
14380         * src/imap.c
14381         * src/matcher_parser.h
14382         * src/matcher_parser_parse.y
14383         * src/prefs_filtering.c
14384         * src/prefs_filtering_action.c
14385         * src/prefs_themes.c
14386         * src/prefs_toolbar.c
14387         * src/common/utils.c
14388                 various small fixes/cleanups
14389
14390 2004-11-12 [colin]      0.9.12cvs146.5
14391
14392         * src/textview.c
14393                 Validate event's origin on visibility notify
14394                 Patch by Alfons.
14395
14396 2004-11-12 [paul]       0.9.12cvs146.4
14397
14398         * src/exporthtml.c
14399         * src/exportldif.c
14400         * src/imap.c
14401         * src/mh.c
14402         * src/mimeview.c
14403         * src/prefs_spelling.c
14404         * src/prefs_themes.c
14405                 replace deprecated g_dirname    
14406
14407 2004-11-12 [colin]      0.9.12cvs146.3
14408
14409         * src/textview.c
14410                 Some coding style fixes
14411
14412 2004-11-12 [colin]      0.9.12cvs146.2
14413
14414         * src/codeconv.c
14415                 We want to replace _all_ extended chars in
14416                 conv_unreadable_*, because any string containing
14417                 extended chars not parsing as UTF8 is 
14418                 undisplayed on gtk2.
14419
14420 2004-11-12 [paul]       0.9.12cvs146.1
14421
14422         * ChangeLog
14423         * ChangeLog.claws
14424         * ChangeLog.jp
14425         * NEWS
14426         * configure.ac
14427         * src/account.c
14428         * src/folderview.c
14429         * src/folderview.h
14430         * src/imap.c
14431         * src/imap_gtk.c
14432         * src/inc.c
14433         * src/mainwindow.c
14434         * src/mh_gtk.c
14435         * src/news_gtk.c
14436         * src/pop.c
14437         * src/prefs_account.c
14438         * src/prefs_account.h
14439         * src/prefs_ext_prog.c
14440         * src/procmime.c
14441         * src/procmime.h
14442         * src/procmsg.c
14443         * src/procmsg.h
14444         * src/summary_search.c
14445         * src/summaryview.c
14446         * src/textview.c
14447         * src/common/defs.h
14448         * src/common/utils.c
14449         * src/common/utils.h
14450         * src/gtk/menu.c
14451         * src/gtk/menu.h
14452                 sync with HEAD
14453
14454 2004-11-11 [colin]      0.9.12cvs144.2
14455
14456         * src/textview.c
14457                 Fix URI range selection (patch by Alfons)
14458
14459 2004-11-09 [colin]      0.9.12cvs144.1
14460
14461         * ChangeLog.claws
14462         * src/compose.c
14463         * src/folder.c
14464         * src/folder_item_prefs.c
14465         * src/prefs_account.c
14466         * src/prefs_account.h
14467         * src/plugins/pgpmime/pgpmime.c
14468                 Sync with HEAD
14469
14470 2004-11-08 [colin]      0.9.12cvs143.1
14471
14472         * src/summaryview.c
14473                 Sync with HEAD (optimize quicksearch)
14474
14475 2004-11-08 [colin]      0.9.12cvs142.2
14476
14477         * src/compose.c
14478                 Don't wrap when Edit/Auto wrapping is disabled
14479
14480 2004-11-08 [colin]      0.9.12cvs142.1
14481
14482         * src/textview.c
14483                 Sync with HEAD
14484
14485 2004-11-08 [colin]      0.9.12cvs141.1
14486
14487         * src/textview.c
14488                 Sync with HEAD (fix some mail URIs)
14489
14490 2004-11-08 [colin]      0.9.12cvs140.3
14491
14492         * src/textview.c
14493                 o Use text cursor instead of arrow when
14494                   not on a link
14495                 o Fix handling of contiguous links (as in
14496                   "colin@colino.net" <colin@colino.net>)
14497                   This one unveils a bug in get_email_part()
14498
14499 2004-11-07 [colin]      0.9.12cvs140.2
14500
14501         * src/textview.c
14502                 Fix memleak. Patch by Alfons.
14503
14504 2004-11-06 [colin]      0.9.12cvs140.1
14505
14506         * src/compose.c
14507                 Sync with HEAD (don't ask passphrase
14508                 when drafting)
14509
14510 2004-11-06 [paul]       0.9.12cvs139.2
14511
14512         * AUTHORS
14513         * src/textview.c
14514         * src/textview.h
14515                 textview URI handling. hovering over a 
14516                 link displays it in the status bar,
14517                 and changes the mouse pointer to a hand 
14518                 cursor. a link is activated with a single 
14519                 click. (Modified from the) patch by Jean-Yves 
14520                 Lefort <jylefort@users.sourceforge.net>
14521                 
14522
14523 2004-11-05 [colin]      0.9.12cvs139.1
14524
14525         * src/compose.c
14526         * src/procmime.c
14527                 Sync with HEAD again ^^
14528
14529 2004-11-05 [colin]      0.9.12cvs139.1
14530
14531         * src/compose.c
14532         * src/procmime.c
14533                 Sync with HEAD
14534
14535 2004-11-03 [paul]       0.9.12cvs138.1
14536
14537         * ChangeLog.claws
14538         * configure.ac
14539         * po/POTFILES.in
14540         * src/prefs_ext_prog.c
14541         * src/procmime.c
14542         * tools/kdeservicemenu/README
14543         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14544         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14545                 sync with HEAD
14546
14547 2004-11-01 [christoph]  0.9.12cvs136.2
14548
14549         * src/procmime.c
14550                 convert MIME parameters to UTF-8
14551
14552 2004-10-29 [colin]      0.9.12cvs136.1
14553
14554         * src/common/utils.c
14555                 Sync with HEAD (don't use '=' in mime boundary)
14556
14557 2004-10-29 [paul]       0.9.12cvs135.1
14558
14559         * configure.ac
14560         * doc/src/rfc2231.txt
14561         * src/procmime.c
14562         * src/common/quoted-printable.c
14563         * src/common/utils.c
14564         * src/common/utils.h
14565                 sync with HEAD
14566
14567 2004-10-27 [paul]       0.9.12cvs134.1
14568
14569         * configure.ac
14570         * src/main.c
14571         * src/procmime.c
14572         * src/plugins/pgpmime/pgpmime.c
14573                 sync with HEAD
14574
14575 2004-10-26 [paul]       0.9.12cvs132.3
14576
14577         * src/account.c
14578         * src/addressbook.c
14579         * src/addrgather.c
14580         * src/addrharvest.c
14581         * src/codeconv.c
14582         * src/compose.c
14583         * src/customheader.c
14584         * src/editaddress.c
14585         * src/editgroup.c
14586         * src/enriched.c
14587         * src/expldifdlg.c
14588         * src/exporthtml.c
14589         * src/exportldif.c
14590         * src/folder.c
14591         * src/foldersel.c
14592         * src/folderview.c
14593         * src/grouplistdialog.c
14594         * src/html.c
14595         * src/imap.c
14596         * src/jpilot.c
14597         * src/ldapserver.c
14598         * src/ldif.c
14599         * src/mimeview.c
14600         * src/news.c
14601         * src/news_gtk.c
14602         * src/pop.c
14603         * src/prefs_display_header.c
14604         * src/prefs_gtk.c
14605         * src/prefs_msg_colors.c
14606         * src/prefs_toolbar.c
14607         * src/procheader.c
14608         * src/procmime.c
14609         * src/summaryview.c
14610         * src/textview.c
14611         * src/toolbar.c
14612         * src/vcard.c
14613         * src/common/mgutils.c
14614         * src/common/nntp.c
14615         * src/common/smtp.c
14616         * src/common/template.c
14617         * src/common/utils.c
14618         * src/common/xmlprops.c
14619         * src/plugins/pgpmime/pgpmime.c
14620         * src/plugins/pgpmime/select-keys.c
14621         * src/plugins/pgpmime/sgpgme.c
14622                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14623                 g_string_sprintfa(), gtk_notebook_current_page()
14624
14625 2004-10-26 [colin]      0.9.12cvs132.2
14626
14627         * src/prefs_folder_item.c
14628                 Fix default-account selection
14629
14630 2004-10-21 [colin]      0.9.12cvs133
14631
14632         * src/compose.c
14633                 Sync with HEAD (Remove extra separator in compose's Options)
14634         * src/textview.c
14635                 Set wrapping to char
14636
14637 2004-10-21 [paul]       0.9.12cvs131.2
14638
14639         * src/compose.c
14640         * src/sourcewindow.c
14641                 fix wrapping
14642                 fix window shrinking 
14643
14644 2004-10-21 [colin]      0.9.12cvs131.1
14645
14646         * ChangeLog.claws
14647         * src/compose.c
14648                 Sync with HEAD
14649
14650 2004-10-21 [paul]       0.9.12cvs130.2
14651
14652         * src/prefs_folder_item.c
14653                 sync with HEAD (Apply to subfolders)
14654
14655 2004-10-19 [colin]      0.9.12cvs130.1
14656
14657         * ChangeLog.claws
14658         * src/compose.c
14659         * src/common/utils.c
14660         * src/gtk/menu.c
14661                 Sync with HEAD
14662
14663 2004-10-19 [colin]      0.9.12cvs128.1
14664
14665         * src/addrbook.c
14666         * src/addrcache.c
14667         * src/addressbook.c
14668         * src/codeconv.c
14669         * src/compose.c
14670         * src/customheader.c
14671         * src/editaddress.c
14672         * src/editgroup.c
14673         * src/exporthtml.c
14674         * src/folder.c
14675         * src/folderview.c
14676         * src/imap.c
14677         * src/jpilot.c
14678         * src/main.c
14679         * src/matcher_parser_parse.y
14680         * src/mbox.c
14681         * src/pop.c
14682         * src/prefs_account.c
14683         * src/prefs_gtk.c
14684         * src/prefs_msg_colors.c
14685         * src/procheader.c
14686         * src/procmime.c
14687         * src/procmime.h
14688         * src/procmsg.c
14689         * src/summaryview.c
14690         * src/textview.c
14691         * src/common/base64.c
14692         * src/common/partial_download.c
14693         * src/common/socket.c
14694         * src/common/sylpheed.c
14695         * src/common/utils.c
14696         * src/common/utils.h
14697         * src/gtk/pluginwindow.c
14698         * src/gtk/quicksearch.c
14699         * src/plugins/clamav/clamav_plugin.c
14700         * src/plugins/clamav/clamav_plugin.h
14701         * src/plugins/clamav/clamav_plugin_gtk.c
14702         * src/plugins/pgpmime/passphrase.c
14703         * src/plugins/pgpmime/pgpmime.c
14704         * src/plugins/pgpmime/plugin.c
14705         * src/plugins/pgpmime/prefs_gpg.c
14706         * src/plugins/pgpmime/prefs_gpg.h
14707         * src/plugins/pgpmime/select-keys.c
14708         * src/plugins/pgpmime/sgpgme.c
14709         * src/plugins/spamassassin/libspamc.c
14710         * src/plugins/spamassassin/spamassassin.c
14711         * src/plugins/spamassassin/spamassassin.h
14712         * src/plugins/spamassassin/spamassassin_gtk.c
14713         * src/plugins/trayicon/trayicon.c
14714         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14715                 Sync with HEAD
14716
14717 2004-10-14 [colin]      0.9.12cvs126.2
14718
14719         * src/codeconv.c
14720         * src/textview.c
14721                 Fix conv_unreadable_locale
14722
14723 2004-10-13 [colin]      0.9.12cvs126.1
14724
14725         * src/compose.c
14726                 Sync with HEAD (don't convert charset for 
14727                 drafted messages, minor cleanup)
14728
14729 2004-10-13 [colin]      0.9.12cvs125.1
14730
14731         * po/POTFILES.in
14732                 Sync with HEAD (POTFILES fix)
14733
14734 2004-10-12 [colin]      0.9.12cvs124.3
14735
14736         * src/compose.c
14737                 Fix encoding bug from latest sync
14738
14739 2004-10-12 [paul]       0.9.12cvs124.2
14740
14741         * src/plugins/pgpmime/prefs_gpg.c
14742         * src/plugins/pgpmime/prefs_gpg.h
14743                 forgotten in last commit        
14744
14745 2004-10-12 [paul]       0.9.12cvs124.1
14746
14747         * ChangeLog.claws
14748         * configure.ac
14749         * m4/spamassassin.m4
14750         * src/Makefile.am
14751         * src/account.c
14752         * src/compose.c
14753         * src/compose.h
14754         * src/crash.c
14755         * src/main.c
14756         * src/mimeview.c
14757         * src/passphrase.c
14758         * src/passphrase.h
14759         * src/prefs_account.c
14760         * src/prefs_account.h
14761         * src/prefs_common.c
14762         * src/privacy.c
14763         * src/privacy.h
14764         * src/procmime.c
14765         * src/procmime.h
14766         * src/procmsg.c
14767         * src/rfc2015.c
14768         * src/rfc2015.h
14769         * src/select-keys.c
14770         * src/select-keys.h
14771         * src/textview.c
14772         * src/common/utils.c
14773         * src/common/utils.h
14774         * src/gtk/about.c
14775         * src/plugins/pgpmime/Makefile.am
14776         * src/plugins/pgpmime/passphrase.c
14777         * src/plugins/pgpmime/passphrase.h
14778         * src/plugins/pgpmime/pgpmime.c
14779         * src/plugins/pgpmime/plugin.c
14780         * src/plugins/pgpmime/select-keys.c
14781         * src/plugins/pgpmime/select-keys.h
14782         * src/plugins/pgpmime/sgpgme.c
14783         * src/plugins/pgpmime/sgpgme.h
14784                 sync with HEAD
14785
14786 2004-10-04 [colin]      0.9.12cvs122.1
14787
14788         * src/mainwindow.c
14789         * src/messageview.c
14790         * src/messageview.h
14791         * src/textview.c
14792                 Sync with HEAD
14793
14794 2004-10-04 [colin]      0.9.12cvs121.1
14795
14796         * src/summaryview.c
14797                 Sync with HEAD
14798
14799 2004-10-04 [paul]       0.9.12cvs120.1
14800
14801         * configure.ac
14802                 sync with HEAD [don't try to build 
14803                 pgpmime plugin when gpgme is disabled]
14804
14805 2004-10-03 [colin]      0.9.12cvs119.3
14806
14807         * src/gtk/gtksctree.c
14808                 Lots of side effects. Put back as before 117.2.
14809         * src/summaryview.c
14810                 Fix bug #602
14811
14812 2004-10-03 [colin]      0.9.12cvs119.2
14813
14814         * src/gtk/gtksctree.c
14815                 Revert 608 fix that doesn't work that good
14816
14817 2004-10-02 [colin]      0.9.12cvs119.1
14818
14819         * src/mainwindow.c
14820         * src/messageview.c
14821         * src/prefs_common.h
14822         * src/procmime.c
14823         * src/procmime.h
14824         * src/textview.c
14825                 Sync with HEAD
14826         * src/gtk/gtksctree.c
14827                 Close bug #608
14828
14829 2004-10-01 [colin]      0.9.12cvs118.1
14830
14831         * src/mimeview.c
14832                 Sync with HEAD (better Save All fix)
14833
14834 2004-10-01 [colin]      0.9.12cvs117.2
14835
14836         * src/gtk/gtksctree.c
14837                 Faster on selection
14838
14839 2004-10-01 [colin]      0.9.12cvs117.1
14840
14841         * src/mimeview.c
14842                 Sync with HEAD (Save All: only attachments)
14843
14844 2004-10-01 [paul]       0.9.12cvs116.1
14845
14846         * ChangeLog.claws
14847         * configure.ac
14848         * src/account.c
14849         * src/prefs_common.c
14850         * src/gtk/colorlabel.c
14851                 sync with HEAD
14852
14853 2004-09-30 [colin]      0.9.12cvs115.1
14854
14855         * src/stock_pixmap.c
14856         * src/stock_pixmap.h
14857         * src/folderview.c
14858         * src/Makefile.am
14859         * src/pixmaps/read.xpm
14860                 Sync with HEAD (new pixmap)
14861
14862 2004-09-29 [colin]      0.9.12cvs114.1
14863
14864         * src/compose.c
14865                 Sync with HEAD
14866                 Fix focus handling in headers
14867
14868 2004-09-29 [paul]       0.9.12cvs113.1
14869
14870         * src/quote_fmt_parse.y
14871                 sync with HEAD
14872  
14873
14874 2004-09-28 [colin]      0.9.12cvs112.1
14875
14876         * src/folderview.c
14877         * src/mainwindow.c
14878                 Sync with HEAD
14879
14880 2004-09-28 [colin]      0.9.12cvs110.1
14881
14882         * src/folderview.c
14883                 Sync with HEAD (Contextual Empty trash menu)
14884
14885 2004-09-28 [colin]      0.9.12cvs108.1
14886
14887         * src/addressbook.c
14888                 Sync with HEAD (addressbook edit on double-click)
14889
14890 2004-09-28 [colin]      0.9.12cvs106.1
14891
14892         * src/inc.c
14893                 Sync with HEAD (folder_item freeze on inc)
14894
14895 2004-09-27 [colin]      0.9.12cvs105.1
14896
14897         * src/folderview.c
14898                 Sync with HEAD (right-align new and unread column)
14899
14900 2004-09-27 [colin]      0.9.12cvs104.1
14901
14902         * src/main.c
14903                 Sync with HEAD (revert 0.9.12cvs101)
14904
14905 2004-09-24 [colin]      0.9.12cvs103.2
14906
14907         * src/wizard.c
14908                 Fix gtk warnings and use domain part of the email address 
14909                 when domain detection fails (no dot in domain name)
14910
14911 2004-09-23 [colin]      0.9.12cvs103.1
14912
14913         * src/plugins/spamassassin/libspamc.c
14914         * src/plugins/spamassassin/libspamc.h
14915         * src/plugins/spamassassin/utils.c
14916         * src/plugins/spamassassin/utils.h
14917                 Sync with HEAD (Update spamassassin to 3.0)
14918
14919 2004-09-21 [colin]      0.9.12cvs102.3
14920
14921         * src/action.c
14922                 Add horizontal scrollbar in action io dialog as needed
14923                 Patch by Alfons.
14924
14925 2004-09-20 [colin]      0.9.12cvs102.2
14926
14927         * src/plugins/image_viewer/viewer.c
14928                 Remove imlib stuff
14929                 use gtk_pixmap_set when clearing
14930                 (would be better to use gtkImages, but causes size-allocate 
14931                 signals storm)
14932
14933 2004-09-17 [paul]       0.9.12cvs102.1
14934
14935         * ChangeLog
14936         * ChangeLog.claws
14937         * ChangeLog.jp
14938         * configure.ac
14939         * src/inc.c
14940                 sync with HEAD
14941
14942
14943 2004-09-17 [colin]      0.9.12cvs101.1
14944
14945         * ChangeLog.claws
14946         * src/main.c
14947                 Sync with HEAD (fix segs at exit)
14948
14949 2004-09-14 [colin]      0.9.12cvs99.5
14950
14951         * src/common/socket.c
14952         * AUTHORS
14953                 Fix send error on 64bit platforms
14954                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14955
14956 2004-09-14 [colin]      0.9.12cvs99.4
14957
14958         * src/action.c
14959                 Fix action output with utf8 
14960                 Patch by Alfons.
14961
14962 2004-09-14 [colin]      0.9.12cvs99.3
14963
14964         * ChangeLog.claws
14965         * src/folder.c
14966                 Sync with HEAD
14967
14968 2004-09-09 [colin]      0.9.12cvs99.2
14969
14970         * src/action.c
14971                 Fix progress bar (displaying "Completed %v/%u")
14972                 Patch by Alfons.
14973
14974 2004-09-08 [colin]      0.9.12cvs99.1
14975
14976         * src/account.c
14977         * src/folder.c
14978         * src/procmsg.c
14979         * src/procmsg.h
14980         * src/plugins/pgpmime/pgpmime.c
14981                 Sync with HEAD
14982
14983 2004-09-08 [colin]      0.9.12cvs97.2
14984
14985         * src/summaryview.c
14986                 Don't select mails in collapsed threads 
14987                 when navigating with up/down
14988
14989 2004-09-07 [colin]      0.9.12cvs97.1
14990
14991         * src/inc.c
14992                 Sync with HEAD (meaningful error messages)
14993
14994 2004-09-06 [colin]      0.9.12cvs96.1
14995
14996         * src/toolbar.c
14997                 Sync with HEAD (fix Redirect graying out)
14998
14999 2004-09-06 [colin]      0.9.12cvs95.1
15000
15001         * src/summaryview.c
15002         * src/mimeview.c
15003                 Sync with HEAD (fix dropped URIs)
15004
15005 2004-09-06 [colin]      0.9.12cvs94.1
15006
15007         * src/addressbook.c
15008         * src/addressitem.h
15009         * src/addritem.c
15010         * src/addritem.h
15011                 Sync with HEAD (addressbook DnD)
15012
15013 2004-09-03 [colin]      0.9.12cvs93.1
15014
15015         * src/summaryview.c
15016                 Sync with HEAD (next/prev unread)
15017
15018 2004-09-03 [colin]      0.9.12cvs92.1
15019
15020         * src/prefs_common.c
15021         * src/prefs_common.h
15022         * src/summaryview.c
15023                 Sync with HEAD ('mark_as_read_delay' pref)
15024
15025 2004-09-02 [colin]      0.9.12cvs91.2
15026
15027         * src/common/xml.c
15028                 Fix leak
15029
15030 2004-09-02 [colin]      0.9.12cvs91.1
15031
15032         * src/gtk/menu.c
15033                 Sync with HEAD (menu accel don't work, but whatever)
15034
15035 2004-09-02 [colin]      0.9.12cvs90.1
15036
15037         * src/account.c
15038                 Sync with HEAD (fix bug 582)
15039
15040 2004-09-02 [colin]      0.9.12cvs89.1
15041
15042         * src/addrindex.c
15043                 Sync with HEAD (free deleted queries)
15044
15045 2004-09-02 [colin]      0.9.12cvs88.1
15046
15047         * src/ldapquery.c
15048                 Sync with HEAD (fix LDAP freezes)
15049
15050 2004-09-02 [colin]      0.9.12cvs87.1
15051
15052         * src/prefs_spelling.c
15053                 Sync with HEAD (add default dictionary)
15054
15055 2004-09-01 [colin]      0.9.12cvs86.1
15056
15057         * src/filtering.c
15058         * src/folderview.c
15059         * src/imap.c
15060         * src/prefs_matcher.c
15061         * src/stock_pixmap.c
15062         * src/summary_search.c
15063         * src/summaryview.c
15064         * src/wizard.c
15065         * src/wizard.h
15066                 Sync with HEAD (uninitialized vars fixes)
15067                 + gtk2 specific warning fixes
15068
15069 2004-08-31 [colin]      0.9.12cvs85.1
15070
15071         * src/folder.c
15072                 Sync with HEAD (Fix memory corruption due to 
15073                 uninitialized var)
15074
15075 2004-08-31 [colin]      0.9.12cvs84.4
15076
15077         * src/summary_search.c
15078                 Fix segfaults when searching in folders with broken headers
15079
15080 2004-08-31 [colin]      0.9.12cvs84.3
15081
15082         * src/compose.c
15083         * src/textview.c
15084                 Fix some more encoding/decoding issues
15085
15086 2004-08-30 [colin]      0.9.12cvs84.2
15087
15088         * src/mimeview.c
15089         * src/prefs_themes.c
15090         * src/gtk/filesel.c
15091         * src/gtk/filesel.h
15092                 Add a folder-mode selection (fixes mimeview's "Save all")
15093
15094 2004-08-29 [colin]      0.9.12cvs84.1
15095
15096         * src/mimeview.c
15097                 Sync with HEAD (don't escape saved filenames)
15098
15099 2004-08-27 [colin]      0.9.12cvs83.1
15100
15101         * ChangeLog
15102         * ChangeLog.claws
15103         * ChangeLog.jp
15104         * src/mh.c
15105         * src/procheader.c
15106         * src/procmsg.c
15107         * src/procmsg.h
15108         * src/common/utils.c
15109         * src/gtk/menu.h
15110         * po/
15111                 Sync with HEAD 0.9.12cvs83 (sync with main)
15112
15113 2004-08-26 [colin]      0.9.12cvs82.4
15114
15115         * src/codeconv.c
15116                 Fix strange stack corruption
15117                 Convert to utf8 after unmime, not before
15118
15119 2004-08-26 [colin]      0.9.12cvs82.3
15120
15121         * src/main.c
15122         * src/wizard.c
15123                 Fix account folders duplication
15124
15125 2004-08-25 [colin]      0.9.12cvs82.2
15126
15127         * src/wizard.c
15128                 Remove ports
15129                 Add SSL selection
15130                 Use login@server as account name
15131
15132 2004-08-25 [colin]      0.9.12cvs82.1
15133
15134         * src/plugins/pgpmime/pgpmime.c
15135                 Sync with HEAD (leak fix).
15136
15137 2004-08-25 [colin]      0.9.12cvs81.1
15138
15139         * src/plugins/pgpmime/pgpmime.c
15140         * src/plugins/pgpmime/sgpgme.c
15141         * src/plugins/pgpmime/sgpgme.h
15142                 Sync with HEAD (Handle combined messages).
15143
15144 2004-08-24 [colin]      0.9.12cvs80.3
15145
15146         * src/wizard.c
15147                 Fix full name, ports, and imap
15148
15149 2004-08-24 [colin]      0.9.12cvs80.2
15150
15151         * src/Makefile.am
15152         * src/main.c
15153         * src/setup.c
15154         * src/setup.h
15155         * src/stock_pixmap.c
15156         * src/stock_pixmap.h
15157         * src/wizard.c ** ADDED **
15158         * src/wizard.h ** ADDED ** 
15159         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15160                 Add a setup wizard 
15161
15162 2004-08-24 [colin]      0.9.12cvs80.1
15163
15164         * src/folder.c
15165                 Sync with HEAD (set mimeflags on all messages)
15166
15167 2004-08-24 [colin]      0.9.12cvs79.3
15168
15169         * src/matcher_parser_lex.l
15170                 Fix 8bits strings not in utf8
15171
15172 2004-08-24 [colin]      0.9.12cvs79.2
15173
15174         * src/compose.c
15175                 Check conversion result before replacing buffer
15176
15177 2004-08-23 [colin]      0.9.12cvs79.1
15178
15179         * src/compose.c
15180                 Sync with HEAD (create message header in memory)
15181
15182 2004-08-23 [colin]      0.9.12cvs78.1
15183
15184         * src/rfc2015.c
15185         * src/rfc2015.h
15186                 Sync with HEAD (fix bug 197 again)
15187
15188 2004-08-23 [colin]      0.9.12cvs77.3
15189
15190         * src/compose.c
15191                 Fix again inline gpg signing (which outputs utf8
15192                 in gtk2). Not syncing this fix to HEAD as this 
15193                 code is meant to die.
15194
15195 2004-08-23 [colin]      0.9.12cvs77.2
15196
15197         * src/prefs_account.h
15198                 Remove useless include
15199
15200 2004-08-23 [colin]      0.9.12cvs77.1
15201
15202         * src/imap.c
15203         * po/es.po
15204         * po/fr.po
15205         * po/it.po
15206         * po/pl.po
15207         * po/pt_BR.po
15208         * po/sk.po
15209         * po/sr.po
15210                 Sync with HEAD (fix bug 577)
15211
15212 2004-08-22 [colin]      0.9.12cvs76.1
15213
15214         * src/plugins/trayicon/trayicon.c
15215                 Sync with HEAD (fix formatting bug)
15216
15217 2004-08-21 [colin]      0.9.12cvs74.2
15218
15219         * src/gtk/colorsel.c
15220                 Fix bug 564 (Folder color selection window exits on any
15221                 keypress)
15222
15223 2004-08-21 [colin]      0.9.12cvs74.1
15224
15225         * ChangeLog.claws
15226         * src/compose.c
15227         * src/summaryview.c
15228         * src/toolbar.c
15229                 Sync with HEAD (fix bug 576)
15230
15231 2004-08-21 [colin]      0.9.12cvs70.1
15232
15233         * src/compose.c
15234         * src/mainwindow.c
15235                 Sync with HEAD
15236                 
15237
15238 2004-08-21 [paul]       0.9.12cvs66.4
15239
15240         * src/mainwindow.c
15241         * src/messageview.c
15242         * src/gtk/menu.c
15243         * src/plugins/spamassassin/spamassassin_gtk.c
15244                 remove some deprecated gtk1 functions
15245
15246
15247 2004-08-21 [colin]      0.9.12cvs66.3
15248
15249         * src/compose.c
15250         * src/codeconv.c
15251                 Fix warnings
15252                 Remove encoding hacks
15253                 Fix bug 575 (Strange character messes up message)
15254                 Don't display conversion error when drafting
15255
15256 2004-08-21 [paul]       0.9.12cvs66.2
15257
15258         * src/prefs_account.c
15259                 fix GnuPG mode bugs
15260
15261
15262 2004-08-20 [colin]      0.9.12cvs66.1
15263
15264         * src/codeconv.c
15265                 Sync with HEAD 0.9.12cvs66
15266
15267 2004-08-20 [paul]
15268
15269         * src/plugins/pgpmime/plugin.c
15270                 modify PGP/MIME plugin's description
15271
15272 2004-08-17 [colin]      0.9.12cvs65.1
15273
15274         * src/common/ssl.c
15275         * src/plugins/pgpmime/plugin.c
15276                 Sync with HEAD
15277
15278 2004-08-14 [colin]      0.9.12cvs60.3
15279
15280         * src/plugins/trayicon/trayicon.c
15281                 Put back resize callback, on size-request signal
15282                 rather than size-allocate to avoid infinite 
15283                 callback loop
15284
15285 2004-08-13 [colin]      0.9.12cvs60.2
15286
15287         * src/common/defs.h
15288                 Cache versions have been fixed
15289
15290 2004-08-13 [colin]      0.9.12cvs60.1
15291
15292         * src/folderutils.c
15293                 Sync with HEAD
15294
15295 2004-08-12 [colin]      0.9.12cvs59.1
15296
15297         * src/plugins/trayicon/trayicon.c
15298                 Sync with HEAD
15299
15300 2004-08-12 [colin]      0.9.12cvs57.5
15301
15302         * sylpheed.desktop
15303         * configure.ac
15304         * src/Makefile.am
15305         * src/main.c
15306                 Add support for Freedesktop.org's startup notification
15307
15308 2004-08-11 [colin]      0.9.12cvs57.4
15309
15310         * src/textview.c
15311                 Fix off-by-one
15312
15313 2004-08-11 [colin]      0.9.12cvs57.3
15314
15315         * src/message_search.c
15316         * src/summary_search.c
15317                 Make searches case insensitive by default
15318         * src/textview.c
15319                 Fix case-insensitive search in message
15320
15321 2004-08-11 [colin]      0.9.12cvs57.2
15322
15323         * src/summary_search.c
15324                 Let case-sensitive be specified
15325
15326 2004-08-10 [colin]      0.9.12cvs55.4
15327
15328         * src/common/socket.c
15329                 Fix the possible race condition
15330
15331 2004-08-09 [paul]       0.9.12cvs55.3
15332
15333         * configure.ac
15334         * src/Makefile.am
15335         * src/common/Makefile.am
15336                 sync with HEAD
15337
15338
15339 2004-08-09 [paul]       0.9.12cvs55.2
15340
15341         * autogen.sh
15342         * po/poconv.sh
15343                 remove unneeded script
15344
15345         * configure.ac
15346                 add forgotten USE_LDAP_TLS (sync with HEAD)
15347
15348
15349 2004-08-09 [colin]      0.9.12cvs55.1
15350
15351         * src/main.c
15352         * src/common/ssl.c
15353         * src/common/sylpheed.c
15354         * src/common/sylpheed.h
15355                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15356
15357 2004-08-09 [paul]       0.9.12cvs54.1
15358
15359         * ChangeLog
15360         * ChangeLog.claws
15361         * ChangeLog.jp
15362         * configure.ac
15363         * po/POTFILES.in
15364         * src/Makefile.am
15365         * src/folderutils.c
15366         * src/main.c
15367         * src/pgpmime.c
15368         * src/pgpmime.h
15369         * src/sgpgme.c
15370         * src/sgpgme.h
15371         * src/plugins/Makefile.am
15372         * src/plugins/pgpmime/.cvsignore
15373         * src/plugins/pgpmime/Makefile.am
15374         * src/plugins/pgpmime/pgpmime.c
15375         * src/plugins/pgpmime/pgpmime.h
15376         * src/plugins/pgpmime/plugin.c
15377         * src/plugins/pgpmime/sgpgme.c
15378         * src/plugins/pgpmime/sgpgme.h
15379                 sync with HEAD
15380
15381 2004-08-08 [paul]       0.9.12cvs51.1
15382
15383         * configure.ac
15384         * src/folder.c
15385                 sync with HEAD
15386
15387 2004-08-07 [colin]      0.9.12cvs50.1
15388
15389         * src/pop.c
15390         * src/common/partial_download.c
15391                 fix warnings (sync from HEAD)
15392
15393 2004-08-07 [colin]      0.9.12cvs48.1
15394
15395         * src/prefs_folder_item.c
15396                 sync with HEAD 0.9.12cvs48
15397
15398 2004-08-06 [colin]      0.9.12cvs47.1
15399
15400         * src/compose.c
15401                 Sync with HEAD
15402
15403 2004-08-06 [christoph]  0.9.12cvs46.2
15404
15405         * src/main.c
15406         * src/plugins/clamav/clamav_plugin_gtk.c
15407         * src/plugins/dillo_viewer/dillo_viewer.c
15408         * src/plugins/image_viewer/plugin.c
15409         * src/plugins/mathml_viewer/mathml_viewer.c
15410         * src/plugins/spamassassin/spamassassin_gtk.c
15411         * src/plugins/trayicon/trayicon.c
15412                 don't mix GTK1.2 plugin with GTK2 plugins
15413
15414 2004-08-06 [colin]      0.9.12cvs46.1
15415
15416         * ChangeLog
15417         * ChangeLog.claws
15418         * ChangeLog.jp
15419         * configure.ac
15420         * sylpheed-claws.pc.in
15421         * src/folder.c
15422         * src/imap.c
15423         * src/localfolder.c
15424         * src/messageview.c
15425         * src/mimeview.c
15426         * src/mimeview.h
15427         * src/msgcache.c
15428         * src/news.c
15429         * src/prefs_ext_prog.c
15430         * src/prefs_folder_item.c
15431         * src/prefs_fonts.c
15432         * src/prefs_msg_colors.c
15433         * src/prefs_spelling.c
15434         * src/prefs_themes.c
15435         * src/prefs_toolbar.c
15436         * src/prefs_wrapping.c
15437         * src/procmime.h
15438         * src/common/defs.h
15439         * src/common/nntp.c
15440         * src/common/session.c
15441         * src/common/session.h
15442         * src/common/socket.c
15443         * src/common/utils.h
15444         * src/common/xml.c
15445         * src/common/xml.h
15446         * src/gtk/prefswindow.c
15447         * src/gtk/prefswindow.h
15448         * src/plugins/clamav/clamav_plugin_gtk.c
15449         * src/plugins/dillo_viewer/dillo_prefs.c
15450         * src/plugins/image_viewer/viewerprefs.c
15451         * src/plugins/spamassassin/spamassassin_gtk.c
15452         * m4/openssl.m4 *** REMOVED ***
15453                 Sync with HEAD 0.9.12cvs46
15454
15455 2004-08-03 [paul]       0.9.12cvs40.2
15456
15457         * src/action.c
15458         * src/addressadd.c
15459         * src/addressbook.c
15460         * src/addrgather.c
15461         * src/browseldap.c
15462         * src/compose.c
15463         * src/crash.c
15464         * src/editaddress.c
15465         * src/editgroup.c
15466         * src/editldap_basedn.c
15467         * src/foldersel.c
15468         * src/importldif.c
15469         * src/mimeview.c
15470         * src/prefs_common.c
15471         * src/prefs_template.c
15472         * src/sourcewindow.c
15473         * src/summaryview.c
15474         * src/gtk/about.c
15475         * src/gtk/foldersort.c
15476         * src/gtk/logwindow.c
15477         * src/gtk/pluginwindow.c
15478         * src/gtk/prefswindow.c
15479                 change all gtk_scrolled_window_set_policy from 
15480                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15481
15482 2004-08-02 [paul]       0.9.12cvs40.1
15483
15484         * AUTHORS
15485                 update translation team section
15486         * po/pt_BR.po
15487                 updated by Frederico Goncalves Guimaraes
15488                 <fggdebian@yahoo.com.br>
15489
15490 2004-07-31 [colin]      0.9.12cvs39.9
15491
15492         * src/exphtmldlg.c
15493                 Fix compilation
15494
15495 2004-07-31 [colin]      0.9.12cvs39.8
15496
15497         * src/exphtmldlg.c
15498                 Fix an alertpanel type
15499
15500 2004-07-30 [colin]      0.9.12cvs39.7
15501
15502         * src/alertpanel.c
15503                 Fix alertpanel_error_log's icon
15504
15505 2004-07-30 [colin]      0.9.12cvs39.6
15506
15507         * src/pop.c
15508                 Two of them should still be warnings
15509
15510 2004-07-30 [colin]      0.9.12cvs39.5
15511
15512         * src/pop.c
15513                 More warning -> error
15514 2004-07-29 [colin]      0.9.12cvs39.4
15515
15516         * src/pop.c
15517                 Warning -> error
15518
15519 2004-07-29 [colin]      0.9.12cvs39.3
15520
15521         * src/prefs_matcher.c
15522                 Fix segfault
15523
15524 2004-07-29 [colin]      0.9.12cvs39.2
15525
15526         * src/alertpanel.c
15527                 More nice-looking alertpanels
15528
15529 2004-07-29 [colin]      0.9.12cvs39.1
15530
15531         * src/messageview.c
15532                 sync with head
15533                 (inform user when partial mail is deleted on server)
15534
15535 2004-07-29 [colin]      0.9.12cvs38.1
15536
15537         * src/messageview.c
15538                 sync with head
15539
15540 2004-07-28 [paul]       0.9.12cvs37.7
15541
15542         * src/mainwindow.c
15543                 complete the replacement of deprecated gtk_progress_*
15544
15545 2004-07-28 [paul]       0.9.12cvs37.6
15546
15547         * src/action.c
15548         * src/inc.c
15549         * src/mainwindow.c
15550         * src/send_message.c
15551         * src/gtk/progressdialog.c
15552         * src/gtk/progressdialog.h
15553                 replace deprecated gtk_progress_*
15554
15555 2004-07-28 [paul]       0.9.12cvs37.5
15556
15557         * src/gtk/filesel.c
15558                 remove gtk_window_set_wmclass()
15559 2004-07-28 [paul]       0.9.12cvs37.4
15560
15561         * src/addressbook.c
15562         * src/compose.c
15563         * src/foldersel.c
15564         * src/mainwindow.c
15565         * src/messageview.c
15566         * src/sourcewindow.c
15567         * src/gtk/logwindow.c
15568                 remove gtk_window_set_wmclass()
15569                 
15570         * src/prefs_filtering.c
15571         * src/prefs_filtering_action.c
15572         * src/prefs_fonts.c
15573         * src/prefs_gtk.c
15574         * src/prefs_matcher.c
15575         * src/ssl_manager.c
15576         * src/gtk/prefswindow.c
15577                 replace gtk_window_position()
15578
15579 2004-07-28 [colin]      0.9.12cvs37.3
15580
15581         * src/alertpanel.c
15582         * src/alertpanel.h
15583                 Add a way to specify panel type for specific
15584                 panels (alertpanel())
15585         * src/account.c
15586         * src/addressbook.c
15587         * src/compose.c
15588         * src/expldifdlg.c
15589         * src/main.c
15590         * src/messageview.c
15591         * src/summaryview.c
15592         * src/textview.c
15593         * src/gtk/sslcertwindow.c
15594                 Fix alertpanel()s so that their icon match
15595                 their real type
15596
15597 2004-07-28 [paul]       0.9.12cvs37.2
15598
15599         * src/addr_compl.c
15600         * src/addressbook.c
15601         * src/alertpanel.c
15602         * src/compose.c
15603         * src/export.c
15604         * src/foldersel.c
15605         * src/folderview.c
15606         * src/grouplistdialog.c
15607         * src/import.c
15608         * src/mainwindow.c
15609         * src/message_search.c
15610         * src/messageview.c
15611         * src/passphrase.c
15612         * src/prefs_actions.c
15613         * src/prefs_common.c
15614         * src/prefs_customheader.c
15615         * src/prefs_display_header.c
15616         * src/prefs_filtering.c
15617         * src/prefs_filtering_action.c
15618         * src/prefs_gtk.c
15619         * src/prefs_matcher.c
15620         * src/prefs_msg_colors.c
15621         * src/prefs_summary_column.c
15622         * src/prefs_template.c
15623         * src/sourcewindow.c
15624         * src/ssl_manager.c
15625         * src/summary_search.c
15626         * src/gtk/colorsel.c
15627         * src/gtk/description_window.c
15628         * src/gtk/gtkaspell.c
15629         * src/gtk/inputdialog.c
15630         * src/gtk/logwindow.c
15631         * src/gtk/prefswindow.c
15632         * src/gtk/progressdialog.c
15633                 replace deprecated gtk_window_set_policy
15634
15635 2004-07-27 [colin]      0.9.12cvs37.1
15636
15637         * src/msgcache.c
15638                 More fixes (synced for head again)
15639
15640 2004-07-27 [colin]      0.9.12cvs35.3
15641
15642         * src/msgcache.c
15643                 Fix wrong test
15644
15645 2004-07-27 [colin]      0.9.12cvs35.2
15646
15647         * src/mimeview.c
15648                 Fix width a bit (by Paul)
15649         * src/alertpanel.c
15650         * src/alertpanel.h
15651                 Specialize icons, make alertpanel_message()
15652                 private
15653         * src/message_search.c
15654         * src/sgpgme.c
15655         * src/summary_search.c
15656                 Suit alertpanel changes
15657
15658 2004-07-27 [colin]      0.9.12cvs35.1
15659
15660         * src/alertpanel.c
15661                 Add an icon
15662         * src/passphrase.c
15663                 Add debug output - maybe someone will
15664                 want to look at the problem with Grab
15665                 Input :)
15666         Bump version as we're synced with HEAD
15667
15668 2004-07-26 [colin]      0.9.12cvs33.26
15669
15670         * src/pop.c
15671                 Fix uidl-file parsing when not in new
15672                 format
15673
15674 2004-07-26 [colin]      0.9.12cvs33.25
15675
15676         * src/gtk/menu.c
15677                 Move popup menu up if necessary (fixes 
15678                 account selector)
15679         * src/mainwindow.c
15680                 Set account selector's button height to
15681                 minimum
15682
15683 2004-07-26 [colin]      0.9.12cvs33.24
15684
15685         * src/alertpanel.c
15686                 Maybe fix 551 (Truncated font in alert window)
15687
15688 2004-07-26 [colin]      0.9.12cvs33.23
15689
15690         * po/de.po
15691         * po/es.po
15692         * po/fr.po
15693         * po/it.po
15694         * po/ja.po
15695         * po/pl.po
15696         * po/ru.po
15697         * po/sk.po
15698         * po/sr.po
15699         * po/zh_CN.po
15700                 Sync po files with HEAD
15701
15702 2004-07-26 [paul]       0.9.12cvs33.22
15703
15704         * src/compose.c
15705                 fix Bug 556 'Organisation-header is sent even if empty'
15706
15707 2004-07-24 [colin]      0.9.12cvs33.21
15708
15709         * src/compose.c
15710         * src/gtk/gtkaspell.c
15711         * src/gtk/gtkaspell.h
15712                 Fix speller accelerators (require hack)
15713
15714 2004-07-24 [colin]      0.9.12cvs33.20
15715
15716         * src/gtk/gtkaspell.c
15717                 Fix over-eager code deletion breaking
15718                 Check while typing
15719
15720 2004-07-24 [colin]      0.9.12cvs33.19
15721
15722         * src/browseldap.c
15723         * src/ldapctrl.c
15724         * src/ldapctrl.h
15725         * src/ldapserver.h
15726                 Sync ldap with HEAD
15727         (Fixes 546 LDAP completely broken)
15728
15729 2004-07-24 [colin]      0.9.12cvs33.18
15730
15731         * src/prefs_msg_colors.c
15732                 Fix prototype mismatch
15733         (Fixes 547 void function cannot return value)
15734
15735 2004-07-24 [colin]      0.9.12cvs33.17
15736
15737         * src/mainwindow.c
15738                 Fix sort going back to previous sort key
15739                 when changing sort direction
15740
15741 2004-07-24 [colin]      0.9.12cvs33.16
15742
15743         * src/compose.c
15744                 Fix space insertion when re-wrapping at 
15745                 cursor point
15746
15747 2004-07-24 [colin]      0.9.12cvs33.15
15748
15749         * src/gtk/gtkaspell.c
15750                 Don't change cursor position in insert-text
15751                 callback
15752         (Fixes 539 Word wrapping on input transposes letters)
15753
15754 2004-07-24 [colin]      0.9.12cvs33.14
15755
15756         * src/gtk/gtkaspell.c
15757                 Reencode non-ascii chars to dictionary's
15758                 encoding
15759         (Fixes 544 Spell check broken non english locale)
15760
15761 2004-07-24 [colin]      0.9.12cvs33.13
15762
15763         * src/summaryview.c
15764                 Fix Shift+Down, add Home/End/PgUp/PgDown
15765
15766 2004-07-21 [colin]      0.9.12cvs33.12
15767
15768         * src/prefs_common.c
15769                 Fix a gtk warning (Patch by Andrej Kacian)
15770
15771 2004-07-21 [colin]      0.9.12cvs33.11
15772
15773         * src/gtk/filesel.c
15774                 More check
15775
15776 2004-07-21 [colin]      0.9.12cvs33.10
15777
15778         * src/compose.c
15779         * src/crash.c
15780         * src/export.c
15781         * src/import.c
15782         * src/messageview.c
15783         * src/mimeview.c
15784         * src/prefs_spelling.c
15785         * src/prefs_themes.c
15786         * src/summaryview.c
15787         * src/gtk/filesel.c
15788         * src/gtk/filesel.h
15789         * src/gtk/pluginwindow.c
15790                 Untwist open/save mode guessing logic, make
15791                 it explicit
15792
15793 2004-07-20 [colin]      0.9.12cvs33.9
15794
15795         * src/codeconv.c
15796                 conv_encode_header: src_charset is UTF-8 on
15797                 gtk2
15798         * src/compose.c
15799                 Remove double encoding of the headers
15800
15801 2004-07-20 [colin]      0.9.12cvs33.8
15802
15803         * src/codeconv.c
15804                 Fix typo
15805
15806 2004-07-20 [colin]      0.9.12cvs33.7
15807
15808         * src/mainwindow.c
15809                 Set the separated messageview to the saved
15810                 size of Claws' messageview (Patch by Alfons)
15811                 Fix a callback prototype (me)
15812
15813 2004-07-20 [colin]      0.9.12cvs33.6
15814
15815         * src/codeconv.h
15816                 Forgot one hunk in 0.9.12cvs33.4
15817
15818 2004-07-19 [colin]      0.9.12cvs33.5
15819
15820         * src/action.c
15821                 Action output fix
15822                 Patch by Alfons
15823
15824 2004-07-19 [colin]      0.9.12cvs33.4
15825
15826         * src/compose.c
15827                 Fix outgoing charset bug in headers
15828         * src/codeconv.c
15829                 Clean for glib2 - Patch by Alfons
15830
15831 2004-07-19 [colin]      0.9.12cvs33.3
15832
15833         * src/statusbar.c
15834                 Remove grip from the statusbar
15835                 Patch by Alfons
15836
15837 2004-07-19 [colin]      0.9.12cvs33.2
15838
15839         * src/messageview.c
15840         * src/textview.c
15841                 Fix messageview remembering the previous
15842                 scroll position when loading a new message
15843                 Patch by Alfons
15844
15845 2004-07-19 [colin]      0.9.12cvs33.1
15846
15847         * src/folder.h
15848         * src/folderview.c
15849         * src/summaryview.c
15850                 Sync with HEAD
15851
15852 2004-07-18 [colin]      0.9.12cvs32.7
15853
15854         * configure.ac
15855                 Remove useless check for XIM - noticed
15856                 by Alfons
15857
15858 2004-07-18 [colin]      0.9.12cvs32.6
15859
15860         * src/summaryview.c
15861                 Remove non-modified and shift-modified
15862                 accelerators in summaryview's popup
15863                 menu, as that doesn't get catched by
15864                 the accel-activate signal catcher...
15865
15866 2004-07-18 [colin]      0.9.12cvs32.5
15867
15868         * src/prefs_common.c
15869                 Define sensible default prefs for 
15870                 wrapping
15871
15872 2004-07-18 [colin]      0.9.12cvs32.4
15873
15874         * src/compose.c
15875         * src/prefs_common.c
15876         * src/prefs_common.h
15877         * src/prefs_wrapping.c
15878                 Remove Smart Wrapping pref, which does
15879                 nothing on gtk2 branch
15880
15881 2004-07-18 [colin]      0.9.12cvs32.3
15882
15883         * src/sourcewindow.c
15884                 Proper utf8
15885
15886 2004-07-18 [colin]      0.9.12cvs32.2
15887
15888         * src/compose.c
15889                 Save attachment status when drafting
15890
15891 2004-07-18 [colin]      0.9.12cvs32.1
15892
15893         * src/gtk/filesel.c
15894                 Fix erratic folder selection in open mode
15895
15896 2004-07-18 [colin]      0.9.12cvs31.11
15897
15898         * src/pop.c
15899                 Don't let partial messages get deleted
15900                 even with "dowload all"
15901                 (0.9.12cvs31.8 fix extension)
15902 2004-07-18 [colin]      0.9.12cvs31.10
15903
15904         * src/gtk/logwindow.c
15905                 Fix log scrolling
15906
15907 2004-07-18 [colin]      0.9.12cvs31.9
15908
15909         * src/common/utils.c
15910                 Fix non-utf8 strings coming from commands
15911                 and files
15912
15913 2004-07-18 [colin]      0.9.12cvs31.8
15914
15915         * src/pop.c
15916                 Fix partial download bug with Download all
15917                 messages option
15918
15919 2004-07-18 [colin]      0.9.12cvs31.7
15920
15921         * src/textview.c
15922                 Fix bug introduced in 0.9.12cvs31.2
15923                 (blocked in select mode after double click)
15924
15925 2004-07-18 [colin]      0.9.12cvs31.6
15926
15927         * src/compose.c
15928         * src/gtk/menu.c
15929                 More glib-warning fixes
15930
15931 2004-07-18 [colin]      0.9.12cvs31.5
15932
15933         * src/compose.c
15934                 Fix trashing the primary clipboard when moving 
15935                 around with tab
15936         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15937
15938 2004-07-18 [colin]      0.9.12cvs31.4
15939
15940         * src/codeconv.c
15941                 convert unencoded iso headers to utf8
15942         (Fix Bug 538 Unencoded local characters in subject make it 
15943          disappear)
15944
15945 2004-07-18 [colin]      0.9.12cvs31.3
15946
15947         * src/compose.c
15948                 Fix tab char handling in wrapping
15949         (Fix Bug 537 Line wrap problem - TAB character treated as 
15950          one character instead of 8)
15951
15952 2004-07-18 [colin]      0.9.12cvs31.2
15953
15954         * src/textview.c
15955                 return FALSE on GDK_MOTION_NOTIFY
15956         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15957          (unable to highlight))
15958
15959 2004-07-18 [colin]      0.9.12cvs31.1
15960
15961         * src/folderview.c
15962                 Sync with 0.9.12cvs31
15963
15964 2004-07-18 [colin]      0.9.12cvs30.4
15965
15966         * src/compose.c
15967                 Also block text_inserted when inserting a file
15968
15969 2004-07-18 [colin]      0.9.12cvs30.3
15970
15971         * src/compose.c
15972                 Fix smart wrapping (block text_inserted handler
15973                 while putting quotation to avoid wrap on input,
15974                 don't join lines if next is sig separator)
15975
15976 2004-07-17 [colin]      0.9.12cvs30.2
15977
15978         * src/folderview.c
15979         * src/mainwindow.c
15980         * src/mimeview.c
15981         * src/summaryview.c
15982         * src/gtk/quicksearch.c
15983         * src/gtk/quicksearch.h
15984                 Block key events handlers *and* accels while
15985                 quicksearch is focused
15986         (Fixes Bug 534 quick-search bar not accepting certain letters)
15987
15988 2004-07-17 [colin]      0.9.12cvs30.1
15989
15990         * src/folder.h
15991         * src/folderview.c
15992         * src/summaryview.c
15993                 Sync with 0.9.12cvs30
15994
15995 2004-07-17 [colin]      0.9.12cvs28.2
15996
15997         * src/mimeview.c
15998         * src/procmime.c
15999         * src/summaryview.c
16000         * src/gtk/menu.c
16001                 Squash some compile and glib warnings
16002
16003 2004-07-17 [paul]       0.9.12cvs28.1
16004
16005         * src/mimeview.c
16006                 sync with 0.9.12cvs28 HEAD
16007
16008 2004-07-16 [paul]       0.9.12cvs26.1
16009         
16010         * src/gtk/quicksearch.c
16011         * src/account.c
16012         * src/account.h
16013         * src/compose.c
16014         * src/customheader.c
16015         * src/folder_item_prefs.c
16016         * src/main.c
16017         * src/mainwindow.c
16018         * src/messageview.c
16019         * src/mimeview.c
16020         * src/news.c
16021         * src/pgpmime.c
16022         * src/pop.c
16023         * src/pop.h
16024         * src/prefs_account.c
16025         * src/prefs_account.h
16026         * src/prefs_common.c
16027         * src/prefs_common.h
16028         * src/prefs_display_header.c
16029         * src/prefs_gtk.c
16030         * src/prefs_gtk.h
16031         * src/procheader.c
16032         * src/procmime.c
16033                 sync with 0.9.12cvs26 HEAD      
16034
16035 2004-07-15 [colin]      0.9.12cvs18.14
16036
16037         * src/folder.c
16038                 Disable GPG signature check during
16039                 folder move and scan
16040         (Closes Bug 521 Signature checking slows down Folder-Move)
16041
16042 2004-07-14 [colin]      0.9.12cvs18.13
16043
16044         * src/common/partial_download.c
16045                 update includes
16046
16047 2004-07-14 [colin]      0.9.12cvs18.12
16048
16049         * src/common/partial_download.c
16050         * src/common/partial_download.h
16051                 Move doc at top, add correct copyright
16052
16053 2004-07-14 [colin]      0.9.12cvs18.11
16054
16055         * src/folder.c
16056         * src/messageview.c
16057         * src/pop.c
16058         * src/pop.h
16059         * src/procmsg.c
16060         * src/summaryview.c
16061         * src/common/Makefile.am
16062         * src/common/partial_download.c ** NEW FILES **
16063         * src/common/partial_download.h ** NEW FILES **
16064                 Move partial-download related stuff to its
16065                 own file
16066
16067 2004-07-14 [colin]      0.9.12cvs18.10
16068
16069         * src/send_message.c
16070                 Fix smtp auth when user is null or empty
16071
16072 2004-07-13 [colin]      0.9.12cvs18.9
16073
16074         * src/gtk/quicksearch.c
16075                 Use alphabetic order
16076
16077 2004-07-13 [colin]      0.9.12cvs18.8
16078
16079         * src/pop.c
16080                 Be paranoid on the checks
16081
16082 2004-07-13 [colin]      0.9.12cvs18.7
16083
16084         * src/gtk/quicksearch.c
16085                 Fix Engrish once again
16086
16087 2004-07-13 [colin]      0.9.12cvs18.6
16088
16089         * src/procmsg.c
16090         * src/summaryview.c
16091                 Mark messages for deletion when they are about to
16092                 be removed from trash
16093
16094 2004-07-13 [colin]      0.9.12cvs18.5
16095
16096         * src/matcher.c
16097         * src/matcher.h
16098         * src/matcher_parser_parse.y
16099         * src/prefs_matcher.c
16100         * src/gtk/quicksearch.c
16101                 Add 'partial' ('p') match string to find partially
16102                 downloaded messages
16103
16104 2004-07-13 [colin]      0.9.12cvs18.4
16105
16106         * src/pop.c
16107                 Fix misplaced block
16108
16109 2004-07-13 [colin]      0.9.12cvs18.3
16110
16111         * src/pop.c
16112         * src/pop.h
16113         * src/messageview.c
16114                 Refactor API (to avoid passing 5+ params and code
16115                 duplication)
16116         * src/folder.c
16117         * src/msgcache.c
16118         * src/procheader.c
16119         * src/common/defs.h
16120                 Add planned_download to cache
16121                 Don't mess uidl file when moving partially downloaded
16122                 mails (they change folder, we should change it in the
16123                 uidl list too or we'll remove an incorrect message)
16124                 (this also helps removing hacks when changing 
16125                 planned_download in messageview.c)
16126
16127 2004-07-12 [colin]      0.9.12cvs18.2
16128
16129         * src/gtk/quicksearch.c
16130                 Fix missing status update in quicksearch
16131
16132 2004-07-12 [paul]       0.9.12cvs18.1
16133
16134         * po/POTFILES.in
16135         * src/Makefile.am
16136         * src/account.c
16137         * src/codeconv.c
16138         * src/compose.c
16139         * src/inc.c
16140         * src/main.c
16141         * src/prefs_common.c
16142         * src/procmsg.h
16143         * src/toolbar.c
16144         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16145         * src/prefs_wrapping.[ch]       ** NEW FILES **
16146         * src/common/intl.h
16147         * src/common/utils.[ch]
16148         * src/gtk/quicksearch.[ch]
16149                 sync with 0.9.12cvs18 HEAD
16150
16151 2004-07-12 [colin]      0.9.11cvs17.25
16152
16153         * src/folder.c
16154         * src/folder.h
16155                 Remove unused function added by me in 0.9.11cvs17.10
16156
16157 2004-07-11 [colin]      0.9.11cvs17.24
16158
16159         * src/inc.c
16160         * src/messageview.c
16161         * src/pop.c
16162         * src/pop.h
16163                 Use folderitem and msgnum instead of filename to
16164                 know which mail to delete
16165                 Move old partial mail deletion to pop.c
16166
16167 2004-07-10 [colin]      0.9.11cvs17.23
16168
16169         * src/inc.c
16170                 Add debug
16171         * src/pop.c
16172         * src/pop.h
16173                 Don't re-use same enums for unrelated stuff: it's 
16174                 completely misleading !
16175                 Document a bit
16176
16177 2004-07-09 [colin]      0.9.11cvs17.22
16178
16179         * src/inc.c
16180                 Remove folder-type check and do
16181                 more tests to be sure everything's
16182                 ok
16183         * src/messageview.c
16184                 Punctuation update, remove useless
16185                 code, fix two warnings
16186         * src/noticeview.c
16187                 Layout cleaning, reset 2nd button
16188                 when specifying one
16189
16190 2004-07-09 [colin]      0.9.11cvs17.21
16191
16192         * src/messageview.c
16193         * src/pop.c
16194         * src/pop.h
16195                 Allow user to change his mind
16196                 and postpone decision (by
16197                 unmarking the mail)
16198
16199 2004-07-09 [colin]      0.9.11cvs17.20
16200
16201         * src/messageview.c
16202                 Fix bug with delete state
16203         * src/pop.c
16204         * src/pop.h
16205                 Fix buffer leak (fread doesn't 
16206                 terminate buffers with \0)
16207                 Refactoring (remove magic 
16208                 numbers)
16209
16210 2004-07-09 [colin]      0.9.11cvs17.19
16211
16212         * src/pop.c
16213                 Don't log "Skipping message" if 
16214                 we're going to TOP it two lines
16215                 later
16216
16217 2004-07-09 [colin]      0.9.11cvs17.18
16218
16219         * src/messageview.c
16220                 Fix Engrish
16221
16222 2004-07-09 [colin]      0.9.11cvs17.17
16223
16224         * src/pop.c
16225                 strlen checking...
16226         * src/messageview.c
16227                 refactoring a bit
16228
16229 2004-07-08 [colin]      0.9.11cvs17.16
16230
16231         * src/noticeview.c
16232         * src/noticeview.h
16233                 Add an optional second button
16234         * src/messageview.c
16235         * src/pop.c
16236         * src/pop.h
16237                 Don't delete partially received mails after a certain
16238                 time; rather, let the user decide.
16239
16240 2004-07-08 [colin]      0.9.11cvs17.15
16241
16242         * src/common/smtp.h
16243                 Sync with HEAD
16244
16245 2004-07-08 [colin]      0.9.11cvs17.14
16246
16247         * src/messageview.c
16248         * src/common/smtp.c
16249                 Use to_human_readable() for sizes
16250
16251 2004-07-08 [colin]      0.9.11cvs17.13
16252
16253         * src/inc.c
16254         * src/messageview.c
16255         * src/pop.c
16256         * src/pop.h
16257         * src/procmsg.c
16258                 Fix partial-downloading issues:
16259                         catch unsupported TOP
16260                         don't delete partially downloaded mails before 5 days
16261                         don't update existing with non-MH folders; that'll
16262                         make dups, but it's better than trashing the folder
16263                         free new msginfo parts
16264                 Fix indentation ;-)
16265
16266 2004-07-08 [colin]      0.9.11cvs17.12
16267
16268         * src/common/smtp.c
16269         * src/common/smtp.h
16270                 Sync smtp size verification with HEAD
16271
16272 2004-07-08 [colin]      0.9.11cvs17.11
16273
16274         * src/summaryview.c
16275         * src/prefs_common.c
16276         * src/prefs_common.h
16277         * src/gtk/quicksearch.c
16278         * src/gtk/quicksearch.h
16279                 Sync sticky pref with HEAD
16280
16281 2004-07-08 [colin]      0.9.11cvs17.10
16282
16283         * src/folder.c [1.213.2.6]
16284         * src/folder.h [1.87.2.6]
16285         * src/inc.c [1.149.2.7]
16286         * src/messageview.c [1.94.2.8]
16287         * src/procheader.c [1.47.2.6]
16288         * src/procmsg.c [1.150.2.4]
16289         * src/procmsg.h [1.60.2.5]
16290         * src/pop.c [1.56.2.4]
16291         * src/pop.h [1.17.2.3]
16292                 Let too big messages get downloaded, but truncated
16293                 Add a button to download them completely
16294                 
16295 2004-07-06 [colin]      0.9.11cvs17.9
16296
16297         * src/gtk/quicksearch.c [1.1.2.3]
16298                 Add a Clear button
16299         * commitHelper
16300         * PATCHSETS
16301                 Add a script to help with cvs
16302
16303 2004-07-03 [colin]      0.9.11cvs17.8
16304
16305         * src/plugins/imageviewer/viewer.c
16306                 fix imageviewer (which was staying on the first
16307                 displayed image)
16308
16309 2004-07-03 [colin]      0.9.11cvs17.7
16310
16311         Removed FIXME_GTK2 warnings
16312         * src/gtk/gtkutils.c
16313                 useless #warnings
16314         * src/gtk/menu.c
16315                 useless #warnings (no need to mess with menu rc)
16316         * src/gtk/menu.h
16317                 unused functions
16318         
16319
16320 2004-07-03 [colin]      0.9.11cvs17.6
16321
16322         Removed FIXME_GTK2 warnings
16323         * src/codeconv.c
16324                 useless #warnings (rewrite needed)
16325         * src/compose.c
16326                 useless #warnings (rewrite needed)
16327                 useless #warnings (gtk2 is like that)
16328                 useless #warnings (previously fixed)
16329         * src/main.c
16330                 useless #warnings (previously fixed)
16331         * src/message_search.c
16332                 useless #warnings (gtk2 is like that)
16333                 Made apparent that search is case-sensitive
16334         * src/mimeview.c
16335                 useless #warnings (rewrite needed)
16336                 useless #warnings (gtk2 is like that)
16337                 reimplemented real warnings
16338         * src/prefs_common.c
16339                 Removed block cursor option (not it gtk2)
16340         * src/prefs_gtk.c
16341                 useless #warnings (rewrite needed)
16342         * src/procheader.c
16343                 useless #warnings (rewrite needed)
16344         * src/sourcewindow.c
16345                 useless #warnings (incorrect placing)
16346         * src/summary_search.c
16347                 useless #warnings (gtk2 is like that)
16348                 Made apparent that search is case-sensitive
16349         * src/action.c
16350                 useless #warnings (gtk2 is like that)
16351         * src/textview.c
16352                 useless #warnings (rewrite needed)
16353         * src/toolbar.c
16354                 useless #warnings (rewrite needed)
16355
16356 2004-07-03 [colin]      0.9.11cvs17.5
16357
16358         * src/textview.c
16359                 Fix mismerge which broke URI opening
16360                 
16361 2004-07-01 [colin]      0.9.11cvs17.4
16362
16363         * src/gtk/filesel.c
16364                 Fill filename when saving
16365                 
16366 2004-06-27 [colin]      0.9.11cvs17.3
16367
16368         * src/gtk/filesel.[ch]
16369                 Use the new GTK file selector
16370                 Update prototype to match the reality: multiple file
16371                 selection is open-only          
16372         * src/compose.c
16373                 Match the new prototypes        
16374         * configure.ac
16375                 Match the new requirements (gtk 2.4.0)
16376                         
16377 2004-06-26 [colin]      0.9.11cvs17.2
16378
16379         * src/plugins/trayicon/trayicon.c
16380                 Remove useless signal handler on resize, which causes
16381                 an infinite "loop"
16382         
16383 2004-06-26 [colin]      0.9.11cvs17.1
16384         
16385         * tools/Makefile.am
16386                 remove launch_firebird and add nautilus2sylpheed.sh
16387         * src/quicksearch.c
16388           src/summaryview.c
16389                 Fix show/hide "Extended symbols" button problem
16390                 Fix apparition at startup
16391                 Fix const warnings
16392         * src/plugins/image_viewer/Makefile.am
16393                 Fix configure 
16394         * common/ssl.c
16395                 Re-enable certificate check, as it doesn't seem to
16396                 cause Xlib errors anymore
16397
16398 2004-06-25 [paul]       0.9.11cvs17
16399
16400         * sync with 0.9.11cvs17 HEAD
16401         
16402         NOTE: QuickSearch is broken
16403
16404 2004-06-07 [colin]      0.9.10claws67.10
16405         * src/plugins/trayicon/trayicon.c
16406           src/plugins/trayicon/libeggtrayicon/Makefile.am
16407           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16408                 Fix gettextization in trayicon plugin
16409
16410 2004-06-07 [colin]      0.9.10claws67.9
16411         
16412         * src/summaryview.c
16413           src/gtk/gtksctree.[ch]
16414                 Let Shift+{Up,Down} work in summaryview
16415                 (well, Down "works" and Up works)
16416                 Let the list scroll when using these keys
16417
16418 2004-06-06 [colin]      0.9.10claws67.8
16419
16420         * src/plugins/trayicon/trayicon.c
16421                 Fix pixmap update
16422
16423 2004-06-06 [colin]      0.9.10claws67.7
16424
16425         * src/addressbook.c
16426                 Fix signal handling causing system-wide focus grab
16427
16428 2004-05-25 [paul]       0.9.10claws67.6
16429
16430         * Makefile.am
16431           src/Makefile.am
16432                 clean up
16433
16434 2004-05-25 [paul]       0.9.10claws67.5
16435
16436         * replace deprecated gtk_signal... functions
16437
16438 2004-05-23 [colin]      0.9.10claws67.4
16439
16440         * src/compose.c
16441                 Fix wrapping
16442
16443 2004-05-22 [colin]      0.9.10claws67.3
16444
16445         * src/compose.c
16446                 Re-fix [Edited] in compose.c::compose_reedit()
16447
16448 2004-05-22 [colin]      0.9.10claws67.2
16449
16450         * src/procmime.c
16451                 Fix parsing of multiparts mails
16452
16453 2004-05-22 [colin]      0.9.10claws67.1
16454
16455         * src/summaryview.c
16456                 Fix quicksearch
16457
16458 2004-05-22 [paul]       0.9.10claws67
16459
16460         * sync with 0.9.10claws67 HEAD
16461
16462 2004-05-14 [alfons]
16463
16464         * src/procmime.h
16465                 add forgotton prototype
16466
16467 2004-05-10 [paul]       0.9.10claws57
16468
16469         * sync with 0.9.10claws57 HEAD
16470
16471 2004-05-05 [paul]       0.9.9.claws1
16472
16473         * ChangeLog-gtk2        ** REMOVED **
16474           ChangeLog-gtk2.claws  ** ADDED **
16475                 rename and adopt the normal claws format
16476                 
16477         * configure.ac
16478                 require gtkmathview >= 0.5
16479
16480         * ac/*                          ** REMOVED **
16481           ac/                           ** REMOVED **
16482           intl/Makefile.in              ** REMOVED **
16483           m4/                           ** ADDED **
16484           m4/missing                    ** ADDED **
16485           m4/missing/gdk-pixbuf.m4      ** ADDED **
16486           m4/missing/gettext.m4         ** ADDED **
16487           m4/missing/gpgme.m4           ** ADDED **
16488           m4/missing/imlib.m4           ** ADDED **
16489           m4/.cvsignore                 ** ADDED **
16490           m4/Makefile.am                ** ADDED **
16491           m4/README                     ** ADDED **
16492           m4/aclocal-include.m4         ** ADDED **
16493           m4/aspell.m4                  ** ADDED **
16494           m4/check-type.m4              ** ADDED **
16495           m4/gnupg-check-typedef.m4     ** ADDED **
16496           m4/openssl.m4                 ** ADDED **
16497           m4/spamassassin.m4            ** ADDED **
16498           po/ChangeLog                  ** REMOVED **
16499           po/Makefile.in.in             ** REMOVED **
16500           po/Rules-quot                 ** REMOVED **
16501           po/boldquot.sed               ** REMOVED **
16502           po/en@boldquot.header         ** REMOVED **
16503           po/en@quot.header             ** REMOVED **
16504           po/insert-header.sin          ** REMOVED **
16505           po/quot.sed                   ** REMOVED **
16506           po/remove-potcdate.sed        ** REMOVED **
16507           po/remove-potcdate.sin        ** REMOVED **
16508           po/stamp-po                   ** REMOVED **
16509           Makefile.am
16510           autogen.sh
16511           configure.ac
16512                 enable building with automake 1.8.x
16513                 add 'autopoint --force' to autogen.sh and remove all
16514                 auto-generated files, remove ac/ directory and use
16515                 m4/ directory instead
16516                 
16517         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16518                 fix gettextization
16519
16520 2004-02-28 Colin Leroy <colin@colino.net>
16521         * src/prefs_matcher.c
16522           src/prefs_filtering.c
16523           src/prefs_filtering_action.c
16524                 Fix non-editable GtkEntries
16525
16526 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16527         * src/prefs_themes.c
16528                 utf8 conversion for theme info
16529
16530 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16531         * sync 0.9.9claws
16532
16533 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16534         * src/grouplistdialog.c
16535                 allow multiple selections without ctrl key
16536
16537 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16538         * src/main.c
16539                 enable customizable accelerators
16540
16541 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16542         * src/prefs_common.c
16543                 re-enable different font settings for gtk1/2
16544         * src/prefs_folder_item.c
16545                 fix folder prefs displayed wrong
16546         * src/textview.c
16547                 set 'sunken' shadow type
16548
16549 2004-02-07 Colin Leroy <colin@colino.net>
16550         * src/compose.c
16551                 Fix message being always [Edited]
16552                 Encode headers correctly (utf8 buf)
16553
16554 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16555         * src/socket.c
16556                 remove double g_source_attach()
16557                 (Thanks to Colin Leroy)
16558
16559 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16560         * src/gtk/gtksctree.c
16561                 Fix SSL certificate list not shown
16562         * src/mimeview.c
16563                 Fix clicks in mime tree
16564
16565 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16566         * src/common/socket.c
16567                 Fix SSL receive
16568         * src/compose.c
16569                 Fix clipboard menu hotkeys
16570
16571 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16572         * src/gtk/gtkaspell.[ch]
16573           src/compose.c
16574                 reimplement spellchecker
16575
16576 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16577         * src/gtk/filesel.c
16578                 crash when inserting file in compose window
16579                 (TODO: keep old selection on clicks)
16580         * src/main.c
16581                 use gtkrc-2.0 instead of gtkrc
16582
16583 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16584         * src/messageview.c
16585                 remove orphaned mimeview unref()
16586
16587 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16588         * src/grouplistdialog.c
16589                 expand nodes containing subscribed groups
16590
16591 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16592         * src/textview.c
16593                 textview: hide cursor, restore old click behaviour
16594
16595 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16596         * src/textview.c
16597                 variable names messed up
16598
16599 2004-01-17 Colin Leroy <colin@colino.net>
16600         * src/addr_compl.c
16601                 Fix completion address too thin
16602         * src/compose.c
16603                 Fix tab-to-subject behaviour
16604         * src/summaryview.c
16605                 Implement key up & down in summaryview
16606
16607 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16608
16609         * sync 098claws
16610
16611 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16612         * configure.ac
16613           Makefile.am
16614           doc/.cvsignore
16615           doc/Makefile.am
16616                 faq, man, manual moved to doc/
16617         * ac/aspell.m4
16618           ac/check-type.m4
16619           ac/gnupg-check-typedef.m4
16620           ac/openssl.m4
16621           ac/spamassassin.m4
16622           ac/missing/gdk-pixbuf.m4
16623           ac/missing/gpgme.m4
16624           ac/missing/imlib.m4
16625                 fix automake warnings
16626
16627 2003-12-06 Colin Leroy <colin@colino.net>
16628         * src/summaryview.c
16629                 Fix quicksearch
16630
16631 2003-12-05 Colin Leroy <colin@colino.net>
16632         * src/summaryview.c
16633                 Fix going to next unread folder
16634
16635 2003-12-05 Colin Leroy <colin@colino.net>
16636         * src/crash.c
16637                 Fix gtk2 compilation
16638         * src/session.c
16639                 Remove iotag source handler at disconnection
16640         * src/socket.[ch] 
16641                 Remove source handler when closing socket 
16642                 (fixes another seg)
16643
16644 2003-12-04 Colin Leroy <colin@colino.net>
16645         * src/compose.c
16646           src/prefs_account.c
16647           src/prefs_common.c
16648                 Fix some dropdown menus
16649
16650 2003-12-04 Colin Leroy <colin@colino.net>
16651         * src/compose.c
16652                 Fix event handlers on header fields
16653         * src/common/socket.c
16654           src/common/session.c
16655                 Fix segfault with callback (SSL)
16656                 Fix end of session 
16657
16658 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16659
16660         * Fix compile bug in src/compose.c
16661         * removed src/gtk/gtkstext.[ch]
16662
16663 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16664
16665         * Convert character set and escape "text" attributes in toolbar setting
16666         files.
16667         * Fixed bug in button-press-event handling.
16668
16669 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16670
16671         * Fixed bug in key-press-event handling.
16672
16673 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16674
16675         * Enabled to compile tray-icon plugin (Ad-hoc).
16676         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16677
16678 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16679
16680         * Enabled to compile on sylpheed-claws.
16681         (tray-icon plugin still cannot compile yet.)
16682
16683 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16684
16685         * Updated to 0.9.5.
16686
16687 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16688
16689         * Updated to 0.9.4.
16690         * Ported monitoring SSL mechanism to GSource of GLib2
16691         (I don't confirm it)
16692         * Added _gtk2 suffix to key name of font preference to avoid
16693         ovverwriting preference of Gtk+-1.2 version.
16694
16695 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16696
16697         * Updated to 0.9.2.
16698
16699 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16700
16701         * Updated to 0.9.1.
16702         * Translate po files into UTF-8 when execute autogen.sh.
16703
16704 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16705
16706         * Updated to 0.9.0.
16707
16708 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16709
16710         * Plugged GError related memory leaks.
16711
16712 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16713
16714         * Changed default size of fonts.
16715         * Enabled to set titile font size of warning dialog.
16716
16717 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16718
16719         * Embed a sylpheed icon into executable binary on Windows.
16720
16721 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16722
16723         * I forgot to traslate character set of element string in src/xml.c.
16724
16725 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16726
16727         * Fixed detecting bind_textdomain_codeset in configure.in.
16728         * The bug in which "Example" of "Date fromat" preference isn't displayed
16729         correctly has been fixed.
16730
16731 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16732
16733         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16734           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16735           glib-gettextize
16736           Removed intl directory.
16737           Translated po files into UTF-8.
16738           (Thanks! Ryuji Abe)
16739
16740 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16741
16742         * The bug which doesn't unscape string in xml.c has been fixed.
16743
16744 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16745
16746         * The bug which is failed to translate encoding of file name thorough
16747         file dialog has been fixed.
16748
16749 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16750
16751         * Modified to translate file names which is used in inporting/expoting
16752         mbox feature and "Save as" feature into locale encoding.
16753         * Translate file names into locale encoding when "Attache file" and
16754         "Insert file".
16755         * Force set G_BROKEN_FILENAMES environment variable.
16756         * Other minor fixes.
16757
16758 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16759
16760         * Modified to treat MH folder's name as locale encoding.
16761
16762 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16763
16764         * The bug which clash on switching candidates of auto completion of
16765         addresses, cannot use auto completion in Japanesse is fixed
16766         (Thanks! Tokunaga-san)¡¥
16767
16768 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16769
16770         * The bug which cannot switch key accelerator preference has been fixed
16771         (Thanks! smbd-san)¡¥
16772
16773 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16774
16775         * version 0.8.11-gtk2-20030314
16776
16777 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16778
16779         * The bug in which character set conversion of filtering messages has
16780         been fixed.(Thanks! COCOA-san).
16781
16782 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16783
16784         * Revived "Leave space on head" preference in "Message" category.
16785         * A bug which clash when put the cursor to end of buffer and execute
16786         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16787
16788 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16789
16790         * version 0.8.11-gtk2-20030312
16791
16792 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16793
16794         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16795         * Modified to use Pango's API directly for font preference.
16796         * Integrated GtkTextView of textview to one widget.
16797         * Set fonts of header title in textview by "header_title" tag.
16798         * Removed some deprecated codes.
16799
16800 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16801
16802         * Updated to 0.8.11.
16803         * Merged cygwin patch(Thanks! Sakai-san).
16804
16805 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16806
16807         * version 0.8.10-gtk2-20030309