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