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