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