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