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