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