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