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