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