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