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