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