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