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