2008-01-16 [colin] 3.2.0cvs46
[claws.git] / ChangeLog
1 2008-01-16 [colin]      3.2.0cvs46
2
3         * src/common/passcrypt.c
4                 Fix build on FreeBSD, thanks to Pawel
5
6 2008-01-15 [colin]      3.2.0cvs45
7
8         * src/compose.c
9                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
10                 spell check of actuall word'
11         * src/summaryview.c
12                 Temporarily disable immediate execution when learning
13                 spam *only* if the summaryview isn't locked
14
15 2008-01-15 [wwp]        3.2.0cvs44
16
17         * src/prefs_filtering.c
18                 Fix filtering prefs layout (Maemo port), moving page up/down
19                 from buttons to context menu.
20
21 2008-01-15 [colin]      3.2.0cvs43
22
23         * src/compose.c
24                 Fix bug 1465, 'First line in new message does not mark URLs'
25
26 2008-01-15 [colin]      3.2.0cvs42
27
28         * src/common/passcrypt.c
29                 Fix bug 1461, 'several components #define 
30                 _XOPEN_SOURCE improperly'
31
32 2008-01-15 [colin]      3.2.0cvs41
33
34         * src/summaryview.c
35                 Fix bug 1469, 'Column width adjustments on message 
36                 lists do not save'
37
38 2008-01-14 [holger]     3.2.0cvs40
39
40         * configure.ac
41                 Add tests for dbus, dbus glib bindings,
42                 and NetworkManager. All is optional. Add new
43                 --(en|dis)able-networkmanager-support switch.
44         * src/Makefile.am
45         * src/imap.c
46         * src/inc.c
47         * src/main.c
48         * src/main.h
49         * src/mainwindow.c
50         * src/gtk/about.c
51                 Add optional NetworkManager support, so Claws Mail
52                 can try to do the right thing when the network connection
53                 status changes. NetworkManager support is active by
54                 default if above requirements were met.
55
56 2008-01-12 [colin]      3.2.0cvs39
57
58         * src/summaryview.c
59                 Advertise the click-on-reply feature in the tooltip
60
61 2008-01-12 [colin]      3.2.0cvs38
62
63         * src/Makefile.am
64         * src/stock_pixmap.c
65         * src/stock_pixmap.h
66         * src/pixmaps/tray_newmail.offline.xpm
67         * src/pixmaps/tray_newmail.xpm
68         * src/pixmaps/tray_newmarkedmail.offline.xpm
69         * src/pixmaps/tray_newmarkedmail.xpm
70         * src/pixmaps/tray_nomail.offline.xpm
71         * src/pixmaps/tray_nomail.xpm
72         * src/pixmaps/tray_unreadmail.offline.xpm
73         * src/pixmaps/tray_unreadmail.xpm
74         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
75         * src/pixmaps/tray_unreadmarkedmail.xpm
76         * src/plugins/trayicon/Makefile.am
77         * src/plugins/trayicon/newmail.offline.xpm
78         * src/plugins/trayicon/newmail.xpm
79         * src/plugins/trayicon/newmarkedmail.offline.xpm
80         * src/plugins/trayicon/newmarkedmail.xpm
81         * src/plugins/trayicon/nomail.offline.xpm
82         * src/plugins/trayicon/nomail.xpm
83         * src/plugins/trayicon/trayicon.c
84         * src/plugins/trayicon/unreadmail.offline.xpm
85         * src/plugins/trayicon/unreadmail.xpm
86         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
87         * src/plugins/trayicon/unreadmarkedmail.xpm
88                 Make the Trayicon plugin icons themable
89
90 2008-01-12 [wwp]        3.2.0cvs37
91
92         * src/prefs_display_header.c
93                 Fix extra leading hyphen visible in the display
94                 header configuration combo list (maemo).
95
96 2008-01-11 [colin]      3.2.0cvs36
97
98         * src/imap.c
99                 Set timeout to 1 before disconnecting all -
100                 for when one switches to offline and has 
101                 no network anymore
102         * src/messageview.c
103                 Fix bug 1454, 'error message shows parts and 
104                 signature of previous messages'
105         * src/prefs_common.c
106                 Maemo: Hide Send dialog by default
107
108 2008-01-10 [colin]      3.2.0cvs35
109
110         * src/action.c
111         * src/editldap.c
112         * src/prefs_account.c
113         * src/wizard.c
114         * src/gtk/inputdialog.c
115         * src/plugins/pgpcore/passphrase.c
116                 Maemo: Fix bug 1455, 'Password enters leading letter 
117                 incorrectly as uppercase'
118
119 2008-01-09 [colin]      3.2.0cvs34
120
121         * po/pl.po
122                 Fix bug 1446, 'SC crashes frequently when staying 
123                 in background'. Format string error in Polish 
124                 translation
125         * src/gtk/description_window.c
126         * src/prefs_template.c
127                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
128                 patch by Pawel
129         * src/wizard.c
130                 Maemo: Fix build
131
132 2008-01-08 [colin]      3.2.0cvs33
133
134         * src/main.c
135                 Maemo: connect HW status change signal for shutdown
136         * src/mainwindow.c
137                 Maemo: Fix hardware space key
138         * src/wizard.c
139                 Maemo: name mmc1 and 2 a better name
140
141 2008-01-08 [wwp]        3.2.0cvs32
142
143         * src/folder.c
144         * src/folder_item_prefs.c
145         * src/folder_item_prefs.h
146         * src/prefs_folder_item.c
147                 It's now possible to disable processing rules when
148                 entering a folder (this adds a new option to the
149                 folder properties dialog).
150
151 2008-01-08 [wwp]        3.2.0cvs31
152
153         * src/common/utils.c
154                 Mailto: now supports 'insert' (stands for 'insert file'), this
155                 adds the ability to create a new message from the command-line,
156                 with body set from an existing file contents.
157
158 2008-01-08 [colin]      3.2.0cvs30
159
160         * src/summaryview.c
161                 Maybe fix bug 1452, 'crash while drag'n'droping 
162                 emails to an IMAP folder'
163
164 2008-01-07 [wwp]        3.2.0cvs29
165
166         * src/prefs_filtering.c
167                 Static-alize a function, thanks to Colin.
168
169 2008-01-07 [colin]      3.2.0cvs28
170
171         * src/folderview.c
172                 Fix scrolling to bottom when drag and dropping
173         * src/summaryview.c
174                 Fix bug 1445, 'Display sender using addressbook: fails 
175                 when From: isn't an email address'
176
177 2008-01-07 [wwp]        3.2.0cvs27
178
179         * src/prefs_actions.c
180         * src/prefs_filtering.c
181         * src/prefs_template.c
182                 Add tooltips to most buttons in the templates, actions and
183                 filtering/processing dialogs.
184
185 2008-01-07 [wwp]        3.2.0cvs26
186
187         * src/prefs_filtering.c
188                  - add a clear button to clear dialog input fields
189                  - add page up and page down buttons to move selected rule up and down
190                  - in rules list popup-menu: added Delete, Delete all and Duplicate
191                  - popup-menu items are greyed out either if the list is empty (not counting the
192                    (New) row or if there is no selected item
193                  - clear store when closing dialog
194
195         * src/prefs_actions.c
196                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
197                    clear button, popup-menu
198                  - clear store when closing dialog
199
200         * src/prefs_template.c
201                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
202                    clear button, popup-menu 
203
204         * src/addrcustomattr.c
205                  - renamed popup-menu item Clear list to Delete all
206                  - grey out popup-menu items is there is no selected item or if list is empty
207                  - clear store when closing dialog
208
209         * src/edittags.c
210                  - added popup-menu item Delete all
211                  - grey out popup-menu items is there is no selected item or if list is empty
212                  - clear store when closing dialog
213
214 2008-01-06 [wwp]        3.2.0cvs25
215
216         * src/addressadd.c
217                 One more layout fix by Pawel (completes 3.2.0cvs24).
218
219 2008-01-05 [colin]      3.2.0cvs24
220
221         * src/addressadd.c
222                 Little GUI fixes, patch by Pawel
223
224 2007-12-29 [wwp]        3.2.0cvs23
225
226         * src/compose.c
227                 Fix for bug #1443, and strip possible whitespaces around
228                 custom header names.
229
230 2007-12-29 [mones]      3.2.0cvs22
231
232         * po/es.po
233                 Updated translation, corrected a term based 
234                 on suggestion from Israel Saeta Pérez,
235                 reverted awful X-Mailer translation
236         * src/procmime.c
237                 Complete cvs20 for FreeBSD, patch by Pawel
238
239 2007-12-29 [colin]      3.2.0cvs21
240
241         * src/textview.c
242                 Fix bug 1442, 'Tags are repeated in 
243                 encapsulated messages'
244
245 2007-12-28 [colin]      3.2.0cvs20
246
247         * src/procmime.c
248                 Fix path to mime/globs. Patch by Marten King.
249
250 2007-12-27 [colin]      3.2.0cvs19
251
252         * src/plugins/pgpcore/Makefile.am
253         * src/plugins/pgpinline/Makefile.am
254         * src/plugins/pgpmime/Makefile.am
255                 Add missing flags to build pgp plugins on maemo
256
257 2007-12-27 [colin]      3.2.0cvs18
258
259         * src/mainwindow.c
260                 Maximise before showing to avoid probable flickering
261                 on slow computers.
262
263 2007-12-27 [colin]      3.2.0cvs17
264
265         * src/main.c
266         * src/mainwindow.c
267         * src/prefs_common.c
268         * src/prefs_common.h
269                 Fix bug 1439, 'Claws Mail does not remember window size 
270                 state when restarted'. Save maximised state and force
271                 maximisation at startup if applicable.
272
273 2007-12-23 [paul]       3.2.0cvs16
274
275         * src/prefs_matcher.c
276                 fix bug 1436, 'Filter condition dialog doesn't
277                 load header name from current rules'
278
279 2007-12-22 [paul]       3.2.0cvs15
280
281         * src/compose.c
282                 fix bug 1435, 'Reply doesn't take into account
283                 reply-to field'
284
285 2007-12-21 [paul]       3.2.0cvs14
286
287         * src/common/ssl_certificate.c
288                 fix FreeBSD build with IPV6 support 
289
290 2007-12-20 [colin]      3.2.0cvs13
291
292         * src/imap.c
293                 Fix error handling
294
295 2007-12-20 [colin]      3.2.0cvs12
296
297         * src/imap.c
298         * src/imap.h
299         * src/prefs_account.c
300                 Add DIGEST-MD5 support for IMAP authentication
301
302 2007-12-19 [mones]      3.2.0cvs11
303
304         * doc/man/claws-mail.1
305                 Better ordering of sections, updated options
306         * po/es.po
307                 Updated strings
308
309 2007-12-19 [paul]       3.2.0cvs10
310
311         * src/prefs_account.c
312                 use a spinbutton instead of an entry for
313                 "POP authentication timeout" also
314
315 2007-12-19 [colin]      3.2.0cvs9
316
317         * src/prefs_filtering_action.c
318         * src/prefs_matcher.c
319         * src/gtk/description_window.c
320                 Destroy info windows with their parents
321                 Patch by Pawel
322
323 2007-12-19 [colin]      3.2.0cvs8
324
325         * src/prefs_account.c
326                 Use spinbuttons instead of entries where needed
327                 Patch by Pawel
328
329 2007-12-18 [paul]       3.2.0cvs7
330
331         * src/prefs_matcher.c
332                 add missing i18n for a few strings
333                 Patch by Stephan Sachse
334
335 2007-12-18 [paul]       3.2.0cvs6
336
337         * src/prefs_logging.c
338                 use 'disk' instead of 'disc'
339
340 2007-12-18 [paul]       3.2.0cvs5
341
342         * po/en_GB.po
343                 updated
344         * src/addrcustomattr.c
345         * src/editaddress.c
346                 fixes to the ingleesh
347         * src/prefs_filtering_action.c
348                 fix copyright header
349                 fix untranslated strings
350         * src/prefs_filtering_action.h
351                 fix copyright header
352
353 2007-12-18 [wwp]        3.2.0cvs4
354
355         * src/folderview.c
356         * src/headerview.c
357         * src/prefs_common.c
358         * src/prefs_common.h
359         * src/prefs_fonts.c
360         * src/summaryview.c
361         * src/textview.c
362         * src/wizard.c
363         * src/common/defs.h
364         * src/gtk/gtkutils.c
365                 Added prefs to set custom small and bold fonts
366                 (might matter on some desktops, according to
367                 DPI and font settings).
368
369 2007-12-18 [colin]      3.2.0cvs3
370
371         * src/prefs_logging.c
372                 Rework GUI, patch by Pawel
373
374 2007-12-18 [colin]      3.2.0cvs2
375
376         * src/prefs_filtering_action.c
377                 Rework GUI, patch by Pawel
378
379 2007-12-18 [colin]      3.2.0cvs1
380
381         * src/editaddress.c
382                 Fix build on old GCC
383                 Fix inverted buttons
384
385 2007-12-17 [paul]       3.2.0
386
387         * NEWS
388         * README
389         * RELEASE_NOTES 
390                 3.2.0 released
391
392 2007-12-17 [paul]       3.1.0cvs79
393
394         * po/de.po
395         * po/fr.po
396         * po/hu.po
397         * po/it.po
398         * po/pt_BR.po
399                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
400                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
401
402 2007-12-17 [mones]      3.1.0cvs78
403
404         * po/es.po
405                 Updated Spanish translation for 3.2.0 release
406
407 2007-12-16 [colin]      3.1.0cvs77
408
409         * src/addrcustomattr.c
410                 Fix translations, patch by Fabien
411
412 2007-12-15 [paul]       3.1.0cvs76
413
414         * src/folderview.c
415                 fix compiler warning
416
417 2007-12-14 [colin]      3.1.0cvs75
418
419         * src/folderview.c
420                 Simplify logic
421
422 2007-12-12 [wwp]        3.1.0cvs74
423
424         * AUTHORS
425         * src/gtk/authors.h
426                 Added Marius Glauser to the hall of fame.
427
428 2007-12-12 [wwp]        3.1.0cvs73
429
430         * src/gtk/gtkutils.c
431                 Improve the way we show results of searches
432                 in message bodies: selected text now get centered
433                 vertically in the message window.
434                 Patch by Marius Glauser <seelenhirt@gmx.net>.
435
436 2007-12-10 [colin]      3.1.0cvs72
437
438         * src/folder.c
439                 Don't crash when setting batch mode on no folder
440
441 2007-12-10 [colin]      3.1.0cvs71
442
443         * src/common/utils.c
444                 Fix potential buffer overrun (thanks to
445                 Hiroyuki)
446
447 2007-12-08 [paul]       3.1.0cvs70
448
449         * src/prefs_receive.c
450                 small change to the English
451
452 2007-12-08 [colin]      3.1.0cvs69
453
454         * src/vcard.c
455                 Fix warnings
456
457 2007-12-07 [colin]      3.1.0cvs68
458
459         * src/mainwindow.c
460         * src/summaryview.c
461         * src/summaryview.h
462                 Free simplify_subject_preg at exit
463
464 2007-12-07 [colin]      3.1.0cvs67
465
466         * src/main.c
467         * src/summaryview.c
468         * src/common/utils.c
469         * src/common/utils.h
470                 We have to free reused regexps from time to
471                 time, or they get huge
472
473 2007-12-07 [colin]      3.1.0cvs66
474
475         * src/vcard.c
476                 Fix QP decoding (and UTF8)
477
478 2007-12-07 [colin]      3.1.0cvs65
479
480         * src/addrcustomattr.c
481                 Update list of default custom attributes
482                 now (will be needed for a feature patch
483                 post 3.2.0)
484
485 2007-12-07 [colin]      3.1.0cvs64
486
487         * src/folder.c
488                 Batch on destination folder when copying - fixes
489                 slowness when moving unread mails to trash on IMAP
490
491 2007-12-06 [colin]      3.1.0cvs63
492
493         * src/common/w32_time.c
494         * src/common/w32lib.h
495         * src/etpan/etpan-thread-manager.c
496         * src/etpan/imap-thread.c
497         * src/etpan/nntp-thread.c
498         * src/gtk/Makefile.am
499                 Fix win32 build with libetpan. Thanks to
500                 Marcus Brinkmann.
501
502 2007-12-06 [colin]      3.1.0cvs62
503
504         * src/account.c
505         * src/imap.c
506         * src/prefs_account.c
507         * src/prefs_account.h
508         * src/etpan/imap-thread.c
509         * src/etpan/imap-thread.h
510                 Disable connection via command line on WIN32
511                 Disable mmap use on WIN32 - use normal strings
512         * src/addressbook.c
513         * src/addressbook.h
514         * src/addressbook_foldersel.c
515         * src/addressbook_foldersel.h
516         * src/prefs_filtering_action.c
517         * src/prefs_matcher.c
518         * src/plugins/bogofilter/bogofilter_gtk.c
519         * src/plugins/dillo_viewer/dillo_prefs.c
520         * src/plugins/spamassassin/spamassassin_gtk.c
521                 Fix leak, rework function logics to be more
522                 natural - thanks to Holger
523         * src/common/utils.c
524                 Fix warnings
525
526 2007-12-06 [colin]      3.1.0cvs61
527
528         * src/news.c
529         * src/common/utils.c
530         * src/common/utils.h
531                 Fix posting, and fix UTF-8 being sent when encoding
532                 is 8bit
533
534 2007-12-05 [colin]      3.1.0cvs60
535
536         * src/news.c
537                 Fix debian bug #453157, 'Fails to post usenet
538                 articles after NNTP connection has been 
539                 interrupted". Fix return value to prevent deletion
540                 on failure, and issue MODE READER in case posting
541                 fails at first.
542
543 2007-12-05 [colin]      3.1.0cvs59
544
545         * src/messageview.c
546         * src/uri_opener.c
547                 Improvements to the List URIs dialog
548                 Patch by Pawel
549
550 2007-12-05 [colin]      3.1.0cvs58
551
552         * src/prefs_other.c
553         * src/gtk/gtksctree.h
554                 Fix warnings
555
556 2007-12-04 [colin]      3.1.0cvs57
557
558         * src/etpan/imap-thread.c
559                 Fix bug 1378, 'Claws exits on IMAP alert message'
560                 Don't do GTK calls directly from Etpan thread
561
562 2007-12-04 [colin]      3.1.0cvs56
563
564         * src/folderview.c
565         * src/gtk/gtksctree.c
566                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
567                 Make all the left of column zero an hotspot for
568                 expanding.
569
570 2007-12-04 [colin]      3.1.0cvs55
571
572         * src/mainwindow.c
573         * src/mainwindow.h
574         * src/prefs_common.c
575         * src/prefs_common.h
576         * src/prefs_receive.c
577                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
578
579 2007-12-04 [wwp]        3.1.0cvs54
580
581         * src/prefs_other.c
582                 Fix for bug #1419.
583
584 2007-12-04 [holger]     3.1.0cvs53
585
586         * src/addrduplicates.c
587         * src/addrduplicates.h
588                 Export addressbook entry deletion
589
590 2007-12-04 [colin]      3.1.0cvs52
591
592         * tools/Makefile.am
593         * tools/README.sylprint
594         * tools/sylprint.pl
595         * tools/sylprint.rc
596                 Fix debian bug #454089 (symlink attack in TMP directory)
597                 http://secwatch.org/advisories/1019661/ :
598                 Remove the buggy script, which was unmaintained anyway
599         * src/news.c
600         * src/procmsg.c
601                 Store things in our private tmp directory.
602
603 2007-12-03 [colin]      3.1.0cvs51
604
605         * src/folder.c
606         * src/folder.h
607         * src/folderview.c
608         * src/imap.c
609         * src/mainwindow.c
610                 Fix update problem when getting remote tags
611         * src/prefs_matcher.c
612                 Rework GUI to make it better. Patch by Pawel
613                 Pekala
614
615 2007-12-03 [colin]      3.1.0cvs50
616
617         * src/etpan/imap-thread.c
618         * src/etpan/nntp-thread.c
619                 Fix bug 1417, 'Network log doesn't reveal 
620                 enough NNTP errors'
621
622 2007-12-02 [iwkse]      3.1.0cvs49
623
624         * src/plugins/dillo_viewer/dillo_prefs.c
625                         Insert dillo under the Plugins menu
626
627 2007-12-01 [paul]       3.1.0cvs48
628
629         * src/html.c
630                 add these variant forms
631                 Thanks to Colin
632
633 2007-12-01 [paul]       3.1.0cvs47
634
635         * src/matcher.c
636                 fix a typo
637
638 2007-12-01 [paul]       3.1.0cvs46
639
640         * po/POTFILES.in
641                 add the new addrcustomattr.c file
642
643 2007-11-29 [colin]      3.1.0cvs45
644
645         * src/common/ssl_certificate.c
646                 Use the more modern getaddrinfo instead of 
647                 gethostbyname when possible
648
649 2007-11-28 [colin]      3.1.0cvs44
650
651         * src/summaryview.c
652                 Maybe fix bug 1410 and other crash reports
653                 in summaryview since cvs38.
654
655 2007-11-28 [wwp]        3.1.0cvs43
656
657         * src/prefs_summary_open.c
658                 Guard against an empty list of actions to perform
659                 when opening a folder (or migration defaults could
660                 be introduced, confusing).
661
662 2007-11-28 [colin]      3.1.0cvs42
663
664         * src/folderview.c
665                 Fix mark all read from folder's contextual menu
666
667 2007-11-27 [colin]      3.1.0cvs41
668
669         * src/imap.c
670         * src/imap.h
671         * src/imap_gtk.c
672         * src/prefs_account.c
673         * src/etpan/imap-thread.c
674                 A few fixes to the IMAP flags handling: Optimisations,
675                 two crashers, mention that Bandwitdh-efficient mode
676                 prevents tag fetching.
677                 Fix M-UTF7 in subscription dialog.
678
679 2007-11-27 [colin]      3.1.0cvs40
680
681         * src/folder.c
682         * src/mbox.c
683         * src/summaryview.c
684                 Make filtering faster on flags change: Batch original 
685                 folderitem, where we'll do flags/tags changes.
686
687 2007-11-27 [colin]      3.1.0cvs39
688
689         * src/filtering.c
690                 Fix bug 1407, 'After a copy action, further rules apply 
691                 to both original and copy'
692
693 2007-11-27 [colin]      3.1.0cvs38
694
695         * src/edittags.c
696         * src/summaryview.c
697                 Fixes races when doing a long operation and user
698                 asks for another one (Mark all read/unread on a 
699                 big folder on IMAP for example)
700
701 2007-11-27 [wwp]        3.1.0cvs37
702
703         * src/addressbook.c
704         * src/prefs_common.c
705                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
706                 and 3.1.0cvs35 (addressbook.c).
707
708 2007-11-27 [holger]     3.1.0cvs36
709
710         * src/printing.c
711                 Add a line separating header and body
712                 in the printout
713
714 2007-11-27 [wwp]        3.1.0cvs35
715
716         * src/addressbook.c
717                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
718                 (thanks to Colin) and revert disabling of cut/copy
719                 context menu entries upon selected groups.
720
721 2007-11-27 [holger]     3.1.0cvs34
722
723         * src/printing.c
724                 Add weights to the list of supported text attributes
725                 for printing
726
727 2007-11-27 [wwp]        3.1.0cvs33
728
729         * src/Makefile.am
730         * src/addrcustomattr.c
731         * src/addrcustomattr.h
732         * src/addressbook.c
733         * src/editaddress.c
734         * src/editaddress.h
735         * src/prefs_common.c
736         * src/prefs_common.h
737         * src/common/defs.h
738                 Provide a (customizable) list of preset attribute names
739                 for editing contacts (closes bug #1391).
740
741 2007-11-27 [wwp]        3.1.0cvs32
742
743         * src/addrclip.c
744         * src/addressbook.c
745         * src/addritem.c
746                 Various fixes in the address book:
747                         - made copy/move of a folder to itself or its subtree
748                           impossible (-> error)
749                         - errors messages don't show in the status bar anymore,
750                           use alertpanels instead
751                         - simple click on group doesn't open group edit dialog
752                           anymore when in contact edit embedded mode (was too itchy)
753                         - fixed disabling of edit button and and menu entry when
754                           in contact edit embedded mode (was done in a bad and
755                           ineffective way)
756                         - fix menu cut/paste sensitivity in treelist context
757                           menu (conflicting enabling was done by different functions)
758                         - fix some menu item sensitivity in address list context menu
759                         - don't allow cut/copy of groups, it's useless as they won't
760                           be copied w/ their contents
761                         - fix missing copy of the picture file when copying (bug #1402),
762                           fix picture attribute (internal) value when moving or copying
763
764
765 2007-11-27 [colin]      3.1.0cvs31
766
767         * src/folder.c
768         * src/imap.c
769                 Fix tags loss on move, fix space encoding
770
771 2007-11-26 [colin]      3.1.0cvs30
772
773         * src/edittags.c
774         * src/folder.c
775         * src/folder.h
776         * src/imap.c
777         * src/messageview.c
778         * src/procmsg.c
779         * src/procmsg.h
780         * src/summaryview.c
781         * src/common/utils.c
782         * src/common/utils.h
783         * src/etpan/imap-thread.c
784         * src/etpan/imap-thread.h
785                 Add IMAP tags support
786
787 2007-11-26 [colin]      3.1.0cvs29
788
789         * src/imap.c
790                 Fix bug 1405, 'imap auto auth method doesn't 
791                 work since 3.1.0'
792
793 2007-11-26 [colin]      3.1.0cvs28
794
795         * src/messageview.c
796         * src/procmime.c
797                 Handle broken disposition-notifications from Evolution
798                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
799
800 2007-11-25 [paul]       3.1.0cvs27
801
802         * src/folder_item_prefs.c
803         * src/folder_item_prefs.h
804                 remove dead code
805
806 2007-11-23 [wwp]        3.1.0cvs26
807
808         * src/matcher.c
809         * src/matcher.h
810         * src/matcher_parser_parse.y
811         * src/prefs_matcher.c
812                 Fix irrelevant case folding when adding matcher condition 'test',
813                 thanks to Colin.
814
815 2007-11-23 [wwp]        3.1.0cvs25
816
817         * src/prefs_common.c
818         * src/prefs_common.h
819         * src/prefs_summary_open.c
820         * src/prefs_summary_open.h
821         * src/summaryview.c
822                 Add "select first email in list" to the list of possible selections
823                 when opening a folder.
824
825 2007-11-23 [paul]       3.1.0cvs24
826
827         * po/de.po
828                 a fix by Stephan Sachse, plus remove all
829                 old strings from the end of the file
830
831 2007-11-23 [wwp]        3.1.0cvs23
832
833         * src/prefs_msg_colors.c
834                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
835                 with little changes.
836
837 2007-11-23 [paul]       3.1.0cvs22
838
839         * src/prefs_logging.c
840                 eliminate wasted horizontal space
841
842 2007-11-23 [paul]       3.1.0cvs21
843
844         * src/prefs_summaries.c
845                 don't wrap the label or put linebreaks
846
847 2007-11-22 [colin]      3.1.0cvs20
848
849         * src/plugins/pgpinline/pgpinline.c
850                 Fix decryption
851
852 2007-11-22 [wwp]        3.1.0cvs19
853
854         * src/prefs_themes.c
855                 Yet another misuse of get_rc_dir(), still related
856                 to user themes. Completes 3.1.0cvs18.
857
858 2007-11-22 [wwp]        3.1.0cvs18
859
860         * src/stock_pixmap.c
861                 Fix a misuse of get_rc_dir(), user themes dir was
862                 not set properly and some themes might have disappeared
863                 from themes list in prefs.
864
865 2007-11-22 [wwp]        3.1.0cvs17
866
867         * src/edittags.c
868         * src/edittags.h
869         * src/common/tags.c
870         * src/common/tags.h
871                 Correct copyright for these claws-mail-only brand new
872                 files.
873
874 2007-11-22 [paul]       3.1.0cvs16
875
876         * src/compose.c
877                 fix bug 1400, 'Drag and drop of URLs does not work'
878                 Thanks to Colin
879
880 2007-11-22 [paul]       3.1.0cvs15
881
882         * src/prefs_common.c
883                 make "cmds_use_system_default" default to FALSE
884                 so as not to disrupt current settings
885         * src/summaryview.c
886                 increase the size of the GdkRectangle, tooltips
887                 didn't show for me otherwise
888
889 2007-11-21 [colin]      3.1.0cvs14
890
891         * src/compose.c
892         * src/crash.c
893         * src/exphtmldlg.c
894         * src/mainwindow.c
895         * src/manual.c
896         * src/mimeview.c
897         * src/prefs_account.c
898         * src/prefs_common.c
899         * src/prefs_common.h
900         * src/prefs_ext_prog.c
901         * src/textview.c
902         * src/uri_opener.c
903         * src/gtk/about.c
904         * src/gtk/gtkutils.c
905                 Use xdg-open as a way to find default browser,
906                 when available
907
908 2007-11-21 [colin]      3.1.0cvs13
909
910         * src/messageview.c
911         * src/procmime.c
912         * src/procmsg.h
913                 Send better return receipts (useful ones)
914                 Handle incoming return receipts
915
916 2007-11-20 [colin]      3.1.0cvs12
917
918         * src/printing.c
919         * src/printing.h
920                 Add getter/setter for settings, and getter
921                 for page setup
922
923 2007-11-20 [colin]      3.1.0cvs11
924
925         * src/folderview.c
926         * src/main.c
927         * src/mainwindow.c
928                 Fix bug 1396, 'Crash on disabling a filter 
929                 while it is processing'
930
931 2007-11-20 [paul]       3.1.0cvs10
932
933         * src/folder.c
934                 fix bug 1395, 'Crash on checking for new mails
935                 while filter is running'
936                 Thanks to Colin
937
938 2007-11-20 [paul]       3.1.0cvs9
939
940         * src/compose.c
941                 make this string easier for translators
942
943 2007-11-19 [colin]      3.1.0cvs8
944
945         * src/prefs_summaries.c
946         * src/summaryview.c
947                 Don't enable more tooltips on Maemo
948
949 2007-11-19 [colin]      3.1.0cvs7
950
951         * src/prefs_common.c
952         * src/prefs_common.h
953         * src/prefs_summaries.c
954         * src/summaryview.c
955                 Fix bug 1388, 'message list tool tips'
956                 Add (optional) tooltips in summaryview.
957                 This only works with GTK+ >= 2.12
958
959 2007-11-19 [colin]      3.1.0cvs6
960
961         * src/compose.c
962                 Make strings a bit better when attaching
963                 from mailto: URIs
964
965 2007-11-19 [colin]      3.1.0cvs5
966
967         * src/common/utils.c
968                 Fix bug 1392, 'Top level domain .EU is 
969                 not recognised as valid'
970
971 2007-11-19 [wwp]        3.1.0cvs4
972
973         * src/compose.c
974         * src/compose.h
975                 Revert changes to compose.c made in 3.1.0cvs2.
976
977 2007-11-19 [wwp]        3.1.0cvs3
978
979         * src/addressbook.c
980         * src/addressbook.h
981         * src/editaddress.c
982         * src/editgroup.c
983         * src/addrduplicates.c
984                 Minor improvements in the address book:
985                 always accept new contacts provided that some
986                 detail is set (instead of rejecting silently).
987                 Better guessing of contact name from incomplete
988                 name information. Better display of contacts with
989                 no name, in contact lists, group contents, find
990                 duplicate results.
991                 
992
993 2007-11-19 [wwp]        3.1.0cvs2
994
995         * src/compose.c
996         * src/compose.h
997         * src/prefs_logging.c
998         * src/prefs_summaries.c
999                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
1000                 wrap some long label in prefs/summaries, layout checkboxes
1001                 in a more compact form in prefs/loggin, make account and
1002                 header's combos have the same size/spacing in compose
1003                 window.
1004
1005 2007-11-19 [wwp]        3.1.0cvs1
1006
1007         * src/edittags.c
1008                 Fix a tiny leak and duplicate variable.
1009
1010 2007-11-19 [paul]       3.1.0
1011
1012         * NEWS
1013         * README
1014         * RELEASE_NOTES 
1015                 3.1.0 released
1016
1017 2007-11-19 [paul]       3.0.2cvs145
1018
1019         * po/de.po
1020         * po/fi.po
1021         * po/fr.po
1022         * po/hu.po
1023         * po/it.po
1024         * po/pl.po
1025         * po/pt_BR.po
1026         * po/sk.po
1027         * po/zh_CN.po
1028                 updated by Stephan Sachse, Flammie Pirinen,
1029                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
1030                 Emil Nowak, Frederico Goncalves Guimaraes,
1031                 Andrej Kacian, and Ralph Young
1032
1033 2007-11-18 [mones]      3.0.2cvs144
1034
1035         * po/es.po
1036                 Updated Spanish translation
1037
1038 2007-11-18 [colin]      3.0.2cvs143
1039
1040         * src/edittags.c
1041                 Prevent empty tag after edit, thanks to wwp
1042
1043 2007-11-18 [colin]      3.0.2cvs142
1044
1045         * src/editaddress.c
1046                 Fix possible "(null)" %s - thanks to wwp
1047
1048 2007-11-16 [wwp]        3.0.2cvs141
1049
1050         * src/common/utils.c
1051                 Fix for 3.0.2cvs140, prevents from crashing when opening
1052                 a compose window.
1053
1054 2007-11-16 [colin]      3.0.2cvs140
1055
1056         * src/main.c
1057         * src/common/claws.c
1058                 Output a bit more useful info at startup
1059                 in --debug mode
1060
1061 2007-11-16 [colin]      3.0.2cvs139
1062
1063         * src/compose.c
1064         * src/common/utils.c
1065         * src/common/utils.h
1066                 Fix bug 1387, 'Request for --compose to 
1067                 support multiple attachments'
1068
1069 2007-11-16 [colin]      3.0.2cvs138
1070
1071         * src/news.c
1072                 Fix bug 1390, 'NNTP fails after server 
1073                 closed connection'
1074
1075 2007-11-16 [colin]      3.0.2cvs137
1076
1077         * src/prefs_display_header.c
1078                 Fix bug 1389, 'Changing 'Display headers 
1079                 in message view' breaks dispheaderrc'
1080
1081 2007-11-14 [colin]      3.0.2cvs136
1082
1083         * src/summaryview.c
1084         * src/gtk/quicksearch.c
1085         * src/gtk/quicksearch.h
1086                 Fix resetting the quicksearch when in non-sticky
1087                 mode, but Recursive is set: reset only when going
1088                 out of the root search folder.
1089
1090 2007-11-14 [colin]      3.0.2cvs135
1091
1092         * src/filtering.c
1093                 Don't set new flag back when doing "Mark as unread"
1094                 from filtering
1095
1096 2007-11-12 [paul]       3.0.2cvs134
1097
1098         * src/plugins/dillo_viewer/dillo_viewer.c
1099                 don't offer the mime type for translation
1100
1101 2007-11-12 [paul]
1102
1103         3.1.0-rc2 released
1104
1105 2007-11-11 [colin]      3.0.2cvs133
1106
1107         * src/imap_gtk.c
1108         * src/mh_gtk.c
1109                 Use markup-escaped strings in dialogs
1110
1111 2007-11-11 [colin]      3.0.2cvs132
1112
1113         * src/imap.c
1114                 Better IMAP-UTF7/UTF8 conversion
1115
1116 2007-11-10 [colin]      3.0.2cvs131
1117
1118         * src/news.c
1119                 Fix debian bug 450698, 'nntp auth behavior changed 
1120                 without notice'
1121
1122 2007-11-10 [colin]      3.0.2cvs130
1123
1124         * configure.ac
1125         * src/inc.c
1126         * src/main.c
1127         * src/main.h
1128         * src/mimeview.c
1129         * src/statusbar.c
1130         * src/common/utils.c
1131         * src/etpan/Makefile.am
1132         * src/gtk/filesel.c
1133         * src/gtk/gtkutils.h
1134         * src/gtk/menu.c
1135         * src/plugins/bogofilter/Makefile.am
1136         * src/plugins/clamav/Makefile.am
1137         * src/plugins/dillo_viewer/Makefile.am
1138         * src/plugins/pgpcore/Makefile.am
1139         * src/plugins/spamassassin/Makefile.am
1140         * src/plugins/trayicon/Makefile.am
1141                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
1142
1143 2007-11-09 [colin]      3.0.2cvs129
1144
1145         * src/addressbook.c
1146         * src/ldapupdate.c
1147                 fix bug 1375, 'Impossible to modify e-mail
1148                 in LDAP addressbook twice'; Try two. update
1149                 externalID, don't make display lag, and
1150                 fix the cases where dn is not mail.
1151
1152 2007-11-08 [paul]       3.0.2cvs128
1153
1154         * src/account.c
1155         * src/compose.c
1156         * src/messageview.c
1157         * src/prefs_account.c
1158         * src/prefs_account.h
1159                 reinstate 'Generate Message-ID' option as an
1160                 account preference. (hidden on IMAP)
1161                 Thanks to Colin
1162
1163 2007-11-08 [paul]       3.0.2cvs127
1164
1165         * src/textview.c
1166                 MAEMO: fix failure of loading images inline
1167                 MAEMO: fix bug 1349, 'Emails still skip to end
1168                 when opened (in certain circumstances)...'
1169
1170 2007-11-07 [colin]      3.0.2cvs126
1171
1172         * src/toolbar.c
1173                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
1174
1175 2007-11-07 [colin]      3.0.2cvs125
1176
1177         * src/toolbar.c
1178                 Re-change the string occurence of A_CLAWS_ACTIONS
1179                 to A_SYL_ACTIONS, to prevent parse errors of the
1180                 toolbar_*.xml files
1181
1182 2007-11-07 [colin]      3.0.2cvs124
1183
1184         * src/mimeview.c
1185         * src/prefs_common.c
1186         * src/prefs_common.h
1187         * manual/advanced.xml
1188                 Add an hidden pref, 'save_parts_readwrite';
1189                 completes 3.0.2cvs35
1190
1191 2007-11-07 [paul]       3.0.2cvs123
1192
1193         * src/prefs_toolbar.c
1194         * src/toolbar.c
1195         * src/toolbar.h
1196                 rename ToolbarSylpheedActions to ToolbarClawsActions
1197                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
1198
1199 2007-11-07 [paul]       3.0.2cvs122
1200
1201         * src/toolbar.c
1202                 MAEMO: remove tooltips
1203
1204 2007-11-07 [colin]      3.0.2cvs121
1205
1206         * src/plugins/pgpinline/pgpinline.c
1207                 Fix bug 1377, 'unspecific errors on 
1208                 signature checking'. Fix trimming of
1209                 UTF8 data.
1210
1211 2007-11-06 [iwkse]      3.0.2cvs120
1212
1213         * src/prefs_summary_open.c
1214                 yet a string change
1215
1216 2007-11-06 [paul]       3.0.2cvs119
1217
1218         * tools/Makefile.am
1219         * tools/README
1220         * tools/csv2addressbook.pl
1221                 add a new script that imports a CSV formatted
1222                 address book. Becky and Thunderbird address
1223                 book are currently supported.
1224
1225 2007-11-05 [colin]      3.0.2cvs118
1226
1227         * src/imap.c
1228                 Fix deletion 
1229
1230 2007-11-05 [iwkse]      3.0.2cvs117
1231
1232         * src/prefs_summary_open.c
1233                 String changes
1234
1235 2007-11-04 [paul]       3.0.2cvs116
1236
1237         * src/addressbook_foldersel.c
1238                 fix gtk critical warning
1239                 Patch by Pawel Pekala
1240
1241 2007-11-04 [paul]       3.0.2cvs115
1242
1243         * tools/README
1244         * tools/claws-mail-compose-insert-files.pl
1245                 add --bcc and uri_escape() everything
1246
1247 2007-11-04 [paul]       3.0.2cvs114
1248
1249         * src/gtk/gtkutils.c
1250                 gtkut_stock_with_text_button_set_create(): set
1251                 GTK_CAN_DEFAULT on buttons 2 and 3
1252
1253 2007-11-03 [paul]       3.0.2cvs113
1254
1255         * src/common/utils.c
1256                 fix debian bug #448814, 'mailto: URI decoding
1257                 desn't decode the destination address field'
1258                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
1259
1260 2007-11-03 [paul]       3.0.2cvs112
1261
1262         * AUTHORS
1263         * src/compose.c
1264         * src/gtk/authors.h
1265                 allow Bcc in commandline URIs
1266                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
1267
1268 2007-11-02 [colin]      3.0.2cvs111
1269
1270         * src/addressbook.c
1271                 Maybe fix bug 1376, 'crash on 
1272                 addressbook manipulation'
1273
1274 2007-10-31 [paul]       3.0.2cvs110
1275
1276         * src/ldapupdate.c
1277                 fix bug 1375, 'Impossible to modify e-mail
1278                 in LDAP addressbook twice'
1279                 Patch by Michael Rasmussen
1280
1281 2007-10-30 [paul]       3.0.2cvs109
1282
1283         * configure.ac
1284                 enable GnuTLS support with --enable-gnutls which
1285                 will disable openssl support. if the user has
1286                 gtk >= 2.10.x don't allow gnomeprint even if the
1287                 user asks for it
1288
1289 2007-10-30 [paul]
1290
1291         3.1.0-rc1 released
1292
1293 2007-10-30 [paul]       3.0.2cvs108
1294
1295         * Makefile.am
1296                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
1297
1298 2007-10-30 [paul]       3.0.2cvs107
1299
1300         * src/expldifdlg.c
1301         * src/prefs_account.c
1302         * src/prefs_folder_item.c
1303         * src/prefs_spelling.c
1304         * src/prefs_themes.c
1305         * src/wizard.c
1306         * src/gtk/gtkaspell.c
1307         * src/gtk/gtkaspell.h
1308         * src/plugins/spamassassin/spamassassin_gtk.c
1309                 replace deprecated gtk_option_menu...
1310                 patch by Pawel Pekala
1311
1312 2007-10-29 [colin]      3.0.2cvs106
1313
1314         * src/plugins/dillo_viewer/dillo_prefs.c
1315                 Fix forgotten signal connect
1316
1317 2007-10-28 [colin]      3.0.2cvs105
1318
1319         * src/plugins/dillo_viewer/dillo_prefs.c
1320         * src/plugins/dillo_viewer/dillo_prefs.h
1321         * src/plugins/dillo_viewer/dillo_viewer.c
1322                 Implement addressbook-based whitelisting for loading
1323                 remote images. Fixed missing destroy of the embedded
1324                 browser that made a Dillo window pop up on exit, if
1325                 an HTML part was displayed.
1326
1327 2007-10-26 [colin]      3.0.2cvs104
1328
1329         * src/edittags.c
1330                 Add missing static
1331
1332 2007-10-25 [colin]      3.0.2cvs103
1333
1334         * src/editaddress.c
1335                 Add tap-and-hold on the picture, for Maemo
1336         * src/edittags.c
1337         * src/edittags.h
1338         * src/mainwindow.c
1339         * src/procmsg.c
1340         * src/summaryview.c
1341         * src/textview.c
1342                 Unify tag interfaces.
1343
1344 2007-10-25 [colin]      3.0.2cvs102
1345
1346         * src/imap.c
1347         * src/etpan/imap-thread.h
1348                 Much better error handling. We'll need to be really
1349                 clear to users about where errors come from, with 
1350                 the apparition of Gmail's IMAP server.
1351
1352 2007-10-24 [colin]      3.0.2cvs101
1353
1354         * src/edittags.c
1355         * src/mainwindow.c
1356         * src/summaryview.c
1357         * src/textview.c
1358                 Add tags sorting (alphabetical); allow deletion of
1359                 tags from the Apply Tags window
1360
1361 2007-10-24 [colin]      3.0.2cvs100
1362
1363         * src/editaddress.c
1364         * src/editaddress_other_attributes_ldap.c
1365         * src/editaddress_other_attributes_ldap.h
1366         * src/ldapctrl.c
1367         * src/ldapquery.c
1368         * src/ldapupdate.c
1369                 Fix LDAP writing (got broken in cvs39)
1370                 Add read-only support for jpegPhoto LDAP field
1371
1372 2007-10-23 [colin]      3.0.2cvs99
1373
1374         * src/news.c
1375                 Fix crash in some cases
1376
1377 2007-10-22 [colin]      3.0.2cvs98
1378
1379         * src/common/socket.h
1380         * src/common/ssl.c
1381                 Fix big leak in GnuTLS code
1382
1383 2007-10-22 [colin]      3.0.2cvs97
1384
1385         * src/news.c
1386                 Fix bug 1368, 'SIGSEGV in NNTP code'
1387
1388 2007-10-22 [colin]      3.0.2cvs96
1389
1390         * src/prefs_customheader.c
1391                 Catch compface warnings when generating X-Faces
1392
1393 2007-10-22 [wwp]        3.0.2cvs95
1394
1395         * src/quote_fmt_parse.y
1396                 Remove accidentally committed debug traces.
1397                 Fix a warning.
1398
1399 2007-10-22 [colin]      3.0.2cvs94
1400
1401         * src/etpan/nntp-thread.c
1402                 Fix authentication
1403
1404 2007-10-19 [wwp]        3.0.2cvs93
1405
1406         * src/common/ssl_certificate.c
1407                 Add missing include (Windows).
1408
1409 2007-10-19 [colin]      3.0.2cvs92
1410
1411         * src/imap_gtk.c
1412         * src/mimeview.c
1413         * src/textview.c
1414         * src/gtk/inputdialog.c
1415         * src/gtk/inputdialog.h
1416                 Remove the last old combo; patch by
1417                 Pawel
1418
1419 2007-10-19 [colin]      3.0.2cvs91
1420
1421         * src/common/ssl.c
1422                 Fix interop problem with GnuTLS and some crappy
1423                 servers that have very little keys.
1424
1425 2007-10-19 [colin]      3.0.2cvs90
1426
1427         * src/common/ssl.c
1428                 Fix return value check on GnuTLS, and
1429                 display the error
1430
1431 2007-10-18 [colin]      3.0.2cvs89
1432
1433         * src/common/ssl_certificate.c
1434                 Fix missing initialisations
1435
1436 2007-10-18 [wwp]        3.0.2cvs88
1437
1438         * src/Makefile.am
1439                 Fix linking against GNUTLS (matters if --enable-gnutls only).
1440
1441 2007-10-18 [colin]      3.0.2cvs87
1442
1443         * po/POTFILES.in
1444                 Fix build
1445
1446 2007-10-18 [mones]      3.0.2cvs86
1447
1448         * src/editbook.c
1449         * src/import.c
1450         * src/prefs_account.c
1451         * src/prefs_receive.c
1452         * src/gtk/about.c
1453         * src/plugins/bogofilter/bogofilter_gtk.c
1454         * src/plugins/spamassassin/spamassassin_gtk.c
1455                 More capitalisation micro-fixes
1456
1457 2007-10-18 [paul]       3.0.2cvs85
1458
1459         * configure.ac
1460                 add info about NNTP support via libetpan
1461                 change the configure output ending msg a little
1462         * src/gtk/about.c
1463                 similar changes to above
1464
1465 2007-10-18 [colin]      3.0.2cvs84
1466
1467         * src/procmime.c
1468         * src/procmime.h
1469                 Fix missing symbol for S/MIME
1470
1471 2007-10-18 [colin]      3.0.2cvs83
1472
1473         * src/prefs_filtering_action.c
1474                 Fix crash in tags (introduced in cvs78)
1475
1476 2007-10-18 [colin]      3.0.2cvs82
1477
1478         * src/common/Makefile.am
1479         * src/common/nntp.c
1480         * src/common/nntp.h
1481         * src/etpan/Makefile.am
1482         * src/etpan/etpan-thread-manager-types.h
1483         * src/etpan/etpan-thread-manager.c
1484         * src/etpan/imap-thread.c
1485         * src/etpan/nntp-thread.c
1486         * src/etpan/nntp-thread.h
1487         * src/news.c
1488         * src/news.h
1489                 Rewrite the nntp implementation
1490                 to use libetpan. Non-blocking NNTP!
1491         * src/account.c
1492         * src/crash.c
1493         * src/imap.c
1494         * src/inc.c
1495         * src/main.c
1496         * src/mainwindow.c
1497         * src/pop.c
1498         * src/pop.h
1499         * src/prefs_account.c
1500         * src/recv.c
1501         * src/recv.h
1502         * src/send_message.c
1503         * src/send_message.h
1504         * src/ssl_manager.c
1505         * src/ssl_manager.h
1506         * src/wizard.c
1507         * src/common/claws.c
1508         * src/common/session.c
1509         * src/common/session.h
1510         * src/common/smtp.c
1511         * src/common/smtp.h
1512         * src/common/socket.c
1513         * src/common/socket.h
1514         * src/common/ssl.c
1515         * src/common/ssl.h
1516         * src/common/ssl_certificate.c
1517         * src/common/ssl_certificate.h
1518         * src/gtk/about.c
1519         * src/gtk/sslcertwindow.c
1520         * src/gtk/sslcertwindow.h
1521                 Implement GnuTLS support. GnuTLS support
1522                 will be used if OpenSSL isn't available, or
1523                 specified explicitely. (the reason is that
1524                 GnuTLS cerficate checking is a bit less 
1525                 practical than OpenSSL's)
1526
1527 2007-10-18 [paul]       3.0.2cvs81
1528
1529         * src/gtk/inputdialog.c
1530         * src/gtk/inputdialog.h
1531                 fix copyright header
1532
1533 2007-10-17 [colin]      3.0.2cvs80
1534
1535         * src/plugins/pgpcore/select-keys.c
1536                 Fix bug which prevented encryption key
1537                 auto-selection when two or more matched the
1538                 email address, but only one isn't revoked
1539                 or expired.
1540
1541 2007-10-17 [wwp]        3.0.2cvs79
1542
1543         * src/compose.c
1544         * src/quote_fmt.c
1545         * src/quote_fmt.h
1546         * src/quote_fmt_lex.l
1547         * src/quote_fmt_parse.y
1548                 Templates can now attach files using |attach{filename}.
1549
1550 2007-10-17 [wwp]        3.0.2cvs78
1551
1552         * src/prefs_customheader.c
1553         * src/prefs_ext_prog.c
1554         * src/prefs_filtering_action.c
1555         * src/prefs_matcher.c
1556         * src/prefs_other.c
1557         * src/prefs_toolbar.c
1558         * src/gtk/combobox.c
1559         * src/gtk/combobox.h
1560         * src/gtk/gtkutils.c
1561         * src/gtk/gtkutils.h
1562         * src/plugins/bogofilter/bogofilter_gtk.c
1563         * src/plugins/spamassassin/spamassassin_gtk.c
1564                 Removed almost all remaining instances of GtkCombo
1565                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
1566                 few visual and code cleanup from Colin.
1567
1568 2007-10-16 [wwp]        3.0.2cvs77
1569         * src/gtk/pluginwindow.c
1570                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
1571
1572 2007-10-15 [colin]      3.0.2cvs76
1573
1574         * src/edittags.c
1575         * src/edittags.h
1576         * src/filtering.c
1577         * src/filtering.h
1578         * src/importmutt.c
1579         * src/importpine.c
1580         * src/main.c
1581         * src/messageview.c
1582         * src/messageview.h
1583         * src/mimeview.c
1584         * src/mimeview.h
1585         * src/pop.c
1586         * src/pop.h
1587         * src/prefs_common.c
1588         * src/prefs_common.h
1589         * src/prefs_customheader.c
1590         * src/prefs_customheader.h
1591         * src/prefs_display_header.c
1592         * src/prefs_display_header.h
1593         * src/prefs_filtering_action.c
1594         * src/prefs_filtering_action.h
1595         * src/prefs_folder_column.c
1596         * src/prefs_folder_column.h
1597         * src/prefs_folder_item.c
1598         * src/prefs_folder_item.h
1599         * src/prefs_gtk.c
1600         * src/prefs_gtk.h
1601         * src/prefs_logging.h
1602         * src/prefs_matcher.c
1603         * src/prefs_matcher.h
1604         * src/prefs_summary_column.c
1605         * src/prefs_summary_column.h
1606         * src/prefs_summary_open.c
1607         * src/procheader.c
1608         * src/procheader.h
1609         * src/procmime.c
1610         * src/procmime.h
1611         * src/recv.c
1612         * src/recv.h
1613         * src/sourcewindow.c
1614         * src/sourcewindow.h
1615         * src/summaryview.c
1616         * src/summaryview.h
1617         * src/textview.c
1618         * src/textview.h
1619         * src/toolbar.c
1620         * src/toolbar.h
1621         * src/common/mgutils.c
1622         * src/common/mgutils.h
1623         * src/common/nntp.c
1624         * src/common/nntp.h
1625         * src/common/prefs.c
1626         * src/common/prefs.h
1627         * src/common/socket.c
1628         * src/common/socket.h
1629         * src/common/stringtable.c
1630         * src/common/stringtable.h
1631         * src/common/template.c
1632         * src/common/template.h
1633         * src/common/uuencode.c
1634         * src/common/uuencode.h
1635         * src/gtk/gtkshruler.c
1636         * src/gtk/gtkshruler.h
1637         * src/gtk/menu.c
1638         * src/gtk/menu.h
1639         * src/gtk/progressdialog.c
1640         * src/gtk/progressdialog.h
1641                 Remove/staticalize, the return of the revenge
1642
1643 2007-10-15 [colin]      3.0.2cvs75
1644
1645         * src/matcher.c
1646                 Fix redirections in filtering's tests
1647
1648 2007-10-15 [colin]      3.0.2cvs74
1649
1650         * src/imap.c
1651                 Don't build imap_synchronise at all when 
1652                 building without libetpan
1653
1654 2007-10-14 [colin]      3.0.2cvs73
1655
1656         * src/imap.c
1657         * src/common/md5.c
1658         * src/common/md5.h
1659         * src/gtk/manage_window.c
1660         * src/gtk/manage_window.h
1661                 Remove more unused code
1662
1663 2007-10-14 [colin]      3.0.2cvs72
1664
1665         * src/addrquery.c
1666         * src/addrquery.h
1667         * src/recv.c
1668         * src/recv.h
1669         * src/vcard.c
1670         * src/vcard.h
1671         * src/common/xml.c
1672         * src/common/xml.h
1673         * src/common/xmlprops.c
1674         * src/common/xmlprops.h
1675                 Remove more unused code
1676
1677 2007-10-14 [colin]      3.0.2cvs71
1678
1679         * src/common/utils.c
1680                 Remove unused function
1681
1682 2007-10-13 [colin]      3.0.2cvs70
1683
1684         * src/imap.c
1685         * src/imap.h
1686         * src/mainwindow.c
1687         * src/mainwindow.h
1688         * src/gtk/gtkutils.c
1689         * src/gtk/gtkutils.h
1690                 Staticalise/Remove more code
1691
1692 2007-10-13 [colin]      3.0.2cvs69
1693
1694         * src/common/utils.c
1695         * src/common/utils.h
1696                 Remove dead code, unused for ages
1697
1698 2007-10-13 [colin]      3.0.2cvs68
1699
1700         * src/main.c
1701         * src/main.h
1702                 Maemo: define hildon_program in main.c,
1703                 make it accessible in the .h with extern
1704
1705 2007-10-13 [paul]       3.0.2cvs67
1706
1707         * src/gtk/menu.c
1708                 fix a bunch of runtime warnings on maemo
1709
1710 2007-10-13 [paul]       3.0.2cvs66
1711
1712         * src/main.c
1713         * src/main.h
1714         * src/gtk/gtkutils.c
1715         * src/gtk/gtkutils.h
1716                 fix a bunch of compiler warnings on maemo
1717
1718 2007-10-12 [colin]      3.0.2cvs65
1719
1720         * src/account.c
1721         * src/addritem.c
1722         * src/addritem.h
1723         * src/filtering.c
1724         * src/filtering.h
1725         * src/folder.c
1726         * src/folder.h
1727         * src/common/utils.c
1728         * src/common/utils.h
1729                 Remove unused code, staticalise some functions
1730
1731 2007-10-12 [paul]       3.0.2cvs64
1732
1733         * src/account.c
1734         * src/folderview.c
1735         * src/main.c
1736         * src/mainwindow.c
1737         * src/messageview.c
1738         * src/summary_search.c
1739         * src/summaryview.c
1740         * src/toolbar.c
1741         * src/wizard.c
1742         * src/common/utils.c
1743         * src/gtk/prefswindow.c
1744                 fix a bunch of compiler warnings on maemo
1745
1746 2007-10-11 [colin]      3.0.2cvs63
1747
1748         * src/editaddress.c
1749                 Make static function static
1750
1751 2007-10-11 [mones]      3.0.2cvs62
1752
1753         * src/addrduplicates.c
1754         * src/addressbook.c
1755         * src/compose.c
1756         * src/expldifdlg.c
1757         * src/mainwindow.c
1758         * src/messageview.c
1759         * src/pop.c
1760         * src/prefs_customheader.c
1761         * src/prefs_send.c
1762         * src/prefs_themes.c
1763         * src/common/plugin.c
1764         * src/gtk/pluginwindow.c
1765         * src/gtk/quicksearch.c
1766                 Fix several typos and capitalisation issues
1767
1768 2007-10-11 [wwp]        3.0.2cvs61
1769
1770         * src/editaddress.c
1771                 Fix a warning about possible use of uninitialized
1772                 filename var.
1773
1774 2007-10-11 [wwp]        3.0.2cvs60
1775
1776         * src/editaddress.c
1777                 Disable "Unset picture" menu item when there's
1778                 no picture to clear. Fix an extraneous g_unref_object,
1779                 add missing initializers.
1780
1781 2007-10-11 [wwp]        3.0.2cvs59
1782
1783         * src/pixmaps/anonymous.xpm
1784         * src/editaddress.c
1785         * src/Makefile.am
1786         * src/stock_pixmap.c
1787         * src/stock_pixmap.h
1788                 Fix a leak, gettext-ize the photo label.
1789                 Don't clear the existing picture if loading
1790                 a new one fails. Use a default 'anonymous'
1791                 picture (this new xpm has been added to the
1792                 internal stock_pixmap API). Add a
1793                 "Set picture" context menu entry.
1794
1795 2007-10-11 [colin]      3.0.2cvs58
1796
1797         * src/messageview.c
1798                 Make shift-shortcuts work
1799         * src/prefs_actions.c
1800                 Don't ask if we really want to close when
1801                 choosing OK and only the list is changed
1802         * src/prefs_template.c
1803                 Don't ask if we really want to close when
1804                 choosing OK and only the list is changed
1805         * src/common/plugin.c
1806                 Fix writing of second [Plugins_*] block
1807         * src/common/template.c
1808                 Remove unused files (fixes deletion)
1809
1810 2007-10-10 [paul]       3.0.2cvs57
1811
1812         * src/prefs_template.c
1813                 put the whole thing in a scrolled window
1814                 so that half the page is no longer inaccessible
1815                 on maemo
1816                 make the gtk_text_view smaller on maemo
1817
1818 2007-10-10 [colin]      3.0.2cvs56
1819
1820         * src/compose.c
1821                 Fix updating of Attachments number in some
1822                 cases (reedit, attach from command-line, ...)
1823
1824 2007-10-10 [colin]      3.0.2cvs55
1825
1826         * src/editaddress.c
1827                 Initialise error correctly
1828
1829 2007-10-10 [paul]       3.0.2cvs54
1830
1831         * src/prefs_filtering_action.c
1832         * src/gtk/description_window.c
1833         * src/gtk/foldersort.c
1834         * src/gtk/quicksearch.c
1835                 get rid of some pointless new lines and
1836                 make the descripton labels wrap better
1837
1838 2007-10-10 [colin]      3.0.2cvs53
1839
1840         * src/addressadd.c
1841         * src/editaddress.c
1842         * src/headerview.c
1843         * src/textview.c
1844                 More error handling on saving pictures
1845
1846 2007-10-10 [colin]      3.0.2cvs52
1847
1848         * src/printing.c
1849         * src/printing.h
1850                 Generalize a bit printing, so we can factorize
1851                 most of the code. 
1852
1853 2007-10-10 [paul]       3.0.2cvs51
1854
1855         * src/addrduplicates.c
1856                 fix engrish
1857                 use GTK_STOCK... buttons
1858
1859 2007-10-10 [paul]       3.0.2cvs50
1860
1861         * src/addressadd.c
1862         * src/addrindex.c
1863         * src/editaddress.c
1864                 Fix previous patch
1865                 Thanks to Colin
1866
1867 2007-10-10 [paul]       3.0.2cvs49
1868
1869         * src/summaryview.c
1870         * src/messageview.c
1871                 Fix crash on Add sender to addressbook when
1872                 From is null
1873         * src/addressadd.c
1874         * src/addrindex.c
1875         * src/editaddress.c
1876         * src/editaddress_other_attributes_ldap.h
1877                 Fix leaks 
1878                 Rename images to .png in addrbook/
1879         * src/headerview.c
1880         * src/textview.c
1881                 Fix Face/X-Face being used if adding another
1882                 address than sender to addressbook
1883                 Thanks to Colin
1884
1885 2007-10-10 [holger]     3.0.2cvs48
1886
1887         * src/addrduplicates.c
1888         * src/editaddress.c
1889                 Improvements to the addressbook duplicate finder
1890                 feature:
1891                  - add an edit button to the button bar
1892                  - display the whole bookname (with iface) and
1893                    use this for same-book checking
1894                  - after editing, try to keep selections if the
1895                    entries are still present
1896                  - sort the email column alphabetically
1897                  - put results in a scrolled window
1898                  - support embedded editing
1899                  - make columns in detail view resizable
1900                  - add keyboard shortcuts
1901
1902 2007-10-10 [wwp]        3.0.2cvs47
1903
1904         * src/addrindex.c
1905                 Fix a crash when there's no From: in email, thanks to Colin.
1906
1907 2007-10-09 [paul]       3.0.2cvs46
1908
1909         * src/messageview.c
1910         * src/summaryview.c
1911         * src/textview.c
1912                 fix building without compface support
1913
1914 2007-10-09 [colin]      3.0.2cvs45
1915
1916         * src/editaddress.c
1917         * src/headerview.c
1918         * src/textview.c
1919                 Add error handling
1920
1921 2007-10-09 [colin]      3.0.2cvs44
1922
1923         * src/addrduplicates.c
1924         * src/addressadd.c
1925         * src/addressadd.h
1926         * src/addressbook.c
1927         * src/addressbook.h
1928         * src/addrindex.c
1929         * src/addrindex.h
1930         * src/addritem.c
1931         * src/addritem.h
1932         * src/compose.c
1933         * src/editaddress.c
1934         * src/editaddress_other_attributes_ldap.h
1935         * src/headerview.c
1936         * src/messageview.c
1937         * src/mimeview.c
1938         * src/summaryview.c
1939         * src/textview.c
1940         * src/gtk/gtkutils.c
1941                 Automatically set contacts' pictures from Face 
1942                 or X-Face if they have no picture
1943                 Display the contact picture in textview or
1944                 headerview for mails sent by people in the 
1945                 addressbook, that have no Face or X-Face
1946                 Fix a few details in the Person edition dialog
1947                 (ability to unset picture)
1948                 Remove picture file when deleting contacts
1949
1950 2007-10-09 [iwkse]      3.0.2cvs43
1951
1952         * src/gtk/about.c
1953                 center the about window
1954
1955 2007-10-09 [paul]       3.0.2cvs42
1956
1957         * src/prefs_toolbar.c
1958                 fix icon selector window on maemo
1959
1960 2007-10-09 [paul]       3.0.2cvs41
1961
1962         * src/messageview.c
1963                 add 'go to' menu to separate msgview
1964
1965 2007-10-09 [colin]      3.0.2cvs40
1966
1967         * src/common/defs.h
1968                 Add forgotten file
1969
1970 2007-10-09 [iwkse]      3.0.2cvs39
1971
1972         * Makefile.am
1973         * src/addressbook.c
1974         * src/addritem.c
1975         * src/addritem.h
1976         * src/editaddress.c
1977         * src/editaddress_other_attributes_ldap.h
1978         * src/addrbook.c
1979         * src/Makefile.am
1980                 set a photo in the Addressbook
1981
1982 2007-10-08 [colin]      3.0.2cvs38
1983
1984         * src/prefs_toolbar.c
1985                 Make height 320 to remove the scrollbar 
1986                 (with current number of icons)
1987
1988 2007-10-08 [colin]      3.0.2cvs37
1989
1990         * src/prefs_toolbar.c
1991                 Transform the treeview to a GtkIconView.
1992                 Patch by Pawel
1993                 In addition, transform the window so that 
1994                 it looks like a popup menu. Patch by me
1995
1996 2007-10-08 [colin]      3.0.2cvs36
1997
1998         * src/compose.c
1999         * src/compose.h
2000                 Beautify the GUI a bit; in particular, show the
2001                 number of attachments in the tab's title.
2002                 Patch by Pawel
2003
2004 2007-10-08 [paul]       3.0.2cvs35
2005
2006         * src/mimeview.c
2007                 Save users from themselves: save temporary
2008                 files used for Open/Open with as read-only.
2009                 Thanks to Colin
2010
2011 2007-10-08 [paul]       3.0.2cvs34
2012
2013         * tools/Makefile.am
2014                 forgot this in cvs33
2015
2016 2007-10-08 [paul]       3.0.2cvs33
2017
2018         * tools/kdeservicemenu/README
2019         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
2020         * tools/kdeservicemenu/install.sh
2021         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2022                 renamed template* to *template so as not to confuse
2023                 lintian
2024
2025 2007-10-08 [paul]       3.0.2cvs32
2026
2027         * src/prefs_themes.c
2028         * src/stock_pixmap.c
2029                 replace 2 direct uses of RC_DIR
2030
2031 2007-10-07 [colin]      3.0.2cvs31
2032
2033         * src/addrduplicates.c
2034         * src/addrduplicates.h
2035         * src/addressbook.c
2036         * src/addressbook.h
2037         * src/addrindex.c
2038         * src/addrindex.h
2039                 Implement deletion in duplicate finder. 
2040                 Patch by Holger 
2041
2042 2007-10-07 [colin]      3.0.2cvs30
2043
2044         * src/exporthtml.c
2045         * src/mbox.c
2046         * src/common/utils.c
2047                 Better fix for Solaris, thanks to Nicolas Doualot
2048
2049 2007-10-07 [colin]      3.0.2cvs29
2050
2051         * AUTHORS
2052         * src/gtk/authors.h
2053                 Add Frank Dietrich
2054
2055 2007-10-07 [colin]      3.0.2cvs28
2056
2057         * src/exporthtml.c
2058                 Fix HTML export to make it more compliant
2059                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
2060
2061 2007-10-07 [colin]      3.0.2cvs27
2062
2063         * src/prefs_toolbar.c
2064                 Only use icons that wouldn't look stupid in the toolbar
2065                 Patch by Pawel
2066
2067 2007-10-07 [colin]      3.0.2cvs26
2068
2069         * src/prefs_toolbar.c
2070                 Fix old icon being used when none is selected
2071
2072 2007-10-07 [colin]      3.0.2cvs25
2073
2074         * src/toolbar.c
2075                 Fix copy/paste error
2076
2077 2007-10-07 [colin]      3.0.2cvs24
2078
2079         * src/prefs_toolbar.c
2080         * src/toolbar.c
2081         * src/toolbar.h
2082                 Update icon to default one when changing event
2083                 Make the icon chooser nicer (handle Esc, Enter,
2084                 double-click)
2085
2086 2007-10-06 [colin]      3.0.2cvs23
2087
2088         * src/prefs_toolbar.c
2089                 Fix text reset; patch by Pawel
2090
2091 2007-10-06 [colin]      3.0.2cvs22
2092
2093         * src/toolbar.h
2094                 Complete previous commit
2095
2096 2007-10-06 [colin]      3.0.2cvs21
2097
2098         * src/prefs_toolbar.c
2099         * src/toolbar.c
2100                 Set toolbar text automatically to the default
2101                 when changing Event executed on click
2102
2103 2007-10-06 [colin]      3.0.2cvs20
2104
2105         * src/prefs_toolbar.c
2106                 Invert Text and Event fields
2107
2108 2007-10-06 [colin]      3.0.2cvs19
2109
2110         * src/prefs_toolbar.c
2111         * src/toolbar.c
2112                 Make toolbar prefs look much better
2113                 Patch by Pawel Pekala
2114
2115 2007-10-06 [paul]       3.0.2cvs18
2116
2117         * src/account.c
2118         * src/prefs_filtering.c
2119                 fix checkbuttons in gtktreeview on maemo by
2120                 setting maemo's "allow-checkbox-mode" to FALSE
2121
2122 2007-10-06 [colin]      3.0.2cvs17
2123
2124         * configure.ac
2125                 Export -DSOLARIS in CFLAGS for all
2126                 Solaris (not just 2.8) and OpenSolaris
2127
2128 2007-10-06 [paul]       3.0.2cvs16
2129
2130         * AUTHORS
2131         * src/exporthtml.c
2132         * src/mbox.c
2133         * src/gtk/authors.h
2134                 fix build on solaris where ctime_r takes
2135                 3 arguments rather than 2.
2136                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
2137
2138 2007-10-05 [colin]      3.0.2cvs15
2139
2140         * src/etpan/imap-thread.c
2141                 Fix wrong error codepath
2142
2143 2007-10-05 [wwp]        3.0.2cvs14
2144
2145         * src/filtering.c
2146                 Fix unexpected logging of quicksearches:
2147                 debug_filtering_session flag was never reset to FALSE, causing
2148                 matcher functions to log when called from a quicksearch
2149                 (if a filtering session happened before).
2150
2151 2007-10-05 [paul]       3.0.2cvs13
2152
2153         * src/prefs_actions.c
2154         * src/prefs_filtering.c
2155         * src/prefs_template.c
2156                 fix bug 1343, 'Filtering..'s close button
2157                 silently discards new filter'
2158                 Thanks to Colin
2159
2160 2007-10-05 [paul]       3.0.2cvs12
2161
2162         * configure.ac
2163         * src/Makefile.am
2164                 fix bug 1347, '-Wno-unused-function, optional'
2165
2166 2007-10-05 [colin]      3.0.2cvs11
2167
2168         * src/procmime.c
2169         * src/common/mgutils.c
2170                 Fix warnings
2171
2172 2007-10-05 [mones]      3.0.2cvs10
2173
2174         * manual/advanced.xml
2175                 Use full menu name
2176         * manual/es/advanced.xml
2177                 Synchronise translation
2178
2179 2007-10-04 [colin]      3.0.2cvs9
2180
2181         * src/action.c
2182         * src/addrbook.c
2183         * src/addrindex.c
2184         * src/compose.c
2185         * src/exporthtml.c
2186         * src/exportldif.c
2187         * src/folder.c
2188         * src/main.c
2189         * src/matcher.c
2190         * src/mbox.c
2191         * src/messageview.c
2192         * src/mh.c
2193         * src/news.c
2194         * src/partial_download.c
2195         * src/pop.c
2196         * src/procmime.c
2197         * src/procmsg.c
2198         * src/toolbar.c
2199         * src/common/log.c
2200         * src/common/mgutils.c
2201         * src/common/plugin.c
2202         * src/common/utils.c
2203         * src/common/xml.c
2204         * src/common/xml.h
2205         * src/common/xmlprops.c
2206         * src/common/xmlprops.h
2207         * src/plugins/bogofilter/bogofilter.c
2208         * src/plugins/clamav/clamav_plugin.c
2209         * src/plugins/dillo_viewer/dillo_prefs.c
2210         * src/plugins/pgpcore/prefs_gpg.c
2211         * src/plugins/pgpinline/pgpinline.c
2212         * src/plugins/pgpmime/pgpmime.c
2213         * src/plugins/spamassassin/spamassassin.c
2214         * src/plugins/trayicon/trayicon_prefs.c
2215                 Verify success on writes. Will fix possible strange
2216                 failure on disk full.
2217
2218 2007-10-04 [paul]       3.0.2cvs8
2219
2220         * manual/advanced.xml
2221                 add further info about Actions
2222                 Patch by Emmanuel Briot <briot@adacore.com>
2223
2224 2007-10-04 [paul]       3.0.2cvs7
2225
2226         * src/account.c
2227                 remove the D column, instead indicate the
2228                 default account by use of bold text
2229
2230 2007-10-03 [colin]      3.0.2cvs6
2231
2232         * src/common/template.c
2233                 Fix templates writing (was prone to disk full problems)
2234
2235 2007-10-03 [colin]      3.0.2cvs5
2236
2237         * src/Makefile.am
2238         * src/addrduplicates.c
2239         * src/addrduplicates.h
2240         * src/addressbook.c
2241                 Add duplicate deletion. Patch by Holger
2242
2243 2007-10-03 [colin]      3.0.2cvs4
2244
2245         * src/matcher.c
2246         * src/gtk/quicksearch.c
2247                 Fix bug 1340, 'Case insensitive searches with 
2248                 non-ascii alphabets fail'.
2249
2250 2007-10-03 [colin]      3.0.2cvs3
2251
2252         * src/main.c
2253         * src/common/utils.c
2254         * src/common/utils.h
2255                 Implement run-time alternative config directories
2256
2257 2007-10-03 [colin]      3.0.2cvs2
2258
2259         * src/folderview.c
2260                 Prevent opening folder item while folder
2261                 is scanned in a better way
2262
2263 2007-10-02 [paul]       3.0.2cvs1
2264
2265         * NEWS
2266         * README
2267         * RELEASE_NOTES
2268         * configure.ac
2269                 bump up version number following stable release
2270
2271 2007-09-30 [colin]      3.0.1cvs49
2272
2273         * src/imap.c
2274                 Refresh session if needed
2275
2276 2007-09-30 [colin]      3.0.1cvs48
2277
2278         * src/imap.c
2279                 Reset folder's session to NULL
2280                 before destroying it
2281
2282 2007-09-30 [mones]      3.0.1cvs47
2283
2284         * manual/handling.xml
2285                 Use markup quotes instead hardcoded quotes
2286         * manual/es/handling.xml
2287                 Added new synced section (IMAP subscriptions)
2288
2289 2007-09-29 [colin]      3.0.1cvs46
2290
2291         * src/imap.c
2292                 Notice disconnections faster
2293
2294 2007-09-28 [colin]      3.0.1cvs45
2295
2296         * src/addressbook.c
2297         * src/addrindex.c
2298                 Fix warnings
2299
2300 2007-09-28 [paul]       3.0.1cvs44
2301
2302         * src/mimeview.c
2303                 fix maemo build
2304
2305 2007-09-28 [paul]       3.0.1cvs43
2306
2307         * src/account.c
2308                 use gtk_widget_set_size_request() on the label
2309                 so that wrapping works better. get rid of the
2310                 (partially deprecated) hbutton_box.
2311                 these changes should prevent buttons overlapping
2312                 on maemo
2313
2314 2007-09-28 [colin]      3.0.1cvs42
2315
2316         * src/pop.c
2317                 Fix typo :)
2318
2319 2007-09-28 [colin]      3.0.1cvs41
2320
2321         * src/compose.c
2322         * src/msgcache.c
2323         * src/pop.c
2324         * src/procmime.c
2325         * src/etpan/imap-thread.c
2326                 64bits-related warning fixes
2327
2328 2007-09-28 [colin]      3.0.1cvs40
2329
2330         * src/folder_item_prefs.c
2331         * src/ldaputil.c
2332         * src/mainwindow.c
2333         * src/mimeview.c
2334         * src/common/tags.c
2335                 Fix warnings
2336
2337 2007-09-28 [colin]      3.0.1cvs39
2338
2339         * src/plugins/spamassassin/spamassassin.c
2340         * src/plugins/spamassassin/spamassassin.h
2341         * src/plugins/spamassassin/spamassassin_gtk.c
2342                 Add addressbook-based whitelisting
2343
2344 2007-09-28 [colin]      3.0.1cvs38
2345
2346         * src/folder.c
2347                 Fix bug 1337, 'crash on pressing Send button'
2348
2349 2007-09-28 [paul]       3.0.1cvs37
2350
2351         * src/prefs_folder_item.c
2352                 give the orphans a parent. makes all prefs
2353                 pages visible on maemo
2354
2355 2007-09-28 [colin]      3.0.1cvs36
2356
2357         * src/prefs_folder_column.c
2358         * src/prefs_summary_column.c
2359                 Fix two leaks
2360
2361 2007-09-27 [colin]      3.0.1cvs35
2362
2363         * src/gtk/quicksearch.c
2364                 Fix bug 1336, 'Segfault if empty space before search-string'
2365
2366 2007-09-26 [mones]      3.0.1cvs34
2367
2368         * manual/account.xml
2369         * manual/plugins.xml
2370                 Fixed irc channel name, added some docbook markup.
2371                 Changed text markup to docbook markup. 
2372                 Added spamcop as supported in SpamReport description.
2373         * manual/fr/plugins.xml
2374                 Fixed irc channel name.
2375         * manual/es/account.xml
2376         * manual/es/advanced.xml
2377         * manual/es/claws-mail-manual.xml
2378         * manual/es/glossary.xml
2379         * manual/es/gpl.xml
2380         * manual/es/keyboard.xml
2381         * manual/es/plugins.xml
2382                 Synced with English version, fixed a couple of typos.
2383
2384 2007-09-26 [colin]      3.0.1cvs33
2385
2386         * configure.ac
2387                 Explain why "Libgnomeprint: no" on GTK+ 2.10
2388
2389 2007-09-26 [colin]      3.0.1cvs32
2390
2391         * src/messageview.c
2392         * src/procmsg.c
2393         * src/procmsg.h
2394                 Optimisation: avoid fetching mail 3 times locally
2395                 for displaying
2396
2397 2007-09-26 [colin]      3.0.1cvs31
2398
2399         * src/mh.c
2400                 Fix missing static
2401
2402 2007-09-26 [colin]      3.0.1cvs30
2403
2404         * src/folder.c
2405         * src/folder.h
2406         * src/mh.c
2407         * src/mh.h
2408                 Fix MH mtime hack - make it a folder class function
2409
2410 2007-09-26 [colin]      3.0.1cvs29
2411
2412         * src/inc.c
2413                 Fix bug 1334, 'user defined mail incorporation 
2414                 script not run'
2415
2416 2007-09-25 [colin]      3.0.1cvs28
2417
2418         * src/codeconv.c
2419                 Optimisation: shortcut conv_codeset_strdup
2420                 when src_code and dest_code are the same
2421         * src/common/xml.c
2422         * src/common/xml.h
2423                 Optimisation: shortcut code conversions when
2424                 files are in UTF-8; faster list walking by
2425                 using prepend/reverse.
2426
2427 2007-09-25 [holger]     3.0.1cvs27
2428
2429         * src/printing.c
2430                 Replace button bar of the preview window
2431                 with a real toolbar (patch by Colin)
2432                 Add zooming to the preview window
2433
2434 2007-09-24 [paul]       3.0.1cvs26
2435
2436         * src/compose.c
2437                 compact the character set menu, adding some
2438                 missing encodings. Patch by Pawel Pekala
2439
2440 2007-09-23 [paul]       3.0.1cvs25
2441
2442         * src/prefs_account.c
2443         * src/prefs_folder_item.c
2444         * src/prefs_quote.c
2445         * src/quote_fmt.c
2446         * src/quote_fmt.h
2447                 remove unnecessary frame from Templates options
2448                 and improve the English of the check button label
2449
2450 2007-09-22 [colin]      3.0.1cvs24
2451
2452         * src/gtk/quicksearch.c
2453                 Fix bug 1329, 'error in quicksearch.c'
2454                 Fix return with value in function returning void
2455
2456 2007-09-22 [colin]      3.0.1cvs23
2457
2458         * src/imap.c
2459         * src/procmsg.h
2460         * src/common/utils.c
2461         * src/common/utils.h
2462         * src/etpan/imap-thread.c
2463                 Optimise fetching IMAP cached emails *a lot*
2464                 (remember whether mail is fully cached and \r's
2465                  are already stripped)
2466
2467 2007-09-22 [colin]      3.0.1cvs22
2468
2469         * src/folder.c
2470         * src/folder.h
2471         * src/prefs_folder_item.c
2472                 Add a button to allow users to drop local caches.
2473
2474 2007-09-21 [colin]      3.0.1cvs21
2475
2476         * src/summaryview.c
2477                 Remove unnecessary error when cancelling export to mbox.
2478                 Patch by Pawel
2479
2480 2007-09-21 [paul]       3.0.1cvs20
2481
2482         * src/gtk/prefswindow.c
2483                 remove unnecessary frames from the prefs
2484                 pages. Patch by Pawel Pekala
2485
2486 2007-09-21 [paul]       3.0.1cvs19
2487
2488         * src/prefs_account.c
2489         * src/prefs_folder_item.c
2490         * src/prefs_quote.c
2491         * src/quote_fmt.c
2492                 put the Templates options into a tabbed
2493                 layout. Patch by Pawel Pekala
2494
2495 2007-09-21 [paul]       3.0.1cvs18
2496
2497         * src/mainwindow.c
2498                 group together the character set menu items
2499                 move the /View/Show or hide/Message view below
2500                 .../Toolbar menu item
2501                 Patch by Pawel Pekala
2502
2503 2007-09-21 [mones]      3.0.1cvs17
2504
2505         * src/compose.c
2506                 Fix for bug 1327, 'segfault when replying to a non-existent
2507                 news message', thanks to Colin.
2508
2509 2007-09-21 [colin]      3.0.1cvs16
2510
2511         * src/folderview.c
2512                 Complete 3.0.1cvs15
2513
2514 2007-09-20 [colin]      3.0.1cvs15
2515
2516         * src/folderview.c
2517         * src/folderview.h
2518                 Maybe fix bug 1324, 'Corrupted IMAP cache'
2519
2520 2007-09-20 [colin]      3.0.1cvs14
2521
2522         * src/printing.c
2523                 Fix a little leak
2524
2525 2007-09-20 [holger]     3.0.1cvs13
2526
2527         * src/printing.c
2528                 Add page layout to print preview.
2529                 Make the close-button in the toolbar
2530                 right-aligned.
2531
2532 2007-09-20 [paul]       3.0.1cvs12
2533
2534         * po/ru.po
2535                 updated by Pavlo Bohmat
2536
2537 2007-09-19 [colin]      3.0.1cvs11
2538
2539         * src/common/utils.c
2540                 Prevent unquoted mime boundaries, by always
2541                 using a /
2542
2543 2007-09-19 [colin]      3.0.1cvs10
2544
2545         * src/printing.c
2546                 Fix drawing area size, fix DPI change that
2547                 can cause total number of lines to decrease
2548
2549 2007-09-19 [colin]      3.0.1cvs9
2550
2551         * po/POTFILES.in
2552         * src/printing.c
2553                 Make print preview more efficient and nicer.
2554                 Patch mostly by Holger Berndt <hb@claws-mail.org>
2555
2556 2007-09-19 [colin]      3.0.1cvs8
2557
2558         * src/prefs_common.c
2559         * src/prefs_common.h
2560         * src/printing.c
2561                 Add scrolledwindow, default allocation and
2562                 size saving to the print preview window.
2563
2564 2007-09-18 [colin]      3.0.1cvs7
2565
2566         * src/prefs_common.c
2567         * src/prefs_common.h
2568         * src/prefs_image_viewer.c
2569         * src/printing.c
2570                 GtkPrintOperation:
2571                 - add image printing support
2572                 - add option to print images
2573                 - add preview widget
2574                 - add saving of a few Page Setup parameters
2575
2576 2007-09-18 [colin]      3.0.1cvs6
2577
2578         * AUTHORS
2579         * src/gtk/authors.h
2580                 Add Guillaume Chazarain
2581
2582 2007-09-18 [colin]      3.0.1cvs5
2583
2584         * src/common/utils.c
2585                 Fix bug 1321, 'access before allocation 
2586                 when scanning for uris'. Patch by 
2587                 Guillaume Chazarain <guichaz@yahoo.fr>
2588
2589 2007-09-18 [colin]      3.0.1cvs4
2590
2591         * src/toolbar.c
2592                 Fix bug 1320, 'Memory leak caused by 
2593                 gtk_container_get_children'. Patch by
2594                 Guillaume Chazarain <guichaz@yahoo.fr>
2595
2596 2007-09-18 [colin]      3.0.1cvs3
2597
2598         * src/printing.c
2599         * src/printing.h
2600                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
2601
2602 2007-09-18 [colin]      3.0.1cvs2
2603
2604         * src/Makefile.am
2605         * src/mainwindow.c
2606         * src/messageview.c
2607         * src/messageview.h
2608         * src/prefs_ext_prog.c
2609         * src/prefs_fonts.c
2610         * src/printing.c
2611         * src/printing.h
2612         * src/summaryview.c
2613                 Use GtkPrintOperation by default on GTK+ >= 2.10
2614                 Patch by Holger Berndt <hb@claws-mail.org>
2615
2616 2007-09-18 [paul]       3.0.1cvs1
2617
2618         * NEWS
2619         * README
2620         * RELEASE_NOTES
2621         * configure.ac
2622                 bump up version number following stable release
2623
2624 2007-09-16 [colin]      3.0.0cvs18
2625
2626         * src/folder.c
2627                 Fix possible memleak
2628
2629 2007-09-16 [colin]      3.0.0cvs17
2630
2631         * src/folderview.c
2632                 Fix bug 1311, 'Wrong arrow position 
2633                 while moving message into folder when 
2634                 column headers hidden'
2635         * src/image_viewer.c
2636                 Show error in the GUI if image can't
2637                 be loaded
2638         * src/matcher.c
2639                 Fix spurious output
2640         * src/messageview.c
2641                 Allow setting domain in msgid
2642         * src/common/plugin.c
2643                 Add timing information
2644
2645 2007-09-16 [colin]      3.0.0cvs16
2646
2647         * src/account.c
2648         * src/compose.c
2649         * src/prefs_account.c
2650         * src/prefs_account.h
2651         * src/common/utils.c
2652                 Remove Generate Message-ID option. We need
2653                 this on some IMAP servers.
2654         * src/prefs_template.c
2655                 Fix double-free
2656
2657 2007-09-16 [colin]      3.0.0cvs15
2658
2659         * src/prefs_filtering.c
2660         * src/prefs_filtering.h
2661         * src/prefs_filtering_action.c
2662         * src/common/tags.c
2663                 Fix tags issues: tags with spaces, renaming
2664                 tags.
2665
2666 2007-09-16 [colin]      3.0.0cvs14
2667
2668         * src/folderview.c
2669         * src/main.c
2670         * src/mainwindow.c
2671                 Fix bug 1308, 'Claws deletes folderlist.xml after
2672                 fetching mail short after start-up'
2673
2674 2007-09-16 [colin]      3.0.0cvs13
2675
2676         * src/compose.c
2677                 Fix scrolling to cursor
2678
2679 2007-09-16 [paul]       3.0.0cvs12
2680
2681         * po/sr.po
2682                 updated by Aleksandar Urosevic
2683
2684 2007-09-16 [paul]       3.0.0cvs11
2685
2686         * src/folder.c
2687                 do not allow locked msgs to be deleted,
2688                 even by filtering/processing
2689
2690 2007-09-07 [paul]       3.0.0cvs10
2691
2692         * src/prefs_folder_column.c
2693         * src/prefs_summary_column.c
2694                 implement button sensitivity
2695                 patch by Pawel Pekala
2696
2697 2007-09-06 [wwp]        3.0.0cvs9
2698
2699         * src/prefs_gtk.c
2700                 Add a missing linefeed to a debug message.
2701
2702 2007-09-05 [colin]      3.0.0cvs8
2703
2704         * src/inc.c
2705                 Fix statusbar/window mismatch on Maemo
2706
2707 2007-09-05 [colin]      3.0.0cvs7
2708
2709         * src/ldaputil.c
2710                 Fix build without USE_LDAP_TLS
2711
2712 2007-09-05 [colin]      3.0.0cvs6
2713
2714         * src/folder.c
2715         * src/imap.c
2716         * src/inc.c
2717         * src/mbox.c
2718         * src/send_message.c
2719         * src/statusbar.c
2720         * src/statusbar.h
2721                 Maemo: distinguish various statusbar messages,
2722                 in order to display only the most important.
2723
2724 2007-09-04 [wwp]        3.0.0cvs5
2725
2726         * src/account.c
2727                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
2728                 Show protocol "SMTP" and the appropriate server for send-only
2729                 accounts, show "-" instead of "" when no value is relevant.
2730
2731 2007-09-03 [ticho]      3.0.0cvs4
2732
2733         * src/summaryview.c
2734                 Handle plural form better in delete confirmation dialog.
2735
2736 2007-09-03 [wwp]        3.0.0cvs3
2737
2738         * src/compose.c
2739                 Warn differently when sending or sending later (queueing).
2740
2741 2007-09-03 [colin]      3.0.0cvs2
2742
2743         * src/procmime.c
2744         * src/procmime.h
2745         * src/common/plugin.c
2746         * src/common/plugin.h
2747                 Add a new plugin API, MimeParser. It allows
2748                 plugins to scan email MIME parts and optionally,
2749                 transform them.
2750
2751 2007-09-03 [mones]      3.0.0cvs1
2752
2753         * po/es.po
2754                 Updated translation
2755         * src/common/defs.h
2756                 While a better solution is made double history sizes
2757
2758 2007-09-03 [paul]       3.0.0
2759
2760         * NEWS
2761         * README
2762         * RELEASE_NOTES
2763                 3.0.0 released
2764
2765 [For previous entries, see ChangeLog.2.0.0-3.0.0]