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