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