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