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