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