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