2007-09-21 [mones] 3.0.1cvs17
[claws.git] / ChangeLog
1 2007-09-21 [mones]      3.0.1cvs17
2
3         * src/compose.c
4                 Fix for bug 1327, 'segfault when replying to a non-existent
5                 news message', thanks to Colin.
6
7 2007-09-21 [colin]      3.0.1cvs16
8
9         * src/folderview.c
10                 Complete 3.0.1cvs15
11
12 2007-09-20 [colin]      3.0.1cvs15
13
14         * src/folderview.c
15         * src/folderview.h
16                 Maybe fix bug 1324, 'Corrupted IMAP cache'
17
18 2007-09-20 [colin]      3.0.1cvs14
19
20         * src/printing.c
21                 Fix a little leak
22
23 2007-09-20 [holger]     3.0.1cvs13
24
25         * src/printing.c
26                 Add page layout to print preview.
27                 Make the close-button in the toolbar
28                 right-aligned.
29
30 2007-09-20 [paul]       3.0.1cvs12
31
32         * po/ru.po
33                 updated by Pavlo Bohmat
34
35 2007-09-19 [colin]      3.0.1cvs11
36
37         * src/common/utils.c
38                 Prevent unquoted mime boundaries, by always
39                 using a /
40
41 2007-09-19 [colin]      3.0.1cvs10
42
43         * src/printing.c
44                 Fix drawing area size, fix DPI change that
45                 can cause total number of lines to decrease
46
47 2007-09-19 [colin]      3.0.1cvs9
48
49         * po/POTFILES.in
50         * src/printing.c
51                 Make print preview more efficient and nicer.
52                 Patch mostly by Holger Berndt <hb@claws-mail.org>
53
54 2007-09-19 [colin]      3.0.1cvs8
55
56         * src/prefs_common.c
57         * src/prefs_common.h
58         * src/printing.c
59                 Add scrolledwindow, default allocation and
60                 size saving to the print preview window.
61
62 2007-09-18 [colin]      3.0.1cvs7
63
64         * src/prefs_common.c
65         * src/prefs_common.h
66         * src/prefs_image_viewer.c
67         * src/printing.c
68                 GtkPrintOperation:
69                 - add image printing support
70                 - add option to print images
71                 - add preview widget
72                 - add saving of a few Page Setup parameters
73
74 2007-09-18 [colin]      3.0.1cvs6
75
76         * AUTHORS
77         * src/gtk/authors.h
78                 Add Guillaume Chazarain
79
80 2007-09-18 [colin]      3.0.1cvs5
81
82         * src/common/utils.c
83                 Fix bug 1321, 'access before allocation 
84                 when scanning for uris'. Patch by 
85                 Guillaume Chazarain <guichaz@yahoo.fr>
86
87 2007-09-18 [colin]      3.0.1cvs4
88
89         * src/toolbar.c
90                 Fix bug 1320, 'Memory leak caused by 
91                 gtk_container_get_children'. Patch by
92                 Guillaume Chazarain <guichaz@yahoo.fr>
93
94 2007-09-18 [colin]      3.0.1cvs3
95
96         * src/printing.c
97         * src/printing.h
98                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
99
100 2007-09-18 [colin]      3.0.1cvs2
101
102         * src/Makefile.am
103         * src/mainwindow.c
104         * src/messageview.c
105         * src/messageview.h
106         * src/prefs_ext_prog.c
107         * src/prefs_fonts.c
108         * src/printing.c
109         * src/printing.h
110         * src/summaryview.c
111                 Use GtkPrintOperation by default on GTK+ >= 2.10
112                 Patch by Holger Berndt <hb@claws-mail.org>
113
114 2007-09-18 [paul]       3.0.1cvs1
115
116         * NEWS
117         * README
118         * RELEASE_NOTES
119         * configure.ac
120                 bump up version number following stable release
121
122 2007-09-16 [colin]      3.0.0cvs18
123
124         * src/folder.c
125                 Fix possible memleak
126
127 2007-09-16 [colin]      3.0.0cvs17
128
129         * src/folderview.c
130                 Fix bug 1311, 'Wrong arrow position 
131                 while moving message into folder when 
132                 column headers hidden'
133         * src/image_viewer.c
134                 Show error in the GUI if image can't
135                 be loaded
136         * src/matcher.c
137                 Fix spurious output
138         * src/messageview.c
139                 Allow setting domain in msgid
140         * src/common/plugin.c
141                 Add timing information
142
143 2007-09-16 [colin]      3.0.0cvs16
144
145         * src/account.c
146         * src/compose.c
147         * src/prefs_account.c
148         * src/prefs_account.h
149         * src/prefs_template.c
150         * src/common/utils.c
151                 Remove Generate Message-ID option. We need
152                 this on some IMAP servers.
153
154 2007-09-16 [colin]      3.0.0cvs15
155
156         * src/prefs_filtering.c
157         * src/prefs_filtering.h
158         * src/prefs_filtering_action.c
159         * src/common/tags.c
160                 Fix tags issues: tags with spaces, renaming
161                 tags.
162
163 2007-09-16 [colin]      3.0.0cvs14
164
165         * src/folderview.c
166         * src/main.c
167         * src/mainwindow.c
168                 Fix bug 1308, 'Claws deletes folderlist.xml after
169                 fetching mail short after start-up'
170
171 2007-09-16 [colin]      3.0.0cvs13
172
173         * src/compose.c
174                 Fix scrolling to cursor
175
176 2007-09-16 [paul]       3.0.0cvs12
177
178         * po/sr.po
179                 updated by Aleksandar Urosevic
180
181 2007-09-16 [paul]       3.0.0cvs11
182
183         * src/folder.c
184                 do not allow locked msgs to be deleted,
185                 even by filtering/processing
186
187 2007-09-07 [paul]       3.0.0cvs10
188
189         * src/prefs_folder_column.c
190         * src/prefs_summary_column.c
191                 implement button sensitivity
192                 patch by Pawel Pekala
193
194 2007-09-06 [wwp]        3.0.0cvs9
195
196         * src/prefs_gtk.c
197                 Add a missing linefeed to a debug message.
198
199 2007-09-05 [colin]      3.0.0cvs8
200
201         * src/inc.c
202                 Fix statusbar/window mismatch on Maemo
203
204 2007-09-05 [colin]      3.0.0cvs7
205
206         * src/ldaputil.c
207                 Fix build without USE_LDAP_TLS
208
209 2007-09-05 [colin]      3.0.0cvs6
210
211         * src/folder.c
212         * src/imap.c
213         * src/inc.c
214         * src/mbox.c
215         * src/send_message.c
216         * src/statusbar.c
217         * src/statusbar.h
218                 Maemo: distinguish various statusbar messages,
219                 in order to display only the most important.
220
221 2007-09-04 [wwp]        3.0.0cvs5
222
223         * src/account.c
224                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
225                 Show protocol "SMTP" and the appropriate server for send-only
226                 accounts, show "-" instead of "" when no value is relevant.
227
228 2007-09-03 [ticho]      3.0.0cvs4
229
230         * src/summaryview.c
231                 Handle plural form better in delete confirmation dialog.
232
233 2007-09-03 [wwp]        3.0.0cvs3
234
235         * src/compose.c
236                 Warn differently when sending or sending later (queueing).
237
238 2007-09-03 [colin]      3.0.0cvs2
239
240         * src/procmime.c
241         * src/procmime.h
242         * src/common/plugin.c
243         * src/common/plugin.h
244                 Add a new plugin API, MimeParser. It allows
245                 plugins to scan email MIME parts and optionally,
246                 transform them.
247
248 2007-09-03 [mones]      3.0.0cvs1
249
250         * po/es.po
251                 Updated translation
252         * src/common/defs.h
253                 While a better solution is made double history sizes
254
255 2007-09-03 [paul]       3.0.0
256
257         * NEWS
258         * README
259         * RELEASE_NOTES
260                 3.0.0 released
261
262 2007-09-03 [paul]       2.10.0cvs191
263
264         * po/bg.po
265         * po/ca.po
266         * po/de.po
267         * po/fi.po
268         * po/fr.po
269         * po/hu.po
270         * po/it.po
271         * po/pl.po
272         * po/pt_BR.po
273         * po/ru.po
274         * po/sk.po
275         * po/zh_CN.po
276                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
277                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
278                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
279                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
280
281 2007-09-02 [colin]      2.10.0cvs190
282
283         * src/edittags.c
284         * src/common/tags.c
285                 Prevent empty or white-space tags
286
287 2007-09-01 [colin]      2.10.0cvs189
288
289         * src/main.c
290                 Fix double-reading of accounts list when
291                 the wizard has been run due to no accounts
292         * src/mainwindow.c
293                 Fix sensitivity of a menu item in case 
294                 there's no account
295
296 2007-09-01 [wwp]        2.10.0cvs188
297
298         * src/wizard.c
299                 Fix wizard crash when Mailbox dir already exists
300                 (thanks to Colin).
301
302 2007-08-31 [colin]      2.10.0cvs187
303
304         * src/etpan/imap-thread.c
305                 Fix unwanted creation of 
306                 libetpan's stream dump file
307         * src/compose.c
308                 Fix coloring of pastes as quotation
309         * src/summaryview.c
310                 Maemo: Fix opening of mails from keypad
311                 in Sent folders
312         * src/addressbook.c
313         * src/folderview.c
314         * src/image_viewer.c
315         * src/mimeview.c
316         * src/gtk/prefswindow.c
317                 Maemo: Fix adjustments changes 
318
319 2007-08-30 [colin]      2.10.0cvs186
320
321         * src/folderview.c
322                 Don't opened selected folder when clicking
323                 on white space
324         * src/mainwindow.c
325                 Maemo: Make Esc close messageviews
326         * src/messageview.c
327                 Maemo: Fix message scrolling to the end on 
328                 opening
329                 Maemo: Fix reopening same message
330         * src/gtk/prefswindow.c
331                 Maemo: try to fix scrollbar. Doesn't work,
332                 it seems as if gtk_adjustment_set_value was
333                 a noop.
334
335 2007-08-30 [colin]      2.10.0cvs185
336
337         * src/compose.c
338         * src/folderview.c
339         * src/main.c
340         * src/prefs_matcher.c
341         * src/prefs_template.c
342         * src/quote_fmt.c
343         * src/send_message.c
344         * src/toolbar.c
345         * src/gtk/gtkaspell.c
346         * src/plugins/bogofilter/bogofilter.c
347         * src/plugins/bogofilter/bogofilter_gtk.c
348         * src/plugins/clamav/clamav_plugin_gtk.c
349         * src/plugins/pgpcore/sgpgme.c
350         * src/plugins/spamassassin/spamassassin.c
351         * src/plugins/spamassassin/spamassassin_gtk.c
352                 Fix all potential misuses of format-string functions
353
354 2007-08-30 [wwp]        2.10.0cvs184
355
356         * src/prefs_template.c
357                 Fix a leak.
358
359 2007-08-29 [colin]      2.10.0cvs183
360
361         * src/plugins/trayicon/trayicon.c
362                 Fix leak of hooks in case of error,
363                 thanks to Holger Berndt
364
365 2007-08-28 [colin]      2.10.0cvs182
366
367         * src/mainwindow.c
368                 Don't use current folder settings when
369                 composing from the compose button's
370                 account selector
371
372 2007-08-28 [colin]      2.10.0cvs181
373
374         * src/quote_fmt_parse.y
375                 Fix cursor offset when quote contains UTF-8
376                 chars
377
378 2007-08-28 [colin]      2.10.0cvs180
379
380         * src/compose.c
381         * src/compose.h
382                 Fix signature replacement when it's been wrapped
383
384 2007-08-27 [colin]      2.10.0cvs179
385
386         * src/summaryview.c
387                 Fix indentation
388
389 2007-08-27 [colin]      2.10.0cvs178
390
391         * src/summaryview.c
392                 Fix Quicksearch's Sticky mode
393
394 2007-08-27 [colin]      2.10.0cvs177
395
396         * src/folder_item_prefs.c
397         * src/folder_item_prefs.h
398         * src/imap_gtk.c
399         * src/mh_gtk.c
400                 Fix loss of subfolders properties when
401                 renaming a folder
402
403 2007-08-26 [wwp]        2.10.0cvs176
404
405         * src/alertpanel.c
406         * src/messageview.c
407         * src/prefs_actions.c
408                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
409                 will have to be used when necessary *before* calling
410                 alertpanel functions.
411
412 2007-08-25 [paul]       2.10.0cvs175
413
414         * src/prefs_actions.c
415                 workaround gettext problem marking
416                 string as c-format when it's not
417
418 2007-08-25 [wwp]        2.10.0cvs174
419
420         * src/alertpanel.c
421         * src/messageview.c
422         * src/prefs_actions.c
423                 Call the pango markup escape function right ince in alertpanel_create
424                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
425                 2.10.0cvs158).
426
427         * src/common/log.c
428                 Fix a crash due to a misuse of g_print(), encountered when the string
429                 passed to g_print was containing printf substitution symbols.
430
431 2007-08-25 [paul]       2.10.0cvs173
432
433         * src/common/log.c
434                 fix a segfault when refreshing RSSyl feeds
435
436 2007-08-25 [paul]       2.10.0cvs172
437
438         * src/gtk/icon_legend.c
439                 add watchthread.xpm
440
441 2007-08-25 [paul]       2.10.0cvs171
442
443         * src/Makefile.am
444         * src/stock_pixmap.c
445         * src/pixmaps/insert_file.xpm
446                 add a new pixmap instead of re-using
447                 paste.xpm. (easier for icon theme authors)
448
449 2007-08-24 [holger]     2.10.0cvs170
450
451         * src/plugins/trayicon/trayicon.c
452                 The same fix for another hook id.
453
454 2007-08-24 [holger]     2.10.0cvs169
455
456         * src/plugins/trayicon/trayicon.c
457                 Micro-fix: Do the error checking for
458                 the right hook id.
459
460 2007-08-24 [paul]       2.10.0cvs168
461
462         * src/folder.h
463                 fix typo causing compiler warning
464
465 2007-08-24 [paul]       2.10.0cvs167
466
467         * README
468                 put back the correct version of this file also
469
470 2007-08-24 [colin]      2.10.0cvs166
471
472         * src/send_message.c
473                 Use progress bar when sending messages
474
475 2007-08-24 [paul]       2.10.0cvs165
476
477         * Makefile.am
478                 oops! if i'm quick no-one will notice
479                 (put back the proper file)
480
481 2007-08-24 [paul]       2.10.0cvs164
482
483         * AUTHORS
484         * Makefile.am
485         * README
486         * src/gtk/authors.h
487         * tools/Makefile.am
488         * tools/README
489         * tools/mew2claws-mail.pl
490                 add new script that imports a Mew address book
491                 submitted by Jerome Lelong
492
493 2007-08-24 [paul]       2.10.0cvs163
494
495         * manual/plugins.xml
496                 remove the obsolete plugins, add the
497                 missing plugins, including the forthcoming
498                 SpamReport plugin
499
500 2007-08-24 [paul]       2.10.0cvs162
501
502         * manual/advanced.xml
503                 add info about the hidden emphasis_color option
504         * manual/keyboard.xml
505                 correct the info about hotkeys
506                 wrap the long lines
507
508 2007-08-24 [paul]       2.10.0cvs161
509
510         * src/folderview.c
511                 add mnemonic to 'Run procesing rules'
512
513 2007-08-24 [paul]       2.10.0cvs160
514
515         * src/account.c
516         * src/folder.c
517         * src/folder.h
518                 use suitable defaults for outbox,
519                 queue, drafts and trash folders
520
521 2007-08-24 [wwp]        2.10.0cvs159
522
523         * src/folderview.c
524                 Update menu item sensitivity if necessary (or we get a
525                 gtk critical message).
526
527 2007-08-23 [wwp]        2.10.0cvs158
528
529         * src/action.c
530         * src/prefs_actions.c
531                 Allow literal % chars in action commands (use %%).
532                 Add a missing p++ to the action parser in action_get_type(),
533                 which was missing it, even if it was neutral.
534                 Fix a pango markup warning at runtime.
535
536 2007-08-23 [wwp]        2.10.0cvs157
537
538         * src/addressbook.c
539                 Contacts are now locale-aware sorted in the address book
540                 (LC_COLLATE matters here).
541                 Fix missing table initializers.
542
543 2007-08-23 [colin]      2.10.0cvs156
544
545         * src/imap.c
546                 Check scan_required on dest folder when copying
547
548 2007-08-23 [colin]      2.10.0cvs155
549
550         * src/imap.c
551                 Fix scanning when folder was empty
552
553 2007-08-22 [colin]      2.10.0cvs154
554
555         * src/msgcache.c
556                 Don't g_warning when g_try_malloc fails(), or it makes
557                 things worse as g_log() allocates. Fixes bug 1290,
558                 'Claws Mail crashes if too little memory when 
559                 rebuilding folder tree'
560
561 2007-08-22 [colin]      2.10.0cvs153
562
563         * src/inc.c
564                 Fix format string vulnerability, thanks to
565                 Ulf Harnhammar, Secunia Research
566
567 2007-08-22 [colin]      2.10.0cvs152
568
569         * src/ldapserver.c
570                 Set tv_usec too
571
572 2007-08-22 [wwp]        2.10.0cvs151
573
574         * src/ldapquery.c
575                 Few better null-ptr checks.
576
577 2007-08-22 [colin]      2.10.0cvs150
578
579         * src/editldap.c
580         * src/editldap_basedn.c
581         * src/ldapquery.c
582         * src/ldapserver.c
583         * src/ldapserver.h
584         * src/ldapupdate.c
585         * src/ldaputil.c
586         * src/ldaputil.h
587                 Fix ldap timeouts
588
589 2007-08-22 [colin]      2.10.0cvs149
590
591         * src/ldapquery.c
592                 Finish previous fix
593
594 2007-08-22 [colin]      2.10.0cvs148
595
596         * src/ldapquery.c
597                 Fix wrong assertions
598
599 2007-08-22 [colin]      2.10.0cvs147
600
601         * src/ldaputil.c
602                 Fix test (set ldap v3 if bindDN is set or TLS is set)
603
604 2007-08-22 [colin]      2.10.0cvs146
605
606         * src/editldap.c
607         * src/ldaputil.c
608                 Fix wrong "Connected successfully to server". Connection only succeeds if
609                 we can get the base DN.
610
611 2007-08-21 [wwp]        2.10.0cvs145
612
613         * src/browseldap.c
614         * src/editldap.c
615         * src/ldapctrl.c
616         * src/ldapquery.c
617         * src/ldapserver.c
618         * src/ldapupdate.c
619         * src/ldaputil.c
620                 More sanity checks in ldap functions.
621
622 2007-08-21 [wwp]        2.10.0cvs144
623
624         * src/prefs_account.c
625                 Don't return a value in a void function().
626
627 2007-08-21 [paul]       2.10.0cvs143
628
629         * src/messageview.c
630                 add check for ftp: to messageview_list_urls()
631
632 2007-08-21 [colin]      2.10.0cvs142
633
634         * src/editldap.c
635         * src/ldapctrl.c
636         * src/ldapctrl.h
637         * src/ldapquery.c
638         * src/ldapupdate.c
639                 Fix bug 1293, 'LDAP address book not working'
640                 Search only on specified fields, but fetch 
641                 every field possible. People will have to 
642                 reset the searched Attributes in their LDAP
643                 servers properties.
644
645 2007-08-21 [wwp]        2.10.0cvs141
646
647         * src/addr_compl.c
648         * src/addrbook.c
649         * src/addrcache.c
650         * src/addrcindex.c
651         * src/addressbook.c
652         * src/addrindex.c
653         * src/browseldap.c
654         * src/crash.c
655         * src/editaddress_other_attributes_ldap.c
656         * src/exporthtml.c
657         * src/folder.c
658         * src/folderview.c
659         * src/imap.c
660         * src/jpilot.c
661         * src/ldapserver.c
662         * src/ldapupdate.c
663         * src/ldif.c
664         * src/main.c
665         * src/mainwindow.c
666         * src/matcher.c
667         * src/mh.c
668         * src/msgcache.c
669         * src/mutt.c
670         * src/pine.c
671         * src/pop.c
672         * src/prefs_customheader.c
673         * src/prefs_msg_colors.c
674         * src/procmime.c
675         * src/textview.c
676         * src/vcard.c
677         * src/wizard.c
678         * src/common/log.c
679         * src/common/socket.c
680         * src/common/ssl_certificate.c
681         * src/common/utils.c
682         * src/common/utils.h
683         * src/gtk/description_window.c
684         * src/plugins/demo/demo.c
685         * src/plugins/pgpcore/prefs_gpg.c
686         * src/plugins/spamassassin/libspamc.c
687                 Make sure we use glib functions to send text messages (information,
688                 debug, warning, errors) to stdout/stderr - no more direct puts
689                 fputs printf fprintf to stdout/stderr when it can be done using
690                 g_log*() and g_print/g_printerr. Doing this, we make sure every
691                 stdout/stderr message is saved to log in Windows.
692
693
694 2007-08-21 [wwp]        2.10.0cvs140
695
696         * src/main.c
697         * src/common/utils.h
698                 Route glib's stdout/stderr messages to a log file (Windows only),
699                 instead of loosing them.
700
701 2007-08-21 [paul]       2.10.0cvs139
702
703         * src/mainwindow.c
704                 replace deprecated g_strncasecmp()
705         * src/messageview.c
706                 fix 'List URLS'
707
708 2007-08-20 [ticho]      2.10.0cvs138
709
710         * src/account.c
711         * src/prefs_account.h
712                 Copy all account preferences in account_clone() - some
713                 were missing.
714         * src/prefs_account.c
715                 Handle empty privacy system combobox gracefully (warning
716                 instead of a crash).
717
718 2007-08-20 [colin]      2.10.0cvs137
719
720         * src/ldapctrl.c
721                 Fix a leak
722
723 2007-08-20 [paul]       2.10.0cvs136
724
725         * src/browseldap.c
726         * src/editldap.c
727         * src/ldapctrl.c
728         * src/ldapquery.c
729         * src/ldapquery.h
730         * src/ldapserver.c
731         * src/ldaputil.c
732                 add debug_prints
733                 patch by Michael Rasmussen
734
735 2007-08-19 [colin]      2.10.0cvs135
736
737         * src/imap.c
738                 Fix previous commit. Sensitivity update is needed
739                 for "Cancel receiving". However when batching we
740                 don't need to do it for every message flag change,
741                 just once at the start and once at the end.
742
743 2007-08-19 [colin]      2.10.0cvs134
744
745         * src/imap.c
746                 Remove useless menu updates on session lock/unlock
747
748 2007-08-19 [colin]      2.10.0cvs133
749
750         * src/etpan/imap-thread.c
751                 Make all fetch logs less verbose
752
753 2007-08-19 [paul]       2.10.0cvs132
754
755         * src/foldersel.c
756         * src/folderview.c
757         * src/summaryview.c
758                 fix bug 1286, 'Can't move a folder into a "Folders
759                 Only" folder'
760
761 2007-08-18 [ticho]      2.10.0cvs131
762
763         * src/editaddress_other_attributes_ldap.c
764                 Converted option menu for other ldap attributes to GtkComboBox.
765
766 2007-08-18 [colin]      2.10.0cvs130
767
768         * src/compose.c
769         * src/prefs_common.c
770         * src/prefs_common.h
771         * src/prefs_send.c
772         * src/send_message.c
773                 Revert 'send_dialog_mode' meaning to 
774                 'send_dialog_invisible', so that the 
775                 new checkbox doesn't change the 
776                 existing behaviour.
777
778 2007-08-18 [paul]       2.10.0cvs129
779
780         * src/summaryview.c
781                 add missing menu update
782
783 2007-08-17 [colin]      2.10.0cvs128
784
785         * src/folder.c
786                 Set batching after getting flags - maybe fixes
787                 bug 1292, 'CM crashes on writing mail'
788
789 2007-08-16 [ticho]      2.10.0cvs127
790
791         * src/prefs_send.c
792                 Convert two GtkOptionMenu widgets to new GtkComboBox.
793         * src/gtk/combobox.h
794         * src/gtk/gtkutils.c
795                 Allow NULL for GtkComboBox menuitem label, rendering such
796                 items as row separators.
797
798 2007-08-16 [paul]       2.10.0cvs126
799
800         * src/plugins/trayicon/trayicon.c
801                 remove wrongly used gettextisation
802
803 2007-08-15 [ticho]      2.10.0cvs125
804
805         * src/importldif.c
806                 Fixed a runtime warning where an attempt to pack an
807                 already packed GtkLabel was made.
808
809 2007-08-15 [ticho]      2.10.0cvs124
810
811         * src/prefs_compose_writing.c
812                 Convert the insert-or-attach-dragged-files GtkOptionMenu
813                 into GtkComboBox.
814
815 2007-08-14 [ticho]      2.10.0cvs123
816
817         * src/messageview.c
818         * src/gtk/gtkutils.c
819                 Changed return receipt account selector to GtkComboBox.
820                 Fixed a runtime warning where GTK tried to parse
821                 "name <email@address" as a Pango markup in an alertpanel label.
822
823 2007-08-14 [ticho]      2.10.0cvs122
824
825         * src/prefs_logging.c
826                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
827
828 2007-08-14 [wwp]        2.10.0cvs121
829
830         * tools/Makefile.am
831         * tools/README
832         * tools/popfile-link.sh
833                 Added a new tool: POPFile helper, to open
834                 selected messages in POPFile control center,
835                 in order to change the messages' status.
836
837 2007-08-14 [ticho]      2.10.0cvs120
838
839         * src/compose.c
840         * src/prefs_common.c
841         * src/prefs_common.h
842         * src/prefs_send.c
843         * src/send_message.c
844                 Change "Show send dialog" optionmenu to a checkbutton.
845         * src/prefs_receive.c
846                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
847
848 2007-08-13 [wwp]        2.10.0cvs119
849
850         * src/addr_compl.c
851         * src/addressbook.c
852         * src/addrindex.c
853         * src/compose.c
854         * src/filtering.c
855         * src/folderview.c
856         * src/inc.c
857         * src/matcher.c
858         * src/mh.c
859         * src/partial_download.c
860         * src/prefs_gtk.c
861         * src/procmsg.c
862         * src/stock_pixmap.c
863         * src/summaryview.c
864         * src/common/utils.c
865         * src/gtk/gtkaspell.c
866         * src/gtk/menu.c
867                 Make sure we never pass NULL pointers for %s substitutions
868                 (prevent from crashing in Windows).
869
870 2007-08-13 [wwp]        2.10.0cvs118
871
872         * src/msgcache.c
873                 Re-enable mmap_reads in Windows with some missing
874                 CloseHandle of mapping objects, thanks to
875                 Marcus Brinkmann.
876
877 2007-08-13 [paul]       2.10.0cvs117
878
879         * src/common/utils.c
880                 fix bug 1287, 'Compile time problem on Solaris
881                 (nexenta gnu/Solaris) utils.c'
882                 Thanks to Piotr Chrzczonowicz
883
884 2007-08-12 [wwp]        2.10.0cvs116
885
886         * src/plugins/pgpcore/prefs_gpg.c
887                 Don't try to unset a GPG_AGENT_INFO that was not
888                 set (and don't use a NULL string in Windows, it was
889                 crashing with --debug if GPG_AGENT_INFO was not set).
890
891 2007-08-12 [wwp]        2.10.0cvs115
892
893         * src/privacy.h
894                 Make gcc type-check arguments passed to privacy_set_error().
895
896 2007-08-12 [ticho]      2.10.0cvs114
897
898         * src/prefs_folder_item.c
899                 Make sure that folder default account combobox always has some
900                 account preselected.
901         * src/gtk/combobox.c
902                 Handle empty combobox gracefully (warning instead of crash).
903
904 2007-08-12 [ticho]      2.10.0cvs114
905
906         * src/prefs_folder_item.c
907                 Make sure that folder default account combobox is not empty.
908         * src/gtk/combobox.c
909                 Handle empty combobox gracefully (warning instead of crash).
910
911 2007-08-11 [paul]       2.10.0cvs113
912
913         * src/addrgather.c
914         * src/folderview.c
915                 use 'subfolder' instead of 'sub-folder', matching
916                 everywhere else the term is used
917         * src/imap_gtk.c
918                 fix engrish
919
920 2007-08-10 [wwp]        2.10.0cvs112
921
922         * src/msgcache.c
923                 Disable mmap reads in Windows only (at least temporarily), they
924                 prevent from renaming/removing target cache files.
925
926 2007-08-10 [paul]
927
928         3.0.0-rc2 released
929
930 2007-08-10 [wwp]        2.10.0cvs111
931
932         * src/msgcache.c
933                 fix unpredictable crashes in Windows due to broken
934                 cache/mark/tags files writting (file were opened for
935                 writing in text mode).
936
937         * src/recv.c
938                 use gettimeofday() from w32lib.h on Windows.
939
940 2007-08-10 [colin]      2.10.0cvs110
941
942         * src/imap.c
943         * src/etpan/imap-thread.c
944         * src/etpan/imap-thread.h
945                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
946
947 2007-08-09 [colin]      2.10.0cvs109
948
949         * src/editldap.c
950                 Fix port being reset to 636 on SSL
951         * src/folder.c
952                 Fix folder_item_get_msg_num_by_file
953                 on drafts/queue folders
954
955 2007-08-09 [wwp]        2.10.0cvs108
956
957         * src/folder.c
958                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
959                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
960
961
962 2007-08-09 [colin]      2.10.0cvs107
963
964         * src/folderview.c
965         * src/summaryview.c
966         * src/gtk/prefswindow.c
967                 A few Maemo layout fixes
968
969 2007-08-09 [paul]       2.10.0cvs106
970
971         * src/prefs_account.c
972                 remove the hyphen from plug-ins to
973                 match everywhere else
974
975 2007-08-08 [wwp]        2.10.0cvs105
976
977         * src/prefs_folder_item.c
978                 Fix an extraneous stealth ^L char.
979
980 2007-08-08 [wwp]        2.10.0cvs104
981
982         * src/prefs_folder_item.c
983                 Better fix, group variables declarations (USE_ASPELL).
984
985 2007-08-08 [wwp]        2.10.0cvs103
986
987         * src/prefs_folder_item.c
988                 Fix compilation w/ USE_ASPELL set (broken
989                 by 2.10.0cvs102).
990
991 2007-08-08 [ticho]      2.10.0cvs102
992
993         * src/prefs_folder_item.c
994                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
995
996 2007-08-08 [colin]      2.10.0cvs101
997
998         * src/imap.c
999         * src/etpan/imap-thread.c
1000         * src/etpan/imap-thread.h
1001                 Close selected mailbox before doing
1002                 status on it.
1003
1004 2007-08-08 [colin]      2.10.0cvs100
1005
1006         * src/html.c
1007                 Complete symbol table, thanks to wwp.
1008                 Fixes bug 1284, 'The html -> text 
1009                 converter ignores entities'
1010         * src/msgcache.c
1011                 Fix possible fd leak
1012
1013 2007-08-08 [colin]      2.10.0cvs99
1014
1015         * src/imap.c
1016                 Better way to fetch UIDs on non-UIDPLUS servers
1017
1018 2007-08-07 [colin]      2.10.0cvs98
1019
1020         * src/imap.c
1021                 fix bug 1275, 'auto-saved draft messages not 
1022                 always being removed'; Also, make multiple
1023                 copy (in the same account) faster by matching
1024                 source/destination message UIDs.
1025         * src/messageview.c
1026                 Don't try to reshow deleted mail
1027         * src/msgcache.c
1028                 Fix leak on error path
1029
1030 2007-08-07 [wwp]        2.10.0cvs97
1031
1032         * manual/account.xml
1033         * manual/advanced.xml
1034         * manual/fr/account.xml
1035         * manual/fr/advanced.xml
1036                 Updated the reference manual and the French translation to
1037                 reflect 2.10.0cvs84: enable running folder Processing
1038                 rules on demand.
1039
1040 2007-08-06 [wwp]        2.10.0cvs96
1041
1042         * src/prefs_common.c
1043         * src/prefs_common.h
1044         * src/textview.c
1045                 Allow changing the emphasis color used to highlight
1046                 the newsreader/x-mailer header value when it matches
1047                 our preferred mail agent (hidden pref 'emphasis_col' added
1048                 to clawsrc).
1049
1050 2007-08-06 [colin]      2.10.0cvs95
1051
1052         * src/compose.c
1053         * src/compose.h
1054                 Re-commit 2.10.0cvs86, with a protection
1055                 against Pango bug. Also, try to fix 
1056                 bug 1275, 'auto-saved draft messages not 
1057                 always being removed'
1058
1059 2007-08-06 [wwp]        2.10.0cvs94
1060
1061         * src/gtk/quicksearch.c
1062                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1063
1064 2007-08-06 [ticho]      2.10.0cvs93
1065
1066         * src/prefs_account.c
1067         * src/gtk/combobox.c
1068                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1069                 selection in account preferences.
1070
1071 2007-08-06 [wwp]        2.10.0cvs92
1072
1073         * src/plugins/pgpcore/plugin.def
1074                 Apply one more chunk from gpg4win's 03-w32-port patch.
1075
1076 2007-08-05 [colin]      2.10.0cvs91
1077
1078         * src/compose.c
1079         * src/compose.h
1080                 reverting buggy patch for now
1081
1082 2007-08-05 [colin]      2.10.0cvs90
1083
1084         * src/folder.c
1085                 Fix slowdown
1086
1087 2007-08-04 [colin]      2.10.0cvs89
1088
1089         * src/prefs_summaries.c
1090         * src/summary_search.c
1091                 Replace deprecated widgets. Patch by
1092                 Andrej.
1093
1094 2007-08-04 [colin]      2.10.0cvs88
1095
1096         * src/mh.c
1097                 Refresh GUI only every 2000 mails on mh_get_last_num
1098                 This is fast (readdir) and done only once per 
1099                 session/folder
1100
1101 2007-08-03 [colin]      2.10.0cvs87
1102
1103         * src/prefs_account.c
1104         * src/gtk/combobox.h
1105         * src/gtk/gtkutils.c
1106                 Fix a deprecated widget. Patch by
1107                 Andrej
1108
1109 2007-08-03 [colin]      2.10.0cvs86
1110
1111         * src/compose.c
1112         * src/compose.h
1113                 Make colorisation and wrapping algorithms
1114                 faster. Fixes bug 1246, 'compose becomes 
1115                 increasingly slow replying to complex emails'
1116
1117 2007-08-03 [paul]       2.10.0cvs85
1118
1119         * src/mh.c
1120                 keep the window painted
1121
1122 2007-08-02 [paul]       2.10.0cvs84
1123
1124         * src/folderview.c
1125         * src/mainwindow.c
1126         * src/mainwindow.h
1127                 enable running folder Processing
1128                 rules on demand
1129
1130 2007-08-02 [paul]       2.10.0cvs83
1131
1132         * src/textview.c
1133                 speed up/clean up rendering of larger
1134                 msgs
1135                 Thanks to Colin
1136
1137 2007-08-01 [paul]       2.10.0cvs82
1138
1139         * src/mainwindow.h
1140                 clean up cruft
1141         * src/toolbar.c
1142                 change default toolbar layout on maemo
1143         * src/pixmaps/close.xpm
1144                 make the red cross a grey cross
1145         * src/pixmaps/jpilot.xpm
1146                 make icon smaller so it fits better
1147
1148 2007-07-31 [paul]       2.10.0cvs81
1149
1150         * src/setup.c
1151         * src/gtk/gtkutils.c
1152                 fix crash on maemo on first launch
1153
1154 2007-07-30 [paul]       2.10.0cvs80
1155
1156         * src/prefs_matcher.c
1157                 specify the units of age and size
1158
1159 2007-07-30 [paul]       2.10.0cvs79
1160
1161         * src/main.c
1162                 Fix IMAP timeout setting
1163
1164 2007-07-30 [colin]      2.10.0cvs78
1165
1166         * src/prefs_account.c
1167                 Fix a deprecated widget. Patch by
1168                 Andrej
1169
1170 2007-07-27 [paul]       2.10.0cvs77
1171
1172         * src/matcher_parser_parse.y
1173         * src/prefs_filtering_action.c
1174         * src/prefs_matcher.c
1175                 these changes forgotten in cvs74's
1176                 'watch thread' feature
1177
1178 2007-07-27 [paul]       2.10.0cvs76
1179
1180         * src/compose.c
1181                 fix potential crasher
1182                 thanks to Colin
1183
1184 2007-07-27 [paul]       2.10.0cvs75
1185
1186         * src/mainwindow.c
1187         * src/manual.c
1188         * src/manual.h
1189         * src/gtk/gtkutils.c
1190                 make mainwindow's /Help/Manual point to the
1191                 remote copy if the local copy doesn't exist
1192
1193 2007-07-27 [paul]       2.10.0cvs74
1194
1195         * src/Makefile.am
1196         * src/filtering.c
1197         * src/folder.c
1198         * src/mainwindow.c
1199         * src/matcher.c
1200         * src/matcher.h
1201         * src/matcher_parser_parse.y
1202         * src/procmsg.c
1203         * src/procmsg.h
1204         * src/stock_pixmap.c
1205         * src/stock_pixmap.h
1206         * src/summaryview.c
1207         * src/summaryview.h
1208         * src/toolbar.c
1209         * src/toolbar.h
1210         * src/pixmaps/watchthread.xpm
1211                 add 'watch thread' feature
1212
1213 2007-07-27 [paul]       2.10.0cvs73
1214
1215         * src/prefs_folder_item.c
1216                 adjust labels, add tooltips
1217
1218 2007-07-27 [colin]      2.10.0cvs72
1219
1220         * src/summaryview.c
1221                 Maemo: Remove less used menu items
1222
1223 2007-07-26 [colin]      2.10.0cvs71
1224
1225         * src/messageview.c
1226                 Maemo: destroy messageview after trashing mail.
1227                 Maybe should be done on X11 too
1228
1229 2007-07-26 [colin]      2.10.0cvs70
1230
1231         * src/folderview.c
1232         * src/mainwindow.c
1233         * src/prefs_common.c
1234         * src/prefs_common.h
1235         * src/summaryview.c
1236                 Add View/Show or Hide/Column headers
1237
1238 2007-07-26 [colin]      2.10.0cvs69
1239
1240         * src/procmime.c
1241                 Fix unwanted output
1242
1243 2007-07-26 [colin]      2.10.0cvs68
1244
1245         * src/ldapserver.c
1246                 Fix possible crash on cache invalidation
1247         * src/compose.c
1248         * src/procmime.c
1249         * src/procmime.h
1250         * src/quote_fmt_parse.y
1251                 Make replying to mails with big attachments
1252                 much faster. Fixes bug 1224, 'The process of 
1253                 Replying to emails with large attachments 
1254                 seems unreasonably long...'
1255
1256 2007-07-26 [colin]      2.10.0cvs67
1257
1258         * src/mimeview.c
1259         * src/matcher.c
1260         * src/common/ssl.c
1261                 Fix threads use on BSDs
1262
1263 2007-07-26 [paul]       2.10.0cvs66
1264
1265         * src/gtk/prefswindow.c
1266                 fix account prefs breakage
1267                 thanks to Colin
1268
1269 2007-07-26 [paul]       2.10.0cvs65
1270
1271         * configure.ac
1272                 standardise ./configure --help messages
1273
1274 2007-07-26 [colin]      2.10.0cvs64
1275
1276         * src/addressbook.c
1277         * src/editaddress.c
1278                 Fix two vCard-related crashes
1279
1280 2007-07-25 [colin]      2.10.0cvs63
1281
1282         * src/inc.c
1283         * src/prefs_common.c
1284         * src/prefs_common.h
1285         * src/prefs_receive.c
1286                 Maemo: Add a better way to notify of
1287                 new mails
1288         * src/mainwindow.c
1289         * src/statusbar.h
1290         * src/summaryview.c
1291         * src/toolbar.c
1292                 Maemo: Various layout fixes
1293         * src/gtk/prefswindow.c
1294                 Maemo: Better prefs layout
1295
1296 2007-07-25 [paul]       2.10.0cvs62
1297
1298         * src/textview.c
1299                 fix the layout on maemo
1300                 thanks to Colin
1301
1302 2007-07-25 [iwkse]      2.10.0cvs61
1303
1304         * src/summaryview.c
1305                 add 'o' shortcut on summaryview
1306
1307 2007-07-25 [iwkse]      2.10.0cvs60
1308
1309         * src/textview.c
1310                 fix o shortcut
1311
1312 2007-07-24 [colin]      2.10.0cvs59
1313
1314         * src/mh.c
1315                 Fix missing timestamp update on source
1316                 folder when moving
1317         * src/textview.c
1318         * src/textview.h
1319                 Better text layout on part's choices
1320
1321 2007-07-23 [colin]      2.10.0cvs58
1322
1323         * src/mimeview.c
1324         * src/textview.c
1325                 Maemo: Automatically choose the correct application
1326                 to open parts
1327         * src/gtk/quicksearch.c
1328                 Make search run on GDK_KP_Enter too
1329
1330 2007-07-23 [wwp]        2.10.0cvs57
1331
1332         * src/quote_fmt_lex.l
1333                 Revert accidentaly committed lines (account_sig) in
1334                 2.10.0cvs56.
1335
1336 2007-07-23 [wwp]        2.10.0cvs56
1337
1338         * src/quote_fmt_lex.l
1339                 Fix typos around long form expressions in the quote lexer.
1340
1341 2007-07-23 [paul]
1342
1343         3.0.0-rc1 released
1344
1345 2007-07-23 [colin]      2.10.0cvs55
1346
1347         * src/addr_compl.c
1348                 Fix auto-completion on Maemo
1349
1350 2007-07-23 [colin]      2.10.0cvs54
1351
1352         * src/statusbar.c
1353                 Maemo: Fix sticking statusbars
1354
1355 2007-07-22 [colin]      2.10.0cvs53
1356
1357         * src/main.c
1358                 Maemo: Fix the strange "top_application" info
1359                 at startup. We should do something when 
1360                 receiving such a message.
1361
1362 2007-07-20 [paul]       2.10.0cvs52
1363
1364         * src/news_gtk.c
1365                 add missing #include "statusbar.h"
1366
1367 2007-07-20 [colin]      2.10.0cvs51
1368
1369         * src/folder.c
1370         * src/folder.h
1371         * src/folder_item_prefs.c
1372         * src/folder_item_prefs.h
1373         * src/folderview.c
1374         * src/imap.c
1375         * src/imap_gtk.c
1376         * src/imap_gtk.h
1377         * src/news.c
1378         * src/news_gtk.c
1379         * src/news_gtk.h
1380         * src/prefs_folder_item.c
1381                 Implement age-based caching: allow to
1382                 specify a threshold for the offline synchronisation
1383                 feature, and whether old cached bodies should 
1384                 be removed
1385         * src/toolbar.c
1386         * src/toolbar.h
1387                 Fix label/tooltips
1388         * src/plugins/dillo_viewer/dillo_viewer.c
1389                 Check that Dillo's installed
1390
1391 2007-07-20 [wwp]        2.10.0cvs50
1392
1393         * src/mimeview.c
1394         * src/stock_pixmap.c
1395                 Draw a frame around the selected mimeview part icon (instead of the
1396                 shifted 'dancing' icon).
1397
1398 2007-07-20 [colin]      2.10.0cvs49
1399
1400         * src/main.c
1401                 Unref stuff even on error
1402         * src/wizard.c
1403                 disconnect signals only at the very
1404                 end of the wizard save.
1405
1406 2007-07-20 [colin]      2.10.0cvs48
1407
1408         * src/mainwindow.c
1409         * src/messageview.c
1410         * src/toolbar.c
1411         * src/toolbar.h
1412                 Fix random crashes while navigating
1413                 (GTK_EVENTS_FLUSH)
1414
1415 2007-07-19 [colin]      2.10.0cvs47
1416
1417         * configure.ac
1418         * src/main.c
1419         * src/prefs_common.c
1420         * src/prefs_common.h
1421         * src/wizard.c
1422         * src/common/defs.h
1423         * src/common/utils.c
1424                 Maemo: add an easy way to store data (mails
1425                 and IMAP/NNTP caches) on one of the SD cards,
1426                 and protect against unmounts if needed
1427
1428 2007-07-19 [paul]       2.10.0cvs46
1429
1430         * src/Makefile.am
1431         * src/stock_pixmap.c
1432         * src/gtk/about.c
1433         * src/pixmaps/claws-mail_logo-small.xpm
1434                 implement a (slightly) different About
1435                 dialog for maemo and add a small version
1436                 of the logo for it
1437         * src/wizard.c
1438                 use a scrolled window for wizard page 1
1439                 on maemo
1440
1441 2007-07-19 [paul]       2.10.0cvs45
1442
1443         * src/Makefile.am
1444                 too soon for this line
1445
1446 2007-07-19 [paul]       2.10.0cvs44
1447
1448         * src/Makefile.am
1449                 fix build on n800
1450
1451 2007-07-19 [colin]      2.10.0cvs43
1452
1453         * src/wizard.c
1454                 Solve Mail/Mailbox name when specifying
1455                 full /path/to/Mail.
1456
1457 2007-07-18 [colin]      2.10.0cvs42
1458
1459         * src/inc.c
1460         * configure.ac
1461                 Fix build on n770
1462
1463 2007-07-18 [colin]      2.10.0cvs41
1464
1465         * src/inc.c
1466                 Maemo: plug the online/offline system into
1467                 maemo's interfaces to have Claws automatically
1468                 switch according to the system status
1469         * src/statusbar.c
1470                 Maemo: use HildonBanners to display status
1471                 messages. Renders the main statusbar useless.
1472
1473 2007-07-18 [paul]       2.10.0cvs40
1474
1475         * src/filtering.c
1476                 fix screen blanking on moving/copying many msgs
1477         * src/folder.c
1478                 fix processing progressbar and screen blanking
1479                 during processing
1480
1481 2007-07-18 [paul]       2.10.0cvs39
1482
1483         * src/messageview.c
1484                 revert cvs37, breakage on maemo
1485
1486 2007-07-18 [paul]       2.10.0cvs38
1487
1488         * src/gtk/gtkutils.c
1489                 make sure we can still build with older GTK's
1490
1491 2007-07-18 [colin]      2.10.0cvs37
1492
1493         * src/messageview.c
1494                 Only hide the small layout's messageview, instead
1495                 of destroying it when closing
1496         * src/gtk/gtkutils.c
1497                 Use gtk_window_present_with_time to popup windows,
1498                 it seems to make things better with modern WMs
1499                 (actually focusing)
1500
1501 2007-07-17 [colin]      2.10.0cvs36
1502
1503         * src/editaddress.c
1504                 Simplify layout on Maemo
1505         * src/folder.c
1506                 Fix possible crash
1507         * src/prefs_display_header.c
1508                 Remove some headers by default on Maemo
1509
1510 2007-07-17 [paul]       2.10.0cvs35
1511
1512         * src/prefs_common.c
1513         * src/prefs_common.h
1514         * src/prefs_logging.c
1515         * src/common/log.c
1516                 add options to stop/enable writing logs to disc
1517
1518 2007-07-17 [paul]       2.10.0cvs34
1519
1520         * src/edittags.c
1521                 fix some issues with the Apply tags window:
1522                 - set search column (enables autocompl in the treeview)
1523                 - apply tag from "New tag" if it existed
1524                 - clears New tag entry when adding it with the button
1525                 Thanks to Colin
1526
1527 2007-07-17 [paul]       2.10.0cvs33
1528
1529         * src/edittags.c
1530                 fix 'apply tags' dialogue weirdness
1531
1532 2007-07-16 [colin]      2.10.0cvs32
1533
1534         * src/toolbar.c
1535                 Fix double-loading of mails on Maemo
1536
1537 2007-07-16 [colin]      2.10.0cvs31
1538
1539         * src/messageview.c
1540                 Prevent double-loading of the same part under some
1541                 conditions; hide statusbar on Maemo
1542
1543 2007-07-16 [colin]      2.10.0cvs30
1544
1545         * src/edittags.c
1546         * src/edittags.h
1547         * src/mainwindow.c
1548         * src/summaryview.c
1549                 Improve the tag interface - allow
1550                 to set/unset tags from a special
1551                 window.
1552         * src/gtk/gtkvscrollbutton.c
1553         * src/mimeview.c
1554         * src/mimeview.h
1555         * src/stock_pixmap.c
1556                 Fix Mimeview's ugly hacks in the
1557                 icon list. 
1558
1559 2007-07-16 [paul]       2.10.0cvs29
1560
1561         * src/wizard.c
1562                 rework dialog
1563         * src/gtk/icon_legend.c
1564                 put it all in a scrolled window
1565
1566 2007-07-15 [colin]      2.10.0cvs28
1567
1568         * src/mainwindow.c
1569                 Maemo: force layout to be Small screen; the
1570                 others don't make sense
1571
1572 2007-07-14 [colin]      2.10.0cvs27
1573
1574         * src/mimeview.c
1575         * src/gtk/gtkvscrollbutton.c
1576                 Maemo: Fix mimeview's buttons size
1577
1578 2007-07-14 [colin]      2.10.0cvs26
1579
1580         * src/toolbar.c
1581                 Fix the button workaround fix.
1582                 (Use the correct variable)
1583
1584 2007-07-14 [colin]      2.10.0cvs25
1585
1586         * src/mainwindow.c
1587         * src/toolbar.c
1588                 Maemo: put the progress bar in the
1589                 toolbar
1590
1591 2007-07-14 [colin]      2.10.0cvs24
1592
1593         * src/prefs_common.c
1594                 Maemo: hide statusbar by default
1595         * src/Makefile.am
1596         * src/stock_pixmap.c
1597         * src/stock_pixmap.h
1598         * src/toolbar.c
1599         * src/pixmaps/go_folders.xpm
1600                 Maemo: Add a specific icon to go back to
1601                 folder list
1602
1603 2007-07-14 [colin]      2.10.0cvs23
1604
1605         * src/toolbar.c
1606                 Don't set homogeneous finally
1607
1608 2007-07-14 [colin]      2.10.0cvs22
1609
1610         * src/toolbar.c
1611                 Fix button show/hide issues
1612
1613 2007-07-14 [colin]      2.10.0cvs21
1614
1615         * src/toolbar.c
1616                 Fix huge arrows
1617                 Fix button workaround to be able to click
1618                 if mouse was on button when it went un-
1619                 sensitive.
1620                 Revert previous commit, gtk_tool_item_set_homogeneous
1621                 doesn't mean what it seems to mean ;-)
1622
1623 2007-07-14 [paul]       2.10.0cvs20
1624
1625         * src/toolbar.c
1626                 make homogeneous FALSE always
1627
1628 2007-07-13 [colin]      2.10.0cvs19
1629
1630         * src/toolbar.c
1631         * src/toolbar.h
1632                 Rework to fit the non-deprecated API
1633         * src/compose.c
1634         * src/folderview.c
1635         * src/mainwindow.c
1636         * src/messageview.c
1637         * src/summaryview.c
1638                 Maemo layout changes. Better toolbars,
1639                 removal of CTree headers. 
1640
1641 2007-07-13 [paul]       2.10.0cvs18
1642
1643         * src/gtk/colorlabel.c
1644                 fix bug 1261, '[DE] coloring messages in overview 
1645                 keys are not localised'
1646                 the string is now included in claws-mail.pot
1647
1648 2007-07-13 [colin]      2.10.0cvs17
1649
1650         * src/summaryview.c
1651                 Fix bug 1267, 'printing mutliple messages 
1652                 opens one message-dialog after the other'
1653                 Ask for confirmation when printing 10
1654                 messages or more.
1655
1656 2007-07-11 [colin]      2.10.0cvs16
1657
1658         * COPYING
1659         * README
1660         * autogen.sh
1661         * manual/claws-mail-manual.xml
1662         * manual/gpl.xml
1663         * manual/es/claws-mail-manual.xml
1664         * manual/es/gpl.xml
1665         * manual/fr/claws-mail-manual.xml
1666         * manual/fr/gpl.xml
1667         * manual/pl/gpl.xml
1668         * src/account.c
1669         * src/account.h
1670         * src/action.c
1671         * src/action.h
1672         * src/adbookbase.h
1673         * src/addr_compl.c
1674         * src/addr_compl.h
1675         * src/addrbook.c
1676         * src/addrbook.h
1677         * src/addrcache.c
1678         * src/addrcache.h
1679         * src/addrcindex.c
1680         * src/addrcindex.h
1681         * src/addrclip.c
1682         * src/addrclip.h
1683         * src/addrdefs.h
1684         * src/addressadd.c
1685         * src/addressadd.h
1686         * src/addressbook.c
1687         * src/addressbook.h
1688         * src/addressbook_foldersel.c
1689         * src/addressbook_foldersel.h
1690         * src/addressitem.h
1691         * src/addrgather.c
1692         * src/addrgather.h
1693         * src/addrharvest.c
1694         * src/addrharvest.h
1695         * src/addrindex.c
1696         * src/addrindex.h
1697         * src/addritem.c
1698         * src/addritem.h
1699         * src/addrquery.c
1700         * src/addrquery.h
1701         * src/addrselect.c
1702         * src/addrselect.h
1703         * src/alertpanel.c
1704         * src/alertpanel.h
1705         * src/browseldap.c
1706         * src/browseldap.h
1707         * src/codeconv.c
1708         * src/codeconv.h
1709         * src/compose.c
1710         * src/compose.h
1711         * src/crash.c
1712         * src/crash.h
1713         * src/customheader.c
1714         * src/customheader.h
1715         * src/displayheader.c
1716         * src/displayheader.h
1717         * src/editaddress.c
1718         * src/editaddress.h
1719         * src/editaddress_other_attributes_ldap.c
1720         * src/editaddress_other_attributes_ldap.h
1721         * src/editbook.c
1722         * src/editbook.h
1723         * src/editgroup.c
1724         * src/editgroup.h
1725         * src/editjpilot.c
1726         * src/editjpilot.h
1727         * src/editldap.c
1728         * src/editldap.h
1729         * src/editldap_basedn.c
1730         * src/editldap_basedn.h
1731         * src/edittags.c
1732         * src/edittags.h
1733         * src/editvcard.c
1734         * src/editvcard.h
1735         * src/enriched.c
1736         * src/enriched.h
1737         * src/exphtmldlg.c
1738         * src/exphtmldlg.h
1739         * src/expldifdlg.c
1740         * src/expldifdlg.h
1741         * src/export.c
1742         * src/export.h
1743         * src/exporthtml.c
1744         * src/exporthtml.h
1745         * src/exportldif.c
1746         * src/exportldif.h
1747         * src/filtering.c
1748         * src/filtering.h
1749         * src/folder.c
1750         * src/folder.h
1751         * src/folder_item_prefs.c
1752         * src/folder_item_prefs.h
1753         * src/foldersel.c
1754         * src/foldersel.h
1755         * src/folderutils.c
1756         * src/folderutils.h
1757         * src/folderview.c
1758         * src/folderview.h
1759         * src/gedit-print.c
1760         * src/gedit-print.h
1761         * src/grouplistdialog.c
1762         * src/grouplistdialog.h
1763         * src/headerview.c
1764         * src/headerview.h
1765         * src/html.c
1766         * src/html.h
1767         * src/image_viewer.c
1768         * src/image_viewer.h
1769         * src/imap.c
1770         * src/imap.h
1771         * src/imap_gtk.c
1772         * src/imap_gtk.h
1773         * src/import.c
1774         * src/import.h
1775         * src/importldif.c
1776         * src/importldif.h
1777         * src/importmutt.c
1778         * src/importmutt.h
1779         * src/importpine.c
1780         * src/importpine.h
1781         * src/inc.c
1782         * src/inc.h
1783         * src/jpilot.c
1784         * src/jpilot.h
1785         * src/ldapctrl.c
1786         * src/ldapctrl.h
1787         * src/ldaplocate.c
1788         * src/ldaplocate.h
1789         * src/ldapquery.c
1790         * src/ldapquery.h
1791         * src/ldapserver.c
1792         * src/ldapserver.h
1793         * src/ldapupdate.c
1794         * src/ldapupdate.h
1795         * src/ldaputil.c
1796         * src/ldaputil.h
1797         * src/ldif.c
1798         * src/ldif.h
1799         * src/localfolder.c
1800         * src/localfolder.h
1801         * src/main.c
1802         * src/main.h
1803         * src/mainwindow.c
1804         * src/mainwindow.h
1805         * src/manual.c
1806         * src/manual.h
1807         * src/matcher.c
1808         * src/matcher.h
1809         * src/matcher_parser.h
1810         * src/matcher_parser_lex.l
1811         * src/matcher_parser_parse.y
1812         * src/mbox.c
1813         * src/mbox.h
1814         * src/message_search.c
1815         * src/message_search.h
1816         * src/messageview.c
1817         * src/messageview.h
1818         * src/mh.c
1819         * src/mh.h
1820         * src/mh_gtk.c
1821         * src/mh_gtk.h
1822         * src/mimeview.c
1823         * src/mimeview.h
1824         * src/msgcache.c
1825         * src/msgcache.h
1826         * src/mutt.c
1827         * src/mutt.h
1828         * src/news.c
1829         * src/news.h
1830         * src/news_gtk.c
1831         * src/news_gtk.h
1832         * src/noticeview.c
1833         * src/noticeview.h
1834         * src/partial_download.c
1835         * src/partial_download.h
1836         * src/pine.c
1837         * src/pine.h
1838         * src/pop.c
1839         * src/pop.h
1840         * src/prefs_account.c
1841         * src/prefs_account.h
1842         * src/prefs_actions.c
1843         * src/prefs_actions.h
1844         * src/prefs_common.c
1845         * src/prefs_common.h
1846         * src/prefs_compose_writing.c
1847         * src/prefs_compose_writing.h
1848         * src/prefs_customheader.c
1849         * src/prefs_customheader.h
1850         * src/prefs_display_header.c
1851         * src/prefs_display_header.h
1852         * src/prefs_ext_prog.c
1853         * src/prefs_ext_prog.h
1854         * src/prefs_filtering.c
1855         * src/prefs_filtering.h
1856         * src/prefs_filtering_action.c
1857         * src/prefs_filtering_action.h
1858         * src/prefs_folder_column.c
1859         * src/prefs_folder_column.h
1860         * src/prefs_folder_item.c
1861         * src/prefs_folder_item.h
1862         * src/prefs_fonts.c
1863         * src/prefs_fonts.h
1864         * src/prefs_gtk.c
1865         * src/prefs_gtk.h
1866         * src/prefs_image_viewer.c
1867         * src/prefs_image_viewer.h
1868         * src/prefs_logging.c
1869         * src/prefs_logging.h
1870         * src/prefs_matcher.c
1871         * src/prefs_matcher.h
1872         * src/prefs_message.c
1873         * src/prefs_message.h
1874         * src/prefs_msg_colors.c
1875         * src/prefs_msg_colors.h
1876         * src/prefs_other.c
1877         * src/prefs_other.h
1878         * src/prefs_quote.c
1879         * src/prefs_quote.h
1880         * src/prefs_receive.c
1881         * src/prefs_receive.h
1882         * src/prefs_send.c
1883         * src/prefs_send.h
1884         * src/prefs_spelling.c
1885         * src/prefs_spelling.h
1886         * src/prefs_summaries.c
1887         * src/prefs_summaries.h
1888         * src/prefs_summary_column.c
1889         * src/prefs_summary_column.h
1890         * src/prefs_summary_open.c
1891         * src/prefs_summary_open.h
1892         * src/prefs_template.c
1893         * src/prefs_template.h
1894         * src/prefs_themes.c
1895         * src/prefs_themes.h
1896         * src/prefs_toolbar.c
1897         * src/prefs_toolbar.h
1898         * src/prefs_wrapping.c
1899         * src/prefs_wrapping.h
1900         * src/privacy.c
1901         * src/privacy.h
1902         * src/procheader.c
1903         * src/procheader.h
1904         * src/procmime.c
1905         * src/procmime.h
1906         * src/procmsg.c
1907         * src/procmsg.h
1908         * src/quote_fmt.c
1909         * src/quote_fmt_lex.l
1910         * src/quote_fmt_parse.y
1911         * src/recv.c
1912         * src/recv.h
1913         * src/remotefolder.c
1914         * src/remotefolder.h
1915         * src/send_message.c
1916         * src/send_message.h
1917         * src/setup.c
1918         * src/setup.h
1919         * src/simple-gettext.c
1920         * src/sourcewindow.c
1921         * src/sourcewindow.h
1922         * src/ssl_manager.c
1923         * src/ssl_manager.h
1924         * src/statusbar.c
1925         * src/statusbar.h
1926         * src/stock_pixmap.c
1927         * src/stock_pixmap.h
1928         * src/summary_search.c
1929         * src/summary_search.h
1930         * src/summaryview.c
1931         * src/summaryview.h
1932         * src/textview.c
1933         * src/textview.h
1934         * src/toolbar.c
1935         * src/toolbar.h
1936         * src/undo.c
1937         * src/undo.h
1938         * src/unmime.c
1939         * src/unmime.h
1940         * src/uri_opener.c
1941         * src/uri_opener.h
1942         * src/vcard.c
1943         * src/vcard.h
1944         * src/wizard.c
1945         * src/wizard.h
1946         * src/common/base64.c
1947         * src/common/base64.h
1948         * src/common/claws.c
1949         * src/common/claws.h
1950         * src/common/defs.h
1951         * src/common/fnmatch.c
1952         * src/common/fnmatch.h
1953         * src/common/fnmatch_loop.c
1954         * src/common/hooks.c
1955         * src/common/hooks.h
1956         * src/common/log.c
1957         * src/common/log.h
1958         * src/common/md5.c
1959         * src/common/md5.h
1960         * src/common/mgutils.c
1961         * src/common/mgutils.h
1962         * src/common/nntp.c
1963         * src/common/nntp.h
1964         * src/common/passcrypt.c
1965         * src/common/passcrypt.h.in
1966         * src/common/plugin.c
1967         * src/common/plugin.h
1968         * src/common/prefs.c
1969         * src/common/prefs.h
1970         * src/common/progressindicator.c
1971         * src/common/progressindicator.h
1972         * src/common/quoted-printable.c
1973         * src/common/quoted-printable.h
1974         * src/common/session.c
1975         * src/common/session.h
1976         * src/common/smtp.c
1977         * src/common/smtp.h
1978         * src/common/socket.c
1979         * src/common/socket.h
1980         * src/common/ssl.c
1981         * src/common/ssl.h
1982         * src/common/ssl_certificate.c
1983         * src/common/ssl_certificate.h
1984         * src/common/string_match.c
1985         * src/common/string_match.h
1986         * src/common/stringtable.c
1987         * src/common/stringtable.h
1988         * src/common/tags.c
1989         * src/common/tags.h
1990         * src/common/template.c
1991         * src/common/template.h
1992         * src/common/timing.h
1993         * src/common/utils.c
1994         * src/common/utils.h
1995         * src/common/uuencode.c
1996         * src/common/uuencode.h
1997         * src/common/version.h.in
1998         * src/common/w32_dirent.c
1999         * src/common/w32_reg.c
2000         * src/common/w32_signal.c
2001         * src/common/w32_stat.c
2002         * src/common/w32_stdlib.c
2003         * src/common/w32_string.c
2004         * src/common/w32_time.c
2005         * src/common/w32_unistd.c
2006         * src/common/w32_wait.c
2007         * src/common/w32lib.h
2008         * src/common/xml.c
2009         * src/common/xml.h
2010         * src/common/xmlprops.c
2011         * src/common/xmlprops.h
2012         * src/etpan/etpan-errors.h
2013         * src/etpan/etpan-thread-manager-types.h
2014         * src/etpan/etpan-thread-manager.c
2015         * src/etpan/etpan-thread-manager.h
2016         * src/etpan/imap-thread.c
2017         * src/etpan/imap-thread.h
2018         * src/gtk/about.c
2019         * src/gtk/about.h
2020         * src/gtk/colorlabel.c
2021         * src/gtk/colorlabel.h
2022         * src/gtk/colorsel.c
2023         * src/gtk/colorsel.h
2024         * src/gtk/combobox.c
2025         * src/gtk/combobox.h
2026         * src/gtk/description_window.c
2027         * src/gtk/description_window.h
2028         * src/gtk/filesel.c
2029         * src/gtk/filesel.h
2030         * src/gtk/foldersort.c
2031         * src/gtk/foldersort.h
2032         * src/gtk/gtkaspell.c
2033         * src/gtk/gtkaspell.h
2034         * src/gtk/gtksctree.c
2035         * src/gtk/gtkshruler.c
2036         * src/gtk/gtkshruler.h
2037         * src/gtk/gtksourceprintjob.c
2038         * src/gtk/gtksourceprintjob.h
2039         * src/gtk/gtkutils.c
2040         * src/gtk/gtkutils.h
2041         * src/gtk/gtkvscrollbutton.c
2042         * src/gtk/gtkvscrollbutton.h
2043         * src/gtk/icon_legend.c
2044         * src/gtk/icon_legend.h
2045         * src/gtk/inputdialog.c
2046         * src/gtk/inputdialog.h
2047         * src/gtk/logwindow.c
2048         * src/gtk/logwindow.h
2049         * src/gtk/manage_window.c
2050         * src/gtk/manage_window.h
2051         * src/gtk/menu.c
2052         * src/gtk/menu.h
2053         * src/gtk/pluginwindow.c
2054         * src/gtk/pluginwindow.h
2055         * src/gtk/prefswindow.c
2056         * src/gtk/prefswindow.h
2057         * src/gtk/progressdialog.c
2058         * src/gtk/progressdialog.h
2059         * src/gtk/quicksearch.c
2060         * src/gtk/quicksearch.h
2061         * src/gtk/sslcertwindow.c
2062         * src/gtk/sslcertwindow.h
2063         * src/plugins/bogofilter/bogofilter.c
2064         * src/plugins/bogofilter/bogofilter.h
2065         * src/plugins/bogofilter/bogofilter_gtk.c
2066         * src/plugins/clamav/clamav_plugin.c
2067         * src/plugins/clamav/clamav_plugin.h
2068         * src/plugins/clamav/clamav_plugin_gtk.c
2069         * src/plugins/demo/demo.c
2070         * src/plugins/dillo_viewer/dillo_prefs.c
2071         * src/plugins/dillo_viewer/dillo_prefs.h
2072         * src/plugins/dillo_viewer/dillo_viewer.c
2073         * src/plugins/pgpcore/passphrase.c
2074         * src/plugins/pgpcore/passphrase.h
2075         * src/plugins/pgpcore/pgp_viewer.c
2076         * src/plugins/pgpcore/pgp_viewer.h
2077         * src/plugins/pgpcore/plugin.c
2078         * src/plugins/pgpcore/prefs_gpg.c
2079         * src/plugins/pgpcore/prefs_gpg.h
2080         * src/plugins/pgpcore/select-keys.c
2081         * src/plugins/pgpcore/select-keys.h
2082         * src/plugins/pgpcore/sgpgme.c
2083         * src/plugins/pgpcore/sgpgme.h
2084         * src/plugins/pgpinline/pgpinline.c
2085         * src/plugins/pgpinline/pgpinline.h
2086         * src/plugins/pgpinline/plugin.c
2087         * src/plugins/pgpmime/pgpmime.c
2088         * src/plugins/pgpmime/pgpmime.h
2089         * src/plugins/pgpmime/plugin.c
2090         * src/plugins/spamassassin/spamassassin.c
2091         * src/plugins/spamassassin/spamassassin.h
2092         * src/plugins/spamassassin/spamassassin_gtk.c
2093         * src/plugins/trayicon/trayicon.c
2094         * src/plugins/trayicon/trayicon_prefs.c
2095         * src/plugins/trayicon/trayicon_prefs.h
2096         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2097         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2098         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2099         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2100         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2101         * tools/OOo2claws-mail.pl
2102         * tools/README.sylprint
2103         * tools/acroread2claws-mail.pl
2104         * tools/claws-mail-compose-insert-files.pl
2105         * tools/convert_mbox.pl
2106         * tools/filter_conv.pl
2107         * tools/filter_conv_new.pl
2108         * tools/fix_date.sh
2109         * tools/freshmeat_search.pl
2110         * tools/google_search.pl
2111         * tools/kmail-mailbox2claws-mail.pl
2112         * tools/kmail2claws-mail.pl
2113         * tools/kmail2claws-mail_v2.pl
2114         * tools/mairix.sh
2115         * tools/make.themes.project
2116         * tools/multiwebsearch.pl
2117         * tools/nautilus2claws-mail.sh
2118         * tools/outlook2claws-mail.pl
2119         * tools/textviewer.sh
2120         * tools/thunderbird-filters-convertor.pl
2121         * tools/update-po
2122         * tools/uuooffice
2123         * tools/vcard2xml.py
2124         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2125                 Upgrade to GPLv3 or later.
2126
2127 2007-07-10 [wwp]        2.10.0cvs15
2128
2129         * src/main.c
2130                 Fix re-opening of all composing messages that were
2131                 opened when closing the previous instance, thanks
2132                 to Colin.
2133
2134 2007-07-10 [paul]       2.10.0cvs14
2135
2136         * src/editaddress_other_attributes_ldap.c
2137         * src/ldapupdate.c
2138                 fix crash on selecting 'other attributes' combo
2139                 for either a new entry or an old entry with no
2140                 existing attributes.
2141                 fix bug on editing multiple attributes which
2142                 resulted them all having the value of the last
2143                 one changed.
2144                 Thanks to Colin
2145
2146 2007-07-10 [colin]      2.10.0cvs13
2147
2148         * src/editaddress.c
2149         * src/editaddress_other_attributes_ldap.h
2150         * src/ldapupdate.c
2151                 Fix --disable-ldap build
2152
2153 2007-07-09 [colin]      2.10.0cvs12
2154
2155         * src/Makefile.am
2156         * src/addritem.c
2157         * src/addritem.h
2158         * src/editaddress.c
2159         * src/editaddress_other_attributes_ldap.c
2160         * src/editaddress_other_attributes_ldap.h
2161         * src/editldap.c
2162         * src/ldapctrl.c
2163         * src/ldapctrl.h
2164         * src/ldapupdate.c
2165                 Add capability to edit all inetOrgPerson
2166                 attributes on LDAP. Patch by Michael 
2167                 Rasmussen
2168
2169 2007-07-09 [colin]      2.10.0cvs11
2170
2171         * src/Makefile.am
2172         * src/exporthtml.c
2173         * src/mbox.c
2174         * src/msgcache.c
2175         * src/prefs_summaries.c
2176         * src/prefs_themes.c
2177         * src/procheader.c
2178         * src/common/Makefile.am
2179         * src/common/log.c
2180         * src/common/timing.h
2181         * src/common/utils.c
2182         * src/common/utils.h
2183         * src/common/w32_account.c
2184         * src/common/w32lib.h
2185         * src/gtk/Makefile.am
2186         * src/gtk/colorlabel.c
2187         * src/plugins/pgpcore/Makefile.am
2188         * src/plugins/pgpcore/claws.def
2189         * src/plugins/pgpcore/passphrase.c
2190         * src/plugins/pgpcore/pgp_viewer.c
2191         * src/plugins/pgpcore/plugin.def
2192         * src/plugins/pgpcore/sgpgme.c
2193         * src/plugins/pgpinline/Makefile.am
2194         * src/plugins/pgpinline/claws.def
2195         * src/plugins/pgpinline/mypgpcore.def
2196         * src/plugins/pgpinline/plugin.def
2197         * src/plugins/pgpmime/Makefile.am
2198         * src/plugins/pgpmime/claws.def
2199         * src/plugins/pgpmime/mypgpcore.def
2200         * src/plugins/pgpmime/plugin.def
2201                 Commit win32 patch, from Werner Koch and
2202                 Marcus Brinkmann
2203
2204 2007-07-09 [colin]      2.10.0cvs10
2205
2206         * src/prefs_toolbar.c
2207                 Fix crash when no actions exist
2208
2209 2007-07-07 [paul]       2.10.0cvs9
2210
2211         * COPYING
2212         * manual/claws-mail-manual.xml
2213                 update copyright year
2214         * po/fi.po
2215                 updated by Flammie Pirinen
2216
2217 2007-07-05 [wwp]        2.10.0cvs8
2218
2219         * src/plugins/clamav/clamav_plugin_gtk.c
2220                 Make vertical spacing like in other plugin prefs pages.
2221
2222 2007-07-05 [wwp]        2.10.0cvs7
2223
2224         * src/quote_fmt.c
2225                 It's %am that works, not %ae (this doc incoherence has been
2226                 introduced with 2.9.2cvs13).
2227
2228 2007-07-04 [wwp]        2.10.0cvs6
2229
2230         * src/plugins/bogofilter/bogofilter.c
2231                 Gettext-ize an occurrence of "Any" that wasn't.
2232
2233 2007-07-04 [colin]      2.10.0cvs5
2234
2235         * po/POTFILES.in
2236                 Fix untranslated strings; thanks
2237                 to Pader Rezso.
2238
2239 2007-07-03 [colin]      2.10.0cvs4
2240
2241         * src/folder.c
2242         * src/mainwindow.c
2243                 Fix saving of sort mode for tags and
2244                 thread date. Thanks to Pierre Ossman.
2245                 Completes fix for bug 1233
2246
2247 2007-07-03 [paul]       2.10.0cvs3
2248
2249         * src/compose.c
2250                 fix auto-save
2251         * src/summaryview.c
2252                 fix build warnings
2253         Thanks to Colin
2254
2255 2007-07-02 [colin]      2.10.0cvs2
2256
2257         * src/folder.h
2258         * src/mainwindow.c
2259         * src/procmsg.h
2260         * src/summaryview.c
2261                 Add View/Sort/by Thread date
2262                 Fixes bug 1233, 'Capability to sort 
2263                 threads by most recent message'
2264                 Based on a patch by Paul Rolland
2265
2266 2007-07-02 [colin]      2.10.0cvs1
2267
2268         * src/Makefile.am
2269         * src/compose.c
2270         * src/edittags.c
2271         * src/edittags.h
2272         * src/filtering.c
2273         * src/folder.c
2274         * src/folder.h
2275         * src/headerview.c
2276         * src/headerview.h
2277         * src/main.c
2278         * src/mainwindow.c
2279         * src/mainwindow.h
2280         * src/manual.h
2281         * src/matcher.c
2282         * src/matcher.h
2283         * src/matcher_parser_parse.y
2284         * src/mimeview.c
2285         * src/msgcache.c
2286         * src/msgcache.h
2287         * src/prefs_common.c
2288         * src/prefs_common.h
2289         * src/prefs_filtering_action.c
2290         * src/prefs_matcher.c
2291         * src/prefs_summary_column.c
2292         * src/procmsg.c
2293         * src/procmsg.h
2294         * src/quote_fmt.c
2295         * src/quote_fmt_lex.l
2296         * src/quote_fmt_parse.y
2297         * src/summaryview.c
2298         * src/summaryview.h
2299         * src/textview.c
2300         * src/common/Makefile.am
2301         * src/common/defs.h
2302         * src/common/tags.c
2303         * src/common/tags.h
2304         * src/gtk/quicksearch.c
2305         * src/gtk/quicksearch.h
2306                 Add Tags implementation. Tags are arbitrary labels
2307                 that can be applied to messages. It is possible 
2308                 to create, edit, remove tags; apply them to mails;
2309                 filter on tags or tag presence; apply or unset
2310                 tags via filtering actions; reference tags in
2311                 reply templates.
2312
2313 2007-07-02 [paul]       2.10.0
2314
2315         * NEWS
2316         * README
2317         * RELEASE_NOTES
2318                 2.10.0 released
2319
2320 2007-07-02 [paul]       2.9.2cvs78
2321
2322         * po/de.po
2323         * po/en_GB.po
2324         * po/es.po
2325         * po/fr.po
2326         * po/hu.po
2327         * po/pt_BR.po
2328         * po/ru.po
2329         * po/zh_CN.po
2330                 updated by Stephan Sachse, me, Ricardo Mones
2331                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2332                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2333
2334 2007-07-02 [paul]       2.9.2cvs77
2335
2336         * AUTHORS
2337                 updated
2338
2339 2007-06-29 [wwp]        2.9.2cvs76
2340
2341         * src/gtk/headers.h
2342                 Fix a typo (thanks to Ricardo for finding this out).
2343
2344 2007-06-28 [paul]       2.9.2cvs75
2345
2346         * src/folderview.c
2347                 fix build warnings
2348
2349 2007-06-28 [paul]       2.9.2cvs74
2350
2351         * tools/Makefile.am
2352                 fix bug in the autotools build system.
2353                 Files cataloged under EXTRA_DIST were never
2354                 automatically copied to the build tree.
2355                 (fix 'make distcheck')
2356                 Patch by Michael Rasmussen.
2357
2358 2007-06-24 [colin]      2.9.2cvs73
2359
2360         * src/news_gtk.c
2361                 Fix bug 1249, 'Error handling for 
2362                 news errors needs modification'
2363                 Only popup error if the according
2364                 pref in Prefs/Receive is set.
2365
2366 2007-06-21 [colin]      2.9.2cvs72
2367
2368         * src/common/plugin.c
2369         * src/common/plugin.h
2370                 Change plugin API to know whether it's safe to 
2371                 unload plugins or whether we should just hide
2372                 them. Fixes bug 1248, 'Core dumps after 
2373                 unloading plugin and clicking on load plugins'
2374         * src/plugins/bogofilter/bogofilter.c
2375         * src/plugins/clamav/clamav_plugin.c
2376         * src/plugins/demo/demo.c
2377         * src/plugins/dillo_viewer/dillo_viewer.c
2378         * src/plugins/pgpcore/plugin.c
2379         * src/plugins/pgpinline/plugin.c
2380         * src/plugins/pgpmime/plugin.c
2381         * src/plugins/spamassassin/spamassassin.c
2382         * src/plugins/trayicon/trayicon.c
2383                 Update API
2384
2385 2007-06-19 [colin]      2.9.2cvs71
2386
2387         * src/compose.c
2388         * src/messageview.c
2389                 Fix crash mentioned in bug 1246
2390                 Race condition when automatically drafting
2391                 due to insertion on reedit.
2392
2393 2007-06-18 [wwp]        2.9.2cvs70
2394
2395         * src/importldif.c
2396                 LDIF import: use a "Proceed" button to complete
2397                 the process.
2398
2399 2007-06-18 [paul]       2.9.2cvs69
2400
2401         * configure.ac
2402                 use pkgconfig to check for gtk and glib
2403
2404 2007-06-17 [wwp]        2.9.2cvs68
2405
2406         * src/ldif.c
2407         * src/importldif.c
2408                 LDIF import: better error handling, minor code
2409                 and UI cleanup, and renamed the Save button
2410                 to Close, as imported stuff is already saved
2411                 when the Save button is shown.
2412
2413 2007-06-17 [colin]      2.9.2cvs67
2414
2415         * src/prefs_summaries.c
2416         * src/procmsg.c
2417                 Don't set as read when forwarded, only replied to
2418
2419 2007-06-17 [paul]       2.9.2cvs66
2420
2421         * src/alertpanel.c
2422                 add missing #include
2423
2424 2007-06-16 [colin]      2.9.2cvs65
2425
2426         * src/prefs_summaries.c
2427         * src/procmsg.c
2428                 Change the pref "Only mark as read when opened
2429                 in new window" to "..., replied to or forwarded".
2430                 Based on a patch by Paul Rolland.
2431
2432 2007-06-16 [paul]       2.9.2cvs64
2433
2434         * src/gtk/authors.h
2435                 alphabetical order! :)
2436
2437 2007-06-16 [colin]      2.9.2cvs63
2438
2439         * AUTHORS
2440         * src/gtk/authors.h
2441                 Add Michael Rasmussen in authors list
2442
2443 2007-06-16 [colin]      2.9.2cvs62
2444
2445         * src/messageview.c
2446                 Fix messageview_copy_clipboard to take advantage
2447                 of plugins' get_selection.
2448
2449 2007-06-15 [colin]      2.9.2cvs61
2450
2451         * src/action.c
2452         * src/addr_compl.c
2453         * src/addressbook.c
2454         * src/folderview.c
2455         * src/message_search.c
2456         * src/mimeview.c
2457         * src/summary_search.c
2458         * src/summaryview.c
2459         * src/textview.c
2460                 Allow GDK_KP_Enter to do the same as GDK_Return
2461                 Patch by Michael Rasmussen
2462
2463 2007-06-15 [paul]       2.9.2cvs60
2464
2465         * src/compose.c
2466                 fix bug when closing a compose window
2467                 during autosave
2468
2469 2007-06-14 [paul]       2.9.2cvs59
2470
2471         * src/main.c
2472         * src/common/defs.h
2473                 migrate sylpheed config
2474
2475 2007-06-14 [wwp]        2.9.2cvs58
2476
2477         * src/gtk/pluginwindow.c
2478                 Yet another attempt to fix sizing/alignment of the
2479                 button bar in plugins window.
2480
2481 2007-06-12 [colin]      2.9.2cvs57
2482
2483         * po/POTFILES.in
2484         * src/Makefile.am
2485         * src/folderview.c
2486         * src/prefs_common.c
2487         * src/prefs_common.h
2488         * src/prefs_summaries.c
2489         * src/prefs_summary_open.c
2490         * src/prefs_summary_open.h
2491         * src/summaryview.c
2492                 Make "when entering a folder" actions more personalisable
2493
2494 2007-06-12 [wwp]        2.9.2cvs56
2495
2496         * tools/README
2497                 Use short description from Paul (mairix.sh).
2498
2499 2007-06-12 [wwp]        2.9.2cvs55
2500
2501         * tools/README
2502                 Updated info about mairix.sh.
2503
2504 2007-06-11 [paul]       2.9.2cvs54
2505
2506         * src/prefs_logging.c
2507                 rework log window length widgets
2508                 and some sensitivity fixes
2509
2510 2007-06-11 [paul]       2.9.2cvs53
2511
2512         * src/mainwindow.c
2513         * src/prefs_logging.c
2514                 rename 'Protocol Log' to 'Network Log'
2515                 and some function renaming
2516
2517 2007-06-10 [wwp]        2.9.2cvs52
2518
2519         * src/gtk/pluginwindow.c
2520                 Revert 2.9.2cvs51.
2521
2522 2007-06-10 [wwp]        2.9.2cvs51
2523
2524         * src/gtk/pluginwindow.c
2525                 Fix button bar in plugin window, was centered and not
2526                 behaving like other dialogs w/ such button bar.
2527
2528 2007-06-08 [wwp]        2.9.2cvs50
2529
2530         * src/compose.c
2531         * src/compose.h
2532         * src/main.c
2533         * src/mainwindow.c
2534         * src/mainwindow.h
2535                 Provide a way out of automatic draft saving on IMAP, when
2536                 exiting offline.
2537                 Prevent drafting while sending and quitting while sending.
2538                 Thanks for Colin.
2539
2540
2541
2542 2007-06-08 [wwp]        2.9.2cvs49
2543
2544         * src/prefs_account.c
2545         * src/gtk/prefswindow.c
2546         * src/gtk/prefswindow.h
2547                 Activate the Basic page when opening account prefs.
2548
2549 2007-06-08 [wwp]        2.9.2cvs48
2550
2551         * src/common/socket.c
2552                 Don't crash if fork() fails, thanks to Colin.
2553
2554 2007-06-08 [wwp]        2.9.2cvs47
2555
2556         * src/gtk/prefswindow.c
2557                 Wrap some long lines, and reset horizontal scroller's adjusment
2558                 (this was already done, vertically), when changing tab (not page)
2559                 in prefs windows.
2560
2561 2007-06-08 [paul]       2.9.2cvs46
2562
2563         * src/common/utils.c
2564                 use gethostname() instead of uname()
2565                 based on a patch by Michael Hughes
2566                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2567
2568 2007-06-07 [wwp]        2.9.2cvs45
2569
2570         * src/prefs_common.c
2571                 Fix some useless warnings, thanks to Colin.
2572
2573 2007-06-06 [colin]      2.9.2cvs44
2574
2575         * src/ldapupdate.c
2576                 Fix strange allocations. 
2577
2578 2007-06-06 [colin]      2.9.2cvs43
2579
2580         * src/ldapupdate.c
2581                 Patch by Michael Rasmussus to help
2582                 bug 1232
2583
2584 2007-06-05 [wwp]        2.9.2cvs42
2585
2586         * src/prefs_account.c
2587         * src/prefs_folder_item.c
2588         * src/prefs_quote.c
2589         * src/quote_fmt.c
2590         * src/quote_fmt.h
2591                 Per-folder templates can now be applied recursively.
2592                 Always save per-folder templates (formats were erroneously
2593                 saved only if they were enabled).
2594                 Check for validity of quotation marks everywhere there
2595                 are defined.
2596
2597 2007-06-05 [wwp]        2.9.2cvs41
2598
2599         * src/inc.c
2600                 Fix incoming messages from local accounts always getting filtered
2601                 (even if the account prefs say don't), thanks to Colin.
2602
2603 2007-06-05 [wwp]        2.9.2cvs40
2604
2605         * src/compose.c
2606         * src/compose.h
2607                 Use per-folder/per-account quote chars when applying a
2608                 template or inserting text as well. Const'ify some
2609                 vars more.
2610
2611 2007-06-04 [colin]      2.9.2cvs39
2612
2613         * src/compose.c
2614                 More work for wwp :)
2615
2616 2007-06-04 [wwp]        2.9.2cvs38
2617
2618         * src/compose.c
2619                 Same as 2.9.2cvs36 but for forwarding.
2620
2621 2007-06-04 [colin]      2.9.2cvs37
2622
2623         * src/compose.c
2624                 Use original mail file for forward/redirect
2625                 Fixes some forwarded mails to be attached as
2626                 application/octet-stream (when they have binary
2627                 parts), and incidentally fixes bug 848
2628                 'Redirect breaks GnuPG'
2629
2630 2007-06-04 [wwp]        2.9.2cvs36
2631
2632         * src/compose.c
2633                 Fix quote mark mis-initialisation when replying/forwarding
2634                 (introduced w/ 2.9.2cvs20).
2635
2636 2007-06-04 [wwp]        2.9.2cvs35
2637
2638         * src/prefs_compose_writing.c
2639         * src/prefs_quote.c
2640                 Fix a bug where Quotation characters (prefs/compose/writing)
2641                 was cleared (introduced w/ 2.9.2cvs26).
2642
2643 2007-06-04 [wwp]        2.9.2cvs34
2644
2645         * src/prefs_account.c
2646         * src/prefs_account.h
2647                 Better fix for compiling w/o aspell (rollbacks
2648                 2.9.2cvs31).
2649
2650 2007-06-04 [wwp]        2.9.2cvs33
2651
2652         * src/account.c
2653         * src/prefs_account.c
2654         * src/prefs_account.h
2655         * src/procmsg.c
2656                 It's now possible to disable mail filtering plugins
2657                 on a per-account basis.
2658
2659 2007-06-04 [wwp]        2.9.2cvs32
2660
2661         * src/procheader.c
2662         * src/common/utils.c
2663         * src/common/utils.h
2664                 Support CRLF in headers part of messages.
2665                 Support few more date formats (RFC3339 subsets).
2666
2667 2007-06-04 [wwp]        2.9.2cvs31
2668
2669         * src/prefs_account.c
2670                 Fix compiling w/o aspell support.
2671
2672 2007-06-03 [wwp]        2.9.2cvs30
2673
2674         * src/prefs_gtk.c
2675                 Don't decode leading ENV_ and ~ in P_PASSWORD
2676                 values.
2677
2678 2007-06-03 [wwp]        2.9.2cvs29
2679
2680         * src/prefs_gtk.c
2681                 Don't decode leading ENV_ and ~ in P_PASSWORD
2682                 values.
2683
2684 2007-06-03 [wwp]        2.9.2cvs28
2685
2686         * src/prefs_account.c
2687         * src/gtk/prefswindow.c
2688         * src/gtk/prefswindow.h
2689                 Added a way to force preloading of all pages
2690                 (prefswindow).
2691                 Moved tabs to pages in account prefs.
2692
2693 2007-06-02 [colin]      2.9.2cvs27
2694
2695         * src/addressbook.c
2696                 Fix possible crash, fix ldap write bugs
2697         * src/ldapupdate.c
2698                 Fix ldap write bugs - patch by Michael
2699                 Rasmussen
2700         * src/alertpanel.c
2701         * src/alertpanel.h
2702                 Add a hook whenever alertpanel opens/closes
2703
2704 2007-05-31 [wwp]        2.9.2cvs26
2705
2706         * src/prefs_compose_writing.c
2707         * src/prefs_quote.c
2708                 Re-organized writing options a bit:
2709                  - renamed the Quoting page to Templates
2710                  - moved all composing templates to that page
2711                  - moved non-templates options to the Writing one,
2712                    grouped reply-related options, reordered reply and
2713                    forward options.
2714
2715 2007-05-31 [wwp]        2.9.2cvs25
2716
2717         * src/compose.c
2718                 Removed unused code.
2719
2720 2007-05-31 [colin]      2.9.2cvs24
2721
2722         * src/addressbook.c
2723                 Fix missing display name when modifying
2724                 LDAP. Patch by Michael Rasmussen
2725
2726 2007-05-31 [wwp]        2.9.2cvs23
2727
2728         * src/plugins/bogofilter/Makefile.am
2729         * src/plugins/clamav/Makefile.am
2730         * src/plugins/demo/Makefile.am
2731         * src/plugins/dillo_viewer/Makefile.am
2732         * src/plugins/spamassassin/Makefile.am
2733                 Fix building of those plugins in Mac OS X.
2734
2735 2007-05-30 [wwp]        2.9.2cvs22
2736
2737         * src/gtk/quicksearch.c
2738                 Fix missing initialization.
2739
2740 2007-05-30 [wwp]        2.9.2cvs21
2741
2742         * src/procheader.c
2743                 Revert accidental commit (debug outputs).
2744
2745 2007-05-30 [wwp]        2.9.2cvs20
2746
2747         * src/compose.c
2748         * src/folder_item_prefs.c
2749         * src/folder_item_prefs.h
2750         * src/prefs_account.c
2751         * src/prefs_account.h
2752         * src/prefs_folder_item.c
2753         * src/prefs_gtk.c
2754         * src/prefs_gtk.h
2755                 Implemented per-account and per-folder
2756                 compose/reply/forward formats.
2757
2758 2007-05-30 [wwp]        2.9.2cvs19
2759
2760         * src/prefs_compose_writing.c
2761         * src/prefs_quote.c
2762         * src/procheader.c
2763         * src/quote_fmt.c
2764         * src/quote_fmt.h
2765                 Internal API changes (factorize quote format
2766                 prefs and checks).
2767
2768 2007-05-30 [colin]      2.9.2cvs18
2769
2770         * src/compose.c
2771                 Fix race where it's possible to re-click Send
2772                 between end of SMTP session and end of "move to
2773                 sent folder" when sending an email with send
2774                 dialog enabled.
2775
2776 2007-05-30 [colin]      2.9.2cvs17
2777
2778         * src/crash.c
2779                 Ask for backtrace on all threads. Patch by
2780                 Pawel
2781         * src/folderview.c
2782                 Fix stale news statusbar when scanning fails.
2783                 Patch by Pawel
2784         * src/ldapupdate.c
2785                 Fix some LDAP write updates bugs. Patch
2786                 by Michael Rasmussen
2787
2788 2007-05-29 [colin]      2.9.2cvs16
2789
2790         * src/imap.c
2791                 Fix loss of local flags when moving mails
2792                 on IMAP in high-bandwidth mode (UID FETCH)
2793
2794 2007-05-25 [paul]       2.9.2cvs15
2795
2796         * src/common/socket.c
2797                 fix sometimes crasher on cancelling
2798                 message sending
2799
2800 2007-05-25 [colin]      2.9.2cvs14
2801
2802         * src/imap.c
2803                 Fix a memory leak
2804         * src/imap_gtk.c
2805                 Be more helpful in the subscription
2806                 message
2807
2808 2007-05-23 [wwp]        2.9.2cvs13
2809
2810         * src/compose.c
2811         * src/prefs_compose_writing.c
2812         * src/prefs_quote.c
2813         * src/prefs_template.c
2814         * src/prefs_template.h
2815         * src/quote_fmt.c
2816         * src/quote_fmt.h
2817         * src/quote_fmt_lex.l
2818         * src/quote_fmt_parse.y
2819                 Introduced new syntax elements (symbols and commands)
2820                 in templates/quote_fmt. Compatibility w/ old
2821                 symbols is kept.
2822                 Updated and reworked the corresponding Information
2823                 dialog.
2824                 Display the line number in dialogs that talk about
2825                 parser errors (in addition to the error message in
2826                 output).
2827
2828 2007-05-23 [wwp]        2.9.2cvs12
2829
2830         * src/quote_fmt_parse.y
2831                 Fix 2.9.2cvs11, probably a paste accident ;).
2832
2833 2007-05-23 [wwp]        2.9.2cvs11
2834
2835         * src/compose.c
2836         * src/prefs_template.c
2837         * src/quote_fmt.h
2838         * src/quote_fmt_parse.y
2839                 Fix 2.9.2cvs10, which broke --disable-aspell.
2840
2841 2007-05-22 [wwp]        2.9.2cvs10
2842
2843         * src/compose.c
2844         * src/prefs_template.c
2845         * src/quote_fmt.c
2846         * src/quote_fmt.h
2847         * src/quote_fmt_lex.l
2848         * src/quote_fmt_parse.y
2849         * src/gtk/gtkaspell.c
2850         * src/gtk/gtkaspell.h
2851                 Added template/quote format syntactical elements
2852                 to show and query:
2853                         - current dictionary
2854                           %T to show (shows empty if not set or not enabled),
2855                           ?T and !T to check if the default dictionary is
2856                           enabled and set
2857                         - current account's default dictionary
2858                           %aT to show (empty if not set or not enabled),
2859                           ?aT and !aT to check if it's enabled and set
2860                         - name completion for an address, from the address
2861                           book
2862                           %ABf, %ABt, %ABc respectively show the full name got
2863                           from the address book if From, To or Cc match a single
2864                           contact.
2865                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2866                           matches any contact and if the full name is non-empty.
2867                           If From, To or Cc are lists of email addresses, only
2868                           the first address will be checked.
2869                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2870                 that could show a trailing ','.
2871                 Also, template/quote_fmt parser now shows the line number in case
2872                 of parser error.
2873
2874 2007-05-15 [colin]      2.9.2cvs9
2875
2876         * src/main.c
2877         * src/main.h
2878                 Add a public function to know whether Claws
2879                 crashed last time
2880                 Store opened folder when exiting
2881         * src/folder.c
2882         * src/folder.h
2883                 Store last opened message in each FolderItem;
2884                 Reset last seen messages if Claws crashed, so 
2885                 that one can't go in an infinite crash in case 
2886                 a particular mail crashes Claws.
2887         * src/messageview.c
2888         * src/prefs_common.c
2889         * src/prefs_common.h
2890         * src/summaryview.c
2891         * src/prefs_summaries.c
2892                 Add "Select last opened message" when entering
2893                 a folder
2894                 Add "Select last opened folder" at startup.
2895
2896 2007-05-14 [colin]      2.9.2cvs8
2897
2898         * manual/xml2pdf
2899                 Fix bashism, search for xml catalog 
2900                 in /usr/local/share/xml/catalog too
2901                 Patch by Pawel
2902
2903 2007-05-13 [wwp]        2.9.2cvs7
2904
2905         * src/gtk/logwindow.c
2906                 fix raising log windows when they are either minimized or
2907                 in background.
2908
2909 2007-05-11 [colin]      2.9.2cvs6
2910
2911         * src/gtk/filesel.c
2912                 Use Hildon's file chooser on Maemo. Patch
2913                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2914                 'File attachment "manipulation" bugs...'
2915
2916 2007-05-10 [wwp]        2.9.2cvs5
2917
2918         * src/prefs_common.c
2919         * src/prefs_common.h
2920         * src/gtk/quicksearch.c
2921                 Add a quicksearch option to automatically run
2922                 a search selected from the history (this option
2923                 is exclusive towards type-ahead).
2924
2925 2007-05-10 [colin]      2.9.2cvs4
2926
2927         * src/imap.c
2928                 Fix g_warnings, thanks to Brian
2929                 Morrison
2930
2931 2007-05-09 [colin]      2.9.2cvs3
2932
2933         * src/crash.c
2934         * src/exporthtml.c
2935         * src/mbox.c
2936         * src/prefs_summaries.c
2937         * src/procheader.c
2938         * src/common/log.c
2939         * src/common/utils.c
2940         * src/gtk/gtksourceprintjob.c
2941         * src/gtk/sslcertwindow.c
2942                 Use the re-entrant variant of time functions
2943                 Probably fixes bug 1217, 'reentrancy problems 
2944                 with time functions'
2945
2946 2007-05-09 [colin]      2.9.2cvs2
2947
2948         * src/imap.c
2949                 Fix crasher when reconnection fails
2950
2951 2007-05-08 [paul]       2.9.2cvs1
2952
2953         * NEWS
2954         * README
2955         * RELEASE_NOTES
2956         * configure.ac
2957                 bump version number following
2958                 stable release
2959
2960 2007-05-08 [paul]       2.9.1cvs48
2961
2962         * src/plugins/demo/demo.c
2963         * src/plugins/dillo_viewer/dillo_prefs.c
2964         * src/plugins/dillo_viewer/dillo_prefs.h
2965         * src/plugins/dillo_viewer/dillo_viewer.c
2966         * src/plugins/pgpcore/pgp_viewer.c
2967         * src/plugins/pgpcore/pgp_viewer.h
2968         * src/plugins/pgpcore/plugin.c
2969         * src/plugins/pgpcore/prefs_gpg.c
2970         * src/plugins/pgpcore/prefs_gpg.h
2971         * src/plugins/pgpcore/sgpgme.c
2972         * src/plugins/pgpcore/sgpgme.h
2973         * src/plugins/pgpinline/plugin.c
2974         * src/plugins/pgpmime/pgpmime.c
2975         * src/plugins/pgpmime/pgpmime.h
2976         * src/plugins/pgpmime/plugin.c
2977         * src/plugins/spamassassin/spamassassin.c
2978         * src/plugins/spamassassin/spamassassin.h
2979         * src/plugins/spamassassin/spamassassin_gtk.c
2980         * src/plugins/trayicon/README
2981         * tools/README
2982         * tools/README.sylprint
2983         * tools/outlook2claws-mail.pl
2984         * tools/sylprint.pl
2985         * tools/tb2claws-mail
2986         * tools/tbird2claws.py
2987         * tools/update-po
2988         * tools/vcard2xml.py
2989         * tools/kdeservicemenu/README
2990                 cleanups and corrections
2991
2992 2007-05-06 [wwp]        2.9.1cvs47
2993
2994         * tools/uudec
2995                 Fix missing dash to `display` command-line, reported
2996                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2997
2998 2007-05-06 [colin]      2.9.1cvs46
2999
3000         * src/Makefile.am
3001         * src/stock_pixmap.c
3002         * src/stock_pixmap.h
3003         * src/pixmaps/printer.xpm
3004                 Add a printer icon
3005
3006 2007-05-06 [paul]       2.9.1cvs45
3007
3008         * src/compose.c
3009         * src/ldapquery.c
3010         * src/privacy.h
3011         * src/summary_search.c
3012         * src/summaryview.c
3013                 fix build warnings
3014
3015 2007-05-05 [wwp]        2.9.1cvs44
3016
3017         * src/messageview.c
3018         * src/mh.c
3019         * src/prefs_actions.c
3020         * src/prefs_gtk.c
3021         * src/summaryview.c
3022         * src/common/xml.c
3023                 Fix "faild" typos everywhere and capitalization of
3024                 some g_warnings.
3025
3026 2007-05-04 [colin]      2.9.1cvs43
3027
3028         * src/compose.c
3029         * src/privacy.c
3030         * src/privacy.h
3031         * src/plugins/pgpcore/prefs_gpg.c
3032         * src/plugins/pgpcore/prefs_gpg.h
3033         * src/plugins/pgpinline/pgpinline.c
3034         * src/plugins/pgpmime/pgpmime.c
3035                 Add an API to warn about encryption limits,
3036                 and allow to disable these warnings
3037
3038 2007-05-03 [colin]      2.9.1cvs42
3039
3040         * src/summaryview.c
3041         * src/mainwindow.c
3042                 Fix bug 1213, 'Delete more than 
3043                 one thread at once'
3044
3045 2007-05-03 [wwp]        2.9.1cvs41
3046
3047         * src/prefs_common.c
3048         * src/prefs_filtering.c
3049         * src/prefs_template.c
3050         * src/common/template.c
3051         * src/common/template.h
3052         * src/gtk/gtkutils.c
3053         * src/gtk/gtkutils.h
3054                 Templates are no longer automatically sorted
3055                 by name, but can be sorted manually using
3056                 |< < > >| buttons as well as drag'n'drop.
3057
3058 2007-05-03 [wwp]        2.9.1cvs40
3059
3060         * src/plugins/spamassassin/spamassassin.c
3061         * src/plugins/spamassassin/spamassassin.h
3062         * src/plugins/spamassassin/spamassassin_gtk.c
3063         * src/plugins/bogofilter/bogofilter.c
3064         * src/plugins/bogofilter/bogofilter.h
3065         * src/plugins/bogofilter/bogofilter_gtk.c
3066                 Added an option to conditionally mark saved spam
3067                 as read (default is and was to do so).
3068                 Satisfies feature request 1708539 on sf.net tracker.
3069
3070 2007-05-03 [colin]      2.9.1cvs39
3071
3072         * src/inc.c
3073                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3074
3075 2007-05-02 [colin]      2.9.1cvs38
3076
3077         * src/textview.c
3078                 Fix bug 1209, 'Clicking on address 
3079                 in header (mailto uri) selects 
3080                 default account'. Patch adapted from
3081                 G.P. Halkes' patch.
3082
3083 2007-05-02 [colin]      2.9.1cvs37
3084
3085         * src/grouplistdialog.c
3086                 Set cursor to wait cursor while loading
3087                 groups.
3088
3089 2007-05-02 [paul]       2.9.1cvs36
3090
3091         * src/folder.c
3092         * src/common/defs.h
3093                 rename cache and mark files
3094                 (data is preserved)
3095
3096 2007-04-30 [paul]       2.9.1cvs35
3097
3098         * manual/glossary.xml
3099         * manual/plugins.xml
3100                 updates. Patch by Ricardo
3101
3102 2007-04-29 [wwp]        2.9.1cvs34
3103
3104         * src/mainwindow.c
3105         * configure.ac
3106                 Fix few grammatical errors (patch by David Relson < relson at
3107                 osagesoftware dot com >).
3108
3109 2007-04-28 [colin]      2.9.1cvs33
3110
3111         * src/account.c
3112         * src/pop.c
3113         * src/prefs_account.c
3114         * src/prefs_account.h
3115                 Drop the "Download all" preference. It's
3116                 stupidly useless and confuses people from
3117                 time to time.
3118
3119 2007-04-27 [wwp]        2.9.1cvs32
3120
3121         * src/account.c
3122         * src/prefs_account.c
3123         * src/prefs_account.h
3124                 Don't reflect accounts changes to the mainwindow when it's
3125                 not necessary.
3126
3127 2007-04-27 [colin]      2.9.1cvs31
3128
3129         * src/folder.c
3130                 Freeze/thaw when sync'ing flags
3131         * src/imap.c
3132         * src/prefs_account.c
3133         * src/prefs_account.h
3134         * src/etpan/imap-thread.c
3135         * src/etpan/imap-thread.h
3136                 Add a way to use UID FETCH instead
3137                 of searches to fetch message lists
3138                 and flags. More expensive towards
3139                 bandwidth, less expensive towards
3140                 server's CPU. Probably fixes 
3141                 bug 1158, 'Scanning new folders on 
3142                 Exchange 2007 extremely slow'.
3143                 Patch 95% by Hoa.
3144
3145 2007-04-27 [paul]       2.9.1cvs30
3146
3147         * src/mainwindow.c
3148         * src/prefs_logging.c
3149                 improvements to english usage
3150
3151 2007-04-27 [colin]      2.9.1cvs29
3152
3153         * src/imap.c
3154                 Fix build without libetpan (my bad!)
3155
3156 2007-04-26 [colin]      2.9.1cvs28
3157
3158         * src/imap.c
3159         * src/imap.h
3160                 Fix uselessly exported function
3161         * src/textview.c
3162                 Consider "- -- \n" as signature separator
3163                 (that's what signature separators look like
3164                  in PGP/Inline signed mails)
3165
3166 2007-04-26 [colin]      2.9.1cvs27
3167
3168         * configure.ac
3169                 libetpan-0.49 is now required
3170         * src/procmime.c
3171                 Fix double fetching of mails if
3172                 first try failed
3173         * src/imap.c
3174                 Make offline sync faster, by
3175                 remembering last change time, and
3176                 last sync time.
3177
3178 2007-04-26 [hoa]        2.9.1cvs26
3179
3180         * src/imap.c
3181         * src/imap.h
3182         * src/mainwindow.c
3183         * src/toolbar.c
3184         * src/etpan/imap-thread.c
3185         * src/etpan/imap-thread.h
3186                 cancellation of IMAP operations is now allowed.
3187                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3188
3189 2007-04-26 [colin]      2.9.1cvs25
3190
3191         * src/folder.c
3192                 Always fetch body+headers in folders that are
3193                 synched for offline use, if "Synchronise as
3194                 soon as possible" is set.
3195                 Fixes bug 1200, 'Add option to always retrieve full 
3196                 messages'
3197
3198 2007-04-25 [colin]      2.9.1cvs24
3199
3200         * src/compose.c
3201                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3202                 persists...'
3203
3204 2007-04-24 [colin]      2.9.1cvs23
3205
3206         * src/folderview.c
3207                 Fix bug 1195, 'Hardware key navigation' 
3208                 Make GDK_Enter toggle expansion (Maemo)
3209
3210 2007-04-24 [wwp]        2.9.1cvs22
3211
3212         * src/compose.c
3213                 Fix few compiler warnings.
3214
3215 2007-04-24 [paul]       2.9.1cvs21
3216
3217         * src/Makefile.am
3218         * src/stock_pixmap.c
3219         * src/stock_pixmap.h
3220                 complete last commit
3221
3222 2007-04-24 [paul]       2.9.1cvs20
3223
3224         * src/gtk/about.c
3225         * src/pixmaps/active.xpm
3226         * src/pixmaps/checkbox_off.xpm
3227         * src/pixmaps/checkbox_on.xpm
3228         * src/pixmaps/inactive.xpm
3229                 kick out the blobs
3230                 remove transparent border from checkbox icons
3231
3232 2007-04-24 [wwp]        2.9.1cvs19
3233
3234         * src/textview.c
3235         * src/textview.h
3236                 Fix a crash in textview, thanks to Colin.
3237
3238 2007-04-23 [wwp]        2.9.1cvs18
3239
3240         * src/prefs_common.c
3241                 Fix 2.9.1cvs5: no header was being translated at all.
3242
3243 2007-04-23 [colin]      2.9.1cvs17
3244
3245         * src/Makefile.am
3246         * src/stock_pixmap.c
3247         * src/stock_pixmap.h
3248         * src/summaryview.c
3249         * src/summaryview.h
3250         * src/gtk/gtksctree.c
3251         * src/gtk/gtksctree.h
3252         * src/pixmaps/selection.xpm
3253                 Fix bug 1193, 'Need a way to multi-select
3254                 items'. Add a toggle button to the summaryview
3255                 to switch between normal and multiple selection
3256                 (Maemo)
3257
3258 2007-04-23 [colin]      2.9.1cvs16
3259
3260         * src/Makefile.am
3261         * src/stock_pixmap.c
3262         * src/stock_pixmap.h
3263         * src/summaryview.c
3264         * src/summaryview.h
3265         * src/gtk/gtksctree.c
3266         * src/gtk/gtksctree.h
3267         * src/pixmaps/selection.xpm
3268                 Fix bug 1193, 'Need a way to multi-
3269                 select items'
3270                 Add a toggle button in the summaryview
3271                 to enable normal or multiple selection.
3272                 (Maemo)
3273
3274 2007-04-23 [colin]      2.9.1cvs15
3275
3276         * src/compose.c
3277                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3278
3279 2007-04-21 [colin]      2.9.1cvs14
3280
3281         * src/gtk/quicksearch.c
3282                 Fix previous commit (actually use correct
3283                 parameter)
3284
3285 2007-04-21 [colin]      2.9.1cvs13
3286
3287         * src/gtk/quicksearch.c
3288                 Fix changing quicksearch type (after Esc,
3289                 after changing Recursive, ...)
3290
3291 2007-04-20 [wwp]        2.9.1cvs12
3292
3293         * src/gtk/Makefile.am
3294                 Added headers.h (completes 2.9.1cvs5).
3295
3296 2007-04-20 [wwp]        2.9.1cvs11
3297
3298         * src/addressbook.c
3299                 Fix the use of display name in name column,
3300                 it has been overriden w/ the use of nickname
3301                 by 2.9.0cvs3. Now nickname is used (if any)
3302                 in case of LDAP books only.
3303
3304 2007-04-20 [colin]      2.9.1cvs10
3305
3306         * src/mimeview.c
3307         * src/summaryview.c
3308         * src/textview.c
3309                 Add handling of 'a' to loop in a mail's
3310                 mimeparts
3311
3312 2007-04-20 [colin]      2.9.1cvs9
3313
3314         * src/toolbar.c
3315                 Fix bug 1190, 'dir_open' button doesn't work'
3316                 (Maemo)
3317
3318 2007-04-20 [colin]      2.9.1cvs8
3319
3320         * src/folderview.c
3321         * src/mainwindow.c
3322                 Fix bug 1194, 'Hardware keys move from email 
3323                 list to account/directory list, but not back 
3324                 to email list...' (Maemo)
3325
3326 2007-04-20 [colin]      2.9.1cvs7
3327
3328         * src/compose.h
3329                 complete previous commit
3330
3331 2007-04-20 [colin]      2.9.1cvs6
3332
3333         * src/compose.c
3334                 Fix bug 1187, 'Reply-to addressee disappears 
3335                 when reply-to text box is clicked...' (Maemo)
3336
3337 2007-04-20 [wwp]        2.9.1cvs5
3338
3339         * po/POTFILES.in
3340         * src/addressbook.c
3341         * src/compose.c
3342         * src/filtering.c
3343         * src/headerview.c
3344         * src/matcher.c
3345         * src/prefs_common.c
3346         * src/prefs_common.h
3347         * src/prefs_display_header.c
3348         * src/prefs_matcher.c
3349         * src/summaryview.c
3350         * src/gtk/headers.h
3351         * src/gtk/quicksearch.c
3352                 Translate more header names according to the relevant option value,
3353                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3354                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3355                 to prefs_common_translated_header_name().
3356                 Added a headers.h reference file that contains known header names
3357                 (RFC2822 and others) to the translation process' input, so that
3358                 translated header names will still exist even if no occurrence of
3359                 _("headername") is found anymore in the sources.
3360                 Don't translate column name 'Number' following to trans_hdr option
3361                 value as it's not a header name.
3362
3363 2007-04-20 [colin]      2.9.1cvs4
3364
3365         * src/gtk/quicksearch.c
3366         * src/gtk/quicksearch.h
3367                 Add "From, To or Subject" quicksearch
3368                 type. Patch by ulfschaper@users.sf.net
3369
3370 2007-04-20 [colin]      2.9.1cvs3
3371
3372         * src/matcher.c
3373                 Implement proper references filtering condition.
3374                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3375
3376 2007-04-19 [wwp]        2.9.1cvs2
3377
3378         * src/prefs_display_header.c
3379         * src/message_search.c
3380                 Fix few warnings (g_free of const gchar*).
3381
3382 2007-04-19 [paul]       2.9.1cvs1
3383
3384         * NEWS
3385         * README
3386         * RELEASE_NOTES
3387         * configure.ac
3388                 bump version number following
3389                 stable release
3390
3391 2007-04-19 [paul]       2.9.0cvs9
3392
3393         * manual/advanced.xml
3394         * manual/glossary.xml
3395                 fix typos
3396
3397 2007-04-18 [paul]       2.9.0cvs8
3398
3399         * src/pop.c
3400                 fix for CVE-2007-1558 (APOP)
3401                 Thanks to Colin
3402
3403 2007-04-18 [paul]       2.9.0cvs7
3404
3405         * src/messageview.c
3406         * src/mimeview.c
3407         * src/summaryview.c
3408         * src/gtk/filesel.c
3409                 Fix encoding woes wrt saving of
3410                 mails and parts
3411                 Thanks to Colin
3412
3413 2007-04-18 [colin]      2.9.0cvs6
3414
3415         * src/gtk/pluginwindow.c
3416                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3417
3418 2007-04-17 [wwp]        2.9.0cvs5
3419
3420         * src/addressadd.c
3421         * src/addressbook.c
3422         * src/addrindex.c
3423         * src/ldapupdate.c
3424                 Fix --disable-ldap build,
3425                 fix some LDAP annoyances on 
3426                 searches, thanks to Colin.
3427
3428 2007-04-17 [wwp]        2.9.0cvs4
3429
3430         * src/ldapupdate.c
3431                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3432                 like gcc 2.9x. Thanks to Colin.
3433
3434 2007-04-17 [wwp]        2.9.0cvs3
3435
3436         * src/Makefile.am
3437         * src/addressadd.c
3438         * src/addressbook.c
3439         * src/addrindex.c
3440         * src/addritem.c
3441         * src/addritem.h
3442         * src/editaddress.c
3443         * src/ldapctrl.c
3444         * src/ldapctrl.h
3445         * src/ldapquery.c
3446         * src/ldapserver.c
3447         * src/ldapserver.h
3448         * src/ldapupdate.c
3449         * src/ldapupdate.h
3450                 Add LDAP write support. Patch mostly by 
3451                 Michael <mir at datanom dot net>
3452
3453 2007-04-17 [wwp]        2.9.0cvs2
3454
3455         * src/compose.c
3456                 Prepend "Add to address book" to the context menu of compose window's sender and
3457                 recipient fields.
3458
3459 2007-04-16 [paul]       2.9.0cvs1
3460
3461         * src/gtk/authors.h
3462                 add Pader Rezso
3463
3464 2007-04-16 [paul]       2.9.0
3465
3466         * NEWS
3467         * README
3468         * RELEASE_NOTES
3469                 2.9.0 released
3470
3471 2007-04-16 [paul]       2.8.1cvs102
3472
3473         * po/fr.po
3474                 updated by Fabien Vantard
3475
3476 2007-04-16 [paul]       2.8.1cvs101
3477
3478         * po/ca.po
3479         * po/cs.po
3480         * po/de.po
3481         * po/hu.po
3482         * po/pl.po
3483         * po/pt_BR.po
3484         * po/sr.po
3485         * po/zh_CN.po
3486                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3487                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3488                 Aleksandar Urosevic, and Ralgh Young
3489
3490 2007-04-15 [mones]      2.8.1cvs100
3491
3492         * po/es.po
3493                 Updated for release
3494
3495 2007-04-14 [colin]      2.8.1cvs99
3496
3497         * src/message_search.c
3498         * src/prefs_display_header.c
3499         * src/summary_search.c
3500         * src/gtk/combobox.c
3501                 Fix allocations
3502
3503 2007-04-14 [wwp]        2.8.1cvs98
3504
3505         * src/gtk/combobox.c
3506         * src/message_search.c
3507         * src/summary_search.c
3508         * src/prefs_display_header.c
3509                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3510                 returns NULL, get the text value directly from the GtkEntry child.
3511
3512 2007-04-13 [colin]      2.8.1cvs97
3513
3514         * src/gtk/quicksearch.c
3515                 Give the focus back to summaryview when
3516                 emptying the quicksearch with Esc
3517
3518 2007-04-13 [colin]      2.8.1cvs96
3519
3520         * src/message_search.c
3521         * src/prefs_display_header.c
3522         * src/summary_search.c
3523                 Fix possibles crashes when getting text
3524                 from gtk combos
3525
3526 2007-04-13 [colin]      2.8.1cvs95
3527
3528         * src/pop.c
3529                 Add some UIDL debugging
3530
3531 2007-04-12 [colin]      2.8.1cvs94
3532
3533         * src/folder.c
3534                 Force folder scan if necessary after
3535                 copying mails, to be able to reapply
3536                 flags.
3537
3538 2007-04-11 [colin]      2.8.1cvs93
3539
3540         * src/main.c
3541                 don't scan for new mail on startup if --select
3542                 is specified (or race conditions arise). If so,
3543                 do both sequentially.
3544
3545 2007-04-09 [colin]      2.8.1cvs92
3546
3547         * src/common/defs.h
3548                 Use leafpad by default on Maemo. Patch
3549                 by Jean-Luc Biord.
3550
3551 2007-04-06 [colin]      2.8.1cvs91
3552
3553         * src/pixmaps/queue_close.xpm
3554         * src/pixmaps/queue_close_hrm.xpm
3555         * src/pixmaps/queue_close_hrm_mark.xpm
3556         * src/pixmaps/queue_close_mark.xpm
3557         * src/pixmaps/queue_open.xpm
3558         * src/pixmaps/queue_open_hrm.xpm
3559         * src/pixmaps/queue_open_hrm_mark.xpm
3560         * src/pixmaps/queue_open_mark.xpm
3561                 Move the clock one pixel down :)
3562
3563 2007-04-05 [colin]      2.8.1cvs90
3564
3565         * src/mainwindow.c
3566                 Don't sync when switching offline from
3567                 command line - it's usually too late :)
3568
3569 2007-04-05 [paul]       2.8.1cvs89
3570
3571         * src/Makefile.am
3572         * src/stock_pixmap.c
3573         * src/pixmaps/dir_close_hrm.xpm
3574         * src/pixmaps/dir_close_hrm_mark.xpm
3575         * src/pixmaps/drafts_close.xpm
3576         * src/pixmaps/drafts_close_mark.xpm
3577         * src/pixmaps/drafts_open.xpm
3578         * src/pixmaps/drafts_open_mark.xpm
3579         * src/pixmaps/inbox.xpm
3580         * src/pixmaps/inbox_close.xpm
3581         * src/pixmaps/inbox_close_hrm.xpm
3582         * src/pixmaps/inbox_close_hrm_mark.xpm
3583         * src/pixmaps/inbox_close_mark.xpm
3584         * src/pixmaps/inbox_hrm.xpm
3585         * src/pixmaps/inbox_hrm_mark.xpm
3586         * src/pixmaps/inbox_mark.xpm
3587         * src/pixmaps/inbox_open.xpm
3588         * src/pixmaps/inbox_open_hrm.xpm
3589         * src/pixmaps/inbox_open_hrm_mark.xpm
3590         * src/pixmaps/inbox_open_mark.xpm
3591         * src/pixmaps/outbox.xpm
3592         * src/pixmaps/outbox_close.xpm
3593         * src/pixmaps/outbox_close_hrm.xpm
3594         * src/pixmaps/outbox_close_hrm_mark.xpm
3595         * src/pixmaps/outbox_close_mark.xpm
3596         * src/pixmaps/outbox_hrm.xpm
3597         * src/pixmaps/outbox_hrm_mark.xpm
3598         * src/pixmaps/outbox_mark.xpm
3599         * src/pixmaps/outbox_open.xpm
3600         * src/pixmaps/outbox_open_hrm.xpm
3601         * src/pixmaps/outbox_open_hrm_mark.xpm
3602         * src/pixmaps/outbox_open_mark.xpm
3603         * src/pixmaps/queue_close.xpm
3604         * src/pixmaps/queue_close_hrm.xpm
3605         * src/pixmaps/queue_close_hrm_mark.xpm
3606         * src/pixmaps/queue_close_mark.xpm
3607         * src/pixmaps/queue_open.xpm
3608         * src/pixmaps/queue_open_hrm.xpm
3609         * src/pixmaps/queue_open_hrm_mark.xpm
3610         * src/pixmaps/queue_open_mark.xpm
3611                 updated, added and replaced icons
3612                 Icons by Colin
3613
3614 2007-04-04 [colin]      2.8.1cvs88
3615
3616         * src/imap.c
3617                 Fix build without libetpan
3618
3619 2007-04-03 [colin]      2.8.1cvs87
3620
3621         * src/imap.c
3622                 Fix crash with Citadel, and try to make
3623                 things work. this server (and specifically 
3624                 STATUS and APPEND at least) seems broken.
3625
3626 2007-04-03 [colin]      2.8.1cvs86
3627
3628         * src/folderview.c
3629                 Fix icons on folder close
3630
3631 2007-04-03 [colin]      2.8.1cvs85
3632
3633         * src/inc.c
3634                 Fix double-ask of offline override in
3635                 certain cases
3636         * src/imap.c
3637         * src/imap.h
3638         * src/imap_gtk.c
3639                 Much more efficient way to synchronise
3640                 for offline use
3641         * src/etpan/imap-thread.c
3642                 Fix possible segs
3643         * src/folder.c
3644         * src/gtk/quicksearch.c
3645                 Fix some GUI lags
3646
3647 2007-04-03 [paul]       2.8.1cvs84
3648
3649         * src/filtering.c
3650         * src/folder.c
3651         * src/folder.h
3652         * src/prefs_common.c
3653         * src/prefs_common.h
3654         * src/prefs_other.c
3655                 Fix sync being done too late
3656                 Thanks to Colin
3657
3658 2007-04-02 [colin]      2.8.1cvs83
3659
3660         * src/summaryview.c
3661                 Maemo: Put status and quicksearch at the top
3662         * src/plugins/bogofilter/bogofilter.c
3663         * src/plugins/spamassassin/spamassassin.c
3664                 Derive trash from inbox if possible
3665
3666 2007-04-02 [paul]       2.8.1cvs82
3667
3668         * src/plugins/bogofilter/bogofilter_gtk.c
3669                 a few English changes
3670
3671 2007-04-02 [paul]
3672
3673         2.9.0-rc1 released
3674
3675 2007-04-02 [colin]      2.8.1cvs81
3676
3677         * src/image_viewer.c
3678                 Fix transparent images by using
3679                 GtkImage
3680         * src/messageview.c
3681                 Flush events (on new windows) to avoid
3682                 having the textview's image resize fail
3683                 to know the available width
3684
3685 2007-04-01 [colin]      2.8.1cvs80
3686
3687         * src/prefs_account.c
3688                 If no MH mailbox exist, when creating a POP/Local
3689                 account, just create and use the default one 
3690                 instead of bailing with a "Mailbox doesn't exist"
3691                 error
3692
3693 2007-03-31 [colin]      2.8.1cvs79
3694
3695         * src/prefs_account.c
3696                 Create signature file if it doesn't exist
3697                 before editing
3698         * src/prefs_toolbar.c
3699                 Maemo: Move "Use default" on the left so
3700                 that people can find it
3701         * src/common/defs.h
3702                 Maemo: make default editor "Maemopad", 
3703                 default signature file "MyDocs/signature.txt"
3704
3705 2007-03-31 [colin]      2.8.1cvs78
3706
3707         * src/prefs_account.c
3708                 Maemo: rework account prefs so
3709                 that less horizontal scrolling
3710                 is required
3711
3712 2007-03-31 [colin]      2.8.1cvs77
3713
3714         * src/folderview.c
3715         * src/prefs_common.c
3716         * src/prefs_common.h
3717                 Fix bug 1167, 'Allow not displaying zeros 
3718                 in folder list'. Patch by MartinP
3719
3720 2007-03-31 [colin]      2.8.1cvs76
3721
3722         * AUTHORS
3723                 Add Jean-Luc Biord
3724
3725 2007-03-31 [colin]      2.8.1cvs75
3726
3727         * src/imap.c
3728                 Apply patch from bug 1172, direct
3729                 access to the folder's session instead
3730                 of using getter. Patch by MartinP
3731
3732 2007-03-31 [paul]       2.8.1cvs74
3733
3734         * src/gtk/authors.h
3735                 no need to list Fabien twice!
3736
3737 2007-03-31 [colin]      2.8.1cvs73
3738
3739         * src/inc.c
3740                 If we're currently "overriding for %d minutes",
3741                 don't ask
3742
3743 2007-03-31 [colin]      2.8.1cvs72
3744
3745         * src/compose.c
3746         * src/imap.c
3747         * src/inc.c
3748         * src/inc.h
3749         * src/messageview.c
3750         * src/news.c
3751         * src/plugins/spamassassin/spamassassin.c
3752                 Offline override: Add a parameter to allow
3753                 asking even if the override timer is running.
3754                 Allows to ask every time the user makes an
3755                 explicit action needing online access (such
3756                 as Get Mail), and not when the action is 
3757                 implicit (such as opening an IMAP folder)
3758
3759 2007-03-31 [colin]      2.8.1cvs71
3760
3761         * src/inc.c
3762                 Override offline: "No" answer shouldn't
3763                 re-ask after 3 seconds, but 10 minutes. 
3764
3765 2007-03-30 [colin]      2.8.1cvs70
3766
3767         * src/common/socket.c
3768                 Better error reporting on unix socket
3769                 failure (bind usually)
3770         * src/gtk/gtkutils.c
3771         * src/gtk/gtkutils.h
3772                 Label window: add a pulsing progress
3773                 bar to show we're not hung :)
3774         * src/folderview.c
3775         * src/main.c
3776         * src/plugins/pgpcore/sgpgme.c
3777                 Update API
3778
3779 2007-03-30 [colin]      2.8.1cvs69
3780
3781         * src/pop.c
3782         * src/prefs_common.c
3783                 Fix possible trashing of history and uidl
3784                 files on disk full problems
3785
3786 2007-03-30 [paul]       2.8.1cvs68
3787
3788         * src/mainwindow.c
3789         * src/summaryview.c
3790         * src/summaryview.h
3791                 update summary when changing layout type
3792                 (fixes wrong folder icon being displayed)
3793                 Thanks to Colin
3794
3795 2007-03-29 [colin]      2.8.1cvs67
3796
3797         * src/prefs_ext_prog.c
3798                 The browser pref is irrelevant on Maemo
3799
3800 2007-03-29 [colin]      2.8.1cvs66
3801
3802         * src/compose.c
3803         * src/compose.h
3804                 Maemo: dynamically switch headers/text position
3805         * src/prefs_common.c
3806                 Maemo: hide compose's ruler by default
3807         * src/common/socket.c
3808         * src/common/socket.h
3809                 Fix build warning
3810
3811 2007-03-29 [colin]      2.8.1cvs65
3812
3813         * src/common/socket.c
3814         * src/common/socket.h
3815                 Fix build when MAEMO_CFLAGS contains
3816                 _X_OPENSOURCE (resolv.h errors as long
3817                 as we don't add _BSD_SOURCE. Ugly).
3818
3819 2007-03-29 [wwp]        2.8.1cvs64
3820
3821         * src/prefs_logging.c
3822                 Fix sensitivity of clip-log widgets in prefs/logging,
3823                 thanks to Fabien.
3824
3825 2007-03-29 [wwp]        2.8.1cvs63
3826
3827         * po/POTFILES.in
3828                 Updated files list for translations, thanks to Fabien.
3829
3830 2007-03-29 [colin]      2.8.1cvs62
3831
3832         * src/main.c
3833         * src/common/Makefile.am
3834         * src/common/utils.c
3835                 Maybe make URI opening work in Maemo
3836                 Requires testing :)
3837
3838 2007-03-28 [colin]      2.8.1cvs61
3839
3840         * src/folder.c
3841         * src/folder.h
3842         * src/folderview.c
3843                 Add the possibility to sort folders arbitrarily
3844                 (via editing of folderlist.xml only). Patch by
3845                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3846                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3847                 be changed by the user'
3848
3849 2007-03-28 [colin]      2.8.1cvs60
3850
3851         * src/mimeview.c
3852                 Add popup menu for mime icons
3853
3854 2007-03-28 [colin]      2.8.1cvs59
3855
3856         * src/mainwindow.c
3857                 Fix a layout issue when presenting
3858                 mainwindow in Small screen layout
3859         * src/toolbar.c
3860         * src/toolbar.h
3861                 Add a "Go to folder list" button for
3862                 mainwindow, and make it default in
3863                 the Maemo build
3864
3865 2007-03-28 [colin]      2.8.1cvs58
3866
3867         * src/compose.c
3868                 Don't dynamically update title on Maemo
3869                 Patch by Jean-Luc Biord
3870
3871 2007-03-27 [colin]      2.8.1cvs57
3872
3873         * src/compose.c
3874         * src/folderview.c
3875         * src/summaryview.c
3876                 Enable tap-and-hold on Maemo
3877
3878 2007-03-26 [colin]      2.8.1cvs56
3879
3880         * src/compose.c
3881                 More popup-menu (in attachments list)
3882
3883 2007-03-26 [colin]      2.8.1cvs55
3884
3885         * src/compose.c
3886                 Enable popup-menu signal
3887
3888 2007-03-26 [colin]      2.8.1cvs54
3889
3890         * src/plugins/pgpinline/pgpinline.c
3891                 Fix bug 1111, 'PGP/inline plugin hides text 
3892                 around encrypted text block'. Patch based on
3893                 a patch from Michal Cihar.
3894
3895 2007-03-26 [wwp]        2.8.1cvs53
3896
3897         * src/procmsg.c
3898                 Fix getting a false error when sending queued message
3899                 whereas the sending was fine (if there are subfolders
3900                 in the queue folder), thanks to Colin.
3901
3902 2007-03-26 [paul]       2.8.1cvs52
3903
3904         * src/wizard.c
3905                 update FACE header in welcome message
3906
3907 2007-03-25 [colin]      2.8.1cvs51
3908
3909         * src/Makefile.am
3910                 Fix make dist
3911
3912 2007-03-25 [colin]      2.8.1cvs50
3913
3914         * src/main.c
3915                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3916
3917 2007-03-24 [colin]      2.8.1cvs49
3918
3919         * src/main.c
3920                 Fix a few launch problems on Maemo
3921                 Patch by Jean-Luc Biord
3922
3923 2007-03-24 [wwp]        2.8.1cvs48
3924
3925         * src/alertpanel.c
3926         * src/alertpanel.h
3927         * src/messageview.c
3928         * src/summaryview.c
3929                 Fix wrong action performed when closing the
3930                 "ask about account specific filtering rules
3931                 when filtering manually" dialog by pressing Escape.
3932                 Fix wrong order of buttons in the "return receipt
3933                 notification - the message was sent to several of
3934                 your accounts" dialog.
3935
3936 2007-03-24 [paul]       2.8.1cvs47
3937
3938         * src/folderview.c
3939                 an improvement to English usage
3940         * tools/kdeservicemenu/README
3941                 updated Claws url
3942
3943 2007-03-24 [paul]       2.8.1cvs46
3944
3945         * src/Makefile.am
3946         * src/stock_pixmap.c
3947         * src/pixmaps/edit_extern.xpm
3948         * src/pixmaps/mail_sign.xpm
3949                 rescue long lost icons
3950
3951 2007-03-24 [paul]       2.8.1cvs45
3952
3953         * src/toolbar.c
3954                 fix toolbar (broken in 2.8.1cvs42)
3955
3956 2007-03-23 [colin]      2.8.1cvs44
3957
3958         * src/imap.c
3959                 Correctly unsubscribe/resubscribe after
3960                 RENAME
3961
3962 2007-03-23 [colin]      2.8.1cvs43
3963
3964         * src/prefs_common.c
3965                 Maemo: as the platform is light on RAM, allow
3966                 caches to be discarded faster.
3967
3968 2007-03-23 [colin]      2.8.1cvs42
3969
3970         * src/Makefile.am
3971         * src/compose.c
3972         * src/compose.h
3973         * src/stock_pixmap.c
3974         * src/stock_pixmap.h
3975         * src/summaryview.c
3976         * src/summaryview.h
3977         * src/toolbar.c
3978         * src/toolbar.h
3979         * src/pixmaps/open_mail.xpm
3980                 Maemo changes: Add the possibility to have
3981                 "Open Email" and "Close Window" buttons on 
3982                 toolbars (and use them in Maemo's default
3983                 toolbars)
3984
3985 2007-03-23 [wwp]        2.8.1cvs41
3986
3987         * src/action.c
3988                 Reverted that part of the action dialog closure logics, to
3989                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3990                 done later in a different way (or may not).
3991
3992 2007-03-22 [wwp]        2.8.1cvs40
3993
3994         * src/action.c
3995                 Fix sticky action dialog when got no output but action command
3996                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3997
3998 2007-03-22 [colin]      2.8.1cvs39
3999
4000         * src/prefs_filtering.c
4001         * src/gtk/combobox.h
4002                 Fix escaping account names in filtering prefs
4003
4004 2007-03-22 [colin]      2.8.1cvs38
4005
4006         * src/addrindex.c
4007         * src/ldapctrl.h
4008         * src/ldapquery.c
4009                 Add any attribute specified in LDAP servers'
4010                 Search attributes to the Other Attributes tab
4011                 of contacts; Add 'telephoneNumber' in the
4012                 default list.
4013
4014 2007-03-22 [colin]      2.8.1cvs37
4015
4016         * src/folderview.c
4017         * src/folderview.h
4018         * src/mainwindow.c
4019                 Try to prevent race conditions when
4020                 changing the folder list
4021         * src/summaryview.c
4022                 Fix possible red folder icon when
4023                 switching from Small screen layout
4024                 to any other
4025
4026 2007-03-22 [colin]      2.8.1cvs36
4027
4028         * src/mainwindow.c
4029         * src/mainwindow.h
4030         * src/summaryview.c
4031                 Rename "little screen" to "Small screen"
4032         * src/gtk/Makefile.am
4033         * src/common/utils.c
4034         * src/mh.c
4035                 Fix Maemo-related compilation problems
4036
4037 2007-03-21 [colin]      2.8.1cvs35
4038
4039         * configure.ac
4040                 Fix previous commit
4041         * claws-mail.desktop
4042                 Remove .png from the Icon, it's useless
4043
4044 2007-03-21 [colin]      2.8.1cvs34
4045
4046         * configure.ac
4047         * src/Makefile.am
4048                 Add the necessary lib checking for 
4049                 Maemo
4050
4051 2007-03-21 [colin]      2.8.1cvs33
4052
4053         * src/main.c
4054                 Fix unconditional "error happened" when
4055                 sending via command-line. "lol @ myself"
4056
4057 2007-03-21 [colin]      2.8.1cvs32
4058
4059         * claws-mail-40x40.png
4060         * claws-mail-26x26.png
4061         * src/account.c
4062         * src/addressbook.c
4063         * src/compose.c
4064         * src/folderview.c
4065         * src/folderview.h
4066         * src/main.c
4067         * src/mainwindow.c
4068         * src/mainwindow.h
4069         * src/messageview.c
4070         * src/prefs_account.c
4071         * src/prefs_common.c
4072         * src/summary_search.c
4073         * src/summaryview.c
4074         * src/summaryview.h
4075         * src/gtk/authors.h
4076         * src/gtk/gtkutils.c
4077         * src/gtk/gtkutils.h
4078         * src/gtk/logwindow.c
4079         * src/gtk/menu.c
4080         * src/gtk/prefswindow.c
4081                 Add Maemo port (patch mainly by Jean-Luc Biort)
4082                 Add a new 'Little screen' layout to help on such
4083                 platforms (patch by me)
4084                 Make some default preferences different (more
4085                 adapted) on Maemo (patch by me)
4086
4087 2007-03-21 [wwp]        2.8.1cvs31
4088
4089         * src/prefs_logging.c
4090         * src/prefs_logging.h
4091                 Fixed copyright header of newly added files.
4092
4093 2007-03-21 [wwp]        2.8.1cvs30
4094
4095         * src/Makefile.am
4096         * src/filtering.c
4097         * src/filtering.h
4098         * src/folder.c
4099         * src/folderview.c
4100         * src/imap.c
4101         * src/inc.c
4102         * src/main.c
4103         * src/mainwindow.c
4104         * src/mainwindow.h
4105         * src/matcher.c
4106         * src/messageview.c
4107         * src/news.c
4108         * src/pop.c
4109         * src/prefs_common.c
4110         * src/prefs_common.h
4111         * src/prefs_logging.c
4112         * src/prefs_logging.h
4113         * src/prefs_other.c
4114         * src/procmsg.c
4115         * src/send_message.c
4116         * src/summaryview.c
4117         * src/common/log.c
4118         * src/common/log.h
4119         * src/common/nntp.c
4120         * src/common/session.c
4121         * src/common/smtp.c
4122         * src/common/socket.c
4123         * src/etpan/imap-thread.c
4124         * src/gtk/logwindow.c
4125         * src/gtk/logwindow.h
4126         * src/plugins/bogofilter/bogofilter.c
4127         * src/plugins/spamassassin/spamassassin.c
4128                 Added debugging of filtering/processing rules.
4129                 The debug log is here 'Tools/Filtering debug window',
4130                 the options there 'Configuration/Preferences/Other/Logging',
4131                 and the log file is ~/.claws-mail/filtering.log.
4132                 Moved protocol log prefs to 'Other/Logging' as well.
4133                 To support such debugging feature, the existing log API has
4134                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4135                 this impacts many external modules (commits follow).
4136
4137 2007-03-21 [paul]       2.8.1cvs29
4138
4139         * src/etpan/Makefile.am
4140         * src/etpan/imap-thread.c
4141                 add missing #include
4142
4143 2007-03-21 [colin]      2.8.1cvs28
4144
4145         * src/procmime.c
4146                 Fix bug 1157, 'some broken messages confuse 
4147                 mime parser'. Make sure we can't have MimeInfos
4148                 with negative sizes.
4149
4150 2007-03-20 [colin]      2.8.1cvs27
4151
4152         * src/main.c
4153                 Fix missing \0 on buffer
4154
4155 2007-03-20 [colin]      2.8.1cvs26
4156
4157         * src/mh.c
4158                 Use make_dir_hier instead of make_dir 
4159                 to create the MH mailbox
4160
4161 2007-03-20 [colin]      2.8.1cvs25
4162
4163         * src/folder.c
4164         * src/folder.h
4165         * src/prefs_account.c
4166         * src/wizard.c
4167                 Fix default inbox weirdnesses (after wizard,
4168                 if path is Mail, mailbox identifier is #mh/Mailbox,
4169                 and when creating new accounts)
4170
4171 2007-03-20 [colin]      2.8.1cvs24
4172
4173         * src/account.c
4174                 Write folderlist after adding/deleting accounts
4175                 that have folders
4176
4177 2007-03-20 [colin]      2.8.1cvs23
4178
4179         * src/imap.c
4180         * src/remotefolder.h
4181                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4182                 selected while scanning prior to update'
4183
4184 2007-03-17 [paul]       2.8.1cvs22
4185
4186         * src/main.c
4187                 fix a typo, and be a little more verbose.
4188
4189 2007-03-17 [wwp]        2.8.1cvs21
4190
4191         * src/inc.c
4192                 Fix a compiler warning.
4193
4194 2007-03-16 [wwp]        2.8.1cvs20
4195
4196         * tools/Makefile.am
4197         * tools/README
4198                 Updated to deal w/ the new mairix.sh tool.
4199
4200 2007-03-16 [wwp]        2.8.1cvs19
4201
4202         * src/action.c
4203                 Fix logics issues around the action IO dialog:
4204                 - disable entry widget and exec button when
4205                   the exec button is clicked (don't wait for any
4206                   output line) - fix possible disabling/re-enabling/
4207                   re-disabling of those widgets
4208                 - raise an error if executing a %as{} action either
4209                   empty or invalid, instead of failing silently
4210                 - don't close the dialog if the abort button has been
4211                   clicked and if there was no output yet
4212                 - set focus to the abort button when the exec button
4213                   is clicked
4214                 - fix capitalization of a warning message
4215
4216 2007-03-16 [wwp]        2.8.1cvs18
4217
4218         * tools/mairix.sh
4219                 Added a wrapper to mairix to the tools folder.
4220
4221 2007-03-16 [colin]      2.8.1cvs17
4222
4223         * src/messageview.c
4224         * src/mimeview.h
4225                 Allow mimeviewer plugins to print
4226                 their stuff
4227
4228 2007-03-16 [colin]      2.8.1cvs16
4229
4230         * .cvsignore
4231                 Ignore *.patchset
4232
4233 2007-03-15 [colin]      2.8.1cvs15
4234
4235         * src/messageview.c
4236         * src/mimeview.h
4237                 Add a way for mimeviewer plugins to
4238                 implement body search
4239
4240 2007-03-15 [paul]       2.8.1cvs14
4241
4242         * src/prefs_spelling.c
4243                 fix English usage
4244
4245 2007-03-15 [paul]       2.8.1cvs13
4246
4247         * src/common/quoted-printable.c
4248                 fix decoding of quoted-printable parts
4249
4250 2007-03-14 [wwp]        2.8.1cvs12
4251
4252         * src/gtk/logwindow.h
4253                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4254
4255 2007-03-14 [wwp]        2.8.1cvs11
4256
4257         * src/gtk/logwindow.h
4258                 Complete 2.8.1cvs10.
4259
4260 2007-03-14 [colin]      2.8.1cvs10
4261
4262         * src/gtk/logwindow.c
4263                 Probably fix bug 1149, crash on logwindow
4264                 close - at the expense of performance once
4265                 logwin has been opened
4266
4267 2007-03-14 [colin]      2.8.1cvs9
4268
4269         * src/main.c
4270                 If claws-mail is running on another
4271                 display, warn instead of popping it up
4272                 on the other display
4273
4274 2007-03-12 [colin]      2.8.1cvs8
4275
4276         * src/wizard.c
4277                 Fix bug 1145, 'Setting a different name 
4278                 for the Mailbox name isn't reflected in 
4279                 default account settings'. Patch by wwp
4280
4281 2007-03-12 [colin]      2.8.1cvs7
4282
4283         * src/summaryview.c
4284                 Fix bug 1143, 'Add number of messages to be 
4285                 deleted to confirmation dialog'
4286
4287 2007-03-12 [wwp]        2.8.1cvs6
4288
4289         * src/folderview.c
4290         * src/prefs_common.c
4291         * src/prefs_common.h
4292         * src/prefs_summaries.c
4293                 Changed the option that displays unread messages count
4294                 next to the folder name in folder list: it is now
4295                 possible to either display nothing, display the
4296                 unread messages number only or the unread and total messages
4297                 numbers. The patch includes this extra feature as well
4298                 as some minor fixes by rewriting the algo in folderview.c.
4299                 Thanks to Paul for the original idea and implementation, plus
4300                 testing and proof-reading!
4301
4302 2007-03-09 [paul]       2.8.1cvs5
4303
4304         * tools/Makefile.am
4305         * tools/README
4306         * tools/claws-mail-compose-insert-files.pl
4307                 added a script which enables inserting files
4308                 into the message body of a new Claws Mail
4309                 Compose window from the command line. Additionally
4310                 To, Cc, Subject and files to attach to the message
4311                 can be specified.
4312
4313 2007-03-09 [wwp]        2.8.1cvs4
4314
4315         * src/addr_compl.c
4316         * src/addr_compl.h
4317         * src/filtering.c
4318                 Optimize matching of addresses in the addressbook
4319                 (filtering/processing 'found_in_addressbook' condition).
4320
4321 2007-03-07 [wwp]        2.8.1cvs3
4322
4323         * src/quote_fmt.c
4324         * src/quote_fmt_lex.l
4325         * src/quote_fmt_parse.y
4326                 Add a new quote format symbol: %A to insert the
4327                 sender email address (just the address itself).
4328
4329 2007-03-06 [wwp]        2.8.1cvs2
4330
4331         * src/gtk/gtkutils.c
4332         * src/plugins/trayicon/trayicon_prefs.h
4333         * src/plugins/trayicon/trayicon_prefs.c
4334         * src/plugins/trayicon/trayicon.c
4335         * src/mainwindow.h
4336         * src/mainwindow.c
4337                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4338                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4339
4340
4341 2007-03-06 [paul]       2.8.1cvs1
4342
4343         * NEWS
4344         * README
4345         * RELEASE_NOTES
4346         * configure.ac
4347                 bump version number following
4348                 stable release
4349
4350 2007-03-06 [paul]       2.8.0cvs24
4351
4352         * po/cs.po
4353                 corrected by by Tim <timbrain@post.cz>
4354
4355 2007-03-05 [colin]      2.8.0cvs23
4356
4357         * src/Makefile.am
4358         * src/procmime.c
4359                 Fix mime/globs path on NetBSD
4360                 patch by George Michaelson
4361
4362 2007-03-05 [wwp]        2.8.0cvs22
4363
4364         * src/addr_compl.c
4365                 Remove debug statement (accidentally committed w/ cvs14).
4366
4367 2007-03-05 [paul]       2.8.0cvs21
4368
4369         * src/plugins/pgpcore/prefs_gpg.c
4370                 fix compiler warning
4371
4372 2007-03-05 [wwp]        2.8.0cvs20
4373
4374         * src/matcher_parser_parse.y
4375                 Fix mismerge between cvs17 and cvs19.
4376
4377 2007-03-05 [wwp]        2.8.0cvs19
4378
4379         * src/matcher_parser_parse.y
4380         * src/prefs_filtering_action.c
4381         * src/matcher.c
4382         * src/matcher.h
4383         * src/filtering.c
4384         * src/filtering.h
4385                 Add new 'add_to_addressbook' filtering/processing action.
4386
4387 2007-03-05 [wwp]        2.8.0cvs18
4388
4389         * src/filtering.c
4390                 Fix mark_as_ham filtering/processing action: spam flag
4391                 was not unset.
4392
4393 2007-03-04 [colin]      2.8.0cvs17
4394
4395         * src/filtering.c
4396         * src/matcher.c
4397         * src/matcher.h
4398         * src/matcher_parser_parse.y
4399         * src/prefs_filtering_action.c
4400                 Add 'Mark as spam' and 'Mark as ham' filtering
4401                 actions. Fixes bug 1138.
4402
4403 2007-03-04 [colin]      2.8.0cvs16
4404
4405         * src/imap.c
4406                 Fix bug 1140, wrong return value
4407                 without libetpan
4408
4409 2007-03-04 [wwp]        2.8.0cvs15
4410
4411         * src/addr_compl.c
4412                 Rollback cvs14: don't free stuff that is managed in g_list.
4413
4414 2007-03-04 [wwp]        2.8.0cvs14
4415
4416         * src/addr_compl.c
4417                 Fix a leak in address completion code.
4418
4419 2007-03-04 [colin]      2.8.0cvs13
4420
4421         * src/addr_compl.c
4422                 Maybe fix bug 1136, 'Crash in group 
4423                 address completion'
4424
4425 2007-03-04 [iwkse]      2.8.0cvs12
4426
4427         * src/imap.c
4428                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4429
4430 2007-03-03 [colin]      2.8.0cvs11
4431
4432         * src/plugins/pgpinline/pgpinline.c
4433                 Fix off-by-one, fix double-free. Fixes
4434                 bug 1135, 'cm-segfault on decrypting 
4435                 with PGP/inline'
4436
4437 2007-03-03 [colin]      2.8.0cvs10
4438
4439         * configure.ac
4440         * src/main.c
4441         * src/common/plugin.c
4442                 Fix bug 1134, 'Valgrind macros unhandled 
4443                 by Irix's cc'
4444
4445 2007-03-02 [colin]      2.8.0cvs9
4446
4447         * src/mbox.c
4448                 Don't error out on EAGAIN. Fixes 
4449                 bug 1129, '"local mbox file" account 
4450                 isn't retrieving mails'
4451
4452 2007-03-01 [wwp]        2.8.0cvs8
4453
4454         * src/mainwindow.c
4455         * src/gtk/colorlabel.c
4456                 Remove accels for extra color labels until we set better
4457                 and definitive ones.
4458
4459 2007-02-28 [wwp]        2.8.0cvs7
4460
4461         * src/mainwindow.c
4462         * src/matcher_parser_parse.y
4463         * src/prefs_common.c
4464         * src/prefs_msg_colors.c
4465         * src/procmsg.h
4466         * src/gtk/colorlabel.c
4467         * src/gtk/colorlabel.h
4468                 Add more customizable color labels. Cleaned up a bit
4469                 the color label API to avoid duplicate defines of
4470                 the max number of colors.
4471
4472 2007-02-27 [colin]      2.8.0cvs6
4473
4474         * src/mainwindow.c
4475         * src/common/utils.c
4476         * src/common/utils.h
4477                 Fix '+' in mailto URIs for List-* headers
4478
4479 2007-02-27 [colin]      2.8.0cvs5
4480
4481         * src/gtk/gtkutils.c
4482                 Use gtk_window_set_role instead of 
4483                 _set_wmclass
4484
4485 2007-02-27 [colin]      2.8.0cvs4
4486
4487         * src/inc.c
4488                 Fix "After receiving new mail, go to inbox" on IMAP,
4489                 and make it work only on manual reception
4490
4491 2007-02-27 [wwp]        2.8.0cvs3
4492
4493         * src/prefs_filtering.c
4494         * src/prefs_filtering_action.c
4495         * src/prefs_matcher.c
4496                 Update filtering matcher's and action's color label menus
4497                 when re-opening those dialogs (reflect any change to the
4498                 color labels list in the preferences).
4499
4500 2007-02-27 [colin]      2.8.0cvs2
4501
4502         * src/imap.c
4503         * src/etpan/etpan-thread-manager-types.h
4504         * src/etpan/etpan-thread-manager.c
4505         * src/etpan/imap-thread.c
4506                 Log imap ALERTs as errors in the log.
4507
4508 2007-02-26 [paul]       2.8.0cvs1
4509
4510         * tools/claws.i18n.status.pl
4511                 updated
4512
4513 2007-02-26 [paul]       2.7.2cvs75
4514
4515         * po/ca.po
4516         * po/cs.po
4517         * po/de.po
4518         * po/en_GB.po
4519         * po/fi.po
4520         * po/fr.po
4521         * po/hu.po
4522         * po/pl.po
4523         * po/pt_BR.po
4524         * po/sk.po
4525         * po/sr.po
4526         * po/zh_CN.po
4527                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4528                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4529                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4530                 Aleksandar Urosevic, and Ralgh Young
4531
4532 2007-02-25 [mones]      2.7.2cvs74
4533
4534         * po/es.po
4535                 Updated for release
4536
4537 2007-02-25 [colin]      2.7.2cvs73
4538
4539         * src/main.c
4540                 Clearing the list is only useful
4541                 to prevent a valgrind false-positive
4542
4543 2007-02-25 [paul]       2.7.2cvs72
4544
4545         * tools/Makefile.am
4546         * tools/README
4547         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4548         * tools/maildir2claws-mail.pl  **REMOVED**
4549                 renamed the script, fixed a couple bugs
4550
4551 2007-02-23 [colin]      2.7.2cvs71
4552
4553         * src/addressbook.c
4554                 Fix a leak, check for a few improbable nulls
4555
4556 2007-02-23 [colin]      2.7.2cvs70
4557
4558         * src/main.c
4559         * src/main.h
4560         * src/plugins/trayicon/trayicon.c
4561                 Fix blinking mainwin when starting in tray
4562                 (show mainwindow later in the startup process,
4563                  apart if restarting post-crash)
4564
4565 2007-02-23 [colin]      2.7.2cvs69
4566
4567         * src/folderview.c
4568         * src/imap_gtk.c
4569                 Fix crash when unsubscribing the currently
4570                 selected/opened folder
4571
4572 2007-02-23 [colin]      2.7.2cvs68
4573
4574         * src/compose.c
4575                 Fix bug that prevented colorization to
4576                 work without wrap quotation option
4577
4578 2007-02-23 [colin]      2.7.2cvs67
4579
4580         * src/addr_compl.c
4581                 Fix refcounting, start and end completion who
4582                 behaved as if there couldn't be any other current
4583                 user of completion
4584
4585 2007-02-23 [wwp]        2.7.2cvs66
4586
4587         * src/addressbook.c
4588         * src/addrindex.c
4589                 Address completion fixes: fix addressbook_peek_folder_exists() in
4590                 which the algorithm was ridiculously over-obfuscated and broken.
4591                 Fix addrindex_load_completion() as well, to load addresses in
4592                 completion list with regards to what addressbook_peek_folder_exists()
4593                 returns now.
4594
4595 2007-02-23 [wwp]        2.7.2cvs65
4596
4597         * src/addr_compl.c
4598                 Add addresses to completion when they're non-empty (thanks to Colin).
4599
4600 2007-02-23 [paul]       2.7.2cvs64
4601
4602         * src/plugins/pgpcore/passphrase.c
4603                 remove 'const '
4604
4605 2007-02-23 [colin]      2.7.2cvs63
4606
4607         * src/plugins/pgpcore/prefs_gpg.c
4608         * src/plugins/pgpcore/prefs_gpg.h
4609         * src/plugins/pgpcore/sgpgme.c
4610         * src/plugins/pgpinline/pgpinline.c
4611         * src/plugins/pgpmime/pgpmime.c
4612                 Try harder to respect user's choice wrt
4613                 gpg-agent even with gpg2, by unsetting
4614                 GPG_AGENT_INFO when necessary.
4615
4616 2007-02-22 [paul]       2.7.2cvs62
4617
4618         * src/plugins/pgpcore/sgpgme.c
4619         * src/plugins/pgpcore/sgpgme.h
4620         * src/plugins/pgpcore/passphrase.c
4621         * src/plugins/pgpinline/pgpinline.c
4622         * src/plugins/pgpmime/pgpmime.c
4623                 Fix a leak - gpgme_data_release_and_get_mem
4624                 leaks in recent gpgme. Workaround by using
4625                 our own function.
4626
4627 2007-02-22 [paul]       2.7.2cvs61
4628
4629         * src/gtk/quicksearch.c
4630                 Abandon dynamic search when pressing
4631                 Enter
4632
4633 2007-02-21 [colin]      2.7.2cvs60
4634
4635         * src/procmsg.c
4636         * src/plugins/pgpcore/passphrase.c
4637                 Fix little memory leaks
4638         * src/main.c
4639                 Fix false-positive leak at exit
4640         * src/gtk/quicksearch.c
4641                 Fix potentially big leak in recursive
4642                 Quicksearch
4643
4644 2007-02-21 [wwp]        2.7.2cvs59
4645
4646         * src/summaryview.c
4647                 Add missing newline to a debug message.
4648
4649 2007-02-20 [colin]      2.7.2cvs58
4650
4651         * src/Makefile.am
4652         * src/mimeview.c
4653         * src/stock_pixmap.c
4654         * src/stock_pixmap.h
4655         * src/pixmaps/mime_pgpsig.xpm
4656                 Add icon for application/pgp-signature
4657
4658 2007-02-20 [colin]      2.7.2cvs57
4659
4660         * src/Makefile.am
4661         * src/main.c
4662         * src/mimeview.c
4663         * src/stock_pixmap.c
4664         * src/stock_pixmap.h
4665         * src/pixmaps/mime_calendar.xpm
4666         * src/pixmaps/mime_pdf.xpm
4667         * src/pixmaps/mime_ps.xpm
4668                 Add icons for text/calendar, application/pdf
4669                 and application/postscript
4670
4671 2007-02-20 [colin]      2.7.2cvs56
4672
4673         * autogen.sh
4674         * src/matcher_parser_parse.y
4675         * src/matcher_parser_lex.l
4676                 Fix big memory leak in flex, and
4677                 require flex 2.5.31
4678
4679 2007-02-20 [wwp]        2.7.2cvs55
4680
4681         * src/matcher_parser_parse.y
4682                 Fix a duplicate token definition (thanks to iwkse).
4683
4684 2007-02-20 [wwp]        2.7.2cvs54
4685
4686         * src/matcher_parser_lex.l
4687         * src/quote_fmt_lex.l
4688                 Use proper flex options instead of direct use of #define,
4689                 make the flex-generated C lighter.
4690
4691 2007-02-20 [colin]      2.7.2cvs53
4692
4693         * src/summaryview.c
4694                 Grab focus in message list after hiding
4695                 the quicksearch, instead of leaving it
4696                 "somewhere"
4697
4698 2007-02-19 [colin]      2.7.2cvs52
4699
4700         * src/folderview.c
4701                 Fix bug 1033, 'Automatically refresh 
4702                 message list when new messages arrives'
4703                 Looks like folderview->opened can sometimes
4704                 be wrong...
4705
4706 2007-02-19 [paul]       2.7.2cvs51
4707
4708         * tools/Makefile.am
4709         * tools/README
4710         * tools/thunderbird-filters-convertor.pl
4711                 add new script which converts thunderbird filter
4712                 rules to Claws filter rules
4713
4714 2007-02-18 [paul]       2.7.2cvs50
4715
4716         * src/plugins/pgpcore/prefs_gpg.c
4717         * src/plugins/pgpcore/prefs_gpg.h
4718         * src/plugins/pgpcore/sgpgme.c
4719         * src/plugins/pgpinline/pgpinline.c
4720         * src/plugins/pgpmime/pgpmime.c
4721                 improved GUI interoperability with gpg-agent
4722
4723 2007-02-18 [paul]       2.7.2cvs49
4724
4725         * src/prefs_account.c
4726                 Privacy options sensitivity fix
4727
4728 2007-02-17 [colin]      2.7.2cvs48
4729
4730         * src/messageview.c
4731                 Reset icon to warning in the noticeview
4732
4733 2007-02-15 [colin]      2.7.2cvs47
4734
4735         * src/folderview.c
4736                 Fix a manifestation of bug 1033 (summaryview failing
4737                 to update for new mails), which happens after editing
4738                 account preferences or preferences that cause a 
4739                 folderview reload.
4740
4741 2007-02-15 [colin]      2.7.2cvs46
4742
4743         * src/addressbook.c
4744                 Probably fix bug 1123, 'Segmentation 
4745                 fault while opening address book'. I get
4746                 g_warnings if the saved paned position is
4747                 not greater than 0. Also, save position
4748                 when hiding the addressbook instead of
4749                 via signal.
4750
4751 2007-02-14 [colin]      2.7.2cvs45
4752
4753         * src/plugins/pgpcore/prefs_gpg.c
4754         * src/plugins/pgpcore/prefs_gpg.h
4755         * src/plugins/pgpcore/sgpgme.c
4756         * src/plugins/pgpinline/pgpinline.c
4757         * src/plugins/pgpmime/pgpmime.c
4758                 Add an option "Use gpg-agent if available". Fixes
4759                 annoyances with distro-installed gpg-agent, when
4760                 no pinentry program is installed, and the user's 
4761                 at a loss on why "decryption failed". Makes more
4762                 clear why passphrase isn't saved when gpg-agent is
4763                 used. Defaults to true, to avoid changing the 
4764                 current behaviour.
4765
4766 2007-02-14 [wwp]        2.7.2cvs44
4767
4768         * src/matcher_parser_parse.y
4769                 Fix missing line number reset (wrong line number might appear
4770                 when re-loading filtering rules if there's a parser error).
4771
4772 2007-02-13 [colin]      2.7.2cvs43
4773
4774         * src/common/utils.c
4775                 Don't encode ',' in URIs before passing it
4776                 to the browser command-line. It was probably
4777                 done at a time where commas in URIs made
4778                 mozilla -remote 'openurl(%s,new-window)'
4779                 bug.
4780
4781 2007-02-13 [wwp]        2.7.2cvs42
4782
4783         * src/prefs_matcher.c
4784         * src/plugins/bogofilter/bogofilter_gtk.c
4785                 A bit of string factorization around "Select ..." buttons.
4786
4787 2007-02-11 [colin]      2.7.2cvs41
4788
4789         * src/alertpanel.c
4790                 Make sure to escape the title
4791
4792 2007-02-11 [colin]      2.7.2cvs40
4793
4794         * src/codeconv.c
4795                 Recognize .utf8 locales as .UTF-8 ones
4796
4797 2007-02-11 [colin]      2.7.2cvs39
4798
4799         * src/compose.c
4800                 Fix code conversion when dragging a file
4801
4802 2007-02-09 [colin]      2.7.2cvs38
4803
4804         * src/plugins/clamav/clamav_plugin.c
4805                 Complete Paul's patch with conditional
4806                 compilation to avoid breaking compilation
4807                 on old Dapper and Edgy... Maybe other
4808                 distros too.
4809
4810 2007-02-09 [paul]       2.7.2cvs37
4811
4812         * src/plugins/clamav/clamav_plugin.c
4813                 fix for the upstream changes in libclamav
4814
4815 2007-02-09 [paul]       2.7.2cvs36
4816
4817         * src/main.c
4818         * src/mainwindow.c
4819         * src/procmsg.c
4820         * src/procmsg.h
4821                 fix "warn if there are queued messages" (on exit)
4822                 option, which only checked the first mailbox's
4823                 queue
4824                 don't ask before emptying trash if there are no
4825                 messages in trash, also check and empty all trash
4826                 folders
4827         * src/prefs_other.c
4828                 move "Ask before emptying trash" option
4829                 outside of the "On exit" frame as it's
4830                 not only an "On exit" option
4831
4832 2007-02-09 [paul]       2.7.2cvs35
4833
4834         * src/addrgather.c
4835         * src/alertpanel.c
4836         * src/editldap.c
4837         * src/prefs_account.c
4838         * src/prefs_folder_item.c
4839         * src/prefs_gtk.h
4840         * src/prefs_matcher.c
4841         * src/prefs_message.c
4842         * src/prefs_msg_colors.c
4843         * src/prefs_summaries.c
4844         * src/wizard.c
4845         * src/gtk/inputdialog.c
4846         * src/plugins/bogofilter/bogofilter_gtk.c
4847                 pedantic commit: use 'checkbtn' everywhere
4848                 instead of a mixture of 'checkbtn' and 'chkbtn'
4849
4850 2007-02-09 [paul]       2.7.2cvs34
4851
4852         * src/compose.c
4853                 fix default hotkeys
4854         * src/prefs_other.c
4855         * src/prefs_send.c
4856                 move "Never send Return Receipts" from
4857                 prefs_other to prefs_send
4858                 add an option "Ask about account specific
4859                 filtering rules..." to prefs_other
4860         * src/gtk/gtkutils.c
4861                 fix a compiler warning
4862
4863 2007-02-08 [colin]      2.7.2cvs33
4864
4865         * src/plugins/pgpinline/pgpinline.c
4866                 Fix bug 1110, 'pgpmime fails to process 
4867                 encapsulated openpgp mime (rfc 3156, 6.1 
4868                 -> rfc1847)'
4869                 It was due to an interaction between PGP/Mime
4870                 and PGP/Inline plugin. 
4871
4872 2007-02-08 [colin]      2.7.2cvs32
4873
4874         * src/inc.c
4875         * src/mbox.c
4876         * src/mbox.h
4877                 Fix bug 1117, 'fcntl locking code 
4878                 does not work in mbox.c'
4879
4880 2007-02-08 [colin]      2.7.2cvs31
4881
4882         * src/prefs_account.c
4883                 Fix Gentoo bug 165819, 'can't create 
4884                 a "local mbox file" account'. Patch
4885                 by Olivier <castan.o@free.fr>
4886
4887 2007-02-07 [colin]      2.7.2cvs30
4888
4889         * src/ldapquery.c
4890                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4891                 autocompletion was used'
4892
4893 2007-02-07 [paul]       2.7.2cvs29
4894
4895         * src/folder.c
4896                 cut down on unnecessary debug_prints
4897         * src/imap_gtk.c
4898                 fix menu_set_active() on 'Show only
4899                 subscribed folders'
4900
4901 2007-02-07 [paul]       2.7.2cvs28
4902
4903         * src/plugins/clamav/clamav_plugin.c
4904         * src/plugins/clamav/clamav_plugin.h
4905         * src/plugins/clamav/clamav_plugin_gtk.c
4906                 fix copyright header
4907
4908 2007-02-07 [paul]       2.7.2cvs27
4909
4910         * src/procheader.c
4911                 fix bug 1116, 'summary view allow a 
4912                 subject line break'
4913
4914 2007-02-06 [colin]      2.7.2cvs26
4915
4916         * src/summaryview.c
4917                 Fix delete thread
4918
4919 2007-02-05 [fabien]     2.7.2cvs25
4920
4921         * po/POTFILES.in
4922         * src/uri_opener.c
4923                 i18n related - 1 fix and 1 message for translators.
4924
4925 2007-02-05 [colin]      2.7.2cvs24
4926
4927         * src/gtk/quicksearch.c
4928                 Don't reload summary list if quicksearch wasn't
4929                 active on hiding; move currently selected mail in
4930                 the visible area when showing the quicksearch
4931
4932 2007-02-05 [colin]      2.7.2cvs23
4933
4934         * src/folderview.c
4935                 Add debug to try to solve bug 1104
4936
4937 2007-02-05 [paul]       2.7.2cvs22
4938
4939         * src/mainwindow.c
4940                 confirm before emptying trash on exit is
4941                 a Yes or No answer, use Yes or No in the
4942                 dialog
4943
4944 2007-02-04 [colin]      2.7.2cvs21
4945
4946         * src/compose.c
4947         * src/plugins/pgpcore/passphrase.c
4948         * src/plugins/pgpcore/select-keys.c
4949                 Set wmclass on new windows
4950
4951 2007-02-04 [colin]
4952
4953         2.8.0-rc1 released
4954
4955 2007-02-04 [colin]      2.7.2cvs20
4956
4957         * src/compose.c
4958         * src/compose.h
4959                 Auto save drafts on exit, reopen them
4960                 at startup, instead of asking
4961         * src/account.c
4962         * src/addressadd.c
4963         * src/addressbook.c
4964         * src/addressbook_foldersel.c
4965         * src/addrgather.c
4966         * src/crash.c
4967         * src/editaddress.c
4968         * src/editbook.c
4969         * src/editgroup.c
4970         * src/editjpilot.c
4971         * src/editldap.c
4972         * src/editldap_basedn.c
4973         * src/editvcard.c
4974         * src/exphtmldlg.c
4975         * src/expldifdlg.c
4976         * src/export.c
4977         * src/foldersel.c
4978         * src/gedit-print.c
4979         * src/import.c
4980         * src/importldif.c
4981         * src/importmutt.c
4982         * src/importpine.c
4983         * src/main.c
4984         * src/mainwindow.c
4985         * src/message_search.c
4986         * src/messageview.c
4987         * src/prefs_actions.c
4988         * src/prefs_customheader.c
4989         * src/prefs_display_header.c
4990         * src/prefs_filtering.c
4991         * src/prefs_filtering_action.c
4992         * src/prefs_folder_column.c
4993         * src/prefs_gtk.c
4994         * src/prefs_matcher.c
4995         * src/prefs_other.c
4996         * src/prefs_summaries.c
4997         * src/prefs_summary_column.c
4998         * src/prefs_template.c
4999         * src/sourcewindow.c
5000         * src/ssl_manager.c
5001         * src/summary_search.c
5002         * src/uri_opener.c
5003         * src/gtk/about.c
5004         * src/gtk/description_window.c
5005         * src/gtk/foldersort.c
5006         * src/gtk/gtkutils.c
5007         * src/gtk/gtkutils.h
5008         * src/gtk/icon_legend.c
5009         * src/gtk/logwindow.c
5010         * src/gtk/pluginwindow.c
5011         * src/gtk/prefswindow.c
5012                 Give different wmclass to different
5013                 windows - thanks to sed ;)
5014
5015 2007-02-04 [colin]      2.7.2cvs19
5016
5017         * src/main.c
5018                 Revert previous patch, can't reproduce
5019                 it anymore. 
5020
5021 2007-02-03 [colin]      2.7.2cvs18
5022
5023         * src/main.c
5024                 Don't save the mainwindow size and
5025                 position on emergency exit (libSM's
5026                 "die" callback), Xfce seems to make
5027                 the window smaller just before the
5028                 size's saved.
5029
5030 2007-02-03 [colin]      2.7.2cvs17
5031
5032         * src/plugins/bogofilter/bogofilter.c
5033         * src/plugins/bogofilter/bogofilter.h
5034         * src/plugins/bogofilter/bogofilter_gtk.c
5035         * src/plugins/pgpinline/pgpinline.c
5036         * src/plugins/pgpinline/pgpinline.h
5037                 Fix more copyrights
5038
5039 2007-02-03 [colin]      2.7.2cvs16
5040
5041         * src/partial_download.c
5042         * src/partial_download.h
5043         * src/ssl_manager.c
5044         * src/ssl_manager.h
5045         * src/uri_opener.c
5046         * src/uri_opener.h
5047         * src/wizard.c
5048         * src/wizard.h
5049         * src/common/ssl_certificate.c
5050         * src/common/ssl_certificate.h
5051         * src/gtk/quicksearch.c
5052         * src/gtk/quicksearch.h
5053         * src/gtk/sslcertwindow.c
5054         * src/gtk/sslcertwindow.h
5055                 Fix copyright on my files
5056
5057 2007-02-02 [colin]      2.7.2cvs15
5058
5059         * src/Makefile.am
5060         * src/mainwindow.c
5061         * src/messageview.c
5062         * src/messageview.h
5063         * src/textview.c
5064         * src/textview.h
5065         * src/uri_opener.c
5066         * src/uri_opener.h
5067                 Add Tools/List URIs to allow
5068                 opening any URI in the current mail
5069
5070 2007-02-02 [colin]      2.7.2cvs14
5071
5072         * src/common/valgrind.h ** NEW FILE **
5073         * src/common/Makefile.am
5074         * src/common/plugin.c
5075                 Don't dlclose the plugins if we're running
5076                 under valgrind. (doesn't require valgrind
5077                 either at compile time or run time).
5078
5079 2007-02-01 [paul]       2.7.2cvs13
5080
5081         * AUTHORS
5082         * src/gtk/authors.h
5083         * tools/freshmeat_search.pl
5084         * tools/google_search.pl
5085         * tools/multiwebsearch.pl
5086                 add support for non ISO-8859-1 compatible locales
5087                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5088
5089 2007-02-01 [colin]      2.7.2cvs12
5090
5091         * src/prefs_other.c
5092         * src/prefs_summaries.c
5093                 Move keybinding prefs to the Other page
5094
5095 2007-02-01 [wwp]        2.7.2cvs11
5096
5097         * src/plugins/trayicon/trayicon.c
5098                 Fix a raising issue within KDE.
5099
5100 2007-02-01 [colin]      2.7.2cvs10
5101
5102         * src/codeconv.c
5103                 Fix stray quotes in encoded strings
5104         * src/addressadd.c
5105                 Fix wrong call causing g_warnings
5106         * src/textview.c
5107                 Remove useless message
5108
5109 2007-01-31 [wwp]        2.7.2cvs9
5110
5111         * src/plugins/trayicon/trayicon.c
5112                 fix buggy hiding of main window when closing if close-to-tray
5113                 is not set (bad logics  in the trayicon hook code).
5114                 Changed the quit confirmation message too.
5115
5116 2007-01-30 [colin]      2.7.2cvs8
5117
5118         * src/main.c
5119                 Fix hidden mainwindow after clicking on
5120                 the X close button, if compose windows
5121                 exist and the user chooses not to quit
5122
5123 2007-01-30 [colin]      2.7.2cvs7
5124
5125         * src/main.c
5126         * src/compose.c
5127                 Handle local URIs to attach files (file:///...)
5128                 Fixes attaching files from Thunar for example
5129
5130 2007-01-30 [colin]      2.7.2cvs6
5131
5132         * src/prefs_ext_prog.c
5133                 Add 'mousepad' to the list of text editors.
5134                 Mousepad is XFCE's text editor
5135
5136 2007-01-29 [wwp]        2.7.2cvs5
5137
5138         * po/POTFILES.in
5139         * src/plugins/trayicon/trayicon_prefs.c
5140                 trayicon i18n fixes, thanks to Fabien.
5141
5142 2007-01-28 [wwp]        2.7.2cvs4
5143
5144         * src/mainwindow.c
5145         * src/mainwindow.h
5146         * src/plugins/trayicon/trayicon.c
5147         * src/plugins/trayicon/trayicon_prefs.c
5148         * src/plugins/trayicon/trayicon_prefs.h
5149                 Added a new TrayIcon plugin option to close to tray
5150                 (WM's hotkey and [X] button will hide the window instead
5151                 of closing it - closing CM can be done using the tray icon
5152                 menu or the File menu).
5153                 Improved visibility handling in trayicon, clicking the
5154                 trayicon now raise the window to current desktop when it
5155                 was either minimized/shaded/on another desktop.
5156                 Thanks to Paul for testing and fixing a strange behaviour
5157                 in KDE ;-).
5158
5159 2007-01-27 [paul]       2.7.2cvs3
5160
5161         * src/prefs_folder_item.c
5162         * src/prefs_receive.c
5163         * src/plugins/pgpcore/prefs_gpg.c
5164                 use 'start-up' instead of 'startup' in labels
5165
5166 2007-01-26 [wwp]        2.7.2cvs2
5167
5168         * src/plugins/trayicon/Makefile.am
5169         * src/plugins/trayicon/trayicon.c
5170         * src/plugins/trayicon/trayicon_prefs.c
5171         * src/plugins/trayicon/trayicon_prefs.h
5172                 Add a new TrayIcon option to hide the main window at
5173                 start-up.
5174                 Fix trayicon.c copyright header.
5175
5176 2007-01-26 [paul]       2.7.2cvs1
5177
5178         * NEWS
5179         * README
5180         * RELEASE_NOTES
5181         * configure.ac
5182                 bump up version number following
5183                 stable release
5184
5185 2007-01-25 [mones]      2.7.1cvs60
5186
5187         * po/es.po
5188                 updated thousands of strings (well, probably less ;-)
5189
5190 2007-01-25 [colin]      2.7.1cvs59
5191
5192         * src/matcher.c
5193                 Fix 2nd-run loss of matcherrc on new
5194                 configurations. 
5195
5196 2007-01-25 [wwp]        2.7.1cvs58
5197
5198         * src/mimeview.c
5199                 fix handling of empty value in attach_save_directory too, thanks
5200                 to Colin.
5201
5202 2007-01-25 [wwp]        2.7.1cvs57
5203
5204         * src/gtk/filesel.c
5205                 fix handling of empty value in attach_load_directory,
5206                 thanks to Colin.
5207
5208 2007-01-25 [wwp]        2.7.1cvs56
5209
5210         * src/plugins/dillo_viewer/dillo_prefs.h
5211                 fix a typo.
5212
5213 2007-01-25 [colin]      2.7.1cvs55
5214
5215         * src/matcher.c
5216         * src/matcher.h
5217         * src/matcher_parser_parse.y
5218         * src/prefs_matcher.c
5219                 Add matching on the spam flag
5220
5221 2007-01-24 [colin]      2.7.1cvs54
5222
5223         * src/folder.c
5224         * src/common/xml.c
5225         * src/common/xml.h
5226                 Make sure folderlist.xml is correctly
5227                 written before overwriting it.
5228         * src/procmsg.c
5229         * src/procmsg.h
5230         * src/summaryview.c
5231         * src/plugins/bogofilter/bogofilter.c
5232         * src/plugins/bogofilter/bogofilter.h
5233         * src/plugins/bogofilter/bogofilter_gtk.c
5234         * src/plugins/spamassassin/spamassassin.c
5235         * src/plugins/spamassassin/spamassassin.h
5236         * src/plugins/spamassassin/spamassassin_gtk.c
5237                 Move spam to the correct trash folder after
5238                 learning, if spam directory isn't set.
5239
5240 2007-01-23 [paul]       2.7.1cvs53
5241
5242         * src/plugins/bogofilter/bogofilter_gtk.c
5243                 fix sensitivity of "Insert X-Bogosity header"
5244                 option
5245
5246 2007-01-23 [colin]      2.7.1cvs52
5247
5248         * src/toolbar.c
5249                 Translate toolbar items text if
5250                 they're translatable (default)
5251         * src/addrcache.c
5252         * src/addrcache.h
5253         * src/addritem.c
5254         * src/addritem.h
5255         * src/codeconv.c
5256         * src/codeconv.h
5257         * src/jpilot.c
5258         * src/jpilot.h
5259         * src/ldapctrl.c
5260         * src/ldapctrl.h
5261         * src/ldapquery.h
5262         * src/ldif.c
5263         * src/ldif.h
5264         * src/etpan/etpan-thread-manager.c
5265         * src/etpan/etpan-thread-manager.h
5266         * src/gtk/gtkutils.c
5267         * src/gtk/gtkutils.h
5268                 More static functions
5269
5270 2007-01-22 [fabien]     2.7.1cvs51
5271
5272         * src/gtk/gtkutils.c
5273                 gtkut_get_options_frame() : ability to pass
5274                 a 'NULL' value in frame pointer parameter if
5275                 we don't need it.
5276
5277 2007-01-22 [colin]      2.7.1cvs50
5278
5279         * src/procmsg.c
5280         * src/procmsg.h
5281         * src/plugins/bogofilter/bogofilter.c
5282         * src/plugins/bogofilter/bogofilter_gtk.c
5283         * src/plugins/spamassassin/spamassassin.c
5284         * src/plugins/spamassassin/spamassassin_gtk.c
5285                 Allow moving spams to the account's trash
5286                 instead of default one
5287
5288 2007-01-21 [colin]      2.7.1cvs49
5289
5290         * src/ldapquery.c
5291         * src/ldapquery.h
5292                 Revert a static function that shouldn't
5293                 have been
5294
5295 2007-01-21 [colin]      2.7.1cvs48
5296
5297         * src/ldapquery.c
5298         * src/ldapquery.h
5299                 Same
5300
5301 2007-01-21 [colin]      2.7.1cvs47
5302
5303         * src/procmsg.c
5304         * src/procmsg.h
5305                 Same
5306
5307 2007-01-21 [colin]      2.7.1cvs46
5308
5309         * src/common/socket.c
5310         * src/common/socket.h
5311                 Same
5312
5313 2007-01-21 [colin]      2.7.1cvs45
5314
5315         * src/crash.c
5316         * src/exporthtml.c
5317         * src/exporthtml.h
5318         * src/exportldif.c
5319         * src/exportldif.h
5320         * src/folder.c
5321         * src/folder.h
5322         * src/folder_item_prefs.c
5323         * src/folder_item_prefs.h
5324         * src/folderview.c
5325         * src/folderview.h
5326         * src/gedit-print.c
5327         * src/gedit-print.h
5328         * src/main.c
5329         * src/main.h
5330         * src/common/socket.c
5331         * src/common/socket.h
5332         * src/gtk/gtkaspell.c
5333         * src/gtk/gtkaspell.h
5334         * src/gtk/quicksearch.c
5335         * src/gtk/quicksearch.h
5336                 Same
5337
5338 2007-01-21 [colin]      2.7.1cvs44
5339
5340         * src/common/utils.c
5341         * src/common/utils.h
5342         * src/etpan/etpan-thread-manager.c
5343         * src/etpan/etpan-thread-manager.h
5344                 Same (Funny that etpan_thread_unbind
5345                 is called but not etpan_thread_bind)
5346
5347 2007-01-21 [colin]      2.7.1cvs43
5348
5349         * src/addrselect.c
5350         * src/addrselect.h
5351         * src/codeconv.c
5352         * src/codeconv.h
5353         * src/compose.c
5354         * src/compose.h
5355         * src/etpan/Makefile.am
5356         * src/gtk/colorlabel.c
5357         * src/gtk/colorlabel.h
5358         * src/gtk/sslcertwindow.c
5359         * src/gtk/sslcertwindow.h
5360         * src/etpan/etpan-log.c ** REMOVED **
5361         * src/etpan/etpan-log.h ** REMOVED **
5362                 Same
5363
5364 2007-01-20 [colin]      2.7.1cvs42
5365
5366         * src/addritem.c
5367         * src/addritem.h
5368                 Same
5369
5370 2007-01-20 [colin]      2.7.1cvs41
5371
5372         * src/account.c
5373         * src/account.h
5374         * src/addrbook.c
5375         * src/addrbook.h
5376         * src/addrcache.c
5377         * src/addrcache.h
5378         * src/addrclip.c
5379         * src/addrclip.h
5380         * src/addressbook.c
5381         * src/addressbook.h
5382         * src/addrharvest.c
5383         * src/addrharvest.h
5384         * src/addrindex.c
5385         * src/addrindex.h
5386         * src/editaddress.c
5387         * src/editaddress.h
5388                 Make functions that aren't used in other
5389                 files static
5390
5391 2007-01-20 [colin]      2.7.1cvs40
5392
5393         * src/account.c
5394         * src/addrbook.c
5395         * src/addrcache.c
5396         * src/addressbook.c
5397         * src/addrgather.c
5398         * src/addrindex.c
5399         * src/addrquery.c
5400         * src/addrselect.c
5401         * src/browseldap.c
5402         * src/compose.c
5403         * src/editbook.c
5404         * src/editjpilot.c
5405         * src/editldap.c
5406         * src/editldap_basedn.c
5407         * src/editvcard.c
5408         * src/exporthtml.c
5409         * src/exportldif.c
5410         * src/folder.c
5411         * src/folderview.c
5412         * src/image_viewer.c
5413         * src/imap.c
5414         * src/importmutt.c
5415         * src/importpine.c
5416         * src/jpilot.c
5417         * src/ldapquery.c
5418         * src/main.c
5419         * src/mainwindow.c
5420         * src/matcher.c
5421         * src/messageview.c
5422         * src/mh.c
5423         * src/mimeview.c
5424         * src/msgcache.c
5425         * src/mutt.c
5426         * src/news.c
5427         * src/pine.c
5428         * src/prefs_account.c
5429         * src/prefs_common.c
5430         * src/prefs_compose_writing.c
5431         * src/prefs_ext_prog.c
5432         * src/prefs_folder_item.c
5433         * src/prefs_fonts.c
5434         * src/prefs_message.c
5435         * src/prefs_msg_colors.c
5436         * src/prefs_other.c
5437         * src/prefs_quote.c
5438         * src/prefs_receive.c
5439         * src/prefs_send.c
5440         * src/prefs_spelling.c
5441         * src/prefs_summaries.c
5442         * src/prefs_toolbar.c
5443         * src/prefs_wrapping.c
5444         * src/privacy.c
5445         * src/procmime.c
5446         * src/procmsg.c
5447         * src/ssl_manager.c
5448         * src/statusbar.c
5449         * src/summaryview.c
5450         * src/toolbar.c
5451         * src/vcard.c
5452         * src/common/hooks.c
5453         * src/common/log.c
5454         * src/common/passcrypt.c
5455         * src/common/socket.c
5456         * src/common/ssl.c
5457         * src/common/ssl_certificate.c
5458         * src/common/template.c
5459         * src/common/utils.c
5460         * src/etpan/imap-thread.c
5461         * src/gtk/sslcertwindow.c
5462         * src/gtk/sslcertwindow.h
5463                 Make functions that could be static, static
5464
5465 2007-01-20 [colin]      2.7.1cvs39
5466
5467         * src/editldap.c
5468                 Fix tooltip
5469
5470 2007-01-20 [colin]      2.7.1cvs38
5471
5472         * src/ldapquery.c
5473         * src/ldaputil.c
5474         * src/ldaputil.h
5475                 Fix bug 1102, 'claws-mail-2.7.1 
5476                 makes use of deprecated ldap 
5477                 functions'
5478
5479 2007-01-20 [colin]      2.7.1cvs37
5480
5481         * src/mainwindow.c
5482         * src/mainwindow.h
5483         * src/summaryview.c
5484         * src/gtk/quicksearch.c
5485                 Add Wide message list layout
5486
5487 2007-01-19 [fabien]     2.7.1cvs36
5488
5489         * src/textview.c
5490                 make sure a font change is considered in links of
5491                 headerview.
5492
5493 2007-01-19 [colin]      2.7.1cvs35
5494
5495         * src/main.c
5496         * src/mainwindow.c
5497         * src/mainwindow.h
5498         * src/messageview.c
5499         * src/messageview.h
5500         * src/prefs_common.c
5501         * src/prefs_common.h
5502         * src/summaryview.c
5503         * src/summaryview.h
5504         * src/gtk/quicksearch.c
5505         * src/gtk/quicksearch.h
5506                 Drop 'Separate Folder tree' and 'Separate
5507                 Message View'. Put three layouts in place
5508                 of it.
5509
5510 2007-01-19 [paul]       2.7.1cvs34
5511
5512         * src/prefs_msg_colors.c
5513                 more use of Q_ for translators
5514
5515 2007-01-19 [paul]       2.7.1cvs33
5516
5517         * src/imap_gtk.c
5518         * src/prefs_account.c
5519                 a few changes to the English
5520
5521 2007-01-19 [fabien]     2.7.1cvs32
5522
5523         * src/wizard.c
5524                 factorize translatable string
5525
5526 2007-01-18 [colin]      2.7.1cvs31
5527
5528         * src/main.c
5529                 Don't error out on --sync option. Although
5530                 we don't do anything with it, gtk+ handles
5531                 it, and it's useful for debugging X errors
5532
5533 2007-01-18 [fabien]     2.7.1cvs30
5534
5535         * src/prefs_other.c
5536                 ability to apply on the fly the recent added
5537                 'gtk_can_change_accels' pref (no need to restart).
5538
5539 2007-01-18 [fabien]     2.7.1cvs29
5540
5541         * src/plugins/bogofilter/bogofilter_gtk.c
5542         * src/plugins/bogofilter/bogofilter.c
5543         * src/plugins/spamassassin/spamassassin_gtk.c
5544         * src/addr_compl.c
5545         * src/prefs_account.c
5546                 factorize or rewrite some translatable strings.
5547
5548 2007-01-18 [fabien]     2.7.1cvs28
5549
5550         * src/prefs_gtk.h
5551         * src/compose.c
5552                 set a 4pix space between "Subject:" label and subject entry in
5553                 compose window.
5554
5555 2007-01-18 [wwp]        2.7.1cvs27
5556
5557         * src/addressbook.c
5558                 fix conflicting address-copy/paste when focus is set
5559                 to the embedded edit-person form.
5560  
5561
5562 2007-01-18 [wwp]        2.7.1cvs26
5563
5564         * src/addressbook.h
5565                 complete 2.7.1cvs23 (one more file was missing from that
5566                 commit).
5567
5568 2007-01-18 [colin]      2.7.1cvs25
5569
5570         * src/main.c
5571                 Provide a way to migrate without backup
5572                 Re-ask for migration on next start if 
5573                 it has been refused and wizard has been 
5574                 cancelled after.
5575
5576 2007-01-18 [wwp]        2.7.1cvs24
5577
5578         * src/editaddress.c
5579                 complete 2.7.1.cvs23 (file was missing from previous
5580                 commit).
5581
5582 2007-01-18 [wwp]        2.7.1cvs23
5583
5584         * src/addressbook.c
5585                 fix potential crashes in address book's focus_in/out signal handlers,
5586                 force focus to the edit-person form when clicked the Edit menu entry or
5587                 button (this only matters if the edit-person form is embedded to the
5588                 AB window, in that case, focus is not set when browsing the contacts
5589                 list w/ keys or mouse clicks).
5590
5591 2007-01-18 [paul]       2.7.1cvs22
5592
5593         * src/main.c
5594                 add command line options:
5595                 -h for --help
5596                 -q and --quit for --exit
5597                 -v for --version
5598                 print "Unknown option" for unknown options
5599
5600 2007-01-18 [paul]       2.7.1cvs21
5601
5602         * po/ru.po
5603                 updated by Pavlo Bohmat
5604
5605 2007-01-18 [paul]       2.7.1cvs20
5606
5607         * src/mainwindow.c
5608                 fix sensitivity issues of Mark as Spam/Ham
5609
5610 2007-01-17 [fabien]     2.7.1cvs19
5611
5612         * src/prefs_other.c
5613         * src/prefs_common.c
5614         * src/prefs_common.h
5615         * src/main.c
5616                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5617                 control the corresponding gtk property. It could be used to lock
5618                 all shortcuts (avoid to set one of them by inadvertency).
5619
5620 2007-01-17 [colin]      2.7.1cvs18
5621
5622         * src/summaryview.c
5623                 Fix bug 1100, 'Highlighted e-mail data not visible 
5624                 when color label applied.'. Use a weighted average
5625                 between normal selected foreground color and color
5626                 label instead of a simple one (3/1 instead 1/1).
5627
5628 2007-01-17 [colin]      2.7.1cvs17
5629
5630         * src/messageview.c
5631                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5632                 crash' - don't prevent mail switching while loading
5633
5634 2007-01-17 [colin]      2.7.1cvs16
5635
5636         * src/folder.c
5637         * src/folder.h
5638         * src/folderview.c
5639         * src/folderview.h
5640         * src/imap.c
5641         * src/imap.h
5642         * src/imap_gtk.c
5643                 Manage recursive search of unsubscribed folders
5644                 Rescan tree without checking for new messages 
5645                 after subscriptions changed
5646
5647 2007-01-17 [paul]       2.7.1cvs15
5648
5649         * src/prefs_common.c
5650         * src/gtk/pluginwindow.c
5651                 fix bug 1101, '"Load plugin" button is
5652                 accidentally hidden'
5653                 unset (-1) initial width in prefs_common,
5654                 fix overlapping buttons,
5655                 and other cleanups
5656
5657 2007-01-17 [paul]       2.7.1cvs14
5658
5659         * src/procmime.c
5660                 add #include <errno.h>, it's needed
5661                 on some systems
5662
5663 2007-01-17 [paul]       2.7.1cvs13
5664
5665         * src/common/defs.h
5666         * tools/make.themes.project
5667                 rename .sylpheed_themeinfo to .claws_themeinfo
5668                 and use it
5669         * src/etpan/etpan-errors.h
5670         * src/etpan/etpan-log.c
5671         * src/etpan/etpan-log.h
5672         * src/etpan/etpan-thread-manager-types.h
5673         * src/etpan/etpan-thread-manager.c
5674         * src/etpan/etpan-thread-manager.h
5675         * src/etpan/imap-thread.c
5676         * src/etpan/imap-thread.h
5677                 add copyright header
5678
5679 2007-01-17 [colin]      2.7.1cvs12
5680
5681         * src/plugins/pgpcore/select-keys.c
5682         * src/gtk/pluginwindow.c
5683         * src/prefs_account.c
5684                 Fix warnings
5685
5686 2007-01-16 [colin]      2.7.1cvs11
5687
5688         * src/imap.c
5689         * src/imap.h
5690         * src/imap_gtk.c
5691                 Manage subscribing to subfolders when only
5692                 subscribed folders are shown.
5693
5694 2007-01-16 [colin]      2.7.1cvs10
5695
5696         * src/folderview.c
5697                 Fix annoying vscrollbar going back to top
5698                 on Check for new folders
5699
5700 2007-01-16 [colin]      2.7.1cvs9
5701
5702         * src/imap.c
5703                 Remove printf
5704
5705 2007-01-16 [colin]      2.7.1cvs8
5706
5707         * src/filtering.c
5708                 Bigger buffer for errors
5709         * src/imap.c
5710         * src/imap.h
5711         * src/imap_gtk.c
5712         * src/prefs_account.c
5713         * src/prefs_account.h
5714         * src/wizard.c
5715         * src/etpan/imap-thread.c
5716         * src/etpan/imap-thread.h
5717         * manual/handling.xml
5718                 Add subscriptions management. What it changes:
5719                 Creating a folder subscribes to it
5720                 Deleting a folder unsubscribes it
5721                 New contextual menu item allowing to switch between
5722                 All folders and Subscribed folders, subscribe, and
5723                 unsubscribe. "Creating" an existing but unsubscribed
5724                 folder will subscribe it.
5725                 By default for new accounts, only subscribed folders 
5726                 are shown.
5727
5728
5729 2007-01-16 [paul]       2.7.1cvs7
5730
5731         * src/summaryview.c
5732                 Allow folder classes to specify only sort_key or
5733                 sort_type instead of both or none.
5734
5735 2007-01-16 [paul]       2.7.1cvs6
5736
5737         * src/action.c
5738         * src/compose.c
5739         * src/mimeview.c
5740         * src/procmime.c
5741         * src/textview.c
5742                 Save and use errno for procmime_get_part
5743
5744 2007-01-16 [colin]      2.7.1cvs5
5745
5746         * src/imap.c
5747                 Never remove INBOX when scanning for
5748                 new folders. It's a special folder
5749                 that has to exist.
5750
5751 2007-01-15 [colin]      2.7.1cvs4
5752
5753         * src/imap.c
5754                 Fix 'Check for new folders' when IMAP subdirectory
5755                 is set
5756         * src/etpan/imap-thread.c
5757                 Fix build
5758
5759 2007-01-15 [colin]      2.7.1cvs3
5760
5761         * src/etpan/imap-thread.c
5762                 Fix invalid free on command-connection
5763                 error
5764
5765 2007-01-15 [wwp]        2.7.1cvs2
5766
5767         * src/matcher_parser_lex.l
5768         * src/quote_fmt_lex.l
5769         * src/matcher_parser_parse.y
5770                 fix copyright header in lexers and parsers.
5771
5772 2007-01-15 [paul]       2.7.1cvs1
5773
5774         * NEWS
5775         * README
5776         * RELEASE_NOTES
5777         * configure.ac
5778                 bump up version number following
5779                 stable release
5780
5781 2007-01-15 [paul]       2.7.0cvs31
5782
5783         * AUTHORS
5784         * src/gtk/authors.h
5785                 add Fabien to the Team list
5786                 add the recent contributors
5787                 make a few corrections
5788
5789 2007-01-15 [paul]       2.7.0cvs30
5790
5791         * src/mainwindow.c
5792                 fix compiler warning
5793         * src/plugins/pgpcore/prefs_gpg.c
5794         * src/plugins/pgpcore/prefs_gpg.h
5795                 add missing include
5796                 fix copyright header
5797
5798 2007-01-14 [colin]      2.7.0cvs29
5799
5800         * src/gtk/filesel.c
5801                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5802                 two benefits: faster to open, will fix strange
5803                 dbus-related crash. Thanks to Pascal Terjan.
5804
5805 2007-01-14 [colin]      2.7.0cvs28
5806
5807         * src/etpan/imap-thread.c
5808                 Delete the old imap just after allocating
5809                 the new one. Makes sure we don't get the
5810                 same pointer by sheer luck, which feels
5811                 strange in the debug log.
5812
5813 2007-01-14 [colin]      2.7.0cvs27
5814
5815         * src/gtk/inputdialog.c
5816                 Make sure we don't print passwords in
5817                 clear text when in debug mode
5818
5819 2007-01-14 [colin]      2.7.0cvs26
5820
5821         * src/gtk/gtksctree.c
5822                 Fix bug 1098, 'bogus last row display 
5823                 after expanding a thread'. Patch by
5824                 Jindrich Makovicka <makovick@gmail.com>
5825
5826 2007-01-14 [colin]      2.7.0cvs25
5827
5828         * src/etpan/imap-thread.c
5829                 Close socket manually before
5830                 freeing the imap struct
5831
5832 2007-01-14 [colin]      2.7.0cvs24
5833
5834         * src/etpan/imap-thread.c
5835                 Maybe fix new reconnection issues
5836
5837 2007-01-13 [colin]      2.7.0cvs23
5838
5839         * src/summaryview.c
5840                 Freeze/thaw on thread selection
5841
5842 2007-01-13 [paul]       2.7.0cvs22
5843
5844         * src/mainwindow.c
5845         * src/summaryview.c
5846         * src/summaryview.h
5847                 add 'Edit/Delete thread'
5848
5849 2007-01-13 [colin]      2.7.0cvs21
5850
5851         * src/prefs_account.c
5852         * src/prefs_compose_writing.c
5853         * src/prefs_message.c
5854         * src/prefs_msg_colors.c
5855         * src/prefs_other.c
5856         * src/prefs_receive.c
5857         * src/prefs_spelling.c
5858         * src/prefs_summaries.c
5859         * src/prefs_themes.c
5860         * src/gtk/gtkutils.c
5861         * src/gtk/gtkutils.h
5862         * src/plugins/pgpcore/prefs_gpg.c
5863         * src/plugins/spamassassin/spamassassin_gtk.c
5864                 Factorize gtk frame creation
5865                 Patch by Pawel
5866
5867 2007-01-13 [colin]      2.7.0cvs20
5868
5869         * src/message_search.c
5870         * src/summary_search.c
5871                 Fix Enter in search windows
5872         * src/messageview.c
5873                 Fix body search starting at the
5874                 end of the mail (and asking for loop)
5875
5876 2007-01-13 [colin]      2.7.0cvs19
5877
5878         * src/etpan/imap-thread.c
5879                 Make sure we don't free the same imap
5880                 twice
5881
5882 2007-01-13 [colin]      2.7.0cvs18
5883
5884         * commitHelper
5885                 Allow multiple commitHelpers to
5886                 run at once
5887
5888 2007-01-12 [colin]      2.7.0cvs17
5889
5890         * src/etpan/imap-thread.c
5891                 Make sure we get rid of the previous mailimap
5892                 when connecting - just in case disconnect was
5893                 unclean
5894
5895 2007-01-12 [paul]       2.7.0cvs16
5896
5897         * src/compose.c
5898                 Strip S/MIME signatures when re-editing
5899                 S/MIME signed messages.
5900
5901 2007-01-12 [paul]       2.7.0cvs15
5902
5903         * configure.ac
5904         * src/addressbook.c
5905         * src/foldersel.c
5906         * src/folderview.c
5907         * src/main.c
5908                 no need to define CLAWS anymore, remove
5909                 all that stuff
5910
5911 2007-01-12 [paul]       2.7.0cvs14
5912
5913         * src/mimeview.c
5914                 check if the mail's signed as
5915                 it can change the mail structure
5916                 Thanks to Colin
5917
5918 2007-01-12 [paul]       2.7.0cvs13
5919
5920         * src/procmime.c
5921                 fix Forwarding msgs with attachments
5922                 that have dos line endings
5923                 Thanks to Colin
5924
5925 2007-01-12 [wwp]        2.7.0cvs12
5926
5927         * configure.ac
5928                 Revert accidentally committed extra version tag.
5929
5930 2007-01-12 [wwp]        2.7.0cvs11
5931
5932         * src/prefs_account.c
5933                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5934
5935 2007-01-11 [colin]      2.7.0cvs10
5936
5937         * src/imap.c
5938                 move g_warning to debug_print
5939                 it scares people for no reason
5940
5941 2007-01-11 [colin]      2.7.0cvs9
5942
5943         * po/POTFILES.in
5944                 Fix files to translate. Patch by
5945                 Fabien
5946
5947 2007-01-11 [paul]       2.7.0cvs8
5948
5949         * src/imap.c
5950                 Fix recursion when server lists the
5951                 current subfolder in the response
5952         * src/mimeview.c
5953                 Fix updating of icon_list/ctree
5954         * src/plugins/pgpcore/select-keys.c
5955                 Fix a few annoyances when choosing
5956                 keys for the CMS (S/MIME) protocol
5957
5958 2007-01-11 [wwp]        2.7.0cvs7
5959
5960         * src/compose.c
5961         * src/prefs_account.c
5962         * src/prefs_account.h
5963                 Add per-account spellcheck default dictionaries settings.
5964
5965 2007-01-10 [colin]      2.7.0cvs6
5966
5967         * src/prefs_folder_item.c
5968                 Factorize strings - patch by Fabien
5969
5970 2007-01-10 [colin]      2.7.0cvs5
5971
5972         * src/mainwindow.c
5973                 Fix bug 1095, 'Crash while changing folder 
5974                 columns during incorporation'
5975
5976 2007-01-09 [colin]      2.7.0cvs4
5977
5978         * src/gtk/pluginwindow.c
5979                 Set the plugin window transient. Seems
5980                 like some window managers hide it in
5981                 the background after "load plugin"...
5982
5983 2007-01-09 [colin]      2.7.0cvs3
5984
5985         * src/gtk/filesel.c
5986                 Use the same type for alloc and free
5987
5988 2007-01-08 [paul]       2.7.0cvs2
5989
5990         * po/nl.po
5991                 updated by Tim Dijkstra
5992
5993 2007-01-08 [paul]       2.7.0cvs1
5994
5995         * src/prefs_themes.c
5996         * src/common/utils.c
5997                 Fix resource leaks
5998
5999 2007-01-08 [paul]       2.7.0
6000
6001         * NEWS
6002         * README
6003         * RELEASE_NOTES
6004                 2.7.0 released
6005
6006 2007-01-08 [paul]       2.6.1cvs119
6007
6008         * doc/man/claws-mail.1
6009                 another correction
6010
6011 2007-01-08 [paul]       2.6.1cvs118
6012
6013         * doc/man/claws-mail.1
6014                 corrections
6015         * manual/advanced.xml
6016                 improved English usage
6017
6018 2007-01-08 [paul]       2.6.1cvs117
6019
6020         * po/ca.po
6021         * po/de.po
6022         * po/en_GB.po
6023         * po/fi.po
6024         * po/it.po
6025         * po/pt_BR.po
6026         * po/sk.po
6027         * po/sr.po
6028         * po/zh_CN.po
6029                 updated by Miquel Oliete, Stephan Sachse, me,
6030                 Tommi Pirinen, Andrea Spadaccini, Frederico
6031                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6032                 Urosevic, and Ralgh Young
6033
6034 2007-01-07 [mones]      2.6.1cvs116
6035
6036         * manual/es/advanced.xml
6037         * po/es.po
6038                 Synced manual (unhide mark_as_read_delay)
6039                 and updated translation for release
6040
6041 2007-01-07 [paul]       2.6.1cvs115
6042
6043         * src/prefs_matcher.c
6044                 make the hbox content fit better under
6045                 various languages
6046
6047 2007-01-07 [colin]      2.6.1cvs114
6048
6049         * src/messageview.c
6050                 Fix bug 1088, 'Ctrl-h produces repeatable
6051                 crash'
6052
6053 2007-01-06 [colin]      2.6.1cvs113
6054
6055         * src/etpan/imap-thread.c
6056                 Add casts to int to get certs. Fixes
6057                 bug 1064, 'crash @ etpan_certificate_check() 
6058                 when opening an IMAP folder', with latest
6059                 libetpan CVS or >= 0.49
6060         * src/mainwindow.c
6061         * src/mainwindow.h
6062         * src/imap_gtk.c
6063         * src/news_gtk.c
6064         * src/prefs_folder_item.c
6065                 Grey out the "synchronise" menu items if
6066                 there's nothing to synchronise.
6067         * src/plugins/pgpcore/sgpgme.c
6068                 Make an error clearer than "Unknown error"
6069
6070 2007-01-06 [colin]      2.6.1cvs112
6071
6072         * src/messageview.c
6073                 Don't try to show a message if updating
6074                 Maybe fixes bug 1088, 'ctrl-h produces
6075                 repeatable crash'.
6076
6077 2007-01-06 [colin]      2.6.1cvs111
6078
6079         * src/summaryview.c
6080                 Disable Control-Space (handle it as Space).
6081
6082 2007-01-05 [paul]       2.6.1cvs110
6083
6084         * src/imap.c
6085                 Fix bug 934, 'sylpheed claws 2.1 
6086                 doesn't show Exchanges Public Folders'
6087                 Thanks to Hoa and Colin
6088         * src/msgcache.c
6089                 Refuse to allocate more than 2 MB for a 
6090                 single field, it's a good indication of
6091                 cache corruption.
6092
6093 2007-01-05 [colin]      2.6.1cvs109
6094
6095         * src/mainwindow.c
6096                 Allow --select'ing emails by Message-ID too
6097
6098 2007-01-05 [colin]      2.6.1cvs108
6099
6100         * src/common/quoted-printable.c
6101                 Uh! Third fix :)
6102
6103 2007-01-05 [colin]      2.6.1cvs107
6104
6105         * src/common/quoted-printable.c
6106                 Fix previous commit about bug 1089
6107                 Thanks to Ralf
6108
6109 2007-01-05 [colin]      2.6.1cvs106
6110
6111         * src/common/quoted-printable.c
6112                 Fix my previous commit on bug 1089
6113                 - Thanks to Ralf :)
6114
6115 2007-01-04 [colin]      2.6.1cvs105
6116
6117         * src/common/quoted-printable.c
6118                 Fix bug 1089, 'NUL characters in Subject 
6119                 line are misinterpreted'. Not a pain to
6120                 fix in fact.
6121
6122 2007-01-04 [colin]      
6123
6124         2.7.0-rc3 released
6125
6126 2007-01-04 [wwp]        2.6.1cvs104
6127
6128         * src/image_viewer.c
6129                 Force operator precedence (fix a compiler warning).
6130
6131 2007-01-04 [colin]      2.6.1cvs103
6132
6133         * src/image_viewer.c
6134                 Be cautious there too (same fix as the one
6135                 in textview from cvs33)
6136         * src/messageview.c
6137                 Don't use any MimeViewer plugin when showing
6138                 all headers
6139
6140 2007-01-03 [wwp]        2.6.1cvs102
6141
6142         * src/html.c
6143         * src/html.h
6144                 fixed "cent" sign (use the existing ASCII one),
6145                 decode more HTML entities,
6146                 converted table ASCII entries to UTF-8,
6147                 moved a switch() into a hashtable.
6148
6149 2007-01-03 [paul]       2.6.1cvs101
6150
6151         * src/compose.c
6152         * src/messageview.c
6153         * src/procmsg.c
6154         * src/procmsg.h
6155                 When possible, use move_msg instead of
6156                 copy_msg + remove_msg to move sent mail
6157                 from Queue to Sent. 
6158
6159 2007-01-03 [paul]       2.6.1cvs100
6160
6161         * src/html.c
6162                 add more html entity recognition:
6163                 pounds, euros, and cents
6164
6165 2007-01-03 [colin]      2.6.1cvs99
6166
6167         * src/imap_gtk.c
6168                 Don't display an error on NOSELECT
6169                 folders when synchronising
6170
6171 2007-01-03 [paul]       2.6.1cvs98
6172
6173         * tools/maildir2claws-mail.pl
6174                 only substitute 'sent-mail' if it's
6175                 the full directory name
6176
6177 2007-01-03 [paul]       2.6.1cvs97
6178
6179         * ChangeLog
6180         * ChangeLog.pre2.0.0
6181         * Makefile.am
6182                 archive a chunk of ChangeLog in
6183                 ChangeLog.pre2.0.0
6184         * ChangeLog.gtk1
6185         * doc/src/ChangeLog.claws-pre0.8.0
6186                 remove ChangeLog.claws-pre0.8.0, adding
6187                 its contents to ChangeLog.gtk1
6188
6189 2007-01-03 [paul]       2.6.1cvs96
6190
6191         * src/account.c
6192         * src/account.h
6193         * src/action.c
6194         * src/action.h
6195         * src/adbookbase.h
6196         * src/addr_compl.c
6197         * src/addr_compl.h
6198         * src/addrbook.c
6199         * src/addrcache.c
6200         * src/addrcache.h
6201         * src/addrcindex.c
6202         * src/addrcindex.h
6203         * src/addrclip.c
6204         * src/addrclip.h
6205         * src/addrdefs.h
6206         * src/addressadd.c
6207         * src/addressadd.h
6208         * src/addressbook.c
6209         * src/addressbook.h
6210         * src/addressbook_foldersel.c
6211         * src/addressbook_foldersel.h
6212         * src/addrgather.c
6213         * src/addrgather.h
6214         * src/addrharvest.c
6215         * src/addrharvest.h
6216         * src/addrindex.c
6217         * src/addrindex.h
6218         * src/addritem.c
6219         * src/addritem.h
6220         * src/addrquery.c
6221         * src/addrquery.h
6222         * src/addrselect.c
6223         * src/addrselect.h
6224         * src/alertpanel.c
6225         * src/alertpanel.h
6226         * src/browseldap.c
6227         * src/browseldap.h
6228         * src/codeconv.c
6229         * src/codeconv.h
6230         * src/compose.c
6231         * src/compose.h
6232         * src/customheader.c
6233         * src/customheader.h
6234         * src/displayheader.c
6235         * src/displayheader.h
6236         * src/editaddress.c
6237         * src/editaddress.h
6238         * src/editbook.c
6239         * src/editbook.h
6240         * src/editgroup.c
6241         * src/editgroup.h
6242         * src/editjpilot.c
6243         * src/editjpilot.h
6244         * src/editldap.c
6245         * src/editldap.h
6246         * src/editldap_basedn.c
6247         * src/editldap_basedn.h
6248         * src/editvcard.c
6249         * src/editvcard.h
6250         * src/exphtmldlg.c
6251         * src/exphtmldlg.h
6252         * src/expldifdlg.c
6253         * src/expldifdlg.h
6254         * src/export.c
6255         * src/export.h
6256         * src/exporthtml.c
6257         * src/exporthtml.h
6258         * src/exportldif.c
6259         * src/exportldif.h
6260         * src/filtering.c
6261         * src/filtering.h
6262         * src/folder.c
6263         * src/folder.h
6264         * src/folder_item_prefs.c
6265         * src/folder_item_prefs.h
6266         * src/foldersel.c
6267         * src/foldersel.h
6268         * src/folderutils.c
6269         * src/folderutils.h
6270         * src/folderview.c
6271         * src/folderview.h
6272         * src/grouplistdialog.c
6273         * src/grouplistdialog.h
6274         * src/headerview.c
6275         * src/html.c
6276         * src/html.h
6277         * src/image_viewer.c
6278         * src/image_viewer.h
6279         * src/imap.c
6280         * src/imap.h
6281         * src/imap_gtk.c
6282         * src/imap_gtk.h
6283         * src/import.c
6284         * src/import.h
6285         * src/importldif.c
6286         * src/importldif.h
6287         * src/importmutt.c
6288         * src/importmutt.h
6289         * src/importpine.c
6290         * src/importpine.h
6291         * src/inc.c
6292         * src/inc.h
6293         * src/jpilot.c
6294         * src/jpilot.h
6295         * src/ldapctrl.c
6296         * src/ldapctrl.h
6297         * src/ldaplocate.c
6298         * src/ldaplocate.h
6299         * src/ldapquery.c
6300         * src/ldapquery.h
6301         * src/ldapserver.c
6302         * src/ldapserver.h
6303         * src/ldaputil.c
6304         * src/ldaputil.h
6305         * src/ldif.c
6306         * src/ldif.h
6307         * src/main.c
6308         * src/main.h
6309         * src/mainwindow.c
6310         * src/mainwindow.h
6311         * src/manual.c
6312         * src/manual.h
6313         * src/mbox.c
6314         * src/message_search.c
6315         * src/message_search.h
6316         * src/messageview.c
6317         * src/messageview.h
6318         * src/mh.c
6319         * src/mh.h
6320         * src/mh_gtk.c
6321         * src/mh_gtk.h
6322         * src/mimeview.c
6323         * src/mimeview.h
6324         * src/msgcache.c
6325         * src/msgcache.h
6326         * src/mutt.c
6327         * src/mutt.h
6328         * src/news.c
6329         * src/news.h
6330         * src/news_gtk.c
6331         * src/news_gtk.h
6332         * src/partial_download.c
6333         * src/partial_download.h
6334         * src/pine.c
6335         * src/pine.h
6336         * src/pop.c
6337         * src/pop.h
6338         * src/prefs_account.c
6339         * src/prefs_account.h
6340         * src/prefs_actions.c
6341         * src/prefs_actions.h
6342         * src/prefs_common.c
6343         * src/prefs_common.h
6344         * src/prefs_compose_writing.c
6345         * src/prefs_compose_writing.h
6346         * src/prefs_customheader.c
6347         * src/prefs_customheader.h
6348         * src/prefs_display_header.c
6349         * src/prefs_display_header.h
6350         * src/prefs_filtering.c
6351         * src/prefs_filtering.h
6352         * src/prefs_filtering_action.c
6353         * src/prefs_filtering_action.h
6354         * src/prefs_folder_column.c
6355         * src/prefs_folder_column.h
6356         * src/prefs_folder_item.c
6357         * src/prefs_folder_item.h
6358         * src/prefs_fonts.c
6359         * src/prefs_fonts.h
6360         * src/prefs_gtk.c
6361         * src/prefs_gtk.h
6362         * src/prefs_image_viewer.c
6363         * src/prefs_image_viewer.h
6364         * src/prefs_matcher.c
6365         * src/prefs_matcher.h
6366         * src/prefs_message.c
6367         * src/prefs_msg_colors.c
6368         * src/prefs_msg_colors.h
6369         * src/prefs_other.c
6370         * src/prefs_quote.c
6371         * src/prefs_receive.c
6372         * src/prefs_send.c
6373         * src/prefs_spelling.c
6374         * src/prefs_spelling.h
6375         * src/prefs_summaries.c
6376         * src/prefs_summaries.h
6377         * src/prefs_summary_column.c
6378         * src/prefs_summary_column.h
6379         * src/prefs_template.c
6380         * src/prefs_template.h
6381         * src/prefs_themes.c
6382         * src/prefs_themes.h
6383         * src/prefs_toolbar.c
6384         * src/prefs_toolbar.h
6385         * src/prefs_wrapping.c
6386         * src/prefs_wrapping.h
6387         * src/privacy.c
6388         * src/privacy.h
6389         * src/procheader.c
6390         * src/procheader.h
6391         * src/procmime.c
6392         * src/procmime.h
6393         * src/procmsg.c
6394         * src/procmsg.h
6395         * src/quote_fmt.c
6396         * src/quote_fmt_parse.y
6397         * src/recv.c
6398         * src/recv.h
6399         * src/remotefolder.c
6400         * src/remotefolder.h
6401         * src/send_message.c
6402         * src/send_message.h
6403         * src/setup.c
6404         * src/setup.h
6405         * src/sourcewindow.c
6406         * src/sourcewindow.h
6407         * src/ssl_manager.c
6408         * src/ssl_manager.h
6409         * src/statusbar.c
6410         * src/statusbar.h
6411         * src/stock_pixmap.c
6412         * src/stock_pixmap.h
6413         * src/summary_search.c
6414         * src/summary_search.h
6415         * src/summaryview.c
6416         * src/summaryview.h
6417         * src/textview.c
6418         * src/textview.h
6419         * src/toolbar.c
6420         * src/toolbar.h
6421         * src/undo.c
6422         * src/undo.h
6423         * src/unmime.c
6424         * src/unmime.h
6425         * src/vcard.c
6426         * src/vcard.h
6427         * src/wizard.c
6428         * src/wizard.h
6429         * src/common/base64.c
6430         * src/common/base64.h
6431         * src/common/defs.h
6432         * src/common/hooks.c
6433         * src/common/hooks.h
6434         * src/common/log.c
6435         * src/common/log.h
6436         * src/common/mgutils.c
6437         * src/common/mgutils.h
6438         * src/common/nntp.c
6439         * src/common/nntp.h
6440         * src/common/passcrypt.c
6441         * src/common/passcrypt.h.in
6442         * src/common/plugin.c
6443         * src/common/plugin.h
6444         * src/common/prefs.c
6445         * src/common/prefs.h
6446         * src/common/progressindicator.c
6447         * src/common/progressindicator.h
6448         * src/common/quoted-printable.c
6449         * src/common/quoted-printable.h
6450         * src/common/session.c
6451         * src/common/session.h
6452         * src/common/smtp.c
6453         * src/common/smtp.h
6454         * src/common/socket.c
6455         * src/common/socket.h
6456         * src/common/ssl.c
6457         * src/common/ssl.h
6458         * src/common/ssl_certificate.c
6459         * src/common/ssl_certificate.h
6460         * src/common/stringtable.c
6461         * src/common/stringtable.h
6462         * src/common/template.c
6463         * src/common/template.h
6464         * src/common/timing.h
6465         * src/common/utils.c
6466         * src/common/utils.h
6467         * src/common/version.h.in
6468         * src/common/xml.c
6469         * src/common/xml.h
6470         * src/common/xmlprops.c
6471         * src/common/xmlprops.h
6472         * src/gtk/about.c
6473         * src/gtk/colorlabel.c
6474         * src/gtk/colorsel.c
6475         * src/gtk/colorsel.h
6476         * src/gtk/combobox.c
6477         * src/gtk/combobox.h
6478         * src/gtk/description_window.c
6479         * src/gtk/description_window.h
6480         * src/gtk/filesel.c
6481         * src/gtk/filesel.h
6482         * src/gtk/foldersort.c
6483         * src/gtk/foldersort.h
6484         * src/gtk/gtksctree.c
6485         * src/gtk/gtkutils.c
6486         * src/gtk/gtkutils.h
6487         * src/gtk/inputdialog.c
6488         * src/gtk/inputdialog.h
6489         * src/gtk/logwindow.c
6490         * src/gtk/logwindow.h
6491         * src/gtk/manage_window.c
6492         * src/gtk/manage_window.h
6493         * src/gtk/menu.c
6494         * src/gtk/menu.h
6495         * src/gtk/pluginwindow.c
6496         * src/gtk/pluginwindow.h
6497         * src/gtk/prefswindow.c
6498         * src/gtk/prefswindow.h
6499         * src/gtk/progressdialog.c
6500         * src/gtk/progressdialog.h
6501         * src/gtk/sslcertwindow.c
6502         * src/gtk/sslcertwindow.h
6503         * src/plugins/bogofilter/bogofilter.c
6504         * src/plugins/bogofilter/bogofilter.h
6505         * src/plugins/bogofilter/bogofilter_gtk.c
6506         * src/plugins/clamav/clamav_plugin.c
6507         * src/plugins/clamav/clamav_plugin.h
6508         * src/plugins/clamav/clamav_plugin_gtk.c
6509         * src/plugins/demo/demo.c
6510         * src/plugins/dillo_viewer/dillo_prefs.c
6511         * src/plugins/dillo_viewer/dillo_prefs.h
6512         * src/plugins/dillo_viewer/dillo_viewer.c
6513         * src/plugins/pgpcore/passphrase.c
6514         * src/plugins/pgpcore/passphrase.h
6515         * src/plugins/pgpcore/pgp_viewer.c
6516         * src/plugins/pgpcore/pgp_viewer.h
6517         * src/plugins/pgpcore/plugin.c
6518         * src/plugins/pgpcore/select-keys.c
6519         * src/plugins/pgpcore/select-keys.h
6520         * src/plugins/pgpcore/sgpgme.c
6521         * src/plugins/pgpcore/sgpgme.h
6522         * src/plugins/pgpinline/pgpinline.c
6523         * src/plugins/pgpinline/pgpinline.h
6524         * src/plugins/pgpinline/plugin.c
6525         * src/plugins/pgpmime/pgpmime.c
6526         * src/plugins/pgpmime/pgpmime.h
6527         * src/plugins/pgpmime/plugin.c
6528         * src/plugins/spamassassin/spamassassin.c
6529         * src/plugins/spamassassin/spamassassin.h
6530         * src/plugins/spamassassin/spamassassin_gtk.c
6531         * src/plugins/trayicon/trayicon.c
6532                 it's 2007, update the year in the copyright headers
6533
6534 2007-01-03 [paul]       2.6.1cvs95
6535
6536         * src/gtk/about.c
6537                 it is 2007, use it in the copyright string
6538
6539 2007-01-03 [paul]       2.6.1cvs94
6540
6541         * src/html.c
6542                 html entity conversion:
6543                 move &#153; to a more suitable place
6544                 add &bull; and &ndash;
6545                 make sure &mdash; and &#8212; are both
6546                 converted the same
6547
6548 2007-01-02 [colin]      2.6.1cvs93
6549
6550         * src/addrbook.c
6551                 Fix leak
6552         * src/common/plugin.c
6553                 Add comment
6554         * src/etpan/imap-thread.c
6555                 Fix warning
6556
6557 2006-12-31 [paul]       2.6.1cvs92
6558
6559         * src/prefs_summaries.c
6560                 use gtk_button_new_from_stock()
6561
6562 2006-12-30 [colin]      2.6.1cvs91
6563
6564         * src/folder.c
6565         * src/imap_gtk.c
6566         * src/mh_gtk.c
6567                 Don't update filtering and account paths 
6568                 when copying folders
6569
6570 2006-12-30 [colin]      2.6.1cvs90
6571
6572         * src/prefs_compose_writing.c
6573         * src/prefs_quote.c
6574         * src/prefs_template.c
6575                 Use message font for Writing and 
6576                 Quoting prefs, as well as Templates.
6577
6578 2006-12-30 [colin]      2.6.1cvs89
6579
6580         * src/prefs_summaries.c
6581                 Rework GUI; patch by Pawel
6582
6583 2006-12-29 [colin]      2.6.1cvs88
6584
6585         * src/prefs_folder_item.c
6586                 Fix bug 1085, 'Apply to subfolder 
6587                 doesn't work' - I was mistaken saying
6588                 it worked in every case
6589
6590 2006-12-28 [colin]      2.6.1cvs87
6591
6592         * src/gtk/gtkaspell.c
6593                 Don't assert if use_alternate is true
6594                 and alt_dictionary isn't set -- this 
6595                 is what happens on upgrade! Rather,
6596                 do with it.
6597
6598 2006-12-28 [colin]      2.6.1cvs86
6599
6600         * Makefile.am
6601                 Fix desktop/icon simplification
6602
6603 2006-12-28 [colin]      2.6.1cvs85
6604
6605         * Makefile.am
6606                 Make desktop and icon not 
6607                 dependant on the desktop
6608
6609 2006-12-28 [wwp]        2.6.1cvs84
6610
6611         * src/plugins/pgpmime/claws.def
6612                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6613
6614 2006-12-28 [wwp]        2.6.1cvs83
6615
6616         * src/prefs_folder_item.c
6617                 Fix coloring of "simplify subject regexp" (folder prefs),
6618                 which might be left to red whereas the regexp gets empty.
6619
6620 2006-12-28 [wwp]        2.6.1cvs82
6621
6622         * src/prefs_common.c
6623         * src/prefs_common.h
6624         * src/addressbook.c
6625         * src/addressitem.h
6626                 Save addressbook mainwindow's horizontal and vertical splitter position.
6627
6628 2006-12-27 [wwp]        2.6.1cvs81
6629
6630         * src/gtk/gtkaspell.c
6631         * src/gtk/gtkaspell.h
6632         * src/compose.c
6633                 Fix assignment of compose's default and alternate dictionary from
6634                 account or folder settings. Now gtkaspell_change_dict does rotate
6635                 dicts only when it's called from a menu cb.
6636
6637 2006-12-27 [wwp]        2.6.1cvs80
6638
6639         * src/folder_item_prefs.c
6640                 Fix randomly initialized default-alt-dictionary (folder prefs),
6641                 complete 2.6.1cvs72.
6642
6643 2006-12-27 [paul]       2.6.1cvs79
6644
6645         * src/imap_gtk.c
6646         * src/mh_gtk.c
6647                 Add Copy folder in the folder's contextual
6648                 menu
6649
6650 2006-12-27 [wwp]        2.6.1cvs78
6651
6652         * src/imap.c
6653                 Clean up session locking, thanks to Colin.
6654
6655 2006-12-26 [colin]      2.6.1cvs77
6656
6657         * src/statusbar.c
6658                 Revert previous patch
6659
6660 2006-12-26 [colin]      2.6.1cvs76
6661
6662         * src/folder.c
6663         * src/folderview.c
6664         * src/imap.c
6665         * src/statusbar.c
6666         * src/etpan/imap-thread.c
6667                 Fix previous commit warnings
6668                 Make statusbar update every second if total < 20
6669                 Make IMAP APPEND faster by simplifying log              
6670
6671 2006-12-26 [colin]      2.6.1cvs75
6672
6673         * src/folder.c
6674         * src/folder.h
6675         * src/folderview.c
6676         * src/folderview.h
6677         * src/imap_gtk.c
6678         * src/mh_gtk.c
6679                 Make it possible to copy folders accross
6680                 mailboxes (this was an arbitrary limitation).
6681                 Still make it impossible to move folders 
6682                 accross mailboxes.
6683
6684 2006-12-26 [colin]      2.6.1cvs74
6685
6686         * src/etpan/imap-thread.c
6687                 Fix bug 1081, 'claws-mail 
6688                 segfaults when going offline 
6689                 while it transfers mails via 
6690                 imap'
6691
6692 2006-12-26 [colin]      2.6.1cvs73
6693
6694         * src/folder_item_prefs.c
6695                 Don't forget alt dictionary when
6696                 renaming/moving folders
6697
6698 2006-12-26 [wwp]        2.6.1cvs72
6699
6700         * src/folder_item_prefs.c
6701                 Add missing defaults for per-folder alt dict
6702                 (forgotten in 2.6.1cvs61).
6703
6704 2006-12-26 [colin]      2.6.1cvs71
6705
6706         * src/wizard.c
6707                 Add tooltip to state that specifying
6708                 full path to mailbox is possible
6709
6710 2006-12-26 [wwp]        2.6.1cvs70
6711
6712         * src/partial_download.c
6713         * src/gtk/gtkvscrollbutton.c
6714         * src/plugins/pgpinline/plugin.c
6715                 Fix for few compiler warnings that matter.
6716
6717 2006-12-25 [colin]      2.6.1cvs69
6718
6719         * src/partial_download.c
6720                 Fix marking for download or deletion
6721                 when the header isn't the first
6722         * src/gtk/logwindow.c
6723                 Fix start of scrolling
6724
6725 2006-12-23 [paul]       2.6.1cvs68
6726
6727         * src/compose.c
6728                 change last commit to use the 'academic'
6729                 method instead. Thanks to wwp
6730
6731 2006-12-23 [paul]       2.6.1cvs67
6732
6733         * src/compose.c
6734                 don't warn about empty subject when
6735                 redirecting
6736
6737 2006-12-22 [colin]      2.6.1cvs66
6738
6739         * src/summary_search.c
6740                 Fix previous patch
6741
6742 2006-12-22 [colin]      2.6.1cvs65
6743
6744         * src/gtk/gtkutils.c
6745         * src/imap.c
6746         * src/jpilot.c
6747         * src/summary_search.c
6748                 A few warning fixes
6749
6750 2006-12-23 [paul]       
6751
6752         2.7.0-rc2 released
6753
6754 2006-12-22 [colin]      2.6.1cvs64
6755
6756         * src/toolbar.c
6757         * src/toolbar.h
6758                 Add a combo to the learn spam button
6759         * src/plugins/bogofilter/bogofilter.c
6760         * src/plugins/bogofilter/bogofilter_gtk.c
6761         * src/plugins/bogofilter/bogofilter.h
6762                 Allow to store Unsure mails in a specific
6763                 folder to make better teaching easier
6764
6765 2006-12-21 [wwp]        2.6.1cvs63
6766
6767         * src/compose.c
6768         * src/prefs_common.c
6769         * src/prefs_common.h
6770         * src/prefs_spelling.c
6771         * src/gtk/gtkaspell.c
6772         * src/gtk/gtkaspell.h
6773                 Allow spell-checking using both current and alternate dictionaries
6774                 (thanks to Colin).
6775
6776 2006-12-21 [wwp]        2.6.1cvs62
6777
6778         * src/gtk/gtkaspell.c
6779                 Apply recheck_when_changing_dict (highlight all mispelled words)
6780                 when switching to alternate dictionary.
6781
6782 2006-12-21 [wwp]        2.6.1cvs61
6783
6784         * src/compose.c
6785         * src/folder_item_prefs.h
6786         * src/prefs_common.c
6787         * src/prefs_common.h
6788         * src/prefs_folder_item.c
6789         * src/prefs_spelling.c
6790         * src/gtk/gtkaspell.c
6791         * src/gtk/gtkaspell.h
6792                 Add global and per-folder prefs to set the default
6793                 alternate dictionary.
6794
6795 2006-12-21 [colin]      2.6.1cvs60
6796
6797         * src/folder.c
6798                 Look for folders by path in all folders
6799         * src/html.c
6800                 add &mdash;
6801
6802 2006-12-20 [colin]      2.6.1cvs59
6803
6804         * src/gtk/quicksearch.c
6805                 Make sure in_typing is false when clearing
6806
6807 2006-12-20 [wwp]        2.6.1cvs58
6808
6809         * configure.ac
6810                 change manual's target dir to be LFH-compliant (thanks to Colin).
6811
6812 2006-12-20 [wwp]        2.6.1cvs57
6813
6814         * src/prefs_common.c
6815         * src/prefs_summaries.c
6816                 i18n fix and factorize patch, thanks to Fabien.
6817
6818 2006-12-20 [paul]       2.6.1cvs56
6819
6820         * configure.ac
6821                 last of the renaming (??)
6822         * src/main.c
6823                 correct --help info of --status-full
6824         * src/plugins/bogofilter/bogofilter.c
6825                 make FALSE default of whitelist_ab
6826
6827 2006-12-19 [colin]      2.6.1cvs55
6828
6829         * src/jpilot.c
6830                 Same as before, without depending on
6831                 pisock >= 0.12
6832
6833 2006-12-19 [colin]      2.6.1cvs54
6834
6835         * src/jpilot.c
6836                 Fix bug 1059, 'Better jpilot charset 
6837                 handling'. Use libpisync's charset conversion
6838                 if possible
6839
6840 2006-12-19 [colin]      2.6.1cvs53
6841
6842         * po/fr.po
6843                 Updated by Fabien
6844
6845 2006-12-19 [wwp]        2.6.1cvs52
6846
6847         * src/gtk/about.c
6848                 Add missing #include (thanks to Colin).
6849
6850 2006-12-19 [wwp]        2.6.1cvs51
6851
6852         * src/prefs_receive.c
6853                 Better spacing between widgets in prefs.
6854
6855 2006-12-18 [colin]      2.6.1cvs50
6856
6857         * src/imap.c
6858                 Fix failure to get separator on LIST "" ""
6859                 Try LIST "" "INBOX" too.
6860
6861 2006-12-18 [wwp]        2.6.1cvs49
6862
6863         * src/common/session.c
6864                 Fix a compiler warning (thanks to Fabien).
6865
6866 2006-12-18 [wwp]        2.6.1cvs48
6867
6868         * src/compose.c
6869         * src/prefs_quote.c
6870                 Factorize some strings for translation (it's about error
6871                 messages when applying or checking template/quote format).
6872
6873 2006-12-18 [colin]      2.6.1cvs47
6874
6875         * Makefile.am
6876         * src/common/defs.h
6877         * src/gtk/Makefile.am
6878         * src/gtk/about.c
6879                 Add a Release notes tab from the contents of
6880                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6881
6882 2006-12-17 [colin]      2.6.1cvs46
6883
6884         * src/mimeview.c
6885         * src/textview.c
6886         * src/gtk/filesel.c
6887                 Correctly convert from/to UTF8/filename encoding
6888                 when loading and saving files. Probably fixes
6889                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6890                 for a file to attach and is blocked...'
6891
6892 2006-12-17 [colin]      2.6.1cvs45
6893
6894         * src/gtk/logwindow.c
6895                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6896                 IMAP folder and is blocked on main thread': 
6897                 make sure we put utf8 in the log.
6898
6899 2006-12-16 [colin]      2.6.1cvs44
6900
6901         * src/toolbar.c
6902         * src/toolbar.h
6903                 Fix bug 1055, 'Add the 'cancel receive' 
6904                 in the available events for the toolbar buttons'
6905
6906 2006-12-16 [colin]      2.6.1cvs43
6907
6908         * po/POTFILES.in
6909         * src/imap.c
6910         * src/common/nntp.c
6911         * src/common/session.c
6912                 Log error when SSL handshakes fail. 
6913                 Fixes bug 1082, 'incorrect / imprecise 
6914                 error message when imap server provides 
6915                 ssl only through STARTTLS but SSL is 
6916                 selected'
6917
6918 2006-12-15 [wwp]        2.6.1cvs42
6919
6920         * src/plugins/bogofilter/bogofilter_gtk.c
6921                 set proper sensitivity to widgets I've recently added.
6922
6923 2006-12-15 [colin]      
6924
6925         2.7.0-rc1 released
6926
6927 2006-12-15 [wwp]        2.6.1cvs41
6928
6929         * src/plugins/bogofilter/bogofilter.c
6930         * src/plugins/bogofilter/bogofilter.h
6931         * src/plugins/bogofilter/bogofilter_gtk.c
6932                 bogofilter's whitelist can now use a subset of
6933                 the addressbook (either a book, a subfolder of a book,
6934                 or the whole addressbook by using "Any"). Re-used there
6935                 some pref_matcher widgets and mechanisms to match a subset
6936                 of the addressbook.
6937
6938 2006-12-15 [wwp]        2.6.1cvs40
6939
6940         * src/wizard.c
6941         * src/common/plugin.c
6942         * src/common/plugin.h
6943         * src/gtk/about.c
6944         * src/plugins/bogofilter/bogofilter.c
6945         * src/plugins/clamav/clamav_plugin.c
6946         * src/plugins/demo/demo.c
6947         * src/plugins/dillo_viewer/dillo_viewer.c
6948         * src/plugins/pgpcore/plugin.c
6949         * src/plugins/pgpinline/plugin.c
6950         * src/plugins/pgpmime/plugin.c
6951         * src/plugins/spamassassin/spamassassin.c
6952         * src/plugins/trayicon/trayicon.c
6953                 factorize some translatable strings (plugins-related),
6954                 fix missing punctuation in several places,
6955                 remove useless translatable \n in about.c,
6956                 and factorize plugin init code w/ a new function
6957                 check_plugin_version() in common/plugin.c.
6958                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6959
6960 2006-12-15 [wwp]        2.6.1cvs39
6961
6962         * src/plugins/bogofilter/bogofilter.c
6963         * src/plugins/bogofilter/bogofilter_gtk.c
6964                 flag whitelisted spams as spam, but don't filter it to the spam
6965                 folder. Thanks to Colin.
6966
6967 2006-12-15 [ticho]      2.6.1cvs38
6968
6969         * src/plugins/bogofilter/bogofilter.c
6970         * src/plugins/bogofilter/bogofilter.h
6971         * src/plugins/bogofilter/bogofilter_gtk.c
6972                 Add option to whitelist senders found in addressbook. Patch by colin.
6973
6974 2006-12-15 [paul]       2.6.1cvs37
6975
6976         * src/folderview.c
6977                 add missing #include "log.h"
6978
6979 2006-12-15 [paul]       2.6.1cvs36
6980
6981         * src/plugins/bogofilter/bogofilter.c
6982         * src/plugins/bogofilter/bogofilter.h
6983         * src/plugins/bogofilter/bogofilter_gtk.c
6984                 Add an option to allow inserting an
6985                 X-Claws-Bogosity header (on MH folders
6986                 only). Patch by Colin
6987
6988 2006-12-14 [colin]      2.6.1cvs35
6989
6990         * src/main.c
6991                 "Yes" should be the default choice for
6992                 migration configuration
6993
6994 2006-12-14 [paul]       2.6.1cvs34
6995
6996         * src/prefs_summaries.c
6997         * manual/advanced.xml
6998                 Unhide mark_as_read_delay
6999
7000 2006-12-14 [paul]       2.6.1cvs33
7001
7002         * src/messageview.c
7003         * src/messageview.h
7004         * src/mimeview.c
7005         * src/mimeview.h
7006         * src/summaryview.c
7007         * src/textview.c
7008         * src/textview.h
7009                 Fix printing of selection
7010                 Fix printing of message parts
7011                 Fix printing of images
7012         * src/gtk/gtksourceprintjob.c
7013                 Fix page count when there are images
7014
7015 2006-12-14 [wwp]        2.6.1cvs32
7016
7017         * src/mainwindow.c
7018         * src/summaryview.c
7019         * src/summaryview.h
7020         * src/gtk/quicksearch.c
7021                 fix quicksearch 'magnify' button status when QS is closed
7022                 using the Escape key, thanks to Colin.
7023
7024 2006-12-14 [wwp]        2.6.1cvs31
7025
7026         * src/mainwindow.c
7027         * src/summaryview.c
7028         * src/summaryview.h
7029         * src/gtk/quicksearch.c
7030                 fix quicksearch 'magnify' button status when QS is closed
7031                 using the Escape key, thanks to Colin.
7032
7033 2006-12-13 [colin]      2.6.1cvs30
7034
7035         * src/ldapquery.c
7036         * src/ldaputil.c
7037                 Use the binary safe version of ldap_get_values,
7038                 to make sure we manipulate null-terminated 
7039                 strings. Maybe fixes bug 1075, 'claws mail 
7040                 segfault when completing ldap adresses'
7041         * src/syldap.c ** REMOVED **
7042         * src/syldap.h ** REMOVED **
7043                 Remove dead files
7044
7045 2006-12-13 [mones]      2.6.1cvs29
7046
7047         * po/es.po
7048                 Fixed piped strings, fixed click translation
7049
7050 2006-12-13 [paul]       2.6.1cvs28
7051
7052         * src/main.c
7053                 don't translate these strings
7054
7055 2006-12-13 [paul]       2.6.1cvs27
7056
7057         * po/en_GB.po
7058                 updated
7059
7060 2006-12-13 [colin]      2.6.1cvs26
7061
7062         * src/main.c
7063         * src/main.h
7064                 Add claws_is_starting()
7065
7066 2006-12-13 [mones]      2.6.1cvs25
7067
7068         * manual/es/advanced.xml
7069         * po/es.po
7070                 Synced manual and updated translation
7071
7072 2006-12-12 [colin]      2.6.1cvs24
7073
7074         * src/wizard.c
7075                 Add an option to use STARTTLS in the
7076                 welcome wizard. Fixes bug 1080, 
7077                 'Using SSL option in wizard for incoming 
7078                 server does not activate SSL with STARTTLS'
7079
7080 2006-12-12 [colin]      2.6.1cvs23
7081
7082         * src/main.c
7083                 Don't exit when there's an incomplete
7084                 mailbox configured - leaves a chance 
7085                 to fix a failing IMAP account. Exit
7086                 if no mailbox at all is loaded (case
7087                 of missing plugin).
7088                 Completes bug 1077's fix (I was wrong
7089                 in this bug's comment #3).
7090
7091 2006-12-12 [colin]      2.6.1cvs22
7092
7093         * src/gtk/menu.h
7094                 Add another menu data type
7095         * src/prefs_account.c
7096                 Complete the completion of bug 1076
7097                 (doesn't lose the pref on apply)
7098
7099 2006-12-12 [paul]       2.6.1cvs21
7100
7101         * src/prefs_account.c
7102                 complete the fix of bug 1076
7103                 also be more verbose with the text
7104
7105 2006-12-12 [paul]       2.6.1cvs20
7106
7107         * src/gtk/combobox.c
7108                 fix compilation warning
7109
7110 2006-12-11 [colin]      2.6.1cvs19
7111
7112         * src/wizard.c
7113                 Document :port in server entry tooltips
7114
7115 2006-12-11 [colin]      2.6.1cvs18
7116
7117         * src/main.c
7118                 Fix compile
7119
7120 2006-12-11 [colin]      2.6.1cvs17
7121
7122         * src/main.c
7123                 Add failing IMAP as a reason for no
7124                 mailbox
7125
7126 2006-12-11 [colin]      2.6.1cvs16
7127
7128         * src/prefs_account.c
7129                 Check for existence of inbox for local
7130                 accounts too
7131         * src/wizard.c
7132                 Allow setting the port to use for servers
7133                 by using the usual "server.example.com:port"
7134                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7135                 not start when IMAP server is unavailable'
7136
7137 2006-12-11 [colin]      2.6.1cvs15
7138
7139         * src/prefs_account.c
7140                 Prevent use of non-existing default inbox
7141
7142 2006-12-11 [colin]      2.6.1cvs14
7143
7144         * src/prefs_account.c
7145                 Fix sensitivity. Fixes bug 1076, 'privacy 
7146                 options are displayed even when pgp plugin 
7147                 not loaded / available'
7148
7149 2006-12-09 [colin]      2.6.1cvs13
7150
7151         * manual/advanced.xml
7152         * src/prefs_common.c
7153         * src/prefs_common.h
7154         * src/common/ssl_certificate.c
7155                 Add a new hidden preference, 'unsafe_ssl_certs',
7156                 which allows to store multiple certificates per
7157                 server/port. This is disabled by default because
7158                 it's less secure (presenting a new certificate
7159                 instead of a changed one raises less alarms).
7160                 This will cause Claws to ask about an unknown
7161                 certificate for people who have used 2.6.1cvs8
7162                 or greater.
7163
7164 2006-12-09 [colin]      2.6.1cvs12
7165
7166         * src/action.c
7167                 Fix cache updating after action
7168
7169 2006-12-07 [wwp]        2.6.1cvs11
7170
7171         * src/compose.c
7172                 fix email address comparison when replying to all
7173                 (avoid replying to ourselves), thanks to Colin.
7174
7175 2006-12-06 [paul]       2.6.1cvs10
7176
7177         * src/addrharvest.c
7178         * src/editldap.c
7179         * src/expldifdlg.c
7180         * src/news.c
7181         * src/toolbar.c
7182         * src/common/utils.c
7183                 ...and more renaming
7184                 Thanks to Colin
7185
7186 2006-12-06 [paul]       2.6.1cvs9
7187
7188         * src/compose.c
7189         * src/messageview.c
7190         * src/procheader.c
7191         * src/procmime.c
7192         * src/procmsg.c
7193         * src/textview.c
7194                 more renaming
7195                 Thanks to Colin
7196
7197 2006-12-06 [colin]      2.6.1cvs8
7198
7199         * src/ssl_manager.c
7200         * src/common/ssl_certificate.c
7201         * src/common/ssl_certificate.h
7202                 Handle multiple certificates per host/port
7203
7204 2006-12-06 [colin]      2.6.1cvs7
7205
7206         * src/etpan/imap-thread.c
7207                 Fix certificate checking on IMAP
7208
7209 2006-12-06 [colin]      2.6.1cvs6
7210
7211         * src/folderview.c
7212                 Fix bug 1072, 'Claws stops fetching newsgroups 
7213                 from server when newsgroup got deleted': continue
7214                 checking other groups
7215
7216 2006-12-05 [wwp]        2.6.1cvs5
7217
7218         * src/message_search.c
7219         * src/summary_search.c
7220         * src/gtk/combobox.c
7221         * src/gtk/combobox.h
7222         * src/gtk/gtkutils.c
7223         * src/gtk/gtkutils.h
7224                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7225                 behave like w/ old comboboxes (summary and message search only).
7226
7227 2006-12-05 [paul]       2.6.1cvs4
7228
7229         * src/wizard.c
7230                 encode headers
7231                 Thanks to Colin
7232
7233 2006-12-05 [paul]       2.6.1cvs3
7234
7235         * tools/README
7236         * tools/textviewer.pl
7237                 script updated and description added
7238
7239 2006-12-04 [colin]      2.6.1cvs2
7240
7241         * src/compose.c
7242                 Run pre-send hook only when checking
7243                 everything
7244
7245 2006-12-04 [paul]       2.6.1cvs1
7246
7247         * NEWS
7248         * README
7249         * RELEASE_NOTES
7250         * configure.ac
7251         * tools/README
7252                 bump up version number following stable release
7253
7254 2006-12-04 [paul]       2.6.0cvs83
7255
7256         * README
7257                 updates and corrections
7258
7259 2006-12-04 [colin]      2.6.0cvs82
7260
7261         * src/common/utils.c
7262                 Probably fix bug 1066, 'Incorrect mailbox 
7263                 size displayed'
7264
7265 2006-12-04 [colin]      2.6.0cvs81
7266
7267         * src/common/utils.c
7268                 Trim tabs from mailcap file too.
7269
7270 2006-12-02 [paul]       2.6.0cvs80
7271
7272         * src/exphtmldlg.c
7273                 fix broken GUI under certain languages
7274         * src/expldifdlg.c
7275                 put the Cancel button to the right
7276
7277 2006-12-01 [paul]       2.6.0cvs79
7278
7279         * tools/Makefile.am
7280                 remove reference to removed file
7281
7282 2006-12-01 [wwp]        2.6.0cvs78
7283
7284         * src/addressbook.c
7285         * src/editaddress.c
7286                 remove forgotten debug statements.
7287
7288 2006-12-01 [wwp]        2.6.0cvs77
7289
7290         * manual/advanced.xml
7291         * manual/fr/advanced.xml
7292         * src/addressbook.c
7293         * src/addressbook.h
7294         * src/addressitem.h
7295         * src/editaddress.c
7296         * src/editaddress.h
7297         * src/prefs_common.c
7298         * src/prefs_common.h
7299         * src/gtk/gtkutils.c
7300         * src/gtk/gtkutils.h
7301                 add a hidden option to allow embedding the editaddress (edit contact details)
7302                 dialog into the addressbook's window. This doesn't change the default
7303                 behaviour.
7304
7305 2006-12-01 [wwp]        2.6.0cvs76
7306
7307         * src/message_search.c
7308         * src/summary_search.c
7309                 fix more focus issues (don't set focus to combobox's entry widget when
7310                 entry's value changed, if entry widget has focus already).
7311
7312 2006-12-01 [wwp]        2.6.0cvs75
7313
7314         * src/gtk/quicksearch.c
7315                 revert last changes to the quicksearch gtk_combo_box, this needs more
7316                 tuning and testing.
7317
7318 2006-12-01 [paul]       2.6.0cvs74
7319
7320         * tools/kdeservicemenu/README
7321         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7322         * tools/kdeservicemenu/install.sh
7323         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7324         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7325                 simplify this stuff, and in so doing,
7326                 fix it. (possibly re-extend it again at
7327                 a later date)
7328
7329 2006-12-01 [wwp]        2.6.0cvs73
7330
7331         * src/gtk/quicksearch.c
7332                 adapt quicksearch code to use modern gtk_combo_box'es.
7333
7334 2006-12-01 [wwp]        2.6.0cvs72
7335
7336         * src/common/defs.h
7337         * src/prefs_common.c
7338         * src/prefs_common.h
7339         * src/message_search.c
7340         * src/summary_search.c
7341         * src/gtk/combobox.c
7342         * src/gtk/combobox.h
7343                 add history combos to all message and summary search fields.
7344
7345 2006-12-01 [wwp]        2.6.0cvs71
7346
7347         * src/summaryview.c
7348                 As the list may change while the mark as read delay
7349                 runs, we can't rely on the 'row' pointer, which can
7350                 be invalid when the timeout is called. As the mark
7351                 as read is only done if the message is still selected,
7352                 use summaryview->selected instead. Thanks to Colin.
7353
7354 2006-11-30 [paul]       2.6.0cvs70
7355
7356         * src/textview.c
7357                 give emphasis to "Sylpheed-Claws"
7358                 as well as "Claws Mail"
7359
7360 2006-11-30 [colin]      2.6.0cvs69
7361
7362         * src/wizard.c
7363                 Put the SSL checkboxes in the receiving
7364                 and sending server pages.
7365
7366 2006-11-29 [colin]      2.6.0cvs68
7367
7368         * src/gtk/gtkutils.c
7369         * src/gtk/gtkvscrollbutton.c
7370                 Revert some deprecated fixes - they seem to
7371                 deprecate stuff as soon as a new one gets out.
7372                 g_object_ref_sink needed glib-2.10.
7373
7374 2006-11-29 [colin]      2.6.0cvs67
7375
7376         * src/common/utils.c
7377                 Create .mailcap if it doesn't exist
7378
7379 2006-11-29 [colin]      2.6.0cvs66
7380
7381         * src/compose.c
7382                 Followup to cvs60: use original list
7383                 of recipients if replying to a mail
7384                 in Sent Drafts or Queue.
7385
7386 2006-11-27 [paul]       2.6.0cvs65
7387
7388         * src/image_viewer.c
7389                 revert the last change for now (it's broken)
7390
7391 2006-11-27 [paul]       2.6.0cvs64
7392
7393         * Makefile.am
7394         * configure.ac
7395         * m4/aclocal-include.m4
7396         * m4/check-type.m4
7397         * src/Makefile.am
7398         * src/addr_compl.c
7399         * src/compose.c
7400         * src/crash.c
7401         * src/export.c
7402         * src/exporthtml.c
7403         * src/exportldif.c
7404         * src/imap.c
7405         * src/import.c
7406         * src/main.c
7407         * src/main.h
7408         * src/matcher.c
7409         * src/mimeview.c
7410         * src/procmsg.c
7411         * src/textview.c
7412         * src/common/Makefile.am
7413         * src/common/claws.c
7414         * src/common/claws.h
7415         * src/common/ssl.c
7416         * src/common/sylpheed.c
7417         * src/common/sylpheed.h
7418         * src/etpan/Makefile.am
7419         * src/gtk/Makefile.am
7420         * src/gtk/claws-marshal.list
7421         * src/gtk/filesel.c
7422         * src/gtk/gtksctree.c
7423         * src/gtk/quicksearch.c
7424         * src/gtk/sylpheed-marshal.list
7425         * src/plugins/bogofilter/bogofilter.c
7426         * src/plugins/bogofilter/bogofilter_gtk.c
7427         * src/plugins/clamav/clamav_plugin.c
7428         * src/plugins/clamav/clamav_plugin_gtk.c
7429         * src/plugins/demo/demo.c
7430         * src/plugins/dillo_viewer/dillo_viewer.c
7431         * src/plugins/pgpcore/Makefile.am
7432         * src/plugins/pgpcore/claws.def
7433         * src/plugins/pgpcore/pgp_viewer.c
7434         * src/plugins/pgpcore/plugin.c
7435         * src/plugins/pgpcore/sylpheed.def
7436         * src/plugins/pgpinline/Makefile.am
7437         * src/plugins/pgpinline/claws.def
7438         * src/plugins/pgpinline/plugin.c
7439         * src/plugins/pgpinline/sylpheed.def
7440         * src/plugins/pgpmime/Makefile.am
7441         * src/plugins/pgpmime/claws.def
7442         * src/plugins/pgpmime/plugin.c
7443         * src/plugins/pgpmime/sylpheed.def
7444         * src/plugins/spamassassin/spamassassin.c
7445         * src/plugins/spamassassin/spamassassin_gtk.c
7446         * src/plugins/trayicon/trayicon.c
7447                 yet more renaming
7448                 remove deprecated gtk_tooltips_set_delay()
7449
7450 2006-11-26 [paul]       2.6.0cvs63
7451
7452         * src/expldifdlg.c
7453         * src/folderview.c
7454         * src/image_viewer.c
7455         * src/mainwindow.c
7456         * src/gtk/gtkutils.c
7457         * src/gtk/gtkvscrollbutton.c
7458         * src/gtk/prefswindow.c
7459         * src/plugins/pgpcore/prefs_gpg.c
7460                 replace more deprecated GTK+ functions
7461
7462 2006-11-26 [paul]       2.6.0cvs62
7463
7464         * src/addr_compl.c
7465         * src/addressbook.c
7466         * src/browseldap.c
7467                 replace deprecated gtk_idle_... functions
7468
7469 2006-11-26 [paul]       2.6.0cvs61
7470
7471         * src/compose.c
7472         * src/folderview.c
7473         * src/inc.c
7474         * src/summaryview.c
7475         * src/gtk/gtkvscrollbutton.c
7476         * src/gtk/quicksearch.c
7477         * src/plugins/pgpcore/passphrase.c
7478                 replace deprecated gtk_timeout_add and
7479                 gtk_timeout_remove
7480
7481 2006-11-26 [paul]       2.6.0cvs60
7482
7483         * src/compose.c
7484                 fix bug that caused the wrong recipient
7485                 to be selected when replying to a msg
7486                 which is From one of our accounts to
7487                 another of our accounts
7488
7489 2006-11-25 [paul]       2.6.0cvs59
7490
7491         * src/summaryview.c
7492                 don't change the From column title to
7493                 To if the To column is visible
7494
7495 2006-11-24 [paul]       2.6.0cvs58
7496
7497         * src/compose.c
7498                 fix bug 1069, 'Sent mails disappear, BCC
7499                 or locking problem?'
7500
7501 2006-11-21 [wwp]        2.6.0cvs57
7502
7503         * src/compose.c
7504                 fix spelling menu when replying (same as 2.3.1cvs39):
7505                 discrepancy between context menu and top menu when
7506                 folder's dictionary isn't the default one.
7507
7508 2006-11-19 [paul]       2.6.0cvs56
7509
7510         * src/summaryview.c
7511                 obey always_show_msg option when
7512                 marking as spam
7513         * src/plugins/bogofilter/bogofilter.c
7514                 fix typo
7515
7516 2006-11-18 [paul]       2.6.0cvs55
7517
7518         * AUTHORS
7519         * README
7520         * debian/copyright
7521         * manual/ack.xml
7522         * manual/es/ack.xml
7523         * manual/fr/ack.xml
7524         * manual/pl/ack.xml
7525         * src/gtk/authors.h
7526         * src/gtk/icon_legend.c
7527         * src/gtk/icon_legend.h
7528         * tools/OOo2claws-mail.pl
7529         * tools/README
7530         * tools/acroread2claws-mail.pl
7531         * tools/claws.i18n.status.pl
7532         * tools/filter_conv.pl
7533         * tools/filter_conv_new.pl
7534         * tools/freshmeat_search.pl
7535         * tools/google_search.pl
7536         * tools/kmail2claws-mail.pl
7537         * tools/kmail2claws-mail_v2.pl
7538         * tools/maildir2claws-mail.pl
7539         * tools/make.themes.project
7540         * tools/multiwebsearch.pl
7541         * tools/outlook2claws-mail.pl
7542         * tools/tb2claws-mail
7543         * tools/kdeservicemenu/README
7544         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7545                 update mine and wwp's email addresses in
7546                 several places
7547                 Patch by wwp
7548         * src/prefs_compose_writing.c
7549                 set sensitivity on 'new message format' frame
7550
7551 2006-11-17 [paul]       2.6.0cvs54
7552
7553         * src/gtk/about.c
7554                 more reworking of the GUI
7555                 Patch by Fabien Vantard
7556
7557 2006-11-16 [paul]       2.6.0cvs53
7558
7559         * src/gtk/about.c
7560                 set a minimum size for the window, allow
7561                 it to automatically expand as necessary
7562
7563 2006-11-16 [wwp]        2.6.0cvs52
7564
7565         * src/gtk/about.c
7566                 better wrap of copyright info on some systems.
7567
7568 2006-11-16 [paul]       2.6.0cvs51
7569
7570         * src/gtk/about.c
7571                 move the tech info from the upper panel
7572                 to the Info tab
7573                 use a gtk_text_view for the features tab
7574
7575 2006-11-16 [paul]       2.6.0cvs50
7576
7577         * po/Makevars
7578                 update my email address
7579         * src/addressbook.c
7580         * src/compose.c
7581         * src/imap_gtk.c
7582         * src/mh_gtk.c
7583         * src/news_gtk.c
7584         * src/summaryview.c
7585         * src/plugins/trayicon/trayicon.c
7586                 don't offer simple menu separators
7587                 for translation
7588         * src/folderview.c
7589                 add separator between 'mark all read'
7590                 and 'search folder'
7591
7592 2006-11-15 [wwp]        2.6.0cvs49
7593
7594         * src/gtk/authors.h
7595                 updated manuals authors.
7596
7597 2006-11-14 [paul]       2.6.0cvs48
7598
7599         * src/compose.c
7600                 Fix Options/Reply mode after draft save
7601
7602 2006-11-14 [paul]       2.6.0cvs47
7603
7604         * src/Makefile.am
7605                 Fix make DESTDIR=...
7606         * src/mbox.c
7607                 Optimise speed
7608         * src/plugins/pgpinline/pgpinline.c
7609                 Probably fix bug 1061
7610
7611 2006-11-14 [paul]       2.6.0cvs46
7612
7613         * po/Makevars
7614                 enable Q_ macro
7615         * src/Makefile.am
7616         * src/stock_pixmap.c
7617         * src/stock_pixmap.h
7618         * src/gtk/about.c
7619         * src/pixmaps/active.xpm
7620         * src/pixmaps/inactive.xpm
7621                 add a new page, 'Features', to the About dialog
7622                 showing which features are compiled in and which
7623                 are not
7624
7625 2006-11-14 [paul]       2.6.0cvs45
7626
7627         * po/ru.po
7628                 updated by Pavlo Bohmat
7629
7630 2006-11-14 [colin]      2.6.0cvs44
7631
7632         * src/compose.c
7633         * src/inc.c
7634         * src/messageview.c
7635         * src/news.c
7636         * src/pop.c
7637         * src/procmsg.c
7638         * src/gtk/gtkaspell.c
7639                 Fix 64-bit-related warnings
7640         * src/ssl_manager.c
7641                 Fix possible infinite loop
7642         * src/plugins/pgpcore/sgpgme.c
7643                 Remove useless check
7644
7645 2006-11-13 [colin]      2.6.0cvs43
7646
7647         * src/gtk/Makefile.am
7648                 authors.h isn't generated
7649
7650 2006-11-13 [colin]      2.6.0cvs42
7651
7652         * src/plugins/pgpinline/pgpinline.c
7653         * src/plugins/pgpmime/pgpmime.c
7654                 Very probably fix bug 1061, 'crash on 
7655                 opening signed email'. Another cast
7656                 problem
7657
7658 2006-11-13 [colin]      2.6.0cvs41
7659
7660         * src/plugins/pgpcore/sgpgme.c
7661                 Maybe fix bug 1061, 'crash on opening 
7662                 signed email'
7663
7664 2006-11-13 [wwp]        2.6.0cvs40
7665
7666         * src/plugins/pgpinline/pgpinline.c
7667                 fix candidate for bug #1057, thanks to Colin.
7668
7669 2006-11-13 [wwp]        2.6.0cvs39
7670
7671         * src/compose.c
7672         * src/quote_fmt_parse.y
7673                 fix bug 1052: current parser buffer was not always 
7674                 allocated, ptr to this buffer could be returned as 
7675                 NULL whereas no parser error has occurred. in 
7676                 consequence, defining a template body as "%d" 
7677                 (w/o the quotes) for the first time of the instance 
7678                 of claws-mail, was reporting a parser error. make 
7679                 sure that the buffer is always allocated, even to 
7680                 an empty string.
7681                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7682                 unescaping of the fmt string was always done 
7683                 whereas it must be done *only* when receiving 
7684                 quote format strings issued from the prefs 
7685                 (compose new message, reply, forward, redirect 
7686                 formats), *not* when applying templates.  in 
7687                 consequences, applying templates w/ sequences 
7688                 like \\|p{echo} were failing. make sure that 
7689                 unescaping is done only when necessary.
7690
7691 2006-11-12 [colin]      2.6.0cvs38
7692
7693         * po/de.po
7694                 Fix typo (s/KB/MB)
7695
7696 2006-11-12 [colin]      2.6.0cvs37
7697
7698         * src/plugins/pgpinline/pgpinline.c
7699         * src/plugins/pgpmime/pgpmime.c
7700                 Release GPG context at the latest 
7701                 possible moment. Maybe fixes 
7702                 bug 1057, 'crash on sending signed 
7703                 message to a newsgroup'
7704                 
7705
7706 2006-11-12 [colin]      2.6.0cvs36
7707
7708         * src/plugins/pgpcore/sgpgme.c
7709                 Tell a bit more when gpg's status doesn't
7710                 contain any signature
7711
7712 2006-11-12 [colin]      2.6.0cvs35
7713
7714         * src/compose.c
7715                 Fix bug 1060, 'compilation error with 
7716                 Irix's cc'
7717
7718 2006-11-12 [paul]       2.6.0cvs34
7719
7720         * doc/man/claws-mail.1
7721         * src/prefs_gtk.c
7722         * src/plugins/clamav/README
7723         * src/plugins/spamassassin/README
7724         * tools/README
7725         * tools/freshmeat_search.pl
7726         * tools/google_search.pl
7727         * tools/multiwebsearch.pl
7728                 more renaming
7729         * src/plugins/trayicon/trayicon.c
7730                 fix compiliation warning
7731
7732 2006-11-11 [colin]      2.6.0cvs33
7733
7734         * src/folderview.c
7735                 Forbid drag and drop from/to different
7736                 folders of type F_UNKNOWN
7737
7738 2006-11-11 [colin]      2.6.0cvs32
7739
7740         * src/plugins/pgpinline/pgpinline.c
7741                 Fix typo in previous commit:
7742                 - gpgme_new(&ctx);
7743                 + if ((err = gpgme_new(&data->ctx)) ...)
7744
7745 2006-11-11 [colin]      2.6.0cvs31
7746
7747         * src/plugins/pgpinline/pgpinline.c
7748         * src/plugins/pgpmime/pgpmime.c
7749                 Check success after calling gpgme_new
7750                 Maybe fixes bug 1057, 'crash on sending 
7751                 signed message to a newsgroup'
7752
7753 2006-11-11 [colin]      2.6.0cvs30
7754
7755         * src/undo.c
7756                 init undostruct to 0s (from
7757                 valgrind log of bug 1057)
7758
7759 2006-11-10 [colin]      2.6.0cvs29
7760
7761         * src/mainwindow.c
7762                 Set cursor to wait before filtering
7763                 duplicates in all folders
7764         * src/plugins/bogofilter/bogofilter.c
7765         * src/plugins/bogofilter/bogofilter.h
7766         * src/plugins/bogofilter/bogofilter_gtk.c
7767                 Completely thread away the bogofilter
7768                 filtering
7769
7770 2006-11-10 [mones]      2.6.0cvs28
7771
7772         * src/compose.c
7773         * src/compose.h
7774                 added COMPOSE_CHECK_BEFORE_SEND hook
7775
7776 2006-11-10 [paul]       2.6.0cvs27
7777
7778         * src/crash.c
7779                 more renaming
7780                 add libSM to get_compiled_in_features()
7781         * src/main.c
7782                 more renaming
7783
7784 2006-11-10 [colin]      2.6.0cvs26
7785
7786         * src/etpan/imap-thread.c
7787                 Add a reference to libetpan's sasl engine
7788                 so that sasl_done() doesn't get called by
7789                 libetpan, and doesn't break openssl.
7790                 Should fix bug 1053, 'SC fails to reestablish 
7791                 a secure connection'
7792                 Patch by Hoa
7793
7794 2006-11-10 [colin]      2.6.0cvs25
7795
7796         * manual/addrbook.xml
7797         * manual/advanced.xml
7798         * manual/faq.xml
7799         * manual/intro.xml
7800                 Some more renaming
7801
7802 2006-11-09 [colin]      2.6.0cvs24
7803
7804         * src/plugins/bogofilter/bogofilter_gtk.c
7805                 Add comment about annoyance
7806
7807 2006-11-09 [colin]      2.6.0cvs23
7808
7809         * src/plugins/bogofilter/bogofilter.c
7810         * src/plugins/bogofilter/bogofilter_gtk.c
7811                 Prepare things needed to thread bogofilter
7812                 filtering: separate bogo stuff and possible GUI
7813                 stuff. 
7814
7815 2006-11-09 [colin]      2.6.0cvs22
7816
7817         * src/account.c
7818         * src/compose.c
7819                 Search for one of our accounts in Delivered-To
7820                 (helps for auto-account selection when 
7821                  replying/forwarding)
7822         * src/folderview.c
7823         * src/mainwindow.c
7824         * src/mainwindow.h
7825         * src/plugins/trayicon/trayicon.c
7826                 Allow opening a new mail with any account from
7827                 the contextual menu
7828
7829 2006-11-09 [wwp]        2.6.0cvs21
7830
7831         * src/compose.c
7832         * src/prefs_common.c
7833         * src/prefs_common.h
7834         * src/prefs_compose_writing.c
7835                 add a compose new message format (in prefs/compose/writing), it's a
7836                 simple subject+body template to use when opening a new composition
7837                 window. It's similar to the existent reply and forward formats.
7838
7839                 enhanced the template/format % symbols substitution mechanism to
7840                 use current composition window information when % are used in
7841                 the compose new message format or in templates applied to new
7842                 messages (there were useless in that situations before). When
7843                 applied to new messages, %d corresponds to the system time/date.
7844
7845 2006-11-09 [paul]       2.6.0cvs20
7846
7847         * src/gtk/authors.h
7848                 fix last commit
7849
7850 2006-11-09 [paul]       2.6.0cvs19
7851
7852         * src/gtk/authors.h
7853                 keep tje alphabetical order
7854
7855 2006-11-08 [colin]      2.6.0cvs18
7856
7857         * src/etpan/imap-thread.c
7858                 Fix bug 1054, 'Slowness logging big 
7859                 data chunks'
7860
7861 2006-11-08 [paul]       2.6.0cvs17
7862
7863         * tools/Makefile.am
7864                 fix the renaming
7865
7866 2006-11-08 [paul]       2.6.0cvs16
7867
7868         * src/common/defs.h
7869                 update BUGZILLA_URI
7870
7871 2006-11-08 [paul]       2.6.0cvs15
7872
7873         * tools/Makefile.am
7874         * tools/OOo2claws-mail.pl
7875         * tools/OOo2sylpheed.pl
7876         * tools/README
7877         * tools/acroread2claws-mail.pl
7878         * tools/acroread2sylpheed.pl
7879         * tools/kmail2claws-mail.pl
7880         * tools/kmail2claws-mail_v2.pl
7881         * tools/kmail2sylpheed.pl
7882         * tools/kmail2sylpheed_v2.pl
7883         * tools/maildir2claws-mail.pl
7884         * tools/maildir2sylpheed.pl
7885         * tools/nautilus2claws-mail.sh
7886         * tools/nautilus2sylpheed.sh
7887         * tools/outlook2claws-mail.pl
7888         * tools/outlook2sylpheed.pl
7889         * tools/tb2claws-mail
7890         * tools/tb2sylpheed
7891         * tools/tbird2claws.py
7892         * tools/tbird2syl.py
7893         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7894         * tools/kdeservicemenu/install.sh
7895         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7896         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7897         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7898         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7899         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7900                 renamed (removed, added) tools files
7901
7902 2006-11-08 [paul]       2.6.0cvs14
7903
7904         * src/main.c
7905         * src/common/defs.h
7906                 Migrate sylpheedrc to clawsrc, and fix the standard
7907                 plugins path in the process
7908
7909 2006-11-07 [colin]      2.6.0cvs13
7910
7911         * src/Makefile.am
7912                 Symlink sylpheed-claws relative to 
7913                 claws-mail
7914
7915 2006-11-07 [colin]      2.6.0cvs12
7916
7917         * src/compose.c
7918                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7919
7920 2006-11-07 [paul]       2.6.0cvs11
7921
7922         * src/gtk/about.c
7923                 Fix a missed occurence of
7924                 Sylpheed-Claws
7925
7926 2006-11-07 [paul]       2.6.0cvs10
7927
7928         * src/Makefile.am
7929                 Fix symlink installation
7930
7931 2006-11-07 [paul]       2.6.0cvs9
7932
7933         * src/Makefile.am
7934                 Symlink claws-mail to sylpheed-claws
7935         * src/common/utils.c
7936                 Fix migrating symlinks
7937         * src/etpan/imap-thread.c
7938                 check certificate only when there's
7939                 no error
7940
7941 2006-11-07 [paul]       2.6.0cvs8
7942
7943         * Makefile.am
7944                 Fix icon breakages with Gtk, which needs a 
7945                 cache updated to see them.
7946
7947 2006-11-07 [paul]       2.6.0cvs7
7948
7949         * .cvsignore
7950         * AUTHORS
7951         * COPYING
7952         * INSTALL
7953         * Makefile.am
7954         * NEWS
7955         * README
7956         * RELEASE_NOTES
7957         * autogen.sh
7958         * claws-mail-128x128.png
7959         * claws-mail-64x64.png
7960         * claws-mail.ico
7961         * claws-mail.pc.in
7962         * claws-mail.png
7963         * configure.ac
7964         * sylpheed-claws-128x128.png
7965         * sylpheed-claws-64x64.png
7966         * sylpheed-claws.desktop
7967         * sylpheed-claws.ico
7968         * sylpheed-claws.pc.in
7969         * sylpheed-claws.png
7970         * debian/README.Debian
7971         * debian/changelog
7972         * debian/claws-mail.desktop
7973         * debian/claws-mail.menu
7974         * debian/claws-mail.postinst.debhelper
7975         * debian/claws-mail.postrm.debhelper
7976         * debian/control
7977         * debian/copyright
7978         * debian/files
7979         * debian/rules
7980         * debian/sylpheed-claws.desktop
7981         * debian/sylpheed-claws.menu
7982         * debian/sylpheed-claws.postinst.debhelper
7983         * debian/sylpheed-claws.postrm.debhelper
7984         * doc/man/Makefile.am
7985         * doc/man/claws-mail.1
7986         * doc/man/sylpheed-claws.1
7987         * doc/src/ChangeLog.claws-pre0.8.0
7988         * manual/Makefile.am
7989         * manual/account.xml
7990         * manual/ack.xml
7991         * manual/addrbook.xml
7992         * manual/advanced.xml
7993         * manual/claws-mail-manual.xml
7994         * manual/faq.xml
7995         * manual/glossary.xml
7996         * manual/handling.xml
7997         * manual/intro.xml
7998         * manual/keyboard.xml
7999         * manual/plugins.xml
8000         * manual/starting.xml
8001         * manual/sylpheed-claws-manual.xml
8002         * manual/xml2pdf
8003         * manual/dist/.cvsignore
8004         * manual/dist/html/.cvsignore
8005         * manual/dist/html/Makefile.am
8006         * manual/dist/pdf/.cvsignore
8007         * manual/dist/pdf/Makefile.am
8008         * manual/dist/ps/.cvsignore
8009         * manual/dist/ps/Makefile.am
8010         * manual/dist/txt/.cvsignore
8011         * manual/dist/txt/Makefile.am
8012         * manual/es/Makefile.am
8013         * manual/es/advanced.xml
8014         * manual/es/claws-mail-manual.xml
8015         * manual/es/faq.xml
8016         * manual/es/glossary.xml
8017         * manual/es/handling.xml
8018         * manual/es/intro.xml
8019         * manual/es/plugins.xml
8020         * manual/es/sylpheed-claws-manual.xml
8021         * manual/es/dist/.cvsignore
8022         * manual/es/dist/html/.cvsignore
8023         * manual/es/dist/html/Makefile.am
8024         * manual/es/dist/pdf/.cvsignore
8025         * manual/es/dist/pdf/Makefile.am
8026         * manual/es/dist/ps/.cvsignore
8027         * manual/es/dist/ps/Makefile.am
8028         * manual/es/dist/txt/.cvsignore
8029         * manual/es/dist/txt/Makefile.am
8030         * manual/fr/Makefile.am
8031         * manual/fr/account.xml
8032         * manual/fr/ack.xml
8033         * manual/fr/addrbook.xml
8034         * manual/fr/advanced.xml
8035         * manual/fr/claws-mail-manual.xml
8036         * manual/fr/faq.xml
8037         * manual/fr/glossary.xml
8038         * manual/fr/handling.xml
8039         * manual/fr/intro.xml
8040         * manual/fr/keyboard.xml
8041         * manual/fr/plugins.xml
8042         * manual/fr/starting.xml
8043         * manual/fr/sylpheed-claws-manual.xml
8044         * manual/fr/dist/.cvsignore
8045         * manual/fr/dist/html/.cvsignore
8046         * manual/fr/dist/html/Makefile.am
8047         * manual/fr/dist/pdf/.cvsignore
8048         * manual/fr/dist/pdf/Makefile.am
8049         * manual/fr/dist/ps/.cvsignore
8050         * manual/fr/dist/ps/Makefile.am
8051         * manual/fr/dist/txt/.cvsignore
8052         * manual/fr/dist/txt/Makefile.am
8053         * manual/pl/Makefile.am
8054         * manual/pl/account.xml
8055         * manual/pl/ack.xml
8056         * manual/pl/addrbook.xml
8057         * manual/pl/advanced.xml
8058         * manual/pl/claws-mail-manual.xml
8059         * manual/pl/faq.xml
8060         * manual/pl/glossary.xml
8061         * manual/pl/handling.xml
8062         * manual/pl/intro.xml
8063         * manual/pl/keyboard.xml
8064         * manual/pl/plugins.xml
8065         * manual/pl/starting.xml
8066         * manual/pl/sylpheed-claws-manual.xml
8067         * manual/pl/dist/.cvsignore
8068         * manual/pl/dist/html/.cvsignore
8069         * manual/pl/dist/html/Makefile.am
8070         * manual/pl/dist/pdf/.cvsignore
8071         * manual/pl/dist/pdf/Makefile.am
8072         * manual/pl/dist/ps/.cvsignore
8073         * manual/pl/dist/ps/Makefile.am
8074         * manual/pl/dist/txt/.cvsignore
8075         * manual/pl/dist/txt/Makefile.am
8076         * po/.cvsignore
8077         * po/Makevars
8078         * src/.cvsignore
8079         * src/Makefile.am
8080         * src/account.c
8081         * src/account.h
8082         * src/action.c
8083         * src/action.h
8084         * src/adbookbase.h
8085         * src/addr_compl.c
8086         * src/addr_compl.h
8087         * src/addrbook.c
8088         * src/addrcache.c
8089         * src/addrcache.h
8090         * src/addrcindex.c
8091         * src/addrcindex.h
8092         * src/addrclip.c
8093         * src/addrclip.h
8094         * src/addrdefs.h
8095         * src/addressadd.c
8096         * src/addressadd.h
8097         * src/addressbook.c
8098         * src/addressbook.h
8099         * src/addressbook_foldersel.c
8100         * src/addressbook_foldersel.h
8101         * src/addrgather.c
8102         * src/addrgather.h
8103         * src/addrharvest.c
8104         * src/addrharvest.h
8105         * src/addrindex.c
8106         * src/addrindex.h
8107         * src/addritem.c
8108         * src/addritem.h
8109         * src/addrquery.c
8110         * src/addrquery.h
8111         * src/addrselect.c
8112         * src/addrselect.h
8113         * src/alertpanel.c
8114         * src/alertpanel.h
8115         * src/browseldap.c
8116         * src/browseldap.h
8117         * src/codeconv.c
8118         * src/codeconv.h
8119         * src/compose.c
8120         * src/crash.c
8121         * src/crash.h
8122         * src/customheader.c
8123         * src/customheader.h
8124         * src/displayheader.c
8125         * src/displayheader.h
8126         * src/editaddress.c
8127         * src/editaddress.h
8128         * src/editbook.c
8129         * src/editbook.h
8130         * src/editgroup.c
8131         * src/editgroup.h
8132         * src/editjpilot.c
8133         * src/editjpilot.h
8134         * src/editldap.c
8135         * src/editldap.h
8136         * src/editldap_basedn.c
8137         * src/editldap_basedn.h
8138         * src/editvcard.c
8139         * src/editvcard.h
8140         * src/exphtmldlg.c
8141         * src/exphtmldlg.h
8142         * src/expldifdlg.c
8143         * src/expldifdlg.h
8144         * src/export.c
8145         * src/exporthtml.c
8146         * src/exporthtml.h
8147         * src/exportldif.c
8148         * src/exportldif.h
8149         * src/filtering.c
8150         * src/filtering.h
8151         * src/folder.c
8152         * src/folder.h
8153         * src/folder_item_prefs.c
8154         * src/folder_item_prefs.h
8155         * src/foldersel.c
8156         * src/foldersel.h
8157         * src/folderutils.c
8158         * src/folderutils.h
8159         * src/folderview.c
8160         * src/folderview.h
8161         * src/grouplistdialog.c
8162         * src/grouplistdialog.h
8163         * src/html.c
8164         * src/html.h
8165         * src/image_viewer.c
8166         * src/image_viewer.h
8167         * src/imap.c
8168         * src/imap.h
8169         * src/imap_gtk.c
8170         * src/imap_gtk.h
8171         * src/import.c
8172         * src/import.h
8173         * src/importldif.c
8174         * src/importldif.h
8175         * src/importmutt.c
8176         * src/importmutt.h
8177         * src/importpine.c
8178         * src/importpine.h
8179         * src/inc.c
8180         * src/inc.h
8181         * src/jpilot.c
8182         * src/jpilot.h
8183         * src/ldapctrl.c
8184         * src/ldapctrl.h
8185         * src/ldaplocate.c
8186         * src/ldaplocate.h
8187         * src/ldapquery.c
8188         * src/ldapquery.h
8189         * src/ldapserver.c
8190         * src/ldapserver.h
8191         * src/ldaputil.c
8192         * src/ldaputil.h
8193         * src/ldif.c
8194         * src/ldif.h
8195         * src/localfolder.c
8196         * src/localfolder.h
8197         * src/main.c
8198         * src/main.h
8199         * src/mainwindow.c
8200         * src/mainwindow.h
8201         * src/manual.c
8202         * src/manual.h
8203         * src/matcher.c
8204         * src/matcher.h
8205         * src/matcher_parser.h
8206         * src/matcher_parser_lex.l
8207         * src/matcher_parser_parse.y
8208         * src/mbox.c
8209         * src/mbox.h
8210         * src/message_search.c
8211         * src/message_search.h
8212         * src/messageview.c
8213         * src/messageview.h
8214         * src/mh.c
8215         * src/mh.h
8216         * src/mh_gtk.c
8217         * src/mh_gtk.h
8218         * src/mimeview.c
8219         * src/mimeview.h
8220         * src/msgcache.c
8221         * src/msgcache.h
8222         * src/mutt.c
8223         * src/mutt.h
8224         * src/news.c
8225         * src/news.h
8226         * src/news_gtk.c
8227         * src/news_gtk.h
8228         * src/noticeview.c
8229         * src/noticeview.h
8230         * src/partial_download.c
8231         * src/partial_download.h
8232         * src/pine.c
8233         * src/pine.h
8234         * src/pop.c
8235         * src/pop.h
8236         * src/prefs_account.c
8237         * src/prefs_account.h
8238         * src/prefs_actions.c
8239         * src/prefs_actions.h
8240         * src/prefs_common.c
8241         * src/prefs_common.h
8242         * src/prefs_compose_writing.c
8243         * src/prefs_compose_writing.h
8244         * src/prefs_customheader.c
8245         * src/prefs_customheader.h
8246         * src/prefs_display_header.c
8247         * src/prefs_display_header.h
8248         * src/prefs_ext_prog.c
8249         * src/prefs_ext_prog.h
8250         * src/prefs_filtering.c
8251         * src/prefs_folder_column.c
8252         * src/prefs_folder_column.h
8253         * src/prefs_folder_item.c
8254         * src/prefs_folder_item.h
8255         * src/prefs_fonts.c
8256         * src/prefs_fonts.h
8257         * src/prefs_gtk.c
8258         * src/prefs_gtk.h
8259         * src/prefs_image_viewer.c
8260         * src/prefs_image_viewer.h
8261         * src/prefs_matcher.c
8262         * src/prefs_matcher.h
8263         * src/prefs_message.c
8264         * src/prefs_message.h
8265         * src/prefs_msg_colors.c
8266         * src/prefs_msg_colors.h
8267         * src/prefs_other.c
8268         * src/prefs_other.h
8269         * src/prefs_quote.c
8270         * src/prefs_quote.h
8271         * src/prefs_receive.c
8272         * src/prefs_receive.h
8273         * src/prefs_send.c
8274         * src/prefs_send.h
8275         * src/prefs_spelling.c
8276         * src/prefs_spelling.h
8277         * src/prefs_summaries.c
8278         * src/prefs_summaries.h
8279         * src/prefs_summary_column.c
8280         * src/prefs_summary_column.h
8281         * src/prefs_template.c
8282         * src/prefs_template.h
8283         * src/prefs_themes.c
8284         * src/prefs_themes.h
8285         * src/prefs_toolbar.c
8286         * src/prefs_toolbar.h
8287         * src/prefs_wrapping.c
8288         * src/prefs_wrapping.h
8289         * src/privacy.c
8290         * src/privacy.h
8291         * src/procheader.c
8292         * src/procheader.h
8293         * src/procmime.c
8294         * src/procmime.h
8295         * src/procmsg.c
8296         * src/procmsg.h
8297         * src/quote_fmt.c
8298         * src/quote_fmt_parse.y
8299         * src/recv.c
8300         * src/recv.h
8301         * src/remotefolder.c
8302         * src/remotefolder.h
8303         * src/send_message.c
8304         * src/send_message.h
8305         * src/setup.c
8306         * src/setup.h
8307         * src/sourcewindow.c
8308         * src/sourcewindow.h
8309         * src/ssl_manager.c
8310         * src/ssl_manager.h
8311         * src/statusbar.c
8312         * src/statusbar.h
8313         * src/stock_pixmap.c
8314         * src/stock_pixmap.h
8315         * src/summary_search.c
8316         * src/summary_search.h
8317         * src/summaryview.c
8318         * src/summaryview.h
8319         * src/syldap.c
8320         * src/syldap.h
8321         * src/textview.c
8322         * src/textview.h
8323         * src/toolbar.c
8324         * src/toolbar.h
8325         * src/undo.c
8326         * src/undo.h
8327         * src/unmime.c
8328         * src/unmime.h
8329         * src/vcard.c
8330         * src/vcard.h
8331         * src/wizard.c
8332         * src/wizard.h
8333         * src/common/base64.c
8334         * src/common/base64.h
8335         * src/common/defs.h
8336         * src/common/hooks.c
8337         * src/common/hooks.h
8338         * src/common/log.c
8339         * src/common/log.h
8340         * src/common/mgutils.c
8341         * src/common/mgutils.h
8342         * src/common/nntp.c
8343         * src/common/nntp.h
8344         * src/common/passcrypt.c
8345         * src/common/passcrypt.h.in
8346         * src/common/plugin.c
8347         * src/common/plugin.h
8348         * src/common/prefs.c
8349         * src/common/prefs.h
8350         * src/common/progressindicator.c
8351         * src/common/progressindicator.h
8352         * src/common/quoted-printable.c
8353         * src/common/quoted-printable.h
8354         * src/common/session.c
8355         * src/common/session.h
8356         * src/common/smtp.c
8357         * src/common/smtp.h
8358         * src/common/socket.c
8359         * src/common/socket.h
8360         * src/common/ssl.c
8361         * src/common/ssl.h
8362         * src/common/stringtable.c
8363         * src/common/stringtable.h
8364         * src/common/sylpheed.c
8365         * src/common/sylpheed.h
8366         * src/common/template.c
8367         * src/common/template.h
8368         * src/common/timing.h
8369         * src/common/utils.c
8370         * src/common/utils.h
8371         * src/common/version.h.in
8372         * src/common/xml.c
8373         * src/common/xml.h
8374         * src/common/xmlprops.c
8375         * src/common/xmlprops.h
8376         * src/gtk/about.c
8377         * src/gtk/colorlabel.c
8378         * src/gtk/colorlabel.h
8379         * src/gtk/colorsel.c
8380         * src/gtk/colorsel.h
8381         * src/gtk/combobox.c
8382         * src/gtk/combobox.h
8383         * src/gtk/description_window.c
8384         * src/gtk/description_window.h
8385         * src/gtk/filesel.c
8386         * src/gtk/filesel.h
8387         * src/gtk/foldersort.c
8388         * src/gtk/foldersort.h
8389         * src/gtk/gtkaspell.c
8390         * src/gtk/gtkaspell.h
8391         * src/gtk/gtksctree.c
8392         * src/gtk/gtkshruler.c
8393         * src/gtk/gtkshruler.h
8394         * src/gtk/gtkutils.c
8395         * src/gtk/gtkutils.h
8396         * src/gtk/icon_legend.c
8397         * src/gtk/icon_legend.h
8398         * src/gtk/logwindow.c
8399         * src/gtk/logwindow.h
8400         * src/gtk/manage_window.c
8401         * src/gtk/manage_window.h
8402         * src/gtk/pluginwindow.c
8403         * src/gtk/pluginwindow.h
8404         * src/gtk/prefswindow.c
8405         * src/gtk/prefswindow.h
8406         * src/gtk/quicksearch.c
8407         * src/gtk/quicksearch.h
8408         * src/pixmaps/claws-mail.xpm
8409         * src/pixmaps/claws-mail_icon.xpm
8410         * src/pixmaps/claws-mail_logo.xpm
8411         * src/pixmaps/sylpheed-claws.xpm
8412         * src/pixmaps/sylpheed-claws_icon.xpm
8413         * src/pixmaps/sylpheed-claws_logo.xpm
8414         * src/plugins/bogofilter/Makefile.am
8415         * src/plugins/bogofilter/bogofilter.c
8416         * src/plugins/bogofilter/bogofilter.h
8417         * src/plugins/bogofilter/bogofilter_gtk.c
8418         * src/plugins/clamav/Makefile.am
8419         * src/plugins/clamav/clamav_plugin.c
8420         * src/plugins/clamav/clamav_plugin.h
8421         * src/plugins/clamav/clamav_plugin_gtk.c
8422         * src/plugins/demo/Makefile.am
8423         * src/plugins/demo/demo.c
8424         * src/plugins/dillo_viewer/Makefile.am
8425         * src/plugins/dillo_viewer/README
8426         * src/plugins/dillo_viewer/dillo_prefs.c
8427         * src/plugins/dillo_viewer/dillo_prefs.h
8428         * src/plugins/dillo_viewer/dillo_viewer.c
8429         * src/plugins/pgpcore/Makefile.am
8430         * src/plugins/pgpcore/passphrase.c
8431         * src/plugins/pgpcore/passphrase.h
8432         * src/plugins/pgpcore/pgp_viewer.c
8433         * src/plugins/pgpcore/pgp_viewer.h
8434         * src/plugins/pgpcore/plugin.c
8435         * src/plugins/pgpcore/prefs_gpg.c
8436         * src/plugins/pgpcore/prefs_gpg.h
8437         * src/plugins/pgpcore/select-keys.c
8438         * src/plugins/pgpcore/select-keys.h
8439         * src/plugins/pgpcore/sgpgme.c
8440         * src/plugins/pgpcore/sgpgme.h
8441         * src/plugins/pgpcore/sylpheed.def
8442         * src/plugins/pgpcore/version.rc
8443         * src/plugins/pgpinline/Makefile.am
8444         * src/plugins/pgpinline/pgpinline.c
8445         * src/plugins/pgpinline/pgpinline.h
8446         * src/plugins/pgpinline/plugin.c
8447         * src/plugins/pgpinline/sylpheed.def
8448         * src/plugins/pgpinline/version.rc
8449         * src/plugins/pgpmime/Makefile.am
8450         * src/plugins/pgpmime/pgpmime.c
8451         * src/plugins/pgpmime/pgpmime.h
8452         * src/plugins/pgpmime/plugin.c
8453         * src/plugins/pgpmime/sylpheed.def
8454         * src/plugins/pgpmime/version.rc
8455         * src/plugins/spamassassin/Makefile.am
8456         * src/plugins/spamassassin/README
8457         * src/plugins/spamassassin/spamassassin.c
8458         * src/plugins/spamassassin/spamassassin.h
8459         * src/plugins/spamassassin/spamassassin_gtk.c
8460         * src/plugins/trayicon/Makefile.am
8461         * src/plugins/trayicon/trayicon.c
8462         * tools/OOo2sylpheed.pl
8463         * tools/README
8464         * tools/README.sylprint
8465         * tools/acroread2sylpheed.pl
8466         * tools/claws.i18n.status.pl
8467         * tools/filter_conv.pl
8468         * tools/filter_conv_new.pl
8469         * tools/freshmeat_search.pl
8470         * tools/google_search.pl
8471         * tools/kmail2sylpheed.pl
8472         * tools/kmail2sylpheed_v2.pl
8473         * tools/make.themes.project
8474         * tools/multiwebsearch.pl
8475         * tools/nautilus2sylpheed.sh
8476         * tools/outlook2sylpheed.pl
8477         * tools/sylprint.pl
8478         * tools/sylprint.rc
8479         * tools/tb2sylpheed
8480         * tools/textviewer.sh
8481         * tools/vcard2xml.py
8482         * tools/kdeservicemenu/README
8483         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8484         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8485         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8486                 Change name to Claws Mail. Announce to follow...
8487
8488 2006-11-06 [wwp]        2.6.0cvs6
8489
8490         * src/prefs_template.c
8491                 unify messages related to quote format/template errors (fix
8492                 capitalization), again.
8493
8494 2006-11-06 [wwp]        2.6.0cvs5
8495
8496         * src/prefs_quote.c
8497                 unify messages related to quote format/template errors.
8498
8499 2006-11-06 [wwp]        2.6.0cvs4
8500
8501         * src/prefs_msg_colors.c
8502                 more uses of Q_ macro for contextual translations, thanks
8503                 to Fabien (fzzzzz).
8504
8505 2006-11-06 [wwp]        2.6.0cvs3
8506
8507         * src/compose.c
8508         * src/common/utils.c
8509         * src/common/utils.h
8510                 show an alertpanel to make sure users are aware that sensitive
8511                 files are attached (it's file blacklist-based). This will fix
8512                 interaction w/ GoogleEarth for instance, thanks to Colin.
8513
8514 2006-11-06 [wwp]        2.6.0cvs2
8515
8516         * src/prefs_quote.c
8517         * src/prefs_template.c
8518         * src/prefs_template.h
8519                 check quote format when applying/closing prefs. For now this only
8520                 shows up an error dialog box, not preventing the user from using
8521                 a broken quote (reply, forwards) format.
8522
8523 2006-11-06 [wwp]        2.6.0cvs1
8524
8525         * src/prefs_template.c
8526                 fix missing checks of some template fields.
8527
8528 2006-11-06 [paul]       2.6.0
8529
8530         * NEWS
8531         * README
8532         * RELEASE_NOTES
8533                 2.6.0 released
8534
8535 2006-11-06 [paul]       2.5.6cvs22
8536
8537         * manual/advanced.xml
8538         * manual/es/advanced.xml
8539                 put 'respect_flowed_format' info in the correct
8540                 place
8541
8542 2006-11-06 [mones]      2.5.6cvs21
8543
8544         * po/es.po
8545                 Minor fixes for release
8546
8547 2006-11-06 [paul]       2.5.6cvs20
8548
8549         * po/cs.po
8550         * po/de.po
8551         * po/fr.po
8552         * po/it.po
8553         * po/nl.po
8554         * po/pt_BR.po
8555         * po/sk.po
8556         * po/sv.po
8557         * po/zh_CN.po
8558                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8559                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8560                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8561                 Young
8562
8563 2006-11-02 [colin]      2.5.6cvs19
8564
8565         * src/imap.c
8566         * src/imap.h
8567         * src/prefs_account.c
8568         * src/etpan/imap-thread.c
8569                 Add GSSAPI support - fixes Debian bug #383274
8570
8571 2006-11-01 [colin]      2.5.6cvs18
8572
8573         * src/jpilot.c
8574                 Handle libpisock12 support. Probably
8575                 fixes bug 1046, 'jpilot AddressDB.pdb 
8576                 import fail'
8577
8578 2006-11-01 [colin]      2.5.6cvs17
8579
8580         * src/folderutils.c
8581                 debug_print() folderutils_mark_all_read()
8582
8583 2006-11-01 [colin]      2.5.6cvs16
8584
8585         * COPYING
8586                 Add missed files to the Apache exception
8587
8588 2006-10-31 [colin]      2.5.6cvs15
8589
8590         * src/folder.c
8591         * src/folder.h
8592                 Add a copy_private_data() func to FolderClasses
8593                 Doesn't break the feature freeze, because we 
8594                 won't use it (right now) in the core.
8595
8596 2006-10-31 [colin]      2.5.6cvs14
8597
8598         * COPYING
8599                 Allow linking with the Apache licensed files in
8600                 src/plugins/spamassassin. Hopefully fixes 
8601                 bug 1048, 'Spamassassin plugin license problem'
8602
8603 2006-10-31 [wwp]        2.5.6cvs13
8604
8605         * src/compose.c
8606                 fix and optimize trimming of leading linefeeds in body loop.
8607
8608 2006-10-31 [colin]      2.5.6cvs12
8609
8610         * src/etpan/imap-thread.c
8611         * src/imap.c
8612                 Make really sure to have NULL sets in case
8613                 of error
8614
8615 2006-10-30 [wwp]        2.5.6cvs11
8616
8617         * src/prefs_common.c
8618         * src/prefs_common.h
8619         * src/compose.c
8620                 fix broken storage of quote format template when it contains \-escape
8621                 sequences. The application of such sequences is also fixed now (\t
8622                 in quote format will be a real tab instead of a 't', for instance).
8623
8624 2006-10-27 [colin]      2.5.6cvs10
8625
8626         * src/compose.c
8627                 Probably fix bug 1045, 'sylpheed-claws 
8628                 doesn't remove the mail from the IMAP 
8629                 Queue folder after sending'. From
8630                 2.5.6cvs3-stable
8631
8632 2006-10-27 [colin]      2.5.6cvs9
8633
8634         * configure.ac
8635                 Require libetpan-0.48. I'm so annoying,
8636                 I know ;-)
8637
8638 2006-10-27 [colin]      2.5.6cvs8
8639
8640         * src/folder.c
8641         * src/imap.c
8642                 Probably fix bug 1044, 'sylpheed-claws 
8643                 segfaults while moving mails' - Fix relation
8644                 usage when moving to an IMAP mailbox from another
8645                 mailbox
8646
8647 2006-10-26 [paul]       2.5.6cvs7
8648
8649         * src/gtk/about.c
8650                 add libSM to compiled-in features
8651                 list
8652
8653 2006-10-24 [colin]      2.5.6cvs6
8654
8655         * src/textview.c
8656         * src/gtk/gtkutils.c
8657                 Fix crash when printing emails with an
8658                 xface
8659
8660 2006-10-24 [mones]      2.5.6cvs5
8661
8662         * manual/es/advanced.xml
8663                 Synchronize hidden option respect_flowed_format
8664         * po/es.po
8665                 Updated translation
8666
8667 2006-10-21 [paul]       2.5.6cvs4
8668
8669         * src/gtk/authors.h
8670         * src/plugins/pgpcore/pgp_viewer.c
8671         * src/plugins/pgpcore/sgpgme.c
8672                 fix building on BSDs
8673                 Thanks to Michael Hughes
8674                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8675
8676 2006-10-20 [colin]      2.5.6cvs3
8677
8678         * configure.ac
8679                 Bump up libetpan requirement
8680                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8681         * src/common/utils.c
8682         * src/common/utils.h
8683                 Add convenience get_file_mtime()
8684         * src/imap.c
8685         * src/etpan/imap-thread.c
8686         * src/etpan/imap-thread.h
8687                 Implement UIDPLUS support if the server
8688                 supports it - faster sending in this case
8689
8690 2006-10-19 [colin]      2.5.6cvs2
8691
8692         * src/gtk/quicksearch.c
8693                 Fix emptying in type-ahead+extended mode
8694         * src/mainwindow.c
8695         * src/mainwindow.h
8696                 Add a hook for offline state change
8697         * src/plugins/trayicon/trayicon.c
8698                 Use it to display offline icons
8699         * src/plugins/trayicon/Makefile.am
8700         * src/plugins/trayicon/newmail.offline.xpm
8701         * src/plugins/trayicon/newmarkedmail.offline.xpm
8702         * src/plugins/trayicon/nomail.offline.xpm
8703         * src/plugins/trayicon/unreadmail.offline.xpm
8704         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8705                 Add the icons
8706
8707 2006-10-12 [paul]       2.5.6cvs1
8708
8709         * NEWS
8710         * README
8711         * configure.ac
8712                 Update version number following
8713                 stable release
8714
8715 2006-10-19 [colin]      2.5.5cvs18
8716
8717         * manual/handling.xml
8718                 Add type-ahead search
8719
8720 2006-10-18 [colin]      2.5.5cvs17
8721
8722         * src/gtk/quicksearch.c
8723                 Remove "save to history only if there's
8724                 no syntax error", it breaks for some 
8725                 reason which I'll investigate later.
8726
8727 2006-10-18 [colin]      2.5.5cvs16
8728
8729         * src/prefs_common.c
8730         * src/prefs_common.h
8731         * src/summaryview.c
8732         * src/gtk/quicksearch.c
8733         * src/gtk/quicksearch.h
8734                 Add a type-ahead option for fast searches
8735                 Patch by Fabien Vantard
8736
8737 2006-10-18 [colin]      2.5.5cvs15
8738
8739         * src/compose.c
8740         * src/compose.h
8741                 Add Options/Reply mode/ menu to be able to
8742                 change the recipients of a reply on the fly
8743
8744 2006-10-18 [colin]      2.5.5cvs14
8745
8746         * src/compose.c
8747                 Fix redirecting of our own sent mails
8748
8749 2006-10-17 [wwp]        2.5.5cvs13
8750
8751         * src/send_message.c
8752                 Fix duplicate error messages when sending, and missing
8753                 newline in such error messages.
8754
8755 2006-10-17 [colin]      2.5.5cvs12
8756
8757         * src/compose.c
8758                 Compare addresses case-insensitive
8759
8760 2006-10-17 [colin]      2.5.5cvs11
8761
8762         * src/plugins/pgpcore/sgpgme.c
8763                 Fix return status
8764
8765 2006-10-17 [colin]      2.5.5cvs10
8766
8767         * src/plugins/pgpcore/pgp_viewer.c
8768                 Fix return status
8769
8770 2006-10-17 [colin]      2.5.5cvs9
8771
8772         * src/quote_fmt.c
8773                 Fix a typo (thanks to Fabien)
8774
8775 2006-10-16 [colin]      2.5.5cvs8
8776
8777         * src/textview.c
8778                 Fix problem with quote-folding when emails
8779                 don't convert cleanly to UTF-8
8780
8781 2006-10-14 [colin]      2.5.5cvs7
8782
8783         * src/prefs_template.c
8784                 Reset fields when reopening
8785                 the window
8786
8787 2006-10-13 [paul]       2.5.5cvs6
8788
8789         * manual/advanced.xml
8790         * src/prefs_message.c
8791                 make 'respect_flowed_format' a hidden
8792                 option, and add a manual entry for it
8793                 Thanks to Colin
8794
8795 2006-10-12 [colin]      2.5.5cvs5
8796
8797         * src/codeconv.c
8798                 Revert part of 2.5.2cvs21:
8799                 Don't optimise by reusing the 
8800                 last iconv converter if possible:
8801                 it seems slightly broken in a 
8802                 very hard way to reproduce
8803
8804 2006-10-12 [colin]      2.5.5cvs4
8805
8806         * src/prefs_common.c
8807         * src/prefs_common.h
8808         * src/prefs_message.c
8809         * src/procmime.c
8810                 Fix bug 1035, 'Incorrect handling 
8811                 of flowed lines'. We now optionnaly
8812                 handle this format (preference is in
8813                 Message View/Text options section)
8814
8815 2006-10-12 [colin]      2.5.5cvs3
8816
8817         * po/POTFILES.in
8818                 Add new file
8819         * src/plugins/pgpcore/pgp_viewer.c
8820         * src/plugins/pgpcore/sgpgme.c
8821                 Don't try to import without asking
8822
8823 2006-10-12 [colin]      2.5.5cvs2
8824
8825         * src/compose.c
8826                 Fix bug 1036, 'Forwarding a mutlipart
8827                 mail with a "text/html" block to ms
8828                 outlook users leeds to freeze of
8829                 outlook'. Poor outlook users...
8830
8831 2006-10-12 [paul]       2.5.5cvs1
8832
8833         * NEWS
8834         * README
8835         * configure.ac
8836                 Update version number following
8837                 stable release
8838
8839 2006-10-11 [paul]       2.5.4cvs1
8840
8841         * NEWS
8842         * README
8843         * configure.ac
8844                 Update version number following
8845                 stable release
8846
8847 2006-10-11 [paul]       2.5.3cvs32
8848
8849         * src/textview.c
8850                 fix bug 1032, 'Segmentation fault when showing
8851                 message' (bug in quote folding)
8852                 Thanks to Colin
8853
8854 2006-10-10 [colin]      2.5.3cvs31
8855
8856         * src/quote_fmt.c
8857                 Rephrase english a bit
8858
8859 2006-10-10 [colin]      2.5.3cvs30
8860
8861         * src/prefs_compose_writing.c
8862                 Stop making the page larger than the window
8863
8864 2006-10-10 [wwp]        2.5.3cvs29
8865
8866         * src/compose.c
8867         * src/prefs_template.c
8868         * src/quote_fmt.c
8869         * src/quote_fmt.h
8870         * src/quote_fmt_lex.l
8871         * src/quote_fmt_parse.y
8872                 Extend the quote parser a bit: allow to get access to
8873                 basic (composing) account info.
8874
8875 2006-10-10 [colin]      2.5.3cvs28
8876
8877         * src/procheader.c
8878                 Fix this \t problem in subject
8879
8880 2006-10-09 [colin]      2.5.3cvs27
8881
8882         * src/main.c
8883         * src/prefs_gtk.c
8884                 Prepare cache a bit later
8885                 If section already exists, skip the new one 
8886                 (as previously); avoid writing the same block
8887                 twice - if we find a second block with the 
8888                 same id, skip it.
8889         * src/plugins/pgpcore/pgp_viewer.c
8890                 Set cursor to busy when retrieving a key
8891         * src/plugins/pgpcore/sgpgme.c
8892                 allow 5 seconds for gpg to export the key
8893                 
8894
8895 2006-10-09 [colin]      2.5.3cvs26
8896
8897         * configure.ac
8898         * src/msgcache.c
8899         * src/prefs_gtk.c
8900                 Check for existence of fgets_unlocked
8901                 and fwrite_unlocked
8902
8903 2006-10-09 [paul]       2.5.3cvs25
8904
8905         * src/prefs_summaries.c
8906                 replace strftime() with fast_strftime() and in
8907                 the consequence fix the bug in the display of
8908                 AM/PM in the 'Example' string
8909
8910 2006-10-09 [ticho]      2.5.3cvs24
8911
8912         * po/sk.po
8913                 Updated (and fixed up somewhat) Slovak translation.
8914
8915 2006-10-08 [colin]      2.5.3cvs23
8916
8917         * src/prefs_folder_item.c
8918                 Explain why prefs in the top-level folder
8919                 aren't retained, but are still useful
8920
8921 2006-10-08 [colin]      2.5.3cvs22
8922
8923         * src/prefs_gtk.c
8924                 Don't cache anything if caching fails
8925
8926 2006-10-08 [colin]      2.5.3cvs21
8927
8928         * src/common/utils.c
8929                 always include gi18n.h
8930
8931 2006-10-07 [colin]      2.5.3cvs20
8932
8933         * src/plugins/pgpcore/pgp_viewer.c
8934                 Kill gpg after 5 seconds wait
8935
8936 2006-10-07 [colin]      2.5.3cvs19
8937
8938         * src/plugins/pgpcore/pgp_viewer.c
8939         * src/plugins/pgpcore/pgp_viewer.h
8940                 Fix copyright
8941
8942 2006-10-07 [colin]      2.5.3cvs18
8943
8944         * src/plugins/pgpcore/pgp_viewer.c
8945         * src/plugins/pgpcore/pgp_viewer.h
8946                 Actually add the files to CVS
8947
8948 2006-10-07 [colin]      2.5.3cvs17
8949
8950         * src/plugins/pgpcore/sgpgme.c
8951                 Be sure not to crash on 'application/pgp-signature' that
8952                 are not application/pgp-signatures
8953
8954 2006-10-07 [colin]      2.5.3cvs16
8955
8956         * src/textview.c
8957         * src/textview.h
8958                 Make a bit more of the API available
8959         * src/plugins/pgpcore/Makefile.am
8960         * src/plugins/pgpcore/plugin.c
8961         * src/plugins/pgpcore/sgpgme.c
8962                 Add basic key import/export
8963
8964 2006-10-07 [colin]      2.5.3cvs15
8965
8966         * src/folderview.c
8967         * src/imap.c
8968         * src/prefs_account.c
8969         * src/wizard.c
8970                 Warn users *everywhere* if libetpan's not
8971                 linked in
8972
8973 2006-10-06 [mones]      2.5.3cvs14
8974
8975         * po/de.po
8976         * po/es.po
8977                 updated by Stephan Sachse and me
8978
8979 2006-10-06 [colin]      2.5.3cvs13
8980
8981         * src/main.c
8982         * src/common/sylpheed.c
8983                 Don't load common plugins if --exit is passed
8984         * src/prefs_gtk.c
8985         * src/prefs_gtk.h
8986                 Implement a cache to avoid reading the same
8987                 files over and over again at startup
8988
8989 2006-10-06 [colin]      2.5.3cvs12
8990
8991         * src/summaryview.c
8992         * src/gtk/quicksearch.c
8993                 Update display every 5k mails on fast searches
8994
8995 2006-10-06 [colin]      2.5.3cvs11
8996
8997         * src/textview.c
8998                 Don't do quote folding on HTML or ERTF.
8999                 May fix the Cygwin issues if they were
9000                 happening with HTML mails?
9001
9002 2006-10-05 [colin]      2.5.3cvs10
9003
9004         * src/prefs_gtk.c
9005                 Oops, forgot one
9006
9007 2006-10-05 [colin]      2.5.3cvs9
9008
9009         * src/prefs_gtk.c
9010                 Use unlocked_stdio here too
9011
9012 2006-10-05 [colin]      2.5.3cvs8
9013
9014         * src/folderview.c
9015                 Fix go to next * after preferences apply
9016         * src/msgcache.c
9017                 Do the fd lock/unlock ourselves instead of
9018                 letting the libc do it at each write 
9019
9020 2006-10-05 [colin]      2.5.3cvs7
9021
9022         * src/common/utils.c
9023                 Faster division, thanks to Jean Diraison
9024
9025 2006-10-05 [paul]       2.5.3cvs6
9026
9027         * src/common/utils.c
9028                 fix building with --disable-nls
9029
9030 2006-10-04 [colin]      2.5.3cvs5
9031
9032         * src/folder.c
9033                 Maybe fix a segfault
9034
9035 2006-10-04 [wwp]        2.5.3cvs4
9036
9037         * src/prefs_folder_item.c
9038                 Fine-tune layouts in folder item prefs. Suggested by
9039                 Fabien Vantard <fzzzzz@gmail.com>.
9040
9041 2006-10-04 [wwp]        2.5.3cvs3
9042
9043         * src/prefs_folder_item.c
9044                 Kill the clandestine passengers. You didn't see anything.
9045
9046 2006-10-04 [wwp]        2.5.3cvs2
9047
9048         * src/prefs_folder_item.c
9049                 Add a way to test the subject simplify regexp in
9050                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9051                 w/ few layout changes.
9052
9053 2006-20-04 [paul]       2.5.3cvs1
9054
9055         * NEWS
9056         * README
9057         * configure.ac
9058                 Update version number following
9059                 stable release
9060
9061 2006-10-04 [colin]      2.5.2cvs42
9062
9063         * src/folder.c
9064         * src/folder.h
9065         * src/summaryview.c
9066                 Provide a way for folder classes to set their sort
9067                 type and key
9068
9069 2006-10-03 [colin]      2.5.2cvs41
9070
9071         * src/mh.c
9072                 Don't use strlen() to know if the
9073                 string's empty
9074
9075 2006-10-03 [colin]      2.5.2cvs40
9076
9077         * src/mh.c
9078                 Fix "check for new folders" with accentued folders
9079
9080 2006-10-03 [ticho]      2.5.2cvs39
9081
9082         * src/filtering.c
9083         * src/folder.c
9084         * src/inc.c
9085         * src/mbox.c
9086                 Colin's fix for "copy" filtering rules.
9087
9088 2006-10-02 [colin]      2.5.2cvs38
9089
9090         * src/folderview.c
9091                 Fix for double-click too
9092
9093 2006-10-02 [colin]      2.5.2cvs37
9094
9095         * src/folderview.c
9096                 correct fix for cvs36
9097
9098 2006-10-02 [colin]      2.5.2cvs36
9099
9100         * src/folderview.c
9101                 Fix 'goto next unread' after collapsing/expanding 
9102                 a node.
9103
9104 2006-10-02 [colin]      2.5.2cvs35
9105
9106         * src/summaryview.c
9107                 Fix double freeze/thaw
9108         * src/common/utils.c
9109         * src/common/utils.h
9110                 Reimplement strftime
9111         * src/procheader.c
9112                 Use it
9113
9114
9115 2006-10-02 [colin]      2.5.2cvs34
9116
9117         * src/mh.c
9118                 Time mh_write_sequences() - it's fast
9119         * src/summaryview.c
9120                 Init a variable to shut up gcc
9121
9122 2006-10-01 [colin]      2.5.2cvs33
9123
9124         * src/folder.c
9125         * src/mh.c
9126         * src/mh.h
9127         * src/msgcache.c
9128                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9129                 Add fsync but disable it, it's slow as hell
9130
9131 2006-10-01 [colin]      2.5.2cvs32
9132
9133         * src/mh.c
9134         * src/msgcache.c
9135                 fflush() caches and mh_sequences before
9136                 fclose()ing
9137
9138 2006-10-01 [colin]      2.5.2cvs31
9139
9140         * src/msgcache.c
9141                 Don't ftruncate when not using mmap
9142
9143 2006-09-30 [colin]      2.5.2cvs30
9144
9145         * src/main.c
9146                 Write folder list *after* saving caches
9147
9148 2006-09-30 [colin]      2.5.2cvs29
9149
9150         * src/folder.c
9151         * src/mh.c
9152                 Debug forced mtime changes
9153
9154 2006-09-30 [colin]      2.5.2cvs28
9155
9156         * src/folder.c
9157         * src/main.c
9158                 Remove useless debug_print()s (code
9159                 well-tested)
9160
9161 2006-09-30 [colin]      2.5.2cvs27
9162
9163         * src/mh.c
9164                 Do stuff faster when writing mh_sequences
9165
9166 2006-09-30 [colin]      2.5.2cvs26
9167
9168         * src/mh.c
9169                 Don't let the writing of .mh_sequences, which
9170                 can change the folder's mtime, let us think
9171                 we need to scan.
9172
9173 2006-09-30 [colin]      2.5.2cvs25
9174
9175         * src/folder.c
9176                 Move a debug_print where it belongs 
9177                 (processing)
9178         * src/summaryview.c
9179                 Don't mess with a huge slow subject
9180                 table if we're not threading by
9181                 subject
9182
9183 2006-09-30 [colin]      2.5.2cvs24
9184
9185         * src/msgcache.c
9186                 Reenable mmaped reads (*not* writes!)
9187         * src/procmsg.c
9188                 Don't destroy and recreate hashtables just
9189                 for fun
9190         * src/common/utils.c
9191                 Remove useless reply prefixes (it's case
9192                 unsensitive)
9193
9194 2006-09-30 [wwp]        2.5.2cvs23
9195
9196         * tools/fix_date.sh
9197                 Fixed a minor bug in date value extraction, added a switch
9198                 to replace non RFC-compliant Date: value, added a switch
9199                 to use strict RFC matching patterns for dates.
9200
9201 2006-09-29 [colin]      2.5.2cvs22
9202
9203         * src/matcher_parser.h
9204         * src/matcher_parser_parse.y
9205         * src/prefs_filtering.c
9206         * src/statusbar.c
9207         * src/summary_search.c
9208         * src/summaryview.c
9209         * src/gtk/quicksearch.c
9210         * src/gtk/quicksearch.h
9211                 Optimise searches by setting different
9212                 refresh intervals (depending if the 
9213                 search is fast or not)
9214
9215 2006-09-29 [colin]      2.5.2cvs21
9216
9217         * src/codeconv.c
9218                 Optimise by reusing the last iconv converter
9219                 if possible
9220         * src/textview.c
9221                 Optimise a bit (the foldable quotes feature
9222                 still has an awful O(n^2) algo
9223
9224 2006-09-29 [colin]      2.5.2cvs20
9225
9226         * src/gtk/gtksctree.c
9227         * src/gtk/gtksctree.h
9228                 Optimise de-selection via up/down or
9229                 another key
9230
9231 2006-09-28 [colin]      2.5.2cvs19
9232
9233         * src/action.c
9234         * src/compose.c
9235         * src/folderview.c
9236         * src/mainwindow.c
9237         * src/messageview.c
9238         * src/summary_search.c
9239         * src/toolbar.c
9240                 Avoid using summaryview->ctree directly
9241
9242 2006-09-28 [colin]      2.5.2cvs18
9243
9244         * src/summaryview.c
9245         * src/summaryview.h
9246                 Add helpers to freeze/thaw/grab_focus
9247                 Factorize calls to freeze/thaw/grab_focus
9248                 
9249
9250 2006-09-28 [colin]      2.5.2cvs17
9251
9252         * src/main.c
9253                 More guards for the session management
9254
9255 2006-09-28 [colin]      2.5.2cvs16
9256
9257         * src/folderview.c
9258         * src/gtk/gtksctree.c
9259         * src/gtk/gtksctree.h
9260                 Make expanding not recursive in folderview
9261
9262 2006-09-28 [colin]      2.5.2cvs15
9263
9264         * src/addressbook.c
9265                 If nothing is selected in the list (right part)
9266                 and a group is selected in the tree (left part),
9267                 mail this group.
9268
9269 2006-09-28 [colin]      2.5.2cvs14
9270
9271         * src/Makefile.am
9272                 Actually use SM_LIBS
9273
9274 2006-09-28 [ticho]      2.5.2cvs13
9275
9276         * src/export.c
9277         * src/messageview.c
9278         * src/mimeview.c
9279         * src/news.c
9280         * src/pop.c
9281         * src/prefs_themes.c
9282         * src/procmsg.c
9283                 Small i18n string optimization.
9284         * src/send_message.c
9285         * src/summaryview.c
9286         * src/common/session.c
9287         * src/common/smtp.c
9288         * src/common/ssl_certificate.c
9289         * src/common/utils.c
9290                 Use "Couldn't" instead of "Can't" in UI messages,
9291                 where appropriate.
9292
9293 2006-09-28 [colin]      2.5.2cvs12
9294
9295         * configure.ac
9296                 Possibly fix link errors
9297
9298 2006-09-27 [wwp]        2.5.2cvs11
9299
9300         * src/gtk/authors.h
9301         * doc/man/sylpheed-claws.1
9302         * manual/ack.xml
9303         * manual/es/ack.xml
9304         * manual/fr/ack.xml
9305         * manual/pl/ack.xml
9306                 Updated authors info (me, myself and I).
9307
9308 2006-09-27 [colin]      2.5.2cvs10
9309
9310         * src/addressbook.c
9311                 Remove useless printf
9312
9313 2006-09-27 [wwp]        2.5.2cvs9
9314
9315         * src/editgroup.c
9316         * src/send_message.c
9317         * src/inc.c
9318         * src/prefs_common.c
9319         * src/prefs_common.h
9320         * src/gtk/progressdialog.c
9321                 remember more windows' sizes (send dialog, received dialog,
9322                 edit group in addressbook).
9323
9324 2006-09-27 [colin]      2.5.2cvs8
9325
9326         * configure.ac
9327         * src/main.c
9328         * src/mainwindow.h
9329                 Use libSM to communicate with the session
9330                 manager, so that we can know when the 
9331                 session ends, save our caches, and draft
9332                 our compose windows.
9333
9334 2006-09-27 [colin]      2.5.2cvs7
9335
9336         * src/addressbook.c
9337                 Fix issues:
9338                 o Allow Book and Group creation from the tree's
9339                   contextual menu
9340                 o Do not actually delete the contacts when 
9341                   deleting groups from the tree (duh!)
9342
9343 2006-09-27 [colin]      2.5.2cvs6
9344
9345         * src/compose.c
9346         * src/compose.h
9347         * src/mainwindow.c
9348         * src/textview.c
9349         * src/toolbar.c
9350                 o Allow passing an email address to 
9351                   compose_new_with_folderitem
9352                 o Update callers
9353                 o Use current folderitem when clicking
9354                   on a TextView mailto: link
9355                 o Fix a possible leak in TextView
9356
9357 2006-09-27 [colin]      2.5.2cvs5
9358
9359         * src/html.c
9360                 Use UTF-8 chars to replace HTML entities
9361
9362 2006-09-27 [colin]      2.5.2cvs4
9363
9364         * AUTHORS
9365         * src/prefs_account.c
9366         * src/gtk/authors.h
9367                 Fix bug #1024 (Array index out of
9368                 range in sylpheed-claws-2.5.2)
9369                 Patch by Ales Nosek <anosek@suse.cz>
9370
9371 2006-09-27 [colin]      2.5.2cvs3
9372
9373         * src/addr_compl.c
9374                 Actually do the test
9375
9376 2006-09-27 [colin]      2.5.2cvs2
9377
9378         * src/addr_compl.c
9379         * src/addr_compl.h
9380                 Allow completing with comma (in certain cases: vCalendar
9381                 for example doesn't support that)
9382                 Patch by Fabien Vantard
9383
9384 2006-09-26 [colin]      2.5.2cvs1
9385
9386         * src/Makefile.am
9387         * src/addr_compl.c
9388         * src/addr_compl.h
9389         * src/addrbook.c
9390         * src/addrbook.h
9391         * src/addressbook.c
9392         * src/addrindex.c
9393         * src/addrindex.h
9394         * src/compose.c
9395         * src/prefs_common.c
9396         * src/prefs_filtering_action.c
9397         * src/prefs_folder_item.c
9398         * src/prefs_template.c
9399         * src/stock_pixmap.c
9400         * src/stock_pixmap.h
9401         * src/pixmaps/addr_one.xpm
9402         * src/pixmaps/addr_two.xpm
9403                 Add auto-completion on groups
9404
9405 2006-09-26 [colin]      2.5.2
9406
9407         * NEWS
9408         * README
9409         * RELEASE_NOTES
9410                 2.5.2 released
9411
9412 2006-09-26 [colin]      2.5.1cvs5
9413
9414         * src/matcher.c
9415                 Fix condition
9416
9417 2006-09-26 [colin]      2.5.1cvs4
9418
9419         * src/mbox.c
9420                 Revert cvs1 (useless as the message is printed 
9421                 every 500 mails)
9422
9423 2006-09-26 [colin]      2.5.1cvs3
9424
9425         * src/partial_download.c
9426                 Fix crasher found by Alexsandar Urosevic
9427
9428 2006-09-26 [colin]      2.5.1cvs2
9429
9430         * src/summaryview.c
9431                 Fix bug #1023 (Sylpheed deletes too much messages)
9432
9433 2006-09-26 [ticho]      2.5.1cvs1
9434
9435         * src/mbox.c
9436                 Make use of gettext's multiple plurals for statusbar
9437                 progress message.
9438
9439 2006-09-25 [paul]       2.5.1
9440
9441         * NEWS
9442         * README
9443         * RELEASE_NOTES
9444                 2.5.1 released
9445
9446 2006-09-25 [colin]      2.5.0cvs3
9447
9448         * src/plugins/bogofilter/bogofilter.c
9449         * src/plugins/clamav/clamav_plugin.c
9450         * src/plugins/spamassassin/spamassassin.c
9451                 BogoFilter, Spamassassin: Fix double hook registering after
9452                 visiting preferences
9453                 Spamassassin, Clamav: Just set the mails to move instead of
9454                 doing the move - caller will move the things at once.
9455
9456 2006-09-25 [colin]      2.5.0cvs2
9457
9458         * src/imap.c
9459         * src/etpan/imap-thread.c
9460                 Use UID SEARCH ALL instead of UID 1:*
9461                 (braindead servers can't figure out that's
9462                 the same...)
9463
9464 2006-09-25 [wwp]        2.5.0cvs1
9465
9466         * src/message_search.c
9467                 Added the ability to stop a running search (in message body).
9468
9469 2006-09-25 [paul]       2.5.0
9470
9471         * NEWS
9472         * README
9473         * RELEASE_NOTES
9474                 2.5.0 released
9475
9476 2006-09-25 [paul]       2.4.0cvs214
9477
9478         * po/cs.po
9479         * po/de.po
9480         * po/fi.po
9481         * po/fr.po
9482         * po/nl.po
9483         * po/pt_BR.po
9484         * po/sk.po
9485         * po/sr.po
9486         * po/zh_CN.po
9487                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9488                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9489                 Ticho, Aleksander Urosevic, Ralgh Young
9490
9491 2006-09-24 [mones]      2.4.0cvs213
9492
9493         * po/es.po
9494                 Updated for release
9495
9496 2006-09-23 [colin]      2.4.0cvs212
9497
9498         * src/gtk/inputdialog.c
9499                 Fix [ ] remember this appearing in normal
9500                 input dialogs after it's been used by
9501                 mimeview.
9502         * src/folder.c
9503         * src/folderview.c
9504         * src/msgcache.c
9505         * src/procmsg.c
9506         * src/summaryview.c
9507         * src/textview.c
9508         * src/common/timing.h
9509                 Enable timings in debug mode and make it
9510                 look prettier.
9511
9512 2006-09-22 [colin]      2.4.0cvs211
9513
9514         * README
9515                 Revert test change
9516         * commitHelper
9517                 ping the correct URI
9518
9519 2006-09-22 [colin]      2.4.0cvs210
9520
9521         * README
9522                 Let's see if bug #1022 is fixed
9523
9524 2006-09-21 [colin]      2.4.0cvs209
9525
9526         * src/wizard.c
9527         * src/common/plugin.c
9528                 Prepare infra to load predefined plugins when
9529                 no configuration existed. Don't actually load
9530                 anything yet (feat. freeze)
9531
9532 2006-09-21 [wwp]        2.4.0cvs208
9533
9534         * manual/fr/faq.xml
9535                 Partial sync w/ 2.4.0cvs72:
9536                 wrap file and minor updates.
9537
9538 2006-09-21 [wwp]        2.4.0cvs207
9539
9540         * tools/fix_date.sh
9541                 several fixes and enhancements. A new --force switch has been
9542                 added to prevent overriding by default Date: header when
9543                 already existing.
9544
9545 2006-09-21 [paul]       2.4.0cvs206
9546
9547         * src/common/utils.c
9548                 add Chinese UTF8 Re prefix
9549
9550 2006-09-21 [wwp]        2.4.0cvs205
9551
9552         * tools/Makefile.am
9553                 Fics alfabettical order.
9554
9555 2006-09-21 [wwp]        2.4.0cvs204
9556
9557         * tools/fix_date.sh
9558         * tools/Makefile.am
9559                 Added an action tool to fix missing Date field in emails.
9560                 Updated Makefile.am to reflect those last two additions.
9561
9562 2006-09-21 [wwp]        2.4.0cvs203
9563
9564         * tools/uuooffice
9565                 Added a action tool to open uuencoded docs w/
9566                 OpenOffice (based on uudec method).
9567
9568 2006-09-21 [colin]      2.4.0cvs202
9569
9570         * src/compose.c
9571         * src/textview.c
9572                 Workaround possible GTK crash: remove selection 
9573                 clipboard before destroying widget, or GTK+-2.10
9574                 dies. Thanks to Hiro.
9575
9576 2006-09-20 [colin]      2.4.0cvs201
9577
9578         * src/compose.c
9579                 Fix free-after-use in some cases (when 
9580                 procmime_encode_content() frees mimeinfo->data.mem
9581                 and turns it to a temp file)
9582
9583 2006-09-20 [colin]      2.4.0cvs200
9584
9585         * src/folderview.c
9586         * src/summaryview.c
9587         * src/gtk/gtksctree.c
9588         * src/gtk/gtksctree.h
9589                 Add tooltips in the folderview and summaryview
9590                 (Doesn't break string freeze as they already
9591                 exist)
9592         * src/toolbar.c
9593                 Put the spam button in the default configuration
9594                 if compiled with bogo plugin too
9595
9596 2006-09-19 [colin]      2.4.0cvs199
9597
9598         * src/summaryview.c
9599         * src/summaryview.h
9600                 Update folder name label on folder rename
9601         * src/prefs_matcher.c
9602         * src/gtk/logwindow.h
9603                 Fix warnings
9604                 Patches by Fabien
9605
9606 2006-09-19 [wwp]        2.4.0cvs198
9607
9608         * src/summary_search.c
9609                 fix can't click forward/backward buttons in the
9610                 search messages.
9611
9612 2006-09-18 [paul]       2.4.0cvs197
9613
9614         * src/wizard.c
9615                 add missing bracket, capitalise the A of
9616                 'SpamAssassin'
9617
9618 2006-09-18 [paul]       2.4.0cvs196
9619
9620         * src/compose.c
9621                 fix bug 1012 'crashed upon sending mail
9622                 from compose window'
9623                 Thanks to Colin
9624
9625 2006-09-16 [colin]      2.4.0cvs195
9626
9627         * src/folderview.c
9628                 Fix "real-time" sorting by freezing/thawing
9629
9630 2006-09-16 [colin]      2.4.0cvs194
9631
9632         * manual/faq.xml
9633                 Fix the anti-spam entry a bit
9634
9635 2006-09-16 [colin]      2.4.0cvs193
9636
9637         * src/wizard.c
9638                 Make sure reviewers have no excuse when stating
9639                 Sylpheed-Claws doesn't have antispam capabilities.
9640
9641 2006-09-16 [colin]      2.4.0cvs192
9642
9643         * src/main.c
9644                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9645                 as if the SIGPIPE comes from etpan's thread we could
9646                 trigger a GUI update from this thread.
9647
9648 2006-09-16 [colin]      2.4.0cvs191
9649
9650         * src/summaryview.c
9651                 Init all members of the struct
9652
9653 2006-09-16 [paul]       2.4.0cvs190
9654
9655         * src/account.c
9656                 improvements to the English
9657
9658 2006-09-15 [colin]      2.4.0cvs189
9659
9660         * src/summaryview.c
9661                 HIG order on dialog
9662
9663 2006-09-14 [colin]      2.4.0cvs188
9664
9665         * src/common/socket.c
9666         * src/common/socket.h
9667         * src/common/ssl.c
9668         * src/common/ssl_certificate.c
9669         * src/common/ssl_certificate.h
9670         * src/etpan/imap-thread.c
9671                 the get_fqdn() call done to get canonical name when
9672                 checking an SSL certificate is blocking, which is
9673                 sad as we just did a non-blocking lookup to connect.
9674                 Fix that by letting the fqdn available to the SockInfo,
9675                 and use that in ssl_certificate_check(). For IMAP,
9676                 we don't do it as the lookup's done by libetpan, but
9677                 it's less annoying as IMAP connections as much more
9678                 rare than POP3 connections.
9679
9680 2006-09-14 [paul]       2.4.0cvs187
9681
9682         * manual/advanced.xml
9683                 improvements to the English,
9684                 properly place the new hidden options
9685                 within the alphabetical order
9686         * src/gtk/pluginwindow.c
9687                 improvements to the English
9688
9689 2006-09-14 [colin]      2.4.0cvs186
9690
9691         * src/prefs_common.c
9692         * src/prefs_common.h
9693         * src/gtk/gtksctree.c
9694         * manual/advanced.xml
9695                 New hidden pref, stripes_color_offset, to change
9696                 the value added/substracted to normal bgcolor to
9697                 create the stripes in summaries
9698
9699 2006-09-13 [colin]      2.4.0cvs185
9700
9701         * src/gedit-print.c
9702         * src/messageview.c
9703         * src/messageview.h
9704         * src/summaryview.c
9705         * src/textview.c
9706                 Fix misc. printing issues: 
9707                 - Bad font for linkified headers
9708                 - Different font if the mail was displayed or not
9709                 - Factorize the thing
9710
9711 2006-09-13 [colin]      2.4.0cvs184
9712
9713         * src/common/ssl_certificate.c
9714                 Only get FQDN once when checking certificate
9715
9716 2006-09-13 [colin]      2.4.0cvs183
9717
9718         * src/account.c
9719         * src/gtk/pluginwindow.c
9720                 Misc. GUI fixes by Fabien
9721
9722 2006-09-13 [wwp]        2.4.0cvs182
9723
9724         * configure.ac
9725         * src/common/utils.h
9726         * src/common/utils.c
9727                 get rid of unused wide-char functions.
9728
9729 2006-09-13 [wwp]        2.4.0cvs181
9730
9731         * src/plugins/pgpinline/sylpheed.def
9732         * src/textview.c
9733                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9734                 add privacy_reset_error to the .def file,
9735                 do not fork for an external textviewer.
9736
9737 2006-09-13 [wwp]        2.4.0cvs180
9738
9739         * src/prefs_common.c
9740                 fix broken font entry in prefs (patch issued by the gpg4win team,
9741                 probably by Marcus Brinkmann <marcus@g10code.de>).
9742
9743 2006-09-13 [colin]      2.4.0cvs179
9744
9745         * src/folder.h
9746                 Fix a warning in summaryview.c
9747         * src/mainwindow.c
9748         * src/summaryview.c
9749         * src/summaryview.h
9750                 Add missing Mark/* elements in the
9751                 main menu
9752
9753 2006-09-12 [colin]      2.4.0cvs178
9754
9755         * src/prefs_actions.c
9756         * src/prefs_filtering_action.c
9757         * src/prefs_matcher.c
9758                 Use (New) instead of New everywhere
9759
9760 2006-09-12 [wwp]        2.4.0cvs177
9761
9762         * manual/fr/addrbook.xml
9763         * manual/fr/handling.xml
9764                 updated some quotes in the fr manual to match the fr translation.
9765
9766 2006-09-12 [wwp]        2.4.0cvs176
9767
9768         * src/prefs_matcher.c
9769                 don't store translated string elements in matcher expressions.
9770                 Also fixed a misused of Q_().
9771
9772 2006-09-11 [wwp]        2.4.0cvs175
9773
9774         * src/plugins//bogofilter/bogofilter.c
9775         * src/plugins//clamav/clamav_plugin.c
9776         * src/plugins//demo/demo.c
9777         * src/plugins//dillo_viewer/dillo_viewer.c
9778         * src/plugins//pgpcore/plugin.c
9779         * src/plugins//pgpinline/plugin.c
9780         * src/plugins//pgpmime/plugin.c
9781         * src/plugins//spamassassin/spamassassin.c
9782                 gettext-ize more strings (mostly plugin error messages).
9783
9784 2006-09-11 [colin]      2.4.0cvs174
9785
9786         * src/alertpanel.c
9787                 Make maximum buffer size bigger to avoid
9788                 truncating translated messages. Patch by
9789                 Fabien
9790
9791 2006-09-11 [colin]      2.4.0cvs173
9792
9793         * src/etpan/imap-thread.c
9794                 Fix compilation on OpenBSD, thanks to 
9795                 Landry
9796
9797 2006-09-10 [wwp]        2.4.0cvs172
9798
9799         * manual/account.xml
9800         * manual/addrbook.xml
9801         * manual/handling.xml
9802         * manual/es/handling.xml
9803         * manual/fr/account.xml
9804         * manual/fr/addrbook.xml
9805         * manual/fr/handling.xml
9806                 documented addressbook matching (condition configuration):
9807                   addrbook.xml, en fr
9808                 documented per-account filtering rules (handling/filtering
9809                   section, account section):
9810                   account.xml, handling.xml, en fr
9811                 slightly updated the handling/searching section to tell few
9812                   words about the extended search ability:
9813                   handling.xml, en fr
9814                 added missing <quote></quotes> to Quick Search:
9815                   handling.xml, en fr es
9816                 fixed a typo (auomatically):
9817                   handling.xml, en
9818                 changes revisited by Paul.
9819
9820 2006-09-10 [paul]       2.4.0cvs171
9821
9822         * src/prefs_actions.c
9823         * src/prefs_filtering.c
9824         * src/prefs_template.c
9825                 adjustments to the gui
9826                 Patch by Fabien Vantard (slightly modified)
9827
9828 2006-09-10 [colin]      2.4.0cvs170
9829
9830         * src/summaryview.c
9831                 Check folderitem/summaryview consistency
9832                 (basically automates Update summary). Fixes
9833                 #1011 (wrong (negative) count on unread 
9834                 messages)
9835
9836 2006-09-10 [colin]      2.4.0cvs169
9837
9838         * src/gtk/gtksctree.c
9839                 Fix recursive expansion via mouse
9840         * src/plugins/bogofilter/bogofilter.c
9841                 Use normal filtering way of moving
9842                 messages (batching), possibly fixing
9843                 bug #1015 (Bogofilter plugin doubles 
9844                 new messages)
9845
9846 2006-09-09 [wwp]        2.4.0cvs168
9847
9848         * src/prefs_filtering.c
9849                 better place for this fix.
9850
9851 2006-09-09 [wwp]        2.4.0cvs167
9852
9853         * src/prefs_filtering.c
9854                 fix a minor bug when the enabled status of a filtering/processing
9855                 rule always got set to TRUE when replacing this rule. That still
9856                 make sense when adding a new rule, but now when replacing, we
9857                 don't override the value of 'enabled'.
9858                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9859                 to prefs_filtering_list_view_get_info() as this function not only
9860                 returns the name, but also the account_id and the enabled status.
9861
9862 2006-09-09 [mones]      2.4.0cvs166
9863
9864         * manual/glossary.xml
9865         * manual/plugins.xml
9866                 Minor format corrections
9867         * manual/gpl.xml
9868                 Fix misplaced NO WARRANTY section
9869         * manual/es/advanced.xml
9870         * manual/es/faq.xml
9871         * manual/es/glossary.xml
9872         * manual/es/gpl.xml
9873         * manual/es/handling.xml
9874         * manual/es/plugins.xml
9875         * manual/es/starting.xml
9876                 Incorporate changes from English version
9877         * manual/fr/ack.xml
9878         * manual/pl/ack.xml
9879         * manual/es/ack.xml
9880                 Fix address, (add translation credits in es version)
9881         * po/es.po
9882                 Updated translation
9883
9884 2006-09-09 [wwp]        2.4.0cvs165
9885
9886         * src/prefs_filtering.c
9887                 fix a crash when opening filtering prefs, if matcherrc file contains
9888                 broken data (non-existing account id, which is theoretically not
9889                 possible).
9890
9891 2006-09-08 [colin]      2.4.0cvs164
9892
9893         * src/folder.c
9894                 Wrong assert, make it an if()
9895         * src/gtk/gtksctree.c
9896                 Fix bug #1013 (expand selected thread 
9897                 tree) - expanding is now recursive
9898
9899 2006-09-07 [wwp]        2.4.0cvs163
9900
9901         * src/prefs_matcher.c
9902                 make better sentences about addressbook matching in the
9903                 matcher prefs. This should make translators' work easier
9904                 too.
9905
9906 2006-09-07 [wwp]        2.4.0cvs162
9907
9908         * src/prefs_filtering.c
9909                 code simplification (get rid of dup var. assignment).
9910
9911 2006-09-07 [wwp]        2.4.0cvs161
9912
9913         * src/summaryview.c
9914                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9915                 <fzzzzz@gmail.com>.
9916
9917 2006-09-07 [paul]       2.4.0cvs160
9918
9919         * src/mimeview.c
9920                 fix compilation warnings
9921                 Thanks to Colin
9922
9923 2006-09-07 [paul]       2.4.0cvs159
9924
9925         * src/mimeview.c
9926                 select the mimepart icon when
9927                 displaying as text
9928                 Thanks to Colin
9929
9930 2006-09-06 [paul]       2.4.0cvs158
9931
9932         * src/prefs_filtering.c
9933                 fix labels and table element spacing
9934                 Patch by Fabien Vantard
9935
9936 2006-09-06 [paul]
9937
9938         2.5.0-rc3 released
9939
9940 2006-09-06 [paul]       2.4.0cvs157
9941
9942         * manual/es/advanced.xml
9943                 fix typo
9944
9945 2006-09-06 [wwp]        2.4.0cvs156
9946
9947         * src/mainwindow.c
9948                 fix an dup launch issue when iconified, thanks to Colin.
9949
9950 2006-09-06 [wwp]        2.4.0cvs155
9951
9952         * src/gtk//gtksctree.h
9953                 oops, forgot that one!
9954
9955 2006-09-06 [wwp]        2.4.0cvs154
9956
9957         * manual/pl/advanced.xml
9958         * manual/advanced.xml
9959         * manual/es/advanced.xml
9960         * manual/fr/advanced.xml
9961         * src/prefs_customheader.c
9962         * src/prefs_filtering_action.c
9963         * src/foldersel.c
9964         * src/prefs_summaries.c
9965         * src/prefs_filtering.c
9966         * src/account.c
9967         * src/compose.c
9968         * src/prefs_summary_column.c
9969         * src/addr_compl.c
9970         * src/prefs_actions.c
9971         * src/prefs_folder_column.c
9972         * src/ssl_manager.c
9973         * src/prefs_template.c
9974         * src/prefs_display_header.c
9975         * src/prefs_common.h
9976         * src/prefs_matcher.c
9977         * src/prefs_common.c
9978         * src/prefs_toolbar.c
9979         * src/summaryview.c
9980         * src/folderview.c
9981         * src/gtk/gtksctree.c
9982         * src/gtk/pluginwindow.c
9983         * src/gtk/progressdialog.c
9984         * src/gtk/prefswindow.c
9985                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9986                 to make its meaning more obvious (all versions of the manual reflect
9987                 the change).
9988                 added an extra hidden option use_stripes_in_summary to allow
9989                 discarding these stripes in mainwindow's folder and message lists;
9990                 en and fr manuals only are OK towards this.
9991
9992 2006-09-06 [colin]      2.4.0cvs153
9993
9994         * src/textview.c
9995                 Hide Sylpheed-Claws' internal queue headers
9996                 when showing all headers. They'll be present
9997                 only in Source window.
9998
9999 2006-09-05 [colin]      2.4.0cvs152
10000
10001         * src/plugins/trayicon/trayicon.c
10002                 Fix crash at exit - we have to disconnect
10003                 our handlers
10004         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10005                 Update eggtrayicon - patch adapted from a
10006                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10007                 on Sylpheed's ML
10008
10009 2006-09-05 [colin]      2.4.0cvs151
10010
10011         * src/mainwindow.c
10012         * src/gtk/logwindow.c
10013                 Fix race condition when something writes
10014                 to the log too soon during init. Thanks
10015                 to Fabien Vantard
10016
10017 2006-09-05 [colin]      2.4.0cvs150
10018
10019         * src/mimeview.c
10020                 Don't select part on right-click either
10021
10022 2006-09-05 [paul]       2.4.0cvs149
10023
10024         * src/mimeview.c
10025                 completion of previous commit
10026                 Thanks to Colin
10027
10028 2006-09-05 [colin]      2.4.0cvs148
10029
10030         * src/mimeview.c
10031                 Don't force selection on middle-click, just open
10032
10033 2006-09-04 [colin]      2.4.0cvs147
10034
10035         * src/mimeview.c
10036                 Looks like gtk_notebook_set_current_page()
10037                 sometimes steals focus, and this annoys us
10038                 in MimeViewers as it renders navigation
10039                 keys useless. Take back focus after switching
10040                 pages.
10041
10042 2006-09-04 [colin]      2.4.0cvs146
10043
10044         * src/messageview.c
10045                 Set stop_loading when clicking on Next
10046                 during load. Don't add a callback to 
10047                 avoid over-complicating things.
10048
10049 2006-09-04 [colin]      2.4.0cvs145
10050
10051         * src/mimeview.c
10052         * src/messageview.c
10053                 Fix multiple loads in separate messageview
10054
10055 2006-09-04 [colin]      2.4.0cvs144
10056
10057         * src/summaryview.c
10058                 Let navigation keys be handled during 
10059                 load
10060
10061 2006-09-04 [colin]      2.4.0cvs143
10062
10063         * src/messageview.c
10064         * src/summaryview.c
10065         * src/textview.c
10066         * src/textview.h
10067                 Make loading of huge mails (lots of text and/or
10068                 images) cancellable, so the GUI doesn't block 
10069
10070 2006-09-04 [colin]      2.4.0cvs142
10071
10072         * src/plugins/trayicon/trayicon.c
10073                 Fix annoyance when removing a folder with 
10074                 unread mails: trayicon didn't update
10075
10076 2006-09-04 [paul]       2.4.0cvs141
10077
10078         * src/gtk/icon_legend.c
10079                 straighten up columns
10080                 Patch by Fabien Vantard
10081
10082 2006-09-04 [wwp]        2.4.0cvs140
10083
10084         * src/prefs_filtering.c
10085                 fix new line's account name in filtering prefs:
10086                 was "All", is now "(New)".
10087
10088 2006-09-04 [paul]       2.4.0cvs139
10089
10090         * tools/make.themes.project
10091                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10092                 instead of homebrewed "make release"
10093
10094 2006-09-03 [colin]      2.4.0cvs138
10095
10096         * src/folderview.c
10097                 Fix bug #1007 (Wrong folder highlighted)
10098
10099 2006-09-03 [colin]      2.4.0cvs137
10100
10101         * src/compose.c
10102                 Don't set Newsgroup: header to a mail folder
10103                 path
10104
10105 2006-09-03 [paul]       2.4.0cvs136
10106
10107         * src/prefs_other.c
10108         * src/prefs_spelling.c
10109                 unify the gui
10110
10111 2006-09-03 [paul]       2.4.0cvs135
10112
10113         * src/prefs_summaries.c
10114                 correct menu item text in prefs_keybind_apply_clicked()
10115
10116 2006-09-03 [paul]       2.4.0cvs134
10117
10118         * manual/advanced.xml
10119                 some improvements to the descriptions
10120         * src/mainwindow.c
10121         * src/messageview.c
10122         * src/summaryview.c
10123         * src/gtk/menu.c
10124                 fix menu sensitivity issues
10125         * src/prefs_message.c
10126                 drop the useless word 'short'
10127         * src/prefs_other.c
10128                 add the word 'lines' indicating log length
10129                 is a measure of lines
10130         * src/textview.c
10131                 fix compilation warnings
10132
10133 2006-09-02 [colin]      2.4.0cvs133
10134
10135         * src/messageview.c
10136                 Display a special return-receipt message
10137                 if the message is from the user
10138         * src/summaryview.c
10139                 Fix missing freeze of the list when marking
10140                 all read and unthreading for exec. Thanks
10141                 to Stephan Sachse.
10142
10143 2006-09-02 [paul]       2.4.0cvs132
10144
10145         * src/mainwindow.c
10146         * src/prefs_message.c
10147         * src/summaryview.c
10148                 fix some english
10149
10150 2006-09-02 [wwp]        2.4.0cvs131
10151
10152         * src/prefs_filtering.c
10153                 added an account name column to the filtering rules
10154                 dialog.
10155
10156 2006-09-02 [colin]      2.4.0cvs130
10157
10158         * src/gtk/logwindow.c
10159         * src/gtk/logwindow.h
10160                 Block scrolling if we're not at the end
10161                 of the log
10162
10163 2006-09-02 [colin]      2.4.0cvs129
10164
10165         * src/folder.c
10166                 Make sure account-specific rules can't
10167                 be used in {pre-,post-,}processing
10168         * src/mainwindow.c
10169         * src/gtk/logwindow.c
10170         * src/gtk/logwindow.h
10171                 Jump to last error when clicking on the
10172                 warning icon
10173
10174 2006-09-02 [colin]      2.4.0cvs128
10175
10176         * src/imap.c
10177         * src/import.c
10178         * src/mainwindow.c
10179         * src/mainwindow.h
10180                 Fix warning icon
10181         * src/inc.c
10182         * src/mbox.c
10183         * src/mbox.h
10184                 Let proc_mbox know its account, for
10185                 account-specific rules
10186
10187 2006-09-01 [colin]      2.4.0cvs127
10188
10189         * src/codeconv.c
10190                 Don't uselessly use iconv to convert from
10191                 us-ascii
10192         * src/alertpanel.c
10193         * src/mainwindow.c
10194         * src/mainwindow.h
10195         * src/inc.c
10196                 Fix certain log cases, disable warning icon
10197                 for now, the correct way to display it when
10198                 necessary and only when necessary is probably
10199                 to do it manually rather than use error logs
10200         * src/etpan/imap-thread.c
10201                 Clean up UID logging a bit
10202         * src/gtk/logwindow.c
10203         * src/gtk/logwindow.h
10204                 Make logging faster when the window's closed
10205
10206 2006-09-01 [wwp]        2.4.0cvs126
10207
10208         * manual/fr/account.xml
10209                 reflect changes to the ref. manual (parts of cvs72):
10210                 fix tabnames and quotes.
10211
10212 2006-09-01 [wwp]        2.4.0cvs125
10213
10214         * manual/fr/plugins.xml
10215                 reflect changes to the reference manual (cvs42):
10216                 update IRC channel info.
10217
10218 2006-09-01 [wwp]        2.4.0cvs124
10219
10220         * commitHelper
10221                 use CVSEDITOR env. var. if set, according to `man cvs`.
10222
10223 2006-09-01 [wwp]        2.4.0cvs123
10224
10225         * manual/advanced.xml
10226                 better sentence again (thanks to Paul).
10227
10228 2006-09-01 [wwp]        2.4.0cvs122
10229
10230         * manual/advanced.xml
10231         fix definition of toolbar_detachable and rework a bit the one of
10232         enable_dotted_lines.
10233
10234 2006-09-01 [mones]      2.4.0cvs121
10235
10236         * manual/advanced.xml
10237                 Document enable_dotted_lines
10238
10239 2006-09-01 [paul]       2.4.0cvs120
10240
10241         * src/folderview.c
10242         * src/folderview.h
10243         * src/imap.c
10244         * src/mainwindow.c
10245         * src/summaryview.c
10246                 obey the 'When entering folder...' option
10247                 when using the /View/Go to/... menu items
10248                 Thanks to Colin
10249
10250 2006-08-31 [colin]      2.4.0cvs119
10251
10252         * src/folderview.c
10253                 Revert 2.4.0cvs116, wrong fix.
10254
10255 2006-08-31 [colin]      2.4.0cvs118
10256
10257         * src/gtk/gtksctree.c
10258                 Better state the various copyrights
10259
10260 2006-08-31 [colin]      2.4.0cvs117
10261
10262         * src/prefs_common.c
10263                 fix enable_dotted_lines
10264
10265 2006-08-31 [colin]      2.4.0cvs116
10266
10267         * src/folderview.c
10268                 Use pref "Always open on select" when going
10269                 to next unread folder
10270         * src/gtk/gtksctree.c
10271                 Fix link failure to _gtk_clist_create_cell_layout
10272                 on certain computers. (Why not mine, I wonder)
10273
10274 2006-08-31 [colin]      2.4.0cvs115
10275
10276         * src/procmsg.c
10277         * src/textview.c
10278         * src/plugins/bogofilter/bogofilter.c
10279         * src/plugins/spamassassin/spamassassin.c
10280                 Requalify some "errors" to warnings
10281         * src/mainwindow.c
10282         * src/mainwindow.h
10283         * src/statusbar.c
10284                 Add an icon in the statusbar to notify
10285                 of errors
10286         * src/gtk/gtksctree.c
10287         * src/folderview.c
10288         * src/summaryview.c
10289                 Make the GtkSCTree look more modern by
10290                 alternating background lines
10291         * src/prefs_common.c
10292         * src/prefs_common.h
10293                 Add a pref to let people have the old
10294                 way if they prefer
10295
10296
10297 2006-08-30 [colin]      2.4.0cvs114
10298
10299         * src/procmsg.c
10300         * src/procmsg.h
10301                 Provide a way to filter a list of
10302                 messages in an optimised manner, and
10303                 add a list-filtering hook
10304         * src/folder.c
10305         * src/inc.c
10306         * src/mbox.c
10307                 Use the list filtering
10308         * src/plugins/bogofilter/bogofilter.c
10309                 Use the list-filtering hook
10310                 Use -b (bulk) mode for more speed
10311                 when learning and filtering
10312         * src/etpan/imap-thread.c
10313                 Make log output shorter in UID SEARCH
10314
10315
10316 2006-08-30 [colin]      2.4.0cvs113
10317
10318         * src/plugins/bogofilter/bogofilter.c
10319                 Really fast mass learning - thanks to David
10320                 Relson for the options explanations :)
10321
10322 2006-08-30 [colin]      2.4.0cvs112
10323
10324         * src/msgcache.c
10325                 Fix compilation on FreeBSD. Thanks
10326                 to Michael Hugues
10327
10328 2006-08-29 [colin]      2.4.0cvs111
10329
10330         * src/folderview.c
10331                 Handle "popup_menu" signal (for popping the 
10332                 menu via the keyboard)
10333         * src/mimeview.c
10334         * src/mimeview.h
10335         * src/summaryview.c
10336         * src/textview.c
10337         * src/gtk/gtkutils.c
10338         * src/gtk/gtkutils.h
10339                 Factorize scrolling code, and add an API 
10340                 for MimeViewers to handle scroll orders
10341
10342 2006-08-29 [wwp]        2.4.0cvs110
10343
10344         * src/plugins//bogofilter/bogofilter.c
10345         * src/plugins//spamassassin/spamassassin.c
10346                 make the bogofilter/spamassassin filtering error dialogs at
10347         incorporation obey to the "don't popup error dialog on
10348         receive error" option. If disabled, feed the log window w/
10349         the error message.
10350
10351 2006-08-29 [paul]
10352
10353         2.5.0-rc2 released
10354
10355 2006-08-29 [paul]       2.4.0cvs109
10356
10357         * Makefile.am
10358                 remove 'make release', it's not needed
10359                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10360
10361 2006-08-29 [paul]       2.4.0cvs108
10362
10363         * src/foldersel.c
10364         * src/summary_search.c
10365         * src/gtk/progressdialog.c
10366         * src/plugins/pgpcore/passphrase.c
10367                 replace deprecated gtk_window_set_policy()
10368
10369 2006-08-29 [colin]      2.4.0cvs107
10370
10371         * src/folder.c
10372                 Fix data loss when copy fails during a move:
10373                 only use fast remove_msgs if everything was
10374                 copied OK; else use slow remove_msg on the
10375                 mails that got copied only.
10376
10377 2006-08-28 [paul]       2.4.0cvs106
10378
10379         * src/mh.c
10380                 revert change in 2.4.0cvs104, it breaks
10381                 stuff
10382
10383 2006-08-28 [paul]       2.4.0cvs105
10384
10385         * src/plugins/spamassassin/spamassassin.c
10386                 english fix
10387
10388 2006-08-28 [paul]       2.4.0cvs104
10389
10390         * src/mh.c
10391                 fix data loss when moving to another
10392                 mailbox fails
10393         * src/prefs_spelling.c
10394                 improve the english
10395         * src/gtk/pluginwindow.c
10396                 improve the layout of the dialog text
10397         All thanks to Colin
10398
10399 2006-08-28 [paul]       2.4.0cvs103
10400
10401         * src/plugins/bogofilter/bogofilter.c
10402         * src/plugins/bogofilter/bogofilter_gtk.c
10403                 fix english up a bit, innit
10404
10405 2006-08-28 [paul]       2.4.0cvs102
10406
10407         * configure.ac
10408         * po/Makefile.in.in
10409         * po/Makevars
10410                 require autoconf 2.60, enabling building
10411                 with gettext 0.15 (gettext 0.14.x build still
10412                 possible). Replace Makefiles with versions
10413                 from gettext 0.15.
10414                 Remove configure options --with-localedir and
10415                 --with-mandir. The options that are provided
10416                 directly by autoconf 2.60 can be used instead:
10417                 --mandir --localedir
10418
10419 2006-08-27 [colin]      2.4.0cvs101
10420
10421         * src/plugins/bogofilter/Makefile.am
10422                 Fix make dist (no README)
10423
10424 2006-08-27 [colin]      2.4.0cvs100
10425
10426         * src/folder.c
10427                 Don't use F_UNKNOWN folders for any default
10428                 outbox/trash/etc
10429         * src/plugins/bogofilter/bogofilter.c
10430         * src/plugins/bogofilter/bogofilter.h
10431         * src/plugins/bogofilter/bogofilter_gtk.c
10432                 Add an option to specify the path to bogofilter
10433                 Use single-quotes to be able to learn in folders
10434                 with spaces in their names
10435                 Verify learning status
10436
10437 2006-08-27 [colin]      2.4.0cvs99
10438
10439         * manual/faq.xml
10440         * manual/plugins.xml
10441                 Document Bogofilter plugin
10442
10443 2006-08-27 [colin]      2.4.0cvs98
10444
10445         * src/compose.c
10446         * src/messageview.c
10447         * src/procmsg.c
10448         * src/procmsg.h
10449                 When possible, copy the queued mail to sent folder
10450                 instead of re-adding. Much faster on IMAP.
10451
10452 2006-08-27 [colin]      2.4.0cvs97
10453
10454         * src/msgcache.c
10455                 Disable mmaped caches - huge metadata loss
10456                 here after a power failure.
10457         * src/summaryview.c
10458                 Add quicksearch timing
10459         * src/common/plugin.c
10460         * src/common/plugin.h
10461                 Implement an interface to tell what plugins
10462                 provide. Prevent loading of similar plugins.
10463         * src/plugins/clamav/clamav_plugin.c
10464         * src/plugins/demo/demo.c
10465         * src/plugins/dillo_viewer/dillo_viewer.c
10466         * src/plugins/pgpcore/plugin.c
10467         * src/plugins/pgpinline/pgpinline.c
10468         * src/plugins/pgpmime/pgpmime.c
10469         * src/plugins/spamassassin/spamassassin.c
10470         * src/plugins/trayicon/trayicon.c
10471                 Implement plugin_provides()
10472
10473 2006-08-27 [colin]      2.4.0cvs96
10474
10475         * configure.ac
10476         * src/plugins/Makefile.am
10477         * src/plugins/bogofilter/.cvsignore
10478         * src/plugins/bogofilter/Makefile.am
10479         * src/plugins/bogofilter/bogofilter.c
10480         * src/plugins/bogofilter/bogofilter.h
10481         * src/plugins/bogofilter/bogofilter_gtk.c
10482                 New Bogofilter plugin, provides filtering and
10483                 learning. Spamassassin will go to extra plugins.
10484
10485 2006-08-26 [mones]      2.4.0cvs95
10486
10487         * manual/handling.xml
10488                 Fix subfolder path in the example (thanks to Paul) 
10489
10490 2006-08-26 [mones]      2.4.0cvs94
10491
10492         * manual/glossary.xml
10493                 2.2. + add ISP to the glossary
10494                 7.5. + Add UIDL to glossary
10495                 7.7. + Add TCP to glossary
10496         * manual/handling.xml
10497                 7.1. + Mentions GNU/Linux distribution, what about the non...
10498                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10499                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10500                 7.4. = Use appropriate quotation for commands
10501                 7.6. = change "" to <quote></quote>
10502         * manual/plugins.xml
10503                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10504         * manual/starting.xml
10505                 2.1. + local mbox file: some examples of mbox file locations...
10506                 Also reformatted files requiring it
10507
10508 2006-08-26 [wwp]        2.4.0cvs93
10509
10510         * src/summary_search.c
10511                 disable find buttons while summary search is running.
10512
10513 2006-08-25 [colin]      2.4.0cvs92
10514
10515         * src/folder.c
10516         * src/folderutils.c
10517         * src/mh.c
10518         * src/procmsg.h
10519         * src/summaryview.c
10520                 Speed up MH moving, and add progressbar
10521                 for MH deletion
10522         * src/msgcache.c
10523                 Write cache files using mmap() too
10524
10525 2006-08-25 [wwp]        2.4.0cvs91
10526
10527         * src/summaryview.c
10528                 switch spam<->ham button when a message has been marked as spam or ham
10529                 and is still selected. Thanks to Colin.
10530
10531 2006-08-25 [paul]       2.4.0cvs90
10532
10533         * src/Makefile.am
10534         * src/stock_pixmap.c
10535         * src/stock_pixmap.h
10536         * src/summaryview.c
10537         * src/gtk/icon_legend.c
10538         * src/pixmaps/copied.xpm
10539         * src/pixmaps/moved.xpm
10540                 add icons for delayed execution marked for
10541                 copying, marked for moving
10542
10543 2006-08-25 [mones]      2.4.0cvs89
10544
10545         * manual/glossary.xml
10546                 Fix the other glossary items:
10547                 5.1. = Inmmediate execution -> <quote>immediate execution...
10548                 5.2. = Fix MBOX capitalization -> Mbox
10549                 5.3. + Improve Plugins def. w/ tech. ref.
10550                 5.4. = Quotation -> replace '>' by <quote>></quote>
10551                 5.5. - SMTP Server. -> remove dot
10552         * po/es.po
10553                 Updated translation
10554
10555 2006-08-25 [mones]      2.4.0cvs88
10556
10557         * manual/ack.xml
10558                 Reformatted, changed email address
10559         * manual/glossary.xml
10560                 Reformatted, fixed MANUAL-TODO items:
10561                 8.2. + add ROT-13 to glossary
10562                 8.4. + add URL to glossary
10563         * manual/es/advanced.xml
10564                 Fixed <literal>s
10565
10566 2006-08-25 [paul]       2.4.0cvs87
10567
10568         * src/gtk/icon_legend.c
10569                 add 'marked for deletion' icon
10570                 arrange icons by containing column
10571                 wrap long label text
10572
10573 2006-08-25 [colin]      2.4.0cvs86
10574
10575         * src/common/utils.c
10576         * src/common/utils.h
10577                 Add the sc_g_*list_bigger functions in
10578                 a place everyone can use it
10579         * src/summaryview.c
10580                 Only freeze/thaw the list when working
10581                 on the selection, if it's bigger than 1
10582         * src/gtk/gtksctree.c
10583                 Only freeze/thaw the list when unselec-
10584                 ting 'all' if ('all' != 1)
10585                 This avoids some flickering
10586
10587 2006-08-24 [colin]      2.4.0cvs85
10588
10589         * src/addressbook.c
10590                 Fix strange list selection
10591                 Fix random seg (Invalid read of freed memory)
10592
10593 2006-08-24 [colin]      2.4.0cvs84
10594
10595         * src/alertpanel.c
10596         * src/gtk/inputdialog.c
10597         * src/plugins/pgpcore/passphrase.c
10598                 Revert minimal width patch of 2.4.0cvs67,
10599                 as it is also a maximal width. Use 
10600                 gtk_window_set_default_size instead.
10601
10602 2006-08-24 [colin]      2.4.0cvs83
10603
10604         * src/msgcache.c
10605                 Write cache/mark to temp files before
10606                 overwriting old ones (avoids metadata
10607                 loss if writing the new files fail).
10608                 Use mmap() to read cache/mark file, as
10609                 this makes cache reading faster. Dis-
10610                 abled for big-endian machines until it
10611                 can be tested. (Big-endian users: set
10612                 msgcache_use_mmap = TRUE in the relevant
10613                 #if).
10614         * src/procmsg.h
10615                 Move rarely used fields of MsgInfo in 
10616                 another structure, which will only be
10617                 allocated if needed. Face, X-Face,
10618                 Return receipt headers and List-*
10619                 headers are moved. Mails having none
10620                 of these occupy 52 bytes less with
10621                 this patch, which makes 2.5MB of RAM
10622                 saved on a 50k folder).
10623         * src/headerview.c
10624         * src/mainwindow.c
10625         * src/messageview.c
10626         * src/partial_download.c
10627         * src/procheader.c
10628         * src/procmsg.c
10629         * src/textview.c
10630                 Follow this structure change.
10631
10632 2006-08-24 [wwp]        2.4.0cvs82
10633
10634         * manual/es/.cvsignore
10635         * manual/es/dist/.cvsignore
10636         * manual/es/dist/html/.cvsignore
10637         * manual/es/dist/pdf/.cvsignore
10638         * manual/es/dist/ps/.cvsignore
10639         * manual/es/dist/txt/.cvsignore
10640                 more (generated) files to ignore.
10641
10642 2006-08-24 [colin]      2.4.0cvs81
10643
10644         * src/folder.c
10645         * src/mh.c
10646                 Fix possible problems with local delivery. Check the folder doesn't
10647                 need scan before setting its mtime when saving cache (which can be
10648                 done long after the folder's been modified by an external process);
10649                 Check that the stored item's mtime didn't change in mh functions.
10650
10651 2006-08-24 [mones]      2.4.0cvs80
10652
10653         * manual/advanced.xml
10654                 Rewrapping, some fixes and MANUAL-TODO items:
10655                 8.1. = change "" to <quote></quote>
10656                 8.3. = quote menu items
10657                 8.5. - deploying -> new user ... ideally a new user (redundant)
10658
10659 2006-08-23 [colin]      2.4.0cvs79
10660
10661         * src/gtk/gtksctree.c
10662                 When selecting or deselecting range, only
10663                 freeze/thaw when selection is bigger than 10
10664
10665 2006-08-23 [colin]      2.4.0cvs78
10666
10667         * src/messageview.c
10668         * src/mimeview.c
10669         * src/mimeview.h
10670         * src/plugins/dillo_viewer/dillo_viewer.c
10671                 Provide an API for MimeViewer plugins to
10672                 return a text selection for replying
10673
10674 2006-08-23 [colin]      2.4.0cvs77
10675
10676         * src/image_viewer.c
10677         * src/textview.c
10678                 Use gtk_pixbuf_new_from_file_at_scale(), which
10679                 is faster than getting the pixbuf then resizing
10680                 it.
10681
10682 2006-08-23 [colin]      2.4.0cvs76
10683
10684         * src/procmime.c
10685                 UTF-8 should be sent Quoted-printable
10686
10687 2006-08-22 [colin]      2.4.0cvs75
10688
10689         * src/mh.c
10690                 Check if scan is required before touching
10691                 the folder (or it'll be required every time)
10692
10693 2006-08-22 [colin]      2.4.0cvs74
10694
10695         * configure.ac
10696                 Require libetpan 0.46 (crasher fix when built
10697                 against gnutls)
10698
10699 2006-08-22 [colin]      2.4.0cvs73
10700
10701         * src/folder.c
10702                 Set folder's mtime after writing its
10703                 cache
10704         * src/folderview.c
10705                 Add some timing
10706         * src/procmsg.c
10707                 Don't do useless stuff if we don't 
10708                 thread by subject
10709         * src/summaryview.c
10710                 Add some timing, don't deselect prior
10711                 to selecting (gtksctree does it itself),
10712                 remove crash avoidance hacks as it's been
10713                 properly fixed since a while
10714         * src/common/utils.c
10715                 Optimize to_human_readable(): _() is slow,
10716                 do it only once, and avoid %f format for KB
10717                 (the most common in a summaryview)
10718         * src/gtk/gtksctree.c
10719                 Don't uselessly freeze/thaw (fixes flicker
10720                 on next unread and friends), reduce number
10721                 of g_list_nth/g_list_position where possible
10722         * src/gtk/gtkutils.c
10723         * src/gtk/gtkutils.h
10724                 Reduce number of g_list_nth/g_list_position
10725                 where possible.
10726                 All of this makes loading as 70k folder 2.1
10727                 seconds instead of 3.2 (with hot FS caches).
10728                 (1.3 seconds without Date and Size columns...)
10729
10730 2006-08-22 [paul]       2.4.0cvs72
10731
10732         wrap documents and do some items from mones' MANUAL-TODO:
10733
10734         * manual/account.xml
10735                 4.1. = fix tabname references to <quote>tabname</quote>
10736                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10737         * manual/faq.xml
10738                 1.1. = mentioned options don't match UI
10739                 Add information about the 'Never send Return Receipts'
10740                 option
10741         * manual/handling.xml
10742                 6.2. = Mentions Extended symbols button, but now is
10743                 named Information
10744                 6.3. = Mentions ... button, which is now Edit
10745
10746 2006-08-22 [colin]      2.4.0cvs71
10747
10748         * src/gtk/pluginwindow.c
10749                 Fix layout in verbose translations (such
10750                 as french)
10751
10752 2006-08-22 [paul]       2.4.0cvs70
10753
10754         * manual/Makefile.am
10755                 build manuals in alphabetical order
10756         * src/addressbook.c
10757         * src/prefs_themes.c
10758                 replace/remove deprecated symbols
10759         * src/gtk/gtkutils.c
10760                 fix a warning
10761         * src/gtk/pluginwindow.c
10762                 replace deprecated symbol
10763                 replace label text and move it
10764         * src/plugins/pgpcore/prefs_gpg.c
10765                 move the 'Generate...' button out of the
10766                 Sign Key frame, replace the English used
10767         * src/plugins/pgpcore/sgpgme.c
10768                 fixes to the English
10769
10770 2006-08-21 [colin]      2.4.0cvs69
10771
10772         * src/plugins/trayicon/trayicon.c
10773                 Add more strings for translation; patch
10774                 by Pawel
10775
10776 2006-08-21 [colin]      2.4.0cvs68
10777
10778         * src/compose.c
10779                 fix replied flag not set after drafting
10780         * src/matcher.c
10781                 fix body quicksearch in non-encoded bodies
10782                 containing '='
10783         * src/msgcache.c
10784                 Get rid of the g_malloc workaround for
10785                 corrupted caches, use g_try_malloc
10786
10787 2006-08-21 [colin]      2.4.0cvs67
10788
10789         * src/alertpanel.c
10790         * src/gtk/inputdialog.c
10791         * src/plugins/pgpcore/passphrase.c
10792                 Set minimal width to 375
10793         * src/mainwindow.c
10794                 Fix switching to offline, asking if it 
10795                 should be overriden for synchronising
10796         * src/mimeview.c
10797                 Don't offer to remember command on Open 
10798                 with for text parts, as the browser or 
10799                 text editor command isn't changed from 
10800                 there
10801
10802 2006-08-20 [paul]       2.4.0cvs66
10803
10804         * po/ko.po
10805         * po/zh_CN.po
10806                 fix plural form errors. revealed by stricter
10807                 checking of gettext 0.15
10808
10809 2006-08-18 [paul]       2.4.0cvs65
10810
10811         * src/stock_pixmap.c
10812                 fix the fix of 2.4.0cvs64
10813                 Thanks to Colin
10814
10815 2006-08-18 [paul]       2.4.0cvs64
10816
10817         * src/stock_pixmap.c
10818                 fix leaks
10819                 Thanks to Colin
10820
10821 2006-08-18 [paul]       2.4.0cvs63
10822
10823         * src/compose.c
10824         * src/procmsg.c
10825                 fix occasional IMAP bug where large msgs
10826                 were left in the queue folder after sending
10827                 Thanks to Colin
10828
10829 2006-08-18 [paul]       2.4.0cvs62
10830
10831         * src/folderview.c
10832                 freeze the summaryview while quicksearch results
10833                 are displayed
10834                 (fixes bug 456 'current message is hidden when the
10835                 view is refreshed and extended search is "unread 
10836                 messages"')
10837                 Thanks to Colin
10838         * src/textview.c
10839                 add missing #include "inputdialog.h"
10840         * src/common/utils.h
10841                 add missing mailcap_update_default() and improve
10842                 readability
10843
10844 2006-08-17 [colin]      2.4.0cvs61
10845
10846         * src/plugins/pgpcore/select-keys.c
10847                 Fix warnings :)
10848
10849 2006-08-17 [colin]      2.4.0cvs60
10850
10851         * src/compose.c
10852                 Don't continue queuing if Cancel is clicked
10853                 in select-keys
10854
10855 2006-08-17 [colin]      2.4.0cvs59
10856
10857         * src/plugins/pgpcore/select-keys.c
10858                 When encrypting, if only one key matches and it 
10859                 matches exactly, automatically use it.
10860
10861 2006-08-17 [colin]      2.4.0cvs58
10862
10863         * src/mimeview.c
10864         * src/prefs_common.c
10865         * src/prefs_common.h
10866         * src/prefs_ext_prog.c
10867         * src/textview.c
10868                 Fix issues with previous patch (text/html)
10869                 Remove outdated prefs
10870
10871 2006-08-17 [colin]      2.4.0cvs57
10872
10873         * src/imap.c
10874                 Add View Log button on auth error
10875         * src/procmsg.c
10876                 Fix encrypted mail marked as new when
10877                 saved in normal folders
10878         * src/plugins/pgpinline/pgpinline.c
10879                 Fix encrypt bug on IMAP
10880         * src/mimeview.c
10881         * src/common/utils.c
10882         * src/common/utils.h
10883         * src/gtk/inputdialog.c
10884         * src/gtk/inputdialog.h
10885                 Get rid of metamail stuff, simplify
10886                 opening, and allow remembering of user's
10887                 choices (by updating ~/.mailcap). There's
10888                 still to drop "Audio player" and "Image
10889                 viewer" preferences.
10890
10891 2006-08-17 [mones]      2.4.0cvs56
10892
10893         * manual/es/sylpheed-claws-manual.xml
10894                 fix DTD path
10895
10896 2006-08-17 [mones]      2.4.0cvs55
10897
10898         * configure.ac
10899         * manual/Makefile.am
10900         * manual/es/Makefile.am
10901         * manual/es/account.xml
10902         * manual/es/ack.xml
10903         * manual/es/addrbook.xml
10904         * manual/es/advanced.xml
10905         * manual/es/faq.xml
10906         * manual/es/glossary.xml
10907         * manual/es/gpl.xml
10908         * manual/es/handling.xml
10909         * manual/es/intro.xml
10910         * manual/es/keyboard.xml
10911         * manual/es/plugins.xml
10912         * manual/es/starting.xml
10913         * manual/es/sylpheed-claws-manual.xml
10914         * manual/es/dist/Makefile.am
10915         * manual/es/dist/html/Makefile.am
10916         * manual/es/dist/pdf/Makefile.am
10917         * manual/es/dist/ps/Makefile.am
10918         * manual/es/dist/txt/Makefile.am
10919                 Spanish translation for the manual
10920
10921 2006-08-16 [colin]      2.4.0cvs54
10922
10923         * src/compose.c
10924         * src/main.c
10925         * src/mainwindow.c
10926                 Fix send button sensitivity at startup
10927                 Set send menu sensitivity (patch by Fabien)
10928         * src/ssl_manager.c
10929                 Enable closing with esc (patch by Fabien)
10930         * src/gtk/foldersort.c
10931                 Enable closing with esc (patch by Fabien)
10932         * src/procmime.c
10933                 Optimisation (no need to copy to tempfile to
10934                 "decode" 7bit and 8bit)
10935         * src/summaryview.c
10936                 Fix cruft in swap_from case
10937         * src/textview.c
10938                 Fix missing last line in some mail cases 
10939                 (Fixes debian #381872)
10940         * src/plugins/pgpcore/prefs_gpg.c
10941         * src/plugins/pgpcore/sgpgme.c
10942         * src/plugins/pgpcore/sgpgme.h
10943                 Don't show "no key found" when user explicitely
10944                 wants to create a key
10945
10946 2006-08-16 [paul]       2.4.0cvs53
10947
10948         * configure.ac
10949         * src/account.c
10950         * src/addressbook.c
10951         * src/headerview.c
10952         * src/prefs_account.c
10953         * src/prefs_message.c
10954         * src/gtk/gtkutils.c
10955                 bump up minimum required versions of GTK+ and
10956                 GLIB to 2.6.0
10957
10958 2006-08-16 [paul]       2.4.0cvs52
10959
10960         * src/toolbar.c
10961                 workaround GTK+ Bug 351600 - 'Can't re-click
10962                 on button after sensitivity update'
10963                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10964                 Thanks to Colin
10965
10966 2006-08-15 [colin]      2.4.0cvs51
10967
10968         * src/plugins/pgpcore/prefs_gpg.c
10969                 Set options sensitivity according to
10970                 key existence
10971         * src/plugins/pgpcore/sgpgme.c
10972                 Allow to create key with no passphrase
10973
10974 2006-08-14 [cleroy]     2.4.0cvs50
10975
10976         * src/gtk/pluginwindow.c
10977                 New layout (maybe to be changed?)
10978         * src/gtk/gtkutils.c
10979                 Fix a bit label_window
10980         * src/plugins/pgpcore/passphrase.c
10981         * src/plugins/pgpcore/passphrase.h
10982         * src/plugins/pgpcore/plugin.c
10983         * src/plugins/pgpcore/prefs_gpg.c
10984         * src/plugins/pgpcore/prefs_gpg.h
10985         * src/plugins/pgpcore/sgpgme.c
10986         * src/plugins/pgpcore/sgpgme.h
10987                 Allow to create a PGP private key via the GUI
10988
10989 2006-08-14 [wwp]        2.4.0cvs49
10990
10991         * src/addressbook_foldersel.c
10992                 fix strict ISO C90 compliance.
10993
10994 2006-08-14 [paul]       2.4.0cvs48
10995
10996         * src/gtk/prefswindow.c
10997                 re-set scrolled window on opening
10998                 Patch by Ticho
10999
11000 2006-08-14 [paul]
11001
11002         2.5.0-rc1 released
11003
11004 2006-08-14 [paul]       2.4.0cvs47
11005
11006         * src/prefs_display_header.c
11007                 re-enable user-defined Displayed Headers
11008
11009 2006-08-14 [paul]       2.4.0cvs46
11010
11011         * src/prefs_account.c
11012                 use GTK_STOCK_EDIT
11013
11014 2006-08-13 [colin]      2.4.0cvs45
11015
11016         * src/common/utils.c
11017                 Fix "a" in quote when the original message is empty,
11018                 by using \0 instead of 'a' to test writability of
11019                 temp files.
11020
11021 2006-08-13 [wwp]        2.4.0cvs44
11022
11023         * src/plugins/spamassassin/spamassassin.c
11024                 fix capitalization of "SpamAssassin" in some debug, log and
11025                 dialog messages.
11026
11027 2006-08-13 [paul]       2.4.0cvs43
11028
11029         * src/editldap.c
11030                 fix overlapping widgets
11031         * src/prefs_account.c
11032                 fix translation of protocol_names[]
11033                 fix label disappearing off the edge of the
11034                 visible area
11035
11036 2006-08-12 [paul]       2.4.0cvs42
11037
11038         * manual/plugins.xml
11039                 update IRC channel info before it gets forgotten
11040                 about
11041
11042 2006-08-11 [colin]      2.4.0cvs41
11043
11044         * src/compose.c
11045         * src/mainwindow.c
11046         * src/mainwindow.h
11047         * src/procmsg.c
11048         * src/procmsg.h
11049         * src/summaryview.c
11050         * src/toolbar.c
11051                 Grey out the Send button if
11052                 - Queue folders are empty, or
11053                 - We're sending already
11054
11055 2006-08-11 [wwp]        2.4.0cvs40
11056
11057         * src/main.c
11058                 fix a logic issue when quitting while a compose window is
11059                 still open, thanks to Colin.
11060
11061 2006-08-10 [colin]      2.4.0cvs39
11062
11063         * src/main.c
11064                 Fix default font size setting after wizard run
11065         * src/imap.c
11066         * src/etpan/imap-thread.c
11067         * src/etpan/imap-thread.h
11068                 Fix bug #999 (Timing out on TSL cert validation 
11069                 dialog makes ugly things happen). Also, STARTTLS
11070                 unconditionnaly if initial capabilities contain
11071                 LOGINDISABLED and STARTTLS.
11072
11073 2006-08-09 [colin]      2.4.0cvs38
11074
11075         * src/mainwindow.c
11076         * src/mainwindow.h
11077                 Fix Tools/Actions sensitivity when there are
11078                 no actions
11079
11080 2006-08-09 [colin]      2.4.0cvs37
11081
11082         * src/prefs_filtering.c
11083                 Warning fix, patch by Paul
11084         * src/messageview.c
11085         * src/prefs_actions.c
11086         * src/prefs_filtering_action.c
11087         * src/prefs_matcher.c
11088                 Uniformisation of "Info ..." to "Info..." (for
11089                 old gtk), patch by Fabien
11090         * src/plugins/clamav/clamav_plugin_gtk.c
11091                 Sensitivity fix by Fabien
11092
11093 2006-08-09 [colin]      2.4.0cvs36
11094
11095         * src/main.c
11096         * src/main.h
11097                 Add a function to know whether we're exiting
11098         * src/plugins/trayicon/trayicon.c
11099                 If exiting, don't do anything. Faster, and
11100                 avoids gtk_main_iteration reentracy causing
11101                 segfaults at exit
11102
11103 2006-08-09 [colin]      2.4.0cvs35
11104
11105         * src/messageview.c
11106         * src/mimeview.c
11107         * src/mimeview.h
11108                 Fix lack of part selection when automatically 
11109                 jumping to a specific part
11110         * src/msgcache.c
11111                 Little optimisation in cache reading
11112
11113 2006-08-09 [colin]      2.4.0cvs34
11114
11115         * src/compose.c
11116                 Fix crash setting the priority on reedit
11117                 (Accessing compose before creating it!)
11118
11119 2006-08-08 [colin]      2.4.0cvs33
11120
11121         * src/procmime.c
11122                 Fix bug #998 (last attachment is not accessible)
11123                 Bad RFC interpretation on multipart close-delimiters
11124         * src/mimeview.c
11125         * src/mimeview.h
11126         * src/gtk/gtkvscrollbutton.c
11127         * src/gtk/gtkvscrollbutton.h
11128                 Make attachments list wheel-scrollable
11129
11130 2006-08-07 [colin]      2.4.0cvs32
11131
11132         * src/gtk/gtkaspell.c
11133                 Fix bug #973 (Unicode punctation characters 
11134                 are not recognized as separators by the
11135                 spell checker); fix unsigned stuff
11136
11137 2006-08-07 [colin]      2.4.0cvs31
11138
11139         * src/compose.c
11140                 Fix bug #956 (DnD text with accents in compose 
11141                 text entry); fix gccc's signed/unsigned fuss
11142
11143 2006-08-06 [colin]      2.4.0cvs30
11144
11145         * src/main.c
11146                 Fix bug #979 (Plugin crashes when exiting 
11147                 sylpheed-claws) : handle exit request only 
11148                 once
11149
11150 2006-08-05 [colin]      2.4.0cvs29
11151
11152         * src/news.c
11153                 Just make sure we have a msgid.
11154
11155 2006-08-05 [colin]      2.4.0cvs28
11156
11157         * src/news.c
11158         * src/summaryview.c
11159                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11160                 by reimplementing it
11161         * src/textview.c
11162                 Fix bug when hiding quotes with level > 3 and quote
11163                 colors are recycled
11164
11165 2006-08-04 [colin]      2.4.0cvs27
11166
11167         * src/compose.c
11168         * src/undo.c
11169         * src/undo.h
11170                 Fix a bit replace-by-pasting undo
11171         * src/mainwindow.c
11172         * src/messageview.c
11173                 Fix Fold quotes menu synchro in
11174                 mainwindow when it changes in 
11175                 messageview
11176         * src/textview.c
11177                 Fix right-click on quotes blocks
11178         * src/common/utils.c
11179                 Verify that the file created by
11180                 my_tmpfile() is writable. Fixes
11181                 bug #988 (very specific filesystem
11182                 issue)
11183         * src/plugins/pgpcore/sgpgme.c
11184                 Fix file descriptor leak
11185         * src/plugins/spamassassin/spamassassin.c
11186                 Warn once if spamd isn't reachable
11187
11188 2006-08-04 [colin]      2.4.0cvs26
11189
11190         * src/toolbar.c
11191                 i18n context patch by Fabien
11192
11193 2006-08-03 [colin]      2.4.0cvs25
11194
11195         * src/mainwindow.c
11196         * src/messageview.c
11197                 Rename "Hide quotes" to "Fold quotes"
11198         * src/textview.c
11199                 Don't use hand cursor on quotes. "all 
11200                 the bonuses of the feature and none of 
11201                 unwelcome side-effects"
11202
11203 2006-08-03 [colin]      2.4.0cvs24
11204
11205         * AUTHORS
11206         * sylpheed-claws.desktop
11207         * src/gtk/authors.h
11208                 Bring the desktop file to XDG compliance
11209                 Patch by Charles A. Edwards
11210
11211 2006-08-03 [colin]      2.4.0cvs23
11212
11213         * src/textview.c
11214                 Fix links offset when they are preceded
11215                 by accentued chars (g_utf8_strlen!)
11216         * src/mainwindow.c
11217                 Fix wrong status when starting offline
11218
11219
11220 2006-08-03 [wwp]        2.4.0cvs22
11221
11222         * src/prefs_common.h
11223                 ask what to do w/ filtering rules that belong to an account when
11224                 applying filtering rules manually from the main window (skip,
11225                 apply regardless of the account, use current account). This dialog
11226                 can be skipped and the last reply used.
11227                 (forgot that file)
11228
11229 2006-08-03 [wwp]        2.4.0cvs21
11230
11231         * src/filtering.c
11232         * src/filtering.h
11233         * src/prefs_common.c
11234         * src/summaryview.c
11235         * src/alertpanel.c
11236         * src/alertpanel.h
11237         * src/messageview.c
11238                 ask what to do w/ filtering rules that belong to an account when
11239                 applying filtering rules manually from the main window (skip,
11240                 apply regardless of the account, use current account). This dialog
11241                 can be skipped and the last reply used.
11242
11243
11244 2006-08-03 [colin]      2.4.0cvs20
11245
11246         * src/textview.c
11247                 Optimize previous patch
11248
11249 2006-08-03 [cleroy]     2.4.0cvs19
11250
11251         * src/textview.c
11252                 Fix quotes getting toggled back when the
11253                 mail has an even number of text parts
11254
11255 2006-08-02 [colin]      2.4.0cvs18
11256
11257         * src/messageview.c
11258                 Add Hide quotes menu
11259
11260 2006-08-02 [colin]      2.4.0cvs17
11261
11262         * src/mainwindow.c
11263         * src/prefs_common.c
11264         * src/textview.c
11265         * src/textview.h
11266         * src/gtk/about.c
11267                 Allow per-level quote hiding,
11268                 Allow toggling quotes by double-clicking them
11269                 Rename RemoteURI to ClickableText to reflect
11270                 the fact it's used for a variety of things
11271
11272 2006-08-02 [wwp]        2.4.0cvs16
11273
11274         * src/mainwindow.c
11275                 fix "View/Hide quotes" menu item status initialization.
11276
11277 2006-08-02 [wwp]        2.4.0cvs15
11278
11279         * src/matcher_parser_parse.y
11280                 remove a debug trace.
11281
11282 2006-08-02 [paul]       2.4.0cvs14
11283
11284         * src/plugins/pgpcore/passphrase.c
11285                 don't set initial dialog size
11286                 make it resizable
11287
11288 2006-08-02 [paul]       2.4.0cvs13
11289
11290         * src/noticeview.c
11291                 remove the rogue '/' character
11292
11293 2006-08-02 [paul]       2.4.0cvs12
11294
11295         * src/noticeview.c
11296                 allow buttons to resize as necessary
11297
11298 2006-08-01 [wwp]        2.4.0cvs11
11299
11300         * src/mbox.c
11301                 fix strict ISO C90 compliance.
11302
11303 2006-08-01 [wwp]        2.4.0cvs10
11304
11305         * tools/update-po
11306                 updated update-po tool to work w/ context-dependent translations.
11307                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11308
11309 2006-08-01 [wwp]        2.4.0cvs9
11310
11311         * src/matcher.c
11312         * src/prefs_filtering.c
11313         * src/prefs_matcher.c
11314                 allow context-dependent translations for "All",
11315                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11316
11317 2006-07-31 [colin]      2.4.0cvs8
11318
11319         * AUTHORS
11320         * src/gtk/authors.h
11321                 Add Rafal to authors
11322
11323 2006-07-31 [colin]      2.4.0cvs7
11324
11325         * src/compose.c
11326         * src/mainwindow.c
11327         * src/messageview.h
11328         * src/prefs_common.c
11329         * src/prefs_common.h
11330         * src/textview.c
11331                 Add 'View/Hide quotes'. Patch based on a patch
11332                 by Rafal Weglarz
11333
11334 2006-07-31 [colin]      2.4.0cvs6
11335
11336         * src/action.c
11337                 Fix problem with "> stuff >" actions
11338
11339 2006-07-31 [paul]       2.4.0cvs5
11340
11341         * po/nb.po
11342                 updated by Geir Helland
11343
11344 2006-07-31 [wwp]        2.4.0cvs4
11345
11346         * src/mainwindow.c
11347         * src/summaryview.c
11348         * src/summaryview.h
11349                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11350                 thanks to Colin.
11351
11352 2006-07-31 [wwp]        2.4.0cvs3
11353
11354         * src/Makefile.am
11355         * src/addr_compl.c
11356         * src/addr_compl.h
11357         * src/addressbook.c
11358         * src/addressbook.h
11359         * src/addressbook_foldersel.c
11360         * src/addressbook_foldersel.h
11361         * src/addrindex.c
11362         * src/addrindex.h
11363         * src/matcher.c
11364         * src/matcher.h
11365         * src/matcher_parser_lex.l
11366         * src/matcher_parser_parse.y
11367         * src/prefs_common.c
11368         * src/prefs_common.h
11369         * src/prefs_filtering.c
11370         * src/prefs_matcher.c
11371         * src/prefs_matcher.h
11372         * src/summaryview.c
11373                 introduce filtering against the address book. It's now possible to add
11374                 matched conditions to determine if any email address in a message matches
11375                 or doesn't match any or all books or folders in the address book.
11376
11377 2006-07-31 [wwp]        2.4.0cvs2
11378
11379         * src/account.c
11380         * src/filtering.c
11381         * src/filtering.h
11382         * src/folder.c
11383         * src/folderview.c
11384         * src/inc.c
11385         * src/mainwindow.c
11386         * src/matcher.c
11387         * src/matcher_parser_lex.l
11388         * src/matcher_parser_parse.y
11389         * src/mbox.c
11390         * src/prefs_filtering.c
11391         * src/prefs_filtering.h
11392         * src/procmsg.c
11393         * src/procmsg.h
11394         * src/summaryview.c
11395                 introduce per-account filtering rules. Each filtering rule can now be assigned
11396                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11397                 when applying filtering rules manually, as all rules will apply - even the ones
11398                 assigned to an account. This issue will be addressed soon.
11399  
11400
11401
11402 2006-07-31 [wwp]        2.4.0cvs1
11403
11404         * src/quote_fmt.c
11405                 make more strings translatable.
11406
11407 2006-07-31 [paul]       2.4.0
11408
11409         2.4.0 released
11410
11411 2006-07-31 [paul]       2.3.1cvs91
11412
11413         * po/ca.po
11414                 updated by Miquel Oliete
11415
11416 2006-07-31 [paul]       2.3.1cvs90
11417
11418         * po/de.po
11419         * po/el.po
11420         * po/fr.po
11421         * po/it.po
11422         * po/pl.po
11423         * po/pt_BR.po
11424         * po/sr.po
11425         * po/zh_CN.po
11426                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11427                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11428                 Aleksandar Urosevic, and Ralgh Young
11429
11430 2006-07-31 [paul]       2.3.1cvs89
11431
11432         * src/account.c
11433         * src/main.c
11434         * src/mainwindow.c
11435         * src/mainwindow.h
11436                 Fix a race condition when, after an SC crash, rescanning
11437                 folders took more than 0.5 seconds
11438                 Thanks to Colin
11439
11440 2006-07-31 [paul]       2.3.1cvs88
11441
11442         * src/folderview.c
11443                 don't translate separator strings
11444
11445 2006-07-30 [mones]      2.3.1cvs87
11446
11447         * doc/man/sylpheed-claws.1
11448                 Fixed non-ASCII chars in Hoa's name
11449         * po/es.po
11450                 Updated for release
11451
11452 2006-07-27 [colin]      2.3.1cvs86
11453
11454         * src/textview.c
11455                 Don't include the leading \n in links
11456                 Patch by Fabien
11457
11458 2006-07-25 [colin]      2.3.1cvs85
11459
11460         * src/mainwindow.c
11461         * src/common/socket.h
11462         * src/etpan/imap-thread.c
11463                 Refresh resolvers before connecting
11464                 to IMAP servers, and after switching
11465                 to online. Thanks to Paul.
11466
11467 2006-07-18 [colin]
11468
11469         * 2.4.0-rc4 released
11470
11471 2006-07-17 [colin]      2.3.1cvs84
11472
11473         * src/inc.c
11474                 Show connection attempt in statusbar before
11475                 connecting (previously first message was
11476                 "Retrieving messages from ..." after the
11477                 connection succeeded.
11478
11479 2006-07-16 [wwp]        2.3.1cvs83
11480
11481         * sylpheed-claws.ico
11482                 Added .ico file (windows multi-size icon file, generated).
11483
11484 2006-07-12 [wwp]        2.3.1cvs82
11485
11486         * src/messageview.c
11487                 remove Message/Re-edit menu entry from messageview window,
11488                 as sent/draft/queued messages are opened in compose window when
11489                 re-edited and it's not possible to re-edit other msgs.
11490
11491 2006-07-12 [paul]       2.3.1cvs81
11492
11493         * AUTHORS
11494         * src/mainwindow.c
11495         * src/gtk/authors.h
11496                 check online state before resetting
11497                 mailcheck timer. Useful if some program
11498                 verifies connection state and updates
11499                 Claws.
11500                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11501
11502 2006-07-12 [paul]       2.3.1cvs80
11503
11504         * sylpheed-claws-128x128.png
11505         * sylpheed-claws-64x64.png
11506         * sylpheed-claws.png
11507         * src/Makefile.am
11508         * src/main.c
11509         * src/prefs_toolbar.c
11510         * src/stock_pixmap.c
11511         * src/stock_pixmap.h
11512         * src/wizard.c
11513         * src/gtk/about.c
11514         * src/gtk/gtkutils.c
11515         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11516         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11517         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11518         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11519         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11520         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11521                 updated and renamed logo/icon files and related
11522                 logo by Jesper Schultz
11523
11524 2006-07-11 [paul]       2.3.1cvs79
11525
11526         * src/main.c
11527                 fix the labels a smidgin
11528
11529 2006-07-09 [colin]      2.3.1cvs78
11530
11531         * src/textview.c
11532                 Show errors in textviewer's command
11533                 Patch by H. Merijn Brand
11534
11535 2006-07-09 [colin]      2.3.1cvs77
11536
11537         * src/compose.c
11538                 Save FMID in drafts too
11539
11540 2006-07-08 [colin]      2.3.1cvs76
11541
11542         * src/compose.c
11543                 Svae RMID in drafted mails too
11544                 Save quote_fmt vars for whole mails,
11545                 don't reset at each quote_fmt_init:
11546                 allows to use the same |i{var} in
11547                 various template fields
11548         * src/prefs_template.c
11549         * src/quote_fmt.h
11550         * src/quote_fmt_parse.y
11551                 Same
11552
11553 2006-07-08 [colin]      2.3.1cvs75
11554
11555         * src/textview.c
11556                 Fix highlighting of attached parts URIs
11557
11558 2006-07-08 [colin]      2.3.1cvs74
11559
11560         * src/main.c
11561                 Prevent bug #981 (sc 2.3.1 segfaults with 
11562                 gtk+ 2.10) from being reported again:
11563                 if Sylpheed-Claws has been compiled against
11564                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11565                 of if Sylpheed-Claws has been compiled against
11566                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11567                 error out.
11568
11569 2006-07-07 [colin]      2.3.1cvs73
11570
11571         * src/prefs_actions.c
11572                 Fix label
11573
11574 2006-07-07 [colin]      2.3.1cvs72
11575
11576         * src/prefs_actions.c
11577                 Fix compile on gtk < 2.8. argh :)
11578
11579 2006-07-07 [paul]       2.3.1cvs71
11580
11581         * src/common/defs.h
11582                 update DONATE_URI
11583
11584 2006-07-07 [colin]      2.3.1cvs70
11585
11586         * po/POTFILES.in
11587         * src/quote_fmt.c
11588         * src/quote_fmt_lex.l
11589         * src/quote_fmt_parse.y
11590                 Add |i{var}, a way to insert user-entered
11591                 text in a template
11592
11593 2006-07-07 [colin]
11594
11595         * 2.4.0-rc3 released
11596
11597 2006-07-07 [colin]      2.3.1cvs69
11598
11599         * src/folder.c
11600                 Don't consider inboxes of UNKNOWN folder 
11601                 classes to be useable as default inboxes
11602
11603 2006-07-07 [paul]       2.3.1cvs68
11604
11605         * src/textview.c
11606                 add missing #include <errno.h>
11607                 Thanks to René J. Blokland
11608
11609 2006-07-07 [paul]       2.3.1cvs67
11610
11611         * src/action.c
11612                 Return now Closes dialog
11613         * src/mimeview.c
11614         * src/mimeview.h
11615         * src/textview.c
11616                 add contextual menu to mime parts listed
11617                 in the textview
11618                 Thanks to Colin
11619         * src/common/utils.c
11620                 reversal: ' is a valid character in URLs
11621
11622 2006-07-06 [colin]      2.3.1cvs66
11623
11624         * src/remotefolder.h
11625                 Forgotten in previous commit
11626
11627 2006-07-06 [colin]      2.3.1cvs65
11628
11629         * src/folder.c
11630                 Set summary update flag whenever
11631                 totals changed
11632         * src/imap.c
11633         * src/prefs_account.c
11634         * src/common/utils.h
11635         * src/etpan/imap-thread.c
11636                 Fix warnings, thanks to Fabien and
11637                 Ricardo
11638
11639 2006-07-06 [wwp]        2.3.1cvs64
11640
11641         * src/gtk/gtkutils.c
11642                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11643
11644 2006-07-06 [wwp]        2.3.1cvs63
11645
11646         * src/account.c
11647         * src/addressbook.c
11648         * src/addressitem.h
11649         * src/folderview.c
11650         * src/mainwindow.c
11651         * src/manual.c
11652         * src/manual.h
11653         * src/message_search.c
11654         * src/prefs_actions.c
11655         * src/prefs_filtering.c
11656         * src/prefs_filtering.h
11657         * src/prefs_template.c
11658         * src/summary_search.c
11659         * src/summaryview.c
11660         * src/gtk/gtkutils.c
11661         * src/gtk/gtkutils.h
11662         * src/gtk/pluginwindow.c
11663                 add help buttons to some dialogs. Clicking such buttons opens a
11664                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11665
11666 2006-07-06 [paul]       2.3.1cvs62
11667
11668         * src/textview.c
11669                 fix attachments contextual menu
11670                 Thanks to Colin
11671
11672 2006-07-05 [colin]      2.3.1cvs61
11673
11674         * src/textview.c
11675         * src/compose.c
11676                 Handle sftp:// links
11677
11678 2006-07-05 [paul]       2.3.1cvs60
11679
11680         * src/gtk/filesel.c
11681                 grab save button by default
11682                 Thanks to Colin
11683
11684 2006-07-05 [wwp]        2.3.1cvs59
11685
11686         * manual/xml2pdf
11687                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11688
11689 2006-07-04 [colin]      2.3.1cvs58
11690
11691         * src/mimeview.c
11692         * src/textview.c
11693                 Use left click to select, middle click to open
11694                 on mimeparts links
11695         * src/common/utils.c
11696                 Fix segfault
11697
11698 2006-07-04 [colin]      2.3.1cvs57
11699
11700         * src/mainwindow.c
11701         * src/news.c
11702                 Warning fixes, thanks to Fabien
11703
11704 2006-07-04 [colin]      2.3.1cvs56
11705
11706         * src/mimeview.c
11707         * src/mimeview.h
11708         * src/textview.c
11709                 Allow parts to be selected via their text label
11710                 in textview
11711
11712 2006-07-04 [colin]      2.3.1cvs55
11713
11714         * src/folderview.c
11715                 Feedback when closing (for big folders)
11716         * src/prefs_actions.c
11717         * src/prefs_filtering.c
11718         * src/prefs_matcher.c
11719         * src/prefs_template.c
11720                 Fix default button when closing without
11721                 having saved
11722
11723 2006-07-04 [colin]      2.3.1cvs54
11724
11725         * src/news.c
11726                 Delete local file on deletion
11727
11728 2006-07-03 [colin]      2.3.1cvs53
11729
11730         * src/folderview.c
11731         * src/main.c
11732                 Don't freeze when rescanning after crash
11733
11734 2006-07-03 [wwp]        2.3.1cvs52
11735
11736         * src/compose.c
11737         * src/privacy.c
11738         * src/privacy.h
11739         * src/plugins/pgpinline/pgpinline.c
11740         * src/plugins/pgpmime/pgpmime.c
11741                 don't report an error when the user cancels the passphrase dialog.
11742
11743 2006-07-02 [colin]      2.3.1cvs51
11744
11745         * src/folderview.c
11746                 Open message when crossing folders with Space,
11747                 goto next unread and friends
11748
11749 2006-07-01 [colin]      2.3.1cvs50
11750
11751         * src/prefs_account.c
11752                 Typographic rules varying from language
11753                 to language (in french "Protocole :"),
11754                 we have to do that :)
11755
11756 2006-07-01 [ticho]      2.3.1cvs49
11757
11758         * src/prefs_account.c
11759                 Only use one temporary gchar* variable in
11760                 prefs_account_protocol_set_optmenu().
11761
11762 2006-07-01 [ticho]      2.3.1cvs48
11763
11764         * src/prefs_account.c
11765         * src/prefs_account.h
11766                 Use GtkLabel for existing account protocol name.
11767                 Created an array for protocol names and populate the
11768                 combobox from it in a for() cycle.
11769
11770 2006-06-30 [colin]      2.3.1cvs47
11771
11772         * src/compose.c
11773                 Block undo when changing signature (by changing
11774                 account)
11775
11776 2006-06-30 [paul]       2.3.1cvs46
11777
11778         * src/send_message.c
11779                 when editing From in the Compose window, use that address
11780                 in the Return-Path: header
11781                 Thanks to Colin
11782
11783 2006-06-30 [colin]      2.3.1cvs45
11784
11785         * src/compose.c
11786                 Fix signature replacement:
11787                 - when no newline before separator
11788                 - when reediting
11789
11790 2006-06-29 [colin]      2.3.1cvs44
11791
11792         * src/folderview.c
11793         * src/folderview.h
11794         * src/mainwindow.c
11795         * src/summaryview.c
11796                 Let 'View/Go to/Next marked' work like
11797                 Next new & Next unread: across folders
11798                 Change the select_on_entry pref to do
11799                 what we want when changing folder
11800         * src/common/utils.c
11801                 Fix single-quoted links 
11802
11803 2006-06-29 [colin]      2.3.1cvs43
11804
11805         * src/gtk/gtkaspell.c
11806                 "Sylpheed" and "Sylpheed-Claws" do exist !
11807
11808 2006-06-29 [colin]      2.3.1cvs42
11809
11810         * src/imap.c
11811                 Forgot to remove debug
11812
11813 2006-06-29 [colin]      2.3.1cvs41
11814
11815         * src/imap.c
11816         * src/imap.h
11817         * src/mainwindow.c
11818                 Disconnect from IMAP servers when going
11819                 offline. Fixes bug #978 (going to offline-mode 
11820                 won't close connections)
11821
11822 2006-06-29 [colin]      2.3.1cvs40
11823
11824         * src/main.c
11825                 Fix transient setting on failing plugins
11826                 Patch by Fabien
11827         * src/plugins/pgpcore/sgpgme.c
11828                 Only warn for OpenPGP. Most people don't
11829                 have CMS available.
11830
11831 2006-06-29 [colin]      2.3.1cvs39
11832
11833         * src/compose.c
11834                 Fix Spelling menu (discrepancy between context menu
11835                 and top menu when folder's dictionary isn't the 
11836                 default one)
11837         * src/plugins/pgpcore/sgpgme.c
11838                 More error reporting about why gpgme can fail
11839
11840 2006-06-29 [wwp]        2.3.1cvs38
11841
11842         * src/mainwindow.c
11843                 honor the display-header-pane setting even when the message view
11844                 is a separate window.
11845
11846 2006-06-29 [wwp]        2.3.1cvs37
11847
11848         * src/prefs_actions.c
11849                 forgot to commit that one (use of GTK_STOCK_INFO).
11850
11851 2006-06-29 [colin]      2.3.1cvs36
11852
11853         * src/imap.c
11854                 Better handling of login errors (ask the password
11855                 again once), alert in case of error. Fix three
11856                 signedness warnings.
11857
11858 2006-06-28 [wwp]        2.3.1cvs35
11859
11860         * src/prefs_template.c
11861         * src/prefs_matcher.c
11862         * src/prefs_filtering_action.c
11863         * src/prefs_quote.c
11864                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11865                 patch by Fabien Vantard, slightly modified.
11866
11867 2006-06-28 [paul]
11868
11869         2.4.0-rc2 released
11870
11871 2006-06-28 [colin]      2.3.1cvs34
11872
11873         * src/prefs_account.c
11874                 Fix bug #977 (Can't add or edit imap accounts)
11875
11876 2006-06-28 [colin]      2.3.1cvs33
11877
11878         * src/mimeview.c
11879                 Fix previous
11880
11881 2006-06-28 [colin]      2.3.1cvs32
11882
11883         * src/mimeview.c
11884                 Save named inlined attachments with "Save all"
11885         * src/main.c
11886         * src/mbox.c
11887         * src/common/plugin.c
11888         * src/common/plugin.h
11889         * src/common/sylpheed.c
11890         * src/common/utils.c
11891         * src/plugins/pgpcore/sylpheed.def
11892         * src/plugins/pgpinline/sylpheed.def
11893         * src/plugins/pgpmime/sylpheed.def
11894                 Win32 compatibility patch, by
11895                 Werner Koch
11896
11897 2006-06-28 [wwp]        2.3.1cvs31
11898
11899         * src/imap.c
11900         * src/prefs_folder_item.c
11901                 less compilation warnings (thanks to Fabien Vantard), less typos.
11902
11903 2006-06-28 [paul]       2.3.1cvs30
11904
11905         * src/gtk/gtkutils.c
11906                 gtk_combo_box_set_focus_on_click() is only
11907                 available since gtk 2.6.0
11908
11909 2006-06-28 [paul]       2.3.1cvs29
11910
11911         * src/prefs_ext_prog.c
11912                 fix engrish and add a tooltip for the
11913                 'command for 'Display as text' option
11914
11915 2006-06-28 [paul]
11916
11917         2.4.0-rc1 released
11918
11919 2006-06-28 [paul]       2.3.1cvs28
11920
11921         * ChangeLog
11922         * tools/Makefile.am
11923                 include textviewer.pl in releases
11924
11925 2006-06-28 [paul]       2.3.1cvs27
11926
11927         * src/prefs_ext_prog.c
11928                 hide Print command option if libgnomeprint
11929                 support is present
11930
11931 2006-06-27 [colin]      2.3.1cvs26
11932
11933         * src/compose.c
11934                 Fix Esc handling in insert/attach dialog
11935                 Don't show this dialog if dragging something
11936                 else than text/uri-list
11937                 Thanks to Fabien Vantard
11938         * tools/textviewer.pl
11939                 Filter script to display stuff as text
11940                 by H. Merijn Brand
11941
11942 2006-06-27 [wwp]        2.3.1cvs25
11943
11944         * src/messageview.c
11945                 use the exact product name (message view title), patch
11946                 by Fabien Vantard.
11947
11948 2006-06-27 [ticho]      2.3.1cvs24
11949
11950         * src/prefs_account.c
11951         * src/prefs_common.c
11952         * src/prefs_common.h
11953         * src/prefs_ext_prog.c
11954         * src/textview.c
11955                 Add a preference (Preferences/External programs)
11956                 to allow "Display as text" to be done via a script
11957                 (patch by H.Merijn Brand).
11958                 Use GtkComboBox for protocol selection in account
11959                 preferences.
11960                 Only include current choice for existing accounts, and
11961                 insensitivize the combobox.
11962
11963 2006-06-27 [paul]       2.3.1cvs23
11964
11965         * src/mbox.c
11966                 fix crasher introduced in cvs21.
11967                 Thanks to Colin
11968
11969 2006-06-26 [colin]      2.3.1cvs22
11970
11971         * src/mbox.c
11972                 Fix double-frees when leaving folders
11973                 after exporting to mbox
11974
11975 2006-06-26 [colin]      2.3.1cvs21
11976
11977         * src/mbox.c
11978                 More feedback (and optimisation)
11979                 on import/export
11980         * src/common/utils.c
11981                 Fix case when looking for mail addresses
11982         * src/gtk/gtkutils.c
11983                 Extra check for (X-)Face
11984
11985 2006-06-25 [ticho]      2.3.1cvs20
11986
11987         * src/compose.c
11988         * src/exphtmldlg.c
11989         * src/gtk/gtkutils.c
11990         * src/gtk/gtkutils.h
11991                 Added second argument to gtkut_sc_combobox_create() to
11992                 control focus-on-click for the widget.
11993                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11994
11995 2006-06-25 [ticho]      2.3.1cvs19
11996
11997         * src/compose.c
11998         * src/gtk/Makefile.am
11999         * src/gtk/combobox.c
12000         * src/gtk/combobox.h
12001         * src/gtk/gtkutils.c
12002         * src/gtk/gtkutils.h
12003                 Use GtkComboBox instead of deprecated GtkOptionMenu
12004                 for account selector in compose window and for encoding
12005                 selector in attachment properties.
12006                 Also factorise working with the new GtkComboBox somewhat.
12007
12008 2006-06-24 [paul]       2.3.1cvs18
12009
12010         * src/prefs_common.c
12011                 use the correct default value
12012
12013 2006-06-24 [paul]       2.3.1cvs17
12014
12015         * src/compose.c
12016         * src/prefs_common.c
12017         * src/prefs_common.h
12018         * src/prefs_compose_writing.c
12019                 enable setting of default action when
12020                 dnd'ing files in the compose window.
12021                 (Collaborative effort with wwp)
12022
12023 2006-06-23 [wwp]        2.3.1cvs16
12024
12025         * src/compose.c
12026                 i18n fix (thanks to Fabien Vantard)
12027
12028 2006-06-22 [colin]      2.3.1cvs15
12029
12030         * src/prefs_customheader.c
12031                 Don't use filters in custom headers' file 
12032                 selector. Remember, extensions mean nothing :)
12033
12034 2006-06-22 [paul]       2.3.1cvs14
12035
12036         * configure.ac
12037                 allow setting of man directory location
12038
12039 2006-06-22 [colin]      2.3.1cvs13
12040
12041         * src/mainwindow.c
12042                 Add 'View/Go to/Next unread folder'.
12043                 I missed that :)
12044
12045 2006-06-22 [colin]      2.3.1cvs12
12046
12047         * src/common/utils.c
12048                 Add some subject prefixes
12049                 Patch by Bjorn T Johansen <btj@havleik.no>
12050
12051 2006-06-22 [colin]      2.3.1cvs11
12052
12053         * manual/advanced.xml
12054                 Forgotten hidden pref
12055
12056 2006-06-21 [paul]       2.3.1cvs10
12057
12058         * src/prefs_account.c
12059                 complete the removal of 'Add date header' option
12060
12061 2006-06-21 [paul]       2.3.1cvs9
12062
12063         * src/account.c
12064         * src/compose.c
12065         * src/prefs_account.c
12066         * src/prefs_account.h
12067                 remove option to add date header - always
12068                 add date header
12069         * src/etpan/imap-thread.c
12070                 fix warnings (Thanks to Colin)
12071
12072 2006-06-21 [wwp]        2.3.1cvs8
12073
12074         * src/folder.c
12075                 set the attachment flag when inline text part are (file)named. This is more convenient
12076                 when receiving (for instance) inline source files or patches sent using thunderbird.
12077
12078 2006-06-21 [paul]       2.3.1cvs7
12079
12080         * src/inc.c
12081                 fix off-by-one count of current msg in
12082                 statusbar filtering progressbar
12083
12084 2006-06-21 [paul]       2.3.1cvs6
12085
12086         * src/folder.c
12087                 Show attachment icon even if the part is 'inline'
12088                 if the following conditions are met:
12089                 - content-type != 'text/plain'
12090                 - content-type != '*/pgp-signature'
12091                 - either 'name' or 'filename' parameter is not NULL
12092                 
12093                 Thanks to Colin
12094
12095 2006-06-21 [paul]       2.3.1cvs5
12096
12097         * src/messageview.c
12098         * src/prefs_common.c
12099         * src/prefs_common.h
12100         * src/prefs_other.c
12101                 add an option to 'Never send Return
12102                 Receipts'
12103                 Thanks to Colin
12104
12105 2006-06-20 [mones]      2.3.1cvs4
12106
12107         * po/es.po
12108                 updated
12109         * src/compose.c
12110                 typo fixed (space after comma)
12111         * tools/make.themes.project
12112                 remove exec mode from tarball files
12113
12114 2006-06-20 [colin]      2.3.1cvs3
12115
12116         * src/news.c
12117         * src/procheader.c
12118         * src/unmime.c
12119                 Better fix for \n's in headers (don't 
12120                 break Received: and others)
12121
12122 2006-06-20 [paul]       2.3.1cvs2
12123
12124         * src/alertpanel.c
12125         * src/textview.c
12126                 improve legibility of phishing attempt
12127                 dialog
12128
12129 2006-06-20 [paul]       2.3.1cvs1
12130
12131         * NEWS
12132         * README
12133         * configure.ac
12134                 Update version number following
12135                 stable release
12136
12137 2006-06-20 [colin]      2.3.0cvs26
12138
12139         * src/compose.c
12140                 When dragging a file to the text of the compose
12141                 window, ask whether we want to insert or attach
12142                 (I know lots of people who do that to attach)
12143
12144 2006-06-20 [colin]      2.3.0cvs25
12145
12146         * src/etpan/imap-thread.c
12147                 Fix threshold (the append command is often > 32 bytes)
12148
12149 2006-06-19 [colin]      2.3.0cvs24
12150
12151         * src/imap.c
12152         * src/etpan/imap-thread.c
12153                 Workaround Rockliffe IMAP server bug: replace
12154                 "x UID SEARCH (ANSWERED UID 1:*)" with
12155                 "x UID SEARCH ANSWERED"
12156                 (Rockliffe doesn't handle the parenthesis)
12157
12158 2006-06-19 [colin]      2.3.0cvs23
12159
12160         * src/compose.c
12161         * src/imap.c
12162         * src/etpan/imap-thread.c
12163                 Probably fix bug #972 (Freezes when adding 
12164                 an attachment to the message)
12165         * src/common/defs.h
12166                 Modernize Firefox cmd
12167
12168
12169 2006-06-18 [colin]      2.3.0cvs22
12170
12171         * src/prefs_customheader.c
12172                 Only allow correct filenames for various
12173                 custom headers
12174
12175 2006-06-18 [colin]      2.3.0cvs21
12176
12177         * src/prefs_customheader.c
12178                 Add a 'From File...' button in custom headers prefs, which
12179                 try to do the right thing: 
12180                 for normal headers, use file as plaintext,
12181                 for X-Face, calls compface,
12182                 for Face, encode to b64.
12183
12184 2006-06-17 [colin]      2.3.0cvs20
12185
12186         * src/mh.c
12187                 Warning fix
12188
12189 2006-06-16 [colin]      2.3.0cvs19
12190
12191         * src/summaryview.c
12192                 Recursive quicksearch: show message list
12193                 in current folder, *then* search children
12194                 in the background.
12195
12196 2006-06-16 [colin]      2.3.0cvs18
12197
12198         * src/main.c
12199                 Instead of ignoring SIGPIPE, save caches
12200                 when getting one. Will fix the fact that
12201                 hot caches are out-of-date when logging 
12202                 out of Xorg.
12203         * src/compose.c
12204         * src/prefs_compose_writing.c
12205                 Only save text (not attachments) when 
12206                 auto-saving to drafts
12207         * src/unmime.c
12208                 Always replace \n, \r and \t with spaces
12209                 in headers
12210         * manual/dist/html/Makefile.am
12211         * manual/dist/pdf/Makefile.am
12212         * manual/dist/ps/Makefile.am
12213         * manual/dist/txt/Makefile.am
12214         * manual/fr/dist/html/Makefile.am
12215         * manual/fr/dist/pdf/Makefile.am
12216         * manual/fr/dist/ps/Makefile.am
12217         * manual/fr/dist/txt/Makefile.am
12218         * manual/pl/dist/html/Makefile.am
12219         * manual/pl/dist/pdf/Makefile.am
12220         * manual/pl/dist/ps/Makefile.am
12221         * manual/pl/dist/txt/Makefile.am
12222                 Fix make clean removing pregenerated manuals
12223
12224
12225 2006-06-16 [colin]      2.3.0cvs17
12226
12227         * src/plugins/pgpcore/sgpgme.c
12228         * src/plugins/pgpmime/pgpmime.c
12229         * src/plugins/pgpinline/pgpinline.c
12230                 Better error reporting in setup_signers.
12231                 Don't fallback to default key if specified
12232                 key isn't found.
12233                 Don't allow signing if more than one secret
12234                 key matches the one specified in prefs.
12235
12236 2006-06-15 [colin]      2.3.0cvs16
12237
12238         * src/folderview.c
12239                 Add "Send queue" in the folder's contextual
12240                 menu
12241         * src/compose.c
12242         * src/messageview.c
12243         * src/privacy.c
12244         * src/privacy.h
12245         * src/procmime.c
12246         * src/procmsg.c
12247         * src/plugins/pgpcore/passphrase.c
12248         * src/plugins/pgpcore/sgpgme.c
12249         * src/plugins/pgpinline/pgpinline.c
12250         * src/plugins/pgpmime/pgpmime.c
12251                 Better error reporting
12252         * src/mbox.c
12253                 Probably fix bug #971 (2.2.3 cannot read mail 
12254                 from local mbox)
12255
12256
12257 2006-06-15 [mones]      2.3.0cvs15
12258
12259         * tools/make.themes.project
12260                 creates the themes project from the web page
12261
12262 2006-06-15 [colin]      2.3.0cvs14
12263
12264         * src/folder.c
12265                 Better fix (avoid losing the folder if scan_tree 
12266                 fails)
12267
12268 2006-06-15 [cleroy]     2.3.0cvs13
12269
12270         * src/folder.c
12271                 Probably fix Bug #969 (crash on rebuilding 
12272                 imap folder)
12273
12274 2006-06-14 [colin]      2.3.0cvs12
12275
12276         * manual/dtd/manual.xsl
12277         * manual/sylpheed-claws-manual.xml
12278         * manual/fr/sylpheed-claws-manual.xml
12279         * manual/pl/sylpheed-claws-manual.xml
12280                 Insert pagebreaks between sections
12281
12282 2006-06-14 [paul]       2.3.0cvs11
12283
12284         * configure.ac
12285                 better fix than 2.3.0cvs10
12286
12287 2006-06-14 [paul]       2.3.0cvs10
12288
12289         * configure.ac
12290                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12291                 (backwards compatible)
12292
12293 2006-06-13 [colin]      2.3.0cvs9
12294
12295         * src/messageview.c
12296                 Fix sending of return receipt with the new queue folders
12297
12298 2006-06-13 [wwp]        2.3.0cvs8
12299
12300         * src/quote_fmt_lex.l
12301                 fix wrong tokens returned in quote_fmt lexer, query not().
12302
12303 2006-06-13 [wwp]        2.3.0cvs7
12304
12305         * src/folder.c
12306         * src/prefs_folder_item.c
12307                 allow changing folder type even when folder is not a top-level one,
12308                 thanks to Colin.
12309
12310 2006-06-12 [colin]      2.3.0cvs6
12311
12312         * src/folderview.c
12313                 Fix double-ask of "Do you want to mark all
12314                 as read"
12315
12316 2006-06-12 [colin]      2.3.0cvs5
12317
12318         * src/compose.c
12319         * src/compose.h
12320         * src/folder.c
12321         * src/folder.h
12322         * src/imap.c
12323         * src/inc.c
12324         * src/main.c
12325         * src/messageview.c
12326         * src/mh.c
12327         * src/prefs_folder_item.c
12328         * src/procheader.c
12329         * src/procmime.c
12330         * src/procmsg.c
12331         * src/procmsg.h
12332         * src/send_message.c
12333         * src/summaryview.c
12334         * src/toolbar.c
12335                 Apply bug #964's patch (Queue and drafts aren't normal)
12336                 The Drafts and Queue folder now contain RFC-822 files,
12337                 allowing to move and copy mails from and to these 
12338                 folders. Moving from Drafts to Queue will prepare the
12339                 mail for sending (PGP signature, encryption, etc).
12340                 This patch also rework sending errors handling to try
12341                 to be more helpful.
12342                 Also, allow redefining folder types via the GUI 
12343                 (Folder type in its Properties)
12344
12345 2006-06-12 [colin]      2.3.0cvs4
12346
12347         * src/summaryview.c
12348         * src/prefs_common.c
12349         * src/prefs_common.h
12350         * src/gedit-print.c
12351                 Allow to define a specific print font - patch
12352                 by Bernhard Walle <bernhard.walle@gmx.de>
12353         * src/prefs_fonts.c
12354         * manual/advanced.xml
12355         * manual/fr/advanced.xml
12356                 Add a hidden pref to allow deletion without
12357                 confirmation
12358
12359 2006-06-12 [wwp]        2.3.0cvs3
12360
12361         * .cvsignore
12362                 more files to ignore.
12363
12364 2006-06-12 [wwp]        2.3.0cvs2
12365
12366         * src/quote_fmt.c
12367         * src/quote_fmt_lex.l
12368         * src/quote_fmt_parse.y
12369                 extend the quote_fmt parser (templates and quotes):
12370                 - allow limited sub-expressions in |p{} and |f{} expressions,
12371                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12372                 - implemented/fixed missing implementation of query_references and show_references,
12373                 - completed, fixed contents and format of the symbols help dialog,
12374                 - fix some compilation warnings.
12375
12376 2006-06-12 [wwp]        2.3.0cvs1
12377
12378         * manual/advanced.xml
12379         * manual/fr/advanced.xml
12380                 updates in the "templates" section of the manual (eng/fr):
12381                  - be more precise (both versions)
12382                  - completed to match the english reference (fr version)
12383                  - touchups (both versions)
12384
12385 2006-06-12 [paul]       2.3.0
12386
12387         2.3.0 released
12388
12389 2006-06-12 [paul]       2.2.3cvs14
12390
12391         * po/ca.po
12392         * po/cs.po
12393         * po/de.po
12394         * po/el.po
12395         * po/fr.po
12396         * po/it.po
12397         * po/pt_BR.po
12398         * po/sr.po
12399         * po/zh_CN.po
12400                 updated by Miquel Oliete, Tim, Stephan Sachse,
12401                 Stavros Giannouris, Fabien Vantard, Andrea
12402                 Spadaccini, Frederico Goncalves Guimaraes,
12403                 Aleksandar Urosevic, and Ralgh Young
12404
12405 2006-06-12 [colin]      2.2.3cvs13
12406
12407         * src/mbox.c
12408                 Add missing header
12409
12410 2006-06-11 [colin]      2.2.3cvs12
12411
12412         * src/msgcache.c
12413                 Verify that g_malloc() succeeded
12414
12415 2006-06-11 [colin]      2.2.3cvs11
12416
12417         * src/wizard.c
12418                 Add Face header to welcome mail
12419
12420 2006-06-10 [colin]      2.2.3cvs10
12421
12422         * src/textview.c
12423                 Revert previous (Forgot it changes the
12424                 margin on the whole mail)
12425
12426 2006-06-10 [colin]      2.2.3cvs9
12427
12428         * src/textview.c
12429                 Don't overlap long headers under (X-)Face
12430
12431 2006-06-10 [mones]      2.2.3cvs8
12432
12433         * manual/xml2pdf
12434                 allow generation of manual on systems lacking saxon binary
12435                 but with java and the saxon library installed
12436
12437         * po/es.po
12438                 updated for release
12439
12440 2006-06-09 [colin]      2.2.3cvs7
12441
12442         * src/summaryview.c
12443                 Fix leak when using Display Sender using Addressbook
12444
12445 2006-06-09 [colin]      2.2.3cvs6
12446
12447         * src/compose.c
12448         * src/folder.c
12449         * src/folderview.c
12450         * src/mimeview.c
12451         * src/summaryview.c
12452                 More leaks fixes
12453
12454 2006-06-09 [paul]       2.2.3cvs5
12455
12456         * AUTHORS
12457         * src/gtk/authors.h
12458         * tools/claws.i18n.status.pl
12459                 updated with new info
12460
12461 2006-06-09 [paul]       2.2.3cvs4
12462
12463         * README
12464                 updated
12465         * manual/ack.xml
12466                 add wwp to authors list
12467         * src/gtk/authors.h
12468                 update mine and Colin's addresses
12469
12470 2006-06-08 [colin]      2.2.3cvs3
12471
12472         * src/etpan/imap-thread.c
12473                 Fix leak on SSL cert check
12474
12475 2006-06-08 [colin]      2.2.3cvs2
12476
12477         * src/common/utils.c
12478                 Fix leak
12479
12480 2006-06-08 [paul]       2.2.3cvs1
12481
12482         * configure.ac
12483                 Update version number following
12484                 stable release
12485
12486 2006-06-07 [colin]      2.2.2cvs3
12487
12488         * src/msgcache.c
12489                 Fix catching cache read errors (guint instead of gint)
12490                 Prevent malloc'ing more than 8MB (means cache corruption)
12491
12492 2006-06-07 [paul]       2.2.2cvs2
12493
12494         * src/exporthtml.c
12495         * src/exportldif.c
12496         * src/mh.c
12497         * src/mutt.c
12498         * src/pine.c
12499         * src/common/utils.c
12500                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12501                 obey $HOME'
12502                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12503                 Thanks to Colin
12504
12505 2006-06-06 [paul]       2.2.2cvs1
12506
12507         * configure.ac
12508                 Update version number following
12509                 stable release
12510
12511 2006-06-06 [paul]       2.2.1cvs6
12512
12513         * src/matcher.c
12514                 fix  implicit declaration of
12515                 sylpheed_do_idle()
12516                 Patch by Fabien Vantard
12517
12518 2006-06-06 [paul]       2.2.1cvs5
12519
12520         * src/matcher.c
12521                 fix age_greater and age_lower so that they
12522                 mean what say and not '...or equal to'
12523                 Thanks to Colin
12524
12525 2006-06-06 [paul]       2.2.1cvs4
12526
12527         * src/textview.c
12528         * src/common/utils.c
12529                 fix URI check
12530                 Thanks to Colin
12531
12532 2006-06-05 [wwp]        2.2.1cvs3
12533
12534         * manual/fr/account.xml
12535                 minor language fixes (thanks to Fabien Vantard).
12536
12537 2006-06-05 [colin]      2.2.1cvs2
12538
12539         * src/prefs_folder_item.c
12540         * src/folderview.c
12541                 Allow recursive setting of properties 
12542                 for whole mailboxes
12543         * src/matcher.c
12544                 Don't freeze on 'test' filtering rule
12545
12546 2006-06-05 [colin]      2.2.1cvs1
12547
12548         * configure.ac
12549                 Update version number following
12550                 stable release
12551
12552 2006-06-04 [wwp]        2.2.0cvs82
12553
12554         * manual/glossary.xml
12555         * manual/account.xml
12556         * manual/fr/glossary.xml
12557         * manual/fr/account.xml
12558                 added glossary section and references/links related to the Face custom header.
12559
12560 2006-06-04 [colin]      2.2.0cvs81
12561
12562         * src/summaryview.c
12563                 Skip to next message on move with no
12564                 immediate execution
12565
12566 2006-06-04 [wwp]        2.2.0cvs80
12567
12568         * manual/xml2pdf
12569                 added sanity checks, exit when needed.
12570
12571 2006-06-03 [paul]       2.2.0cvs79
12572
12573         * src/prefs_receive.c
12574                 page name is now 'Receiving'
12575         * src/prefs_send.c
12576                 page name is now 'Sending'
12577
12578 2006-06-03 [colin]      2.2.0cvs78
12579
12580         * src/plugins/spamassassin/spamassassin_gtk.c
12581                 Autoswitch to Localhost if transport was previously
12582                 disabled. Else people had to check [] Enable, then
12583                 *reselect* transport.
12584
12585 2006-06-03 [colin]      2.2.0cvs77
12586
12587         * src/plugins/pgpinline/pgpinline.c
12588         * src/plugins/pgpmime/pgpmime.c
12589                 Check that gpg_data_release_and_get_mem 
12590                 didn't fail (now, why this happens...)
12591
12592 2006-06-03 [colin]      2.2.0cvs76
12593
12594         * src/mbox.c
12595                 Fix bug #962 (Manual and/or UI should 
12596                 warn about incompatible locking 
12597                 causing dataloss)
12598
12599 2006-06-02 [cleroy]     2.2.0cvs75
12600
12601         * src/filtering.c
12602         * src/folder.c
12603         * src/procmsg.c
12604         * src/summaryview.c
12605                 Fix a few leaks
12606
12607 2006-06-02 [colin]      2.2.0cvs74
12608
12609         * src/main.c
12610                 On exit, free caches after writing them
12611                 Shuts up some valgrind false positives
12612         * src/procmsg.c
12613         * src/send_message.c
12614                 Fix races when reusing existing SMTP connections
12615                 Fix inexistant session timeout
12616         * src/toolbar.c
12617                 Display alertpanel after all queues have
12618                 been processed, not after each
12619
12620 2006-06-02 [wwp]        2.2.0cvs73
12621
12622         * manual/fr/glossary.xml
12623         * manual/fr/ack.xml
12624         * manual/ack.xml
12625                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12626
12627 2006-06-02 [wwp]        2.2.0cvs72
12628
12629         * manual/xml2pdf
12630         * manual/dist/pdf/Makefile.am
12631         * manual/dtd/manual.xsl
12632         * manual/fr/dist/pdf/Makefile.am
12633         * manual/pl/dist/pdf/Makefile.am
12634                 we changed the procedure to generate the .pdf version of the manual.
12635                 The procedure is more modern and the .pdf we get now has a valid index.
12636                 Here are the new pre-requisites:
12637
12638                 - JRE 1.x (1.4 here): there must be one from your distro
12639                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12640                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12641                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12642
12643                 See my posts for further info about the installation of this toolchain:
12644
12645                 Date: Fri, 19 May 2006 19:40:06 +0200
12646                 From: wwp <subscript@free.fr>
12647                 To: sylpheed-claws-devel@lists.sourceforge.net
12648                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12649
12650                 and
12651
12652                 Date: Wed, 24 May 2006 12:58:49 +0200
12653                 From: wwp <subscript@free.fr>
12654                 To: sylpheed-claws-devel@lists.sourceforge.net
12655                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12656
12657 2006-06-01 [colin]      2.2.0cvs71
12658
12659         * src/compose.c
12660                 Better guards against IMAP races
12661         * src/main.c
12662         * src/prefs_common.c
12663         * src/prefs_common.h
12664         * src/common/ssl_certificate.c
12665         * src/etpan/imap-thread.c
12666         * src/etpan/imap-thread.h
12667         * src/gtk/sslcertwindow.c
12668                 New hidden option ssl_skip_cert_check to 
12669                 avoid dups of bug #959 (libetpan linked
12670                 against gnutls and gnutls buggy on 64bit)
12671                 Present expired warning only once per
12672                 session/server.
12673         * manual/advanced.xml
12674         * manual/fr/advanced.xml
12675                 Document new option
12676
12677 2006-06-01 [wwp]        2.2.0cvs70
12678
12679         * src/messageview.c
12680                 fix for bug #961 (return receipt dialog 
12681                 complains incorrectly about return-path 
12682                 email adress being different), thanks 
12683                 to Colin.
12684
12685 2006-05-31 [cleroy]     2.2.0cvs69
12686
12687         * src/common/ssl.c
12688                 Guard against NULLs, although this
12689                 should never be an issue
12690
12691 2006-05-31 [colin]      2.2.0cvs68
12692
12693         * src/filtering.c
12694                 Use g_slist_prepend
12695         * src/imap.c
12696                 Don't remove caches when destroying folder, it
12697                 could (should) be done at exit
12698         * src/inc.c
12699                 free processing cache after incorporation
12700         * src/etpan/imap-thread.c
12701                 Maybe fix bug #959 (Crash on moving to emails 
12702                 to a imap account per ssl with a expired 
12703                 certificate.)
12704
12705 2006-05-30 [colin]      2.2.0cvs67
12706
12707         * src/summaryview.c
12708                 Put back event flush when displaying message
12709                 It avoids reading a bunch of messages just
12710                 by hitting shift-n for too long ;)
12711
12712 2006-05-29 [colin]      2.2.0cvs66
12713
12714         * src/summaryview.c
12715                 Remove useless g_warnings
12716
12717 2006-05-29 [colin]      2.2.0cvs65
12718
12719         * src/imap.c
12720                 Fix g_slist_append()s for performance
12721
12722 2006-05-29 [colin]      2.2.0cvs64
12723
12724         * src/compose.c
12725         * src/common/utils.c
12726                 Fix extraneous tab at start of addresses
12727         * src/mainwindow.c
12728                 Fix warnings (thanks to Fabien)
12729                 Fix crash at exit when composing messages 
12730                 exist
12731         * src/pop.c
12732                 Fix progress bar when deleting expired mails
12733                 Thanks to Hiro
12734         * src/summaryview.c
12735         * src/gtk/gtksctree.c
12736                 Fix re-sorting slowness
12737
12738 2006-05-29 [paul]       2.2.0cvs63
12739
12740         * src/mh.c
12741                 fetch full message when moving mails
12742                 from another mailbox, (fixed data loss
12743                 when filtering from IMAP to MH, introduced
12744                 in 2.2.0cvs57).
12745                 Thanks to Colin
12746
12747 2006-05-29 [mones]      2.2.0cvs62
12748
12749         * src/gtk/gtksctree.c
12750                 Unselect faster (patch by Colin)        
12751
12752 2006-05-26 [colin]      2.2.0cvs61
12753
12754         * src/summaryview.c
12755                 Unplug MSGINFO_UPDATE callback on delete too.
12756
12757 2006-05-26 [colin]      2.2.0cvs60
12758
12759         * src/foldersel.c
12760                 Fix bold in folder selection window with glib2.10
12761                 thanks Hiro
12762
12763 2006-05-26 [colin]      2.2.0cvs59
12764
12765         * src/procheader.c
12766                 Convert date only if necessary (and don't
12767                 try to convert from utf8 to utf8, too)
12768         * src/summaryview.c
12769                 Only set column's text if the column's 
12770                 displayed
12771
12772 2006-05-26 [colin]      2.2.0cvs58
12773
12774         * src/summaryview.c
12775         * src/gtk/gtkutils.c
12776                 Fix useless warning
12777
12778 2006-05-26 [colin]      2.2.0cvs57
12779
12780         * src/mainwindow.c
12781                 Make summaryview selectable as long as 
12782                 no message has focus
12783         * src/mh.c
12784                 Faster deletion (by implementing mh_remove_msgs)
12785                 Faster copy (avoid using mh_fetch_msg just to get
12786                 the filename)
12787                 Faster move (using move_file instead of copy_file
12788                 if MSG_IS_MOVE)
12789                 No progressbar if total number of mails to cp/mv 
12790                 is less than 100
12791         * src/summaryview.c
12792                 Fix removal from subject_table when mail gets moved
12793                 Faster deletion (g_slist_prepend instead of append)
12794         * src/gtk/gtksctree.c
12795                 Remove useless code
12796
12797 2006-05-25 [colin]      2.2.0cvs56
12798
12799         * src/common/ssl_certificate.c
12800                 Fix leak in expired cert check
12801
12802 2006-05-25 [colin]      2.2.0cvs55
12803
12804         * src/mh.c
12805                 Disable flags syncing on .mh_sequences - it
12806                 is buggy and marks mails read under unknown
12807                 conditions.
12808
12809 2006-05-25 [paul]
12810
12811         * 2.3.0-rc4 released
12812
12813 2006-05-24 [colin]      2.2.0cvs54
12814
12815         attention cvs users: if you manage to crash
12816         Sylpheed-Claws while moving, copying or deleting
12817         mails, we *are* interested in stack traces and
12818         valgrind logs. It looks stable, but one never
12819         knows...
12820
12821         * src/folder.c
12822                 Add progressbar for cache updates
12823         * src/folderutils.c
12824                 Optimize Mark all read in the current
12825                 folder
12826         * src/mh.c
12827                 Add progressbar for copy/move
12828         * src/procmsg.c
12829                 Optimize O(n^2) in copy/move
12830         * src/summaryview.c
12831         * src/gtk/gtksctree.c
12832                 Optimize O(n^2) algos
12833         * src/common/timing.h
12834                 Display ms instead of us
12835
12836 2006-05-24 [wwp]        2.2.0cvs53
12837
12838         * manual/fr/advanced.xml
12839                 updates to the French manual.
12840
12841 2006-05-24 [wwp]        2.2.0cvs52
12842
12843         * src/common/utils.c
12844                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12845
12846 2006-05-24 [wwp]        2.2.0cvs51
12847
12848         * src/folderutils.c
12849                 fixed "mark all read" in MH folders (thanks to Colin).
12850
12851 2006-05-24 [paul]       2.2.0cvs50
12852
12853         * doc/man/sylpheed-claws.1
12854                 updated the man page
12855
12856 2006-05-23 [colin]      2.2.0cvs49
12857
12858         * src/folderview.c
12859         * src/imap.c
12860         * src/inc.c
12861         * src/mbox.c
12862         * src/messageview.c
12863         * src/news.c
12864         * src/send_message.c
12865         * src/summaryview.c
12866         * src/gtk/sslcertwindow.c
12867                 alertpanel fixes, by Fabien
12868
12869 2006-05-23 [colin]      2.2.0cvs48
12870
12871         * src/folder.c
12872         * src/folderview.c
12873         * src/msgcache.c
12874         * src/summaryview.c
12875         * src/gtk/gtksctree.c
12876         * src/gtk/gtksctree.h
12877                 More timings
12878                 Fix slow loading problem, which was caused by the
12879                 use of some gtk_ctree funcs and their use of
12880                 g_list_position while gtk_ctree_(un)link'ing.
12881                 Reap more functions from gtkctree.c to be sure we
12882                 use our (fast) version instead of theirs.
12883         * src/mh.c
12884                 Fix copy of unread mails
12885
12886
12887 2006-05-22 [wwp]        2.2.0cvs47
12888
12889         * manual/fr/advanced.xml
12890                 updated.
12891
12892 2006-05-22 [colin]      2.2.0cvs46
12893
12894         * src/filtering.c
12895                 Fix possible infinite loop. 'copy' is not a 
12896                 final action, so when encountering a 'copy',
12897                 we have to check if a previous one was set
12898                 and do it. In the same way, if we encounter
12899                 a 'move' we have to perform a possibly 
12900                 pending 'copy'. This will slow down filtering
12901                 on IMAP if move+copy or multiple copy actions
12902                 are to be done, but handling it via the batch
12903                 would be really too convoluted.
12904
12905 2006-05-22 [wwp]        2.2.0cvs45
12906
12907         * manual/fr/advanced.xml
12908         * manual/fr/faq.xml
12909         * manual/fr/glossary.xml
12910         * manual/fr/handling.xml
12911         * manual/fr/intro.xml
12912         * manual/fr/plugins.xml
12913         * manual/fr/sylpheed-claws-manual.xml
12914                 sync w/ the english manual: updates URIs, documented mailing-list
12915                 support, better explanation about the enabled/disabled feature
12916                 in filtering/processing rules by Paul.
12917
12918 2006-05-21 [colin]      2.2.0cvs44
12919
12920         * src/summaryview.c
12921                 Don't expand after building threads, but during
12922
12923 2006-05-21 [colin]      2.2.0cvs43
12924
12925         * src/procmsg.c
12926         * src/summaryview.c
12927                 More timing possibilities... For next time I have 
12928                 to find out how the hell some 3GHz computer takes
12929                 one minute to open a 30k folder...
12930
12931 2006-05-21 [colin]      2.2.0cvs42
12932
12933         * manual/pl/advanced.xml
12934         * manual/pl/faq.xml
12935         * manual/pl/glossary.xml
12936         * manual/pl/handling.xml
12937         * manual/pl/intro.xml
12938         * manual/pl/plugins.xml
12939         * manual/pl/sylpheed-claws-manual.xml
12940                 Polish manual updated by Pawel
12941
12942 2006-05-20 [colin]
12943
12944         * 2.3.0-rc3 released
12945
12946 2006-05-20 [colin]      2.2.0cvs41
12947
12948         * src/imap.c
12949                 Fix -rc2 problems:
12950                 - remove cache of moved messages from original folder
12951                 - apply new flags to messages even if they aren't appliable
12952                   via IMAP.
12953
12954 2006-05-20 [colin]
12955
12956         * 2.3.0-rc2 released
12957
12958 2006-05-19 [colin]      2.2.0cvs40
12959
12960         * src/imap.c
12961                 Don't issue SELECT in imap_change_flags
12962                 before having checked that we indeed have
12963                 some flags to change. MSG_POSTFILTERED for
12964                 example can't be used on IMAP.
12965                 Fixes bug #955 (copying messages between 
12966                 imap folders is extremely slow), which was
12967                 a regression.
12968
12969 2006-05-19 [colin]      2.2.0cvs39
12970
12971         * src/folder.c
12972         * src/folder.h
12973         * src/folderview.c
12974                 Try to fix bug #830 (Some unread messages 
12975                 get marked read in IMAP inbox):
12976                 - Prevent scanning a folder if it's being 
12977                   opened via the GUI
12978                 - Postpone opening via the GUI of a folder
12979                   currently scanned.
12980
12981
12982 2006-05-19 [wwp]        2.2.0cvs38
12983
12984         * manual/advanced.xml
12985                 fix English+typo (thanks to Paul).
12986
12987 2006-05-19 [wwp]        2.2.0cvs37
12988
12989         * manual/advanced.xml
12990         * manual/fr/advanced.xml
12991         * src/gtk/logwindow.c
12992         * src/prefs_common.c
12993         * src/prefs_common.h
12994                 added hidden prefs to allow customization of colors used in
12995                 protocol log window (useful for dark gtk+ themes).
12996
12997 2006-05-19 [wwp]        2.2.0cvs36
12998
12999         * ChangeLog
13000                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13001
13002 2006-05-19 [paul]       2.2.0cvs35
13003
13004         * src/textview.c
13005                 make Reply-To fully clickable
13006         * src/gtk/logwindow.c
13007                 more colouring (SMTP ESMTP)
13008         Both patches by Pawel Pekala
13009
13010 2006-05-19 [cleroy]     2.2.0cvs34
13011
13012         * src/mh.c
13013                 Don't update flags from current folder
13014                 Probably fixes bug #935 (Read Messages 
13015                 Revert to Being Marked as Unread)
13016
13017 2006-05-18 [colin]      2.2.0cvs33
13018
13019         * src/imap.c
13020                 Warning fix
13021         * src/compose.c
13022         * src/mainwindow.c
13023         * src/summaryview.c
13024         * src/toolbar.c
13025                 Allow replying to multiple emails
13026                 in multiple windows
13027         * src/mimeview.c
13028         * src/etpan/imap-thread.c
13029                 Leak fixes
13030
13031 2006-05-18 [paul]       2.2.0cvs32
13032
13033         * src/summaryview.c
13034                 keep Mailing-List menu refreshed
13035                 Thanks to Colin
13036
13037 2006-05-18 [paul]       2.2.0cvs31
13038
13039         * manual/advanced.xml
13040         * manual/faq.xml
13041         * manual/glossary.xml
13042         * manual/handling.xml
13043         * manual/intro.xml
13044         * manual/plugins.xml
13045         * manual/sylpheed-claws-manual.xml
13046                 update URLs
13047                 add info about mailing-list support
13048                 edit filtering info
13049         * src/wizard.c
13050         * src/common/defs.h
13051         * src/gtk/about.c
13052         * src/plugins/dillo_viewer/README
13053                 update URLs
13054
13055 2006-05-17 [wwp]        2.2.0cvs30
13056
13057         * manual/handling.xml
13058         * manual/fr/handling.xml
13059                 documented the ability to enabled/disable filtering/processing rules.
13060
13061 2006-05-17 [colin]      2.2.0cvs29
13062
13063         * src/main.c
13064                 Don't initialize g_thread subsystem if it's 
13065                 already done (thanks to Hiro)
13066         * src/mimeview.c
13067                 Fix saving of parts when there name can't be
13068                 converted from UTF-8.
13069
13070 2006-05-17 [paul]       2.2.0cvs28
13071
13072         * po/Makefile.in.in
13073                 fix config.status warning with autoconf 2.60
13074
13075 2006-05-17 [paul]       2.2.0cvs27
13076
13077         * po/POTFILES.in
13078                 add src/mbox.c
13079
13080 2006-05-17 [wwp]        2.2.0cvs26
13081
13082         * src/mainwindow.c
13083                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13084
13085 2006-05-17 [wwp]        2.2.0cvs25
13086
13087         * src/plugins/demo/demo.c
13088                 updated product name in plugin demo (many plugins need to be
13089                 sync'ed w/ that change).
13090
13091 2006-05-17 [colin]      2.2.0cvs24
13092
13093         * src/mh.c
13094                 Fix leak
13095
13096 2006-05-16 [colin]      2.2.0cvs23
13097
13098         * src/mainwindow.c
13099                 Stupid me hit again. Fix cvs22.
13100
13101 2006-05-16 [colin]      2.2.0cvs22
13102
13103         * src/mainwindow.c
13104                 Fix bug #922 (sylpheed-claws crashed after 
13105                 pushing on Inbox folder)
13106
13107 2006-05-16 [colin]      2.2.0cvs21
13108
13109         * src/compose.c
13110                 Make From header be copy/paste/select-able
13111
13112 2006-05-16 [wwp]        2.2.0cvs20
13113
13114         * src/export.c
13115         * src/matcher.c
13116         * src/summaryview.c
13117         * src/etpan/imap-thread.c
13118                 fix some compiler warnings (thanks to Colin).
13119
13120 2006-05-16 [wwp]        2.2.0cvs19
13121
13122         * src/action.c
13123         * src/gedit-print.c
13124         * src/inc.c
13125         * src/mainwindow.c
13126         * src/mh.c
13127         * src/statusbar.c
13128         * src/send_message.c
13129         * src/summaryview.c
13130                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13131
13132 2006-05-15 [colin]      2.2.0cvs18
13133
13134         * src/procmsg.c
13135                 Fix automatic rule creation with List-Post
13136
13137 2006-05-15 [paul]       2.2.0cvs17
13138
13139         * tools/filter_conv_new.pl
13140                 updated for rule enabling/disabling
13141                 claws version >= 2.3.x required
13142
13143 2006-05-15 [cleroy]     2.2.0cvs16
13144
13145         * src/main.c
13146                 Revert test
13147
13148 2006-05-15 [cleroy]     2.2.0cvs15
13149
13150         * src/main.c
13151                 test
13152
13153 2006-05-15 [wwp]        2.2.0cvs14
13154
13155         * manual/pl/.cvsignore
13156                 ignore generated files.
13157
13158 2006-05-14 [wwp]        2.3.0-rc1
13159
13160         * 2.3.0-rc1 released
13161
13162 2006-05-13 [wwp]        2.2.0cvs13
13163
13164         * src/filtering.c
13165         * src/filtering.h
13166         * src/matcher.c
13167         * src/matcher_parser_lex.l
13168         * src/matcher_parser_parse.y
13169         * src/prefs_filtering.c
13170                 new feature: provide the ability to disable filtering and processing
13171                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13172                 adaptations.
13173
13174 2006-05-13 [colin]      2.2.0cvs12
13175
13176         * src/compose.c
13177                 Remove useless if (a) b; else b;
13178                 Thanks to wwp
13179
13180 2006-05-13 [wwp]        2.2.0cvs11
13181
13182         * src/export.c
13183         * src/import.c
13184         * src/mainwindow.c
13185         * src/mbox.c
13186         * src/summaryview.c
13187         * src/summaryview.h
13188                 no more silent failures (or at least less ones) when importing
13189                 or exporting from/to mbox. Also start importing/exporting if
13190                 the necessary info is set.
13191
13192 2006-05-13 [wwp]        2.2.0cvs10
13193
13194         * RELEASE_NOTES
13195                 restored up-to-date release notes.
13196
13197 2006-05-13 [paul]       2.2.0cvs9
13198
13199         * po/nl.po
13200         * po/ru.po
13201                 updated by Tim Dijkstra and Pavlo Bohmat
13202
13203 2006-05-12 [colin]      2.2.0cvs8
13204
13205         * src/gtk/quicksearch.c
13206                 Add "k" as shortcut for "colorlabel". Patch
13207                 by ath42@users.sf.net.
13208
13209 2006-05-12 [paul]       2.2.0cvs7
13210
13211         * src/prefs_common.h
13212         * src/prefs_summaries.c
13213         * src/summaryview.c
13214                 when entering a folder also allow
13215                 going directly to first Marked message
13216
13217 2006-05-12 [paul]       2.2.0cvs6
13218
13219         * src/summaryview.c
13220                 always obey 'confirm before marking all
13221                 mails read' option
13222
13223 2006-05-12 [paul]       2.2.0cvs5
13224
13225         * src/textview.c
13226                 make Sender fully clickable
13227
13228 2006-05-12 [colin]      2.2.0cvs4
13229
13230         * src/compose.c
13231         * src/compose.h
13232                 Let From be editable
13233         * src/main.c
13234         * src/mh.c
13235                 Full support of .mh_sequences' Unseen seq
13236
13237 2006-05-12 [colin]      2.2.0cvs3
13238
13239         * src/folder.c
13240         * src/mainwindow.c
13241         * src/mainwindow.h
13242         * src/messageview.c
13243         * src/prefs_spelling.c
13244         * src/procheader.c
13245         * src/procmsg.c
13246         * src/procmsg.h
13247         * src/summaryview.c
13248         * src/toolbar.c
13249         * src/toolbar.h
13250                 Add contextual menu on Compose toolbar
13251                 button. Fixes bug #944 (Automatic
13252                 addresses not applied when changing account
13253                 from compose window)
13254                 add Mailing List support
13255                 based on the old 0.6.5claws25 patch by
13256                 Melvin Hadasht, with finishing touches
13257                 by Colin
13258                 Fix "ignore thread" when mails are threaded by
13259                 subject (and weren't ignored although appearing
13260                 in the thread).
13261                 GUI rework.
13262                 Both patches by Pawel.
13263
13264 2006-05-08 [paul]       2.2.0cvs2
13265
13266         * src/mainwindow.c
13267         * src/mainwindow.h
13268         * src/messageview.c
13269         * src/procheader.c
13270         * src/procmsg.c
13271         * src/procmsg.h
13272         * src/summaryview.c
13273                 add Mailing List support
13274                 based on the old 0.6.5claws25 patch by 
13275                 Melvin Hadasht, with finishing touches
13276                 by Colin
13277
13278 2006-05-08 [colin]      2.2.0cvs1
13279
13280         * src/mainwindow.c
13281         * src/toolbar.c
13282         * src/toolbar.h
13283                 Add contextual menu on Compose toolbar 
13284                 button. Fixes bug #944 (Automatic 
13285                 addresses not applied when changing account 
13286                 from compose window)
13287
13288 2006-05-08 [paul]       2.2.0
13289
13290         2.2.0 released
13291
13292 2006-05-08 [paul]       2.1.1cvs51
13293
13294         * po/cs.po
13295         * po/de.po
13296         * po/en_GB.po
13297         * po/fi.po
13298         * po/fr.po
13299         * po/pt_BR.po
13300         * po/sr.po
13301         * po/zh_CN.po
13302                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13303                 Fabien Vantard, Frederico Goncalves Guimaraes,
13304                 Aleksandar Urosevic, and Ralgh Young
13305
13306 2006-05-12 [colin]      2.1.1cvs50
13307
13308         * po/cs.po
13309         * po/de.po
13310         * po/en_GB.po
13311         * po/es.po
13312         * po/fi.po
13313         * po/fr.po
13314         * po/pt_BR.po
13315         * po/sr.po
13316         * po/zh_CN.po
13317                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13318                 Fabien Vantard, Frederico Goncalves Guimaraes,
13319                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13320
13321 2006-05-05 [colin]      2.1.1cvs49
13322
13323         * manual/Makefile.am
13324         * manual/pl/Makefile.am
13325         * manual/pl/account.xml
13326         * manual/pl/ack.xml
13327         * manual/pl/addrbook.xml
13328         * manual/pl/advanced.xml
13329         * manual/pl/faq.xml
13330         * manual/pl/glossary.xml
13331         * manual/pl/gpl.xml
13332         * manual/pl/handling.xml
13333         * manual/pl/intro.xml
13334         * manual/pl/keyboard.xml
13335         * manual/pl/plugins.xml
13336         * manual/pl/starting.xml
13337         * manual/pl/sylpheed-claws-manual.xml
13338         * manual/pl/dist/.cvsignore
13339         * manual/pl/dist/Makefile.am
13340         * manual/pl/dist/html/.cvsignore
13341         * manual/pl/dist/html/Makefile.am
13342         * manual/pl/dist/pdf/.cvsignore
13343         * manual/pl/dist/pdf/Makefile.am
13344         * manual/pl/dist/ps/.cvsignore
13345         * manual/pl/dist/ps/Makefile.am
13346         * manual/pl/dist/txt/.cvsignore
13347         * manual/pl/dist/txt/Makefile.am
13348                 Add the polish translation of the manual,
13349                 Authored by Pawel Pekala.
13350
13351 2006-05-05 [cleroy]     2.1.1cvs48
13352
13353         * src/main.c
13354                 Re-read matcherrc after loading plugins 
13355                 if some of them add folders.
13356
13357 2006-05-03 [colin]      2.1.1cvs47
13358
13359         * src/imap.c
13360                 I'm idiot
13361
13362 2006-05-03 [colin]      2.1.1cvs46
13363
13364         * src/imap.c
13365                 Be sure to have a session when
13366                 getting separator
13367
13368 2006-05-03 [colin]      2.1.1cvs45
13369
13370         * src/imap.c
13371         * src/imap.h
13372         * src/imap_gtk.c
13373                 Fix preventing renaming with namespace 
13374                 separator.
13375
13376 2006-05-01 [colin]      2.1.1cvs44
13377
13378         * src/action.c
13379                 Don't reload messageview when result of
13380                 action is piped.
13381
13382 2006-04-29 [colin]      2.1.1cvs43
13383
13384         * src/prefs_receive.c
13385         * src/plugins/spamassassin/spamassassin_gtk.c
13386         * src/plugins/clamav/clamav_plugin_gtk.c
13387                 GUI fixes by Pawel
13388
13389 2006-04-29 [colin]      2.1.1cvs42
13390
13391         * src/prefs_compose_writing.c
13392         * src/prefs_quote.c
13393                 Cleanups. Patch by Pawel
13394
13395 2006-04-28 [paul]       2.1.1cvs41
13396
13397         * src/matcher.c
13398                 fix returned quick search results when search
13399                 term contains an underscore.
13400                 Thanks to Colin
13401
13402 2006-04-28 [paul]       2.1.1cvs40
13403
13404         * src/prefs_message.c
13405         * src/prefs_receive.c
13406                 GUI cleanups
13407                 Patches by Pawel Pekala
13408
13409 2006-04-27 [colin]      2.1.1cvs39
13410
13411         * src/wizard.c
13412                 Differentiate subject Welcome from
13413                 window's title Welcome
13414
13415 2006-04-27 [paul]
13416
13417         2.2.0-rc1 released
13418
13419 2006-04-27 [paul]       2.1.1cvs38
13420
13421         * manual/advanced.xml
13422         * manual/fr/advanced.xml
13423                 add info about compose_no_markup hidden pref
13424
13425 2006-04-27 [paul]       2.1.1cvs37
13426
13427         * src/prefs_account.c
13428                 improve privacy labels
13429         * src/prefs_msg_colors.c
13430                 change some strings for translators' convenience
13431         * src/gtk/gtkutils.c
13432                 don't underline the link button text
13433
13434 2006-04-25 [colin]      2.1.1cvs36
13435
13436         * src/folder.c
13437                 Complete 2.1.1cvs33 (once more ;)
13438
13439 2006-04-25 [colin]      2.1.1cvs35
13440
13441         * src/editldap.c
13442                 Fix tooltip
13443
13444 2006-04-25 [cleroy]     2.1.1cvs34
13445
13446         * src/compose.c
13447         * src/gtk/gtkaspell.c
13448                 Fix crash on redirect (related to the return 
13449                 of the aspell menu in compose's toolbar)
13450         * src/prefs_msg_colors.c
13451                 Fix sensitivity widgets
13452         * src/image_viewer.c
13453         * src/gtk/pluginwindow.c
13454         * src/gtk/prefswindow.c
13455                 Change released signals to clicked (Fabien)
13456         * po/POTFILES.in
13457         * src/common/socket.c
13458         * src/plugins/spamassassin/spamassassin.c
13459                 Translate strings (Fabien)
13460
13461 2006-04-25 [paul]       2.1.1cvs33
13462
13463         * src/folder.c
13464         * src/folder.h
13465         * src/folderview.c
13466                 complete the fix of bug #912
13467                 Thanks to Colin
13468
13469 2006-04-25 [colin]      2.1.1cvs32
13470
13471         * src/news.c
13472                 Better progress bar
13473         * src/mimeview.c
13474         * src/summaryview.c
13475         * src/summaryview.h
13476                 Fix focus chain
13477                 Patches by Pawel Pekala
13478
13479 2006-04-24 [colin]      2.1.1cvs31
13480
13481         * src/compose.c
13482                 Fix compilation warnings (Fabien)
13483
13484 2006-04-24 [colin]      2.1.1cvs30
13485
13486         * src/addrindex.c
13487         * src/editldap.c
13488         * src/editldap_basedn.c
13489         * src/editldap_basedn.h
13490         * src/ldapctrl.c
13491         * src/ldapctrl.h
13492         * src/ldapquery.c
13493         * src/ldaputil.c
13494         * src/ldaputil.h
13495                 Fix bug #901 (LDAPS support)
13496
13497 2006-04-24 [colin]      2.1.1cvs29
13498
13499         * src/compose.c
13500                 Fix logic on error with send dialog on
13501         * src/imap.c
13502                 Fix compilation without libetpan, thanks
13503                 to Fabien
13504         * src/summaryview.c
13505                 Fix 'context-menu' key
13506
13507 2006-04-23 [colin]      2.1.1cvs28
13508
13509         * src/folder.c
13510                 Never free current's cache to free up 
13511                 memory. Fixes bug #912 (new count 
13512                 randomly set to message count)
13513
13514 2006-04-23 [colin]      2.1.1cvs27
13515
13516         * src/gtk/quicksearch.c
13517                 And remove printf...
13518
13519 2006-04-23 [colin]      2.1.1cvs26
13520
13521         * src/gtk/quicksearch.c
13522                 Fix replacing in quicksearch, and fix inserting
13523                 in the middle of the string. (introduced at 2.1.0cvs22)
13524
13525 2006-04-23 [colin]      2.1.1cvs25
13526
13527         * src/imap.c
13528                 Make sure uidnext is initialized in get_num_list
13529                 (not for stable, related to 2.1.1cvs8 and friends)
13530
13531 2006-04-23 [colin]      2.1.1cvs24
13532
13533         * src/imap.c
13534                 Output something when login is successful
13535                 too
13536
13537 2006-04-23 [colin]      2.1.1cvs23
13538
13539         * src/etpan/imap-thread.c
13540                 Better logging (line-per-line, hide data in fetch)
13541                 Fix a const warning
13542         * src/gtk/logwindow.c
13543         * src/gtk/logwindow.h
13544                 Better logging (color for input/output)
13545
13546 2006-04-21 [colin]      2.1.1cvs22
13547
13548         * src/gtk/quicksearch.c
13549                 On gtk+-2.8, use stock buttons in quicksearch
13550                 Based on a patch by Fabien and a design by Paul
13551
13552 2006-04-21 [colin]      2.1.1cvs21
13553
13554         * src/folderview.c
13555         * src/mainwindow.c
13556                 Fix occasional flicker in folderview
13557         * src/common/utils.c
13558                 Fix bug #943 (Incorrectly parsed email address 
13559                 list in short headers on message view and in 
13560                 printouts)
13561
13562 2006-04-20 [colin]      2.1.1cvs20
13563
13564         * src/imap.c
13565         * src/imap.h
13566         * src/prefs_account.c
13567                 Add ANONYMOUS auth for IMAP
13568
13569 2006-04-20 [paul]       2.1.1cvs19
13570
13571         * src/main.c
13572                 proper fix for 2.1.1cvs18
13573                 Thanks to Colin
13574
13575 2006-04-20 [paul]       2.1.1cvs18
13576
13577         * src/main.c
13578                 fix build warnings
13579
13580 2006-04-20 [paul]       2.1.1cvs17
13581
13582         * src/gtk/quicksearch.c
13583                 fix standard, non-extended Quick search,
13584                 was broken in 2.1.1cvs15.
13585                 Thanks to Colin.
13586
13587 2006-04-20 [colin]      2.1.1cvs16
13588
13589         * src/prefs_matcher.c
13590                 Fix values when reselecting a ~test
13591                 rule
13592
13593 2006-04-19 [colin]      2.1.1cvs15
13594
13595         * src/compose.c
13596         * src/compose.h
13597         * src/gtk/gtkaspell.c
13598         * src/gtk/gtkaspell.h
13599                 Put back Options menu in Spelling/
13600         * src/gtk/quicksearch.c
13601                 Don't search, and show error, if the
13602                 advanced search has a syntax error
13603
13604 2006-04-18 [colin]      2.1.1cvs14
13605
13606         * src/textview.c
13607                 Fix gdk warnings on set_cursor when textview
13608                 isn't visible
13609
13610 2006-04-18 [colin]      2.1.1cvs13
13611
13612         * src/gtk/gtksctree.c
13613                 Remove seemingly useless refresh that causes
13614                 flicker - watch this commit in case of 
13615                 problems before planned backport to stable
13616
13617 2006-04-18 [colin]      2.1.1cvs12
13618
13619         * src/imap.c
13620                 Factorize get/set_xml code
13621         * src/compose.c
13622         * src/prefs_account.c
13623         * src/prefs_account.h
13624         * src/procmsg.c
13625                 Add Encrypt to self option
13626
13627 2006-04-17 [colin]      2.1.1cvs11
13628
13629         * configure.ac
13630                 Fix search on encrpyt function on dragonfly
13631                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13632
13633 2006-04-17 [colin]      2.1.1cvs10
13634
13635         * src/prefs_account.c
13636                 Be safe by default: remove mails from POP3
13637                 after 7 days, not immediately
13638
13639 2006-04-17 [colin]      2.1.1cvs9
13640
13641         * src/etpan/imap-thread.c
13642                 Fix build on DragonFly - patch by 
13643                 Jonathan Buschmann <jonthn@agmact.com>
13644
13645 2006-04-17 [colin]      2.1.1cvs8
13646
13647         * src/imap.c
13648                 Save uidnext between sessions
13649
13650 2006-04-17 [colin]      2.1.1cvs7
13651
13652         * src/imap.c
13653                 scan is required when uid validity changes
13654
13655 2006-04-17 [colin]      2.1.1cvs6
13656
13657         * src/folderview.c
13658                 Don't scan if not necessary, apart in current
13659                 folder and INBOX to fetch flags.
13660         * src/imap.c
13661                 Scan is necessary if unread count changes
13662
13663 2006-04-17 [colin]      2.1.1cvs5
13664
13665         * src/imap.c
13666                 ...But always fetch ANSWERED and DELETED flags for
13667                 INBOX, as filtering can happen on these flags.
13668
13669 2006-04-17 [colin]      2.1.1cvs4
13670
13671         * src/imap.c
13672                 Don't fetch REPLIED and DELETED flags when synchronising
13673                 flags with a closed folder. We only need UNSEEN and FLAGGED
13674                 to update the folderview.
13675
13676 2006-04-17 [colin]      2.1.1cvs3
13677
13678         * src/imap.c
13679                 Faster flag search when there are new mails 
13680                 in a folder. We can do a full search if the 
13681                 folder contains less messages than the new
13682                 list.
13683
13684 2006-04-17 [colin]      2.1.1cvs2
13685
13686         * po/cs.po
13687         * po/de.po
13688         * po/fr.po
13689         * po/nl.po
13690         * po/pt_BR.po
13691                 Update translations from stable branch
13692
13693 2006-04-17 [colin]      2.1.1cvs1
13694
13695         * configure.ac
13696                 Bump version to follow stable release
13697
13698 2006-04-16 [mones]      2.1.0cvs50
13699
13700         * po/es.po
13701                 Updated for release
13702
13703 2006-04-16 [colin]      2.1.0cvs49
13704
13705         * src/textview.c
13706                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13707                 with gtk < 2.8. Thanks to Fabien Vantard.
13708
13709 2006-04-15 [colin]      2.1.0cvs48
13710
13711         * src/etpan/imap-thread.c
13712                 Fix bug #919 (libetpan: SEGV when connecting 
13713                 using command)
13714
13715 2006-04-14 [colin]      2.1.0cvs47
13716
13717         * src/main.c
13718                 Fix race on --select (should be done better)
13719
13720 2006-04-14 [wwp]        2.1.0cvs46
13721
13722         * src/send_message.c
13723                 enforce a check for domain in account prefs (a sending
13724                 error could be faced if domain was checked but no value set),
13725                 thanks to Colin.
13726
13727 2006-04-14 [colin]      2.1.0cvs45
13728
13729         * src/codeconv.c
13730                 when converting from unknown to unknown, if the
13731                 string is UTF8, don't convert it to the locale
13732                 (which breaks it)
13733
13734 2006-04-14 [colin]      2.1.0cvs44
13735
13736         * src/compose.c
13737                 Don't try to use ASCII for converting headers
13738                 (as done in body)
13739
13740 2006-04-14 [paul]       2.1.0cvs43
13741
13742         * src/crash.c
13743                 add locale/charset info to crash report
13744         * src/gtk/about.c
13745                 add wwp to doc team
13746                 replace 'e-mail' with preferred 'email'
13747         * src/gtk/authors.h
13748                 ensure contributors list is in alphabetical
13749                 order
13750
13751 2006-04-13 [colin]      2.1.0cvs42
13752
13753         * src/textview.c
13754                 Prevent gdk warnings
13755
13756 2006-04-13 [colin]      2.1.0cvs41
13757
13758         * src/common/ssl_certificate.c
13759         * src/common/ssl_certificate.h
13760         * src/gtk/sslcertwindow.c
13761                 Warn on expired certs, and display the expiration date
13762
13763 2006-04-13 [colin]      2.1.0cvs40
13764
13765         * src/plugins/spamassassin/spamassassin_gtk.c
13766                 Fix missing set_text on unix socket
13767
13768 2006-04-13 [wwp]        2.1.0cvs39
13769
13770         * manual/fr/advanced.xml
13771         * manual/fr/glossary.xml
13772                 applied new spam/ham/email lexicon (pourriel, courriel)
13773
13774 2006-04-13 [paul]       2.1.0cvs38
13775
13776         * src/plugins/pgpmime/plugin.c
13777                 remove the mention of S/MIME from the
13778                 description. This is now handled by the
13779                 S/MIME plugin.
13780
13781 2006-04-13 [paul]       2.1.0cvs37
13782
13783         * src/prefs_msg_colors.c
13784                 rework dialog
13785         * src/prefs_folder_item.c
13786         * src/prefs_spelling.c
13787                 add a tooltip to the colour selector buttons
13788
13789 2006-04-13 [wwp]        2.1.0cvs36
13790
13791         * manual/advanced.xml
13792         * manual/glossary.xml
13793         * manual/handling.xml
13794         * manual/keyboard.xml
13795         * manual/plugins.xml
13796         * manual/starting.xml
13797         * manual/fr/account.xml
13798         * manual/fr/ack.xml
13799         * manual/fr/addrbook.xml
13800         * manual/fr/advanced.xml
13801         * manual/fr/faq.xml
13802         * manual/fr/glossary.xml
13803         * manual/fr/gpl.xml
13804         * manual/fr/handling.xml
13805         * manual/fr/intro.xml
13806         * manual/fr/keyboard.xml
13807         * manual/fr/plugins.xml
13808         * manual/fr/starting.xml
13809         * manual/fr/sylpheed-claws-manual.xml
13810                 fixes to the manuals:
13811                  - summaryview -> Message List (same in French)
13812                  - translate key names
13813                  - fix French punctuation, use non-breakable spaces when
13814                    necessary, don't use &thinsp; which is not portable
13815                  - tell what maildir and mbox formats we support
13816
13817 2006-04-12 [wwp]        2.1.0cvs35
13818
13819         * src/prefs_toolbar.c
13820                 unified a replace button more,
13821                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13822
13823 2006-04-12 [wwp]        2.1.0cvs34
13824
13825         * src/prefs_common.c
13826         * src/prefs_msg_colors.c
13827                 make default color labels translatable,
13828                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13829                 thanks to Tim <timbrain@post.cz> for reporting.
13830
13831 2006-04-12 [wwp]        2.1.0cvs33
13832
13833         * manual/glossary.xml
13834         * manual/intro.xml
13835         * manual/plugins.xml
13836         * manual/starting.xml
13837         * manual/sylpheed-claws-manual.xml
13838         * manual/fr/.cvsignore
13839         * manual/fr/account.xml
13840         * manual/fr/ack.xml
13841         * manual/fr/addrbook.xml
13842         * manual/fr/advanced.xml
13843         * manual/fr/faq.xml
13844         * manual/fr/glossary.xml
13845         * manual/fr/handling.xml
13846         * manual/fr/intro.xml
13847         * manual/fr/keyboard.xml
13848         * manual/fr/plugins.xml
13849         * manual/fr/starting.xml
13850         * manual/fr/sylpheed-claws-manual.xml
13851                 various fixes: typos, missing .fr translations, punctuation,
13852                 capitalization, links, accents and some bad French more.
13853
13854 2006-04-12 [wwp]        2.1.0cvs32
13855
13856         * src/prefs_gtk.c
13857                 fix for bug #935: always store prefs files in UTF-8 (thanks
13858                 to Colin).
13859
13860 2006-04-11 [colin]      2.1.0cvs31
13861
13862         * src/compose.c
13863                 Fix inserting files not in utf8 when locale is utf8
13864
13865 2006-04-11 [colin]      2.1.0cvs30
13866
13867         * src/inc.c
13868                 Don't show error dialog when cancelling connection
13869                 Patch by Pawel
13870
13871 2006-04-11 [cleroy]     2.1.0cvs29
13872
13873         * src/compose.c
13874                 Implement multiple quote levels
13875         * src/prefs_common.c
13876                 Change a little bit the quote bgcolor for 2nd level
13877
13878 2006-04-11 [colin]      2.1.0cvs28
13879
13880         * src/gtk/about.c
13881                 Add locale and charset in the label
13882
13883 2006-04-10 [colin]      2.1.0cvs27
13884
13885         * src/compose.c
13886         * src/prefs_common.c
13887         * src/prefs_common.h
13888         * src/prefs_msg_colors.c
13889         * src/textview.c
13890                 Allow optional background color in quotes
13891                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13892                 GTK+-2.8.x feature
13893
13894 2006-04-10 [colin]      2.1.0cvs26
13895
13896         * src/main.c
13897         * src/mainwindow.c
13898         * src/mainwindow.h
13899                 Implement --select
13900
13901 2006-04-10 [colin]      2.1.0cvs25
13902
13903         * manual/plugins.xml
13904         * manual/fr/plugins.xml
13905                 Document libcurl's proxy variables
13906
13907 2006-04-09 [colin]      2.1.0cvs24
13908
13909         * src/prefs_common.c
13910                 gettext() returns statically allocated stuff. We have
13911                 to strdup it in order to be able to free it.
13912
13913 2006-04-09 [colin]      2.1.0cvs23
13914
13915         * AUTHORS
13916         * src/gtk/authors.h
13917                 Add Alexei
13918
13919 2006-04-09 [colin]      2.1.0cvs22
13920
13921         * src/mainwindow.c
13922         * src/gtk/quicksearch.c
13923                 Fix bug #859 (problems with cyrilic input in 
13924                 search panel) - Patch by Alexey Illarionov 
13925                 <littlesavage@rambler.ru>
13926
13927 2006-04-09 [colin]      2.1.0cvs21
13928
13929         * src/prefs_customheader.c
13930                 I prefer removing then freeing rather than the contrary
13931                 (even if it doesn't change anything ;-)
13932         * src/prefs_account.c
13933                 Fix bug #933 (Crash re-entering the custom headers list 
13934                 dialog in accounts prefs)
13935                 The problem happened when cancelling the Account 
13936                 Preferences' dialogs - in which case we didn't do 
13937                 anything to the PrefsAccount * struct. In case of applying,
13938                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13939                 working with in this dialog. The problem is that 
13940                 prefs_customheader.c, working on this tmp_ac_prefs, always
13941                 changes the ->customhdr_list pointer, even when cancelled. 
13942                 So in case of cancelling the prefs_account dialog, we still
13943                 have to update ->customhdr_list in the real account.
13944
13945 2006-04-08 [colin]      2.1.0cvs20
13946
13947         * manual/fr/glossary.xml
13948         * manual/fr/keyboard.xml
13949                 Forgot some headers :)
13950
13951 2006-04-08 [colin]      2.1.0cvs19
13952
13953         * manual/Makefile.am
13954         * manual/fr/Makefile.am
13955         * manual/fr/account.xml
13956         * manual/fr/ack.xml
13957         * manual/fr/addrbook.xml
13958         * manual/fr/advanced.xml
13959         * manual/fr/faq.xml
13960         * manual/fr/glossary.xml
13961         * manual/fr/gpl.xml
13962         * manual/fr/handling.xml
13963         * manual/fr/intro.xml
13964         * manual/fr/keyboard.xml
13965         * manual/fr/plugins.xml
13966         * manual/fr/starting.xml
13967         * manual/fr/sylpheed-claws-manual.xml
13968         * manual/fr/dist/.cvsignore
13969         * manual/fr/dist/Makefile.am
13970         * manual/fr/dist/html/.cvsignore
13971         * manual/fr/dist/html/Makefile.am
13972         * manual/fr/dist/pdf/.cvsignore
13973         * manual/fr/dist/pdf/Makefile.am
13974         * manual/fr/dist/ps/.cvsignore
13975         * manual/fr/dist/ps/Makefile.am
13976         * manual/fr/dist/txt/.cvsignore
13977         * manual/fr/dist/txt/Makefile.am
13978                 Add the french translation of the manual. Thanks to
13979                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13980                 account.xml, ack.xml, addrbook.xml and advanced.xml
13981
13982 2006-04-08 [colin]      2.1.0cvs18
13983
13984         * manual/plugins.xml
13985         * manual/starting.xml
13986                 More fixes
13987
13988 2006-04-07 [colin]      2.1.0cvs17
13989
13990         * manual/faq.xml
13991         * manual/intro.xml
13992         * manual/keyboard.xml
13993                 Little fixes
13994
13995 2006-04-07 [colin]      2.1.0cvs16
13996
13997         * README
13998         * src/compose.c
13999         * src/prefs_common.c
14000         * src/prefs_common.h
14001                 Add hidden compose_no_markup pref
14002
14003 2006-04-07 [wwp]        2.1.0cvs15
14004
14005         * src/summary_search.c
14006         * .cvsignore
14007                 Bugfix: stop button was sticky when searching in an empty folder.
14008                 Applied curly brackets code style to the whole file (summary_search.c).
14009                 More files to ignore.
14010
14011 2006-04-07 [wwp]        2.1.0cvs14
14012
14013         * src/message_search.c
14014         * src/summary_search.c
14015                 changed default button when search bumps at file/folder
14016                 beginning or end, for convenience (thanks to Colin).
14017
14018 2006-04-07 [paul]       2.1.0cvs13
14019
14020         * src/plugins/dillo_viewer/dillo_prefs.c
14021                 avoid future potential for namespace collision
14022                 Patch by Colin
14023
14024 2006-04-06 [wwp]        2.1.0cvs12
14025
14026         * src/summary_search.c
14027                 Unify extended/advanced searches names (and thus factorize labels),
14028                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14029
14030 2006-04-06 [wwp]        2.1.0cvs11
14031
14032         * src/folderview.c
14033         * src/prefs_themes.c
14034         * src/summaryview.c
14035                 Fixed some compilation warnings.
14036
14037 2006-04-06 [colin]      2.1.0cvs10
14038
14039         * manual/advanced.xml
14040                 Document the wizard template and how to deploy
14041                 Sylpheed-Claws effectively
14042
14043 2006-04-06 [colin]      2.1.0cvs9
14044
14045         * src/folderview.c
14046                 gettext patch to tell translators about _("#"),
14047                 by Maxim Britov
14048
14049 2006-04-06 [colin]      2.1.0cvs8
14050
14051         * src/textview.c
14052                 Fix invalid GtkTextBIter after clicking "Display as text"
14053
14054 2006-04-06 [mones]      2.1.0cvs7
14055
14056         * src/addr_compl.c
14057         * src/addrindex.c
14058         * src/addritem.c
14059         * src/codeconv.c
14060         * src/compose.c
14061         * src/filtering.c
14062         * src/folder.c
14063         * src/folder_item_prefs.c
14064         * src/folderview.c
14065         * src/localfolder.c
14066         * src/matcher.c
14067         * src/mimeview.c
14068         * src/prefs_msg_colors.c
14069         * src/prefs_spelling.c
14070         * src/prefs_themes.c
14071         * src/procmime.c
14072         * src/procmsg.c
14073         * src/stock_pixmap.c
14074         * src/summaryview.c
14075         * src/textview.c
14076         * src/toolbar.c
14077         * src/common/mgutils.c
14078         * src/common/prefs.c
14079         * src/common/ssl_certificate.c
14080         * src/gtk/colorlabel.c
14081         * src/gtk/quicksearch.c
14082         * src/plugins/pgpmime/pgpmime.c
14083         * src/plugins/spamassassin/spamassassin.c
14084                 Removed redundant NULL checks for g_free() calls.
14085                 Patch by Pawel Pekala.
14086
14087 2006-04-06 [mones]      2.1.0cvs6
14088
14089         * src/prefs_actions.c
14090         * src/prefs_filtering.c
14091         * src/prefs_filtering_action.c
14092         * src/prefs_matcher.c
14093         * src/prefs_template.c
14094         * src/gtk/gtkutils.c
14095         * src/gtk/gtkutils.h
14096                 Have a nice replace button. Patch by Pawel Pekala
14097
14098 2006-04-06 [colin]      2.1.0cvs5
14099
14100         * src/addressbook.c
14101                 Fix crash with empty columns
14102
14103 2006-04-05 [colin]      2.1.0cvs4
14104
14105         * src/wizard.c
14106         * src/prefs_gtk.c
14107                 Allow wizard customization with pre-filled values
14108
14109 2006-04-05 [colin]      2.1.0cvs3
14110
14111         * src/textview.c
14112         * src/mimeview.c
14113         * src/mimeview.h
14114                 Nicer messages in mimeview
14115
14116 2006-04-05 [colin]      2.1.0cvs2
14117
14118         * src/addressbook.c
14119         * src/prefs_summaries.c
14120                 i18n fix
14121
14122 2006-04-05 [colin]      2.1.0cvs1
14123
14124         * src/plugins/pgpcore/plugin.c
14125         * src/plugins/pgpcore/select-keys.c
14126         * src/plugins/pgpcore/select-keys.h
14127         * src/plugins/pgpcore/sgpgme.c
14128         * src/plugins/pgpcore/sgpgme.h
14129         * src/plugins/pgpinline/pgpinline.c
14130         * src/plugins/pgpinline/plugin.c
14131         * src/plugins/pgpmime/pgpmime.c
14132         * src/plugins/pgpmime/plugin.c
14133                 Factorize and generalize a bit 
14134                 Drop S/MIME signature verification from PGP/MIME
14135                 (adding it as another, more complete plugin)
14136
14137 2006-04-05 [paul]       2.1.0
14138
14139         2.1.0 released
14140
14141 2006-04-05 [paul]       2.0.0cvs186
14142
14143         * manual/advanced.xml
14144                 add info on colour labels
14145
14146 2006-04-05 [paul]       2.0.0cvs185
14147
14148         * po/bg.po
14149         * po/cs.po
14150         * po/de.po
14151         * po/el.po
14152         * po/en_GB.po
14153         * po/fi.po
14154         * po/fr.po
14155         * po/it.po
14156         * po/nl.po
14157         * po/pl.po
14158         * po/pt_BR.po
14159         * po/sr.po
14160         * po/zh_CN.po
14161                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14162                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14163                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14164                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14165         * src/gtk/authors.h
14166         * tools/claws.i18n.status.pl
14167                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14168                 and new Czech translator, Tim <timbrain@post.cz>
14169
14170 2006-04-05 [mones]      2.0.0cvs184
14171
14172         * po/es.po
14173                 Updated translation
14174
14175 2006-04-05 [colin]      2.0.0cvs183
14176
14177         * src/gtk/quicksearch.c
14178                 Fix bug #929 (unnecessary reload in quick search bar)
14179
14180 2006-04-05 [colin]      2.0.0cvs182
14181
14182         * src/compose.c
14183                 Fix crash on Reply with no From:
14184                 Show signature and conversion error on queuing 
14185                 (but not sending)
14186         * src/mainwindow.c
14187         * src/summaryview.c
14188         * src/summaryview.h
14189                 Factorize threading code and make sure msginfo 
14190                 is not null when it comes from a GtkCTreeRow's 
14191                 data
14192         * src/gtk/gtkaspell.c
14193                 Check for necessary things
14194         * src/gtk/gtksctree.c
14195         * src/gtk/gtksctree.h
14196                 Reset anchor if necessary when removing node
14197
14198 2006-03-29 [colin]      2.0.0cvs181
14199
14200         * src/folderview.c
14201                 Warn for disabled IMAP accounts (due to lack of
14202                 libetpan). Breaks string-freeze - sorry - but it
14203                 is kind of important ;)
14204
14205 2006-03-28 [colin]      2.0.0cvs180
14206
14207         * src/gtk/gtkutils.c
14208         * src/gtk/gtkutils.h
14209                 Add a gtkut_get_link_btn() function that
14210                 creates a button which acts like an URI
14211         * src/prefs_themes.c
14212         * src/gtk/about.c
14213                 Use this function (factorizes codes)
14214         * src/common/defs.h
14215         * src/gtk/pluginwindow.c
14216                 Add a "Get more..." in the plugins window
14217
14218 2006-03-28 [colin]      2.0.0cvs179
14219
14220         * src/common/smtp.c
14221         * src/common/passcrypt.c
14222         * src/undo.c
14223                 Warning fixes. Patch by Pawel Pekala
14224
14225 2006-03-27 [colin]      2.0.0cvs178
14226
14227         * src/undo.c
14228                 Fix undoing by blocks with spaces
14229
14230 2006-03-27 [colin]      2.0.0cvs177
14231
14232         * src/textview.c
14233                 Set margin to 3px for headers
14234
14235 2006-03-27 [paul]
14236
14237         2.1.0-rc2 released
14238
14239 2006-03-27 [wwp]        2.0.0cvs176
14240
14241         * src/summaryview.c
14242                 don't reset quicksearch when updating the message list.
14243                 Thanks to Colin.
14244
14245 2006-03-26 [wwp]        2.0.0cvs175
14246
14247         * src/compose.c
14248                 use a unified border width ('other' tab in the compose window,
14249                 patch by Pawel Pekala).
14250
14251
14252 2006-03-26 [wwp]        2.0.0cvs174
14253
14254         * src/common/quoted-printable.c
14255         * src/addressbook.c
14256                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14257
14258 2006-03-26 [colin]      2.0.0cvs173
14259
14260         * src/quote_fmt_parse.y
14261                 Fix non-UTF8 date formats messing up the whole quote a 
14262                 little bit
14263
14264 2006-03-26 [colin]      2.0.0cvs172
14265
14266         * src/procheader.c
14267                 Make sure the date is UTF8 valid, or try to make it
14268                 so. IncrediMail is really IncrediStupid.
14269         * src/compose.c
14270                 Fix possible conversions. 
14271                 
14272
14273 2006-03-26 [colin]      2.0.0cvs171
14274
14275         * src/matcher.c
14276                 Fix corner cases in body search. This is still a
14277                 hack... It seems impossible to make it good and 
14278                 reasonably fast at the same time.
14279
14280 2006-03-26 [colin]      2.0.0cvs170
14281
14282         * src/summaryview.c
14283                 I think I killed the twilight zone bug!
14284                 summary_select_node() flushes GTK events in order
14285                 to be able to center the view. But this also 
14286                 flushes keypresses like Ctrl-Alt-U, so this can
14287                 call summary_show from summary_select_node (itself
14288                 called from summary_show, etc.). And the summaryview
14289                 has to be unlocked in this function. So just locking
14290                 while processing GTK events, and bailing if locked, 
14291                 should fix it.
14292                 Fixes bug #927 (SIGSEGV during Update Summary)
14293
14294 2006-03-25 [colin]      2.0.0cvs169
14295
14296         * src/matcher.c
14297                 Fix search in QP-encoded bodies
14298                 Fix utf-8 searches in bodies encoded in the
14299                 locale's encoding
14300         * src/common/quoted-printable.c
14301         * src/common/quoted-printable.h
14302                 Add a decode function that doesn't overwrite
14303                 the original pointer
14304                 
14305
14306 2006-03-24 [colin]      2.0.0cvs168
14307
14308         * src/action.c
14309         * src/summaryview.c
14310         * src/summaryview.h
14311                 Update message cache after action
14312                 Patch by H. Merijn Brand
14313         * src/prefs_msg_colors.c
14314                 Factorize label 
14315                 Patch by Fabien Vantard
14316         * src/plugins/spamassassin/spamassassin_gtk.c
14317                 Remove useless translation
14318                 Patch by Fabien Vantard
14319
14320 2006-03-23 [colin]      2.0.0cvs167
14321
14322         * src/common/ssl.c
14323                 Let 30 seconds to SSL_connect
14324
14325 2006-03-23 [wwp]        2.0.0cvs166
14326
14327         * src/summaryview.c
14328         * src/gtk/description_window.c
14329                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14330                 and headers are translated; adjust description windows' width to fit their
14331                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14332
14333 2006-03-23 [paul]       2.0.0cvs165
14334
14335         * src/common/utils.c
14336                 fix highlighting of URIs containing "()"
14337                 (2.0.0cvs164's reversal fixed)
14338                 Thanks to Colin.
14339
14340 2006-03-23 [paul]       2.0.0cvs164
14341
14342         * src/common/utils.c
14343                 revert patch, (postponing a fix), at 2.0.0cvs120
14344                 as it breaks more URIs than it fixes.
14345                 Allow '-' to be a terminating character in a URI
14346
14347 2006-03-22 [colin]      2.0.0cvs163
14348
14349         * configure.ac
14350                 Require libetpan 0.45
14351                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14352
14353 2006-03-22 [paul]       2.0.0cvs162
14354
14355         * src/editgroup.c
14356                 replace '<-' and '->' buttons with GTK_STOCK graphical
14357                 buttons
14358         * src/summary_search.c
14359                 don't offer '...' for translation
14360                 add a tooltip to advanced search '...' button
14361         * src/gtk/quicksearch.c
14362                 don't offer '...' for translation
14363
14364 2006-03-21 [colin]      2.0.0cvs161
14365
14366         * src/compose.c
14367                 Fix middle-click pasting (insert at click
14368                 position instead of cursor position, don't
14369                 remove existing selection and allow pasting
14370                 our own selection)
14371         * src/addressbook.c
14372                 "LDAP Server" -> "LDAP servers"
14373
14374 2006-03-21 [wwp]        2.0.0cvs160
14375
14376         * src/etpan/imap-thread.c
14377                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14378
14379 2006-03-20 [colin]      2.0.0cvs159
14380
14381         * src/summaryview.c
14382                 Don't reload summaryview after an execute with no
14383                 move action
14384
14385 2006-03-19 [colin]      2.0.0cvs158
14386
14387         * src/addressbook.c
14388                 and put groups at the top, always
14389
14390 2006-03-19 [colin]      2.0.0cvs157
14391
14392         * src/addressbook.c
14393                 Order groups before names, as previously
14394
14395 2006-03-19 [colin]      2.0.0cvs156
14396
14397         * src/addressbook.c
14398                 - Sort case-unsensitive
14399                 - Put the sort arrow at opening too
14400
14401 2006-03-19 [wwp]        2.0.0cvs155
14402
14403         * src/addressbook.c
14404                 allow sorting by name/email/remarks, ensure that right-pane's contents
14405                 matches the left-pane selection (cleared when appropriate).
14406                 Patch by Pawel Pekala <c0rn@o2.pl>.
14407
14408 2006-03-18 [colin]      2.0.0cvs154
14409
14410         * src/textview.c
14411                 Fix text cursor ;)
14412
14413 2006-03-18 [colin]      2.0.0cvs153
14414
14415         * src/gtk/filesel.c
14416                 Make sure we hide the preview if we didn't get
14417                 a filename
14418
14419 2006-03-18 [colin]      2.0.0cvs152
14420
14421         * src/summaryview.c
14422                 Set cursor to watch for execution (fixes lack
14423                 of watch-cursor when dnd'ing hundreds of mails)
14424         * src/gtk/filesel.c
14425                 Check that mime type is 'image/*' before updating
14426                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14427
14428 2006-03-18 [colin]      2.0.0cvs151
14429
14430         * src/mainwindow.c
14431         * src/textview.c
14432         * src/textview.h
14433                 Put a watch cursor in textview too when the mainwindow's
14434                 cursor in a watch
14435
14436 2006-03-18 [colin]      2.0.0cvs150
14437
14438         * src/folder.c
14439                 Change wrong asserts to simple tests
14440
14441 2006-03-17 [colin]      2.0.0cvs149
14442
14443         * src/mainwindow.c
14444         * src/mainwindow.h
14445         * src/prefs_msg_colors.c
14446         * src/summaryview.c
14447         * src/summaryview.h
14448         * src/gtk/colorlabel.c
14449         * src/gtk/colorlabel.h
14450                 Add a color label menu in the main menubar
14451                 Add (fixed) accels Ctrl-{0-7} to change the color
14452                 They have to be fixed because the menu's dynamic,
14453                 the items are complex widgets, hence we can't use
14454                 a GtkItemFactory.
14455
14456
14457 2006-03-17 [wwp]        2.0.0cvs148
14458
14459         * src/compose.c
14460                 rollback few lines from my previous commit (those lines come from
14461                 a pending patch, accidentally commited, even if neutral as they are
14462                 commented out).
14463
14464 2006-03-17 [wwp]        2.0.0cvs147
14465
14466         * src/compose.c
14467                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14468                 applied code style/indentation to the modified function.
14469
14470 2006-03-17 [wwp]        2.0.0cvs146
14471
14472         * src/procmsg.c
14473         * src/compose.c
14474                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14475
14476 2006-03-17 [paul]
14477
14478         2.1.0-rc1 released
14479
14480 2006-03-17 [paul]       2.0.0cvs145
14481
14482         * src/main.c
14483                 addressbook_read_file() was called twice
14484         * src/textview.c
14485                 X-Mailer highlighting
14486
14487 2006-03-16 [colin]      2.0.0cvs144
14488
14489         * src/sourcewindow.c
14490         * src/sourcewindow.h
14491                 And the last one, in source window.
14492
14493 2006-03-16 [colin]      2.0.0cvs143
14494
14495         * src/compose.c
14496         * src/compose.h
14497                 Fix the same stuff in compose
14498
14499 2006-03-16 [colin]      2.0.0cvs142
14500
14501         * src/messageview.c
14502                 Complete the previous messageview crash fix
14503
14504 2006-03-16 [colin]      2.0.0cvs141
14505
14506         * src/procmsg.h
14507         * src/procmsg.c
14508         * src/folder.c
14509                 Fix POSTPROCESSING hook
14510                 Patch by H. Merijn Brand
14511
14512         * src/procmime.c
14513         * src/procmime.h
14514                 Parse Content-Location
14515
14516         * src/toolbar.c
14517         * src/messageview.c
14518         * src/messageview.h
14519                 Don't crash when a top-level MessageView has
14520                 been closed on us. Same problematic than
14521                 yesterday's quicksearch issue.
14522
14523 2006-03-15 [colin]      2.0.0cvs140
14524
14525         * src/gtk/quicksearch.c
14526                 Fix a bitchy race we didn't think about when we
14527                 added quicksearch cancellation:
14528                 If the search is not on cached fields, for example
14529                 body_part matchcase "stuff"
14530                 the matcher code has to get the whole message. If
14531                 we're on IMAP, that can be slow, and in order to
14532                 be non-blocking, the IMAP code idle loop processes
14533                 gtk events too. So it is possible to cancel a
14534                 quicksearch while the matcher is getting the mail's
14535                 body. After matcher got its body, it will start to
14536                 iterate over the matcher list that the Quicksearch's
14537                 clear_search_cb() just freed via prepare_matcher().
14538                 SIGSEGV ensues.
14539                 The fix consists of guarding the matcherlist_match()
14540                 call with a boolean 'matching'. If we reset the
14541                 quicksearch while matching is TRUE, we don't free
14542                 the matcherlist anymore like we did, but we set
14543                 another new flag, deferred_free, to TRUE. Then,
14544                 in quicksearch_match(), just after returning from
14545                 matcherlist_match() and unsetting the matching flag,
14546                 we check the deferred_free flag and do the
14547                 prepare_matcher() (which does the matcherlist_free)
14548                 for real, so we free the matcherlist once it's not
14549                 used anymore.
14550                 As all of this runs via the glib main loop, we
14551                 luckily don't need a mutex.
14552         * src/summaryview.c
14553                 Also, show progress while searching.
14554
14555
14556 2006-03-14 [colin]      2.0.0cvs139
14557
14558         * src/alertpanel.c
14559                 Make alertpanel_is_open non-static
14560
14561 2006-03-14 [colin]      2.0.0cvs138
14562
14563         * src/prefs_spelling.c
14564                 Cleanups - Fabien Vantard
14565
14566 2006-03-14 [wwp]        2.0.0cvs137
14567
14568         * src/main.c
14569                 code style normalization (curly braces, indentation).
14570
14571 2006-03-14 [wwp]        2.0.0cvs137
14572
14573         * src/main.c
14574                 code style (braces, indentation)
14575
14576 2006-03-12 [paul]       2.0.0cvs136
14577
14578         * src/prefs_common.c
14579                 trans_hdr defaults to FALSE to be RFC-savvy
14580         * src/prefs_summaries.c
14581                 add a tooltip to the trans_hdr option
14582                 
14583
14584 2006-03-12 [paul]       2.0.0cvs135
14585
14586         * src/prefs_matcher.c
14587                 give a little more width to the combos
14588         * src/prefs_display_header.c
14589         * src/textview.c
14590                 translate headers if prefs_common.trans_hdr
14591                 is TRUE
14592
14593         Patches by Pawel Pekala
14594
14595 2006-03-12 [paul]       2.0.0cvs134
14596
14597         * src/plugins/clamav/clamav_plugin.c
14598         * src/plugins/dillo_viewer/dillo_viewer.c
14599         * src/plugins/pgpcore/plugin.c
14600         * src/plugins/pgpinline/plugin.c
14601         * src/plugins/pgpmime/plugin.c
14602         * src/plugins/spamassassin/spamassassin.c
14603                 update/add to descriptions
14604         * src/plugins/spamassassin/spamassassin_gtk.c
14605                 fixes to the english, remove superfluous
14606                 tooltips, clean up a little
14607
14608 2006-03-12 [paul]       2.0.0cvs133
14609
14610         * src/compose.c
14611                 fix Bug 924, 'Account combo box shows up wrong 
14612                 if & is in account name'
14613
14614 2006-03-11 [colin]      2.0.0cvs132
14615
14616         * src/summaryview.c
14617                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14618                 messed up shift-selection because is slows down
14619                 moving around summaryview. thanks -users
14620
14621 2006-03-10 [colin]      2.0.0cvs131
14622
14623         * src/plugins/spamassassin/spamassassin_gtk.c
14624                 Put back Paul's engrish fixes
14625
14626 2006-03-10 [colin]      2.0.0cvs130
14627
14628         * src/plugins/spamassassin/spamassassin.c
14629         * src/plugins/spamassassin/spamassassin.h
14630         * src/plugins/spamassassin/spamassassin_gtk.c
14631                 Cleanup SA prefs page (more)
14632                 Patch by Fabien Vantard
14633
14634 2006-03-10 [paul]       2.0.0cvs129
14635
14636         * src/prefs_msg_colors.c
14637         * src/prefs_spelling.c
14638                 widget sensitivity
14639
14640 2006-03-09 [mones]      2.0.0cvs128
14641
14642         * po/es.po
14643                 Update for next RC
14644
14645 2006-03-09 [wwp]        2.0.0cvs127
14646
14647         * configure.ac
14648                 revert accidental commit (requirement for libetpan 0.43), this time
14649                 not in HEAD.
14650
14651 2006-03-09 [wwp]        2.0.0cvs125
14652
14653         * configure.ac
14654                 revert accidental commit (requirement for libetpan 0.43)
14655
14656 2006-03-09 [paul]       2.0.0cvs126
14657
14658         * src/prefs_receive.c
14659                 remove useless frame
14660                 replace 'incorporation' with 'receiving'
14661         * src/plugins/clamav/clamav_plugin_gtk.c
14662         * src/plugins/spamassassin/spamassassin_gtk.c
14663                 improve widget sensitivity
14664                 fix a bit his engrish
14665
14666 2006-03-09 [wwp]        2.0.0cvs125
14667
14668         * src/addressadd.c
14669         * src/foldersel.c
14670         * src/prefs_common.c
14671         * src/prefs_common.h
14672                 remember some more windows' sizes (add to addressbook and
14673                 select folder).
14674
14675 2006-03-09 [paul]       2.0.0cvs124
14676
14677         * src/plugins/pgpcore/prefs_gpg.c
14678                 normalise construction of dialogue
14679
14680 2006-03-09 [paul]       2.0.0cvs123
14681
14682         * src/plugins/trayicon/Makefile.am
14683                 add missing slash
14684
14685 2006-03-08 [colin]      2.0.0cvs122
14686
14687         * src/plugins/trayicon/Makefile.am
14688                 Fix build in separate dir 
14689                 Patch by Bamanzi <bamanzi@gmail.com>
14690
14691 2006-03-08 [colin]      2.0.0cvs121
14692
14693         * src/procmsg.c
14694                 Batch move and copies from summaryview with delayed execution
14695                 too
14696
14697 2006-03-07 [paul]       2.0.0cvs120
14698
14699         * src/common/utils.c
14700                 fix highlighting of URIs containing "()"
14701                 Patch by Pawel Pekala
14702
14703 2006-03-07 [paul]       2.0.0cvs119
14704
14705         * src/folder.c
14706         * src/folder.h
14707         * src/folderview.c
14708                 immediately do alphabetical resort when
14709                 changing a folder's name
14710                 Patch by Pawel Pekala
14711
14712 2006-03-07 [paul]       2.0.0cvs118
14713
14714         * src/news.c
14715         * src/news_gtk.c
14716                 when unsubscribing a newsgroup, remove the
14717                 folder and msgs in .sylpheed-claws/newscache
14718                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14719
14720 2006-03-07 [paul]       2.0.0cvs117
14721
14722         * src/textview.c
14723                 fix wrong Fake URL Warning
14724                 Thanks to Hiro
14725
14726 2006-03-07 [colin]      2.0.0cvs116
14727
14728         * src/imap.c
14729                 Return immediately when password dialog was
14730                 cancelled
14731         * src/gtk/inputdialog.c
14732                 Allow empty strings for passwords
14733
14734
14735 2006-03-06 [colin]      2.0.0cvs115
14736
14737         * src/imap.c
14738                 Prevent double-timeouts when connection fails
14739
14740 2006-03-06 [colin]
14741
14742         2.0.1-rc1 released
14743
14744 2006-03-06 [colin]      2.0.0cvs114
14745
14746         * src/imap.c
14747                 Refresh session during potentially long
14748                 operations
14749
14750 2006-03-06 [wwp]        2.0.0cvs113
14751
14752         * src/prefs_msg_colors.h
14753                 forgot that one (custom color labels).
14754
14755 2006-03-06 [wwp]        2.0.0cvs112
14756
14757         * src/prefs_common.c
14758         * src/prefs_common.h
14759         * src/prefs_msg_colors.c
14760         * src/summaryview.c
14761         * src/summaryview.h
14762         * src/gtk/colorlabel.c
14763         * src/gtk/colorlabel.h
14764                 colors in messages list are now customizable. Color values and names can
14765                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14766                 Thanks to Paul and Colin for their help with this longstanding patch!
14767
14768 2006-03-06 [wwp]        2.0.0cvs111
14769
14770         * src/textview.c
14771                 don't crash if (x)face is bad.
14772
14773 2006-03-05 [paul]       2.0.0cvs110
14774
14775         * AUTHORS
14776         * configure.ac
14777         * src/Makefile.am
14778         * src/common/Makefile.am
14779         * src/common/utils.h
14780         * src/etpan/imap-thread.c
14781         * src/gtk/authors.h
14782         * src/plugins/clamav/Makefile.am
14783         * src/plugins/demo/Makefile.am
14784         * src/plugins/dillo_viewer/Makefile.am
14785         * src/plugins/pgpcore/Makefile.am
14786         * src/plugins/pgpcore/passphrase.c
14787         * src/plugins/pgpinline/Makefile.am
14788         * src/plugins/pgpmime/Makefile.am
14789         * src/plugins/spamassassin/Makefile.am
14790         * src/plugins/trayicon/Makefile.am
14791                 fix builiding on cygwin
14792                 Patch by Ralgh Young <bamanzi@gmail.com>
14793
14794 2006-03-04 [wwp]        2.0.0cvs109
14795
14796         * manual/keyboard.xml
14797                 fix mixed up/down keys.
14798
14799 2006-03-04 [wwp]        2.0.0cvs108
14800
14801         * README
14802         * INSTALL
14803                 updated links to SpamAssassin.
14804
14805 2006-03-04 [wwp]        2.0.0cvs107
14806
14807         * manual/plugins.xml
14808         * src/plugins/spamassassin/README
14809                 updated SpamAssassin plugin docs to reflect new functional additions
14810                 (also fix/update/documents few technical stuff more, see the README).
14811
14812 2006-03-04 [wwp]        2.0.0cvs106
14813
14814         * src/prefs_message.c
14815                 normalized capitalization of message-prefs paths.
14816
14817 2006-03-04 [wwp]        2.0.0cvs105
14818
14819         * manual/advanced.xml
14820                 typo.
14821
14822 2006-03-03 [colin]      2.0.0cvs104
14823
14824         * src/plugins/clamav/clamav_plugin_gtk.c
14825                 Rework prefs page, patch by Fabien 
14826
14827 2006-03-03 [colin]      2.0.0cvs103
14828
14829         * src/plugins/clamav/clamav_plugin.c
14830                 Set error on all errors
14831
14832 2006-03-03 [colin]      2.0.0cvs102
14833
14834         * src/common/plugin.c
14835                 Initialize error to avoid crashing when a plugin fails
14836                 without setting error
14837
14838 2006-03-02 [wwp]        2.0.0cvs101
14839
14840         * configure.ac
14841                 fixed linker flags for libetpan support on Cygwin
14842                 (thanks to H.Merijn Brand).
14843
14844 2006-03-02 [wwp]        2.0.0cvs100
14845
14846         * src/addressbook.c
14847                 fix some AB error messages: one for punctuation and
14848                 one wrongly duplicate (thanks, maxbritov).
14849
14850 2006-03-02 [wwp]        2.0.0cvs99
14851
14852         * src/plugins/spamassassin/spamassassin.c
14853                 make sync calls to sa-learn/spamc to prevent
14854                 system (whatever local or client/server) overload.
14855
14856 2006-03-02 [colin]      2.0.0cvs98
14857
14858         * src/summaryview.c
14859                 Put the spam icon in the status column instead of the
14860                 mark one
14861
14862 2006-03-01 [colin]      2.0.0cvs97
14863
14864         * src/plugins/spamassassin/spamassassin.c
14865                 Fix segfault (g_file_set_contents fails for some 
14866                 reason and err==0x2f. Can't find out why with
14867                 valgrind, using working function :-)
14868
14869 2006-03-01 [colin]      2.0.0cvs96
14870
14871         * src/inc.c
14872                 Offline overriding: let 'No' be cached only 3 seconds
14873
14874 2006-03-01 [colin]      2.0.0cvs95
14875
14876         * src/addr_compl.c
14877         * src/addrbook.c
14878         * src/addressbook.c
14879         * src/addrindex.c
14880         * src/folder_item_prefs.c
14881         * src/headerview.c
14882         * src/imap.c
14883         * src/inc.c
14884         * src/ldif.c
14885         * src/mainwindow.c
14886         * src/mh.c
14887         * src/msgcache.c
14888         * src/prefs_common.h
14889         * src/prefs_msg_colors.c
14890         * src/procheader.c
14891         * src/procheader.h
14892         * src/procmime.c
14893         * src/procmsg.c
14894         * src/procmsg.h
14895         * src/send_message.h
14896         * src/simple-gettext.c
14897         * src/summaryview.c
14898         * src/summaryview.h
14899         * src/syldap.c
14900         * src/textview.c
14901         * src/undo.c
14902         * src/common/ssl_certificate.c
14903         * src/common/utils.c
14904         * src/gtk/colorsel.c
14905         * src/gtk/gtksctree.c
14906         * src/gtk/gtkshruler.c
14907         * src/plugins/trayicon/trayicon.c
14908                 #if 0 goes to /dev/null
14909
14910 2006-03-01 [colin]      2.0.0cvs94
14911
14912         * src/compose.c
14913         * src/imap.c
14914         * src/inc.c
14915         * src/inc.h
14916         * src/messageview.c
14917         * src/news.c
14918         * src/plugins/spamassassin/spamassassin.c
14919                 Allow to add information in the "working offline"
14920                 window
14921
14922 2006-03-01 [wwp]        2.0.0cvs93
14923
14924         * src/plugins/spamassassin/spamassassin.c
14925                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14926                 'cause it seems that calling `spamc ... < inputfile` with
14927                 g_spawn_(a)sync simply.. erm doesn't work :-).
14928
14929 2006-03-01 [wwp]        2.0.0cvs92
14930
14931         * src/toolbar.c
14932         * src/toolbar.h
14933                 simplify the adding of spam/ham button to the messageview toolbar
14934                 (it gets more clear now that the same button will be "Mark as spam"
14935                 or "Mark as ham" according to the current message status,
14936                 thanks to Colin).
14937
14938 2006-03-01 [wwp]        2.0.0cvs91
14939
14940         * src/messageview.c
14941         * src/procmsg.c
14942         * src/procmsg.h
14943         * src/summaryview.c
14944         * src/plugins/spamassassin/spamassassin.c
14945         * src/plugins/spamassassin/spamassassin.h
14946                 make learner callbacks return a status (0 for ok),
14947                 handle it in main code to avoid setting flags when learning failed,
14948                 don't learn on TCP if offline in spamassassin,
14949                 thanks to Colin.
14950
14951                 
14952
14953 2006-03-01 [wwp]        2.0.0cvs90
14954
14955         * src/compose.c
14956                 some work around the compose window's account menu,
14957                 patch by Fabien Vantard.
14958
14959 2006-03-01 [wwp]        2.0.0cvs89
14960
14961         * src/plugins/spamassassin/spamassassin.c
14962                 fixed bad logics, was using spamc in local mode and sa-learn
14963                 in remote mode (thanks, Colin).
14964
14965 2006-03-01 [wwp]        2.0.0cvs88
14966
14967         * src/plugins/spamassassin/spamassassin.c
14968         * src/plugins/spamassassin/spamassassin.h
14969         * src/plugins/spamassassin/spamassassin_gtk.c
14970                 made processing of emails w/ sa-plugin an option (default is TRUE),
14971                 fixed Engrish some tooltips, capitalization of some debug messages
14972                 and warnings. The spamassassin plugin now provides two separate
14973                 services: process emails upon incorporation and spamd training.
14974                 Both services (un)register independently but use some common
14975                 plugin settings (transport settings, spam storage location).
14976
14977 2006-02-28 [wwp]        2.0.0cvs87
14978
14979         * src/plugins/spamassassin/spamassassin.c
14980                 fix async flag to spamc cmdline execution (batch exec should
14981                 be asynchronous).
14982
14983 2006-02-27 [wwp]        2.0.0cvs86
14984
14985         * src/plugins/spamassassin/spamassassin.c
14986         * src/plugins/spamassassin/spamassassin.h
14987         * src/plugins/spamassassin/spamassassin_gtk.c
14988                 - added the ability to learn a remote spamassassin server (spamd),
14989                 using spamc.
14990                 - added the spamassassin option 'username', that applies to all
14991                 spamassassin operations (filtering, learning, local or remote).
14992                 The default username is the current unix user (if left blank
14993                 from gtk prefs or config file).
14994                 - commented out some unused code (notebook widget), removed unused
14995                 layout (hbox1).
14996                 - make more widgets sensitive to the transport type.
14997
14998 2006-02-27 [colin]      2.0.0cvs85
14999
15000         * src/plugins/spamassassin/spamassassin.c
15001                 Fix sa-learn call when offline
15002
15003 2006-02-27 [colin]      2.0.0cvs84
15004
15005         * configure.ac
15006         * src/Makefile.am
15007         * src/mainwindow.c
15008         * src/mainwindow.h
15009         * src/messageview.c
15010         * src/messageview.h
15011         * src/prefs_toolbar.c
15012         * src/procmsg.c
15013         * src/stock_pixmap.c
15014         * src/stock_pixmap.h
15015         * src/summaryview.c
15016         * src/toolbar.c
15017         * src/toolbar.h
15018         * src/pixmaps/ham_btn.xpm
15019         * src/pixmaps/spam.xpm
15020         * src/pixmaps/spam_btn.xpm
15021         * src/plugins/spamassassin/spamassassin.c
15022                 Add button in toolbar for spam learning
15023                 Fix a few bugs from the last related commit
15024                 Revert 1.9.6cvs23 which messed up shift-selection
15025
15026 2006-02-24 [colin]      2.0.0cvs83
15027
15028         * src/procmsg.c
15029         * src/summaryview.c
15030         * src/summaryview.h
15031         * src/plugins/spamassassin/spamassassin.c
15032         * src/plugins/spamassassin/spamassassin.h
15033         * src/plugins/spamassassin/spamassassin_gtk.c
15034                 Unregister learner when spamassassin is either
15035                 disabled or over tcp
15036
15037 2006-02-24 [colin]      2.0.0cvs82
15038
15039         * src/Makefile.am
15040         * src/mainwindow.c
15041         * src/mainwindow.h
15042         * src/procmsg.c
15043         * src/procmsg.h
15044         * src/stock_pixmap.c
15045         * src/stock_pixmap.h
15046         * src/summaryview.c
15047         * src/summaryview.h
15048         * src/gtk/icon_legend.c
15049         * src/pixmaps/spam.xpm  ** NEW FILE **
15050         * src/plugins/spamassassin/spamassassin.c
15051         * src/plugins/spamassassin/spamassassin_gtk.c
15052                 Add spam learning interface (Mark/Mark as 
15053                 (spam|ham) menus)
15054
15055 2006-02-24 [wwp]        2.0.0cvs81
15056
15057         * src/compose.c
15058         * src/compose.h
15059         * src/filtering.c
15060                 hide compose window when sending message in batch mode
15061                 (filtering: forward and redirect). Also fixed a wrong
15062                 value returned when sending failed, neutral anyway.
15063                 (Colin, me) 
15064
15065 2006-02-24 [wwp]        2.0.0cvs80
15066
15067         * src/mainwindow.c
15068                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15069
15070 2006-02-24 [paul]       2.0.0cvs79
15071
15072         * src/news.c
15073         * src/news.h
15074         * src/news_gtk.c
15075                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15076                 Thanks to Colin
15077
15078 2006-02-23 [colin]      2.0.0cvs78
15079
15080         * src/alertpanel.c
15081                 Change OK to Close in alertpanel with View log
15082                 button; add accel to View log. Patch by Fabien
15083                 Vantard
15084
15085 2006-02-23 [wwp]        2.0.0cvs77
15086
15087         * src/compose.c
15088                 silly me, there were much more tests to perform, since toolbars can
15089                 really have down to 1 element only.
15090
15091 2006-02-23 [wwp]        2.0.0cvs76
15092
15093         * commitHelper
15094                 fixed indentation from my previous commit. Fallback to VISUAL if
15095                 EDITOR is not set (and to vi, at last resort).
15096
15097 2006-02-23 [wwp]        2.0.0cvs75
15098
15099         * commitHelper
15100                 improved error detection (Colin, me).
15101
15102 2006-02-23 [wwp]        2.0.0cvs74
15103
15104         * src/prefs_toolbar.c
15105                 simplify and fix prefs/toolbars layouting. Combos' contents can
15106                 now be really displayed.
15107
15108 2006-02-23 [wwp]        2.0.0cvs73
15109         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15110         be really displayed.
15111
15112 2006-02-22 [wwp]        2.0.0cvs72
15113
15114         * src/compose.c
15115                 fix a typo in my previous commit (sorry!).
15116
15117 2006-02-22 [wwp]        2.0.0cvs71
15118
15119         * src/prefs_toolbar.c
15120                 fix a crash when adding separators to toolbars,
15121                 also fix some separator item information.
15122
15123 2006-02-22 [wwp]        2.0.0cvs70
15124
15125         * src/compose.c
15126                 fix a crash when redirecting (for instance) when compose window's
15127                 toolbar contents has been customized (when some buttons have been
15128                 removed in fact).
15129
15130 2006-02-21 [wwp]        2.0.0cvs69
15131
15132         * src/summaryview.c
15133         * src/gtk/pluginwindow.c
15134         * src/plugins/pgpcore/prefs_gpg.c
15135                 fix some compilation warnings (feat. remains of removed code).
15136
15137 2006-02-21 [wwp]        2.0.0cvs68
15138
15139         * src/gtk/gtkutils.c
15140                 fix two compilation issues, thanks to Stephan Sachse.
15141
15142 2006-02-20 [colin]      2.0.0cvs67
15143
15144         * src/mainwindow.c
15145                 Don't reselect displayed mail on refocus
15146                 This fixes actions misbehaving 
15147
15148 2006-02-20 [wwp]        2.0.0cvs66
15149
15150         * src/summaryview.c
15151         * src/gtk/gtksctree.c
15152         * src/gtk/gtkshruler.c
15153                 changed more runtime typecast checks.
15154
15155 2006-02-20 [wwp]        2.0.0cvs65
15156
15157         * src/summary_search.c
15158                 find all - summaryview refresh issue fixed, thanks to Colin.
15159
15160 2006-02-20 [wwp]        2.0.0cvs64
15161
15162         * src/gtk/gtkutils.c
15163                 better runtime typecast checks.
15164
15165 2006-02-20 [wwp]        2.0.0cvs63
15166
15167         * src/summary_search.c
15168                 enhancements to the summary search:
15169                         - add the ability to stop the running search
15170                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15171                         - don't search if no criteria (From/To/Subject/Body) is set
15172                         - ensure that a busy mouse pointer is always shown when searching,
15173                           show it even a bit earlier
15174
15175 2006-02-19 [colin]      2.0.0cvs62
15176
15177         * src/compose.c
15178         * src/imap.c
15179         * src/etpan/imap-thread.c
15180         * src/etpan/imap-thread.h
15181                 (Future) IMAP speed improvement on sending
15182                 Will require a libetpan update
15183         * src/summaryview.c
15184         * src/gtk/quicksearch.c
15185                 Make quicksearch clearable while running.
15186
15187 2006-02-17 [colin]      2.0.0cvs61
15188
15189         * src/imap.c
15190         * src/etpan/imap-thread.c
15191         * src/etpan/imap-thread.h
15192                 Check for IMAP certificates
15193                 ** Requires libetpan-0.42-cvs4 
15194                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15195
15196 2006-02-17 [colin]      2.0.0cvs60
15197
15198         * src/messageview.c
15199         * src/prefs_common.c
15200         * src/prefs_common.h
15201         * src/prefs_message.c
15202                 Add pref to display HTML-only mails with plugin, 
15203                 if possible (defaulting to FALSE of course).
15204
15205 2006-02-16 [colin]      2.0.0cvs59
15206
15207         * src/main.c
15208         * src/common/plugin.c
15209         * src/common/plugin.h
15210         * src/gtk/pluginwindow.c
15211                 Keep track of requested (but unloaded) plugins
15212                 in some error cases.
15213
15214 2006-02-16 [wwp]        2.0.0cvs58
15215
15216         * src/gtk/gtkaspell.c
15217         * src/gtk/gtkaspell.h
15218         * src/prefs_spelling.c
15219         * src/compose.c
15220         * src/prefs_common.c
15221         * src/prefs_common.h
15222                 implemented new optional spellchecker behaviour: re-check message when
15223                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15224
15225 2006-02-16 [wwp]        2.0.0cvs57
15226
15227         * src/quote_fmt_parse.y
15228                 pclose popen'ed pipe.
15229
15230 2006-02-15 [colin]      2.0.0cvs56
15231
15232         * src/mimeview.c
15233         * src/mimeview.h
15234                 Let MimeViewers know which MimeView they
15235                 depend of.
15236         * src/summaryview.c
15237                 Swap From/To columns in Sent/Queue/Drafts
15238                 folders
15239         * src/etpan/imap-thread.c
15240                 Use mailstream_low_tls_open() for STARTTLS
15241                 instead of mailstream_low_ssl_open()
15242                 ** REQUIRES libetpan 0.42cvs3 **
15243
15244 2006-02-15 [wwp]        2.0.0cvs55
15245
15246         * src/compose.c
15247         * src/compose.h
15248         * src/message_search.c
15249         * src/message_search.h
15250         * src/textview.c
15251         * src/gtk/gtkutils.c
15252         * src/gtk/gtkutils.h
15253                 added the ability to Find text in the compose window (and a bit
15254                 of code factorization).
15255
15256 2006-02-15 [wwp]        2.0.0cvs54
15257
15258         * src/prefs_gtk.c
15259                 yet another one file was missing (fix for some widgets' sensitivity).
15260                 Thanks Colin!
15261
15262 2006-02-15 [wwp]        2.0.0cvs53
15263
15264         * src/prefs_gtk.h
15265                 oops forgot that file (fix for some widgets' sensitivity).
15266
15267 2006-02-15 [wwp]        2.0.0cvs52
15268
15269         * src/summary_search.c
15270                 implemented advanced summary search options (added the ability
15271                 to use matcher conditions in an advanced search mode).
15272
15273 2006-02-15 [wwp]        2.0.0cvs51
15274
15275         * src/plugins/pgpcore/prefs_gpg.c
15276         * src/prefs_account.c
15277                 fix some widget sensitivity, mostly around some labels in
15278                 account prefs.
15279
15280 2006-02-15 [paul]       2.0.0cvs50
15281
15282         * manual/advanced.xml
15283                 improve Templates info
15284                 written by wwp
15285
15286 2006-02-14 [colin]      2.0.0cvs49
15287
15288         * src/pixmaps/address_book.xpm
15289         * src/pixmaps/preferences.xpm
15290         * src/pixmaps/properties.xpm
15291                 Fix pixmap size - patch by Fabien Vantard
15292
15293 2006-02-13 [colin]      2.0.0cvs48
15294
15295         * src/procmime.c
15296                 Add missing fclose()s on error
15297         * src/textview.c
15298                 Remove unused code
15299         * src/common/utils.c
15300                 Fix temp files not being deleted on windows
15301         Patches by Thomas Gilgin
15302
15303 2006-02-13 [colin]      2.0.0cvs47
15304
15305         * src/mainwindow.c
15306                 Fix exit crash
15307
15308 2006-02-13 [wwp]        2.0.0cvs46
15309
15310         * src/plugins/pgpcore/prefs_gpg.c
15311                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15312
15313 2006-02-12 [colin]      2.0.0cvs45
15314
15315         * src/folderview.c
15316         * src/main.c
15317         * src/mainwindow.c
15318                 Fix "stuff" when quitting
15319
15320 2006-02-12 [wwp]        2.0.0cvs44
15321
15322         * src/prefs_themes.c
15323                 fix typos in debug messages.
15324
15325 2006-02-11 [colin]      2.0.0cvs43
15326
15327         * src/summaryview.c
15328                 don't allow drag/drop from ourself
15329
15330 2006-02-10 [wwp]        2.0.0cvs42
15331
15332         * src/exporthtml.c
15333         * src/html.c
15334         * src/html.h
15335         * src/procmime.c
15336         * src/textview.c
15337                 renamed html_ prefixed functions and data structures to avoid
15338                 namespace clashes w/ other software (gtkhtml2 for instance).
15339                 Closes bug #907.
15340
15341
15342 2006-02-09 [colin]      2.0.0cvs41
15343
15344         * src/summaryview.c
15345                 Fix shitty logic messed up. Thanks Ticho for the hint!
15346
15347 2006-02-09 [wwp]        2.0.0cvs40
15348
15349         * src/gtk/about.c
15350         * src/compose.c
15351         * src/prefs_account.c
15352         * src/prefs_gtk.h
15353         * src/editaddress.c
15354                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15355                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15356                 Browse buttons in accounts prefs.
15357
15358 2006-02-09 [colin]      2.0.0cvs39
15359
15360         * src/matcher.c
15361                 Check for pointer before using its members
15362         * src/gtk/gtksourceprintjob.c
15363                 Fix a wrong warning
15364
15365 2006-02-09 [wwp]        2.0.0cvs38
15366
15367         * src/gtk/filesel.c
15368                 fix few compiler warnings (type mismatch).
15369
15370 2006-02-09 [paul]       2.0.0cvs37
15371
15372         * po/fr.po
15373                 updated by Fabien Vantard
15374
15375 2006-02-08 [colin]      2.0.0cvs36
15376
15377         * src/prefs_common.c
15378         * src/common/defs.h
15379         * src/common/plugin.c
15380                 allow windows and linux configurations to coexist
15381                 patch by Thomas Gilgin
15382
15383 2006-02-08 [colin]      2.0.0cvs35
15384
15385         * src/filtering.c
15386         * src/matcher.c
15387         * src/matcher.h
15388         * src/matcher_parser_parse.y
15389         * src/prefs_filtering_action.c
15390         * src/prefs_matcher.c
15391                 Add the "Ignore thread" filtering
15392                 action
15393
15394 2006-02-08 [colin]      2.0.0cvs34
15395
15396         * src/compose.c
15397         * src/procmime.c
15398         * src/procmime.h
15399                 Fix bug #905 (damaged attachment)
15400                 text files with raw \0's aren't really text files
15401         FOR_STABLE
15402
15403 2006-02-08 [colin]      2.0.0cvs33
15404
15405         * src/summaryview.c
15406                 Fix crasher introduced yesterday
15407
15408 2006-02-08 [wwp]        2.0.0cvs32
15409
15410         * src/compose.c
15411         * src/compose.h
15412                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15413
15414 2006-02-08 [wwp]        2.0.0cvs31
15415
15416         * src/prefs_template.c
15417                 templates enhancement: allow address completion for Cc and Bcc fields
15418                 (it was currently possible for the To field only)
15419
15420 2006-02-08 [colin]      2.0.0cvs30
15421
15422         * src/compose.c
15423                 Don't unblock if not blocked
15424         FOR_STABLE
15425
15426 2006-02-07 [colin]      2.0.0cvs29
15427
15428         * src/action.c
15429                 Forgot to refresh summaryview
15430
15431 2006-02-07 [colin]      2.0.0cvs28
15432
15433         * src/action.c
15434                 Freeze/thaw message list and folder list while
15435                 processing %as{} actions 
15436         * src/compose.c
15437                 Fix auto-wrap disabling after a middle-click
15438                 paste - FOR_STABLE
15439
15440 2006-02-07 [paul]       2.0.0cvs27
15441
15442         * src/folder.c
15443                 fix freeing of uninitialised pointers
15444                 Thanks to Colin
15445
15446 2006-02-06 [colin]      2.0.0cvs26
15447
15448         * src/folder.c
15449                 Use g_slist_prepend in potentially big list
15450
15451 2006-02-06 [colin]      2.0.0cvs25
15452
15453         * src/folder.c
15454                 Completely skip processing if it doesn't 
15455                 exist (faster!)
15456
15457 2006-02-06 [colin]      2.0.0cvs24
15458
15459         * src/folder.c
15460         * src/summaryview.c
15461                 Batch filtering in summaryview (from Tools menu)
15462                 and pre/post//-processing too
15463
15464 2006-02-06 [colin]      2.0.0cvs23
15465
15466         * src/procmsg.h
15467         * src/filtering.c
15468                 Use a special field for batch filtering instead
15469                 of stepping on deferred execution's toes
15470
15471 2006-02-06 [colin]      2.0.0cvs22
15472
15473         * src/action.c
15474         * src/filtering.c
15475         * src/filtering.h
15476         * src/folder.c
15477         * src/summaryview.c
15478                 Fix filtering via menus and actions
15479
15480 2006-02-06 [colin]      2.0.0cvs21
15481
15482         * src/imap.c
15483                 Put the added file directly to cache if possible (will work
15484                 with next libetpan)
15485         * src/filtering.c
15486         * src/filtering.h
15487         * src/inc.c
15488         * src/folder.c
15489         * src/mbox.c
15490         * src/procmsg.h
15491                 Move and copy filtered messages by batches instead of one
15492                 by one - faster on IMAP
15493         * src/procmsg.c
15494                 Add a function that'll possibly be useful later
15495
15496 2006-02-06 [colin]      2.0.0cvs20
15497
15498         * src/addressbook.c
15499                 Use internal mime-type instead of text/plain for d'n'd
15500         * src/compose.c
15501                 Allow attaching files from mimeview's icon list via d'n'd
15502         * src/folderview.c
15503         * src/folderview.h
15504                 Use internal mime-type instead of text/plain for d'n'd
15505                 Don't try to selected opened folder if none is
15506                 Factorize d'n'd from other apps code
15507         * src/headerview.c
15508         * src/textview.c
15509         * src/gtk/gtkutils.c
15510         * src/gtk/gtkutils.h
15511                 Factorize Face/X-Face stuff
15512         * src/mimeview.c
15513                 Fix d'n'd to other apps
15514         * src/prefs_message.c
15515                 Let the XFace pref be usable without libcompface as it also
15516                 applies to Face
15517         * src/summaryview.c
15518                 Fix d'n'd to other apps
15519                 Factorize d'n'd from other apps code
15520
15521 2006-02-06 [wwp]        2.0.0cvs19
15522
15523         * po/it.po
15524                 Italian translation fixes by Andrea Spadaccini (no more confusion
15525                 between filtering and processing, and few changes in the About
15526                 dialog).
15527
15528
15529 2006-02-06 [mones]      2.0.0cvs18
15530
15531         * src/gtk/icon_legend.c
15532                 Improved descriptions allowing better translations
15533
15534 2006-02-05 [colin]      2.0.0cvs17
15535
15536         * src/imap.c
15537                 Add the f*cking missing expunge that caused imap_fetch_env
15538                 to fail after an add_msgs ! :-///
15539         * src/etpan/imap-thread.c
15540                 Add a bit of debug
15541         FOR_STABLE
15542
15543 2006-02-05 [colin]      2.0.0cvs16
15544
15545         * src/common/utils.c
15546                 Don't check for return-path (or we can't put
15547                 back non-sent mails)
15548
15549 2006-02-05 [colin]      2.0.0cvs15
15550
15551         * src/textview.c
15552                 Don't try to display Face header in textview
15553                 when teh headerview's active
15554
15555 2006-02-05 [colin]      2.0.0cvs14
15556
15557         * tools/tbird2syl.py
15558         * tools/Makefile.am
15559                 Add script to import Thunderbird mails
15560
15561 2006-02-05 [colin]      2.0.0cvs13
15562
15563         * src/headerview.c
15564         * src/procheader.c
15565         * src/procmsg.c
15566         * src/procmsg.h
15567         * src/textview.c
15568                 Show Face headers - patch partially by Klaus Flittner
15569
15570 2006-02-05 [colin]      2.0.0cvs12
15571
15572         * src/folderview.c
15573         * src/summaryview.c
15574         * src/common/utils.c
15575         * src/common/utils.h
15576                 Let dnd work from mime icons to summaryview
15577                 and to folderview too
15578                 Add a crude test to avoid trying to add files
15579                 drag'n'dropped when they're not mails
15580
15581 2006-02-04 [colin]      2.0.0cvs11
15582
15583         * src/summaryview.c
15584         * src/mimeview.c
15585                 Fix utf8 conversion
15586
15587 2006-02-04 [colin]      2.0.0cvs10
15588
15589         * src/compose.c
15590         * src/folderview.c
15591         * src/mimeview.c
15592         * src/summaryview.c
15593         * src/summaryview.h
15594                 Added various drag and drop capas:
15595                 From                    To
15596                 summaryview             other apps
15597                 mimeview icons          other apps
15598                 other apps              summaryview
15599                 other apps              folderview
15600
15601                 This shouldn't have broken the existing:
15602                 From                    To
15603                 summaryview             folderview
15604                 folderview              folderview
15605                 summaryview             compose's attachments
15606
15607         Tests welcomed.
15608
15609 2006-02-02 [paul]       2.0.0cvs9
15610
15611         * src/mainwindow.c
15612                 move global option 'Set displayed columns...' out
15613                 of folder option grouping.
15614                 fix sensitivity of 'harvest addresses'
15615         FOR_STABLE
15616
15617 2006-02-01 [colin]      2.0.0cvs8
15618
15619         * src/mimeview.c
15620                 Revert the alertpanel patch, it sucks (intrusive
15621                 and gets in the way of "open")
15622
15623 2006-02-01 [colin]      2.0.0cvs7
15624
15625         * src/compose.c
15626         * src/prefs_account.c
15627         * src/prefs_common.c
15628         * src/common/defs.h
15629         * src/common/utils.c
15630         * src/common/utils.h
15631                 Add ability to edit the signature file
15632                 from the account preferences, and use
15633                 a default for the text editor.
15634                 Patch by Fabien Vantard
15635
15636 2006-02-01 [colin]      2.0.0cvs6
15637
15638         * src/mimeview.c
15639                 Try to get mime type by extension if it is
15640                 application/octet-stream
15641                 Display a window with possible choices when
15642                 encountering unknown mime types
15643         * src/gtk/filesel.c
15644         * src/gtk/filesel.h
15645                 Add preview
15646                 Allow multiple selection in filtered filesel
15647                 (patch by Fabien Vantard)
15648         * src/gtk/pluginwindow.c
15649                 Use it (patch by Fabien Vantard)
15650
15651 2006-02-01 [paul]       2.0.0cvs5
15652
15653         * src/jpilot.c
15654                 fix crash on creating jpilot address book
15655                 Thanks to Colin - FOR_STABLE
15656         * src/prefs_summaries.c
15657         * src/prefs_wrapping.c
15658         * src/gtk/icon_legend.c
15659         * src/gtk/quicksearch.c
15660                 string fixes and additions
15661
15662 2006-02-01 [paul]       2.0.0cvs4
15663
15664         * src/compose.c
15665         * src/mainwindow.c
15666         * src/messageview.c
15667         * src/prefs_send.c
15668                 add Arabic encoding option
15669                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15670
15671 2006-01-31 [colin]      2.0.0cvs3
15672
15673         * src/plugins/pgpcore/passphrase.c
15674                 Convert passphrase to locale encoding
15675         * src/compose.c
15676                 Fix drafting on IMAP. Crappy bug sneaked in
15677                 the release :-/
15678         FOR_STABLE
15679
15680 2006-01-30 [paul]       2.0.0cvs2
15681
15682         * src/gtk/icon_legend.c
15683                 show the new entries
15684
15685 2006-01-30 [colin]      2.0.0cvs1
15686
15687         * src/manual.c
15688                 Check for the file to be present before 
15689                 enabling the menu - FOR_STABLE
15690         * src/gtk/icon_legend.c
15691                 Add folders icons (not all of them, there
15692                 are too much, but the most intriguing ones)
15693
15694 2006-01-30 [paul]       2.0.0
15695
15696         version 2.0.0 released
15697
15698 [For previous entries, see ChangeLog.pre2.0.0]