112ee6f110a02e38b13edf91f35b44625a946f42
[claws.git] / ChangeLog.claws
1 2003-10-03 [paul]       0.9.6claws2
2
3         * po/zh_CN.po
4                 update Simpilified Chinese translation, submitted by
5                 Hansom Young
6
7 2003-10-02 [christoph]  0.9.6claws1
8
9         * src/imap.c
10                 add UIDPLUS support for COPY and EXPUNGE
11
12 2003-10-02 [paul]       0.9.6claws
13
14         * 0.9.6claws released
15
16 2003-10-02 [paul]
17
18         * po/es.po
19           po/sk.po
20                 update Spanish and Slovak translations
21                 submitted by Ricardo Mones Lastra and Andrej Kacian
22  
23 2003-10-02 [paul]       0.9.5claws43
24
25         * po/en_GB.po
26                 update British English translation
27
28 2003-10-02 [paul]       0.9.5claws42
29
30         * po/hr.po
31                 update Croatian translation, submitted by Dragan
32
33 2003-10-01 [paul]       0.9.5claws41
34
35         * po/pl.po
36           po/sr.po
37                 update Polish and Serbian translations, submitted by
38                 Emil and Urke MMI
39
40 2003-10-01 [melvin]     0.9.5claws40
41
42         * po/fr.po
43                 Updated French translations
44
45 2003-10-01 [melvin]     0.9.5claws39
46
47         * src/prefs_fonts.c
48                 Fixed a Gtk warning
49
50         * src/plugins/dillo_prefs.c     
51                 Quasi unnoticeable UI clean-up.
52
53 2003-10-01 [paul]
54
55         * tools/README
56           tools/maildir2sylpheed.pl
57                 bug fixes, rewrites, submitted by Matthias Förste 
58                 <itsjustme@users.sourceforge.net>
59
60 2003-09-29 [paul]       0.9.5claws38
61
62         * src/inc.c
63                 fix my coding carelessness
64
65 2003-09-29 [paul]       0.9.5claws37
66
67         * po/POTFILES.in
68           src/Makefile.am
69           src/main.c
70           src/prefs_common.[ch]
71           src/prefs_fonts.[ch]  ** NEW FILES **
72                 move Font config options to Other Prefs/Display/Fonts
73                 (user's current configuration is preserved)
74
75 2003-09-29 [paul]       0.9.5claws36
76
77         * src/inc.c
78           src/prefs_account.c
79                 allow 'local_mbox' value to point to either a directory 
80                 (/var/mail -  default, new) or a file (/var/mail/username
81                 - original)
82
83 2003-09-28 [paul]       0.9.5claws35
84
85         * src/rfc2015.c
86                 on signature check, where key exists, print the
87                 Key ID
88
89 2003-09-27 [alfons]     0.9.5claws34
90
91         * src/action.c
92                 o make progress bar not fill/expand when resizing dialog
93                 o use default fixed text font for actions output
94
95 2003-09-27 [paul]       0.9.5claws33
96
97         * src/prefs_common.[ch]
98           src/procmsg.c
99           src/send_message.c
100                 remove External Program settings from Common Prefs/Send
101                 as they are now unnecessary due to Local account settings.
102                 plus a little tidying-up after 0.9.5claws31
103
104 2003-09-27 [paul]       0.9.5claws32
105
106         * src/prefs_account.c
107                 o make correction to gui text:
108                   'Local mailbox file' -> 'Local mailbox directory'
109                 o give 'local_mbox' option a reasonable default value:
110                   '/var/mail'
111                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
112                   value
113
114 2003-09-26 [paul]       0.9.5claws31
115
116         * src/inc.c
117           src/prefs_common.[ch]
118                 remove 'Incorporate from spool' common pref,
119                 force creation of a 'Local' account
120
121 2003-09-26 [christoph]  0.9.5claws30
122
123         * src/folder.c
124         * src/msgcache.c
125                 add more NULL pointer checks
126
127 2003-09-25 [christoph]  0.9.5claws29
128
129         * src/folder.c
130                 o don't fetch source message to get it's message id
131                 o immediately scan dest folder when copying a message did not
132                   return a new message number and not do it when the first message
133                   without a new message number is found
134
135 2003-09-23 [christoph]  0.9.5claws28
136
137         * src/compose.c
138                 fix generating of headers
139
140         (patch by David Relson <relson@osagesoftware.com>)
141
142 2003-09-23 [paul]       0.9.5claws27
143
144         * po/zh_CN.po
145                 update Simplified Chinese translation. submitted by
146                 Hansom Young
147
148 2003-09-23 [paul]       0.9.5claws26
149
150         * tools/Makefile.am
151           tools/README
152           tools/vcard2xml.py    ** NEW FILE **
153                 add a script that converts an evolution vcard to
154                 sylpheed's xml format
155                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
156
157 2003-09-22 [paul]       0.9.5claws25
158
159         * src/plugins/clamav/clamav_plugin.c
160                 don't skip MULTIPART parts
161
162 2003-09-21 [christoph]  0.9.5claws24
163
164         * src/alertpanel.c
165                 remove unneeded include
166
167         * src/folder.c
168                 clean up copy/move mess with duplicated code
169
170         * src/imap.c
171                 fix problem that sometimes the folder was not scanned
172                 also it was changed
173
174 2003-09-21 [christoph]  0.9.5claws23
175
176         * src/Makefile.am
177         * src/logwindow.[ch]                    ** REMOVE **
178         * src/mainwindow.c
179         * src/prefs_common.c
180         * src/gtk/Makefile.am
181         * src/gtk/logwindow.[ch]                ** ADD **
182                 make logwindow prefs_common independent and move
183                 it to gtk directory
184
185 2003-09-20 [christoph]  0.9.5claws22
186
187         * src/compose.c
188                 add extra space for address code conversion
189                 (4 * unconvered size could be too small for short headers)
190
191 2003-09-20 [christoph]  0.9.5claws21
192
193         * src/compose.c
194                 increase temp buffer size when writing headers
195
196 2003-09-19 [darko]      0.9.5claws20
197
198         * src/compose.c
199                 don't ignore value of 'Save copy of outgoing messages to
200                 this folder instead of Sent' in message redirect
201
202 2003-09-17 [christoph]  0.9.5claws19
203
204         * src/compose.c
205                 use ", " as address seperator for mail headers and pass whole
206                 header line at once to compose_convert_header to make sure
207                 it is correctly folded
208
209         (closes Bug 64 Problem when sending to many recipients)
210
211 2003-09-17 [hoa]        0.9.5claws18
212         
213         * src/matcher.[ch]
214           src/matcher_parser_parse.y
215           src/prefs_matcher.c
216                 changed the keyword used for command execution in condition
217                 keyword is changed from "execute" to "test"
218                 so that it is not the same as the one used for action.
219                 This will fix a bug when using filtering dialog.
220                 All semantic in the code is also changed to reflect
221                 the keyword change.
222
223 2003-09-17 [paul]
224         
225         * sync with 0.9.6 release
226
227 2003-09-17 [paul]       0.9.5claws17
228
229         * sync with 0.9.5cvs8
230                 see ChangeLog 2003-09-16 and 2003-09-17
231
232 2003-09-16 [paul]       0.9.5claws16
233
234         * sync with 0.9.5cvs6
235                 see ChangeLog 2003-09-16
236
237 2003-09-15 [paul]       0.9.5claws15
238
239         * sync with 0.9.5cvs5
240                 see ChangeLog 2003-09-15
241
242 2003-09-14 [alfons]     0.9.5claws14
243
244         * src/inc.c
245                 make "Go to inbox after receiving new mail" again;
246                 regression of a sync, restored to sylpheed main 
247                 behaviour. (misses still some bits)
248
249 2003-09-14 [alfons]     0.9.5claws13
250
251         * src/prefs_filtering_action.c
252                 o add proper message if empty execute command line
253                 o don't select first action item after registering a
254                   new action to prevent (what seems to be a GTK) bug
255                   #36, "filtering will only accept one action change 
256                   per invocation".
257
258 2003-09-14 [alfons]     0.9.5claws12
259
260         * src/prefs_filtering.c
261         * src/prefs_filtering_action.c
262         * src/prefs_matcher.c
263                 fix function signature for key_pressed_event signal handlers
264
265 2003-09-14 [alfons]     0.9.5claws11
266
267         * src/mainwindow.c
268                 fix regression caused by fix for invalid bug #7
269                 (should fix #246, "Multiple selections are deselected when 
270                 moving from search window to main window")
271                 
272 2003-09-14 [alfons]     0.9.5claws10
273         
274         * src/actions.[ch]
275         * src/filtering.[ch]
276         * src/prefs_actions.c
277                 allow `filtering actions` in actions; only for advanced users
278                 right now: try for example, "%as{mark color 2}" 
279         
280 2003-09-13 [paul]       0.9.5claws9
281         
282         * po/pl.po
283           po/zh_CN.po   ** NEW FILE **
284                 update Polish translation, submitted by Emil 
285                 <eminowbl@posejdon.wpk.p.lodz.pl>
286                 add new Simplified Chinese translation, submitted by
287                 Hansom Young <hansom_young@yahoo.com>
288
289 2003-09-12 [alfons]     0.9.5claws8
290
291         * src/summaryview.c
292                 don't open separate message views when View | Separate message view
293                 is active 
294                 (please look carefully for any navigation regressions)
295
296 2003-09-11 [alfons]     0.9.5claws7
297
298         * src/mainwindow.c
299                 make default message view, opened by View | Separate message 
300                 view, look like a claws message view (which includes a menu
301                 bar and a toolbar)
302                 (fixes bug #298, "message view loses tool bar") 
303
304 2003-09-11 [christoph]  0.9.5claws6
305
306         * src/folderview.c
307                 fix double deleting of newsgroup folders
308
309         (closes Bug 305 crash after deleting of a newsgroup)
310
311 2003-09-11 [paul]       0.9.5claws5
312
313         * src/rfc2015.c
314           src/common/utils.h
315                 more sync'ing from 0.9.5cvs2
316
317 2003-09-11 [christoph]  0.9.5claws4
318
319         * src/compose.c
320         * src/rfc2015.c
321         * src/common/utils.h
322                 fix sync with 0.9.5cvs2
323
324 2003-09-11 [paul]       0.9.5claws3
325
326         * sync with 0.9.5cvs4
327                 see ChangeLog 2003-09-11
328
329 2003-09-11 [paul]       0.9.5claws2
330
331         * sync with 0.9.5cvs2
332                 see ChangeLog 2003-09-05
333                 
334 2003-09-11 [paul]       0.9.5claws1
335
336         * sync with 0.9.5cvs3
337                 see ChangeLog 2003-09-10
338
339 2003-09-10 [paul]       0.9.5claws
340
341         * 0.9.5claws released
342
343 2003-09-10 [paul]       0.9.4claws78
344
345         * src/Makefile.am
346                 add missing files
347
348 2003-09-10 [melvin]     0.9.4claws77
349
350         * po/fr.po
351                 Updated French translations
352
353 2003-09-10 [paul]       0.9.4claws76
354
355         * po/es.po
356           po/sk.po
357           po/sr.po
358                 update Spanish, Slovak, and Serbian translations.
359                 submitted by Ricardo Mones Lastra, Andrej Kacian,
360                 and Urke MMI
361                 
362         * AUTHORS
363                 add translation team section
364
365 2003-09-09 [christoph]  0.9.4claws75
366
367         * src/folder.c
368                 free item->prefs in folder_item_destroy
369
370 2003-09-09 [alfons]     0.9.4claws74
371
372         * src/folderview.c
373                 o proper check for root node sorting
374                 o remove unnecessary gtk_ctree_remove_node 
375
376         (should fix bug #300, "crash while moving folder")      
377
378 2003-09-08 [christoph]  0.9.4claws73
379
380         * src/folderview.c
381                 o fix double adding of IMAP FolderItems to GtkCTree
382                 o fix crash then mbox folder is removed
383
384 2003-09-08 [christoph]  0.9.4claws72
385
386         * src/folder.c
387         * src/folderview.c
388         * src/mainwindow.c
389                 fix new folder notification
390
391         * src/mbox_folder.c
392                 fix cache path
393
394 2003-09-08 [christoph]  0.9.4claws71
395
396         * src/compose.c
397                 replace '\n' and '\r' before removing trailing spaces
398
399         * src/folder.[ch]
400         * src/folderview.c
401                 add information about new or removed items in folder tree change
402                 notification and use this in folderview to add and remove only
403                 the appected items and not refresh the whole tree
404
405 2003-09-07 [match]      0.9.4claws70
406
407         * src/Makefile.am
408         * src/addr_compl.c
409         * src/addressbook.c
410         * src/addressitem.h
411         * src/addrindex.c
412         * src/addritem.c
413         * src/addritem.h
414         * src/addrquery.c                       ** NEW **
415         * src/addrquery.h
416         * src/ldapquery.c
417         * src/ldapserver.c
418         * src/stock_pixmap.c
419         * src/stock_pixmap.h
420         * src/pixmaps/address_search.xpm        ** NEW **
421                 re-introduce Lookup button for LDAP 'static' searches.
422
423 2003-09-07 [alfons]     0.9.4claws69
424         
425         * src/summaryview.c
426                 abandon setting usize for messageview because it gives layout problems
427                 with the quick search bar and the headerview; fixes assorted UI glitches:
428                 
429                 o bug #148, "Toggling of quick-search bar reduces index view area" 
430                 o bug #280, "Window resiizes for line length but does not revert"
431
432 2003-09-07 [christoph]  0.9.4claws68
433
434         * src/compose.c
435                 o make sure we don't have any newlines in header values
436                 o check custom headers for spaces and newlines and ignore
437                   malformed header names
438
439 2003-09-06 [christoph]  0.9.4claws67
440
441         * src/folder.c
442         * src/folderview.c
443                 invoke notification hook for folder tree changes after append
444                 and remove folder
445
446         (closes Bug 294 Crash while moving folder with many subdirectories)
447
448 2003-09-06 [christoph]  0.9.4claws66
449
450         * src/folder.c
451                 destroy folder's MsgCache if FolderItem is removed to make sure
452                 it is not saved when the FolderItem is destroyed
453
454 2003-09-06 [christoph]  0.9.4claws65
455
456         * src/plugins/clamav/clamav_plugin.c
457                 fix copy & paste bug
458
459 2003-09-05 [christoph]  0.9.4claws64
460
461         * src/folder.c
462         * src/messageview.[ch]
463         * src/procmsg.[ch]
464         * src/summaryview.c
465                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
466                 by MessageView to clear it when the message is deleted. Should
467                 work even if messages are deleted in MainWindow or by
468                 processing.
469
470 2003-09-05 [alfons]     0.9.4claws63
471
472         * src/messageview.c
473                 deleting a message in a message view frees its msginfo, make 
474                 messageview_update_all() aware of that (should fix bug #293,
475                 "deleting message caused crash")
476
477 2003-09-05 [melvin]     0.9.4claws62
478
479         * src/action.c
480                 Improve synchronous action exit code (fixes 
481                 a ~5 seconds delay after action exit on RedHat 9)
482
483 2003-09-04 [christoph]  0.9.4claws61
484
485         * src/compose.c
486         * src/rfc2015.c
487         * src/common/utils.[ch]
488                 add util function to create mime boundary and use it
489                 in compose and gpg code
490
491 2003-09-04 [alfons]     0.9.4claws60
492
493         * src/folder.c
494                 source folder item's GNode should already have been freed in 
495                 a previous call to src->folder->klass->remove_folder()
496                 (should fix bug #287, "crash when moving folders")
497
498 2003-09-03 [thorsten]   0.9.4claws59
499
500         * src/plugins/spamassassin/spamassassin_gtk.c
501                 fix compile error
502
503 2003-09-03 [christoph]  0.9.4claws58
504
505         * src/plugins/spamassassin/spamassassin.[ch]
506         * src/plugins/spamassassin/spamassassin_gtk.c
507                 add timeout config option
508
509 2003-09-03 [paul]       0.9.4claws57
510
511         * po/sk.po      ** NEW FILE **
512                 add Slovak translation. Submitted by Andrej Kacian 
513                 <andrej@kacian.sk>
514
515 2003-09-03 [paul]       0.9.4claws56
516
517         * src/plugins/clamav/clamav_plugin_gtk.c
518                 gui tweaks: replace a label with a tooltip, modify the
519                 text, use gtk_check_button_new(); instead of
520                 gtk_check_button_new_with_label("");
521
522 2003-09-02 [alfons]     0.9.4claws55
523
524         * src/gtk/filesel.c
525                 remember last used dir when attaching multiple files (should fix
526                 bug #290, "Attach File does not remember directory")
527
528 2003-09-01 [paul]       0.9.4claws54
529
530         * po/es.po
531                 updated by Ricardo Mones Lastra
532
533 2003-09-01 [alfons]     0.9.4claws53
534
535         * src/gtk/gtkaspell.[ch]
536                 be pedantic and strict and use const gchar * instead of guchar *
537
538 2003-09-01 [alfons]     0.9.4claws52
539
540         * src/mainwindow.c
541         * src/summaryviewc.
542                 re-enable Save As when multiple messages are selected
543
544 2003-09-01 [paul]       0.9.4claws51
545
546         * src/textview.c
547                 g_free(trimmed_uri);
548
549 2003-09-01 [paul]       0.9.4claws50
550
551         * sync with 0.9.4cvs13
552                 see ChangeLog 2003-09-01
553
554 2003-09-01 [paul]       0.9.4claws49
555
556         * src/textview.c
557                 trim uri before sending to the statusbar
558                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
559                 in the message window causes main S-C window to enlarge 
560                 past screen edges'
561
562 2003-09-01 [paul]       0.9.4claws48
563
564         * sync with 0.9.4cvs12
565                 see ChangeLog 2003-09-01
566
567 2003-08-30 [christoph]  0.9.4claws47
568
569         * src/compose.c
570         * src/folder_item_prefs.[ch]
571         * src/prefs_folder_item.c
572         * src/gtk/gtkaspell.[ch]
573                 commit per folder dictionary patch by
574                 Paul Evans <nerd@freeuk.com>
575
576 2003-08-30 [christoph]  0.9.4claws46
577
578         * src/plugins/spamassassin/spamassassin_gtk.c
579         * src/plugins/spamassassin/spamassassin_gtk.glade
580                 reduce GUI clutter by placing hints into tooltips
581
582 2003-08-30 [paul]       0.9.4claws45
583
584         * src/compose.c
585                 add 'Content-Disposition: inline' to a text/plain
586                 part when using PGP/MIME signing
587
588 2003-08-30 [paul]       0.9.4claws44
589
590         * src/prefs_common.c
591           src/prefs_spelling.c
592           src/prefs_spelling.glade
593                 reduce GUI clutter by placing hints into tooltips
594
595 2003-08-29 [christoph]  0.9.4claws43
596
597         * configure.ac
598                 fix bug found by Ivan Rayner <ivanr@sgi.com>
599
600         * src/stock_pixmap.c
601                 change unecessary warning into a debug message
602
603         * src/plugins/clamav/Makefile.am
604                 Fix error "-I$(CLAMAV_LIBS)"
605
606 2003-08-29 [christoph]  0.9.4claws42
607
608         * intl/Makefile.in
609         * src/Makefile.am
610         * src/matcher.h
611         * src/common/Makefile.am
612         * src/common/passcrypt.c
613                 commit fixes and patches for some of the IRIX problems found by
614                 Ivan Rayner <ivanr@sgi.com>
615
616 2003-08-29 [paul]       0.9.4claws41
617
618         * src/prefs_filtering.c
619                 add 'Top' and 'Bottom' buttons, based on changes in
620                 src/prefs_filter.c in 0.9.4cvs11.
621
622 2003-08-27 [christoph]  0.9.4claws40
623
624         * src/folderview.c
625                 fix bug that the current summary settings were copied to the
626                 wrong folder item, when the folder item prefs are opened.
627                 Copying is not required because summary settings and
628                 folder_item_prefs do not contain the same settings
629
630 2003-08-27 [thorsten]   0.9.4claws39
631
632         * src/imap.c
633                 fix compile error
634
635 2003-08-26 [paul]       0.9.4claws38
636
637         * sync with 0.9.4cvs9
638                 see ChangeLog 2003-08-26
639
640 2003-08-25 [paul]       0.9.4claws37
641
642         * sync with 0.9.4cvs8
643                 see ChangeLog 2003-08-25
644
645 2003-08-24 [christoph]  0.9.4claws36
646
647         * src/prefs_filtering.c
648                 shouldn't remove items from a GSList while iterating over the
649                 list (makes cur invalid and cur->next not accessable)
650
651         (closes Bug 272 i deleted an folder and some seconds later sylpheed
652          crashed)
653
654 2003-08-23 [christoph]  0.9.4claws35
655
656         * src/news.c
657                 news folders should be scanned when opened
658
659 2003-08-22 [christoph]  0.9.4claws34
660
661         * src/prefs_folder_item.c
662                 use macro to assign strings that always frees the old string
663
664         * src/gtk/gtkaspell.[ch]
665                 add gtkaspell_set_dictionary_menu_active_item() to set active
666                 item in dictionary option menu
667
668         * src/prefs_spelling.c
669                 use gtkaspell_set_dictionary_menu_active_item() to select
670                 dictionary
671
672 2003-08-21 [christoph]  0.9.4claws33
673
674         * src/folder.[ch]
675         * src/imap.c
676         * src/mbox_folder.c
677         * src/mh.c
678         * src/news.c
679                 optimize folder system
680
681         * src/gtk/gtkstext.c
682                 fix division by zero when font has 0 width for ' '
683
684 2003-08-21 [paul]       0.9.4claws32
685
686         * sync with 0.9.4cvs7
687                 see ChangeLog 2003-08-20
688
689 2003-08-19 [paul]       0.9.4claws31
690
691         * src/common/defs.h
692                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
693                 SYLDOC_FAQ_HTML_INDEX.
694         * src/manual.c
695                 use LC_MESSAGES instead of LC_ALL to find the current
696                 language
697
698           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
699
700 2003-08-19 [paul]       0.9.4claws30
701
702         * po/bg.po
703                 updated by George Danchev
704
705 2003-08-18 [luke]       0.9.4claws29
706         * src/mimeview.[ch]
707         * src/gtk/gtkvscrollbutton.[ch]
708                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
709                   dependencies; do it the GTK way; reduce code -14/+2 lines)
710                 o removed horizontal separator between icons
711
712 2003-08-17 [christoph]  0.9.4claws28
713
714         * src/procmsg.c
715                 no subject threading when the subject has no reply prefix
716
717 2003-08-16 [christoph]  0.9.4claws27
718
719         * src/mainwindow.c
720                 remember and restore window sizes and position when the main
721                 window is hidden or shown
722
723         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
724          minimised/reopened using trayicon)
725
726 2003-08-16 [paul]       0.9.4claws26
727
728         * src/crash.c
729                 add #include "defs.h"
730
731 2003-08-16 [paul]       0.9.4claws25
732
733         * src/plugins/clamav/clamav_plugin.c
734                 reword a debug_print
735                 
736         * src/plugins/dillo_viewer/dillo_prefs.c
737                 cosmetic: change the labels' text, add tooltips, and
738                 left-align the hint
739
740 2003-08-15 [christoph]  0.9.4claws24
741
742         * src/news.c
743                 complete last change (forgot some changes)
744
745 2003-08-15 [christoph]  0.9.4claws23
746
747         * src/news.c
748                 o check number of messages and don't return a 0 message
749                   when no messages are available
750                 o don't parse xref header anymore
751
752         (closes Bug 203 I'm not getting any news)
753
754 2003-08-15 [paul]       0.9.4claws22
755
756         * src/common/defs.h
757           src/crash.c
758                 update and define claws bugzilla location
759
760 2003-08-15 [paul]       0.9.4claws21
761
762         * po/ru.po
763                 update submitted by Ruslan N. Balkin
764
765 2003-08-14 [christoph]  0.9.4claws20
766
767         * src/procmsg.c
768                 fix search for oldest node in subject threading
769
770 2003-08-14 [christoph]  0.9.4claws19
771
772         * src/procmsg.c
773         * src/common/utils.h
774                 add possibility to check all nodes with the same subject for
775                 subject threading, not only the oldest node. Should not break
776                 threads anymore if the oldest node is thread_by_subject_max_age
777                 days older then parent, because it can now find a child of
778                 oldest node as new parent.
779
780 2003-08-11 [christoph]  0.9.4claws18
781
782         * src/plugins/spamassassin/spamassassin.c
783                 run spam check in background process
784
785 2003-08-10 [alfons]     0.9.4claws17
786
787         * src/summaryview.c
788                 make `Select All' sensitive too
789
790 2003-08-10 [christoph]  0.9.4claws16
791
792         * src/imap.c
793                 add more checks in imap_close
794
795 2003-08-09 [alfons]     0.9.4claws15
796
797         * src/prefs_spelling.c
798                 no spell checking UI if not requested
799
800 2003-08-09 [alfons]     0.9.4claws14
801
802         * src/gtk/prefswindow.c
803                 make it compile
804
805 2003-08-09 [christoph]  0.9.4claws13
806
807         * src/prefs_spelling.c
808         * src/gtk/prefswindow.[ch]
809         * src/plugins/clamav/clamav_plugin_gtk.c
810         * src/plugins/spamassassin/spamassassin_gtk.c
811                 sort prefs pages by heighest weight in tree
812
813 2003-08-09 [paul]       0.9.4claws12
814
815         * sync with 0.9.4cvs6
816                 see ChangeLog 2003-08-07
817                 
818         * AUTHORS
819                 add Leandro and Luke to claws-branch section
820
821 2003-08-09 [christoph]  0.9.4claws11
822
823         * src/gtk/Makefile.am
824         * src/gtk/colorsel.[ch]                 ** NEW **
825                 create a color selection dialog that can be used as a simple
826                 function call with it's own gtk main loop like filesel.[ch]
827
828         * src/Makefile.am
829         * src/main.c
830         * src/prefs_common.c
831         * src/prefs_spelling.[ch]               ** NEW **
832         * src/prefs_spelling.glade              ** NEW **
833         * src/gtk/gtkutils.[ch]
834                 move "Spell Checker" prefs to new prefs dialog
835
836         * src/prefs_folder_item.c
837                 use new colorsel dialog
838
839 2003-08-08 [paul]       0.9.4claws10
840
841         * src/inc.c
842                 clear the progress bar unconditionally
843
844 2003-08-08 [paul]       0.9.4claws9
845
846         * sync with 0.9.4cvs4
847                 see ChangeLog 2003-07-31
848
849 2003-08-07 [christoph]  0.9.4claws8
850
851         * configure.ac
852                 fix bug in image viewer plugin part
853
854         * src/imap.c
855                 don't execute close command if the folder item is not selected
856
857 2003-08-07 [hoa]        0.9.4claws7
858
859         * src/filtering.[ch]
860         * src/matcher_parser.h
861         * src/matcher_parser_parse.y
862                 can define several actions for each filtering rule
863                 can import old versions of filtering rules
864
865         * src/prefs_filtering.c
866                 call to a new dialog box to define actions
867
868         * src/prefs_filtering_action.[ch]
869                 dialog box to define actions for filtering rules
870
871 2003-08-06 [christoph]  0.9.4claws6
872
873         * src/imap.c
874                 make sure source folder is selected when copying messages
875
876 2003-08-06 [christoph]  0.9.4claws5
877
878         * sync with 0.9.4cvs2
879                 see ChangeLog 2003-07-29                
880
881 2003-08-05 [paul]       0.9.4claws4
882
883         * sync with 0.9.4cvs3
884                 see ChangeLog 2003-07-30
885
886 2003-08-04 [match]      0.9.4claws3
887
888         * po/POTFILES.in
889                 export of LDIF files.
890
891 2003-08-04 [match]      0.9.4claws2
892
893         * src/ldif.[ch]
894                 support for export LDIF. documented.
895         * src/importldif.[ch]
896         * src/exportldif.[ch]
897                 add tooltips. documented.
898         * src/exphtmldlg.[ch]
899         * src/common/xmlprops.[ch]
900                 documented.
901         * src/exportldif.[ch]                   ** NEW **
902         * src/expldifdlg.[ch]                   ** NEW **
903         * src/addressbook.[ch]
904         * src/Makefile.am
905                 export of LDIF files.
906                 documented.
907
908 2003-08-04 [christoph]  0.9.4claws1
909
910         * .cvsignore
911         * Makefile.am
912         * configure.ac
913         * sylpheed-claws.pc.in                  ** NEW **
914         * src/Makefile.am
915         * src/common/Makefile.am
916         * src/gtk/Makefile.am
917                 install sylpheed header files in $(pkgincludedir) and create a
918                 pkg-config file to allow building a plugin without the source
919                 package
920
921 2003-08-04 [paul]       0.9.4claws
922
923         * version 0.9.4claws
924
925 2003-08-04 [paul]       0.9.3claws97
926
927         * po/es.po
928                 update Spanish translation. Submitted by Ricardo
929                 Mones Lastra.
930
931 2003-08-03 [paul]       0.9.3claws96
932
933         * po/hr.po
934           po/sr.po
935                 update Croatian and Serbian translations. Submitted by
936                 Dragan and Urke MMI respectively
937
938 2003-08-03 [alfons]     0.9.3claws95
939
940         * src/summaryview.c
941                 mark flag has precedence over important flag - seems
942                 to have been changed in sync of 0.9.3claws45. this fixes
943                 a regression where messages that were scored as important
944                 don't show their mark flags. (using the same column for
945                 both importance as mark flags is the real problem
946                 ofcourse)
947
948 2003-08-03 [melvin]     0.9.3claws94
949
950         * po/fr.po
951                 Updated French translations.
952
953 2003-08-03 [melvin]     0.9.3claws93
954
955         * src/Makefile.am
956                 Fixed typo introduced after 0.9.3claws92 
957                 that prevented compilation
958                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
959                 CPPFLAGS and YFLAGS to allow user setting these.
960         * src/common/Makefile.am
961         * src/gtk/Makefile.am
962         * src/plugins/clamav/Makefile.am
963         * src/plugins/demo/Makefile.am
964         * src/plugins/dillo_viewer/Makefile.am
965         * src/plugins/image_viewer/Makefile.am
966         * src/plugins/mathml_viewer/Makefile.am
967         * src/plugins/spamassassin/Makefile.am
968         * src/plugins/trayicon/Makefile.am
969         * src/plugins/trayicon/libeggtrayicon/Makefile.am
970                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
971                 CPPFLAGS and YFLAGS to allow user setting these.
972
973 2003-08-02 [christoph]  0.9.3claws92
974
975         * configure.ac
976                 o rearrange plugin tests
977                 o add test for clamav.h to ClamAV tests
978
979 2003-08-02 [luke]       0.9.3claws91
980
981         * src/mimeview.c
982                 o fixed appearance of icon list when toggling back from the 
983                   ctree
984                 o toggling of icons using the keyboard works correctly
985                 o fixed all other keyboard shortcuts to work when icons are
986                   active
987         
988         * src/messageview.c
989                 o fixed bug 4 - focus lost when changing messageview view type
990
991 2003-08-02 [christoph]  0.9.3claws90
992
993         * src/common/hooks.c
994                 fix crash when pointer stored in hash table could get invalid
995                 when a plugin is unloaded
996
997 2003-08-01 [christoph]  0.9.3claws89
998
999         * configure.ac
1000                 o try to build all plugins (except spamassassin) by default
1001                 o don't build a plugin if a dependency check fails
1002
1003         * src/common/hooks.c
1004                 fix warning
1005
1006 2003-08-01 [match]      0.9.3claws88
1007
1008         * src/importldif.c
1009                 allow single click field selection. document code.
1010
1011 2003-08-01 [christoph]  0.9.3claws87
1012
1013         * src/plugins/clamav/clamav_plugin.c
1014         * src/plugins/clamav/clamav_plugin_gtk.c
1015         * src/plugins/dillo_viewer/dillo_viewer.c
1016         * src/plugins/image_viewer/plugin.c
1017         * src/plugins/mathml_viewer/mathml_viewer.c
1018         * src/plugins/spamassassin/spamassassin.c
1019         * src/plugins/spamassassin/spamassassin_gtk.c
1020         * src/plugins/trayicon/trayicon.c
1021                 add version check to all plugins
1022
1023 2003-08-01 [hoa]        0.9.3claws86
1024
1025         * src/prefs_filtering.c
1026                 fixed a cosmetic bug, during creation of dialog box,
1027                 wrong widgets were shown after creation.
1028
1029 2003-08-01 [luke]       0.9.3claws85
1030
1031         * src/mainwindow.c
1032                 o fixed visibility of icons/mimeview after toggling separate
1033                   message/folder view (factored out some similar code too).
1034
1035
1036 2003-07-31 [alfons]     0.9.3claws84
1037
1038         * src/mimeview.c
1039                 tweak icon box UI a bit more, now allowing right-clicks actions
1040                 getting the relevant mime data too; should fix #250, "Can't save 
1041                 attachments sometimes".
1042
1043 2003-07-30 [alfons]     0.9.3claws83
1044
1045         * src/compose.c
1046                 don't do auto-save-draft inside key press handler, but rather
1047                 schedule it half of a second later; should fix #67, "autosave 
1048                 make re-rediting message crazy"
1049
1050 2003-07-30 [christoph]  0.9.3claws82
1051
1052         * src/plugins/trayicon/trayicon.c
1053                 process pending events before unloading the plugin
1054
1055         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1056
1057 2003-07-30 [alfons]     0.9.3claws81
1058
1059         * src/common/hooks.c
1060                 parameter 2 of g_hook_destroy() should really be a hook id
1061
1062 2003-07-30 [alfons]     0.9.3claws80
1063
1064         * src/common/plugin.c
1065                 fix a possibly harmful function signature mismatch 
1066                 for plugin_done
1067
1068 2003-07-30 [alfons]     0.9.3claws79
1069
1070         * src/common/hooks[.ch]
1071                 const correctness
1072
1073 2003-07-30 [darko]      0.9.3claws78
1074
1075         * src/summaryview.c
1076                 make it compile again
1077
1078 2003-07-30 [luke]       0.9.3claws77
1079
1080         * src/crash.c
1081         * src/main.c
1082                 o added/moved signal handlers for SIGTERM (normal kill command) 
1083                   and SIGINT (ctl-c) to be used even without 
1084                   --enable-crash-dialog, fixing bug 166
1085
1086         * src/summaryview.c
1087                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1088                   bug 227
1089
1090         * src/mainwindow.c
1091                 o changed sensitivity condition for 'Next new' and 'Next 
1092                   unread', fixing bug 8
1093
1094 2003-07-29 [alfons]     0.9.3claws76
1095
1096         * src/common/utils.[ch]
1097                 add generate_msgid()
1098         * src/messageview.c
1099                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1100                 sent folder".
1101
1102 2003-07-29 [alfons]     0.9.3claws75
1103
1104         * src/messageview.c
1105                 fix a memleak (claws-only)
1106
1107 2003-07-29 [alfons]     0.9.3claws74
1108
1109         * src/mimeview.[ch]
1110         * src/gtk/gtkvscrollbutton.[ch]
1111                 fix UI glitch where mime icon toolbox' scroll position is not 
1112                 reset after switching to another message
1113                 
1114
1115 2003-07-29 [paul]       0.9.3claws73
1116
1117         * src/prefs_folder_item.c
1118                 split the prefs into 2 separate pages
1119
1120 2003-07-29 [paul]       0.9.3claws72
1121
1122         * src/compose.c
1123                 prepend "\n\n" to a signature without a separator too
1124
1125 2003-07-29 [paul]       0.9.3claws71
1126
1127         * src/compose.c
1128                 fix bug where changing to an account without an auto-sig
1129                 from an initial account without an auto-sig would insert 
1130                 2 blank lines at the cursor point
1131                 fix bug where changing to an account with an auto-sig
1132                 from an initial account without an auto-sig would insert
1133                 the sig at the cursor point
1134
1135 2003-07-29 [paul]       0.9.3claws70
1136
1137         * src/folderview.c
1138                 use the colour from the folder pref unless the folder
1139                 has new messages
1140
1141 2003-07-29 [alfons]     0.9.3claws69
1142
1143         * src/procmsg.[ch]
1144         * src/messageview.c
1145         * src/procheader.c
1146                 rewrite return receipt request work a little bit (the former 
1147                 implementation presumably depended too much on the UI setting
1148                 flags). (we're losing the old pending flag.) 
1149
1150 2003-07-28 [christoph]  0.9.3claws68
1151
1152         * src/folder.c
1153         * src/imap.c
1154         * src/mh.c
1155         * src/procmsg.[ch]
1156                 fix copy to IMAP folder from other folder
1157
1158 2003-07-28 [christoph]  0.9.3claws67
1159
1160         * src/procmsg.c
1161                 fix sync of procmsg_get_message_file_list
1162
1163 2003-07-28 [christoph]  0.9.3claws66
1164
1165         * sync with 0.9.3cvs14
1166                 see ChangeLog 2003-07-18
1167         * sync with 0.9.3cvs17
1168                 see ChangeLog 2003-07-23
1169
1170         (closes Bug 234 segmentation fault after sending out mail via
1171          smtp(auth))
1172
1173 2003-07-28 [paul]       0.9.3claws65
1174
1175         * po/es.po
1176                 update Spanish translation, submitted by Ricardo Mones
1177                 Lastra
1178
1179 2003-07-28 [christoph]  0.9.3claws64
1180
1181         * src/folder.[ch]
1182         * src/imap.c
1183         * src/mh.c
1184                 return new message numbers as a GRelation instead of a GSList
1185                 that has to be in the same order as the input list. A list
1186                 would make it hard for IMAP to optimize oepration by sorting
1187                 the input list. The returned list would have to be reordered
1188                 to match the same order that input list has.
1189
1190         * src/gtk/gtkaspell.c
1191                 fix missing return value, could cause a crash when garbage is
1192                 on the stack that is used as the expected return value
1193
1194 2003-07-28 [paul]       0.9.3claws63
1195
1196         * sync with 0.9.4cvs1
1197                 see ChangeLog 2003-07-28
1198
1199 2003-07-27 [alfons]     0.9.3claws62
1200
1201         * src/mimeview.c
1202                 tweak it more to make icon list act like a check button group
1203
1204 2003-07-27 [christoph]  0.9.3claws61
1205
1206         * sync with 0.9.3cvs20
1207                 see ChangeLog 2003-07-25
1208
1209 2003-07-27 [paul]       0.9.3claws60
1210
1211         * src/procmsg.c
1212                 re-commit changes from 0.9.3claws58 -
1213                 accidently removed in 0.9.3claws59
1214
1215 2003-07-27 [paul]       0.9.3claws59
1216
1217         * src/procmsg.[ch]
1218                 a sync from 0.9.3cvs17
1219                 see ChangeLog 2003-07-23
1220
1221 2003-07-27 [alfons]     0.9.3claws58
1222
1223         * src/procmsg.c
1224                 add missing header members to MsgInfo; fixes the problem of 
1225                 not displaying X-Faces, as noticed by Ricardo Mones
1226
1227 2003-07-26 [christoph]  0.9.3claws57
1228
1229         * sync with 0.9.3cvs18
1230                 see ChangeLog 2003-07-24
1231
1232 2003-07-26 [christoph]  0.9.3claws56
1233
1234         * sync with 0.9.3cvs17
1235                 see ChangeLog 2003-07-23
1236
1237 2003-07-26 [christoph]  0.9.3claws55
1238
1239         * src/folder.[ch]
1240         * src/imap.c
1241         * src/mbox_folder.c
1242         * src/mh.c
1243         * src/news.c
1244                 add support for copy function that copy multiple messages
1245                 (not implemented yet)
1246
1247         * src/summaryview.c
1248                 add missing return value
1249
1250 2003-07-26 [paul]       0.9.3claws54
1251
1252         * tools/multiwebsearch.pl
1253                 do whitespace substitution before passing the string
1254                 to the browser. fixes bug with browsers that don't
1255                 do whitespace conversion themselves.
1256
1257 2003-07-25 [christoph]  0.9.3claws53
1258
1259         * src/folder.[ch]
1260         * src/imap.c
1261         * src/mh.c
1262                 rewrite adding of multiple messages to a folder for
1263                 claws' folder system
1264
1265 2003-07-25 [luke]       0.9.3claws52
1266
1267         * src/mimeview.c
1268                 o icon toggles set correctly on leaving ctree mimeview
1269
1270 2003-07-25 [paul]       0.9.3claws51
1271
1272         * partial sync with 0.9.3cvs21 [src/main.c]
1273                 see ChangeLog 2003-07-25
1274
1275 2003-07-24 [paul]       0.9.3claws50
1276
1277         * tools/maildir2sylpheed.pl
1278                 fix typo
1279
1280 2003-07-24 [paul]       0.9.3claws49
1281
1282         * src/mimeview.c
1283                 increase the gutter size of paned so that the panes
1284                 can be resized
1285                 
1286         * src/plugins/demo/demo.c
1287                 squeeze in another typo fix
1288
1289 2003-07-24 [paul]       0.9.3claws48
1290
1291         * src/plugins/demo/demo.c
1292           src/prefs_account.c
1293                 small changes to the English
1294                 
1295         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1296           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1297           src/Makefile.am
1298           src/stock_pixmap.c
1299                 rename the misspelled icon
1300
1301 2003-07-23 [alfons]     0.9.3claws47
1302
1303         * src/mimeview.c
1304                 make icon list look like a list of toggles
1305
1306 2003-07-23 [luke]       0.9.3claws46
1307
1308         * src/pixmaps/mimeview_gpg_expired.xpm
1309         * src/pixmaps/mimeview_gpg_failed.xpm
1310         * src/pixmaps/mimeview_gpg_passed.xpm
1311         * src/pixmaps/mimeview_text_html.xpm
1312         * src/pixmaps/mimeview_image.xpm
1313                 o all icons the same size
1314
1315         * src/mimeview.[ch]
1316                 o mimeview ctree arranged vertically above the viewer
1317                 o icons changed to buttons
1318                 o can use keyboard to select an icon (Enter)
1319                 o resize icon list to width of icons
1320
1321         *  src/gtk/gtkvscrollbutton.c
1322                 o sensitivity of buttons reacts to position
1323
1324 2003-07-23 [christoph]  0.9.3claws45
1325
1326         * sync with 0.9.3cvs14 (incomplete)
1327                 see ChangeLog 2003-07-17
1328
1329 2003-07-23 [alfons]     0.9.3claws44
1330
1331         * src/folder.c
1332         * src/procmsg.h
1333                 sync with my local tree to restore some claws-only things
1334
1335 2003-07-23 [paul]       0.9.3claws43
1336
1337         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1338           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1339           src/Makefile.am
1340           src/mimeview.c
1341           src/procmime.h
1342           src/rfc2015.c
1343           src/stock_pixmap.[ch]
1344                 indicate missing keys and expired sigs/keys
1345                 in mime view column
1346
1347 2003-07-23 [paul]       0.9.3claws42
1348
1349         * src/compose.c
1350                 Redirect fixes: enable automatic account selection and
1351                 do not append signature to message on changing account
1352                 fixes Bug[s] #248
1353
1354 2003-07-23 [paul]       0.9.3claws41
1355
1356         * sync with 0.9.3cvs16
1357                 see ChangeLog 2003-07-23
1358
1359 2003-07-23 [alfons]     0.9.3claws40
1360
1361         * src/inc.c
1362                 give progress dialog a main window, and give it the first 
1363                 one (presumably the only one). fixes bug #247, "segfault on 
1364                 pop-before-smtp" 
1365
1366 2003-07-22 [alfons]     0.9.3claws39
1367
1368         * src/summaryview.c
1369                 shift-space scrolls up
1370
1371 2003-07-22 [paul]       0.9.3claws38
1372
1373         * sync with 0.9.3cvs15
1374                 see ChangeLog 2003-07-22
1375
1376 2003-07-20 [alfons]     0.9.3claws37
1377
1378         * src/compose.c
1379                 put menu inside #ifdef USE_ASPELL..#endif
1380
1381 2003-07-20 [christoph]  0.9.3claws36
1382
1383         * src/procmsg.c
1384                 fix wrong flags in MsgInfo returned by
1385                 procmsg_msginfo_get_full_info()
1386
1387         (closes Bug 221 Deleting messages from the Message View gives incorrect
1388          new/unread message counts in the folder view)
1389
1390         * src/plugins/spamassassin/spamassassin_gtk.c
1391                 add gettext macro for prefs page title
1392
1393 2003-07-20 [paul]       0.9.3claws35
1394
1395         * src/mimeview.c
1396                 redraw icon list on signature check
1397
1398 2003-07-20 [christoph]  0.9.3claws34
1399
1400         * src/Makefile.am
1401         * src/account.c
1402         * src/folder.[ch]
1403         * src/folder_item_prefs.[ch]            ** NEW **
1404         * src/folderview.c
1405         * src/mainwindow.c
1406         * src/mh.c
1407         * src/prefs_gtk.c
1408         * src/prefs_scoring.c
1409         * src/summaryview.c
1410         * src/prefs_folder_item.[ch]
1411                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1412                   Properties dialog
1413                 o use prefswindow for folder properties
1414
1415         * src/gtk/prefswindow.[ch]
1416                 change implementation to use an invisible notebook instead
1417                 of unparenting widgets
1418
1419 2003-07-20 [christoph]  0.9.3claws33
1420
1421         * src/compose.h
1422         * src/folder.c
1423         * src/folderview.h
1424         * src/headerview.h
1425         * src/prefs_filtering.h
1426         * src/prefs_folder_item.[ch]
1427         * src/procmime.h
1428         * src/procmsg.h
1429         * src/summaryview.h
1430                 clean up header mess
1431                 (always use 1. typedefs, 2. #includes, 3. structures)
1432
1433         * src/common/version.h.in
1434                 add casts for constants
1435
1436         * src/plugins/demo/demo.c
1437                 fix typo
1438
1439         * src/plugins/spamassassin/spamassassin.c
1440                 remove unused variable
1441
1442 2003-07-20 [alfons]     0.9.3claws32
1443
1444         * src/mimeview.c
1445                 o make icon buttons respond on left click
1446                 o minor cosmetic change
1447
1448 2003-07-19 [luke]       0.9.3claws31
1449
1450         * src/mimeview.[ch]
1451         * src/gtk/gtkvscrollbutton.c
1452         * src/messageview.c
1453                 o improved mimeview behaviour when selecting a new message
1454                 o plus code cleanups to remove compile warnings
1455
1456
1457 2003-07-19 [alfons]     0.9.3claws30
1458
1459         * src/procmsg.c
1460         * src/compose.c
1461         * src/common/utils.[ch]
1462                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1463
1464 2003-07-19 [alfons]     0.9.3claws29
1465
1466         * src/prefs_folder_item.c
1467                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1468                 string pointers
1469
1470 2003-07-19 [luke]       0.9.3claws28
1471
1472         * src/messageview.c
1473         * src/mimeview.[ch]
1474         * src/procmime.h
1475         * src/rfc2015.c
1476         * src/stock_pixmap.[ch]
1477         * src/gtk/Makefile.am
1478         * src/Makefile.am
1479         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1480         * src/pixmaps/mime_*.xpm                ** NEW **
1481                 o mimeview rearrangement with a new icon shortcut bar
1482
1483 2003-07-19 [alfons]     0.9.3claws27
1484
1485         * src/folderview.c
1486                 o plug leaking nodes_to_recollapse
1487                 o add folderview_recollapse_all_nodes() (not used yet)
1488
1489 2003-07-19 [alfons]     0.9.3claws26
1490
1491         * src/compose.c
1492         * src/common/utils.c
1493                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1494                 for both forwarding as replying
1495
1496 2003-07-18 [christoph]  0.9.3claws25
1497
1498         * configure.ac
1499         * src/common/sylpheed.[ch]
1500         * src/common/version.h.in
1501                 add version in numeric form to allow easy comparison
1502
1503         * src/plugins/demo/demo.c
1504                 add version check
1505                 - sylpheed version > plugin version => never allowed, sylpheed
1506                   could contain unknown API changes
1507                 - sylpheed version < minimum version required => don't load,
1508                   API required not available (if linking does not fail)
1509
1510 2003-07-18 [alfons]     0.9.3claws24
1511         
1512         * src/common/plugin.[ch]
1513                 const correctness
1514
1515 2003-07-18 [christoph]  0.9.3claws23
1516
1517         * src/common/hooks.c
1518                 fix crash when hooks where unregisted
1519
1520         * src/plugins/trayicon/trayicon.c
1521                 unregister detroy signal before destroying the widget
1522                 (still crashes when the plugin is unloaded)
1523
1524 2003-07-18 [alfons]     0.9.3claws22
1525         
1526         * src/folderview.c
1527                 delay expanding folder tree during drags until timeout triggered
1528                 (needs perhaps some tweaking, so testing is welcome)
1529
1530 2003-07-17 [alfons]     0.9.3claws21
1531
1532         * src/folderview.c
1533                 clean up cruft
1534
1535 2003-07-17 [christoph]  0.9.3claws20
1536
1537         * src/common/session.c
1538                 fix opening of SSL connections
1539
1540         * src/plugins/image_viewer/Makefile.am
1541                 add OPENSSL_CFLAGS (we should find a better solution to remove
1542                 this dependencies if they are not required)
1543
1544         * src/plugins/spamassassin/spamassassin.c
1545                 remove setlocale workaround (fixed in libspamc)
1546
1547         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1548          if spell checking enabled)
1549
1550 2003-07-17 [alfons]     0.9.3claws19
1551
1552         * src/common/hooks.[ch]
1553         * src/plugins/clamav/clamav_plugin.c
1554         * src/plugins/spamassassin/spamassassin.c
1555         * src/plugins/trayicon/trayicon.c
1556                 fix signedness muck 
1557
1558 2003-07-17 [alfons]     0.9.3claws18
1559
1560         * src/procmime.c
1561                 plug memleak
1562
1563 2003-07-17 [alfons]     0.9.3claws17
1564
1565         * src/inc.c
1566                 plug memleak
1567
1568 2003-07-17 [paul]       0.9.3claws16
1569
1570         * src/common/defs.h
1571           src/mainwindow.c
1572           src/manual.[ch]
1573                 add link to the Claws site's FAQ page, after the suggestion
1574                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1575                 Move url strings to defs.h
1576                 
1577         * src/mainwindow.c
1578                 fix typo to prevent "unknown menu entry" warnings
1579
1580 2003-07-17 [alfons]     0.9.3claws15
1581
1582         * src/folderview.[ch]
1583         * src/summaryview.[ch]
1584         * src/mimeview.[ch]
1585                 plug DnD leaks 
1586
1587 2003-07-17 [paul]       0.9.3claws14
1588
1589         * src/inc.c
1590                 remove two instances of 'GTK_EVENTS_FLUSH' because
1591                 they are unnecessary and probably cause a stack overflow
1592
1593 2003-07-16 [christoph]  0.9.3claws13
1594
1595         * src/mimeview.[ch]
1596                 use an invisible GTK notebook to switch between viewers
1597                 instead of reparenting widgets
1598
1599 2003-07-16 [christoph]  0.9.3claws12
1600
1601         * src/folder.c
1602                 move folder_item_update_freeze() to correct place in
1603                 folder_item_scan_full()
1604
1605 2003-07-16 [paul]       0.9.3claws11
1606
1607         * sync with 0.9.3cvs12
1608                 see ChangeLog 2003-07-14 and 2003-07-15
1609
1610 2003-07-16 [christoph]  0.9.3claws10
1611
1612         * src/imap.[ch]
1613         * src/prefs_account.[ch]
1614                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1615
1616 2003-07-15 [alfons]     0.9.3claws9
1617
1618         * src/main.c
1619                 make --config-dir do something useful
1620
1621 2003-07-15 [alfons]     0.9.3claws8
1622
1623         * src/procmsg.c
1624                 o fix a bug where 'last' didn't really point to the last message
1625                   in the top level list of children, but to the last threaded
1626                   message. 
1627                 
1628                 o clean up and make it easier to sync
1629
1630 2003-07-15 [alfons]     0.9.3claws7
1631
1632         * src/mainwindow.c
1633                 make correct menu items sensitive       
1634
1635 2003-07-14 [alfons]     0.9.3claws6
1636
1637         * src/procmsg.c
1638                 tune the threader so it will not subject-thread any message
1639                 without a subject prefix (this will not thread correctly if 
1640                 a parent is delivered after their childs, but it looks 
1641                 better right now)
1642
1643 2003-07-13 [christoph]  0.9.3claws5
1644
1645         * src/mainwindow.c
1646                 group "Add mailbox *..." menu items in submenu
1647
1648 2003-07-13 [alfons]     0.9.3claws4
1649
1650         * src/summaryview.c
1651                 correct summary_toggle_pressed() signature and make sure
1652                 signal is not passed on
1653
1654 2003-07-13 [alfons]     0.9.3claws3
1655
1656         * src/summaryview.c
1657                 o for now don't pass on keys when they we're handled by 
1658                   ctree::key_press_event
1659                 o clean up
1660
1661 2003-07-13 [alfons]     0.9.3claws2
1662         
1663         * src/main.c
1664                 add command line option "--config-dir" to get the current 
1665                 configuration dir
1666
1667 2003-07-12 [alfons]     0.9.3claws1
1668
1669         * src/matcher.[ch]
1670         * src/matcher_parser_parse.y
1671         * src/prefs_filtering.c
1672         * src/filtering.c
1673                 add "Lock" filter action to lock messages;
1674
1675         * src/filtering.c       
1676                 remove debug_print()    
1677         * src/prefs_filtering.c
1678                 re-organize matcher part 9: 
1679                 make action text entries easily extendible;
1680                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1681                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1682
1683 2003-07-12 [paul]
1684
1685         * tools/README
1686                 update old information and add missing
1687                 information
1688
1689 2003-07-12 [paul]       0.9.3claws
1690
1691         * 0.9.3claws released
1692         
1693 2003-07-12 [paul]       0.9.0claws103
1694
1695         * src/Makefile.am
1696                 add addrquery.h
1697
1698 2003-07-12 [melvin]     0.9.0claws102
1699
1700         * src/messageview.c
1701                 Fixed bug #215: Show MIME tab for single text/html messages. 
1702                 
1703 2003-07-12 [paul]       0.9.0claws101
1704
1705         * man/sylpheed.1
1706                 updated
1707
1708 2003-07-12 [paul]       0.9.0claws100
1709
1710         * po/es.po
1711           po/hr.po
1712           po/pl.po
1713           po/sr.po
1714                 update Spanish, Croatian, Polish, Serbian translations.
1715                 submitted by Ricardo Mones Lastra, Dragan, Witold
1716                 Wladyslaw Wojciech Wilk, Urke MMI
1717
1718 2003-07-12 [melvin]     0.9.0claws99
1719
1720         * po/fr.po
1721                 Updated French translations.
1722
1723 2003-07-12 [paul]       0.9.0claws98
1724
1725         * src/addressbook.c
1726                 disable 'Lookup' button as it has no effect
1727
1728 2003-07-11 [alfons]     0.9.0claws97
1729         
1730         * src/summaryview.c
1731                 summary_searchbar_pressed() should return TRUE to signal that
1732                 event was handled. when returning void, the return value passed
1733                 to GTK is actually random, but maybe FALSE, in which case the
1734                 event is handled by parent
1735                 
1736 2003-07-10 [paul]       0.9.0claws96
1737
1738         * ac/missing/gettext.m4
1739                 update to version 0.12
1740
1741 2003-07-10 [paul]       0.9.0claws95
1742
1743         * src/plugins/clamav/clamav_plugin.c
1744                 fix bug where multipart/alternative messages
1745                 would slip through without being scanned
1746
1747 2003-07-10 [christoph]  0.9.0claws94
1748
1749         * src/folder.c
1750                 correct check if folder supports removing when a message is
1751                 moved. if not the message is only copied.
1752
1753         (closes Bug 132 crash on startup in newsgroups folders)
1754
1755 2003-07-09 [alfons]     0.9.0claws93
1756
1757         * configure.ac
1758         * src/common/defs.h
1759                 --with-config-dir (default .sylpheed)
1760
1761 2003-07-09 [christoph]  0.9.0claws92
1762
1763         * configure.ac
1764                 use PKG_CHECK_MODULES to check for gtkmathview
1765                 (version 0.4.2 now required)
1766
1767 2003-07-08 [melvin]     0.9.0claws91
1768
1769         * src/action.c
1770                 Implemented a progress bar that counts the number of completed
1771                 tasks when the action runs more than one command.
1772
1773 2003-07-08 [alfons]     0.9.0claws90
1774
1775         * src/procmsg.c
1776                 if queued message has an invalid Message-Id, don't try to
1777                 find message it refers to (fixes #209 "crash when processing 
1778                 in folder")
1779
1780 2003-07-08 [paul]       0.9.0claws89
1781
1782         * sync with 0.9.3cvs2
1783                 see ChangeLog 2003-07-08
1784
1785 2003-07-08 [match]      0.9.0claws88
1786
1787         * src/ldapctrl.c
1788                 extend LDAP search for first/last name by parsing search term.
1789
1790 2003-07-08 [alfons]     0.9.0claws87
1791
1792         * src/send_message.c
1793                 fix bug #208 "Status message stuck when sending on POP3 account"
1794
1795 2003-07-07 [paul]       0.9.0claws86
1796
1797         * po/hr.po
1798                 new Croatian translation, submitted by
1799                 Dragan <drleskov@inet.hr>
1800
1801 2003-07-07 [paul]       0.9.0claws85
1802
1803         * sync with 0.9.3cvs1
1804                 see ChangeLog 2003-07-07
1805
1806 2003-07-05 [christoph]  0.9.0claws84
1807
1808         * src/Makefile.am
1809         * src/messageview.c
1810         * src/mimeview.[ch]
1811         * src/stock_pixmap.[ch]
1812         * src/pixmaps/messageview_text.xpm              ** NEW **
1813                 move mimeview tabs to the right side and use icons
1814                 instead of text to save some space
1815
1816         (patch by Luke Plant <lukeplant@softhome.net>)
1817
1818 2003-07-05 [christoph]  0.9.0claws83
1819
1820         * src/inc.c
1821                 add NULL pointer checks
1822
1823         (patch by Luke Plant <lukeplant@softhome.net>)
1824         (closes Bug 204 0.9.0 quits on authentication error?!)
1825
1826 2003-07-05 [alfons]     0.9.0claws82
1827
1828         * configure.ac
1829                 take the clue in bug #202 "./configure script - 
1830                 'if test' comparison failure" reported by John Kristoff. 
1831
1832 2003-07-04 [christoph]  0.9.0claws81
1833
1834         * src/plugins/spamassassin/spamassassin.c
1835                 set timeout for spam check
1836
1837 2003-07-04 [christoph]  0.9.0claws80
1838
1839         * src/main.c
1840                 destroy all FolderItems when shutting down to
1841                 allow folders to clean up
1842
1843 2003-07-04 [melvin]     0.9.0claws79
1844
1845         * src/gtk/gtkaspell.c
1846                 Fixed bug #184 "Entering non-ascii character deletes
1847                 previous char if spell checking enabled": this makes
1848                 the spell checking in multibytes (e.g. UTF-8)locales work.
1849                 (Patch by Luke Plant).
1850                 
1851 2003-07-04 [christoph]  0.9.0claws78
1852
1853         * sync with 0.9.2cvs1
1854                 see ChangeLog 2003-06-10
1855
1856 2003-07-04 [paul]       0.9.0claws77
1857
1858         * sync with 0.9.3 release
1859                 see ChangeLog 2003-07-04
1860
1861 2003-07-03 [christoph]  0.9.0claws76
1862
1863         * src/folder.[ch]
1864         * src/imap.c
1865         * src/mbox_folder.c
1866         * src/mh.c
1867         * src/news.c
1868                 move folder_item_get_path() stuff into a folder virtual function
1869
1870         * src/procmsg.c
1871                 use folder_item_fetch_msg() to get message and do not contruct
1872                 the filename from path and number
1873
1874 2003-07-03 [paul]       0.9.0claws75
1875
1876         * sync with 0.9.2cvs12
1877                 see ChangeLog 2003-07-03
1878
1879 2003-07-02 [paul]       0.9.0claws74
1880
1881         * src/messageview.c
1882                 fix text-selection for replying
1883
1884 2003-07-02 [paul]       0.9.0claws73
1885
1886         * sync with 0.9.2cvs11
1887                 see ChangeLog 2003-07-02
1888
1889 2003-07-02 [paul]       0.9.0claws72
1890
1891         * src/procmsg.c
1892                 revert last commit because it breaks more
1893                 than it fixes
1894
1895 2003-07-02 [paul]       0.9.0claws71
1896
1897         * src/procmsg.c
1898                 fix thread by subject/sort by date
1899
1900 2003-07-01 [paul]       0.9.0claws70
1901
1902         * sync with 0.9.2cvs10
1903                 see ChangeLog 2003-07-01
1904
1905 2003-06-30 [paul]       0.9.0claws69
1906
1907         * sync with 0.9.2cvs9
1908                 see ChangeLog 2003-06-30
1909
1910 2003-06-28 [match]      0.9.0claws68
1911
1912         * src/addressbook.c
1913                 fix null ptr.
1914
1915 2003-06-27 [paul]       0.9.0claws67
1916
1917         * sync with 0.9.2cvs7
1918                 see ChangeLog 2003-06-27
1919
1920 2003-06-26 [christoph]  0.9.0claws66
1921
1922         * src/folder.c
1923                 freeze folder updates while a folder is scanned
1924
1925         (closes Bug 185 New message counter)
1926
1927 2003-06-26 [darko]      0.9.0claws65
1928
1929         * src/ldapserver.c
1930                 fix infinite loop when adding a new LDAP server
1931
1932 2003-06-26 [paul]       0.9.0claws64
1933
1934         * sync with 0.9.2cvs6
1935                 see ChangeLog 2003-06-26
1936
1937 2003-06-26 [paul]       0.9.0claws63
1938
1939         * sync with 0.9.2cvs5
1940                 see ChangeLog 2003-06-25 and 2003-06-26
1941
1942 2003-06-25 [match]      0.9.0claws62
1943
1944         * src/addr_compl.c
1945                 Fixed tab/backtab for dropped-down completion list to
1946                 move next/previous field. (close bug 147)
1947
1948 2003-06-25 [christoph]  0.9.0claws61
1949
1950         * src/addr_compl.[ch]
1951         * src/addrindex.[ch]
1952         * src/folderview.c
1953         * src/inc.c
1954         * src/news.c
1955         * src/summaryview.c
1956         * src/toolbar.c
1957                 fix warnings
1958
1959 2003-06-25 [leandro]    0.9.0claws60
1960
1961         * src/compose.c
1962                 o cleanups
1963                 o gray out "Message/Remove references" menu item if not
1964                   replying to a message
1965
1966 2003-06-24 [leandro]    0.9.0claws59
1967
1968         * src/compose.[ch]
1969                 o removed "Message/Create new thread" menu item
1970                 o added "Message/Remove references" menu item
1971                   (it's off by default and will not check anymore
1972                    if the subject changed)
1973
1974 2003-06-23 [alfons]     0.9.0claws58
1975
1976         * src/procmsg.c
1977                 try better grouping messages threaded by subject based on their age.
1978                 still not perfect - because the message tree is not sorted by date.  
1979
1980 2003-06-23 [thorsten]   0.9.0claws57
1981
1982         * src/pop.[ch]
1983                 added mail_receive_hook to allow modifications
1984                 directly after retrieval (e.g. adding headers).
1985
1986 2003-06-23 [paul]       0.9.0claws56
1987
1988         * src/sourcewindow.c
1989                  enable the use of Ctrl+A to select all text in
1990                  the sourcewindow
1991                  Patch submitted by Ivan Francolin Martinez
1992                  <ivanfm@users.sourceforge.net>
1993
1994 2003-06-22 [christoph]  0.9.0claws55
1995
1996         * src/folder.[ch]
1997                 o add notification hook for folder tree changes
1998                 o invoke hooks after folder tree scanning
1999
2000         * src/folderview.[ch]
2001                 register hook for folder tree changes that
2002                 updates the ctree
2003
2004         (there are more places that should be updated, like add, remove 
2005          or move folder)
2006
2007         (closes Bug 164 Crash on rebuild folder tree)
2008         (closes Bug 190 Crash on 'rebuilding folder tree')
2009
2010 2003-06-21 [leandro]    0.9.0claws54
2011
2012         * src/compose.[ch]
2013                 create a new thread if subject changes
2014                 (it's on by default, can be disabled in Message menu)
2015
2016 2003-06-21 [alfons]     0.9.0claws53
2017
2018         * src/summaryview.c
2019                 quiet little compiler
2020
2021 2003-06-21 [christoph]  0.9.0claws52
2022
2023         update gettext stuff to version 0.12
2024
2025 2003-06-19 [alfons]     0.9.0claws51
2026
2027         * src/common/log.c
2028         * src/common/plugin.c
2029                 move defs.h before glib.h to prevent MIN/MAX redefs
2030
2031 2003-06-19 [alfons]
2032
2033         * src/addressbook.c
2034                 translatable
2035
2036 2003-06-19 [match]      0.9.0claws50
2037
2038         * src/addressbook.[ch]
2039         * src/addrindex.[ch]
2040         * src/addr_compl.[ch]
2041         * src/editldap.[ch]
2042         * src/editldap_basedn.[ch]
2043         * src/addritem.[ch]
2044         * src/ldapquery.h
2045                 re-implemented dynamic LDAP search. works without
2046                 slowdown on display sender with addressbook
2047                 option.
2048         * src/addrbook.c
2049                 documented code.
2050
2051 2003-06-19 [paul]       0.9.0claws49
2052
2053         * src/compose.c
2054                 fix Bug #136 'Nonprovided quotation marks crash claws'
2055                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2056
2057 2003-06-19 [alfons]     0.9.0claws48
2058
2059         * src/prefs_common.[ch]
2060         * src/procmsg.c
2061                 restrict threading by subject by checking thread for
2062                 age (prefs_common.thread_by_subject_max_age)
2063
2064 2003-06-18 [christoph]  0.9.0claws47
2065
2066         * src/imap.c
2067                 fix memory leak in imap_cmd_fetch()
2068
2069 2003-06-18 [christoph]  0.9.0claws46
2070
2071         * src/prefs_gtk.c
2072                 fix memory leak in prefs_set_default() when used multiple
2073                 times or after prefs have been read
2074
2075 2003-06-18 [christoph]  0.9.0claws45
2076
2077         * src/common/plugin.c
2078                 fix memory leak in plugin_unload()
2079
2080 2003-06-18 [christoph]  0.9.0claws44
2081
2082         * src/imap.c
2083                 fix memory leak in imap_cmd_ok()
2084
2085 2003-06-18 [christoph]  0.9.0claws43
2086
2087         * src/folder.c
2088                 stop messages that are downloaded from POP3 and added to
2089                 an IMAP inbox from being filtered twice (first by POP3
2090                 and again when IMAP folder is scaned to get the UID of
2091                 the APPEND operation when no UIDPLUS is available)
2092
2093 2003-06-18 [alfons]
2094
2095         * tools/Makefile.am
2096                 phoenix <- firebird     
2097
2098 2003-06-18 [paul]
2099
2100         * tools/launch_phoenix          ** REMOVED **
2101           tools/launch_firebird         ** NEW **
2102                 renamed and edited to reflect the browser's name change from
2103                 'phoenix' to 'firebird'
2104
2105 2003-06-18 [paul]       0.9.0claws42
2106
2107         * sync with 0.9.2cvs2
2108                 see ChangeLog 2003-06-16
2109
2110 2003-06-17 [alfons]     0.9.0claws41
2111
2112         * src/procmsg.c
2113                 prevent threading problems when a node is an ancestor (parent / great parent),
2114                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2115                 for finding an sample set of messages)
2116
2117 2003-06-16 [christoph]  0.9.0claws40
2118
2119         * src/main.c
2120                 don't popup main window on --receive or --receive-all
2121
2122         * src/mainwindow.[ch]
2123         * src/plugins/trayicon/trayicon.c
2124                 allow hiding of main window by clicking on the trayicon
2125                 (doesn't work correctly in seperate window mode and may
2126                  cause unexpected GTK problems I couldn't find yet)
2127
2128         * src/common/ssl.c
2129                 remove incorrect warning
2130
2131 2003-06-15 [alfons]     0.9.0claws39
2132
2133         * src/gtk/gtkstext.c
2134                 don't output debug text;
2135                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2136                 for pointing this out);
2137
2138 2003-06-14 [alfons]     0.9.0claws38
2139         
2140         * src/messageview.c
2141                 remove printf() and make one if..else comply with coding style
2142
2143 2003-06-14 [alfons]     0.9.0claws37
2144
2145         * AUTHORS
2146                 add Martin Wicke
2147         * src/action.c
2148         * src/messageview.[ch]
2149         * src/summaryview.c
2150                 apply patch #754162 "Quoting messages filtered by actions" submitted
2151                 by Martin Wicke, which allows quoting message body changed by an
2152                 action (Thanks!).
2153
2154 2003-06-13 [alfons]     0.9.0claws36
2155
2156         * src/utils.c
2157                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2158                 use case insensitive regexp (suggested by Ivan Martinez)
2159
2160 2003-06-13 [christoph]  0.9.0claws35
2161
2162         * configure.ac
2163         * src/plugins/trayicon/Makefile.am
2164         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2165         * src/plugins/trayicon/trayicon.c
2166         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2167         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2168         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2169         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2170         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2171         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2172                 replace my own EggTrayIcon backport with the backport
2173                 used by (l|x)mule and gabber.
2174
2175 2003-06-13 [alfons]     0.9.0claws34
2176
2177         * AUTHORS
2178         * src/common/utils.c
2179                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2180
2181 2003-06-13 [alfons]     0.9.0claws33
2182
2183         * src/compose.c
2184                 clean up a little bit
2185
2186 2003-06-12 [alfons]     0.9.0claws32
2187
2188         * src/compose.c
2189                 const correctness fix
2190
2191         * src/common/sylpheed.[ch]
2192                 () -> (void)
2193                 prevent redef MIN/MAX
2194                 
2195         * src/common/utils.[ch]
2196                 () -> (void)
2197
2198 2003-06-12 [melvin]     0.9.0claws31
2199
2200         * src/compose.c
2201                 Updated to take into accounts changes in GtkAspell.
2202
2203 2003-06-12 [alfons]     0.9.0claws30
2204
2205         * src/compose.c
2206         * src/procmsg.c
2207         * src/common/utils.[ch]
2208                 handle reply subject prefixes better (initial 
2209                 suggestion by Robert Story adapted and enhanced 
2210                 using regexps)
2211
2212 2003-06-12 [melvin]     0.9.0claws29
2213
2214         * src/compose.c
2215                 Use new gtkaspell_checkers_strerror() to get the speller's
2216                 error message instead of accessing the (now private)
2217                 checkers structure.
2218                 Minor code clean up
2219
2220         * src/main.c
2221                 Use #ifdef instead of #if for USE_ASPELL
2222                 Use the new spell checkers init/quit functions 
2223
2224         * src/gtk/gtkaspell.c
2225                 Use #ifdef instead of #if for USE_ASPELL
2226                 Moved in the majority of GtkAspell structures that were
2227                 exported before by gtkaspell.h
2228         
2229         * src/gtk/gktaspell.h
2230                 Made gtkaspell.h contain only the necessary data to be
2231                 publicized by moving many structures to gtkaspell.c.
2232                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2233                 gtkaspell_checkers_new(): replaced by...
2234                 gtkaspell_checkers_init(): new function for initialization
2235                 gtkaspell_checkers_delete(): replaced by...
2236                 gtkaspell_checkers_quit(): new function
2237                 gtkaspell_checkers_strerror(): new function that returns
2238                 the checker's last error message.
2239                 
2240 2003-06-11 [melvin]     0.9.0claws28
2241
2242         * po/POTFILES.in
2243                 Updated to take into account gtkaspell.c migration to
2244                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2245
2246 2003-06-10 [alfons]     0.9.0claws27
2247
2248         * src/filtering.[ch]
2249         * src/folder.c
2250         * src/matcher.c
2251         * src/scoring.[ch]
2252                 - try fixing bug #18 (any brave testers?)
2253                 - add more robustness by refusing previously 
2254                   unchecked NULL pointers 
2255
2256 2003-06-10 [alfons]     0.9.0claws26
2257
2258         * src/procmsg.c
2259                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2260
2261 2003-06-09 [alfons]     0.9.0claws25
2262
2263         * src/prefs_common.c
2264                 fix bug #163 "Icon switching doesnt work properly" by 
2265                 preventing early freeing of prefs_common.pixmap_theme_path.
2266
2267 2003-06-09 [christoph]  0.9.0claws24
2268
2269         * src/gtk/gtkaspell.c
2270                 revert Thorsten's fix and add forgotten g_strdup for
2271                 aspell path (it should not be possible to alter the path a
2272                 GtkASpell uses from outside)
2273
2274 2003-06-09 [thorsten]   0.9.0claws23
2275
2276         * src/gtk/gtkaspell.c
2277                 dont free prefs_common.aspell_path when closing compose
2278
2279 2003-06-08 [colin]      0.9.0claws22
2280
2281         * src/plugins/spamassassin/spamassassin.c
2282                 fix prefs types
2283
2284 2003-06-07 [christoph]  0.9.0claws21
2285
2286         * src/Makefile.am
2287         * src/compose.c
2288         * src/gtkaspell.[ch]            ** REMOVE **
2289         * src/gtk/Makefile.am
2290         * src/gtk/gtkaspell.[ch]        ** NEW **
2291                 o make gtkaspell independent from sylpheed's prefs
2292                 o move gtkaspell.[ch] to gtk directory
2293
2294 2003-06-07 [christoph]  0.9.0claws20
2295
2296         * src/Makefile.am
2297         * src/crash.c
2298         * src/export.c
2299         * src/filesel.[ch]              ** REMOVE **
2300         * src/folder.c
2301         * src/main.[ch]
2302         * src/common/sylpheed.[ch]
2303         * src/gtk/Makefile.am
2304         * src/gtk/filesel.[ch]          ** NEW **
2305         * src/gtk/pluginwindow.c
2306         * src/gtk/sslcertwindow.c
2307                 move filesel.[ch] to gtk directory
2308
2309 2003-06-07 [alfons]     0.9.0claws19
2310
2311         * src/filesel.c
2312                 make (multi) file selection dialog work again (Claws-only)
2313
2314 2003-06-07 [thorsten]   0.9.0claws18
2315
2316         * po/de.po
2317                 fix typos
2318
2319 2003-06-07 [alfons]     0.9.0claws17
2320
2321         * configure.ac
2322         * src/mimeview.c
2323                 detect apache mishap in which case don't include fnmatch.h
2324                 if regex.h is already included
2325
2326 2003-06-06 [christoph]  0.9.0claws16
2327
2328         * configure.ac
2329         * src/mimeview.h
2330                 add check for fnmatch.h and include it when available
2331
2332         * src/mimeview.[ch]
2333                 fix wrong case sensitivity of Content-Types
2334
2335         * src/gtk/Makefile.am
2336                 need the same include paths in gtk directory as in
2337                 common directory because .h files in common can
2338                 include files from these directories, when included
2339                 in gtk's .h or .c files
2340
2341 2003-06-06 [alfons]     0.9.0claws15
2342
2343         * src/mimeview.c
2344         * src/summaryview.c
2345                 make it compile again because of regex.h / fnmatch.h 
2346                 include problems (related to recent mime stuff, can
2347                 someone check this?)
2348
2349 2003-06-06 [thorsten]   0.9.0claws14
2350
2351         * src/folderview.c
2352                 possible use of uninitialized pointer while dragging
2353
2354 2003-06-06 [paul]       0.9.0claws13
2355
2356         * src/compose.c
2357                 fix bug where the insert sig button would be effective
2358                 only when auto_sig was set
2359
2360 2003-06-06 [paul]       0.9.0claws12
2361
2362         * sync with 0.9.2 release
2363
2364 2003-06-02 [paul]       0.9.0claws11
2365
2366         * sync with 0.9.1cvs1
2367                 see ChangeLog 2003-06-02
2368                 
2369         * po/de.po
2370                 update by Jens
2371
2372 2003-06-01 [christoph]  0.9.0claws10
2373
2374         * src/account.c
2375                 don't use substring search to find accounts by email address
2376
2377         (closes Bug 169 Overly loose matching of "From" address)
2378
2379 2003-05-31 [christoph]  0.9.0claws9
2380
2381         * doc-src/rfc2683.txt
2382         * src/imap.c
2383                 limit IMAP command length as recommended in RFC2683
2384                 (message number lists will be split into multiple imap
2385                 sets, the limit of 1000 octets is not a hard limit)
2386
2387         (closes Bug 161 sylpheed-claws exits with segfault when logging
2388          in to certain imap-servers)
2389
2390 2003-05-29 [alfons]     0.9.0claws8
2391
2392         * src/toolbar.[ch]
2393                 add print button (calling summary_print());
2394                 fine tune setting tooltip text;
2395                 (if someone needs other buttons, please take these 
2396                 commits as a guide, instead of bothering us - also
2397                 see 0.8.11claws150) 
2398
2399 2003-05-29 [darko]      0.9.0claws7
2400
2401         * src/compose.c
2402                 fix crash when word wrapping kicks in due to
2403                 changed text by spell checker
2404
2405 2003-05-29 [paul]       0.9.0claws6
2406
2407         * src/compose.c
2408                 fix bug where changing account would insert
2409                 sig even if auto_sig was FALSE
2410                 
2411         * ChangeLog
2412           ChangeLog.jp
2413           INSTALL
2414                 sync with 0.9.1 release
2415
2416 2003-05-28 [christoph]  0.9.0claws5
2417
2418         * src/imap.c
2419                 fix truncation of too long commands
2420
2421         (closes Bug 167 IMAP hangs trying to get envelope
2422          information in imap_get_uncached_messages)
2423
2424 2003-05-27 [paul]       0.9.0claws4
2425
2426         * tools/Makefile.am
2427           tools/maildir2sylpheed.pl     ** NEW FILE **
2428                 add kmail to sylpheed mailbox conversion script
2429
2430 2003-05-27 [paul]       0.9.0claws3
2431
2432         * sync with 0.9.0cvs10
2433                 see ChangeLog 2003-05-26
2434
2435 2003-05-26 [paul]       0.9.0claws2
2436
2437         * sync with 0.9.0cvs9
2438                 see ChangeLog 2003-05-26
2439
2440 2003-05-24 [paul]       0.9.0claws1
2441
2442         * sync with 0.9.0cvs8
2443                 see ChangeLog 2003-05-23
2444
2445 2003-05-24 [paul]       0.9.0claws
2446
2447         * version 0.9.0claws released
2448
2449 2003-05-24 [paul]       0.8.11claws177
2450
2451         * src/plugins/dillo-viewer/Makefile.am
2452           src/plugins/traycon/Makefile.am
2453                 add missing files
2454                 
2455         * po/bg.po
2456           po/en_GB.po
2457           po/es.po
2458           po/it.po
2459           po/pt_BR.po
2460           po/ru.po
2461           po/sr.po
2462                 update Bulgarian, British English, Spanish, Italian, 
2463                 Brazilian Portuguese, Russian, and Serbian translations, 
2464                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2465                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2466                 Ruslan N. Balkin, and Urke MMI
2467
2468 2003-05-23 [melvin]     0.8.11claws176
2469
2470         * po/fr.po
2471                 Updated French translations
2472
2473 2003-05-22 [paul]       0.8.11claws175
2474
2475         * src/Makefile.am
2476           src/addrbook.[ch]
2477           src/addrcache.[ch]
2478           src/addr_compl.[ch]
2479           src/adressbook.[ch]
2480           src/addrindex.[ch]
2481           src/addritem.[ch]
2482           src/editaddress.c
2483           src/editgroup.c
2484           src/editldap_basedn.c
2485           src/editldap.c
2486           src/jpilot.c
2487           src/vcard.c
2488                 revert to get ldap into it previous working state
2489                 
2490         * po/zh_TW.Big5.po
2491                 new Taiwanese translation,
2492                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2493
2494 2003-05-22 [christoph]  0.8.11claws174
2495
2496         * src/plugins/spamassassin/libspamc.[ch]
2497                 sync libspamc with SpamAssaain release 2.55
2498
2499 2003-05-22 [paul]       0.8.11claws173
2500
2501         * sync with 0.9.0cvs7
2502                 see ChangeLog 2003-05-22
2503                 
2504         * src/summaryview.c
2505                 revert change in 0.8.11claws172: follow
2506                 Hiroyuki's decision and that's the end of it.
2507
2508 2003-05-21 [paul]       0.8.11claws172
2509
2510         * src/summaryview.c
2511                 fix discrepency between open_unread_on_enter
2512                 and always_show_msg
2513
2514 2003-05-21 [paul]       0.8.11claws171
2515
2516         * sync with 0.9.0cvs6
2517                 see ChangeLog 2003-05-21
2518
2519 2003-05-21 [paul]       0.8.11claws170
2520
2521         * sync with 0.9.0cvs5
2522                 see ChangeLog 2003-05-21
2523
2524 2003-05-20 [paul]       0.8.11claws169
2525
2526         * sync with 0.9.0cvs4
2527                 see ChangeLog 2003-05-20
2528                 fixes bug #152, 'encoding of IMAP folders names'
2529
2530 2003-05-20 [paul]       0.8.11claws168
2531
2532         * sync with 0.9.0cvs3
2533                 see ChangeLog 2003-05-20
2534                 
2535         * src/tools/convert_mbox.pl
2536                 minor change in the comments, submitted by Fred Marton
2537
2538 2003-05-19 [paul]       0.8.11claws167
2539
2540         * src/plugins/clamav/Makefile.am
2541           configure.ac
2542                 link clamav_lib to the plugin and not to the main program
2543
2544 2003-05-19 [christoph]
2545
2546         * src/Makefile.am
2547                 add -export-dynamic for linking
2548
2549 2003-05-19 [paul]       0.8.11claws166
2550
2551         * sync with 0.9.0cvs1
2552                 see ChangeLog 2003-05-19
2553
2554 2003-05-19 [paul]       0.8.11claws165
2555
2556         * src/inc.c
2557                 fix 'pop before smtp' timeout
2558
2559 2003-05-18 [alfons]     0.8.11claws164
2560
2561         * src/prefs_matcher.c
2562                 put "execute" action command line ("expression") in edit box
2563
2564 2003-05-18 [christoph]  0.8.11claws163
2565
2566         * src/mimeview.[ch]
2567         * src/plugins/dillo_viewer/dillo_viewer.c
2568         * src/plugins/image_viewer/viewer.c
2569         * src/plugins/mathml_viewer/mathml_viewer.c
2570                 let a viewer have a list of Content-Types
2571
2572 2003-05-18 [paul]       0.8.11claws162
2573
2574         * src/prefs_filtering.c
2575                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2576                 and REDIRECT actions
2577
2578 2003-05-17 [christoph]
2579
2580         * README.claws
2581                 o remove dynamic signatures that was syned with main
2582                 o add infos about no longer "build in" image viewer
2583                 o update bugtracker URL
2584
2585 2003-05-17 [christoph]  0.8.11claws161
2586
2587         * src/folder.c
2588         * src/folderview.c
2589         * src/imap.c
2590                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2591                 for every folder after rebuilding the folder tree.
2592
2593         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2594          messages)
2595
2596 2003-05-17 [christoph]  0.8.11claws160
2597
2598         * src/imap.c
2599                 don't use STATUS command on current folder to check for
2600                 content changes. imap_cmd_ok() now tracks changes to
2601                 folder and number of existing messages.
2602
2603 2003-05-17 [paul]       0.8.11claws159
2604
2605         * src/plugins/clamav/clamav_plugin.c
2606                 remove unnecessary debug_print
2607
2608 2003-05-16 [thorsten]   0.8.11claws158
2609
2610         * src/plugins/demo.c
2611                 included missing intl.h
2612
2613 2003-05-16 [paul]       0.8.11claws157
2614
2615         * po/POTFILES.in
2616                 remove non-existant entries
2617         
2618         * src/plugins/clamav/clamav_plugin.c
2619           src/plugins/clamav/clamav_plugin_gtk.c
2620           src/plugins/dillo_viewer/dillo_prefs.c
2621           src/plugins/dillo_viewer/dillo_viewer.c
2622                 gettextise
2623
2624 2003-05-16 [christoph]  0.8.11claws156
2625
2626         * po/POTFILES.in
2627                 include plugin .c files for translation until I
2628                 find a better solution to have plugins have their
2629                 own textdomain
2630         * src/plugins/demo/demo.c
2631         * src/plugins/image_viewer/plugin.c
2632         * src/plugins/mathml_viewer/mathml_viewer.c
2633         * src/plugins/spamassassin/spamassassin.c
2634         * src/plugins/spamassassin/spamassassin_gtk.c
2635         * src/plugins/trayicon/trayicon.c
2636                 add gettext macros for plugin name and description
2637
2638 2003-05-16 [paul]
2639
2640         * sync with 0.9.0
2641
2642 2003-05-16 [paul]       0.8.11claws155
2643
2644         * sync with lastest 0.9.0pre1
2645                 see ChangeLog 2003-05-16
2646
2647 2003-05-15 [paul]       0.8.11claws154
2648
2649         * sync with latest 0.9.0pre1
2650                 see ChangeLog 2003-05-14 and 2003-05-15
2651
2652 2003-05-14 [christoph]  0.8.11claws153
2653
2654         * src/plugins/image_viewer/viewer.c
2655         * src/plugins/image_viewer/viewer.glade         ** NEW **
2656         * src/plugins/image_viewer/viewerprefs.c
2657                 make it possible to disable the autoload function in the
2658                 imageviewer again
2659
2660 2003-05-14 [christoph]  0.8.11claws152
2661
2662         * src/folder.c
2663                 fix folder update after adding a message
2664
2665 2003-05-13 [alfons]     0.8.11claws151
2666
2667         * src/common/session.c
2668                 remove debug traces
2669                 
2670         * src/addrcache.[ch]
2671         * src/filtering.[ch]
2672         * src/folder.[c]
2673         * src/gtkaspell.[ch]
2674         * src/imap.[ch]
2675         * src/mbox_folder.[ch]
2676         * src/mh.[ch]
2677         * src/mimeview.h
2678         * src/msgcache.[ch]
2679         * src/news.[ch]
2680         * src/passphrase.[ch]
2681         * src/prefs_common.[ch]
2682         * src/prefs_gtk.[ch]
2683         * src/procmsg.c
2684         * src/scoring.[ch]
2685                 be pedantic; (in prototypes () implies (int))
2686
2687 2003-05-13 [alfons]     0.8.11claws150
2688
2689         * src/prefs_toolbar.[ch]
2690         * src/summaryview.[ch]
2691         * src/toolbar.[ch]
2692                 change misleading text in toolbar prefs;
2693                 add toolbar action for ignore thread (toggles ignore thread flag);
2694                 clean up a little bit;
2695
2696 2003-05-12 [paul]
2697
2698         * tools/convert_mbox.pl
2699                 bug fixed by Fred Marton
2700
2701 2003-05-12 [paul]
2702
2703         * sync with 0.9.0pre1
2704
2705 2003-05-09 [paul]       0.8.11claws149
2706
2707         * sync with 0.8.11cvs43
2708                 see ChangeLog 2003-05-09
2709
2710 2003-05-08 [christoph]  0.8.11claws148
2711
2712         * src/imap.[ch]
2713                 o use CAPABILIY as first command and check for PREAUTH
2714                   information in the response to it
2715                 o rewrite all imap_cmd_* functions to use an IMAPSession
2716                   instead of a SockInfo as parameter
2717                 o do STARTTLS after fetching and checking the server
2718                   capabilities
2719
2720 2003-05-08 [paul]       0.8.11claws147
2721
2722         * tools/Makefile.am
2723           tools/README
2724           tools/convert_mbox.pl         ** NEW FILE **
2725                 add mbox conversion script. Submitted by 
2726                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2727
2728 2003-05-07 [christoph]
2729
2730         * doc-src/glade.txt
2731         * src/gtk/pluginwindow.glade
2732         * src/plugins/image_viewer/viewerprefs.glade
2733         * src/plugins/spamassassin/spamassassin_gtk.glade
2734                 add glade files for user interfaces and a description how
2735                 to use glade to create the sylpheed code
2736
2737 2003-05-07 [paul]       0.8.11claws146
2738
2739         * sync with 0.8.11cvs41
2740                 see ChangeLog 2003-05-07
2741
2742 2003-05-06 [christoph]  0.8.11claws145
2743
2744         * src/main.c
2745         * src/plugins/image_viewer/viewer.c
2746                 fix usage of imlib in imageviewer plugin
2747
2748         * src/gtk/prefswindow.c
2749                 handle window close event correctly
2750
2751 2003-05-06 [paul]       0.8.11claws144
2752
2753         * src/common/ssl.c
2754                 fix typo introduced in sync
2755
2756 2003-05-06 [paul]       0.8.11claws143
2757
2758         * sync with 0.8.11cvs39
2759                 see ChangeLog 2003-05-06
2760
2761 2003-05-06 [paul]       0.8.11claws142
2762
2763         * AUTHORS
2764           po/cs.po
2765                 updated Czech translation, submitted by 
2766                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2767                 
2768         * src/plugins/clamav/clamav_plugin_gtk.c
2769                 clean up
2770
2771 2003-05-03 [alfons]     0.8.11claws141
2772
2773         * src/compose.[ch]
2774                 make paste as quotation work even when the call to 
2775                 text_inserted() was deferred (fixes bug #140 "Paste 
2776                 as quotation does not work when using "external" 
2777                 clipboard")
2778
2779 2003-05-03 [thorsten]   0.8.11claws140
2780
2781         * src/addrquery.h
2782           src/ldapquery.h
2783           src/mainwindow.c
2784                 removed C++ comments
2785         * src/addr_compl.c
2786                 function with non-int retval/param used before
2787                 implementation/declaration
2788
2789 2003-05-02 [paul]       0.8.11claws139
2790
2791         * src/addr_compl.[ch]
2792           src/addressbook.[ch]
2793           src/addrindex.c
2794           src/summaryview.c
2795                 revert match's changes to (finally) remove the bug where
2796                 opening a folder causes massive slowdown when using the 
2797                 'Display sender using address book' option
2798
2799 2003-05-01 [melvin]     0.8.11claws138
2800
2801         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2802         * src/plugins/dillo_viewer/dillo_viewer.c
2803                 Fixed bug where "Cancel" button from prefs issued
2804                 warnings.
2805                 Comply a little more to coding style
2806
2807 2003-05-01 [paul]       0.8.11claws137
2808
2809         * sync with 0.8.11cvs38
2810                 see ChangeLog 2003-05-01
2811
2812 2003-05-01 [paul]       0.8.11claws136
2813
2814         * po/bg.po
2815                 updated by George Danchev
2816
2817 2003-04-30 [christoph]  0.8.11claws135
2818
2819         * src/plugins/dillo_viewer/dillo_prefs.c
2820         * src/plugins/image_viewer/viewerprefs.c
2821         * src/plugins/spamassassin/spamassassin_gtk.c
2822                 remove gtk_widget_ref() calls for widgets in
2823                 glade code
2824
2825 2003-04-30 [paul]       0.8.11claws134
2826
2827         * src/addrindex.c
2828                 ok, this time a better fix for the bug where opening folder
2829                 has massive slowdown when using the 'Display sender using 
2830                 address book' option
2831
2832 2003-04-30 [paul]       0.8.11claws133
2833
2834         * src/addrindex.c
2835                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2836         
2837 2003-04-30 [melvin]     0.8.11claws132
2838
2839         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2840
2841         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2842                 Preferences for the dillo plugin
2843         * src/plugins/dillo_viewer/dillo_viewer.c
2844                 Support for preferences
2845         * src/plugins/dillo_viewer/Makefile.am
2846                 Added dillo_prefs.[ch]
2847
2848 2003-04-30 [alfons]     0.8.11claws131
2849
2850         * src/common/plugin.[ch]
2851                 see? this ANSI C'fication immediately gives us type
2852                 checking for free.
2853
2854 2003-04-30 [alfons]     0.8.11claws130
2855
2856         * src/common/plugin.[ch]
2857         * src/plugins/clamav/clamav_plugin.[ch]
2858         * src/plugins/clamav/clamav_plugin_gtk.c
2859         * src/plugins/demo/demo.c
2860         * src/plugins/dillo_viewer/dillo_viewer.c
2861         * src/plugins/image_viewer/plugin.c
2862         * src/plugins/image_viewer/viewer.[ch]
2863         * src/plugins/image_viewer/viewerprefs.[ch]
2864         * src/plugins/mathml_viewer/mathml_viewer.c
2865         * src/plugins/spamassassin/spamassassin.[ch]
2866         * src/plugins/spamassassin/spamassassin_gtk.c
2867         * src/plugins/trayicon/trayicon.c
2868                 clean up
2869
2870 2003-04-30 [alfons]     0.8.11claws129
2871
2872         * src/common/utils.c
2873                 make is_ascii_str() fail gracefully when NULL pointer
2874                 is passed
2875
2876 2003-04-30 [paul]       0.8.11claws128
2877
2878         * src/addrindex.c
2879                 fix bug where opening folder has massive slowdown when
2880                 using the 'Display sender using address book' option
2881
2882 2003-04-30 [paul]       0.8.11claws127
2883
2884         * src/plugins/clamav/clamav_plugin.c
2885           src/plugins/clamav/clamav_plugin_gtk.c
2886           src/plugins/demo/demo.c
2887           src/plugins/dillo_viewer/dillo_viewer.c
2888           src/plugins/image_viewer/plugin.c
2889           src/plugins/mathml_viewer/mathml_viewer.c
2890           src/plugins/spamassassin/spamassassin.c
2891           src/plugins/spamassassin/spamassassin_gtk.c
2892           src/plugins/trayicon/trayicon.c
2893                 get rid of eye-hurting function signatures
2894
2895 2003-04-30 [paul]       0.8.11claws126
2896
2897         * src/plugins/trayicon/trayicon.c
2898                 add description
2899                 
2900         * src/mimeview.c
2901                 be more descriptive
2902
2903 2003-04-30 [paul]       0.8.11claws125
2904
2905         * configure.ac
2906                 arrange the plugins in reverse alphabetical order
2907                 
2908         * src/plugins/clamav/clamav_plugin.[ch]
2909           src/plugins/clamav/clamav_plugin_gtk.c
2910                 rename some params
2911                 resize max_size window
2912                 re-arrange the order of some gui elements
2913                 improve descriptions
2914         
2915         * src/plugins/image_viewer/plugin.c
2916           src/plugins/mathml_viewer/mathml_viewer.c
2917                 add descriptions
2918                 
2919         * src/plugins/spamassassin/spamassassin_gtk.c
2920                 resize max_size window
2921                 re-arrange the order of some gui elements
2922                 
2923         * src/messageview.c
2924           src/mimeview.c
2925                 correct typos
2926
2927 2003-04-30 [alfons]     0.8.11claws124
2928
2929         * src/imap.c
2930                 fix a leak found while browsing Martin Kluge's 
2931                 valgrind log (Claws only)
2932
2933 2003-04-29 [darko]      0.8.11claws123
2934
2935         * src/gtk/gtkstext.h
2936                 include wchar.h if it is available, fixes compilation
2937                 on HP-UX systems
2938
2939 2003-04-29 [melvin]     0.8.11claws122
2940
2941         * src/prefs_actions.c
2942                 Improved help text of Actions' syntax
2943
2944 2003-04-28 [paul]       0.8.11claws121
2945
2946         * src/action.c
2947                 a better fix for the crash when performing an action
2948                 on a mime part
2949
2950 2003-04-28 [paul]       0.8.11claws120
2951
2952         * src/action.c
2953                 fix crash when performing an action on a
2954                 mime part
2955
2956 2003-04-28 [paul]       0.8.11claws119
2957
2958         * sync with 0.8.11cvs36
2959                 see ChangeLog 2003-04-28
2960
2961 2003-04-27 [paul]       0.8.11claws118
2962
2963         * more sync with 0.8.11cvs35
2964                 see ChangeLog 2003-04-25
2965
2966 2003-04-26 [christoph]  0.8.11claws117
2967
2968         * src/folder.c
2969                 fix remove virtual check
2970
2971 2003-04-26 [paul]       0.8.11claws116
2972
2973         * src/messageview.c
2974                 fix return-receipt, make it work again
2975
2976 2003-04-26 [paul]       0.8.11claws115
2977
2978         * src/mimeview.c
2979                 restore double-clicking of the [application/pgp-signature 
2980                 (Select "Check signature" to check)] line in the message view,
2981                 broken in recent sync
2982
2983 2003-04-26 [christoph]  0.8.11claws114
2984
2985         * src/folder.c
2986                 check if remove virtual really exists before
2987                 calling the function
2988
2989 2003-04-25 [match]      0.8.11claws113
2990
2991         * src/addrindex.c
2992         * src/addrbook.c
2993         * src/ldapquery.[ch]
2994         * src/ldapctrl.[ch]
2995                 fix memleak.
2996         * src/ldapserver.[ch]
2997                 fix memleak. fix segfault.
2998                 plug a Claws memleak
2999
3000 2003-04-25 [alfons]     0.8.11claws112
3001
3002         * src/folder.c
3003                 plug a Claws memleak
3004
3005 2003-04-25 [alfons]     0.8.11claws111
3006
3007         * src/common/session.c
3008                 plug a memleak
3009
3010 2003-04-25 [paul]       0.8.11claws110
3011
3012         * sync with 0.8.11cvs35
3013                 see ChangeLog 2003-04-24 and 2003-04-25
3014                 
3015         * src/gtk/pluginwindow.c
3016                 correct another strange float value
3017
3018 2003-04-24 [christoph]  0.8.11claws109
3019
3020         * src/folder.c
3021                 freeze folder item updates when unsetting new flags
3022
3023         * src/gtk/pluginwindow.c
3024                 correct strange float value
3025
3026 2003-04-23 [paul]       0.8.11claws108
3027
3028         * sync with 0.8.11cvs33
3029                 see ChangeLog 2003-04-23
3030
3031 2003-04-22 [paul]       0.8.11claws107
3032
3033         * src/Makefile.am
3034           src/messageview.c
3035           src/mimeview.c
3036           src/pgptext.[ch]      ** REMOVED **
3037                 remove pgptext.[ch] as its not used any more
3038
3039 2003-04-22 [paul]       0.8.11claws106
3040
3041         * sync with 0.8.11cvs31
3042                 see ChangeLog 2003-04-21 and 2003-04-22
3043
3044 2003-04-21 [alfons]     0.8.11claws105
3045
3046         * src/main.c
3047                 No access to GTK structures if we're a spawned child
3048                 (and clean up code a little bit...) Should fix #126.
3049
3050 2003-04-21 [melvin]     0.8.11claws104
3051
3052         * src/plugins/dillo_viewer/README
3053                 Improved slightly the text.
3054
3055 2003-04-21 [melvin]     0.8.11claws103
3056
3057         * src/plugins/dillo_viewer/README *** NEW ***
3058                 Added a README file for the Dillo plugin
3059
3060 2003-04-20 [paul]
3061
3062         * tools/README
3063           tools/outlook2sylpheed.pl
3064                 updated and improved by Ricardo Mones Lastra
3065
3066 2003-04-18 [oliver]     0.8.11claws102
3067
3068         * src/inc.c 
3069         * src/prefs_account.h
3070                 remove Pop3SessionType (used by selective download)
3071         * src/prefs_toolbar.c
3072                 enable set Default Toolbar button
3073
3074 2003-04-18 [paul]       0.8.11claws101
3075
3076         * sync with 0.8.11cvs29
3077                 see ChangeLog 2003-04-18
3078
3079 2003-04-17 [paul]       0.8.11claws100
3080
3081         * src/prefs_common.[ch]
3082           src/summaryview.c
3083                 remove 'Open next message on deletion' option,
3084                 as the same effect can now be achieved via the
3085                 'Always open messages in summary when selected'
3086                 option.
3087
3088 2003-04-17 [paul]       0.8.11claws99
3089
3090         * sync with 0.8.11cvs28
3091                 see ChangeLog 2003-04-17
3092
3093 2003-04-17 [christoph]  0.8.11claws98
3094
3095         * ac/spamassassin.m4
3096         * src/plugins/spamassassin/libspamc.[ch]
3097         * src/plugins/spamassassin/utils.[ch]
3098                 sync libspamc with SpamAssassin project
3099
3100 2003-04-17 [christoph]  0.8.11claws97
3101
3102         * src/common/socket.h
3103         * src/gtk/sslcertwindow.h
3104                 rename old USE_SSL to USE_OPENSSL
3105
3106 2003-04-17 [paul]       0.8.11claws96
3107
3108         * src/prefs_common.h
3109                 use gulong for P_COLOR so that it compiles/runs on
3110                 64-bit systems. Patch submitted by James Noyes
3111                 <jnoyes-claws@retrogeeks.com>
3112                 
3113         * po/de.po
3114                 updated by Jens
3115
3116 2003-04-17 [paul]       0.8.11claws95
3117
3118         * sync with 0.8.11cvs27
3119                 see ChangeLog 2003-04-16
3120
3121 2003-04-15 [paul]       0.8.11claws94
3122
3123         * src/prefs_common.[ch]
3124                 rearrange to stop the window getting too long:
3125                         move Receive dialog stuff to Receive tab
3126                         move Send dialog to Send tab
3127                         remove Dialogs frame
3128                 rename 'Open messages in summary with cursor keys' to
3129                 'Always open messages in summary when selected', as its
3130                 more appropriate
3131
3132 2003-04-15 [paul]       0.8.11claws93
3133
3134         * src/prefs_common.[ch]
3135           src/summaryview.c
3136                 add new option '/Interface/Open next message on deletion'
3137
3138 2003-04-15 [paul]       0.8.11claws92
3139
3140         * src/summaryview.[ch]
3141                 add /Mark/Lock and /Mark/Unlock to the pop-up
3142                 menu. Patch submitted by Ivan Francolin Martinez
3143                 <ivanfm@users.sourceforge.net>
3144
3145 2003-04-15 [paul]       0.8.11claws91
3146
3147         * sync with 0.8.11cvs24
3148                 see ChangeLog 2003-04-15
3149
3150 2003-04-14 [jens]       0.8.11claws90
3151
3152         * updated German translation and some corrections from
3153                 Roland Bless <bless@tm.uka.de>
3154
3155 2003-04-14 [paul]       0.8.11claws89
3156
3157         * sync with 0.8.11cvs22
3158                 see ChangeLog 2003-04-14
3159
3160 2003-04-13 [paul]       0.8.11claws88
3161
3162         * src/plugins/clamav/clamav_plugin.c
3163                 fix memory leaks
3164                 clean up
3165
3166 2003-04-12 [paul]       0.8.11claws87
3167
3168         * src/plugins/clamav/clamav_plugin.c
3169                 activate enable/disable archive scanning option
3170                 
3171         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3172
3173 2003-04-12 [paul]       0.8.11claws86
3174
3175         * src/plugins/Makefile.am
3176           src/plugins/clamav/Makefile.am                ** NEW FILE **
3177           src/plugins/clamav/README                     ** NEW FILE ** 
3178           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3179           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3180                 add Clam AntiVirus plugin
3181
3182 2003-04-12 [paul]       0.8.11claws85
3183
3184         * sync with 0.8.11cvs21
3185                 see ChangeLog 2003-04-11
3186
3187 2003-04-11 [paul]       0.8.11claws84
3188
3189         * po/es.po
3190                 update Spanish translation. Submitted by Ricardo
3191                 Mones Lastra.
3192
3193 2003-04-10 [christoph]  0.8.11claws83
3194
3195         * src/mbox.c
3196                 fix typo that did not move unfiltered mails to destination
3197                 folder
3198
3199         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3200          when filtering from spool)
3201
3202 2003-04-10 [christoph]  0.8.11claws82
3203
3204         * src/imap.c
3205                 use BODY.PEEK instead of BODY in in message fetch operation
3206                 to make sure the IMAP server does not set the \Seen flag for
3207                 messages. Sylpheed does that later itself, when the message
3208                 is opened in sylpheed
3209
3210         (closes Bug 111 Claws destroys unread marks)
3211
3212 2003-04-09 [oliver]     0.8.11claws81
3213         
3214         * src/folder.c
3215                 fix crash in folder_destroy
3216         * README.claws
3217                 remove selective download
3218
3219 2003-04-09 [christoph]  0.8.11claws80
3220
3221         * src/imap.c
3222                 fix crash in imap_get_msginfo() when then fetched message
3223                 is not found
3224
3225         (closes Bug 110 Crash during mail composition)
3226
3227 2003-04-08 [christoph]  0.8.11claws79
3228
3229         * src/folder.c
3230         * src/prefs_account.c
3231                 Filter new messages that are found in an INBOX folder
3232                 when 'Filter messages on receiving' is enabled in the
3233                 Folder's AccountPrefs. This allows to use Sylpheed's
3234                 filtering engine for IMAP folders where messages are
3235                 added to the INBOX by a MTA
3236
3237 2003-04-08 [paul]       0.8.11claws78
3238
3239         * src/procmsg.h
3240                 clean up after last commit
3241
3242 2003-04-08 [paul]       0.8.11claws77
3243
3244         * sync with 0.8.11cvs20
3245                 see ChangeLog 2003-04-07 and 2003-04-08
3246
3247 2003-04-07 [christoph]  0.8.11claws76
3248
3249         * src/filtering.[ch]
3250         * src/inc.[ch]
3251         * src/mbox.c
3252         * src/procmsg.[ch]
3253                 add procmsg_msginfo_filter() to execute filtering actions
3254
3255 2003-04-06 [christoph]  0.8.11claws75
3256
3257         * src/imap.c
3258                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3259
3260 2003-04-06 [christoph]  0.8.11claws74
3261
3262         * src/common/utils.[ch]
3263                 add g_int_compare() function for slist sorting
3264
3265         * src/imap.c
3266                 fetch all MsgInfos with one command in imap_get_msginfos()
3267                 using an imap set with a list of ranges
3268
3269         * src/news.c
3270                 use new g_int_compare() function
3271
3272 2003-04-06 [thorsten]   0.8.11claws73
3273
3274         * src/mh.c
3275                 corrected implementation of mh_folder_destroy()
3276
3277 2003-04-05 [christoph]  0.8.11claws72
3278
3279         * src/account.c
3280         * src/folder.[ch]
3281         * src/folderview.c
3282         * src/imap.c
3283         * src/inc.c
3284         * src/main.c
3285         * src/mainwindow.c
3286         * src/mbox_folder.c
3287         * src/mh.c
3288         * src/mimeview.h
3289         * src/msgcache.[ch]
3290         * src/news.c
3291         * src/procmime.h
3292         * src/procmsg.[ch]
3293         * src/setup.c
3294         * src/gtk/gtkutils.c
3295                 o rename structure field names class and new to klass and
3296                   new_msgs, to allow including files in C++
3297                 o add 'extern "C"' block to some header files
3298                 o add MsgInfoList and MsgNumberList as alias for GSList for
3299                   developers to know what type of list is expected
3300
3301         * src/plugins/image_viewer/plugin.c
3302         * src/plugins/image_viewer/viewer.[ch]
3303         * src/plugins/image_viewer/viewerprefs.[ch]
3304                 rename function names to prevent conflicts
3305
3306 2003-04-05 [paul]       0.8.11claws71
3307
3308         * sync with 0.8.11cvs18
3309                 see ChangeLog 2003-04-03 and 2003-04-04
3310
3311 2003-04-02 [christoph]  0.8.11claws70
3312
3313         * src/folder.[ch]
3314         * src/imap.[ch]
3315         * src/mbox_folder.[ch]
3316         * src/mh.[ch]
3317         * src/news.[ch]
3318                 o Make all virtual folder functions private
3319                 o remove unused folder code
3320
3321         * src/common/socket.[ch]
3322         * src/summaryview.c
3323                 fix warnings
3324
3325 2003-03-30 [alfons]     0.8.11claws69
3326
3327         * src/send_message.c
3328                 remove two debug traces and see if people still report
3329                 errors
3330
3331 2003-03-30 [alfons]     0.8.11claws68
3332
3333         * src/send_message.c
3334         * src/commons/session.c
3335                 add more debug traces
3336
3337 2003-03-30 [christoph]  0.8.11claws67
3338
3339         * src/folder.c
3340                 change processing folder name from .processing to processing
3341
3342         * src/common/ssl.c
3343                 disable SSL certificate check because it causes Xlib error
3344                 when the child process want's to open an GTK window
3345
3346 2003-03-30 [christoph]  0.8.11claws66
3347
3348         * src/folder.c
3349                 don't use default folder for processing folder item because
3350                 it can be a non local folder
3351
3352         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3353
3354 2003-03-30 [alfons]     0.8.11claws65
3355
3356         * src/send_message.c
3357                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3358                 to generate bad code for 'send_send_data_progressive': When
3359                 called from 'send_send_data_finished', the 'data' pointer is
3360                 cleared just before the assignment to the dialog pointer
3361
3362 2003-03-29 [christoph]  0.8.11claws64
3363
3364         * src/common/prefs.h
3365         * src/plugins/image_viewer/Makefile.am
3366         * src/plugins/image_viewer/plugin.c
3367         * src/plugins/image_viewer/viewer.[ch]
3368         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3369                 add PrefsPage for ImageViewer
3370
3371 2003-03-28 [thorsten]   0.8.11claws63
3372
3373         * src/common/session.c
3374                 added some comments
3375
3376 2003-03-28 [paul]       0.8.11claws62
3377
3378         * sync with 0.8.11cvs16
3379                 see ChangeLog 2003-03-28
3380
3381 2003-03-28 [paul]       0.8.11claws61
3382
3383         * sync with 0.8.11cvs15
3384                 see ChangeLog 2003-03-28
3385
3386 2003-03-27 [christoph]  0.8.11claws60
3387
3388         * src/folder.c
3389         * src/imap.c
3390         * src/common/socket.[ch]
3391                 set socket state to DISCONNECTED when any operation
3392                 fails to allow reconnecting in IMAP code without
3393                 checking the return code of all calls to the command
3394                 functions
3395
3396         * src/folderview.c
3397         * src/summaryview.c
3398                 remove some more stuff that depends on specific
3399                 folder types
3400
3401 2003-03-27 [paul]       0.8.11claws59
3402
3403         * sync with 0.8.11cvs14
3404                 see ChangeLog 2003-03-27
3405                 
3406         * src/selective_download.[ch]   ** REMOVED **
3407                 really removed
3408
3409 2003-03-27 [christoph]  0.8.11claws58
3410
3411         * src/folder.c
3412                 fix handling of tmp_flags in flag copy function
3413
3414 2003-03-27 [paul]       0.8.11claws57
3415
3416         * sync with 0.8.11cvs13
3417                 see ChangeLog 2003-03-27
3418
3419 2003-03-27 [oliver]     0.8.11claws56
3420
3421         * src/maiwindow.c
3422                 remove sel_download_cb
3423
3424 2003-03-27 [oliver]     0.8.11claws55
3425         
3426         * src/inc.c
3427                 remove POP3_TOP
3428         
3429 2003-03-26 [oliver]     0.8.11claws54
3430
3431         *src/pop.h
3432                 remove POP3_TOP*
3433         * README.claws
3434                 remove selective donwload readme
3435
3436 2003-03-26 [oliver]     0.8.11claws53
3437         * src/matcher.[ch]
3438         * src/matcher_parser_parse.y 
3439         * src/pop.c 
3440         * src/prefs_account.[ch]
3441         * src/prefs_filtering.c
3442                 remove selective donwload
3443
3444 2003-03-26 [oliver]     0.8.11claws52
3445
3446         * src/inc.[ch] 
3447         * src/filtering.c 
3448         * src/mainwindow.c 
3449                 remove selective donwload
3450
3451 2003-03-26 [oliver]     0.8.11claws51
3452         
3453         * src/Makefile.am
3454         * src/selective_download.[ch]   ** REMOVE **    
3455
3456 2003-03-26 [christoph]  0.8.11claws50
3457
3458         * src/news.c
3459                 fix NEWS that got broken by a sync with sylpheed-main
3460
3461 2003-03-26 [christoph]  0.8.11claws49
3462
3463         * src/mimeview.c
3464                 fix mime type guessing when no mime type is found for a file
3465
3466 2003-03-25 [christoph]  0.8.11claws48
3467
3468         * src/mimeview.c
3469         * src/procmime.c
3470                 remove mime type guessing from mime parser and use
3471                 name based mime types in viewer lookup for mime type
3472                 application/octet-stream
3473
3474 2003-03-25 [christoph]  0.8.11claws47
3475
3476         * doc-src/readme.txt
3477         * doc-src/rfc2554.txt
3478                 add RFC about SMTP AUTH
3479
3480         * src/send_message.c
3481         * src/common/smtp.[ch]
3482                 add extra error code for authentication errors and
3483                 clear temporary password when this error occurs
3484
3485         (closes Bug 84 authentication failure while sending should
3486          prompt for password again)
3487
3488 2003-03-25 [christoph]  0.8.11claws46
3489
3490         * configure.ac
3491         * src/Makefile.am
3492         * src/imageview.[ch]                            ** REMOVE **
3493         * src/messageview.[ch]
3494         * src/mimeview.[ch]
3495         * src/prefs_common.[ch]
3496         * src/textview.c
3497         * src/plugins/Makefile.am
3498         * src/plugins/image_viewer/.cvsignore           ** NEW **
3499         * src/plugins/image_viewer/Makefile.am          ** NEW **
3500         * src/plugins/image_viewer/plugin.c             ** NEW **
3501         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3502                 move image viewer into a plugin (building is enabled by default)
3503                 [ToDo: Prefs for resize and autoview]
3504
3505 2003-03-25 [paul]       0.8.11claws45
3506
3507         * sync with 0.8.11cvs12
3508                 see ChangeLog 2003-03-26
3509
3510 2003-03-25 [paul]       0.8.11claws44
3511
3512         * sync with 0.8.11cvs11
3513                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3514                 
3515         Note: Selective Download is broken.
3516                 
3517 2003-03-22 [christoph]  0.8.11claws43
3518
3519         * src/folder.c
3520                 code cleanup for flags copying
3521
3522 2003-03-22 [christoph]  0.8.11claws42
3523
3524         * src/plugins/trayicon/trayicon.c
3525                 fix setting the transparent area when the window size
3526                 is forced by the system tray
3527
3528 2003-03-22 [christoph]  0.8.11claws41
3529
3530         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3531         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3532         * src/plugins/trayicon/newmail.xpm              ** NEW **
3533         * src/plugins/trayicon/nomail.xpm               ** NEW **
3534         * src/plugins/trayicon/trayicon.c
3535         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3536                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3537                 o add icon for unread mails
3538                 o set transparency for window
3539
3540 2003-03-22 [christoph]  0.8.11claws40
3541
3542         * src/news.c
3543                 init news session to prevent crash when session is closed
3544
3545 2003-03-22 [christoph]  0.8.11claws39
3546
3547         * src/imap.c
3548         * src/common/session.[ch]
3549                 Init session data to make sure we don't have invalid pointers
3550                 for read_ch and write_ch when new multi process sessions are
3551                 not used
3552
3553         * src/main.c
3554         * src/common/plugin.c
3555         * src/common/sylpheed.c
3556         * src/plugins/demo/demo.c
3557         * src/plugins/dillo_viewer/dillo_viewer.c
3558         * src/plugins/mathml_viewer/mathml_viewer.c
3559         * src/plugins/spamassassin/spamassassin.c
3560         * src/plugins/spamassassin/spamassassin_gtk.c
3561                 add plugin types to allow loading plugins at different times
3562                 (and maybe for different frontends), because it's not good to
3563                 load GTK-Plugins gefore gtk_init was called
3564
3565         * configure.ac
3566         * src/plugins/Makefile.am
3567         * src/plugins/trayicon/.cvsignore               ** NEW **
3568         * src/plugins/trayicon/Makefile.am              ** NEW **
3569         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3570         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3571         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3572         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3573         * src/plugins/trayicon/trayicon.c               ** NEW **
3574                 New Trayicon plugin that shows an icon in a systray that uses
3575                 XEMBED protocol like Gnome's systray. Icon shows if there
3576                 are new mails and a tooltip shows information about new,
3577                 unread and total messages.
3578
3579 2003-03-22 [paul]       0.8.11claws38
3580
3581         * src/common/smtp.c
3582                 fix ESMTP AUTH CRAM-MD5
3583                 [sync with main (still version 0.8.11cvs6), see
3584                  ChangeLog 2003-03-22]
3585
3586 2003-03-21 [colin]      0.8.11claws37
3587
3588         * src/send_message.c
3589                 Fix USE_SSL => USE_OPENSSL
3590
3591 2003-03-21 [colin]      0.8.11claws36
3592
3593         * src/folderview.c
3594                 Fix counts in drag and dropped subfolders
3595
3596 2003-03-21 [colin]      0.8.11claws35
3597
3598         * src/folder.c 
3599         * src/folderview.c
3600                 speed up a bit folder dnd
3601
3602 2003-03-20 [alfons]     0.8.11claws34
3603
3604         * src/main.c
3605         * src/toolbar.c
3606         * src/procmsg.c
3607                 don't send locked queue messages
3608                 (feature request "[ 705245 ] Locking message in outbox 
3609                  should prevent sending")
3610
3611 2003-03-20 [christoph]  0.8.11claws33
3612
3613         * src/folder.c
3614                 remove NEW and UNREAD flag in special folders when scanning
3615                 
3616         * src/common/smtp.c
3617                 fix ESMTP AUTH CRAM-MD5
3618
3619 2003-03-20 [paul]       0.8.11claws32
3620
3621         * src/prefs_account.c
3622                 Re-write 'Tunnel command to open connection' as
3623                 'Use command to communicate with server', and disable
3624                 it for all except IMAP accounts
3625
3626 2003-03-20 [paul]       0.8.11claws31
3627
3628         * sync with 0.8.11cvs6
3629                 see ChangeLog 2003-03-20
3630
3631 2003-03-19 [match]      0.8.11claws30
3632
3633         * src/addritem.[ch]
3634                 include documentation. minor refactoring.
3635         * src/addr_compl.[ch]
3636         * src/addrindex.[ch]
3637         * src/addresbook.[ch]
3638         * src/summaryview.c
3639                 re-enable address lookup (was disabled in
3640                 0.8.11claws20).
3641
3642 2003-03-19 [christoph]  0.8.11claws29
3643
3644         * src/procmsg.c
3645                 add temp flag handling, will make moving and copying
3646                 messages possible again
3647
3648         * src/folder.c
3649                 correct calulation of folder stats
3650
3651 2003-03-18 [match]      0.8.11claws28
3652
3653         * src/editgroup.h
3654                 remove case sensitive comparison (closes bug 80).
3655
3656 2003-03-18 [christoph]  0.8.11claws27
3657
3658         * src/imap.c
3659                 fix imap using a tunnel command
3660
3661         (closes bug 87)
3662
3663 2003-03-18 [christoph]  0.8.11claws26
3664
3665         * src/folder.[ch]
3666         * src/imap.c
3667         * src/procmsg.[ch]
3668                 rewrite flag handling for folders
3669
3670 2003-03-18 [christoph]  0.8.11claws25
3671
3672         * src/folder.c
3673         * src/procmsg.c
3674         * src/summaryview.c
3675                 unset NEW and UNREAD flags when message is ignored, to make
3676                 sure messages don't show up as unread on other IMAP clients,
3677                 because the IGNORE_THREAD flag can not be syncronized through
3678                 the IMAP folder
3679
3680 2003-03-17 [christoph]  0.8.11claws24
3681
3682         * src/imap.c
3683                 don't use recursion to fetch uids when the number of messages
3684                 does not match. Moved code into subfunction that is used
3685                 again when needed, to prevent an endless loop.
3686
3687 2003-03-17 [thorsten]   0.8.11claws23
3688
3689         * src/imageview.[ch]
3690                 export imageview_get_resized_size() (for plugins)
3691         * src/prefs_common.[ch]
3692                 added prefs_common_get() (for plugins)
3693
3694 2003-03-17 [christoph]  0.8.11claws22
3695
3696         * src/imap.c
3697                 o remove UID guessing from copy code
3698                 o support UIDPLUS extension for APPEND command
3699
3700 2003-03-17 [paul]       0.8.11claws21
3701
3702         * src/gtk/about.c
3703                 remove 'Compiled-plugins' section.
3704                 
3705         * src/plugins/dillo_viewer/dillo_viewer.c
3706                 slight change to description text
3707
3708 2003-03-16 [match]      0.8.11claws20
3709         * src/ldapserver.[ch]           ** NEW **
3710         * src/ldapctrl.[ch]             ** NEW **
3711         * src/ldapquery.[ch]            ** NEW **
3712         * src/ldaputil.[ch]             ** NEW **
3713         * src/addrcindex.[ch]           ** NEW **
3714         * src/addrquery.h               ** NEW **
3715         * src/addritem.[ch]
3716         * src/addrcache.[ch]
3717         * src/addrindex.[ch]
3718         * src/addr_compl.[ch]
3719         * src/addressbook.[ch]
3720         * src/addrbook.[ch]
3721         * src/editgroup.c
3722         * src/editaddress.c
3723         * src/editldap.c
3724         * src/editldap_basedn.c
3725         * src/vcard.c
3726         * src/jpilot.c
3727         * src/Makefile.am
3728                 included dynamic LDAP queries. improved address
3729                 completion.
3730
3731 2003-03-16 [paul]       0.8.11claws19
3732
3733         * tools/multiwebsearch.pl
3734                 fix a fatal typo
3735
3736 2003-03-16 [christoph]  0.8.11claws18
3737
3738         * src/mimeview.c
3739         * src/plugins/dillo_viewer/dillo_viewer.c
3740         * src/plugins/mathml_viewer/mathml_viewer.c
3741                 make unregistering of MimeViewerFactorys possible
3742
3743 2003-03-16 [alfons]     0.8.11claws17
3744
3745         * configure.ac
3746                 correct typo
3747
3748 2003-03-16 [melvin]     0.8.11claws16
3749
3750         * src/plugins/dillo_viewer.c
3751                 Fixed bug where it was not possible to view more than
3752                 one text/html attachment per message (bug discovered
3753                 by Christoph Hohmann).
3754
3755 2003-03-15 [melvin]     0.8.11claws15
3756
3757         * src/prefs_actions.c
3758                 Fixed compilation warnings.
3759
3760 2003-03-15 [melvin]     0.8.11claws14
3761
3762         * src/plugins/Makefile.am
3763         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3764         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3765         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3766                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3767                 newer (http://dillo.auriga.wearlab.de/).
3768
3769 2003-03-15 [christoph]  0.8.11claws13
3770
3771         * src/imap.c
3772                 don't query imap folder for attributes because we already
3773                 for them from imap_status
3774
3775         * src/mimeview.[ch]
3776                 add support for plugable MimeViewers (unloading Viewers
3777                 not yet complete)
3778
3779         * src/plugins/Makefile.am
3780         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3781         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3782         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3783                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3784                 widget from http://helm.cs.unibo.it/mml-widget/
3785
3786 2003-03-14 [christoph]  0.8.11claws12
3787
3788         * src/folder.[ch]
3789                 o error return code's should better be negative
3790                 o replace printf with debug_print
3791
3792         * src/imap.c
3793                 improve IMAP folder scan by checking UID-NEXT
3794
3795         * src/summaryview.c
3796                 remove check that are unnecessary in my opinion
3797
3798 2003-03-13 [christoph]  0.8.11claws11
3799
3800         * src/folder.[ch]
3801         * src/foldersel.c
3802         * src/folderview.c
3803         * src/imap.c
3804         * src/mbox_folder.c
3805         * src/mh.c
3806         * src/news.c
3807         * src/prefs_scoring.c
3808         * src/summaryview.c
3809                 use a common function to get a displayable name
3810                 for a FolderItem
3811
3812 2003-03-13 [paul]       0.8.11claws10
3813
3814         * tools/Makefile.am
3815           tools/README
3816           tools/multiwebsearch.conf     ** NEW FILE **
3817           tools/multiwebsearch.pl       ** NEW FILE **
3818                 add multiwebsearch Actions script
3819
3820 2003-03-13 [colin]      0.8.11claws9
3821
3822         * src/compose.c
3823                 Remove leading emtpy lines from quoted text
3824                 before quoting it
3825
3826 2003-03-13 [melvin]     0.8.11claws8
3827
3828         * src/prefs_actions.c
3829                 Fixed a memory leak
3830                 Code clean ups
3831                 Added Cancel and OK buttons
3832                 Corrected help text
3833
3834 2003-03-13 [christoph]  0.8.11claws7
3835
3836         * src/account.c
3837         * src/folder.[ch]
3838         * src/imap.c
3839         * src/mainwindow.c
3840         * src/mbox_folder.c
3841         * src/mh.c
3842         * src/news.c
3843         * src/setup.c
3844                 replace more folder type stuff with folder class stuff
3845
3846 2003-03-13 [melvin]     0.8.11claws6
3847
3848         * src/prefs_actions.c
3849                 Added new tokens:
3850                 %u: user provided argument
3851                 %h: user provided argument (hidden on input)
3852                 %s: current text selection in the message view 
3853
3854 2003-03-13 [paul]       0.8.11claws5
3855
3856         * sync with 0.8.11cvs5
3857                 see ChangeLog 2003-03-11, 2003-03-12
3858
3859 2003-03-12 [christoph]  0.8.11claws4
3860
3861         * src/folder.c
3862                 use folder class idstr when writing folderlist.xml
3863
3864         * src/folder.h
3865         * src/imap.c
3866         * src/news.c
3867                 replace folder type checks with folder class checks
3868
3869 2003-03-12 [christoph]  0.8.11claws3
3870
3871         * src/folder.[ch]
3872         * src/imap.[ch]
3873         * src/main.c
3874         * src/mbox_folder.[ch]
3875         * src/mh.[ch]
3876         * src/news.[ch]
3877                 o create a list of known folder classes in the folder system
3878                 o use folder class id strings for folder item identifiers
3879
3880 2003-03-12 [christoph]  0.8.11claws2
3881
3882         * src/imap.c
3883                 fix imap uid validity check
3884
3885 2003-03-12 [christoph]  0.8.11claws1
3886
3887         * src/account.c
3888         * src/folder.[ch]
3889         * src/foldersel.c
3890         * src/folderview.c
3891         * src/imap.c
3892         * src/mainwindow.c
3893         * src/mbox_folder.c
3894         * src/mh.c
3895         * src/news.c
3896         * src/prefs_scoring.c
3897         * src/procmsg.c
3898         * src/setup.c
3899         * src/summaryview.c
3900                 initial restructuring of folder system, seperating
3901                 folders and folder classes
3902
3903 2003-03-12 [paul]       0.8.11claws
3904
3905         0.8.11claws release
3906
3907 2003-03-12 [christoph]
3908
3909         * src/gtk/prefswindow.c
3910                 fix translation of "Page Index"
3911
3912 2003-03-12 [paul]       0.8.10claws110
3913
3914         a sync from 0.8.11cvs4 before the release
3915
3916         * src/common/utils.c
3917                 subject_compare_for_sort(): allow null strings (fixes
3918                 summary sorting).
3919
3920 2003-03-11 [paul]       0.8.10claws109
3921
3922         * po/es.po
3923                 update Spanish translation, submitted by
3924                 Ricardo Mones Lastra
3925
3926 2003-03-11 [melvin]     0.8.10claws108
3927
3928         * po/fr.po
3929                 Updated French translations
3930
3931 2003-03-11 [paul]       0.8.10claws107
3932
3933         * manual/en/Makefile.am
3934           manual/en/*.html
3935                 update English manual, add a new page
3936                 updated by Francois Barriere <fbarriere@atmel.fr>
3937                 
3938         * po/bg.po
3939           po/it.po
3940           po/sr.po
3941                 update Bulgarian, Italian, and Serbian translations
3942                 submitted by George Danchev, Alessandro Maestri, and
3943                 Urke MMI
3944
3945 2003-03-10 [paul]       0.8.10claws106
3946
3947         * src/gtk/about.c
3948           src/gtk/prefswindow.c
3949                 make some strings translatable
3950
3951 2003-03-10 [darko]      0.8.10claws105
3952
3953         * src/compose.c
3954                 code cleanup to make Hiro happy
3955
3956 2003-03-10 [paul]       0.8.10claws104
3957
3958         * sync with 0.8.11cvs2
3959                 see ChangeLog 2003-03-10
3960
3961 2003-03-09 [melvin]     0.8.10claws103
3962
3963         * src/textview.c
3964                 textview_set_font(): fix for message display in
3965                 UTF-8 locales (thanks to Sergey Vlasov).
3966                 (was unintentionnaly reverted in 0.8.6claws6)   
3967
3968 2003-03-08 [darko]      0.8.10claws102
3969
3970         * src/compose.c
3971                 fix infinite loop in wrapping as reported
3972                 by happycactus
3973                 obsoletes patch #696482
3974
3975 2003-03-08 [christoph]  0.8.10claws101
3976
3977         * src/imap.c
3978                 add workaround for IMAP servers that do not
3979                 support the "UID SEARCH UID" command
3980
3981 2003-03-07 [christoph]  0.8.10claws100
3982
3983         * src/plugins/spamassassin/spamassassin.[ch]
3984         * src/plugins/spamassassin/spamassassin_gtk.c
3985                 code cleanup
3986
3987 2003-03-07 [paul]       0.8.10claws99
3988
3989         * po/es.po
3990                 updated Spanish translation, submitted by
3991                 Ricardo Mones Lastra
3992
3993 2003-03-07 [christoph]  0.8.10claws98
3994
3995         * src/send.c
3996                 fix in 0.8.10claws94 was wrong
3997                 local delivery does not require escaping, remove escaping
3998                 code to make signatures of mails with "." lines valid
3999                 
4000                 NOTE: requires that sendmail is executed with "-i" option,
4001                       what is the default now, but has to be changed in all
4002                       exsiting accounts)
4003
4004 2003-03-07 [paul]       0.8.10claws97
4005
4006         * sync with 0.8.11 release
4007                 see ChangeLog 2003-03-07
4008
4009 2003-03-06 [paul]       0.8.10claws96
4010
4011         * src/compose.c
4012                 revert commit 0.8.10claws92
4013
4014 2003-03-06 [paul]       0.8.10claws95
4015
4016         * src/folderview.c
4017                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4018
4019         * src/gtkaspell.c
4020                 fix bug 74, 'Crash opening editor window with pseudo-color
4021                 display'
4022                 
4023         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4024
4025 2003-03-06 [christoph]  0.8.10claws94
4026
4027         * src/send.c
4028                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4029                 all lines starting with a period get an extra period
4030                 inserted
4031                 (found by Simon 'corecode' Schubert)
4032
4033 2003-03-06 [paul]       0.8.10claws93
4034
4035         * src/folderview.c
4036                 if configured font can't be loaded fall back to gtk
4037                 default. (with thanks to Christoph)
4038                 
4039                 closes long-standing bug 15 'Crashes on startup'
4040
4041 2003-03-06 [paul]       0.8.10claws92
4042
4043         * src/compose.c
4044                 freeze text before autosave and thaw afterwards
4045                 fixes bug 67 'autosave make re-rediting message crazy'
4046
4047 2003-03-06 [christoph]  0.8.10claws91
4048
4049         * src/compose.c
4050                 ignore address comment in dupe check for Cc-list
4051
4052         (closes reopened bug 47 Replying to message strips name part of
4053          e-mail addresses of Cc: lines)
4054
4055 2003-03-06 [paul]       0.8.10claws90
4056
4057         * src/Makefile.am
4058                 remove reference to gtkxtext.h as its no longer in
4059                 the repository
4060
4061 2003-03-06 [paul]       0.8.10claws89
4062
4063         * sync with 0.8.10cvs25
4064                 see ChangeLog 2003-03-06
4065
4066 2003-03-06 [oliver]     0.8.10claws88
4067         
4068         * src/messageview.c
4069                 remove include
4070
4071 2003-03-06 [oliver]     0.8.10claws87
4072         
4073         * src/folderview.c 
4074                 remove changes introduced inclaws74
4075         * src/messageview.c
4076                 another attempt to sanely delete and update
4077                 messages deleted in separate messageview
4078
4079 2003-03-05 [christoph]  0.8.10claws86
4080
4081         * src/summaryview.c
4082                 check if "From" matches any account's address if
4083                 addressbook completion of addresses is disabled too
4084
4085         (closes Bug 70 "Display recipient in from" doesn't check
4086          folder's default account)
4087
4088 2003-03-05 [christoph]  0.8.10claws85
4089
4090         * src/compose.c
4091         * src/common/utils.[ch]
4092                 don't strip address comments when building Cc lists
4093
4094         (closes Bug 47 Replying to message strips name part of e-mail addresses
4095          of Cc: lines)
4096
4097         * src/folder.c
4098                 fix return value of copy function
4099
4100 2003-03-05 [christoph]  0.8.10claws84
4101
4102         * src/imap.c
4103                 don't ask imap server for non rfc822 headers
4104
4105         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4106
4107         * src/imap.c
4108                 destroy session on socket error to allow reconnecting
4109
4110 2003-03-05 [christoph]  0.8.10claws83
4111
4112         * configure.ac
4113                 fix building with gnome when no prefix is set
4114
4115         (closes bug 66 Gnome directory is set to NONE)
4116
4117 2003-03-05 [paul]       0.8.10claws82
4118
4119         * sync with 0.8.10cvs23
4120                 see ChangeLog 2003-03-05
4121
4122 2003-03-04 [christoph]  0.8.10claws81
4123
4124         * src/folder.c
4125                 o fix moving and copying when folder returns 0 for new
4126                   message number
4127                 o remove some code for single message copy and move
4128                   operations and use functions for multiple messages
4129
4130         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4131
4132         * src/news.c
4133                 remove unused include
4134
4135 2003-03-04 [paul]       0.8.10claws80
4136
4137         * src/gtk/about.c
4138                 list 'Compiled plugins'
4139
4140 2003-03-03 [christoph]  0.8.10claws79
4141
4142         * src/news.[ch]
4143                 have to multiply the percentage of the current fetch with
4144                 the percentage that it has of the total fetch operation
4145                 for correct values
4146
4147 2003-03-03 [christoph]  0.8.10claws78
4148
4149         * src/news.c
4150                 fix calculation of expected lines for progress indicator
4151
4152 2003-03-03 [christoph]  0.8.10claws77
4153
4154         * src/summaryview.c
4155         * src/common/utils.c
4156                 fix segfault when opening the root news folder
4157
4158 2003-03-03 [christoph]  0.8.10claws76
4159
4160         * src/mainwindow.[ch]
4161         * src/common/Makefile.am
4162         * src/common/progressindicator.[ch]
4163                 add UI independent progress indicator handling
4164
4165         * src/news.[ch]
4166                 use new progress indicator for message info fetching
4167
4168         * src/common/hooks.h
4169                 code cleanup
4170
4171 2003-03-03 [oliver]     0.8.10claws75
4172
4173         * src/toolbar.c
4174         * src/compose.c
4175                 removed commented code
4176
4177 2003-03-03 [oliver]     0.8.10claws74
4178
4179         * src/toolbar.[ch]
4180                 cleanups and refactoring
4181         * src/compose.[ch]
4182                 compose_reply_mode reply & forwarding interface for
4183                 toolbar buttons
4184         * src/folderview.c
4185                 act on messages marked for deletion in folderview_selected
4186                 based on prefs_common.immediate_exec since a message might 
4187                 have been deleted by messageview in a folder we are changing 
4188                 to (does anybody understand what I'm on about ?)
4189
4190 2003-03-03 [oliver]     0.8.10claws73
4191         
4192         * src/messageview.[ch]
4193                 new functions
4194                 - messageview_delete: delete message shown in messagview
4195                 - messageview_update_view: update messageview to currently 
4196                   selected summaryview message
4197                 - add separate messageview to msgview_list in order to update 
4198                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4199         * src/summaryview.[ch]
4200                 summary_get_selection returns a list of selected msgs
4201                 in summaryview
4202         * src/mainwindow.c
4203                 toolbar reply refactoring
4204
4205 2003-03-03 [paul]       0.8.10claws72
4206
4207         * sync with 0.8.10cvs21
4208                 see ChangeLog 2003-03-03
4209
4210 2003-03-02 [christoph]  0.8.10claws71
4211
4212         * src/common/passcrypt.c
4213                 use POSIX includes
4214
4215 2003-03-02 [christoph]  0.8.10claws70
4216
4217         * configure.ac
4218         * src/prefs_account.c
4219         * src/prefs_gtk.[ch]
4220         * src/common/.cvsignore
4221         * src/common/Makefile.am
4222         * src/common/passcrypt.c                ** NEW **
4223         * src/common/passcrypt.h.in             ** NEW **
4224                 Implement password encryption in config files
4225                 using unix encrypt and setkey functions. The crypt
4226                 key can be set as a configure parameter. Old
4227                 passwords will be converted if they do not begin
4228                 with '!'
4229
4230 2003-03-02 [paul]       0.8.10claws69
4231
4232         * src/prefs_account.c
4233                 fix compile error
4234
4235 2003-03-01 [thorsten]   0.8.10claws68
4236
4237         * po/el.po
4238           po/hr.po
4239           po/it.po
4240           po/nl.po
4241           po/sr.po
4242           po/sv.po
4243                 corrected format strings
4244         * po/en_GB.po
4245                 corrected headers
4246                 (fix compile errors with GNU gettext-0.11.5)
4247
4248 2003-03-01 [oliver]     0.8.10claws67
4249
4250         * src/summaryview.c
4251                 menu callbacks call toolbar_menu_reply
4252
4253 2003-03-01 [oliver]     0.8.10claws66
4254
4255         * src/mainwindow.c
4256         * src/messageview.c
4257                 menu callbacks call toolbar_menu_reply
4258         * src/toolbar.[ch]
4259                 callbacks from menu handled by toolbar_menu_reply
4260
4261 2003-03-01 [paul]       0.8.10claws65
4262
4263         * src/addressbook.c
4264                 revert commit 0.8.10claws54 - breaks editing of
4265                 addressbook.
4266                 
4267         * po/bg.po
4268                 update Bulgarian translation, submitted by
4269                 George Danchev
4270
4271 2003-02-28 [christoph]  0.8.10claws64
4272
4273         * src/account.c
4274         * src/addressadd.c
4275         * src/compose.c
4276         * src/gtkaspell.c
4277         * src/gtkxtext.h                ** REMOVE **
4278         * src/imap.c
4279         * src/matcher.[ch]
4280         * src/mh.c
4281         * src/news.c
4282         * src/pine.c
4283         * src/prefs_common.c
4284         * src/prefs_matcher.c
4285         * src/procheader.[ch]
4286         * src/procmsg.[ch]
4287         * src/toolbar.c
4288         * src/common/ssl_certificate.c
4289         * src/gtk/colorlabel.c
4290         * src/gtk/menu.c
4291                 o fix warnings
4292                 o remove code obsoleted by new cache and folder system rework
4293
4294 2003-02-28 [oliver]     0.8.10claws63
4295         
4296         * src/toolbar.[ch]
4297                 * fix bug where reply in Messageview replied to 
4298                 Message displayed in summaryview
4299                 (reportedd via ML by chinatinte at gmx dot ch)
4300                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4301                 didn't work in separate MessageView Toolbar
4302                 (wondering if anybody uses this at all ?)
4303         * src/summaryview.[ch]
4304                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4305                 (generalize reply and forward code);
4306         * src/messageview.c 
4307                 remove focus_in event which updated summaryview to messageview
4308
4309 2003-02-28 [paul]       0.8.10claws62
4310
4311         * po/Makefile.in.in
4312                 add the --check option
4313                 Patch submitted by Ricardo Mones Lastra
4314
4315 2003-02-28 [paul]       0.8.10claws61
4316
4317         * src/prefs_account.c
4318                 re-order 'Signature' items
4319
4320 2003-02-28 [paul]       0.8.10claws60
4321
4322         * sync with 0.8.10cvs20
4323                 see ChangeLog 2003-02-28
4324
4325 2003-02-28 [paul]       0.8.10claws59
4326
4327         * po/POTFILES.in
4328                 update to reflect recent movement of files
4329
4330 2003-02-28 [paul]       0.8.10claws58
4331
4332         * sync with 0.8.10cvs19
4333                 see ChangeLog 2003-02-28
4334
4335 2003-02-27 [martin]     0.8.10claws57
4336
4337         * src/prefs_matcher.c 
4338                 fix segfault in prefs_matcher_ok() when the
4339                 last entry is deleted and prevents that the
4340                 message "entry not saved" comes up after deleting
4341                 an entry
4342
4343 2003-02-27 [martin]     0.8.10claws56
4344
4345         * src/prefs_filtering.c 
4346                 fix segfault in prefs_filtering_ok() when the
4347                 last entry is deleted and prevents that the
4348                 message "entry not saved" comes up after deleting
4349                 an entry
4350
4351 2003-02-27 [paul]       0.8.10claws55
4352
4353         * sync with 0.8.10cvs18
4354                 see ChangeLog 2003-02-27
4355
4356 2003-02-27 [paul]       0.8.10claws54
4357
4358         * src/addressbook.c
4359                 fix bug where the address book crashes with 
4360                 multiple lookups.
4361                 Patch [687729] submitted by David Frager 
4362                 <dbfrager@users.sourceforge.net>
4363
4364 2003-02-25 [christoph]  0.8.10claws53
4365
4366         * src/Makefile.am
4367         * src/colorlabel.[ch]           ** REMOVE **
4368         * src/gtk/Makefile.am
4369         * src/gtk/colorlabel.[ch]       ** NEW **
4370                 move colorlabel files to gtk directory
4371
4372         * src/esmtp.[ch]                ** REMOVE **
4373                 has been merged into smtp.[ch] in 0.7.5
4374
4375 2003-02-25 [christoph]  0.8.10claws52
4376
4377         * src/Makefile.am
4378         * src/about.[ch]                ** REMOVE **
4379         * src/gtk/Makefile.am
4380         * src/gtk/about.[ch]            ** NEW **
4381                 move about files to gtk directory
4382
4383 2003-02-25 [christoph]  0.8.10claws51
4384
4385         * src/folder.c
4386                 some code optimization of folder scanning code
4387
4388         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4389
4390 2003-02-25 [christoph]  0.8.10claws50
4391
4392         * src/main.c
4393         * src/common/sylpheed.c
4394                 add command line parameter parsing to common code
4395
4396 2003-02-24 [christoph]
4397
4398         * Makefile.am
4399         * configure.ac
4400                 fix gnome prefix problems, the configure script now removed
4401                 `gnome-config --prefix` from `gnome-config --datadir`
4402                 and adds $(prefix} instead
4403
4404         (closes Bug 24 Makefile does not respect prefix when installing
4405          GNOME data)
4406
4407 2003-02-24 [christoph]  0.8.10claws49
4408
4409         * src/news.c
4410                 check for valid session before trying to authenticate
4411
4412         (closes Bug 60 crash if "authenticate on logon" is activated
4413          and newsserver-hostname is not valid)
4414
4415 2003-02-24 [melvin]     0.8.10claws48
4416
4417         * src/prefs_actions.c
4418                 Make sure all user's input is sent to the action and then
4419                 close the socket..
4420
4421 2003-02-23 [alfons]     0.8.10claws46
4422
4423         * src/summaryview.c
4424                 also wait cursor when deleting files
4425
4426 2003-02-23 [paul]
4427
4428         * tools/freshmeat_search.pl
4429           tools/google_search.pl
4430                 scripts should now work for any browser/browser command line
4431
4432 2003-02-22 [christoph]  0.8.10claws45
4433
4434         * src/procmsg.c
4435                 fix IMAP flag setting, IMAP flag is not handled correctly
4436                 anymore by the folder system and information about the
4437                 folder should not be saved in the MsgInfo (in my opinion)
4438
4439         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4440
4441 2003-02-22 [christoph]  0.8.10claws44
4442
4443         * src/summaryview.c
4444                 fix spelling of "label" ;-)
4445
4446 2003-02-22 [thorsten]   0.8.10claws43
4447
4448         * src/mimeview.c
4449           src/prefs_common.[ch]
4450           src/procmime.[ch]
4451                 do not use description as attachment name
4452
4453 2003-02-22 [alfons]     0.8.10claws42
4454
4455         * src/summaryview.c
4456                 freeze/thaw folder item updates when changing color labels,
4457                 and put a wait cursors on
4458
4459 2003-02-22 [thorsten]   0.8.10claws41
4460
4461         * src/mimeview.c
4462                 save-all fixes: crash if invoked on multipart container,
4463                 mimeinfo access, pathseparators, error dialog
4464
4465 2003-02-21 [alfons]     0.8.10claws40
4466
4467         * src/prefs_gtk.c
4468                 remove unused var
4469
4470 2003-02-21 [colin]      0.8.10claws39
4471
4472         * src/send.c
4473                 Fix smtp logging
4474
4475 2003-02-21 [colin]      0.8.10claws38
4476
4477         * src/summaryview.c
4478                 Freeze/thaw folderItem updates when filtering messages 
4479                 via Tools/Filter messages
4480
4481 2003-02-21 [paul]       0.8.10claws37
4482
4483         * src/compose.c
4484                 revert commit 0.8.10claws26, there are ulterior motives
4485                 for users to set a Reply-To header when posting to
4486                 newsgroups
4487
4488 2003-02-21 [paul]       0.8.10claws36
4489
4490         * sync with 0.8.10cvs17
4491                 see ChangeLog 2003-02-21
4492
4493 2003-02-20 [christoph]  0.8.10claws35
4494
4495         * src/imap.c
4496                 IMAP UID fetch speedup using SEARCH
4497
4498         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4499
4500         * src/imap.c
4501                 fix problem with UIDs in IMAP UID cache that no longer existed
4502
4503 2003-02-20 [christoph]  0.8.10claws34
4504
4505         * src/imap.c
4506         * src/procheader.c
4507         * src/procheader.h
4508                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4509
4510         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4511
4512         * src/imap.c
4513                 Rewrite imap_cmd_gen_recv use sock_getline instead
4514                 of sock_gets to avoid problems with too long reply
4515                 lines
4516     
4517 2003-02-20 [colin]      0.8.10claws33
4518         
4519         * src/prefs_account.c
4520                 Better wording
4521
4522 2003-02-20 [colin]      0.8.10claws32
4523
4524         * src/compose.c
4525                 Remove useless '&& !to_sender' 
4526
4527 2003-02-20 [darko]
4528
4529         * AUTHORS
4530                 change my e-mail address
4531
4532 2003-02-19 [colin]      0.8.10claws31
4533
4534         * src/prefs_common.c
4535                 X11 style colors for every configurable color
4536
4537 2003-02-19 [alfons]     0.8.10claws30
4538
4539         * src/prefs_gtk.[ch]
4540         * src/prefs_common.c
4541                 for color_new accept both plain integers and X11 style color
4542                 names (as found in /usr/lib/X11/rgb.txt)
4543
4544 2003-02-19 [paul]       0.8.10claws29
4545
4546         * src/mainwindow.c
4547                 add tooltips to online/offline button and account selector
4548                 button
4549
4550 2003-02-19 [paul]       0.8.10claws28
4551
4552         * src/folder.c
4553           src/news.c
4554           src/prefs_account.[ch]
4555           src/prefs_common.[ch]
4556                 move 'Maximum number of articles to download' to
4557                 account prefs.
4558                 clean up account prefs gui a little by hiding entries
4559                 rather then greying out entries
4560
4561 2003-02-19 [hiro]       0.8.10claws27
4562
4563         * src/common/utils.c
4564                 fix bug #54 'yesterdays date is displayed in the message 
4565                 summary window'
4566
4567 2003-02-19 [paul]       0.8.10claws26
4568
4569         * src/compose.c
4570                 fix bug reported in Feature Request [688596] 
4571                 'Reply-to header in news'
4572
4573 2003-02-18 [paul]       0.8.10claws25
4574
4575         * src/select-keys.c
4576                 add a 'List all keys' button to key selection dialog
4577
4578 2003-02-18 [colin]      0.8.10claws24
4579         
4580         * src/stock_pixmap.c
4581                 fix compile error
4582
4583 2003-02-18 [colin]      0.8.10claws23
4584
4585         * src/common/smtp.[ch]
4586           src/prefs_account.c
4587                 Try to starttls if it seems to be the only
4588                 way to authenticate a user
4589
4590 2003-02-18 [paul]       0.8.10claws22
4591
4592         * src/Makefile.am
4593           src/folderview.c
4594           src/stock_pixmap.[ch]
4595           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4596           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4597                 as a Drafts folder is a special folder allow it to have
4598                 its own unique icons
4599
4600 2003-02-18 [colin]      0.8.10claws21
4601
4602         * src/imap.c
4603                 Fix port selection when using starttls
4604
4605 2003-02-18 [paul]       0.8.10claws20
4606
4607         * src/mainwindow.c
4608           src/prefs_common.[ch]
4609                 make blue the default new mail colour
4610
4611 2003-02-18 [paul]       0.8.10claws19
4612
4613         * sync with 0.8.10cvs14
4614                 see ChangeLog 2003-02-18
4615
4616 2003-02-17 [jens]       0.8.10claws18
4617
4618         * src/common/md5.c
4619                 fixed a compile problem with gcc 3.3
4620                 works on 2.95.3 too (testet on PPC as it is big endian)
4621
4622 2003-02-17 [paul]       0.8.10claws17
4623
4624         * sync with 0.8.10cvs13
4625                 see ChangeLog 2003-02-17
4626
4627 2003-02-17 [paul]       0.8.10claws16
4628
4629         * sync with 0.8.10cvs12
4630                 see ChangeLog 2003-02-17
4631
4632 2003-02-16 [match]      0.8.10claws15
4633
4634         * src/addressbook.c
4635                 Eliminates reloading of address data when items
4636                 deleted or added. Applied submitted by
4637                 Luke Plant <lukeplant@softhome.net>
4638
4639 2003-02-16 [paul]       0.8.10claws14
4640
4641         * src/news.c
4642                 when a 'protocol error' is encountered disconnect from
4643                 the server. This means that the user can carry on viewing
4644                 other articles and doesn't have to either wait until the
4645                 server timesout or quit sylpheed.
4646                 Fixes bug #53 'Unable to read messages in newsgroups, 
4647                 displayed message doesn't change'
4648
4649 2003-02-15 [christoph]  0.8.10claws13
4650
4651         * src/imap.c
4652                 fix bug that stopped scanning of folders when an
4653                 IMAP folder was empty
4654
4655         (closes bug 46 stop scan messages in folders after empty folder)
4656
4657 2003-02-15 [paul]
4658
4659         * tools/Makefile.am
4660           tools/README
4661           tools/freshmeat_search.pl     ** NEW FILE **
4662           tools/google_search.pl        ** NEW FILE **
4663                 Add 2 Actions scripts which search freshmeat/google
4664                 for the selected text using the browser configured
4665                 in sylpheedrc.
4666                 
4667         Note: These scripts are very dependent on the format of the
4668         browser command and may not work on every occasion. Testing
4669         is welcome. 
4670
4671 2003-02-14 [alfons]     0.8.10claws12
4672
4673         * src/compose.c
4674                 fix breakage because of uninitialized account pointer.
4675                 please verify.
4676
4677 2003-02-14 [paul]       0.8.10claws11
4678
4679         * src/compose.c
4680           src/prefs_account.[ch]
4681           src/prefs_common.[ch]
4682                 move signature settings to Account Prefs
4683
4684 2003-02-14 [paul]       0.8.10claws10
4685
4686         * sync with 0.8.10cvs11
4687                 see ChangeLog 2003-02-14
4688
4689 2003-02-13 [thorsten]   0.8.10claws9
4690
4691         * src/news.c
4692                 revert news progressbar (GUI separation)
4693
4694 2003-02-13 [paul]       0.8.10claws8
4695
4696         * src/compose.c
4697                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4698                 paragraph 1
4699
4700 2003-02-13 [paul]       0.8.10claws7
4701
4702         * src/compose.[ch]
4703           src/summaryview.c
4704                 fix 'Follow-up and Reply-to' so that it creates a reply to
4705                 the newsgroup and the sender. If the message has the keyword
4706                 'poster' in the Followup-To header, all replies go to the
4707                 sender, re: RFC 1036, Section 2.2.3
4708                 rename all instances of 'ignore_replyto' to 'to_sender', both
4709                 were previously used, now we use just one.
4710
4711 2003-02-13 [paul]       0.8.10claws6
4712
4713         * sync with 0.8.10cvs9
4714                 see ChangeLog 2003-02-13
4715
4716 2003-02-13 [paul]       0.8.10claws5
4717
4718         * configure.ac
4719                 show which plugins are configured in the configure
4720                 output.
4721
4722 2003-02-12 [thorsten]   0.8.10claws4
4723
4724         * src/news.c
4725                 show progress while fetching news headers
4726
4727 2003-02-12 [christoph]  0.8.10claws3
4728
4729         * configure.ac
4730         * src/plugins/Makefile.am
4731                 use AM_CONDITIONAL to enable plugins, automake correctly
4732                 manages this when creating distdir
4733
4734 2003-02-12 [christoph]  0.8.10claws2
4735
4736         * ac/spamassassin.m4
4737         * src/plugins/spamassassin/Makefile.am
4738                 fix building SpamAssassin plugin without OpenSSL
4739
4740 2003-02-12 [paul]       0.8.10claws1
4741
4742         * ac/Makefile.am
4743           src/Makefile.am
4744           src/plugins/Makefile.am
4745                 fix failure of 'make release'
4746
4747 2003-02-12 [paul]       0.8.10claws
4748
4749         * 0.8.10claws released
4750
4751 2003-02-12 [paul]       0.8.9claws56
4752
4753         * po/bg.po
4754           po/es.po
4755           po/it.po
4756           po/ru.po
4757           po/sr.po
4758                 updated translations by George Danchev, Ricardo Mones Lastra,
4759                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4760                 
4761         * sylpheed.spec.in
4762                 Allow the building of RPMs by a regular user. Submitted
4763                 by Sergei Astanin
4764
4765 2003-02-11 [alfons]     0.8.9claws55
4766
4767         * src/colorlabel.c
4768                 don't use pixmaps for label color rect but draw rectangles
4769                 so we can respect the color map of palette based visuals
4770                 (fixes the long time crashes on Suns - thanks to Andreas
4771                 Engel and Steve O'Hara-Smith for testing)
4772
4773 2003-02-11 [christoph]  0.8.9claws54
4774
4775         * src/matcher_parser_parse.y
4776                 correct bug where filering rules of not existing folders in
4777                 matcherrc were added to global filtering
4778                 
4779         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4780          main filter-rules after removing directory, http://bugs.debian.org/180253)
4781         
4782 2003-02-11 [paul]       0.8.9claws53
4783
4784         * sync with 0.8.10cvs7
4785                 see ChangeLog 2003-02-09
4786
4787 2003-02-11 [melvin]     0.8.9claws52
4788
4789         * po/fr.po
4790                 Updated French tranlsations
4791
4792 2003-02-10 [paul]       0.8.9claws51
4793
4794         * sylpheed.spec.in
4795                 correct --enable-openssl
4796                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4797
4798 2003-02-09 [martin]     0.8.9claws50
4799
4800         * src/prefs_matcher.c
4801                 fix segfault in prefs_matcher_substitute_cb() when
4802                 no row is selected
4803
4804 2003-02-09 [paul]       0.8.9claws49
4805
4806         * src/folderview.c
4807                 fix bug where a newsgroup folder's processing rules were
4808                 merged with the global filtering rules when the newsgroup
4809                 folder was deleted, causing some seriously bad results,
4810                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4811
4812 2003-02-08 [melvin]     0.8.9claws48
4813
4814         * src/compose.c
4815                 Corrected and modified an alert message.
4816
4817 2003-02-07 [paul]       0.8.9claws47
4818
4819         * src/folderview.c
4820                 fix bug where both an 'Account properties' window and a
4821                 'Folder properties' window were opened when clicking on
4822                 'Properties' in an NNTP or IMAP folder's popup menu.
4823
4824 2003-02-07 [paul]       0.8.9claws46
4825
4826         * sync with 0.8.10cvs6
4827                 see ChangeLog 2003-02-06
4828
4829 2003-02-06 [christoph]  0.8.9claws45
4830
4831         * src/mbox.c
4832                 freeze folder updates while importing mbox files
4833                 (closes bug 43 importing mbox took hours)
4834                 
4835         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4836
4837 2003-02-06 [thorsten]   0.8.9claws44
4838
4839         * po/de.po
4840                 Updated german translations
4841
4842 2003-02-06 [thorsten]   0.8.9claws43
4843
4844         * src/news.h
4845                 use guint for message numbers (fix count in grouplist dialog)
4846
4847 2003-02-05 [paul]       0.8.9claws42
4848
4849         * sync with 0.8.10cvs2
4850                 see ChangeLog 2003-02-05
4851
4852 2003-02-04 [colin]      0.8.9claws41
4853
4854         * src/prefs_common.[ch]
4855           src/procmsg.c
4856           src/summaryview.c
4857                 Add an option to disable threading by subject
4858
4859 2003-02-04 [christoph]  0.8.9claws40
4860
4861         * src/inc.c
4862                 only abort fetching mails from multiple accounts when the
4863                 error is fatal and does not allow to check any more accounts
4864                 (currently only disk full error)
4865
4866         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4867          receive mails for other accouts)
4868
4869 2003-02-04 [christoph]  0.8.9claws39
4870
4871         * src/folder.c
4872                 first add the new message to the cache, then
4873                 send the update notification
4874
4875         (closes bug 39 after sending message folderview doesnt get updated)
4876
4877 2003-02-04 [colin]      0.8.9claws38
4878
4879         * src/inc.c
4880                 _really_ fix this Connecting... status
4881
4882 2003-02-04 [paul]       0.8.9claws37
4883
4884         * sync with 0.8.10
4885                 see ChangeLog 2003-02-04
4886
4887 2003-02-04 [paul]       0.8.9claws36
4888
4889         * sync with 0.8.9cvs6
4890                 see ChangeLog 2003-02-03
4891
4892 2003-02-04 [paul]       0.8.9claws35
4893
4894         * po/pt_BR.po
4895                 updated by AndrĂ© Filipe de Assunção e Brito 
4896                 <bedecko@netsite.com.br>
4897
4898 2003-02-03 [thorsten]   0.8.9claws34
4899
4900         * po/de.po
4901                 Updated german translations
4902
4903 2003-02-02 [paul]       0.8.9claws33
4904
4905         * po/es.po
4906                 updated by Ricardo Mones Lastra
4907
4908 2003-02-02 [thorsten]   0.8.9claws32
4909
4910         * src/mh.c
4911                 Fix mh_get_msginfo() segfault if file is inaccessible
4912
4913 2003-01-31 [colin]      0.8.9claws31
4914
4915         * src/procheader.c
4916                 Fix last commit's bug
4917
4918 2003-01-31 [colin]      0.8.9claws30
4919
4920         * src/procheader.c
4921                 Missing a change for gpg-signed messages
4922
4923 2003-01-31 [paul]       0.8.9claws29
4924
4925         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4926           src/procheader.c
4927           src/stock_pixmap.[ch]
4928           src/summaryview.c
4929                 indicate GnuPG signed messages by displaying an icon
4930                 in the Attachment column.
4931
4932 2003-01-31 [paul]       0.8.9claws28
4933
4934         * sync with 0.8.9cvs4
4935                 see ChangeLog 2003-01-31
4936
4937 2003-01-31 [alfons]     0.8.9claws27
4938
4939         * src/textview.c
4940                 tune URI parser to accept mailto URLs with a '?'
4941                 (patch from Ruslan Balkin)
4942
4943 2003-01-31 [colin]      0.8.9claws26
4944
4945         * src/summaryview.c
4946                 Fix a leak introduced in claws24
4947
4948 2003-01-31 [colin]      0.8.9claws25
4949
4950         * src/summaryview.c
4951                 Freeze/Thaw folder updates when deleting dups
4952
4953 2003-01-31 [colin]      0.8.9claws24
4954         
4955         * src/addr_compl.c
4956           src/summaryview.c
4957           src/msgcache.c
4958                 little speed improvements
4959
4960 2003-01-31 [colin]      0.8.9claws23
4961
4962         * src/summaryview.c
4963                 Fix segfault when forwarding nothing
4964                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4965                 
4966 2003-01-30 [paul]       0.8.9claws22
4967
4968         * sync with 0.8.9cvs3
4969                 see ChangeLog 2003-01-30
4970
4971 2003-01-30 [paul]       0.8.9claws21
4972
4973         * sync with 0.8.9cvs2
4974                 see ChangeLog 2003-01-30
4975
4976 2003-01-29 [paul]       0.8.9claws20
4977
4978         * sync with 0.8.9cvs1
4979                 see ChangeLog 2003-01-29
4980
4981 2003-01-28 [paul]       0.8.9claws19
4982
4983         * po/POTFILES.in
4984                 update to reflect changes. 
4985                 thanks to Ricardo Mones Lastra
4986
4987 2003-01-27 [christoph]  0.8.9claws18
4988
4989         * ac/openssl.m4
4990         * ac/spamassassin.m4
4991         * src/plugins/spamassassin/README
4992         * src/plugins/spamassassin/libspamc.[ch]
4993         * src/plugins/spamassassin/utils.[ch]
4994                 updated to latest libspamc
4995
4996 2003-01-27 [christoph]  0.8.9claws17
4997
4998         * src/folder.c
4999                 fix wrong use of procheader_get_header_fields
5000
5001 2003-01-27 [christoph]  0.8.9claws16
5002
5003         * src/news.c
5004         * src/prefs_account.[ch]
5005         * src/common/nntp.[ch]
5006                 allow to force authentication for NNTP servers
5007
5008         Patch submitted by Florian Mickler <dmk@d-labs.de>
5009
5010 2003-01-26 [paul]       0.8.9claws15
5011
5012         * src/summaryview.c
5013                 speed up of marking messages as read
5014                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5015
5016 2003-01-26 [christoph]  0.8.9claws14
5017
5018         * src/Makefile.am
5019         * src/mgutils.[ch]              ** REMOVE **
5020         * src/xml.[ch]                  ** REMOVE **
5021         * src/xmlprops.[ch]             ** REMOVE **
5022         * src/common/Makefile.am
5023         * src/common/mgutils.[ch]       ** NEW **
5024         * src/common/xml.[ch]           ** NEW **
5025         * src/common/xmlprops.[ch]      ** NEW **
5026                 move xml files to common directory
5027
5028 2003-01-26 [christoph]  0.8.9claws13
5029
5030         * src/plugins/spamassassin/spamassassin_gtk.c
5031                 only set gtk entry text if string is available
5032
5033 2003-01-26 [melvin]     0.8.9claws12
5034
5035         * src/description_window.c
5036                 Allow resizing of the window
5037                 Allow automatic horizontal scroll bar
5038                 Do not vertically expand and fill
5039
5040 2003-01-26 [christoph]  0.8.9claws11
5041
5042         * src/Makefile.am
5043         * src/gtkutils.[ch]             ** REMOVE **
5044         * src/common/sylpheed.c
5045         * src/gtk/Makefile.am
5046         * src/gtk/description_window.c
5047         * src/gtk/gtkutils.[ch]         ** NEW **
5048         * src/gtk/prefswindow.c
5049                 move gtkutils to gtk directory
5050
5051 2003-01-26 [paul]       0.8.9claws10
5052
5053         * src/summaryview.c
5054                 rename summary_unread_clicked() to summary_status_clicked()
5055
5056 2003-01-26 [melvin]     0.8.9claws9
5057
5058         * src/prefs_actions.c
5059                 Cosmetical changes to the help text
5060
5061 2003-01-26 [paul]       0.8.9claws8
5062
5063         * src/folder.[ch]
5064           src/mainwindow.c
5065           src/prefs_common.c
5066           src/prefs_sumamry_column.c
5067           summaryview.[ch]
5068                 rename the 'Unread' column to 'Status'
5069
5070 2003-01-25 [match]      0.8.9claws7
5071
5072         * src/mgutils.[ch]
5073                 removed reference to LDAP constants. removed error2string.
5074                 included functions to support LDAP dynamic queries.
5075         * src/syldap.h
5076                 moved LDAP constants here.
5077         * src/addressbook.c
5078         * src/addrindex.c
5079         * src/importldif.c
5080                 removed references to LDAP constants and references to
5081                 error2string.
5082
5083 2003-01-25 [paul]       0.8.9claws6
5084
5085         * src/summaryview.c
5086                 summary_thread_build(), summary_thread_init(): remove 
5087                 unneeded reference to summaryview->folder_item
5088
5089 2003-01-25 [christoph]  0.8.9claws5
5090
5091         * src/gtk/description_window.c
5092                 o allow description texts to expand over multiple columns
5093                 o translate all columns
5094         * src/prefs_actions.c
5095                 change syntax description to use new multi column feature
5096
5097         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5098
5099 2003-01-25 [match]      0.8.9claws4
5100
5101         * src/vcard.c
5102                 fixed bug with Quoted-Printable
5103
5104 2003-01-25 [paul]       0.8.9claws3
5105
5106         * src/folder.[ch]
5107           src/summaryview.[ch]
5108                 implement per-folder collapsed/expanded threads setting
5109                 
5110         * src/prefs_common.c
5111                 remove global collapsed/expanded threads option
5112
5113 2003-01-25 [christoph]  0.8.9claws2
5114
5115         * po/POTFILES.in
5116                 add pluginwindow and prefswindow
5117         * src/compose.c
5118                 make send respond correctly to messages that could be added
5119                 to the queue folder, but the UID of the message is unknown
5120         * src/folder.c
5121         * src/imap.c
5122                 don't return guessed UIDs in imap_add_msg anymore. We return
5123                 0 to tell the folder system it was appened but the UID is
5124                 unknown. Folder system now get's the UID by scaning the folder
5125                 and searching the cache for the Message-ID
5126                 (closes bug #29 Messages queued, but not sent)
5127
5128 2003-01-25 [paul]       0.8.9claws1
5129
5130         * src/codeconv.c
5131                 conv_encode_header():  fix bug when long headers with 8-bit
5132                 characters are used, so that the encoded words are wrapped.
5133                 If the space in the original text falls on the wrap boundary,
5134                 it can be lost.
5135                 Patch by Sergey Vlasov.
5136                 
5137         * src/folderview.c
5138                  fix bug where a change to the sorting method or thread view
5139                  of a folder's messages is lost if simpify-subject is set and
5140                  toggled on or off.
5141                  Patch by Luke Plant.
5142
5143 2003-01-24 [paul]       0.8.9claws
5144
5145         * sylpheed-0.8.9claws released
5146         
5147         * Makefile.am
5148           sylpheed.spec.in
5149                 remove reference to 'INSTALL.jp'
5150
5151 2003-01-23 [paul]       0.8.8claws128
5152
5153         * po/es.po
5154           po/it.po
5155           po/ru.po
5156           po/sr.po
5157                 updated translations. submitted by Ricardo Mones Lastra,
5158                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5159
5160 2003-01-23 [colin]      0.8.8claws127
5161
5162         * src/compose.c
5163                 Fix drafted and queued news articles re-edition
5164
5165 2003-01-23 [melvin]     0.8.8claws126
5166
5167         * po/fr.po
5168                 Updated French translations
5169
5170 2003-01-23 [colin]      0.8.8claws125
5171
5172         * src/inc.c
5173                 Fix "Connecting to..." status message
5174
5175 2003-01-22 [paul]       0.8.8claws124
5176
5177         * po/bg.po
5178                 updated by George Danchev
5179                 
5180         * src/folder.c
5181                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5182                 and folder deletion
5183
5184 2003-01-21 [paul]       0.8.8claws123
5185
5186         * po/bg.po
5187                 updated by George Danchev
5188                 
5189         * src/about.c
5190                 its now 2003
5191                 
5192         * src/toolbar.c
5193                 don't translate 'Separator'
5194                 
5195         * src/plugins/spamassassin/Makefile.am
5196                 add aspell to CPPFLAGS
5197                 
5198         * src/plugins/spamassassin/spamassassin.c
5199           src/plugins/spamassassin/spamassassin_gtk.c
5200                 set correct default for spamassassin_receive_spam
5201                 slightly re-word descriptions and some
5202                 other minor changes
5203
5204 2003-01-19 [alfons]     0.8.8claws122
5205                 
5206         * src/mimeview.c
5207                 mimeview_save_as(): we might as well show the file name for
5208                 the single case "Save As" too
5209
5210 2003-01-19 [alfons]     0.8.8claws121
5211
5212         * src/crash.c
5213                 change bug tracker URL to bugzilla URL
5214
5215 2003-01-19 [alfons]     0.8.8claws120
5216
5217         * src/mimeview.c
5218                 mimeview_save_all(): display name of file before overwriting;
5219                 continue saving all, even when one overwrite was cancelled
5220
5221 2003-01-19 [christoph]  0.8.8claws119
5222
5223         * src/summaryview.c
5224         * src/procmsg.[ch]
5225                 fix wrong usage of procmsg_find_children in summaryview
5226                 by using procmsg_update_unread_children instead of
5227                 summaryview_update_unread_children
5228
5229 2003-01-19 [christoph]  0.8.8claws118
5230
5231         * src/procmsg.c
5232                 fix infinite loop in procmsg_find_children
5233                  (closes bug #25 sylpheed crashes on delete.)
5234
5235         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5236
5237 2003-01-19 [paul]       0.8.8claws117
5238
5239         * po/pt_BR.po
5240                 updated by Ivan Francolin Martinez
5241
5242 2003-01-18 [melvin]     0.8.8claws116
5243
5244         * src/prefs_actions.c
5245                 Removed syntax limitation of only one '&' at the end of command.
5246                         Now actions that contain '>/dev/null 2>&1' are possible.
5247
5248 2003-01-18 [melvin]     0.8.8claws115
5249
5250         * src/prefs_actions.c
5251                 Actions IO dialog: when the action ends
5252                 the "Close" button now has focus and [Escape] closes the
5253                 window.
5254
5255 2003-01-18 [christoph]  0.8.8claws114
5256
5257         * src/procmsg.c
5258                 o add debug output when MsgInfos are really freed
5259                 o free GSLists in procmsg_find_children and
5260                   procmsg_update_unread_children
5261
5262 2003-01-18 [christoph]  0.8.8claws113
5263
5264         * src/mainwindow.c
5265                 reorder Configuration menu
5266
5267 2003-01-18 [christoph]  0.8.8claws112
5268
5269         * src/compose.c
5270                 fix applying templates to forwarded messages
5271
5272         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5273
5274 2003-01-17 [christoph]  0.8.8claws111
5275
5276         * src/folder.c
5277                 destroy folder items, when a folder item is removed
5278
5279 2003-01-17 [christoph]  0.8.8claws110
5280
5281         * src/folder.c
5282                 fix wrong folder stats update when ignored message is
5283                 deleted
5284
5285 2003-01-17 [colin]      0.8.8claws109
5286         
5287         * src/mainwindow.c
5288         * src/summaryview.c
5289                 Quicksearch bugfixes: 
5290                 - hide help button at startup if not extended
5291                 - switch to extended when looking for replies
5292
5293 2003-01-17 [paul]
5294
5295         * sync with 0.8.9 release
5296
5297 2003-01-17 [paul]       0.8.8claws108
5298
5299         * sync with 0.8.8cvs11
5300                 see ChangeLog 2003-01-17
5301
5302 2003-01-16 [colin]      0.8.8claws107
5303
5304         * src/procmsg.c
5305                 Changed encryption test to re-ask passphrase
5306                 if an encrypted message hasn't been decrypted
5307                 Fixes bug #5
5308
5309 2003-01-16 [christoph]  0.8.8claws106
5310
5311         * src/prefs_gtk.c
5312         * src/prefs_toolbar.c
5313         * src/gtk/prefswindow.h
5314         * src/plugins/spamassassin/spamassassin_gtk.c
5315                 remove page destroy function that is not used anymore
5316
5317 2003-01-16 [paul]       0.8.8claws105
5318
5319         * sync with 0.8.8cvs9
5320                 see ChangeLog 2002-01-16
5321
5322 2003-01-16 [colin]      0.8.8claws104
5323
5324         * src/compose.[ch]
5325                 Fix bug with autosaved drafts for IMAP, when draft
5326                 folder is specified - fixes bugzilla bug #20
5327
5328 2003-01-15 [paul]       0.8.8claws103
5329
5330         * src/compose.[ch]
5331           src/procmsg.c
5332                 store folder and message-id of message forwarding
5333                 in queue header and set forward flag after sending
5334
5335 2003-01-15 [paul]       0.8.8claws102
5336
5337         * sync with 0.8.8cvs8
5338                 see ChangeLog 2002-01-15
5339
5340 2003-01-15 [colin]      0.8.8claws101
5341
5342         * src/Makefile.am
5343                 Fix linking with GNU libiconv
5344
5345 2003-01-15 [darko]      0.8.8claws100
5346
5347         * src/pine.c
5348                 fix crash when importing pine address book
5349                 entry with an empty name (reported by DY
5350                 <dybulk at tri8.net>)
5351
5352 2003-01-14 [paul]       0.8.8claws99
5353
5354         * configure.in  ** REMOVED **
5355           configure.ac  ** NEW FILE **
5356                 rename configure.in to configure.ac, as it is now
5357                 preferred
5358
5359 2003-01-14 [melvin]     0.8.8claws98
5360
5361         * src/folderview.c
5362                 folderview_check_new(): More precise function description
5363
5364 2003-01-14 [melvin]     0.8.8claws97
5365
5366         * src/folderview.c
5367                 folderview_check_new(): return the number of new messages 
5368                         since last check.
5369         * src/inc.c
5370                 inc_account_mail(): Disable counting of new messages for IMAP
5371                         and NNTP until bug [19] and [14] are fixed.
5372
5373 2003-01-14 [paul]       0.8.8claws96
5374
5375         * sync with 0.8.8cvs6
5376                 see ChangeLog 2003-01-14
5377
5378 2003-01-13 [alfons]     0.8.8claws95
5379
5380         * src/textview.c
5381                 tune email address validation (c. 0.8.8claws89): if . is 
5382                 just one char away from @, the address is invalid too 
5383                 (correctly rejects addresses like foo@.com)
5384
5385 2003-01-13 [paul]       0.8.8claws94
5386
5387         * src/messageview.c
5388           src/toolbar.c
5389                 fixes to the Message View toolbar and menu:
5390                 fix non-functioning Forward button
5391                 make Reply button consider default_reply_list
5392                 remove 'Follow-up...' menu entry
5393                 add 'Forward' and 'Redirect' menu entries
5394
5395 2003-01-13 [melvin]     0.8.8claws93
5396
5397         * src/inc.c
5398                 Fixed typo that could make new messages count incorrect.
5399
5400 2003-01-13 [melvin]     0.8.8claws92
5401
5402         * src/folderview.[ch]
5403                 folderview_check_new(): return the number of new messages.
5404         * src/inc.c
5405                 Should fix bug [14] where new mail notification worked 
5406                         incorrectly with IMAP accounts.
5407                 inc_spool_account(): return number of new msgs, or -1 on error
5408                 inc_all_spool(): return number of new msgs
5409                 
5410 2003-01-13 [melvin]     0.8.8claws91
5411
5412         * src/prefs_actions.c
5413                 Justify help text.
5414
5415 2003-01-12 [thorsten]   0.8.8claws90
5416
5417         * src/common/prefs.c
5418                 close file before rename
5419
5420 2003-01-12 [alfons]     0.8.8claws89
5421
5422         * AUTHORS
5423                 add Christian Mertes
5424         * src/common/utils.[ch]
5425                 g_stricase_hash(), g_stricase_equal(): functions for 
5426                 case insensitive hash tables
5427         * src/textview.c
5428                 use top level domain names to validate email address, based
5429                 on a patch by Christian Mertes (thanks!), but changed 
5430                 implementation to use a hash table 
5431
5432 2003-01-12 [paul]       0.8.8claws88
5433
5434         * po/bg.po
5435                 updated by George Danchev
5436
5437 2003-01-12 [alfons]     0.8.8claws87
5438
5439         * src/summaryview.c
5440                 delete / execute performance: use new style folder update
5441
5442 2003-01-12 [paul]       0.8.8claws86
5443
5444         * sync with 0.8.8cvs5
5445                 see ChangeLog 2003-01-13 (!)
5446
5447 2003-01-12 [alfons]     0.8.8claws85
5448
5449         * src/filtering.c
5450         * src/matcher_parser_parse.y
5451                 prepare change_score filtering action
5452         * src/matcher.[ch]
5453                 give up const-correctness on functions that call non-const-correct functions;
5454                 several casts to gpointer in g_free();
5455                 add change_score;
5456
5457 2003-01-12 [christoph]  0.8.8claws84
5458
5459         * src/compose.c
5460                 fix 2 warnings
5461
5462         * src/gtk/prefswindow.[ch]
5463         * src/plugins/spamassassin/spamassassin_gtk.c
5464                 changed the call of the widget create function
5465                 for PrefsPages, because sometimes the widget
5466                 create function needs a widget that already has
5467                 been attached to a window (to create GDK pixmaps
5468                 for exmaple). So we simply pass the GtkWindow as
5469                 the second parameter now.
5470
5471         * src/main.c
5472         * src/mainwindow.c
5473         * src/prefs_toolbar.[ch]
5474                 rewrite Toolbar Preferences using the new
5475                 prefs window
5476
5477 2003-01-11 [alfons]     0.8.8claws83
5478
5479         * src/addressadd.c
5480                 fix crash when adding sender to addressbook because status bar
5481                 isn't there (the status bar doesn't seem to be used though,
5482                 but I'll let Match decide what to do with it)
5483
5484 2003-01-11 [colin]      0.8.8claws82
5485
5486         * src/main.c
5487           src/toolbar.c
5488                 Two useless changes reversed
5489
5490 2003-01-11 [colin]      0.8.8claws81
5491
5492         * src/mainwindow.c
5493           src/mainwindow.h
5494                 Add mainwindow_get_mainwindow()
5495         * src/alertpanel.c
5496           src/alertpanel.h
5497                 Add alertpanel_error_log() 
5498         * src/compose.c
5499           src/inc.c
5500           src/messageview.c
5501           src/toolbar.c
5502           src/main.c
5503           src/procmsg.c
5504                 Network errors get a View Log button
5505
5506 2003-01-10 [alfons]     0.8.8claws80
5507
5508         * src/prefs_toolbar.c
5509         * src/toolbar.c
5510                 use the translatable string for "Separator" as file name for
5511                 separator toolbar items (probably make this uppercase?)
5512
5513 2003-01-10 [alfons]     0.8.8claws79
5514
5515         * src/prefs_toolbar.c
5516                 put right A_SEPARATOR description string in "displayed
5517                 toolbar items list" so manually added separators are
5518                 saved correctly (bug #10, "Adding a separator to the main 
5519                 toolbar fails, entry in xml file is wrong")
5520
5521 2003-01-10 [christoph]  0.8.8claws78
5522
5523         * src/imap.c
5524                 o fix warnings
5525                 o use CAPABILITY to check if NAMESPACE is available
5526
5527 2003-01-10 [christoph]  0.8.8claws77
5528
5529         * src/imap.[ch]
5530                 apply UIDPLUS IMAP extension support patch
5531
5532         Patch submitted by Simon 'corecode' Schubert
5533
5534 2003-01-10 [paul]       0.8.8claws76
5535
5536         * src/folderview.c
5537                 a sync from main which fixes the news account folders'
5538                 Properties bug
5539
5540 2003-01-10 [christoph]  0.8.8claws75
5541
5542         * src/folder.c
5543                 don't accept 0 as a valid uid returned by copy and move
5544                 functions. 0 means the message was copied or moved but the
5545                 new uid could not be fetched. It is not an error condition
5546                 for the copy or move operation.
5547
5548 2003-01-10 [paul]       0.8.8claws74
5549
5550         * src/prefs_filtering.c
5551                 change English used in Alert when entry is not
5552                 saved.
5553                 
5554         * sync with 0.8.8cvs4
5555                 see ChangeLog 2003-01-10
5556
5557 2003-01-10 [darko]      0.8.8claws73
5558
5559         * src/pine.c
5560                 fix crash when importing address book entry
5561                 without a valid address
5562
5563 2003-01-09 [alfons]     0.8.8claws72
5564
5565         * src/inc.c
5566                 filtering performance: use new style folder update
5567
5568 2003-01-09 [christoph]  0.8.8claws71
5569
5570         * src/compose.c
5571         * src/gtk/menu.[ch]
5572                 fix wrong selecting of mime encoding type, when
5573                 opening property dialog of attachments in the
5574                 compose window. 7bit was always selected and that
5575                 destoryed files with 8bit data.
5576                 (closes bug #9 Sylpheed-claws destroys attachments when
5577                  changing MIME-types)
5578
5579 2003-01-09 [paul]       0.8.8claws70
5580
5581         * sync with 0.8.8cvs3
5582                 see ChangeLog 2003-01-09
5583
5584 2003-01-08 [alfons]     0.8.8claws69
5585         
5586         * src/addressadd.c
5587                 apply patch by Kim Schulz to fix build breakage
5588                 because of missing variable
5589
5590 2003-01-08 [paul]       0.8.8claws68
5591
5592         * sync with 0.8.8cvs2
5593                 see ChangeLog 2002-01-08
5594
5595 2003-01-08 [paul]       0.8.8claws67
5596
5597         * po/it.po
5598                 updated by Alessandro Maestri
5599                 
5600         * src/addressadd.c
5601                 when using 'Add sender to addressbook' allow
5602                 name to be edited and remarks to be entered
5603                 Patch submitted by Luke Plant
5604
5605 2003-01-08 [darko]      0.8.8claws66
5606
5607         * README.claws, src/summaryview.c
5608                 fix description for marked messages
5609
5610 2003-01-08 [paul]
5611
5612         * tools/Makefile.am
5613           tools/launch_phoenix  ** NEW FILE **
5614                 add script that enables using Phoenix as the default
5615                 web browser. 
5616                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5617                 
5618         * tools/OOo2sylpheed.pl
5619                 remove full path to sylpheed executable, just 'sylpheed'
5620                 will do
5621                 
5622         * tools/README
5623                 add launch_phoenix informtion and re-arrange and compress
5624                 the data a little
5625
5626 2003-01-07 [christoph]  0.8.8claws65
5627
5628         * src/folder.c
5629                 fix update for source folder when moving messages
5630         * src/procmsg.[ch]
5631         * src/summaryview.c
5632                 use function to set to_folder for message infos and
5633                 automatically update the op_count for old and new
5634                 folder
5635
5636 2003-01-07 [melvin]     0.8.8claws64
5637
5638         * src/prefs_actions.c
5639                 Fixed bug where an '%p' Action on a displayed image crashed 
5640                         Sylpheed
5641                 Code clean up (get rid of duplicated code and removed unnecessary 
5642                                 structure member)
5643
5644 2003-01-07 [christoph]  0.8.8claws63
5645
5646         * src/compose.c
5647         * src/folder.[ch]
5648         * src/folderview.c
5649         * src/import.c
5650         * src/inc.c
5651         * src/main.c
5652         * src/mainwindow.c
5653         * src/messageview.c
5654         * src/prefs_folder_item.c
5655         * src/procmsg.c
5656         * src/summaryview.c
5657         * src/toolbar.c
5658                 o remove all folder update triggering from the UI code. The folder
5659                   system should know much better when a folder needs an update.
5660                 o to prevent multiple updates in a row the folder updates can be
5661                   frozen for some time.
5662
5663                 Note: - Please verify that no updates are missing
5664                       - Check where freeze/thaws should be added
5665
5666 2003-01-07 [christoph]  0.8.8claws62
5667
5668         * src/prefs_actions.c
5669                 don't translate empty strings
5670
5671         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5672
5673 2003-01-06 [christoph]  0.8.8claws61
5674
5675         * src/prefs_actions.c
5676                 mark strings for gettext
5677         * src/prefs_matcher.c
5678                 use new description window for Execute action and
5679                 match condition in Filtering
5680
5681         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5682
5683 2003-01-06 [alfons]     0.8.8claws60
5684
5685         keep myself inspired to re-organize matcher part 8; 
5686         yes, more to come (I need to move out the descriptive
5687         text for actions to matcher.c, or at least make it not
5688         depend on the wicked ordering)
5689
5690         * src/prefs_matcher.c
5691                 add documentation so others may comprehend the
5692                 UI part of the conditions
5693                 
5694 2003-01-06 [christoph]  0.8.8claws59
5695
5696         * src/prefs_actions.c
5697                 use new description window for syntax help
5698         * src/gtk/description_window.c
5699                 fix display of descriptions with column count != 2
5700
5701         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5702
5703 2003-01-06 [christoph]  0.8.8claws58
5704
5705         * src/quote_fmt.c
5706         * src/summaryview.[ch]
5707         * src/gtk/Makefile.am
5708         * src/gtk/description_window.[ch]       ** NEW **
5709                 use a generic window to display syntax descriptions
5710                 currently used in quote_fmt and summaryview (new description
5711                 for extended quick search)
5712
5713         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5714
5715 2003-01-06 [paul]       0.8.8claws57
5716
5717         * sync with 0.8.8cvs1
5718                 see ChangeLog 2003-01-06
5719
5720 2003-01-06 [christoph]  0.8.8claws56
5721
5722         * src/mainwindow.c
5723         * src/prefs_gtk.[ch]
5724         * src/gtk/prefswindow.[ch]
5725         * src/plugins/spamassassin/spamassassin_gtk.c
5726                 o remove page management from prefswindow, pages
5727                   will be an argument to prefswindow_open
5728                 o prefswindow_open gets a datapointer that is
5729                   passed to the widget_create function to allow
5730                   creation of prefswindow for specific items
5731
5732 2003-01-06 [colin]      0.8.8claws55
5733         
5734         * src/summaryview.c
5735                 We don't want regexp in the reply-finder, 
5736                 because MIDs can contain !,$,. and so on
5737
5738 2003-01-06 [jens]       0.8.8claws54
5739
5740         * src/jpilot.c
5741                 fixed a wrong free in jpilot_read_db_files
5742
5743 2003-01-06 [alfons]     0.8.8claws53
5744
5745         re-organize matcher part 8; more to come
5746        
5747         * src/matcher.c
5748                 matcherprop_to_string(): put g_free()s before the
5749                 switch-case break to fix memleaks                
5750
5751 2003-01-06 [colin]      0.8.8claws52
5752
5753         * src/summaryview.c
5754                 cleanup & reply-finder now displays the first 
5755                 matching message
5756
5757 2003-01-05 [alfons]     0.8.8claws51
5758
5759         re-organize matcher part 7; more to come
5760
5761         * src/matcher.[ch]
5762                 fixes for constant correctness;
5763                 more documentation;
5764
5765 2003-01-05 [alfons]     0.8.8claws50
5766
5767         re-organize matcher part 6; more to come
5768         
5769         * src/matcher.[ch]
5770                 fixes for constant correctness;
5771                 more documentation;
5772         * src/filtering.c
5773                 fix for constant correctness
5774
5775 2003-01-05 [colin]      0.8.8claws49
5776
5777         * src/account.[ch]
5778                 Add account_get_reply_account function
5779         * src/compose.c
5780                 Use account_get_reply_account function 
5781         * src/summaryview.c
5782                 Basic reply-finder - click on the replied
5783                 icon gets you to the outbox using quick-search
5784
5785 2003-01-05 [paul]       0.8.8claws48
5786
5787         * src/prefs_common.c
5788                 small change to English
5789                 
5790         * src/prefs_filtering.c
5791                 prefs_filtering_action_select(): improve logic and uniformity
5792                 of gui
5793
5794 2003-01-05 [alfons]     0.8.8claws47
5795
5796         fine tune solution to focus problems (bug #7)
5797
5798         * src/mainwindow.c
5799                 mainwindow_focus_in_event(): remove grab event check
5800         * src/summaryview.c
5801                 summary_button_pressed(): move selection on right-click
5802                 too. we can't possibly move the selection back after
5803                 canceling a dialog, because gtk's incomplete focus 
5804                 management. whether this is a good solution, only time
5805                 will tell.
5806
5807 2003-01-05 [christoph]  0.8.8claws46
5808
5809         * src/imap.c
5810                 fix crash when no imap connection could be established
5811
5812 2003-01-05 [paul]       0.8.8claws45
5813
5814         * src/mainwindow.c
5815           src/sumamryview.c
5816           src/gtk/menu.[ch]
5817                 fix bug 605957 'shortcuts in popup-menu'
5818                 make user-defined shortcuts work
5819                 show shortcuts that are already defined
5820                 in the main menu
5821                 Patch submitted by Luke Plant
5822
5823 2003-01-05 [alfons]     0.8.8claws44
5824
5825         * src/mainwindow.c
5826                 focus_in_event handler should not select summary view row 
5827                 when another window (menu, dialog) grabbed for events 
5828                 (bug #7, "[0.8.8claws42] Message summary focus") 
5829
5830 2003-01-04 [christoph]  0.8.8claws43
5831
5832         * src/procmsg.c
5833                 update save folder after adding the sent message
5834                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5835
5836 2003-01-02 [christoph]  0.8.8claws42
5837
5838         * src/common/plugin.c
5839                 fix unloading of all plugins and unload
5840                 plugins in reverse order
5841                 
5842         * src/gtk/pluginwindow.c
5843                 implement function of load and unload button
5844
5845         * src/gtk/prefswindow.c
5846         * src/gtk/prefswindow.h
5847                 rename register function and add new unregister
5848                 function
5849
5850         * src/plugins/spamassassin/spamassassin_gtk.c
5851                 unregister prefs page and update for changes in
5852                 src/gtk/prefswindow.c
5853
5854 2003-01-02 [paul]       0.8.8claws41
5855
5856         * po/es.po
5857                 updated by Ricardo Mones Lastra
5858
5859 2003-01-02 [paul]
5860
5861         * tools/tb2sylpheed
5862                 fixes and improvements by Urke MMI
5863
5864 2003-01-02 [thorsten]   0.8.8claws40
5865
5866         * src/procmsg.c
5867                 fixed wrong return value
5868
5869 2003-01-02 [thorsten]   0.8.8claws39
5870
5871         * src/prefs.c
5872                 fixed printing wrong variable
5873
5874 2003-01-02 [thorsten]   0.8.8claws38
5875
5876         * src/prefs.c
5877                 fixed acessing members of freed pfile struct
5878
5879 2003-01-02 [thorsten]   0.8.8claws37
5880
5881         * src/procmsg.c
5882                 detect loops across several messages
5883                 as suggested by Christoph Hohmann
5884
5885 2003-01-01 [match]      0.8.8claws36
5886
5887         * src/addrindex.c
5888                 fixed another memory leak.
5889
5890 2003-01-01 [match]      0.8.8claws35
5891
5892         * src/jpilot.[ch]
5893                 fixed memory leaks. applied Doxygen comments.
5894
5895 2003-01-01 [thorsten]   0.8.8claws34
5896
5897         * src/procmsg.c
5898                 inhibit endless loop if msg references itself
5899                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5900
5901 2003-01-01 [christoph]  0.8.8claws33
5902
5903         * src/mainwindow.c
5904         * src/gtk/Makefile.am
5905         * src/gtk/pluginwindow.c                ** NEW **
5906         * src/gtk/pluginwindow.h                ** NEW **
5907                 add plugin window
5908
5909         * src/plugins/demo/demo.c
5910         * src/plugins/spamassassin/spamassassin.c
5911         * src/plugins/spamassassin/spamassassin_gtk.c
5912                 write better plugin descriptions
5913
5914 2002-12-31 [christoph]  0.8.8claws32
5915
5916         * src/gtk/prefswindow.c
5917         * src/plugins/spamassassin/spamassassin_gtk.c
5918                 some small improvements to GTK code
5919
5920 2002-12-31 [christoph]  0.8.8claws31
5921
5922         * src/plugins/spamassassin/spamassassin_gtk.c
5923                 enable folder select button
5924
5925 2002-12-31 [christoph]  0.8.8claws30
5926
5927         * src/mainwindow.c
5928         * src/gtk/Makefile.am
5929         * src/gtk/prefswindow.c                         ** NEW **
5930         * src/gtk/prefswindow.h                         ** NEW **
5931                 add new prefs window
5932
5933         * src/common/plugin.c
5934                 don't try to load empty config lines
5935         
5936         * src/plugins/spamassassin/Makefile.am
5937         * src/plugins/spamassassin/spamassassin.c
5938         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5939         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5940                 GTK config for SpamAssassin Plugin using
5941                 the new prefs window
5942
5943 2002-12-31 [paul]       0.8.8claws29
5944
5945         * po/POTFILES.in
5946                 remove obsolete entry 'src/menu.c'
5947
5948 2002-12-31 [alfons]     0.8.8claws28
5949
5950         * src/matcher.[ch]
5951         * src/matcher_parser_parse.y
5952         * src/prefs_matcher.c
5953                 add "ignore_thread" and "~ignore_thread" condition so it's
5954                 possible to make the actions / scoring operate on the ignore
5955                 thread flag
5956
5957 2002-12-31 [christoph]  0.8.8claws27
5958
5959         * src/addrbook.c
5960         * src/addrindex.c
5961         * src/folder.c
5962         * src/matcher.c
5963         * src/prefs_account.c
5964         * src/prefs_actions.c
5965         * src/prefs_customheader.c
5966         * src/prefs_display_header.c
5967         * src/prefs_gtk.c
5968         * src/procmime.c
5969         * src/toolbar.c
5970         * src/xmlprops.c
5971         * src/common/prefs.[ch]
5972                 extend prefs file handling for reading and automatic handling
5973                 of blocks. When reading prefs_set_block_label will automatically
5974                 move on to the block. When writing it will copy all other blocks
5975                 automatically
5976
5977         * src/common/plugin.c
5978                 Now loading plugin filenames from [Plugins] block in
5979                 sylpheed rc file
5980
5981 2002-12-30 [christoph]  0.8.8claws26
5982
5983         * src/common/hooks.[ch]
5984                 return abort status to caller of hooks_invoke
5985                 
5986         * src/inc.[ch]
5987                 invoke message filtering hook and stop
5988                 default handling when filter returns abort
5989
5990         * src/common/plugin.[ch]
5991         * src/plugins/demo/demo.c
5992                 modify plugin loader, because resolving symbols for strings
5993                 does not work correctly
5994         
5995         * configure.in
5996         * ac/spamassassin.m4                            ** NEW **
5997         * src/plugins/spamassassin/.cvsignore           ** NEW **
5998         * src/plugins/spamassassin/Makefile.am          ** NEW **
5999         * src/plugins/spamassassin/README               ** NEW **
6000         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6001         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6002         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6003                 add spamassassin plugin, see src/plugins/spamassassin/README
6004                 for details
6005
6006 2002-12-29 [alfons]     0.8.8claws25
6007
6008         * src/mainwindow.c
6009                 when moving focus from a message view to the main 
6010                 window, don't forget to select the summary node
6011                 of the displayed message. should fix "[ 659103 ] 
6012                 focus-follows-mouse confuses sylpheed"
6013
6014 2002-12-29 [christoph]  0.8.8claws24
6015
6016         * src/Makefile.am
6017         * src/stringtable.[ch]          ** REMOVE **
6018         * src/common/Makefile.am
6019         * src/common/stringtable.[ch]   ** NEW **
6020                 move stringtable files to common directory
6021
6022 2002-12-29 [christoph]  0.8.8claws23
6023
6024         * src/Makefile.am
6025         * src/menu.[ch]                 ** REMOVE **
6026         * src/gtk/Makefile.am
6027         * src/gtk/menu.[ch]             ** NEW **
6028                 move menu files to gtk directory
6029
6030 2002-12-29 [match]      0.8.8claws22
6031
6032         * src/addressbook.c
6033         * src/syldap.c
6034                 moved UI specific code out of LDAP code into addressbook
6035                 UI code. fixed memory leak.
6036
6037 2002-12-29 [christoph]  0.8.8claws21
6038
6039         * src/folder.c
6040                 only check for IGNORED parent message when message is
6041                 not IGNORED itself
6042
6043 2002-12-29 [alfons]     0.8.8claws20
6044
6045         * src/summaryview.c
6046                 set gtksctree's anchor correct (immediate execute
6047                 changes the tree's layout, and anchor points at 
6048                 the incorrect row). fixes "[ 657233 ] multiple msg 
6049                 delete sometimes off by 1".
6050                 we probably have to look for more tree layout /
6051                 anchor glitches.
6052
6053 2002-12-29 [paul]       0.8.8claws19
6054
6055         * src/summaryview.c
6056                 fix bug [ 659054 ] incorrect sorting of 'From' column
6057                 when using 'display sender using address book'
6058                 thanks to Alfons and Luke Plant
6059
6060 2002-12-29 [christoph]  0.8.8claws18
6061
6062         * src/folder.c
6063         * src/procmsg.[ch]
6064                 check parent messages for IGNORE THREAD flag, when adding,
6065                 moving or copying messages to a folder
6066
6067 2002-12-27 [alfons]     0.8.8claws17
6068
6069         re-organize matcher part 5; more to come
6070
6071         * src/matcher.c
6072                 hash keywords in matchparser_tab 
6073
6074 2002-12-27 [alfons]     0.8.8claws16
6075
6076         re-organize matcher part 4; more to come
6077
6078         * src/matcher_parser.h
6079         * src/matcher_parser_lex.l
6080         * src/matcher_parser_parse.y
6081                 cleanup
6082
6083 2002-12-27 [alfons]     0.8.8claws15
6084
6085         re-organize matcher part 3; more to come
6086
6087         * src/matcher.[ch]
6088                 cleanup
6089
6090 2002-12-27 [alfons]     0.8.8claws14
6091
6092         re-organize matcher part 2; more to come but this should
6093         work. cc me if there are any regressions.
6094
6095         * src/matcher.h
6096                 add prototype for get_matchparser_tab_id()
6097         * src/matcher_parser_lex.l
6098                 look up keywords using matchparser_tab_id();
6099
6100 2002-12-27 [alfons]     0.8.8claws12
6101
6102         re-organize matcher part 1
6103
6104         * src/matcher.h
6105                 map yacc generated constants to sylpheed matcher constants
6106         * src/matcher.c
6107                 add function to find a matcher constant from a string
6108
6109 2002-12-27 [christoph]  0.8.8claws11
6110
6111         * src/compose.c
6112                 MENUITEM_ADD casts the 4th argument from integer to pointer
6113                 so it probably should not be a pointer, this means we
6114                 should use account id for it and not the account's pointer
6115
6116 2002-12-27 [paul]       0.8.8claws10
6117
6118         * src/mainwindow.c
6119                 remove unneeded 'GtkWidget *vbox'
6120                 
6121         * src/summaryview.c
6122                 further sync with 0.8.8 - make sort
6123                 by recipient work as expected
6124                 
6125         * NEWS
6126                 sync with 0.8.8
6127
6128 2002-12-27 [paul]       0.8.8claws9
6129
6130         * po/pt_BR.po
6131                 updated by Ivan F. Martinez
6132                 
6133 2002-12-27 [darko]      0.8.8claws8
6134
6135         * src/common/utils.c
6136                 added locked pattern to extended search
6137
6138 2002-12-27 [alfons]     0.8.8claws7
6139
6140         * src/prefs_matcher.[ch]
6141                 clean up
6142
6143 2002-12-26 [alfons]     0.8.8claws6
6144
6145         * src/matcher.[ch]
6146         * src/matcher_parser_lex.l
6147         * src/matcher_parser_parse.y
6148         * src/prefs_matcher.c
6149                 allow color label as a condition in the matcher
6150
6151 2002-12-26 [oliver]     0.8.8claws5
6152         
6153         * src/toolbar.c 
6154                 enable Addressbook for Main and Messageview
6155         * src/prefs_actions.c
6156                 enable actions in Messageview
6157
6158 2002-12-26 [christoph]  0.8.8claws4
6159
6160         * src/common/plugin.c
6161                 add a little debug output
6162         * configure.in
6163         * src/plugins/demo/Makefile.am
6164                 better use of automake
6165
6166 2002-12-26 [christoph]  0.8.8claws3
6167
6168         * src/Makefile.am
6169         * src/common/Makefile.am
6170                 fix "make distdir"
6171
6172 2002-12-26 [christoph]  0.8.8claws2
6173
6174         * configure.in
6175                 sort configure checks into common / gtk / plugins
6176         * po/POTFILES.in
6177                 add src/prefs_gtk.c
6178         * src/Makefile.am
6179                 add plugins SUBDIR
6180         * src/main.c
6181         * src/common/sylpheed.[ch]
6182                 added now sylpheed_done function for shutdown
6183         * src/common/Makefile.am
6184         * src/common/plugin.[ch]                ** NEW **
6185                 plugin loader and unloader
6186         * src/plugins/.cvsignore                ** NEW **
6187         * src/plugins/Makefile.am               ** NEW **
6188                 build plugins
6189         * src/plugins/demo/.cvsignore           ** NEW **
6190         * src/plugins/demo/Makefile.am          ** NEW **
6191         * src/plugins/demo/demo.c               ** NEW **
6192                 small demo plugin that installs a logtext hook and
6193                 outputs the log text to stdout
6194
6195 2002-12-26 [paul]       0.8.8claws1
6196
6197         * po/es.po
6198                 updated by Ricardo Mones Lastra
6199
6200 2002-12-26 [paul]       0.8.8claws
6201
6202         * 0.8.8claws released
6203
6204 2002-12-26 [paul]       0.8.7claws12
6205
6206         * po/bg.po
6207                 updated by George Danchev
6208
6209 2002-12-26 [paul]       0.8.7claws11
6210
6211         * po/POTFILES.in
6212                 remove unneeded 'src/prefs.c' entry 
6213
6214 2002-12-26 [paul]       0.8.7claws10
6215
6216         * src/codeconv.c
6217           src/mainwindow.c
6218                 sync with 0.8.8 release
6219         
6220         * src/folder.[ch]
6221           src/mh.c
6222           src/summaryview.c
6223                 partial sync with 0.8.8 release
6224         
6225
6226 2002-12-25 [alfons]     0.8.7claws9
6227
6228         * src/matcher.[ch]
6229         * src/matcher_parser_lex.l
6230         * src/matcher_parser_parse.y
6231         * src/prefs_matcher.c
6232                 add locked flag to possible filtering / matcher 
6233                 conditions (also a good example what should be
6234                 done to add a simple boolean condition)
6235
6236 2002-12-25 [christoph]  0.8.7claws8
6237
6238         * src/Makefile.am
6239         * src/account.[ch]
6240         * src/addrbook.c
6241         * src/addressbook.c
6242         * src/addrindex.c
6243         * src/filtering.c
6244         * src/folder.c
6245         * src/matcher.c
6246         * src/prefs.[ch]                ** REMOVE **
6247         * src/prefs_account.c
6248         * src/prefs_actions.c
6249         * src/prefs_common.c
6250         * src/prefs_customheader.c
6251         * src/prefs_display_header.c
6252         * src/prefs_filtering.c
6253         * src/prefs_folder_item.c
6254         * src/prefs_gtk.[ch]            ** NEW **
6255         * src/prefs_matcher.c
6256         * src/prefs_scoring.c
6257         * src/prefs_summary_column.c
6258         * src/procmime.c
6259         * src/selective_download.c
6260         * src/toolbar.c
6261         * src/common/Makefile.am
6262         * src/common/prefs.[ch]         ** NEW **
6263                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6264
6265 2002-12-24 [alfons]     0.8.7claws7
6266
6267         * src/summaryview.c
6268                 summary_thread_build(): fix real cause of the crash mentioned in
6269                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6270                 this way we get meaningful ctree nodes 
6271
6272 2002-12-24 [oliver]     0.8.7claws6
6273
6274         * src/mainwindow.[ch]
6275         * src/messageview.[ch]
6276         * src/compose.[ch]
6277         * src/inc.c
6278         * src/summaryview.c
6279                 changes to use updated toolbar handling
6280                 
6281 2002-12-24 [oliver]     0.8.7claws5
6282
6283         * src/toolbar.[ch]
6284                 generic toolbar handling
6285                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6286         * src/prefs_toolbar.[ch]
6287                 adjust to handling
6288         
6289 2002-12-24 [oliver]     0.8.7claws4
6290         
6291         * src/stock_pixmap.[ch]
6292                 move SYLPHEED_LOGO to end of list in order 
6293                 to remove it from Custom Toolbar`s Icon View
6294
6295 2002-12-24 [alfons]     0.8.7claws3
6296
6297         * src/summaryview.c
6298                 summary_thread_build(): fix crash because of focus != selection 
6299                 after threading. when deleting the selection, gtk tries but fails 
6300                 to find the correct focusable element. we now force the selection
6301                 to be focused. this should solve the infamous bug reported by 
6302                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6303                 a test case is available. 
6304
6305 2002-12-24 [darko]      0.8.7claws2
6306
6307         * src/summaryview.c
6308                 don't crash when unmarking message with unread children
6309
6310 2002-12-23 [christoph]  0.8.7claws1
6311
6312         * src/Makefile.am
6313         * src/common/Makefile.am
6314                 update Makefiles for moved intl.h, version.h and defs.h
6315         * src/imap.c
6316                 rewrite imap_session_get to avoid duplicate code
6317
6318 2002-12-23 [paul]       0.8.7claws
6319
6320         * Santa-Claws released
6321         
6322         * po/hu.po
6323           po/ru.po
6324                 squeeze in updated Hungarian and Russian translations.
6325                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6326
6327 2002-12-23 [paul]       0.8.6claws129
6328
6329         * po/pl.po
6330                 updated by Witold Wladyslaw Wojciech Wilk
6331
6332 2002-12-23 [paul]       0.8.6claws128
6333
6334         * src/quote_fmt_parse.y
6335                 fix typo and add licence header
6336
6337 2002-12-23 [paul]       0.8.6claws127
6338
6339         * po/en_GB.po
6340                 updated
6341
6342 2002-12-23 [paul]       0.8.6claws126
6343
6344         * po/it.po
6345                 updated translation, submitted by Alessandro Maestri
6346                 
6347 2002-12-23 [paul]       0.8.6claws125
6348
6349         * src/quote_fmt_parse.y
6350                 fix signature-stripping on replies bug. match
6351                 '-- \n' and not '-- '.
6352
6353 2002-12-22 [paul]       0.8.6claws124
6354
6355         * po/bg.po
6356           po/es.po
6357           po/sr.po
6358                 updated translations. submitted by George Danchev,
6359                 Ricardo Mones Lastra, and Urke MMI respectively
6360
6361 2002-12-21 [paul]       0.8.6claws123
6362
6363         * src/addrbook.c
6364                 fix coding style
6365
6366 2002-12-21 [paul]       0.8.6claws122
6367
6368         * src/addrbook.c
6369                 fix bug [643638] where if a person is in one or more
6370                 addressbook groups editing that person's email 
6371                 address results in removal from those groups.
6372                 Patch submitted by Luke Plant.
6373
6374 2002-12-20 [christoph]  0.8.6claws121
6375
6376         * src/common/utils.c
6377         * src/summaryview.c
6378                 reimplement expand_search_string using GString to
6379                 prevent crashs caused by miscalculated string
6380                 lengths reported by Paul
6381
6382 2002-12-20 [christoph]  0.8.6claws120
6383
6384         * src/summaryview.c
6385                 don't use "changed" to check if op_count has to be changed as it
6386                 is also set when the message has unread children
6387                 (closes bug [ 653221 ] crash while deleting duplicates)
6388
6389 2002-12-20 [paul]       0.8.6claws119
6390
6391         * sync with 0.8.6cvs27
6392                 see ChangeLog 2002-12-20
6393
6394 2002-12-20 [paul]       0.8.6claws118
6395
6396         * sync with 0.8.6cvs26
6397                 see ChangeLog 2002-12-19 and 2002-12-20
6398
6399 2002-12-19 [alfons]     0.8.6claws117
6400
6401         * src/textview.c
6402                 fix incorrect parsing of email addresses, submitted by 
6403                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6404                 name display if it contains @".
6405
6406 2002-12-18 [paul]       0.8.6claws116
6407
6408         * sync with 0.8.6cvs23
6409                 see ChangeLog 2002-12-18
6410
6411 2002-12-18 [paul]       0.8.6claws115
6412
6413         * src/Makefile.am
6414         * src/account.c
6415         * src/codeconv.c
6416         * src/gtkutils.[ch]
6417         * src/imap.c
6418                 sync with 0.8.6cvs22.
6419                 see ChangeLog 2002-12-17 and 2002-12-18
6420
6421 2002-12-17 [christoph]  0.8.6claws114
6422
6423         * src/imap.c
6424                 o don't create a session if imap greeting fails
6425                 o don't close socket when authentication fails
6426                   this is done by imap_session_destroy
6427
6428 2002-12-17 [thorsten]   0.8.6claws113
6429
6430         * tools/Makefile.am
6431           tools/README
6432           tools/google_msgid.pl ** NEW FILE **
6433                 Added "search for message-id" script and doc
6434
6435 2002-12-17 [thorsten]   0.8.6claws112
6436
6437         * po/hu.po
6438                 Updated hungarian translation
6439                 (updated by Gal Zoltan)
6440
6441 2002-12-16 [christoph]  0.8.6claws111
6442
6443         * src/addr_compl.c
6444                 remove stupid addressbook dump to debug output
6445         * src/mh.c
6446                 fix memory leak found by Hiro
6447
6448 2002-12-14 [paul]       0.8.6claws110
6449
6450         * src/compose.c
6451                 fix menubar sensitivity on send
6452                 
6453         * src/prefs_filtering.c
6454         * src/prefs_matcher.c
6455         * src/prefs_scoring.c
6456                 Fix english ;)
6457                 
6458         * src/common/quoted-printable.h
6459                 sync: fix typo
6460         
6461 2002-12-13 [christoph]  0.8.6claws109
6462
6463         * src/Makefile.am
6464         * src/manage_window.[ch]        ** REMOVE **
6465         * src/gtk/Makefile.am
6466         * src/gtk/manage_window.[ch]    ** NEW **
6467                 move manage_window files to gtk directory
6468
6469 2002-12-13 [christoph]  0.8.6claws108
6470
6471         * src/Makefile.am
6472         * src/gtkshruler.[ch]           ** REMOVE **
6473         * src/gtk/Makefile.am
6474         * src/gtk/gtkshruler.[ch]       ** NEW **
6475                 move gtkshruler files to gtk directory
6476
6477 2002-12-13 [christoph]  0.8.6claws107
6478
6479         * src/Makefile.am
6480         * src/compose.c
6481         * src/gtkstext.[ch]             ** REMOVE **
6482         * src/gtkutils.[ch]
6483         * src/textview.c
6484         * src/gtk/gtkstext.[ch]         ** NEW **
6485         * src/gtk/Makefile.am
6486                 o move stext functions to gtkstext.c to remove
6487                   dependency of gtkutils
6488                 o move gtkstext files to gtk directory
6489
6490         * src/gtk/Makefile.am
6491         * src/gtk/sslcertwindow.[ch]
6492                 UI stuff can always depend on common code so
6493                 it's ok to add ../common to include path
6494
6495 2002-12-13 [colin]      0.8.6claws106
6496
6497         * src/summaryview.c
6498                 Disconnect sighandlers for mainwindow when
6499                 quicksearch has the focus
6500                 Fix bug #653231
6501         * src/mainwindow.[ch]
6502                 Make key_pressed callback public, to be able
6503                 to disconnect it
6504
6505 2002-12-13 [christoph]  0.8.6claws105
6506
6507         * src/mh.c
6508                 create .mh_sequences file in new MH folders
6509                 (closes feature request [ 523162 ] MH folders should
6510                  get a .mh_sequences)
6511
6512 2002-12-13 [colin]      0.8.6claws104
6513
6514         * src/summaryview.c
6515                 Better handling of quicksearch show/hide
6516                 (basically the button stays under the mouse 
6517                  when toggled)
6518
6519 2002-12-13 [paul]       0.8.6claws103
6520
6521         * sync with 0.8.6cvs17
6522                 see ChangeLog 2002-12-13
6523
6524 2002-12-13 [paul]       0.8.6claws102
6525
6526         * po/es.po
6527                 updated by Ricardo Mones Lastra
6528
6529 2002-12-11 [colin]       0.8.6claws101
6530
6531         * src/folder.c
6532                 remove statusbar stuff
6533           src/folderview.c
6534                 set statusbar verbosity when moving folders
6535
6536 2002-12-11 [colin]       0.8.6claws100
6537         * src/prefs_filtering.c
6538         * src/prefs_matcher.c
6539         * src/prefs_scoring.c
6540                 Fix english ;)
6541
6542 2002-12-11 [colin]       0.8.6claws99
6543
6544         * src/prefs_common.[ch]
6545                 Add summary_quicksearch_type
6546         * src/summaryview.c
6547                 Save last used quicksearch type
6548
6549 2002-12-11 [jens]       0.8.6claws98
6550         * src/prefs_filtering.c
6551         * src/prefs_matcher.c
6552         * src/prefs_scoring.c
6553                 added dialog for incomplete rules in scoring, filtering and
6554                 matcher to ask wheather really close
6555
6556 2002-12-11 [colin]      0.8.6claws97
6557
6558         * src/folder.c
6559                 Fix folder dnd statusbar logging
6560
6561 2002-12-10 [christoph]  0.8.6claws96
6562
6563         * src/compose.c
6564         * src/folder.c
6565         * src/imap.c
6566         * src/inc.c
6567         * src/main.c
6568         * src/mainwindow.c
6569         * src/news.c
6570         * src/send.c
6571         * src/statusbar.[ch]
6572         * src/common/hooks.c
6573         * src/common/log.[ch]
6574                 o handle verbose logging in statusbar directly in statusbar code
6575                   and common code does not need any knowledge about a statusbar
6576                 o remove direct calls to statusbar_(puts|pop)_all functions
6577
6578 2002-12-10 [jens]       0.8.6claws95
6579
6580         * src/*.c
6581                 removed gettext from g_warnings
6582         * po/POTFILES.in
6583                 cleaned and updated
6584         * po/de.po
6585                 updated
6586
6587 2002-12-10 [colin]      0.8.6claws94
6588
6589         * src/main.c
6590                 finish crash dialog fix
6591
6592 2002-12-10 [colin]      0.8.6claws93
6593
6594         * src/main.c
6595                 "Fix" "sylpheed already running" instead of
6596                 crash dialog appearing after a crash
6597
6598 2002-12-10 [colin]      0.8.6claws92
6599
6600         * po/POTFILES.in
6601                 add src/gtk/sslcertwindow.c
6602
6603 2002-12-10 [paul]       0.8.6claws91
6604
6605         * po/POTFILES.in
6606                 updated to reflect recent changes
6607                 submitted by Alessandro Maestri
6608
6609 2002-12-09 [christoph]  0.8.6claws90
6610
6611         * src/Makefile.am
6612         * src/smtp.[ch]                 ** REMOVE **
6613         * src/common/Makefile.am
6614         * src/common/smtp.[ch]          ** NEW **
6615                 move smtp files to common directory
6616
6617 2002-12-09 [christoph]  0.8.6claws89
6618
6619         * src/Makefile.am
6620         * src/session.[ch]              ** REMOVE **
6621         * src/common/Makefile.am
6622         * src/common/session.[ch]       ** NEW **
6623                 move session files to common directory
6624
6625 2002-12-09 [paul]       0.8.6claws88
6626
6627         * src/account.c
6628                 fix bug [649746] edit accounts: move account reverted
6629                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6630
6631 2002-12-09 [colin]      0.8.6claws87
6632
6633         * src/ssl_certificate.c
6634                 cleanup
6635
6636 2002-12-09 [colin]      0.8.6claws86
6637
6638         * src/ssl.c
6639                 Try to open the cert.pem database and 
6640                 issue a warning if it isn't there
6641
6642 2002-12-09 [colin]      0.8.6claws85
6643
6644         * src/common/ssl_certificate.c
6645         * src/gtk/sslcertwindow.c
6646                 Warning fixes
6647
6648 2002-12-09 [colin]      0.8.6claws84
6649
6650         * src/ssl_certificate.[ch] ** REMOVED **
6651         * src/common/ssl_certificate.[ch] ** NEW **
6652         * src/Makefile.am
6653         * src/common/Makefile.am
6654                 Moved ssl_certificate.[ch] to common
6655         * src/common/ssl.c 
6656                 Put back needed include
6657         * src/gtk/sslcertwindow.[ch]
6658                 Changed ssl_certificate.h include
6659         
6660 2002-12-09 [colin]      0.8.6claws83
6661
6662         * src/gtk/sslcertwindow.[ch]
6663                 Implement hook for certificate acception
6664         * src/ssl_certificate.[ch]
6665                 Implement hook for certificate acception
6666         * src/common/ssl.c
6667                 Reenable certificate acception check
6668         * src/mainwindow.c
6669                 Register sslcertwindow's hook
6670         
6671 2002-12-08 [christoph]  0.8.6claws82
6672
6673         * src/about.c
6674         * src/addr_compl.c
6675         * src/codeconv.c
6676         * src/manual.c
6677         * src/undo.c
6678         * src/common/utils.c
6679                 o add missing includes
6680                 o fix warnings
6681         * src/.cvsignore
6682         * src/common/.cvsignore
6683         * src/common/version.h          ** REMOVE **
6684                 remove autogenerated file
6685
6686 2002-12-08 [paul]       0.8.6claws81
6687
6688         * src/stringtable.c
6689                 put back needed include
6690
6691 2002-12-08 [colin]      0.8.6claws80
6692         
6693         * src/gtk/sslcertwindow.c
6694                 Cleaner popups when asking
6695         * src/ssl_certificate.c
6696         * src/prefs_common.[ch]
6697                 remove ssl certificate pref
6698                 put back needed include
6699         * src/undo.c
6700                 put back needed include
6701
6702 2002-12-08 [christoph]  0.8.6claws79
6703
6704         * src/folderview.c
6705         * src/logwindow.c
6706         * src/statusbar.c
6707         * src/summaryview.c
6708                 only abort hook invokation if required data is missing not
6709                 if our own data pointer is NULL, update hookfunction for
6710                 log window
6711
6712 2002-12-08 [paul]       0.8.6claws78
6713
6714         * src/about.c
6715         * src/addrcache.c
6716         * src/addrclip.c
6717         * src/addr_compl.c
6718         * src/addrselect.c
6719         * src/codeconv.c
6720         * src/colorlabel.c
6721         * src/enriched.c
6722         * src/esmtp.c
6723         * src/exporthtml.c
6724         * src/headerview.c
6725         * src/imageview.c
6726         * src/manual.c
6727         * src/noticeview.c
6728         * src/pgptext.c
6729         * src/scoring.c
6730         * src/sourcewindow.c
6731         * src/stringtable.c
6732         * src/undo.c
6733                 clean up: remove unneccesary includes
6734
6735 2002-12-08 [christoph]  0.8.6claws77
6736
6737         * src/folderview.c
6738         * src/statusbar.c
6739         * src/summaryview.c
6740         * src/common/hooks.[ch]
6741                 hook functions now have a gboolean return value, if a hook
6742                 returns TRUE it will stop executing of any more hooks in
6743                 the same hooklist for this invokation
6744
6745 2002-12-08 [colin]      0.8.6claws76
6746         
6747         * src/main.c
6748                 put back argv0 for CRASH_DIALOG
6749
6750 2002-12-08 [christoph]  0.8.6claws75
6751
6752         * src/Makefile.am
6753         * src/about.c
6754         * src/account.c
6755         * src/crash.c
6756         * src/esmtp.h
6757         * src/imap.[ch]
6758         * src/inc.c
6759         * src/main.c
6760         * src/mainwindow.c
6761         * src/news.c
6762         * src/pop.[ch]
6763         * src/prefs_account.[ch]
6764         * src/prefs_common.[ch]
6765         * src/send.[ch]
6766         * src/smtp.[ch]
6767         * src/ssl_certificate.[ch]
6768         * src/ssl_manager.[ch]
6769         * src/common/Makefile.am
6770         * src/common/log.c
6771         * src/common/nntp.[ch]
6772         * src/common/socket.[ch]
6773         * src/common/ssl.[ch]
6774         * src/gtk/sslcertwindow.[ch]
6775         * ac/openssl.m4
6776                 use new autoconf script to detect OpenSSL with extra parameters
6777                 to specify the location of libs and includes, also remove USE_SSL
6778                 to USE_OPENSSL
6779
6780         * src/common/sylpheed.[ch]
6781         * src/common/version.h.in
6782                 start seperation of common code initialization seperated from gui
6783
6784         * src/summaryview.c
6785                 The function that is called when a color label changes
6786                 should not change the color lable again
6787
6788 2002-12-08 [colin]      0.8.6claws74
6789
6790         * src/gtk/sslcertwindow.c
6791                 warning fixes
6792
6793 2002-12-08 [colin]      0.8.6claws73
6794
6795         * src/statusbar.c
6796           src/common/log.h
6797                 Register a hook for statusbar_puts_all
6798         * src/common/log.c
6799                 invoke statusbar_puts_all's hook
6800         
6801 2002-12-08 [colin]      0.8.6claws72
6802
6803         * src/ssl_certificate.c
6804                 Put back a badly-removed include
6805
6806 2002-12-08 [colin]      0.8.6claws71
6807
6808         * src/gtk/sslcertwindow.[ch]    ** NEW **
6809                 new certificate presentation
6810         * src/gtk/Makefile.am
6811                 add new files
6812         * src/ssl_certificate.[ch]
6813                 gtk cleanup, made utility functions public
6814         * src/ssl_manager.c
6815                 use new cert presentation
6816
6817 2002-12-07 [christoph]  0.8.6claws70
6818
6819         * src/Makefile.am
6820         * src/nntp.[ch]                 ** REMOVE **
6821         * src/common/Makefile.am
6822         * src/common/nntp.[ch]          ** NEW **
6823                 move nntp files to common directory
6824
6825 2002-12-07 [christoph]  0.8.6claws69
6826
6827         * src/procmsg.[ch]
6828         * src/summaryview.c
6829                 implement msginfo update callback using sylpheed's new
6830                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6831
6832 2002-12-06 [christoph]  0.8.6claws68
6833
6834         * src/editgroup.c
6835                 This patch changes the 'Edit Group Details' dialog to
6836                 allow extended selections in either pane, so that
6837                 addresses can be added or removed from a group more
6838                 quickly and easily. (it actually is a net decrease in
6839                 file size, as some unnecessary functions have been
6840                 removed). 
6841                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6842
6843 2002-12-06 [christoph]  0.8.6claws67
6844
6845         * src/Makefile.am
6846         * src/template.[ch]             ** REMOVE **
6847         * src/common/Makefile.am
6848         * src/common/template.[ch]      ** NEW **
6849                 move template files to common directory
6850
6851         * src/nntp.c
6852                 add missing log.h include
6853
6854 2002-12-06 [melvin]     0.8.6claws66
6855
6856         * src/prefs_actions.c
6857                 Added the trailing ">" syntax to insert command's output
6858                 without replacing old text (in contrast to trailing "|").
6859
6860 2002-12-05 [colin]      0.8.6claws65
6861         
6862         * src/common/utils.c
6863                 Don't modify original search_string or it'll change
6864                 the next iterations in the for()
6865
6866 2002-12-05 [darko]      0.8.6claws64
6867
6868         * src/common/utils.c
6869                 proper check for filtering commands, found by Colin
6870
6871 2002-12-05 [darko]      0.8.6claws63
6872
6873         * src/common/utils.c
6874                 check proper string for NULL pointer, found by Colin
6875
6876 2002-12-05 [darko]      0.8.6claws62
6877
6878         * src/common/utils.[ch]
6879                 expand_search_string(): new function
6880                 converts Mutt-like patterns to Sylpheed's
6881                 filtering engine
6882         * src/summaryview.c
6883                 use expand_search_string() to allow Mutt-like
6884                 patterns in extended search
6885         * README.claws
6886                 document extended option in quick search
6887
6888 2002-12-05 [paul]       0.8.6claws61
6889
6890         * sync with 0.8.6cvs16
6891                 see ChangeLog 2002-12-05
6892                 
6893         * po/POTFILES.in
6894                 clean up
6895
6896 2002-12-04 [christoph]  0.8.6claws60
6897
6898         * src/imap.[ch]
6899                 put imap authentication code into a new function and
6900                 remove it from imap_session_new that will allow to
6901                 send other commands before authentication
6902
6903 2002-12-04 [christoph]  0.8.6claws59
6904
6905         * src/imap.[ch]
6906                 use already existing method to prevent unneeded IMAP
6907                 folder selects. Set imap_select parameters to NULL
6908                 in some functions if the values are not required.
6909
6910         * src/xml.h
6911                 remove no longer required include
6912
6913 2002-12-04 [paul]       0.8.6claws58
6914
6915         * po/es.po
6916                 updated by Ricardo Mones Lastra
6917                 
6918         * configure.in
6919           po/hu.po      ** NEW FILE **
6920                 initial Hungarian translation, submitted
6921                 by Gál Zoltán <galzoli@hu.inter.net>
6922
6923 2002-12-03 [christoph]  0.8.6claws57
6924
6925         * src/Makefile.am
6926         * src/gtksctree.[ch]            ** REMOVE **
6927         * src/gtk/Makefile.am
6928         * src/gtk/gtksctree.[ch]        ** NEW **
6929                 move gtksctree files to gtk directory
6930
6931 2002-12-03 [christoph]  0.8.6claws56
6932
6933         * src/Makefile.am
6934         * src/md5.[ch]                  ** REMOVE **
6935         * srm/common/Makefile.am
6936         * src/common/md5.[ch]           ** NEW **
6937                 move md5 files to common directory
6938
6939         * src/gtkstext.c
6940                 remove not required #include
6941
6942 2002-12-03 [sergey]     0.8.6claws55
6943
6944         * src/gtkutils.c
6945         * src/gtkutils.h
6946                 gtkut_window_popup(): new function.
6947         * src/mainwindow.c
6948                 main_window_popup(): use gtkut_window_popup() to raise
6949                 window without changing its position.
6950                 (see sylpheed-main ML message [sylpheed:17247])
6951
6952 2002-12-03 [sergey]     0.8.6claws54
6953
6954         * src/send.c
6955                 send_message_local(): removed first-dot escaping
6956                 (SMTP-only, not needed for sending through pipe)
6957
6958 2002-12-03 [paul]       0.8.6claws53
6959
6960         * po/POTFILES.in
6961                 update to reflect recent changes (thanks
6962                 to Ricardo Mones Lastra)
6963                 
6964         * tools/filter_conv.pl
6965                  fix problem with quoted strings. Patch submitted
6966                  by Luke Plant <lukeplant@softhome.net>
6967
6968 2002-12-03 [paul]       0.8.6claws52
6969
6970         * sync with 0.8.6cvs15
6971                 see ChangeLog 2002-12-03
6972
6973 2002-12-02 [christoph]  0.8.6claws51
6974
6975         * src/logwindow.[ch]
6976         * src/common/log.[ch]
6977                 implement logging using a hook function
6978
6979         * src/folderview.c
6980         * src/folder.[ch]
6981                 define hooklist name in header file to avoid
6982                 errors caused by wrong spelling of hooklist names
6983
6984         * src/toolbar.c
6985                 fix warnings
6986
6987 2002-12-02 [christoph]  0.8.6claws50
6988
6989         * src/common/Makefile.am
6990                 add src/common/hooks.[ch]
6991
6992         * src/common/hooks.[ch]
6993                 implement a simple hook system using glib's hook functions
6994
6995         * src/folder.[ch]
6996         * src/folderview.c
6997                 use new hook system for folder item updates
6998
6999 2002-12-02 [christoph]  0.8.6claws49
7000
7001         * doc-src/ui_seperation.txt     ** NEW **
7002                 information for ui seperation
7003
7004         * src/Makefile.am
7005                 remove files that were moved to common
7006                 include common directory by default for the header files
7007
7008         * src/inc.c
7009         * src/common/socket.c
7010         * src/automaton.[ch]
7011                 implement automaton using g_io_*-functions instead of
7012                 gdk_input_add to make it ui independent
7013
7014         * src/codeconv.c
7015         * src/compose.c
7016         * src/ldif.c
7017         * src/pgptext.c
7018         * src/procmime.c
7019         * src/rfc2015.c
7020         * src/smtp.c
7021         * src/unmime.c
7022                 remove common/ prefix because directory is now in
7023                 include path
7024
7025         * src/compose.c
7026         * src/folder.c
7027         * src/folderview.c
7028         * src/mainwindow.c
7029         * src/messageview.c
7030         * src/prefs_common.c
7031         * src/procmsg.c
7032         * src/rfc2015.c
7033                 fix warnings
7034
7035         * src/imap.c
7036         * src/inc.c
7037         * src/news.c
7038         * src/pop.c
7039         * src/send.c
7040         * src/smtp.c
7041         * src/ssl_certificate.c
7042                 add log.h header file for logging functions
7043
7044         * src/main.c
7045         * src/common/utils.c
7046         * src/summaryview.c
7047         * src/xml.c
7048                 o move debug_mode to common/utils.c
7049                 o add functions to set and get debug_mode
7050
7051         * src/defs.h                    ** REMOVE **
7052         * src/intl.h                    ** REMOVE **
7053         * src/socket.[ch]               ** REMOVE **
7054         * src/ssl.[ch]                  ** REMOVE **
7055         * src/utils.[ch]                ** REMOVE **
7056                 replaced by new files in src/common/
7057         
7058         * src/common/Makefile.am
7059                 add new files in src/common/
7060
7061         * src/common/defs.h             ** NEW **
7062         * src/common/intl.h             ** NEW **
7063         * src/common/log.[ch]           ** NEW **
7064         * src/common/socket.[ch]        ** NEW **
7065         * src/common/ssl.[ch]           ** NEW **
7066         * src/common/utils.[ch]         ** NEW **
7067                 replacement for files in src/
7068
7069 2002-12-02 [colin]      0.8.6claws48
7070
7071         * src/folderview.c
7072                 Scroll folderview if necessary during dnd
7073
7074 2002-12-02 [colin]      0.8.6claws47
7075
7076         * src/folder.[ch]
7077                 Add check to verify a move is within a single mailbox
7078         * src/folderview.c
7079                 Add specific error string for this check
7080
7081 2002-12-02 [colin]      0.8.6claws46
7082
7083         * src/folder.c
7084                 Add a test to folder moving, remove a statusbar_print
7085         * src/folderview.c
7086                 Add Move folder... context-menu item
7087                 Factorize folder moving code
7088                 Enable folder DND for mbox
7089
7090 2002-12-01 [christoph]  0.8.6claws45
7091
7092         * ac/aspell.m4
7093                 remove conf.aspelltest if the version check fails
7094
7095 2002-11-30 [christoph]  0.8.6claws44
7096
7097         * autogen.sh
7098                 run libtoolize --force in autogen to create missing
7099                 libtool scripts
7100
7101 2002-11-30 [christoph]  0.8.6claws43
7102
7103         * src/Makefile.am
7104         * src/pgptext.c
7105         * src/procmime.c
7106         * src/rfc2015.c
7107         * src/uuencode.[ch]             ** REMOVED **
7108         * src/common/Makefile.am
7109         * src/common/uuencode.[ch]      ** NEW **
7110                 move uuen/decoder to common directory
7111
7112 2002-11-30 [christoph]  0.8.6claws42
7113
7114         * src/Makefile.am
7115         * src/base64.[ch]               ** REMOVED **
7116         * src/codeconv.c
7117         * src/compose.c
7118         * src/ldif.c
7119         * src/pgptext.c
7120         * src/procmime.c
7121         * src/rfc2015.c
7122         * src/smtp.c
7123         * src/unmime.c
7124         * src/common/Makefile.am
7125         * src/common/base64.[ch]        ** NEW **
7126                 move base64 en/decoder to common directory
7127
7128 2002-11-30 [christoph]  0.8.6claws41
7129
7130         * src/common                    ** NEW **
7131                 new directory for UI independent code
7132         * src/gtk                       ** NEW **
7133                 new directory for GTK frontend
7134         * src/common/.cvsignore         ** NEW **
7135         * src/gtk/.cvsignore            ** NEW **
7136                 ignore build files
7137         * src/common/Makefile.am        ** NEW **
7138         * src/gtk/Makefile.am           ** NEW **
7139                 automake files to build new seperated stuff
7140         * src/Makefile.am
7141                 the binary will currently still be build with the
7142                 files in src, so we include the code from the
7143                 subdirs for now after building the libs there
7144
7145 2002-11-30 [paul]       0.8.6claws40
7146
7147         * src/compose.c
7148                 fix bug [642731] 'Wrong selected account with drafted mail'
7149
7150 2002-11-29 [oliver]     0.8.6claws39
7151         
7152         * src/messageview.c
7153                 o update summaryview when switching between different
7154                   messageviews          
7155         * src/toolbar.c  
7156                 o check if messageview holds already removed msg
7157                   from summaryview
7158                 
7159
7160 2002-11-29 [oliver]     0.8.6claws38
7161
7162         * src/toolbar.c 
7163                 remove not needed variables and includes
7164                 make messageview stay opened and move to next when msgs are deleted 
7165
7166 2002-11-29 [oliver]     0.8.6claws37
7167         
7168         * src/toolbar.c 
7169                 disable compose button (messageview toolbar) by default
7170                 deleted msgs are moved to trash
7171         
7172 2002-11-29 [melvin]     0.8.6claws36
7173
7174         * configure.in
7175                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7176                 and to detect signatures expirations (gpgme 0.3.6)
7177
7178         * src/main.c
7179                 Use non obsolescent function for Gpgme engine checking.
7180
7181         * src/rfc2015.c
7182                 Inform about expired signatures or signatures which key
7183                 has expired. Expiration date is displayed.
7184
7185         * src/sigstatus.c
7186                 Inform about expired signatures or signatures which key
7187                 has expired.
7188
7189 2002-11-28 [paul]       0.8.6claws35
7190
7191         * src/folderview.c
7192                 re-instate 'Check for new messages' in Newsgroup
7193                 folders right-click menu, after a suggestion from
7194                 Tim Mann <timmann@users.sourceforge.net>
7195
7196         * src/main.c
7197                 after a crash check only local folders for new
7198                 messages
7199
7200 2002-11-28 [paul]       0.8.6claws34
7201
7202         * configure.in
7203                 apply patch that fixes the checking of GTK with XIM 
7204                 support on different OSs, such as FreeBSD. Patch 
7205                 submitted by Topia <topia@users.sourceforge.net>
7206                 
7207 2002-11-28 [paul]       0.8.6claws33
7208
7209         * src/mainwindow.c
7210           src/prefs_common.c
7211           src/prefs_toolbar.c
7212                 more changes to the English
7213
7214 2002-11-28 [paul]       0.8.6claws32
7215
7216         * sync with 0.8.6cvs13
7217                 see ChangeLog 2002-11-28 (no sync needed
7218                 for src/compose.c)
7219
7220 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7221         
7222         * src/mainwindow.[ch]
7223                 add patch by Ivan F. Martinez introducing messageview Toolbar
7224                 some changes and committed by oliver    
7225
7226 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7227
7228         * src/messageview.[ch]
7229                 add patch by Ivan F. Martinez introducing messageview Toolbar
7230                 some changes and committed by oliver    
7231
7232 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7233
7234         * src/compose.[ch]
7235                 add patch by Ivan F. Martinez introducing messageview Toolbar
7236                 some changes and committed by oliver    
7237
7238 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7239         
7240         * src/toolbar.[ch]
7241                 add patch by Ivan F. Martinez introducing messageview Toolbar
7242                 some changes and committed by oliver
7243
7244 2002-11-28 [oliver]     0.8.6claws27
7245         
7246         * src/prefs_toolbar.[ch]
7247                 getting ready for messageview toolbar
7248                 free mem allocated by gettext
7249                 change prefs_toolbar to prefs_toolbar_open
7250  
7251 2002-11-28 [thorsten]   0.8.6claws26
7252
7253         * src/imageview.[ch]
7254                 cleaned up conflicting declarations of
7255                 imageview_show_image()
7256
7257 2002-11-28 [paul]       0.8.6claws25
7258
7259         * src/grouplistdialog.c
7260           src/prefs_common.c
7261           src/prefs_summary_column.c
7262                 a few more improvements to the English
7263
7264 2002-11-28 [colin]      0.8.6claws24
7265
7266         * man/sylpheed.1
7267                 A few updates to command-line parameters
7268
7269 2002-11-28 [colin]      0.8.6claws23
7270
7271         * src/prefs_filtering.c
7272                 Fix problems with prefs_filtering_delete_path:
7273                 a) if the first rule is removed, original pointers
7274                    weren't updated (leading to segfaults)
7275                 b) it was always global_processing updated in case
7276                    of removed path was parent of rule path
7277
7278 2002-11-27 [paul]       0.8.6claws22
7279
7280         * src/mainwindow.c
7281           src/prefs_account.c
7282           src/prefs_actions.c
7283           src/prefs_common.c
7284           src/prefs_customheader.c
7285           src/prefs_display_header.c
7286           src/prefs_filtering.c
7287           src/prefs_folder_item.c
7288           src/prefs_matcher.c
7289           src/prefs_scoring.c
7290           src/prefs_summary_column.c
7291           src/prefs_template.c
7292           src/prefs_toolbar.c
7293                  improve the English in the GUI
7294
7295 2002-11-27 [colin]      0.8.6claws21
7296
7297         * src/folder.c
7298                 Fix processing renaming problems happening after
7299                 last commit
7300
7301 2002-11-27 [colin]      0.8.6claws20
7302
7303         * src/folder.c
7304                 recursive move now deletes src each subfolder after 
7305                 having moved it
7306         * src/folderview.c
7307                 Use identifier instead of path during dnd (enables
7308                 IMAP folder dnd)
7309
7310 2002-11-27 [paul]       0.8.6claws19
7311
7312         * src/main.c
7313                 apply patch that does command-line processing 
7314                 BEFORE gtk_init, allowing claws to run from 
7315                 shell-scripts in non-X environment (e.g. crontab 
7316                 or ip-up, ip-down scripts). Patch submitted by
7317                 Ruslan N. Balkin <baron@dartel.ru>
7318                 
7319         * po/it.po
7320                 updated by Alessandro Maestri
7321
7322 2002-11-27 [paul]       0.8.6claws18
7323
7324         * sync with 0.8.6cvs12
7325           src/prefs_common.c
7326                 Differences are that main uses a 'Receive dialog'
7327                 frame on the Interface tab, whereas claws groups all 
7328                 the dialogs together in a 'Dialogs' frame.
7329
7330 2002-11-27 [colin]      0.8.6claws17
7331
7332         * src/prefs_matcher.c
7333                 Fix Execute criteria's NOT flag
7334
7335
7336 2002-11-26 [christoph]  0.8.6claws16
7337
7338         * src/ssl.c
7339                 rewrite the ssl code a little bit, only use one
7340                 SSL context, set default certificates' file/path
7341
7342 2002-11-26 [thorsten]   0.8.6claws15
7343
7344         * src/compose.c
7345                 default-reply-to didn't work for ml-reply
7346
7347 2002-11-26 [melvin]     0.8.6claws14
7348
7349         * src/prefs_actions.c
7350                 Made pipe-actions ignore short headers in message view
7351                 Made trailing-pipe-actions write in the message view with
7352                 the same font as the original message
7353
7354 2002-11-26 [paul]       0.8.6claws13
7355
7356         * src/compose.c
7357                 this time commit the correct file
7358
7359 2002-11-26 [paul]       0.8.6claws12
7360
7361         * sync with 0.8.6cvs11
7362           src/quote_fmt_parse.y  
7363                 no sync needed
7364           src/account.[ch]       
7365                 not sync'ed
7366           src/compose.c
7367                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7368                 on draft mode.
7369                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7370                 header
7371                 
7372         see ChangeLog 2002-11-25 and 2002-11-26
7373
7374 2002-11-26 [colin]      0.8.6claws11
7375
7376         * src/folderview.c
7377                 Fix collapsed folder not auto-expanding during
7378                 mail dnd, if it was the source folder.
7379
7380 2002-11-25 [colin]      0.8.6claws10
7381
7382         * src/folderview.[ch]
7383                 Variable renaming and cleaning (slist of nodes 
7384                 to be re-collapsed is stored in FolderView)
7385
7386 2002-11-25 [paul]       0.8.6claws9
7387
7388         * src/prefs_common.[ch]
7389                 fix breakage caused by last commit
7390
7391 2002-11-25 [paul]       0.8.6claws8
7392
7393         * sync with 0.8.6cvs4
7394                 see ChangeLog 2002-11-21
7395
7396 2002-11-25 [paul]       0.8.6claws7
7397
7398         * sync with 0.8.6cvs4
7399                 see ChangeLog 2002-11-20
7400
7401 2002-11-25 [paul]       0.8.6claws6
7402
7403         * sync with 0.8.6cvs3
7404                 see ChangeLog 2002-11-18
7405
7406 2002-11-25 [colin]      0.8.6claws5
7407
7408         * src/gtkutils.[ch]
7409                 Add gtkut_ctree_node_is_parent()
7410         * src/folderview.c
7411                 Spring-loaded folders
7412
7413 2002-11-25 [colin]      0.8.6claws4
7414
7415         * src/utils.[ch]
7416                 Add slist_concat_unique(), function to merge
7417                 two GSList filtering dups
7418         * src/folder.[ch]
7419         * src/summaryview.[ch]
7420         * src/folderview.c
7421         * src/main.c
7422                 Add detection/update/display of unread answers
7423                 to marked mails
7424         * src/procmsg.[ch]
7425                 Add procmsg_find_children()
7426                 Add procmsg_msg_has_marked_parent()
7427
7428 2002-11-25 [colin]      0.8.6claws3
7429
7430         * src/ssl_certificate.[ch]
7431                 Allow checking a certificate without a DNS
7432                 lookup
7433                 Allow to forget a cert (by deleting it)
7434                 Make ssl_certificate_destroy_public
7435         * src/ssl_manager.[ch] ** NEW FILES **
7436                 Gui to manage (display/remove) certificates
7437         * src/prefs_common.[ch]
7438                 Add a pref to allow silent acceptation of
7439                 trusted certificates or not (based on the
7440                 "I want to know what's going on" principle)
7441         * src/mainwindow.c
7442                 Add SSL manager in Tools menu
7443         * src/Makefile.am
7444                 Add the new files to the build
7445         * po/POTFILES.in
7446                 Add ssl_manager.c to translations
7447
7448 2002-11-25 [colin]      0.8.6claws2
7449
7450         * src/summaryview.[ch]
7451                 Add S_SEARCH_EXTENDED to the quick search, which 
7452                 allows to search using filtering syntax.
7453
7454 2002-11-25 [colin]      0.8.6claws1
7455
7456         * src/summaryview.c
7457                 Deletion of duplicates now prefer deleting
7458                 the unread dup (fixes feature-request 638989).
7459
7460 2002-11-24 [paul]       0.8.6claws
7461
7462         * po/es.po
7463           po/pl.po
7464           po/ru.po
7465           po/sr.po
7466                 updated by Ricardo Mones Lastra,
7467                 Witold Wladyslaw Wojciech Wilk,
7468                 Ruslan N. Balkin, and  Urke MMI 
7469                 respectively
7470
7471 2002-11-24 [paul]       0.8.5claws182
7472
7473         * po/bg.po
7474                 updated by George Danchev
7475
7476 2002-11-23 [alfons]     0.8.5claws181
7477
7478         * src/imap.c
7479                 tiny memory leak found by browsing Dimitar's 
7480                 valgrind report
7481
7482 2002-11-23 [paul]       0.8.5claws180
7483
7484         * po/it.po
7485                 updated by Alessandro Maestri
7486
7487 2002-11-22 [christoph]  0.8.5claws179
7488
7489         * src/compose.c
7490         * src/inc.c
7491         * src/prefs_filtering.c
7492         * src/summaryview.c
7493                 more warning fixes
7494
7495 2002-11-22 [alfons]     0.8.5claws178
7496
7497         * src/summaryview.c
7498                 summary_execute_delete_func(): if message is deleted, make 
7499                 sure to also remove its entry in the subject hash table. 
7500                 fixes a corner case bug.
7501
7502 2002-11-22 [paul]       0.8.5claws177
7503
7504         * .cvsignore
7505                 add 'autom4te.cache'
7506                 
7507         * ltconfig      ** REMOVED **
7508                 not needed
7509
7510 2002-11-22 [paul]       0.8.5claws176
7511
7512         * src/textview.c
7513                 textview_set_font(): fix for message display in
7514                 UTF-8 locales (thanks to Sergey Vlasov).
7515                 
7516         * AUTHORS
7517                 add new team members and contributors
7518
7519
7520 2002-11-21 [colin]      0.8.5claws175
7521
7522         * src/procmsg.[ch]
7523                 Add procmsg_remove_special_headers()
7524         * src/mh.c
7525                 Use procmsg_remove_special_headers() for 
7526                 previous fix
7527
7528 2002-11-21 [colin]      0.8.5claws174
7529
7530         * src/mh.c
7531                 Fix moving/copying from queue/draft folders
7532                 for MH folders
7533
7534 2002-11-21 [christoph]  0.8.5claws173
7535
7536         * src/crash.c
7537         * src/filtering.c
7538         * src/logwindow.c
7539         * src/main.c
7540         * src/matcher_parser_lex.[hl]
7541         * src/mbox.c
7542         * src/mbox_folder.[ch]
7543         * src/prefs_filtering.c
7544         * src/procheader.c
7545         * src/quote_fmt_lex.l
7546         * src/ssl.c
7547                 fix all warnings except the warnings in lex and yacc files
7548
7549 2002-11-20 [christoph]  0.8.5claws172
7550
7551         * src/imap.c
7552                 fix MsgInfo retrieval for IMAP draft and queue folders
7553                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7554
7555 2002-11-19 [christoph]  0.8.5claws171
7556
7557         * src/compose.c
7558                 fix segfault, when draft saving does not get
7559                 the MsgInfo of the new message
7560                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7561
7562 2002-11-19 [christoph]  0.8.5claws170
7563
7564         * src/procmsg.c
7565                 add parameter check for flag setting function
7566                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7567
7568 2002-11-18 [paul]       0.8.5claws169
7569
7570         * src/compose.c
7571                 more sensitivity fixes to redirect mode:
7572                 * disable toolbar draft button
7573                 * allow only Address book in the Tools menu
7574                 * disable editing of message by the spell
7575                   checker
7576
7577 2002-11-18 [paul]       0.8.5claws168
7578
7579         * src/compose.c
7580                 fix sensitivity of menu items in compose_redirect():
7581                 allow only the necessary items 
7582
7583 2002-11-18 [paul]       0.8.5claws167
7584
7585         * src/compose.c
7586                 fix bug [ 603259 ] 'attachment got lost on bounce'
7587
7588 2002-11-18 [paul]       0.8.5claws166
7589
7590         * po/ru.po
7591                 updated by Ruslan N. Balkin <baron@dartel.ru>
7592
7593 2002-11-18 [colin]      0.8.5claws165
7594
7595         * src/main.c
7596           src/defs.h
7597                 Remove old filtering stuff
7598
7599
7600 2002-11-17 [oliver]     0.8.5claws164
7601
7602         * src/toolbar.h
7603                 remove not needed typedef 
7604
7605 2002-11-17 [oliver]     0.8.5claws163
7606
7607         * src/toolbar.c
7608                 make toolbar's on click events translatable
7609
7610 2002-11-15 [colin]      0.8.5claws162
7611
7612         * src/summaryview.c
7613                 Revert too-soon integration of a feature
7614
7615 2002-11-15 [christoph]  0.8.5claws161
7616
7617         * src/imap.c
7618                 use main's implementation of imap_get_msginfo
7619
7620 2002-11-15 [christoph]  0.8.5claws160
7621
7622         * src/compose.c
7623         * src/folder.[ch]
7624         * src/imap.c
7625         * src/mbox_folder.c
7626         * src/mh.c
7627         * src/news.c
7628         * src/procmsg.c
7629         * src/summaryview.c
7630                 replace claws' fetch_msginfo with main's get_msginfo
7631                 (use main's implementation where possible)
7632
7633 2002-11-15 [colin]      0.8.5claws159
7634
7635         * src/ssl_certificate.c
7636                 Missed a check
7637
7638 2002-11-16 [melvin]     0.8.5claws158
7639
7640         * po/fr.po
7641                 Updated French translations.
7642
7643 2002-11-16 [colin]      0.8.5claws157
7644
7645         * src/ssl_certificate.c
7646                 Check for missing parts in the certificates
7647
7648 2002-11-15 [colin]      0.8.5claws156
7649
7650         * src/folderview.c
7651                 Preventive fix (missing check) found by
7652                 Alfons
7653
7654 2002-11-15 [paul]
7655
7656         * NEWS
7657                 sync with 0.8.6 release
7658
7659 2002-11-15 [colin]      0.8.5claws155
7660
7661         * src/folder.[ch]
7662           src/folderview.c
7663                 Fix error handling of folder_item_move_to()
7664                 (thanks to Alfons!)
7665
7666 2002-11-15 [colin]      0.8.5claws154
7667
7668         * src/folder.[ch]
7669           src/folderview.c
7670                 folder_item_move_to() sets an error message instead
7671                 of having GUI stuff in folder.c
7672
7673 2002-11-15 [colin]      0.8.5claws153
7674
7675         * src/procmsg.[ch]
7676                 Implemented a callback for MsgInfo updates, 
7677                 heavily copy/pasted from Christoph's folder 
7678                 callback system
7679         * src/summaryview.[ch]
7680                 Register summary_update_msg as callback
7681
7682 2002-11-14 [colin]      0.8.5claws152
7683         
7684         * src/procmsg.c
7685                 Update the FolderItem after sending (fixes 617593)
7686
7687 2002-11-14 [christoph]  0.8.5claws151
7688
7689         * src/folder.c
7690                 fix wrong position of NULL pointer check found
7691                 by Sergey
7692
7693 2002-11-14 [christoph]  0.8.5claws150
7694
7695         * src/folder.c
7696                 fix segfault when deleting messages from IMAP folders
7697                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7698
7699 2002-11-14 [colin]      0.8.5claws149
7700
7701         * src/compose.c
7702                 Forwarding was also ignoring the folder's default account.
7703
7704 2002-11-14 [colin]      0.8.5claws148
7705
7706         * src/compose.c
7707                 Fix sent folder not set to folder properties when 
7708                 forwarding.
7709
7710 2002-11-14 [thorsten]   0.8.5claws147
7711
7712         * src/inc.c
7713                 inc_start(): Files were not moved from .processing to inbox,
7714                 if no global processing rule existed
7715
7716 2002-11-14 [colin]      0.8.5claws146
7717
7718         * src/ssl_certificate
7719                 Fix file operations
7720
7721 2002-11-14 [paul]       0.8.5claws145
7722
7723         * po/it.po
7724                 updated by Alessandro Maestri
7725
7726 2002-11-13 [alfons]     0.8.5claws144
7727
7728         * src/folder.c
7729                 folder_item_close(): only mark messages unread
7730                 when a folder has new messages 
7731
7732 2002-11-13 [keith]      0.8.5claws143
7733
7734         * src/imap.c
7735                 Fix problem moving or copying between
7736                 IMAP folders
7737
7738 2002-11-13 [colin]      0.8.5claws142
7739
7740         * src/matcher_parser_parse.y
7741                 Fix rule problem when " don't match
7742
7743 2002-11-13 [christoph]  0.8.5claws141
7744
7745         * src/folder.c
7746         * src/folderview.c
7747                 moved cache saving to folder_item_close
7748                 the folderview should not have to deal with
7749                 this things
7750
7751 2002-11-13 [christoph]  0.8.5claws140
7752
7753         * src/summaryview.c
7754                 moved setting of important score to
7755                 summary_set_prefs_from_folderitem
7756
7757 2002-11-13 [colin]      0.8.5claws139
7758
7759         * src/matcher_parser_parse.y
7760                 Fix a segfault in the parser (happening when
7761                 a good expression had been tested and a bad 
7762                 one arrives)
7763
7764 2002-11-13 [paul]       0.8.5claws138
7765
7766         * sync with 0.8.5cvs24
7767                 see ChangeLog 2002-11-13
7768                 
7769         * po/pt_BR.po
7770                 updated by Fabio Jr. Beneditto
7771
7772 2002-11-13 [colin]      0.8.5claws137
7773         
7774         * src/msgcache.c
7775           src/defs.h
7776           src/procmsg.[ch]
7777                 Revert last commit, problem
7778
7779 2002-11-13 [colin]      0.8.5claws136
7780
7781         * src/msgcache.c
7782                 Remove duplicated code
7783         * src/defs.h
7784                 Bumped CACHE_VERSION and MARK_VERSION
7785         * src/procmsg.[ch]
7786                 Network endian for cache and mark files
7787
7788 2002-11-12 [colin]      0.8.5claws135
7789
7790         * src/inc.c
7791                 Fix the "socket error" dialog which disappeared
7792
7793 2002-11-12 [colin]      0.8.5claws134
7794
7795         * src/msgcache.c
7796                 Reverse last commit which had performance 
7797                 problems, but still reverse the list
7798
7799 2002-11-12 [colin]      0.8.5claws133
7800
7801         * src/msgcache.c
7802                 Reverse list order
7803
7804 2002-11-12 [melvin]     0.8.5claws132
7805
7806         * src/compose.c
7807                 Added a check for a NULL prefs_common.dictionary
7808
7809 2002-11-12 [colin]      0.8.5claws131
7810
7811         * src/ssl_certificate.[ch]
7812                 Use FQDN hostname
7813
7814 2002-11-12 [colin]      0.8.5claws130
7815
7816         * src/ssl_certificate.[ch]
7817                 Take connection port into account for 
7818                 checking certificates (a single hostname
7819                 could have multiple servers with multiple
7820                 certificates)
7821         * src/ssl.c
7822                 Pass the port to ssl_certificate_check
7823
7824 2002-11-12 [paul]       0.8.5claws129
7825
7826         * src/folder.c
7827                 fix a typo in last commit
7828
7829 2002-11-12 [paul]       0.8.5claws128
7830
7831         * sync with 0.8.5cvs23
7832                 see ChangeLog entry 2002-11-12
7833
7834 2002-11-11 [colin]      0.8.5claws127
7835
7836         * src/ssl_certificate.c
7837                 Cleaner messages
7838                 Don't popup, instead log error, if the 
7839                 corresponding pref is checked
7840         * src/ssl_certificate.h
7841                 include <openssl/objects/h>
7842
7843 2002-11-11 [colin]      0.8.5claws126
7844
7845         * src/ssl_certificate.h
7846                 _Really_ clean it
7847
7848 2002-11-11 [colin]      0.8.5claws125
7849         
7850         * src/ssl_certificate.c
7851                 Fixed leak
7852
7853 2002-11-11 [colin]      0.8.5claws124
7854
7855         * src/ssl.c
7856                 Cleaned a bit
7857         * src/ssl_certificate.[ch]
7858                 Cleaned a bit (better use of SSL API)
7859                 (This will cause non-recognition of saved 
7860                  certificates of claws12[23]...)
7861
7862 2002-11-11 [paul]       0.8.5claws123
7863         
7864         * po/es.po
7865                 updated by Ricardo Mones Lastra
7866
7867 2002-11-11 [colin]      0.8.5claws122
7868
7869         * src/ssl.c
7870                 Fix a typo
7871
7872 2002-11-11 [colin]      0.8.5claws121
7873
7874         * src/ssl_certificate.[ch] ** NEW FILES **
7875         * src/ssl.[ch]
7876                 Check SSL certificates presented to us
7877         * src/Makefile.am
7878                 Add ssl_certificate.[ch]
7879         * po/POTFILES.in
7880                 Add ssl_certificate.c
7881
7882 2002-11-11 [paul]       0.8.5claws120
7883
7884         * sync with 0.8.5cvs22
7885                 see ChangeLog 2002-11-11
7886
7887 2002-11-11 [paul]       0.8.5claws119
7888
7889         * sync with 0.8.5cvs21
7890                 see ChangeLog 2002-11-11
7891
7892 2002-11-10 [jens]       0.8.5claws118
7893
7894         * src/folder.c
7895         * src/folderview.c
7896                 corrected some typing
7897         * po/de.po
7898                 updated german translation
7899         * sylpheed.spec.in
7900                 cleaned up specfile and adjusted it for claws
7901
7902 2002-11-10 [colin]      0.8.5claws117
7903
7904         * src/summaryview.c
7905                 a STATUSBAR_PUSH/POP fix
7906
7907 2002-11-10 [colin]      0.8.5claws116
7908
7909         * src/prefs_folder_item.c
7910                 Fix hanging after opening folder properties
7911
7912 2002-11-10 [hoa]        0.8.5claws115
7913
7914         * src/matcher_parser_lex.l
7915         * src/matcher_parser_parse.y
7916                 config file for scoring and filtering is no more trashed
7917                 when there is a syntax error in a filtering rule when
7918                 editing it in a dialog.
7919
7920 2002-11-09 [colin]      0.8.5claws114
7921
7922         * src/mbox_folder.c
7923                 Added missing initialisation of folder->destroy()
7924
7925 2002-11-09 [colin]      0.8.5claws113
7926
7927         * src/folder.c
7928           src/folderview.c
7929                 Fix the status bar messages
7930
7931 2002-11-09 [colin]      0.8.5claws112
7932
7933         * src/folderview.c
7934                 Fix hangs after folder dnd, happening after 
7935                 claws109.
7936
7937 2002-11-09 [christoph]  0.8.5claws111
7938
7939         * src/folderview.c
7940                 just changed order of calls (reverse order of
7941                 associated calls)
7942         * src/inc.c
7943                 lock inc when checking only one account, otherwise
7944                 inc all could be executed at the same time
7945
7946 2002-11-09 [christoph]  0.8.5claws110
7947
7948         * src/folderview.c
7949                 better unlock the mouse cursor before calling
7950                 summary_show because it changes the cursor too
7951
7952 2002-11-09 [christoph]  0.8.5claws109
7953
7954         * src/folder.[ch]
7955         * src/folderview.c
7956                 add functions to open and close a folder
7957                 o opending will execute scanning for remote folders
7958                   and processing
7959                 o closing will unset new flag for messages
7960
7961 2002-11-09 [colin]      0.8.5claws108
7962
7963         * src/folder.c
7964                 Add a call to prefs_matcher_write_config to 
7965                 avoid non-leaf folders filtering settings to be
7966                 lost
7967
7968 2002-11-09 [paul]       0.8.5claws107
7969
7970         * src/prefs_account.c
7971                 re-word a label
7972
7973 2002-11-09 [colin]      0.8.5claws106
7974
7975         * src/folderview.c
7976                 Minor esthetic fix
7977
7978 2002-11-09 [colin]      0.8.5claws105
7979
7980         * src/folderview.c
7981                 Fix prefs_filtering deletion for MH folders (same
7982                 reason as below)
7983         * src/prefs_filtering.c
7984                 Fix prefs_filtering renaming and deletion for 
7985                 folder-based processing rules.  
7986
7987 2002-11-09 [christoph]  0.8.5claws104
7988
7989         * src/compose.c
7990         * src/folder.[ch]
7991         * src/folderview.[ch]
7992         * src/import.c
7993         * src/inc.c
7994         * src/main.c
7995         * src/mainwindow.c
7996         * src/messageview.c
7997         * src/prefs_folder_item.c
7998         * src/procmsg.c
7999         * src/summaryview.c
8000                 implement a callback system for folder item updates
8001
8002 2002-11-09 [colin]      0.8.5claws103
8003
8004         * src/folderview.c
8005                 Fix prefs_filtering renaming for MH folders (we
8006                 shouldn't rename by path as another folder could
8007                 have the same hierarchy).
8008
8009 2002-11-09 [colin]      0.8.5claws102
8010
8011         * src/folder.c
8012                 Fix a leak found by Christoph, use better variable
8013                 names
8014
8015 2002-11-09 [colin]      0.8.5claws101
8016
8017         * src/folder.c
8018                 One more fix for processing rules
8019
8020 2002-11-08 [colin]      0.8.5claws100
8021         
8022         * src/matcher.c
8023                 Don't copy the compiled regexp (will be reevaluated)
8024         * src/folderview.c
8025                 Lock folderview while moving
8026         * src/folder.c
8027                 Provide info on what's happening to the user
8028
8029 2002-11-08 [colin]      0.8.5claws99
8030
8031         * src/folderview.c
8032                 Fix folder reordering after a move if parent is 
8033                 root
8034         * src/scoring.[ch]
8035                 Add function to copy a ScoringProp
8036         * src/prefs_folder_item.c
8037                 Copy scoring rules when copying a folder prefs
8038
8039 2002-11-08 [colin]      0.8.5claws98
8040
8041         * src/folderview.c
8042                 Fixes in case of failure
8043         * src/filtering.[ch]    
8044                 Add function to duplicate a FilteringProp
8045         * src/matcher.[ch]
8046                 Add function to duplicate a MatcherProp
8047         * src/prefs_folder_item.c
8048                 Save folder's processing rules when copying 
8049                 its prefs
8050
8051 2002-11-08 [colin]      0.8.5claws97
8052         
8053         * src/folderview.c
8054                 Sort after move
8055         * src/folder.c 
8056                 Change a printf to debug_print
8057
8058 2002-11-08 [colin]      0.8.5claws96
8059
8060         * src/folder.c
8061           src/folderview.c
8062                 Fix segfaults, call me stupido
8063         
8064
8065 2002-11-08 [colin]      0.8.5claws95
8066
8067         *src/folder.c
8068                 Added forgotten prefs to save when moving folders
8069
8070 2002-11-08 [colin]      0.8.5claws94
8071
8072         * src/folder.c
8073                 Fixes to folder DND (prefs copy)
8074         * src/folderview.c
8075                 Optimization for folder DND (don't rescan whole tree)
8076                 Added folderview_create_folder_node() for this 
8077                 optimization, so de-duped a bit the code
8078         * src/prefs_folder_item.[ch]
8079                 Added prefs_folder_item_copy_prefs()    
8080           
8081 2002-11-08 [paul]       0.8.5claws93
8082
8083         * src/prefs_account.c
8084           tools/README
8085           tools/kmail2sylpheed_v2.pl
8086                 correct some typos
8087
8088 2002-11-08 [paul]       0.8.5claws92
8089
8090         * src/compose.c
8091           src/prefs_account.[ch]
8092                 remove account options 'clearsign' and 'ascii_armored',
8093                 replace with 'default_gnupg_mode' to prevent mixed-mode
8094                 Privacy settings
8095
8096 2002-11-08 [paul]       0.8.5claws91
8097
8098         * src/compose.[ch]
8099                 re-implement GnuPG 'on-the-fly' mode selection,
8100                 disallow mixed-mode
8101
8102 2002-11-08 [colin]      0.8.5claws90
8103
8104         * src/folderview.c
8105           src/prefs_folder_item.c
8106                 Change "Property" to "Properties"
8107
8108 2002-11-07 [colin]      0.8.5claws89
8109
8110         * src/folderview.c
8111           src/folder.c
8112                 Allow folder dropping to a root folder
8113
8114 2002-11-07 [paul]       0.8.5claws88
8115
8116         * src/compose.c
8117                 revert last commit
8118
8119 2002-11-07 [paul]       0.8.5claws87
8120
8121         * src/compose.c
8122                 fix reply-to-list bug. closes bug report
8123                 "[633382] reply-to-list broken in recent cvs"
8124
8125 2002-11-07 [paul]       0.8.5claws86
8126
8127         * src/compose.c
8128                 add a forgotten '#if USE_GPGME ... #endif'
8129
8130 2002-11-07 [paul]       0.8.5claws85
8131
8132         * sync with 0.8.5cvs20
8133                 see ChangeLog 2002-11-07
8134
8135 2002-11-07 [colin]      0.8.5claws84
8136
8137         * src/folder.[ch]
8138                 Change folder_item_move_to to return the newly 
8139                 created folderitem.
8140         * src/folderview.c
8141                 Select the new folderitem after moving.
8142
8143 2002-11-07 [colin]      0.8.5claws83
8144
8145         * src/prefs_filtering.c
8146                 Fix rule rewriting when moving a leaf folder to a 
8147                 shorter path
8148
8149 2002-11-07 [colin]      0.8.5claws82
8150
8151         * src/prefs_filtering.c
8152                 fix a leak
8153
8154 2002-11-07 [colin]      0.8.5claws81
8155
8156         * src/folder.[ch]
8157                 Add folder_item_move_to() function to move a 
8158                 folderitem into another one (updates matcher etc)
8159         * src/folderview.c
8160                 Add folder drag'n drop (context menu to come)
8161                 [Should be dataloss free, but Please backup before 
8162                  trying !]
8163
8164 2002-11-06 [colin]      0.8.5claws80
8165
8166         * src/mh.c
8167                 mh_create_folder() returns NULL if can't create
8168                 directory hierarchy
8169
8170 2002-11-06 [paul]       0.8.5claws79
8171
8172         * src/compose.[ch]
8173                 allow 'on-the-fly' changing of the type of encryption 
8174                 and/or signing used (mime/ascii) via the compose window
8175
8176 2002-11-06 [paul]       0.8.5claws78
8177
8178         * sync with 0.8.5cvs19
8179                 see ChangeLog 2002-11-06 for src/account.c: 
8180                 account_get_special_folder()
8181                 
8182 2002-11-05 [alfons]     0.8.5claws77
8183
8184         * src/crash.c
8185                 very minor cleanups: nothing to see here, move on. :-)
8186
8187 2002-11-05 [colin]      0.8.5claws76
8188
8189         * src/main.c
8190                 Changes choices if compose windows are opened to
8191                 Discard, Draft, Don't quit
8192
8193 2002-11-05 [thorsten]   0.8.5claws75
8194
8195         * src/compose.c
8196                 reenabled default_reply_to folder option
8197
8198 2002-11-05 [colin]      0.8.5claws74
8199
8200         * src/compose.[ch] 
8201                 add compose_draft()
8202         * src/crash.c
8203                 add SIGTERM handler
8204         * src/main.[ch]
8205                 add clean_quit() for the SIGTERM handler
8206
8207 2002-11-05 [paul]       0.8.5claws73
8208         
8209         * po/es.po
8210                 updated by Ricardo Mones Lastra
8211
8212 2002-11-05 [melvin]     0.8.5claws72
8213
8214         * src/logwindow.c
8215                 Fixed log-clipping bug #616795.
8216                 To stop logging in the log window use 0 length.
8217         * src/prefs_common.c
8218                 Added a label to inform about the 0 log length behaviour.
8219
8220 2002-11-05 [paul]       0.8.5claws71
8221
8222         * sync with 0.8.5cvs17
8223                 see ChangeLog 2002-11-05
8224
8225 2002-11-04 [paul]       0.8.5claws70
8226
8227         * sylpheed-128x128.png
8228           sylpheed-64x64.png
8229           sylpheed.png
8230                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8231                 <nikai@users.sourceforge.net>
8232                 
8233         * po/bg.po
8234                 updated by George Danchev
8235
8236 2002-11-03 [thorsten]   0.8.5claws69
8237
8238         * src/main.c
8239           src/mimeview.c
8240           src/rfc2015.h
8241                 add check if gpg is active
8242
8243 2002-11-03 [thorsten]   0.8.5claws68
8244
8245         * src/toolbar.h
8246                 removed GSList declaration causing trouble on MacOS-X
8247                 (submitted by alfons, reported by xfesty)
8248
8249 2002-11-01 [paul]       0.8.5claws67
8250
8251         * src/mainwindow.c
8252                 remove last remnants of main's filter code
8253
8254 2002-11-01 [paul]       0.8.5claws66
8255
8256         * tools/filter_conv.pl
8257                 fix bug where user-defined headers were ignored
8258
8259 2002-11-01 [paul]       0.8.5claws65
8260
8261         * src/logwindow.c
8262                 make a debug_print() not translatable
8263
8264 2002-10-31 [melvin]     0.8.5claws64
8265
8266         * ac/aspell.m4
8267                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8268                 not run any GNU/aspell test.  The dictionary path will
8269                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8270                 was given, in which case, it will be $prefix/lib/aspell/
8271         * configure.in
8272                 Fixed typo in commentary (Aspell code).
8273
8274 2002-10-31 [paul]       0.8.5claws63
8275
8276         * po/POTFILES.in
8277                 remove src/filter.c and src/prefs_filter.c
8278                 thanks to Ricardo for reminding me
8279
8280 2002-10-31 [colin]      0.8.5claws62
8281
8282         * src/mbox_folder.c
8283                 Plug some leaks
8284
8285 2002-10-31 [paul]       0.8.5claws61
8286
8287         * src/prefs_filter.[ch] ** REMOVED **
8288           src/filter.[ch]       ** REMOVED **
8289           
8290         * src/Makefile.am
8291           src/folderview.c
8292           src/inc.c
8293           src/main.c
8294           src/mainwindow.c
8295           src/mbox.c
8296           src/prefs_common.c
8297           src/prefs_filtering.c
8298           src/summaryview.[ch]
8299                 remove main's 'filter' code
8300                 
8301         README.claws
8302                 update to reflect removal of main's filter
8303
8304 2002-10-31 [paul]       0.8.5claws60
8305
8306         * src/summaryview.c
8307                 remove check for global_processing in summary_filter_open(). 
8308                 This fixes the bug where if the user uses the right-click 
8309                 'Create filter rule...' and doesn't have any filter rules 
8310                 already defined in claws' advanced filtering, the newly 
8311                 created filter rule goes to main's filtering which is 
8312                 inaccessible through the gui. Now the filter rule gets added
8313                 to claws' filtering by default.
8314
8315 2002-10-28 [melvin]     0.8.5claws59
8316
8317         * src/prefs_actions.c
8318                 Fixed bug #627322 where MIME parts were not always
8319                 correctly passed to a %p action
8320                 Display an error dialog when message filename is not found.
8321
8322 2002-10-28 [melvin]     0.8.5claws58
8323
8324         * src/prefs_common.c
8325                 Readded a missing function declaration lost in 0.8.3claws34
8326
8327 2002-10-28 [paul]       0.8.5claws57
8328
8329         * sync with 0.8.5cvs15
8330                 see ChangeLog 2002-10-28 and 2002-10-25
8331                 
8332         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8333
8334 2002-10-27 [oliver]     0.8.5claws56
8335
8336         * src/pop.c
8337                 plug leak in pop3_top_recv
8338
8339 2002-10-26 [christoph]  0.8.5claws55
8340
8341         * src/folder.c
8342                 set need_update folder flag when messages are added
8343                 (closes bug [ 626922 ] folder not updated after receiving)
8344
8345 2002-10-25 [melvin]     0.8.5claws54
8346
8347         * src/imageview.c
8348                 Fixed a memleak introduced in the scaling code.
8349
8350 2002-10-24 [alfons]     0.8.5claws53
8351
8352         * src/filtering.c
8353                 make filtering's forward message action forward from the 
8354                 correct account
8355                 (closes bug [628089 ] Filter -> Forward from address problem
8356                 reported by Oktay)
8357
8358 2002-10-24 [christoph]  0.8.5claws52
8359
8360         * src/mainwindow.c
8361         * src/manual.[ch]
8362                 o use manual of current locale or english if current
8363                   locale is not available (and english is available)
8364                 o also link to sylpheed doc project manuals
8365
8366 2002-10-23 [paul]       0.8.5claws51
8367
8368         * tools/README
8369           tools/kmail2sylpheed_v2.pl
8370                 add new version of kmail addressbook importer script.
8371                 works with newer versions of Kmail/KAddressBook which
8372                 have new and rearranged data.
8373
8374 2002-10-23 [martin]     0.8.5claws50
8375
8376         * src/folderview.c
8377         * src/summaryview.c
8378         * src/utils.h
8379         * src/utils.c
8380                 added length parameter to get_abbrev_newsgroup_name()
8381                 changed this function so that it abbreviates the newsgroup
8382                 names only so long it is smaller than the length parameter
8383                 (for better reading of some newsgroup names and space efficiency)
8384
8385 2002-10-22 [colin]      0.8.5claws49
8386
8387         *src/foldersel.c
8388                 Revert Alfons' last modification (after voting ;-))
8389
8390 2002-10-21 [alfons]     0.8.5claws48
8391
8392         * src/foldersel.c
8393                 folder view in folder selection dialog reflects state of
8394                 folder view in main window
8395
8396 2002-10-18 [alfons]     0.8.5claws47
8397
8398         * src/mbox.c
8399                 drop imported messages in folder selected by user,
8400                 and not in the inbox
8401                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8402
8403 2002-10-18 [alfons]     0.8.5claws46
8404
8405         * src/compose.c
8406                 make automagic reply work correctly for email accounts 
8407                 (whether it's viable to do a full sync with Hiro's 
8408                 compose.c is still under discussion)
8409
8410 2002-10-18 [melvin]     0.8.5claws45
8411
8412         * src/prefs_actions.c
8413                 Fixed bug #622275 where asynchroneous actions left 
8414                 zombies processes
8415                 Made (synchroneous) actions' input be displayed live.
8416
8417 2002-10-18 [christoph]  0.8.5claws44
8418
8419         * src/textview.c
8420                 don't add a newline in the textview in front of the
8421                 first textpart if header display is disabled
8422                 (closes bug [ 603385 ] disabled header display leaves blank
8423                  lin)
8424
8425 2002-10-18 [christoph]  0.8.5claws43
8426
8427         * src/folder.[ch]
8428         * src/imap.c
8429         * src/mbox_folder.c
8430         * src/mh.c
8431         * src/news.c
8432                 folder->get_num_list now returns an error code
8433                 (closes bug [ 609424 ] News cache cleared on failure)
8434                 
8435 2002-10-17 [colin]      0.8.5claws42
8436         
8437         * src/news.c
8438                 Changed a printf by debug_print
8439
8440 2002-10-16 [paul]       
8441
8442         * tools/OOo2sylpheed.pl
8443                 allow for spaces in the name of the
8444                 file to be attached.
8445
8446 2002-10-16 [colin]      0.8.5claws41
8447
8448         * src/main.c
8449                 Use a tristate to change online mode
8450
8451 2002-10-16 [paul]       0.8.5claws40
8452
8453         * po/es.po
8454                 updated by Ricardo Mones Lastra
8455
8456 2002-10-16 [colin]      0.8.5claws39
8457
8458         * src/main.c
8459           src/mainwindow.[ch]
8460                 Added --online and --offline command-line
8461                 switches
8462
8463 2002-10-15 [christoph]  0.8.5claws38
8464
8465         * src/procmime.c
8466                 set mimeinfo->name to NULL after g_free to
8467                 avoid double freeing with g_free
8468
8469 2002-10-14 [christoph]  0.8.5claws37
8470
8471         * src/compose.c
8472         * src/filtering.c
8473         * src/summaryview.c
8474                 remove calls to folder->change_flags that are now
8475                 done by procmsg flag functions (seems it is not
8476                 used by any foldertype anyway)
8477         * src/folder.c
8478                 init folder->change_flags with NULL
8479
8480 2002-10-14 [christoph]  0.8.5claws36
8481
8482         * src/folder.[ch]
8483         * src/imap.[ch]
8484                 use virtual functions for folder item new and destroy
8485                 functions
8486
8487 2002-10-14 [melvin]     0.8.5claws35
8488
8489         * src/compose.c
8490                 Added a test to not run the spell checker if no default
8491                 dictionary is available. No dialog is displayed though.
8492
8493 2002-10-14 [melvin]     0.8.5claws34
8494
8495         * src/gtkaspell.c
8496                 Fixed bug in dictionary list context menu where
8497                 "More..." pointed to an emtpy submenu if the
8498                 number of dictionaries is a multiple of 15
8499                 Removed unneeded code in suggestions list creation
8500
8501 2002-10-14 [paul]       0.8.5claws33
8502
8503         * po/bg.po
8504                 updated by George Danchev
8505
8506 2002-10-13 [hoa]        0.8.5claws32
8507
8508         * src/matcher.[ch]
8509           src/matcher_parser_parser.y
8510                 removed the escaped string from internal structure
8511                 of matcher.
8512
8513 2002-10-12 [colin]      0.8.5claws31
8514
8515         * src/gtksctree.[ch]
8516           src/summaryview.c
8517                 Removed useless function gtksctree_reanchor
8518
8519 2002-10-12 [alfons]     0.8.5claws30
8520         
8521         * sync with remaining main changes 2002-10-09 - 2002-10-11
8522         - drop changes to src/compose.c (requires claws specific changes)
8523         
8524 2002-10-12 [alfons]     0.8.5claws29
8525         
8526         * sync with main changes of 2002-10-08
8527         - drop changes to src/compose.c (requires claws specific changes)
8528         - drop changes to src/summaryview.c (requires changes to compose.c)     
8529
8530 2002-10-12 [alfons]     0.8.5claws28
8531         
8532         * sync with main changes of 2002-10-07
8533
8534 2002-10-12 [alfons]     0.8.5claws27
8535
8536         * sync with main changes of 2002-10-04
8537         - drop changes to src/compose.c (requires claws specific changes)
8538         - drop changes to src/prefs_folder_item.c (claws implementation
8539           seems to be working)
8540
8541 2002-10-12 [colin]      0.8.5claws26
8542
8543         * src/mainwindow.c
8544                 Fix folder-flicker when space-reading, introduced 
8545                 in claws22.
8546
8547 2002-10-12 [colin]      0.8.5claws25
8548
8549         * src/compose.c
8550                 Save account address when saving as draft.
8551                 (closes bug 621838)
8552
8553 2002-10-12 [colin]      0.8.5claws24
8554
8555         * src/summaryview.c
8556                 Fix the problem consisting of no message selected
8557                 after the last message in a folder has been moved.
8558
8559 2002-10-12 [paul]       0.8.5claws23
8560
8561         * src/compose.c
8562           src/prefs_template.c
8563           src/template.[ch]
8564                 add Cc and Bcc to templates. Patch submitted by
8565                 John L. Males.
8566
8567 2002-10-12 [colin]      0.8.5claws22
8568
8569         * src/folderview.c
8570                 Fix a bug after "Check for new messages":
8571                 If a folder was opened, it was still selected at
8572                 the end of the check, but displayed empty.
8573         * src/mainwindow.c
8574                 Remove unnecessary check
8575
8576 2002-10-12 [paul]
8577
8578         * tools/README
8579                 be more verbose in the description of
8580                 OOo2sylpheed.pl
8581                 
8582
8583 2002-10-11 [colin]      0.8.5claws21
8584
8585         * src/mainwindow.c
8586                 Make space work (better) when no mail is selected
8587
8588 2002-10-11 [colin]      0.8.5claws20
8589
8590         * src/inc.c
8591           src/news.c
8592                 fix warnings
8593
8594 2002-10-11 [colin]      0.8.5claws19
8595
8596         * src/mainwindow.c
8597                 revert 0.8.5claws6 changes as i couldn't get to
8598                 anything satisfying
8599
8600 2002-10-11 [melvin]     0.8.5claws18
8601
8602         * src/compose.c
8603                 Removed buggy and unused macro (should have been committed in
8604                 0.8.5claws17)
8605
8606 2002-10-11 [melvin]     0.8.5claws17
8607
8608         * src/compose.c
8609                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8610
8611 2002-10-11 [thorsten]   0.8.5claws16 
8612
8613         * src/folderview.c
8614                 remove rescan warning
8615
8616 2002-10-11 [colin]      0.8.5claws15 
8617
8618         * src/procheader.c
8619                 fix a segfault that happens if conv_unmime_header
8620                 fails (should be better to find out why it fails)
8621
8622 2002-10-11 [christoph]  0.8.5claws14
8623
8624         * src/summaryview.c
8625                 update folderview stats after ignore/unignore thread
8626
8627 2002-10-11 [hoa]        0.8.5claws13
8628
8629         * src/quote_fmt_parse.y
8630                 Fixed a yacc/bison syntax error
8631         * src/matcher.c
8632                 Escaping of string is fixed.
8633
8634 2002-10-11 [colin]      0.8.5claws12
8635
8636         * src/imageview.c
8637                 Resize images to fit
8638
8639 2002-10-11 [paul]       0.8.5claws11
8640
8641         * po/es.po
8642                 updated by Ricardo Mones Lastra
8643
8644 2002-10-10 [alfons]     0.8.5claws10
8645
8646         * src/compose.c
8647                 allow dropping files by "moving" files from a file manager,
8648                 not only by the more cumbersome "copying". the latter 
8649                 mostly implies holding down the Control button
8650
8651 2002-10-10 [christoph]  0.8.5claws9
8652
8653         * src/summaryview.c
8654                 update folders after thread building for ignored threads
8655
8656 2002-10-10 [christoph]  0.8.5claws8
8657
8658         * config/.cvsignore
8659                 added Makefile
8660         * src/filtering.[ch]
8661         * src/folder.[ch]
8662         * src/folderview.[ch]
8663         * src/import.c
8664         * src/inc.[ch]
8665         * src/mbox.[ch]
8666         * src/procmsg.c
8667         * src/summaryview.[ch]
8668                 o added new flag need_update to FolderItem
8669                 o removed folder_table from various functions from tracking
8670                   folder updates
8671                 o set need_update flags in folder.c's move, copy and delete
8672                   functions and procmsg's flags functions
8673                 o added function folderview_update_items_when_required that
8674                   updates all folders with need_update set
8675                 o call folderview_update_items_when_required instead of
8676                   folderview_update_item_foreach
8677
8678 2002-10-09 [sergey]     0.8.5claws7
8679
8680         * src/compose.c
8681                 Strip CRs whel loading the text into editor in reedit mode.
8682
8683 2002-10-09 [colin]      0.8.5claws6
8684
8685         * src/mainwindow.c
8686                 Make Space work when no mail is selected
8687
8688 2002-10-09 [colin]      0.8.5claws5
8689
8690         * src/gtksctree.[ch]
8691                 Fix range_select
8692                 Add gtk_sctree_reanchor() 
8693         * src/summaryview.c
8694                 Use gtk_sctree_reanchor() - better fix for 
8695                 bug 60413
8696
8697 2002-10-09 [colin]      0.8.5claws4
8698
8699         * src/summaryview.c
8700                 Fix shift-click select after delete problem
8701                 (closes bug 60413)
8702
8703 2002-10-08 [thorsten]   0.8.5claws3
8704
8705         * src/summaryview.c
8706                 exclude current msg from -hide read messages-
8707
8708 2002-10-08 [colin]      0.8.5claws2
8709
8710         * src/inc.[ch]
8711           src/pop.c
8712           src/recv.c
8713                 Differentiate socket errors from disk full
8714                 errors
8715
8716 2002-10-08 [christoph]  0.8.5claws1
8717
8718         * Makefile.am
8719         * configure.in
8720                 modifications for new config directory
8721
8722         * config.guess  ** REMOVED **
8723         * config.sub    ** REMOVED **
8724         * install-sh    ** REMOVED **
8725         * ltmain.sh     ** REMOVED **
8726         * missing       ** REMOVED **
8727         * mkinstalldirs ** REMOVED **
8728                 these files are autogenerated by automake
8729                 when you run autogen.sh
8730
8731         * config/.cvsignore     ** NEW FILE **
8732         * config/Makefile.am    ** NEW FILE **
8733                 ignore autogenerated files
8734                 create a Makefile in this directory
8735
8736 2002-10-08 [paul]       0.8.5claws
8737
8738         * 0.8.5claws release
8739         
8740         * src/compose.c
8741           src/procheader.c
8742           src/procmsg.c
8743                 fix quote reply format for newsgroups reply bug
8744                 (thanks to Hoa)
8745                 
8746         * po/en_GB.po
8747           po/pl.po
8748                 updated by me and Witold Wladyslaw Wojciech Wilk
8749                 repectively
8750
8751 2002-10-07 [paul]       0.8.3claws53
8752
8753         * po/it.po
8754           po/pt_BR.po
8755           po/sr.po
8756                 updated messages catalogs, submitted by
8757                 Alessandro Maestri, Fabio Jr.Beneditto 
8758                 and Urke MMI, respectively.
8759
8760 2002-10-07 [christoph]  0.8.3claws52
8761
8762         * src/folder.[ch]
8763         * src/folderview.c
8764         * src/mainwindow.c
8765                 fix new folder ghost message bug
8766                 (closes bug [ 619722 ] wrong count for newly created folders)
8767
8768 2002-10-07 [christoph]  0.8.3claws51
8769
8770         * src/compose.c
8771                 fix news posting problem
8772
8773 2002-10-07 [melvin]     0.8.3claws50
8774
8775         * po/fr.po
8776                 Updated French translation
8777
8778 2002-10-05 [christoph]  0.8.3claws49
8779
8780         * src/gtkstext.c
8781                 check if line_start_cache is set in gtk_stext_update_text
8782                 (closes bug [ 618119 ] crash while doing search in folder)
8783
8784 2002-10-05 [christoph]  0.8.3claws48
8785
8786         * src/imap.c
8787         * src/news.c
8788         * src/utils.c
8789         * src/utils.h
8790                 implement cache cleanups for claws' folder system
8791                 (closes bug [ 595916 ] imapcache not cleaned up)
8792
8793 2002-10-05 [melvin]     0.8.3claws47
8794
8795         * src/prefs_actions.c
8796                 Made the help text more clear for the %p token
8797
8798 2002-10-04 [paul]       0.8.3claws46
8799
8800         * sync with 0.8.5
8801                 see ChangeLog 2002-10-02 and 2002-10-03
8802
8803 2002-10-04 [christoph]  0.8.3claws45
8804
8805         * src/inc.c
8806                 fix segfault caused by pop before smtp
8807                 call to inc_account_mail with NULL
8808                 pointer for mainwin
8809
8810 2002-10-04 [paul]       0.8.3claws44
8811
8812         * configure.in
8813                 sync the LDAP detection from 0.8.5cvs1
8814
8815 2002-10-02 [christoph]  0.8.3claws43
8816
8817         * po/de.po
8818                 fix small spelling error
8819
8820 2002-10-02 [melvin]     0.8.3claws42
8821
8822         * ac/aspell.m4
8823                 Behave better and say "no" when test program cannot be run.
8824
8825 2002-10-02 [paul]       0.8.3claws41
8826
8827         * sync with 0.8.4cvs1
8828                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8829                 
8830         * src/summaryview.c
8831                 toggle the behavior of Reply menuitem between
8832                 normal reply and reply-to-list
8833
8834 2002-10-01 [sergey]     0.8.3claws40
8835
8836         * src/compose.c
8837                 Convert newlines in the message text to the canonical form
8838                 before base64 encoding (RFC2045 compliance, fixes some
8839                 interoperability issues with Evolution 1.0.3)
8840
8841 2002-09-29 [colin]      0.8.3claws39
8842
8843         * src/summaryview.c
8844                 Fix an unwanted copy/paste
8845
8846 2002-09-29 [colin]      0.8.3claws38
8847
8848         * src/mainwindow.c
8849                 Renamed "Custom toolbar" to "Customize toolbar"
8850                 Renamed "Show all header" to "Show all headers"
8851                 Renamed "Set diplay item" to "Set displayed items"
8852         * src/prefs_common.c
8853                 Renamed "Show all header" to "Show all headers"
8854         * src/prefs_summary_column.c
8855                 Renamed "diplay item" to "displayed items"
8856
8857 2002-09-29 [colin]      0.8.3claws37
8858
8859         * src/mainwindow.[ch]
8860                 online/offline status pixmaps follow theme
8861                 changes
8862         * src/summaryview.[ch]
8863                 quicksearch pixmap follows theme changes
8864
8865 2002-09-29 [thorsten]   0.8.3claws36
8866
8867         * src/compose.c
8868           src/prefs_folder_item.[ch]
8869                 add default_reply_to folder option (closes patch 581044)
8870
8871 2002-09-29 [christoph]  0.8.3claws35
8872
8873         * acconfig.h    ** REMOVED **
8874         * configure.in
8875         * ac/aspell.m4
8876         * ac/check-type.m4
8877         * ac/gnupg-check-typedef.m4
8878                 fix autoheader 2.50 warning
8879
8880 2002-09-29 [christoph]  0.8.3claws34
8881
8882         * major code cleanup (part 2)
8883         
8884                 - unused variables removed
8885                 - unused functions removed
8886                 - uninitialized variables checked
8887                 - missing return statements added
8888                 - missing function return types added
8889                 - added parentheses around assignment
8890                   when suggested by gcc
8891
8892 2002-09-29 [alfons]     0.8.3claws33
8893
8894         * src/logwindow.c
8895                 log_window_clear(): only bracket gtk_text_forward_delete() 
8896                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8897                 works around GTK text bug)
8898
8899 2002-09-29 [paul]       0.8.3claws32
8900
8901         * po/bg.po
8902           po/sr.po
8903                 updated by George Danchev and Urke MMI
8904                 respectively
8905
8906 2002-09-27 [christoph]  0.8.3claws31
8907
8908         * doc-src/readme.txt
8909         * doc-src/rfc1806.txt   ** REMOVED **
8910         * doc-src/rfc2183.txt   ** NEW FILE **
8911         * doc-src/rfc2980.txt   ** NEW FILE **
8912                 update rfcs
8913
8914 2002-09-27 [melvin]     0.8.3claws30
8915
8916         * ac/aspell.m4
8917                 Fixed typo which could break linking
8918
8919 2002-09-27 [melvin]     0.8.3claws29
8920
8921         * ac/aspell.m4
8922                 Improved GNU/aspell checking. 
8923                 Fixed bug #614490
8924
8925 2002-09-27 [paul]       0.8.3claws28
8926
8927         * sync with 0.8.3cvs8
8928                 see ChangeLog 2002-09-27
8929
8930 2002-09-26 [colin]      0.8.3claws27
8931
8932         * src/toolbar.[ch]
8933           src/mainwindow.[ch]
8934                 Add "Reply to Mailing-list" to the toolbar
8935
8936 2002-09-26 [christoph]  0.8.3claws26
8937
8938         * src/summaryview.c
8939                 Fix wrong message counts in summaryview status
8940
8941 2002-09-26 [paul]       0.8.3claws25
8942
8943         * sync with 0.8.3cvs7
8944                 see ChangeLog 2002-09-26
8945
8946 2002-09-26 [paul]       0.8.3claws24
8947
8948         * sync with 0.8.3cvs6
8949                 see ChangeLog 2002-09-25
8950
8951 2002-09-25 [christoph]  0.8.3claws23
8952
8953         * src/prefs_common.c
8954         * src/prefs_folder_item.c
8955         * src/prefs_scoring.c
8956                 Renamed "kill score" to "hide score" in GUI
8957                 and prefs files
8958
8959 2002-09-25 [paul]       0.8.3claws22
8960
8961         * sync with 0.8.3cvs5
8962                 see ChangeLog 2002-09-24
8963
8964 2002-09-24 [alfons]     0.8.3claws21
8965
8966         patch by Satoshi Nagayasu: allows appending / saving multiple 
8967         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8968         'Save as ...'")
8969
8970         * AUTHORS
8971                 add Satoshi Nagayasu
8972         * src/summaryview.c
8973                 summary_save_as(): allow saving selected files to
8974                 one file
8975                 summary_set_menu_sensitive: enable "Save As..." when
8976                 multiple files are selected
8977         * src/utils.[ch]
8978                 append_file(): new function
8979
8980 2002-09-24 [colin]      0.8.3claws20
8981
8982         * src/procmime.c
8983                 Fix segfault when mimeinfo doesn't have a 
8984                 content_type. 
8985
8986 2002-09-24 [colin]      0.8.3claws19
8987
8988         * src/prefs_common.[ch]
8989                 Add a preference to display send dialog or not
8990         * src/send.c
8991                 Display send dialog according to preference
8992
8993 2002-09-24 [colin]      0.8.3claws18
8994
8995         * src/compose.[ch]
8996                 Disable user actions when sending
8997
8998 2002-09-24 [colin]      0.8.3claws17
8999
9000         * src/procmime.c
9001                 Do not display name or filename for attachments
9002                 with an application/pgp-signature type
9003                 (security flaw, see bug 537413)
9004
9005 2002-09-23 [colin]      0.8.3claws16
9006
9007         * src/editaddress.c
9008                 Initialize entry_email, entry_alias and 
9009                 entry_remarks to first email address of the list
9010
9011 2002-09-23 [colin]      0.83claws15
9012
9013         * src/compose.c
9014                 Drop pgp-signature when reediting a signed queued
9015                 message
9016
9017 2002-09-23 [melvin]     0.8.3claws14
9018
9019         * po/fr.po
9020                 Updated French translation
9021
9022 2002-09-23 [melvin]     0.8.3claws13
9023
9024         * src/mainwindow.c
9025                 Made custom toolbar menu labels more consistent
9026         * src/prefs_toolbar.c
9027                 Made custom toolbar window title more consistent
9028
9029 2002-09-22 [colin]      0.8.3claws12
9030
9031         * src/inc.c
9032                 Initialize session type to normal before getting 
9033                 mail (fixes strange Get behaviour)
9034         * src/prefs_account.h
9035                 Move STYPE_POP_BEFORE_SMTP to last position to 
9036                 avoid other side-effects
9037
9038 2002-09-22 [colin]      0.8.3claws11
9039
9040         * src/prefs_account.c
9041                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9042                 from pop3 to apop or vice-versa
9043
9044 2002-09-22 [colin]      0.8.3claws10
9045         
9046         * src/prefs_account.[ch]
9047                 Add an option for the POP before SMTP timeout
9048         * src/inc.c
9049                 Remember time of last POP connection
9050         * src/send.c
9051                 Do POP before SMTP only if timeout reached
9052
9053 2002-09-22 [oliver]     0.8.3claws9
9054         
9055         * README.claws
9056                 explain custom toolbar
9057
9058 2002-09-22 [oliver]     0.8.3claws8
9059
9060         * src/prefs_actions.[ch]
9061         custom toolbar for compose      
9062                 actions callback from compose toolbar
9063         * src/folderview.c
9064                 remove include toolbar.h
9065
9066 2002-09-22 [oliver]     0.8.3claws7
9067         
9068         * src/prefs_toolbar.[ch]
9069                 custom toolbar for compose
9070                 - generic prefs_toolbar handles both
9071                   Mainwin's toolbar as well as Compose toolbar          
9072
9073 2002-09-22 [oliver]     0.8.3claws6
9074         
9075         * src/toolbar.[ch]
9076                 custom toolbar for compose
9077                 restructure toolbar.[ch]
9078
9079 2002-09-22 [oliver]     0.8.3claws5
9080
9081         * src/compose.[ch]
9082                 custom toolbar for compose
9083
9084 2002-09-22 [oliver]     0.8.3claws4
9085         
9086         * src/mainwindow.[ch]
9087                 custom toolbar for compose 
9088                 move mainwin toolbar back to mainwindow
9089
9090 2002-09-22 [alfons]     0.8.3claws3
9091
9092         * src/procmsg.c
9093                 :%sno/if(/if (/gc
9094                 :%sno/for(/for (/gc
9095                 (beautify)
9096
9097 2002-09-22 [alfons]     0.8.3claws2
9098         
9099         * src/procmsg.c
9100                 procmsg_save_to_outbox(): don't unlink message file from queue;
9101                 callers should do it using folder_item_remove_msg()
9102
9103 2002-09-22 [colin]      0.8.3claws1
9104
9105         * src/mimeview.[ch]
9106                 Made mimeview_check_signature() public
9107         * src/textview.c
9108                 Made GPG signatures verifiable by clicking
9109                 the [application/pgp-signature] in the Text
9110                 view
9111
9112 2002-09-22 [paul]       0.8.3claws
9113
9114         * po/bg.po
9115           po/en_GB.po
9116           po/es.po
9117           po/it.po
9118           po/pl.po
9119           po/pt_BR.po
9120           po/sr.po
9121                 updated translations, submitted by George Danchev,
9122                 me, Ricardo Mones Lastra, Alessandro Maestri,
9123                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9124                 and Urke MMI, respectively.     
9125
9126 2002-09-22 [alfons]     0.8.2claws65
9127
9128         * src/procmsg.c
9129         * src/pgptext.c
9130                 no furry valgrinds have been used to plug these memleaks
9131
9132 2002-09-20 [paul]       0.8.2claws64
9133
9134         * sync with 0.8.3cvs4
9135                 'Select thread' re-implemented 
9136                 see ChangeLog 2002-09-20
9137
9138 2002-09-21 [alfons]     0.8.2claws63
9139
9140         * src/compose.c
9141                 compose_send(): plug unnoticed memleak
9142
9143 2002-09-20 [alfons]     0.8.2claws62
9144
9145         * src/addr_compl.c
9146                 replace_address_in_edit(): strict check for NULL address to
9147                 fix "[ 607348 ] Segfault in address completion". My guess is
9148                 that this happens with an empty address book, but it's good
9149                 to have this check here anyway
9150                 
9151                 completion_window_button_press(): free string returned 
9152                 from the internal cache
9153
9154 2002-09-20 [christoph]  0.8.2claws61
9155
9156         * src/procmime.h
9157                 added ENC_BINARY to EncodingType
9158         * src/procmime.c
9159                 the string returned by procmime_get_encoding_str
9160                 should not depend on the order of values in the
9161                 EncodingType definition
9162         * doc-src/rfc1806.txt   ** NEW FILE **
9163                 Added rfc1806 about MIME Content-Disposition
9164                 Extension
9165
9166 2002-09-19 [paul]       0.8.2claws60
9167
9168         * sync with 0.8.2cvs3
9169                 see ChangeLog 2002-09-19
9170
9171 2002-09-19 [paul]       0.8.2claws59
9172
9173         * src/prefs_folder_item.c
9174                 revert to Darko's original alignment of colour
9175                 selector button
9176                 add a colon to folder_color label
9177                 
9178         * src/compose.c
9179                 add Colin's patch (with Hiro's modifications) to 
9180                 force BASE64 encoding for 8-bit text when signing
9181                 (sync with 0.8.3cvs2)
9182
9183 2002-09-18 [alfons]     0.8.2claws58
9184
9185         * src/compose.c
9186                 :%sno/if(/if (/gc
9187                 :%sno/for(/for (/gc
9188                 (beautify a little bit)
9189
9190 2002-09-18 [christoph]  0.8.2claws57
9191
9192         * src/pine.c
9193                 fix handling of fgetc return value
9194
9195 2002-09-17 [alfons]     0.8.2claws56
9196         
9197         * src/summaryview.c
9198                 summary_sort(): check non-NULL summaryview->folder_item when no 
9199                 folder is selected at all
9200                 (closes "[ 610344 ] sort label make syl Crash")
9201
9202 2002-09-17 [alfons]     0.8.2claws55
9203         
9204         * src/compose.c
9205                 beautify a little bit
9206
9207 2002-09-17 [christoph]  0.8.2claws54
9208
9209         * src/folder.c
9210                 initialize max values for cache and folder
9211                 when cache or folder is empty
9212
9213 2002-09-15 [colin]      0.8.2claws53
9214
9215         * src/compose.c
9216                 Fix a leak (thanks Alfons!) and cleaned
9217                 variables names for custom headers
9218
9219 2002-09-15 [colin]      0.8.2claws52
9220
9221         * src/compose.c
9222                 Fix custom headers recognition when
9223                 prefs_common.trans_hdr is on
9224
9225 2002-09-15 [colin]      0.8.2claws51
9226
9227         * src/compose.c
9228                 Allow dynamically-added custom headers
9229                 Yet not reparsed if reedited
9230
9231 2002-09-15 [alfons]     0.8.2claws50
9232
9233         * src/prefs_account.c
9234                 fix warnings
9235
9236 2002-09-15 [colin]      0.8.2claws49
9237         
9238         * src/prefs_account.c
9239                 fix pop_before_smtp sensitivity
9240
9241 2002-09-15 [colin]      0.8.2claws48
9242
9243         * src/inc.[ch]
9244                 add inc_pop_before_smtp()
9245                 allow MainWindow to be undefined in 
9246                 inc_account_mail() and inc_start()
9247         * src/pop.c
9248           src/prefs_account.h
9249                 add STYPE_POP_BEFORE_SMTP session type
9250         * src/prefs_account.c
9251                 activated pop before smtp option
9252         * src/send.c
9253                 do pop before smtp if the relevant option 
9254                 is set
9255
9256 2002-09-15 [paul]       0.8.2claws47
9257
9258         * sync with 0.8.3
9259                 see ChangeLog 2002-09-15
9260
9261 2002-09-14 [paul]       0.8.2claws46
9262
9263         * po/bg.po
9264                 updated Bulgarian translation, submitted by
9265                 George Danchev
9266
9267 2002-09-13 [paul]       0.8.2claws45
9268
9269         * src/compose.c
9270                 merge claws' select_account() with main's
9271                 (new) compose_select_account(). [sync with
9272                 0.8.2cvs15, see ChangeLog 2002-09-11]
9273
9274 2002-09-12 [christoph]  0.8.2claws44
9275
9276         * src/filter.c
9277                 allocate 1 elements of FolderItem not 0
9278
9279 2002-09-12 [colin]      0.8.2claws43
9280
9281         * src/compose.c
9282                 Fix bug #590825 (obey Follow-up: poster)
9283
9284 2002-09-12 [colin]      0.8.2claws42
9285
9286         * src/procmime.c
9287                 Fix bug #557009 (wrong headers for messages 
9288                 forwarded as attachments)
9289
9290 2002-09-11 [colin]      0.8.2claws41
9291         
9292         * src/compose.c
9293                 Put SCF: pseudo-header on top of message
9294                 Set draft tmp_flag when saved as draft
9295
9296         * src/procmsg.c
9297           src/procheader.c
9298                 Skip after first \n\n for beginning of real message
9299                 for drafts too
9300
9301 2002-09-11 [christoph]  0.8.2claws40
9302
9303         * src/filtering.c
9304                 use procmsg flag functions in filtering or processing
9305                 will cause incorrect folder message counts
9306
9307 2002-09-11 [colin]      0.8.2claws39
9308
9309         * src/compose.c
9310                 Fix bug #550175 - wrong save folder when reediting
9311                 drafts
9312
9313 2002-09-11 [paul]       0.8.2claws38
9314
9315         * sync with 0.8.2cvs14
9316                 see ChangeLog 2002-09-11
9317
9318 2002-09-11 [colin]      0.8.2claws37
9319
9320         * src/folder.c
9321                 Fix a typo (seeming to cause new/unread status to
9322                 be lost)
9323
9324 2002-09-10 [christoph]  0.8.2claws36
9325
9326         * src/compose.c
9327                 compose_redirect should not use compose_generic_new
9328                 because that does more stuff than expected including
9329                 opening the external editor
9330                 (closes bug "[ 526608 ] bounced messages appear blank
9331                  in editor")
9332
9333 2002-09-10 [christoph]  0.8.2claws35
9334
9335         * src/folder.c
9336                 fix problem with too large message number range
9337                 causing a crash in folder_item_scan
9338
9339 2002-09-10 [paul]       0.8.2claws34
9340
9341         * sync with 0.8.2cvs13
9342                 see ChangeLog 2002-09-10
9343
9344 2002-09-10 [christoph]  0.8.2claws33
9345
9346         * src/msgcache.c
9347                 set MsgInfo TmpFlags for queue and draft folders
9348                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9349
9350 2002-09-10 [paul]       0.8.2claws32
9351
9352         * AUTHORS
9353           po/bg.po      ** NEW FILE **
9354                 new Bulgarian translation submitted by
9355                 George Danchev <danchev@spnet.net>
9356                 
9357         * tools/Makefile.am
9358           tools/README
9359           tools/tb2sylpheed     ** NEW FILE **
9360                 add script that converts an addressbook exported
9361                 from The Bat! into a Sylpheed addressbook. Submitted
9362                 by Urke MMI <urke-kg@eunet.yu>
9363
9364 2002-09-10 [paul]       0.8.2claws31
9365
9366         * sync with 0.8.2cvs12
9367                 see ChangeLog 2002-09-10
9368
9369 2002-09-06 [paul]       0.8.2claws30
9370
9371         * src/prefs_common.c
9372                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9373                 
9374         * tools/Makefile.am
9375           tools/README
9376           tools/ldif-to-xml.py  ** REMOVED **
9377                 remove obsolete python script
9378
9379 2002-09-06 [paul]       0.8.2claws29
9380
9381         * sync with 0.8.2cvs10
9382                 see ChangeLog 2002-09-06
9383
9384 2002-09-04 [paul]       0.8.2claws28
9385
9386         * sync with 0.8.2cvs9
9387                 see ChangeLog 2002-08-04
9388
9389 2002-09-04 [colin]      0.8.2claws27 
9390
9391         * src/prefs_common.[ch]
9392                 Added signature color configuration
9393         * src/textview.c
9394                 Use user-specified signature color
9395
9396 2002-09-03 [colin]      0.8.2claws26
9397
9398         * src/prefs_common.[ch]
9399                 Added autosave and autosave_length prefs
9400         * src/compose.c
9401                 Added compose_remove_draft()
9402                 Auto-save drafts according to the prefs
9403         * src/main.c
9404                 Added a crash-indicator file, allowing to check
9405                 for new messages on startup if Sylpheed crashed
9406                 (makes saved drafts "reappear")
9407
9408 2002-09-03 [colin]      0.8.2claws25
9409
9410         * src/textview.[ch]
9411                 Grey the signature
9412
9413 2002-09-03 [paul]       0.8.2claws24
9414
9415         * sync with 0.8.2cvs8
9416                 see ChangeLog 2002-09-02 and 2002-09-03
9417
9418 2002-09-03 [darko]      0.8.2claws23
9419
9420         * src/folderview.c
9421                 use normal style when creating new folder to pick
9422                 proper font size 
9423
9424 2002-09-02 [melvin]     0.8.2claws22
9425
9426         * src/gtkaspell.m4
9427                 removed some obsolete code
9428
9429 2002-09-02 [melvin]     0.8.2claws21
9430
9431         * ac/aspell.m4
9432                 fixed test's equality sign (== to =)
9433
9434 2002-09-02 [alfons]     0.8.2claws20
9435
9436         * src/folder.c
9437         * src/mh.c
9438                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9439                 as folder->destroy virtual as suggested by Hiro
9440                 (the mh.c code seems to have been lost around mh.c.1.21)
9441
9442 2002-09-02 [paul]       0.8.2claws19
9443
9444         * po/pt_BR.po
9445                 updated by Fabio Jr. Beneditto
9446                 
9447         * src/defs.h
9448                 use 'http://claws.sylpheed.org' for homepage link. 
9449                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9450
9451 2002-09-01 [alfons]     0.8.2claws18
9452
9453         * src/mh.c
9454                 plug memleak related to one Martin Kluge found
9455
9456 2002-08-31 [paul]       0.8.2claws17
9457
9458         * sync with 0.8.2cvs6
9459                 see ChangeLog 2002-08-30
9460
9461 2002-08-31 [alfons]     0.8.2claws16
9462
9463         * src/folder.c
9464                 folder_destroy(): remove mailbox from folderlist even if it has
9465                 no destroy virtual
9466
9467 2002-08-31 [alfons]     0.8.2claws15
9468
9469         * src/folder.c
9470                 :%sno/if(/if (/gc
9471                 :%sno/for(/for (/gc
9472                 (being pedantic I know)
9473
9474 2002-08-31 [alfons]     0.8.2claws14
9475
9476         * src/folder.c
9477                 check for NULL pointers returned from folder->fetch_msginfo virtual
9478                 (should solve some reported crashes)
9479
9480 2002-08-30 [alfons]     0.8.2claws13
9481
9482         * acconfig.h
9483         * configure.in
9484         * src/crash.c
9485                 enable crash dialog on compilation time
9486                 (--enable-crash-dialog configure option)
9487
9488 2002-08-30 [alfons]     0.8.2claws12
9489
9490         * AUTHORS
9491                 add Martin Kluge
9492         * src/mh.c
9493                 apply memory leak plug patch by Martin Kluge
9494                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9495                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9496                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9497
9498 2002-08-30 [darko]      0.8.2claws11
9499
9500         * src/folderview.c
9501                 copy Gtk style from normal style to match
9502                 font size for coloured folders
9503
9504 2002-08-29 [alfons]     0.8.2claws10
9505
9506         * sylpheed.desktop
9507                 Type=Internet <- Type=Application
9508                 (reported by Michael Schwendt, see:
9509                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9510                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9511
9512 2002-08-29 [paul]       0.8.2claws9
9513
9514         * sync with 0.8.2cvs5
9515                 see ChangeLog 2002-08-29
9516
9517 2002-08-29 [colin]      0.8.2claws8
9518
9519         * src/summaryview.c
9520                 Added a sanity check in summary_select_thread
9521                 Should fix bug 601605
9522
9523 2002-08-29 [colin]      0.8.2claws7
9524
9525         * src/main.c
9526                 Revert claws6 changes regarding bug #591676
9527
9528 2002-08-28 [colin]      0.8.2claws6
9529         
9530         * src/main.c
9531                 Ignore cache for queue folderitems
9532                 Fix bug #591676
9533
9534 2002-08-28 [melvin]     0.8.2claws5
9535
9536         * README.claws
9537                 Fixed typos.
9538
9539 2002-08-28 [melvin]     0.8.2claws4
9540
9541         * README.claws
9542                 Updated a bit the text concerning the spell checker
9543
9544 2002-08-28 [melvin]     0.8.2claws3
9545
9546         Merged the GNU_aspell_branch:
9547                 Support of new GNU/aspell is now included and the old pspell
9548                 is not supported anymore.
9549                 See README.claws
9550
9551         * README.claws
9552                 Updated spell checker text to reflect the switch to GNU/aspell
9553
9554         * ac/aspell.m4          *** NEW ***
9555         * src/gtkaspell.[ch]    *** NEW *** 
9556         * ac/pspell.m4          *** DELETED *** 
9557         * src/gtkspell.[ch]     *** DELETED ***
9558
9559         * ac/Makefile.am
9560                 Updated for GNU/aspell support
9561
9562         * po/POTFILES.in
9563                 Replaced gtkspell.c by gtkaspell.c
9564
9565         * acconfig.h
9566         * src/Makefile.am
9567         * src/about.c
9568         * src/compose.[ch]
9569         * src/crash.c
9570         * src/main.c
9571         * src/prefs_common.[ch]
9572                 Updated for GNU/aspell support
9573
9574 2002-08-28 [paul]       0.8.2claws2
9575
9576         * sync with 0.8.2cvs4
9577                 see ChangeLog 2002-08-27 and 2002-08-28
9578
9579 2002-08-28 [colin]      0.8.2claws1
9580
9581         * src/summary_search.c
9582                 Added "AND search"
9583
9584 2002-08-28 [jens]       0.8.2claws
9585
9586         *po/de.po
9587                 Updated German translations
9588
9589 2002-08-27 [melvin]     0.8.2claws
9590
9591         * po/fr.po
9592                 Updated French translations
9593
9594 2002-08-27 [paul]       0.8.2claws
9595
9596         * sync with 0.8.2 main release
9597
9598         * po/en_GB.po
9599           po/es.po
9600           po/it.po
9601           po/pl.po
9602           po/pt_BR.po
9603           po/sr.po
9604                 updated message catalogs submitted by
9605                 Ricardo Mones Lastra, Alessandro Maestri,
9606                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9607                 Beneditto and Urke MMI  
9608
9609 2002-08-27 [hoa]        0.8.1claws123
9610
9611         * src/mainwindow.[ch]
9612         * src/summaryview.[ch]
9613                 removed the "filter setting" menu option.
9614                 add a "cancel a news message" menu option.
9615
9616 2002-08-26 [martin]     0.8.1claws122
9617
9618         * ChangeLog.claws
9619                 changed string under 0.8.1claws79 changed by myself
9620                 i'm sorry alfons :(
9621
9622 2002-08-26 [martin]     0.8.1claws121
9623
9624         * src/crash.c
9625                 added kill command to debuggerrc to start crash dialog
9626
9627 2002-08-26 [paul]       0.8.1claws120
9628
9629         * sync with 0.8.1cvs31
9630                 see ChangeLog 2002-08-26
9631
9632 2002-08-25 [alfons]     0.8.1claws119
9633
9634         * src/procmsg.c
9635                 fix bug that didn't send out correct headers to news server
9636                 when sending news article and email from queue (bug reported
9637                 and patch provided by Tim Mann; closes bug 
9638                 "[ 583196 ] 0.7.8claws can't post news")
9639
9640 2002-08-25 [alfons]     0.8.1claws118
9641
9642         * src/selective_download.c
9643                 mark two strings as translatable
9644                 (thanks to Urke MMI for pointing this out)
9645
9646 2002-08-25 [alfons]     0.8.1claws117
9647
9648         * src/summaryview.c
9649                 treat sent boxes as special and allow sorting them by addressee
9650                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9651                 submitted by Steve Lamb)
9652
9653 2002-08-24 [alfons]     0.8.1claws116
9654
9655         * src/matcher.c
9656                 fix memleak reported by Martin Kluge
9657                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9658
9659 2002-08-24 [oliver]     0.8.1claws115
9660
9661         * src/prefs_toolbar.c
9662                 o code cleanup as suggested by Alfons
9663                 o memleak fix
9664
9665 2002-08-24 [alfons]     0.8.1claws114
9666
9667         * src/summaryview.c
9668                 o fix another memory leak reported by Martin Kluge
9669                   (see "[ 599568 ] Small Memory Leak")
9670                 o remove 'from' variable from 'summary_set_header()'; we can
9671                   do with just 'to' 
9672
9673 2002-08-24 [paul]       0.8.1claws113
9674
9675         * sync with 0.8.1cvs30
9676                 see ChangeLog 2002-08-23
9677
9678 2002-08-24 [alfons]     0.8.1claws112
9679
9680         * src/summaryview.c
9681                 remove unnecessary allocations for search bar fixing leaks
9682                 reported by Martin Kluge
9683                 (see "[ 599451 ] Further memory leaks?")
9684
9685 2002-08-24 [alfons]     0.8.1claws111
9686
9687         * src/main.c
9688                 make get_socket_name() public for crash.c
9689         * src/crash.c
9690                 o make report bug button work (goes to claws' 
9691                   bug tracker at sf.net)
9692                 o introduce function for doing important stuff just
9693                   before claws goes down
9694                 o clean up code 
9695
9696 2002-08-24 [alfons]     0.8.1claws110
9697
9698         * src/compose.c
9699                 move cursor to "To" entry when forwarding as attachment
9700                 (reported and solved by Steve Lamb, closes bug report
9701                 "[ 592880 ] Forward as attachment; cursor not in to")
9702
9703 2002-08-24 [colin]      0.8.1claws109
9704
9705         * src/mainwindow.c
9706                 fix quick search visibility after GUI (de)separations.
9707
9708 2002-08-23 [colin]      0.8.1claws108
9709
9710         * src/mainwindow.c
9711                 fix header pane visibility after folderview or
9712                 messageview (de)separation
9713
9714 2002-08-23 [paul]       0.8.1claws107
9715
9716         * src/mainwindow.[ch]
9717           src/toolbar.c
9718                 give full control of display or non-display 
9719                 of the Execute icon to Custom toolbar settings.
9720                 add new sensitivity condition to maninwindow.h: 
9721                 M_DELAY_EXEC
9722
9723         * ChangeLog
9724           ChangeLog.jp
9725           NEWS
9726                 more sync with 0.8.1cvs29
9727
9728 2002-08-23 [melvin]     0.8.1claws106
9729
9730         * src/alertpanel.c
9731                 Readded support for custom widget in alertpanel lost in last
9732                 sync.
9733
9734 2002-08-23 [paul]       0.8.1claws105
9735
9736         * sync with 0.8.1cvs29
9737                 see ChangeLog 2002-08-23
9738
9739 2002-08-23 [colin]      0.8.1claws104
9740
9741         * src/summaryview.c
9742                 Fix folder and search pixmaps exchanging positions
9743                 after theme or toolbar changes. Thank to Oliver for 
9744                 reporting this.
9745
9746 2002-08-23 [colin]      0.8.1claws103
9747
9748         * src/mainwindow.c
9749           src/messageview.[ch]
9750           src/noticeview.[ch]
9751           src/summaryview.c
9752                 Changed messageview_create() and noticeview_create()
9753                 to avoid the last gdk_warning
9754
9755 2002-08-22 [colin]      0.8.1claws102
9756
9757         * src/summaryview.c
9758                 Fix my new `Creating pixmap from xpm' warning
9759
9760 2002-08-22 [colin]      0.8.1claws101
9761
9762         * src/mainwindow.c
9763                 Fix some of the gdk warnings
9764
9765 2002-08-22 [colin]      0.8.1claws100
9766
9767         * src/Makefile.am
9768         * src/stock_pixmap.c
9769         * src/stock_pixmap.h
9770         * src/pixmaps/quicksearch.xpm *ADDED*
9771                 Add the quicksearch pixmap
9772         * src/mainwindow.c
9773         * src/summaryview.c
9774         * src/summaryview.h
9775                 Make quicksearch bar visible/hidden via a button
9776
9777 2002-08-22 [christoph]  0.8.1claws99
9778
9779         * src/folder.c
9780                 fix folder update for newsgroups with message
9781                 numbers below minimum number of articles to fetch
9782                 (closes bug #598445)
9783
9784 2002-08-22 [paul]       0.8.1claws98
9785
9786         * sync with 0.8.1cvs28
9787                 see ChangeLog 2002-08-22
9788
9789 2002-08-21 [alfons]     0.8.1claws97
9790
9791         * src/crash.c
9792                 use bt instead of bt full which seems to work 
9793                 better, and bt full doesn't give a great deal 
9794                 of information anyway
9795
9796 2002-08-21 [colin]      0.8.1claws96
9797
9798         * src/summaryview.c
9799                 fix summaryview_searchtype_changed prototype
9800
9801 2002-08-21 [christoph]  0.8.1claws95
9802
9803         * src/mainwindow.c
9804                 o fix broken menu update for sorting type, we have to
9805                   get this info from the summaryview now
9806                 o removed setting of threaded state in menu callback
9807         * src/summaryview.[ch]
9808                 more summaryview/folderitem seperation for
9809                 threading option
9810         * configure.in
9811                 removed not required --with-compiler-flags option
9812
9813 2002-08-21 [oliver]     0.8.1claws94
9814         
9815         * src/toolbar.h 
9816                 o rename toolbar.xml to toolbar_main.xml
9817                   since toolbar_compose.xml might come up 
9818                   any time soon
9819         * README.claws
9820                 add custom toolbar              
9821
9822 2002-08-21 [darko]      0.8.1claws93
9823
9824         * src/procmsg.c
9825                 don't reset tmp flags for messages copied
9826                 to sent folder
9827
9828 2002-08-21 [colin]      0.8.1claws92
9829         
9830         * src/prefs_filtering.c
9831                 fix renaming rules on folder rename 
9832                 when folder is not a leaf folder
9833
9834 2002-08-21 [paul]       0.8.1claws91
9835
9836         * src/prefs_folder_item.c
9837                 fix alignment of colour selector
9838
9839 2002-08-21 [paul]       0.8.1claws90
9840
9841         * sync with 0.8.1cvs27
9842                 see ChangeLog 2002-08-21
9843
9844 2002-08-21 [paul]       0.8.1claws89
9845
9846         * src/summaryview.c
9847                 fix crash when changing field type in
9848                 Quick search bar
9849
9850 2002-08-21 [colin]      0.8.1claws88
9851
9852         * src/summaryview.c
9853                 Made quick search case-insensitive
9854
9855 2002-08-21 [paul]       0.8.1claws87
9856
9857         * sync with 0.8.1cvs26
9858                 see ChangeLog 2002-08-21
9859
9860 2002-08-20 [christoph]  0.8.1claws86
9861
9862         * src/folderview.c
9863         * src/main.c
9864         * src/summaryview.[ch]
9865                 more summaryview/folderitem seperation for
9866                 sort_key and sort_type
9867         * src/procmsg.c
9868                 added missing return statement
9869
9870 2002-08-20 [colin]      0.8.1claws85
9871
9872         * src/summaryview.[ch]
9873                 Added a quick search box
9874         * src/mainwindow.c
9875         * src/prefs_common.[ch]
9876                 Added a show/hide option for the quick search
9877
9878 2002-08-20 [oliver]     0.8.1claws84
9879         
9880         * src/mainwindow.c
9881                 remove toolbar_create_popups
9882         * src/toolbar.[ch]
9883                 o remove toolbar_create_popups
9884                 o fix toolbar_set_sensitive 
9885                   (Bug reports #596834 and #596832)     
9886         * src/prefs_toolbar.c
9887                 o add "Set default" button
9888                 o align label and text + combo widgets
9889
9890 2002-08-20 [hoa]        0.8.1claws83bis
9891
9892         * src/imap.c
9893                 fixed a bug in imap_fetch_msginfo() in case there is no
9894                 current folder.
9895
9896 2002-08-20 [darko]      0.8.1claws83
9897
9898         * src/folderview.c
9899                 copy the color style of folder view so it
9900                 works with GTK themes
9901
9902 2002-08-20 [darko]      0.8.1claws82
9903
9904         * src/folder.h
9905         * src/folderview.c
9906         * src/prefs_folder_item.[hc]
9907                 don't use UI stuff in folder.h
9908
9909 2002-08-20 [darko]      0.8.1claws81
9910
9911         * src/folder.h
9912         * src/prefs_folder_item.h
9913         * src/folderview.c
9914         * src/prefs_folder_item.c
9915                 ability to set folder color in folderview
9916
9917 2002-08-19 [alfons]     0.8.1claws80
9918
9919         * src/summaryview.c
9920                 fix one of the earlier memleaks reported by Martin Kluge
9921
9922 2002-08-19 [alfons]     0.8.1claws79
9923
9924         * src/mainwindow.c
9925                 hide notice view when selecting seperate folder
9926                 view (reported by Urke MMI)
9927
9928 2002-08-19 [christoph]  0.8.1claws78
9929
9930         * src/folderview.c
9931         * src/prefs_folder_item.h
9932         * src/summaryview.[ch]
9933                 o add summary_set_prefs_from_folderitem to set
9934                   summaryview prefs (first step to remove all
9935                   references to the folderitem in summaryview)
9936                 o moved compiled regex stuff from folderitem prefs
9937                   to summaryview code
9938
9939 2002-08-19 [paul]       0.8.1claws77
9940
9941         * src/compose.c
9942                 add check for '.' to QUOTE_IF_REQUIRED
9943
9944 2002-08-19 [paul]       0.8.1claws76
9945
9946         * src/inc.c
9947                 sync with 0.8.1cvs25 (plug memory leak)
9948
9949         * src/prefs_toolbar.c
9950                 re-order prefs_toolbar_cancel()
9951
9952 2002-08-18 [alfons]     0.8.1claws75
9953
9954         * src/inc.c
9955         * src/matcher.c
9956                 plug other memleaks reported by Martin Kluge
9957
9958 2002-08-18 [paul]       0.8.1claws74
9959
9960         * po/pt_BR.po
9961                 updated by Fabio Jr. Beneditto
9962
9963 2002-08-18 [paul]       0.8.1claws73
9964
9965         * src/toolbar.[ch]
9966                 fix bug where tooltips were displayed untranslated              
9967
9968         * src/prefs_toolbar.c
9969                 fix bug where clicking 'Cancel' creates an icon & text
9970                 toolbar regardless of prefs
9971         
9972
9973 2002-08-17 [oliver]     0.8.1claws72
9974
9975         * src/prefs_toolbar.c
9976                 update toolbar on CANCEL
9977                 bug reported by Martin Kluge
9978         * src/toolbar.c
9979                 toolbar_destroy memleak fixed           
9980
9981 2002-08-17 [alfons]     0.8.1claws71
9982
9983         * src/toolbar.c
9984                 plug another memleak reported by Martin Kluge
9985
9986 2002-08-16 [alfons]     0.8.1claws70
9987
9988         * src/crash.c
9989                 use execvp() correctly (suggested by wwp; thanks!)
9990
9991 2002-08-16 [alfons]     0.8.1claws69
9992
9993         * src/gtksctree.c
9994                 plug memory leak reported by Kim Schultz & Martin Kluge
9995
9996 2002-08-16 [paul]       0.8.1claws68
9997
9998         * po/es.po
9999                 updated by Ricardo Mones Lastra
10000
10001 2002-08-16 [paul]       0.8.1claws67
10002
10003         * src/toolbar.h
10004                 fix bug where 'Compose News' icon showed wrong
10005                 tooltip
10006
10007 2002-08-16 [paul]       0.8.1claws66
10008
10009         * sync with 0.8.1cvs24
10010                 see ChangeLog 2002-08-16
10011
10012         * po/it.po
10013                 updated by Alessandro Maestri
10014
10015 2002-08-15 [paul]       0.8.1claws65
10016
10017         * po/sr.po
10018                 updated by Urke MMI
10019
10020 2002-08-15 [paul]       0.8.1claws64
10021
10022         * src/*.c
10023                 don't translate debug info
10024
10025         * src/matcher.[ch]
10026                 add copyright info
10027
10028 2002-08-15 [paul]       0.8.1claws63
10029
10030         * src/prefs_toolbar.c
10031                 fix bug where clicking 'OK' creates an icon & text
10032                 toolbar regardless of prefs
10033
10034 2002-08-14 [alfons]     0.8.1claws62
10035
10036         * src/main.c
10037                 add global var that has the full argv[0]
10038         * src/crash.c
10039                 o execvp the correct sylpheed by using argv0
10040                   and setting the correct work dir
10041                 o other tweaks  
10042
10043 2002-08-14 [oliver]     0.8.1claws61
10044         
10045         * enable/disable Toolbar Action Buttons 
10046         * code cleanups
10047         * src/mainwindow.c
10048         * src/toolbar.[ch]      
10049         * src/prefs_toolbar.c   
10050
10051 2002-08-14 [melvin]     0.8.1claws60
10052
10053         * po/fr.po
10054                 Updated French translations
10055
10056 2002-08-14 [melvin]     0.8.1claws59
10057
10058         * src/crash.c
10059                 Made bug report not translatable
10060         * src/exporthtml.c
10061                 Fixed exporthtml_build_filespec() return value
10062         * src/foldersel.c
10063                 Fixed incorrect include file
10064         * src/gtkspell.c
10065         * src/prefs_actions.c
10066         * src/prefs_toolbar.c
10067                 Made debug info not translatable
10068         * src/mutt.c
10069         * src/quote_fmt.c
10070                 Added missing includes
10071         * src/prefs_common.c
10072                 Fixed typo
10073
10074 2002-08-14 [paul]       0.8.1claws58
10075
10076         * faq/es/sylpheed-faq.html
10077           faq/es/sylpheed-faq-[1-3].html
10078           faq/es/sylpheed-faq-4.html     **NEW FILE **
10079                 update Spanish FAQ
10080
10081 2002-08-13 [christoph]  0.8.1claws57
10082
10083         * src/procmsg.c
10084                 ignore thread fix that did not mark all
10085                 child nodes of a ignored thread as
10086                 ignored. Does not work perfectly yet,
10087                 but it is better now
10088
10089 2002-08-13 [alfons]     0.8.1claws56
10090
10091         * src/crash.c
10092                 o implement 'save crash log'
10093                 o some tweaks
10094
10095 2002-08-13 [melvin]     0.8.1claws55
10096
10097         * src/main.c
10098                 removed unrequired "execinfo.h" header
10099
10100 2002-08-12 [paul]       0.8.1claws54
10101
10102         * faq/en/sylpheed-faq.html
10103           faq/en/sylpheed-faq-[1-3].html
10104           faq/en/sylpheed-faq-4.html     **NEW FILE **
10105                 update English FAQ
10106
10107 2002-08-12 [alfons]     0.8.1claws53
10108
10109         * po/POTFILES.in
10110                 add crash.c to translatables
10111         * src/crash.c
10112                 bring in Leandro's crash dialog
10113
10114 2002-08-11 [alfons]     0.8.1claws52
10115
10116         * src/crash.c
10117                 clean up some warnings
10118
10119 2002-08-11 [alfons]     0.8.1claws51
10120
10121         * acconfig.h
10122         * configure.in
10123         * src/crash.[ch]        ** NEW FILES **
10124         * src/main.c            
10125                 initial gdb crash handler
10126
10127 2002-08-11 [paul]       0.8.1claws50
10128
10129         * src/prefs_toolbar.c
10130                 replace Up/Down arrow pixmaps with text to be
10131                 consistent across icon themes
10132
10133 2002-08-11 [paul]       0.8.1claws49
10134
10135         * src/prefs_common.c
10136           src/prefs_toolbar.c
10137                 rename 'Pixmap' -> 'Icon'
10138
10139         * src/toolbar.[ch]
10140                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10141
10142 2002-08-10 [paul]       0.8.1claws48
10143
10144         * src/prefs_toolbar.c
10145                 re-work the UI
10146
10147 2002-08-10 [paul]       0.8.1claws47
10148
10149         * src/main.c
10150                 don't write Processing progress to status bar
10151                 patch submitted by Alexander Evseev
10152
10153         * src/prefs_toolbar.c
10154                 re-position and resize window
10155                 make window assume correct size on first call
10156
10157 2002-08-10 [paul]       0.8.1claws46
10158
10159         * src/mainwindow.c
10160           src/prefs_toolbar.c
10161           src/toolbar.c
10162           src/toolbar.h
10163                 obey coding style
10164                 follow UI text conventions
10165
10166 2002-08-10 [alfons]     0.8.1claws45
10167
10168         * src/toolbar.c
10169                 correct pixmap for delete action
10170
10171 2002-08-10 [paul]       0.8.1claws44
10172
10173         * po/pt_BR.po
10174                 updated by Fabio Jr. Beneditto
10175
10176 2002-08-10 [paul]       0.8.1claws43
10177
10178         * po/POTFILES.in
10179                 add custom toolbar files
10180
10181 2002-08-10 [paul]       0.8.1claws42
10182
10183         * sync with 0.8.1cvs22
10184                 see ChangeLog 2002-08-09
10185
10186 2002-08-09 [paul]       0.8.1claws41
10187
10188         * tools/Makefile.am
10189           tools/README
10190           tools/outlook2sylpheed.pl     ** NEW FILE **
10191                 add script to convert exported Outlook
10192                 contacts list to a Sylpheed addressbook.
10193                 Submitted by Ricardo Mones Lastra.
10194
10195 2002-08-09 [paul]       0.8.1claws40
10196
10197         * AUTHORS
10198           configure.in
10199           po/sr.po      ** NEW FILE **
10200                 add Serbian message catalog. Submitted by
10201                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10202
10203 2002-08-09 [paul]       0.8.1claws39
10204
10205         * sync with 0.8.1cvs21
10206                 see ChangeLog 2002-08-08
10207
10208 2002-08-08 [oliver]     0.8.1claws38
10209
10210         * src/mainwindow.c
10211                 move Custom Toolbar to Configuration menu
10212
10213 2002-08-08 [oliver]     0.8.1claws37
10214
10215         * src/prefs_toolbar.c
10216                 fix substitute pixmap bug
10217
10218 2002-08-08 [paul]       0.8.1claws36
10219
10220         * sync with 0.8.1cvs19
10221                 see ChangeLog 2002-08-08
10222
10223 2002-08-07 [christoph]  0.8.1claws35
10224
10225         * src/utils.c
10226                 fixed a memory leak in new canonicalize_file_replace
10227
10228 2002-08-07 [christoph]  0.8.1claws34
10229
10230         * src/utils.[ch]
10231                 o canonicalize_file_replace should create the temporary
10232                   file in the same directory as the original file.
10233                 o added get_tmpfile_in_dir that creates a temorary file
10234                   in a specified directory.
10235
10236 2002-08-07 [melvin]     0.8.1claws33
10237
10238         * src/toolbar.c
10239                 fixed bug where 'Article' button acted as 'Email' button.
10240
10241 2002-08-07 [paul]       0.8.1claws32
10242
10243         * sync with 0.8.1.cvs17
10244                 see ChangeLog 2002-08-07
10245
10246 2002-08-07 [colin]      0.8.1claws31
10247         
10248         * src/news.c
10249                 fix mass-cancel problem
10250
10251 2002-08-07 [thorsten]   0.8.1claws30
10252
10253         * src/prefs_toolbar.c
10254                 fix: crash on replace or add new button
10255         * src/toolbar.c
10256                 fix: close xmlfile after reading
10257         * src/utils.c
10258                 fix: unlink() file before rename()
10259
10260 2002-08-06 [paul]       0.8.1claws29
10261
10262         * sync with 0.8.cvs15
10263                 see ChangeLog 2002-08-06
10264
10265 2002-08-06 [oliver]     0.8.1claws28
10266
10267         * src/toolbar.c
10268         * src/prefs_toolbar.c
10269                 fixed empty toolbar issue
10270
10271 2002-08-06 [oliver]     0.8.1claws27
10272
10273         * Custom Toolbar Final 
10274         * src/folderview.c
10275         * src/inc.c
10276         * src/summaryview.c
10277                 o toolbar stuff now lives in src/toolbar.[ch]
10278                 o main_window_toolbar_* functions are renamed to
10279                   toolbar_* reflecting their new source file
10280         * src/mainwindow.[ch]
10281                 o remove toolbar stuff  
10282
10283 2002-08-06 [oliver]     0.8.1claws26
10284         
10285         * src/Makefile.am
10286         * src/prefs_toolbar.[ch]        **New File**
10287         * src/toolbar.[ch]              **New File**
10288                 o prefs_toolbar.[ch] custom toolbar frontend
10289                 o toolbar.[ch]       backend 
10290
10291 2002-08-06 [oliver]     0.8.1claws25
10292
10293         * src/prefs_actions.[ch]
10294                 o new exported function actions_execute
10295
10296 2002-08-06 [paul]       0.8.1claws24
10297
10298         * sync with 0.8.1cvs4
10299                 see ChangeLog 2002-08-06
10300
10301 2002-08-06 [paul]       0.8.1claws23
10302
10303         * sync with 0.8.1cvs13
10304                 see ChangeLog 2002-08-06
10305
10306 2002-08-06 [paul]       0.8.1claws22
10307
10308         * sync with 0.8.1cvs12
10309                 see ChangeLog 2002-08-05 and 2002-08-06
10310
10311 2002-08-06 [match]      0.8.1claws21
10312
10313         * src/addrclip.c
10314                 improvements to cut/copy/paste address
10315
10316 2002-08-05 [match]      0.8.1claws20
10317
10318         * src/addritem.[ch]
10319         * src/addrcache.c
10320         * src/addrbook.c
10321         * src/editaddress.c
10322         * src/addressbook.c
10323                 fixes to improve cut/copy/paste
10324
10325 2002-08-06 [melvin]     0.8.1claws19
10326
10327         * src/account.[ch]
10328                 account_find_all_from_address(): new function that returns the
10329                 list of all accounts that are matched in an address.
10330         * src/alertpanel.[ch]
10331                 alertpanel() now accepts a custom widget
10332                 alertpanel_with_widget(): new function that pops up a panel with
10333                 a custom widget in it 
10334         * src/gtkutils.[ch]
10335                 gtkut_account_menu_new(): new function that allows the selection
10336                 of an account from a list of accounts.
10337         * src/messageview.c
10338                 Extended Return Receipt notification to select the correct 
10339                 account and to make a security test on the Delivery-Notification
10340                 address which should be the same as the Return-Path.
10341
10342 2002-08-06 [thorsten]   0.8.1claws18
10343
10344         * src/mimeview.c
10345                 attach_all: save unnamed as "noname.%d",
10346                 dont free static dirname
10347
10348 2002-08-05 [alfons]     0.8.1claws17
10349
10350         * configure.in
10351                 detect XIM by trying to link rather than compile a XIM program
10352
10353 2002-08-05 [oliver]     0.8.1claws16
10354                 
10355         * src/stock_pixmap.[ch]
10356                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10357                 o new func to retrieve pixmaps
10358
10359 2002-08-05 [paul]       0.8.1claws15
10360
10361         * sync with 0.8.1cvs10
10362                 see ChangeLog 2002-08-05
10363
10364 2002-08-04 [alfons]     0.8.1claws14
10365
10366         * src/textview.c
10367                 see if this plugs memleak
10368
10369 2002-08-04 [melvin]     0.8.1claws13
10370
10371         * src/gtkspell.c
10372                 fixed bug that could crash Sylpheed when highlighting
10373                 all misspelled words.
10374
10375 2002-08-03 [melvin]     0.8.1claws12
10376
10377         * src/prefs_actions.c
10378                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10379         * src/messageview.c
10380                 fixed bug where the Return Receipt was sent to
10381                 Delivery-Notification-To address even if it was not present
10382
10383 2002-08-02 [alfons]     0.8.1claws11
10384
10385         * src/prefs_actions.c
10386                 o more check for NULLs
10387                 o put create_io_dialog() in right conditional block
10388
10389 2002-08-02 [paul]       0.8.1claws10
10390
10391         * po/es.po
10392                 updated by Ricardo Mones Lastra
10393
10394 2002-08-01 [christoph]  0.8.1claws9
10395
10396         * src/folder.c
10397                 don't free the cache of the opened
10398                 folder in the summaryview
10399         * src/summaryview.c
10400                 don't unset flags, if it is not required
10401
10402 2002-08-01 [paul]       0.8.1claws8
10403
10404         * sync with 0.8.1cvs8
10405                 see ChangeLog entry 2002-08-01
10406
10407 2002-08-01 [paul]       0.8.1claws7
10408
10409         * sync with 0.8.1cvs7
10410                 see ChangeLog 2002-07-31 and 2002-08-01
10411
10412 2002-07-31 [christoph]  0.8.1claws6
10413
10414         * src/mainwindow.c
10415                 forgot to update menu sensitivity
10416                 function for new menu entry
10417
10418 2002-07-31 [alfons]     0.8.1claws5
10419
10420         * src/main.c
10421                 check folder item and its path for NULL on
10422                 initial processing
10423
10424 2002-07-31 [christoph]  0.8.1claws4
10425
10426         * src/folder.c
10427                 check if folder_item_get_msginfo in
10428                 folder_item_remove_msg returned NULL
10429         * src/imap.c
10430                 better clear the uid cache in the
10431                 uid validity check function and delete
10432                 cached messages
10433
10434 2002-07-31 [paul]       0.8.1claws3
10435
10436         * man/sylpheed.1
10437                 add the '--attach' option and a few other
10438                 minor changes
10439
10440 2002-07-31 [paul]       0.8.1claws2
10441
10442         * sync with 0.8.1cvs5
10443                 see ChangeLog 2002-07-31
10444
10445 2002-07-31 [christoph]  0.8.1claws1
10446
10447         * src/folderview.[ch]
10448         * src/mainwindow.c
10449                 replace "Rescan all folders..." with
10450                 "Check all folders for new messages..."
10451
10452 2002-07-30 [paul]       0.8.1claws
10453
10454         * version 0.8.1claws released
10455
10456 2002-07-30 [paul]       0.8.0claws29
10457
10458         * tools/OOo2sylpheed.pl ** NEW FILE **
10459           tools/README
10460                 add script to enable sending documents as
10461                 attachments from OpenOffice.org
10462
10463 2002-07-30 [melvin]     0.8.0claws28
10464
10465         * src/prefs_actions.c
10466                 Made the actions' input/output dialog display
10467                 without delay.
10468
10469 2002-07-30 [christoph]  0.8.0claws27
10470
10471         * src/procmsg.c
10472                 check if folder_item_get_msginfo in
10473                 procmsg_save_to_outbox returned NULL
10474
10475 2002-07-30 [paul]       0.8.0claws26
10476
10477         * sync with 0.8.1cvs4
10478                 see ChangeLog 2002-07-29
10479
10480 2002-07-29 [thorsten]   0.8.0claws25
10481
10482         * README.claws
10483                 added selective download, delete on server
10484
10485 2002-07-29 [paul]       0.8.0claws24
10486
10487         * sync with 0.8.1cvs3
10488                 see ChangeLog 2002-07-29
10489
10490 2002-07-27 [christoph]  0.8.0claws23
10491
10492         * src/folder.c
10493                 add extra check if fetching the msginfo
10494                 returned NULL
10495
10496 2002-07-27 [paul]       0.8.0claws22
10497
10498         * sync with 0.8.1cvs2
10499                 see ChangeLog 2002-07-26
10500
10501 2002-07-27 [christoph]  0.8.0claws21
10502
10503         * src/imap.c
10504                 add another check if a valid msginfo
10505                 was returned
10506
10507 2002-07-26 [hoa]        0.8.0claws20
10508
10509         * src/folder.c
10510                 Fixed a condition in folder_item_destroy()
10511
10512         * src/imap.c
10513                 Fixed an error in IMAP protocol
10514
10515 2002-07-26 [alfons]     0.8.0claws19
10516
10517         * src/folder.c
10518                 ofcourse compare with identifier, not the path
10519
10520 2002-07-26 [alfons]     0.8.0claws18
10521
10522         * src/folder.c
10523                 use folder item identifier for saving / restoring
10524                 preferences because folder->path might not be unique
10525
10526 2002-07-26 [melvin]     0.8.0claws17
10527
10528         * src/logwindow.c
10529                 Fixed a crash introduced in 0.8.0claws5 when log is 
10530                 cut under 80 characters.
10531
10532 2002-07-26 [paul]       0.8.0claws16
10533
10534         * sync with 0.8.1cvs1
10535                 see ChangeLog 2002-07-26
10536
10537 2002-07-26 [christoph]  0.8.0claws15
10538
10539         * src/imap.[ch]
10540                 imap folder now remembers the last selected
10541                 folder and imap_fetch_msginfo skips selecting
10542                 the folder if it is already selected
10543
10544 2002-07-26 [christoph]  0.8.0claws14
10545
10546         * src/folder.c
10547         * src/folderview.c
10548         * src/imap.c
10549                 fix imap folder rescanning
10550
10551 2002-07-25 [christoph]  0.8.0claws13
10552
10553         * src/filter.c
10554         * src/folder.[ch]
10555         * src/folderview.c
10556         * src/imap.[ch]
10557         * src/mainwindow.c
10558         * src/mbox_folder.c
10559         * src/mh.c
10560         * src/news.c
10561                 implement imap uid cache and uid validity check
10562
10563 2002-07-25 [alfons]     0.8.0claws12
10564
10565         * src/summaryview.c
10566                 fix a brown paper bag bug, and also add some more
10567                 checks
10568
10569 2002-07-25 [christoph]  0.8.0claws11
10570
10571         * src/folder.c
10572                 don't mix copy, fetch_msginfo and remove
10573                 operations in folder item copy and move
10574                 operations
10575
10576 2002-07-25 [christoph]  0.8.0claws10
10577
10578         * src/folderview.c
10579         * src/mainwindow.c
10580         * src/prefs_folder_item.c
10581         * src/summaryview.[ch]
10582                 remove no longer required parameter update_cache from
10583                 summary_show
10584
10585 2002-07-25 [paul]       0.8.0claws9
10586
10587         * sync with 0.8.1
10588         
10589         * AUTHORS
10590                 a few corrections
10591
10592 2002-07-24 [alfons]     0.8.0claws8
10593
10594         * src/summaryview.c
10595                 sort correctly when using simplified subject line
10596                 (closes feature request "[ 585141 ] applying regexp to subject 
10597                 before sort" submitted by Alexandra Walford)
10598
10599 2002-07-24 [paul]       0.8.0claws7
10600
10601         * sync with 0.8.0cvs3
10602                 see ChangeLog 2002-07-24
10603
10604 2002-07-23 [christoph]  0.8.0claws6
10605
10606         * src/folder.c
10607         * src/folder.h
10608         * src/summaryview.c
10609         * src/summaryview.h
10610         * src/main.c
10611                 o separate processing and summaryview
10612                 o removed summary_write_cache from summaryview
10613                 o removed summaryview->killed_messages, because we don't have
10614                   to keep a list of killed messages anymore. New cache will
10615                   keep the hidden messages in cache anyway
10616         * src/folderview.c
10617         * src/inc.c
10618         * src/selective_download.c
10619                 o removed unnecessary summary_write_cache calls
10620         * src/procmsg.c
10621                 o don't set ignore thread flag in procmsg_get_thread_tree
10622                   if it is already set
10623         * src/mainwindow.c
10624         * src/statusbar.h
10625                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10626                   they are used in different files
10627
10628 2002-07-23 [melvin]     0.8.0claws5
10629
10630         * src/addressbook.c
10631         * src/addrgather.c
10632         * src/editaddress.c
10633         * src/editgroup.c
10634         * src/editldap_basedn.c
10635         * src/importldif.c
10636         * src/prefs_common.c
10637                 Fixed few memory leak (gtk_editable_get_chars returns
10638                 an allocated string)
10639         * src/logwindow.c
10640                 Fixed few memory leak (gtk_editable_get_chars returns
10641                 an allocated string) and modified a little the log cutting
10642                 loop.
10643         * src/compose.c
10644                 Replaced a call to an obsolete function gtk_entry_get_text()
10645                 by gtk_editable_get_chars()
10646         * src/send.c
10647                 Removed a debug printf
10648
10649 2002-07-23 [christoph]  0.8.0claws4
10650
10651         * src/filesel.c
10652                 fix another g_dirname memory leak
10653
10654 2002-07-23 [christoph]  0.8.0claws3
10655
10656         * src/mh.c
10657                 fixed a memory leak in mh_fetch_msginfo
10658                 fixed crash when message header could not be
10659                 parsed
10660
10661 2002-07-23 [paul]       0.8.0claws2
10662
10663         * sync with 0.8.0cvs2
10664                 see ChangeLog 2002-07-23
10665
10666 2002-07-23 [paul]       0.8.0claws1
10667
10668         * sync with 0.8.0cvs1
10669                 see ChangeLog 2002-07-23
10670
10671 2002-07-23 [paul]       0.8.0claws
10672
10673         * release of 0.8.0claws
10674
10675 2002-07-23 [paul]       0.7.8claws99
10676
10677         * po/ru.po
10678                 new Russian translation, submitted by
10679                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10680
10681 2002-07-22 [jens]       0.7.8claws98
10682
10683         * po/de.po
10684                 Updated German translations.
10685
10686 2002-07-22 [paul]       0.7.8claws97
10687
10688         * po/es.po
10689           po/it.po
10690           po/nl.po
10691           po/pt_BR.po
10692                 updated translations by Ricardo Mones Lastra,
10693                 Alessandro Maestri, Wilbert Berendsen and 
10694                 Fabio Jr. Beneditto respectively
10695
10696 2002-07-22 [christoph]  0.7.8claws96
10697
10698         * src/mimeview.c
10699                 fix memory leak caused by wrong g_dirname usage
10700
10701 2002-07-22 [christoph]  0.7.8claws95
10702
10703         * src/summaryview.c
10704                 update new and unread message counts for summaryview
10705                 summaryview does not get it from the folder anymore
10706                 and has to update the values itself
10707
10708 2002-07-22 [melvin]     0.7.8claws94
10709
10710         * po/fr.po
10711                 Updated French translations.
10712
10713 2002-07-22 [christoph]  0.7.8claws93
10714
10715         * src/matcher.c
10716                 set prop->preg pointer to NULL or following check
10717                 will not fail and regexec will be called with
10718                 invalid pointer
10719
10720 2002-07-21 [alfons]     0.7.8claws92
10721         
10722         * src/prefs_common.[ch]
10723                 remove option "Send return receipt on request"
10724
10725 2002-07-21 [thorsten]   0.7.8claws91
10726
10727         * src/mimeview.c
10728                 fixed memleaks, coding style as pointed out by alfons
10729
10730 2002-07-21 [alfons]     0.7.8claws90
10731
10732         * src/messageview.c
10733         * src/noticeview.[ch]
10734                 o fix bug notice view being displayed when going to empty folder 
10735                   (noticed by Christoph)
10736                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10737                   (noticed by Thorsten)
10738
10739 2002-07-21 [thorsten]   0.7.8claws89
10740
10741         * src/mimeview.c
10742                 Included save_all patch from Xaview FACQ
10743                 added support for pathnames
10744
10745 2002-07-21 [alfons]     0.7.8claws88
10746
10747         * po/POTFILES.in
10748         * src/Makefile.am
10749         * src/mainwindow.c
10750         * src/messageview.[ch]
10751         * src/noticeview.c      ** NEW FILE **
10752         * src/noticeview.h      ** NEW FILE **
10753                 make return receipts work again
10754                 (UI idea by Leandro Pereira)
10755
10756 2002-07-21 [paul]       0.7.8claws87
10757
10758         * src/summaryview.c
10759                 fix sensitivity of 'Select thread'
10760
10761 2002-07-21 [paul]       0.7.8claws86
10762
10763         * src/prefs_common.c
10764                 add browser command line for Galeon
10765
10766 2002-07-21 [paul]       0.7.8claws85
10767
10768         * Makefile.am
10769                 fix 'EXTRA_DIST': remove README.README, add TODO
10770                 and TODO.claws
10771
10772 2002-07-21 [alfons]     0.7.8claws84
10773
10774         * src/gtkstext.c
10775                 make enter clear selection
10776                 (closes "[ 579888 ] Editor selection/entry error"
10777                 reported by Steve Lamb)
10778
10779 2002-07-21 [alfons]     0.7.8claws83
10780         
10781         * src/summaryview.c
10782                 sort message list when selecting unthread messages
10783                 (closes "[ 501593 ] switching threaded view doesn't sort"
10784                 reported by Simon Schubert)
10785
10786 2002-07-20 [alfons]     0.7.8claws82
10787         
10788         * src/matcher.c
10789                 const-correctness
10790
10791 2002-07-20 [thorsten]   0.7.8claws81
10792
10793         * src/matcher.c
10794                 Fixed expansion of empty fields in matchactions
10795
10796 2002-07-19 [melvin]     0.7.8claws80
10797
10798         * src/gtkspell.c
10799                 Removed a duplicate menu entry (fast mode) introduced during
10800                 the new cache merge
10801                 Added a menu separator between 'Use alternate' and 'Fast mode'
10802
10803 2002-07-19 [paul]       0.7.8claws79
10804
10805         * tools/Makefile.am
10806           tools/README
10807                 correct typos
10808
10809 2002-07-19 [thorsten]   0.7.8claws78
10810
10811         * tools/calypso_convert.pl      ** NEW FILE **
10812           tools/README
10813           tools/Makefile.am
10814                 script to import mbox files exported
10815                 by calypso
10816                 o generates folder structure
10817                 o includes attachments
10818
10819 2002-07-19 [melvin]     0.7.8claws77
10820
10821         * src/selective_download.[ch]
10822                 Fixed bug where closing the dialog with the window manager's
10823                 close button will not unlock the summary
10824                 Corrected some function declarations that missed a return value
10825                 Made the source code comply better with coding style.
10826         * src/prefs_common.c
10827                 Added new browser command line for Mozilla.
10828
10829 2002-07-18 [paul]       0.7.8claws76
10830
10831         * src/mainwindow.c
10832           src/selective_download.[ch]
10833                 reflect theme changes, fix Gdk Warning when creating 
10834                 pixmap from NULL window, and minor clean up.
10835                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10836
10837         * po/en_GB.po
10838                 updated
10839
10840 2002-07-17 [paul]       0.7.8claws75
10841
10842         * INSTALL[.jp]
10843                 sync with 0.8.0
10844         
10845         * po/en_GB.po
10846                 updated
10847
10848 2002-07-16 [paul]       0.7.8claws74
10849
10850         * tools/filter_conv.pl
10851           tools/README
10852                 replace conversion script with reimplemented version, 
10853                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10854
10855 2002-07-16 [colin]      0.7.8claws73
10856
10857         * src/summaryview.c
10858                 remove forgotten debug messages - sorry ;-)
10859
10860 2002-07-16 [colin]      0.7.8claws72
10861
10862         * src/mimeview.c
10863           src/summaryview.c
10864           src/textview.c
10865           src/textview.h
10866                 add the ability to select part of a text mime-part 
10867                 to reply.
10868
10869 2002-07-15 [christoph]  0.7.8claws71
10870
10871         * src/folder.c
10872                 fix folder message count for folders without
10873                 msg_is_changed (includes news folders)
10874
10875 2002-07-15 [martin]     0.7.8claws70
10876
10877         * src/summaryview.c
10878                 option "display recipient on 'From'..." now works
10879                 without the need of enabling the option
10880                 "display  sender  using  address  book".
10881
10882 2002-07-15 [christoph]  0.7.8claws69
10883
10884         * src/summaryview.c
10885                 removed setting folder status from summaryview.
10886                 folder.c should update all message counts correctly.
10887
10888 2002-07-15 [paul]       0.7.8claws68
10889
10890         * po/pt_BR.po
10891                 updated by Fabio Junior Beneditto
10892
10893 2002-07-15 [darko]      0.7.8claws67
10894
10895         * src/mh.c
10896                 Fixed target folder colorization, don't decrease op
10897                 number twice
10898
10899 2002-07-14 [paul]       0.7.8claws66
10900
10901         * sync with main 0.8.0
10902                 see ChangeLog 2002-07-14
10903
10904 2002-07-13 [melvin]     0.7.8claws65
10905         
10906         * src/addrbook.c
10907         * src/addressbook.c
10908         * src/addrindex.c
10909                 Replaced sprintf by g_snprintf to prevent possible buffer
10910                 overflow.
10911         * src/news.c
10912                 Corrected a log message output format.
10913                 Added a missing "done" debug output.
10914         * src/compose.c
10915                 Added keyboard accelerator for Priority menu items
10916                 Added missing \n in debug output
10917         * src/logwindow.c
10918         * src/gtkspell.c
10919         * src/rfc2015.c
10920                 Added missing \n in debug output
10921
10922 2002-07-13 [paul]       0.7.8claws64
10923
10924         * man/sylpheed.1
10925                 change Sergey's email address to the sf address
10926
10927         * src/textview.c
10928                 increase show_url_timeout (more useful for long
10929                 urls)
10930
10931 2002-07-12 [sergey]     0.7.8claws63
10932
10933         * src/rfc2015.c
10934                 applied (with some modifications) patch to set the
10935                 micalg parameter for signatures
10936                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10937
10938 2002-07-12 [sergey]     0.7.8claws62
10939
10940         * man/Makefile.am
10941         * configure.in
10942                 fixed man page installation
10943
10944 2002-07-12 [paul]       0.7.8claws61
10945
10946         * sync with 0.7.8cvs26
10947                 see ChangeLog 2002-07-11 and 2002-07-12
10948
10949 2002-07-11 [christoph]  0.7.8claws60
10950
10951         * src/compose.c
10952         * src/procmsg.c
10953                 first use the message number to find the message
10954                 to mark with a reply flag but check the
10955                 message-id if we got the correct message, if not
10956                 try to find it by message-id.
10957                 use new string seperator that is not allowed
10958                 in message-ids.
10959
10960 2002-07-11 [paul]       0.7.8claws59
10961
10962         * sync with 0.7.8cvs23
10963                 see ChangeLog 2002-07-10
10964
10965 2002-07-10 [christoph]  0.7.8claws58
10966
10967         * src/folder.[ch]
10968         * src/msgcache.[ch]
10969                 Added message-id table to the cache in memory
10970                 and functions to msgcache.c and folder.c to
10971                 fetch MsgInfos by message id
10972         * src/compose.c
10973         * src/procmsg.c
10974                 store folder and message-id of message replying
10975                 to in queue header and set reply flag after sending
10976                 (Closes bug #469498)
10977
10978 2002-07-10 [paul]       0.7.8claws57
10979
10980         * AUTHORS
10981           man/sylpheed.1.gz
10982                 add Martin to the list of authors
10983
10984 2002-07-09 [martin]     0.7.8claws56
10985         * src/gtksctree.c
10986                 Added gtk_ctree_last_visible(), tree_update_level(),
10987                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10988                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10989                 from gtk+ to gtksctree.c for the new sorting code
10990                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10991                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10992         * src/gtksctree.h
10993                 Added declaration for gtk_sctree_sort_recursive() and
10994                 gtk_sctree_sort_node
10995         * src/addressbook.c
10996         * src/foldersel.c
10997         * src/folderview.c
10998         * src/summaryview.c
10999                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11000                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11001
11002 2002-07-08 [paul]       0.7.8claws55
11003
11004         * more sync with 0.7.8cvs21
11005                 see ChangeLog 2002-07-08
11006
11007 2002-07-08 [paul]       0.7.8claws54
11008
11009         * sync with 0.7.8cvs21
11010                 see ChangeLog 2002-07-08
11011
11012 2002-07-07 [alfons]     0.7.8claws53
11013
11014         * src/Makefile.am
11015         * src/stock_pixmap.[ch]
11016         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11017         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11018         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11019                 add new pixmaps for upcoming notice pane
11020
11021 2002-07-06 [melvin]     0.7.8claws52
11022
11023         * src/gtkspell.[ch]
11024                 Made them a bit closer to Sylpheed's coding style.
11025                 Removed old code.
11026                 Removed possible memory leaks when some errors occurs.
11027
11028 2002-07-06 [melvin]     0.7.8claws51
11029
11030         * po/Makefile.in.in
11031                 Removed --no-location in xgettext command line to help
11032                 translators that use Emacs' po-mode
11033         * src/quote_fmt.c
11034                 Removed unnecessary comments that messed up sylpheed.pot
11035
11036 2002-07-06 [paul]       0.7.8claws50
11037
11038         * sync with 0.7.8cvs19
11039                 see ChangeLog 2002-07-05
11040
11041 2002-07-06 [christoph]  0.7.8claws49
11042
11043         * src/folder.c
11044         * src/mainwindow.c
11045                 fix folder_item_remove_all_msg and folderview
11046                 status for trash folders after emptying trash
11047
11048 2002-07-05 [paul]       0.7.8claws48
11049
11050         * sync with 0.7.8cvs16
11051                 see ChangeLog 2002-07-04 and 2002-07-05
11052
11053 2002-07-04 [paul]       0.7.8claws47
11054
11055         * sync with 0.7.8cvs14
11056                 see  ChangeLog 2002-07-04
11057
11058 2002-07-03 [alfons]     0.7.8claws46
11059
11060         * src/folder.c
11061                 dupe folder item's path because it's being reallocated
11062                 by new folder scanning code
11063
11064 2002-07-03 [christoph]  0.7.8claws45
11065
11066         * src/imap.c
11067                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11068         * src/msgcache.c
11069                 add missing return in msgcache_write
11070
11071 2002-07-02 [thorsten]   0.7.8claws44
11072
11073         * src/jpilot.c
11074         * src/msgcache.c
11075         * src/rfc2015.c
11076                 use binary mode for file access
11077
11078 2002-07-02 [christoph]  0.7.8claws43
11079
11080         * major code cleanup (part 1)
11081         
11082                 - unused variables removed
11083                 - unused functions removed
11084                 - uninitialized variables checked
11085                 - missing return statements added
11086                 - missing function return types added
11087                 - added parentheses around assignment and
11088                   && in || when suggested by gcc
11089               
11090         * src/mh.c
11091         * src/folder.c
11092                 replaced direct calls to folder->scan_tree
11093                 with folder_scan_tree and restore folder
11094                 prefs in this function. The folder should
11095                 not have to deal with them.
11096                 ( Should now work for all folder types )
11097
11098 2002-07-02 [paul]       0.7.8claws42
11099
11100         * sync with 0.7.8cvs13
11101                 see ChangeLog 2002-07-01 and 2002-07-02
11102
11103 2002-07-01 [christoph]  0.7.8claws41
11104
11105         * src/summaryview.c
11106                 fix "goto next/prev unread message" with
11107                 ignored threads
11108
11109 2002-07-01 [paul]       0.7.8claws40
11110
11111         * po/es.po
11112                 updated by Ricardo Mones Lastra
11113
11114 2002-06-30 [match]      0.7.8claws39
11115
11116         * src/jpilot.c
11117                 applied variation of leonerd's patch (566661) to
11118                 allow multiple email addresses per JPilot entry.
11119                 addresses may be separated by space, comma, pipe,
11120                 semi-colon, new-line.
11121
11122 2002-06-30 [alfons]     0.7.8claws38
11123
11124         * src/procmsg.c
11125                 simple fix for putting older nodes before
11126                 newer nodes when threading by subject
11127
11128 2002-06-30 [christoph]  0.7.8claws37
11129
11130         * src/folder.c
11131         * src/folderview.c
11132         * src/mh.c
11133         * src/news.c
11134         * src/procmsg.c
11135                 fix broken folder tree rescaning
11136                 and don't use procmsg_get_mark_sum
11137                 anymore
11138
11139 2002-06-30 [christoph]  0.7.8claws36
11140
11141         * merge new cache branch
11142         * src/imap.c
11143                 fix new cache imap copy bug
11144         * src/folder.c
11145                 improved folder_item_scan
11146                 it should now always set the correct
11147                 new, unread and total message counts
11148
11149 2002-06-29 [paul]       0.7.8claws35
11150
11151         * configure.in
11152                 correct syntax error
11153
11154 2002-06-29 [paul]       0.7.8claws34
11155
11156         * configure.in
11157           Makefile.am
11158           man/Makefile.am       ** NEW FILE **
11159           man/sylpheed.1.gz     ** NEW FILE **
11160                 add Sylpheed man page
11161
11162 2002-06-29 [paul]       0.7.8claws33
11163
11164         * po/pt_BR.po
11165                 updated by Fabio Junior Beneditto
11166
11167 2002-06-28 [jens]       0.7.8claws32
11168
11169         * po/de.po
11170                 translation updated
11171
11172         * src/selective_download.c
11173                 removed gettext for space " "
11174
11175         * src/imap.c
11176                 removed wrong space
11177
11178 2002-06-28 [paul]       0.7.8claws31
11179
11180         * sync with 0.7.8cvs11
11181                 see ChangeLog 2002-06-28
11182
11183 2002-06-28 [paul]       0.7.8claws30
11184
11185         * sync with 0.7.8cvs10
11186                 see ChangeLog 2002-06-27 and 2002-06-28
11187
11188 2002-06-26 [paul]       0.7.8claws29
11189
11190         * src/addrgather.c
11191           src/selective_download.c
11192                 don't gettextise empty strings.
11193                 reserved by gettext. gettext("") returns 
11194                 the header entry with meta information, 
11195                 not the empty string
11196
11197         * po/en_GB.po
11198                 updated
11199
11200 2002-06-26 [paul]       0.7.8claws28
11201
11202         * sync with 0.7.8cvs7
11203                 see ChangeLog 2002-06-25
11204
11205         * src/prefs_common.c
11206                 ...and in the process, tweak the gui a little
11207
11208 2002-06-25 [alfons]     0.7.8claws27
11209         
11210         * configure.in
11211         * src/Makefile.am
11212                 fine tune ldap library detection
11213
11214 2002-06-25 [alfons]     0.7.8claws26
11215
11216         * src/compose.c
11217                 don't allow return receipts when composing a news article
11218
11219 2002-06-25 [paul]       0.7.8claws25
11220
11221         * Makefile.am
11222                 add '$(AMTAR)' to 'release' section to allow for
11223                 new and older autotools
11224
11225 2002-06-25 [paul]       0.7.8claws24
11226
11227         * src/summaryview.c
11228                 fix "No more unread messages" persistant pop-up
11229                 window bug
11230
11231 2002-06-25 [paul]       0.7.8claws23
11232
11233         * po/it.po
11234                 updated by Alessandro Maestri
11235
11236 2002-06-25 [paul]       0.7.8claws22
11237
11238         * sync with 0.7.8cvs6
11239                 see ChangeLog 2002-06-25
11240
11241 2002-06-24 [paul]       0.7.8claws21
11242
11243         * tools/update-po
11244                 add GPL copyright information
11245
11246 2002-06-24 [paul]       0.7.8claws20
11247
11248         * tools/Makefile.am
11249           tools/README
11250           tools/update-po       ** NEW FILE **
11251                 add script that eases the creation of *.po files
11252                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11253
11254 2002-06-23 [alfons]     0.7.8claws19
11255
11256         * src/messageview.c
11257                 make notification_convert_header obey const correctness
11258                 (next step will be fixing the broken return receipt)
11259
11260 2002-06-23 [paul]       0.7.8claws18
11261
11262         * src/messageview.c
11263                 fix bug introduced in last commit:
11264                 removed too much code in last commit - put back what's
11265                 needed
11266
11267 2002-06-23 [paul]       0.7.8claws17
11268
11269         * src/messageview.[ch]
11270                 remove code committed in error from locally patched
11271                 source
11272
11273 2002-06-23 [colin]      0.7.8claws16
11274
11275         * src/compose.[ch]
11276                 add compose_entry_select(), used to select the default_to
11277                 email address - hopefully avoiding people sending mails to
11278                 wrong recipients.
11279
11280 2002-06-22 [alfons]     0.7.8claws15
11281
11282         * AUTHORS
11283                 add Bram Metsch & Stanislav Karchebny
11284         * src/smtp.[ch]
11285         * src/prefs_account.[ch]
11286         * src/send.c
11287                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11288                   options.  (see <http://sourceforge.net/tracker/index.php
11289                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11290
11291                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11292                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11293
11294 2002-06-22 [paul]       0.7.8claws14
11295
11296         * sync with 0.7.8cvs5
11297                 see ChangeLog 2002-06-19 and 2002-06-20
11298
11299 2002-06-22 [alfons]     0.7.8claws13
11300
11301         * src/selective_download.c
11302                 fix a stupid mistake I made
11303
11304 2002-06-22 [alfons]     0.7.8claws12
11305
11306         * src/selective_download.[ch]
11307                 fix another unnoticed leak; cleanup code
11308
11309 2002-06-21 [alfons]
11310
11311         * tools/Makefile.am
11312                 gpg-sign <-- gpg-sign-syl
11313
11314 2002-06-21 [alfons]     0.7.8claws11
11315
11316         * src/selective_download.c
11317         * src/selective_download.h
11318                 fix assorted mix of allocation errors (should solve
11319                 problem reported by Philippe GramoullĂ©, see:
11320                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11321
11322 2002-06-20 [melvin]     0.7.8claws10
11323
11324         * tools/gpg-sign *REMOVED*
11325           tools/gpg-sign-syl *ADDED*
11326                 Replaced the gpg clearsigning script with the version using
11327                 xterm instead of ssh-askpass and changed its name.
11328
11329         * README.claws
11330                 Updated actions example to reflect the renaming of the
11331                 gpg clearsigning script.
11332
11333 2002-06-19 [paul]       0.7.8claws9
11334
11335         * sync with 0.7.8claws9
11336                 see ChangeLog 2002-06-18 and 2002-06-19
11337
11338 2002-06-19 [paul]       0.7.8claws8
11339
11340         * sync with 0.7.8cvs1
11341                 see ChangeLog 2002-06-18
11342
11343 2002-06-18 [alfons]     0.7.8claws7
11344
11345         * src/mainwindow.h
11346                 add omitted prototype
11347
11348 2002-06-17 [paul]       0.7.8claws6
11349
11350         * src/mainwindow.c
11351                 fix hiding of exec_btn
11352
11353 2002-06-17 [paul]       0.7.8claws5
11354
11355         * src/pop.c
11356                 remove unneeded code: should_delete() 
11357                 and Pop3State::uidl_todelete_list
11358
11359 2002-06-17 [paul]       0.7.8claws4
11360
11361         * sync with 0.7.8
11362                 see ChangeLog 2002-06-11 and 2002-06-13
11363
11364 2002-06-16 [alfons]     0.7.8claws3
11365         
11366         * src/folder.c
11367                 make sure lock sort mode (claws specific) is
11368                 also persists after a tree rescan
11369
11370 2002-06-16 [alfons]     0.7.8claws2
11371
11372         * src/prefs_folder_item.c
11373         * src/folder.[ch]
11374                 fix persistence of folder sort mode (broken
11375                 by adapting Hiro's new folder persistence code)
11376
11377 2002-06-16 [alfons]     0.7.8claws1
11378
11379         * AUTHORS
11380         * src/logwindow.c
11381         * src/prefscommon.[ch]
11382                 control size of log text in log window; 
11383                 closes patch #569155 submitted by Mitko Haralanov.
11384
11385 2002-06-15 [paul]       0.7.8claws
11386
11387         * release of 0.7.8claws
11388
11389 2002-06-15 [paul]       0.7.7claws
11390
11391         * po/pt_BR.po
11392                 updated by Fabio Junior Beneditto
11393
11394 2002-06-14 [paul]       0.7.6claws49
11395
11396         * po/es.po
11397                 updated by Ricardo Mones Lastra
11398
11399 2002-06-14 [paul]       0.7.6claws48
11400
11401         * po/nl.po
11402                 updated translation by Wilbert Berendsen
11403
11404 2002-06-14 [melvin]     0.7.6claws47
11405
11406         * po/fr.po
11407                 Updated French translation
11408
11409 2002-06-13 [paul]       0.7.6claws46
11410
11411         * src/filesel.c
11412                 allow filename to be typed in, rather than just
11413                 selected by the mouse. Patch by Gustavo Noronha Silva.
11414
11415 2002-06-13 [alfons]     0.7.6claws45
11416
11417         * src/mainwindow.[ch]
11418                 more cleanups (removing unnecessary menu items Expand 
11419                 summary / message view)
11420
11421 2002-06-13 [melvin]     0.7.6claws44
11422
11423         * po/POTFILES.in
11424                 Added src/string_match.c
11425         * src/string_match.c
11426                 Fixed possible buffer overflow.
11427                 Corrected typo.
11428                 Added missing config.h header.
11429         * src/prefs_common.c
11430           src/prefs_matcher.c
11431           src/prefs_scoring.c
11432                 Made some strings translatable (missing _(..)).
11433
11434 2002-06-13 [melvin]     0.7.6claws43
11435
11436         * README.claws
11437                 Corrected action example (verifying clearsigned mail).
11438         * src/prefs_account.c
11439                 Corrected typo.
11440         * src/prefs_common.c
11441                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11442
11443 2002-06-12 [alfons]     0.7.6claws42
11444
11445         * src/summaryview.c
11446                 add init of score column lost in 0.7.6claws42
11447
11448 2002-06-12 [paul]       0.7.6claws41
11449
11450         * src/prefs_account.c
11451                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11452                 behavior of the radio buttons, (from 0.7.7cvs2)
11453
11454 2002-06-11 [alfons]     0.7.6claws40
11455
11456         * src/messageview.[ch]
11457         * src/summaryview.[ch]
11458         * src/summary_search.c
11459         * src/mainwindow.c
11460                 perform a sync to bring in Hiro's separate view implementation 
11461
11462                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11463
11464 2002-06-11 [paul]       0.7.6claws39
11465         
11466         * src/prefs_account.c
11467                 correct a typo on the Receive tab
11468
11469 2002-06-10 [match]      0.7.6claws38
11470
11471         * src/addressbook.c
11472                 Included address completion patch from Gustavo Noronha.
11473
11474 2002-06-10 [paul]       0.7.6claws37
11475
11476         * src/inc.[ch]
11477           src/pop.c
11478           src/prefs_account.[ch]
11479           src/selective_download.[ch]
11480                 apply PATCH #561712
11481                  NEW:
11482                 - check if POP Account
11483                 - Receive Button renamed to Preview
11484                 - Preview Button Popup: preview new/all messages
11485                 - Download Button
11486                 - Account Preferences-->Receive tab checkbutton if you
11487                   want to remove Mail after Download
11488                 -: default YES
11489                 - Account Preferences-->Receive tab checkbutton use
11490                   filtering rules on preview
11491                   (think of delete_on_server)
11492                 -: default YES
11493                 - Account selectable from SD dialog
11494                 - checkbutton to show already downloaded messages if
11495                   all messages are previewed
11496                 - new clist column showing Date
11497                 - ESC KEY close
11498                 FIXES:
11499                 - play ball with UIDL
11500                 - fault tolerant (?) 
11501                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11502
11503 2002-06-10 [melvin]     0.7.6claws36
11504
11505         * README.claws
11506                 Added a hint to ac/README in cvs instructions.
11507
11508         * src/prefs_actions.c
11509                 Made it possible to use a more elaborate command line
11510                 for asynchronous actions, too.
11511
11512 2002-06-10 [melvin]     0.7.6claws35
11513         
11514         * src/prefs_actions.c
11515                 Make it possible to use a more elaborate command line
11516                 (e.g. |foo|bar|cat>there;echo Done|)
11517                 Corrected error message when calling %f, %F and %p commands
11518                 from the compose window.
11519
11520 2002-06-09 [colin]      0.7.6claws34
11521
11522         * src/summaryview.c
11523                 Automatically find unread messages in current folder
11524                 before annoying the user.
11525
11526 2002-06-08 [alfons]     0.7.6claws33
11527
11528         * po/it.po
11529                 remove bad formatting string in it.po translation
11530                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11531
11532 2002-06-08 [paul]       0.7.6claws32
11533
11534         * sync with 0.7.6cvs25
11535                 see ChangeLog 2002-06-07
11536
11537 2002-06-05 [paul]       0.7.6claws31
11538
11539         * src/mainwindow.c
11540                 add 'Sort by locked' and 'Sort by score'
11541
11542 2002-06-05 [paul]       0.7.6claws30
11543
11544         * sync with 0.7.6cvs24
11545                 see ChangeLog 2002-06-04
11546
11547 2002-06-04 [paul]       0.7.6claws29
11548
11549         * po/pt_BR.po
11550                 updated by Fabio Junior Beneditto
11551
11552 2002-06-03 [thorsten]   0.7.6claws28
11553
11554         * src/matcher.c
11555                 fclose() matcherrc after reading
11556
11557 2002-06-03 [paul]       0.7.6claws27
11558
11559         * sync with 0.7.6cvs21
11560                 see ChangeLog 2002-05-31
11561
11562 2002-05-31 [paul]       0.7.6claws26
11563
11564         * sync with 0.7.6cvs20
11565                 see ChangeLog 2002-05-29 and 2002-05-30
11566
11567 2002-05-31 [paul]       0.7.6claws25
11568
11569         * src/imap.c
11570                 hopefully fix last buggy sync
11571
11572         * README.claws
11573                 correct typo in 'Actions' examples
11574
11575 2002-05-29 [paul]       0.7.6claws24
11576
11577         * sync with 0.7.6cvs18
11578                 see ChangeLog 2002-05-28 and 2002-05-29
11579
11580         * src/news.c
11581           src/nntp.[ch]
11582                 sync with above 
11583
11584 2002-05-28 [paul]       0.7.6claws23
11585
11586         * sync with 0.7.6cvs16
11587                 see ChangeLog 2002-05-28
11588
11589 2002-05-27 [thorsten]   0.7.6claws22 
11590
11591         * faq/it/sylpheed-faq-1.html
11592           faq/it/sylpheed-faq-2.html
11593           faq/it/sylpheed-faq-3.html
11594           faq/it/sylpheed-faq.html
11595                 corrected DOS lineendings
11596         * faq/de/sylpheed-faq-1.html
11597           faq/de/sylpheed-faq-2.html
11598           faq/en/sylpheed-faq-1.html
11599           faq/en/sylpheed-faq-2.html
11600           faq/en/sylpheed-faq-3.html
11601           faq/es/sylpheed-faq-1.html
11602           faq/es/sylpheed-faq-2.html
11603           faq/es/sylpheed-faq-3.html
11604           faq/fr/sylpheed-faq-1.html
11605           faq/it/sylpheed-faq-1.html
11606           faq/it/sylpheed-faq-2.html
11607           faq/it/sylpheed-faq-3.html
11608           faq/it/sylpheed-faq.html
11609                 changed ">" to &quot;
11610
11611 2002-05-27 [paul]       0.7.6claws21
11612         
11613         * sync with 0.7.6cvs15
11614                 see ChangeLog 2002-05-27
11615
11616 2002-05-27 [paul]       0.7.6claws20
11617
11618         * src/prefs_account.c
11619                 correct a typo
11620
11621 2002-05-26 [paul]       0.7.6claws19
11622
11623         * tools/README
11624                 correct a typo
11625
11626 2002-05-25 [paul]       0.7.6claws18
11627
11628         * tools/README
11629                 add description of kmail2sylpheed.pl
11630
11631 2002-05-25 [paul]       0.7.6claws17
11632
11633         * tools/kmail2sylpheed.pl       ** NEW FILE **
11634                 perl script that converts an exported Kmail address
11635                 book, converts it to sylpheed addressbook file,
11636                 writes the file to .sylpheed, and updates
11637                 addrbook--index.xml 
11638
11639 2002-05-25 [paul]       0.7.6claws16
11640
11641         * sync with 0.7.6cvs14
11642                 see ChangeLog 2002-05-23
11643
11644 2002-05-24 [paul]       0.7.6claws15
11645
11646         * README.claws
11647                 make a correction and add some more info
11648
11649 2002-05-24 [paul]       0.7.6claws14
11650
11651         * src/compose.c
11652                 fix memory leak in 
11653                 compose_redirect_write_headers_from_headerlist()
11654                 add Subject and Resent-Message-ID to
11655                 compose_redirect_write_headers()
11656                 Received, Subject, and X-UIDL are filtered out in 
11657                 compose_redirect_write_to_file()
11658
11659 2002-05-23 [paul]       0.7.6claws13
11660
11661         * src/compose.[ch]
11662           src/filtering.c
11663           src/mainwindow.c
11664           src/matcher.[ch]
11665           src/matcher_parser_lex.l
11666           src/matcher_parser_parse.y
11667           src/prefs_common.[ch]
11668           src/prefs_filtering.c
11669           src/summaryview.c
11670                 rename 'Bounce' to 'Redirect'
11671
11672 2002-05-23 [paul]       0.7.6claws12
11673
11674         * more sync with 0.7.6cvs13
11675           src/compose.c
11676                 see ChangeLog 2002-05-22
11677
11678 2002-05-22 [paul]       0.7.6claws11
11679
11680         * sync with 0.7.6cvs13
11681           src/codeconv.c
11682                 see ChangeLog 2002-05-20
11683           src/prefs_common.c
11684                 see ChangeLog 2002-05-22
11685
11686 2002-05-21 [melvin]     0.7.6claws10
11687
11688         * src/folderview.c
11689                 Added missing filtering and scoring headers
11690                 Fixed bad function call that showed garbage 
11691                 in Folder->Processing
11692
11693 2002-05-21 [paul]       0.7.6claws9
11694
11695         * tools/Makefile.am
11696                 make all tools executable, (patch by Alfons).
11697
11698 2002-05-20 [alfons]     0.7.6claws8
11699
11700         * src/procheader.c
11701                 don't forget to call mktime() so we have a valid week 
11702                 and year day
11703                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11704
11705 2002-05-20 [paul]       0.7.6claws7
11706
11707         * src/html.c
11708                 fix broken parsing of urls
11709         * src/textview.c
11710                 fix displaying of urls
11711
11712                 both fixes from the patch [547855] by Eugene 
11713                 Brevdo (zonem)
11714
11715 2002-05-19 [alfons]     0.7.6claws6
11716
11717         * configure.in
11718                 make sylpheed configure correctly with the latest
11719                 and greatest of automake / autoconf / gettext
11720
11721 2002-05-19 [alfons]     0.7.6claws5
11722
11723         * src/procheader.c
11724         * src/procheader.h
11725                 add function for returning ime zone offset
11726         * src/quote_fmt.c
11727         * src/quote_fmt_parse.y
11728                 better quotation formatting - does not convert
11729                 to local time, but uses the original date string.
11730                 
11731                 Note: %z inserts the timezone offset (should 
11732                 work also on platforms where strftime does not
11733                 support %z).
11734
11735 2002-05-18 [christoph]  0.7.6claws4
11736
11737         * src/summaryview.c
11738                 fix indentation of some code
11739         * tools/Makefile.am
11740                 fix spaces after \
11741         * src/Makefile.am
11742                 add missing \
11743                 correct path for ignorethread.xpm
11744                 incorrect filename for sylpheed_logo.xpm
11745                 add missing include matcher_parser_parse.h
11746
11747 2002-05-18 [paul]       0.7.6claws3
11748
11749         * sync with 0.7.6cvs8
11750                 see ChangeLog 2002-05-16 and 2002-05-17
11751
11752 2002-05-18 [melvin]     0.7.6claws2
11753
11754         * README.claws
11755                 Corrected an action's definition and fixed some misspellings.
11756
11757 2002-05-18 [paul]       0.7.6claws1
11758
11759         * tools/Makefile.am
11760           tools/gpg-sign        ** new file **
11761           tools/uudec           ** new file **
11762                 add Melvin's Actions scripts
11763
11764         * README.claws
11765                 add Melvin's descriptions for Actions
11766
11767 2002-05-18 [paul]       0.7.6claws
11768
11769         * Version 0.7.6claws released
11770
11771 2002-05-17 [paul]       0.7.5claws32
11772
11773         * po/es.po
11774                 updated by Ricardo Mones Lastra
11775
11776 2002-05-17 [paul]       0.7.5claws31
11777
11778         * src/compose.c
11779                 fix Account prefs default folder for sent/draft/deleted
11780                 messages bug
11781
11782         * po/it.po
11783           po/nl.po
11784                 updated translation by Alessandro Maestri and
11785                 Wilbert Berendsen
11786
11787 2002-05-17 [melvin]     0.7.5claws30
11788
11789         * src/prefs_actions.c
11790                 Fixed bug where using %F not at the end of the command 
11791                 resulted in an additional empty argument being created.
11792                 Thanks to Darko Koruga for reporting the bug.
11793
11794 2002-05-17 [melvin]     0.7.5claws29
11795
11796         * po/fr.po
11797                 Updated French translations.
11798
11799 2002-05-15 [paul]       0.7.5claws28
11800         
11801         * po/es.po
11802                 updated by Ricardo Mones Lastra
11803
11804 2002-05-15 [paul]       0.7.5claws27
11805
11806         * sync with 0.7.6cvs4
11807                 see ChangeLog 2002-05-14 and 2002-05-15
11808
11809 2002-05-14 [paul]       0.7.5claws26
11810
11811         * sync with 0.7.6cvs1
11812                 see ChangeLog 2002-05-13
11813
11814 2002-05-13 [thorsten]   0.7.5claws25
11815
11816         * src/messageview.c
11817                 fix select_all and copy in multipart messages
11818         * src/mainwindow.c
11819                 fix select_all and copy in multipart messages
11820
11821 2002-05-12 [paul]       0.7.5claws24
11822
11823         * src/summaryview.c
11824                 reverse last commit, bug already fixed in 0.7.5claws3
11825
11826 2002-05-12 [netztorte]  0.7.5claws23
11827
11828         * src/summaryview.c
11829                 dont parse empty addressbook (checked in before claws20)
11830
11831 2002-05-12 [melvin]     0.7.5claws22
11832
11833         * src/procmsg.[ch]
11834                 Removed unneeded priority code introduced by the previous 
11835                 commit.
11836
11837 2002-05-12 [melvin]     0.7.5claws21
11838
11839         * src/compose.[ch]
11840                 Added possibility to set message's priority.
11841         * src/procmsg.[ch]
11842                 Added possibility to set message's priority.
11843                 Added missing headers
11844
11845 2002-05-12 [melvin]     0.7.5claws20
11846
11847         * src/prefs_actions.c
11848                 Removed implicitely added quotes around the name
11849                 of the temporary files of mime parts.
11850
11851 2002-05-12 [paul]       0.7.5claws19
11852
11853         * sync with 0.7.5cvs20
11854                 see ChangeLog 2002-05-11
11855
11856 2002-05-12 [alfons]     0.7.5claws18
11857
11858         * src/quote_fmt_lex.l
11859         * src/quote_fmt_parse.y
11860                 allow quote / reply date & time format to be set using
11861                 %D{format}. format is a format string you'd pass to
11862                 strftime() (see man strftime, or the Display tab |
11863                 Date format setting).
11864
11865                 Currently %D converts the date to local time. 
11866
11867 2002-05-11 [paul]       0.7.5claws17
11868
11869         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11870                 see ChangeLog 2002-05-10 and 2002-05-11
11871
11872 2002-05-10 [paul]       0.7.5claws16
11873
11874         * sync with 0.7.5cvs16
11875                 see ChangeLog entries 2002-05-09 and 
11876                 2002-05-10
11877
11878 2002-05-10 [colin]      0.7.5claws15
11879
11880         * src/textview.c
11881                 Corrected a bug that prevented sylpheed to open
11882                 double-clicked URIs.
11883
11884 2002-05-09 [paul]       0.7.5claws14
11885
11886         * sync with 0.7.5cvs14
11887                 see ChangeLog 2002-05-08 and 2002-05-09
11888
11889 2002-05-08 [paul]       0.7.5claws13
11890
11891         * sync with 0.7.5cvs11
11892                 see ChangeLog entry 2002-05-08
11893
11894 2002-05-08 [paul]       0.7.5claws12
11895
11896         * src/mainwindow.c
11897           src/textview.[ch]
11898                 fix segfault on View->Open in new window
11899                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11900
11901 2002-05-07 [paul]       0.7.5claws11
11902
11903         * sync with 0.7.5cvs9
11904                 see ChangeLog entry 2002-05-07
11905
11906 2002-05-06 [paul]       0.7.5claws10
11907
11908         * src/messageview.c
11909           src/textview.c
11910                 display url in statusbar on single-click
11911                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11912
11913 2002-05-06 [match]      0.7.5claws9
11914
11915         * src/addritem.[ch]
11916                 new functions.
11917         * src/addrcache.c
11918                 tidy up.
11919         * src/xmlprops.[ch]
11920                 XML implementation of properties file.
11921         * src/exporthtml.[ch]
11922         * src/expthtmldlg.[ch]
11923         * src/addressbook.c
11924                 export to HTML.
11925
11926 2002-05-02 [sergey]     0.7.5claws8
11927
11928         * src/mainwindow.c (mainwin_entries),
11929           src/prefs_common.c (prefs_send_create()),
11930           src/codeconv.c (locale_table):
11931                 use charset name "Windows-1251" instead of "CP1251".
11932
11933 2002-05-02 [colin]      0.7.5claws7
11934         
11935         * src/compose.c
11936           src/prefs_common.c
11937           src/prefs_folder_item.c
11938                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11939
11940 2002-05-02 [hiro]       0.7.5claws6
11941
11942         * src/imap.c
11943                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11944
11945 2002-05-02 [paul]       0.7.5claws5
11946
11947         * src/compose.c
11948                 more sync with 0.7.5cvs7, see ChangeLog entry
11949                 2002-05-02
11950
11951 2002-05-02 [hiro]       0.7.5claws4
11952
11953         * src/compose.c
11954                 compose_queue_sub():
11955                 check if queue folder exists (closes #550397).
11956                 removed directory creation since it should be handled
11957                 transparently.
11958         * src/imap.c
11959                 imap_add_msg(): return UID for appended message
11960                 (closes #548842).
11961
11962 2002-04-30 [paul]       0.7.5claws3
11963
11964         * src/summaryview.c
11965                 fix account_find_from_address() bug
11966
11967 2002-04-28 [colin]      0.7.5claws2
11968
11969         * src/compose.c
11970           src/textview.c
11971           src/prefs_common.[ch]
11972           src/utils.[ch]
11973                 Added user-definable quotation characters recognition.
11974
11975 2002-04-28 [paul]       0.7.5claws1
11976
11977         * sync with 0.7.5cvs4
11978                 see ChangeLog entry  2002-04-25
11979
11980 2002-04-28 [paul]       0.7.5claws
11981
11982         * po/es.po
11983           po/nl.po
11984           po/pt_BR.po
11985                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11986                 Fabio Junior Beneditto
11987
11988 2002-04-27 [jens]       0.7.4claws103
11989
11990         * po/de.po
11991                 updated German translation.
11992
11993 2002-04-27 [hiro]       0.7.4claws102
11994
11995         * src/summaryview.c
11996                 summary_write_cache(): fixed the mark loss of hidden messages.
11997
11998 2002-04-26 [melvin]     0.7.4claws101
11999
12000         * src/procmsg.c
12001                 fixed a second typo (same one)
12002         * po/fr.po
12003           po/it.po
12004           po/pt_BR.po
12005                 fixed the type again...
12006
12007 2002-04-26 [melvin]     0.7.4claws100
12008
12009         * src/procmsg.c
12010                 fixed a typo in an alert message ("temorary").
12011         * po/it.po
12012         * po/pt_BR.po
12013                 corrected the typo  described above.
12014         * po/fr.po
12015                 updated French translation.
12016
12017 2002-04-26 [darko]      0.7.4claws99
12018
12019         * src/summaryview.c
12020                 fix target folder colorization
12021
12022 2002-04-25 [paul]       0.7.4claws98
12023
12024         * po/it.po
12025                 updated by Alessandro Maestri
12026
12027 2002-04-24 [colin]      0.7.4claws97
12028         
12029         * src/compose.c
12030                 Fixed double "subject is empty" question.
12031
12032 2002-04-23 [colin]      0.7.4claws96
12033         
12034         * src/mimeview.c
12035                 Corrected issue when "automatically display images" was
12036                 not set : first image remained after selecting second.
12037
12038 2002-04-23 [melvin]     0.7.4claws95
12039
12040         * src/prefs_actions.c
12041                 Don't display in/out dialog if there is nothing to show.
12042
12043 2002-04-23 [paul]       0.7.4claws94
12044
12045         * sync with 0.7.5cvs3
12046                 bug fixes: see ChangeLog entry 2002-04-23
12047
12048 2002-04-22 [darko]      0.7.4claws93
12049
12050         * src/compose.c
12051                 fix previous check-in which changed code after
12052                 merge from main
12053
12054 2002-04-22 [paul]       0.7.4claws92
12055
12056         * faq/de/*
12057                 add German FAQ
12058         * faq/en/*
12059           faq/es/*
12060           faq/fr/*
12061                 update English, Spanish and French FAQs
12062         * manual/de/*
12063           manual/es/*
12064                 add German and Spanish manuals
12065         * manual/en/*
12066           manual/fr/*
12067                 update English and French manuals
12068
12069         * src/Makefile.am
12070                 add to and re-arrange the pixmap entries
12071
12072 2002-04-22 [darko]      0.7.4claws91
12073
12074         * src/compose.c
12075                 fix sender initials recognition to only allow
12076                 '>' after the initials
12077
12078 2002-04-21 [paul]       0.7.4claws90
12079
12080         * sync with 0.7.5 release
12081                 see ChangeLog entry 2002-04-21
12082
12083 2002-04-21 [alfons]
12084
12085         * src/Makefile.am
12086                 add colin's new pixmaps to EXTRA_DIST
12087
12088 2002-04-21 [colin]      0.7.4claws89
12089         * src/compose.c
12090         * src/inc.c
12091         * src/mainwindow.[ch]
12092         * src/prefs_common.[ch]
12093         * src/stock_pixmap.[ch]
12094                 Added "Work offline" ability.
12095
12096 2002-04-21 [colin]      0.7.4claws88
12097         
12098         * src/mimeview.c
12099         * src/prefs_common.c
12100         * src/prefs_common.h
12101         * src/textview.c : Added an option to common preferences -> display
12102           to allow user not to automatically display images.
12103
12104 2002-04-21 [paul]       0.7.4claws87
12105
12106         * sync with 0.7.4cvs52
12107                 see ChangeLog entry 2002-04-21 (src/imap.c)
12108
12109 2002-04-21 [paul]       0.7.4claws86
12110
12111         * sync with 0.7.4cvs51
12112                 see ChangeLog entry 2002-04-21
12113
12114 2002-04-21 [paul]       0.7.4claws85
12115
12116         * sync with 0.7.4cvs49
12117                 see ChangeLog entries 2002-04-20 and 2002-04-21
12118
12119         * src/Makefile.am
12120                 clean up: remove old 'stock_' element from xpm 
12121                 filenames.
12122
12123 2002-04-21 [alfons]     0.7.4claws84
12124
12125         apply sync patch from Paul
12126
12127         * src/folderview.c
12128                 use old claws prefs_folder_item_create() for now
12129
12130 2002-04-19 [match]      0.7.4claws83
12131
12132         * src/addressbook.[ch]
12133         * src/addrharvest.[ch]
12134         * src/addrgather.[ch]
12135                 recurse folders.
12136         * src/mainwindow.c
12137         * src/summaryview.[ch]
12138                 change menu option.
12139
12140 2002-04-19 [paul]       0.7.4claws82
12141
12142         * po/pt_BR.po
12143                 updated by Fabio Junior Beneditto
12144
12145 2002-04-14 [alfons]     0.7.4claws81
12146
12147         * src/passphrase.c
12148                 add #include <sys/types.h> for mode_t and off_t 
12149
12150 2002-04-13 [paul]       0.7.4claws80
12151         
12152         * src/main.c
12153           src/passphrase.[ch]
12154           src/pgptext.c
12155           src/prefs_common.[ch]
12156           src/rfc2015.c
12157                 enable storing of GnuPG passphrase for the whole 
12158                 session or a user-defined number of minutes. patch 
12159                 submitted by Ravemax <ravemax@dextrose.com>
12160
12161 2002-04-13 [alfons]     0.7.4claws79
12162
12163         * src/textview.c
12164                 make email parser also stop scanning when encountering separators
12165                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12166
12167 2002-04-13 [paul]       0.7.4claws78
12168
12169         * sync with 0.7.4cvs39
12170                 see ChangeLog entry 2002-04-12
12171
12172 2002-04-11 [paul]       0.7.4claws77
12173
12174         * sync with 0.7.4cvs37
12175                 see ChangeLog entry 2002-04-11
12176
12177 2002-04-11 [paul]       0.7.4claws76
12178
12179         * COPYING 
12180                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12181                 the clause for OpenSSL). sync with sylpheed main
12182
12183 2002-04-09 [melvin]     0.7.4claws75
12184
12185         * src/compose.c
12186                 Made 'Ctrl-Enter' on send ignore some modifiers 
12187                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12188                 to bind other *-Enter (but not Alt-Enter).
12189
12190 2002-04-09 [paul]       0.7.4claws74
12191
12192         * sync with 0.7.4cvs35
12193                 see ChangeLog entries 2002-04-09
12194
12195 2002-04-08 [paul]       0.7.4claws73
12196
12197         * sync with 0.7.4cvs33
12198                 see ChangeLog entry 200-04-08
12199
12200 2002-04-07 [match]      0.7.4claws72
12201
12202         * src/addrharvest.[ch]
12203                 fixed to read all addresses in header, regardless
12204                 of header size. improved name parsing. accommodate
12205                 harvest from folders and selected message.
12206         * src/addritem.[ch]
12207                 included new address parsing function.
12208         * src/addrgather.[ch]
12209         * src/addressbook.[ch]
12210         * src/summaryview.[ch]
12211         * src/mainwindow.c
12212                 allow address harvest of folder as well as selected
12213                 messages.
12214
12215 2002-04-07 [paul]       0.7.4claws71
12216
12217         * src/esmtp.[ch]
12218           src/smtp.c
12219                 don't try to authenticate with CRAM-MD5 in SMTP when 
12220                 SMTP-AUTH enabled if MTA doesn't issue this 
12221                 auth-method in it's ehlo-response. bug item #531364,
12222                 patch item #938910. patch submitted by Colin Leroy 
12223                 <colin@colino.net>
12224
12225 2002-04-07 [paul]       0.7.4claws70
12226
12227         * src/nntp.c
12228                 fix missing MODE_READER bug. patch submitted by
12229                 Colin Leroy <colin@colino.net>
12230
12231 2002-04-07 [alfons]     0.7.4claws69
12232
12233         * src/matcher.[ch]
12234         * src/prefs_filtering.c
12235         * src/summaryview.c
12236                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12237                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12238
12239 2002-04-07 [paul]       0.7.4claws68
12240
12241         * sync with 0.7.4cvs32
12242                 see ChangeLog entry 2002-04-06
12243
12244         * tools/filter_conv.pl
12245                 more bug fixes
12246
12247 2002-04-06 [paul]       0.7.4claws67
12248
12249         * tools/filter_conv.pl
12250                 modify to be able to find the name of the first
12251                 mailbox and use that. main's filter does not
12252                 record the full path to the mailbox and therefore
12253                 can only filter to the first mailbox.
12254
12255 2002-04-05 [paul]       0.7.4claws66
12256
12257         * tools/filter_conv.pl
12258                 attempt to make the script all-encompassing and
12259                 be able to convert any main 'filter' rule thrown
12260                 at it
12261
12262 2002-04-05 [paul]       0.7.4claws65
12263
12264         * tools/filter_conv.pl
12265                 allow for collapsed folder trees
12266
12267 2002-04-05 [paul]       0.7.4claws64
12268
12269         * sync with 0.7.4cvs31
12270                 see ChangeLog entries 2002-04-05
12271
12272 2002-04-03 [paul]       0.7.4claws63
12273
12274         * sync with 0.7.4cvs29
12275                 see ChangeLog entries 2002-04-02 and 2002-04-03
12276
12277 2002-04-02 [paul]       0.7.4claws62
12278
12279         * sync with 0.7.4cvs26
12280                 see ChangeLog entry 2002-04-01
12281
12282 2002-04-02 [match]      0.7.4claws61
12283
12284         * src/pine.[ch]
12285         * src/importpine.[ch]
12286         * src/addressbook.c
12287                 import Pine address book.
12288
12289 2002-04-02 [match]      0.7.4claws60
12290
12291         * src/addrharvest.[ch]
12292                 improve address parsing of funky addresses.
12293
12294 2002-04-02 [darko]      0.7.4claws59
12295
12296         * src/compose.c
12297                 wrap on send improvements, it now recognizes quoted
12298                 initials as part of the quotation string, and it
12299                 does not join lines separated by CR
12300
12301 2002-04-01 [match]      0.7.4claws58
12302
12303         * src/mgutils.[ch]
12304                 added new functions.
12305         * src/mutt.[ch]
12306                 remove excessive duplicate address generation
12307                 on import.
12308
12309 2002-04-01 [alfons]     0.7.4claws57
12310         
12311         * src/summaryview.c
12312                 put back g_free() 
12313
12314 2002-04-01 [paul]       0.7.4claws56
12315
12316         * sync with 0.7.4cvs25
12317                 see ChangeLog entry 2002-04-01
12318
12319 2002-04-01 [alfons]     0.7.4aprilfool55
12320
12321         * src/summaryview.c
12322                 honour feature request item #537427 to allow for
12323                 displaying names from address book for sent mail also
12324
12325 2002-03-29 [paul]       0.7.4claws54
12326
12327         * src/mainwindow.c
12328           src/prefs_filtering.[ch]
12329           src/prefs_matcher.c
12330           src/summaryview.c
12331                 add 'fast filter' for claws' filtering,
12332                 /Tools/Create filter rule/... patch submitted
12333                 by Neill Miller <neillm@thecodefactory.org>
12334
12335 2002-03-29 [paul]       0.7.4claws53
12336
12337         * sync with 0.7.4cvs24
12338                 see ChangeLog entry 2002-03-29
12339
12340 2002-03-28 [paul]       0.7.4claws52
12341
12342         * sync with 0.7.4cvs23
12343                 see ChangeLog entry 2002-03-28
12344
12345 2002-03-27 [melvin]     0.7.4claws51
12346
12347         * src/prefs_actions.c
12348                 Added support to pass only one message part (as a
12349                 file) to the command using '%p'. No quotes are needed
12350                 because doubles quotes are automatically added.
12351                 Fixed bug where Sylpheed could block when waiting for
12352                 a child process to finish.
12353                 Changed the help menu to remove quotes around symbols to 
12354                 avoid misinterpretation (they must not be used).
12355
12356 2002-03-27 [melvin]     0.7.4claws50
12357
12358         * src/inc.c
12359                 Made the new mail notification command always 
12360                 execute asynchronously.
12361
12362 2002-03-27 [paul]       0.7.4claws49
12363
12364         * src/compose.c
12365                 fix bug introduced in last commit
12366
12367 2002-03-27 [paul]       0.7.4claws48
12368
12369         * sync with 0.7.4cvs21
12370                 see ChangeLog 2002-03-26 and 2002-03-27
12371
12372 2002-03-26 [hoa]        0.7.4claws47
12373
12374         * src/prefs_folder_item.c
12375                 really fixed the bug #516442 with folder rescan.
12376
12377 2002-03-26 [paul]       0.7.4claws46
12378
12379         * sync with 0.7.4cvs19
12380                 see ChangeLog entries 2002-03-25 and 2002-03-26
12381
12382 2002-03-25 [hoa]        0.7.4claws45
12383
12384         * src/matcher.c
12385         * src/mh.c
12386                 fix the bug #516442 with folder rescan.
12387
12388         * src/prefs_common.[ch]
12389         * src/compose.c
12390                 added an option to enable two different behaviours
12391                 for bounce.
12392
12393
12394 2002-03-25 [paul]       0.7.4claws44
12395
12396         * src/mainwindow.c
12397           src/selective_download.c
12398                 correct a few menuitem labels
12399
12400 2002-03-25 [christoph]  0.7.4claws43
12401
12402         * src/procmsg.c
12403                 fix non deleted tmp message in
12404                 procmsg_save_to_outbox
12405                 fix problems caused by sync with
12406                 main branch's procmsg_send_queue
12407
12408 2002-03-25 [paul]       0.7.4claws42
12409
12410         * src/quote_fmt.c
12411           src/quote_fmt_lex.l
12412           src/quote_fmt_parse.y
12413                 add Last name (%L) placeholder for quoting. 
12414                 patch submitted by Thorsten Thielen 
12415                 <thth@users.sourceforge.net>
12416
12417 2002-03-25 [paul]       0.7.4claws41
12418
12419         * src/utils.c
12420                 get full hostname. patch submitted by
12421                 Bob Woodside <rwoodside1@comcast.net>
12422
12423 2002-03-25 [paul]       0.7.4claws40
12424
12425         * src/account.c
12426           src/news.c
12427           src/nntp.[ch]
12428           src/prefs_account.[ch]
12429                 enable NNTP over SSL. patch submitted by
12430                 Pascal Jermini <pascal@infinity.hn.org>
12431
12432 2002-03-24 [paul]       0.7.4claws39
12433
12434         * src/prefs_common.c
12435                 make the arrangement of the Compose tab more
12436                 coherent
12437
12438         * src/mainwindow.c
12439                 fix some irregularities of style
12440
12441         * po/de.po
12442                 updated by Kilian Krause
12443
12444 2002-03-23 [paul]       0.7.4claws38
12445
12446         * po/pt_BR.po
12447                 updated by Fabio Junior Beneditto
12448
12449 2002-03-23 [paul]       0.7.4claws37
12450
12451         * src/mainwindow.c
12452                 move 'Gather addresses' to 'Tools' menu
12453                 make 'Selective download' sensitive
12454
12455 2002-03-23 [paul]       0.7.4claws36
12456
12457         * sync with 0.7.4cvs16
12458                 see ChangeLog entries 2002-03-23
12459
12460 2002-03-22 [christoph]  0.7.4claws35
12461
12462         * src/quote_fmt_parse.y
12463                 fix include program output
12464
12465 2002-03-22 [alfons]     0.7.4claws34
12466
12467         * src/pop.c
12468                 initialize GDate stack variable correctly (sorry!)
12469
12470 2002-03-22 [paul]       0.7.4claws33
12471
12472         * src/compose.c
12473           src/mainwindow.c
12474           src/prefs_actions.c
12475           src/prefs_common.c
12476                 rename 'Tool' to 'Tools'
12477
12478         * src/mainwindow.c
12479                 move 'Delete duplicated messages' from
12480                 'Message/' to 'Tools/'
12481                 re-arrange the order of 'Tools/' items
12482
12483 2002-03-22 [paul]       0.7.4claws32
12484
12485         * src/addr_compl.c
12486           src/addressbook.[ch]
12487                 auto-address completion now also matches on
12488                 Nickname. patch submitted by Bob Forsman 
12489                 <hammor@users.sourceforge.net>
12490
12491         * src/editaddress.c
12492                 correct a spelling mistake
12493
12494 2002-03-22 [alfons]     0.7.4claws31
12495
12496         * src/pop.c
12497                 fix getting uidl from incorrect string 
12498                 (spotted by Colin)
12499
12500 2002-03-21 [alfons]     0.7.4claws30
12501
12502         * src/pop.c
12503                 more code refactoring
12504                 plug mem leak introduced by delete on server
12505
12506 2002-03-21 [paul]       0.7.4claws29
12507
12508         * sync with 0.7.4cvs11
12509                 see ChangeLog entries 2002-03-20
12510
12511 2002-03-20 [alfons]     0.7.4claws28
12512
12513         * src/inc.c
12514                 apply Colin's patch and refactor
12515
12516 2002-03-20 [paul]       0.7.4claws27
12517
12518         * sync with sylpheed 0.7.4cvs9
12519                 see ChangeLog entry 2002-03-20
12520
12521 2002-03-19 [christoph]  0.7.4claws26
12522
12523         * src/mh.c
12524         * src/procmsg.[ch]
12525         * src/summaryview.c
12526                 revert changes for flag updates
12527                 (does not work correctly and no time to debug)
12528
12529 2002-03-20 [alfons]     0.7.4claws25
12530
12531         * src/pop.c
12532                 refactor should_delete() a little bit 
12533
12534 2002-03-19 [paul]       0.7.4claws24
12535
12536         * src/inc.[ch]
12537           src/pop.c
12538           src/prefs_account.[ch]
12539                 allow the user to leave downloaded mail on the 
12540                 server for n days. Patch submitted by Colin Leroy 
12541                 <colin@colino.net>
12542
12543 2002-02-19 [paul]       0.7.4claws23
12544
12545         * sync with sylpheed 0.7.4cvs8
12546                 see ChangeLog entries 2002-03-19
12547
12548 2002-03-18 [paul]       0.7.4claws22
12549
12550         * sync with sylpheed 0.7.4cvs6
12551                 see ChangeLog entry 2002-03-18
12552
12553 2002-03-18 [paul]       0.7.4claws21
12554
12555         * po/en_GB.po
12556                 add en_GB message catalogue
12557
12558         * src/mbox_folder.c
12559           src/prefs_account.c
12560           src/prefs_actions.c
12561                 correct a few spelling mistakes
12562
12563 2002-03-17 [alfons]     0.7.4claws20
12564
12565         * src/matcher.c
12566                 more stringent checks for NULL params when writing
12567                 filtering actions to a file
12568                 
12569 2002-03-17 [hoa]        0.7.3claws20
12570
12571         * src/news.c
12572                 fixed the count of new messages
12573
12574         * src/compose.c
12575                 fixed the "attachment properties" window
12576
12577 2002-03-17 [paul]       0.7.4claws19
12578
12579         * src/defs.h
12580           src/folder.h
12581           src/news.c
12582           src/prefs_account.[ch]
12583           src/procmsg.[ch]
12584           src/summaryview.c
12585                 automatically mark cross-posted messages as read 
12586                 and (optionally) give them a colour label
12587                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12588                 
12589
12590 2002-03-17 [paul]       0.7.4claws18
12591
12592         * sync with sylpheed 0.7.4cvs5
12593                 see ChangeLog entry 2002-03-17
12594
12595 2002-03-17 [melvin]     0.7.4claws17
12596         
12597         * src/textview.c
12598                 Worked around a gtktext 'bug': when searching for 
12599                 a text in a long message it was scrolling slowly
12600                 line by line until it hit the searched text.
12601         * po/fr.po
12602                 Updated French translation
12603
12604 2002-03-17 [melvin]     0.7.4claws16
12605
12606         * src/mainwindow.c
12607         * src/compose.c
12608         * src/prefs_actions.c
12609                 Moved "Edit/Actions" to "Tool/Actions"
12610                 Made mainwindow/compose window sensitive as soon as
12611                 no child process is running anymore even if the io dialog
12612                 is open.
12613                 Fixed a struct being initialized with a non constant char*
12614
12615 2002-03-16 [christoph]  0.7.4claws15
12616
12617         * configure.in
12618                 add --with-compiler-flags option
12619                 (only for developer hacking)
12620         * src/mh.c
12621         * src/procmsg.[ch]
12622         * src/summaryview.c
12623                 try to make folder-stats and flag handling more
12624                 independent from the summaryview. msgcounts
12625                 are only set when the folder is opened and
12626                 procmsg_msginfo_(un)set_flags will handle it
12627                 later and summaryview will get the values
12628                 from the folder.
12629
12630 2002-03-16 [paul]       0.7.4claws14
12631
12632         * src/messageview.c
12633                 fix Return-receipt. Patch submitted by Bob
12634                 Woodside <rwoodside1@comcast.net>
12635
12636 2002-03-16 [paul]       0.7.4claws13
12637
12638         * src/compose.c
12639                 fix 'dynamic' signatures, make it work again
12640                 broken during sync on 2002-03-14 (0.7.4claws2)
12641
12642 2002-03-15 [match]      0.7.4claws12
12643
12644         * src/addrharvest.[ch]
12645         * src/addrgather.[ch]
12646         * src/addressbook.[ch]
12647         * src/mainwindow.c
12648                 included address harvester feature. still some
12649                 issues with address parsing that I will fix.
12650
12651 2002-03-15 [match]      0.7.4claws11
12652
12653         * src/addrbook.[ch]
12654         * src/addrcache.[ch]
12655         * src/addressbook.[ch]
12656         * src/addrindex.c
12657         * src/editbook.c
12658         * src/importldif.c
12659         * src/importmutt.c
12660         * src/jpilot.[ch]
12661         * src/main.c
12662         * src/syldap.[ch]
12663         * src/vcard.[ch]
12664                 tidy up. fix memory leaks. moved attribs and methods
12665                 from individual interfaces to addrcache object. prep
12666                 for new stuff to come in.
12667
12668 2002-03-15 [alfons]     0.7.4claws10
12669
12670         * src/matcher.[ch]
12671         * src/matcher_parser_parse.y
12672         * src/matcher_parser_lex.l
12673         * src/prefs_matcher.c
12674                 add filtering conditions message greater than, smaller 
12675                 than, and exactly matching a size in bytes
12676                 (does not work with delete from POP3 server yet)
12677
12678                 this should also give others an idea what you should
12679                 do to add new criterions to claws filtering system
12680                 
12681
12682 2002-03-15 [paul]       0.7.4claws9
12683
12684         * tools/filter_conv.pl
12685                 exit if there are no filter rules to convert
12686                 rename filterrc to filterrc.old after completion
12687
12688 2002-03-15 [paul]       0.7.4claws8
12689
12690         * sync with sylpheed 0.7.4cvs3
12691                 see ChangeLog entry 2002-03-14
12692
12693 2002-03-14 [paul]       0.7.4claws7
12694
12695         * src/compose.c
12696                 clean up the last commit (ahem)
12697
12698 2002-03-14 [paul]       0.7.4claws6
12699
12700         * src/compose.c
12701                 fix bug #515655. honour account preferences
12702                 regarding gpg default signing/encryption when 
12703                 changing account from the compose window.
12704
12705 2002-03-14 [paul]       0.7.4claws5
12706
12707         * src/folderview.c
12708                 remove unnecessary curly brackets
12709
12710 2002-03-14 [paul]       0.7.4claws4
12711
12712         * src/folderview.c
12713           src/prefs_filtering.[ch]
12714                 add filter rename on folder rename and filter
12715                 delete on folder delete. Patch submitted by
12716                 Neill Miller <neillm@thecodefactory.org> 
12717
12718 2002-03-14 [christoph]  0.7.4claws3
12719
12720         * src/procmsg.c
12721         * src/send.c
12722                 fix local delivery
12723                 (patch submitted by "Simon 'corecode' Schubert")
12724         * src/prefs_common.c
12725         * src/procmsg.c
12726                 fix gcc 3.0 warning
12727
12728 2002-03-14 [paul]       0.7.4claws2
12729
12730         * sync with sylpheed 0.7.4cvs2
12731                 see ChangeLog entry 2002-03-13
12732
12733 2002-03-12 [darko]      0.7.4claws1
12734
12735         * src/mainwindow.c
12736                 fix what seems to be a copy and paste error
12737                 when setting color for important messages
12738                 (reported by wwp)
12739
12740 2002-03-11 [paul]       version 0.7.4claws released
12741
12742 2002-03-11 [paul]       0.7.4claws
12743
12744         * po/es.po
12745           po/it.po
12746           po/nl.po
12747           po/pt_BR.po
12748                 update message catalogs. Submitted by Ricardo Mones 
12749                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12750                 Fabio Junior Beneditto
12751
12752         * configure.in
12753           faq/Makefile.am
12754           faq/it/Makefile
12755           faq/it/sylpheed-faq*
12756           src/mainwindow.c
12757           src/manual.[ch]
12758                 add FAQ in Italian
12759         
12760
12761 2002-03-11 [jens]       0.7.3claws7
12762
12763         * po/de.po
12764                 updated German translation
12765
12766 2002-03-11 [melvin]     0.7.3claws6
12767
12768         * po/fr.po
12769                 updated and corrected French translation
12770
12771 2002-03-10 [hoa]        0.7.3claws5
12772
12773         * src/account.c
12774         * src/inc.c
12775         * src/prefs_account.c
12776         * src/procmsg.c
12777         * src/send.[ch]
12778                 fixed the local account.
12779                 you have to change the default "/usr/sbin/sendmail"
12780                 to "/usr/sbin/sendmail -t" in the preferences of
12781                 the local account.
12782
12783         * src/procmime.c
12784                 removed some debug display for renderer
12785
12786 2002-03-10 [paul]       0.7.3claws4
12787
12788         * faq/en/sylpheed-faq-1.html
12789           faq/en/sylpheed-faq-2.html
12790                 update
12791
12792 2002-03-09 [paul]       0.7.3claws3
12793
12794         * sync with sylpheed 0.7.4
12795                 see ChangeLog entry 2002-03-09
12796
12797 2002-03-08 [paul]       0.7.3claws2
12798
12799         * faq/en/sylpheed-faq*
12800           faq/es/sylpheed-faq*
12801           faq/fr/sylpheed-faq*
12802                 update the FAQs
12803
12804         * manual/fr/.cvsignore
12805           manual/fr/Makefilea.am
12806           manual/fr/sylpheed*
12807           src/mainwindow.c
12808           src/manual.[ch]
12809                 add the French manual
12810
12811 2002-03-07 [paul]       0.7.3claws1
12812
12813         * sync with sylpheed 0.7.3cvs4
12814                 see ChangeLog entries  2002-03-06 and 2002-03-07
12815         
12816         * po/nl.po
12817                 updated by Wilbert Berendsen
12818
12819 2002-03-07 [melvin]     0.7.2claws34
12820
12821         * src/selective_download.c
12822                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12823
12824 2002-03-06 [paul]       0.7.2claws33
12825
12826         * sync with sylpheed 0.7.3cvs1
12827                 bug fix, see ChangeLog entry 2002-03-05
12828
12829 2002-03-05 [paul]       0.7.2claws32
12830
12831         * src/mimeview.c
12832           src/pgptext.[ch]
12833           src/procmsg.c
12834                 reverse the pgp ascii-armored code implemented in 
12835                 0.7.2claws16. removal of this code until it matures.
12836                 this means that verifying ascii-armored pgp sigs and
12837                 automatic decryption of ascii-armored encrypted
12838                 messages no longer works.
12839
12840 2002-03-05 [paul]       0.7.2claws31
12841
12842         * configure.in
12843           Makefile.am
12844         * faq/Makefile.am
12845         * faq/en/Makefile.am
12846           faq/en/sylpheed-faq.html
12847           faq/en/sylpheed-faq-1.html
12848           faq/en/sylpheed-faq-2.html
12849           faq/en/sylpheed-faq-3.html
12850         * faq/es/Makefile.am
12851           faq/es/sylpheed-faq.html
12852           faq/es/sylpheed-faq-1.html
12853           faq/es/sylpheed-faq-2.html
12854           faq/es/sylpheed-faq-3.html
12855           faq/es/sylpheed-faq-4.html
12856         * faq/fr/Makefile.am
12857           faq/fr/sylpheed-faq.html
12858           faq/fr/sylpheed-faq-1.html
12859           faq/fr/sylpheed-faq-2.html
12860           faq/fr/sylpheed-faq-3.html
12861         * src/Makefile.am
12862           src/defs.h
12863           src/mainwindow.c
12864           src/manual.[ch]
12865                 add FAQs in English, Spanish and French
12866
12867
12868 2002-03-05 [paul]       0.7.2claws30
12869
12870         * manual/en/sylpheed.html
12871           manual/en/sylpheed-XX.html
12872                 updated the English manual
12873
12874 2002-03-05 [hoa]        
12875
12876         * src/summaryview.c
12877                 dialog box pops up if the article can't be deleted.
12878
12879 2002-03-04 [paul]       
12880         
12881         * po/pt_BR.po
12882                 updated by Fabio Junior Benedito
12883
12884 2002-03-04 [hoa]
12885
12886         * removed ac/gpgme.m4
12887                 to avoid autogen common problem
12888                 developers have to install gpgme development package now
12889
12890         * src/compose.c
12891                 encoding to 7bit or 8bit is enabled.
12892
12893 2002-03-03 [alfons]     0.7.2claws29
12894
12895         * src/pop.c
12896                 merge fix by Oliver Haertel for selective
12897                 download buglet
12898
12899 2002-03-03 [paul]       0.7.2claws28
12900         
12901         * sync with sylpheed 0.7.3
12902
12903 2002-03-03 [paul]       0.7.2claws27
12904
12905         * sync with sylpheed 0.7.2cvs24
12906                 see ChangeLog entries 2002-03-02 and 2002-03-03
12907
12908 2002-03-02 [melvin]     0.7.2claws26
12909
12910         * src/inc.[ch]
12911         * src/main.c
12912         * src/mainwindow.c
12913         * src/prefs_common.[ch]
12914                 Added user definable notification on new mail arrival.
12915                 Removed unused variables in spell checker prefs code.
12916
12917 2002-03-02 [melvin]     0.7.2claws25
12918
12919         * src/quote_fmt.c
12920                 Removed unnecessary escape sequences.
12921                 Changed 'Initial...' to 'Initials of Sender'
12922
12923 2002-03-02 [paul]       0.7.2claws24
12924
12925         * sync with sylpheed 0.7.2cvs22
12926                 see ChangeLog entry 2002-03-01
12927
12928 2002-03-01 [hoa]        0.7.2claws23
12929
12930         * src/mainwindow.c
12931                 Set sensitivity of delete actions to active
12932                 even if the folder is a newsgroup.
12933
12934         * src/summaryview.c
12935                 - Set sensitivity of delete actions
12936                 - Added function check_permission() that will check if the
12937                   user is authorized to delete a message. For news, it
12938                   will check if the author is the same.
12939                 - Enabled deletion when there is no trash folder.
12940
12941         * src/news.[ch]
12942                 - Added news_cancel_article() to cancel articles
12943                 - Implemented news_remove_message() (public function)
12944
12945 2002-03-01 [paul]       0.7.2claws22
12946
12947         * src/gtkutils.c
12948           src/textview.c
12949                 recognise urls that that don't include 'http://' and
12950                 simply begin 'www.' 
12951
12952         * AUTHORS
12953                 remove duplicated name
12954
12955 2002-02-28 [paul]       0.7.2claws21
12956
12957         * src/mainwindow.c
12958           src/summaryview.[ch]
12959                 add ability to 'Select thread'
12960                 combines Melvin's "Select thread's head" patch (#510907)
12961                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12962                 patch (#518514) 
12963
12964 2002-02-28 [paul]       0.7.2claws20
12965
12966         * src/mimeview.c
12967                 hopefully fix segfault on right-clicking a mime part
12968                 that some people have experienced.      
12969                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12970
12971 2002-02-28 [paul]       0.7.2claws19
12972
12973         * sync with sylpheed 0.7.2cvs21
12974                 see ChangeLog entries 2002-02-27 and 2002-02-28
12975
12976 2002-02-27 [paul]       0.7.2claws18
12977
12978         * sync with sylpheed 0.7.2cvs18
12979                 see ChangeLog entries 2002-02-26 and 2002-02-27
12980
12981 2002-02-26 [alfons]     0.7.2claws17
12982
12983         * src/procheader.c
12984                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12985                 (spotted by Chris Hessman <idatech@gmx.net>)
12986
12987 2002-02-26 [paul]       0.7.2claws16
12988
12989         * src/mimeview.c
12990           src/pgptext.[ch]
12991           src/procmsg.c
12992                 make decryption of ascii-armored pgp encrypted messages
12993                 and verification of ascii-armored signatures work again.
12994                 slightly altered from the patch by Jens Jahnke 
12995                 <jan0sch@gmx.net>
12996
12997                 ##FIX ME##
12998                 * the checking of plaintext signatures always comes up in 
12999                   a popup box
13000                 * it doesn't work for multipart messages 
13001                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13002                   including the msg headers and these 2 line themselves, are 
13003                   not displayed
13004
13005         * src/mainwindow.c
13006                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13007                 "View/Message View" becomes "View/Separate Message View"
13008                 because its less ambiguous.
13009
13010         * po/es.po
13011                 updated by Ricardo Mones Lastra
13012
13013 2002-02-26 [paul]       0.7.2claws15
13014
13015         * sync with sylpheed 0.7.2cvs17
13016                 see ChangeLog entries 2002-02-25 and 2002-02-26
13017
13018 2002-02-25 [christoph]  0.7.2claws14
13019
13020         * src/filtering.[ch]
13021         * src/inc.c
13022                 do filtering stuff after all messages have been received
13023                   1. drop all messages to .processing
13024                   2. scan processing folder for messages
13025                   3. filter messages or move to inbox
13026                 this will also find old messages left in processing after
13027                 a crash or something like that and we get a real msginfo
13028                 from folder->get_msg_list and do not have to create our
13029                 own in filter_message
13030         * src/matcher_parser_parse.y
13031                 remove MIX/MAX warning (reordered includes)
13032
13033 2002-02-25 [paul]       0.7.2claws13
13034
13035         * sync with sylpheed 0.7.2cvs15
13036                 see ChangeLog entry 2002-02-24
13037
13038 2002-02-24 [alfons]     0.7.2claws12
13039
13040         * src/filtering.c
13041                 clear old color flags first when applying a new color to
13042                 a message info. 
13043                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13044
13045 2002-02-24 [alfons]     0.7.2.claws11
13046         
13047         * AUTHORS
13048         * src/prefs_common.c
13049                 add presets for Opera and Konqueror, closes patch #517261,
13050                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13051
13052 2002-02-24 [alfons]     0.7.2.claws10
13053
13054         * AUTHORS
13055         * src/summaryview.c
13056                 fix threading for null message ids, closes patch #521601,
13057                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13058
13059 2002-02-24 [alfons]     0.7.2claws9
13060
13061         * src/summaryview.c
13062         * src/filtering.c
13063                 make Tool | Filter Message work with filtering system so
13064                 setting flags also works
13065
13066                 TODO:
13067
13068                 - Processing uses the same function as Tool | Filter
13069                   Message, but doesn't use the same update proc yet
13070
13071 2002-02-23 [paul]       0.7.2claws8
13072
13073         * sync with sylpheed 0.7.2cvs14
13074                 see ChangeLog entries 2002-02-22 and 2002-02-23
13075
13076 2002-02-22 [christoph]  0.7.2claws7
13077
13078         * src/quote_fmt.c
13079                 Add column space to table
13080         * src/quote_fmt_parse.y
13081                 Close files
13082
13083 2002-02-22 [paul]       0.7.2claws6
13084
13085         * src/Makefile.am
13086           src/defs.h
13087           src/filtering.c
13088           src/inc.[ch]
13089           src/mainwindow.c
13090           src/matcher.[ch]
13091           src/matcher_parser_lex.l
13092           src/matcher_parser_parse.y
13093           src/pop.[ch]
13094           src/prefs_account.h
13095           src/prefs_filtering.c
13096           src/selective_download.[ch]   *** NEW FILES ***
13097           src/utils.[ch]
13098           po/POTFILES.in
13099                 Selective Download added to 'Tool' menu. 
13100                 Retrieves email headers of the currently selected pop3 
13101                 account and allows the user to mark emails for deletion 
13102                 right on the pop3 server. Patch submitted by Oliver Haertel 
13103                 <oha@users.sourceforge.net>.
13104         
13105         * po/POTFILES.in
13106                 add 'src/quote_fmt.c'           
13107
13108 2002-02-22 [christoph]  0.7.2claws5
13109
13110         * src/Makefile.am
13111                 added quote_fmt.c
13112         * src/prefs_common.[ch]
13113         * src/prefs_template.c
13114         * src/quote_fmt.c               *** NEW FILE ***
13115         * src/quote_fmt.h
13116                 move quote format symbol description code
13117                 to it's own file because it is used from
13118                 differnent code parts
13119                 Rewrote symbol description GUI
13120                   + use table
13121                   + add separators
13122                   + get data from array (no more long constant strings)
13123         * src/quote_fmt_lex.l
13124         * src/quote_fmt_parse.y
13125                 Symbol for Literal % changed to \% instead of %%
13126                 (More logical as \ is used for quoting for other symbols)
13127                 Add |f and |p to include files and program output
13128                 Examples:
13129                     |f{/home/.../.signature}
13130                     |p{date}
13131         * po/de.po
13132                 Correct wrong spelling for "Referenzen"
13133
13134 2002-02-21 [paul]       0.7.2claws4
13135
13136         * src/procmsg.c
13137                 forgotten during sync
13138
13139 2002-02-21 [paul]       0.7.2claws3
13140
13141         * sync with sylpheed 0.7.2cvs11
13142                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13143                 2002-02-20 and 2002-02-21
13144
13145 2002-02-20 [melvin]     0.7.2claws2
13146
13147         * src/prefs_actions.c
13148                 Added error report when child cannot fork or when execvp 
13149                 returns with an error.
13150
13151 2002-02-19 [christoph]  0.7.2claws1
13152
13153         * src/codeconv.c
13154                 return unconverted text if conde conversion is not possible
13155                 when libjconv is used.
13156                 (patch submitted by "Simon 'corecode' Schubert")
13157
13158 2002-02-19 [paul]       
13159
13160         * version 0.7.2claws release
13161
13162 2002-02-19 [paul]       0.7.2claws
13163
13164         * po/nl.po
13165                 updated by Wilbert Berendsen
13166
13167
13168 2002-02-18 [alfons]     0.7.1claws13
13169
13170         * src/syldap.c
13171         * src/jpilot.c
13172                 remove references to dlfcn and explicitly loading functions
13173                 from dynalink libs, because libs linked anyway, and functions
13174                 are loaded explicitly
13175
13176 2002-02-17 [melvin]     0.7.1claws12
13177
13178         * src/prefs_actions.c
13179                 Replaced children wait loop with double fork technique.
13180                 Now, input/output window updated at each new output.
13181                 free_children(): Fixed a memory leak.
13182                 Made input/output window non closable if running children
13183                 still exist.
13184                 Added missing <unistd.h> include.
13185                 Added some --debug outputs.
13186
13187 2002-02-17 [melvin]     0.7.1claws11
13188
13189         * src/summaryview.c
13190                 Fixed bug where descending sort order did not select top
13191                 message.
13192
13193 2002-02-17 [melvin]     0.7.1claws10
13194
13195         * acconfig.h
13196                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13197         * src/prefs_common.c
13198                 Pspell data package directory no more hard coded but
13199                 set during configuration (PSPELL_PATH). (Thanks to 
13200                                 Gustavo Noronha Silva.)
13201
13202 2002-02-17 [melvin]     0.7.1claws9
13203
13204         * configure.in
13205                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13206         * src/gtkspell.c
13207                 Fixed compile-time warnings.
13208
13209 2002-02-16 [alfons]     0.7.1claws8
13210
13211         * src/filesel.c
13212                 fix inadvertent free of NULL pointer which caused
13213                 sylpheed to crash when closing the save-as dialog
13214                 using the window close button
13215
13216 2002-02-16 [carsten]    0.7.1claws7
13217         * src/mainwindow.[ch]
13218           src/summaryview.c
13219           src/prefs_common.c
13220                 fixes for pixmap theming code:
13221                         - recently changed mail attributes shouldn't get
13222                           lost any longer
13223                         - theme is only reloaded iff another theme was
13224                           selected
13225
13226 2002-02-16 [paul]       0.7.1claws6
13227
13228         * sync with sylpheed 0.7.2 release
13229                 see ChangeLog entry 2002-02-15 and 2002-02-16
13230
13231 2002-02-15 [paul]       0.7.1claws5
13232
13233         * sync with sylpheed 0.7.1cvs9
13234                 see ChangeLog entry 2002-02-15
13235
13236         * po/POTFILES.in
13237                 remove unneeded headerwindow.c entry
13238
13239 2002-02-14 [carsten]    0.7.1claws4
13240         * src/summaryview.c
13241                 fixed a bug for "Go to next unread message": there was
13242                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13243                 in the prefs, because of doing "Search again" instead
13244                 "No"
13245
13246 2002-02-14 [carsten]    0.7.1claws3
13247         * src/stock_pixmap.c
13248                 removed 2 more mem leaks; following memprof,
13249                 this code is "leak free" now :)
13250
13251 2002-02-14 [carsten]    0.7.1claws2
13252         * src/stock_pixmap.c
13253                 used opendir/readdir/closedir instead of scandir
13254                 -> code should work now on Solaris
13255
13256 2002-02-14 [paul]       0.7.1claws1
13257
13258         * sync with sylpheed 0.7.1cvs8
13259                 see ChangeLog entries 2002-02-13 and 2002-02-14
13260
13261         * README.claws
13262                 add some description of Actions and Pixmap Themes
13263
13264 2002-02-13 [paul]       
13265
13266         * version 0.7.1claws release
13267
13268 2002-02-13 [paul]       0.7.1claws
13269
13270         * po/es.po
13271           po/it.po
13272           po/pt_BR.po
13273                 updated translations, submitted by Ricardo Mones Lastra,
13274                 Alessandro Maestri and Fabio Junior Beneditto
13275
13276 2002-02-13 [melvin]     0.7.0claws75
13277
13278         * src/prefs_actions.c
13279                 Added missing "signal.h" include
13280
13281 2002-02-13 [melvin]     0.7.0claws74
13282
13283         * src/prefs_folder_item.c
13284                 Added missing "config.h" include
13285         * po/fr.po
13286                 Updated French translation for folder propriety.
13287
13288 2002-02-13 [jens]       0.7.0claws73
13289
13290         * po/POTFILES.in
13291                 Added missing src/prefs_folder_item.c [log added by melvin]
13292         * po/de.po
13293                 Updated German translation.
13294
13295 2002-02-13 [melvin]     0.7.0claws72
13296
13297         * po/fr.po
13298                 Updated French translation.
13299
13300 2002-02-13 [melvin]     0.7.0claws71
13301
13302         * src/gtkutils.c
13303                 Made gtkut_editable_get_selection return NULL if selection
13304                 is of length zero.
13305                 This fixes a bug where selecting part of message A then
13306                 switching to message B and replying to it will not
13307                 quote the message's body.
13308
13309 2002-02-12 [paul]       0.7.0claws70
13310
13311         * src/mainwindow.c
13312                 cosmetic, relating to pixmap themes: on toolbar make 
13313                 updating of 'Exec' and 'Compose news/Compose email'
13314                 icons faster.
13315
13316 2002-02-12 [carsten]    0.7.0claws69
13317         * src/folderview.c
13318           src/mainwindow.[ch]
13319           src/stock_pixmap.c
13320           src/summaryview.c
13321           src/prefs_common.c
13322                 - refreshing after changing pixmap theme better
13323                   now (thanks Paul)
13324                 - wanted to remove some mem leaks, but alfons was
13325                   faster (and had the better solution ;)
13326
13327 2002-02-12 [alfons]     0.7.0claws68
13328
13329         * src/prefs_common.c
13330         * src/stock_pixmap.[ch]
13331                 plug mem leaks, refactor code a little bit
13332
13333
13334 2002-02-12 [sergey]     0.7.0claws67
13335
13336         * src/imap.c
13337                 Fixed problem with copying messages to IMAP folders when the
13338                 server uses something other than '/' as a namespace separator
13339                 (cyrus-imapd uses '.').
13340
13341 2002-02-12 [jens]       0.7.0claws66
13342
13343         * po/de.po
13344                 Updated German Translation
13345
13346 2002-02-12 [paul]       0.7.0claws65
13347
13348         * sync with sylpheed 0.7.1cvs1
13349                 see ChangeLog entry 2002-02-12
13350
13351 2002-02-12 [melvin]     0.7.0claws64
13352
13353         * src/prefs_actions.c
13354                 Fixed "feature" where children's output was duplicated 
13355                 instead of refreshed while monitoring.
13356                 Removed some debug code.
13357
13358 2002-02-12 [christoph]  0.7.0claws63
13359
13360         * src/compose.c
13361                 always delete message from queue after sending/send error
13362                 (closes bug #509601)
13363
13364 2002-02-12 [melvin]     0.7.0claws62
13365
13366         * src/prefs_actions.c
13367                 Children wait loop is now triggered with a timeout of 1s
13368                 Added %F which is replaced with the list of filenames 
13369                 of all selected messages (as suggested by Ricardo Mones Lestra)
13370                 Pipe syntax changed. Prefix with | to send selection, postfix
13371                 with | to retrieve output. Prefix with > or * to send
13372                 user definable input to the command (*: input is hidden)
13373                 Old pipe action should now be postfixed with |, too.
13374
13375 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13376         * src/stock_pixmap.c
13377                 fixed a bug: if there's no theme directory don't
13378                 throw an error, just do "nothing" (thanks Alfons)
13379
13380 2002-02-12 [carsten]    0.7.0claws60
13381         * src/folderview.c
13382           src/summaryview.c
13383                 had to write the cache twice (nasty!); some marks would 
13384                 get lost if not
13385
13386 2002-02-11 [carsten]    0.7.0claws59
13387         * acconfig.h
13388           configure.in
13389           doc-src/maintainer_guide.txt
13390           src/compose.[ch]
13391           src/defs.h
13392           src/folderview.[ch]
13393           src/gtkutils.[ch]
13394           src/mainwindow.[ch]
13395           src/prefs_common.[ch]
13396           src/stock_pixmap.[ch]
13397           src/summaryview.[ch]
13398                 pixmap theming and related work on pixmap
13399                 handling on some other places
13400                 (e.g. hrm features for all folder)
13401           src/pixmap/stock_*.xpm -> the stock_ was removed
13402         
13403 2002-02-11 [paul]       0.7.0claws58
13404
13405         * sync with sylpheed 0.7.1 release
13406                 see ChangeLog entries 2002-02-11
13407
13408 2002-02-08 [paul]       0.7.0claws57
13409
13410         * sync with sylpheed 0.7.0cvs39
13411                 see ChangeLog entry 2002-02-07 (last entry) 
13412
13413         * src/prefs_actions.c
13414           src/prefs_filtering.c
13415           src/prefs_matcher.c
13416           src/prefs_scoring.c
13417                 sync: made it compile with C compilers other than gcc
13418
13419 2002-02-07 [paul]       0.7.0claws56
13420
13421         * sync with sylpheed 0.7.0cvs38
13422                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13423                 2002-02-07
13424
13425 2002-02-07 [darko]      0.7.0claws55
13426
13427         * src/gtkutils.[ch]
13428         * src/summaryview.c
13429                 Fix const gchar */gchar * issue (thanks Hiro)
13430
13431 2002-02-07 [darko]      0.7.0claws54
13432
13433         * src/compose.[ch]
13434         * src/filtering.c
13435         * src/gtkutils.[ch]
13436         * src/prefs_template.c
13437         * src/quote_fmt.h
13438         * src/quote_fmt_parse.y
13439         * src/summaryview.c
13440         * src/utils.[ch]
13441                 When replying or forwarding an email don't quote the entire
13442                 mail body but use the part of the message text that is selected
13443
13444 2002-02-06 [melvin]     0.7.0claws53
13445
13446         * src/prefs_common.[ch]
13447         * src/gtkspell.[ch]
13448         * src/compose.c
13449                 Made possible to switch quickly to last used dictionary
13450                 which makes checking bilingual documents easier.
13451
13452 2002-02-06 [melvin]     0.7.0claws52
13453         
13454         * po/POTFILES.in
13455                 Added forgotten new file src/prefs_actions.c
13456
13457 2002-02-06 [melvin]     0.7.0claws51
13458
13459         * src/prefs_actions.c   ** NEW FILE **
13460         * src/prefs_actions.h   ** NEW FILE **
13461                 Added actions to execute on message text view, or on the
13462                         message's file.
13463         * src/Makefile.am
13464                 Added src/prefs_actions.[ch]
13465         * src/compose.c
13466                 Added new menu "Edit/Actions"
13467         * src/defs.h
13468                 Added new actionsrc file.
13469         * src/main.c
13470                 Added actionsrc reading.
13471         * src/mainwindow.c
13472                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13473         * src/prefs_common.h
13474                 Added new element actionslst element to prefs_common.
13475
13476 2002-02-06 [paul]       0.7.0claws50
13477
13478         * sync with sylpheed 0.7.0cvs36
13479                 see ChangeLog entry 2002-02-06
13480
13481 2002-02-05 [paul]
13482
13483         * po/es.po
13484                 updated by Ricardo Mones Lastra
13485
13486 2002-02-05 [paul]       0.7.0claws49
13487
13488         * sync with sylpheed 0.7.0cvs33
13489                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13490
13491 2002-02-05 [paul]       0.7.0claws48
13492
13493         * src/compose.c
13494                 re-add 'Edit/Advanced/Delete entire line', previously named
13495                 'Delete Line+'
13496
13497 2002-02-04 [paul]       0.7.0claws47
13498
13499         * src/compose.c
13500           src/summaryview.c
13501                 fix bug #494993 (Reply All not taking Reply-To into consi)
13502                 eliminate differences in behaviour of right-click 'Reply to all' 
13503                 in summary view and 'Reply to all' on the toolbar. 
13504                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13505                 view and From gets ignored by 'Reply to all' on toolbar.
13506                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13507                 From when no Reply-To header is present.
13508
13509 2002-02-04 [paul]       0.7.0claws46
13510
13511         * sync with sylpheed 0.7.0cvs30
13512                 see ChangeLog entries 2002-02-03 and 2002-02-04
13513
13514 2002-02-03 [melvin]     0.7.0claws45
13515
13516         * src/gtkspell.[ch]
13517                 Readded function to highlight all misspelled words.
13518                 Fixed bug where user-provided-words did not replace
13519                         correctly the misspelled word when using the mouse.
13520                 Fixed bug where checking a region selected from right to left did
13521                         not check the region at all.
13522                 Fixed bug where 'Check backwards' may not check at all. 
13523                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13524                 Fixed possible buffer overflow when checking for long strings (>1k).
13525                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13526                 Accelerators code uses now gtk_widget_add_accel.
13527                 Removed and disabled obsolete and unfinished code.
13528                 Cleaning up.
13529
13530         * src/compose.c
13531                 Added menu item to Highlight all misspelled words.
13532
13533 2002-02-01 [paul]       0.7.0claws44
13534
13535         * src/mainwindow.c
13536                 fix '/View/Hide read messages' sensitivity when all
13537                 messages in a folder are hidden
13538
13539 2002-02-01 [paul]       0.7.0claws43
13540
13541         * src/main.c
13542                 add --send option to command line interface, sends all
13543                 queued mail. Patch submitted by Ricardo Mones Lastra.
13544
13545 2002-01-31 [paul]       0.7.0claws42
13546
13547         * src/mainwindow.c
13548                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13549
13550 2002-01-31 [paul]       0.7.0claws41
13551
13552         * sync with sylpheed 0.7.0cvs27
13553                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13554                 and 2002-01-31
13555
13556         * src/textview.c
13557                 comment out elements of textview_show_part() as temporary
13558                 workaround for attachment 'Display as text' bug 
13559
13560         * po/pt_BR.po
13561                 updated by Fabio Junior Beneditto
13562
13563 2002-01-30 [paul]       0.7.0claws40
13564
13565         * sync with sylpheed 0.7.0cvs24
13566                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13567                 and 2002-01-30
13568
13569         * src/compose.c
13570                 add {N_("/_Spelling"), ... "<Branch>"} to 
13571                 GtkItemFactoryEntry compose_entries[]
13572
13573         * src/prefs_common.c
13574                 add claws menu items to prefs_keybind_apply_clicked()
13575                 and remove non-claws menu items
13576
13577 2002-01-29 [paul]       0.7.0claws39
13578
13579         * sync with sylpheed 0.7.0cvs22
13580                 see ChangeLog entries 2002-01-28 and 2002-01-29
13581
13582 2002-01-28 [melvin]     0.7.0claws38
13583
13584         * src/compose.c
13585                 Added the declartion of compose_send_control_enter.
13586
13587         * src/compose.c
13588         * src/gtkspell.[ch]
13589                 Added in a 'Spelling' menu which includes the configuration menu. 
13590                 Added a real 'Check all' and got rid from the old one which only
13591                 highlited misspelled word.
13592                 Made 'Check while typing' a disableable option.
13593                 Added a dialog when there are no more misspelled word.
13594                 Added a dialog if error occurs when switching to a dictionary.
13595         
13596         * src/prefs_common.[ch]
13597                 Added option for the default 'Check while typing' option.
13598
13599
13600 2002-01-28 [alfons]     0.7.0claws37
13601
13602         * src/compose.c
13603                 fix buglet and make code comply with sylpheed code style
13604
13605 2002-01-28 [paul]       0.7.0claws36
13606
13607         * sync with sylpheed 0.7.0cvs19
13608                 see ChangeLog entries for 2002-01-28
13609
13610 2002-01-28 [hoa]        0.7.0claws35
13611
13612         * src/defs.h
13613                 added rendererrc
13614
13615         * src/main.c
13616                 read the renderer config
13617
13618         * src/procmime.[ch]
13619                 use the renderer config to convert mime attachments
13620
13621         * src/textview.c
13622                 don't use textview_show_html/ertf,
13623                 use get_text_content instead
13624
13625 2002-01-27 [alfons]     0.7.0claws34
13626         
13627         * src/news.c
13628                 make sylpheed believe it can delete a news message...
13629                 (messages are NOT deleted, maybe we should remove
13630                 processing from the folder properties after all.)
13631
13632 2002-01-27 [alfons]     0.7.0claws33
13633
13634         * src/folder.c
13635                 add extra checks
13636         * src/news.c
13637                 implement remove_msg() 
13638
13639 2002-01-27 [alfons]     0.7.0claws32
13640
13641         * src/procmsg.h
13642         * src/procheader.c
13643         * src/messageview.c
13644                 fix return receipt / disposition notification again. this
13645                 stuff seems to break on _every_ major summary UI change, so
13646                 it's now implemented using a flag which is saved in the
13647                 marks cache
13648                 
13649 2002-01-26 [alfons]     0.7.0claws31
13650
13651         * src/import.c
13652                 let import dialog show the destination folder identifier
13653
13654 2002-01-26 [melvin]     0.7.0claws30
13655
13656         * src/folderview.c
13657         * src/summaryview.c
13658                 Readded 'Mark all read' into summary view popup menu
13659                 Added 'Mark all read' in folder view popup menu for IMAP
13660                 and NNTP.
13661                 Made it insensitive if the selected folder is not the shown
13662                 one to avoid 'Mark all read' on the wrong folder.
13663                 
13664 2002-01-26 [paul]       0.7.0claws29
13665
13666         * src/folderview.c
13667           src/summaryview.c
13668                 move 'Mark all read' from summary view to folder view
13669                 menu. (adapted from) patch submitted by Jeremy Andrews,
13670                 <lists@kerneltrap.com>
13671
13672 2002-01-25 [alfons]     0.7.0claws28
13673
13674         * src/gtkstext.c
13675                 put the gtk class name back so GtkSText adapts the 
13676                 settings of GtkText
13677
13678 2002-01-25 [alfons]     0.7.0claws27
13679
13680         * src/folderview.c 
13681                 assimilate Ricardo's patch that shows pixmaps instead of
13682                 plain "new" and "unread" texts in the folder view column
13683                 headers 
13684
13685 2002-01-25 [paul]       0.7.0claws26
13686
13687         * src/Makefile.am
13688                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13689                 be found in non-standard locations. 
13690                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13691
13692 2002-01-25 [paul]       0.7.0claws25
13693
13694         * sync with sylpheed 0.7.0cvs16
13695                 see ChangeLog entry 2002-01-25
13696
13697 2002-01-24 [paul]       0.7.0claws24
13698
13699         * more sync with sylpheed 0.7.0cvs15
13700                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13701
13702 2002-01-23 [sergey]     0.7.0claws23
13703
13704         * src/importldif.c
13705                 Fixed segfault when closing LDIF import wizard with
13706                 the window manager.
13707         * src/imageview.c
13708         * src/imageview.h
13709         * src/messageview.c
13710         * src/mimeview.c
13711                 Fixed wrong scrolling position after switching between
13712                 text and image parts.
13713
13714 2002-01-23 [paul]       0.7.0claws22
13715
13716         * sync with sylpheed 0.7.0cvs15
13717                 see ChangeLog entries 2002-01-22 and 2002-01-23
13718
13719 2002-01-21 [melvin]     0.7.0claws21
13720
13721         * src/prefs_scoring.c
13722         * src/prefs_filtering.c
13723                 Fixed bug where scoring and filtering windows stopped
13724                 autochecking.
13725
13726 2002-01-21 [paul]       0.7.0claws20
13727
13728         * sync with sylpheed 0.7.0cvs12
13729                 see ChangeLog entries 2002-01-20 and 2002-01-21
13730
13731 2002-01-21 [carsten]    0.7.0claws19
13732         * src/mainwindow.c
13733         * src/menu.[ch]
13734         * src/messageview.[ch]
13735         * src/summaryview.[ch]
13736                 changes to shortcuts handling again:
13737                         + "Q" now controled by mainwin
13738                         + v/V are now customizable and have slightly
13739                           different meanings
13740                 the "button" to minimize the messageview (and maximize
13741                 the summary view) is a real button now
13742         * src/compose.c
13743                 "Delete Line+" added to Edit/Advanced (this will also
13744                 delete the '\n')
13745
13746 2002-01-20 [melvin] 0.7.0claws18
13747
13748         * src/addressbook.c
13749                 Made "Bcc" sensitive when addressbook is called from
13750                 compose window (it was a Claws only bug).
13751
13752 2002-01-19 [alfons] 0.7.0claws17
13753
13754         * src/inc.c
13755                 prevent unnecessary updates when currently selected folder has
13756                 no new messages 
13757
13758 2002-01-19 [alfons] 0.7.0claws16
13759         
13760         * src/summaryview.c
13761                 prevent writing the cache based on current message list in summary 
13762                 view when filtering also put messages in currently selected folder
13763
13764 2002-01-19 [paul]
13765
13766         * po/it.po
13767                 Italian translation submitted by Alessandro Maestri
13768                 <a.maestri@cs.tin.it>
13769
13770 2002-01-18 [melvin]     0.7.0claws15
13771
13772         * src/prefs_filters.c
13773                 fixed bug where 'cancel' from 'filters' window stops autochecking
13774                 if the timer timed out  when the window was open.
13775
13776 2002-01-18 [match]      0.7.0claws14
13777
13778         * src/addrclip.[ch]     ** NEW FILE **
13779         * src/addrselect.[ch]   ** NEW FILE **
13780         * src/adbookbase.h      ** NEW FILE **
13781                 addressbook cut, copy and paste
13782         * src/addrbook.[ch]
13783         * src/addrcache.[ch]
13784         * src/addressitem.h
13785         * src/addrindex.[ch]
13786         * src/addritem.[ch]
13787         * src/importldif.c
13788         * src/importmutt.c
13789         * src/jpilot.[ch]
13790         * src/syldap.[ch]
13791         * src/vcard.[ch]
13792         * src/jpilot.[ch]
13793         * src/editbook.c
13794         * src/editjpilot.c
13795         * src/editldap.c
13796         * src/editvcard.c
13797                 support for copy/paste
13798         * src/addressbook.c
13799                 support for copy/paste
13800                 tidy up menu option processing
13801                 correct address list function arguments
13802         * src/editaddress.c
13803                 sort user attributes
13804         * src/ldif.h
13805         * src/mutt.h
13806                 tidy up
13807
13808         * src/addrbook.[ch]
13809         * src/addrbook.[ch]
13810         * src/addrbook.[ch]
13811                 
13812
13813 2002-01-18 [paul]       0.7.0claws13
13814
13815         * sync with sylpheed 0.7.0cvs8
13816                 configure.in: support Mac OS X (Darwin)
13817
13818 2002-01-18 [carsten]    0.7.0claws12
13819         * src/html.c
13820                 small hack to fix a segfault with an empty href
13821                 (reported by Alexandra Walford <deeni@altern.org>)
13822         * src/mainwindow.c
13823         * src/summaryview.c
13824                 the shortcuts for Mark und Mark as unread are hardcoded
13825                 again
13826         * src/compose.c
13827         * src/gtkstext.[ch]
13828                 readded the shortcuts in gtkstext but made them
13829                 customizeable (simply by adding a menu plus a wrapper
13830                 to compose.c)
13831
13832 2002-01-17 [melvin]     0.7.0claws11
13833
13834         * src/gtkspell.c
13835                 fix default dictionary not being saved.
13836
13837 2002-01-16 [darko]      0.7.0claws10
13838
13839         * src/compose.c
13840                 fix wrapping crash with URL longer than wrapping margin
13841
13842 2002-12-08 [hoa]        0.7.0claws10
13843
13844         * src/matcher_parser_parse.y
13845                 fixed some bugs
13846
13847         * src/prefs_filtering.c
13848                 now, we can use bounce action in the dialog box.
13849
13850 2002-01-16 [carsten]    0.7.0claws9
13851         * src/gtkstext.c
13852                 removed the <control> and <alt> shortcuts because they're
13853                 not needed and interefered with the "normal" shortcuts
13854         * src/mainwindow.c
13855         * src/summaryview.c
13856                 removed most of the hardcoded shortcuts and assigned
13857                 them to menu entries making them easy customizable by
13858                 that
13859
13860 2002-01-16 |melvin]     0.7.0claws8
13861
13862         * src/gtkspell.c
13863                 fixed bug where using the mouse and when the compose
13864                 window is not on top may result in a crash.
13865
13866 2002-01-16 [melvin]     0.7.0claws7
13867
13868         * src/compose.c
13869                 fixed a long standingspell checker bug which could 
13870                 cause a crash after sending a message.
13871
13872 2002-01-16 [paul]       0.7.0claws6
13873
13874         * sync with sylpheed 0.7.0cvs7
13875                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13876                 2002-01-15, and 2002-01-16
13877
13878 2002-01-16 [melvin]     0.7.0claws5
13879
13880         * README.claws
13881         * src/compose.c
13882         * src/gtkspell.[ch]
13883         * src/main.c
13884                 Heavily modified spell checker code to work around
13885                 ispell bug, to add keyboard shortcuts and for future
13886                 enhancements. See README.claws for usage information.
13887
13888 2002-01-15 [alfons]     0.7.0claws4
13889         
13890         * src/summaryview.c
13891                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13892                 so sorting within threads reflects sort mode
13893
13894 2002-01-15 [christoph]  0.7.0claws3
13895
13896         * src/procmsg.c
13897                 added alertpanel if mail sending failed
13898
13899 2002-01-15 [alfons]     0.7.0claws2
13900         
13901         * src/prefs_filtering.c
13902                 don't stop timer when prefs filtering dialog is opened
13903
13904 2002-01-14 [alfons]     0.7.0claws1
13905
13906         * src/addr_compl.c
13907         * src/prefs.c
13908                 remove debug_print()s for privacy reasons
13909
13910 2002-01-14 [darko]      0.7.0claws
13911
13912         * README.claws
13913                 quotation wrapping is now also in the main branch
13914
13915 2002-01-14 [paul]
13916
13917         * tools/filter_conv.pl
13918                 allow for Boolean Op and case-sensitivity
13919                 this file is included in the release and tagged
13920                 'rel_0_7_0'
13921
13922 2002-01-13 [paul]       0.7.0claws
13923
13924         * release 0.7.0, with cvs tag 'rel_0_7_0'
13925
13926 2002-01-13 [paul]
13927
13928         * tools/filter_conv.pl
13929         * tools/README
13930                 rewritten to output to matcherrc instead of filteringrc
13931
13932         * po/es.po
13933                 updated Spanish translation by Ricardo Mones Lastra
13934
13935 2002-01-13 [alfons]
13936
13937         * po/nl.po
13938                 update dutch translation
13939
13940 2002-01-13 [paul]
13941
13942         * po/pt_BR.po
13943                 Updated by Fabio Junior Beneditto 
13944
13945 2002-01-13 [melvin]     0.6.6claws53
13946
13947         * po/fr.po
13948                 Updated french translation
13949
13950 2002-01-12 [alfons]     0.6.6claws52
13951
13952         * src/filtering.c
13953                 plug mem leak that has been sitting there for ages              
13954
13955 2002-01-12 [alfons]     0.6.6claws51
13956
13957         * src/summaryview.c
13958                 undo melvin's changes from 0.6.6claws48 because summary
13959                 view now refuses to select first unread message when
13960                 selecting a folder 
13961
13962 2002-01-11 [alfons]     0.6.6claws50
13963
13964         * src/import.c
13965                 use claws' semantics for getting folder item when
13966                 importing an mbox file into a folder 
13967                 (submitted by Dale P. Smith)
13968
13969 2002-01-11 [christoph]  0.6.6claws49
13970
13971         * src/prefs.h
13972                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13973                 toggle widget, because non static prefs can not use
13974                 prefs_set_* functions
13975         * src/prefs_account.c
13976                 toggle smtp auth password field sensitivity if
13977                 user id is empty and add descrition of usage for
13978                 these fields
13979         * src/prefs_folder_item.c
13980                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13981                 callbacks
13982
13983 2002-01-11 [melvin]     0.6.6claws48
13984
13985         * src/compose.c
13986                 fix the 'Ctrl-Enter' feature for sending and test really
13987                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13988                 editables which was not documented in Gtk)
13989
13990         * src/summaryview.c
13991                 Made summaryview refresh after sorting and not before.
13992
13993 2002-01-11 [christoph]  0.6.6claws47
13994
13995         * src/compose.c
13996                 select account from account ids if possible and
13997                 correctly set save folder for copy in reedit
13998
13999 2002-01-10 [paul]       0.6.6claws46
14000
14001         * sync with sylpheed 0.7.0 release
14002                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14003                 2002-01-09
14004
14005 2002-01-09 [alfons]
14006
14007         * src/summaryview.c
14008                 remove more dirt traces...
14009
14010 2002-01-09 [alfons]
14011         
14012         * src/summaryview.c
14013                 clean up some traces of my debugging stuff
14014
14015 2002-01-09 [alfons]     0.6.6claws45
14016
14017         * src/filtering.c
14018                 break up filteringprop_apply() in three separate pieces
14019                 so we can drop messages that failed processing in the
14020                 inbox
14021
14022         * src/summaryview.c
14023                 fix bug #469598 "no refresh of inbox after filter" which 
14024                 was introduced by the new summary view locking, and which 
14025                 prevented the summary view to update after a manual filter 
14026                 message. claw's filter message requires a summary_show().
14027                 (aargh, summary_show() again! :-)
14028                 
14029 2002-01-07 [alfons]     0.6.6claws44
14030
14031         * src/headerwindow.c
14032         * src/logwindow.c
14033         * src/messageview.c
14034         * src/sourcewindow.c
14035                 bring in Hiro's last 0.7.0 wm class fixes
14036
14037         * tools/sylprint.pl
14038                 bring in Ricardo's fix for sylprint script
14039
14040         * AUTHORS       
14041         * src/rfc2015.[ch]
14042         * src/prefs_common.[ch]
14043         * src/prefs_account.[ch]
14044         * src/compose.c
14045                 clean up account preference poison in rfc2015,
14046                 and preparation to fix double sign bug 
14047                 (patch submitted by Simon 'corecode' Schubert)
14048
14049 2002-01-07 [christoph]  0.6.6claws43
14050
14051         * src/mh.c
14052                 search for free message number, do not only rely
14053                 on last_num
14054         * src/send.c
14055                 fix smtp auth and use extra account information
14056                 if available, if not use pop3 data instead
14057                 (closes bug #500341)            
14058         * src/ssl.[ch]
14059                 match coding style
14060
14061 2002-01-06 [alfons]     0.6.6claws42
14062
14063         * src/mainwindow.c
14064                 try making the separate windows work again...
14065
14066 2002-01-06 [alfons]     0.6.6claws41
14067
14068         * src/mainwindow.c
14069                 adapt Hiro's separate window menu (to get rid of the funny
14070                 duplicate menu items), and make it work again
14071
14072 2002-01-06 [alfons]     0.6.6claws40
14073
14074         * tools/Makefile.am
14075         * tools/sylprint.rc
14076         * tools/sylprint.pl
14077         * tools/README.sylprint
14078                 add sylprint script for printing mails from Sylpheed
14079                 (contributed by Ricardo Mones Lastra)
14080
14081         * src/acount.c
14082                 clean up
14083
14084 2002-01-06 [melvin]     0.6.6claws39
14085
14086         * src/mainwindow.c
14087         * src/summaryview.c
14088                 Fixed crash introduced in 0.6.6claws38 by the menu
14089                 reorganisation (Hide read messages)
14090         
14091         * ChangeLog.claws 
14092                 Fixed typo (we are now in 2002, alfons ;) )
14093
14094 2002-01-05 [alfons]     0.6.6claws38
14095
14096         * sync with sylpheed 0.6.6cvs10-17
14097                 (last stuff marked as LAST_STABLE)
14098
14099 2002-01-04 [melvin]     0.6.6claws37
14100
14101         * src/account.c
14102                 Made account selection code use strcasestr again instead of
14103                 g_strcasecmp (fixes bug where reediting queued messages
14104                 did not select proper account reported by T. Link).
14105         
14106         * src/folderview.c
14107                 Fix bug where folder icons are not shown when 'hide read messages'
14108                 is on.
14109         
14110         * src/stock_pixmaps.[ch]
14111                 Added folder icons for 'hide read messages'.
14112         
14113         * src/compose.c
14114                 Fixed bug where 'Enter' in a header entry will send the message 
14115                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14116
14117 2002-01-03 [melvin]     0.6.6claws36
14118         
14119         * src/prefs.[ch]
14120                 Added popup menu for common preferences and
14121                 account preferences (right click on tab displays
14122                                 a menu of all tabs.)
14123
14124 2002-01-02 [melvin]     0.6.6claws35
14125
14126         * src/gtkspell.[ch]
14127                 Made spelling code compatible with undo/redo feature.
14128                 Added creation of suggestion mode menu for the general
14129                         preferences.
14130         
14131         * src/prefs_common.[ch]
14132                 Added option menu for the speller's suggestion mode.
14133                 Added missing spaces in "..." buttons and made a "..."
14134                         button non translatable!
14135         
14136         * src/compose.c
14137                 Made speller use the default suggestion mode.
14138                 Hack to make it possible to choose 'CTRL-Enter' as a
14139                         shortcut for sending (and only for sending).
14140
14141         * src/prefs_folder_item.c
14142                 Changing subject simplification does not update cache 
14143                         anymore (because it is unnecessary).
14144                 Fixed bug where changing subject simplification updated the 
14145                         summaryview even when the viewed folder is not the
14146                         folder which properties are being changed. (E.g. 
14147                                         viewing folder A and changing
14148                                         the subject simplification of 
14149                                         folder B -not being viewed- updated the 
14150                                         summaryview of folder A with data of
14151                                         folder B). (Hope this is clear... )
14152
14153 2001-12-31 [alfons]     0.6.6claws34
14154         
14155         * src/ldif.c
14156         * src/mutt.c
14157                 fgetc() returns a signed integer which doesn't
14158                 fit in a char. so c truncates this to a char
14159                 but we may lose significant bits. i.e. we may
14160                 comparing 0xFF which may not be equal to -1
14161                 unless properly casted to signed char which
14162                 we won't do because fgetc() returns a signed
14163                 integer which doesn't fit in a char. so c 
14164                 truncates this to a char but we may lose 
14165                 significat bits. (you got the idea, thanks
14166                 to Gustavo Noronha Silva <kov@debian.org>
14167                 and the Debian folks!)
14168
14169 2001-12-30 [alfons]     0.6.6claws33
14170
14171         * src/prefs_common.c
14172                 add #ifdef USE_PSPELLs that Melvin forgot               
14173
14174 2001-12-30 [melvin]     0.6.6claws32
14175         
14176         * src/prefs_common.[ch]
14177                 Added configurable color for misspelled words.
14178
14179         * src/gtkspell.[ch]
14180                 Fixed bug of foreground text color (reported by David
14181                                 Mehrmann)
14182                 Added configurable color for misspelled words.
14183
14184 2001-12-30 [alfons]     0.6.6claws31
14185
14186         * src/folder.c
14187                 remove unnecessary things someone put there
14188
14189         * src/mh.c
14190         * src/folder.[ch]
14191                 make folder properties (like threading and sorting) persistent
14192                 (closes bug #497424 "rescan folder tree resets proprieties")
14193                 currently this is only for MH folders. 
14194
14195 2001-12-29 [melvin]     0.6.6claws30
14196
14197         * src/string_match.[ch]
14198                 Optimized a bit: regexp pattern buffer compiled only once, and
14199                   one subroutine call removed. Fixed ^ regexp search: Now, 
14200                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14201         
14202         * src/summaryview.c
14203                 Subject filtering changed to filter summary columns and
14204                   not directly the messages subject cache. The loss in 
14205                   performance is balanced by the improvement of string_match.
14206                 Added an alert panel if there is an error in the regexp.
14207
14208         * src/src/prefs_folder_item.h
14209                 Added a regexp pattern buffer.
14210
14211 2001-12-28 [alfons]     0.6.6claws29
14212
14213         * src/string_match.[ch]
14214                 clean up name space
14215                 allow compilation *BSD
14216
14217 2001-12-27 [alfons]     0.6.6claws28
14218
14219         * src/filter.c
14220                 sync the Hiro's bug fix for BSD
14221
14222 2001-12-27 [melvin]     0.6.6claws27
14223         
14224         * src/compose.c
14225                 Simplify focus to subject entry code.
14226
14227 2001-12-27 [darko]      0.6.6claws26
14228
14229         * src/filtering.c
14230         * src/mbox_folder.c
14231         * src/messageview.c
14232         * src/mh.c
14233         * src/procheader.[ch]
14234         * src/procmsg.h
14235         * src/stock_pixmap.[ch]
14236         * src/summaryview.c
14237                 Show key icon for encrypted mails in summary view
14238
14239         * src/pixmaps/clip.xpm
14240         * src/pixmaps/clipkey.xpm
14241         * src/pixmaps/key.xpm
14242                 New/modified icons for the above
14243
14244 2001-12-27 [melvin]     0.6.6claws25
14245
14246         * src/prefs_common.c
14247                 Put spell checker options in a separate tab to decrease
14248                 the Common Preferences window height.
14249
14250         * README.claws  
14251                 Update spell checker usage instruction about its options
14252                 location.
14253
14254 2001-12-27 [melvin]     0.6.6claws24
14255
14256         * src/compose.c
14257                 Changed subject entry widget position. Initial focus is
14258                 on the To header instead of the subject entry.
14259                 Creating a new header scrolls the header list to make the
14260                 created one visible. Nevertheless, when automatically filling
14261                 headers, the first one is shown.
14262                 A Tab key press in the last empty header entry zips the 
14263                 focus to the subject entry.
14264                 (I did not change the combo boxes, yet)
14265
14266 2001-12-26 [alfons]     0.6.6claws23
14267
14268         * src/prefs_account.c
14269         * src/inc.c
14270                 allow default inbox to reside in another mailbox (only
14271                 works for POP3 accounts)
14272
14273 2001-12-26 [alfons]     0.6.6claws22
14274         
14275         * src/textview.c
14276                 make reply-on-click work with the account of the selected folder
14277         * src/compose.c
14278                 put a fixme here to remind me to fix finding correct default
14279                 account for nested folders
14280
14281 2001-12-25 [alfons]     0.6.6claws21
14282
14283         * src/summaryview.c
14284                 make column headers display locked and mark pixmaps (idea by Melvin) 
14285                 fix bug by adding score and locked column type to sort array
14286
14287 2001-12-25 [alfons]     0.6.6claws20
14288         
14289         * src/summaryview.c
14290                 catch a *potentially* inadvertent write back of  
14291                 the message cache(s) introduced by 0.6.5claws37
14292
14293 2001-12-25 [christoph]  0.6.6claws19
14294
14295         * src/stock_pixmap.[ch]
14296         * src/summaryview.c
14297                 add ignore thread pixmap
14298                 (can someone draw a better icon for this?)
14299
14300 2001-12-24 [alfons]     0.6.6claws18
14301
14302         * src/prefs_folder_item.c
14303                 make address completion actually work for the
14304                 Default To address in the Folder Property dialog.
14305
14306 2001-12-24 [alfons]     0.6.6claws17
14307         
14308         * src/summaryview.c
14309                 use new style regexp for subject stripping 
14310                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14311
14312 2001-12-24 [darko]      0.6.6claws16
14313
14314         * src/pgptext.c
14315         * src/rfc2015.c
14316                 move GPG related informational messages to debug mode
14317
14318 2001-12-23 [alfons]     0.6.6claws15
14319
14320         * src/stock_pixmap.[ch]
14321         * src/summaryview.c
14322                 add the forgotten Claws' locked pixmap
14323
14324 2001-12-23 [alfons]     0.6.6claws14
14325
14326         * src/filesel.c
14327                 accept file name typed in entry in multi file
14328                 selector (patch submitted by Gustavo Noronha Silva 
14329                 <kov@debian.org>)
14330
14331 2001-12-23 [alfons]     0.6.6claws13
14332
14333         * src/prefs_filter.c
14334         * src/prefs_filtering.c
14335         * src/matcher.c
14336         * src/importmutt.c
14337                 clean up a little bit
14338         
14339         * src/string_match.c
14340                 validate input strings a little bit more
14341
14342 2001-12-23 [alfons]     0.6.6claws12
14343
14344         * src/Makefile.am
14345         * src/summaryview.c
14346         * src/string_match.[ch]         ** NEW **
14347         * src/folderview.[ch]
14348         * src/headerview.h
14349         * src/folder.[ch]
14350         * src/prefs_folder_item.[ch]
14351                 add subject simplification to strip out strings from
14352                 a subject line (esp. handy for mailing lists). 
14353                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14354                 but slightly changed things for better integration.)
14355
14356 2001-12-23 [alfons]     0.6.6claws11
14357
14358         * src/mainwindow.c
14359                 fix bug introduced by submission included in 0.6.5claws52.
14360                 ideally this submission should clean the trash if any trash
14361                 folder has a message. however, the hasTrash variable was
14362                 set to false whenever a trash folder was empty (discarding
14363                 a previously found *filled* trash folder.)
14364
14365                 also edited the code a little bit and made it more safe.
14366
14367 2001-12-22 [alfons]     0.6.6claws10
14368
14369         * src/imap.c
14370                 quick fix for Martin Pool's omission of an account
14371                 specific SSL setting
14372
14373 2001-12-22 [alfons]     0.6.6claws9
14374
14375         * src/compose.c
14376         * src/messageview.c
14377         * src/mimeview.c
14378         * src/pgptext.c
14379         * src/procmime.[ch]
14380                 better support for multipart/digest (submitted
14381                 by Fredrik <e98fo@efd.lth.se>)
14382
14383 2001-12-22 [alfons]     0.6.6claws8
14384
14385         * src/addressbook.c
14386                 correct function signature
14387         * src/socket.[ch]
14388         * src/imap.[ch]
14389         * src/prefs_account.[ch]
14390                 allow IMAP over SSH tunnel (patch submitted by 
14391                 Martin Pool <mbp@samba.org>)
14392
14393 2001-12-21 [alfons]     0.6.6claws7
14394
14395         * sync with sylpheed 0.6.6cvs4-9
14396                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14397
14398 2001-12-21 [christoph]  0.6.6claws6
14399
14400         * src/compose.c
14401         * src/prefs_folder_item.[ch]
14402                 implement saving of outgoing messages to current folder.
14403                 fix segfault when no default outbox is available
14404                 (closes bug #495683)
14405
14406 2001-12-21 [carsten]    0.6.6claws5
14407         * src/folderview.c
14408         * src/summaryview.c
14409                 pressing CTRL while DND does now the expected thing and
14410                 copies the mail (moving is still the default, as this
14411                 seam more appropriate for handling mails by DND)
14412
14413 2001-12-18 [paul]       0.6.6claws4
14414
14415         * sync with sylpheed 0.6.6cvs3
14416                 see ChangeLog entries 2001-12-18
14417
14418 2001-12-18 [hiro]       0.6.6claws3
14419
14420         * src/undo.c
14421                 fix for multibyte characters (obtain the number of letters
14422                 instead of bytes).
14423
14424 2001-12-17 [paul]       0.6.6claws2
14425
14426         * sync with sylpheed 0.6.6cvs1
14427                 see ChangeLog entry 2001-12-16
14428
14429 2000-12-17 [alfons]     0.6.6claws1
14430
14431         * src/filtering.c
14432                 clean up
14433
14434 2001-12-16 [paul]       0.6.6claws
14435 2001-12-15
14436
14437         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14438
14439         * src/mimeview.c
14440                 last minute sync with main 0.6.6
14441
14442         * po/es.po
14443                 updated by Ricardo Mones Lastra
14444                 update for last minute sync
14445         * po/fr.po
14446         * po/nl.po
14447                 update for last minute sync
14448         * po/de.po
14449                 updated by Jens Oberender
14450         * po/pt_BR.po
14451                 updated by Fabio Junior Beneditto
14452
14453         * src/prefs_common.[ch]
14454         * src/undo.c
14455                 number of undo levels is user configurable
14456                 (squeeze it into the release in the dying
14457                 moments) Submitted by Jens Oberender    
14458
14459 2001-12-15 [melvin]
14460
14461         * po/fr.po
14462                 updated french translation
14463
14464 2001-12-15 [paul]       0.6.5claws92
14465
14466         * sync with sylpheed 0.6.5cvs28
14467                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14468
14469         * po/nl.po
14470                 update to allow for sync
14471
14472 2001-12-15 [alfons]
14473         
14474         * po/nl.po
14475                 update dutch translation
14476
14477 2001-12-14 [carsten]    0.6.5claws91
14478         * src/summaryview.c
14479                 fixed bug #473785; also after changing the column order
14480                 the same message will be selected and displayed as before
14481                 the reordering
14482
14483 2001-12-14 [carsten]    0.6.5claws90
14484         * src/folderview.c
14485                 probably found the bug reported by wwb opening or closing
14486                 a folder tree just before dnd (found the solution in the
14487                 balsa source -- thanks to them)
14488
14489 2001-12-14 [carsten]    0.6.5claws89
14490         * src/gtkutils.c
14491         * src/account.c
14492                 moved gtk_clist_moveto to the right place, so that
14493                 only the accounts dialog is effected on opening
14494
14495 2001-12-14 [carsten]    0.6.5claws88
14496         * src/gtkutils.c
14497                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14498                 now, so that the focused row will be seen in any case
14499                 (reported by wwp on sf-claws-user)
14500
14501 2001-12-14 [darko]      0.6.5claws87
14502
14503         * src/compose.c
14504                 remove unnecessary line
14505
14506 2001-12-14 [paul]       0.6.5claws86
14507
14508         * sync with sylpheed 0.6.5cvs27
14509                 see ChangeLog entries 2001-12-14
14510
14511 2001-12-14 [carsten]    0.6.5claws85
14512         * src/mainwindow.c
14513                 following a suggestion of Melvin the rcoabm pops up
14514                 right under the button now and the button is reliefed
14515                 while the popup is open
14516
14517 2001-12-14 [darko]      0.6.5claws84
14518
14519         * src/compose.c
14520                 fix crash when wrapping long lines if linewrap quotation
14521                 is disabled and wrapper encounters a word spanning more
14522                 than one line
14523
14524 2001-12-13 [paul]       0.6.5claws83
14525
14526         * src/compose.c
14527                 prefer 'Reply-To' header over mailing list header when
14528                 replying to a message. Finally prevent all those confirmation 
14529                 messages being sent to the list itself.
14530
14531         * src/summaryview.c
14532                 remove unused summary_set_menu_sensitive() entry
14533
14534 2001-12-13 [paul]       0.6.5claws82
14535
14536         * src/folderview.c
14537         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14538         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14539         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14540                 improvements to 'Hide read messages': Inbox, Outbox,
14541                 Trash, Queue, and Draft icons now reveal presence of hidden 
14542                 messages
14543
14544 2001-12-12 [alfons]     0.6.5claws81
14545
14546         0.6.5claws80 was tagged as LAST_STABLE
14547
14548         * src/filtering.[ch]
14549         * src/matcher.[ch]
14550         * src/matcher_parser_lex.c
14551                 fix the filtering; my last attempt to get it right, 
14552                 if it does not work, it's Hoa's turn. ;-)
14553
14554                 for my honourable peers:
14555                 
14556                 the code now makes a clear distinction between
14557                 rules as they are displayed (probably escaped),
14558                 and as they are executed (probably unescaped). the
14559                 parser does *NOT* do any unescaping, this is
14560                 the task of the matcher.c (which breaks up a
14561                 rule into condition) and the filtering.c (which
14562                 breaks up the rule's action). to make this
14563                 run happily we provide an unescaped copy of
14564                 crucial strings to the MatcherProp and 
14565                 FilteringAction structures. note that the only
14566                 exception to this is any REGEXP string. those
14567                 are directly passed to regcomp() and regexp()
14568                 (who have much more powerful unescape functions).
14569                 
14570                 for everyone else:
14571         
14572                 you can escape tab (\t), carriage return (\r),
14573                 linefeed (\n), form feed (\f), quote (\"), 
14574                 single quote (\'), bell (\b) in all the entry
14575                 lines in the scoring & filtering dialogs.
14576                 as an added bonus this should not affect
14577                 existing filtering rules.
14578
14579 2001-12-12 [carsten]    0.6.5claws80
14580
14581         * src/summaryview.c
14582         * po/de.po
14583                 "item(s) selected" is now sensitive to 1 or more
14584                 than one selected (nice for language where simple
14585                 adding of a "s" is not possible as German (Eintrag
14586                 ->Eintr"age)
14587                 
14588                 the "forward as attachment" entry from the right
14589                 click menu removed, "forward" acts following the
14590                 prefs
14591         
14592         * src/textview.c
14593                 reverted my former changes; so compiler warning again
14594                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14595                 nevertheless
14596
14597         * src/messageview.c
14598                 "search in message" does now *not* only work in MVIEW_TEXT
14599                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14600                 message
14601
14602         * src/mainwindow.c
14603                 removed "/File/_Close" as it was the same as "/File/E_xit"
14604                 and we don't need it two times
14605
14606                 the separate folder view and message view now get a distinct
14607                 WMCLASS, just in case someone is using sawfish ;-)
14608
14609                 as the menu entries "/View/Message view" and "/View/Folder tree"
14610                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14611                 make them sensitive accordingly and as these two are "shown"
14612                 after startup anytime check this menuitem at startup
14613
14614 2001-12-12 [paul]       0.6.5claws79
14615
14616         * src/folderview.c
14617                 fix sensitivity of 'Search folder...', broken in
14618                 0.6.5claws75
14619
14620         * src/mainwindow.c
14621                 fix dodgy English
14622
14623 2001-12-11 [carsten]    0.6.5claws78
14624         * src/filtering.c
14625                 fixed two typos returning a wrong FALSE/TRUE
14626         * src/mainwindow.[ch]
14627                 extra menu for email/news button removed
14628
14629 2001-12-11 [alfons]     0.6.5claws77
14630         
14631         * src/matcher.c                 (1.3)
14632         * src/matcher_parser_lex.l      (1.28)
14633                 revert for another attempt
14634                 mark 0.6.5claws77 as LAST_STABLE
14635
14636 2001-12-11 [christoph]  0.6.5claws76
14637
14638         * po/de.po
14639                 fixed wrong translation for prev. unread msg
14640
14641 2001-12-11 [paul]       0.6.5claws75
14642
14643         * src/folder.[ch]
14644         * src/folderview.c
14645         * src/mainwindow.c
14646         * src/summaryview.[ch]
14647         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14648                 enable ability to hide read messages on per folder basis via 
14649                 '/Summary/Hide read messages'; when selected, a folder will 
14650                 have a red open folder icon, instead of a blue icon, if the 
14651                 folder contains hidden messges
14652                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14653
14654         * src/mainwindow.c
14655                 remove '/Message/Forward as attachment' from 
14656                 main_window_set_menu_sensitive() to prevent debug warning
14657
14658         * src/folderview.c
14659         * src/mainwindow.c
14660                 Clean up some of the English
14661
14662         * tools/newscache_clean.pl
14663                 allow for new 'hidereadmsgs' entry in folderlist.xml
14664
14665         * po/es.po
14666                 updated translation, submitted by Ricardo Mones Lastra
14667
14668 2001-12-11 [paul]       0.6.5claws74
14669
14670         * sync with sylpheed 0.6.5cvs25
14671                 see ChangeLog entry 2001-12-11
14672
14673 2001-12-10 [alfons]     0.6.5claws73
14674
14675         * src/matcher.c
14676                 add more control characters
14677         * src/matcher_parser_lex.l
14678                 make escaping / unescaping work again
14679
14680 2001-12-10 [alfons]     0.6.5claws72
14681
14682         * src/imap.c
14683                 clean up warnings "returning value for void function" 
14684         * src/prefs_filtering.c
14685                 make info button for execute action sensitive
14686
14687 2001-12-10 [paul]       0.6.5claws71
14688
14689         * src/compose.c
14690         * src/imap.[ch]
14691         * src/summaryview.c
14692                 fix: imap server now gets informed of MARKED, UNMARKED
14693                 and REPLY events. Now people can use different IMAP-Mail
14694                 clients and have the exact same information about MARKED,
14695                 UNMARKED and REPLY status with all of them. Especially
14696                 useful for imap servers with a web-frontend.
14697                 submitted by Tobias Sandhaas <medlor@web.de>
14698
14699 2001-12-09 [melvin]     0.6.5claws70
14700         
14701         * src/textview.[ch]
14702                 fixed bug #490076 (hunted down by Alfons who implemented
14703                 a workaround in 0.6.5claws65)
14704
14705 2001-12-09 [christoph]  0.6.5claws69
14706
14707         * src/summaryview.c
14708                 set pointer to string in LOCKED column to NULL
14709                 (might fix bug #490800)
14710
14711 2001-12-09 [carsten]    0.6.5claws68
14712
14713         * po/de.po
14714                 resolved some cluttered menu shortcuts 
14715                 ('creating new email' and 'creating news message'
14716                 hade the same)
14717         * src/compose.c
14718                 wmclass now distinc from main window
14719         * src/mainwindow.c
14720           src/mainwindow.h
14721                 email/news and forward button functionality similar
14722                 to the reply buttons; removed the ugly dropdown arrows
14723                 and use instead the right mouse button
14724
14725 2001-12-09 [paul]       0.6.5claws67
14726
14727         * src/imap.c
14728         * src/utils.h
14729                 allow spaces in imap folder names
14730                 submitted by Willem van Engen <wvengen@stack.nl>
14731
14732 2001-12-09 [paul]       0.6.5claws66
14733
14734         * sync with sylpheed 0.6.5cvs24
14735                 see ChangeLog entry 2001-12-09
14736
14737 2001-12-08 [alfons]     0.6.5claws65
14738
14739         * src/textview.c
14740                 prevent secondary selection claim after "add to sender" dialog
14741                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14742                 we trick GTK by simulating a click at (0, 0) in the textview.
14743
14744 2001-12-08 [hoa]        0.6.5claws64
14745
14746         * src/folder.c
14747                 fixed a bug about the .processing folder name while filtering
14748
14749 2001-12-08 [alfons]     0.6.5claws63
14750
14751         * src/folderview.c 
14752                 work around problem of not correctly updating folder stats
14753                 when deleting messages. there's some folder scanning evil
14754                 going so the folderview_update_msg_num() does not work
14755                 correctly. need to investigate this.
14756
14757 2001-12-08 [paul]       0.6.5claws62
14758
14759         * sync with sylpheed 0.6.5cvs23
14760                 see ChangeLog entry 2001-12-08
14761
14762 2001-12-07 [christoph]  0.6.5claws61
14763
14764         * src/compose.c
14765                 fix another header translation problem
14766
14767 2001-12-07 [alfons]     0.6.5claws60
14768
14769         * src/mbox.c
14770                 make filtering also work on local spool mbox
14771
14772 2001-12-07 [carsten]    0.6.5claws59
14773         * src/addressbook.c
14774                 addressbook window gets a wmclass distinct from the main
14775                 sylpheed window
14776         * src/compose.h
14777         * src/mainwindow.[ch]
14778                   forward menu item will use mode selected in prefs, forward 
14779                 as attatchment in menu removed (will be substituted in the
14780                 toolbar similar to reply buttons)
14781                   create news message menu entry and news button is now 
14782                 sensitive to the existance of a news account
14783         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14784         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14785         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14786                 these are removed because the toolbar buttons don't show
14787                 the quoting modus any longer
14788
14789 2001-12-07 [paul]
14790
14791         * tools/newscache_clean.pl      ** NEW FILE **
14792                 perl script to do some tidying up in the newscache directory 
14793                 
14794         * tools/sylpheed-switcher       ** NEW FILE **
14795                 perl script to enable easy switching between main and claws
14796                 
14797         * tools/README
14798                 added descriptions of the two new perl scripts          
14799
14800
14801 2001-12-07 [melvin]     0.6.5claws58
14802
14803         * src/messageview.c
14804                 fixed a warning during compilation introduced in 0.6.5claws56
14805
14806 2001-12-07 [paul]       0.6.5claws57
14807
14808         * src/mainwindow.[ch]
14809         * src/menu.[ch]
14810                 further usability enhancements to replying with or without 
14811                 quoting via the toolbar, use of Ctrl key is replaced by 
14812                 drop down menu 
14813                 Submitted by Carsten Schurig            
14814
14815 2001-12-07 [melvin]     0.6.5claws56
14816
14817         * src/messageview.c
14818                 hack to fix bug that prevented to make/paste selections
14819                 after switching between MVIEW_TEXT and MVIEW_MIME views
14820                 without deselecting the selection first.
14821
14822 2001-12-06 [alfons]     0.6.5claws55
14823
14824         * src/filtering.[ch]
14825         * src/inc.c
14826                 revise filtering a little bit more, and make sure
14827                 messages are delivered to the appropriate inbox
14828                 (perhaps set per account)
14829
14830 2001-12-06 [paul]       0.6.5claws54
14831
14832         * sync with sylpheed 0.6.5cvs22
14833                 see ChangeLog entry 2001-12-06
14834
14835 2001-12-05 [alfons]     0.6.5claws53
14836
14837         * src/inc.c
14838         * src/folder.[ch]
14839         * src/procmsg.c
14840         * src/filtering.c
14841                 more revisions of filtering system
14842                 (last stable version is marked as LAST_STABLE)
14843                 
14844                 | NOTE 1): the filtering system now uses a local folder called
14845                 | .processing. if filtering fails, check this directory
14846                 | for missing messages.
14847                 |
14848                 | NOTE 2): help us find the filtering actions still missing
14849
14850 2001-12-05 [paul]       0.6.5claws52
14851
14852         * src/mainwindow.c
14853                 fix bug where 'Empty Trash?' pop-up window appears even
14854                 when Trash is empty, submitted by Jesse Skinner         
14855
14856 2001-12-05 [melvin]     0.6.5claws51
14857
14858         * src/compose.c
14859                 fixed bug #486106 to select correct account when reediting 
14860                 a queued message
14861         
14862 2001-12-04 [alfons]     0.6.5claws50
14863
14864         * src/mh.c
14865                 declare markfile in appropriate functions when
14866                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14867                 for spotting this)
14868
14869 2001-12-04 [paul]       0.6.5claws49
14870
14871         * sync with sylpheed 0.6.5cvs21
14872                 see ChangeLog entry 2001-12-04
14873
14874 2001-12-03 [christoph]  0.6.5claws48
14875
14876         * po/de.po
14877                 changed translation of undo
14878         * src/account.c
14879         * src/folder.c
14880                 don't reinvent the wheel to traverse a GNode
14881         * src/compose.[ch]
14882                 seperate code to create the compose gui into functions
14883                 add "Others" page with folder selection for saving copy
14884                 of the message.
14885                 the folder identifier is saved to queue header
14886         * src/procmsg.c
14887                 save message to folder in queue header
14888
14889 2001-12-03 [paul]       0.6.5claws47
14890
14891         * sync with sylpheed 0.6.5cvs20
14892                 see ChangeLog entry 2001-12-03
14893
14894 2001-12-01 [paul]
14895
14896         * more sync with sylpheed 0.6.5cvs19
14897                 see ChangeLog entry 2001-11-29
14898
14899 2001-11-30 [paul]       0.6.5claws46
14900         
14901         * src/compose.c
14902                 remove conflicts introduced by Hoa's last commit
14903          
14904         * src/mainwindow.c
14905                 make 'Message/Bounce' sensitive
14906
14907 2001-11-30 [hoa]        0.6.5claws45
14908
14909         * src/compose.c
14910                 slightly change bounce function to add
14911                 information about the user that bounced the mail
14912                 in the From header line.
14913
14914         * src/folderview.c
14915                 permit the use of processing in outbox folder.
14916
14917 2001-11-29 [paul]       0.6.5claws44
14918
14919         * src/mainwindow.[ch]
14920         * src/prefs_common.c
14921         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14922         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14923         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14924                 usability enhancements to the quoting, implements
14925                 use of Ctrl key to toggle quoting settings
14926                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14927
14928 2001-11-29 [paul]       0.6.5claws43
14929         
14930         * sync with sylpheed 0.6.5cvs19
14931                 see ChangeLog entry 2001-11-28
14932
14933 2001-11-29 [melvin]     0.6.5claws42
14934         * src/Makefile.am
14935                 added enriched.[ch] to the list of files
14936
14937         * src/textview.c
14938         * src/mimeview.c
14939         * src/procmime.[ch]
14940         * src/enriched.[ch]
14941                 added support to view text/enriched
14942                 added support to show headers in message view for text/enriched and text/html
14943                         in non multipart messages
14944
14945 2001-11-28 [paul]       0.6.5claws41
14946
14947         * more sync with sylpheed 0.6.5cvs18
14948                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14949
14950 2001-11-27 [paul]       0.6.5claws40
14951         
14952         * po/pt_BR.po
14953                 updated translation, submitted by Fabio Junior Beneditto
14954                 
14955         * sync with sylpheed 0.6.5cvs18
14956                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14957                 2001-11-27
14958
14959
14960 2001-11-26 [paul]
14961
14962         * po/es.po
14963                 updated translation, submitted by Ricardo Mones Lastra
14964
14965 2001-11-26 [alfons]
14966
14967         * src/matcher.c
14968                 add more translatable strings
14969
14970 2001-11-26 [christoph]  0.6.5claws39
14971
14972         * po/de.po      
14973                 fixed one more umlaut
14974         * src/compose.c
14975                 fix translated header when it should not be translated
14976
14977 2001-11-26 [paul]       0.6.5claws38
14978
14979         * src/mainwindow.c
14980                 remove '/Message/Add Sender to address book' from 
14981                 main_window_set_menu_sensitive(), prevent debug warning
14982                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14983
14984 2001-11-26 [paul]       0.6.5claws37
14985
14986         * src/summaryview.c
14987                 fix 'recurring unread state' bug 
14988
14989         * tools/README 
14990         * tools/filter_conv.pl
14991                 read name of top level mailbox from folderlist.xml
14992                 and presume nothing about its name              
14993
14994 2001-11-26 [darko]      0.6.5claws36
14995
14996         * src/gtkstext.[ch]
14997                 removed functions that are now in gtkutils.c
14998                 use gtkut_text_is_uri_string() from gtkutils.c
14999         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15000
15001 2001-11-26 [paul]       0.6.5claws35
15002
15003         * sync with sylpheed 0.6.5cvs16
15004                 see ChangeLog entries 2001-11-25 and 2001-11-26
15005
15006 2001-11-25 [alfons]     0.6.5claws34
15007
15008         EXPERIMENTAL!!! Please checkout the last stable version using: 
15009           
15010         % cvs update -r LAST_STABLE -dRAP
15011
15012         (Or help us testing this stuff.)
15013
15014         * src/filtering.c               (1.14)
15015         * src/filtering.h               (1.6)
15016         * src/inc.c                     (1.28)
15017         * src/matcher.c                 (1.20)
15018         * src/mbox.c                    (1.9)
15019         * src/procmsg.h                 (1.14)
15020         * src/summaryview.c             (1.59)
15021         * src/summaryview.h             (dunno)
15022                 revert/merge/sync to as it was before commit 
15023                 on Thu, 19 Jul 2001 10:15:51 -0700.
15024
15025 2001-11-25 [hoa]        0.6.5claws33
15026
15027         * src/main.c
15028                 processing mails at startup
15029
15030         * src/folderview.c
15031         * src/summaryview.[ch]
15032                 processing mails when entering folder
15033
15034         * src/prefs_filtering.c
15035                 fixed some UI bugs
15036
15037 2001-11-24 [alfons]     0.6.5claws32
15038
15039         * src/summaryview.[ch]
15040                 make summary sort headers work, and also make
15041                 sure the sort type is stored
15042
15043 2001-11-23 [alfons]     0.6.5claws31
15044
15045         * src/summaryview.[ch]
15046                 make lock work like mark
15047                 disallow deleting messages marked as locked
15048
15049 2001-11-23 [alfons]     0.6.5claws30
15050
15051         * src/gtkstext.c
15052         * src/compose.[ch]
15053         * src/Makefile.am
15054         * src/undo.[ch]
15055                 merge undo patch submitted by Jens
15056
15057 2001-11-23 [christoph]  0.6.5claws29
15058
15059         * src/.cvsignore
15060                 added ylwrap
15061         * src/compose.c
15062                 fixed gpg signing and encoding
15063         * src/folder.[ch]
15064         * src/main.c
15065                 added --status option to get new, unread and total
15066                 message count from a running sylpheed
15067         * src/prefs_common.c
15068                 temporary fix for reply_with_quote problem
15069                 (don't call functions for non existing widget)
15070         * src/procmsg.c
15071                 one more check for ignored threads but still not
15072                 always working correctly. probably a recursive
15073                 check for all parents is needed
15074
15075 2001-11-23 [darko]      0.6.5claws28
15076
15077         * src/compose.c
15078                 wrapping on send improvements
15079         * src/gtkutils.[ch]
15080                 fix for GtkSText after last sync with main branch
15081                 GTK_TEXT -> GTK_STEXT
15082
15083 2001-11-23 [paul]       0.6.5claws27
15084
15085         * sync with sylpheed 0.6.5cvs14
15086                 see ChangeLog entries 2001-11-22 and 2001-11-23
15087                 
15088         * po/de.po
15089                 fixed the scrambled umlauts 
15090                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15091
15092 2001-11-21 [paul]       0.6.5claws26
15093
15094         * sync with sylpheed 0.6.5cvs12
15095                 see 2nd ChangeLog entry dated 2001-11-20
15096
15097 2001-11-20 [paul]       0.6.5claws25
15098
15099         * sync with sylpheed 0.6.5cvs11
15100                 see ChangeLog entry 2001-11-19 (src/utils.c)
15101
15102 2001-11-20 [hiro]
15103
15104         * src/compose.c
15105                 GTK_TEXT -> GTK_STEXT
15106                 fix for wrong comment
15107
15108 2001-11-20 [hiro]       0.6.5claws24
15109
15110         * src/compose.[ch]
15111                 more merges from main branch
15112                 removed fatal warnings (uninitialized variables etc.)
15113                 some coding style fix
15114         * src/gtkutils.h
15115                 fixed typo.
15116         * src/addressbook.c
15117           src/addrindex.c
15118                 V-Card -> vCard
15119
15120 2001-11-19 [hoa]        0.6.5claws23
15121
15122         * src/filtering.c
15123         * src/prefs_scoring.c
15124         * src/matcher.[ch]
15125         * src/scoring.c
15126                 cleaning code
15127
15128         * src/matcher_parser_parse.y
15129         * src/prefs_filtering.c
15130                 bouncing
15131
15132 2001-11-19 [alfons]     0.6.5claws22
15133
15134         more of my old things into claws
15135
15136         * src/Makefile.am
15137         * src/prefs_common.c
15138         * src/procmsg.h
15139         * src/summaryview.[ch]
15140         * src/prefs_summary_column.c
15141         * src/pixmaps/locked.xpm
15142                 add indicators for locking of message in summary view
15143                 (does not work yet, only visual indicator)
15144
15145 2001-11-19 [paul]       0.6.5claws21
15146
15147         * sync with sylpheed 0.6.5cvs10
15148                 see ChangeLog entry 2001-11-19
15149
15150 2001-11-18 [alfons]     0.6.5claws20
15151         
15152         * src/filtering.c
15153                 remove an inadvertent free I forgot in previous clean up 
15154
15155 2001-11-18 [alfons]     0.6.5claws19
15156
15157         * src/filtering.[ch]
15158                 clean up & plug leaks
15159
15160 2001-11-18 [paul]       0.6.5claws18
15161
15162         * sync with sylpheed 0.6.5cvs9
15163                 see ChangeLog entries 2001-11-17 and 2001-11-18
15164
15165 2001-11-16 [paul]       0.6.5claws17
15166
15167         * sync with sylpheed 0.6.5cvs8
15168                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15169
15170 2001-11-16 [paul]       0.6.5claws16
15171
15172         * sync with sylpheed 0.6.5cvs7
15173                 see ChangeLog entries 2001-11-15 and 2001-11-16
15174
15175 2001-11-15 [hoa]        0.6.5claws15
15176
15177         * src/compose.c
15178                 fix bounce, mails we received couln't be bounced to ourself.
15179
15180         * src/defs.h
15181         * src/filtering.[ch]
15182         * src/matcher.[ch]
15183         * src/matcher_parser.h
15184         * src/matcher_parser_lex.l
15185         * src/matcher_parser_parse.y
15186         * src/inc.c
15187         * src/main.c
15188         * src/mbox.c
15189         * src/prefs_filtering.[ch]
15190         * src/mainwindow.c
15191         * src/prefs_matcher.c
15192         * src/prefs_scoring.c
15193         * src/scoring.[ch]
15194         * src/summaryview.c
15195                 new matcher/filter/score configuration file parser
15196                 one unique configuration file => ~/.sylpheed/matcherrc
15197                 import in currently automatic, then save are made
15198                 in this new file.
15199                 one filter per folder and one global filter
15200                 (filter of a folder will be used as folder processing)
15201
15202         * src/folder.c
15203                 fix a bug in folder_item_get_identifier
15204                 
15205         * src/messageview.c
15206                 receive receipt return are fixed.
15207
15208 2001-11-14 [alfons]     0.6.5claws14
15209
15210         * src/session.h
15211                 add things from main branch to make claws compile
15212
15213 2001-11-14 [paul]       0.6.5claws13
15214
15215         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15216                 see ChangeLog entries 2001-11-08 to 2001-11-14
15217
15218 2001-11-14 [hoa] 0.6.5claws12
15219
15220         * src/compose.[ch]
15221         * src/mainwindow.c
15222         * src/summaryview.c
15223                 add "bounce mail" option
15224
15225 2001-11-13 [christoph]  0.6.5claws11
15226
15227         * src/compose.c
15228                 Cleanup a mess i add before commiting
15229
15230 2001-11-13 [hoa]        0.6.5claws10
15231
15232         * src/compose.c
15233                 some fixes when mail are sent or
15234                 for crossposts
15235
15236 2001-11-13 [christoph]  0.6.5claws9
15237
15238         * po/de.po
15239                 Changed two string with the same translation
15240         * src/compose.c
15241         * src/procmsg.[ch]
15242         * src/send.[ch]
15243                 New mailsending process:
15244                   - Always queue message before sending
15245                     (message will be saved if sylpheed crashed or
15246                      freezes while sending)
15247                   - Allow queuing of newspostings
15248                   - No copy in outbox before sending
15249                     (closes bug #469501)
15250                   - No more redundant code for send and send_later
15251         * src/summaryview.c
15252                 Applied wwp <subscript@free.fr>'s patch that fixes
15253                 marks for multiple forwarded messages (+compose.c)
15254
15255 2001-11-12 [alfons]
15256
15257         * README.claws
15258                 remove things that are now in main branch
15259         
15260         * po/nl.po
15261                 update Dutch translation
15262
15263 2001-11-12 [mhadasht]   0.6.5.claws8
15264
15265         * src/prefs_common.c
15266                 re-enabled account autoselection feature for forward
15267                 and reedit lost during the branch point for SYNC-B4-REL
15268         * src/gtkspell.c
15269                 gtkpspell_get_dict(): more readable code (even if function is
15270                 not used yet)
15271         * ChangeLog.claws
15272                 added version number info to 2001-11-12 [hiro] comment.
15273
15274 2001-11-12 [hiro]       0.6.5.claws7
15275
15276         * src/compose.c
15277                 compose_forward(): fixed a bug that forward quote mark
15278                 wasn't used.
15279                 removed unnecessary code.
15280         * src/template_select.[ch]: removed.
15281
15282 2001-11-11 [alfons]
15283
15284         * src/compose.c
15285                 :%s/GTK_TEXT/GTK_STEXT/g
15286         
15287         * src/compose.[ch]
15288         * src/undo.[ch]
15289         * src/Makefile.am
15290                 revert the undo stuff (this is 0.6.6claws stuff)
15291
15292 2001-11-11 [hoa]        0.6.5.claws6
15293
15294         * src/compose.[ch]
15295                 Insert signature at the end of the text.
15296                 Added undo patch but currently disabled
15297
15298         * src/procmsg.c
15299                 Threading by subject improved.
15300
15301         * added src/undo.[ch]
15302                 Undo module for compose dialog box.
15303
15304 2001-11-11 [alfons]     0.6.5.claws5
15305
15306         * src/procmsg.c
15307                 prevent threading by subject on nodes that have already been
15308                 threaded by in-reply-to (as in "circular references in a tree
15309                 result in a dead branch")
15310
15311 2001-11-09 [hoa]        0.6.5.claws4
15312         
15313         * src/folderview.c
15314                 allows creation of mbox folder item from any files.
15315
15316 2001-11-09 [alfons]     0.6.5.claws3
15317         
15318         * src/utils.c
15319         * src/procmsg.c
15320                 do what I mean and correct threading by subject so it really
15321                 ignores attracting lines without "Re: "
15322
15323 2001-11-07 [alfons]     0.6.5.claws2
15324
15325         * src/procmsg.c
15326         * src/utils.[ch]
15327                 only attract by subject if a subject line starts with a "Re: "
15328         * src/syldap.c
15329                 remove warning
15330
15331 2001-11-07 [paul]       0.6.5claws1
15332
15333         * sync with sylpheed 0.6.5. release
15334                 see ChangeLog entry 2001-11-07
15335
15336 2001-11-07 [paul]       0.6.4claws31
15337
15338         * sync with sylpheed 0.6.4cvs18
15339                 see ChangeLog entries 2001-10-30 to 2001-11-07
15340                 prefs_templates.[ch] renamed prefs_template.[ch]
15341
15342 2001-11-06 [alfons]
15343         
15344         * src/utils.h
15345                 add semicolon Hoa forgot ;-)
15346                 
15347
15348 2001-11-06 [hoa]        0.6.4claws30
15349         
15350         * src/procmsg.c
15351         * src/summaryview.c
15352         * src/utils.c
15353         * src/utils.h
15354                 threading by subject - empty subject are ignored
15355
15356 2001-11-06 [christoph]  0.6.4claws29
15357
15358         * src/socket.c
15359                 use SSL_peek for sock_gets
15360         * src/utils.c
15361                 removed unneeded pointer in extracting quoted
15362                 names implementation
15363
15364 2001-11-06 [melvin]     0.6.4claws28
15365
15366         * src/gtkspell.c
15367                 fixed bug #476792 Selection overtyping with spell checker
15368                 fixed bug which could cause a buffer overflow
15369                 fixed a memory leak
15370
15371 2001-11-06 [hoa]        0.6.4claws27
15372         
15373         * src/procmsg.c
15374         * src/summaryview.c
15375                 threading by subject
15376
15377 2001-11-05 [alfons]     0.6.4claws26
15378         
15379         * README.claws
15380                 Claws -> Sylpheed (vice versa)
15381
15382         * src/compose.c
15383                 :%s/gtk_text/gtk_stext/g
15384                 :%s/GTK_TEXT/GTK_STEXT/g
15385                 (thanks to Jonathan Ware for spotting this)
15386
15387 2001-11-04 [christoph]  0.6.4claws25
15388
15389         * src/summaryview.c
15390                 replace Xalloca + strdup with Xstrdup_a
15391         * src/utils.c
15392                 better implementation of extracting quoted names
15393                 from addresses (remove backlashes and ignore
15394                 quotes after them)
15395
15396 2001-11-04 [alfons]     0.6.4claws24
15397
15398         * src/utils.[ch]
15399                 edit to comply more with coding style
15400
15401         * src/textview.c
15402                 fix bug reported by Kim Schulz. introduced by the patch integrated
15403                 in 0.6.4claws15. the code did not check the return value of
15404                 the html parser.
15405
15406         * AUTHORS
15407                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15408
15409 2001-11-04 [christoph]  0.6.4claws23
15410
15411         * src/main.c
15412         * src/prefs_common.[ch]
15413                 init some pointers that possibly caused a segfault
15414                 reported in the claws-users ML
15415
15416 2001-11-04 [hoa]        0.6.4claws22
15417
15418         * src/grouplistdialog.c
15419                 change the names of the nodes in the tree
15420
15421         * src/compose.c
15422                 enhanced mailto syntax as described in
15423                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15424                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15425
15426         * src/utils.c
15427                 encode and decode URI (useful when opening URL into
15428                 netscape).
15429
15430 2001-11-03 [hoa]        0.6.4claws21
15431
15432         * src/grouplistdialog.c
15433                 a new newsgroups list selection dialog box
15434                 with a CTree instead of a CList
15435
15436 2001-11-03 [hoa]        0.6.4claws20
15437
15438         * src/folderview.c
15439                 enable property and scoring options when right
15440                 click on "inbox"
15441
15442         * src/summaryview.c
15443                 fixed bug when nickname were displayed using
15444                 the address book.
15445
15446 2001-11-02 [darko]      0.6.4claws19
15447
15448         * src/compose.c
15449                 new wrap quotation and URL/long words wrapping implementation
15450         * src/compose.c src/gtkstext.[ch]
15451                 move gtkstext_strncmp() to gtkstext.c
15452
15453 2001-11-01 [christoph]  0.6.4claws18
15454
15455         * src/prefs_account.c
15456                 fixed mess in account settings dialog
15457         * src/prefs_folder_item.c
15458                 added label with folder path to dialog
15459
15460 2001-10-31 [match]      0.6.4claws17
15461
15462         * src/vcard.c
15463                 fix memory leak.
15464         * src/addrbook.c
15465                 fix generation of spurious address book file names.
15466                 remove redundant functions.
15467         * po/POTFILES.in
15468                 added missing file names.
15469
15470 2001-10-30 [paul]       0.6.4claws16
15471
15472         * sync with sylpheed 0.6.4cvs6
15473                 see ChangeLog entries 2001-10-26 to 2001-10-30
15474
15475         * tools/filter_conv.pl
15476                 read folderlist.xml to discover whether the top-level
15477                 folder is called 'Mailbox' or 'Mail' 
15478
15479 2001-10-29 [paul]       0.6.4claws15
15480
15481         * src/html.c, src/textview.c
15482                 activate links in html mail and fix clickable parts
15483                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15484
15485 2001-10-29 [paul]
15486
15487         * po/de.po, po/es.po, po/pt_BR/po
15488                 updated translations, submitted by Jens Oberender,
15489                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15490
15491 2001-10-29 [darko]      0.6.4claws14
15492
15493         * src/compose.c
15494                 fix wrapping for good
15495
15496 2001-10-29 [darko]
15497
15498         * src/compose.c
15499                 undo previous change as it broke the smart wrapping
15500
15501 2001-10-29 [darko]      0.6.4claws13
15502
15503         * src/compose.c
15504                 fix infinite loop when long URL is quoted
15505                 (closes bug #475122.
15506
15507 2001-10-28 [match]
15508
15509         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15510                 import Mutt address book
15511         * src/ldif.[ch] src/importldif.h
15512                 modified import LDIF handle user attributes
15513
15514 2001-10-28 [christoph]  0.6.4claws12
15515
15516         * src/summaryview.c
15517                 fixed that filtering did not work if there
15518                 were no filter rules
15519                 (closes bug #472003 and better implementation
15520                  of patch #474644)
15521
15522 2001-10-27 [christoph]  0.6.4claws11
15523
15524         * src/compose.c
15525                 make the folder's default account to be used when
15526                 replying. (patch by wwp <subscript@free.fr>)
15527         * src/compose.c
15528                 code cleanup, nearly killed all of wwp's patch
15529                 for folder's default account in compose
15530         * src/folderview.c
15531                 error panel when a folder could not be created
15532                 (closes bug #471080 new folder name & already
15533                  existing file)
15534
15535 2001-10-26 [alfons]
15536
15537         * src/utils.h
15538                 change prototype of strstr2() that Christoph forgot about
15539
15540 2001-10-26 [christoph]  0.6.4claws10
15541
15542         * src/account.c
15543                 made search for accounts by email address not case
15544                 sensitive
15545         * src/folder.c
15546                 fixed memory leak in folder_item_get_identifier
15547         * src/gtkspell.c
15548         * src/utils.c
15549                 fixed wrong strstr2 (should work like strstr)
15550
15551 2001-10-26 [darko]      0.6.4claws9
15552
15553         * src/compose.c src/gtkstext.[ch]
15554         * src/gtkstext.c
15555                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15556
15557 2001-10-26 [paul]       0.6.4claws8
15558
15559         * src/html.c
15560                 ignore css and javascript tags in html mail
15561                 case-insensitive, with or without double-quoted
15562                 strings
15563
15564 2001-10-26 [paul]       0.6.4claws7
15565
15566         * sync with sylpheed 0.6.4cvs1
15567                 see ChangeLog entry 2001-10-26
15568
15569         * src/prefs_account.c, src/prefs_common.c,
15570           src/prefs_summary_column.c
15571                 minor improvements to the English
15572
15573 2001-10-25 [alfons]     0.6.4claws6
15574
15575         * src/gtkstext.c
15576         
15577                 make GtkSText follow style of GtkText (closes bug 
15578                 #469211 "text selection while writing message")
15579                 
15580                 do sync with GTK 1.2.10
15581
15582 2001-10-25 [paul]       0.6.4claws5
15583
15584         * src/html.c
15585                 ignore css tags in html mail
15586
15587 2001-10-25 [darko]      0.6.4claws4
15588
15589         * src/compose.c
15590                 don't declare is_url_string as static function since
15591                 we need it in gtkstext.c
15592         * src/gtkstext.c
15593                 remove unused variable
15594                 don't wrap long URLs while composing a message
15595
15596 2001-10-24 [christoph]  0.6.4claws3
15597
15598         * src/socket.c
15599                 fix ssl deadlock, when peer closes connection
15600
15601 2001-10-24 [paul]       0.6.4claws2
15602
15603         * src/prefs_common.c
15604                 gettextize the gpg ascii-armored warning message
15605
15606         * src/compose.c
15607                 insert a DOS/MAC file into the composed message
15608                 (improvements)
15609
15610         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15611
15612 2001-10-22 [paul]       0.6.4claws1
15613
15614         * sync with sylpheed 0.6.4 release
15615                 see ChangeLog entries 2001-10-21
15616
15617         * po/fr.po, po/pt_BR.po
15618                 updated by Melvin Hadasht and Fabio Junior Beneditto
15619
15620 2001-10-21 [paul]       0.6.3claws30
15621
15622         * src/compose.c
15623                 insert a DOS text file from the compose window
15624                 into the composed message text (removes CRs characters)
15625                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15626
15627         * tools/filter_conv.pl, tools/README
15628                 automatically use ~/.sylpheed as working directory
15629                 print out confirmation message on completion
15630
15631         * correct Hoa's last ChangeLog.claws entry
15632
15633 2001-10-20 [hoa]        0.6.3claws29
15634
15635         * src/grouplistdialog.c
15636                 bugfix (another ?) to give the right
15637                 newsgroups list for each news server.
15638
15639         * src/news.c
15640         * src/news.h
15641                 improve the newsgroups list cache
15642
15643 2001-10-20 [paul]       0.6.3claws28
15644
15645         * sync with sylpheed 0.6.3cvs9
15646                 see ChangeLog entry 2001-10-19
15647
15648         * correct Alfons' last ChangeLog.claws entry
15649
15650 2001-10-19 [alfons]
15651
15652         * src/pgptext.[ch]
15653                 fix compilation problems (part of bug #472895)
15654
15655 2001-10-18 [hoa]        0.6.3claws27
15656
15657         * src/grouplistdialog.c
15658                 bugfix when we refresh was clicked (bug 472701)
15659
15660 2001-10-19 [christoph]  0.6.3claws26
15661
15662         * src/compose.c
15663                 last header entry should default to "To:" or
15664                 "Newsgroups:" and not copy the last entry line
15665                 in a new compose window
15666                 (closes bug #472686, #470792)
15667
15668 2001-10-19 [paul]       0.6.3claws25
15669
15670         * sync with Sylpheed 0.6.3cvs8
15671                 see ChangeLog entries 2001-10-18 and 2001-10-19
15672
15673 2001-10-18 [christoph]  0.6.3claws24
15674
15675         * src/procmsg.c
15676                 reimplement ignore thread
15677         
15678 2001-10-18 [hoa]        0.6.3claws23
15679
15680         * src/folderview.c
15681         * src/grouplistdialog.[ch]
15682                 enhanced news subscription interface (feature 469113)
15683
15684         * src/news.c
15685         * src/news.h
15686                 enchanced newsgroup listing,
15687                 now, we can get groups informations
15688                 (NNTPGroupInfo)
15689
15690 2001-10-18 [paul]       0.6.3claws22
15691
15692         * src/summaryview.c
15693                 remove comment (sync with main branch)
15694         * src/mainwindow.c
15695                 fix 'Re-edit' bug in 'Message' menu
15696
15697 2001-10-17 [christoph]  0.6.3claws21
15698
15699         * src/compose.c
15700                 ignore empty or whitespace only header lines
15701
15702 2001-10-17 [paul]       0.6.3claws20
15703
15704         * sync with sylpheed 0.6.3cvs7
15705                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15706                 2001-10-17
15707
15708 2001-10-17 [darko]
15709
15710         * src/compose.c
15711                 wrap long lines without spaces
15712                 don't wrap URLs
15713
15714 2001-10-16 [paul]
15715
15716         * po/es.po, po/nl.po, po/pt_BR.po
15717                 updated by Ricardo Mones Lastra, Alfons,
15718                 and Fabio Junior Beneditto
15719
15720         * sylpheed-0.6.3claws released
15721
15722 2001-10-15 [melvin] 0.6.3claws18
15723
15724         * README.claws
15725                 added summary and detailed installation instructions
15726                 for spell checker
15727         * po/fr.po
15728                 Updated, corrected and completed french translation
15729
15730 2001-10-15 [hoa] 0.6.3claws17
15731         * src/grouplistdialog.c
15732                 we can choose the newsgroups to display with wildcards
15733
15734 2001-10-15 [christoph]  0.6.3claws16
15735
15736         * src/account.c
15737         * src/compose.c
15738         * src/prefs_folder_item.[ch]
15739                 applied wwp <subscript@free.fr>'s folder
15740                 default account patch
15741         * po/de.po
15742                 Fixed wrong translation
15743
15744 2001-10-13 [alfons, christoph, melvin]  
15745                         0.6.3claws15
15746
15747         solution #2 to solve MT-safety problems defers all GUI related calls
15748         to the main thread using a gtk_idle_add() callback. discussed on
15749         ircnet #sylpheed, with christoph spotting some issues with the
15750         original code, and melvin allowing us to lobotomize his sylpheed.
15751
15752         * src/syldap.[ch], src/main.c
15753                 fix race problem in ldap search thread by deferring GUI 
15754                 stuff to main thread using gtk_idle_add()
15755
15756 2001-10-13 [paul]       0.6.3claws14
15757
15758         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15759                 add Sergey's smtpcred.patch
15760                 adds separate username/password setting for SMTP Auth
15761                 needed by some servers
15762                 (closes feature request #471659)
15763
15764 2001-10-13 [paul]       0.6.3claws13
15765
15766         * src/pgptext.[ch] **NEW FILES**
15767         * src/Makefile.am, src/messageview.c, src/mimeview.c
15768                 decrypt ascii-armored gpg text embedded in
15769                 the message body.
15770                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15771
15772 2001-10-13 [christoph]  0.6.3claws12
15773
15774         * README.claws
15775                 some more details on default to and
15776                 feature requests
15777         * src/main.c
15778                 init glib threading when ldap is used
15779         * src/syldap.c
15780                 threading fixes
15781         * po/de.po
15782                 fixed a typo
15783
15784 2001-10-12 [paul]       0.6.3claws11
15785
15786         * src/prefs_common.[ch], src/rfc2015.c
15787                 enable ascii-armored gpg text to be embedded in the
15788                 message body, selectable through the 'Privacy'
15789                 preferences. Supports encrypting only.
15790                 Submitted by Ravemax <ravemax@dextrose.com>
15791
15792 2001-10-12 [paul]       0.6.3claws10
15793
15794         * sync with sylpheed 0.6.3cvs6
15795                 see ChangeLog entries 2001-10-11 and 2001-11-12
15796
15797         * src/folderview.c
15798                 incorporated mbox folders, scoring, and folder
15799                 properties into the sync
15800
15801 2001-10-12 [darko]      0.6.3claws9
15802
15803         * README.claws
15804                 describe quotation wrapping
15805         * src/compose.c
15806                 don't treat tab as space to calculate line length properly
15807
15808 2001-10-11 [alfons]
15809
15810         * README.claws
15811                 correct description of how to make new filtering system work,
15812                 add some other things
15813                 
15814         * src/syldap.c
15815                 remove sched_yield() (not necessary / unportable)
15816
15817 2001-10-11 [paul]       0.6.3claws8
15818
15819         * sync with sylpheed 0.6.3cvs3
15820                 see ChangeLog entry 2001-10-10
15821
15822 2001-10-10 [christoph]  0.6.3claws7
15823
15824         * .cvsignore
15825                 ignore 2 files created by newer autotools
15826         * src/prefs_folder_item.c
15827                 using table for widget alignment
15828                 fixed memory leak and broken octal display
15829         * src/filesel.c
15830                 fixed segfault caused by lost filename
15831                 workaround (closes bug #469551)
15832
15833 2001-10-10 [paul]       0.6.3claws6
15834
15835         * sync with sylpheed 0.6.3cvs2
15836                 see ChangeLog entries 2001-10-09 and 2001-10-10
15837
15838 2001-10-10 [darko]      0.6.3.claws5
15839
15840         * src/gtkstext.c
15841                 proper calculation of right margin if smart wrapping is enabled
15842         * src/compose.c
15843                 automatically wrap long lines if wrap quotation is enabled
15844
15845 2001-10-09 [alfons]     0.6.3.claws4
15846
15847         * src/summaryview.c
15848                 select correct row when deleting last row in the summary view (and
15849                 close bug "[ #469104 ] select second last in list when deleting")
15850
15851 2001-10-09 [paul]       0.6.3claws3
15852
15853         * sync with sylpheed 0.6.3cvs1
15854                 updated some autotool scripts
15855
15856 2001-10-09 [darko]      0.6.3claws2
15857
15858         * src/gtkstext.[ch]
15859                 new name and mark with Sylpheed comment
15860         * src/compose.c
15861                 smart quotation wrapping a-la VIM
15862
15863 2001-10-08 [paul]       0.6.3claws1
15864
15865         * sync with sylpheed 0.6.3 release
15866                 see ChangeLog entry 2001-10-08
15867
15868 2001-10-08 [paul]       0.6.2claws24
15869
15870         * src/summaryview.c
15871                 more sync with sylpheed 0.6.2cvs12
15872                 Fixed the bug that didn't select the last row correctly
15873
15874
15875 2001-10-07 [paul]       0.6.2claws23
15876
15877         * sync with sylpheed 0.6.2cvs12
15878                 see ChangeLog entry 2001-10-07
15879
15880 2001-10-06 [match]
15881         * src/jpilot.[ch]
15882                 enable jpilot to read unsynch'ed addresses.
15883
15884         * src/editldap_basedn.c
15885                 fix segfault when opening dialog.
15886
15887 2001-10-06 [alfons]     0.6.2.claws22
15888
15889         * src/summaryview.c
15890                 fix bug with summary view selecting last *inserted*
15891                 node instead of last *visible* node. remember we
15892                 work with a tree
15893
15894 2001-10-06 [paul]       0.6.2claws21
15895
15896         * po/pt_BR.po
15897                 updated translation, contains some fixes and new
15898                 translations, submitted by Gustavo Noronha Silva
15899                 <kov@debian.org>
15900
15901         * src/prefs_common.c
15902                 change 'each' to 'every' - fix dubious English
15903
15904         * sync with sylpheed 0.6.2cvs11
15905
15906 2001-10-05 [alfons]     0.6.2claws20
15907
15908         * src/mainwindow.[ch], src/folderview.c
15909                 make composite tool button switch between "Compose News"
15910                 and "Compose Mail" depending on selected folder
15911                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15912
15913 2001-10-05 [paul]       0.6.2claws19
15914
15915         * src/mainwindow.c, src/summaryview.c
15916                 fix 'Message/Reply to all', broken in last commit
15917
15918         * src/compose.c
15919                 fix X_BEENTHERE seg fault, thanks to Alfons
15920
15921 2001-10-04 [paul]       0.6.2claws18
15922
15923         * src/compose.[ch], src/mainwindow.c
15924                 make "Message/Reply" reply to mailing lists; matches
15925                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15926                 based on portions of the patch submitted by
15927                 Junichi Uekawa <dancer@netfort.gr.jp>
15928
15929 2001-10-04 [darko]      0.6.2claws17
15930
15931         * src/compose.c
15932                 better smart wrapping
15933         * src/gtkstext.[hc]
15934                 a function to make text buffer contiguous
15935
15936 2001-10-03 [paul]       0.6.2claws16
15937
15938         * sync with sylpheed 0.6.2cvs10
15939
15940 2001-10-02 [alfons]
15941
15942         * configure.in
15943         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15944                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15945                 references to chinese translations (hope someone picks up
15946                 this)
15947
15948 2001-10-02 [christoph]  0.6.2claws15
15949
15950         * src/compose.c
15951                 fixed non translated header bug
15952         * ChangeLog.claws
15953                 fixed wrong date in alfons last entry ;)
15954
15955 2001-10-02 [alfons]     0.6.2claws14
15956
15957         * src/compose.c, src/prefs_common.[ch]
15958                 add block cursor option
15959
15960 2001-10-02 [paul]       0.6.2claws13
15961
15962         * sync with sylpheed 0.6.2cvs9
15963
15964 2001-09-30 [paul]       0.6.2claws12
15965
15966         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15967                 updated translations
15968
15969         * po/POTFILES.in
15970                 add 'src/importldif.c'
15971
15972         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15973                 added eudora-to-vCard conversion tool
15974                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15975
15976         * sync with sylpheed 0.6.2cvs8
15977
15978 2001-09-30 [paul]
15979
15980         * sylpheed-0.6.2claws released
15981
15982 2001-09-27 [melvin]     0.6.2claws11
15983
15984         * src/gtkspell.c
15985                 fixed crash when using default path (introduced 
15986                 in 0.6.2claws10)
15987                 fixed tiny bug for initial suggestion mode
15988
15989 2001-09-27 [melvin]     0.6.2claws10
15990         
15991         * src/gtkspell.c
15992                 fixed bug where gtkpspell didn't set the path correctly
15993
15994         * README.claws
15995                 added a paragraph about spell checking
15996                 
15997
15998
15999 2001-09-27 [paul]       0.6.2claws9
16000
16001         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16002                 replace '// comments' with '/* comments */' to prevent
16003                 some compiler warnings 
16004
16005         * sync with sylpheed 0.6.2cvs6
16006
16007 2001-09-26 [alfons]     0.6.2claws8
16008
16009         * src/messageview.c
16010                 introduce return receipt request notification again,
16011                 which was lost because of other semantics in 
16012                 procheader_parse() (???)
16013
16014 2001-09-26 [christoph]  0.6.2claws7
16015
16016         * src/compose.c
16017                 replace comments for old code with #if 0
16018                 readded auto cc, bcc and reply-to
16019         * src/prefs_matcher.c
16020         * src/prefs_scoring.c
16021                 removed some definition (was moved to
16022                 prefs.h)
16023
16024 2001-09-26 [paul]       0.6.2claws6
16025
16026         * src/mainwindow.c
16027                 make 'Follow-up and reply to' sensitive
16028
16029         * more sync with sylpheed 0.6.2cvs5
16030
16031 2001-09-25 [melvin]
16032
16033         * 0.6.2claws5
16034
16035         * src/gtkspell.c
16036                 fixed bug for "US-ASCII" introduced by the encoding code
16037
16038 2001-09-25 [paul]
16039
16040         * 0.6.2claws4
16041
16042         * src/prefs_common.[ch], src/summaryview.c
16043                 'next unread msg' 'go to next folder?' dialog can be
16044                 given default behaviour, either always show dialog,
16045                 or assume 'yes', or assume 'no'
16046                 Submitted by wwp <subscript@free.fr>
16047
16048 2001-09-25 [melvin]
16049                 
16050         * src/compose.c src/gtkspell.[ch]
16051                 added support for different encodings
16052
16053 2001-09-25 [paul]
16054
16055         * more sync with sylpheed 0.6.2cvs5
16056
16057 2001-09-24 [alfons]
16058         
16059         * src/prefs_folder_item.c
16060                 add check for item->prefs->default_to string is NULL and
16061                 add another check when freeing this string
16062
16063 2001-09-24 [paul]
16064
16065         * configure.in
16066                 change to version 0.6.2claws3
16067
16068         * sync with sylpheed 0.6.2cvs5 
16069
16070 2001-09-24 [match]
16071         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16072                 import LDIF files.
16073         * src/addrcache.[ch], addrindex.[ch]
16074                 small update for future
16075         * src/addrbook.c
16076                 fix test XML file.
16077
16078 2001-09-24 [melvin]
16079         * src/gtkspell.[ch]
16080                 added 'Learn from mistakes' option
16081                 better handling of quotes in checked words
16082                 sorted dict list
16083         * po/fr.po
16084                 small update for spell checking stuff
16085
16086 2001-09-23 [alfons]
16087         
16088         * src/gtkspell.c
16089                 edit a little bit so it complies more with main coding style
16090
16091 2001-09-23 [alfons]
16092
16093         * src/folder.[ch], prefs_folder_item.c, compose.c
16094                 migrate "request return receipt" folder property
16095                 to folderlist.xml
16096
16097 2001-09-22 [alfons]
16098
16099         * README.claws **NEW**
16100                 (add things of interest for users of main branch 
16101                 and claws here)
16102
16103         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16104                 re-implement threading per folder option, but store 
16105                 the setting in folderlist.xml (where it belongs)
16106
16107 2001-09-21 [melvin]
16108
16109         * src/gtkspell.[ch]
16110                 fixed bug when compose window is under another window
16111         * src/prefs_common.[ch] src/compose.c
16112                 changed 'dictionary_path' to 'dictionary' to be consistent
16113                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16114         * ac/pspell.m4 src/Makefile.am 
16115                 dropped PSPELL_PATH macro
16116         * po/fr.po
16117                 updated translations
16118
16119 2001-09-21 [christoph]
16120
16121         * src/compose.c
16122                 added border around header fields
16123                 keep header type when new field is added
16124
16125 2001-09-20 [christoph]
16126
16127         * src/utils.[ch]
16128                 more portable debug_print with source filename
16129                 and linenumber
16130         * src/procmsg.c
16131                 more newlines after debug messages
16132
16133 2001-09-20 [paul]
16134
16135         * configure.in
16136                 change to version 0.6.2claws2
16137
16138         * sync with sylpheed 0.6.2cvs3
16139
16140 2001-09-19 [melvin]
16141
16142         * src/gtkspell.c
16143                 fixed the post-right-click focus pb
16144                 fixed crash when 'Spell check all' after dict change 
16145                         and when cursor is at the end of the text
16146                 shift-right-click pops up config menu even on misspelled words.
16147         * po/POTFILES.in
16148                 added gtkspell.c
16149
16150 2001-09-19 [melvin]
16151
16152         * src/about.c
16153                 added pspell to compiled-in features list
16154
16155 2001-09-18 [melvin]
16156
16157         * switched to pspell and dropped ispell
16158         * ac/pspell.m4
16159                 new file. autoconf macro for pspell
16160         * ac/Makefile.am 
16161         * configure.in acconfig.h
16162                 added pspell support
16163         * src/Makefile.am
16164         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16165         * src/prefs_common.[ch] 
16166                 added pspell support
16167
16168 2001-09-18 [christoph]
16169
16170         * src/addr_compl.c
16171         * src/template.[ch]
16172                 replace LOG_MESSAGE with debug_print
16173         * src/compose.[ch]
16174                 gui improvements
16175         * src/menu.c
16176                 added newline after debug message
16177         * src/utils.h
16178                 using __VA_ARGS__ for debug_print macro
16179         * tools/.cvsignore
16180                 ignore Makefile and Makefile.in
16181
16182 2001-09-18 [paul]
16183
16184         * configure.in
16185                 change to version 0.6.2claws1
16186         * sync with sylpheed 0.6.2cvs1
16187
16188         * src/matcher.c 
16189         * src/prefs_matcher.c
16190                 add 'score equal to' option, submitted by
16191                 Paul Evans <nerd@freeuk.com>
16192
16193 2001-09-15 [christoph]
16194
16195         * src/mainwindow.c
16196                 comment out menu entry not existing in claws
16197         * src/menu.c
16198                 add debug output for non existing menu entries
16199         * src/summaryview.c
16200                 fix next/prev unread message for ignored threads
16201         * src/utils.[ch]
16202                 add sourcefile and line number to debug output
16203                 otherwise it is sometimes hard to find the
16204                 source code part if debug messages are translated
16205
16206 2001-09-14 [darko]
16207         
16208         * src/folderview.c
16209                 refresh target folder style after colour is changed
16210
16211 2001-09-13 [paul]
16212
16213         * configure.in
16214                 change to version 0.6.1claws3
16215
16216         * sync with sylpheed 0.6.1cvs6
16217
16218 2001-09-13 [darko]
16219         
16220         * src/folderview.c
16221                 fix target folder colourization to use user selected colour
16222
16223 2001-09-12 [darko]
16224         
16225         * src/summaryview.c
16226                 fix crash when message that is marked for copy/move is unmarked
16227
16228 2001-09-09 [paul]
16229
16230         * configure.in
16231                 change to version 0.6.1claws2
16232
16233         * sync with sylpheed 0.6.1cvs3
16234
16235 2001-09-09 [alfons]
16236         
16237         * src/folderview.c
16238                 fix bug with default font used for trash folder text
16239
16240 2001-09-06 [paul]
16241
16242         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16243                 updated translations
16244
16245         * configure.in
16246                 change to version 0.6.1claws1
16247
16248         * sync with sylpheed 0.6.1cvs2
16249
16250 2001-09-03 [paul]
16251
16252         * po/POTFILES.in
16253                 add Match's new addressbook
16254
16255         * po/de.po
16256                 updated translation submitted by Jens Oberender
16257
16258 2001-09-02 [paul]
16259
16260         * configure.in
16261                 change to 0.6.1claws
16262         * sync with sylpheed 0.6.1 release
16263
16264 2001-09-02 [paul]
16265
16266         * configure.in
16267                 change to 0.6.0claws2
16268
16269         * sync with sylpheed 0.6.0cvs4
16270
16271         * po/pt_BR.po
16272                 updated translation submitted by Fabio Junior Beneditto
16273
16274 2001-09-01 [match]
16275         * pixmaps/
16276                 interface.xpm
16277                 book.xpm
16278                 address.xpm
16279         * src/
16280                 Makefile.am
16281                 a ton of new files
16282
16283 2001-08-31 [paul]
16284
16285         * configure.in
16286                 change to version 0.6.0claws1
16287
16288         * sync with sylpheed 0.6.0cvs1
16289
16290         * po/es.po
16291                 updated translation submitted by Ricardo Mones Lastra
16292
16293         * po/POTFILES.in
16294                 add 'src/prefs_templates.c'
16295
16296         * src/compose.c, src/summaryview.c
16297                 fix segfault on 'Re_edit'               
16298
16299 2001-08-30 [alfons]
16300
16301         * configure.in, Makefile.am
16302         * tools/Makefile.am
16303                 add tools directory to source distribution
16304
16305 2001-08-30 [paul]
16306
16307         * configure.in
16308                 change to version 0.6.0claws
16309
16310         * sync with sylpheed 0.6.0 release
16311
16312 2001-08-30 [christoph]
16313
16314         * configure.in
16315                 removed autoconf version check
16316
16317 2001-08-30 [paul]
16318
16319         * src/account.c, src/compose.c, src/prefs_common.[ch]
16320         * src/procheader.[ch] src/utils.[ch]
16321                 Enhanced automatic account selection on replies
16322                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16323
16324         * configure.in
16325                 add LDAP and JPilot to the configuration results output.
16326
16327 2001-08-29 [christoph]
16328
16329         * src/summeryview.c
16330                 no bold font for ignored threads
16331
16332 2001-08-29 [paul]
16333
16334         * configure.in
16335                 change to version 0.5.3claws6
16336
16337         * sync with sylpheed 0.5.3cvs10
16338                 src/stringtable.[ch]: New Files
16339
16340         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16341         * src/pixmaps/sylpheed.xpm
16342                 add mini-icons to windows (by Alfons)
16343
16344 2001-08-27 [paul]
16345
16346         * src/mainwindow.c
16347                 new functions: next_labeled_cb(), prev_labeled_cb()
16348
16349         * src/summaryview.c
16350                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16351                 summary_select_next_labeled(), summary_select_prev_labeled()
16352
16353         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16354                 give claws blue folders and a blue trash can
16355
16356 2001-08-27 [paul]
16357
16358         * configure.in
16359                 change to version 0.5.3claws5
16360
16361         * sync with sylpheed 0.5.3cvs9
16362                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16363
16364 2001-08-24 [christoph]
16365
16366         * src/filesel.c
16367                 keep filename when browsing directories
16368                 (not working for user entered filename, but
16369                  for default name and selected filename from
16370                  file list)
16371         * src/mainwindow.c
16372                 fixed wrong spelling "Folllow-up"
16373         * src/mbox_folder.c
16374         * src/procmsg.c
16375         * src/summaryview.c
16376                 fixed new/unread message count with ignored
16377                 threads (2 commits, first didn't notice no
16378                 longer needed decreasing)
16379         * src/inc.c
16380                 readded scrolling of progress dialog
16381                 (lost in sync)
16382
16383 2001-08-24 [paul]
16384
16385         * configure.in
16386                 change to 0.5.3claws4
16387
16388         * sync with sylpheed 0.5.3cvs7
16389
16390 2001-08-24 [christoph]
16391
16392         * src/compose.c
16393                 set request return receipt when replying
16394                 if it is set is the folder prefs of the
16395                 message
16396         * src/inc.c
16397                 disable final error popup if popups are
16398                 disabled in config (again)
16399
16400 2001-08-23 [paul]
16401
16402         * configure.in
16403                 Change version number to 0.5.3claws3
16404
16405         * sync with sylpheed 0.5.3cvs5
16406
16407         * src/mimeview.c
16408                 double quote '%s' in 'gedit %s' to fix bug when
16409                 opening attachment with spaces in the name
16410
16411 2001-08-22 [alte]
16412         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16413           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16414                 initial message templates support
16415
16416
16417 2001-08-22 [paul]
16418
16419         * configure.in
16420                 change version number to 0.5.3claws2
16421
16422         * sync with sylpheed 0.5.3cvs4
16423
16424         * src/procmsg.h src/summaryview.c
16425                 re-implement (un)ignore thread
16426
16427 2001-08-21 [paul]
16428
16429         * src/summaryview.c
16430                 remove unnecessary code
16431         * src/compose.c
16432                 enable 'dynamic' signatures (submitted by
16433                 Eric Limpens <eric@hscg-internet.nl>)
16434
16435 2001-08-21 [paul]
16436
16437         clean up after sync with sylpheed 0.5.3 release
16438
16439         * src/folderview.c
16440                 fix re-introduced font mess, see Christoph's
16441                 entry 2001-06-24
16442
16443         * src/summaryview.c
16444                 remove prev_msgnum
16445                 use sylpheed's small font instead of
16446                 gtk default font for summary view
16447
16448
16449 2001-08-17 [paul]
16450
16451         * configure.in
16452                 add pl to ALL_LINGUAS - sync with main branch
16453
16454         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16455                 Updated. Translations by Jens Oberender, Ricardo Mones
16456                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16457
16458         * po/pl.po  ** NEW FILE **
16459                 sync with the main branch
16460
16461         * src/folderview.c
16462                 fix target folder colorizing and refresh problem
16463
16464
16465 2001-08-17 [christoph]
16466
16467         * src/mainwindow.c
16468                 claws uses 4 colors for target folder coloring.
16469                 arrays were not long enough and destroyed the
16470                 stack causing a segfault.
16471                 target folder colorizing does not work anymore
16472                 for me
16473
16474 2001-08-16 [paul]
16475
16476         * configure.in
16477                 change to version 0.5.3claws1
16478
16479         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16480           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16481           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16482
16483                 sync with sylpheed 0.5.3 release, but keep claws method of
16484                 configuring/saving fonts
16485
16486         * src/addressbook.[ch]
16487                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16488                 in line with a similar change in Hiroyuki's branch
16489
16490         * src/mainwindow.[ch]
16491                 disable main_window_set_thread_option()
16492         * src/prefs_folder_item.c
16493                 comment out &tmps_prefs.enable_thread,
16494         * src/mbox_folder.c, src/procmsg.[ch]
16495                 comment out MSG_IS_IGNORE_THREAD
16496         * src/summaryview.c
16497                 comment out summary_ignore_thread() and summary_unignore_thread()
16498                 comment out MSG_IS_IGNORE_THREAD
16499
16500                 use Hiroyuki's threading instead.
16501
16502
16503
16504 2001-08-15 [paul]
16505
16506         * src/account.c
16507                 use Hiroyuki's 0.5.3 column scheme but also
16508                 include the enable/disable button.
16509         * src/pixmaps/mark.xpm
16510                 add Hiroyuki's amended pixmap
16511
16512 2001-08-13 [christoph]
16513
16514         * src/account.c
16515                 receive at get all column showed wrong state for APOP
16516                 button should only work for POP3 and APOP accounts
16517         * src/prefs_account.c
16518                 added missing preprocessor statement for SSL
16519
16520 2001-08-12 [paul]
16521
16522         * src/account.[ch]
16523                 add 'receive at get all' column and enable/disable
16524                 button.
16525
16526 2001-08-06 [christoph]
16527
16528         * src/account.c
16529                 show usage of SSL in protocol column
16530
16531         * src/imap.c
16532         * src/inc.c
16533                 renamed ssl options
16534
16535         * src/prefs_account.[ch]
16536                 moved ssl options to a new page
16537
16538         * src/send.c
16539         * src/smtp.c
16540         * src/ssl.[ch]
16541                 renamed ssl options
16542                 added support for SMTP STARTTLS command
16543
16544 2001-08-05 [christoph]
16545
16546         * configure.in
16547                 debian autoconf needs version check to find
16548                 correct autoconf version. if the file is
16549                 named configure.in 2.13 is used, which does
16550                 not work with this configure.in script.
16551                 other solution would be to rename the script
16552                 to configure.ac as suggested in the autoconf
16553                 manual.
16554
16555         * src/inc.c
16556                 disable final error popup if popups are
16557                 diabled in config
16558
16559         * src/socket.c
16560                 bugfix in ssl_gets
16561                 fixes IMAP over SSL problem
16562
16563 2001-08-03 [paul]
16564
16565         * configure.in
16566                 change to 0.5.2claws1
16567
16568         * sync with sylpheed 0.5.2cvs1
16569
16570 2001-08-02 [alfons]
16571
16572         * configure.in
16573                 quick fix for ispell detection...
16574
16575 2001-08-01 [paul]
16576
16577         * configure.in
16578                 change to 0.5.1claws4
16579
16580         * sync with sylpheed 0.5.1cvs7
16581
16582 2001-07-31 [alfons]
16583
16584         * src/prefs_common.c, src/prefs_common.h, 
16585           src/gtkspell.c, src/gtkspell.h
16586                 add global spelling checker settings (compose tab) +
16587                 selection of dictionary 
16588           
16589         * configure.in  
16590                 guess valid ispell location
16591
16592 2001-07-31 [paul]
16593
16594         * po/POTFILES.in
16595                 removal of 'src/quote_fmt_parse.c'
16596         * po/de.po
16597                 Updated de.po
16598                 (submitted by Jens Oberender <didge@suse.de>)
16599
16600 2001-07-31 [darko]
16601
16602         * src/folder.[ch]
16603         * src/folderview.[ch]
16604         * src/mainwindow.c
16605         * src/mh.c
16606         * src/prefs_common.[ch]
16607         * src/summaryview.c
16608                 target folder colourization
16609
16610 2001-07-30 [paul]
16611
16612         more sync with Sylpheed 0.5.1cvs6 
16613
16614 2001-07-30 [darko]
16615
16616         * src/mh.c
16617         * src/prefs_folder_item.[hc]
16618         * src/summaryview.c
16619                 shared folders support with a GUI
16620
16621 2001-07-29 [paul]
16622
16623         0.5.1claws3
16624
16625         * sync with Sylpheed 0.5.1cvs6
16626
16627 2001-07-29 [paul]
16628
16629         * po/pt_BR.po
16630                 updated
16631                 (submitted by Fabio Junior Beneditto)
16632
16633 2001-07-28 [paul]
16634
16635         * src/procmime.c
16636         * AUTHORS
16637                 patch to correct bad image mime headers
16638                 (submitted by Don Quijote <dq@searchlores.org>)
16639
16640 2001-07-28 [paul]
16641
16642         * tools/gif2xface.pl   **NEW FILE**
16643         * tools/README
16644                 script to convert file.gif to file.xface for
16645                 use in a custom header.
16646                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16647
16648 2001-07-27 [alfons]
16649         
16650         * configure.in
16651                 change macros for detecting JPilot and LDAP
16652
16653 2001-07-27 [christoph]
16654
16655         * src/filtering.c
16656                 code cleanup (MIN / MAX warning, needed casting)
16657
16658 2001-07-27 [alfons]
16659
16660         * procheader.c
16661                 disallow setting flags when detecting certain headers
16662                 (X-Status, Status, Seen, X-Seen). 
16663         
16664         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16665
16666 2001-07-27 [christoph]
16667
16668         * src/prefs_filter.c
16669         * src/prefs_filtering.c
16670         * src/prefs_matcher.c
16671         * src/prefs_scoring.c
16672                 scroll list when moving rows up or down
16673
16674         * src/imap.c
16675         * src/imap.h
16676         * src/prefs_account.c
16677         * src/prefs_account.h
16678         * src/send.c
16679                 SMTP over SSL (untested, feedback requested)
16680                 IMAP over SSL
16681
16682         * src/ssl.c
16683                 code cleanup
16684
16685 2001-07-26 [alfons]
16686         
16687         * configure.in, acconfig.h
16688                 define CLAWS (need this for main / claws detection)
16689
16690 2001-07-25 [alfons]
16691
16692         * configure.in
16693                 Sylpheed 0.5.1claws2
16694                 
16695         * sync with Sylpheed 0.5.1cvs4
16696
16697 2001-07-25 [christoph]
16698
16699         * src/scoring.c
16700                 fixed segfault
16701                 item->prefs == NULL (don't know why)
16702
16703 2001-07-25 [alfons]
16704
16705         * configure.in
16706                 Sylpheed 0.5.1claws1
16707
16708         * sync with Sylpheed 0.5.1cvs1-3
16709
16710 2001-07-24 [christoph]
16711
16712         * src/folderview.c
16713         * src/prefs_folder_item.[ch]
16714                 added folderitem preferences dialog with
16715                 default To: and auto request return receipt
16716
16717         * src/compose.[ch]
16718         * src/menu.[ch]
16719                 changes to handle new folderitem preferences
16720
16721         * src/mainwindow.c
16722         * src/summaryview.c
16723                 call compose new mail with current folderitem
16724
16725 2001-07-24 [alfons]
16726
16727         Release Sylpheed 0.5.1claws
16728
16729         * configure.in
16730                 change to release version 0.5.1claws
16731
16732 2001-07-24 [christoph]
16733
16734         * src/summaryview.c
16735                 fixed segfault that happend when the selected
16736                 message was removed while retrieving new messages.
16737
16738         * po/es.po
16739                 updated translation
16740                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16741
16742 2001-07-22 [alfons]
16743
16744         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16745         this is a work in progress, for more information: http://nlpagan.net/sylman 
16746         
16747         * configure.in, src/mainwindow.c, manual/Makefile.am
16748                 add support for English manual
16749
16750         * AUTHORS
16751                 add authors of user manuals
16752
16753         * manual/en/sylpheed*.html
16754                 add English documentation
16755
16756 2001-07-22 [christoph]
16757
16758         * po/POTFILES.in
16759                 added src/ssl.c
16760         * src/ssl.c
16761                 changed a wrong debug message
16762
16763 2001-07-22 [alfons]
16764
16765         * po/nl.po
16766                 update Dutch translation
16767
16768         * src/prefs_filtering.c, 
16769           src/prefs_matcher.c
16770                 add more translatable strings           
16771
16772 2001-07-21 [alfons]
16773
16774         0.5.0claws7
16775
16776         * configure.in
16777                 change version
16778
16779         * src/inc.c, src/summaryview.[ch]
16780                 prevent update of mark file when filtering has done, by
16781                 using a variable; this affects two functions:
16782                         inc.c::inc_finished()
16783                         summaryview.c::summary_show()
16784
16785 2001-07-20 [alfons]
16786
16787         * src/filtering.[ch], src/prefs_filtering.c, 
16788           src/matcher.[ch]
16789                 add filtering action for label coloring 
16790
16791         * po/POTFILES.in
16792                 add labelcolors.c
16793
16794         * added src/labelcolors.c
16795         * added src/labelcolors.h
16796         * src/Makefile.am, src/summaryview.c
16797                 rearrange label coloring code
16798
16799         * src/procmsg.h
16800                 add more parentheses so label colouring works correctly
16801
16802         * src/filtering.c
16803                 don't really delete message, but move it to Trash
16804
16805         * src/prefs_matcher.c
16806                 add quote options to info dialog
16807
16808 2001-07-20 [christoph]
16809
16810         * src/Makefile.am
16811         * src/inc.c
16812         * src/main.[ch]
16813         * src/socket.h
16814         * src/ssl.[ch] (new)
16815                 moved ssl stuff to a seperate file
16816
16817 2001-07-20 [darko]
16818
16819         * src/summaryview.c
16820                 fix show sender using address book with no e-mail
16821                 address in From: field
16822
16823 2001-07-19 [alfons]
16824
16825         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16826                 fix messy handling of escaping... now at least the
16827                 execute command is useful. escape char is '\', we
16828                 accept \n and \r too. 
16829
16830                 Real life example:
16831                 
16832                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16833                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16834
16835 2001-07-18 [alfons]
16836
16837         0.5.0claws6
16838
16839         * src/summaryview.c
16840                 clean up
16841
16842         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16843           src/procmsg.[ch]
16844                 revise filtering; currently move, copy, marking have
16845                 been tested. if you like bleeding edge stuff, you
16846                 should definitely go for this version :)
16847
16848         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16849
16850 2001-07-17 [christoph]
16851
16852         * src/utils.c
16853                 timestamp log
16854
16855 2001-07-17 [alfons]
16856
16857         0.5.0claws5
16858
16859         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16860           bits in the mark file, without affecting either branch. Lots of
16861           files changed, also in claws branch.
16862
16863           UNTESTED: use of mbox folders
16864
16865         * src/summaryview.c
16866                 added mark all read; however this was a quick hack used for
16867                 cleaning up mess after initial merge with Hiroyuki
16868
16869         * configure.in
16870                 change claws version number back to 0.5.0claws5 to clear up 
16871                 confusion & pretension (recent release was technically 
16872                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16873
16874 2001-07-16 [alfons]
16875
16876         sync with Hiroyuki's 0.5.0cvs4
16877
16878 2001-07-16 [alfons]
16879
16880         0.5.1claws3
16881
16882         * src/filtering.[ch]
16883                 remove invalid updating of mark files for 
16884                 filter actions MATCHING_ACTION_MOVE and 
16885                 MATCHING_ACTION_DELETE; this should fix the
16886                 folder update bug
16887                 
16888         * src/procmsg.c
16889                 revert Christoph's stab at fixing the folder 
16890                 update bug
16891
16892         * po/POTFILES.in
16893                 add missing files with translatable strings
16894
16895         * src/summaryview.c
16896                 remove debug print
16897
16898 2001-07-15 [alfons]
16899
16900         * src/addr_compl.[ch], src/prefs_filtering.c
16901                 make "filtering pref dialog's destination entry" an
16902                 "address completable entry", if filter destination is 
16903                 an email address
16904
16905         0.5.1claws2
16906         
16907         sync with Hiroyuki's 0.5.0cvs2-3
16908
16909 2001-07-15 [christoph]
16910
16911         * src/procmsg.c
16912                 fixed folder stats update after incorporation
16913
16914 2001-07-15 [alfons]
16915
16916         * src/summaryview.c
16917                 * finish label colouring stuff (for now)
16918                 * fix incorrect colour bug (off by one) 
16919
16920 2001-07-14 [alfons]
16921
16922         * src/mainwindow.c
16923                 change text labels for news and mail message so there's
16924                 plenty of toolbar estate left
16925
16926         * configure.in
16927                 0.5.1claws1
16928
16929         * src/folderview.c
16930           src/folder.[ch]
16931                 sync with Hiroyuki's 0.5.0cvs1
16932
16933         * src/summaryview.c
16934                 more rewrite label colouring
16935
16936 2001-07-14 [alfons]
16937
16938         * src/summaryview.[ch]
16939                 * start rewrite label colouring 
16940                 * fix proper location "Add Sender To Addressbook" menu item
16941
16942 2001-07-13
16943
16944         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16945         (actually this is 0.5.0claws4)
16946
16947 2001-07-13 [alfons]
16948
16949         * po/pt_BR.po
16950                 * fix duplicate message
16951                 * add updated Portugese / Brazilian translation
16952                   submitted by Fabio Junior Beneditto
16953
16954 2001-07-12 [alfons]
16955
16956         * AUTHORS
16957                 add Jens
16958
16959         * po/nl.po
16960                 add updated Dutch translation
16961
16962         * po/de.po
16963                 add updated German translation submitted by Jens
16964
16965 2001-07-11 [alfons]
16966
16967         Prerelease before 0.5.0claws. Please test.
16968         This version is temporarily tagged as VERSION_0_5_0_TEST
16969
16970         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16971           src/prefs_scoring.c, src/prefs_matcher.c, 
16972           src/prefs_filtering.c, src/mbox.c, 
16973           src/main.c, src/inc.c, src/filtering.[ch]
16974                 revert new Hoa's new matcher (does not work yet)
16975
16976         * src/Makefile.am
16977                 clean up
16978
16979 2001-07-10
16980
16981         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16982
16983
16984 2001-07-10 [alfons]
16985
16986         * Makefile.am
16987                 add ChangeLog.claws to EXTRA_DIST
16988         * src/Makefile.am
16989                 add matcher_parser_parse.h to EXTRA_DIST
16990
16991 2001-07-10 [christoph]
16992
16993         * src/inc.c
16994                 add destination folder to table of
16995                 folders that need to be updated after
16996                 incorporation
16997
16998 2001-07-10 [alfons]
16999
17000         * folder.[ch]
17001           folderview.c
17002                 make collapse state of folders and folder items persistent, i.e.
17003                 if you collapse a folder tree, the next time sylpheed-claws starts 
17004                 up the folder tree remains collapsed.  
17005                 
17006 2001-07-10 [christoph]
17007
17008         * acconfig.h
17009         * configure.in
17010                 added --enable-ssl
17011         * src/md5.[ch]
17012                 renamed MD5_CTX to MD5_CTX_syl
17013                 conflicts with a struct in openssl
17014         * src/inc.c
17015         * src/main.[ch]
17016         * src/prefs_account.[ch]
17017         * src/socket.[ch]
17018                 SSL support for POP
17019         * src/mainwindow.c
17020                 fixed compose with current account
17021                 broken by new compose button stuff
17022
17023 2001-07-09 [hoa]
17024
17025         * AUTHORS
17026                 changed my email address
17027
17028         * src/matcher_parser_parse.y
17029                 clean the parser to remove conflicts
17030
17031 2001-07-09 [alfons]
17032
17033         * AUTHORS
17034                 add Match Grun
17035
17036         * configure.in
17037                 fix incorrect description of --enable-ldap parameter
17038
17039         * src/prefs_common.[ch]
17040           src/compose.c
17041                 add experimental option "smart wrapping" which makes the
17042                 compose editor auto wrap.
17043                 
17044                 | TODO: the problem with the buggy cursor handling is caused |
17045                 | by the GtkText. when deleting / backspacing text its       |
17046                 | wrapping algorithm does not take in account the previous   |
17047                 | line. should find a way to hack this in.                   |
17048                 | or should perhaps combine this with the word wrapping      |
17049                 | patch i wrote in january.                                  |
17050
17051         * src/about.c
17052                 show build parameters for LDAP and JPilot
17053
17054         * src/summaryview.c
17055                 revert Christoph's bugfix for selecting next unread message, 
17056                 because folder stats aren't updated correctly
17057
17058 2001-07-08 [hoa]
17059
17060         * src/filtering.c
17061         * src/mainwindow.c
17062         * src/matcher.c
17063         * src/matcher_parser_lex.l
17064         * src/matcher_parser_parse.y
17065         * src/prefs_filtering.c
17066         * src/prefs_scoring.c
17067         * src/scoring.c
17068                 bugfix of the config file parser
17069
17070 2001-07-08 [alfons]
17071
17072         * src/Makefile.am
17073                 added generated matcher sources to BUILT_SOURCES
17074
17075 2001-07-08 [hoa]
17076
17077         * src/Makefile.am
17078         * src/.cvsignore
17079                 added new config file parser
17080
17081         * src/scoring.[ch]
17082         * src/filtering.[ch]
17083         * src/matcher.[ch]
17084         * src/prefs_filtering.c
17085         * src/prefs_matcher.c
17086         * src/prefs_scoring.c
17087         * added src/matcher_parser.h
17088         * added src/matcher_parser_lex.h
17089         * added src/matcher_parser_lex.l
17090         * added src/matcher_parser_parse.y
17091                 lex & yacc config file parser
17092
17093         * src/mbox.c
17094         * src/inc.c
17095         * src/main.c
17096                 changes prefs_filtering into global_filtering           
17097
17098         * src/summaryview.c
17099                 build threads with subjects only if "Re: " is at the
17100                 beginning of the subject
17101
17102 2001-07-07 [paul]
17103
17104         0.5.0claws
17105
17106         sync with sylpheed 0.5.0
17107                 change of version number only
17108
17109 2001-07-06 [paul]
17110
17111         0.5.0claws5
17112
17113         sync with sylpheed 0.5.0pre5
17114
17115 2001-07-05 [paul]
17116
17117         sync with sylpheed 0.5.0pre4 release
17118                 /po and /manual/ja not sync'ed
17119
17120 2001-07-04 [paul]
17121
17122         more sync with sylpheed 0.5.0pre4
17123
17124 2001-07-03 [christoph]
17125
17126         * src/addressbook.c
17127                 fixed address book broken by address book
17128                 for VCard, JPilot, LDAP
17129
17130 2001-07-03 [alfons]
17131
17132         * src/matcher.c
17133         * src/textview.c
17134                 stopped memory leaks
17135
17136 2001-07-03 [paul]
17137
17138         more sync with sylpheed 0.5.0pre4
17139
17140 2001-07-02 [match]
17141
17142         * included address book patch for VCard, JPilot, LDAP
17143         * pref_common.c - fixed Font options on Display tab (cosmetic)
17144         * alertpanel.c - fixed truncated message
17145
17146 2001-07-02 [christoph]
17147
17148         * src/mbox_folder.c
17149         * src/procmsg.[ch]
17150         * src/summaryview.c
17151                 mark threads for ignoring
17152
17153 2001-07-02 [paul]
17154
17155         0.5.0claws4
17156
17157         * sync with sylpheed 0.5.0pre4
17158                 updated gettext to 0.10.38.
17159
17160 2001-07-01 [paul]
17161
17162         * src/ mainwindow.c
17163         * src/procmsg.h
17164         * src/summaryview.[ch]
17165                 new right-click option: Label.
17166                 substitute for 'Mark-->Mark/Unmark', colours the line.
17167                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17168
17169 2001-07-01 [christoph]
17170
17171         * src/folderview.c
17172                 fixed font for trash
17173         * src/summaryview.c
17174                 move ctree to unread message
17175
17176 2001-07-01 [paul]
17177
17178         * sync with sylpheed 0.5.0pre3 release
17179
17180 2001-06-30 [alfons]
17181
17182         * src/filesel.[ch]
17183         * src/compose.c
17184                 allow inserting / attaching multiple files in
17185                 the composer window
17186
17187 2001-06-30 [paul]
17188
17189         * src/codeconv.c
17190                 small change to Alfons' previous stuff so that it
17191                 actually makes
17192
17193 2001-06-30 [alfons]
17194
17195         * lots of files changed; first attempt to merge the changes
17196           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17197
17198 2001-06-30 [paul]
17199
17200         * po/pt_BR.po
17201                 updated and completed, translations by Fabio
17202                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17203
17204 2001-06-29 [alfons]
17205
17206         * src/compose.c
17207         * src/mimeproc.[ch]
17208                 allow selecting an attached files' mime type from a 
17209                 list of types.
17210
17211 2001-06-29 [paul]
17212
17213         * more sync with sylpheed 0.5.0pre3
17214
17215 2001-06-29 [paul]
17216
17217         * po/pt_BR.po
17218                 merge with sylpheed.pot and pt_BR.po provided by
17219                 Fabio Junior Beneditto.
17220
17221 2001-06-29 [darko]
17222
17223         * src/procmime.c
17224                 make MIME types case insensitive
17225
17226 2001-06-28 [alfons]
17227
17228         * po/nl.po
17229                 merge with sylpheed.pot and old nl.po; translations added.
17230
17231 2001-06-28 [paul]
17232
17233         * more sync with sylpheed 0.5.0pre3
17234
17235 2001-06-27 [alfons]
17236
17237         * src/summaryview.c
17238                 don't crash when removing parent node of messages
17239                 attracted by subject. this was caused by not deleting
17240                 the parent node from the subject line hash table.
17241
17242 2001-06-27 [alfons]
17243
17244         * src/summaryview.c
17245         * src/compose.[ch]
17246         * src/mainwindow.c
17247                 if there are multiple messages selected, allow forwarding
17248                 them as attachments.
17249
17250 2001-06-27 [paul]
17251
17252         * more sync with sylpheed 0.5.0pre3
17253
17254 2001-06-26 [paul]
17255
17256         0.5.0claws3
17257
17258         * sync with sylpheed 0.5.0pre3
17259
17260 2001-06-25 [paul]
17261
17262         * src/mainwindow.c
17263                 fixed 'compose news article' bug
17264                 from icon-and-text toolbar
17265
17266 2001-06-25 [paul]
17267
17268         * sync with sylpheed 0.5.0pre2 release
17269
17270 2001-06-24 [christoph]
17271
17272         * src/prefs_common.c
17273                 bug fix in font selection
17274         * src/folderview.c
17275                 use sylpheed's normal font instead of
17276                 gtk default font for folders without
17277                 new messages
17278
17279 2001-06-24 [alfons]
17280
17281         * src/mainwindow.[ch]
17282                 added composite compose mail / news button (an idea by Leandro
17283                 Pereira <leandro@linuxmag.com.br>)
17284
17285 2001-06-24 [paul]
17286
17287         Added instructions for ldif-to-xml.py
17288
17289         * tools/README
17290
17291 2001-06-23 [alfons]
17292
17293         Some minor things.
17294
17295         * src/pixmaps/stock_news_compose.xpm
17296                 added pixmap by Leandro
17297         * src/prefs_common.c
17298                 tested built-in spelling checker of GCC 3.0 :)
17299         * po/nl.po
17300                 merged dutch translation of sylpheed-main with
17301                 sylpheed.pot
17302
17303 2001-06-23 [paul]
17304
17305         Added tools directory and files.
17306
17307         * tools/filter_conv.pl
17308                 converts old filter system to new filtering system
17309         * tools/ldif-to-xml.py
17310                 converts netscape addressbook to sylpheed addressbook
17311         * tools/README
17312                 descriptions/instructions for above two files
17313
17314 2001-06-23 [christoph]
17315
17316         * src/inc.c
17317         * src/manage_window.[ch]
17318         * src/prefs_common.[ch]
17319                 mail retrieval dialog can be enabled, disabled
17320                 or hidden if non of sylpheed's windows is active
17321
17322 2001-06-22 [paul]
17323
17324         0.5.0claws2
17325
17326         * sync with sylpheed 0.5.0pre2
17327
17328 2001-06-21 [christoph]
17329
17330         * src/summaryview.c
17331                 show recipient on 'from' for all accounts
17332                 
17333         * src/inc.c
17334         * src/prefs_common.[ch]
17335                 disable error popup on mail receive errors
17336
17337 2001-06-21 [alfons]
17338
17339         * src/compose.c
17340                 made the ruler correctly appear and disappear.
17341
17342         * src/Makefile.am
17343                 removed Hoa's work-in-progress-stuff (interesting!) so 
17344                 claws compiles ok.
17345
17346 2001-06-20 [christoph]
17347
17348         * src/inc.c
17349         * src/progressdialog.c
17350                 added scrolled window for list in progressdialog
17351
17352 2001-06-20 [paul]
17353
17354         sync with sylpheed 0.5.0pre1 release
17355
17356 2001-06-20 [christoph]
17357
17358         * src/summeryview.c
17359                 make building threads by subject work when
17360                 thread view is enabled
17361                 
17362         * src/compose.c
17363         * src/prefs_common.[ch]
17364                 automatically select account for mail replys
17365
17366 2001-06-19 [sergey]
17367
17368         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17369         they are filled in from the account settings.
17370
17371 2001-06-19 [paul]
17372
17373         * more sync with sylpheed 0.5.0pre1
17374
17375 2001-06-18 [alfons]
17376
17377         * src/Makefile.am,
17378           src/procmime.c
17379                 added --sysconfdir to CPPFLAGS for pointing to the correct
17380                 location of mime.types. 
17381
17382                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17383                 or ./configure!
17384
17385 2001-06-18 [hoa]
17386
17387         * src/summaryview.c
17388                 fixed some bug when building threads
17389
17390 2001-06-18 [pau]l
17391
17392         * src/prefs_account.c
17393                 UI stuff: More changes to the English
17394
17395 2001-06-18 [paul]
17396
17397         * src/pixmaps/stock_news_compose.xpm: new file
17398         * src/Makefile.am
17399         * src/mainwindow.c
17400         * src/summaryview.c
17401                 Added new icon for Hoa's 'compose a news
17402                 message', plus minor improvements to the
17403                 English
17404
17405         * po/ja.po
17406         * ChangeLog
17407         * ChangeLog.jp
17408                 more sync with sylpheed 0.5.0pre1
17409
17410 2001-06-18 [hoa]
17411
17412         * src/compose.[ch]
17413         * src/mainwindow.c
17414                 Follow-up and reply to
17415
17416         * src/summaryview.[ch]
17417                 Build threads also with subjects
17418
17419 2001-06-17 [hoa]
17420
17421         * src/compose.c
17422                 forwarding use the current account.
17423
17424         * src/mainwindow.c
17425                 the "compose message" button has been replaced with
17426                 "new mail" and "new news" buttons
17427
17428         * src/prefs_common.[ch]
17429                 added a configuration option to use the forward button
17430                 as "forward as attachment"
17431                 changed reply and forward format description
17432
17433         * src/quote_fmt_lex.l
17434         * src/quote_fmt_parse.y
17435                 added message with no signature in format for reply
17436                 and forward.
17437
17438 2001-06-17 [paul]
17439
17440         Minor UI stuff
17441
17442         * src/mainwindow.c
17443         * src/summaryview.c
17444                 Improvements to the English
17445
17446         * src/prefs_common.c
17447                 Improvements to the English and some
17448                 clarity/continuity improvements in the
17449                 description of Quote symbols.
17450
17451 2001-06-17 [paul]
17452
17453         0.5.0claws1
17454
17455         * sync with sylpheed 0.5.0pre1
17456
17457 2001-06-17 [hoa]
17458
17459         * src/compose.c
17460                 Better interface for compose, displayed fields
17461                 are updated whenever we change account.
17462                 Newsgroups field is automatically filled.
17463
17464         * src/mainwindow.c
17465                 Newsgroups field is automatically filled.
17466
17467         * src/prefs_account.c
17468                 Some interface stuff when fields appear and
17469                 disappear.
17470
17471 2001-06-16 [paul]
17472
17473         0.4.99claws
17474
17475         * sync with sylpheed 0.4.99
17476
17477 2001-06-16 [sergey]
17478
17479         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17480         base64_decoder_free, base64_decoder_decode): new object and
17481         functions for decoding base64 streams.
17482         * src/procmime.c (procmime_decode_content): modified to use the
17483         new base64 decoder.
17484
17485 2001-06-15 [paul]
17486
17487         0.4.99claws10
17488
17489         * sync with sylpheed 0.4.99cvs11
17490
17491 2001-06-13 [paul]
17492
17493         0.4.99claws9
17494
17495         * sync with sylpheed 0.4.99cvs9
17496
17497 2001-06-13 [hoa]
17498
17499         * src/compose.c
17500         * src/prefs_account.c
17501
17502                 SMTP server can be defined in the news account
17503                 mime type of attachment are kept.
17504
17505         * src/summaryview.c
17506
17507                 now choose the highest important score between default
17508                 and important score of folder.
17509
17510 2001-06-09 [alfons]
17511         
17512         * src/prefs_common.c: 
17513
17514                 (prefs_quote_description_create): corrected description of 
17515                 quote format characters
17516
17517 2001-06-09 [paul]
17518
17519         0.4.99claws8
17520
17521         * sync with sylpheed 0.4.99cvs8
17522
17523 2001-06-08 [sergey]
17524
17525         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17526         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17527
17528 2001-06-08 [paul]
17529
17530         0.4.99claws7
17531
17532         * sync with sylpheed 0.4.99cvs7
17533
17534 2001-06-06 [sergey]
17535
17536         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17537         clashes with autogenerated header).
17538         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17539         * src/Makefile.am: added quote_fmt.h.
17540         * src/.cvsignore: added lex/yacc autogenerated files
17541         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17542
17543 2001-06-06 [paul]
17544
17545         0.4.99claws6
17546
17547         * sync with sylpheed 0.4.99cvs6
17548
17549 2001-06-06 [hoa]
17550
17551         * added src/quote_fmt_parse.h
17552         * src/compose.c
17553                 removed warnings
17554
17555         * src/prefs.[ch]
17556                 don't modify readonly configuration files
17557
17558         * src/prefs_account.c
17559         * src/prefs_common.c
17560         * src/prefs_customheader.c
17561         * src/prefs_display_header.c
17562         * src/prefs_filter.c
17563         * src/prefs_filtering.c
17564         * src/prefs_scoring.c
17565                 don't open dialog box when configuration files
17566                 are readonly
17567
17568 2001-06-05 [sergey]
17569
17570         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17571
17572         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17573         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17574         BUILT_SOURCES to make all files rebuild properly.
17575
17576         * src/compose.c: removed #include "quote_fmt.tab.h".
17577
17578         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17579         CHARACTER value in yylval.
17580
17581         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17582         receive CHARACTER value by documented means (yylval).
17583
17584         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17585
17586 2001-06-05 [hoa]
17587
17588         * src/Makefile.am
17589                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17590
17591         * src/filtering.c
17592         * src/matcher.c
17593         * src/matcher.h
17594         * src/prefs_filtering.c
17595                 now keep the configuration for execute action
17596
17597         * src/mbox_folder.c
17598                 fixed a warning
17599
17600 2001-06-05 [paul]
17601
17602         * sync with sylpheed 0.4.99cvs5
17603
17604 2001-06-05 [hoa]
17605
17606         * src/Makefile.am
17607                 added quote_fmt.[ch]
17608
17609         * added src/quote_fmt.y
17610         * added src/quote_fmt.l
17611         * added src/quote_fmt.tab.h
17612         * added src/quote_fmt.tab.c
17613         * added src/lex.quote_fmt.c
17614                 parsing configuration for replying
17615                 and forwarding
17616
17617         * src/prefs_common.[ch]
17618                 added configuration UI for replying
17619                 and forwarding
17620
17621         * src/compose.c
17622                 using configuration for replying
17623                 and forwarding
17624
17625 2001-06-04 [hoa]
17626
17627         * src/filtering.c
17628         * src/matcher.c
17629         * src/matcher.h
17630         * src/prefs_filtering.c
17631         * src/prefs_matcher.c
17632         * src/prefs_matcher.h
17633                 action "run a command" for filtering
17634                 and matching with a command.
17635                 fixed the "whole message" matching
17636
17637         * src/mbox_folder.c
17638                 changed temporary filename for security
17639
17640         * src/messageview.c
17641                 queue the notification if it fails to send.
17642
17643         * src/prefs_common.c
17644         * src/prefs_folder_item.c
17645                 changed the default important score             
17646
17647         * src/prefs_scoring.c
17648         * src/scoring.c
17649                 hide kill score input when the folder is not
17650                 a newsgroup
17651
17652 2001-06-03 [alfons]
17653
17654         * src/prefs_common.c:
17655
17656                 (prefs_font_select): pass font name in font entry box to font
17657                 selection dialog.
17658
17659 2001-06-03 [sergey]
17660
17661         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17662
17663 2001-06-03 [paul]
17664
17665         * sync with sylpheed 0.4.99cvs4
17666
17667 2001-06-03 [alfons]
17668
17669         * src/headerwindow.c:
17670
17671                 (headerwindow_show_cb): use the selected summary view item, not
17672                 the displayed item.
17673
17674 2001-06-02 [alfons]
17675
17676         * src/headerwindow.c:
17677
17678                 (headerwindow_show_cb): always try to show msginfo
17679
17680 2001-06-02 [hoa]
17681
17682         * src/compose.c
17683                 keep attached parts when reediting or forwarding.
17684
17685 2001-06-01 [hoa]
17686
17687         * src/folderview.c
17688         * src/prefs_folder_item.[ch]
17689         * src/prefs_scoring.[ch]
17690         * src/scoring.[ch]
17691         * src/summaryview.[ch]
17692         * src/main.c
17693         * src/mainwindow.c
17694         * src/prefs_common.[ch]
17695                 support for folder scoring
17696                 kill score and important score for messages
17697         
17698         * src/prefs_account.c
17699                 some display bug fixed for local account
17700                 preferences
17701
17702 2001-05-31 [alfons]
17703
17704         * src/summaryview.c:
17705
17706                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17707                 sender to address book menu item is disabled.
17708
17709 2001-05-30 [hoa]
17710
17711         * src/filtering.[ch]
17712         * src/summaryview.c
17713                 handling summary menu / filter messages
17714
17715         * src/folder.[ch]
17716                 add some stuff
17717
17718         * src/foldersel.c
17719                 imap folders now appears in list
17720
17721         * src/mbox_folder.c
17722                 doesn't crash if destination mail is not writeable
17723
17724 2001-05-29 [hoa]
17725
17726         * src/compose.c
17727                 removed some warnings
17728
17729         * src/filtering.c
17730         * src/folder.[ch]
17731         * src/prefs_filtering.c
17732                 global string to identify any folders           
17733                 removed some debug info
17734                 filtering to mbox folders is now possible
17735
17736         * src/mainwindow.c
17737                 removed some warnings
17738
17739         * src/mbox_folder.c
17740                 permission on files are changed to read/write for user only,
17741                 nothing for other.
17742                 creation of subfolder is handled better.
17743
17744 2001-05-28 [alfons]
17745
17746         Verified the sync for src/prefs_common.[ch] and
17747         src/prefs_account.[ch]. I believe there were some
17748         minor indentation differences.
17749
17750 2001-05-28 [paul]
17751
17752         0.4.99claws3
17753
17754         * sync with 0.4.99cvs3
17755
17756 2001-05-28 [hoa]
17757
17758         * src/compose.c
17759                 handling flags for mbox format
17760
17761         * src/filtering.c
17762                 use of mark file only for MH format
17763                 handling flags for mbox format
17764                 filtering cannot yet move or copy mails to mbox folders.
17765
17766         * src/folder.[ch]
17767                 changed move_msg, copy_msg,
17768                 move_msgs_with_dest, copy_msgs_with_dest functions
17769                 uses only folder->copy_msg() function
17770                 uses folder->finished_copy() to handle the destination
17771                 folder at the end of the copy or move operation.
17772
17773         * src/foldersel.c
17774                 included mbox directories.
17775
17776         * src/folderview.[ch]
17777         * src/mainwindow.c
17778                 handle folders operation for mbox format
17779
17780         * src/mbox.c
17781                 disable conversion of "From " header
17782
17783         * src/mbox_folder.[ch]
17784                 completion of mbox format handling
17785
17786         * src/mh.c
17787                 changed mh_copy_msg() function and
17788                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17789                 mh_copy_msgs_with_dest()
17790
17791         * src/prefs_filtering.c
17792                 removed some warnings
17793
17794         * src/prefs_matcher.c
17795                 default boolean operation is AND
17796
17797         * src/procheader.c
17798                 handling flags for mbox format
17799                 handling of "From " header
17800
17801         * src/procmsg.[ch]
17802                 removed data field
17803                 added MSG_REALLY_DELETED flags to handle deletion of
17804                 messages in mbox format.
17805
17806         * src/summaryview.c
17807                 handling flags for mbox format
17808                 disable the MSG_DELETED flags when messages
17809                 are deleted in mbox format
17810
17811         * src/textview.c
17812                 "From " headers display fixed.
17813
17814 2001-05-27 [alfons]
17815
17816         * src/textview.c:
17817                 
17818                 (get_email_part): skip quoted email addresses, like in e.g.
17819                 "'alfons@proteus.demon.nl'".
17820
17821 2001-05-26 [alfons]
17822
17823         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17824         and fixing the persistence troubles when using separate windows.
17825
17826         * src/mainwindow.c:
17827         
17828             Added #define SEPARATE_ACTION used in the gtk item factory for 
17829             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17830                 use gtk_item_factory_get_widget_by_action() to get the items.
17831                 
17832             Removed separate_widget_cb from the gtk item factory data   
17833           
17834             (mainwindow_create): connect separate_widget_cb() to check
17835             menu item "toggled" signal. also passing a MainWindow pointer
17836                 as object data for both check menu items.
17837                 
17838             (separate_widget_cb): definition of separate_widget_cb() to match
17839             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17840                 window using gtk_object_get_data(). The type of window separation 
17841                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17842         
17843         * src/prefs_filtering.c,
17844           src/prefs_matcher.c: added horizontal scrollbars
17845
17846 2001-05-25 [darko]
17847
17848         * src/headerview.c
17849                 fix segfault with invalid bold font
17850         * src/summaryview.c
17851                 correctly display summary stats after row is marked
17852
17853 2001-05-23 [sergey]
17854
17855         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17856         encodings with libjconv.
17857
17858 2001-05-23 [hoa]
17859
17860         * src/Makefile.am
17861                 added mbox_folder.[ch]
17862         * src/defs.h
17863                 mbox temporary folder
17864         * src/folder.[ch]
17865         * added src/mbox_folder.[ch]
17866         * src/folderview.c
17867         * src/procheader.[ch]
17868                 added mbox support
17869         * src/mbox.c
17870                 bugfix for file incorporation filtering
17871         * src/imap.c
17872                 enable creation of MBOX
17873         * src/prefs_display_header.c
17874                 enable use of headers like "From "
17875                 something that should be fixed :
17876                         displaying of such headers add an extra space
17877         * src/prefs_folder_item.c
17878                 don't create folders because it is not necessary
17879         * src/procmsg.h
17880                 added data field to MsgInfo for mbox internal use
17881         * src/summaryview.c
17882                 added some support for mbox
17883         * src/utils.[ch]
17884                 added get_mbox_cache_dir() function
17885
17886 2001-05-23 [hiroyuki]
17887
17888         * src/headerwindow.c
17889           src/inc.c
17890           src/main.c
17891           src/mh.c
17892           src/nntp.c
17893           src/procmsg.h
17894           src/session.h
17895           src/socket.[ch]
17896           src/summaryview.c
17897           src/textview.c
17898           src/automaton.c
17899           src/folderview.c: more sync with 0.4.99cvs2.
17900
17901         * src/headerwindow.c: reverted.
17902
17903 2001-05-22 [paul]
17904
17905         0.4.99claws2
17906
17907         * sync with sylpheed 0.4.99cvs2
17908                 * src/news.[ch]
17909                 * src/nntp.[ch]
17910                 * INSTALL
17911                 * INSTALL.jp
17912
17913 2001-05-22 [alfons]
17914
17915         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17916
17917 2001-05-21 [alfons]
17918
17919         Minor things:
17920
17921         * configure.in: if gnome-config not found, "no" is displayed
17922         
17923         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17924
17925         * src/textview.c: now also possible to add mail addresses by right
17926           clicking in the text view
17927
17928         * src/codeconv.c: merged patch which fixes endless loop when encountering
17929           invalid wide characters; from Alte <010@imis.ru>  
17930
17931 2001-05-20 [alfons]
17932
17933         Added installation of gnome specific things:
17934
17935         * Makefile.am: gnome conditional
17936
17937         * configure.in: check for installed gnome
17938
17939         * added sylpheed.png, sylpheed.desktop
17940
17941 2001-05-20 [sergey]
17942
17943         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17944
17945         * src/mainwindow.h (main_window_toolbar_create): created a button
17946         for "Reply to all".
17947         (main_window_set_toolbar_sensitive): enable/disable the new button
17948         appropriately.
17949         (toolbar_reply_to_author_cb): handle the new button.
17950
17951         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17952         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17953         failure).
17954
17955 2001-05-19 [sergey]
17956
17957         * src/compose.h (ComposeReplyMode): new modes
17958         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17959         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17960
17961         * src/compose.c
17962         (compose_send): move some code into a new function:
17963         (compose_current_mail_account): new function.
17964         (compose_reply): new argument to_author, all callers changed; if
17965         to_author==TRUE and account->protocol==A_NNTP, find and use an
17966         appropriate mail account for replying.
17967         (compose_reply_set_entry): new argument to_author; ignore
17968         compose->replyto if to_author==TRUE.
17969
17970         * src/mainwindow.c: new command "Message/Reply to author".
17971         (main_window_set_menu_sensitive): enable/disable it.
17972         (reply_cb): handle it.
17973
17974         * src/summaryview.c: new command "Reply to author".
17975         (summary_set_menu_sensitive): enable/disable it.
17976         (summary_reply_cb): handle it.
17977
17978         * src/account.c (account_find_mail_from_address): new function.
17979
17980 2001-05-18 [paul]
17981
17982         0.4.99claws1
17983
17984         * sync with sylpheed 0.4.99cvs1
17985
17986 2001-05-18 [hoa]
17987
17988         * src/compose.[ch]
17989         * src/filtering.c
17990         * src/summaryview.c
17991                 new filtering action : forward and forward as attachment
17992
17993         * src/main.c
17994                 no need for $DISPLAY when we run sylpheed --help
17995                 call to parse_cmd_opt() is moved
17996
17997         * src/mainwindow.[ch]
17998                 execute button is hidden when immediate execute
17999                 is chosen
18000
18001         * src/mh.c
18002         * src/news.c
18003         * src/prefs_folder_item.c
18004         * src/procmsg.c
18005                 better handling of missing directories
18006
18007         * src/summaryview.c
18008                 reedit is enabled in outbox
18009                 reedit is enabled in queue
18010
18011 2001-05-17 [hoa]
18012
18013         * src/filtering.c
18014         * src/matcher.[ch]
18015         * src/prefs_filtering.c
18016                 changed attachement into attachment
18017
18018 2001-05-17 [alfons]
18019
18020         0.4.67claws4    
18021
18022         * sync with sylpheed 0.4.67cvs9
18023         * sync with sylpheed 0.4.67cvs7-8
18024
18025 2001-05-17 [hoa]
18026
18027         * src/Makefile.am
18028                 added prefs_filtering.c
18029
18030         * src/filtering.[ch]
18031         * src/matcher.[ch]
18032                 removed action : forward_news and forward_news_as_attachement
18033                 (forward and forward_as_attachement can be used instead)
18034
18035         * src/mainwindow.c
18036                 added menu option to access filtering configuration
18037
18038         * src/prefs_account.c
18039                 changed mail_command default to /usr/sbin/sendmail
18040
18041         * added src/prefs_filtering.[ch]
18042                 dialog box for filtering configuration
18043
18044         * src/prefs_matcher.c
18045                 added function prefs_matcher_get_criteria_from_matching()
18046
18047         * src/prefs_scoring.c
18048                 reset the dialog when register or substitute is clicked
18049
18050 2001-05-15 [hoa]
18051
18052         * src/Makefile.am
18053                 added filtering.[ch]
18054         * src/inc.c
18055                 using filering.[ch] instead of filter.[ch]
18056         * src/main.c
18057                 reading new filtering configuration
18058         * src/matcher.[ch]
18059                 added some filtering actions
18060                 and fixed a bug for headers and mail body matching
18061         * src/mbox.c
18062                 using filering.[ch] instead of filter.[ch]
18063         * src/mh.c
18064                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18065         * src/summaryview.c
18066                 some fixes for filtering
18067
18068 2001-05-14 [hiroyuki]
18069
18070         * src/send.c: fixed some weird indentations.
18071           send_message_with_command(): call pclose() only if p != NULL.
18072         * src/textview.c: get_email_part(): modified the code for readability.
18073
18074 2001-05-14 [hiroyuki]
18075
18076         * src/md5global.h
18077           src/md5ify.c
18078           src/md5ify.h: removed from the cvs.
18079
18080 2001-05-13 [sergey]
18081
18082         * src/main.c: include rfc2015.h to avoid compiler warnings.
18083         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18084         the panel is already on screen.
18085         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18086         closing the alert window by ESC as "No".
18087         * src/prefs_common.c (prefs_interface_create): moved return
18088         receipt check button to the correct place.
18089
18090 2001-03-13 [alfons]
18091
18092         * src/prefs_common.c: 
18093                 moved return receipt check button to the Send tab. (prefs_send_create)
18094                 removed the date format ui related globals. (prefs_display_create)
18095
18096         0.4.67claws3
18097         
18098         * sync with sylpheed 0.4.67cvs5-6
18099
18100 2001-05-13 [paul]
18101
18102         * added Alfons' font selection patch
18103
18104         * src/defs.h
18105         * src/headerwindow.c
18106         * src/prefs_common.c
18107         * src/prefs_common.h
18108
18109 2001-05-13 [hoa]
18110         * src/defs.h
18111                 changed version of cache
18112         * src/matcher.[ch]
18113         * src/prefs_matcher.c
18114                 added additionnal matching criteria
18115         * src/procheader.c
18116         * src/procmsg.[ch]
18117         * src/news.c
18118                 added references in MsgInfo
18119
18120 2001-05-12 [hoa]
18121
18122         * src/defs.h
18123                 prepared some things for new filtering
18124         * src/matcher.[ch]
18125                 added some matching properties
18126                 inreplyto need to be enhanced
18127                 prepared some things for new filtering
18128         * src/messageview.c
18129                 added Return-Receipt-To handling
18130         * src/prefs_folder_item.c
18131                 changed default value to TRUE
18132         * src/prefs_matcher.c
18133                 added some matching properties
18134         * src/prefs_scoring.[ch]
18135                 the scoring dialog is finished
18136         * src/procheader.c
18137                 added Return-Receipt-To handling
18138                 Reference need to be added
18139         * src/procmsg.[ch]
18140                 added Return-Receipt-To handling
18141                 added threadscore to get a better score sorting when
18142                 threads are enabled
18143         * src/summaryview.c
18144                 suppressed a bug when we sort the list
18145                 when no folder is opened.
18146                 better score sorting when threads are enabled
18147
18148 2001-05-12 [alfons]
18149
18150         * reverted previous patch because of potential errors 
18151
18152         0.4.67claws2
18153         
18154         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18155                 applied "toggle mail-retrieval dialog window" patch submitted 
18156                 by Eric Limpens <eric@qnt.net>
18157
18158         * sync with sylpheed 0.4.67cvs4
18159
18160 2001-05-12 [sergey]
18161
18162         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18163         some picky compilers.
18164         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18165         * src/grouplist_dialog.c: include alertpanel.h.
18166         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18167         fix compile warning.
18168         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18169         #include "defs.h" before others to prevent the warning of `MIN'
18170         and `MAX' redefinition.
18171
18172 2001-05-11 [hoa]
18173
18174         * src/main.c
18175         * src/messageview.c
18176         * src/prefs_account.c
18177         * src/prefs_display_header.c
18178                 removed warning
18179         * src/Makefile.am
18180                 added prefs_scoring.[ch]
18181         * src/grouplist_dialog.c
18182                 display an error dialog box if the group list
18183                 cannot be fetched.
18184         * src/mainwindow.[ch]
18185                 added main_window_set_thread_option() function
18186                 scoring dialog box enabled
18187         * src/matcher.[ch]
18188                 added flags matching unread /new / marked
18189                 / deleted / replied / forwarded
18190         * src/news.c
18191                 newsgroups are now finally in newscache
18192         * src/prefs_matcher.[ch]
18193                 finished preferences for matching dialog
18194         * added src/prefs_scoring.[ch]
18195                 scoring dialog box completed
18196         * src/scoring.[ch]
18197                 conversion to string : added scoringprop_to_string()
18198                 write config for preferences :
18199                 added prefs_scoring_write_config()
18200         * src/summaryview.c
18201                 threads can be enabled/disabled independently
18202                 for each folder
18203
18204 2001-05-10 [alfons]
18205
18206         0.4.67claws1
18207         
18208         * AUTHORS: 
18209                 thought it would be nice to have a list of all
18210                 contributors (used Changelog as a reference)
18211         
18212         * configure.in: 
18213                 messed up version numbering...
18214
18215         0.4.66claws1
18216
18217         * sync with sylpheed 0.4.67cvs1-3
18218
18219 2001-05-10 [darko]
18220
18221         * src/prefs_common.c:
18222                 better UI for strftime format, double clicking
18223                 on format now inserts the format in text entry
18224                 replaced close button with standard OK/Cancel
18225                 moved date format button to the right of the
18226                 text entry field
18227
18228 2001-05-09 [alfons]
18229
18230         * src/gtkstext.c:
18231                 Ctrl-Home / Ctrl-End have proper cursor navigation
18232
18233 2001-05-09 [hoa]
18234
18235         * src/prefs_matcher.c
18236                 finished UI to define matching properties
18237                 added ok and cancel button
18238         * src/prefs_filter.c
18239                 added ok and cancel button
18240         * src/news.c
18241                 fixed some bug in xhdr parsing
18242
18243 2001-05-08 [alfons]
18244
18245         * src/textview.c: 
18246                 fixed a bug in textview_show_header(), which displayed two colons (':');
18247                 cleaned up some warnings
18248
18249 2001-05-08 [hoa]
18250
18251         * src/Makefile.am
18252                 added prefs_matcher.[ch]
18253                 compilation with -W -Wall
18254         * src/alertpanel.c
18255                 ungrab the mouse events if grabbed - does it
18256                 fix the bug for disposition notification ?
18257         * src/mainwindow.c
18258                 added a menu option to open the matching dialog.
18259         * src/matcher.[ch]
18260                 added matcherprop_to_string() and matcherlist_to_string()
18261                 fixed some bugs, changed the name of some options
18262                 age_sup and age_inf becomes age_greater and age_lower,
18263                 body and messageheaders becomes body_part and headers_part,
18264                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18265         * src/prefs_display_header.c
18266         * src/prefs_headers.c
18267                 fixed a bug that accidentally destroyed dialogs
18268                 when closed them with delete_event
18269                 Added *_deleted() which handle delete_event signal correctly.
18270         * src/prefs_folder_item.[ch]
18271                 added "enable_thread" field for future customization
18272         * added src/prefs_matcher.[ch]
18273                 sample of the UI to define matching properties
18274         * src/procheader.c
18275                 using procheader_headername_equal instead of str*cmp functions
18276                 using procheader_parse_header() function
18277         * src/scoring.c
18278                 using MATCHING_XXX instead of SCORING_XXX
18279         * src/summaryview.c
18280                 display the sender of the news even if this is ourself
18281                 when this is a news message.
18282         * src/textview.c
18283                 using headername_equal() instead of str*cmp functions
18284
18285 2001-05-08 [alfons]
18286
18287         0.4.66claws
18288
18289         * sync with sylpheed 0.4.66
18290         * src/gtkstext.c: trace logs added 
18291
18292 2001-05-08 [sergey]
18293
18294         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18295         signature check popup.
18296         * src/rfc2015.c (check_signature): show signature check popup only
18297         if it is enabled in preferences.
18298
18299 2001-05-07 [alfons]
18300
18301         0.4.66claws4
18302         
18303         * sync with sylpheed 0.4.66cvs6
18304
18305 2001-05-07 [darko]
18306
18307         * src/prefs_common.[ch]: added option to enable/disable
18308           looking up sender name in address book for summary pane
18309         * src/summaryview.c: look up sender in the address book
18310           by using Alfons' address completion code
18311
18312 2001-05-07 [hiroyuki]
18313
18314         * src/inc.h
18315           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18316           member of Pop3State.
18317         * src/news.c: brought #include "defs.h" before #include <glib.h>
18318           to prevent the warning of `MIN' and `MAX' redefinition.
18319
18320 2001-05-06 [hoa]
18321
18322         * removed src/headers_display.[ch]
18323         * removed src/prefs_display_headers.[ch]
18324         * src/inc.c
18325                 use a temporary file in the user directory for mbox import
18326         * src/news.c
18327                 added XHDR support to get "To" and "Cc" headers
18328                 (in order to match news with to or cc field for
18329                 scoring)
18330                 added function news_parse_xhdr() to get XHDR response
18331         * src/nntp.[ch]
18332                 added function nntp_xhdr()
18333         * src/matcher.c
18334                 fetch the message if necessary
18335
18336 2001-05-06 [alfons]
18337
18338         0.4.66claws3
18339
18340         * sync with sylpheed 0.4.66cvs3-5
18341
18342 2001-05-06 [hoa]
18343
18344         * src/utils.[ch]
18345                 added function itos_buf() to enable use of several buffers
18346         * src/summaryview.c
18347                 use of itos_buf() instead of itos() in summary list
18348                 to fix the broken display of message number.
18349
18350 2001-05-06 [alfons]
18351
18352         * src/gtkstext.c: bug in cursor up navigation fixed,
18353                 fixed another unsigned / signed comparison (we're getting there :-)
18354
18355 2001-05-06 [hoa]
18356
18357         * src/Makefile.am
18358                 added scoring.c scoring.h
18359                 prefs_folder_item.c prefs_folder_item.h
18360                 matcher.c matcher.h
18361         * src/defs.h
18362                 added FOLDERITEM_RC SCORING_RC
18363         * src/folder.[ch]
18364                 added prefs field in FolderItem :
18365                 properties for each folder (PrefsFolderItem),
18366                 sorting type and mode were added as the first properties.
18367         * src/main.c
18368                 read config for scoring
18369         * added src/matcher.[ch]
18370                 gives functions to parse configuration file to do
18371                 matching on mails with a list of conditions.
18372         * src/mainwindow.c
18373                 add option to sort by score
18374         * src/prefs_common.[ch]
18375                 added preference option to show score and for
18376                 the score column size
18377         * added src/prefs_folder_item.[ch]
18378                 properties for each folder (PrefsFolderItem),
18379                 sorting type and mode were added as the first properties.
18380         * src/procheader.[ch]
18381                 added procheader_parse_header()
18382                 added procheader_header_free()
18383                 added procheader_headername_equal()
18384                 and made modification to use them.
18385         * src/procmsg.[ch]
18386                 added score field to MsgInfo structure
18387         * added src/scoring.[ch]
18388                 gives functions to parse configuration file to do
18389                 scoring on mails with a list of conditions.
18390         * src/summaryview.[ch]
18391                 save the sorting type and mode for the folder
18392                 added column to display the score of the mail
18393                 added function summary_score_clicked()
18394                 sorting type and mode are restored to the folder
18395                 when it is reopen
18396         * src/textview.c
18397                 use procheader_parse_header(), procheader_headername_equal()
18398                 removed memory leak in text_scan_header when freeing headers
18399         * src/filter.c
18400                 changed the function to match names of headers
18401                 using procheader_headername_equal()
18402
18403         Scoring functions are implemented, an interface is needed
18404         to configure that.
18405
18406 2001-05-04 [alfons]
18407
18408         * src/gtkstext.c: 
18409                 hopefully fixed the row up navigation bug,
18410                 removed adding back / forward lines to cache
18411
18412 2001-05-04 [sergey]
18413
18414         * src/prefs_display_headers.c: user interface changes:
18415         (prefs_display_headers_create): remove unused "Show" check button;
18416         allow reordering of headers by dragging.
18417         (prefs_display_headers_write_config): remove unused variables.
18418         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18419         of lists (not needed with the new UI).
18420         (prefs_display_headers_set_list): scan lists starting from row 0,
18421         not 1 (do not skip "(New)").
18422         (prefs_display_headers_find_header): new function.
18423         (prefs_display_headers_clist_set_row): do not allow duplicates.
18424         (prefs_display_headers_delete_cb): do not skip row 0; treat
18425         closing the alert window by ESC as "No".
18426         (prefs_display_headers_up): do not protect row 0.
18427         (prefs_display_headers_down): do not protect row 0.
18428
18429 2001-05-04 [sergey]
18430
18431         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18432         functions.
18433
18434         * src/summaryview.c
18435         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18436         summary_select_next_marked, summary_select_prev_marked): new
18437         functions.
18438
18439 2001-05-03 [sergey]
18440
18441         * src/news.c: fixed a bug when no article can be fetched after
18442         server timeout if the connection was restored by news_post():
18443         (news_select_group): new function.
18444         (news_fetch_msg): call news_select_group() before fetching
18445         article.
18446         (news_get_uncached_articles): set session->group after successful
18447         GROUP command.
18448
18449 2001-05-03 [hoa]
18450
18451         * src/defs.h
18452         * src/procmsg.[ch]
18453         * src/procheader.c
18454                  changed version of cache, added cc field
18455
18456         * src/prefs_display_headers.c
18457                 the interface was changed
18458
18459         * src/prefs_headers.c
18460                 added cancel button
18461
18462 2001-05-03 [alfons]
18463
18464         * completed sync of sylpheed cvs2
18465         * src/gtkstext.c: updated row up / down cursor navigation
18466         * src/textview.c: re-edited, prepared for fixing the email address
18467                 scanner.
18468
18469 2001-05-03 [darko]
18470
18471         * src/prefs_common.c: use alfons' strftime ui code
18472         entry_datefmt and datefmt_sample widgets have to be
18473         global in this module because of this change
18474
18475 2001-05-03 [hoa]
18476
18477         * src/messageview.c
18478         * src/prefs_common.[ch] added option to activate the return receipt
18479                 feature.
18480
18481 2001-05-02 [alfons]
18482
18483         * src/gtkstext.c: fix for row up/down cursor navigation. 
18484
18485         0.4.66claws2
18486         
18487         * sync with 0.4.66cvs2
18488
18489 2001-05-02 [paul]
18490
18491         added add-sender-to-addressbook patch
18492
18493         * src/addressbook.c
18494         * src/addressbook.h
18495         * src/summaryview.c
18496
18497 2001-05-02 [sergey]
18498
18499         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18500         G_ALERTDISABLE.
18501
18502         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18503         all existing callers changed to pass FALSE; create a check button
18504         to disable the message.
18505         (alertpanel_message_with_disable): new function.
18506         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18507         (alertpanel_button_toggled): new function.
18508         (alertpanel_button_clicked, alertpanel_close): set value using
18509         G_ALERT_VALUE_MASK.
18510
18511         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18512
18513         * src/prefs_common.c (prefs_privacy_create): new check button
18514         checkbtn_gpgme_warning.
18515
18516         * src/main.c (main): moved preferences reading before gpgme
18517         initialization; check prefs_common.gpgme_warning before giving the
18518         GnuPG warning and set it to FALSE if the user wants to disable the
18519         warning.
18520
18521 2001-05-02 [hiroyuki]
18522
18523         * src/prefs_display_headers.c: modified the layout and some labels.
18524
18525 2001-05-02 [sergey]
18526
18527         * src/prefs_account.c (prefs_account_fix_size): new function.
18528         (prefs_account_create): call prefs_account_fix_size(); use
18529         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18530         size when the window is shown for the first time).
18531         (prefs_account_basic_create): changed layout of serv_table; moved
18532         localmbox_entry above smtpserv_entry (logically it replaces
18533         POP3/IMAP server).
18534         (prefs_account_protocol_activated): set sensitivity of
18535         nntpauth_chkbtn according to the protocol (in addition to
18536         hide/show); commented out gtk_table_set_row_spacing() calls.
18537         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18538         not sensitive (fixes a bug with disabled username/password boxes
18539         when editing POP3 account after NNTP with authentication).
18540
18541 2001-05-02 [hoa]
18542
18543         * src/account.c
18544         * src/inc.c
18545         * src/prefs_account.[ch]
18546         * src/send.c
18547                 removed local account without SMTP server
18548                 added option to use mail command instead of a connexion
18549                 to SMTP server when a local account is used
18550         * src/prefs_headers.c
18551                 fixed a bug
18552         * src/news.c
18553                 fixed a bug when connexion immediately closed
18554
18555 2001-05-01 [alfons]
18556
18557         0.4.66claws1
18558         
18559         * sync with 0.4.65
18560
18561 2001-05-01 [sergey]
18562
18563         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18564         widget nntpauth_chkbtn.
18565         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18566         visibility.
18567         (prefs_account_nntpauth_toggled): new function.
18568
18569         * src/news.c (news_session_new_for_folder): use NNTP
18570         authentication only if ac->use_nntp_auth is set.
18571
18572 2001-05-01 [hoa]
18573
18574         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18575         * src/prefs_display_headers.c changed the UI
18576         * src/prefs_headers.c changed account_name to account_id
18577         * src/compose.c using customheader.h
18578
18579 2001-05-01 [hiroyuki]
18580
18581         * src/esmtp.c
18582           src/news.c
18583           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18584           unsynched.
18585
18586 2001-05-01 [hoa]
18587
18588         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18589         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18590                 for displaying of headers
18591         * src/grouplist_dialog.[ch] minor changes to remove warnings
18592         * src/prefs_display_headers.[ch] dialog to choose the
18593         headers to display in the mail viewer.
18594         * src/headers.h correction of #define
18595         * src/headers_display.[ch] configuration for displaying of headers.
18596         * src/main.c read config of displaying of headers
18597         * src/prefs_common.c add a button to access the config dialog
18598                 for displaying of headers
18599         * src/prefs_display_headers.[ch] dialog for configuration for
18600                 displaying of the headers.
18601         * src/prefs_headers.c cleaning of code
18602         * src/procheader.c comments added to code
18603         * src/textview.c changes to reorder the headers depending
18604                 on the config for displaying of headers
18605
18606 2001-04-30 [alfons]
18607
18608         0.4.65claws7
18609
18610         * sync with 0.4.65cvs12
18611
18612         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18613
18614 2001-04-30 [sergey]
18615
18616         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18617
18618         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18619         is set to force reconnection after authentication failure.
18620         (nntp_gen_command): set sock->auth_failed on authentication
18621         failure, or if sock->userid and sock->passwd are not set.
18622
18623         * src/news.c (news_session_new_for_folder): set userid=NULL if
18624         password dialog is cancelled.
18625
18626 2001-04-30 [sergey]
18627
18628         * src/nntp.h (NNTPSockInfo): new type.
18629
18630         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18631         SockInfo.
18632         (nntp_open_auth, nntp_close): new functions.
18633         (nntp_gen_command): new function to handle authentication; all
18634         NNTP command functions updated to use it.
18635         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18636         (nntp_list): removed old useless code.
18637
18638         * src/news.h (NNTPSession): new field nntp_sock.
18639
18640         * src/news.c: all functions updated to use NNTPSockInfo instead of
18641         SockInfo.
18642         (news_session_new): new arguments (userid, passwd); made static;
18643         use nntp_open_auth() if needed.
18644         (news_session_destroy): use nntp_close() instead of sock_close().
18645         (news_query_password): changed arguments.
18646         (news_session_new_for_folder): new function.
18647         (news_session_get): use news_session_new_for_folder().
18648         (news_authenticate): deleted.
18649         (news_get_uncached_articles): removed old authentication code.
18650
18651 2001-04-30 [sergey]
18652
18653         * src/news.c: reverted my previous changes (need to do NNTP
18654         authentication in a cleaner way).
18655         
18656 2001-04-29 [sergey]
18657
18658         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18659         news_nntp_post, news_nntp_mode): new functions (wrappers with
18660         authentication support).
18661         (news_get_article_cmd, news_get_article, news_get_header): new
18662         argument "folder"; all callers changed.
18663         (news_get_article_cmd): added authentication support.
18664         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18665         (news_post): use news_nntp_post() instead of nntp_post().
18666         (news_get_uncached_articles): use news_nntp_group() instead of
18667         nntp_group() and news_nntp_xover() instead of nntp_xover();
18668         removed old authentication code.
18669         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18670
18671         * src/nntp.c (nntp_list): return real error code instead of
18672         hardcoded NN_ERROR.
18673
18674 2001-04-29 [sergey]
18675
18676         * configure.in: fixed wint_t typedef detection again
18677
18678 2001-04-28 [hoa]
18679
18680         * src/prefs_account.[ch], added A_LOCAL_CMD
18681                 (send mail with mail command)
18682         * src/send.c added function send_message_with_command()
18683         * src/inc.c made a more secure get_spool() function with
18684                 mktemp() but maybe mkstemp() or something more
18685                 secure can be used.
18686
18687 2001-04-28 [alfons]
18688
18689         * src/textview.c, colorization of email addresses in headers
18690
18691         0.4.65claws6
18692
18693         * bug sync with sylpheed
18694         * prefs_common.c: created date format ui for darko
18695         * sync with 0.4.65cvs11
18696         * configure.in: corrected to have the new gpg checks
18697
18698 2001-04-27 [alfons]
18699
18700         * completed sync with 0.4.65cvs10
18701         * minor debug things added to gtkstext.c
18702
18703 2001-04-27 [darko]
18704
18705         * configure.in: remove check for availability of
18706           strftime() as advised by Hiroyuki
18707         * src/prefs_common.[ch], src/procheader.c:
18708           synch strftime() code with Hiroyki's main branch
18709
18710 2001-04-26 [sergey]
18711
18712         * src/news.c: news_query_password(), news_authenticate(): new
18713           functions.
18714           news_get_uncached_articles(): added NNTP authentication
18715           handling.
18716         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18717           new functions.
18718         * src/prefs_account.c: prefs_account_protocol_activated():
18719           enable userid and password fields for NNTP.
18720
18721 2001-04-26
18722
18723         * configure.in: check for availability of strftime()
18724           [darko]
18725         * src/prefs_common.[ch], src/procheader.c: use
18726           strftime() for displaying date in summary pane if it
18727           is available
18728
18729 2001-04-25
18730
18731         * more .cvsignore cleanups [alfons]
18732
18733 2001-04-25
18734
18735         * ac/sv-check-type.m4: new autoconf macro.
18736         * configure.in: fixed wint_t typedef detection (did not work
18737           with gcc-2.96).
18738
18739 2001-04-25
18740
18741         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18742           [hiroyuki]
18743
18744 2001-04-24
18745         * modified gtkstext.c : buggy cursor navigation fixed, 
18746           and font descent also taken in account when drawing
18747           cursor. [alfons]
18748
18749 2001-04-24 [hoa]
18750         * added comments in src/news.c src/nntp.c
18751         * added src/prefs_headers.[ch]
18752         * added src/headers.[ch]
18753         * modified compose.c to activate custom headers
18754                 added function is_in_custom_headers
18755         * modified prefs_account.[ch]
18756                 added function prefs_account_customhdr_edit
18757         * modified src/defs.h :
18758                 added HEADERS_RC : name of the config file
18759                 for the custom headers
18760
18761 2001-04-24
18762
18763     0.4.65claws5
18764
18765         * configure.in
18766           src/gtkstext.[ch]
18767           src/compose.c
18768           src/Makefile.am
18769           
18770           added gtkstext with configure.in patch by Hiroyuki which
18771           should fix the XIM detection [alfons]
18772
18773         * more clean up of cvs [alfons]
18774
18775                  * removed all Makefile.in files to attic.
18776
18777                  * updated all .cvsignores to really ignore things that could
18778                    be unintentionally committed by a recursive commit.
18779
18780 2001-04-23 [hoa]
18781         * added src/grouplist_dialog.[ch]
18782         * changed src/folderview.c to call grouplist_dialog instead
18783                 of inputdialog
18784         * src/news.c :
18785                 added functions news_reset_group_list
18786                 and news_get_group_list
18787         * src/nntp.c :
18788                 added function nntp_list
18789         * src/defs.h :
18790                 added GROUPLIST_FILE : name of the newsgroup list cache file
18791
18792 2001-04-21
18793
18794         * added option to warn about queued messages on exit [sergey]:
18795
18796           * src/compose.c: compose_queue(): call folder_item_scan()
18797             and folderview_update_item() after queueing.
18798           * src/folderview.c: folderview_update_node(): draw the queue
18799             folder in bold font if there are queued messages.
18800           * src/mainwindow.c: queued_messages(): new function.
18801             app_exit_cb(): display warning if there are queued messages
18802             if warn_queued_on_exit is set.
18803           * prefs_common.[ch]: add warn_queued_on_exit option.
18804
18805         * enhanced GnuPG key selection support [sergey]:
18806
18807           * src/select-keys.c: updated to newer version from Win32
18808             branch with support for selecting arbitrary keys.
18809           * src/prefs_account.c: added the Privacy tab to the account
18810             options window.
18811             prefs_account_privacy_create(),
18812             prefs_account_sign_key_set_data_from_radiobtn(),
18813             prefs_account_sign_key_set_radiobtn(): new functions.
18814           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18815           * src/rfc2015.c: set_signers(): new function.
18816             pgp_sign(): add the account parameter, call set_signers().
18817             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18818           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18819           * src/compose.c: pass the current account to rfc2015_sign().
18820
18821         * tag name claws added to prevent confusion with main branch [alfons]
18822
18823         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18824
18825         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18826
18827         * sync with recent sylpheed cvs. Untested though. [alfons]
18828