2013-01-21 [paul] 3.9.0cvs56
[claws.git] / ChangeLog
1 2013-01-21 [paul]       3.9.0cvs56
2
3         * src/common/defs.h
4         * src/gtk/about.c
5                 promote the users' ml on the About/Info tab
6
7 2013-01-09 [paul]       3.9.0cvs55
8
9         * doc/man/claws-mail.1
10         * src/gtk/about.c
11                 update copyright year
12
13 2013-01-09 [paul]       3.9.0cvs54
14
15         * src/gtk/gtkaspell.c
16                 fix sensitivity of 'Use both dictionaries' in compose window
17
18 2013-01-09 [mir]        3.9.0cvs53
19
20         * tools/vcard2xml.py
21             Fix missing file encoding info.
22             See -> http://www.python.org/dev/peps/pep-0263/
23
24
25 2013-01-08 [mones]      3.9.0cvs52
26
27         * claws-mail.desktop
28                 Added Swedish translation by Andreas Rönnquist
29
30 2012-12-20 [colin]      3.9.0cvs51
31
32         * src/action.c
33                 Fix crash on action error;
34                 Fix trimming of leading spaces in actions
35
36 2012-12-19 [colin]      3.9.0cvs50
37
38         * src/editldap.c
39         * src/ldapctrl.c
40         * src/ldapserver.c
41                 Make LDAP over SSL work on Win32 - but not TLS,
42                 unfortunately. Also, it requires the certificate
43                 to be trusted.
44
45 2012-12-16 [colin]      3.9.0cvs49
46
47         * src/messageview.c
48                 Add missing \n at end of the return receipt last part's headers.
49
50 2012-12-15 [paul]       3.9.0cvs48
51
52         * src/addrselect.c
53                 fix bug 2832, 'mail to from adress-book splitt names'
54
55 2012-12-12 [colin]      3.9.0cvs47
56
57         * src/action.c
58                 Port to g_spawn API and make actions work better on Win32
59         * src/mainwindow.c
60                 Indentation
61
62 2012-12-12 [ticho]      3.9.0cvs46
63
64         * src/compose.c
65                 Move focus to body textview when subject entry is activated
66                 (Enter key pressed) in compose window.
67
68 2012-12-10 [mones]      3.9.0cvs45
69
70         * src/addr_compl.c
71                 Fix bug #2835 (core part) to allow NULL names which
72                 have an address
73
74 2012-12-07 [colin]      3.9.0cvs44
75
76         * src/news.c
77                 Try to fix strange crash in nntp_ping/session_destroy...
78
79 2012-12-06 [mones]      3.9.0cvs43
80
81         * tools/README
82         * tools/gif2xface.pl
83         * tools/outlook2claws-mail.pl
84                 Fix address not working since years ago
85
86 2012-12-05 [mones]      3.9.0cvs42
87
88         * src/prefs_gtk.c
89                 Do not set to NULL string preferences which have "" as
90                 default value
91
92 2012-12-05 [colin]      3.9.0cvs41
93
94         * src/common/ssl.c
95                 Nullify xcred pointer like the other ones
96
97 2012-12-03 [wwp]        3.9.0cvs40
98
99         * src/summaryview.c
100         * src/mainwindow.c
101         Avoid any possible confusion: 0 is not a neutral value when passed
102         to main_window_get_mask() - use -1 instead, even in those cases we
103         don't care.
104
105 2012-12-03 [wwp]        3.9.0cvs39
106
107         * src/toolbar.c
108         Fix sensitivity of next-unread toolbar button.
109
110 2012-12-03 [colin]      3.9.0cvs38
111
112         * src/common/utils.c
113                 Fix following relative symlinks
114
115 2012-12-02 [colin]      3.9.0cvs37
116
117         * src/main.c
118                 Of course you can't, Windows. Of course...
119
120 2012-12-02 [colin]      3.9.0cvs36
121
122         * src/main.c
123                 Move control sockets inside their own directory,
124                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
125                 - cleaner separation of sockets and config dirs in
126                   case of alternate config directories
127                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
128                   exists as a socket, use it to control the running entity
129                 - backwards migration is handled: starting an old Claws Mail
130                   version will bail out as creating the legacy socket won't
131                   be possible.
132                 - migration for alternate-config-dirs is not handled, which
133                   could be mentioned in release notes.
134                 Fixes bug #2828, "Use MD5 digest for socket name"
135
136 2012-12-01 [colin]      3.9.0cvs35
137
138         * src/common/utils.c
139                 As usual, Windows is a little bit different
140                 (you have to love it the same as the normal OSes...)
141
142 2012-12-01 [colin]      3.9.0cvs34
143
144         * src/common/utils.c
145         * src/common/utils.h
146                 Add a canonicalizer function and use it to
147                 canonicalize rc_dir.
148
149 2012-11-30 [mones]      3.9.0cvs33
150
151         * src/common/plugin.c
152                 Fixes #1137 completely, saving path-less plugins as is
153                 in config. With this patch user can edit plugin list on
154                 clawsrc and remove absolute paths from shared plugins,
155                 leaving only the "pluginname.so". Those will be tried to
156                 load from plugin dir of the loading core. Notice that
157                 those will also fail to load on older versions, and will
158                 probably be removed from your config without warning by
159                 the older version.
160
161 2012-11-30 [wwp]        3.9.0cvs32
162
163         * src/mainwindow.c
164         * src/mainwindow.h
165         * src/summaryview.c
166         * src/toolbar.c
167         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
168         also fix list loop initializers.
169
170 2012-11-30 [wwp]        3.9.0cvs31
171
172         * src/mainwindow.c
173         * src/mainwindow.h
174         * src/procmsg.c
175         * src/send_message.c
176         * src/send_message.h
177         * src/toolbar.c
178         * src/toolbar.h
179         Add Message/Cancel sending (same as --cancel-sending), adds the
180         relevant toolbar icon, and an extra cancel sending+receiving icon
181         for convenience.
182
183 2012-11-29 [colin]      3.9.0cvs30
184
185         * src/mainwindow.c
186                 Fix mask on a few menu items (thanks Ricardo!)
187
188 2012-11-28 [wwp]        3.9.0cvs29
189
190         * src/mainwindow.c
191         * src/mainwindow.h
192         * src/summaryview.c
193         * src/toolbar.c
194         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
195         Complete toolbar_init(), which was missing few inits.
196
197 2012-11-28 [colin]      3.9.0cvs28
198
199         * src/mainwindow.c
200         * src/news.c
201         * src/news.h
202         * src/etpan/nntp-thread.c
203                 Disconnect NNTP accounts too when switching offline
204
205 2012-11-28 [colin]      3.9.0cvs27
206
207         * src/imap.c
208         * src/news.c
209         * src/common/session.c
210         * src/common/session.h
211                 Add keep-alive pings on IMAP and NNTP
212
213 2012-11-28 [colin]      3.9.0cvs26
214
215         * src/imap.c
216         * src/etpan/imap-thread.c
217         * src/etpan/imap-thread.h
218                 Try locale's charset and UTF-7 on server-side
219                 searches when UTF-8 fails. Also, don't even
220                 mention a charset if searching for an ASCII
221                 string.
222
223 2012-11-27 [colin]      3.9.0cvs25
224
225         * src/main.c
226                 Unbreak the build.
227
228 2012-11-27 [colin]      3.9.0cvs24
229
230         * src/common/ssl.c
231                 Fix bug #2826, "replace deprecated gnutls function"
232                 Patch by Christian Hesse
233
234 2012-11-27 [colin]      3.9.0cvs23
235
236         * src/gtk/manage_window.c
237                 Stop spamming logs with focus events.
238
239 2012-11-27 [colin]      3.9.0cvs22
240
241         * src/mainwindow.c
242         * src/prefs_common.c
243         * src/prefs_common.h
244                 Unsneak a work-in-progress patch that I mistakengly
245                 commited with a cleanup
246
247 2012-11-27 [wwp]        3.9.0cvs21
248
249         * doc/man/claws-mail.1
250         * src/main.c
251         * src/send_message.c
252         * src/send_message.h
253                 Add --cancel-sending command-line switch.
254
255 2012-11-23 [colin]      3.9.0cvs20
256
257         * src/jpilot.c
258         * src/main.c
259         * src/mainwindow.c
260         * src/matcher.c
261         * src/prefs_common.c
262         * src/prefs_common.h
263         * src/procmsg.c
264         * src/common/socket.c
265         * src/common/socket.h
266         * src/common/ssl.c
267         * src/common/ssl_certificate.c
268         * src/common/ssl_certificate.h
269         * src/etpan/imap-thread.c
270         * src/etpan/nntp-thread.c
271                 Cleanup some warnings and deprecated types. Patch by
272                 Christian Hesse, fixing bug #2617. Thanks!
273
274 2012-11-23 [colin]      3.9.0cvs19
275
276         * AUTHORS
277         * src/gtk/authors.h
278                 Add Christian Hesse which was forgotten for some reason
279
280 2012-11-21 [colin]      3.9.0cvs18
281
282         * src/etpan/imap-thread.c
283                 Don't set charset on simple searches. Fixes Exchange 2007.
284
285 2012-11-20 [colin]      3.9.0cvs17
286
287         * src/prefs_matcher.c
288                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
289
290 2012-11-20 [ticho]      3.9.0cvs16
291
292         * src/gtk/prefswindow.c
293                 Actually allow folder preference pages which are in top level of
294                 page index UI to be selected.
295
296 2012-11-20 [ticho]      3.9.0cvs15
297
298         * src/prefs_folder_item.c
299                 Remove useless "Folder" root in page index of folder preferences UI.
300
301 2012-11-18 [colin]      3.9.0cvs14
302
303         * AUTHORS
304         * src/advsearch.c
305         * src/matcher.c
306         * src/matcher.h
307         * src/matcher_parser_parse.y
308         * src/prefs_matcher.c
309         * src/gtk/authors.h
310         * src/gtk/quicksearch.c
311                 Add age_{greater,lower}_hours matcher criteria
312                 Initial patch by Abhay S. Kushwaha.
313
314 2012-11-18 [ticho]      3.9.0cvs13
315
316         * src/mbox.c
317                 Improve i18n plural handling in a string used while
318                 importing from mbox.
319
320 2012-11-16 [ticho]      3.9.0cvs12
321
322         * po/bg.po
323         * po/ca.po
324         * po/cs.po
325         * po/de.po
326         * po/en_GB.po
327         * po/es.po
328         * po/fi.po
329         * po/fr.po
330         * po/he.po
331         * po/hu.po
332         * po/id_ID.po
333         * po/it.po
334         * po/ja.po
335         * po/lt.po
336         * po/nl.po
337         * po/pl.po
338         * po/pt_BR.po
339         * po/pt_PT.po
340         * po/ru.po
341         * po/sk.po
342         * po/sr.po
343         * po/sv.po
344         * po/uk.po
345         * po/zh_CN.po
346         * po/zh_TW.po
347         * po/Makevars
348                 Update message catalogs to match changes in 3.9.0cvs11.
349
350 2012-11-16 [ticho]      3.9.0cvs11
351
352         * src/account.c
353         * src/addrcustomattr.c
354         * src/edittags.c
355         * src/prefs_filtering.c
356         * src/prefs_matcher.c
357         * src/prefs_msg_colors.c
358         * src/toolbar.c
359         * src/uri_opener.c
360         * src/wizard.c
361         * src/common/utils.c
362         * src/gtk/about.c
363                 Use pgettext() and friends for i18n context strings, instead of
364                 having a pipe character in msgid for context separation. This uses
365                 glib's C_ macro, instead of Q_.
366
367 2012-11-16 [colin]      3.9.0cvs10
368
369         * src/foldersel.c
370         * src/prefs_actions.c
371         * src/prefs_filtering_action.c
372         * src/prefs_matcher.c
373         * src/quote_fmt.c
374         * src/gtk/description_window.c
375         * src/gtk/description_window.h
376         * src/gtk/inputdialog.c
377         * src/gtk/manage_window.c
378         * src/gtk/quicksearch.c
379                 Try to better fix focus problems. Should address:
380                 Bug #2774
381                 Bug #2624
382                 Bug #1963
383                 Bug #2780
384                 Please check using your favorite WM that the following works:
385                 Information button (Quicksearch, Templates, 'Test' filtering 
386                 condition)
387                 Folder selection (Move/Copy contextual menu,
388                 various preferences, including 'New folder').
389                 Tested with XFCE, Gnome Shell and Windows.
390                 
391
392 2012-11-16 [colin]      3.9.0cvs9
393
394         * src/advsearch.c
395                 Init is_fast too
396
397 2012-11-16 [colin]      3.9.0cvs8
398
399         * src/advsearch.c
400                 Fix missing initialisation of bool_and which could
401                 lead to From/To/Subject/Tag searches searching with
402                 binary and.
403                 Also clean up tag expansion. No need to create a
404                 matcher string and re-parse it.
405
406 2012-11-16 [paul]       3.9.0cvs7
407
408         * po/de.po
409                 fix by Thomas Bellmann
410
411 2012-11-15 [colin]      3.9.0cvs6
412
413         * src/summaryview.c
414                 Fix bug #2785, "Marking mails for deletion reopens internal 
415                 message view"
416
417 2012-11-15 [colin]      3.9.0cvs5
418
419         * src/main.c
420         * src/statusbar.c
421         * src/gtk/gtkcmclist.c
422         * src/gtk/gtkcmclist.h
423                 a few more GTK+3 fixes. Segfaults on me, though.
424
425 2012-11-15 [colin]      3.9.0cvs4
426
427         * src/Makefile.am
428         * src/action.c
429         * src/addr_compl.c
430         * src/addressbook.c
431         * src/addrgather.c
432         * src/compose.c
433         * src/editaddress.c
434         * src/editgroup.c
435         * src/main.c
436         * src/mainwindow.c
437         * src/message_search.c
438         * src/prefs_display_header.c
439         * src/prefs_filtering_action.c
440         * src/prefs_matcher.c
441         * src/prefs_other.c
442         * src/prefs_toolbar.c
443         * src/printing.c
444         * src/stock_pixmap.c
445         * src/summary_search.c
446         * src/summaryview.c
447         * src/textview.c
448         * src/gtk/Makefile.am
449         * src/gtk/colorlabel.c
450         * src/gtk/combobox.c
451         * src/gtk/combobox.h
452         * src/gtk/gtkcmclist.c
453         * src/gtk/gtkcmclist.h
454         * src/gtk/gtkcmctree.c
455         * src/gtk/gtksctree.c
456         * src/gtk/gtkshruler.c
457         * src/gtk/gtkutils.c
458         * src/gtk/gtkutils.h
459         * src/gtk/inputdialog.c
460         * src/gtk/quicksearch.c
461         * src/plugins/pgpcore/Makefile.am
462         * src/plugins/pgpinline/Makefile.am
463         * src/plugins/pgpmime/Makefile.am
464         * src/plugins/smime/Makefile.am
465                 Big GTK+3 patch from Hanno Meyer-Thurow
466
467 2012-11-15 [wwp]        3.9.0cvs3
468
469         * doc/man/claws-mail.1
470         * src/main.c
471                 Add --cancel-receiving command-line switch.
472
473 2012-11-15 [wwp]        3.9.0cvs2
474
475         * src/ssl_manager.c
476         * src/gtk/sslcertwindow.c
477                 Fix Capitalization.
478
479 2012-11-15 [paul]       3.9.0cvs1
480
481         * po/cs.po
482         * po/fi.po
483         * po/sk.po
484                 updates from David Vachulka, Flammie Pirinen, and
485                 Slavko
486
487 2012-11-14 [paul]       3.9.0
488         * NEWS
489         * README
490         * RELEASE_NOTES 
491                 3.9.0 unleashed!
492
493 2012-11-14 [paul]       3.8.1cvs123
494
495         * po/de.po
496         * po/es.po
497         * po/fi.po
498         * po/fr.po
499         * po/hu.po
500         * po/pt_BR.po
501         * po/sv.po
502         * po/uk.po
503         * po/zh_TW.po
504                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
505                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
506                 YUP, Wei-Lun Chao
507
508 2012-11-14 [paul]       3.8.1cvs122
509
510         * tools/README
511         * tools/fix_date.sh
512                 improvements by wwp
513
514 2012-11-14 [colin]      3.8.1cvs121
515
516         * src/action.c
517                 And fix warning with breaking functionality
518
519 2012-11-14 [paul]       3.8.1cvs120
520
521         * src/action.c
522                 revert this change from 3.8.1cvs60, it breaks
523                 actions with a pipe
524
525 2012-11-14 [colin]      3.8.1cvs119
526
527         * src/common/plugin.c
528                 If plugin fails to load from absolute path, try from
529                 default plugin path. 
530                 Fixes bug #1137, 'loading plugins with same profile on different archs'
531                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
532                 results in wrong paths in clawsrc'
533
534 2012-11-12 [colin]      3.8.1cvs118
535
536         * src/messageview.c
537                 Fix initial focus on textview. Fixes bug #2776,
538                 "Make all menu shortcuts work properly in the message window"
539
540 2012-11-09 [colin]      3.8.1cvs117
541
542         * src/etpan/imap-thread.c
543                 Specify search charset. Thanks to Aleksei Miheev
544
545 2012-11-08 [colin]      3.8.1cvs116
546
547         * src/common/socket.c
548         * src/gtk/gtkutils.c
549                 Fix socket communication
550
551 2012-11-08 [colin]      3.8.1cvs115
552
553         * src/plugins/pgpcore/sgpgme.c
554                 Fix Windows runtime crash
555
556 2012-11-08 [colin]      3.8.1cvs114
557
558         * src/gtk/quicksearch.c
559                 Fix going active with NULL matchstring (for example
560                 when changing type before typing anything)
561
562 2012-11-07 [colin]      3.8.1cvs113
563
564         * src/mbox.c
565                 Fix Windows build
566
567 2012-11-06 [mones]      3.8.1cvs112
568
569         * doc/man/claws-mail.1
570                 Sync with AUTHORS file
571         * src/gtk/quicksearch.c
572                 Add number units where appropriate
573
574 2012-10-31 [paul]       3.8.1cvs111
575
576         * src/prefs_folder_item.c
577                 add missing closing bracket. thanks to Andreas Rönnquist.
578
579 2012-10-31 [colin]      3.8.1cvs110
580
581         * src/prefs_folder_item.c
582                 Fix prefs text and extra semi-colon. Thanks to Paul!
583
584 2012-10-31 [colin]      3.8.1cvs109
585
586         * src/folder_item_prefs.c
587         * src/folder_item_prefs.h
588         * src/messageview.c
589         * src/prefs_folder_item.c
590                 Implement feature from bug #2569, 
591                 "select html part on folder specific properties"
592                 Patch based on Andrej's patch.
593
594 2012-10-29 [wwp]        3.8.1cvs108
595
596         * src/textview.c
597         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
598         broken URL parsing.
599
600 2012-10-25 [colin]      3.8.1cvs107
601
602         * src/textview.c
603                 Verify the previous URI wasn't the same...
604                 fixes http://www. URIs.
605
606 2012-10-25 [colin]      3.8.1cvs106
607
608         * src/common/utils.c
609         * src/common/utils.h
610         * src/textview.c
611                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
612                 reduces cost of strcasestr() in textview_make_clickable_parts*()
613                 from 30% to 15%. Patch by Igor Mammedov
614
615 2012-10-25 [colin]      3.8.1cvs105
616
617         * src/textview.c
618                 Do not allow search cost to explode in case of bad message
619                 parsing in textview_make_clickable_parts_later(); reduces
620                 cost of textview_make_clickable_parts_later() from 99% to
621                 17% for big bad-case message. Patch by Igor Mammedov
622
623 2012-10-25 [colin]      3.8.1cvs104
624
625         * src/textview.c
626         * src/textview.h
627                 Avoid strlen() on big buffers, use precomputed length instead
628                 it reduces cost of textview_write_line() from 32% to 3% for
629                 big messages. Patch by Igor Mammedov
630         * AUTHORS
631         * src/gtk/authors.h
632                 Add Igor
633
634 2012-10-24 [mones]      3.8.1cvs103
635
636         * src/advsearch.c
637                 Trust on IMAP core on-line/off-line management
638                 Patch by Sean Buckheister
639
640 2012-10-19 [paul]       3.8.1cvs102
641
642         * AUTHORS
643         * src/crash.c
644         * src/gtk/authors.h
645                 fix bug 2760, 'display correct libc version in crash dialog 
646                 when uclibc is used'.
647                 fixes build with uclibc. patch by Natanael Copa.
648
649 2012-10-18 [mones]      3.8.1cvs101
650
651         * claws-mail.desktop
652                 Fix bug #2761 and remove invalid GTK main category
653
654 2012-10-17 [colin]      3.8.1cvs100
655
656         * src/common/ssl_certificate.c
657                 Fix bug #2759, "Error messages regarding bad
658                 client certificates are less than helpful"
659                 Based on patch by bug reporter.
660
661 2012-10-13 [paul]       3.8.1cvs99
662
663         * src/common/ssl_certificate.c
664                 fix build with gnutls 3.1.3
665                 Patch by Sean Buckheister.
666
667 2012-10-12 [mones]      3.8.1cvs98
668
669         * src/compose.c
670         * src/grouplistdialog.c
671         * src/imap.c
672         * src/news_gtk.c
673         * src/procmime.c
674         * src/procmsg.c
675         * src/common/utils.c
676         * src/common/utils.h
677         * src/etpan/imap-thread.c
678                 New slist_free_strings_full wrapper for g_slist_free_full
679                 and simplify calls where it was being used
680
681 2012-10-12 [colin]      3.8.1cvs97
682
683         * src/common/defs.h
684                 Drop include of internal glib header
685                 Patch by Werner Koch
686
687 2012-10-12 [colin]      3.8.1cvs96
688
689         * src/gtk/gtkcmctree.c
690         * src/gtk/gtksctree.c
691                 Fix bug #2581, "expander arrows are too tiny to hit with the 
692                 mouse". Patch mostly by Tom Horsley
693
694 2012-10-12 [iwkse]      3.8.1cvs95
695
696         * src/common/utils.c
697                         g_free *mutex
698
699 2012-10-12 [mones]      3.8.1cvs94
700
701         * src/common/utils.c
702                 Remove undeclared mutex symbol
703
704 2012-10-12 [colin]      3.8.1cvs93
705
706         * src/compose.c
707         * src/prefs_account.c
708         * src/common/utils.c
709         * src/common/utils.h
710                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
711                 Thanks to Salvatore de Paolis
712
713 2012-10-10 [colin]      3.8.1cvs92
714
715         * src/folder.c
716                 Fix bug #2744, "Quick search throws bad command 
717                 argument error on Microsoft Exchange". Fall back
718                 to local search if folder-specific search fails.
719         * src/gtk/quicksearch.c
720                 Typo fix.
721
722 2012-10-10 [colin]      3.8.1cvs91
723
724         * src/procmsg.h
725                 Make what the tags list contain more clear
726
727 2012-10-10 [colin]      3.8.1cvs90
728
729         * src/inc.c
730         * src/mbox.c
731         * src/common/smtp.c
732         * src/common/smtp.h
733                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
734                 Patch by "madroach"
735
736 2012-10-10 [colin]      3.8.1cvs89
737
738         * autogen.sh
739                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
740
741 2012-10-10 [colin]      3.8.1cvs88
742
743         * src/compose.c
744                 Leak fix (thanks Ricardo!)
745
746 2012-10-10 [colin]      3.8.1cvs87
747
748         * src/common/utils.c
749                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
750                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
751                 fixes by Michael Rasmussen and myself.
752                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
753                 semantics are different from slist_free_strings() in that
754                 slist_free_strings does not free the list itself.
755
756 2012-10-09 [mones]      3.8.1cvs86
757
758         * doc/man/claws-mail.1
759         * src/compose.c
760         * src/common/utils.c
761                 New extra headers feature for adding user-defined
762                 extra headers to the combobox in the compose window
763                 Headers are stablished in 'extraheaderrc', one per
764                 line with a final colon
765
766 2012-10-06 [mones]      3.8.1cvs85
767
768         * po/POTFILES.in
769                 Added src/gtk/menu.c
770         * src/common/defs.h
771         * src/gtk/menu.c
772         * src/gtk/menu.h
773                 New function cm_menu_item_new_label_from_url to
774                 avoid crashing on huge URL strings and warn user
775                 about the possible causes
776         * src/mainwindow.c
777                 Use it to create List menu items safely
778
779 2012-10-04 [colin]      3.8.1cvs84
780
781         * src/imap.c
782                 Fix keywords with spaces
783
784 2012-10-04 [colin]      3.8.1cvs83
785
786         * src/advsearch.c
787                 Fix double-tag search. Maybe fixes bug #2744,
788                 'Quick search throws bad command argument 
789                 error since recent change'. Patch by Sean.
790
791 2012-10-03 [mones]      3.8.1cvs82
792
793         * src/procmime.c
794                 Fix bug #2743 'null pointer crash in procmime strchr'
795                 Patch by Michael Schwendt (from RedHat bug 862578) 
796
797 2012-09-28 [colin]      3.8.1cvs81
798
799         * src/advsearch.c
800                 Never search on server if we're offline
801                 (Asking the user would and will be better)
802         * src/imap.c
803                 Fix uninitialized variable (bogus) warning
804                 Fix SELECT of the folder before searching
805
806 2012-09-27 [colin]      3.8.1cvs80
807
808         * src/advsearch.c
809         * src/imap.c
810         * src/etpan/imap-thread.c
811         * src/etpan/imap-thread.h
812                 Implement IMAP server search. Patch by
813                 Sean Buckheister again.
814
815 2012-09-26 [colin]      3.8.1cvs79
816
817         * src/main.c
818         * src/matcher.c
819         * src/matcher.h
820                 Prepare the context strings, their translation take
821                 CPU time. Shaves 6 seconds out of 17 on my reference
822                 folder body search.
823         * src/summary_search.c
824                 Fix a warning
825
826 2012-09-26 [colin]      3.8.1cvs78
827
828         * src/matcher.c
829         * src/procmime.c
830         * src/procmime.h
831                 Unlock I/O in procmime, give a way
832                 for matcher to avoid having to
833                 read/write tmp/rewind/read tmp for
834                 body matches.
835
836 2012-09-26 [colin]      3.8.1cvs77
837
838         * src/summary_search.c
839                 Fix unresponsive stop button
840         * src/gtk/quicksearch.c
841                 Fix busy cursor
842
843 2012-09-26 [colin]      3.8.1cvs76
844
845         * src/summary_search.c
846         * src/summaryview.c
847         * src/summaryview.h
848         * src/gtk/quicksearch.c
849                 Factorize search code in summary_search and
850                 add a progress indicator as that slows down
851                 the first result in case of body search.
852
853 2012-09-26 [colin]      3.8.1cvs75
854
855         * src/folder.c
856                 Fix body search triggering GUI updates
857                 for every message when it gets MSG_SCANNED
858                 set.
859
860 2012-09-26 [colin]      3.8.1cvs74
861
862         * src/folder.c
863         * src/folder.h
864         * src/imap.c
865         * src/procmsg.c
866         * src/procmsg.h
867         * src/summaryview.c
868                 Factorize msg list to num list code;
869                 Make search faster using cache instead
870                 of network I/O
871
872 2012-09-25 [mones]      3.8.1cvs73
873
874         * src/gtk/quicksearch.c
875                 Fix new expressions not being added to quicksearch
876                 history in extended mode; patch by Sean Buckheister
877
878 2012-09-22 [mir]        3.8.1cvs72
879
880         * src/advsearch.c
881                 Fix for not searching in folders marked 'no_select'
882                 patch provided by Colin.
883
884 2012-09-22 [mones]      3.8.1cvs71
885
886         * src/advsearch.c
887                 Add missing copyright header
888
889 2012-09-21 [colin]      3.8.1cvs70
890
891         * src/folder.c
892                 Fix warning where msgcount was used
893                 uninitialized in case the search was
894                 to be performed on a message list subset.
895
896 2012-09-21 [colin]      3.8.1cvs69
897
898         * src/gtk/quicksearch.c
899                 Fix error background not appearing
900
901 2012-09-21 [colin]      3.8.1cvs68
902
903         * src/Makefile.am
904         * src/advsearch.c ** ADDED **
905         * src/advsearch.h ** ADDED **
906         * src/folder.c
907         * src/folder.h
908         * src/folderview.c
909         * src/imap.c
910         * src/main.c
911         * src/matcher.c
912         * src/matcher.h
913         * src/matchertypes.h ** ADDED **
914         * src/mh.c
915         * src/mimeview.c
916         * src/news.c
917         * src/proctypes.h
918         * src/summary_search.c
919         * src/summaryview.c
920         * src/summaryview.h
921         * src/gtk/quicksearch.c
922         * src/gtk/quicksearch.h
923                 Separated GUI and logic for search
924                 Use same logic for quicksearch and folder search
925                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
926
927 2012-09-19 [mones]      3.8.1cvs67
928
929         * src/mainwindow.c
930                 Remove spurious parameter from get_url_part and
931                 fix potential buffer overflow
932
933 2012-09-19 [colin]      3.8.1cvs66
934
935         * src/addressbook.c
936         * src/addrselect.c
937                 Un-mix mixed enum comparison which happened
938                 to work because multiple enums define the same
939                 values.
940
941 2012-09-19 [colin]      3.8.1cvs65
942
943         * src/addrindex.c
944         * src/editaddress.c
945         * src/editldap.c
946         * src/exporthtml.c
947         * src/jpilot.c
948         * src/procmime.c
949         * src/plugins/bogofilter/bogofilter_gtk.c
950         * src/plugins/pgpcore/prefs_gpg.c
951         * src/plugins/smime/smime.c
952         * src/plugins/spamassassin/spamassassin_gtk.c
953                 More warning fixes, casts, useless variables and
954                 unchecked return values
955
956 2012-09-19 [colin]      3.8.1cvs64
957
958         * src/mainwindow.c
959                 Check possible overflow
960         * src/prefs_account.c
961         * src/prefs_compose_writing.c
962         * src/prefs_logging.c
963         * src/prefs_message.c
964         * src/prefs_msg_colors.c
965         * src/prefs_other.c
966         * src/prefs_receive.c
967         * src/prefs_summaries.c
968         * src/prefs_wrapping.c
969                 fix GtkAdjustment casts
970         * src/common/ssl.c
971                 fix warnings
972         * src/gtk/gtkaspell.c
973                 fix warnings
974
975 2012-09-19 [mones]      3.8.1cvs63
976
977         * src/addritem.c
978                 Fix leak and follow function specification
979
980 2012-09-19 [mones]      3.8.1cvs62
981
982         * src/action.c
983                 Use unused var c to check result and emit messages on error
984         * src/addrbook.c
985                 Remove unused vars: attr (several functions), element
986         * src/addrclip.c
987                 Use unused var newGroup to check result
988         * src/addrcustomattr.c
989                 Remove unused var summaryview and related code
990         * src/addressbook.c
991                 Use unused vars nn, newNode, idleID to check result
992                 Remove unused var aoType and refactor logic around it
993                 Comment var enabled and related debug code
994         * src/msgcache.c
995                 Use unused var error to check result and emit debug messages
996         * src/textview.c
997                 Remove unused var link_color
998         * src/toolbar.c
999                 Remove unused vars: attr, retVal
1000
1001 2012-09-19 [colin]      3.8.1cvs61
1002
1003         * src/imap.c
1004         * src/inc.c
1005         * src/news.c
1006         * src/send_message.c
1007         * src/common/socket.c
1008                 More precise error logging
1009
1010 2012-09-16 [mones]      3.8.1cvs60
1011
1012         * src/action.c                                                          
1013                 Removed dup calls with ignored result
1014         * src/addr_compl.c                                                    
1015                 Removed unused var is_group and simplified logic around it      
1016         * src/addrharvest.c                                                  
1017         * src/matcher.c
1018         * src/procmsg.c                                                  
1019         * src/etpan/etpan-thread-manager.c                                    
1020                 Use unused var r to verify result and emit messages on error
1021         * src/compose.c                                                  
1022                 Move color variable into conditional usage blocks
1023                 Remove assigned but not used vars: lock, titles, count    
1024         * src/edittags.c
1025                 Remove assigned but not used var actions                        
1026         * src/folderview.c
1027                 Remove assigned but not used vars: from_parent, src_node        
1028         * src/imap_gtk.c
1029         * src/mh_gtk.c                                                    
1030                 Remove malloc-ed but not used var: old_path                  
1031         * src/news.c
1032                 Comment unused vars from commented block: tofetch, fetched      
1033         * src/prefs_account.c
1034                 Remove assigned but not used var: privacy_enabled
1035         * src/prefs_actions.c
1036         * src/prefs_customheader.c
1037                 Remove assigned but not used var: store
1038         * src/prefs_filtering.c
1039                 Remove assigned but not used var: n_rows
1040         * src/prefs_template.c
1041                 Remove assigned but not used vars: model, list_store
1042         * src/prefs_toolbar.c
1043                 Remove assigned but not used var: win_titles
1044         * src/printing.c
1045                 Remove assigned but not used vars: orientation, line, baseline,
1046                 off_chars 
1047         * src/etpan/imap-thread.c
1048                 Remove assigned but not used var: value, r
1049                 Refactor to check correct memory allocation
1050         * src/etpan/nntp-thread.c
1051                 Remove assigned but not used var: value
1052         * src/gtk/gtkaspell.c
1053                 Remove assigned but not used vars: textbuf, exist
1054                 Remove unused function: find_gtkaspeller
1055         * src/gtk/gtkcmctree.c
1056                 Remove unused function: gtk_cmctree_get_offset
1057         * src/gtk/gtkshruler.c
1058                 Remove assigned but not used vars: ruler, priv
1059
1060 2012-09-14 [mones]      3.8.1cvs59
1061
1062         * src/common/log.c
1063                 Check file operation results (and remove and
1064                 unused var warning)
1065
1066 2012-09-14 [colin]      3.8.1cvs58
1067
1068         * src/gtk/inputdialog.c
1069                 Remove unused var, thanks Ticho
1070
1071 2012-09-13 [colin]      3.8.1cvs57
1072
1073         * src/stock_pixmap.c
1074                 Fix missing \n in debug line
1075
1076 2012-09-13 [colin]      3.8.1cvs56
1077
1078         * src/main.c
1079                 Don't listen on the Unix socket before we're
1080                 ready. The 'popup' order from another instance
1081                 may provoke a race and trash configuration files.
1082
1083 2012-09-13 [colin]      3.8.1cvs55
1084
1085         * src/imap.c
1086                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
1087                 Claws-Mail/IMAP and Lotus Domino". Use
1088                 correct types for start/end and test if
1089                 start is indeed before end.
1090
1091 2012-09-12 [mones]      3.8.1cvs54
1092
1093         * src/prefs_other.c
1094                 Fix bug #1975 'preference mutt key bindings do not take
1095                 effect' (and the other invalid paths too)
1096
1097 2012-09-12 [colin]      3.8.1cvs53
1098
1099         * src/procmsg.c
1100                 Revert that hunk, logic is unclear.
1101
1102 2012-09-12 [colin]      3.8.1cvs52
1103
1104         * src/addressbook.c
1105         * src/addrharvest.c
1106         * src/addrindex.c
1107         * src/addritem.c
1108         * src/compose.c
1109         * src/edittags.c
1110         * src/folder.c
1111         * src/imap.c
1112         * src/inc.c
1113         * src/ldif.c
1114         * src/mainwindow.c
1115         * src/mbox.c
1116         * src/mimeview.c
1117         * src/mutt.c
1118         * src/partial_download.c
1119         * src/prefs_filtering_action.c
1120         * src/prefs_toolbar.c
1121         * src/printing.c
1122         * src/procheader.c
1123         * src/procmime.c
1124         * src/procmsg.c
1125         * src/summaryview.c
1126         * src/textview.c
1127         * src/common/utils.c
1128         * src/etpan/imap-thread.c
1129         * src/gtk/gtkaspell.c
1130         * src/plugins/pgpcore/sgpgme.c
1131                 More fixes from bug #1961:
1132                 - Write-only variables
1133                 - Null pointer dereferences
1134                 - A couple other fixes for which the reporter
1135                   was unsure, but which showed problems.
1136                 More details in bug #1961 comments.
1137
1138 2012-09-12 [colin]      3.8.1cvs51
1139
1140         * src/compose.c
1141         * src/mh.c
1142         * src/common/ssl.c
1143         * src/plugins/pgpcore/passphrase.c
1144                 Apply patches from bug #1961, "patches for
1145                 a couple of clang warnings":
1146                 - Check return codes
1147                 - Remove dead code
1148
1149 2012-09-12 [colin]      3.8.1cvs50
1150
1151         * claws-mail.pc.in
1152                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
1153                 where the included menu.h could come from Ncurses.
1154                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
1155
1156 2012-09-11 [colin]      3.8.1cvs49
1157
1158         * src/main.c
1159                 Fix race condition at start.
1160
1161 2012-09-10 [colin]      3.8.1cvs48
1162
1163         * src/main.c
1164                 Create lock socket as soon as possible, not after
1165                 a few things like caching all prefs.
1166
1167 2012-09-09 [mones]      3.8.1cvs47
1168
1169         * src/plugins/bogofilter/bogofilter.c
1170                 Add missing include
1171
1172 2012-09-08 [colin]      3.8.1cvs46
1173
1174         * AUTHORS
1175         * src/Makefile.am
1176         * src/action.c
1177         * src/addr_compl.c
1178         * src/addrbook.c
1179         * src/compose.c
1180         * src/compose.h
1181         * src/editaddress.c
1182         * src/filtering.c
1183         * src/folder.c
1184         * src/folder.h
1185         * src/folderview.h
1186         * src/headerview.h
1187         * src/imap_gtk.c
1188         * src/localfolder.c
1189         * src/main.c
1190         * src/mainwindow.c
1191         * src/mainwindow.h
1192         * src/matcher.c
1193         * src/matcher_parser_parse.y
1194         * src/messageview.c
1195         * src/messageview.h
1196         * src/mh.c
1197         * src/mh_gtk.c
1198         * src/mimeview.c
1199         * src/mimeview.h
1200         * src/noticeview.h
1201         * src/prefs_account.c
1202         * src/prefs_account.h
1203         * src/prefs_filtering.c
1204         * src/prefs_filtering_action.c
1205         * src/prefs_gtk.h
1206         * src/prefs_matcher.c
1207         * src/prefs_template.c
1208         * src/prefs_toolbar.c
1209         * src/privacy.c
1210         * src/procheader.h
1211         * src/procmime.c
1212         * src/procmime.h
1213         * src/procmsg.c
1214         * src/procmsg.h
1215         * src/proctypes.h
1216         * src/remotefolder.c
1217         * src/summaryview.c
1218         * src/summaryview.h
1219         * src/textview.c
1220         * src/textview.h
1221         * src/toolbar.c
1222         * src/uri_opener.c
1223         * src/viewtypes.h
1224         * src/common/defs.h
1225         * src/gtk/authors.h
1226         * src/gtk/description_window.c
1227         * src/plugins/trayicon/trayicon.c
1228                 Break circular dependencies in Claws' headers,
1229                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1230
1231 2012-09-08 [colin]      3.8.1cvs45
1232
1233         * src/textview.c
1234                 Fix shortcut getting
1235
1236 2012-09-05 [colin]      3.8.1cvs44
1237
1238         * src/matcher.c
1239         * src/matcher.h
1240         * src/prefs_matcher.c
1241                 Drop matcherprop_new_create, which is just a copy of
1242                 matcherprop_new, and staticalize what can be
1243
1244 2012-09-05 [colin]      3.8.1cvs43
1245
1246         * src/plugins/pgpcore/select-keys.c
1247                 Fix bug #2390, "Non-fully-trusted-key-warning appears
1248                 based on primary UID rather than recipient e-mail"
1249
1250 2012-08-29 [colin]      3.8.1cvs42
1251
1252         * src/gtk/gtkaspell.c
1253                 Fix bug #2596, "Spell checker does not work properly"
1254
1255 2012-08-29 [colin]      3.8.1cvs41
1256
1257         * src/plugins/pgpcore/sgpgme.c
1258                 Set gpgme's locale to UTF-8. Fixes bug #2650,
1259                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
1260
1261 2012-08-29 [colin]      3.8.1cvs40
1262
1263         * src/mainwindow.c
1264         * src/messageview.c
1265         * src/mimeview.c
1266         * src/mimeview.h
1267         * src/summaryview.c
1268         * src/textview.c
1269         * src/gtk/menu.c
1270         * src/gtk/menu.h
1271                 Move the hardcoded mimeview shortcuts to standard menus.
1272
1273 2012-08-27 [colin]      3.8.1cvs39
1274
1275         * src/main.c
1276                 Fix double mainwindow presentation that confuses GNOME3
1277                 when some plugins fail to load (subsequent Claws windows
1278                 got no focus in that case)
1279
1280 2012-08-27 [colin]      3.8.1cvs38
1281
1282         * src/summaryview.c
1283                 Make Mark all read confirmation button more clear
1284
1285 2012-08-27 [colin]      3.8.1cvs37
1286
1287         * src/mainwindow.c
1288         * src/summaryview.c
1289                 Separate "Mark all read" from "Mark as read"
1290                 and "Ignore thread"
1291
1292 2012-08-27 [wwp]        3.8.1cvs36
1293
1294         * src/inc.c
1295         * src/procmsg.c
1296                 Remove session statistics debug statements (irrelevant in repo,
1297                 that's dev stuff).
1298
1299 2012-08-24 [mones]      3.8.1cvs35
1300
1301         * manual/advanced.xml
1302                 Keep alphabetic order of hidden options lost
1303                 and update Clawsker URL.
1304         * manual/de/advanced.xml
1305         * manual/fr/advanced.xml
1306                 Update Clawsker URL.
1307         * manual/es/advanced.xml
1308                 Sync with English version and update Clawsker URL.
1309         * manual/de/dist/html/Makefile.am
1310         * manual/es/dist/html/Makefile.am
1311         * manual/fr/dist/html/Makefile.am
1312         * manual/pl/dist/html/Makefile.am
1313         * manual/dist/html/Makefile.am
1314                 Fix bug 2723 'Missing encoding in generated html manual'
1315
1316 2012-08-23 [colin]      3.8.1cvs34
1317
1318         * src/mainwindow.c
1319                 Fix --offline asking if one wants to sync,
1320                 due to re-entering. Thanks <ebik@ucw.cz>.
1321
1322 2012-08-16 [colin]      3.8.1cvs33
1323
1324         * src/imap.c
1325                 Always clear the tags list when fetching a folder, or
1326                 Claws will never untag an untagged email. Patch by
1327                 Igor Mammedov <imammedo@redhat.com>
1328
1329 2012-08-12 [colin]      3.8.1cvs32
1330
1331         * src/compose.c
1332                 Exclude text/plain from the attachment thing
1333
1334 2012-08-12 [colin]      3.8.1cvs31
1335
1336         * src/messageview.c
1337                 Fix comparison, thanks to Michael Gmelin
1338
1339 2012-08-12 [colin]      3.8.1cvs30
1340
1341         * src/messageview.c
1342                 Only show HTML parts by default (if the pref
1343                 is set so) if the part disposition-type is
1344                 inline or unknown, but not attachment.
1345         * src/common/ssl.c
1346                 Remove useless hook that won't ever be used
1347                 on windows
1348
1349 2012-08-12 [colin]      3.8.1cvs29
1350
1351         * src/compose.c
1352                 Make sure text/* attachments are not made
1353                 inline, regardless of the compose mode.
1354                 Finishes fixing bug #2203 after auto-save
1355                 switches mode to COMPOSE_REEDIT. Thanks to
1356                 Michael Gmelin for finding this.
1357
1358 2012-08-09 [colin]      3.8.1cvs28
1359
1360         * src/prefs_filtering.c
1361                 Make treeView type-ahead case insensitive
1362                 Patch by Andreas Ronnquist
1363
1364 2012-08-09 [colin]      3.8.1cvs27
1365
1366         * src/gtk/sslcertwindow.c
1367                 Fix leak
1368
1369 2012-08-09 [colin]      3.8.1cvs26
1370
1371         * src/common/ssl.c
1372         * src/common/ssl_certificate.c
1373         * src/common/ssl_certificate.h
1374         * src/gtk/sslcertwindow.c
1375                 Fix bug 2718, "Failure to check peer hostname
1376                 when checking certificate"
1377
1378 2012-08-05 [ticho]      3.8.1cvs25
1379
1380         * src/compose.c
1381                 Avoid header combo box to get focus twice (first text within,
1382                 then combobox widget itself) when switching focus with TAB.
1383
1384 2012-07-28 [ticho]      3.8.1cvs24
1385
1386         * src/compose.c
1387                 Properly fix setting "transient for" for attachment properties
1388                 dialog when called via popup menu (since we're stealing focus
1389                 few lines before, we need to do it directly, not via
1390                 manage_window_*).
1391
1392 2012-07-28 [ticho]      3.8.1cvs23
1393
1394         * src/gtk/pluginwindow.c
1395         * src/gtk/prefswindow.c
1396                 Fixed setting "transient for" property for plugin load/unload
1397                 file dialog. Connected manage_window signals to prefswindow events.
1398
1399 2012-07-27 [ticho]      3.8.1cvs22
1400
1401         * src/summaryview.c
1402         * src/textview.c
1403                 Fixed setting "transient for" property for summaryview file
1404                 dialog and messageview's image save dialog.
1405
1406 2012-07-27 [ticho]      3.8.1cvs21
1407
1408         * src/crash.c
1409         * src/mimeview.c
1410                 Fix setting "transient for" property for file select dialogs
1411                 in crash report and mimeview.
1412
1413 2012-07-27 [ticho]      3.8.1cvs20
1414
1415         * src/compose.c
1416                 Fixed "transient for" property for file attach dialog when
1417                 called from Attachments list popup menu. Simplified menu item
1418                 sensitivities setting code logic for this menu.
1419
1420 2012-07-25 [ticho]      3.8.1cvs19
1421
1422         * manual/advanced.xml
1423                 Add the three hidden preferences related to colored display
1424                 of unified diffs to manual.
1425
1426 2012-07-25 [ticho]      3.8.1cvs18
1427
1428         * src/gtk/gtkaspell.c
1429                 Create "Change directory" submenu in a separate function, change
1430                 wording a bit, and make the submenu always available in a context
1431                 menu of body edit box in compose window.
1432
1433 2012-07-25 [ticho]      3.8.1cvs17
1434
1435         * src/gtk/prefswindow.c
1436                 Correctly set transient_for property for preferences window,
1437                 as well as for color picker dialogs. Fixes bug #2710.
1438
1439 2012-07-25 [ticho]      3.8.1cvs16
1440
1441         * src/gtk/quicksearch.c
1442                 Allow quicksearch syntax description window to be correctly
1443                 set transient for main window.
1444
1445 2012-07-15 [wwp]        3.8.1cvs15
1446
1447         * src/procmime.c
1448                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
1449
1450 2012-07-10 [paul]       3.8.1cvs14
1451
1452         * src/procmime.c
1453                 forgot this in last commit
1454
1455 2012-07-10 [paul]       3.8.1cvs13
1456
1457         * src/messageview.c
1458         * src/common/defs.h
1459         * src/common/quoted-printable.c
1460         * src/common/quoted-printable.h
1461                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
1462                 the bug: partial message text loss
1463
1464 2012-07-10 [mones]      3.8.1cvs12
1465
1466         * src/plugins/pgpcore/sgpgme.c
1467                 Fix bug 2689, 'segfault when trying to view info
1468                 about pgp/smime sign'
1469
1470 2012-07-08 [ticho]      3.8.1cvs11
1471
1472         * src/plugins/pgpcore/sgpgme.c
1473                 Consider marginal signature validity as untrusted. Suggested by
1474                 Jean-Benoist Leger (leger at crans.org).
1475
1476 2012-07-08 [paul]       3.8.1cvs10
1477
1478         * src/gtk/icon_legend.c
1479                 fix (reveal) hidden icon in gui and build warning
1480
1481 2012-07-07 [paul]       3.8.1cvs9
1482
1483         * src/plugins/pgpcore/prefs_gpg.c
1484                 fix build
1485
1486 2012-07-07 [colin]      3.8.1cvs8
1487
1488         * claws-features.h.in
1489         * src/codeconv.h
1490         * src/imap_gtk.h
1491         * src/inc.h
1492         * src/jpilot.h
1493         * src/messageview.h
1494         * src/msgcache.h
1495         * src/news_gtk.h
1496         * src/partial_download.h
1497         * src/pop.h
1498         * src/prefs_account.h
1499         * src/prefs_common.h
1500         * src/printing.h
1501         * src/procmime.h
1502         * src/procmsg.h
1503         * src/stock_pixmap.c
1504         * src/textview.h
1505         * src/common/defs.h
1506         * src/common/log.h
1507         * src/common/session.h
1508         * src/common/smtp.h
1509         * src/common/socket.h
1510         * src/common/ssl.h
1511         * src/common/ssl_certificate.h
1512         * src/common/timing.h
1513         * src/common/utils.h
1514         * src/gtk/gtkaspell.h
1515         * src/gtk/gtkutils.h
1516         * src/gtk/pluginwindow.h
1517         * src/gtk/spell_entry.h
1518         * src/gtk/sslcertwindow.h
1519                 Don't export config.h in public headers
1520
1521 2012-07-07 [colin]      3.8.1cvs7
1522
1523         * claws-features.h.in
1524         * configure.ac
1525         * Makefile.am
1526         * src/account.c
1527         * src/action.c
1528         * src/addr_compl.c
1529         * src/addrcustomattr.c
1530         * src/addrduplicates.c
1531         * src/addressadd.c
1532         * src/addressbook.c
1533         * src/addressbook_foldersel.c
1534         * src/addrgather.c
1535         * src/addrindex.c
1536         * src/alertpanel.c
1537         * src/autofaces.c
1538         * src/browseldap.c
1539         * src/codeconv.c
1540         * src/codeconv.h
1541         * src/compose.c
1542         * src/crash.c
1543         * src/customheader.c
1544         * src/displayheader.c
1545         * src/editaddress.c
1546         * src/editaddress_other_attributes_ldap.c
1547         * src/editbook.c
1548         * src/editgroup.c
1549         * src/editjpilot.c
1550         * src/editldap.c
1551         * src/editldap_basedn.c
1552         * src/edittags.c
1553         * src/editvcard.c
1554         * src/exphtmldlg.c
1555         * src/expldifdlg.c
1556         * src/export.c
1557         * src/exporthtml.c
1558         * src/exportldif.c
1559         * src/folder.c
1560         * src/folder_item_prefs.c
1561         * src/grouplistdialog.c
1562         * src/headerview.c
1563         * src/image_viewer.c
1564         * src/imap.c
1565         * src/imap_gtk.c
1566         * src/imap_gtk.h
1567         * src/import.c
1568         * src/importldif.c
1569         * src/importmutt.c
1570         * src/importpine.c
1571         * src/inc.c
1572         * src/inc.h
1573         * src/jpilot.c
1574         * src/jpilot.h
1575         * src/ldapctrl.c
1576         * src/ldaplocate.c
1577         * src/ldapquery.c
1578         * src/ldapserver.c
1579         * src/ldapupdate.c
1580         * src/ldaputil.c
1581         * src/main.c
1582         * src/manual.c
1583         * src/matcher.c
1584         * src/mbox.c
1585         * src/message_search.c
1586         * src/messageview.h
1587         * src/mh.c
1588         * src/mh_gtk.c
1589         * src/mimeview.c
1590         * src/msgcache.c
1591         * src/msgcache.h
1592         * src/news.c
1593         * src/news_gtk.c
1594         * src/news_gtk.h
1595         * src/noticeview.c
1596         * src/partial_download.c
1597         * src/partial_download.h
1598         * src/pop.c
1599         * src/pop.h
1600         * src/prefs_account.c
1601         * src/prefs_account.h
1602         * src/prefs_actions.c
1603         * src/prefs_common.c
1604         * src/prefs_common.h
1605         * src/prefs_compose_writing.c
1606         * src/prefs_customheader.c
1607         * src/prefs_display_header.c
1608         * src/prefs_ext_prog.c
1609         * src/prefs_filtering.c
1610         * src/prefs_filtering_action.c
1611         * src/prefs_folder_column.c
1612         * src/prefs_folder_item.c
1613         * src/prefs_fonts.c
1614         * src/prefs_gtk.c
1615         * src/prefs_image_viewer.c
1616         * src/prefs_logging.c
1617         * src/prefs_matcher.c
1618         * src/prefs_message.c
1619         * src/prefs_msg_colors.c
1620         * src/prefs_other.c
1621         * src/prefs_quote.c
1622         * src/prefs_receive.c
1623         * src/prefs_send.c
1624         * src/prefs_spelling.c
1625         * src/prefs_summaries.c
1626         * src/prefs_summary_column.c
1627         * src/prefs_summary_open.c
1628         * src/prefs_toolbar.c
1629         * src/prefs_wrapping.c
1630         * src/printing.c
1631         * src/printing.h
1632         * src/procheader.c
1633         * src/procmime.c
1634         * src/procmime.h
1635         * src/procmsg.h
1636         * src/quote_fmt.c
1637         * src/recv.c
1638         * src/send_message.c
1639         * src/setup.c
1640         * src/ssl_manager.c
1641         * src/statusbar.c
1642         * src/summary_search.c
1643         * src/textview.c
1644         * src/textview.h
1645         * src/toolbar.c
1646         * src/undo.c
1647         * src/unmime.c
1648         * src/uri_opener.c
1649         * src/wizard.c
1650         * src/common/claws.c
1651         * src/common/defs.h
1652         * src/common/hooks.c
1653         * src/common/log.c
1654         * src/common/log.h
1655         * src/common/plugin.c
1656         * src/common/prefs.c
1657         * src/common/session.c
1658         * src/common/session.h
1659         * src/common/smtp.c
1660         * src/common/smtp.h
1661         * src/common/socket.c
1662         * src/common/socket.h
1663         * src/common/ssl.c
1664         * src/common/ssl.h
1665         * src/common/ssl_certificate.c
1666         * src/common/ssl_certificate.h
1667         * src/common/string_match.c
1668         * src/common/tags.c
1669         * src/common/timing.h
1670         * src/common/utils.c
1671         * src/common/utils.h
1672         * src/etpan/etpan-thread-manager.c
1673         * src/etpan/imap-thread.c
1674         * src/etpan/nntp-thread.c
1675         * src/gtk/about.c
1676         * src/gtk/combobox.c
1677         * src/gtk/description_window.c
1678         * src/gtk/filesel.c
1679         * src/gtk/gtkaspell.c
1680         * src/gtk/gtkaspell.h
1681         * src/gtk/gtkshruler.c
1682         * src/gtk/gtkunit.c
1683         * src/gtk/gtkutils.c
1684         * src/gtk/gtkutils.h
1685         * src/gtk/gtkvscrollbutton.c
1686         * src/gtk/icon_legend.c
1687         * src/gtk/inputdialog.c
1688         * src/gtk/logwindow.c
1689         * src/gtk/menu.c
1690         * src/gtk/pluginwindow.c
1691         * src/gtk/pluginwindow.h
1692         * src/gtk/prefswindow.c
1693         * src/gtk/progressdialog.c
1694         * src/gtk/quicksearch.c
1695         * src/gtk/spell_entry.c
1696         * src/gtk/spell_entry.h
1697         * src/gtk/sslcertwindow.c
1698         * src/gtk/sslcertwindow.h
1699         * src/plugins/bogofilter/bogofilter.c
1700         * src/plugins/bogofilter/bogofilter_gtk.c
1701         * src/plugins/dillo_viewer/dillo_prefs.c
1702         * src/plugins/dillo_viewer/dillo_viewer.c
1703         * src/plugins/pgpcore/pgp_viewer.c
1704         * src/plugins/pgpcore/plugin.c
1705         * src/plugins/pgpcore/sgpgme.c
1706         * src/plugins/pgpinline/pgpinline.c
1707         * src/plugins/pgpinline/plugin.c
1708         * src/plugins/pgpmime/pgpmime.c
1709         * src/plugins/pgpmime/plugin.c
1710         * src/plugins/smime/plugin.c
1711         * src/plugins/smime/smime.c
1712         * src/plugins/spamassassin/libspamc.c
1713         * src/plugins/spamassassin/spamassassin.c
1714         * src/plugins/spamassassin/spamassassin_gtk.c
1715         * src/plugins/trayicon/trayicon.c
1716         * src/plugins/trayicon/trayicon_prefs.c
1717                 Specify Claws compile-time features in a specific header
1718
1719 2012-07-06 [wwp]        3.8.1cvs6
1720
1721         * src/main.c
1722         * src/gtk/about.c
1723                 Session statistics: format date following global prefs,
1724                 and fix stats output a little bit.
1725
1726 2012-07-03 [mir]        3.8.1cvs5
1727
1728         * src/procmime.c
1729             fix bug 2642, 'improve transfer encoding selection'.
1730             Patch provided by Christopher Zimmermann
1731             (madroach claws at gmerlin dot de)
1732
1733 2012-07-03 [mir]        3.8.1cvs4
1734
1735         * src/procmime.c
1736         * src/common/defs.h
1737             fix bug 2641, '7bit or 8bit encoded attachments can
1738             have lines longer than 998 characters'.
1739             Patch provided by Christopher Zimmermann
1740             (madroach claws at gmerlin dot de)
1741
1742
1743 2012-07-03 [mir]        3.8.1cvs3
1744
1745         * src/procmime.c
1746         * src/common/defs.h
1747             fix bug 2641, '7bit or 8bit encoded attachments can
1748             have lines longer than 998 characters'.
1749             Patch provided by Christopher Zimmermann
1750             (madroach claws at gmerlin dot de)
1751
1752 2012-07-03 [mir]        3.8.1cvs2
1753
1754         * src/messageview.c
1755         * src/procmime.c
1756         * src/common/quoted-printable.c
1757         * src/common/quoted-printable.h
1758             fix bug 2640, 'improve quoted-printable encoding'
1759             Patch provided by madroach claws at gmerlin dot de
1760
1761 2012-06-30 [paul]       3.8.1cvs1
1762
1763         * Makefile.am
1764                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
1765
1766 2012-06-27 [paul]       3.8.1
1767         * NEWS
1768         * README
1769         * RELEASE_NOTES 
1770                 3.8.1 unleashed!
1771                 
1772 2012-06-27 [paul]       3.8.0cvs58
1773
1774         * configure.ac
1775                 fix minimum required GTK+, which got mistakenly bumped
1776                 in 3.8.0cvs36
1777
1778 2012-06-27 [paul]       3.8.0cvs57
1779
1780         * configure.ac
1781         * po/cs.po
1782         * po/de.po
1783         * po/es.po
1784         * po/fr.po
1785         * po/hu.po
1786         * po/id_ID.po
1787         * po/lt.po
1788         * po/pt_BR.po
1789         * po/sk.po
1790         * po/sv.po
1791         * po/zh_CN.po
1792         * po/zh_TW.po
1793                 updated translations
1794         * src/gtk/authors.h
1795         * tools/claws.i18n.status.pl
1796                 updated based on currently active
1797
1798 2012-06-25 [mir]        3.8.0cvs56
1799
1800         * src/folder.c
1801             If a folder class returns <> 0 then the message has not
1802             been removed from the file system and therefore it should
1803             not be removed from the cache either.
1804
1805 2012-06-20 [ticho]      3.8.0cvs55
1806
1807         * src/mh.c
1808                 Fix for bug #1090 - Standard-folders appear again
1809                 after rescanning tree
1810
1811 2012-06-20 [paul]       3.8.0cvs54
1812
1813         * src/prefs_common.c
1814         * src/prefs_common.h
1815         * src/textview.c
1816         * src/textview.h
1817                 colourise attached patches.
1818                 Patch by Ticho
1819
1820 2012-06-02 [wwp]        3.8.0cvs53
1821
1822         * src/gtk/progressdialog.c
1823                 Add a hide button to the retrieve/send progress dialogs. WM's close button
1824                 now hides (as well as pressing Esc) instead of doing nothing.
1825
1826 2012-06-02 [wwp]        3.8.0cvs52
1827
1828         * doc/man/claws-mail.1
1829         * src/main.c
1830         * src/main.h
1831         * src/inc.c
1832         * src/procmsg.c
1833         * src/gtk/about.c
1834                 Introduce a new feature: basic session statistics (from the about dialog
1835                 or the command-line).
1836
1837 2012-06-02 [wwp]        3.8.0cvs51
1838
1839         * src/compose.c
1840                 Fix bug 2620: shift+tab from subject field not working.
1841
1842 2012-06-02 [wwp]        3.8.0cvs50
1843
1844         * src/compose.c
1845         * src/mainwindow.c
1846         * src/messageview.c
1847                 Normalize capitalization of strings in UI.
1848
1849 2012-05-30 [paul]       3.8.0cvs49
1850
1851         * src/common/ssl.c
1852                 don't do TLS if not requested by user. fixes connecting to
1853                 servers which, for example, want SSL 3 only
1854
1855 2012-05-27 [paul]       3.8.0cvs48
1856
1857         * *
1858                 update copyright headers to 2012
1859
1860 2012-05-27 [paul]       3.8.0cvs47
1861
1862         * src/editldap.c
1863         * src/prefs_actions.c
1864         * src/gtk/about.c
1865                 fix some typos in strings, thanks to Thomas Bellmann
1866
1867 2012-05-16 [paul]       3.8.0cvs46
1868
1869         * src/prefs_filtering_action.c
1870                 fix disabled 'select...' button that never goes away
1871                 when using the new addr book
1872                 
1873
1874 2012-05-16 [colin]      3.8.0cvs45
1875
1876         * src/common/utils.c
1877                 And fix leak
1878
1879 2012-05-16 [colin]      3.8.0cvs44
1880
1881         * src/common/utils.c
1882                 Make remove_numbered_files much faster when there's
1883                 just one file to remove.
1884
1885 2012-05-16 [paul]       3.8.0cvs43
1886
1887         * src/matcher.c
1888                 fix bug 2662, '"ag" quicksearch adds "1" to value'
1889
1890 2012-05-16 [paul]       3.8.0cvs42
1891
1892         * src/gtk/description_window.c
1893                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
1894
1895 2012-05-16 [paul]       3.8.0cvs41
1896
1897         * src/common/ssl_certificate.c
1898                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
1899                 Patch by Christian Hesse
1900
1901 2012-05-11 [colin]      3.8.0cvs40
1902
1903         * src/mimeview.c
1904         * src/common/utils.c
1905                 Fix bug 2659, 'E-mail attachments are handled
1906                 inconsistently'
1907                 Fix problems iterating the mime tree, and determine
1908                 whether a file is an email without To:
1909
1910 2012-04-03 [colin]      3.8.0cvs39
1911
1912         * src/Makefile.am
1913                 Fix build (damn whitespace-sensitive file format)
1914
1915 2012-04-02 [colin]      3.8.0cvs38
1916
1917         * src/Makefile.am
1918                 Fix incomplete make dist
1919
1920 2012-04-02 [colin]      3.8.0cvs37
1921
1922         * src/compose.c
1923                 Fix mistakenly removed function call
1924
1925 2012-04-01 [colin]      3.8.0cvs36
1926
1927         * configure.ac
1928         * src/.cvsignore
1929         * src/Makefile.am
1930         * src/addr_compl.c
1931         * src/addressadd.c
1932         * src/addressadd.h
1933         * src/addressbook-dbus.c
1934         * src/addressbook-dbus.h
1935         * src/addrgather.c
1936         * src/addrgather.h
1937         * src/addrharvest.c
1938         * src/addrharvest.h
1939         * src/claws-contacts.xml
1940         * src/compose.c
1941         * src/compose.h
1942         * src/filtering.c
1943         * src/headerview.c
1944         * src/main.c
1945         * src/mainwindow.c
1946         * src/messageview.c
1947         * src/prefs_common.c
1948         * src/prefs_filtering_action.c
1949         * src/prefs_matcher.c
1950         * src/summaryview.c
1951         * src/textview.c
1952         * src/toolbar.c
1953         * src/plugins/bogofilter/bogofilter_gtk.c
1954         * src/plugins/dillo_viewer/dillo_prefs.c
1955         * src/plugins/spamassassin/spamassassin_gtk.c
1956         * src/plugins/trayicon/trayicon.c
1957                 Import new addressbook code from the new-contacts branch
1958
1959 2012-03-29 [paul]       3.8.0cvs35
1960
1961         * AUTHORS
1962         * src/gtk/authors.h
1963         * src/gtk/quicksearch.c
1964                 add 'ha', short version of 'has_attachment' in quick search
1965                 Patch by Andreas Rönnquist
1966
1967 2012-03-26 [mones]      3.8.0cvs34
1968
1969         * src/common/plugin.c
1970                 Support 2 and 3-clause BSD licensed plugins
1971
1972 2012-03-15 [pawel]      3.8.0cvs33
1973
1974         * src/messageview.c
1975         * src/textview.c
1976                 - Make separate window info more accurate about
1977                 move to trash/deletion.
1978                 - Fix busy cursor
1979
1980 2012-03-14 [pawel]      3.8.0cvs32
1981
1982         * src/folder.c
1983         * src/messageview.c
1984         * src/messageview.h
1985         * src/procmsg.h
1986         * src/summaryview.c
1987         * src/textview.c
1988         * src/textview.h
1989                 Better fix for bug #2501
1990                 Instead of leaving blank window after message move or delete,
1991                 update separate view to next message in message list or
1992                 display info why view is blank. This was discussed
1993                 in bug #2621 comments.
1994
1995 2012-03-11 [colin]      3.8.0cvs31
1996
1997         * src/gtk/gtkcmctree.c
1998         * src/gtk/authors.h
1999         * AUTHORS
2000                 Fix focus rectangle on unfocused rows
2001                 Patch by Michael Shell
2002
2003 2012-02-29 [colin]      3.8.0cvs30
2004
2005         * src/gtk/gtkcmctree.c
2006                 Fix bug #2577, "Focus rectangle on folder list and message 
2007                 list headings doesn't get properly cleared when switching 
2008                 heading and horizontally scrolling list (underlines and 
2009                 vertical lines remain on screen)". Patch by Michael Shell
2010
2011 2012-02-13 [pawel]      3.8.0cvs29
2012
2013         * src/messageview.c
2014                 Fix crasher when double clicking on IMAP message and
2015                 MessageView is not shown introduced in cvs21
2016                 Patch by mones
2017
2018 2012-02-10 [pawel]      3.8.0cvs28
2019
2020         * src/filtering.c
2021                 Fix bug #2598 'Actions can move locked messages'
2022
2023 2012-02-08 [pawel]      3.8.0cvs27
2024
2025         * src/prefs_actions.c
2026         * src/prefs_actions.h
2027         * src/prefs_toolbar.c
2028         * src/prefs_toolbar.h
2029         * src/toolbar.c
2030         * src/toolbar.h
2031                 - Implement automatic removal of toolbar action buttons when
2032                   associated action is removed
2033                 - Don't allow creation of two actions with the same name,
2034                   before all executions/removals were performed on first action
2035                   with duplicated name in linked list which wasn't always
2036                   correct behaviour
2037
2038 2012-02-05 [colin]      3.8.0cvs26
2039
2040         * src/main.c
2041         * src/mainwindow.c
2042         * src/messageview.c
2043         * src/messageview.h
2044         * src/prefs_common.c
2045         * src/prefs_common.h
2046         * src/procmsg.c
2047         * src/procmsg.h
2048         * src/summaryview.c
2049         * src/summaryview.h
2050                 Add an history to navigate in mails
2051
2052 2012-02-05 [colin]      3.8.0cvs25
2053
2054         * src/procmime.c
2055                 Fix inverted comparison in list_find_custom.
2056
2057 2012-02-03 [wwp]        3.8.0cvs24
2058
2059         * src/gtk/progressdialog.c
2060         Make translators life easier: use View log instead of Show log
2061         (thanks, gusnan!).
2062
2063 2012-02-02 [pawel]      3.8.0cvs23
2064
2065         * src/folderview.c
2066                 Fix bug #2590 'Un-capitalize strings'
2067                 Patch by Christian Hesse
2068
2069 2012-02-02 [pawel]      3.8.0cvs22
2070
2071         * src/mainwindow.c
2072                 Fix bug #2595 
2073                 'Change expand behavior for message list / message view'
2074                 Patch by Christian Hesse
2075
2076 2012-02-02 [pawel]      3.8.0cvs21
2077
2078         * src/folder.c
2079         * src/messageview.c
2080         * src/messageview.h
2081         * src/procmsg.h
2082                 Fix bug #2501 'opened message blanks when moved to other folder'
2083                 Detect message move and update message window contents 
2084                 accordingly, if message is moved to trash close window
2085
2086 2012-02-01 [pawel]      3.8.0cvs20
2087
2088         * src/jpilot.c
2089         * src/mutt.c
2090         * src/pine.c
2091         * src/procmsg.c
2092         * src/vcard.c
2093         * src/gtk/sslcertwindow.c
2094                 More strncat boundary checks
2095
2096 2012-01-31 [wwp]        3.8.0cvs19
2097
2098         * src/gtk/gtkutils.c
2099         Fix warnings in gtkutils: wrong function name, missing newline, typo and
2100         long line wrapping.
2101
2102 2012-01-31 [wwp]        3.8.0cvs18
2103
2104         * src/gtk/progressdialog.c
2105         * src/gtk/progressdialog.h
2106         * src/inc.c
2107         * src/send_message.c
2108         Add a button to the retrieve/send dialogs to
2109         open the network log.
2110
2111 2012-01-25 [wwp]        3.8.0cvs17
2112
2113         * src/addr_compl.c
2114         Remove debug statement.
2115
2116 2012-01-20 [pawel]      3.8.0cvs16
2117
2118         * src/addrbook.c
2119         * src/exportldif.c
2120                 Fix bug #2574 'Statement might be overflowing a
2121                 buffer in strncat'
2122
2123 2012-01-20 [pawel]      3.8.0cvs15
2124
2125         * src/mimeview.c
2126                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
2127
2128 2012-01-14 [colin]      3.8.0cvs14
2129
2130         * commitHelper
2131                 Update tracker trigger url
2132
2133 2012-01-10 [wwp]        3.8.0cvs13
2134
2135         * src/mainwindow.c
2136         * src/mainwindow.h
2137         * src/toolbar.c
2138                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
2139                 account) and of mainwindows's relevant entry when current account
2140                 is not able to retrieve (SMTP-only).
2141
2142 2012-01-09 [colin]      3.8.0cvs12
2143
2144         * src/summaryview.c
2145                 Fix bug 1924, 'Messages marked move to Trash appear 
2146                 identical to messages marked move to $FOLDER'
2147
2148 2012-01-05 [colin]      3.8.0cvs11
2149
2150         * src/main.c
2151                 Fix crasher infinite loop
2152
2153 2012-01-03 [colin]      3.8.0cvs10
2154
2155         * src/gtk/gtkcmctree.c
2156                 Revert previous patch, it's buggy on headers
2157
2158 2012-01-03 [colin]      3.8.0cvs9
2159
2160         * src/gtk/gtkcmctree.c
2161                 Fix bug #2566, 'wrapped Subject not bounded'
2162
2163 2011-12-29 [pawel]      3.8.0cvs8
2164
2165         * src/compose.c
2166         * src/compose.h
2167         * src/main.c
2168         * src/mimeview.c
2169                 Make forwarding selected attachment possible from
2170                 mimeview's context menu
2171                 Fixex bug #2047 'forward attachments'
2172
2173 2011-12-28 [paul]       3.8.0cvs7
2174
2175         * src/prefs_account.c
2176                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
2177
2178 2011-12-28 [colin]      3.8.0cvs6
2179
2180         * src/mimeview.c
2181                 Fix fix
2182
2183 2011-12-28 [colin]      3.8.0cvs5
2184
2185         * src/mimeview.c
2186                 Fix GTK+2.16 build (w32)
2187
2188 2011-12-18 [mir]        3.8.0cvs4
2189
2190         * src/ldapctrl.c
2191             Fix bug in search criteria when doing a
2192             complete directory search using '*'
2193
2194 2011-12-16 [mir]        3.8.0cvs3
2195
2196         * src/Makefile.am
2197             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
2198
2199 2011-12-16 [wwp]        3.8.0cvs2
2200
2201         * src/procmsg.c
2202         * src/stock_pixmap.c
2203         * src/stock_pixmap.h
2204         * src/summaryview.c
2205         * src/gtk/icon_legend.c
2206         * src/pixmaps/replied_and_forwarded.xpm
2207           Make replied and forwarded status flags non exclusive.
2208           Introduce a new message state (and relevant icon in message list)
2209           where both the replied and forwarded flags are set.
2210
2211 2011-12-16 [paul]       3.8.0cvs1
2212
2213         * tools/claws.i18n.status.pl
2214                 update id to id_ID
2215
2216 2011-12-16 [paul]       3.8.0
2217         * NEWS
2218         * README
2219         * RELEASE_NOTES 
2220                 3.8.0 unleashed!                
2221
2222 2011-12-16 [paul]       3.7.10cvs113
2223
2224         * configure.ac
2225         * po/cs.po
2226         * po/es.po
2227         * po/fr.po
2228         * po/hu.po
2229         * po/id.po **REMOVED**
2230         * po/id_ID.po **ADDED**
2231         * po/pt_BR.po
2232         * po/ru.po
2233         * po/sk.po
2234         * po/uk.po
2235                 updates
2236
2237 2011-12-09 [pawel]      3.7.10cvs112
2238
2239         * src/summaryview.c
2240         * src/gtk/quicksearch.c
2241         * src/gtk/quicksearch.h
2242                 Invalidate quicksearch root folder when removed
2243                 Fixes bug #2560 'crash when unsubscribing newsgroup and
2244                 having active search field'
2245
2246 2011-12-08 [pawel]      3.7.10cvs111
2247
2248         * src/mimeview.c
2249                 Better fix for cvs94
2250
2251 2011-12-08 [wwp]        3.7.10cvs110
2252
2253         * src/compose.c
2254         Make "From" widget set independant from recipient lists below,
2255         so that it doesn't scroll when several recipients headers
2256         are added and eventually are scrolling the view.
2257         Path by Christian Hesse <mail@earthworm.de>.
2258         Fixes bug #2481 'do not scroll "from" dropdown list and sender
2259         address'.
2260
2261 2011-12-02 [paul]       3.7.10cvs109
2262
2263         * src/mainwindow.c
2264         * src/messageview.c
2265                 consistent label style
2266
2267 2011-11-29 [wwp]        3.7.10cvs108
2268
2269         * src/plugins/trayicon/libeggtrayicon/.cvsignore
2270         More generated stuff to ignore.
2271
2272 2011-11-29 [wwp]        3.7.10cvs107
2273
2274         * src/prefs_folder_item.c
2275         Fix CLAWS_TIP_DECL (undefined).
2276
2277 2011-11-28 [pawel]      3.7.10cvs106
2278
2279         * src/addrbook.c
2280         * src/addrbook.h
2281         * src/addressbook.c
2282                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
2283                 after removing the address book in the GUI'
2284
2285 2011-11-26 [pawel]      3.7.10cvs105
2286
2287         * src/folder.c
2288                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
2289
2290 2011-11-25 [colin]      3.7.10cvs104
2291
2292         * src/imap_gtk.c
2293         * src/mh_gtk.c
2294                 Warning fixes
2295
2296 2011-11-24 [pawel]      3.7.10cvs103
2297
2298         * src/prefs_filtering.c
2299                 Complete cvs102, forgot to commit this
2300
2301 2011-11-24 [pawel]      3.7.10cvs102
2302
2303         * src/account.c
2304         * src/filtering.c
2305         * src/filtering.h
2306         * src/imap_gtk.c
2307         * src/mh_gtk.c
2308         * src/prefs_actions.c
2309         * src/prefs_actions.h
2310                 Implement actions updating on folder/account rename
2311                 This fixes bug #2543 'filter actions in actionsrc not
2312                 updated upon account renaming'
2313
2314 2011-11-24 [wwp]        3.7.10cvs101
2315
2316         * src/gtk/gtkcmctree.c
2317                 Remove irrelevant cairo directive (thanks to Hanno).
2318
2319 2011-11-23 [wwp]        3.7.10cvs100
2320
2321         * src/gtk/gtkcmctree.c
2322                 Make arrows in gtkcmctree's less big (get rid of the outlining),
2323                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
2324                 calculation.
2325
2326 2011-11-22 [colin]      3.7.10cvs99
2327
2328         * src/account.c
2329         * src/prefs_filtering.c
2330         * src/prefs_filtering.h
2331                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
2332                 The existing functions should do the job as well
2333                 if not better, as they take into account the
2334                 separator.
2335
2336 2011-11-21 [pawel]      3.7.10cvs98
2337
2338         * src/prefs_account.c
2339                 Fix bug #2116 'Rip spaces off server names in account
2340                 configuration'
2341                 g_strstrip() domain names to be sure they are valid
2342
2343 2011-11-21 [pawel]      3.7.10cvs97
2344
2345         * src/account.c
2346         * src/prefs_filtering.c
2347         * src/prefs_filtering.h
2348                 Fix bug #2404 'matcherrc updates upon account renaming'
2349                 Fix bug #2406 'some part of accountrc not updated upon
2350                 account rename'
2351                 Renaming account cause changing of it's root folder prefix
2352                 from #<type>/<old_name> to #<type>/<new_name> so every
2353                 path directing to it must be altered. Fix paths in account
2354                 preferences, global processing and filtering rules, folder
2355                 processing rules upon rename
2356
2357 2011-11-20 [pawel]      3.7.10cvs96
2358
2359         * src/filtering.c
2360         * src/filtering.h
2361         * src/prefs_actions.c
2362                 Fix bug #1489 'Filter action mark_as_read inoperative
2363                 following move action'
2364                 Sort actions lists to have proper order of execution
2365
2366 2011-11-20 [pawel]      3.7.10cvs95
2367
2368         * src/prefs_actions.c
2369         * src/prefs_filtering.c
2370         * src/prefs_template.c
2371                 Fix bug #1870 'arrow scrolling in filters'
2372                 Allow arrow scrolling in dialogs with list view widgets
2373                 plus couple fixes of issues I found along the way
2374
2375 2011-11-19 [pawel]      3.7.10cvs94
2376
2377         * src/mimeview.c
2378                 Don't highlight icons on right-click, they are not
2379                 selected and other part is shown which is confusing
2380
2381 2011-11-19 [mones]      3.7.10cvs93
2382
2383         * manual/advanced.xml
2384                 Fix manual build
2385
2386 2011-11-19 [mones]      3.7.10cvs92
2387
2388         * manual/advanced.xml
2389         * manual/es/advanced.xml
2390                 Document undocumented hidden option 'zero_replacement_char'
2391                 Synchronize Spanish manual with English version
2392
2393 2011-11-19 [pawel]      3.7.10cvs91
2394
2395         * src/mainwindow.c
2396         * src/messageview.c
2397         * src/prefs_common.c
2398         * src/prefs_common.h
2399         * src/summaryview.c
2400         * src/textview.c
2401         * src/textview.h
2402                 Fix bug #2377 'Show All Headers - make change persistent
2403                 between sessions'
2404
2405 2011-11-19 [pawel]      3.7.10cvs90
2406
2407         * src/folder.c
2408         * src/folder.h
2409         * src/folder_item_prefs.c
2410         * src/folderview.c
2411         * src/mainwindow.c
2412         * src/mainwindow.h
2413         * src/summaryview.c
2414         * src/summaryview.h
2415         * src/gtk/authors.h
2416                 Fix bug #1563 'Folder view: show complete threads if they
2417                 contain unread messages'
2418                 Add option to show only threads with unread messages
2419                 initial patch by Paul Ollis, my small additions:
2420                 - when checking thread for unread finish on first unread
2421                 - make thread options unavailable when threading is off
2422                 - hide_unread_msgs and hide_unread_threads are mutually
2423                   exclusive options, set menus sensitivity accordingly
2424                 - set folder item icon type similiar to hide_unread_msgs
2425
2426 2011-11-19 [colin]      3.7.10cvs89
2427
2428         * src/procheader.c
2429                 Constness fix
2430
2431 2011-11-18 [pawel]      3.7.10cvs88
2432
2433         * src/compose.c
2434         * src/mainwindow.c
2435         * src/mimeview.c
2436         * src/mimeview.h
2437         * src/prefs_common.c
2438         * src/prefs_common.h
2439                 Fix bug #2408 'Some UI elements are not persistent
2440                 between sessions'
2441                 Remember size of main window, compose notebook, mimeview
2442                 tree widgets between claws-mail runs. Compose window
2443                 size saving was already done in cvs74
2444
2445 2011-11-18 [mones]      3.7.10cvs87
2446
2447         * src/compose.c
2448         * src/procheader.c
2449         * src/procheader.h
2450                 Fixes bug #2509, "manually added headers are lost unless
2451                 mail is sent inmediately"
2452
2453 2011-11-17 [pawel]      3.7.10cvs86
2454
2455         * src/mimeview.c
2456                 Fix crasher reported in bug #2543
2457
2458 2011-11-13 [colin]      3.7.10cvs85
2459
2460         * src/compose.c
2461                 Make compose windows printable
2462
2463 2011-11-11 [colin]      3.7.10cvs84
2464
2465         * configure.ac
2466                 Fix build on Fedora 16. -lm was probably pulled by something
2467                 else previously.
2468
2469 2011-11-11 [pawel]      3.7.10cvs83
2470
2471         * src/mainwindow.c
2472         * src/mimeview.c
2473         * src/mimeview.h
2474         * src/summaryview.c
2475                 Port MimeView to GtkTreeView
2476
2477 2011-11-11 [colin]      3.7.10cvs82
2478
2479         * src/prefs_common.c
2480                 Use %x (The preferred date representation for the current locale
2481                 without the time)
2482
2483 2011-11-10 [paul]       3.7.10cvs81
2484
2485         * src/prefs_common.c
2486                 use european date format as default
2487
2488 2011-11-08 [pawel]      3.7.10cvs80
2489
2490         * src/summaryview.c
2491                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
2492                 Fix race condition - don't try to hide messageview while
2493                 being in the middle of message displaying routine.
2494
2495 2011-11-08 [colin]      3.7.10cvs79
2496
2497         * src/codeconv.c
2498                 Make sure we break line when we need to. Very probably
2499                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
2500                 particular mail"
2501
2502 2011-11-07 [pawel]      3.7.10cvs78
2503
2504         * src/imap_gtk.c
2505                 Fix bug #2493 'Subscription pull down should be alphabetized'
2506
2507 2011-11-07 [pawel]      3.7.10cvs77
2508
2509         * src/mimeview.c
2510         * src/textview.c
2511         * src/textview.h
2512                 Make Home & End keys work in textview
2513
2514 2011-11-06 [colin]      3.7.10cvs76
2515
2516         * src/mainwindow.c
2517                 Oops, some unwanted undo got commited.
2518
2519 2011-11-06 [colin]      3.7.10cvs75
2520
2521         * src/mainwindow.c
2522                 Don't iconify/deiconify. Instead, just show nothing
2523                 before asked to.
2524
2525 2011-11-06 [pawel]      3.7.10cvs74
2526
2527         * src/compose.c
2528                 Fix compose window size saving / restoring
2529
2530 2011-11-06 [pawel]      3.7.10cvs73
2531
2532         * src/mimeview.c
2533         * src/messageview.c
2534                 Optimize message displaying, in some conditions parts were
2535                 displayed twice causing flickering. For example first html
2536                 source and then rendering output from html plugin of the
2537                 same part.
2538
2539 2011-11-05 [wwp]        3.7.10cvs72
2540
2541         * src/gtk/gtkaspell.c
2542                 Fix compilation where 'null' is undefined (use NULL instead).
2543
2544 2011-11-05 [colin]      3.7.10cvs71
2545
2546         * src/gtk/gtkaspell.c
2547                 No need to show a backtrace if gtkaspell is null
2548
2549 2011-11-05 [pawel]      3.7.10cvs70
2550
2551         * src/gtk/gtkaspell.c
2552                 Fix crasher when spellchecking is not enabled
2553
2554 2011-11-02 [mones]      3.7.10cvs69
2555
2556         * doc/man/claws-mail.1
2557                 fixed hyphens (patch from Debian packaging)
2558                 fixed header to follow man style closely 
2559                 documented new option --compose-from-file
2560                 removed INSTALLATION section, doesn't belong to manpage
2561                 added ENVIRONMENT, COPYRIGHT and BUGS sections
2562                 expanded FILES section to include certs and autofaces dirs
2563                 expanded SEE ALSO section to include manual and plugins
2564
2565 2011-11-01 [colin]      3.7.10cvs68
2566
2567         * src/common/utils.c
2568                 Fix wrong debug stuff commited.
2569
2570 2011-11-01 [colin]      3.7.10cvs67
2571
2572         * src/compose.c
2573         * src/main.c
2574         * src/common/utils.c
2575         * src/gtk/gtkaspell.c
2576         * src/gtk/gtkaspell.h
2577                 Fix huge slowness induced by spellcheck "while typing"
2578                 during initial quote rewraps.
2579
2580 2011-10-31 [pawel]      3.7.10cvs66
2581
2582         * src/messageview.c
2583         * src/mimeview.c
2584         * src/mimeview.h
2585         * src/summaryview.c
2586                 Fix bug #2526 'When reading message in separate window,
2587                 n and p keys do not work'
2588                 - fix key event handling in messageview
2589                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
2590                   and prev-part actions)
2591                 - instead add 'z' key for prev-part, we have 'a' key 
2592                   for next-part already
2593
2594 2011-10-31 [colin]      3.7.10cvs65
2595
2596         * src/common/defs.h
2597                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
2598
2599 2011-10-31 [pawel]      3.7.10cvs64
2600
2601         * src/summaryview.c
2602         * src/gtk/gtkutils.c
2603                 Fix bug #2303 'Next unread message enables message view'
2604                 Don't show previously hidden message view in main window
2605                 when user reads messages in external window
2606
2607 2011-10-31 [paul]       3.7.10cvs63
2608
2609         * src/prefs_template.c
2610                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
2611                 fit at 540 here, for those where they don't the dialogue can be made
2612                 larger by the user
2613
2614 2011-10-31 [paul]       3.7.10cvs62
2615
2616         * src/compose.c
2617                 revert 3.7.10cvs61, these entries _should_ be editable
2618
2619 2011-10-30 [pawel]      3.7.10cvs61
2620
2621         * src/compose.c
2622                 Those entries should not be editable
2623
2624 2011-10-30 [pawel]      3.7.10cvs60
2625
2626         * src/prefs_template.c
2627                 - Dialog needs more height to fit all widgets
2628                 - Clear template contents on delete
2629
2630 2011-10-30 [pawel]      3.7.10cvs59
2631
2632         * src/prefs_folder_item.c
2633                 Update summaryview after changing folder prefs when needed
2634
2635 2011-10-30 [pawel]      3.7.10cvs58
2636
2637         * src/mimeview.c
2638                 Remove key-press-event blocking, it only
2639                 emits GLib-GObject warnings
2640
2641 2011-10-29 [colin]      3.7.10cvs57
2642
2643         * src/addr_compl.c
2644                 Fix focus of completion window with gnome shell
2645                 Fixes bug #2525, "Address completion window does not get
2646                 keyboard focus"
2647
2648 2011-10-29 [colin]      3.7.10cvs56
2649
2650         * src/folderview.c
2651                 Fix flicker on recursive quicksearch
2652
2653 2011-10-28 [colin]      3.7.10cvs55
2654
2655         * src/alertpanel.c
2656         * src/mainwindow.c
2657                 Fix a bit the focus problem on Gnome shell
2658
2659 2011-10-26 [mones]      3.7.10cvs54
2660
2661         * src/compose.c
2662                 Add missing accelerator
2663
2664 2011-10-25 [colin]      3.7.10cvs53
2665
2666         * src/gtk/gtkcmclist.c
2667         * src/gtk/gtkcmctree.c
2668                 Fix colors, fix warnings
2669
2670 2011-10-25 [colin]      3.7.10cvs52
2671
2672         * src/gtk/gtkcmclist.c
2673         * src/gtk/gtkcmctree.c
2674                 Fix focus things.
2675
2676 2011-10-25 [colin]      3.7.10cvs51
2677
2678         * src/stock_pixmap.c
2679                 Fix build with gtk + 2.20
2680
2681 2011-10-25 [colin]      3.7.10cvs50
2682
2683         * src/compose.c
2684         * src/messageview.c
2685         * src/procmsg.c
2686         * src/procmsg.h
2687                 Fix locking when sending a single message
2688
2689 2011-10-25 [colin]      3.7.10cvs49
2690
2691         * src/gtk/colorlabel.c
2692                 GDK_ => GDK_KEY
2693         * src/gtk/gtkcmclist.c
2694                 Make row height closer to what it was
2695
2696 2011-10-25 [colin]      3.7.10cvs48
2697
2698         * src/stock_pixmap.c
2699                 Always use cairo to draw
2700
2701 2011-10-25 [colin]      3.7.10cvs47
2702
2703         * src/mimeview.c
2704                 Fix bug #2529, 'crash in mimeview_start_drag after
2705                 deleting message'. Patch by Ricardo
2706
2707 2011-10-23 [colin]      3.7.10cvs46
2708
2709         * src/gtk/gtkcmclist.c
2710         * src/gtk/gtkcmclist.h
2711         * src/gtk/gtkcmctree.c
2712                 Draw CMClist with cairo too.
2713
2714 2011-10-23 [colin]      3.7.10cvs45
2715
2716         * src/gtk/gtkcmclist.h
2717                 Fix build (this was not meant to be commited)
2718
2719 2011-10-23 [colin]      3.7.10cvs44
2720
2721         * src/addressadd.c
2722         * src/addressbook.c
2723         * src/addressbook_foldersel.c
2724         * src/editgroup.c
2725         * src/foldersel.c
2726         * src/folderview.c
2727         * src/grouplistdialog.c
2728         * src/prefs_common.c
2729         * src/prefs_common.h
2730         * src/summaryview.c
2731         * src/gtk/gtkcmclist.c
2732         * src/gtk/gtkcmclist.h
2733         * src/gtk/gtkcmctree.c
2734         * src/gtk/gtkcmctree.h
2735         * src/gtk/gtksctree.c
2736                 Refactor some tree stuff (lots of code duplication there)
2737                 and switch to cairo for tree rendering.
2738
2739 2011-10-23 [holger]     3.7.10cvs43
2740
2741         * src/filtering.c
2742                 Don't issue a warning for designed behaviour of the stop rule.
2743                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
2744
2745 2011-10-22 [colin]      3.7.10cvs42
2746
2747         * src/printing.c
2748         * src/gtk/gtkshruler.c
2749         * src/gtk/gtkutils.h
2750                 Fix GTK+2.16 build
2751
2752 2011-10-22 [colin]      3.7.10cvs41
2753
2754         * src/account.c
2755         * src/addr_compl.c
2756         * src/addrgather.c
2757         * src/compose.c
2758         * src/editldap.c
2759         * src/expldifdlg.c
2760         * src/folderview.c
2761         * src/grouplistdialog.c
2762         * src/headerview.c
2763         * src/importldif.c
2764         * src/main.c
2765         * src/mainwindow.c
2766         * src/mimeview.c
2767         * src/noticeview.c
2768         * src/prefs_account.c
2769         * src/prefs_actions.c
2770         * src/prefs_ext_prog.c
2771         * src/prefs_filtering.c
2772         * src/prefs_folder_item.c
2773         * src/prefs_image_viewer.c
2774         * src/prefs_logging.c
2775         * src/prefs_msg_colors.c
2776         * src/prefs_other.c
2777         * src/prefs_send.c
2778         * src/prefs_spelling.c
2779         * src/prefs_summaries.c
2780         * src/prefs_template.c
2781         * src/printing.c
2782         * src/quote_fmt.c
2783         * src/send_message.c
2784         * src/statusbar.c
2785         * src/summary_search.c
2786         * src/summaryview.c
2787         * src/wizard.c
2788         * src/gtk/gtkcmclist.c
2789         * src/gtk/gtkcmctree.c
2790         * src/gtk/gtkcmoptionmenu.c
2791         * src/gtk/gtksctree.c
2792         * src/gtk/gtkutils.c
2793         * src/gtk/gtkutils.h
2794         * src/gtk/gtkvscrollbutton.c
2795         * src/gtk/inputdialog.c
2796         * src/gtk/pluginwindow.c
2797         * src/gtk/quicksearch.c
2798         * src/gtk/spell_entry.c
2799         * src/plugins/bogofilter/bogofilter_gtk.c
2800         * src/plugins/dillo_viewer/dillo_prefs.c
2801         * src/plugins/pgpcore/prefs_gpg.c
2802         * src/plugins/spamassassin/spamassassin_gtk.c
2803         * src/plugins/trayicon/trayicon.c
2804         * src/plugins/trayicon/trayicon_prefs.c
2805                 Remove all possible #if GTK_CHECK_VERSION() checks,
2806                 and make Claws build with GTK+2.16 (untested right
2807                 now), as the Gpg4Win project uses GTK+2.16 currently.
2808
2809 2011-10-22 [colin]      3.7.10cvs40
2810
2811         * src/gtk/gtkutils.h
2812         * configure.ac
2813                 Fix (hopefully) build with GTK+ 2.18.
2814
2815 2011-10-20 [paul]       3.7.10cvs39
2816
2817         * AUTHORS
2818         * src/ldif.c
2819         * src/gtk/authors.h
2820                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
2821                 Patch by Bodo Graumann <mail@bodograumann.de>
2822
2823 2011-10-20 [mones]      3.7.10cvs38
2824
2825         * po/fr.po
2826         * src/common/defs.h
2827                 Fix references to old dotsrc mailing lists
2828
2829 2011-10-19 [mones]      3.7.10cvs37
2830
2831         * src/prefs_msg_colors.c
2832                 Fix Ok/Cancel buttons in color selector of preferences
2833
2834 2011-10-17 [colin]      3.7.10cvs36
2835
2836         * src/gtk/gtkshruler.c
2837                 (Probably) fix GTK+ <= 2.22
2838
2839 2011-10-17 [colin]      3.7.10cvs35
2840
2841         * src/gtk/gtkshruler.c
2842                 Fix GTK+2.22 build
2843
2844 2011-10-17 [mones]      3.7.10cvs34
2845
2846         * src/addrbook.c
2847         * src/exportldif.c
2848         * src/jpilot.c
2849         * src/mutt.c
2850         * src/pine.c
2851         * src/procmsg.c
2852         * src/vcard.c
2853                 Fix potential out-of-buffer writes
2854
2855 2011-10-17 [mones]      3.7.10cvs33
2856
2857         * src/main.c
2858                 Use just one g_print call per option; correct indentation
2859
2860 2011-10-17 [colin]      3.7.10cvs32
2861
2862         * src/compose.c
2863         * src/compose.h
2864         * src/gtk/Makefile.am
2865         * src/gtk/gtkshruler.c
2866         * src/gtk/gtkshruler.h
2867         * src/gtk/gtkunit.c
2868         * src/gtk/gtkunit.h
2869                 Reimplement ruler using the GTK widgets. Thanks
2870                 to Hanno for the initial patch.
2871
2872 2011-10-17 [colin]      3.7.10cvs31
2873
2874         * src/action.c
2875         * src/main.c
2876         * src/gtk/gtkutils.c
2877         * src/gtk/gtkutils.h
2878                 Undeprecate GIO/GdkCondition
2879
2880 2011-10-16 [mones]      3.7.10cvs30
2881
2882         * src/main.c
2883                 Add --compose-from-file option to open composition
2884                 window with the headers and body from a file; based
2885                 on Debian patch to fix http://bugs.debian.org/544868
2886
2887 2011-10-15 [mones]      3.7.10cvs29
2888
2889         * manual/advanced.xml
2890                 Document new summary_from_show hidden preference
2891
2892 2011-10-15 [paul]       3.7.10cvs28
2893
2894         * src/compose.c
2895                 compose_create_tags() - fix misplaced 'int i'
2896                 compose_entry_mark_default_to() - fix To field highlighting
2897
2898 2011-10-09 [colin]      3.7.10cvs27
2899
2900         * src/addr_compl.c
2901                 Fix address completion
2902
2903 2011-10-07 [colin]      3.7.10cvs26
2904
2905         * src/prefs_filtering_action.c
2906         * src/gtk/gtkutils.h
2907                 Fix build with GTK+2.20
2908
2909 2011-10-07 [colin]      3.7.10cvs25
2910
2911         * src/gtk/Makefile.am
2912         * src/gtk/gdkkeysyms-new.h
2913         * src/gtk/gtkutils.h
2914                 Copy the new GDK_KEY_* definitions for older GTKs
2915
2916 2011-10-07 [colin]      3.7.10cvs24
2917
2918         * configure.ac
2919                 Fix typos (thanks to Hanno)
2920
2921 2011-10-07 [colin]      3.7.10cvs23
2922
2923         * src/compose.c
2924         * src/gtk/gtkshruler.c
2925         * src/gtk/gtkshruler.h
2926                 Disable ruler starting from 2.24.
2927
2928 2011-10-07 [colin]      3.7.10cvs22
2929
2930         * configure.ac
2931         * src/messageview.c
2932         * src/gtk/Makefile.am
2933                 GTK2 build fix
2934
2935 2011-10-07 [colin]      3.7.10cvs21
2936
2937         * configure.ac
2938         * src/action.c
2939         * src/addr_compl.c
2940         * src/addrgather.c
2941         * src/compose.c
2942         * src/compose.h
2943         * src/editldap.c
2944         * src/mainwindow.c
2945         * src/message_search.c
2946         * src/mimeview.c
2947         * src/mimeview.h
2948         * src/prefs_account.c
2949         * src/prefs_compose_writing.c
2950         * src/prefs_filtering_action.c
2951         * src/prefs_folder_item.c
2952         * src/prefs_logging.c
2953         * src/prefs_matcher.c
2954         * src/prefs_message.c
2955         * src/prefs_other.c
2956         * src/prefs_receive.c
2957         * src/prefs_summaries.c
2958         * src/prefs_wrapping.c
2959         * src/printing.c
2960         * src/ssl_manager.c
2961         * src/statusbar.c
2962         * src/stock_pixmap.c
2963         * src/summary_search.c
2964         * src/textview.c
2965         * src/gtk/Makefile.am
2966         * src/gtk/colorlabel.c
2967         * src/gtk/gtkutils.c
2968         * src/gtk/gtkutils.h
2969         * src/gtk/logwindow.c
2970         * src/gtk/menu.c
2971         * src/gtk/menu.h
2972         * src/gtk/quicksearch.c
2973         * src/gtk/spell_entry.c
2974         * src/plugins/bogofilter/bogofilter_gtk.c
2975         * src/plugins/dillo_viewer/dillo_viewer.c
2976         * src/plugins/pgpcore/prefs_gpg.c
2977         * src/plugins/spamassassin/spamassassin_gtk.c
2978                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
2979                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
2980                 ported (especially GtkCMOptionMenu)
2981
2982 2011-10-07 [colin]      3.7.10cvs20
2983
2984         * src/account.c
2985         * src/action.c
2986         * src/addr_compl.c
2987         * src/addrcustomattr.c
2988         * src/addrduplicates.c
2989         * src/addressadd.c
2990         * src/addressbook.c
2991         * src/addressbook_foldersel.c
2992         * src/addrgather.c
2993         * src/alertpanel.c
2994         * src/browseldap.c
2995         * src/compose.c
2996         * src/editaddress.c
2997         * src/editaddress_other_attributes_ldap.c
2998         * src/editbook.c
2999         * src/editgroup.c
3000         * src/editjpilot.c
3001         * src/editldap.c
3002         * src/editldap_basedn.c
3003         * src/edittags.c
3004         * src/editvcard.c
3005         * src/exphtmldlg.c
3006         * src/expldifdlg.c
3007         * src/export.c
3008         * src/foldersel.c
3009         * src/folderview.c
3010         * src/grouplistdialog.c
3011         * src/import.c
3012         * src/importldif.c
3013         * src/importmutt.c
3014         * src/importpine.c
3015         * src/mainwindow.c
3016         * src/message_search.c
3017         * src/messageview.c
3018         * src/mimeview.c
3019         * src/prefs_actions.c
3020         * src/prefs_customheader.c
3021         * src/prefs_display_header.c
3022         * src/prefs_filtering.c
3023         * src/prefs_filtering_action.c
3024         * src/prefs_folder_column.c
3025         * src/prefs_matcher.c
3026         * src/prefs_msg_colors.c
3027         * src/prefs_other.c
3028         * src/prefs_summaries.c
3029         * src/prefs_summary_column.c
3030         * src/prefs_summary_open.c
3031         * src/prefs_template.c
3032         * src/prefs_toolbar.c
3033         * src/printing.c
3034         * src/sourcewindow.c
3035         * src/ssl_manager.c
3036         * src/summary_search.c
3037         * src/summaryview.c
3038         * src/textview.c
3039         * src/uri_opener.c
3040         * src/gtk/about.c
3041         * src/gtk/colorsel.c
3042         * src/gtk/combobox.c
3043         * src/gtk/description_window.c
3044         * src/gtk/foldersort.c
3045         * src/gtk/gtkaspell.c
3046         * src/gtk/gtkcmclist.c
3047         * src/gtk/gtkcmctree.c
3048         * src/gtk/gtkcmoptionmenu.c
3049         * src/gtk/gtkutils.c
3050         * src/gtk/icon_legend.c
3051         * src/gtk/inputdialog.c
3052         * src/gtk/logwindow.c
3053         * src/gtk/pluginwindow.c
3054         * src/gtk/prefswindow.c
3055         * src/gtk/quicksearch.c
3056         * src/plugins/pgpcore/passphrase.c
3057         * src/plugins/pgpcore/select-keys.c
3058                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
3059                 to replace GDK_* by GDK_KEY_*.
3060
3061 2011-10-07 [colin]      3.7.10cvs19
3062
3063         * AUTHORS
3064         * src/account.c
3065         * src/action.c
3066         * src/addr_compl.c
3067         * src/addressbook.c
3068         * src/alertpanel.c
3069         * src/compose.c
3070         * src/edittags.c
3071         * src/folderview.c
3072         * src/grouplistdialog.c
3073         * src/image_viewer.c
3074         * src/mainwindow.c
3075         * src/mimeview.c
3076         * src/noticeview.c
3077         * src/prefs_filtering_action.c
3078         * src/prefs_folder_column.c
3079         * src/prefs_msg_colors.c
3080         * src/prefs_summary_column.c
3081         * src/prefs_toolbar.c
3082         * src/printing.c
3083         * src/stock_pixmap.c
3084         * src/summaryview.c
3085         * src/textview.c
3086         * src/undo.c
3087         * src/wizard.c
3088         * src/gtk/about.c
3089         * src/gtk/authors.h
3090         * src/gtk/colorlabel.c
3091         * src/gtk/colorsel.c
3092         * src/gtk/gtkcmclist.c
3093         * src/gtk/gtkcmctree.c
3094         * src/gtk/gtkcmoptionmenu.c
3095         * src/gtk/gtksctree.c
3096         * src/gtk/gtkutils.c
3097         * src/gtk/gtkvscrollbutton.c
3098         * src/gtk/inputdialog.c
3099         * src/gtk/logwindow.c
3100         * src/gtk/menu.c
3101         * src/gtk/prefswindow.c
3102         * src/gtk/progressdialog.c
3103         * src/plugins/pgpcore/passphrase.c
3104         * src/plugins/trayicon/trayicon.c
3105                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
3106                 Patch by Hanno Thurow-Meyer, many thanks to him !
3107
3108 2011-09-20 [colin]      3.7.10cvs18
3109
3110         * src/common/ssl.c
3111                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
3112                 gnutls 3.0.3'
3113
3114 2011-09-18 [colin]      3.7.10cvs17
3115
3116         * src/news.c
3117                 Fix segfault when connection fails
3118
3119 2011-09-03 [colin]      3.7.10cvs16
3120
3121         * src/common/ssl.c
3122                 Use NORMAL instead of EXPORT priorities.
3123
3124 2011-09-02 [colin]      3.7.10cvs15
3125
3126         * configure.ac
3127         * src/common/ssl.c
3128                 Linking against gcrypt explicitely in order to call
3129                 gcry_control() for mutex setup isn't necessary anymore
3130                 starting from gnuTLS 2.11.
3131
3132 2011-08-31 [colin]      3.7.10cvs14
3133
3134         * src/plugins/pgpinline/pgpinline.c
3135         * src/plugins/pgpmime/pgpmime.c
3136                 Fix bug #2431, "Major memory leak in PGP message handling".
3137
3138 2011-08-31 [colin]      3.7.10cvs13
3139
3140         * AUTHORS
3141         * src/gtk/authors.h
3142         * src/mainwindow.c
3143         * src/messageview.c
3144         * src/gtk/authors.h
3145                 Apply Steve Rader's patch from bug #2388, "Add 
3146                 message view scrolling menu items"
3147
3148 2011-08-30 [colin]      3.7.10cvs12
3149
3150         * src/gtk/prefswindow.c
3151                 Fix layout issues (i.e. on SSL page if changing account
3152                 type prior to visiting it).
3153
3154 2011-08-30 [colin]      3.7.10cvs11
3155
3156         * configure.ac
3157         * src/common/ssl.c
3158                 Don't use deprecated functions for GnuTLS priorities.
3159                 Require GnuTLS 2.2 that is the first version with the
3160                 new function.
3161
3162 2011-08-30 [colin]      3.7.10cvs10
3163
3164         * src/common/socket.c
3165         * src/common/ssl.c
3166                 Long-term fix for bug #2402, "GnuTLS change breaks socket
3167                 communication", as per http://savannah.gnu.org/support/?107660
3168
3169 2011-08-30 [colin]      3.7.10cvs9
3170
3171         * src/etpan/imap-thread.c
3172         * src/etpan/nntp-thread.c
3173                 Remove dead openSSL code
3174
3175 2011-08-30 [colin]      3.7.10cvs8
3176
3177         * src/ssl_manager.c
3178         * src/common/ssl.c
3179         * src/common/ssl_certificate.c
3180         * src/common/ssl_certificate.h
3181         * src/etpan/imap-thread.c
3182         * src/etpan/nntp-thread.c
3183                 Fix bug #2127, "SSL cert check uses canonical name instead of
3184                 specified name"
3185
3186 2011-08-29 [colin]      3.7.10cvs7
3187
3188         * src/prefs_account.c
3189                 Fix X-Mailer option not appearing on IMAP
3190
3191 2011-08-29 [colin]      3.7.10cvs6
3192
3193         * src/plugins/pgpcore/Makefile.am
3194         * src/plugins/pgpinline/Makefile.am
3195         * src/plugins/pgpmime/Makefile.am
3196         * src/plugins/smime/Makefile.am
3197                 Windows build fix:
3198                 libtool: link: require no space between `-L' and `.'
3199
3200 2011-08-29 [colin]      3.7.10cvs5
3201
3202         * src/account.c
3203         * src/compose.c
3204         * src/prefs_account.c
3205         * src/prefs_account.h
3206                 Revert cvs4 which is rather illogical and instead
3207                 use Fabian's patch from bug #2471
3208
3209 2011-08-29 [colin]      3.7.10cvs4
3210
3211         * src/compose.c
3212                 Don't insert custom headers that have empty values.
3213                 Allows not inserting X-Mailer if it's set to nothing.
3214                 Fixes bug #2471, "Make setting an X-Mailer header optional".
3215
3216 2011-08-29 [colin]      3.7.10cvs3
3217
3218         * src/image_viewer.c
3219         * src/textview.c
3220         * src/gtk/gtkutils.c
3221         * src/gtk/gtkutils.h
3222                 Handle EXIF orientation in images (both in textview's
3223                 preview and image viewer)
3224
3225 2011-08-28 [paul]       3.7.10cvs2
3226
3227         * src/prefs_common.c
3228         * src/prefs_common.h
3229         * src/summaryview.c
3230                 add new hidden option to control the display in the From
3231                 column in the Message List: 0 (default): show name,
3232                 1: show address, 2: show name + address
3233
3234 2011-08-27 [paul]       3.7.10cvs1
3235
3236         * po/POTFILES.in
3237         * src/common/ssl_certificate.c
3238         * src/etpan/imap-thread.c
3239         * src/etpan/nntp-thread.c
3240                 offer up some missing log_error() strings to translators
3241
3242 2011-08-27 [paul]       3.7.10
3243         * NEWS
3244         * README
3245         * RELEASE_NOTES 
3246                 3.7.10 unleashed!               
3247
3248 2011-08-27 [paul]       3.7.9cvs52
3249
3250         * po/cs.po
3251         * po/fr.po
3252         * po/hu.po
3253         * po/lt.po
3254         * po/pt_BR.po
3255         * po/sk.po
3256                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
3257                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
3258
3259 2011-08-27 [mones]      3.7.9cvs51
3260
3261         * claws-mail.desktop
3262                 Include generic name and comment translations
3263                 Thanks to all the people on the translators ML!
3264
3265 2011-08-23 [paul]       3.7.9cvs50
3266
3267         * src/common/ssl.c
3268                 probable/possible fix/workaround for bug 2402,
3269                 'can't download message from pop3 server'
3270
3271 2011-08-18 [paul]       3.7.9cvs49
3272
3273         * manual/handling.xml
3274                 fix typos. thanks to vilpan
3275
3276 2011-08-17 [paul]       3.7.9cvs48
3277
3278         * tools/claws.i18n.status.pl
3279                 add Mindaugas Baranauskas (Lithuanian)
3280
3281 2011-08-14 [mir]        3.7.9cvs47
3282
3283         * src/news.c
3284         * src/etpan/nntp-thread.c
3285                 Fix bug 2418. Patch provided by Sébastien Bigaret with
3286                 some minor contribution by me.
3287
3288 2011-08-13 [mir]        3.7.9cvs46
3289
3290         * src/etpan/nntp-thread.c
3291                 Fix bug when NNTP server sends authentication warning
3292                 as part of the connection session. Privously etpan would
3293                 bail out for any return code other than NEWSNNTP_NO_ERROR
3294                 but as early as the connection session a return code like
3295                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
3296                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
3297                 be considered as an error.
3298
3299 2011-08-12 [paul]       3.7.9cvs45
3300
3301         * src/mimeview.c
3302                 3.7.9cvs43 mistakenly dropped off the info
3303                 about the mime part from the tooltip
3304
3305 2011-08-12 [wwp]        3.7.9cvs44
3306
3307         * src/gtk/quicksearch.c
3308          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
3309
3310 2011-08-09 [paul]       3.7.9cvs43
3311
3312         * src/mimeview.c
3313                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
3314
3315 2011-08-06 [paul]       3.7.9cvs42
3316
3317         * src/compose.c
3318                 fix cursor placement in Forward template
3319
3320 2011-08-06 [paul]       3.7.9cvs41
3321
3322         * src/gtk/description_window.c
3323                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
3324
3325 2011-08-05 [holger]     3.7.9cvs40
3326
3327         * claws-mail.desktop
3328                 Revert 3.7.9cvs35 for now, it may be problematic
3329                 (see bug #2450)
3330
3331 2011-08-05 [paul]       3.7.9cvs39
3332
3333         * src/mainwindow.c
3334         * src/messageview.c
3335                 use 'Collapse quotes' rather than 'Fold quotes' on
3336                 labels, for consistency
3337         * src/toolbar.c
3338                 use 'Receive mail from account' rather than 'on account'
3339
3340 2011-07-30 [mir]        3.7.9cvs38
3341
3342         * src/etpan/Makefile.am
3343         * src/plugins/pgpcore/Makefile.am
3344         * src/plugins/pgpmime/Makefile.am
3345         * src/plugins/smime/Makefile.am
3346                 Fix broken build on Debian Sid. enchant.h cannot be
3347                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
3348                 present in Makefile.am. Apparently enchant.h in older
3349                 versions were placed in /usr/include which is always
3350                 scanned be default.
3351
3352 2011-07-21 [mones]      3.7.9cvs37
3353
3354         * src/common/plugin.c
3355         * src/common/plugin.h
3356                 Make licences allowed for plugins more explicit and also
3357                 accept dual (or more) licences when properly formatted.
3358                 Doesn't require any change on current plugins.
3359
3360 2011-07-18 [mones]      3.7.9cvs36
3361
3362         * manual/advanced.xml
3363                 Document briefly tags feature.
3364         * manual/glossary.xml
3365                 Fix definition to avoid confussion with tags.
3366         * manual/es/advanced.xml
3367         * manual/es/glossary.xml
3368                 Synchronize Spanish translation with the above.
3369
3370 2011-07-07 [holger]     3.7.9cvs35
3371
3372         * claws-mail.desktop
3373                 Add indicator stuff to the desktop file
3374                 Taken from bug #2450
3375
3376 2011-07-06 [paul]       3.7.9cvs34
3377
3378         * src/edittags.c
3379                 fix English usage
3380
3381 2011-07-06 [mones]      3.7.9cvs33
3382
3383         * src/edittags.c
3384                 Do not create an empty tag name row in panel and
3385                 warn user about using a non-reserved tag instead
3386
3387 2011-07-05 [mones]      3.7.9cvs32
3388
3389         * src/imap.c
3390         * src/common/tags.c
3391         * src/common/tags.h
3392         * src/etpan/imap-thread.c
3393                 Make constants for reserved tags and use them
3394                 Removed also duplicate comparison while at it
3395
3396 2011-07-05 [paul]       3.7.9cvs31
3397
3398         * src/compose.c
3399                 when using a Compose template, only place the cursor
3400                 in the body when the cursor symbol, %cursor (%X), is used
3401
3402 2011-07-03 [paul]       3.7.9cvs30
3403
3404         * src/main.c
3405                 do main_window_popup(mainwin); on plugin load error, or
3406                 else the warning dialogue and mainwindow stays minimised
3407                 and hidden
3408
3409 2011-07-03 [paul]       3.7.9cvs29
3410
3411         * src/wizard.c
3412                 fix bug 2462, 'Building without GnuTLS support leads to a
3413                 failure in wizard.c'
3414
3415 2011-07-03 [paul]       3.7.9cvs28
3416
3417         * src/mainwindow.c
3418         * src/mainwindow.h
3419         * src/summaryview.c
3420                 fix bug #2461, 'popup menu in message list displays
3421                 'move to trash' and 'delete''.
3422                 Add a new sensitivity condition 'M_NOT_TRASH' and
3423                 remove the broken workaround for right-click in summaryview.c.
3424                 Fix broken main menu sensitivity for "Menu/Message/Move" in
3425                 News folder.
3426
3427 2011-06-21 [paul]       3.7.9cvs27
3428
3429         * src/mainwindow.c
3430                 revert 3.7.9cvs2, it does no good
3431
3432 2011-06-18 [mir]        3.7.9cvs26
3433
3434         * configure.ac
3435                 Fix autoconf warnings introduced in autoconf >= 2.64
3436
3437 2011-06-05 [paul]       3.7.9cvs25
3438
3439         * po/ca.po
3440         * po/cs.po
3441         * po/de.po
3442         * po/it.po
3443         * po/ja.po
3444         * po/pt_PT.po
3445         * po/sk.po
3446         * po/uk.po
3447                 fix strings where an informational message has been
3448                 wrongly entered into the translated string
3449         * src/toolbar.c
3450                 enable 'Trash' and 'Sender' to be translated based on
3451                 the context, e.g. as button text and as mail header
3452         * src/gtk/about.c
3453                 fix english in Info tab
3454
3455 2011-05-25 [colin]      3.7.9cvs24
3456
3457         * src/action.c
3458                 Fix bug #2439, "use bitwise operator for bitmask instead of
3459                 logical operator". Thanks to Nicolas Kaiser for the patch.
3460
3461 2011-05-18 [colin]      3.7.9cvs23
3462
3463         * src/news.c
3464                 Fix missing group selection before xover if the
3465                 connection was reset before.
3466
3467 2011-05-12 [colin]      3.7.9cvs22
3468
3469         * src/common/utils.c
3470                 Fix bug #2412, "Send account mail address in Message-ID
3471                 wrongly implemented". Patch by Fabian Keil.
3472
3473 2011-05-12 [mones]      3.7.9cvs21
3474
3475         * src/etpan/nntp-thread.c
3476                 Fix bug #2418 "NNTP authentication is broken"
3477
3478 2011-05-09 [pawel]      3.7.9cvs20
3479
3480         * src/mainwindow.c
3481         * src/prefs_folder_item.c
3482                 Small UI fixes
3483
3484 2011-05-05 [colin]      3.7.9cvs19
3485
3486         * src/imap.c
3487         * src/inc.c
3488         * src/news.c
3489         * src/send_message.c
3490                 Fix bug #2184, "Add account name information inside network log".
3491                 Initial patch by MSulchan Darmawan, expanded to other protocols.
3492                 This stuff is too much copy-pasted.
3493
3494
3495 2011-04-30 [colin]      3.7.9cvs18
3496
3497         * src/main.c
3498                 Fix bug #2414, 'Claws segfaults on startup with
3499                 notification plugin enabled". Thanks Christian
3500                 Faulhammer for the patch.
3501
3502 2011-04-27 [colin]      3.7.9cvs17
3503
3504         * src/codeconv.c
3505                 Make Windows' encoding CP1251 for ru_RU locale
3506                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
3507
3508 2011-04-24 [paul]       3.7.9cvs16
3509
3510         * manual/claws-mail-manual.xml
3511         * manual/de/claws-mail-manual.xml
3512         * manual/es/claws-mail-manual.xml
3513         * manual/fr/claws-mail-manual.xml
3514         * manual/it/claws-mail-manual.xml
3515                 update copyright year
3516
3517 2011-04-24 [paul]       3.7.9cvs15
3518
3519         * src/summaryview.c
3520                 fix bug #2353, 'Right-clicking on spam in order to delete
3521                 it causes it to show in message window'
3522
3523 2011-04-24 [paul]       3.7.9cvs14
3524
3525         * src/mainwindow.c
3526         * src/gtk/foldersort.c
3527         * src/gtk/foldersort.h
3528                 fix labelling, 'change folder order' to 'change mailbox order'
3529
3530 2011-04-23 [paul]       3.7.9cvs13
3531
3532         * configure.ac
3533                 fix bug #2409, 'Failed to compile under GCC 3.x : option
3534                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
3535                 committed in 3.7.8cvs19 
3536
3537 2011-04-11 [paul]       3.7.9cvs12
3538
3539         * src/plugins/trayicon/trayicon.c
3540                 fix build bug: gtk_status_icon_set_title() is available
3541                 since gtk 2.18.x not 2.14.x
3542
3543 2011-04-11 [paul]       3.7.9cvs11
3544
3545         * po/hu.po
3546                 updated by Páder RezsÅ‘
3547
3548 2011-04-10 [colin]      3.7.9cvs10
3549
3550         * src/addr_compl.c
3551         * src/addressbook.c
3552         * src/compose.c
3553         * src/editaddress.c
3554         * src/editaddress_other_attributes_ldap.c
3555         * src/main.c
3556         * src/message_search.c
3557         * src/prefs_display_header.c
3558         * src/prefs_filtering_action.c
3559         * src/prefs_matcher.c
3560         * src/prefs_other.c
3561         * src/prefs_toolbar.c
3562         * src/summary_search.c
3563         * src/gtk/colorlabel.c
3564         * src/gtk/combobox.c
3565         * src/gtk/gtkcmoptionmenu.c
3566         * src/gtk/gtkshruler.c
3567         * src/gtk/gtkshruler.h
3568         * src/gtk/gtkutils.h
3569         * src/gtk/inputdialog.c
3570         * src/gtk/quicksearch.c
3571                 Revert the whole pile of crap introduced in
3572                 cvs9,8,7,4.
3573
3574 2011-04-10 [colin]      3.7.9cvs9
3575
3576         * src/compose.c
3577         * src/editaddress.c
3578         * src/editaddress_other_attributes_ldap.c
3579         * src/main.c
3580         * src/message_search.c
3581         * src/prefs_display_header.c
3582         * src/prefs_matcher.c
3583         * src/prefs_toolbar.c
3584         * src/summary_search.c
3585         * src/gtk/combobox.c
3586         * src/gtk/gtkutils.h
3587         * src/gtk/inputdialog.c
3588         * src/gtk/quicksearch.c
3589                 Finish fun with combo boxes. (hopefully)
3590
3591 2011-04-10 [colin]      3.7.9cvs8
3592
3593         * src/compose.c
3594         * src/prefs_filtering_action.c
3595         * src/gtk/combobox.c
3596         * src/gtk/gtkshruler.c
3597         * src/gtk/gtkshruler.h
3598                 More undeprecation. GTKSHRuler is #if'ed out. We can
3599                 still decide to maintain the old GtkRuler widget in-tree
3600                 if the lack of ruler in Compose window is too
3601                 annoying.
3602
3603 2011-04-10 [colin]      3.7.9cvs7
3604
3605         * src/addr_compl.c
3606         * src/addressbook.c
3607         * src/compose.c
3608         * src/editaddress_other_attributes_ldap.c
3609         * src/message_search.c
3610         * src/prefs_display_header.c
3611         * src/prefs_filtering_action.c
3612         * src/prefs_other.c
3613         * src/prefs_toolbar.c
3614         * src/summary_search.c
3615         * src/gtk/colorlabel.c
3616         * src/gtk/combobox.c
3617         * src/gtk/gtkcmoptionmenu.c
3618         * src/gtk/gtkutils.h
3619                 More comboboxtext undeprecation
3620
3621 2011-04-10 [colin]      3.7.9cvs6
3622
3623         * src/messageview.c
3624                 Fix it better.
3625
3626 2011-04-10 [colin]      3.7.9cvs5
3627
3628         * src/messageview.c
3629                 Fix age-old typo.
3630
3631 2011-04-10 [colin]      3.7.9cvs4
3632
3633         * src/compose.c
3634         * src/editaddress_other_attributes_ldap.c
3635         * src/message_search.c
3636         * src/prefs_display_header.c
3637         * src/prefs_filtering_action.c
3638         * src/prefs_other.c
3639         * src/prefs_toolbar.c
3640         * src/summary_search.c
3641         * src/gtk/combobox.c
3642         * src/gtk/gtkutils.h
3643                 gtk_combo_box_*_text() is deprecated, and
3644                 gtk_combo_box_text_*() is the new hotness.
3645
3646 2011-04-10 [colin]      3.7.9cvs3
3647
3648         * src/addr_compl.c
3649         * src/addressbook.c
3650         * src/browseldap.c
3651         * src/compose.c
3652         * src/folder.c
3653         * src/folderview.c
3654         * src/gtk/gtkvscrollbutton.c
3655         * src/gtk/gtkvscrollbutton.h
3656                 s/GtkFunction/GSourceFunc
3657
3658 2011-04-10 [colin]      3.7.9cvs2
3659
3660         * src/mainwindow.c
3661                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
3662                 This is the patch from bug #2396, it should be innocuous even
3663                 if that's useless to do deiconify + present window...
3664
3665 2011-04-09 [paul]       3.7.9cvs1
3666
3667         * src/prefs_summaries.c
3668                 fix typo in string. (thanks, Brad!)
3669
3670 2011-04-09 [paul]       3.7.9
3671         * NEWS
3672         * README
3673         * RELEASE_NOTES 
3674                 3.7.9 unleashed!        
3675
3676 2011-04-09 [paul]       3.7.8cvs78
3677
3678         * po/cs.po
3679         * po/es.po
3680         * po/fi.po
3681         * po/fr.po
3682         * po/lt.po
3683         * po/pt_BR.po
3684         * po/sk.po
3685         * po/uk.po
3686                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
3687                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
3688                 Slavko, and Yarema
3689
3690 2011-04-09 [colin]      3.7.8cvs77
3691
3692         * src/gtk/filesel.c
3693                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
3694                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
3695                 encoding filename. Hooray for stupid.
3696
3697 2011-04-08 [colin]      3.7.8cvs76
3698
3699         * src/action.c
3700                 Fix action Stop: if child does not react to SIGTERM, it'll
3701                 probably start behaving when it'll get a SIGKILL on the user's
3702                 second press on Stop.
3703                 Fixes bug #2237, "User action makes Claws unresponsive".
3704
3705 2011-04-08 [colin]      3.7.8cvs75
3706
3707         * src/account.c
3708         * src/folder.c
3709         * src/folder.h
3710         * src/folder_item_prefs.c
3711         * src/folder_item_prefs.h
3712         * src/prefs_account.c
3713                 Fix bug #2382, "folderitemrc not updated when account
3714                 name is changed". Indeed, this wasn't done.
3715
3716 2011-04-08 [wwp]        3.7.8cvs74
3717
3718         * src/procmime.c
3719         Add support for quoted values (*="value").
3720         This commonly fixes a trailing quote appearing to filenames
3721         sent by iphone Mail (not sure if it's culprit at all, though).
3722
3723 2011-04-08 [colin]      3.7.8cvs73
3724
3725         * src/gtk/filesel.c
3726                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
3727                 caused by attachments with extended chars in the file name". Patch
3728                 derived from a patch bt Fabien Keil
3729
3730 2011-04-05 [wwp]        3.7.8cvs72
3731
3732         * src/compose.c
3733                 A debug string not to translate.
3734
3735 2011-04-03 [colin]      3.7.8cvs71
3736
3737         * src/common/utils.h
3738                 Fix bug #2394, "backtrace() crashes on FreeBSD"
3739                 That's not the first bug-report where internal
3740                 debug-only backtrace() crashes on FreeBSD.
3741
3742 2011-04-03 [colin]      3.7.8cvs70
3743
3744         * src/compose.c
3745                 Fix bug #2365 again, "Crash when auto-scrolling headers in
3746                 compose window".
3747                 Batch-mode compose windows (from filtering actions) shouldn't
3748                 try to access stuff after flushing events...
3749
3750 2011-03-31 [paul]       3.7.8cvs69
3751
3752         * INSTALL
3753                 update as gtk >= 2.10 now required
3754                 (because I'll never remember to do this later)
3755
3756 2011-03-26 [paul]       3.7.8cvs68
3757
3758         * src/messageview.c
3759                 fix separators in Go To menu
3760
3761 2011-03-20 [colin]      3.7.8cvs67
3762
3763         * configure.ac
3764                 Drop the *_DISABLE_DEPRECATED. We'll put them back
3765                 when we'll have time to handle them
3766
3767 2011-03-18 [paul]       3.7.8cvs66
3768
3769         * src/textview.c
3770                 make user-facing message more accurate -
3771                 'Network Log' not 'View Log'
3772
3773 2011-03-17 [wwp]        3.7.8cvs65
3774
3775         * po/fr.po
3776                 Fix a typo around plural form, as reported by
3777                 Yannick Palanque.
3778
3779 2011-03-15 [colin]      3.7.8cvs64
3780
3781         * AUTHORS
3782         * src/gtk/authors.h
3783         * src/main.c
3784                 Fix bug #2381, "Support for NetworkManager 0.9".
3785                 Patch by Mikhail Efremov
3786
3787 2011-03-04 [colin]      3.7.8cvs63
3788
3789         * src/mimeview.c
3790         * src/mimeview.h
3791                 Fix segfault on Windows
3792         * src/exporthtml.c
3793         * src/common/utils.c
3794         * src/common/w32_unistd.c
3795         * src/common/w32lib.h
3796                 Rationalize use of time_r() funcs (pthread do define them)
3797
3798 2011-03-02 [pawel]      3.7.8cvs62
3799
3800         * src/wizard.c
3801                 Re-implement widgets aligning, switch from GtkSizeGroup
3802                 to GtkTable - this should fix disappearing labels
3803
3804 2011-03-01 [pawel]      3.7.8cvs61
3805
3806         * src/wizard.c
3807                 Wizard GUI cleanups. Make it look and behave more
3808                 like account preferences.
3809
3810 2011-02-23 [colin]      3.7.8cvs60
3811
3812         * src/common/Makefile.am
3813                 Fix make dist
3814
3815 2011-02-23 [colin]      3.7.8cvs59
3816
3817         * src/Makefile.am
3818         * src/main.c
3819         * src/common/Makefile.am
3820         * src/common/plugin.c
3821       &nb