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