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