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