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