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