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