2007-08-18 [paul] 2.10.0cvs129
[claws.git] / ChangeLog
1 2007-08-18 [paul]       2.10.0cvs129
2
3         * src/summaryview.c
4                 add missing menu update
5
6 2007-08-17 [colin]      2.10.0cvs128
7
8         * src/folder.c
9                 Set batching after getting flags - maybe fixes
10                 bug 1292, 'CM crashes on writing mail'
11
12 2007-08-16 [ticho]      2.10.0cvs127
13
14         * src/prefs_send.c
15                 Convert two GtkOptionMenu widgets to new GtkComboBox.
16         * src/gtk/combobox.h
17         * src/gtk/gtkutils.c
18                 Allow NULL for GtkComboBox menuitem label, rendering such
19                 items as row separators.
20
21 2007-08-16 [paul]       2.10.0cvs126
22
23         * src/plugins/trayicon/trayicon.c
24                 remove wrongly used gettextisation
25
26 2007-08-15 [ticho]      2.10.0cvs125
27
28         * src/importldif.c
29                 Fixed a runtime warning where an attempt to pack an
30                 already packed GtkLabel was made.
31
32 2007-08-15 [ticho]      2.10.0cvs124
33
34         * src/prefs_compose_writing.c
35                 Convert the insert-or-attach-dragged-files GtkOptionMenu
36                 into GtkComboBox.
37
38 2007-08-14 [ticho]      2.10.0cvs123
39
40         * src/messageview.c
41         * src/gtk/gtkutils.c
42                 Changed return receipt account selector to GtkComboBox.
43                 Fixed a runtime warning where GTK tried to parse
44                 "name <email@address" as a Pango markup in an alertpanel label.
45
46 2007-08-14 [ticho]      2.10.0cvs122
47
48         * src/prefs_logging.c
49                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
50
51 2007-08-14 [wwp]        2.10.0cvs121
52
53         * tools/Makefile.am
54         * tools/README
55         * tools/popfile-link.sh
56                 Added a new tool: POPFile helper, to open
57                 selected messages in POPFile control center,
58                 in order to change the messages' status.
59
60 2007-08-14 [ticho]      2.10.0cvs120
61
62         * src/compose.c
63         * src/prefs_common.c
64         * src/prefs_common.h
65         * src/prefs_send.c
66         * src/send_message.c
67                 Change "Show send dialog" optionmenu to a checkbutton.
68         * src/prefs_receive.c
69                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
70
71 2007-08-13 [wwp]        2.10.0cvs119
72
73         * src/addr_compl.c
74         * src/addressbook.c
75         * src/addrindex.c
76         * src/compose.c
77         * src/filtering.c
78         * src/folderview.c
79         * src/inc.c
80         * src/matcher.c
81         * src/mh.c
82         * src/partial_download.c
83         * src/prefs_gtk.c
84         * src/procmsg.c
85         * src/stock_pixmap.c
86         * src/summaryview.c
87         * src/common/utils.c
88         * src/gtk/gtkaspell.c
89         * src/gtk/menu.c
90                 Make sure we never pass NULL pointers for %s substitutions
91                 (prevent from crashing in Windows).
92
93 2007-08-13 [wwp]        2.10.0cvs118
94
95         * src/msgcache.c
96                 Re-enable mmap_reads in Windows with some missing
97                 CloseHandle of mapping objects, thanks to
98                 Marcus Brinkmann.
99
100 2007-08-13 [paul]       2.10.0cvs117
101
102         * src/common/utils.c
103                 fix bug 1287, 'Compile time problem on Solaris
104                 (nexenta gnu/Solaris) utils.c'
105                 Thanks to Piotr Chrzczonowicz
106
107 2007-08-12 [wwp]        2.10.0cvs116
108
109         * src/plugins/pgpcore/prefs_gpg.c
110                 Don't try to unset a GPG_AGENT_INFO that was not
111                 set (and don't use a NULL string in Windows, it was
112                 crashing with --debug if GPG_AGENT_INFO was not set).
113
114 2007-08-12 [wwp]        2.10.0cvs115
115
116         * src/privacy.h
117                 Make gcc type-check arguments passed to privacy_set_error().
118
119 2007-08-12 [ticho]      2.10.0cvs114
120
121         * src/prefs_folder_item.c
122                 Make sure that folder default account combobox always has some
123                 account preselected.
124         * src/gtk/combobox.c
125                 Handle empty combobox gracefully (warning instead of crash).
126
127 2007-08-12 [ticho]      2.10.0cvs114
128
129         * src/prefs_folder_item.c
130                 Make sure that folder default account combobox is not empty.
131         * src/gtk/combobox.c
132                 Handle empty combobox gracefully (warning instead of crash).
133
134 2007-08-11 [paul]       2.10.0cvs113
135
136         * src/addrgather.c
137         * src/folderview.c
138                 use 'subfolder' instead of 'sub-folder', matching
139                 everywhere else the term is used
140         * src/imap_gtk.c
141                 fix engrish
142
143 2007-08-10 [wwp]        2.10.0cvs112
144
145         * src/msgcache.c
146                 Disable mmap reads in Windows only (at least temporarily), they
147                 prevent from renaming/removing target cache files.
148
149 2007-08-10 [paul]
150
151         3.0.0-rc2 released
152
153 2007-08-10 [wwp]        2.10.0cvs111
154
155         * src/msgcache.c
156                 fix unpredictable crashes in Windows due to broken
157                 cache/mark/tags files writting (file were opened for
158                 writing in text mode).
159
160         * src/recv.c
161                 use gettimeofday() from w32lib.h on Windows.
162
163 2007-08-10 [colin]      2.10.0cvs110
164
165         * src/imap.c
166         * src/etpan/imap-thread.c
167         * src/etpan/imap-thread.h
168                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
169
170 2007-08-09 [colin]      2.10.0cvs109
171
172         * src/editldap.c
173                 Fix port being reset to 636 on SSL
174         * src/folder.c
175                 Fix folder_item_get_msg_num_by_file
176                 on drafts/queue folders
177
178 2007-08-09 [wwp]        2.10.0cvs108
179
180         * src/folder.c
181                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
182                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
183
184
185 2007-08-09 [colin]      2.10.0cvs107
186
187         * src/folderview.c
188         * src/summaryview.c
189         * src/gtk/prefswindow.c
190                 A few Maemo layout fixes
191
192 2007-08-09 [paul]       2.10.0cvs106
193
194         * src/prefs_account.c
195                 remove the hyphen from plug-ins to
196                 match everywhere else
197
198 2007-08-08 [wwp]        2.10.0cvs105
199
200         * src/prefs_folder_item.c
201                 Fix an extraneous stealth ^L char.
202
203 2007-08-08 [wwp]        2.10.0cvs104
204
205         * src/prefs_folder_item.c
206                 Better fix, group variables declarations (USE_ASPELL).
207
208 2007-08-08 [wwp]        2.10.0cvs103
209
210         * src/prefs_folder_item.c
211                 Fix compilation w/ USE_ASPELL set (broken
212                 by 2.10.0cvs102).
213
214 2007-08-08 [ticho]      2.10.0cvs102
215
216         * src/prefs_folder_item.c
217                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
218
219 2007-08-08 [colin]      2.10.0cvs101
220
221         * src/imap.c
222         * src/etpan/imap-thread.c
223         * src/etpan/imap-thread.h
224                 Close selected mailbox before doing
225                 status on it.
226
227 2007-08-08 [colin]      2.10.0cvs100
228
229         * src/html.c
230                 Complete symbol table, thanks to wwp.
231                 Fixes bug 1284, 'The html -> text 
232                 converter ignores entities'
233         * src/msgcache.c
234                 Fix possible fd leak
235
236 2007-08-08 [colin]      2.10.0cvs99
237
238         * src/imap.c
239                 Better way to fetch UIDs on non-UIDPLUS servers
240
241 2007-08-07 [colin]      2.10.0cvs98
242
243         * src/imap.c
244                 fix bug 1275, 'auto-saved draft messages not 
245                 always being removed'; Also, make multiple
246                 copy (in the same account) faster by matching
247                 source/destination message UIDs.
248         * src/messageview.c
249                 Don't try to reshow deleted mail
250         * src/msgcache.c
251                 Fix leak on error path
252
253 2007-08-07 [wwp]        2.10.0cvs97
254
255         * manual/account.xml
256         * manual/advanced.xml
257         * manual/fr/account.xml
258         * manual/fr/advanced.xml
259                 Updated the reference manual and the French translation to
260                 reflect 2.10.0cvs84: enable running folder Processing
261                 rules on demand.
262
263 2007-08-06 [wwp]        2.10.0cvs96
264
265         * src/prefs_common.c
266         * src/prefs_common.h
267         * src/textview.c
268                 Allow changing the emphasis color used to highlight
269                 the newsreader/x-mailer header value when it matches
270                 our preferred mail agent (hidden pref 'emphasis_col' added
271                 to clawsrc).
272
273 2007-08-06 [colin]      2.10.0cvs95
274
275         * src/compose.c
276         * src/compose.h
277                 Re-commit 2.10.0cvs86, with a protection
278                 against Pango bug. Also, try to fix 
279                 bug 1275, 'auto-saved draft messages not 
280                 always being removed'
281
282 2007-08-06 [wwp]        2.10.0cvs94
283
284         * src/gtk/quicksearch.c
285                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
286
287 2007-08-06 [ticho]      2.10.0cvs93
288
289         * src/prefs_account.c
290         * src/gtk/combobox.c
291                 Use GtkComboBox instead of GtkOptionMenu for privacy system
292                 selection in account preferences.
293
294 2007-08-06 [wwp]        2.10.0cvs92
295
296         * src/plugins/pgpcore/plugin.def
297                 Apply one more chunk from gpg4win's 03-w32-port patch.
298
299 2007-08-05 [colin]      2.10.0cvs91
300
301         * src/compose.c
302         * src/compose.h
303                 reverting buggy patch for now
304
305 2007-08-05 [colin]      2.10.0cvs90
306
307         * src/folder.c
308                 Fix slowdown
309
310 2007-08-04 [colin]      2.10.0cvs89
311
312         * src/prefs_summaries.c
313         * src/summary_search.c
314                 Replace deprecated widgets. Patch by
315                 Andrej.
316
317 2007-08-04 [colin]      2.10.0cvs88
318
319         * src/mh.c
320                 Refresh GUI only every 2000 mails on mh_get_last_num
321                 This is fast (readdir) and done only once per 
322                 session/folder
323
324 2007-08-03 [colin]      2.10.0cvs87
325
326         * src/prefs_account.c
327         * src/gtk/combobox.h
328         * src/gtk/gtkutils.c
329                 Fix a deprecated widget. Patch by
330                 Andrej
331
332 2007-08-03 [colin]      2.10.0cvs86
333
334         * src/compose.c
335         * src/compose.h
336                 Make colorisation and wrapping algorithms
337                 faster. Fixes bug 1246, 'compose becomes 
338                 increasingly slow replying to complex emails'
339
340 2007-08-03 [paul]       2.10.0cvs85
341
342         * src/mh.c
343                 keep the window painted
344
345 2007-08-02 [paul]       2.10.0cvs84
346
347         * src/folderview.c
348         * src/mainwindow.c
349         * src/mainwindow.h
350                 enable running folder Processing
351                 rules on demand
352
353 2007-08-02 [paul]       2.10.0cvs83
354
355         * src/textview.c
356                 speed up/clean up rendering of larger
357                 msgs
358                 Thanks to Colin
359
360 2007-08-01 [paul]       2.10.0cvs82
361
362         * src/mainwindow.h
363                 clean up cruft
364         * src/toolbar.c
365                 change default toolbar layout on maemo
366         * src/pixmaps/close.xpm
367                 make the red cross a grey cross
368         * src/pixmaps/jpilot.xpm
369                 make icon smaller so it fits better
370
371 2007-07-31 [paul]       2.10.0cvs81
372
373         * src/setup.c
374         * src/gtk/gtkutils.c
375                 fix crash on maemo on first launch
376
377 2007-07-30 [paul]       2.10.0cvs80
378
379         * src/prefs_matcher.c
380                 specify the units of age and size
381
382 2007-07-30 [paul]       2.10.0cvs79
383
384         * src/main.c
385                 Fix IMAP timeout setting
386
387 2007-07-30 [colin]      2.10.0cvs78
388
389         * src/prefs_account.c
390                 Fix a deprecated widget. Patch by
391                 Andrej
392
393 2007-07-27 [paul]       2.10.0cvs77
394
395         * src/matcher_parser_parse.y
396         * src/prefs_filtering_action.c
397         * src/prefs_matcher.c
398                 these changes forgotten in cvs74's
399                 'watch thread' feature
400
401 2007-07-27 [paul]       2.10.0cvs76
402
403         * src/compose.c
404                 fix potential crasher
405                 thanks to Colin
406
407 2007-07-27 [paul]       2.10.0cvs75
408
409         * src/mainwindow.c
410         * src/manual.c
411         * src/manual.h
412         * src/gtk/gtkutils.c
413                 make mainwindow's /Help/Manual point to the
414                 remote copy if the local copy doesn't exist
415
416 2007-07-27 [paul]       2.10.0cvs74
417
418         * src/Makefile.am
419         * src/filtering.c
420         * src/folder.c
421         * src/mainwindow.c
422         * src/matcher.c
423         * src/matcher.h
424         * src/matcher_parser_parse.y
425         * src/procmsg.c
426         * src/procmsg.h
427         * src/stock_pixmap.c
428         * src/stock_pixmap.h
429         * src/summaryview.c
430         * src/summaryview.h
431         * src/toolbar.c
432         * src/toolbar.h
433         * src/pixmaps/watchthread.xpm
434                 add 'watch thread' feature
435
436 2007-07-27 [paul]       2.10.0cvs73
437
438         * src/prefs_folder_item.c
439                 adjust labels, add tooltips
440
441 2007-07-27 [colin]      2.10.0cvs72
442
443         * src/summaryview.c
444                 Maemo: Remove less used menu items
445
446 2007-07-26 [colin]      2.10.0cvs71
447
448         * src/messageview.c
449                 Maemo: destroy messageview after trashing mail.
450                 Maybe should be done on X11 too
451
452 2007-07-26 [colin]      2.10.0cvs70
453
454         * src/folderview.c
455         * src/mainwindow.c
456         * src/prefs_common.c
457         * src/prefs_common.h
458         * src/summaryview.c
459                 Add View/Show or Hide/Column headers
460
461 2007-07-26 [colin]      2.10.0cvs69
462
463         * src/procmime.c
464                 Fix unwanted output
465
466 2007-07-26 [colin]      2.10.0cvs68
467
468         * src/ldapserver.c
469                 Fix possible crash on cache invalidation
470         * src/compose.c
471         * src/procmime.c
472         * src/procmime.h
473         * src/quote_fmt_parse.y
474                 Make replying to mails with big attachments
475                 much faster. Fixes bug 1224, 'The process of 
476                 Replying to emails with large attachments 
477                 seems unreasonably long...'
478
479 2007-07-26 [colin]      2.10.0cvs67
480
481         * src/mimeview.c
482         * src/matcher.c
483         * src/common/ssl.c
484                 Fix threads use on BSDs
485
486 2007-07-26 [paul]       2.10.0cvs66
487
488         * src/gtk/prefswindow.c
489                 fix account prefs breakage
490                 thanks to Colin
491
492 2007-07-26 [paul]       2.10.0cvs65
493
494         * configure.ac
495                 standardise ./configure --help messages
496
497 2007-07-26 [colin]      2.10.0cvs64
498
499         * src/addressbook.c
500         * src/editaddress.c
501                 Fix two vCard-related crashes
502
503 2007-07-25 [colin]      2.10.0cvs63
504
505         * src/inc.c
506         * src/prefs_common.c
507         * src/prefs_common.h
508         * src/prefs_receive.c
509                 Maemo: Add a better way to notify of
510                 new mails
511         * src/mainwindow.c
512         * src/statusbar.h
513         * src/summaryview.c
514         * src/toolbar.c
515                 Maemo: Various layout fixes
516         * src/gtk/prefswindow.c
517                 Maemo: Better prefs layout
518
519 2007-07-25 [paul]       2.10.0cvs62
520
521         * src/textview.c
522                 fix the layout on maemo
523                 thanks to Colin
524
525 2007-07-25 [iwkse]      2.10.0cvs61
526
527         * src/summaryview.c
528                 add 'o' shortcut on summaryview
529
530 2007-07-25 [iwkse]      2.10.0cvs60
531
532         * src/textview.c
533                 fix o shortcut
534
535 2007-07-24 [colin]      2.10.0cvs59
536
537         * src/mh.c
538                 Fix missing timestamp update on source
539                 folder when moving
540         * src/textview.c
541         * src/textview.h
542                 Better text layout on part's choices
543
544 2007-07-23 [colin]      2.10.0cvs58
545
546         * src/mimeview.c
547         * src/textview.c
548                 Maemo: Automatically choose the correct application
549                 to open parts
550         * src/gtk/quicksearch.c
551                 Make search run on GDK_KP_Enter too
552
553 2007-07-23 [wwp]        2.10.0cvs57
554
555         * src/quote_fmt_lex.l
556                 Revert accidentaly committed lines (account_sig) in
557                 2.10.0cvs56.
558
559 2007-07-23 [wwp]        2.10.0cvs56
560
561         * src/quote_fmt_lex.l
562                 Fix typos around long form expressions in the quote lexer.
563
564 2007-07-23 [paul]
565
566         3.0.0-rc1 released
567
568 2007-07-23 [colin]      2.10.0cvs55
569
570         * src/addr_compl.c
571                 Fix auto-completion on Maemo
572
573 2007-07-23 [colin]      2.10.0cvs54
574
575         * src/statusbar.c
576                 Maemo: Fix sticking statusbars
577
578 2007-07-22 [colin]      2.10.0cvs53
579
580         * src/main.c
581                 Maemo: Fix the strange "top_application" info
582                 at startup. We should do something when 
583                 receiving such a message.
584
585 2007-07-20 [paul]       2.10.0cvs52
586
587         * src/news_gtk.c
588                 add missing #include "statusbar.h"
589
590 2007-07-20 [colin]      2.10.0cvs51
591
592         * src/folder.c
593         * src/folder.h
594         * src/folder_item_prefs.c
595         * src/folder_item_prefs.h
596         * src/folderview.c
597         * src/imap.c
598         * src/imap_gtk.c
599         * src/imap_gtk.h
600         * src/news.c
601         * src/news_gtk.c
602         * src/news_gtk.h
603         * src/prefs_folder_item.c
604                 Implement age-based caching: allow to
605                 specify a threshold for the offline synchronisation
606                 feature, and whether old cached bodies should 
607                 be removed
608         * src/toolbar.c
609         * src/toolbar.h
610                 Fix label/tooltips
611         * src/plugins/dillo_viewer/dillo_viewer.c
612                 Check that Dillo's installed
613
614 2007-07-20 [wwp]        2.10.0cvs50
615
616         * src/mimeview.c
617         * src/stock_pixmap.c
618                 Draw a frame around the selected mimeview part icon (instead of the
619                 shifted 'dancing' icon).
620
621 2007-07-20 [colin]      2.10.0cvs49
622
623         * src/main.c
624                 Unref stuff even on error
625         * src/wizard.c
626                 disconnect signals only at the very
627                 end of the wizard save.
628
629 2007-07-20 [colin]      2.10.0cvs48
630
631         * src/mainwindow.c
632         * src/messageview.c
633         * src/toolbar.c
634         * src/toolbar.h
635                 Fix random crashes while navigating
636                 (GTK_EVENTS_FLUSH)
637
638 2007-07-19 [colin]      2.10.0cvs47
639
640         * configure.ac
641         * src/main.c
642         * src/prefs_common.c
643         * src/prefs_common.h
644         * src/wizard.c
645         * src/common/defs.h
646         * src/common/utils.c
647                 Maemo: add an easy way to store data (mails
648                 and IMAP/NNTP caches) on one of the SD cards,
649                 and protect against unmounts if needed
650
651 2007-07-19 [paul]       2.10.0cvs46
652
653         * src/Makefile.am
654         * src/stock_pixmap.c
655         * src/gtk/about.c
656         * src/pixmaps/claws-mail_logo-small.xpm
657                 implement a (slightly) different About
658                 dialog for maemo and add a small version
659                 of the logo for it
660         * src/wizard.c
661                 use a scrolled window for wizard page 1
662                 on maemo
663
664 2007-07-19 [paul]       2.10.0cvs45
665
666         * src/Makefile.am
667                 too soon for this line
668
669 2007-07-19 [paul]       2.10.0cvs44
670
671         * src/Makefile.am
672                 fix build on n800
673
674 2007-07-19 [colin]      2.10.0cvs43
675
676         * src/wizard.c
677                 Solve Mail/Mailbox name when specifying
678                 full /path/to/Mail.
679
680 2007-07-18 [colin]      2.10.0cvs42
681
682         * src/inc.c
683         * configure.ac
684                 Fix build on n770
685
686 2007-07-18 [colin]      2.10.0cvs41
687
688         * src/inc.c
689                 Maemo: plug the online/offline system into
690                 maemo's interfaces to have Claws automatically
691                 switch according to the system status
692         * src/statusbar.c
693                 Maemo: use HildonBanners to display status
694                 messages. Renders the main statusbar useless.
695
696 2007-07-18 [paul]       2.10.0cvs40
697
698         * src/filtering.c
699                 fix screen blanking on moving/copying many msgs
700         * src/folder.c
701                 fix processing progressbar and screen blanking
702                 during processing
703
704 2007-07-18 [paul]       2.10.0cvs39
705
706         * src/messageview.c
707                 revert cvs37, breakage on maemo
708
709 2007-07-18 [paul]       2.10.0cvs38
710
711         * src/gtk/gtkutils.c
712                 make sure we can still build with older GTK's
713
714 2007-07-18 [colin]      2.10.0cvs37
715
716         * src/messageview.c
717                 Only hide the small layout's messageview, instead
718                 of destroying it when closing
719         * src/gtk/gtkutils.c
720                 Use gtk_window_present_with_time to popup windows,
721                 it seems to make things better with modern WMs
722                 (actually focusing)
723
724 2007-07-17 [colin]      2.10.0cvs36
725
726         * src/editaddress.c
727                 Simplify layout on Maemo
728         * src/folder.c
729                 Fix possible crash
730         * src/prefs_display_header.c
731                 Remove some headers by default on Maemo
732
733 2007-07-17 [paul]       2.10.0cvs35
734
735         * src/prefs_common.c
736         * src/prefs_common.h
737         * src/prefs_logging.c
738         * src/common/log.c
739                 add options to stop/enable writing logs to disc
740
741 2007-07-17 [paul]       2.10.0cvs34
742
743         * src/edittags.c
744                 fix some issues with the Apply tags window:
745                 - set search column (enables autocompl in the treeview)
746                 - apply tag from "New tag" if it existed
747                 - clears New tag entry when adding it with the button
748                 Thanks to Colin
749
750 2007-07-17 [paul]       2.10.0cvs33
751
752         * src/edittags.c
753                 fix 'apply tags' dialogue weirdness
754
755 2007-07-16 [colin]      2.10.0cvs32
756
757         * src/toolbar.c
758                 Fix double-loading of mails on Maemo
759
760 2007-07-16 [colin]      2.10.0cvs31
761
762         * src/messageview.c
763                 Prevent double-loading of the same part under some
764                 conditions; hide statusbar on Maemo
765
766 2007-07-16 [colin]      2.10.0cvs30
767
768         * src/edittags.c
769         * src/edittags.h
770         * src/mainwindow.c
771         * src/summaryview.c
772                 Improve the tag interface - allow
773                 to set/unset tags from a special
774                 window.
775         * src/gtk/gtkvscrollbutton.c
776         * src/mimeview.c
777         * src/mimeview.h
778         * src/stock_pixmap.c
779                 Fix Mimeview's ugly hacks in the
780                 icon list. 
781
782 2007-07-16 [paul]       2.10.0cvs29
783
784         * src/wizard.c
785                 rework dialog
786         * src/gtk/icon_legend.c
787                 put it all in a scrolled window
788
789 2007-07-15 [colin]      2.10.0cvs28
790
791         * src/mainwindow.c
792                 Maemo: force layout to be Small screen; the
793                 others don't make sense
794
795 2007-07-14 [colin]      2.10.0cvs27
796
797         * src/mimeview.c
798         * src/gtk/gtkvscrollbutton.c
799                 Maemo: Fix mimeview's buttons size
800
801 2007-07-14 [colin]      2.10.0cvs26
802
803         * src/toolbar.c
804                 Fix the button workaround fix.
805                 (Use the correct variable)
806
807 2007-07-14 [colin]      2.10.0cvs25
808
809         * src/mainwindow.c
810         * src/toolbar.c
811                 Maemo: put the progress bar in the
812                 toolbar
813
814 2007-07-14 [colin]      2.10.0cvs24
815
816         * src/prefs_common.c
817                 Maemo: hide statusbar by default
818         * src/Makefile.am
819         * src/stock_pixmap.c
820         * src/stock_pixmap.h
821         * src/toolbar.c
822         * src/pixmaps/go_folders.xpm
823                 Maemo: Add a specific icon to go back to
824                 folder list
825
826 2007-07-14 [colin]      2.10.0cvs23
827
828         * src/toolbar.c
829                 Don't set homogeneous finally
830
831 2007-07-14 [colin]      2.10.0cvs22
832
833         * src/toolbar.c
834                 Fix button show/hide issues
835
836 2007-07-14 [colin]      2.10.0cvs21
837
838         * src/toolbar.c
839                 Fix huge arrows
840                 Fix button workaround to be able to click
841                 if mouse was on button when it went un-
842                 sensitive.
843                 Revert previous commit, gtk_tool_item_set_homogeneous
844                 doesn't mean what it seems to mean ;-)
845
846 2007-07-14 [paul]       2.10.0cvs20
847
848         * src/toolbar.c
849                 make homogeneous FALSE always
850
851 2007-07-13 [colin]      2.10.0cvs19
852
853         * src/toolbar.c
854         * src/toolbar.h
855                 Rework to fit the non-deprecated API
856         * src/compose.c
857         * src/folderview.c
858         * src/mainwindow.c
859         * src/messageview.c
860         * src/summaryview.c
861                 Maemo layout changes. Better toolbars,
862                 removal of CTree headers. 
863
864 2007-07-13 [paul]       2.10.0cvs18
865
866         * src/gtk/colorlabel.c
867                 fix bug 1261, '[DE] coloring messages in overview 
868                 keys are not localised'
869                 the string is now included in claws-mail.pot
870
871 2007-07-13 [colin]      2.10.0cvs17
872
873         * src/summaryview.c
874                 Fix bug 1267, 'printing mutliple messages 
875                 opens one message-dialog after the other'
876                 Ask for confirmation when printing 10
877                 messages or more.
878
879 2007-07-11 [colin]      2.10.0cvs16
880
881         * COPYING
882         * README
883         * autogen.sh
884         * manual/claws-mail-manual.xml
885         * manual/gpl.xml
886         * manual/es/claws-mail-manual.xml
887         * manual/es/gpl.xml
888         * manual/fr/claws-mail-manual.xml
889         * manual/fr/gpl.xml
890         * manual/pl/gpl.xml
891         * src/account.c
892         * src/account.h
893         * src/action.c
894         * src/action.h
895         * src/adbookbase.h
896         * src/addr_compl.c
897         * src/addr_compl.h
898         * src/addrbook.c
899         * src/addrbook.h
900         * src/addrcache.c
901         * src/addrcache.h
902         * src/addrcindex.c
903         * src/addrcindex.h
904         * src/addrclip.c
905         * src/addrclip.h
906         * src/addrdefs.h
907         * src/addressadd.c
908         * src/addressadd.h
909         * src/addressbook.c
910         * src/addressbook.h
911         * src/addressbook_foldersel.c
912         * src/addressbook_foldersel.h
913         * src/addressitem.h
914         * src/addrgather.c
915         * src/addrgather.h
916         * src/addrharvest.c
917         * src/addrharvest.h
918         * src/addrindex.c
919         * src/addrindex.h
920         * src/addritem.c
921         * src/addritem.h
922         * src/addrquery.c
923         * src/addrquery.h
924         * src/addrselect.c
925         * src/addrselect.h
926         * src/alertpanel.c
927         * src/alertpanel.h
928         * src/browseldap.c
929         * src/browseldap.h
930         * src/codeconv.c
931         * src/codeconv.h
932         * src/compose.c
933         * src/compose.h
934         * src/crash.c
935         * src/crash.h
936         * src/customheader.c
937         * src/customheader.h
938         * src/displayheader.c
939         * src/displayheader.h
940         * src/editaddress.c
941         * src/editaddress.h
942         * src/editaddress_other_attributes_ldap.c
943         * src/editaddress_other_attributes_ldap.h
944         * src/editbook.c
945         * src/editbook.h
946         * src/editgroup.c
947         * src/editgroup.h
948         * src/editjpilot.c
949         * src/editjpilot.h
950         * src/editldap.c
951         * src/editldap.h
952         * src/editldap_basedn.c
953         * src/editldap_basedn.h
954         * src/edittags.c
955         * src/edittags.h
956         * src/editvcard.c
957         * src/editvcard.h
958         * src/enriched.c
959         * src/enriched.h
960         * src/exphtmldlg.c
961         * src/exphtmldlg.h
962         * src/expldifdlg.c
963         * src/expldifdlg.h
964         * src/export.c
965         * src/export.h
966         * src/exporthtml.c
967         * src/exporthtml.h
968         * src/exportldif.c
969         * src/exportldif.h
970         * src/filtering.c
971         * src/filtering.h
972         * src/folder.c
973         * src/folder.h
974         * src/folder_item_prefs.c
975         * src/folder_item_prefs.h
976         * src/foldersel.c
977         * src/foldersel.h
978         * src/folderutils.c
979         * src/folderutils.h
980         * src/folderview.c
981         * src/folderview.h
982         * src/gedit-print.c
983         * src/gedit-print.h
984         * src/grouplistdialog.c
985         * src/grouplistdialog.h
986         * src/headerview.c
987         * src/headerview.h
988         * src/html.c
989         * src/html.h
990         * src/image_viewer.c
991         * src/image_viewer.h
992         * src/imap.c
993         * src/imap.h
994         * src/imap_gtk.c
995         * src/imap_gtk.h
996         * src/import.c
997         * src/import.h
998         * src/importldif.c
999         * src/importldif.h
1000         * src/importmutt.c
1001         * src/importmutt.h
1002         * src/importpine.c
1003         * src/importpine.h
1004         * src/inc.c
1005         * src/inc.h
1006         * src/jpilot.c
1007         * src/jpilot.h
1008         * src/ldapctrl.c
1009         * src/ldapctrl.h
1010         * src/ldaplocate.c
1011         * src/ldaplocate.h
1012         * src/ldapquery.c
1013         * src/ldapquery.h
1014         * src/ldapserver.c
1015         * src/ldapserver.h
1016         * src/ldapupdate.c
1017         * src/ldapupdate.h
1018         * src/ldaputil.c
1019         * src/ldaputil.h
1020         * src/ldif.c
1021         * src/ldif.h
1022         * src/localfolder.c
1023         * src/localfolder.h
1024         * src/main.c
1025         * src/main.h
1026         * src/mainwindow.c
1027         * src/mainwindow.h
1028         * src/manual.c
1029         * src/manual.h
1030         * src/matcher.c
1031         * src/matcher.h
1032         * src/matcher_parser.h
1033         * src/matcher_parser_lex.l
1034         * src/matcher_parser_parse.y
1035         * src/mbox.c
1036         * src/mbox.h
1037         * src/message_search.c
1038         * src/message_search.h
1039         * src/messageview.c
1040         * src/messageview.h
1041         * src/mh.c
1042         * src/mh.h
1043         * src/mh_gtk.c
1044         * src/mh_gtk.h
1045         * src/mimeview.c
1046         * src/mimeview.h
1047         * src/msgcache.c
1048         * src/msgcache.h
1049         * src/mutt.c
1050         * src/mutt.h
1051         * src/news.c
1052         * src/news.h
1053         * src/news_gtk.c
1054         * src/news_gtk.h
1055         * src/noticeview.c
1056         * src/noticeview.h
1057         * src/partial_download.c
1058         * src/partial_download.h
1059         * src/pine.c
1060         * src/pine.h
1061         * src/pop.c
1062         * src/pop.h
1063         * src/prefs_account.c
1064         * src/prefs_account.h
1065         * src/prefs_actions.c
1066         * src/prefs_actions.h
1067         * src/prefs_common.c
1068         * src/prefs_common.h
1069         * src/prefs_compose_writing.c
1070         * src/prefs_compose_writing.h
1071         * src/prefs_customheader.c
1072         * src/prefs_customheader.h
1073         * src/prefs_display_header.c
1074         * src/prefs_display_header.h
1075         * src/prefs_ext_prog.c
1076         * src/prefs_ext_prog.h
1077         * src/prefs_filtering.c
1078         * src/prefs_filtering.h
1079         * src/prefs_filtering_action.c
1080         * src/prefs_filtering_action.h
1081         * src/prefs_folder_column.c
1082         * src/prefs_folder_column.h
1083         * src/prefs_folder_item.c
1084         * src/prefs_folder_item.h
1085         * src/prefs_fonts.c
1086         * src/prefs_fonts.h
1087         * src/prefs_gtk.c
1088         * src/prefs_gtk.h
1089         * src/prefs_image_viewer.c
1090         * src/prefs_image_viewer.h
1091         * src/prefs_logging.c
1092         * src/prefs_logging.h
1093         * src/prefs_matcher.c
1094         * src/prefs_matcher.h
1095         * src/prefs_message.c
1096         * src/prefs_message.h
1097         * src/prefs_msg_colors.c
1098         * src/prefs_msg_colors.h
1099         * src/prefs_other.c
1100         * src/prefs_other.h
1101         * src/prefs_quote.c
1102         * src/prefs_quote.h
1103         * src/prefs_receive.c
1104         * src/prefs_receive.h
1105         * src/prefs_send.c
1106         * src/prefs_send.h
1107         * src/prefs_spelling.c
1108         * src/prefs_spelling.h
1109         * src/prefs_summaries.c
1110         * src/prefs_summaries.h
1111         * src/prefs_summary_column.c
1112         * src/prefs_summary_column.h
1113         * src/prefs_summary_open.c
1114         * src/prefs_summary_open.h
1115         * src/prefs_template.c
1116         * src/prefs_template.h
1117         * src/prefs_themes.c
1118         * src/prefs_themes.h
1119         * src/prefs_toolbar.c
1120         * src/prefs_toolbar.h
1121         * src/prefs_wrapping.c
1122         * src/prefs_wrapping.h
1123         * src/privacy.c
1124         * src/privacy.h
1125         * src/procheader.c
1126         * src/procheader.h
1127         * src/procmime.c
1128         * src/procmime.h
1129         * src/procmsg.c
1130         * src/procmsg.h
1131         * src/quote_fmt.c
1132         * src/quote_fmt_lex.l
1133         * src/quote_fmt_parse.y
1134         * src/recv.c
1135         * src/recv.h
1136         * src/remotefolder.c
1137         * src/remotefolder.h
1138         * src/send_message.c
1139         * src/send_message.h
1140         * src/setup.c
1141         * src/setup.h
1142         * src/simple-gettext.c
1143         * src/sourcewindow.c
1144         * src/sourcewindow.h
1145         * src/ssl_manager.c
1146         * src/ssl_manager.h
1147         * src/statusbar.c
1148         * src/statusbar.h
1149         * src/stock_pixmap.c
1150         * src/stock_pixmap.h
1151         * src/summary_search.c
1152         * src/summary_search.h
1153         * src/summaryview.c
1154         * src/summaryview.h
1155         * src/textview.c
1156         * src/textview.h
1157         * src/toolbar.c
1158         * src/toolbar.h
1159         * src/undo.c
1160         * src/undo.h
1161         * src/unmime.c
1162         * src/unmime.h
1163         * src/uri_opener.c
1164         * src/uri_opener.h
1165         * src/vcard.c
1166         * src/vcard.h
1167         * src/wizard.c
1168         * src/wizard.h
1169         * src/common/base64.c
1170         * src/common/base64.h
1171         * src/common/claws.c
1172         * src/common/claws.h
1173         * src/common/defs.h
1174         * src/common/fnmatch.c
1175         * src/common/fnmatch.h
1176         * src/common/fnmatch_loop.c
1177         * src/common/hooks.c
1178         * src/common/hooks.h
1179         * src/common/log.c
1180         * src/common/log.h
1181         * src/common/md5.c
1182         * src/common/md5.h
1183         * src/common/mgutils.c
1184         * src/common/mgutils.h
1185         * src/common/nntp.c
1186         * src/common/nntp.h
1187         * src/common/passcrypt.c
1188         * src/common/passcrypt.h.in
1189         * src/common/plugin.c
1190         * src/common/plugin.h
1191         * src/common/prefs.c
1192         * src/common/prefs.h
1193         * src/common/progressindicator.c
1194         * src/common/progressindicator.h
1195         * src/common/quoted-printable.c
1196         * src/common/quoted-printable.h
1197         * src/common/session.c
1198         * src/common/session.h
1199         * src/common/smtp.c
1200         * src/common/smtp.h
1201         * src/common/socket.c
1202         * src/common/socket.h
1203         * src/common/ssl.c
1204         * src/common/ssl.h
1205         * src/common/ssl_certificate.c
1206         * src/common/ssl_certificate.h
1207         * src/common/string_match.c
1208         * src/common/string_match.h
1209         * src/common/stringtable.c
1210         * src/common/stringtable.h
1211         * src/common/tags.c
1212         * src/common/tags.h
1213         * src/common/template.c
1214         * src/common/template.h
1215         * src/common/timing.h
1216         * src/common/utils.c
1217         * src/common/utils.h
1218         * src/common/uuencode.c
1219         * src/common/uuencode.h
1220         * src/common/version.h.in
1221         * src/common/w32_dirent.c
1222         * src/common/w32_reg.c
1223         * src/common/w32_signal.c
1224         * src/common/w32_stat.c
1225         * src/common/w32_stdlib.c
1226         * src/common/w32_string.c
1227         * src/common/w32_time.c
1228         * src/common/w32_unistd.c
1229         * src/common/w32_wait.c
1230         * src/common/w32lib.h
1231         * src/common/xml.c
1232         * src/common/xml.h
1233         * src/common/xmlprops.c
1234         * src/common/xmlprops.h
1235         * src/etpan/etpan-errors.h
1236         * src/etpan/etpan-thread-manager-types.h
1237         * src/etpan/etpan-thread-manager.c
1238         * src/etpan/etpan-thread-manager.h
1239         * src/etpan/imap-thread.c
1240         * src/etpan/imap-thread.h
1241         * src/gtk/about.c
1242         * src/gtk/about.h
1243         * src/gtk/colorlabel.c
1244         * src/gtk/colorlabel.h
1245         * src/gtk/colorsel.c
1246         * src/gtk/colorsel.h
1247         * src/gtk/combobox.c
1248         * src/gtk/combobox.h
1249         * src/gtk/description_window.c
1250         * src/gtk/description_window.h
1251         * src/gtk/filesel.c
1252         * src/gtk/filesel.h
1253         * src/gtk/foldersort.c
1254         * src/gtk/foldersort.h
1255         * src/gtk/gtkaspell.c
1256         * src/gtk/gtkaspell.h
1257         * src/gtk/gtksctree.c
1258         * src/gtk/gtkshruler.c
1259         * src/gtk/gtkshruler.h
1260         * src/gtk/gtksourceprintjob.c
1261         * src/gtk/gtksourceprintjob.h
1262         * src/gtk/gtkutils.c
1263         * src/gtk/gtkutils.h
1264         * src/gtk/gtkvscrollbutton.c
1265         * src/gtk/gtkvscrollbutton.h
1266         * src/gtk/icon_legend.c
1267         * src/gtk/icon_legend.h
1268         * src/gtk/inputdialog.c
1269         * src/gtk/inputdialog.h
1270         * src/gtk/logwindow.c
1271         * src/gtk/logwindow.h
1272         * src/gtk/manage_window.c
1273         * src/gtk/manage_window.h
1274         * src/gtk/menu.c
1275         * src/gtk/menu.h
1276         * src/gtk/pluginwindow.c
1277         * src/gtk/pluginwindow.h
1278         * src/gtk/prefswindow.c
1279         * src/gtk/prefswindow.h
1280         * src/gtk/progressdialog.c
1281         * src/gtk/progressdialog.h
1282         * src/gtk/quicksearch.c
1283         * src/gtk/quicksearch.h
1284         * src/gtk/sslcertwindow.c
1285         * src/gtk/sslcertwindow.h
1286         * src/plugins/bogofilter/bogofilter.c
1287         * src/plugins/bogofilter/bogofilter.h
1288         * src/plugins/bogofilter/bogofilter_gtk.c
1289         * src/plugins/clamav/clamav_plugin.c
1290         * src/plugins/clamav/clamav_plugin.h
1291         * src/plugins/clamav/clamav_plugin_gtk.c
1292         * src/plugins/demo/demo.c
1293         * src/plugins/dillo_viewer/dillo_prefs.c
1294         * src/plugins/dillo_viewer/dillo_prefs.h
1295         * src/plugins/dillo_viewer/dillo_viewer.c
1296         * src/plugins/pgpcore/passphrase.c
1297         * src/plugins/pgpcore/passphrase.h
1298         * src/plugins/pgpcore/pgp_viewer.c
1299         * src/plugins/pgpcore/pgp_viewer.h
1300         * src/plugins/pgpcore/plugin.c
1301         * src/plugins/pgpcore/prefs_gpg.c
1302         * src/plugins/pgpcore/prefs_gpg.h
1303         * src/plugins/pgpcore/select-keys.c
1304         * src/plugins/pgpcore/select-keys.h
1305         * src/plugins/pgpcore/sgpgme.c
1306         * src/plugins/pgpcore/sgpgme.h
1307         * src/plugins/pgpinline/pgpinline.c
1308         * src/plugins/pgpinline/pgpinline.h
1309         * src/plugins/pgpinline/plugin.c
1310         * src/plugins/pgpmime/pgpmime.c
1311         * src/plugins/pgpmime/pgpmime.h
1312         * src/plugins/pgpmime/plugin.c
1313         * src/plugins/spamassassin/spamassassin.c
1314         * src/plugins/spamassassin/spamassassin.h
1315         * src/plugins/spamassassin/spamassassin_gtk.c
1316         * src/plugins/trayicon/trayicon.c
1317         * src/plugins/trayicon/trayicon_prefs.c
1318         * src/plugins/trayicon/trayicon_prefs.h
1319         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1320         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1321         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1322         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1323         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1324         * tools/OOo2claws-mail.pl
1325         * tools/README.sylprint
1326         * tools/acroread2claws-mail.pl
1327         * tools/claws-mail-compose-insert-files.pl
1328         * tools/convert_mbox.pl
1329         * tools/filter_conv.pl
1330         * tools/filter_conv_new.pl
1331         * tools/fix_date.sh
1332         * tools/freshmeat_search.pl
1333         * tools/google_search.pl
1334         * tools/kmail-mailbox2claws-mail.pl
1335         * tools/kmail2claws-mail.pl
1336         * tools/kmail2claws-mail_v2.pl
1337         * tools/mairix.sh
1338         * tools/make.themes.project
1339         * tools/multiwebsearch.pl
1340         * tools/nautilus2claws-mail.sh
1341         * tools/outlook2claws-mail.pl
1342         * tools/textviewer.sh
1343         * tools/thunderbird-filters-convertor.pl
1344         * tools/update-po
1345         * tools/uuooffice
1346         * tools/vcard2xml.py
1347         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1348                 Upgrade to GPLv3 or later.
1349
1350 2007-07-10 [wwp]        2.10.0cvs15
1351
1352         * src/main.c
1353                 Fix re-opening of all composing messages that were
1354                 opened when closing the previous instance, thanks
1355                 to Colin.
1356
1357 2007-07-10 [paul]       2.10.0cvs14
1358
1359         * src/editaddress_other_attributes_ldap.c
1360         * src/ldapupdate.c
1361                 fix crash on selecting 'other attributes' combo
1362                 for either a new entry or an old entry with no
1363                 existing attributes.
1364                 fix bug on editing multiple attributes which
1365                 resulted them all having the value of the last
1366                 one changed.
1367                 Thanks to Colin
1368
1369 2007-07-10 [colin]      2.10.0cvs13
1370
1371         * src/editaddress.c
1372         * src/editaddress_other_attributes_ldap.h
1373         * src/ldapupdate.c
1374                 Fix --disable-ldap build
1375
1376 2007-07-09 [colin]      2.10.0cvs12
1377
1378         * src/Makefile.am
1379         * src/addritem.c
1380         * src/addritem.h
1381         * src/editaddress.c
1382         * src/editaddress_other_attributes_ldap.c
1383         * src/editaddress_other_attributes_ldap.h
1384         * src/editldap.c
1385         * src/ldapctrl.c
1386         * src/ldapctrl.h
1387         * src/ldapupdate.c
1388                 Add capability to edit all inetOrgPerson
1389                 attributes on LDAP. Patch by Michael 
1390                 Rasmussen
1391
1392 2007-07-09 [colin]      2.10.0cvs11
1393
1394         * src/Makefile.am
1395         * src/exporthtml.c
1396         * src/mbox.c
1397         * src/msgcache.c
1398         * src/prefs_summaries.c
1399         * src/prefs_themes.c
1400         * src/procheader.c
1401         * src/common/Makefile.am
1402         * src/common/log.c
1403         * src/common/timing.h
1404         * src/common/utils.c
1405         * src/common/utils.h
1406         * src/common/w32_account.c
1407         * src/common/w32lib.h
1408         * src/gtk/Makefile.am
1409         * src/gtk/colorlabel.c
1410         * src/plugins/pgpcore/Makefile.am
1411         * src/plugins/pgpcore/claws.def
1412         * src/plugins/pgpcore/passphrase.c
1413         * src/plugins/pgpcore/pgp_viewer.c
1414         * src/plugins/pgpcore/plugin.def
1415         * src/plugins/pgpcore/sgpgme.c
1416         * src/plugins/pgpinline/Makefile.am
1417         * src/plugins/pgpinline/claws.def
1418         * src/plugins/pgpinline/mypgpcore.def
1419         * src/plugins/pgpinline/plugin.def
1420         * src/plugins/pgpmime/Makefile.am
1421         * src/plugins/pgpmime/claws.def
1422         * src/plugins/pgpmime/mypgpcore.def
1423         * src/plugins/pgpmime/plugin.def
1424                 Commit win32 patch, from Werner Koch and
1425                 Marcus Brinkmann
1426
1427 2007-07-09 [colin]      2.10.0cvs10
1428
1429         * src/prefs_toolbar.c
1430                 Fix crash when no actions exist
1431
1432 2007-07-07 [paul]       2.10.0cvs9
1433
1434         * COPYING
1435         * manual/claws-mail-manual.xml
1436                 update copyright year
1437         * po/fi.po
1438                 updated by Flammie Pirinen
1439
1440 2007-07-05 [wwp]        2.10.0cvs8
1441
1442         * src/plugins/clamav/clamav_plugin_gtk.c
1443                 Make vertical spacing like in other plugin prefs pages.
1444
1445 2007-07-05 [wwp]        2.10.0cvs7
1446
1447         * src/quote_fmt.c
1448                 It's %am that works, not %ae (this doc incoherence has been
1449                 introduced with 2.9.2cvs13).
1450
1451 2007-07-04 [wwp]        2.10.0cvs6
1452
1453         * src/plugins/bogofilter/bogofilter.c
1454                 Gettext-ize an occurrence of "Any" that wasn't.
1455
1456 2007-07-04 [colin]      2.10.0cvs5
1457
1458         * po/POTFILES.in
1459                 Fix untranslated strings; thanks
1460                 to Pader Rezso.
1461
1462 2007-07-03 [colin]      2.10.0cvs4
1463
1464         * src/folder.c
1465         * src/mainwindow.c
1466                 Fix saving of sort mode for tags and
1467                 thread date. Thanks to Pierre Ossman.
1468                 Completes fix for bug 1233
1469
1470 2007-07-03 [paul]       2.10.0cvs3
1471
1472         * src/compose.c
1473                 fix auto-save
1474         * src/summaryview.c
1475                 fix build warnings
1476         Thanks to Colin
1477
1478 2007-07-02 [colin]      2.10.0cvs2
1479
1480         * src/folder.h
1481         * src/mainwindow.c
1482         * src/procmsg.h
1483         * src/summaryview.c
1484                 Add View/Sort/by Thread date
1485                 Fixes bug 1233, 'Capability to sort 
1486                 threads by most recent message'
1487                 Based on a patch by Paul Rolland
1488
1489 2007-07-02 [colin]      2.10.0cvs1
1490
1491         * src/Makefile.am
1492         * src/compose.c
1493         * src/edittags.c
1494         * src/edittags.h
1495         * src/filtering.c
1496         * src/folder.c
1497         * src/folder.h
1498         * src/headerview.c
1499         * src/headerview.h
1500         * src/main.c
1501         * src/mainwindow.c
1502         * src/mainwindow.h
1503         * src/manual.h
1504         * src/matcher.c
1505         * src/matcher.h
1506         * src/matcher_parser_parse.y
1507         * src/mimeview.c
1508         * src/msgcache.c
1509         * src/msgcache.h
1510         * src/prefs_common.c
1511         * src/prefs_common.h
1512         * src/prefs_filtering_action.c
1513         * src/prefs_matcher.c
1514         * src/prefs_summary_column.c
1515         * src/procmsg.c
1516         * src/procmsg.h
1517         * src/quote_fmt.c
1518         * src/quote_fmt_lex.l
1519         * src/quote_fmt_parse.y
1520         * src/summaryview.c
1521         * src/summaryview.h
1522         * src/textview.c
1523         * src/common/Makefile.am
1524         * src/common/defs.h
1525         * src/common/tags.c
1526         * src/common/tags.h
1527         * src/gtk/quicksearch.c
1528         * src/gtk/quicksearch.h
1529                 Add Tags implementation. Tags are arbitrary labels
1530                 that can be applied to messages. It is possible 
1531                 to create, edit, remove tags; apply them to mails;
1532                 filter on tags or tag presence; apply or unset
1533                 tags via filtering actions; reference tags in
1534                 reply templates.
1535
1536 2007-07-02 [paul]       2.10.0
1537
1538         * NEWS
1539         * README
1540         * RELEASE_NOTES
1541                 2.10.0 released
1542
1543 2007-07-02 [paul]       2.9.2cvs78
1544
1545         * po/de.po
1546         * po/en_GB.po
1547         * po/es.po
1548         * po/fr.po
1549         * po/hu.po
1550         * po/pt_BR.po
1551         * po/ru.po
1552         * po/zh_CN.po
1553                 updated by Stephan Sachse, me, Ricardo Mones
1554                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1555                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1556
1557 2007-07-02 [paul]       2.9.2cvs77
1558
1559         * AUTHORS
1560                 updated
1561
1562 2007-06-29 [wwp]        2.9.2cvs76
1563
1564         * src/gtk/headers.h
1565                 Fix a typo (thanks to Ricardo for finding this out).
1566
1567 2007-06-28 [paul]       2.9.2cvs75
1568
1569         * src/folderview.c
1570                 fix build warnings
1571
1572 2007-06-28 [paul]       2.9.2cvs74
1573
1574         * tools/Makefile.am
1575                 fix bug in the autotools build system.
1576                 Files cataloged under EXTRA_DIST were never
1577                 automatically copied to the build tree.
1578                 (fix 'make distcheck')
1579                 Patch by Michael Rasmussen.
1580
1581 2007-06-24 [colin]      2.9.2cvs73
1582
1583         * src/news_gtk.c
1584                 Fix bug 1249, 'Error handling for 
1585                 news errors needs modification'
1586                 Only popup error if the according
1587                 pref in Prefs/Receive is set.
1588
1589 2007-06-21 [colin]      2.9.2cvs72
1590
1591         * src/common/plugin.c
1592         * src/common/plugin.h
1593                 Change plugin API to know whether it's safe to 
1594                 unload plugins or whether we should just hide
1595                 them. Fixes bug 1248, 'Core dumps after 
1596                 unloading plugin and clicking on load plugins'
1597         * src/plugins/bogofilter/bogofilter.c
1598         * src/plugins/clamav/clamav_plugin.c
1599         * src/plugins/demo/demo.c
1600         * src/plugins/dillo_viewer/dillo_viewer.c
1601         * src/plugins/pgpcore/plugin.c
1602         * src/plugins/pgpinline/plugin.c
1603         * src/plugins/pgpmime/plugin.c
1604         * src/plugins/spamassassin/spamassassin.c
1605         * src/plugins/trayicon/trayicon.c
1606                 Update API
1607
1608 2007-06-19 [colin]      2.9.2cvs71
1609
1610         * src/compose.c
1611         * src/messageview.c
1612                 Fix crash mentioned in bug 1246
1613                 Race condition when automatically drafting
1614                 due to insertion on reedit.
1615
1616 2007-06-18 [wwp]        2.9.2cvs70
1617
1618         * src/importldif.c
1619                 LDIF import: use a "Proceed" button to complete
1620                 the process.
1621
1622 2007-06-18 [paul]       2.9.2cvs69
1623
1624         * configure.ac
1625                 use pkgconfig to check for gtk and glib
1626
1627 2007-06-17 [wwp]        2.9.2cvs68
1628
1629         * src/ldif.c
1630         * src/importldif.c
1631                 LDIF import: better error handling, minor code
1632                 and UI cleanup, and renamed the Save button
1633                 to Close, as imported stuff is already saved
1634                 when the Save button is shown.
1635
1636 2007-06-17 [colin]      2.9.2cvs67
1637
1638         * src/prefs_summaries.c
1639         * src/procmsg.c
1640                 Don't set as read when forwarded, only replied to
1641
1642 2007-06-17 [paul]       2.9.2cvs66
1643
1644         * src/alertpanel.c
1645                 add missing #include
1646
1647 2007-06-16 [colin]      2.9.2cvs65
1648
1649         * src/prefs_summaries.c
1650         * src/procmsg.c
1651                 Change the pref "Only mark as read when opened
1652                 in new window" to "..., replied to or forwarded".
1653                 Based on a patch by Paul Rolland.
1654
1655 2007-06-16 [paul]       2.9.2cvs64
1656
1657         * src/gtk/authors.h
1658                 alphabetical order! :)
1659
1660 2007-06-16 [colin]      2.9.2cvs63
1661
1662         * AUTHORS
1663         * src/gtk/authors.h
1664                 Add Michael Rasmussen in authors list
1665
1666 2007-06-16 [colin]      2.9.2cvs62
1667
1668         * src/messageview.c
1669                 Fix messageview_copy_clipboard to take advantage
1670                 of plugins' get_selection.
1671
1672 2007-06-15 [colin]      2.9.2cvs61
1673
1674         * src/action.c
1675         * src/addr_compl.c
1676         * src/addressbook.c
1677         * src/folderview.c
1678         * src/message_search.c
1679         * src/mimeview.c
1680         * src/summary_search.c
1681         * src/summaryview.c
1682         * src/textview.c
1683                 Allow GDK_KP_Enter to do the same as GDK_Return
1684                 Patch by Michael Rasmussen
1685
1686 2007-06-15 [paul]       2.9.2cvs60
1687
1688         * src/compose.c
1689                 fix bug when closing a compose window
1690                 during autosave
1691
1692 2007-06-14 [paul]       2.9.2cvs59
1693
1694         * src/main.c
1695         * src/common/defs.h
1696                 migrate sylpheed config
1697
1698 2007-06-14 [wwp]        2.9.2cvs58
1699
1700         * src/gtk/pluginwindow.c
1701                 Yet another attempt to fix sizing/alignment of the
1702                 button bar in plugins window.
1703
1704 2007-06-12 [colin]      2.9.2cvs57
1705
1706         * po/POTFILES.in
1707         * src/Makefile.am
1708         * src/folderview.c
1709         * src/prefs_common.c
1710         * src/prefs_common.h
1711         * src/prefs_summaries.c
1712         * src/prefs_summary_open.c
1713         * src/prefs_summary_open.h
1714         * src/summaryview.c
1715                 Make "when entering a folder" actions more personalisable
1716
1717 2007-06-12 [wwp]        2.9.2cvs56
1718
1719         * tools/README
1720                 Use short description from Paul (mairix.sh).
1721
1722 2007-06-12 [wwp]        2.9.2cvs55
1723
1724         * tools/README
1725                 Updated info about mairix.sh.
1726
1727 2007-06-11 [paul]       2.9.2cvs54
1728
1729         * src/prefs_logging.c
1730                 rework log window length widgets
1731                 and some sensitivity fixes
1732
1733 2007-06-11 [paul]       2.9.2cvs53
1734
1735         * src/mainwindow.c
1736         * src/prefs_logging.c
1737                 rename 'Protocol Log' to 'Network Log'
1738                 and some function renaming
1739
1740 2007-06-10 [wwp]        2.9.2cvs52
1741
1742         * src/gtk/pluginwindow.c
1743                 Revert 2.9.2cvs51.
1744
1745 2007-06-10 [wwp]        2.9.2cvs51
1746
1747         * src/gtk/pluginwindow.c
1748                 Fix button bar in plugin window, was centered and not
1749                 behaving like other dialogs w/ such button bar.
1750
1751 2007-06-08 [wwp]        2.9.2cvs50
1752
1753         * src/compose.c
1754         * src/compose.h
1755         * src/main.c
1756         * src/mainwindow.c
1757         * src/mainwindow.h
1758                 Provide a way out of automatic draft saving on IMAP, when
1759                 exiting offline.
1760                 Prevent drafting while sending and quitting while sending.
1761                 Thanks for Colin.
1762
1763
1764
1765 2007-06-08 [wwp]        2.9.2cvs49
1766
1767         * src/prefs_account.c
1768         * src/gtk/prefswindow.c
1769         * src/gtk/prefswindow.h
1770                 Activate the Basic page when opening account prefs.
1771
1772 2007-06-08 [wwp]        2.9.2cvs48
1773
1774         * src/common/socket.c
1775                 Don't crash if fork() fails, thanks to Colin.
1776
1777 2007-06-08 [wwp]        2.9.2cvs47
1778
1779         * src/gtk/prefswindow.c
1780                 Wrap some long lines, and reset horizontal scroller's adjusment
1781                 (this was already done, vertically), when changing tab (not page)
1782                 in prefs windows.
1783
1784 2007-06-08 [paul]       2.9.2cvs46
1785
1786         * src/common/utils.c
1787                 use gethostname() instead of uname()
1788                 based on a patch by Michael Hughes
1789                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1790
1791 2007-06-07 [wwp]        2.9.2cvs45
1792
1793         * src/prefs_common.c
1794                 Fix some useless warnings, thanks to Colin.
1795
1796 2007-06-06 [colin]      2.9.2cvs44
1797
1798         * src/ldapupdate.c
1799                 Fix strange allocations. 
1800
1801 2007-06-06 [colin]      2.9.2cvs43
1802
1803         * src/ldapupdate.c
1804                 Patch by Michael Rasmussus to help
1805                 bug 1232
1806
1807 2007-06-05 [wwp]        2.9.2cvs42
1808
1809         * src/prefs_account.c
1810         * src/prefs_folder_item.c
1811         * src/prefs_quote.c
1812         * src/quote_fmt.c
1813         * src/quote_fmt.h
1814                 Per-folder templates can now be applied recursively.
1815                 Always save per-folder templates (formats were erroneously
1816                 saved only if they were enabled).
1817                 Check for validity of quotation marks everywhere there
1818                 are defined.
1819
1820 2007-06-05 [wwp]        2.9.2cvs41
1821
1822         * src/inc.c
1823                 Fix incoming messages from local accounts always getting filtered
1824                 (even if the account prefs say don't), thanks to Colin.
1825
1826 2007-06-05 [wwp]        2.9.2cvs40
1827
1828         * src/compose.c
1829         * src/compose.h
1830                 Use per-folder/per-account quote chars when applying a
1831                 template or inserting text as well. Const'ify some
1832                 vars more.
1833
1834 2007-06-04 [colin]      2.9.2cvs39
1835
1836         * src/compose.c
1837                 More work for wwp :)
1838
1839 2007-06-04 [wwp]        2.9.2cvs38
1840
1841         * src/compose.c
1842                 Same as 2.9.2cvs36 but for forwarding.
1843
1844 2007-06-04 [colin]      2.9.2cvs37
1845
1846         * src/compose.c
1847                 Use original mail file for forward/redirect
1848                 Fixes some forwarded mails to be attached as
1849                 application/octet-stream (when they have binary
1850                 parts), and incidentally fixes bug 848
1851                 'Redirect breaks GnuPG'
1852
1853 2007-06-04 [wwp]        2.9.2cvs36
1854
1855         * src/compose.c
1856                 Fix quote mark mis-initialisation when replying/forwarding
1857                 (introduced w/ 2.9.2cvs20).
1858
1859 2007-06-04 [wwp]        2.9.2cvs35
1860
1861         * src/prefs_compose_writing.c
1862         * src/prefs_quote.c
1863                 Fix a bug where Quotation characters (prefs/compose/writing)
1864                 was cleared (introduced w/ 2.9.2cvs26).
1865
1866 2007-06-04 [wwp]        2.9.2cvs34
1867
1868         * src/prefs_account.c
1869         * src/prefs_account.h
1870                 Better fix for compiling w/o aspell (rollbacks
1871                 2.9.2cvs31).
1872
1873 2007-06-04 [wwp]        2.9.2cvs33
1874
1875         * src/account.c
1876         * src/prefs_account.c
1877         * src/prefs_account.h
1878         * src/procmsg.c
1879                 It's now possible to disable mail filtering plugins
1880                 on a per-account basis.
1881
1882 2007-06-04 [wwp]        2.9.2cvs32
1883
1884         * src/procheader.c
1885         * src/common/utils.c
1886         * src/common/utils.h
1887                 Support CRLF in headers part of messages.
1888                 Support few more date formats (RFC3339 subsets).
1889
1890 2007-06-04 [wwp]        2.9.2cvs31
1891
1892         * src/prefs_account.c
1893                 Fix compiling w/o aspell support.
1894
1895 2007-06-03 [wwp]        2.9.2cvs30
1896
1897         * src/prefs_gtk.c
1898                 Don't decode leading ENV_ and ~ in P_PASSWORD
1899                 values.
1900
1901 2007-06-03 [wwp]        2.9.2cvs29
1902
1903         * src/prefs_gtk.c
1904                 Don't decode leading ENV_ and ~ in P_PASSWORD
1905                 values.
1906
1907 2007-06-03 [wwp]        2.9.2cvs28
1908
1909         * src/prefs_account.c
1910         * src/gtk/prefswindow.c
1911         * src/gtk/prefswindow.h
1912                 Added a way to force preloading of all pages
1913                 (prefswindow).
1914                 Moved tabs to pages in account prefs.
1915
1916 2007-06-02 [colin]      2.9.2cvs27
1917
1918         * src/addressbook.c
1919                 Fix possible crash, fix ldap write bugs
1920         * src/ldapupdate.c
1921                 Fix ldap write bugs - patch by Michael
1922                 Rasmussen
1923         * src/alertpanel.c
1924         * src/alertpanel.h
1925                 Add a hook whenever alertpanel opens/closes
1926
1927 2007-05-31 [wwp]        2.9.2cvs26
1928
1929         * src/prefs_compose_writing.c
1930         * src/prefs_quote.c
1931                 Re-organized writing options a bit:
1932                  - renamed the Quoting page to Templates
1933                  - moved all composing templates to that page
1934                  - moved non-templates options to the Writing one,
1935                    grouped reply-related options, reordered reply and
1936                    forward options.
1937
1938 2007-05-31 [wwp]        2.9.2cvs25
1939
1940         * src/compose.c
1941                 Removed unused code.
1942
1943 2007-05-31 [colin]      2.9.2cvs24
1944
1945         * src/addressbook.c
1946                 Fix missing display name when modifying
1947                 LDAP. Patch by Michael Rasmussen
1948
1949 2007-05-31 [wwp]        2.9.2cvs23
1950
1951         * src/plugins/bogofilter/Makefile.am
1952         * src/plugins/clamav/Makefile.am
1953         * src/plugins/demo/Makefile.am
1954         * src/plugins/dillo_viewer/Makefile.am
1955         * src/plugins/spamassassin/Makefile.am
1956                 Fix building of those plugins in Mac OS X.
1957
1958 2007-05-30 [wwp]        2.9.2cvs22
1959
1960         * src/gtk/quicksearch.c
1961                 Fix missing initialization.
1962
1963 2007-05-30 [wwp]        2.9.2cvs21
1964
1965         * src/procheader.c
1966                 Revert accidental commit (debug outputs).
1967
1968 2007-05-30 [wwp]        2.9.2cvs20
1969
1970         * src/compose.c
1971         * src/folder_item_prefs.c
1972         * src/folder_item_prefs.h
1973         * src/prefs_account.c
1974         * src/prefs_account.h
1975         * src/prefs_folder_item.c
1976         * src/prefs_gtk.c
1977         * src/prefs_gtk.h
1978                 Implemented per-account and per-folder
1979                 compose/reply/forward formats.
1980
1981 2007-05-30 [wwp]        2.9.2cvs19
1982
1983         * src/prefs_compose_writing.c
1984         * src/prefs_quote.c
1985         * src/procheader.c
1986         * src/quote_fmt.c
1987         * src/quote_fmt.h
1988                 Internal API changes (factorize quote format
1989                 prefs and checks).
1990
1991 2007-05-30 [colin]      2.9.2cvs18
1992
1993         * src/compose.c
1994                 Fix race where it's possible to re-click Send
1995                 between end of SMTP session and end of "move to
1996                 sent folder" when sending an email with send
1997                 dialog enabled.
1998
1999 2007-05-30 [colin]      2.9.2cvs17
2000
2001         * src/crash.c
2002                 Ask for backtrace on all threads. Patch by
2003                 Pawel
2004         * src/folderview.c
2005                 Fix stale news statusbar when scanning fails.
2006                 Patch by Pawel
2007         * src/ldapupdate.c
2008                 Fix some LDAP write updates bugs. Patch
2009                 by Michael Rasmussen
2010
2011 2007-05-29 [colin]      2.9.2cvs16
2012
2013         * src/imap.c
2014                 Fix loss of local flags when moving mails
2015                 on IMAP in high-bandwidth mode (UID FETCH)
2016
2017 2007-05-25 [paul]       2.9.2cvs15
2018
2019         * src/common/socket.c
2020                 fix sometimes crasher on cancelling
2021                 message sending
2022
2023 2007-05-25 [colin]      2.9.2cvs14
2024
2025         * src/imap.c
2026                 Fix a memory leak
2027         * src/imap_gtk.c
2028                 Be more helpful in the subscription
2029                 message
2030
2031 2007-05-23 [wwp]        2.9.2cvs13
2032
2033         * src/compose.c
2034         * src/prefs_compose_writing.c
2035         * src/prefs_quote.c
2036         * src/prefs_template.c
2037         * src/prefs_template.h
2038         * src/quote_fmt.c
2039         * src/quote_fmt.h
2040         * src/quote_fmt_lex.l
2041         * src/quote_fmt_parse.y
2042                 Introduced new syntax elements (symbols and commands)
2043                 in templates/quote_fmt. Compatibility w/ old
2044                 symbols is kept.
2045                 Updated and reworked the corresponding Information
2046                 dialog.
2047                 Display the line number in dialogs that talk about
2048                 parser errors (in addition to the error message in
2049                 output).
2050
2051 2007-05-23 [wwp]        2.9.2cvs12
2052
2053         * src/quote_fmt_parse.y
2054                 Fix 2.9.2cvs11, probably a paste accident ;).
2055
2056 2007-05-23 [wwp]        2.9.2cvs11
2057
2058         * src/compose.c
2059         * src/prefs_template.c
2060         * src/quote_fmt.h
2061         * src/quote_fmt_parse.y
2062                 Fix 2.9.2cvs10, which broke --disable-aspell.
2063
2064 2007-05-22 [wwp]        2.9.2cvs10
2065
2066         * src/compose.c
2067         * src/prefs_template.c
2068         * src/quote_fmt.c
2069         * src/quote_fmt.h
2070         * src/quote_fmt_lex.l
2071         * src/quote_fmt_parse.y
2072         * src/gtk/gtkaspell.c
2073         * src/gtk/gtkaspell.h
2074                 Added template/quote format syntactical elements
2075                 to show and query:
2076                         - current dictionary
2077                           %T to show (shows empty if not set or not enabled),
2078                           ?T and !T to check if the default dictionary is
2079                           enabled and set
2080                         - current account's default dictionary
2081                           %aT to show (empty if not set or not enabled),
2082                           ?aT and !aT to check if it's enabled and set
2083                         - name completion for an address, from the address
2084                           book
2085                           %ABf, %ABt, %ABc respectively show the full name got
2086                           from the address book if From, To or Cc match a single
2087                           contact.
2088                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2089                           matches any contact and if the full name is non-empty.
2090                           If From, To or Cc are lists of email addresses, only
2091                           the first address will be checked.
2092                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2093                 that could show a trailing ','.
2094                 Also, template/quote_fmt parser now shows the line number in case
2095                 of parser error.
2096
2097 2007-05-15 [colin]      2.9.2cvs9
2098
2099         * src/main.c
2100         * src/main.h
2101                 Add a public function to know whether Claws
2102                 crashed last time
2103                 Store opened folder when exiting
2104         * src/folder.c
2105         * src/folder.h
2106                 Store last opened message in each FolderItem;
2107                 Reset last seen messages if Claws crashed, so 
2108                 that one can't go in an infinite crash in case 
2109                 a particular mail crashes Claws.
2110         * src/messageview.c
2111         * src/prefs_common.c
2112         * src/prefs_common.h
2113         * src/summaryview.c
2114         * src/prefs_summaries.c
2115                 Add "Select last opened message" when entering
2116                 a folder
2117                 Add "Select last opened folder" at startup.
2118
2119 2007-05-14 [colin]      2.9.2cvs8
2120
2121         * manual/xml2pdf
2122                 Fix bashism, search for xml catalog 
2123                 in /usr/local/share/xml/catalog too
2124                 Patch by Pawel
2125
2126 2007-05-13 [wwp]        2.9.2cvs7
2127
2128         * src/gtk/logwindow.c
2129                 fix raising log windows when they are either minimized or
2130                 in background.
2131
2132 2007-05-11 [colin]      2.9.2cvs6
2133
2134         * src/gtk/filesel.c
2135                 Use Hildon's file chooser on Maemo. Patch
2136                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2137                 'File attachment "manipulation" bugs...'
2138
2139 2007-05-10 [wwp]        2.9.2cvs5
2140
2141         * src/prefs_common.c
2142         * src/prefs_common.h
2143         * src/gtk/quicksearch.c
2144                 Add a quicksearch option to automatically run
2145                 a search selected from the history (this option
2146                 is exclusive towards type-ahead).
2147
2148 2007-05-10 [colin]      2.9.2cvs4
2149
2150         * src/imap.c
2151                 Fix g_warnings, thanks to Brian
2152                 Morrison
2153
2154 2007-05-09 [colin]      2.9.2cvs3
2155
2156         * src/crash.c
2157         * src/exporthtml.c
2158         * src/mbox.c
2159         * src/prefs_summaries.c
2160         * src/procheader.c
2161         * src/common/log.c
2162         * src/common/utils.c
2163         * src/gtk/gtksourceprintjob.c
2164         * src/gtk/sslcertwindow.c
2165                 Use the re-entrant variant of time functions
2166                 Probably fixes bug 1217, 'reentrancy problems 
2167                 with time functions'
2168
2169 2007-05-09 [colin]      2.9.2cvs2
2170
2171         * src/imap.c
2172                 Fix crasher when reconnection fails
2173
2174 2007-05-08 [paul]       2.9.2cvs1
2175
2176         * NEWS
2177         * README
2178         * RELEASE_NOTES
2179         * configure.ac
2180                 bump version number following
2181                 stable release
2182
2183 2007-05-08 [paul]       2.9.1cvs48
2184
2185         * src/plugins/demo/demo.c
2186         * src/plugins/dillo_viewer/dillo_prefs.c
2187         * src/plugins/dillo_viewer/dillo_prefs.h
2188         * src/plugins/dillo_viewer/dillo_viewer.c
2189         * src/plugins/pgpcore/pgp_viewer.c
2190         * src/plugins/pgpcore/pgp_viewer.h
2191         * src/plugins/pgpcore/plugin.c
2192         * src/plugins/pgpcore/prefs_gpg.c
2193         * src/plugins/pgpcore/prefs_gpg.h
2194         * src/plugins/pgpcore/sgpgme.c
2195         * src/plugins/pgpcore/sgpgme.h
2196         * src/plugins/pgpinline/plugin.c
2197         * src/plugins/pgpmime/pgpmime.c
2198         * src/plugins/pgpmime/pgpmime.h
2199         * src/plugins/pgpmime/plugin.c
2200         * src/plugins/spamassassin/spamassassin.c
2201         * src/plugins/spamassassin/spamassassin.h
2202         * src/plugins/spamassassin/spamassassin_gtk.c
2203         * src/plugins/trayicon/README
2204         * tools/README
2205         * tools/README.sylprint
2206         * tools/outlook2claws-mail.pl
2207         * tools/sylprint.pl
2208         * tools/tb2claws-mail
2209         * tools/tbird2claws.py
2210         * tools/update-po
2211         * tools/vcard2xml.py
2212         * tools/kdeservicemenu/README
2213                 cleanups and corrections
2214
2215 2007-05-06 [wwp]        2.9.1cvs47
2216
2217         * tools/uudec
2218                 Fix missing dash to `display` command-line, reported
2219                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2220
2221 2007-05-06 [colin]      2.9.1cvs46
2222
2223         * src/Makefile.am
2224         * src/stock_pixmap.c
2225         * src/stock_pixmap.h
2226         * src/pixmaps/printer.xpm
2227                 Add a printer icon
2228
2229 2007-05-06 [paul]       2.9.1cvs45
2230
2231         * src/compose.c
2232         * src/ldapquery.c
2233         * src/privacy.h
2234         * src/summary_search.c
2235         * src/summaryview.c
2236                 fix build warnings
2237
2238 2007-05-05 [wwp]        2.9.1cvs44
2239
2240         * src/messageview.c
2241         * src/mh.c
2242         * src/prefs_actions.c
2243         * src/prefs_gtk.c
2244         * src/summaryview.c
2245         * src/common/xml.c
2246                 Fix "faild" typos everywhere and capitalization of
2247                 some g_warnings.
2248
2249 2007-05-04 [colin]      2.9.1cvs43
2250
2251         * src/compose.c
2252         * src/privacy.c
2253         * src/privacy.h
2254         * src/plugins/pgpcore/prefs_gpg.c
2255         * src/plugins/pgpcore/prefs_gpg.h
2256         * src/plugins/pgpinline/pgpinline.c
2257         * src/plugins/pgpmime/pgpmime.c
2258                 Add an API to warn about encryption limits,
2259                 and allow to disable these warnings
2260
2261 2007-05-03 [colin]      2.9.1cvs42
2262
2263         * src/summaryview.c
2264         * src/mainwindow.c
2265                 Fix bug 1213, 'Delete more than 
2266                 one thread at once'
2267
2268 2007-05-03 [wwp]        2.9.1cvs41
2269
2270         * src/prefs_common.c
2271         * src/prefs_filtering.c
2272         * src/prefs_template.c
2273         * src/common/template.c
2274         * src/common/template.h
2275         * src/gtk/gtkutils.c
2276         * src/gtk/gtkutils.h
2277                 Templates are no longer automatically sorted
2278                 by name, but can be sorted manually using
2279                 |< < > >| buttons as well as drag'n'drop.
2280
2281 2007-05-03 [wwp]        2.9.1cvs40
2282
2283         * src/plugins/spamassassin/spamassassin.c
2284         * src/plugins/spamassassin/spamassassin.h
2285         * src/plugins/spamassassin/spamassassin_gtk.c
2286         * src/plugins/bogofilter/bogofilter.c
2287         * src/plugins/bogofilter/bogofilter.h
2288         * src/plugins/bogofilter/bogofilter_gtk.c
2289                 Added an option to conditionally mark saved spam
2290                 as read (default is and was to do so).
2291                 Satisfies feature request 1708539 on sf.net tracker.
2292
2293 2007-05-03 [colin]      2.9.1cvs39
2294
2295         * src/inc.c
2296                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2297
2298 2007-05-02 [colin]      2.9.1cvs38
2299
2300         * src/textview.c
2301                 Fix bug 1209, 'Clicking on address 
2302                 in header (mailto uri) selects 
2303                 default account'. Patch adapted from
2304                 G.P. Halkes' patch.
2305
2306 2007-05-02 [colin]      2.9.1cvs37
2307
2308         * src/grouplistdialog.c
2309                 Set cursor to wait cursor while loading
2310                 groups.
2311
2312 2007-05-02 [paul]       2.9.1cvs36
2313
2314         * src/folder.c
2315         * src/common/defs.h
2316                 rename cache and mark files
2317                 (data is preserved)
2318
2319 2007-04-30 [paul]       2.9.1cvs35
2320
2321         * manual/glossary.xml
2322         * manual/plugins.xml
2323                 updates. Patch by Ricardo
2324
2325 2007-04-29 [wwp]        2.9.1cvs34
2326
2327         * src/mainwindow.c
2328         * configure.ac
2329                 Fix few grammatical errors (patch by David Relson < relson at
2330                 osagesoftware dot com >).
2331
2332 2007-04-28 [colin]      2.9.1cvs33
2333
2334         * src/account.c
2335         * src/pop.c
2336         * src/prefs_account.c
2337         * src/prefs_account.h
2338                 Drop the "Download all" preference. It's
2339                 stupidly useless and confuses people from
2340                 time to time.
2341
2342 2007-04-27 [wwp]        2.9.1cvs32
2343
2344         * src/account.c
2345         * src/prefs_account.c
2346         * src/prefs_account.h
2347                 Don't reflect accounts changes to the mainwindow when it's
2348                 not necessary.
2349
2350 2007-04-27 [colin]      2.9.1cvs31
2351
2352         * src/folder.c
2353                 Freeze/thaw when sync'ing flags
2354         * src/imap.c
2355         * src/prefs_account.c
2356         * src/prefs_account.h
2357         * src/etpan/imap-thread.c
2358         * src/etpan/imap-thread.h
2359                 Add a way to use UID FETCH instead
2360                 of searches to fetch message lists
2361                 and flags. More expensive towards
2362                 bandwidth, less expensive towards
2363                 server's CPU. Probably fixes 
2364                 bug 1158, 'Scanning new folders on 
2365                 Exchange 2007 extremely slow'.
2366                 Patch 95% by Hoa.
2367
2368 2007-04-27 [paul]       2.9.1cvs30
2369
2370         * src/mainwindow.c
2371         * src/prefs_logging.c
2372                 improvements to english usage
2373
2374 2007-04-27 [colin]      2.9.1cvs29
2375
2376         * src/imap.c
2377                 Fix build without libetpan (my bad!)
2378
2379 2007-04-26 [colin]      2.9.1cvs28
2380
2381         * src/imap.c
2382         * src/imap.h
2383                 Fix uselessly exported function
2384         * src/textview.c
2385                 Consider "- -- \n" as signature separator
2386                 (that's what signature separators look like
2387                  in PGP/Inline signed mails)
2388
2389 2007-04-26 [colin]      2.9.1cvs27
2390
2391         * configure.ac
2392                 libetpan-0.49 is now required
2393         * src/procmime.c
2394                 Fix double fetching of mails if
2395                 first try failed
2396         * src/imap.c
2397                 Make offline sync faster, by
2398                 remembering last change time, and
2399                 last sync time.
2400
2401 2007-04-26 [hoa]        2.9.1cvs26
2402
2403         * src/imap.c
2404         * src/imap.h
2405         * src/mainwindow.c
2406         * src/toolbar.c
2407         * src/etpan/imap-thread.c
2408         * src/etpan/imap-thread.h
2409                 cancellation of IMAP operations is now allowed.
2410                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2411
2412 2007-04-26 [colin]      2.9.1cvs25
2413
2414         * src/folder.c
2415                 Always fetch body+headers in folders that are
2416                 synched for offline use, if "Synchronise as
2417                 soon as possible" is set.
2418                 Fixes bug 1200, 'Add option to always retrieve full 
2419                 messages'
2420
2421 2007-04-25 [colin]      2.9.1cvs24
2422
2423         * src/compose.c
2424                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2425                 persists...'
2426
2427 2007-04-24 [colin]      2.9.1cvs23
2428
2429         * src/folderview.c
2430                 Fix bug 1195, 'Hardware key navigation' 
2431                 Make GDK_Enter toggle expansion (Maemo)
2432
2433 2007-04-24 [wwp]        2.9.1cvs22
2434
2435         * src/compose.c
2436                 Fix few compiler warnings.
2437
2438 2007-04-24 [paul]       2.9.1cvs21
2439
2440         * src/Makefile.am
2441         * src/stock_pixmap.c
2442         * src/stock_pixmap.h
2443                 complete last commit
2444
2445 2007-04-24 [paul]       2.9.1cvs20
2446
2447         * src/gtk/about.c
2448         * src/pixmaps/active.xpm
2449         * src/pixmaps/checkbox_off.xpm
2450         * src/pixmaps/checkbox_on.xpm
2451         * src/pixmaps/inactive.xpm
2452                 kick out the blobs
2453                 remove transparent border from checkbox icons
2454
2455 2007-04-24 [wwp]        2.9.1cvs19
2456
2457         * src/textview.c
2458         * src/textview.h
2459                 Fix a crash in textview, thanks to Colin.
2460
2461 2007-04-23 [wwp]        2.9.1cvs18
2462
2463         * src/prefs_common.c
2464                 Fix 2.9.1cvs5: no header was being translated at all.
2465
2466 2007-04-23 [colin]      2.9.1cvs17
2467
2468         * src/Makefile.am
2469         * src/stock_pixmap.c
2470         * src/stock_pixmap.h
2471         * src/summaryview.c
2472         * src/summaryview.h
2473         * src/gtk/gtksctree.c
2474         * src/gtk/gtksctree.h
2475         * src/pixmaps/selection.xpm
2476                 Fix bug 1193, 'Need a way to multi-select
2477                 items'. Add a toggle button to the summaryview
2478                 to switch between normal and multiple selection
2479                 (Maemo)
2480
2481 2007-04-23 [colin]      2.9.1cvs16
2482
2483         * src/Makefile.am
2484         * src/stock_pixmap.c
2485         * src/stock_pixmap.h
2486         * src/summaryview.c
2487         * src/summaryview.h
2488         * src/gtk/gtksctree.c
2489         * src/gtk/gtksctree.h
2490         * src/pixmaps/selection.xpm
2491                 Fix bug 1193, 'Need a way to multi-
2492                 select items'
2493                 Add a toggle button in the summaryview
2494                 to enable normal or multiple selection.
2495                 (Maemo)
2496
2497 2007-04-23 [colin]      2.9.1cvs15
2498
2499         * src/compose.c
2500                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2501
2502 2007-04-21 [colin]      2.9.1cvs14
2503
2504         * src/gtk/quicksearch.c
2505                 Fix previous commit (actually use correct
2506                 parameter)
2507
2508 2007-04-21 [colin]      2.9.1cvs13
2509
2510         * src/gtk/quicksearch.c
2511                 Fix changing quicksearch type (after Esc,
2512                 after changing Recursive, ...)
2513
2514 2007-04-20 [wwp]        2.9.1cvs12
2515
2516         * src/gtk/Makefile.am
2517                 Added headers.h (completes 2.9.1cvs5).
2518
2519 2007-04-20 [wwp]        2.9.1cvs11
2520
2521         * src/addressbook.c
2522                 Fix the use of display name in name column,
2523                 it has been overriden w/ the use of nickname
2524                 by 2.9.0cvs3. Now nickname is used (if any)
2525                 in case of LDAP books only.
2526
2527 2007-04-20 [colin]      2.9.1cvs10
2528
2529         * src/mimeview.c
2530         * src/summaryview.c
2531         * src/textview.c
2532                 Add handling of 'a' to loop in a mail's
2533                 mimeparts
2534
2535 2007-04-20 [colin]      2.9.1cvs9
2536
2537         * src/toolbar.c
2538                 Fix bug 1190, 'dir_open' button doesn't work'
2539                 (Maemo)
2540
2541 2007-04-20 [colin]      2.9.1cvs8
2542
2543         * src/folderview.c
2544         * src/mainwindow.c
2545                 Fix bug 1194, 'Hardware keys move from email 
2546                 list to account/directory list, but not back 
2547                 to email list...' (Maemo)
2548
2549 2007-04-20 [colin]      2.9.1cvs7
2550
2551         * src/compose.h
2552                 complete previous commit
2553
2554 2007-04-20 [colin]      2.9.1cvs6
2555
2556         * src/compose.c
2557                 Fix bug 1187, 'Reply-to addressee disappears 
2558                 when reply-to text box is clicked...' (Maemo)
2559
2560 2007-04-20 [wwp]        2.9.1cvs5
2561
2562         * po/POTFILES.in
2563         * src/addressbook.c
2564         * src/compose.c
2565         * src/filtering.c
2566         * src/headerview.c
2567         * src/matcher.c
2568         * src/prefs_common.c
2569         * src/prefs_common.h
2570         * src/prefs_display_header.c
2571         * src/prefs_matcher.c
2572         * src/summaryview.c
2573         * src/gtk/headers.h
2574         * src/gtk/quicksearch.c
2575                 Translate more header names according to the relevant option value,
2576                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2577                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2578                 to prefs_common_translated_header_name().
2579                 Added a headers.h reference file that contains known header names
2580                 (RFC2822 and others) to the translation process' input, so that
2581                 translated header names will still exist even if no occurrence of
2582                 _("headername") is found anymore in the sources.
2583                 Don't translate column name 'Number' following to trans_hdr option
2584                 value as it's not a header name.
2585
2586 2007-04-20 [colin]      2.9.1cvs4
2587
2588         * src/gtk/quicksearch.c
2589         * src/gtk/quicksearch.h
2590                 Add "From, To or Subject" quicksearch
2591                 type. Patch by ulfschaper@users.sf.net
2592
2593 2007-04-20 [colin]      2.9.1cvs3
2594
2595         * src/matcher.c
2596                 Implement proper references filtering condition.
2597                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2598
2599 2007-04-19 [wwp]        2.9.1cvs2
2600
2601         * src/prefs_display_header.c
2602         * src/message_search.c
2603                 Fix few warnings (g_free of const gchar*).
2604
2605 2007-04-19 [paul]       2.9.1cvs1
2606
2607         * NEWS
2608         * README
2609         * RELEASE_NOTES
2610         * configure.ac
2611                 bump version number following
2612                 stable release
2613
2614 2007-04-19 [paul]       2.9.0cvs9
2615
2616         * manual/advanced.xml
2617         * manual/glossary.xml
2618                 fix typos
2619
2620 2007-04-18 [paul]       2.9.0cvs8
2621
2622         * src/pop.c
2623                 fix for CVE-2007-1558 (APOP)
2624                 Thanks to Colin
2625
2626 2007-04-18 [paul]       2.9.0cvs7
2627
2628         * src/messageview.c
2629         * src/mimeview.c
2630         * src/summaryview.c
2631         * src/gtk/filesel.c
2632                 Fix encoding woes wrt saving of
2633                 mails and parts
2634                 Thanks to Colin
2635
2636 2007-04-18 [colin]      2.9.0cvs6
2637
2638         * src/gtk/pluginwindow.c
2639                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2640
2641 2007-04-17 [wwp]        2.9.0cvs5
2642
2643         * src/addressadd.c
2644         * src/addressbook.c
2645         * src/addrindex.c
2646         * src/ldapupdate.c
2647                 Fix --disable-ldap build,
2648                 fix some LDAP annoyances on 
2649                 searches, thanks to Colin.
2650
2651 2007-04-17 [wwp]        2.9.0cvs4
2652
2653         * src/ldapupdate.c
2654                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2655                 like gcc 2.9x. Thanks to Colin.
2656
2657 2007-04-17 [wwp]        2.9.0cvs3
2658
2659         * src/Makefile.am
2660         * src/addressadd.c
2661         * src/addressbook.c
2662         * src/addrindex.c
2663         * src/addritem.c
2664         * src/addritem.h
2665         * src/editaddress.c
2666         * src/ldapctrl.c
2667         * src/ldapctrl.h
2668         * src/ldapquery.c
2669         * src/ldapserver.c
2670         * src/ldapserver.h
2671         * src/ldapupdate.c
2672         * src/ldapupdate.h
2673                 Add LDAP write support. Patch mostly by 
2674                 Michael <mir at datanom dot net>
2675
2676 2007-04-17 [wwp]        2.9.0cvs2
2677
2678         * src/compose.c
2679                 Prepend "Add to address book" to the context menu of compose window's sender and
2680                 recipient fields.
2681
2682 2007-04-16 [paul]       2.9.0cvs1
2683
2684         * src/gtk/authors.h
2685                 add Pader Rezso
2686
2687 2007-04-16 [paul]       2.9.0
2688
2689         * NEWS
2690         * README
2691         * RELEASE_NOTES
2692                 2.9.0 released
2693
2694 2007-04-16 [paul]       2.8.1cvs102
2695
2696         * po/fr.po
2697                 updated by Fabien Vantard
2698
2699 2007-04-16 [paul]       2.8.1cvs101
2700
2701         * po/ca.po
2702         * po/cs.po
2703         * po/de.po
2704         * po/hu.po
2705         * po/pl.po
2706         * po/pt_BR.po
2707         * po/sr.po
2708         * po/zh_CN.po
2709                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2710                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2711                 Aleksandar Urosevic, and Ralgh Young
2712
2713 2007-04-15 [mones]      2.8.1cvs100
2714
2715         * po/es.po
2716                 Updated for release
2717
2718 2007-04-14 [colin]      2.8.1cvs99
2719
2720         * src/message_search.c
2721         * src/prefs_display_header.c
2722         * src/summary_search.c
2723         * src/gtk/combobox.c
2724                 Fix allocations
2725
2726 2007-04-14 [wwp]        2.8.1cvs98
2727
2728         * src/gtk/combobox.c
2729         * src/message_search.c
2730         * src/summary_search.c
2731         * src/prefs_display_header.c
2732                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2733                 returns NULL, get the text value directly from the GtkEntry child.
2734
2735 2007-04-13 [colin]      2.8.1cvs97
2736
2737         * src/gtk/quicksearch.c
2738                 Give the focus back to summaryview when
2739                 emptying the quicksearch with Esc
2740
2741 2007-04-13 [colin]      2.8.1cvs96
2742
2743         * src/message_search.c
2744         * src/prefs_display_header.c
2745         * src/summary_search.c
2746                 Fix possibles crashes when getting text
2747                 from gtk combos
2748
2749 2007-04-13 [colin]      2.8.1cvs95
2750
2751         * src/pop.c
2752                 Add some UIDL debugging
2753
2754 2007-04-12 [colin]      2.8.1cvs94
2755
2756         * src/folder.c
2757                 Force folder scan if necessary after
2758                 copying mails, to be able to reapply
2759                 flags.
2760
2761 2007-04-11 [colin]      2.8.1cvs93
2762
2763         * src/main.c
2764                 don't scan for new mail on startup if --select
2765                 is specified (or race conditions arise). If so,
2766                 do both sequentially.
2767
2768 2007-04-09 [colin]      2.8.1cvs92
2769
2770         * src/common/defs.h
2771                 Use leafpad by default on Maemo. Patch
2772                 by Jean-Luc Biord.
2773
2774 2007-04-06 [colin]      2.8.1cvs91
2775
2776         * src/pixmaps/queue_close.xpm
2777         * src/pixmaps/queue_close_hrm.xpm
2778         * src/pixmaps/queue_close_hrm_mark.xpm
2779         * src/pixmaps/queue_close_mark.xpm
2780         * src/pixmaps/queue_open.xpm
2781         * src/pixmaps/queue_open_hrm.xpm
2782         * src/pixmaps/queue_open_hrm_mark.xpm
2783         * src/pixmaps/queue_open_mark.xpm
2784                 Move the clock one pixel down :)
2785
2786 2007-04-05 [colin]      2.8.1cvs90
2787
2788         * src/mainwindow.c
2789                 Don't sync when switching offline from
2790                 command line - it's usually too late :)
2791
2792 2007-04-05 [paul]       2.8.1cvs89
2793
2794         * src/Makefile.am
2795         * src/stock_pixmap.c
2796         * src/pixmaps/dir_close_hrm.xpm
2797         * src/pixmaps/dir_close_hrm_mark.xpm
2798         * src/pixmaps/drafts_close.xpm
2799         * src/pixmaps/drafts_close_mark.xpm
2800         * src/pixmaps/drafts_open.xpm
2801         * src/pixmaps/drafts_open_mark.xpm
2802         * src/pixmaps/inbox.xpm
2803         * src/pixmaps/inbox_close.xpm
2804         * src/pixmaps/inbox_close_hrm.xpm
2805         * src/pixmaps/inbox_close_hrm_mark.xpm
2806         * src/pixmaps/inbox_close_mark.xpm
2807         * src/pixmaps/inbox_hrm.xpm
2808         * src/pixmaps/inbox_hrm_mark.xpm
2809         * src/pixmaps/inbox_mark.xpm
2810         * src/pixmaps/inbox_open.xpm
2811         * src/pixmaps/inbox_open_hrm.xpm
2812         * src/pixmaps/inbox_open_hrm_mark.xpm
2813         * src/pixmaps/inbox_open_mark.xpm
2814         * src/pixmaps/outbox.xpm
2815         * src/pixmaps/outbox_close.xpm
2816         * src/pixmaps/outbox_close_hrm.xpm
2817         * src/pixmaps/outbox_close_hrm_mark.xpm
2818         * src/pixmaps/outbox_close_mark.xpm
2819         * src/pixmaps/outbox_hrm.xpm
2820         * src/pixmaps/outbox_hrm_mark.xpm
2821         * src/pixmaps/outbox_mark.xpm
2822         * src/pixmaps/outbox_open.xpm
2823         * src/pixmaps/outbox_open_hrm.xpm
2824         * src/pixmaps/outbox_open_hrm_mark.xpm
2825         * src/pixmaps/outbox_open_mark.xpm
2826         * src/pixmaps/queue_close.xpm
2827         * src/pixmaps/queue_close_hrm.xpm
2828         * src/pixmaps/queue_close_hrm_mark.xpm
2829         * src/pixmaps/queue_close_mark.xpm
2830         * src/pixmaps/queue_open.xpm
2831         * src/pixmaps/queue_open_hrm.xpm
2832         * src/pixmaps/queue_open_hrm_mark.xpm
2833         * src/pixmaps/queue_open_mark.xpm
2834                 updated, added and replaced icons
2835                 Icons by Colin
2836
2837 2007-04-04 [colin]      2.8.1cvs88
2838
2839         * src/imap.c
2840                 Fix build without libetpan
2841
2842 2007-04-03 [colin]      2.8.1cvs87
2843
2844         * src/imap.c
2845                 Fix crash with Citadel, and try to make
2846                 things work. this server (and specifically 
2847                 STATUS and APPEND at least) seems broken.
2848
2849 2007-04-03 [colin]      2.8.1cvs86
2850
2851         * src/folderview.c
2852                 Fix icons on folder close
2853
2854 2007-04-03 [colin]      2.8.1cvs85
2855
2856         * src/inc.c
2857                 Fix double-ask of offline override in
2858                 certain cases
2859         * src/imap.c
2860         * src/imap.h
2861         * src/imap_gtk.c
2862                 Much more efficient way to synchronise
2863                 for offline use
2864         * src/etpan/imap-thread.c
2865                 Fix possible segs
2866         * src/folder.c
2867         * src/gtk/quicksearch.c
2868                 Fix some GUI lags
2869
2870 2007-04-03 [paul]       2.8.1cvs84
2871
2872         * src/filtering.c
2873         * src/folder.c
2874         * src/folder.h
2875         * src/prefs_common.c
2876         * src/prefs_common.h
2877         * src/prefs_other.c
2878                 Fix sync being done too late
2879                 Thanks to Colin
2880
2881 2007-04-02 [colin]      2.8.1cvs83
2882
2883         * src/summaryview.c
2884                 Maemo: Put status and quicksearch at the top
2885         * src/plugins/bogofilter/bogofilter.c
2886         * src/plugins/spamassassin/spamassassin.c
2887                 Derive trash from inbox if possible
2888
2889 2007-04-02 [paul]       2.8.1cvs82
2890
2891         * src/plugins/bogofilter/bogofilter_gtk.c
2892                 a few English changes
2893
2894 2007-04-02 [paul]
2895
2896         2.9.0-rc1 released
2897
2898 2007-04-02 [colin]      2.8.1cvs81
2899
2900         * src/image_viewer.c
2901                 Fix transparent images by using
2902                 GtkImage
2903         * src/messageview.c
2904                 Flush events (on new windows) to avoid
2905                 having the textview's image resize fail
2906                 to know the available width
2907
2908 2007-04-01 [colin]      2.8.1cvs80
2909
2910         * src/prefs_account.c
2911                 If no MH mailbox exist, when creating a POP/Local
2912                 account, just create and use the default one 
2913                 instead of bailing with a "Mailbox doesn't exist"
2914                 error
2915
2916 2007-03-31 [colin]      2.8.1cvs79
2917
2918         * src/prefs_account.c
2919                 Create signature file if it doesn't exist
2920                 before editing
2921         * src/prefs_toolbar.c
2922                 Maemo: Move "Use default" on the left so
2923                 that people can find it
2924         * src/common/defs.h
2925                 Maemo: make default editor "Maemopad", 
2926                 default signature file "MyDocs/signature.txt"
2927
2928 2007-03-31 [colin]      2.8.1cvs78
2929
2930         * src/prefs_account.c
2931                 Maemo: rework account prefs so
2932                 that less horizontal scrolling
2933                 is required
2934
2935 2007-03-31 [colin]      2.8.1cvs77
2936
2937         * src/folderview.c
2938         * src/prefs_common.c
2939         * src/prefs_common.h
2940                 Fix bug 1167, 'Allow not displaying zeros 
2941                 in folder list'. Patch by MartinP
2942
2943 2007-03-31 [colin]      2.8.1cvs76
2944
2945         * AUTHORS
2946                 Add Jean-Luc Biord
2947
2948 2007-03-31 [colin]      2.8.1cvs75
2949
2950         * src/imap.c
2951                 Apply patch from bug 1172, direct
2952                 access to the folder's session instead
2953                 of using getter. Patch by MartinP
2954
2955 2007-03-31 [paul]       2.8.1cvs74
2956
2957         * src/gtk/authors.h
2958                 no need to list Fabien twice!
2959
2960 2007-03-31 [colin]      2.8.1cvs73
2961
2962         * src/inc.c
2963                 If we're currently "overriding for %d minutes",
2964                 don't ask
2965
2966 2007-03-31 [colin]      2.8.1cvs72
2967
2968         * src/compose.c
2969         * src/imap.c
2970         * src/inc.c
2971         * src/inc.h
2972         * src/messageview.c
2973         * src/news.c
2974         * src/plugins/spamassassin/spamassassin.c
2975                 Offline override: Add a parameter to allow
2976                 asking even if the override timer is running.
2977                 Allows to ask every time the user makes an
2978                 explicit action needing online access (such
2979                 as Get Mail), and not when the action is 
2980                 implicit (such as opening an IMAP folder)
2981
2982 2007-03-31 [colin]      2.8.1cvs71
2983
2984         * src/inc.c
2985                 Override offline: "No" answer shouldn't
2986                 re-ask after 3 seconds, but 10 minutes. 
2987
2988 2007-03-30 [colin]      2.8.1cvs70
2989
2990         * src/common/socket.c
2991                 Better error reporting on unix socket
2992                 failure (bind usually)
2993         * src/gtk/gtkutils.c
2994         * src/gtk/gtkutils.h
2995                 Label window: add a pulsing progress
2996                 bar to show we're not hung :)
2997         * src/folderview.c
2998         * src/main.c
2999         * src/plugins/pgpcore/sgpgme.c
3000                 Update API
3001
3002 2007-03-30 [colin]      2.8.1cvs69
3003
3004         * src/pop.c
3005         * src/prefs_common.c
3006                 Fix possible trashing of history and uidl
3007                 files on disk full problems
3008
3009 2007-03-30 [paul]       2.8.1cvs68
3010
3011         * src/mainwindow.c
3012         * src/summaryview.c
3013         * src/summaryview.h
3014                 update summary when changing layout type
3015                 (fixes wrong folder icon being displayed)
3016                 Thanks to Colin
3017
3018 2007-03-29 [colin]      2.8.1cvs67
3019
3020         * src/prefs_ext_prog.c
3021                 The browser pref is irrelevant on Maemo
3022
3023 2007-03-29 [colin]      2.8.1cvs66
3024
3025         * src/compose.c
3026         * src/compose.h
3027                 Maemo: dynamically switch headers/text position
3028         * src/prefs_common.c
3029                 Maemo: hide compose's ruler by default
3030         * src/common/socket.c
3031         * src/common/socket.h
3032                 Fix build warning
3033
3034 2007-03-29 [colin]      2.8.1cvs65
3035
3036         * src/common/socket.c
3037         * src/common/socket.h
3038                 Fix build when MAEMO_CFLAGS contains
3039                 _X_OPENSOURCE (resolv.h errors as long
3040                 as we don't add _BSD_SOURCE. Ugly).
3041
3042 2007-03-29 [wwp]        2.8.1cvs64
3043
3044         * src/prefs_logging.c
3045                 Fix sensitivity of clip-log widgets in prefs/logging,
3046                 thanks to Fabien.
3047
3048 2007-03-29 [wwp]        2.8.1cvs63
3049
3050         * po/POTFILES.in
3051                 Updated files list for translations, thanks to Fabien.
3052
3053 2007-03-29 [colin]      2.8.1cvs62
3054
3055         * src/main.c
3056         * src/common/Makefile.am
3057         * src/common/utils.c
3058                 Maybe make URI opening work in Maemo
3059                 Requires testing :)
3060
3061 2007-03-28 [colin]      2.8.1cvs61
3062
3063         * src/folder.c
3064         * src/folder.h
3065         * src/folderview.c
3066                 Add the possibility to sort folders arbitrarily
3067                 (via editing of folderlist.xml only). Patch by
3068                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3069                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3070                 be changed by the user'
3071
3072 2007-03-28 [colin]      2.8.1cvs60
3073
3074         * src/mimeview.c
3075                 Add popup menu for mime icons
3076
3077 2007-03-28 [colin]      2.8.1cvs59
3078
3079         * src/mainwindow.c
3080                 Fix a layout issue when presenting
3081                 mainwindow in Small screen layout
3082         * src/toolbar.c
3083         * src/toolbar.h
3084                 Add a "Go to folder list" button for
3085                 mainwindow, and make it default in
3086                 the Maemo build
3087
3088 2007-03-28 [colin]      2.8.1cvs58
3089
3090         * src/compose.c
3091                 Don't dynamically update title on Maemo
3092                 Patch by Jean-Luc Biord
3093
3094 2007-03-27 [colin]      2.8.1cvs57
3095
3096         * src/compose.c
3097         * src/folderview.c
3098         * src/summaryview.c
3099                 Enable tap-and-hold on Maemo
3100
3101 2007-03-26 [colin]      2.8.1cvs56
3102
3103         * src/compose.c
3104                 More popup-menu (in attachments list)
3105
3106 2007-03-26 [colin]      2.8.1cvs55
3107
3108         * src/compose.c
3109                 Enable popup-menu signal
3110
3111 2007-03-26 [colin]      2.8.1cvs54
3112
3113         * src/plugins/pgpinline/pgpinline.c
3114                 Fix bug 1111, 'PGP/inline plugin hides text 
3115                 around encrypted text block'. Patch based on
3116                 a patch from Michal Cihar.
3117
3118 2007-03-26 [wwp]        2.8.1cvs53
3119
3120         * src/procmsg.c
3121                 Fix getting a false error when sending queued message
3122                 whereas the sending was fine (if there are subfolders
3123                 in the queue folder), thanks to Colin.
3124
3125 2007-03-26 [paul]       2.8.1cvs52
3126
3127         * src/wizard.c
3128                 update FACE header in welcome message
3129
3130 2007-03-25 [colin]      2.8.1cvs51
3131
3132         * src/Makefile.am
3133                 Fix make dist
3134
3135 2007-03-25 [colin]      2.8.1cvs50
3136
3137         * src/main.c
3138                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3139
3140 2007-03-24 [colin]      2.8.1cvs49
3141
3142         * src/main.c
3143                 Fix a few launch problems on Maemo
3144                 Patch by Jean-Luc Biord
3145
3146 2007-03-24 [wwp]        2.8.1cvs48
3147
3148         * src/alertpanel.c
3149         * src/alertpanel.h
3150         * src/messageview.c
3151         * src/summaryview.c
3152                 Fix wrong action performed when closing the
3153                 "ask about account specific filtering rules
3154                 when filtering manually" dialog by pressing Escape.
3155                 Fix wrong order of buttons in the "return receipt
3156                 notification - the message was sent to several of
3157                 your accounts" dialog.
3158
3159 2007-03-24 [paul]       2.8.1cvs47
3160
3161         * src/folderview.c
3162                 an improvement to English usage
3163         * tools/kdeservicemenu/README
3164                 updated Claws url
3165
3166 2007-03-24 [paul]       2.8.1cvs46
3167
3168         * src/Makefile.am
3169         * src/stock_pixmap.c
3170         * src/pixmaps/edit_extern.xpm
3171         * src/pixmaps/mail_sign.xpm
3172                 rescue long lost icons
3173
3174 2007-03-24 [paul]       2.8.1cvs45
3175
3176         * src/toolbar.c
3177                 fix toolbar (broken in 2.8.1cvs42)
3178
3179 2007-03-23 [colin]      2.8.1cvs44
3180
3181         * src/imap.c
3182                 Correctly unsubscribe/resubscribe after
3183                 RENAME
3184
3185 2007-03-23 [colin]      2.8.1cvs43
3186
3187         * src/prefs_common.c
3188                 Maemo: as the platform is light on RAM, allow
3189                 caches to be discarded faster.
3190
3191 2007-03-23 [colin]      2.8.1cvs42
3192
3193         * src/Makefile.am
3194         * src/compose.c
3195         * src/compose.h
3196         * src/stock_pixmap.c
3197         * src/stock_pixmap.h
3198         * src/summaryview.c
3199         * src/summaryview.h
3200         * src/toolbar.c
3201         * src/toolbar.h
3202         * src/pixmaps/open_mail.xpm
3203                 Maemo changes: Add the possibility to have
3204                 "Open Email" and "Close Window" buttons on 
3205                 toolbars (and use them in Maemo's default
3206                 toolbars)
3207
3208 2007-03-23 [wwp]        2.8.1cvs41
3209
3210         * src/action.c
3211                 Reverted that part of the action dialog closure logics, to
3212                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3213                 done later in a different way (or may not).
3214
3215 2007-03-22 [wwp]        2.8.1cvs40
3216
3217         * src/action.c
3218                 Fix sticky action dialog when got no output but action command
3219                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3220
3221 2007-03-22 [colin]      2.8.1cvs39
3222
3223         * src/prefs_filtering.c
3224         * src/gtk/combobox.h
3225                 Fix escaping account names in filtering prefs
3226
3227 2007-03-22 [colin]      2.8.1cvs38
3228
3229         * src/addrindex.c
3230         * src/ldapctrl.h
3231         * src/ldapquery.c
3232                 Add any attribute specified in LDAP servers'
3233                 Search attributes to the Other Attributes tab
3234                 of contacts; Add 'telephoneNumber' in the
3235                 default list.
3236
3237 2007-03-22 [colin]      2.8.1cvs37
3238
3239         * src/folderview.c
3240         * src/folderview.h
3241         * src/mainwindow.c
3242                 Try to prevent race conditions when
3243                 changing the folder list
3244         * src/summaryview.c
3245                 Fix possible red folder icon when
3246                 switching from Small screen layout
3247                 to any other
3248
3249 2007-03-22 [colin]      2.8.1cvs36
3250
3251         * src/mainwindow.c
3252         * src/mainwindow.h
3253         * src/summaryview.c
3254                 Rename "little screen" to "Small screen"
3255         * src/gtk/Makefile.am
3256         * src/common/utils.c
3257         * src/mh.c
3258                 Fix Maemo-related compilation problems
3259
3260 2007-03-21 [colin]      2.8.1cvs35
3261
3262         * configure.ac
3263                 Fix previous commit
3264         * claws-mail.desktop
3265                 Remove .png from the Icon, it's useless
3266
3267 2007-03-21 [colin]      2.8.1cvs34
3268
3269         * configure.ac
3270         * src/Makefile.am
3271                 Add the necessary lib checking for 
3272                 Maemo
3273
3274 2007-03-21 [colin]      2.8.1cvs33
3275
3276         * src/main.c
3277                 Fix unconditional "error happened" when
3278                 sending via command-line. "lol @ myself"
3279
3280 2007-03-21 [colin]      2.8.1cvs32
3281
3282         * claws-mail-40x40.png
3283         * claws-mail-26x26.png
3284         * src/account.c
3285         * src/addressbook.c
3286         * src/compose.c
3287         * src/folderview.c
3288         * src/folderview.h
3289         * src/main.c
3290         * src/mainwindow.c
3291         * src/mainwindow.h
3292         * src/messageview.c
3293         * src/prefs_account.c
3294         * src/prefs_common.c
3295         * src/summary_search.c
3296         * src/summaryview.c
3297         * src/summaryview.h
3298         * src/gtk/authors.h
3299         * src/gtk/gtkutils.c
3300         * src/gtk/gtkutils.h
3301         * src/gtk/logwindow.c
3302         * src/gtk/menu.c
3303         * src/gtk/prefswindow.c
3304                 Add Maemo port (patch mainly by Jean-Luc Biort)
3305                 Add a new 'Little screen' layout to help on such
3306                 platforms (patch by me)
3307                 Make some default preferences different (more
3308                 adapted) on Maemo (patch by me)
3309
3310 2007-03-21 [wwp]        2.8.1cvs31
3311
3312         * src/prefs_logging.c
3313         * src/prefs_logging.h
3314                 Fixed copyright header of newly added files.
3315
3316 2007-03-21 [wwp]        2.8.1cvs30
3317
3318         * src/Makefile.am
3319         * src/filtering.c
3320         * src/filtering.h
3321         * src/folder.c
3322         * src/folderview.c
3323         * src/imap.c
3324         * src/inc.c
3325         * src/main.c
3326         * src/mainwindow.c
3327         * src/mainwindow.h
3328         * src/matcher.c
3329         * src/messageview.c
3330         * src/news.c
3331         * src/pop.c
3332         * src/prefs_common.c
3333         * src/prefs_common.h
3334         * src/prefs_logging.c
3335         * src/prefs_logging.h
3336         * src/prefs_other.c
3337         * src/procmsg.c
3338         * src/send_message.c
3339         * src/summaryview.c
3340         * src/common/log.c
3341         * src/common/log.h
3342         * src/common/nntp.c
3343         * src/common/session.c
3344         * src/common/smtp.c
3345         * src/common/socket.c
3346         * src/etpan/imap-thread.c
3347         * src/gtk/logwindow.c
3348         * src/gtk/logwindow.h
3349         * src/plugins/bogofilter/bogofilter.c
3350         * src/plugins/spamassassin/spamassassin.c
3351                 Added debugging of filtering/processing rules.
3352                 The debug log is here 'Tools/Filtering debug window',
3353                 the options there 'Configuration/Preferences/Other/Logging',
3354                 and the log file is ~/.claws-mail/filtering.log.
3355                 Moved protocol log prefs to 'Other/Logging' as well.
3356                 To support such debugging feature, the existing log API has
3357                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3358                 this impacts many external modules (commits follow).
3359
3360 2007-03-21 [paul]       2.8.1cvs29
3361
3362         * src/etpan/Makefile.am
3363         * src/etpan/imap-thread.c
3364                 add missing #include
3365
3366 2007-03-21 [colin]      2.8.1cvs28
3367
3368         * src/procmime.c
3369                 Fix bug 1157, 'some broken messages confuse 
3370                 mime parser'. Make sure we can't have MimeInfos
3371                 with negative sizes.
3372
3373 2007-03-20 [colin]      2.8.1cvs27
3374
3375         * src/main.c
3376                 Fix missing \0 on buffer
3377
3378 2007-03-20 [colin]      2.8.1cvs26
3379
3380         * src/mh.c
3381                 Use make_dir_hier instead of make_dir 
3382                 to create the MH mailbox
3383
3384 2007-03-20 [colin]      2.8.1cvs25
3385
3386         * src/folder.c
3387         * src/folder.h
3388         * src/prefs_account.c
3389         * src/wizard.c
3390                 Fix default inbox weirdnesses (after wizard,
3391                 if path is Mail, mailbox identifier is #mh/Mailbox,
3392                 and when creating new accounts)
3393
3394 2007-03-20 [colin]      2.8.1cvs24
3395
3396         * src/account.c
3397                 Write folderlist after adding/deleting accounts
3398                 that have folders
3399
3400 2007-03-20 [colin]      2.8.1cvs23
3401
3402         * src/imap.c
3403         * src/remotefolder.h
3404                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3405                 selected while scanning prior to update'
3406
3407 2007-03-17 [paul]       2.8.1cvs22
3408
3409         * src/main.c
3410                 fix a typo, and be a little more verbose.
3411
3412 2007-03-17 [wwp]        2.8.1cvs21
3413
3414         * src/inc.c
3415                 Fix a compiler warning.
3416
3417 2007-03-16 [wwp]        2.8.1cvs20
3418
3419         * tools/Makefile.am
3420         * tools/README
3421                 Updated to deal w/ the new mairix.sh tool.
3422
3423 2007-03-16 [wwp]        2.8.1cvs19
3424
3425         * src/action.c
3426                 Fix logics issues around the action IO dialog:
3427                 - disable entry widget and exec button when
3428                   the exec button is clicked (don't wait for any
3429                   output line) - fix possible disabling/re-enabling/
3430                   re-disabling of those widgets
3431                 - raise an error if executing a %as{} action either
3432                   empty or invalid, instead of failing silently
3433                 - don't close the dialog if the abort button has been
3434                   clicked and if there was no output yet
3435                 - set focus to the abort button when the exec button
3436                   is clicked
3437                 - fix capitalization of a warning message
3438
3439 2007-03-16 [wwp]        2.8.1cvs18
3440
3441         * tools/mairix.sh
3442                 Added a wrapper to mairix to the tools folder.
3443
3444 2007-03-16 [colin]      2.8.1cvs17
3445
3446         * src/messageview.c
3447         * src/mimeview.h
3448                 Allow mimeviewer plugins to print
3449                 their stuff
3450
3451 2007-03-16 [colin]      2.8.1cvs16
3452
3453         * .cvsignore
3454                 Ignore *.patchset
3455
3456 2007-03-15 [colin]      2.8.1cvs15
3457
3458         * src/messageview.c
3459         * src/mimeview.h
3460                 Add a way for mimeviewer plugins to
3461                 implement body search
3462
3463 2007-03-15 [paul]       2.8.1cvs14
3464
3465         * src/prefs_spelling.c
3466                 fix English usage
3467
3468 2007-03-15 [paul]       2.8.1cvs13
3469
3470         * src/common/quoted-printable.c
3471                 fix decoding of quoted-printable parts
3472
3473 2007-03-14 [wwp]        2.8.1cvs12
3474
3475         * src/gtk/logwindow.h
3476                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3477
3478 2007-03-14 [wwp]        2.8.1cvs11
3479
3480         * src/gtk/logwindow.h
3481                 Complete 2.8.1cvs10.
3482
3483 2007-03-14 [colin]      2.8.1cvs10
3484
3485         * src/gtk/logwindow.c
3486                 Probably fix bug 1149, crash on logwindow
3487                 close - at the expense of performance once
3488                 logwin has been opened
3489
3490 2007-03-14 [colin]      2.8.1cvs9
3491
3492         * src/main.c
3493                 If claws-mail is running on another
3494                 display, warn instead of popping it up
3495                 on the other display
3496
3497 2007-03-12 [colin]      2.8.1cvs8
3498
3499         * src/wizard.c
3500                 Fix bug 1145, 'Setting a different name 
3501                 for the Mailbox name isn't reflected in 
3502                 default account settings'. Patch by wwp
3503
3504 2007-03-12 [colin]      2.8.1cvs7
3505
3506         * src/summaryview.c
3507                 Fix bug 1143, 'Add number of messages to be 
3508                 deleted to confirmation dialog'
3509
3510 2007-03-12 [wwp]        2.8.1cvs6
3511
3512         * src/folderview.c
3513         * src/prefs_common.c
3514         * src/prefs_common.h
3515         * src/prefs_summaries.c
3516                 Changed the option that displays unread messages count
3517                 next to the folder name in folder list: it is now
3518                 possible to either display nothing, display the
3519                 unread messages number only or the unread and total messages
3520                 numbers. The patch includes this extra feature as well
3521                 as some minor fixes by rewriting the algo in folderview.c.
3522                 Thanks to Paul for the original idea and implementation, plus
3523                 testing and proof-reading!
3524
3525 2007-03-09 [paul]       2.8.1cvs5
3526
3527         * tools/Makefile.am
3528         * tools/README
3529         * tools/claws-mail-compose-insert-files.pl
3530                 added a script which enables inserting files
3531                 into the message body of a new Claws Mail
3532                 Compose window from the command line. Additionally
3533                 To, Cc, Subject and files to attach to the message
3534                 can be specified.
3535
3536 2007-03-09 [wwp]        2.8.1cvs4
3537
3538         * src/addr_compl.c
3539         * src/addr_compl.h
3540         * src/filtering.c
3541                 Optimize matching of addresses in the addressbook
3542                 (filtering/processing 'found_in_addressbook' condition).
3543
3544 2007-03-07 [wwp]        2.8.1cvs3
3545
3546         * src/quote_fmt.c
3547         * src/quote_fmt_lex.l
3548         * src/quote_fmt_parse.y
3549                 Add a new quote format symbol: %A to insert the
3550                 sender email address (just the address itself).
3551
3552 2007-03-06 [wwp]        2.8.1cvs2
3553
3554         * src/gtk/gtkutils.c
3555         * src/plugins/trayicon/trayicon_prefs.h
3556         * src/plugins/trayicon/trayicon_prefs.c
3557         * src/plugins/trayicon/trayicon.c
3558         * src/mainwindow.h
3559         * src/mainwindow.c
3560                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3561                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3562
3563
3564 2007-03-06 [paul]       2.8.1cvs1
3565
3566         * NEWS
3567         * README
3568         * RELEASE_NOTES
3569         * configure.ac
3570                 bump version number following
3571                 stable release
3572
3573 2007-03-06 [paul]       2.8.0cvs24
3574
3575         * po/cs.po
3576                 corrected by by Tim <timbrain@post.cz>
3577
3578 2007-03-05 [colin]      2.8.0cvs23
3579
3580         * src/Makefile.am
3581         * src/procmime.c
3582                 Fix mime/globs path on NetBSD
3583                 patch by George Michaelson
3584
3585 2007-03-05 [wwp]        2.8.0cvs22
3586
3587         * src/addr_compl.c
3588                 Remove debug statement (accidentally committed w/ cvs14).
3589
3590 2007-03-05 [paul]       2.8.0cvs21
3591
3592         * src/plugins/pgpcore/prefs_gpg.c
3593                 fix compiler warning
3594
3595 2007-03-05 [wwp]        2.8.0cvs20
3596
3597         * src/matcher_parser_parse.y
3598                 Fix mismerge between cvs17 and cvs19.
3599
3600 2007-03-05 [wwp]        2.8.0cvs19
3601
3602         * src/matcher_parser_parse.y
3603         * src/prefs_filtering_action.c
3604         * src/matcher.c
3605         * src/matcher.h
3606         * src/filtering.c
3607         * src/filtering.h
3608                 Add new 'add_to_addressbook' filtering/processing action.
3609
3610 2007-03-05 [wwp]        2.8.0cvs18
3611
3612         * src/filtering.c
3613                 Fix mark_as_ham filtering/processing action: spam flag
3614                 was not unset.
3615
3616 2007-03-04 [colin]      2.8.0cvs17
3617
3618         * src/filtering.c
3619         * src/matcher.c
3620         * src/matcher.h
3621         * src/matcher_parser_parse.y
3622         * src/prefs_filtering_action.c
3623                 Add 'Mark as spam' and 'Mark as ham' filtering
3624                 actions. Fixes bug 1138.
3625
3626 2007-03-04 [colin]      2.8.0cvs16
3627
3628         * src/imap.c
3629                 Fix bug 1140, wrong return value
3630                 without libetpan
3631
3632 2007-03-04 [wwp]        2.8.0cvs15
3633
3634         * src/addr_compl.c
3635                 Rollback cvs14: don't free stuff that is managed in g_list.
3636
3637 2007-03-04 [wwp]        2.8.0cvs14
3638
3639         * src/addr_compl.c
3640                 Fix a leak in address completion code.
3641
3642 2007-03-04 [colin]      2.8.0cvs13
3643
3644         * src/addr_compl.c
3645                 Maybe fix bug 1136, 'Crash in group 
3646                 address completion'
3647
3648 2007-03-04 [iwkse]      2.8.0cvs12
3649
3650         * src/imap.c
3651                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3652
3653 2007-03-03 [colin]      2.8.0cvs11
3654
3655         * src/plugins/pgpinline/pgpinline.c
3656                 Fix off-by-one, fix double-free. Fixes
3657                 bug 1135, 'cm-segfault on decrypting 
3658                 with PGP/inline'
3659
3660 2007-03-03 [colin]      2.8.0cvs10
3661
3662         * configure.ac
3663         * src/main.c
3664         * src/common/plugin.c
3665                 Fix bug 1134, 'Valgrind macros unhandled 
3666                 by Irix's cc'
3667
3668 2007-03-02 [colin]      2.8.0cvs9
3669
3670         * src/mbox.c
3671                 Don't error out on EAGAIN. Fixes 
3672                 bug 1129, '"local mbox file" account 
3673                 isn't retrieving mails'
3674
3675 2007-03-01 [wwp]        2.8.0cvs8
3676
3677         * src/mainwindow.c
3678         * src/gtk/colorlabel.c
3679                 Remove accels for extra color labels until we set better
3680                 and definitive ones.
3681
3682 2007-02-28 [wwp]        2.8.0cvs7
3683
3684         * src/mainwindow.c
3685         * src/matcher_parser_parse.y
3686         * src/prefs_common.c
3687         * src/prefs_msg_colors.c
3688         * src/procmsg.h
3689         * src/gtk/colorlabel.c
3690         * src/gtk/colorlabel.h
3691                 Add more customizable color labels. Cleaned up a bit
3692                 the color label API to avoid duplicate defines of
3693                 the max number of colors.
3694
3695 2007-02-27 [colin]      2.8.0cvs6
3696
3697         * src/mainwindow.c
3698         * src/common/utils.c
3699         * src/common/utils.h
3700                 Fix '+' in mailto URIs for List-* headers
3701
3702 2007-02-27 [colin]      2.8.0cvs5
3703
3704         * src/gtk/gtkutils.c
3705                 Use gtk_window_set_role instead of 
3706                 _set_wmclass
3707
3708 2007-02-27 [colin]      2.8.0cvs4
3709
3710         * src/inc.c
3711                 Fix "After receiving new mail, go to inbox" on IMAP,
3712                 and make it work only on manual reception
3713
3714 2007-02-27 [wwp]        2.8.0cvs3
3715
3716         * src/prefs_filtering.c
3717         * src/prefs_filtering_action.c
3718         * src/prefs_matcher.c
3719                 Update filtering matcher's and action's color label menus
3720                 when re-opening those dialogs (reflect any change to the
3721                 color labels list in the preferences).
3722
3723 2007-02-27 [colin]      2.8.0cvs2
3724
3725         * src/imap.c
3726         * src/etpan/etpan-thread-manager-types.h
3727         * src/etpan/etpan-thread-manager.c
3728         * src/etpan/imap-thread.c
3729                 Log imap ALERTs as errors in the log.
3730
3731 2007-02-26 [paul]       2.8.0cvs1
3732
3733         * tools/claws.i18n.status.pl
3734                 updated
3735
3736 2007-02-26 [paul]       2.7.2cvs75
3737
3738         * po/ca.po
3739         * po/cs.po
3740         * po/de.po
3741         * po/en_GB.po
3742         * po/fi.po
3743         * po/fr.po
3744         * po/hu.po
3745         * po/pl.po
3746         * po/pt_BR.po
3747         * po/sk.po
3748         * po/sr.po
3749         * po/zh_CN.po
3750                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3751                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3752                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3753                 Aleksandar Urosevic, and Ralgh Young
3754
3755 2007-02-25 [mones]      2.7.2cvs74
3756
3757         * po/es.po
3758                 Updated for release
3759
3760 2007-02-25 [colin]      2.7.2cvs73
3761
3762         * src/main.c
3763                 Clearing the list is only useful
3764                 to prevent a valgrind false-positive
3765
3766 2007-02-25 [paul]       2.7.2cvs72
3767
3768         * tools/Makefile.am
3769         * tools/README
3770         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3771         * tools/maildir2claws-mail.pl  **REMOVED**
3772                 renamed the script, fixed a couple bugs
3773
3774 2007-02-23 [colin]      2.7.2cvs71
3775
3776         * src/addressbook.c
3777                 Fix a leak, check for a few improbable nulls
3778
3779 2007-02-23 [colin]      2.7.2cvs70
3780
3781         * src/main.c
3782         * src/main.h
3783         * src/plugins/trayicon/trayicon.c
3784                 Fix blinking mainwin when starting in tray
3785                 (show mainwindow later in the startup process,
3786                  apart if restarting post-crash)
3787
3788 2007-02-23 [colin]      2.7.2cvs69
3789
3790         * src/folderview.c
3791         * src/imap_gtk.c
3792                 Fix crash when unsubscribing the currently
3793                 selected/opened folder
3794
3795 2007-02-23 [colin]      2.7.2cvs68
3796
3797         * src/compose.c
3798                 Fix bug that prevented colorization to
3799                 work without wrap quotation option
3800
3801 2007-02-23 [colin]      2.7.2cvs67
3802
3803         * src/addr_compl.c
3804                 Fix refcounting, start and end completion who
3805                 behaved as if there couldn't be any other current
3806                 user of completion
3807
3808 2007-02-23 [wwp]        2.7.2cvs66
3809
3810         * src/addressbook.c
3811         * src/addrindex.c
3812                 Address completion fixes: fix addressbook_peek_folder_exists() in
3813                 which the algorithm was ridiculously over-obfuscated and broken.
3814                 Fix addrindex_load_completion() as well, to load addresses in
3815                 completion list with regards to what addressbook_peek_folder_exists()
3816                 returns now.
3817
3818 2007-02-23 [wwp]        2.7.2cvs65
3819
3820         * src/addr_compl.c
3821                 Add addresses to completion when they're non-empty (thanks to Colin).
3822
3823 2007-02-23 [paul]       2.7.2cvs64
3824
3825         * src/plugins/pgpcore/passphrase.c
3826                 remove 'const '
3827
3828 2007-02-23 [colin]      2.7.2cvs63
3829
3830         * src/plugins/pgpcore/prefs_gpg.c
3831         * src/plugins/pgpcore/prefs_gpg.h
3832         * src/plugins/pgpcore/sgpgme.c
3833         * src/plugins/pgpinline/pgpinline.c
3834         * src/plugins/pgpmime/pgpmime.c
3835                 Try harder to respect user's choice wrt
3836                 gpg-agent even with gpg2, by unsetting
3837                 GPG_AGENT_INFO when necessary.
3838
3839 2007-02-22 [paul]       2.7.2cvs62
3840
3841         * src/plugins/pgpcore/sgpgme.c
3842         * src/plugins/pgpcore/sgpgme.h
3843         * src/plugins/pgpcore/passphrase.c
3844         * src/plugins/pgpinline/pgpinline.c
3845         * src/plugins/pgpmime/pgpmime.c
3846                 Fix a leak - gpgme_data_release_and_get_mem
3847                 leaks in recent gpgme. Workaround by using
3848                 our own function.
3849
3850 2007-02-22 [paul]       2.7.2cvs61
3851
3852         * src/gtk/quicksearch.c
3853                 Abandon dynamic search when pressing
3854                 Enter
3855
3856 2007-02-21 [colin]      2.7.2cvs60
3857
3858         * src/procmsg.c
3859         * src/plugins/pgpcore/passphrase.c
3860                 Fix little memory leaks
3861         * src/main.c
3862                 Fix false-positive leak at exit
3863         * src/gtk/quicksearch.c
3864                 Fix potentially big leak in recursive
3865                 Quicksearch
3866
3867 2007-02-21 [wwp]        2.7.2cvs59
3868
3869         * src/summaryview.c
3870                 Add missing newline to a debug message.
3871
3872 2007-02-20 [colin]      2.7.2cvs58
3873
3874         * src/Makefile.am
3875         * src/mimeview.c
3876         * src/stock_pixmap.c
3877         * src/stock_pixmap.h
3878         * src/pixmaps/mime_pgpsig.xpm
3879                 Add icon for application/pgp-signature
3880
3881 2007-02-20 [colin]      2.7.2cvs57
3882
3883         * src/Makefile.am
3884         * src/main.c
3885         * src/mimeview.c
3886         * src/stock_pixmap.c
3887         * src/stock_pixmap.h
3888         * src/pixmaps/mime_calendar.xpm
3889         * src/pixmaps/mime_pdf.xpm
3890         * src/pixmaps/mime_ps.xpm
3891                 Add icons for text/calendar, application/pdf
3892                 and application/postscript
3893
3894 2007-02-20 [colin]      2.7.2cvs56
3895
3896         * autogen.sh
3897         * src/matcher_parser_parse.y
3898         * src/matcher_parser_lex.l
3899                 Fix big memory leak in flex, and
3900                 require flex 2.5.31
3901
3902 2007-02-20 [wwp]        2.7.2cvs55
3903
3904         * src/matcher_parser_parse.y
3905                 Fix a duplicate token definition (thanks to iwkse).
3906
3907 2007-02-20 [wwp]        2.7.2cvs54
3908
3909         * src/matcher_parser_lex.l
3910         * src/quote_fmt_lex.l
3911                 Use proper flex options instead of direct use of #define,
3912                 make the flex-generated C lighter.
3913
3914 2007-02-20 [colin]      2.7.2cvs53
3915
3916         * src/summaryview.c
3917                 Grab focus in message list after hiding
3918                 the quicksearch, instead of leaving it
3919                 "somewhere"
3920
3921 2007-02-19 [colin]      2.7.2cvs52
3922
3923         * src/folderview.c
3924                 Fix bug 1033, 'Automatically refresh 
3925                 message list when new messages arrives'
3926                 Looks like folderview->opened can sometimes
3927                 be wrong...
3928
3929 2007-02-19 [paul]       2.7.2cvs51
3930
3931         * tools/Makefile.am
3932         * tools/README
3933         * tools/thunderbird-filters-convertor.pl
3934                 add new script which converts thunderbird filter
3935                 rules to Claws filter rules
3936
3937 2007-02-18 [paul]       2.7.2cvs50
3938
3939         * src/plugins/pgpcore/prefs_gpg.c
3940         * src/plugins/pgpcore/prefs_gpg.h
3941         * src/plugins/pgpcore/sgpgme.c
3942         * src/plugins/pgpinline/pgpinline.c
3943         * src/plugins/pgpmime/pgpmime.c
3944                 improved GUI interoperability with gpg-agent
3945
3946 2007-02-18 [paul]       2.7.2cvs49
3947
3948         * src/prefs_account.c
3949                 Privacy options sensitivity fix
3950
3951 2007-02-17 [colin]      2.7.2cvs48
3952
3953         * src/messageview.c
3954                 Reset icon to warning in the noticeview
3955
3956 2007-02-15 [colin]      2.7.2cvs47
3957
3958         * src/folderview.c
3959                 Fix a manifestation of bug 1033 (summaryview failing
3960                 to update for new mails), which happens after editing
3961                 account preferences or preferences that cause a 
3962                 folderview reload.
3963
3964 2007-02-15 [colin]      2.7.2cvs46
3965
3966         * src/addressbook.c
3967                 Probably fix bug 1123, 'Segmentation 
3968                 fault while opening address book'. I get
3969                 g_warnings if the saved paned position is
3970                 not greater than 0. Also, save position
3971                 when hiding the addressbook instead of
3972                 via signal.
3973
3974 2007-02-14 [colin]      2.7.2cvs45
3975
3976         * src/plugins/pgpcore/prefs_gpg.c
3977         * src/plugins/pgpcore/prefs_gpg.h
3978         * src/plugins/pgpcore/sgpgme.c
3979         * src/plugins/pgpinline/pgpinline.c
3980         * src/plugins/pgpmime/pgpmime.c
3981                 Add an option "Use gpg-agent if available". Fixes
3982                 annoyances with distro-installed gpg-agent, when
3983                 no pinentry program is installed, and the user's 
3984                 at a loss on why "decryption failed". Makes more
3985                 clear why passphrase isn't saved when gpg-agent is
3986                 used. Defaults to true, to avoid changing the 
3987                 current behaviour.
3988
3989 2007-02-14 [wwp]        2.7.2cvs44
3990
3991         * src/matcher_parser_parse.y
3992                 Fix missing line number reset (wrong line number might appear
3993                 when re-loading filtering rules if there's a parser error).
3994
3995 2007-02-13 [colin]      2.7.2cvs43
3996
3997         * src/common/utils.c
3998                 Don't encode ',' in URIs before passing it
3999                 to the browser command-line. It was probably
4000                 done at a time where commas in URIs made
4001                 mozilla -remote 'openurl(%s,new-window)'
4002                 bug.
4003
4004 2007-02-13 [wwp]        2.7.2cvs42
4005
4006         * src/prefs_matcher.c
4007         * src/plugins/bogofilter/bogofilter_gtk.c
4008                 A bit of string factorization around "Select ..." buttons.
4009
4010 2007-02-11 [colin]      2.7.2cvs41
4011
4012         * src/alertpanel.c
4013                 Make sure to escape the title
4014
4015 2007-02-11 [colin]      2.7.2cvs40
4016
4017         * src/codeconv.c
4018                 Recognize .utf8 locales as .UTF-8 ones
4019
4020 2007-02-11 [colin]      2.7.2cvs39
4021
4022         * src/compose.c
4023                 Fix code conversion when dragging a file
4024
4025 2007-02-09 [colin]      2.7.2cvs38
4026
4027         * src/plugins/clamav/clamav_plugin.c
4028                 Complete Paul's patch with conditional
4029                 compilation to avoid breaking compilation
4030                 on old Dapper and Edgy... Maybe other
4031                 distros too.
4032
4033 2007-02-09 [paul]       2.7.2cvs37
4034
4035         * src/plugins/clamav/clamav_plugin.c
4036                 fix for the upstream changes in libclamav
4037
4038 2007-02-09 [paul]       2.7.2cvs36
4039
4040         * src/main.c
4041         * src/mainwindow.c
4042         * src/procmsg.c
4043         * src/procmsg.h
4044                 fix "warn if there are queued messages" (on exit)
4045                 option, which only checked the first mailbox's
4046                 queue
4047                 don't ask before emptying trash if there are no
4048                 messages in trash, also check and empty all trash
4049                 folders
4050         * src/prefs_other.c
4051                 move "Ask before emptying trash" option
4052                 outside of the "On exit" frame as it's
4053                 not only an "On exit" option
4054
4055 2007-02-09 [paul]       2.7.2cvs35
4056
4057         * src/addrgather.c
4058         * src/alertpanel.c
4059         * src/editldap.c
4060         * src/prefs_account.c
4061         * src/prefs_folder_item.c
4062         * src/prefs_gtk.h
4063         * src/prefs_matcher.c
4064         * src/prefs_message.c
4065         * src/prefs_msg_colors.c
4066         * src/prefs_summaries.c
4067         * src/wizard.c
4068         * src/gtk/inputdialog.c
4069         * src/plugins/bogofilter/bogofilter_gtk.c
4070                 pedantic commit: use 'checkbtn' everywhere
4071                 instead of a mixture of 'checkbtn' and 'chkbtn'
4072
4073 2007-02-09 [paul]       2.7.2cvs34
4074
4075         * src/compose.c
4076                 fix default hotkeys
4077         * src/prefs_other.c
4078         * src/prefs_send.c
4079                 move "Never send Return Receipts" from
4080                 prefs_other to prefs_send
4081                 add an option "Ask about account specific
4082                 filtering rules..." to prefs_other
4083         * src/gtk/gtkutils.c
4084                 fix a compiler warning
4085
4086 2007-02-08 [colin]      2.7.2cvs33
4087
4088         * src/plugins/pgpinline/pgpinline.c
4089                 Fix bug 1110, 'pgpmime fails to process 
4090                 encapsulated openpgp mime (rfc 3156, 6.1 
4091                 -> rfc1847)'
4092                 It was due to an interaction between PGP/Mime
4093                 and PGP/Inline plugin. 
4094
4095 2007-02-08 [colin]      2.7.2cvs32
4096
4097         * src/inc.c
4098         * src/mbox.c
4099         * src/mbox.h
4100                 Fix bug 1117, 'fcntl locking code 
4101                 does not work in mbox.c'
4102
4103 2007-02-08 [colin]      2.7.2cvs31
4104
4105         * src/prefs_account.c
4106                 Fix Gentoo bug 165819, 'can't create 
4107                 a "local mbox file" account'. Patch
4108                 by Olivier <castan.o@free.fr>
4109
4110 2007-02-07 [colin]      2.7.2cvs30
4111
4112         * src/ldapquery.c
4113                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4114                 autocompletion was used'
4115
4116 2007-02-07 [paul]       2.7.2cvs29
4117
4118         * src/folder.c
4119                 cut down on unnecessary debug_prints
4120         * src/imap_gtk.c
4121                 fix menu_set_active() on 'Show only
4122                 subscribed folders'
4123
4124 2007-02-07 [paul]       2.7.2cvs28
4125
4126         * src/plugins/clamav/clamav_plugin.c
4127         * src/plugins/clamav/clamav_plugin.h
4128         * src/plugins/clamav/clamav_plugin_gtk.c
4129                 fix copyright header
4130
4131 2007-02-07 [paul]       2.7.2cvs27
4132
4133         * src/procheader.c
4134                 fix bug 1116, 'summary view allow a 
4135                 subject line break'
4136
4137 2007-02-06 [colin]      2.7.2cvs26
4138
4139         * src/summaryview.c
4140                 Fix delete thread
4141
4142 2007-02-05 [fabien]     2.7.2cvs25
4143
4144         * po/POTFILES.in
4145         * src/uri_opener.c
4146                 i18n related - 1 fix and 1 message for translators.
4147
4148 2007-02-05 [colin]      2.7.2cvs24
4149
4150         * src/gtk/quicksearch.c
4151                 Don't reload summary list if quicksearch wasn't
4152                 active on hiding; move currently selected mail in
4153                 the visible area when showing the quicksearch
4154
4155 2007-02-05 [colin]      2.7.2cvs23
4156
4157         * src/folderview.c
4158                 Add debug to try to solve bug 1104
4159
4160 2007-02-05 [paul]       2.7.2cvs22
4161
4162         * src/mainwindow.c
4163                 confirm before emptying trash on exit is
4164                 a Yes or No answer, use Yes or No in the
4165                 dialog
4166
4167 2007-02-04 [colin]      2.7.2cvs21
4168
4169         * src/compose.c
4170         * src/plugins/pgpcore/passphrase.c
4171         * src/plugins/pgpcore/select-keys.c
4172                 Set wmclass on new windows
4173
4174 2007-02-04 [colin]
4175
4176         2.8.0-rc1 released
4177
4178 2007-02-04 [colin]      2.7.2cvs20
4179
4180         * src/compose.c
4181         * src/compose.h
4182                 Auto save drafts on exit, reopen them
4183                 at startup, instead of asking
4184         * src/account.c
4185         * src/addressadd.c
4186         * src/addressbook.c
4187         * src/addressbook_foldersel.c
4188         * src/addrgather.c
4189         * src/crash.c
4190         * src/editaddress.c
4191         * src/editbook.c
4192         * src/editgroup.c
4193         * src/editjpilot.c
4194         * src/editldap.c
4195         * src/editldap_basedn.c
4196         * src/editvcard.c
4197         * src/exphtmldlg.c
4198         * src/expldifdlg.c
4199         * src/export.c
4200         * src/foldersel.c
4201         * src/gedit-print.c
4202         * src/import.c
4203         * src/importldif.c
4204         * src/importmutt.c
4205         * src/importpine.c
4206         * src/main.c
4207         * src/mainwindow.c
4208         * src/message_search.c
4209         * src/messageview.c
4210         * src/prefs_actions.c
4211         * src/prefs_customheader.c
4212         * src/prefs_display_header.c
4213         * src/prefs_filtering.c
4214         * src/prefs_filtering_action.c
4215         * src/prefs_folder_column.c
4216         * src/prefs_gtk.c
4217         * src/prefs_matcher.c
4218         * src/prefs_other.c
4219         * src/prefs_summaries.c
4220         * src/prefs_summary_column.c
4221         * src/prefs_template.c
4222         * src/sourcewindow.c
4223         * src/ssl_manager.c
4224         * src/summary_search.c
4225         * src/uri_opener.c
4226         * src/gtk/about.c
4227         * src/gtk/description_window.c
4228         * src/gtk/foldersort.c
4229         * src/gtk/gtkutils.c
4230         * src/gtk/gtkutils.h
4231         * src/gtk/icon_legend.c
4232         * src/gtk/logwindow.c
4233         * src/gtk/pluginwindow.c
4234         * src/gtk/prefswindow.c
4235                 Give different wmclass to different
4236                 windows - thanks to sed ;)
4237
4238 2007-02-04 [colin]      2.7.2cvs19
4239
4240         * src/main.c
4241                 Revert previous patch, can't reproduce
4242                 it anymore. 
4243
4244 2007-02-03 [colin]      2.7.2cvs18
4245
4246         * src/main.c
4247                 Don't save the mainwindow size and
4248                 position on emergency exit (libSM's
4249                 "die" callback), Xfce seems to make
4250                 the window smaller just before the
4251                 size's saved.
4252
4253 2007-02-03 [colin]      2.7.2cvs17
4254
4255         * src/plugins/bogofilter/bogofilter.c
4256         * src/plugins/bogofilter/bogofilter.h
4257         * src/plugins/bogofilter/bogofilter_gtk.c
4258         * src/plugins/pgpinline/pgpinline.c
4259         * src/plugins/pgpinline/pgpinline.h
4260                 Fix more copyrights
4261
4262 2007-02-03 [colin]      2.7.2cvs16
4263
4264         * src/partial_download.c
4265         * src/partial_download.h
4266         * src/ssl_manager.c
4267         * src/ssl_manager.h
4268         * src/uri_opener.c
4269         * src/uri_opener.h
4270         * src/wizard.c
4271         * src/wizard.h
4272         * src/common/ssl_certificate.c
4273         * src/common/ssl_certificate.h
4274         * src/gtk/quicksearch.c
4275         * src/gtk/quicksearch.h
4276         * src/gtk/sslcertwindow.c
4277         * src/gtk/sslcertwindow.h
4278                 Fix copyright on my files
4279
4280 2007-02-02 [colin]      2.7.2cvs15
4281
4282         * src/Makefile.am
4283         * src/mainwindow.c
4284         * src/messageview.c
4285         * src/messageview.h
4286         * src/textview.c
4287         * src/textview.h
4288         * src/uri_opener.c
4289         * src/uri_opener.h
4290                 Add Tools/List URIs to allow
4291                 opening any URI in the current mail
4292
4293 2007-02-02 [colin]      2.7.2cvs14
4294
4295         * src/common/valgrind.h ** NEW FILE **
4296         * src/common/Makefile.am
4297         * src/common/plugin.c
4298                 Don't dlclose the plugins if we're running
4299                 under valgrind. (doesn't require valgrind
4300                 either at compile time or run time).
4301
4302 2007-02-01 [paul]       2.7.2cvs13
4303
4304         * AUTHORS
4305         * src/gtk/authors.h
4306         * tools/freshmeat_search.pl
4307         * tools/google_search.pl
4308         * tools/multiwebsearch.pl
4309                 add support for non ISO-8859-1 compatible locales
4310                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4311
4312 2007-02-01 [colin]      2.7.2cvs12
4313
4314         * src/prefs_other.c
4315         * src/prefs_summaries.c
4316                 Move keybinding prefs to the Other page
4317
4318 2007-02-01 [wwp]        2.7.2cvs11
4319
4320         * src/plugins/trayicon/trayicon.c
4321                 Fix a raising issue within KDE.
4322
4323 2007-02-01 [colin]      2.7.2cvs10
4324
4325         * src/codeconv.c
4326                 Fix stray quotes in encoded strings
4327         * src/addressadd.c
4328                 Fix wrong call causing g_warnings
4329         * src/textview.c
4330                 Remove useless message
4331
4332 2007-01-31 [wwp]        2.7.2cvs9
4333
4334         * src/plugins/trayicon/trayicon.c
4335                 fix buggy hiding of main window when closing if close-to-tray
4336                 is not set (bad logics  in the trayicon hook code).
4337                 Changed the quit confirmation message too.
4338
4339 2007-01-30 [colin]      2.7.2cvs8
4340
4341         * src/main.c
4342                 Fix hidden mainwindow after clicking on
4343                 the X close button, if compose windows
4344                 exist and the user chooses not to quit
4345
4346 2007-01-30 [colin]      2.7.2cvs7
4347
4348         * src/main.c
4349         * src/compose.c
4350                 Handle local URIs to attach files (file:///...)
4351                 Fixes attaching files from Thunar for example
4352
4353 2007-01-30 [colin]      2.7.2cvs6
4354
4355         * src/prefs_ext_prog.c
4356                 Add 'mousepad' to the list of text editors.
4357                 Mousepad is XFCE's text editor
4358
4359 2007-01-29 [wwp]        2.7.2cvs5
4360
4361         * po/POTFILES.in
4362         * src/plugins/trayicon/trayicon_prefs.c
4363                 trayicon i18n fixes, thanks to Fabien.
4364
4365 2007-01-28 [wwp]        2.7.2cvs4
4366
4367         * src/mainwindow.c
4368         * src/mainwindow.h
4369         * src/plugins/trayicon/trayicon.c
4370         * src/plugins/trayicon/trayicon_prefs.c
4371         * src/plugins/trayicon/trayicon_prefs.h
4372                 Added a new TrayIcon plugin option to close to tray
4373                 (WM's hotkey and [X] button will hide the window instead
4374                 of closing it - closing CM can be done using the tray icon
4375                 menu or the File menu).
4376                 Improved visibility handling in trayicon, clicking the
4377                 trayicon now raise the window to current desktop when it
4378                 was either minimized/shaded/on another desktop.
4379                 Thanks to Paul for testing and fixing a strange behaviour
4380                 in KDE ;-).
4381
4382 2007-01-27 [paul]       2.7.2cvs3
4383
4384         * src/prefs_folder_item.c
4385         * src/prefs_receive.c
4386         * src/plugins/pgpcore/prefs_gpg.c
4387                 use 'start-up' instead of 'startup' in labels
4388
4389 2007-01-26 [wwp]        2.7.2cvs2
4390
4391         * src/plugins/trayicon/Makefile.am
4392         * src/plugins/trayicon/trayicon.c
4393         * src/plugins/trayicon/trayicon_prefs.c
4394         * src/plugins/trayicon/trayicon_prefs.h
4395                 Add a new TrayIcon option to hide the main window at
4396                 start-up.
4397                 Fix trayicon.c copyright header.
4398
4399 2007-01-26 [paul]       2.7.2cvs1
4400
4401         * NEWS
4402         * README
4403         * RELEASE_NOTES
4404         * configure.ac
4405                 bump up version number following
4406                 stable release
4407
4408 2007-01-25 [mones]      2.7.1cvs60
4409
4410         * po/es.po
4411                 updated thousands of strings (well, probably less ;-)
4412
4413 2007-01-25 [colin]      2.7.1cvs59
4414
4415         * src/matcher.c
4416                 Fix 2nd-run loss of matcherrc on new
4417                 configurations. 
4418
4419 2007-01-25 [wwp]        2.7.1cvs58
4420
4421         * src/mimeview.c
4422                 fix handling of empty value in attach_save_directory too, thanks
4423                 to Colin.
4424
4425 2007-01-25 [wwp]        2.7.1cvs57
4426
4427         * src/gtk/filesel.c
4428                 fix handling of empty value in attach_load_directory,
4429                 thanks to Colin.
4430
4431 2007-01-25 [wwp]        2.7.1cvs56
4432
4433         * src/plugins/dillo_viewer/dillo_prefs.h
4434                 fix a typo.
4435
4436 2007-01-25 [colin]      2.7.1cvs55
4437
4438         * src/matcher.c
4439         * src/matcher.h
4440         * src/matcher_parser_parse.y
4441         * src/prefs_matcher.c
4442                 Add matching on the spam flag
4443
4444 2007-01-24 [colin]      2.7.1cvs54
4445
4446         * src/folder.c
4447         * src/common/xml.c
4448         * src/common/xml.h
4449                 Make sure folderlist.xml is correctly
4450                 written before overwriting it.
4451         * src/procmsg.c
4452         * src/procmsg.h
4453         * src/summaryview.c
4454         * src/plugins/bogofilter/bogofilter.c
4455         * src/plugins/bogofilter/bogofilter.h
4456         * src/plugins/bogofilter/bogofilter_gtk.c
4457         * src/plugins/spamassassin/spamassassin.c
4458         * src/plugins/spamassassin/spamassassin.h
4459         * src/plugins/spamassassin/spamassassin_gtk.c
4460                 Move spam to the correct trash folder after
4461                 learning, if spam directory isn't set.
4462
4463 2007-01-23 [paul]       2.7.1cvs53
4464
4465         * src/plugins/bogofilter/bogofilter_gtk.c
4466                 fix sensitivity of "Insert X-Bogosity header"
4467                 option
4468
4469 2007-01-23 [colin]      2.7.1cvs52
4470
4471         * src/toolbar.c
4472                 Translate toolbar items text if
4473                 they're translatable (default)
4474         * src/addrcache.c
4475         * src/addrcache.h
4476         * src/addritem.c
4477         * src/addritem.h
4478         * src/codeconv.c
4479         * src/codeconv.h
4480         * src/jpilot.c
4481         * src/jpilot.h
4482         * src/ldapctrl.c
4483         * src/ldapctrl.h
4484         * src/ldapquery.h
4485         * src/ldif.c
4486         * src/ldif.h
4487         * src/etpan/etpan-thread-manager.c
4488         * src/etpan/etpan-thread-manager.h
4489         * src/gtk/gtkutils.c
4490         * src/gtk/gtkutils.h
4491                 More static functions
4492
4493 2007-01-22 [fabien]     2.7.1cvs51
4494
4495         * src/gtk/gtkutils.c
4496                 gtkut_get_options_frame() : ability to pass
4497                 a 'NULL' value in frame pointer parameter if
4498                 we don't need it.
4499
4500 2007-01-22 [colin]      2.7.1cvs50
4501
4502         * src/procmsg.c
4503         * src/procmsg.h
4504         * src/plugins/bogofilter/bogofilter.c
4505         * src/plugins/bogofilter/bogofilter_gtk.c
4506         * src/plugins/spamassassin/spamassassin.c
4507         * src/plugins/spamassassin/spamassassin_gtk.c
4508                 Allow moving spams to the account's trash
4509                 instead of default one
4510
4511 2007-01-21 [colin]      2.7.1cvs49
4512
4513         * src/ldapquery.c
4514         * src/ldapquery.h
4515                 Revert a static function that shouldn't
4516                 have been
4517
4518 2007-01-21 [colin]      2.7.1cvs48
4519
4520         * src/ldapquery.c
4521         * src/ldapquery.h
4522                 Same
4523
4524 2007-01-21 [colin]      2.7.1cvs47
4525
4526         * src/procmsg.c
4527         * src/procmsg.h
4528                 Same
4529
4530 2007-01-21 [colin]      2.7.1cvs46
4531
4532         * src/common/socket.c
4533         * src/common/socket.h
4534                 Same
4535
4536 2007-01-21 [colin]      2.7.1cvs45
4537
4538         * src/crash.c
4539         * src/exporthtml.c
4540         * src/exporthtml.h
4541         * src/exportldif.c
4542         * src/exportldif.h
4543         * src/folder.c
4544         * src/folder.h
4545         * src/folder_item_prefs.c
4546         * src/folder_item_prefs.h
4547         * src/folderview.c
4548         * src/folderview.h
4549         * src/gedit-print.c
4550         * src/gedit-print.h
4551         * src/main.c
4552         * src/main.h
4553         * src/common/socket.c
4554         * src/common/socket.h
4555         * src/gtk/gtkaspell.c
4556         * src/gtk/gtkaspell.h
4557         * src/gtk/quicksearch.c
4558         * src/gtk/quicksearch.h
4559                 Same
4560
4561 2007-01-21 [colin]      2.7.1cvs44
4562
4563         * src/common/utils.c
4564         * src/common/utils.h
4565         * src/etpan/etpan-thread-manager.c
4566         * src/etpan/etpan-thread-manager.h
4567                 Same (Funny that etpan_thread_unbind
4568                 is called but not etpan_thread_bind)
4569
4570 2007-01-21 [colin]      2.7.1cvs43
4571
4572         * src/addrselect.c
4573         * src/addrselect.h
4574         * src/codeconv.c
4575         * src/codeconv.h
4576         * src/compose.c
4577         * src/compose.h
4578         * src/etpan/Makefile.am
4579         * src/gtk/colorlabel.c
4580         * src/gtk/colorlabel.h
4581         * src/gtk/sslcertwindow.c
4582         * src/gtk/sslcertwindow.h
4583         * src/etpan/etpan-log.c ** REMOVED **
4584         * src/etpan/etpan-log.h ** REMOVED **
4585                 Same
4586
4587 2007-01-20 [colin]      2.7.1cvs42
4588
4589         * src/addritem.c
4590         * src/addritem.h
4591                 Same
4592
4593 2007-01-20 [colin]      2.7.1cvs41
4594
4595         * src/account.c
4596         * src/account.h
4597         * src/addrbook.c
4598         * src/addrbook.h
4599         * src/addrcache.c
4600         * src/addrcache.h
4601         * src/addrclip.c
4602         * src/addrclip.h
4603         * src/addressbook.c
4604         * src/addressbook.h
4605         * src/addrharvest.c
4606         * src/addrharvest.h
4607         * src/addrindex.c
4608         * src/addrindex.h
4609         * src/editaddress.c
4610         * src/editaddress.h
4611                 Make functions that aren't used in other
4612                 files static
4613
4614 2007-01-20 [colin]      2.7.1cvs40
4615
4616         * src/account.c
4617         * src/addrbook.c
4618         * src/addrcache.c
4619         * src/addressbook.c
4620         * src/addrgather.c
4621         * src/addrindex.c
4622         * src/addrquery.c
4623         * src/addrselect.c
4624         * src/browseldap.c
4625         * src/compose.c
4626         * src/editbook.c
4627         * src/editjpilot.c
4628         * src/editldap.c
4629         * src/editldap_basedn.c
4630         * src/editvcard.c
4631         * src/exporthtml.c
4632         * src/exportldif.c
4633         * src/folder.c
4634         * src/folderview.c
4635         * src/image_viewer.c
4636         * src/imap.c
4637         * src/importmutt.c
4638         * src/importpine.c
4639         * src/jpilot.c
4640         * src/ldapquery.c
4641         * src/main.c
4642         * src/mainwindow.c
4643         * src/matcher.c
4644         * src/messageview.c
4645         * src/mh.c
4646         * src/mimeview.c
4647         * src/msgcache.c
4648         * src/mutt.c
4649         * src/news.c
4650         * src/pine.c
4651         * src/prefs_account.c
4652         * src/prefs_common.c
4653         * src/prefs_compose_writing.c
4654         * src/prefs_ext_prog.c
4655         * src/prefs_folder_item.c
4656         * src/prefs_fonts.c
4657         * src/prefs_message.c
4658         * src/prefs_msg_colors.c
4659         * src/prefs_other.c
4660         * src/prefs_quote.c
4661         * src/prefs_receive.c
4662         * src/prefs_send.c
4663         * src/prefs_spelling.c
4664         * src/prefs_summaries.c
4665         * src/prefs_toolbar.c
4666         * src/prefs_wrapping.c
4667         * src/privacy.c
4668         * src/procmime.c
4669         * src/procmsg.c
4670         * src/ssl_manager.c
4671         * src/statusbar.c
4672         * src/summaryview.c
4673         * src/toolbar.c
4674         * src/vcard.c
4675         * src/common/hooks.c
4676         * src/common/log.c
4677         * src/common/passcrypt.c
4678         * src/common/socket.c
4679         * src/common/ssl.c
4680         * src/common/ssl_certificate.c
4681         * src/common/template.c
4682         * src/common/utils.c
4683         * src/etpan/imap-thread.c
4684         * src/gtk/sslcertwindow.c
4685         * src/gtk/sslcertwindow.h
4686                 Make functions that could be static, static
4687
4688 2007-01-20 [colin]      2.7.1cvs39
4689
4690         * src/editldap.c
4691                 Fix tooltip
4692
4693 2007-01-20 [colin]      2.7.1cvs38
4694
4695         * src/ldapquery.c
4696         * src/ldaputil.c
4697         * src/ldaputil.h
4698                 Fix bug 1102, 'claws-mail-2.7.1 
4699                 makes use of deprecated ldap 
4700                 functions'
4701
4702 2007-01-20 [colin]      2.7.1cvs37
4703
4704         * src/mainwindow.c
4705         * src/mainwindow.h
4706         * src/summaryview.c
4707         * src/gtk/quicksearch.c
4708                 Add Wide message list layout
4709
4710 2007-01-19 [fabien]     2.7.1cvs36
4711
4712         * src/textview.c
4713                 make sure a font change is considered in links of
4714                 headerview.
4715
4716 2007-01-19 [colin]      2.7.1cvs35
4717
4718         * src/main.c
4719         * src/mainwindow.c
4720         * src/mainwindow.h
4721         * src/messageview.c
4722         * src/messageview.h
4723         * src/prefs_common.c
4724         * src/prefs_common.h
4725         * src/summaryview.c
4726         * src/summaryview.h
4727         * src/gtk/quicksearch.c
4728         * src/gtk/quicksearch.h
4729                 Drop 'Separate Folder tree' and 'Separate
4730                 Message View'. Put three layouts in place
4731                 of it.
4732
4733 2007-01-19 [paul]       2.7.1cvs34
4734
4735         * src/prefs_msg_colors.c
4736                 more use of Q_ for translators
4737
4738 2007-01-19 [paul]       2.7.1cvs33
4739
4740         * src/imap_gtk.c
4741         * src/prefs_account.c
4742                 a few changes to the English
4743
4744 2007-01-19 [fabien]     2.7.1cvs32
4745
4746         * src/wizard.c
4747                 factorize translatable string
4748
4749 2007-01-18 [colin]      2.7.1cvs31
4750
4751         * src/main.c
4752                 Don't error out on --sync option. Although
4753                 we don't do anything with it, gtk+ handles
4754                 it, and it's useful for debugging X errors
4755
4756 2007-01-18 [fabien]     2.7.1cvs30
4757
4758         * src/prefs_other.c
4759                 ability to apply on the fly the recent added
4760                 'gtk_can_change_accels' pref (no need to restart).
4761
4762 2007-01-18 [fabien]     2.7.1cvs29
4763
4764         * src/plugins/bogofilter/bogofilter_gtk.c
4765         * src/plugins/bogofilter/bogofilter.c
4766         * src/plugins/spamassassin/spamassassin_gtk.c
4767         * src/addr_compl.c
4768         * src/prefs_account.c
4769                 factorize or rewrite some translatable strings.
4770
4771 2007-01-18 [fabien]     2.7.1cvs28
4772
4773         * src/prefs_gtk.h
4774         * src/compose.c
4775                 set a 4pix space between "Subject:" label and subject entry in
4776                 compose window.
4777
4778 2007-01-18 [wwp]        2.7.1cvs27
4779
4780         * src/addressbook.c
4781                 fix conflicting address-copy/paste when focus is set
4782                 to the embedded edit-person form.
4783  
4784
4785 2007-01-18 [wwp]        2.7.1cvs26
4786
4787         * src/addressbook.h
4788                 complete 2.7.1cvs23 (one more file was missing from that
4789                 commit).
4790
4791 2007-01-18 [colin]      2.7.1cvs25
4792
4793         * src/main.c
4794                 Provide a way to migrate without backup
4795                 Re-ask for migration on next start if 
4796                 it has been refused and wizard has been 
4797                 cancelled after.
4798
4799 2007-01-18 [wwp]        2.7.1cvs24
4800
4801         * src/editaddress.c
4802                 complete 2.7.1.cvs23 (file was missing from previous
4803                 commit).
4804
4805 2007-01-18 [wwp]        2.7.1cvs23
4806
4807         * src/addressbook.c
4808                 fix potential crashes in address book's focus_in/out signal handlers,
4809                 force focus to the edit-person form when clicked the Edit menu entry or
4810                 button (this only matters if the edit-person form is embedded to the
4811                 AB window, in that case, focus is not set when browsing the contacts
4812                 list w/ keys or mouse clicks).
4813
4814 2007-01-18 [paul]       2.7.1cvs22
4815
4816         * src/main.c
4817                 add command line options:
4818                 -h for --help
4819                 -q and --quit for --exit
4820                 -v for --version
4821                 print "Unknown option" for unknown options
4822
4823 2007-01-18 [paul]       2.7.1cvs21
4824
4825         * po/ru.po
4826                 updated by Pavlo Bohmat
4827
4828 2007-01-18 [paul]       2.7.1cvs20
4829
4830         * src/mainwindow.c
4831                 fix sensitivity issues of Mark as Spam/Ham
4832
4833 2007-01-17 [fabien]     2.7.1cvs19
4834
4835         * src/prefs_other.c
4836         * src/prefs_common.c
4837         * src/prefs_common.h
4838         * src/main.c
4839                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4840                 control the corresponding gtk property. It could be used to lock
4841                 all shortcuts (avoid to set one of them by inadvertency).
4842
4843 2007-01-17 [colin]      2.7.1cvs18
4844
4845         * src/summaryview.c
4846                 Fix bug 1100, 'Highlighted e-mail data not visible 
4847                 when color label applied.'. Use a weighted average
4848                 between normal selected foreground color and color
4849                 label instead of a simple one (3/1 instead 1/1).
4850
4851 2007-01-17 [colin]      2.7.1cvs17
4852
4853         * src/messageview.c
4854                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4855                 crash' - don't prevent mail switching while loading
4856
4857 2007-01-17 [colin]      2.7.1cvs16
4858
4859         * src/folder.c
4860         * src/folder.h
4861         * src/folderview.c
4862         * src/folderview.h
4863         * src/imap.c
4864         * src/imap.h
4865         * src/imap_gtk.c
4866                 Manage recursive search of unsubscribed folders
4867                 Rescan tree without checking for new messages 
4868                 after subscriptions changed
4869
4870 2007-01-17 [paul]       2.7.1cvs15
4871
4872         * src/prefs_common.c
4873         * src/gtk/pluginwindow.c
4874                 fix bug 1101, '"Load plugin" button is
4875                 accidentally hidden'
4876                 unset (-1) initial width in prefs_common,
4877                 fix overlapping buttons,
4878                 and other cleanups
4879
4880 2007-01-17 [paul]       2.7.1cvs14
4881
4882         * src/procmime.c
4883                 add #include <errno.h>, it's needed
4884                 on some systems
4885
4886 2007-01-17 [paul]       2.7.1cvs13
4887
4888         * src/common/defs.h
4889         * tools/make.themes.project
4890                 rename .sylpheed_themeinfo to .claws_themeinfo
4891                 and use it
4892         * src/etpan/etpan-errors.h
4893         * src/etpan/etpan-log.c
4894         * src/etpan/etpan-log.h
4895         * src/etpan/etpan-thread-manager-types.h
4896         * src/etpan/etpan-thread-manager.c
4897         * src/etpan/etpan-thread-manager.h
4898         * src/etpan/imap-thread.c
4899         * src/etpan/imap-thread.h
4900                 add copyright header
4901
4902 2007-01-17 [colin]      2.7.1cvs12
4903
4904         * src/plugins/pgpcore/select-keys.c
4905         * src/gtk/pluginwindow.c
4906         * src/prefs_account.c
4907                 Fix warnings
4908
4909 2007-01-16 [colin]      2.7.1cvs11
4910
4911         * src/imap.c
4912         * src/imap.h
4913         * src/imap_gtk.c
4914                 Manage subscribing to subfolders when only
4915                 subscribed folders are shown.
4916
4917 2007-01-16 [colin]      2.7.1cvs10
4918
4919         * src/folderview.c
4920                 Fix annoying vscrollbar going back to top
4921                 on Check for new folders
4922
4923 2007-01-16 [colin]      2.7.1cvs9
4924
4925         * src/imap.c
4926                 Remove printf
4927
4928 2007-01-16 [colin]      2.7.1cvs8
4929
4930         * src/filtering.c
4931                 Bigger buffer for errors
4932         * src/imap.c
4933         * src/imap.h
4934         * src/imap_gtk.c
4935         * src/prefs_account.c
4936         * src/prefs_account.h
4937         * src/wizard.c
4938         * src/etpan/imap-thread.c
4939         * src/etpan/imap-thread.h
4940         * manual/handling.xml
4941                 Add subscriptions management. What it changes:
4942                 Creating a folder subscribes to it
4943                 Deleting a folder unsubscribes it
4944                 New contextual menu item allowing to switch between
4945                 All folders and Subscribed folders, subscribe, and
4946                 unsubscribe. "Creating" an existing but unsubscribed
4947                 folder will subscribe it.
4948                 By default for new accounts, only subscribed folders 
4949                 are shown.
4950
4951
4952 2007-01-16 [paul]       2.7.1cvs7
4953
4954         * src/summaryview.c
4955                 Allow folder classes to specify only sort_key or
4956                 sort_type instead of both or none.
4957
4958 2007-01-16 [paul]       2.7.1cvs6
4959
4960         * src/action.c
4961         * src/compose.c
4962         * src/mimeview.c
4963         * src/procmime.c
4964         * src/textview.c
4965                 Save and use errno for procmime_get_part
4966
4967 2007-01-16 [colin]      2.7.1cvs5
4968
4969         * src/imap.c
4970                 Never remove INBOX when scanning for
4971                 new folders. It's a special folder
4972                 that has to exist.
4973
4974 2007-01-15 [colin]      2.7.1cvs4
4975
4976         * src/imap.c
4977                 Fix 'Check for new folders' when IMAP subdirectory
4978                 is set
4979         * src/etpan/imap-thread.c
4980                 Fix build
4981
4982 2007-01-15 [colin]      2.7.1cvs3
4983
4984         * src/etpan/imap-thread.c
4985                 Fix invalid free on command-connection
4986                 error
4987
4988 2007-01-15 [wwp]        2.7.1cvs2
4989
4990         * src/matcher_parser_lex.l
4991         * src/quote_fmt_lex.l
4992         * src/matcher_parser_parse.y
4993                 fix copyright header in lexers and parsers.
4994
4995 2007-01-15 [paul]       2.7.1cvs1
4996
4997         * NEWS
4998         * README
4999         * RELEASE_NOTES
5000         * configure.ac
5001                 bump up version number following
5002                 stable release
5003
5004 2007-01-15 [paul]       2.7.0cvs31
5005
5006         * AUTHORS
5007         * src/gtk/authors.h
5008                 add Fabien to the Team list
5009                 add the recent contributors
5010                 make a few corrections
5011
5012 2007-01-15 [paul]       2.7.0cvs30
5013
5014         * src/mainwindow.c
5015                 fix compiler warning
5016         * src/plugins/pgpcore/prefs_gpg.c
5017         * src/plugins/pgpcore/prefs_gpg.h
5018                 add missing include
5019                 fix copyright header
5020
5021 2007-01-14 [colin]      2.7.0cvs29
5022
5023         * src/gtk/filesel.c
5024                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5025                 two benefits: faster to open, will fix strange
5026                 dbus-related crash. Thanks to Pascal Terjan.
5027
5028 2007-01-14 [colin]      2.7.0cvs28
5029
5030         * src/etpan/imap-thread.c
5031                 Delete the old imap just after allocating
5032                 the new one. Makes sure we don't get the
5033                 same pointer by sheer luck, which feels
5034                 strange in the debug log.
5035
5036 2007-01-14 [colin]      2.7.0cvs27
5037
5038         * src/gtk/inputdialog.c
5039                 Make sure we don't print passwords in
5040                 clear text when in debug mode
5041
5042 2007-01-14 [colin]      2.7.0cvs26
5043
5044         * src/gtk/gtksctree.c
5045                 Fix bug 1098, 'bogus last row display 
5046                 after expanding a thread'. Patch by
5047                 Jindrich Makovicka <makovick@gmail.com>
5048
5049 2007-01-14 [colin]      2.7.0cvs25
5050
5051         * src/etpan/imap-thread.c
5052                 Close socket manually before
5053                 freeing the imap struct
5054
5055 2007-01-14 [colin]      2.7.0cvs24
5056
5057         * src/etpan/imap-thread.c
5058                 Maybe fix new reconnection issues
5059
5060 2007-01-13 [colin]      2.7.0cvs23
5061
5062         * src/summaryview.c
5063                 Freeze/thaw on thread selection
5064
5065 2007-01-13 [paul]       2.7.0cvs22
5066
5067         * src/mainwindow.c
5068         * src/summaryview.c
5069         * src/summaryview.h
5070                 add 'Edit/Delete thread'
5071
5072 2007-01-13 [colin]      2.7.0cvs21
5073
5074         * src/prefs_account.c
5075         * src/prefs_compose_writing.c
5076         * src/prefs_message.c
5077         * src/prefs_msg_colors.c
5078         * src/prefs_other.c
5079         * src/prefs_receive.c
5080         * src/prefs_spelling.c
5081         * src/prefs_summaries.c
5082         * src/prefs_themes.c
5083         * src/gtk/gtkutils.c
5084         * src/gtk/gtkutils.h
5085         * src/plugins/pgpcore/prefs_gpg.c
5086         * src/plugins/spamassassin/spamassassin_gtk.c
5087                 Factorize gtk frame creation
5088                 Patch by Pawel
5089
5090 2007-01-13 [colin]      2.7.0cvs20
5091
5092         * src/message_search.c
5093         * src/summary_search.c
5094                 Fix Enter in search windows
5095         * src/messageview.c
5096                 Fix body search starting at the
5097                 end of the mail (and asking for loop)
5098
5099 2007-01-13 [colin]      2.7.0cvs19
5100
5101         * src/etpan/imap-thread.c
5102                 Make sure we don't free the same imap
5103                 twice
5104
5105 2007-01-13 [colin]      2.7.0cvs18
5106
5107         * commitHelper
5108                 Allow multiple commitHelpers to
5109                 run at once
5110
5111 2007-01-12 [colin]      2.7.0cvs17
5112
5113         * src/etpan/imap-thread.c
5114                 Make sure we get rid of the previous mailimap
5115                 when connecting - just in case disconnect was
5116                 unclean
5117
5118 2007-01-12 [paul]       2.7.0cvs16
5119
5120         * src/compose.c
5121                 Strip S/MIME signatures when re-editing
5122                 S/MIME signed messages.
5123
5124 2007-01-12 [paul]       2.7.0cvs15
5125
5126         * configure.ac
5127         * src/addressbook.c
5128         * src/foldersel.c
5129         * src/folderview.c
5130         * src/main.c
5131                 no need to define CLAWS anymore, remove
5132                 all that stuff
5133
5134 2007-01-12 [paul]       2.7.0cvs14
5135
5136         * src/mimeview.c
5137                 check if the mail's signed as
5138                 it can change the mail structure
5139                 Thanks to Colin
5140
5141 2007-01-12 [paul]       2.7.0cvs13
5142
5143         * src/procmime.c
5144                 fix Forwarding msgs with attachments
5145                 that have dos line endings
5146                 Thanks to Colin
5147
5148 2007-01-12 [wwp]        2.7.0cvs12
5149
5150         * configure.ac
5151                 Revert accidentally committed extra version tag.
5152
5153 2007-01-12 [wwp]        2.7.0cvs11
5154
5155         * src/prefs_account.c
5156                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5157
5158 2007-01-11 [colin]      2.7.0cvs10
5159
5160         * src/imap.c
5161                 move g_warning to debug_print
5162                 it scares people for no reason
5163
5164 2007-01-11 [colin]      2.7.0cvs9
5165
5166         * po/POTFILES.in
5167                 Fix files to translate. Patch by
5168                 Fabien
5169
5170 2007-01-11 [paul]       2.7.0cvs8
5171
5172         * src/imap.c
5173                 Fix recursion when server lists the
5174                 current subfolder in the response
5175         * src/mimeview.c
5176                 Fix updating of icon_list/ctree
5177         * src/plugins/pgpcore/select-keys.c
5178                 Fix a few annoyances when choosing
5179                 keys for the CMS (S/MIME) protocol
5180
5181 2007-01-11 [wwp]        2.7.0cvs7
5182
5183         * src/compose.c
5184         * src/prefs_account.c
5185         * src/prefs_account.h
5186                 Add per-account spellcheck default dictionaries settings.
5187
5188 2007-01-10 [colin]      2.7.0cvs6
5189
5190         * src/prefs_folder_item.c
5191                 Factorize strings - patch by Fabien
5192
5193 2007-01-10 [colin]      2.7.0cvs5
5194
5195         * src/mainwindow.c
5196                 Fix bug 1095, 'Crash while changing folder 
5197                 columns during incorporation'
5198
5199 2007-01-09 [colin]      2.7.0cvs4
5200
5201         * src/gtk/pluginwindow.c
5202                 Set the plugin window transient. Seems
5203                 like some window managers hide it in
5204                 the background after "load plugin"...
5205
5206 2007-01-09 [colin]      2.7.0cvs3
5207
5208         * src/gtk/filesel.c
5209                 Use the same type for alloc and free
5210
5211 2007-01-08 [paul]       2.7.0cvs2
5212
5213         * po/nl.po
5214                 updated by Tim Dijkstra
5215
5216 2007-01-08 [paul]       2.7.0cvs1
5217
5218         * src/prefs_themes.c
5219         * src/common/utils.c
5220                 Fix resource leaks
5221
5222 2007-01-08 [paul]       2.7.0
5223
5224         * NEWS
5225         * README
5226         * RELEASE_NOTES
5227                 2.7.0 released
5228
5229 2007-01-08 [paul]       2.6.1cvs119
5230
5231         * doc/man/claws-mail.1
5232                 another correction
5233
5234 2007-01-08 [paul]       2.6.1cvs118
5235
5236         * doc/man/claws-mail.1
5237                 corrections
5238         * manual/advanced.xml
5239                 improved English usage
5240
5241 2007-01-08 [paul]       2.6.1cvs117
5242
5243         * po/ca.po
5244         * po/de.po
5245         * po/en_GB.po
5246         * po/fi.po
5247         * po/it.po
5248         * po/pt_BR.po
5249         * po/sk.po
5250         * po/sr.po
5251         * po/zh_CN.po
5252                 updated by Miquel Oliete, Stephan Sachse, me,
5253                 Tommi Pirinen, Andrea Spadaccini, Frederico
5254                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5255                 Urosevic, and Ralgh Young
5256
5257 2007-01-07 [mones]      2.6.1cvs116
5258
5259         * manual/es/advanced.xml
5260         * po/es.po
5261                 Synced manual (unhide mark_as_read_delay)
5262                 and updated translation for release
5263
5264 2007-01-07 [paul]       2.6.1cvs115
5265
5266         * src/prefs_matcher.c
5267                 make the hbox content fit better under
5268                 various languages
5269
5270 2007-01-07 [colin]      2.6.1cvs114
5271
5272         * src/messageview.c
5273                 Fix bug 1088, 'Ctrl-h produces repeatable
5274                 crash'
5275
5276 2007-01-06 [colin]      2.6.1cvs113
5277
5278         * src/etpan/imap-thread.c
5279                 Add casts to int to get certs. Fixes
5280                 bug 1064, 'crash @ etpan_certificate_check() 
5281                 when opening an IMAP folder', with latest
5282                 libetpan CVS or >= 0.49
5283         * src/mainwindow.c
5284         * src/mainwindow.h
5285         * src/imap_gtk.c
5286         * src/news_gtk.c
5287         * src/prefs_folder_item.c
5288                 Grey out the "synchronise" menu items if
5289                 there's nothing to synchronise.
5290         * src/plugins/pgpcore/sgpgme.c
5291                 Make an error clearer than "Unknown error"
5292
5293 2007-01-06 [colin]      2.6.1cvs112
5294
5295         * src/messageview.c
5296                 Don't try to show a message if updating
5297                 Maybe fixes bug 1088, 'ctrl-h produces
5298                 repeatable crash'.
5299
5300 2007-01-06 [colin]      2.6.1cvs111
5301
5302         * src/summaryview.c
5303                 Disable Control-Space (handle it as Space).
5304
5305 2007-01-05 [paul]       2.6.1cvs110
5306
5307         * src/imap.c
5308                 Fix bug 934, 'sylpheed claws 2.1 
5309                 doesn't show Exchanges Public Folders'
5310                 Thanks to Hoa and Colin
5311         * src/msgcache.c
5312                 Refuse to allocate more than 2 MB for a 
5313                 single field, it's a good indication of
5314                 cache corruption.
5315
5316 2007-01-05 [colin]      2.6.1cvs109
5317
5318         * src/mainwindow.c
5319                 Allow --select'ing emails by Message-ID too
5320
5321 2007-01-05 [colin]      2.6.1cvs108
5322
5323         * src/common/quoted-printable.c
5324                 Uh! Third fix :)
5325
5326 2007-01-05 [colin]      2.6.1cvs107
5327
5328         * src/common/quoted-printable.c
5329                 Fix previous commit about bug 1089
5330                 Thanks to Ralf
5331
5332 2007-01-05 [colin]      2.6.1cvs106
5333
5334         * src/common/quoted-printable.c
5335                 Fix my previous commit on bug 1089
5336                 - Thanks to Ralf :)
5337
5338 2007-01-04 [colin]      2.6.1cvs105
5339
5340         * src/common/quoted-printable.c
5341                 Fix bug 1089, 'NUL characters in Subject 
5342                 line are misinterpreted'. Not a pain to
5343                 fix in fact.
5344
5345 2007-01-04 [colin]      
5346
5347         2.7.0-rc3 released
5348
5349 2007-01-04 [wwp]        2.6.1cvs104
5350
5351         * src/image_viewer.c
5352                 Force operator precedence (fix a compiler warning).
5353
5354 2007-01-04 [colin]      2.6.1cvs103
5355
5356         * src/image_viewer.c
5357                 Be cautious there too (same fix as the one
5358                 in textview from cvs33)
5359         * src/messageview.c
5360                 Don't use any MimeViewer plugin when showing
5361                 all headers
5362
5363 2007-01-03 [wwp]        2.6.1cvs102
5364
5365         * src/html.c
5366         * src/html.h
5367                 fixed "cent" sign (use the existing ASCII one),
5368                 decode more HTML entities,
5369                 converted table ASCII entries to UTF-8,
5370                 moved a switch() into a hashtable.
5371
5372 2007-01-03 [paul]       2.6.1cvs101
5373
5374         * src/compose.c
5375         * src/messageview.c
5376         * src/procmsg.c
5377         * src/procmsg.h
5378                 When possible, use move_msg instead of
5379                 copy_msg + remove_msg to move sent mail
5380                 from Queue to Sent. 
5381
5382 2007-01-03 [paul]       2.6.1cvs100
5383
5384         * src/html.c
5385                 add more html entity recognition:
5386                 pounds, euros, and cents
5387
5388 2007-01-03 [colin]      2.6.1cvs99
5389
5390         * src/imap_gtk.c
5391                 Don't display an error on NOSELECT
5392                 folders when synchronising
5393
5394 2007-01-03 [paul]       2.6.1cvs98
5395
5396         * tools/maildir2claws-mail.pl
5397                 only substitute 'sent-mail' if it's
5398                 the full directory name
5399
5400 2007-01-03 [paul]       2.6.1cvs97
5401
5402         * ChangeLog
5403         * ChangeLog.pre2.0.0
5404         * Makefile.am
5405                 archive a chunk of ChangeLog in
5406                 ChangeLog.pre2.0.0
5407         * ChangeLog.gtk1
5408         * doc/src/ChangeLog.claws-pre0.8.0
5409                 remove ChangeLog.claws-pre0.8.0, adding
5410                 its contents to ChangeLog.gtk1
5411
5412 2007-01-03 [paul]       2.6.1cvs96
5413
5414         * src/account.c
5415         * src/account.h
5416         * src/action.c
5417         * src/action.h
5418         * src/adbookbase.h
5419         * src/addr_compl.c
5420         * src/addr_compl.h
5421         * src/addrbook.c
5422         * src/addrcache.c
5423         * src/addrcache.h
5424         * src/addrcindex.c
5425         * src/addrcindex.h
5426         * src/addrclip.c
5427         * src/addrclip.h
5428         * src/addrdefs.h
5429         * src/addressadd.c
5430         * src/addressadd.h
5431         * src/addressbook.c
5432         * src/addressbook.h
5433         * src/addressbook_foldersel.c
5434         * src/addressbook_foldersel.h
5435         * src/addrgather.c
5436         * src/addrgather.h
5437         * src/addrharvest.c
5438         * src/addrharvest.h
5439         * src/addrindex.c
5440         * src/addrindex.h
5441         * src/addritem.c
5442         * src/addritem.h
5443         * src/addrquery.c
5444         * src/addrquery.h
5445         * src/addrselect.c
5446         * src/addrselect.h
5447         * src/alertpanel.c
5448         * src/alertpanel.h
5449         * src/browseldap.c
5450         * src/browseldap.h
5451         * src/codeconv.c
5452         * src/codeconv.h
5453         * src/compose.c
5454         * src/compose.h
5455         * src/customheader.c
5456         * src/customheader.h
5457         * src/displayheader.c
5458         * src/displayheader.h
5459         * src/editaddress.c
5460         * src/editaddress.h
5461         * src/editbook.c
5462         * src/editbook.h
5463         * src/editgroup.c
5464         * src/editgroup.h
5465         * src/editjpilot.c
5466         * src/editjpilot.h
5467         * src/editldap.c
5468         * src/editldap.h
5469         * src/editldap_basedn.c
5470         * src/editldap_basedn.h
5471         * src/editvcard.c
5472         * src/editvcard.h
5473         * src/exphtmldlg.c
5474         * src/exphtmldlg.h
5475         * src/expldifdlg.c
5476         * src/expldifdlg.h
5477         * src/export.c
5478         * src/export.h
5479         * src/exporthtml.c
5480         * src/exporthtml.h
5481         * src/exportldif.c
5482         * src/exportldif.h
5483         * src/filtering.c
5484         * src/filtering.h
5485         * src/folder.c
5486         * src/folder.h
5487         * src/folder_item_prefs.c
5488         * src/folder_item_prefs.h
5489         * src/foldersel.c
5490         * src/foldersel.h
5491         * src/folderutils.c
5492         * src/folderutils.h
5493         * src/folderview.c
5494         * src/folderview.h
5495         * src/grouplistdialog.c
5496         * src/grouplistdialog.h
5497         * src/headerview.c
5498         * src/html.c
5499         * src/html.h
5500         * src/image_viewer.c
5501         * src/image_viewer.h
5502         * src/imap.c
5503         * src/imap.h
5504         * src/imap_gtk.c
5505         * src/imap_gtk.h
5506         * src/import.c
5507         * src/import.h
5508         * src/importldif.c
5509         * src/importldif.h
5510         * src/importmutt.c
5511         * src/importmutt.h
5512         * src/importpine.c
5513         * src/importpine.h
5514         * src/inc.c
5515         * src/inc.h
5516         * src/jpilot.c
5517         * src/jpilot.h
5518         * src/ldapctrl.c
5519         * src/ldapctrl.h
5520         * src/ldaplocate.c
5521         * src/ldaplocate.h
5522         * src/ldapquery.c
5523         * src/ldapquery.h
5524         * src/ldapserver.c
5525         * src/ldapserver.h
5526         * src/ldaputil.c
5527         * src/ldaputil.h
5528         * src/ldif.c
5529         * src/ldif.h
5530         * src/main.c
5531         * src/main.h
5532         * src/mainwindow.c
5533         * src/mainwindow.h
5534         * src/manual.c
5535         * src/manual.h
5536         * src/mbox.c
5537         * src/message_search.c
5538         * src/message_search.h
5539         * src/messageview.c
5540         * src/messageview.h
5541         * src/mh.c
5542         * src/mh.h
5543         * src/mh_gtk.c
5544         * src/mh_gtk.h
5545         * src/mimeview.c
5546         * src/mimeview.h
5547         * src/msgcache.c
5548         * src/msgcache.h
5549         * src/mutt.c
5550         * src/mutt.h
5551         * src/news.c
5552         * src/news.h
5553         * src/news_gtk.c
5554         * src/news_gtk.h
5555         * src/partial_download.c
5556         * src/partial_download.h
5557         * src/pine.c
5558         * src/pine.h
5559         * src/pop.c
5560         * src/pop.h
5561         * src/prefs_account.c
5562         * src/prefs_account.h
5563         * src/prefs_actions.c
5564         * src/prefs_actions.h
5565         * src/prefs_common.c
5566         * src/prefs_common.h
5567         * src/prefs_compose_writing.c
5568         * src/prefs_compose_writing.h
5569         * src/prefs_customheader.c
5570         * src/prefs_customheader.h
5571         * src/prefs_display_header.c
5572         * src/prefs_display_header.h
5573         * src/prefs_filtering.c
5574         * src/prefs_filtering.h
5575         * src/prefs_filtering_action.c
5576         * src/prefs_filtering_action.h
5577         * src/prefs_folder_column.c
5578         * src/prefs_folder_column.h
5579         * src/prefs_folder_item.c
5580         * src/prefs_folder_item.h
5581         * src/prefs_fonts.c
5582         * src/prefs_fonts.h
5583         * src/prefs_gtk.c
5584         * src/prefs_gtk.h
5585         * src/prefs_image_viewer.c
5586         * src/prefs_image_viewer.h
5587         * src/prefs_matcher.c
5588         * src/prefs_matcher.h
5589         * src/prefs_message.c
5590         * src/prefs_msg_colors.c
5591         * src/prefs_msg_colors.h
5592         * src/prefs_other.c
5593         * src/prefs_quote.c
5594         * src/prefs_receive.c
5595         * src/prefs_send.c
5596         * src/prefs_spelling.c
5597         * src/prefs_spelling.h
5598         * src/prefs_summaries.c
5599         * src/prefs_summaries.h
5600         * src/prefs_summary_column.c
5601         * src/prefs_summary_column.h
5602         * src/prefs_template.c
5603         * src/prefs_template.h
5604         * src/prefs_themes.c
5605         * src/prefs_themes.h
5606         * src/prefs_toolbar.c
5607         * src/prefs_toolbar.h
5608         * src/prefs_wrapping.c
5609         * src/prefs_wrapping.h
5610         * src/privacy.c
5611         * src/privacy.h
5612         * src/procheader.c
5613         * src/procheader.h
5614         * src/procmime.c
5615         * src/procmime.h
5616         * src/procmsg.c
5617         * src/procmsg.h
5618         * src/quote_fmt.c
5619         * src/quote_fmt_parse.y
5620         * src/recv.c
5621         * src/recv.h
5622         * src/remotefolder.c
5623         * src/remotefolder.h
5624         * src/send_message.c
5625         * src/send_message.h
5626         * src/setup.c
5627         * src/setup.h
5628         * src/sourcewindow.c
5629         * src/sourcewindow.h
5630         * src/ssl_manager.c
5631         * src/ssl_manager.h
5632         * src/statusbar.c
5633         * src/statusbar.h
5634         * src/stock_pixmap.c
5635         * src/stock_pixmap.h
5636         * src/summary_search.c
5637         * src/summary_search.h
5638         * src/summaryview.c
5639         * src/summaryview.h
5640         * src/textview.c
5641         * src/textview.h
5642         * src/toolbar.c
5643         * src/toolbar.h
5644         * src/undo.c
5645         * src/undo.h
5646         * src/unmime.c
5647         * src/unmime.h
5648         * src/vcard.c
5649         * src/vcard.h
5650         * src/wizard.c
5651         * src/wizard.h
5652         * src/common/base64.c
5653         * src/common/base64.h
5654         * src/common/defs.h
5655         * src/common/hooks.c
5656         * src/common/hooks.h
5657         * src/common/log.c
5658         * src/common/log.h
5659         * src/common/mgutils.c
5660         * src/common/mgutils.h
5661         * src/common/nntp.c
5662         * src/common/nntp.h
5663         * src/common/passcrypt.c
5664         * src/common/passcrypt.h.in
5665         * src/common/plugin.c
5666         * src/common/plugin.h
5667         * src/common/prefs.c
5668         * src/common/prefs.h
5669         * src/common/progressindicator.c
5670         * src/common/progressindicator.h
5671         * src/common/quoted-printable.c
5672         * src/common/quoted-printable.h
5673         * src/common/session.c
5674         * src/common/session.h
5675         * src/common/smtp.c
5676         * src/common/smtp.h
5677         * src/common/socket.c
5678         * src/common/socket.h
5679         * src/common/ssl.c
5680         * src/common/ssl.h
5681         * src/common/ssl_certificate.c
5682         * src/common/ssl_certificate.h
5683         * src/common/stringtable.c
5684         * src/common/stringtable.h
5685         * src/common/template.c
5686         * src/common/template.h
5687         * src/common/timing.h
5688         * src/common/utils.c
5689         * src/common/utils.h
5690         * src/common/version.h.in
5691         * src/common/xml.c
5692         * src/common/xml.h
5693         * src/common/xmlprops.c
5694         * src/common/xmlprops.h
5695         * src/gtk/about.c
5696         * src/gtk/colorlabel.c
5697         * src/gtk/colorsel.c
5698         * src/gtk/colorsel.h
5699         * src/gtk/combobox.c
5700         * src/gtk/combobox.h
5701         * src/gtk/description_window.c
5702         * src/gtk/description_window.h
5703         * src/gtk/filesel.c
5704         * src/gtk/filesel.h
5705         * src/gtk/foldersort.c
5706         * src/gtk/foldersort.h
5707         * src/gtk/gtksctree.c
5708         * src/gtk/gtkutils.c
5709         * src/gtk/gtkutils.h
5710         * src/gtk/inputdialog.c
5711         * src/gtk/inputdialog.h
5712         * src/gtk/logwindow.c
5713         * src/gtk/logwindow.h
5714         * src/gtk/manage_window.c
5715         * src/gtk/manage_window.h
5716         * src/gtk/menu.c
5717         * src/gtk/menu.h
5718         * src/gtk/pluginwindow.c
5719         * src/gtk/pluginwindow.h
5720         * src/gtk/prefswindow.c
5721         * src/gtk/prefswindow.h
5722         * src/gtk/progressdialog.c
5723         * src/gtk/progressdialog.h
5724         * src/gtk/sslcertwindow.c
5725         * src/gtk/sslcertwindow.h
5726         * src/plugins/bogofilter/bogofilter.c
5727         * src/plugins/bogofilter/bogofilter.h
5728         * src/plugins/bogofilter/bogofilter_gtk.c
5729         * src/plugins/clamav/clamav_plugin.c
5730         * src/plugins/clamav/clamav_plugin.h
5731         * src/plugins/clamav/clamav_plugin_gtk.c
5732         * src/plugins/demo/demo.c
5733         * src/plugins/dillo_viewer/dillo_prefs.c
5734         * src/plugins/dillo_viewer/dillo_prefs.h
5735         * src/plugins/dillo_viewer/dillo_viewer.c
5736         * src/plugins/pgpcore/passphrase.c
5737         * src/plugins/pgpcore/passphrase.h
5738         * src/plugins/pgpcore/pgp_viewer.c
5739         * src/plugins/pgpcore/pgp_viewer.h
5740         * src/plugins/pgpcore/plugin.c
5741         * src/plugins/pgpcore/select-keys.c
5742         * src/plugins/pgpcore/select-keys.h
5743         * src/plugins/pgpcore/sgpgme.c
5744         * src/plugins/pgpcore/sgpgme.h
5745         * src/plugins/pgpinline/pgpinline.c
5746         * src/plugins/pgpinline/pgpinline.h
5747         * src/plugins/pgpinline/plugin.c
5748         * src/plugins/pgpmime/pgpmime.c
5749         * src/plugins/pgpmime/pgpmime.h
5750         * src/plugins/pgpmime/plugin.c
5751         * src/plugins/spamassassin/spamassassin.c
5752         * src/plugins/spamassassin/spamassassin.h
5753         * src/plugins/spamassassin/spamassassin_gtk.c
5754         * src/plugins/trayicon/trayicon.c
5755                 it's 2007, update the year in the copyright headers
5756
5757 2007-01-03 [paul]       2.6.1cvs95
5758
5759         * src/gtk/about.c
5760                 it is 2007, use it in the copyright string
5761
5762 2007-01-03 [paul]       2.6.1cvs94
5763
5764         * src/html.c
5765                 html entity conversion:
5766                 move &#153; to a more suitable place
5767                 add &bull; and &ndash;
5768                 make sure &mdash; and &#8212; are both
5769                 converted the same
5770
5771 2007-01-02 [colin]      2.6.1cvs93
5772
5773         * src/addrbook.c
5774                 Fix leak
5775         * src/common/plugin.c
5776                 Add comment
5777         * src/etpan/imap-thread.c
5778                 Fix warning
5779
5780 2006-12-31 [paul]       2.6.1cvs92
5781
5782         * src/prefs_summaries.c
5783                 use gtk_button_new_from_stock()
5784
5785 2006-12-30 [colin]      2.6.1cvs91
5786
5787         * src/folder.c
5788         * src/imap_gtk.c
5789         * src/mh_gtk.c
5790                 Don't update filtering and account paths 
5791                 when copying folders
5792
5793 2006-12-30 [colin]      2.6.1cvs90
5794
5795         * src/prefs_compose_writing.c
5796         * src/prefs_quote.c
5797         * src/prefs_template.c
5798                 Use message font for Writing and 
5799                 Quoting prefs, as well as Templates.
5800
5801 2006-12-30 [colin]      2.6.1cvs89
5802
5803         * src/prefs_summaries.c
5804                 Rework GUI; patch by Pawel
5805
5806 2006-12-29 [colin]      2.6.1cvs88
5807
5808         * src/prefs_folder_item.c
5809                 Fix bug 1085, 'Apply to subfolder 
5810                 doesn't work' - I was mistaken saying
5811                 it worked in every case
5812
5813 2006-12-28 [colin]      2.6.1cvs87
5814
5815         * src/gtk/gtkaspell.c
5816                 Don't assert if use_alternate is true
5817                 and alt_dictionary isn't set -- this 
5818                 is what happens on upgrade! Rather,
5819                 do with it.
5820
5821 2006-12-28 [colin]      2.6.1cvs86
5822
5823         * Makefile.am
5824                 Fix desktop/icon simplification
5825
5826 2006-12-28 [colin]      2.6.1cvs85
5827
5828         * Makefile.am
5829                 Make desktop and icon not 
5830                 dependant on the desktop
5831
5832 2006-12-28 [wwp]        2.6.1cvs84
5833
5834         * src/plugins/pgpmime/claws.def
5835                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5836
5837 2006-12-28 [wwp]        2.6.1cvs83
5838
5839         * src/prefs_folder_item.c
5840                 Fix coloring of "simplify subject regexp" (folder prefs),
5841                 which might be left to red whereas the regexp gets empty.
5842
5843 2006-12-28 [wwp]        2.6.1cvs82
5844
5845         * src/prefs_common.c
5846         * src/prefs_common.h
5847         * src/addressbook.c
5848         * src/addressitem.h
5849                 Save addressbook mainwindow's horizontal and vertical splitter position.
5850
5851 2006-12-27 [wwp]        2.6.1cvs81
5852
5853         * src/gtk/gtkaspell.c
5854         * src/gtk/gtkaspell.h
5855         * src/compose.c
5856                 Fix assignment of compose's default and alternate dictionary from
5857                 account or folder settings. Now gtkaspell_change_dict does rotate
5858                 dicts only when it's called from a menu cb.
5859
5860 2006-12-27 [wwp]        2.6.1cvs80
5861
5862         * src/folder_item_prefs.c
5863                 Fix randomly initialized default-alt-dictionary (folder prefs),
5864                 complete 2.6.1cvs72.
5865
5866 2006-12-27 [paul]       2.6.1cvs79
5867
5868         * src/imap_gtk.c
5869         * src/mh_gtk.c
5870                 Add Copy folder in the folder's contextual
5871                 menu
5872
5873 2006-12-27 [wwp]        2.6.1cvs78
5874
5875         * src/imap.c
5876                 Clean up session locking, thanks to Colin.
5877
5878 2006-12-26 [colin]      2.6.1cvs77
5879
5880         * src/statusbar.c
5881                 Revert previous patch
5882
5883 2006-12-26 [colin]      2.6.1cvs76
5884
5885         * src/folder.c
5886         * src/folderview.c
5887         * src/imap.c
5888         * src/statusbar.c
5889         * src/etpan/imap-thread.c
5890                 Fix previous commit warnings
5891                 Make statusbar update every second if total < 20
5892                 Make IMAP APPEND faster by simplifying log              
5893
5894 2006-12-26 [colin]      2.6.1cvs75
5895
5896         * src/folder.c
5897         * src/folder.h
5898         * src/folderview.c
5899         * src/folderview.h
5900         * src/imap_gtk.c
5901         * src/mh_gtk.c
5902                 Make it possible to copy folders accross
5903                 mailboxes (this was an arbitrary limitation).
5904                 Still make it impossible to move folders 
5905                 accross mailboxes.
5906
5907 2006-12-26 [colin]      2.6.1cvs74
5908
5909         * src/etpan/imap-thread.c
5910                 Fix bug 1081, 'claws-mail 
5911                 segfaults when going offline 
5912                 while it transfers mails via 
5913                 imap'
5914
5915 2006-12-26 [colin]      2.6.1cvs73
5916
5917         * src/folder_item_prefs.c
5918                 Don't forget alt dictionary when
5919                 renaming/moving folders
5920
5921 2006-12-26 [wwp]        2.6.1cvs72
5922
5923         * src/folder_item_prefs.c
5924                 Add missing defaults for per-folder alt dict
5925                 (forgotten in 2.6.1cvs61).
5926
5927 2006-12-26 [colin]      2.6.1cvs71
5928
5929         * src/wizard.c
5930                 Add tooltip to state that specifying
5931                 full path to mailbox is possible
5932
5933 2006-12-26 [wwp]        2.6.1cvs70
5934
5935         * src/partial_download.c
5936         * src/gtk/gtkvscrollbutton.c
5937         * src/plugins/pgpinline/plugin.c
5938                 Fix for few compiler warnings that matter.
5939
5940 2006-12-25 [colin]      2.6.1cvs69
5941
5942         * src/partial_download.c
5943                 Fix marking for download or deletion
5944                 when the header isn't the first
5945         * src/gtk/logwindow.c
5946                 Fix start of scrolling
5947
5948 2006-12-23 [paul]       2.6.1cvs68
5949
5950         * src/compose.c
5951                 change last commit to use the 'academic'
5952                 method instead. Thanks to wwp
5953
5954 2006-12-23 [paul]       2.6.1cvs67
5955
5956         * src/compose.c
5957                 don't warn about empty subject when
5958                 redirecting
5959
5960 2006-12-22 [colin]      2.6.1cvs66
5961
5962         * src/summary_search.c
5963                 Fix previous patch
5964
5965 2006-12-22 [colin]      2.6.1cvs65
5966
5967         * src/gtk/gtkutils.c
5968         * src/imap.c
5969         * src/jpilot.c
5970         * src/summary_search.c
5971                 A few warning fixes
5972
5973 2006-12-23 [paul]       
5974
5975         2.7.0-rc2 released
5976
5977 2006-12-22 [colin]      2.6.1cvs64
5978
5979         * src/toolbar.c
5980         * src/toolbar.h
5981                 Add a combo to the learn spam button
5982         * src/plugins/bogofilter/bogofilter.c
5983         * src/plugins/bogofilter/bogofilter_gtk.c
5984         * src/plugins/bogofilter/bogofilter.h
5985                 Allow to store Unsure mails in a specific
5986                 folder to make better teaching easier
5987
5988 2006-12-21 [wwp]        2.6.1cvs63
5989
5990         * src/compose.c
5991         * src/prefs_common.c
5992         * src/prefs_common.h
5993         * src/prefs_spelling.c
5994         * src/gtk/gtkaspell.c
5995         * src/gtk/gtkaspell.h
5996                 Allow spell-checking using both current and alternate dictionaries
5997                 (thanks to Colin).
5998
5999 2006-12-21 [wwp]        2.6.1cvs62
6000
6001         * src/gtk/gtkaspell.c
6002                 Apply recheck_when_changing_dict (highlight all mispelled words)
6003                 when switching to alternate dictionary.
6004
6005 2006-12-21 [wwp]        2.6.1cvs61
6006
6007         * src/compose.c
6008         * src/folder_item_prefs.h
6009         * src/prefs_common.c
6010         * src/prefs_common.h
6011         * src/prefs_folder_item.c
6012         * src/prefs_spelling.c
6013         * src/gtk/gtkaspell.c
6014         * src/gtk/gtkaspell.h
6015                 Add global and per-folder prefs to set the default
6016                 alternate dictionary.
6017
6018 2006-12-21 [colin]      2.6.1cvs60
6019
6020         * src/folder.c
6021                 Look for folders by path in all folders
6022         * src/html.c
6023                 add &mdash;
6024
6025 2006-12-20 [colin]      2.6.1cvs59
6026
6027         * src/gtk/quicksearch.c
6028                 Make sure in_typing is false when clearing
6029
6030 2006-12-20 [wwp]        2.6.1cvs58
6031
6032         * configure.ac
6033                 change manual's target dir to be LFH-compliant (thanks to Colin).
6034
6035 2006-12-20 [wwp]        2.6.1cvs57
6036
6037         * src/prefs_common.c
6038         * src/prefs_summaries.c
6039                 i18n fix and factorize patch, thanks to Fabien.
6040
6041 2006-12-20 [paul]       2.6.1cvs56
6042
6043         * configure.ac
6044                 last of the renaming (??)
6045         * src/main.c
6046                 correct --help info of --status-full
6047         * src/plugins/bogofilter/bogofilter.c
6048                 make FALSE default of whitelist_ab
6049
6050 2006-12-19 [colin]      2.6.1cvs55
6051
6052         * src/jpilot.c
6053                 Same as before, without depending on
6054                 pisock >= 0.12
6055
6056 2006-12-19 [colin]      2.6.1cvs54
6057
6058         * src/jpilot.c
6059                 Fix bug 1059, 'Better jpilot charset 
6060                 handling'. Use libpisync's charset conversion
6061                 if possible
6062
6063 2006-12-19 [colin]      2.6.1cvs53
6064
6065         * po/fr.po
6066                 Updated by Fabien
6067
6068 2006-12-19 [wwp]        2.6.1cvs52
6069
6070         * src/gtk/about.c
6071                 Add missing #include (thanks to Colin).
6072
6073 2006-12-19 [wwp]        2.6.1cvs51
6074
6075         * src/prefs_receive.c
6076                 Better spacing between widgets in prefs.
6077
6078 2006-12-18 [colin]      2.6.1cvs50
6079
6080         * src/imap.c
6081                 Fix failure to get separator on LIST "" ""
6082                 Try LIST "" "INBOX" too.
6083
6084 2006-12-18 [wwp]        2.6.1cvs49
6085
6086         * src/common/session.c
6087                 Fix a compiler warning (thanks to Fabien).
6088
6089 2006-12-18 [wwp]        2.6.1cvs48
6090
6091         * src/compose.c
6092         * src/prefs_quote.c
6093                 Factorize some strings for translation (it's about error
6094                 messages when applying or checking template/quote format).
6095
6096 2006-12-18 [colin]      2.6.1cvs47
6097
6098         * Makefile.am
6099         * src/common/defs.h
6100         * src/gtk/Makefile.am
6101         * src/gtk/about.c
6102                 Add a Release notes tab from the contents of
6103                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6104
6105 2006-12-17 [colin]      2.6.1cvs46
6106
6107         * src/mimeview.c
6108         * src/textview.c
6109         * src/gtk/filesel.c
6110                 Correctly convert from/to UTF8/filename encoding
6111                 when loading and saving files. Probably fixes
6112                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6113                 for a file to attach and is blocked...'
6114
6115 2006-12-17 [colin]      2.6.1cvs45
6116
6117         * src/gtk/logwindow.c
6118                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6119                 IMAP folder and is blocked on main thread': 
6120                 make sure we put utf8 in the log.
6121
6122 2006-12-16 [colin]      2.6.1cvs44
6123
6124         * src/toolbar.c
6125         * src/toolbar.h
6126                 Fix bug 1055, 'Add the 'cancel receive' 
6127                 in the available events for the toolbar buttons'
6128
6129 2006-12-16 [colin]      2.6.1cvs43
6130
6131         * po/POTFILES.in
6132         * src/imap.c
6133         * src/common/nntp.c
6134         * src/common/session.c
6135                 Log error when SSL handshakes fail. 
6136                 Fixes bug 1082, 'incorrect / imprecise 
6137                 error message when imap server provides 
6138                 ssl only through STARTTLS but SSL is 
6139                 selected'
6140
6141 2006-12-15 [wwp]        2.6.1cvs42
6142
6143         * src/plugins/bogofilter/bogofilter_gtk.c
6144                 set proper sensitivity to widgets I've recently added.
6145
6146 2006-12-15 [colin]      
6147
6148         2.7.0-rc1 released
6149
6150 2006-12-15 [wwp]        2.6.1cvs41
6151
6152         * src/plugins/bogofilter/bogofilter.c
6153         * src/plugins/bogofilter/bogofilter.h
6154         * src/plugins/bogofilter/bogofilter_gtk.c
6155                 bogofilter's whitelist can now use a subset of
6156                 the addressbook (either a book, a subfolder of a book,
6157                 or the whole addressbook by using "Any"). Re-used there
6158                 some pref_matcher widgets and mechanisms to match a subset
6159                 of the addressbook.
6160
6161 2006-12-15 [wwp]        2.6.1cvs40
6162
6163         * src/wizard.c
6164         * src/common/plugin.c
6165         * src/common/plugin.h
6166         * src/gtk/about.c
6167         * src/plugins/bogofilter/bogofilter.c
6168         * src/plugins/clamav/clamav_plugin.c
6169         * src/plugins/demo/demo.c
6170         * src/plugins/dillo_viewer/dillo_viewer.c
6171         * src/plugins/pgpcore/plugin.c
6172         * src/plugins/pgpinline/plugin.c
6173         * src/plugins/pgpmime/plugin.c
6174         * src/plugins/spamassassin/spamassassin.c
6175         * src/plugins/trayicon/trayicon.c
6176                 factorize some translatable strings (plugins-related),
6177                 fix missing punctuation in several places,
6178                 remove useless translatable \n in about.c,
6179                 and factorize plugin init code w/ a new function
6180                 check_plugin_version() in common/plugin.c.
6181                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6182
6183 2006-12-15 [wwp]        2.6.1cvs39
6184
6185         * src/plugins/bogofilter/bogofilter.c
6186         * src/plugins/bogofilter/bogofilter_gtk.c
6187                 flag whitelisted spams as spam, but don't filter it to the spam
6188                 folder. Thanks to Colin.
6189
6190 2006-12-15 [ticho]      2.6.1cvs38
6191
6192         * src/plugins/bogofilter/bogofilter.c
6193         * src/plugins/bogofilter/bogofilter.h
6194         * src/plugins/bogofilter/bogofilter_gtk.c
6195                 Add option to whitelist senders found in addressbook. Patch by colin.
6196
6197 2006-12-15 [paul]       2.6.1cvs37
6198
6199         * src/folderview.c
6200                 add missing #include "log.h"
6201
6202 2006-12-15 [paul]       2.6.1cvs36
6203
6204         * src/plugins/bogofilter/bogofilter.c
6205         * src/plugins/bogofilter/bogofilter.h
6206         * src/plugins/bogofilter/bogofilter_gtk.c
6207                 Add an option to allow inserting an
6208                 X-Claws-Bogosity header (on MH folders
6209                 only). Patch by Colin
6210
6211 2006-12-14 [colin]      2.6.1cvs35
6212
6213         * src/main.c
6214                 "Yes" should be the default choice for
6215                 migration configuration
6216
6217 2006-12-14 [paul]       2.6.1cvs34
6218
6219         * src/prefs_summaries.c
6220         * manual/advanced.xml
6221                 Unhide mark_as_read_delay
6222
6223 2006-12-14 [paul]       2.6.1cvs33
6224
6225         * src/messageview.c
6226         * src/messageview.h
6227         * src/mimeview.c
6228         * src/mimeview.h
6229         * src/summaryview.c
6230         * src/textview.c
6231         * src/textview.h
6232                 Fix printing of selection
6233                 Fix printing of message parts
6234                 Fix printing of images
6235         * src/gtk/gtksourceprintjob.c
6236                 Fix page count when there are images
6237
6238 2006-12-14 [wwp]        2.6.1cvs32
6239
6240         * src/mainwindow.c
6241         * src/summaryview.c
6242         * src/summaryview.h
6243         * src/gtk/quicksearch.c
6244                 fix quicksearch 'magnify' button status when QS is closed
6245                 using the Escape key, thanks to Colin.
6246
6247 2006-12-14 [wwp]        2.6.1cvs31
6248
6249         * src/mainwindow.c
6250         * src/summaryview.c
6251         * src/summaryview.h
6252         * src/gtk/quicksearch.c
6253                 fix quicksearch 'magnify' button status when QS is closed
6254                 using the Escape key, thanks to Colin.
6255
6256 2006-12-13 [colin]      2.6.1cvs30
6257
6258         * src/ldapquery.c
6259         * src/ldaputil.c
6260                 Use the binary safe version of ldap_get_values,
6261                 to make sure we manipulate null-terminated 
6262                 strings. Maybe fixes bug 1075, 'claws mail 
6263                 segfault when completing ldap adresses'
6264         * src/syldap.c ** REMOVED **
6265         * src/syldap.h ** REMOVED **
6266                 Remove dead files
6267
6268 2006-12-13 [mones]      2.6.1cvs29
6269
6270         * po/es.po
6271                 Fixed piped strings, fixed click translation
6272
6273 2006-12-13 [paul]       2.6.1cvs28
6274
6275         * src/main.c
6276                 don't translate these strings
6277
6278 2006-12-13 [paul]       2.6.1cvs27
6279
6280         * po/en_GB.po
6281                 updated
6282
6283 2006-12-13 [colin]      2.6.1cvs26
6284
6285         * src/main.c
6286         * src/main.h
6287                 Add claws_is_starting()
6288
6289 2006-12-13 [mones]      2.6.1cvs25
6290
6291         * manual/es/advanced.xml
6292         * po/es.po
6293                 Synced manual and updated translation
6294
6295 2006-12-12 [colin]      2.6.1cvs24
6296
6297         * src/wizard.c
6298                 Add an option to use STARTTLS in the
6299                 welcome wizard. Fixes bug 1080, 
6300                 'Using SSL option in wizard for incoming 
6301                 server does not activate SSL with STARTTLS'
6302
6303 2006-12-12 [colin]      2.6.1cvs23
6304
6305         * src/main.c
6306                 Don't exit when there's an incomplete
6307                 mailbox configured - leaves a chance 
6308                 to fix a failing IMAP account. Exit
6309                 if no mailbox at all is loaded (case
6310                 of missing plugin).
6311                 Completes bug 1077's fix (I was wrong
6312                 in this bug's comment #3).
6313
6314 2006-12-12 [colin]      2.6.1cvs22
6315
6316         * src/gtk/menu.h
6317                 Add another menu data type
6318         * src/prefs_account.c
6319                 Complete the completion of bug 1076
6320                 (doesn't lose the pref on apply)
6321
6322 2006-12-12 [paul]       2.6.1cvs21
6323
6324         * src/prefs_account.c
6325                 complete the fix of bug 1076
6326                 also be more verbose with the text
6327
6328 2006-12-12 [paul]       2.6.1cvs20
6329
6330         * src/gtk/combobox.c
6331                 fix compilation warning
6332
6333 2006-12-11 [colin]      2.6.1cvs19
6334
6335         * src/wizard.c
6336                 Document :port in server entry tooltips
6337
6338 2006-12-11 [colin]      2.6.1cvs18
6339
6340         * src/main.c
6341                 Fix compile
6342
6343 2006-12-11 [colin]      2.6.1cvs17
6344
6345         * src/main.c
6346                 Add failing IMAP as a reason for no
6347                 mailbox
6348
6349 2006-12-11 [colin]      2.6.1cvs16
6350
6351         * src/prefs_account.c
6352                 Check for existence of inbox for local
6353                 accounts too
6354         * src/wizard.c
6355                 Allow setting the port to use for servers
6356                 by using the usual "server.example.com:port"
6357                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6358                 not start when IMAP server is unavailable'
6359
6360 2006-12-11 [colin]      2.6.1cvs15
6361
6362         * src/prefs_account.c
6363                 Prevent use of non-existing default inbox
6364
6365 2006-12-11 [colin]      2.6.1cvs14
6366
6367         * src/prefs_account.c
6368                 Fix sensitivity. Fixes bug 1076, 'privacy 
6369                 options are displayed even when pgp plugin 
6370                 not loaded / available'
6371
6372 2006-12-09 [colin]      2.6.1cvs13
6373
6374         * manual/advanced.xml
6375         * src/prefs_common.c
6376         * src/prefs_common.h
6377         * src/common/ssl_certificate.c
6378                 Add a new hidden preference, 'unsafe_ssl_certs',
6379                 which allows to store multiple certificates per
6380                 server/port. This is disabled by default because
6381                 it's less secure (presenting a new certificate
6382                 instead of a changed one raises less alarms).
6383                 This will cause Claws to ask about an unknown
6384                 certificate for people who have used 2.6.1cvs8
6385                 or greater.
6386
6387 2006-12-09 [colin]      2.6.1cvs12
6388
6389         * src/action.c
6390                 Fix cache updating after action
6391
6392 2006-12-07 [wwp]        2.6.1cvs11
6393
6394         * src/compose.c
6395                 fix email address comparison when replying to all
6396                 (avoid replying to ourselves), thanks to Colin.
6397
6398 2006-12-06 [paul]       2.6.1cvs10
6399
6400         * src/addrharvest.c
6401         * src/editldap.c
6402         * src/expldifdlg.c
6403         * src/news.c
6404         * src/toolbar.c
6405         * src/common/utils.c
6406                 ...and more renaming
6407                 Thanks to Colin
6408
6409 2006-12-06 [paul]       2.6.1cvs9
6410
6411         * src/compose.c
6412         * src/messageview.c
6413         * src/procheader.c
6414         * src/procmime.c
6415         * src/procmsg.c
6416         * src/textview.c
6417                 more renaming
6418                 Thanks to Colin
6419
6420 2006-12-06 [colin]      2.6.1cvs8
6421
6422         * src/ssl_manager.c
6423         * src/common/ssl_certificate.c
6424         * src/common/ssl_certificate.h
6425                 Handle multiple certificates per host/port
6426
6427 2006-12-06 [colin]      2.6.1cvs7
6428
6429         * src/etpan/imap-thread.c
6430                 Fix certificate checking on IMAP
6431
6432 2006-12-06 [colin]      2.6.1cvs6
6433
6434         * src/folderview.c
6435                 Fix bug 1072, 'Claws stops fetching newsgroups 
6436                 from server when newsgroup got deleted': continue
6437                 checking other groups
6438
6439 2006-12-05 [wwp]        2.6.1cvs5
6440
6441         * src/message_search.c
6442         * src/summary_search.c
6443         * src/gtk/combobox.c
6444         * src/gtk/combobox.h
6445         * src/gtk/gtkutils.c
6446         * src/gtk/gtkutils.h
6447                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6448                 behave like w/ old comboboxes (summary and message search only).
6449
6450 2006-12-05 [paul]       2.6.1cvs4
6451
6452         * src/wizard.c
6453                 encode headers
6454                 Thanks to Colin
6455
6456 2006-12-05 [paul]       2.6.1cvs3
6457
6458         * tools/README
6459         * tools/textviewer.pl
6460                 script updated and description added
6461
6462 2006-12-04 [colin]      2.6.1cvs2
6463
6464         * src/compose.c
6465                 Run pre-send hook only when checking
6466                 everything
6467
6468 2006-12-04 [paul]       2.6.1cvs1
6469
6470         * NEWS
6471         * README
6472         * RELEASE_NOTES
6473         * configure.ac
6474         * tools/README
6475                 bump up version number following stable release
6476
6477 2006-12-04 [paul]       2.6.0cvs83
6478
6479         * README
6480                 updates and corrections
6481
6482 2006-12-04 [colin]      2.6.0cvs82
6483
6484         * src/common/utils.c
6485                 Probably fix bug 1066, 'Incorrect mailbox 
6486                 size displayed'
6487
6488 2006-12-04 [colin]      2.6.0cvs81
6489
6490         * src/common/utils.c
6491                 Trim tabs from mailcap file too.
6492
6493 2006-12-02 [paul]       2.6.0cvs80
6494
6495         * src/exphtmldlg.c
6496                 fix broken GUI under certain languages
6497         * src/expldifdlg.c
6498                 put the Cancel button to the right
6499
6500 2006-12-01 [paul]       2.6.0cvs79
6501
6502         * tools/Makefile.am
6503                 remove reference to removed file
6504
6505 2006-12-01 [wwp]        2.6.0cvs78
6506
6507         * src/addressbook.c
6508         * src/editaddress.c
6509                 remove forgotten debug statements.
6510
6511 2006-12-01 [wwp]        2.6.0cvs77
6512
6513         * manual/advanced.xml
6514         * manual/fr/advanced.xml
6515         * src/addressbook.c
6516         * src/addressbook.h
6517         * src/addressitem.h
6518         * src/editaddress.c
6519         * src/editaddress.h
6520         * src/prefs_common.c
6521         * src/prefs_common.h
6522         * src/gtk/gtkutils.c
6523         * src/gtk/gtkutils.h
6524                 add a hidden option to allow embedding the editaddress (edit contact details)
6525                 dialog into the addressbook's window. This doesn't change the default
6526                 behaviour.
6527
6528 2006-12-01 [wwp]        2.6.0cvs76
6529
6530         * src/message_search.c
6531         * src/summary_search.c
6532                 fix more focus issues (don't set focus to combobox's entry widget when
6533                 entry's value changed, if entry widget has focus already).
6534
6535 2006-12-01 [wwp]        2.6.0cvs75
6536
6537         * src/gtk/quicksearch.c
6538                 revert last changes to the quicksearch gtk_combo_box, this needs more
6539                 tuning and testing.
6540
6541 2006-12-01 [paul]       2.6.0cvs74
6542
6543         * tools/kdeservicemenu/README
6544         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6545         * tools/kdeservicemenu/install.sh
6546         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6547         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6548                 simplify this stuff, and in so doing,
6549                 fix it. (possibly re-extend it again at
6550                 a later date)
6551
6552 2006-12-01 [wwp]        2.6.0cvs73
6553
6554         * src/gtk/quicksearch.c
6555                 adapt quicksearch code to use modern gtk_combo_box'es.
6556
6557 2006-12-01 [wwp]        2.6.0cvs72
6558
6559         * src/common/defs.h
6560         * src/prefs_common.c
6561         * src/prefs_common.h
6562         * src/message_search.c
6563         * src/summary_search.c
6564         * src/gtk/combobox.c
6565         * src/gtk/combobox.h
6566                 add history combos to all message and summary search fields.
6567
6568 2006-12-01 [wwp]        2.6.0cvs71
6569
6570         * src/summaryview.c
6571                 As the list may change while the mark as read delay
6572                 runs, we can't rely on the 'row' pointer, which can
6573                 be invalid when the timeout is called. As the mark
6574                 as read is only done if the message is still selected,
6575                 use summaryview->selected instead. Thanks to Colin.
6576
6577 2006-11-30 [paul]       2.6.0cvs70
6578
6579         * src/textview.c
6580                 give emphasis to "Sylpheed-Claws"
6581                 as well as "Claws Mail"
6582
6583 2006-11-30 [colin]      2.6.0cvs69
6584
6585         * src/wizard.c
6586                 Put the SSL checkboxes in the receiving
6587                 and sending server pages.
6588
6589 2006-11-29 [colin]      2.6.0cvs68
6590
6591         * src/gtk/gtkutils.c
6592         * src/gtk/gtkvscrollbutton.c
6593                 Revert some deprecated fixes - they seem to
6594                 deprecate stuff as soon as a new one gets out.
6595                 g_object_ref_sink needed glib-2.10.
6596
6597 2006-11-29 [colin]      2.6.0cvs67
6598
6599         * src/common/utils.c
6600                 Create .mailcap if it doesn't exist
6601
6602 2006-11-29 [colin]      2.6.0cvs66
6603
6604         * src/compose.c
6605                 Followup to cvs60: use original list
6606                 of recipients if replying to a mail
6607                 in Sent Drafts or Queue.
6608
6609 2006-11-27 [paul]       2.6.0cvs65
6610
6611         * src/image_viewer.c
6612                 revert the last change for now (it's broken)
6613
6614 2006-11-27 [paul]       2.6.0cvs64
6615
6616         * Makefile.am
6617         * configure.ac
6618         * m4/aclocal-include.m4
6619         * m4/check-type.m4
6620         * src/Makefile.am
6621         * src/addr_compl.c
6622         * src/compose.c
6623         * src/crash.c
6624         * src/export.c
6625         * src/exporthtml.c
6626         * src/exportldif.c
6627         * src/imap.c
6628         * src/import.c
6629         * src/main.c
6630         * src/main.h
6631         * src/matcher.c
6632         * src/mimeview.c
6633         * src/procmsg.c
6634         * src/textview.c
6635         * src/common/Makefile.am
6636         * src/common/claws.c
6637         * src/common/claws.h
6638         * src/common/ssl.c
6639         * src/common/sylpheed.c
6640         * src/common/sylpheed.h
6641         * src/etpan/Makefile.am
6642         * src/gtk/Makefile.am
6643         * src/gtk/claws-marshal.list
6644         * src/gtk/filesel.c
6645         * src/gtk/gtksctree.c
6646         * src/gtk/quicksearch.c
6647         * src/gtk/sylpheed-marshal.list
6648         * src/plugins/bogofilter/bogofilter.c
6649         * src/plugins/bogofilter/bogofilter_gtk.c
6650         * src/plugins/clamav/clamav_plugin.c
6651         * src/plugins/clamav/clamav_plugin_gtk.c
6652         * src/plugins/demo/demo.c
6653         * src/plugins/dillo_viewer/dillo_viewer.c
6654         * src/plugins/pgpcore/Makefile.am
6655         * src/plugins/pgpcore/claws.def
6656         * src/plugins/pgpcore/pgp_viewer.c
6657         * src/plugins/pgpcore/plugin.c
6658         * src/plugins/pgpcore/sylpheed.def
6659         * src/plugins/pgpinline/Makefile.am
6660         * src/plugins/pgpinline/claws.def
6661         * src/plugins/pgpinline/plugin.c
6662         * src/plugins/pgpinline/sylpheed.def
6663         * src/plugins/pgpmime/Makefile.am
6664         * src/plugins/pgpmime/claws.def
6665         * src/plugins/pgpmime/plugin.c
6666         * src/plugins/pgpmime/sylpheed.def
6667         * src/plugins/spamassassin/spamassassin.c
6668         * src/plugins/spamassassin/spamassassin_gtk.c
6669         * src/plugins/trayicon/trayicon.c
6670                 yet more renaming
6671                 remove deprecated gtk_tooltips_set_delay()
6672
6673 2006-11-26 [paul]       2.6.0cvs63
6674
6675         * src/expldifdlg.c
6676         * src/folderview.c
6677         * src/image_viewer.c
6678         * src/mainwindow.c
6679         * src/gtk/gtkutils.c
6680         * src/gtk/gtkvscrollbutton.c
6681         * src/gtk/prefswindow.c
6682         * src/plugins/pgpcore/prefs_gpg.c
6683                 replace more deprecated GTK+ functions
6684
6685 2006-11-26 [paul]       2.6.0cvs62
6686
6687         * src/addr_compl.c
6688         * src/addressbook.c
6689         * src/browseldap.c
6690                 replace deprecated gtk_idle_... functions
6691
6692 2006-11-26 [paul]       2.6.0cvs61
6693
6694         * src/compose.c
6695         * src/folderview.c
6696         * src/inc.c
6697         * src/summaryview.c
6698         * src/gtk/gtkvscrollbutton.c
6699         * src/gtk/quicksearch.c
6700         * src/plugins/pgpcore/passphrase.c
6701                 replace deprecated gtk_timeout_add and
6702                 gtk_timeout_remove
6703
6704 2006-11-26 [paul]       2.6.0cvs60
6705
6706         * src/compose.c
6707                 fix bug that caused the wrong recipient
6708                 to be selected when replying to a msg
6709                 which is From one of our accounts to
6710                 another of our accounts
6711
6712 2006-11-25 [paul]       2.6.0cvs59
6713
6714         * src/summaryview.c
6715                 don't change the From column title to
6716                 To if the To column is visible
6717
6718 2006-11-24 [paul]       2.6.0cvs58
6719
6720         * src/compose.c
6721                 fix bug 1069, 'Sent mails disappear, BCC
6722                 or locking problem?'
6723
6724 2006-11-21 [wwp]        2.6.0cvs57
6725
6726         * src/compose.c
6727                 fix spelling menu when replying (same as 2.3.1cvs39):
6728                 discrepancy between context menu and top menu when
6729                 folder's dictionary isn't the default one.
6730
6731 2006-11-19 [paul]       2.6.0cvs56
6732
6733         * src/summaryview.c
6734                 obey always_show_msg option when
6735                 marking as spam
6736         * src/plugins/bogofilter/bogofilter.c
6737                 fix typo
6738
6739 2006-11-18 [paul]       2.6.0cvs55
6740
6741         * AUTHORS
6742         * README
6743         * debian/copyright
6744         * manual/ack.xml
6745         * manual/es/ack.xml
6746         * manual/fr/ack.xml
6747         * manual/pl/ack.xml
6748         * src/gtk/authors.h
6749         * src/gtk/icon_legend.c
6750         * src/gtk/icon_legend.h
6751         * tools/OOo2claws-mail.pl
6752         * tools/README
6753         * tools/acroread2claws-mail.pl
6754         * tools/claws.i18n.status.pl
6755         * tools/filter_conv.pl
6756         * tools/filter_conv_new.pl
6757         * tools/freshmeat_search.pl
6758         * tools/google_search.pl
6759         * tools/kmail2claws-mail.pl
6760         * tools/kmail2claws-mail_v2.pl
6761         * tools/maildir2claws-mail.pl
6762         * tools/make.themes.project
6763         * tools/multiwebsearch.pl
6764         * tools/outlook2claws-mail.pl
6765         * tools/tb2claws-mail
6766         * tools/kdeservicemenu/README
6767         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6768                 update mine and wwp's email addresses in
6769                 several places
6770                 Patch by wwp
6771         * src/prefs_compose_writing.c
6772                 set sensitivity on 'new message format' frame
6773
6774 2006-11-17 [paul]       2.6.0cvs54
6775
6776         * src/gtk/about.c
6777                 more reworking of the GUI
6778                 Patch by Fabien Vantard
6779
6780 2006-11-16 [paul]       2.6.0cvs53
6781
6782         * src/gtk/about.c
6783                 set a minimum size for the window, allow
6784                 it to automatically expand as necessary
6785
6786 2006-11-16 [wwp]        2.6.0cvs52
6787
6788         * src/gtk/about.c
6789                 better wrap of copyright info on some systems.
6790
6791 2006-11-16 [paul]       2.6.0cvs51
6792
6793         * src/gtk/about.c
6794                 move the tech info from the upper panel
6795                 to the Info tab
6796                 use a gtk_text_view for the features tab
6797
6798 2006-11-16 [paul]       2.6.0cvs50
6799
6800         * po/Makevars
6801                 update my email address
6802         * src/addressbook.c
6803         * src/compose.c
6804         * src/imap_gtk.c
6805         * src/mh_gtk.c
6806         * src/news_gtk.c
6807         * src/summaryview.c
6808         * src/plugins/trayicon/trayicon.c
6809                 don't offer simple menu separators
6810                 for translation
6811         * src/folderview.c
6812                 add separator between 'mark all read'
6813                 and 'search folder'
6814
6815 2006-11-15 [wwp]        2.6.0cvs49
6816
6817         * src/gtk/authors.h
6818                 updated manuals authors.
6819
6820 2006-11-14 [paul]       2.6.0cvs48
6821
6822         * src/compose.c
6823                 Fix Options/Reply mode after draft save
6824
6825 2006-11-14 [paul]       2.6.0cvs47
6826
6827         * src/Makefile.am
6828                 Fix make DESTDIR=...
6829         * src/mbox.c
6830                 Optimise speed
6831         * src/plugins/pgpinline/pgpinline.c
6832                 Probably fix bug 1061
6833
6834 2006-11-14 [paul]       2.6.0cvs46
6835
6836         * po/Makevars
6837                 enable Q_ macro
6838         * src/Makefile.am
6839         * src/stock_pixmap.c
6840         * src/stock_pixmap.h
6841         * src/gtk/about.c
6842         * src/pixmaps/active.xpm
6843         * src/pixmaps/inactive.xpm
6844                 add a new page, 'Features', to the About dialog
6845                 showing which features are compiled in and which
6846                 are not
6847
6848 2006-11-14 [paul]       2.6.0cvs45
6849
6850         * po/ru.po
6851                 updated by Pavlo Bohmat
6852
6853 2006-11-14 [colin]      2.6.0cvs44
6854
6855         * src/compose.c
6856         * src/inc.c
6857         * src/messageview.c
6858         * src/news.c
6859         * src/pop.c
6860         * src/procmsg.c
6861         * src/gtk/gtkaspell.c
6862                 Fix 64-bit-related warnings
6863         * src/ssl_manager.c
6864                 Fix possible infinite loop
6865         * src/plugins/pgpcore/sgpgme.c
6866                 Remove useless check
6867
6868 2006-11-13 [colin]      2.6.0cvs43
6869
6870         * src/gtk/Makefile.am
6871                 authors.h isn't generated
6872
6873 2006-11-13 [colin]      2.6.0cvs42
6874
6875         * src/plugins/pgpinline/pgpinline.c
6876         * src/plugins/pgpmime/pgpmime.c
6877                 Very probably fix bug 1061, 'crash on 
6878                 opening signed email'. Another cast
6879                 problem
6880
6881 2006-11-13 [colin]      2.6.0cvs41
6882
6883         * src/plugins/pgpcore/sgpgme.c
6884                 Maybe fix bug 1061, 'crash on opening 
6885                 signed email'
6886
6887 2006-11-13 [wwp]        2.6.0cvs40
6888
6889         * src/plugins/pgpinline/pgpinline.c
6890                 fix candidate for bug #1057, thanks to Colin.
6891
6892 2006-11-13 [wwp]        2.6.0cvs39
6893
6894         * src/compose.c
6895         * src/quote_fmt_parse.y
6896                 fix bug 1052: current parser buffer was not always 
6897                 allocated, ptr to this buffer could be returned as 
6898                 NULL whereas no parser error has occurred. in 
6899                 consequence, defining a template body as "%d" 
6900                 (w/o the quotes) for the first time of the instance 
6901                 of claws-mail, was reporting a parser error. make 
6902                 sure that the buffer is always allocated, even to 
6903                 an empty string.
6904                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6905                 unescaping of the fmt string was always done 
6906                 whereas it must be done *only* when receiving 
6907                 quote format strings issued from the prefs 
6908                 (compose new message, reply, forward, redirect 
6909                 formats), *not* when applying templates.  in 
6910                 consequences, applying templates w/ sequences 
6911                 like \\|p{echo} were failing. make sure that 
6912                 unescaping is done only when necessary.
6913
6914 2006-11-12 [colin]      2.6.0cvs38
6915
6916         * po/de.po
6917                 Fix typo (s/KB/MB)
6918
6919 2006-11-12 [colin]      2.6.0cvs37
6920
6921         * src/plugins/pgpinline/pgpinline.c
6922         * src/plugins/pgpmime/pgpmime.c
6923                 Release GPG context at the latest 
6924                 possible moment. Maybe fixes 
6925                 bug 1057, 'crash on sending signed 
6926                 message to a newsgroup'
6927                 
6928
6929 2006-11-12 [colin]      2.6.0cvs36
6930
6931         * src/plugins/pgpcore/sgpgme.c
6932                 Tell a bit more when gpg's status doesn't
6933                 contain any signature
6934
6935 2006-11-12 [colin]      2.6.0cvs35
6936
6937         * src/compose.c
6938                 Fix bug 1060, 'compilation error with 
6939                 Irix's cc'
6940
6941 2006-11-12 [paul]       2.6.0cvs34
6942
6943         * doc/man/claws-mail.1
6944         * src/prefs_gtk.c
6945         * src/plugins/clamav/README
6946         * src/plugins/spamassassin/README
6947         * tools/README
6948         * tools/freshmeat_search.pl
6949         * tools/google_search.pl
6950         * tools/multiwebsearch.pl
6951                 more renaming
6952         * src/plugins/trayicon/trayicon.c
6953                 fix compiliation warning
6954
6955 2006-11-11 [colin]      2.6.0cvs33
6956
6957         * src/folderview.c
6958                 Forbid drag and drop from/to different
6959                 folders of type F_UNKNOWN
6960
6961 2006-11-11 [colin]      2.6.0cvs32
6962
6963         * src/plugins/pgpinline/pgpinline.c
6964                 Fix typo in previous commit:
6965                 - gpgme_new(&ctx);
6966                 + if ((err = gpgme_new(&data->ctx)) ...)
6967
6968 2006-11-11 [colin]      2.6.0cvs31
6969
6970         * src/plugins/pgpinline/pgpinline.c
6971         * src/plugins/pgpmime/pgpmime.c
6972                 Check success after calling gpgme_new
6973                 Maybe fixes bug 1057, 'crash on sending 
6974                 signed message to a newsgroup'
6975
6976 2006-11-11 [colin]      2.6.0cvs30
6977
6978         * src/undo.c
6979                 init undostruct to 0s (from
6980                 valgrind log of bug 1057)
6981
6982 2006-11-10 [colin]      2.6.0cvs29
6983
6984         * src/mainwindow.c
6985                 Set cursor to wait before filtering
6986                 duplicates in all folders
6987         * src/plugins/bogofilter/bogofilter.c
6988         * src/plugins/bogofilter/bogofilter.h
6989         * src/plugins/bogofilter/bogofilter_gtk.c
6990                 Completely thread away the bogofilter
6991                 filtering
6992
6993 2006-11-10 [mones]      2.6.0cvs28
6994
6995         * src/compose.c
6996         * src/compose.h
6997                 added COMPOSE_CHECK_BEFORE_SEND hook
6998
6999 2006-11-10 [paul]       2.6.0cvs27
7000
7001         * src/crash.c
7002                 more renaming
7003                 add libSM to get_compiled_in_features()
7004         * src/main.c
7005                 more renaming
7006
7007 2006-11-10 [colin]      2.6.0cvs26
7008
7009         * src/etpan/imap-thread.c
7010                 Add a reference to libetpan's sasl engine
7011                 so that sasl_done() doesn't get called by
7012                 libetpan, and doesn't break openssl.
7013                 Should fix bug 1053, 'SC fails to reestablish 
7014                 a secure connection'
7015                 Patch by Hoa
7016
7017 2006-11-10 [colin]      2.6.0cvs25
7018
7019         * manual/addrbook.xml
7020         * manual/advanced.xml
7021         * manual/faq.xml
7022         * manual/intro.xml
7023                 Some more renaming
7024
7025 2006-11-09 [colin]      2.6.0cvs24
7026
7027         * src/plugins/bogofilter/bogofilter_gtk.c
7028                 Add comment about annoyance
7029
7030 2006-11-09 [colin]      2.6.0cvs23
7031
7032         * src/plugins/bogofilter/bogofilter.c
7033         * src/plugins/bogofilter/bogofilter_gtk.c
7034                 Prepare things needed to thread bogofilter
7035                 filtering: separate bogo stuff and possible GUI
7036                 stuff. 
7037
7038 2006-11-09 [colin]      2.6.0cvs22
7039
7040         * src/account.c
7041         * src/compose.c
7042                 Search for one of our accounts in Delivered-To
7043                 (helps for auto-account selection when 
7044                  replying/forwarding)
7045         * src/folderview.c
7046         * src/mainwindow.c
7047         * src/mainwindow.h
7048         * src/plugins/trayicon/trayicon.c
7049                 Allow opening a new mail with any account from
7050                 the contextual menu
7051
7052 2006-11-09 [wwp]        2.6.0cvs21
7053
7054         * src/compose.c
7055         * src/prefs_common.c
7056         * src/prefs_common.h
7057         * src/prefs_compose_writing.c
7058                 add a compose new message format (in prefs/compose/writing), it's a
7059                 simple subject+body template to use when opening a new composition
7060                 window. It's similar to the existent reply and forward formats.
7061
7062                 enhanced the template/format % symbols substitution mechanism to
7063                 use current composition window information when % are used in
7064                 the compose new message format or in templates applied to new
7065                 messages (there were useless in that situations before). When
7066                 applied to new messages, %d corresponds to the system time/date.
7067
7068 2006-11-09 [paul]       2.6.0cvs20
7069
7070         * src/gtk/authors.h
7071                 fix last commit
7072
7073 2006-11-09 [paul]       2.6.0cvs19
7074
7075         * src/gtk/authors.h
7076                 keep tje alphabetical order
7077
7078 2006-11-08 [colin]      2.6.0cvs18
7079
7080         * src/etpan/imap-thread.c
7081                 Fix bug 1054, 'Slowness logging big 
7082                 data chunks'
7083
7084 2006-11-08 [paul]       2.6.0cvs17
7085
7086         * tools/Makefile.am
7087                 fix the renaming
7088
7089 2006-11-08 [paul]       2.6.0cvs16
7090
7091         * src/common/defs.h
7092                 update BUGZILLA_URI
7093
7094 2006-11-08 [paul]       2.6.0cvs15
7095
7096         * tools/Makefile.am
7097         * tools/OOo2claws-mail.pl
7098         * tools/OOo2sylpheed.pl
7099         * tools/README
7100         * tools/acroread2claws-mail.pl
7101         * tools/acroread2sylpheed.pl
7102         * tools/kmail2claws-mail.pl
7103         * tools/kmail2claws-mail_v2.pl
7104         * tools/kmail2sylpheed.pl
7105         * tools/kmail2sylpheed_v2.pl
7106         * tools/maildir2claws-mail.pl
7107         * tools/maildir2sylpheed.pl
7108         * tools/nautilus2claws-mail.sh
7109         * tools/nautilus2sylpheed.sh
7110         * tools/outlook2claws-mail.pl
7111         * tools/outlook2sylpheed.pl
7112         * tools/tb2claws-mail
7113         * tools/tb2sylpheed
7114         * tools/tbird2claws.py
7115         * tools/tbird2syl.py
7116         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7117         * tools/kdeservicemenu/install.sh
7118         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7119         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7120         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7121         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7122         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7123                 renamed (removed, added) tools files
7124
7125 2006-11-08 [paul]       2.6.0cvs14
7126
7127         * src/main.c
7128         * src/common/defs.h
7129                 Migrate sylpheedrc to clawsrc, and fix the standard
7130                 plugins path in the process
7131
7132 2006-11-07 [colin]      2.6.0cvs13
7133
7134         * src/Makefile.am
7135                 Symlink sylpheed-claws relative to 
7136                 claws-mail
7137
7138 2006-11-07 [colin]      2.6.0cvs12
7139
7140         * src/compose.c
7141                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7142
7143 2006-11-07 [paul]       2.6.0cvs11
7144
7145         * src/gtk/about.c
7146                 Fix a missed occurence of
7147                 Sylpheed-Claws
7148
7149 2006-11-07 [paul]       2.6.0cvs10
7150
7151         * src/Makefile.am
7152                 Fix symlink installation
7153
7154 2006-11-07 [paul]       2.6.0cvs9
7155
7156         * src/Makefile.am
7157                 Symlink claws-mail to sylpheed-claws
7158         * src/common/utils.c
7159                 Fix migrating symlinks
7160         * src/etpan/imap-thread.c
7161                 check certificate only when there's
7162                 no error
7163
7164 2006-11-07 [paul]       2.6.0cvs8
7165
7166         * Makefile.am
7167                 Fix icon breakages with Gtk, which needs a 
7168                 cache updated to see them.
7169
7170 2006-11-07 [paul]       2.6.0cvs7
7171
7172         * .cvsignore
7173         * AUTHORS
7174         * COPYING
7175         * INSTALL
7176         * Makefile.am
7177         * NEWS
7178         * README
7179         * RELEASE_NOTES
7180         * autogen.sh
7181         * claws-mail-128x128.png
7182         * claws-mail-64x64.png
7183         * claws-mail.ico
7184         * claws-mail.pc.in
7185         * claws-mail.png
7186         * configure.ac
7187         * sylpheed-claws-128x128.png
7188         * sylpheed-claws-64x64.png
7189         * sylpheed-claws.desktop
7190         * sylpheed-claws.ico
7191         * sylpheed-claws.pc.in
7192         * sylpheed-claws.png
7193         * debian/README.Debian
7194         * debian/changelog
7195         * debian/claws-mail.desktop
7196         * debian/claws-mail.menu
7197         * debian/claws-mail.postinst.debhelper
7198         * debian/claws-mail.postrm.debhelper
7199         * debian/control
7200         * debian/copyright
7201         * debian/files
7202         * debian/rules
7203         * debian/sylpheed-claws.desktop
7204         * debian/sylpheed-claws.menu
7205         * debian/sylpheed-claws.postinst.debhelper
7206         * debian/sylpheed-claws.postrm.debhelper
7207         * doc/man/Makefile.am
7208         * doc/man/claws-mail.1
7209         * doc/man/sylpheed-claws.1
7210         * doc/src/ChangeLog.claws-pre0.8.0
7211         * manual/Makefile.am
7212         * manual/account.xml
7213         * manual/ack.xml
7214         * manual/addrbook.xml
7215         * manual/advanced.xml
7216         * manual/claws-mail-manual.xml
7217         * manual/faq.xml
7218         * manual/glossary.xml
7219         * manual/handling.xml
7220         * manual/intro.xml
7221         * manual/keyboard.xml
7222         * manual/plugins.xml
7223         * manual/starting.xml
7224         * manual/sylpheed-claws-manual.xml
7225         * manual/xml2pdf
7226         * manual/dist/.cvsignore
7227         * manual/dist/html/.cvsignore
7228         * manual/dist/html/Makefile.am
7229         * manual/dist/pdf/.cvsignore
7230         * manual/dist/pdf/Makefile.am
7231         * manual/dist/ps/.cvsignore
7232         * manual/dist/ps/Makefile.am
7233         * manual/dist/txt/.cvsignore
7234         * manual/dist/txt/Makefile.am
7235         * manual/es/Makefile.am
7236         * manual/es/advanced.xml
7237         * manual/es/claws-mail-manual.xml
7238         * manual/es/faq.xml
7239         * manual/es/glossary.xml
7240         * manual/es/handling.xml
7241         * manual/es/intro.xml
7242         * manual/es/plugins.xml
7243         * manual/es/sylpheed-claws-manual.xml
7244         * manual/es/dist/.cvsignore
7245         * manual/es/dist/html/.cvsignore
7246         * manual/es/dist/html/Makefile.am
7247         * manual/es/dist/pdf/.cvsignore
7248         * manual/es/dist/pdf/Makefile.am
7249         * manual/es/dist/ps/.cvsignore
7250         * manual/es/dist/ps/Makefile.am
7251         * manual/es/dist/txt/.cvsignore
7252         * manual/es/dist/txt/Makefile.am
7253         * manual/fr/Makefile.am
7254         * manual/fr/account.xml
7255         * manual/fr/ack.xml
7256         * manual/fr/addrbook.xml
7257         * manual/fr/advanced.xml
7258         * manual/fr/claws-mail-manual.xml
7259         * manual/fr/faq.xml
7260         * manual/fr/glossary.xml
7261         * manual/fr/handling.xml
7262         * manual/fr/intro.xml
7263         * manual/fr/keyboard.xml
7264         * manual/fr/plugins.xml
7265         * manual/fr/starting.xml
7266         * manual/fr/sylpheed-claws-manual.xml
7267         * manual/fr/dist/.cvsignore
7268         * manual/fr/dist/html/.cvsignore
7269         * manual/fr/dist/html/Makefile.am
7270         * manual/fr/dist/pdf/.cvsignore
7271         * manual/fr/dist/pdf/Makefile.am
7272         * manual/fr/dist/ps/.cvsignore
7273         * manual/fr/dist/ps/Makefile.am
7274         * manual/fr/dist/txt/.cvsignore
7275         * manual/fr/dist/txt/Makefile.am
7276         * manual/pl/Makefile.am
7277         * manual/pl/account.xml
7278         * manual/pl/ack.xml
7279         * manual/pl/addrbook.xml
7280         * manual/pl/advanced.xml
7281         * manual/pl/claws-mail-manual.xml
7282         * manual/pl/faq.xml
7283         * manual/pl/glossary.xml
7284         * manual/pl/handling.xml
7285         * manual/pl/intro.xml
7286         * manual/pl/keyboard.xml
7287         * manual/pl/plugins.xml
7288         * manual/pl/starting.xml
7289         * manual/pl/sylpheed-claws-manual.xml
7290         * manual/pl/dist/.cvsignore
7291         * manual/pl/dist/html/.cvsignore
7292         * manual/pl/dist/html/Makefile.am
7293         * manual/pl/dist/pdf/.cvsignore
7294         * manual/pl/dist/pdf/Makefile.am
7295         * manual/pl/dist/ps/.cvsignore
7296         * manual/pl/dist/ps/Makefile.am
7297         * manual/pl/dist/txt/.cvsignore
7298         * manual/pl/dist/txt/Makefile.am
7299         * po/.cvsignore
7300         * po/Makevars
7301         * src/.cvsignore
7302         * src/Makefile.am
7303         * src/account.c
7304         * src/account.h
7305         * src/action.c
7306         * src/action.h
7307         * src/adbookbase.h
7308         * src/addr_compl.c
7309         * src/addr_compl.h
7310         * src/addrbook.c
7311         * src/addrcache.c
7312         * src/addrcache.h
7313         * src/addrcindex.c
7314         * src/addrcindex.h
7315         * src/addrclip.c
7316         * src/addrclip.h
7317         * src/addrdefs.h
7318         * src/addressadd.c
7319         * src/addressadd.h
7320         * src/addressbook.c
7321         * src/addressbook.h
7322         * src/addressbook_foldersel.c
7323         * src/addressbook_foldersel.h
7324         * src/addrgather.c
7325         * src/addrgather.h
7326         * src/addrharvest.c
7327         * src/addrharvest.h
7328         * src/addrindex.c
7329         * src/addrindex.h
7330         * src/addritem.c
7331         * src/addritem.h
7332         * src/addrquery.c
7333         * src/addrquery.h
7334         * src/addrselect.c
7335         * src/addrselect.h
7336         * src/alertpanel.c
7337         * src/alertpanel.h
7338         * src/browseldap.c
7339         * src/browseldap.h
7340         * src/codeconv.c
7341         * src/codeconv.h
7342         * src/compose.c
7343         * src/crash.c
7344         * src/crash.h
7345         * src/customheader.c
7346         * src/customheader.h
7347         * src/displayheader.c
7348         * src/displayheader.h
7349         * src/editaddress.c
7350         * src/editaddress.h
7351         * src/editbook.c
7352         * src/editbook.h
7353         * src/editgroup.c
7354         * src/editgroup.h
7355         * src/editjpilot.c
7356         * src/editjpilot.h
7357         * src/editldap.c
7358         * src/editldap.h
7359         * src/editldap_basedn.c
7360         * src/editldap_basedn.h
7361         * src/editvcard.c
7362         * src/editvcard.h
7363         * src/exphtmldlg.c
7364         * src/exphtmldlg.h
7365         * src/expldifdlg.c
7366         * src/expldifdlg.h
7367         * src/export.c
7368         * src/exporthtml.c
7369         * src/exporthtml.h
7370         * src/exportldif.c
7371         * src/exportldif.h
7372         * src/filtering.c
7373         * src/filtering.h
7374         * src/folder.c
7375         * src/folder.h
7376         * src/folder_item_prefs.c
7377         * src/folder_item_prefs.h
7378         * src/foldersel.c
7379         * src/foldersel.h
7380         * src/folderutils.c
7381         * src/folderutils.h
7382         * src/folderview.c
7383         * src/folderview.h
7384         * src/grouplistdialog.c
7385         * src/grouplistdialog.h
7386         * src/html.c
7387         * src/html.h
7388         * src/image_viewer.c
7389         * src/image_viewer.h
7390         * src/imap.c
7391         * src/imap.h
7392         * src/imap_gtk.c
7393         * src/imap_gtk.h
7394         * src/import.c
7395         * src/import.h
7396         * src/importldif.c
7397         * src/importldif.h
7398         * src/importmutt.c
7399         * src/importmutt.h
7400         * src/importpine.c
7401         * src/importpine.h
7402         * src/inc.c
7403         * src/inc.h
7404         * src/jpilot.c
7405         * src/jpilot.h
7406         * src/ldapctrl.c
7407         * src/ldapctrl.h
7408         * src/ldaplocate.c
7409         * src/ldaplocate.h
7410         * src/ldapquery.c
7411         * src/ldapquery.h
7412         * src/ldapserver.c
7413         * src/ldapserver.h
7414         * src/ldaputil.c
7415         * src/ldaputil.h
7416         * src/ldif.c
7417         * src/ldif.h
7418         * src/localfolder.c
7419         * src/localfolder.h
7420         * src/main.c
7421         * src/main.h
7422         * src/mainwindow.c
7423         * src/mainwindow.h
7424         * src/manual.c
7425         * src/manual.h
7426         * src/matcher.c
7427         * src/matcher.h
7428         * src/matcher_parser.h
7429         * src/matcher_parser_lex.l
7430         * src/matcher_parser_parse.y
7431         * src/mbox.c
7432         * src/mbox.h
7433         * src/message_search.c
7434         * src/message_search.h
7435         * src/messageview.c
7436         * src/messageview.h
7437         * src/mh.c
7438         * src/mh.h
7439         * src/mh_gtk.c
7440         * src/mh_gtk.h
7441         * src/mimeview.c
7442         * src/mimeview.h
7443         * src/msgcache.c
7444         * src/msgcache.h
7445         * src/mutt.c
7446         * src/mutt.h
7447         * src/news.c
7448         * src/news.h
7449         * src/news_gtk.c
7450         * src/news_gtk.h
7451         * src/noticeview.c
7452         * src/noticeview.h
7453         * src/partial_download.c
7454         * src/partial_download.h
7455         * src/pine.c
7456         * src/pine.h
7457         * src/pop.c
7458         * src/pop.h
7459         * src/prefs_account.c
7460         * src/prefs_account.h
7461         * src/prefs_actions.c
7462         * src/prefs_actions.h
7463         * src/prefs_common.c
7464         * src/prefs_common.h
7465         * src/prefs_compose_writing.c
7466         * src/prefs_compose_writing.h
7467         * src/prefs_customheader.c
7468         * src/prefs_customheader.h
7469         * src/prefs_display_header.c
7470         * src/prefs_display_header.h
7471         * src/prefs_ext_prog.c
7472         * src/prefs_ext_prog.h
7473         * src/prefs_filtering.c
7474         * src/prefs_folder_column.c
7475         * src/prefs_folder_column.h
7476         * src/prefs_folder_item.c
7477         * src/prefs_folder_item.h
7478         * src/prefs_fonts.c
7479         * src/prefs_fonts.h
7480         * src/prefs_gtk.c
7481         * src/prefs_gtk.h
7482         * src/prefs_image_viewer.c
7483         * src/prefs_image_viewer.h
7484         * src/prefs_matcher.c
7485         * src/prefs_matcher.h
7486         * src/prefs_message.c
7487         * src/prefs_message.h
7488         * src/prefs_msg_colors.c
7489         * src/prefs_msg_colors.h
7490         * src/prefs_other.c
7491         * src/prefs_other.h
7492         * src/prefs_quote.c
7493         * src/prefs_quote.h
7494         * src/prefs_receive.c
7495         * src/prefs_receive.h
7496         * src/prefs_send.c
7497         * src/prefs_send.h
7498         * src/prefs_spelling.c
7499         * src/prefs_spelling.h
7500         * src/prefs_summaries.c
7501         * src/prefs_summaries.h
7502         * src/prefs_summary_column.c
7503         * src/prefs_summary_column.h
7504         * src/prefs_template.c
7505         * src/prefs_template.h
7506         * src/prefs_themes.c
7507         * src/prefs_themes.h
7508         * src/prefs_toolbar.c
7509         * src/prefs_toolbar.h
7510         * src/prefs_wrapping.c
7511         * src/prefs_wrapping.h
7512         * src/privacy.c
7513         * src/privacy.h
7514         * src/procheader.c
7515         * src/procheader.h
7516         * src/procmime.c
7517         * src/procmime.h
7518         * src/procmsg.c
7519         * src/procmsg.h
7520         * src/quote_fmt.c
7521         * src/quote_fmt_parse.y
7522         * src/recv.c
7523         * src/recv.h
7524         * src/remotefolder.c
7525         * src/remotefolder.h
7526         * src/send_message.c
7527         * src/send_message.h
7528         * src/setup.c
7529         * src/setup.h
7530         * src/sourcewindow.c
7531         * src/sourcewindow.h
7532         * src/ssl_manager.c
7533         * src/ssl_manager.h
7534         * src/statusbar.c
7535         * src/statusbar.h
7536         * src/stock_pixmap.c
7537         * src/stock_pixmap.h
7538         * src/summary_search.c
7539         * src/summary_search.h
7540         * src/summaryview.c
7541         * src/summaryview.h
7542         * src/syldap.c
7543         * src/syldap.h
7544         * src/textview.c
7545         * src/textview.h
7546         * src/toolbar.c
7547         * src/toolbar.h
7548         * src/undo.c
7549         * src/undo.h
7550         * src/unmime.c
7551         * src/unmime.h
7552         * src/vcard.c
7553         * src/vcard.h
7554         * src/wizard.c
7555         * src/wizard.h
7556         * src/common/base64.c
7557         * src/common/base64.h
7558         * src/common/defs.h
7559         * src/common/hooks.c
7560         * src/common/hooks.h
7561         * src/common/log.c
7562         * src/common/log.h
7563         * src/common/mgutils.c
7564         * src/common/mgutils.h
7565         * src/common/nntp.c
7566         * src/common/nntp.h
7567         * src/common/passcrypt.c
7568         * src/common/passcrypt.h.in
7569         * src/common/plugin.c
7570         * src/common/plugin.h
7571         * src/common/prefs.c
7572         * src/common/prefs.h
7573         * src/common/progressindicator.c
7574         * src/common/progressindicator.h
7575         * src/common/quoted-printable.c
7576         * src/common/quoted-printable.h
7577         * src/common/session.c
7578         * src/common/session.h
7579         * src/common/smtp.c
7580         * src/common/smtp.h
7581         * src/common/socket.c
7582         * src/common/socket.h
7583         * src/common/ssl.c
7584         * src/common/ssl.h
7585         * src/common/stringtable.c
7586         * src/common/stringtable.h
7587         * src/common/sylpheed.c
7588         * src/common/sylpheed.h
7589         * src/common/template.c
7590         * src/common/template.h
7591         * src/common/timing.h
7592         * src/common/utils.c
7593         * src/common/utils.h
7594         * src/common/version.h.in
7595         * src/common/xml.c
7596         * src/common/xml.h
7597         * src/common/xmlprops.c
7598         * src/common/xmlprops.h
7599         * src/gtk/about.c
7600         * src/gtk/colorlabel.c
7601         * src/gtk/colorlabel.h
7602         * src/gtk/colorsel.c
7603         * src/gtk/colorsel.h
7604         * src/gtk/combobox.c
7605         * src/gtk/combobox.h
7606         * src/gtk/description_window.c
7607         * src/gtk/description_window.h
7608         * src/gtk/filesel.c
7609         * src/gtk/filesel.h
7610         * src/gtk/foldersort.c
7611         * src/gtk/foldersort.h
7612         * src/gtk/gtkaspell.c
7613         * src/gtk/gtkaspell.h
7614         * src/gtk/gtksctree.c
7615         * src/gtk/gtkshruler.c
7616         * src/gtk/gtkshruler.h
7617         * src/gtk/gtkutils.c
7618         * src/gtk/gtkutils.h
7619         * src/gtk/icon_legend.c
7620         * src/gtk/icon_legend.h
7621         * src/gtk/logwindow.c
7622         * src/gtk/logwindow.h
7623         * src/gtk/manage_window.c
7624         * src/gtk/manage_window.h
7625         * src/gtk/pluginwindow.c
7626         * src/gtk/pluginwindow.h
7627         * src/gtk/prefswindow.c
7628         * src/gtk/prefswindow.h
7629         * src/gtk/quicksearch.c
7630         * src/gtk/quicksearch.h
7631         * src/pixmaps/claws-mail.xpm
7632         * src/pixmaps/claws-mail_icon.xpm
7633         * src/pixmaps/claws-mail_logo.xpm
7634         * src/pixmaps/sylpheed-claws.xpm
7635         * src/pixmaps/sylpheed-claws_icon.xpm
7636         * src/pixmaps/sylpheed-claws_logo.xpm
7637         * src/plugins/bogofilter/Makefile.am
7638         * src/plugins/bogofilter/bogofilter.c
7639         * src/plugins/bogofilter/bogofilter.h
7640         * src/plugins/bogofilter/bogofilter_gtk.c
7641         * src/plugins/clamav/Makefile.am
7642         * src/plugins/clamav/clamav_plugin.c
7643         * src/plugins/clamav/clamav_plugin.h
7644         * src/plugins/clamav/clamav_plugin_gtk.c
7645         * src/plugins/demo/Makefile.am
7646         * src/plugins/demo/demo.c
7647         * src/plugins/dillo_viewer/Makefile.am
7648         * src/plugins/dillo_viewer/README
7649         * src/plugins/dillo_viewer/dillo_prefs.c
7650         * src/plugins/dillo_viewer/dillo_prefs.h
7651         * src/plugins/dillo_viewer/dillo_viewer.c
7652         * src/plugins/pgpcore/Makefile.am
7653         * src/plugins/pgpcore/passphrase.c
7654         * src/plugins/pgpcore/passphrase.h
7655         * src/plugins/pgpcore/pgp_viewer.c
7656         * src/plugins/pgpcore/pgp_viewer.h
7657         * src/plugins/pgpcore/plugin.c
7658         * src/plugins/pgpcore/prefs_gpg.c
7659         * src/plugins/pgpcore/prefs_gpg.h
7660         * src/plugins/pgpcore/select-keys.c
7661         * src/plugins/pgpcore/select-keys.h
7662         * src/plugins/pgpcore/sgpgme.c
7663         * src/plugins/pgpcore/sgpgme.h
7664         * src/plugins/pgpcore/sylpheed.def
7665         * src/plugins/pgpcore/version.rc
7666         * src/plugins/pgpinline/Makefile.am
7667         * src/plugins/pgpinline/pgpinline.c
7668         * src/plugins/pgpinline/pgpinline.h
7669         * src/plugins/pgpinline/plugin.c
7670         * src/plugins/pgpinline/sylpheed.def
7671         * src/plugins/pgpinline/version.rc
7672         * src/plugins/pgpmime/Makefile.am
7673         * src/plugins/pgpmime/pgpmime.c
7674         * src/plugins/pgpmime/pgpmime.h
7675         * src/plugins/pgpmime/plugin.c
7676         * src/plugins/pgpmime/sylpheed.def
7677         * src/plugins/pgpmime/version.rc
7678         * src/plugins/spamassassin/Makefile.am
7679         * src/plugins/spamassassin/README
7680         * src/plugins/spamassassin/spamassassin.c
7681         * src/plugins/spamassassin/spamassassin.h
7682         * src/plugins/spamassassin/spamassassin_gtk.c
7683         * src/plugins/trayicon/Makefile.am
7684         * src/plugins/trayicon/trayicon.c
7685         * tools/OOo2sylpheed.pl
7686         * tools/README
7687         * tools/README.sylprint
7688         * tools/acroread2sylpheed.pl
7689         * tools/claws.i18n.status.pl
7690         * tools/filter_conv.pl
7691         * tools/filter_conv_new.pl
7692         * tools/freshmeat_search.pl
7693         * tools/google_search.pl
7694         * tools/kmail2sylpheed.pl
7695         * tools/kmail2sylpheed_v2.pl
7696         * tools/make.themes.project
7697         * tools/multiwebsearch.pl
7698         * tools/nautilus2sylpheed.sh
7699         * tools/outlook2sylpheed.pl
7700         * tools/sylprint.pl
7701         * tools/sylprint.rc
7702         * tools/tb2sylpheed
7703         * tools/textviewer.sh
7704         * tools/vcard2xml.py
7705         * tools/kdeservicemenu/README
7706         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7707         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7708         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7709                 Change name to Claws Mail. Announce to follow...
7710
7711 2006-11-06 [wwp]        2.6.0cvs6
7712
7713         * src/prefs_template.c
7714                 unify messages related to quote format/template errors (fix
7715                 capitalization), again.
7716
7717 2006-11-06 [wwp]        2.6.0cvs5
7718
7719         * src/prefs_quote.c
7720                 unify messages related to quote format/template errors.
7721
7722 2006-11-06 [wwp]        2.6.0cvs4
7723
7724         * src/prefs_msg_colors.c
7725                 more uses of Q_ macro for contextual translations, thanks
7726                 to Fabien (fzzzzz).
7727
7728 2006-11-06 [wwp]        2.6.0cvs3
7729
7730         * src/compose.c
7731         * src/common/utils.c
7732         * src/common/utils.h
7733                 show an alertpanel to make sure users are aware that sensitive
7734                 files are attached (it's file blacklist-based). This will fix
7735                 interaction w/ GoogleEarth for instance, thanks to Colin.
7736
7737 2006-11-06 [wwp]        2.6.0cvs2
7738
7739         * src/prefs_quote.c
7740         * src/prefs_template.c
7741         * src/prefs_template.h
7742                 check quote format when applying/closing prefs. For now this only
7743                 shows up an error dialog box, not preventing the user from using
7744                 a broken quote (reply, forwards) format.
7745
7746 2006-11-06 [wwp]        2.6.0cvs1
7747
7748         * src/prefs_template.c
7749                 fix missing checks of some template fields.
7750
7751 2006-11-06 [paul]       2.6.0
7752
7753         * NEWS
7754         * README
7755         * RELEASE_NOTES
7756                 2.6.0 released
7757
7758 2006-11-06 [paul]       2.5.6cvs22
7759
7760         * manual/advanced.xml
7761         * manual/es/advanced.xml
7762                 put 'respect_flowed_format' info in the correct
7763                 place
7764
7765 2006-11-06 [mones]      2.5.6cvs21
7766
7767         * po/es.po
7768                 Minor fixes for release
7769
7770 2006-11-06 [paul]       2.5.6cvs20
7771
7772         * po/cs.po
7773         * po/de.po
7774         * po/fr.po
7775         * po/it.po
7776         * po/nl.po
7777         * po/pt_BR.po
7778         * po/sk.po
7779         * po/sv.po
7780         * po/zh_CN.po
7781                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7782                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7783                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7784                 Young
7785
7786 2006-11-02 [colin]      2.5.6cvs19
7787
7788         * src/imap.c
7789         * src/imap.h
7790         * src/prefs_account.c
7791         * src/etpan/imap-thread.c
7792                 Add GSSAPI support - fixes Debian bug #383274
7793
7794 2006-11-01 [colin]      2.5.6cvs18
7795
7796         * src/jpilot.c
7797                 Handle libpisock12 support. Probably
7798                 fixes bug 1046, 'jpilot AddressDB.pdb 
7799                 import fail'
7800
7801 2006-11-01 [colin]      2.5.6cvs17
7802
7803         * src/folderutils.c
7804                 debug_print() folderutils_mark_all_read()
7805
7806 2006-11-01 [colin]      2.5.6cvs16
7807
7808         * COPYING
7809                 Add missed files to the Apache exception
7810
7811 2006-10-31 [colin]      2.5.6cvs15
7812
7813         * src/folder.c
7814         * src/folder.h
7815                 Add a copy_private_data() func to FolderClasses
7816                 Doesn't break the feature freeze, because we 
7817                 won't use it (right now) in the core.
7818
7819 2006-10-31 [colin]      2.5.6cvs14
7820
7821         * COPYING
7822                 Allow linking with the Apache licensed files in
7823                 src/plugins/spamassassin. Hopefully fixes 
7824                 bug 1048, 'Spamassassin plugin license problem'
7825
7826 2006-10-31 [wwp]        2.5.6cvs13
7827
7828         * src/compose.c
7829                 fix and optimize trimming of leading linefeeds in body loop.
7830
7831 2006-10-31 [colin]      2.5.6cvs12
7832
7833         * src/etpan/imap-thread.c
7834         * src/imap.c
7835                 Make really sure to have NULL sets in case
7836                 of error
7837
7838 2006-10-30 [wwp]        2.5.6cvs11
7839
7840         * src/prefs_common.c
7841         * src/prefs_common.h
7842         * src/compose.c
7843                 fix broken storage of quote format template when it contains \-escape
7844                 sequences. The application of such sequences is also fixed now (\t
7845                 in quote format will be a real tab instead of a 't', for instance).
7846
7847 2006-10-27 [colin]      2.5.6cvs10
7848
7849         * src/compose.c
7850                 Probably fix bug 1045, 'sylpheed-claws 
7851                 doesn't remove the mail from the IMAP 
7852                 Queue folder after sending'. From
7853                 2.5.6cvs3-stable
7854
7855 2006-10-27 [colin]      2.5.6cvs9
7856
7857         * configure.ac
7858                 Require libetpan-0.48. I'm so annoying,
7859                 I know ;-)
7860
7861 2006-10-27 [colin]      2.5.6cvs8
7862
7863         * src/folder.c
7864         * src/imap.c
7865                 Probably fix bug 1044, 'sylpheed-claws 
7866                 segfaults while moving mails' - Fix relation
7867                 usage when moving to an IMAP mailbox from another
7868                 mailbox
7869
7870 2006-10-26 [paul]       2.5.6cvs7
7871
7872         * src/gtk/about.c
7873                 add libSM to compiled-in features
7874                 list
7875
7876 2006-10-24 [colin]      2.5.6cvs6
7877
7878         * src/textview.c
7879         * src/gtk/gtkutils.c
7880                 Fix crash when printing emails with an
7881                 xface
7882
7883 2006-10-24 [mones]      2.5.6cvs5
7884
7885         * manual/es/advanced.xml
7886                 Synchronize hidden option respect_flowed_format
7887         * po/es.po
7888                 Updated translation
7889
7890 2006-10-21 [paul]       2.5.6cvs4
7891
7892         * src/gtk/authors.h
7893         * src/plugins/pgpcore/pgp_viewer.c
7894         * src/plugins/pgpcore/sgpgme.c
7895                 fix building on BSDs
7896                 Thanks to Michael Hughes
7897                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7898
7899 2006-10-20 [colin]      2.5.6cvs3
7900
7901         * configure.ac
7902                 Bump up libetpan requirement
7903                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7904         * src/common/utils.c
7905         * src/common/utils.h
7906                 Add convenience get_file_mtime()
7907         * src/imap.c
7908         * src/etpan/imap-thread.c
7909         * src/etpan/imap-thread.h
7910                 Implement UIDPLUS support if the server
7911                 supports it - faster sending in this case
7912
7913 2006-10-19 [colin]      2.5.6cvs2
7914
7915         * src/gtk/quicksearch.c
7916                 Fix emptying in type-ahead+extended mode
7917         * src/mainwindow.c
7918         * src/mainwindow.h
7919                 Add a hook for offline state change
7920         * src/plugins/trayicon/trayicon.c
7921                 Use it to display offline icons
7922         * src/plugins/trayicon/Makefile.am
7923         * src/plugins/trayicon/newmail.offline.xpm
7924         * src/plugins/trayicon/newmarkedmail.offline.xpm
7925         * src/plugins/trayicon/nomail.offline.xpm
7926         * src/plugins/trayicon/unreadmail.offline.xpm
7927         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7928                 Add the icons
7929
7930 2006-10-12 [paul]       2.5.6cvs1
7931
7932         * NEWS
7933         * README
7934         * configure.ac
7935                 Update version number following
7936                 stable release
7937
7938 2006-10-19 [colin]      2.5.5cvs18
7939
7940         * manual/handling.xml
7941                 Add type-ahead search
7942
7943 2006-10-18 [colin]      2.5.5cvs17
7944
7945         * src/gtk/quicksearch.c
7946                 Remove "save to history only if there's
7947                 no syntax error", it breaks for some 
7948                 reason which I'll investigate later.
7949
7950 2006-10-18 [colin]      2.5.5cvs16
7951
7952         * src/prefs_common.c
7953         * src/prefs_common.h
7954         * src/summaryview.c
7955         * src/gtk/quicksearch.c
7956         * src/gtk/quicksearch.h
7957                 Add a type-ahead option for fast searches
7958                 Patch by Fabien Vantard
7959
7960 2006-10-18 [colin]      2.5.5cvs15
7961
7962         * src/compose.c
7963         * src/compose.h
7964                 Add Options/Reply mode/ menu to be able to
7965                 change the recipients of a reply on the fly
7966
7967 2006-10-18 [colin]      2.5.5cvs14
7968
7969         * src/compose.c
7970                 Fix redirecting of our own sent mails
7971
7972 2006-10-17 [wwp]        2.5.5cvs13
7973
7974         * src/send_message.c
7975                 Fix duplicate error messages when sending, and missing
7976                 newline in such error messages.
7977
7978 2006-10-17 [colin]      2.5.5cvs12
7979
7980         * src/compose.c
7981                 Compare addresses case-insensitive
7982
7983 2006-10-17 [colin]      2.5.5cvs11
7984
7985         * src/plugins/pgpcore/sgpgme.c
7986                 Fix return status
7987
7988 2006-10-17 [colin]      2.5.5cvs10
7989
7990         * src/plugins/pgpcore/pgp_viewer.c
7991                 Fix return status
7992
7993 2006-10-17 [colin]      2.5.5cvs9
7994
7995         * src/quote_fmt.c
7996                 Fix a typo (thanks to Fabien)
7997
7998 2006-10-16 [colin]      2.5.5cvs8
7999
8000         * src/textview.c
8001                 Fix problem with quote-folding when emails
8002                 don't convert cleanly to UTF-8
8003
8004 2006-10-14 [colin]      2.5.5cvs7
8005
8006         * src/prefs_template.c
8007                 Reset fields when reopening
8008                 the window
8009
8010 2006-10-13 [paul]       2.5.5cvs6
8011
8012         * manual/advanced.xml
8013         * src/prefs_message.c
8014                 make 'respect_flowed_format' a hidden
8015                 option, and add a manual entry for it
8016                 Thanks to Colin
8017
8018 2006-10-12 [colin]      2.5.5cvs5
8019
8020         * src/codeconv.c
8021                 Revert part of 2.5.2cvs21:
8022                 Don't optimise by reusing the 
8023                 last iconv converter if possible:
8024                 it seems slightly broken in a 
8025                 very hard way to reproduce
8026
8027 2006-10-12 [colin]      2.5.5cvs4
8028
8029         * src/prefs_common.c
8030         * src/prefs_common.h
8031         * src/prefs_message.c
8032         * src/procmime.c
8033                 Fix bug 1035, 'Incorrect handling 
8034                 of flowed lines'. We now optionnaly
8035                 handle this format (preference is in
8036                 Message View/Text options section)
8037
8038 2006-10-12 [colin]      2.5.5cvs3
8039
8040         * po/POTFILES.in
8041                 Add new file
8042         * src/plugins/pgpcore/pgp_viewer.c
8043         * src/plugins/pgpcore/sgpgme.c
8044                 Don't try to import without asking
8045
8046 2006-10-12 [colin]      2.5.5cvs2
8047
8048         * src/compose.c
8049                 Fix bug 1036, 'Forwarding a mutlipart
8050                 mail with a "text/html" block to ms
8051                 outlook users leeds to freeze of
8052                 outlook'. Poor outlook users...
8053
8054 2006-10-12 [paul]       2.5.5cvs1
8055
8056         * NEWS
8057         * README
8058         * configure.ac
8059                 Update version number following
8060                 stable release
8061
8062 2006-10-11 [paul]       2.5.4cvs1
8063
8064         * NEWS
8065         * README
8066         * configure.ac
8067                 Update version number following
8068                 stable release
8069
8070 2006-10-11 [paul]       2.5.3cvs32
8071
8072         * src/textview.c
8073                 fix bug 1032, 'Segmentation fault when showing
8074                 message' (bug in quote folding)
8075                 Thanks to Colin
8076
8077 2006-10-10 [colin]      2.5.3cvs31
8078
8079         * src/quote_fmt.c
8080                 Rephrase english a bit
8081
8082 2006-10-10 [colin]      2.5.3cvs30
8083
8084         * src/prefs_compose_writing.c
8085                 Stop making the page larger than the window
8086
8087 2006-10-10 [wwp]        2.5.3cvs29
8088
8089         * src/compose.c
8090         * src/prefs_template.c
8091         * src/quote_fmt.c
8092         * src/quote_fmt.h
8093         * src/quote_fmt_lex.l
8094         * src/quote_fmt_parse.y
8095                 Extend the quote parser a bit: allow to get access to
8096                 basic (composing) account info.
8097
8098 2006-10-10 [colin]      2.5.3cvs28
8099
8100         * src/procheader.c
8101                 Fix this \t problem in subject
8102
8103 2006-10-09 [colin]      2.5.3cvs27
8104
8105         * src/main.c
8106         * src/prefs_gtk.c
8107                 Prepare cache a bit later
8108                 If section already exists, skip the new one 
8109                 (as previously); avoid writing the same block
8110                 twice - if we find a second block with the 
8111                 same id, skip it.
8112         * src/plugins/pgpcore/pgp_viewer.c
8113                 Set cursor to busy when retrieving a key
8114         * src/plugins/pgpcore/sgpgme.c
8115                 allow 5 seconds for gpg to export the key
8116                 
8117
8118 2006-10-09 [colin]      2.5.3cvs26
8119
8120         * configure.ac
8121         * src/msgcache.c
8122         * src/prefs_gtk.c
8123                 Check for existence of fgets_unlocked
8124                 and fwrite_unlocked
8125
8126 2006-10-09 [paul]       2.5.3cvs25
8127
8128         * src/prefs_summaries.c
8129                 replace strftime() with fast_strftime() and in
8130                 the consequence fix the bug in the display of
8131                 AM/PM in the 'Example' string
8132
8133 2006-10-09 [ticho]      2.5.3cvs24
8134
8135         * po/sk.po
8136                 Updated (and fixed up somewhat) Slovak translation.
8137
8138 2006-10-08 [colin]      2.5.3cvs23
8139
8140         * src/prefs_folder_item.c
8141                 Explain why prefs in the top-level folder
8142                 aren't retained, but are still useful
8143
8144 2006-10-08 [colin]      2.5.3cvs22
8145
8146         * src/prefs_gtk.c
8147                 Don't cache anything if caching fails
8148
8149 2006-10-08 [colin]      2.5.3cvs21
8150
8151         * src/common/utils.c
8152                 always include gi18n.h
8153
8154 2006-10-07 [colin]      2.5.3cvs20
8155
8156         * src/plugins/pgpcore/pgp_viewer.c
8157                 Kill gpg after 5 seconds wait
8158
8159 2006-10-07 [colin]      2.5.3cvs19
8160
8161         * src/plugins/pgpcore/pgp_viewer.c
8162         * src/plugins/pgpcore/pgp_viewer.h
8163                 Fix copyright
8164
8165 2006-10-07 [colin]      2.5.3cvs18
8166
8167         * src/plugins/pgpcore/pgp_viewer.c
8168         * src/plugins/pgpcore/pgp_viewer.h
8169                 Actually add the files to CVS
8170
8171 2006-10-07 [colin]      2.5.3cvs17
8172
8173         * src/plugins/pgpcore/sgpgme.c
8174                 Be sure not to crash on 'application/pgp-signature' that
8175                 are not application/pgp-signatures
8176
8177 2006-10-07 [colin]      2.5.3cvs16
8178
8179         * src/textview.c
8180         * src/textview.h
8181                 Make a bit more of the API available
8182         * src/plugins/pgpcore/Makefile.am
8183         * src/plugins/pgpcore/plugin.c
8184         * src/plugins/pgpcore/sgpgme.c
8185                 Add basic key import/export
8186
8187 2006-10-07 [colin]      2.5.3cvs15
8188
8189         * src/folderview.c
8190         * src/imap.c
8191         * src/prefs_account.c
8192         * src/wizard.c
8193                 Warn users *everywhere* if libetpan's not
8194                 linked in
8195
8196 2006-10-06 [mones]      2.5.3cvs14
8197
8198         * po/de.po
8199         * po/es.po
8200                 updated by Stephan Sachse and me
8201
8202 2006-10-06 [colin]      2.5.3cvs13
8203
8204         * src/main.c
8205         * src/common/sylpheed.c
8206                 Don't load common plugins if --exit is passed
8207         * src/prefs_gtk.c
8208         * src/prefs_gtk.h
8209                 Implement a cache to avoid reading the same
8210                 files over and over again at startup
8211
8212 2006-10-06 [colin]      2.5.3cvs12
8213
8214         * src/summaryview.c
8215         * src/gtk/quicksearch.c
8216                 Update display every 5k mails on fast searches
8217
8218 2006-10-06 [colin]      2.5.3cvs11
8219
8220         * src/textview.c
8221                 Don't do quote folding on HTML or ERTF.
8222                 May fix the Cygwin issues if they were
8223                 happening with HTML mails?
8224
8225 2006-10-05 [colin]      2.5.3cvs10
8226
8227         * src/prefs_gtk.c
8228                 Oops, forgot one
8229
8230 2006-10-05 [colin]      2.5.3cvs9
8231
8232         * src/prefs_gtk.c
8233                 Use unlocked_stdio here too
8234
8235 2006-10-05 [colin]      2.5.3cvs8
8236
8237         * src/folderview.c
8238                 Fix go to next * after preferences apply
8239         * src/msgcache.c
8240                 Do the fd lock/unlock ourselves instead of
8241                 letting the libc do it at each write 
8242
8243 2006-10-05 [colin]      2.5.3cvs7
8244
8245         * src/common/utils.c
8246                 Faster division, thanks to Jean Diraison
8247
8248 2006-10-05 [paul]       2.5.3cvs6
8249
8250         * src/common/utils.c
8251                 fix building with --disable-nls
8252
8253 2006-10-04 [colin]      2.5.3cvs5
8254
8255         * src/folder.c
8256                 Maybe fix a segfault
8257
8258 2006-10-04 [wwp]        2.5.3cvs4
8259
8260         * src/prefs_folder_item.c
8261                 Fine-tune layouts in folder item prefs. Suggested by
8262                 Fabien Vantard <fzzzzz@gmail.com>.
8263
8264 2006-10-04 [wwp]        2.5.3cvs3
8265
8266         * src/prefs_folder_item.c
8267                 Kill the clandestine passengers. You didn't see anything.
8268
8269 2006-10-04 [wwp]        2.5.3cvs2
8270
8271         * src/prefs_folder_item.c
8272                 Add a way to test the subject simplify regexp in
8273                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8274                 w/ few layout changes.
8275
8276 2006-20-04 [paul]       2.5.3cvs1
8277
8278         * NEWS
8279         * README
8280         * configure.ac
8281                 Update version number following
8282                 stable release
8283
8284 2006-10-04 [colin]      2.5.2cvs42
8285
8286         * src/folder.c
8287         * src/folder.h
8288         * src/summaryview.c
8289                 Provide a way for folder classes to set their sort
8290                 type and key
8291
8292 2006-10-03 [colin]      2.5.2cvs41
8293
8294         * src/mh.c
8295                 Don't use strlen() to know if the
8296                 string's empty
8297
8298 2006-10-03 [colin]      2.5.2cvs40
8299
8300         * src/mh.c
8301                 Fix "check for new folders" with accentued folders
8302
8303 2006-10-03 [ticho]      2.5.2cvs39
8304
8305         * src/filtering.c
8306         * src/folder.c
8307         * src/inc.c
8308         * src/mbox.c
8309                 Colin's fix for "copy" filtering rules.
8310
8311 2006-10-02 [colin]      2.5.2cvs38
8312
8313         * src/folderview.c
8314                 Fix for double-click too
8315
8316 2006-10-02 [colin]      2.5.2cvs37
8317
8318         * src/folderview.c
8319                 correct fix for cvs36
8320
8321 2006-10-02 [colin]      2.5.2cvs36
8322
8323         * src/folderview.c
8324                 Fix 'goto next unread' after collapsing/expanding 
8325                 a node.
8326
8327 2006-10-02 [colin]      2.5.2cvs35
8328
8329         * src/summaryview.c
8330                 Fix double freeze/thaw
8331         * src/common/utils.c
8332         * src/common/utils.h
8333                 Reimplement strftime
8334         * src/procheader.c
8335                 Use it
8336
8337
8338 2006-10-02 [colin]      2.5.2cvs34
8339
8340         * src/mh.c
8341                 Time mh_write_sequences() - it's fast
8342         * src/summaryview.c
8343                 Init a variable to shut up gcc
8344
8345 2006-10-01 [colin]      2.5.2cvs33
8346
8347         * src/folder.c
8348         * src/mh.c
8349         * src/mh.h
8350         * src/msgcache.c
8351                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8352                 Add fsync but disable it, it's slow as hell
8353
8354 2006-10-01 [colin]      2.5.2cvs32
8355
8356         * src/mh.c
8357         * src/msgcache.c
8358                 fflush() caches and mh_sequences before
8359                 fclose()ing
8360
8361 2006-10-01 [colin]      2.5.2cvs31
8362
8363         * src/msgcache.c
8364                 Don't ftruncate when not using mmap
8365
8366 2006-09-30 [colin]      2.5.2cvs30
8367
8368         * src/main.c
8369                 Write folder list *after* saving caches
8370
8371 2006-09-30 [colin]      2.5.2cvs29
8372
8373         * src/folder.c
8374         * src/mh.c
8375                 Debug forced mtime changes
8376
8377 2006-09-30 [colin]      2.5.2cvs28
8378
8379         * src/folder.c
8380         * src/main.c
8381                 Remove useless debug_print()s (code
8382                 well-tested)
8383
8384 2006-09-30 [colin]      2.5.2cvs27
8385
8386         * src/mh.c
8387                 Do stuff faster when writing mh_sequences
8388
8389 2006-09-30 [colin]      2.5.2cvs26
8390
8391         * src/mh.c
8392                 Don't let the writing of .mh_sequences, which
8393                 can change the folder's mtime, let us think
8394                 we need to scan.
8395
8396 2006-09-30 [colin]      2.5.2cvs25
8397
8398         * src/folder.c
8399                 Move a debug_print where it belongs 
8400                 (processing)
8401         * src/summaryview.c
8402                 Don't mess with a huge slow subject
8403                 table if we're not threading by
8404                 subject
8405
8406 2006-09-30 [colin]      2.5.2cvs24
8407
8408         * src/msgcache.c
8409                 Reenable mmaped reads (*not* writes!)
8410         * src/procmsg.c
8411                 Don't destroy and recreate hashtables just
8412                 for fun
8413         * src/common/utils.c
8414                 Remove useless reply prefixes (it's case
8415                 unsensitive)
8416
8417 2006-09-30 [wwp]        2.5.2cvs23
8418
8419         * tools/fix_date.sh
8420                 Fixed a minor bug in date value extraction, added a switch
8421                 to replace non RFC-compliant Date: value, added a switch
8422                 to use strict RFC matching patterns for dates.
8423
8424 2006-09-29 [colin]      2.5.2cvs22
8425
8426         * src/matcher_parser.h
8427         * src/matcher_parser_parse.y
8428         * src/prefs_filtering.c
8429         * src/statusbar.c
8430         * src/summary_search.c
8431         * src/summaryview.c
8432         * src/gtk/quicksearch.c
8433         * src/gtk/quicksearch.h
8434                 Optimise searches by setting different
8435                 refresh intervals (depending if the 
8436                 search is fast or not)
8437
8438 2006-09-29 [colin]      2.5.2cvs21
8439
8440         * src/codeconv.c
8441                 Optimise by reusing the last iconv converter
8442                 if possible
8443         * src/textview.c
8444                 Optimise a bit (the foldable quotes feature
8445                 still has an awful O(n^2) algo
8446
8447 2006-09-29 [colin]      2.5.2cvs20
8448
8449         * src/gtk/gtksctree.c
8450         * src/gtk/gtksctree.h
8451                 Optimise de-selection via up/down or
8452                 another key
8453
8454 2006-09-28 [colin]      2.5.2cvs19
8455
8456         * src/action.c
8457         * src/compose.c
8458         * src/folderview.c
8459         * src/mainwindow.c
8460         * src/messageview.c
8461         * src/summary_search.c
8462         * src/toolbar.c
8463                 Avoid using summaryview->ctree directly
8464
8465 2006-09-28 [colin]      2.5.2cvs18
8466
8467         * src/summaryview.c
8468         * src/summaryview.h
8469                 Add helpers to freeze/thaw/grab_focus
8470                 Factorize calls to freeze/thaw/grab_focus
8471                 
8472
8473 2006-09-28 [colin]      2.5.2cvs17
8474
8475         * src/main.c
8476                 More guards for the session management
8477
8478 2006-09-28 [colin]      2.5.2cvs16
8479
8480         * src/folderview.c
8481         * src/gtk/gtksctree.c
8482         * src/gtk/gtksctree.h
8483                 Make expanding not recursive in folderview
8484
8485 2006-09-28 [colin]      2.5.2cvs15
8486
8487         * src/addressbook.c
8488                 If nothing is selected in the list (right part)
8489                 and a group is selected in the tree (left part),
8490                 mail this group.
8491
8492 2006-09-28 [colin]      2.5.2cvs14
8493
8494         * src/Makefile.am
8495                 Actually use SM_LIBS
8496
8497 2006-09-28 [ticho]      2.5.2cvs13
8498
8499         * src/export.c
8500         * src/messageview.c
8501         * src/mimeview.c
8502         * src/news.c
8503         * src/pop.c
8504         * src/prefs_themes.c
8505         * src/procmsg.c
8506                 Small i18n string optimization.
8507         * src/send_message.c
8508         * src/summaryview.c
8509         * src/common/session.c
8510         * src/common/smtp.c
8511         * src/common/ssl_certificate.c
8512         * src/common/utils.c
8513                 Use "Couldn't" instead of "Can't" in UI messages,
8514                 where appropriate.
8515
8516 2006-09-28 [colin]      2.5.2cvs12
8517
8518         * configure.ac
8519                 Possibly fix link errors
8520
8521 2006-09-27 [wwp]        2.5.2cvs11
8522
8523         * src/gtk/authors.h
8524         * doc/man/sylpheed-claws.1
8525         * manual/ack.xml
8526         * manual/es/ack.xml
8527         * manual/fr/ack.xml
8528         * manual/pl/ack.xml
8529                 Updated authors info (me, myself and I).
8530
8531 2006-09-27 [colin]      2.5.2cvs10
8532
8533         * src/addressbook.c
8534                 Remove useless printf
8535
8536 2006-09-27 [wwp]        2.5.2cvs9
8537
8538         * src/editgroup.c
8539         * src/send_message.c
8540         * src/inc.c
8541         * src/prefs_common.c
8542         * src/prefs_common.h
8543         * src/gtk/progressdialog.c
8544                 remember more windows' sizes (send dialog, received dialog,
8545                 edit group in addressbook).
8546
8547 2006-09-27 [colin]      2.5.2cvs8
8548
8549         * configure.ac
8550         * src/main.c
8551         * src/mainwindow.h
8552                 Use libSM to communicate with the session
8553                 manager, so that we can know when the 
8554                 session ends, save our caches, and draft
8555                 our compose windows.
8556
8557 2006-09-27 [colin]      2.5.2cvs7
8558
8559         * src/addressbook.c
8560                 Fix issues:
8561                 o Allow Book and Group creation from the tree's
8562                   contextual menu
8563                 o Do not actually delete the contacts when 
8564                   deleting groups from the tree (duh!)
8565
8566 2006-09-27 [colin]      2.5.2cvs6
8567
8568         * src/compose.c
8569         * src/compose.h
8570         * src/mainwindow.c
8571         * src/textview.c
8572         * src/toolbar.c
8573                 o Allow passing an email address to 
8574                   compose_new_with_folderitem
8575                 o Update callers
8576                 o Use current folderitem when clicking
8577                   on a TextView mailto: link
8578                 o Fix a possible leak in TextView
8579
8580 2006-09-27 [colin]      2.5.2cvs5
8581
8582         * src/html.c
8583                 Use UTF-8 chars to replace HTML entities
8584
8585 2006-09-27 [colin]      2.5.2cvs4
8586
8587         * AUTHORS
8588         * src/prefs_account.c
8589         * src/gtk/authors.h
8590                 Fix bug #1024 (Array index out of
8591                 range in sylpheed-claws-2.5.2)
8592                 Patch by Ales Nosek <anosek@suse.cz>
8593
8594 2006-09-27 [colin]      2.5.2cvs3
8595
8596         * src/addr_compl.c
8597                 Actually do the test
8598
8599 2006-09-27 [colin]      2.5.2cvs2
8600
8601         * src/addr_compl.c
8602         * src/addr_compl.h
8603                 Allow completing with comma (in certain cases: vCalendar
8604                 for example doesn't support that)
8605                 Patch by Fabien Vantard
8606
8607 2006-09-26 [colin]      2.5.2cvs1
8608
8609         * src/Makefile.am
8610         * src/addr_compl.c
8611         * src/addr_compl.h
8612         * src/addrbook.c
8613         * src/addrbook.h
8614         * src/addressbook.c
8615         * src/addrindex.c
8616         * src/addrindex.h
8617         * src/compose.c
8618         * src/prefs_common.c
8619         * src/prefs_filtering_action.c
8620         * src/prefs_folder_item.c
8621         * src/prefs_template.c
8622         * src/stock_pixmap.c
8623         * src/stock_pixmap.h
8624         * src/pixmaps/addr_one.xpm
8625         * src/pixmaps/addr_two.xpm
8626                 Add auto-completion on groups
8627
8628 2006-09-26 [colin]      2.5.2
8629
8630         * NEWS
8631         * README
8632         * RELEASE_NOTES
8633                 2.5.2 released
8634
8635 2006-09-26 [colin]      2.5.1cvs5
8636
8637         * src/matcher.c
8638                 Fix condition
8639
8640 2006-09-26 [colin]      2.5.1cvs4
8641
8642         * src/mbox.c
8643                 Revert cvs1 (useless as the message is printed 
8644                 every 500 mails)
8645
8646 2006-09-26 [colin]      2.5.1cvs3
8647
8648         * src/partial_download.c
8649                 Fix crasher found by Alexsandar Urosevic
8650
8651 2006-09-26 [colin]      2.5.1cvs2
8652
8653         * src/summaryview.c
8654                 Fix bug #1023 (Sylpheed deletes too much messages)
8655
8656 2006-09-26 [ticho]      2.5.1cvs1
8657
8658         * src/mbox.c
8659                 Make use of gettext's multiple plurals for statusbar
8660                 progress message.
8661
8662 2006-09-25 [paul]       2.5.1
8663
8664         * NEWS
8665         * README
8666         * RELEASE_NOTES
8667                 2.5.1 released
8668
8669 2006-09-25 [colin]      2.5.0cvs3
8670
8671         * src/plugins/bogofilter/bogofilter.c
8672         * src/plugins/clamav/clamav_plugin.c
8673         * src/plugins/spamassassin/spamassassin.c
8674                 BogoFilter, Spamassassin: Fix double hook registering after
8675                 visiting preferences
8676                 Spamassassin, Clamav: Just set the mails to move instead of
8677                 doing the move - caller will move the things at once.
8678
8679 2006-09-25 [colin]      2.5.0cvs2
8680
8681         * src/imap.c
8682         * src/etpan/imap-thread.c
8683                 Use UID SEARCH ALL instead of UID 1:*
8684                 (braindead servers can't figure out that's
8685                 the same...)
8686
8687 2006-09-25 [wwp]        2.5.0cvs1
8688
8689         * src/message_search.c
8690                 Added the ability to stop a running search (in message body).
8691
8692 2006-09-25 [paul]       2.5.0
8693
8694         * NEWS
8695         * README
8696         * RELEASE_NOTES
8697                 2.5.0 released
8698
8699 2006-09-25 [paul]       2.4.0cvs214
8700
8701         * po/cs.po
8702         * po/de.po
8703         * po/fi.po
8704         * po/fr.po
8705         * po/nl.po
8706         * po/pt_BR.po
8707         * po/sk.po
8708         * po/sr.po
8709         * po/zh_CN.po
8710                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8711                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8712                 Ticho, Aleksander Urosevic, Ralgh Young
8713
8714 2006-09-24 [mones]      2.4.0cvs213
8715
8716         * po/es.po
8717                 Updated for release
8718
8719 2006-09-23 [colin]      2.4.0cvs212
8720
8721         * src/gtk/inputdialog.c
8722                 Fix [ ] remember this appearing in normal
8723                 input dialogs after it's been used by
8724                 mimeview.
8725         * src/folder.c
8726         * src/folderview.c
8727         * src/msgcache.c
8728         * src/procmsg.c
8729         * src/summaryview.c
8730         * src/textview.c
8731         * src/common/timing.h
8732                 Enable timings in debug mode and make it
8733                 look prettier.
8734
8735 2006-09-22 [colin]      2.4.0cvs211
8736
8737         * README
8738                 Revert test change
8739         * commitHelper
8740                 ping the correct URI
8741
8742 2006-09-22 [colin]      2.4.0cvs210
8743
8744         * README
8745                 Let's see if bug #1022 is fixed
8746
8747 2006-09-21 [colin]      2.4.0cvs209
8748
8749         * src/wizard.c
8750         * src/common/plugin.c
8751                 Prepare infra to load predefined plugins when
8752                 no configuration existed. Don't actually load
8753                 anything yet (feat. freeze)
8754
8755 2006-09-21 [wwp]        2.4.0cvs208
8756
8757         * manual/fr/faq.xml
8758                 Partial sync w/ 2.4.0cvs72:
8759                 wrap file and minor updates.
8760
8761 2006-09-21 [wwp]        2.4.0cvs207
8762
8763         * tools/fix_date.sh
8764                 several fixes and enhancements. A new --force switch has been
8765                 added to prevent overriding by default Date: header when
8766                 already existing.
8767
8768 2006-09-21 [paul]       2.4.0cvs206
8769
8770         * src/common/utils.c
8771                 add Chinese UTF8 Re prefix
8772
8773 2006-09-21 [wwp]        2.4.0cvs205
8774
8775         * tools/Makefile.am
8776                 Fics alfabettical order.
8777
8778 2006-09-21 [wwp]        2.4.0cvs204
8779
8780         * tools/fix_date.sh
8781         * tools/Makefile.am
8782                 Added an action tool to fix missing Date field in emails.
8783                 Updated Makefile.am to reflect those last two additions.
8784
8785 2006-09-21 [wwp]        2.4.0cvs203
8786
8787         * tools/uuooffice
8788                 Added a action tool to open uuencoded docs w/
8789                 OpenOffice (based on uudec method).
8790
8791 2006-09-21 [colin]      2.4.0cvs202
8792
8793         * src/compose.c
8794         * src/textview.c
8795                 Workaround possible GTK crash: remove selection 
8796                 clipboard before destroying widget, or GTK+-2.10
8797                 dies. Thanks to Hiro.
8798
8799 2006-09-20 [colin]      2.4.0cvs201
8800
8801         * src/compose.c
8802                 Fix free-after-use in some cases (when 
8803                 procmime_encode_content() frees mimeinfo->data.mem
8804                 and turns it to a temp file)
8805
8806 2006-09-20 [colin]      2.4.0cvs200
8807
8808         * src/folderview.c
8809         * src/summaryview.c
8810         * src/gtk/gtksctree.c
8811         * src/gtk/gtksctree.h
8812                 Add tooltips in the folderview and summaryview
8813                 (Doesn't break string freeze as they already
8814                 exist)
8815         * src/toolbar.c
8816                 Put the spam button in the default configuration
8817                 if compiled with bogo plugin too
8818
8819 2006-09-19 [colin]      2.4.0cvs199
8820
8821         * src/summaryview.c
8822         * src/summaryview.h
8823                 Update folder name label on folder rename
8824         * src/prefs_matcher.c
8825         * src/gtk/logwindow.h
8826                 Fix warnings
8827                 Patches by Fabien
8828
8829 2006-09-19 [wwp]        2.4.0cvs198
8830
8831         * src/summary_search.c
8832                 fix can't click forward/backward buttons in the
8833                 search messages.
8834
8835 2006-09-18 [paul]       2.4.0cvs197
8836
8837         * src/wizard.c
8838                 add missing bracket, capitalise the A of
8839                 'SpamAssassin'
8840
8841 2006-09-18 [paul]       2.4.0cvs196
8842
8843         * src/compose.c
8844                 fix bug 1012 'crashed upon sending mail
8845                 from compose window'
8846                 Thanks to Colin
8847
8848 2006-09-16 [colin]      2.4.0cvs195
8849
8850         * src/folderview.c
8851                 Fix "real-time" sorting by freezing/thawing
8852
8853 2006-09-16 [colin]      2.4.0cvs194
8854
8855         * manual/faq.xml
8856                 Fix the anti-spam entry a bit
8857
8858 2006-09-16 [colin]      2.4.0cvs193
8859
8860         * src/wizard.c
8861                 Make sure reviewers have no excuse when stating
8862                 Sylpheed-Claws doesn't have antispam capabilities.
8863
8864 2006-09-16 [colin]      2.4.0cvs192
8865
8866         * src/main.c
8867                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8868                 as if the SIGPIPE comes from etpan's thread we could
8869                 trigger a GUI update from this thread.
8870
8871 2006-09-16 [colin]      2.4.0cvs191
8872
8873         * src/summaryview.c
8874                 Init all members of the struct
8875
8876 2006-09-16 [paul]       2.4.0cvs190
8877
8878         * src/account.c
8879                 improvements to the English
8880
8881 2006-09-15 [colin]      2.4.0cvs189
8882
8883         * src/summaryview.c
8884                 HIG order on dialog
8885
8886 2006-09-14 [colin]      2.4.0cvs188
8887
8888         * src/common/socket.c
8889         * src/common/socket.h
8890         * src/common/ssl.c
8891         * src/common/ssl_certificate.c
8892         * src/common/ssl_certificate.h
8893         * src/etpan/imap-thread.c
8894                 the get_fqdn() call done to get canonical name when
8895                 checking an SSL certificate is blocking, which is
8896                 sad as we just did a non-blocking lookup to connect.
8897                 Fix that by letting the fqdn available to the SockInfo,
8898                 and use that in ssl_certificate_check(). For IMAP,
8899                 we don't do it as the lookup's done by libetpan, but
8900                 it's less annoying as IMAP connections as much more
8901                 rare than POP3 connections.
8902
8903 2006-09-14 [paul]       2.4.0cvs187
8904
8905         * manual/advanced.xml
8906                 improvements to the English,
8907                 properly place the new hidden options
8908                 within the alphabetical order
8909         * src/gtk/pluginwindow.c
8910                 improvements to the English
8911
8912 2006-09-14 [colin]      2.4.0cvs186
8913
8914         * src/prefs_common.c
8915         * src/prefs_common.h
8916         * src/gtk/gtksctree.c
8917         * manual/advanced.xml
8918                 New hidden pref, stripes_color_offset, to change
8919                 the value added/substracted to normal bgcolor to
8920                 create the stripes in summaries
8921
8922 2006-09-13 [colin]      2.4.0cvs185
8923
8924         * src/gedit-print.c
8925         * src/messageview.c
8926         * src/messageview.h
8927         * src/summaryview.c
8928         * src/textview.c
8929                 Fix misc. printing issues: 
8930                 - Bad font for linkified headers
8931                 - Different font if the mail was displayed or not
8932                 - Factorize the thing
8933
8934 2006-09-13 [colin]      2.4.0cvs184
8935
8936         * src/common/ssl_certificate.c
8937                 Only get FQDN once when checking certificate
8938
8939 2006-09-13 [colin]      2.4.0cvs183
8940
8941         * src/account.c
8942         * src/gtk/pluginwindow.c
8943                 Misc. GUI fixes by Fabien
8944
8945 2006-09-13 [wwp]        2.4.0cvs182
8946
8947         * configure.ac
8948         * src/common/utils.h
8949         * src/common/utils.c
8950                 get rid of unused wide-char functions.
8951
8952 2006-09-13 [wwp]        2.4.0cvs181
8953
8954         * src/plugins/pgpinline/sylpheed.def
8955         * src/textview.c
8956                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8957                 add privacy_reset_error to the .def file,
8958                 do not fork for an external textviewer.
8959
8960 2006-09-13 [wwp]        2.4.0cvs180
8961
8962         * src/prefs_common.c
8963                 fix broken font entry in prefs (patch issued by the gpg4win team,
8964                 probably by Marcus Brinkmann <marcus@g10code.de>).
8965
8966 2006-09-13 [colin]      2.4.0cvs179
8967
8968         * src/folder.h
8969                 Fix a warning in summaryview.c
8970         * src/mainwindow.c
8971         * src/summaryview.c
8972         * src/summaryview.h
8973                 Add missing Mark/* elements in the
8974                 main menu
8975
8976 2006-09-12 [colin]      2.4.0cvs178
8977
8978         * src/prefs_actions.c
8979         * src/prefs_filtering_action.c
8980         * src/prefs_matcher.c
8981                 Use (New) instead of New everywhere
8982
8983 2006-09-12 [wwp]        2.4.0cvs177
8984
8985         * manual/fr/addrbook.xml
8986         * manual/fr/handling.xml
8987                 updated some quotes in the fr manual to match the fr translation.
8988
8989 2006-09-12 [wwp]        2.4.0cvs176
8990
8991         * src/prefs_matcher.c
8992                 don't store translated string elements in matcher expressions.
8993                 Also fixed a misused of Q_().
8994
8995 2006-09-11 [wwp]        2.4.0cvs175
8996
8997         * src/plugins//bogofilter/bogofilter.c
8998         * src/plugins//clamav/clamav_plugin.c
8999         * src/plugins//demo/demo.c
9000         * src/plugins//dillo_viewer/dillo_viewer.c
9001         * src/plugins//pgpcore/plugin.c
9002         * src/plugins//pgpinline/plugin.c
9003         * src/plugins//pgpmime/plugin.c
9004         * src/plugins//spamassassin/spamassassin.c
9005                 gettext-ize more strings (mostly plugin error messages).
9006
9007 2006-09-11 [colin]      2.4.0cvs174
9008
9009         * src/alertpanel.c
9010                 Make maximum buffer size bigger to avoid
9011                 truncating translated messages. Patch by
9012                 Fabien
9013
9014 2006-09-11 [colin]      2.4.0cvs173
9015
9016         * src/etpan/imap-thread.c
9017                 Fix compilation on OpenBSD, thanks to 
9018                 Landry
9019
9020 2006-09-10 [wwp]        2.4.0cvs172
9021
9022         * manual/account.xml
9023         * manual/addrbook.xml
9024         * manual/handling.xml
9025         * manual/es/handling.xml
9026         * manual/fr/account.xml
9027         * manual/fr/addrbook.xml
9028         * manual/fr/handling.xml
9029                 documented addressbook matching (condition configuration):
9030                   addrbook.xml, en fr
9031                 documented per-account filtering rules (handling/filtering
9032                   section, account section):
9033                   account.xml, handling.xml, en fr
9034                 slightly updated the handling/searching section to tell few
9035                   words about the extended search ability:
9036                   handling.xml, en fr
9037                 added missing <quote></quotes> to Quick Search:
9038                   handling.xml, en fr es
9039                 fixed a typo (auomatically):
9040                   handling.xml, en
9041                 changes revisited by Paul.
9042
9043 2006-09-10 [paul]       2.4.0cvs171
9044
9045         * src/prefs_actions.c
9046         * src/prefs_filtering.c
9047         * src/prefs_template.c
9048                 adjustments to the gui
9049                 Patch by Fabien Vantard (slightly modified)
9050
9051 2006-09-10 [colin]      2.4.0cvs170
9052
9053         * src/summaryview.c
9054                 Check folderitem/summaryview consistency
9055                 (basically automates Update summary). Fixes
9056                 #1011 (wrong (negative) count on unread 
9057                 messages)
9058
9059 2006-09-10 [colin]      2.4.0cvs169
9060
9061         * src/gtk/gtksctree.c
9062                 Fix recursive expansion via mouse
9063         * src/plugins/bogofilter/bogofilter.c
9064                 Use normal filtering way of moving
9065                 messages (batching), possibly fixing
9066                 bug #1015 (Bogofilter plugin doubles 
9067                 new messages)
9068
9069 2006-09-09 [wwp]        2.4.0cvs168
9070
9071         * src/prefs_filtering.c
9072                 better place for this fix.
9073
9074 2006-09-09 [wwp]        2.4.0cvs167
9075
9076         * src/prefs_filtering.c
9077                 fix a minor bug when the enabled status of a filtering/processing
9078                 rule always got set to TRUE when replacing this rule. That still
9079                 make sense when adding a new rule, but now when replacing, we
9080                 don't override the value of 'enabled'.
9081                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9082                 to prefs_filtering_list_view_get_info() as this function not only
9083                 returns the name, but also the account_id and the enabled status.
9084
9085 2006-09-09 [mones]      2.4.0cvs166
9086
9087         * manual/glossary.xml
9088         * manual/plugins.xml
9089                 Minor format corrections
9090         * manual/gpl.xml
9091                 Fix misplaced NO WARRANTY section
9092         * manual/es/advanced.xml
9093         * manual/es/faq.xml
9094         * manual/es/glossary.xml
9095         * manual/es/gpl.xml
9096         * manual/es/handling.xml
9097         * manual/es/plugins.xml
9098         * manual/es/starting.xml
9099                 Incorporate changes from English version
9100         * manual/fr/ack.xml
9101         * manual/pl/ack.xml
9102         * manual/es/ack.xml
9103                 Fix address, (add translation credits in es version)
9104         * po/es.po
9105                 Updated translation
9106
9107 2006-09-09 [wwp]        2.4.0cvs165
9108
9109         * src/prefs_filtering.c
9110                 fix a crash when opening filtering prefs, if matcherrc file contains
9111                 broken data (non-existing account id, which is theoretically not
9112                 possible).
9113
9114 2006-09-08 [colin]      2.4.0cvs164
9115
9116         * src/folder.c
9117                 Wrong assert, make it an if()
9118         * src/gtk/gtksctree.c
9119                 Fix bug #1013 (expand selected thread 
9120                 tree) - expanding is now recursive
9121
9122 2006-09-07 [wwp]        2.4.0cvs163
9123
9124         * src/prefs_matcher.c
9125                 make better sentences about addressbook matching in the
9126                 matcher prefs. This should make translators' work easier
9127                 too.
9128
9129 2006-09-07 [wwp]        2.4.0cvs162
9130
9131         * src/prefs_filtering.c
9132                 code simplification (get rid of dup var. assignment).
9133
9134 2006-09-07 [wwp]        2.4.0cvs161
9135
9136         * src/summaryview.c
9137                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9138                 <fzzzzz@gmail.com>.
9139
9140 2006-09-07 [paul]       2.4.0cvs160
9141
9142         * src/mimeview.c
9143                 fix compilation warnings
9144                 Thanks to Colin
9145
9146 2006-09-07 [paul]       2.4.0cvs159
9147
9148         * src/mimeview.c
9149                 select the mimepart icon when
9150                 displaying as text
9151                 Thanks to Colin
9152
9153 2006-09-06 [paul]       2.4.0cvs158
9154
9155         * src/prefs_filtering.c
9156                 fix labels and table element spacing
9157                 Patch by Fabien Vantard
9158
9159 2006-09-06 [paul]
9160
9161         2.5.0-rc3 released
9162
9163 2006-09-06 [paul]       2.4.0cvs157
9164
9165         * manual/es/advanced.xml
9166                 fix typo
9167
9168 2006-09-06 [wwp]        2.4.0cvs156
9169
9170         * src/mainwindow.c
9171                 fix an dup launch issue when iconified, thanks to Colin.
9172
9173 2006-09-06 [wwp]        2.4.0cvs155
9174
9175         * src/gtk//gtksctree.h
9176                 oops, forgot that one!
9177
9178 2006-09-06 [wwp]        2.4.0cvs154
9179
9180         * manual/pl/advanced.xml
9181         * manual/advanced.xml
9182         * manual/es/advanced.xml
9183         * manual/fr/advanced.xml
9184         * src/prefs_customheader.c
9185         * src/prefs_filtering_action.c
9186         * src/foldersel.c
9187         * src/prefs_summaries.c
9188         * src/prefs_filtering.c
9189         * src/account.c
9190         * src/compose.c
9191         * src/prefs_summary_column.c
9192         * src/addr_compl.c
9193         * src/prefs_actions.c
9194         * src/prefs_folder_column.c
9195         * src/ssl_manager.c
9196         * src/prefs_template.c
9197         * src/prefs_display_header.c
9198         * src/prefs_common.h
9199         * src/prefs_matcher.c
9200         * src/prefs_common.c
9201         * src/prefs_toolbar.c
9202         * src/summaryview.c
9203         * src/folderview.c
9204         * src/gtk/gtksctree.c
9205         * src/gtk/pluginwindow.c
9206         * src/gtk/progressdialog.c
9207         * src/gtk/prefswindow.c
9208                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9209                 to make its meaning more obvious (all versions of the manual reflect
9210                 the change).
9211                 added an extra hidden option use_stripes_in_summary to allow
9212                 discarding these stripes in mainwindow's folder and message lists;
9213                 en and fr manuals only are OK towards this.
9214
9215 2006-09-06 [colin]      2.4.0cvs153
9216
9217         * src/textview.c
9218                 Hide Sylpheed-Claws' internal queue headers
9219                 when showing all headers. They'll be present
9220                 only in Source window.
9221
9222 2006-09-05 [colin]      2.4.0cvs152
9223
9224         * src/plugins/trayicon/trayicon.c
9225                 Fix crash at exit - we have to disconnect
9226                 our handlers
9227         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9228                 Update eggtrayicon - patch adapted from a
9229                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9230                 on Sylpheed's ML
9231
9232 2006-09-05 [colin]      2.4.0cvs151
9233
9234         * src/mainwindow.c
9235         * src/gtk/logwindow.c
9236                 Fix race condition when something writes
9237                 to the log too soon during init. Thanks
9238                 to Fabien Vantard
9239
9240 2006-09-05 [colin]      2.4.0cvs150
9241
9242         * src/mimeview.c
9243                 Don't select part on right-click either
9244
9245 2006-09-05 [paul]       2.4.0cvs149
9246
9247         * src/mimeview.c
9248                 completion of previous commit
9249                 Thanks to Colin
9250
9251 2006-09-05 [colin]      2.4.0cvs148
9252
9253         * src/mimeview.c
9254                 Don't force selection on middle-click, just open
9255
9256 2006-09-04 [colin]      2.4.0cvs147
9257
9258         * src/mimeview.c
9259                 Looks like gtk_notebook_set_current_page()
9260                 sometimes steals focus, and this annoys us
9261                 in MimeViewers as it renders navigation
9262                 keys useless. Take back focus after switching
9263                 pages.
9264
9265 2006-09-04 [colin]      2.4.0cvs146
9266
9267         * src/messageview.c
9268                 Set stop_loading when clicking on Next
9269                 during load. Don't add a callback to 
9270                 avoid over-complicating things.
9271
9272 2006-09-04 [colin]      2.4.0cvs145
9273
9274         * src/mimeview.c
9275         * src/messageview.c
9276                 Fix multiple loads in separate messageview
9277
9278 2006-09-04 [colin]      2.4.0cvs144
9279
9280         * src/summaryview.c
9281                 Let navigation keys be handled during 
9282                 load
9283
9284 2006-09-04 [colin]      2.4.0cvs143
9285
9286         * src/messageview.c
9287         * src/summaryview.c
9288         * src/textview.c
9289         * src/textview.h
9290                 Make loading of huge mails (lots of text and/or
9291                 images) cancellable, so the GUI doesn't block 
9292
9293 2006-09-04 [colin]      2.4.0cvs142
9294
9295         * src/plugins/trayicon/trayicon.c
9296                 Fix annoyance when removing a folder with 
9297                 unread mails: trayicon didn't update
9298
9299 2006-09-04 [paul]       2.4.0cvs141
9300
9301         * src/gtk/icon_legend.c
9302                 straighten up columns
9303                 Patch by Fabien Vantard
9304
9305 2006-09-04 [wwp]        2.4.0cvs140
9306
9307         * src/prefs_filtering.c
9308                 fix new line's account name in filtering prefs:
9309                 was "All", is now "(New)".
9310
9311 2006-09-04 [paul]       2.4.0cvs139
9312
9313         * tools/make.themes.project
9314                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9315                 instead of homebrewed "make release"
9316
9317 2006-09-03 [colin]      2.4.0cvs138
9318
9319         * src/folderview.c
9320                 Fix bug #1007 (Wrong folder highlighted)
9321
9322 2006-09-03 [colin]      2.4.0cvs137
9323
9324         * src/compose.c
9325                 Don't set Newsgroup: header to a mail folder
9326                 path
9327
9328 2006-09-03 [paul]       2.4.0cvs136
9329
9330         * src/prefs_other.c
9331         * src/prefs_spelling.c
9332                 unify the gui
9333
9334 2006-09-03 [paul]       2.4.0cvs135
9335
9336         * src/prefs_summaries.c
9337                 correct menu item text in prefs_keybind_apply_clicked()
9338
9339 2006-09-03 [paul]       2.4.0cvs134
9340
9341         * manual/advanced.xml
9342                 some improvements to the descriptions
9343         * src/mainwindow.c
9344         * src/messageview.c
9345         * src/summaryview.c
9346         * src/gtk/menu.c
9347                 fix menu sensitivity issues
9348         * src/prefs_message.c
9349                 drop the useless word 'short'
9350         * src/prefs_other.c
9351                 add the word 'lines' indicating log length
9352                 is a measure of lines
9353         * src/textview.c
9354                 fix compilation warnings
9355
9356 2006-09-02 [colin]      2.4.0cvs133
9357
9358         * src/messageview.c
9359                 Display a special return-receipt message
9360                 if the message is from the user
9361         * src/summaryview.c
9362                 Fix missing freeze of the list when marking
9363                 all read and unthreading for exec. Thanks
9364                 to Stephan Sachse.
9365
9366 2006-09-02 [paul]       2.4.0cvs132
9367
9368         * src/mainwindow.c
9369         * src/prefs_message.c
9370         * src/summaryview.c
9371                 fix some english
9372
9373 2006-09-02 [wwp]        2.4.0cvs131
9374
9375         * src/prefs_filtering.c
9376                 added an account name column to the filtering rules
9377                 dialog.
9378
9379 2006-09-02 [colin]      2.4.0cvs130
9380
9381         * src/gtk/logwindow.c
9382         * src/gtk/logwindow.h
9383                 Block scrolling if we're not at the end
9384                 of the log
9385
9386 2006-09-02 [colin]      2.4.0cvs129
9387
9388         * src/folder.c
9389                 Make sure account-specific rules can't
9390                 be used in {pre-,post-,}processing
9391         * src/mainwindow.c
9392         * src/gtk/logwindow.c
9393         * src/gtk/logwindow.h
9394                 Jump to last error when clicking on the
9395                 warning icon
9396
9397 2006-09-02 [colin]      2.4.0cvs128
9398
9399         * src/imap.c
9400         * src/import.c
9401         * src/mainwindow.c
9402         * src/mainwindow.h
9403                 Fix warning icon
9404         * src/inc.c
9405         * src/mbox.c
9406         * src/mbox.h
9407                 Let proc_mbox know its account, for
9408                 account-specific rules
9409
9410 2006-09-01 [colin]      2.4.0cvs127
9411
9412         * src/codeconv.c
9413                 Don't uselessly use iconv to convert from
9414                 us-ascii
9415         * src/alertpanel.c
9416         * src/mainwindow.c
9417         * src/mainwindow.h
9418         * src/inc.c
9419                 Fix certain log cases, disable warning icon
9420                 for now, the correct way to display it when
9421                 necessary and only when necessary is probably
9422                 to do it manually rather than use error logs
9423         * src/etpan/imap-thread.c
9424                 Clean up UID logging a bit
9425         * src/gtk/logwindow.c
9426         * src/gtk/logwindow.h
9427                 Make logging faster when the window's closed
9428
9429 2006-09-01 [wwp]        2.4.0cvs126
9430
9431         * manual/fr/account.xml
9432                 reflect changes to the ref. manual (parts of cvs72):
9433                 fix tabnames and quotes.
9434
9435 2006-09-01 [wwp]        2.4.0cvs125
9436
9437         * manual/fr/plugins.xml
9438                 reflect changes to the reference manual (cvs42):
9439                 update IRC channel info.
9440
9441 2006-09-01 [wwp]        2.4.0cvs124
9442
9443         * commitHelper
9444                 use CVSEDITOR env. var. if set, according to `man cvs`.
9445
9446 2006-09-01 [wwp]        2.4.0cvs123
9447
9448         * manual/advanced.xml
9449                 better sentence again (thanks to Paul).
9450
9451 2006-09-01 [wwp]        2.4.0cvs122
9452
9453         * manual/advanced.xml
9454         fix definition of toolbar_detachable and rework a bit the one of
9455         enable_dotted_lines.
9456
9457 2006-09-01 [mones]      2.4.0cvs121
9458
9459         * manual/advanced.xml
9460                 Document enable_dotted_lines
9461
9462 2006-09-01 [paul]       2.4.0cvs120
9463
9464         * src/folderview.c
9465         * src/folderview.h
9466         * src/imap.c
9467         * src/mainwindow.c
9468         * src/summaryview.c
9469                 obey the 'When entering folder...' option
9470                 when using the /View/Go to/... menu items
9471                 Thanks to Colin
9472
9473 2006-08-31 [colin]      2.4.0cvs119
9474
9475         * src/folderview.c
9476                 Revert 2.4.0cvs116, wrong fix.
9477
9478 2006-08-31 [colin]      2.4.0cvs118
9479
9480         * src/gtk/gtksctree.c
9481                 Better state the various copyrights
9482
9483 2006-08-31 [colin]      2.4.0cvs117
9484
9485         * src/prefs_common.c
9486                 fix enable_dotted_lines
9487
9488 2006-08-31 [colin]      2.4.0cvs116
9489
9490         * src/folderview.c
9491                 Use pref "Always open on select" when going
9492                 to next unread folder
9493         * src/gtk/gtksctree.c
9494                 Fix link failure to _gtk_clist_create_cell_layout
9495                 on certain computers. (Why not mine, I wonder)
9496
9497 2006-08-31 [colin]      2.4.0cvs115
9498
9499         * src/procmsg.c
9500         * src/textview.c
9501         * src/plugins/bogofilter/bogofilter.c
9502         * src/plugins/spamassassin/spamassassin.c
9503                 Requalify some "errors" to warnings
9504         * src/mainwindow.c
9505         * src/mainwindow.h
9506         * src/statusbar.c
9507                 Add an icon in the statusbar to notify
9508                 of errors
9509         * src/gtk/gtksctree.c
9510         * src/folderview.c
9511         * src/summaryview.c
9512                 Make the GtkSCTree look more modern by
9513                 alternating background lines
9514         * src/prefs_common.c
9515         * src/prefs_common.h
9516                 Add a pref to let people have the old
9517                 way if they prefer
9518
9519
9520 2006-08-30 [colin]      2.4.0cvs114
9521
9522         * src/procmsg.c
9523         * src/procmsg.h
9524                 Provide a way to filter a list of
9525                 messages in an optimised manner, and
9526                 add a list-filtering hook
9527         * src/folder.c
9528         * src/inc.c
9529         * src/mbox.c
9530                 Use the list filtering
9531         * src/plugins/bogofilter/bogofilter.c
9532                 Use the list-filtering hook
9533                 Use -b (bulk) mode for more speed
9534                 when learning and filtering
9535         * src/etpan/imap-thread.c
9536                 Make log output shorter in UID SEARCH
9537
9538
9539 2006-08-30 [colin]      2.4.0cvs113
9540
9541         * src/plugins/bogofilter/bogofilter.c
9542                 Really fast mass learning - thanks to David
9543                 Relson for the options explanations :)
9544
9545 2006-08-30 [colin]      2.4.0cvs112
9546
9547         * src/msgcache.c
9548                 Fix compilation on FreeBSD. Thanks
9549                 to Michael Hugues
9550
9551 2006-08-29 [colin]      2.4.0cvs111
9552
9553         * src/folderview.c
9554                 Handle "popup_menu" signal (for popping the 
9555                 menu via the keyboard)
9556         * src/mimeview.c
9557         * src/mimeview.h
9558         * src/summaryview.c
9559         * src/textview.c
9560         * src/gtk/gtkutils.c
9561         * src/gtk/gtkutils.h
9562                 Factorize scrolling code, and add an API 
9563                 for MimeViewers to handle scroll orders
9564
9565 2006-08-29 [wwp]        2.4.0cvs110
9566
9567         * src/plugins//bogofilter/bogofilter.c
9568         * src/plugins//spamassassin/spamassassin.c
9569                 make the bogofilter/spamassassin filtering error dialogs at
9570         incorporation obey to the "don't popup error dialog on
9571         receive error" option. If disabled, feed the log window w/
9572         the error message.
9573
9574 2006-08-29 [paul]
9575
9576         2.5.0-rc2 released
9577
9578 2006-08-29 [paul]       2.4.0cvs109
9579
9580         * Makefile.am
9581                 remove 'make release', it's not needed
9582                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9583
9584 2006-08-29 [paul]       2.4.0cvs108
9585
9586         * src/foldersel.c
9587         * src/summary_search.c
9588         * src/gtk/progressdialog.c
9589         * src/plugins/pgpcore/passphrase.c
9590                 replace deprecated gtk_window_set_policy()
9591
9592 2006-08-29 [colin]      2.4.0cvs107
9593
9594         * src/folder.c
9595                 Fix data loss when copy fails during a move:
9596                 only use fast remove_msgs if everything was
9597                 copied OK; else use slow remove_msg on the
9598                 mails that got copied only.
9599
9600 2006-08-28 [paul]       2.4.0cvs106
9601
9602         * src/mh.c
9603                 revert change in 2.4.0cvs104, it breaks
9604                 stuff
9605
9606 2006-08-28 [paul]       2.4.0cvs105
9607
9608         * src/plugins/spamassassin/spamassassin.c
9609                 english fix
9610
9611 2006-08-28 [paul]       2.4.0cvs104
9612
9613         * src/mh.c
9614                 fix data loss when moving to another
9615                 mailbox fails
9616         * src/prefs_spelling.c
9617                 improve the english
9618         * src/gtk/pluginwindow.c
9619                 improve the layout of the dialog text
9620         All thanks to Colin
9621
9622 2006-08-28 [paul]       2.4.0cvs103
9623
9624         * src/plugins/bogofilter/bogofilter.c
9625         * src/plugins/bogofilter/bogofilter_gtk.c
9626                 fix english up a bit, innit
9627
9628 2006-08-28 [paul]       2.4.0cvs102
9629
9630         * configure.ac
9631         * po/Makefile.in.in
9632         * po/Makevars
9633                 require autoconf 2.60, enabling building
9634                 with gettext 0.15 (gettext 0.14.x build still
9635                 possible). Replace Makefiles with versions
9636                 from gettext 0.15.
9637                 Remove configure options --with-localedir and
9638                 --with-mandir. The options that are provided
9639                 directly by autoconf 2.60 can be used instead:
9640                 --mandir --localedir
9641
9642 2006-08-27 [colin]      2.4.0cvs101
9643
9644         * src/plugins/bogofilter/Makefile.am
9645                 Fix make dist (no README)
9646
9647 2006-08-27 [colin]      2.4.0cvs100
9648
9649         * src/folder.c
9650                 Don't use F_UNKNOWN folders for any default
9651                 outbox/trash/etc
9652         * src/plugins/bogofilter/bogofilter.c
9653         * src/plugins/bogofilter/bogofilter.h
9654         * src/plugins/bogofilter/bogofilter_gtk.c
9655                 Add an option to specify the path to bogofilter
9656                 Use single-quotes to be able to learn in folders
9657                 with spaces in their names
9658                 Verify learning status
9659
9660 2006-08-27 [colin]      2.4.0cvs99
9661
9662         * manual/faq.xml
9663         * manual/plugins.xml
9664                 Document Bogofilter plugin
9665
9666 2006-08-27 [colin]      2.4.0cvs98
9667
9668         * src/compose.c
9669         * src/messageview.c
9670         * src/procmsg.c
9671         * src/procmsg.h
9672                 When possible, copy the queued mail to sent folder
9673                 instead of re-adding. Much faster on IMAP.
9674
9675 2006-08-27 [colin]      2.4.0cvs97
9676
9677         * src/msgcache.c
9678                 Disable mmaped caches - huge metadata loss
9679                 here after a power failure.
9680         * src/summaryview.c
9681                 Add quicksearch timing
9682         * src/common/plugin.c
9683         * src/common/plugin.h
9684                 Implement an interface to tell what plugins
9685                 provide. Prevent loading of similar plugins.
9686         * src/plugins/clamav/clamav_plugin.c
9687         * src/plugins/demo/demo.c
9688         * src/plugins/dillo_viewer/dillo_viewer.c
9689         * src/plugins/pgpcore/plugin.c
9690         * src/plugins/pgpinline/pgpinline.c
9691         * src/plugins/pgpmime/pgpmime.c
9692         * src/plugins/spamassassin/spamassassin.c
9693         * src/plugins/trayicon/trayicon.c
9694                 Implement plugin_provides()
9695
9696 2006-08-27 [colin]      2.4.0cvs96
9697
9698         * configure.ac
9699         * src/plugins/Makefile.am
9700         * src/plugins/bogofilter/.cvsignore
9701         * src/plugins/bogofilter/Makefile.am
9702         * src/plugins/bogofilter/bogofilter.c
9703         * src/plugins/bogofilter/bogofilter.h
9704         * src/plugins/bogofilter/bogofilter_gtk.c
9705                 New Bogofilter plugin, provides filtering and
9706                 learning. Spamassassin will go to extra plugins.
9707
9708 2006-08-26 [mones]      2.4.0cvs95
9709
9710         * manual/handling.xml
9711                 Fix subfolder path in the example (thanks to Paul) 
9712
9713 2006-08-26 [mones]      2.4.0cvs94
9714
9715         * manual/glossary.xml
9716                 2.2. + add ISP to the glossary
9717                 7.5. + Add UIDL to glossary
9718                 7.7. + Add TCP to glossary
9719         * manual/handling.xml
9720                 7.1. + Mentions GNU/Linux distribution, what about the non...
9721                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9722                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9723                 7.4. = Use appropriate quotation for commands
9724                 7.6. = change "" to <quote></quote>
9725         * manual/plugins.xml
9726                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9727         * manual/starting.xml
9728                 2.1. + local mbox file: some examples of mbox file locations...
9729                 Also reformatted files requiring it
9730
9731 2006-08-26 [wwp]        2.4.0cvs93
9732
9733         * src/summary_search.c
9734                 disable find buttons while summary search is running.
9735
9736 2006-08-25 [colin]      2.4.0cvs92
9737
9738         * src/folder.c
9739         * src/folderutils.c
9740         * src/mh.c
9741         * src/procmsg.h
9742         * src/summaryview.c
9743                 Speed up MH moving, and add progressbar
9744                 for MH deletion
9745         * src/msgcache.c
9746                 Write cache files using mmap() too
9747
9748 2006-08-25 [wwp]        2.4.0cvs91
9749
9750         * src/summaryview.c
9751                 switch spam<->ham button when a message has been marked as spam or ham
9752                 and is still selected. Thanks to Colin.
9753
9754 2006-08-25 [paul]       2.4.0cvs90
9755
9756         * src/Makefile.am
9757         * src/stock_pixmap.c
9758         * src/stock_pixmap.h
9759         * src/summaryview.c
9760         * src/gtk/icon_legend.c
9761         * src/pixmaps/copied.xpm
9762         * src/pixmaps/moved.xpm
9763                 add icons for delayed execution marked for
9764                 copying, marked for moving
9765
9766 2006-08-25 [mones]      2.4.0cvs89
9767
9768         * manual/glossary.xml
9769                 Fix the other glossary items:
9770                 5.1. = Inmmediate execution -> <quote>immediate execution...
9771                 5.2. = Fix MBOX capitalization -> Mbox
9772                 5.3. + Improve Plugins def. w/ tech. ref.
9773                 5.4. = Quotation -> replace '>' by <quote>></quote>
9774                 5.5. - SMTP Server. -> remove dot
9775         * po/es.po
9776                 Updated translation
9777
9778 2006-08-25 [mones]      2.4.0cvs88
9779
9780         * manual/ack.xml
9781                 Reformatted, changed email address
9782         * manual/glossary.xml
9783                 Reformatted, fixed MANUAL-TODO items:
9784                 8.2. + add ROT-13 to glossary
9785                 8.4. + add URL to glossary
9786         * manual/es/advanced.xml
9787                 Fixed <literal>s
9788
9789 2006-08-25 [paul]       2.4.0cvs87
9790
9791         * src/gtk/icon_legend.c
9792                 add 'marked for deletion' icon
9793                 arrange icons by containing column
9794                 wrap long label text
9795
9796 2006-08-25 [colin]      2.4.0cvs86
9797
9798         * src/common/utils.c
9799         * src/common/utils.h
9800                 Add the sc_g_*list_bigger functions in
9801                 a place everyone can use it
9802         * src/summaryview.c
9803                 Only freeze/thaw the list when working
9804                 on the selection, if it's bigger than 1
9805         * src/gtk/gtksctree.c
9806                 Only freeze/thaw the list when unselec-
9807                 ting 'all' if ('all' != 1)
9808                 This avoids some flickering
9809
9810 2006-08-24 [colin]      2.4.0cvs85
9811
9812         * src/addressbook.c
9813                 Fix strange list selection
9814                 Fix random seg (Invalid read of freed memory)
9815
9816 2006-08-24 [colin]      2.4.0cvs84
9817
9818         * src/alertpanel.c
9819         * src/gtk/inputdialog.c
9820         * src/plugins/pgpcore/passphrase.c
9821                 Revert minimal width patch of 2.4.0cvs67,
9822                 as it is also a maximal width. Use 
9823                 gtk_window_set_default_size instead.
9824
9825 2006-08-24 [colin]      2.4.0cvs83
9826
9827         * src/msgcache.c
9828                 Write cache/mark to temp files before
9829                 overwriting old ones (avoids metadata
9830                 loss if writing the new files fail).
9831                 Use mmap() to read cache/mark file, as
9832                 this makes cache reading faster. Dis-
9833                 abled for big-endian machines until it
9834                 can be tested. (Big-endian users: set
9835                 msgcache_use_mmap = TRUE in the relevant
9836                 #if).
9837         * src/procmsg.h
9838                 Move rarely used fields of MsgInfo in 
9839                 another structure, which will only be
9840                 allocated if needed. Face, X-Face,
9841                 Return receipt headers and List-*
9842                 headers are moved. Mails having none
9843                 of these occupy 52 bytes less with
9844                 this patch, which makes 2.5MB of RAM
9845                 saved on a 50k folder).
9846         * src/headerview.c
9847         * src/mainwindow.c
9848         * src/messageview.c
9849         * src/partial_download.c
9850         * src/procheader.c
9851         * src/procmsg.c
9852         * src/textview.c
9853                 Follow this structure change.
9854
9855 2006-08-24 [wwp]        2.4.0cvs82
9856
9857         * manual/es/.cvsignore
9858         * manual/es/dist/.cvsignore
9859         * manual/es/dist/html/.cvsignore
9860         * manual/es/dist/pdf/.cvsignore
9861         * manual/es/dist/ps/.cvsignore
9862         * manual/es/dist/txt/.cvsignore
9863                 more (generated) files to ignore.
9864
9865 2006-08-24 [colin]      2.4.0cvs81
9866
9867         * src/folder.c
9868         * src/mh.c
9869                 Fix possible problems with local delivery. Check the folder doesn't
9870                 need scan before setting its mtime when saving cache (which can be
9871                 done long after the folder's been modified by an external process);
9872                 Check that the stored item's mtime didn't change in mh functions.
9873
9874 2006-08-24 [mones]      2.4.0cvs80
9875
9876         * manual/advanced.xml
9877                 Rewrapping, some fixes and MANUAL-TODO items:
9878                 8.1. = change "" to <quote></quote>
9879                 8.3. = quote menu items
9880                 8.5. - deploying -> new user ... ideally a new user (redundant)
9881
9882 2006-08-23 [colin]      2.4.0cvs79
9883
9884         * src/gtk/gtksctree.c
9885                 When selecting or deselecting range, only
9886                 freeze/thaw when selection is bigger than 10
9887
9888 2006-08-23 [colin]      2.4.0cvs78
9889
9890         * src/messageview.c
9891         * src/mimeview.c
9892         * src/mimeview.h
9893         * src/plugins/dillo_viewer/dillo_viewer.c
9894                 Provide an API for MimeViewer plugins to
9895                 return a text selection for replying
9896
9897 2006-08-23 [colin]      2.4.0cvs77
9898
9899         * src/image_viewer.c
9900         * src/textview.c
9901                 Use gtk_pixbuf_new_from_file_at_scale(), which
9902                 is faster than getting the pixbuf then resizing
9903                 it.
9904
9905 2006-08-23 [colin]      2.4.0cvs76
9906
9907         * src/procmime.c
9908                 UTF-8 should be sent Quoted-printable
9909
9910 2006-08-22 [colin]      2.4.0cvs75
9911
9912         * src/mh.c
9913                 Check if scan is required before touching
9914                 the folder (or it'll be required every time)
9915
9916 2006-08-22 [colin]      2.4.0cvs74
9917
9918         * configure.ac
9919                 Require libetpan 0.46 (crasher fix when built
9920                 against gnutls)
9921
9922 2006-08-22 [colin]      2.4.0cvs73
9923
9924         * src/folder.c
9925                 Set folder's mtime after writing its
9926                 cache
9927         * src/folderview.c
9928                 Add some timing
9929         * src/procmsg.c
9930                 Don't do useless stuff if we don't 
9931                 thread by subject
9932         * src/summaryview.c
9933                 Add some timing, don't deselect prior
9934                 to selecting (gtksctree does it itself),
9935                 remove crash avoidance hacks as it's been
9936                 properly fixed since a while
9937         * src/common/utils.c
9938                 Optimize to_human_readable(): _() is slow,
9939                 do it only once, and avoid %f format for KB
9940                 (the most common in a summaryview)
9941         * src/gtk/gtksctree.c
9942                 Don't uselessly freeze/thaw (fixes flicker
9943                 on next unread and friends), reduce number
9944                 of g_list_nth/g_list_position where possible
9945         * src/gtk/gtkutils.c
9946         * src/gtk/gtkutils.h
9947                 Reduce number of g_list_nth/g_list_position
9948                 where possible.
9949                 All of this makes loading as 70k folder 2.1
9950                 seconds instead of 3.2 (with hot FS caches).
9951                 (1.3 seconds without Date and Size columns...)
9952
9953 2006-08-22 [paul]       2.4.0cvs72
9954
9955         wrap documents and do some items from mones' MANUAL-TODO:
9956
9957         * manual/account.xml
9958                 4.1. = fix tabname references to <quote>tabname</quote>
9959                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9960         * manual/faq.xml
9961                 1.1. = mentioned options don't match UI
9962                 Add information about the 'Never send Return Receipts'
9963                 option
9964         * manual/handling.xml
9965                 6.2. = Mentions Extended symbols button, but now is
9966                 named Information
9967                 6.3. = Mentions ... button, which is now Edit
9968
9969 2006-08-22 [colin]      2.4.0cvs71
9970
9971         * src/gtk/pluginwindow.c
9972                 Fix layout in verbose translations (such
9973                 as french)
9974
9975 2006-08-22 [paul]       2.4.0cvs70
9976
9977         * manual/Makefile.am
9978                 build manuals in alphabetical order
9979         * src/addressbook.c
9980         * src/prefs_themes.c
9981                 replace/remove deprecated symbols
9982         * src/gtk/gtkutils.c
9983                 fix a warning
9984         * src/gtk/pluginwindow.c
9985                 replace deprecated symbol
9986                 replace label text and move it
9987         * src/plugins/pgpcore/prefs_gpg.c
9988                 move the 'Generate...' button out of the
9989                 Sign Key frame, replace the English used
9990         * src/plugins/pgpcore/sgpgme.c
9991                 fixes to the English
9992
9993 2006-08-21 [colin]      2.4.0cvs69
9994
9995         * src/plugins/trayicon/trayicon.c
9996                 Add more strings for translation; patch
9997                 by Pawel
9998
9999 2006-08-21 [colin]      2.4.0cvs68
10000
10001         * src/compose.c
10002                 fix replied flag not set after drafting
10003         * src/matcher.c
10004                 fix body quicksearch in non-encoded bodies
10005                 containing '='
10006         * src/msgcache.c
10007                 Get rid of the g_malloc workaround for
10008                 corrupted caches, use g_try_malloc
10009
10010 2006-08-21 [colin]      2.4.0cvs67
10011
10012         * src/alertpanel.c
10013         * src/gtk/inputdialog.c
10014         * src/plugins/pgpcore/passphrase.c
10015                 Set minimal width to 375
10016         * src/mainwindow.c
10017                 Fix switching to offline, asking if it 
10018                 should be overriden for synchronising
10019         * src/mimeview.c
10020                 Don't offer to remember command on Open 
10021                 with for text parts, as the browser or 
10022                 text editor command isn't changed from 
10023                 there
10024
10025 2006-08-20 [paul]       2.4.0cvs66
10026
10027         * po/ko.po
10028         * po/zh_CN.po
10029                 fix plural form errors. revealed by stricter
10030                 checking of gettext 0.15
10031
10032 2006-08-18 [paul]       2.4.0cvs65
10033
10034         * src/stock_pixmap.c
10035                 fix the fix of 2.4.0cvs64
10036                 Thanks to Colin
10037
10038 2006-08-18 [paul]       2.4.0cvs64
10039
10040         * src/stock_pixmap.c
10041                 fix leaks
10042                 Thanks to Colin
10043
10044 2006-08-18 [paul]       2.4.0cvs63
10045
10046         * src/compose.c
10047         * src/procmsg.c
10048                 fix occasional IMAP bug where large msgs
10049                 were left in the queue folder after sending
10050                 Thanks to Colin
10051
10052 2006-08-18 [paul]       2.4.0cvs62
10053
10054         * src/folderview.c
10055                 freeze the summaryview while quicksearch results
10056                 are displayed
10057                 (fixes bug 456 'current message is hidden when the
10058                 view is refreshed and extended search is "unread 
10059                 messages"')
10060                 Thanks to Colin
10061         * src/textview.c
10062                 add missing #include "inputdialog.h"
10063         * src/common/utils.h
10064                 add missing mailcap_update_default() and improve
10065                 readability
10066
10067 2006-08-17 [colin]      2.4.0cvs61
10068
10069         * src/plugins/pgpcore/select-keys.c
10070                 Fix warnings :)
10071
10072 2006-08-17 [colin]      2.4.0cvs60
10073
10074         * src/compose.c
10075                 Don't continue queuing if Cancel is clicked
10076                 in select-keys
10077
10078 2006-08-17 [colin]      2.4.0cvs59
10079
10080         * src/plugins/pgpcore/select-keys.c
10081                 When encrypting, if only one key matches and it 
10082                 matches exactly, automatically use it.
10083
10084 2006-08-17 [colin]      2.4.0cvs58
10085
10086         * src/mimeview.c
10087         * src/prefs_common.c
10088         * src/prefs_common.h
10089         * src/prefs_ext_prog.c
10090         * src/textview.c
10091                 Fix issues with previous patch (text/html)
10092                 Remove outdated prefs
10093
10094 2006-08-17 [colin]      2.4.0cvs57
10095
10096         * src/imap.c
10097                 Add View Log button on auth error
10098         * src/procmsg.c
10099                 Fix encrypted mail marked as new when
10100                 saved in normal folders
10101         * src/plugins/pgpinline/pgpinline.c
10102                 Fix encrypt bug on IMAP
10103         * src/mimeview.c
10104         * src/common/utils.c
10105         * src/common/utils.h
10106         * src/gtk/inputdialog.c
10107         * src/gtk/inputdialog.h
10108                 Get rid of metamail stuff, simplify
10109                 opening, and allow remembering of user's
10110                 choices (by updating ~/.mailcap). There's
10111                 still to drop "Audio player" and "Image
10112                 viewer" preferences.
10113
10114 2006-08-17 [mones]      2.4.0cvs56
10115
10116         * manual/es/sylpheed-claws-manual.xml
10117                 fix DTD path
10118
10119 2006-08-17 [mones]      2.4.0cvs55
10120
10121         * configure.ac
10122         * manual/Makefile.am
10123         * manual/es/Makefile.am
10124         * manual/es/account.xml
10125         * manual/es/ack.xml
10126         * manual/es/addrbook.xml
10127         * manual/es/advanced.xml
10128         * manual/es/faq.xml
10129         * manual/es/glossary.xml
10130         * manual/es/gpl.xml
10131         * manual/es/handling.xml
10132         * manual/es/intro.xml
10133         * manual/es/keyboard.xml
10134         * manual/es/plugins.xml
10135         * manual/es/starting.xml
10136         * manual/es/sylpheed-claws-manual.xml
10137         * manual/es/dist/Makefile.am
10138         * manual/es/dist/html/Makefile.am
10139         * manual/es/dist/pdf/Makefile.am
10140         * manual/es/dist/ps/Makefile.am
10141         * manual/es/dist/txt/Makefile.am
10142                 Spanish translation for the manual
10143
10144 2006-08-16 [colin]      2.4.0cvs54
10145
10146         * src/compose.c
10147         * src/main.c
10148         * src/mainwindow.c
10149                 Fix send button sensitivity at startup
10150                 Set send menu sensitivity (patch by Fabien)
10151         * src/ssl_manager.c
10152                 Enable closing with esc (patch by Fabien)
10153         * src/gtk/foldersort.c
10154                 Enable closing with esc (patch by Fabien)
10155         * src/procmime.c
10156                 Optimisation (no need to copy to tempfile to
10157                 "decode" 7bit and 8bit)
10158         * src/summaryview.c
10159                 Fix cruft in swap_from case
10160         * src/textview.c
10161                 Fix missing last line in some mail cases 
10162                 (Fixes debian #381872)
10163         * src/plugins/pgpcore/prefs_gpg.c
10164         * src/plugins/pgpcore/sgpgme.c
10165         * src/plugins/pgpcore/sgpgme.h
10166                 Don't show "no key found" when user explicitely
10167                 wants to create a key
10168
10169 2006-08-16 [paul]       2.4.0cvs53
10170
10171         * configure.ac
10172         * src/account.c
10173         * src/addressbook.c
10174         * src/headerview.c
10175         * src/prefs_account.c
10176         * src/prefs_message.c
10177         * src/gtk/gtkutils.c
10178                 bump up minimum required versions of GTK+ and
10179                 GLIB to 2.6.0
10180
10181 2006-08-16 [paul]       2.4.0cvs52
10182
10183         * src/toolbar.c
10184                 workaround GTK+ Bug 351600 - 'Can't re-click
10185                 on button after sensitivity update'
10186                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10187                 Thanks to Colin
10188
10189 2006-08-15 [colin]      2.4.0cvs51
10190
10191         * src/plugins/pgpcore/prefs_gpg.c
10192                 Set options sensitivity according to
10193                 key existence
10194         * src/plugins/pgpcore/sgpgme.c
10195                 Allow to create key with no passphrase
10196
10197 2006-08-14 [cleroy]     2.4.0cvs50
10198
10199         * src/gtk/pluginwindow.c
10200                 New layout (maybe to be changed?)
10201         * src/gtk/gtkutils.c
10202                 Fix a bit label_window
10203         * src/plugins/pgpcore/passphrase.c
10204         * src/plugins/pgpcore/passphrase.h
10205         * src/plugins/pgpcore/plugin.c
10206         * src/plugins/pgpcore/prefs_gpg.c
10207         * src/plugins/pgpcore/prefs_gpg.h
10208         * src/plugins/pgpcore/sgpgme.c
10209         * src/plugins/pgpcore/sgpgme.h
10210                 Allow to create a PGP private key via the GUI
10211
10212 2006-08-14 [wwp]        2.4.0cvs49
10213
10214         * src/addressbook_foldersel.c
10215                 fix strict ISO C90 compliance.
10216
10217 2006-08-14 [paul]       2.4.0cvs48
10218
10219         * src/gtk/prefswindow.c
10220                 re-set scrolled window on opening
10221                 Patch by Ticho
10222
10223 2006-08-14 [paul]
10224
10225         2.5.0-rc1 released
10226
10227 2006-08-14 [paul]       2.4.0cvs47
10228
10229         * src/prefs_display_header.c
10230                 re-enable user-defined Displayed Headers
10231
10232 2006-08-14 [paul]       2.4.0cvs46
10233
10234         * src/prefs_account.c
10235                 use GTK_STOCK_EDIT
10236
10237 2006-08-13 [colin]      2.4.0cvs45
10238
10239         * src/common/utils.c
10240                 Fix "a" in quote when the original message is empty,
10241                 by using \0 instead of 'a' to test writability of
10242                 temp files.
10243
10244 2006-08-13 [wwp]        2.4.0cvs44
10245
10246         * src/plugins/spamassassin/spamassassin.c
10247                 fix capitalization of "SpamAssassin" in some debug, log and
10248                 dialog messages.
10249
10250 2006-08-13 [paul]       2.4.0cvs43
10251
10252         * src/editldap.c
10253                 fix overlapping widgets
10254         * src/prefs_account.c
10255                 fix translation of protocol_names[]
10256                 fix label disappearing off the edge of the
10257                 visible area
10258
10259 2006-08-12 [paul]       2.4.0cvs42
10260
10261         * manual/plugins.xml
10262                 update IRC channel info before it gets forgotten
10263                 about
10264
10265 2006-08-11 [colin]      2.4.0cvs41
10266
10267         * src/compose.c
10268         * src/mainwindow.c
10269         * src/mainwindow.h
10270         * src/procmsg.c
10271         * src/procmsg.h
10272         * src/summaryview.c
10273         * src/toolbar.c
10274                 Grey out the Send button if
10275                 - Queue folders are empty, or
10276                 - We're sending already
10277
10278 2006-08-11 [wwp]        2.4.0cvs40
10279
10280         * src/main.c
10281                 fix a logic issue when quitting while a compose window is
10282                 still open, thanks to Colin.
10283
10284 2006-08-10 [colin]      2.4.0cvs39
10285
10286         * src/main.c
10287                 Fix default font size setting after wizard run
10288         * src/imap.c
10289         * src/etpan/imap-thread.c
10290         * src/etpan/imap-thread.h
10291                 Fix bug #999 (Timing out on TSL cert validation 
10292                 dialog makes ugly things happen). Also, STARTTLS
10293                 unconditionnaly if initial capabilities contain
10294                 LOGINDISABLED and STARTTLS.
10295
10296 2006-08-09 [colin]      2.4.0cvs38
10297
10298         * src/mainwindow.c
10299         * src/mainwindow.h
10300                 Fix Tools/Actions sensitivity when there are
10301                 no actions
10302
10303 2006-08-09 [colin]      2.4.0cvs37
10304
10305         * src/prefs_filtering.c
10306                 Warning fix, patch by Paul
10307         * src/messageview.c
10308         * src/prefs_actions.c
10309         * src/prefs_filtering_action.c
10310         * src/prefs_matcher.c
10311                 Uniformisation of "Info ..." to "Info..." (for
10312                 old gtk), patch by Fabien
10313         * src/plugins/clamav/clamav_plugin_gtk.c
10314                 Sensitivity fix by Fabien
10315
10316 2006-08-09 [colin]      2.4.0cvs36
10317
10318         * src/main.c
10319         * src/main.h
10320                 Add a function to know whether we're exiting
10321         * src/plugins/trayicon/trayicon.c
10322                 If exiting, don't do anything. Faster, and
10323                 avoids gtk_main_iteration reentracy causing
10324                 segfaults at exit
10325
10326 2006-08-09 [colin]      2.4.0cvs35
10327
10328         * src/messageview.c
10329         * src/mimeview.c
10330         * src/mimeview.h
10331                 Fix lack of part selection when automatically 
10332                 jumping to a specific part
10333         * src/msgcache.c
10334                 Little optimisation in cache reading
10335
10336 2006-08-09 [colin]      2.4.0cvs34
10337
10338         * src/compose.c
10339                 Fix crash setting the priority on reedit
10340                 (Accessing compose before creating it!)
10341
10342 2006-08-08 [colin]      2.4.0cvs33
10343
10344         * src/procmime.c
10345                 Fix bug #998 (last attachment is not accessible)
10346                 Bad RFC interpretation on multipart close-delimiters
10347         * src/mimeview.c
10348         * src/mimeview.h
10349         * src/gtk/gtkvscrollbutton.c
10350         * src/gtk/gtkvscrollbutton.h
10351                 Make attachments list wheel-scrollable
10352
10353 2006-08-07 [colin]      2.4.0cvs32
10354
10355         * src/gtk/gtkaspell.c
10356                 Fix bug #973 (Unicode punctation characters 
10357                 are not recognized as separators by the
10358                 spell checker); fix unsigned stuff
10359
10360 2006-08-07 [colin]      2.4.0cvs31
10361
10362         * src/compose.c
10363                 Fix bug #956 (DnD text with accents in compose 
10364                 text entry); fix gccc's signed/unsigned fuss
10365
10366 2006-08-06 [colin]      2.4.0cvs30
10367
10368         * src/main.c
10369                 Fix bug #979 (Plugin crashes when exiting 
10370                 sylpheed-claws) : handle exit request only 
10371                 once
10372
10373 2006-08-05 [colin]      2.4.0cvs29
10374
10375         * src/news.c
10376                 Just make sure we have a msgid.
10377
10378 2006-08-05 [colin]      2.4.0cvs28
10379
10380         * src/news.c
10381         * src/summaryview.c
10382                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10383                 by reimplementing it
10384         * src/textview.c
10385                 Fix bug when hiding quotes with level > 3 and quote
10386                 colors are recycled
10387
10388 2006-08-04 [colin]      2.4.0cvs27
10389
10390         * src/compose.c
10391         * src/undo.c
10392         * src/undo.h
10393                 Fix a bit replace-by-pasting undo
10394         * src/mainwindow.c
10395         * src/messageview.c
10396                 Fix Fold quotes menu synchro in
10397                 mainwindow when it changes in 
10398                 messageview
10399         * src/textview.c
10400                 Fix right-click on quotes blocks
10401         * src/common/utils.c
10402                 Verify that the file created by
10403                 my_tmpfile() is writable. Fixes
10404                 bug #988 (very specific filesystem
10405                 issue)
10406         * src/plugins/pgpcore/sgpgme.c
10407                 Fix file descriptor leak
10408         * src/plugins/spamassassin/spamassassin.c
10409                 Warn once if spamd isn't reachable
10410
10411 2006-08-04 [colin]      2.4.0cvs26
10412
10413         * src/toolbar.c
10414                 i18n context patch by Fabien
10415
10416 2006-08-03 [colin]      2.4.0cvs25
10417
10418         * src/mainwindow.c
10419         * src/messageview.c
10420                 Rename "Hide quotes" to "Fold quotes"
10421         * src/textview.c
10422                 Don't use hand cursor on quotes. "all 
10423                 the bonuses of the feature and none of 
10424                 unwelcome side-effects"
10425
10426 2006-08-03 [colin]      2.4.0cvs24
10427
10428         * AUTHORS
10429         * sylpheed-claws.desktop
10430         * src/gtk/authors.h
10431                 Bring the desktop file to XDG compliance
10432                 Patch by Charles A. Edwards
10433
10434 2006-08-03 [colin]      2.4.0cvs23
10435
10436         * src/textview.c
10437                 Fix links offset when they are preceded
10438                 by accentued chars (g_utf8_strlen!)
10439         * src/mainwindow.c
10440                 Fix wrong status when starting offline
10441
10442
10443 2006-08-03 [wwp]        2.4.0cvs22
10444
10445         * src/prefs_common.h
10446                 ask what to do w/ filtering rules that belong to an account when
10447                 applying filtering rules manually from the main window (skip,
10448                 apply regardless of the account, use current account). This dialog
10449                 can be skipped and the last reply used.
10450                 (forgot that file)
10451
10452 2006-08-03 [wwp]        2.4.0cvs21
10453
10454         * src/filtering.c
10455         * src/filtering.h
10456         * src/prefs_common.c
10457         * src/summaryview.c
10458         * src/alertpanel.c
10459         * src/alertpanel.h
10460         * src/messageview.c
10461                 ask what to do w/ filtering rules that belong to an account when
10462                 applying filtering rules manually from the main window (skip,
10463                 apply regardless of the account, use current account). This dialog
10464                 can be skipped and the last reply used.
10465
10466
10467 2006-08-03 [colin]      2.4.0cvs20
10468
10469         * src/textview.c
10470                 Optimize previous patch
10471
10472 2006-08-03 [cleroy]     2.4.0cvs19
10473
10474         * src/textview.c
10475                 Fix quotes getting toggled back when the
10476                 mail has an even number of text parts
10477
10478 2006-08-02 [colin]      2.4.0cvs18
10479
10480         * src/messageview.c
10481                 Add Hide quotes menu
10482
10483 2006-08-02 [colin]      2.4.0cvs17
10484
10485         * src/mainwindow.c
10486         * src/prefs_common.c
10487         * src/textview.c
10488         * src/textview.h
10489         * src/gtk/about.c
10490                 Allow per-level quote hiding,
10491                 Allow toggling quotes by double-clicking them
10492                 Rename RemoteURI to ClickableText to reflect
10493                 the fact it's used for a variety of things
10494
10495 2006-08-02 [wwp]        2.4.0cvs16
10496
10497         * src/mainwindow.c
10498                 fix "View/Hide quotes" menu item status initialization.
10499
10500 2006-08-02 [wwp]        2.4.0cvs15
10501
10502         * src/matcher_parser_parse.y
10503                 remove a debug trace.
10504
10505 2006-08-02 [paul]       2.4.0cvs14
10506
10507         * src/plugins/pgpcore/passphrase.c
10508                 don't set initial dialog size
10509                 make it resizable
10510
10511 2006-08-02 [paul]       2.4.0cvs13
10512
10513         * src/noticeview.c
10514                 remove the rogue '/' character
10515
10516 2006-08-02 [paul]       2.4.0cvs12
10517
10518         * src/noticeview.c
10519                 allow buttons to resize as necessary
10520
10521 2006-08-01 [wwp]        2.4.0cvs11
10522
10523         * src/mbox.c
10524                 fix strict ISO C90 compliance.
10525
10526 2006-08-01 [wwp]        2.4.0cvs10
10527
10528         * tools/update-po
10529                 updated update-po tool to work w/ context-dependent translations.
10530                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10531
10532 2006-08-01 [wwp]        2.4.0cvs9
10533
10534         * src/matcher.c
10535         * src/prefs_filtering.c
10536         * src/prefs_matcher.c
10537                 allow context-dependent translations for "All",
10538                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10539
10540 2006-07-31 [colin]      2.4.0cvs8
10541
10542         * AUTHORS
10543         * src/gtk/authors.h
10544                 Add Rafal to authors
10545
10546 2006-07-31 [colin]      2.4.0cvs7
10547
10548         * src/compose.c
10549         * src/mainwindow.c
10550         * src/messageview.h
10551         * src/prefs_common.c
10552         * src/prefs_common.h
10553         * src/textview.c
10554                 Add 'View/Hide quotes'. Patch based on a patch
10555                 by Rafal Weglarz
10556
10557 2006-07-31 [colin]      2.4.0cvs6
10558
10559         * src/action.c
10560                 Fix problem with "> stuff >" actions
10561
10562 2006-07-31 [paul]       2.4.0cvs5
10563
10564         * po/nb.po
10565                 updated by Geir Helland
10566
10567 2006-07-31 [wwp]        2.4.0cvs4
10568
10569         * src/mainwindow.c
10570         * src/summaryview.c
10571         * src/summaryview.h
10572                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10573                 thanks to Colin.
10574
10575 2006-07-31 [wwp]        2.4.0cvs3
10576
10577         * src/Makefile.am
10578         * src/addr_compl.c
10579         * src/addr_compl.h
10580         * src/addressbook.c
10581         * src/addressbook.h
10582         * src/addressbook_foldersel.c
10583         * src/addressbook_foldersel.h
10584         * src/addrindex.c
10585         * src/addrindex.h
10586         * src/matcher.c
10587         * src/matcher.h
10588         * src/matcher_parser_lex.l
10589         * src/matcher_parser_parse.y
10590         * src/prefs_common.c
10591         * src/prefs_common.h
10592         * src/prefs_filtering.c
10593         * src/prefs_matcher.c
10594         * src/prefs_matcher.h
10595         * src/summaryview.c
10596                 introduce filtering against the address book. It's now possible to add
10597                 matched conditions to determine if any email address in a message matches
10598                 or doesn't match any or all books or folders in the address book.
10599
10600 2006-07-31 [wwp]        2.4.0cvs2
10601
10602         * src/account.c
10603         * src/filtering.c
10604         * src/filtering.h
10605         * src/folder.c
10606         * src/folderview.c
10607         * src/inc.c
10608         * src/mainwindow.c
10609         * src/matcher.c
10610         * src/matcher_parser_lex.l
10611         * src/matcher_parser_parse.y
10612         * src/mbox.c
10613         * src/prefs_filtering.c
10614         * src/prefs_filtering.h
10615         * src/procmsg.c
10616         * src/procmsg.h
10617         * src/summaryview.c
10618                 introduce per-account filtering rules. Each filtering rule can now be assigned
10619                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10620                 when applying filtering rules manually, as all rules will apply - even the ones
10621                 assigned to an account. This issue will be addressed soon.
10622  
10623
10624
10625 2006-07-31 [wwp]        2.4.0cvs1
10626
10627         * src/quote_fmt.c
10628                 make more strings translatable.
10629
10630 2006-07-31 [paul]       2.4.0
10631
10632         2.4.0 released
10633
10634 2006-07-31 [paul]       2.3.1cvs91
10635
10636         * po/ca.po
10637                 updated by Miquel Oliete
10638
10639 2006-07-31 [paul]       2.3.1cvs90
10640
10641         * po/de.po
10642         * po/el.po
10643         * po/fr.po
10644         * po/it.po
10645         * po/pl.po
10646         * po/pt_BR.po
10647         * po/sr.po
10648         * po/zh_CN.po
10649                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10650                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10651                 Aleksandar Urosevic, and Ralgh Young
10652
10653 2006-07-31 [paul]       2.3.1cvs89
10654
10655         * src/account.c
10656         * src/main.c
10657         * src/mainwindow.c
10658         * src/mainwindow.h
10659                 Fix a race condition when, after an SC crash, rescanning
10660                 folders took more than 0.5 seconds
10661                 Thanks to Colin
10662
10663 2006-07-31 [paul]       2.3.1cvs88
10664
10665         * src/folderview.c
10666                 don't translate separator strings
10667
10668 2006-07-30 [mones]      2.3.1cvs87
10669
10670         * doc/man/sylpheed-claws.1
10671                 Fixed non-ASCII chars in Hoa's name
10672         * po/es.po
10673                 Updated for release
10674
10675 2006-07-27 [colin]      2.3.1cvs86
10676
10677         * src/textview.c
10678                 Don't include the leading \n in links
10679                 Patch by Fabien
10680
10681 2006-07-25 [colin]      2.3.1cvs85
10682
10683         * src/mainwindow.c
10684         * src/common/socket.h
10685         * src/etpan/imap-thread.c
10686                 Refresh resolvers before connecting
10687                 to IMAP servers, and after switching
10688                 to online. Thanks to Paul.
10689
10690 2006-07-18 [colin]
10691
10692         * 2.4.0-rc4 released
10693
10694 2006-07-17 [colin]      2.3.1cvs84
10695
10696         * src/inc.c
10697                 Show connection attempt in statusbar before
10698                 connecting (previously first message was
10699                 "Retrieving messages from ..." after the
10700                 connection succeeded.
10701
10702 2006-07-16 [wwp]        2.3.1cvs83
10703
10704         * sylpheed-claws.ico
10705                 Added .ico file (windows multi-size icon file, generated).
10706
10707 2006-07-12 [wwp]        2.3.1cvs82
10708
10709         * src/messageview.c
10710                 remove Message/Re-edit menu entry from messageview window,
10711                 as sent/draft/queued messages are opened in compose window when
10712                 re-edited and it's not possible to re-edit other msgs.
10713
10714 2006-07-12 [paul]       2.3.1cvs81
10715
10716         * AUTHORS
10717         * src/mainwindow.c
10718         * src/gtk/authors.h
10719                 check online state before resetting
10720                 mailcheck timer. Useful if some program
10721                 verifies connection state and updates
10722                 Claws.
10723                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10724
10725 2006-07-12 [paul]       2.3.1cvs80
10726
10727         * sylpheed-claws-128x128.png
10728         * sylpheed-claws-64x64.png
10729         * sylpheed-claws.png
10730         * src/Makefile.am
10731         * src/main.c
10732         * src/prefs_toolbar.c
10733         * src/stock_pixmap.c
10734         * src/stock_pixmap.h
10735         * src/wizard.c
10736         * src/gtk/about.c
10737         * src/gtk/gtkutils.c
10738         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10739         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10740         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10741         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10742         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10743         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10744                 updated and renamed logo/icon files and related
10745                 logo by Jesper Schultz
10746
10747 2006-07-11 [paul]       2.3.1cvs79
10748
10749         * src/main.c
10750                 fix the labels a smidgin
10751
10752 2006-07-09 [colin]      2.3.1cvs78
10753
10754         * src/textview.c
10755                 Show errors in textviewer's command
10756                 Patch by H. Merijn Brand
10757
10758 2006-07-09 [colin]      2.3.1cvs77
10759
10760         * src/compose.c
10761                 Save FMID in drafts too
10762
10763 2006-07-08 [colin]      2.3.1cvs76
10764
10765         * src/compose.c
10766                 Svae RMID in drafted mails too
10767                 Save quote_fmt vars for whole mails,
10768                 don't reset at each quote_fmt_init:
10769                 allows to use the same |i{var} in
10770                 various template fields
10771         * src/prefs_template.c
10772         * src/quote_fmt.h
10773         * src/quote_fmt_parse.y
10774                 Same
10775
10776 2006-07-08 [colin]      2.3.1cvs75
10777
10778         * src/textview.c
10779                 Fix highlighting of attached parts URIs
10780
10781 2006-07-08 [colin]      2.3.1cvs74
10782
10783         * src/main.c
10784                 Prevent bug #981 (sc 2.3.1 segfaults with 
10785                 gtk+ 2.10) from being reported again:
10786                 if Sylpheed-Claws has been compiled against
10787                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10788                 of if Sylpheed-Claws has been compiled against
10789                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10790                 error out.
10791
10792 2006-07-07 [colin]      2.3.1cvs73
10793
10794         * src/prefs_actions.c
10795                 Fix label
10796
10797 2006-07-07 [colin]      2.3.1cvs72
10798
10799         * src/prefs_actions.c
10800                 Fix compile on gtk < 2.8. argh :)
10801
10802 2006-07-07 [paul]       2.3.1cvs71
10803
10804         * src/common/defs.h
10805                 update DONATE_URI
10806
10807 2006-07-07 [colin]      2.3.1cvs70
10808
10809         * po/POTFILES.in
10810         * src/quote_fmt.c
10811         * src/quote_fmt_lex.l
10812         * src/quote_fmt_parse.y
10813                 Add |i{var}, a way to insert user-entered
10814                 text in a template
10815
10816 2006-07-07 [colin]
10817
10818         * 2.4.0-rc3 released
10819
10820 2006-07-07 [colin]      2.3.1cvs69
10821
10822         * src/folder.c
10823                 Don't consider inboxes of UNKNOWN folder 
10824                 classes to be useable as default inboxes
10825
10826 2006-07-07 [paul]       2.3.1cvs68
10827
10828         * src/textview.c
10829                 add missing #include <errno.h>
10830                 Thanks to René J. Blokland
10831
10832 2006-07-07 [paul]       2.3.1cvs67
10833
10834         * src/action.c
10835                 Return now Closes dialog
10836         * src/mimeview.c
10837         * src/mimeview.h
10838         * src/textview.c
10839                 add contextual menu to mime parts listed
10840                 in the textview
10841                 Thanks to Colin
10842         * src/common/utils.c
10843                 reversal: ' is a valid character in URLs
10844
10845 2006-07-06 [colin]      2.3.1cvs66
10846
10847         * src/remotefolder.h
10848                 Forgotten in previous commit
10849
10850 2006-07-06 [colin]      2.3.1cvs65
10851
10852         * src/folder.c
10853                 Set summary update flag whenever
10854                 totals changed
10855         * src/imap.c
10856         * src/prefs_account.c
10857         * src/common/utils.h
10858         * src/etpan/imap-thread.c
10859                 Fix warnings, thanks to Fabien and
10860                 Ricardo
10861
10862 2006-07-06 [wwp]        2.3.1cvs64
10863
10864         * src/gtk/gtkutils.c
10865                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10866
10867 2006-07-06 [wwp]        2.3.1cvs63
10868
10869         * src/account.c
10870         * src/addressbook.c
10871         * src/addressitem.h
10872         * src/folderview.c
10873         * src/mainwindow.c
10874         * src/manual.c
10875         * src/manual.h
10876         * src/message_search.c
10877         * src/prefs_actions.c
10878         * src/prefs_filtering.c
10879         * src/prefs_filtering.h
10880         * src/prefs_template.c
10881         * src/summary_search.c
10882         * src/summaryview.c
10883         * src/gtk/gtkutils.c
10884         * src/gtk/gtkutils.h
10885         * src/gtk/pluginwindow.c
10886                 add help buttons to some dialogs. Clicking such buttons opens a
10887                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10888
10889 2006-07-06 [paul]       2.3.1cvs62
10890
10891         * src/textview.c
10892                 fix attachments contextual menu
10893                 Thanks to Colin
10894
10895 2006-07-05 [colin]      2.3.1cvs61
10896
10897         * src/textview.c
10898         * src/compose.c
10899                 Handle sftp:// links
10900
10901 2006-07-05 [paul]       2.3.1cvs60
10902
10903         * src/gtk/filesel.c
10904                 grab save button by default
10905                 Thanks to Colin
10906
10907 2006-07-05 [wwp]        2.3.1cvs59
10908
10909         * manual/xml2pdf
10910                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10911
10912 2006-07-04 [colin]      2.3.1cvs58
10913
10914         * src/mimeview.c
10915         * src/textview.c
10916                 Use left click to select, middle click to open
10917                 on mimeparts links
10918         * src/common/utils.c
10919                 Fix segfault
10920
10921 2006-07-04 [colin]      2.3.1cvs57
10922
10923         * src/mainwindow.c
10924         * src/news.c
10925                 Warning fixes, thanks to Fabien
10926
10927 2006-07-04 [colin]      2.3.1cvs56
10928
10929         * src/mimeview.c
10930         * src/mimeview.h
10931         * src/textview.c
10932                 Allow parts to be selected via their text label
10933                 in textview
10934
10935 2006-07-04 [colin]      2.3.1cvs55
10936
10937         * src/folderview.c
10938                 Feedback when closing (for big folders)
10939         * src/prefs_actions.c
10940         * src/prefs_filtering.c
10941         * src/prefs_matcher.c
10942         * src/prefs_template.c
10943                 Fix default button when closing without
10944                 having saved
10945
10946 2006-07-04 [colin]      2.3.1cvs54
10947
10948         * src/news.c
10949                 Delete local file on deletion
10950
10951 2006-07-03 [colin]      2.3.1cvs53
10952
10953         * src/folderview.c
10954         * src/main.c
10955                 Don't freeze when rescanning after crash
10956
10957 2006-07-03 [wwp]        2.3.1cvs52
10958
10959         * src/compose.c
10960         * src/privacy.c
10961         * src/privacy.h
10962         * src/plugins/pgpinline/pgpinline.c
10963         * src/plugins/pgpmime/pgpmime.c
10964                 don't report an error when the user cancels the passphrase dialog.
10965
10966 2006-07-02 [colin]      2.3.1cvs51
10967
10968         * src/folderview.c
10969                 Open message when crossing folders with Space,
10970                 goto next unread and friends
10971
10972 2006-07-01 [colin]      2.3.1cvs50
10973
10974         * src/prefs_account.c
10975                 Typographic rules varying from language
10976                 to language (in french "Protocole :"),
10977                 we have to do that :)
10978
10979 2006-07-01 [ticho]      2.3.1cvs49
10980
10981         * src/prefs_account.c
10982                 Only use one temporary gchar* variable in
10983                 prefs_account_protocol_set_optmenu().
10984
10985 2006-07-01 [ticho]      2.3.1cvs48
10986
10987         * src/prefs_account.c
10988         * src/prefs_account.h
10989                 Use GtkLabel for existing account protocol name.
10990                 Created an array for protocol names and populate the
10991                 combobox from it in a for() cycle.
10992
10993 2006-06-30 [colin]      2.3.1cvs47
10994
10995         * src/compose.c
10996                 Block undo when changing signature (by changing
10997                 account)
10998
10999 2006-06-30 [paul]       2.3.1cvs46
11000
11001         * src/send_message.c
11002                 when editing From in the Compose window, use that address
11003                 in the Return-Path: header
11004                 Thanks to Colin
11005
11006 2006-06-30 [colin]      2.3.1cvs45
11007
11008         * src/compose.c
11009                 Fix signature replacement:
11010                 - when no newline before separator
11011                 - when reediting
11012
11013 2006-06-29 [colin]      2.3.1cvs44
11014
11015         * src/folderview.c
11016         * src/folderview.h
11017         * src/mainwindow.c
11018         * src/summaryview.c
11019                 Let 'View/Go to/Next marked' work like
11020                 Next new & Next unread: across folders
11021                 Change the select_on_entry pref to do
11022                 what we want when changing folder
11023         * src/common/utils.c
11024                 Fix single-quoted links 
11025
11026 2006-06-29 [colin]      2.3.1cvs43
11027
11028         * src/gtk/gtkaspell.c
11029                 "Sylpheed" and "Sylpheed-Claws" do exist !
11030
11031 2006-06-29 [colin]      2.3.1cvs42
11032
11033         * src/imap.c
11034                 Forgot to remove debug
11035
11036 2006-06-29 [colin]      2.3.1cvs41
11037
11038         * src/imap.c
11039         * src/imap.h
11040         * src/mainwindow.c
11041                 Disconnect from IMAP servers when going
11042                 offline. Fixes bug #978 (going to offline-mode 
11043                 won't close connections)
11044
11045 2006-06-29 [colin]      2.3.1cvs40
11046
11047         * src/main.c
11048                 Fix transient setting on failing plugins
11049                 Patch by Fabien
11050         * src/plugins/pgpcore/sgpgme.c
11051                 Only warn for OpenPGP. Most people don't
11052                 have CMS available.
11053
11054 2006-06-29 [colin]      2.3.1cvs39
11055
11056         * src/compose.c
11057                 Fix Spelling menu (discrepancy between context menu
11058                 and top menu when folder's dictionary isn't the 
11059                 default one)
11060         * src/plugins/pgpcore/sgpgme.c
11061                 More error reporting about why gpgme can fail
11062
11063 2006-06-29 [wwp]        2.3.1cvs38
11064
11065         * src/mainwindow.c
11066                 honor the display-header-pane setting even when the message view
11067                 is a separate window.
11068
11069 2006-06-29 [wwp]        2.3.1cvs37
11070
11071         * src/prefs_actions.c
11072                 forgot to commit that one (use of GTK_STOCK_INFO).
11073
11074 2006-06-29 [colin]      2.3.1cvs36
11075
11076         * src/imap.c
11077                 Better handling of login errors (ask the password
11078                 again once), alert in case of error. Fix three
11079                 signedness warnings.
11080
11081 2006-06-28 [wwp]        2.3.1cvs35
11082
11083         * src/prefs_template.c
11084         * src/prefs_matcher.c
11085         * src/prefs_filtering_action.c
11086         * src/prefs_quote.c
11087                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11088                 patch by Fabien Vantard, slightly modified.
11089
11090 2006-06-28 [paul]
11091
11092         2.4.0-rc2 released
11093
11094 2006-06-28 [colin]      2.3.1cvs34
11095
11096         * src/prefs_account.c
11097                 Fix bug #977 (Can't add or edit imap accounts)
11098
11099 2006-06-28 [colin]      2.3.1cvs33
11100
11101         * src/mimeview.c
11102                 Fix previous
11103
11104 2006-06-28 [colin]      2.3.1cvs32
11105
11106         * src/mimeview.c
11107                 Save named inlined attachments with "Save all"
11108         * src/main.c
11109         * src/mbox.c
11110         * src/common/plugin.c
11111         * src/common/plugin.h
11112         * src/common/sylpheed.c
11113         * src/common/utils.c
11114         * src/plugins/pgpcore/sylpheed.def
11115         * src/plugins/pgpinline/sylpheed.def
11116         * src/plugins/pgpmime/sylpheed.def
11117                 Win32 compatibility patch, by
11118                 Werner Koch
11119
11120 2006-06-28 [wwp]        2.3.1cvs31
11121
11122         * src/imap.c
11123         * src/prefs_folder_item.c
11124                 less compilation warnings (thanks to Fabien Vantard), less typos.
11125
11126 2006-06-28 [paul]       2.3.1cvs30
11127
11128         * src/gtk/gtkutils.c
11129                 gtk_combo_box_set_focus_on_click() is only
11130                 available since gtk 2.6.0
11131
11132 2006-06-28 [paul]       2.3.1cvs29
11133
11134         * src/prefs_ext_prog.c
11135                 fix engrish and add a tooltip for the
11136                 'command for 'Display as text' option
11137
11138 2006-06-28 [paul]
11139
11140         2.4.0-rc1 released
11141
11142 2006-06-28 [paul]       2.3.1cvs28
11143
11144         * ChangeLog
11145         * tools/Makefile.am
11146                 include textviewer.pl in releases
11147
11148 2006-06-28 [paul]       2.3.1cvs27
11149
11150         * src/prefs_ext_prog.c
11151                 hide Print command option if libgnomeprint
11152                 support is present
11153
11154 2006-06-27 [colin]      2.3.1cvs26
11155
11156         * src/compose.c
11157                 Fix Esc handling in insert/attach dialog
11158                 Don't show this dialog if dragging something
11159                 else than text/uri-list
11160                 Thanks to Fabien Vantard
11161         * tools/textviewer.pl
11162                 Filter script to display stuff as text
11163                 by H. Merijn Brand
11164
11165 2006-06-27 [wwp]        2.3.1cvs25
11166
11167         * src/messageview.c
11168                 use the exact product name (message view title), patch
11169                 by Fabien Vantard.
11170
11171 2006-06-27 [ticho]      2.3.1cvs24
11172
11173         * src/prefs_account.c
11174         * src/prefs_common.c
11175         * src/prefs_common.h
11176         * src/prefs_ext_prog.c
11177         * src/textview.c
11178                 Add a preference (Preferences/External programs)
11179                 to allow "Display as text" to be done via a script
11180                 (patch by H.Merijn Brand).
11181                 Use GtkComboBox for protocol selection in account
11182                 preferences.
11183                 Only include current choice for existing accounts, and
11184                 insensitivize the combobox.
11185
11186 2006-06-27 [paul]       2.3.1cvs23
11187
11188         * src/mbox.c
11189                 fix crasher introduced in cvs21.
11190                 Thanks to Colin
11191
11192 2006-06-26 [colin]      2.3.1cvs22
11193
11194         * src/mbox.c
11195                 Fix double-frees when leaving folders
11196                 after exporting to mbox
11197
11198 2006-06-26 [colin]      2.3.1cvs21
11199
11200         * src/mbox.c
11201                 More feedback (and optimisation)
11202                 on import/export
11203         * src/common/utils.c
11204                 Fix case when looking for mail addresses
11205         * src/gtk/gtkutils.c
11206                 Extra check for (X-)Face
11207
11208 2006-06-25 [ticho]      2.3.1cvs20
11209
11210         * src/compose.c
11211         * src/exphtmldlg.c
11212         * src/gtk/gtkutils.c
11213         * src/gtk/gtkutils.h
11214                 Added second argument to gtkut_sc_combobox_create() to
11215                 control focus-on-click for the widget.
11216                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11217
11218 2006-06-25 [ticho]      2.3.1cvs19
11219
11220         * src/compose.c
11221         * src/gtk/Makefile.am
11222         * src/gtk/combobox.c
11223         * src/gtk/combobox.h
11224         * src/gtk/gtkutils.c
11225         * src/gtk/gtkutils.h
11226                 Use GtkComboBox instead of deprecated GtkOptionMenu
11227                 for account selector in compose window and for encoding
11228                 selector in attachment properties.
11229                 Also factorise working with the new GtkComboBox somewhat.
11230
11231 2006-06-24 [paul]       2.3.1cvs18
11232
11233         * src/prefs_common.c
11234                 use the correct default value
11235
11236 2006-06-24 [paul]       2.3.1cvs17
11237
11238         * src/compose.c
11239         * src/prefs_common.c
11240         * src/prefs_common.h
11241         * src/prefs_compose_writing.c
11242                 enable setting of default action when
11243                 dnd'ing files in the compose window.
11244                 (Collaborative effort with wwp)
11245
11246 2006-06-23 [wwp]        2.3.1cvs16
11247
11248         * src/compose.c
11249                 i18n fix (thanks to Fabien Vantard)
11250
11251 2006-06-22 [colin]      2.3.1cvs15
11252
11253         * src/prefs_customheader.c
11254                 Don't use filters in custom headers' file 
11255                 selector. Remember, extensions mean nothing :)
11256
11257 2006-06-22 [paul]       2.3.1cvs14
11258
11259         * configure.ac
11260                 allow setting of man directory location
11261
11262 2006-06-22 [colin]      2.3.1cvs13
11263
11264         * src/mainwindow.c
11265                 Add 'View/Go to/Next unread folder'.
11266                 I missed that :)
11267
11268 2006-06-22 [colin]      2.3.1cvs12
11269
11270         * src/common/utils.c
11271                 Add some subject prefixes
11272                 Patch by Bjorn T Johansen <btj@havleik.no>
11273
11274 2006-06-22 [colin]      2.3.1cvs11
11275
11276         * manual/advanced.xml
11277                 Forgotten hidden pref
11278
11279 2006-06-21 [paul]       2.3.1cvs10
11280
11281         * src/prefs_account.c
11282                 complete the removal of 'Add date header' option
11283
11284 2006-06-21 [paul]       2.3.1cvs9
11285
11286         * src/account.c
11287         * src/compose.c
11288         * src/prefs_account.c
11289         * src/prefs_account.h
11290                 remove option to add date header - always
11291                 add date header
11292         * src/etpan/imap-thread.c
11293                 fix warnings (Thanks to Colin)
11294
11295 2006-06-21 [wwp]        2.3.1cvs8
11296
11297         * src/folder.c
11298                 set the attachment flag when inline text part are (file)named. This is more convenient
11299                 when receiving (for instance) inline source files or patches sent using thunderbird.
11300
11301 2006-06-21 [paul]       2.3.1cvs7
11302
11303         * src/inc.c
11304                 fix off-by-one count of current msg in
11305                 statusbar filtering progressbar
11306
11307 2006-06-21 [paul]       2.3.1cvs6
11308
11309         * src/folder.c
11310                 Show attachment icon even if the part is 'inline'
11311                 if the following conditions are met:
11312                 - content-type != 'text/plain'
11313                 - content-type != '*/pgp-signature'
11314                 - either 'name' or 'filename' parameter is not NULL
11315                 
11316                 Thanks to Colin
11317
11318 2006-06-21 [paul]       2.3.1cvs5
11319
11320         * src/messageview.c
11321         * src/prefs_common.c
11322         * src/prefs_common.h
11323         * src/prefs_other.c
11324                 add an option to 'Never send Return
11325                 Receipts'
11326                 Thanks to Colin
11327
11328 2006-06-20 [mones]      2.3.1cvs4
11329
11330         * po/es.po
11331                 updated
11332         * src/compose.c
11333                 typo fixed (space after comma)
11334         * tools/make.themes.project
11335                 remove exec mode from tarball files
11336
11337 2006-06-20 [colin]      2.3.1cvs3
11338
11339         * src/news.c
11340         * src/procheader.c
11341         * src/unmime.c
11342                 Better fix for \n's in headers (don't 
11343                 break Received: and others)
11344
11345 2006-06-20 [paul]       2.3.1cvs2
11346
11347         * src/alertpanel.c
11348         * src/textview.c
11349                 improve legibility of phishing attempt
11350                 dialog
11351
11352 2006-06-20 [paul]       2.3.1cvs1
11353
11354         * NEWS
11355         * README
11356         * configure.ac
11357                 Update version number following
11358                 stable release
11359
11360 2006-06-20 [colin]      2.3.0cvs26
11361
11362         * src/compose.c
11363                 When dragging a file to the text of the compose
11364                 window, ask whether we want to insert or attach
11365                 (I know lots of people who do that to attach)
11366
11367 2006-06-20 [colin]      2.3.0cvs25
11368
11369         * src/etpan/imap-thread.c
11370                 Fix threshold (the append command is often > 32 bytes)
11371
11372 2006-06-19 [colin]      2.3.0cvs24
11373
11374         * src/imap.c
11375         * src/etpan/imap-thread.c
11376                 Workaround Rockliffe IMAP server bug: replace
11377                 "x UID SEARCH (ANSWERED UID 1:*)" with
11378                 "x UID SEARCH ANSWERED"
11379                 (Rockliffe doesn't handle the parenthesis)
11380
11381 2006-06-19 [colin]      2.3.0cvs23
11382
11383         * src/compose.c
11384         * src/imap.c
11385         * src/etpan/imap-thread.c
11386                 Probably fix bug #972 (Freezes when adding 
11387                 an attachment to the message)
11388         * src/common/defs.h
11389                 Modernize Firefox cmd
11390
11391
11392 2006-06-18 [colin]      2.3.0cvs22
11393
11394         * src/prefs_customheader.c
11395                 Only allow correct filenames for various
11396                 custom headers
11397
11398 2006-06-18 [colin]      2.3.0cvs21
11399
11400         * src/prefs_customheader.c
11401                 Add a 'From File...' button in custom headers prefs, which
11402                 try to do the right thing: 
11403                 for normal headers, use file as plaintext,
11404                 for X-Face, calls compface,
11405                 for Face, encode to b64.
11406
11407 2006-06-17 [colin]      2.3.0cvs20
11408
11409         * src/mh.c
11410                 Warning fix
11411
11412 2006-06-16 [colin]      2.3.0cvs19
11413
11414         * src/summaryview.c
11415                 Recursive quicksearch: show message list
11416                 in current folder, *then* search children
11417                 in the background.
11418
11419 2006-06-16 [colin]      2.3.0cvs18
11420
11421         * src/main.c
11422                 Instead of ignoring SIGPIPE, save caches
11423                 when getting one. Will fix the fact that
11424                 hot caches are out-of-date when logging 
11425                 out of Xorg.
11426         * src/compose.c
11427         * src/prefs_compose_writing.c
11428                 Only save text (not attachments) when 
11429                 auto-saving to drafts
11430         * src/unmime.c
11431                 Always replace \n, \r and \t with spaces
11432                 in headers
11433         * manual/dist/html/Makefile.am
11434         * manual/dist/pdf/Makefile.am
11435         * manual/dist/ps/Makefile.am
11436         * manual/dist/txt/Makefile.am
11437         * manual/fr/dist/html/Makefile.am
11438         * manual/fr/dist/pdf/Makefile.am
11439         * manual/fr/dist/ps/Makefile.am
11440         * manual/fr/dist/txt/Makefile.am
11441         * manual/pl/dist/html/Makefile.am
11442         * manual/pl/dist/pdf/Makefile.am
11443         * manual/pl/dist/ps/Makefile.am
11444         * manual/pl/dist/txt/Makefile.am
11445                 Fix make clean removing pregenerated manuals
11446
11447
11448 2006-06-16 [colin]      2.3.0cvs17
11449
11450         * src/plugins/pgpcore/sgpgme.c
11451         * src/plugins/pgpmime/pgpmime.c
11452         * src/plugins/pgpinline/pgpinline.c
11453                 Better error reporting in setup_signers.
11454                 Don't fallback to default key if specified
11455                 key isn't found.
11456                 Don't allow signing if more than one secret
11457                 key matches the one specified in prefs.
11458
11459 2006-06-15 [colin]      2.3.0cvs16
11460
11461         * src/folderview.c
11462                 Add "Send queue" in the folder's contextual
11463                 menu
11464         * src/compose.c
11465         * src/messageview.c
11466         * src/privacy.c
11467         * src/privacy.h
11468         * src/procmime.c
11469         * src/procmsg.c
11470         * src/plugins/pgpcore/passphrase.c
11471         * src/plugins/pgpcore/sgpgme.c
11472         * src/plugins/pgpinline/pgpinline.c
11473         * src/plugins/pgpmime/pgpmime.c
11474                 Better error reporting
11475         * src/mbox.c
11476                 Probably fix bug #971 (2.2.3 cannot read mail 
11477                 from local mbox)
11478
11479
11480 2006-06-15 [mones]      2.3.0cvs15
11481
11482         * tools/make.themes.project
11483                 creates the themes project from the web page
11484
11485 2006-06-15 [colin]      2.3.0cvs14
11486
11487         * src/folder.c
11488                 Better fix (avoid losing the folder if scan_tree 
11489                 fails)
11490
11491 2006-06-15 [cleroy]     2.3.0cvs13
11492
11493         * src/folder.c
11494                 Probably fix Bug #969 (crash on rebuilding 
11495                 imap folder)
11496
11497 2006-06-14 [colin]      2.3.0cvs12
11498
11499         * manual/dtd/manual.xsl
11500         * manual/sylpheed-claws-manual.xml
11501         * manual/fr/sylpheed-claws-manual.xml
11502         * manual/pl/sylpheed-claws-manual.xml
11503                 Insert pagebreaks between sections
11504
11505 2006-06-14 [paul]       2.3.0cvs11
11506
11507         * configure.ac
11508                 better fix than 2.3.0cvs10
11509
11510 2006-06-14 [paul]       2.3.0cvs10
11511
11512         * configure.ac
11513                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11514                 (backwards compatible)
11515
11516 2006-06-13 [colin]      2.3.0cvs9
11517
11518         * src/messageview.c
11519                 Fix sending of return receipt with the new queue folders
11520
11521 2006-06-13 [wwp]        2.3.0cvs8
11522
11523         * src/quote_fmt_lex.l
11524                 fix wrong tokens returned in quote_fmt lexer, query not().
11525
11526 2006-06-13 [wwp]        2.3.0cvs7
11527
11528         * src/folder.c
11529         * src/prefs_folder_item.c
11530                 allow changing folder type even when folder is not a top-level one,
11531                 thanks to Colin.
11532
11533 2006-06-12 [colin]      2.3.0cvs6
11534
11535         * src/folderview.c
11536                 Fix double-ask of "Do you want to mark all
11537                 as read"
11538
11539 2006-06-12 [colin]      2.3.0cvs5
11540
11541         * src/compose.c
11542         * src/compose.h
11543         * src/folder.c
11544         * src/folder.h
11545         * src/imap.c
11546         * src/inc.c
11547         * src/main.c
11548         * src/messageview.c
11549         * src/mh.c
11550         * src/prefs_folder_item.c
11551         * src/procheader.c
11552         * src/procmime.c
11553         * src/procmsg.c
11554         * src/procmsg.h
11555         * src/send_message.c
11556         * src/summaryview.c
11557         * src/toolbar.c
11558                 Apply bug #964's patch (Queue and drafts aren't normal)
11559                 The Drafts and Queue folder now contain RFC-822 files,
11560                 allowing to move and copy mails from and to these 
11561                 folders. Moving from Drafts to Queue will prepare the
11562                 mail for sending (PGP signature, encryption, etc).
11563                 This patch also rework sending errors handling to try
11564                 to be more helpful.
11565                 Also, allow redefining folder types via the GUI 
11566                 (Folder type in its Properties)
11567
11568 2006-06-12 [colin]      2.3.0cvs4
11569
11570         * src/summaryview.c
11571         * src/prefs_common.c
11572         * src/prefs_common.h
11573         * src/gedit-print.c
11574                 Allow to define a specific print font - patch
11575                 by Bernhard Walle <bernhard.walle@gmx.de>
11576         * src/prefs_fonts.c
11577         * manual/advanced.xml
11578         * manual/fr/advanced.xml
11579                 Add a hidden pref to allow deletion without
11580                 confirmation
11581
11582 2006-06-12 [wwp]        2.3.0cvs3
11583
11584         * .cvsignore
11585                 more files to ignore.
11586
11587 2006-06-12 [wwp]        2.3.0cvs2
11588
11589         * src/quote_fmt.c
11590         * src/quote_fmt_lex.l
11591         * src/quote_fmt_parse.y
11592                 extend the quote_fmt parser (templates and quotes):
11593                 - allow limited sub-expressions in |p{} and |f{} expressions,
11594                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11595                 - implemented/fixed missing implementation of query_references and show_references,
11596                 - completed, fixed contents and format of the symbols help dialog,
11597                 - fix some compilation warnings.
11598
11599 2006-06-12 [wwp]        2.3.0cvs1
11600
11601         * manual/advanced.xml
11602         * manual/fr/advanced.xml
11603                 updates in the "templates" section of the manual (eng/fr):
11604                  - be more precise (both versions)
11605                  - completed to match the english reference (fr version)
11606                  - touchups (both versions)
11607
11608 2006-06-12 [paul]       2.3.0
11609
11610         2.3.0 released
11611
11612 2006-06-12 [paul]       2.2.3cvs14
11613
11614         * po/ca.po
11615         * po/cs.po
11616         * po/de.po
11617         * po/el.po
11618         * po/fr.po
11619         * po/it.po
11620         * po/pt_BR.po
11621         * po/sr.po
11622         * po/zh_CN.po
11623                 updated by Miquel Oliete, Tim, Stephan Sachse,
11624                 Stavros Giannouris, Fabien Vantard, Andrea
11625                 Spadaccini, Frederico Goncalves Guimaraes,
11626                 Aleksandar Urosevic, and Ralgh Young
11627
11628 2006-06-12 [colin]      2.2.3cvs13
11629
11630         * src/mbox.c
11631                 Add missing header
11632
11633 2006-06-11 [colin]      2.2.3cvs12
11634
11635         * src/msgcache.c
11636                 Verify that g_malloc() succeeded
11637
11638 2006-06-11 [colin]      2.2.3cvs11
11639
11640         * src/wizard.c
11641                 Add Face header to welcome mail
11642
11643 2006-06-10 [colin]      2.2.3cvs10
11644
11645         * src/textview.c
11646                 Revert previous (Forgot it changes the
11647                 margin on the whole mail)
11648
11649 2006-06-10 [colin]      2.2.3cvs9
11650
11651         * src/textview.c
11652                 Don't overlap long headers under (X-)Face
11653
11654 2006-06-10 [mones]      2.2.3cvs8
11655
11656         * manual/xml2pdf
11657                 allow generation of manual on systems lacking saxon binary
11658                 but with java and the saxon library installed
11659
11660         * po/es.po
11661                 updated for release
11662
11663 2006-06-09 [colin]      2.2.3cvs7
11664
11665         * src/summaryview.c
11666                 Fix leak when using Display Sender using Addressbook
11667
11668 2006-06-09 [colin]      2.2.3cvs6
11669
11670         * src/compose.c
11671         * src/folder.c
11672         * src/folderview.c
11673         * src/mimeview.c
11674         * src/summaryview.c
11675                 More leaks fixes
11676
11677 2006-06-09 [paul]       2.2.3cvs5
11678
11679         * AUTHORS
11680         * src/gtk/authors.h
11681         * tools/claws.i18n.status.pl
11682                 updated with new info
11683
11684 2006-06-09 [paul]       2.2.3cvs4
11685
11686         * README
11687                 updated
11688         * manual/ack.xml
11689                 add wwp to authors list
11690         * src/gtk/authors.h
11691                 update mine and Colin's addresses
11692
11693 2006-06-08 [colin]      2.2.3cvs3
11694
11695         * src/etpan/imap-thread.c
11696                 Fix leak on SSL cert check
11697
11698 2006-06-08 [colin]      2.2.3cvs2
11699
11700         * src/common/utils.c
11701                 Fix leak
11702
11703 2006-06-08 [paul]       2.2.3cvs1
11704
11705         * configure.ac
11706                 Update version number following
11707                 stable release
11708
11709 2006-06-07 [colin]      2.2.2cvs3
11710
11711         * src/msgcache.c
11712                 Fix catching cache read errors (guint instead of gint)
11713                 Prevent malloc'ing more than 8MB (means cache corruption)
11714
11715 2006-06-07 [paul]       2.2.2cvs2
11716
11717         * src/exporthtml.c
11718         * src/exportldif.c
11719         * src/mh.c
11720         * src/mutt.c
11721         * src/pine.c
11722         * src/common/utils.c
11723                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11724                 obey $HOME'
11725                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11726                 Thanks to Colin
11727
11728 2006-06-06 [paul]       2.2.2cvs1
11729
11730         * configure.ac
11731                 Update version number following
11732                 stable release
11733
11734 2006-06-06 [paul]       2.2.1cvs6
11735
11736         * src/matcher.c
11737                 fix  implicit declaration of
11738                 sylpheed_do_idle()
11739                 Patch by Fabien Vantard
11740
11741 2006-06-06 [paul]       2.2.1cvs5
11742
11743         * src/matcher.c
11744                 fix age_greater and age_lower so that they
11745                 mean what say and not '...or equal to'
11746                 Thanks to Colin
11747
11748 2006-06-06 [paul]       2.2.1cvs4
11749
11750         * src/textview.c
11751         * src/common/utils.c
11752                 fix URI check
11753                 Thanks to Colin
11754
11755 2006-06-05 [wwp]        2.2.1cvs3
11756
11757         * manual/fr/account.xml
11758                 minor language fixes (thanks to Fabien Vantard).
11759
11760 2006-06-05 [colin]      2.2.1cvs2
11761
11762         * src/prefs_folder_item.c
11763         * src/folderview.c
11764                 Allow recursive setting of properties 
11765                 for whole mailboxes
11766         * src/matcher.c
11767                 Don't freeze on 'test' filtering rule
11768
11769 2006-06-05 [colin]      2.2.1cvs1
11770
11771         * configure.ac
11772                 Update version number following
11773                 stable release
11774
11775 2006-06-04 [wwp]        2.2.0cvs82
11776
11777         * manual/glossary.xml
11778         * manual/account.xml
11779         * manual/fr/glossary.xml
11780         * manual/fr/account.xml
11781                 added glossary section and references/links related to the Face custom header.
11782
11783 2006-06-04 [colin]      2.2.0cvs81
11784
11785         * src/summaryview.c
11786                 Skip to next message on move with no
11787                 immediate execution
11788
11789 2006-06-04 [wwp]        2.2.0cvs80
11790
11791         * manual/xml2pdf
11792                 added sanity checks, exit when needed.
11793
11794 2006-06-03 [paul]       2.2.0cvs79
11795
11796         * src/prefs_receive.c
11797                 page name is now 'Receiving'
11798         * src/prefs_send.c
11799                 page name is now 'Sending'
11800
11801 2006-06-03 [colin]      2.2.0cvs78
11802
11803         * src/plugins/spamassassin/spamassassin_gtk.c
11804                 Autoswitch to Localhost if transport was previously
11805                 disabled. Else people had to check [] Enable, then
11806                 *reselect* transport.
11807
11808 2006-06-03 [colin]      2.2.0cvs77
11809
11810         * src/plugins/pgpinline/pgpinline.c
11811         * src/plugins/pgpmime/pgpmime.c
11812                 Check that gpg_data_release_and_get_mem 
11813                 didn't fail (now, why this happens...)
11814
11815 2006-06-03 [colin]      2.2.0cvs76
11816
11817         * src/mbox.c
11818                 Fix bug #962 (Manual and/or UI should 
11819                 warn about incompatible locking 
11820                 causing dataloss)
11821
11822 2006-06-02 [cleroy]     2.2.0cvs75
11823
11824         * src/filtering.c
11825         * src/folder.c
11826         * src/procmsg.c
11827         * src/summaryview.c
11828                 Fix a few leaks
11829
11830 2006-06-02 [colin]      2.2.0cvs74
11831
11832         * src/main.c
11833                 On exit, free caches after writing them
11834                 Shuts up some valgrind false positives
11835         * src/procmsg.c
11836         * src/send_message.c
11837                 Fix races when reusing existing SMTP connections
11838                 Fix inexistant session timeout
11839         * src/toolbar.c
11840                 Display alertpanel after all queues have
11841                 been processed, not after each
11842
11843 2006-06-02 [wwp]        2.2.0cvs73
11844
11845         * manual/fr/glossary.xml
11846         * manual/fr/ack.xml
11847         * manual/ack.xml
11848                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11849
11850 2006-06-02 [wwp]        2.2.0cvs72
11851
11852         * manual/xml2pdf
11853         * manual/dist/pdf/Makefile.am
11854         * manual/dtd/manual.xsl
11855         * manual/fr/dist/pdf/Makefile.am
11856         * manual/pl/dist/pdf/Makefile.am
11857                 we changed the procedure to generate the .pdf version of the manual.
11858                 The procedure is more modern and the .pdf we get now has a valid index.
11859                 Here are the new pre-requisites:
11860
11861                 - JRE 1.x (1.4 here): there must be one from your distro
11862                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11863                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11864                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11865
11866                 See my posts for further info about the installation of this toolchain:
11867
11868                 Date: Fri, 19 May 2006 19:40:06 +0200
11869                 From: wwp <subscript@free.fr>
11870                 To: sylpheed-claws-devel@lists.sourceforge.net
11871                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11872
11873                 and
11874
11875                 Date: Wed, 24 May 2006 12:58:49 +0200
11876                 From: wwp <subscript@free.fr>
11877                 To: sylpheed-claws-devel@lists.sourceforge.net
11878                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11879
11880 2006-06-01 [colin]      2.2.0cvs71
11881
11882         * src/compose.c
11883                 Better guards against IMAP races
11884         * src/main.c
11885         * src/prefs_common.c
11886         * src/prefs_common.h
11887         * src/common/ssl_certificate.c
11888         * src/etpan/imap-thread.c
11889         * src/etpan/imap-thread.h
11890         * src/gtk/sslcertwindow.c
11891                 New hidden option ssl_skip_cert_check to 
11892                 avoid dups of bug #959 (libetpan linked
11893                 against gnutls and gnutls buggy on 64bit)
11894                 Present expired warning only once per
11895                 session/server.
11896         * manual/advanced.xml
11897         * manual/fr/advanced.xml
11898                 Document new option
11899
11900 2006-06-01 [wwp]        2.2.0cvs70
11901
11902         * src/messageview.c
11903                 fix for bug #961 (return receipt dialog 
11904                 complains incorrectly about return-path 
11905                 email adress being different), thanks 
11906                 to Colin.
11907
11908 2006-05-31 [cleroy]     2.2.0cvs69
11909
11910         * src/common/ssl.c
11911                 Guard against NULLs, although this
11912                 should never be an issue
11913
11914 2006-05-31 [colin]      2.2.0cvs68
11915
11916         * src/filtering.c
11917                 Use g_slist_prepend
11918         * src/imap.c
11919                 Don't remove caches when destroying folder, it
11920                 could (should) be done at exit
11921         * src/inc.c
11922                 free processing cache after incorporation
11923         * src/etpan/imap-thread.c
11924                 Maybe fix bug #959 (Crash on moving to emails 
11925                 to a imap account per ssl with a expired 
11926                 certificate.)
11927
11928 2006-05-30 [colin]      2.2.0cvs67
11929
11930         * src/summaryview.c
11931                 Put back event flush when displaying message
11932                 It avoids reading a bunch of messages just
11933                 by hitting shift-n for too long ;)
11934
11935 2006-05-29 [colin]      2.2.0cvs66
11936
11937         * src/summaryview.c
11938                 Remove useless g_warnings
11939
11940 2006-05-29 [colin]      2.2.0cvs65
11941
11942         * src/imap.c
11943                 Fix g_slist_append()s for performance
11944
11945 2006-05-29 [colin]      2.2.0cvs64
11946
11947         * src/compose.c
11948         * src/common/utils.c
11949                 Fix extraneous tab at start of addresses
11950         * src/mainwindow.c
11951                 Fix warnings (thanks to Fabien)
11952                 Fix crash at exit when composing messages 
11953                 exist
11954         * src/pop.c
11955                 Fix progress bar when deleting expired mails
11956                 Thanks to Hiro
11957         * src/summaryview.c
11958         * src/gtk/gtksctree.c
11959                 Fix re-sorting slowness
11960
11961 2006-05-29 [paul]       2.2.0cvs63
11962
11963         * src/mh.c
11964                 fetch full message when moving mails
11965                 from another mailbox, (fixed data loss
11966                 when filtering from IMAP to MH, introduced
11967                 in 2.2.0cvs57).
11968                 Thanks to Colin
11969
11970 2006-05-29 [mones]      2.2.0cvs62
11971
11972         * src/gtk/gtksctree.c
11973                 Unselect faster (patch by Colin)        
11974
11975 2006-05-26 [colin]      2.2.0cvs61
11976
11977         * src/summaryview.c
11978                 Unplug MSGINFO_UPDATE callback on delete too.
11979
11980 2006-05-26 [colin]      2.2.0cvs60
11981
11982         * src/foldersel.c
11983                 Fix bold in folder selection window with glib2.10
11984                 thanks Hiro
11985
11986 2006-05-26 [colin]      2.2.0cvs59
11987
11988         * src/procheader.c
11989                 Convert date only if necessary (and don't
11990                 try to convert from utf8 to utf8, too)
11991         * src/summaryview.c
11992                 Only set column's text if the column's 
11993                 displayed
11994
11995 2006-05-26 [colin]      2.2.0cvs58
11996
11997         * src/summaryview.c
11998         * src/gtk/gtkutils.c
11999                 Fix useless warning
12000
12001 2006-05-26 [colin]      2.2.0cvs57
12002
12003         * src/mainwindow.c
12004                 Make summaryview selectable as long as 
12005                 no message has focus
12006         * src/mh.c
12007                 Faster deletion (by implementing mh_remove_msgs)
12008                 Faster copy (avoid using mh_fetch_msg just to get
12009                 the filename)
12010                 Faster move (using move_file instead of copy_file
12011                 if MSG_IS_MOVE)
12012                 No progressbar if total number of mails to cp/mv 
12013                 is less than 100
12014         * src/summaryview.c
12015                 Fix removal from subject_table when mail gets moved
12016                 Faster deletion (g_slist_prepend instead of append)
12017         * src/gtk/gtksctree.c
12018                 Remove useless code
12019
12020 2006-05-25 [colin]      2.2.0cvs56
12021
12022         * src/common/ssl_certificate.c
12023                 Fix leak in expired cert check
12024
12025 2006-05-25 [colin]      2.2.0cvs55
12026
12027         * src/mh.c
12028                 Disable flags syncing on .mh_sequences - it
12029                 is buggy and marks mails read under unknown
12030                 conditions.
12031
12032 2006-05-25 [paul]
12033
12034         * 2.3.0-rc4 released
12035
12036 2006-05-24 [colin]      2.2.0cvs54
12037
12038         attention cvs users: if you manage to crash
12039         Sylpheed-Claws while moving, copying or deleting
12040         mails, we *are* interested in stack traces and
12041         valgrind logs. It looks stable, but one never
12042         knows...
12043
12044         * src/folder.c
12045                 Add progressbar for cache updates
12046         * src/folderutils.c
12047                 Optimize Mark all read in the current
12048                 folder
12049         * src/mh.c
12050                 Add progressbar for copy/move
12051         * src/procmsg.c
12052                 Optimize O(n^2) in copy/move
12053         * src/summaryview.c
12054         * src/gtk/gtksctree.c
12055                 Optimize O(n^2) algos
12056         * src/common/timing.h
12057                 Display ms instead of us
12058
12059 2006-05-24 [wwp]        2.2.0cvs53
12060
12061         * manual/fr/advanced.xml
12062                 updates to the French manual.
12063
12064 2006-05-24 [wwp]        2.2.0cvs52
12065
12066         * src/common/utils.c
12067                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12068
12069 2006-05-24 [wwp]        2.2.0cvs51
12070
12071         * src/folderutils.c
12072                 fixed "mark all read" in MH folders (thanks to Colin).
12073
12074 2006-05-24 [paul]       2.2.0cvs50
12075
12076         * doc/man/sylpheed-claws.1
12077                 updated the man page
12078
12079 2006-05-23 [colin]      2.2.0cvs49
12080
12081         * src/folderview.c
12082         * src/imap.c
12083         * src/inc.c
12084         * src/mbox.c
12085         * src/messageview.c
12086         * src/news.c
12087         * src/send_message.c
12088         * src/summaryview.c
12089         * src/gtk/sslcertwindow.c
12090                 alertpanel fixes, by Fabien
12091
12092 2006-05-23 [colin]      2.2.0cvs48
12093
12094         * src/folder.c
12095         * src/folderview.c
12096         * src/msgcache.c
12097         * src/summaryview.c
12098         * src/gtk/gtksctree.c
12099         * src/gtk/gtksctree.h
12100                 More timings
12101                 Fix slow loading problem, which was caused by the
12102                 use of some gtk_ctree funcs and their use of
12103                 g_list_position while gtk_ctree_(un)link'ing.
12104                 Reap more functions from gtkctree.c to be sure we
12105                 use our (fast) version instead of theirs.
12106         * src/mh.c
12107                 Fix copy of unread mails
12108
12109
12110 2006-05-22 [wwp]        2.2.0cvs47
12111
12112         * manual/fr/advanced.xml
12113                 updated.
12114
12115 2006-05-22 [colin]      2.2.0cvs46
12116
12117         * src/filtering.c
12118                 Fix possible infinite loop. 'copy' is not a 
12119                 final action, so when encountering a 'copy',
12120                 we have to check if a previous one was set
12121                 and do it. In the same way, if we encounter
12122                 a 'move' we have to perform a possibly 
12123                 pending 'copy'. This will slow down filtering
12124                 on IMAP if move+copy or multiple copy actions
12125                 are to be done, but handling it via the batch
12126                 would be really too convoluted.
12127
12128 2006-05-22 [wwp]        2.2.0cvs45
12129
12130         * manual/fr/advanced.xml
12131         * manual/fr/faq.xml
12132         * manual/fr/glossary.xml
12133         * manual/fr/handling.xml
12134         * manual/fr/intro.xml
12135         * manual/fr/plugins.xml
12136         * manual/fr/sylpheed-claws-manual.xml
12137                 sync w/ the english manual: updates URIs, documented mailing-list
12138                 support, better explanation about the enabled/disabled feature
12139                 in filtering/processing rules by Paul.
12140
12141 2006-05-21 [colin]      2.2.0cvs44
12142
12143         * src/summaryview.c
12144                 Don't expand after building threads, but during
12145
12146 2006-05-21 [colin]      2.2.0cvs43
12147
12148         * src/procmsg.c
12149         * src/summaryview.c
12150                 More timing possibilities... For next time I have 
12151                 to find out how the hell some 3GHz computer takes
12152                 one minute to open a 30k folder...
12153
12154 2006-05-21 [colin]      2.2.0cvs42
12155
12156         * manual/pl/advanced.xml
12157         * manual/pl/faq.xml
12158         * manual/pl/glossary.xml
12159         * manual/pl/handling.xml
12160         * manual/pl/intro.xml
12161         * manual/pl/plugins.xml
12162         * manual/pl/sylpheed-claws-manual.xml
12163                 Polish manual updated by Pawel
12164
12165 2006-05-20 [colin]
12166
12167         * 2.3.0-rc3 released
12168
12169 2006-05-20 [colin]      2.2.0cvs41
12170
12171         * src/imap.c
12172                 Fix -rc2 problems:
12173                 - remove cache of moved messages from original folder
12174                 - apply new flags to messages even if they aren't appliable
12175                   via IMAP.
12176
12177 2006-05-20 [colin]
12178
12179         * 2.3.0-rc2 released
12180
12181 2006-05-19 [colin]      2.2.0cvs40
12182
12183         * src/imap.c
12184                 Don't issue SELECT in imap_change_flags
12185                 before having checked that we indeed have
12186                 some flags to change. MSG_POSTFILTERED for
12187                 example can't be used on IMAP.
12188                 Fixes bug #955 (copying messages between 
12189                 imap folders is extremely slow), which was
12190                 a regression.
12191
12192 2006-05-19 [colin]      2.2.0cvs39
12193
12194         * src/folder.c
12195         * src/folder.h
12196         * src/folderview.c
12197                 Try to fix bug #830 (Some unread messages 
12198                 get marked read in IMAP inbox):
12199                 - Prevent scanning a folder if it's being 
12200                   opened via the GUI
12201                 - Postpone opening via the GUI of a folder
12202                   currently scanned.
12203
12204
12205 2006-05-19 [wwp]        2.2.0cvs38
12206
12207         * manual/advanced.xml
12208                 fix English+typo (thanks to Paul).
12209
12210 2006-05-19 [wwp]        2.2.0cvs37
12211
12212         * manual/advanced.xml
12213         * manual/fr/advanced.xml
12214         * src/gtk/logwindow.c
12215         * src/prefs_common.c
12216         * src/prefs_common.h
12217                 added hidden prefs to allow customization of colors used in
12218                 protocol log window (useful for dark gtk+ themes).
12219
12220 2006-05-19 [wwp]        2.2.0cvs36
12221
12222         * ChangeLog
12223                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12224
12225 2006-05-19 [paul]       2.2.0cvs35
12226
12227         * src/textview.c
12228                 make Reply-To fully clickable
12229         * src/gtk/logwindow.c
12230                 more colouring (SMTP ESMTP)
12231         Both patches by Pawel Pekala
12232
12233 2006-05-19 [cleroy]     2.2.0cvs34
12234
12235         * src/mh.c
12236                 Don't update flags from current folder
12237                 Probably fixes bug #935 (Read Messages 
12238                 Revert to Being Marked as Unread)
12239
12240 2006-05-18 [colin]      2.2.0cvs33
12241
12242         * src/imap.c
12243                 Warning fix
12244         * src/compose.c
12245         * src/mainwindow.c
12246         * src/summaryview.c
12247         * src/toolbar.c
12248                 Allow replying to multiple emails
12249                 in multiple windows
12250         * src/mimeview.c
12251         * src/etpan/imap-thread.c
12252                 Leak fixes
12253
12254 2006-05-18 [paul]       2.2.0cvs32
12255
12256         * src/summaryview.c
12257                 keep Mailing-List menu refreshed
12258                 Thanks to Colin
12259
12260 2006-05-18 [paul]       2.2.0cvs31
12261
12262         * manual/advanced.xml
12263         * manual/faq.xml
12264         * manual/glossary.xml
12265         * manual/handling.xml
12266         * manual/intro.xml
12267         * manual/plugins.xml
12268         * manual/sylpheed-claws-manual.xml
12269                 update URLs
12270                 add info about mailing-list support
12271                 edit filtering info
12272         * src/wizard.c
12273         * src/common/defs.h
12274         * src/gtk/about.c
12275         * src/plugins/dillo_viewer/README
12276                 update URLs
12277
12278 2006-05-17 [wwp]        2.2.0cvs30
12279
12280         * manual/handling.xml
12281         * manual/fr/handling.xml
12282                 documented the ability to enabled/disable filtering/processing rules.
12283
12284 2006-05-17 [colin]      2.2.0cvs29
12285
12286         * src/main.c
12287                 Don't initialize g_thread subsystem if it's 
12288                 already done (thanks to Hiro)
12289         * src/mimeview.c
12290                 Fix saving of parts when there name can't be
12291                 converted from UTF-8.
12292
12293 2006-05-17 [paul]       2.2.0cvs28
12294
12295         * po/Makefile.in.in
12296                 fix config.status warning with autoconf 2.60
12297
12298 2006-05-17 [paul]       2.2.0cvs27
12299
12300         * po/POTFILES.in
12301                 add src/mbox.c
12302
12303 2006-05-17 [wwp]        2.2.0cvs26
12304
12305         * src/mainwindow.c
12306                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12307
12308 2006-05-17 [wwp]        2.2.0cvs25
12309
12310         * src/plugins/demo/demo.c
12311                 updated product name in plugin demo (many plugins need to be
12312                 sync'ed w/ that change).
12313
12314 2006-05-17 [colin]      2.2.0cvs24
12315
12316         * src/mh.c
12317                 Fix leak
12318
12319 2006-05-16 [colin]      2.2.0cvs23
12320
12321         * src/mainwindow.c
12322                 Stupid me hit again. Fix cvs22.
12323
12324 2006-05-16 [colin]      2.2.0cvs22
12325
12326         * src/mainwindow.c
12327                 Fix bug #922 (sylpheed-claws crashed after 
12328                 pushing on Inbox folder)
12329
12330 2006-05-16 [colin]      2.2.0cvs21
12331
12332         * src/compose.c
12333                 Make From header be copy/paste/select-able
12334
12335 2006-05-16 [wwp]        2.2.0cvs20
12336
12337         * src/export.c
12338         * src/matcher.c
12339         * src/summaryview.c
12340         * src/etpan/imap-thread.c
12341                 fix some compiler warnings (thanks to Colin).
12342
12343 2006-05-16 [wwp]        2.2.0cvs19
12344
12345         * src/action.c
12346         * src/gedit-print.c
12347         * src/inc.c
12348         * src/mainwindow.c
12349         * src/mh.c
12350         * src/statusbar.c
12351         * src/send_message.c
12352         * src/summaryview.c
12353                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12354
12355 2006-05-15 [colin]      2.2.0cvs18
12356
12357         * src/procmsg.c
12358                 Fix automatic rule creation with List-Post
12359
12360 2006-05-15 [paul]       2.2.0cvs17
12361
12362         * tools/filter_conv_new.pl
12363                 updated for rule enabling/disabling
12364                 claws version >= 2.3.x required
12365
12366 2006-05-15 [cleroy]     2.2.0cvs16
12367
12368         * src/main.c
12369                 Revert test
12370
12371 2006-05-15 [cleroy]     2.2.0cvs15
12372
12373         * src/main.c
12374                 test
12375
12376 2006-05-15 [wwp]        2.2.0cvs14
12377
12378         * manual/pl/.cvsignore
12379                 ignore generated files.
12380
12381 2006-05-14 [wwp]        2.3.0-rc1
12382
12383         * 2.3.0-rc1 released
12384
12385 2006-05-13 [wwp]        2.2.0cvs13
12386
12387         * src/filtering.c
12388         * src/filtering.h
12389         * src/matcher.c
12390         * src/matcher_parser_lex.l
12391         * src/matcher_parser_parse.y
12392         * src/prefs_filtering.c
12393                 new feature: provide the ability to disable filtering and processing
12394                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12395                 adaptations.
12396
12397 2006-05-13 [colin]      2.2.0cvs12
12398
12399         * src/compose.c
12400                 Remove useless if (a) b; else b;
12401                 Thanks to wwp
12402
12403 2006-05-13 [wwp]        2.2.0cvs11
12404
12405         * src/export.c
12406         * src/import.c
12407         * src/mainwindow.c
12408         * src/mbox.c
12409         * src/summaryview.c
12410         * src/summaryview.h
12411                 no more silent failures (or at least less ones) when importing
12412                 or exporting from/to mbox. Also start importing/exporting if
12413                 the necessary info is set.
12414
12415 2006-05-13 [wwp]        2.2.0cvs10
12416
12417         * RELEASE_NOTES
12418                 restored up-to-date release notes.
12419
12420 2006-05-13 [paul]       2.2.0cvs9
12421
12422         * po/nl.po
12423         * po/ru.po
12424                 updated by Tim Dijkstra and Pavlo Bohmat
12425
12426 2006-05-12 [colin]      2.2.0cvs8
12427
12428         * src/gtk/quicksearch.c
12429                 Add "k" as shortcut for "colorlabel". Patch
12430                 by ath42@users.sf.net.
12431
12432 2006-05-12 [paul]       2.2.0cvs7
12433
12434         * src/prefs_common.h
12435         * src/prefs_summaries.c
12436         * src/summaryview.c
12437                 when entering a folder also allow
12438                 going directly to first Marked message
12439
12440 2006-05-12 [paul]       2.2.0cvs6
12441
12442         * src/summaryview.c
12443                 always obey 'confirm before marking all
12444                 mails read' option
12445
12446 2006-05-12 [paul]       2.2.0cvs5
12447
12448         * src/textview.c
12449                 make Sender fully clickable
12450
12451 2006-05-12 [colin]      2.2.0cvs4
12452
12453         * src/compose.c
12454         * src/compose.h
12455                 Let From be editable
12456         * src/main.c
12457         * src/mh.c
12458                 Full support of .mh_sequences' Unseen seq
12459
12460 2006-05-12 [colin]      2.2.0cvs3
12461
12462         * src/folder.c
12463         * src/mainwindow.c
12464         * src/mainwindow.h
12465         * src/messageview.c
12466         * src/prefs_spelling.c
12467         * src/procheader.c
12468         * src/procmsg.c
12469         * src/procmsg.h
12470         * src/summaryview.c
12471         * src/toolbar.c
12472         * src/toolbar.h
12473                 Add contextual menu on Compose toolbar
12474                 button. Fixes bug #944 (Automatic
12475                 addresses not applied when changing account
12476                 from compose window)
12477                 add Mailing List support
12478                 based on the old 0.6.5claws25 patch by
12479                 Melvin Hadasht, with finishing touches
12480                 by Colin
12481                 Fix "ignore thread" when mails are threaded by
12482                 subject (and weren't ignored although appearing
12483                 in the thread).
12484                 GUI rework.
12485                 Both patches by Pawel.
12486
12487 2006-05-08 [paul]       2.2.0cvs2
12488
12489         * src/mainwindow.c
12490         * src/mainwindow.h
12491         * src/messageview.c
12492         * src/procheader.c
12493         * src/procmsg.c
12494         * src/procmsg.h
12495         * src/summaryview.c
12496                 add Mailing List support
12497                 based on the old 0.6.5claws25 patch by 
12498                 Melvin Hadasht, with finishing touches
12499                 by Colin
12500
12501 2006-05-08 [colin]      2.2.0cvs1
12502
12503         * src/mainwindow.c
12504         * src/toolbar.c
12505         * src/toolbar.h
12506                 Add contextual menu on Compose toolbar 
12507                 button. Fixes bug #944 (Automatic 
12508                 addresses not applied when changing account 
12509                 from compose window)
12510
12511 2006-05-08 [paul]       2.2.0
12512
12513         2.2.0 released
12514
12515 2006-05-08 [paul]       2.1.1cvs51
12516
12517         * po/cs.po
12518         * po/de.po
12519         * po/en_GB.po
12520         * po/fi.po
12521         * po/fr.po
12522         * po/pt_BR.po
12523         * po/sr.po
12524         * po/zh_CN.po
12525                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12526                 Fabien Vantard, Frederico Goncalves Guimaraes,
12527                 Aleksandar Urosevic, and Ralgh Young
12528
12529 2006-05-12 [colin]      2.1.1cvs50
12530
12531         * po/cs.po
12532         * po/de.po
12533         * po/en_GB.po
12534         * po/es.po
12535         * po/fi.po
12536         * po/fr.po
12537         * po/pt_BR.po
12538         * po/sr.po
12539         * po/zh_CN.po
12540                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12541                 Fabien Vantard, Frederico Goncalves Guimaraes,
12542                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12543
12544 2006-05-05 [colin]      2.1.1cvs49
12545
12546         * manual/Makefile.am
12547         * manual/pl/Makefile.am
12548         * manual/pl/account.xml
12549         * manual/pl/ack.xml
12550         * manual/pl/addrbook.xml
12551         * manual/pl/advanced.xml
12552         * manual/pl/faq.xml
12553         * manual/pl/glossary.xml
12554         * manual/pl/gpl.xml
12555         * manual/pl/handling.xml
12556         * manual/pl/intro.xml
12557         * manual/pl/keyboard.xml
12558         * manual/pl/plugins.xml
12559         * manual/pl/starting.xml
12560         * manual/pl/sylpheed-claws-manual.xml
12561         * manual/pl/dist/.cvsignore
12562         * manual/pl/dist/Makefile.am
12563         * manual/pl/dist/html/.cvsignore
12564         * manual/pl/dist/html/Makefile.am
12565         * manual/pl/dist/pdf/.cvsignore
12566         * manual/pl/dist/pdf/Makefile.am
12567         * manual/pl/dist/ps/.cvsignore
12568         * manual/pl/dist/ps/Makefile.am
12569         * manual/pl/dist/txt/.cvsignore
12570         * manual/pl/dist/txt/Makefile.am
12571                 Add the polish translation of the manual,
12572                 Authored by Pawel Pekala.
12573
12574 2006-05-05 [cleroy]     2.1.1cvs48
12575
12576         * src/main.c
12577                 Re-read matcherrc after loading plugins 
12578                 if some of them add folders.
12579
12580 2006-05-03 [colin]      2.1.1cvs47
12581
12582         * src/imap.c
12583                 I'm idiot
12584
12585 2006-05-03 [colin]      2.1.1cvs46
12586
12587         * src/imap.c
12588                 Be sure to have a session when
12589                 getting separator
12590
12591 2006-05-03 [colin]      2.1.1cvs45
12592
12593         * src/imap.c
12594         * src/imap.h
12595         * src/imap_gtk.c
12596                 Fix preventing renaming with namespace 
12597                 separator.
12598
12599 2006-05-01 [colin]      2.1.1cvs44
12600
12601         * src/action.c
12602                 Don't reload messageview when result of
12603                 action is piped.
12604
12605 2006-04-29 [colin]      2.1.1cvs43
12606
12607         * src/prefs_receive.c
12608         * src/plugins/spamassassin/spamassassin_gtk.c
12609         * src/plugins/clamav/clamav_plugin_gtk.c
12610                 GUI fixes by Pawel
12611
12612 2006-04-29 [colin]      2.1.1cvs42
12613
12614         * src/prefs_compose_writing.c
12615         * src/prefs_quote.c
12616                 Cleanups. Patch by Pawel
12617
12618 2006-04-28 [paul]       2.1.1cvs41
12619
12620         * src/matcher.c
12621                 fix returned quick search results when search
12622                 term contains an underscore.
12623                 Thanks to Colin
12624
12625 2006-04-28 [paul]       2.1.1cvs40
12626
12627         * src/prefs_message.c
12628         * src/prefs_receive.c
12629                 GUI cleanups
12630                 Patches by Pawel Pekala
12631
12632 2006-04-27 [colin]      2.1.1cvs39
12633
12634         * src/wizard.c
12635                 Differentiate subject Welcome from
12636                 window's title Welcome
12637
12638 2006-04-27 [paul]
12639
12640         2.2.0-rc1 released
12641
12642 2006-04-27 [paul]       2.1.1cvs38
12643
12644         * manual/advanced.xml
12645         * manual/fr/advanced.xml
12646                 add info about compose_no_markup hidden pref
12647
12648 2006-04-27 [paul]       2.1.1cvs37
12649
12650         * src/prefs_account.c
12651                 improve privacy labels
12652         * src/prefs_msg_colors.c
12653                 change some strings for translators' convenience
12654         * src/gtk/gtkutils.c
12655                 don't underline the link button text
12656
12657 2006-04-25 [colin]      2.1.1cvs36
12658
12659         * src/folder.c
12660                 Complete 2.1.1cvs33 (once more ;)
12661
12662 2006-04-25 [colin]      2.1.1cvs35
12663
12664         * src/editldap.c
12665                 Fix tooltip
12666
12667 2006-04-25 [cleroy]     2.1.1cvs34
12668
12669         * src/compose.c
12670         * src/gtk/gtkaspell.c
12671                 Fix crash on redirect (related to the return 
12672                 of the aspell menu in compose's toolbar)
12673         * src/prefs_msg_colors.c
12674                 Fix sensitivity widgets
12675         * src/image_viewer.c
12676         * src/gtk/pluginwindow.c
12677         * src/gtk/prefswindow.c
12678                 Change released signals to clicked (Fabien)
12679         * po/POTFILES.in
12680         * src/common/socket.c
12681         * src/plugins/spamassassin/spamassassin.c
12682                 Translate strings (Fabien)
12683
12684 2006-04-25 [paul]       2.1.1cvs33
12685
12686         * src/folder.c
12687         * src/folder.h
12688         * src/folderview.c
12689                 complete the fix of bug #912
12690                 Thanks to Colin
12691
12692 2006-04-25 [colin]      2.1.1cvs32
12693
12694         * src/news.c
12695                 Better progress bar
12696         * src/mimeview.c
12697         * src/summaryview.c
12698         * src/summaryview.h
12699                 Fix focus chain
12700                 Patches by Pawel Pekala
12701
12702 2006-04-24 [colin]      2.1.1cvs31
12703
12704         * src/compose.c
12705                 Fix compilation warnings (Fabien)
12706
12707 2006-04-24 [colin]      2.1.1cvs30
12708
12709         * src/addrindex.c
12710         * src/editldap.c
12711         * src/editldap_basedn.c
12712         * src/editldap_basedn.h
12713         * src/ldapctrl.c
12714         * src/ldapctrl.h
12715         * src/ldapquery.c
12716         * src/ldaputil.c
12717         * src/ldaputil.h
12718                 Fix bug #901 (LDAPS support)
12719
12720 2006-04-24 [colin]      2.1.1cvs29
12721
12722         * src/compose.c
12723                 Fix logic on error with send dialog on
12724         * src/imap.c
12725                 Fix compilation without libetpan, thanks
12726                 to Fabien
12727         * src/summaryview.c
12728                 Fix 'context-menu' key
12729
12730 2006-04-23 [colin]      2.1.1cvs28
12731
12732         * src/folder.c
12733                 Never free current's cache to free up 
12734                 memory. Fixes bug #912 (new count 
12735                 randomly set to message count)
12736
12737 2006-04-23 [colin]      2.1.1cvs27
12738
12739         * src/gtk/quicksearch.c
12740                 And remove printf...
12741
12742 2006-04-23 [colin]      2.1.1cvs26
12743
12744         * src/gtk/quicksearch.c
12745                 Fix replacing in quicksearch, and fix inserting
12746                 in the middle of the string. (introduced at 2.1.0cvs22)
12747
12748 2006-04-23 [colin]      2.1.1cvs25
12749
12750         * src/imap.c
12751                 Make sure uidnext is initialized in get_num_list
12752                 (not for stable, related to 2.1.1cvs8 and friends)
12753
12754 2006-04-23 [colin]      2.1.1cvs24
12755
12756         * src/imap.c
12757                 Output something when login is successful
12758                 too
12759
12760 2006-04-23 [colin]      2.1.1cvs23
12761
12762         * src/etpan/imap-thread.c
12763                 Better logging (line-per-line, hide data in fetch)
12764                 Fix a const warning
12765         * src/gtk/logwindow.c
12766         * src/gtk/logwindow.h
12767                 Better logging (color for input/output)
12768
12769 2006-04-21 [colin]      2.1.1cvs22
12770
12771         * src/gtk/quicksearch.c
12772                 On gtk+-2.8, use stock buttons in quicksearch
12773                 Based on a patch by Fabien and a design by Paul
12774
12775 2006-04-21 [colin]      2.1.1cvs21
12776
12777         * src/folderview.c
12778         * src/mainwindow.c
12779                 Fix occasional flicker in folderview
12780         * src/common/utils.c
12781                 Fix bug #943 (Incorrectly parsed email address 
12782                 list in short headers on message view and in 
12783                 printouts)
12784
12785 2006-04-20 [colin]      2.1.1cvs20
12786
12787         * src/imap.c
12788         * src/imap.h
12789         * src/prefs_account.c
12790                 Add ANONYMOUS auth for IMAP
12791
12792 2006-04-20 [paul]       2.1.1cvs19
12793
12794         * src/main.c
12795                 proper fix for 2.1.1cvs18
12796                 Thanks to Colin
12797
12798 2006-04-20 [paul]       2.1.1cvs18
12799
12800         * src/main.c
12801                 fix build warnings
12802
12803 2006-04-20 [paul]       2.1.1cvs17
12804
12805         * src/gtk/quicksearch.c
12806                 fix standard, non-extended Quick search,
12807                 was broken in 2.1.1cvs15.
12808                 Thanks to Colin.
12809
12810 2006-04-20 [colin]      2.1.1cvs16
12811
12812         * src/prefs_matcher.c
12813                 Fix values when reselecting a ~test
12814                 rule
12815
12816 2006-04-19 [colin]      2.1.1cvs15
12817
12818         * src/compose.c
12819         * src/compose.h
12820         * src/gtk/gtkaspell.c
12821         * src/gtk/gtkaspell.h
12822                 Put back Options menu in Spelling/
12823         * src/gtk/quicksearch.c
12824                 Don't search, and show error, if the
12825                 advanced search has a syntax error
12826
12827 2006-04-18 [colin]      2.1.1cvs14
12828
12829         * src/textview.c
12830                 Fix gdk warnings on set_cursor when textview
12831                 isn't visible
12832
12833 2006-04-18 [colin]      2.1.1cvs13
12834
12835         * src/gtk/gtksctree.c
12836                 Remove seemingly useless refresh that causes
12837                 flicker - watch this commit in case of 
12838                 problems before planned backport to stable
12839
12840 2006-04-18 [colin]      2.1.1cvs12
12841
12842         * src/imap.c
12843                 Factorize get/set_xml code
12844         * src/compose.c
12845         * src/prefs_account.c
12846         * src/prefs_account.h
12847         * src/procmsg.c
12848                 Add Encrypt to self option
12849
12850 2006-04-17 [colin]      2.1.1cvs11
12851
12852         * configure.ac
12853                 Fix search on encrpyt function on dragonfly
12854                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12855
12856 2006-04-17 [colin]      2.1.1cvs10
12857
12858         * src/prefs_account.c
12859                 Be safe by default: remove mails from POP3
12860                 after 7 days, not immediately
12861
12862 2006-04-17 [colin]      2.1.1cvs9
12863
12864         * src/etpan/imap-thread.c
12865                 Fix build on DragonFly - patch by 
12866                 Jonathan Buschmann <jonthn@agmact.com>
12867
12868 2006-04-17 [colin]      2.1.1cvs8
12869
12870         * src/imap.c
12871                 Save uidnext between sessions
12872
12873 2006-04-17 [colin]      2.1.1cvs7
12874
12875         * src/imap.c
12876                 scan is required when uid validity changes
12877
12878 2006-04-17 [colin]      2.1.1cvs6
12879
12880         * src/folderview.c
12881                 Don't scan if not necessary, apart in current
12882                 folder and INBOX to fetch flags.
12883         * src/imap.c
12884                 Scan is necessary if unread count changes
12885
12886 2006-04-17 [colin]      2.1.1cvs5
12887
12888         * src/imap.c
12889                 ...But always fetch ANSWERED and DELETED flags for
12890                 INBOX, as filtering can happen on these flags.
12891
12892 2006-04-17 [colin]      2.1.1cvs4
12893
12894         * src/imap.c
12895                 Don't fetch REPLIED and DELETED flags when synchronising
12896                 flags with a closed folder. We only need UNSEEN and FLAGGED
12897                 to update the folderview.
12898
12899 2006-04-17 [colin]      2.1.1cvs3
12900
12901         * src/imap.c
12902                 Faster flag search when there are new mails 
12903                 in a folder. We can do a full search if the 
12904                 folder contains less messages than the new
12905                 list.
12906
12907 2006-04-17 [colin]      2.1.1cvs2
12908
12909         * po/cs.po
12910         * po/de.po
12911         * po/fr.po
12912         * po/nl.po
12913         * po/pt_BR.po
12914                 Update translations from stable branch
12915
12916 2006-04-17 [colin]      2.1.1cvs1
12917
12918         * configure.ac
12919                 Bump version to follow stable release
12920
12921 2006-04-16 [mones]      2.1.0cvs50
12922
12923         * po/es.po
12924                 Updated for release
12925
12926 2006-04-16 [colin]      2.1.0cvs49
12927
12928         * src/textview.c
12929                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12930                 with gtk < 2.8. Thanks to Fabien Vantard.
12931
12932 2006-04-15 [colin]      2.1.0cvs48
12933
12934         * src/etpan/imap-thread.c
12935                 Fix bug #919 (libetpan: SEGV when connecting 
12936                 using command)
12937
12938 2006-04-14 [colin]      2.1.0cvs47
12939
12940         * src/main.c
12941                 Fix race on --select (should be done better)
12942
12943 2006-04-14 [wwp]        2.1.0cvs46
12944
12945         * src/send_message.c
12946                 enforce a check for domain in account prefs (a sending
12947                 error could be faced if domain was checked but no value set),
12948                 thanks to Colin.
12949
12950 2006-04-14 [colin]      2.1.0cvs45
12951
12952         * src/codeconv.c
12953                 when converting from unknown to unknown, if the
12954                 string is UTF8, don't convert it to the locale
12955                 (which breaks it)
12956
12957 2006-04-14 [colin]      2.1.0cvs44
12958
12959         * src/compose.c
12960                 Don't try to use ASCII for converting headers
12961                 (as done in body)
12962
12963 2006-04-14 [paul]       2.1.0cvs43
12964
12965         * src/crash.c
12966                 add locale/charset info to crash report
12967         * src/gtk/about.c
12968                 add wwp to doc team
12969                 replace 'e-mail' with preferred 'email'
12970         * src/gtk/authors.h
12971                 ensure contributors list is in alphabetical
12972                 order
12973
12974 2006-04-13 [colin]      2.1.0cvs42
12975
12976         * src/textview.c
12977                 Prevent gdk warnings
12978
12979 2006-04-13 [colin]      2.1.0cvs41
12980
12981         * src/common/ssl_certificate.c
12982         * src/common/ssl_certificate.h
12983         * src/gtk/sslcertwindow.c
12984                 Warn on expired certs, and display the expiration date
12985
12986 2006-04-13 [colin]      2.1.0cvs40
12987
12988         * src/plugins/spamassassin/spamassassin_gtk.c
12989                 Fix missing set_text on unix socket
12990
12991 2006-04-13 [wwp]        2.1.0cvs39
12992
12993         * manual/fr/advanced.xml
12994         * manual/fr/glossary.xml
12995                 applied new spam/ham/email lexicon (pourriel, courriel)
12996
12997 2006-04-13 [paul]       2.1.0cvs38
12998
12999         * src/plugins/pgpmime/plugin.c
13000                 remove the mention of S/MIME from the
13001                 description. This is now handled by the
13002                 S/MIME plugin.
13003
13004 2006-04-13 [paul]       2.1.0cvs37
13005
13006         * src/prefs_msg_colors.c
13007                 rework dialog
13008         * src/prefs_folder_item.c
13009         * src/prefs_spelling.c
13010                 add a tooltip to the colour selector buttons
13011
13012 2006-04-13 [wwp]        2.1.0cvs36
13013
13014         * manual/advanced.xml
13015         * manual/glossary.xml
13016         * manual/handling.xml
13017         * manual/keyboard.xml
13018         * manual/plugins.xml
13019         * manual/starting.xml
13020         * manual/fr/account.xml
13021         * manual/fr/ack.xml
13022         * manual/fr/addrbook.xml
13023         * manual/fr/advanced.xml
13024         * manual/fr/faq.xml
13025         * manual/fr/glossary.xml
13026         * manual/fr/gpl.xml
13027         * manual/fr/handling.xml
13028         * manual/fr/intro.xml
13029         * manual/fr/keyboard.xml
13030         * manual/fr/plugins.xml
13031         * manual/fr/starting.xml
13032         * manual/fr/sylpheed-claws-manual.xml
13033                 fixes to the manuals:
13034                  - summaryview -> Message List (same in French)
13035                  - translate key names
13036                  - fix French punctuation, use non-breakable spaces when
13037                    necessary, don't use &thinsp; which is not portable
13038                  - tell what maildir and mbox formats we support
13039
13040 2006-04-12 [wwp]        2.1.0cvs35
13041
13042         * src/prefs_toolbar.c
13043                 unified a replace button more,
13044                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13045
13046 2006-04-12 [wwp]        2.1.0cvs34
13047
13048         * src/prefs_common.c
13049         * src/prefs_msg_colors.c
13050                 make default color labels translatable,
13051                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13052                 thanks to Tim <timbrain@post.cz> for reporting.
13053
13054 2006-04-12 [wwp]        2.1.0cvs33
13055
13056         * manual/glossary.xml
13057         * manual/intro.xml
13058         * manual/plugins.xml
13059         * manual/starting.xml
13060         * manual/sylpheed-claws-manual.xml
13061         * manual/fr/.cvsignore
13062         * manual/fr/account.xml
13063         * manual/fr/ack.xml
13064         * manual/fr/addrbook.xml
13065         * manual/fr/advanced.xml
13066         * manual/fr/faq.xml
13067         * manual/fr/glossary.xml
13068         * manual/fr/handling.xml
13069         * manual/fr/intro.xml
13070         * manual/fr/keyboard.xml
13071         * manual/fr/plugins.xml
13072         * manual/fr/starting.xml
13073         * manual/fr/sylpheed-claws-manual.xml
13074                 various fixes: typos, missing .fr translations, punctuation,
13075                 capitalization, links, accents and some bad French more.
13076
13077 2006-04-12 [wwp]        2.1.0cvs32
13078
13079         * src/prefs_gtk.c
13080                 fix for bug #935: always store prefs files in UTF-8 (thanks
13081                 to Colin).
13082
13083 2006-04-11 [colin]      2.1.0cvs31
13084
13085         * src/compose.c
13086                 Fix inserting files not in utf8 when locale is utf8
13087
13088 2006-04-11 [colin]      2.1.0cvs30
13089
13090         * src/inc.c
13091                 Don't show error dialog when cancelling connection
13092                 Patch by Pawel
13093
13094 2006-04-11 [cleroy]     2.1.0cvs29
13095
13096         * src/compose.c
13097                 Implement multiple quote levels
13098         * src/prefs_common.c
13099                 Change a little bit the quote bgcolor for 2nd level
13100
13101 2006-04-11 [colin]      2.1.0cvs28
13102
13103         * src/gtk/about.c
13104                 Add locale and charset in the label
13105
13106 2006-04-10 [colin]      2.1.0cvs27
13107
13108         * src/compose.c
13109         * src/prefs_common.c
13110         * src/prefs_common.h
13111         * src/prefs_msg_colors.c
13112         * src/textview.c
13113                 Allow optional background color in quotes
13114                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13115                 GTK+-2.8.x feature
13116
13117 2006-04-10 [colin]      2.1.0cvs26
13118
13119         * src/main.c
13120         * src/mainwindow.c
13121         * src/mainwindow.h
13122                 Implement --select
13123
13124 2006-04-10 [colin]      2.1.0cvs25
13125
13126         * manual/plugins.xml
13127         * manual/fr/plugins.xml
13128                 Document libcurl's proxy variables
13129
13130 2006-04-09 [colin]      2.1.0cvs24
13131
13132         * src/prefs_common.c
13133                 gettext() returns statically allocated stuff. We have
13134                 to strdup it in order to be able to free it.
13135
13136 2006-04-09 [colin]      2.1.0cvs23
13137
13138         * AUTHORS
13139         * src/gtk/authors.h
13140                 Add Alexei
13141
13142 2006-04-09 [colin]      2.1.0cvs22
13143
13144         * src/mainwindow.c
13145         * src/gtk/quicksearch.c
13146                 Fix bug #859 (problems with cyrilic input in 
13147                 search panel) - Patch by Alexey Illarionov 
13148                 <littlesavage@rambler.ru>
13149
13150 2006-04-09 [colin]      2.1.0cvs21
13151
13152         * src/prefs_customheader.c
13153                 I prefer removing then freeing rather than the contrary
13154                 (even if it doesn't change anything ;-)
13155         * src/prefs_account.c
13156                 Fix bug #933 (Crash re-entering the custom headers list 
13157                 dialog in accounts prefs)
13158                 The problem happened when cancelling the Account 
13159                 Preferences' dialogs - in which case we didn't do 
13160                 anything to the PrefsAccount * struct. In case of applying,
13161                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13162                 working with in this dialog. The problem is that 
13163                 prefs_customheader.c, working on this tmp_ac_prefs, always
13164                 changes the ->customhdr_list pointer, even when cancelled. 
13165                 So in case of cancelling the prefs_account dialog, we still
13166                 have to update ->customhdr_list in the real account.
13167
13168 2006-04-08 [colin]      2.1.0cvs20
13169
13170         * manual/fr/glossary.xml
13171         * manual/fr/keyboard.xml
13172                 Forgot some headers :)
13173
13174 2006-04-08 [colin]      2.1.0cvs19
13175
13176         * manual/Makefile.am
13177         * manual/fr/Makefile.am
13178         * manual/fr/account.xml
13179         * manual/fr/ack.xml
13180         * manual/fr/addrbook.xml
13181         * manual/fr/advanced.xml
13182         * manual/fr/faq.xml
13183         * manual/fr/glossary.xml
13184         * manual/fr/gpl.xml
13185         * manual/fr/handling.xml
13186         * manual/fr/intro.xml
13187         * manual/fr/keyboard.xml
13188         * manual/fr/plugins.xml
13189         * manual/fr/starting.xml
13190         * manual/fr/sylpheed-claws-manual.xml
13191         * manual/fr/dist/.cvsignore
13192         * manual/fr/dist/Makefile.am
13193         * manual/fr/dist/html/.cvsignore
13194         * manual/fr/dist/html/Makefile.am
13195         * manual/fr/dist/pdf/.cvsignore
13196         * manual/fr/dist/pdf/Makefile.am
13197         * manual/fr/dist/ps/.cvsignore
13198         * manual/fr/dist/ps/Makefile.am
13199         * manual/fr/dist/txt/.cvsignore
13200         * manual/fr/dist/txt/Makefile.am
13201                 Add the french translation of the manual. Thanks to
13202                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13203                 account.xml, ack.xml, addrbook.xml and advanced.xml
13204
13205 2006-04-08 [colin]      2.1.0cvs18
13206
13207         * manual/plugins.xml
13208         * manual/starting.xml
13209                 More fixes
13210
13211 2006-04-07 [colin]      2.1.0cvs17
13212
13213         * manual/faq.xml
13214         * manual/intro.xml
13215         * manual/keyboard.xml
13216                 Little fixes
13217
13218 2006-04-07 [colin]      2.1.0cvs16
13219
13220         * README
13221         * src/compose.c
13222         * src/prefs_common.c
13223         * src/prefs_common.h
13224                 Add hidden compose_no_markup pref
13225
13226 2006-04-07 [wwp]        2.1.0cvs15
13227
13228         * src/summary_search.c
13229         * .cvsignore
13230                 Bugfix: stop button was sticky when searching in an empty folder.
13231                 Applied curly brackets code style to the whole file (summary_search.c).
13232                 More files to ignore.
13233
13234 2006-04-07 [wwp]        2.1.0cvs14
13235
13236         * src/message_search.c
13237         * src/summary_search.c
13238                 changed default button when search bumps at file/folder
13239                 beginning or end, for convenience (thanks to Colin).
13240
13241 2006-04-07 [paul]       2.1.0cvs13
13242
13243         * src/plugins/dillo_viewer/dillo_prefs.c
13244                 avoid future potential for namespace collision
13245                 Patch by Colin
13246
13247 2006-04-06 [wwp]        2.1.0cvs12
13248
13249         * src/summary_search.c
13250                 Unify extended/advanced searches names (and thus factorize labels),
13251                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13252
13253 2006-04-06 [wwp]        2.1.0cvs11
13254
13255         * src/folderview.c
13256         * src/prefs_themes.c
13257         * src/summaryview.c
13258                 Fixed some compilation warnings.
13259
13260 2006-04-06 [colin]      2.1.0cvs10
13261
13262         * manual/advanced.xml
13263                 Document the wizard template and how to deploy
13264                 Sylpheed-Claws effectively
13265
13266 2006-04-06 [colin]      2.1.0cvs9
13267
13268         * src/folderview.c
13269                 gettext patch to tell translators about _("#"),
13270                 by Maxim Britov
13271
13272 2006-04-06 [colin]      2.1.0cvs8
13273
13274         * src/textview.c
13275                 Fix invalid GtkTextBIter after clicking "Display as text"
13276
13277 2006-04-06 [mones]      2.1.0cvs7
13278
13279         * src/addr_compl.c
13280         * src/addrindex.c
13281         * src/addritem.c
13282         * src/codeconv.c
13283         * src/compose.c
13284         * src/filtering.c
13285         * src/folder.c
13286         * src/folder_item_prefs.c
13287         * src/folderview.c
13288         * src/localfolder.c
13289         * src/matcher.c
13290         * src/mimeview.c
13291         * src/prefs_msg_colors.c
13292         * src/prefs_spelling.c
13293         * src/prefs_themes.c
13294         * src/procmime.c
13295         * src/procmsg.c
13296         * src/stock_pixmap.c
13297         * src/summaryview.c
13298         * src/textview.c
13299         * src/toolbar.c
13300         * src/common/mgutils.c
13301         * src/common/prefs.c
13302         * src/common/ssl_certificate.c
13303         * src/gtk/colorlabel.c
13304         * src/gtk/quicksearch.c
13305         * src/plugins/pgpmime/pgpmime.c
13306         * src/plugins/spamassassin/spamassassin.c
13307                 Removed redundant NULL checks for g_free() calls.
13308                 Patch by Pawel Pekala.
13309
13310 2006-04-06 [mones]      2.1.0cvs6
13311
13312         * src/prefs_actions.c
13313         * src/prefs_filtering.c
13314         * src/prefs_filtering_action.c
13315         * src/prefs_matcher.c
13316         * src/prefs_template.c
13317         * src/gtk/gtkutils.c
13318         * src/gtk/gtkutils.h
13319                 Have a nice replace button. Patch by Pawel Pekala
13320
13321 2006-04-06 [colin]      2.1.0cvs5
13322
13323         * src/addressbook.c
13324                 Fix crash with empty columns
13325
13326 2006-04-05 [colin]      2.1.0cvs4
13327
13328         * src/wizard.c
13329         * src/prefs_gtk.c
13330                 Allow wizard customization with pre-filled values
13331
13332 2006-04-05 [colin]      2.1.0cvs3
13333
13334         * src/textview.c
13335         * src/mimeview.c
13336         * src/mimeview.h
13337                 Nicer messages in mimeview
13338
13339 2006-04-05 [colin]      2.1.0cvs2
13340
13341         * src/addressbook.c
13342         * src/prefs_summaries.c
13343                 i18n fix
13344
13345 2006-04-05 [colin]      2.1.0cvs1
13346
13347         * src/plugins/pgpcore/plugin.c
13348         * src/plugins/pgpcore/select-keys.c
13349         * src/plugins/pgpcore/select-keys.h
13350         * src/plugins/pgpcore/sgpgme.c
13351         * src/plugins/pgpcore/sgpgme.h
13352         * src/plugins/pgpinline/pgpinline.c
13353         * src/plugins/pgpinline/plugin.c
13354         * src/plugins/pgpmime/pgpmime.c
13355         * src/plugins/pgpmime/plugin.c
13356                 Factorize and generalize a bit 
13357                 Drop S/MIME signature verification from PGP/MIME
13358                 (adding it as another, more complete plugin)
13359
13360 2006-04-05 [paul]       2.1.0
13361
13362         2.1.0 released
13363
13364 2006-04-05 [paul]       2.0.0cvs186
13365
13366         * manual/advanced.xml
13367                 add info on colour labels
13368
13369 2006-04-05 [paul]       2.0.0cvs185
13370
13371         * po/bg.po
13372         * po/cs.po
13373         * po/de.po
13374         * po/el.po
13375         * po/en_GB.po
13376         * po/fi.po
13377         * po/fr.po
13378         * po/it.po
13379         * po/nl.po
13380         * po/pl.po
13381         * po/pt_BR.po
13382         * po/sr.po
13383         * po/zh_CN.po
13384                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13385                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13386                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13387                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13388         * src/gtk/authors.h
13389         * tools/claws.i18n.status.pl
13390                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13391                 and new Czech translator, Tim <timbrain@post.cz>
13392
13393 2006-04-05 [mones]      2.0.0cvs184
13394
13395         * po/es.po
13396                 Updated translation
13397
13398 2006-04-05 [colin]      2.0.0cvs183
13399
13400         * src/gtk/quicksearch.c
13401                 Fix bug #929 (unnecessary reload in quick search bar)
13402
13403 2006-04-05 [colin]      2.0.0cvs182
13404
13405         * src/compose.c
13406                 Fix crash on Reply with no From:
13407                 Show signature and conversion error on queuing 
13408                 (but not sending)
13409         * src/mainwindow.c
13410         * src/summaryview.c
13411         * src/summaryview.h
13412                 Factorize threading code and make sure msginfo 
13413                 is not null when it comes from a GtkCTreeRow's 
13414                 data
13415         * src/gtk/gtkaspell.c
13416                 Check for necessary things
13417         * src/gtk/gtksctree.c
13418         * src/gtk/gtksctree.h
13419                 Reset anchor if necessary when removing node
13420
13421 2006-03-29 [colin]      2.0.0cvs181
13422
13423         * src/folderview.c
13424                 Warn for disabled IMAP accounts (due to lack of
13425                 libetpan). Breaks string-freeze - sorry - but it
13426                 is kind of important ;)
13427
13428 2006-03-28 [colin]      2.0.0cvs180
13429
13430         * src/gtk/gtkutils.c
13431         * src/gtk/gtkutils.h
13432                 Add a gtkut_get_link_btn() function that
13433                 creates a button which acts like an URI
13434         * src/prefs_themes.c
13435         * src/gtk/about.c
13436                 Use this function (factorizes codes)
13437         * src/common/defs.h
13438         * src/gtk/pluginwindow.c
13439                 Add a "Get more..." in the plugins window
13440
13441 2006-03-28 [colin]      2.0.0cvs179
13442
13443         * src/common/smtp.c
13444         * src/common/passcrypt.c
13445         * src/undo.c
13446                 Warning fixes. Patch by Pawel Pekala
13447
13448 2006-03-27 [colin]      2.0.0cvs178
13449
13450         * src/undo.c
13451                 Fix undoing by blocks with spaces
13452
13453 2006-03-27 [colin]      2.0.0cvs177
13454
13455         * src/textview.c
13456                 Set margin to 3px for headers
13457
13458 2006-03-27 [paul]
13459
13460         2.1.0-rc2 released
13461
13462 2006-03-27 [wwp]        2.0.0cvs176
13463
13464         * src/summaryview.c
13465                 don't reset quicksearch when updating the message list.
13466                 Thanks to Colin.
13467
13468 2006-03-26 [wwp]        2.0.0cvs175
13469
13470         * src/compose.c
13471                 use a unified border width ('other' tab in the compose window,
13472                 patch by Pawel Pekala).
13473
13474
13475 2006-03-26 [wwp]        2.0.0cvs174
13476
13477         * src/common/quoted-printable.c
13478         * src/addressbook.c
13479                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13480
13481 2006-03-26 [colin]      2.0.0cvs173
13482
13483         * src/quote_fmt_parse.y
13484                 Fix non-UTF8 date formats messing up the whole quote a 
13485                 little bit
13486
13487 2006-03-26 [colin]      2.0.0cvs172
13488
13489         * src/procheader.c
13490                 Make sure the date is UTF8 valid, or try to make it
13491                 so. IncrediMail is really IncrediStupid.
13492         * src/compose.c
13493                 Fix possible conversions. 
13494                 
13495
13496 2006-03-26 [colin]      2.0.0cvs171
13497
13498         * src/matcher.c
13499                 Fix corner cases in body search. This is still a
13500                 hack... It seems impossible to make it good and 
13501                 reasonably fast at the same time.
13502
13503 2006-03-26 [colin]      2.0.0cvs170
13504
13505         * src/summaryview.c
13506                 I think I killed the twilight zone bug!
13507                 summary_select_node() flushes GTK events in order
13508                 to be able to center the view. But this also 
13509                 flushes keypresses like Ctrl-Alt-U, so this can
13510                 call summary_show from summary_select_node (itself
13511                 called from summary_show, etc.). And the summaryview
13512                 has to be unlocked in this function. So just locking
13513                 while processing GTK events, and bailing if locked, 
13514                 should fix it.
13515                 Fixes bug #927 (SIGSEGV during Update Summary)
13516
13517 2006-03-25 [colin]      2.0.0cvs169
13518
13519         * src/matcher.c
13520                 Fix search in QP-encoded bodies
13521                 Fix utf-8 searches in bodies encoded in the
13522                 locale's encoding
13523         * src/common/quoted-printable.c
13524         * src/common/quoted-printable.h
13525                 Add a decode function that doesn't overwrite
13526                 the original pointer
13527                 
13528
13529 2006-03-24 [colin]      2.0.0cvs168
13530
13531         * src/action.c
13532         * src/summaryview.c
13533         * src/summaryview.h
13534                 Update message cache after action
13535                 Patch by H. Merijn Brand
13536         * src/prefs_msg_colors.c
13537                 Factorize label 
13538                 Patch by Fabien Vantard
13539         * src/plugins/spamassassin/spamassassin_gtk.c
13540                 Remove useless translation
13541                 Patch by Fabien Vantard
13542
13543 2006-03-23 [colin]      2.0.0cvs167
13544
13545         * src/common/ssl.c
13546                 Let 30 seconds to SSL_connect
13547
13548 2006-03-23 [wwp]        2.0.0cvs166
13549
13550         * src/summaryview.c
13551         * src/gtk/description_window.c
13552                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13553                 and headers are translated; adjust description windows' width to fit their
13554                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13555
13556 2006-03-23 [paul]       2.0.0cvs165
13557
13558         * src/common/utils.c
13559                 fix highlighting of URIs containing "()"
13560                 (2.0.0cvs164's reversal fixed)
13561                 Thanks to Colin.
13562
13563 2006-03-23 [paul]       2.0.0cvs164
13564
13565         * src/common/utils.c
13566                 revert patch, (postponing a fix), at 2.0.0cvs120
13567                 as it breaks more URIs than it fixes.
13568                 Allow '-' to be a terminating character in a URI
13569
13570 2006-03-22 [colin]      2.0.0cvs163
13571
13572         * configure.ac
13573                 Require libetpan 0.45
13574                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13575
13576 2006-03-22 [paul]       2.0.0cvs162
13577
13578         * src/editgroup.c
13579                 replace '<-' and '->' buttons with GTK_STOCK graphical
13580                 buttons
13581         * src/summary_search.c
13582                 don't offer '...' for translation
13583                 add a tooltip to advanced search '...' button
13584         * src/gtk/quicksearch.c
13585                 don't offer '...' for translation
13586
13587 2006-03-21 [colin]      2.0.0cvs161
13588
13589         * src/compose.c
13590                 Fix middle-click pasting (insert at click
13591                 position instead of cursor position, don't
13592                 remove existing selection and allow pasting
13593                 our own selection)
13594         * src/addressbook.c
13595                 "LDAP Server" -> "LDAP servers"
13596
13597 2006-03-21 [wwp]        2.0.0cvs160
13598
13599         * src/etpan/imap-thread.c
13600                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13601
13602 2006-03-20 [colin]      2.0.0cvs159
13603
13604         * src/summaryview.c
13605                 Don't reload summaryview after an execute with no
13606                 move action
13607
13608 2006-03-19 [colin]      2.0.0cvs158
13609
13610         * src/addressbook.c
13611                 and put groups at the top, always
13612
13613 2006-03-19 [colin]      2.0.0cvs157
13614
13615         * src/addressbook.c
13616                 Order groups before names, as previously
13617
13618 2006-03-19 [colin]      2.0.0cvs156
13619
13620         * src/addressbook.c
13621                 - Sort case-unsensitive
13622                 - Put the sort arrow at opening too
13623
13624 2006-03-19 [wwp]        2.0.0cvs155
13625
13626         * src/addressbook.c
13627                 allow sorting by name/email/remarks, ensure that right-pane's contents
13628                 matches the left-pane selection (cleared when appropriate).
13629                 Patch by Pawel Pekala <c0rn@o2.pl>.
13630
13631 2006-03-18 [colin]      2.0.0cvs154
13632
13633         * src/textview.c
13634                 Fix text cursor ;)
13635
13636 2006-03-18 [colin]      2.0.0cvs153
13637
13638         * src/gtk/filesel.c
13639                 Make sure we hide the preview if we didn't get
13640                 a filename
13641
13642 2006-03-18 [colin]      2.0.0cvs152
13643
13644         * src/summaryview.c
13645                 Set cursor to watch for execution (fixes lack
13646                 of watch-cursor when dnd'ing hundreds of mails)
13647         * src/gtk/filesel.c
13648                 Check that mime type is 'image/*' before updating
13649                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13650
13651 2006-03-18 [colin]      2.0.0cvs151
13652
13653         * src/mainwindow.c
13654         * src/textview.c
13655         * src/textview.h
13656                 Put a watch cursor in textview too when the mainwindow's
13657                 cursor in a watch
13658
13659 2006-03-18 [colin]      2.0.0cvs150
13660
13661         * src/folder.c
13662                 Change wrong asserts to simple tests
13663
13664 2006-03-17 [colin]      2.0.0cvs149
13665
13666         * src/mainwindow.c
13667         * src/mainwindow.h
13668         * src/prefs_msg_colors.c
13669         * src/summaryview.c
13670         * src/summaryview.h
13671         * src/gtk/colorlabel.c
13672         * src/gtk/colorlabel.h
13673                 Add a color label menu in the main menubar
13674                 Add (fixed) accels Ctrl-{0-7} to change the color
13675                 They have to be fixed because the menu's dynamic,
13676                 the items are complex widgets, hence we can't use
13677                 a GtkItemFactory.
13678
13679
13680 2006-03-17 [wwp]        2.0.0cvs148
13681
13682         * src/compose.c
13683                 rollback few lines from my previous commit (those lines come from
13684                 a pending patch, accidentally commited, even if neutral as they are
13685                 commented out).
13686
13687 2006-03-17 [wwp]        2.0.0cvs147
13688
13689         * src/compose.c
13690                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13691                 applied code style/indentation to the modified function.
13692
13693 2006-03-17 [wwp]        2.0.0cvs146
13694
13695         * src/procmsg.c
13696         * src/compose.c
13697                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13698
13699 2006-03-17 [paul]
13700
13701         2.1.0-rc1 released
13702
13703 2006-03-17 [paul]       2.0.0cvs145
13704
13705         * src/main.c
13706                 addressbook_read_file() was called twice
13707         * src/textview.c
13708                 X-Mailer highlighting
13709
13710 2006-03-16 [colin]      2.0.0cvs144
13711
13712         * src/sourcewindow.c
13713         * src/sourcewindow.h
13714                 And the last one, in source window.
13715
13716 2006-03-16 [colin]      2.0.0cvs143
13717
13718         * src/compose.c
13719         * src/compose.h
13720                 Fix the same stuff in compose
13721
13722 2006-03-16 [colin]      2.0.0cvs142
13723
13724         * src/messageview.c
13725                 Complete the previous messageview crash fix
13726
13727 2006-03-16 [colin]      2.0.0cvs141
13728
13729         * src/procmsg.h
13730         * src/procmsg.c
13731         * src/folder.c
13732                 Fix POSTPROCESSING hook
13733                 Patch by H. Merijn Brand
13734
13735         * src/procmime.c
13736         * src/procmime.h
13737                 Parse Content-Location
13738
13739         * src/toolbar.c
13740         * src/messageview.c
13741         * src/messageview.h
13742                 Don't crash when a top-level MessageView has
13743                 been closed on us. Same problematic than
13744                 yesterday's quicksearch issue.
13745
13746 2006-03-15 [colin]      2.0.0cvs140
13747
13748         * src/gtk/quicksearch.c
13749                 Fix a bitchy race we didn't think about when we
13750                 added quicksearch cancellation:
13751                 If the search is not on cached fields, for example
13752                 body_part matchcase "stuff"
13753                 the matcher code has to get the whole message. If
13754                 we're on IMAP, that can be slow, and in order to
13755                 be non-blocking, the IMAP code idle loop processes
13756                 gtk events too. So it is possible to cancel a
13757                 quicksearch while the matcher is getting the mail's
13758                 body. After matcher got its body, it will start to
13759                 iterate over the matcher list that the Quicksearch's
13760                 clear_search_cb() just freed via prepare_matcher().
13761                 SIGSEGV ensues.
13762                 The fix consists of guarding the matcherlist_match()
13763                 call with a boolean 'matching'. If we reset the
13764                 quicksearch while matching is TRUE, we don't free
13765                 the matcherlist anymore like we did, but we set
13766                 another new flag, deferred_free, to TRUE. Then,
13767                 in quicksearch_match(), just after returning from
13768                 matcherlist_match() and unsetting the matching flag,
13769                 we check the deferred_free flag and do the
13770                 prepare_matcher() (which does the matcherlist_free)
13771                 for real, so we free the matcherlist once it's not
13772                 used anymore.
13773                 As all of this runs via the glib main loop, we
13774                 luckily don't need a mutex.
13775         * src/summaryview.c
13776                 Also, show progress while searching.
13777
13778
13779 2006-03-14 [colin]      2.0.0cvs139
13780
13781         * src/alertpanel.c
13782                 Make alertpanel_is_open non-static
13783
13784 2006-03-14 [colin]      2.0.0cvs138
13785
13786         * src/prefs_spelling.c
13787                 Cleanups - Fabien Vantard
13788
13789 2006-03-14 [wwp]        2.0.0cvs137
13790
13791         * src/main.c
13792                 code style normalization (curly braces, indentation).
13793
13794 2006-03-14 [wwp]        2.0.0cvs137
13795
13796         * src/main.c
13797                 code style (braces, indentation)
13798
13799 2006-03-12 [paul]       2.0.0cvs136
13800
13801         * src/prefs_common.c
13802                 trans_hdr defaults to FALSE to be RFC-savvy
13803         * src/prefs_summaries.c
13804                 add a tooltip to the trans_hdr option
13805                 
13806
13807 2006-03-12 [paul]       2.0.0cvs135
13808
13809         * src/prefs_matcher.c
13810                 give a little more width to the combos
13811         * src/prefs_display_header.c
13812         * src/textview.c
13813                 translate headers if prefs_common.trans_hdr
13814                 is TRUE
13815
13816         Patches by Pawel Pekala
13817
13818 2006-03-12 [paul]       2.0.0cvs134
13819
13820         * src/plugins/clamav/clamav_plugin.c
13821         * src/plugins/dillo_viewer/dillo_viewer.c
13822         * src/plugins/pgpcore/plugin.c
13823         * src/plugins/pgpinline/plugin.c
13824         * src/plugins/pgpmime/plugin.c
13825         * src/plugins/spamassassin/spamassassin.c
13826                 update/add to descriptions
13827         * src/plugins/spamassassin/spamassassin_gtk.c
13828                 fixes to the english, remove superfluous
13829                 tooltips, clean up a little
13830
13831 2006-03-12 [paul]       2.0.0cvs133
13832
13833         * src/compose.c
13834                 fix Bug 924, 'Account combo box shows up wrong 
13835                 if & is in account name'
13836
13837 2006-03-11 [colin]      2.0.0cvs132
13838
13839         * src/summaryview.c
13840                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13841                 messed up shift-selection because is slows down
13842                 moving around summaryview. thanks -users
13843
13844 2006-03-10 [colin]      2.0.0cvs131
13845
13846         * src/plugins/spamassassin/spamassassin_gtk.c
13847                 Put back Paul's engrish fixes
13848
13849 2006-03-10 [colin]      2.0.0cvs130
13850
13851         * src/plugins/spamassassin/spamassassin.c
13852         * src/plugins/spamassassin/spamassassin.h
13853         * src/plugins/spamassassin/spamassassin_gtk.c
13854                 Cleanup SA prefs page (more)
13855                 Patch by Fabien Vantard
13856
13857 2006-03-10 [paul]       2.0.0cvs129
13858
13859         * src/prefs_msg_colors.c
13860         * src/prefs_spelling.c
13861                 widget sensitivity
13862
13863 2006-03-09 [mones]      2.0.0cvs128
13864
13865         * po/es.po
13866                 Update for next RC
13867
13868 2006-03-09 [wwp]        2.0.0cvs127
13869
13870         * configure.ac
13871                 revert accidental commit (requirement for libetpan 0.43), this time
13872                 not in HEAD.
13873
13874 2006-03-09 [wwp]        2.0.0cvs125
13875
13876         * configure.ac
13877                 revert accidental commit (requirement for libetpan 0.43)
13878
13879 2006-03-09 [paul]       2.0.0cvs126
13880
13881         * src/prefs_receive.c
13882                 remove useless frame
13883                 replace 'incorporation' with 'receiving'
13884         * src/plugins/clamav/clamav_plugin_gtk.c
13885         * src/plugins/spamassassin/spamassassin_gtk.c
13886                 improve widget sensitivity
13887                 fix a bit his engrish
13888
13889 2006-03-09 [wwp]        2.0.0cvs125
13890
13891         * src/addressadd.c
13892         * src/foldersel.c
13893         * src/prefs_common.c
13894         * src/prefs_common.h
13895                 remember some more windows' sizes (add to addressbook and
13896                 select folder).
13897
13898 2006-03-09 [paul]       2.0.0cvs124
13899
13900         * src/plugins/pgpcore/prefs_gpg.c
13901                 normalise construction of dialogue
13902
13903 2006-03-09 [paul]       2.0.0cvs123
13904
13905         * src/plugins/trayicon/Makefile.am
13906                 add missing slash
13907
13908 2006-03-08 [colin]      2.0.0cvs122
13909
13910         * src/plugins/trayicon/Makefile.am
13911                 Fix build in separate dir 
13912                 Patch by Bamanzi <bamanzi@gmail.com>
13913
13914 2006-03-08 [colin]      2.0.0cvs121
13915
13916         * src/procmsg.c
13917                 Batch move and copies from summaryview with delayed execution
13918                 too
13919
13920 2006-03-07 [paul]       2.0.0cvs120
13921
13922         * src/common/utils.c
13923                 fix highlighting of URIs containing "()"
13924                 Patch by Pawel Pekala
13925
13926 2006-03-07 [paul]       2.0.0cvs119
13927
13928         * src/folder.c
13929         * src/folder.h
13930         * src/folderview.c
13931                 immediately do alphabetical resort when
13932                 changing a folder's name
13933                 Patch by Pawel Pekala
13934
13935 2006-03-07 [paul]       2.0.0cvs118
13936
13937         * src/news.c
13938         * src/news_gtk.c
13939                 when unsubscribing a newsgroup, remove the
13940                 folder and msgs in .sylpheed-claws/newscache
13941                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13942
13943 2006-03-07 [paul]       2.0.0cvs117
13944
13945         * src/textview.c
13946                 fix wrong Fake URL Warning
13947                 Thanks to Hiro
13948
13949 2006-03-07 [colin]      2.0.0cvs116
13950
13951         * src/imap.c
13952                 Return immediately when password dialog was
13953                 cancelled
13954         * src/gtk/inputdialog.c
13955                 Allow empty strings for passwords
13956
13957
13958 2006-03-06 [colin]      2.0.0cvs115
13959
13960         * src/imap.c
13961                 Prevent double-timeouts when connection fails
13962
13963 2006-03-06 [colin]
13964
13965         2.0.1-rc1 released
13966
13967 2006-03-06 [colin]      2.0.0cvs114
13968
13969         * src/imap.c
13970                 Refresh session during potentially long
13971                 operations
13972
13973 2006-03-06 [wwp]        2.0.0cvs113
13974
13975         * src/prefs_msg_colors.h
13976                 forgot that one (custom color labels).
13977
13978 2006-03-06 [wwp]        2.0.0cvs112
13979
13980         * src/prefs_common.c
13981         * src/prefs_common.h
13982         * src/prefs_msg_colors.c
13983         * src/summaryview.c
13984         * src/summaryview.h
13985         * src/gtk/colorlabel.c
13986         * src/gtk/colorlabel.h
13987                 colors in messages list are now customizable. Color values and names can
13988                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13989                 Thanks to Paul and Colin for their help with this longstanding patch!
13990
13991 2006-03-06 [wwp]        2.0.0cvs111
13992
13993         * src/textview.c
13994                 don't crash if (x)face is bad.
13995
13996 2006-03-05 [paul]       2.0.0cvs110
13997
13998         * AUTHORS
13999         * configure.ac
14000         * src/Makefile.am
14001         * src/common/Makefile.am
14002         * src/common/utils.h
14003         * src/etpan/imap-thread.c
14004         * src/gtk/authors.h
14005         * src/plugins/clamav/Makefile.am
14006         * src/plugins/demo/Makefile.am
14007         * src/plugins/dillo_viewer/Makefile.am
14008         * src/plugins/pgpcore/Makefile.am
14009         * src/plugins/pgpcore/passphrase.c
14010         * src/plugins/pgpinline/Makefile.am
14011         * src/plugins/pgpmime/Makefile.am
14012         * src/plugins/spamassassin/Makefile.am
14013         * src/plugins/trayicon/Makefile.am
14014                 fix builiding on cygwin
14015                 Patch by Ralgh Young <bamanzi@gmail.com>
14016
14017 2006-03-04 [wwp]        2.0.0cvs109
14018
14019         * manual/keyboard.xml
14020                 fix mixed up/down keys.
14021
14022 2006-03-04 [wwp]        2.0.0cvs108
14023
14024         * README
14025         * INSTALL
14026                 updated links to SpamAssassin.
14027
14028 2006-03-04 [wwp]        2.0.0cvs107
14029
14030         * manual/plugins.xml
14031         * src/plugins/spamassassin/README
14032                 updated SpamAssassin plugin docs to reflect new functional additions
14033                 (also fix/update/documents few technical stuff more, see the README).
14034
14035 2006-03-04 [wwp]        2.0.0cvs106
14036
14037         * src/prefs_message.c
14038                 normalized capitalization of message-prefs paths.
14039
14040 2006-03-04 [wwp]        2.0.0cvs105
14041
14042         * manual/advanced.xml
14043                 typo.
14044
14045 2006-03-03 [colin]      2.0.0cvs104
14046
14047         * src/plugins/clamav/clamav_plugin_gtk.c
14048                 Rework prefs page, patch by Fabien 
14049
14050 2006-03-03 [colin]      2.0.0cvs103
14051
14052         * src/plugins/clamav/clamav_plugin.c
14053                 Set error on all errors
14054
14055 2006-03-03 [colin]      2.0.0cvs102
14056
14057         * src/common/plugin.c
14058                 Initialize error to avoid crashing when a plugin fails
14059                 without setting error
14060
14061 2006-03-02 [wwp]        2.0.0cvs101
14062
14063         * configure.ac
14064                 fixed linker flags for libetpan support on Cygwin
14065                 (thanks to H.Merijn Brand).
14066
14067 2006-03-02 [wwp]        2.0.0cvs100
14068
14069         * src/addressbook.c
14070                 fix some AB error messages: one for punctuation and
14071                 one wrongly duplicate (thanks, maxbritov).
14072
14073 2006-03-02 [wwp]        2.0.0cvs99
14074
14075         * src/plugins/spamassassin/spamassassin.c
14076                 make sync calls to sa-learn/spamc to prevent
14077                 system (whatever local or client/server) overload.
14078
14079 2006-03-02 [colin]      2.0.0cvs98
14080
14081         * src/summaryview.c
14082                 Put the spam icon in the status column instead of the
14083                 mark one
14084
14085 2006-03-01 [colin]      2.0.0cvs97
14086
14087         * src/plugins/spamassassin/spamassassin.c
14088                 Fix segfault (g_file_set_contents fails for some 
14089                 reason and err==0x2f. Can't find out why with
14090                 valgrind, using working function :-)
14091
14092 2006-03-01 [colin]      2.0.0cvs96
14093
14094         * src/inc.c
14095                 Offline overriding: let 'No' be cached only 3 seconds
14096
14097 2006-03-01 [colin]      2.0.0cvs95
14098
14099         * src/addr_compl.c
14100         * src/addrbook.c
14101         * src/addressbook.c
14102         * src/addrindex.c
14103         * src/folder_item_prefs.c
14104         * src/headerview.c
14105         * src/imap.c
14106         * src/inc.c
14107         * src/ldif.c
14108         * src/mainwindow.c
14109         * src/mh.c
14110         * src/msgcache.c
14111         * src/prefs_common.h
14112         * src/prefs_msg_colors.c
14113         * src/procheader.c
14114         * src/procheader.h
14115         * src/procmime.c
14116         * src/procmsg.c
14117         * src/procmsg.h
14118         * src/send_message.h
14119         * src/simple-gettext.c
14120         * src/summaryview.c
14121         * src/summaryview.h
14122         * src/syldap.c
14123         * src/textview.c
14124         * src/undo.c
14125         * src/common/ssl_certificate.c
14126         * src/common/utils.c
14127         * src/gtk/colorsel.c
14128         * src/gtk/gtksctree.c
14129         * src/gtk/gtkshruler.c
14130         * src/plugins/trayicon/trayicon.c
14131                 #if 0 goes to /dev/null
14132
14133 2006-03-01 [colin]      2.0.0cvs94
14134
14135         * src/compose.c
14136         * src/imap.c
14137         * src/inc.c
14138         * src/inc.h
14139         * src/messageview.c
14140         * src/news.c
14141         * src/plugins/spamassassin/spamassassin.c
14142                 Allow to add information in the "working offline"
14143                 window
14144
14145 2006-03-01 [wwp]        2.0.0cvs93
14146
14147         * src/plugins/spamassassin/spamassassin.c
14148                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14149                 'cause it seems that calling `spamc ... < inputfile` with
14150                 g_spawn_(a)sync simply.. erm doesn't work :-).
14151
14152 2006-03-01 [wwp]        2.0.0cvs92
14153
14154         * src/toolbar.c
14155         * src/toolbar.h
14156                 simplify the adding of spam/ham button to the messageview toolbar
14157                 (it gets more clear now that the same button will be "Mark as spam"
14158                 or "Mark as ham" according to the current message status,
14159                 thanks to Colin).
14160
14161 2006-03-01 [wwp]        2.0.0cvs91
14162
14163         * src/messageview.c
14164         * src/procmsg.c
14165         * src/procmsg.h
14166         * src/summaryview.c
14167         * src/plugins/spamassassin/spamassassin.c
14168         * src/plugins/spamassassin/spamassassin.h
14169                 make learner callbacks return a status (0 for ok),
14170                 handle it in main code to avoid setting flags when learning failed,
14171                 don't learn on TCP if offline in spamassassin,
14172                 thanks to Colin.
14173
14174                 
14175
14176 2006-03-01 [wwp]        2.0.0cvs90
14177
14178         * src/compose.c
14179                 some work around the compose window's account menu,
14180                 patch by Fabien Vantard.
14181
14182 2006-03-01 [wwp]        2.0.0cvs89
14183
14184         * src/plugins/spamassassin/spamassassin.c
14185                 fixed bad logics, was using spamc in local mode and sa-learn
14186                 in remote mode (thanks, Colin).
14187
14188 2006-03-01 [wwp]        2.0.0cvs88
14189
14190         * src/plugins/spamassassin/spamassassin.c
14191         * src/plugins/spamassassin/spamassassin.h
14192         * src/plugins/spamassassin/spamassassin_gtk.c
14193                 made processing of emails w/ sa-plugin an option (default is TRUE),
14194                 fixed Engrish some tooltips, capitalization of some debug messages
14195                 and warnings. The spamassassin plugin now provides two separate
14196                 services: process emails upon incorporation and spamd training.
14197                 Both services (un)register independently but use some common
14198                 plugin settings (transport settings, spam storage location).
14199
14200 2006-02-28 [wwp]        2.0.0cvs87
14201
14202         * src/plugins/spamassassin/spamassassin.c
14203                 fix async flag to spamc cmdline execution (batch exec should
14204                 be asynchronous).
14205
14206 2006-02-27 [wwp]        2.0.0cvs86
14207
14208         * src/plugins/spamassassin/spamassassin.c
14209         * src/plugins/spamassassin/spamassassin.h
14210         * src/plugins/spamassassin/spamassassin_gtk.c
14211                 - added the ability to learn a remote spamassassin server (spamd),
14212                 using spamc.
14213                 - added the spamassassin option 'username', that applies to all
14214                 spamassassin operations (filtering, learning, local or remote).
14215                 The default username is the current unix user (if left blank
14216                 from gtk prefs or config file).
14217                 - commented out some unused code (notebook widget), removed unused
14218                 layout (hbox1).
14219                 - make more widgets sensitive to the transport type.
14220
14221 2006-02-27 [colin]      2.0.0cvs85
14222
14223         * src/plugins/spamassassin/spamassassin.c
14224                 Fix sa-learn call when offline
14225
14226 2006-02-27 [colin]      2.0.0cvs84
14227
14228         * configure.ac
14229         * src/Makefile.am
14230         * src/mainwindow.c
14231         * src/mainwindow.h
14232         * src/messageview.c
14233         * src/messageview.h
14234         * src/prefs_toolbar.c
14235         * src/procmsg.c
14236         * src/stock_pixmap.c
14237         * src/stock_pixmap.h
14238         * src/summaryview.c
14239         * src/toolbar.c
14240         * src/toolbar.h
14241         * src/pixmaps/ham_btn.xpm
14242         * src/pixmaps/spam.xpm
14243         * src/pixmaps/spam_btn.xpm
14244         * src/plugins/spamassassin/spamassassin.c
14245                 Add button in toolbar for spam learning
14246                 Fix a few bugs from the last related commit
14247                 Revert 1.9.6cvs23 which messed up shift-selection
14248
14249 2006-02-24 [colin]      2.0.0cvs83
14250
14251         * src/procmsg.c
14252         * src/summaryview.c
14253         * src/summaryview.h
14254         * src/plugins/spamassassin/spamassassin.c
14255         * src/plugins/spamassassin/spamassassin.h
14256         * src/plugins/spamassassin/spamassassin_gtk.c
14257                 Unregister learner when spamassassin is either
14258                 disabled or over tcp
14259
14260 2006-02-24 [colin]      2.0.0cvs82
14261
14262         * src/Makefile.am
14263         * src/mainwindow.c
14264         * src/mainwindow.h
14265         * src/procmsg.c
14266         * src/procmsg.h
14267         * src/stock_pixmap.c
14268         * src/stock_pixmap.h
14269         * src/summaryview.c
14270         * src/summaryview.h
14271         * src/gtk/icon_legend.c
14272         * src/pixmaps/spam.xpm  ** NEW FILE **
14273         * src/plugins/spamassassin/spamassassin.c
14274         * src/plugins/spamassassin/spamassassin_gtk.c
14275                 Add spam learning interface (Mark/Mark as 
14276                 (spam|ham) menus)
14277
14278 2006-02-24 [wwp]        2.0.0cvs81
14279
14280         * src/compose.c
14281         * src/compose.h
14282         * src/filtering.c
14283                 hide compose window when sending message in batch mode
14284                 (filtering: forward and redirect). Also fixed a wrong
14285                 value returned when sending failed, neutral anyway.
14286                 (Colin, me) 
14287
14288 2006-02-24 [wwp]        2.0.0cvs80
14289
14290         * src/mainwindow.c
14291                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14292
14293 2006-02-24 [paul]       2.0.0cvs79
14294
14295         * src/news.c
14296         * src/news.h
14297         * src/news_gtk.c
14298                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14299                 Thanks to Colin
14300
14301 2006-02-23 [colin]      2.0.0cvs78
14302
14303         * src/alertpanel.c
14304                 Change OK to Close in alertpanel with View log
14305                 button; add accel to View log. Patch by Fabien
14306                 Vantard
14307
14308 2006-02-23 [wwp]        2.0.0cvs77
14309
14310         * src/compose.c
14311                 silly me, there were much more tests to perform, since toolbars can
14312                 really have down to 1 element only.
14313
14314 2006-02-23 [wwp]        2.0.0cvs76
14315
14316         * commitHelper
14317                 fixed indentation from my previous commit. Fallback to VISUAL if
14318                 EDITOR is not set (and to vi, at last resort).
14319
14320 2006-02-23 [wwp]        2.0.0cvs75
14321
14322         * commitHelper
14323                 improved error detection (Colin, me).
14324
14325 2006-02-23 [wwp]        2.0.0cvs74
14326
14327         * src/prefs_toolbar.c
14328                 simplify and fix prefs/toolbars layouting. Combos' contents can
14329                 now be really displayed.
14330
14331 2006-02-23 [wwp]        2.0.0cvs73
14332         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14333         be really displayed.
14334
14335 2006-02-22 [wwp]        2.0.0cvs72
14336
14337         * src/compose.c
14338                 fix a typo in my previous commit (sorry!).
14339
14340 2006-02-22 [wwp]        2.0.0cvs71
14341
14342         * src/prefs_toolbar.c
14343                 fix a crash when adding separators to toolbars,
14344                 also fix some separator item information.
14345
14346 2006-02-22 [wwp]        2.0.0cvs70
14347
14348         * src/compose.c
14349                 fix a crash when redirecting (for instance) when compose window's
14350                 toolbar contents has been customized (when some buttons have been
14351                 removed in fact).
14352
14353 2006-02-21 [wwp]        2.0.0cvs69
14354
14355         * src/summaryview.c
14356         * src/gtk/pluginwindow.c
14357         * src/plugins/pgpcore/prefs_gpg.c
14358                 fix some compilation warnings (feat. remains of removed code).
14359
14360 2006-02-21 [wwp]        2.0.0cvs68
14361
14362         * src/gtk/gtkutils.c
14363                 fix two compilation issues, thanks to Stephan Sachse.
14364
14365 2006-02-20 [colin]      2.0.0cvs67
14366
14367         * src/mainwindow.c
14368                 Don't reselect displayed mail on refocus
14369                 This fixes actions misbehaving 
14370
14371 2006-02-20 [wwp]        2.0.0cvs66
14372
14373         * src/summaryview.c
14374         * src/gtk/gtksctree.c
14375         * src/gtk/gtkshruler.c
14376                 changed more runtime typecast checks.
14377
14378 2006-02-20 [wwp]        2.0.0cvs65
14379
14380         * src/summary_search.c
14381                 find all - summaryview refresh issue fixed, thanks to Colin.
14382
14383 2006-02-20 [wwp]        2.0.0cvs64
14384
14385         * src/gtk/gtkutils.c
14386                 better runtime typecast checks.
14387
14388 2006-02-20 [wwp]        2.0.0cvs63
14389
14390         * src/summary_search.c
14391                 enhancements to the summary search:
14392                         - add the ability to stop the running search
14393                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14394                         - don't search if no criteria (From/To/Subject/Body) is set
14395                         - ensure that a busy mouse pointer is always shown when searching,
14396                           show it even a bit earlier
14397
14398 2006-02-19 [colin]      2.0.0cvs62
14399
14400         * src/compose.c
14401         * src/imap.c
14402         * src/etpan/imap-thread.c
14403         * src/etpan/imap-thread.h
14404                 (Future) IMAP speed improvement on sending
14405                 Will require a libetpan update
14406         * src/summaryview.c
14407         * src/gtk/quicksearch.c
14408                 Make quicksearch clearable while running.
14409
14410 2006-02-17 [colin]      2.0.0cvs61
14411
14412         * src/imap.c
14413         * src/etpan/imap-thread.c
14414         * src/etpan/imap-thread.h
14415                 Check for IMAP certificates
14416                 ** Requires libetpan-0.42-cvs4 
14417                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14418
14419 2006-02-17 [colin]      2.0.0cvs60
14420
14421         * src/messageview.c
14422         * src/prefs_common.c
14423         * src/prefs_common.h
14424         * src/prefs_message.c
14425                 Add pref to display HTML-only mails with plugin, 
14426                 if possible (defaulting to FALSE of course).
14427
14428 2006-02-16 [colin]      2.0.0cvs59
14429
14430         * src/main.c
14431         * src/common/plugin.c
14432         * src/common/plugin.h
14433         * src/gtk/pluginwindow.c
14434                 Keep track of requested (but unloaded) plugins
14435                 in some error cases.
14436
14437 2006-02-16 [wwp]        2.0.0cvs58
14438
14439         * src/gtk/gtkaspell.c
14440         * src/gtk/gtkaspell.h
14441         * src/prefs_spelling.c
14442         * src/compose.c
14443         * src/prefs_common.c
14444         * src/prefs_common.h
14445                 implemented new optional spellchecker behaviour: re-check message when
14446                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14447
14448 2006-02-16 [wwp]        2.0.0cvs57
14449
14450         * src/quote_fmt_parse.y
14451                 pclose popen'ed pipe.
14452
14453 2006-02-15 [colin]      2.0.0cvs56
14454
14455         * src/mimeview.c
14456         * src/mimeview.h
14457                 Let MimeViewers know which MimeView they
14458                 depend of.
14459         * src/summaryview.c
14460                 Swap From/To columns in Sent/Queue/Drafts
14461                 folders
14462         * src/etpan/imap-thread.c
14463                 Use mailstream_low_tls_open() for STARTTLS
14464                 instead of mailstream_low_ssl_open()
14465                 ** REQUIRES libetpan 0.42cvs3 **
14466
14467 2006-02-15 [wwp]        2.0.0cvs55
14468
14469         * src/compose.c
14470         * src/compose.h
14471         * src/message_search.c
14472         * src/message_search.h
14473         * src/textview.c
14474         * src/gtk/gtkutils.c
14475         * src/gtk/gtkutils.h
14476                 added the ability to Find text in the compose window (and a bit
14477                 of code factorization).
14478
14479 2006-02-15 [wwp]        2.0.0cvs54
14480
14481         * src/prefs_gtk.c
14482                 yet another one file was missing (fix for some widgets' sensitivity).
14483                 Thanks Colin!
14484
14485 2006-02-15 [wwp]        2.0.0cvs53
14486
14487         * src/prefs_gtk.h
14488                 oops forgot that file (fix for some widgets' sensitivity).
14489
14490 2006-02-15 [wwp]        2.0.0cvs52
14491
14492         * src/summary_search.c
14493                 implemented advanced summary search options (added the ability
14494                 to use matcher conditions in an advanced search mode).
14495
14496 2006-02-15 [wwp]        2.0.0cvs51
14497
14498         * src/plugins/pgpcore/prefs_gpg.c
14499         * src/prefs_account.c
14500                 fix some widget sensitivity, mostly around some labels in
14501                 account prefs.
14502
14503 2006-02-15 [paul]       2.0.0cvs50
14504
14505         * manual/advanced.xml
14506                 improve Templates info
14507                 written by wwp
14508
14509 2006-02-14 [colin]      2.0.0cvs49
14510
14511         * src/pixmaps/address_book.xpm
14512         * src/pixmaps/preferences.xpm
14513         * src/pixmaps/properties.xpm
14514                 Fix pixmap size - patch by Fabien Vantard
14515
14516 2006-02-13 [colin]      2.0.0cvs48
14517
14518         * src/procmime.c
14519                 Add missing fclose()s on error
14520         * src/textview.c
14521                 Remove unused code
14522         * src/common/utils.c
14523                 Fix temp files not being deleted on windows
14524         Patches by Thomas Gilgin
14525
14526 2006-02-13 [colin]      2.0.0cvs47
14527
14528         * src/mainwindow.c
14529                 Fix exit crash
14530
14531 2006-02-13 [wwp]        2.0.0cvs46
14532
14533         * src/plugins/pgpcore/prefs_gpg.c
14534                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14535
14536 2006-02-12 [colin]      2.0.0cvs45
14537
14538         * src/folderview.c
14539         * src/main.c
14540         * src/mainwindow.c
14541                 Fix "stuff" when quitting
14542
14543 2006-02-12 [wwp]        2.0.0cvs44
14544
14545         * src/prefs_themes.c
14546                 fix typos in debug messages.
14547
14548 2006-02-11 [colin]      2.0.0cvs43
14549
14550         * src/summaryview.c
14551                 don't allow drag/drop from ourself
14552
14553 2006-02-10 [wwp]        2.0.0cvs42
14554
14555         * src/exporthtml.c
14556         * src/html.c
14557         * src/html.h
14558         * src/procmime.c
14559         * src/textview.c
14560                 renamed html_ prefixed functions and data structures to avoid
14561                 namespace clashes w/ other software (gtkhtml2 for instance).
14562                 Closes bug #907.
14563
14564
14565 2006-02-09 [colin]      2.0.0cvs41
14566
14567         * src/summaryview.c
14568                 Fix shitty logic messed up. Thanks Ticho for the hint!
14569
14570 2006-02-09 [wwp]        2.0.0cvs40
14571
14572         * src/gtk/about.c
14573         * src/compose.c
14574         * src/prefs_account.c
14575         * src/prefs_gtk.h
14576         * src/editaddress.c
14577                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14578                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14579                 Browse buttons in accounts prefs.
14580
14581 2006-02-09 [colin]      2.0.0cvs39
14582
14583         * src/matcher.c
14584                 Check for pointer before using its members
14585         * src/gtk/gtksourceprintjob.c
14586                 Fix a wrong warning
14587
14588 2006-02-09 [wwp]        2.0.0cvs38
14589
14590         * src/gtk/filesel.c
14591                 fix few compiler warnings (type mismatch).
14592
14593 2006-02-09 [paul]       2.0.0cvs37
14594
14595         * po/fr.po
14596                 updated by Fabien Vantard
14597
14598 2006-02-08 [colin]      2.0.0cvs36
14599
14600         * src/prefs_common.c
14601         * src/common/defs.h
14602         * src/common/plugin.c
14603                 allow windows and linux configurations to coexist
14604                 patch by Thomas Gilgin
14605
14606 2006-02-08 [colin]      2.0.0cvs35
14607
14608         * src/filtering.c
14609         * src/matcher.c
14610         * src/matcher.h
14611         * src/matcher_parser_parse.y
14612         * src/prefs_filtering_action.c
14613         * src/prefs_matcher.c
14614                 Add the "Ignore thread" filtering
14615                 action
14616
14617 2006-02-08 [colin]      2.0.0cvs34
14618
14619         * src/compose.c
14620         * src/procmime.c
14621         * src/procmime.h
14622                 Fix bug #905 (damaged attachment)
14623                 text files with raw \0's aren't really text files
14624         FOR_STABLE
14625
14626 2006-02-08 [colin]      2.0.0cvs33
14627
14628         * src/summaryview.c
14629                 Fix crasher introduced yesterday
14630
14631 2006-02-08 [wwp]        2.0.0cvs32
14632
14633         * src/compose.c
14634         * src/compose.h
14635                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14636
14637 2006-02-08 [wwp]        2.0.0cvs31
14638
14639         * src/prefs_template.c
14640                 templates enhancement: allow address completion for Cc and Bcc fields
14641                 (it was currently possible for the To field only)
14642
14643 2006-02-08 [colin]      2.0.0cvs30
14644
14645         * src/compose.c
14646                 Don't unblock if not blocked
14647         FOR_STABLE
14648
14649 2006-02-07 [colin]      2.0.0cvs29
14650
14651         * src/action.c
14652                 Forgot to refresh summaryview
14653
14654 2006-02-07 [colin]      2.0.0cvs28
14655
14656         * src/action.c
14657                 Freeze/thaw message list and folder list while
14658                 processing %as{} actions 
14659         * src/compose.c
14660                 Fix auto-wrap disabling after a middle-click
14661                 paste - FOR_STABLE
14662
14663 2006-02-07 [paul]       2.0.0cvs27
14664
14665         * src/folder.c
14666                 fix freeing of uninitialised pointers
14667                 Thanks to Colin
14668
14669 2006-02-06 [colin]      2.0.0cvs26
14670
14671         * src/folder.c
14672                 Use g_slist_prepend in potentially big list
14673
14674 2006-02-06 [colin]      2.0.0cvs25
14675
14676         * src/folder.c
14677                 Completely skip processing if it doesn't 
14678                 exist (faster!)
14679
14680 2006-02-06 [colin]      2.0.0cvs24
14681
14682         * src/folder.c
14683         * src/summaryview.c
14684                 Batch filtering in summaryview (from Tools menu)
14685                 and pre/post//-processing too
14686
14687 2006-02-06 [colin]      2.0.0cvs23
14688
14689         * src/procmsg.h
14690         * src/filtering.c
14691                 Use a special field for batch filtering instead
14692                 of stepping on deferred execution's toes
14693
14694 2006-02-06 [colin]      2.0.0cvs22
14695
14696         * src/action.c
14697         * src/filtering.c
14698         * src/filtering.h
14699         * src/folder.c
14700         * src/summaryview.c
14701                 Fix filtering via menus and actions
14702
14703 2006-02-06 [colin]      2.0.0cvs21
14704
14705         * src/imap.c
14706                 Put the added file directly to cache if possible (will work
14707                 with next libetpan)
14708         * src/filtering.c
14709         * src/filtering.h
14710         * src/inc.c
14711         * src/folder.c
14712         * src/mbox.c
14713         * src/procmsg.h
14714                 Move and copy filtered messages by batches instead of one
14715                 by one - faster on IMAP
14716         * src/procmsg.c
14717                 Add a function that'll possibly be useful later
14718
14719 2006-02-06 [colin]      2.0.0cvs20
14720
14721         * src/addressbook.c
14722                 Use internal mime-type instead of text/plain for d'n'd
14723         * src/compose.c
14724                 Allow attaching files from mimeview's icon list via d'n'd
14725         * src/folderview.c
14726         * src/folderview.h
14727                 Use internal mime-type instead of text/plain for d'n'd
14728                 Don't try to selected opened folder if none is
14729                 Factorize d'n'd from other apps code
14730         * src/headerview.c
14731         * src/textview.c
14732         * src/gtk/gtkutils.c
14733         * src/gtk/gtkutils.h
14734                 Factorize Face/X-Face stuff
14735         * src/mimeview.c
14736                 Fix d'n'd to other apps
14737         * src/prefs_message.c
14738                 Let the XFace pref be usable without libcompface as it also
14739                 applies to Face
14740         * src/summaryview.c
14741                 Fix d'n'd to other apps
14742                 Factorize d'n'd from other apps code
14743
14744 2006-02-06 [wwp]        2.0.0cvs19
14745
14746         * po/it.po
14747                 Italian translation fixes by Andrea Spadaccini (no more confusion
14748                 between filtering and processing, and few changes in the About
14749                 dialog).
14750
14751
14752 2006-02-06 [mones]      2.0.0cvs18
14753
14754         * src/gtk/icon_legend.c
14755                 Improved descriptions allowing better translations
14756
14757 2006-02-05 [colin]      2.0.0cvs17
14758
14759         * src/imap.c
14760                 Add the f*cking missing expunge that caused imap_fetch_env
14761                 to fail after an add_msgs ! :-///
14762         * src/etpan/imap-thread.c
14763                 Add a bit of debug
14764         FOR_STABLE
14765
14766 2006-02-05 [colin]      2.0.0cvs16
14767
14768         * src/common/utils.c
14769                 Don't check for return-path (or we can't put
14770                 back non-sent mails)
14771
14772 2006-02-05 [colin]      2.0.0cvs15
14773
14774         * src/textview.c
14775                 Don't try to display Face header in textview
14776                 when teh headerview's active
14777
14778 2006-02-05 [colin]      2.0.0cvs14
14779
14780         * tools/tbird2syl.py
14781         * tools/Makefile.am
14782                 Add script to import Thunderbird mails
14783
14784 2006-02-05 [colin]      2.0.0cvs13
14785
14786         * src/headerview.c
14787         * src/procheader.c
14788         * src/procmsg.c
14789         * src/procmsg.h
14790         * src/textview.c
14791                 Show Face headers - patch partially by Klaus Flittner
14792
14793 2006-02-05 [colin]      2.0.0cvs12
14794
14795         * src/folderview.c
14796         * src/summaryview.c
14797         * src/common/utils.c
14798         * src/common/utils.h
14799                 Let dnd work from mime icons to summaryview
14800                 and to folderview too
14801                 Add a crude test to avoid trying to add files
14802                 drag'n'dropped when they're not mails
14803
14804 2006-02-04 [colin]      2.0.0cvs11
14805
14806         * src/summaryview.c
14807         * src/mimeview.c
14808                 Fix utf8 conversion
14809
14810 2006-02-04 [colin]      2.0.0cvs10
14811
14812         * src/compose.c
14813         * src/folderview.c
14814         * src/mimeview.c
14815         * src/summaryview.c
14816         * src/summaryview.h
14817                 Added various drag and drop capas:
14818                 From                    To
14819                 summaryview             other apps
14820                 mimeview icons          other apps
14821                 other apps              summaryview
14822                 other apps              folderview
14823
14824                 This shouldn't have broken the existing:
14825                 From                    To
14826                 summaryview             folderview
14827                 folderview              folderview
14828                 summaryview             compose's attachments
14829
14830         Tests welcomed.
14831
14832 2006-02-02 [paul]       2.0.0cvs9
14833
14834         * src/mainwindow.c
14835                 move global option 'Set displayed columns...' out
14836                 of folder option grouping.
14837                 fix sensitivity of 'harvest addresses'
14838         FOR_STABLE
14839
14840 2006-02-01 [colin]      2.0.0cvs8
14841
14842         * src/mimeview.c
14843                 Revert the alertpanel patch, it sucks (intrusive
14844                 and gets in the way of "open")
14845
14846 2006-02-01 [colin]      2.0.0cvs7
14847
14848         * src/compose.c
14849         * src/prefs_account.c
14850         * src/prefs_common.c
14851         * src/common/defs.h
14852         * src/common/utils.c
14853         * src/common/utils.h
14854                 Add ability to edit the signature file
14855                 from the account preferences, and use
14856                 a default for the text editor.
14857                 Patch by Fabien Vantard
14858
14859 2006-02-01 [colin]      2.0.0cvs6
14860
14861         * src/mimeview.c
14862                 Try to get mime type by extension if it is
14863                 application/octet-stream
14864                 Display a window with possible choices when
14865                 encountering unknown mime types
14866         * src/gtk/filesel.c
14867         * src/gtk/filesel.h
14868                 Add preview
14869                 Allow multiple selection in filtered filesel
14870                 (patch by Fabien Vantard)
14871         * src/gtk/pluginwindow.c
14872                 Use it (patch by Fabien Vantard)
14873
14874 2006-02-01 [paul]       2.0.0cvs5
14875
14876         * src/jpilot.c
14877                 fix crash on creating jpilot address book
14878                 Thanks to Colin - FOR_STABLE
14879         * src/prefs_summaries.c
14880         * src/prefs_wrapping.c
14881         * src/gtk/icon_legend.c
14882         * src/gtk/quicksearch.c
14883                 string fixes and additions
14884
14885 2006-02-01 [paul]       2.0.0cvs4
14886
14887         * src/compose.c
14888         * src/mainwindow.c
14889         * src/messageview.c
14890         * src/prefs_send.c
14891                 add Arabic encoding option
14892                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14893
14894 2006-01-31 [colin]      2.0.0cvs3
14895
14896         * src/plugins/pgpcore/passphrase.c
14897                 Convert passphrase to locale encoding
14898         * src/compose.c
14899                 Fix drafting on IMAP. Crappy bug sneaked in
14900                 the release :-/
14901         FOR_STABLE
14902
14903 2006-01-30 [paul]       2.0.0cvs2
14904
14905         * src/gtk/icon_legend.c
14906                 show the new entries
14907
14908 2006-01-30 [colin]      2.0.0cvs1
14909
14910         * src/manual.c
14911                 Check for the file to be present before 
14912                 enabling the menu - FOR_STABLE
14913         * src/gtk/icon_legend.c
14914                 Add folders icons (not all of them, there
14915                 are too much, but the most intriguing ones)
14916
14917 2006-01-30 [paul]       2.0.0
14918
14919         version 2.0.0 released
14920
14921 [For previous entries, see ChangeLog.pre2.0.0]