d7c434aa6a05833d93257dd6ba42da12001930e2
[claws.git] / ChangeLog
1 2011-12-29 [pawel]      3.8.0cvs8
2
3         * src/compose.c
4         * src/compose.h
5         * src/main.c
6         * src/mimeview.c
7                 Make forwarding selected attachment possible from
8                 mimeview's context menu
9                 Fixex bug #2047 'forward attachments'
10
11 2011-12-28 [paul]       3.8.0cvs7
12
13         * src/prefs_account.c
14                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
15
16 2011-12-28 [colin]      3.8.0cvs6
17
18         * src/mimeview.c
19                 Fix fix
20
21 2011-12-28 [colin]      3.8.0cvs5
22
23         * src/mimeview.c
24                 Fix GTK+2.16 build (w32)
25
26 2011-12-18 [mir]        3.8.0cvs4
27
28         * src/ldapctrl.c
29             Fix bug in search criteria when doing a
30             complete directory search using '*'
31
32 2011-12-16 [mir]        3.8.0cvs3
33
34         * src/Makefile.am
35             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
36
37 2011-12-16 [wwp]        3.8.0cvs2
38
39         * src/procmsg.c
40         * src/stock_pixmap.c
41         * src/stock_pixmap.h
42         * src/summaryview.c
43         * src/gtk/icon_legend.c
44         * src/pixmaps/replied_and_forwarded.xpm
45           Make replied and forwarded status flags non exclusive.
46           Introduce a new message state (and relevant icon in message list)
47           where both the replied and forwarded flags are set.
48
49 2011-12-16 [paul]       3.8.0cvs1
50
51         * tools/claws.i18n.status.pl
52                 update id to id_ID
53
54 2011-12-16 [paul]       3.8.0
55         * NEWS
56         * README
57         * RELEASE_NOTES 
58                 3.8.0 unleashed!                
59
60 2011-12-16 [paul]       3.7.10cvs113
61
62         * configure.ac
63         * po/cs.po
64         * po/es.po
65         * po/fr.po
66         * po/hu.po
67         * po/id.po **REMOVED**
68         * po/id_ID.po **ADDED**
69         * po/pt_BR.po
70         * po/ru.po
71         * po/sk.po
72         * po/uk.po
73                 updates
74
75 2011-12-09 [pawel]      3.7.10cvs112
76
77         * src/summaryview.c
78         * src/gtk/quicksearch.c
79         * src/gtk/quicksearch.h
80                 Invalidate quicksearch root folder when removed
81                 Fixes bug #2560 'crash when unsubscribing newsgroup and
82                 having active search field'
83
84 2011-12-08 [pawel]      3.7.10cvs111
85
86         * src/mimeview.c
87                 Better fix for cvs94
88
89 2011-12-08 [wwp]        3.7.10cvs110
90
91         * src/compose.c
92         Make "From" widget set independant from recipient lists below,
93         so that it doesn't scroll when several recipients headers
94         are added and eventually are scrolling the view.
95         Path by Christian Hesse <mail@earthworm.de>.
96         Fixes bug #2481 'do not scroll "from" dropdown list and sender
97         address'.
98
99 2011-12-02 [paul]       3.7.10cvs109
100
101         * src/mainwindow.c
102         * src/messageview.c
103                 consistent label style
104
105 2011-11-29 [wwp]        3.7.10cvs108
106
107         * src/plugins/trayicon/libeggtrayicon/.cvsignore
108         More generated stuff to ignore.
109
110 2011-11-29 [wwp]        3.7.10cvs107
111
112         * src/prefs_folder_item.c
113         Fix CLAWS_TIP_DECL (undefined).
114
115 2011-11-28 [pawel]      3.7.10cvs106
116
117         * src/addrbook.c
118         * src/addrbook.h
119         * src/addressbook.c
120                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
121                 after removing the address book in the GUI'
122
123 2011-11-26 [pawel]      3.7.10cvs105
124
125         * src/folder.c
126                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
127
128 2011-11-25 [colin]      3.7.10cvs104
129
130         * src/imap_gtk.c
131         * src/mh_gtk.c
132                 Warning fixes
133
134 2011-11-24 [pawel]      3.7.10cvs103
135
136         * src/prefs_filtering.c
137                 Complete cvs102, forgot to commit this
138
139 2011-11-24 [pawel]      3.7.10cvs102
140
141         * src/account.c
142         * src/filtering.c
143         * src/filtering.h
144         * src/imap_gtk.c
145         * src/mh_gtk.c
146         * src/prefs_actions.c
147         * src/prefs_actions.h
148                 Implement actions updating on folder/account rename
149                 This fixes bug #2543 'filter actions in actionsrc not
150                 updated upon account renaming'
151
152 2011-11-24 [wwp]        3.7.10cvs101
153
154         * src/gtk/gtkcmctree.c
155                 Remove irrelevant cairo directive (thanks to Hanno).
156
157 2011-11-23 [wwp]        3.7.10cvs100
158
159         * src/gtk/gtkcmctree.c
160                 Make arrows in gtkcmctree's less big (get rid of the outlining),
161                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
162                 calculation.
163
164 2011-11-22 [colin]      3.7.10cvs99
165
166         * src/account.c
167         * src/prefs_filtering.c
168         * src/prefs_filtering.h
169                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
170                 The existing functions should do the job as well
171                 if not better, as they take into account the
172                 separator.
173
174 2011-11-21 [pawel]      3.7.10cvs98
175
176         * src/prefs_account.c
177                 Fix bug #2116 'Rip spaces off server names in account
178                 configuration'
179                 g_strstrip() domain names to be sure they are valid
180
181 2011-11-21 [pawel]      3.7.10cvs97
182
183         * src/account.c
184         * src/prefs_filtering.c
185         * src/prefs_filtering.h
186                 Fix bug #2404 'matcherrc updates upon account renaming'
187                 Fix bug #2406 'some part of accountrc not updated upon
188                 account rename'
189                 Renaming account cause changing of it's root folder prefix
190                 from #<type>/<old_name> to #<type>/<new_name> so every
191                 path directing to it must be altered. Fix paths in account
192                 preferences, global processing and filtering rules, folder
193                 processing rules upon rename
194
195 2011-11-20 [pawel]      3.7.10cvs96
196
197         * src/filtering.c
198         * src/filtering.h
199         * src/prefs_actions.c
200                 Fix bug #1489 'Filter action mark_as_read inoperative
201                 following move action'
202                 Sort actions lists to have proper order of execution
203
204 2011-11-20 [pawel]      3.7.10cvs95
205
206         * src/prefs_actions.c
207         * src/prefs_filtering.c
208         * src/prefs_template.c
209                 Fix bug #1870 'arrow scrolling in filters'
210                 Allow arrow scrolling in dialogs with list view widgets
211                 plus couple fixes of issues I found along the way
212
213 2011-11-19 [pawel]      3.7.10cvs94
214
215         * src/mimeview.c
216                 Don't highlight icons on right-click, they are not
217                 selected and other part is shown which is confusing
218
219 2011-11-19 [mones]      3.7.10cvs93
220
221         * manual/advanced.xml
222                 Fix manual build
223
224 2011-11-19 [mones]      3.7.10cvs92
225
226         * manual/advanced.xml
227         * manual/es/advanced.xml
228                 Document undocumented hidden option 'zero_replacement_char'
229                 Synchronize Spanish manual with English version
230
231 2011-11-19 [pawel]      3.7.10cvs91
232
233         * src/mainwindow.c
234         * src/messageview.c
235         * src/prefs_common.c
236         * src/prefs_common.h
237         * src/summaryview.c
238         * src/textview.c
239         * src/textview.h
240                 Fix bug #2377 'Show All Headers - make change persistent
241                 between sessions'
242
243 2011-11-19 [pawel]      3.7.10cvs90
244
245         * src/folder.c
246         * src/folder.h
247         * src/folder_item_prefs.c
248         * src/folderview.c
249         * src/mainwindow.c
250         * src/mainwindow.h
251         * src/summaryview.c
252         * src/summaryview.h
253         * src/gtk/authors.h
254                 Fix bug #1563 'Folder view: show complete threads if they
255                 contain unread messages'
256                 Add option to show only threads with unread messages
257                 initial patch by Paul Ollis, my small additions:
258                 - when checking thread for unread finish on first unread
259                 - make thread options unavailable when threading is off
260                 - hide_unread_msgs and hide_unread_threads are mutually
261                   exclusive options, set menus sensitivity accordingly
262                 - set folder item icon type similiar to hide_unread_msgs
263
264 2011-11-19 [colin]      3.7.10cvs89
265
266         * src/procheader.c
267                 Constness fix
268
269 2011-11-18 [pawel]      3.7.10cvs88
270
271         * src/compose.c
272         * src/mainwindow.c
273         * src/mimeview.c
274         * src/mimeview.h
275         * src/prefs_common.c
276         * src/prefs_common.h
277                 Fix bug #2408 'Some UI elements are not persistent
278                 between sessions'
279                 Remember size of main window, compose notebook, mimeview
280                 tree widgets between claws-mail runs. Compose window
281                 size saving was already done in cvs74
282
283 2011-11-18 [mones]      3.7.10cvs87
284
285         * src/compose.c
286         * src/procheader.c
287         * src/procheader.h
288                 Fixes bug #2509, "manually added headers are lost unless
289                 mail is sent inmediately"
290
291 2011-11-17 [pawel]      3.7.10cvs86
292
293         * src/mimeview.c
294                 Fix crasher reported in bug #2543
295
296 2011-11-13 [colin]      3.7.10cvs85
297
298         * src/compose.c
299                 Make compose windows printable
300
301 2011-11-11 [colin]      3.7.10cvs84
302
303         * configure.ac
304                 Fix build on Fedora 16. -lm was probably pulled by something
305                 else previously.
306
307 2011-11-11 [pawel]      3.7.10cvs83
308
309         * src/mainwindow.c
310         * src/mimeview.c
311         * src/mimeview.h
312         * src/summaryview.c
313                 Port MimeView to GtkTreeView
314
315 2011-11-11 [colin]      3.7.10cvs82
316
317         * src/prefs_common.c
318                 Use %x (The preferred date representation for the current locale
319                 without the time)
320
321 2011-11-10 [paul]       3.7.10cvs81
322
323         * src/prefs_common.c
324                 use european date format as default
325
326 2011-11-08 [pawel]      3.7.10cvs80
327
328         * src/summaryview.c
329                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
330                 Fix race condition - don't try to hide messageview while
331                 being in the middle of message displaying routine.
332
333 2011-11-08 [colin]      3.7.10cvs79
334
335         * src/codeconv.c
336                 Make sure we break line when we need to. Very probably
337                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
338                 particular mail"
339
340 2011-11-07 [pawel]      3.7.10cvs78
341
342         * src/imap_gtk.c
343                 Fix bug #2493 'Subscription pull down should be alphabetized'
344
345 2011-11-07 [pawel]      3.7.10cvs77
346
347         * src/mimeview.c
348         * src/textview.c
349         * src/textview.h
350                 Make Home & End keys work in textview
351
352 2011-11-06 [colin]      3.7.10cvs76
353
354         * src/mainwindow.c
355                 Oops, some unwanted undo got commited.
356
357 2011-11-06 [colin]      3.7.10cvs75
358
359         * src/mainwindow.c
360                 Don't iconify/deiconify. Instead, just show nothing
361                 before asked to.
362
363 2011-11-06 [pawel]      3.7.10cvs74
364
365         * src/compose.c
366                 Fix compose window size saving / restoring
367
368 2011-11-06 [pawel]      3.7.10cvs73
369
370         * src/mimeview.c
371         * src/messageview.c
372                 Optimize message displaying, in some conditions parts were
373                 displayed twice causing flickering. For example first html
374                 source and then rendering output from html plugin of the
375                 same part.
376
377 2011-11-05 [wwp]        3.7.10cvs72
378
379         * src/gtk/gtkaspell.c
380                 Fix compilation where 'null' is undefined (use NULL instead).
381
382 2011-11-05 [colin]      3.7.10cvs71
383
384         * src/gtk/gtkaspell.c
385                 No need to show a backtrace if gtkaspell is null
386
387 2011-11-05 [pawel]      3.7.10cvs70
388
389         * src/gtk/gtkaspell.c
390                 Fix crasher when spellchecking is not enabled
391
392 2011-11-02 [mones]      3.7.10cvs69
393
394         * doc/man/claws-mail.1
395                 fixed hyphens (patch from Debian packaging)
396                 fixed header to follow man style closely 
397                 documented new option --compose-from-file
398                 removed INSTALLATION section, doesn't belong to manpage
399                 added ENVIRONMENT, COPYRIGHT and BUGS sections
400                 expanded FILES section to include certs and autofaces dirs
401                 expanded SEE ALSO section to include manual and plugins
402
403 2011-11-01 [colin]      3.7.10cvs68
404
405         * src/common/utils.c
406                 Fix wrong debug stuff commited.
407
408 2011-11-01 [colin]      3.7.10cvs67
409
410         * src/compose.c
411         * src/main.c
412         * src/common/utils.c
413         * src/gtk/gtkaspell.c
414         * src/gtk/gtkaspell.h
415                 Fix huge slowness induced by spellcheck "while typing"
416                 during initial quote rewraps.
417
418 2011-10-31 [pawel]      3.7.10cvs66
419
420         * src/messageview.c
421         * src/mimeview.c
422         * src/mimeview.h
423         * src/summaryview.c
424                 Fix bug #2526 'When reading message in separate window,
425                 n and p keys do not work'
426                 - fix key event handling in messageview
427                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
428                   and prev-part actions)
429                 - instead add 'z' key for prev-part, we have 'a' key 
430                   for next-part already
431
432 2011-10-31 [colin]      3.7.10cvs65
433
434         * src/common/defs.h
435                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
436
437 2011-10-31 [pawel]      3.7.10cvs64
438
439         * src/summaryview.c
440         * src/gtk/gtkutils.c
441                 Fix bug #2303 'Next unread message enables message view'
442                 Don't show previously hidden message view in main window
443                 when user reads messages in external window
444
445 2011-10-31 [paul]       3.7.10cvs63
446
447         * src/prefs_template.c
448                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
449                 fit at 540 here, for those where they don't the dialogue can be made
450                 larger by the user
451
452 2011-10-31 [paul]       3.7.10cvs62
453
454         * src/compose.c
455                 revert 3.7.10cvs61, these entries _should_ be editable
456
457 2011-10-30 [pawel]      3.7.10cvs61
458
459         * src/compose.c
460                 Those entries should not be editable
461
462 2011-10-30 [pawel]      3.7.10cvs60
463
464         * src/prefs_template.c
465                 - Dialog needs more height to fit all widgets
466                 - Clear template contents on delete
467
468 2011-10-30 [pawel]      3.7.10cvs59
469
470         * src/prefs_folder_item.c
471                 Update summaryview after changing folder prefs when needed
472
473 2011-10-30 [pawel]      3.7.10cvs58
474
475         * src/mimeview.c
476                 Remove key-press-event blocking, it only
477                 emits GLib-GObject warnings
478
479 2011-10-29 [colin]      3.7.10cvs57
480
481         * src/addr_compl.c
482                 Fix focus of completion window with gnome shell
483                 Fixes bug #2525, "Address completion window does not get
484                 keyboard focus"
485
486 2011-10-29 [colin]      3.7.10cvs56
487
488         * src/folderview.c
489                 Fix flicker on recursive quicksearch
490
491 2011-10-28 [colin]      3.7.10cvs55
492
493         * src/alertpanel.c
494         * src/mainwindow.c
495                 Fix a bit the focus problem on Gnome shell
496
497 2011-10-26 [mones]      3.7.10cvs54
498
499         * src/compose.c
500                 Add missing accelerator
501
502 2011-10-25 [colin]      3.7.10cvs53
503
504         * src/gtk/gtkcmclist.c
505         * src/gtk/gtkcmctree.c
506                 Fix colors, fix warnings
507
508 2011-10-25 [colin]      3.7.10cvs52
509
510         * src/gtk/gtkcmclist.c
511         * src/gtk/gtkcmctree.c
512                 Fix focus things.
513
514 2011-10-25 [colin]      3.7.10cvs51
515
516         * src/stock_pixmap.c
517                 Fix build with gtk + 2.20
518
519 2011-10-25 [colin]      3.7.10cvs50
520
521         * src/compose.c
522         * src/messageview.c
523         * src/procmsg.c
524         * src/procmsg.h
525                 Fix locking when sending a single message
526
527 2011-10-25 [colin]      3.7.10cvs49
528
529         * src/gtk/colorlabel.c
530                 GDK_ => GDK_KEY
531         * src/gtk/gtkcmclist.c
532                 Make row height closer to what it was
533
534 2011-10-25 [colin]      3.7.10cvs48
535
536         * src/stock_pixmap.c
537                 Always use cairo to draw
538
539 2011-10-25 [colin]      3.7.10cvs47
540
541         * src/mimeview.c
542                 Fix bug #2529, 'crash in mimeview_start_drag after
543                 deleting message'. Patch by Ricardo
544
545 2011-10-23 [colin]      3.7.10cvs46
546
547         * src/gtk/gtkcmclist.c
548         * src/gtk/gtkcmclist.h
549         * src/gtk/gtkcmctree.c
550                 Draw CMClist with cairo too.
551
552 2011-10-23 [colin]      3.7.10cvs45
553
554         * src/gtk/gtkcmclist.h
555                 Fix build (this was not meant to be commited)
556
557 2011-10-23 [colin]      3.7.10cvs44
558
559         * src/addressadd.c
560         * src/addressbook.c
561         * src/addressbook_foldersel.c
562         * src/editgroup.c
563         * src/foldersel.c
564         * src/folderview.c
565         * src/grouplistdialog.c
566         * src/prefs_common.c
567         * src/prefs_common.h
568         * src/summaryview.c
569         * src/gtk/gtkcmclist.c
570         * src/gtk/gtkcmclist.h
571         * src/gtk/gtkcmctree.c
572         * src/gtk/gtkcmctree.h
573         * src/gtk/gtksctree.c
574                 Refactor some tree stuff (lots of code duplication there)
575                 and switch to cairo for tree rendering.
576
577 2011-10-23 [holger]     3.7.10cvs43
578
579         * src/filtering.c
580                 Don't issue a warning for designed behaviour of the stop rule.
581                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
582
583 2011-10-22 [colin]      3.7.10cvs42
584
585         * src/printing.c
586         * src/gtk/gtkshruler.c
587         * src/gtk/gtkutils.h
588                 Fix GTK+2.16 build
589
590 2011-10-22 [colin]      3.7.10cvs41
591
592         * src/account.c
593         * src/addr_compl.c
594         * src/addrgather.c
595         * src/compose.c
596         * src/editldap.c
597         * src/expldifdlg.c
598         * src/folderview.c
599         * src/grouplistdialog.c
600         * src/headerview.c
601         * src/importldif.c
602         * src/main.c
603         * src/mainwindow.c
604         * src/mimeview.c
605         * src/noticeview.c
606         * src/prefs_account.c
607         * src/prefs_actions.c
608         * src/prefs_ext_prog.c
609         * src/prefs_filtering.c
610         * src/prefs_folder_item.c
611         * src/prefs_image_viewer.c
612         * src/prefs_logging.c
613         * src/prefs_msg_colors.c
614         * src/prefs_other.c
615         * src/prefs_send.c
616         * src/prefs_spelling.c
617         * src/prefs_summaries.c
618         * src/prefs_template.c
619         * src/printing.c
620         * src/quote_fmt.c
621         * src/send_message.c
622         * src/statusbar.c
623         * src/summary_search.c
624         * src/summaryview.c
625         * src/wizard.c
626         * src/gtk/gtkcmclist.c
627         * src/gtk/gtkcmctree.c
628         * src/gtk/gtkcmoptionmenu.c
629         * src/gtk/gtksctree.c
630         * src/gtk/gtkutils.c
631         * src/gtk/gtkutils.h
632         * src/gtk/gtkvscrollbutton.c
633         * src/gtk/inputdialog.c
634         * src/gtk/pluginwindow.c
635         * src/gtk/quicksearch.c
636         * src/gtk/spell_entry.c
637         * src/plugins/bogofilter/bogofilter_gtk.c
638         * src/plugins/dillo_viewer/dillo_prefs.c
639         * src/plugins/pgpcore/prefs_gpg.c
640         * src/plugins/spamassassin/spamassassin_gtk.c
641         * src/plugins/trayicon/trayicon.c
642         * src/plugins/trayicon/trayicon_prefs.c
643                 Remove all possible #if GTK_CHECK_VERSION() checks,
644                 and make Claws build with GTK+2.16 (untested right
645                 now), as the Gpg4Win project uses GTK+2.16 currently.
646
647 2011-10-22 [colin]      3.7.10cvs40
648
649         * src/gtk/gtkutils.h
650         * configure.ac
651                 Fix (hopefully) build with GTK+ 2.18.
652
653 2011-10-20 [paul]       3.7.10cvs39
654
655         * AUTHORS
656         * src/ldif.c
657         * src/gtk/authors.h
658                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
659                 Patch by Bodo Graumann <mail@bodograumann.de>
660
661 2011-10-20 [mones]      3.7.10cvs38
662
663         * po/fr.po
664         * src/common/defs.h
665                 Fix references to old dotsrc mailing lists
666
667 2011-10-19 [mones]      3.7.10cvs37
668
669         * src/prefs_msg_colors.c
670                 Fix Ok/Cancel buttons in color selector of preferences
671
672 2011-10-17 [colin]      3.7.10cvs36
673
674         * src/gtk/gtkshruler.c
675                 (Probably) fix GTK+ <= 2.22
676
677 2011-10-17 [colin]      3.7.10cvs35
678
679         * src/gtk/gtkshruler.c
680                 Fix GTK+2.22 build
681
682 2011-10-17 [mones]      3.7.10cvs34
683
684         * src/addrbook.c
685         * src/exportldif.c
686         * src/jpilot.c
687         * src/mutt.c
688         * src/pine.c
689         * src/procmsg.c
690         * src/vcard.c
691                 Fix potential out-of-buffer writes
692
693 2011-10-17 [mones]      3.7.10cvs33
694
695         * src/main.c
696                 Use just one g_print call per option; correct indentation
697
698 2011-10-17 [colin]      3.7.10cvs32
699
700         * src/compose.c
701         * src/compose.h
702         * src/gtk/Makefile.am
703         * src/gtk/gtkshruler.c
704         * src/gtk/gtkshruler.h
705         * src/gtk/gtkunit.c
706         * src/gtk/gtkunit.h
707                 Reimplement ruler using the GTK widgets. Thanks
708                 to Hanno for the initial patch.
709
710 2011-10-17 [colin]      3.7.10cvs31
711
712         * src/action.c
713         * src/main.c
714         * src/gtk/gtkutils.c
715         * src/gtk/gtkutils.h
716                 Undeprecate GIO/GdkCondition
717
718 2011-10-16 [mones]      3.7.10cvs30
719
720         * src/main.c
721                 Add --compose-from-file option to open composition
722                 window with the headers and body from a file; based
723                 on Debian patch to fix http://bugs.debian.org/544868
724
725 2011-10-15 [mones]      3.7.10cvs29
726
727         * manual/advanced.xml
728                 Document new summary_from_show hidden preference
729
730 2011-10-15 [paul]       3.7.10cvs28
731
732         * src/compose.c
733                 compose_create_tags() - fix misplaced 'int i'
734                 compose_entry_mark_default_to() - fix To field highlighting
735
736 2011-10-09 [colin]      3.7.10cvs27
737
738         * src/addr_compl.c
739                 Fix address completion
740
741 2011-10-07 [colin]      3.7.10cvs26
742
743         * src/prefs_filtering_action.c
744         * src/gtk/gtkutils.h
745                 Fix build with GTK+2.20
746
747 2011-10-07 [colin]      3.7.10cvs25
748
749         * src/gtk/Makefile.am
750         * src/gtk/gdkkeysyms-new.h
751         * src/gtk/gtkutils.h
752                 Copy the new GDK_KEY_* definitions for older GTKs
753
754 2011-10-07 [colin]      3.7.10cvs24
755
756         * configure.ac
757                 Fix typos (thanks to Hanno)
758
759 2011-10-07 [colin]      3.7.10cvs23
760
761         * src/compose.c
762         * src/gtk/gtkshruler.c
763         * src/gtk/gtkshruler.h
764                 Disable ruler starting from 2.24.
765
766 2011-10-07 [colin]      3.7.10cvs22
767
768         * configure.ac
769         * src/messageview.c
770         * src/gtk/Makefile.am
771                 GTK2 build fix
772
773 2011-10-07 [colin]      3.7.10cvs21
774
775         * configure.ac
776         * src/action.c
777         * src/addr_compl.c
778         * src/addrgather.c
779         * src/compose.c
780         * src/compose.h
781         * src/editldap.c
782         * src/mainwindow.c
783         * src/message_search.c
784         * src/mimeview.c
785         * src/mimeview.h
786         * src/prefs_account.c
787         * src/prefs_compose_writing.c
788         * src/prefs_filtering_action.c
789         * src/prefs_folder_item.c
790         * src/prefs_logging.c
791         * src/prefs_matcher.c
792         * src/prefs_message.c
793         * src/prefs_other.c
794         * src/prefs_receive.c
795         * src/prefs_summaries.c
796         * src/prefs_wrapping.c
797         * src/printing.c
798         * src/ssl_manager.c
799         * src/statusbar.c
800         * src/stock_pixmap.c
801         * src/summary_search.c
802         * src/textview.c
803         * src/gtk/Makefile.am
804         * src/gtk/colorlabel.c
805         * src/gtk/gtkutils.c
806         * src/gtk/gtkutils.h
807         * src/gtk/logwindow.c
808         * src/gtk/menu.c
809         * src/gtk/menu.h
810         * src/gtk/quicksearch.c
811         * src/gtk/spell_entry.c
812         * src/plugins/bogofilter/bogofilter_gtk.c
813         * src/plugins/dillo_viewer/dillo_viewer.c
814         * src/plugins/pgpcore/prefs_gpg.c
815         * src/plugins/spamassassin/spamassassin_gtk.c
816                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
817                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
818                 ported (especially GtkCMOptionMenu)
819
820 2011-10-07 [colin]      3.7.10cvs20
821
822         * src/account.c
823         * src/action.c
824         * src/addr_compl.c
825         * src/addrcustomattr.c
826         * src/addrduplicates.c
827         * src/addressadd.c
828         * src/addressbook.c
829         * src/addressbook_foldersel.c
830         * src/addrgather.c
831         * src/alertpanel.c
832         * src/browseldap.c
833         * src/compose.c
834         * src/editaddress.c
835         * src/editaddress_other_attributes_ldap.c
836         * src/editbook.c
837         * src/editgroup.c
838         * src/editjpilot.c
839         * src/editldap.c
840         * src/editldap_basedn.c
841         * src/edittags.c
842         * src/editvcard.c
843         * src/exphtmldlg.c
844         * src/expldifdlg.c
845         * src/export.c
846         * src/foldersel.c
847         * src/folderview.c
848         * src/grouplistdialog.c
849         * src/import.c
850         * src/importldif.c
851         * src/importmutt.c
852         * src/importpine.c
853         * src/mainwindow.c
854         * src/message_search.c
855         * src/messageview.c
856         * src/mimeview.c
857         * src/prefs_actions.c
858         * src/prefs_customheader.c
859         * src/prefs_display_header.c
860         * src/prefs_filtering.c
861         * src/prefs_filtering_action.c
862         * src/prefs_folder_column.c
863         * src/prefs_matcher.c
864         * src/prefs_msg_colors.c
865         * src/prefs_other.c
866         * src/prefs_summaries.c
867         * src/prefs_summary_column.c
868         * src/prefs_summary_open.c
869         * src/prefs_template.c
870         * src/prefs_toolbar.c
871         * src/printing.c
872         * src/sourcewindow.c
873         * src/ssl_manager.c
874         * src/summary_search.c
875         * src/summaryview.c
876         * src/textview.c
877         * src/uri_opener.c
878         * src/gtk/about.c
879         * src/gtk/colorsel.c
880         * src/gtk/combobox.c
881         * src/gtk/description_window.c
882         * src/gtk/foldersort.c
883         * src/gtk/gtkaspell.c
884         * src/gtk/gtkcmclist.c
885         * src/gtk/gtkcmctree.c
886         * src/gtk/gtkcmoptionmenu.c
887         * src/gtk/gtkutils.c
888         * src/gtk/icon_legend.c
889         * src/gtk/inputdialog.c
890         * src/gtk/logwindow.c
891         * src/gtk/pluginwindow.c
892         * src/gtk/prefswindow.c
893         * src/gtk/quicksearch.c
894         * src/plugins/pgpcore/passphrase.c
895         * src/plugins/pgpcore/select-keys.c
896                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
897                 to replace GDK_* by GDK_KEY_*.
898
899 2011-10-07 [colin]      3.7.10cvs19
900
901         * AUTHORS
902         * src/account.c
903         * src/action.c
904         * src/addr_compl.c
905         * src/addressbook.c
906         * src/alertpanel.c
907         * src/compose.c
908         * src/edittags.c
909         * src/folderview.c
910         * src/grouplistdialog.c
911         * src/image_viewer.c
912         * src/mainwindow.c
913         * src/mimeview.c
914         * src/noticeview.c
915         * src/prefs_filtering_action.c
916         * src/prefs_folder_column.c
917         * src/prefs_msg_colors.c
918         * src/prefs_summary_column.c
919         * src/prefs_toolbar.c
920         * src/printing.c
921         * src/stock_pixmap.c
922         * src/summaryview.c
923         * src/textview.c
924         * src/undo.c
925         * src/wizard.c
926         * src/gtk/about.c
927         * src/gtk/authors.h
928         * src/gtk/colorlabel.c
929         * src/gtk/colorsel.c
930         * src/gtk/gtkcmclist.c
931         * src/gtk/gtkcmctree.c
932         * src/gtk/gtkcmoptionmenu.c
933         * src/gtk/gtksctree.c
934         * src/gtk/gtkutils.c
935         * src/gtk/gtkvscrollbutton.c
936         * src/gtk/inputdialog.c
937         * src/gtk/logwindow.c
938         * src/gtk/menu.c
939         * src/gtk/prefswindow.c
940         * src/gtk/progressdialog.c
941         * src/plugins/pgpcore/passphrase.c
942         * src/plugins/trayicon/trayicon.c
943                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
944                 Patch by Hanno Thurow-Meyer, many thanks to him !
945
946 2011-09-20 [colin]      3.7.10cvs18
947
948         * src/common/ssl.c
949                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
950                 gnutls 3.0.3'
951
952 2011-09-18 [colin]      3.7.10cvs17
953
954         * src/news.c
955                 Fix segfault when connection fails
956
957 2011-09-03 [colin]      3.7.10cvs16
958
959         * src/common/ssl.c
960                 Use NORMAL instead of EXPORT priorities.
961
962 2011-09-02 [colin]      3.7.10cvs15
963
964         * configure.ac
965         * src/common/ssl.c
966                 Linking against gcrypt explicitely in order to call
967                 gcry_control() for mutex setup isn't necessary anymore
968                 starting from gnuTLS 2.11.
969
970 2011-08-31 [colin]      3.7.10cvs14
971
972         * src/plugins/pgpinline/pgpinline.c
973         * src/plugins/pgpmime/pgpmime.c
974                 Fix bug #2431, "Major memory leak in PGP message handling".
975
976 2011-08-31 [colin]      3.7.10cvs13
977
978         * AUTHORS
979         * src/gtk/authors.h
980         * src/mainwindow.c
981         * src/messageview.c
982         * src/gtk/authors.h
983                 Apply Steve Rader's patch from bug #2388, "Add 
984                 message view scrolling menu items"
985
986 2011-08-30 [colin]      3.7.10cvs12
987
988         * src/gtk/prefswindow.c
989                 Fix layout issues (i.e. on SSL page if changing account
990                 type prior to visiting it).
991
992 2011-08-30 [colin]      3.7.10cvs11
993
994         * configure.ac
995         * src/common/ssl.c
996                 Don't use deprecated functions for GnuTLS priorities.
997                 Require GnuTLS 2.2 that is the first version with the
998                 new function.
999
1000 2011-08-30 [colin]      3.7.10cvs10
1001
1002         * src/common/socket.c
1003         * src/common/ssl.c
1004                 Long-term fix for bug #2402, "GnuTLS change breaks socket
1005                 communication", as per http://savannah.gnu.org/support/?107660
1006
1007 2011-08-30 [colin]      3.7.10cvs9
1008
1009         * src/etpan/imap-thread.c
1010         * src/etpan/nntp-thread.c
1011                 Remove dead openSSL code
1012
1013 2011-08-30 [colin]      3.7.10cvs8
1014
1015         * src/ssl_manager.c
1016         * src/common/ssl.c
1017         * src/common/ssl_certificate.c
1018         * src/common/ssl_certificate.h
1019         * src/etpan/imap-thread.c
1020         * src/etpan/nntp-thread.c
1021                 Fix bug #2127, "SSL cert check uses canonical name instead of
1022                 specified name"
1023
1024 2011-08-29 [colin]      3.7.10cvs7
1025
1026         * src/prefs_account.c
1027                 Fix X-Mailer option not appearing on IMAP
1028
1029 2011-08-29 [colin]      3.7.10cvs6
1030
1031         * src/plugins/pgpcore/Makefile.am
1032         * src/plugins/pgpinline/Makefile.am
1033         * src/plugins/pgpmime/Makefile.am
1034         * src/plugins/smime/Makefile.am
1035                 Windows build fix:
1036                 libtool: link: require no space between `-L' and `.'
1037
1038 2011-08-29 [colin]      3.7.10cvs5
1039
1040         * src/account.c
1041         * src/compose.c
1042         * src/prefs_account.c
1043         * src/prefs_account.h
1044                 Revert cvs4 which is rather illogical and instead
1045                 use Fabian's patch from bug #2471
1046
1047 2011-08-29 [colin]      3.7.10cvs4
1048
1049         * src/compose.c
1050                 Don't insert custom headers that have empty values.
1051                 Allows not inserting X-Mailer if it's set to nothing.
1052                 Fixes bug #2471, "Make setting an X-Mailer header optional".
1053
1054 2011-08-29 [colin]      3.7.10cvs3
1055
1056         * src/image_viewer.c
1057         * src/textview.c
1058         * src/gtk/gtkutils.c
1059         * src/gtk/gtkutils.h
1060                 Handle EXIF orientation in images (both in textview's
1061                 preview and image viewer)
1062
1063 2011-08-28 [paul]       3.7.10cvs2
1064
1065         * src/prefs_common.c
1066         * src/prefs_common.h
1067         * src/summaryview.c
1068                 add new hidden option to control the display in the From
1069                 column in the Message List: 0 (default): show name,
1070                 1: show address, 2: show name + address
1071
1072 2011-08-27 [paul]       3.7.10cvs1
1073
1074         * po/POTFILES.in
1075         * src/common/ssl_certificate.c
1076         * src/etpan/imap-thread.c
1077         * src/etpan/nntp-thread.c
1078                 offer up some missing log_error() strings to translators
1079
1080 2011-08-27 [paul]       3.7.10
1081         * NEWS
1082         * README
1083         * RELEASE_NOTES 
1084                 3.7.10 unleashed!               
1085
1086 2011-08-27 [paul]       3.7.9cvs52
1087
1088         * po/cs.po
1089         * po/fr.po
1090         * po/hu.po
1091         * po/lt.po
1092         * po/pt_BR.po
1093         * po/sk.po
1094                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
1095                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
1096
1097 2011-08-27 [mones]      3.7.9cvs51
1098
1099         * claws-mail.desktop
1100                 Include generic name and comment translations
1101                 Thanks to all the people on the translators ML!
1102
1103 2011-08-23 [paul]       3.7.9cvs50
1104
1105         * src/common/ssl.c
1106                 probable/possible fix/workaround for bug 2402,
1107                 'can't download message from pop3 server'
1108
1109 2011-08-18 [paul]       3.7.9cvs49
1110
1111         * manual/handling.xml
1112                 fix typos. thanks to vilpan
1113
1114 2011-08-17 [paul]       3.7.9cvs48
1115
1116         * tools/claws.i18n.status.pl
1117                 add Mindaugas Baranauskas (Lithuanian)
1118
1119 2011-08-14 [mir]        3.7.9cvs47
1120
1121         * src/news.c
1122         * src/etpan/nntp-thread.c
1123                 Fix bug 2418. Patch provided by Sébastien Bigaret with
1124                 some minor contribution by me.
1125
1126 2011-08-13 [mir]        3.7.9cvs46
1127
1128         * src/etpan/nntp-thread.c
1129                 Fix bug when NNTP server sends authentication warning
1130                 as part of the connection session. Privously etpan would
1131                 bail out for any return code other than NEWSNNTP_NO_ERROR
1132                 but as early as the connection session a return code like
1133                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
1134                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
1135                 be considered as an error.
1136
1137 2011-08-12 [paul]       3.7.9cvs45
1138
1139         * src/mimeview.c
1140                 3.7.9cvs43 mistakenly dropped off the info
1141                 about the mime part from the tooltip
1142
1143 2011-08-12 [wwp]        3.7.9cvs44
1144
1145         * src/gtk/quicksearch.c
1146          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
1147
1148 2011-08-09 [paul]       3.7.9cvs43
1149
1150         * src/mimeview.c
1151                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
1152
1153 2011-08-06 [paul]       3.7.9cvs42
1154
1155         * src/compose.c
1156                 fix cursor placement in Forward template
1157
1158 2011-08-06 [paul]       3.7.9cvs41
1159
1160         * src/gtk/description_window.c
1161                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
1162
1163 2011-08-05 [holger]     3.7.9cvs40
1164
1165         * claws-mail.desktop
1166                 Revert 3.7.9cvs35 for now, it may be problematic
1167                 (see bug #2450)
1168
1169 2011-08-05 [paul]       3.7.9cvs39
1170
1171         * src/mainwindow.c
1172         * src/messageview.c
1173                 use 'Collapse quotes' rather than 'Fold quotes' on
1174                 labels, for consistency
1175         * src/toolbar.c
1176                 use 'Receive mail from account' rather than 'on account'
1177
1178 2011-07-30 [mir]        3.7.9cvs38
1179
1180         * src/etpan/Makefile.am
1181         * src/plugins/pgpcore/Makefile.am
1182         * src/plugins/pgpmime/Makefile.am
1183         * src/plugins/smime/Makefile.am
1184                 Fix broken build on Debian Sid. enchant.h cannot be
1185                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
1186                 present in Makefile.am. Apparently enchant.h in older
1187                 versions were placed in /usr/include which is always
1188                 scanned be default.
1189
1190 2011-07-21 [mones]      3.7.9cvs37
1191
1192         * src/common/plugin.c
1193         * src/common/plugin.h
1194                 Make licences allowed for plugins more explicit and also
1195                 accept dual (or more) licences when properly formatted.
1196                 Doesn't require any change on current plugins.
1197
1198 2011-07-18 [mones]      3.7.9cvs36
1199
1200         * manual/advanced.xml
1201                 Document briefly tags feature.
1202         * manual/glossary.xml
1203                 Fix definition to avoid confussion with tags.
1204         * manual/es/advanced.xml
1205         * manual/es/glossary.xml
1206                 Synchronize Spanish translation with the above.
1207
1208 2011-07-07 [holger]     3.7.9cvs35
1209
1210         * claws-mail.desktop
1211                 Add indicator stuff to the desktop file
1212                 Taken from bug #2450
1213
1214 2011-07-06 [paul]       3.7.9cvs34
1215
1216         * src/edittags.c
1217                 fix English usage
1218
1219 2011-07-06 [mones]      3.7.9cvs33
1220
1221         * src/edittags.c
1222                 Do not create an empty tag name row in panel and
1223                 warn user about using a non-reserved tag instead
1224
1225 2011-07-05 [mones]      3.7.9cvs32
1226
1227         * src/imap.c
1228         * src/common/tags.c
1229         * src/common/tags.h
1230         * src/etpan/imap-thread.c
1231                 Make constants for reserved tags and use them
1232                 Removed also duplicate comparison while at it
1233
1234 2011-07-05 [paul]       3.7.9cvs31
1235
1236         * src/compose.c
1237                 when using a Compose template, only place the cursor
1238                 in the body when the cursor symbol, %cursor (%X), is used
1239
1240 2011-07-03 [paul]       3.7.9cvs30
1241
1242         * src/main.c
1243                 do main_window_popup(mainwin); on plugin load error, or
1244                 else the warning dialogue and mainwindow stays minimised
1245                 and hidden
1246
1247 2011-07-03 [paul]       3.7.9cvs29
1248
1249         * src/wizard.c
1250                 fix bug 2462, 'Building without GnuTLS support leads to a
1251                 failure in wizard.c'
1252
1253 2011-07-03 [paul]       3.7.9cvs28
1254
1255         * src/mainwindow.c
1256         * src/mainwindow.h
1257         * src/summaryview.c
1258                 fix bug #2461, 'popup menu in message list displays
1259                 'move to trash' and 'delete''.
1260                 Add a new sensitivity condition 'M_NOT_TRASH' and
1261                 remove the broken workaround for right-click in summaryview.c.
1262                 Fix broken main menu sensitivity for "Menu/Message/Move" in
1263                 News folder.
1264
1265 2011-06-21 [paul]       3.7.9cvs27
1266
1267         * src/mainwindow.c
1268                 revert 3.7.9cvs2, it does no good
1269
1270 2011-06-18 [mir]        3.7.9cvs26
1271
1272         * configure.ac
1273                 Fix autoconf warnings introduced in autoconf >= 2.64
1274
1275 2011-06-05 [paul]       3.7.9cvs25
1276
1277         * po/ca.po
1278         * po/cs.po
1279         * po/de.po
1280         * po/it.po
1281         * po/ja.po
1282         * po/pt_PT.po
1283         * po/sk.po
1284         * po/uk.po
1285                 fix strings where an informational message has been
1286                 wrongly entered into the translated string
1287         * src/toolbar.c
1288                 enable 'Trash' and 'Sender' to be translated based on
1289                 the context, e.g. as button text and as mail header
1290         * src/gtk/about.c
1291                 fix english in Info tab
1292
1293 2011-05-25 [colin]      3.7.9cvs24
1294
1295         * src/action.c
1296                 Fix bug #2439, "use bitwise operator for bitmask instead of
1297                 logical operator". Thanks to Nicolas Kaiser for the patch.
1298
1299 2011-05-18 [colin]      3.7.9cvs23
1300
1301         * src/news.c
1302                 Fix missing group selection before xover if the
1303                 connection was reset before.
1304
1305 2011-05-12 [colin]      3.7.9cvs22
1306
1307         * src/common/utils.c
1308                 Fix bug #2412, "Send account mail address in Message-ID
1309                 wrongly implemented". Patch by Fabian Keil.
1310
1311 2011-05-12 [mones]      3.7.9cvs21
1312
1313         * src/etpan/nntp-thread.c
1314                 Fix bug #2418 "NNTP authentication is broken"
1315
1316 2011-05-09 [pawel]      3.7.9cvs20
1317
1318         * src/mainwindow.c
1319         * src/prefs_folder_item.c
1320                 Small UI fixes
1321
1322 2011-05-05 [colin]      3.7.9cvs19
1323
1324         * src/imap.c
1325         * src/inc.c
1326         * src/news.c
1327         * src/send_message.c
1328                 Fix bug #2184, "Add account name information inside network log".
1329                 Initial patch by MSulchan Darmawan, expanded to other protocols.
1330                 This stuff is too much copy-pasted.
1331
1332
1333 2011-04-30 [colin]      3.7.9cvs18
1334
1335         * src/main.c
1336                 Fix bug #2414, 'Claws segfaults on startup with
1337                 notification plugin enabled". Thanks Christian
1338                 Faulhammer for the patch.
1339
1340 2011-04-27 [colin]      3.7.9cvs17
1341
1342         * src/codeconv.c
1343                 Make Windows' encoding CP1251 for ru_RU locale
1344                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
1345
1346 2011-04-24 [paul]       3.7.9cvs16
1347
1348         * manual/claws-mail-manual.xml
1349         * manual/de/claws-mail-manual.xml
1350         * manual/es/claws-mail-manual.xml
1351         * manual/fr/claws-mail-manual.xml
1352         * manual/it/claws-mail-manual.xml
1353                 update copyright year
1354
1355 2011-04-24 [paul]       3.7.9cvs15
1356
1357         * src/summaryview.c
1358                 fix bug #2353, 'Right-clicking on spam in order to delete
1359                 it causes it to show in message window'
1360
1361 2011-04-24 [paul]       3.7.9cvs14
1362
1363         * src/mainwindow.c
1364         * src/gtk/foldersort.c
1365         * src/gtk/foldersort.h
1366                 fix labelling, 'change folder order' to 'change mailbox order'
1367
1368 2011-04-23 [paul]       3.7.9cvs13
1369
1370         * configure.ac
1371                 fix bug #2409, 'Failed to compile under GCC 3.x : option
1372                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
1373                 committed in 3.7.8cvs19 
1374
1375 2011-04-11 [paul]       3.7.9cvs12
1376
1377         * src/plugins/trayicon/trayicon.c
1378                 fix build bug: gtk_status_icon_set_title() is available
1379                 since gtk 2.18.x not 2.14.x
1380
1381 2011-04-11 [paul]       3.7.9cvs11
1382
1383         * po/hu.po
1384                 updated by Páder RezsÅ‘
1385
1386 2011-04-10 [colin]      3.7.9cvs10
1387
1388         * src/addr_compl.c
1389         * src/addressbook.c
1390         * src/compose.c
1391         * src/editaddress.c
1392         * src/editaddress_other_attributes_ldap.c
1393         * src/main.c
1394         * src/message_search.c
1395         * src/prefs_display_header.c
1396         * src/prefs_filtering_action.c
1397         * src/prefs_matcher.c
1398         * src/prefs_other.c
1399         * src/prefs_toolbar.c
1400         * src/summary_search.c
1401         * src/gtk/colorlabel.c
1402         * src/gtk/combobox.c
1403         * src/gtk/gtkcmoptionmenu.c
1404         * src/gtk/gtkshruler.c
1405         * src/gtk/gtkshruler.h
1406         * src/gtk/gtkutils.h
1407         * src/gtk/inputdialog.c
1408         * src/gtk/quicksearch.c
1409                 Revert the whole pile of crap introduced in
1410                 cvs9,8,7,4.
1411
1412 2011-04-10 [colin]      3.7.9cvs9
1413
1414         * src/compose.c
1415         * src/editaddress.c
1416         * src/editaddress_other_attributes_ldap.c
1417         * src/main.c
1418         * src/message_search.c
1419         * src/prefs_display_header.c
1420         * src/prefs_matcher.c
1421         * src/prefs_toolbar.c
1422         * src/summary_search.c
1423         * src/gtk/combobox.c
1424         * src/gtk/gtkutils.h
1425         * src/gtk/inputdialog.c
1426         * src/gtk/quicksearch.c
1427                 Finish fun with combo boxes. (hopefully)
1428
1429 2011-04-10 [colin]      3.7.9cvs8
1430
1431         * src/compose.c
1432         * src/prefs_filtering_action.c
1433         * src/gtk/combobox.c
1434         * src/gtk/gtkshruler.c
1435         * src/gtk/gtkshruler.h
1436                 More undeprecation. GTKSHRuler is #if'ed out. We can
1437                 still decide to maintain the old GtkRuler widget in-tree
1438                 if the lack of ruler in Compose window is too
1439                 annoying.
1440
1441 2011-04-10 [colin]      3.7.9cvs7
1442
1443         * src/addr_compl.c
1444         * src/addressbook.c
1445         * src/compose.c
1446         * src/editaddress_other_attributes_ldap.c
1447         * src/message_search.c
1448         * src/prefs_display_header.c
1449         * src/prefs_filtering_action.c
1450         * src/prefs_other.c
1451         * src/prefs_toolbar.c
1452         * src/summary_search.c
1453         * src/gtk/colorlabel.c
1454         * src/gtk/combobox.c
1455         * src/gtk/gtkcmoptionmenu.c
1456         * src/gtk/gtkutils.h
1457                 More comboboxtext undeprecation
1458
1459 2011-04-10 [colin]      3.7.9cvs6
1460
1461         * src/messageview.c
1462                 Fix it better.
1463
1464 2011-04-10 [colin]      3.7.9cvs5
1465
1466         * src/messageview.c
1467                 Fix age-old typo.
1468
1469 2011-04-10 [colin]      3.7.9cvs4
1470
1471         * src/compose.c
1472         * src/editaddress_other_attributes_ldap.c
1473         * src/message_search.c
1474         * src/prefs_display_header.c
1475         * src/prefs_filtering_action.c
1476         * src/prefs_other.c
1477         * src/prefs_toolbar.c
1478         * src/summary_search.c
1479         * src/gtk/combobox.c
1480         * src/gtk/gtkutils.h
1481                 gtk_combo_box_*_text() is deprecated, and
1482                 gtk_combo_box_text_*() is the new hotness.
1483
1484 2011-04-10 [colin]      3.7.9cvs3
1485
1486         * src/addr_compl.c
1487         * src/addressbook.c
1488         * src/browseldap.c
1489         * src/compose.c
1490         * src/folder.c
1491         * src/folderview.c
1492         * src/gtk/gtkvscrollbutton.c
1493         * src/gtk/gtkvscrollbutton.h
1494                 s/GtkFunction/GSourceFunc
1495
1496 2011-04-10 [colin]      3.7.9cvs2
1497
1498         * src/mainwindow.c
1499                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
1500                 This is the patch from bug #2396, it should be innocuous even
1501                 if that's useless to do deiconify + present window...
1502
1503 2011-04-09 [paul]       3.7.9cvs1
1504
1505         * src/prefs_summaries.c
1506                 fix typo in string. (thanks, Brad!)
1507
1508 2011-04-09 [paul]       3.7.9
1509         * NEWS
1510         * README
1511         * RELEASE_NOTES 
1512                 3.7.9 unleashed!        
1513
1514 2011-04-09 [paul]       3.7.8cvs78
1515
1516         * po/cs.po
1517         * po/es.po
1518         * po/fi.po
1519         * po/fr.po
1520         * po/lt.po
1521         * po/pt_BR.po
1522         * po/sk.po
1523         * po/uk.po
1524                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
1525                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
1526                 Slavko, and Yarema
1527
1528 2011-04-09 [colin]      3.7.8cvs77
1529
1530         * src/gtk/filesel.c
1531                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
1532                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
1533                 encoding filename. Hooray for stupid.
1534
1535 2011-04-08 [colin]      3.7.8cvs76
1536
1537         * src/action.c
1538                 Fix action Stop: if child does not react to SIGTERM, it'll
1539                 probably start behaving when it'll get a SIGKILL on the user's
1540                 second press on Stop.
1541                 Fixes bug #2237, "User action makes Claws unresponsive".
1542
1543 2011-04-08 [colin]      3.7.8cvs75
1544
1545         * src/account.c
1546         * src/folder.c
1547         * src/folder.h
1548         * src/folder_item_prefs.c
1549         * src/folder_item_prefs.h
1550         * src/prefs_account.c
1551                 Fix bug #2382, "folderitemrc not updated when account
1552                 name is changed". Indeed, this wasn't done.
1553
1554 2011-04-08 [wwp]        3.7.8cvs74
1555
1556         * src/procmime.c
1557         Add support for quoted values (*="value").
1558         This commonly fixes a trailing quote appearing to filenames
1559         sent by iphone Mail (not sure if it's culprit at all, though).
1560
1561 2011-04-08 [colin]      3.7.8cvs73
1562
1563         * src/gtk/filesel.c
1564                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
1565                 caused by attachments with extended chars in the file name". Patch
1566                 derived from a patch bt Fabien Keil
1567
1568 2011-04-05 [wwp]        3.7.8cvs72
1569
1570         * src/compose.c
1571                 A debug string not to translate.
1572
1573 2011-04-03 [colin]      3.7.8cvs71
1574
1575         * src/common/utils.h
1576                 Fix bug #2394, "backtrace() crashes on FreeBSD"
1577                 That's not the first bug-report where internal
1578                 debug-only backtrace() crashes on FreeBSD.
1579
1580 2011-04-03 [colin]      3.7.8cvs70
1581
1582         * src/compose.c
1583                 Fix bug #2365 again, "Crash when auto-scrolling headers in
1584                 compose window".
1585                 Batch-mode compose windows (from filtering actions) shouldn't
1586                 try to access stuff after flushing events...
1587
1588 2011-03-31 [paul]       3.7.8cvs69
1589
1590         * INSTALL
1591                 update as gtk >= 2.10 now required
1592                 (because I'll never remember to do this later)
1593
1594 2011-03-26 [paul]       3.7.8cvs68
1595
1596         * src/messageview.c
1597                 fix separators in Go To menu
1598
1599 2011-03-20 [colin]      3.7.8cvs67
1600
1601         * configure.ac
1602                 Drop the *_DISABLE_DEPRECATED. We'll put them back
1603                 when we'll have time to handle them
1604
1605 2011-03-18 [paul]       3.7.8cvs66
1606
1607         * src/textview.c
1608                 make user-facing message more accurate -
1609                 'Network Log' not 'View Log'
1610
1611 2011-03-17 [wwp]        3.7.8cvs65
1612
1613         * po/fr.po
1614                 Fix a typo around plural form, as reported by
1615                 Yannick Palanque.
1616
1617 2011-03-15 [colin]      3.7.8cvs64
1618
1619         * AUTHORS
1620         * src/gtk/authors.h
1621         * src/main.c
1622                 Fix bug #2381, "Support for NetworkManager 0.9".
1623                 Patch by Mikhail Efremov
1624
1625 2011-03-04 [colin]      3.7.8cvs63
1626
1627         * src/mimeview.c
1628         * src/mimeview.h
1629                 Fix segfault on Windows
1630         * src/exporthtml.c
1631         * src/common/utils.c
1632         * src/common/w32_unistd.c
1633         * src/common/w32lib.h
1634                 Rationalize use of time_r() funcs (pthread do define them)
1635
1636 2011-03-02 [pawel]      3.7.8cvs62
1637
1638         * src/wizard.c
1639                 Re-implement widgets aligning, switch from GtkSizeGroup
1640                 to GtkTable - this should fix disappearing labels
1641
1642 2011-03-01 [pawel]      3.7.8cvs61
1643
1644         * src/wizard.c
1645                 Wizard GUI cleanups. Make it look and behave more
1646                 like account preferences.
1647
1648 2011-02-23 [colin]      3.7.8cvs60
1649
1650         * src/common/Makefile.am
1651                 Fix make dist
1652
1653 2011-02-23 [colin]      3.7.8cvs59
1654
1655         * src/Makefile.am
1656         * src/main.c
1657         * src/common/Makefile.am
1658         * src/common/plugin.c
1659         * src/common/valgrind.h
1660                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
1661                 Use valgrind's own header.
1662
1663 2011-02-22 [colin]      3.7.8cvs58
1664
1665         * src/prefs_account.c
1666                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
1667                 signed message" upon new installation. This is disturbing when PGP
1668                 plugins are loaded by default.
1669
1670 2011-02-16 [paul]       3.7.8cvs57
1671
1672         * src/*
1673                 update copyright headers throughout
1674
1675 2011-02-16 [paul]       3.7.8cvs56
1676
1677         * src/summaryview.c
1678                 use gettext plural form for "item selected"/"items selected"
1679
1680 2011-02-13 [colin]      3.7.8cvs55
1681
1682         * src/mimeview.c
1683         * src/mimeview.h
1684                 Fix bug #2361, "Claws crashes after PGP Check in separate
1685                 msg view". Don't let the cancel thread lie around after
1686                 the verification ended.
1687
1688 2011-02-13 [paul]       3.7.8cvs54
1689
1690         * po/lt.po
1691                 updated by Mindaugas Baranauskas
1692
1693 2011-02-11 [mones]      3.7.8cvs53
1694
1695         * manual/es/advanced.xml
1696                 Sync with English manual
1697         * src/imap.c
1698                 Fix remaining mismatched alloc/free from cppcheck
1699
1700 2011-02-10 [pawel]      3.7.8cvs52
1701
1702         * src/ldapupdate.c
1703                 Fix memleaks
1704
1705 2011-02-10 [pawel]      3.7.8cvs51
1706
1707         * src/prefs_toolbar.c
1708                 - set menus sensitivity in item type combo depending on
1709                   availability of actions / plugin hooks
1710                 - style fixes, spaces instead of tabs mostly
1711
1712 2011-02-10 [paul]       3.7.8cvs50
1713
1714         * src/prefs_account.c
1715                 move the 'send acc mail addr in msg-id" option to
1716                 the send page
1717
1718 2011-02-10 [paul]       3.7.8cvs49
1719
1720         * src/prefs_account.c
1721                 move the 'expunge immediately' option to a more
1722                 suitable page
1723
1724 2011-02-05 [pawel]      3.7.8cvs48
1725
1726         * manual/advanced.xml
1727                 Document new hidden pref
1728         * src/folder.c
1729                 Dont treat mimeparts referenced by others as
1730                 real attachments
1731         * src/mimeview.c
1732         * src/prefs_common.c
1733         * src/prefs_common.h
1734                 Add ability to hide inline attachments referenced
1735                 by other mimeparts in MimeView. To enable this
1736                 feature set show_inline_attachments=0 in your clawsrc
1737
1738 2011-01-25 [colin]      3.7.8cvs47
1739
1740         * src/matcher.c
1741                 Fix matcher body parsing: decode mails with our
1742                 MIME parser. This speeds up body search a bit as
1743                 binary attachments are not searched anymore, slows
1744                 down a bit full message searches, but not awfully.
1745         * src/summary_search.c
1746                 Use matcher API to search, in all cases (advanced search or
1747                 not). Also, fix little logic bugs related to combos history
1748         * src/common/utils.c
1749         * src/common/utils.h
1750         * src/procmime.c
1751         * src/procmime.h
1752                 Remove dead code, export functions needed by matcher.c
1753
1754 2011-01-25 [colin]      3.7.8cvs46
1755
1756         * src/compose.c
1757         * src/prefs_common.c
1758         * src/common/md5.c
1759         * src/common/ssl_certificate.c
1760                 Fix mismatched alloc/free (thanks to cppcheck)
1761
1762 2011-01-25 [colin]      3.7.8cvs45
1763
1764         * src/pop.c
1765                 Fix leak on error path
1766
1767 2011-01-23 [mones]      3.7.8cvs44
1768
1769         * manual/es/advanced.xml
1770                 Sync with English manual
1771
1772 2011-01-23 [paul]       3.7.8cvs43
1773
1774         * src/gtk/about.c
1775                 it's 2011, update copyright line
1776
1777 2011-01-23 [paul]       3.7.8cvs42
1778
1779         * manual/advanced.xml
1780         * src/prefs_common.c
1781         * src/prefs_common.h
1782         * src/textview.c
1783                 fix bug #2350, 'Make displaying localized date/time in
1784                 message view optional'.
1785                 This introduces a new hidden option (why do more?),
1786                 'msgview_date_format', which defaults to OFF, maintaining
1787                 the current and expected behaviour.
1788
1789 2011-01-21 [colin]      3.7.8cvs41
1790
1791         * src/procmime.c
1792                 Fix bug #2050, Clawsmail sends return receipt every seconds
1793                 We forgot to close the file when parsing 
1794                 disposition-notification fields, which made unlinking of the
1795                 corresponding emails in tempfolder/processing impossible in
1796                 Windows. Causing them to be re-fetched every time.
1797
1798 2011-01-21 [colin]      3.7.8cvs40
1799
1800         * claws-mail.desktop
1801                 Fix again bug #2346: We should have a %u parameter.
1802
1803 2011-01-21 [colin]      3.7.8cvs39
1804
1805         * src/plugins/spamassassin/spamassassin.c
1806                 Fix sa-learn when offline (its command line parsing is
1807                 space-dependant). Patch by Wolfgang Lorenz
1808
1809 2011-01-19 [pawel]      3.7.8cvs38
1810
1811         * claws-mail.desktop
1812                 Fix Bug 2346 'Please register x-handler-scheme
1813                  in .desktop file' patch by Laurent Bigonville
1814                 While I'm here update things to current
1815                 standards, fix desktop-file-validate warnings/errors
1816
1817 2011-01-18 [colin]      3.7.8cvs37
1818
1819         * src/common/smtp.c
1820                 Fix logic on SMTP AUTH: If the selected method isn't
1821                 available, say so instead of supposing it'll work.
1822                 Fixes bug #2039, 'SMTP AUTHENTICATION'
1823
1824 2011-01-15 [pawel]      3.7.8cvs36
1825
1826         * src/prefs_folder_item.c
1827                 Rework subject regexp simplify gui a bit, this give us better
1828                 options page layout (window with min width was too short to 
1829                 show all contents and thigs were unwieldy) and better preview
1830                 of regexp working/not working
1831
1832 2011-01-14 [pawel]      3.7.8cvs35
1833
1834         * src/textview.c
1835                 strncpy2() NULLify strings just fine, no need to be
1836                 extra "clever"
1837
1838 2011-01-14 [pawel]      3.7.8cvs34
1839
1840         * src/textview.c
1841                 Fix Bug #2165 'The date not localized in the message view'
1842                 Display Date header in messageview in the same way as in
1843                 summaryview by respecting date format set in preferences.
1844
1845 2011-01-06 [pawel]      3.7.8cvs33
1846
1847         * src/prefs_account.c
1848         * src/prefs_folder_item.c
1849         * src/prefs_quote.c
1850         * src/quote_fmt.c
1851                 Make quote templates widgets more compact
1852
1853 2011-01-06 [pawel]      3.7.8cvs32
1854
1855         * src/plugins/trayicon/trayicon.c
1856                 - fix logic bug which caused icon to be
1857                   always set no-mail status on plugin load
1858                 - force icon hide on plugin_done(), without
1859                   it empty space(?!) is left in tray under KDE3 and KDE4
1860
1861 2011-01-06 [colin]      3.7.8cvs31
1862
1863         * src/addrharvest.c
1864         * src/codeconv.c
1865         * src/codeconv.h
1866         * src/compose.c
1867         * src/news.c
1868         * src/procheader.c
1869         * src/procmime.c
1870         * src/unmime.c
1871         * src/unmime.h
1872                 Unmime headers differently whether they're addresses or not:
1873                 It's useless to quote things containing commas if it's in
1874                 subject, for example. (introduced in 3.7.8cvs26)
1875
1876 2011-01-06 [colin]      3.7.8cvs30
1877
1878         * src/gtk/gtkaspell.c
1879                 Complete previous patch
1880         * src/messageview.c
1881         * src/plugins/pgpinline/pgpinline.c
1882                 Coding style
1883
1884 2011-01-06 [paul]       3.7.8cvs29
1885
1886         * AUTHORS
1887         * configure.ac
1888         * po/lt.po
1889         * src/gtk/authors.h
1890                 add Lithuanian translation (approx. 65% complete)
1891                 submitted by Mindaugas Baranauskas
1892
1893 2011-01-06 [pawel]      3.7.8cvs28
1894
1895         * src/export.c
1896         * src/import.c
1897         * src/messageview.c
1898         * src/prefs_actions.c
1899         * src/procmime.c
1900         * src/gtk/gtkaspell.c
1901         * src/plugins/pgpinline/pgpinline.c
1902         * src/plugins/pgpmime/pgpmime.c
1903         * src/plugins/smime/smime.c
1904                 Fix memory/file descriptors leaks
1905
1906 2011-01-06 [paul]       3.7.8cvs27
1907
1908         * src/plugins/pgpcore/sgpgme.c
1909                 fix bug #2322, 'GPG Full info: showing subkey
1910                 ID instead of primary key fingerprint'
1911                 Patch by Sébastien Bigaret.
1912
1913 2011-01-03 [colin]      3.7.8cvs26
1914
1915         * src/unmime.c
1916                 Better quote-checking when unmim-ing headers
1917                 that may have comas.
1918
1919 2011-01-03 [colin]      3.7.8cvs25
1920
1921         * src/unmime.c
1922                 Fix bug #2299, "Incorrect handling of quoted printable coma
1923                 in headers". As this is really painful to fix by switching
1924                 the whole stuff to a list of headers tokens, we workaround
1925                 the problem by adding quotes around the encoded-word (making
1926                 it a quoted-string which continuity is already handled).
1927
1928 2011-01-03 [colin]      3.7.8cvs24
1929
1930         * src/procheader.c
1931                 Remove dead code
1932
1933 2010-12-23 [colin]      3.7.8cvs23
1934
1935         * src/compose.c
1936                 Finish fixing bug #2203: When forwarding (inline) and there
1937                 are some text/* parts with no name, set them a name and
1938                 set their disposition to attachment, so that recipients with
1939                 MUAs preferring HTML parts don't show them by default.
1940
1941 2010-12-22 [paul]       3.7.8cvs22
1942
1943         * src/compose.h
1944                 fix missing file in 3.7.8cvs20
1945
1946 2010-12-22 [colin]      3.7.8cvs21
1947
1948         * src/folderview.c
1949         * src/folderview.h
1950                 Implement a nicer scroll when drag and dropping
1951
1952 2010-12-22 [colin]      3.7.8cvs20
1953
1954         * src/compose.c
1955                 Store charset if available when attaching text/* parts
1956                 Fixes bug #2203, 'Problems in forwarding multipart/
1957                 alternative messages with HTML part'
1958
1959 2010-12-22 [colin]      3.7.8cvs19
1960
1961         * src/textview.c
1962                 Fix wrong free
1963
1964 2010-12-21 [colin]      3.7.8cvs18
1965
1966         * src/inc.c
1967         * src/send_message.c
1968         * src/common/session.c
1969         * src/common/session.h
1970                 Differentiate between running sessions and connected
1971                 sessions. Fixes bug #2332, "Crash when hitting cancel
1972                 on the SMTP status window"
1973
1974 2010-12-21 [colin]      3.7.8cvs17
1975
1976         * src/etpan/etpan-thread-manager.c
1977                 Dead code removal
1978
1979 2010-12-21 [colin]      3.7.8cvs16
1980
1981         * src/textview.c
1982                 Check whether we should continue loading the
1983                 current textview after inserting a possibly
1984                 big image.
1985
1986 2010-12-20 [colin]      3.7.8cvs15
1987
1988         * src/addrcindex.c
1989         * src/addrcindex.h
1990                 Removed. Dead code since ages!
1991         * src/addr_compl.c
1992         * src/gtk/gtkcmclist.c
1993         * src/gtk/gtkcmctree.c
1994         * src/gtk/gtksctree.c
1995                 undefine *_DISABLE_DEPRECATED in the files that
1996                 use deprecated interfaces. Implicit declarations
1997                 can lead to crashes as prototypes are unknown, as
1998                 evidenced by bug #2315.
1999
2000 2010-12-20 [colin]      3.7.8cvs14
2001
2002         * src/compose.c
2003                 Don't flush events when adding an header entry. This
2004                 can mess up the keypresses in the previous header.
2005                 Instead, make the scroll happen later (doing it on the
2006                 spot without flushing events doesn't work as the new
2007                 requisitions aren't set yet).
2008
2009 2010-12-20 [colin]      3.7.8cvs13
2010
2011         * src/mainwindow.c
2012                 Don't iconify at start on w32. This un-iconifies in the
2013                 background.
2014
2015 2010-12-20 [colin]      3.7.8cvs12
2016
2017         * src/common/base64.c
2018                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
2019                 Patch by pochini at shiny.it
2020
2021 2010-12-19 [colin]      3.7.8cvs11
2022
2023         * src/ldapserver.c
2024                 Better debug.
2025
2026 2010-12-18 [colin]      3.7.8cvs10
2027
2028         * src/compose.c
2029                 Fix bug #2148, "Attachment content-transfer-encoding 
2030                 incorrectly set when signing emails". The RFC 2045
2031                 states that message/* and multipart/* encoding must
2032                 be either 7-bit, 8-bit or binary.
2033
2034 2010-12-18 [mones]      3.7.8cvs9
2035
2036         * src/ldaputil.c
2037                 Fix crash when searching or adding a LDAP server
2038
2039 2010-12-17 [colin]      3.7.8cvs8
2040
2041         * configure.ac
2042         * src/editldap.c
2043         * src/ldapquery.c
2044         * src/ldapserver.c
2045         * src/ldapupdate.c
2046         * src/ldaputil.c
2047         * src/ldaputil.h
2048                 Better error logging. Disable LDAP SSL/TLS on
2049                 Windows, it's crashy/non-worky.
2050
2051 2010-12-17 [colin]      3.7.8cvs7
2052
2053         * src/folder.c
2054                 Fix bug #2325, "messages remains in folder cache after moving
2055                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
2056
2057 2010-12-17 [colin]      3.7.8cvs6
2058
2059         * src/addressadd.c
2060         * src/addressbook.c
2061         * src/addrindex.c
2062         * src/ldapquery.c
2063         * src/ldapquery.h
2064         * src/ldapserver.c
2065         * src/ldapserver.h
2066         * src/ldapupdate.c
2067         * src/ldaputil.c
2068         * src/ldaputil.h
2069                 Windows build fixes (w32 LDAP completely untested!)
2070
2071 2010-12-16 [colin]      3.7.8cvs5
2072
2073         * src/addrindex.c
2074         * src/editldap.c
2075         * src/ldapctrl.c
2076         * src/ldapquery.c
2077         * src/ldapserver.c
2078         * src/ldapserver.h
2079         * src/ldapupdate.c
2080         * src/ldaputil.c
2081                 Try to rationalize a bit LDAP connections
2082
2083 2010-12-16 [colin]      3.7.8cvs4
2084
2085         * src/prefs_spelling.c
2086         * src/common/defs.h
2087                 Add a button to get dictionaries (win32)
2088
2089 2010-12-16 [colin]      3.7.8cvs3
2090
2091         * src/prefs_matcher.c
2092                 Fix bug #2279, "crash when clicking 'define' in filter
2093                 configuring". Thanks to Theodor Ciobanu for the hint at
2094                 the problem.
2095
2096 2010-12-14 [colin]      3.7.8cvs2
2097
2098         * src/gtk/gtkaspell.c
2099                 Add missing guard for sys/wait.h
2100
2101 2010-12-05 [colin]      3.7.8cvs1
2102
2103         * tools/make.themes.project
2104                 Seems wget has changed naming of targets downloaded.
2105                 Fix it by always providing our own name.
2106                 [Pushing mones' patch again after messing with CVSROOT]
2107
2108 2010-12-04 [paul]       3.7.8
2109         * NEWS
2110         * README
2111         * RELEASE_NOTES 
2112                 3.7.8 unleashed!
2113
2114 2010-12-03 [paul]       3.7.7cvs11
2115
2116         * configure.ac
2117         * manual/xml2pdf ** REMOVED **
2118         * manual/dist/pdf/Makefile.am
2119         * manual/es/dist/pdf/Makefile.am
2120         * manual/fr/dist/pdf/Makefile.am
2121         * manual/pl/dist/pdf/Makefile.am
2122                 simplify check for tools needed for manual building,
2123                 remove xml2pdf and use docbook2pdf instead
2124
2125 2010-12-03 [mir]        3.7.7cvs10
2126
2127         * configure.ac
2128                 Fix bug so that configure option --disable-manual
2129                 actually disable building the manuals
2130
2131 2010-12-01 [pawel]      3.7.7cvs9
2132
2133         * src/crash.c
2134                 One more GTK+ 2.22 build fix
2135
2136 2010-11-30 [colin]      3.7.7cvs8
2137
2138         * src/action.c
2139                 Fix bug #2317, 'Action results in "Bad file descriptor"'
2140                 Introduced in 3.7.6cvs57. In fact the error has been there
2141                 since ages, and only new thing is the verification of the
2142                 various functions return code. Let the stuff work as it
2143                 does, as it seems to do the right thing since ages.
2144
2145 2010-11-28 [colin]      3.7.7cvs7
2146
2147         * src/gtk/quicksearch.c
2148                 Fix bug #2313, 'CLI quicksearch sometimes returns 
2149                 the same messages twice'. Patch by Sebastien Bigaret
2150
2151 2010-11-25 [paul]       3.7.7cvs6
2152
2153         * src/prefs_common.c
2154                 make "gtk_can_change_accels" FALSE by default.
2155                 fixes bug #2309, 'Shortcuts should not be modifiable
2156                 by default' (RFE)
2157
2158 2010-11-24 [mones]      3.7.7cvs5
2159
2160         * src/mainwindow.c
2161                 Add missing shortcuts for marking as spam and ham
2162                 Fixes Debian bug #599547
2163
2164 2010-11-22 [colin]      3.7.7cvs4
2165
2166         * src/compose.c
2167                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
2168                 five patches were needed to fix a corner case
2169                 is a good indicator that is was bound to break
2170                 something.
2171
2172 2010-11-21 [colin]      3.7.7cvs3
2173
2174         * src/plugins/pgpcore/claws.def
2175                 Win32 build fix
2176
2177 2010-11-20 [wwp]        3.7.7cvs2
2178
2179         * src/main.c
2180           Fix either a typo or an irrelevant iff word there.
2181           IMO type and recursive possible values should be changed to
2182           smth simple and neat here, and help strings be really
2183           translatable.
2184
2185 2010-11-20 [colin]      3.7.7cvs1
2186
2187         * AUTHORS
2188                 Damn, forgot to commit this file twice.
2189
2190 2010-11-19 [paul]       3.7.7
2191         * NEWS
2192         * README
2193         * RELEASE_NOTES 
2194                 3.7.7 unleashed!
2195
2196 2010-11-19 [paul]       3.7.6cvs66
2197
2198         * po/ca.po
2199         * po/cs.po
2200         * po/de.po
2201         * po/es.po
2202         * po/fi.po
2203         * po/fr.po
2204         * po/hu.po
2205         * po/id.po
2206         * po/pt_BR.po
2207         * po/sk.po
2208         * po/uk.po
2209                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
2210                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
2211                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
2212
2213 2010-11-17 [colin]      3.7.6cvs65
2214
2215         * src/common/utils.c
2216                 Separate email address from timestamp with a dot.
2217                 Fix coding style.
2218
2219 2010-11-17 [colin]      3.7.6cvs64
2220
2221         * src/common/utils.c
2222                 Fix multiple @ in generated message-ids.
2223                 That's not allowed in RFC 2822.
2224
2225 2010-11-16 [mones]      3.7.6cvs63
2226
2227         * manual/es/advanced.xml
2228                 Synchronise with English version
2229
2230 2010-11-04 [wwp]        3.7.6cvs62
2231
2232         * src/filtering.c
2233                 Fix bug 2293, "filtering: simplify expression", as simplifying
2234                 this expression doesn't make it less easy to understand and we
2235                 gain few cycles by making the logical expression more simple
2236                 by applying. Patch by Nicolas Kaiser.
2237
2238 2010-11-03 [colin]      3.7.6cvs61
2239
2240         * src/addrindex.c
2241                 Fix bug 2294, "addrindex.c: address index conversion always
2242                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
2243
2244 2010-11-02 [wwp]        3.7.6cvs60
2245
2246         * src/action.c
2247         * src/statusbar.c
2248         * src/toolbar.c
2249                 Enlarge the progress bar (main window) a bit when compiling
2250                 for UMPCs like maemo: this solves truncated text that might
2251                 appear in the progress bar while processing messages.
2252                 Also use a more compact string format when displaying
2253                 progress like 'number/total', still for UMPCs, this fixes
2254                 a previous inconsistency with these format strings where
2255                 no space around the / were used sometimes.
2256
2257 2010-10-26 [ticho]      3.7.6cvs59
2258
2259         * src/news.c
2260                 Recreate NNTP session if server port setting has changed. Fixes
2261                 bug #2092.
2262
2263 2010-10-26 [colin]      3.7.6cvs58
2264
2265         * src/imap_gtk.c
2266         * src/mh_gtk.c
2267                 Fix copy-paste error, thanks to David Relson
2268                 for spotting it.
2269
2270 2010-10-18 [colin]      3.7.6cvs57
2271
2272         * src/action.c
2273         * src/addrharvest.c
2274         * src/alertpanel.c
2275         * src/filtering.c
2276         * src/jpilot.c
2277         * src/prefs_themes.c
2278         * src/procmime.c
2279         * src/textview.c
2280         * src/gtk/gtkutils.c
2281         * src/gtk/quicksearch.c
2282         * src/gtk/quicksearch.h
2283         * src/plugins/pgpcore/passphrase.c
2284         * src/plugins/spamassassin/libspamc.c
2285                 Fix warnings
2286
2287 2010-10-17 [colin]      3.7.6cvs56
2288
2289         * src/prefs_themes.c
2290         * src/gtk/gtkaspell.c
2291         * src/gtk/gtkutils.c
2292         * src/gtk/gtkutils.h
2293         * src/gtk/inputdialog.c
2294         * src/gtk/progressdialog.c
2295                 Undeprecate a few things
2296
2297 2010-10-17 [colin]      3.7.6cvs55
2298
2299         * src/main.c
2300         * src/gtk/authors.h
2301         * src/gtk/quicksearch.c
2302         * src/gtk/quicksearch.h
2303                 Add ability to search from the command-line.
2304                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
2305                 Patch by Sebastien Bigarret.
2306
2307 2010-10-04 [mones]      3.7.6cvs54
2308
2309         * manual/dist/pdf/Makefile.am
2310                 Fix build of English PDF manual
2311                 (sh: Can't open ../../../xml2pdf)
2312
2313 2010-10-03 [colin]      3.7.6cvs53
2314
2315         * src/folder.c
2316         * src/folder.h
2317         * src/imap.c
2318         * src/mh.c
2319         * src/procmsg.c
2320                 Get rid of GRelation which were, mostly, used as
2321                 GHashTables. Probably fixes bug #2277, 'Segfault when
2322                 loading inbox for the first time'
2323
2324 2010-10-03 [mir]        3.7.6cvs52
2325
2326         * manual/de/dist/html/Makefile.am
2327         * manual/de/dist/pdf/Makefile.am
2328         * manual/de/dist/ps/Makefile.am
2329         * manual/de/dist/txt/Makefile.am
2330         * manual/dist/html/Makefile.am
2331         * manual/dist/pdf/Makefile.am
2332         * manual/dist/ps/Makefile.am
2333         * manual/dist/txt/Makefile.am
2334         * manual/es/dist/html/Makefile.am
2335         * manual/es/dist/pdf/Makefile.am
2336         * manual/es/dist/ps/Makefile.am
2337         * manual/es/dist/txt/Makefile.am
2338         * manual/fr/dist/html/Makefile.am
2339         * manual/fr/dist/pdf/Makefile.am
2340         * manual/fr/dist/ps/Makefile.am
2341         * manual/fr/dist/txt/Makefile.am
2342         * manual/pl/dist/html/Makefile.am
2343         * manual/pl/dist/pdf/Makefile.am
2344         * manual/pl/dist/ps/Makefile.am
2345         * manual/pl/dist/txt/Makefile.am
2346             Missing Makefile.am's for 3.7.6cvs49
2347
2348
2349 2010-10-03 [colin]      3.7.6cvs51
2350
2351         * po/POTFILES.in
2352                 Fix build
2353
2354 2010-10-02 [mir]        3.7.6cvs50
2355
2356         * manual/de/dist/html/Makefile.am
2357         * manual/de/dist/pdf/Makefile.am
2358         * manual/de/dist/ps/Makefile.am
2359         * manual/de/dist/txt/Makefile.am
2360         * manual/dist/html/Makefile.am
2361         * manual/dist/pdf/Makefile.am
2362         * manual/dist/ps/Makefile.am
2363         * manual/dist/txt/Makefile.am
2364         * manual/es/dist/html/Makefile.am
2365         * manual/es/dist/pdf/Makefile.am
2366         * manual/es/dist/ps/Makefile.am
2367         * manual/es/dist/txt/Makefile.am
2368         * manual/fr/dist/html/Makefile.am
2369         * manual/fr/dist/pdf/Makefile.am
2370         * manual/fr/dist/ps/Makefile.am
2371         * manual/fr/dist/txt/Makefile.am
2372         * manual/pl/dist/html/Makefile.am
2373         * manual/pl/dist/pdf/Makefile.am
2374         * manual/pl/dist/ps/Makefile.am
2375         * manual/pl/dist/txt/Makefile.am
2376             Part 2 of last commit which broke due to a permission error
2377             Avoid claws trying to build manuals if the required
2378             tools are not present.
2379
2380 2010-10-02 [mir]        3.7.6cvs49
2381
2382         * configure.ac
2383         * manual/de/dist/html/Makefile.am
2384         * manual/de/dist/pdf/Makefile.am
2385         * manual/de/dist/ps/Makefile.am
2386         * manual/de/dist/txt/Makefile.am
2387         * manual/dist/html/Makefile.am
2388         * manual/dist/pdf/Makefile.am
2389         * manual/dist/ps/Makefile.am
2390         * manual/dist/txt/Makefile.am
2391         * manual/es/dist/html/Makefile.am
2392         * manual/es/dist/pdf/Makefile.am
2393         * manual/es/dist/ps/Makefile.am
2394         * manual/es/dist/txt/Makefile.am
2395         * manual/fr/dist/html/Makefile.am
2396         * manual/fr/dist/pdf/Makefile.am
2397         * manual/fr/dist/ps/Makefile.am
2398         * manual/fr/dist/txt/Makefile.am
2399         * manual/pl/dist/html/Makefile.am
2400         * manual/pl/dist/pdf/Makefile.am
2401         * manual/pl/dist/ps/Makefile.am
2402         * manual/pl/dist/txt/Makefile.am
2403             1) Downgrade autoconf requirements to 2.59 to allow
2404             building on oldest supported Linux distributions.
2405             2) Only try to build manuals if the needed software
2406             is present.
2407
2408 2010-10-02 [colin]      3.7.6cvs48
2409
2410         * src/plugins/trayicon/trayicon.c
2411                 And fix theme updating.
2412
2413 2010-10-02 [colin]      3.7.6cvs47
2414
2415         * src/plugins/trayicon/trayicon.c
2416                 Got burnt by wrong indentation!
2417
2418 2010-10-02 [colin]      3.7.6cvs46
2419
2420         * configure.ac
2421                 Forgot to remove the directory from top-level
2422
2423 2010-10-02 [colin]      3.7.6cvs45
2424
2425         * src/plugins/trayicon/Makefile.am
2426         * src/plugins/trayicon/trayicon.c
2427         * src/plugins/trayicon/libeggtrayicon/.cvsignore
2428         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2429         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2430         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2431         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
2432         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2433         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2434         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2435         * src/plugins/trayicon/libeggtrayicon/xembed.h
2436                 Finally get rid of Eggtrayicon, use GtkStatusIcon
2437                 instead (which can be done safely now that we 
2438                 require GTK+ 2.10).
2439
2440 2010-10-02 [colin]      3.7.6cvs44
2441
2442         * src/action.c
2443         * src/addr_compl.c
2444         * src/addressbook.c
2445         * src/addrgather.c
2446         * src/alertpanel.c
2447         * src/editaddress.c
2448         * src/editaddress_other_attributes_ldap.c
2449         * src/editgroup.c
2450         * src/folderview.c
2451         * src/grouplistdialog.c
2452         * src/headerview.c
2453         * src/image_viewer.c
2454         * src/importldif.c
2455         * src/main.c
2456         * src/mainwindow.c
2457         * src/message_search.c
2458         * src/mimeview.c
2459         * src/prefs_themes.c
2460         * src/summary_search.c
2461         * src/summaryview.c
2462         * src/toolbar.c
2463         * src/etpan/imap-thread.c
2464         * src/gtk/authors.h
2465         * src/gtk/gtkcmclist.c
2466         * src/gtk/gtkcmoptionmenu.c
2467         * src/gtk/gtkutils.c
2468         * src/gtk/gtkutils.h
2469         * src/gtk/gtkvscrollbutton.c
2470         * src/plugins/pgpcore/select-keys.c
2471         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2472                 Undeprecate for GTK+2.22. Patch by Reed Loden.
2473                 Fixes bug #2276, 'Compile in maintainer mode
2474                 fails on GTK+ 2.22'.
2475
2476 2010-10-02 [colin]      3.7.6cvs43
2477
2478         * configure.ac
2479                 It's now time to remove the temporary enable-openssl
2480                 option that was used when we removed OpenSSL. See 
2481                 bug #2276 comment #14.
2482
2483 2010-09-30 [wwp]        3.7.6cvs42
2484
2485         * src/prefs_account.c
2486         * src/prefs_filtering_action.c
2487         * src/prefs_matcher.c
2488                         Fix bug #2274, wrong color label index range
2489                         used w/ gtk_cmoption_menu (behaviour change
2490                         has been introduced w/ 3.5.0cvs49 apparently),
2491                         now it must be 1..N so let's use colorlabel value
2492                         (0..N) + 1.
2493                         
2494
2495 2010-09-20 [pawel]      3.7.6cvs41
2496
2497         * src/compose.c
2498         * src/mainwindow.c
2499         * src/summaryview.c
2500                 revert last patch
2501
2502 2010-09-19 [pawel]      3.7.6cvs40
2503
2504         * src/compose.c
2505         * src/mainwindow.c
2506         * src/summaryview.c
2507                 Set ML menus sensitivity accordingly to
2508                 possibility of reply to ML
2509
2510 2010-09-19 [colin]      3.7.6cvs39
2511
2512         * src/compose.c
2513                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
2514                 to newsgroups, and NNTP accounts *can* send email. We 
2515                 should not force an email account when replying to_ml or
2516                 anything...
2517
2518 2010-09-19 [colin]      3.7.6cvs38
2519
2520         * src/compose.c
2521                 Revert previous commit (which breaks Reply to newsgroups)
2522
2523 2010-09-17 [pawel]      3.7.6cvs37
2524
2525         * src/compose.c
2526                 Respect reply_account_autosel when changing compose
2527                 account to email one while replying to NNTP post
2528
2529 2010-09-17 [wwp]        3.7.6cvs36
2530
2531         * doc/man/claws-mail.1
2532         Update --compose documentation in `man claws-mail`.
2533
2534 2010-09-12 [pawel]      3.7.6cvs35
2535
2536         * src/compose.c
2537                 Add forgotten bit to previous commit,
2538                 select email account when replying to ML
2539
2540 2010-09-12 [pawel]      3.7.6cvs34
2541
2542         * src/compose.c
2543                 Fix bug #2247 "nntp reply-to-all broken?"
2544                 Make reply-to-all and reply-to-ml work as expected in
2545                 mailing list through NNTP case
2546
2547 2010-09-11 [pawel]      3.7.6cvs33
2548
2549         * src/mainwindow.c
2550         * src/summaryview.c
2551         * src/toolbar.c
2552                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
2553                 fixes build with GTK+ < 2.18
2554
2555 2010-09-10 [pawel]      3.7.6cvs32
2556
2557         * src/mainwindow.c
2558         * src/summaryview.c
2559         * src/toolbar.c
2560                 Make Tab key switch between FolderView, MsgView and
2561                 SummaryView only, other widgets have/can have their own
2562                 keybindings anyway
2563
2564 2010-08-25 [colin]      3.7.6cvs31
2565
2566         * src/procmime.c
2567         * AUTHORS
2568         * src/gtk/authors.h
2569         * src/common/base64.c
2570         * src/common/base64.h
2571                 Fix bug #2245, "base64 decoding fails with line breaks"
2572                 Patch by Yotam Medini
2573
2574 2010-08-25 [colin]      3.7.6cvs30
2575
2576         * src/main.c
2577                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
2578
2579 2010-08-23 [pawel]      3.7.6cvs29
2580
2581         * src/inc.c
2582         * src/send_message.c
2583         * src/statusbar.c
2584         * src/toolbar.c
2585                 Hide progressbar on statusbar when not needed
2586
2587 2010-08-17 [colin]      3.7.6cvs28
2588
2589         * src/main.c
2590                 Fix previous patch (our own tmp dir is inside
2591                 our rc dir)
2592
2593 2010-08-16 [colin]      3.7.6cvs27
2594
2595         * src/main.c
2596                 Use temp dir to store logs in Windows. Avoids doing
2597                 get_rc_dir() early, which prevents set_rc_dir()
2598                 working correctly.
2599
2600 2010-07-31 [holger]     3.7.6cvs26
2601
2602         * src/gtk/gtkshruler.c
2603                 Yet more GdkGC to Cairo porting
2604
2605 2010-07-30 [holger]     3.7.6cvs25
2606
2607         * src/stock_pixmap.c
2608                 More GdkGC to Cairo porting
2609
2610 2010-07-30 [holger]     3.7.6cvs24
2611
2612         * src/gtk/colorlabel.c
2613                 One GdkGC usage less
2614
2615 2010-07-29 [holger]     3.7.6cvs23
2616
2617         * src/printing.c
2618                 Replace some gdk drawing with cairo, as the former
2619                 is going towards deprecation.
2620
2621 2010-07-25 [colin]      3.7.6cvs22
2622
2623         * src/common/utils.c
2624                 And now for a real fix. g_list_remove() doesn't, of
2625                 course, free the data. But we have to have a solid
2626                 pointer to it in order to free it ourselves instead
2627                 of relying on the old freed list pointer.
2628                 Maybe that's the last patch on the subject now ? :)
2629
2630 2010-07-25 [colin]      3.7.6cvs21
2631
2632         * src/common/utils.c
2633                 Remove stupid and extraneous g_free() of elements
2634                 which have just been freed by g_list_remove(). (see
2635                 GList documentation). I don't know how it worked before
2636
2637 2010-07-25 [colin]      3.7.6cvs20
2638
2639         * src/common/utils.c
2640                 Reverse free/use with more logical and safe
2641                 use/free. Thanks to Michael Rasmussen !
2642
2643 2010-07-24 [colin]      3.7.6cvs19
2644
2645         * src/gtk/quicksearch.c
2646                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
2647                 'freeze when using quick search'
2648
2649 2010-07-11 [iwkse]      3.7.6cvs18
2650
2651         * src/gtk/quicksearch.c
2652                 Add SMALL_LAYOUT to quicksearch_relayout
2653
2654 2010-07-10 [iwkse]      3.7.6cvs17
2655
2656         * src/mainwindow.h
2657                         Remove forgotten variable from
2658                         the last bugfix #2224
2659
2660 2010-07-10 [colin]      3.7.6cvs16
2661
2662         * src/mainwindow.c
2663         * src/gtk/quicksearch.c
2664                 Clean fix for bug #2224: don't mess with GTK settings when
2665                 handling the layout ourselves is enough
2666
2667 2010-07-09 [iwkse]      3.7.6cvs15
2668
2669         * src/mainwindow.h
2670         * src/mainwindow.c
2671                         Better fix for Bug #2224
2672
2673 2010-07-09 [iwkse]      3.7.6cvs14
2674
2675         * src/mainwindow.c
2676                         Bug #2224
2677                         Always use stock icons on buttons
2678
2679 2010-07-08 [colin]      3.7.6cvs13
2680
2681         * src/gtk/filesel.c
2682                 Fix bug 2223, 'Compilation fails with GTK+
2683                 2.21.3'. Thanks to Jan Psota !
2684
2685 2010-06-29 [pawel]      3.7.6cvs12
2686
2687         * src/compose.c
2688                 Revert 3.7.5cvs41, it breaks templates that use %X
2689
2690 2010-06-23 [wwp]        3.7.6cvs11
2691
2692         * src/gtk/colorlabel.c
2693                 Silent up a warning by avoiding possible confusion
2694                 in logical expression evaluation, thanks to TuxCM.
2695
2696 2010-06-21 [iwkse]      3.7.6cvs10
2697
2698         * src/gtk/quicksearch.c
2699                 Do not add into quicksearch history
2700                 matching rules with bad syntax
2701
2702 2010-05-26 [holger]     3.7.6cvs9
2703
2704         * src/summaryview.c
2705         * src/summaryview.h
2706                 Add function to select rows given a list of messages,
2707                 complementary to summary_get_selected_msg_list()
2708
2709 2010-05-22 [mir]        3.7.6cvs8
2710
2711         * src/ldapctrl.c
2712                 Fix bug 2208. Encode encrypted password to qouted
2713                 printable to avoid making invalid XML. Encoding
2714                 will be activated the first time the password is
2715                 changed.
2716
2717 2010-05-22 [paul]       3.7.6cvs7
2718
2719         * manual/advanced.xml
2720         * src/compose.c
2721         * src/prefs_common.c
2722         * src/prefs_common.h
2723                 after using the compose margin for several days
2724                 I wanted the old style back - add a new hidden
2725                 pref 'show_compose_margin' to restore the old
2726                 behaviour (defaults to FALSE)
2727
2728 2010-05-14 [paul]       3.7.6cvs6
2729
2730         * src/compose.c
2731                 add a margin to the compose window text that matches
2732                 the margin in textview
2733
2734 2010-05-14 [colin]      3.7.6cvs5
2735
2736         * src/gtk/sslcertwindow.c
2737                 Fix dangling pointer. Thanks to Michael R!
2738
2739 2010-05-14 [colin]      3.7.6cvs4
2740
2741         * src/gtk/sslcertwindow.c
2742                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
2743                 expired but certificate check is skipped' and maybe
2744                 bug 2200, 'SSL is not working with POP3'
2745
2746 2010-05-14 [colin]      3.7.6cvs3
2747
2748         * src/plugins/pgpinline/pgpinline.c
2749                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
2750
2751 2010-05-04 [iwkse]      3.7.6cvs2
2752
2753         * src/prefs_message.c
2754                         Get a generic name as 'Quotation' for
2755                         the frame
2756
2757 2010-05-04 [iwkse]      3.7.6cvs1
2758
2759         * src/prefs_message.c
2760         * src/prefs_common.h
2761         * src/prefs_common.c
2762         * src/textview.c
2763                         Fix #2188
2764                         Option for collapsing via double-click
2765
2766 2010-05-01 [paul]       3.7.6
2767         * NEWS
2768         * README
2769         * RELEASE_NOTES 
2770                 3.7.6 unleashed!
2771
2772 2010-05-01 [paul]       3.7.5cvs55
2773
2774         * tools/claws.i18n.status.pl
2775                 add Ukrainian stat
2776
2777 2010-05-01 [paul]       3.7.5cvs54
2778
2779         * src/gtk/authors.h
2780                 add YUP, new Ukrainian translator
2781
2782 2010-04-30 [paul]       3.7.5cvs53
2783
2784         * configure.ac
2785         * po/uk.po
2786                 add Ukrainian translation, submitted by YUP
2787         * po/cs.po
2788         * po/de.po
2789         * po/fi.po
2790         * po/hu.po
2791         * po/nl.po
2792         * po/pt_BR.po
2793         * po/pt_PT.po
2794         * po/sk.po
2795                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
2796                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
2797                 Tiago Faria, and Slavko
2798
2799 2010-04-26 [wwp]        3.7.5cvs52
2800
2801         * po/fr.po
2802                 Fix capitalization.
2803
2804 2010-04-26 [mones]      3.7.5cvs51
2805
2806         * po/es.po
2807                 Updated for release
2808
2809 2010-04-22 [pawel]      3.7.5cvs50
2810
2811         * src/addressbook.c
2812                 fix compile warning
2813         * src/vcard.c
2814                 first NULL check pointer, then use it
2815
2816 2010-04-22 [colin]      3.7.5cvs49
2817
2818         * src/imap.c
2819                 Fix error message when session isn't established
2820         * po/fr.po
2821                 Update translation and fix a typo in it
2822
2823 2010-04-15 [pawel]      3.7.5cvs48
2824
2825         * src/prefs_account.c
2826                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
2827                                 the port isn't configured properly'
2828                 When using SSL/TLS tunneling automatically use default
2829                 ports for encrypted connections: smtps, pop3s, imaps, nntps
2830
2831 2010-04-15 [pawel]      3.7.5cvs47
2832
2833         * src/action.c
2834                 Fix crasher in actions using '%f' argument
2835                 on multiple files with external scripts which
2836                 don't return any output.
2837
2838 2010-04-14 [colin]      3.7.5cvs46
2839
2840         * src/mainwindow.c
2841                 Fix hand cursor after error symbol appears
2842
2843 2010-04-12 [colin]      3.7.5cvs45
2844
2845         * configure.ac
2846                 Fix bug 2162, 'configure check for libetpan 
2847                 fails with libetpan 1.0'
2848
2849
2850 2010-04-09 [mones]      3.7.5cvs44
2851
2852         * manual/de/glossary.xml
2853                 Fix encoding to match main document's
2854                 Also fixes make dist with Debian's openjade
2855
2856 2010-03-29 [pawel]      3.7.5cvs43
2857
2858         * src/matcher_parser.h
2859         * src/matcher_parser_parse.y
2860         * src/gtk/quicksearch.c
2861                 Disable matcher warnings when populating quicksearch
2862                 completion lists on startup
2863
2864 2010-03-27 [colin]      3.7.5cvs42
2865
2866         * src/gtk/quicksearch.c
2867                 Fix double-free later in code. Optimize
2868                 list creation
2869
2870 2010-03-27 [pawel]      3.7.5cvs41
2871
2872         * src/compose.c
2873                 Make sure that quote ends with new line char
2874
2875 2010-03-26 [pawel]      3.7.5cvs40
2876
2877         * src/compose.c
2878         * src/compose.h
2879         * src/textview.c
2880                 Fix Bug 1928 Add "reply to this address" pop menu 
2881                              on Message View
2882                 - Set composing account to email one when creating/replying
2883                   from NNTP folder by clicking link or choosing option
2884                   from popup menu
2885                 - Factorize code
2886
2887 2010-03-25 [paul]       3.7.5cvs39
2888
2889         * src/gtk/gtkcmclist.c
2890                 Fix build with GTK+ 2.20
2891
2892 2010-03-24 [pawel]      3.7.5cvs38
2893
2894         * src/addr_compl.c
2895         * src/compose.c
2896         * src/folderview.c
2897         * src/grouplistdialog.c
2898         * src/headerview.c
2899         * src/mainwindow.c
2900         * src/mimeview.c
2901         * src/prefs_account.c
2902         * src/gtk/gtkcmclist.c
2903         * src/gtk/gtkcmctree.c
2904         * src/gtk/gtkcmoptionmenu.c
2905         * src/gtk/gtksctree.c
2906         * src/gtk/gtkshruler.c
2907         * src/gtk/gtkutils.c
2908         * src/gtk/gtkutils.h
2909         * src/gtk/gtkvscrollbutton.c
2910         * src/gtk/inputdialog.c
2911         * src/gtk/spell_entry.c
2912         * src/plugins/trayicon/trayicon.c
2913         * src/plugins/trayicon/libeggtrayicon/Makefile.am
2914         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2915         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2916                 Fix build with GTK+ 2.19
2917
2918 2010-03-23 [pawel]      3.7.5cvs37
2919
2920         * src/mainwindow.c
2921         * src/mimeview.c
2922                 Respect view->show_col_headers option
2923         * src/gtk/gtkcmctree.c
2924                 Fix GtkCmcTree column width calculation when it has
2925                 auto_resize set and new node is added
2926
2927 2010-03-22 [pawel]      3.7.5cvs36
2928
2929         * src/grouplistdialog.c
2930         * src/prefs_common.c
2931         * src/prefs_common.h
2932                 - remember newsgroups list dialog size
2933                 - respect use_dotted_lines hidden pref
2934                 - respect use_stripes_everywhere hidden pref
2935
2936 2010-03-21 [pawel]      3.7.5cvs35
2937
2938         * src/addrgather.c
2939                 Remove superfluous gtk_widget_show_all()
2940         * src/mimeview.c
2941                 Add forgotten colon
2942         * src/common/utils.c
2943                 Return correct type
2944
2945 2010-03-21 [pawel]      3.7.5cvs34
2946
2947         * src/main.c
2948         * src/gtk/quicksearch.c
2949         * src/gtk/quicksearch.h
2950                 Implement separate search phrase completion for
2951                 normal/extended quicksearch
2952
2953 2010-03-11 [paul]       3.7.5cvs33
2954
2955         * po/zh_CN.po
2956                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
2957                 submitted by Yuwei Yu
2958
2959 2010-03-09 [colin]      3.7.5cvs32
2960
2961         * manual/de/glossary.xml
2962                 Fix build
2963
2964 2010-03-02 [colin]      3.7.5cvs31
2965
2966         * manual/de/glossary.xml
2967                 Sort alphabetically. Done by Volker Ribbert.
2968
2969 2010-03-02 [mones]      3.7.5cvs30
2970
2971         * README
2972                 Fix mailing list archives location
2973                 Remove currently unavailable CVS webview
2974
2975 2010-03-01 [iwkse]      3.7.5cvs29
2976
2977         * src/common/plugin.c
2978                         Other indentation issues
2979
2980 2010-03-01 [iwkse]      3.7.5cvs28
2981
2982         * src/common/plugin.c
2983                         Fix indentation of the previous commit
2984
2985 2010-03-01 [iwkse]      3.7.5cvs27
2986
2987         * src/common/plugin.h
2988         * src/common/plugin.c
2989                         Add API for getting a loaded Plugin from the
2990                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
2991                         Thanks to Colin, Michael
2992
2993 2010-02-27 [colin]      3.7.5cvs26
2994
2995         * configure.ac
2996         * AUTHORS
2997         * src/gtk/authors.h
2998         * manual/Makefile.am
2999         * manual/de/Makefile.am
3000         * manual/de/account.xml
3001         * manual/de/ack.xml
3002         * manual/de/addrbook.xml
3003         * manual/de/advanced.xml
3004         * manual/de/claws-mail-manual.xml
3005         * manual/de/faq.xml
3006         * manual/de/glossary.xml
3007         * manual/de/gpl.xml
3008         * manual/de/handling.xml
3009         * manual/de/intro.xml
3010         * manual/de/keyboard.xml
3011         * manual/de/plugins.xml
3012         * manual/de/starting.xml
3013         * manual/de/dist/.cvsignore
3014         * manual/de/dist/Makefile.am
3015         * manual/de/dist/html/.cvsignore
3016         * manual/de/dist/html/Makefile.am
3017         * manual/de/dist/pdf/.cvsignore
3018         * manual/de/dist/pdf/Makefile.am
3019         * manual/de/dist/ps/.cvsignore
3020         * manual/de/dist/ps/Makefile.am
3021         * manual/de/dist/txt/.cvsignore
3022         * manual/de/dist/txt/Makefile.am
3023                 Add the german translation of the manual, done by
3024                 Volker Ribbert <thoraki@arcor.de>.
3025
3026 2010-02-27 [holger]     3.7.5cvs25
3027
3028         * src/prefs_toolbar.c
3029                 Don't make toolbar item description for
3030                 plugin registered items editable
3031
3032 2010-02-26 [colin]      3.7.5cvs24
3033
3034         * src/toolbar.c
3035                 Don't translate empty description
3036
3037 2010-02-22 [colin]      3.7.5cvs23
3038
3039         * src/compose.c
3040                 Don't make In-Reply-To visible when reediting
3041                 a draft or sent mail.
3042
3043 2010-02-20 [colin]      3.7.5cvs22
3044
3045         * src/imap.c
3046         * src/imap.h
3047         * src/main.c
3048         * src/mainwindow.c
3049         * src/etpan/imap-thread.c
3050         * src/etpan/imap-thread.h
3051         * src/etpan/nntp-thread.c
3052         * src/etpan/nntp-thread.h
3053                 When going offline from NetworkManager, just
3054                 delete IMAP connections. That'll avoid timeouts
3055                 when coming back online in certain cases when
3056                 the TCP socket will have timed out.
3057
3058 2010-02-20 [holger]     3.7.5cvs21
3059
3060         * .cvsignore
3061                 More files to ignore
3062
3063 2010-02-17 [ticho]      3.7.5cvs20
3064
3065         * src/summaryview.c
3066         * src/summaryview.h
3067         * src/toolbar.c
3068                 Revert 3.7.5cvs19.
3069
3070 2010-02-16 [ticho]      3.7.5cvs19
3071
3072         * src/summaryview.c
3073         * src/summaryview.h
3074         * src/toolbar.c
3075                 Removed unused argument from summary_open_row().
3076
3077 2010-02-10 [pawel]      3.7.5cvs18
3078
3079         * src/compose.c
3080                 - fix headers filtering when prefs_common.trans_hdr is on
3081                 - fix headers setting when changing composing account 
3082                 - plug memleak
3083         * src/prefs_template.c
3084                 Re-add template's name for translation
3085
3086 2010-02-10 [colin]      3.7.5cvs17
3087
3088         * src/prefs_matcher.c
3089                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
3090                 Condition>Define>Header>Name combo box'. Patch by
3091                 Francois Cami
3092
3093 2010-02-10 [colin]      3.7.5cvs16
3094
3095         * src/codeconv.c
3096         * src/codeconv.h
3097         * src/compose.c
3098         * src/mainwindow.c
3099         * src/messageview.c
3100         * src/prefs_send.c
3101         * src/procmime.c
3102         * src/textview.c
3103                 Add the GB18030 Chinese charset, which is a superset
3104                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
3105
3106 2010-02-09 [holger]     3.7.5cvs15
3107
3108         * configure.ac
3109                 GTK+ 2.10 related cleanup
3110
3111 2010-02-09 [pawel]      3.7.5cvs14
3112
3113         * src/prefs_account.c
3114         * src/prefs_folder_item.c
3115         * src/prefs_template.c
3116         * src/quote_fmt.c
3117                 Respect prefs_common.trans_hdr in couple more places to avoid
3118                 confusion with translated/non-translated header names
3119
3120 2010-02-09 [colin]      3.7.5cvs13
3121
3122         * po/POTFILES.in
3123                 Fix make dist
3124
3125 2010-02-09 [colin]      3.7.5cvs12
3126
3127         * src/mimeview.c
3128                 And fix 2.10 build :)
3129
3130 2010-02-09 [colin]      3.7.5cvs11
3131
3132         * configure.ac
3133                 Bump up GTK+ requirement to 2.10
3134         * src/Makefile.am
3135         * src/compose.c
3136         * src/crash.c
3137         * src/foldersel.c
3138         * src/main.c
3139         * src/mainwindow.c
3140         * src/messageview.c
3141         * src/messageview.h
3142         * src/prefs_actions.c
3143         * src/prefs_common.c
3144         * src/prefs_common.h
3145         * src/prefs_ext_prog.c
3146         * src/prefs_filtering_action.c
3147         * src/prefs_fonts.c
3148         * src/prefs_image_viewer.c
3149         * src/prefs_matcher.c
3150         * src/prefs_msg_colors.c
3151         * src/prefs_summaries.c
3152         * src/prefs_template.c
3153         * src/printing.c
3154         * src/printing.h
3155         * src/quote_fmt.c
3156         * src/summaryview.c
3157         * src/textview.c
3158         * src/gtk/Makefile.am
3159         * src/gtk/about.c
3160         * src/gtk/gtkcmclist.c
3161         * src/gtk/gtkcmctree.c
3162         * src/gtk/gtkutils.c
3163         * src/gtk/quicksearch.c
3164                 Remove all compile-time conditionals depending on
3165                 GTK+ < 2.10
3166         * src/gedit-print.c
3167         * src/gedit-print.h
3168         * src/gtk/gtksourceprintjob.c
3169         * src/gtk/gtksourceprintjob.h
3170                 Remove libgnomeprint-based printing system (and
3171                 command-line-based printing system) as GTK+ 2.10
3172                 ships with print support.
3173
3174 2010-02-08 [mir]        3.7.5cvs10
3175
3176         * src/compose.c
3177             Avoid displaying Bcc headers in message sent
3178             to NNTP servers. Thanks to Henning Mersch.
3179
3180
3181 2010-02-08 [pawel]      3.7.5cvs9
3182
3183         * src/mimeview.c
3184                 Make tooltips less cryptic
3185         * src/gtk/description_window.c
3186                 Improve window size calculation
3187
3188 2010-02-08 [pawel]      3.7.5cvs8
3189
3190         * src/compose.c
3191         * src/compose.h
3192         * src/common/utils.c
3193         * src/common/utils.h
3194         * src/gtk/authors.h
3195                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
3196                 Patch by Laurent Bigonville with slight modifications
3197
3198 2010-02-03 [pawel]      3.7.5cvs7
3199
3200         * m4/.cvsignore
3201                 Add some libtool files to ignore
3202
3203 2010-02-03 [pawel]      3.7.5cvs6
3204
3205         * src/plugins/trayicon/trayicon.c
3206                 Save and then restore focus when closing/minimizing to tray
3207
3208 2010-02-03 [mir]        3.7.5cvs5
3209
3210         * src/addrindex.c
3211         * src/editldap.c
3212         * src/ldapctrl.c
3213         * src/ldapctrl.h
3214         * src/ldapquery.c
3215         * src/ldapupdate.c
3216             Save LDAP password encrypted. See bug 2113.
3217
3218
3219 2010-02-03 [colin]      3.7.5cvs4
3220
3221         * src/privacy.c
3222                 Fix again decoding of encrypted parts. The
3223                 reverting of the patch was wrong, as the
3224                 double-decoding was fixed in smime itself.
3225                 Thanks to Matthias Drochner again...
3226
3227 2010-02-02 [colin]      3.7.5cvs3
3228
3229         * src/plugins/smime/smime.c
3230         * src/privacy.c
3231                 Revert 3.7.4cvs2 and make a better patch for bug
3232                 2059 and 2076. Patch by Matthias Drochner
3233
3234 2010-01-31 [pawel]      3.7.5cvs2
3235
3236         * src/gtk/authors.h
3237                 Fix hungarian translator's name
3238
3239 2010-01-31 [pawel]      3.7.5cvs1
3240
3241         * src/messageview.c
3242         * src/mimeview.c
3243                 Fix Bug 2107 - Arrow keys don't work in message view window
3244
3245 2010-01-31 [paul]       3.7.5
3246
3247         * NEWS
3248         * README
3249         * RELEASE_NOTES 
3250                 3.7.5 released!
3251
3252 2010-01-23 [pawel]      3.7.4cvs10
3253
3254         * src/addressbook.c
3255                 Fix button sensitivity in compose mode
3256
3257 2010-01-23 [pawel]      3.7.4cvs9
3258
3259         * commitHelper
3260         * tools/kdeservicemenu/install.sh
3261         * tools/make.themes.project
3262         * tools/nautilus2claws-mail.sh
3263         * tools/popfile-link.sh
3264         * tools/textviewer.sh
3265                 Not all systems have bash installed in /bin, use env(1) to find
3266                 it`s location
3267
3268 2010-01-22 [pawel]      3.7.4cvs8
3269
3270         * src/prefs_account.c
3271         * src/prefs_filtering.c
3272         * src/prefs_send.c
3273         * src/gtk/colorlabel.c
3274                 Add some separators in combos
3275
3276 2010-01-22 [pawel]      3.7.4cvs7
3277
3278         * autogen.sh
3279                 --disable-aspell -> --disable-enchant
3280         * configure.ac
3281                 Fix options spacing in configure --help
3282         * src/wizard.c
3283                 Make wizard's window centered on the screen
3284
3285 2010-01-19 [holger]     3.7.4cvs6
3286
3287         * src/folder.c
3288         * src/folder.h
3289                 Introduce folder_get_item_from_identifier().
3290                 In contrast to folder_find_item_from_identifier(), this
3291                 function recursively creates the FolderItems in the id path.
3292                 Useful for programmatically creating folders (e.g. by plugins)
3293
3294 2010-01-17 [pawel]      3.7.4cvs5
3295
3296         * src/gtk/authors.h
3297                 Fix my lastname
3298
3299 2010-01-16 [colin]      3.7.4cvs4
3300
3301         * src/plugins/pgpcore/sgpgme.c
3302                 Probably fix bug 2098, 'claws-mails crashes frequently 
3303                 with pgpcore'. Fix double-free.
3304
3305 2010-01-16 [holger]     3.7.4cvs3
3306
3307         * src/prefs_toolbar.h
3308                 Forgotten header
3309
3310 2010-01-15 [colin]      3.7.4cvs2
3311
3312         * src/privacy.c
3313                 Decode mimeinfo before decrypting it. Probably
3314                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
3315                 with S/MIME encryption' and bug 2076 'having 
3316                 worked 2 times properly CLAWS ceased to 
3317                 decrypt incoming PGP mails -displays base64 
3318                 instead - sucks completely'
3319                 Let's hope complete suckage ends here!
3320                 Thanks to Matthias Drochner.
3321
3322 2010-01-08 [paul]       3.7.4cvs1
3323
3324         * tools/claws.i18n.status.pl
3325                 fix typos
3326
3327 2010-01-08 [paul]       3.7.4
3328
3329         * NEWS
3330         * README
3331         * RELEASE_NOTES 
3332                 3.7.4 released!
3333
3334 2010-01-08 [paul]       3.7.3cvs57
3335
3336         * po/ca.po
3337         * po/cs.po
3338         * po/de.po
3339         * po/fi.po
3340         * po/hu.po
3341         * po/id.po
3342         * po/ja.po
3343         * po/nl.po
3344         * po/pt_BR.po
3345         * po/pt_PT.po
3346         * po/ru.po
3347         * po/sk.po
3348                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
3349                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
3350                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
3351                 Slavko
3352
3353 2010-01-08 [paul]       3.7.3cvs56
3354
3355         * src/common/utils.c
3356                 fix bug 2089, 'URLs ending with an underscore ('_')
3357                 are not correctly parsed'. thanks to Johan
3358
3359 2010-01-05 [colin]      3.7.3cvs55
3360
3361         * po/fr.po
3362                 Update french translation
3363
3364 2010-01-04 [mones]      3.7.3cvs54
3365
3366         * po/es.po
3367                 Update Spanish translation
3368
3369 2010-01-04 [mones]      3.7.3cvs53
3370
3371         * manual/plugins.xml
3372                 Some format
3373         * manual/es/claws-mail-manual.xml
3374         * manual/es/intro.xml
3375         * manual/es/plugins.xml
3376                 Synchronise with English version
3377
3378 2010-01-03 [paul]       3.7.3cvs52
3379
3380         * ChangeLog
3381                 fix format
3382         * src/gtk/authors.h
3383                 update TEAM_LIST, fix encoding
3384
3385 2010-01-03 [mir]        3.7.3cvs51
3386
3387         * src/compose.c
3388                 When composing to a NNTP list TO: will always be preset
3389                 to the NNTP list unless user has chosen some other default
3390                 in which case we will handle this the normal way. Therefore
3391                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
3392
3393 2010-01-01 [paul]       3.7.3cvs50
3394
3395         * src/gtk/about.c
3396                 bump copyright year whilst it's in mind
3397
3398 2009-12-31 [paul]       3.7.3cvs49
3399
3400         * manual/claws-mail-manual.xml
3401         * manual/intro.xml
3402         * manual/plugins.xml
3403                 fix links so that they make sense in the context of the
3404                 text version of the manual
3405
3406 2009-12-31 [paul]       3.7.3cvs48
3407
3408         * manual/intro.xml
3409         * manual/plugins.xml
3410                 updates, improvements, corrections, additions
3411
3412 2009-12-29 [pawel]      3.7.3cvs47
3413
3414         * src/prefs_filtering_action.c
3415                 Fix Bug 2082 'Wrong color rectangle position when replacing
3416                 "color" processing rule'
3417
3418 2009-12-29 [colin]      3.7.3cvs46
3419
3420         * src/compose.c
3421                 Fix bug 2074, 'Remember sending account 
3422                 for sent messages'
3423
3424 2009-12-20 [holger]     3.7.3cvs45
3425
3426         * src/compose.c
3427                 Delay CREATED_HOOKLIST invokation until
3428                 after the modifications to the compose window
3429                 are done, to allow hooks to further modify the
3430                 window without getting overridden again
3431
3432 2009-12-20 [holger]     3.7.3cvs44
3433
3434         * src/prefs_toolbar.h
3435                 Fix last commit
3436
3437 2009-12-20 [holger]     3.7.3cvs43
3438
3439         * src/prefs_toolbar.c
3440         * src/prefs_toolbar.h
3441         * src/toolbar.c
3442                 Pass window struct to caller
3443
3444 2009-12-20 [holger]     3.7.3cvs42
3445
3446         * src/compose.c
3447         * src/compose.h
3448                 Add hooklist after creation of a compose window
3449
3450 2009-12-19 [holger]     3.7.3cvs41
3451
3452         * src/prefs_toolbar.c
3453         * src/prefs_toolbar.h
3454         * src/toolbar.c
3455                 Allow plugins to choose to which toolbar they want
3456                 to add actions (main window, compose window, or message view)
3457
3458 2009-12-19 [paul]       3.7.3cvs40
3459
3460         * src/statusbar.c
3461                 fix statusbar in GTK+ 2.19.1
3462
3463 2009-12-10 [pawel]      3.7.3cvs39
3464
3465         * src/compose.c
3466                 Better fix for cvs28 regression
3467
3468 2009-12-10 [iwkse]      3.7.3cvs38
3469
3470         * src/compose.c
3471             Fix some indentation
3472
3473 2009-12-10 [iwkse]      3.7.3cvs37
3474
3475         * src/compose.c
3476             Add missing checks for gtkaspell: avoid
3477             crashing in some cases when Enchant is 
3478             enabled but the spell checker is disabled 
3479             in preferences.
3480
3481 2009-12-09 [colin]      3.7.3cvs36
3482
3483         * src/compose.c
3484                 Fix leak and unchecked accesses.
3485
3486 2009-12-09 [mir]        3.7.3cvs35
3487
3488         * src/compose.c
3489         Fix Bug 2072 "template at folder properties is not working"
3490         introduced in cvs24.
3491
3492 2009-12-08 [pawel]      3.7.3cvs34
3493
3494         * src/compose.c
3495                 When 'Reply All' remove current compose address from
3496                 Cc/Bcc list - fix for regression introduced in cvs28
3497
3498 2009-12-05 [pawel]      3.7.3cvs33
3499
3500         * src/messageview.c
3501                 Fix memory management, duh!
3502
3503 2009-12-04 [pawel]      3.7.3cvs32
3504
3505         * src/messageview.c
3506                 Use case insensitive comparison in search for
3507                 duplicate urls
3508         * src/uri_opener.c
3509                 Refresh scrollbars on every window open
3510
3511 2009-12-04 [pawel]      3.7.3cvs31
3512
3513         * src/compose.c
3514                 Highlight misspelled words when applying template and
3515                 check_while_typing option is on
3516
3517 2009-12-03 [pawel]      3.7.3cvs30
3518
3519         * src/compose.c
3520                 Highlight misspelled words in text inserted from file(s)
3521                 or pasted to message body when check_while_typing
3522                 options is on
3523
3524 2009-12-02 [pawel]      3.7.3cvs29
3525
3526         * src/compose.c
3527                 Revert first part of previous commit
3528
3529 2009-12-02 [pawel]      3.7.3cvs28
3530
3531         * src/compose.c
3532                 Fix Bug 2055 "duplicate mailing list reply if
3533                 List-Post + Reply-To present"
3534                 - Ignore Reply-To if answering to ML
3535                 - Improve parsing of List-Post header
3536
3537 2009-12-02 [pawel]      3.7.3cvs27
3538
3539         * src/compose.c
3540         * src/compose.h
3541                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
3542                 email had user in "From" and "CC"
3543                 Don't allow duplicate addresses in compose window headers
3544
3545 2009-12-02 [mones]      3.7.3cvs26
3546
3547         * manual/intro.xml
3548         * manual/es/intro.xml
3549         * manual/fr/intro.xml
3550         * manual/it/intro.xml
3551         * manual/pl/intro.xml
3552                 Make URL to point current site
3553
3554 2009-12-01 [holger]     3.7.3cvs25
3555
3556         * src/summaryview.c
3557         * src/summaryview.h
3558                 Introduce new drag type "claws-mail/msg-path-list" for
3559                 drag'n'drop of a message selection from the summaryview
3560                 into other applications. The drag data gets set to the
3561                 folder-item-id followed by message ids, separated by newlines.
3562                 This enables other applications to back-link to Claws Mail
3563                 via a "claws-mail --select" call after they received a drop.
3564
3565 2009-11-30 [mir]        3.7.3cvs24
3566
3567         * src/compose.c
3568            Place cursor in compose window according to provided input
3569            If to: is present place cursor in subject field and if both
3570            to: and subject: is present place cursor in body. If body: is
3571            present insert a new line after text and place cursor there.
3572
3573 2009-11-27 [mones]      3.7.3cvs23
3574
3575         * src/gtk/quicksearch.c
3576                 Allow viewing longer expressions if there's space
3577
3578 2009-11-25 [holger]     3.7.3cvs22
3579
3580         * Makefile.am
3581         * src/common/Makefile.am
3582         * src/common/utils.c
3583         * src/common/utils.h
3584                 Add a function to query the
3585                 filepath of the .desktop file
3586
3587 2009-11-25 [colin]      3.7.3cvs21
3588
3589         * src/imap.c
3590                 Fix bug 2063, 'glib assertion in GRelation use in 
3591                 imap.c'
3592
3593 2009-11-24 [pawel]      3.7.3cvs20
3594
3595         * src/common/utils.c
3596                 Fix Bug 2053 'Inconsistent application of Coloration 
3597                 of Message text'
3598                 Don't allow '<' character between quotation marks
3599
3600 2009-11-21 [holger]     3.7.3cvs19
3601
3602         * src/printing.c
3603                 Modify cairo clip handling in preview windows,
3604                 to prevent print preview windows from being blank
3605                 with GTK+ 2.18. Follow recommendation of the GTK+
3606                 documentation (section "Migrating to client side windows")
3607                 and create a new cairo context for each expose event.
3608
3609 2009-11-19 [pawel]      3.7.3cvs18
3610
3611         * Makefile.am
3612                 complete 3.7.3cvs15 so install is DESTDIR safe
3613                 remove icons with changed names on uninstall
3614
3615 2009-11-18 [pawel]      3.7.3cvs17
3616
3617         * src/news_gtk.c
3618                 remove unneeded and code-duplicating function
3619
3620 2009-11-18 [pawel]      3.7.3cvs16
3621
3622         * src/news_gtk.c
3623                 Fix Bug 2057 'Claws mail does not keep renamed names
3624                 of nntp-subscribed groups'
3625                 Check for already subscribed group using item->path for group
3626                 comparision as folders item->path != item->name may be truth 
3627                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
3628
3629 2009-11-17 [pawel]      3.7.3cvs15
3630
3631         * Makefile.am
3632                 Fix Bug 2049 'some icons not copied?'
3633                 Install additional 64x64 and 128x128 icons
3634
3635 2009-11-17 [holger]     3.7.3cvs14
3636
3637         * src/prefs_toolbar.c
3638         * src/prefs_toolbar.h
3639         * src/toolbar.c
3640         * src/toolbar.h
3641                 Allow plugins to register toolbar items
3642
3643 2009-11-11 [pawel]      3.7.3cvs13
3644
3645         * src/addressbook.c
3646         * src/compose.c
3647         * src/compose.h
3648         * src/filtering.c
3649                 Fix Bug 1867 Changing account does not change BCC address
3650                 Set account specific headers when changing account
3651                 in compose window.
3652
3653 2009-11-07 [colin]      3.7.3cvs12
3654
3655         * src/gtk/prefswindow.c
3656                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
3657                 Patch by Pawel
3658
3659 2009-11-07 [colin]      3.7.3cvs11
3660
3661         * src/gtk/spell_entry.c
3662                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
3663                 Patch by Pawel Pekala
3664
3665 2009-10-27 [colin]      3.7.3cvs10
3666
3667         * src/folder.c
3668                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
3669                 Don't try to check whether the folder is up-to-date if
3670                 the folder class doesn't implement set_mtime, as we don't
3671                 care in this case. This code exists since a long time, but
3672                 the bug was triggered by more scanning of queue folders 
3673                 since recently (when we added \Deleted handling).
3674
3675 2009-10-27 [colin]      3.7.3cvs9
3676
3677         * src/mainwindow.c
3678                 Try to fix registering as default client
3679                 on windows 7
3680
3681 2009-10-21 [wwp]        3.7.3cvs8
3682
3683         * src/common/utils.c
3684                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
3685
3686 2009-10-21 [wwp]        3.7.3cvs7
3687
3688         * src/common/utils.c
3689                 Don't core dump when attempting to insert a non-existing
3690                 file using a mailto: uri (g_error does core dump).
3691
3692 2009-10-20 [colin]      3.7.3cvs6
3693
3694         * src/common/utils.c
3695                 Don't g_error on normal warnings...
3696
3697 2009-10-20 [colin]      3.7.3cvs5
3698
3699         * src/plugins/pgpcore/sgpgme.c
3700                 Fix bug 1996, 'S/MIME key not selected'
3701                 Check for S/MIME certs too
3702
3703 2009-10-20 [colin]      3.7.3cvs4
3704
3705         * src/common/w32lib.h
3706                 Fix win32 build on latest mingw32
3707
3708 2009-10-20 [colin]      3.7.3cvs3
3709
3710         * src/exportldif.c
3711         * src/ldif.c
3712         * src/ldif.h
3713                 Fix LDIF export. Patch by Michael Rasmussen
3714
3715 2009-10-18 [paul]       3.7.3cvs2
3716
3717         * tools/claws.i18n.status.pl
3718                 increase the value of $transolddays since we're relasing less
3719                 often now.
3720                 rework the en_GB.po hack so that en_GB is always 100% translated
3721                 and recently updated
3722
3723 2009-10-17 [paul]       3.7.3cvs1
3724
3725         * src/prefs_account.c
3726         * src/prefs_compose_writing.c
3727         * src/prefs_receive.c
3728         * src/prefs_summaries.c
3729         * src/prefs_wrapping.c
3730                 reword a few labels. (this incorporates everything
3731                 that seemed worthwhile from bug 2020)
3732         * src/prefs_customheader.c
3733                 use a 'Browse' button instead of button with
3734                 label 'From file...'
3735
3736 2009-10-12 [colin]
3737
3738         * CVS repository change
3739
3740 2009-10-09 [paul[       3.7.3
3741
3742         version 3.7.3 unleashed!!
3743
3744 2009-10-07 [paul]       3.7.2cvs49
3745
3746         * src/folderview.c
3747         * src/folderview.h
3748         * src/mainwindow.c
3749                 fix  Bug 1994 -  Changing colors required restart.
3750                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
3751                 more accurate folderview_reinit_fonts()
3752
3753 2009-10-07 [paul]       3.7.2cvs48
3754
3755         * src/addrgather.c
3756         * src/prefs_common.c
3757         * src/prefs_common.h
3758                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
3759                 patch by Pawel Pekala
3760
3761 2009-10-07 [paul]       3.7.2cvs47
3762
3763         * po/cs.po
3764         * po/de.po
3765         * po/hu.po
3766         * po/id.po
3767         * po/ja.po
3768         * po/pt_BR.po
3769                 updated by David Vachulka, Stephan Sachse and Marc Arens,
3770                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
3771                 Goncalves Guimaraes
3772
3773 2009-10-06 [colin]      3.7.2cvs46
3774
3775         * po/fr.po
3776                 French translation update
3777
3778 2009-10-05 [paul]       3.7.2cvs45
3779
3780         * src/printing.c
3781                 enable Page Size and Orientation in the print dialog,
3782                 GTK+ >= 2.18.x only. Patch by Mark__T
3783
3784 2009-10-05 [paul]       3.7.2cvs44
3785
3786         * src/prefs_summaries.c
3787                 fix label, startup --> start-up, to match other uses of the
3788                 term
3789
3790 2009-10-05 [paul]       3.7.2cvs43
3791
3792         * po/pl.po
3793                 updated by Emilian Nowak
3794
3795 2009-10-03 [colin]      3.7.2cvs42
3796
3797         * src/mimeview.c
3798         * src/noticeview.c
3799         * src/gtk/gtkcmclist.c
3800         * src/gtk/gtkvscrollbutton.c
3801         * src/gtk/logwindow.c
3802                 GTK+ 2.18 fixes:
3803                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
3804                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
3805                 Fix warning at start
3806
3807 2009-09-28 [colin]      3.7.2cvs41
3808
3809         * src/matcher.c
3810         * src/mimeview.c
3811         * src/prefs_folder_item.c
3812                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
3813
3814 2009-09-28 [colin]      3.7.2cvs40
3815
3816         * src/prefs_summaries.c
3817         * src/gtk/sslcertwindow.c
3818                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
3819                 shows up garbled in GUI'. Patch by Pawel Pekala
3820
3821 2009-09-24 [iwkse]      3.7.2cvs39
3822
3823         * configure.ac
3824             That's only for statistics, of course :)
3825
3826 2009-09-24 [iwkse]      3.7.2cvs38
3827
3828         * configure.ac
3829             ...
3830
3831 2009-09-24 [iwkse]      3.7.2cvs37
3832
3833         * configure.ac
3834             Revert unwanted change
3835
3836 2009-09-24 [iwkse]      3.7.2cvs36
3837
3838         * src/action.c
3839             Fix issue with filtering actions and 
3840             parsed parameters
3841
3842 2009-09-20 [mones]      3.7.2cvs35
3843
3844         * tools/convert_mbox.pl
3845                 Add -R flag to support recursive conversions
3846                 of arbitrary Evolution mail folders, based on
3847                 bash script by Daniel Dickinson (fixes debian 
3848                 bug #461435) 
3849         * tools/popfile-link.sh
3850                 Set required shell for script (fixes debian 
3851                 bug #530057)
3852
3853 2009-09-16 [colin]      3.7.2cvs34
3854
3855         * src/main.c
3856                 Go grab files in /etc/skel if they exist
3857                 at first startup 
3858
3859 2009-09-15 [colin]      3.7.2cvs33
3860
3861         * src/procmime.c
3862                 Complete 3.7.1cvs42: only output directly to
3863                 final file if we get NULL byes at the start.
3864                 Still fixes saving UTF16 files, but also
3865                 fixes displaying Base64 parts with decoding
3866                 errors (parts without errors get displayed)
3867
3868 2009-09-14 [colin]      3.7.2cvs32
3869
3870         * src/matcher.c
3871         * src/matcher.h
3872         * src/matcher_parser_parse.y
3873         * src/prefs_matcher.c
3874                 Add 'has_attachment' and 'signed' matcher
3875                 expressions. Patch by Aleksei Miheev, fixes
3876                 bug 1997. 
3877
3878 2009-09-14 [colin]      3.7.2cvs31
3879
3880         * src/common/utils.c
3881                 Add "Re :" prefix from french Yahoo mail.
3882                 Patch by Didier Barvaux, fixes bug 1999
3883
3884 2009-09-10 [mones]      3.7.2cvs30
3885
3886         * manual/plugins.xml
3887                 Fix sites supported by SpamReport
3888         * manual/es/plugins.xml
3889                 Synchronise Spanish manual
3890
3891 2009-09-07 [holger]     3.7.2cvs29
3892
3893         * Makefile.am
3894                 Also update the icon cache on uninstall.
3895                 This prevents possible problems when Claws Mail was
3896                 uninstalled and installed again into a different location,
3897                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
3898                 and the blog post linked therein
3899
3900 2009-09-07 [paul]       3.7.2cvs28
3901
3902         * src/prefs_toolbar.c
3903                 when updating the main toolbar icons just update
3904                 the main toolbar (and consequently fix a bug where
3905                 folderview icons would disappear)
3906
3907 2009-08-30 [holger]     3.7.2cvs27
3908
3909         * src/compose.c
3910                 Do case-insensitive comparison against
3911                 header names when extracting recipients
3912                 from composed mails
3913
3914 2009-08-23 [colin]      3.7.2cvs26
3915
3916         * src/mbox.c
3917                 Probably fix RH bug 512024, " folder.c:3543 
3918                 Condition msglist != NULL failed"
3919
3920 2009-08-23 [colin]      3.7.2cvs25
3921
3922         * src/prefs_compose_writing.c
3923                 Make the maximum size warning bigger. Patch
3924                 by Didier Barvaux on bug 1986.
3925
3926 2009-08-21 [colin]      3.7.2cvs24
3927
3928         * src/compose.c
3929                 Previous commit: move the function into compose_insert_file
3930                 so that it's also used on drag-n-drop
3931
3932 2009-08-21 [colin]      3.7.2cvs23
3933
3934         * src/compose.c
3935                 Fix scrolling when adding an header
3936
3937 2009-08-21 [colin]      3.7.2cvs22
3938
3939         * src/compose.c
3940         * src/prefs_common.c
3941         * src/prefs_common.h
3942         * src/prefs_compose_writing.c
3943         * src/common/utils.c
3944                 Fix bug 1986, "New feature: warn user when inserting 
3945                 a large file in the message body". Patch by Didier
3946                 Barvaux
3947
3948 2009-08-21 [colin]      3.7.2cvs21
3949
3950         * AUTHORS
3951         * src/gtk/authors.h
3952         * src/common/utils.c
3953                 Fix bug 1984: Add R�f. : reply prefix (french 
3954                 Lotus Notes); patch by Didier Barvaux
3955
3956 2009-08-21 [colin]      3.7.2cvs20
3957
3958         * src/codeconv.c
3959         * src/codeconv.h
3960                 Fix bug 1969, 'Bad guess for outgoing encoding'
3961                 Make sure the specific converters (japanese in
3962                 this case) can return success/error in strict
3963                 mode, instead of silently failing back to 
3964                 strncpy
3965
3966 2009-08-20 [holger]     3.7.2cvs19
3967
3968         * src/compose.c
3969         * src/compose.h
3970                 Make it possible for code outside
3971                 compose (e.g. plugins) to attach files
3972
3973 2009-08-20 [colin]      3.7.2cvs18
3974
3975         * src/main.c
3976                 Fix crash when accessing IMAP soon
3977
3978 2009-08-18 [colin]      3.7.2cvs17
3979
3980         * src/ldapquery.c
3981                 Maybe fix crash on non-existent LDAP server
3982
3983 2009-08-04 [colin]      3.7.2cvs16
3984
3985         * src/toolbar.c
3986                 Fix toolbar's spacing that breaks dark
3987                 themes (patch from http://blogs.igalia.com/aperez/
3988                 2009/07/making-claws-mail-look-better/)
3989
3990 2009-07-28 [colin]      3.7.2cvs15
3991
3992         * src/account.c
3993         * src/addrcustomattr.c
3994         * src/addressadd.c
3995         * src/addressbook_foldersel.c
3996         * src/addrgather.c
3997         * src/browseldap.c
3998         * src/compose.c
3999         * src/editbook.c
4000         * src/editgroup.c
4001         * src/editjpilot.c
4002         * src/editldap.c
4003         * src/editldap_basedn.c
4004         * src/edittags.c
4005         * src/editvcard.c
4006         * src/exphtmldlg.c
4007         * src/expldifdlg.c
4008         * src/export.c
4009         * src/foldersel.c
4010         * src/import.c
4011         * src/importldif.c
4012         * src/importmutt.c
4013         * src/importpine.c
4014         * src/prefs_actions.c
4015         * src/prefs_customheader.c
4016         * src/prefs_display_header.c
4017         * src/prefs_filtering.c
4018         * src/prefs_folder_column.c
4019         * src/prefs_matcher.c
4020         * src/prefs_summary_column.c
4021         * src/prefs_summary_open.c
4022         * src/prefs_template.c
4023         * src/textview.c
4024         * src/uri_opener.c
4025                 Fix bug 1950, 'Program freeze up during folder selection'
4026                 Don't leave hidden windows modal
4027
4028 2009-07-28 [colin]      3.7.2cvs14
4029
4030         * src/ldapquery.c
4031                 Fix bug 1957, 'LDAP errs out after searching too 
4032                 many search bases'
4033
4034 2009-07-28 [colin]      3.7.2cvs13
4035
4036         * src/summaryview.c
4037                 Fix bug 1966, '"Collapse all threads" slower than 
4038                 "Expand all threads"'
4039
4040 2009-07-28 [colin]      3.7.2cvs12
4041
4042         * src/common/session.c
4043                 Fix bug 1967, 'Claws gets stuck after accepting 
4044                 a certificate warning dialog'
4045
4046 2009-07-19 [paul]       3.7.2cvs11
4047
4048         * manual/plugins.xml
4049                 a few small changes to the English
4050
4051 2009-07-18 [mones]      3.7.2cvs10
4052
4053         * manual/plugins.xml
4054                 Add new bsfilter and fancy plugins to the docs
4055                 and a note about dealing with plugins of the same class
4056         * src/prefs_account.c
4057                 Fix extra space at the end typo
4058
4059 2009-07-16 [colin]      3.7.2cvs9
4060
4061         * src/summaryview.c
4062                 Fix wrong return without unlocking; thanks
4063                 to mupuf_
4064
4065 2009-07-14 [colin]      3.7.2cvs8
4066
4067         * src/imap.c
4068                 Fix bug 1954, 'Segfault on reading wrong STATUS'
4069
4070 2009-07-10 [colin]      3.7.2cvs7
4071
4072         * src/plugins/pgpcore/plugin.def
4073         * src/common/utils.h
4074                 Fix windows port
4075
4076 2009-07-10 [colin]      3.7.2cvs6
4077
4078         * src/prefs_display_header.c
4079                 Fix bug 1951, 'C-Mail dumps core when editing 
4080                 displayed headers'. Patch by Alexey Rusakov
4081
4082 2009-07-10 [colin]      3.7.2cvs5
4083
4084         * src/folderview.c
4085                 Fix bug 1952, 'Deleted mails in Queue folder 
4086                 highlight it'.
4087
4088 2009-07-09 [colin]      3.7.2cvs4
4089
4090         * src/gtk/spell_entry.c
4091                 Fix bug 1949, 'Spell checker doesn't recognise 
4092                 certain word in Subject header, but does in 
4093                 message body'. Patch by Pawel Pekala.
4094
4095 2009-07-09 [paul]       3.7.2cvs3
4096
4097         * configure.ac
4098                 use pkgconfig to check for the minimum required
4099                 version of GnuTLS
4100
4101 2009-07-06 [colin]      3.7.2cvs2
4102
4103         * src/prefs_customheader.c
4104                 Fix build failure
4105
4106 2009-07-04 [paul]       3.7.2cvs1
4107
4108         * tools/claws.i18n.status.pl
4109                 updated
4110
4111 2009-07-03 [paul]       3.7.2
4112
4113         * NEWS
4114         * README
4115         * RELEASE_NOTES 
4116                 3.7.2 released!
4117
4118 2009-07-03 [paul]       3.7.1cvs85
4119
4120         * AUTHORS
4121         * configure.ac
4122         * po/pt_PT.po
4123         * po/sk.po
4124         * src/gtk/authors.h
4125                 added new translations by Tiago Faria and Slavko
4126         * po/bg.po
4127         * po/cs.po
4128         * po/de.po
4129         * po/es.po
4130         * po/fi.po
4131         * po/fr.po
4132         * po/hu.po
4133         * po/id.po
4134         * po/it.po
4135         * po/ja.po
4136         * po/pt_BR.po
4137         * po/ru.po
4138                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
4139                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
4140                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
4141                 Goncalves Guimaraes, Aleksei Miheev
4142
4143 2009-07-01 [colin]      3.7.1cvs84
4144
4145         * src/prefs_common.c
4146                 Fix bug 1940, 'Doesn't open links in 
4147                 user's default browser'. Turn the preference
4148                 to TRUE by default; that will only change the
4149                 behaviour for new users.
4150
4151 2009-06-29 [colin]      3.7.1cvs83
4152
4153         * src/filtering.c
4154         * src/filtering.h
4155         * src/prefs_filtering_action.c
4156                 Fix bug 1935, 'problems with very long filtering actions':
4157                 Use a dynamic buffer in action to string, and a bigger
4158                 buffer in string to action
4159
4160 2009-06-29 [colin]      3.7.1cvs82
4161
4162         * src/matcher_parser_lex.l
4163                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
4164
4165 2009-06-29 [colin]      3.7.1cvs81
4166
4167         * src/addressbook.c
4168                 Fix warnings
4169         * src/editgroup.c
4170                 Fix crash (out-of-bounds tree column)
4171         * src/gtk/gtkcmctree.c
4172         * src/gtk/gtksctree.c
4173                 Prevent using an out-of-bounds tree column
4174
4175 2009-06-29 [colin]      3.7.1cvs80
4176
4177         * src/ldapupdate.c
4178         * src/ldif.c
4179                 Leak fixes; patch by Pawel Pekala.
4180
4181 2009-06-26 [colin]      3.7.1cvs79
4182
4183         * src/summaryview.c
4184                 Sort by msgnum if dates are equal
4185
4186 2009-06-24 [paul]       3.7.1cvs78
4187
4188         * src/summaryview.c
4189                 make some (forgotten) strings translatable
4190
4191 2009-06-19 [colin]      3.7.1cvs77
4192
4193         * src/summaryview.c
4194                 Fix menu sensitiveness
4195
4196 2009-06-18 [colin]      3.7.1cvs76
4197
4198         * configure.ac
4199         * src/plugins/pgpcore/sgpgme.c
4200         * src/plugins/pgpcore/sgpgme.h
4201         * src/plugins/pgpmime/mypgpcore.def
4202         * src/plugins/pgpmime/pgpmime.c
4203         * src/plugins/smime/mypgpcore.def
4204         * src/plugins/smime/smime.c
4205                 Use largefile support (and stop using our old GPGME
4206                 hack on gpgme_data_seek/rewind)
4207                 (See 1.9.12cvs44 to 46 - if this breaks things we 
4208                 should soon know :)
4209
4210 2009-06-13 [colin]      3.7.1cvs75
4211
4212         * src/gtk/spell_entry.c
4213                 Fix assertion. We can put a NULL gtkaspell to
4214                 an entry; it just means it won't be spell-checked.
4215
4216 2009-06-12 [mones]      3.7.1cvs74
4217
4218         * src/compose.c
4219         * src/messageview.c
4220         * src/prefs_account.c
4221         * src/prefs_account.h
4222         * src/common/utils.c
4223         * src/common/utils.h
4224                 Added preference to use account address in generated
4225                 Message-Id. Fixes Debian bug #531052
4226
4227 2009-06-12 [colin]      3.7.1cvs73
4228
4229         * src/common/ssl.c
4230                 Better fix, API-compatible with libgnutls13
4231
4232 2009-06-12 [colin]      3.7.1cvs72
4233
4234         * src/common/ssl.c
4235                 Use compatibility mode in GnuTLS, and avoid problems with 
4236                 servers that don't comply 100% with the spec, but still
4237                 exist.
4238
4239 2009-06-06 [iwkse]      3.7.1cvs71
4240
4241         * src/compose.c
4242                 Ops..revert a mix with another patch
4243
4244 2009-06-06 [iwkse]      3.7.1cvs70
4245
4246         * src/compose.c
4247                 A better fix for the previous commit's issue
4248
4249 2009-06-06 [iwkse]      3.7.1cvs69
4250
4251         * src/compose.c
4252                 Fix shutting down of Claws Mail while a GTK_Return keypress 
4253                 event is sent to the Attach property window
4254
4255 2009-06-05 [colin]      3.7.1cvs68
4256
4257         * src/compose.c
4258                 Fix build on GTK+ 2.6
4259
4260 2009-06-03 [mones]      3.7.1cvs67
4261
4262         * tools/make.themes.project
4263                 Oops! fix header, sorry Paul ;-)
4264
4265 2009-06-03 [mones]      3.7.1cvs66
4266
4267         * tools/make.themes.project
4268                 Add support for PNG themes and other
4269                 fixes i don't remember now... :)
4270
4271 2009-06-02 [colin]      3.7.1cvs65
4272
4273         * src/compose.c
4274         * src/prefs_template.c
4275         * src/quote_fmt.c
4276                 Fix error messages in templates, and fix their
4277                 checking
4278
4279 2009-05-22 [colin]      3.7.1cvs64
4280
4281         * src/compose.c
4282                 And remove hbox too
4283
4284 2009-05-22 [colin]      3.7.1cvs63
4285
4286         * src/compose.c
4287                 Fix phantom button behind entry when
4288                 changing fields via Tools/Reply mode.
4289
4290 2009-05-22 [colin]      3.7.1cvs62
4291
4292         * src/compose.c
4293                 Fix icon size
4294
4295 2009-05-21 [mones]      3.7.1cvs61
4296
4297         * src/compose.c
4298         * src/compose.h
4299                 Add button to empty header lines with one click
4300
4301 2009-05-21 [paul]       3.7.1cvs60
4302
4303         * src/mainwindow.c
4304         * src/mainwindow.h
4305         * src/plugins/trayicon/trayicon.c
4306                 when quitting from the trayicon, honour
4307                 prefs_common.clean_on_exit
4308
4309 2009-05-21 [paul]       3.7.1cvs59
4310
4311         * src/gtk/Makefile.am
4312                 remove duplicate entry
4313                 thanks to Charles A Edwards
4314
4315 2009-05-19 [paul]       3.7.1cvs58
4316
4317         * src/send_message.c
4318                 clear progressbar in the statusbar on 'Cancel'
4319
4320 2009-05-16 [colin]      3.7.1cvs57
4321
4322         * AUTHORS
4323         * src/gtk/authors.h
4324                 Add Fabian
4325
4326 2009-05-16 [colin]      3.7.1cvs56
4327
4328         * src/msgcache.c
4329                 Remove msgnum>0 condition for removing messages
4330                 from caches. There's no such condition on add.
4331                 Fixes bug 1913, 'Allow to remove phantom 
4332                 messages from the cache'; patch by Fabian
4333                 Keil <fk at fabiankeil.de>
4334
4335 2009-05-12 [holger]     3.7.1cvs55
4336
4337         * src/messageview.c
4338         * src/messageview.h
4339                 Introduce hook after showing of the message view
4340
4341 2009-05-11 [colin]      3.7.1cvs54
4342
4343         * src/compose.c
4344                 Fix bug 1872, 'A: Cc: CCi: selector should 
4345                 default on same as preceding contact'
4346
4347 2009-05-10 [holger]     3.7.1cvs53
4348
4349         * src/addr_compl.c
4350         * src/addr_compl.h
4351                 Add a hook to make it possible for plugins to
4352                 modify the address completion list
4353
4354 2009-05-06 [paul]       3.7.1cvs52
4355
4356         * src/folder.c
4357         * src/mimeview.c
4358                 fix bug 1915, 'Mails signed with smime.p7s
4359                 display both signed and attachment icon.'
4360
4361 2009-05-05 [colin]      3.7.1cvs51
4362
4363         * src/common/utils.c
4364                 Fix patch :)
4365
4366 2009-05-05 [colin]      3.7.1cvs50
4367
4368         * src/common/utils.c
4369                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
4370                 different mountpoint than tempdir'
4371
4372 2009-05-04 [colin]      3.7.1cvs49
4373
4374         * src/msgcache.c
4375                 Probably fix bug 1914, 'Crash reading
4376                 corrupted tags file'
4377
4378 2009-04-26 [paul]       3.7.1cvs48
4379
4380         * configure.ac
4381         * src/gtk/gtkaspell.h
4382                 fix bug 1904, 'build mechanism looks for
4383                 'enchant.h' in a wrong place'
4384
4385 2009-04-25 [paul]       3.7.1cvs47
4386
4387         * src/printing.c
4388                 gah! fix coding style!
4389
4390 2009-04-25 [paul]       3.7.1cvs46
4391
4392         * src/printing.c
4393         * src/toolbar.c
4394                 if building with GTK+ >= 2.16 use
4395                 gtk_orientable_set_orientation() instead of now
4396                 deprecated gtk_toolbar_set_orientation()
4397
4398 2009-04-24 [colin]      3.7.1cvs45
4399
4400         * src/compose.c
4401                 Ask before sending if an attached file has
4402                 disappeared.
4403
4404 2009-04-19 [paul]       3.7.1cvs44
4405
4406         * src/prefs_common.c
4407         * src/prefs_common.h
4408         * src/gtk/about.c
4409                 save About window size.
4410                 patch by Pawel Pekala
4411
4412 2009-04-12 [paul]       3.7.1cvs43
4413
4414         * tools/csv2addressbook.pl
4415                 add extra CSV fields that are now appended
4416                 by thunderbird (version 2.0.0.21)
4417
4418 2009-04-08 [colin]      3.7.1cvs42
4419
4420         * src/procmime.c
4421                 fix saving (but not displaying) of UTF-16
4422                 files
4423
4424 2009-04-08 [colin]      3.7.1cvs41
4425
4426         * src/gtk/manage_window.c
4427                 Disable transient windows on win32 - seems to
4428                 fix most focusing issues
4429
4430 2009-04-05 [colin]      3.7.1cvs40
4431
4432         * src/procmsg.c
4433                 Don't ask whether we want to send deleted mails in queue
4434                 folders; also, don't send deleted mails when flushing
4435                 queues
4436
4437 2009-04-04 [paul]       3.7.1cvs39
4438
4439         * AUTHORS
4440         * configure.ac
4441         * po/id.po
4442         * src/gtk/authors.h
4443         * tools/claws.i18n.status.pl
4444                 add new Indonesian translation, by
4445                 MSulchan Darmawan
4446
4447 2009-04-03 [paul]       3.7.1cvs38
4448
4449         * AUTHORS
4450         * src/gtk/authors.h
4451                 credit due
4452
4453 2009-04-03 [colin]      3.7.1cvs37
4454
4455         * src/compose.c
4456         * src/textview.c
4457                 Fix bug 1891, 'Add support for gopher:// links'
4458                 Patch by Jacob Head <clawsmail at jacob-head.com>
4459                 Let's go back to the roots! 
4460
4461 2009-04-03 [paul]       3.7.1cvs36
4462
4463         * m4/Makefile.am
4464                 complete cvs35
4465
4466 2009-04-03 [paul]       3.7.1cvs35
4467
4468         * configure.ac
4469                 add AC_CONFIG_MACRO_DIR([m4])
4470                 remove CLAWS_ACLOCAL_INCLUDE(m4)
4471         * m4/aclocal-include.m4
4472                 removed this now unneeded file
4473
4474 2009-04-02 [colin]      3.7.1cvs34
4475
4476         * src/common/utils.h
4477                 Fix previous (thanks to Marcus :)
4478
4479 2009-04-02 [colin]      3.7.1cvs33
4480
4481         * src/common/utils.h
4482         * src/etpan/etpan-thread-manager.c
4483                 pipe() was a macro from GLib on win32 until
4484                 glib 2.13.2. It's undefined after that.
4485                 Thanks to Marcus Brinkmann for the heads-up!
4486
4487 2009-03-31 [colin]      3.7.1cvs32
4488
4489         * src/folder_item_prefs.c
4490                 Copy folder settings with prefs
4491
4492 2009-03-31 [colin]      3.7.1cvs31
4493
4494         * src/prefs_account.c
4495                 Don't use un-sensitive checkboxes in Privacy tab
4496                 when privacy system in None (makes unchecking 
4497                 painful when no privacy plugin is loaded)
4498
4499 2009-03-30 [colin]      3.7.1cvs30
4500
4501         * src/folder.c
4502         * src/folder.h
4503         * src/imap.c
4504         * src/mainwindow.c
4505         * src/mainwindow.h
4506         * src/prefs_account.c
4507         * src/prefs_account.h
4508         * src/summaryview.c
4509         * src/summaryview.h
4510                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
4511                 Add an option on the Receive page of IMAP account preferences:
4512                 "Move deleted mails to trash and expunge immediately". This
4513                 option defaults to TRUE to avoid changing the existing behaviour.
4514                 Setting it to FALSE prevents automatic expunging. 
4515                 Also, add Tools/Expunge and View/Hide deleted messages menu items
4516                 (View/Hide deleted message being a per-folder setting, and behaving,
4517                 like View/Hide read messages).
4518
4519 2009-03-30 [colin]      3.7.1cvs29
4520
4521         * src/imap.c
4522                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
4523                 ask for IMAP password when using GSSAPI auth
4524
4525 2009-03-27 [colin]      3.7.1cvs28
4526
4527         * src/folder.c
4528                 Fix cvs14, make sure we mark non-existent caches dirty
4529                 (or they never get written)
4530
4531 2009-03-27 [colin]      3.7.1cvs27
4532
4533         * src/imap.c
4534                 Fix tag update when all tags are removed 
4535                 from another client
4536
4537 2009-03-25 [colin]      3.7.1cvs26
4538
4539         * configure.ac
4540                 Fix configure.ac, thanks to Pawel
4541
4542 2009-03-25 [colin]      3.7.1cvs25
4543
4544         * src/news.c
4545         * src/etpan/nntp-thread.c
4546                 Fix header fetching (NG/To/Cc). Fixes 
4547                 bug 1883, 'Message processing fails to 
4548                 act on Newsgroups: field'
4549
4550 2009-03-23 [colin]      3.7.1cvs24
4551
4552         * src/textview.c
4553                 Fix internal headers visible in queue/sent
4554
4555 2009-03-23 [colin]      3.7.1cvs23
4556
4557         * configure.ac
4558                 Fix check for RC (resource compiler) used
4559                 on win32 (AC_LIBTOOL_RC used to call it 
4560                 implicitely but stopped)
4561
4562 2009-03-19 [colin]      3.7.1cvs22
4563
4564         * src/toolbar.c
4565                 Put spam button in default toolbar even if
4566                 bogofilter and spamassassin are not built.
4567                 Other anti-spam plugin could exist! :)
4568         * src/common/utils.c
4569                 Fix exit status fetch on win32
4570
4571 2009-03-18 [paul]       3.7.1cvs21
4572
4573         * src/gtk/spell_entry.c
4574                 fix "[BUG] Wrong word replaced in 'Subject:'
4575                 when spell-checking correction used"
4576                 Patch by Pawel Pekala
4577
4578 2009-03-17 [colin]      3.7.1cvs20
4579
4580         * src/common/utils.c
4581                 Fix win32 build (from cvs12)
4582
4583 2009-03-17 [colin]      3.7.1cvs19
4584
4585         * src/compose.c
4586                 Fix bug 1735, 'Change To: and Newsgroups: 
4587                 recipient field according account type'
4588                 Patch by Pawel
4589
4590 2009-03-17 [colin]      3.7.1cvs18
4591
4592         * src/msgcache.c
4593         * src/prefs_common.c
4594         * src/prefs_common.h
4595         * src/prefs_other.c
4596         * src/common/prefs.c
4597                 Add preference for fsyncing metadata
4598
4599 2009-03-16 [paul]       3.7.1cvs17
4600
4601         * src/prefs_customheader.c
4602                 add forgotten #if HAVE_LIBCOMPFACE
4603
4604 2009-03-16 [paul]       3.7.1cvs16
4605
4606         * src/prefs_customheader.c
4607                 put the (X-)Face preview image below the up/down
4608                 buttons so they don't jump around.
4609                 make the list reorderable by drag'n'drop
4610
4611 2009-03-16 [colin]      3.7.1cvs15
4612
4613         * src/prefs_customheader.c
4614                 Add a (X-)Face preview. Patch by iwkse.
4615
4616 2009-03-16 [colin]      3.7.1cvs14
4617
4618         * src/compose.c
4619         * src/folder.c
4620         * src/folder.h
4621         * src/msgcache.c
4622         * src/common/prefs.c
4623                 Add fsync calls to make sure we don't
4624                 lose data on system crashes. (to do:
4625                 add a pref to allow people choosing raw
4626                 speed)
4627
4628 2009-03-15 [colin]      3.7.1cvs13
4629
4630         * src/gtk/gtkaspell.c
4631                 Fix empty menu when there are no
4632                 suggestions (using the Spelling menu)
4633
4634 2009-03-14 [colin]      3.7.1cvs12
4635
4636         * src/common/utils.c
4637                 Win32: fix subject prefix length
4638
4639 2009-03-11 [mones]      3.7.1cvs11
4640
4641         * po/es.po
4642                 fix encoding declared in header
4643                 update translation now we're at it
4644
4645 2009-03-10 [colin]      3.7.1cvs10
4646
4647         * src/messageview.c
4648                 Fix "wrong mime" message printed out multiple
4649                 times
4650
4651 2009-03-10 [colin]      3.7.1cvs9
4652
4653         * src/prefs_folder_item.c
4654                 Fix build
4655
4656 2009-03-09 [paul]       3.7.1cvs8
4657
4658         * src/prefs_folder_item.c
4659         * src/send_message.c
4660                 fixes to english text
4661
4662 2009-03-08 [paul]       3.7.1cvs7
4663
4664         * po/ja.po
4665                 correct errors in header
4666
4667 2009-03-08 [paul]       3.7.1cvs6
4668
4669         * AUTHORS
4670         * configure.ac
4671         * po/ja.po
4672         * src/gtk/authors.h
4673         * tools/claws.i18n.status.pl
4674                 add Japanese translation, submitted by kazken3
4675
4676 2009-03-07 [colin]      3.7.1cvs5
4677
4678         * src/messageview.c
4679                 Don't let the invalid MIME warning hide
4680                 other noticeview (Partial receive or 
4681                 return receipt).
4682
4683 2009-03-07 [colin]      3.7.1cvs4
4684
4685         * src/procmime.c
4686                 Fix build
4687
4688 2009-03-07 [colin]      3.7.1cvs3
4689
4690         * src/messageview.c
4691         * src/procmime.c
4692         * src/procmime.h
4693                 Handle mimeparts that lack an end boundary.
4694                 They're invalid but it's too annoying for
4695                 normal users to fix.
4696
4697 2009-03-06 [wwp]        3.7.1cvs2
4698
4699         * src/compose.c
4700         * src/folder_item_prefs.c
4701         * src/folder_item_prefs.h
4702         * src/prefs_folder_item.c
4703                 Add per-folder default cc, bcc and reply-to.
4704
4705 2009-03-06 [colin]      3.7.1cvs1
4706
4707         * src/gedit-print.c
4708         * src/gtk/gtksourceprintjob.c
4709                 Fix build with old print interface
4710
4711 2009-03-06 [paul]       3.7.1
4712
4713         * NEWS
4714         * README
4715         * RELEASE_NOTES 
4716                 3.7.1 released!
4717
4718 2009-03-06 [paul]       3.7.0cvs78
4719
4720         * po/cs.po
4721         * po/de.po
4722         * po/fi.po
4723         * po/fr.po
4724         * po/hu.po
4725         * po/nl.po
4726         * po/pt_BR.po
4727         * po/sv.po
4728         * po/zh_CN.po
4729                 updated by David Vachulka, Stephan Sachse, Flammie
4730                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
4731                 Frederico Goncalves Guimaraes, Lars Persson Fink,
4732                 and Ralph Young
4733
4734 2009-03-03 [colin]      3.7.0cvs77
4735
4736         * src/prefs_filtering.c
4737                 Win32: Fix bug 1865, 'IMAP account name changes 
4738                 are not followed at filter actions'
4739
4740 2009-03-02 [colin]      3.7.0cvs76
4741
4742         * src/imap.c
4743                 Fix Launchpad bug 335571: 'claws-mail crashed 
4744                 with SIGSEGV in strlen() while deleting 
4745                 large amount of e-mails on IMAP account
4746
4747 2009-02-27 [mones]      3.7.0cvs75
4748
4749         * manual/es/account.xml
4750         * manual/es/ack.xml
4751         * manual/es/addrbook.xml
4752         * manual/es/advanced.xml
4753         * manual/es/claws-mail-manual.xml
4754         * manual/es/faq.xml
4755         * manual/es/glossary.xml
4756         * manual/es/gpl.xml
4757         * manual/es/handling.xml
4758         * manual/es/intro.xml
4759         * manual/es/keyboard.xml
4760         * manual/es/plugins.xml
4761         * manual/es/starting.xml
4762                 Sync with English version, fix some typos
4763                 Changed encoding to UTF-8
4764         * po/es.po
4765                 Update for release, changed encoding to UTF-8
4766
4767 2009-02-24 [colin]      3.7.0cvs74
4768
4769         * src/printing.c
4770                 Don't print separation line if there
4771                 are no headers
4772
4773 2009-02-23 [cleroy]     3.7.0cvs73
4774
4775         * src/account.c
4776         * src/action.c
4777         * src/addr_compl.c
4778         * src/addrbook.c
4779         * src/addrcache.c
4780         * src/addrcindex.c
4781         * src/addrclip.c
4782         * src/addrduplicates.c
4783         * src/addressadd.c
4784         * src/addressbook.c
4785         * src/addressbook_foldersel.c
4786         * src/addrharvest.c
4787         * src/addrindex.c
4788         * src/addritem.c
4789         * src/addrquery.c
4790         * src/addrselect.c
4791         * src/codeconv.c
4792         * src/compose.c
4793         * src/customheader.c
4794         * src/editaddress.c
4795         * src/editaddress_other_attributes_ldap.c
4796         * src/editgroup.c
4797         * src/editldap.c
4798         * src/enriched.c
4799         * src/exporthtml.c
4800         * src/exportldif.c
4801         * src/filtering.c
4802         * src/folder.c
4803         * src/foldersel.c
4804         * src/folderutils.c
4805         * src/folderview.c
4806         * src/gedit-print.c
4807         * src/html.c
4808         * src/imap.c
4809         * src/imap_gtk.c
4810         * src/inc.c
4811         * src/jpilot.c
4812         * src/ldapctrl.c
4813         * src/ldapquery.c
4814         * src/ldapserver.c
4815         * src/ldapupdate.c
4816         * src/ldif.c
4817         * src/localfolder.c
4818         * src/main.c
4819         * src/mainwindow.c
4820         * src/matcher.c
4821         * src/mbox.c
4822         * src/messageview.c
4823         * src/mh.c
4824         * src/mh_gtk.c
4825         * src/mimeview.c
4826         * src/msgcache.c
4827         * src/mutt.c
4828         * src/news.c
4829         * src/news_gtk.c
4830         * src/noticeview.c
4831         * src/pine.c
4832         * src/pop.c
4833         * src/prefs_account.c
4834         * src/prefs_actions.c
4835         * src/prefs_common.c
4836         * src/prefs_filtering.c
4837         * src/prefs_filtering_action.c
4838         * src/prefs_folder_column.c
4839         * src/prefs_folder_item.c
4840         * src/prefs_gtk.c
4841         * src/prefs_matcher.c
4842         * src/prefs_quote.c
4843         * src/prefs_send.c
4844         * src/prefs_summaries.c
4845         * src/prefs_summary_column.c
4846         * src/prefs_template.c
4847         * src/prefs_themes.c
4848         * src/prefs_toolbar.c
4849         * src/printing.c
4850         * src/privacy.c
4851         * src/procheader.c
4852         * src/procmime.c
4853         * src/procmsg.c
4854         * src/quote_fmt.c
4855         * src/remotefolder.c
4856         * src/send_message.c
4857         * src/sourcewindow.c
4858         * src/statusbar.c
4859         * src/stock_pixmap.c
4860         * src/summary_search.c
4861         * src/summaryview.c
4862         * src/textview.c
4863         * src/toolbar.c
4864         * src/undo.c
4865         * src/uri_opener.c
4866         * src/vcard.c
4867         * src/common/base64.c
4868         * src/common/claws.c
4869         * src/common/hooks.c
4870         * src/common/plugin.c
4871         * src/common/prefs.c
4872         * src/common/session.c
4873         * src/common/smtp.c
4874         * src/common/socket.c
4875         * src/common/string_match.c
4876         * src/common/stringtable.c
4877         * src/common/utils.c
4878         * src/common/utils.h
4879         * src/common/xml.c
4880         * src/common/xmlprops.c
4881         * src/gtk/colorlabel.c
4882         * src/gtk/combobox.c
4883         * src/gtk/foldersort.c
4884         * src/gtk/gtkaspell.c
4885         * src/gtk/gtkcmclist.c
4886         * src/gtk/gtkcmctree.c
4887         * src/gtk/gtkcmoptionmenu.c
4888         * src/gtk/gtksctree.c
4889         * src/gtk/gtkshruler.c
4890         * src/gtk/gtksourceprintjob.c
4891         * src/gtk/gtkutils.c
4892         * src/gtk/gtkvscrollbutton.c
4893         * src/gtk/logwindow.c
4894         * src/gtk/menu.c
4895         * src/gtk/pluginwindow.c
4896         * src/gtk/prefswindow.c
4897         * src/gtk/quicksearch.c
4898         * src/gtk/spell_entry.c
4899         * src/plugins/pgpcore/select-keys.c
4900         * src/plugins/pgpinline/pgpinline.c
4901         * src/plugins/pgpmime/pgpmime.c
4902         * src/plugins/smime/smime.c
4903         * src/plugins/spamassassin/spamassassin_gtk.c
4904                 Mass commit changing g_return_* to cm_return_*
4905                 and making these more interesting
4906
4907 2009-02-23 [colin]      3.7.0cvs72
4908
4909         * src/imap.c
4910                 Always initialise error code to no error
4911
4912 2009-02-23 [colin]      3.7.0cvs71
4913
4914         * src/imap.c
4915                 Fix separator substitution
4916
4917 2009-02-23 [colin]      3.7.0cvs70
4918
4919         * src/stock_pixmap.c
4920         * src/gtk/colorlabel.c
4921                 don't use g_return on normal checks
4922
4923 2009-02-22 [colin]      3.7.0cvs69
4924
4925         * src/addressbook.c
4926         * src/procmime.c
4927                 More fixes
4928
4929 2009-02-22 [colin]      3.7.0cvs68
4930
4931         * src/addrduplicates.c
4932         * src/addressbook.c
4933         * src/addrharvest.c
4934         * src/codeconv.c
4935         * src/compose.c
4936         * src/filtering.c
4937         * src/folder.c
4938         * src/imap.c
4939         * src/imap_gtk.c
4940         * src/importldif.c
4941         * src/jpilot.c
4942         * src/mainwindow.c
4943         * src/matcher.c
4944         * src/mbox.c
4945         * src/messageview.c
4946         * src/mh_gtk.c
4947         * src/prefs_common.c
4948         * src/prefs_filtering.c
4949         * src/prefs_gtk.c
4950         * src/printing.c
4951         * src/privacy.c
4952         * src/procmime.c
4953         * src/procmsg.c
4954         * src/summaryview.c
4955         * src/textview.c
4956         * src/undo.c
4957         * src/wizard.c
4958         * src/common/md5.c
4959         * src/common/socket.c
4960         * src/common/template.c
4961         * src/etpan/imap-thread.c
4962         * src/gtk/gtkaspell.c
4963         * src/gtk/gtkcmctree.c
4964         * src/gtk/gtksctree.c
4965         * src/gtk/inputdialog.c
4966         * src/plugins/pgpcore/sgpgme.c
4967         * src/plugins/pgpmime/pgpmime.c
4968         * src/plugins/smime/smime.c
4969         * src/plugins/spamassassin/spamassassin.c
4970                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
4971                 uninitialised accesses
4972
4973 2009-02-17 [colin]      3.7.0cvs67
4974
4975         * src/compose.c
4976                 Disable controls during queuing
4977
4978 2009-02-15 [colin]      3.7.0cvs66
4979
4980         * src/privacy.c
4981         * src/plugins/pgpcore/select-keys.c
4982         * src/plugins/pgpcore/sgpgme.c
4983                 Disable use of disabled keys
4984
4985 2009-02-15 [colin]      3.7.0cvs65
4986
4987         * src/folderview.c
4988         * src/summaryview.c
4989                 Fix font updating after changing 
4990                 prefs_common.derive_from_normal_font
4991
4992 2009-02-12 [paul]       3.7.0cvs64
4993
4994         * src/addressitem.h
4995         * src/export.h
4996         * src/headerview.c
4997         * src/headerview.h
4998         * src/common/version.h.in
4999         * src/gtk/about.h
5000         * src/gtk/menu.c
5001         * src/gtk/menu.h
5002                 more copyright header fixes
5003
5004 2009-02-12 [paul]       3.7.0cvs63
5005
5006         * src/gtk/progressdialog.c
5007         * src/gtk/progressdialog.h
5008                 fix copyright header
5009
5010 2009-02-12 [paul]       3.7.0cvs62
5011
5012         * src/gtk/spell_entry.c
5013         * src/gtk/spell_entry.h
5014                 better, more standard copyright header
5015
5016 2009-02-12 [paul]       3.7.0cvs61
5017
5018         * src/gtk/spell_entry.c
5019         * src/gtk/spell_entry.h
5020                 changes to copyright header
5021
5022 2009-02-12 [paul]       3.7.0cvs60
5023
5024         * src/gtk/spell_entry.c
5025         * src/gtk/spell_entry.h
5026                 fix broken build
5027
5028 2009-02-11 [colin]      3.7.0cvs59
5029
5030         * src/gtk/spell_entry.c
5031         * src/gtk/spell_entry.h
5032                 Forgot to add files
5033
5034 2009-02-11 [colin]      3.7.0cvs58
5035
5036         * src/compose.c
5037         * src/gtk/Makefile.am
5038         * src/gtk/gtkaspell.c
5039         * src/gtk/gtkaspell.h
5040                 Add spellcheck to subject. Patch by
5041                 Pawel.
5042
5043 2009-02-10 [holger]     3.7.0cvs57
5044
5045         * src/printing.c
5046         * src/common/defs.h
5047                 Move filename define for printing page setup cache to defs.h
5048
5049 2009-02-08 [mones]      3.7.0cvs56
5050
5051         * src/matcher.h
5052                 Fix build for bison 2.4.1
5053
5054 2009-02-06 [holger]     3.7.0cvs55
5055
5056         * src/prefs_common.c
5057         * src/prefs_common.h
5058         * src/printing.c
5059                 Fix restoring of custom page setups for printing by
5060                 temporarily caching the settings.
5061                 This is a workaround for Gnome Bug #39018, and fixes
5062                 Claws Mail Bug #1840.
5063
5064 2009-02-06 [colin]      3.7.0cvs54
5065
5066         * src/mainwindow.c
5067                 Fix hardcoded Shift-Q quits. Fixes
5068                 bug 1838, 'Claws-Mail sometimes quits 
5069                 when attempting to type a capital Q'
5070
5071 2009-01-31 [paul]       3.7.0cvs53
5072
5073         * src/compose.c
5074                 revert 3.7.0cvs49, until there is time to find out
5075                 why it causes a nasty crash!
5076
5077 2009-01-31 [paul]       3.7.0cvs52
5078
5079         * src/mainwindow.c
5080                 1 string that was forgotten for translation
5081
5082 2009-01-31 [paul]       3.7.0cvs51
5083
5084         * src/messageview.c
5085                 2 strings that were forgotten for translation
5086
5087 2009-01-31 [paul]       3.7.0cvs50
5088
5089         * src/gtk/prefswindow.c
5090                 build prefs tree in a slightly smarter way -
5091                 fix bug where if path[0] had same name as
5092                 path[1], (like in the de translation), path[1]
5093                 was lost and not shown in the window
5094
5095 2009-01-31 [paul]       3.7.0cvs49
5096
5097         * src/compose.c
5098                 fix bug 1836, 'Quoted text still blue after
5099                 removal of quote-character'
5100                 comment out some debug_print's that needlessly
5101                 slow things down
5102         * src/undo.c
5103                 comment out a debug_print that needlessly slows
5104                 things down
5105
5106 2009-01-31 [paul]       3.7.0cvs48
5107
5108         * src/summaryview.c
5109                 fix bug 1834, '"semi"-selection when collapsing thread'
5110
5111 2009-01-31 [paul]       3.7.0cvs47
5112
5113         * src/prefs_compose_writing.c
5114         * src/prefs_message.c
5115                 move 'quote_chars' pref to where it should be
5116
5117 2009-01-30 [paul]       3.7.0cvs46
5118
5119         * src/summaryview.c
5120                 fix updating of popup menu sensitivity
5121
5122 2009-01-28 [paul]       3.7.0cvs45
5123
5124         * tools/filter_conv_new.pl
5125                 move 'move' and 'delete' to end of @actions
5126                 so that they are always final actions in the
5127                 generated filtering rule
5128
5129 2009-01-27 [paul]       3.7.0cvs44
5130
5131         * src/messageview.c
5132                 always select text/calendar mimepart if suitable
5133                 plugin (i.e. vCalendar) is available
5134
5135 2009-01-27 [paul]       3.7.0cvs43
5136
5137         * src/folder.c
5138                 fix crash when right-clicking in summaryview when
5139                 processing is active
5140
5141 2009-01-22 [colin]      3.7.0cvs42
5142
5143         * src/compose.c
5144         * src/privacy.c
5145         * src/privacy.h
5146                 When replying to signed/encrypted mail and the
5147                 preference to sign/encrypt in this case is set,
5148                 choose the original mail's privacy system (if
5149                 available).
5150
5151 2009-01-21 [colin]      3.7.0cvs41
5152
5153         * src/addressbook.h
5154                 Fix warning (on-the-fly theming of
5155                 addressbook isn't complete yet)
5156
5157 2009-01-21 [colin]      3.7.0cvs40
5158
5159         * src/account.c
5160         * src/addressbook.c
5161                 Win32: Fix window placement
5162
5163 2009-01-21 [paul]       3.7.0cvs39
5164
5165         * src/inc.c
5166                 update timeout log msg
5167
5168 2009-01-17 [colin]      3.7.0cvs38
5169
5170         * src/main.c
5171         * src/mbox.c
5172         * src/common/md5.c
5173         * src/common/utils.c
5174         * src/etpan/imap-thread.c
5175                 Fix g_open calls (which don't ignore mode)
5176
5177 2009-01-17 [colin]      3.7.0cvs37
5178
5179         * src/addressbook.c
5180         * src/compose.c
5181         * src/foldersel.c
5182         * src/main.c
5183         * src/mainwindow.c
5184         * src/mbox.c
5185         * src/common/md5.c
5186         * src/common/ssl_certificate.c
5187         * src/common/tags.c
5188         * src/common/utils.c
5189         * src/etpan/imap-thread.c
5190         * src/plugins/bogofilter/bogofilter.c
5191         * src/plugins/pgpinline/pgpinline.c
5192         * src/plugins/smime/smime.c
5193                 Probably fix bug 1825, 'Unable to fetch messages from 
5194                 IMAP folders named with non-ASCII string'
5195                 Change remaining occurences of fopen and open with
5196                 g_fopen and g_open
5197
5198 2009-01-17 [paul]       3.7.0cvs36
5199
5200         * manual/faq.xml
5201                 update an old, outdated piece of info
5202
5203 2009-01-17 [paul]       3.7.0cvs35
5204
5205         * src/prefs_folder_item.c
5206                 fix bug where saving Folder Properties of a
5207                 sub-folder of outbox, queue, draft or trash
5208                 would change its parent's folder type to normal
5209
5210 2009-01-12 [mones]      3.7.0cvs34
5211
5212         * po/es.po
5213                 Updated translation
5214
5215 2009-01-12 [wwp]        3.7.0cvs33
5216
5217         * tools/fix_date.sh
5218         * tools/popfile-link.sh
5219         * tools/textviewer.sh
5220                 Fix bashisms and other portability glitches (thanks to
5221                 Steven M. Bellovin).
5222
5223 2009-01-11 [paul]       3.7.0cvs32
5224
5225         * src/addrindex.c
5226                 clean up some build warnings
5227
5228 2009-01-11 [colin]      3.7.0cvs31
5229
5230         * src/addrindex.c
5231                 Revert part of patch 3.7.0cvs29 
5232                 This function is used when jpilot
5233                 support is disabled
5234
5235 2009-01-11 [colin]      3.7.0cvs30
5236
5237         * src/folder.c
5238                 folder_find_child_item_by_name():
5239                 actually use name, not path's basename
5240
5241 2009-01-11 [paul]       3.7.0cvs29
5242
5243         * src/addrclip.c
5244         * src/addrindex.c
5245         * src/addritem.c
5246         * src/foldersel.h
5247         * src/folderview.c
5248         * src/prefs_folder_item.c
5249                 clean up some build warnings
5250
5251 2009-01-11 [paul]       3.7.0cvs28
5252
5253         * src/gtk/about.c
5254                 don't even mention printing support, assume its
5255                 presence, unless building with GTK+ < 2.10.0
5256
5257 2009-01-10 [colin]      3.7.0cvs27
5258
5259         * src/codeconv.c
5260                 Fix bug 1811, '[mime] Crash when there's no 
5261                 room for filename's start on the same line'
5262                 When the mimetype of the attachment is very 
5263                 long, there's no room at all to start the 
5264                 name=... parameter on the same line. This
5265                 caused an infinite loop as 0 characters of
5266                 the filename could be appended.
5267                 In such cases, insert linebreak before the
5268                 name parameter.
5269
5270 2009-01-09 [colin]      3.7.0cvs26
5271
5272         * src/compose.c
5273         * src/mainwindow.c
5274         * src/common/utils.c
5275                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
5276                 Compose Window does not attach'
5277
5278 2009-01-09 [colin]      3.7.0cvs25
5279
5280         * src/foldersel.c
5281                 Fix bug 1817, 'Changing Themes does not 
5282                 update the pixmaps in "Select folder" 
5283                 dialog box'
5284
5285 2009-01-09 [colin]      3.7.0cvs24
5286
5287         * src/main.c
5288                 Win32: Fix bug 1816, 'Attaching files with 
5289                 command-line generates error after attaching'
5290
5291 2009-01-09 [paul]       3.7.0cvs23
5292
5293         * src/gtk/about.c
5294                 forgot this '2009' in last commit
5295
5296 2009-01-09 [paul]       3.7.0cvs22
5297
5298         * src/*/*.[c,h]
5299                 it's 2009!
5300                 update copyright headers
5301
5302 2009-01-09 [paul]       3.7.0cvs21
5303
5304         * doc/man/claws-mail.1
5305                 update Team list
5306
5307 2009-01-09 [colin]      3.7.0cvs20
5308
5309         * src/messageview.c
5310                 Fix bug 1814, 'Windows' WM badly places 
5311                 message view'
5312
5313 2009-01-09 [colin]      3.7.0cvs19
5314
5315         * src/prefs_themes.c
5316         * src/stock_pixmap.c
5317         * src/stock_pixmap.h
5318         * src/common/utils.c
5319         * src/common/utils.h
5320                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
5321
5322 2009-01-08 [colin]      3.7.0cvs18
5323
5324         * src/mimeview.c
5325                 Win32: Fix bug 1810, 'Pressing 'o' key 
5326                 crashes CM'
5327
5328 2009-01-07 [colin]      3.7.0cvs17
5329
5330         * src/html.c
5331                 Fix bug 1432, '&amp; not escaped in links (HTML 
5332                 rendered as text)'
5333
5334 2009-01-06 [colin]      3.7.0cvs16
5335
5336         * src/plugins/pgpcore/select-keys.c
5337                 Warn translators the usual way about
5338                 accels
5339
5340 2009-01-06 [colin]      3.7.0cvs15
5341
5342         * src/mainwindow.c
5343                 Fix synchronisation dialog that shouldn't
5344                 appear when network goes down (Network
5345                 Manager)
5346         * src/mimeview.c
5347         * src/textview.c
5348                 Fix save as when attach_save_dir isn't set
5349                 fixes bug 1804, 'attach_save_directory does 
5350                 not default to $HOME'
5351         * src/plugins/pgpcore/select-keys.c
5352                 Add mnemonics to buttons - warn translators!
5353
5354 2009-01-06 [wwp]        3.7.0cvs14
5355
5356         * src/common/utils.c
5357                 Fix cvs13, thanks to Colin.
5358
5359 2009-01-06 [wwp]        3.7.0cvs13
5360
5361         * src/common/utils.c
5362                 Better support for Spanish Outlook replies (RES).
5363
5364 2009-01-02 [colin]      3.7.0cvs12
5365
5366         * src/folderview.c
5367                 Fix (+) sign after collapsed folder names that 
5368                 have quicksearch-matching children.
5369                 Fixes bug 1506, 'Recursive search in collapsed 
5370                 folders'
5371
5372 2009-01-02 [colin]      3.7.0cvs11
5373
5374         * src/stock_pixmap.c
5375         * src/stock_pixmap.h
5376                 Remove now-unused stock_pixmap_gdk
5377
5378 2009-01-02 [colin]      3.7.0cvs10
5379
5380         * src/gtk/gtkutils.c
5381         * src/pixmaps/claws-mail_icon.xpm
5382                 Use pixbuf for app icon, and make the app icon
5383                 a bit nicer
5384
5385 2009-01-02 [colin]      3.7.0cvs9
5386
5387         * src/uri_opener.c
5388                 Show both link title and URI if possible
5389
5390 2009-01-02 [colin]      3.7.0cvs8
5391
5392         * src/addressadd.c
5393         * src/addressbook.c
5394         * src/addressbook_foldersel.c
5395         * src/addressitem.h
5396         * src/folderview.c
5397         * src/grouplistdialog.c
5398         * src/importldif.c
5399         * src/mimeview.c
5400         * src/summaryview.c
5401         * src/gtk/gtkcmclist.c
5402         * src/gtk/gtkcmclist.h
5403         * src/gtk/gtkcmctree.c
5404         * src/gtk/gtkcmctree.h
5405         * src/gtk/gtksctree.c
5406         * src/gtk/gtksctree.h
5407                 Implement pixbuf rendering in tree widgets
5408                 instead of pixmaps
5409         * src/plugins/trayicon/trayicon.c
5410         * src/noticeview.c
5411         * src/prefs_themes.c
5412                 Use pixbuf rendering here too
5413
5414 2008-12-30 [paul]       3.7.0cvs7
5415
5416         * src/textview.c
5417                 no need to prematurely trim the uri in the statusbar
5418
5419 2008-12-29 [paul]       3.7.0cvs6
5420
5421         * src/procmsg.c
5422                 prefer List-Id header to X-* headers when creating
5423                 filter rule automatically
5424
5425 2008-12-28 [colin]      3.7.0cvs5
5426
5427         * src/compose.c
5428                 Set minimum height to 440 instead of 480
5429
5430 2008-12-22 [colin]      3.7.0cvs4
5431
5432         * src/compose.c
5433                 Fix bug 1799, '"Discard message" deletes manually 
5434                 saved draft'. Switch rmode to REEDIT after 
5435                 manually saving.
5436
5437 2008-12-21 [paul]       3.7.0cvs3
5438
5439         * tools/claws.i18n.status.pl
5440                 updates
5441
5442 2008-12-21 [paul]       3.7.0cvs2
5443
5444         * AUTHORS
5445         * src/gtk/authors.h
5446                 (more) updates
5447
5448 2008-12-21 [paul]       3.7.0cvs1
5449
5450         * AUTHORS
5451         * src/gtk/authors.h
5452                 updates
5453
5454 2008-12-19 [paul]       3.7.0
5455
5456         * NEWS
5457         * README
5458         * RELEASE_NOTES 
5459                 3.7.0 released!
5460
5461 2008-12-19 [paul]       3.6.1cvs80
5462
5463         * configure.ac
5464                 remove unmaintained sk and sr from ALL_LINGUAS
5465                 add newly maintained cs to ALL_LINGUAS
5466         * po/bg.po
5467         * po/ca.po
5468         * po/cs.po
5469         * po/de.po
5470         * po/fi.po
5471         * po/hu.po
5472         * po/nl.po
5473         * po/pt_BR.po
5474         * po/ru.po
5475         * po/sv.po
5476                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
5477                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
5478                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
5479                 Persson Fink
5480
5481 2008-12-16 [colin]      3.6.1cvs79
5482
5483         * src/plugins/pgpcore/sgpgme.c
5484                 Fix warning
5485
5486 2008-12-15 [colin]      3.6.1cvs78
5487
5488         * src/compose.c
5489         * src/privacy.c
5490         * src/privacy.h
5491         * src/plugins/pgpcore/sgpgme.c
5492         * src/plugins/pgpcore/sgpgme.h
5493         * src/plugins/pgpinline/pgpinline.c
5494         * src/plugins/pgpmime/pgpmime.c
5495         * src/plugins/smime/smime.c
5496                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
5497                 email address" doesn't work'. Use custom from address
5498                 if set
5499
5500 2008-12-15 [colin]      3.6.1cvs77
5501
5502         * src/common/utils.c
5503                 Fix bug 1746, 'Makes a mailto link from several 
5504                 paragraphs'
5505
5506 2008-12-15 [paul]       3.6.1cvs76
5507
5508         * m4/spamassassin.m4
5509                 fix warnings thrown up by autoconf-2.63
5510
5511 2008-12-13 [colin]      3.6.1cvs75
5512
5513         * Makefile.am
5514         * src/Makefile.am
5515         * src/common/ssl.c
5516         * src/common/utils.c
5517         * src/common/utils.h
5518         * tools/Makefile.am
5519                 Finish previous patch
5520
5521 2008-12-13 [colin]      3.6.1cvs74
5522
5523         * tools/Makefile.am
5524                 Only install certs on windows
5525
5526 2008-12-13 [colin]      3.6.1cvs73
5527
5528         * tools/Makefile.am
5529         * tools/ca-certificates.crt
5530         * src/common/Makefile.am
5531         * src/common/ssl.c
5532                 First try to ship SSL certificates in Windows
5533                 build
5534
5535 2008-12-12 [colin]      3.6.1cvs72
5536
5537         * configure.ac
5538         * src/plugins/pgpinline/claws.def
5539                 Windows build fixes
5540
5541 2008-12-12 [paul]       3.6.1cvs71
5542
5543         * src/imap.c
5544         * src/mh.c
5545         * src/partial_download.c
5546         * src/textview.c
5547         * src/common/claws.c
5548         * src/common/prefs.c
5549         * src/common/utils.c
5550                 win32: fix unlinking, renaming and bug with
5551                 non-ascii username
5552                 Patch by Colin
5553
5554 2008-12-11 [colin]      3.6.1cvs70
5555
5556         * po/fr.po
5557         * manual/fr/advanced.xml
5558                 Update french translations
5559
5560 2008-12-10 [colin]      3.6.1cvs69
5561
5562         * manual/faq.xml
5563                 Correct bug submission guidelines
5564
5565 2008-12-10 [colin]      3.6.1cvs68
5566
5567         * src/plugins/pgpcore/pgp_viewer.c
5568                 Fix bug 1736, 'Key import does not work'
5569                 Kill the correct pid (and not the parent
5570                 shell), and increase the timeout a bit.
5571
5572 2008-12-09 [paul]       3.6.1cvs67
5573
5574         * src/messageview.c
5575                 ensure that any stray noticeview buttons are hidden,
5576                 as clicking them causes segfaults!
5577
5578 2008-12-09 [colin]      3.6.1cvs66
5579
5580         * src/compose.c
5581         * src/compose.h
5582         * src/folder_item_prefs.h
5583         * src/prefs_common.c
5584         * src/prefs_common.h
5585         * src/common/defs.h
5586                 Fix bug 1792, '"Save Message to" should 
5587                 retain list of recently selected folders'
5588                 Also, make Enchant-related prefs stick
5589                 even if the build doesn't enable enchant
5590
5591 2008-12-09 [paul]       3.6.1cvs65
5592
5593         * src/messageview.c
5594                 fix bug 1787, 'Prevent automatic PGP inline
5595                 decryption attempts' use the noticeview to display
5596                 decryption failure messages instead of the irritating
5597                 popup dialog
5598
5599 2008-12-09 [colin]      3.6.1cvs64
5600
5601         * src/prefs_filtering.c
5602                 Fix bug 1789, 'filtering account selection 
5603                 (regression)'. Filtering on sending-only
5604                 accounts can be a little useful when using
5605                 filtering via Tools menu.
5606
5607 2008-12-07 [paul]       3.6.1cvs63
5608
5609         * src/prefs_actions.c
5610                 don't auto-select first entry (same as other
5611                 similar dialogs)
5612         * src/gtk/pluginwindow.c
5613                 these parents don't have children so don't look
5614                 for them
5615
5616 2008-12-07 [paul]       3.6.1cvs62
5617
5618         * src/prefs_account.c
5619         * src/gtk/pluginwindow.c
5620         * src/gtk/prefswindow.c
5621         * src/gtk/prefswindow.h
5622                 auto-select first page
5623
5624 2008-12-05 [colin]      3.6.1cvs61
5625
5626         * src/codeconv.c
5627         * src/procmime.c
5628                 Fix bug 1788, 'CM crashes re-encoding 
5629                 encoded parameters' (introduced in cvs40)
5630
5631 2008-12-05 [paul]       3.6.1cvs60
5632
5633         * src/prefs_common.h
5634                 remove gpg prefs that are no longer needed here
5635
5636 2008-12-03 [colin]      3.6.1cvs59
5637
5638         * src/msgcache.c
5639                 Speed up cache reading (about 10% gain)
5640         * src/summaryview.c
5641         * src/gtk/gtksctree.c
5642                 Speed up expand/collapse all threads
5643                 (about 95% gain)
5644
5645 2008-12-03 [paul]       3.6.1cvs58
5646
5647         * configure.ac
5648                 eradicate gcc4's signedness warnings
5649                 fix building with gnuTLS on (Open)Solaris
5650
5651 2008-12-01 [colin]      3.6.1cvs57
5652
5653         * src/gtk/gtkcmclist.c
5654                 Fix column headers
5655
5656 2008-12-01 [colin]      3.6.1cvs56
5657
5658         * src/plugins/pgpinline/pgpinline.c
5659                 Fix bug 1779, 'PGP Inline badly handles 
5660                 multipart'. Properly dump the current part
5661                 instead of running around with scissors
5662
5663 2008-11-30 [paul]       3.6.1cvs55
5664
5665         * manual/advanced.xml
5666         * manual/plugins.xml
5667         * src/prefs_toolbar.c
5668                 remove the verb from the page title and
5669                 update references in the manual
5670
5671 2008-11-30 [paul]       3.6.1cvs54
5672
5673         * src/prefs_other.c
5674                 move Other/ page to Other/Miscellaneous
5675         * src/gtk/prefswindow.c
5676                 make parent page unselectable
5677
5678 2008-11-29 [paul]       3.6.1cvs53
5679
5680         * README
5681                 add the new 'primary_paste_unselects' hidden
5682                 option, add missing 'log_[...]_color' options,
5683                 and reformat the text
5684         * manual/advanced.xml
5685                 add the new 'primary_paste_unselects' hidden
5686                 option, add missing 'log_[...]_color' options
5687
5688 2008-11-28 [colin]      3.6.1cvs52
5689
5690         * src/mimeview.c
5691                 Fix leak
5692
5693 2008-11-28 [colin]      3.6.1cvs51
5694
5695         * po/fr.po
5696                 Update translation
5697
5698 2008-11-28 [colin]      3.6.1cvs50
5699
5700         * src/mainwindow.c
5701                 Fix account selection in Mailing list
5702                 menu
5703
5704 2008-11-28 [paul]       3.6.1cvs49
5705
5706         * po/Makefile.in.in
5707                 automatically remove obsolete strings
5708
5709 2008-11-28 [colin]      3.6.1cvs48
5710
5711         * src/plugins/pgpcore/sgpgme.c
5712                 Fix error message when key isn't available.
5713
5714 2008-11-27 [colin]      3.6.1cvs47
5715
5716         * src/filtering.c
5717         * src/matcher.c
5718                 Fix a little leak
5719
5720 2008-11-26 [colin]      3.6.1cvs46
5721
5722         * src/common/ssl.c
5723                 Fix new warning
5724
5725 2008-11-26 [colin]      3.6.1cvs45
5726
5727         * src/plugins/pgpcore/select-keys.c
5728         * src/plugins/pgpcore/sgpgme.c
5729                 Fix bug 1591, 'S/MIME: better key 
5730                 handling/selection dialog'
5731                 Really ignore revoked/expired keys
5732
5733 2008-11-26 [colin]      3.6.1cvs44
5734
5735         * src/main.c
5736         * src/common/claws.c
5737         * src/common/ssl.c
5738                 Make sure libgcrypt's threading is initialised
5739                 before gnutls. See also old bug 1539.
5740
5741 2008-11-26 [colin]      3.6.1cvs43
5742
5743         * src/imap.c
5744         * src/news.c
5745         * src/etpan/imap-thread.c
5746                 Fix possible crashes due to clist_begin()
5747                 not checking for NULLs (it should!)
5748
5749 2008-11-25 [colin]      3.6.1cvs42
5750
5751         * src/procmime.c
5752                 Fix line length in MIME parameters
5753
5754 2008-11-22 [paul]       3.6.1cvs41
5755
5756         * src/compose.c
5757                 grab Return key press in attachments Properties
5758                 dialog
5759
5760 2008-11-21 [colin]      3.6.1cvs40
5761
5762         * src/compose.c
5763         * src/procmime.c
5764                 Fix bug 1776, 'use encoded name parameters 
5765                 for attachments instead of ascii'.
5766                 Break the RFC 2047 by using B-encoded 
5767                 filename parameter, like everyone does,
5768                 following advice from the RFC author.
5769
5770 2008-11-21 [colin]      3.6.1cvs39
5771
5772         * src/common/socket.c
5773                 Rehandshake if server asks to
5774
5775 2008-11-21 [colin]      3.6.1cvs38
5776
5777         * src/mimeview.h
5778         * src/toolbar.h
5779         * src/common/session.h
5780         * src/common/smtp.h
5781                 Move conditional-compilation members to
5782                 end of structs
5783
5784 2008-11-19 [wwp]        3.6.1cvs37
5785
5786         * src/prefs_actions.c
5787                 Fixed wrong behaviour when pressing Escape (was not cancelling
5788                 the action).
5789
5790 2008-11-19 [wwp]        3.6.1cvs36
5791
5792         * src/compose.c
5793         * src/matcher.c
5794         * src/messageview.c
5795         * src/mimeview.c
5796         * src/prefs_actions.c
5797         * src/prefs_filtering_action.c
5798         * src/procmsg.c
5799         * src/summaryview.c
5800         * src/textview.c
5801         * src/common/utils.c
5802                 Replace occurrences of "command line" with "command-line" everywhere.
5803                 Enforce code style (mostly indentation) in prefs_actions.c.
5804
5805 2008-11-19 [colin]      3.6.1cvs35
5806
5807         * src/compose.c
5808         * src/prefs_common.c
5809         * src/prefs_common.h
5810                 Add primary_paste_unselects hidden preference
5811                 to change how middle-click pasting changes
5812                 the selection and insert point; defaults to
5813                 pre-3.6.1cvs31
5814
5815 2008-11-19 [colin]      3.6.1cvs34
5816
5817         * src/folderview.c
5818                 Always give focus to summaryview, even if
5819                 the folder is empty, in small screen layout.
5820                 Allows to go back to folderlist using the
5821                 keyboard.
5822
5823 2008-11-18 [colin]      3.6.1cvs33
5824
5825         * src/mainwindow.h
5826                 Put back conditional at the end of struct
5827
5828 2008-11-18 [colin]      3.6.1cvs32
5829
5830         * src/procmime.c
5831         * src/common/w32_reg.c
5832                 Fix crash on win32 when browsing to a
5833                 directory
5834
5835 2008-11-15 [colin]      3.6.1cvs31
5836
5837         * src/compose.c
5838                 After a mid-click paste, deselect selection
5839                 and go to end of paste.
5840
5841 2008-11-15 [colin]      3.6.1cvs30
5842
5843         * src/compose.c
5844                 Auto-save draft after external editor quits
5845
5846 2008-11-15 [colin]      3.6.1cvs29
5847
5848         * src/plugins/pgpcore/sgpgme.c
5849                 Fix wrong error display, thanks to
5850                 Charles A. Edwards
5851
5852 2008-11-14 [colin]      3.6.1cvs28
5853
5854         * src/prefs_actions.c
5855                 Comment out bogus (IMO) warning
5856
5857 2008-11-14 [colin]      3.6.1cvs27
5858
5859         * src/mainwindow.c
5860         * src/summaryview.c
5861         * src/summaryview.h
5862         * src/gtk/menu.c
5863         * src/gtk/menu.h
5864                 Share summaryview's context menu actions with
5865                 the equivalent menu items of the main menu;
5866                 this allows to share accelerators and de-
5867                 duplicate code.
5868
5869 2008-11-14 [colin]      3.6.1cvs26
5870
5871         * src/plugins/pgpcore/sgpgme.c
5872                 Fix bug 1768, 'claws-mail crashes while 
5873                 checking smime bad signature'
5874
5875 2008-11-13 [colin]      3.6.1cvs25
5876
5877         * src/account.c
5878         * src/filtering.c
5879                 Fix redefinition of PREFSBUFSIZE
5880
5881 2008-11-13 [wwp]        3.6.1cvs24
5882
5883         * tools/popfile-link.sh
5884                 Add support for reusing existing POPFile session ID.
5885
5886 2008-11-12 [colin]      3.6.1cvs23
5887
5888         * src/prefs_gtk.h
5889                 Fix bug 1771, 'Folder template gets 
5890                 truncated when exiting the application'
5891                 Use a 32k buffer for string preferences
5892
5893 2008-11-11 [colin]      3.6.1cvs22
5894
5895         * src/summaryview.c
5896                 Fix "display sender using addressbook" when
5897                 prefs_common.swap_from is in use. Patch by
5898                 H. Merijn Brand
5899
5900 2008-11-11 [colin]      3.6.1cvs21
5901
5902         * src/autofaces.c
5903         * src/common/md5.c
5904         * src/common/md5.h
5905                 Make a few functions static
5906
5907 2008-11-07 [colin]      3.6.1cvs20
5908
5909         * src/mainwindow.c
5910         * src/summaryview.c
5911                 Fix crash when rebuilding colorlabel
5912                 menu
5913         * src/addrgather.c
5914         * src/editldap.c
5915         * src/prefs_account.c
5916         * src/prefs_compose_writing.c
5917         * src/prefs_logging.c
5918         * src/prefs_message.c
5919         * src/prefs_other.c
5920         * src/prefs_receive.c
5921         * src/prefs_summaries.c
5922         * src/prefs_wrapping.c
5923         * src/plugins/bogofilter/bogofilter_gtk.c
5924         * src/plugins/pgpcore/prefs_gpg.c
5925         * src/plugins/spamassassin/spamassassin_gtk.c
5926                 Fix deprecated use of page_size in 
5927                 gtkspinbutton adjustments
5928
5929 2008-11-06 [mones]      3.6.1cvs19
5930
5931         * src/mainwindow.c
5932                 Fix missing "About" in Help menu
5933         * tools/claws.i18n.status.pl
5934                 Fix header
5935
5936 2008-11-05 [colin]      3.6.1cvs18
5937
5938         * src/action.c
5939         * src/main.c
5940         * src/mainwindow.c
5941         * src/common/socket.c
5942         * src/common/socket.h
5943         * src/gtk/gtkutils.c
5944         * src/gtk/gtkutils.h
5945                 w32: Implement single launch (lock
5946                 socket); always put debug log to
5947                 the rc_dir; fix Start menu update
5948                 after registering as default Mail 
5949                 app
5950
5951 2008-11-05 [colin]      3.6.1cvs17
5952
5953         * src/mainwindow.c
5954                 Setting the Mail start menu item in HKCU 
5955                 confuses the Internet Options dialog. Do 
5956                 it in HKLM as this dialog does.
5957
5958 2008-11-04 [colin]      3.6.1cvs16
5959
5960         * src/common/w32_reg.c
5961                 Fix off-by-one
5962
5963 2008-11-04 [colin]      3.6.1cvs15
5964
5965         * src/procmime.c
5966                 w32: Fix getting content-type 
5967         * src/mimeview.c
5968         * src/prefs_common.c
5969         * src/prefs_common.h
5970         * src/prefs_ext_prog.c
5971         * src/textview.c
5972                 w32: better integration (use the
5973                 standard file associations instead
5974                 of our platform-unadapted open
5975                 dialog)
5976         * src/mainwindow.c
5977         * src/common/utils.c
5978         * src/common/w32_reg.c
5979         * src/common/w32lib.h
5980                 w32: better integration (allow 
5981                 setting Claws as default MUA)
5982
5983 2008-11-01 [colin]      3.6.1cvs14
5984
5985         * src/codeconv.c
5986                 Fix wrongly converted non-ascii characters
5987                 when locale's charset is US-ASCII (strict-mode
5988                 was failing in this case)
5989
5990 2008-10-30 [colin]      3.6.1cvs13
5991
5992         * src/mimeview.c
5993         * src/mimeview.h
5994         * src/textview.c
5995         * src/textview.h
5996                 Use one UI Manager per mimeview, instead of
5997                 the global one -- else user_data pointer gets
5998                 broken if opening and closing another message-
5999                 view, then using right-click on a mimeview's 
6000                 mimepart. Probably fixes bug 1711, 'Save-as
6001                 attachment crashes'
6002
6003 2008-10-24 [paul]       3.6.1cvs12
6004
6005         * tools/Makefile.am
6006         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
6007         * tools/kdeservicemenu/install.sh
6008                 another, possibly the final?, attempt on getting this
6009                 sorted for kde4
6010
6011 2008-10-24 [paul]       3.6.1cvs11
6012
6013         * tools/kdeservicemenu/install.sh
6014                 fix servicemenu installation directory on kde4
6015
6016 2008-10-24 [paul]       3.6.1cvs10
6017
6018         * tools/kdeservicemenu/README
6019         * tools/kdeservicemenu/install.sh
6020                 add support for kde4 in addition to kde3.
6021                 a rework involving checking for kde4-config, then
6022                 kde-config, finally prompting the user for the
6023                 location of either if they cannot be found
6024                 
6025
6026 2008-10-18 [paul]       3.6.1cvs9
6027
6028         * tools/claws.i18n.status.pl
6029                 updated with latest translator info.
6030                 only print for languages defined in %langname
6031
6032 2008-10-17 [paul]       3.6.1cvs8
6033
6034         * src/plugins/pgpcore/sgpgme.c
6035                 when listing the uid's, show the uid validity
6036
6037 2008-10-16 [paul]       3.6.1cvs7
6038
6039         * INSTALL
6040                 updated
6041
6042 2008-10-13 [wwp]        3.6.1cvs6
6043
6044         * po/fr.po
6045                 Updated French translation.
6046
6047 2008-10-11 [colin]      3.6.1cvs5
6048
6049         * src/gtk/authors.h
6050                 Fix bug 1756, "Outdated translators list in About 
6051                 dialogue". Patch by Aleksei Miheev.
6052
6053 2008-10-11 [colin]      3.6.1cvs4
6054
6055         * src/account.c
6056         * src/imap.c
6057         * src/inc.c
6058         * src/main.c
6059         * src/mainwindow.c
6060         * src/news.c
6061         * src/pop.c
6062         * src/pop.h
6063         * src/prefs_account.c
6064         * src/send_message.c
6065         * src/send_message.h
6066         * src/ssl_manager.c
6067         * src/ssl_manager.h
6068         * src/wizard.c
6069         * src/common/claws.c
6070         * src/common/defs.h
6071         * src/common/session.c
6072         * src/common/session.h
6073         * src/common/smtp.c
6074         * src/common/smtp.h
6075         * src/common/socket.c
6076         * src/common/socket.h
6077         * src/common/ssl.c
6078         * src/common/ssl.h
6079         * src/common/ssl_certificate.c
6080         * src/common/ssl_certificate.h
6081         * src/gtk/about.c
6082         * src/gtk/sslcertwindow.c
6083         * src/gtk/sslcertwindow.h
6084                 Remove OpenSSL code
6085
6086 2008-10-11 [colin]      3.6.1cvs3
6087
6088         * src/common/ssl_certificate.c
6089                 Make local function static
6090
6091 2008-10-10 [colin]      3.6.1cvs2
6092
6093         * src/common/ssl.h
6094         * src/common/ssl_certificate.c
6095         * src/gtk/sslcertwindow.c
6096                 Add offline certificate verification,
6097                 thanks to Nikos Mavrogiannopoulos for the
6098                 hints
6099
6100 2008-10-10 [colin]      3.6.1cvs1
6101
6102         * src/common/ssl_certificate.c
6103         * src/gtk/sslcertwindow.c
6104                 Fix warnings
6105
6106 2008-10-10 [paul]       3.6.1
6107
6108         * m4/spamassassin.m4
6109                 remove openssl dross
6110
6111         * NEWS
6112         * README
6113         * RELEASE_NOTES 
6114                 3.6.1 released!
6115
6116 2008-10-10 [colin]      3.6.0cvs25
6117
6118         * src/common/ssl.c
6119                 Tell libetpan it doesn't need to init
6120                 GnuTLS
6121
6122 2008-10-10 [colin]      3.6.0cvs24
6123
6124         * claws-mail.pc.in
6125                 Remove references to openssl
6126
6127 2008-10-09 [colin]      3.6.0cvs23
6128
6129         * configure.ac
6130                 Fix message
6131
6132 2008-10-09 [colin]      3.6.0cvs22
6133
6134         * configure.ac
6135                 Error out when building against openssl
6136
6137 2008-10-09 [colin]      3.6.0cvs21
6138
6139         * configure.ac
6140         * COPYING
6141         * src/crash.c
6142         * src/main.c
6143         * src/gtk/about.c
6144                 Disable OpenSSL due to requirement of
6145                 OpenSSL exception. Code not removed yet,
6146                 just in case, but disabled.
6147
6148 2008-10-09 [colin]      3.6.0cvs20
6149
6150         * configure.ac
6151         * src/Makefile.am
6152         * src/crash.c
6153         * src/gedit-print.c
6154         * src/gedit-print.h
6155         * src/main.c
6156         * src/mainwindow.c
6157         * src/messageview.c
6158         * src/prefs_ext_prog.c
6159         * src/prefs_fonts.c
6160         * src/prefs_image_viewer.c
6161         * src/printing.c
6162         * src/printing.h
6163         * src/summaryview.c
6164         * src/gtk/Makefile.am
6165         * src/gtk/about.c
6166         * src/gtk/gtksourceprintjob.c
6167         * src/gtk/gtksourceprintjob.h
6168                 Revert previous patch. It'd be better to remove
6169                 OpenSSL instead, as GnuTLS works as well.
6170
6171 2008-10-09 [colin]      3.6.0cvs19
6172
6173         * configure.ac
6174         * src/Makefile.am
6175         * src/crash.c
6176         * src/gedit-print.c
6177         * src/gedit-print.h
6178         * src/main.c
6179         * src/mainwindow.c
6180         * src/messageview.c
6181         * src/prefs_ext_prog.c
6182         * src/prefs_fonts.c
6183         * src/prefs_image_viewer.c
6184         * src/printing.c
6185         * src/printing.h
6186         * src/summaryview.c
6187         * src/gtk/Makefile.am
6188         * src/gtk/about.c
6189         * src/gtk/gtksourceprintjob.c
6190         * src/gtk/gtksourceprintjob.h
6191                 Remove the libgnomeprint interface (deprecated,
6192                 and fixes Debian's #501570, 'Copyright confusion')
6193
6194 2008-10-09 [colin]      3.6.0cvs18
6195
6196         * configure.ac
6197                 Require libetpan 0.57 (important fixes)
6198
6199 2008-10-08 [paul]       3.6.0cvs17
6200
6201         * src/prefs_filtering_action.c
6202         * src/prefs_matcher.c
6203                 enable re-ordering of the filtering/processing
6204                 condition and actions lists by drag'n'drop
6205
6206 2008-10-08 [colin]      3.6.0cvs16
6207
6208         * src/addressbook.c
6209                 Fix wrong menu title
6210
6211 2008-10-07 [colin]      3.6.0cvs15
6212
6213         * src/imap.c
6214                 After thinking, revert this. It's only a minor
6215                 annoyance to GSSAPI users, and I can't test this
6216                 right now. Postponed until after next good release.
6217
6218 2008-10-07 [colin]      3.6.0cvs14
6219
6220         * src/imap.c
6221                 Don't ask for a password when using GSSAPI
6222
6223 2008-10-07 [colin]      3.6.0cvs13
6224
6225         * src/mainwindow.c
6226                 Fix build with GTK+ < 2.14
6227
6228 2008-10-07 [colin]      3.6.0cvs12
6229
6230         * src/mainwindow.c
6231         * src/mainwindow.h
6232         * src/prefs_common.c
6233         * src/prefs_common.h
6234         * src/summaryview.c
6235         * src/gtk/colorlabel.c
6236                 Fix bug 1749, 'Shortcut keys for color labels 
6237                 not changeable'
6238                 Make fullscreen a setting remembered between
6239                 sessions
6240
6241 2008-10-07 [colin]      3.6.0cvs11
6242
6243         * src/prefs_other.c
6244                 Fix bug 1747, 'Wanderlust keybindings no longer 
6245                 working (regression)'
6246
6247 2008-10-07 [colin]      3.6.0cvs10
6248
6249         * src/mainwindow.c
6250                 Make fullscreen a real menu item
6251
6252 2008-10-07 [colin]      3.6.0cvs9
6253
6254         * src/mainwindow.c
6255                 Make sure we won't save size when
6256                 fullscreening
6257
6258 2008-10-06 [colin]      3.6.0cvs8
6259
6260         * src/mainwindow.c
6261         * src/mainwindow.h
6262                 Handle fullscreen via F11. Patch by
6263                 Michael Rasmussen
6264
6265 2008-10-06 [colin]      3.6.0cvs7
6266
6267         * src/common/ssl.c
6268                 Fix return value when setting client cert
6269
6270 2008-10-04 [colin]      3.6.0cvs6
6271
6272         * src/mimeview.c
6273                 Fix bug 1742, 'Attachment list contents not 
6274                 visible/scrollable'
6275
6276 2008-10-04 [paul]       3.6.0cvs5
6277
6278         * src/mainwindow.c
6279                 fix failure of Hide toolbar option on restart
6280
6281 2008-10-04 [colin]      3.6.0cvs4
6282
6283         * src/addressbook.c
6284         * src/compose.c
6285         * src/mainwindow.c
6286         * src/messageview.c
6287         * src/summaryview.c
6288                 Maemo: Fix bug 1737, Crashes upon opening
6289
6290 2008-10-04 [paul]       3.6.0cvs3
6291
6292         * po/pt_BR.po
6293                 submitted (just a little late) by Frederico
6294                 Goncalves Guimaraes
6295
6296 2008-10-03 [wwp]        3.6.0cvs2
6297
6298         * po/fr.po
6299                 Many fixes, mostly in menus and accelerators.
6300
6301 2008-10-03 [colin]      3.6.0cvs1
6302
6303         * src/gtk/filesel.c
6304                 Allow network mounts with new GTKs: they're
6305                 available via FUSE mounts and we don't need
6306                 GVFS.
6307
6308 2008-10-03 [paul]       3.6.0
6309
6310         * NEWS
6311         * README
6312         * RELEASE_NOTES 
6313                 3.6.0 released!
6314
6315 2008-10-03 [paul]       3.5.0cvs145
6316
6317         * configure.ac
6318         * po/bg.po
6319         * po/nl.po
6320         * po/ru.po
6321         * po/sv.po
6322                 new translations. added by Yasen Pramatarov,
6323                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
6324         * po/ca.po
6325         * po/de.po
6326         * po/fi.po
6327         * po/fr.po
6328         * po/hu.po
6329         * po/it.po
6330         * po/pl.po
6331         * po/zh_CN.po
6332                 updated translations. submitted by Miquel Oliete,
6333                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
6334                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
6335
6336 2008-10-02 [colin]      3.5.0cvs144
6337
6338         * src/common/session.c
6339                 Fix crash when connection fails on windows
6340
6341 2008-10-01 [colin]      3.5.0cvs143
6342
6343         * src/imap.c
6344                 Real fix for FS-unsafe chars on win32
6345
6346 2008-10-01 [colin]      3.5.0cvs142
6347
6348         * src/imap.c
6349                 Encode prohibited filenames on win32
6350
6351 2008-09-30 [mones]      3.5.0cvs141
6352
6353         * src/ldapctrl.c
6354         * src/main.c
6355         * src/prefs_themes.c
6356         * src/printing.c
6357                 Fix output of some debug messages
6358
6359 2008-09-30 [colin]      3.5.0cvs140
6360
6361         * src/addrbook.c
6362         * src/addrharvest.c
6363         * src/compose.c
6364         * src/jpilot.c
6365         * src/mh.c
6366         * src/prefs_themes.c
6367         * src/procheader.c
6368         * src/procmime.c
6369         * src/summaryview.c
6370         * src/common/utils.c
6371         * src/gtk/sslcertwindow.c
6372                 Win32: Fix time usage; use g_stat
6373
6374 2008-09-29 [colin]      3.5.0cvs139
6375
6376         * src/common/utils.c
6377                 Fix case-sensitive match of subject
6378                 prefixes on win32
6379
6380 2008-09-29 [colin]      3.5.0cvs138
6381
6382         * src/folder_item_prefs.c
6383         * src/folder_item_prefs.h
6384         * src/matcher.c
6385         * src/prefs_folder_item.c
6386         * src/prefs_matcher.c
6387         * src/summaryview.c
6388         * src/common/string_match.c
6389         * src/common/utils.c
6390                 Fix a huge leak (dozens of megs per folder
6391                 change) on Windows: disable regexps 
6392
6393 2008-09-28 [paul]       3.5.0cvs137
6394
6395         * po/en_GB.po
6396                 updated
6397
6398 2008-09-27 [colin]      3.5.0cvs136
6399
6400         * src/account.c
6401         * src/account.h
6402                 Add accessor for cur_account
6403
6404 2008-09-27 [colin]      3.5.0cvs135
6405
6406         * src/imap.c
6407                 Fix crash when error happen on session establishment
6408
6409 2008-09-26 [mones]      3.5.0cvs134
6410
6411         * po/es.po
6412                 Updated for release
6413
6414 2008-09-26 [colin]      3.5.0cvs133
6415
6416         * src/plugins/pgpcore/claws.def
6417                 Fix symbol
6418
6419 2008-09-26 [colin]      3.5.0cvs132
6420
6421         * src/prefs_common.c
6422         * src/prefs_common.h
6423         * src/plugins/pgpcore/pgp_viewer.c
6424                 Add an accessor to prefs_common for plugins
6425                 (Win32 fix)
6426
6427 2008-09-25 [colin]      3.5.0cvs131
6428
6429         * src/main.c
6430                 Fix bug 1725, 'useless lines in clawsrc'
6431         * src/plugins/smime/mypgpcore.def
6432                 Add a missing symbol
6433
6434 2008-09-25 [paul]       3.5.0cvs130
6435
6436         * src/plugins/smime/mypgpcore.def
6437         * src/plugins/smime/plugin.def
6438         * src/plugins/smime/version.rc
6439                 add these windows-specific files
6440                 (Thanks to Colin)
6441
6442 2008-09-25 [colin]      3.5.0cvs129
6443
6444         * src/main.c
6445                 Load standard plugins only on first run
6446
6447 2008-09-25 [colin]      3.5.0cvs128
6448
6449         * src/codeconv.c
6450                 Fix build...
6451
6452 2008-09-24 [colin]      3.5.0cvs127
6453
6454         * src/codeconv.c
6455                 Add nb_NO's charset (iso-8859-1)
6456
6457 2008-09-24 [colin]      3.5.0cvs126
6458
6459         * src/common/utils.c
6460                 Fix get_mail_base_dir() on windows
6461                 (was synced from main ages ago)
6462
6463 2008-09-24 [colin]      3.5.0cvs125
6464
6465         * src/main.c
6466         * src/wizard.c
6467                 Integrate better with Windows' style
6468
6469 2008-09-23 [paul]       3.5.0cvs124
6470
6471         * src/compose.c
6472         * src/mainwindow.c
6473         * src/messageview.c
6474                 offer these strings to translators too 
6475
6476 2008-09-23 [colin]      3.5.0cvs123
6477
6478         * configure.ac
6479                 Add a --disable-dbus flag in case we want
6480                 no DBUS even if headers are available (like
6481                 for building gpg4win)
6482         * src/filtering.c
6483         * src/mainwindow.c
6484         * src/prefs_logging.c
6485         * src/common/utils.c
6486         * src/plugins/pgpcore/sgpgme.c
6487         * src/plugins/smime/claws.def
6488                 Windows fixes:
6489                 - disable filtering log (it's crashy for
6490                   some reason)
6491                 - fix gmtime_r when time is -1 (before 01/01/70)
6492                 - add symbols for smime
6493
6494 2008-09-22 [colin]      3.5.0cvs122
6495
6496         * src/common/utils.c
6497         * src/account.c
6498                 Remove raw printf
6499         * src/compose.c
6500                 Fix cursor position after changing account
6501         * src/imap.c
6502         * src/mimeview.c
6503         * src/news.c
6504                 Fix absolute path detection 
6505
6506 2008-09-21 [colin]      3.5.0cvs121
6507
6508         * src/gtk/gtkaspell.c
6509                 Don't try to use empty dictionaries
6510
6511 2008-09-20 [colin]      3.5.0cvs120
6512
6513         * po/POTFILES.in
6514                 Add the new files to the translations
6515
6516 2008-09-20 [colin]      3.5.0cvs119
6517
6518         * configure.ac
6519         * src/plugins/Makefile.am
6520         * src/plugins/smime/Makefile.am
6521         * src/plugins/smime/plugin.c
6522         * src/plugins/smime/smime.c
6523         * src/plugins/smime/smime.deps
6524         * src/plugins/smime/smime.h
6525                 Include S/Mime plugin in the main plugins
6526                 Will ease the Gpg4win team's work
6527
6528 2008-09-20 [colin]      3.5.0cvs118
6529
6530         * src/autofaces.c
6531         * src/compose.c
6532         * src/ldapquery.c
6533         * src/main.c
6534         * src/news.c
6535         * src/common/socket.c
6536         * src/gtk/gtkutils.c
6537         * src/plugins/pgpcore/claws.def
6538                 Windows: more fixes, thanks to wwp and
6539                 Marcus Brinkmann
6540
6541 2008-09-20 [colin]      3.5.0cvs117
6542
6543         * src/imap.c
6544                 Tell on which server errors happened
6545
6546 2008-09-20 [colin]      3.5.0cvs116
6547
6548         * src/etpan/etpan-thread-manager.c
6549         * src/etpan/imap-thread.c
6550         * src/etpan/nntp-thread.c
6551                 Windows: Fix hang on IMAP/NNTP
6552
6553 2008-09-20 [colin]      3.5.0cvs115
6554
6555         * src/common/utils.c
6556                 Fix bug 1723, "Buffer overflow crash caused by 
6557                 preview in 'Date format help' dialog box"
6558                 Also, optimise fast_strftime a bit :)
6559
6560 2008-09-18 [colin]      3.5.0cvs114
6561
6562         * src/procmime.c
6563         * src/textview.c
6564                 Check for NULLs before str* functions
6565
6566 2008-09-18 [colin]      3.5.0cvs113
6567
6568         * src/messageview.c
6569         * src/procmime.c
6570         * src/textview.c
6571                 Handle html parts in multipart/related
6572                 Decode ISO-8859-1 as Windows-1252 (the former
6573                 is a subset of the latter) in order to 
6574                 workaround Outlook mails misencoding
6575         * src/gtk/logwindow.c
6576         * src/gtk/logwindow.h
6577                 Clear mainwindow's error pixmap when the
6578                 error scrolls out of the log
6579
6580 2008-09-17 [colin]      3.5.0cvs112
6581
6582         * src/image_viewer.c
6583                 Fix image loading (multiple childs added to 
6584                 scrolledwindow, break of the resize functionality)
6585         * src/account.c
6586         * src/prefs_folder_item.c
6587         * src/prefs_spelling.c
6588         * src/gtk/gtkaspell.c
6589                 Better fix problems with dictionaries updates
6590
6591 2008-09-17 [colin]      3.5.0cvs111
6592
6593         * src/common/utils.c
6594                 Fix double-opening (fixes multiple signatures when
6595                 using signify)
6596
6597 2008-09-16 [colin]      3.5.0cvs110
6598
6599         * src/prefs_account.c
6600         * src/prefs_folder_item.c
6601         * src/prefs_spelling.c
6602         * src/gtk/gtkaspell.c
6603                 Better stripping of aspell dictionaries names
6604
6605 2008-09-16 [colin]
6606
6607         * 3.6.0-rc1 released
6608
6609 2008-09-16 [colin]      3.5.0cvs109
6610
6611         * src/account.c
6612         * src/inc.c
6613         * src/mainwindow.c
6614         * src/prefs_account.h
6615         * src/prefs_other.c
6616         * src/send_message.c
6617         * src/gtk/inputdialog.c
6618                 Don't add a pref to allow remembering passwords
6619                 (Just not checking the checkbox is enough)
6620
6621 2008-09-16 [colin]      3.5.0cvs108
6622
6623         * configure.ac
6624                 Require libetpan 0.56 as 0.55 is crashy
6625         * src/messageview.c
6626                 Fix english
6627         * src/gtk/inputdialog.c
6628         * src/gtk/inputdialog.h
6629                 Fix warnings
6630
6631 2008-09-16 [wwp]        3.5.0cvs107
6632
6633         * src/compose.c
6634                 Complete 3.5.0cvs106 by removing a function that got
6635                 moved to account.[ch].
6636
6637 2008-09-16 [wwp]        3.5.0cvs106
6638
6639         * src/account.c
6640         * src/account.h
6641         * src/compose.c
6642         * src/quote_fmt.c
6643         * src/quote_fmt_lex.l
6644         * src/quote_fmt_parse.y
6645                 Add account signature (path and value string) manipulation
6646                 keywords to the template processor. It's now possible in
6647                 all templates to insert the account signature to an
6648                 arbitrary location or to pass it to a external script for
6649                 further editing.
6650
6651
6652 2008-09-16 [mones]      3.5.0cvs105
6653
6654         * src/imap.c
6655         * src/inc.c
6656         * src/mainwindow.c
6657         * src/mainwindow.h
6658         * src/news.c
6659         * src/prefs_account.h
6660         * src/prefs_common.c
6661         * src/prefs_common.h
6662         * src/prefs_other.c
6663         * src/send_message.c
6664         * src/gtk/inputdialog.c
6665         * src/gtk/inputdialog.h
6666                 Implement session passwords: unsaved passwords for receiving
6667                 or sending of accounts can be remembered while running to 
6668                 avoid repetitive typing.
6669                 As keeping passwords in memory is unsafe a new preference 
6670                 in Other page is added to activate or not such capability.
6671
6672 2008-09-14 [colin]      3.5.0cvs104
6673
6674         * src/codeconv.c
6675         * src/codeconv.h
6676                 Make conv_iconv_strdup static
6677
6678 2008-09-12 [colin]      3.5.0cvs103
6679
6680         * claws-mail.pc.in
6681         * src/Makefile.am
6682         * src/compose.c
6683         * src/compose.h
6684         * src/crash.c
6685         * src/folder_item_prefs.c
6686         * src/folder_item_prefs.h
6687         * src/main.c
6688         * src/prefs_account.c
6689         * src/prefs_common.c
6690         * src/prefs_common.h
6691         * src/prefs_folder_item.c
6692         * src/prefs_spelling.c
6693         * src/prefs_template.c
6694         * src/quote_fmt.h
6695         * src/quote_fmt_parse.y
6696         * src/toolbar.c
6697         * src/toolbar.h
6698         * src/gtk/Makefile.am
6699         * src/gtk/about.c
6700         * src/gtk/filesel.c
6701         * src/gtk/gtkaspell.c
6702         * src/gtk/gtkaspell.h
6703         * src/plugins/bogofilter/Makefile.am
6704         * src/plugins/dillo_viewer/Makefile.am
6705         * src/plugins/spamassassin/Makefile.am
6706         * src/plugins/trayicon/Makefile.am
6707                 Switch spellchecker to Enchant
6708
6709 2008-09-12 [paul]       3.5.0cvs102
6710
6711         * tools/README
6712         * tools/csv2addressbook.pl
6713                 add support for Fox Mail
6714
6715 2008-09-12 [paul]       3.5.0cvs101
6716
6717         * src/compose.c
6718         * src/prefs_wrapping.c
6719                 changes to English
6720
6721 2008-09-12 [paul]       3.5.0cvs100
6722
6723         * configure.ac
6724                 revert cvs99's libenchant commit error
6725
6726 2008-09-12 [colin]      3.5.0cvs99
6727
6728         * src/inc.c
6729                 Only go to inbox if there are new mails
6730                 (and fetch was manual)
6731
6732 2008-09-10 [colin]      3.5.0cvs98
6733
6734         * src/inc.c
6735         * src/summaryview.c
6736         * src/common/session.c
6737                 Use g_timeout_add_seconds instead of g_timeout_add
6738                 on glib >= 2.14 when we don't need precision on the 
6739                 delay. This helps reducing power consumption:
6740                 http://mjg59.livejournal.com/74651.html
6741
6742 2008-09-10 [colin]      3.5.0cvs97
6743
6744         * src/compose.c
6745                 Don't save window size and position when
6746                 compose is hidden (filtering action)
6747
6748 2008-09-09 [colin]      3.5.0cvs96
6749
6750         * src/action.h
6751         * src/addr_compl.c
6752         * src/addressadd.c
6753         * src/addressbook.h
6754         * src/addressbook_foldersel.c
6755         * src/addressitem.h
6756         * src/addrgather.c
6757         * src/alertpanel.c
6758         * src/browseldap.c
6759         * src/editaddress.c
6760         * src/editaddress_other_attributes_ldap.h
6761         * src/editbook.c
6762         * src/editjpilot.c
6763         * src/editldap.c
6764         * src/editldap_basedn.c
6765         * src/editvcard.c
6766         * src/exphtmldlg.c
6767         * src/expldifdlg.c
6768         * src/export.c
6769         * src/foldersel.c
6770         * src/foldersel.h
6771         * src/gedit-print.c
6772         * src/gedit-print.h
6773         * src/grouplistdialog.c
6774         * src/headerview.c
6775         * src/headerview.h
6776         * src/image_viewer.c
6777         * src/import.c
6778         * src/importldif.c
6779         * src/importmutt.c
6780         * src/importpine.c
6781         * src/inc.c
6782         * src/main.c
6783         * src/main.h
6784         * src/messageview.c
6785         * src/messageview.h
6786         * src/noticeview.c
6787         * src/prefs_actions.c
6788         * src/prefs_filtering.c
6789         * src/prefs_folder_column.c
6790         * src/prefs_gtk.h
6791         * src/prefs_summary_column.c
6792         * src/prefs_toolbar.c
6793         * src/send_message.c
6794         * src/setup.c
6795         * src/sourcewindow.c
6796         * src/sourcewindow.h
6797         * src/ssl_manager.c
6798         * src/statusbar.c
6799         * src/statusbar.h
6800         * src/stock_pixmap.c
6801         * src/stock_pixmap.h
6802         * src/summaryview.c
6803         * src/textview.c
6804         * src/textview.h
6805         * src/undo.h
6806         * src/uri_opener.c
6807         * src/wizard.c
6808         * src/wizard.h
6809         * src/common/ssl.h
6810         * src/common/utils.c
6811         * src/gtk/about.c
6812         * src/gtk/colorlabel.c
6813         * src/gtk/colorlabel.h
6814         * src/gtk/combobox.h
6815         * src/gtk/description_window.c
6816         * src/gtk/filesel.c
6817         * src/gtk/gtkaspell.c
6818         * src/gtk/gtkaspell.h
6819         * src/gtk/gtkcmclist.c
6820         * src/gtk/gtkcmclist.h
6821         * src/gtk/gtkcmctree.c
6822         * src/gtk/gtkcmctree.h
6823         * src/gtk/gtkcmoptionmenu.h
6824         * src/gtk/gtksctree.c
6825         * src/gtk/gtksctree.h
6826         * src/gtk/gtkshruler.c
6827         * src/gtk/gtkshruler.h
6828         * src/gtk/gtksourceprintjob.c
6829         * src/gtk/gtksourceprintjob.h
6830         * src/gtk/gtkutils.c
6831         * src/gtk/gtkutils.h
6832         * src/gtk/gtkvscrollbutton.c
6833         * src/gtk/gtkvscrollbutton.h
6834         * src/gtk/icon_legend.c
6835         * src/gtk/inputdialog.c
6836         * src/gtk/logwindow.c
6837         * src/gtk/logwindow.h
6838         * src/gtk/manage_window.c
6839         * src/gtk/manage_window.h
6840         * src/gtk/menu.c
6841         * src/gtk/prefswindow.c
6842         * src/gtk/progressdialog.c
6843         * src/gtk/progressdialog.h
6844         * src/plugins/bogofilter/bogofilter_gtk.c
6845         * src/plugins/pgpcore/passphrase.c
6846         * src/plugins/spamassassin/spamassassin_gtk.c
6847         * src/plugins/trayicon/trayicon.c
6848         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6849         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
6850         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
6851         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6852         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
6853                 Complete GTK+ 2.14 undeprecation
6854                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
6855
6856 2008-09-09 [colin]      3.5.0cvs95
6857
6858         * src/gtk/gtkcmclist.h
6859                 Fix build on GTK+ 2.14
6860
6861 2008-09-08 [colin]      3.5.0cvs94
6862
6863         * src/noticeview.c
6864         * src/noticeview.h
6865                 Remove GtkSignalFunc
6866
6867 2008-09-07 [colin]      3.5.0cvs93
6868
6869         * src/addressadd.c
6870         * src/addressbook_foldersel.c
6871         * src/gtk/gtkcmclist.c
6872         * src/gtk/gtkcmclist.h
6873         * src/gtk/gtkcmctree.c
6874         * src/gtk/gtkcmctree.h
6875         * src/gtk/gtksctree.c
6876         * src/gtk/prefswindow.c
6877         * src/gtk/prefswindow.h
6878                 Use GDestroyNotify instead of GtkDestroyNotify
6879                 (deprecated in GTK+ 2.14)
6880
6881 2008-09-07 [colin]      3.5.0cvs92
6882
6883         * src/textview.c
6884                 Fix bug 1712, 'invalid "Phishing attempt warning" 
6885                 when linked text ends with spaces'
6886
6887 2008-09-05 [colin]      3.5.0cvs91
6888
6889         * src/procmime.c
6890                 Maybe fix bug 1711, 'Save-as attachment crashes'
6891                 Possibly wrong free() due to pointer shifting
6892
6893 2008-09-05 [colin]      3.5.0cvs90
6894
6895         * src/compose.c
6896                 Fix bug 1710, 'User misreads "Discard Message" 
6897                 as "Discard Changes"'. Propose to save or discard
6898                 only the latest changes when closing an existing
6899                 draft. Autosave may still have saved parts of the
6900                 edit session.
6901
6902 2008-09-04 [colin]      3.5.0cvs89
6903
6904         * src/summaryview.c
6905                 Fix bug 1707, 'Segfault when sorting on non-visible column'
6906
6907 2008-09-01 [colin]      3.5.0cvs88
6908
6909         * src/imap.c
6910         * src/summaryview.c
6911         * src/common/tags.c
6912         * src/etpan/imap-thread.c
6913         * src/etpan/imap-thread.h
6914                 Store spam flag on IMAP (Junk/NonJunk, as 
6915                 ThunderBird does - this is nonstandard)
6916
6917 2008-08-31 [wwp]        3.5.0cvs87
6918
6919         * ChangeLog
6920                 Fix globish edition^Wediting.
6921
6922 2008-08-31 [wwp]        3.5.0cvs86
6923
6924         * src/addressbook.c
6925                 Don't break nickname editing for non-LDAP books (nickname
6926                 value was overwritten when editing existing contact, this
6927                 came from 3.0.2cvs109).
6928
6929 2008-08-30 [colin]      3.5.0cvs85
6930
6931         * src/mainwindow.c
6932         * src/summaryview.c
6933                 Fix "Apply tags..." key shortcut
6934
6935 2008-08-29 [iwkse]      3.5.0cvs84
6936
6937         * src/summaryview.c
6938                         Bit of clean:)
6939
6940 2008-08-29 [iwkse]      3.5.0cvs83
6941
6942         * src/summaryview.c
6943                         Disable "Move to trash" action if
6944                         we are in a trash-like folder.
6945                         Thanks to colinl
6946
6947 2008-08-29 [paul]       3.5.0cvs82
6948
6949         * configure.ac
6950                 bump up libetpan version requirement since
6951                 0.55 is released now
6952
6953 2008-08-28 [wwp]        3.5.0cvs81
6954
6955         * src/account.c
6956         * src/pop.c
6957         * src/prefs_account.c
6958         * src/prefs_account.h
6959                 Add finer granularity to the POP3's remove-after delay (now in
6960                 hours in addition to in days), patch by Paul Rolland.
6961
6962 2008-08-28 [wwp]        3.5.0cvs80
6963
6964         * src/gtk/combobox.c
6965                 Fix a typo in a comment.
6966
6967 2008-08-28 [iwkse]      3.5.0cvs79
6968
6969         * src/account.c
6970         * src/prefs_actions.c
6971         * src/prefs_filtering.c
6972         * src/prefs_template.c
6973                         Add search feature to the account, 
6974                         template and action dialog.
6975                         It's turned on selecting one row
6976                         of the list and typing some random
6977                         letter. Thanks to wwp, colinl
6978
6979 2008-08-28 [colin]      3.5.0cvs78
6980
6981         * src/Makefile.am
6982         * src/account.c
6983         * src/compose.c
6984         * src/prefs_account.c
6985         * src/prefs_account.h
6986         * src/privacy.c
6987         * src/privacy.h
6988         * src/procmime.c
6989         * src/stock_pixmap.c
6990         * src/stock_pixmap.h
6991         * src/summaryview.c
6992         * src/pixmaps/key_gpg_signed.xpm
6993                 Fix bug 1412, "Sign reply, if mail was signed"
6994                 Add an account preference to sign replies to signed mails
6995
6996 2008-08-28 [iwkse]      3.5.0cvs77
6997
6998         * src/prefs_filtering.c
6999                 Making the search more useful,
7000                 jumping directly to the relative rule.
7001
7002 2008-08-27 [colin]      3.5.0cvs76
7003
7004         * src/main.c
7005                 Add a bit of info
7006
7007 2008-08-27 [colin]      3.5.0cvs75
7008
7009         * src/gtk/gtkcmctree.c
7010                 Fix a few ifdefs
7011
7012 2008-08-26 [colin]      3.5.0cvs74
7013
7014         * src/gtk/gtkcmctree.c
7015                 Fix missing inits on old glib
7016
7017 2008-08-26 [wwp]        3.5.0cvs73
7018
7019         * src/common/utils.c
7020                 Added 'Fwd' to the list of known common subject prefixes.
7021
7022 2008-08-25 [iwkse]      3.5.0cvs72
7023
7024         * src/image_viewer.c
7025                 Add animated gif support to the
7026                 message preview.
7027
7028 2008-08-25 [colin]      3.5.0cvs71
7029
7030         * src/gtk/gtkcmctree.c
7031                 Make sure work isn't null
7032
7033 2008-08-24 [colin]      3.5.0cvs70
7034
7035         * src/common/ssl.c
7036                 Fix typo on SSL_CERT_DIR
7037
7038 2008-08-23 [holger]     3.5.0cvs69
7039
7040         * src/printing.c
7041                 Fix bug 1699 'Separator line mis-placed when
7042                 printing some e-mails'. The number of header lines
7043                 was not correctly calculated when Pango inserts
7044                 linebreaks
7045
7046 2008-08-23 [colin]      3.5.0cvs68
7047
7048         * src/mainwindow.c
7049                 Fix the account selector button; thanks
7050                 to wwp
7051
7052 2008-08-21 [colin]      3.5.0cvs67
7053
7054         * src/compose.c
7055         * src/compose.h
7056                 Add a compose preference for auto-indent
7057         * src/mainwindow.c
7058         * src/summaryview.c
7059                 Make colorlabel accels a bit less hacky
7060
7061 2008-08-21 [colin]      3.5.0cvs66
7062
7063         * src/compose.c
7064         * src/prefs_common.c
7065         * src/prefs_common.h
7066         * src/prefs_wrapping.c
7067                 Add a preference for autoindent; fix no_join tag
7068                 being applied to whole lines instead of just \n when
7069                 creating a line 
7070
7071 2008-08-21 [colin]      3.5.0cvs65
7072
7073         * src/compose.c
7074                 Add support for auto-indentation
7075
7076 2008-08-19 [colin]      3.5.0cvs64
7077
7078         * src/compose.c
7079                 Save Autowrap status in drafts/queued mails
7080
7081 2008-08-19 [colin]      3.5.0cvs63
7082
7083         * src/mainwindow.c
7084                 Fix a comment (in reality, test commit on
7085                 the new CVS server)
7086
7087 2008-08-17 [colin]      3.5.0cvs62
7088
7089         * src/prefs_actions.c
7090         * src/procmime.c
7091         * src/wizard.c
7092         * src/common/socket.h
7093         * src/gtk/gtkcmctree.c
7094                 Fix warnings
7095
7096 2008-08-16 [colin]      3.5.0cvs61
7097
7098         * src/editaddress_other_attributes_ldap.h
7099                 Add 'l' field (localityName)
7100
7101 2008-08-16 [colin]      3.5.0cvs60
7102
7103         * src/mainwindow.c
7104         * src/gtk/gtkcmclist.c
7105         * src/gtk/gtkcmclist.h
7106         * src/gtk/gtkcmctree.c
7107         * src/gtk/gtksctree.c
7108         * src/gtk/gtkutils.c
7109         * src/gtk/gtkvscrollbutton.c
7110                 Fix Maemo build (OS2007)
7111
7112 2008-08-14 [colin]      3.5.0cvs59
7113
7114         * src/folder.c
7115                 Don't crash if parent is null when creating
7116                 a folder
7117         * src/gtk/pluginwindow.c
7118                 Don't crash on race when closing window while
7119                 a plugin is loading and does gtk_iterations
7120
7121 2008-08-13 [colin]      3.5.0cvs58
7122
7123         * src/messageview.c
7124         * src/messageview.h
7125         * src/mimeview.c
7126                 Fix bug 1696, 'Viewing binary attachements 
7127                 as text over 1 MB' (various buglets)
7128
7129 2008-08-10 [colin]      3.5.0cvs57
7130
7131         * src/summaryview.c
7132         * src/gtk/gtkcmclist.c
7133                 Continue fixing GTK < 2.12 build, thanks to
7134                 Michael Hugues
7135
7136 2008-08-10 [colin]      3.5.0cvs56
7137
7138         * src/gtk/gtksctree.c
7139                 Fix build on GTK < 2.12
7140
7141 2008-08-09 [colin]      3.5.0cvs55
7142
7143         * src/mainwindow.c
7144                 Fix untranslatable strings, thanks to
7145                 Stephan Sachse
7146
7147 2008-08-07 [colin]      3.5.0cvs54
7148
7149         * src/compose.c
7150         * src/editaddress.c
7151         * src/folderview.c
7152         * src/mainwindow.c
7153         * src/message_search.c
7154         * src/mimeview.c
7155         * src/noticeview.c
7156         * src/prefs_account.c
7157         * src/prefs_common.c
7158         * src/prefs_customheader.c
7159         * src/prefs_ext_prog.c
7160         * src/prefs_filtering_action.c
7161         * src/prefs_gtk.c
7162         * src/prefs_logging.c
7163         * src/prefs_matcher.c
7164         * src/prefs_msg_colors.c
7165         * src/procmime.c
7166         * src/summary_search.c
7167         * src/summaryview.c
7168         * src/toolbar.c
7169         * src/gtk/colorsel.c
7170         * src/gtk/gtkaspell.c
7171         * src/gtk/gtkutils.c
7172         * src/gtk/gtkutils.h
7173         * src/gtk/inputdialog.c
7174         * src/gtk/pluginwindow.c
7175         * src/gtk/quicksearch.c
7176         * src/plugins/bogofilter/bogofilter_gtk.c
7177         * src/plugins/dillo_viewer/dillo_prefs.c
7178         * src/plugins/spamassassin/spamassassin_gtk.c
7179                 - Fix Ctrl-Space shortcut
7180                 - Fix mime-parsing bug in procmime (cvs52)
7181                 - Fix double-free in procmime (cvs52)
7182                 - Use gtk_bin_get_child instead of GTK_BIN()->child
7183                 - Fix Goto menu in mainwindow
7184
7185 2008-08-07 [mones]      3.5.0cvs53
7186
7187         * po/es.po
7188                 Updated translation (lots of changes!)
7189         * src/compose.c
7190                 Add missing accelerator key
7191         * src/mainwindow.c
7192                 Restored 'v' key function (thanks Colin!)
7193
7194 2008-08-06 [colin]      3.5.0cvs52
7195
7196         * src/addrbook.c
7197         * src/addrcindex.c
7198         * src/addrduplicates.c
7199         * src/addrharvest.c
7200         * src/enriched.c
7201         * src/html.c
7202         * src/ldif.c
7203         * src/mimeview.c
7204         * src/mutt.c
7205         * src/pine.c
7206         * src/procmime.c
7207         * src/vcard.c
7208         * src/wizard.c
7209                 Fix my use of g_utf8_strdown (it returns
7210                 a newly allocated string and doesn't
7211                 change the parameter)
7212
7213 2008-08-06 [colin]      3.5.0cvs51
7214
7215         * src/compose.c
7216                 Fix bug 1690, 'Copy/Paste in edit window may 
7217                 break Undo'; middle-click pastes aren't 
7218                 REPLACE_INSERT but just INSERT. 
7219                 Also, fix privacy menu selection
7220
7221 2008-08-05 [colin]      3.5.0cvs50
7222
7223         * src/action.c
7224         * src/addr_compl.c
7225         * src/addrbook.c
7226         * src/addrcindex.c
7227         * src/addrduplicates.c
7228         * src/addrharvest.c
7229         * src/enriched.c
7230         * src/html.c
7231         * src/ldif.c
7232         * src/main.c
7233         * src/mimeview.c
7234         * src/mutt.c
7235         * src/pine.c
7236         * src/procmime.c
7237         * src/vcard.c
7238         * src/wizard.c
7239         * src/common/socket.c
7240         * src/gtk/gtkutils.c
7241         * src/gtk/gtkutils.h
7242         * src/gtk/menu.c
7243         * src/plugins/spamassassin/spamassassin.c
7244                 More undeprecation (Glib)
7245
7246 2008-08-05 [colin]      3.5.0cvs49
7247
7248         * src/prefs_account.c
7249         * src/prefs_filtering_action.c
7250         * src/prefs_matcher.c
7251         * src/gtk/Makefile.am
7252         * src/gtk/claws-marshal.list
7253         * src/gtk/colorlabel.c
7254         * src/gtk/colorsel.c
7255         * src/gtk/foldersort.c
7256         * src/gtk/gtkaspell.c
7257         * src/gtk/gtkcmclist.c
7258         * src/gtk/gtkcmclist.h
7259         * src/gtk/gtkcmctree.c
7260         * src/gtk/gtkcmctree.h
7261         * src/gtk/gtkcmoptionmenu.c
7262         * src/gtk/gtkcmoptionmenu.h
7263         * src/gtk/gtksctree.c
7264         * src/gtk/gtksctree.h
7265         * src/gtk/gtkutils.c
7266         * src/gtk/gtkutils.h
7267         * src/gtk/gtkvscrollbutton.c
7268         * src/gtk/menu.c
7269         * src/gtk/menu.h
7270         * src/gtk/quicksearch.c
7271         * src/plugins/dillo_viewer/dillo_viewer.c
7272         * src/plugins/pgpcore/select-keys.c
7273                 Try to finish yesterday's commit
7274
7275 2008-08-04 [colin]      3.5.0cvs48
7276
7277         * src/addressadd.c
7278         * src/addressbook.c
7279         * src/addressbook_foldersel.c
7280         * src/addressitem.h
7281         * src/addrgather.c
7282         * src/browseldap.c
7283         * src/compose.c
7284         * src/compose.h
7285         * src/editaddress.c
7286         * src/editaddress_other_attributes_ldap.c
7287         * src/editgroup.c
7288         * src/editldap_basedn.c
7289         * src/folderview.c
7290         * src/folderview.h
7291         * src/grouplistdialog.c
7292         * src/image_viewer.c
7293         * src/imap_gtk.c
7294         * src/importldif.c
7295         * src/main.c
7296         * src/mainwindow.c
7297         * src/message_search.c
7298         * src/mh_gtk.c
7299         * src/mimeview.c
7300         * src/mimeview.h
7301         * src/news_gtk.c
7302         * src/noticeview.h
7303         * src/prefs_account.c
7304         * src/prefs_filtering_action.c
7305         * src/prefs_matcher.c
7306         * src/prefs_msg_colors.c
7307         * src/prefs_summaries.c
7308         * src/statusbar.c
7309         * src/stock_pixmap.c
7310         * src/summary_search.c
7311         * src/summaryview.c
7312         * src/summaryview.h
7313         * src/textview.c
7314         * src/toolbar.h
7315         * src/gtk/Makefile.am
7316         * src/gtk/claws-marshal.list
7317         * src/gtk/colorsel.c
7318         * src/gtk/foldersort.c
7319         * src/gtk/gtkaspell.c
7320         * src/gtk/gtkcmclist.c
7321         * src/gtk/gtkcmclist.h
7322         * src/gtk/gtkcmctree.c
7323         * src/gtk/gtkcmctree.h
7324         * src/gtk/gtksctree.c
7325         * src/gtk/gtksctree.h
7326         * src/gtk/gtkutils.c
7327         * src/gtk/gtkutils.h
7328         * src/gtk/gtkvscrollbutton.c
7329         * src/gtk/menu.c
7330         * src/gtk/menu.h
7331         * src/gtk/quicksearch.c
7332         * src/plugins/dillo_viewer/dillo_viewer.c
7333         * src/plugins/pgpcore/select-keys.c
7334                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
7335                 Undeprecate their implementation (GtkArg, GtkType, ...)
7336                 Undeprecate a few other things here and there
7337                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
7338                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
7339                 still have work to do
7340
7341 2008-08-04 [colin]      3.5.0cvs47
7342
7343         * src/compose.c
7344         * src/compose.h
7345         * src/toolbar.h
7346         * src/textview.c
7347         * src/stock_pixmap.c
7348         * src/statusbar.c
7349         * src/noticeview.h
7350         * src/mimeview.h
7351         * src/mainwindow.c
7352         * src/image_viewer.c
7353         * src/gtk/gtkaspell.c
7354         * src/gtk/gtkvscrollbutton.c
7355         * src/plugins/dillo_viewer/dillo_viewer.c
7356                 Undeprecate more things
7357
7358 2008-08-02 [colin]      3.5.0cvs46
7359
7360         * src/mainwindow.c
7361                 Fix toggle menu activation state
7362                 (thanks to cvs45 ;)
7363
7364 2008-08-02 [paul]       3.5.0cvs45
7365
7366         * src/mainwindow.c
7367                 fix sensitivity of
7368                 /View/Show or hide/Message View
7369
7370 2008-08-01 [paul]       3.5.0cvs44
7371
7372         * src/common/utils.c
7373         * src/plugins/pgpcore/claws.def
7374         * src/plugins/pgpinline/claws.def
7375                 fix compilation problems on mingw32,
7376                 (bug 1688) Patch by Marcus Brinkmann
7377
7378 2008-08-01 [colin]      3.5.0cvs43
7379
7380         * src/gtk/gtkutils.c
7381         * src/gtk/gtkvscrollbutton.c
7382                 Oups, fix build
7383
7384 2008-08-01 [colin]      3.5.0cvs42
7385
7386         * src/compose.c
7387         * src/foldersel.c
7388         * src/mainwindow.c
7389         * src/prefs_account.c
7390         * src/prefs_folder_item.c
7391         * src/prefs_quote.c
7392         * src/summaryview.c
7393         * src/gtk/gtkaspell.c
7394         * src/gtk/gtkutils.c
7395         * src/gtk/gtkvscrollbutton.c
7396                 Replace a few deprecated function calls
7397
7398 2008-08-01 [paul]       3.5.0cvs41
7399
7400         * src/action.c
7401                 fix crash that occurs because of recent GtkUIManager
7402                 changes. Thanks to Colin
7403
7404 2008-07-31 [colin]      3.5.0cvs40
7405
7406         * src/addressbook.c
7407         * src/compose.c
7408         * src/mainwindow.c
7409         * src/messageview.c
7410                 Some Maemo fixes
7411         * src/gtk/menu.c
7412         * src/gtk/menu.h
7413                 Remove deprecated helper funcs
7414
7415 2008-07-30 [colin]      3.5.0cvs39
7416
7417         * src/folderview.c
7418         * src/folderview.h
7419         * src/imap_gtk.c
7420         * src/mh_gtk.c
7421         * src/news_gtk.c
7422                 Move the folderview popup menu to GtkUIManager
7423
7424 2008-07-29 [colin]      3.5.0cvs38
7425
7426         * src/account.c
7427         * src/account.h
7428         * src/action.c
7429         * src/action.h
7430         * src/addressitem.h
7431         * src/compose.c
7432         * src/edittags.c
7433         * src/mainwindow.c
7434         * src/mainwindow.h
7435         * src/mimeview.c
7436         * src/summaryview.c
7437         * src/gtk/menu.c
7438         * src/gtk/menu.h
7439                 Switch the main menu to GtkUIManager
7440                 Warning fixes
7441
7442 2008-07-29 [colin]      3.5.0cvs37
7443
7444         * src/news.c
7445                 Fix bug 1684, 'view news messages with large 
7446                 attachements segfaults'
7447
7448 2008-07-29 [colin]      3.5.0cvs36
7449
7450         * src/action.c
7451         * src/action.h
7452         * src/addressbook.c
7453         * src/addressitem.h
7454         * src/compose.c
7455         * src/compose.h
7456         * src/messageview.c
7457         * src/messageview.h
7458         * src/summaryview.c
7459         * src/gtk/menu.c
7460         * src/gtk/menu.h
7461                 More switches to GtkUIManager
7462
7463 2008-07-26 [colin]      3.5.0cvs35
7464
7465         * src/gtk/menu.c
7466         * src/gtk/menu.h
7467                 Fix prototype
7468
7469 2008-07-25 [colin]      3.5.0cvs34
7470
7471         * src/addrcustomattr.c
7472         * src/addressbook.c
7473         * src/compose.c
7474         * src/editaddress.c
7475         * src/editaddress_other_attributes_ldap.h
7476         * src/edittags.c
7477         * src/mainwindow.c
7478         * src/mimeview.c
7479         * src/prefs_actions.c
7480         * src/prefs_filtering.c
7481         * src/prefs_template.c
7482         * src/summaryview.c
7483         * src/textview.c
7484         * src/textview.h
7485         * src/toolbar.c
7486         * src/gtk/about.c
7487         * src/gtk/menu.c
7488         * src/gtk/menu.h
7489         * src/plugins/trayicon/trayicon.c
7490                 More changes from GtkItemFactory to GtkUIManager
7491
7492 2008-07-25 [colin]      3.5.0cvs33
7493
7494         * src/gtk/menu.h
7495                 Add a macro to remove menu items
7496                 Make the gui_manager variable useless
7497
7498 2008-07-24 [colin]      3.5.0cvs32
7499
7500         * src/mimeview.c
7501                 Fix a gtk warning on clear
7502         * src/mainwindow.c
7503         * src/summaryview.c
7504         * src/summaryview.h
7505                 Switch the message list popup menu to
7506                 GtkUIManager
7507
7508 2008-07-23 [colin]      3.5.0cvs31
7509
7510         * src/plugins/pgpcore/pgp_viewer.c
7511         * src/plugins/pgpcore/sgpgme.c
7512                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
7513                 Patch by Thomas Wiegner <wiegner@gmx.de>
7514
7515 2008-07-20 [paul]       3.5.0cvs30
7516
7517         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7518                 remove redundant GTK version check
7519
7520 2008-07-20 [ticho]      3.5.0cvs29
7521
7522         * src/folderview.c
7523         * src/imap_gtk.c
7524         * src/news_gtk.c
7525                 Moved sensitivity setting for "Download messages" for IMAP and
7526                 news folders from folderview.c to imap_gtk.c and news_gtk.c
7527                 respectively for better code readability.
7528                 Fixed indentation in news' set_sensitivity().
7529
7530 2008-07-20 [paul]       3.5.0cvs28
7531
7532         * src/addrgather.c
7533                 remove more redundant code following cvs27
7534
7535 2008-07-20 [paul]       3.5.0cvs27
7536
7537         * src/addrgather.c
7538                 remove now redundant code
7539         * src/mainwindow.c
7540         * src/mainwindow.h
7541                 fix bug 1673, 'Tools/Harvest adresses is
7542                 grayed out if folder is empty'
7543
7544 2008-07-19 [ticho]      3.5.0cvs26
7545
7546         * src/edittags.c
7547         * src/main.c
7548         * src/mimeview.c
7549         * src/mimeview.h
7550         * src/gtk/gtkutils.c
7551         * src/gtk/gtkutils.h
7552         * src/gtk/menu.c
7553         * src/gtk/menu.h
7554                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
7555                 instead of deprecated GtkItemFactory.
7556
7557 2008-07-19 [colin]      3.5.0cvs25
7558
7559         * src/account.c
7560         * src/addrgather.c
7561         * src/compose.c
7562         * src/editldap.c
7563         * src/expldifdlg.c
7564         * src/importldif.c
7565         * src/main.c
7566         * src/mainwindow.c
7567         * src/mimeview.c
7568         * src/noticeview.c
7569         * src/prefs_account.c
7570         * src/prefs_actions.c
7571         * src/prefs_ext_prog.c
7572         * src/prefs_filtering.c
7573         * src/prefs_folder_item.c
7574         * src/prefs_image_viewer.c
7575         * src/prefs_logging.c
7576         * src/prefs_msg_colors.c
7577         * src/prefs_other.c
7578         * src/prefs_send.c
7579         * src/prefs_spelling.c
7580         * src/prefs_summaries.c
7581         * src/prefs_template.c
7582         * src/printing.c
7583         * src/quote_fmt.c
7584         * src/summary_search.c
7585         * src/summaryview.c
7586         * src/toolbar.c
7587         * src/wizard.c
7588         * src/common/Makefile.am
7589         * src/gtk/gtksctree.c
7590         * src/gtk/gtkutils.h
7591         * src/gtk/pluginwindow.c
7592         * src/gtk/quicksearch.c
7593         * src/plugins/bogofilter/bogofilter_gtk.c
7594         * src/plugins/dillo_viewer/dillo_prefs.c
7595         * src/plugins/pgpcore/prefs_gpg.c
7596         * src/plugins/spamassassin/spamassassin_gtk.c
7597         * src/plugins/trayicon/trayicon.c
7598         * src/plugins/trayicon/trayicon_prefs.c
7599                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
7600                 or greater). Use the old deprecated one on GTK+ < 2.12.
7601                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
7602                 of time!
7603
7604 2008-07-16 [colin]      3.5.0cvs24
7605
7606         * src/mainwindow.c
7607                 Fix folderview's scrolbar when starting minimised
7608                 to tray, and popping up the mainwindow by calling
7609                 claws-mail from the command line
7610
7611 2008-07-08 [colin]      3.5.0cvs23
7612
7613         * src/compose.c
7614                 Possibly fix po-headers appearing on empty
7615                 templates
7616
7617 2008-07-08 [colin]      3.5.0cvs22
7618
7619         * src/folderview.c
7620         * src/summaryview.c
7621                 Finish the always_open tristate patch, by Jonathan
7622                 Corbet.
7623
7624 2008-07-07 [paul]       3.5.0cvs21
7625
7626         * src/mainwindow.c
7627                 fix typo (missing ")
7628
7629 2008-07-07 [paul]       3.5.0cvs20
7630
7631         * src/mainwindow.c
7632                 fit the menu style a bit better
7633
7634 2008-07-07 [colin]      3.5.0cvs19
7635
7636         * src/prefs_themes.c
7637                 Make upgrading themes easier
7638
7639 2008-07-07 [colin]      3.5.0cvs18
7640
7641         * src/mainwindow.c
7642         * src/prefs_toolbar.c
7643         * src/stock_pixmap.c
7644                 Finish fixing bug 1609, 'Icon issues'
7645
7646 2008-07-07 [colin]      3.5.0cvs17
7647
7648         * src/prefs_common.c
7649                 Fix the default value
7650
7651 2008-07-07 [colin]      3.5.0cvs16
7652
7653         * src/prefs_summaries.c
7654                 Revert my fix to the string, the correct term
7655                 is indeed Message View
7656
7657 2008-07-07 [colin]      3.5.0cvs15
7658
7659         * AUTHORS
7660         * src/gtk/authors.h
7661         * src/prefs_common.c
7662         * src/prefs_common.h
7663         * src/prefs_summaries.c
7664         * src/summaryview.c
7665         * src/gtk/authors.h
7666                 Change "Always open message when selected" to
7667                 a tristate (Never/Always/When preview is visible)
7668                 Patch by Jonathan Corbet <corbet@lwn.net>.
7669
7670 2008-07-06 [paul]       3.5.0cvs14
7671
7672         * src/addrgather.c
7673                 improve the layout of the dialogue
7674                 improve the English
7675                 add tooltips
7676                 fix some of the nasty coding style
7677         * src/mainwindow.c
7678                 improve the English
7679                 add some missing mnemonics
7680
7681 2008-07-05 [paul]       3.5.0cvs13
7682
7683         * src/mainwindow.c
7684         * src/mainwindow.h
7685                 fix bug 1398, '"Change current account" is
7686                 available even when there's only one account'
7687         * src/plugins/pgpcore/prefs_gpg.c
7688                 put back a needed include, removed in error
7689
7690 2008-07-05 [colin]      3.5.0cvs12
7691
7692         * src/mainwindow.c
7693                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
7694
7695 2008-07-05 [colin]      3.5.0cvs11
7696
7697         * src/news.c
7698         * src/news_gtk.c
7699                 Provide ability to rename newsgroups. Closes
7700                 bug 1444, 'Add GUI option for renaming 
7701                 newsgroups'. Patch by Pawel Pekala
7702
7703 2008-07-05 [colin]      3.5.0cvs10
7704
7705         * src/plugins/pgpcore/passphrase.c
7706         * src/plugins/pgpcore/prefs_gpg.c
7707         * src/plugins/pgpcore/select-keys.c
7708                 Simplify GTK includes (with the advantage
7709                 of compiling against GTK+2.13); patch by
7710                 Charles A Edwards
7711
7712 2008-07-05 [colin]      3.5.0cvs9
7713
7714         * src/wizard.c
7715                 Add SSL client certificates
7716
7717 2008-07-05 [colin]      3.5.0cvs8
7718
7719         * src/prefs_account.c
7720         * src/common/session.h
7721                 Fix warnings
7722         * src/common/ssl.c
7723                 Add one path for certs
7724
7725 2008-07-05 [colin]      3.5.0cvs7
7726
7727         * src/prefs_account.c
7728                 Fix no-ssl build
7729
7730 2008-07-04 [colin]      3.5.0cvs6
7731
7732         * src/common/ssl.c
7733         * src/common/ssl.h
7734         * src/common/ssl_certificate.c
7735                 Workaround distro bugs and fix certificate checking
7736                 with OpenSSL
7737
7738 2008-07-04 [colin]      3.5.0cvs5
7739
7740         * src/filtering.c
7741         * src/common/ssl_certificate.c
7742         * src/common/ssl_certificate.h
7743         * src/etpan/imap-thread.c
7744         * src/etpan/nntp-thread.c
7745                 Fix some leaks, thanks to Martin Zwickel
7746                 Rename gnutls functions that do the same
7747                 as OpenSSL ones, to avoid symbol clashing
7748                 when Claws is built against GnuTLS and
7749                 libetpan against OpenSSL
7750
7751 2008-07-04 [paul]       3.5.0cvs4
7752
7753         * src/prefs_account.c
7754                 remove 1 forgotten '.'
7755
7756 2008-07-04 [paul]       3.5.0cvs3
7757
7758         * src/prefs_account.c
7759                 layout/engrish fixes to the 'Client
7760                 certificates' frame
7761
7762 2008-07-03 [colin]      3.5.0cvs2
7763
7764         * src/imap.c
7765         * src/news.c
7766         * src/pop.c
7767         * src/prefs_account.c
7768         * src/prefs_account.h
7769         * src/prefs_common.c
7770         * src/send_message.c
7771         * src/common/session.c
7772         * src/common/session.h
7773         * src/common/smtp.c
7774         * src/common/smtp.h
7775         * src/common/socket.h
7776         * src/common/ssl.c
7777         * src/common/ssl.h
7778         * src/common/ssl_certificate.c
7779         * src/common/ssl_certificate.h
7780         * src/etpan/imap-thread.c
7781         * src/etpan/nntp-thread.c
7782         * src/gtk/inputdialog.c
7783                 Add support for SSL client certificates (either PEM files
7784                 with certificate and private key, either PKCS12 files)
7785
7786 2008-06-28 [colin]      3.5.0cvs1
7787
7788         * src/foldersel.c
7789                 Fix compilation with older GTKs
7790
7791 2008-06-27 [paul]       3.5.0
7792
7793         * NEWS
7794         * README
7795         * RELEASE_NOTES 
7796                 3.5.0 released
7797
7798 2008-06-27 [paul]       3.4.0cvs116
7799
7800         * src/gtk/authors.h
7801                 complete cvs115
7802
7803 2008-06-27 [paul]       3.4.0cvs115
7804
7805         * configure.ac
7806         * src/gtk/authors.h
7807                 no longer build unmaintained translations
7808
7809 2008-06-27 [paul]       3.4.0cvs114
7810
7811         * po/de.po
7812         * po/fi.po
7813         * po/pt_BR.po
7814                 updated by Stephan Sachse, Flammie Pirinen, and
7815                 Frederico Goncalves Guimaraes
7816
7817 2008-06-26 [wwp]        3.4.0cvs113
7818
7819         * manual/fr/advanced.xml
7820                 Update French version of the manual (AutoFaces documentation).
7821
7822 2008-06-26 [wwp]        3.4.0cvs112
7823
7824         * manual/fr/advanced.xml
7825         * manual/fr/plugins.xml
7826                 Updated French version of the manual (completed
7827                 hidden options list, added note about Clawsker
7828                 and new mail archiver plugin).
7829
7830 2008-06-25 [colin]      3.4.0cvs111
7831
7832         * src/gtk/gtkaspell.c
7833                 Fix non-UTF8 in the replace with dialog
7834         * src/prefs_actions.c
7835                 Fix possible crasher
7836                 Patches by Pawel
7837
7838 2008-06-24 [mones]      3.4.0cvs110
7839
7840         * src/autofaces.c
7841                 Fix non-warning message, downgraded to debug info
7842
7843 2008-06-24 [colin]      3.4.0cvs109
7844
7845         * src/summaryview.c
7846                 Fix bug 1650, Message line too small after 
7847                 changing columns in "three columns" layout
7848
7849 2008-06-24 [colin]      3.4.0cvs108
7850
7851         * src/messageview.c
7852                 Fix Spam button sensitivity in newsgroups
7853
7854 2008-06-23 [wwp]        3.4.0cvs107
7855
7856         * po/fr.po
7857                 Updated French translation.
7858
7859 2008-06-23 [mones]      3.4.0cvs106
7860
7861         * po/es.po
7862                 Updated translation for release
7863
7864 2008-06-22 [mones]      3.4.0cvs105
7865
7866         * manual/es/plugins.xml
7867                 Synced new entry for Mail Archiver plugin
7868
7869 2008-06-22 [colin]      3.4.0cvs104
7870
7871         * src/compose.c
7872                 Fix initial cursor position
7873
7874 2008-06-21 [paul]       3.4.0cvs103
7875
7876         * manual/plugins.xml
7877                 add an entry for the new Mail Archiver plugin
7878
7879 2008-06-21 [paul]       3.4.0cvs102
7880
7881         * src/gtk/about.c
7882                 we're in 'string freeze', put back the
7883                 < > symbols for now
7884
7885 2008-06-21 [paul]       3.4.0cvs101
7886
7887         * manual/advanced.xml
7888         * manual/es/advanced.xml
7889                 fix build warning: <emphasis> cannot be contained
7890                 within <filename>
7891         * src/gtk/about.c
7892                 fix non-clickable link on License page and drop
7893                 the containing < > symbols to match other links
7894
7895 2008-06-20 [mones]      3.4.0cvs100
7896
7897         * manual/advanced.xml
7898                 Added autofaces documentation, note about clawsker in hidden
7899                 preferences, minor markup fix. Thanks Paul for proofreading
7900         * manual/es/advanced.xml
7901                 Synchronised Spanish manual
7902
7903 2008-06-16 [colin]      3.4.0cvs99
7904
7905         * src/compose.c
7906                 Fix cursor placing on signature change
7907
7908 2008-06-16 [paul]       3.4.0cvs98
7909
7910         * src/imap_gtk.c
7911         * src/mh_gtk.c
7912         * src/gtk/inputdialog.c
7913                 really fussy coding style fixes
7914
7915 2008-06-16 [paul]       3.4.0cvs97
7916
7917         * src/Makefile.am
7918                 keep the alphabetical order
7919
7920 2008-06-13 [mones]      3.4.0cvs96
7921
7922         * src/autofaces.c
7923                 Fix crasher ;-)
7924         * src/prefs_filtering_action.c
7925                 Fixed cosmetic bug, processing also displays "Filtering"
7926
7927 2008-06-13 [mones]      3.4.0cvs95
7928
7929         * src/Makefile.am
7930         * src/autofaces.c       ** NEW FILE **  
7931         * src/autofaces.h       ** NEW FILE **
7932         * src/compose.c
7933                 Allow setting Faces and X-Faces globally and per-account
7934                 from configuration files under ~/.claws-mail/autofaces
7935
7936 2008-06-13 [holger]     3.4.0cvs94
7937
7938         * .cvsignore
7939                 More files to ignore
7940         * src/gtk/inputdialog.c
7941         * src/gtk/inputdialog.h
7942                 Make input dialog more generic so that a checkbox
7943                 with custom text can be used in addition to the
7944                 "remember this" checkbox
7945         * src/imap_gtk.c
7946         * src/mh_gtk.c
7947         * src/prefs_common.c
7948         * src/prefs_common.h
7949                 Allow new folders to inherit the properties of the
7950                 parent folder during folder creation
7951
7952 2008-06-13 [wwp]        3.4.0cvs93
7953
7954         * src/addressbook.c
7955                 a better fix for this string, won't break up translations,
7956                 and is conform to other similar ones.
7957
7958 2008-06-13 [wwp]        3.4.0cvs92
7959
7960         * src/addrduplicates.c
7961         * src/addressadd.c
7962         * src/addressbook.c
7963         * src/addressbook_foldersel.c
7964         * src/editgroup.c
7965                 use tree decorations everywhere AB folders are used (AB tree pane,
7966                     add address to AB, select AB folder, edit group, custom attr, find dup
7967                     results), in order to match global style
7968                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
7969                     double clicking on groups in tree pane does open the group edit dialog
7970                     double clicking on other items in tree pane does expand/collapse
7971                 fix a missing space in AB's delete-folder dialog
7972                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
7973
7974         * src/foldersel.c
7975                 make foldersel dialog show dotted lines according to global (hidden) prefs
7976
7977 2008-06-12 [colin]      3.4.0cvs91
7978
7979         * src/compose.c
7980         * src/compose.h
7981                 Fix bug 1635, 'Last character of message is truncated 
7982                 when changing accounts w/ sigs'
7983         * src/folderview.c
7984                 Fix bug 1636, 'Can't select "properties" on "folders 
7985                 only" folders'
7986
7987 2008-06-11 [colin]      3.4.0cvs90
7988
7989         * src/folder.c
7990                 Maybe fix bug 1623, 'exits with segfault when 
7991                 logging in to certain imap-servers'
7992
7993 2008-06-10 [mones]      3.4.0cvs89
7994
7995         * AUTHORS
7996         * tools/Makefile.am
7997         * tools/README
7998         * tools/convert_mbox.sh
7999                 Undo cvs86 and cvs87, it really should be a patch to 
8000                 convert_mbox.pl
8001
8002 2008-06-10 [wwp]        3.4.0cvs88
8003
8004         * po/fr.po
8005                 Updated French translation.
8006
8007 2008-06-10 [mones]      3.4.0cvs87
8008
8009         * tools/Makefile.am
8010                 Oops, forgot to add previous script for distribution
8011
8012 2008-06-10 [mones]      3.4.0cvs86
8013
8014         * AUTHORS
8015         * tools/README
8016         * tools/convert_mbox.sh
8017                 Added script to convert Evolution mail folders contributed
8018                 by Daniel Dickinson <cshore@fionavar.ca>
8019                 Fixes debian bug 461435
8020
8021 2008-06-09 [colin]      3.4.0cvs85
8022
8023         * src/main.c
8024                 Integrate AWN information bubble if dbus is
8025                 available
8026         * src/folder.c
8027                 Fix crash when calling scan_required() on 
8028                 folder classes that don't implement them
8029         * src/common/session.c
8030                 Fix a little typo
8031
8032 2008-06-09 [colin]      3.4.0cvs84
8033
8034         * src/main.c
8035                 Fix bug 1447, 'If user tries to close while starting 
8036                 up, it will not close ever.'
8037
8038 2008-06-09 [colin]      3.4.0cvs83
8039
8040         * src/filtering.c
8041                 Fix bug 1628, 'Claws Mail crashes when 
8042                 filtering selected messages'
8043
8044 2008-06-04 [colin]      3.4.0cvs82
8045
8046         * src/messageview.c
8047                 Complete handling of html parts in multipart/alternative
8048                 mails
8049
8050 2008-06-03 [paul]       3.4.0cvs81
8051
8052         * src/prefs_message.c
8053                 make always the english good
8054
8055 2008-06-03 [colin]      3.4.0cvs80
8056
8057         * src/mainwindow.c
8058         * src/mainwindow.h
8059                 Fix bug 1624, '[PATCH] Quick search should be 
8060                 disabled for folder view'; based on a patch by
8061                 Michael Terry
8062
8063 2008-06-03 [iwkse]      3.4.0cvs79
8064
8065         * src/addressbook.c
8066                 Fix little gui bug on button sensitivity
8067         * src/messageview.c
8068         * src/prefs_common.c
8069         * src/prefs_common.h
8070         * src/prefs_message.c
8071                 Allow by default to show html in multipart/alternative
8072
8073 2008-06-02 [colin]      3.4.0cvs78
8074
8075         * src/prefs_actions.c
8076                 GUI rework, patch by Pawel 
8077
8078 2008-06-02 [colin]      3.4.0cvs77
8079
8080         * src/quote_fmt.c
8081                 Fix sensitivity/alignment, patch from
8082                 Pawel
8083
8084 2008-05-31 [colin]      3.4.0cvs76
8085
8086         * src/imap.c
8087                 Fix login issue introduced in cvs75.
8088
8089 2008-05-31 [colin]      3.4.0cvs75
8090
8091         * src/imap.c
8092                 Fix more possible double-frees. Also, fix the root cause
8093                 of these double-frees by just noting the Session is to
8094                 be destroyed instead of destroying it in flight
8095
8096 2008-05-29 [paul]       3.4.0cvs74
8097
8098         * manual/keyboard.xml
8099                 'Makes' these entries like the others
8100
8101 2008-05-29 [colin]      3.4.0cvs73
8102
8103         * src/procmsg.h
8104                 Include utils.h in case we
8105                 need to pull goffset definition
8106
8107 2008-05-29 [colin]      3.4.0cvs72
8108
8109         * src/common/utils.h
8110                 Workaround a stupid Glib issue, where
8111                 goffset happens to be undefined. 
8112
8113 2008-05-28 [colin]      3.4.0cvs71
8114
8115         * src/compose.c
8116         * src/compose.h
8117         * src/grouplistdialog.c
8118         * src/image_viewer.c
8119         * src/imap.c
8120         * src/inc.c
8121         * src/main.c
8122         * src/matcher.c
8123         * src/messageview.c
8124         * src/mimeview.c
8125         * src/prefs_themes.c
8126         * src/procmsg.h
8127         * src/summaryview.c
8128         * src/summaryview.h
8129         * src/textview.c
8130         * src/common/smtp.c
8131         * src/common/utils.c
8132         * src/common/utils.h
8133                 Use goffset instead of off_t for MsgInfo's size
8134                 Allows using MsgInfo structure from plugins
8135                 compiled with largefile support
8136
8137 2008-05-26 [colin]      3.4.0cvs70
8138
8139         * src/mainwindow.c
8140         * src/mainwindow.h
8141                 Define THEME_CHANGED_HOOKLIST and invoke
8142                 it on theme change
8143         * src/plugins/trayicon/trayicon.c
8144                 Listen to THEME_CHANGED_HOOKLIST and
8145                 update accordingly
8146
8147 2008-05-26 [paul]       3.4.0cvs69
8148
8149         * src/mimeview.c
8150                 plug a leak in mimeview_save_all()
8151
8152 2008-05-24 [colin]      3.4.0cvs68
8153
8154         * src/common/utils.h
8155                 Fix wrong define on old glibs
8156
8157 2008-05-24 [paul]       3.4.0cvs67
8158
8159         * src/Makefile.am
8160         * src/stock_pixmap.c
8161         * src/stock_pixmap.h
8162         * src/toolbar.c
8163         * src/pixmaps/cancel.xpm
8164         * src/pixmaps/close.xpm
8165                 add a specific icon for A_CANCEL_INC (addresses
8166                 point 1 of bug 1609 'Icon issues')
8167                 replace close.xpm with an icon of the standard
8168                 24x24 size
8169
8170 2008-05-24 [paul]       3.4.0cvs66
8171
8172         * src/pixmaps/insert_file.xpm
8173                 replaced
8174
8175 2008-05-23 [paul]       3.4.0cvs65
8176
8177         * src/common/md5.c
8178         * src/common/md5.h
8179                 add the possibility to check md5 on binary files,
8180                 thanks to Colin
8181
8182 2008-05-23 [colin]      3.4.0cvs64
8183
8184         * src/mainwindow.c
8185         * src/summaryview.c
8186                 Fix bug 1610, 'claws crash after opening/closing 
8187                 preferences and window update'
8188
8189 2008-05-22 [colin]      3.4.0cvs63
8190
8191         * src/prefs_filtering_action.c
8192         * src/gtk/combobox.c
8193         * src/gtk/combobox.h
8194                 Fix reselecting of Tags actions in
8195                 filtering actions dialog
8196
8197 2008-05-22 [colin]      3.4.0cvs62
8198
8199         * src/Makefile.am
8200         * src/prefs_toolbar.c
8201         * src/stock_pixmap.c
8202         * src/stock_pixmap.h
8203         * src/toolbar.c
8204         * src/pixmaps/delete_btn.xpm
8205         * src/pixmaps/insert_file.xpm
8206         * src/pixmaps/mail_reply_to_list.xpm
8207                 Fix more of bug 1609:
8208                 - Add a Delete button icon
8209                 - Add a Reply to list button icon
8210                 - Fix Insert file button icon
8211                 Artwork by Ciprian Popovici.
8212
8213 2008-05-21 [colin]      3.4.0cvs61
8214
8215         * src/common/utils.c
8216                 Fix a little leak
8217
8218 2008-05-21 [wwp]        3.4.0cvs60
8219
8220         * src/prefs_filtering.c
8221                 Don't show SMTP-only accounts in accounts list, as they are
8222                 irrelevant for filtering incoming messages.
8223
8224 2008-05-21 [colin]      3.4.0cvs59
8225
8226         * src/mainwindow.c
8227                 Don't put SMTP-only accounts in receive menus
8228
8229 2008-05-21 [colin]      3.4.0cvs58
8230
8231         * src/imap.c
8232                 Fix cvs56 (brain fart)
8233
8234 2008-05-21 [colin]      3.4.0cvs57
8235
8236         * src/common/utils.c
8237                 Fix bug 1615, 'hang on FIFO when the other end's not 
8238                 opened'
8239
8240 2008-05-21 [colin]      3.4.0cvs56
8241
8242         * src/imap.c
8243                 Fix a warning
8244
8245 2008-05-19 [colin]      3.4.0cvs55
8246
8247         * src/plugins/pgpcore/sgpgme.c
8248                 Maybe fix debian bug 481856, 'Segmentation fault 
8249                 when verifying a GPG signature'. Although it 
8250                 looks like a race condition...
8251
8252 2008-05-19 [colin]      3.4.0cvs54
8253
8254         * src/prefs_filtering_action.c
8255         * src/prefs_matcher.c
8256         * src/common/tags.c
8257         * src/common/tags.h
8258         * src/gtk/combobox.c
8259         * src/gtk/combobox.h
8260                 Patch by Pawel: disabled Tags menus in filtering dialogs
8261
8262 2008-05-19 [colin]      3.4.0cvs53
8263
8264         * src/prefs_account.c
8265                 GUI patch by Pawel: align ports entries
8266
8267 2008-05-19 [colin]      3.4.0cvs52
8268
8269         * src/mainwindow.c
8270                 Fix bug 1616, 'strange question while emptying trash'
8271
8272 2008-05-18 [colin]      3.4.0cvs51
8273
8274         * src/common/plugin.c
8275         * src/etpan/imap-thread.c
8276         * src/etpan/nntp-thread.c
8277         * src/gtk/gtksctree.c
8278                 Fix bug 1613, 'Various memory leaks'; 
8279                 based on a patch by Didier Barvaux.
8280
8281 2008-05-18 [colin]      3.4.0cvs50
8282
8283         * src/mimeview.c
8284         * src/privacy.h
8285         * src/toolbar.c
8286         * src/toolbar.h
8287         * src/plugins/pgpcore/sgpgme.c
8288                 Fix more parts of bug 1609:
8289                 - Make use of specific Expired privacy icon
8290                 - Use CLOSE instead of NOTICE_ERROR for cancel
8291                   receiving
8292                 - Allow a Preferences button in the main toolbar
8293
8294 2008-05-18 [colin]      3.4.0cvs49
8295
8296         * src/stock_pixmap.c
8297                 Fix bug with non-updating icons after theme change:
8298                 If fetching pixbuf for a given icon after a theme
8299                 change, the next pixmap fetch would return the old
8300                 cached one, as the theme change was forgotten at 
8301                 this time. (and vice-versa). This was mostly 
8302                 visible on open folder icons
8303
8304 2008-05-17 [colin]      3.4.0cvs48
8305
8306         * src/prefs_summaries.c
8307         * src/summaryview.c
8308                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
8309                 options'. Patch by Pawel
8310
8311 2008-05-16 [colin]      3.4.0cvs47
8312
8313         * src/imap.c
8314                 Fix another possible crash (on fatal errors
8315                 at login, like stream error).
8316
8317 2008-05-16 [paul]       3.4.0cvs46
8318
8319         * tools/thunderbird-filters-convertor.pl
8320                 fix a typo
8321                 fix reading a tb rule that contains something
8322                 like that: \"Sender\"
8323
8324 2008-05-16 [paul]       3.4.0cvs45
8325
8326         * tools/README
8327         * tools/csv2addressbook.pl
8328                 add support for gmail exported csv address book
8329
8330 2008-05-16 [colin]      3.4.0cvs44
8331
8332         * configure.ac
8333         * src/ldapupdate.c
8334                 Fix ldap deprecated calls. Patch by
8335                 Michael Rasmussen
8336
8337 2008-05-16 [paul]       3.4.0cvs43
8338
8339         * manual/de/account.xml
8340         * manual/it/account.xml
8341         * manual/it/ack.xml
8342         * manual/it/addrbook.xml
8343         * manual/it/claws-mail-manual.xml
8344         * manual/it/gpl.xml
8345         * manual/it/intro.xml
8346         * manual/it/starting.xml
8347                 add pages towards German and Italian manuals.
8348                 (just for storage, they are not built yet, due
8349                 to being incomplete.) submitted by Speckmade
8350                 <Speckmade@gmx.net> and Salvatore De Paolis
8351                 <iwkse@claws-mail.org>
8352
8353 2008-05-16 [colin]      3.4.0cvs42
8354
8355         * src/gtk/sslcertwindow.c
8356                 Fix SHA1 fingerprint with GnuTLS
8357
8358 2008-05-15 [colin]      3.4.0cvs41
8359
8360         * src/gtk/sslcertwindow.c
8361                 Print SHA1 fingerprint too
8362
8363 2008-05-15 [colin]      3.4.0cvs40
8364
8365         * src/imap.c
8366                 Fix certificate port on TLS. It was 
8367                 previously always 0.
8368                 **IMPORTANT INFORMATION**: this will trigger 
8369                 one wrong "New certificate" warning at the 
8370                 first connection with this fix, if using STARTTLS
8371                 on IMAP.
8372         * src/gtk/sslcertwindow.c
8373                 Make labels selectable
8374
8375 2008-05-15 [colin]      3.4.0cvs39
8376
8377         * src/imap.c
8378                 Fix double free when STARTTLS fails (for
8379                 example due to refusing the certificate)
8380
8381 2008-05-15 [paul]       3.4.0cvs38
8382
8383         * manual/advanced.xml
8384                 fix typo
8385
8386 2008-05-15 [paul]       3.4.0cvs37
8387
8388         * manual/advanced.xml
8389         * src/prefs_send.c
8390                 make outgoing_fallback_to_ascii a hidden pref
8391
8392 2008-05-14 [colin]      3.4.0cvs36
8393
8394         * src/main.c
8395         * src/mainwindow.c
8396         * src/mainwindow.h
8397                 Make it possible to cancel quit when Claws
8398                 ask whether to empty trash.
8399
8400 2008-05-14 [colin]      3.4.0cvs35
8401
8402         * src/compose.c
8403         * src/prefs_common.c
8404         * src/prefs_common.h
8405         * src/prefs_send.c
8406                 Add a preference to be able to specify an
8407                 outgoing charset/encoding but still fallback
8408                 to 7bit US-ASCII when possible (default TRUE,
8409                 same behavior as pre-cvs34)
8410
8411 2008-05-14 [colin]      3.4.0cvs34
8412
8413         * src/compose.c
8414                 Always use the specified encoding and charset if it is
8415                 specified, even if the mail is ASCII.
8416
8417 2008-05-13 [paul]       3.4.0cvs33
8418
8419         * src/ldapupdate.c
8420                 fix the build warnings the easy way for now
8421
8422 2008-05-13 [colin]      3.4.0cvs32
8423
8424         * src/prefs_themes.c
8425                 Count .png files as icons too (fixes part
8426                 of bug 1609, 'Icon issues')
8427
8428 2008-05-13 [wwp]        3.4.0cvs31
8429
8430         * src/addressbook_foldersel.c
8431                 Fix wrong check (completes 3.4.0.cvs30).
8432
8433 2008-05-12 [wwp]        3.4.0cvs30
8434
8435         * src/addressbook.c
8436         * src/addressbook_foldersel.c
8437         * src/filtering.c
8438         * src/matcher.c
8439         * src/prefs_matcher.c
8440         * src/plugins/bogofilter/bogofilter.c
8441         * src/plugins/bogofilter/bogofilter_gtk.c
8442         * src/plugins/dillo_viewer/dillo_prefs.c
8443         * src/plugins/spamassassin/spamassassin.c
8444         * src/plugins/spamassassin/spamassassin_gtk.c
8445                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
8446                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
8447                 translated string "Any" in plugins (whitelisting) and
8448                 UTF8 comparisons.
8449
8450 2008-05-07 [colin]      3.4.0cvs29
8451
8452         * configure.ac
8453                 Fix --enable-maemo (assume --enable-generic-umpc)
8454
8455 2008-05-07 [colin]      3.4.0cvs28
8456
8457         * configure.ac
8458         * src/account.c
8459         * src/addr_compl.c
8460         * src/compose.c
8461         * src/editaddress.c
8462         * src/folderview.c
8463         * src/mainwindow.c
8464         * src/messageview.c
8465         * src/mimeview.c
8466         * src/prefs_account.c
8467         * src/prefs_common.c
8468         * src/prefs_display_header.c
8469         * src/prefs_filtering.c
8470         * src/prefs_summaries.c
8471         * src/prefs_template.c
8472         * src/prefs_toolbar.c
8473         * src/stock_pixmap.c
8474         * src/summaryview.c
8475         * src/summaryview.h
8476         * src/textview.c
8477         * src/toolbar.c
8478         * src/gtk/about.c
8479         * src/gtk/gtksctree.c
8480         * src/gtk/menu.c
8481         * src/gtk/prefswindow.c
8482         * src/gtk/sslcertwindow.c
8483                 Separate generic UMPC code (layouts, ...) from 
8484                 MAEMO code (Hildon, ...)
8485
8486 2008-05-06 [paul]       3.4.0cvs27
8487
8488         * tools/claws.i18n.status.pl
8489                 add he.po
8490
8491 2008-05-06 [colin]      3.4.0cvs26
8492
8493         * src/common/utils.c
8494                 Maybe fix crash on FreeBSD
8495
8496 2008-05-05 [colin]      3.4.0cvs25
8497
8498         * src/messageview.c
8499                 Fix bug 1602, 'Crash when sending return receipt for
8500                 messages with no subject'
8501
8502 2008-05-05 [colin]      3.4.0cvs24
8503
8504         * src/mimeview.c
8505                 Don't overwrite temporary files with same
8506                 name when drag and dropping. Fixes bug 1599,
8507                 'attach multiple files with the same name from 
8508                 one mail to another'
8509
8510 2008-05-04 [paul]       3.4.0cvs23
8511
8512         * src/compose.c
8513         * src/prefs_common.c
8514                 fix bug 1587 'can not replay with quote'
8515
8516 2008-05-03 [colin]      3.4.0cvs22
8517
8518         * po/de.po
8519                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
8520
8521 2008-05-03 [colin]      3.4.0cvs21
8522
8523         * src/toolbar.c
8524                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
8525                 icon isn't grayed although ineffective'
8526
8527 2008-05-02 [wwp]        3.4.0cvs20
8528
8529         * po/fr.po
8530                 Fix translation.
8531
8532         * src/prefs_folder_item.c
8533                 Add missing notice in folder properties (templates) when
8534                 folder is a root node.
8535
8536 2008-04-30 [colin]      3.4.0cvs19
8537
8538         * src/prefs_toolbar.c
8539                 Add Trash and Delete icons to the icon chooser
8540
8541 2008-04-30 [colin]      3.4.0cvs18
8542
8543         * src/compose.c
8544                 Remove "Delete entire line" which was a noop
8545                 and should be the same as "Delete line" :)
8546
8547 2008-04-30 [colin]      3.4.0cvs17
8548
8549         * src/compose.c
8550                 Fix 'Delete line' and 'Delete to end of line'
8551                 on the last line. Patch by <seelenhirt@gmx.net>
8552
8553 2008-04-28 [colin]      3.4.0cvs16
8554
8555         * src/folder.c
8556                 Fix bug 1589, 'tagsdb file not removed when
8557                 folder deleted'.
8558         * src/common/utils.c
8559                 Make sure claws_unlink accepts NULL arg.
8560
8561 2008-04-25 [colin]      3.4.0cvs15
8562
8563         * src/common/ssl.c
8564                 Fix/simplify previous commit
8565
8566 2008-04-25 [colin]      3.4.0cvs14
8567
8568         * src/addrindex.h
8569         * src/common/ssl_certificate.c
8570                 Patch by Marcus: Fix Win32 build
8571         * src/common/ssl.c
8572                 Fix build with GnuTLS/no pthread, thanks
8573                 to Marcus
8574
8575 2008-04-25 [colin]      3.4.0cvs13
8576
8577         * src/summaryview.c
8578                 Fix bug 1586, '3-pane vertical layout now and then 
8579                 still shows sender column'
8580
8581 2008-04-25 [colin]      3.4.0cvs12
8582
8583         * src/Makefile.am
8584         * src/w32-logo.ico
8585         * src/w32-resource.rc
8586                 Patch from Marcus Brinkmann to set an icon on w32.
8587
8588 2008-04-24 [colin]      3.4.0cvs11
8589
8590         * src/inc.c
8591         * src/inc.h
8592                 Trace inc locks
8593         * src/ldif.c
8594         * src/ldif.h
8595                 Fix bug 1581, 'Bad File Format during Import LDIF':
8596                 Use dynamically allocated buffers; also, allow 
8597                 importing contacts with no email address
8598
8599 2008-04-24 [colin]      3.4.0cvs10
8600
8601         * src/prefs_common.c
8602                 Increment the timeout a bit on OpenBSD, 75 isn't enough
8603
8604 2008-04-23 [colin]      3.4.0cvs9
8605
8606         * src/compose.c
8607         * src/prefs_folder_item.c
8608         * src/prefs_template.c
8609         * src/quote_fmt.c
8610                 Fix bug 1576: Fix unescaping of templates when testing them
8611                 I think it breaks nothing. (wwp, you're welcome to double-check)
8612
8613 2008-04-23 [paul]       3.4.0cvs8
8614
8615         * manual/advanced.xml
8616                 add info about the "two_line_vertical" hidden
8617                 pref
8618
8619 2008-04-22 [paul]       3.4.0cvs7
8620
8621         * src/prefs_common.c
8622         * src/prefs_common.h
8623         * src/summaryview.c
8624                 make the 2-line view in summaryview when in three
8625                 columns mode configurable. hidden pref: "two_line_vertical"
8626
8627 2008-04-22 [colin]      3.4.0cvs6
8628
8629         * src/inc.c
8630                 Fix missing inc_unlock()
8631         * src/prefs_matcher.c
8632         * src/send_message.c
8633                 Fix my last commit
8634
8635 2008-04-22 [colin]      3.4.0cvs5
8636
8637         * src/etpan/imap-thread.c
8638                 Use g_(un)setenv instead of (un)setenv which
8639                 doesn't exist on IRIX 6.5
8640
8641 2008-04-22 [colin]      3.4.0cvs4
8642
8643         * src/inc.c
8644         * src/prefs_common.c
8645         * src/send_message.c
8646                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
8647                 Set the default timeout to 75 seconds
8648
8649 2008-04-20 [colin]      3.4.0cvs3
8650
8651         * src/pixmaps/tray_newmail.offline.xpm
8652         * src/pixmaps/tray_newmail.xpm
8653         * src/pixmaps/tray_newmarkedmail.offline.xpm
8654         * src/pixmaps/tray_newmarkedmail.xpm
8655         * src/pixmaps/tray_nomail.offline.xpm
8656         * src/pixmaps/tray_nomail.xpm
8657         * src/pixmaps/tray_unreadmail.offline.xpm
8658         * src/pixmaps/tray_unreadmail.xpm
8659         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
8660         * src/pixmaps/tray_unreadmarkedmail.xpm
8661                 Make the tray icons a bit nicer. Would be
8662                 nice to get really nice icons from someone
8663                 who's good at Gimp :)
8664
8665 2008-04-18 [colin]      3.4.0cvs2
8666
8667         * src/common/log.c
8668                 Forgot one g_unlink
8669
8670 lease complete the changelog entry below
8671 2008-04-18 [colin]      3.4.0cvs1
8672
8673         * src/addrduplicates.c
8674         * src/addressbook.c
8675         * src/compose.c
8676         * src/crash.c
8677         * src/editaddress.c
8678         * src/folder.c
8679         * src/image_viewer.c
8680         * src/imap.c
8681         * src/inc.c
8682         * src/main.c
8683         * src/mbox.c
8684         * src/messageview.c
8685         * src/mh.c
8686         * src/msgcache.c
8687         * src/news.c
8688         * src/partial_download.c
8689         * src/pop.c
8690         * src/prefs_common.c
8691         * src/prefs_common.h
8692         * src/prefs_other.c
8693         * src/prefs_themes.c
8694         * src/procheader.c
8695         * src/procmime.c
8696         * src/procmsg.c
8697         * src/textview.c
8698         * src/wizard.c
8699         * src/common/prefs.c
8700         * src/common/ssl_certificate.c
8701         * src/common/template.c
8702         * src/common/utils.c
8703         * src/common/utils.h
8704         * src/etpan/imap-thread.c
8705         * src/plugins/dillo_viewer/dillo_viewer.c
8706         * src/plugins/pgpcore/sgpgme.c
8707         * src/plugins/pgpinline/pgpinline.c
8708                 Add an option to shred temporary files and messages
8709                 instead of just removing them. Slows deletions down!
8710
8711 2008-04-18 [paul]       3.4.0
8712
8713         * NEWS
8714         * README
8715         * RELEASE_NOTES 
8716                 3.4.0 released
8717
8718
8719 2008-04-18 [paul]       3.3.1cvs61
8720
8721         * po/de.po
8722         * po/fi.po
8723         * po/it.po
8724         * po/pt_BR.po
8725                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
8726                 and Frederico Goncalves Guimaraes
8727         * po/es.po
8728                 updated on the last minute by a lazy Ricardo Mones
8729
8730 2008-04-18 [colin]      3.3.1cvs60
8731
8732         * po/fr.po
8733                 Update translation (Fabien Vantard)
8734
8735 2008-04-17 [colin]      3.3.1cvs59
8736
8737         * src/imap.c
8738                 Fix debian bug 474712, 'claws seg faults when IMAP 
8739                 connection breaks after an IMAP protocol error 
8740                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
8741         * src/summaryview.c
8742                 Fix a little leak
8743
8744 2008-04-17 [colin]      3.3.1cvs58
8745
8746         * src/common/log.c
8747                 Fix log size getting out of control (claws-mail
8748                 getting SIGXFSZ): rotate if every 10MB
8749
8750 2008-04-10 [paul]       3.3.1cvs57
8751
8752         * src/prefs_other.c
8753                 improvements to english usage
8754
8755 2008-04-10 [paul]       3.3.1cvs56
8756
8757         * src/prefs_receive.c
8758                 add an accurate description
8759
8760 2008-04-08 [colin]      3.3.1cvs55
8761
8762         * src/undo.c
8763                 Probably fix corruption, introduced in cvs53
8764
8765 2008-04-04 [iwkse]      3.3.1cvs54
8766
8767         * src/undo.c
8768                 undo should works properly again
8769
8770 2008-04-04 [iwkse]      3.3.1cvs53
8771
8772         * src/undo.c
8773                 Fix a segfault but breaks undo
8774                 on a specific case (eg. double paste with
8775                 middle-mouse button)
8776
8777 2008-04-04 [iwkse]      3.3.1cvs52
8778
8779         * src/prefs_filtering.c
8780                 Fix previous Tab mess
8781
8782 2008-04-03 [iwkse]      3.3.1cvs51
8783
8784         * src/prefs_filtering.c
8785                 Add search in filtering rules list
8786
8787 2008-04-02 [colin]      3.3.1cvs50
8788
8789         * src/main.c
8790                 Revert part of the previous patch: we do
8791                 want to parse ~/.claws-mail/gtkrc-2.0 if it
8792                 exists
8793
8794 2008-04-02 [colin]      3.3.1cvs49
8795
8796         * src/main.c
8797                 Fix bug 1562, 'Claws-Mail does not completely 
8798                 respect settings in GTK2_RC_FILES environment'
8799                 Remove manual parsing of .gtkrc-2.0 and 
8800                 .gtk/gtkrc-2.0. GTK does it itself these days.
8801
8802 2008-04-01 [colin]      3.3.1cvs48
8803
8804         * src/imap_gtk.c
8805                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
8806                 ticking "Show only subscribed"'
8807
8808 2008-03-31 [colin]      3.3.1cvs47
8809
8810         * src/folder.c
8811                 Fix bug 1553, 'File lock not respected'
8812                 Regression due to the implementation of
8813                 deletion batching
8814
8815 2008-03-31 [colin]      3.3.1cvs46
8816
8817         * src/mainwindow.c
8818                 Fix tags menu update, thanks to Paul
8819
8820 2008-03-29 [wwp]        3.3.1cvs45
8821
8822         * src/prefs_account.c
8823         * src/prefs_common.c
8824         * src/prefs_folder_item.c
8825         * src/prefs_quote.c
8826         * src/quote_fmt.c
8827         * src/quote_fmt.h
8828                 Fix compose template formats (in global preferences)
8829                 being translated under specific conditions.
8830                 Add a button to restore factory defaults for current
8831                 language.
8832
8833 2008-03-27 [colin]      3.3.1cvs44
8834
8835         * src/common/prefs.c
8836         * src/common/xmlprops.c
8837                 Fix RedHat bug 431735, 'segfault if /home is full' 
8838                 (when starting): Fix double fclose() in prefs.c
8839                 and potentially xmlprops.c
8840
8841 2008-03-27 [colin]      3.3.1cvs43
8842
8843         * src/addressbook.c
8844                 Fix bug 1559, 'Claws Mail crashed deleting all 
8845                 common contacts'
8846
8847 2008-03-27 [wwp]        3.3.1cvs42
8848
8849         * src/addressbook.c
8850                 Fix 3.3.0cvs41.
8851
8852 2008-03-27 [wwp]        3.3.1cvs41
8853
8854         * src/addressbook.c
8855                 Prevent list flickering when deleting addresses.
8856
8857 2008-03-26 [colin]      3.3.1cvs40
8858
8859         * src/imap.c
8860                 Clean up session disconnection. Possibly
8861                 fix Ubuntu bug #204290
8862
8863 2008-03-26 [colin]      3.3.1cvs39
8864
8865         * src/textview.c
8866                 Fix bug 1555: current folder wasn't used when
8867                 right-clicking on an email address
8868
8869 2008-03-25 [colin]      3.3.1cvs38
8870
8871         * src/plugins/bogofilter/bogofilter.c
8872         * src/plugins/bogofilter/bogofilter.h
8873         * src/plugins/bogofilter/bogofilter_gtk.c
8874                 Add a "learn from whitelist" preference
8875                 Whitelist Unsure mails too.
8876
8877 2008-03-24 [paul]       3.3.1cvs37
8878
8879         * src/prefs_account.c
8880                 If no MH mailbox and no account exists, when
8881                 creating a POP/Local account, just create and
8882                 use the default one instead of bailing with a
8883                 "Mailbox doesn't exist" error
8884
8885 2008-03-21 [colin]      3.3.1cvs36
8886
8887         * src/procmime.c
8888                 strstrip mime subtype
8889
8890 2008-03-21 [paul]       3.3.1cvs35
8891
8892         * manual/advanced.xml
8893                 correct and update the info about Actions
8894
8895 2008-03-20 [colin]      3.3.1cvs34
8896
8897         * src/messageview.c
8898         * src/messageview.h
8899         * src/textview.c
8900                 Show at max 1MB of text, add a noticeview to
8901                 show everything optionally.
8902
8903 2008-03-20 [colin]      3.3.1cvs33
8904
8905         * src/stock_pixmap.c
8906                 Add support for png themes
8907
8908 2008-03-19 [wwp]        3.3.1cvs32
8909
8910         * src/procheader.c
8911                 Sanity check.
8912
8913 2008-03-18 [colin]      3.3.1cvs31
8914
8915         * src/common/utils.c
8916         * src/common/utils.h
8917                 Handle size_t instead of off_t in to_human_readable
8918
8919 2008-03-18 [colin]      3.3.1cvs30
8920
8921         * src/imap.c
8922                 Remove raw printf
8923
8924 2008-03-16 [colin]      3.3.1cvs29
8925
8926         * src/summaryview.c
8927                 Fix build on GTK < 2.12
8928
8929 2008-03-16 [colin]      3.3.1cvs28
8930
8931         * src/mainwindow.c
8932                 Refresh non-list widget when switching
8933                 messageview
8934
8935 2008-03-16 [colin]      3.3.1cvs27
8936
8937         * manual/faq.xml
8938                 Revert cvs25: This wasn't a typo :) :
8939                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
8940
8941
8942 2008-03-16 [colin]      3.3.1cvs26
8943
8944         * src/summaryview.c
8945         * src/gtk/gtksctree.c
8946         * src/gtk/gtksctree.h
8947                 Implement 2-lines items in Summaryview when in 
8948                 three columns mode
8949
8950 2008-03-16 [paul]       3.3.1cvs25
8951
8952         * manual/faq.xml
8953                 fix typo
8954
8955 2008-03-14 [colin]      3.3.1cvs24
8956
8957         * src/prefs_filtering_action.c
8958                 Fix buglet on setting recipient when
8959                 reediting forward rules.
8960
8961 2008-03-12 [colin]      3.3.1cvs23
8962
8963         * src/summaryview.c
8964                 Fix a new unused variable warning
8965         * src/plugins/trayicon/trayicon.c
8966                 Fix folderview's scrollbar at startup
8967                 if starting hidden
8968
8969 2008-03-12 [colin]      3.3.1cvs22
8970
8971         * src/folderview.c
8972         * src/summaryview.c
8973                 Use item_opened at the beginning of showing
8974                 a folder instead of the end. Fixes flicker.
8975
8976 2008-03-12 [paul]       3.3.1cvs21
8977
8978         * src/folder.c
8979         * src/folder.h
8980         * src/mainwindow.c
8981         * src/procmsg.c
8982         * src/summaryview.c
8983         * src/plugins/trayicon/trayicon.c
8984                 add tooltip with extended folder stats
8985
8986 2008-03-10 [colin]      3.3.1cvs20
8987
8988         * src/common/xml.c
8989                 Handle comments
8990
8991 2008-03-07 [colin]      3.3.1cvs19
8992
8993         * src/mainwindow.c
8994                 Fix blinking of the taskbar entry
8995
8996 2008-03-07 [colin]      3.3.1cvs18
8997
8998         * src/mainwindow.c
8999                 MAEMO: Fix bug 1494, 'Trayicon 
9000                 plugin breaks UI...'
9001
9002 2008-03-07 [paul]       3.3.1cvs17
9003
9004         * src/gtk/authors.h
9005                 reflect reality a bit more closely
9006
9007 2008-03-06 [colin]      3.3.1cvs16
9008
9009         * src/mainwindow.c
9010         * src/mainwindow.h
9011         * src/summaryview.c
9012         * src/summaryview.h
9013         * src/toolbar.c
9014                 Integrate things better wrt the new
9015                 summaryview extensibility.
9016
9017 2008-03-06 [wwp]        3.3.1cvs15
9018
9019         * src/quote_fmt.c
9020                 Fix some gcc warnings.
9021
9022 2008-03-06 [wwp]        3.3.1cvs14
9023
9024         * src/prefs_account.c
9025         * src/prefs_folder_item.c
9026         * src/prefs_gtk.c
9027         * src/prefs_template.c
9028         * src/gtk/prefswindow.c
9029         * src/gtk/prefswindow.h
9030                 prefs_templates: fix missing unregistering of addr_completion widgets
9031                 and and ending of addr_completion service.
9032                 prefs_folder_item: fix missing registering/unregistering of widgets,
9033                 and rework the way add_completion service is started and stopped.
9034                 Plus few prefswindow API changes (opening).
9035
9036 2008-03-06 [wwp]        3.3.1cvs13
9037
9038         * src/folder_item_prefs.c
9039         * src/prefs_template.c
9040         * src/prefs_template.h
9041         * src/quote_fmt.c
9042         * src/common/template.c
9043                 Complete 3.3.1cvs12, thanks to Colin.
9044
9045 2008-03-06 [wwp]        3.3.1cvs12
9046
9047         * src/compose.c
9048         * src/folder_item_prefs.c
9049         * src/folder_item_prefs.h
9050         * src/prefs_account.c
9051         * src/prefs_folder_item.c
9052         * src/prefs_quote.c
9053         * src/prefs_template.c
9054         * src/quote_fmt.c
9055         * src/quote_fmt.h
9056         * src/common/template.c
9057         * src/common/template.h
9058                 Global and per-folder templates can now override the from name (this
9059                 doesn't change the account being used).
9060                 Examples:
9061                  "My other name" <%account_email> (just changes the name)
9062                  my.faked.email@address.org (overrides the address too)
9063
9064 2008-03-05 [colin]      3.3.1cvs11
9065
9066         * src/summaryview.c
9067         * src/summaryview.h
9068                 Replace that hbox with a notebook
9069
9070 2008-03-05 [colin]      3.3.1cvs10
9071
9072         * src/folder.h
9073         * src/folderview.c
9074                 Add klass functions for notification of folder
9075                 opening/closing via the GUI
9076         * src/summaryview.c
9077         * src/summaryview.h
9078                 Add a specific container for the scrolledwin
9079
9080 2008-03-05 [colin]      3.3.1cvs9
9081
9082         * src/folder.h
9083         * src/folderview.c
9084                 Add klass functions for notification of folder 
9085                 opening/closing via the GUI
9086         * src/summaryview.c
9087         * src/summaryview.h
9088                 Add a specific container for the scrolledwin
9089
9090 2008-03-02 [colin]      3.3.1cvs8
9091
9092         * src/messageview.c
9093                 MAEMO: Fix bug 1541, 'Deleting message from within 
9094                 read window displays next message then closes.'
9095
9096 2008-03-02 [colin]      3.3.1cvs7
9097
9098         * src/main.c
9099                 Probably fix bug 1539, 'Program crashes':
9100                 Setup Gcrypt's thread functions when built
9101                 with GnuTLS
9102
9103 2008-03-01 [colin]      3.3.1cvs6
9104
9105         * src/folder.c
9106         * src/imap_gtk.c
9107                 Get rid of stale folders with no account
9108
9109 2008-02-28 [colin]      3.3.1cvs5
9110
9111         * src/compose.c
9112                 Fix bug 1534, 'Segmentation fault when doing 
9113                 some draft saving and then throwing away'
9114         * src/imap.c
9115                 Fix bug 1533, 'Claws is unable to mark messages 
9116                 as "read" in IMAP shared folders'
9117         * src/etpan/imap-thread.c
9118                 Fix bug 1515, 'large messages crash claws when 
9119                 syncing for offline mode'. This is rather a
9120                 workaround, and mails > 64MB will still be
9121                 problematic if there's less than 64MB available
9122                 on the dataroot volume.
9123         * src/messageview.c
9124                 MAEMO: Add information when fetching big messages
9125
9126 2008-02-26 [colin]      3.3.1cvs4
9127
9128         * src/imap.c
9129                 fix bug 1532, '"login refused" message insufficiently 
9130                 detailed'
9131
9132 2008-02-26 [paul]       3.3.1cvs3
9133
9134         * INSTALL
9135         * README
9136                 remove mentions of ClamAV and a few other
9137                 old bits of information
9138
9139 2008-02-23 [colin]      3.3.1cvs2
9140
9141         * src/main.c
9142                 Fix log output (missing \n)
9143
9144 2008-02-23 [colin]      3.3.1cvs1
9145
9146         * configure.ac
9147                 Bump version number for stable release
9148
9149 2008-02-23 [paul]       3.3.0cvs21
9150
9151         * po/he.po
9152                 updated by Ofer
9153
9154 2008-02-21 [colin]      3.3.0cvs20
9155
9156         * src/matcher.c
9157                 Fix bug 1527, 'filtering is case sensitive when it 
9158                 shouldn't be'
9159
9160 2008-02-20 [colin]      3.3.0cvs19
9161
9162         * src/main.c
9163                 Fix file attachments from older Thunar
9164
9165 2008-02-19 [colin]      3.3.0cvs18
9166
9167         * manual/plugins.xml
9168         * manual/es/plugins.xml
9169         * manual/fr/plugins.xml
9170         * manual/pl/plugins.xml
9171                 Remove Clamav
9172
9173 2008-02-19 [paul]       3.3.0cvs17
9174
9175         * tools/README
9176         * tools/csv2addressbook.pl
9177                 add support for Kmail/Kaddressbook
9178
9179 2008-02-18 [colin]      3.3.0cvs16
9180
9181         * src/imap.c
9182                 Unset folder's session before creating a
9183                 new one
9184         * src/main.c
9185         * src/prefs_common.c
9186         * src/prefs_common.h
9187         * manual/advanced.xml
9188                 Add an hidden use_networkmanager pref, to
9189                 disable NetworkManager handling. Also,
9190                 consider UNKNOWN state to be CONNECTED.
9191
9192 2008-02-18 [wwp]        3.3.0cvs15
9193
9194         * src/matcher.c
9195                 Fix Engrish and make 'not' more visible in filtering debug logs.
9196
9197 2008-02-15 [colin]      3.3.0cvs14
9198
9199         * src/matcher.c
9200                 Revert cvs10 for now, it breaks the feature
9201
9202 2008-02-15 [colin]      3.3.0cvs13
9203
9204         * src/main.c
9205                 Always focus folder tree at startup
9206         * src/compose.c
9207                 Fix bug 1521, 'Cannot close compose window after 
9208                 replying to a non-existent news message'
9209
9210 2008-02-13 [colin]      3.3.0cvs12
9211
9212         * src/folderview.c
9213                 Fix important warnings
9214
9215 2008-02-12 [colin]      3.3.0cvs11
9216
9217         * src/imap.c
9218         * src/etpan/imap-thread.c
9219         * src/etpan/imap-thread.h
9220                 Fix handling of $Forwarded flag on Exchange:
9221                 check for the existence or creatability of a
9222                 flag before using it.
9223
9224 2008-02-12 [colin]      3.3.0cvs10
9225
9226         * src/matcher.c
9227                 Optimise matching on Found in addressbook if
9228                 the matched header is in cache (From, etc)
9229
9230 2008-02-12 [colin]      3.3.0cvs9
9231
9232         * src/folderview.c
9233                 Fix crashy stuff when changing displayed
9234                 columns
9235
9236 2008-02-12 [wwp]        3.3.0cvs8
9237
9238         * src/folder.h
9239                 Remove duplicate func declaration and restore the one
9240                 a missing one.
9241
9242 2008-02-12 [wwp]        3.3.0cvs7
9243
9244         * src/compose.c
9245         * src/export.c
9246         * src/folder.c
9247         * src/folder.h
9248         * src/foldersel.c
9249         * src/foldersel.h
9250         * src/imap_gtk.c
9251         * src/import.c
9252         * src/mainwindow.c
9253         * src/messageview.c
9254         * src/mh_gtk.c
9255         * src/prefs_account.c
9256         * src/prefs_filtering_action.c
9257         * src/summaryview.c
9258         * src/plugins/bogofilter/bogofilter_gtk.c
9259         * src/plugins/spamassassin/spamassassin_gtk.c
9260                 Allow moving/copying folders to root folders when using
9261                 the folder selection dialog (it was not possible to
9262                 maemo users to reparent a subfolder to a root folder
9263                 at all).
9264
9265 2008-02-12 [fabien]     3.3.0cvs6
9266
9267         * po/fr.po
9268                 a few days late for i18n fr update. Sorry.
9269
9270 2008-02-11 [colin]      3.3.0cvs5
9271
9272         * src/main.c
9273                 Implement support for future /dev/mem_notify.
9274                 This Linux kernel feature will allow applications
9275                 to be notified that memory has to be freed
9276                 before getting OOM-killed. For more information:
9277                 http://lwn.net/Articles/267013/
9278
9279 2008-02-10 [paul]       3.3.0cvs4
9280
9281         * src/Makefile.am
9282         * src/mimeview.c
9283         * src/prefs_toolbar.c
9284         * src/stock_pixmap.c
9285         * src/stock_pixmap.h
9286         * src/pixmaps/mime_text_patch.xpm
9287                 add an icon for attached patches
9288
9289 2008-02-09 [paul]       3.3.0cvs3
9290
9291         * src/gtk/about.c
9292                 bump the (c) year
9293
9294 2008-02-09 [wwp]        3.3.0cvs2
9295
9296         * src/main.c
9297                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
9298
9299 2008-02-08 [colin]      3.3.0cvs1
9300
9301         * src/common/utils.c
9302                 Forbid attaching anything containing "../" or ".ssh/"
9303                 from mailto: URI
9304
9305 2008-02-08 [paul]       3.3.0
9306
9307         * NEWS
9308         * README
9309         * RELEASE_NOTES 
9310                 3.3.0 released
9311
9312 2008-02-08 [paul]       3.2.0cvs77
9313
9314         * AUTHORS
9315                 updated with new translators
9316         * configure.ac
9317                 added he to ALL_LINGUAS
9318         * po/cs.po
9319         * po/de.po
9320         * po/es.po
9321         * po/fi.po
9322         * po/hu.po
9323         * po/it.po
9324         * po/pt_BR.po
9325         * po/zh_CN.po
9326                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
9327                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
9328                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
9329                 and Ralph Young
9330         * po/he.po
9331                 new Hebrew translation by Ofer <oc666@netvision.net.il>
9332         * src/gtk/about.c
9333                 updated with new translators and bumped (c) year
9334         * src/gtk/authors.h
9335                 updated with new translators
9336
9337 2008-02-05 [colin]      3.2.0cvs76
9338
9339         * src/messageview.c
9340         * src/mimeview.c
9341         * src/mimeview.h
9342                 Special case text/calendar parts: if there's one in
9343                 the mail, and a plugin handling text/calendar is
9344                 loaded, show that part. That'll avoid rendering 
9345                 meetings as plain text, which just looks broken to
9346                 many users.
9347
9348 2008-02-04 [colin]      3.2.0cvs75
9349
9350         * src/mainwindow.c
9351                 Maemo: Fix LED handling on OS 2008
9352
9353 2008-02-01 [colin]      3.2.0cvs74
9354
9355         * src/compose.c
9356                 Possibly fix the annoying and hard-to reproduce bug
9357                 where lines 
9358                 are
9359                 rewrapped
9360                 like
9361                 that.
9362
9363 2008-02-01 [paul]       3.2.0cvs73
9364
9365         * src/common/utils.c
9366                 fix bug 1502, 'Plus signs are stripped from
9367                 email addresses when calling from command line'
9368                 Thanks to Colin
9369
9370 2008-01-31 [colin]      3.2.0cvs72
9371
9372         * src/exphtmldlg.c
9373         * src/mimeview.c
9374         * src/summaryview.c
9375                 Fix building of URIs from filenames
9376
9377 2008-01-31 [wwp]        3.2.0cvs71
9378
9379         * src/main.c
9380                 Fixes debug output of compiled-in features list
9381                 (completes 3.2.0cvs60).
9382
9383 2008-01-31 [colin]      3.2.0cvs70
9384
9385         * configure.ac
9386         * po/POTFILES.in
9387         * src/compose.c
9388         * src/plugins/Makefile.am
9389         * src/plugins/clamav/.cvsignore
9390         * src/plugins/clamav/Makefile.am
9391         * src/plugins/clamav/README
9392         * src/plugins/clamav/clamav_plugin.c
9393         * src/plugins/clamav/clamav_plugin.h
9394         * src/plugins/clamav/clamav_plugin_gtk.c
9395         * src/plugins/clamav/clamav_plugin_gtk.deps
9396                 Remove the Clamav plugin from the core
9397
9398 2008-01-28 [wwp]        3.2.0cvs69
9399
9400         * src/compose.c
9401         * src/prefs_template.c
9402         * src/prefs_template.h
9403         * src/quote_fmt.c
9404         * src/quote_fmt.h
9405         * src/quote_fmt_lex.l
9406         * src/quote_fmt_parse.y
9407                 Fix for bug #1493: count lines (\n chars) according to the way
9408                 format body is passed (i.e. \-escaped or not).
9409
9410 2008-01-27 [paul]       3.2.0cvs68
9411
9412         * po/en_GB.po
9413                 updated
9414         * src/prefs_actions.c
9415         * src/prefs_filtering.c
9416         * src/prefs_folder_item.c
9417         * src/prefs_template.c
9418         * src/gtk/about.c
9419                 some minor changes to the English
9420
9421 2008-01-24 [colin]      3.2.0cvs67
9422
9423         * src/etpan/imap-thread.c
9424         * src/etpan/nntp-thread.c
9425                 Fix bug 1348, 'Hang ups at exit time with 
9426                 pgp plugin since 3.0.2'
9427
9428 2008-01-23 [colin]      3.2.0cvs66
9429
9430         * src/toolbar.c
9431                 Fix translation of something that shouldn't be
9432
9433 2008-01-23 [colin]      3.2.0cvs65
9434
9435         * src/procmime.c
9436                 Fix bug 1486, 'Re: Incorrect content when replying'
9437                 Revert to full scan if short scan found only 0-length
9438                 text parts
9439
9440 2008-01-23 [paul]       3.2.0cvs64
9441
9442         * src/prefs_folder_item.c
9443                 fix bug 1485, 'selecting a folder's default
9444                 account if name contains '&''
9445
9446 2008-01-23 [colin]      3.2.0cvs63
9447
9448         * src/folder.c
9449         * src/folder.h
9450         * src/main.c
9451         * src/mainwindow.c
9452                 Fix bug 1480, 'should be able to display mail file
9453                 from command line'. Let 'claws-mail --select' accept
9454                 absolute paths in addition to folder identifiers.
9455
9456 2008-01-22 [wwp]        3.2.0cvs62
9457
9458         * src/account.c
9459         * src/account.h
9460         * src/compose.c
9461         * src/messageview.c
9462         * src/summaryview.c
9463         * src/common/utils.c
9464         * src/common/utils.h
9465                 Allow from=address in mailto sequence:
9466                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
9467                   The 'from' will try to select the first account matching in accounts list,
9468                   otherwise will use the usual account selection mechanism but override with
9469                   this 'from' address.
9470                 Allow mailto with NNTP accounts
9471                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
9472                   is the default one or if a NNTP account address is used with 'from'.
9473                   This is more or less a bugfix as it was possible to use mailto with a NNTP
9474                   default account but the complete mailto sequence was put in To.
9475
9476 2008-01-22 [wwp]        3.2.0cvs61
9477
9478         * doc/man/claws-mail.1
9479                 Updated the man page: status of few features, command-line
9480                 usage (--version-full) and completed list of config files
9481                 and dirs.
9482
9483 2008-01-22 [wwp]        3.2.0cvs60
9484
9485         * src/main.c
9486                 Added --version-full to display version and compiled-in
9487                 features list (for later use by Clawsker for instance).
9488
9489 2008-01-22 [holger]     3.2.0cvs59
9490
9491         * src/addrduplicates.c
9492                 Fix scrolling in addressbook duplicate
9493                 finder result dialog
9494
9495 2008-01-21 [colin]      3.2.0cvs58
9496
9497         * src/summaryview.c
9498                 Fix bug 1457, 'sorting messages on, say, from, 
9499                 should subsort on previous sort choice'. Subsort
9500                 by date when sort is Subject, From, To, Tags.
9501
9502 2008-01-21 [colin]      3.2.0cvs57
9503
9504         * AUTHORS
9505         * src/matcher.c
9506         * src/mimeview.c
9507         * src/common/ssl.c
9508         * src/gtk/authors.h
9509                 Fix bug 1478, 'Wrong pthread_create calls all 
9510                 over the place'. Patch by Christian Cornelssen
9511
9512 2008-01-20 [colin]      3.2.0cvs56
9513
9514         * src/imap.c
9515         * src/etpan/imap-thread.c
9516         * src/etpan/imap-thread.h
9517                 Fix bug 1468, 'Use IMAP keyword to 
9518                 store "forwarded" flag'
9519
9520 2008-01-20 [colin]      3.2.0cvs55
9521
9522         * src/folderutils.c
9523                 Make list operations faster
9524
9525 2008-01-20 [colin]      3.2.0cvs54
9526
9527         * src/mainwindow.c
9528                 Fix bug 1353, 'on startup with small screen 
9529                 layout, keyboard input gets lost'
9530
9531 2008-01-20 [colin]      3.2.0cvs53
9532
9533         * src/textview.c
9534                 Complete 3.2.0cvs49, and fixes bug 1477, 
9535                 'Claws Mail crashes when view PGP-encrypted 
9536                 message'
9537
9538 2008-01-20 [colin]      3.2.0cvs52
9539
9540         * src/compose.c
9541                 Fix privacy menu update when replying to
9542                 encrypted mail and no default privacy 
9543                 system is set
9544
9545 2008-01-19 [colin]      3.2.0cvs51
9546
9547         * src/filtering.c
9548         * src/procmsg.h
9549         * src/plugins/bogofilter/bogofilter.c
9550         * src/plugins/clamav/clamav_plugin.c
9551         * src/plugins/spamassassin/spamassassin.c
9552                 Batch filtering deletions too (and save 4 bytes
9553                 per MsgInfo in the process :)
9554
9555 2008-01-19 [colin]      3.2.0cvs50
9556
9557         * src/folder.c
9558                 Make cache update after copies much faster
9559                 on IMAP
9560
9561 2008-01-19 [colin]      3.2.0cvs49
9562
9563         * src/textview.c
9564                 Check g_fopen() success
9565
9566 2008-01-17 [wwp]        3.2.0cvs48
9567
9568         * manual/faq.xml
9569         * manual/es/faq.xml
9570         * manual/fr/faq.xml
9571         * manual/pl/faq.xml
9572                 Sylpheed? No idea what this means.
9573
9574 2008-01-17 [colin]      3.2.0cvs47
9575
9576         * src/gtk/gtksctree.c
9577                 Make dnd threshold higher on Maemo
9578
9579 2008-01-16 [colin]      3.2.0cvs46
9580
9581         * src/common/passcrypt.c
9582                 Fix build on FreeBSD, thanks to Pawel
9583
9584 2008-01-15 [colin]      3.2.0cvs45
9585
9586         * src/compose.c
9587                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
9588                 spell check of actuall word'
9589         * src/summaryview.c
9590                 Temporarily disable immediate execution when learning
9591                 spam *only* if the summaryview isn't locked
9592
9593 2008-01-15 [wwp]        3.2.0cvs44
9594
9595         * src/prefs_filtering.c
9596                 Fix filtering prefs layout (Maemo port), moving page up/down
9597                 from buttons to context menu.
9598
9599 2008-01-15 [colin]      3.2.0cvs43
9600
9601         * src/compose.c
9602                 Fix bug 1465, 'First line in new message does not mark URLs'
9603
9604 2008-01-15 [colin]      3.2.0cvs42
9605
9606         * src/common/passcrypt.c
9607                 Fix bug 1461, 'several components #define 
9608                 _XOPEN_SOURCE improperly'
9609
9610 2008-01-15 [colin]      3.2.0cvs41
9611
9612         * src/summaryview.c
9613                 Fix bug 1469, 'Column width adjustments on message 
9614                 lists do not save'
9615
9616 2008-01-14 [holger]     3.2.0cvs40
9617
9618         * configure.ac
9619                 Add tests for dbus, dbus glib bindings,
9620                 and NetworkManager. All is optional. Add new
9621                 --(en|dis)able-networkmanager-support switch.
9622         * src/Makefile.am
9623         * src/imap.c
9624         * src/inc.c
9625         * src/main.c
9626         * src/main.h
9627         * src/mainwindow.c
9628         * src/gtk/about.c
9629                 Add optional NetworkManager support, so Claws Mail
9630                 can try to do the right thing when the network connection
9631                 status changes. NetworkManager support is active by
9632                 default if above requirements were met.
9633
9634 2008-01-12 [colin]      3.2.0cvs39
9635
9636         * src/summaryview.c
9637                 Advertise the click-on-reply feature in the tooltip
9638
9639 2008-01-12 [colin]      3.2.0cvs38
9640
9641         * src/Makefile.am
9642         * src/stock_pixmap.c
9643         * src/stock_pixmap.h
9644         * src/pixmaps/tray_newmail.offline.xpm
9645         * src/pixmaps/tray_newmail.xpm
9646         * src/pixmaps/tray_newmarkedmail.offline.xpm
9647         * src/pixmaps/tray_newmarkedmail.xpm
9648         * src/pixmaps/tray_nomail.offline.xpm
9649         * src/pixmaps/tray_nomail.xpm
9650         * src/pixmaps/tray_unreadmail.offline.xpm
9651         * src/pixmaps/tray_unreadmail.xpm
9652         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
9653         * src/pixmaps/tray_unreadmarkedmail.xpm
9654         * src/plugins/trayicon/Makefile.am
9655         * src/plugins/trayicon/newmail.offline.xpm
9656         * src/plugins/trayicon/newmail.xpm
9657         * src/plugins/trayicon/newmarkedmail.offline.xpm
9658         * src/plugins/trayicon/newmarkedmail.xpm
9659         * src/plugins/trayicon/nomail.offline.xpm
9660         * src/plugins/trayicon/nomail.xpm
9661         * src/plugins/trayicon/trayicon.c
9662         * src/plugins/trayicon/unreadmail.offline.xpm
9663         * src/plugins/trayicon/unreadmail.xpm
9664         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9665         * src/plugins/trayicon/unreadmarkedmail.xpm
9666                 Make the Trayicon plugin icons themable
9667
9668 2008-01-12 [wwp]        3.2.0cvs37
9669
9670         * src/prefs_display_header.c
9671                 Fix extra leading hyphen visible in the display
9672                 header configuration combo list (maemo).
9673
9674 2008-01-11 [colin]      3.2.0cvs36
9675
9676         * src/imap.c
9677                 Set timeout to 1 before disconnecting all -
9678                 for when one switches to offline and has 
9679                 no network anymore
9680         * src/messageview.c
9681                 Fix bug 1454, 'error message shows parts and 
9682                 signature of previous messages'
9683         * src/prefs_common.c
9684                 Maemo: Hide Send dialog by default
9685
9686 2008-01-10 [colin]      3.2.0cvs35
9687
9688         * src/action.c
9689         * src/editldap.c
9690         * src/prefs_account.c
9691         * src/wizard.c
9692         * src/gtk/inputdialog.c
9693         * src/plugins/pgpcore/passphrase.c
9694                 Maemo: Fix bug 1455, 'Password enters leading letter 
9695                 incorrectly as uppercase'
9696
9697 2008-01-09 [colin]      3.2.0cvs34
9698
9699         * po/pl.po
9700                 Fix bug 1446, 'SC crashes frequently when staying 
9701                 in background'. Format string error in Polish 
9702                 translation
9703         * src/gtk/description_window.c
9704         * src/prefs_template.c
9705                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
9706                 patch by Pawel
9707         * src/wizard.c
9708                 Maemo: Fix build
9709
9710 2008-01-08 [colin]      3.2.0cvs33
9711
9712         * src/main.c
9713                 Maemo: connect HW status change signal for shutdown
9714         * src/mainwindow.c
9715                 Maemo: Fix hardware space key
9716         * src/wizard.c
9717                 Maemo: name mmc1 and 2 a better name
9718
9719 2008-01-08 [wwp]        3.2.0cvs32
9720
9721         * src/folder.c
9722         * src/folder_item_prefs.c
9723         * src/folder_item_prefs.h
9724         * src/prefs_folder_item.c
9725                 It's now possible to disable processing rules when
9726                 entering a folder (this adds a new option to the
9727                 folder properties dialog).
9728
9729 2008-01-08 [wwp]        3.2.0cvs31
9730
9731         * src/common/utils.c
9732                 Mailto: now supports 'insert' (stands for 'insert file'), this
9733                 adds the ability to create a new message from the command-line,
9734                 with body set from an existing file contents.
9735
9736 2008-01-08 [colin]      3.2.0cvs30
9737
9738         * src/summaryview.c
9739                 Maybe fix bug 1452, 'crash while drag'n'droping 
9740                 emails to an IMAP folder'
9741
9742 2008-01-07 [wwp]        3.2.0cvs29
9743
9744         * src/prefs_filtering.c
9745                 Static-alize a function, thanks to Colin.
9746
9747 2008-01-07 [colin]      3.2.0cvs28
9748
9749         * src/folderview.c
9750                 Fix scrolling to bottom when drag and dropping
9751         * src/summaryview.c
9752                 Fix bug 1445, 'Display sender using addressbook: fails 
9753                 when From: isn't an email address'
9754
9755 2008-01-07 [wwp]        3.2.0cvs27
9756
9757         * src/prefs_actions.c
9758         * src/prefs_filtering.c
9759         * src/prefs_template.c
9760                 Add tooltips to most buttons in the templates, actions and
9761                 filtering/processing dialogs.
9762
9763 2008-01-07 [wwp]        3.2.0cvs26
9764
9765         * src/prefs_filtering.c
9766                  - add a clear button to clear dialog input fields
9767                  - add page up and page down buttons to move selected rule up and down
9768                  - in rules list popup-menu: added Delete, Delete all and Duplicate
9769                  - popup-menu items are greyed out either if the list is empty (not counting the
9770                    (New) row or if there is no selected item
9771                  - clear store when closing dialog
9772
9773         * src/prefs_actions.c
9774                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
9775                    clear button, popup-menu
9776                  - clear store when closing dialog
9777
9778         * src/prefs_template.c
9779                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
9780                    clear button, popup-menu 
9781
9782         * src/addrcustomattr.c
9783                  - renamed popup-menu item Clear list to Delete all
9784                  - grey out popup-menu items is there is no selected item or if list is empty
9785                  - clear store when closing dialog
9786
9787         * src/edittags.c
9788                  - added popup-menu item Delete all
9789                  - grey out popup-menu items is there is no selected item or if list is empty
9790                  - clear store when closing dialog
9791
9792 2008-01-06 [wwp]        3.2.0cvs25
9793
9794         * src/addressadd.c
9795                 One more layout fix by Pawel (completes 3.2.0cvs24).
9796
9797 2008-01-05 [colin]      3.2.0cvs24
9798
9799         * src/addressadd.c
9800                 Little GUI fixes, patch by Pawel
9801
9802 2007-12-29 [wwp]        3.2.0cvs23
9803
9804         * src/compose.c
9805                 Fix for bug #1443, and strip possible whitespaces around
9806                 custom header names.
9807
9808 2007-12-29 [mones]      3.2.0cvs22
9809
9810         * po/es.po
9811                 Updated translation, corrected a term based 
9812                 on suggestion from Israel Saeta P�rez,
9813                 reverted awful X-Mailer translation
9814         * src/procmime.c
9815                 Complete cvs20 for FreeBSD, patch by Pawel
9816
9817 2007-12-29 [colin]      3.2.0cvs21
9818
9819         * src/textview.c
9820                 Fix bug 1442, 'Tags are repeated in 
9821                 encapsulated messages'
9822
9823 2007-12-28 [colin]      3.2.0cvs20
9824
9825         * src/procmime.c
9826                 Fix path to mime/globs. Patch by Marten King.
9827
9828 2007-12-27 [colin]      3.2.0cvs19
9829
9830         * src/plugins/pgpcore/Makefile.am
9831         * src/plugins/pgpinline/Makefile.am
9832         * src/plugins/pgpmime/Makefile.am
9833                 Add missing flags to build pgp plugins on maemo
9834
9835 2007-12-27 [colin]      3.2.0cvs18
9836
9837         * src/mainwindow.c
9838                 Maximise before showing to avoid probable flickering
9839                 on slow computers.
9840
9841 2007-12-27 [colin]      3.2.0cvs17
9842
9843         * src/main.c
9844         * src/mainwindow.c
9845         * src/prefs_common.c
9846         * src/prefs_common.h
9847                 Fix bug 1439, 'Claws Mail does not remember window size 
9848                 state when restarted'. Save maximised state and force
9849                 maximisation at startup if applicable.
9850
9851 2007-12-23 [paul]       3.2.0cvs16
9852
9853         * src/prefs_matcher.c
9854                 fix bug 1436, 'Filter condition dialog doesn't
9855                 load header name from current rules'
9856
9857 2007-12-22 [paul]       3.2.0cvs15
9858
9859         * src/compose.c
9860                 fix bug 1435, 'Reply doesn't take into account
9861                 reply-to field'
9862
9863 2007-12-21 [paul]       3.2.0cvs14
9864
9865         * src/common/ssl_certificate.c
9866                 fix FreeBSD build with IPV6 support 
9867
9868 2007-12-20 [colin]      3.2.0cvs13
9869
9870         * src/imap.c
9871                 Fix error handling
9872
9873 2007-12-20 [colin]      3.2.0cvs12
9874
9875         * src/imap.c
9876         * src/imap.h
9877         * src/prefs_account.c
9878                 Add DIGEST-MD5 support for IMAP authentication
9879
9880 2007-12-19 [mones]      3.2.0cvs11
9881
9882         * doc/man/claws-mail.1
9883                 Better ordering of sections, updated options
9884         * po/es.po
9885                 Updated strings
9886
9887 2007-12-19 [paul]       3.2.0cvs10
9888
9889         * src/prefs_account.c
9890                 use a spinbutton instead of an entry for
9891                 "POP authentication timeout" also
9892
9893 2007-12-19 [colin]      3.2.0cvs9
9894
9895         * src/prefs_filtering_action.c
9896         * src/prefs_matcher.c
9897         * src/gtk/description_window.c
9898                 Destroy info windows with their parents
9899                 Patch by Pawel
9900
9901 2007-12-19 [colin]      3.2.0cvs8
9902
9903         * src/prefs_account.c
9904                 Use spinbuttons instead of entries where needed
9905                 Patch by Pawel
9906
9907 2007-12-18 [paul]       3.2.0cvs7
9908
9909         * src/prefs_matcher.c
9910                 add missing i18n for a few strings
9911                 Patch by Stephan Sachse
9912
9913 2007-12-18 [paul]       3.2.0cvs6
9914
9915         * src/prefs_logging.c
9916                 use 'disk' instead of 'disc'
9917
9918 2007-12-18 [paul]       3.2.0cvs5
9919
9920         * po/en_GB.po
9921                 updated
9922         * src/addrcustomattr.c
9923         * src/editaddress.c
9924                 fixes to the ingleesh
9925         * src/prefs_filtering_action.c
9926                 fix copyright header
9927                 fix untranslated strings
9928         * src/prefs_filtering_action.h
9929                 fix copyright header
9930
9931 2007-12-18 [wwp]        3.2.0cvs4
9932
9933         * src/folderview.c
9934         * src/headerview.c
9935         * src/prefs_common.c
9936         * src/prefs_common.h
9937         * src/prefs_fonts.c
9938         * src/summaryview.c
9939         * src/textview.c
9940         * src/wizard.c
9941         * src/common/defs.h
9942         * src/gtk/gtkutils.c
9943                 Added prefs to set custom small and bold fonts
9944                 (might matter on some desktops, according to
9945                 DPI and font settings).
9946
9947 2007-12-18 [colin]      3.2.0cvs3
9948
9949         * src/prefs_logging.c
9950                 Rework GUI, patch by Pawel
9951
9952 2007-12-18 [colin]      3.2.0cvs2
9953
9954         * src/prefs_filtering_action.c
9955                 Rework GUI, patch by Pawel
9956
9957 2007-12-18 [colin]      3.2.0cvs1
9958
9959         * src/editaddress.c
9960                 Fix build on old GCC
9961                 Fix inverted buttons
9962
9963 2007-12-17 [paul]       3.2.0
9964
9965         * NEWS
9966         * README
9967         * RELEASE_NOTES 
9968                 3.2.0 released
9969
9970 2007-12-17 [paul]       3.1.0cvs79
9971
9972         * po/de.po
9973         * po/fr.po
9974         * po/hu.po
9975         * po/it.po
9976         * po/pt_BR.po
9977                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
9978                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
9979
9980 2007-12-17 [mones]      3.1.0cvs78
9981
9982         * po/es.po
9983                 Updated Spanish translation for 3.2.0 release
9984
9985 2007-12-16 [colin]      3.1.0cvs77
9986
9987         * src/addrcustomattr.c
9988                 Fix translations, patch by Fabien
9989
9990 2007-12-15 [paul]       3.1.0cvs76
9991
9992         * src/folderview.c
9993                 fix compiler warning
9994
9995 2007-12-14 [colin]      3.1.0cvs75
9996
9997         * src/folderview.c
9998                 Simplify logic
9999
10000 2007-12-12 [wwp]        3.1.0cvs74
10001
10002         * AUTHORS
10003         * src/gtk/authors.h
10004                 Added Marius Glauser to the hall of fame.
10005
10006 2007-12-12 [wwp]        3.1.0cvs73
10007
10008         * src/gtk/gtkutils.c
10009                 Improve the way we show results of searches
10010                 in message bodies: selected text now get centered
10011                 vertically in the message window.
10012                 Patch by Marius Glauser <seelenhirt@gmx.net>.
10013
10014 2007-12-10 [colin]      3.1.0cvs72
10015
10016         * src/folder.c
10017                 Don't crash when setting batch mode on no folder
10018
10019 2007-12-10 [colin]      3.1.0cvs71
10020
10021         * src/common/utils.c
10022                 Fix potential buffer overrun (thanks to
10023                 Hiroyuki)
10024
10025 2007-12-08 [paul]       3.1.0cvs70
10026
10027         * src/prefs_receive.c
10028                 small change to the English
10029
10030 2007-12-08 [colin]      3.1.0cvs69
10031
10032         * src/vcard.c
10033                 Fix warnings
10034
10035 2007-12-07 [colin]      3.1.0cvs68
10036
10037         * src/mainwindow.c
10038         * src/summaryview.c
10039         * src/summaryview.h
10040                 Free simplify_subject_preg at exit
10041
10042 2007-12-07 [colin]      3.1.0cvs67
10043
10044         * src/main.c
10045         * src/summaryview.c
10046         * src/common/utils.c
10047         * src/common/utils.h
10048                 We have to free reused regexps from time to
10049                 time, or they get huge
10050
10051 2007-12-07 [colin]      3.1.0cvs66
10052
10053         * src/vcard.c
10054                 Fix QP decoding (and UTF8)
10055
10056 2007-12-07 [colin]      3.1.0cvs65
10057
10058         * src/addrcustomattr.c
10059                 Update list of default custom attributes
10060                 now (will be needed for a feature patch
10061                 post 3.2.0)
10062
10063 2007-12-07 [colin]      3.1.0cvs64
10064
10065         * src/folder.c
10066                 Batch on destination folder when copying - fixes
10067                 slowness when moving unread mails to trash on IMAP
10068
10069 2007-12-06 [colin]      3.1.0cvs63
10070
10071         * src/common/w32_time.c
10072         * src/common/w32lib.h
10073         * src/etpan/etpan-thread-manager.c
10074         * src/etpan/imap-thread.c
10075         * src/etpan/nntp-thread.c
10076         * src/gtk/Makefile.am
10077                 Fix win32 build with libetpan. Thanks to
10078                 Marcus Brinkmann.
10079
10080 2007-12-06 [colin]      3.1.0cvs62
10081
10082         * src/account.c
10083         * src/imap.c
10084         * src/prefs_account.c
10085         * src/prefs_account.h
10086         * src/etpan/imap-thread.c
10087         * src/etpan/imap-thread.h
10088                 Disable connection via command line on WIN32
10089                 Disable mmap use on WIN32 - use normal strings
10090         * src/addressbook.c
10091         * src/addressbook.h
10092         * src/addressbook_foldersel.c
10093         * src/addressbook_foldersel.h
10094         * src/prefs_filtering_action.c
10095         * src/prefs_matcher.c
10096         * src/plugins/bogofilter/bogofilter_gtk.c
10097         * src/plugins/dillo_viewer/dillo_prefs.c
10098         * src/plugins/spamassassin/spamassassin_gtk.c
10099                 Fix leak, rework function logics to be more
10100                 natural - thanks to Holger
10101         * src/common/utils.c
10102                 Fix warnings
10103
10104 2007-12-06 [colin]      3.1.0cvs61
10105
10106         * src/news.c
10107         * src/common/utils.c
10108         * src/common/utils.h
10109                 Fix posting, and fix UTF-8 being sent when encoding
10110                 is 8bit
10111
10112 2007-12-05 [colin]      3.1.0cvs60
10113
10114         * src/news.c
10115                 Fix debian bug #453157, 'Fails to post usenet
10116                 articles after NNTP connection has been 
10117                 interrupted". Fix return value to prevent deletion
10118                 on failure, and issue MODE READER in case posting
10119                 fails at first.
10120
10121 2007-12-05 [colin]      3.1.0cvs59
10122
10123         * src/messageview.c
10124         * src/uri_opener.c
10125                 Improvements to the List URIs dialog
10126                 Patch by Pawel
10127
10128 2007-12-05 [colin]      3.1.0cvs58
10129
10130         * src/prefs_other.c
10131         * src/gtk/gtksctree.h
10132                 Fix warnings
10133
10134 2007-12-04 [colin]      3.1.0cvs57
10135
10136         * src/etpan/imap-thread.c
10137                 Fix bug 1378, 'Claws exits on IMAP alert message'
10138                 Don't do GTK calls directly from Etpan thread
10139
10140 2007-12-04 [colin]      3.1.0cvs56
10141
10142         * src/folderview.c
10143         * src/gtk/gtksctree.c
10144                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
10145                 Make all the left of column zero an hotspot for
10146                 expanding.
10147
10148 2007-12-04 [colin]      3.1.0cvs55
10149
10150         * src/mainwindow.c
10151         * src/mainwindow.h
10152         * src/prefs_common.c
10153         * src/prefs_common.h
10154         * src/prefs_receive.c
10155                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
10156
10157 2007-12-04 [wwp]        3.1.0cvs54
10158
10159         * src/prefs_other.c
10160                 Fix for bug #1419.
10161
10162 2007-12-04 [holger]     3.1.0cvs53
10163
10164         * src/addrduplicates.c
10165         * src/addrduplicates.h
10166                 Export addressbook entry deletion
10167
10168 2007-12-04 [colin]      3.1.0cvs52
10169
10170         * tools/Makefile.am
10171         * tools/README.sylprint
10172         * tools/sylprint.pl
10173         * tools/sylprint.rc
10174                 Fix debian bug #454089 (symlink attack in TMP directory)
10175                 http://secwatch.org/advisories/1019661/ :
10176                 Remove the buggy script, which was unmaintained anyway
10177         * src/news.c
10178         * src/procmsg.c
10179                 Store things in our private tmp directory.
10180
10181 2007-12-03 [colin]      3.1.0cvs51
10182
10183         * src/folder.c
10184         * src/folder.h
10185         * src/folderview.c
10186         * src/imap.c
10187         * src/mainwindow.c
10188                 Fix update problem when getting remote tags
10189         * src/prefs_matcher.c
10190                 Rework GUI to make it better. Patch by Pawel
10191                 Pekala
10192
10193 2007-12-03 [colin]      3.1.0cvs50
10194
10195         * src/etpan/imap-thread.c
10196         * src/etpan/nntp-thread.c
10197                 Fix bug 1417, 'Network log doesn't reveal 
10198                 enough NNTP errors'
10199
10200 2007-12-02 [iwkse]      3.1.0cvs49
10201
10202         * src/plugins/dillo_viewer/dillo_prefs.c
10203                         Insert dillo under the Plugins menu
10204
10205 2007-12-01 [paul]       3.1.0cvs48
10206
10207         * src/html.c
10208                 add these variant forms
10209                 Thanks to Colin
10210
10211 2007-12-01 [paul]       3.1.0cvs47
10212
10213         * src/matcher.c
10214                 fix a typo
10215
10216 2007-12-01 [paul]       3.1.0cvs46
10217
10218         * po/POTFILES.in
10219                 add the new addrcustomattr.c file
10220
10221 2007-11-29 [colin]      3.1.0cvs45
10222
10223         * src/common/ssl_certificate.c
10224                 Use the more modern getaddrinfo instead of 
10225                 gethostbyname when possible
10226
10227 2007-11-28 [colin]      3.1.0cvs44
10228
10229         * src/summaryview.c
10230                 Maybe fix bug 1410 and other crash reports
10231                 in summaryview since cvs38.
10232
10233 2007-11-28 [wwp]        3.1.0cvs43
10234
10235         * src/prefs_summary_open.c
10236                 Guard against an empty list of actions to perform
10237                 when opening a folder (or migration defaults could
10238                 be introduced, confusing).
10239
10240 2007-11-28 [colin]      3.1.0cvs42
10241
10242         * src/folderview.c
10243                 Fix mark all read from folder's contextual menu
10244
10245 2007-11-27 [colin]      3.1.0cvs41
10246
10247         * src/imap.c
10248         * src/imap.h
10249         * src/imap_gtk.c
10250         * src/prefs_account.c
10251         * src/etpan/imap-thread.c
10252                 A few fixes to the IMAP flags handling: Optimisations,
10253                 two crashers, mention that Bandwitdh-efficient mode
10254                 prevents tag fetching.
10255                 Fix M-UTF7 in subscription dialog.
10256
10257 2007-11-27 [colin]      3.1.0cvs40
10258
10259         * src/folder.c
10260         * src/mbox.c
10261         * src/summaryview.c
10262                 Make filtering faster on flags change: Batch original 
10263                 folderitem, where we'll do flags/tags changes.
10264
10265 2007-11-27 [colin]      3.1.0cvs39
10266
10267         * src/filtering.c
10268                 Fix bug 1407, 'After a copy action, further rules apply 
10269                 to both original and copy'
10270
10271 2007-11-27 [colin]      3.1.0cvs38
10272
10273         * src/edittags.c
10274         * src/summaryview.c
10275                 Fixes races when doing a long operation and user
10276                 asks for another one (Mark all read/unread on a 
10277                 big folder on IMAP for example)
10278
10279 2007-11-27 [wwp]        3.1.0cvs37
10280
10281         * src/addressbook.c
10282         * src/prefs_common.c
10283                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
10284                 and 3.1.0cvs35 (addressbook.c).
10285
10286 2007-11-27 [holger]     3.1.0cvs36
10287
10288         * src/printing.c
10289                 Add a line separating header and body
10290                 in the printout
10291
10292 2007-11-27 [wwp]        3.1.0cvs35
10293
10294         * src/addressbook.c
10295                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
10296                 (thanks to Colin) and revert disabling of cut/copy
10297                 context menu entries upon selected groups.
10298
10299 2007-11-27 [holger]     3.1.0cvs34
10300
10301         * src/printing.c
10302                 Add weights to the list of supported text attributes
10303                 for printing
10304
10305 2007-11-27 [wwp]        3.1.0cvs33
10306
10307         * src/Makefile.am
10308         * src/addrcustomattr.c
10309         * src/addrcustomattr.h
10310         * src/addressbook.c
10311         * src/editaddress.c
10312         * src/editaddress.h
10313         * src/prefs_common.c
10314         * src/prefs_common.h
10315         * src/common/defs.h
10316                 Provide a (customizable) list of preset attribute names
10317                 for editing contacts (closes bug #1391).
10318
10319 2007-11-27 [wwp]        3.1.0cvs32
10320
10321         * src/addrclip.c
10322         * src/addressbook.c
10323         * src/addritem.c
10324                 Various fixes in the address book:
10325                         - made copy/move of a folder to itself or its subtree
10326                           impossible (-> error)
10327                         - errors messages don't show in the status bar anymore,
10328                           use alertpanels instead
10329                         - simple click on group doesn't open group edit dialog
10330                           anymore when in contact edit embedded mode (was too itchy)
10331                         - fixed disabling of edit button and and menu entry when
10332                           in contact edit embedded mode (was done in a bad and
10333                           ineffective way)
10334                         - fix menu cut/paste sensitivity in treelist context
10335                           menu (conflicting enabling was done by different functions)
10336                         - fix some menu item sensitivity in address list context menu
10337                         - don't allow cut/copy of groups, it's useless as they won't
10338                           be copied w/ their contents
10339                         - fix missing copy of the picture file when copying (bug #1402),
10340                           fix picture attribute (internal) value when moving or copying
10341
10342
10343 2007-11-27 [colin]      3.1.0cvs31
10344
10345         * src/folder.c
10346         * src/imap.c
10347                 Fix tags loss on move, fix space encoding
10348
10349 2007-11-26 [colin]      3.1.0cvs30
10350
10351         * src/edittags.c
10352         * src/folder.c
10353         * src/folder.h
10354         * src/imap.c
10355         * src/messageview.c
10356         * src/procmsg.c
10357         * src/procmsg.h
10358         * src/summaryview.c
10359         * src/common/utils.c
10360         * src/common/utils.h
10361         * src/etpan/imap-thread.c
10362         * src/etpan/imap-thread.h
10363                 Add IMAP tags support
10364
10365 2007-11-26 [colin]      3.1.0cvs29
10366
10367         * src/imap.c
10368                 Fix bug 1405, 'imap auto auth method doesn't 
10369                 work since 3.1.0'
10370
10371 2007-11-26 [colin]      3.1.0cvs28
10372
10373         * src/messageview.c
10374         * src/procmime.c
10375                 Handle broken disposition-notifications from Evolution
10376                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
10377
10378 2007-11-25 [paul]       3.1.0cvs27
10379
10380         * src/folder_item_prefs.c
10381         * src/folder_item_prefs.h
10382                 remove dead code
10383
10384 2007-11-23 [wwp]        3.1.0cvs26
10385
10386         * src/matcher.c
10387         * src/matcher.h
10388         * src/matcher_parser_parse.y
10389         * src/prefs_matcher.c
10390                 Fix irrelevant case folding when adding matcher condition 'test',
10391                 thanks to Colin.
10392
10393 2007-11-23 [wwp]        3.1.0cvs25
10394
10395         * src/prefs_common.c
10396         * src/prefs_common.h
10397         * src/prefs_summary_open.c
10398         * src/prefs_summary_open.h
10399         * src/summaryview.c
10400                 Add "select first email in list" to the list of possible selections
10401                 when opening a folder.
10402
10403 2007-11-23 [paul]       3.1.0cvs24
10404
10405         * po/de.po
10406                 a fix by Stephan Sachse, plus remove all
10407                 old strings from the end of the file
10408
10409 2007-11-23 [wwp]        3.1.0cvs23
10410
10411         * src/prefs_msg_colors.c
10412                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
10413                 with little changes.
10414
10415 2007-11-23 [paul]       3.1.0cvs22
10416
10417         * src/prefs_logging.c
10418                 eliminate wasted horizontal space
10419
10420 2007-11-23 [paul]       3.1.0cvs21
10421
10422         * src/prefs_summaries.c
10423                 don't wrap the label or put linebreaks
10424
10425 2007-11-22 [colin]      3.1.0cvs20
10426
10427         * src/plugins/pgpinline/pgpinline.c
10428                 Fix decryption
10429
10430 2007-11-22 [wwp]        3.1.0cvs19
10431
10432         * src/prefs_themes.c
10433                 Yet another misuse of get_rc_dir(), still related
10434                 to user themes. Completes 3.1.0cvs18.
10435
10436 2007-11-22 [wwp]        3.1.0cvs18
10437
10438         * src/stock_pixmap.c
10439                 Fix a misuse of get_rc_dir(), user themes dir was
10440                 not set properly and some themes might have disappeared
10441                 from themes list in prefs.
10442
10443 2007-11-22 [wwp]        3.1.0cvs17
10444
10445         * src/edittags.c
10446         * src/edittags.h
10447         * src/common/tags.c
10448         * src/common/tags.h
10449                 Correct copyright for these claws-mail-only brand new
10450                 files.
10451
10452 2007-11-22 [paul]       3.1.0cvs16
10453
10454         * src/compose.c
10455                 fix bug 1400, 'Drag and drop of URLs does not work'
10456                 Thanks to Colin
10457
10458 2007-11-22 [paul]       3.1.0cvs15
10459
10460         * src/prefs_common.c
10461                 make "cmds_use_system_default" default to FALSE
10462                 so as not to disrupt current settings
10463         * src/summaryview.c
10464                 increase the size of the GdkRectangle, tooltips
10465                 didn't show for me otherwise
10466
10467 2007-11-21 [colin]      3.1.0cvs14
10468
10469         * src/compose.c
10470         * src/crash.c
10471         * src/exphtmldlg.c
10472         * src/mainwindow.c
10473         * src/manual.c
10474         * src/mimeview.c
10475         * src/prefs_account.c
10476         * src/prefs_common.c
10477         * src/prefs_common.h
10478         * src/prefs_ext_prog.c
10479         * src/textview.c
10480         * src/uri_opener.c
10481         * src/gtk/about.c
10482         * src/gtk/gtkutils.c
10483                 Use xdg-open as a way to find default browser,
10484                 when available
10485
10486 2007-11-21 [colin]      3.1.0cvs13
10487
10488         * src/messageview.c
10489         * src/procmime.c
10490         * src/procmsg.h
10491                 Send better return receipts (useful ones)
10492                 Handle incoming return receipts
10493
10494 2007-11-20 [colin]      3.1.0cvs12
10495
10496         * src/printing.c
10497         * src/printing.h
10498                 Add getter/setter for settings, and getter
10499                 for page setup
10500
10501 2007-11-20 [colin]      3.1.0cvs11
10502
10503         * src/folderview.c
10504         * src/main.c
10505         * src/mainwindow.c
10506                 Fix bug 1396, 'Crash on disabling a filter 
10507                 while it is processing'
10508
10509 2007-11-20 [paul]       3.1.0cvs10
10510
10511         * src/folder.c
10512                 fix bug 1395, 'Crash on checking for new mails
10513                 while filter is running'
10514                 Thanks to Colin
10515
10516 2007-11-20 [paul]       3.1.0cvs9
10517
10518         * src/compose.c
10519                 make this string easier for translators
10520
10521 2007-11-19 [colin]      3.1.0cvs8
10522
10523         * src/prefs_summaries.c
10524         * src/summaryview.c
10525                 Don't enable more tooltips on Maemo
10526
10527 2007-11-19 [colin]      3.1.0cvs7
10528
10529         * src/prefs_common.c
10530         * src/prefs_common.h
10531         * src/prefs_summaries.c
10532         * src/summaryview.c
10533                 Fix bug 1388, 'message list tool tips'
10534                 Add (optional) tooltips in summaryview.
10535                 This only works with GTK+ >= 2.12
10536
10537 2007-11-19 [colin]      3.1.0cvs6
10538
10539         * src/compose.c
10540                 Make strings a bit better when attaching
10541                 from mailto: URIs
10542
10543 2007-11-19 [colin]      3.1.0cvs5
10544
10545         * src/common/utils.c
10546                 Fix bug 1392, 'Top level domain .EU is 
10547                 not recognised as valid'
10548
10549 2007-11-19 [wwp]        3.1.0cvs4
10550
10551         * src/compose.c
10552         * src/compose.h
10553                 Revert changes to compose.c made in 3.1.0cvs2.
10554
10555 2007-11-19 [wwp]        3.1.0cvs3
10556
10557         * src/addressbook.c
10558         * src/addressbook.h
10559         * src/editaddress.c
10560         * src/editgroup.c
10561         * src/addrduplicates.c
10562                 Minor improvements in the address book:
10563                 always accept new contacts provided that some
10564                 detail is set (instead of rejecting silently).
10565                 Better guessing of contact name from incomplete
10566                 name information. Better display of contacts with
10567                 no name, in contact lists, group contents, find
10568                 duplicate results.
10569                 
10570
10571 2007-11-19 [wwp]        3.1.0cvs2
10572
10573         * src/compose.c
10574         * src/compose.h
10575         * src/prefs_logging.c
10576         * src/prefs_summaries.c
10577                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
10578                 wrap some long label in prefs/summaries, layout checkboxes
10579                 in a more compact form in prefs/loggin, make account and
10580                 header's combos have the same size/spacing in compose
10581                 window.
10582
10583 2007-11-19 [wwp]        3.1.0cvs1
10584
10585         * src/edittags.c
10586                 Fix a tiny leak and duplicate variable.
10587
10588 2007-11-19 [paul]       3.1.0
10589
10590         * NEWS
10591         * README
10592         * RELEASE_NOTES 
10593                 3.1.0 released
10594
10595 2007-11-19 [paul]       3.0.2cvs145
10596
10597         * po/de.po
10598         * po/fi.po
10599         * po/fr.po
10600         * po/hu.po
10601         * po/it.po
10602         * po/pl.po
10603         * po/pt_BR.po
10604         * po/sk.po
10605         * po/zh_CN.po
10606                 updated by Stephan Sachse, Flammie Pirinen,
10607                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
10608                 Emil Nowak, Frederico Goncalves Guimaraes,
10609                 Andrej Kacian, and Ralph Young
10610
10611 2007-11-18 [mones]      3.0.2cvs144
10612
10613         * po/es.po
10614                 Updated Spanish translation
10615
10616 2007-11-18 [colin]      3.0.2cvs143
10617
10618         * src/edittags.c
10619                 Prevent empty tag after edit, thanks to wwp
10620
10621 2007-11-18 [colin]      3.0.2cvs142
10622
10623         * src/editaddress.c
10624                 Fix possible "(null)" %s - thanks to wwp
10625
10626 2007-11-16 [wwp]        3.0.2cvs141
10627
10628         * src/common/utils.c
10629                 Fix for 3.0.2cvs140, prevents from crashing when opening
10630                 a compose window.
10631
10632 2007-11-16 [colin]      3.0.2cvs140
10633
10634         * src/main.c
10635         * src/common/claws.c
10636                 Output a bit more useful info at startup
10637                 in --debug mode
10638
10639 2007-11-16 [colin]      3.0.2cvs139
10640
10641         * src/compose.c
10642         * src/common/utils.c
10643         * src/common/utils.h
10644                 Fix bug 1387, 'Request for --compose to 
10645                 support multiple attachments'
10646
10647 2007-11-16 [colin]      3.0.2cvs138
10648
10649         * src/news.c
10650                 Fix bug 1390, 'NNTP fails after server 
10651                 closed connection'
10652
10653 2007-11-16 [colin]      3.0.2cvs137
10654
10655         * src/prefs_display_header.c
10656                 Fix bug 1389, 'Changing 'Display headers 
10657                 in message view' breaks dispheaderrc'
10658
10659 2007-11-14 [colin]      3.0.2cvs136
10660
10661         * src/summaryview.c
10662         * src/gtk/quicksearch.c
10663         * src/gtk/quicksearch.h
10664                 Fix resetting the quicksearch when in non-sticky
10665                 mode, but Recursive is set: reset only when going
10666                 out of the root search folder.
10667
10668 2007-11-14 [colin]      3.0.2cvs135
10669
10670         * src/filtering.c
10671                 Don't set new flag back when doing "Mark as unread"
10672                 from filtering
10673
10674 2007-11-12 [paul]       3.0.2cvs134
10675
10676         * src/plugins/dillo_viewer/dillo_viewer.c
10677                 don't offer the mime type for translation
10678
10679 2007-11-12 [paul]
10680
10681         3.1.0-rc2 released
10682
10683 2007-11-11 [colin]      3.0.2cvs133
10684
10685         * src/imap_gtk.c
10686         * src/mh_gtk.c
10687                 Use markup-escaped strings in dialogs
10688
10689 2007-11-11 [colin]      3.0.2cvs132
10690
10691         * src/imap.c
10692                 Better IMAP-UTF7/UTF8 conversion
10693
10694 2007-11-10 [colin]      3.0.2cvs131
10695
10696         * src/news.c
10697                 Fix debian bug 450698, 'nntp auth behavior changed 
10698                 without notice'
10699
10700 2007-11-10 [colin]      3.0.2cvs130
10701
10702         * configure.ac
10703         * src/inc.c
10704         * src/main.c
10705         * src/main.h
10706         * src/mimeview.c
10707         * src/statusbar.c
10708         * src/common/utils.c
10709         * src/etpan/Makefile.am
10710         * src/gtk/filesel.c
10711         * src/gtk/gtkutils.h
10712         * src/gtk/menu.c
10713         * src/plugins/bogofilter/Makefile.am
10714         * src/plugins/clamav/Makefile.am
10715         * src/plugins/dillo_viewer/Makefile.am
10716         * src/plugins/pgpcore/Makefile.am
10717         * src/plugins/spamassassin/Makefile.am
10718         * src/plugins/trayicon/Makefile.am
10719                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
10720
10721 2007-11-09 [colin]      3.0.2cvs129
10722
10723         * src/addressbook.c
10724         * src/ldapupdate.c
10725                 fix bug 1375, 'Impossible to modify e-mail
10726                 in LDAP addressbook twice'; Try two. update
10727                 externalID, don't make display lag, and
10728                 fix the cases where dn is not mail.
10729
10730 2007-11-08 [paul]       3.0.2cvs128
10731
10732         * src/account.c
10733         * src/compose.c
10734         * src/messageview.c
10735         * src/prefs_account.c
10736         * src/prefs_account.h
10737                 reinstate 'Generate Message-ID' option as an
10738                 account preference. (hidden on IMAP)
10739                 Thanks to Colin
10740
10741 2007-11-08 [paul]       3.0.2cvs127
10742
10743         * src/textview.c
10744                 MAEMO: fix failure of loading images inline
10745                 MAEMO: fix bug 1349, 'Emails still skip to end
10746                 when opened (in certain circumstances)...'
10747
10748 2007-11-07 [colin]      3.0.2cvs126
10749
10750         * src/toolbar.c
10751                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
10752
10753 2007-11-07 [colin]      3.0.2cvs125
10754
10755         * src/toolbar.c
10756                 Re-change the string occurence of A_CLAWS_ACTIONS
10757                 to A_SYL_ACTIONS, to prevent parse errors of the
10758                 toolbar_*.xml files
10759
10760 2007-11-07 [colin]      3.0.2cvs124
10761
10762         * src/mimeview.c
10763         * src/prefs_common.c
10764         * src/prefs_common.h
10765         * manual/advanced.xml
10766                 Add an hidden pref, 'save_parts_readwrite';
10767                 completes 3.0.2cvs35
10768
10769 2007-11-07 [paul]       3.0.2cvs123
10770
10771         * src/prefs_toolbar.c
10772         * src/toolbar.c
10773         * src/toolbar.h
10774                 rename ToolbarSylpheedActions to ToolbarClawsActions
10775                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
10776
10777 2007-11-07 [paul]       3.0.2cvs122
10778
10779         * src/toolbar.c
10780                 MAEMO: remove tooltips
10781
10782 2007-11-07 [colin]      3.0.2cvs121
10783
10784         * src/plugins/pgpinline/pgpinline.c
10785                 Fix bug 1377, 'unspecific errors on 
10786                 signature checking'. Fix trimming of
10787                 UTF8 data.
10788
10789 2007-11-06 [iwkse]      3.0.2cvs120
10790
10791         * src/prefs_summary_open.c
10792                 yet a string change
10793
10794 2007-11-06 [paul]       3.0.2cvs119
10795
10796         * tools/Makefile.am
10797         * tools/README
10798         * tools/csv2addressbook.pl
10799                 add a new script that imports a CSV formatted
10800                 address book. Becky and Thunderbird address
10801                 book are currently supported.
10802
10803 2007-11-05 [colin]      3.0.2cvs118
10804
10805         * src/imap.c
10806                 Fix deletion 
10807
10808 2007-11-05 [iwkse]      3.0.2cvs117
10809
10810         * src/prefs_summary_open.c
10811                 String changes
10812
10813 2007-11-04 [paul]       3.0.2cvs116
10814
10815         * src/addressbook_foldersel.c
10816                 fix gtk critical warning
10817                 Patch by Pawel Pekala
10818
10819 2007-11-04 [paul]       3.0.2cvs115
10820
10821         * tools/README
10822         * tools/claws-mail-compose-insert-files.pl
10823                 add --bcc and uri_escape() everything
10824
10825 2007-11-04 [paul]       3.0.2cvs114
10826
10827         * src/gtk/gtkutils.c
10828                 gtkut_stock_with_text_button_set_create(): set
10829                 GTK_CAN_DEFAULT on buttons 2 and 3
10830
10831 2007-11-03 [paul]       3.0.2cvs113
10832
10833         * src/common/utils.c
10834                 fix debian bug #448814, 'mailto: URI decoding
10835                 desn't decode the destination address field'
10836                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
10837
10838 2007-11-03 [paul]       3.0.2cvs112
10839
10840         * AUTHORS
10841         * src/compose.c
10842         * src/gtk/authors.h
10843                 allow Bcc in commandline URIs
10844                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
10845
10846 2007-11-02 [colin]      3.0.2cvs111
10847
10848         * src/addressbook.c
10849                 Maybe fix bug 1376, 'crash on 
10850                 addressbook manipulation'
10851
10852 2007-10-31 [paul]       3.0.2cvs110
10853
10854         * src/ldapupdate.c
10855                 fix bug 1375, 'Impossible to modify e-mail
10856                 in LDAP addressbook twice'
10857                 Patch by Michael Rasmussen
10858
10859 2007-10-30 [paul]       3.0.2cvs109
10860
10861         * configure.ac
10862                 enable GnuTLS support with --enable-gnutls which
10863                 will disable openssl support. if the user has
10864                 gtk >= 2.10.x don't allow gnomeprint even if the
10865                 user asks for it
10866
10867 2007-10-30 [paul]
10868
10869         3.1.0-rc1 released
10870
10871 2007-10-30 [paul]       3.0.2cvs108
10872
10873         * Makefile.am
10874                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
10875
10876 2007-10-30 [paul]       3.0.2cvs107
10877
10878         * src/expldifdlg.c
10879         * src/prefs_account.c
10880         * src/prefs_folder_item.c
10881         * src/prefs_spelling.c
10882         * src/prefs_themes.c
10883         * src/wizard.c
10884         * src/gtk/gtkaspell.c
10885         * src/gtk/gtkaspell.h
10886         * src/plugins/spamassassin/spamassassin_gtk.c
10887                 replace deprecated gtk_option_menu...
10888                 patch by Pawel Pekala
10889
10890 2007-10-29 [colin]      3.0.2cvs106
10891
10892         * src/plugins/dillo_viewer/dillo_prefs.c
10893                 Fix forgotten signal connect
10894
10895 2007-10-28 [colin]      3.0.2cvs105
10896
10897         * src/plugins/dillo_viewer/dillo_prefs.c
10898         * src/plugins/dillo_viewer/dillo_prefs.h
10899         * src/plugins/dillo_viewer/dillo_viewer.c
10900                 Implement addressbook-based whitelisting for loading
10901                 remote images. Fixed missing destroy of the embedded
10902                 browser that made a Dillo window pop up on exit, if
10903                 an HTML part was displayed.
10904
10905 2007-10-26 [colin]      3.0.2cvs104
10906
10907         * src/edittags.c
10908                 Add missing static
10909
10910 2007-10-25 [colin]      3.0.2cvs103
10911
10912         * src/editaddress.c
10913                 Add tap-and-hold on the picture, for Maemo
10914         * src/edittags.c
10915         * src/edittags.h
10916         * src/mainwindow.c
10917         * src/procmsg.c
10918         * src/summaryview.c
10919         * src/textview.c
10920                 Unify tag interfaces.
10921
10922 2007-10-25 [colin]      3.0.2cvs102
10923
10924         * src/imap.c
10925         * src/etpan/imap-thread.h
10926                 Much better error handling. We'll need to be really
10927                 clear to users about where errors come from, with 
10928                 the apparition of Gmail's IMAP server.
10929
10930 2007-10-24 [colin]      3.0.2cvs101
10931
10932         * src/edittags.c
10933         * src/mainwindow.c
10934         * src/summaryview.c
10935         * src/textview.c
10936                 Add tags sorting (alphabetical); allow deletion of
10937                 tags from the Apply Tags window
10938
10939 2007-10-24 [colin]      3.0.2cvs100
10940
10941         * src/editaddress.c
10942         * src/editaddress_other_attributes_ldap.c
10943         * src/editaddress_other_attributes_ldap.h
10944         * src/ldapctrl.c
10945         * src/ldapquery.c
10946         * src/ldapupdate.c
10947                 Fix LDAP writing (got broken in cvs39)
10948                 Add read-only support for jpegPhoto LDAP field
10949
10950 2007-10-23 [colin]      3.0.2cvs99
10951
10952         * src/news.c
10953                 Fix crash in some cases
10954
10955 2007-10-22 [colin]      3.0.2cvs98
10956
10957         * src/common/socket.h
10958         * src/common/ssl.c
10959                 Fix big leak in GnuTLS code
10960
10961 2007-10-22 [colin]      3.0.2cvs97
10962
10963         * src/news.c
10964                 Fix bug 1368, 'SIGSEGV in NNTP code'
10965
10966 2007-10-22 [colin]      3.0.2cvs96
10967
10968         * src/prefs_customheader.c
10969                 Catch compface warnings when generating X-Faces
10970
10971 2007-10-22 [wwp]        3.0.2cvs95
10972
10973         * src/quote_fmt_parse.y
10974                 Remove accidentally committed debug traces.
10975                 Fix a warning.
10976
10977 2007-10-22 [colin]      3.0.2cvs94
10978
10979         * src/etpan/nntp-thread.c
10980                 Fix authentication
10981
10982 2007-10-19 [wwp]        3.0.2cvs93
10983
10984         * src/common/ssl_certificate.c
10985                 Add missing include (Windows).
10986
10987 2007-10-19 [colin]      3.0.2cvs92
10988
10989         * src/imap_gtk.c
10990         * src/mimeview.c
10991         * src/textview.c
10992         * src/gtk/inputdialog.c
10993         * src/gtk/inputdialog.h
10994                 Remove the last old combo; patch by
10995                 Pawel
10996
10997 2007-10-19 [colin]      3.0.2cvs91
10998
10999         * src/common/ssl.c
11000                 Fix interop problem with GnuTLS and some crappy
11001                 servers that have very little keys.
11002
11003 2007-10-19 [colin]      3.0.2cvs90
11004
11005         * src/common/ssl.c
11006                 Fix return value check on GnuTLS, and
11007                 display the error
11008
11009 2007-10-18 [colin]      3.0.2cvs89
11010
11011         * src/common/ssl_certificate.c
11012                 Fix missing initialisations
11013
11014 2007-10-18 [wwp]        3.0.2cvs88
11015
11016         * src/Makefile.am
11017                 Fix linking against GNUTLS (matters if --enable-gnutls only).
11018
11019 2007-10-18 [colin]      3.0.2cvs87
11020
11021         * po/POTFILES.in
11022                 Fix build
11023
11024 2007-10-18 [mones]      3.0.2cvs86
11025
11026         * src/editbook.c
11027         * src/import.c
11028         * src/prefs_account.c
11029         * src/prefs_receive.c
11030         * src/gtk/about.c
11031         * src/plugins/bogofilter/bogofilter_gtk.c
11032         * src/plugins/spamassassin/spamassassin_gtk.c
11033                 More capitalisation micro-fixes
11034
11035 2007-10-18 [paul]       3.0.2cvs85
11036
11037         * configure.ac
11038                 add info about NNTP support via libetpan
11039                 change the configure output ending msg a little
11040         * src/gtk/about.c
11041                 similar changes to above
11042
11043 2007-10-18 [colin]      3.0.2cvs84
11044
11045         * src/procmime.c
11046         * src/procmime.h
11047                 Fix missing symbol for S/MIME
11048
11049 2007-10-18 [colin]      3.0.2cvs83
11050
11051         * src/prefs_filtering_action.c
11052                 Fix crash in tags (introduced in cvs78)
11053
11054 2007-10-18 [colin]      3.0.2cvs82
11055
11056         * src/common/Makefile.am
11057         * src/common/nntp.c
11058         * src/common/nntp.h
11059         * src/etpan/Makefile.am
11060         * src/etpan/etpan-thread-manager-types.h
11061         * src/etpan/etpan-thread-manager.c
11062         * src/etpan/imap-thread.c
11063         * src/etpan/nntp-thread.c
11064         * src/etpan/nntp-thread.h
11065         * src/news.c
11066         * src/news.h
11067                 Rewrite the nntp implementation
11068                 to use libetpan. Non-blocking NNTP!
11069         * src/account.c
11070         * src/crash.c
11071         * src/imap.c
11072         * src/inc.c
11073         * src/main.c
11074         * src/mainwindow.c
11075         * src/pop.c
11076         * src/pop.h
11077         * src/prefs_account.c
11078         * src/recv.c
11079         * src/recv.h
11080         * src/send_message.c
11081         * src/send_message.h
11082         * src/ssl_manager.c
11083         * src/ssl_manager.h
11084         * src/wizard.c
11085         * src/common/claws.c
11086         * src/common/session.c
11087         * src/common/session.h
11088         * src/common/smtp.c
11089         * src/common/smtp.h
11090         * src/common/socket.c
11091         * src/common/socket.h
11092         * src/common/ssl.c
11093         * src/common/ssl.h
11094         * src/common/ssl_certificate.c
11095         * src/common/ssl_certificate.h
11096         * src/gtk/about.c
11097         * src/gtk/sslcertwindow.c
11098         * src/gtk/sslcertwindow.h
11099                 Implement GnuTLS support. GnuTLS support
11100                 will be used if OpenSSL isn't available, or
11101                 specified explicitely. (the reason is that
11102                 GnuTLS cerficate checking is a bit less 
11103                 practical than OpenSSL's)
11104
11105 2007-10-18 [paul]       3.0.2cvs81
11106
11107         * src/gtk/inputdialog.c
11108         * src/gtk/inputdialog.h
11109                 fix copyright header
11110
11111 2007-10-17 [colin]      3.0.2cvs80
11112
11113         * src/plugins/pgpcore/select-keys.c
11114                 Fix bug which prevented encryption key
11115                 auto-selection when two or more matched the
11116                 email address, but only one isn't revoked
11117                 or expired.
11118
11119 2007-10-17 [wwp]        3.0.2cvs79
11120
11121         * src/compose.c
11122         * src/quote_fmt.c
11123         * src/quote_fmt.h
11124         * src/quote_fmt_lex.l
11125         * src/quote_fmt_parse.y
11126                 Templates can now attach files using |attach{filename}.
11127
11128 2007-10-17 [wwp]        3.0.2cvs78
11129
11130         * src/prefs_customheader.c
11131         * src/prefs_ext_prog.c
11132         * src/prefs_filtering_action.c
11133         * src/prefs_matcher.c
11134         * src/prefs_other.c
11135         * src/prefs_toolbar.c
11136         * src/gtk/combobox.c
11137         * src/gtk/combobox.h
11138         * src/gtk/gtkutils.c
11139         * src/gtk/gtkutils.h
11140         * src/plugins/bogofilter/bogofilter_gtk.c
11141         * src/plugins/spamassassin/spamassassin_gtk.c
11142                 Removed almost all remaining instances of GtkCombo
11143                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
11144                 few visual and code cleanup from Colin.
11145
11146 2007-10-16 [wwp]        3.0.2cvs77
11147         * src/gtk/pluginwindow.c
11148                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
11149
11150 2007-10-15 [colin]      3.0.2cvs76
11151
11152         * src/edittags.c
11153         * src/edittags.h
11154         * src/filtering.c
11155         * src/filtering.h
11156         * src/importmutt.c
11157         * src/importpine.c
11158         * src/main.c
11159         * src/messageview.c
11160         * src/messageview.h
11161         * src/mimeview.c
11162         * src/mimeview.h
11163         * src/pop.c
11164         * src/pop.h
11165         * src/prefs_common.c
11166         * src/prefs_common.h
11167         * src/prefs_customheader.c
11168         * src/prefs_customheader.h
11169         * src/prefs_display_header.c
11170         * src/prefs_display_header.h
11171         * src/prefs_filtering_action.c
11172         * src/prefs_filtering_action.h
11173         * src/prefs_folder_column.c
11174         * src/prefs_folder_column.h
11175         * src/prefs_folder_item.c
11176         * src/prefs_folder_item.h
11177         * src/prefs_gtk.c
11178         * src/prefs_gtk.h
11179         * src/prefs_logging.h
11180         * src/prefs_matcher.c
11181         * src/prefs_matcher.h
11182         * src/prefs_summary_column.c
11183         * src/prefs_summary_column.h
11184         * src/prefs_summary_open.c
11185         * src/procheader.c
11186         * src/procheader.h
11187         * src/procmime.c
11188         * src/procmime.h
11189         * src/recv.c
11190         * src/recv.h
11191         * src/sourcewindow.c
11192         * src/sourcewindow.h
11193         * src/summaryview.c
11194         * src/summaryview.h
11195         * src/textview.c
11196         * src/textview.h
11197         * src/toolbar.c
11198         * src/toolbar.h
11199         * src/common/mgutils.c
11200         * src/common/mgutils.h
11201         * src/common/nntp.c
11202         * src/common/nntp.h
11203         * src/common/prefs.c
11204         * src/common/prefs.h
11205         * src/common/socket.c
11206         * src/common/socket.h
11207         * src/common/stringtable.c
11208         * src/common/stringtable.h
11209         * src/common/template.c
11210         * src/common/template.h
11211         * src/common/uuencode.c
11212         * src/common/uuencode.h
11213         * src/gtk/gtkshruler.c
11214         * src/gtk/gtkshruler.h
11215         * src/gtk/menu.c
11216         * src/gtk/menu.h
11217         * src/gtk/progressdialog.c
11218         * src/gtk/progressdialog.h
11219                 Remove/staticalize, the return of the revenge
11220
11221 2007-10-15 [colin]      3.0.2cvs75
11222
11223         * src/matcher.c
11224                 Fix redirections in filtering's tests
11225
11226 2007-10-15 [colin]      3.0.2cvs74
11227
11228         * src/imap.c
11229                 Don't build imap_synchronise at all when 
11230                 building without libetpan
11231
11232 2007-10-14 [colin]      3.0.2cvs73
11233
11234         * src/imap.c
11235         * src/common/md5.c
11236         * src/common/md5.h
11237         * src/gtk/manage_window.c
11238         * src/gtk/manage_window.h
11239                 Remove more unused code
11240
11241 2007-10-14 [colin]      3.0.2cvs72
11242
11243         * src/addrquery.c
11244         * src/addrquery.h
11245         * src/recv.c
11246         * src/recv.h
11247         * src/vcard.c
11248         * src/vcard.h
11249         * src/common/xml.c
11250         * src/common/xml.h
11251         * src/common/xmlprops.c
11252         * src/common/xmlprops.h
11253                 Remove more unused code
11254
11255 2007-10-14 [colin]      3.0.2cvs71
11256
11257         * src/common/utils.c
11258                 Remove unused function
11259
11260 2007-10-13 [colin]      3.0.2cvs70
11261
11262         * src/imap.c
11263         * src/imap.h
11264         * src/mainwindow.c
11265         * src/mainwindow.h
11266         * src/gtk/gtkutils.c
11267         * src/gtk/gtkutils.h
11268                 Staticalise/Remove more code
11269
11270 2007-10-13 [colin]      3.0.2cvs69
11271
11272         * src/common/utils.c
11273         * src/common/utils.h
11274                 Remove dead code, unused for ages
11275
11276 2007-10-13 [colin]      3.0.2cvs68
11277
11278         * src/main.c
11279         * src/main.h
11280                 Maemo: define hildon_program in main.c,
11281                 make it accessible in the .h with extern
11282
11283 2007-10-13 [paul]       3.0.2cvs67
11284
11285         * src/gtk/menu.c
11286                 fix a bunch of runtime warnings on maemo
11287
11288 2007-10-13 [paul]       3.0.2cvs66
11289
11290         * src/main.c
11291         * src/main.h
11292         * src/gtk/gtkutils.c
11293         * src/gtk/gtkutils.h
11294                 fix a bunch of compiler warnings on maemo
11295
11296 2007-10-12 [colin]      3.0.2cvs65
11297
11298         * src/account.c
11299         * src/addritem.c
11300         * src/addritem.h
11301         * src/filtering.c
11302         * src/filtering.h
11303         * src/folder.c
11304         * src/folder.h
11305         * src/common/utils.c
11306         * src/common/utils.h
11307                 Remove unused code, staticalise some functions
11308
11309 2007-10-12 [paul]       3.0.2cvs64
11310
11311         * src/account.c
11312         * src/folderview.c
11313         * src/main.c
11314         * src/mainwindow.c
11315         * src/messageview.c
11316         * src/summary_search.c
11317         * src/summaryview.c
11318         * src/toolbar.c
11319         * src/wizard.c
11320         * src/common/utils.c
11321         * src/gtk/prefswindow.c
11322                 fix a bunch of compiler warnings on maemo
11323
11324 2007-10-11 [colin]      3.0.2cvs63
11325
11326         * src/editaddress.c
11327                 Make static function static
11328
11329 2007-10-11 [mones]      3.0.2cvs62
11330
11331         * src/addrduplicates.c
11332         * src/addressbook.c
11333         * src/compose.c
11334         * src/expldifdlg.c
11335         * src/mainwindow.c
11336         * src/messageview.c
11337         * src/pop.c
11338         * src/prefs_customheader.c
11339         * src/prefs_send.c
11340         * src/prefs_themes.c
11341         * src/common/plugin.c
11342         * src/gtk/pluginwindow.c
11343         * src/gtk/quicksearch.c
11344                 Fix several typos and capitalisation issues
11345
11346 2007-10-11 [wwp]        3.0.2cvs61
11347
11348         * src/editaddress.c
11349                 Fix a warning about possible use of uninitialized
11350                 filename var.
11351
11352 2007-10-11 [wwp]        3.0.2cvs60
11353
11354         * src/editaddress.c
11355                 Disable "Unset picture" menu item when there's
11356                 no picture to clear. Fix an extraneous g_unref_object,
11357                 add missing initializers.
11358
11359 2007-10-11 [wwp]        3.0.2cvs59
11360
11361         * src/pixmaps/anonymous.xpm
11362         * src/editaddress.c
11363         * src/Makefile.am
11364         * src/stock_pixmap.c
11365         * src/stock_pixmap.h
11366                 Fix a leak, gettext-ize the photo label.
11367                 Don't clear the existing picture if loading
11368                 a new one fails. Use a default 'anonymous'
11369                 picture (this new xpm has been added to the
11370                 internal stock_pixmap API). Add a
11371                 "Set picture" context menu entry.
11372
11373 2007-10-11 [colin]      3.0.2cvs58
11374
11375         * src/messageview.c
11376                 Make shift-shortcuts work
11377         * src/prefs_actions.c
11378                 Don't ask if we really want to close when
11379                 choosing OK and only the list is changed
11380         * src/prefs_template.c
11381                 Don't ask if we really want to close when
11382                 choosing OK and only the list is changed
11383         * src/common/plugin.c
11384                 Fix writing of second [Plugins_*] block
11385         * src/common/template.c
11386                 Remove unused files (fixes deletion)
11387
11388 2007-10-10 [paul]       3.0.2cvs57
11389
11390         * src/prefs_template.c
11391                 put the whole thing in a scrolled window
11392                 so that half the page is no longer inaccessible
11393                 on maemo
11394                 make the gtk_text_view smaller on maemo
11395
11396 2007-10-10 [colin]      3.0.2cvs56
11397
11398         * src/compose.c
11399                 Fix updating of Attachments number in some
11400                 cases (reedit, attach from command-line, ...)
11401
11402 2007-10-10 [colin]      3.0.2cvs55
11403
11404         * src/editaddress.c
11405                 Initialise error correctly
11406
11407 2007-10-10 [paul]       3.0.2cvs54
11408
11409         * src/prefs_filtering_action.c
11410         * src/gtk/description_window.c
11411         * src/gtk/foldersort.c
11412         * src/gtk/quicksearch.c
11413                 get rid of some pointless new lines and
11414                 make the descripton labels wrap better
11415
11416 2007-10-10 [colin]      3.0.2cvs53
11417
11418         * src/addressadd.c
11419         * src/editaddress.c
11420         * src/headerview.c
11421         * src/textview.c
11422                 More error handling on saving pictures
11423
11424 2007-10-10 [colin]      3.0.2cvs52
11425
11426         * src/printing.c
11427         * src/printing.h
11428                 Generalize a bit printing, so we can factorize
11429                 most of the code. 
11430
11431 2007-10-10 [paul]       3.0.2cvs51
11432
11433         * src/addrduplicates.c
11434                 fix engrish
11435                 use GTK_STOCK... buttons
11436
11437 2007-10-10 [paul]       3.0.2cvs50
11438
11439         * src/addressadd.c
11440         * src/addrindex.c
11441         * src/editaddress.c
11442                 Fix previous patch
11443                 Thanks to Colin
11444
11445 2007-10-10 [paul]       3.0.2cvs49
11446
11447         * src/summaryview.c
11448         * src/messageview.c
11449                 Fix crash on Add sender to addressbook when
11450                 From is null
11451         * src/addressadd.c
11452         * src/addrindex.c
11453         * src/editaddress.c
11454         * src/editaddress_other_attributes_ldap.h
11455                 Fix leaks 
11456                 Rename images to .png in addrbook/
11457         * src/headerview.c
11458         * src/textview.c
11459                 Fix Face/X-Face being used if adding another
11460                 address than sender to addressbook
11461                 Thanks to Colin
11462
11463 2007-10-10 [holger]     3.0.2cvs48
11464
11465         * src/addrduplicates.c
11466         * src/editaddress.c
11467                 Improvements to the addressbook duplicate finder
11468                 feature:
11469                  - add an edit button to the button bar
11470                  - display the whole bookname (with iface) and
11471                    use this for same-book checking
11472                  - after editing, try to keep selections if the
11473                    entries are still present
11474                  - sort the email column alphabetically
11475                  - put results in a scrolled window
11476                  - support embedded editing
11477                  - make columns in detail view resizable
11478                  - add keyboard shortcuts
11479
11480 2007-10-10 [wwp]        3.0.2cvs47
11481
11482         * src/addrindex.c
11483                 Fix a crash when there's no From: in email, thanks to Colin.
11484
11485 2007-10-09 [paul]       3.0.2cvs46
11486
11487         * src/messageview.c
11488         * src/summaryview.c
11489         * src/textview.c
11490                 fix building without compface support
11491
11492 2007-10-09 [colin]      3.0.2cvs45
11493
11494         * src/editaddress.c
11495         * src/headerview.c
11496         * src/textview.c
11497                 Add error handling
11498
11499 2007-10-09 [colin]      3.0.2cvs44
11500
11501         * src/addrduplicates.c
11502         * src/addressadd.c
11503         * src/addressadd.h
11504         * src/addressbook.c
11505         * src/addressbook.h
11506         * src/addrindex.c
11507         * src/addrindex.h
11508         * src/addritem.c
11509         * src/addritem.h
11510         * src/compose.c
11511         * src/editaddress.c
11512         * src/editaddress_other_attributes_ldap.h
11513         * src/headerview.c
11514         * src/messageview.c
11515         * src/mimeview.c
11516         * src/summaryview.c
11517         * src/textview.c
11518         * src/gtk/gtkutils.c
11519                 Automatically set contacts' pictures from Face 
11520                 or X-Face if they have no picture
11521                 Display the contact picture in textview or
11522                 headerview for mails sent by people in the 
11523                 addressbook, that have no Face or X-Face
11524                 Fix a few details in the Person edition dialog
11525                 (ability to unset picture)
11526                 Remove picture file when deleting contacts
11527
11528 2007-10-09 [iwkse]      3.0.2cvs43
11529
11530         * src/gtk/about.c
11531                 center the about window
11532
11533 2007-10-09 [paul]       3.0.2cvs42
11534
11535         * src/prefs_toolbar.c
11536                 fix icon selector window on maemo
11537
11538 2007-10-09 [paul]       3.0.2cvs41
11539
11540         * src/messageview.c
11541                 add 'go to' menu to separate msgview
11542
11543 2007-10-09 [colin]      3.0.2cvs40
11544
11545         * src/common/defs.h
11546                 Add forgotten file
11547
11548 2007-10-09 [iwkse]      3.0.2cvs39
11549
11550         * Makefile.am
11551         * src/addressbook.c
11552         * src/addritem.c
11553         * src/addritem.h
11554         * src/editaddress.c
11555         * src/editaddress_other_attributes_ldap.h
11556         * src/addrbook.c
11557         * src/Makefile.am
11558                 set a photo in the Addressbook
11559
11560 2007-10-08 [colin]      3.0.2cvs38
11561
11562         * src/prefs_toolbar.c
11563                 Make height 320 to remove the scrollbar 
11564                 (with current number of icons)
11565
11566 2007-10-08 [colin]      3.0.2cvs37
11567
11568         * src/prefs_toolbar.c
11569                 Transform the treeview to a GtkIconView.
11570                 Patch by Pawel
11571                 In addition, transform the window so that 
11572                 it looks like a popup menu. Patch by me
11573
11574 2007-10-08 [colin]      3.0.2cvs36
11575
11576         * src/compose.c
11577         * src/compose.h
11578                 Beautify the GUI a bit; in particular, show the
11579                 number of attachments in the tab's title.
11580                 Patch by Pawel
11581
11582 2007-10-08 [paul]       3.0.2cvs35
11583
11584         * src/mimeview.c
11585                 Save users from themselves: save temporary
11586                 files used for Open/Open with as read-only.
11587                 Thanks to Colin
11588
11589 2007-10-08 [paul]       3.0.2cvs34
11590
11591         * tools/Makefile.am
11592                 forgot this in cvs33
11593
11594 2007-10-08 [paul]       3.0.2cvs33
11595
11596         * tools/kdeservicemenu/README
11597         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
11598         * tools/kdeservicemenu/install.sh
11599         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
11600                 renamed template* to *template so as not to confuse
11601                 lintian
11602
11603 2007-10-08 [paul]       3.0.2cvs32
11604
11605         * src/prefs_themes.c
11606         * src/stock_pixmap.c
11607                 replace 2 direct uses of RC_DIR
11608
11609 2007-10-07 [colin]      3.0.2cvs31
11610
11611         * src/addrduplicates.c
11612         * src/addrduplicates.h
11613         * src/addressbook.c
11614         * src/addressbook.h
11615         * src/addrindex.c
11616         * src/addrindex.h
11617                 Implement deletion in duplicate finder. 
11618                 Patch by Holger 
11619
11620 2007-10-07 [colin]      3.0.2cvs30
11621
11622         * src/exporthtml.c
11623         * src/mbox.c
11624         * src/common/utils.c
11625                 Better fix for Solaris, thanks to Nicolas Doualot
11626
11627 2007-10-07 [colin]      3.0.2cvs29
11628
11629         * AUTHORS
11630         * src/gtk/authors.h
11631                 Add Frank Dietrich
11632
11633 2007-10-07 [colin]      3.0.2cvs28
11634
11635         * src/exporthtml.c
11636                 Fix HTML export to make it more compliant
11637                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
11638
11639 2007-10-07 [colin]      3.0.2cvs27
11640
11641         * src/prefs_toolbar.c
11642                 Only use icons that wouldn't look stupid in the toolbar
11643                 Patch by Pawel
11644
11645 2007-10-07 [colin]      3.0.2cvs26
11646
11647         * src/prefs_toolbar.c
11648                 Fix old icon being used when none is selected
11649
11650 2007-10-07 [colin]      3.0.2cvs25
11651
11652         * src/toolbar.c
11653                 Fix copy/paste error
11654
11655 2007-10-07 [colin]      3.0.2cvs24
11656
11657         * src/prefs_toolbar.c
11658         * src/toolbar.c
11659         * src/toolbar.h
11660                 Update icon to default one when changing event
11661                 Make the icon chooser nicer (handle Esc, Enter,
11662                 double-click)
11663
11664 2007-10-06 [colin]      3.0.2cvs23
11665
11666         * src/prefs_toolbar.c
11667                 Fix text reset; patch by Pawel
11668
11669 2007-10-06 [colin]      3.0.2cvs22
11670
11671         * src/toolbar.h
11672                 Complete previous commit
11673
11674 2007-10-06 [colin]      3.0.2cvs21
11675
11676         * src/prefs_toolbar.c
11677         * src/toolbar.c
11678                 Set toolbar text automatically to the default
11679                 when changing Event executed on click
11680
11681 2007-10-06 [colin]      3.0.2cvs20
11682
11683         * src/prefs_toolbar.c
11684                 Invert Text and Event fields
11685
11686 2007-10-06 [colin]      3.0.2cvs19
11687
11688         * src/prefs_toolbar.c
11689         * src/toolbar.c
11690                 Make toolbar prefs look much better
11691                 Patch by Pawel Pekala
11692
11693 2007-10-06 [paul]       3.0.2cvs18
11694
11695         * src/account.c
11696         * src/prefs_filtering.c
11697                 fix checkbuttons in gtktreeview on maemo by
11698                 setting maemo's "allow-checkbox-mode" to FALSE
11699
11700 2007-10-06 [colin]      3.0.2cvs17
11701
11702         * configure.ac
11703                 Export -DSOLARIS in CFLAGS for all
11704                 Solaris (not just 2.8) and OpenSolaris
11705
11706 2007-10-06 [paul]       3.0.2cvs16
11707
11708         * AUTHORS
11709         * src/exporthtml.c
11710         * src/mbox.c
11711         * src/gtk/authors.h
11712                 fix build on solaris where ctime_r takes
11713                 3 arguments rather than 2.
11714                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
11715
11716 2007-10-05 [colin]      3.0.2cvs15
11717
11718         * src/etpan/imap-thread.c
11719                 Fix wrong error codepath
11720
11721 2007-10-05 [wwp]        3.0.2cvs14
11722
11723         * src/filtering.c
11724                 Fix unexpected logging of quicksearches:
11725                 debug_filtering_session flag was never reset to FALSE, causing
11726                 matcher functions to log when called from a quicksearch
11727                 (if a filtering session happened before).
11728
11729 2007-10-05 [paul]       3.0.2cvs13
11730
11731         * src/prefs_actions.c
11732         * src/prefs_filtering.c
11733         * src/prefs_template.c
11734                 fix bug 1343, 'Filtering..'s close button
11735                 silently discards new filter'
11736                 Thanks to Colin
11737
11738 2007-10-05 [paul]       3.0.2cvs12
11739
11740         * configure.ac
11741         * src/Makefile.am
11742                 fix bug 1347, '-Wno-unused-function, optional'
11743
11744 2007-10-05 [colin]      3.0.2cvs11
11745
11746         * src/procmime.c
11747         * src/common/mgutils.c
11748                 Fix warnings
11749
11750 2007-10-05 [mones]      3.0.2cvs10
11751
11752         * manual/advanced.xml
11753                 Use full menu name
11754         * manual/es/advanced.xml
11755                 Synchronise translation
11756
11757 2007-10-04 [colin]      3.0.2cvs9
11758
11759         * src/action.c
11760         * src/addrbook.c
11761         * src/addrindex.c
11762         * src/compose.c
11763         * src/exporthtml.c
11764         * src/exportldif.c
11765         * src/folder.c
11766         * src/main.c
11767         * src/matcher.c
11768         * src/mbox.c
11769         * src/messageview.c
11770         * src/mh.c
11771         * src/news.c
11772         * src/partial_download.c
11773         * src/pop.c
11774         * src/procmime.c
11775         * src/procmsg.c
11776         * src/toolbar.c
11777         * src/common/log.c
11778         * src/common/mgutils.c
11779         * src/common/plugin.c
11780         * src/common/utils.c
11781         * src/common/xml.c
11782         * src/common/xml.h
11783         * src/common/xmlprops.c
11784         * src/common/xmlprops.h
11785         * src/plugins/bogofilter/bogofilter.c
11786         * src/plugins/clamav/clamav_plugin.c
11787         * src/plugins/dillo_viewer/dillo_prefs.c
11788         * src/plugins/pgpcore/prefs_gpg.c
11789         * src/plugins/pgpinline/pgpinline.c
11790         * src/plugins/pgpmime/pgpmime.c
11791         * src/plugins/spamassassin/spamassassin.c
11792         * src/plugins/trayicon/trayicon_prefs.c
11793                 Verify success on writes. Will fix possible strange
11794                 failure on disk full.
11795
11796 2007-10-04 [paul]       3.0.2cvs8
11797
11798         * manual/advanced.xml
11799                 add further info about Actions
11800                 Patch by Emmanuel Briot <briot@adacore.com>
11801
11802 2007-10-04 [paul]       3.0.2cvs7
11803
11804         * src/account.c
11805                 remove the D column, instead indicate the
11806                 default account by use of bold text
11807
11808 2007-10-03 [colin]      3.0.2cvs6
11809
11810         * src/common/template.c
11811                 Fix templates writing (was prone to disk full problems)
11812
11813 2007-10-03 [colin]      3.0.2cvs5
11814
11815         * src/Makefile.am
11816         * src/addrduplicates.c
11817         * src/addrduplicates.h
11818         * src/addressbook.c
11819                 Add duplicate deletion. Patch by Holger
11820
11821 2007-10-03 [colin]      3.0.2cvs4
11822
11823         * src/matcher.c
11824         * src/gtk/quicksearch.c
11825                 Fix bug 1340, 'Case insensitive searches with 
11826                 non-ascii alphabets fail'.
11827
11828 2007-10-03 [colin]      3.0.2cvs3
11829
11830         * src/main.c
11831         * src/common/utils.c
11832         * src/common/utils.h
11833                 Implement run-time alternative config directories
11834
11835 2007-10-03 [colin]      3.0.2cvs2
11836
11837         * src/folderview.c
11838                 Prevent opening folder item while folder
11839                 is scanned in a better way
11840
11841 2007-10-02 [paul]       3.0.2cvs1
11842
11843         * NEWS
11844         * README
11845         * RELEASE_NOTES
11846         * configure.ac
11847                 bump up version number following stable release
11848
11849 2007-09-30 [colin]      3.0.1cvs49
11850
11851         * src/imap.c
11852                 Refresh session if needed
11853
11854 2007-09-30 [colin]      3.0.1cvs48
11855
11856         * src/imap.c
11857                 Reset folder's session to NULL
11858                 before destroying it
11859
11860 2007-09-30 [mones]      3.0.1cvs47
11861
11862         * manual/handling.xml
11863                 Use markup quotes instead hardcoded quotes
11864         * manual/es/handling.xml
11865                 Added new synced section (IMAP subscriptions)
11866
11867 2007-09-29 [colin]      3.0.1cvs46
11868
11869         * src/imap.c
11870                 Notice disconnections faster
11871
11872 2007-09-28 [colin]      3.0.1cvs45
11873
11874         * src/addressbook.c
11875         * src/addrindex.c
11876                 Fix warnings
11877
11878 2007-09-28 [paul]       3.0.1cvs44
11879
11880         * src/mimeview.c
11881                 fix maemo build
11882
11883 2007-09-28 [paul]       3.0.1cvs43
11884
11885         * src/account.c
11886                 use gtk_widget_set_size_request() on the label
11887                 so that wrapping works better. get rid of the
11888                 (partially deprecated) hbutton_box.
11889                 these changes should prevent buttons overlapping
11890                 on maemo
11891
11892 2007-09-28 [colin]      3.0.1cvs42
11893
11894         * src/pop.c
11895                 Fix typo :)
11896
11897 2007-09-28 [colin]      3.0.1cvs41
11898
11899         * src/compose.c
11900         * src/msgcache.c
11901         * src/pop.c
11902         * src/procmime.c
11903         * src/etpan/imap-thread.c
11904                 64bits-related warning fixes
11905
11906 2007-09-28 [colin]      3.0.1cvs40
11907
11908         * src/folder_item_prefs.c
11909         * src/ldaputil.c
11910         * src/mainwindow.c
11911         * src/mimeview.c
11912         * src/common/tags.c
11913                 Fix warnings
11914
11915 2007-09-28 [colin]      3.0.1cvs39
11916
11917         * src/plugins/spamassassin/spamassassin.c
11918         * src/plugins/spamassassin/spamassassin.h
11919         * src/plugins/spamassassin/spamassassin_gtk.c
11920                 Add addressbook-based whitelisting
11921
11922 2007-09-28 [colin]      3.0.1cvs38
11923
11924         * src/folder.c
11925                 Fix bug 1337, 'crash on pressing Send button'
11926
11927 2007-09-28 [paul]       3.0.1cvs37
11928
11929         * src/prefs_folder_item.c
11930                 give the orphans a parent. makes all prefs
11931                 pages visible on maemo
11932
11933 2007-09-28 [colin]      3.0.1cvs36
11934
11935         * src/prefs_folder_column.c
11936         * src/prefs_summary_column.c
11937                 Fix two leaks
11938
11939 2007-09-27 [colin]      3.0.1cvs35
11940
11941         * src/gtk/quicksearch.c
11942                 Fix bug 1336, 'Segfault if empty space before search-string'
11943
11944 2007-09-26 [mones]      3.0.1cvs34
11945
11946         * manual/account.xml
11947         * manual/plugins.xml
11948                 Fixed irc channel name, added some docbook markup.
11949                 Changed text markup to docbook markup. 
11950                 Added spamcop as supported in SpamReport description.
11951         * manual/fr/plugins.xml
11952                 Fixed irc channel name.
11953         * manual/es/account.xml
11954         * manual/es/advanced.xml
11955         * manual/es/claws-mail-manual.xml
11956         * manual/es/glossary.xml
11957         * manual/es/gpl.xml
11958         * manual/es/keyboard.xml
11959         * manual/es/plugins.xml
11960                 Synced with English version, fixed a couple of typos.
11961
11962 2007-09-26 [colin]      3.0.1cvs33
11963
11964         * configure.ac
11965                 Explain why "Libgnomeprint: no" on GTK+ 2.10
11966
11967 2007-09-26 [colin]      3.0.1cvs32
11968
11969         * src/messageview.c
11970         * src/procmsg.c
11971         * src/procmsg.h
11972                 Optimisation: avoid fetching mail 3 times locally
11973                 for displaying
11974
11975 2007-09-26 [colin]      3.0.1cvs31
11976
11977         * src/mh.c
11978                 Fix missing static
11979
11980 2007-09-26 [colin]      3.0.1cvs30
11981
11982         * src/folder.c
11983         * src/folder.h
11984         * src/mh.c
11985         * src/mh.h
11986                 Fix MH mtime hack - make it a folder class function
11987
11988 2007-09-26 [colin]      3.0.1cvs29
11989
11990         * src/inc.c
11991                 Fix bug 1334, 'user defined mail incorporation 
11992                 script not run'
11993
11994 2007-09-25 [colin]      3.0.1cvs28
11995
11996         * src/codeconv.c
11997                 Optimisation: shortcut conv_codeset_strdup
11998                 when src_code and dest_code are the same
11999         * src/common/xml.c
12000         * src/common/xml.h
12001                 Optimisation: shortcut code conversions when
12002                 files are in UTF-8; faster list walking by
12003                 using prepend/reverse.
12004
12005 2007-09-25 [holger]     3.0.1cvs27
12006
12007         * src/printing.c
12008                 Replace button bar of the preview window
12009                 with a real toolbar (patch by Colin)
12010                 Add zooming to the preview window
12011
12012 2007-09-24 [paul]       3.0.1cvs26
12013
12014         * src/compose.c
12015                 compact the character set menu, adding some
12016                 missing encodings. Patch by Pawel Pekala
12017
12018 2007-09-23 [paul]       3.0.1cvs25
12019
12020         * src/prefs_account.c
12021         * src/prefs_folder_item.c
12022         * src/prefs_quote.c
12023         * src/quote_fmt.c
12024         * src/quote_fmt.h
12025                 remove unnecessary frame from Templates options
12026                 and improve the English of the check button label
12027
12028 2007-09-22 [colin]      3.0.1cvs24
12029
12030         * src/gtk/quicksearch.c
12031                 Fix bug 1329, 'error in quicksearch.c'
12032                 Fix return with value in function returning void
12033
12034 2007-09-22 [colin]      3.0.1cvs23
12035
12036         * src/imap.c
12037         * src/procmsg.h
12038         * src/common/utils.c
12039         * src/common/utils.h
12040         * src/etpan/imap-thread.c
12041                 Optimise fetching IMAP cached emails *a lot*
12042                 (remember whether mail is fully cached and \r's
12043                  are already stripped)
12044
12045 2007-09-22 [colin]      3.0.1cvs22
12046
12047         * src/folder.c
12048         * src/folder.h
12049         * src/prefs_folder_item.c
12050                 Add a button to allow users to drop local caches.
12051
12052 2007-09-21 [colin]      3.0.1cvs21
12053
12054         * src/summaryview.c
12055                 Remove unnecessary error when cancelling export to mbox.
12056                 Patch by Pawel
12057
12058 2007-09-21 [paul]       3.0.1cvs20
12059
12060         * src/gtk/prefswindow.c
12061                 remove unnecessary frames from the prefs
12062                 pages. Patch by Pawel Pekala
12063
12064 2007-09-21 [paul]       3.0.1cvs19
12065
12066         * src/prefs_account.c
12067         * src/prefs_folder_item.c
12068         * src/prefs_quote.c
12069         * src/quote_fmt.c
12070                 put the Templates options into a tabbed
12071                 layout. Patch by Pawel Pekala
12072
12073 2007-09-21 [paul]       3.0.1cvs18
12074
12075         * src/mainwindow.c
12076                 group together the character set menu items
12077                 move the /View/Show or hide/Message view below
12078                 .../Toolbar menu item
12079                 Patch by Pawel Pekala
12080
12081 2007-09-21 [mones]      3.0.1cvs17
12082
12083         * src/compose.c
12084                 Fix for bug 1327, 'segfault when replying to a non-existent
12085                 news message', thanks to Colin.
12086
12087 2007-09-21 [colin]      3.0.1cvs16
12088
12089         * src/folderview.c
12090                 Complete 3.0.1cvs15
12091
12092 2007-09-20 [colin]      3.0.1cvs15
12093
12094         * src/folderview.c
12095         * src/folderview.h
12096                 Maybe fix bug 1324, 'Corrupted IMAP cache'
12097
12098 2007-09-20 [colin]      3.0.1cvs14
12099
12100         * src/printing.c
12101                 Fix a little leak
12102
12103 2007-09-20 [holger]     3.0.1cvs13
12104
12105         * src/printing.c
12106                 Add page layout to print preview.
12107                 Make the close-button in the toolbar
12108                 right-aligned.
12109
12110 2007-09-20 [paul]       3.0.1cvs12
12111
12112         * po/ru.po
12113                 updated by Pavlo Bohmat
12114
12115 2007-09-19 [colin]      3.0.1cvs11
12116
12117         * src/common/utils.c
12118                 Prevent unquoted mime boundaries, by always
12119                 using a /
12120
12121 2007-09-19 [colin]      3.0.1cvs10
12122
12123         * src/printing.c
12124                 Fix drawing area size, fix DPI change that
12125                 can cause total number of lines to decrease
12126
12127 2007-09-19 [colin]      3.0.1cvs9
12128
12129         * po/POTFILES.in
12130         * src/printing.c
12131                 Make print preview more efficient and nicer.
12132                 Patch mostly by Holger Berndt <hb@claws-mail.org>
12133
12134 2007-09-19 [colin]      3.0.1cvs8
12135
12136         * src/prefs_common.c
12137         * src/prefs_common.h
12138         * src/printing.c
12139                 Add scrolledwindow, default allocation and
12140                 size saving to the print preview window.
12141
12142 2007-09-18 [colin]      3.0.1cvs7
12143
12144         * src/prefs_common.c
12145         * src/prefs_common.h
12146         * src/prefs_image_viewer.c
12147         * src/printing.c
12148                 GtkPrintOperation:
12149                 - add image printing support
12150                 - add option to print images
12151                 - add preview widget
12152                 - add saving of a few Page Setup parameters
12153
12154 2007-09-18 [colin]      3.0.1cvs6
12155
12156         * AUTHORS
12157         * src/gtk/authors.h
12158                 Add Guillaume Chazarain
12159
12160 2007-09-18 [colin]      3.0.1cvs5
12161
12162         * src/common/utils.c
12163                 Fix bug 1321, 'access before allocation 
12164                 when scanning for uris'. Patch by 
12165                 Guillaume Chazarain <guichaz@yahoo.fr>
12166
12167 2007-09-18 [colin]      3.0.1cvs4
12168
12169         * src/toolbar.c
12170                 Fix bug 1320, 'Memory leak caused by 
12171                 gtk_container_get_children'. Patch by
12172                 Guillaume Chazarain <guichaz@yahoo.fr>
12173
12174 2007-09-18 [colin]      3.0.1cvs3
12175
12176         * src/printing.c
12177         * src/printing.h
12178                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
12179
12180 2007-09-18 [colin]      3.0.1cvs2
12181
12182         * src/Makefile.am
12183         * src/mainwindow.c
12184         * src/messageview.c
12185         * src/messageview.h
12186         * src/prefs_ext_prog.c
12187         * src/prefs_fonts.c
12188         * src/printing.c
12189         * src/printing.h
12190         * src/summaryview.c
12191                 Use GtkPrintOperation by default on GTK+ >= 2.10
12192                 Patch by Holger Berndt <hb@claws-mail.org>
12193
12194 2007-09-18 [paul]       3.0.1cvs1
12195
12196         * NEWS
12197         * README
12198         * RELEASE_NOTES
12199         * configure.ac
12200                 bump up version number following stable release
12201
12202 2007-09-16 [colin]      3.0.0cvs18
12203
12204         * src/folder.c
12205                 Fix possible memleak
12206
12207 2007-09-16 [colin]      3.0.0cvs17
12208
12209         * src/folderview.c
12210                 Fix bug 1311, 'Wrong arrow position 
12211                 while moving message into folder when 
12212                 column headers hidden'
12213         * src/image_viewer.c
12214                 Show error in the GUI if image can't
12215                 be loaded
12216         * src/matcher.c
12217                 Fix spurious output
12218         * src/messageview.c
12219                 Allow setting domain in msgid
12220         * src/common/plugin.c
12221                 Add timing information
12222
12223 2007-09-16 [colin]      3.0.0cvs16
12224
12225         * src/account.c
12226         * src/compose.c
12227         * src/prefs_account.c
12228         * src/prefs_account.h
12229         * src/common/utils.c
12230                 Remove Generate Message-ID option. We need
12231                 this on some IMAP servers.
12232         * src/prefs_template.c
12233                 Fix double-free
12234
12235 2007-09-16 [colin]      3.0.0cvs15
12236
12237         * src/prefs_filtering.c
12238         * src/prefs_filtering.h
12239         * src/prefs_filtering_action.c
12240         * src/common/tags.c
12241                 Fix tags issues: tags with spaces, renaming
12242                 tags.
12243
12244 2007-09-16 [colin]      3.0.0cvs14
12245
12246         * src/folderview.c
12247         * src/main.c
12248         * src/mainwindow.c
12249                 Fix bug 1308, 'Claws deletes folderlist.xml after
12250                 fetching mail short after start-up'
12251
12252 2007-09-16 [colin]      3.0.0cvs13
12253
12254         * src/compose.c
12255                 Fix scrolling to cursor
12256
12257 2007-09-16 [paul]       3.0.0cvs12
12258
12259         * po/sr.po
12260                 updated by Aleksandar Urosevic
12261
12262 2007-09-16 [paul]       3.0.0cvs11
12263
12264         * src/folder.c
12265                 do not allow locked msgs to be deleted,
12266                 even by filtering/processing
12267
12268 2007-09-07 [paul]       3.0.0cvs10
12269
12270         * src/prefs_folder_column.c
12271         * src/prefs_summary_column.c
12272                 implement button sensitivity
12273                 patch by Pawel Pekala
12274
12275 2007-09-06 [wwp]        3.0.0cvs9
12276
12277         * src/prefs_gtk.c
12278                 Add a missing linefeed to a debug message.
12279
12280 2007-09-05 [colin]      3.0.0cvs8
12281
12282         * src/inc.c
12283                 Fix statusbar/window mismatch on Maemo
12284
12285 2007-09-05 [colin]      3.0.0cvs7
12286
12287         * src/ldaputil.c
12288                 Fix build without USE_LDAP_TLS
12289
12290 2007-09-05 [colin]      3.0.0cvs6
12291
12292         * src/folder.c
12293         * src/imap.c
12294         * src/inc.c
12295         * src/mbox.c
12296         * src/send_message.c
12297         * src/statusbar.c
12298         * src/statusbar.h
12299                 Maemo: distinguish various statusbar messages,
12300                 in order to display only the most important.
12301
12302 2007-09-04 [wwp]        3.0.0cvs5
12303
12304         * src/account.c
12305                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
12306                 Show protocol "SMTP" and the appropriate server for send-only
12307                 accounts, show "-" instead of "" when no value is relevant.
12308
12309 2007-09-03 [ticho]      3.0.0cvs4
12310
12311         * src/summaryview.c
12312                 Handle plural form better in delete confirmation dialog.
12313
12314 2007-09-03 [wwp]        3.0.0cvs3
12315
12316         * src/compose.c
12317                 Warn differently when sending or sending later (queueing).
12318
12319 2007-09-03 [colin]      3.0.0cvs2
12320
12321         * src/procmime.c
12322         * src/procmime.h
12323         * src/common/plugin.c
12324         * src/common/plugin.h
12325                 Add a new plugin API, MimeParser. It allows
12326                 plugins to scan email MIME parts and optionally,
12327                 transform them.
12328
12329 2007-09-03 [mones]      3.0.0cvs1
12330
12331         * po/es.po
12332                 Updated translation
12333         * src/common/defs.h
12334                 While a better solution is made double history sizes
12335
12336 2007-09-03 [paul]       3.0.0
12337
12338         * NEWS
12339         * README
12340         * RELEASE_NOTES
12341                 3.0.0 released
12342
12343 [For previous entries, see ChangeLog.2.0.0-3.0.0]