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