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