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