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