2007-08-09 [wwp] 2.10.0cvs108
[claws.git] / ChangeLog
1 2007-08-09 [wwp]        2.10.0cvs108
2
3         * src/folder.c
4                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
5                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
6
7
8 2007-08-09 [colin]      2.10.0cvs107
9
10         * src/folderview.c
11         * src/summaryview.c
12         * src/gtk/prefswindow.c
13                 A few Maemo layout fixes
14
15 2007-08-09 [paul]       2.10.0cvs106
16
17         * src/prefs_account.c
18                 remove the hyphen from plug-ins to
19                 match everywhere else
20
21 2007-08-08 [wwp]        2.10.0cvs105
22
23         * src/prefs_folder_item.c
24                 Fix an extraneous stealth ^L char.
25
26 2007-08-08 [wwp]        2.10.0cvs104
27
28         * src/prefs_folder_item.c
29                 Better fix, group variables declarations (USE_ASPELL).
30
31 2007-08-08 [wwp]        2.10.0cvs103
32
33         * src/prefs_folder_item.c
34                 Fix compilation w/ USE_ASPELL set (broken
35                 by 2.10.0cvs102).
36
37 2007-08-08 [ticho]      2.10.0cvs102
38
39         * src/prefs_folder_item.c
40                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
41
42 2007-08-08 [colin]      2.10.0cvs101
43
44         * src/imap.c
45         * src/etpan/imap-thread.c
46         * src/etpan/imap-thread.h
47                 Close selected mailbox before doing
48                 status on it.
49
50 2007-08-08 [colin]      2.10.0cvs100
51
52         * src/html.c
53                 Complete symbol table, thanks to wwp.
54                 Fixes bug 1284, 'The html -> text 
55                 converter ignores entities'
56         * src/msgcache.c
57                 Fix possible fd leak
58
59 2007-08-08 [colin]      2.10.0cvs99
60
61         * src/imap.c
62                 Better way to fetch UIDs on non-UIDPLUS servers
63
64 2007-08-07 [colin]      2.10.0cvs98
65
66         * src/imap.c
67                 fix bug 1275, 'auto-saved draft messages not 
68                 always being removed'; Also, make multiple
69                 copy (in the same account) faster by matching
70                 source/destination message UIDs.
71         * src/messageview.c
72                 Don't try to reshow deleted mail
73         * src/msgcache.c
74                 Fix leak on error path
75
76 2007-08-07 [wwp]        2.10.0cvs97
77
78         * manual/account.xml
79         * manual/advanced.xml
80         * manual/fr/account.xml
81         * manual/fr/advanced.xml
82                 Updated the reference manual and the French translation to
83                 reflect 2.10.0cvs84: enable running folder Processing
84                 rules on demand.
85
86 2007-08-06 [wwp]        2.10.0cvs96
87
88         * src/prefs_common.c
89         * src/prefs_common.h
90         * src/textview.c
91                 Allow changing the emphasis color used to highlight
92                 the newsreader/x-mailer header value when it matches
93                 our preferred mail agent (hidden pref 'emphasis_col' added
94                 to clawsrc).
95
96 2007-08-06 [colin]      2.10.0cvs95
97
98         * src/compose.c
99         * src/compose.h
100                 Re-commit 2.10.0cvs86, with a protection
101                 against Pango bug. Also, try to fix 
102                 bug 1275, 'auto-saved draft messages not 
103                 always being removed'
104
105 2007-08-06 [wwp]        2.10.0cvs94
106
107         * src/gtk/quicksearch.c
108                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
109
110 2007-08-06 [ticho]      2.10.0cvs93
111
112         * src/prefs_account.c
113         * src/gtk/combobox.c
114                 Use GtkComboBox instead of GtkOptionMenu for privacy system
115                 selection in account preferences.
116
117 2007-08-06 [wwp]        2.10.0cvs92
118
119         * src/plugins/pgpcore/plugin.def
120                 Apply one more chunk from gpg4win's 03-w32-port patch.
121
122 2007-08-05 [colin]      2.10.0cvs91
123
124         * src/compose.c
125         * src/compose.h
126                 reverting buggy patch for now
127
128 2007-08-05 [colin]      2.10.0cvs90
129
130         * src/folder.c
131                 Fix slowdown
132
133 2007-08-04 [colin]      2.10.0cvs89
134
135         * src/prefs_summaries.c
136         * src/summary_search.c
137                 Replace deprecated widgets. Patch by
138                 Andrej.
139
140 2007-08-04 [colin]      2.10.0cvs88
141
142         * src/mh.c
143                 Refresh GUI only every 2000 mails on mh_get_last_num
144                 This is fast (readdir) and done only once per 
145                 session/folder
146
147 2007-08-03 [colin]      2.10.0cvs87
148
149         * src/prefs_account.c
150         * src/gtk/combobox.h
151         * src/gtk/gtkutils.c
152                 Fix a deprecated widget. Patch by
153                 Andrej
154
155 2007-08-03 [colin]      2.10.0cvs86
156
157         * src/compose.c
158         * src/compose.h
159                 Make colorisation and wrapping algorithms
160                 faster. Fixes bug 1246, 'compose becomes 
161                 increasingly slow replying to complex emails'
162
163 2007-08-03 [paul]       2.10.0cvs85
164
165         * src/mh.c
166                 keep the window painted
167
168 2007-08-02 [paul]       2.10.0cvs84
169
170         * src/folderview.c
171         * src/mainwindow.c
172         * src/mainwindow.h
173                 enable running folder Processing
174                 rules on demand
175
176 2007-08-02 [paul]       2.10.0cvs83
177
178         * src/textview.c
179                 speed up/clean up rendering of larger
180                 msgs
181                 Thanks to Colin
182
183 2007-08-01 [paul]       2.10.0cvs82
184
185         * src/mainwindow.h
186                 clean up cruft
187         * src/toolbar.c
188                 change default toolbar layout on maemo
189         * src/pixmaps/close.xpm
190                 make the red cross a grey cross
191         * src/pixmaps/jpilot.xpm
192                 make icon smaller so it fits better
193
194 2007-07-31 [paul]       2.10.0cvs81
195
196         * src/setup.c
197         * src/gtk/gtkutils.c
198                 fix crash on maemo on first launch
199
200 2007-07-30 [paul]       2.10.0cvs80
201
202         * src/prefs_matcher.c
203                 specify the units of age and size
204
205 2007-07-30 [paul]       2.10.0cvs79
206
207         * src/main.c
208                 Fix IMAP timeout setting
209
210 2007-07-30 [colin]      2.10.0cvs78
211
212         * src/prefs_account.c
213                 Fix a deprecated widget. Patch by
214                 Andrej
215
216 2007-07-27 [paul]       2.10.0cvs77
217
218         * src/matcher_parser_parse.y
219         * src/prefs_filtering_action.c
220         * src/prefs_matcher.c
221                 these changes forgotten in cvs74's
222                 'watch thread' feature
223
224 2007-07-27 [paul]       2.10.0cvs76
225
226         * src/compose.c
227                 fix potential crasher
228                 thanks to Colin
229
230 2007-07-27 [paul]       2.10.0cvs75
231
232         * src/mainwindow.c
233         * src/manual.c
234         * src/manual.h
235         * src/gtk/gtkutils.c
236                 make mainwindow's /Help/Manual point to the
237                 remote copy if the local copy doesn't exist
238
239 2007-07-27 [paul]       2.10.0cvs74
240
241         * src/Makefile.am
242         * src/filtering.c
243         * src/folder.c
244         * src/mainwindow.c
245         * src/matcher.c
246         * src/matcher.h
247         * src/matcher_parser_parse.y
248         * src/procmsg.c
249         * src/procmsg.h
250         * src/stock_pixmap.c
251         * src/stock_pixmap.h
252         * src/summaryview.c
253         * src/summaryview.h
254         * src/toolbar.c
255         * src/toolbar.h
256         * src/pixmaps/watchthread.xpm
257                 add 'watch thread' feature
258
259 2007-07-27 [paul]       2.10.0cvs73
260
261         * src/prefs_folder_item.c
262                 adjust labels, add tooltips
263
264 2007-07-27 [colin]      2.10.0cvs72
265
266         * src/summaryview.c
267                 Maemo: Remove less used menu items
268
269 2007-07-26 [colin]      2.10.0cvs71
270
271         * src/messageview.c
272                 Maemo: destroy messageview after trashing mail.
273                 Maybe should be done on X11 too
274
275 2007-07-26 [colin]      2.10.0cvs70
276
277         * src/folderview.c
278         * src/mainwindow.c
279         * src/prefs_common.c
280         * src/prefs_common.h
281         * src/summaryview.c
282                 Add View/Show or Hide/Column headers
283
284 2007-07-26 [colin]      2.10.0cvs69
285
286         * src/procmime.c
287                 Fix unwanted output
288
289 2007-07-26 [colin]      2.10.0cvs68
290
291         * src/ldapserver.c
292                 Fix possible crash on cache invalidation
293         * src/compose.c
294         * src/procmime.c
295         * src/procmime.h
296         * src/quote_fmt_parse.y
297                 Make replying to mails with big attachments
298                 much faster. Fixes bug 1224, 'The process of 
299                 Replying to emails with large attachments 
300                 seems unreasonably long...'
301
302 2007-07-26 [colin]      2.10.0cvs67
303
304         * src/mimeview.c
305         * src/matcher.c
306         * src/common/ssl.c
307                 Fix threads use on BSDs
308
309 2007-07-26 [paul]       2.10.0cvs66
310
311         * src/gtk/prefswindow.c
312                 fix account prefs breakage
313                 thanks to Colin
314
315 2007-07-26 [paul]       2.10.0cvs65
316
317         * configure.ac
318                 standardise ./configure --help messages
319
320 2007-07-26 [colin]      2.10.0cvs64
321
322         * src/addressbook.c
323         * src/editaddress.c
324                 Fix two vCard-related crashes
325
326 2007-07-25 [colin]      2.10.0cvs63
327
328         * src/inc.c
329         * src/prefs_common.c
330         * src/prefs_common.h
331         * src/prefs_receive.c
332                 Maemo: Add a better way to notify of
333                 new mails
334         * src/mainwindow.c
335         * src/statusbar.h
336         * src/summaryview.c
337         * src/toolbar.c
338                 Maemo: Various layout fixes
339         * src/gtk/prefswindow.c
340                 Maemo: Better prefs layout
341
342 2007-07-25 [paul]       2.10.0cvs62
343
344         * src/textview.c
345                 fix the layout on maemo
346                 thanks to Colin
347
348 2007-07-25 [iwkse]      2.10.0cvs61
349
350         * src/summaryview.c
351                 add 'o' shortcut on summaryview
352
353 2007-07-25 [iwkse]      2.10.0cvs60
354
355         * src/textview.c
356                 fix o shortcut
357
358 2007-07-24 [colin]      2.10.0cvs59
359
360         * src/mh.c
361                 Fix missing timestamp update on source
362                 folder when moving
363         * src/textview.c
364         * src/textview.h
365                 Better text layout on part's choices
366
367 2007-07-23 [colin]      2.10.0cvs58
368
369         * src/mimeview.c
370         * src/textview.c
371                 Maemo: Automatically choose the correct application
372                 to open parts
373         * src/gtk/quicksearch.c
374                 Make search run on GDK_KP_Enter too
375
376 2007-07-23 [wwp]        2.10.0cvs57
377
378         * src/quote_fmt_lex.l
379                 Revert accidentaly committed lines (account_sig) in
380                 2.10.0cvs56.
381
382 2007-07-23 [wwp]        2.10.0cvs56
383
384         * src/quote_fmt_lex.l
385                 Fix typos around long form expressions in the quote lexer.
386
387 2007-07-23 [paul]
388
389         3.0.0-rc1 released
390
391 2007-07-23 [colin]      2.10.0cvs55
392
393         * src/addr_compl.c
394                 Fix auto-completion on Maemo
395
396 2007-07-23 [colin]      2.10.0cvs54
397
398         * src/statusbar.c
399                 Maemo: Fix sticking statusbars
400
401 2007-07-22 [colin]      2.10.0cvs53
402
403         * src/main.c
404                 Maemo: Fix the strange "top_application" info
405                 at startup. We should do something when 
406                 receiving such a message.
407
408 2007-07-20 [paul]       2.10.0cvs52
409
410         * src/news_gtk.c
411                 add missing #include "statusbar.h"
412
413 2007-07-20 [colin]      2.10.0cvs51
414
415         * src/folder.c
416         * src/folder.h
417         * src/folder_item_prefs.c
418         * src/folder_item_prefs.h
419         * src/folderview.c
420         * src/imap.c
421         * src/imap_gtk.c
422         * src/imap_gtk.h
423         * src/news.c
424         * src/news_gtk.c
425         * src/news_gtk.h
426         * src/prefs_folder_item.c
427                 Implement age-based caching: allow to
428                 specify a threshold for the offline synchronisation
429                 feature, and whether old cached bodies should 
430                 be removed
431         * src/toolbar.c
432         * src/toolbar.h
433                 Fix label/tooltips
434         * src/plugins/dillo_viewer/dillo_viewer.c
435                 Check that Dillo's installed
436
437 2007-07-20 [wwp]        2.10.0cvs50
438
439         * src/mimeview.c
440         * src/stock_pixmap.c
441                 Draw a frame around the selected mimeview part icon (instead of the
442                 shifted 'dancing' icon).
443
444 2007-07-20 [colin]      2.10.0cvs49
445
446         * src/main.c
447                 Unref stuff even on error
448         * src/wizard.c
449                 disconnect signals only at the very
450                 end of the wizard save.
451
452 2007-07-20 [colin]      2.10.0cvs48
453
454         * src/mainwindow.c
455         * src/messageview.c
456         * src/toolbar.c
457         * src/toolbar.h
458                 Fix random crashes while navigating
459                 (GTK_EVENTS_FLUSH)
460
461 2007-07-19 [colin]      2.10.0cvs47
462
463         * configure.ac
464         * src/main.c
465         * src/prefs_common.c
466         * src/prefs_common.h
467         * src/wizard.c
468         * src/common/defs.h
469         * src/common/utils.c
470                 Maemo: add an easy way to store data (mails
471                 and IMAP/NNTP caches) on one of the SD cards,
472                 and protect against unmounts if needed
473
474 2007-07-19 [paul]       2.10.0cvs46
475
476         * src/Makefile.am
477         * src/stock_pixmap.c
478         * src/gtk/about.c
479         * src/pixmaps/claws-mail_logo-small.xpm
480                 implement a (slightly) different About
481                 dialog for maemo and add a small version
482                 of the logo for it
483         * src/wizard.c
484                 use a scrolled window for wizard page 1
485                 on maemo
486
487 2007-07-19 [paul]       2.10.0cvs45
488
489         * src/Makefile.am
490                 too soon for this line
491
492 2007-07-19 [paul]       2.10.0cvs44
493
494         * src/Makefile.am
495                 fix build on n800
496
497 2007-07-19 [colin]      2.10.0cvs43
498
499         * src/wizard.c
500                 Solve Mail/Mailbox name when specifying
501                 full /path/to/Mail.
502
503 2007-07-18 [colin]      2.10.0cvs42
504
505         * src/inc.c
506         * configure.ac
507                 Fix build on n770
508
509 2007-07-18 [colin]      2.10.0cvs41
510
511         * src/inc.c
512                 Maemo: plug the online/offline system into
513                 maemo's interfaces to have Claws automatically
514                 switch according to the system status
515         * src/statusbar.c
516                 Maemo: use HildonBanners to display status
517                 messages. Renders the main statusbar useless.
518
519 2007-07-18 [paul]       2.10.0cvs40
520
521         * src/filtering.c
522                 fix screen blanking on moving/copying many msgs
523         * src/folder.c
524                 fix processing progressbar and screen blanking
525                 during processing
526
527 2007-07-18 [paul]       2.10.0cvs39
528
529         * src/messageview.c
530                 revert cvs37, breakage on maemo
531
532 2007-07-18 [paul]       2.10.0cvs38
533
534         * src/gtk/gtkutils.c
535                 make sure we can still build with older GTK's
536
537 2007-07-18 [colin]      2.10.0cvs37
538
539         * src/messageview.c
540                 Only hide the small layout's messageview, instead
541                 of destroying it when closing
542         * src/gtk/gtkutils.c
543                 Use gtk_window_present_with_time to popup windows,
544                 it seems to make things better with modern WMs
545                 (actually focusing)
546
547 2007-07-17 [colin]      2.10.0cvs36
548
549         * src/editaddress.c
550                 Simplify layout on Maemo
551         * src/folder.c
552                 Fix possible crash
553         * src/prefs_display_header.c
554                 Remove some headers by default on Maemo
555
556 2007-07-17 [paul]       2.10.0cvs35
557
558         * src/prefs_common.c
559         * src/prefs_common.h
560         * src/prefs_logging.c
561         * src/common/log.c
562                 add options to stop/enable writing logs to disc
563
564 2007-07-17 [paul]       2.10.0cvs34
565
566         * src/edittags.c
567                 fix some issues with the Apply tags window:
568                 - set search column (enables autocompl in the treeview)
569                 - apply tag from "New tag" if it existed
570                 - clears New tag entry when adding it with the button
571                 Thanks to Colin
572
573 2007-07-17 [paul]       2.10.0cvs33
574
575         * src/edittags.c
576                 fix 'apply tags' dialogue weirdness
577
578 2007-07-16 [colin]      2.10.0cvs32
579
580         * src/toolbar.c
581                 Fix double-loading of mails on Maemo
582
583 2007-07-16 [colin]      2.10.0cvs31
584
585         * src/messageview.c
586                 Prevent double-loading of the same part under some
587                 conditions; hide statusbar on Maemo
588
589 2007-07-16 [colin]      2.10.0cvs30
590
591         * src/edittags.c
592         * src/edittags.h
593         * src/mainwindow.c
594         * src/summaryview.c
595                 Improve the tag interface - allow
596                 to set/unset tags from a special
597                 window.
598         * src/gtk/gtkvscrollbutton.c
599         * src/mimeview.c
600         * src/mimeview.h
601         * src/stock_pixmap.c
602                 Fix Mimeview's ugly hacks in the
603                 icon list. 
604
605 2007-07-16 [paul]       2.10.0cvs29
606
607         * src/wizard.c
608                 rework dialog
609         * src/gtk/icon_legend.c
610                 put it all in a scrolled window
611
612 2007-07-15 [colin]      2.10.0cvs28
613
614         * src/mainwindow.c
615                 Maemo: force layout to be Small screen; the
616                 others don't make sense
617
618 2007-07-14 [colin]      2.10.0cvs27
619
620         * src/mimeview.c
621         * src/gtk/gtkvscrollbutton.c
622                 Maemo: Fix mimeview's buttons size
623
624 2007-07-14 [colin]      2.10.0cvs26
625
626         * src/toolbar.c
627                 Fix the button workaround fix.
628                 (Use the correct variable)
629
630 2007-07-14 [colin]      2.10.0cvs25
631
632         * src/mainwindow.c
633         * src/toolbar.c
634                 Maemo: put the progress bar in the
635                 toolbar
636
637 2007-07-14 [colin]      2.10.0cvs24
638
639         * src/prefs_common.c
640                 Maemo: hide statusbar by default
641         * src/Makefile.am
642         * src/stock_pixmap.c
643         * src/stock_pixmap.h
644         * src/toolbar.c
645         * src/pixmaps/go_folders.xpm
646                 Maemo: Add a specific icon to go back to
647                 folder list
648
649 2007-07-14 [colin]      2.10.0cvs23
650
651         * src/toolbar.c
652                 Don't set homogeneous finally
653
654 2007-07-14 [colin]      2.10.0cvs22
655
656         * src/toolbar.c
657                 Fix button show/hide issues
658
659 2007-07-14 [colin]      2.10.0cvs21
660
661         * src/toolbar.c
662                 Fix huge arrows
663                 Fix button workaround to be able to click
664                 if mouse was on button when it went un-
665                 sensitive.
666                 Revert previous commit, gtk_tool_item_set_homogeneous
667                 doesn't mean what it seems to mean ;-)
668
669 2007-07-14 [paul]       2.10.0cvs20
670
671         * src/toolbar.c
672                 make homogeneous FALSE always
673
674 2007-07-13 [colin]      2.10.0cvs19
675
676         * src/toolbar.c
677         * src/toolbar.h
678                 Rework to fit the non-deprecated API
679         * src/compose.c
680         * src/folderview.c
681         * src/mainwindow.c
682         * src/messageview.c
683         * src/summaryview.c
684                 Maemo layout changes. Better toolbars,
685                 removal of CTree headers. 
686
687 2007-07-13 [paul]       2.10.0cvs18
688
689         * src/gtk/colorlabel.c
690                 fix bug 1261, '[DE] coloring messages in overview 
691                 keys are not localised'
692                 the string is now included in claws-mail.pot
693
694 2007-07-13 [colin]      2.10.0cvs17
695
696         * src/summaryview.c
697                 Fix bug 1267, 'printing mutliple messages 
698                 opens one message-dialog after the other'
699                 Ask for confirmation when printing 10
700                 messages or more.
701
702 2007-07-11 [colin]      2.10.0cvs16
703
704         * COPYING
705         * README
706         * autogen.sh
707         * manual/claws-mail-manual.xml
708         * manual/gpl.xml
709         * manual/es/claws-mail-manual.xml
710         * manual/es/gpl.xml
711         * manual/fr/claws-mail-manual.xml
712         * manual/fr/gpl.xml
713         * manual/pl/gpl.xml
714         * src/account.c
715         * src/account.h
716         * src/action.c
717         * src/action.h
718         * src/adbookbase.h
719         * src/addr_compl.c
720         * src/addr_compl.h
721         * src/addrbook.c
722         * src/addrbook.h
723         * src/addrcache.c
724         * src/addrcache.h
725         * src/addrcindex.c
726         * src/addrcindex.h
727         * src/addrclip.c
728         * src/addrclip.h
729         * src/addrdefs.h
730         * src/addressadd.c
731         * src/addressadd.h
732         * src/addressbook.c
733         * src/addressbook.h
734         * src/addressbook_foldersel.c
735         * src/addressbook_foldersel.h
736         * src/addressitem.h
737         * src/addrgather.c
738         * src/addrgather.h
739         * src/addrharvest.c
740         * src/addrharvest.h
741         * src/addrindex.c
742         * src/addrindex.h
743         * src/addritem.c
744         * src/addritem.h
745         * src/addrquery.c
746         * src/addrquery.h
747         * src/addrselect.c
748         * src/addrselect.h
749         * src/alertpanel.c
750         * src/alertpanel.h
751         * src/browseldap.c
752         * src/browseldap.h
753         * src/codeconv.c
754         * src/codeconv.h
755         * src/compose.c
756         * src/compose.h
757         * src/crash.c
758         * src/crash.h
759         * src/customheader.c
760         * src/customheader.h
761         * src/displayheader.c
762         * src/displayheader.h
763         * src/editaddress.c
764         * src/editaddress.h
765         * src/editaddress_other_attributes_ldap.c
766         * src/editaddress_other_attributes_ldap.h
767         * src/editbook.c
768         * src/editbook.h
769         * src/editgroup.c
770         * src/editgroup.h
771         * src/editjpilot.c
772         * src/editjpilot.h
773         * src/editldap.c
774         * src/editldap.h
775         * src/editldap_basedn.c
776         * src/editldap_basedn.h
777         * src/edittags.c
778         * src/edittags.h
779         * src/editvcard.c
780         * src/editvcard.h
781         * src/enriched.c
782         * src/enriched.h
783         * src/exphtmldlg.c
784         * src/exphtmldlg.h
785         * src/expldifdlg.c
786         * src/expldifdlg.h
787         * src/export.c
788         * src/export.h
789         * src/exporthtml.c
790         * src/exporthtml.h
791         * src/exportldif.c
792         * src/exportldif.h
793         * src/filtering.c
794         * src/filtering.h
795         * src/folder.c
796         * src/folder.h
797         * src/folder_item_prefs.c
798         * src/folder_item_prefs.h
799         * src/foldersel.c
800         * src/foldersel.h
801         * src/folderutils.c
802         * src/folderutils.h
803         * src/folderview.c
804         * src/folderview.h
805         * src/gedit-print.c
806         * src/gedit-print.h
807         * src/grouplistdialog.c
808         * src/grouplistdialog.h
809         * src/headerview.c
810         * src/headerview.h
811         * src/html.c
812         * src/html.h
813         * src/image_viewer.c
814         * src/image_viewer.h
815         * src/imap.c
816         * src/imap.h
817         * src/imap_gtk.c
818         * src/imap_gtk.h
819         * src/import.c
820         * src/import.h
821         * src/importldif.c
822         * src/importldif.h
823         * src/importmutt.c
824         * src/importmutt.h
825         * src/importpine.c
826         * src/importpine.h
827         * src/inc.c
828         * src/inc.h
829         * src/jpilot.c
830         * src/jpilot.h
831         * src/ldapctrl.c
832         * src/ldapctrl.h
833         * src/ldaplocate.c
834         * src/ldaplocate.h
835         * src/ldapquery.c
836         * src/ldapquery.h
837         * src/ldapserver.c
838         * src/ldapserver.h
839         * src/ldapupdate.c
840         * src/ldapupdate.h
841         * src/ldaputil.c
842         * src/ldaputil.h
843         * src/ldif.c
844         * src/ldif.h
845         * src/localfolder.c
846         * src/localfolder.h
847         * src/main.c
848         * src/main.h
849         * src/mainwindow.c
850         * src/mainwindow.h
851         * src/manual.c
852         * src/manual.h
853         * src/matcher.c
854         * src/matcher.h
855         * src/matcher_parser.h
856         * src/matcher_parser_lex.l
857         * src/matcher_parser_parse.y
858         * src/mbox.c
859         * src/mbox.h
860         * src/message_search.c
861         * src/message_search.h
862         * src/messageview.c
863         * src/messageview.h
864         * src/mh.c
865         * src/mh.h
866         * src/mh_gtk.c
867         * src/mh_gtk.h
868         * src/mimeview.c
869         * src/mimeview.h
870         * src/msgcache.c
871         * src/msgcache.h
872         * src/mutt.c
873         * src/mutt.h
874         * src/news.c
875         * src/news.h
876         * src/news_gtk.c
877         * src/news_gtk.h
878         * src/noticeview.c
879         * src/noticeview.h
880         * src/partial_download.c
881         * src/partial_download.h
882         * src/pine.c
883         * src/pine.h
884         * src/pop.c
885         * src/pop.h
886         * src/prefs_account.c
887         * src/prefs_account.h
888         * src/prefs_actions.c
889         * src/prefs_actions.h
890         * src/prefs_common.c
891         * src/prefs_common.h
892         * src/prefs_compose_writing.c
893         * src/prefs_compose_writing.h
894         * src/prefs_customheader.c
895         * src/prefs_customheader.h
896         * src/prefs_display_header.c
897         * src/prefs_display_header.h
898         * src/prefs_ext_prog.c
899         * src/prefs_ext_prog.h
900         * src/prefs_filtering.c
901         * src/prefs_filtering.h
902         * src/prefs_filtering_action.c
903         * src/prefs_filtering_action.h
904         * src/prefs_folder_column.c
905         * src/prefs_folder_column.h
906         * src/prefs_folder_item.c
907         * src/prefs_folder_item.h
908         * src/prefs_fonts.c
909         * src/prefs_fonts.h
910         * src/prefs_gtk.c
911         * src/prefs_gtk.h
912         * src/prefs_image_viewer.c
913         * src/prefs_image_viewer.h
914         * src/prefs_logging.c
915         * src/prefs_logging.h
916         * src/prefs_matcher.c
917         * src/prefs_matcher.h
918         * src/prefs_message.c
919         * src/prefs_message.h
920         * src/prefs_msg_colors.c
921         * src/prefs_msg_colors.h
922         * src/prefs_other.c
923         * src/prefs_other.h
924         * src/prefs_quote.c
925         * src/prefs_quote.h
926         * src/prefs_receive.c
927         * src/prefs_receive.h
928         * src/prefs_send.c
929         * src/prefs_send.h
930         * src/prefs_spelling.c
931         * src/prefs_spelling.h
932         * src/prefs_summaries.c
933         * src/prefs_summaries.h
934         * src/prefs_summary_column.c
935         * src/prefs_summary_column.h
936         * src/prefs_summary_open.c
937         * src/prefs_summary_open.h
938         * src/prefs_template.c
939         * src/prefs_template.h
940         * src/prefs_themes.c
941         * src/prefs_themes.h
942         * src/prefs_toolbar.c
943         * src/prefs_toolbar.h
944         * src/prefs_wrapping.c
945         * src/prefs_wrapping.h
946         * src/privacy.c
947         * src/privacy.h
948         * src/procheader.c
949         * src/procheader.h
950         * src/procmime.c
951         * src/procmime.h
952         * src/procmsg.c
953         * src/procmsg.h
954         * src/quote_fmt.c
955         * src/quote_fmt_lex.l
956         * src/quote_fmt_parse.y
957         * src/recv.c
958         * src/recv.h
959         * src/remotefolder.c
960         * src/remotefolder.h
961         * src/send_message.c
962         * src/send_message.h
963         * src/setup.c
964         * src/setup.h
965         * src/simple-gettext.c
966         * src/sourcewindow.c
967         * src/sourcewindow.h
968         * src/ssl_manager.c
969         * src/ssl_manager.h
970         * src/statusbar.c
971         * src/statusbar.h
972         * src/stock_pixmap.c
973         * src/stock_pixmap.h
974         * src/summary_search.c
975         * src/summary_search.h
976         * src/summaryview.c
977         * src/summaryview.h
978         * src/textview.c
979         * src/textview.h
980         * src/toolbar.c
981         * src/toolbar.h
982         * src/undo.c
983         * src/undo.h
984         * src/unmime.c
985         * src/unmime.h
986         * src/uri_opener.c
987         * src/uri_opener.h
988         * src/vcard.c
989         * src/vcard.h
990         * src/wizard.c
991         * src/wizard.h
992         * src/common/base64.c
993         * src/common/base64.h
994         * src/common/claws.c
995         * src/common/claws.h
996         * src/common/defs.h
997         * src/common/fnmatch.c
998         * src/common/fnmatch.h
999         * src/common/fnmatch_loop.c
1000         * src/common/hooks.c
1001         * src/common/hooks.h
1002         * src/common/log.c
1003         * src/common/log.h
1004         * src/common/md5.c
1005         * src/common/md5.h
1006         * src/common/mgutils.c
1007         * src/common/mgutils.h
1008         * src/common/nntp.c
1009         * src/common/nntp.h
1010         * src/common/passcrypt.c
1011         * src/common/passcrypt.h.in
1012         * src/common/plugin.c
1013         * src/common/plugin.h
1014         * src/common/prefs.c
1015         * src/common/prefs.h
1016         * src/common/progressindicator.c
1017         * src/common/progressindicator.h
1018         * src/common/quoted-printable.c
1019         * src/common/quoted-printable.h
1020         * src/common/session.c
1021         * src/common/session.h
1022         * src/common/smtp.c
1023         * src/common/smtp.h
1024         * src/common/socket.c
1025         * src/common/socket.h
1026         * src/common/ssl.c
1027         * src/common/ssl.h
1028         * src/common/ssl_certificate.c
1029         * src/common/ssl_certificate.h
1030         * src/common/string_match.c
1031         * src/common/string_match.h
1032         * src/common/stringtable.c
1033         * src/common/stringtable.h
1034         * src/common/tags.c
1035         * src/common/tags.h
1036         * src/common/template.c
1037         * src/common/template.h
1038         * src/common/timing.h
1039         * src/common/utils.c
1040         * src/common/utils.h
1041         * src/common/uuencode.c
1042         * src/common/uuencode.h
1043         * src/common/version.h.in
1044         * src/common/w32_dirent.c
1045         * src/common/w32_reg.c
1046         * src/common/w32_signal.c
1047         * src/common/w32_stat.c
1048         * src/common/w32_stdlib.c
1049         * src/common/w32_string.c
1050         * src/common/w32_time.c
1051         * src/common/w32_unistd.c
1052         * src/common/w32_wait.c
1053         * src/common/w32lib.h
1054         * src/common/xml.c
1055         * src/common/xml.h
1056         * src/common/xmlprops.c
1057         * src/common/xmlprops.h
1058         * src/etpan/etpan-errors.h
1059         * src/etpan/etpan-thread-manager-types.h
1060         * src/etpan/etpan-thread-manager.c
1061         * src/etpan/etpan-thread-manager.h
1062         * src/etpan/imap-thread.c
1063         * src/etpan/imap-thread.h
1064         * src/gtk/about.c
1065         * src/gtk/about.h
1066         * src/gtk/colorlabel.c
1067         * src/gtk/colorlabel.h
1068         * src/gtk/colorsel.c
1069         * src/gtk/colorsel.h
1070         * src/gtk/combobox.c
1071         * src/gtk/combobox.h
1072         * src/gtk/description_window.c
1073         * src/gtk/description_window.h
1074         * src/gtk/filesel.c
1075         * src/gtk/filesel.h
1076         * src/gtk/foldersort.c
1077         * src/gtk/foldersort.h
1078         * src/gtk/gtkaspell.c
1079         * src/gtk/gtkaspell.h
1080         * src/gtk/gtksctree.c
1081         * src/gtk/gtkshruler.c
1082         * src/gtk/gtkshruler.h
1083         * src/gtk/gtksourceprintjob.c
1084         * src/gtk/gtksourceprintjob.h
1085         * src/gtk/gtkutils.c
1086         * src/gtk/gtkutils.h
1087         * src/gtk/gtkvscrollbutton.c
1088         * src/gtk/gtkvscrollbutton.h
1089         * src/gtk/icon_legend.c
1090         * src/gtk/icon_legend.h
1091         * src/gtk/inputdialog.c
1092         * src/gtk/inputdialog.h
1093         * src/gtk/logwindow.c
1094         * src/gtk/logwindow.h
1095         * src/gtk/manage_window.c
1096         * src/gtk/manage_window.h
1097         * src/gtk/menu.c
1098         * src/gtk/menu.h
1099         * src/gtk/pluginwindow.c
1100         * src/gtk/pluginwindow.h
1101         * src/gtk/prefswindow.c
1102         * src/gtk/prefswindow.h
1103         * src/gtk/progressdialog.c
1104         * src/gtk/progressdialog.h
1105         * src/gtk/quicksearch.c
1106         * src/gtk/quicksearch.h
1107         * src/gtk/sslcertwindow.c
1108         * src/gtk/sslcertwindow.h
1109         * src/plugins/bogofilter/bogofilter.c
1110         * src/plugins/bogofilter/bogofilter.h
1111         * src/plugins/bogofilter/bogofilter_gtk.c
1112         * src/plugins/clamav/clamav_plugin.c
1113         * src/plugins/clamav/clamav_plugin.h
1114         * src/plugins/clamav/clamav_plugin_gtk.c
1115         * src/plugins/demo/demo.c
1116         * src/plugins/dillo_viewer/dillo_prefs.c
1117         * src/plugins/dillo_viewer/dillo_prefs.h
1118         * src/plugins/dillo_viewer/dillo_viewer.c
1119         * src/plugins/pgpcore/passphrase.c
1120         * src/plugins/pgpcore/passphrase.h
1121         * src/plugins/pgpcore/pgp_viewer.c
1122         * src/plugins/pgpcore/pgp_viewer.h
1123         * src/plugins/pgpcore/plugin.c
1124         * src/plugins/pgpcore/prefs_gpg.c
1125         * src/plugins/pgpcore/prefs_gpg.h
1126         * src/plugins/pgpcore/select-keys.c
1127         * src/plugins/pgpcore/select-keys.h
1128         * src/plugins/pgpcore/sgpgme.c
1129         * src/plugins/pgpcore/sgpgme.h
1130         * src/plugins/pgpinline/pgpinline.c
1131         * src/plugins/pgpinline/pgpinline.h
1132         * src/plugins/pgpinline/plugin.c
1133         * src/plugins/pgpmime/pgpmime.c
1134         * src/plugins/pgpmime/pgpmime.h
1135         * src/plugins/pgpmime/plugin.c
1136         * src/plugins/spamassassin/spamassassin.c
1137         * src/plugins/spamassassin/spamassassin.h
1138         * src/plugins/spamassassin/spamassassin_gtk.c
1139         * src/plugins/trayicon/trayicon.c
1140         * src/plugins/trayicon/trayicon_prefs.c
1141         * src/plugins/trayicon/trayicon_prefs.h
1142         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1143         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1144         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1145         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1146         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1147         * tools/OOo2claws-mail.pl
1148         * tools/README.sylprint
1149         * tools/acroread2claws-mail.pl
1150         * tools/claws-mail-compose-insert-files.pl
1151         * tools/convert_mbox.pl
1152         * tools/filter_conv.pl
1153         * tools/filter_conv_new.pl
1154         * tools/fix_date.sh
1155         * tools/freshmeat_search.pl
1156         * tools/google_search.pl
1157         * tools/kmail-mailbox2claws-mail.pl
1158         * tools/kmail2claws-mail.pl
1159         * tools/kmail2claws-mail_v2.pl
1160         * tools/mairix.sh
1161         * tools/make.themes.project
1162         * tools/multiwebsearch.pl
1163         * tools/nautilus2claws-mail.sh
1164         * tools/outlook2claws-mail.pl
1165         * tools/textviewer.sh
1166         * tools/thunderbird-filters-convertor.pl
1167         * tools/update-po
1168         * tools/uuooffice
1169         * tools/vcard2xml.py
1170         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1171                 Upgrade to GPLv3 or later.
1172
1173 2007-07-10 [wwp]        2.10.0cvs15
1174
1175         * src/main.c
1176                 Fix re-opening of all composing messages that were
1177                 opened when closing the previous instance, thanks
1178                 to Colin.
1179
1180 2007-07-10 [paul]       2.10.0cvs14
1181
1182         * src/editaddress_other_attributes_ldap.c
1183         * src/ldapupdate.c
1184                 fix crash on selecting 'other attributes' combo
1185                 for either a new entry or an old entry with no
1186                 existing attributes.
1187                 fix bug on editing multiple attributes which
1188                 resulted them all having the value of the last
1189                 one changed.
1190                 Thanks to Colin
1191
1192 2007-07-10 [colin]      2.10.0cvs13
1193
1194         * src/editaddress.c
1195         * src/editaddress_other_attributes_ldap.h
1196         * src/ldapupdate.c
1197                 Fix --disable-ldap build
1198
1199 2007-07-09 [colin]      2.10.0cvs12
1200
1201         * src/Makefile.am
1202         * src/addritem.c
1203         * src/addritem.h
1204         * src/editaddress.c
1205         * src/editaddress_other_attributes_ldap.c
1206         * src/editaddress_other_attributes_ldap.h
1207         * src/editldap.c
1208         * src/ldapctrl.c
1209         * src/ldapctrl.h
1210         * src/ldapupdate.c
1211                 Add capability to edit all inetOrgPerson
1212                 attributes on LDAP. Patch by Michael 
1213                 Rasmussen
1214
1215 2007-07-09 [colin]      2.10.0cvs11
1216
1217         * src/Makefile.am
1218         * src/exporthtml.c
1219         * src/mbox.c
1220         * src/msgcache.c
1221         * src/prefs_summaries.c
1222         * src/prefs_themes.c
1223         * src/procheader.c
1224         * src/common/Makefile.am
1225         * src/common/log.c
1226         * src/common/timing.h
1227         * src/common/utils.c
1228         * src/common/utils.h
1229         * src/common/w32_account.c
1230         * src/common/w32lib.h
1231         * src/gtk/Makefile.am
1232         * src/gtk/colorlabel.c
1233         * src/plugins/pgpcore/Makefile.am
1234         * src/plugins/pgpcore/claws.def
1235         * src/plugins/pgpcore/passphrase.c
1236         * src/plugins/pgpcore/pgp_viewer.c
1237         * src/plugins/pgpcore/plugin.def
1238         * src/plugins/pgpcore/sgpgme.c
1239         * src/plugins/pgpinline/Makefile.am
1240         * src/plugins/pgpinline/claws.def
1241         * src/plugins/pgpinline/mypgpcore.def
1242         * src/plugins/pgpinline/plugin.def
1243         * src/plugins/pgpmime/Makefile.am
1244         * src/plugins/pgpmime/claws.def
1245         * src/plugins/pgpmime/mypgpcore.def
1246         * src/plugins/pgpmime/plugin.def
1247                 Commit win32 patch, from Werner Koch and
1248                 Marcus Brinkmann
1249
1250 2007-07-09 [colin]      2.10.0cvs10
1251
1252         * src/prefs_toolbar.c
1253                 Fix crash when no actions exist
1254
1255 2007-07-07 [paul]       2.10.0cvs9
1256
1257         * COPYING
1258         * manual/claws-mail-manual.xml
1259                 update copyright year
1260         * po/fi.po
1261                 updated by Flammie Pirinen
1262
1263 2007-07-05 [wwp]        2.10.0cvs8
1264
1265         * src/plugins/clamav/clamav_plugin_gtk.c
1266                 Make vertical spacing like in other plugin prefs pages.
1267
1268 2007-07-05 [wwp]        2.10.0cvs7
1269
1270         * src/quote_fmt.c
1271                 It's %am that works, not %ae (this doc incoherence has been
1272                 introduced with 2.9.2cvs13).
1273
1274 2007-07-04 [wwp]        2.10.0cvs6
1275
1276         * src/plugins/bogofilter/bogofilter.c
1277                 Gettext-ize an occurrence of "Any" that wasn't.
1278
1279 2007-07-04 [colin]      2.10.0cvs5
1280
1281         * po/POTFILES.in
1282                 Fix untranslated strings; thanks
1283                 to Pader Rezso.
1284
1285 2007-07-03 [colin]      2.10.0cvs4
1286
1287         * src/folder.c
1288         * src/mainwindow.c
1289                 Fix saving of sort mode for tags and
1290                 thread date. Thanks to Pierre Ossman.
1291                 Completes fix for bug 1233
1292
1293 2007-07-03 [paul]       2.10.0cvs3
1294
1295         * src/compose.c
1296                 fix auto-save
1297         * src/summaryview.c
1298                 fix build warnings
1299         Thanks to Colin
1300
1301 2007-07-02 [colin]      2.10.0cvs2
1302
1303         * src/folder.h
1304         * src/mainwindow.c
1305         * src/procmsg.h
1306         * src/summaryview.c
1307                 Add View/Sort/by Thread date
1308                 Fixes bug 1233, 'Capability to sort 
1309                 threads by most recent message'
1310                 Based on a patch by Paul Rolland
1311
1312 2007-07-02 [colin]      2.10.0cvs1
1313
1314         * src/Makefile.am
1315         * src/compose.c
1316         * src/edittags.c
1317         * src/edittags.h
1318         * src/filtering.c
1319         * src/folder.c
1320         * src/folder.h
1321         * src/headerview.c
1322         * src/headerview.h
1323         * src/main.c
1324         * src/mainwindow.c
1325         * src/mainwindow.h
1326         * src/manual.h
1327         * src/matcher.c
1328         * src/matcher.h
1329         * src/matcher_parser_parse.y
1330         * src/mimeview.c
1331         * src/msgcache.c
1332         * src/msgcache.h
1333         * src/prefs_common.c
1334         * src/prefs_common.h
1335         * src/prefs_filtering_action.c
1336         * src/prefs_matcher.c
1337         * src/prefs_summary_column.c
1338         * src/procmsg.c
1339         * src/procmsg.h
1340         * src/quote_fmt.c
1341         * src/quote_fmt_lex.l
1342         * src/quote_fmt_parse.y
1343         * src/summaryview.c
1344         * src/summaryview.h
1345         * src/textview.c
1346         * src/common/Makefile.am
1347         * src/common/defs.h
1348         * src/common/tags.c
1349         * src/common/tags.h
1350         * src/gtk/quicksearch.c
1351         * src/gtk/quicksearch.h
1352                 Add Tags implementation. Tags are arbitrary labels
1353                 that can be applied to messages. It is possible 
1354                 to create, edit, remove tags; apply them to mails;
1355                 filter on tags or tag presence; apply or unset
1356                 tags via filtering actions; reference tags in
1357                 reply templates.
1358
1359 2007-07-02 [paul]       2.10.0
1360
1361         * NEWS
1362         * README
1363         * RELEASE_NOTES
1364                 2.10.0 released
1365
1366 2007-07-02 [paul]       2.9.2cvs78
1367
1368         * po/de.po
1369         * po/en_GB.po
1370         * po/es.po
1371         * po/fr.po
1372         * po/hu.po
1373         * po/pt_BR.po
1374         * po/ru.po
1375         * po/zh_CN.po
1376                 updated by Stephan Sachse, me, Ricardo Mones
1377                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1378                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1379
1380 2007-07-02 [paul]       2.9.2cvs77
1381
1382         * AUTHORS
1383                 updated
1384
1385 2007-06-29 [wwp]        2.9.2cvs76
1386
1387         * src/gtk/headers.h
1388                 Fix a typo (thanks to Ricardo for finding this out).
1389
1390 2007-06-28 [paul]       2.9.2cvs75
1391
1392         * src/folderview.c
1393                 fix build warnings
1394
1395 2007-06-28 [paul]       2.9.2cvs74
1396
1397         * tools/Makefile.am
1398                 fix bug in the autotools build system.
1399                 Files cataloged under EXTRA_DIST were never
1400                 automatically copied to the build tree.
1401                 (fix 'make distcheck')
1402                 Patch by Michael Rasmussen.
1403
1404 2007-06-24 [colin]      2.9.2cvs73
1405
1406         * src/news_gtk.c
1407                 Fix bug 1249, 'Error handling for 
1408                 news errors needs modification'
1409                 Only popup error if the according
1410                 pref in Prefs/Receive is set.
1411
1412 2007-06-21 [colin]      2.9.2cvs72
1413
1414         * src/common/plugin.c
1415         * src/common/plugin.h
1416                 Change plugin API to know whether it's safe to 
1417                 unload plugins or whether we should just hide
1418                 them. Fixes bug 1248, 'Core dumps after 
1419                 unloading plugin and clicking on load plugins'
1420         * src/plugins/bogofilter/bogofilter.c
1421         * src/plugins/clamav/clamav_plugin.c
1422         * src/plugins/demo/demo.c
1423         * src/plugins/dillo_viewer/dillo_viewer.c
1424         * src/plugins/pgpcore/plugin.c
1425         * src/plugins/pgpinline/plugin.c
1426         * src/plugins/pgpmime/plugin.c
1427         * src/plugins/spamassassin/spamassassin.c
1428         * src/plugins/trayicon/trayicon.c
1429                 Update API
1430
1431 2007-06-19 [colin]      2.9.2cvs71
1432
1433         * src/compose.c
1434         * src/messageview.c
1435                 Fix crash mentioned in bug 1246
1436                 Race condition when automatically drafting
1437                 due to insertion on reedit.
1438
1439 2007-06-18 [wwp]        2.9.2cvs70
1440
1441         * src/importldif.c
1442                 LDIF import: use a "Proceed" button to complete
1443                 the process.
1444
1445 2007-06-18 [paul]       2.9.2cvs69
1446
1447         * configure.ac
1448                 use pkgconfig to check for gtk and glib
1449
1450 2007-06-17 [wwp]        2.9.2cvs68
1451
1452         * src/ldif.c
1453         * src/importldif.c
1454                 LDIF import: better error handling, minor code
1455                 and UI cleanup, and renamed the Save button
1456                 to Close, as imported stuff is already saved
1457                 when the Save button is shown.
1458
1459 2007-06-17 [colin]      2.9.2cvs67
1460
1461         * src/prefs_summaries.c
1462         * src/procmsg.c
1463                 Don't set as read when forwarded, only replied to
1464
1465 2007-06-17 [paul]       2.9.2cvs66
1466
1467         * src/alertpanel.c
1468                 add missing #include
1469
1470 2007-06-16 [colin]      2.9.2cvs65
1471
1472         * src/prefs_summaries.c
1473         * src/procmsg.c
1474                 Change the pref "Only mark as read when opened
1475                 in new window" to "..., replied to or forwarded".
1476                 Based on a patch by Paul Rolland.
1477
1478 2007-06-16 [paul]       2.9.2cvs64
1479
1480         * src/gtk/authors.h
1481                 alphabetical order! :)
1482
1483 2007-06-16 [colin]      2.9.2cvs63
1484
1485         * AUTHORS
1486         * src/gtk/authors.h
1487                 Add Michael Rasmussen in authors list
1488
1489 2007-06-16 [colin]      2.9.2cvs62
1490
1491         * src/messageview.c
1492                 Fix messageview_copy_clipboard to take advantage
1493                 of plugins' get_selection.
1494
1495 2007-06-15 [colin]      2.9.2cvs61
1496
1497         * src/action.c
1498         * src/addr_compl.c
1499         * src/addressbook.c
1500         * src/folderview.c
1501         * src/message_search.c
1502         * src/mimeview.c
1503         * src/summary_search.c
1504         * src/summaryview.c
1505         * src/textview.c
1506                 Allow GDK_KP_Enter to do the same as GDK_Return
1507                 Patch by Michael Rasmussen
1508
1509 2007-06-15 [paul]       2.9.2cvs60
1510
1511         * src/compose.c
1512                 fix bug when closing a compose window
1513                 during autosave
1514
1515 2007-06-14 [paul]       2.9.2cvs59
1516
1517         * src/main.c
1518         * src/common/defs.h
1519                 migrate sylpheed config
1520
1521 2007-06-14 [wwp]        2.9.2cvs58
1522
1523         * src/gtk/pluginwindow.c
1524                 Yet another attempt to fix sizing/alignment of the
1525                 button bar in plugins window.
1526
1527 2007-06-12 [colin]      2.9.2cvs57
1528
1529         * po/POTFILES.in
1530         * src/Makefile.am
1531         * src/folderview.c
1532         * src/prefs_common.c
1533         * src/prefs_common.h
1534         * src/prefs_summaries.c
1535         * src/prefs_summary_open.c
1536         * src/prefs_summary_open.h
1537         * src/summaryview.c
1538                 Make "when entering a folder" actions more personalisable
1539
1540 2007-06-12 [wwp]        2.9.2cvs56
1541
1542         * tools/README
1543                 Use short description from Paul (mairix.sh).
1544
1545 2007-06-12 [wwp]        2.9.2cvs55
1546
1547         * tools/README
1548                 Updated info about mairix.sh.
1549
1550 2007-06-11 [paul]       2.9.2cvs54
1551
1552         * src/prefs_logging.c
1553                 rework log window length widgets
1554                 and some sensitivity fixes
1555
1556 2007-06-11 [paul]       2.9.2cvs53
1557
1558         * src/mainwindow.c
1559         * src/prefs_logging.c
1560                 rename 'Protocol Log' to 'Network Log'
1561                 and some function renaming
1562
1563 2007-06-10 [wwp]        2.9.2cvs52
1564
1565         * src/gtk/pluginwindow.c
1566                 Revert 2.9.2cvs51.
1567
1568 2007-06-10 [wwp]        2.9.2cvs51
1569
1570         * src/gtk/pluginwindow.c
1571                 Fix button bar in plugin window, was centered and not
1572                 behaving like other dialogs w/ such button bar.
1573
1574 2007-06-08 [wwp]        2.9.2cvs50
1575
1576         * src/compose.c
1577         * src/compose.h
1578         * src/main.c
1579         * src/mainwindow.c
1580         * src/mainwindow.h
1581                 Provide a way out of automatic draft saving on IMAP, when
1582                 exiting offline.
1583                 Prevent drafting while sending and quitting while sending.
1584                 Thanks for Colin.
1585
1586
1587
1588 2007-06-08 [wwp]        2.9.2cvs49
1589
1590         * src/prefs_account.c
1591         * src/gtk/prefswindow.c
1592         * src/gtk/prefswindow.h
1593                 Activate the Basic page when opening account prefs.
1594
1595 2007-06-08 [wwp]        2.9.2cvs48
1596
1597         * src/common/socket.c
1598                 Don't crash if fork() fails, thanks to Colin.
1599
1600 2007-06-08 [wwp]        2.9.2cvs47
1601
1602         * src/gtk/prefswindow.c
1603                 Wrap some long lines, and reset horizontal scroller's adjusment
1604                 (this was already done, vertically), when changing tab (not page)
1605                 in prefs windows.
1606
1607 2007-06-08 [paul]       2.9.2cvs46
1608
1609         * src/common/utils.c
1610                 use gethostname() instead of uname()
1611                 based on a patch by Michael Hughes
1612                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1613
1614 2007-06-07 [wwp]        2.9.2cvs45
1615
1616         * src/prefs_common.c
1617                 Fix some useless warnings, thanks to Colin.
1618
1619 2007-06-06 [colin]      2.9.2cvs44
1620
1621         * src/ldapupdate.c
1622                 Fix strange allocations. 
1623
1624 2007-06-06 [colin]      2.9.2cvs43
1625
1626         * src/ldapupdate.c
1627                 Patch by Michael Rasmussus to help
1628                 bug 1232
1629
1630 2007-06-05 [wwp]        2.9.2cvs42
1631
1632         * src/prefs_account.c
1633         * src/prefs_folder_item.c
1634         * src/prefs_quote.c
1635         * src/quote_fmt.c
1636         * src/quote_fmt.h
1637                 Per-folder templates can now be applied recursively.
1638                 Always save per-folder templates (formats were erroneously
1639                 saved only if they were enabled).
1640                 Check for validity of quotation marks everywhere there
1641                 are defined.
1642
1643 2007-06-05 [wwp]        2.9.2cvs41
1644
1645         * src/inc.c
1646                 Fix incoming messages from local accounts always getting filtered
1647                 (even if the account prefs say don't), thanks to Colin.
1648
1649 2007-06-05 [wwp]        2.9.2cvs40
1650
1651         * src/compose.c
1652         * src/compose.h
1653                 Use per-folder/per-account quote chars when applying a
1654                 template or inserting text as well. Const'ify some
1655                 vars more.
1656
1657 2007-06-04 [colin]      2.9.2cvs39
1658
1659         * src/compose.c
1660                 More work for wwp :)
1661
1662 2007-06-04 [wwp]        2.9.2cvs38
1663
1664         * src/compose.c
1665                 Same as 2.9.2cvs36 but for forwarding.
1666
1667 2007-06-04 [colin]      2.9.2cvs37
1668
1669         * src/compose.c
1670                 Use original mail file for forward/redirect
1671                 Fixes some forwarded mails to be attached as
1672                 application/octet-stream (when they have binary
1673                 parts), and incidentally fixes bug 848
1674                 'Redirect breaks GnuPG'
1675
1676 2007-06-04 [wwp]        2.9.2cvs36
1677
1678         * src/compose.c
1679                 Fix quote mark mis-initialisation when replying/forwarding
1680                 (introduced w/ 2.9.2cvs20).
1681
1682 2007-06-04 [wwp]        2.9.2cvs35
1683
1684         * src/prefs_compose_writing.c
1685         * src/prefs_quote.c
1686                 Fix a bug where Quotation characters (prefs/compose/writing)
1687                 was cleared (introduced w/ 2.9.2cvs26).
1688
1689 2007-06-04 [wwp]        2.9.2cvs34
1690
1691         * src/prefs_account.c
1692         * src/prefs_account.h
1693                 Better fix for compiling w/o aspell (rollbacks
1694                 2.9.2cvs31).
1695
1696 2007-06-04 [wwp]        2.9.2cvs33
1697
1698         * src/account.c
1699         * src/prefs_account.c
1700         * src/prefs_account.h
1701         * src/procmsg.c
1702                 It's now possible to disable mail filtering plugins
1703                 on a per-account basis.
1704
1705 2007-06-04 [wwp]        2.9.2cvs32
1706
1707         * src/procheader.c
1708         * src/common/utils.c
1709         * src/common/utils.h
1710                 Support CRLF in headers part of messages.
1711                 Support few more date formats (RFC3339 subsets).
1712
1713 2007-06-04 [wwp]        2.9.2cvs31
1714
1715         * src/prefs_account.c
1716                 Fix compiling w/o aspell support.
1717
1718 2007-06-03 [wwp]        2.9.2cvs30
1719
1720         * src/prefs_gtk.c
1721                 Don't decode leading ENV_ and ~ in P_PASSWORD
1722                 values.
1723
1724 2007-06-03 [wwp]        2.9.2cvs29
1725
1726         * src/prefs_gtk.c
1727                 Don't decode leading ENV_ and ~ in P_PASSWORD
1728                 values.
1729
1730 2007-06-03 [wwp]        2.9.2cvs28
1731
1732         * src/prefs_account.c
1733         * src/gtk/prefswindow.c
1734         * src/gtk/prefswindow.h
1735                 Added a way to force preloading of all pages
1736                 (prefswindow).
1737                 Moved tabs to pages in account prefs.
1738
1739 2007-06-02 [colin]      2.9.2cvs27
1740
1741         * src/addressbook.c
1742                 Fix possible crash, fix ldap write bugs
1743         * src/ldapupdate.c
1744                 Fix ldap write bugs - patch by Michael
1745                 Rasmussen
1746         * src/alertpanel.c
1747         * src/alertpanel.h
1748                 Add a hook whenever alertpanel opens/closes
1749
1750 2007-05-31 [wwp]        2.9.2cvs26
1751
1752         * src/prefs_compose_writing.c
1753         * src/prefs_quote.c
1754                 Re-organized writing options a bit:
1755                  - renamed the Quoting page to Templates
1756                  - moved all composing templates to that page
1757                  - moved non-templates options to the Writing one,
1758                    grouped reply-related options, reordered reply and
1759                    forward options.
1760
1761 2007-05-31 [wwp]        2.9.2cvs25
1762
1763         * src/compose.c
1764                 Removed unused code.
1765
1766 2007-05-31 [colin]      2.9.2cvs24
1767
1768         * src/addressbook.c
1769                 Fix missing display name when modifying
1770                 LDAP. Patch by Michael Rasmussen
1771
1772 2007-05-31 [wwp]        2.9.2cvs23
1773
1774         * src/plugins/bogofilter/Makefile.am
1775         * src/plugins/clamav/Makefile.am
1776         * src/plugins/demo/Makefile.am
1777         * src/plugins/dillo_viewer/Makefile.am
1778         * src/plugins/spamassassin/Makefile.am
1779                 Fix building of those plugins in Mac OS X.
1780
1781 2007-05-30 [wwp]        2.9.2cvs22
1782
1783         * src/gtk/quicksearch.c
1784                 Fix missing initialization.
1785
1786 2007-05-30 [wwp]        2.9.2cvs21
1787
1788         * src/procheader.c
1789                 Revert accidental commit (debug outputs).
1790
1791 2007-05-30 [wwp]        2.9.2cvs20
1792
1793         * src/compose.c
1794         * src/folder_item_prefs.c
1795         * src/folder_item_prefs.h
1796         * src/prefs_account.c
1797         * src/prefs_account.h
1798         * src/prefs_folder_item.c
1799         * src/prefs_gtk.c
1800         * src/prefs_gtk.h
1801                 Implemented per-account and per-folder
1802                 compose/reply/forward formats.
1803
1804 2007-05-30 [wwp]        2.9.2cvs19
1805
1806         * src/prefs_compose_writing.c
1807         * src/prefs_quote.c
1808         * src/procheader.c
1809         * src/quote_fmt.c
1810         * src/quote_fmt.h
1811                 Internal API changes (factorize quote format
1812                 prefs and checks).
1813
1814 2007-05-30 [colin]      2.9.2cvs18
1815
1816         * src/compose.c
1817                 Fix race where it's possible to re-click Send
1818                 between end of SMTP session and end of "move to
1819                 sent folder" when sending an email with send
1820                 dialog enabled.
1821
1822 2007-05-30 [colin]      2.9.2cvs17
1823
1824         * src/crash.c
1825                 Ask for backtrace on all threads. Patch by
1826                 Pawel
1827         * src/folderview.c
1828                 Fix stale news statusbar when scanning fails.
1829                 Patch by Pawel
1830         * src/ldapupdate.c
1831                 Fix some LDAP write updates bugs. Patch
1832                 by Michael Rasmussen
1833
1834 2007-05-29 [colin]      2.9.2cvs16
1835
1836         * src/imap.c
1837                 Fix loss of local flags when moving mails
1838                 on IMAP in high-bandwidth mode (UID FETCH)
1839
1840 2007-05-25 [paul]       2.9.2cvs15
1841
1842         * src/common/socket.c
1843                 fix sometimes crasher on cancelling
1844                 message sending
1845
1846 2007-05-25 [colin]      2.9.2cvs14
1847
1848         * src/imap.c
1849                 Fix a memory leak
1850         * src/imap_gtk.c
1851                 Be more helpful in the subscription
1852                 message
1853
1854 2007-05-23 [wwp]        2.9.2cvs13
1855
1856         * src/compose.c
1857         * src/prefs_compose_writing.c
1858         * src/prefs_quote.c
1859         * src/prefs_template.c
1860         * src/prefs_template.h
1861         * src/quote_fmt.c
1862         * src/quote_fmt.h
1863         * src/quote_fmt_lex.l
1864         * src/quote_fmt_parse.y
1865                 Introduced new syntax elements (symbols and commands)
1866                 in templates/quote_fmt. Compatibility w/ old
1867                 symbols is kept.
1868                 Updated and reworked the corresponding Information
1869                 dialog.
1870                 Display the line number in dialogs that talk about
1871                 parser errors (in addition to the error message in
1872                 output).
1873
1874 2007-05-23 [wwp]        2.9.2cvs12
1875
1876         * src/quote_fmt_parse.y
1877                 Fix 2.9.2cvs11, probably a paste accident ;).
1878
1879 2007-05-23 [wwp]        2.9.2cvs11
1880
1881         * src/compose.c
1882         * src/prefs_template.c
1883         * src/quote_fmt.h
1884         * src/quote_fmt_parse.y
1885                 Fix 2.9.2cvs10, which broke --disable-aspell.
1886
1887 2007-05-22 [wwp]        2.9.2cvs10
1888
1889         * src/compose.c
1890         * src/prefs_template.c
1891         * src/quote_fmt.c
1892         * src/quote_fmt.h
1893         * src/quote_fmt_lex.l
1894         * src/quote_fmt_parse.y
1895         * src/gtk/gtkaspell.c
1896         * src/gtk/gtkaspell.h
1897                 Added template/quote format syntactical elements
1898                 to show and query:
1899                         - current dictionary
1900                           %T to show (shows empty if not set or not enabled),
1901                           ?T and !T to check if the default dictionary is
1902                           enabled and set
1903                         - current account's default dictionary
1904                           %aT to show (empty if not set or not enabled),
1905                           ?aT and !aT to check if it's enabled and set
1906                         - name completion for an address, from the address
1907                           book
1908                           %ABf, %ABt, %ABc respectively show the full name got
1909                           from the address book if From, To or Cc match a single
1910                           contact.
1911                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1912                           matches any contact and if the full name is non-empty.
1913                           If From, To or Cc are lists of email addresses, only
1914                           the first address will be checked.
1915                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1916                 that could show a trailing ','.
1917                 Also, template/quote_fmt parser now shows the line number in case
1918                 of parser error.
1919
1920 2007-05-15 [colin]      2.9.2cvs9
1921
1922         * src/main.c
1923         * src/main.h
1924                 Add a public function to know whether Claws
1925                 crashed last time
1926                 Store opened folder when exiting
1927         * src/folder.c
1928         * src/folder.h
1929                 Store last opened message in each FolderItem;
1930                 Reset last seen messages if Claws crashed, so 
1931                 that one can't go in an infinite crash in case 
1932                 a particular mail crashes Claws.
1933         * src/messageview.c
1934         * src/prefs_common.c
1935         * src/prefs_common.h
1936         * src/summaryview.c
1937         * src/prefs_summaries.c
1938                 Add "Select last opened message" when entering
1939                 a folder
1940                 Add "Select last opened folder" at startup.
1941
1942 2007-05-14 [colin]      2.9.2cvs8
1943
1944         * manual/xml2pdf
1945                 Fix bashism, search for xml catalog 
1946                 in /usr/local/share/xml/catalog too
1947                 Patch by Pawel
1948
1949 2007-05-13 [wwp]        2.9.2cvs7
1950
1951         * src/gtk/logwindow.c
1952                 fix raising log windows when they are either minimized or
1953                 in background.
1954
1955 2007-05-11 [colin]      2.9.2cvs6
1956
1957         * src/gtk/filesel.c
1958                 Use Hildon's file chooser on Maemo. Patch
1959                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1960                 'File attachment "manipulation" bugs...'
1961
1962 2007-05-10 [wwp]        2.9.2cvs5
1963
1964         * src/prefs_common.c
1965         * src/prefs_common.h
1966         * src/gtk/quicksearch.c
1967                 Add a quicksearch option to automatically run
1968                 a search selected from the history (this option
1969                 is exclusive towards type-ahead).
1970
1971 2007-05-10 [colin]      2.9.2cvs4
1972
1973         * src/imap.c
1974                 Fix g_warnings, thanks to Brian
1975                 Morrison
1976
1977 2007-05-09 [colin]      2.9.2cvs3
1978
1979         * src/crash.c
1980         * src/exporthtml.c
1981         * src/mbox.c
1982         * src/prefs_summaries.c
1983         * src/procheader.c
1984         * src/common/log.c
1985         * src/common/utils.c
1986         * src/gtk/gtksourceprintjob.c
1987         * src/gtk/sslcertwindow.c
1988                 Use the re-entrant variant of time functions
1989                 Probably fixes bug 1217, 'reentrancy problems 
1990                 with time functions'
1991
1992 2007-05-09 [colin]      2.9.2cvs2
1993
1994         * src/imap.c
1995                 Fix crasher when reconnection fails
1996
1997 2007-05-08 [paul]       2.9.2cvs1
1998
1999         * NEWS
2000         * README
2001         * RELEASE_NOTES
2002         * configure.ac
2003                 bump version number following
2004                 stable release
2005
2006 2007-05-08 [paul]       2.9.1cvs48
2007
2008         * src/plugins/demo/demo.c
2009         * src/plugins/dillo_viewer/dillo_prefs.c
2010         * src/plugins/dillo_viewer/dillo_prefs.h
2011         * src/plugins/dillo_viewer/dillo_viewer.c
2012         * src/plugins/pgpcore/pgp_viewer.c
2013         * src/plugins/pgpcore/pgp_viewer.h
2014         * src/plugins/pgpcore/plugin.c
2015         * src/plugins/pgpcore/prefs_gpg.c
2016         * src/plugins/pgpcore/prefs_gpg.h
2017         * src/plugins/pgpcore/sgpgme.c
2018         * src/plugins/pgpcore/sgpgme.h
2019         * src/plugins/pgpinline/plugin.c
2020         * src/plugins/pgpmime/pgpmime.c
2021         * src/plugins/pgpmime/pgpmime.h
2022         * src/plugins/pgpmime/plugin.c
2023         * src/plugins/spamassassin/spamassassin.c
2024         * src/plugins/spamassassin/spamassassin.h
2025         * src/plugins/spamassassin/spamassassin_gtk.c
2026         * src/plugins/trayicon/README
2027         * tools/README
2028         * tools/README.sylprint
2029         * tools/outlook2claws-mail.pl
2030         * tools/sylprint.pl
2031         * tools/tb2claws-mail
2032         * tools/tbird2claws.py
2033         * tools/update-po
2034         * tools/vcard2xml.py
2035         * tools/kdeservicemenu/README
2036                 cleanups and corrections
2037
2038 2007-05-06 [wwp]        2.9.1cvs47
2039
2040         * tools/uudec
2041                 Fix missing dash to `display` command-line, reported
2042                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2043
2044 2007-05-06 [colin]      2.9.1cvs46
2045
2046         * src/Makefile.am
2047         * src/stock_pixmap.c
2048         * src/stock_pixmap.h
2049         * src/pixmaps/printer.xpm
2050                 Add a printer icon
2051
2052 2007-05-06 [paul]       2.9.1cvs45
2053
2054         * src/compose.c
2055         * src/ldapquery.c
2056         * src/privacy.h
2057         * src/summary_search.c
2058         * src/summaryview.c
2059                 fix build warnings
2060
2061 2007-05-05 [wwp]        2.9.1cvs44
2062
2063         * src/messageview.c
2064         * src/mh.c
2065         * src/prefs_actions.c
2066         * src/prefs_gtk.c
2067         * src/summaryview.c
2068         * src/common/xml.c
2069                 Fix "faild" typos everywhere and capitalization of
2070                 some g_warnings.
2071
2072 2007-05-04 [colin]      2.9.1cvs43
2073
2074         * src/compose.c
2075         * src/privacy.c
2076         * src/privacy.h
2077         * src/plugins/pgpcore/prefs_gpg.c
2078         * src/plugins/pgpcore/prefs_gpg.h
2079         * src/plugins/pgpinline/pgpinline.c
2080         * src/plugins/pgpmime/pgpmime.c
2081                 Add an API to warn about encryption limits,
2082                 and allow to disable these warnings
2083
2084 2007-05-03 [colin]      2.9.1cvs42
2085
2086         * src/summaryview.c
2087         * src/mainwindow.c
2088                 Fix bug 1213, 'Delete more than 
2089                 one thread at once'
2090
2091 2007-05-03 [wwp]        2.9.1cvs41
2092
2093         * src/prefs_common.c
2094         * src/prefs_filtering.c
2095         * src/prefs_template.c
2096         * src/common/template.c
2097         * src/common/template.h
2098         * src/gtk/gtkutils.c
2099         * src/gtk/gtkutils.h
2100                 Templates are no longer automatically sorted
2101                 by name, but can be sorted manually using
2102                 |< < > >| buttons as well as drag'n'drop.
2103
2104 2007-05-03 [wwp]        2.9.1cvs40
2105
2106         * src/plugins/spamassassin/spamassassin.c
2107         * src/plugins/spamassassin/spamassassin.h
2108         * src/plugins/spamassassin/spamassassin_gtk.c
2109         * src/plugins/bogofilter/bogofilter.c
2110         * src/plugins/bogofilter/bogofilter.h
2111         * src/plugins/bogofilter/bogofilter_gtk.c
2112                 Added an option to conditionally mark saved spam
2113                 as read (default is and was to do so).
2114                 Satisfies feature request 1708539 on sf.net tracker.
2115
2116 2007-05-03 [colin]      2.9.1cvs39
2117
2118         * src/inc.c
2119                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2120
2121 2007-05-02 [colin]      2.9.1cvs38
2122
2123         * src/textview.c
2124                 Fix bug 1209, 'Clicking on address 
2125                 in header (mailto uri) selects 
2126                 default account'. Patch adapted from
2127                 G.P. Halkes' patch.
2128
2129 2007-05-02 [colin]      2.9.1cvs37
2130
2131         * src/grouplistdialog.c
2132                 Set cursor to wait cursor while loading
2133                 groups.
2134
2135 2007-05-02 [paul]       2.9.1cvs36
2136
2137         * src/folder.c
2138         * src/common/defs.h
2139                 rename cache and mark files
2140                 (data is preserved)
2141
2142 2007-04-30 [paul]       2.9.1cvs35
2143
2144         * manual/glossary.xml
2145         * manual/plugins.xml
2146                 updates. Patch by Ricardo
2147
2148 2007-04-29 [wwp]        2.9.1cvs34
2149
2150         * src/mainwindow.c
2151         * configure.ac
2152                 Fix few grammatical errors (patch by David Relson < relson at
2153                 osagesoftware dot com >).
2154
2155 2007-04-28 [colin]      2.9.1cvs33
2156
2157         * src/account.c
2158         * src/pop.c
2159         * src/prefs_account.c
2160         * src/prefs_account.h
2161                 Drop the "Download all" preference. It's
2162                 stupidly useless and confuses people from
2163                 time to time.
2164
2165 2007-04-27 [wwp]        2.9.1cvs32
2166
2167         * src/account.c
2168         * src/prefs_account.c
2169         * src/prefs_account.h
2170                 Don't reflect accounts changes to the mainwindow when it's
2171                 not necessary.
2172
2173 2007-04-27 [colin]      2.9.1cvs31
2174
2175         * src/folder.c
2176                 Freeze/thaw when sync'ing flags
2177         * src/imap.c
2178         * src/prefs_account.c
2179         * src/prefs_account.h
2180         * src/etpan/imap-thread.c
2181         * src/etpan/imap-thread.h
2182                 Add a way to use UID FETCH instead
2183                 of searches to fetch message lists
2184                 and flags. More expensive towards
2185                 bandwidth, less expensive towards
2186                 server's CPU. Probably fixes 
2187                 bug 1158, 'Scanning new folders on 
2188                 Exchange 2007 extremely slow'.
2189                 Patch 95% by Hoa.
2190
2191 2007-04-27 [paul]       2.9.1cvs30
2192
2193         * src/mainwindow.c
2194         * src/prefs_logging.c
2195                 improvements to english usage
2196
2197 2007-04-27 [colin]      2.9.1cvs29
2198
2199         * src/imap.c
2200                 Fix build without libetpan (my bad!)
2201
2202 2007-04-26 [colin]      2.9.1cvs28
2203
2204         * src/imap.c
2205         * src/imap.h
2206                 Fix uselessly exported function
2207         * src/textview.c
2208                 Consider "- -- \n" as signature separator
2209                 (that's what signature separators look like
2210                  in PGP/Inline signed mails)
2211
2212 2007-04-26 [colin]      2.9.1cvs27
2213
2214         * configure.ac
2215                 libetpan-0.49 is now required
2216         * src/procmime.c
2217                 Fix double fetching of mails if
2218                 first try failed
2219         * src/imap.c
2220                 Make offline sync faster, by
2221                 remembering last change time, and
2222                 last sync time.
2223
2224 2007-04-26 [hoa]        2.9.1cvs26
2225
2226         * src/imap.c
2227         * src/imap.h
2228         * src/mainwindow.c
2229         * src/toolbar.c
2230         * src/etpan/imap-thread.c
2231         * src/etpan/imap-thread.h
2232                 cancellation of IMAP operations is now allowed.
2233                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2234
2235 2007-04-26 [colin]      2.9.1cvs25
2236
2237         * src/folder.c
2238                 Always fetch body+headers in folders that are
2239                 synched for offline use, if "Synchronise as
2240                 soon as possible" is set.
2241                 Fixes bug 1200, 'Add option to always retrieve full 
2242                 messages'
2243
2244 2007-04-25 [colin]      2.9.1cvs24
2245
2246         * src/compose.c
2247                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2248                 persists...'
2249
2250 2007-04-24 [colin]      2.9.1cvs23
2251
2252         * src/folderview.c
2253                 Fix bug 1195, 'Hardware key navigation' 
2254                 Make GDK_Enter toggle expansion (Maemo)
2255
2256 2007-04-24 [wwp]        2.9.1cvs22
2257
2258         * src/compose.c
2259                 Fix few compiler warnings.
2260
2261 2007-04-24 [paul]       2.9.1cvs21
2262
2263         * src/Makefile.am
2264         * src/stock_pixmap.c
2265         * src/stock_pixmap.h
2266                 complete last commit
2267
2268 2007-04-24 [paul]       2.9.1cvs20
2269
2270         * src/gtk/about.c
2271         * src/pixmaps/active.xpm
2272         * src/pixmaps/checkbox_off.xpm
2273         * src/pixmaps/checkbox_on.xpm
2274         * src/pixmaps/inactive.xpm
2275                 kick out the blobs
2276                 remove transparent border from checkbox icons
2277
2278 2007-04-24 [wwp]        2.9.1cvs19
2279
2280         * src/textview.c
2281         * src/textview.h
2282                 Fix a crash in textview, thanks to Colin.
2283
2284 2007-04-23 [wwp]        2.9.1cvs18
2285
2286         * src/prefs_common.c
2287                 Fix 2.9.1cvs5: no header was being translated at all.
2288
2289 2007-04-23 [colin]      2.9.1cvs17
2290
2291         * src/Makefile.am
2292         * src/stock_pixmap.c
2293         * src/stock_pixmap.h
2294         * src/summaryview.c
2295         * src/summaryview.h
2296         * src/gtk/gtksctree.c
2297         * src/gtk/gtksctree.h
2298         * src/pixmaps/selection.xpm
2299                 Fix bug 1193, 'Need a way to multi-select
2300                 items'. Add a toggle button to the summaryview
2301                 to switch between normal and multiple selection
2302                 (Maemo)
2303
2304 2007-04-23 [colin]      2.9.1cvs16
2305
2306         * src/Makefile.am
2307         * src/stock_pixmap.c
2308         * src/stock_pixmap.h
2309         * src/summaryview.c
2310         * src/summaryview.h
2311         * src/gtk/gtksctree.c
2312         * src/gtk/gtksctree.h
2313         * src/pixmaps/selection.xpm
2314                 Fix bug 1193, 'Need a way to multi-
2315                 select items'
2316                 Add a toggle button in the summaryview
2317                 to enable normal or multiple selection.
2318                 (Maemo)
2319
2320 2007-04-23 [colin]      2.9.1cvs15
2321
2322         * src/compose.c
2323                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2324
2325 2007-04-21 [colin]      2.9.1cvs14
2326
2327         * src/gtk/quicksearch.c
2328                 Fix previous commit (actually use correct
2329                 parameter)
2330
2331 2007-04-21 [colin]      2.9.1cvs13
2332
2333         * src/gtk/quicksearch.c
2334                 Fix changing quicksearch type (after Esc,
2335                 after changing Recursive, ...)
2336
2337 2007-04-20 [wwp]        2.9.1cvs12
2338
2339         * src/gtk/Makefile.am
2340                 Added headers.h (completes 2.9.1cvs5).
2341
2342 2007-04-20 [wwp]        2.9.1cvs11
2343
2344         * src/addressbook.c
2345                 Fix the use of display name in name column,
2346                 it has been overriden w/ the use of nickname
2347                 by 2.9.0cvs3. Now nickname is used (if any)
2348                 in case of LDAP books only.
2349
2350 2007-04-20 [colin]      2.9.1cvs10
2351
2352         * src/mimeview.c
2353         * src/summaryview.c
2354         * src/textview.c
2355                 Add handling of 'a' to loop in a mail's
2356                 mimeparts
2357
2358 2007-04-20 [colin]      2.9.1cvs9
2359
2360         * src/toolbar.c
2361                 Fix bug 1190, 'dir_open' button doesn't work'
2362                 (Maemo)
2363
2364 2007-04-20 [colin]      2.9.1cvs8
2365
2366         * src/folderview.c
2367         * src/mainwindow.c
2368                 Fix bug 1194, 'Hardware keys move from email 
2369                 list to account/directory list, but not back 
2370                 to email list...' (Maemo)
2371
2372 2007-04-20 [colin]      2.9.1cvs7
2373
2374         * src/compose.h
2375                 complete previous commit
2376
2377 2007-04-20 [colin]      2.9.1cvs6
2378
2379         * src/compose.c
2380                 Fix bug 1187, 'Reply-to addressee disappears 
2381                 when reply-to text box is clicked...' (Maemo)
2382
2383 2007-04-20 [wwp]        2.9.1cvs5
2384
2385         * po/POTFILES.in
2386         * src/addressbook.c
2387         * src/compose.c
2388         * src/filtering.c
2389         * src/headerview.c
2390         * src/matcher.c
2391         * src/prefs_common.c
2392         * src/prefs_common.h
2393         * src/prefs_display_header.c
2394         * src/prefs_matcher.c
2395         * src/summaryview.c
2396         * src/gtk/headers.h
2397         * src/gtk/quicksearch.c
2398                 Translate more header names according to the relevant option value,
2399                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2400                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2401                 to prefs_common_translated_header_name().
2402                 Added a headers.h reference file that contains known header names
2403                 (RFC2822 and others) to the translation process' input, so that
2404                 translated header names will still exist even if no occurrence of
2405                 _("headername") is found anymore in the sources.
2406                 Don't translate column name 'Number' following to trans_hdr option
2407                 value as it's not a header name.
2408
2409 2007-04-20 [colin]      2.9.1cvs4
2410
2411         * src/gtk/quicksearch.c
2412         * src/gtk/quicksearch.h
2413                 Add "From, To or Subject" quicksearch
2414                 type. Patch by ulfschaper@users.sf.net
2415
2416 2007-04-20 [colin]      2.9.1cvs3
2417
2418         * src/matcher.c
2419                 Implement proper references filtering condition.
2420                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2421
2422 2007-04-19 [wwp]        2.9.1cvs2
2423
2424         * src/prefs_display_header.c
2425         * src/message_search.c
2426                 Fix few warnings (g_free of const gchar*).
2427
2428 2007-04-19 [paul]       2.9.1cvs1
2429
2430         * NEWS
2431         * README
2432         * RELEASE_NOTES
2433         * configure.ac
2434                 bump version number following
2435                 stable release
2436
2437 2007-04-19 [paul]       2.9.0cvs9
2438
2439         * manual/advanced.xml
2440         * manual/glossary.xml
2441                 fix typos
2442
2443 2007-04-18 [paul]       2.9.0cvs8
2444
2445         * src/pop.c
2446                 fix for CVE-2007-1558 (APOP)
2447                 Thanks to Colin
2448
2449 2007-04-18 [paul]       2.9.0cvs7
2450
2451         * src/messageview.c
2452         * src/mimeview.c
2453         * src/summaryview.c
2454         * src/gtk/filesel.c
2455                 Fix encoding woes wrt saving of
2456                 mails and parts
2457                 Thanks to Colin
2458
2459 2007-04-18 [colin]      2.9.0cvs6
2460
2461         * src/gtk/pluginwindow.c
2462                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2463
2464 2007-04-17 [wwp]        2.9.0cvs5
2465
2466         * src/addressadd.c
2467         * src/addressbook.c
2468         * src/addrindex.c
2469         * src/ldapupdate.c
2470                 Fix --disable-ldap build,
2471                 fix some LDAP annoyances on 
2472                 searches, thanks to Colin.
2473
2474 2007-04-17 [wwp]        2.9.0cvs4
2475
2476         * src/ldapupdate.c
2477                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2478                 like gcc 2.9x. Thanks to Colin.
2479
2480 2007-04-17 [wwp]        2.9.0cvs3
2481
2482         * src/Makefile.am
2483         * src/addressadd.c
2484         * src/addressbook.c
2485         * src/addrindex.c
2486         * src/addritem.c
2487         * src/addritem.h
2488         * src/editaddress.c
2489         * src/ldapctrl.c
2490         * src/ldapctrl.h
2491         * src/ldapquery.c
2492         * src/ldapserver.c
2493         * src/ldapserver.h
2494         * src/ldapupdate.c
2495         * src/ldapupdate.h
2496                 Add LDAP write support. Patch mostly by 
2497                 Michael <mir at datanom dot net>
2498
2499 2007-04-17 [wwp]        2.9.0cvs2
2500
2501         * src/compose.c
2502                 Prepend "Add to address book" to the context menu of compose window's sender and
2503                 recipient fields.
2504
2505 2007-04-16 [paul]       2.9.0cvs1
2506
2507         * src/gtk/authors.h
2508                 add Pader Rezso
2509
2510 2007-04-16 [paul]       2.9.0
2511
2512         * NEWS
2513         * README
2514         * RELEASE_NOTES
2515                 2.9.0 released
2516
2517 2007-04-16 [paul]       2.8.1cvs102
2518
2519         * po/fr.po
2520                 updated by Fabien Vantard
2521
2522 2007-04-16 [paul]       2.8.1cvs101
2523
2524         * po/ca.po
2525         * po/cs.po
2526         * po/de.po
2527         * po/hu.po
2528         * po/pl.po
2529         * po/pt_BR.po
2530         * po/sr.po
2531         * po/zh_CN.po
2532                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2533                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2534                 Aleksandar Urosevic, and Ralgh Young
2535
2536 2007-04-15 [mones]      2.8.1cvs100
2537
2538         * po/es.po
2539                 Updated for release
2540
2541 2007-04-14 [colin]      2.8.1cvs99
2542
2543         * src/message_search.c
2544         * src/prefs_display_header.c
2545         * src/summary_search.c
2546         * src/gtk/combobox.c
2547                 Fix allocations
2548
2549 2007-04-14 [wwp]        2.8.1cvs98
2550
2551         * src/gtk/combobox.c
2552         * src/message_search.c
2553         * src/summary_search.c
2554         * src/prefs_display_header.c
2555                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2556                 returns NULL, get the text value directly from the GtkEntry child.
2557
2558 2007-04-13 [colin]      2.8.1cvs97
2559
2560         * src/gtk/quicksearch.c
2561                 Give the focus back to summaryview when
2562                 emptying the quicksearch with Esc
2563
2564 2007-04-13 [colin]      2.8.1cvs96
2565
2566         * src/message_search.c
2567         * src/prefs_display_header.c
2568         * src/summary_search.c
2569                 Fix possibles crashes when getting text
2570                 from gtk combos
2571
2572 2007-04-13 [colin]      2.8.1cvs95
2573
2574         * src/pop.c
2575                 Add some UIDL debugging
2576
2577 2007-04-12 [colin]      2.8.1cvs94
2578
2579         * src/folder.c
2580                 Force folder scan if necessary after
2581                 copying mails, to be able to reapply
2582                 flags.
2583
2584 2007-04-11 [colin]      2.8.1cvs93
2585
2586         * src/main.c
2587                 don't scan for new mail on startup if --select
2588                 is specified (or race conditions arise). If so,
2589                 do both sequentially.
2590
2591 2007-04-09 [colin]      2.8.1cvs92
2592
2593         * src/common/defs.h
2594                 Use leafpad by default on Maemo. Patch
2595                 by Jean-Luc Biord.
2596
2597 2007-04-06 [colin]      2.8.1cvs91
2598
2599         * src/pixmaps/queue_close.xpm
2600         * src/pixmaps/queue_close_hrm.xpm
2601         * src/pixmaps/queue_close_hrm_mark.xpm
2602         * src/pixmaps/queue_close_mark.xpm
2603         * src/pixmaps/queue_open.xpm
2604         * src/pixmaps/queue_open_hrm.xpm
2605         * src/pixmaps/queue_open_hrm_mark.xpm
2606         * src/pixmaps/queue_open_mark.xpm
2607                 Move the clock one pixel down :)
2608
2609 2007-04-05 [colin]      2.8.1cvs90
2610
2611         * src/mainwindow.c
2612                 Don't sync when switching offline from
2613                 command line - it's usually too late :)
2614
2615 2007-04-05 [paul]       2.8.1cvs89
2616
2617         * src/Makefile.am
2618         * src/stock_pixmap.c
2619         * src/pixmaps/dir_close_hrm.xpm
2620         * src/pixmaps/dir_close_hrm_mark.xpm
2621         * src/pixmaps/drafts_close.xpm
2622         * src/pixmaps/drafts_close_mark.xpm
2623         * src/pixmaps/drafts_open.xpm
2624         * src/pixmaps/drafts_open_mark.xpm
2625         * src/pixmaps/inbox.xpm
2626         * src/pixmaps/inbox_close.xpm
2627         * src/pixmaps/inbox_close_hrm.xpm
2628         * src/pixmaps/inbox_close_hrm_mark.xpm
2629         * src/pixmaps/inbox_close_mark.xpm
2630         * src/pixmaps/inbox_hrm.xpm
2631         * src/pixmaps/inbox_hrm_mark.xpm
2632         * src/pixmaps/inbox_mark.xpm
2633         * src/pixmaps/inbox_open.xpm
2634         * src/pixmaps/inbox_open_hrm.xpm
2635         * src/pixmaps/inbox_open_hrm_mark.xpm
2636         * src/pixmaps/inbox_open_mark.xpm
2637         * src/pixmaps/outbox.xpm
2638         * src/pixmaps/outbox_close.xpm
2639         * src/pixmaps/outbox_close_hrm.xpm
2640         * src/pixmaps/outbox_close_hrm_mark.xpm
2641         * src/pixmaps/outbox_close_mark.xpm
2642         * src/pixmaps/outbox_hrm.xpm
2643         * src/pixmaps/outbox_hrm_mark.xpm
2644         * src/pixmaps/outbox_mark.xpm
2645         * src/pixmaps/outbox_open.xpm
2646         * src/pixmaps/outbox_open_hrm.xpm
2647         * src/pixmaps/outbox_open_hrm_mark.xpm
2648         * src/pixmaps/outbox_open_mark.xpm
2649         * src/pixmaps/queue_close.xpm
2650         * src/pixmaps/queue_close_hrm.xpm
2651         * src/pixmaps/queue_close_hrm_mark.xpm
2652         * src/pixmaps/queue_close_mark.xpm
2653         * src/pixmaps/queue_open.xpm
2654         * src/pixmaps/queue_open_hrm.xpm
2655         * src/pixmaps/queue_open_hrm_mark.xpm
2656         * src/pixmaps/queue_open_mark.xpm
2657                 updated, added and replaced icons
2658                 Icons by Colin
2659
2660 2007-04-04 [colin]      2.8.1cvs88
2661
2662         * src/imap.c
2663                 Fix build without libetpan
2664
2665 2007-04-03 [colin]      2.8.1cvs87
2666
2667         * src/imap.c
2668                 Fix crash with Citadel, and try to make
2669                 things work. this server (and specifically 
2670                 STATUS and APPEND at least) seems broken.
2671
2672 2007-04-03 [colin]      2.8.1cvs86
2673
2674         * src/folderview.c
2675                 Fix icons on folder close
2676
2677 2007-04-03 [colin]      2.8.1cvs85
2678
2679         * src/inc.c
2680                 Fix double-ask of offline override in
2681                 certain cases
2682         * src/imap.c
2683         * src/imap.h
2684         * src/imap_gtk.c
2685                 Much more efficient way to synchronise
2686                 for offline use
2687         * src/etpan/imap-thread.c
2688                 Fix possible segs
2689         * src/folder.c
2690         * src/gtk/quicksearch.c
2691                 Fix some GUI lags
2692
2693 2007-04-03 [paul]       2.8.1cvs84
2694
2695         * src/filtering.c
2696         * src/folder.c
2697         * src/folder.h
2698         * src/prefs_common.c
2699         * src/prefs_common.h
2700         * src/prefs_other.c
2701                 Fix sync being done too late
2702                 Thanks to Colin
2703
2704 2007-04-02 [colin]      2.8.1cvs83
2705
2706         * src/summaryview.c
2707                 Maemo: Put status and quicksearch at the top
2708         * src/plugins/bogofilter/bogofilter.c
2709         * src/plugins/spamassassin/spamassassin.c
2710                 Derive trash from inbox if possible
2711
2712 2007-04-02 [paul]       2.8.1cvs82
2713
2714         * src/plugins/bogofilter/bogofilter_gtk.c
2715                 a few English changes
2716
2717 2007-04-02 [paul]
2718
2719         2.9.0-rc1 released
2720
2721 2007-04-02 [colin]      2.8.1cvs81
2722
2723         * src/image_viewer.c
2724                 Fix transparent images by using
2725                 GtkImage
2726         * src/messageview.c
2727                 Flush events (on new windows) to avoid
2728                 having the textview's image resize fail
2729                 to know the available width
2730
2731 2007-04-01 [colin]      2.8.1cvs80
2732
2733         * src/prefs_account.c
2734                 If no MH mailbox exist, when creating a POP/Local
2735                 account, just create and use the default one 
2736                 instead of bailing with a "Mailbox doesn't exist"
2737                 error
2738
2739 2007-03-31 [colin]      2.8.1cvs79
2740
2741         * src/prefs_account.c
2742                 Create signature file if it doesn't exist
2743                 before editing
2744         * src/prefs_toolbar.c
2745                 Maemo: Move "Use default" on the left so
2746                 that people can find it
2747         * src/common/defs.h
2748                 Maemo: make default editor "Maemopad", 
2749                 default signature file "MyDocs/signature.txt"
2750
2751 2007-03-31 [colin]      2.8.1cvs78
2752
2753         * src/prefs_account.c
2754                 Maemo: rework account prefs so
2755                 that less horizontal scrolling
2756                 is required
2757
2758 2007-03-31 [colin]      2.8.1cvs77
2759
2760         * src/folderview.c
2761         * src/prefs_common.c
2762         * src/prefs_common.h
2763                 Fix bug 1167, 'Allow not displaying zeros 
2764                 in folder list'. Patch by MartinP
2765
2766 2007-03-31 [colin]      2.8.1cvs76
2767
2768         * AUTHORS
2769                 Add Jean-Luc Biord
2770
2771 2007-03-31 [colin]      2.8.1cvs75
2772
2773         * src/imap.c
2774                 Apply patch from bug 1172, direct
2775                 access to the folder's session instead
2776                 of using getter. Patch by MartinP
2777
2778 2007-03-31 [paul]       2.8.1cvs74
2779
2780         * src/gtk/authors.h
2781                 no need to list Fabien twice!
2782
2783 2007-03-31 [colin]      2.8.1cvs73
2784
2785         * src/inc.c
2786                 If we're currently "overriding for %d minutes",
2787                 don't ask
2788
2789 2007-03-31 [colin]      2.8.1cvs72
2790
2791         * src/compose.c
2792         * src/imap.c
2793         * src/inc.c
2794         * src/inc.h
2795         * src/messageview.c
2796         * src/news.c
2797         * src/plugins/spamassassin/spamassassin.c
2798                 Offline override: Add a parameter to allow
2799                 asking even if the override timer is running.
2800                 Allows to ask every time the user makes an
2801                 explicit action needing online access (such
2802                 as Get Mail), and not when the action is 
2803                 implicit (such as opening an IMAP folder)
2804
2805 2007-03-31 [colin]      2.8.1cvs71
2806
2807         * src/inc.c
2808                 Override offline: "No" answer shouldn't
2809                 re-ask after 3 seconds, but 10 minutes. 
2810
2811 2007-03-30 [colin]      2.8.1cvs70
2812
2813         * src/common/socket.c
2814                 Better error reporting on unix socket
2815                 failure (bind usually)
2816         * src/gtk/gtkutils.c
2817         * src/gtk/gtkutils.h
2818                 Label window: add a pulsing progress
2819                 bar to show we're not hung :)
2820         * src/folderview.c
2821         * src/main.c
2822         * src/plugins/pgpcore/sgpgme.c
2823                 Update API
2824
2825 2007-03-30 [colin]      2.8.1cvs69
2826
2827         * src/pop.c
2828         * src/prefs_common.c
2829                 Fix possible trashing of history and uidl
2830                 files on disk full problems
2831
2832 2007-03-30 [paul]       2.8.1cvs68
2833
2834         * src/mainwindow.c
2835         * src/summaryview.c
2836         * src/summaryview.h
2837                 update summary when changing layout type
2838                 (fixes wrong folder icon being displayed)
2839                 Thanks to Colin
2840
2841 2007-03-29 [colin]      2.8.1cvs67
2842
2843         * src/prefs_ext_prog.c
2844                 The browser pref is irrelevant on Maemo
2845
2846 2007-03-29 [colin]      2.8.1cvs66
2847
2848         * src/compose.c
2849         * src/compose.h
2850                 Maemo: dynamically switch headers/text position
2851         * src/prefs_common.c
2852                 Maemo: hide compose's ruler by default
2853         * src/common/socket.c
2854         * src/common/socket.h
2855                 Fix build warning
2856
2857 2007-03-29 [colin]      2.8.1cvs65
2858
2859         * src/common/socket.c
2860         * src/common/socket.h
2861                 Fix build when MAEMO_CFLAGS contains
2862                 _X_OPENSOURCE (resolv.h errors as long
2863                 as we don't add _BSD_SOURCE. Ugly).
2864
2865 2007-03-29 [wwp]        2.8.1cvs64
2866
2867         * src/prefs_logging.c
2868                 Fix sensitivity of clip-log widgets in prefs/logging,
2869                 thanks to Fabien.
2870
2871 2007-03-29 [wwp]        2.8.1cvs63
2872
2873         * po/POTFILES.in
2874                 Updated files list for translations, thanks to Fabien.
2875
2876 2007-03-29 [colin]      2.8.1cvs62
2877
2878         * src/main.c
2879         * src/common/Makefile.am
2880         * src/common/utils.c
2881                 Maybe make URI opening work in Maemo
2882                 Requires testing :)
2883
2884 2007-03-28 [colin]      2.8.1cvs61
2885
2886         * src/folder.c
2887         * src/folder.h
2888         * src/folderview.c
2889                 Add the possibility to sort folders arbitrarily
2890                 (via editing of folderlist.xml only). Patch by
2891                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2892                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2893                 be changed by the user'
2894
2895 2007-03-28 [colin]      2.8.1cvs60
2896
2897         * src/mimeview.c
2898                 Add popup menu for mime icons
2899
2900 2007-03-28 [colin]      2.8.1cvs59
2901
2902         * src/mainwindow.c
2903                 Fix a layout issue when presenting
2904                 mainwindow in Small screen layout
2905         * src/toolbar.c
2906         * src/toolbar.h
2907                 Add a "Go to folder list" button for
2908                 mainwindow, and make it default in
2909                 the Maemo build
2910
2911 2007-03-28 [colin]      2.8.1cvs58
2912
2913         * src/compose.c
2914                 Don't dynamically update title on Maemo
2915                 Patch by Jean-Luc Biord
2916
2917 2007-03-27 [colin]      2.8.1cvs57
2918
2919         * src/compose.c
2920         * src/folderview.c
2921         * src/summaryview.c
2922                 Enable tap-and-hold on Maemo
2923
2924 2007-03-26 [colin]      2.8.1cvs56
2925
2926         * src/compose.c
2927                 More popup-menu (in attachments list)
2928
2929 2007-03-26 [colin]      2.8.1cvs55
2930
2931         * src/compose.c
2932                 Enable popup-menu signal
2933
2934 2007-03-26 [colin]      2.8.1cvs54
2935
2936         * src/plugins/pgpinline/pgpinline.c
2937                 Fix bug 1111, 'PGP/inline plugin hides text 
2938                 around encrypted text block'. Patch based on
2939                 a patch from Michal Cihar.
2940
2941 2007-03-26 [wwp]        2.8.1cvs53
2942
2943         * src/procmsg.c
2944                 Fix getting a false error when sending queued message
2945                 whereas the sending was fine (if there are subfolders
2946                 in the queue folder), thanks to Colin.
2947
2948 2007-03-26 [paul]       2.8.1cvs52
2949
2950         * src/wizard.c
2951                 update FACE header in welcome message
2952
2953 2007-03-25 [colin]      2.8.1cvs51
2954
2955         * src/Makefile.am
2956                 Fix make dist
2957
2958 2007-03-25 [colin]      2.8.1cvs50
2959
2960         * src/main.c
2961                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2962
2963 2007-03-24 [colin]      2.8.1cvs49
2964
2965         * src/main.c
2966                 Fix a few launch problems on Maemo
2967                 Patch by Jean-Luc Biord
2968
2969 2007-03-24 [wwp]        2.8.1cvs48
2970
2971         * src/alertpanel.c
2972         * src/alertpanel.h
2973         * src/messageview.c
2974         * src/summaryview.c
2975                 Fix wrong action performed when closing the
2976                 "ask about account specific filtering rules
2977                 when filtering manually" dialog by pressing Escape.
2978                 Fix wrong order of buttons in the "return receipt
2979                 notification - the message was sent to several of
2980                 your accounts" dialog.
2981
2982 2007-03-24 [paul]       2.8.1cvs47
2983
2984         * src/folderview.c
2985                 an improvement to English usage
2986         * tools/kdeservicemenu/README
2987                 updated Claws url
2988
2989 2007-03-24 [paul]       2.8.1cvs46
2990
2991         * src/Makefile.am
2992         * src/stock_pixmap.c
2993         * src/pixmaps/edit_extern.xpm
2994         * src/pixmaps/mail_sign.xpm
2995                 rescue long lost icons
2996
2997 2007-03-24 [paul]       2.8.1cvs45
2998
2999         * src/toolbar.c
3000                 fix toolbar (broken in 2.8.1cvs42)
3001
3002 2007-03-23 [colin]      2.8.1cvs44
3003
3004         * src/imap.c
3005                 Correctly unsubscribe/resubscribe after
3006                 RENAME
3007
3008 2007-03-23 [colin]      2.8.1cvs43
3009
3010         * src/prefs_common.c
3011                 Maemo: as the platform is light on RAM, allow
3012                 caches to be discarded faster.
3013
3014 2007-03-23 [colin]      2.8.1cvs42
3015
3016         * src/Makefile.am
3017         * src/compose.c
3018         * src/compose.h
3019         * src/stock_pixmap.c
3020         * src/stock_pixmap.h
3021         * src/summaryview.c
3022         * src/summaryview.h
3023         * src/toolbar.c
3024         * src/toolbar.h
3025         * src/pixmaps/open_mail.xpm
3026                 Maemo changes: Add the possibility to have
3027                 "Open Email" and "Close Window" buttons on 
3028                 toolbars (and use them in Maemo's default
3029                 toolbars)
3030
3031 2007-03-23 [wwp]        2.8.1cvs41
3032
3033         * src/action.c
3034                 Reverted that part of the action dialog closure logics, to
3035                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3036                 done later in a different way (or may not).
3037
3038 2007-03-22 [wwp]        2.8.1cvs40
3039
3040         * src/action.c
3041                 Fix sticky action dialog when got no output but action command
3042                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3043
3044 2007-03-22 [colin]      2.8.1cvs39
3045
3046         * src/prefs_filtering.c
3047         * src/gtk/combobox.h
3048                 Fix escaping account names in filtering prefs
3049
3050 2007-03-22 [colin]      2.8.1cvs38
3051
3052         * src/addrindex.c
3053         * src/ldapctrl.h
3054         * src/ldapquery.c
3055                 Add any attribute specified in LDAP servers'
3056                 Search attributes to the Other Attributes tab
3057                 of contacts; Add 'telephoneNumber' in the
3058                 default list.
3059
3060 2007-03-22 [colin]      2.8.1cvs37
3061
3062         * src/folderview.c
3063         * src/folderview.h
3064         * src/mainwindow.c
3065                 Try to prevent race conditions when
3066                 changing the folder list
3067         * src/summaryview.c
3068                 Fix possible red folder icon when
3069                 switching from Small screen layout
3070                 to any other
3071
3072 2007-03-22 [colin]      2.8.1cvs36
3073
3074         * src/mainwindow.c
3075         * src/mainwindow.h
3076         * src/summaryview.c
3077                 Rename "little screen" to "Small screen"
3078         * src/gtk/Makefile.am
3079         * src/common/utils.c
3080         * src/mh.c
3081                 Fix Maemo-related compilation problems
3082
3083 2007-03-21 [colin]      2.8.1cvs35
3084
3085         * configure.ac
3086                 Fix previous commit
3087         * claws-mail.desktop
3088                 Remove .png from the Icon, it's useless
3089
3090 2007-03-21 [colin]      2.8.1cvs34
3091
3092         * configure.ac
3093         * src/Makefile.am
3094                 Add the necessary lib checking for 
3095                 Maemo
3096
3097 2007-03-21 [colin]      2.8.1cvs33
3098
3099         * src/main.c
3100                 Fix unconditional "error happened" when
3101                 sending via command-line. "lol @ myself"
3102
3103 2007-03-21 [colin]      2.8.1cvs32
3104
3105         * claws-mail-40x40.png
3106         * claws-mail-26x26.png
3107         * src/account.c
3108         * src/addressbook.c
3109         * src/compose.c
3110         * src/folderview.c
3111         * src/folderview.h
3112         * src/main.c
3113         * src/mainwindow.c
3114         * src/mainwindow.h
3115         * src/messageview.c
3116         * src/prefs_account.c
3117         * src/prefs_common.c
3118         * src/summary_search.c
3119         * src/summaryview.c
3120         * src/summaryview.h
3121         * src/gtk/authors.h
3122         * src/gtk/gtkutils.c
3123         * src/gtk/gtkutils.h
3124         * src/gtk/logwindow.c
3125         * src/gtk/menu.c
3126         * src/gtk/prefswindow.c
3127                 Add Maemo port (patch mainly by Jean-Luc Biort)
3128                 Add a new 'Little screen' layout to help on such
3129                 platforms (patch by me)
3130                 Make some default preferences different (more
3131                 adapted) on Maemo (patch by me)
3132
3133 2007-03-21 [wwp]        2.8.1cvs31
3134
3135         * src/prefs_logging.c
3136         * src/prefs_logging.h
3137                 Fixed copyright header of newly added files.
3138
3139 2007-03-21 [wwp]        2.8.1cvs30
3140
3141         * src/Makefile.am
3142         * src/filtering.c
3143         * src/filtering.h
3144         * src/folder.c
3145         * src/folderview.c
3146         * src/imap.c
3147         * src/inc.c
3148         * src/main.c
3149         * src/mainwindow.c
3150         * src/mainwindow.h
3151         * src/matcher.c
3152         * src/messageview.c
3153         * src/news.c
3154         * src/pop.c
3155         * src/prefs_common.c
3156         * src/prefs_common.h
3157         * src/prefs_logging.c
3158         * src/prefs_logging.h
3159         * src/prefs_other.c
3160         * src/procmsg.c
3161         * src/send_message.c
3162         * src/summaryview.c
3163         * src/common/log.c
3164         * src/common/log.h
3165         * src/common/nntp.c
3166         * src/common/session.c
3167         * src/common/smtp.c
3168         * src/common/socket.c
3169         * src/etpan/imap-thread.c
3170         * src/gtk/logwindow.c
3171         * src/gtk/logwindow.h
3172         * src/plugins/bogofilter/bogofilter.c
3173         * src/plugins/spamassassin/spamassassin.c
3174                 Added debugging of filtering/processing rules.
3175                 The debug log is here 'Tools/Filtering debug window',
3176                 the options there 'Configuration/Preferences/Other/Logging',
3177                 and the log file is ~/.claws-mail/filtering.log.
3178                 Moved protocol log prefs to 'Other/Logging' as well.
3179                 To support such debugging feature, the existing log API has
3180                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3181                 this impacts many external modules (commits follow).
3182
3183 2007-03-21 [paul]       2.8.1cvs29
3184
3185         * src/etpan/Makefile.am
3186         * src/etpan/imap-thread.c
3187                 add missing #include
3188
3189 2007-03-21 [colin]      2.8.1cvs28
3190
3191         * src/procmime.c
3192                 Fix bug 1157, 'some broken messages confuse 
3193                 mime parser'. Make sure we can't have MimeInfos
3194                 with negative sizes.
3195
3196 2007-03-20 [colin]      2.8.1cvs27
3197
3198         * src/main.c
3199                 Fix missing \0 on buffer
3200
3201 2007-03-20 [colin]      2.8.1cvs26
3202
3203         * src/mh.c
3204                 Use make_dir_hier instead of make_dir 
3205                 to create the MH mailbox
3206
3207 2007-03-20 [colin]      2.8.1cvs25
3208
3209         * src/folder.c
3210         * src/folder.h
3211         * src/prefs_account.c
3212         * src/wizard.c
3213                 Fix default inbox weirdnesses (after wizard,
3214                 if path is Mail, mailbox identifier is #mh/Mailbox,
3215                 and when creating new accounts)
3216
3217 2007-03-20 [colin]      2.8.1cvs24
3218
3219         * src/account.c
3220                 Write folderlist after adding/deleting accounts
3221                 that have folders
3222
3223 2007-03-20 [colin]      2.8.1cvs23
3224
3225         * src/imap.c
3226         * src/remotefolder.h
3227                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3228                 selected while scanning prior to update'
3229
3230 2007-03-17 [paul]       2.8.1cvs22
3231
3232         * src/main.c
3233                 fix a typo, and be a little more verbose.
3234
3235 2007-03-17 [wwp]        2.8.1cvs21
3236
3237         * src/inc.c
3238                 Fix a compiler warning.
3239
3240 2007-03-16 [wwp]        2.8.1cvs20
3241
3242         * tools/Makefile.am
3243         * tools/README
3244                 Updated to deal w/ the new mairix.sh tool.
3245
3246 2007-03-16 [wwp]        2.8.1cvs19
3247
3248         * src/action.c
3249                 Fix logics issues around the action IO dialog:
3250                 - disable entry widget and exec button when
3251                   the exec button is clicked (don't wait for any
3252                   output line) - fix possible disabling/re-enabling/
3253                   re-disabling of those widgets
3254                 - raise an error if executing a %as{} action either
3255                   empty or invalid, instead of failing silently
3256                 - don't close the dialog if the abort button has been
3257                   clicked and if there was no output yet
3258                 - set focus to the abort button when the exec button
3259                   is clicked
3260                 - fix capitalization of a warning message
3261
3262 2007-03-16 [wwp]        2.8.1cvs18
3263
3264         * tools/mairix.sh
3265                 Added a wrapper to mairix to the tools folder.
3266
3267 2007-03-16 [colin]      2.8.1cvs17
3268
3269         * src/messageview.c
3270         * src/mimeview.h
3271                 Allow mimeviewer plugins to print
3272                 their stuff
3273
3274 2007-03-16 [colin]      2.8.1cvs16
3275
3276         * .cvsignore
3277                 Ignore *.patchset
3278
3279 2007-03-15 [colin]      2.8.1cvs15
3280
3281         * src/messageview.c
3282         * src/mimeview.h
3283                 Add a way for mimeviewer plugins to
3284                 implement body search
3285
3286 2007-03-15 [paul]       2.8.1cvs14
3287
3288         * src/prefs_spelling.c
3289                 fix English usage
3290
3291 2007-03-15 [paul]       2.8.1cvs13
3292
3293         * src/common/quoted-printable.c
3294                 fix decoding of quoted-printable parts
3295
3296 2007-03-14 [wwp]        2.8.1cvs12
3297
3298         * src/gtk/logwindow.h
3299                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3300
3301 2007-03-14 [wwp]        2.8.1cvs11
3302
3303         * src/gtk/logwindow.h
3304                 Complete 2.8.1cvs10.
3305
3306 2007-03-14 [colin]      2.8.1cvs10
3307
3308         * src/gtk/logwindow.c
3309                 Probably fix bug 1149, crash on logwindow
3310                 close - at the expense of performance once
3311                 logwin has been opened
3312
3313 2007-03-14 [colin]      2.8.1cvs9
3314
3315         * src/main.c
3316                 If claws-mail is running on another
3317                 display, warn instead of popping it up
3318                 on the other display
3319
3320 2007-03-12 [colin]      2.8.1cvs8
3321
3322         * src/wizard.c
3323                 Fix bug 1145, 'Setting a different name 
3324                 for the Mailbox name isn't reflected in 
3325                 default account settings'. Patch by wwp
3326
3327 2007-03-12 [colin]      2.8.1cvs7
3328
3329         * src/summaryview.c
3330                 Fix bug 1143, 'Add number of messages to be 
3331                 deleted to confirmation dialog'
3332
3333 2007-03-12 [wwp]        2.8.1cvs6
3334
3335         * src/folderview.c
3336         * src/prefs_common.c
3337         * src/prefs_common.h
3338         * src/prefs_summaries.c
3339                 Changed the option that displays unread messages count
3340                 next to the folder name in folder list: it is now
3341                 possible to either display nothing, display the
3342                 unread messages number only or the unread and total messages
3343                 numbers. The patch includes this extra feature as well
3344                 as some minor fixes by rewriting the algo in folderview.c.
3345                 Thanks to Paul for the original idea and implementation, plus
3346                 testing and proof-reading!
3347
3348 2007-03-09 [paul]       2.8.1cvs5
3349
3350         * tools/Makefile.am
3351         * tools/README
3352         * tools/claws-mail-compose-insert-files.pl
3353                 added a script which enables inserting files
3354                 into the message body of a new Claws Mail
3355                 Compose window from the command line. Additionally
3356                 To, Cc, Subject and files to attach to the message
3357                 can be specified.
3358
3359 2007-03-09 [wwp]        2.8.1cvs4
3360
3361         * src/addr_compl.c
3362         * src/addr_compl.h
3363         * src/filtering.c
3364                 Optimize matching of addresses in the addressbook
3365                 (filtering/processing 'found_in_addressbook' condition).
3366
3367 2007-03-07 [wwp]        2.8.1cvs3
3368
3369         * src/quote_fmt.c
3370         * src/quote_fmt_lex.l
3371         * src/quote_fmt_parse.y
3372                 Add a new quote format symbol: %A to insert the
3373                 sender email address (just the address itself).
3374
3375 2007-03-06 [wwp]        2.8.1cvs2
3376
3377         * src/gtk/gtkutils.c
3378         * src/plugins/trayicon/trayicon_prefs.h
3379         * src/plugins/trayicon/trayicon_prefs.c
3380         * src/plugins/trayicon/trayicon.c
3381         * src/mainwindow.h
3382         * src/mainwindow.c
3383                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3384                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3385
3386
3387 2007-03-06 [paul]       2.8.1cvs1
3388
3389         * NEWS
3390         * README
3391         * RELEASE_NOTES
3392         * configure.ac
3393                 bump version number following
3394                 stable release
3395
3396 2007-03-06 [paul]       2.8.0cvs24
3397
3398         * po/cs.po
3399                 corrected by by Tim <timbrain@post.cz>
3400
3401 2007-03-05 [colin]      2.8.0cvs23
3402
3403         * src/Makefile.am
3404         * src/procmime.c
3405                 Fix mime/globs path on NetBSD
3406                 patch by George Michaelson
3407
3408 2007-03-05 [wwp]        2.8.0cvs22
3409
3410         * src/addr_compl.c
3411                 Remove debug statement (accidentally committed w/ cvs14).
3412
3413 2007-03-05 [paul]       2.8.0cvs21
3414
3415         * src/plugins/pgpcore/prefs_gpg.c
3416                 fix compiler warning
3417
3418 2007-03-05 [wwp]        2.8.0cvs20
3419
3420         * src/matcher_parser_parse.y
3421                 Fix mismerge between cvs17 and cvs19.
3422
3423 2007-03-05 [wwp]        2.8.0cvs19
3424
3425         * src/matcher_parser_parse.y
3426         * src/prefs_filtering_action.c
3427         * src/matcher.c
3428         * src/matcher.h
3429         * src/filtering.c
3430         * src/filtering.h
3431                 Add new 'add_to_addressbook' filtering/processing action.
3432
3433 2007-03-05 [wwp]        2.8.0cvs18
3434
3435         * src/filtering.c
3436                 Fix mark_as_ham filtering/processing action: spam flag
3437                 was not unset.
3438
3439 2007-03-04 [colin]      2.8.0cvs17
3440
3441         * src/filtering.c
3442         * src/matcher.c
3443         * src/matcher.h
3444         * src/matcher_parser_parse.y
3445         * src/prefs_filtering_action.c
3446                 Add 'Mark as spam' and 'Mark as ham' filtering
3447                 actions. Fixes bug 1138.
3448
3449 2007-03-04 [colin]      2.8.0cvs16
3450
3451         * src/imap.c
3452                 Fix bug 1140, wrong return value
3453                 without libetpan
3454
3455 2007-03-04 [wwp]        2.8.0cvs15
3456
3457         * src/addr_compl.c
3458                 Rollback cvs14: don't free stuff that is managed in g_list.
3459
3460 2007-03-04 [wwp]        2.8.0cvs14
3461
3462         * src/addr_compl.c
3463                 Fix a leak in address completion code.
3464
3465 2007-03-04 [colin]      2.8.0cvs13
3466
3467         * src/addr_compl.c
3468                 Maybe fix bug 1136, 'Crash in group 
3469                 address completion'
3470
3471 2007-03-04 [iwkse]      2.8.0cvs12
3472
3473         * src/imap.c
3474                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3475
3476 2007-03-03 [colin]      2.8.0cvs11
3477
3478         * src/plugins/pgpinline/pgpinline.c
3479                 Fix off-by-one, fix double-free. Fixes
3480                 bug 1135, 'cm-segfault on decrypting 
3481                 with PGP/inline'
3482
3483 2007-03-03 [colin]      2.8.0cvs10
3484
3485         * configure.ac
3486         * src/main.c
3487         * src/common/plugin.c
3488                 Fix bug 1134, 'Valgrind macros unhandled 
3489                 by Irix's cc'
3490
3491 2007-03-02 [colin]      2.8.0cvs9
3492
3493         * src/mbox.c
3494                 Don't error out on EAGAIN. Fixes 
3495                 bug 1129, '"local mbox file" account 
3496                 isn't retrieving mails'
3497
3498 2007-03-01 [wwp]        2.8.0cvs8
3499
3500         * src/mainwindow.c
3501         * src/gtk/colorlabel.c
3502                 Remove accels for extra color labels until we set better
3503                 and definitive ones.
3504
3505 2007-02-28 [wwp]        2.8.0cvs7
3506
3507         * src/mainwindow.c
3508         * src/matcher_parser_parse.y
3509         * src/prefs_common.c
3510         * src/prefs_msg_colors.c
3511         * src/procmsg.h
3512         * src/gtk/colorlabel.c
3513         * src/gtk/colorlabel.h
3514                 Add more customizable color labels. Cleaned up a bit
3515                 the color label API to avoid duplicate defines of
3516                 the max number of colors.
3517
3518 2007-02-27 [colin]      2.8.0cvs6
3519
3520         * src/mainwindow.c
3521         * src/common/utils.c
3522         * src/common/utils.h
3523                 Fix '+' in mailto URIs for List-* headers
3524
3525 2007-02-27 [colin]      2.8.0cvs5
3526
3527         * src/gtk/gtkutils.c
3528                 Use gtk_window_set_role instead of 
3529                 _set_wmclass
3530
3531 2007-02-27 [colin]      2.8.0cvs4
3532
3533         * src/inc.c
3534                 Fix "After receiving new mail, go to inbox" on IMAP,
3535                 and make it work only on manual reception
3536
3537 2007-02-27 [wwp]        2.8.0cvs3
3538
3539         * src/prefs_filtering.c
3540         * src/prefs_filtering_action.c
3541         * src/prefs_matcher.c
3542                 Update filtering matcher's and action's color label menus
3543                 when re-opening those dialogs (reflect any change to the
3544                 color labels list in the preferences).
3545
3546 2007-02-27 [colin]      2.8.0cvs2
3547
3548         * src/imap.c
3549         * src/etpan/etpan-thread-manager-types.h
3550         * src/etpan/etpan-thread-manager.c
3551         * src/etpan/imap-thread.c
3552                 Log imap ALERTs as errors in the log.
3553
3554 2007-02-26 [paul]       2.8.0cvs1
3555
3556         * tools/claws.i18n.status.pl
3557                 updated
3558
3559 2007-02-26 [paul]       2.7.2cvs75
3560
3561         * po/ca.po
3562         * po/cs.po
3563         * po/de.po
3564         * po/en_GB.po
3565         * po/fi.po
3566         * po/fr.po
3567         * po/hu.po
3568         * po/pl.po
3569         * po/pt_BR.po
3570         * po/sk.po
3571         * po/sr.po
3572         * po/zh_CN.po
3573                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3574                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3575                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3576                 Aleksandar Urosevic, and Ralgh Young
3577
3578 2007-02-25 [mones]      2.7.2cvs74
3579
3580         * po/es.po
3581                 Updated for release
3582
3583 2007-02-25 [colin]      2.7.2cvs73
3584
3585         * src/main.c
3586                 Clearing the list is only useful
3587                 to prevent a valgrind false-positive
3588
3589 2007-02-25 [paul]       2.7.2cvs72
3590
3591         * tools/Makefile.am
3592         * tools/README
3593         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3594         * tools/maildir2claws-mail.pl  **REMOVED**
3595                 renamed the script, fixed a couple bugs
3596
3597 2007-02-23 [colin]      2.7.2cvs71
3598
3599         * src/addressbook.c
3600                 Fix a leak, check for a few improbable nulls
3601
3602 2007-02-23 [colin]      2.7.2cvs70
3603
3604         * src/main.c
3605         * src/main.h
3606         * src/plugins/trayicon/trayicon.c
3607                 Fix blinking mainwin when starting in tray
3608                 (show mainwindow later in the startup process,
3609                  apart if restarting post-crash)
3610
3611 2007-02-23 [colin]      2.7.2cvs69
3612
3613         * src/folderview.c
3614         * src/imap_gtk.c
3615                 Fix crash when unsubscribing the currently
3616                 selected/opened folder
3617
3618 2007-02-23 [colin]      2.7.2cvs68
3619
3620         * src/compose.c
3621                 Fix bug that prevented colorization to
3622                 work without wrap quotation option
3623
3624 2007-02-23 [colin]      2.7.2cvs67
3625
3626         * src/addr_compl.c
3627                 Fix refcounting, start and end completion who
3628                 behaved as if there couldn't be any other current
3629                 user of completion
3630
3631 2007-02-23 [wwp]        2.7.2cvs66
3632
3633         * src/addressbook.c
3634         * src/addrindex.c
3635                 Address completion fixes: fix addressbook_peek_folder_exists() in
3636                 which the algorithm was ridiculously over-obfuscated and broken.
3637                 Fix addrindex_load_completion() as well, to load addresses in
3638                 completion list with regards to what addressbook_peek_folder_exists()
3639                 returns now.
3640
3641 2007-02-23 [wwp]        2.7.2cvs65
3642
3643         * src/addr_compl.c
3644                 Add addresses to completion when they're non-empty (thanks to Colin).
3645
3646 2007-02-23 [paul]       2.7.2cvs64
3647
3648         * src/plugins/pgpcore/passphrase.c
3649                 remove 'const '
3650
3651 2007-02-23 [colin]      2.7.2cvs63
3652
3653         * src/plugins/pgpcore/prefs_gpg.c
3654         * src/plugins/pgpcore/prefs_gpg.h
3655         * src/plugins/pgpcore/sgpgme.c
3656         * src/plugins/pgpinline/pgpinline.c
3657         * src/plugins/pgpmime/pgpmime.c
3658                 Try harder to respect user's choice wrt
3659                 gpg-agent even with gpg2, by unsetting
3660                 GPG_AGENT_INFO when necessary.
3661
3662 2007-02-22 [paul]       2.7.2cvs62
3663
3664         * src/plugins/pgpcore/sgpgme.c
3665         * src/plugins/pgpcore/sgpgme.h
3666         * src/plugins/pgpcore/passphrase.c
3667         * src/plugins/pgpinline/pgpinline.c
3668         * src/plugins/pgpmime/pgpmime.c
3669                 Fix a leak - gpgme_data_release_and_get_mem
3670                 leaks in recent gpgme. Workaround by using
3671                 our own function.
3672
3673 2007-02-22 [paul]       2.7.2cvs61
3674
3675         * src/gtk/quicksearch.c
3676                 Abandon dynamic search when pressing
3677                 Enter
3678
3679 2007-02-21 [colin]      2.7.2cvs60
3680
3681         * src/procmsg.c
3682         * src/plugins/pgpcore/passphrase.c
3683                 Fix little memory leaks
3684         * src/main.c
3685                 Fix false-positive leak at exit
3686         * src/gtk/quicksearch.c
3687                 Fix potentially big leak in recursive
3688                 Quicksearch
3689
3690 2007-02-21 [wwp]        2.7.2cvs59
3691
3692         * src/summaryview.c
3693                 Add missing newline to a debug message.
3694
3695 2007-02-20 [colin]      2.7.2cvs58
3696
3697         * src/Makefile.am
3698         * src/mimeview.c
3699         * src/stock_pixmap.c
3700         * src/stock_pixmap.h
3701         * src/pixmaps/mime_pgpsig.xpm
3702                 Add icon for application/pgp-signature
3703
3704 2007-02-20 [colin]      2.7.2cvs57
3705
3706         * src/Makefile.am
3707         * src/main.c
3708         * src/mimeview.c
3709         * src/stock_pixmap.c
3710         * src/stock_pixmap.h
3711         * src/pixmaps/mime_calendar.xpm
3712         * src/pixmaps/mime_pdf.xpm
3713         * src/pixmaps/mime_ps.xpm
3714                 Add icons for text/calendar, application/pdf
3715                 and application/postscript
3716
3717 2007-02-20 [colin]      2.7.2cvs56
3718
3719         * autogen.sh
3720         * src/matcher_parser_parse.y
3721         * src/matcher_parser_lex.l
3722                 Fix big memory leak in flex, and
3723                 require flex 2.5.31
3724
3725 2007-02-20 [wwp]        2.7.2cvs55
3726
3727         * src/matcher_parser_parse.y
3728                 Fix a duplicate token definition (thanks to iwkse).
3729
3730 2007-02-20 [wwp]        2.7.2cvs54
3731
3732         * src/matcher_parser_lex.l
3733         * src/quote_fmt_lex.l
3734                 Use proper flex options instead of direct use of #define,
3735                 make the flex-generated C lighter.
3736
3737 2007-02-20 [colin]      2.7.2cvs53
3738
3739         * src/summaryview.c
3740                 Grab focus in message list after hiding
3741                 the quicksearch, instead of leaving it
3742                 "somewhere"
3743
3744 2007-02-19 [colin]      2.7.2cvs52
3745
3746         * src/folderview.c
3747                 Fix bug 1033, 'Automatically refresh 
3748                 message list when new messages arrives'
3749                 Looks like folderview->opened can sometimes
3750                 be wrong...
3751
3752 2007-02-19 [paul]       2.7.2cvs51
3753
3754         * tools/Makefile.am
3755         * tools/README
3756         * tools/thunderbird-filters-convertor.pl
3757                 add new script which converts thunderbird filter
3758                 rules to Claws filter rules
3759
3760 2007-02-18 [paul]       2.7.2cvs50
3761
3762         * src/plugins/pgpcore/prefs_gpg.c
3763         * src/plugins/pgpcore/prefs_gpg.h
3764         * src/plugins/pgpcore/sgpgme.c
3765         * src/plugins/pgpinline/pgpinline.c
3766         * src/plugins/pgpmime/pgpmime.c
3767                 improved GUI interoperability with gpg-agent
3768
3769 2007-02-18 [paul]       2.7.2cvs49
3770
3771         * src/prefs_account.c
3772                 Privacy options sensitivity fix
3773
3774 2007-02-17 [colin]      2.7.2cvs48
3775
3776         * src/messageview.c
3777                 Reset icon to warning in the noticeview
3778
3779 2007-02-15 [colin]      2.7.2cvs47
3780
3781         * src/folderview.c
3782                 Fix a manifestation of bug 1033 (summaryview failing
3783                 to update for new mails), which happens after editing
3784                 account preferences or preferences that cause a 
3785                 folderview reload.
3786
3787 2007-02-15 [colin]      2.7.2cvs46
3788
3789         * src/addressbook.c
3790                 Probably fix bug 1123, 'Segmentation 
3791                 fault while opening address book'. I get
3792                 g_warnings if the saved paned position is
3793                 not greater than 0. Also, save position
3794                 when hiding the addressbook instead of
3795                 via signal.
3796
3797 2007-02-14 [colin]      2.7.2cvs45
3798
3799         * src/plugins/pgpcore/prefs_gpg.c
3800         * src/plugins/pgpcore/prefs_gpg.h
3801         * src/plugins/pgpcore/sgpgme.c
3802         * src/plugins/pgpinline/pgpinline.c
3803         * src/plugins/pgpmime/pgpmime.c
3804                 Add an option "Use gpg-agent if available". Fixes
3805                 annoyances with distro-installed gpg-agent, when
3806                 no pinentry program is installed, and the user's 
3807                 at a loss on why "decryption failed". Makes more
3808                 clear why passphrase isn't saved when gpg-agent is
3809                 used. Defaults to true, to avoid changing the 
3810                 current behaviour.
3811
3812 2007-02-14 [wwp]        2.7.2cvs44
3813
3814         * src/matcher_parser_parse.y
3815                 Fix missing line number reset (wrong line number might appear
3816                 when re-loading filtering rules if there's a parser error).
3817
3818 2007-02-13 [colin]      2.7.2cvs43
3819
3820         * src/common/utils.c
3821                 Don't encode ',' in URIs before passing it
3822                 to the browser command-line. It was probably
3823                 done at a time where commas in URIs made
3824           &