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