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