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