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