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