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