3fbede6db518219a48da4d302e9353eb93871eae
[claws.git] / ChangeLog.claws
1 2003-10-02 [paul]       0.9.5claws43
2
3         * po/en_GB.po
4                 update British English translation
5
6 2003-10-02 [paul]       0.9.5claws42
7
8         * po/hr.po
9                 update Croatian translation, submitted by Dragan
10
11 2003-10-01 [paul]       0.9.5claws41
12
13         * po/pl.po
14           po/sr.po
15                 update Polish and Serbian translations, submitted by
16                 Emil and Urke MMI
17
18 2003-10-01 [melvin]     0.9.5claws40
19
20         * po/fr.po
21                 Updated French translations
22
23 2003-10-01 [melvin]     0.9.5claws39
24
25         * src/prefs_fonts.c
26                 Fixed a Gtk warning
27
28         * src/plugins/dillo_prefs.c     
29                 Quasi unnoticeable UI clean-up.
30
31 2003-10-01 [paul]
32
33         * tools/README
34           tools/maildir2sylpheed.pl
35                 bug fixes, rewrites, submitted by Matthias Förste 
36                 <itsjustme@users.sourceforge.net>
37
38 2003-09-29 [paul]       0.9.5claws38
39
40         * src/inc.c
41                 fix my coding carelessness
42
43 2003-09-29 [paul]       0.9.5claws37
44
45         * po/POTFILES.in
46           src/Makefile.am
47           src/main.c
48           src/prefs_common.[ch]
49           src/prefs_fonts.[ch]  ** NEW FILES **
50                 move Font config options to Other Prefs/Display/Fonts
51                 (user's current configuration is preserved)
52
53 2003-09-29 [paul]       0.9.5claws36
54
55         * src/inc.c
56           src/prefs_account.c
57                 allow 'local_mbox' value to point to either a directory 
58                 (/var/mail -  default, new) or a file (/var/mail/username
59                 - original)
60
61 2003-09-28 [paul]       0.9.5claws35
62
63         * src/rfc2015.c
64                 on signature check, where key exists, print the
65                 Key ID
66
67 2003-09-27 [alfons]     0.9.5claws34
68
69         * src/action.c
70                 o make progress bar not fill/expand when resizing dialog
71                 o use default fixed text font for actions output
72
73 2003-09-27 [paul]       0.9.5claws33
74
75         * src/prefs_common.[ch]
76           src/procmsg.c
77           src/send_message.c
78                 remove External Program settings from Common Prefs/Send
79                 as they are now unnecessary due to Local account settings.
80                 plus a little tidying-up after 0.9.5claws31
81
82 2003-09-27 [paul]       0.9.5claws32
83
84         * src/prefs_account.c
85                 o make correction to gui text:
86                   'Local mailbox file' -> 'Local mailbox directory'
87                 o give 'local_mbox' option a reasonable default value:
88                   '/var/mail'
89                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
90                   value
91
92 2003-09-26 [paul]       0.9.5claws31
93
94         * src/inc.c
95           src/prefs_common.[ch]
96                 remove 'Incorporate from spool' common pref,
97                 force creation of a 'Local' account
98
99 2003-09-26 [christoph]  0.9.5claws30
100
101         * src/folder.c
102         * src/msgcache.c
103                 add more NULL pointer checks
104
105 2003-09-25 [christoph]  0.9.5claws29
106
107         * src/folder.c
108                 o don't fetch source message to get it's message id
109                 o immediately scan dest folder when copying a message did not
110                   return a new message number and not do it when the first message
111                   without a new message number is found
112
113 2003-09-23 [christoph]  0.9.5claws28
114
115         * src/compose.c
116                 fix generating of headers
117
118         (patch by David Relson <relson@osagesoftware.com>)
119
120 2003-09-23 [paul]       0.9.5claws27
121
122         * po/zh_CN.po
123                 update Simplified Chinese translation. submitted by
124                 Hansom Young
125
126 2003-09-23 [paul]       0.9.5claws26
127
128         * tools/Makefile.am
129           tools/README
130           tools/vcard2xml.py    ** NEW FILE **
131                 add a script that converts an evolution vcard to
132                 sylpheed's xml format
133                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
134
135 2003-09-22 [paul]       0.9.5claws25
136
137         * src/plugins/clamav/clamav_plugin.c
138                 don't skip MULTIPART parts
139
140 2003-09-21 [christoph]  0.9.5claws24
141
142         * src/alertpanel.c
143                 remove unneeded include
144
145         * src/folder.c
146                 clean up copy/move mess with duplicated code
147
148         * src/imap.c
149                 fix problem that sometimes the folder was not scanned
150                 also it was changed
151
152 2003-09-21 [christoph]  0.9.5claws23
153
154         * src/Makefile.am
155         * src/logwindow.[ch]                    ** REMOVE **
156         * src/mainwindow.c
157         * src/prefs_common.c
158         * src/gtk/Makefile.am
159         * src/gtk/logwindow.[ch]                ** ADD **
160                 make logwindow prefs_common independent and move
161                 it to gtk directory
162
163 2003-09-20 [christoph]  0.9.5claws22
164
165         * src/compose.c
166                 add extra space for address code conversion
167                 (4 * unconvered size could be too small for short headers)
168
169 2003-09-20 [christoph]  0.9.5claws21
170
171         * src/compose.c
172                 increase temp buffer size when writing headers
173
174 2003-09-19 [darko]      0.9.5claws20
175
176         * src/compose.c
177                 don't ignore value of 'Save copy of outgoing messages to
178                 this folder instead of Sent' in message redirect
179
180 2003-09-17 [christoph]  0.9.5claws19
181
182         * src/compose.c
183                 use ", " as address seperator for mail headers and pass whole
184                 header line at once to compose_convert_header to make sure
185                 it is correctly folded
186
187         (closes Bug 64 Problem when sending to many recipients)
188
189 2003-09-17 [hoa]        0.9.5claws18
190         
191         * src/matcher.[ch]
192           src/matcher_parser_parse.y
193           src/prefs_matcher.c
194                 changed the keyword used for command execution in condition
195                 keyword is changed from "execute" to "test"
196                 so that it is not the same as the one used for action.
197                 This will fix a bug when using filtering dialog.
198                 All semantic in the code is also changed to reflect
199                 the keyword change.
200
201 2003-09-17 [paul]
202         
203         * sync with 0.9.6 release
204
205 2003-09-17 [paul]       0.9.5claws17
206
207         * sync with 0.9.5cvs8
208                 see ChangeLog 2003-09-16 and 2003-09-17
209
210 2003-09-16 [paul]       0.9.5claws16
211
212         * sync with 0.9.5cvs6
213                 see ChangeLog 2003-09-16
214
215 2003-09-15 [paul]       0.9.5claws15
216
217         * sync with 0.9.5cvs5
218                 see ChangeLog 2003-09-15
219
220 2003-09-14 [alfons]     0.9.5claws14
221
222         * src/inc.c
223                 make "Go to inbox after receiving new mail" again;
224                 regression of a sync, restored to sylpheed main 
225                 behaviour. (misses still some bits)
226
227 2003-09-14 [alfons]     0.9.5claws13
228
229         * src/prefs_filtering_action.c
230                 o add proper message if empty execute command line
231                 o don't select first action item after registering a
232                   new action to prevent (what seems to be a GTK) bug
233                   #36, "filtering will only accept one action change 
234                   per invocation".
235
236 2003-09-14 [alfons]     0.9.5claws12
237
238         * src/prefs_filtering.c
239         * src/prefs_filtering_action.c
240         * src/prefs_matcher.c
241                 fix function signature for key_pressed_event signal handlers
242
243 2003-09-14 [alfons]     0.9.5claws11
244
245         * src/mainwindow.c
246                 fix regression caused by fix for invalid bug #7
247                 (should fix #246, "Multiple selections are deselected when 
248                 moving from search window to main window")
249                 
250 2003-09-14 [alfons]     0.9.5claws10
251         
252         * src/actions.[ch]
253         * src/filtering.[ch]
254         * src/prefs_actions.c
255                 allow `filtering actions` in actions; only for advanced users
256                 right now: try for example, "%as{mark color 2}" 
257         
258 2003-09-13 [paul]       0.9.5claws9
259         
260         * po/pl.po
261           po/zh_CN.po   ** NEW FILE **
262                 update Polish translation, submitted by Emil 
263                 <eminowbl@posejdon.wpk.p.lodz.pl>
264                 add new Simplified Chinese translation, submitted by
265                 Hansom Young <hansom_young@yahoo.com>
266
267 2003-09-12 [alfons]     0.9.5claws8
268
269         * src/summaryview.c
270                 don't open separate message views when View | Separate message view
271                 is active 
272                 (please look carefully for any navigation regressions)
273
274 2003-09-11 [alfons]     0.9.5claws7
275
276         * src/mainwindow.c
277                 make default message view, opened by View | Separate message 
278                 view, look like a claws message view (which includes a menu
279                 bar and a toolbar)
280                 (fixes bug #298, "message view loses tool bar") 
281
282 2003-09-11 [christoph]  0.9.5claws6
283
284         * src/folderview.c
285                 fix double deleting of newsgroup folders
286
287         (closes Bug 305 crash after deleting of a newsgroup)
288
289 2003-09-11 [paul]       0.9.5claws5
290
291         * src/rfc2015.c
292           src/common/utils.h
293                 more sync'ing from 0.9.5cvs2
294
295 2003-09-11 [christoph]  0.9.5claws4
296
297         * src/compose.c
298         * src/rfc2015.c
299         * src/common/utils.h
300                 fix sync with 0.9.5cvs2
301
302 2003-09-11 [paul]       0.9.5claws3
303
304         * sync with 0.9.5cvs4
305                 see ChangeLog 2003-09-11
306
307 2003-09-11 [paul]       0.9.5claws2
308
309         * sync with 0.9.5cvs2
310                 see ChangeLog 2003-09-05
311                 
312 2003-09-11 [paul]       0.9.5claws1
313
314         * sync with 0.9.5cvs3
315                 see ChangeLog 2003-09-10
316
317 2003-09-10 [paul]       0.9.5claws
318
319         * 0.9.5claws released
320
321 2003-09-10 [paul]       0.9.4claws78
322
323         * src/Makefile.am
324                 add missing files
325
326 2003-09-10 [melvin]     0.9.4claws77
327
328         * po/fr.po
329                 Updated French translations
330
331 2003-09-10 [paul]       0.9.4claws76
332
333         * po/es.po
334           po/sk.po
335           po/sr.po
336                 update Spanish, Slovak, and Serbian translations.
337                 submitted by Ricardo Mones Lastra, Andrej Kacian,
338                 and Urke MMI
339                 
340         * AUTHORS
341                 add translation team section
342
343 2003-09-09 [christoph]  0.9.4claws75
344
345         * src/folder.c
346                 free item->prefs in folder_item_destroy
347
348 2003-09-09 [alfons]     0.9.4claws74
349
350         * src/folderview.c
351                 o proper check for root node sorting
352                 o remove unnecessary gtk_ctree_remove_node 
353
354         (should fix bug #300, "crash while moving folder")      
355
356 2003-09-08 [christoph]  0.9.4claws73
357
358         * src/folderview.c
359                 o fix double adding of IMAP FolderItems to GtkCTree
360                 o fix crash then mbox folder is removed
361
362 2003-09-08 [christoph]  0.9.4claws72
363
364         * src/folder.c
365         * src/folderview.c
366         * src/mainwindow.c
367                 fix new folder notification
368
369         * src/mbox_folder.c
370                 fix cache path
371
372 2003-09-08 [christoph]  0.9.4claws71
373
374         * src/compose.c
375                 replace '\n' and '\r' before removing trailing spaces
376
377         * src/folder.[ch]
378         * src/folderview.c
379                 add information about new or removed items in folder tree change
380                 notification and use this in folderview to add and remove only
381                 the appected items and not refresh the whole tree
382
383 2003-09-07 [match]      0.9.4claws70
384
385         * src/Makefile.am
386         * src/addr_compl.c
387         * src/addressbook.c
388         * src/addressitem.h
389         * src/addrindex.c
390         * src/addritem.c
391         * src/addritem.h
392         * src/addrquery.c                       ** NEW **
393         * src/addrquery.h
394         * src/ldapquery.c
395         * src/ldapserver.c
396         * src/stock_pixmap.c
397         * src/stock_pixmap.h
398         * src/pixmaps/address_search.xpm        ** NEW **
399                 re-introduce Lookup button for LDAP 'static' searches.
400
401 2003-09-07 [alfons]     0.9.4claws69
402         
403         * src/summaryview.c
404                 abandon setting usize for messageview because it gives layout problems
405                 with the quick search bar and the headerview; fixes assorted UI glitches:
406                 
407                 o bug #148, "Toggling of quick-search bar reduces index view area" 
408                 o bug #280, "Window resiizes for line length but does not revert"
409
410 2003-09-07 [christoph]  0.9.4claws68
411
412         * src/compose.c
413                 o make sure we don't have any newlines in header values
414                 o check custom headers for spaces and newlines and ignore
415                   malformed header names
416
417 2003-09-06 [christoph]  0.9.4claws67
418
419         * src/folder.c
420         * src/folderview.c
421                 invoke notification hook for folder tree changes after append
422                 and remove folder
423
424         (closes Bug 294 Crash while moving folder with many subdirectories)
425
426 2003-09-06 [christoph]  0.9.4claws66
427
428         * src/folder.c
429                 destroy folder's MsgCache if FolderItem is removed to make sure
430                 it is not saved when the FolderItem is destroyed
431
432 2003-09-06 [christoph]  0.9.4claws65
433
434         * src/plugins/clamav/clamav_plugin.c
435                 fix copy & paste bug
436
437 2003-09-05 [christoph]  0.9.4claws64
438
439         * src/folder.c
440         * src/messageview.[ch]
441         * src/procmsg.[ch]
442         * src/summaryview.c
443                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
444                 by MessageView to clear it when the message is deleted. Should
445                 work even if messages are deleted in MainWindow or by
446                 processing.
447
448 2003-09-05 [alfons]     0.9.4claws63
449
450         * src/messageview.c
451                 deleting a message in a message view frees its msginfo, make 
452                 messageview_update_all() aware of that (should fix bug #293,
453                 "deleting message caused crash")
454
455 2003-09-05 [melvin]     0.9.4claws62
456
457         * src/action.c
458                 Improve synchronous action exit code (fixes 
459                 a ~5 seconds delay after action exit on RedHat 9)
460
461 2003-09-04 [christoph]  0.9.4claws61
462
463         * src/compose.c
464         * src/rfc2015.c
465         * src/common/utils.[ch]
466                 add util function to create mime boundary and use it
467                 in compose and gpg code
468
469 2003-09-04 [alfons]     0.9.4claws60
470
471         * src/folder.c
472                 source folder item's GNode should already have been freed in 
473                 a previous call to src->folder->klass->remove_folder()
474                 (should fix bug #287, "crash when moving folders")
475
476 2003-09-03 [thorsten]   0.9.4claws59
477
478         * src/plugins/spamassassin/spamassassin_gtk.c
479                 fix compile error
480
481 2003-09-03 [christoph]  0.9.4claws58
482
483         * src/plugins/spamassassin/spamassassin.[ch]
484         * src/plugins/spamassassin/spamassassin_gtk.c
485                 add timeout config option
486
487 2003-09-03 [paul]       0.9.4claws57
488
489         * po/sk.po      ** NEW FILE **
490                 add Slovak translation. Submitted by Andrej Kacian 
491                 <andrej@kacian.sk>
492
493 2003-09-03 [paul]       0.9.4claws56
494
495         * src/plugins/clamav/clamav_plugin_gtk.c
496                 gui tweaks: replace a label with a tooltip, modify the
497                 text, use gtk_check_button_new(); instead of
498                 gtk_check_button_new_with_label("");
499
500 2003-09-02 [alfons]     0.9.4claws55
501
502         * src/gtk/filesel.c
503                 remember last used dir when attaching multiple files (should fix
504                 bug #290, "Attach File does not remember directory")
505
506 2003-09-01 [paul]       0.9.4claws54
507
508         * po/es.po
509                 updated by Ricardo Mones Lastra
510
511 2003-09-01 [alfons]     0.9.4claws53
512
513         * src/gtk/gtkaspell.[ch]
514                 be pedantic and strict and use const gchar * instead of guchar *
515
516 2003-09-01 [alfons]     0.9.4claws52
517
518         * src/mainwindow.c
519         * src/summaryviewc.
520                 re-enable Save As when multiple messages are selected
521
522 2003-09-01 [paul]       0.9.4claws51
523
524         * src/textview.c
525                 g_free(trimmed_uri);
526
527 2003-09-01 [paul]       0.9.4claws50
528
529         * sync with 0.9.4cvs13
530                 see ChangeLog 2003-09-01
531
532 2003-09-01 [paul]       0.9.4claws49
533
534         * src/textview.c
535                 trim uri before sending to the statusbar
536                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
537                 in the message window causes main S-C window to enlarge 
538                 past screen edges'
539
540 2003-09-01 [paul]       0.9.4claws48
541
542         * sync with 0.9.4cvs12
543                 see ChangeLog 2003-09-01
544
545 2003-08-30 [christoph]  0.9.4claws47
546
547         * src/compose.c
548         * src/folder_item_prefs.[ch]
549         * src/prefs_folder_item.c
550         * src/gtk/gtkaspell.[ch]
551                 commit per folder dictionary patch by
552                 Paul Evans <nerd@freeuk.com>
553
554 2003-08-30 [christoph]  0.9.4claws46
555
556         * src/plugins/spamassassin/spamassassin_gtk.c
557         * src/plugins/spamassassin/spamassassin_gtk.glade
558                 reduce GUI clutter by placing hints into tooltips
559
560 2003-08-30 [paul]       0.9.4claws45
561
562         * src/compose.c
563                 add 'Content-Disposition: inline' to a text/plain
564                 part when using PGP/MIME signing
565
566 2003-08-30 [paul]       0.9.4claws44
567
568         * src/prefs_common.c
569           src/prefs_spelling.c
570           src/prefs_spelling.glade
571                 reduce GUI clutter by placing hints into tooltips
572
573 2003-08-29 [christoph]  0.9.4claws43
574
575         * configure.ac
576                 fix bug found by Ivan Rayner <ivanr@sgi.com>
577
578         * src/stock_pixmap.c
579                 change unecessary warning into a debug message
580
581         * src/plugins/clamav/Makefile.am
582                 Fix error "-I$(CLAMAV_LIBS)"
583
584 2003-08-29 [christoph]  0.9.4claws42
585
586         * intl/Makefile.in
587         * src/Makefile.am
588         * src/matcher.h
589         * src/common/Makefile.am
590         * src/common/passcrypt.c
591                 commit fixes and patches for some of the IRIX problems found by
592                 Ivan Rayner <ivanr@sgi.com>
593
594 2003-08-29 [paul]       0.9.4claws41
595
596         * src/prefs_filtering.c
597                 add 'Top' and 'Bottom' buttons, based on changes in
598                 src/prefs_filter.c in 0.9.4cvs11.
599
600 2003-08-27 [christoph]  0.9.4claws40
601
602         * src/folderview.c
603                 fix bug that the current summary settings were copied to the
604                 wrong folder item, when the folder item prefs are opened.
605                 Copying is not required because summary settings and
606                 folder_item_prefs do not contain the same settings
607
608 2003-08-27 [thorsten]   0.9.4claws39
609
610         * src/imap.c
611                 fix compile error
612
613 2003-08-26 [paul]       0.9.4claws38
614
615         * sync with 0.9.4cvs9
616                 see ChangeLog 2003-08-26
617
618 2003-08-25 [paul]       0.9.4claws37
619
620         * sync with 0.9.4cvs8
621                 see ChangeLog 2003-08-25
622
623 2003-08-24 [christoph]  0.9.4claws36
624
625         * src/prefs_filtering.c
626                 shouldn't remove items from a GSList while iterating over the
627                 list (makes cur invalid and cur->next not accessable)
628
629         (closes Bug 272 i deleted an folder and some seconds later sylpheed
630          crashed)
631
632 2003-08-23 [christoph]  0.9.4claws35
633
634         * src/news.c
635                 news folders should be scanned when opened
636
637 2003-08-22 [christoph]  0.9.4claws34
638
639         * src/prefs_folder_item.c
640                 use macro to assign strings that always frees the old string
641
642         * src/gtk/gtkaspell.[ch]
643                 add gtkaspell_set_dictionary_menu_active_item() to set active
644                 item in dictionary option menu
645
646         * src/prefs_spelling.c
647                 use gtkaspell_set_dictionary_menu_active_item() to select
648                 dictionary
649
650 2003-08-21 [christoph]  0.9.4claws33
651
652         * src/folder.[ch]
653         * src/imap.c
654         * src/mbox_folder.c
655         * src/mh.c
656         * src/news.c
657                 optimize folder system
658
659         * src/gtk/gtkstext.c
660                 fix division by zero when font has 0 width for ' '
661
662 2003-08-21 [paul]       0.9.4claws32
663
664         * sync with 0.9.4cvs7
665                 see ChangeLog 2003-08-20
666
667 2003-08-19 [paul]       0.9.4claws31
668
669         * src/common/defs.h
670                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
671                 SYLDOC_FAQ_HTML_INDEX.
672         * src/manual.c
673                 use LC_MESSAGES instead of LC_ALL to find the current
674                 language
675
676           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
677
678 2003-08-19 [paul]       0.9.4claws30
679
680         * po/bg.po
681                 updated by George Danchev
682
683 2003-08-18 [luke]       0.9.4claws29
684         * src/mimeview.[ch]
685         * src/gtk/gtkvscrollbutton.[ch]
686                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
687                   dependencies; do it the GTK way; reduce code -14/+2 lines)
688                 o removed horizontal separator between icons
689
690 2003-08-17 [christoph]  0.9.4claws28
691
692         * src/procmsg.c
693                 no subject threading when the subject has no reply prefix
694
695 2003-08-16 [christoph]  0.9.4claws27
696
697         * src/mainwindow.c
698                 remember and restore window sizes and position when the main
699                 window is hidden or shown
700
701         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
702          minimised/reopened using trayicon)
703
704 2003-08-16 [paul]       0.9.4claws26
705
706         * src/crash.c
707                 add #include "defs.h"
708
709 2003-08-16 [paul]       0.9.4claws25
710
711         * src/plugins/clamav/clamav_plugin.c
712                 reword a debug_print
713                 
714         * src/plugins/dillo_viewer/dillo_prefs.c
715                 cosmetic: change the labels' text, add tooltips, and
716                 left-align the hint
717
718 2003-08-15 [christoph]  0.9.4claws24
719
720         * src/news.c
721                 complete last change (forgot some changes)
722
723 2003-08-15 [christoph]  0.9.4claws23
724
725         * src/news.c
726                 o check number of messages and don't return a 0 message
727                   when no messages are available
728                 o don't parse xref header anymore
729
730         (closes Bug 203 I'm not getting any news)
731
732 2003-08-15 [paul]       0.9.4claws22
733
734         * src/common/defs.h
735           src/crash.c
736                 update and define claws bugzilla location
737
738 2003-08-15 [paul]       0.9.4claws21
739
740         * po/ru.po
741                 update submitted by Ruslan N. Balkin
742
743 2003-08-14 [christoph]  0.9.4claws20
744
745         * src/procmsg.c
746                 fix search for oldest node in subject threading
747
748 2003-08-14 [christoph]  0.9.4claws19
749
750         * src/procmsg.c
751         * src/common/utils.h
752                 add possibility to check all nodes with the same subject for
753                 subject threading, not only the oldest node. Should not break
754                 threads anymore if the oldest node is thread_by_subject_max_age
755                 days older then parent, because it can now find a child of
756                 oldest node as new parent.
757
758 2003-08-11 [christoph]  0.9.4claws18
759
760         * src/plugins/spamassassin/spamassassin.c
761                 run spam check in background process
762
763 2003-08-10 [alfons]     0.9.4claws17
764
765         * src/summaryview.c
766                 make `Select All' sensitive too
767
768 2003-08-10 [christoph]  0.9.4claws16
769
770         * src/imap.c
771                 add more checks in imap_close
772
773 2003-08-09 [alfons]     0.9.4claws15
774
775         * src/prefs_spelling.c
776                 no spell checking UI if not requested
777
778 2003-08-09 [alfons]     0.9.4claws14
779
780         * src/gtk/prefswindow.c
781                 make it compile
782
783 2003-08-09 [christoph]  0.9.4claws13
784
785         * src/prefs_spelling.c
786         * src/gtk/prefswindow.[ch]
787         * src/plugins/clamav/clamav_plugin_gtk.c
788         * src/plugins/spamassassin/spamassassin_gtk.c
789                 sort prefs pages by heighest weight in tree
790
791 2003-08-09 [paul]       0.9.4claws12
792
793         * sync with 0.9.4cvs6
794                 see ChangeLog 2003-08-07
795                 
796         * AUTHORS
797                 add Leandro and Luke to claws-branch section
798
799 2003-08-09 [christoph]  0.9.4claws11
800
801         * src/gtk/Makefile.am
802         * src/gtk/colorsel.[ch]                 ** NEW **
803                 create a color selection dialog that can be used as a simple
804                 function call with it's own gtk main loop like filesel.[ch]
805
806         * src/Makefile.am
807         * src/main.c
808         * src/prefs_common.c
809         * src/prefs_spelling.[ch]               ** NEW **
810         * src/prefs_spelling.glade              ** NEW **
811         * src/gtk/gtkutils.[ch]
812                 move "Spell Checker" prefs to new prefs dialog
813
814         * src/prefs_folder_item.c
815                 use new colorsel dialog
816
817 2003-08-08 [paul]       0.9.4claws10
818
819         * src/inc.c
820                 clear the progress bar unconditionally
821
822 2003-08-08 [paul]       0.9.4claws9
823
824         * sync with 0.9.4cvs4
825                 see ChangeLog 2003-07-31
826
827 2003-08-07 [christoph]  0.9.4claws8
828
829         * configure.ac
830                 fix bug in image viewer plugin part
831
832         * src/imap.c
833                 don't execute close command if the folder item is not selected
834
835 2003-08-07 [hoa]        0.9.4claws7
836
837         * src/filtering.[ch]
838         * src/matcher_parser.h
839         * src/matcher_parser_parse.y
840                 can define several actions for each filtering rule
841                 can import old versions of filtering rules
842
843         * src/prefs_filtering.c
844                 call to a new dialog box to define actions
845
846         * src/prefs_filtering_action.[ch]
847                 dialog box to define actions for filtering rules
848
849 2003-08-06 [christoph]  0.9.4claws6
850
851         * src/imap.c
852                 make sure source folder is selected when copying messages
853
854 2003-08-06 [christoph]  0.9.4claws5
855
856         * sync with 0.9.4cvs2
857                 see ChangeLog 2003-07-29                
858
859 2003-08-05 [paul]       0.9.4claws4
860
861         * sync with 0.9.4cvs3
862                 see ChangeLog 2003-07-30
863
864 2003-08-04 [match]      0.9.4claws3
865
866         * po/POTFILES.in
867                 export of LDIF files.
868
869 2003-08-04 [match]      0.9.4claws2
870
871         * src/ldif.[ch]
872                 support for export LDIF. documented.
873         * src/importldif.[ch]
874         * src/exportldif.[ch]
875                 add tooltips. documented.
876         * src/exphtmldlg.[ch]
877         * src/common/xmlprops.[ch]
878                 documented.
879         * src/exportldif.[ch]                   ** NEW **
880         * src/expldifdlg.[ch]                   ** NEW **
881         * src/addressbook.[ch]
882         * src/Makefile.am
883                 export of LDIF files.
884                 documented.
885
886 2003-08-04 [christoph]  0.9.4claws1
887
888         * .cvsignore
889         * Makefile.am
890         * configure.ac
891         * sylpheed-claws.pc.in                  ** NEW **
892         * src/Makefile.am
893         * src/common/Makefile.am
894         * src/gtk/Makefile.am
895                 install sylpheed header files in $(pkgincludedir) and create a
896                 pkg-config file to allow building a plugin without the source
897                 package
898
899 2003-08-04 [paul]       0.9.4claws
900
901         * version 0.9.4claws
902
903 2003-08-04 [paul]       0.9.3claws97
904
905         * po/es.po
906                 update Spanish translation. Submitted by Ricardo
907                 Mones Lastra.
908
909 2003-08-03 [paul]       0.9.3claws96
910
911         * po/hr.po
912           po/sr.po
913                 update Croatian and Serbian translations. Submitted by
914                 Dragan and Urke MMI respectively
915
916 2003-08-03 [alfons]     0.9.3claws95
917
918         * src/summaryview.c
919                 mark flag has precedence over important flag - seems
920                 to have been changed in sync of 0.9.3claws45. this fixes
921                 a regression where messages that were scored as important
922                 don't show their mark flags. (using the same column for
923                 both importance as mark flags is the real problem
924                 ofcourse)
925
926 2003-08-03 [melvin]     0.9.3claws94
927
928         * po/fr.po
929                 Updated French translations.
930
931 2003-08-03 [melvin]     0.9.3claws93
932
933         * src/Makefile.am
934                 Fixed typo introduced after 0.9.3claws92 
935                 that prevented compilation
936                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
937                 CPPFLAGS and YFLAGS to allow user setting these.
938         * src/common/Makefile.am
939         * src/gtk/Makefile.am
940         * src/plugins/clamav/Makefile.am
941         * src/plugins/demo/Makefile.am
942         * src/plugins/dillo_viewer/Makefile.am
943         * src/plugins/image_viewer/Makefile.am
944         * src/plugins/mathml_viewer/Makefile.am
945         * src/plugins/spamassassin/Makefile.am
946         * src/plugins/trayicon/Makefile.am
947         * src/plugins/trayicon/libeggtrayicon/Makefile.am
948                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
949                 CPPFLAGS and YFLAGS to allow user setting these.
950
951 2003-08-02 [christoph]  0.9.3claws92
952
953         * configure.ac
954                 o rearrange plugin tests
955                 o add test for clamav.h to ClamAV tests
956
957 2003-08-02 [luke]       0.9.3claws91
958
959         * src/mimeview.c
960                 o fixed appearance of icon list when toggling back from the 
961                   ctree
962                 o toggling of icons using the keyboard works correctly
963                 o fixed all other keyboard shortcuts to work when icons are
964                   active
965         
966         * src/messageview.c
967                 o fixed bug 4 - focus lost when changing messageview view type
968
969 2003-08-02 [christoph]  0.9.3claws90
970
971         * src/common/hooks.c
972                 fix crash when pointer stored in hash table could get invalid
973                 when a plugin is unloaded
974
975 2003-08-01 [christoph]  0.9.3claws89
976
977         * configure.ac
978                 o try to build all plugins (except spamassassin) by default
979                 o don't build a plugin if a dependency check fails
980
981         * src/common/hooks.c
982                 fix warning
983
984 2003-08-01 [match]      0.9.3claws88
985
986         * src/importldif.c
987                 allow single click field selection. document code.
988
989 2003-08-01 [christoph]  0.9.3claws87
990
991         * src/plugins/clamav/clamav_plugin.c
992         * src/plugins/clamav/clamav_plugin_gtk.c
993         * src/plugins/dillo_viewer/dillo_viewer.c
994         * src/plugins/image_viewer/plugin.c
995         * src/plugins/mathml_viewer/mathml_viewer.c
996         * src/plugins/spamassassin/spamassassin.c
997         * src/plugins/spamassassin/spamassassin_gtk.c
998         * src/plugins/trayicon/trayicon.c
999                 add version check to all plugins
1000
1001 2003-08-01 [hoa]        0.9.3claws86
1002
1003         * src/prefs_filtering.c
1004                 fixed a cosmetic bug, during creation of dialog box,
1005                 wrong widgets were shown after creation.
1006
1007 2003-08-01 [luke]       0.9.3claws85
1008
1009         * src/mainwindow.c
1010                 o fixed visibility of icons/mimeview after toggling separate
1011                   message/folder view (factored out some similar code too).
1012
1013
1014 2003-07-31 [alfons]     0.9.3claws84
1015
1016         * src/mimeview.c
1017                 tweak icon box UI a bit more, now allowing right-clicks actions
1018                 getting the relevant mime data too; should fix #250, "Can't save 
1019                 attachments sometimes".
1020
1021 2003-07-30 [alfons]     0.9.3claws83
1022
1023         * src/compose.c
1024                 don't do auto-save-draft inside key press handler, but rather
1025                 schedule it half of a second later; should fix #67, "autosave 
1026                 make re-rediting message crazy"
1027
1028 2003-07-30 [christoph]  0.9.3claws82
1029
1030         * src/plugins/trayicon/trayicon.c
1031                 process pending events before unloading the plugin
1032
1033         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1034
1035 2003-07-30 [alfons]     0.9.3claws81
1036
1037         * src/common/hooks.c
1038                 parameter 2 of g_hook_destroy() should really be a hook id
1039
1040 2003-07-30 [alfons]     0.9.3claws80
1041
1042         * src/common/plugin.c
1043                 fix a possibly harmful function signature mismatch 
1044                 for plugin_done
1045
1046 2003-07-30 [alfons]     0.9.3claws79
1047
1048         * src/common/hooks[.ch]
1049                 const correctness
1050
1051 2003-07-30 [darko]      0.9.3claws78
1052
1053         * src/summaryview.c
1054                 make it compile again
1055
1056 2003-07-30 [luke]       0.9.3claws77
1057
1058         * src/crash.c
1059         * src/main.c
1060                 o added/moved signal handlers for SIGTERM (normal kill command) 
1061                   and SIGINT (ctl-c) to be used even without 
1062                   --enable-crash-dialog, fixing bug 166
1063
1064         * src/summaryview.c
1065                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1066                   bug 227
1067
1068         * src/mainwindow.c
1069                 o changed sensitivity condition for 'Next new' and 'Next 
1070                   unread', fixing bug 8
1071
1072 2003-07-29 [alfons]     0.9.3claws76
1073
1074         * src/common/utils.[ch]
1075                 add generate_msgid()
1076         * src/messageview.c
1077                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1078                 sent folder".
1079
1080 2003-07-29 [alfons]     0.9.3claws75
1081
1082         * src/messageview.c
1083                 fix a memleak (claws-only)
1084
1085 2003-07-29 [alfons]     0.9.3claws74
1086
1087         * src/mimeview.[ch]
1088         * src/gtk/gtkvscrollbutton.[ch]
1089                 fix UI glitch where mime icon toolbox' scroll position is not 
1090                 reset after switching to another message
1091                 
1092
1093 2003-07-29 [paul]       0.9.3claws73
1094
1095         * src/prefs_folder_item.c
1096                 split the prefs into 2 separate pages
1097
1098 2003-07-29 [paul]       0.9.3claws72
1099
1100         * src/compose.c
1101                 prepend "\n\n" to a signature without a separator too
1102
1103 2003-07-29 [paul]       0.9.3claws71
1104
1105         * src/compose.c
1106                 fix bug where changing to an account without an auto-sig
1107                 from an initial account without an auto-sig would insert 
1108                 2 blank lines at the cursor point
1109                 fix bug where changing to an account with an auto-sig
1110                 from an initial account without an auto-sig would insert
1111                 the sig at the cursor point
1112
1113 2003-07-29 [paul]       0.9.3claws70
1114
1115         * src/folderview.c
1116                 use the colour from the folder pref unless the folder
1117                 has new messages
1118
1119 2003-07-29 [alfons]     0.9.3claws69
1120
1121         * src/procmsg.[ch]
1122         * src/messageview.c
1123         * src/procheader.c
1124                 rewrite return receipt request work a little bit (the former 
1125                 implementation presumably depended too much on the UI setting
1126                 flags). (we're losing the old pending flag.) 
1127
1128 2003-07-28 [christoph]  0.9.3claws68
1129
1130         * src/folder.c
1131         * src/imap.c
1132         * src/mh.c
1133         * src/procmsg.[ch]
1134                 fix copy to IMAP folder from other folder
1135
1136 2003-07-28 [christoph]  0.9.3claws67
1137
1138         * src/procmsg.c
1139                 fix sync of procmsg_get_message_file_list
1140
1141 2003-07-28 [christoph]  0.9.3claws66
1142
1143         * sync with 0.9.3cvs14
1144                 see ChangeLog 2003-07-18
1145         * sync with 0.9.3cvs17
1146                 see ChangeLog 2003-07-23
1147
1148         (closes Bug 234 segmentation fault after sending out mail via
1149          smtp(auth))
1150
1151 2003-07-28 [paul]       0.9.3claws65
1152
1153         * po/es.po
1154                 update Spanish translation, submitted by Ricardo Mones
1155                 Lastra
1156
1157 2003-07-28 [christoph]  0.9.3claws64
1158
1159         * src/folder.[ch]
1160         * src/imap.c
1161         * src/mh.c
1162                 return new message numbers as a GRelation instead of a GSList
1163                 that has to be in the same order as the input list. A list
1164                 would make it hard for IMAP to optimize oepration by sorting
1165                 the input list. The returned list would have to be reordered
1166                 to match the same order that input list has.
1167
1168         * src/gtk/gtkaspell.c
1169                 fix missing return value, could cause a crash when garbage is
1170                 on the stack that is used as the expected return value
1171
1172 2003-07-28 [paul]       0.9.3claws63
1173
1174         * sync with 0.9.4cvs1
1175                 see ChangeLog 2003-07-28
1176
1177 2003-07-27 [alfons]     0.9.3claws62
1178
1179         * src/mimeview.c
1180                 tweak it more to make icon list act like a check button group
1181
1182 2003-07-27 [christoph]  0.9.3claws61
1183
1184         * sync with 0.9.3cvs20
1185                 see ChangeLog 2003-07-25
1186
1187 2003-07-27 [paul]       0.9.3claws60
1188
1189         * src/procmsg.c
1190                 re-commit changes from 0.9.3claws58 -
1191                 accidently removed in 0.9.3claws59
1192
1193 2003-07-27 [paul]       0.9.3claws59
1194
1195         * src/procmsg.[ch]
1196                 a sync from 0.9.3cvs17
1197                 see ChangeLog 2003-07-23
1198
1199 2003-07-27 [alfons]     0.9.3claws58
1200
1201         * src/procmsg.c
1202                 add missing header members to MsgInfo; fixes the problem of 
1203                 not displaying X-Faces, as noticed by Ricardo Mones
1204
1205 2003-07-26 [christoph]  0.9.3claws57
1206
1207         * sync with 0.9.3cvs18
1208                 see ChangeLog 2003-07-24
1209
1210 2003-07-26 [christoph]  0.9.3claws56
1211
1212         * sync with 0.9.3cvs17
1213                 see ChangeLog 2003-07-23
1214
1215 2003-07-26 [christoph]  0.9.3claws55
1216
1217         * src/folder.[ch]
1218         * src/imap.c
1219         * src/mbox_folder.c
1220         * src/mh.c
1221         * src/news.c
1222                 add support for copy function that copy multiple messages
1223                 (not implemented yet)
1224
1225         * src/summaryview.c
1226                 add missing return value
1227
1228 2003-07-26 [paul]       0.9.3claws54
1229
1230         * tools/multiwebsearch.pl
1231                 do whitespace substitution before passing the string
1232                 to the browser. fixes bug with browsers that don't
1233                 do whitespace conversion themselves.
1234
1235 2003-07-25 [christoph]  0.9.3claws53
1236
1237         * src/folder.[ch]
1238         * src/imap.c
1239         * src/mh.c
1240                 rewrite adding of multiple messages to a folder for
1241                 claws' folder system
1242
1243 2003-07-25 [luke]       0.9.3claws52
1244
1245         * src/mimeview.c
1246                 o icon toggles set correctly on leaving ctree mimeview
1247
1248 2003-07-25 [paul]       0.9.3claws51
1249
1250         * partial sync with 0.9.3cvs21 [src/main.c]
1251                 see ChangeLog 2003-07-25
1252
1253 2003-07-24 [paul]       0.9.3claws50
1254
1255         * tools/maildir2sylpheed.pl
1256                 fix typo
1257
1258 2003-07-24 [paul]       0.9.3claws49
1259
1260         * src/mimeview.c
1261                 increase the gutter size of paned so that the panes
1262                 can be resized
1263                 
1264         * src/plugins/demo/demo.c
1265                 squeeze in another typo fix
1266
1267 2003-07-24 [paul]       0.9.3claws48
1268
1269         * src/plugins/demo/demo.c
1270           src/prefs_account.c
1271                 small changes to the English
1272                 
1273         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1274           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1275           src/Makefile.am
1276           src/stock_pixmap.c
1277                 rename the misspelled icon
1278
1279 2003-07-23 [alfons]     0.9.3claws47
1280
1281         * src/mimeview.c
1282                 make icon list look like a list of toggles
1283
1284 2003-07-23 [luke]       0.9.3claws46
1285
1286         * src/pixmaps/mimeview_gpg_expired.xpm
1287         * src/pixmaps/mimeview_gpg_failed.xpm
1288         * src/pixmaps/mimeview_gpg_passed.xpm
1289         * src/pixmaps/mimeview_text_html.xpm
1290         * src/pixmaps/mimeview_image.xpm
1291                 o all icons the same size
1292
1293         * src/mimeview.[ch]
1294                 o mimeview ctree arranged vertically above the viewer
1295                 o icons changed to buttons
1296                 o can use keyboard to select an icon (Enter)
1297                 o resize icon list to width of icons
1298
1299         *  src/gtk/gtkvscrollbutton.c
1300                 o sensitivity of buttons reacts to position
1301
1302 2003-07-23 [christoph]  0.9.3claws45
1303
1304         * sync with 0.9.3cvs14 (incomplete)
1305                 see ChangeLog 2003-07-17
1306
1307 2003-07-23 [alfons]     0.9.3claws44
1308
1309         * src/folder.c
1310         * src/procmsg.h
1311                 sync with my local tree to restore some claws-only things
1312
1313 2003-07-23 [paul]       0.9.3claws43
1314
1315         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1316           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1317           src/Makefile.am
1318           src/mimeview.c
1319           src/procmime.h
1320           src/rfc2015.c
1321           src/stock_pixmap.[ch]
1322                 indicate missing keys and expired sigs/keys
1323                 in mime view column
1324
1325 2003-07-23 [paul]       0.9.3claws42
1326
1327         * src/compose.c
1328                 Redirect fixes: enable automatic account selection and
1329                 do not append signature to message on changing account
1330                 fixes Bug[s] #248
1331
1332 2003-07-23 [paul]       0.9.3claws41
1333
1334         * sync with 0.9.3cvs16
1335                 see ChangeLog 2003-07-23
1336
1337 2003-07-23 [alfons]     0.9.3claws40
1338
1339         * src/inc.c
1340                 give progress dialog a main window, and give it the first 
1341                 one (presumably the only one). fixes bug #247, "segfault on 
1342                 pop-before-smtp" 
1343
1344 2003-07-22 [alfons]     0.9.3claws39
1345
1346         * src/summaryview.c
1347                 shift-space scrolls up
1348
1349 2003-07-22 [paul]       0.9.3claws38
1350
1351         * sync with 0.9.3cvs15
1352                 see ChangeLog 2003-07-22
1353
1354 2003-07-20 [alfons]     0.9.3claws37
1355
1356         * src/compose.c
1357                 put menu inside #ifdef USE_ASPELL..#endif
1358
1359 2003-07-20 [christoph]  0.9.3claws36
1360
1361         * src/procmsg.c
1362                 fix wrong flags in MsgInfo returned by
1363                 procmsg_msginfo_get_full_info()
1364
1365         (closes Bug 221 Deleting messages from the Message View gives incorrect
1366          new/unread message counts in the folder view)
1367
1368         * src/plugins/spamassassin/spamassassin_gtk.c
1369                 add gettext macro for prefs page title
1370
1371 2003-07-20 [paul]       0.9.3claws35
1372
1373         * src/mimeview.c
1374                 redraw icon list on signature check
1375
1376 2003-07-20 [christoph]  0.9.3claws34
1377
1378         * src/Makefile.am
1379         * src/account.c
1380         * src/folder.[ch]
1381         * src/folder_item_prefs.[ch]            ** NEW **
1382         * src/folderview.c
1383         * src/mainwindow.c
1384         * src/mh.c
1385         * src/prefs_gtk.c
1386         * src/prefs_scoring.c
1387         * src/summaryview.c
1388         * src/prefs_folder_item.[ch]
1389                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1390                   Properties dialog
1391                 o use prefswindow for folder properties
1392
1393         * src/gtk/prefswindow.[ch]
1394                 change implementation to use an invisible notebook instead
1395                 of unparenting widgets
1396
1397 2003-07-20 [christoph]  0.9.3claws33
1398
1399         * src/compose.h
1400         * src/folder.c
1401         * src/folderview.h
1402         * src/headerview.h
1403         * src/prefs_filtering.h
1404         * src/prefs_folder_item.[ch]
1405         * src/procmime.h
1406         * src/procmsg.h
1407         * src/summaryview.h
1408                 clean up header mess
1409                 (always use 1. typedefs, 2. #includes, 3. structures)
1410
1411         * src/common/version.h.in
1412                 add casts for constants
1413
1414         * src/plugins/demo/demo.c
1415                 fix typo
1416
1417         * src/plugins/spamassassin/spamassassin.c
1418                 remove unused variable
1419
1420 2003-07-20 [alfons]     0.9.3claws32
1421
1422         * src/mimeview.c
1423                 o make icon buttons respond on left click
1424                 o minor cosmetic change
1425
1426 2003-07-19 [luke]       0.9.3claws31
1427
1428         * src/mimeview.[ch]
1429         * src/gtk/gtkvscrollbutton.c
1430         * src/messageview.c
1431                 o improved mimeview behaviour when selecting a new message
1432                 o plus code cleanups to remove compile warnings
1433
1434
1435 2003-07-19 [alfons]     0.9.3claws30
1436
1437         * src/procmsg.c
1438         * src/compose.c
1439         * src/common/utils.[ch]
1440                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1441
1442 2003-07-19 [alfons]     0.9.3claws29
1443
1444         * src/prefs_folder_item.c
1445                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1446                 string pointers
1447
1448 2003-07-19 [luke]       0.9.3claws28
1449
1450         * src/messageview.c
1451         * src/mimeview.[ch]
1452         * src/procmime.h
1453         * src/rfc2015.c
1454         * src/stock_pixmap.[ch]
1455         * src/gtk/Makefile.am
1456         * src/Makefile.am
1457         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1458         * src/pixmaps/mime_*.xpm                ** NEW **
1459                 o mimeview rearrangement with a new icon shortcut bar
1460
1461 2003-07-19 [alfons]     0.9.3claws27
1462
1463         * src/folderview.c
1464                 o plug leaking nodes_to_recollapse
1465                 o add folderview_recollapse_all_nodes() (not used yet)
1466
1467 2003-07-19 [alfons]     0.9.3claws26
1468
1469         * src/compose.c
1470         * src/common/utils.c
1471                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1472                 for both forwarding as replying
1473
1474 2003-07-18 [christoph]  0.9.3claws25
1475
1476         * configure.ac
1477         * src/common/sylpheed.[ch]
1478         * src/common/version.h.in
1479                 add version in numeric form to allow easy comparison
1480
1481         * src/plugins/demo/demo.c
1482                 add version check
1483                 - sylpheed version > plugin version => never allowed, sylpheed
1484                   could contain unknown API changes
1485                 - sylpheed version < minimum version required => don't load,
1486                   API required not available (if linking does not fail)
1487
1488 2003-07-18 [alfons]     0.9.3claws24
1489         
1490         * src/common/plugin.[ch]
1491                 const correctness
1492
1493 2003-07-18 [christoph]  0.9.3claws23
1494
1495         * src/common/hooks.c
1496                 fix crash when hooks where unregisted
1497
1498         * src/plugins/trayicon/trayicon.c
1499                 unregister detroy signal before destroying the widget
1500                 (still crashes when the plugin is unloaded)
1501
1502 2003-07-18 [alfons]     0.9.3claws22
1503         
1504         * src/folderview.c
1505                 delay expanding folder tree during drags until timeout triggered
1506                 (needs perhaps some tweaking, so testing is welcome)
1507
1508 2003-07-17 [alfons]     0.9.3claws21
1509
1510         * src/folderview.c
1511                 clean up cruft
1512
1513 2003-07-17 [christoph]  0.9.3claws20
1514
1515         * src/common/session.c
1516                 fix opening of SSL connections
1517
1518         * src/plugins/image_viewer/Makefile.am
1519                 add OPENSSL_CFLAGS (we should find a better solution to remove
1520                 this dependencies if they are not required)
1521
1522         * src/plugins/spamassassin/spamassassin.c
1523                 remove setlocale workaround (fixed in libspamc)
1524
1525         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1526          if spell checking enabled)
1527
1528 2003-07-17 [alfons]     0.9.3claws19
1529
1530         * src/common/hooks.[ch]
1531         * src/plugins/clamav/clamav_plugin.c
1532         * src/plugins/spamassassin/spamassassin.c
1533         * src/plugins/trayicon/trayicon.c
1534                 fix signedness muck 
1535
1536 2003-07-17 [alfons]     0.9.3claws18
1537
1538         * src/procmime.c
1539                 plug memleak
1540
1541 2003-07-17 [alfons]     0.9.3claws17
1542
1543         * src/inc.c
1544                 plug memleak
1545
1546 2003-07-17 [paul]       0.9.3claws16
1547
1548         * src/common/defs.h
1549           src/mainwindow.c
1550           src/manual.[ch]
1551                 add link to the Claws site's FAQ page, after the suggestion
1552                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1553                 Move url strings to defs.h
1554                 
1555         * src/mainwindow.c
1556                 fix typo to prevent "unknown menu entry" warnings
1557
1558 2003-07-17 [alfons]     0.9.3claws15
1559
1560         * src/folderview.[ch]
1561         * src/summaryview.[ch]
1562         * src/mimeview.[ch]
1563                 plug DnD leaks 
1564
1565 2003-07-17 [paul]       0.9.3claws14
1566
1567         * src/inc.c
1568                 remove two instances of 'GTK_EVENTS_FLUSH' because
1569                 they are unnecessary and probably cause a stack overflow
1570
1571 2003-07-16 [christoph]  0.9.3claws13
1572
1573         * src/mimeview.[ch]
1574                 use an invisible GTK notebook to switch between viewers
1575                 instead of reparenting widgets
1576
1577 2003-07-16 [christoph]  0.9.3claws12
1578
1579         * src/folder.c
1580                 move folder_item_update_freeze() to correct place in
1581                 folder_item_scan_full()
1582
1583 2003-07-16 [paul]       0.9.3claws11
1584
1585         * sync with 0.9.3cvs12
1586                 see ChangeLog 2003-07-14 and 2003-07-15
1587
1588 2003-07-16 [christoph]  0.9.3claws10
1589
1590         * src/imap.[ch]
1591         * src/prefs_account.[ch]
1592                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1593
1594 2003-07-15 [alfons]     0.9.3claws9
1595
1596         * src/main.c
1597                 make --config-dir do something useful
1598
1599 2003-07-15 [alfons]     0.9.3claws8
1600
1601         * src/procmsg.c
1602                 o fix a bug where 'last' didn't really point to the last message
1603                   in the top level list of children, but to the last threaded
1604                   message. 
1605                 
1606                 o clean up and make it easier to sync
1607
1608 2003-07-15 [alfons]     0.9.3claws7
1609
1610         * src/mainwindow.c
1611                 make correct menu items sensitive       
1612
1613 2003-07-14 [alfons]     0.9.3claws6
1614
1615         * src/procmsg.c
1616                 tune the threader so it will not subject-thread any message
1617                 without a subject prefix (this will not thread correctly if 
1618                 a parent is delivered after their childs, but it looks 
1619                 better right now)
1620
1621 2003-07-13 [christoph]  0.9.3claws5
1622
1623         * src/mainwindow.c
1624                 group "Add mailbox *..." menu items in submenu
1625
1626 2003-07-13 [alfons]     0.9.3claws4
1627
1628         * src/summaryview.c
1629                 correct summary_toggle_pressed() signature and make sure
1630                 signal is not passed on
1631
1632 2003-07-13 [alfons]     0.9.3claws3
1633
1634         * src/summaryview.c
1635                 o for now don't pass on keys when they we're handled by 
1636                   ctree::key_press_event
1637                 o clean up
1638
1639 2003-07-13 [alfons]     0.9.3claws2
1640         
1641         * src/main.c
1642                 add command line option "--config-dir" to get the current 
1643                 configuration dir
1644
1645 2003-07-12 [alfons]     0.9.3claws1
1646
1647         * src/matcher.[ch]
1648         * src/matcher_parser_parse.y
1649         * src/prefs_filtering.c
1650         * src/filtering.c
1651                 add "Lock" filter action to lock messages;
1652
1653         * src/filtering.c       
1654                 remove debug_print()    
1655         * src/prefs_filtering.c
1656                 re-organize matcher part 9: 
1657                 make action text entries easily extendible;
1658                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1659                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1660
1661 2003-07-12 [paul]
1662
1663         * tools/README
1664                 update old information and add missing
1665                 information
1666
1667 2003-07-12 [paul]       0.9.3claws
1668
1669         * 0.9.3claws released
1670         
1671 2003-07-12 [paul]       0.9.0claws103
1672
1673         * src/Makefile.am
1674                 add addrquery.h
1675
1676 2003-07-12 [melvin]     0.9.0claws102
1677
1678         * src/messageview.c
1679                 Fixed bug #215: Show MIME tab for single text/html messages. 
1680                 
1681 2003-07-12 [paul]       0.9.0claws101
1682
1683         * man/sylpheed.1
1684                 updated
1685
1686 2003-07-12 [paul]       0.9.0claws100
1687
1688         * po/es.po
1689           po/hr.po
1690           po/pl.po
1691           po/sr.po
1692                 update Spanish, Croatian, Polish, Serbian translations.
1693                 submitted by Ricardo Mones Lastra, Dragan, Witold
1694                 Wladyslaw Wojciech Wilk, Urke MMI
1695
1696 2003-07-12 [melvin]     0.9.0claws99
1697
1698         * po/fr.po
1699                 Updated French translations.
1700
1701 2003-07-12 [paul]       0.9.0claws98
1702
1703         * src/addressbook.c
1704                 disable 'Lookup' button as it has no effect
1705
1706 2003-07-11 [alfons]     0.9.0claws97
1707         
1708         * src/summaryview.c
1709                 summary_searchbar_pressed() should return TRUE to signal that
1710                 event was handled. when returning void, the return value passed
1711                 to GTK is actually random, but maybe FALSE, in which case the
1712                 event is handled by parent
1713                 
1714 2003-07-10 [paul]       0.9.0claws96
1715
1716         * ac/missing/gettext.m4
1717                 update to version 0.12
1718
1719 2003-07-10 [paul]       0.9.0claws95
1720
1721         * src/plugins/clamav/clamav_plugin.c
1722                 fix bug where multipart/alternative messages
1723                 would slip through without being scanned
1724
1725 2003-07-10 [christoph]  0.9.0claws94
1726
1727         * src/folder.c
1728                 correct check if folder supports removing when a message is
1729                 moved. if not the message is only copied.
1730
1731         (closes Bug 132 crash on startup in newsgroups folders)
1732
1733 2003-07-09 [alfons]     0.9.0claws93
1734
1735         * configure.ac
1736         * src/common/defs.h
1737                 --with-config-dir (default .sylpheed)
1738
1739 2003-07-09 [christoph]  0.9.0claws92
1740
1741         * configure.ac
1742                 use PKG_CHECK_MODULES to check for gtkmathview
1743                 (version 0.4.2 now required)
1744
1745 2003-07-08 [melvin]     0.9.0claws91
1746
1747         * src/action.c
1748                 Implemented a progress bar that counts the number of completed
1749                 tasks when the action runs more than one command.
1750
1751 2003-07-08 [alfons]     0.9.0claws90
1752
1753         * src/procmsg.c
1754                 if queued message has an invalid Message-Id, don't try to
1755                 find message it refers to (fixes #209 "crash when processing 
1756                 in folder")
1757
1758 2003-07-08 [paul]       0.9.0claws89
1759
1760         * sync with 0.9.3cvs2
1761                 see ChangeLog 2003-07-08
1762
1763 2003-07-08 [match]      0.9.0claws88
1764
1765         * src/ldapctrl.c
1766                 extend LDAP search for first/last name by parsing search term.
1767
1768 2003-07-08 [alfons]     0.9.0claws87
1769
1770         * src/send_message.c
1771                 fix bug #208 "Status message stuck when sending on POP3 account"
1772
1773 2003-07-07 [paul]       0.9.0claws86
1774
1775         * po/hr.po
1776                 new Croatian translation, submitted by
1777                 Dragan <drleskov@inet.hr>
1778
1779 2003-07-07 [paul]       0.9.0claws85
1780
1781         * sync with 0.9.3cvs1
1782                 see ChangeLog 2003-07-07
1783
1784 2003-07-05 [christoph]  0.9.0claws84
1785
1786         * src/Makefile.am
1787         * src/messageview.c
1788         * src/mimeview.[ch]
1789         * src/stock_pixmap.[ch]
1790         * src/pixmaps/messageview_text.xpm              ** NEW **
1791                 move mimeview tabs to the right side and use icons
1792                 instead of text to save some space
1793
1794         (patch by Luke Plant <lukeplant@softhome.net>)
1795
1796 2003-07-05 [christoph]  0.9.0claws83
1797
1798         * src/inc.c
1799                 add NULL pointer checks
1800
1801         (patch by Luke Plant <lukeplant@softhome.net>)
1802         (closes Bug 204 0.9.0 quits on authentication error?!)
1803
1804 2003-07-05 [alfons]     0.9.0claws82
1805
1806         * configure.ac
1807                 take the clue in bug #202 "./configure script - 
1808                 'if test' comparison failure" reported by John Kristoff. 
1809
1810 2003-07-04 [christoph]  0.9.0claws81
1811
1812         * src/plugins/spamassassin/spamassassin.c
1813                 set timeout for spam check
1814
1815 2003-07-04 [christoph]  0.9.0claws80
1816
1817         * src/main.c
1818                 destroy all FolderItems when shutting down to
1819                 allow folders to clean up
1820
1821 2003-07-04 [melvin]     0.9.0claws79
1822
1823         * src/gtk/gtkaspell.c
1824                 Fixed bug #184 "Entering non-ascii character deletes
1825                 previous char if spell checking enabled": this makes
1826                 the spell checking in multibytes (e.g. UTF-8)locales work.
1827                 (Patch by Luke Plant).
1828                 
1829 2003-07-04 [christoph]  0.9.0claws78
1830
1831         * sync with 0.9.2cvs1
1832                 see ChangeLog 2003-06-10
1833
1834 2003-07-04 [paul]       0.9.0claws77
1835
1836         * sync with 0.9.3 release
1837                 see ChangeLog 2003-07-04
1838
1839 2003-07-03 [christoph]  0.9.0claws76
1840
1841         * src/folder.[ch]
1842         * src/imap.c
1843         * src/mbox_folder.c
1844         * src/mh.c
1845         * src/news.c
1846                 move folder_item_get_path() stuff into a folder virtual function
1847
1848         * src/procmsg.c
1849                 use folder_item_fetch_msg() to get message and do not contruct
1850                 the filename from path and number
1851
1852 2003-07-03 [paul]       0.9.0claws75
1853
1854         * sync with 0.9.2cvs12
1855                 see ChangeLog 2003-07-03
1856
1857 2003-07-02 [paul]       0.9.0claws74
1858
1859         * src/messageview.c
1860                 fix text-selection for replying
1861
1862 2003-07-02 [paul]       0.9.0claws73
1863
1864         * sync with 0.9.2cvs11
1865                 see ChangeLog 2003-07-02
1866
1867 2003-07-02 [paul]       0.9.0claws72
1868
1869         * src/procmsg.c
1870                 revert last commit because it breaks more
1871                 than it fixes
1872
1873 2003-07-02 [paul]       0.9.0claws71
1874
1875         * src/procmsg.c
1876                 fix thread by subject/sort by date
1877
1878 2003-07-01 [paul]       0.9.0claws70
1879
1880         * sync with 0.9.2cvs10
1881                 see ChangeLog 2003-07-01
1882
1883 2003-06-30 [paul]       0.9.0claws69
1884
1885         * sync with 0.9.2cvs9
1886                 see ChangeLog 2003-06-30
1887
1888 2003-06-28 [match]      0.9.0claws68
1889
1890         * src/addressbook.c
1891                 fix null ptr.
1892
1893 2003-06-27 [paul]       0.9.0claws67
1894
1895         * sync with 0.9.2cvs7
1896                 see ChangeLog 2003-06-27
1897
1898 2003-06-26 [christoph]  0.9.0claws66
1899
1900         * src/folder.c
1901                 freeze folder updates while a folder is scanned
1902
1903         (closes Bug 185 New message counter)
1904
1905 2003-06-26 [darko]      0.9.0claws65
1906
1907         * src/ldapserver.c
1908                 fix infinite loop when adding a new LDAP server
1909
1910 2003-06-26 [paul]       0.9.0claws64
1911
1912         * sync with 0.9.2cvs6
1913                 see ChangeLog 2003-06-26
1914
1915 2003-06-26 [paul]       0.9.0claws63
1916
1917         * sync with 0.9.2cvs5
1918                 see ChangeLog 2003-06-25 and 2003-06-26
1919
1920 2003-06-25 [match]      0.9.0claws62
1921
1922         * src/addr_compl.c
1923                 Fixed tab/backtab for dropped-down completion list to
1924                 move next/previous field. (close bug 147)
1925
1926 2003-06-25 [christoph]  0.9.0claws61
1927
1928         * src/addr_compl.[ch]
1929         * src/addrindex.[ch]
1930         * src/folderview.c
1931         * src/inc.c
1932         * src/news.c
1933         * src/summaryview.c
1934         * src/toolbar.c
1935                 fix warnings
1936
1937 2003-06-25 [leandro]    0.9.0claws60
1938
1939         * src/compose.c
1940                 o cleanups
1941                 o gray out "Message/Remove references" menu item if not
1942                   replying to a message
1943
1944 2003-06-24 [leandro]    0.9.0claws59
1945
1946         * src/compose.[ch]
1947                 o removed "Message/Create new thread" menu item
1948                 o added "Message/Remove references" menu item
1949                   (it's off by default and will not check anymore
1950                    if the subject changed)
1951
1952 2003-06-23 [alfons]     0.9.0claws58
1953
1954         * src/procmsg.c
1955                 try better grouping messages threaded by subject based on their age.
1956                 still not perfect - because the message tree is not sorted by date.  
1957
1958 2003-06-23 [thorsten]   0.9.0claws57
1959
1960         * src/pop.[ch]
1961                 added mail_receive_hook to allow modifications
1962                 directly after retrieval (e.g. adding headers).
1963
1964 2003-06-23 [paul]       0.9.0claws56
1965
1966         * src/sourcewindow.c
1967                  enable the use of Ctrl+A to select all text in
1968                  the sourcewindow
1969                  Patch submitted by Ivan Francolin Martinez
1970                  <ivanfm@users.sourceforge.net>
1971
1972 2003-06-22 [christoph]  0.9.0claws55
1973
1974         * src/folder.[ch]
1975                 o add notification hook for folder tree changes
1976                 o invoke hooks after folder tree scanning
1977
1978         * src/folderview.[ch]
1979                 register hook for folder tree changes that
1980                 updates the ctree
1981
1982         (there are more places that should be updated, like add, remove 
1983          or move folder)
1984
1985         (closes Bug 164 Crash on rebuild folder tree)
1986         (closes Bug 190 Crash on 'rebuilding folder tree')
1987
1988 2003-06-21 [leandro]    0.9.0claws54
1989
1990         * src/compose.[ch]
1991                 create a new thread if subject changes
1992                 (it's on by default, can be disabled in Message menu)
1993
1994 2003-06-21 [alfons]     0.9.0claws53
1995
1996         * src/summaryview.c
1997                 quiet little compiler
1998
1999 2003-06-21 [christoph]  0.9.0claws52
2000
2001         update gettext stuff to version 0.12
2002
2003 2003-06-19 [alfons]     0.9.0claws51
2004
2005         * src/common/log.c
2006         * src/common/plugin.c
2007                 move defs.h before glib.h to prevent MIN/MAX redefs
2008
2009 2003-06-19 [alfons]
2010
2011         * src/addressbook.c
2012                 translatable
2013
2014 2003-06-19 [match]      0.9.0claws50
2015
2016         * src/addressbook.[ch]
2017         * src/addrindex.[ch]
2018         * src/addr_compl.[ch]
2019         * src/editldap.[ch]
2020         * src/editldap_basedn.[ch]
2021         * src/addritem.[ch]
2022         * src/ldapquery.h
2023                 re-implemented dynamic LDAP search. works without
2024                 slowdown on display sender with addressbook
2025                 option.
2026         * src/addrbook.c
2027                 documented code.
2028
2029 2003-06-19 [paul]       0.9.0claws49
2030
2031         * src/compose.c
2032                 fix Bug #136 'Nonprovided quotation marks crash claws'
2033                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2034
2035 2003-06-19 [alfons]     0.9.0claws48
2036
2037         * src/prefs_common.[ch]
2038         * src/procmsg.c
2039                 restrict threading by subject by checking thread for
2040                 age (prefs_common.thread_by_subject_max_age)
2041
2042 2003-06-18 [christoph]  0.9.0claws47
2043
2044         * src/imap.c
2045                 fix memory leak in imap_cmd_fetch()
2046
2047 2003-06-18 [christoph]  0.9.0claws46
2048
2049         * src/prefs_gtk.c
2050                 fix memory leak in prefs_set_default() when used multiple
2051                 times or after prefs have been read
2052
2053 2003-06-18 [christoph]  0.9.0claws45
2054
2055         * src/common/plugin.c
2056                 fix memory leak in plugin_unload()
2057
2058 2003-06-18 [christoph]  0.9.0claws44
2059
2060         * src/imap.c
2061                 fix memory leak in imap_cmd_ok()
2062
2063 2003-06-18 [christoph]  0.9.0claws43
2064
2065         * src/folder.c
2066                 stop messages that are downloaded from POP3 and added to
2067                 an IMAP inbox from being filtered twice (first by POP3
2068                 and again when IMAP folder is scaned to get the UID of
2069                 the APPEND operation when no UIDPLUS is available)
2070
2071 2003-06-18 [alfons]
2072
2073         * tools/Makefile.am
2074                 phoenix <- firebird     
2075
2076 2003-06-18 [paul]
2077
2078         * tools/launch_phoenix          ** REMOVED **
2079           tools/launch_firebird         ** NEW **
2080                 renamed and edited to reflect the browser's name change from
2081                 'phoenix' to 'firebird'
2082
2083 2003-06-18 [paul]       0.9.0claws42
2084
2085         * sync with 0.9.2cvs2
2086                 see ChangeLog 2003-06-16
2087
2088 2003-06-17 [alfons]     0.9.0claws41
2089
2090         * src/procmsg.c
2091                 prevent threading problems when a node is an ancestor (parent / great parent),
2092                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2093                 for finding an sample set of messages)
2094
2095 2003-06-16 [christoph]  0.9.0claws40
2096
2097         * src/main.c
2098                 don't popup main window on --receive or --receive-all
2099
2100         * src/mainwindow.[ch]
2101         * src/plugins/trayicon/trayicon.c
2102                 allow hiding of main window by clicking on the trayicon
2103                 (doesn't work correctly in seperate window mode and may
2104                  cause unexpected GTK problems I couldn't find yet)
2105
2106         * src/common/ssl.c
2107                 remove incorrect warning
2108
2109 2003-06-15 [alfons]     0.9.0claws39
2110
2111         * src/gtk/gtkstext.c
2112                 don't output debug text;
2113                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2114                 for pointing this out);
2115
2116 2003-06-14 [alfons]     0.9.0claws38
2117         
2118         * src/messageview.c
2119                 remove printf() and make one if..else comply with coding style
2120
2121 2003-06-14 [alfons]     0.9.0claws37
2122
2123         * AUTHORS
2124                 add Martin Wicke
2125         * src/action.c
2126         * src/messageview.[ch]
2127         * src/summaryview.c
2128                 apply patch #754162 "Quoting messages filtered by actions" submitted
2129                 by Martin Wicke, which allows quoting message body changed by an
2130                 action (Thanks!).
2131
2132 2003-06-13 [alfons]     0.9.0claws36
2133
2134         * src/utils.c
2135                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2136                 use case insensitive regexp (suggested by Ivan Martinez)
2137
2138 2003-06-13 [christoph]  0.9.0claws35
2139
2140         * configure.ac
2141         * src/plugins/trayicon/Makefile.am
2142         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2143         * src/plugins/trayicon/trayicon.c
2144         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2145         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2146         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2147         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2148         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2149         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2150                 replace my own EggTrayIcon backport with the backport
2151                 used by (l|x)mule and gabber.
2152
2153 2003-06-13 [alfons]     0.9.0claws34
2154
2155         * AUTHORS
2156         * src/common/utils.c
2157                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2158
2159 2003-06-13 [alfons]     0.9.0claws33
2160
2161         * src/compose.c
2162                 clean up a little bit
2163
2164 2003-06-12 [alfons]     0.9.0claws32
2165
2166         * src/compose.c
2167                 const correctness fix
2168
2169         * src/common/sylpheed.[ch]
2170                 () -> (void)
2171                 prevent redef MIN/MAX
2172                 
2173         * src/common/utils.[ch]
2174                 () -> (void)
2175
2176 2003-06-12 [melvin]     0.9.0claws31
2177
2178         * src/compose.c
2179                 Updated to take into accounts changes in GtkAspell.
2180
2181 2003-06-12 [alfons]     0.9.0claws30
2182
2183         * src/compose.c
2184         * src/procmsg.c
2185         * src/common/utils.[ch]
2186                 handle reply subject prefixes better (initial 
2187                 suggestion by Robert Story adapted and enhanced 
2188                 using regexps)
2189
2190 2003-06-12 [melvin]     0.9.0claws29
2191
2192         * src/compose.c
2193                 Use new gtkaspell_checkers_strerror() to get the speller's
2194                 error message instead of accessing the (now private)
2195                 checkers structure.
2196                 Minor code clean up
2197
2198         * src/main.c
2199                 Use #ifdef instead of #if for USE_ASPELL
2200                 Use the new spell checkers init/quit functions 
2201
2202         * src/gtk/gtkaspell.c
2203                 Use #ifdef instead of #if for USE_ASPELL
2204                 Moved in the majority of GtkAspell structures that were
2205                 exported before by gtkaspell.h
2206         
2207         * src/gtk/gktaspell.h
2208                 Made gtkaspell.h contain only the necessary data to be
2209                 publicized by moving many structures to gtkaspell.c.
2210                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2211                 gtkaspell_checkers_new(): replaced by...
2212                 gtkaspell_checkers_init(): new function for initialization
2213                 gtkaspell_checkers_delete(): replaced by...
2214                 gtkaspell_checkers_quit(): new function
2215                 gtkaspell_checkers_strerror(): new function that returns
2216                 the checker's last error message.
2217                 
2218 2003-06-11 [melvin]     0.9.0claws28
2219
2220         * po/POTFILES.in
2221                 Updated to take into account gtkaspell.c migration to
2222                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2223
2224 2003-06-10 [alfons]     0.9.0claws27
2225
2226         * src/filtering.[ch]
2227         * src/folder.c
2228         * src/matcher.c
2229         * src/scoring.[ch]
2230                 - try fixing bug #18 (any brave testers?)
2231                 - add more robustness by refusing previously 
2232                   unchecked NULL pointers 
2233
2234 2003-06-10 [alfons]     0.9.0claws26
2235
2236         * src/procmsg.c
2237                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2238
2239 2003-06-09 [alfons]     0.9.0claws25
2240
2241         * src/prefs_common.c
2242                 fix bug #163 "Icon switching doesnt work properly" by 
2243                 preventing early freeing of prefs_common.pixmap_theme_path.
2244
2245 2003-06-09 [christoph]  0.9.0claws24
2246
2247         * src/gtk/gtkaspell.c
2248                 revert Thorsten's fix and add forgotten g_strdup for
2249                 aspell path (it should not be possible to alter the path a
2250                 GtkASpell uses from outside)
2251
2252 2003-06-09 [thorsten]   0.9.0claws23
2253
2254         * src/gtk/gtkaspell.c
2255                 dont free prefs_common.aspell_path when closing compose
2256
2257 2003-06-08 [colin]      0.9.0claws22
2258
2259         * src/plugins/spamassassin/spamassassin.c
2260                 fix prefs types
2261
2262 2003-06-07 [christoph]  0.9.0claws21
2263
2264         * src/Makefile.am
2265         * src/compose.c
2266         * src/gtkaspell.[ch]            ** REMOVE **
2267         * src/gtk/Makefile.am
2268         * src/gtk/gtkaspell.[ch]        ** NEW **
2269                 o make gtkaspell independent from sylpheed's prefs
2270                 o move gtkaspell.[ch] to gtk directory
2271
2272 2003-06-07 [christoph]  0.9.0claws20
2273
2274         * src/Makefile.am
2275         * src/crash.c
2276         * src/export.c
2277         * src/filesel.[ch]              ** REMOVE **
2278         * src/folder.c
2279         * src/main.[ch]
2280         * src/common/sylpheed.[ch]
2281         * src/gtk/Makefile.am
2282         * src/gtk/filesel.[ch]          ** NEW **
2283         * src/gtk/pluginwindow.c
2284         * src/gtk/sslcertwindow.c
2285                 move filesel.[ch] to gtk directory
2286
2287 2003-06-07 [alfons]     0.9.0claws19
2288
2289         * src/filesel.c
2290                 make (multi) file selection dialog work again (Claws-only)
2291
2292 2003-06-07 [thorsten]   0.9.0claws18
2293
2294         * po/de.po
2295                 fix typos
2296
2297 2003-06-07 [alfons]     0.9.0claws17
2298
2299         * configure.ac
2300         * src/mimeview.c
2301                 detect apache mishap in which case don't include fnmatch.h
2302                 if regex.h is already included
2303
2304 2003-06-06 [christoph]  0.9.0claws16
2305
2306         * configure.ac
2307         * src/mimeview.h
2308                 add check for fnmatch.h and include it when available
2309
2310         * src/mimeview.[ch]
2311                 fix wrong case sensitivity of Content-Types
2312
2313         * src/gtk/Makefile.am
2314                 need the same include paths in gtk directory as in
2315                 common directory because .h files in common can
2316                 include files from these directories, when included
2317                 in gtk's .h or .c files
2318
2319 2003-06-06 [alfons]     0.9.0claws15
2320
2321         * src/mimeview.c
2322         * src/summaryview.c
2323                 make it compile again because of regex.h / fnmatch.h 
2324                 include problems (related to recent mime stuff, can
2325                 someone check this?)
2326
2327 2003-06-06 [thorsten]   0.9.0claws14
2328
2329         * src/folderview.c
2330                 possible use of uninitialized pointer while dragging
2331
2332 2003-06-06 [paul]       0.9.0claws13
2333
2334         * src/compose.c
2335                 fix bug where the insert sig button would be effective
2336                 only when auto_sig was set
2337
2338 2003-06-06 [paul]       0.9.0claws12
2339
2340         * sync with 0.9.2 release
2341
2342 2003-06-02 [paul]       0.9.0claws11
2343
2344         * sync with 0.9.1cvs1
2345                 see ChangeLog 2003-06-02
2346                 
2347         * po/de.po
2348                 update by Jens
2349
2350 2003-06-01 [christoph]  0.9.0claws10
2351
2352         * src/account.c
2353                 don't use substring search to find accounts by email address
2354
2355         (closes Bug 169 Overly loose matching of "From" address)
2356
2357 2003-05-31 [christoph]  0.9.0claws9
2358
2359         * doc-src/rfc2683.txt
2360         * src/imap.c
2361                 limit IMAP command length as recommended in RFC2683
2362                 (message number lists will be split into multiple imap
2363                 sets, the limit of 1000 octets is not a hard limit)
2364
2365         (closes Bug 161 sylpheed-claws exits with segfault when logging
2366          in to certain imap-servers)
2367
2368 2003-05-29 [alfons]     0.9.0claws8
2369
2370         * src/toolbar.[ch]
2371                 add print button (calling summary_print());
2372                 fine tune setting tooltip text;
2373                 (if someone needs other buttons, please take these 
2374                 commits as a guide, instead of bothering us - also
2375                 see 0.8.11claws150) 
2376
2377 2003-05-29 [darko]      0.9.0claws7
2378
2379         * src/compose.c
2380                 fix crash when word wrapping kicks in due to
2381                 changed text by spell checker
2382
2383 2003-05-29 [paul]       0.9.0claws6
2384
2385         * src/compose.c
2386                 fix bug where changing account would insert
2387                 sig even if auto_sig was FALSE
2388                 
2389         * ChangeLog
2390           ChangeLog.jp
2391           INSTALL
2392                 sync with 0.9.1 release
2393
2394 2003-05-28 [christoph]  0.9.0claws5
2395
2396         * src/imap.c
2397                 fix truncation of too long commands
2398
2399         (closes Bug 167 IMAP hangs trying to get envelope
2400          information in imap_get_uncached_messages)
2401
2402 2003-05-27 [paul]       0.9.0claws4
2403
2404         * tools/Makefile.am
2405           tools/maildir2sylpheed.pl     ** NEW FILE **
2406                 add kmail to sylpheed mailbox conversion script
2407
2408 2003-05-27 [paul]       0.9.0claws3
2409
2410         * sync with 0.9.0cvs10
2411                 see ChangeLog 2003-05-26
2412
2413 2003-05-26 [paul]       0.9.0claws2
2414
2415         * sync with 0.9.0cvs9
2416                 see ChangeLog 2003-05-26
2417
2418 2003-05-24 [paul]       0.9.0claws1
2419
2420         * sync with 0.9.0cvs8
2421                 see ChangeLog 2003-05-23
2422
2423 2003-05-24 [paul]       0.9.0claws
2424
2425         * version 0.9.0claws released
2426
2427 2003-05-24 [paul]       0.8.11claws177
2428
2429         * src/plugins/dillo-viewer/Makefile.am
2430           src/plugins/traycon/Makefile.am
2431                 add missing files
2432                 
2433         * po/bg.po
2434           po/en_GB.po
2435           po/es.po
2436           po/it.po
2437           po/pt_BR.po
2438           po/ru.po
2439           po/sr.po
2440                 update Bulgarian, British English, Spanish, Italian, 
2441                 Brazilian Portuguese, Russian, and Serbian translations, 
2442                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2443                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2444                 Ruslan N. Balkin, and Urke MMI
2445
2446 2003-05-23 [melvin]     0.8.11claws176
2447
2448         * po/fr.po
2449                 Updated French translations
2450
2451 2003-05-22 [paul]       0.8.11claws175
2452
2453         * src/Makefile.am
2454           src/addrbook.[ch]
2455           src/addrcache.[ch]
2456           src/addr_compl.[ch]
2457           src/adressbook.[ch]
2458           src/addrindex.[ch]
2459           src/addritem.[ch]
2460           src/editaddress.c
2461           src/editgroup.c
2462           src/editldap_basedn.c
2463           src/editldap.c
2464           src/jpilot.c
2465           src/vcard.c
2466                 revert to get ldap into it previous working state
2467                 
2468         * po/zh_TW.Big5.po
2469                 new Taiwanese translation,
2470                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2471
2472 2003-05-22 [christoph]  0.8.11claws174
2473
2474         * src/plugins/spamassassin/libspamc.[ch]
2475                 sync libspamc with SpamAssaain release 2.55
2476
2477 2003-05-22 [paul]       0.8.11claws173
2478
2479         * sync with 0.9.0cvs7
2480                 see ChangeLog 2003-05-22
2481                 
2482         * src/summaryview.c
2483                 revert change in 0.8.11claws172: follow
2484                 Hiroyuki's decision and that's the end of it.
2485
2486 2003-05-21 [paul]       0.8.11claws172
2487
2488         * src/summaryview.c
2489                 fix discrepency between open_unread_on_enter
2490                 and always_show_msg
2491
2492 2003-05-21 [paul]       0.8.11claws171
2493
2494         * sync with 0.9.0cvs6
2495                 see ChangeLog 2003-05-21
2496
2497 2003-05-21 [paul]       0.8.11claws170
2498
2499         * sync with 0.9.0cvs5
2500                 see ChangeLog 2003-05-21
2501
2502 2003-05-20 [paul]       0.8.11claws169
2503
2504         * sync with 0.9.0cvs4
2505                 see ChangeLog 2003-05-20
2506                 fixes bug #152, 'encoding of IMAP folders names'
2507
2508 2003-05-20 [paul]       0.8.11claws168
2509
2510         * sync with 0.9.0cvs3
2511                 see ChangeLog 2003-05-20
2512                 
2513         * src/tools/convert_mbox.pl
2514                 minor change in the comments, submitted by Fred Marton
2515
2516 2003-05-19 [paul]       0.8.11claws167
2517
2518         * src/plugins/clamav/Makefile.am
2519           configure.ac
2520                 link clamav_lib to the plugin and not to the main program
2521
2522 2003-05-19 [christoph]
2523
2524         * src/Makefile.am
2525                 add -export-dynamic for linking
2526
2527 2003-05-19 [paul]       0.8.11claws166
2528
2529         * sync with 0.9.0cvs1
2530                 see ChangeLog 2003-05-19
2531
2532 2003-05-19 [paul]       0.8.11claws165
2533
2534         * src/inc.c
2535                 fix 'pop before smtp' timeout
2536
2537 2003-05-18 [alfons]     0.8.11claws164
2538
2539         * src/prefs_matcher.c
2540                 put "execute" action command line ("expression") in edit box
2541
2542 2003-05-18 [christoph]  0.8.11claws163
2543
2544         * src/mimeview.[ch]
2545         * src/plugins/dillo_viewer/dillo_viewer.c
2546         * src/plugins/image_viewer/viewer.c
2547         * src/plugins/mathml_viewer/mathml_viewer.c
2548                 let a viewer have a list of Content-Types
2549
2550 2003-05-18 [paul]       0.8.11claws162
2551
2552         * src/prefs_filtering.c
2553                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2554                 and REDIRECT actions
2555
2556 2003-05-17 [christoph]
2557
2558         * README.claws
2559                 o remove dynamic signatures that was syned with main
2560                 o add infos about no longer "build in" image viewer
2561                 o update bugtracker URL
2562
2563 2003-05-17 [christoph]  0.8.11claws161
2564
2565         * src/folder.c
2566         * src/folderview.c
2567         * src/imap.c
2568                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2569                 for every folder after rebuilding the folder tree.
2570
2571         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2572          messages)
2573
2574 2003-05-17 [christoph]  0.8.11claws160
2575
2576         * src/imap.c
2577                 don't use STATUS command on current folder to check for
2578                 content changes. imap_cmd_ok() now tracks changes to
2579                 folder and number of existing messages.
2580
2581 2003-05-17 [paul]       0.8.11claws159
2582
2583         * src/plugins/clamav/clamav_plugin.c
2584                 remove unnecessary debug_print
2585
2586 2003-05-16 [thorsten]   0.8.11claws158
2587
2588         * src/plugins/demo.c
2589                 included missing intl.h
2590
2591 2003-05-16 [paul]       0.8.11claws157
2592
2593         * po/POTFILES.in
2594                 remove non-existant entries
2595         
2596         * src/plugins/clamav/clamav_plugin.c
2597           src/plugins/clamav/clamav_plugin_gtk.c
2598           src/plugins/dillo_viewer/dillo_prefs.c
2599           src/plugins/dillo_viewer/dillo_viewer.c
2600                 gettextise
2601
2602 2003-05-16 [christoph]  0.8.11claws156
2603
2604         * po/POTFILES.in
2605                 include plugin .c files for translation until I
2606                 find a better solution to have plugins have their
2607                 own textdomain
2608         * src/plugins/demo/demo.c
2609         * src/plugins/image_viewer/plugin.c
2610         * src/plugins/mathml_viewer/mathml_viewer.c
2611         * src/plugins/spamassassin/spamassassin.c
2612         * src/plugins/spamassassin/spamassassin_gtk.c
2613         * src/plugins/trayicon/trayicon.c
2614                 add gettext macros for plugin name and description
2615
2616 2003-05-16 [paul]
2617
2618         * sync with 0.9.0
2619
2620 2003-05-16 [paul]       0.8.11claws155
2621
2622         * sync with lastest 0.9.0pre1
2623                 see ChangeLog 2003-05-16
2624
2625 2003-05-15 [paul]       0.8.11claws154
2626
2627         * sync with latest 0.9.0pre1
2628                 see ChangeLog 2003-05-14 and 2003-05-15
2629
2630 2003-05-14 [christoph]  0.8.11claws153
2631
2632         * src/plugins/image_viewer/viewer.c
2633         * src/plugins/image_viewer/viewer.glade         ** NEW **
2634         * src/plugins/image_viewer/viewerprefs.c
2635                 make it possible to disable the autoload function in the
2636                 imageviewer again
2637
2638 2003-05-14 [christoph]  0.8.11claws152
2639
2640         * src/folder.c
2641                 fix folder update after adding a message
2642
2643 2003-05-13 [alfons]     0.8.11claws151
2644
2645         * src/common/session.c
2646                 remove debug traces
2647                 
2648         * src/addrcache.[ch]
2649         * src/filtering.[ch]
2650         * src/folder.[c]
2651         * src/gtkaspell.[ch]
2652         * src/imap.[ch]
2653         * src/mbox_folder.[ch]
2654         * src/mh.[ch]
2655         * src/mimeview.h
2656         * src/msgcache.[ch]
2657         * src/news.[ch]
2658         * src/passphrase.[ch]
2659         * src/prefs_common.[ch]
2660         * src/prefs_gtk.[ch]
2661         * src/procmsg.c
2662         * src/scoring.[ch]
2663                 be pedantic; (in prototypes () implies (int))
2664
2665 2003-05-13 [alfons]     0.8.11claws150
2666
2667         * src/prefs_toolbar.[ch]
2668         * src/summaryview.[ch]
2669         * src/toolbar.[ch]
2670                 change misleading text in toolbar prefs;
2671                 add toolbar action for ignore thread (toggles ignore thread flag);
2672                 clean up a little bit;
2673
2674 2003-05-12 [paul]
2675
2676         * tools/convert_mbox.pl
2677                 bug fixed by Fred Marton
2678
2679 2003-05-12 [paul]
2680
2681         * sync with 0.9.0pre1
2682
2683 2003-05-09 [paul]       0.8.11claws149
2684
2685         * sync with 0.8.11cvs43
2686                 see ChangeLog 2003-05-09
2687
2688 2003-05-08 [christoph]  0.8.11claws148
2689
2690         * src/imap.[ch]
2691                 o use CAPABILIY as first command and check for PREAUTH
2692                   information in the response to it
2693                 o rewrite all imap_cmd_* functions to use an IMAPSession
2694                   instead of a SockInfo as parameter
2695                 o do STARTTLS after fetching and checking the server
2696                   capabilities
2697
2698 2003-05-08 [paul]       0.8.11claws147
2699
2700         * tools/Makefile.am
2701           tools/README
2702           tools/convert_mbox.pl         ** NEW FILE **
2703                 add mbox conversion script. Submitted by 
2704                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2705
2706 2003-05-07 [christoph]
2707
2708         * doc-src/glade.txt
2709         * src/gtk/pluginwindow.glade
2710         * src/plugins/image_viewer/viewerprefs.glade
2711         * src/plugins/spamassassin/spamassassin_gtk.glade
2712                 add glade files for user interfaces and a description how
2713                 to use glade to create the sylpheed code
2714
2715 2003-05-07 [paul]       0.8.11claws146
2716
2717         * sync with 0.8.11cvs41
2718                 see ChangeLog 2003-05-07
2719
2720 2003-05-06 [christoph]  0.8.11claws145
2721
2722         * src/main.c
2723         * src/plugins/image_viewer/viewer.c
2724                 fix usage of imlib in imageviewer plugin
2725
2726         * src/gtk/prefswindow.c
2727                 handle window close event correctly
2728
2729 2003-05-06 [paul]       0.8.11claws144
2730
2731         * src/common/ssl.c
2732                 fix typo introduced in sync
2733
2734 2003-05-06 [paul]       0.8.11claws143
2735
2736         * sync with 0.8.11cvs39
2737                 see ChangeLog 2003-05-06
2738
2739 2003-05-06 [paul]       0.8.11claws142
2740
2741         * AUTHORS
2742           po/cs.po
2743                 updated Czech translation, submitted by 
2744                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2745                 
2746         * src/plugins/clamav/clamav_plugin_gtk.c
2747                 clean up
2748
2749 2003-05-03 [alfons]     0.8.11claws141
2750
2751         * src/compose.[ch]
2752                 make paste as quotation work even when the call to 
2753                 text_inserted() was deferred (fixes bug #140 "Paste 
2754                 as quotation does not work when using "external" 
2755                 clipboard")
2756
2757 2003-05-03 [thorsten]   0.8.11claws140
2758
2759         * src/addrquery.h
2760           src/ldapquery.h
2761           src/mainwindow.c
2762                 removed C++ comments
2763         * src/addr_compl.c
2764                 function with non-int retval/param used before
2765                 implementation/declaration
2766
2767 2003-05-02 [paul]       0.8.11claws139
2768
2769         * src/addr_compl.[ch]
2770           src/addressbook.[ch]
2771           src/addrindex.c
2772           src/summaryview.c
2773                 revert match's changes to (finally) remove the bug where
2774                 opening a folder causes massive slowdown when using the 
2775                 'Display sender using address book' option
2776
2777 2003-05-01 [melvin]     0.8.11claws138
2778
2779         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2780         * src/plugins/dillo_viewer/dillo_viewer.c
2781                 Fixed bug where "Cancel" button from prefs issued
2782                 warnings.
2783                 Comply a little more to coding style
2784
2785 2003-05-01 [paul]       0.8.11claws137
2786
2787         * sync with 0.8.11cvs38
2788                 see ChangeLog 2003-05-01
2789
2790 2003-05-01 [paul]       0.8.11claws136
2791
2792         * po/bg.po
2793                 updated by George Danchev
2794
2795 2003-04-30 [christoph]  0.8.11claws135
2796
2797         * src/plugins/dillo_viewer/dillo_prefs.c
2798         * src/plugins/image_viewer/viewerprefs.c
2799         * src/plugins/spamassassin/spamassassin_gtk.c
2800                 remove gtk_widget_ref() calls for widgets in
2801                 glade code
2802
2803 2003-04-30 [paul]       0.8.11claws134
2804
2805         * src/addrindex.c
2806                 ok, this time a better fix for the bug where opening folder
2807                 has massive slowdown when using the 'Display sender using 
2808                 address book' option
2809
2810 2003-04-30 [paul]       0.8.11claws133
2811
2812         * src/addrindex.c
2813                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2814         
2815 2003-04-30 [melvin]     0.8.11claws132
2816
2817         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2818
2819         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2820                 Preferences for the dillo plugin
2821         * src/plugins/dillo_viewer/dillo_viewer.c
2822                 Support for preferences
2823         * src/plugins/dillo_viewer/Makefile.am
2824                 Added dillo_prefs.[ch]
2825
2826 2003-04-30 [alfons]     0.8.11claws131
2827
2828         * src/common/plugin.[ch]
2829                 see? this ANSI C'fication immediately gives us type
2830                 checking for free.
2831
2832 2003-04-30 [alfons]     0.8.11claws130
2833
2834         * src/common/plugin.[ch]
2835         * src/plugins/clamav/clamav_plugin.[ch]
2836         * src/plugins/clamav/clamav_plugin_gtk.c
2837         * src/plugins/demo/demo.c
2838         * src/plugins/dillo_viewer/dillo_viewer.c
2839         * src/plugins/image_viewer/plugin.c
2840         * src/plugins/image_viewer/viewer.[ch]
2841         * src/plugins/image_viewer/viewerprefs.[ch]
2842         * src/plugins/mathml_viewer/mathml_viewer.c
2843         * src/plugins/spamassassin/spamassassin.[ch]
2844         * src/plugins/spamassassin/spamassassin_gtk.c
2845         * src/plugins/trayicon/trayicon.c
2846                 clean up
2847
2848 2003-04-30 [alfons]     0.8.11claws129
2849
2850         * src/common/utils.c
2851                 make is_ascii_str() fail gracefully when NULL pointer
2852                 is passed
2853
2854 2003-04-30 [paul]       0.8.11claws128
2855
2856         * src/addrindex.c
2857                 fix bug where opening folder has massive slowdown when
2858                 using the 'Display sender using address book' option
2859
2860 2003-04-30 [paul]       0.8.11claws127
2861
2862         * src/plugins/clamav/clamav_plugin.c
2863           src/plugins/clamav/clamav_plugin_gtk.c
2864           src/plugins/demo/demo.c
2865           src/plugins/dillo_viewer/dillo_viewer.c
2866           src/plugins/image_viewer/plugin.c
2867           src/plugins/mathml_viewer/mathml_viewer.c
2868           src/plugins/spamassassin/spamassassin.c
2869           src/plugins/spamassassin/spamassassin_gtk.c
2870           src/plugins/trayicon/trayicon.c
2871                 get rid of eye-hurting function signatures
2872
2873 2003-04-30 [paul]       0.8.11claws126
2874
2875         * src/plugins/trayicon/trayicon.c
2876                 add description
2877                 
2878         * src/mimeview.c
2879                 be more descriptive
2880
2881 2003-04-30 [paul]       0.8.11claws125
2882
2883         * configure.ac
2884                 arrange the plugins in reverse alphabetical order
2885                 
2886         * src/plugins/clamav/clamav_plugin.[ch]
2887           src/plugins/clamav/clamav_plugin_gtk.c
2888                 rename some params
2889                 resize max_size window
2890                 re-arrange the order of some gui elements
2891                 improve descriptions
2892         
2893         * src/plugins/image_viewer/plugin.c
2894           src/plugins/mathml_viewer/mathml_viewer.c
2895                 add descriptions
2896                 
2897         * src/plugins/spamassassin/spamassassin_gtk.c
2898                 resize max_size window
2899                 re-arrange the order of some gui elements
2900                 
2901         * src/messageview.c
2902           src/mimeview.c
2903                 correct typos
2904
2905 2003-04-30 [alfons]     0.8.11claws124
2906
2907         * src/imap.c
2908                 fix a leak found while browsing Martin Kluge's 
2909                 valgrind log (Claws only)
2910
2911 2003-04-29 [darko]      0.8.11claws123
2912
2913         * src/gtk/gtkstext.h
2914                 include wchar.h if it is available, fixes compilation
2915                 on HP-UX systems
2916
2917 2003-04-29 [melvin]     0.8.11claws122
2918
2919         * src/prefs_actions.c
2920                 Improved help text of Actions' syntax
2921
2922 2003-04-28 [paul]       0.8.11claws121
2923
2924         * src/action.c
2925                 a better fix for the crash when performing an action
2926                 on a mime part
2927
2928 2003-04-28 [paul]       0.8.11claws120
2929
2930         * src/action.c
2931                 fix crash when performing an action on a
2932                 mime part
2933
2934 2003-04-28 [paul]       0.8.11claws119
2935
2936         * sync with 0.8.11cvs36
2937                 see ChangeLog 2003-04-28
2938
2939 2003-04-27 [paul]       0.8.11claws118
2940
2941         * more sync with 0.8.11cvs35
2942                 see ChangeLog 2003-04-25
2943
2944 2003-04-26 [christoph]  0.8.11claws117
2945
2946         * src/folder.c
2947                 fix remove virtual check
2948
2949 2003-04-26 [paul]       0.8.11claws116
2950
2951         * src/messageview.c
2952                 fix return-receipt, make it work again
2953
2954 2003-04-26 [paul]       0.8.11claws115
2955
2956         * src/mimeview.c
2957                 restore double-clicking of the [application/pgp-signature 
2958                 (Select "Check signature" to check)] line in the message view,
2959                 broken in recent sync
2960
2961 2003-04-26 [christoph]  0.8.11claws114
2962
2963         * src/folder.c
2964                 check if remove virtual really exists before
2965                 calling the function
2966
2967 2003-04-25 [match]      0.8.11claws113
2968
2969         * src/addrindex.c
2970         * src/addrbook.c
2971         * src/ldapquery.[ch]
2972         * src/ldapctrl.[ch]
2973                 fix memleak.
2974         * src/ldapserver.[ch]
2975                 fix memleak. fix segfault.
2976                 plug a Claws memleak
2977
2978 2003-04-25 [alfons]     0.8.11claws112
2979
2980         * src/folder.c
2981                 plug a Claws memleak
2982
2983 2003-04-25 [alfons]     0.8.11claws111
2984
2985         * src/common/session.c
2986                 plug a memleak
2987
2988 2003-04-25 [paul]       0.8.11claws110
2989
2990         * sync with 0.8.11cvs35
2991                 see ChangeLog 2003-04-24 and 2003-04-25
2992                 
2993         * src/gtk/pluginwindow.c
2994                 correct another strange float value
2995
2996 2003-04-24 [christoph]  0.8.11claws109
2997
2998         * src/folder.c
2999                 freeze folder item updates when unsetting new flags
3000
3001         * src/gtk/pluginwindow.c
3002                 correct strange float value
3003
3004 2003-04-23 [paul]       0.8.11claws108
3005
3006         * sync with 0.8.11cvs33
3007                 see ChangeLog 2003-04-23
3008
3009 2003-04-22 [paul]       0.8.11claws107
3010
3011         * src/Makefile.am
3012           src/messageview.c
3013           src/mimeview.c
3014           src/pgptext.[ch]      ** REMOVED **
3015                 remove pgptext.[ch] as its not used any more
3016
3017 2003-04-22 [paul]       0.8.11claws106
3018
3019         * sync with 0.8.11cvs31
3020                 see ChangeLog 2003-04-21 and 2003-04-22
3021
3022 2003-04-21 [alfons]     0.8.11claws105
3023
3024         * src/main.c
3025                 No access to GTK structures if we're a spawned child
3026                 (and clean up code a little bit...) Should fix #126.
3027
3028 2003-04-21 [melvin]     0.8.11claws104
3029
3030         * src/plugins/dillo_viewer/README
3031                 Improved slightly the text.
3032
3033 2003-04-21 [melvin]     0.8.11claws103
3034
3035         * src/plugins/dillo_viewer/README *** NEW ***
3036                 Added a README file for the Dillo plugin
3037
3038 2003-04-20 [paul]
3039
3040         * tools/README
3041           tools/outlook2sylpheed.pl
3042                 updated and improved by Ricardo Mones Lastra
3043
3044 2003-04-18 [oliver]     0.8.11claws102
3045
3046         * src/inc.c 
3047         * src/prefs_account.h
3048                 remove Pop3SessionType (used by selective download)
3049         * src/prefs_toolbar.c
3050                 enable set Default Toolbar button
3051
3052 2003-04-18 [paul]       0.8.11claws101
3053
3054         * sync with 0.8.11cvs29
3055                 see ChangeLog 2003-04-18
3056
3057 2003-04-17 [paul]       0.8.11claws100
3058
3059         * src/prefs_common.[ch]
3060           src/summaryview.c
3061                 remove 'Open next message on deletion' option,
3062                 as the same effect can now be achieved via the
3063                 'Always open messages in summary when selected'
3064                 option.
3065
3066 2003-04-17 [paul]       0.8.11claws99
3067
3068         * sync with 0.8.11cvs28
3069                 see ChangeLog 2003-04-17
3070
3071 2003-04-17 [christoph]  0.8.11claws98
3072
3073         * ac/spamassassin.m4
3074         * src/plugins/spamassassin/libspamc.[ch]
3075         * src/plugins/spamassassin/utils.[ch]
3076                 sync libspamc with SpamAssassin project
3077
3078 2003-04-17 [christoph]  0.8.11claws97
3079
3080         * src/common/socket.h
3081         * src/gtk/sslcertwindow.h
3082                 rename old USE_SSL to USE_OPENSSL
3083
3084 2003-04-17 [paul]       0.8.11claws96
3085
3086         * src/prefs_common.h
3087                 use gulong for P_COLOR so that it compiles/runs on
3088                 64-bit systems. Patch submitted by James Noyes
3089                 <jnoyes-claws@retrogeeks.com>
3090                 
3091         * po/de.po
3092                 updated by Jens
3093
3094 2003-04-17 [paul]       0.8.11claws95
3095
3096         * sync with 0.8.11cvs27
3097                 see ChangeLog 2003-04-16
3098
3099 2003-04-15 [paul]       0.8.11claws94
3100
3101         * src/prefs_common.[ch]
3102                 rearrange to stop the window getting too long:
3103                         move Receive dialog stuff to Receive tab
3104                         move Send dialog to Send tab
3105                         remove Dialogs frame
3106                 rename 'Open messages in summary with cursor keys' to
3107                 'Always open messages in summary when selected', as its
3108                 more appropriate
3109
3110 2003-04-15 [paul]       0.8.11claws93
3111
3112         * src/prefs_common.[ch]
3113           src/summaryview.c
3114                 add new option '/Interface/Open next message on deletion'
3115
3116 2003-04-15 [paul]       0.8.11claws92
3117
3118         * src/summaryview.[ch]
3119                 add /Mark/Lock and /Mark/Unlock to the pop-up
3120                 menu. Patch submitted by Ivan Francolin Martinez
3121                 <ivanfm@users.sourceforge.net>
3122
3123 2003-04-15 [paul]       0.8.11claws91
3124
3125         * sync with 0.8.11cvs24
3126                 see ChangeLog 2003-04-15
3127
3128 2003-04-14 [jens]       0.8.11claws90
3129
3130         * updated German translation and some corrections from
3131                 Roland Bless <bless@tm.uka.de>
3132
3133 2003-04-14 [paul]       0.8.11claws89
3134
3135         * sync with 0.8.11cvs22
3136                 see ChangeLog 2003-04-14
3137
3138 2003-04-13 [paul]       0.8.11claws88
3139
3140         * src/plugins/clamav/clamav_plugin.c
3141                 fix memory leaks
3142                 clean up
3143
3144 2003-04-12 [paul]       0.8.11claws87
3145
3146         * src/plugins/clamav/clamav_plugin.c
3147                 activate enable/disable archive scanning option
3148                 
3149         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3150
3151 2003-04-12 [paul]       0.8.11claws86
3152
3153         * src/plugins/Makefile.am
3154           src/plugins/clamav/Makefile.am                ** NEW FILE **
3155           src/plugins/clamav/README                     ** NEW FILE ** 
3156           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3157           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3158                 add Clam AntiVirus plugin
3159
3160 2003-04-12 [paul]       0.8.11claws85
3161
3162         * sync with 0.8.11cvs21
3163                 see ChangeLog 2003-04-11
3164
3165 2003-04-11 [paul]       0.8.11claws84
3166
3167         * po/es.po
3168                 update Spanish translation. Submitted by Ricardo
3169                 Mones Lastra.
3170
3171 2003-04-10 [christoph]  0.8.11claws83
3172
3173         * src/mbox.c
3174                 fix typo that did not move unfiltered mails to destination
3175                 folder
3176
3177         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3178          when filtering from spool)
3179
3180 2003-04-10 [christoph]  0.8.11claws82
3181
3182         * src/imap.c
3183                 use BODY.PEEK instead of BODY in in message fetch operation
3184                 to make sure the IMAP server does not set the \Seen flag for
3185                 messages. Sylpheed does that later itself, when the message
3186                 is opened in sylpheed
3187
3188         (closes Bug 111 Claws destroys unread marks)
3189
3190 2003-04-09 [oliver]     0.8.11claws81
3191         
3192         * src/folder.c
3193                 fix crash in folder_destroy
3194         * README.claws
3195                 remove selective download
3196
3197 2003-04-09 [christoph]  0.8.11claws80
3198
3199         * src/imap.c
3200                 fix crash in imap_get_msginfo() when then fetched message
3201                 is not found
3202
3203         (closes Bug 110 Crash during mail composition)
3204
3205 2003-04-08 [christoph]  0.8.11claws79
3206
3207         * src/folder.c
3208         * src/prefs_account.c
3209                 Filter new messages that are found in an INBOX folder
3210                 when 'Filter messages on receiving' is enabled in the
3211                 Folder's AccountPrefs. This allows to use Sylpheed's
3212                 filtering engine for IMAP folders where messages are
3213                 added to the INBOX by a MTA
3214
3215 2003-04-08 [paul]       0.8.11claws78
3216
3217         * src/procmsg.h
3218                 clean up after last commit
3219
3220 2003-04-08 [paul]       0.8.11claws77
3221
3222         * sync with 0.8.11cvs20
3223                 see ChangeLog 2003-04-07 and 2003-04-08
3224
3225 2003-04-07 [christoph]  0.8.11claws76
3226
3227         * src/filtering.[ch]
3228         * src/inc.[ch]
3229         * src/mbox.c
3230         * src/procmsg.[ch]
3231                 add procmsg_msginfo_filter() to execute filtering actions
3232
3233 2003-04-06 [christoph]  0.8.11claws75
3234
3235         * src/imap.c
3236                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3237
3238 2003-04-06 [christoph]  0.8.11claws74
3239
3240         * src/common/utils.[ch]
3241                 add g_int_compare() function for slist sorting
3242
3243         * src/imap.c
3244                 fetch all MsgInfos with one command in imap_get_msginfos()
3245                 using an imap set with a list of ranges
3246
3247         * src/news.c
3248                 use new g_int_compare() function
3249
3250 2003-04-06 [thorsten]   0.8.11claws73
3251
3252         * src/mh.c
3253                 corrected implementation of mh_folder_destroy()
3254
3255 2003-04-05 [christoph]  0.8.11claws72
3256
3257         * src/account.c
3258         * src/folder.[ch]
3259         * src/folderview.c
3260         * src/imap.c
3261         * src/inc.c
3262         * src/main.c
3263         * src/mainwindow.c
3264         * src/mbox_folder.c
3265         * src/mh.c
3266         * src/mimeview.h
3267         * src/msgcache.[ch]
3268         * src/news.c
3269         * src/procmime.h
3270         * src/procmsg.[ch]
3271         * src/setup.c
3272         * src/gtk/gtkutils.c
3273                 o rename structure field names class and new to klass and
3274                   new_msgs, to allow including files in C++
3275                 o add 'extern "C"' block to some header files
3276                 o add MsgInfoList and MsgNumberList as alias for GSList for
3277                   developers to know what type of list is expected
3278
3279         * src/plugins/image_viewer/plugin.c
3280         * src/plugins/image_viewer/viewer.[ch]
3281         * src/plugins/image_viewer/viewerprefs.[ch]
3282                 rename function names to prevent conflicts
3283
3284 2003-04-05 [paul]       0.8.11claws71
3285
3286         * sync with 0.8.11cvs18
3287                 see ChangeLog 2003-04-03 and 2003-04-04
3288
3289 2003-04-02 [christoph]  0.8.11claws70
3290
3291         * src/folder.[ch]
3292         * src/imap.[ch]
3293         * src/mbox_folder.[ch]
3294         * src/mh.[ch]
3295         * src/news.[ch]
3296                 o Make all virtual folder functions private
3297                 o remove unused folder code
3298
3299         * src/common/socket.[ch]
3300         * src/summaryview.c
3301                 fix warnings
3302
3303 2003-03-30 [alfons]     0.8.11claws69
3304
3305         * src/send_message.c
3306                 remove two debug traces and see if people still report
3307                 errors
3308
3309 2003-03-30 [alfons]     0.8.11claws68
3310
3311         * src/send_message.c
3312         * src/commons/session.c
3313                 add more debug traces
3314
3315 2003-03-30 [christoph]  0.8.11claws67
3316
3317         * src/folder.c
3318                 change processing folder name from .processing to processing
3319
3320         * src/common/ssl.c
3321                 disable SSL certificate check because it causes Xlib error
3322                 when the child process want's to open an GTK window
3323
3324 2003-03-30 [christoph]  0.8.11claws66
3325
3326         * src/folder.c
3327                 don't use default folder for processing folder item because
3328                 it can be a non local folder
3329
3330         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3331
3332 2003-03-30 [alfons]     0.8.11claws65
3333
3334         * src/send_message.c
3335                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3336                 to generate bad code for 'send_send_data_progressive': When
3337                 called from 'send_send_data_finished', the 'data' pointer is
3338                 cleared just before the assignment to the dialog pointer
3339
3340 2003-03-29 [christoph]  0.8.11claws64
3341
3342         * src/common/prefs.h
3343         * src/plugins/image_viewer/Makefile.am
3344         * src/plugins/image_viewer/plugin.c
3345         * src/plugins/image_viewer/viewer.[ch]
3346         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3347                 add PrefsPage for ImageViewer
3348
3349 2003-03-28 [thorsten]   0.8.11claws63
3350
3351         * src/common/session.c
3352                 added some comments
3353
3354 2003-03-28 [paul]       0.8.11claws62
3355
3356         * sync with 0.8.11cvs16
3357                 see ChangeLog 2003-03-28
3358
3359 2003-03-28 [paul]       0.8.11claws61
3360
3361         * sync with 0.8.11cvs15
3362                 see ChangeLog 2003-03-28
3363
3364 2003-03-27 [christoph]  0.8.11claws60
3365
3366         * src/folder.c
3367         * src/imap.c
3368         * src/common/socket.[ch]
3369                 set socket state to DISCONNECTED when any operation
3370                 fails to allow reconnecting in IMAP code without
3371                 checking the return code of all calls to the command
3372                 functions
3373
3374         * src/folderview.c
3375         * src/summaryview.c
3376                 remove some more stuff that depends on specific
3377                 folder types
3378
3379 2003-03-27 [paul]       0.8.11claws59
3380
3381         * sync with 0.8.11cvs14
3382                 see ChangeLog 2003-03-27
3383                 
3384         * src/selective_download.[ch]   ** REMOVED **
3385                 really removed
3386
3387 2003-03-27 [christoph]  0.8.11claws58
3388
3389         * src/folder.c
3390                 fix handling of tmp_flags in flag copy function
3391
3392 2003-03-27 [paul]       0.8.11claws57
3393
3394         * sync with 0.8.11cvs13
3395                 see ChangeLog 2003-03-27
3396
3397 2003-03-27 [oliver]     0.8.11claws56
3398
3399         * src/maiwindow.c
3400                 remove sel_download_cb
3401
3402 2003-03-27 [oliver]     0.8.11claws55
3403         
3404         * src/inc.c
3405                 remove POP3_TOP
3406         
3407 2003-03-26 [oliver]     0.8.11claws54
3408
3409         *src/pop.h
3410                 remove POP3_TOP*
3411         * README.claws
3412                 remove selective donwload readme
3413
3414 2003-03-26 [oliver]     0.8.11claws53
3415         * src/matcher.[ch]
3416         * src/matcher_parser_parse.y 
3417         * src/pop.c 
3418         * src/prefs_account.[ch]
3419         * src/prefs_filtering.c
3420                 remove selective donwload
3421
3422 2003-03-26 [oliver]     0.8.11claws52
3423
3424         * src/inc.[ch] 
3425         * src/filtering.c 
3426         * src/mainwindow.c 
3427                 remove selective donwload
3428
3429 2003-03-26 [oliver]     0.8.11claws51
3430         
3431         * src/Makefile.am
3432         * src/selective_download.[ch]   ** REMOVE **    
3433
3434 2003-03-26 [christoph]  0.8.11claws50
3435
3436         * src/news.c
3437                 fix NEWS that got broken by a sync with sylpheed-main
3438
3439 2003-03-26 [christoph]  0.8.11claws49
3440
3441         * src/mimeview.c
3442                 fix mime type guessing when no mime type is found for a file
3443
3444 2003-03-25 [christoph]  0.8.11claws48
3445
3446         * src/mimeview.c
3447         * src/procmime.c
3448                 remove mime type guessing from mime parser and use
3449                 name based mime types in viewer lookup for mime type
3450                 application/octet-stream
3451
3452 2003-03-25 [christoph]  0.8.11claws47
3453
3454         * doc-src/readme.txt
3455         * doc-src/rfc2554.txt
3456                 add RFC about SMTP AUTH
3457
3458         * src/send_message.c
3459         * src/common/smtp.[ch]
3460                 add extra error code for authentication errors and
3461                 clear temporary password when this error occurs
3462
3463         (closes Bug 84 authentication failure while sending should
3464          prompt for password again)
3465
3466 2003-03-25 [christoph]  0.8.11claws46
3467
3468         * configure.ac
3469         * src/Makefile.am
3470         * src/imageview.[ch]                            ** REMOVE **
3471         * src/messageview.[ch]
3472         * src/mimeview.[ch]
3473         * src/prefs_common.[ch]
3474         * src/textview.c
3475         * src/plugins/Makefile.am
3476         * src/plugins/image_viewer/.cvsignore           ** NEW **
3477         * src/plugins/image_viewer/Makefile.am          ** NEW **
3478         * src/plugins/image_viewer/plugin.c             ** NEW **
3479         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3480                 move image viewer into a plugin (building is enabled by default)
3481                 [ToDo: Prefs for resize and autoview]
3482
3483 2003-03-25 [paul]       0.8.11claws45
3484
3485         * sync with 0.8.11cvs12
3486                 see ChangeLog 2003-03-26
3487
3488 2003-03-25 [paul]       0.8.11claws44
3489
3490         * sync with 0.8.11cvs11
3491                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3492                 
3493         Note: Selective Download is broken.
3494                 
3495 2003-03-22 [christoph]  0.8.11claws43
3496
3497         * src/folder.c
3498                 code cleanup for flags copying
3499
3500 2003-03-22 [christoph]  0.8.11claws42
3501
3502         * src/plugins/trayicon/trayicon.c
3503                 fix setting the transparent area when the window size
3504                 is forced by the system tray
3505
3506 2003-03-22 [christoph]  0.8.11claws41
3507
3508         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3509         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3510         * src/plugins/trayicon/newmail.xpm              ** NEW **
3511         * src/plugins/trayicon/nomail.xpm               ** NEW **
3512         * src/plugins/trayicon/trayicon.c
3513         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3514                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3515                 o add icon for unread mails
3516                 o set transparency for window
3517
3518 2003-03-22 [christoph]  0.8.11claws40
3519
3520         * src/news.c
3521                 init news session to prevent crash when session is closed
3522
3523 2003-03-22 [christoph]  0.8.11claws39
3524
3525         * src/imap.c
3526         * src/common/session.[ch]
3527                 Init session data to make sure we don't have invalid pointers
3528                 for read_ch and write_ch when new multi process sessions are
3529                 not used
3530
3531         * src/main.c
3532         * src/common/plugin.c
3533         * src/common/sylpheed.c
3534         * src/plugins/demo/demo.c
3535         * src/plugins/dillo_viewer/dillo_viewer.c
3536         * src/plugins/mathml_viewer/mathml_viewer.c
3537         * src/plugins/spamassassin/spamassassin.c
3538         * src/plugins/spamassassin/spamassassin_gtk.c
3539                 add plugin types to allow loading plugins at different times
3540                 (and maybe for different frontends), because it's not good to
3541                 load GTK-Plugins gefore gtk_init was called
3542
3543         * configure.ac
3544         * src/plugins/Makefile.am
3545         * src/plugins/trayicon/.cvsignore               ** NEW **
3546         * src/plugins/trayicon/Makefile.am              ** NEW **
3547         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3548         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3549         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3550         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3551         * src/plugins/trayicon/trayicon.c               ** NEW **
3552                 New Trayicon plugin that shows an icon in a systray that uses
3553                 XEMBED protocol like Gnome's systray. Icon shows if there
3554                 are new mails and a tooltip shows information about new,
3555                 unread and total messages.
3556
3557 2003-03-22 [paul]       0.8.11claws38
3558
3559         * src/common/smtp.c
3560                 fix ESMTP AUTH CRAM-MD5
3561                 [sync with main (still version 0.8.11cvs6), see
3562                  ChangeLog 2003-03-22]
3563
3564 2003-03-21 [colin]      0.8.11claws37
3565
3566         * src/send_message.c
3567                 Fix USE_SSL => USE_OPENSSL
3568
3569 2003-03-21 [colin]      0.8.11claws36
3570
3571         * src/folderview.c
3572                 Fix counts in drag and dropped subfolders
3573
3574 2003-03-21 [colin]      0.8.11claws35
3575
3576         * src/folder.c 
3577         * src/folderview.c
3578                 speed up a bit folder dnd
3579
3580 2003-03-20 [alfons]     0.8.11claws34
3581
3582         * src/main.c
3583         * src/toolbar.c
3584         * src/procmsg.c
3585                 don't send locked queue messages
3586                 (feature request "[ 705245 ] Locking message in outbox 
3587                  should prevent sending")
3588
3589 2003-03-20 [christoph]  0.8.11claws33
3590
3591         * src/folder.c
3592                 remove NEW and UNREAD flag in special folders when scanning
3593                 
3594         * src/common/smtp.c
3595                 fix ESMTP AUTH CRAM-MD5
3596
3597 2003-03-20 [paul]       0.8.11claws32
3598
3599         * src/prefs_account.c
3600                 Re-write 'Tunnel command to open connection' as
3601                 'Use command to communicate with server', and disable
3602                 it for all except IMAP accounts
3603
3604 2003-03-20 [paul]       0.8.11claws31
3605
3606         * sync with 0.8.11cvs6
3607                 see ChangeLog 2003-03-20
3608
3609 2003-03-19 [match]      0.8.11claws30
3610
3611         * src/addritem.[ch]
3612                 include documentation. minor refactoring.
3613         * src/addr_compl.[ch]
3614         * src/addrindex.[ch]
3615         * src/addresbook.[ch]
3616         * src/summaryview.c
3617                 re-enable address lookup (was disabled in
3618                 0.8.11claws20).
3619
3620 2003-03-19 [christoph]  0.8.11claws29
3621
3622         * src/procmsg.c
3623                 add temp flag handling, will make moving and copying
3624                 messages possible again
3625
3626         * src/folder.c
3627                 correct calulation of folder stats
3628
3629 2003-03-18 [match]      0.8.11claws28
3630
3631         * src/editgroup.h
3632                 remove case sensitive comparison (closes bug 80).
3633
3634 2003-03-18 [christoph]  0.8.11claws27
3635
3636         * src/imap.c
3637                 fix imap using a tunnel command
3638
3639         (closes bug 87)
3640
3641 2003-03-18 [christoph]  0.8.11claws26
3642
3643         * src/folder.[ch]
3644         * src/imap.c
3645         * src/procmsg.[ch]
3646                 rewrite flag handling for folders
3647
3648 2003-03-18 [christoph]  0.8.11claws25
3649
3650         * src/folder.c
3651         * src/procmsg.c
3652         * src/summaryview.c
3653                 unset NEW and UNREAD flags when message is ignored, to make
3654                 sure messages don't show up as unread on other IMAP clients,
3655                 because the IGNORE_THREAD flag can not be syncronized through
3656                 the IMAP folder
3657
3658 2003-03-17 [christoph]  0.8.11claws24
3659
3660         * src/imap.c
3661                 don't use recursion to fetch uids when the number of messages
3662                 does not match. Moved code into subfunction that is used
3663                 again when needed, to prevent an endless loop.
3664
3665 2003-03-17 [thorsten]   0.8.11claws23
3666
3667         * src/imageview.[ch]
3668                 export imageview_get_resized_size() (for plugins)
3669         * src/prefs_common.[ch]
3670                 added prefs_common_get() (for plugins)
3671
3672 2003-03-17 [christoph]  0.8.11claws22
3673
3674         * src/imap.c
3675                 o remove UID guessing from copy code
3676                 o support UIDPLUS extension for APPEND command
3677
3678 2003-03-17 [paul]       0.8.11claws21
3679
3680         * src/gtk/about.c
3681                 remove 'Compiled-plugins' section.
3682                 
3683         * src/plugins/dillo_viewer/dillo_viewer.c
3684                 slight change to description text
3685
3686 2003-03-16 [match]      0.8.11claws20
3687         * src/ldapserver.[ch]           ** NEW **
3688         * src/ldapctrl.[ch]             ** NEW **
3689         * src/ldapquery.[ch]            ** NEW **
3690         * src/ldaputil.[ch]             ** NEW **
3691         * src/addrcindex.[ch]           ** NEW **
3692         * src/addrquery.h               ** NEW **
3693         * src/addritem.[ch]
3694         * src/addrcache.[ch]
3695         * src/addrindex.[ch]
3696         * src/addr_compl.[ch]
3697         * src/addressbook.[ch]
3698         * src/addrbook.[ch]
3699         * src/editgroup.c
3700         * src/editaddress.c
3701         * src/editldap.c
3702         * src/editldap_basedn.c
3703         * src/vcard.c
3704         * src/jpilot.c
3705         * src/Makefile.am
3706                 included dynamic LDAP queries. improved address
3707                 completion.
3708
3709 2003-03-16 [paul]       0.8.11claws19
3710
3711         * tools/multiwebsearch.pl
3712                 fix a fatal typo
3713
3714 2003-03-16 [christoph]  0.8.11claws18
3715
3716         * src/mimeview.c
3717         * src/plugins/dillo_viewer/dillo_viewer.c
3718         * src/plugins/mathml_viewer/mathml_viewer.c
3719                 make unregistering of MimeViewerFactorys possible
3720
3721 2003-03-16 [alfons]     0.8.11claws17
3722
3723         * configure.ac
3724                 correct typo
3725
3726 2003-03-16 [melvin]     0.8.11claws16
3727
3728         * src/plugins/dillo_viewer.c
3729                 Fixed bug where it was not possible to view more than
3730                 one text/html attachment per message (bug discovered
3731                 by Christoph Hohmann).
3732
3733 2003-03-15 [melvin]     0.8.11claws15
3734
3735         * src/prefs_actions.c
3736                 Fixed compilation warnings.
3737
3738 2003-03-15 [melvin]     0.8.11claws14
3739
3740         * src/plugins/Makefile.am
3741         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3742         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3743         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3744                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3745                 newer (http://dillo.auriga.wearlab.de/).
3746
3747 2003-03-15 [christoph]  0.8.11claws13
3748
3749         * src/imap.c
3750                 don't query imap folder for attributes because we already
3751                 for them from imap_status
3752
3753         * src/mimeview.[ch]
3754                 add support for plugable MimeViewers (unloading Viewers
3755                 not yet complete)
3756
3757         * src/plugins/Makefile.am
3758         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3759         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3760         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3761                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3762                 widget from http://helm.cs.unibo.it/mml-widget/
3763
3764 2003-03-14 [christoph]  0.8.11claws12
3765
3766         * src/folder.[ch]
3767                 o error return code's should better be negative
3768                 o replace printf with debug_print
3769
3770         * src/imap.c
3771                 improve IMAP folder scan by checking UID-NEXT
3772
3773         * src/summaryview.c
3774                 remove check that are unnecessary in my opinion
3775
3776 2003-03-13 [christoph]  0.8.11claws11
3777
3778         * src/folder.[ch]
3779         * src/foldersel.c
3780         * src/folderview.c
3781         * src/imap.c
3782         * src/mbox_folder.c
3783         * src/mh.c
3784         * src/news.c
3785         * src/prefs_scoring.c
3786         * src/summaryview.c
3787                 use a common function to get a displayable name
3788                 for a FolderItem
3789
3790 2003-03-13 [paul]       0.8.11claws10
3791
3792         * tools/Makefile.am
3793           tools/README
3794           tools/multiwebsearch.conf     ** NEW FILE **
3795           tools/multiwebsearch.pl       ** NEW FILE **
3796                 add multiwebsearch Actions script
3797
3798 2003-03-13 [colin]      0.8.11claws9
3799
3800         * src/compose.c
3801                 Remove leading emtpy lines from quoted text
3802                 before quoting it
3803
3804 2003-03-13 [melvin]     0.8.11claws8
3805
3806         * src/prefs_actions.c
3807                 Fixed a memory leak
3808                 Code clean ups
3809                 Added Cancel and OK buttons
3810                 Corrected help text
3811
3812 2003-03-13 [christoph]  0.8.11claws7
3813
3814         * src/account.c
3815         * src/folder.[ch]
3816         * src/imap.c
3817         * src/mainwindow.c
3818         * src/mbox_folder.c
3819         * src/mh.c
3820         * src/news.c
3821         * src/setup.c
3822                 replace more folder type stuff with folder class stuff
3823
3824 2003-03-13 [melvin]     0.8.11claws6
3825
3826         * src/prefs_actions.c
3827                 Added new tokens:
3828                 %u: user provided argument
3829                 %h: user provided argument (hidden on input)
3830                 %s: current text selection in the message view 
3831
3832 2003-03-13 [paul]       0.8.11claws5
3833
3834         * sync with 0.8.11cvs5
3835                 see ChangeLog 2003-03-11, 2003-03-12
3836
3837 2003-03-12 [christoph]  0.8.11claws4
3838
3839         * src/folder.c
3840                 use folder class idstr when writing folderlist.xml
3841
3842         * src/folder.h
3843         * src/imap.c
3844         * src/news.c
3845                 replace folder type checks with folder class checks
3846
3847 2003-03-12 [christoph]  0.8.11claws3
3848
3849         * src/folder.[ch]
3850         * src/imap.[ch]
3851         * src/main.c
3852         * src/mbox_folder.[ch]
3853         * src/mh.[ch]
3854         * src/news.[ch]
3855                 o create a list of known folder classes in the folder system
3856                 o use folder class id strings for folder item identifiers
3857
3858 2003-03-12 [christoph]  0.8.11claws2
3859
3860         * src/imap.c
3861                 fix imap uid validity check
3862
3863 2003-03-12 [christoph]  0.8.11claws1
3864
3865         * src/account.c
3866         * src/folder.[ch]
3867         * src/foldersel.c
3868         * src/folderview.c
3869         * src/imap.c
3870         * src/mainwindow.c
3871         * src/mbox_folder.c
3872         * src/mh.c
3873         * src/news.c
3874         * src/prefs_scoring.c
3875         * src/procmsg.c
3876         * src/setup.c
3877         * src/summaryview.c
3878                 initial restructuring of folder system, seperating
3879                 folders and folder classes
3880
3881 2003-03-12 [paul]       0.8.11claws
3882
3883         0.8.11claws release
3884
3885 2003-03-12 [christoph]
3886
3887         * src/gtk/prefswindow.c
3888                 fix translation of "Page Index"
3889
3890 2003-03-12 [paul]       0.8.10claws110
3891
3892         a sync from 0.8.11cvs4 before the release
3893
3894         * src/common/utils.c
3895                 subject_compare_for_sort(): allow null strings (fixes
3896                 summary sorting).
3897
3898 2003-03-11 [paul]       0.8.10claws109
3899
3900         * po/es.po
3901                 update Spanish translation, submitted by
3902                 Ricardo Mones Lastra
3903
3904 2003-03-11 [melvin]     0.8.10claws108
3905
3906         * po/fr.po
3907                 Updated French translations
3908
3909 2003-03-11 [paul]       0.8.10claws107
3910
3911         * manual/en/Makefile.am
3912           manual/en/*.html
3913                 update English manual, add a new page
3914                 updated by Francois Barriere <fbarriere@atmel.fr>
3915                 
3916         * po/bg.po
3917           po/it.po
3918           po/sr.po
3919                 update Bulgarian, Italian, and Serbian translations
3920                 submitted by George Danchev, Alessandro Maestri, and
3921                 Urke MMI
3922
3923 2003-03-10 [paul]       0.8.10claws106
3924
3925         * src/gtk/about.c
3926           src/gtk/prefswindow.c
3927                 make some strings translatable
3928
3929 2003-03-10 [darko]      0.8.10claws105
3930
3931         * src/compose.c
3932                 code cleanup to make Hiro happy
3933
3934 2003-03-10 [paul]       0.8.10claws104
3935
3936         * sync with 0.8.11cvs2
3937                 see ChangeLog 2003-03-10
3938
3939 2003-03-09 [melvin]     0.8.10claws103
3940
3941         * src/textview.c
3942                 textview_set_font(): fix for message display in
3943                 UTF-8 locales (thanks to Sergey Vlasov).
3944                 (was unintentionnaly reverted in 0.8.6claws6)   
3945
3946 2003-03-08 [darko]      0.8.10claws102
3947
3948         * src/compose.c
3949                 fix infinite loop in wrapping as reported
3950                 by happycactus
3951                 obsoletes patch #696482
3952
3953 2003-03-08 [christoph]  0.8.10claws101
3954
3955         * src/imap.c
3956                 add workaround for IMAP servers that do not
3957                 support the "UID SEARCH UID" command
3958
3959 2003-03-07 [christoph]  0.8.10claws100
3960
3961         * src/plugins/spamassassin/spamassassin.[ch]
3962         * src/plugins/spamassassin/spamassassin_gtk.c
3963                 code cleanup
3964
3965 2003-03-07 [paul]       0.8.10claws99
3966
3967         * po/es.po
3968                 updated Spanish translation, submitted by
3969                 Ricardo Mones Lastra
3970
3971 2003-03-07 [christoph]  0.8.10claws98
3972
3973         * src/send.c
3974                 fix in 0.8.10claws94 was wrong
3975                 local delivery does not require escaping, remove escaping
3976                 code to make signatures of mails with "." lines valid
3977                 
3978                 NOTE: requires that sendmail is executed with "-i" option,
3979                       what is the default now, but has to be changed in all
3980                       exsiting accounts)
3981
3982 2003-03-07 [paul]       0.8.10claws97
3983
3984         * sync with 0.8.11 release
3985                 see ChangeLog 2003-03-07
3986
3987 2003-03-06 [paul]       0.8.10claws96
3988
3989         * src/compose.c
3990                 revert commit 0.8.10claws92
3991
3992 2003-03-06 [paul]       0.8.10claws95
3993
3994         * src/folderview.c
3995                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3996
3997         * src/gtkaspell.c
3998                 fix bug 74, 'Crash opening editor window with pseudo-color
3999                 display'
4000                 
4001         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4002
4003 2003-03-06 [christoph]  0.8.10claws94
4004
4005         * src/send.c
4006                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4007                 all lines starting with a period get an extra period
4008                 inserted
4009                 (found by Simon 'corecode' Schubert)
4010
4011 2003-03-06 [paul]       0.8.10claws93
4012
4013         * src/folderview.c
4014                 if configured font can't be loaded fall back to gtk
4015                 default. (with thanks to Christoph)
4016                 
4017                 closes long-standing bug 15 'Crashes on startup'
4018
4019 2003-03-06 [paul]       0.8.10claws92
4020
4021         * src/compose.c
4022                 freeze text before autosave and thaw afterwards
4023                 fixes bug 67 'autosave make re-rediting message crazy'
4024
4025 2003-03-06 [christoph]  0.8.10claws91
4026
4027         * src/compose.c
4028                 ignore address comment in dupe check for Cc-list
4029
4030         (closes reopened bug 47 Replying to message strips name part of
4031          e-mail addresses of Cc: lines)
4032
4033 2003-03-06 [paul]       0.8.10claws90
4034
4035         * src/Makefile.am
4036                 remove reference to gtkxtext.h as its no longer in
4037                 the repository
4038
4039 2003-03-06 [paul]       0.8.10claws89
4040
4041         * sync with 0.8.10cvs25
4042                 see ChangeLog 2003-03-06
4043
4044 2003-03-06 [oliver]     0.8.10claws88
4045         
4046         * src/messageview.c
4047                 remove include
4048
4049 2003-03-06 [oliver]     0.8.10claws87
4050         
4051         * src/folderview.c 
4052                 remove changes introduced inclaws74
4053         * src/messageview.c
4054                 another attempt to sanely delete and update
4055                 messages deleted in separate messageview
4056
4057 2003-03-05 [christoph]  0.8.10claws86
4058
4059         * src/summaryview.c
4060                 check if "From" matches any account's address if
4061                 addressbook completion of addresses is disabled too
4062
4063         (closes Bug 70 "Display recipient in from" doesn't check
4064          folder's default account)
4065
4066 2003-03-05 [christoph]  0.8.10claws85
4067
4068         * src/compose.c
4069         * src/common/utils.[ch]
4070                 don't strip address comments when building Cc lists
4071
4072         (closes Bug 47 Replying to message strips name part of e-mail addresses
4073          of Cc: lines)
4074
4075         * src/folder.c
4076                 fix return value of copy function
4077
4078 2003-03-05 [christoph]  0.8.10claws84
4079
4080         * src/imap.c
4081                 don't ask imap server for non rfc822 headers
4082
4083         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4084
4085         * src/imap.c
4086                 destroy session on socket error to allow reconnecting
4087
4088 2003-03-05 [christoph]  0.8.10claws83
4089
4090         * configure.ac
4091                 fix building with gnome when no prefix is set
4092
4093         (closes bug 66 Gnome directory is set to NONE)
4094
4095 2003-03-05 [paul]       0.8.10claws82
4096
4097         * sync with 0.8.10cvs23
4098                 see ChangeLog 2003-03-05
4099
4100 2003-03-04 [christoph]  0.8.10claws81
4101
4102         * src/folder.c
4103                 o fix moving and copying when folder returns 0 for new
4104                   message number
4105                 o remove some code for single message copy and move
4106                   operations and use functions for multiple messages
4107
4108         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4109
4110         * src/news.c
4111                 remove unused include
4112
4113 2003-03-04 [paul]       0.8.10claws80
4114
4115         * src/gtk/about.c
4116                 list 'Compiled plugins'
4117
4118 2003-03-03 [christoph]  0.8.10claws79
4119
4120         * src/news.[ch]
4121                 have to multiply the percentage of the current fetch with
4122                 the percentage that it has of the total fetch operation
4123                 for correct values
4124
4125 2003-03-03 [christoph]  0.8.10claws78
4126
4127         * src/news.c
4128                 fix calculation of expected lines for progress indicator
4129
4130 2003-03-03 [christoph]  0.8.10claws77
4131
4132         * src/summaryview.c
4133         * src/common/utils.c
4134                 fix segfault when opening the root news folder
4135
4136 2003-03-03 [christoph]  0.8.10claws76
4137
4138         * src/mainwindow.[ch]
4139         * src/common/Makefile.am
4140         * src/common/progressindicator.[ch]
4141                 add UI independent progress indicator handling
4142
4143         * src/news.[ch]
4144                 use new progress indicator for message info fetching
4145
4146         * src/common/hooks.h
4147                 code cleanup
4148
4149 2003-03-03 [oliver]     0.8.10claws75
4150
4151         * src/toolbar.c
4152         * src/compose.c
4153                 removed commented code
4154
4155 2003-03-03 [oliver]     0.8.10claws74
4156
4157         * src/toolbar.[ch]
4158                 cleanups and refactoring
4159         * src/compose.[ch]
4160                 compose_reply_mode reply & forwarding interface for
4161                 toolbar buttons
4162         * src/folderview.c
4163                 act on messages marked for deletion in folderview_selected
4164                 based on prefs_common.immediate_exec since a message might 
4165                 have been deleted by messageview in a folder we are changing 
4166                 to (does anybody understand what I'm on about ?)
4167
4168 2003-03-03 [oliver]     0.8.10claws73
4169         
4170         * src/messageview.[ch]
4171                 new functions
4172                 - messageview_delete: delete message shown in messagview
4173                 - messageview_update_view: update messageview to currently 
4174                   selected summaryview message
4175                 - add separate messageview to msgview_list in order to update 
4176                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4177         * src/summaryview.[ch]
4178                 summary_get_selection returns a list of selected msgs
4179                 in summaryview
4180         * src/mainwindow.c
4181                 toolbar reply refactoring
4182
4183 2003-03-03 [paul]       0.8.10claws72
4184
4185         * sync with 0.8.10cvs21
4186                 see ChangeLog 2003-03-03
4187
4188 2003-03-02 [christoph]  0.8.10claws71
4189
4190         * src/common/passcrypt.c
4191                 use POSIX includes
4192
4193 2003-03-02 [christoph]  0.8.10claws70
4194
4195         * configure.ac
4196         * src/prefs_account.c
4197         * src/prefs_gtk.[ch]
4198         * src/common/.cvsignore
4199         * src/common/Makefile.am
4200         * src/common/passcrypt.c                ** NEW **
4201         * src/common/passcrypt.h.in             ** NEW **
4202                 Implement password encryption in config files
4203                 using unix encrypt and setkey functions. The crypt
4204                 key can be set as a configure parameter. Old
4205                 passwords will be converted if they do not begin
4206                 with '!'
4207
4208 2003-03-02 [paul]       0.8.10claws69
4209
4210         * src/prefs_account.c
4211                 fix compile error
4212
4213 2003-03-01 [thorsten]   0.8.10claws68
4214
4215         * po/el.po
4216           po/hr.po
4217           po/it.po
4218           po/nl.po
4219           po/sr.po
4220           po/sv.po
4221                 corrected format strings
4222         * po/en_GB.po
4223                 corrected headers
4224                 (fix compile errors with GNU gettext-0.11.5)
4225
4226 2003-03-01 [oliver]     0.8.10claws67
4227
4228         * src/summaryview.c
4229                 menu callbacks call toolbar_menu_reply
4230
4231 2003-03-01 [oliver]     0.8.10claws66
4232
4233         * src/mainwindow.c
4234         * src/messageview.c
4235                 menu callbacks call toolbar_menu_reply
4236         * src/toolbar.[ch]
4237                 callbacks from menu handled by toolbar_menu_reply
4238
4239 2003-03-01 [paul]       0.8.10claws65
4240
4241         * src/addressbook.c
4242                 revert commit 0.8.10claws54 - breaks editing of
4243                 addressbook.
4244                 
4245         * po/bg.po
4246                 update Bulgarian translation, submitted by
4247                 George Danchev
4248
4249 2003-02-28 [christoph]  0.8.10claws64
4250
4251         * src/account.c
4252         * src/addressadd.c
4253         * src/compose.c
4254         * src/gtkaspell.c
4255         * src/gtkxtext.h                ** REMOVE **
4256         * src/imap.c
4257         * src/matcher.[ch]
4258         * src/mh.c
4259         * src/news.c
4260         * src/pine.c
4261         * src/prefs_common.c
4262         * src/prefs_matcher.c
4263         * src/procheader.[ch]
4264         * src/procmsg.[ch]
4265         * src/toolbar.c
4266         * src/common/ssl_certificate.c
4267         * src/gtk/colorlabel.c
4268         * src/gtk/menu.c
4269                 o fix warnings
4270                 o remove code obsoleted by new cache and folder system rework
4271
4272 2003-02-28 [oliver]     0.8.10claws63
4273         
4274         * src/toolbar.[ch]
4275                 * fix bug where reply in Messageview replied to 
4276                 Message displayed in summaryview
4277                 (reportedd via ML by chinatinte at gmx dot ch)
4278                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4279                 didn't work in separate MessageView Toolbar
4280                 (wondering if anybody uses this at all ?)
4281         * src/summaryview.[ch]
4282                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4283                 (generalize reply and forward code);
4284         * src/messageview.c 
4285                 remove focus_in event which updated summaryview to messageview
4286
4287 2003-02-28 [paul]       0.8.10claws62
4288
4289         * po/Makefile.in.in
4290                 add the --check option
4291                 Patch submitted by Ricardo Mones Lastra
4292
4293 2003-02-28 [paul]       0.8.10claws61
4294
4295         * src/prefs_account.c
4296                 re-order 'Signature' items
4297
4298 2003-02-28 [paul]       0.8.10claws60
4299
4300         * sync with 0.8.10cvs20
4301                 see ChangeLog 2003-02-28
4302
4303 2003-02-28 [paul]       0.8.10claws59
4304
4305         * po/POTFILES.in
4306                 update to reflect recent movement of files
4307
4308 2003-02-28 [paul]       0.8.10claws58
4309
4310         * sync with 0.8.10cvs19
4311                 see ChangeLog 2003-02-28
4312
4313 2003-02-27 [martin]     0.8.10claws57
4314
4315         * src/prefs_matcher.c 
4316                 fix segfault in prefs_matcher_ok() when the
4317                 last entry is deleted and prevents that the
4318                 message "entry not saved" comes up after deleting
4319                 an entry
4320
4321 2003-02-27 [martin]     0.8.10claws56
4322
4323         * src/prefs_filtering.c 
4324                 fix segfault in prefs_filtering_ok() when the
4325                 last entry is deleted and prevents that the
4326                 message "entry not saved" comes up after deleting
4327                 an entry
4328
4329 2003-02-27 [paul]       0.8.10claws55
4330
4331         * sync with 0.8.10cvs18
4332                 see ChangeLog 2003-02-27
4333
4334 2003-02-27 [paul]       0.8.10claws54
4335
4336         * src/addressbook.c
4337                 fix bug where the address book crashes with 
4338                 multiple lookups.
4339                 Patch [687729] submitted by David Frager 
4340                 <dbfrager@users.sourceforge.net>
4341
4342 2003-02-25 [christoph]  0.8.10claws53
4343
4344         * src/Makefile.am
4345         * src/colorlabel.[ch]           ** REMOVE **
4346         * src/gtk/Makefile.am
4347         * src/gtk/colorlabel.[ch]       ** NEW **
4348                 move colorlabel files to gtk directory
4349
4350         * src/esmtp.[ch]                ** REMOVE **
4351                 has been merged into smtp.[ch] in 0.7.5
4352
4353 2003-02-25 [christoph]  0.8.10claws52
4354
4355         * src/Makefile.am
4356         * src/about.[ch]                ** REMOVE **
4357         * src/gtk/Makefile.am
4358         * src/gtk/about.[ch]            ** NEW **
4359                 move about files to gtk directory
4360
4361 2003-02-25 [christoph]  0.8.10claws51
4362
4363         * src/folder.c
4364                 some code optimization of folder scanning code
4365
4366         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4367
4368 2003-02-25 [christoph]  0.8.10claws50
4369
4370         * src/main.c
4371         * src/common/sylpheed.c
4372                 add command line parameter parsing to common code
4373
4374 2003-02-24 [christoph]
4375
4376         * Makefile.am
4377         * configure.ac
4378                 fix gnome prefix problems, the configure script now removed
4379                 `gnome-config --prefix` from `gnome-config --datadir`
4380                 and adds $(prefix} instead
4381
4382         (closes Bug 24 Makefile does not respect prefix when installing
4383          GNOME data)
4384
4385 2003-02-24 [christoph]  0.8.10claws49
4386
4387         * src/news.c
4388                 check for valid session before trying to authenticate
4389
4390         (closes Bug 60 crash if "authenticate on logon" is activated
4391          and newsserver-hostname is not valid)
4392
4393 2003-02-24 [melvin]     0.8.10claws48
4394
4395         * src/prefs_actions.c
4396                 Make sure all user's input is sent to the action and then
4397                 close the socket..
4398
4399 2003-02-23 [alfons]     0.8.10claws46
4400
4401         * src/summaryview.c
4402                 also wait cursor when deleting files
4403
4404 2003-02-23 [paul]
4405
4406         * tools/freshmeat_search.pl
4407           tools/google_search.pl
4408                 scripts should now work for any browser/browser command line
4409
4410 2003-02-22 [christoph]  0.8.10claws45
4411
4412         * src/procmsg.c
4413                 fix IMAP flag setting, IMAP flag is not handled correctly
4414                 anymore by the folder system and information about the
4415                 folder should not be saved in the MsgInfo (in my opinion)
4416
4417         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4418
4419 2003-02-22 [christoph]  0.8.10claws44
4420
4421         * src/summaryview.c
4422                 fix spelling of "label" ;-)
4423
4424 2003-02-22 [thorsten]   0.8.10claws43
4425
4426         * src/mimeview.c
4427           src/prefs_common.[ch]
4428           src/procmime.[ch]
4429                 do not use description as attachment name
4430
4431 2003-02-22 [alfons]     0.8.10claws42
4432
4433         * src/summaryview.c
4434                 freeze/thaw folder item updates when changing color labels,
4435                 and put a wait cursors on
4436
4437 2003-02-22 [thorsten]   0.8.10claws41
4438
4439         * src/mimeview.c
4440                 save-all fixes: crash if invoked on multipart container,
4441                 mimeinfo access, pathseparators, error dialog
4442
4443 2003-02-21 [alfons]     0.8.10claws40
4444
4445         * src/prefs_gtk.c
4446                 remove unused var
4447
4448 2003-02-21 [colin]      0.8.10claws39
4449
4450         * src/send.c
4451                 Fix smtp logging
4452
4453 2003-02-21 [colin]      0.8.10claws38
4454
4455         * src/summaryview.c
4456                 Freeze/thaw folderItem updates when filtering messages 
4457                 via Tools/Filter messages
4458
4459 2003-02-21 [paul]       0.8.10claws37
4460
4461         * src/compose.c
4462                 revert commit 0.8.10claws26, there are ulterior motives
4463                 for users to set a Reply-To header when posting to
4464                 newsgroups
4465
4466 2003-02-21 [paul]       0.8.10claws36
4467
4468         * sync with 0.8.10cvs17
4469                 see ChangeLog 2003-02-21
4470
4471 2003-02-20 [christoph]  0.8.10claws35
4472
4473         * src/imap.c
4474                 IMAP UID fetch speedup using SEARCH
4475
4476         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4477
4478         * src/imap.c
4479                 fix problem with UIDs in IMAP UID cache that no longer existed
4480
4481 2003-02-20 [christoph]  0.8.10claws34
4482
4483         * src/imap.c
4484         * src/procheader.c
4485         * src/procheader.h
4486                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4487
4488         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4489
4490         * src/imap.c
4491                 Rewrite imap_cmd_gen_recv use sock_getline instead
4492                 of sock_gets to avoid problems with too long reply
4493                 lines
4494     
4495 2003-02-20 [colin]      0.8.10claws33
4496         
4497         * src/prefs_account.c
4498                 Better wording
4499
4500 2003-02-20 [colin]      0.8.10claws32
4501
4502         * src/compose.c
4503                 Remove useless '&& !to_sender' 
4504
4505 2003-02-20 [darko]
4506
4507         * AUTHORS
4508                 change my e-mail address
4509
4510 2003-02-19 [colin]      0.8.10claws31
4511
4512         * src/prefs_common.c
4513                 X11 style colors for every configurable color
4514
4515 2003-02-19 [alfons]     0.8.10claws30
4516
4517         * src/prefs_gtk.[ch]
4518         * src/prefs_common.c
4519                 for color_new accept both plain integers and X11 style color
4520                 names (as found in /usr/lib/X11/rgb.txt)
4521
4522 2003-02-19 [paul]       0.8.10claws29
4523
4524         * src/mainwindow.c
4525                 add tooltips to online/offline button and account selector
4526                 button
4527
4528 2003-02-19 [paul]       0.8.10claws28
4529
4530         * src/folder.c
4531           src/news.c
4532           src/prefs_account.[ch]
4533           src/prefs_common.[ch]
4534                 move 'Maximum number of articles to download' to
4535                 account prefs.
4536                 clean up account prefs gui a little by hiding entries
4537                 rather then greying out entries
4538
4539 2003-02-19 [hiro]       0.8.10claws27
4540
4541         * src/common/utils.c
4542                 fix bug #54 'yesterdays date is displayed in the message 
4543                 summary window'
4544
4545 2003-02-19 [paul]       0.8.10claws26
4546
4547         * src/compose.c
4548                 fix bug reported in Feature Request [688596] 
4549                 'Reply-to header in news'
4550
4551 2003-02-18 [paul]       0.8.10claws25
4552
4553         * src/select-keys.c
4554                 add a 'List all keys' button to key selection dialog
4555
4556 2003-02-18 [colin]      0.8.10claws24
4557         
4558         * src/stock_pixmap.c
4559                 fix compile error
4560
4561 2003-02-18 [colin]      0.8.10claws23
4562
4563         * src/common/smtp.[ch]
4564           src/prefs_account.c
4565                 Try to starttls if it seems to be the only
4566                 way to authenticate a user
4567
4568 2003-02-18 [paul]       0.8.10claws22
4569
4570         * src/Makefile.am
4571           src/folderview.c
4572           src/stock_pixmap.[ch]
4573           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4574           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4575                 as a Drafts folder is a special folder allow it to have
4576                 its own unique icons
4577
4578 2003-02-18 [colin]      0.8.10claws21
4579
4580         * src/imap.c
4581                 Fix port selection when using starttls
4582
4583 2003-02-18 [paul]       0.8.10claws20
4584
4585         * src/mainwindow.c
4586           src/prefs_common.[ch]
4587                 make blue the default new mail colour
4588
4589 2003-02-18 [paul]       0.8.10claws19
4590
4591         * sync with 0.8.10cvs14
4592                 see ChangeLog 2003-02-18
4593
4594 2003-02-17 [jens]       0.8.10claws18
4595
4596         * src/common/md5.c
4597                 fixed a compile problem with gcc 3.3
4598                 works on 2.95.3 too (testet on PPC as it is big endian)
4599
4600 2003-02-17 [paul]       0.8.10claws17
4601
4602         * sync with 0.8.10cvs13
4603                 see ChangeLog 2003-02-17
4604
4605 2003-02-17 [paul]       0.8.10claws16
4606
4607         * sync with 0.8.10cvs12
4608                 see ChangeLog 2003-02-17
4609
4610 2003-02-16 [match]      0.8.10claws15
4611
4612         * src/addressbook.c
4613                 Eliminates reloading of address data when items
4614                 deleted or added. Applied submitted by
4615                 Luke Plant <lukeplant@softhome.net>
4616
4617 2003-02-16 [paul]       0.8.10claws14
4618
4619         * src/news.c
4620                 when a 'protocol error' is encountered disconnect from
4621                 the server. This means that the user can carry on viewing
4622                 other articles and doesn't have to either wait until the
4623                 server timesout or quit sylpheed.
4624                 Fixes bug #53 'Unable to read messages in newsgroups, 
4625                 displayed message doesn't change'
4626
4627 2003-02-15 [christoph]  0.8.10claws13
4628
4629         * src/imap.c
4630                 fix bug that stopped scanning of folders when an
4631                 IMAP folder was empty
4632
4633         (closes bug 46 stop scan messages in folders after empty folder)
4634
4635 2003-02-15 [paul]
4636
4637         * tools/Makefile.am
4638           tools/README
4639           tools/freshmeat_search.pl     ** NEW FILE **
4640           tools/google_search.pl        ** NEW FILE **
4641                 Add 2 Actions scripts which search freshmeat/google
4642                 for the selected text using the browser configured
4643                 in sylpheedrc.
4644                 
4645         Note: These scripts are very dependent on the format of the
4646         browser command and may not work on every occasion. Testing
4647         is welcome. 
4648
4649 2003-02-14 [alfons]     0.8.10claws12
4650
4651         * src/compose.c
4652                 fix breakage because of uninitialized account pointer.
4653                 please verify.
4654
4655 2003-02-14 [paul]       0.8.10claws11
4656
4657         * src/compose.c
4658           src/prefs_account.[ch]
4659           src/prefs_common.[ch]
4660                 move signature settings to Account Prefs
4661
4662 2003-02-14 [paul]       0.8.10claws10
4663
4664         * sync with 0.8.10cvs11
4665                 see ChangeLog 2003-02-14
4666
4667 2003-02-13 [thorsten]   0.8.10claws9
4668
4669         * src/news.c
4670                 revert news progressbar (GUI separation)
4671
4672 2003-02-13 [paul]       0.8.10claws8
4673
4674         * src/compose.c
4675                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4676                 paragraph 1
4677
4678 2003-02-13 [paul]       0.8.10claws7
4679
4680         * src/compose.[ch]
4681           src/summaryview.c
4682                 fix 'Follow-up and Reply-to' so that it creates a reply to
4683                 the newsgroup and the sender. If the message has the keyword
4684                 'poster' in the Followup-To header, all replies go to the
4685                 sender, re: RFC 1036, Section 2.2.3
4686                 rename all instances of 'ignore_replyto' to 'to_sender', both
4687                 were previously used, now we use just one.
4688
4689 2003-02-13 [paul]       0.8.10claws6
4690
4691         * sync with 0.8.10cvs9
4692                 see ChangeLog 2003-02-13
4693
4694 2003-02-13 [paul]       0.8.10claws5
4695
4696         * configure.ac
4697                 show which plugins are configured in the configure
4698                 output.
4699
4700 2003-02-12 [thorsten]   0.8.10claws4
4701
4702         * src/news.c
4703                 show progress while fetching news headers
4704
4705 2003-02-12 [christoph]  0.8.10claws3
4706
4707         * configure.ac
4708         * src/plugins/Makefile.am
4709                 use AM_CONDITIONAL to enable plugins, automake correctly
4710                 manages this when creating distdir
4711
4712 2003-02-12 [christoph]  0.8.10claws2
4713
4714         * ac/spamassassin.m4
4715         * src/plugins/spamassassin/Makefile.am
4716                 fix building SpamAssassin plugin without OpenSSL
4717
4718 2003-02-12 [paul]       0.8.10claws1
4719
4720         * ac/Makefile.am
4721           src/Makefile.am
4722           src/plugins/Makefile.am
4723                 fix failure of 'make release'
4724
4725 2003-02-12 [paul]       0.8.10claws
4726
4727         * 0.8.10claws released
4728
4729 2003-02-12 [paul]       0.8.9claws56
4730
4731         * po/bg.po
4732           po/es.po
4733           po/it.po
4734           po/ru.po
4735           po/sr.po
4736                 updated translations by George Danchev, Ricardo Mones Lastra,
4737                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4738                 
4739         * sylpheed.spec.in
4740                 Allow the building of RPMs by a regular user. Submitted
4741                 by Sergei Astanin
4742
4743 2003-02-11 [alfons]     0.8.9claws55
4744
4745         * src/colorlabel.c
4746                 don't use pixmaps for label color rect but draw rectangles
4747                 so we can respect the color map of palette based visuals
4748                 (fixes the long time crashes on Suns - thanks to Andreas
4749                 Engel and Steve O'Hara-Smith for testing)
4750
4751 2003-02-11 [christoph]  0.8.9claws54
4752
4753         * src/matcher_parser_parse.y
4754                 correct bug where filering rules of not existing folders in
4755                 matcherrc were added to global filtering
4756                 
4757         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4758          main filter-rules after removing directory, http://bugs.debian.org/180253)
4759         
4760 2003-02-11 [paul]       0.8.9claws53
4761
4762         * sync with 0.8.10cvs7
4763                 see ChangeLog 2003-02-09
4764
4765 2003-02-11 [melvin]     0.8.9claws52
4766
4767         * po/fr.po
4768                 Updated French tranlsations
4769
4770 2003-02-10 [paul]       0.8.9claws51
4771
4772         * sylpheed.spec.in
4773                 correct --enable-openssl
4774                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4775
4776 2003-02-09 [martin]     0.8.9claws50
4777
4778         * src/prefs_matcher.c
4779                 fix segfault in prefs_matcher_substitute_cb() when
4780                 no row is selected
4781
4782 2003-02-09 [paul]       0.8.9claws49
4783
4784         * src/folderview.c
4785                 fix bug where a newsgroup folder's processing rules were
4786                 merged with the global filtering rules when the newsgroup
4787                 folder was deleted, causing some seriously bad results,
4788                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4789
4790 2003-02-08 [melvin]     0.8.9claws48
4791
4792         * src/compose.c
4793                 Corrected and modified an alert message.
4794
4795 2003-02-07 [paul]       0.8.9claws47
4796
4797         * src/folderview.c
4798                 fix bug where both an 'Account properties' window and a
4799                 'Folder properties' window were opened when clicking on
4800                 'Properties' in an NNTP or IMAP folder's popup menu.
4801
4802 2003-02-07 [paul]       0.8.9claws46
4803
4804         * sync with 0.8.10cvs6
4805                 see ChangeLog 2003-02-06
4806
4807 2003-02-06 [christoph]  0.8.9claws45
4808
4809         * src/mbox.c
4810                 freeze folder updates while importing mbox files
4811                 (closes bug 43 importing mbox took hours)
4812                 
4813         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4814
4815 2003-02-06 [thorsten]   0.8.9claws44
4816
4817         * po/de.po
4818                 Updated german translations
4819
4820 2003-02-06 [thorsten]   0.8.9claws43
4821
4822         * src/news.h
4823                 use guint for message numbers (fix count in grouplist dialog)
4824
4825 2003-02-05 [paul]       0.8.9claws42
4826
4827         * sync with 0.8.10cvs2
4828                 see ChangeLog 2003-02-05
4829
4830 2003-02-04 [colin]      0.8.9claws41
4831
4832         * src/prefs_common.[ch]
4833           src/procmsg.c
4834           src/summaryview.c
4835                 Add an option to disable threading by subject
4836
4837 2003-02-04 [christoph]  0.8.9claws40
4838
4839         * src/inc.c
4840                 only abort fetching mails from multiple accounts when the
4841                 error is fatal and does not allow to check any more accounts
4842                 (currently only disk full error)
4843
4844         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4845          receive mails for other accouts)
4846
4847 2003-02-04 [christoph]  0.8.9claws39
4848
4849         * src/folder.c
4850                 first add the new message to the cache, then
4851                 send the update notification
4852
4853         (closes bug 39 after sending message folderview doesnt get updated)
4854
4855 2003-02-04 [colin]      0.8.9claws38
4856
4857         * src/inc.c
4858                 _really_ fix this Connecting... status
4859
4860 2003-02-04 [paul]       0.8.9claws37
4861
4862         * sync with 0.8.10
4863                 see ChangeLog 2003-02-04
4864
4865 2003-02-04 [paul]       0.8.9claws36
4866
4867         * sync with 0.8.9cvs6
4868                 see ChangeLog 2003-02-03
4869
4870 2003-02-04 [paul]       0.8.9claws35
4871
4872         * po/pt_BR.po
4873                 updated by AndrĂ© Filipe de Assunção e Brito 
4874                 <bedecko@netsite.com.br>
4875
4876 2003-02-03 [thorsten]   0.8.9claws34
4877
4878         * po/de.po
4879                 Updated german translations
4880
4881 2003-02-02 [paul]       0.8.9claws33
4882
4883         * po/es.po
4884                 updated by Ricardo Mones Lastra
4885
4886 2003-02-02 [thorsten]   0.8.9claws32
4887
4888         * src/mh.c
4889                 Fix mh_get_msginfo() segfault if file is inaccessible
4890
4891 2003-01-31 [colin]      0.8.9claws31
4892
4893         * src/procheader.c
4894                 Fix last commit's bug
4895
4896 2003-01-31 [colin]      0.8.9claws30
4897
4898         * src/procheader.c
4899                 Missing a change for gpg-signed messages
4900
4901 2003-01-31 [paul]       0.8.9claws29
4902
4903         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4904           src/procheader.c
4905           src/stock_pixmap.[ch]
4906           src/summaryview.c
4907                 indicate GnuPG signed messages by displaying an icon
4908                 in the Attachment column.
4909
4910 2003-01-31 [paul]       0.8.9claws28
4911
4912         * sync with 0.8.9cvs4
4913                 see ChangeLog 2003-01-31
4914
4915 2003-01-31 [alfons]     0.8.9claws27
4916
4917         * src/textview.c
4918                 tune URI parser to accept mailto URLs with a '?'
4919                 (patch from Ruslan Balkin)
4920
4921 2003-01-31 [colin]      0.8.9claws26
4922
4923         * src/summaryview.c
4924                 Fix a leak introduced in claws24
4925
4926 2003-01-31 [colin]      0.8.9claws25
4927
4928         * src/summaryview.c
4929                 Freeze/Thaw folder updates when deleting dups
4930
4931 2003-01-31 [colin]      0.8.9claws24
4932         
4933         * src/addr_compl.c
4934           src/summaryview.c
4935           src/msgcache.c
4936                 little speed improvements
4937
4938 2003-01-31 [colin]      0.8.9claws23
4939
4940         * src/summaryview.c
4941                 Fix segfault when forwarding nothing
4942                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4943                 
4944 2003-01-30 [paul]       0.8.9claws22
4945
4946         * sync with 0.8.9cvs3
4947                 see ChangeLog 2003-01-30
4948
4949 2003-01-30 [paul]       0.8.9claws21
4950
4951         * sync with 0.8.9cvs2
4952                 see ChangeLog 2003-01-30
4953
4954 2003-01-29 [paul]       0.8.9claws20
4955
4956         * sync with 0.8.9cvs1
4957                 see ChangeLog 2003-01-29
4958
4959 2003-01-28 [paul]       0.8.9claws19
4960
4961         * po/POTFILES.in
4962                 update to reflect changes. 
4963                 thanks to Ricardo Mones Lastra
4964
4965 2003-01-27 [christoph]  0.8.9claws18
4966
4967         * ac/openssl.m4
4968         * ac/spamassassin.m4
4969         * src/plugins/spamassassin/README
4970         * src/plugins/spamassassin/libspamc.[ch]
4971         * src/plugins/spamassassin/utils.[ch]
4972                 updated to latest libspamc
4973
4974 2003-01-27 [christoph]  0.8.9claws17
4975
4976         * src/folder.c
4977                 fix wrong use of procheader_get_header_fields
4978
4979 2003-01-27 [christoph]  0.8.9claws16
4980
4981         * src/news.c
4982         * src/prefs_account.[ch]
4983         * src/common/nntp.[ch]
4984                 allow to force authentication for NNTP servers
4985
4986         Patch submitted by Florian Mickler <dmk@d-labs.de>
4987
4988 2003-01-26 [paul]       0.8.9claws15
4989
4990         * src/summaryview.c
4991                 speed up of marking messages as read
4992                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4993
4994 2003-01-26 [christoph]  0.8.9claws14
4995
4996         * src/Makefile.am
4997         * src/mgutils.[ch]              ** REMOVE **
4998         * src/xml.[ch]                  ** REMOVE **
4999         * src/xmlprops.[ch]             ** REMOVE **
5000         * src/common/Makefile.am
5001         * src/common/mgutils.[ch]       ** NEW **
5002         * src/common/xml.[ch]           ** NEW **
5003         * src/common/xmlprops.[ch]      ** NEW **
5004                 move xml files to common directory
5005
5006 2003-01-26 [christoph]  0.8.9claws13
5007
5008         * src/plugins/spamassassin/spamassassin_gtk.c
5009                 only set gtk entry text if string is available
5010
5011 2003-01-26 [melvin]     0.8.9claws12
5012
5013         * src/description_window.c
5014                 Allow resizing of the window
5015                 Allow automatic horizontal scroll bar
5016                 Do not vertically expand and fill
5017
5018 2003-01-26 [christoph]  0.8.9claws11
5019
5020         * src/Makefile.am
5021         * src/gtkutils.[ch]             ** REMOVE **
5022         * src/common/sylpheed.c
5023         * src/gtk/Makefile.am
5024         * src/gtk/description_window.c
5025         * src/gtk/gtkutils.[ch]         ** NEW **
5026         * src/gtk/prefswindow.c
5027                 move gtkutils to gtk directory
5028
5029 2003-01-26 [paul]       0.8.9claws10
5030
5031         * src/summaryview.c
5032                 rename summary_unread_clicked() to summary_status_clicked()
5033
5034 2003-01-26 [melvin]     0.8.9claws9
5035
5036         * src/prefs_actions.c
5037                 Cosmetical changes to the help text
5038
5039 2003-01-26 [paul]       0.8.9claws8
5040
5041         * src/folder.[ch]
5042           src/mainwindow.c
5043           src/prefs_common.c
5044           src/prefs_sumamry_column.c
5045           summaryview.[ch]
5046                 rename the 'Unread' column to 'Status'
5047
5048 2003-01-25 [match]      0.8.9claws7
5049
5050         * src/mgutils.[ch]
5051                 removed reference to LDAP constants. removed error2string.
5052                 included functions to support LDAP dynamic queries.
5053         * src/syldap.h
5054                 moved LDAP constants here.
5055         * src/addressbook.c
5056         * src/addrindex.c
5057         * src/importldif.c
5058                 removed references to LDAP constants and references to
5059                 error2string.
5060
5061 2003-01-25 [paul]       0.8.9claws6
5062
5063         * src/summaryview.c
5064                 summary_thread_build(), summary_thread_init(): remove 
5065                 unneeded reference to summaryview->folder_item
5066
5067 2003-01-25 [christoph]  0.8.9claws5
5068
5069         * src/gtk/description_window.c
5070                 o allow description texts to expand over multiple columns
5071                 o translate all columns
5072         * src/prefs_actions.c
5073                 change syntax description to use new multi column feature
5074
5075         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5076
5077 2003-01-25 [match]      0.8.9claws4
5078
5079         * src/vcard.c
5080                 fixed bug with Quoted-Printable
5081
5082 2003-01-25 [paul]       0.8.9claws3
5083
5084         * src/folder.[ch]
5085           src/summaryview.[ch]
5086                 implement per-folder collapsed/expanded threads setting
5087                 
5088         * src/prefs_common.c
5089                 remove global collapsed/expanded threads option
5090
5091 2003-01-25 [christoph]  0.8.9claws2
5092
5093         * po/POTFILES.in
5094                 add pluginwindow and prefswindow
5095         * src/compose.c
5096                 make send respond correctly to messages that could be added
5097                 to the queue folder, but the UID of the message is unknown
5098         * src/folder.c
5099         * src/imap.c
5100                 don't return guessed UIDs in imap_add_msg anymore. We return
5101                 0 to tell the folder system it was appened but the UID is
5102                 unknown. Folder system now get's the UID by scaning the folder
5103                 and searching the cache for the Message-ID
5104                 (closes bug #29 Messages queued, but not sent)
5105
5106 2003-01-25 [paul]       0.8.9claws1
5107
5108         * src/codeconv.c
5109                 conv_encode_header():  fix bug when long headers with 8-bit
5110                 characters are used, so that the encoded words are wrapped.
5111                 If the space in the original text falls on the wrap boundary,
5112                 it can be lost.
5113                 Patch by Sergey Vlasov.
5114                 
5115         * src/folderview.c
5116                  fix bug where a change to the sorting method or thread view
5117                  of a folder's messages is lost if simpify-subject is set and
5118                  toggled on or off.
5119                  Patch by Luke Plant.
5120
5121 2003-01-24 [paul]       0.8.9claws
5122
5123         * sylpheed-0.8.9claws released
5124         
5125         * Makefile.am
5126           sylpheed.spec.in
5127                 remove reference to 'INSTALL.jp'
5128
5129 2003-01-23 [paul]       0.8.8claws128
5130
5131         * po/es.po
5132           po/it.po
5133           po/ru.po
5134           po/sr.po
5135                 updated translations. submitted by Ricardo Mones Lastra,
5136                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5137
5138 2003-01-23 [colin]      0.8.8claws127
5139
5140         * src/compose.c
5141                 Fix drafted and queued news articles re-edition
5142
5143 2003-01-23 [melvin]     0.8.8claws126
5144
5145         * po/fr.po
5146                 Updated French translations
5147
5148 2003-01-23 [colin]      0.8.8claws125
5149
5150         * src/inc.c
5151                 Fix "Connecting to..." status message
5152
5153 2003-01-22 [paul]       0.8.8claws124
5154
5155         * po/bg.po
5156                 updated by George Danchev
5157                 
5158         * src/folder.c
5159                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5160                 and folder deletion
5161
5162 2003-01-21 [paul]       0.8.8claws123
5163
5164         * po/bg.po
5165                 updated by George Danchev
5166                 
5167         * src/about.c
5168                 its now 2003
5169                 
5170         * src/toolbar.c
5171                 don't translate 'Separator'
5172                 
5173         * src/plugins/spamassassin/Makefile.am
5174                 add aspell to CPPFLAGS
5175                 
5176         * src/plugins/spamassassin/spamassassin.c
5177           src/plugins/spamassassin/spamassassin_gtk.c
5178                 set correct default for spamassassin_receive_spam
5179                 slightly re-word descriptions and some
5180                 other minor changes
5181
5182 2003-01-19 [alfons]     0.8.8claws122
5183                 
5184         * src/mimeview.c
5185                 mimeview_save_as(): we might as well show the file name for
5186                 the single case "Save As" too
5187
5188 2003-01-19 [alfons]     0.8.8claws121
5189
5190         * src/crash.c
5191                 change bug tracker URL to bugzilla URL
5192
5193 2003-01-19 [alfons]     0.8.8claws120
5194
5195         * src/mimeview.c
5196                 mimeview_save_all(): display name of file before overwriting;
5197                 continue saving all, even when one overwrite was cancelled
5198
5199 2003-01-19 [christoph]  0.8.8claws119
5200
5201         * src/summaryview.c
5202         * src/procmsg.[ch]
5203                 fix wrong usage of procmsg_find_children in summaryview
5204                 by using procmsg_update_unread_children instead of
5205                 summaryview_update_unread_children
5206
5207 2003-01-19 [christoph]  0.8.8claws118
5208
5209         * src/procmsg.c
5210                 fix infinite loop in procmsg_find_children
5211                  (closes bug #25 sylpheed crashes on delete.)
5212
5213         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5214
5215 2003-01-19 [paul]       0.8.8claws117
5216
5217         * po/pt_BR.po
5218                 updated by Ivan Francolin Martinez
5219
5220 2003-01-18 [melvin]     0.8.8claws116
5221
5222         * src/prefs_actions.c
5223                 Removed syntax limitation of only one '&' at the end of command.
5224                         Now actions that contain '>/dev/null 2>&1' are possible.
5225
5226 2003-01-18 [melvin]     0.8.8claws115
5227
5228         * src/prefs_actions.c
5229                 Actions IO dialog: when the action ends
5230                 the "Close" button now has focus and [Escape] closes the
5231                 window.
5232
5233 2003-01-18 [christoph]  0.8.8claws114
5234
5235         * src/procmsg.c
5236                 o add debug output when MsgInfos are really freed
5237                 o free GSLists in procmsg_find_children and
5238                   procmsg_update_unread_children
5239
5240 2003-01-18 [christoph]  0.8.8claws113
5241
5242         * src/mainwindow.c
5243                 reorder Configuration menu
5244
5245 2003-01-18 [christoph]  0.8.8claws112
5246
5247         * src/compose.c
5248                 fix applying templates to forwarded messages
5249
5250         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5251
5252 2003-01-17 [christoph]  0.8.8claws111
5253
5254         * src/folder.c
5255                 destroy folder items, when a folder item is removed
5256
5257 2003-01-17 [christoph]  0.8.8claws110
5258
5259         * src/folder.c
5260                 fix wrong folder stats update when ignored message is
5261                 deleted
5262
5263 2003-01-17 [colin]      0.8.8claws109
5264         
5265         * src/mainwindow.c
5266         * src/summaryview.c
5267                 Quicksearch bugfixes: 
5268                 - hide help button at startup if not extended
5269                 - switch to extended when looking for replies
5270
5271 2003-01-17 [paul]
5272
5273         * sync with 0.8.9 release
5274
5275 2003-01-17 [paul]       0.8.8claws108
5276
5277         * sync with 0.8.8cvs11
5278                 see ChangeLog 2003-01-17
5279
5280 2003-01-16 [colin]      0.8.8claws107
5281
5282         * src/procmsg.c
5283                 Changed encryption test to re-ask passphrase
5284                 if an encrypted message hasn't been decrypted
5285                 Fixes bug #5
5286
5287 2003-01-16 [christoph]  0.8.8claws106
5288
5289         * src/prefs_gtk.c
5290         * src/prefs_toolbar.c
5291         * src/gtk/prefswindow.h
5292         * src/plugins/spamassassin/spamassassin_gtk.c
5293                 remove page destroy function that is not used anymore
5294
5295 2003-01-16 [paul]       0.8.8claws105
5296
5297         * sync with 0.8.8cvs9
5298                 see ChangeLog 2002-01-16
5299
5300 2003-01-16 [colin]      0.8.8claws104
5301
5302         * src/compose.[ch]
5303                 Fix bug with autosaved drafts for IMAP, when draft
5304                 folder is specified - fixes bugzilla bug #20
5305
5306 2003-01-15 [paul]       0.8.8claws103
5307
5308         * src/compose.[ch]
5309           src/procmsg.c
5310                 store folder and message-id of message forwarding
5311                 in queue header and set forward flag after sending
5312
5313 2003-01-15 [paul]       0.8.8claws102
5314
5315         * sync with 0.8.8cvs8
5316                 see ChangeLog 2002-01-15
5317
5318 2003-01-15 [colin]      0.8.8claws101
5319
5320         * src/Makefile.am
5321                 Fix linking with GNU libiconv
5322
5323 2003-01-15 [darko]      0.8.8claws100
5324
5325         * src/pine.c
5326                 fix crash when importing pine address book
5327                 entry with an empty name (reported by DY
5328                 <dybulk at tri8.net>)
5329
5330 2003-01-14 [paul]       0.8.8claws99
5331
5332         * configure.in  ** REMOVED **
5333           configure.ac  ** NEW FILE **
5334                 rename configure.in to configure.ac, as it is now
5335                 preferred
5336
5337 2003-01-14 [melvin]     0.8.8claws98
5338
5339         * src/folderview.c
5340                 folderview_check_new(): More precise function description
5341
5342 2003-01-14 [melvin]     0.8.8claws97
5343
5344         * src/folderview.c
5345                 folderview_check_new(): return the number of new messages 
5346                         since last check.
5347         * src/inc.c
5348                 inc_account_mail(): Disable counting of new messages for IMAP
5349                         and NNTP until bug [19] and [14] are fixed.
5350
5351 2003-01-14 [paul]       0.8.8claws96
5352
5353         * sync with 0.8.8cvs6
5354                 see ChangeLog 2003-01-14
5355
5356 2003-01-13 [alfons]     0.8.8claws95
5357
5358         * src/textview.c
5359                 tune email address validation (c. 0.8.8claws89): if . is 
5360                 just one char away from @, the address is invalid too 
5361                 (correctly rejects addresses like foo@.com)
5362
5363 2003-01-13 [paul]       0.8.8claws94
5364
5365         * src/messageview.c
5366           src/toolbar.c
5367                 fixes to the Message View toolbar and menu:
5368                 fix non-functioning Forward button
5369                 make Reply button consider default_reply_list
5370                 remove 'Follow-up...' menu entry
5371                 add 'Forward' and 'Redirect' menu entries
5372
5373 2003-01-13 [melvin]     0.8.8claws93
5374
5375         * src/inc.c
5376                 Fixed typo that could make new messages count incorrect.
5377
5378 2003-01-13 [melvin]     0.8.8claws92
5379
5380         * src/folderview.[ch]
5381                 folderview_check_new(): return the number of new messages.
5382         * src/inc.c
5383                 Should fix bug [14] where new mail notification worked 
5384                         incorrectly with IMAP accounts.
5385                 inc_spool_account(): return number of new msgs, or -1 on error
5386                 inc_all_spool(): return number of new msgs
5387                 
5388 2003-01-13 [melvin]     0.8.8claws91
5389
5390         * src/prefs_actions.c
5391                 Justify help text.
5392
5393 2003-01-12 [thorsten]   0.8.8claws90
5394
5395         * src/common/prefs.c
5396                 close file before rename
5397
5398 2003-01-12 [alfons]     0.8.8claws89
5399
5400         * AUTHORS
5401                 add Christian Mertes
5402         * src/common/utils.[ch]
5403                 g_stricase_hash(), g_stricase_equal(): functions for 
5404                 case insensitive hash tables
5405         * src/textview.c
5406                 use top level domain names to validate email address, based
5407                 on a patch by Christian Mertes (thanks!), but changed 
5408                 implementation to use a hash table 
5409
5410 2003-01-12 [paul]       0.8.8claws88
5411
5412         * po/bg.po
5413                 updated by George Danchev
5414
5415 2003-01-12 [alfons]     0.8.8claws87
5416
5417         * src/summaryview.c
5418                 delete / execute performance: use new style folder update
5419
5420 2003-01-12 [paul]       0.8.8claws86
5421
5422         * sync with 0.8.8cvs5
5423                 see ChangeLog 2003-01-13 (!)
5424
5425 2003-01-12 [alfons]     0.8.8claws85
5426
5427         * src/filtering.c
5428         * src/matcher_parser_parse.y
5429                 prepare change_score filtering action
5430         * src/matcher.[ch]
5431                 give up const-correctness on functions that call non-const-correct functions;
5432                 several casts to gpointer in g_free();
5433                 add change_score;
5434
5435 2003-01-12 [christoph]  0.8.8claws84
5436
5437         * src/compose.c
5438                 fix 2 warnings
5439
5440         * src/gtk/prefswindow.[ch]
5441         * src/plugins/spamassassin/spamassassin_gtk.c
5442                 changed the call of the widget create function
5443                 for PrefsPages, because sometimes the widget
5444                 create function needs a widget that already has
5445                 been attached to a window (to create GDK pixmaps
5446                 for exmaple). So we simply pass the GtkWindow as
5447                 the second parameter now.
5448
5449         * src/main.c
5450         * src/mainwindow.c
5451         * src/prefs_toolbar.[ch]
5452                 rewrite Toolbar Preferences using the new
5453                 prefs window
5454
5455 2003-01-11 [alfons]     0.8.8claws83
5456
5457         * src/addressadd.c
5458                 fix crash when adding sender to addressbook because status bar
5459                 isn't there (the status bar doesn't seem to be used though,
5460                 but I'll let Match decide what to do with it)
5461
5462 2003-01-11 [colin]      0.8.8claws82
5463
5464         * src/main.c
5465           src/toolbar.c
5466                 Two useless changes reversed
5467
5468 2003-01-11 [colin]      0.8.8claws81
5469
5470         * src/mainwindow.c
5471           src/mainwindow.h
5472                 Add mainwindow_get_mainwindow()
5473         * src/alertpanel.c
5474           src/alertpanel.h
5475                 Add alertpanel_error_log() 
5476         * src/compose.c
5477           src/inc.c
5478           src/messageview.c
5479           src/toolbar.c
5480           src/main.c
5481           src/procmsg.c
5482                 Network errors get a View Log button
5483
5484 2003-01-10 [alfons]     0.8.8claws80
5485
5486         * src/prefs_toolbar.c
5487         * src/toolbar.c
5488                 use the translatable string for "Separator" as file name for
5489                 separator toolbar items (probably make this uppercase?)
5490
5491 2003-01-10 [alfons]     0.8.8claws79
5492
5493         * src/prefs_toolbar.c
5494                 put right A_SEPARATOR description string in "displayed
5495                 toolbar items list" so manually added separators are
5496                 saved correctly (bug #10, "Adding a separator to the main 
5497                 toolbar fails, entry in xml file is wrong")
5498
5499 2003-01-10 [christoph]  0.8.8claws78
5500
5501         * src/imap.c
5502                 o fix warnings
5503                 o use CAPABILITY to check if NAMESPACE is available
5504
5505 2003-01-10 [christoph]  0.8.8claws77
5506
5507         * src/imap.[ch]
5508                 apply UIDPLUS IMAP extension support patch
5509
5510         Patch submitted by Simon 'corecode' Schubert
5511
5512 2003-01-10 [paul]       0.8.8claws76
5513
5514         * src/folderview.c
5515                 a sync from main which fixes the news account folders'
5516                 Properties bug
5517
5518 2003-01-10 [christoph]  0.8.8claws75
5519
5520         * src/folder.c
5521                 don't accept 0 as a valid uid returned by copy and move
5522                 functions. 0 means the message was copied or moved but the
5523                 new uid could not be fetched. It is not an error condition
5524                 for the copy or move operation.
5525
5526 2003-01-10 [paul]       0.8.8claws74
5527
5528         * src/prefs_filtering.c
5529                 change English used in Alert when entry is not
5530                 saved.
5531                 
5532         * sync with 0.8.8cvs4
5533                 see ChangeLog 2003-01-10
5534
5535 2003-01-10 [darko]      0.8.8claws73
5536
5537         * src/pine.c
5538                 fix crash when importing address book entry
5539                 without a valid address
5540
5541 2003-01-09 [alfons]     0.8.8claws72
5542
5543         * src/inc.c
5544                 filtering performance: use new style folder update
5545
5546 2003-01-09 [christoph]  0.8.8claws71
5547
5548         * src/compose.c
5549         * src/gtk/menu.[ch]
5550                 fix wrong selecting of mime encoding type, when
5551                 opening property dialog of attachments in the
5552                 compose window. 7bit was always selected and that
5553                 destoryed files with 8bit data.
5554                 (closes bug #9 Sylpheed-claws destroys attachments when
5555                  changing MIME-types)
5556
5557 2003-01-09 [paul]       0.8.8claws70
5558
5559         * sync with 0.8.8cvs3
5560                 see ChangeLog 2003-01-09
5561
5562 2003-01-08 [alfons]     0.8.8claws69
5563         
5564         * src/addressadd.c
5565                 apply patch by Kim Schulz to fix build breakage
5566                 because of missing variable
5567
5568 2003-01-08 [paul]       0.8.8claws68
5569
5570         * sync with 0.8.8cvs2
5571                 see ChangeLog 2002-01-08
5572
5573 2003-01-08 [paul]       0.8.8claws67
5574
5575         * po/it.po
5576                 updated by Alessandro Maestri
5577                 
5578         * src/addressadd.c
5579                 when using 'Add sender to addressbook' allow
5580                 name to be edited and remarks to be entered
5581                 Patch submitted by Luke Plant
5582
5583 2003-01-08 [darko]      0.8.8claws66
5584
5585         * README.claws, src/summaryview.c
5586                 fix description for marked messages
5587
5588 2003-01-08 [paul]
5589
5590         * tools/Makefile.am
5591           tools/launch_phoenix  ** NEW FILE **
5592                 add script that enables using Phoenix as the default
5593                 web browser. 
5594                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5595                 
5596         * tools/OOo2sylpheed.pl
5597                 remove full path to sylpheed executable, just 'sylpheed'
5598                 will do
5599                 
5600         * tools/README
5601                 add launch_phoenix informtion and re-arrange and compress
5602                 the data a little
5603
5604 2003-01-07 [christoph]  0.8.8claws65
5605
5606         * src/folder.c
5607                 fix update for source folder when moving messages
5608         * src/procmsg.[ch]
5609         * src/summaryview.c
5610                 use function to set to_folder for message infos and
5611                 automatically update the op_count for old and new
5612                 folder
5613
5614 2003-01-07 [melvin]     0.8.8claws64
5615
5616         * src/prefs_actions.c
5617                 Fixed bug where an '%p' Action on a displayed image crashed 
5618                         Sylpheed
5619                 Code clean up (get rid of duplicated code and removed unnecessary 
5620                                 structure member)
5621
5622 2003-01-07 [christoph]  0.8.8claws63
5623
5624         * src/compose.c
5625         * src/folder.[ch]
5626         * src/folderview.c
5627         * src/import.c
5628         * src/inc.c
5629         * src/main.c
5630         * src/mainwindow.c
5631         * src/messageview.c
5632         * src/prefs_folder_item.c
5633         * src/procmsg.c
5634         * src/summaryview.c
5635         * src/toolbar.c
5636                 o remove all folder update triggering from the UI code. The folder
5637                   system should know much better when a folder needs an update.
5638                 o to prevent multiple updates in a row the folder updates can be
5639                   frozen for some time.
5640
5641                 Note: - Please verify that no updates are missing
5642                       - Check where freeze/thaws should be added
5643
5644 2003-01-07 [christoph]  0.8.8claws62
5645
5646         * src/prefs_actions.c
5647                 don't translate empty strings
5648
5649         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5650
5651 2003-01-06 [christoph]  0.8.8claws61
5652
5653         * src/prefs_actions.c
5654                 mark strings for gettext
5655         * src/prefs_matcher.c
5656                 use new description window for Execute action and
5657                 match condition in Filtering
5658
5659         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5660
5661 2003-01-06 [alfons]     0.8.8claws60
5662
5663         keep myself inspired to re-organize matcher part 8; 
5664         yes, more to come (I need to move out the descriptive
5665         text for actions to matcher.c, or at least make it not
5666         depend on the wicked ordering)
5667
5668         * src/prefs_matcher.c
5669                 add documentation so others may comprehend the
5670                 UI part of the conditions
5671                 
5672 2003-01-06 [christoph]  0.8.8claws59
5673
5674         * src/prefs_actions.c
5675                 use new description window for syntax help
5676         * src/gtk/description_window.c
5677                 fix display of descriptions with column count != 2
5678
5679         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5680
5681 2003-01-06 [christoph]  0.8.8claws58
5682
5683         * src/quote_fmt.c
5684         * src/summaryview.[ch]
5685         * src/gtk/Makefile.am
5686         * src/gtk/description_window.[ch]       ** NEW **
5687                 use a generic window to display syntax descriptions
5688                 currently used in quote_fmt and summaryview (new description
5689                 for extended quick search)
5690
5691         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5692
5693 2003-01-06 [paul]       0.8.8claws57
5694
5695         * sync with 0.8.8cvs1
5696                 see ChangeLog 2003-01-06
5697
5698 2003-01-06 [christoph]  0.8.8claws56
5699
5700         * src/mainwindow.c
5701         * src/prefs_gtk.[ch]
5702         * src/gtk/prefswindow.[ch]
5703         * src/plugins/spamassassin/spamassassin_gtk.c
5704                 o remove page management from prefswindow, pages
5705                   will be an argument to prefswindow_open
5706                 o prefswindow_open gets a datapointer that is
5707                   passed to the widget_create function to allow
5708                   creation of prefswindow for specific items
5709
5710 2003-01-06 [colin]      0.8.8claws55
5711         
5712         * src/summaryview.c
5713                 We don't want regexp in the reply-finder, 
5714                 because MIDs can contain !,$,. and so on
5715
5716 2003-01-06 [jens]       0.8.8claws54
5717
5718         * src/jpilot.c
5719                 fixed a wrong free in jpilot_read_db_files
5720
5721 2003-01-06 [alfons]     0.8.8claws53
5722
5723         re-organize matcher part 8; more to come
5724        
5725         * src/matcher.c
5726                 matcherprop_to_string(): put g_free()s before the
5727                 switch-case break to fix memleaks                
5728
5729 2003-01-06 [colin]      0.8.8claws52
5730
5731         * src/summaryview.c
5732                 cleanup & reply-finder now displays the first 
5733                 matching message
5734
5735 2003-01-05 [alfons]     0.8.8claws51
5736
5737         re-organize matcher part 7; more to come
5738
5739         * src/matcher.[ch]
5740                 fixes for constant correctness;
5741                 more documentation;
5742
5743 2003-01-05 [alfons]     0.8.8claws50
5744
5745         re-organize matcher part 6; more to come
5746         
5747         * src/matcher.[ch]
5748                 fixes for constant correctness;
5749                 more documentation;
5750         * src/filtering.c
5751                 fix for constant correctness
5752
5753 2003-01-05 [colin]      0.8.8claws49
5754
5755         * src/account.[ch]
5756                 Add account_get_reply_account function
5757         * src/compose.c
5758                 Use account_get_reply_account function 
5759         * src/summaryview.c
5760                 Basic reply-finder - click on the replied
5761                 icon gets you to the outbox using quick-search
5762
5763 2003-01-05 [paul]       0.8.8claws48
5764
5765         * src/prefs_common.c
5766                 small change to English
5767                 
5768         * src/prefs_filtering.c
5769                 prefs_filtering_action_select(): improve logic and uniformity
5770                 of gui
5771
5772 2003-01-05 [alfons]     0.8.8claws47
5773
5774         fine tune solution to focus problems (bug #7)
5775
5776         * src/mainwindow.c
5777                 mainwindow_focus_in_event(): remove grab event check
5778         * src/summaryview.c
5779                 summary_button_pressed(): move selection on right-click
5780                 too. we can't possibly move the selection back after
5781                 canceling a dialog, because gtk's incomplete focus 
5782                 management. whether this is a good solution, only time
5783                 will tell.
5784
5785 2003-01-05 [christoph]  0.8.8claws46
5786
5787         * src/imap.c
5788                 fix crash when no imap connection could be established
5789
5790 2003-01-05 [paul]       0.8.8claws45
5791
5792         * src/mainwindow.c
5793           src/sumamryview.c
5794           src/gtk/menu.[ch]
5795                 fix bug 605957 'shortcuts in popup-menu'
5796                 make user-defined shortcuts work
5797                 show shortcuts that are already defined
5798                 in the main menu
5799                 Patch submitted by Luke Plant
5800
5801 2003-01-05 [alfons]     0.8.8claws44
5802
5803         * src/mainwindow.c
5804                 focus_in_event handler should not select summary view row 
5805                 when another window (menu, dialog) grabbed for events 
5806                 (bug #7, "[0.8.8claws42] Message summary focus") 
5807
5808 2003-01-04 [christoph]  0.8.8claws43
5809
5810         * src/procmsg.c
5811                 update save folder after adding the sent message
5812                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5813
5814 2003-01-02 [christoph]  0.8.8claws42
5815
5816         * src/common/plugin.c
5817                 fix unloading of all plugins and unload
5818                 plugins in reverse order
5819                 
5820         * src/gtk/pluginwindow.c
5821                 implement function of load and unload button
5822
5823         * src/gtk/prefswindow.c
5824         * src/gtk/prefswindow.h
5825                 rename register function and add new unregister
5826                 function
5827
5828         * src/plugins/spamassassin/spamassassin_gtk.c
5829                 unregister prefs page and update for changes in
5830                 src/gtk/prefswindow.c
5831
5832 2003-01-02 [paul]       0.8.8claws41
5833
5834         * po/es.po
5835                 updated by Ricardo Mones Lastra
5836
5837 2003-01-02 [paul]
5838
5839         * tools/tb2sylpheed
5840                 fixes and improvements by Urke MMI
5841
5842 2003-01-02 [thorsten]   0.8.8claws40
5843
5844         * src/procmsg.c
5845                 fixed wrong return value
5846
5847 2003-01-02 [thorsten]   0.8.8claws39
5848
5849         * src/prefs.c
5850                 fixed printing wrong variable
5851
5852 2003-01-02 [thorsten]   0.8.8claws38
5853
5854         * src/prefs.c
5855                 fixed acessing members of freed pfile struct
5856
5857 2003-01-02 [thorsten]   0.8.8claws37
5858
5859         * src/procmsg.c
5860                 detect loops across several messages
5861                 as suggested by Christoph Hohmann
5862
5863 2003-01-01 [match]      0.8.8claws36
5864
5865         * src/addrindex.c
5866                 fixed another memory leak.
5867
5868 2003-01-01 [match]      0.8.8claws35
5869
5870         * src/jpilot.[ch]
5871                 fixed memory leaks. applied Doxygen comments.
5872
5873 2003-01-01 [thorsten]   0.8.8claws34
5874
5875         * src/procmsg.c
5876                 inhibit endless loop if msg references itself
5877                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5878
5879 2003-01-01 [christoph]  0.8.8claws33
5880
5881         * src/mainwindow.c
5882         * src/gtk/Makefile.am
5883         * src/gtk/pluginwindow.c                ** NEW **
5884         * src/gtk/pluginwindow.h                ** NEW **
5885                 add plugin window
5886
5887         * src/plugins/demo/demo.c
5888         * src/plugins/spamassassin/spamassassin.c
5889         * src/plugins/spamassassin/spamassassin_gtk.c
5890                 write better plugin descriptions
5891
5892 2002-12-31 [christoph]  0.8.8claws32
5893
5894         * src/gtk/prefswindow.c
5895         * src/plugins/spamassassin/spamassassin_gtk.c
5896                 some small improvements to GTK code
5897
5898 2002-12-31 [christoph]  0.8.8claws31
5899
5900         * src/plugins/spamassassin/spamassassin_gtk.c
5901                 enable folder select button
5902
5903 2002-12-31 [christoph]  0.8.8claws30
5904
5905         * src/mainwindow.c
5906         * src/gtk/Makefile.am
5907         * src/gtk/prefswindow.c                         ** NEW **
5908         * src/gtk/prefswindow.h                         ** NEW **
5909                 add new prefs window
5910
5911         * src/common/plugin.c
5912                 don't try to load empty config lines
5913         
5914         * src/plugins/spamassassin/Makefile.am
5915         * src/plugins/spamassassin/spamassassin.c
5916         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5917         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5918                 GTK config for SpamAssassin Plugin using
5919                 the new prefs window
5920
5921 2002-12-31 [paul]       0.8.8claws29
5922
5923         * po/POTFILES.in
5924                 remove obsolete entry 'src/menu.c'
5925
5926 2002-12-31 [alfons]     0.8.8claws28
5927
5928         * src/matcher.[ch]
5929         * src/matcher_parser_parse.y
5930         * src/prefs_matcher.c
5931                 add "ignore_thread" and "~ignore_thread" condition so it's
5932                 possible to make the actions / scoring operate on the ignore
5933                 thread flag
5934
5935 2002-12-31 [christoph]  0.8.8claws27
5936
5937         * src/addrbook.c
5938         * src/addrindex.c
5939         * src/folder.c
5940         * src/matcher.c
5941         * src/prefs_account.c
5942         * src/prefs_actions.c
5943         * src/prefs_customheader.c
5944         * src/prefs_display_header.c
5945         * src/prefs_gtk.c
5946         * src/procmime.c
5947         * src/toolbar.c
5948         * src/xmlprops.c
5949         * src/common/prefs.[ch]
5950                 extend prefs file handling for reading and automatic handling
5951                 of blocks. When reading prefs_set_block_label will automatically
5952                 move on to the block. When writing it will copy all other blocks
5953                 automatically
5954
5955         * src/common/plugin.c
5956                 Now loading plugin filenames from [Plugins] block in
5957                 sylpheed rc file
5958
5959 2002-12-30 [christoph]  0.8.8claws26
5960
5961         * src/common/hooks.[ch]
5962                 return abort status to caller of hooks_invoke
5963                 
5964         * src/inc.[ch]
5965                 invoke message filtering hook and stop
5966                 default handling when filter returns abort
5967
5968         * src/common/plugin.[ch]
5969         * src/plugins/demo/demo.c
5970                 modify plugin loader, because resolving symbols for strings
5971                 does not work correctly
5972         
5973         * configure.in
5974         * ac/spamassassin.m4                            ** NEW **
5975         * src/plugins/spamassassin/.cvsignore           ** NEW **
5976         * src/plugins/spamassassin/Makefile.am          ** NEW **
5977         * src/plugins/spamassassin/README               ** NEW **
5978         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5979         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5980         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5981                 add spamassassin plugin, see src/plugins/spamassassin/README
5982                 for details
5983
5984 2002-12-29 [alfons]     0.8.8claws25
5985
5986         * src/mainwindow.c
5987                 when moving focus from a message view to the main 
5988                 window, don't forget to select the summary node
5989                 of the displayed message. should fix "[ 659103 ] 
5990                 focus-follows-mouse confuses sylpheed"
5991
5992 2002-12-29 [christoph]  0.8.8claws24
5993
5994         * src/Makefile.am
5995         * src/stringtable.[ch]          ** REMOVE **
5996         * src/common/Makefile.am
5997         * src/common/stringtable.[ch]   ** NEW **
5998                 move stringtable files to common directory
5999
6000 2002-12-29 [christoph]  0.8.8claws23
6001
6002         * src/Makefile.am
6003         * src/menu.[ch]                 ** REMOVE **
6004         * src/gtk/Makefile.am
6005         * src/gtk/menu.[ch]             ** NEW **
6006                 move menu files to gtk directory
6007
6008 2002-12-29 [match]      0.8.8claws22
6009
6010         * src/addressbook.c
6011         * src/syldap.c
6012                 moved UI specific code out of LDAP code into addressbook
6013                 UI code. fixed memory leak.
6014
6015 2002-12-29 [christoph]  0.8.8claws21
6016
6017         * src/folder.c
6018                 only check for IGNORED parent message when message is
6019                 not IGNORED itself
6020
6021 2002-12-29 [alfons]     0.8.8claws20
6022
6023         * src/summaryview.c
6024                 set gtksctree's anchor correct (immediate execute
6025                 changes the tree's layout, and anchor points at 
6026                 the incorrect row). fixes "[ 657233 ] multiple msg 
6027                 delete sometimes off by 1".
6028                 we probably have to look for more tree layout /
6029                 anchor glitches.
6030
6031 2002-12-29 [paul]       0.8.8claws19
6032
6033         * src/summaryview.c
6034                 fix bug [ 659054 ] incorrect sorting of 'From' column
6035                 when using 'display sender using address book'
6036                 thanks to Alfons and Luke Plant
6037
6038 2002-12-29 [christoph]  0.8.8claws18
6039
6040         * src/folder.c
6041         * src/procmsg.[ch]
6042                 check parent messages for IGNORE THREAD flag, when adding,
6043                 moving or copying messages to a folder
6044
6045 2002-12-27 [alfons]     0.8.8claws17
6046
6047         re-organize matcher part 5; more to come
6048
6049         * src/matcher.c
6050                 hash keywords in matchparser_tab 
6051
6052 2002-12-27 [alfons]     0.8.8claws16
6053
6054         re-organize matcher part 4; more to come
6055
6056         * src/matcher_parser.h
6057         * src/matcher_parser_lex.l
6058         * src/matcher_parser_parse.y
6059                 cleanup
6060
6061 2002-12-27 [alfons]     0.8.8claws15
6062
6063         re-organize matcher part 3; more to come
6064
6065         * src/matcher.[ch]
6066                 cleanup
6067
6068 2002-12-27 [alfons]     0.8.8claws14
6069
6070         re-organize matcher part 2; more to come but this should
6071         work. cc me if there are any regressions.
6072
6073         * src/matcher.h
6074                 add prototype for get_matchparser_tab_id()
6075         * src/matcher_parser_lex.l
6076                 look up keywords using matchparser_tab_id();
6077
6078 2002-12-27 [alfons]     0.8.8claws12
6079
6080         re-organize matcher part 1
6081
6082         * src/matcher.h
6083                 map yacc generated constants to sylpheed matcher constants
6084         * src/matcher.c
6085                 add function to find a matcher constant from a string
6086
6087 2002-12-27 [christoph]  0.8.8claws11
6088
6089         * src/compose.c
6090                 MENUITEM_ADD casts the 4th argument from integer to pointer
6091                 so it probably should not be a pointer, this means we
6092                 should use account id for it and not the account's pointer
6093
6094 2002-12-27 [paul]       0.8.8claws10
6095
6096         * src/mainwindow.c
6097                 remove unneeded 'GtkWidget *vbox'
6098                 
6099         * src/summaryview.c
6100                 further sync with 0.8.8 - make sort
6101                 by recipient work as expected
6102                 
6103         * NEWS
6104                 sync with 0.8.8
6105
6106 2002-12-27 [paul]       0.8.8claws9
6107
6108         * po/pt_BR.po
6109                 updated by Ivan F. Martinez
6110                 
6111 2002-12-27 [darko]      0.8.8claws8
6112
6113         * src/common/utils.c
6114                 added locked pattern to extended search
6115
6116 2002-12-27 [alfons]     0.8.8claws7
6117
6118         * src/prefs_matcher.[ch]
6119                 clean up
6120
6121 2002-12-26 [alfons]     0.8.8claws6
6122
6123         * src/matcher.[ch]
6124         * src/matcher_parser_lex.l
6125         * src/matcher_parser_parse.y
6126         * src/prefs_matcher.c
6127                 allow color label as a condition in the matcher
6128
6129 2002-12-26 [oliver]     0.8.8claws5
6130         
6131         * src/toolbar.c 
6132                 enable Addressbook for Main and Messageview
6133         * src/prefs_actions.c
6134                 enable actions in Messageview
6135
6136 2002-12-26 [christoph]  0.8.8claws4
6137
6138         * src/common/plugin.c
6139                 add a little debug output
6140         * configure.in
6141         * src/plugins/demo/Makefile.am
6142                 better use of automake
6143
6144 2002-12-26 [christoph]  0.8.8claws3
6145
6146         * src/Makefile.am
6147         * src/common/Makefile.am
6148                 fix "make distdir"
6149
6150 2002-12-26 [christoph]  0.8.8claws2
6151
6152         * configure.in
6153                 sort configure checks into common / gtk / plugins
6154         * po/POTFILES.in
6155                 add src/prefs_gtk.c
6156         * src/Makefile.am
6157                 add plugins SUBDIR
6158         * src/main.c
6159         * src/common/sylpheed.[ch]
6160                 added now sylpheed_done function for shutdown
6161         * src/common/Makefile.am
6162         * src/common/plugin.[ch]                ** NEW **
6163                 plugin loader and unloader
6164         * src/plugins/.cvsignore                ** NEW **
6165         * src/plugins/Makefile.am               ** NEW **
6166                 build plugins
6167         * src/plugins/demo/.cvsignore           ** NEW **
6168         * src/plugins/demo/Makefile.am          ** NEW **
6169         * src/plugins/demo/demo.c               ** NEW **
6170                 small demo plugin that installs a logtext hook and
6171                 outputs the log text to stdout
6172
6173 2002-12-26 [paul]       0.8.8claws1
6174
6175         * po/es.po
6176                 updated by Ricardo Mones Lastra
6177
6178 2002-12-26 [paul]       0.8.8claws
6179
6180         * 0.8.8claws released
6181
6182 2002-12-26 [paul]       0.8.7claws12
6183
6184         * po/bg.po
6185                 updated by George Danchev
6186
6187 2002-12-26 [paul]       0.8.7claws11
6188
6189         * po/POTFILES.in
6190                 remove unneeded 'src/prefs.c' entry 
6191
6192 2002-12-26 [paul]       0.8.7claws10
6193
6194         * src/codeconv.c
6195           src/mainwindow.c
6196                 sync with 0.8.8 release
6197         
6198         * src/folder.[ch]
6199           src/mh.c
6200           src/summaryview.c
6201                 partial sync with 0.8.8 release
6202         
6203
6204 2002-12-25 [alfons]     0.8.7claws9
6205
6206         * src/matcher.[ch]
6207         * src/matcher_parser_lex.l
6208         * src/matcher_parser_parse.y
6209         * src/prefs_matcher.c
6210                 add locked flag to possible filtering / matcher 
6211                 conditions (also a good example what should be
6212                 done to add a simple boolean condition)
6213
6214 2002-12-25 [christoph]  0.8.7claws8
6215
6216         * src/Makefile.am
6217         * src/account.[ch]
6218         * src/addrbook.c
6219         * src/addressbook.c
6220         * src/addrindex.c
6221         * src/filtering.c
6222         * src/folder.c
6223         * src/matcher.c
6224         * src/prefs.[ch]                ** REMOVE **
6225         * src/prefs_account.c
6226         * src/prefs_actions.c
6227         * src/prefs_common.c
6228         * src/prefs_customheader.c
6229         * src/prefs_display_header.c
6230         * src/prefs_filtering.c
6231         * src/prefs_folder_item.c
6232         * src/prefs_gtk.[ch]            ** NEW **
6233         * src/prefs_matcher.c
6234         * src/prefs_scoring.c
6235         * src/prefs_summary_column.c
6236         * src/procmime.c
6237         * src/selective_download.c
6238         * src/toolbar.c
6239         * src/common/Makefile.am
6240         * src/common/prefs.[ch]         ** NEW **
6241                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6242
6243 2002-12-24 [alfons]     0.8.7claws7
6244
6245         * src/summaryview.c
6246                 summary_thread_build(): fix real cause of the crash mentioned in
6247                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6248                 this way we get meaningful ctree nodes 
6249
6250 2002-12-24 [oliver]     0.8.7claws6
6251
6252         * src/mainwindow.[ch]
6253         * src/messageview.[ch]
6254         * src/compose.[ch]
6255         * src/inc.c
6256         * src/summaryview.c
6257                 changes to use updated toolbar handling
6258                 
6259 2002-12-24 [oliver]     0.8.7claws5
6260
6261         * src/toolbar.[ch]
6262                 generic toolbar handling
6263                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6264         * src/prefs_toolbar.[ch]
6265                 adjust to handling
6266         
6267 2002-12-24 [oliver]     0.8.7claws4
6268         
6269         * src/stock_pixmap.[ch]
6270                 move SYLPHEED_LOGO to end of list in order 
6271                 to remove it from Custom Toolbar`s Icon View
6272
6273 2002-12-24 [alfons]     0.8.7claws3
6274
6275         * src/summaryview.c
6276                 summary_thread_build(): fix crash because of focus != selection 
6277                 after threading. when deleting the selection, gtk tries but fails 
6278                 to find the correct focusable element. we now force the selection
6279                 to be focused. this should solve the infamous bug reported by 
6280                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6281                 a test case is available. 
6282
6283 2002-12-24 [darko]      0.8.7claws2
6284
6285         * src/summaryview.c
6286                 don't crash when unmarking message with unread children
6287
6288 2002-12-23 [christoph]  0.8.7claws1
6289
6290         * src/Makefile.am
6291         * src/common/Makefile.am
6292                 update Makefiles for moved intl.h, version.h and defs.h
6293         * src/imap.c
6294                 rewrite imap_session_get to avoid duplicate code
6295
6296 2002-12-23 [paul]       0.8.7claws
6297
6298         * Santa-Claws released
6299         
6300         * po/hu.po
6301           po/ru.po
6302                 squeeze in updated Hungarian and Russian translations.
6303                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6304
6305 2002-12-23 [paul]       0.8.6claws129
6306
6307         * po/pl.po
6308                 updated by Witold Wladyslaw Wojciech Wilk
6309
6310 2002-12-23 [paul]       0.8.6claws128
6311
6312         * src/quote_fmt_parse.y
6313                 fix typo and add licence header
6314
6315 2002-12-23 [paul]       0.8.6claws127
6316
6317         * po/en_GB.po
6318                 updated
6319
6320 2002-12-23 [paul]       0.8.6claws126
6321
6322         * po/it.po
6323                 updated translation, submitted by Alessandro Maestri
6324                 
6325 2002-12-23 [paul]       0.8.6claws125
6326
6327         * src/quote_fmt_parse.y
6328                 fix signature-stripping on replies bug. match
6329                 '-- \n' and not '-- '.
6330
6331 2002-12-22 [paul]       0.8.6claws124
6332
6333         * po/bg.po
6334           po/es.po
6335           po/sr.po
6336                 updated translations. submitted by George Danchev,
6337                 Ricardo Mones Lastra, and Urke MMI respectively
6338
6339 2002-12-21 [paul]       0.8.6claws123
6340
6341         * src/addrbook.c
6342                 fix coding style
6343
6344 2002-12-21 [paul]       0.8.6claws122
6345
6346         * src/addrbook.c
6347                 fix bug [643638] where if a person is in one or more
6348                 addressbook groups editing that person's email 
6349                 address results in removal from those groups.
6350                 Patch submitted by Luke Plant.
6351
6352 2002-12-20 [christoph]  0.8.6claws121
6353
6354         * src/common/utils.c
6355         * src/summaryview.c
6356                 reimplement expand_search_string using GString to
6357                 prevent crashs caused by miscalculated string
6358                 lengths reported by Paul
6359
6360 2002-12-20 [christoph]  0.8.6claws120
6361
6362         * src/summaryview.c
6363                 don't use "changed" to check if op_count has to be changed as it
6364                 is also set when the message has unread children
6365                 (closes bug [ 653221 ] crash while deleting duplicates)
6366
6367 2002-12-20 [paul]       0.8.6claws119
6368
6369         * sync with 0.8.6cvs27
6370                 see ChangeLog 2002-12-20
6371
6372 2002-12-20 [paul]       0.8.6claws118
6373
6374         * sync with 0.8.6cvs26
6375                 see ChangeLog 2002-12-19 and 2002-12-20
6376
6377 2002-12-19 [alfons]     0.8.6claws117
6378
6379         * src/textview.c
6380                 fix incorrect parsing of email addresses, submitted by 
6381                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6382                 name display if it contains @".
6383
6384 2002-12-18 [paul]       0.8.6claws116
6385
6386         * sync with 0.8.6cvs23
6387                 see ChangeLog 2002-12-18
6388
6389 2002-12-18 [paul]       0.8.6claws115
6390
6391         * src/Makefile.am
6392         * src/account.c
6393         * src/codeconv.c
6394         * src/gtkutils.[ch]
6395         * src/imap.c
6396                 sync with 0.8.6cvs22.
6397                 see ChangeLog 2002-12-17 and 2002-12-18
6398
6399 2002-12-17 [christoph]  0.8.6claws114
6400
6401         * src/imap.c
6402                 o don't create a session if imap greeting fails
6403                 o don't close socket when authentication fails
6404                   this is done by imap_session_destroy
6405
6406 2002-12-17 [thorsten]   0.8.6claws113
6407
6408         * tools/Makefile.am
6409           tools/README
6410           tools/google_msgid.pl ** NEW FILE **
6411                 Added "search for message-id" script and doc
6412
6413 2002-12-17 [thorsten]   0.8.6claws112
6414
6415         * po/hu.po
6416                 Updated hungarian translation
6417                 (updated by Gal Zoltan)
6418
6419 2002-12-16 [christoph]  0.8.6claws111
6420
6421         * src/addr_compl.c
6422                 remove stupid addressbook dump to debug output
6423         * src/mh.c
6424                 fix memory leak found by Hiro
6425
6426 2002-12-14 [paul]       0.8.6claws110
6427
6428         * src/compose.c
6429                 fix menubar sensitivity on send
6430                 
6431         * src/prefs_filtering.c
6432         * src/prefs_matcher.c
6433         * src/prefs_scoring.c
6434                 Fix english ;)
6435                 
6436         * src/common/quoted-printable.h
6437                 sync: fix typo
6438         
6439 2002-12-13 [christoph]  0.8.6claws109
6440
6441         * src/Makefile.am
6442         * src/manage_window.[ch]        ** REMOVE **
6443         * src/gtk/Makefile.am
6444         * src/gtk/manage_window.[ch]    ** NEW **
6445                 move manage_window files to gtk directory
6446
6447 2002-12-13 [christoph]  0.8.6claws108
6448
6449         * src/Makefile.am
6450         * src/gtkshruler.[ch]           ** REMOVE **
6451         * src/gtk/Makefile.am
6452         * src/gtk/gtkshruler.[ch]       ** NEW **
6453                 move gtkshruler files to gtk directory
6454
6455 2002-12-13 [christoph]  0.8.6claws107
6456
6457         * src/Makefile.am
6458         * src/compose.c
6459         * src/gtkstext.[ch]             ** REMOVE **
6460         * src/gtkutils.[ch]
6461         * src/textview.c
6462         * src/gtk/gtkstext.[ch]         ** NEW **
6463         * src/gtk/Makefile.am
6464                 o move stext functions to gtkstext.c to remove
6465                   dependency of gtkutils
6466                 o move gtkstext files to gtk directory
6467
6468         * src/gtk/Makefile.am
6469         * src/gtk/sslcertwindow.[ch]
6470                 UI stuff can always depend on common code so
6471                 it's ok to add ../common to include path
6472
6473 2002-12-13 [colin]      0.8.6claws106
6474
6475         * src/summaryview.c
6476                 Disconnect sighandlers for mainwindow when
6477                 quicksearch has the focus
6478                 Fix bug #653231
6479         * src/mainwindow.[ch]
6480                 Make key_pressed callback public, to be able
6481                 to disconnect it
6482
6483 2002-12-13 [christoph]  0.8.6claws105
6484
6485         * src/mh.c
6486                 create .mh_sequences file in new MH folders
6487                 (closes feature request [ 523162 ] MH folders should
6488                  get a .mh_sequences)
6489
6490 2002-12-13 [colin]      0.8.6claws104
6491
6492         * src/summaryview.c
6493                 Better handling of quicksearch show/hide
6494                 (basically the button stays under the mouse 
6495                  when toggled)
6496
6497 2002-12-13 [paul]       0.8.6claws103
6498
6499         * sync with 0.8.6cvs17
6500                 see ChangeLog 2002-12-13
6501
6502 2002-12-13 [paul]       0.8.6claws102
6503
6504         * po/es.po
6505                 updated by Ricardo Mones Lastra
6506
6507 2002-12-11 [colin]       0.8.6claws101
6508
6509         * src/folder.c
6510                 remove statusbar stuff
6511           src/folderview.c
6512                 set statusbar verbosity when moving folders
6513
6514 2002-12-11 [colin]       0.8.6claws100
6515         * src/prefs_filtering.c
6516         * src/prefs_matcher.c
6517         * src/prefs_scoring.c
6518                 Fix english ;)
6519
6520 2002-12-11 [colin]       0.8.6claws99
6521
6522         * src/prefs_common.[ch]
6523                 Add summary_quicksearch_type
6524         * src/summaryview.c
6525                 Save last used quicksearch type
6526
6527 2002-12-11 [jens]       0.8.6claws98
6528         * src/prefs_filtering.c
6529         * src/prefs_matcher.c
6530         * src/prefs_scoring.c
6531                 added dialog for incomplete rules in scoring, filtering and
6532                 matcher to ask wheather really close
6533
6534 2002-12-11 [colin]      0.8.6claws97
6535
6536         * src/folder.c
6537                 Fix folder dnd statusbar logging
6538
6539 2002-12-10 [christoph]  0.8.6claws96
6540
6541         * src/compose.c
6542         * src/folder.c
6543         * src/imap.c
6544         * src/inc.c
6545         * src/main.c
6546         * src/mainwindow.c
6547         * src/news.c
6548         * src/send.c
6549         * src/statusbar.[ch]
6550         * src/common/hooks.c
6551         * src/common/log.[ch]
6552                 o handle verbose logging in statusbar directly in statusbar code
6553                   and common code does not need any knowledge about a statusbar
6554                 o remove direct calls to statusbar_(puts|pop)_all functions
6555
6556 2002-12-10 [jens]       0.8.6claws95
6557
6558         * src/*.c
6559                 removed gettext from g_warnings
6560         * po/POTFILES.in
6561                 cleaned and updated
6562         * po/de.po
6563                 updated
6564
6565 2002-12-10 [colin]      0.8.6claws94
6566
6567         * src/main.c
6568                 finish crash dialog fix
6569
6570 2002-12-10 [colin]      0.8.6claws93
6571
6572         * src/main.c
6573                 "Fix" "sylpheed already running" instead of
6574                 crash dialog appearing after a crash
6575
6576 2002-12-10 [colin]      0.8.6claws92
6577
6578         * po/POTFILES.in
6579                 add src/gtk/sslcertwindow.c
6580
6581 2002-12-10 [paul]       0.8.6claws91
6582
6583         * po/POTFILES.in
6584                 updated to reflect recent changes
6585                 submitted by Alessandro Maestri
6586
6587 2002-12-09 [christoph]  0.8.6claws90
6588
6589         * src/Makefile.am
6590         * src/smtp.[ch]                 ** REMOVE **
6591         * src/common/Makefile.am
6592         * src/common/smtp.[ch]          ** NEW **
6593                 move smtp files to common directory
6594
6595 2002-12-09 [christoph]  0.8.6claws89
6596
6597         * src/Makefile.am
6598         * src/session.[ch]              ** REMOVE **
6599         * src/common/Makefile.am
6600         * src/common/session.[ch]       ** NEW **
6601                 move session files to common directory
6602
6603 2002-12-09 [paul]       0.8.6claws88
6604
6605         * src/account.c
6606                 fix bug [649746] edit accounts: move account reverted
6607                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6608
6609 2002-12-09 [colin]      0.8.6claws87
6610
6611         * src/ssl_certificate.c
6612                 cleanup
6613
6614 2002-12-09 [colin]      0.8.6claws86
6615
6616         * src/ssl.c
6617                 Try to open the cert.pem database and 
6618                 issue a warning if it isn't there
6619
6620 2002-12-09 [colin]      0.8.6claws85
6621
6622         * src/common/ssl_certificate.c
6623         * src/gtk/sslcertwindow.c
6624                 Warning fixes
6625
6626 2002-12-09 [colin]      0.8.6claws84
6627
6628         * src/ssl_certificate.[ch] ** REMOVED **
6629         * src/common/ssl_certificate.[ch] ** NEW **
6630         * src/Makefile.am
6631         * src/common/Makefile.am
6632                 Moved ssl_certificate.[ch] to common
6633         * src/common/ssl.c 
6634                 Put back needed include
6635         * src/gtk/sslcertwindow.[ch]
6636                 Changed ssl_certificate.h include
6637         
6638 2002-12-09 [colin]      0.8.6claws83
6639
6640         * src/gtk/sslcertwindow.[ch]
6641                 Implement hook for certificate acception
6642         * src/ssl_certificate.[ch]
6643                 Implement hook for certificate acception
6644         * src/common/ssl.c
6645                 Reenable certificate acception check
6646         * src/mainwindow.c
6647                 Register sslcertwindow's hook
6648         
6649 2002-12-08 [christoph]  0.8.6claws82
6650
6651         * src/about.c
6652         * src/addr_compl.c
6653         * src/codeconv.c
6654         * src/manual.c
6655         * src/undo.c
6656         * src/common/utils.c
6657                 o add missing includes
6658                 o fix warnings
6659         * src/.cvsignore
6660         * src/common/.cvsignore
6661         * src/common/version.h          ** REMOVE **
6662                 remove autogenerated file
6663
6664 2002-12-08 [paul]       0.8.6claws81
6665
6666         * src/stringtable.c
6667                 put back needed include
6668
6669 2002-12-08 [colin]      0.8.6claws80
6670         
6671         * src/gtk/sslcertwindow.c
6672                 Cleaner popups when asking
6673         * src/ssl_certificate.c
6674         * src/prefs_common.[ch]
6675                 remove ssl certificate pref
6676                 put back needed include
6677         * src/undo.c
6678                 put back needed include
6679
6680 2002-12-08 [christoph]  0.8.6claws79
6681
6682         * src/folderview.c
6683         * src/logwindow.c
6684         * src/statusbar.c
6685         * src/summaryview.c
6686                 only abort hook invokation if required data is missing not
6687                 if our own data pointer is NULL, update hookfunction for
6688                 log window
6689
6690 2002-12-08 [paul]       0.8.6claws78
6691
6692         * src/about.c
6693         * src/addrcache.c
6694         * src/addrclip.c
6695         * src/addr_compl.c
6696         * src/addrselect.c
6697         * src/codeconv.c
6698         * src/colorlabel.c
6699         * src/enriched.c
6700         * src/esmtp.c
6701         * src/exporthtml.c
6702         * src/headerview.c
6703         * src/imageview.c
6704         * src/manual.c
6705         * src/noticeview.c
6706         * src/pgptext.c
6707         * src/scoring.c
6708         * src/sourcewindow.c
6709         * src/stringtable.c
6710         * src/undo.c
6711                 clean up: remove unneccesary includes
6712
6713 2002-12-08 [christoph]  0.8.6claws77
6714
6715         * src/folderview.c
6716         * src/statusbar.c
6717         * src/summaryview.c
6718         * src/common/hooks.[ch]
6719                 hook functions now have a gboolean return value, if a hook
6720                 returns TRUE it will stop executing of any more hooks in
6721                 the same hooklist for this invokation
6722
6723 2002-12-08 [colin]      0.8.6claws76
6724         
6725         * src/main.c
6726                 put back argv0 for CRASH_DIALOG
6727
6728 2002-12-08 [christoph]  0.8.6claws75
6729
6730         * src/Makefile.am
6731         * src/about.c
6732         * src/account.c
6733         * src/crash.c
6734         * src/esmtp.h
6735         * src/imap.[ch]
6736         * src/inc.c
6737         * src/main.c
6738         * src/mainwindow.c
6739         * src/news.c
6740         * src/pop.[ch]
6741         * src/prefs_account.[ch]
6742         * src/prefs_common.[ch]
6743         * src/send.[ch]
6744         * src/smtp.[ch]
6745         * src/ssl_certificate.[ch]
6746         * src/ssl_manager.[ch]
6747         * src/common/Makefile.am
6748         * src/common/log.c
6749         * src/common/nntp.[ch]
6750         * src/common/socket.[ch]
6751         * src/common/ssl.[ch]
6752         * src/gtk/sslcertwindow.[ch]
6753         * ac/openssl.m4
6754                 use new autoconf script to detect OpenSSL with extra parameters
6755                 to specify the location of libs and includes, also remove USE_SSL
6756                 to USE_OPENSSL
6757
6758         * src/common/sylpheed.[ch]
6759         * src/common/version.h.in
6760                 start seperation of common code initialization seperated from gui
6761
6762         * src/summaryview.c
6763                 The function that is called when a color label changes
6764                 should not change the color lable again
6765
6766 2002-12-08 [colin]      0.8.6claws74
6767
6768         * src/gtk/sslcertwindow.c
6769                 warning fixes
6770
6771 2002-12-08 [colin]      0.8.6claws73
6772
6773         * src/statusbar.c
6774           src/common/log.h
6775                 Register a hook for statusbar_puts_all
6776         * src/common/log.c
6777                 invoke statusbar_puts_all's hook
6778         
6779 2002-12-08 [colin]      0.8.6claws72
6780
6781         * src/ssl_certificate.c
6782                 Put back a badly-removed include
6783
6784 2002-12-08 [colin]      0.8.6claws71
6785
6786         * src/gtk/sslcertwindow.[ch]    ** NEW **
6787                 new certificate presentation
6788         * src/gtk/Makefile.am
6789                 add new files
6790         * src/ssl_certificate.[ch]
6791                 gtk cleanup, made utility functions public
6792         * src/ssl_manager.c
6793                 use new cert presentation
6794
6795 2002-12-07 [christoph]  0.8.6claws70
6796
6797         * src/Makefile.am
6798         * src/nntp.[ch]                 ** REMOVE **
6799         * src/common/Makefile.am
6800         * src/common/nntp.[ch]          ** NEW **
6801                 move nntp files to common directory
6802
6803 2002-12-07 [christoph]  0.8.6claws69
6804
6805         * src/procmsg.[ch]
6806         * src/summaryview.c
6807                 implement msginfo update callback using sylpheed's new
6808                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6809
6810 2002-12-06 [christoph]  0.8.6claws68
6811
6812         * src/editgroup.c
6813                 This patch changes the 'Edit Group Details' dialog to
6814                 allow extended selections in either pane, so that
6815                 addresses can be added or removed from a group more
6816                 quickly and easily. (it actually is a net decrease in
6817                 file size, as some unnecessary functions have been
6818                 removed). 
6819                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6820
6821 2002-12-06 [christoph]  0.8.6claws67
6822
6823         * src/Makefile.am
6824         * src/template.[ch]             ** REMOVE **
6825         * src/common/Makefile.am
6826         * src/common/template.[ch]      ** NEW **
6827                 move template files to common directory
6828
6829         * src/nntp.c
6830                 add missing log.h include
6831
6832 2002-12-06 [melvin]     0.8.6claws66
6833
6834         * src/prefs_actions.c
6835                 Added the trailing ">" syntax to insert command's output
6836                 without replacing old text (in contrast to trailing "|").
6837
6838 2002-12-05 [colin]      0.8.6claws65
6839         
6840         * src/common/utils.c
6841                 Don't modify original search_string or it'll change
6842                 the next iterations in the for()
6843
6844 2002-12-05 [darko]      0.8.6claws64
6845
6846         * src/common/utils.c
6847                 proper check for filtering commands, found by Colin
6848
6849 2002-12-05 [darko]      0.8.6claws63
6850
6851         * src/common/utils.c
6852                 check proper string for NULL pointer, found by Colin
6853
6854 2002-12-05 [darko]      0.8.6claws62
6855
6856         * src/common/utils.[ch]
6857                 expand_search_string(): new function
6858                 converts Mutt-like patterns to Sylpheed's
6859                 filtering engine
6860         * src/summaryview.c
6861                 use expand_search_string() to allow Mutt-like
6862                 patterns in extended search
6863         * README.claws
6864                 document extended option in quick search
6865
6866 2002-12-05 [paul]       0.8.6claws61
6867
6868         * sync with 0.8.6cvs16
6869                 see ChangeLog 2002-12-05
6870                 
6871         * po/POTFILES.in
6872                 clean up
6873
6874 2002-12-04 [christoph]  0.8.6claws60
6875
6876         * src/imap.[ch]
6877                 put imap authentication code into a new function and
6878                 remove it from imap_session_new that will allow to
6879                 send other commands before authentication
6880
6881 2002-12-04 [christoph]  0.8.6claws59
6882
6883         * src/imap.[ch]
6884                 use already existing method to prevent unneeded IMAP
6885                 folder selects. Set imap_select parameters to NULL
6886                 in some functions if the values are not required.
6887
6888         * src/xml.h
6889                 remove no longer required include
6890
6891 2002-12-04 [paul]       0.8.6claws58
6892
6893         * po/es.po
6894                 updated by Ricardo Mones Lastra
6895                 
6896         * configure.in
6897           po/hu.po      ** NEW FILE **
6898                 initial Hungarian translation, submitted
6899                 by Gál Zoltán <galzoli@hu.inter.net>
6900
6901 2002-12-03 [christoph]  0.8.6claws57
6902
6903         * src/Makefile.am
6904         * src/gtksctree.[ch]            ** REMOVE **
6905         * src/gtk/Makefile.am
6906         * src/gtk/gtksctree.[ch]        ** NEW **
6907                 move gtksctree files to gtk directory
6908
6909 2002-12-03 [christoph]  0.8.6claws56
6910
6911         * src/Makefile.am
6912         * src/md5.[ch]                  ** REMOVE **
6913         * srm/common/Makefile.am
6914         * src/common/md5.[ch]           ** NEW **
6915                 move md5 files to common directory
6916
6917         * src/gtkstext.c
6918                 remove not required #include
6919
6920 2002-12-03 [sergey]     0.8.6claws55
6921
6922         * src/gtkutils.c
6923         * src/gtkutils.h
6924                 gtkut_window_popup(): new function.
6925         * src/mainwindow.c
6926                 main_window_popup(): use gtkut_window_popup() to raise
6927                 window without changing its position.
6928                 (see sylpheed-main ML message [sylpheed:17247])
6929
6930 2002-12-03 [sergey]     0.8.6claws54
6931
6932         * src/send.c
6933                 send_message_local(): removed first-dot escaping
6934                 (SMTP-only, not needed for sending through pipe)
6935
6936 2002-12-03 [paul]       0.8.6claws53
6937
6938         * po/POTFILES.in
6939                 update to reflect recent changes (thanks
6940                 to Ricardo Mones Lastra)
6941                 
6942         * tools/filter_conv.pl
6943                  fix problem with quoted strings. Patch submitted
6944                  by Luke Plant <lukeplant@softhome.net>
6945
6946 2002-12-03 [paul]       0.8.6claws52
6947
6948         * sync with 0.8.6cvs15
6949                 see ChangeLog 2002-12-03
6950
6951 2002-12-02 [christoph]  0.8.6claws51
6952
6953         * src/logwindow.[ch]
6954         * src/common/log.[ch]
6955                 implement logging using a hook function
6956
6957         * src/folderview.c
6958         * src/folder.[ch]
6959                 define hooklist name in header file to avoid
6960                 errors caused by wrong spelling of hooklist names
6961
6962         * src/toolbar.c
6963                 fix warnings
6964
6965 2002-12-02 [christoph]  0.8.6claws50
6966
6967         * src/common/Makefile.am
6968                 add src/common/hooks.[ch]
6969
6970         * src/common/hooks.[ch]
6971                 implement a simple hook system using glib's hook functions
6972
6973         * src/folder.[ch]
6974         * src/folderview.c
6975                 use new hook system for folder item updates
6976
6977 2002-12-02 [christoph]  0.8.6claws49
6978
6979         * doc-src/ui_seperation.txt     ** NEW **
6980                 information for ui seperation
6981
6982         * src/Makefile.am
6983                 remove files that were moved to common
6984                 include common directory by default for the header files
6985
6986         * src/inc.c
6987         * src/common/socket.c
6988         * src/automaton.[ch]
6989                 implement automaton using g_io_*-functions instead of
6990                 gdk_input_add to make it ui independent
6991
6992         * src/codeconv.c
6993         * src/compose.c
6994         * src/ldif.c
6995         * src/pgptext.c
6996         * src/procmime.c
6997         * src/rfc2015.c
6998         * src/smtp.c
6999         * src/unmime.c
7000                 remove common/ prefix because directory is now in
7001                 include path
7002
7003         * src/compose.c
7004         * src/folder.c
7005         * src/folderview.c
7006         * src/mainwindow.c
7007         * src/messageview.c
7008         * src/prefs_common.c
7009         * src/procmsg.c
7010         * src/rfc2015.c
7011                 fix warnings
7012
7013         * src/imap.c
7014         * src/inc.c
7015         * src/news.c
7016         * src/pop.c
7017         * src/send.c
7018         * src/smtp.c
7019         * src/ssl_certificate.c
7020                 add log.h header file for logging functions
7021
7022         * src/main.c
7023         * src/common/utils.c
7024         * src/summaryview.c
7025         * src/xml.c
7026                 o move debug_mode to common/utils.c
7027                 o add functions to set and get debug_mode
7028
7029         * src/defs.h                    ** REMOVE **
7030         * src/intl.h                    ** REMOVE **
7031         * src/socket.[ch]               ** REMOVE **
7032         * src/ssl.[ch]                  ** REMOVE **
7033         * src/utils.[ch]                ** REMOVE **
7034                 replaced by new files in src/common/
7035         
7036         * src/common/Makefile.am
7037                 add new files in src/common/
7038
7039         * src/common/defs.h             ** NEW **
7040         * src/common/intl.h             ** NEW **
7041         * src/common/log.[ch]           ** NEW **
7042         * src/common/socket.[ch]        ** NEW **
7043         * src/common/ssl.[ch]           ** NEW **
7044         * src/common/utils.[ch]         ** NEW **
7045                 replacement for files in src/
7046
7047 2002-12-02 [colin]      0.8.6claws48
7048
7049         * src/folderview.c
7050                 Scroll folderview if necessary during dnd
7051
7052 2002-12-02 [colin]      0.8.6claws47
7053
7054         * src/folder.[ch]
7055                 Add check to verify a move is within a single mailbox
7056         * src/folderview.c
7057                 Add specific error string for this check
7058
7059 2002-12-02 [colin]      0.8.6claws46
7060
7061         * src/folder.c
7062                 Add a test to folder moving, remove a statusbar_print
7063         * src/folderview.c
7064                 Add Move folder... context-menu item
7065                 Factorize folder moving code
7066                 Enable folder DND for mbox
7067
7068 2002-12-01 [christoph]  0.8.6claws45
7069
7070         * ac/aspell.m4
7071                 remove conf.aspelltest if the version check fails
7072
7073 2002-11-30 [christoph]  0.8.6claws44
7074
7075         * autogen.sh
7076                 run libtoolize --force in autogen to create missing
7077                 libtool scripts
7078
7079 2002-11-30 [christoph]  0.8.6claws43
7080
7081         * src/Makefile.am
7082         * src/pgptext.c
7083         * src/procmime.c
7084         * src/rfc2015.c
7085         * src/uuencode.[ch]             ** REMOVED **
7086         * src/common/Makefile.am
7087         * src/common/uuencode.[ch]      ** NEW **
7088                 move uuen/decoder to common directory
7089
7090 2002-11-30 [christoph]  0.8.6claws42
7091
7092         * src/Makefile.am
7093         * src/base64.[ch]               ** REMOVED **
7094         * src/codeconv.c
7095         * src/compose.c
7096         * src/ldif.c
7097         * src/pgptext.c
7098         * src/procmime.c
7099         * src/rfc2015.c
7100         * src/smtp.c
7101         * src/unmime.c
7102         * src/common/Makefile.am
7103         * src/common/base64.[ch]        ** NEW **
7104                 move base64 en/decoder to common directory
7105
7106 2002-11-30 [christoph]  0.8.6claws41
7107
7108         * src/common                    ** NEW **
7109                 new directory for UI independent code
7110         * src/gtk                       ** NEW **
7111                 new directory for GTK frontend
7112         * src/common/.cvsignore         ** NEW **
7113         * src/gtk/.cvsignore            ** NEW **
7114                 ignore build files
7115         * src/common/Makefile.am        ** NEW **
7116         * src/gtk/Makefile.am           ** NEW **
7117                 automake files to build new seperated stuff
7118         * src/Makefile.am
7119                 the binary will currently still be build with the
7120                 files in src, so we include the code from the
7121                 subdirs for now after building the libs there
7122
7123 2002-11-30 [paul]       0.8.6claws40
7124
7125         * src/compose.c
7126                 fix bug [642731] 'Wrong selected account with drafted mail'
7127
7128 2002-11-29 [oliver]     0.8.6claws39
7129         
7130         * src/messageview.c
7131                 o update summaryview when switching between different
7132                   messageviews          
7133         * src/toolbar.c  
7134                 o check if messageview holds already removed msg
7135                   from summaryview
7136                 
7137
7138 2002-11-29 [oliver]     0.8.6claws38
7139
7140         * src/toolbar.c 
7141                 remove not needed variables and includes
7142                 make messageview stay opened and move to next when msgs are deleted 
7143
7144 2002-11-29 [oliver]     0.8.6claws37
7145         
7146         * src/toolbar.c 
7147                 disable compose button (messageview toolbar) by default
7148                 deleted msgs are moved to trash
7149         
7150 2002-11-29 [melvin]     0.8.6claws36
7151
7152         * configure.in
7153                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7154                 and to detect signatures expirations (gpgme 0.3.6)
7155
7156         * src/main.c
7157                 Use non obsolescent function for Gpgme engine checking.
7158
7159         * src/rfc2015.c
7160                 Inform about expired signatures or signatures which key
7161                 has expired. Expiration date is displayed.
7162
7163         * src/sigstatus.c
7164                 Inform about expired signatures or signatures which key
7165                 has expired.
7166
7167 2002-11-28 [paul]       0.8.6claws35
7168
7169         * src/folderview.c
7170                 re-instate 'Check for new messages' in Newsgroup
7171                 folders right-click menu, after a suggestion from
7172                 Tim Mann <timmann@users.sourceforge.net>
7173
7174         * src/main.c
7175                 after a crash check only local folders for new
7176                 messages
7177
7178 2002-11-28 [paul]       0.8.6claws34
7179
7180         * configure.in
7181                 apply patch that fixes the checking of GTK with XIM 
7182                 support on different OSs, such as FreeBSD. Patch 
7183                 submitted by Topia <topia@users.sourceforge.net>
7184                 
7185 2002-11-28 [paul]       0.8.6claws33
7186
7187         * src/mainwindow.c
7188           src/prefs_common.c
7189           src/prefs_toolbar.c
7190                 more changes to the English
7191
7192 2002-11-28 [paul]       0.8.6claws32
7193
7194         * sync with 0.8.6cvs13
7195                 see ChangeLog 2002-11-28 (no sync needed
7196                 for src/compose.c)
7197
7198 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7199         
7200         * src/mainwindow.[ch]
7201                 add patch by Ivan F. Martinez introducing messageview Toolbar
7202                 some changes and committed by oliver    
7203
7204 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7205
7206         * src/messageview.[ch]
7207                 add patch by Ivan F. Martinez introducing messageview Toolbar
7208                 some changes and committed by oliver    
7209
7210 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7211
7212         * src/compose.[ch]
7213                 add patch by Ivan F. Martinez introducing messageview Toolbar
7214                 some changes and committed by oliver    
7215
7216 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7217         
7218         * src/toolbar.[ch]
7219                 add patch by Ivan F. Martinez introducing messageview Toolbar
7220                 some changes and committed by oliver
7221
7222 2002-11-28 [oliver]     0.8.6claws27
7223         
7224         * src/prefs_toolbar.[ch]
7225                 getting ready for messageview toolbar
7226                 free mem allocated by gettext
7227                 change prefs_toolbar to prefs_toolbar_open
7228  
7229 2002-11-28 [thorsten]   0.8.6claws26
7230
7231         * src/imageview.[ch]
7232                 cleaned up conflicting declarations of
7233                 imageview_show_image()
7234
7235 2002-11-28 [paul]       0.8.6claws25
7236
7237         * src/grouplistdialog.c
7238           src/prefs_common.c
7239           src/prefs_summary_column.c
7240                 a few more improvements to the English
7241
7242 2002-11-28 [colin]      0.8.6claws24
7243
7244         * man/sylpheed.1
7245                 A few updates to command-line parameters
7246
7247 2002-11-28 [colin]      0.8.6claws23
7248
7249         * src/prefs_filtering.c
7250                 Fix problems with prefs_filtering_delete_path:
7251                 a) if the first rule is removed, original pointers
7252                    weren't updated (leading to segfaults)
7253                 b) it was always global_processing updated in case
7254                    of removed path was parent of rule path
7255
7256 2002-11-27 [paul]       0.8.6claws22
7257
7258         * src/mainwindow.c
7259           src/prefs_account.c
7260           src/prefs_actions.c
7261           src/prefs_common.c
7262           src/prefs_customheader.c
7263           src/prefs_display_header.c
7264           src/prefs_filtering.c
7265           src/prefs_folder_item.c
7266           src/prefs_matcher.c
7267           src/prefs_scoring.c
7268           src/prefs_summary_column.c
7269           src/prefs_template.c
7270           src/prefs_toolbar.c
7271                  improve the English in the GUI
7272
7273 2002-11-27 [colin]      0.8.6claws21
7274
7275         * src/folder.c
7276                 Fix processing renaming problems happening after
7277                 last commit
7278
7279 2002-11-27 [colin]      0.8.6claws20
7280
7281         * src/folder.c
7282                 recursive move now deletes src each subfolder after 
7283                 having moved it
7284         * src/folderview.c
7285                 Use identifier instead of path during dnd (enables
7286                 IMAP folder dnd)
7287
7288 2002-11-27 [paul]       0.8.6claws19
7289
7290         * src/main.c
7291                 apply patch that does command-line processing 
7292                 BEFORE gtk_init, allowing claws to run from 
7293                 shell-scripts in non-X environment (e.g. crontab 
7294                 or ip-up, ip-down scripts). Patch submitted by
7295                 Ruslan N. Balkin <baron@dartel.ru>
7296                 
7297         * po/it.po
7298                 updated by Alessandro Maestri
7299
7300 2002-11-27 [paul]       0.8.6claws18
7301
7302         * sync with 0.8.6cvs12
7303           src/prefs_common.c
7304                 Differences are that main uses a 'Receive dialog'
7305                 frame on the Interface tab, whereas claws groups all 
7306                 the dialogs together in a 'Dialogs' frame.
7307
7308 2002-11-27 [colin]      0.8.6claws17
7309
7310         * src/prefs_matcher.c
7311                 Fix Execute criteria's NOT flag
7312
7313
7314 2002-11-26 [christoph]  0.8.6claws16
7315
7316         * src/ssl.c
7317                 rewrite the ssl code a little bit, only use one
7318                 SSL context, set default certificates' file/path
7319
7320 2002-11-26 [thorsten]   0.8.6claws15
7321
7322         * src/compose.c
7323                 default-reply-to didn't work for ml-reply
7324
7325 2002-11-26 [melvin]     0.8.6claws14
7326
7327         * src/prefs_actions.c
7328                 Made pipe-actions ignore short headers in message view
7329                 Made trailing-pipe-actions write in the message view with
7330                 the same font as the original message
7331
7332 2002-11-26 [paul]       0.8.6claws13
7333
7334         * src/compose.c
7335                 this time commit the correct file
7336
7337 2002-11-26 [paul]       0.8.6claws12
7338
7339         * sync with 0.8.6cvs11
7340           src/quote_fmt_parse.y  
7341                 no sync needed
7342           src/account.[ch]       
7343                 not sync'ed
7344           src/compose.c
7345                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7346                 on draft mode.
7347                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7348                 header
7349                 
7350         see ChangeLog 2002-11-25 and 2002-11-26
7351
7352 2002-11-26 [colin]      0.8.6claws11
7353
7354         * src/folderview.c
7355                 Fix collapsed folder not auto-expanding during
7356                 mail dnd, if it was the source folder.
7357
7358 2002-11-25 [colin]      0.8.6claws10
7359
7360         * src/folderview.[ch]
7361                 Variable renaming and cleaning (slist of nodes 
7362                 to be re-collapsed is stored in FolderView)
7363
7364 2002-11-25 [paul]       0.8.6claws9
7365
7366         * src/prefs_common.[ch]
7367                 fix breakage caused by last commit
7368
7369 2002-11-25 [paul]       0.8.6claws8
7370
7371         * sync with 0.8.6cvs4
7372                 see ChangeLog 2002-11-21
7373
7374 2002-11-25 [paul]       0.8.6claws7
7375
7376         * sync with 0.8.6cvs4
7377                 see ChangeLog 2002-11-20
7378
7379 2002-11-25 [paul]       0.8.6claws6
7380
7381         * sync with 0.8.6cvs3
7382                 see ChangeLog 2002-11-18
7383
7384 2002-11-25 [colin]      0.8.6claws5
7385
7386         * src/gtkutils.[ch]
7387                 Add gtkut_ctree_node_is_parent()
7388         * src/folderview.c
7389                 Spring-loaded folders
7390
7391 2002-11-25 [colin]      0.8.6claws4
7392
7393         * src/utils.[ch]
7394                 Add slist_concat_unique(), function to merge
7395                 two GSList filtering dups
7396         * src/folder.[ch]
7397         * src/summaryview.[ch]
7398         * src/folderview.c
7399         * src/main.c
7400                 Add detection/update/display of unread answers
7401                 to marked mails
7402         * src/procmsg.[ch]
7403                 Add procmsg_find_children()
7404                 Add procmsg_msg_has_marked_parent()
7405
7406 2002-11-25 [colin]      0.8.6claws3
7407
7408         * src/ssl_certificate.[ch]
7409                 Allow checking a certificate without a DNS
7410                 lookup
7411                 Allow to forget a cert (by deleting it)
7412                 Make ssl_certificate_destroy_public
7413         * src/ssl_manager.[ch] ** NEW FILES **
7414                 Gui to manage (display/remove) certificates
7415         * src/prefs_common.[ch]
7416                 Add a pref to allow silent acceptation of
7417                 trusted certificates or not (based on the
7418                 "I want to know what's going on" principle)
7419         * src/mainwindow.c
7420                 Add SSL manager in Tools menu
7421         * src/Makefile.am
7422                 Add the new files to the build
7423         * po/POTFILES.in
7424                 Add ssl_manager.c to translations
7425
7426 2002-11-25 [colin]      0.8.6claws2
7427
7428         * src/summaryview.[ch]
7429                 Add S_SEARCH_EXTENDED to the quick search, which 
7430                 allows to search using filtering syntax.
7431
7432 2002-11-25 [colin]      0.8.6claws1
7433
7434         * src/summaryview.c
7435                 Deletion of duplicates now prefer deleting
7436                 the unread dup (fixes feature-request 638989).
7437
7438 2002-11-24 [paul]       0.8.6claws
7439
7440         * po/es.po
7441           po/pl.po
7442           po/ru.po
7443           po/sr.po
7444                 updated by Ricardo Mones Lastra,
7445                 Witold Wladyslaw Wojciech Wilk,
7446                 Ruslan N. Balkin, and  Urke MMI 
7447                 respectively
7448
7449 2002-11-24 [paul]       0.8.5claws182
7450
7451         * po/bg.po
7452                 updated by George Danchev
7453
7454 2002-11-23 [alfons]     0.8.5claws181
7455
7456         * src/imap.c
7457                 tiny memory leak found by browsing Dimitar's 
7458                 valgrind report
7459
7460 2002-11-23 [paul]       0.8.5claws180
7461
7462         * po/it.po
7463                 updated by Alessandro Maestri
7464
7465 2002-11-22 [christoph]  0.8.5claws179
7466
7467         * src/compose.c
7468         * src/inc.c
7469         * src/prefs_filtering.c
7470         * src/summaryview.c
7471                 more warning fixes
7472
7473 2002-11-22 [alfons]     0.8.5claws178
7474
7475         * src/summaryview.c
7476                 summary_execute_delete_func(): if message is deleted, make 
7477                 sure to also remove its entry in the subject hash table. 
7478                 fixes a corner case bug.
7479
7480 2002-11-22 [paul]       0.8.5claws177
7481
7482         * .cvsignore
7483                 add 'autom4te.cache'
7484                 
7485         * ltconfig      ** REMOVED **
7486                 not needed
7487
7488 2002-11-22 [paul]       0.8.5claws176
7489
7490         * src/textview.c
7491                 textview_set_font(): fix for message display in
7492                 UTF-8 locales (thanks to Sergey Vlasov).
7493                 
7494         * AUTHORS
7495                 add new team members and contributors
7496
7497
7498 2002-11-21 [colin]      0.8.5claws175
7499
7500         * src/procmsg.[ch]
7501                 Add procmsg_remove_special_headers()
7502         * src/mh.c
7503                 Use procmsg_remove_special_headers() for 
7504                 previous fix
7505
7506 2002-11-21 [colin]      0.8.5claws174
7507
7508         * src/mh.c
7509                 Fix moving/copying from queue/draft folders
7510                 for MH folders
7511
7512 2002-11-21 [christoph]  0.8.5claws173
7513
7514         * src/crash.c
7515         * src/filtering.c
7516         * src/logwindow.c
7517         * src/main.c
7518         * src/matcher_parser_lex.[hl]
7519         * src/mbox.c
7520         * src/mbox_folder.[ch]
7521         * src/prefs_filtering.c
7522         * src/procheader.c
7523         * src/quote_fmt_lex.l
7524         * src/ssl.c
7525                 fix all warnings except the warnings in lex and yacc files
7526
7527 2002-11-20 [christoph]  0.8.5claws172
7528
7529         * src/imap.c
7530                 fix MsgInfo retrieval for IMAP draft and queue folders
7531                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7532
7533 2002-11-19 [christoph]  0.8.5claws171
7534
7535         * src/compose.c
7536                 fix segfault, when draft saving does not get
7537                 the MsgInfo of the new message
7538                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7539
7540 2002-11-19 [christoph]  0.8.5claws170
7541
7542         * src/procmsg.c
7543                 add parameter check for flag setting function
7544                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7545
7546 2002-11-18 [paul]       0.8.5claws169
7547
7548         * src/compose.c
7549                 more sensitivity fixes to redirect mode:
7550                 * disable toolbar draft button
7551                 * allow only Address book in the Tools menu
7552                 * disable editing of message by the spell
7553                   checker
7554
7555 2002-11-18 [paul]       0.8.5claws168
7556
7557         * src/compose.c
7558                 fix sensitivity of menu items in compose_redirect():
7559                 allow only the necessary items 
7560
7561 2002-11-18 [paul]       0.8.5claws167
7562
7563         * src/compose.c
7564                 fix bug [ 603259 ] 'attachment got lost on bounce'
7565
7566 2002-11-18 [paul]       0.8.5claws166
7567
7568         * po/ru.po
7569                 updated by Ruslan N. Balkin <baron@dartel.ru>
7570
7571 2002-11-18 [colin]      0.8.5claws165
7572
7573         * src/main.c
7574           src/defs.h
7575                 Remove old filtering stuff
7576
7577
7578 2002-11-17 [oliver]     0.8.5claws164
7579
7580         * src/toolbar.h
7581                 remove not needed typedef 
7582
7583 2002-11-17 [oliver]     0.8.5claws163
7584
7585         * src/toolbar.c
7586                 make toolbar's on click events translatable
7587
7588 2002-11-15 [colin]      0.8.5claws162
7589
7590         * src/summaryview.c
7591                 Revert too-soon integration of a feature
7592
7593 2002-11-15 [christoph]  0.8.5claws161
7594
7595         * src/imap.c
7596                 use main's implementation of imap_get_msginfo
7597
7598 2002-11-15 [christoph]  0.8.5claws160
7599
7600         * src/compose.c
7601         * src/folder.[ch]
7602         * src/imap.c
7603         * src/mbox_folder.c
7604         * src/mh.c
7605         * src/news.c
7606         * src/procmsg.c
7607         * src/summaryview.c
7608                 replace claws' fetch_msginfo with main's get_msginfo
7609                 (use main's implementation where possible)
7610
7611 2002-11-15 [colin]      0.8.5claws159
7612
7613         * src/ssl_certificate.c
7614                 Missed a check
7615
7616 2002-11-16 [melvin]     0.8.5claws158
7617
7618         * po/fr.po
7619                 Updated French translations.
7620
7621 2002-11-16 [colin]      0.8.5claws157
7622
7623         * src/ssl_certificate.c
7624                 Check for missing parts in the certificates
7625
7626 2002-11-15 [colin]      0.8.5claws156
7627
7628         * src/folderview.c
7629                 Preventive fix (missing check) found by
7630                 Alfons
7631
7632 2002-11-15 [paul]
7633
7634         * NEWS
7635                 sync with 0.8.6 release
7636
7637 2002-11-15 [colin]      0.8.5claws155
7638
7639         * src/folder.[ch]
7640           src/folderview.c
7641                 Fix error handling of folder_item_move_to()
7642                 (thanks to Alfons!)
7643
7644 2002-11-15 [colin]      0.8.5claws154
7645
7646         * src/folder.[ch]
7647           src/folderview.c
7648                 folder_item_move_to() sets an error message instead
7649                 of having GUI stuff in folder.c
7650
7651 2002-11-15 [colin]      0.8.5claws153
7652
7653         * src/procmsg.[ch]
7654                 Implemented a callback for MsgInfo updates, 
7655                 heavily copy/pasted from Christoph's folder 
7656                 callback system
7657         * src/summaryview.[ch]
7658                 Register summary_update_msg as callback
7659
7660 2002-11-14 [colin]      0.8.5claws152
7661         
7662         * src/procmsg.c
7663                 Update the FolderItem after sending (fixes 617593)
7664
7665 2002-11-14 [christoph]  0.8.5claws151
7666
7667         * src/folder.c
7668                 fix wrong position of NULL pointer check found
7669                 by Sergey
7670
7671 2002-11-14 [christoph]  0.8.5claws150
7672
7673         * src/folder.c
7674                 fix segfault when deleting messages from IMAP folders
7675                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7676
7677 2002-11-14 [colin]      0.8.5claws149
7678
7679         * src/compose.c
7680                 Forwarding was also ignoring the folder's default account.
7681
7682 2002-11-14 [colin]      0.8.5claws148
7683
7684         * src/compose.c
7685                 Fix sent folder not set to folder properties when 
7686                 forwarding.
7687
7688 2002-11-14 [thorsten]   0.8.5claws147
7689
7690         * src/inc.c
7691                 inc_start(): Files were not moved from .processing to inbox,
7692                 if no global processing rule existed
7693
7694 2002-11-14 [colin]      0.8.5claws146
7695
7696         * src/ssl_certificate
7697                 Fix file operations
7698
7699 2002-11-14 [paul]       0.8.5claws145
7700
7701         * po/it.po
7702                 updated by Alessandro Maestri
7703
7704 2002-11-13 [alfons]     0.8.5claws144
7705
7706         * src/folder.c
7707                 folder_item_close(): only mark messages unread
7708                 when a folder has new messages 
7709
7710 2002-11-13 [keith]      0.8.5claws143
7711
7712         * src/imap.c
7713                 Fix problem moving or copying between
7714                 IMAP folders
7715
7716 2002-11-13 [colin]      0.8.5claws142
7717
7718         * src/matcher_parser_parse.y
7719                 Fix rule problem when " don't match
7720
7721 2002-11-13 [christoph]  0.8.5claws141
7722
7723         * src/folder.c
7724         * src/folderview.c
7725                 moved cache saving to folder_item_close
7726                 the folderview should not have to deal with
7727                 this things
7728
7729 2002-11-13 [christoph]  0.8.5claws140
7730
7731         * src/summaryview.c
7732                 moved setting of important score to
7733                 summary_set_prefs_from_folderitem
7734
7735 2002-11-13 [colin]      0.8.5claws139
7736
7737         * src/matcher_parser_parse.y
7738                 Fix a segfault in the parser (happening when
7739                 a good expression had been tested and a bad 
7740                 one arrives)
7741
7742 2002-11-13 [paul]       0.8.5claws138
7743
7744         * sync with 0.8.5cvs24
7745                 see ChangeLog 2002-11-13
7746                 
7747         * po/pt_BR.po
7748                 updated by Fabio Jr. Beneditto
7749
7750 2002-11-13 [colin]      0.8.5claws137
7751         
7752         * src/msgcache.c
7753           src/defs.h
7754           src/procmsg.[ch]
7755                 Revert last commit, problem
7756
7757 2002-11-13 [colin]      0.8.5claws136
7758
7759         * src/msgcache.c
7760                 Remove duplicated code
7761         * src/defs.h
7762                 Bumped CACHE_VERSION and MARK_VERSION
7763         * src/procmsg.[ch]
7764                 Network endian for cache and mark files
7765
7766 2002-11-12 [colin]      0.8.5claws135
7767
7768         * src/inc.c
7769                 Fix the "socket error" dialog which disappeared
7770
7771 2002-11-12 [colin]      0.8.5claws134
7772
7773         * src/msgcache.c
7774                 Reverse last commit which had performance 
7775                 problems, but still reverse the list
7776
7777 2002-11-12 [colin]      0.8.5claws133
7778
7779         * src/msgcache.c
7780                 Reverse list order
7781
7782 2002-11-12 [melvin]     0.8.5claws132
7783
7784         * src/compose.c
7785                 Added a check for a NULL prefs_common.dictionary
7786
7787 2002-11-12 [colin]      0.8.5claws131
7788
7789         * src/ssl_certificate.[ch]
7790                 Use FQDN hostname
7791
7792 2002-11-12 [colin]      0.8.5claws130
7793
7794         * src/ssl_certificate.[ch]
7795                 Take connection port into account for 
7796                 checking certificates (a single hostname
7797                 could have multiple servers with multiple
7798                 certificates)
7799         * src/ssl.c
7800                 Pass the port to ssl_certificate_check
7801
7802 2002-11-12 [paul]       0.8.5claws129
7803
7804         * src/folder.c
7805                 fix a typo in last commit
7806
7807 2002-11-12 [paul]       0.8.5claws128
7808
7809         * sync with 0.8.5cvs23
7810                 see ChangeLog entry 2002-11-12
7811
7812 2002-11-11 [colin]      0.8.5claws127
7813
7814         * src/ssl_certificate.c
7815                 Cleaner messages
7816                 Don't popup, instead log error, if the 
7817                 corresponding pref is checked
7818         * src/ssl_certificate.h
7819                 include <openssl/objects/h>
7820
7821 2002-11-11 [colin]      0.8.5claws126
7822
7823         * src/ssl_certificate.h
7824                 _Really_ clean it
7825
7826 2002-11-11 [colin]      0.8.5claws125
7827         
7828         * src/ssl_certificate.c
7829                 Fixed leak
7830
7831 2002-11-11 [colin]      0.8.5claws124
7832
7833         * src/ssl.c
7834                 Cleaned a bit
7835         * src/ssl_certificate.[ch]
7836                 Cleaned a bit (better use of SSL API)
7837                 (This will cause non-recognition of saved 
7838                  certificates of claws12[23]...)
7839
7840 2002-11-11 [paul]       0.8.5claws123
7841         
7842         * po/es.po
7843                 updated by Ricardo Mones Lastra
7844
7845 2002-11-11 [colin]      0.8.5claws122
7846
7847         * src/ssl.c
7848                 Fix a typo
7849
7850 2002-11-11 [colin]      0.8.5claws121
7851
7852         * src/ssl_certificate.[ch] ** NEW FILES **
7853         * src/ssl.[ch]
7854                 Check SSL certificates presented to us
7855         * src/Makefile.am
7856                 Add ssl_certificate.[ch]
7857         * po/POTFILES.in
7858                 Add ssl_certificate.c
7859
7860 2002-11-11 [paul]       0.8.5claws120
7861
7862         * sync with 0.8.5cvs22
7863                 see ChangeLog 2002-11-11
7864
7865 2002-11-11 [paul]       0.8.5claws119
7866
7867         * sync with 0.8.5cvs21
7868                 see ChangeLog 2002-11-11
7869
7870 2002-11-10 [jens]       0.8.5claws118
7871
7872         * src/folder.c
7873         * src/folderview.c
7874                 corrected some typing
7875         * po/de.po
7876                 updated german translation
7877         * sylpheed.spec.in
7878                 cleaned up specfile and adjusted it for claws
7879
7880 2002-11-10 [colin]      0.8.5claws117
7881
7882         * src/summaryview.c
7883                 a STATUSBAR_PUSH/POP fix
7884
7885 2002-11-10 [colin]      0.8.5claws116
7886
7887         * src/prefs_folder_item.c
7888                 Fix hanging after opening folder properties
7889
7890 2002-11-10 [hoa]        0.8.5claws115
7891
7892         * src/matcher_parser_lex.l
7893         * src/matcher_parser_parse.y
7894                 config file for scoring and filtering is no more trashed
7895                 when there is a syntax error in a filtering rule when
7896                 editing it in a dialog.
7897
7898 2002-11-09 [colin]      0.8.5claws114
7899
7900         * src/mbox_folder.c
7901                 Added missing initialisation of folder->destroy()
7902
7903 2002-11-09 [colin]      0.8.5claws113
7904
7905         * src/folder.c
7906           src/folderview.c
7907                 Fix the status bar messages
7908
7909 2002-11-09 [colin]      0.8.5claws112
7910
7911         * src/folderview.c
7912                 Fix hangs after folder dnd, happening after 
7913                 claws109.
7914
7915 2002-11-09 [christoph]  0.8.5claws111
7916
7917         * src/folderview.c
7918                 just changed order of calls (reverse order of
7919                 associated calls)
7920         * src/inc.c
7921                 lock inc when checking only one account, otherwise
7922                 inc all could be executed at the same time
7923
7924 2002-11-09 [christoph]  0.8.5claws110
7925
7926         * src/folderview.c
7927                 better unlock the mouse cursor before calling
7928                 summary_show because it changes the cursor too
7929
7930 2002-11-09 [christoph]  0.8.5claws109
7931
7932         * src/folder.[ch]
7933         * src/folderview.c
7934                 add functions to open and close a folder
7935                 o opending will execute scanning for remote folders
7936                   and processing
7937                 o closing will unset new flag for messages
7938
7939 2002-11-09 [colin]      0.8.5claws108
7940
7941         * src/folder.c
7942                 Add a call to prefs_matcher_write_config to 
7943                 avoid non-leaf folders filtering settings to be
7944                 lost
7945
7946 2002-11-09 [paul]       0.8.5claws107
7947
7948         * src/prefs_account.c
7949                 re-word a label
7950
7951 2002-11-09 [colin]      0.8.5claws106
7952
7953         * src/folderview.c
7954                 Minor esthetic fix
7955
7956 2002-11-09 [colin]      0.8.5claws105
7957
7958         * src/folderview.c
7959                 Fix prefs_filtering deletion for MH folders (same
7960                 reason as below)
7961         * src/prefs_filtering.c
7962                 Fix prefs_filtering renaming and deletion for 
7963                 folder-based processing rules.  
7964
7965 2002-11-09 [christoph]  0.8.5claws104
7966
7967         * src/compose.c
7968         * src/folder.[ch]
7969         * src/folderview.[ch]
7970         * src/import.c
7971         * src/inc.c
7972         * src/main.c
7973         * src/mainwindow.c
7974         * src/messageview.c
7975         * src/prefs_folder_item.c
7976         * src/procmsg.c
7977         * src/summaryview.c
7978                 implement a callback system for folder item updates
7979
7980 2002-11-09 [colin]      0.8.5claws103
7981
7982         * src/folderview.c
7983                 Fix prefs_filtering renaming for MH folders (we
7984                 shouldn't rename by path as another folder could
7985                 have the same hierarchy).
7986
7987 2002-11-09 [colin]      0.8.5claws102
7988
7989         * src/folder.c
7990                 Fix a leak found by Christoph, use better variable
7991                 names
7992
7993 2002-11-09 [colin]      0.8.5claws101
7994
7995         * src/folder.c
7996                 One more fix for processing rules
7997
7998 2002-11-08 [colin]      0.8.5claws100
7999         
8000         * src/matcher.c
8001                 Don't copy the compiled regexp (will be reevaluated)
8002         * src/folderview.c
8003                 Lock folderview while moving
8004         * src/folder.c
8005                 Provide info on what's happening to the user
8006
8007 2002-11-08 [colin]      0.8.5claws99
8008
8009         * src/folderview.c
8010                 Fix folder reordering after a move if parent is 
8011                 root
8012         * src/scoring.[ch]
8013                 Add function to copy a ScoringProp
8014         * src/prefs_folder_item.c
8015                 Copy scoring rules when copying a folder prefs
8016
8017 2002-11-08 [colin]      0.8.5claws98
8018
8019         * src/folderview.c
8020                 Fixes in case of failure
8021         * src/filtering.[ch]    
8022                 Add function to duplicate a FilteringProp
8023         * src/matcher.[ch]
8024                 Add function to duplicate a MatcherProp
8025         * src/prefs_folder_item.c
8026                 Save folder's processing rules when copying 
8027                 its prefs
8028
8029 2002-11-08 [colin]      0.8.5claws97
8030         
8031         * src/folderview.c
8032                 Sort after move
8033         * src/folder.c 
8034                 Change a printf to debug_print
8035
8036 2002-11-08 [colin]      0.8.5claws96
8037
8038         * src/folder.c
8039           src/folderview.c
8040                 Fix segfaults, call me stupido
8041         
8042
8043 2002-11-08 [colin]      0.8.5claws95
8044
8045         *src/folder.c
8046                 Added forgotten prefs to save when moving folders
8047
8048 2002-11-08 [colin]      0.8.5claws94
8049
8050         * src/folder.c
8051                 Fixes to folder DND (prefs copy)
8052         * src/folderview.c
8053                 Optimization for folder DND (don't rescan whole tree)
8054                 Added folderview_create_folder_node() for this 
8055                 optimization, so de-duped a bit the code
8056         * src/prefs_folder_item.[ch]
8057                 Added prefs_folder_item_copy_prefs()    
8058           
8059 2002-11-08 [paul]       0.8.5claws93
8060
8061         * src/prefs_account.c
8062           tools/README
8063           tools/kmail2sylpheed_v2.pl
8064                 correct some typos
8065
8066 2002-11-08 [paul]       0.8.5claws92
8067
8068         * src/compose.c
8069           src/prefs_account.[ch]
8070                 remove account options 'clearsign' and 'ascii_armored',
8071                 replace with 'default_gnupg_mode' to prevent mixed-mode
8072                 Privacy settings
8073
8074 2002-11-08 [paul]       0.8.5claws91
8075
8076         * src/compose.[ch]
8077                 re-implement GnuPG 'on-the-fly' mode selection,
8078                 disallow mixed-mode
8079
8080 2002-11-08 [colin]      0.8.5claws90
8081
8082         * src/folderview.c
8083           src/prefs_folder_item.c
8084                 Change "Property" to "Properties"
8085
8086 2002-11-07 [colin]      0.8.5claws89
8087
8088         * src/folderview.c
8089           src/folder.c
8090                 Allow folder dropping to a root folder
8091
8092 2002-11-07 [paul]       0.8.5claws88
8093
8094         * src/compose.c
8095                 revert last commit
8096
8097 2002-11-07 [paul]       0.8.5claws87
8098
8099         * src/compose.c
8100                 fix reply-to-list bug. closes bug report
8101                 "[633382] reply-to-list broken in recent cvs"
8102
8103 2002-11-07 [paul]       0.8.5claws86
8104
8105         * src/compose.c
8106                 add a forgotten '#if USE_GPGME ... #endif'
8107
8108 2002-11-07 [paul]       0.8.5claws85
8109
8110         * sync with 0.8.5cvs20
8111                 see ChangeLog 2002-11-07
8112
8113 2002-11-07 [colin]      0.8.5claws84
8114
8115         * src/folder.[ch]
8116                 Change folder_item_move_to to return the newly 
8117                 created folderitem.
8118         * src/folderview.c
8119                 Select the new folderitem after moving.
8120
8121 2002-11-07 [colin]      0.8.5claws83
8122
8123         * src/prefs_filtering.c
8124                 Fix rule rewriting when moving a leaf folder to a 
8125                 shorter path
8126
8127 2002-11-07 [colin]      0.8.5claws82
8128
8129         * src/prefs_filtering.c
8130                 fix a leak
8131
8132 2002-11-07 [colin]      0.8.5claws81
8133
8134         * src/folder.[ch]
8135                 Add folder_item_move_to() function to move a 
8136                 folderitem into another one (updates matcher etc)
8137         * src/folderview.c
8138                 Add folder drag'n drop (context menu to come)
8139                 [Should be dataloss free, but Please backup before 
8140                  trying !]
8141
8142 2002-11-06 [colin]      0.8.5claws80
8143
8144         * src/mh.c
8145                 mh_create_folder() returns NULL if can't create
8146                 directory hierarchy
8147
8148 2002-11-06 [paul]       0.8.5claws79
8149
8150         * src/compose.[ch]
8151                 allow 'on-the-fly' changing of the type of encryption 
8152                 and/or signing used (mime/ascii) via the compose window
8153
8154 2002-11-06 [paul]       0.8.5claws78
8155
8156         * sync with 0.8.5cvs19
8157                 see ChangeLog 2002-11-06 for src/account.c: 
8158                 account_get_special_folder()
8159                 
8160 2002-11-05 [alfons]     0.8.5claws77
8161
8162         * src/crash.c
8163                 very minor cleanups: nothing to see here, move on. :-)
8164
8165 2002-11-05 [colin]      0.8.5claws76
8166
8167         * src/main.c
8168                 Changes choices if compose windows are opened to
8169                 Discard, Draft, Don't quit
8170
8171 2002-11-05 [thorsten]   0.8.5claws75
8172
8173         * src/compose.c
8174                 reenabled default_reply_to folder option
8175
8176 2002-11-05 [colin]      0.8.5claws74
8177
8178         * src/compose.[ch] 
8179                 add compose_draft()
8180         * src/crash.c
8181                 add SIGTERM handler
8182         * src/main.[ch]
8183                 add clean_quit() for the SIGTERM handler
8184
8185 2002-11-05 [paul]       0.8.5claws73
8186         
8187         * po/es.po
8188                 updated by Ricardo Mones Lastra
8189
8190 2002-11-05 [melvin]     0.8.5claws72
8191
8192         * src/logwindow.c
8193                 Fixed log-clipping bug #616795.
8194                 To stop logging in the log window use 0 length.
8195         * src/prefs_common.c
8196                 Added a label to inform about the 0 log length behaviour.
8197
8198 2002-11-05 [paul]       0.8.5claws71
8199
8200         * sync with 0.8.5cvs17
8201                 see ChangeLog 2002-11-05
8202
8203 2002-11-04 [paul]       0.8.5claws70
8204
8205         * sylpheed-128x128.png
8206           sylpheed-64x64.png
8207           sylpheed.png
8208                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8209                 <nikai@users.sourceforge.net>
8210                 
8211         * po/bg.po
8212                 updated by George Danchev
8213
8214 2002-11-03 [thorsten]   0.8.5claws69
8215
8216         * src/main.c
8217           src/mimeview.c
8218           src/rfc2015.h
8219                 add check if gpg is active
8220
8221 2002-11-03 [thorsten]   0.8.5claws68
8222
8223         * src/toolbar.h
8224                 removed GSList declaration causing trouble on MacOS-X
8225                 (submitted by alfons, reported by xfesty)
8226
8227 2002-11-01 [paul]       0.8.5claws67
8228
8229         * src/mainwindow.c
8230                 remove last remnants of main's filter code
8231
8232 2002-11-01 [paul]       0.8.5claws66
8233
8234         * tools/filter_conv.pl
8235                 fix bug where user-defined headers were ignored
8236
8237 2002-11-01 [paul]       0.8.5claws65
8238
8239         * src/logwindow.c
8240                 make a debug_print() not translatable
8241
8242 2002-10-31 [melvin]     0.8.5claws64
8243
8244         * ac/aspell.m4
8245                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8246                 not run any GNU/aspell test.  The dictionary path will
8247                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8248                 was given, in which case, it will be $prefix/lib/aspell/
8249         * configure.in
8250                 Fixed typo in commentary (Aspell code).
8251
8252 2002-10-31 [paul]       0.8.5claws63
8253
8254         * po/POTFILES.in
8255                 remove src/filter.c and src/prefs_filter.c
8256                 thanks to Ricardo for reminding me
8257
8258 2002-10-31 [colin]      0.8.5claws62
8259
8260         * src/mbox_folder.c
8261                 Plug some leaks
8262
8263 2002-10-31 [paul]       0.8.5claws61
8264
8265         * src/prefs_filter.[ch] ** REMOVED **
8266           src/filter.[ch]       ** REMOVED **
8267           
8268         * src/Makefile.am
8269           src/folderview.c
8270           src/inc.c
8271           src/main.c
8272           src/mainwindow.c
8273           src/mbox.c
8274           src/prefs_common.c
8275           src/prefs_filtering.c
8276           src/summaryview.[ch]
8277                 remove main's 'filter' code
8278                 
8279         README.claws
8280                 update to reflect removal of main's filter
8281
8282 2002-10-31 [paul]       0.8.5claws60
8283
8284         * src/summaryview.c
8285                 remove check for global_processing in summary_filter_open(). 
8286                 This fixes the bug where if the user uses the right-click 
8287                 'Create filter rule...' and doesn't have any filter rules 
8288                 already defined in claws' advanced filtering, the newly 
8289                 created filter rule goes to main's filtering which is 
8290                 inaccessible through the gui. Now the filter rule gets added
8291                 to claws' filtering by default.
8292
8293 2002-10-28 [melvin]     0.8.5claws59
8294
8295         * src/prefs_actions.c
8296                 Fixed bug #627322 where MIME parts were not always
8297                 correctly passed to a %p action
8298                 Display an error dialog when message filename is not found.
8299
8300 2002-10-28 [melvin]     0.8.5claws58
8301
8302         * src/prefs_common.c
8303                 Readded a missing function declaration lost in 0.8.3claws34
8304
8305 2002-10-28 [paul]       0.8.5claws57
8306
8307         * sync with 0.8.5cvs15
8308                 see ChangeLog 2002-10-28 and 2002-10-25
8309                 
8310         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8311
8312 2002-10-27 [oliver]     0.8.5claws56
8313
8314         * src/pop.c
8315                 plug leak in pop3_top_recv
8316
8317 2002-10-26 [christoph]  0.8.5claws55
8318
8319         * src/folder.c
8320                 set need_update folder flag when messages are added
8321                 (closes bug [ 626922 ] folder not updated after receiving)
8322
8323 2002-10-25 [melvin]     0.8.5claws54
8324
8325         * src/imageview.c
8326                 Fixed a memleak introduced in the scaling code.
8327
8328 2002-10-24 [alfons]     0.8.5claws53
8329
8330         * src/filtering.c
8331                 make filtering's forward message action forward from the 
8332                 correct account
8333                 (closes bug [628089 ] Filter -> Forward from address problem
8334                 reported by Oktay)
8335
8336 2002-10-24 [christoph]  0.8.5claws52
8337
8338         * src/mainwindow.c
8339         * src/manual.[ch]
8340                 o use manual of current locale or english if current
8341                   locale is not available (and english is available)
8342                 o also link to sylpheed doc project manuals
8343
8344 2002-10-23 [paul]       0.8.5claws51
8345
8346         * tools/README
8347           tools/kmail2sylpheed_v2.pl
8348                 add new version of kmail addressbook importer script.
8349                 works with newer versions of Kmail/KAddressBook which
8350                 have new and rearranged data.
8351
8352 2002-10-23 [martin]     0.8.5claws50
8353
8354         * src/folderview.c
8355         * src/summaryview.c
8356         * src/utils.h
8357         * src/utils.c
8358                 added length parameter to get_abbrev_newsgroup_name()
8359                 changed this function so that it abbreviates the newsgroup
8360                 names only so long it is smaller than the length parameter
8361                 (for better reading of some newsgroup names and space efficiency)
8362
8363 2002-10-22 [colin]      0.8.5claws49
8364
8365         *src/foldersel.c
8366                 Revert Alfons' last modification (after voting ;-))
8367
8368 2002-10-21 [alfons]     0.8.5claws48
8369
8370         * src/foldersel.c
8371                 folder view in folder selection dialog reflects state of
8372                 folder view in main window
8373
8374 2002-10-18 [alfons]     0.8.5claws47
8375
8376         * src/mbox.c
8377                 drop imported messages in folder selected by user,
8378                 and not in the inbox
8379                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8380
8381 2002-10-18 [alfons]     0.8.5claws46
8382
8383         * src/compose.c
8384                 make automagic reply work correctly for email accounts 
8385                 (whether it's viable to do a full sync with Hiro's 
8386                 compose.c is still under discussion)
8387
8388 2002-10-18 [melvin]     0.8.5claws45
8389
8390         * src/prefs_actions.c
8391                 Fixed bug #622275 where asynchroneous actions left 
8392                 zombies processes
8393                 Made (synchroneous) actions' input be displayed live.
8394
8395 2002-10-18 [christoph]  0.8.5claws44
8396
8397         * src/textview.c
8398                 don't add a newline in the textview in front of the
8399                 first textpart if header display is disabled
8400                 (closes bug [ 603385 ] disabled header display leaves blank
8401                  lin)
8402
8403 2002-10-18 [christoph]  0.8.5claws43
8404
8405         * src/folder.[ch]
8406         * src/imap.c
8407         * src/mbox_folder.c
8408         * src/mh.c
8409         * src/news.c
8410                 folder->get_num_list now returns an error code
8411                 (closes bug [ 609424 ] News cache cleared on failure)
8412                 
8413 2002-10-17 [colin]      0.8.5claws42
8414         
8415         * src/news.c
8416                 Changed a printf by debug_print
8417
8418 2002-10-16 [paul]       
8419
8420         * tools/OOo2sylpheed.pl
8421                 allow for spaces in the name of the
8422                 file to be attached.
8423
8424 2002-10-16 [colin]      0.8.5claws41
8425
8426         * src/main.c
8427                 Use a tristate to change online mode
8428
8429 2002-10-16 [paul]       0.8.5claws40
8430
8431         * po/es.po
8432                 updated by Ricardo Mones Lastra
8433
8434 2002-10-16 [colin]      0.8.5claws39
8435
8436         * src/main.c
8437           src/mainwindow.[ch]
8438                 Added --online and --offline command-line
8439                 switches
8440
8441 2002-10-15 [christoph]  0.8.5claws38
8442
8443         * src/procmime.c
8444                 set mimeinfo->name to NULL after g_free to
8445                 avoid double freeing with g_free
8446
8447 2002-10-14 [christoph]  0.8.5claws37
8448
8449         * src/compose.c
8450         * src/filtering.c
8451         * src/summaryview.c
8452                 remove calls to folder->change_flags that are now
8453                 done by procmsg flag functions (seems it is not
8454                 used by any foldertype anyway)
8455         * src/folder.c
8456                 init folder->change_flags with NULL
8457
8458 2002-10-14 [christoph]  0.8.5claws36
8459
8460         * src/folder.[ch]
8461         * src/imap.[ch]
8462                 use virtual functions for folder item new and destroy
8463                 functions
8464
8465 2002-10-14 [melvin]     0.8.5claws35
8466
8467         * src/compose.c
8468                 Added a test to not run the spell checker if no default
8469                 dictionary is available. No dialog is displayed though.
8470
8471 2002-10-14 [melvin]     0.8.5claws34
8472
8473         * src/gtkaspell.c
8474                 Fixed bug in dictionary list context menu where
8475                 "More..." pointed to an emtpy submenu if the
8476                 number of dictionaries is a multiple of 15
8477                 Removed unneeded code in suggestions list creation
8478
8479 2002-10-14 [paul]       0.8.5claws33
8480
8481         * po/bg.po
8482                 updated by George Danchev
8483
8484 2002-10-13 [hoa]        0.8.5claws32
8485
8486         * src/matcher.[ch]
8487           src/matcher_parser_parser.y
8488                 removed the escaped string from internal structure
8489                 of matcher.
8490
8491 2002-10-12 [colin]      0.8.5claws31
8492
8493         * src/gtksctree.[ch]
8494           src/summaryview.c
8495                 Removed useless function gtksctree_reanchor
8496
8497 2002-10-12 [alfons]     0.8.5claws30
8498         
8499         * sync with remaining main changes 2002-10-09 - 2002-10-11
8500         - drop changes to src/compose.c (requires claws specific changes)
8501         
8502 2002-10-12 [alfons]     0.8.5claws29
8503         
8504         * sync with main changes of 2002-10-08
8505         - drop changes to src/compose.c (requires claws specific changes)
8506         - drop changes to src/summaryview.c (requires changes to compose.c)     
8507
8508 2002-10-12 [alfons]     0.8.5claws28
8509         
8510         * sync with main changes of 2002-10-07
8511
8512 2002-10-12 [alfons]     0.8.5claws27
8513
8514         * sync with main changes of 2002-10-04
8515         - drop changes to src/compose.c (requires claws specific changes)
8516         - drop changes to src/prefs_folder_item.c (claws implementation
8517           seems to be working)
8518
8519 2002-10-12 [colin]      0.8.5claws26
8520
8521         * src/mainwindow.c
8522                 Fix folder-flicker when space-reading, introduced 
8523                 in claws22.
8524
8525 2002-10-12 [colin]      0.8.5claws25
8526
8527         * src/compose.c
8528                 Save account address when saving as draft.
8529                 (closes bug 621838)
8530
8531 2002-10-12 [colin]      0.8.5claws24
8532
8533         * src/summaryview.c
8534                 Fix the problem consisting of no message selected
8535                 after the last message in a folder has been moved.
8536
8537 2002-10-12 [paul]       0.8.5claws23
8538
8539         * src/compose.c
8540           src/prefs_template.c
8541           src/template.[ch]
8542                 add Cc and Bcc to templates. Patch submitted by
8543                 John L. Males.
8544
8545 2002-10-12 [colin]      0.8.5claws22
8546
8547         * src/folderview.c
8548                 Fix a bug after "Check for new messages":
8549                 If a folder was opened, it was still selected at
8550                 the end of the check, but displayed empty.
8551         * src/mainwindow.c
8552                 Remove unnecessary check
8553
8554 2002-10-12 [paul]
8555
8556         * tools/README
8557                 be more verbose in the description of
8558                 OOo2sylpheed.pl
8559                 
8560
8561 2002-10-11 [colin]      0.8.5claws21
8562
8563         * src/mainwindow.c
8564                 Make space work (better) when no mail is selected
8565
8566 2002-10-11 [colin]      0.8.5claws20
8567
8568         * src/inc.c
8569           src/news.c
8570                 fix warnings
8571
8572 2002-10-11 [colin]      0.8.5claws19
8573
8574         * src/mainwindow.c
8575                 revert 0.8.5claws6 changes as i couldn't get to
8576                 anything satisfying
8577
8578 2002-10-11 [melvin]     0.8.5claws18
8579
8580         * src/compose.c
8581                 Removed buggy and unused macro (should have been committed in
8582                 0.8.5claws17)
8583
8584 2002-10-11 [melvin]     0.8.5claws17
8585
8586         * src/compose.c
8587                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8588
8589 2002-10-11 [thorsten]   0.8.5claws16 
8590
8591         * src/folderview.c
8592                 remove rescan warning
8593
8594 2002-10-11 [colin]      0.8.5claws15 
8595
8596         * src/procheader.c
8597                 fix a segfault that happens if conv_unmime_header
8598                 fails (should be better to find out why it fails)
8599
8600 2002-10-11 [christoph]  0.8.5claws14
8601
8602         * src/summaryview.c
8603                 update folderview stats after ignore/unignore thread
8604
8605 2002-10-11 [hoa]        0.8.5claws13
8606
8607         * src/quote_fmt_parse.y
8608                 Fixed a yacc/bison syntax error
8609         * src/matcher.c
8610                 Escaping of string is fixed.
8611
8612 2002-10-11 [colin]      0.8.5claws12
8613
8614         * src/imageview.c
8615                 Resize images to fit
8616
8617 2002-10-11 [paul]       0.8.5claws11
8618
8619         * po/es.po
8620                 updated by Ricardo Mones Lastra
8621
8622 2002-10-10 [alfons]     0.8.5claws10
8623
8624         * src/compose.c
8625                 allow dropping files by "moving" files from a file manager,
8626                 not only by the more cumbersome "copying". the latter 
8627                 mostly implies holding down the Control button
8628
8629 2002-10-10 [christoph]  0.8.5claws9
8630
8631         * src/summaryview.c
8632                 update folders after thread building for ignored threads
8633
8634 2002-10-10 [christoph]  0.8.5claws8
8635
8636         * config/.cvsignore
8637                 added Makefile
8638         * src/filtering.[ch]
8639         * src/folder.[ch]
8640         * src/folderview.[ch]
8641         * src/import.c
8642         * src/inc.[ch]
8643         * src/mbox.[ch]
8644         * src/procmsg.c
8645         * src/summaryview.[ch]
8646                 o added new flag need_update to FolderItem
8647                 o removed folder_table from various functions from tracking
8648                   folder updates
8649                 o set need_update flags in folder.c's move, copy and delete
8650                   functions and procmsg's flags functions
8651                 o added function folderview_update_items_when_required that
8652                   updates all folders with need_update set
8653                 o call folderview_update_items_when_required instead of
8654                   folderview_update_item_foreach
8655
8656 2002-10-09 [sergey]     0.8.5claws7
8657
8658         * src/compose.c
8659                 Strip CRs whel loading the text into editor in reedit mode.
8660
8661 2002-10-09 [colin]      0.8.5claws6
8662
8663         * src/mainwindow.c
8664                 Make Space work when no mail is selected
8665
8666 2002-10-09 [colin]      0.8.5claws5
8667
8668         * src/gtksctree.[ch]
8669                 Fix range_select
8670                 Add gtk_sctree_reanchor() 
8671         * src/summaryview.c
8672                 Use gtk_sctree_reanchor() - better fix for 
8673                 bug 60413
8674
8675 2002-10-09 [colin]      0.8.5claws4
8676
8677         * src/summaryview.c
8678                 Fix shift-click select after delete problem
8679                 (closes bug 60413)
8680
8681 2002-10-08 [thorsten]   0.8.5claws3
8682
8683         * src/summaryview.c
8684                 exclude current msg from -hide read messages-
8685
8686 2002-10-08 [colin]      0.8.5claws2
8687
8688         * src/inc.[ch]
8689           src/pop.c
8690           src/recv.c
8691                 Differentiate socket errors from disk full
8692                 errors
8693
8694 2002-10-08 [christoph]  0.8.5claws1
8695
8696         * Makefile.am
8697         * configure.in
8698                 modifications for new config directory
8699
8700         * config.guess  ** REMOVED **
8701         * config.sub    ** REMOVED **
8702         * install-sh    ** REMOVED **
8703         * ltmain.sh     ** REMOVED **
8704         * missing       ** REMOVED **
8705         * mkinstalldirs ** REMOVED **
8706                 these files are autogenerated by automake
8707                 when you run autogen.sh
8708
8709         * config/.cvsignore     ** NEW FILE **
8710         * config/Makefile.am    ** NEW FILE **
8711                 ignore autogenerated files
8712                 create a Makefile in this directory
8713
8714 2002-10-08 [paul]       0.8.5claws
8715
8716         * 0.8.5claws release
8717         
8718         * src/compose.c
8719           src/procheader.c
8720           src/procmsg.c
8721                 fix quote reply format for newsgroups reply bug
8722                 (thanks to Hoa)
8723                 
8724         * po/en_GB.po
8725           po/pl.po
8726                 updated by me and Witold Wladyslaw Wojciech Wilk
8727                 repectively
8728
8729 2002-10-07 [paul]       0.8.3claws53
8730
8731         * po/it.po
8732           po/pt_BR.po
8733           po/sr.po
8734                 updated messages catalogs, submitted by
8735                 Alessandro Maestri, Fabio Jr.Beneditto 
8736                 and Urke MMI, respectively.
8737
8738 2002-10-07 [christoph]  0.8.3claws52
8739
8740         * src/folder.[ch]
8741         * src/folderview.c
8742         * src/mainwindow.c
8743                 fix new folder ghost message bug
8744                 (closes bug [ 619722 ] wrong count for newly created folders)
8745
8746 2002-10-07 [christoph]  0.8.3claws51
8747
8748         * src/compose.c
8749                 fix news posting problem
8750
8751 2002-10-07 [melvin]     0.8.3claws50
8752
8753         * po/fr.po
8754                 Updated French translation
8755
8756 2002-10-05 [christoph]  0.8.3claws49
8757
8758         * src/gtkstext.c
8759                 check if line_start_cache is set in gtk_stext_update_text
8760                 (closes bug [ 618119 ] crash while doing search in folder)
8761
8762 2002-10-05 [christoph]  0.8.3claws48
8763
8764         * src/imap.c
8765         * src/news.c
8766         * src/utils.c
8767         * src/utils.h
8768                 implement cache cleanups for claws' folder system
8769                 (closes bug [ 595916 ] imapcache not cleaned up)
8770
8771 2002-10-05 [melvin]     0.8.3claws47
8772
8773         * src/prefs_actions.c
8774                 Made the help text more clear for the %p token
8775
8776 2002-10-04 [paul]       0.8.3claws46
8777
8778         * sync with 0.8.5
8779                 see ChangeLog 2002-10-02 and 2002-10-03
8780
8781 2002-10-04 [christoph]  0.8.3claws45
8782
8783         * src/inc.c
8784                 fix segfault caused by pop before smtp
8785                 call to inc_account_mail with NULL
8786                 pointer for mainwin
8787
8788 2002-10-04 [paul]       0.8.3claws44
8789
8790         * configure.in
8791                 sync the LDAP detection from 0.8.5cvs1
8792
8793 2002-10-02 [christoph]  0.8.3claws43
8794
8795         * po/de.po
8796                 fix small spelling error
8797
8798 2002-10-02 [melvin]     0.8.3claws42
8799
8800         * ac/aspell.m4
8801                 Behave better and say "no" when test program cannot be run.
8802
8803 2002-10-02 [paul]       0.8.3claws41
8804
8805         * sync with 0.8.4cvs1
8806                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8807                 
8808         * src/summaryview.c
8809                 toggle the behavior of Reply menuitem between
8810                 normal reply and reply-to-list
8811
8812 2002-10-01 [sergey]     0.8.3claws40
8813
8814         * src/compose.c
8815                 Convert newlines in the message text to the canonical form
8816                 before base64 encoding (RFC2045 compliance, fixes some
8817                 interoperability issues with Evolution 1.0.3)
8818
8819 2002-09-29 [colin]      0.8.3claws39
8820
8821         * src/summaryview.c
8822                 Fix an unwanted copy/paste
8823
8824 2002-09-29 [colin]      0.8.3claws38
8825
8826         * src/mainwindow.c
8827                 Renamed "Custom toolbar" to "Customize toolbar"
8828                 Renamed "Show all header" to "Show all headers"
8829                 Renamed "Set diplay item" to "Set displayed items"
8830         * src/prefs_common.c
8831                 Renamed "Show all header" to "Show all headers"
8832         * src/prefs_summary_column.c
8833                 Renamed "diplay item" to "displayed items"
8834
8835 2002-09-29 [colin]      0.8.3claws37
8836
8837         * src/mainwindow.[ch]
8838                 online/offline status pixmaps follow theme
8839                 changes
8840         * src/summaryview.[ch]
8841                 quicksearch pixmap follows theme changes
8842
8843 2002-09-29 [thorsten]   0.8.3claws36
8844
8845         * src/compose.c
8846           src/prefs_folder_item.[ch]
8847                 add default_reply_to folder option (closes patch 581044)
8848
8849 2002-09-29 [christoph]  0.8.3claws35
8850
8851         * acconfig.h    ** REMOVED **
8852         * configure.in
8853         * ac/aspell.m4
8854         * ac/check-type.m4
8855         * ac/gnupg-check-typedef.m4
8856                 fix autoheader 2.50 warning
8857
8858 2002-09-29 [christoph]  0.8.3claws34
8859
8860         * major code cleanup (part 2)
8861         
8862                 - unused variables removed
8863                 - unused functions removed
8864                 - uninitialized variables checked
8865                 - missing return statements added
8866                 - missing function return types added
8867                 - added parentheses around assignment
8868                   when suggested by gcc
8869
8870 2002-09-29 [alfons]     0.8.3claws33
8871
8872         * src/logwindow.c
8873                 log_window_clear(): only bracket gtk_text_forward_delete() 
8874                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8875                 works around GTK text bug)
8876
8877 2002-09-29 [paul]       0.8.3claws32
8878
8879         * po/bg.po
8880           po/sr.po
8881                 updated by George Danchev and Urke MMI
8882                 respectively
8883
8884 2002-09-27 [christoph]  0.8.3claws31
8885
8886         * doc-src/readme.txt
8887         * doc-src/rfc1806.txt   ** REMOVED **
8888         * doc-src/rfc2183.txt   ** NEW FILE **
8889         * doc-src/rfc2980.txt   ** NEW FILE **
8890                 update rfcs
8891
8892 2002-09-27 [melvin]     0.8.3claws30
8893
8894         * ac/aspell.m4
8895                 Fixed typo which could break linking
8896
8897 2002-09-27 [melvin]     0.8.3claws29
8898
8899         * ac/aspell.m4
8900                 Improved GNU/aspell checking. 
8901                 Fixed bug #614490
8902
8903 2002-09-27 [paul]       0.8.3claws28
8904
8905         * sync with 0.8.3cvs8
8906                 see ChangeLog 2002-09-27
8907
8908 2002-09-26 [colin]      0.8.3claws27
8909
8910         * src/toolbar.[ch]
8911           src/mainwindow.[ch]
8912                 Add "Reply to Mailing-list" to the toolbar
8913
8914 2002-09-26 [christoph]  0.8.3claws26
8915
8916         * src/summaryview.c
8917                 Fix wrong message counts in summaryview status
8918
8919 2002-09-26 [paul]       0.8.3claws25
8920
8921         * sync with 0.8.3cvs7
8922                 see ChangeLog 2002-09-26
8923
8924 2002-09-26 [paul]       0.8.3claws24
8925
8926         * sync with 0.8.3cvs6
8927                 see ChangeLog 2002-09-25
8928
8929 2002-09-25 [christoph]  0.8.3claws23
8930
8931         * src/prefs_common.c
8932         * src/prefs_folder_item.c
8933         * src/prefs_scoring.c
8934                 Renamed "kill score" to "hide score" in GUI
8935                 and prefs files
8936
8937 2002-09-25 [paul]       0.8.3claws22
8938
8939         * sync with 0.8.3cvs5
8940                 see ChangeLog 2002-09-24
8941
8942 2002-09-24 [alfons]     0.8.3claws21
8943
8944         patch by Satoshi Nagayasu: allows appending / saving multiple 
8945         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8946         'Save as ...'")
8947
8948         * AUTHORS
8949                 add Satoshi Nagayasu
8950         * src/summaryview.c
8951                 summary_save_as(): allow saving selected files to
8952                 one file
8953                 summary_set_menu_sensitive: enable "Save As..." when
8954                 multiple files are selected
8955         * src/utils.[ch]
8956                 append_file(): new function
8957
8958 2002-09-24 [colin]      0.8.3claws20
8959
8960         * src/procmime.c
8961                 Fix segfault when mimeinfo doesn't have a 
8962                 content_type. 
8963
8964 2002-09-24 [colin]      0.8.3claws19
8965
8966         * src/prefs_common.[ch]
8967                 Add a preference to display send dialog or not
8968         * src/send.c
8969                 Display send dialog according to preference
8970
8971 2002-09-24 [colin]      0.8.3claws18
8972
8973         * src/compose.[ch]
8974                 Disable user actions when sending
8975
8976 2002-09-24 [colin]      0.8.3claws17
8977
8978         * src/procmime.c
8979                 Do not display name or filename for attachments
8980                 with an application/pgp-signature type
8981                 (security flaw, see bug 537413)
8982
8983 2002-09-23 [colin]      0.8.3claws16
8984
8985         * src/editaddress.c
8986                 Initialize entry_email, entry_alias and 
8987                 entry_remarks to first email address of the list
8988
8989 2002-09-23 [colin]      0.83claws15
8990
8991         * src/compose.c
8992                 Drop pgp-signature when reediting a signed queued
8993                 message
8994
8995 2002-09-23 [melvin]     0.8.3claws14
8996
8997         * po/fr.po
8998                 Updated French translation
8999
9000 2002-09-23 [melvin]     0.8.3claws13
9001
9002         * src/mainwindow.c
9003                 Made custom toolbar menu labels more consistent
9004         * src/prefs_toolbar.c
9005                 Made custom toolbar window title more consistent
9006
9007 2002-09-22 [colin]      0.8.3claws12
9008
9009         * src/inc.c
9010                 Initialize session type to normal before getting 
9011                 mail (fixes strange Get behaviour)
9012         * src/prefs_account.h
9013                 Move STYPE_POP_BEFORE_SMTP to last position to 
9014                 avoid other side-effects
9015
9016 2002-09-22 [colin]      0.8.3claws11
9017
9018         * src/prefs_account.c
9019                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9020                 from pop3 to apop or vice-versa
9021
9022 2002-09-22 [colin]      0.8.3claws10
9023         
9024         * src/prefs_account.[ch]
9025                 Add an option for the POP before SMTP timeout
9026         * src/inc.c
9027                 Remember time of last POP connection
9028         * src/send.c
9029                 Do POP before SMTP only if timeout reached
9030
9031 2002-09-22 [oliver]     0.8.3claws9
9032         
9033         * README.claws
9034                 explain custom toolbar
9035
9036 2002-09-22 [oliver]     0.8.3claws8
9037
9038         * src/prefs_actions.[ch]
9039         custom toolbar for compose      
9040                 actions callback from compose toolbar
9041         * src/folderview.c
9042                 remove include toolbar.h
9043
9044 2002-09-22 [oliver]     0.8.3claws7
9045         
9046         * src/prefs_toolbar.[ch]
9047                 custom toolbar for compose
9048                 - generic prefs_toolbar handles both
9049                   Mainwin's toolbar as well as Compose toolbar          
9050
9051 2002-09-22 [oliver]     0.8.3claws6
9052         
9053         * src/toolbar.[ch]
9054                 custom toolbar for compose
9055                 restructure toolbar.[ch]
9056
9057 2002-09-22 [oliver]     0.8.3claws5
9058
9059         * src/compose.[ch]
9060                 custom toolbar for compose
9061
9062 2002-09-22 [oliver]     0.8.3claws4
9063         
9064         * src/mainwindow.[ch]
9065                 custom toolbar for compose 
9066                 move mainwin toolbar back to mainwindow
9067
9068 2002-09-22 [alfons]     0.8.3claws3
9069
9070         * src/procmsg.c
9071                 :%sno/if(/if (/gc
9072                 :%sno/for(/for (/gc
9073                 (beautify)
9074
9075 2002-09-22 [alfons]     0.8.3claws2
9076         
9077         * src/procmsg.c
9078                 procmsg_save_to_outbox(): don't unlink message file from queue;
9079                 callers should do it using folder_item_remove_msg()
9080
9081 2002-09-22 [colin]      0.8.3claws1
9082
9083         * src/mimeview.[ch]
9084                 Made mimeview_check_signature() public
9085         * src/textview.c
9086                 Made GPG signatures verifiable by clicking
9087                 the [application/pgp-signature] in the Text
9088                 view
9089
9090 2002-09-22 [paul]       0.8.3claws
9091
9092         * po/bg.po
9093           po/en_GB.po
9094           po/es.po
9095           po/it.po
9096           po/pl.po
9097           po/pt_BR.po
9098           po/sr.po
9099                 updated translations, submitted by George Danchev,
9100                 me, Ricardo Mones Lastra, Alessandro Maestri,
9101                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9102                 and Urke MMI, respectively.     
9103
9104 2002-09-22 [alfons]     0.8.2claws65
9105
9106         * src/procmsg.c
9107         * src/pgptext.c
9108                 no furry valgrinds have been used to plug these memleaks
9109
9110 2002-09-20 [paul]       0.8.2claws64
9111
9112         * sync with 0.8.3cvs4
9113                 'Select thread' re-implemented 
9114                 see ChangeLog 2002-09-20
9115
9116 2002-09-21 [alfons]     0.8.2claws63
9117
9118         * src/compose.c
9119                 compose_send(): plug unnoticed memleak
9120
9121 2002-09-20 [alfons]     0.8.2claws62
9122
9123         * src/addr_compl.c
9124                 replace_address_in_edit(): strict check for NULL address to
9125                 fix "[ 607348 ] Segfault in address completion". My guess is
9126                 that this happens with an empty address book, but it's good
9127                 to have this check here anyway
9128                 
9129                 completion_window_button_press(): free string returned 
9130                 from the internal cache
9131
9132 2002-09-20 [christoph]  0.8.2claws61
9133
9134         * src/procmime.h
9135                 added ENC_BINARY to EncodingType
9136         * src/procmime.c
9137                 the string returned by procmime_get_encoding_str
9138                 should not depend on the order of values in the
9139                 EncodingType definition
9140         * doc-src/rfc1806.txt   ** NEW FILE **
9141                 Added rfc1806 about MIME Content-Disposition
9142                 Extension
9143
9144 2002-09-19 [paul]       0.8.2claws60
9145
9146         * sync with 0.8.2cvs3
9147                 see ChangeLog 2002-09-19
9148
9149 2002-09-19 [paul]       0.8.2claws59
9150
9151         * src/prefs_folder_item.c
9152                 revert to Darko's original alignment of colour
9153                 selector button
9154                 add a colon to folder_color label
9155                 
9156         * src/compose.c
9157                 add Colin's patch (with Hiro's modifications) to 
9158                 force BASE64 encoding for 8-bit text when signing
9159                 (sync with 0.8.3cvs2)
9160
9161 2002-09-18 [alfons]     0.8.2claws58
9162
9163         * src/compose.c
9164                 :%sno/if(/if (/gc
9165                 :%sno/for(/for (/gc
9166                 (beautify a little bit)
9167
9168 2002-09-18 [christoph]  0.8.2claws57
9169
9170         * src/pine.c
9171                 fix handling of fgetc return value
9172
9173 2002-09-17 [alfons]     0.8.2claws56
9174         
9175         * src/summaryview.c
9176                 summary_sort(): check non-NULL summaryview->folder_item when no 
9177                 folder is selected at all
9178                 (closes "[ 610344 ] sort label make syl Crash")
9179
9180 2002-09-17 [alfons]     0.8.2claws55
9181         
9182         * src/compose.c
9183                 beautify a little bit
9184
9185 2002-09-17 [christoph]  0.8.2claws54
9186
9187         * src/folder.c
9188                 initialize max values for cache and folder
9189                 when cache or folder is empty
9190
9191 2002-09-15 [colin]      0.8.2claws53
9192
9193         * src/compose.c
9194                 Fix a leak (thanks Alfons!) and cleaned
9195                 variables names for custom headers
9196
9197 2002-09-15 [colin]      0.8.2claws52
9198
9199         * src/compose.c
9200                 Fix custom headers recognition when
9201                 prefs_common.trans_hdr is on
9202
9203 2002-09-15 [colin]      0.8.2claws51
9204
9205         * src/compose.c
9206                 Allow dynamically-added custom headers
9207                 Yet not reparsed if reedited
9208
9209 2002-09-15 [alfons]     0.8.2claws50
9210
9211         * src/prefs_account.c
9212                 fix warnings
9213
9214 2002-09-15 [colin]      0.8.2claws49
9215         
9216         * src/prefs_account.c
9217                 fix pop_before_smtp sensitivity
9218
9219 2002-09-15 [colin]      0.8.2claws48
9220
9221         * src/inc.[ch]
9222                 add inc_pop_before_smtp()
9223                 allow MainWindow to be undefined in 
9224                 inc_account_mail() and inc_start()
9225         * src/pop.c
9226           src/prefs_account.h
9227                 add STYPE_POP_BEFORE_SMTP session type
9228         * src/prefs_account.c
9229                 activated pop before smtp option
9230         * src/send.c
9231                 do pop before smtp if the relevant option 
9232                 is set
9233
9234 2002-09-15 [paul]       0.8.2claws47
9235
9236         * sync with 0.8.3
9237                 see ChangeLog 2002-09-15
9238
9239 2002-09-14 [paul]       0.8.2claws46
9240
9241         * po/bg.po
9242                 updated Bulgarian translation, submitted by
9243                 George Danchev
9244
9245 2002-09-13 [paul]       0.8.2claws45
9246
9247         * src/compose.c
9248                 merge claws' select_account() with main's
9249                 (new) compose_select_account(). [sync with
9250                 0.8.2cvs15, see ChangeLog 2002-09-11]
9251
9252 2002-09-12 [christoph]  0.8.2claws44
9253
9254         * src/filter.c
9255                 allocate 1 elements of FolderItem not 0
9256
9257 2002-09-12 [colin]      0.8.2claws43
9258
9259         * src/compose.c
9260                 Fix bug #590825 (obey Follow-up: poster)
9261
9262 2002-09-12 [colin]      0.8.2claws42
9263
9264         * src/procmime.c
9265                 Fix bug #557009 (wrong headers for messages 
9266                 forwarded as attachments)
9267
9268 2002-09-11 [colin]      0.8.2claws41
9269         
9270         * src/compose.c
9271                 Put SCF: pseudo-header on top of message
9272                 Set draft tmp_flag when saved as draft
9273
9274         * src/procmsg.c
9275           src/procheader.c
9276                 Skip after first \n\n for beginning of real message
9277                 for drafts too
9278
9279 2002-09-11 [christoph]  0.8.2claws40
9280
9281         * src/filtering.c
9282                 use procmsg flag functions in filtering or processing
9283                 will cause incorrect folder message counts
9284
9285 2002-09-11 [colin]      0.8.2claws39
9286
9287         * src/compose.c
9288                 Fix bug #550175 - wrong save folder when reediting
9289                 drafts
9290
9291 2002-09-11 [paul]       0.8.2claws38
9292
9293         * sync with 0.8.2cvs14
9294                 see ChangeLog 2002-09-11
9295
9296 2002-09-11 [colin]      0.8.2claws37
9297
9298         * src/folder.c
9299                 Fix a typo (seeming to cause new/unread status to
9300                 be lost)
9301
9302 2002-09-10 [christoph]  0.8.2claws36
9303
9304         * src/compose.c
9305                 compose_redirect should not use compose_generic_new
9306                 because that does more stuff than expected including
9307                 opening the external editor
9308                 (closes bug "[ 526608 ] bounced messages appear blank
9309                  in editor")
9310
9311 2002-09-10 [christoph]  0.8.2claws35
9312
9313         * src/folder.c
9314                 fix problem with too large message number range
9315                 causing a crash in folder_item_scan
9316
9317 2002-09-10 [paul]       0.8.2claws34
9318
9319         * sync with 0.8.2cvs13
9320                 see ChangeLog 2002-09-10
9321
9322 2002-09-10 [christoph]  0.8.2claws33
9323
9324         * src/msgcache.c
9325                 set MsgInfo TmpFlags for queue and draft folders
9326                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9327
9328 2002-09-10 [paul]       0.8.2claws32
9329
9330         * AUTHORS
9331           po/bg.po      ** NEW FILE **
9332                 new Bulgarian translation submitted by
9333                 George Danchev <danchev@spnet.net>
9334                 
9335         * tools/Makefile.am
9336           tools/README
9337           tools/tb2sylpheed     ** NEW FILE **
9338                 add script that converts an addressbook exported
9339                 from The Bat! into a Sylpheed addressbook. Submitted
9340                 by Urke MMI <urke-kg@eunet.yu>
9341
9342 2002-09-10 [paul]       0.8.2claws31
9343
9344         * sync with 0.8.2cvs12
9345                 see ChangeLog 2002-09-10
9346
9347 2002-09-06 [paul]       0.8.2claws30
9348
9349         * src/prefs_common.c
9350                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9351                 
9352         * tools/Makefile.am
9353           tools/README
9354           tools/ldif-to-xml.py  ** REMOVED **
9355                 remove obsolete python script
9356
9357 2002-09-06 [paul]       0.8.2claws29
9358
9359         * sync with 0.8.2cvs10
9360                 see ChangeLog 2002-09-06
9361
9362 2002-09-04 [paul]       0.8.2claws28
9363
9364         * sync with 0.8.2cvs9
9365                 see ChangeLog 2002-08-04
9366
9367 2002-09-04 [colin]      0.8.2claws27 
9368
9369         * src/prefs_common.[ch]
9370                 Added signature color configuration
9371         * src/textview.c
9372                 Use user-specified signature color
9373
9374 2002-09-03 [colin]      0.8.2claws26
9375
9376         * src/prefs_common.[ch]
9377                 Added autosave and autosave_length prefs
9378         * src/compose.c
9379                 Added compose_remove_draft()
9380                 Auto-save drafts according to the prefs
9381         * src/main.c
9382                 Added a crash-indicator file, allowing to check
9383                 for new messages on startup if Sylpheed crashed
9384                 (makes saved drafts "reappear")
9385
9386 2002-09-03 [colin]      0.8.2claws25
9387
9388         * src/textview.[ch]
9389                 Grey the signature
9390
9391 2002-09-03 [paul]       0.8.2claws24
9392
9393         * sync with 0.8.2cvs8
9394                 see ChangeLog 2002-09-02 and 2002-09-03
9395
9396 2002-09-03 [darko]      0.8.2claws23
9397
9398         * src/folderview.c
9399                 use normal style when creating new folder to pick
9400                 proper font size 
9401
9402 2002-09-02 [melvin]     0.8.2claws22
9403
9404         * src/gtkaspell.m4
9405                 removed some obsolete code
9406
9407 2002-09-02 [melvin]     0.8.2claws21
9408
9409         * ac/aspell.m4
9410                 fixed test's equality sign (== to =)
9411
9412 2002-09-02 [alfons]     0.8.2claws20
9413
9414         * src/folder.c
9415         * src/mh.c
9416                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9417                 as folder->destroy virtual as suggested by Hiro
9418                 (the mh.c code seems to have been lost around mh.c.1.21)
9419
9420 2002-09-02 [paul]       0.8.2claws19
9421
9422         * po/pt_BR.po
9423                 updated by Fabio Jr. Beneditto
9424                 
9425         * src/defs.h
9426                 use 'http://claws.sylpheed.org' for homepage link. 
9427                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9428
9429 2002-09-01 [alfons]     0.8.2claws18
9430
9431         * src/mh.c
9432                 plug memleak related to one Martin Kluge found
9433
9434 2002-08-31 [paul]       0.8.2claws17
9435
9436         * sync with 0.8.2cvs6
9437                 see ChangeLog 2002-08-30
9438
9439 2002-08-31 [alfons]     0.8.2claws16
9440
9441         * src/folder.c
9442                 folder_destroy(): remove mailbox from folderlist even if it has
9443                 no destroy virtual
9444
9445 2002-08-31 [alfons]     0.8.2claws15
9446
9447         * src/folder.c
9448                 :%sno/if(/if (/gc
9449                 :%sno/for(/for (/gc
9450                 (being pedantic I know)
9451
9452 2002-08-31 [alfons]     0.8.2claws14
9453
9454         * src/folder.c
9455                 check for NULL pointers returned from folder->fetch_msginfo virtual
9456                 (should solve some reported crashes)
9457
9458 2002-08-30 [alfons]     0.8.2claws13
9459
9460         * acconfig.h
9461         * configure.in
9462         * src/crash.c
9463                 enable crash dialog on compilation time
9464                 (--enable-crash-dialog configure option)
9465
9466 2002-08-30 [alfons]     0.8.2claws12
9467
9468         * AUTHORS
9469                 add Martin Kluge
9470         * src/mh.c
9471                 apply memory leak plug patch by Martin Kluge
9472                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9473                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9474                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9475
9476 2002-08-30 [darko]      0.8.2claws11
9477
9478         * src/folderview.c
9479                 copy Gtk style from normal style to match
9480                 font size for coloured folders
9481
9482 2002-08-29 [alfons]     0.8.2claws10
9483
9484         * sylpheed.desktop
9485                 Type=Internet <- Type=Application
9486                 (reported by Michael Schwendt, see:
9487                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9488                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9489
9490 2002-08-29 [paul]       0.8.2claws9
9491
9492         * sync with 0.8.2cvs5
9493                 see ChangeLog 2002-08-29
9494
9495 2002-08-29 [colin]      0.8.2claws8
9496
9497         * src/summaryview.c
9498                 Added a sanity check in summary_select_thread
9499                 Should fix bug 601605
9500
9501 2002-08-29 [colin]      0.8.2claws7
9502
9503         * src/main.c
9504                 Revert claws6 changes regarding bug #591676
9505
9506 2002-08-28 [colin]      0.8.2claws6
9507         
9508         * src/main.c
9509                 Ignore cache for queue folderitems
9510                 Fix bug #591676
9511
9512 2002-08-28 [melvin]     0.8.2claws5
9513
9514         * README.claws
9515                 Fixed typos.
9516
9517 2002-08-28 [melvin]     0.8.2claws4
9518
9519         * README.claws
9520                 Updated a bit the text concerning the spell checker
9521
9522 2002-08-28 [melvin]     0.8.2claws3
9523
9524         Merged the GNU_aspell_branch:
9525                 Support of new GNU/aspell is now included and the old pspell
9526                 is not supported anymore.
9527                 See README.claws
9528
9529         * README.claws
9530                 Updated spell checker text to reflect the switch to GNU/aspell
9531
9532         * ac/aspell.m4          *** NEW ***
9533         * src/gtkaspell.[ch]    *** NEW *** 
9534         * ac/pspell.m4          *** DELETED *** 
9535         * src/gtkspell.[ch]     *** DELETED ***
9536
9537         * ac/Makefile.am
9538                 Updated for GNU/aspell support
9539
9540         * po/POTFILES.in
9541                 Replaced gtkspell.c by gtkaspell.c
9542
9543         * acconfig.h
9544         * src/Makefile.am
9545         * src/about.c
9546         * src/compose.[ch]
9547         * src/crash.c
9548         * src/main.c
9549         * src/prefs_common.[ch]
9550                 Updated for GNU/aspell support
9551
9552 2002-08-28 [paul]       0.8.2claws2
9553
9554         * sync with 0.8.2cvs4
9555                 see ChangeLog 2002-08-27 and 2002-08-28
9556
9557 2002-08-28 [colin]      0.8.2claws1
9558
9559         * src/summary_search.c
9560                 Added "AND search"
9561
9562 2002-08-28 [jens]       0.8.2claws
9563
9564         *po/de.po
9565                 Updated German translations
9566
9567 2002-08-27 [melvin]     0.8.2claws
9568
9569         * po/fr.po
9570                 Updated French translations
9571
9572 2002-08-27 [paul]       0.8.2claws
9573
9574         * sync with 0.8.2 main release
9575
9576         * po/en_GB.po
9577           po/es.po
9578           po/it.po
9579           po/pl.po
9580           po/pt_BR.po
9581           po/sr.po
9582                 updated message catalogs submitted by
9583                 Ricardo Mones Lastra, Alessandro Maestri,
9584                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9585                 Beneditto and Urke MMI  
9586
9587 2002-08-27 [hoa]        0.8.1claws123
9588
9589         * src/mainwindow.[ch]
9590         * src/summaryview.[ch]
9591                 removed the "filter setting" menu option.
9592                 add a "cancel a news message" menu option.
9593
9594 2002-08-26 [martin]     0.8.1claws122
9595
9596         * ChangeLog.claws
9597                 changed string under 0.8.1claws79 changed by myself
9598                 i'm sorry alfons :(
9599
9600 2002-08-26 [martin]     0.8.1claws121
9601
9602         * src/crash.c
9603                 added kill command to debuggerrc to start crash dialog
9604
9605 2002-08-26 [paul]       0.8.1claws120
9606
9607         * sync with 0.8.1cvs31
9608                 see ChangeLog 2002-08-26
9609
9610 2002-08-25 [alfons]     0.8.1claws119
9611
9612         * src/procmsg.c
9613                 fix bug that didn't send out correct headers to news server
9614                 when sending news article and email from queue (bug reported
9615                 and patch provided by Tim Mann; closes bug 
9616                 "[ 583196 ] 0.7.8claws can't post news")
9617
9618 2002-08-25 [alfons]     0.8.1claws118
9619
9620         * src/selective_download.c
9621                 mark two strings as translatable
9622                 (thanks to Urke MMI for pointing this out)
9623
9624 2002-08-25 [alfons]     0.8.1claws117
9625
9626         * src/summaryview.c
9627                 treat sent boxes as special and allow sorting them by addressee
9628                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9629                 submitted by Steve Lamb)
9630
9631 2002-08-24 [alfons]     0.8.1claws116
9632
9633         * src/matcher.c
9634                 fix memleak reported by Martin Kluge
9635                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9636
9637 2002-08-24 [oliver]     0.8.1claws115
9638
9639         * src/prefs_toolbar.c
9640                 o code cleanup as suggested by Alfons
9641                 o memleak fix
9642
9643 2002-08-24 [alfons]     0.8.1claws114
9644
9645         * src/summaryview.c
9646                 o fix another memory leak reported by Martin Kluge
9647                   (see "[ 599568 ] Small Memory Leak")
9648                 o remove 'from' variable from 'summary_set_header()'; we can
9649                   do with just 'to' 
9650
9651 2002-08-24 [paul]       0.8.1claws113
9652
9653         * sync with 0.8.1cvs30
9654                 see ChangeLog 2002-08-23
9655
9656 2002-08-24 [alfons]     0.8.1claws112
9657
9658         * src/summaryview.c
9659                 remove unnecessary allocations for search bar fixing leaks
9660                 reported by Martin Kluge
9661                 (see "[ 599451 ] Further memory leaks?")
9662
9663 2002-08-24 [alfons]     0.8.1claws111
9664
9665         * src/main.c
9666                 make get_socket_name() public for crash.c
9667         * src/crash.c
9668                 o make report bug button work (goes to claws' 
9669                   bug tracker at sf.net)
9670                 o introduce function for doing important stuff just
9671                   before claws goes down
9672                 o clean up code 
9673
9674 2002-08-24 [alfons]     0.8.1claws110
9675
9676         * src/compose.c
9677                 move cursor to "To" entry when forwarding as attachment
9678                 (reported and solved by Steve Lamb, closes bug report
9679                 "[ 592880 ] Forward as attachment; cursor not in to")
9680
9681 2002-08-24 [colin]      0.8.1claws109
9682
9683         * src/mainwindow.c
9684                 fix quick search visibility after GUI (de)separations.
9685
9686 2002-08-23 [colin]      0.8.1claws108
9687
9688         * src/mainwindow.c
9689                 fix header pane visibility after folderview or
9690                 messageview (de)separation
9691
9692 2002-08-23 [paul]       0.8.1claws107
9693
9694         * src/mainwindow.[ch]
9695           src/toolbar.c
9696                 give full control of display or non-display 
9697                 of the Execute icon to Custom toolbar settings.
9698                 add new sensitivity condition to maninwindow.h: 
9699                 M_DELAY_EXEC
9700
9701         * ChangeLog
9702           ChangeLog.jp
9703           NEWS
9704                 more sync with 0.8.1cvs29
9705
9706 2002-08-23 [melvin]     0.8.1claws106
9707
9708         * src/alertpanel.c
9709                 Readded support for custom widget in alertpanel lost in last
9710                 sync.
9711
9712 2002-08-23 [paul]       0.8.1claws105
9713
9714         * sync with 0.8.1cvs29
9715                 see ChangeLog 2002-08-23
9716
9717 2002-08-23 [colin]      0.8.1claws104
9718
9719         * src/summaryview.c
9720                 Fix folder and search pixmaps exchanging positions
9721                 after theme or toolbar changes. Thank to Oliver for 
9722                 reporting this.
9723
9724 2002-08-23 [colin]      0.8.1claws103
9725
9726         * src/mainwindow.c
9727           src/messageview.[ch]
9728           src/noticeview.[ch]
9729           src/summaryview.c
9730                 Changed messageview_create() and noticeview_create()
9731                 to avoid the last gdk_warning
9732
9733 2002-08-22 [colin]      0.8.1claws102
9734
9735         * src/summaryview.c
9736                 Fix my new `Creating pixmap from xpm' warning
9737
9738 2002-08-22 [colin]      0.8.1claws101
9739
9740         * src/mainwindow.c
9741                 Fix some of the gdk warnings
9742
9743 2002-08-22 [colin]      0.8.1claws100
9744
9745         * src/Makefile.am
9746         * src/stock_pixmap.c
9747         * src/stock_pixmap.h
9748         * src/pixmaps/quicksearch.xpm *ADDED*
9749                 Add the quicksearch pixmap
9750         * src/mainwindow.c
9751         * src/summaryview.c
9752         * src/summaryview.h
9753                 Make quicksearch bar visible/hidden via a button
9754
9755 2002-08-22 [christoph]  0.8.1claws99
9756
9757         * src/folder.c
9758                 fix folder update for newsgroups with message
9759                 numbers below minimum number of articles to fetch
9760                 (closes bug #598445)
9761
9762 2002-08-22 [paul]       0.8.1claws98
9763
9764         * sync with 0.8.1cvs28
9765                 see ChangeLog 2002-08-22
9766
9767 2002-08-21 [alfons]     0.8.1claws97
9768
9769         * src/crash.c
9770                 use bt instead of bt full which seems to work 
9771                 better, and bt full doesn't give a great deal 
9772                 of information anyway
9773
9774 2002-08-21 [colin]      0.8.1claws96
9775
9776         * src/summaryview.c
9777                 fix summaryview_searchtype_changed prototype
9778
9779 2002-08-21 [christoph]  0.8.1claws95
9780
9781         * src/mainwindow.c
9782                 o fix broken menu update for sorting type, we have to
9783                   get this info from the summaryview now
9784                 o removed setting of threaded state in menu callback
9785         * src/summaryview.[ch]
9786                 more summaryview/folderitem seperation for
9787                 threading option
9788         * configure.in
9789                 removed not required --with-compiler-flags option
9790
9791 2002-08-21 [oliver]     0.8.1claws94
9792         
9793         * src/toolbar.h 
9794                 o rename toolbar.xml to toolbar_main.xml
9795                   since toolbar_compose.xml might come up 
9796                   any time soon
9797         * README.claws
9798                 add custom toolbar              
9799
9800 2002-08-21 [darko]      0.8.1claws93
9801
9802         * src/procmsg.c
9803                 don't reset tmp flags for messages copied
9804                 to sent folder
9805
9806 2002-08-21 [colin]      0.8.1claws92
9807         
9808         * src/prefs_filtering.c
9809                 fix renaming rules on folder rename 
9810                 when folder is not a leaf folder
9811
9812 2002-08-21 [paul]       0.8.1claws91
9813
9814         * src/prefs_folder_item.c
9815                 fix alignment of colour selector
9816
9817 2002-08-21 [paul]       0.8.1claws90
9818
9819         * sync with 0.8.1cvs27
9820                 see ChangeLog 2002-08-21
9821
9822 2002-08-21 [paul]       0.8.1claws89
9823
9824         * src/summaryview.c
9825                 fix crash when changing field type in
9826                 Quick search bar
9827
9828 2002-08-21 [colin]      0.8.1claws88
9829
9830         * src/summaryview.c
9831                 Made quick search case-insensitive
9832
9833 2002-08-21 [paul]       0.8.1claws87
9834
9835         * sync with 0.8.1cvs26
9836                 see ChangeLog 2002-08-21
9837
9838 2002-08-20 [christoph]  0.8.1claws86
9839
9840         * src/folderview.c
9841         * src/main.c
9842         * src/summaryview.[ch]
9843                 more summaryview/folderitem seperation for
9844                 sort_key and sort_type
9845         * src/procmsg.c
9846                 added missing return statement
9847
9848 2002-08-20 [colin]      0.8.1claws85
9849
9850         * src/summaryview.[ch]
9851                 Added a quick search box
9852         * src/mainwindow.c
9853         * src/prefs_common.[ch]
9854                 Added a show/hide option for the quick search
9855
9856 2002-08-20 [oliver]     0.8.1claws84
9857         
9858         * src/mainwindow.c
9859                 remove toolbar_create_popups
9860         * src/toolbar.[ch]
9861                 o remove toolbar_create_popups
9862                 o fix toolbar_set_sensitive 
9863                   (Bug reports #596834 and #596832)     
9864         * src/prefs_toolbar.c
9865                 o add "Set default" button
9866                 o align label and text + combo widgets
9867
9868 2002-08-20 [hoa]        0.8.1claws83bis
9869
9870         * src/imap.c
9871                 fixed a bug in imap_fetch_msginfo() in case there is no
9872                 current folder.
9873
9874 2002-08-20 [darko]      0.8.1claws83
9875
9876         * src/folderview.c
9877                 copy the color style of folder view so it
9878                 works with GTK themes
9879
9880 2002-08-20 [darko]      0.8.1claws82
9881
9882         * src/folder.h
9883         * src/folderview.c
9884         * src/prefs_folder_item.[hc]
9885                 don't use UI stuff in folder.h
9886
9887 2002-08-20 [darko]      0.8.1claws81
9888
9889         * src/folder.h
9890         * src/prefs_folder_item.h
9891         * src/folderview.c
9892         * src/prefs_folder_item.c
9893                 ability to set folder color in folderview
9894
9895 2002-08-19 [alfons]     0.8.1claws80
9896
9897         * src/summaryview.c
9898                 fix one of the earlier memleaks reported by Martin Kluge
9899
9900 2002-08-19 [alfons]     0.8.1claws79
9901
9902         * src/mainwindow.c
9903                 hide notice view when selecting seperate folder
9904                 view (reported by Urke MMI)
9905
9906 2002-08-19 [christoph]  0.8.1claws78
9907
9908         * src/folderview.c
9909         * src/prefs_folder_item.h
9910         * src/summaryview.[ch]
9911                 o add summary_set_prefs_from_folderitem to set
9912                   summaryview prefs (first step to remove all
9913                   references to the folderitem in summaryview)
9914                 o moved compiled regex stuff from folderitem prefs
9915                   to summaryview code
9916
9917 2002-08-19 [paul]       0.8.1claws77
9918
9919         * src/compose.c
9920                 add check for '.' to QUOTE_IF_REQUIRED
9921
9922 2002-08-19 [paul]       0.8.1claws76
9923
9924         * src/inc.c
9925                 sync with 0.8.1cvs25 (plug memory leak)
9926
9927         * src/prefs_toolbar.c
9928                 re-order prefs_toolbar_cancel()
9929
9930 2002-08-18 [alfons]     0.8.1claws75
9931
9932         * src/inc.c
9933         * src/matcher.c
9934                 plug other memleaks reported by Martin Kluge
9935
9936 2002-08-18 [paul]       0.8.1claws74
9937
9938         * po/pt_BR.po
9939                 updated by Fabio Jr. Beneditto
9940
9941 2002-08-18 [paul]       0.8.1claws73
9942
9943         * src/toolbar.[ch]
9944                 fix bug where tooltips were displayed untranslated              
9945
9946         * src/prefs_toolbar.c
9947                 fix bug where clicking 'Cancel' creates an icon & text
9948                 toolbar regardless of prefs
9949         
9950
9951 2002-08-17 [oliver]     0.8.1claws72
9952
9953         * src/prefs_toolbar.c
9954                 update toolbar on CANCEL
9955                 bug reported by Martin Kluge
9956         * src/toolbar.c
9957                 toolbar_destroy memleak fixed           
9958
9959 2002-08-17 [alfons]     0.8.1claws71
9960
9961         * src/toolbar.c
9962                 plug another memleak reported by Martin Kluge
9963
9964 2002-08-16 [alfons]     0.8.1claws70
9965
9966         * src/crash.c
9967                 use execvp() correctly (suggested by wwp; thanks!)
9968
9969 2002-08-16 [alfons]     0.8.1claws69
9970
9971         * src/gtksctree.c
9972                 plug memory leak reported by Kim Schultz & Martin Kluge
9973
9974 2002-08-16 [paul]       0.8.1claws68
9975
9976         * po/es.po
9977                 updated by Ricardo Mones Lastra
9978
9979 2002-08-16 [paul]       0.8.1claws67
9980
9981         * src/toolbar.h
9982                 fix bug where 'Compose News' icon showed wrong
9983                 tooltip
9984
9985 2002-08-16 [paul]       0.8.1claws66
9986
9987         * sync with 0.8.1cvs24
9988                 see ChangeLog 2002-08-16
9989
9990         * po/it.po
9991                 updated by Alessandro Maestri
9992
9993 2002-08-15 [paul]       0.8.1claws65
9994
9995         * po/sr.po
9996                 updated by Urke MMI
9997
9998 2002-08-15 [paul]       0.8.1claws64
9999
10000         * src/*.c
10001                 don't translate debug info
10002
10003         * src/matcher.[ch]
10004                 add copyright info
10005
10006 2002-08-15 [paul]       0.8.1claws63
10007
10008         * src/prefs_toolbar.c
10009                 fix bug where clicking 'OK' creates an icon & text
10010                 toolbar regardless of prefs
10011
10012 2002-08-14 [alfons]     0.8.1claws62
10013
10014         * src/main.c
10015                 add global var that has the full argv[0]
10016         * src/crash.c
10017                 o execvp the correct sylpheed by using argv0
10018                   and setting the correct work dir
10019                 o other tweaks  
10020
10021 2002-08-14 [oliver]     0.8.1claws61
10022         
10023         * enable/disable Toolbar Action Buttons 
10024         * code cleanups
10025         * src/mainwindow.c
10026         * src/toolbar.[ch]      
10027         * src/prefs_toolbar.c   
10028
10029 2002-08-14 [melvin]     0.8.1claws60
10030
10031         * po/fr.po
10032                 Updated French translations
10033
10034 2002-08-14 [melvin]     0.8.1claws59
10035
10036         * src/crash.c
10037                 Made bug report not translatable
10038         * src/exporthtml.c
10039                 Fixed exporthtml_build_filespec() return value
10040         * src/foldersel.c
10041                 Fixed incorrect include file
10042         * src/gtkspell.c
10043         * src/prefs_actions.c
10044         * src/prefs_toolbar.c
10045                 Made debug info not translatable
10046         * src/mutt.c
10047         * src/quote_fmt.c
10048                 Added missing includes
10049         * src/prefs_common.c
10050                 Fixed typo
10051
10052 2002-08-14 [paul]       0.8.1claws58
10053
10054         * faq/es/sylpheed-faq.html
10055           faq/es/sylpheed-faq-[1-3].html
10056           faq/es/sylpheed-faq-4.html     **NEW FILE **
10057                 update Spanish FAQ
10058
10059 2002-08-13 [christoph]  0.8.1claws57
10060
10061         * src/procmsg.c
10062                 ignore thread fix that did not mark all
10063                 child nodes of a ignored thread as
10064                 ignored. Does not work perfectly yet,
10065                 but it is better now
10066
10067 2002-08-13 [alfons]     0.8.1claws56
10068
10069         * src/crash.c
10070                 o implement 'save crash log'
10071                 o some tweaks
10072
10073 2002-08-13 [melvin]     0.8.1claws55
10074
10075         * src/main.c
10076                 removed unrequired "execinfo.h" header
10077
10078 2002-08-12 [paul]       0.8.1claws54
10079
10080         * faq/en/sylpheed-faq.html
10081           faq/en/sylpheed-faq-[1-3].html
10082           faq/en/sylpheed-faq-4.html     **NEW FILE **
10083                 update English FAQ
10084
10085 2002-08-12 [alfons]     0.8.1claws53
10086
10087         * po/POTFILES.in
10088                 add crash.c to translatables
10089         * src/crash.c
10090                 bring in Leandro's crash dialog
10091
10092 2002-08-11 [alfons]     0.8.1claws52
10093
10094         * src/crash.c
10095                 clean up some warnings
10096
10097 2002-08-11 [alfons]     0.8.1claws51
10098
10099         * acconfig.h
10100         * configure.in
10101         * src/crash.[ch]        ** NEW FILES **
10102         * src/main.c            
10103                 initial gdb crash handler
10104
10105 2002-08-11 [paul]       0.8.1claws50
10106
10107         * src/prefs_toolbar.c
10108                 replace Up/Down arrow pixmaps with text to be
10109                 consistent across icon themes
10110
10111 2002-08-11 [paul]       0.8.1claws49
10112
10113         * src/prefs_common.c
10114           src/prefs_toolbar.c
10115                 rename 'Pixmap' -> 'Icon'
10116
10117         * src/toolbar.[ch]
10118                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10119
10120 2002-08-10 [paul]       0.8.1claws48
10121
10122         * src/prefs_toolbar.c
10123                 re-work the UI
10124
10125 2002-08-10 [paul]       0.8.1claws47
10126
10127         * src/main.c
10128                 don't write Processing progress to status bar
10129                 patch submitted by Alexander Evseev
10130
10131         * src/prefs_toolbar.c
10132                 re-position and resize window
10133                 make window assume correct size on first call
10134
10135 2002-08-10 [paul]       0.8.1claws46
10136
10137         * src/mainwindow.c
10138           src/prefs_toolbar.c
10139           src/toolbar.c
10140           src/toolbar.h
10141                 obey coding style
10142                 follow UI text conventions
10143
10144 2002-08-10 [alfons]     0.8.1claws45
10145
10146         * src/toolbar.c
10147                 correct pixmap for delete action
10148
10149 2002-08-10 [paul]       0.8.1claws44
10150
10151         * po/pt_BR.po
10152                 updated by Fabio Jr. Beneditto
10153
10154 2002-08-10 [paul]       0.8.1claws43
10155
10156         * po/POTFILES.in
10157                 add custom toolbar files
10158
10159 2002-08-10 [paul]       0.8.1claws42
10160
10161         * sync with 0.8.1cvs22
10162                 see ChangeLog 2002-08-09
10163
10164 2002-08-09 [paul]       0.8.1claws41
10165
10166         * tools/Makefile.am
10167           tools/README
10168           tools/outlook2sylpheed.pl     ** NEW FILE **
10169                 add script to convert exported Outlook
10170                 contacts list to a Sylpheed addressbook.
10171                 Submitted by Ricardo Mones Lastra.
10172
10173 2002-08-09 [paul]       0.8.1claws40
10174
10175         * AUTHORS
10176           configure.in
10177           po/sr.po      ** NEW FILE **
10178                 add Serbian message catalog. Submitted by
10179                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10180
10181 2002-08-09 [paul]       0.8.1claws39
10182
10183         * sync with 0.8.1cvs21
10184                 see ChangeLog 2002-08-08
10185
10186 2002-08-08 [oliver]     0.8.1claws38
10187
10188         * src/mainwindow.c
10189                 move Custom Toolbar to Configuration menu
10190
10191 2002-08-08 [oliver]     0.8.1claws37
10192
10193         * src/prefs_toolbar.c
10194                 fix substitute pixmap bug
10195
10196 2002-08-08 [paul]       0.8.1claws36
10197
10198         * sync with 0.8.1cvs19
10199                 see ChangeLog 2002-08-08
10200
10201 2002-08-07 [christoph]  0.8.1claws35
10202
10203         * src/utils.c
10204                 fixed a memory leak in new canonicalize_file_replace
10205
10206 2002-08-07 [christoph]  0.8.1claws34
10207
10208         * src/utils.[ch]
10209                 o canonicalize_file_replace should create the temporary
10210                   file in the same directory as the original file.
10211                 o added get_tmpfile_in_dir that creates a temorary file
10212                   in a specified directory.
10213
10214 2002-08-07 [melvin]     0.8.1claws33
10215
10216         * src/toolbar.c
10217                 fixed bug where 'Article' button acted as 'Email' button.
10218
10219 2002-08-07 [paul]       0.8.1claws32
10220
10221         * sync with 0.8.1.cvs17
10222                 see ChangeLog 2002-08-07
10223
10224 2002-08-07 [colin]      0.8.1claws31
10225         
10226         * src/news.c
10227                 fix mass-cancel problem
10228
10229 2002-08-07 [thorsten]   0.8.1claws30
10230
10231         * src/prefs_toolbar.c
10232                 fix: crash on replace or add new button
10233         * src/toolbar.c
10234                 fix: close xmlfile after reading
10235         * src/utils.c
10236                 fix: unlink() file before rename()
10237
10238 2002-08-06 [paul]       0.8.1claws29
10239
10240         * sync with 0.8.cvs15
10241                 see ChangeLog 2002-08-06
10242
10243 2002-08-06 [oliver]     0.8.1claws28
10244
10245         * src/toolbar.c
10246         * src/prefs_toolbar.c
10247                 fixed empty toolbar issue
10248
10249 2002-08-06 [oliver]     0.8.1claws27
10250
10251         * Custom Toolbar Final 
10252         * src/folderview.c
10253         * src/inc.c
10254         * src/summaryview.c
10255                 o toolbar stuff now lives in src/toolbar.[ch]
10256                 o main_window_toolbar_* functions are renamed to
10257                   toolbar_* reflecting their new source file
10258         * src/mainwindow.[ch]
10259                 o remove toolbar stuff  
10260
10261 2002-08-06 [oliver]     0.8.1claws26
10262         
10263         * src/Makefile.am
10264         * src/prefs_toolbar.[ch]        **New File**
10265         * src/toolbar.[ch]              **New File**
10266                 o prefs_toolbar.[ch] custom toolbar frontend
10267                 o toolbar.[ch]       backend 
10268
10269 2002-08-06 [oliver]     0.8.1claws25
10270
10271         * src/prefs_actions.[ch]
10272                 o new exported function actions_execute
10273
10274 2002-08-06 [paul]       0.8.1claws24
10275
10276         * sync with 0.8.1cvs4
10277                 see ChangeLog 2002-08-06
10278
10279 2002-08-06 [paul]       0.8.1claws23
10280
10281         * sync with 0.8.1cvs13
10282                 see ChangeLog 2002-08-06
10283
10284 2002-08-06 [paul]       0.8.1claws22
10285
10286         * sync with 0.8.1cvs12
10287                 see ChangeLog 2002-08-05 and 2002-08-06
10288
10289 2002-08-06 [match]      0.8.1claws21
10290
10291         * src/addrclip.c
10292                 improvements to cut/copy/paste address
10293
10294 2002-08-05 [match]      0.8.1claws20
10295
10296         * src/addritem.[ch]
10297         * src/addrcache.c
10298         * src/addrbook.c
10299         * src/editaddress.c
10300         * src/addressbook.c
10301                 fixes to improve cut/copy/paste
10302
10303 2002-08-06 [melvin]     0.8.1claws19
10304
10305         * src/account.[ch]
10306                 account_find_all_from_address(): new function that returns the
10307                 list of all accounts that are matched in an address.
10308         * src/alertpanel.[ch]
10309                 alertpanel() now accepts a custom widget
10310                 alertpanel_with_widget(): new function that pops up a panel with
10311                 a custom widget in it 
10312         * src/gtkutils.[ch]
10313                 gtkut_account_menu_new(): new function that allows the selection
10314                 of an account from a list of accounts.
10315         * src/messageview.c
10316                 Extended Return Receipt notification to select the correct 
10317                 account and to make a security test on the Delivery-Notification
10318                 address which should be the same as the Return-Path.
10319
10320 2002-08-06 [thorsten]   0.8.1claws18
10321
10322         * src/mimeview.c
10323                 attach_all: save unnamed as "noname.%d",
10324                 dont free static dirname
10325
10326 2002-08-05 [alfons]     0.8.1claws17
10327
10328         * configure.in
10329                 detect XIM by trying to link rather than compile a XIM program
10330
10331 2002-08-05 [oliver]     0.8.1claws16
10332                 
10333         * src/stock_pixmap.[ch]
10334                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10335                 o new func to retrieve pixmaps
10336
10337 2002-08-05 [paul]       0.8.1claws15
10338
10339         * sync with 0.8.1cvs10
10340                 see ChangeLog 2002-08-05
10341
10342 2002-08-04 [alfons]     0.8.1claws14
10343
10344         * src/textview.c
10345                 see if this plugs memleak
10346
10347 2002-08-04 [melvin]     0.8.1claws13
10348
10349         * src/gtkspell.c
10350                 fixed bug that could crash Sylpheed when highlighting
10351                 all misspelled words.
10352
10353 2002-08-03 [melvin]     0.8.1claws12
10354
10355         * src/prefs_actions.c
10356                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10357         * src/messageview.c
10358                 fixed bug where the Return Receipt was sent to
10359                 Delivery-Notification-To address even if it was not present
10360
10361 2002-08-02 [alfons]     0.8.1claws11
10362
10363         * src/prefs_actions.c
10364                 o more check for NULLs
10365                 o put create_io_dialog() in right conditional block
10366
10367 2002-08-02 [paul]       0.8.1claws10
10368
10369         * po/es.po
10370                 updated by Ricardo Mones Lastra
10371
10372 2002-08-01 [christoph]  0.8.1claws9
10373
10374         * src/folder.c
10375                 don't free the cache of the opened
10376                 folder in the summaryview
10377         * src/summaryview.c
10378                 don't unset flags, if it is not required
10379
10380 2002-08-01 [paul]       0.8.1claws8
10381
10382         * sync with 0.8.1cvs8
10383                 see ChangeLog entry 2002-08-01
10384
10385 2002-08-01 [paul]       0.8.1claws7
10386
10387         * sync with 0.8.1cvs7
10388                 see ChangeLog 2002-07-31 and 2002-08-01
10389
10390 2002-07-31 [christoph]  0.8.1claws6
10391
10392         * src/mainwindow.c
10393                 forgot to update menu sensitivity
10394                 function for new menu entry
10395
10396 2002-07-31 [alfons]     0.8.1claws5
10397
10398         * src/main.c
10399                 check folder item and its path for NULL on
10400                 initial processing
10401
10402 2002-07-31 [christoph]  0.8.1claws4
10403
10404         * src/folder.c
10405                 check if folder_item_get_msginfo in
10406                 folder_item_remove_msg returned NULL
10407         * src/imap.c
10408                 better clear the uid cache in the
10409                 uid validity check function and delete
10410                 cached messages
10411
10412 2002-07-31 [paul]       0.8.1claws3
10413
10414         * man/sylpheed.1
10415                 add the '--attach' option and a few other
10416                 minor changes
10417
10418 2002-07-31 [paul]       0.8.1claws2
10419
10420         * sync with 0.8.1cvs5
10421                 see ChangeLog 2002-07-31
10422
10423 2002-07-31 [christoph]  0.8.1claws1
10424
10425         * src/folderview.[ch]
10426         * src/mainwindow.c
10427                 replace "Rescan all folders..." with
10428                 "Check all folders for new messages..."
10429
10430 2002-07-30 [paul]       0.8.1claws
10431
10432         * version 0.8.1claws released
10433
10434 2002-07-30 [paul]       0.8.0claws29
10435
10436         * tools/OOo2sylpheed.pl ** NEW FILE **
10437           tools/README
10438                 add script to enable sending documents as
10439                 attachments from OpenOffice.org
10440
10441 2002-07-30 [melvin]     0.8.0claws28
10442
10443         * src/prefs_actions.c
10444                 Made the actions' input/output dialog display
10445                 without delay.
10446
10447 2002-07-30 [christoph]  0.8.0claws27
10448
10449         * src/procmsg.c
10450                 check if folder_item_get_msginfo in
10451                 procmsg_save_to_outbox returned NULL
10452
10453 2002-07-30 [paul]       0.8.0claws26
10454
10455         * sync with 0.8.1cvs4
10456                 see ChangeLog 2002-07-29
10457
10458 2002-07-29 [thorsten]   0.8.0claws25
10459
10460         * README.claws
10461                 added selective download, delete on server
10462
10463 2002-07-29 [paul]       0.8.0claws24
10464
10465         * sync with 0.8.1cvs3
10466                 see ChangeLog 2002-07-29
10467
10468 2002-07-27 [christoph]  0.8.0claws23
10469
10470         * src/folder.c
10471                 add extra check if fetching the msginfo
10472                 returned NULL
10473
10474 2002-07-27 [paul]       0.8.0claws22
10475
10476         * sync with 0.8.1cvs2
10477                 see ChangeLog 2002-07-26
10478
10479 2002-07-27 [christoph]  0.8.0claws21
10480
10481         * src/imap.c
10482                 add another check if a valid msginfo
10483                 was returned
10484
10485 2002-07-26 [hoa]        0.8.0claws20
10486
10487         * src/folder.c
10488                 Fixed a condition in folder_item_destroy()
10489
10490         * src/imap.c
10491                 Fixed an error in IMAP protocol
10492
10493 2002-07-26 [alfons]     0.8.0claws19
10494
10495         * src/folder.c
10496                 ofcourse compare with identifier, not the path
10497
10498 2002-07-26 [alfons]     0.8.0claws18
10499
10500         * src/folder.c
10501                 use folder item identifier for saving / restoring
10502                 preferences because folder->path might not be unique
10503
10504 2002-07-26 [melvin]     0.8.0claws17
10505
10506         * src/logwindow.c
10507                 Fixed a crash introduced in 0.8.0claws5 when log is 
10508                 cut under 80 characters.
10509
10510 2002-07-26 [paul]       0.8.0claws16
10511
10512         * sync with 0.8.1cvs1
10513                 see ChangeLog 2002-07-26
10514
10515 2002-07-26 [christoph]  0.8.0claws15
10516
10517         * src/imap.[ch]
10518                 imap folder now remembers the last selected
10519                 folder and imap_fetch_msginfo skips selecting
10520                 the folder if it is already selected
10521
10522 2002-07-26 [christoph]  0.8.0claws14
10523
10524         * src/folder.c
10525         * src/folderview.c
10526         * src/imap.c
10527                 fix imap folder rescanning
10528
10529 2002-07-25 [christoph]  0.8.0claws13
10530
10531         * src/filter.c
10532         * src/folder.[ch]
10533         * src/folderview.c
10534         * src/imap.[ch]
10535         * src/mainwindow.c
10536         * src/mbox_folder.c
10537         * src/mh.c
10538         * src/news.c
10539                 implement imap uid cache and uid validity check
10540
10541 2002-07-25 [alfons]     0.8.0claws12
10542
10543         * src/summaryview.c
10544                 fix a brown paper bag bug, and also add some more
10545                 checks
10546
10547 2002-07-25 [christoph]  0.8.0claws11
10548
10549         * src/folder.c
10550                 don't mix copy, fetch_msginfo and remove
10551                 operations in folder item copy and move
10552                 operations
10553
10554 2002-07-25 [christoph]  0.8.0claws10
10555
10556         * src/folderview.c
10557         * src/mainwindow.c
10558         * src/prefs_folder_item.c
10559         * src/summaryview.[ch]
10560                 remove no longer required parameter update_cache from
10561                 summary_show
10562
10563 2002-07-25 [paul]       0.8.0claws9
10564
10565         * sync with 0.8.1
10566         
10567         * AUTHORS
10568                 a few corrections
10569
10570 2002-07-24 [alfons]     0.8.0claws8
10571
10572         * src/summaryview.c
10573                 sort correctly when using simplified subject line
10574                 (closes feature request "[ 585141 ] applying regexp to subject 
10575                 before sort" submitted by Alexandra Walford)
10576
10577 2002-07-24 [paul]       0.8.0claws7
10578
10579         * sync with 0.8.0cvs3
10580                 see ChangeLog 2002-07-24
10581
10582 2002-07-23 [christoph]  0.8.0claws6
10583
10584         * src/folder.c
10585         * src/folder.h
10586         * src/summaryview.c
10587         * src/summaryview.h
10588         * src/main.c
10589                 o separate processing and summaryview
10590                 o removed summary_write_cache from summaryview
10591                 o removed summaryview->killed_messages, because we don't have
10592                   to keep a list of killed messages anymore. New cache will
10593                   keep the hidden messages in cache anyway
10594         * src/folderview.c
10595         * src/inc.c
10596         * src/selective_download.c
10597                 o removed unnecessary summary_write_cache calls
10598         * src/procmsg.c
10599                 o don't set ignore thread flag in procmsg_get_thread_tree
10600                   if it is already set
10601         * src/mainwindow.c
10602         * src/statusbar.h
10603                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10604                   they are used in different files
10605
10606 2002-07-23 [melvin]     0.8.0claws5
10607
10608         * src/addressbook.c
10609         * src/addrgather.c
10610         * src/editaddress.c
10611         * src/editgroup.c
10612         * src/editldap_basedn.c
10613         * src/importldif.c
10614         * src/prefs_common.c
10615                 Fixed few memory leak (gtk_editable_get_chars returns
10616                 an allocated string)
10617         * src/logwindow.c
10618                 Fixed few memory leak (gtk_editable_get_chars returns
10619                 an allocated string) and modified a little the log cutting
10620                 loop.
10621         * src/compose.c
10622                 Replaced a call to an obsolete function gtk_entry_get_text()
10623                 by gtk_editable_get_chars()
10624         * src/send.c
10625                 Removed a debug printf
10626
10627 2002-07-23 [christoph]  0.8.0claws4
10628
10629         * src/filesel.c
10630                 fix another g_dirname memory leak
10631
10632 2002-07-23 [christoph]  0.8.0claws3
10633
10634         * src/mh.c
10635                 fixed a memory leak in mh_fetch_msginfo
10636                 fixed crash when message header could not be
10637                 parsed
10638
10639 2002-07-23 [paul]       0.8.0claws2
10640
10641         * sync with 0.8.0cvs2
10642                 see ChangeLog 2002-07-23
10643
10644 2002-07-23 [paul]       0.8.0claws1
10645
10646         * sync with 0.8.0cvs1
10647                 see ChangeLog 2002-07-23
10648
10649 2002-07-23 [paul]       0.8.0claws
10650
10651         * release of 0.8.0claws
10652
10653 2002-07-23 [paul]       0.7.8claws99
10654
10655         * po/ru.po
10656                 new Russian translation, submitted by
10657                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10658
10659 2002-07-22 [jens]       0.7.8claws98
10660
10661         * po/de.po
10662                 Updated German translations.
10663
10664 2002-07-22 [paul]       0.7.8claws97
10665
10666         * po/es.po
10667           po/it.po
10668           po/nl.po
10669           po/pt_BR.po
10670                 updated translations by Ricardo Mones Lastra,
10671                 Alessandro Maestri, Wilbert Berendsen and 
10672                 Fabio Jr. Beneditto respectively
10673
10674 2002-07-22 [christoph]  0.7.8claws96
10675
10676         * src/mimeview.c
10677                 fix memory leak caused by wrong g_dirname usage
10678
10679 2002-07-22 [christoph]  0.7.8claws95
10680
10681         * src/summaryview.c
10682                 update new and unread message counts for summaryview
10683                 summaryview does not get it from the folder anymore
10684                 and has to update the values itself
10685
10686 2002-07-22 [melvin]     0.7.8claws94
10687
10688         * po/fr.po
10689                 Updated French translations.
10690
10691 2002-07-22 [christoph]  0.7.8claws93
10692
10693         * src/matcher.c
10694                 set prop->preg pointer to NULL or following check
10695                 will not fail and regexec will be called with
10696                 invalid pointer
10697
10698 2002-07-21 [alfons]     0.7.8claws92
10699         
10700         * src/prefs_common.[ch]
10701                 remove option "Send return receipt on request"
10702
10703 2002-07-21 [thorsten]   0.7.8claws91
10704
10705         * src/mimeview.c
10706                 fixed memleaks, coding style as pointed out by alfons
10707
10708 2002-07-21 [alfons]     0.7.8claws90
10709
10710         * src/messageview.c
10711         * src/noticeview.[ch]
10712                 o fix bug notice view being displayed when going to empty folder 
10713                   (noticed by Christoph)
10714                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10715                   (noticed by Thorsten)
10716
10717 2002-07-21 [thorsten]   0.7.8claws89
10718
10719         * src/mimeview.c
10720                 Included save_all patch from Xaview FACQ
10721                 added support for pathnames
10722
10723 2002-07-21 [alfons]     0.7.8claws88
10724
10725         * po/POTFILES.in
10726         * src/Makefile.am
10727         * src/mainwindow.c
10728         * src/messageview.[ch]
10729         * src/noticeview.c      ** NEW FILE **
10730         * src/noticeview.h      ** NEW FILE **
10731                 make return receipts work again
10732                 (UI idea by Leandro Pereira)
10733
10734 2002-07-21 [paul]       0.7.8claws87
10735
10736         * src/summaryview.c
10737                 fix sensitivity of 'Select thread'
10738
10739 2002-07-21 [paul]       0.7.8claws86
10740
10741         * src/prefs_common.c
10742                 add browser command line for Galeon
10743
10744 2002-07-21 [paul]       0.7.8claws85
10745
10746         * Makefile.am
10747                 fix 'EXTRA_DIST': remove README.README, add TODO
10748                 and TODO.claws
10749
10750 2002-07-21 [alfons]     0.7.8claws84
10751
10752         * src/gtkstext.c
10753                 make enter clear selection
10754                 (closes "[ 579888 ] Editor selection/entry error"
10755                 reported by Steve Lamb)
10756
10757 2002-07-21 [alfons]     0.7.8claws83
10758         
10759         * src/summaryview.c
10760                 sort message list when selecting unthread messages
10761                 (closes "[ 501593 ] switching threaded view doesn't sort"
10762                 reported by Simon Schubert)
10763
10764 2002-07-20 [alfons]     0.7.8claws82
10765         
10766         * src/matcher.c
10767                 const-correctness
10768
10769 2002-07-20 [thorsten]   0.7.8claws81
10770
10771         * src/matcher.c
10772                 Fixed expansion of empty fields in matchactions
10773
10774 2002-07-19 [melvin]     0.7.8claws80
10775
10776         * src/gtkspell.c
10777                 Removed a duplicate menu entry (fast mode) introduced during
10778                 the new cache merge
10779                 Added a menu separator between 'Use alternate' and 'Fast mode'
10780
10781 2002-07-19 [paul]       0.7.8claws79
10782
10783         * tools/Makefile.am
10784           tools/README
10785                 correct typos
10786
10787 2002-07-19 [thorsten]   0.7.8claws78
10788
10789         * tools/calypso_convert.pl      ** NEW FILE **
10790           tools/README
10791           tools/Makefile.am
10792                 script to import mbox files exported
10793                 by calypso
10794                 o generates folder structure
10795                 o includes attachments
10796
10797 2002-07-19 [melvin]     0.7.8claws77
10798
10799         * src/selective_download.[ch]
10800                 Fixed bug where closing the dialog with the window manager's
10801                 close button will not unlock the summary
10802                 Corrected some function declarations that missed a return value
10803                 Made the source code comply better with coding style.
10804         * src/prefs_common.c
10805                 Added new browser command line for Mozilla.
10806
10807 2002-07-18 [paul]       0.7.8claws76
10808
10809         * src/mainwindow.c
10810           src/selective_download.[ch]
10811                 reflect theme changes, fix Gdk Warning when creating 
10812                 pixmap from NULL window, and minor clean up.
10813                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10814
10815         * po/en_GB.po
10816                 updated
10817
10818 2002-07-17 [paul]       0.7.8claws75
10819
10820         * INSTALL[.jp]
10821                 sync with 0.8.0
10822         
10823         * po/en_GB.po
10824                 updated
10825
10826 2002-07-16 [paul]       0.7.8claws74
10827
10828         * tools/filter_conv.pl
10829           tools/README
10830                 replace conversion script with reimplemented version, 
10831                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10832
10833 2002-07-16 [colin]      0.7.8claws73
10834
10835         * src/summaryview.c
10836                 remove forgotten debug messages - sorry ;-)
10837
10838 2002-07-16 [colin]      0.7.8claws72
10839
10840         * src/mimeview.c
10841           src/summaryview.c
10842           src/textview.c
10843           src/textview.h
10844                 add the ability to select part of a text mime-part 
10845                 to reply.
10846
10847 2002-07-15 [christoph]  0.7.8claws71
10848
10849         * src/folder.c
10850                 fix folder message count for folders without
10851                 msg_is_changed (includes news folders)
10852
10853 2002-07-15 [martin]     0.7.8claws70
10854
10855         * src/summaryview.c
10856                 option "display recipient on 'From'..." now works
10857                 without the need of enabling the option
10858                 "display  sender  using  address  book".
10859
10860 2002-07-15 [christoph]  0.7.8claws69
10861
10862         * src/summaryview.c
10863                 removed setting folder status from summaryview.
10864                 folder.c should update all message counts correctly.
10865
10866 2002-07-15 [paul]       0.7.8claws68
10867
10868         * po/pt_BR.po
10869                 updated by Fabio Junior Beneditto
10870
10871 2002-07-15 [darko]      0.7.8claws67
10872
10873         * src/mh.c
10874                 Fixed target folder colorization, don't decrease op
10875                 number twice
10876
10877 2002-07-14 [paul]       0.7.8claws66
10878
10879         * sync with main 0.8.0
10880                 see ChangeLog 2002-07-14
10881
10882 2002-07-13 [melvin]     0.7.8claws65
10883         
10884         * src/addrbook.c
10885         * src/addressbook.c
10886         * src/addrindex.c
10887                 Replaced sprintf by g_snprintf to prevent possible buffer
10888                 overflow.
10889         * src/news.c
10890                 Corrected a log message output format.
10891                 Added a missing "done" debug output.
10892         * src/compose.c
10893                 Added keyboard accelerator for Priority menu items
10894                 Added missing \n in debug output
10895         * src/logwindow.c
10896         * src/gtkspell.c
10897         * src/rfc2015.c
10898                 Added missing \n in debug output
10899
10900 2002-07-13 [paul]       0.7.8claws64
10901
10902         * man/sylpheed.1
10903                 change Sergey's email address to the sf address
10904
10905         * src/textview.c
10906                 increase show_url_timeout (more useful for long
10907                 urls)
10908
10909 2002-07-12 [sergey]     0.7.8claws63
10910
10911         * src/rfc2015.c
10912                 applied (with some modifications) patch to set the
10913                 micalg parameter for signatures
10914                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10915
10916 2002-07-12 [sergey]     0.7.8claws62
10917
10918         * man/Makefile.am
10919         * configure.in
10920                 fixed man page installation
10921
10922 2002-07-12 [paul]       0.7.8claws61
10923
10924         * sync with 0.7.8cvs26
10925                 see ChangeLog 2002-07-11 and 2002-07-12
10926
10927 2002-07-11 [christoph]  0.7.8claws60
10928
10929         * src/compose.c
10930         * src/procmsg.c
10931                 first use the message number to find the message
10932                 to mark with a reply flag but check the
10933                 message-id if we got the correct message, if not
10934                 try to find it by message-id.
10935                 use new string seperator that is not allowed
10936                 in message-ids.
10937
10938 2002-07-11 [paul]       0.7.8claws59
10939
10940         * sync with 0.7.8cvs23
10941                 see ChangeLog 2002-07-10
10942
10943 2002-07-10 [christoph]  0.7.8claws58
10944
10945         * src/folder.[ch]
10946         * src/msgcache.[ch]
10947                 Added message-id table to the cache in memory
10948                 and functions to msgcache.c and folder.c to
10949                 fetch MsgInfos by message id
10950         * src/compose.c
10951         * src/procmsg.c
10952                 store folder and message-id of message replying
10953                 to in queue header and set reply flag after sending
10954                 (Closes bug #469498)
10955
10956 2002-07-10 [paul]       0.7.8claws57
10957
10958         * AUTHORS
10959           man/sylpheed.1.gz
10960                 add Martin to the list of authors
10961
10962 2002-07-09 [martin]     0.7.8claws56
10963         * src/gtksctree.c
10964                 Added gtk_ctree_last_visible(), tree_update_level(),
10965                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10966                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10967                 from gtk+ to gtksctree.c for the new sorting code
10968                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10969                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10970         * src/gtksctree.h
10971                 Added declaration for gtk_sctree_sort_recursive() and
10972                 gtk_sctree_sort_node
10973         * src/addressbook.c
10974         * src/foldersel.c
10975         * src/folderview.c
10976         * src/summaryview.c
10977                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10978                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10979
10980 2002-07-08 [paul]       0.7.8claws55
10981
10982         * more sync with 0.7.8cvs21
10983                 see ChangeLog 2002-07-08
10984
10985 2002-07-08 [paul]       0.7.8claws54
10986
10987         * sync with 0.7.8cvs21
10988                 see ChangeLog 2002-07-08
10989
10990 2002-07-07 [alfons]     0.7.8claws53
10991
10992         * src/Makefile.am
10993         * src/stock_pixmap.[ch]
10994         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10995         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10996         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10997                 add new pixmaps for upcoming notice pane
10998
10999 2002-07-06 [melvin]     0.7.8claws52
11000
11001         * src/gtkspell.[ch]
11002                 Made them a bit closer to Sylpheed's coding style.
11003                 Removed old code.
11004                 Removed possible memory leaks when some errors occurs.
11005
11006 2002-07-06 [melvin]     0.7.8claws51
11007
11008         * po/Makefile.in.in
11009                 Removed --no-location in xgettext command line to help
11010                 translators that use Emacs' po-mode
11011         * src/quote_fmt.c
11012                 Removed unnecessary comments that messed up sylpheed.pot
11013
11014 2002-07-06 [paul]       0.7.8claws50
11015
11016         * sync with 0.7.8cvs19
11017                 see ChangeLog 2002-07-05
11018
11019 2002-07-06 [christoph]  0.7.8claws49
11020
11021         * src/folder.c
11022         * src/mainwindow.c
11023                 fix folder_item_remove_all_msg and folderview
11024                 status for trash folders after emptying trash
11025
11026 2002-07-05 [paul]       0.7.8claws48
11027
11028         * sync with 0.7.8cvs16
11029                 see ChangeLog 2002-07-04 and 2002-07-05
11030
11031 2002-07-04 [paul]       0.7.8claws47
11032
11033         * sync with 0.7.8cvs14
11034                 see  ChangeLog 2002-07-04
11035
11036 2002-07-03 [alfons]     0.7.8claws46
11037
11038         * src/folder.c
11039                 dupe folder item's path because it's being reallocated
11040                 by new folder scanning code
11041
11042 2002-07-03 [christoph]  0.7.8claws45
11043
11044         * src/imap.c
11045                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11046         * src/msgcache.c
11047                 add missing return in msgcache_write
11048
11049 2002-07-02 [thorsten]   0.7.8claws44
11050
11051         * src/jpilot.c
11052         * src/msgcache.c
11053         * src/rfc2015.c
11054                 use binary mode for file access
11055
11056 2002-07-02 [christoph]  0.7.8claws43
11057
11058         * major code cleanup (part 1)
11059         
11060                 - unused variables removed
11061                 - unused functions removed
11062                 - uninitialized variables checked
11063                 - missing return statements added
11064                 - missing function return types added
11065                 - added parentheses around assignment and
11066                   && in || when suggested by gcc
11067               
11068         * src/mh.c
11069         * src/folder.c
11070                 replaced direct calls to folder->scan_tree
11071                 with folder_scan_tree and restore folder
11072                 prefs in this function. The folder should
11073                 not have to deal with them.
11074                 ( Should now work for all folder types )
11075
11076 2002-07-02 [paul]       0.7.8claws42
11077
11078         * sync with 0.7.8cvs13
11079                 see ChangeLog 2002-07-01 and 2002-07-02
11080
11081 2002-07-01 [christoph]  0.7.8claws41
11082
11083         * src/summaryview.c
11084                 fix "goto next/prev unread message" with
11085                 ignored threads
11086
11087 2002-07-01 [paul]       0.7.8claws40
11088
11089         * po/es.po
11090                 updated by Ricardo Mones Lastra
11091
11092 2002-06-30 [match]      0.7.8claws39
11093
11094         * src/jpilot.c
11095                 applied variation of leonerd's patch (566661) to
11096                 allow multiple email addresses per JPilot entry.
11097                 addresses may be separated by space, comma, pipe,
11098                 semi-colon, new-line.
11099
11100 2002-06-30 [alfons]     0.7.8claws38
11101
11102         * src/procmsg.c
11103                 simple fix for putting older nodes before
11104                 newer nodes when threading by subject
11105
11106 2002-06-30 [christoph]  0.7.8claws37
11107
11108         * src/folder.c
11109         * src/folderview.c
11110         * src/mh.c
11111         * src/news.c
11112         * src/procmsg.c
11113                 fix broken folder tree rescaning
11114                 and don't use procmsg_get_mark_sum
11115                 anymore
11116
11117 2002-06-30 [christoph]  0.7.8claws36
11118
11119         * merge new cache branch
11120         * src/imap.c
11121                 fix new cache imap copy bug
11122         * src/folder.c
11123                 improved folder_item_scan
11124                 it should now always set the correct
11125                 new, unread and total message counts
11126
11127 2002-06-29 [paul]       0.7.8claws35
11128
11129         * configure.in
11130                 correct syntax error
11131
11132 2002-06-29 [paul]       0.7.8claws34
11133
11134         * configure.in
11135           Makefile.am
11136           man/Makefile.am       ** NEW FILE **
11137           man/sylpheed.1.gz     ** NEW FILE **
11138                 add Sylpheed man page
11139
11140 2002-06-29 [paul]       0.7.8claws33
11141
11142         * po/pt_BR.po
11143                 updated by Fabio Junior Beneditto
11144
11145 2002-06-28 [jens]       0.7.8claws32
11146
11147         * po/de.po
11148                 translation updated
11149
11150         * src/selective_download.c
11151                 removed gettext for space " "
11152
11153         * src/imap.c
11154                 removed wrong space
11155
11156 2002-06-28 [paul]       0.7.8claws31
11157
11158         * sync with 0.7.8cvs11
11159                 see ChangeLog 2002-06-28
11160
11161 2002-06-28 [paul]       0.7.8claws30
11162
11163         * sync with 0.7.8cvs10
11164                 see ChangeLog 2002-06-27 and 2002-06-28
11165
11166 2002-06-26 [paul]       0.7.8claws29
11167
11168         * src/addrgather.c
11169           src/selective_download.c
11170                 don't gettextise empty strings.
11171                 reserved by gettext. gettext("") returns 
11172                 the header entry with meta information, 
11173                 not the empty string
11174
11175         * po/en_GB.po
11176                 updated
11177
11178 2002-06-26 [paul]       0.7.8claws28
11179
11180         * sync with 0.7.8cvs7
11181                 see ChangeLog 2002-06-25
11182
11183         * src/prefs_common.c
11184                 ...and in the process, tweak the gui a little
11185
11186 2002-06-25 [alfons]     0.7.8claws27
11187         
11188         * configure.in
11189         * src/Makefile.am
11190                 fine tune ldap library detection
11191
11192 2002-06-25 [alfons]     0.7.8claws26
11193
11194         * src/compose.c
11195                 don't allow return receipts when composing a news article
11196
11197 2002-06-25 [paul]       0.7.8claws25
11198
11199         * Makefile.am
11200                 add '$(AMTAR)' to 'release' section to allow for
11201                 new and older autotools
11202
11203 2002-06-25 [paul]       0.7.8claws24
11204
11205         * src/summaryview.c
11206                 fix "No more unread messages" persistant pop-up
11207                 window bug
11208
11209 2002-06-25 [paul]       0.7.8claws23
11210
11211         * po/it.po
11212                 updated by Alessandro Maestri
11213
11214 2002-06-25 [paul]       0.7.8claws22
11215
11216         * sync with 0.7.8cvs6
11217                 see ChangeLog 2002-06-25
11218
11219 2002-06-24 [paul]       0.7.8claws21
11220
11221         * tools/update-po
11222                 add GPL copyright information
11223
11224 2002-06-24 [paul]       0.7.8claws20
11225
11226         * tools/Makefile.am
11227           tools/README
11228           tools/update-po       ** NEW FILE **
11229                 add script that eases the creation of *.po files
11230                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11231
11232 2002-06-23 [alfons]     0.7.8claws19
11233
11234         * src/messageview.c
11235                 make notification_convert_header obey const correctness
11236                 (next step will be fixing the broken return receipt)
11237
11238 2002-06-23 [paul]       0.7.8claws18
11239
11240         * src/messageview.c
11241                 fix bug introduced in last commit:
11242                 removed too much code in last commit - put back what's
11243                 needed
11244
11245 2002-06-23 [paul]       0.7.8claws17
11246
11247         * src/messageview.[ch]
11248                 remove code committed in error from locally patched
11249                 source
11250
11251 2002-06-23 [colin]      0.7.8claws16
11252
11253         * src/compose.[ch]
11254                 add compose_entry_select(), used to select the default_to
11255                 email address - hopefully avoiding people sending mails to
11256                 wrong recipients.
11257
11258 2002-06-22 [alfons]     0.7.8claws15
11259
11260         * AUTHORS
11261                 add Bram Metsch & Stanislav Karchebny
11262         * src/smtp.[ch]
11263         * src/prefs_account.[ch]
11264         * src/send.c
11265                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11266                   options.  (see <http://sourceforge.net/tracker/index.php
11267                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11268
11269                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11270                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11271
11272 2002-06-22 [paul]       0.7.8claws14
11273
11274         * sync with 0.7.8cvs5
11275                 see ChangeLog 2002-06-19 and 2002-06-20
11276
11277 2002-06-22 [alfons]     0.7.8claws13
11278
11279         * src/selective_download.c
11280                 fix a stupid mistake I made
11281
11282 2002-06-22 [alfons]     0.7.8claws12
11283
11284         * src/selective_download.[ch]
11285                 fix another unnoticed leak; cleanup code
11286
11287 2002-06-21 [alfons]
11288
11289         * tools/Makefile.am
11290                 gpg-sign <-- gpg-sign-syl
11291
11292 2002-06-21 [alfons]     0.7.8claws11
11293
11294         * src/selective_download.c
11295         * src/selective_download.h
11296                 fix assorted mix of allocation errors (should solve
11297                 problem reported by Philippe GramoullĂ©, see:
11298                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11299
11300 2002-06-20 [melvin]     0.7.8claws10
11301
11302         * tools/gpg-sign *REMOVED*
11303           tools/gpg-sign-syl *ADDED*
11304                 Replaced the gpg clearsigning script with the version using
11305                 xterm instead of ssh-askpass and changed its name.
11306
11307         * README.claws
11308                 Updated actions example to reflect the renaming of the
11309                 gpg clearsigning script.
11310
11311 2002-06-19 [paul]       0.7.8claws9
11312
11313         * sync with 0.7.8claws9
11314                 see ChangeLog 2002-06-18 and 2002-06-19
11315
11316 2002-06-19 [paul]       0.7.8claws8
11317
11318         * sync with 0.7.8cvs1
11319                 see ChangeLog 2002-06-18
11320
11321 2002-06-18 [alfons]     0.7.8claws7
11322
11323         * src/mainwindow.h
11324                 add omitted prototype
11325
11326 2002-06-17 [paul]       0.7.8claws6
11327
11328         * src/mainwindow.c
11329                 fix hiding of exec_btn
11330
11331 2002-06-17 [paul]       0.7.8claws5
11332
11333         * src/pop.c
11334                 remove unneeded code: should_delete() 
11335                 and Pop3State::uidl_todelete_list
11336
11337 2002-06-17 [paul]       0.7.8claws4
11338
11339         * sync with 0.7.8
11340                 see ChangeLog 2002-06-11 and 2002-06-13
11341
11342 2002-06-16 [alfons]     0.7.8claws3
11343         
11344         * src/folder.c
11345                 make sure lock sort mode (claws specific) is
11346                 also persists after a tree rescan
11347
11348 2002-06-16 [alfons]     0.7.8claws2
11349
11350         * src/prefs_folder_item.c
11351         * src/folder.[ch]
11352                 fix persistence of folder sort mode (broken
11353                 by adapting Hiro's new folder persistence code)
11354
11355 2002-06-16 [alfons]     0.7.8claws1
11356
11357         * AUTHORS
11358         * src/logwindow.c
11359         * src/prefscommon.[ch]
11360                 control size of log text in log window; 
11361                 closes patch #569155 submitted by Mitko Haralanov.
11362
11363 2002-06-15 [paul]       0.7.8claws
11364
11365         * release of 0.7.8claws
11366
11367 2002-06-15 [paul]       0.7.7claws
11368
11369         * po/pt_BR.po
11370                 updated by Fabio Junior Beneditto
11371
11372 2002-06-14 [paul]       0.7.6claws49
11373
11374         * po/es.po
11375                 updated by Ricardo Mones Lastra
11376
11377 2002-06-14 [paul]       0.7.6claws48
11378
11379         * po/nl.po
11380                 updated translation by Wilbert Berendsen
11381
11382 2002-06-14 [melvin]     0.7.6claws47
11383
11384         * po/fr.po
11385                 Updated French translation
11386
11387 2002-06-13 [paul]       0.7.6claws46
11388
11389         * src/filesel.c
11390                 allow filename to be typed in, rather than just
11391                 selected by the mouse. Patch by Gustavo Noronha Silva.
11392
11393 2002-06-13 [alfons]     0.7.6claws45
11394
11395         * src/mainwindow.[ch]
11396                 more cleanups (removing unnecessary menu items Expand 
11397                 summary / message view)
11398
11399 2002-06-13 [melvin]     0.7.6claws44
11400
11401         * po/POTFILES.in
11402                 Added src/string_match.c
11403         * src/string_match.c
11404                 Fixed possible buffer overflow.
11405                 Corrected typo.
11406                 Added missing config.h header.
11407         * src/prefs_common.c
11408           src/prefs_matcher.c
11409           src/prefs_scoring.c
11410                 Made some strings translatable (missing _(..)).
11411
11412 2002-06-13 [melvin]     0.7.6claws43
11413
11414         * README.claws
11415                 Corrected action example (verifying clearsigned mail).
11416         * src/prefs_account.c
11417                 Corrected typo.
11418         * src/prefs_common.c
11419                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11420
11421 2002-06-12 [alfons]     0.7.6claws42
11422
11423         * src/summaryview.c
11424                 add init of score column lost in 0.7.6claws42
11425
11426 2002-06-12 [paul]       0.7.6claws41
11427
11428         * src/prefs_account.c
11429                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11430                 behavior of the radio buttons, (from 0.7.7cvs2)
11431
11432 2002-06-11 [alfons]     0.7.6claws40
11433
11434         * src/messageview.[ch]
11435         * src/summaryview.[ch]
11436         * src/summary_search.c
11437         * src/mainwindow.c
11438                 perform a sync to bring in Hiro's separate view implementation 
11439
11440                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11441
11442 2002-06-11 [paul]       0.7.6claws39
11443         
11444         * src/prefs_account.c
11445                 correct a typo on the Receive tab
11446
11447 2002-06-10 [match]      0.7.6claws38
11448
11449         * src/addressbook.c
11450                 Included address completion patch from Gustavo Noronha.
11451
11452 2002-06-10 [paul]       0.7.6claws37
11453
11454         * src/inc.[ch]
11455           src/pop.c
11456           src/prefs_account.[ch]
11457           src/selective_download.[ch]
11458                 apply PATCH #561712
11459                  NEW:
11460                 - check if POP Account
11461                 - Receive Button renamed to Preview
11462                 - Preview Button Popup: preview new/all messages
11463                 - Download Button
11464                 - Account Preferences-->Receive tab checkbutton if you
11465                   want to remove Mail after Download
11466                 -: default YES
11467                 - Account Preferences-->Receive tab checkbutton use
11468                   filtering rules on preview
11469                   (think of delete_on_server)
11470                 -: default YES
11471                 - Account selectable from SD dialog
11472                 - checkbutton to show already downloaded messages if
11473                   all messages are previewed
11474                 - new clist column showing Date
11475                 - ESC KEY close
11476                 FIXES:
11477                 - play ball with UIDL
11478                 - fault tolerant (?) 
11479                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11480
11481 2002-06-10 [melvin]     0.7.6claws36
11482
11483         * README.claws
11484                 Added a hint to ac/README in cvs instructions.
11485
11486         * src/prefs_actions.c
11487                 Made it possible to use a more elaborate command line
11488                 for asynchronous actions, too.
11489
11490 2002-06-10 [melvin]     0.7.6claws35
11491         
11492         * src/prefs_actions.c
11493                 Make it possible to use a more elaborate command line
11494                 (e.g. |foo|bar|cat>there;echo Done|)
11495                 Corrected error message when calling %f, %F and %p commands
11496                 from the compose window.
11497
11498 2002-06-09 [colin]      0.7.6claws34
11499
11500         * src/summaryview.c
11501                 Automatically find unread messages in current folder
11502                 before annoying the user.
11503
11504 2002-06-08 [alfons]     0.7.6claws33
11505
11506         * po/it.po
11507                 remove bad formatting string in it.po translation
11508                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11509
11510 2002-06-08 [paul]       0.7.6claws32
11511
11512         * sync with 0.7.6cvs25
11513                 see ChangeLog 2002-06-07
11514
11515 2002-06-05 [paul]       0.7.6claws31
11516
11517         * src/mainwindow.c
11518                 add 'Sort by locked' and 'Sort by score'
11519
11520 2002-06-05 [paul]       0.7.6claws30
11521
11522         * sync with 0.7.6cvs24
11523                 see ChangeLog 2002-06-04
11524
11525 2002-06-04 [paul]       0.7.6claws29
11526
11527         * po/pt_BR.po
11528                 updated by Fabio Junior Beneditto
11529
11530 2002-06-03 [thorsten]   0.7.6claws28
11531
11532         * src/matcher.c
11533                 fclose() matcherrc after reading
11534
11535 2002-06-03 [paul]       0.7.6claws27
11536
11537         * sync with 0.7.6cvs21
11538                 see ChangeLog 2002-05-31
11539
11540 2002-05-31 [paul]       0.7.6claws26
11541
11542         * sync with 0.7.6cvs20
11543                 see ChangeLog 2002-05-29 and 2002-05-30
11544
11545 2002-05-31 [paul]       0.7.6claws25
11546
11547         * src/imap.c
11548                 hopefully fix last buggy sync
11549
11550         * README.claws
11551                 correct typo in 'Actions' examples
11552
11553 2002-05-29 [paul]       0.7.6claws24
11554
11555         * sync with 0.7.6cvs18
11556                 see ChangeLog 2002-05-28 and 2002-05-29
11557
11558         * src/news.c
11559           src/nntp.[ch]
11560                 sync with above 
11561
11562 2002-05-28 [paul]       0.7.6claws23
11563
11564         * sync with 0.7.6cvs16
11565                 see ChangeLog 2002-05-28
11566
11567 2002-05-27 [thorsten]   0.7.6claws22 
11568
11569         * faq/it/sylpheed-faq-1.html
11570           faq/it/sylpheed-faq-2.html
11571           faq/it/sylpheed-faq-3.html
11572           faq/it/sylpheed-faq.html
11573                 corrected DOS lineendings
11574         * faq/de/sylpheed-faq-1.html
11575           faq/de/sylpheed-faq-2.html
11576           faq/en/sylpheed-faq-1.html
11577           faq/en/sylpheed-faq-2.html
11578           faq/en/sylpheed-faq-3.html
11579           faq/es/sylpheed-faq-1.html
11580           faq/es/sylpheed-faq-2.html
11581           faq/es/sylpheed-faq-3.html
11582           faq/fr/sylpheed-faq-1.html
11583           faq/it/sylpheed-faq-1.html
11584           faq/it/sylpheed-faq-2.html
11585           faq/it/sylpheed-faq-3.html
11586           faq/it/sylpheed-faq.html
11587                 changed ">" to &quot;
11588
11589 2002-05-27 [paul]       0.7.6claws21
11590         
11591         * sync with 0.7.6cvs15
11592                 see ChangeLog 2002-05-27
11593
11594 2002-05-27 [paul]       0.7.6claws20
11595
11596         * src/prefs_account.c
11597                 correct a typo
11598
11599 2002-05-26 [paul]       0.7.6claws19
11600
11601         * tools/README
11602                 correct a typo
11603
11604 2002-05-25 [paul]       0.7.6claws18
11605
11606         * tools/README
11607                 add description of kmail2sylpheed.pl
11608
11609 2002-05-25 [paul]       0.7.6claws17
11610
11611         * tools/kmail2sylpheed.pl       ** NEW FILE **
11612                 perl script that converts an exported Kmail address
11613                 book, converts it to sylpheed addressbook file,
11614                 writes the file to .sylpheed, and updates
11615                 addrbook--index.xml 
11616
11617 2002-05-25 [paul]       0.7.6claws16
11618
11619         * sync with 0.7.6cvs14
11620                 see ChangeLog 2002-05-23
11621
11622 2002-05-24 [paul]       0.7.6claws15
11623
11624         * README.claws
11625                 make a correction and add some more info
11626
11627 2002-05-24 [paul]       0.7.6claws14
11628
11629         * src/compose.c
11630                 fix memory leak in 
11631                 compose_redirect_write_headers_from_headerlist()
11632                 add Subject and Resent-Message-ID to
11633                 compose_redirect_write_headers()
11634                 Received, Subject, and X-UIDL are filtered out in 
11635                 compose_redirect_write_to_file()
11636
11637 2002-05-23 [paul]       0.7.6claws13
11638
11639         * src/compose.[ch]
11640           src/filtering.c
11641           src/mainwindow.c
11642           src/matcher.[ch]
11643           src/matcher_parser_lex.l
11644           src/matcher_parser_parse.y
11645           src/prefs_common.[ch]
11646           src/prefs_filtering.c
11647           src/summaryview.c
11648                 rename 'Bounce' to 'Redirect'
11649
11650 2002-05-23 [paul]       0.7.6claws12
11651
11652         * more sync with 0.7.6cvs13
11653           src/compose.c
11654                 see ChangeLog 2002-05-22
11655
11656 2002-05-22 [paul]       0.7.6claws11
11657
11658         * sync with 0.7.6cvs13
11659           src/codeconv.c
11660                 see ChangeLog 2002-05-20
11661           src/prefs_common.c
11662                 see ChangeLog 2002-05-22
11663
11664 2002-05-21 [melvin]     0.7.6claws10
11665
11666         * src/folderview.c
11667                 Added missing filtering and scoring headers
11668                 Fixed bad function call that showed garbage 
11669                 in Folder->Processing
11670
11671 2002-05-21 [paul]       0.7.6claws9
11672
11673         * tools/Makefile.am
11674                 make all tools executable, (patch by Alfons).
11675
11676 2002-05-20 [alfons]     0.7.6claws8
11677
11678         * src/procheader.c
11679                 don't forget to call mktime() so we have a valid week 
11680                 and year day
11681                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11682
11683 2002-05-20 [paul]       0.7.6claws7
11684
11685         * src/html.c
11686                 fix broken parsing of urls
11687         * src/textview.c
11688                 fix displaying of urls
11689
11690                 both fixes from the patch [547855] by Eugene 
11691                 Brevdo (zonem)
11692
11693 2002-05-19 [alfons]     0.7.6claws6
11694
11695         * configure.in
11696                 make sylpheed configure correctly with the latest
11697                 and greatest of automake / autoconf / gettext
11698
11699 2002-05-19 [alfons]     0.7.6claws5
11700
11701         * src/procheader.c
11702         * src/procheader.h
11703                 add function for returning ime zone offset
11704         * src/quote_fmt.c
11705         * src/quote_fmt_parse.y
11706                 better quotation formatting - does not convert
11707                 to local time, but uses the original date string.
11708                 
11709                 Note: %z inserts the timezone offset (should 
11710                 work also on platforms where strftime does not
11711                 support %z).
11712
11713 2002-05-18 [christoph]  0.7.6claws4
11714
11715         * src/summaryview.c
11716                 fix indentation of some code
11717         * tools/Makefile.am
11718                 fix spaces after \
11719         * src/Makefile.am
11720                 add missing \
11721                 correct path for ignorethread.xpm
11722                 incorrect filename for sylpheed_logo.xpm
11723                 add missing include matcher_parser_parse.h
11724
11725 2002-05-18 [paul]       0.7.6claws3
11726
11727         * sync with 0.7.6cvs8
11728                 see ChangeLog 2002-05-16 and 2002-05-17
11729
11730 2002-05-18 [melvin]     0.7.6claws2
11731
11732         * README.claws
11733                 Corrected an action's definition and fixed some misspellings.
11734
11735 2002-05-18 [paul]       0.7.6claws1
11736
11737         * tools/Makefile.am
11738           tools/gpg-sign        ** new file **
11739           tools/uudec           ** new file **
11740                 add Melvin's Actions scripts
11741
11742         * README.claws
11743                 add Melvin's descriptions for Actions
11744
11745 2002-05-18 [paul]       0.7.6claws
11746
11747         * Version 0.7.6claws released
11748
11749 2002-05-17 [paul]       0.7.5claws32
11750
11751         * po/es.po
11752                 updated by Ricardo Mones Lastra
11753
11754 2002-05-17 [paul]       0.7.5claws31
11755
11756         * src/compose.c
11757                 fix Account prefs default folder for sent/draft/deleted
11758                 messages bug
11759
11760         * po/it.po
11761           po/nl.po
11762                 updated translation by Alessandro Maestri and
11763                 Wilbert Berendsen
11764
11765 2002-05-17 [melvin]     0.7.5claws30
11766
11767         * src/prefs_actions.c
11768                 Fixed bug where using %F not at the end of the command 
11769                 resulted in an additional empty argument being created.
11770                 Thanks to Darko Koruga for reporting the bug.
11771
11772 2002-05-17 [melvin]     0.7.5claws29
11773
11774         * po/fr.po
11775                 Updated French translations.
11776
11777 2002-05-15 [paul]       0.7.5claws28
11778         
11779         * po/es.po
11780                 updated by Ricardo Mones Lastra
11781
11782 2002-05-15 [paul]       0.7.5claws27
11783
11784         * sync with 0.7.6cvs4
11785                 see ChangeLog 2002-05-14 and 2002-05-15
11786
11787 2002-05-14 [paul]       0.7.5claws26
11788
11789         * sync with 0.7.6cvs1
11790                 see ChangeLog 2002-05-13
11791
11792 2002-05-13 [thorsten]   0.7.5claws25
11793
11794         * src/messageview.c
11795                 fix select_all and copy in multipart messages
11796         * src/mainwindow.c
11797                 fix select_all and copy in multipart messages
11798
11799 2002-05-12 [paul]       0.7.5claws24
11800
11801         * src/summaryview.c
11802                 reverse last commit, bug already fixed in 0.7.5claws3
11803
11804 2002-05-12 [netztorte]  0.7.5claws23
11805
11806         * src/summaryview.c
11807                 dont parse empty addressbook (checked in before claws20)
11808
11809 2002-05-12 [melvin]     0.7.5claws22
11810
11811         * src/procmsg.[ch]
11812                 Removed unneeded priority code introduced by the previous 
11813                 commit.
11814
11815 2002-05-12 [melvin]     0.7.5claws21
11816
11817         * src/compose.[ch]
11818                 Added possibility to set message's priority.
11819         * src/procmsg.[ch]
11820                 Added possibility to set message's priority.
11821                 Added missing headers
11822
11823 2002-05-12 [melvin]     0.7.5claws20
11824
11825         * src/prefs_actions.c
11826                 Removed implicitely added quotes around the name
11827                 of the temporary files of mime parts.
11828
11829 2002-05-12 [paul]       0.7.5claws19
11830
11831         * sync with 0.7.5cvs20
11832                 see ChangeLog 2002-05-11
11833
11834 2002-05-12 [alfons]     0.7.5claws18
11835
11836         * src/quote_fmt_lex.l
11837         * src/quote_fmt_parse.y
11838                 allow quote / reply date & time format to be set using
11839                 %D{format}. format is a format string you'd pass to
11840                 strftime() (see man strftime, or the Display tab |
11841                 Date format setting).
11842
11843                 Currently %D converts the date to local time. 
11844
11845 2002-05-11 [paul]       0.7.5claws17
11846
11847         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11848                 see ChangeLog 2002-05-10 and 2002-05-11
11849
11850 2002-05-10 [paul]       0.7.5claws16
11851
11852         * sync with 0.7.5cvs16
11853                 see ChangeLog entries 2002-05-09 and 
11854                 2002-05-10
11855
11856 2002-05-10 [colin]      0.7.5claws15
11857
11858         * src/textview.c
11859                 Corrected a bug that prevented sylpheed to open
11860                 double-clicked URIs.
11861
11862 2002-05-09 [paul]       0.7.5claws14
11863
11864         * sync with 0.7.5cvs14
11865                 see ChangeLog 2002-05-08 and 2002-05-09
11866
11867 2002-05-08 [paul]       0.7.5claws13
11868
11869         * sync with 0.7.5cvs11
11870                 see ChangeLog entry 2002-05-08
11871
11872 2002-05-08 [paul]       0.7.5claws12
11873
11874         * src/mainwindow.c
11875           src/textview.[ch]
11876                 fix segfault on View->Open in new window
11877                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11878
11879 2002-05-07 [paul]       0.7.5claws11
11880
11881         * sync with 0.7.5cvs9
11882                 see ChangeLog entry 2002-05-07
11883
11884 2002-05-06 [paul]       0.7.5claws10
11885
11886         * src/messageview.c
11887           src/textview.c
11888                 display url in statusbar on single-click
11889                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11890
11891 2002-05-06 [match]      0.7.5claws9
11892
11893         * src/addritem.[ch]
11894                 new functions.
11895         * src/addrcache.c
11896                 tidy up.
11897         * src/xmlprops.[ch]
11898                 XML implementation of properties file.
11899         * src/exporthtml.[ch]
11900         * src/expthtmldlg.[ch]
11901         * src/addressbook.c
11902                 export to HTML.
11903
11904 2002-05-02 [sergey]     0.7.5claws8
11905
11906         * src/mainwindow.c (mainwin_entries),
11907           src/prefs_common.c (prefs_send_create()),
11908           src/codeconv.c (locale_table):
11909                 use charset name "Windows-1251" instead of "CP1251".
11910
11911 2002-05-02 [colin]      0.7.5claws7
11912         
11913         * src/compose.c
11914           src/prefs_common.c
11915           src/prefs_folder_item.c
11916                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11917
11918 2002-05-02 [hiro]       0.7.5claws6
11919
11920         * src/imap.c
11921                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11922
11923 2002-05-02 [paul]       0.7.5claws5
11924
11925         * src/compose.c
11926                 more sync with 0.7.5cvs7, see ChangeLog entry
11927                 2002-05-02
11928
11929 2002-05-02 [hiro]       0.7.5claws4
11930
11931         * src/compose.c
11932                 compose_queue_sub():
11933                 check if queue folder exists (closes #550397).
11934                 removed directory creation since it should be handled
11935                 transparently.
11936         * src/imap.c
11937                 imap_add_msg(): return UID for appended message
11938                 (closes #548842).
11939
11940 2002-04-30 [paul]       0.7.5claws3
11941
11942         * src/summaryview.c
11943                 fix account_find_from_address() bug
11944
11945 2002-04-28 [colin]      0.7.5claws2
11946
11947         * src/compose.c
11948           src/textview.c
11949           src/prefs_common.[ch]
11950           src/utils.[ch]
11951                 Added user-definable quotation characters recognition.
11952
11953 2002-04-28 [paul]       0.7.5claws1
11954
11955         * sync with 0.7.5cvs4
11956                 see ChangeLog entry  2002-04-25
11957
11958 2002-04-28 [paul]       0.7.5claws
11959
11960         * po/es.po
11961           po/nl.po
11962           po/pt_BR.po
11963                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11964                 Fabio Junior Beneditto
11965
11966 2002-04-27 [jens]       0.7.4claws103
11967
11968         * po/de.po
11969                 updated German translation.
11970
11971 2002-04-27 [hiro]       0.7.4claws102
11972
11973         * src/summaryview.c
11974                 summary_write_cache(): fixed the mark loss of hidden messages.
11975
11976 2002-04-26 [melvin]     0.7.4claws101
11977
11978         * src/procmsg.c
11979                 fixed a second typo (same one)
11980         * po/fr.po
11981           po/it.po
11982           po/pt_BR.po
11983                 fixed the type again...
11984
11985 2002-04-26 [melvin]     0.7.4claws100
11986
11987         * src/procmsg.c
11988                 fixed a typo in an alert message ("temorary").
11989         * po/it.po
11990         * po/pt_BR.po
11991                 corrected the typo  described above.
11992         * po/fr.po
11993                 updated French translation.
11994
11995 2002-04-26 [darko]      0.7.4claws99
11996
11997         * src/summaryview.c
11998                 fix target folder colorization
11999
12000 2002-04-25 [paul]       0.7.4claws98
12001
12002         * po/it.po
12003                 updated by Alessandro Maestri
12004
12005 2002-04-24 [colin]      0.7.4claws97
12006         
12007         * src/compose.c
12008                 Fixed double "subject is empty" question.
12009
12010 2002-04-23 [colin]      0.7.4claws96
12011         
12012         * src/mimeview.c
12013                 Corrected issue when "automatically display images" was
12014                 not set : first image remained after selecting second.
12015
12016 2002-04-23 [melvin]     0.7.4claws95
12017
12018         * src/prefs_actions.c
12019                 Don't display in/out dialog if there is nothing to show.
12020
12021 2002-04-23 [paul]       0.7.4claws94
12022
12023         * sync with 0.7.5cvs3
12024                 bug fixes: see ChangeLog entry 2002-04-23
12025
12026 2002-04-22 [darko]      0.7.4claws93
12027
12028         * src/compose.c
12029                 fix previous check-in which changed code after
12030                 merge from main
12031
12032 2002-04-22 [paul]       0.7.4claws92
12033
12034         * faq/de/*
12035                 add German FAQ
12036         * faq/en/*
12037           faq/es/*
12038           faq/fr/*
12039                 update English, Spanish and French FAQs
12040         * manual/de/*
12041           manual/es/*
12042                 add German and Spanish manuals
12043         * manual/en/*
12044           manual/fr/*
12045                 update English and French manuals
12046
12047         * src/Makefile.am
12048                 add to and re-arrange the pixmap entries
12049
12050 2002-04-22 [darko]      0.7.4claws91
12051
12052         * src/compose.c
12053                 fix sender initials recognition to only allow
12054                 '>' after the initials
12055
12056 2002-04-21 [paul]       0.7.4claws90
12057
12058         * sync with 0.7.5 release
12059                 see ChangeLog entry 2002-04-21
12060
12061 2002-04-21 [alfons]
12062
12063         * src/Makefile.am
12064                 add colin's new pixmaps to EXTRA_DIST
12065
12066 2002-04-21 [colin]      0.7.4claws89
12067         * src/compose.c
12068         * src/inc.c
12069         * src/mainwindow.[ch]
12070         * src/prefs_common.[ch]
12071         * src/stock_pixmap.[ch]
12072                 Added "Work offline" ability.
12073
12074 2002-04-21 [colin]      0.7.4claws88
12075         
12076         * src/mimeview.c
12077         * src/prefs_common.c
12078         * src/prefs_common.h
12079         * src/textview.c : Added an option to common preferences -> display
12080           to allow user not to automatically display images.
12081
12082 2002-04-21 [paul]       0.7.4claws87
12083
12084         * sync with 0.7.4cvs52
12085                 see ChangeLog entry 2002-04-21 (src/imap.c)
12086
12087 2002-04-21 [paul]       0.7.4claws86
12088
12089         * sync with 0.7.4cvs51
12090                 see ChangeLog entry 2002-04-21
12091
12092 2002-04-21 [paul]       0.7.4claws85
12093
12094         * sync with 0.7.4cvs49
12095                 see ChangeLog entries 2002-04-20 and 2002-04-21
12096
12097         * src/Makefile.am
12098                 clean up: remove old 'stock_' element from xpm 
12099                 filenames.
12100
12101 2002-04-21 [alfons]     0.7.4claws84
12102
12103         apply sync patch from Paul
12104
12105         * src/folderview.c
12106                 use old claws prefs_folder_item_create() for now
12107
12108 2002-04-19 [match]      0.7.4claws83
12109
12110         * src/addressbook.[ch]
12111         * src/addrharvest.[ch]
12112         * src/addrgather.[ch]
12113                 recurse folders.
12114         * src/mainwindow.c
12115         * src/summaryview.[ch]
12116                 change menu option.
12117
12118 2002-04-19 [paul]       0.7.4claws82
12119
12120         * po/pt_BR.po
12121                 updated by Fabio Junior Beneditto
12122
12123 2002-04-14 [alfons]     0.7.4claws81
12124
12125         * src/passphrase.c
12126                 add #include <sys/types.h> for mode_t and off_t 
12127
12128 2002-04-13 [paul]       0.7.4claws80
12129         
12130         * src/main.c
12131           src/passphrase.[ch]
12132           src/pgptext.c
12133           src/prefs_common.[ch]
12134           src/rfc2015.c
12135                 enable storing of GnuPG passphrase for the whole 
12136                 session or a user-defined number of minutes. patch 
12137                 submitted by Ravemax <ravemax@dextrose.com>
12138
12139 2002-04-13 [alfons]     0.7.4claws79
12140
12141         * src/textview.c
12142                 make email parser also stop scanning when encountering separators
12143                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12144
12145 2002-04-13 [paul]       0.7.4claws78
12146
12147         * sync with 0.7.4cvs39
12148                 see ChangeLog entry 2002-04-12
12149
12150 2002-04-11 [paul]       0.7.4claws77
12151
12152         * sync with 0.7.4cvs37
12153                 see ChangeLog entry 2002-04-11
12154
12155 2002-04-11 [paul]       0.7.4claws76
12156
12157         * COPYING 
12158                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12159                 the clause for OpenSSL). sync with sylpheed main
12160
12161 2002-04-09 [melvin]     0.7.4claws75
12162
12163         * src/compose.c
12164                 Made 'Ctrl-Enter' on send ignore some modifiers 
12165                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12166                 to bind other *-Enter (but not Alt-Enter).
12167
12168 2002-04-09 [paul]       0.7.4claws74
12169
12170         * sync with 0.7.4cvs35
12171                 see ChangeLog entries 2002-04-09
12172
12173 2002-04-08 [paul]       0.7.4claws73
12174
12175         * sync with 0.7.4cvs33
12176                 see ChangeLog entry 200-04-08
12177
12178 2002-04-07 [match]      0.7.4claws72
12179
12180         * src/addrharvest.[ch]
12181                 fixed to read all addresses in header, regardless
12182                 of header size. improved name parsing. accommodate
12183                 harvest from folders and selected message.
12184         * src/addritem.[ch]
12185                 included new address parsing function.
12186         * src/addrgather.[ch]
12187         * src/addressbook.[ch]
12188         * src/summaryview.[ch]
12189         * src/mainwindow.c
12190                 allow address harvest of folder as well as selected
12191                 messages.
12192
12193 2002-04-07 [paul]       0.7.4claws71
12194
12195         * src/esmtp.[ch]
12196           src/smtp.c
12197                 don't try to authenticate with CRAM-MD5 in SMTP when 
12198                 SMTP-AUTH enabled if MTA doesn't issue this 
12199                 auth-method in it's ehlo-response. bug item #531364,
12200                 patch item #938910. patch submitted by Colin Leroy 
12201                 <colin@colino.net>
12202
12203 2002-04-07 [paul]       0.7.4claws70
12204
12205         * src/nntp.c
12206                 fix missing MODE_READER bug. patch submitted by
12207                 Colin Leroy <colin@colino.net>
12208
12209 2002-04-07 [alfons]     0.7.4claws69
12210
12211         * src/matcher.[ch]
12212         * src/prefs_filtering.c
12213         * src/summaryview.c
12214                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12215                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12216
12217 2002-04-07 [paul]       0.7.4claws68
12218
12219         * sync with 0.7.4cvs32
12220                 see ChangeLog entry 2002-04-06
12221
12222         * tools/filter_conv.pl
12223                 more bug fixes
12224
12225 2002-04-06 [paul]       0.7.4claws67
12226
12227         * tools/filter_conv.pl
12228                 modify to be able to find the name of the first
12229                 mailbox and use that. main's filter does not
12230                 record the full path to the mailbox and therefore
12231                 can only filter to the first mailbox.
12232
12233 2002-04-05 [paul]       0.7.4claws66
12234
12235         * tools/filter_conv.pl
12236                 attempt to make the script all-encompassing and
12237                 be able to convert any main 'filter' rule thrown
12238                 at it
12239
12240 2002-04-05 [paul]       0.7.4claws65
12241
12242         * tools/filter_conv.pl
12243                 allow for collapsed folder trees
12244
12245 2002-04-05 [paul]       0.7.4claws64
12246
12247         * sync with 0.7.4cvs31
12248                 see ChangeLog entries 2002-04-05
12249
12250 2002-04-03 [paul]       0.7.4claws63
12251
12252         * sync with 0.7.4cvs29
12253                 see ChangeLog entries 2002-04-02 and 2002-04-03
12254
12255 2002-04-02 [paul]       0.7.4claws62
12256
12257         * sync with 0.7.4cvs26
12258                 see ChangeLog entry 2002-04-01
12259
12260 2002-04-02 [match]      0.7.4claws61
12261
12262         * src/pine.[ch]
12263         * src/importpine.[ch]
12264         * src/addressbook.c
12265                 import Pine address book.
12266
12267 2002-04-02 [match]      0.7.4claws60
12268
12269         * src/addrharvest.[ch]
12270                 improve address parsing of funky addresses.
12271
12272 2002-04-02 [darko]      0.7.4claws59
12273
12274         * src/compose.c
12275                 wrap on send improvements, it now recognizes quoted
12276                 initials as part of the quotation string, and it
12277                 does not join lines separated by CR
12278
12279 2002-04-01 [match]      0.7.4claws58
12280
12281         * src/mgutils.[ch]
12282                 added new functions.
12283         * src/mutt.[ch]
12284                 remove excessive duplicate address generation
12285                 on import.
12286
12287 2002-04-01 [alfons]     0.7.4claws57
12288         
12289         * src/summaryview.c
12290                 put back g_free() 
12291
12292 2002-04-01 [paul]       0.7.4claws56
12293
12294         * sync with 0.7.4cvs25
12295                 see ChangeLog entry 2002-04-01
12296
12297 2002-04-01 [alfons]     0.7.4aprilfool55
12298
12299         * src/summaryview.c
12300                 honour feature request item #537427 to allow for
12301                 displaying names from address book for sent mail also
12302
12303 2002-03-29 [paul]       0.7.4claws54
12304
12305         * src/mainwindow.c
12306           src/prefs_filtering.[ch]
12307           src/prefs_matcher.c
12308           src/summaryview.c
12309                 add 'fast filter' for claws' filtering,
12310                 /Tools/Create filter rule/... patch submitted
12311                 by Neill Miller <neillm@thecodefactory.org>
12312
12313 2002-03-29 [paul]       0.7.4claws53
12314
12315         * sync with 0.7.4cvs24
12316                 see ChangeLog entry 2002-03-29
12317
12318 2002-03-28 [paul]       0.7.4claws52
12319
12320         * sync with 0.7.4cvs23
12321                 see ChangeLog entry 2002-03-28
12322
12323 2002-03-27 [melvin]     0.7.4claws51
12324
12325         * src/prefs_actions.c
12326                 Added support to pass only one message part (as a
12327                 file) to the command using '%p'. No quotes are needed
12328                 because doubles quotes are automatically added.
12329                 Fixed bug where Sylpheed could block when waiting for
12330                 a child process to finish.
12331                 Changed the help menu to remove quotes around symbols to 
12332                 avoid misinterpretation (they must not be used).
12333
12334 2002-03-27 [melvin]     0.7.4claws50
12335
12336         * src/inc.c
12337                 Made the new mail notification command always 
12338                 execute asynchronously.
12339
12340 2002-03-27 [paul]       0.7.4claws49
12341
12342         * src/compose.c
12343                 fix bug introduced in last commit
12344
12345 2002-03-27 [paul]       0.7.4claws48
12346
12347         * sync with 0.7.4cvs21
12348                 see ChangeLog 2002-03-26 and 2002-03-27
12349
12350 2002-03-26 [hoa]        0.7.4claws47
12351
12352         * src/prefs_folder_item.c
12353                 really fixed the bug #516442 with folder rescan.
12354
12355 2002-03-26 [paul]       0.7.4claws46
12356
12357         * sync with 0.7.4cvs19
12358                 see ChangeLog entries 2002-03-25 and 2002-03-26
12359
12360 2002-03-25 [hoa]        0.7.4claws45
12361
12362         * src/matcher.c
12363         * src/mh.c
12364                 fix the bug #516442 with folder rescan.
12365
12366         * src/prefs_common.[ch]
12367         * src/compose.c
12368                 added an option to enable two different behaviours
12369                 for bounce.
12370
12371
12372 2002-03-25 [paul]       0.7.4claws44
12373
12374         * src/mainwindow.c
12375           src/selective_download.c
12376                 correct a few menuitem labels
12377
12378 2002-03-25 [christoph]  0.7.4claws43
12379
12380         * src/procmsg.c
12381                 fix non deleted tmp message in
12382                 procmsg_save_to_outbox
12383                 fix problems caused by sync with
12384                 main branch's procmsg_send_queue
12385
12386 2002-03-25 [paul]       0.7.4claws42
12387
12388         * src/quote_fmt.c
12389           src/quote_fmt_lex.l
12390           src/quote_fmt_parse.y
12391                 add Last name (%L) placeholder for quoting. 
12392                 patch submitted by Thorsten Thielen 
12393                 <thth@users.sourceforge.net>
12394
12395 2002-03-25 [paul]       0.7.4claws41
12396
12397         * src/utils.c
12398                 get full hostname. patch submitted by
12399                 Bob Woodside <rwoodside1@comcast.net>
12400
12401 2002-03-25 [paul]       0.7.4claws40
12402
12403         * src/account.c
12404           src/news.c
12405           src/nntp.[ch]
12406           src/prefs_account.[ch]
12407                 enable NNTP over SSL. patch submitted by
12408                 Pascal Jermini <pascal@infinity.hn.org>
12409
12410 2002-03-24 [paul]       0.7.4claws39
12411
12412         * src/prefs_common.c
12413                 make the arrangement of the Compose tab more
12414                 coherent
12415
12416         * src/mainwindow.c
12417                 fix some irregularities of style
12418
12419         * po/de.po
12420                 updated by Kilian Krause
12421
12422 2002-03-23 [paul]       0.7.4claws38
12423
12424         * po/pt_BR.po
12425                 updated by Fabio Junior Beneditto
12426
12427 2002-03-23 [paul]       0.7.4claws37
12428
12429         * src/mainwindow.c
12430                 move 'Gather addresses' to 'Tools' menu
12431                 make 'Selective download' sensitive
12432
12433 2002-03-23 [paul]       0.7.4claws36
12434
12435         * sync with 0.7.4cvs16
12436                 see ChangeLog entries 2002-03-23
12437
12438 2002-03-22 [christoph]  0.7.4claws35
12439
12440         * src/quote_fmt_parse.y
12441                 fix include program output
12442
12443 2002-03-22 [alfons]     0.7.4claws34
12444
12445         * src/pop.c
12446                 initialize GDate stack variable correctly (sorry!)
12447
12448 2002-03-22 [paul]       0.7.4claws33
12449
12450         * src/compose.c
12451           src/mainwindow.c
12452           src/prefs_actions.c
12453           src/prefs_common.c
12454                 rename 'Tool' to 'Tools'
12455
12456         * src/mainwindow.c
12457                 move 'Delete duplicated messages' from
12458                 'Message/' to 'Tools/'
12459                 re-arrange the order of 'Tools/' items
12460
12461 2002-03-22 [paul]       0.7.4claws32
12462
12463         * src/addr_compl.c
12464           src/addressbook.[ch]
12465                 auto-address completion now also matches on
12466                 Nickname. patch submitted by Bob Forsman 
12467                 <hammor@users.sourceforge.net>
12468
12469         * src/editaddress.c
12470                 correct a spelling mistake
12471
12472 2002-03-22 [alfons]     0.7.4claws31
12473
12474         * src/pop.c
12475                 fix getting uidl from incorrect string 
12476                 (spotted by Colin)
12477
12478 2002-03-21 [alfons]     0.7.4claws30
12479
12480         * src/pop.c
12481                 more code refactoring
12482                 plug mem leak introduced by delete on server
12483
12484 2002-03-21 [paul]       0.7.4claws29
12485
12486         * sync with 0.7.4cvs11
12487                 see ChangeLog entries 2002-03-20
12488
12489 2002-03-20 [alfons]     0.7.4claws28
12490
12491         * src/inc.c
12492                 apply Colin's patch and refactor
12493
12494 2002-03-20 [paul]       0.7.4claws27
12495
12496         * sync with sylpheed 0.7.4cvs9
12497                 see ChangeLog entry 2002-03-20
12498
12499 2002-03-19 [christoph]  0.7.4claws26
12500
12501         * src/mh.c
12502         * src/procmsg.[ch]
12503         * src/summaryview.c
12504                 revert changes for flag updates
12505                 (does not work correctly and no time to debug)
12506
12507 2002-03-20 [alfons]     0.7.4claws25
12508
12509         * src/pop.c
12510                 refactor should_delete() a little bit 
12511
12512 2002-03-19 [paul]       0.7.4claws24
12513
12514         * src/inc.[ch]
12515           src/pop.c
12516           src/prefs_account.[ch]
12517                 allow the user to leave downloaded mail on the 
12518                 server for n days. Patch submitted by Colin Leroy 
12519                 <colin@colino.net>
12520
12521 2002-02-19 [paul]       0.7.4claws23
12522
12523         * sync with sylpheed 0.7.4cvs8
12524                 see ChangeLog entries 2002-03-19
12525
12526 2002-03-18 [paul]       0.7.4claws22
12527
12528         * sync with sylpheed 0.7.4cvs6
12529                 see ChangeLog entry 2002-03-18
12530
12531 2002-03-18 [paul]       0.7.4claws21
12532
12533         * po/en_GB.po
12534                 add en_GB message catalogue
12535
12536         * src/mbox_folder.c
12537           src/prefs_account.c
12538           src/prefs_actions.c
12539                 correct a few spelling mistakes
12540
12541 2002-03-17 [alfons]     0.7.4claws20
12542
12543         * src/matcher.c
12544                 more stringent checks for NULL params when writing
12545                 filtering actions to a file
12546                 
12547 2002-03-17 [hoa]        0.7.3claws20
12548
12549         * src/news.c
12550                 fixed the count of new messages
12551
12552         * src/compose.c
12553                 fixed the "attachment properties" window
12554
12555 2002-03-17 [paul]       0.7.4claws19
12556
12557         * src/defs.h
12558           src/folder.h
12559           src/news.c
12560           src/prefs_account.[ch]
12561           src/procmsg.[ch]
12562           src/summaryview.c
12563                 automatically mark cross-posted messages as read 
12564                 and (optionally) give them a colour label
12565                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12566                 
12567
12568 2002-03-17 [paul]       0.7.4claws18
12569
12570         * sync with sylpheed 0.7.4cvs5
12571                 see ChangeLog entry 2002-03-17
12572
12573 2002-03-17 [melvin]     0.7.4claws17
12574         
12575         * src/textview.c
12576                 Worked around a gtktext 'bug': when searching for 
12577                 a text in a long message it was scrolling slowly
12578                 line by line until it hit the searched text.
12579         * po/fr.po
12580                 Updated French translation
12581
12582 2002-03-17 [melvin]     0.7.4claws16
12583
12584         * src/mainwindow.c
12585         * src/compose.c
12586         * src/prefs_actions.c
12587                 Moved "Edit/Actions" to "Tool/Actions"
12588                 Made mainwindow/compose window sensitive as soon as
12589                 no child process is running anymore even if the io dialog
12590                 is open.
12591                 Fixed a struct being initialized with a non constant char*
12592
12593 2002-03-16 [christoph]  0.7.4claws15
12594
12595         * configure.in
12596                 add --with-compiler-flags option
12597                 (only for developer hacking)
12598         * src/mh.c
12599         * src/procmsg.[ch]
12600         * src/summaryview.c
12601                 try to make folder-stats and flag handling more
12602                 independent from the summaryview. msgcounts
12603                 are only set when the folder is opened and
12604                 procmsg_msginfo_(un)set_flags will handle it
12605                 later and summaryview will get the values
12606                 from the folder.
12607
12608 2002-03-16 [paul]       0.7.4claws14
12609
12610         * src/messageview.c
12611                 fix Return-receipt. Patch submitted by Bob
12612                 Woodside <rwoodside1@comcast.net>
12613
12614 2002-03-16 [paul]       0.7.4claws13
12615
12616         * src/compose.c
12617                 fix 'dynamic' signatures, make it work again
12618                 broken during sync on 2002-03-14 (0.7.4claws2)
12619
12620 2002-03-15 [match]      0.7.4claws12
12621
12622         * src/addrharvest.[ch]
12623         * src/addrgather.[ch]
12624         * src/addressbook.[ch]
12625         * src/mainwindow.c
12626                 included address harvester feature. still some
12627                 issues with address parsing that I will fix.
12628
12629 2002-03-15 [match]      0.7.4claws11
12630
12631         * src/addrbook.[ch]
12632         * src/addrcache.[ch]
12633         * src/addressbook.[ch]
12634         * src/addrindex.c
12635         * src/editbook.c
12636         * src/importldif.c
12637         * src/importmutt.c
12638         * src/jpilot.[ch]
12639         * src/main.c
12640         * src/syldap.[ch]
12641         * src/vcard.[ch]
12642                 tidy up. fix memory leaks. moved attribs and methods
12643                 from individual interfaces to addrcache object. prep
12644                 for new stuff to come in.
12645
12646 2002-03-15 [alfons]     0.7.4claws10
12647
12648         * src/matcher.[ch]
12649         * src/matcher_parser_parse.y
12650         * src/matcher_parser_lex.l
12651         * src/prefs_matcher.c
12652                 add filtering conditions message greater than, smaller 
12653                 than, and exactly matching a size in bytes
12654                 (does not work with delete from POP3 server yet)
12655
12656                 this should also give others an idea what you should
12657                 do to add new criterions to claws filtering system
12658                 
12659
12660 2002-03-15 [paul]       0.7.4claws9
12661
12662         * tools/filter_conv.pl
12663                 exit if there are no filter rules to convert
12664                 rename filterrc to filterrc.old after completion
12665
12666 2002-03-15 [paul]       0.7.4claws8
12667
12668         * sync with sylpheed 0.7.4cvs3
12669                 see ChangeLog entry 2002-03-14
12670
12671 2002-03-14 [paul]       0.7.4claws7
12672
12673         * src/compose.c
12674                 clean up the last commit (ahem)
12675
12676 2002-03-14 [paul]       0.7.4claws6
12677
12678         * src/compose.c
12679                 fix bug #515655. honour account preferences
12680                 regarding gpg default signing/encryption when 
12681                 changing account from the compose window.
12682
12683 2002-03-14 [paul]       0.7.4claws5
12684
12685         * src/folderview.c
12686                 remove unnecessary curly brackets
12687
12688 2002-03-14 [paul]       0.7.4claws4
12689
12690         * src/folderview.c
12691           src/prefs_filtering.[ch]
12692                 add filter rename on folder rename and filter
12693                 delete on folder delete. Patch submitted by
12694                 Neill Miller <neillm@thecodefactory.org> 
12695
12696 2002-03-14 [christoph]  0.7.4claws3
12697
12698         * src/procmsg.c
12699         * src/send.c
12700                 fix local delivery
12701                 (patch submitted by "Simon 'corecode' Schubert")
12702         * src/prefs_common.c
12703         * src/procmsg.c
12704                 fix gcc 3.0 warning
12705
12706 2002-03-14 [paul]       0.7.4claws2
12707
12708         * sync with sylpheed 0.7.4cvs2
12709                 see ChangeLog entry 2002-03-13
12710
12711 2002-03-12 [darko]      0.7.4claws1
12712
12713         * src/mainwindow.c
12714                 fix what seems to be a copy and paste error
12715                 when setting color for important messages
12716                 (reported by wwp)
12717
12718 2002-03-11 [paul]       version 0.7.4claws released
12719
12720 2002-03-11 [paul]       0.7.4claws
12721
12722         * po/es.po
12723           po/it.po
12724           po/nl.po
12725           po/pt_BR.po
12726                 update message catalogs. Submitted by Ricardo Mones 
12727                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12728                 Fabio Junior Beneditto
12729
12730         * configure.in
12731           faq/Makefile.am
12732           faq/it/Makefile
12733           faq/it/sylpheed-faq*
12734           src/mainwindow.c
12735           src/manual.[ch]
12736                 add FAQ in Italian
12737         
12738
12739 2002-03-11 [jens]       0.7.3claws7
12740
12741         * po/de.po
12742                 updated German translation
12743
12744 2002-03-11 [melvin]     0.7.3claws6
12745
12746         * po/fr.po
12747                 updated and corrected French translation
12748
12749 2002-03-10 [hoa]        0.7.3claws5
12750
12751         * src/account.c
12752         * src/inc.c
12753         * src/prefs_account.c
12754         * src/procmsg.c
12755         * src/send.[ch]
12756                 fixed the local account.
12757                 you have to change the default "/usr/sbin/sendmail"
12758                 to "/usr/sbin/sendmail -t" in the preferences of
12759                 the local account.
12760
12761         * src/procmime.c
12762                 removed some debug display for renderer
12763
12764 2002-03-10 [paul]       0.7.3claws4
12765
12766         * faq/en/sylpheed-faq-1.html
12767           faq/en/sylpheed-faq-2.html
12768                 update
12769
12770 2002-03-09 [paul]       0.7.3claws3
12771
12772         * sync with sylpheed 0.7.4
12773                 see ChangeLog entry 2002-03-09
12774
12775 2002-03-08 [paul]       0.7.3claws2
12776
12777         * faq/en/sylpheed-faq*
12778           faq/es/sylpheed-faq*
12779           faq/fr/sylpheed-faq*
12780                 update the FAQs
12781
12782         * manual/fr/.cvsignore
12783           manual/fr/Makefilea.am
12784           manual/fr/sylpheed*
12785           src/mainwindow.c
12786           src/manual.[ch]
12787                 add the French manual
12788
12789 2002-03-07 [paul]       0.7.3claws1
12790
12791         * sync with sylpheed 0.7.3cvs4
12792                 see ChangeLog entries  2002-03-06 and 2002-03-07
12793         
12794         * po/nl.po
12795                 updated by Wilbert Berendsen
12796
12797 2002-03-07 [melvin]     0.7.2claws34
12798
12799         * src/selective_download.c
12800                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12801
12802 2002-03-06 [paul]       0.7.2claws33
12803
12804         * sync with sylpheed 0.7.3cvs1
12805                 bug fix, see ChangeLog entry 2002-03-05
12806
12807 2002-03-05 [paul]       0.7.2claws32
12808
12809         * src/mimeview.c
12810           src/pgptext.[ch]
12811           src/procmsg.c
12812                 reverse the pgp ascii-armored code implemented in 
12813                 0.7.2claws16. removal of this code until it matures.
12814                 this means that verifying ascii-armored pgp sigs and
12815                 automatic decryption of ascii-armored encrypted
12816                 messages no longer works.
12817
12818 2002-03-05 [paul]       0.7.2claws31
12819
12820         * configure.in
12821           Makefile.am
12822         * faq/Makefile.am
12823         * faq/en/Makefile.am
12824           faq/en/sylpheed-faq.html
12825           faq/en/sylpheed-faq-1.html
12826           faq/en/sylpheed-faq-2.html
12827           faq/en/sylpheed-faq-3.html
12828         * faq/es/Makefile.am
12829           faq/es/sylpheed-faq.html
12830           faq/es/sylpheed-faq-1.html
12831           faq/es/sylpheed-faq-2.html
12832           faq/es/sylpheed-faq-3.html
12833           faq/es/sylpheed-faq-4.html
12834         * faq/fr/Makefile.am
12835           faq/fr/sylpheed-faq.html
12836           faq/fr/sylpheed-faq-1.html
12837           faq/fr/sylpheed-faq-2.html
12838           faq/fr/sylpheed-faq-3.html
12839         * src/Makefile.am
12840           src/defs.h
12841           src/mainwindow.c
12842           src/manual.[ch]
12843                 add FAQs in English, Spanish and French
12844
12845
12846 2002-03-05 [paul]       0.7.2claws30
12847
12848         * manual/en/sylpheed.html
12849           manual/en/sylpheed-XX.html
12850                 updated the English manual
12851
12852 2002-03-05 [hoa]        
12853
12854         * src/summaryview.c
12855                 dialog box pops up if the article can't be deleted.
12856
12857 2002-03-04 [paul]       
12858         
12859         * po/pt_BR.po
12860                 updated by Fabio Junior Benedito
12861
12862 2002-03-04 [hoa]
12863
12864         * removed ac/gpgme.m4
12865                 to avoid autogen common problem
12866                 developers have to install gpgme development package now
12867
12868         * src/compose.c
12869                 encoding to 7bit or 8bit is enabled.
12870
12871 2002-03-03 [alfons]     0.7.2claws29
12872
12873         * src/pop.c
12874                 merge fix by Oliver Haertel for selective
12875                 download buglet
12876
12877 2002-03-03 [paul]       0.7.2claws28
12878         
12879         * sync with sylpheed 0.7.3
12880
12881 2002-03-03 [paul]       0.7.2claws27
12882
12883         * sync with sylpheed 0.7.2cvs24
12884                 see ChangeLog entries 2002-03-02 and 2002-03-03
12885
12886 2002-03-02 [melvin]     0.7.2claws26
12887
12888         * src/inc.[ch]
12889         * src/main.c
12890         * src/mainwindow.c
12891         * src/prefs_common.[ch]
12892                 Added user definable notification on new mail arrival.
12893                 Removed unused variables in spell checker prefs code.
12894
12895 2002-03-02 [melvin]     0.7.2claws25
12896
12897         * src/quote_fmt.c
12898                 Removed unnecessary escape sequences.
12899                 Changed 'Initial...' to 'Initials of Sender'
12900
12901 2002-03-02 [paul]       0.7.2claws24
12902
12903         * sync with sylpheed 0.7.2cvs22
12904                 see ChangeLog entry 2002-03-01
12905
12906 2002-03-01 [hoa]        0.7.2claws23
12907
12908         * src/mainwindow.c
12909                 Set sensitivity of delete actions to active
12910                 even if the folder is a newsgroup.
12911
12912         * src/summaryview.c
12913                 - Set sensitivity of delete actions
12914                 - Added function check_permission() that will check if the
12915                   user is authorized to delete a message. For news, it
12916                   will check if the author is the same.
12917                 - Enabled deletion when there is no trash folder.
12918
12919         * src/news.[ch]
12920                 - Added news_cancel_article() to cancel articles
12921                 - Implemented news_remove_message() (public function)
12922
12923 2002-03-01 [paul]       0.7.2claws22
12924
12925         * src/gtkutils.c
12926           src/textview.c
12927                 recognise urls that that don't include 'http://' and
12928                 simply begin 'www.' 
12929
12930         * AUTHORS
12931                 remove duplicated name
12932
12933 2002-02-28 [paul]       0.7.2claws21
12934
12935         * src/mainwindow.c
12936           src/summaryview.[ch]
12937                 add ability to 'Select thread'
12938                 combines Melvin's "Select thread's head" patch (#510907)
12939                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12940                 patch (#518514) 
12941
12942 2002-02-28 [paul]       0.7.2claws20
12943
12944         * src/mimeview.c
12945                 hopefully fix segfault on right-clicking a mime part
12946                 that some people have experienced.      
12947                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12948
12949 2002-02-28 [paul]       0.7.2claws19
12950
12951         * sync with sylpheed 0.7.2cvs21
12952                 see ChangeLog entries 2002-02-27 and 2002-02-28
12953
12954 2002-02-27 [paul]       0.7.2claws18
12955
12956         * sync with sylpheed 0.7.2cvs18
12957                 see ChangeLog entries 2002-02-26 and 2002-02-27
12958
12959 2002-02-26 [alfons]     0.7.2claws17
12960
12961         * src/procheader.c
12962                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12963                 (spotted by Chris Hessman <idatech@gmx.net>)
12964
12965 2002-02-26 [paul]       0.7.2claws16
12966
12967         * src/mimeview.c
12968           src/pgptext.[ch]
12969           src/procmsg.c
12970                 make decryption of ascii-armored pgp encrypted messages
12971                 and verification of ascii-armored signatures work again.
12972                 slightly altered from the patch by Jens Jahnke 
12973                 <jan0sch@gmx.net>
12974
12975                 ##FIX ME##
12976                 * the checking of plaintext signatures always comes up in 
12977                   a popup box
12978                 * it doesn't work for multipart messages 
12979                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12980                   including the msg headers and these 2 line themselves, are 
12981                   not displayed
12982
12983         * src/mainwindow.c
12984                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12985                 "View/Message View" becomes "View/Separate Message View"
12986                 because its less ambiguous.
12987
12988         * po/es.po
12989                 updated by Ricardo Mones Lastra
12990
12991 2002-02-26 [paul]       0.7.2claws15
12992
12993         * sync with sylpheed 0.7.2cvs17
12994                 see ChangeLog entries 2002-02-25 and 2002-02-26
12995
12996 2002-02-25 [christoph]  0.7.2claws14
12997
12998         * src/filtering.[ch]
12999         * src/inc.c
13000                 do filtering stuff after all messages have been received
13001                   1. drop all messages to .processing
13002                   2. scan processing folder for messages
13003                   3. filter messages or move to inbox
13004                 this will also find old messages left in processing after
13005                 a crash or something like that and we get a real msginfo
13006                 from folder->get_msg_list and do not have to create our
13007                 own in filter_message
13008         * src/matcher_parser_parse.y
13009                 remove MIX/MAX warning (reordered includes)
13010
13011 2002-02-25 [paul]       0.7.2claws13
13012
13013         * sync with sylpheed 0.7.2cvs15
13014                 see ChangeLog entry 2002-02-24
13015
13016 2002-02-24 [alfons]     0.7.2claws12
13017
13018         * src/filtering.c
13019                 clear old color flags first when applying a new color to
13020                 a message info. 
13021                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13022
13023 2002-02-24 [alfons]     0.7.2.claws11
13024         
13025         * AUTHORS
13026         * src/prefs_common.c
13027                 add presets for Opera and Konqueror, closes patch #517261,
13028                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13029
13030 2002-02-24 [alfons]     0.7.2.claws10
13031
13032         * AUTHORS
13033         * src/summaryview.c
13034                 fix threading for null message ids, closes patch #521601,
13035                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13036
13037 2002-02-24 [alfons]     0.7.2claws9
13038
13039         * src/summaryview.c
13040         * src/filtering.c
13041                 make Tool | Filter Message work with filtering system so
13042                 setting flags also works
13043
13044                 TODO:
13045
13046                 - Processing uses the same function as Tool | Filter
13047                   Message, but doesn't use the same update proc yet
13048
13049 2002-02-23 [paul]       0.7.2claws8
13050
13051         * sync with sylpheed 0.7.2cvs14
13052                 see ChangeLog entries 2002-02-22 and 2002-02-23
13053
13054 2002-02-22 [christoph]  0.7.2claws7
13055
13056         * src/quote_fmt.c
13057                 Add column space to table
13058         * src/quote_fmt_parse.y
13059                 Close files
13060
13061 2002-02-22 [paul]       0.7.2claws6
13062
13063         * src/Makefile.am
13064           src/defs.h
13065           src/filtering.c
13066           src/inc.[ch]
13067           src/mainwindow.c
13068           src/matcher.[ch]
13069           src/matcher_parser_lex.l
13070           src/matcher_parser_parse.y
13071           src/pop.[ch]
13072           src/prefs_account.h
13073           src/prefs_filtering.c
13074           src/selective_download.[ch]   *** NEW FILES ***
13075           src/utils.[ch]
13076           po/POTFILES.in
13077                 Selective Download added to 'Tool' menu. 
13078                 Retrieves email headers of the currently selected pop3 
13079                 account and allows the user to mark emails for deletion 
13080                 right on the pop3 server. Patch submitted by Oliver Haertel 
13081                 <oha@users.sourceforge.net>.
13082         
13083         * po/POTFILES.in
13084                 add 'src/quote_fmt.c'           
13085
13086 2002-02-22 [christoph]  0.7.2claws5
13087
13088         * src/Makefile.am
13089                 added quote_fmt.c
13090         * src/prefs_common.[ch]
13091         * src/prefs_template.c
13092         * src/quote_fmt.c               *** NEW FILE ***
13093         * src/quote_fmt.h
13094                 move quote format symbol description code
13095                 to it's own file because it is used from
13096                 differnent code parts
13097                 Rewrote symbol description GUI
13098                   + use table
13099                   + add separators
13100                   + get data from array (no more long constant strings)
13101         * src/quote_fmt_lex.l
13102         * src/quote_fmt_parse.y
13103                 Symbol for Literal % changed to \% instead of %%
13104                 (More logical as \ is used for quoting for other symbols)
13105                 Add |f and |p to include files and program output
13106                 Examples:
13107                     |f{/home/.../.signature}
13108                     |p{date}
13109         * po/de.po
13110                 Correct wrong spelling for "Referenzen"
13111
13112 2002-02-21 [paul]       0.7.2claws4
13113
13114         * src/procmsg.c
13115                 forgotten during sync
13116
13117 2002-02-21 [paul]       0.7.2claws3
13118
13119         * sync with sylpheed 0.7.2cvs11
13120                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13121                 2002-02-20 and 2002-02-21
13122
13123 2002-02-20 [melvin]     0.7.2claws2
13124
13125         * src/prefs_actions.c
13126                 Added error report when child cannot fork or when execvp 
13127                 returns with an error.
13128
13129 2002-02-19 [christoph]  0.7.2claws1
13130
13131         * src/codeconv.c
13132                 return unconverted text if conde conversion is not possible
13133                 when libjconv is used.
13134                 (patch submitted by "Simon 'corecode' Schubert")
13135
13136 2002-02-19 [paul]       
13137
13138         * version 0.7.2claws release
13139
13140 2002-02-19 [paul]       0.7.2claws
13141
13142         * po/nl.po
13143                 updated by Wilbert Berendsen
13144
13145
13146 2002-02-18 [alfons]     0.7.1claws13
13147
13148         * src/syldap.c
13149         * src/jpilot.c
13150                 remove references to dlfcn and explicitly loading functions
13151                 from dynalink libs, because libs linked anyway, and functions
13152                 are loaded explicitly
13153
13154 2002-02-17 [melvin]     0.7.1claws12
13155
13156         * src/prefs_actions.c
13157                 Replaced children wait loop with double fork technique.
13158                 Now, input/output window updated at each new output.
13159                 free_children(): Fixed a memory leak.
13160                 Made input/output window non closable if running children
13161                 still exist.
13162                 Added missing <unistd.h> include.
13163                 Added some --debug outputs.
13164
13165 2002-02-17 [melvin]     0.7.1claws11
13166
13167         * src/summaryview.c
13168                 Fixed bug where descending sort order did not select top
13169                 message.
13170
13171 2002-02-17 [melvin]     0.7.1claws10
13172
13173         * acconfig.h
13174                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13175         * src/prefs_common.c
13176                 Pspell data package directory no more hard coded but
13177                 set during configuration (PSPELL_PATH). (Thanks to 
13178                                 Gustavo Noronha Silva.)
13179
13180 2002-02-17 [melvin]     0.7.1claws9
13181
13182         * configure.in
13183                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13184         * src/gtkspell.c
13185                 Fixed compile-time warnings.
13186
13187 2002-02-16 [alfons]     0.7.1claws8
13188
13189         * src/filesel.c
13190                 fix inadvertent free of NULL pointer which caused
13191                 sylpheed to crash when closing the save-as dialog
13192                 using the window close button
13193
13194 2002-02-16 [carsten]    0.7.1claws7
13195         * src/mainwindow.[ch]
13196           src/summaryview.c
13197           src/prefs_common.c
13198                 fixes for pixmap theming code:
13199                         - recently changed mail attributes shouldn't get
13200                           lost any longer
13201                         - theme is only reloaded iff another theme was
13202                           selected
13203
13204 2002-02-16 [paul]       0.7.1claws6
13205
13206         * sync with sylpheed 0.7.2 release
13207                 see ChangeLog entry 2002-02-15 and 2002-02-16
13208
13209 2002-02-15 [paul]       0.7.1claws5
13210
13211         * sync with sylpheed 0.7.1cvs9
13212                 see ChangeLog entry 2002-02-15
13213
13214         * po/POTFILES.in
13215                 remove unneeded headerwindow.c entry
13216
13217 2002-02-14 [carsten]    0.7.1claws4
13218         * src/summaryview.c
13219                 fixed a bug for "Go to next unread message": there was
13220                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13221                 in the prefs, because of doing "Search again" instead
13222                 "No"
13223
13224 2002-02-14 [carsten]    0.7.1claws3
13225         * src/stock_pixmap.c
13226                 removed 2 more mem leaks; following memprof,
13227                 this code is "leak free" now :)
13228
13229 2002-02-14 [carsten]    0.7.1claws2
13230         * src/stock_pixmap.c
13231                 used opendir/readdir/closedir instead of scandir
13232                 -> code should work now on Solaris
13233
13234 2002-02-14 [paul]       0.7.1claws1
13235
13236         * sync with sylpheed 0.7.1cvs8
13237                 see ChangeLog entries 2002-02-13 and 2002-02-14
13238
13239         * README.claws
13240                 add some description of Actions and Pixmap Themes
13241
13242 2002-02-13 [paul]       
13243
13244         * version 0.7.1claws release
13245
13246 2002-02-13 [paul]       0.7.1claws
13247
13248         * po/es.po
13249           po/it.po
13250           po/pt_BR.po
13251                 updated translations, submitted by Ricardo Mones Lastra,
13252                 Alessandro Maestri and Fabio Junior Beneditto
13253
13254 2002-02-13 [melvin]     0.7.0claws75
13255
13256         * src/prefs_actions.c
13257                 Added missing "signal.h" include
13258
13259 2002-02-13 [melvin]     0.7.0claws74
13260
13261         * src/prefs_folder_item.c
13262                 Added missing "config.h" include
13263         * po/fr.po
13264                 Updated French translation for folder propriety.
13265
13266 2002-02-13 [jens]       0.7.0claws73
13267
13268         * po/POTFILES.in
13269                 Added missing src/prefs_folder_item.c [log added by melvin]
13270         * po/de.po
13271                 Updated German translation.
13272
13273 2002-02-13 [melvin]     0.7.0claws72
13274
13275         * po/fr.po
13276                 Updated French translation.
13277
13278 2002-02-13 [melvin]     0.7.0claws71
13279
13280         * src/gtkutils.c
13281                 Made gtkut_editable_get_selection return NULL if selection
13282                 is of length zero.
13283                 This fixes a bug where selecting part of message A then
13284                 switching to message B and replying to it will not
13285                 quote the message's body.
13286
13287 2002-02-12 [paul]       0.7.0claws70
13288
13289         * src/mainwindow.c
13290                 cosmetic, relating to pixmap themes: on toolbar make 
13291                 updating of 'Exec' and 'Compose news/Compose email'
13292                 icons faster.
13293
13294 2002-02-12 [carsten]    0.7.0claws69
13295         * src/folderview.c
13296           src/mainwindow.[ch]
13297           src/stock_pixmap.c
13298           src/summaryview.c
13299           src/prefs_common.c
13300                 - refreshing after changing pixmap theme better
13301                   now (thanks Paul)
13302                 - wanted to remove some mem leaks, but alfons was
13303                   faster (and had the better solution ;)
13304
13305 2002-02-12 [alfons]     0.7.0claws68
13306
13307         * src/prefs_common.c
13308         * src/stock_pixmap.[ch]
13309                 plug mem leaks, refactor code a little bit
13310
13311
13312 2002-02-12 [sergey]     0.7.0claws67
13313
13314         * src/imap.c
13315                 Fixed problem with copying messages to IMAP folders when the
13316                 server uses something other than '/' as a namespace separator
13317                 (cyrus-imapd uses '.').
13318
13319 2002-02-12 [jens]       0.7.0claws66
13320
13321         * po/de.po
13322                 Updated German Translation
13323
13324 2002-02-12 [paul]       0.7.0claws65
13325
13326         * sync with sylpheed 0.7.1cvs1
13327                 see ChangeLog entry 2002-02-12
13328
13329 2002-02-12 [melvin]     0.7.0claws64
13330
13331         * src/prefs_actions.c
13332                 Fixed "feature" where children's output was duplicated 
13333                 instead of refreshed while monitoring.
13334                 Removed some debug code.
13335
13336 2002-02-12 [christoph]  0.7.0claws63
13337
13338         * src/compose.c
13339                 always delete message from queue after sending/send error
13340                 (closes bug #509601)
13341
13342 2002-02-12 [melvin]     0.7.0claws62
13343
13344         * src/prefs_actions.c
13345                 Children wait loop is now triggered with a timeout of 1s
13346                 Added %F which is replaced with the list of filenames 
13347                 of all selected messages (as suggested by Ricardo Mones Lestra)
13348                 Pipe syntax changed. Prefix with | to send selection, postfix
13349                 with | to retrieve output. Prefix with > or * to send
13350                 user definable input to the command (*: input is hidden)
13351                 Old pipe action should now be postfixed with |, too.
13352
13353 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13354         * src/stock_pixmap.c
13355                 fixed a bug: if there's no theme directory don't
13356                 throw an error, just do "nothing" (thanks Alfons)
13357
13358 2002-02-12 [carsten]    0.7.0claws60
13359         * src/folderview.c
13360           src/summaryview.c
13361                 had to write the cache twice (nasty!); some marks would 
13362                 get lost if not
13363
13364 2002-02-11 [carsten]    0.7.0claws59
13365         * acconfig.h
13366           configure.in
13367           doc-src/maintainer_guide.txt
13368           src/compose.[ch]
13369           src/defs.h
13370           src/folderview.[ch]
13371           src/gtkutils.[ch]
13372           src/mainwindow.[ch]
13373           src/prefs_common.[ch]
13374           src/stock_pixmap.[ch]
13375           src/summaryview.[ch]
13376                 pixmap theming and related work on pixmap
13377                 handling on some other places
13378                 (e.g. hrm features for all folder)
13379           src/pixmap/stock_*.xpm -> the stock_ was removed
13380         
13381 2002-02-11 [paul]       0.7.0claws58
13382
13383         * sync with sylpheed 0.7.1 release
13384                 see ChangeLog entries 2002-02-11
13385
13386 2002-02-08 [paul]       0.7.0claws57
13387
13388         * sync with sylpheed 0.7.0cvs39
13389                 see ChangeLog entry 2002-02-07 (last entry) 
13390
13391         * src/prefs_actions.c
13392           src/prefs_filtering.c
13393           src/prefs_matcher.c
13394           src/prefs_scoring.c
13395                 sync: made it compile with C compilers other than gcc
13396
13397 2002-02-07 [paul]       0.7.0claws56
13398
13399         * sync with sylpheed 0.7.0cvs38
13400                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13401                 2002-02-07
13402
13403 2002-02-07 [darko]      0.7.0claws55
13404
13405         * src/gtkutils.[ch]
13406         * src/summaryview.c
13407                 Fix const gchar */gchar * issue (thanks Hiro)
13408
13409 2002-02-07 [darko]      0.7.0claws54
13410
13411         * src/compose.[ch]
13412         * src/filtering.c
13413         * src/gtkutils.[ch]
13414         * src/prefs_template.c
13415         * src/quote_fmt.h
13416         * src/quote_fmt_parse.y
13417         * src/summaryview.c
13418         * src/utils.[ch]
13419                 When replying or forwarding an email don't quote the entire
13420                 mail body but use the part of the message text that is selected
13421
13422 2002-02-06 [melvin]     0.7.0claws53
13423
13424         * src/prefs_common.[ch]
13425         * src/gtkspell.[ch]
13426         * src/compose.c
13427                 Made possible to switch quickly to last used dictionary
13428                 which makes checking bilingual documents easier.
13429
13430 2002-02-06 [melvin]     0.7.0claws52
13431         
13432         * po/POTFILES.in
13433                 Added forgotten new file src/prefs_actions.c
13434
13435 2002-02-06 [melvin]     0.7.0claws51
13436
13437         * src/prefs_actions.c   ** NEW FILE **
13438         * src/prefs_actions.h   ** NEW FILE **
13439                 Added actions to execute on message text view, or on the
13440                         message's file.
13441         * src/Makefile.am
13442                 Added src/prefs_actions.[ch]
13443         * src/compose.c
13444                 Added new menu "Edit/Actions"
13445         * src/defs.h
13446                 Added new actionsrc file.
13447         * src/main.c
13448                 Added actionsrc reading.
13449         * src/mainwindow.c
13450                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13451         * src/prefs_common.h
13452                 Added new element actionslst element to prefs_common.
13453
13454 2002-02-06 [paul]       0.7.0claws50
13455
13456         * sync with sylpheed 0.7.0cvs36
13457                 see ChangeLog entry 2002-02-06
13458
13459 2002-02-05 [paul]
13460
13461         * po/es.po
13462                 updated by Ricardo Mones Lastra
13463
13464 2002-02-05 [paul]       0.7.0claws49
13465
13466         * sync with sylpheed 0.7.0cvs33
13467                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13468
13469 2002-02-05 [paul]       0.7.0claws48
13470
13471         * src/compose.c
13472                 re-add 'Edit/Advanced/Delete entire line', previously named
13473                 'Delete Line+'
13474
13475 2002-02-04 [paul]       0.7.0claws47
13476
13477         * src/compose.c
13478           src/summaryview.c
13479                 fix bug #494993 (Reply All not taking Reply-To into consi)
13480                 eliminate differences in behaviour of right-click 'Reply to all' 
13481                 in summary view and 'Reply to all' on the toolbar. 
13482                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13483                 view and From gets ignored by 'Reply to all' on toolbar.
13484                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13485                 From when no Reply-To header is present.
13486
13487 2002-02-04 [paul]       0.7.0claws46
13488
13489         * sync with sylpheed 0.7.0cvs30
13490                 see ChangeLog entries 2002-02-03 and 2002-02-04
13491
13492 2002-02-03 [melvin]     0.7.0claws45
13493
13494         * src/gtkspell.[ch]
13495                 Readded function to highlight all misspelled words.
13496                 Fixed bug where user-provided-words did not replace
13497                         correctly the misspelled word when using the mouse.
13498                 Fixed bug where checking a region selected from right to left did
13499                         not check the region at all.
13500                 Fixed bug where 'Check backwards' may not check at all. 
13501                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13502                 Fixed possible buffer overflow when checking for long strings (>1k).
13503                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13504                 Accelerators code uses now gtk_widget_add_accel.
13505                 Removed and disabled obsolete and unfinished code.
13506                 Cleaning up.
13507
13508         * src/compose.c
13509                 Added menu item to Highlight all misspelled words.
13510
13511 2002-02-01 [paul]       0.7.0claws44
13512
13513         * src/mainwindow.c
13514                 fix '/View/Hide read messages' sensitivity when all
13515                 messages in a folder are hidden
13516
13517 2002-02-01 [paul]       0.7.0claws43
13518
13519         * src/main.c
13520                 add --send option to command line interface, sends all
13521                 queued mail. Patch submitted by Ricardo Mones Lastra.
13522
13523 2002-01-31 [paul]       0.7.0claws42
13524
13525         * src/mainwindow.c
13526                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13527
13528 2002-01-31 [paul]       0.7.0claws41
13529
13530         * sync with sylpheed 0.7.0cvs27
13531                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13532                 and 2002-01-31
13533
13534         * src/textview.c
13535                 comment out elements of textview_show_part() as temporary
13536                 workaround for attachment 'Display as text' bug 
13537
13538         * po/pt_BR.po
13539                 updated by Fabio Junior Beneditto
13540
13541 2002-01-30 [paul]       0.7.0claws40
13542
13543         * sync with sylpheed 0.7.0cvs24
13544                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13545                 and 2002-01-30
13546
13547         * src/compose.c
13548                 add {N_("/_Spelling"), ... "<Branch>"} to 
13549                 GtkItemFactoryEntry compose_entries[]
13550
13551         * src/prefs_common.c
13552                 add claws menu items to prefs_keybind_apply_clicked()
13553                 and remove non-claws menu items
13554
13555 2002-01-29 [paul]       0.7.0claws39
13556
13557         * sync with sylpheed 0.7.0cvs22
13558                 see ChangeLog entries 2002-01-28 and 2002-01-29
13559
13560 2002-01-28 [melvin]     0.7.0claws38
13561
13562         * src/compose.c
13563                 Added the declartion of compose_send_control_enter.
13564
13565         * src/compose.c
13566         * src/gtkspell.[ch]
13567                 Added in a 'Spelling' menu which includes the configuration menu. 
13568                 Added a real 'Check all' and got rid from the old one which only
13569                 highlited misspelled word.
13570                 Made 'Check while typing' a disableable option.
13571                 Added a dialog when there are no more misspelled word.
13572                 Added a dialog if error occurs when switching to a dictionary.
13573         
13574         * src/prefs_common.[ch]
13575                 Added option for the default 'Check while typing' option.
13576
13577
13578 2002-01-28 [alfons]     0.7.0claws37
13579
13580         * src/compose.c
13581                 fix buglet and make code comply with sylpheed code style
13582
13583 2002-01-28 [paul]       0.7.0claws36
13584
13585         * sync with sylpheed 0.7.0cvs19
13586                 see ChangeLog entries for 2002-01-28
13587
13588 2002-01-28 [hoa]        0.7.0claws35
13589
13590         * src/defs.h
13591                 added rendererrc
13592
13593         * src/main.c
13594                 read the renderer config
13595
13596         * src/procmime.[ch]
13597                 use the renderer config to convert mime attachments
13598
13599         * src/textview.c
13600                 don't use textview_show_html/ertf,
13601                 use get_text_content instead
13602
13603 2002-01-27 [alfons]     0.7.0claws34
13604         
13605         * src/news.c
13606                 make sylpheed believe it can delete a news message...
13607                 (messages are NOT deleted, maybe we should remove
13608                 processing from the folder properties after all.)
13609
13610 2002-01-27 [alfons]     0.7.0claws33
13611
13612         * src/folder.c
13613                 add extra checks
13614         * src/news.c
13615                 implement remove_msg() 
13616
13617 2002-01-27 [alfons]     0.7.0claws32
13618
13619         * src/procmsg.h
13620         * src/procheader.c
13621         * src/messageview.c
13622                 fix return receipt / disposition notification again. this
13623                 stuff seems to break on _every_ major summary UI change, so
13624                 it's now implemented using a flag which is saved in the
13625                 marks cache
13626                 
13627 2002-01-26 [alfons]     0.7.0claws31
13628
13629         * src/import.c
13630                 let import dialog show the destination folder identifier
13631
13632 2002-01-26 [melvin]     0.7.0claws30
13633
13634         * src/folderview.c
13635         * src/summaryview.c
13636                 Readded 'Mark all read' into summary view popup menu
13637                 Added 'Mark all read' in folder view popup menu for IMAP
13638                 and NNTP.
13639                 Made it insensitive if the selected folder is not the shown
13640                 one to avoid 'Mark all read' on the wrong folder.
13641                 
13642 2002-01-26 [paul]       0.7.0claws29
13643
13644         * src/folderview.c
13645           src/summaryview.c
13646                 move 'Mark all read' from summary view to folder view
13647                 menu. (adapted from) patch submitted by Jeremy Andrews,
13648                 <lists@kerneltrap.com>
13649
13650 2002-01-25 [alfons]     0.7.0claws28
13651
13652         * src/gtkstext.c
13653                 put the gtk class name back so GtkSText adapts the 
13654                 settings of GtkText
13655
13656 2002-01-25 [alfons]     0.7.0claws27
13657
13658         * src/folderview.c 
13659                 assimilate Ricardo's patch that shows pixmaps instead of
13660                 plain "new" and "unread" texts in the folder view column
13661                 headers 
13662
13663 2002-01-25 [paul]       0.7.0claws26
13664
13665         * src/Makefile.am
13666                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13667                 be found in non-standard locations. 
13668                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13669
13670 2002-01-25 [paul]       0.7.0claws25
13671
13672         * sync with sylpheed 0.7.0cvs16
13673                 see ChangeLog entry 2002-01-25
13674
13675 2002-01-24 [paul]       0.7.0claws24
13676
13677         * more sync with sylpheed 0.7.0cvs15
13678                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13679
13680 2002-01-23 [sergey]     0.7.0claws23
13681
13682         * src/importldif.c
13683                 Fixed segfault when closing LDIF import wizard with
13684                 the window manager.
13685         * src/imageview.c
13686         * src/imageview.h
13687         * src/messageview.c
13688         * src/mimeview.c
13689                 Fixed wrong scrolling position after switching between
13690                 text and image parts.
13691
13692 2002-01-23 [paul]       0.7.0claws22
13693
13694         * sync with sylpheed 0.7.0cvs15
13695                 see ChangeLog entries 2002-01-22 and 2002-01-23
13696
13697 2002-01-21 [melvin]     0.7.0claws21
13698
13699         * src/prefs_scoring.c
13700         * src/prefs_filtering.c
13701                 Fixed bug where scoring and filtering windows stopped
13702                 autochecking.
13703
13704 2002-01-21 [paul]       0.7.0claws20
13705
13706         * sync with sylpheed 0.7.0cvs12
13707                 see ChangeLog entries 2002-01-20 and 2002-01-21
13708
13709 2002-01-21 [carsten]    0.7.0claws19
13710         * src/mainwindow.c
13711         * src/menu.[ch]
13712         * src/messageview.[ch]
13713         * src/summaryview.[ch]
13714                 changes to shortcuts handling again:
13715                         + "Q" now controled by mainwin
13716                         + v/V are now customizable and have slightly
13717                           different meanings
13718                 the "button" to minimize the messageview (and maximize
13719                 the summary view) is a real button now
13720         * src/compose.c
13721                 "Delete Line+" added to Edit/Advanced (this will also
13722                 delete the '\n')
13723
13724 2002-01-20 [melvin] 0.7.0claws18
13725
13726         * src/addressbook.c
13727                 Made "Bcc" sensitive when addressbook is called from
13728                 compose window (it was a Claws only bug).
13729
13730 2002-01-19 [alfons] 0.7.0claws17
13731
13732         * src/inc.c
13733                 prevent unnecessary updates when currently selected folder has
13734                 no new messages 
13735
13736 2002-01-19 [alfons] 0.7.0claws16
13737         
13738         * src/summaryview.c
13739                 prevent writing the cache based on current message list in summary 
13740                 view when filtering also put messages in currently selected folder
13741
13742 2002-01-19 [paul]
13743
13744         * po/it.po
13745                 Italian translation submitted by Alessandro Maestri
13746                 <a.maestri@cs.tin.it>
13747
13748 2002-01-18 [melvin]     0.7.0claws15
13749
13750         * src/prefs_filters.c
13751                 fixed bug where 'cancel' from 'filters' window stops autochecking
13752                 if the timer timed out  when the window was open.
13753
13754 2002-01-18 [match]      0.7.0claws14
13755
13756         * src/addrclip.[ch]     ** NEW FILE **
13757         * src/addrselect.[ch]   ** NEW FILE **
13758         * src/adbookbase.h      ** NEW FILE **
13759                 addressbook cut, copy and paste
13760         * src/addrbook.[ch]
13761         * src/addrcache.[ch]
13762         * src/addressitem.h
13763         * src/addrindex.[ch]
13764         * src/addritem.[ch]
13765         * src/importldif.c
13766         * src/importmutt.c
13767         * src/jpilot.[ch]
13768         * src/syldap.[ch]
13769         * src/vcard.[ch]
13770         * src/jpilot.[ch]
13771         * src/editbook.c
13772         * src/editjpilot.c
13773         * src/editldap.c
13774         * src/editvcard.c
13775                 support for copy/paste
13776         * src/addressbook.c
13777                 support for copy/paste
13778                 tidy up menu option processing
13779                 correct address list function arguments
13780         * src/editaddress.c
13781                 sort user attributes
13782         * src/ldif.h
13783         * src/mutt.h
13784                 tidy up
13785
13786         * src/addrbook.[ch]
13787         * src/addrbook.[ch]
13788         * src/addrbook.[ch]
13789                 
13790
13791 2002-01-18 [paul]       0.7.0claws13
13792
13793         * sync with sylpheed 0.7.0cvs8
13794                 configure.in: support Mac OS X (Darwin)
13795
13796 2002-01-18 [carsten]    0.7.0claws12
13797         * src/html.c
13798                 small hack to fix a segfault with an empty href
13799                 (reported by Alexandra Walford <deeni@altern.org>)
13800         * src/mainwindow.c
13801         * src/summaryview.c
13802                 the shortcuts for Mark und Mark as unread are hardcoded
13803                 again
13804         * src/compose.c
13805         * src/gtkstext.[ch]
13806                 readded the shortcuts in gtkstext but made them
13807                 customizeable (simply by adding a menu plus a wrapper
13808                 to compose.c)
13809
13810 2002-01-17 [melvin]     0.7.0claws11
13811
13812         * src/gtkspell.c
13813                 fix default dictionary not being saved.
13814
13815 2002-01-16 [darko]      0.7.0claws10
13816
13817         * src/compose.c
13818                 fix wrapping crash with URL longer than wrapping margin
13819
13820 2002-12-08 [hoa]        0.7.0claws10
13821
13822         * src/matcher_parser_parse.y
13823                 fixed some bugs
13824
13825         * src/prefs_filtering.c
13826                 now, we can use bounce action in the dialog box.
13827
13828 2002-01-16 [carsten]    0.7.0claws9
13829         * src/gtkstext.c
13830                 removed the <control> and <alt> shortcuts because they're
13831                 not needed and interefered with the "normal" shortcuts
13832         * src/mainwindow.c
13833         * src/summaryview.c
13834                 removed most of the hardcoded shortcuts and assigned
13835                 them to menu entries making them easy customizable by
13836                 that
13837
13838 2002-01-16 |melvin]     0.7.0claws8
13839
13840         * src/gtkspell.c
13841                 fixed bug where using the mouse and when the compose
13842                 window is not on top may result in a crash.
13843
13844 2002-01-16 [melvin]     0.7.0claws7
13845
13846         * src/compose.c
13847                 fixed a long standingspell checker bug which could 
13848                 cause a crash after sending a message.
13849
13850 2002-01-16 [paul]       0.7.0claws6
13851
13852         * sync with sylpheed 0.7.0cvs7
13853                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13854                 2002-01-15, and 2002-01-16
13855
13856 2002-01-16 [melvin]     0.7.0claws5
13857
13858         * README.claws
13859         * src/compose.c
13860         * src/gtkspell.[ch]
13861         * src/main.c
13862                 Heavily modified spell checker code to work around
13863                 ispell bug, to add keyboard shortcuts and for future
13864                 enhancements. See README.claws for usage information.
13865
13866 2002-01-15 [alfons]     0.7.0claws4
13867         
13868         * src/summaryview.c
13869                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13870                 so sorting within threads reflects sort mode
13871
13872 2002-01-15 [christoph]  0.7.0claws3
13873
13874         * src/procmsg.c
13875                 added alertpanel if mail sending failed
13876
13877 2002-01-15 [alfons]     0.7.0claws2
13878         
13879         * src/prefs_filtering.c
13880                 don't stop timer when prefs filtering dialog is opened
13881
13882 2002-01-14 [alfons]     0.7.0claws1
13883
13884         * src/addr_compl.c
13885         * src/prefs.c
13886                 remove debug_print()s for privacy reasons
13887
13888 2002-01-14 [darko]      0.7.0claws
13889
13890         * README.claws
13891                 quotation wrapping is now also in the main branch
13892
13893 2002-01-14 [paul]
13894
13895         * tools/filter_conv.pl
13896                 allow for Boolean Op and case-sensitivity
13897                 this file is included in the release and tagged
13898                 'rel_0_7_0'
13899
13900 2002-01-13 [paul]       0.7.0claws
13901
13902         * release 0.7.0, with cvs tag 'rel_0_7_0'
13903
13904 2002-01-13 [paul]
13905
13906         * tools/filter_conv.pl
13907         * tools/README
13908                 rewritten to output to matcherrc instead of filteringrc
13909
13910         * po/es.po
13911                 updated Spanish translation by Ricardo Mones Lastra
13912
13913 2002-01-13 [alfons]
13914
13915         * po/nl.po
13916                 update dutch translation
13917
13918 2002-01-13 [paul]
13919
13920         * po/pt_BR.po
13921                 Updated by Fabio Junior Beneditto 
13922
13923 2002-01-13 [melvin]     0.6.6claws53
13924
13925         * po/fr.po
13926                 Updated french translation
13927
13928 2002-01-12 [alfons]     0.6.6claws52
13929
13930         * src/filtering.c
13931                 plug mem leak that has been sitting there for ages              
13932
13933 2002-01-12 [alfons]     0.6.6claws51
13934
13935         * src/summaryview.c
13936                 undo melvin's changes from 0.6.6claws48 because summary
13937                 view now refuses to select first unread message when
13938                 selecting a folder 
13939
13940 2002-01-11 [alfons]     0.6.6claws50
13941
13942         * src/import.c
13943                 use claws' semantics for getting folder item when
13944                 importing an mbox file into a folder 
13945                 (submitted by Dale P. Smith)
13946
13947 2002-01-11 [christoph]  0.6.6claws49
13948
13949         * src/prefs.h
13950                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13951                 toggle widget, because non static prefs can not use
13952                 prefs_set_* functions
13953         * src/prefs_account.c
13954                 toggle smtp auth password field sensitivity if
13955                 user id is empty and add descrition of usage for
13956                 these fields
13957         * src/prefs_folder_item.c
13958                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13959                 callbacks
13960
13961 2002-01-11 [melvin]     0.6.6claws48
13962
13963         * src/compose.c
13964                 fix the 'Ctrl-Enter' feature for sending and test really
13965                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13966                 editables which was not documented in Gtk)
13967
13968         * src/summaryview.c
13969                 Made summaryview refresh after sorting and not before.
13970
13971 2002-01-11 [christoph]  0.6.6claws47
13972
13973         * src/compose.c
13974                 select account from account ids if possible and
13975                 correctly set save folder for copy in reedit
13976
13977 2002-01-10 [paul]       0.6.6claws46
13978
13979         * sync with sylpheed 0.7.0 release
13980                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13981                 2002-01-09
13982
13983 2002-01-09 [alfons]
13984
13985         * src/summaryview.c
13986                 remove more dirt traces...
13987
13988 2002-01-09 [alfons]
13989         
13990         * src/summaryview.c
13991                 clean up some traces of my debugging stuff
13992
13993 2002-01-09 [alfons]     0.6.6claws45
13994
13995         * src/filtering.c
13996                 break up filteringprop_apply() in three separate pieces
13997                 so we can drop messages that failed processing in the
13998                 inbox
13999
14000         * src/summaryview.c
14001                 fix bug #469598 "no refresh of inbox after filter" which 
14002                 was introduced by the new summary view locking, and which 
14003                 prevented the summary view to update after a manual filter 
14004                 message. claw's filter message requires a summary_show().
14005                 (aargh, summary_show() again! :-)
14006                 
14007 2002-01-07 [alfons]     0.6.6claws44
14008
14009         * src/headerwindow.c
14010         * src/logwindow.c
14011         * src/messageview.c
14012         * src/sourcewindow.c
14013                 bring in Hiro's last 0.7.0 wm class fixes
14014
14015         * tools/sylprint.pl
14016                 bring in Ricardo's fix for sylprint script
14017
14018         * AUTHORS       
14019         * src/rfc2015.[ch]
14020         * src/prefs_common.[ch]
14021         * src/prefs_account.[ch]
14022         * src/compose.c
14023                 clean up account preference poison in rfc2015,
14024                 and preparation to fix double sign bug 
14025                 (patch submitted by Simon 'corecode' Schubert)
14026
14027 2002-01-07 [christoph]  0.6.6claws43
14028
14029         * src/mh.c
14030                 search for free message number, do not only rely
14031                 on last_num
14032         * src/send.c
14033                 fix smtp auth and use extra account information
14034                 if available, if not use pop3 data instead
14035                 (closes bug #500341)            
14036         * src/ssl.[ch]
14037                 match coding style
14038
14039 2002-01-06 [alfons]     0.6.6claws42
14040
14041         * src/mainwindow.c
14042                 try making the separate windows work again...
14043
14044 2002-01-06 [alfons]     0.6.6claws41
14045
14046         * src/mainwindow.c
14047                 adapt Hiro's separate window menu (to get rid of the funny
14048                 duplicate menu items), and make it work again
14049
14050 2002-01-06 [alfons]     0.6.6claws40
14051
14052         * tools/Makefile.am
14053         * tools/sylprint.rc
14054         * tools/sylprint.pl
14055         * tools/README.sylprint
14056                 add sylprint script for printing mails from Sylpheed
14057                 (contributed by Ricardo Mones Lastra)
14058
14059         * src/acount.c
14060                 clean up
14061
14062 2002-01-06 [melvin]     0.6.6claws39
14063
14064         * src/mainwindow.c
14065         * src/summaryview.c
14066                 Fixed crash introduced in 0.6.6claws38 by the menu
14067                 reorganisation (Hide read messages)
14068         
14069         * ChangeLog.claws 
14070                 Fixed typo (we are now in 2002, alfons ;) )
14071
14072 2002-01-05 [alfons]     0.6.6claws38
14073
14074         * sync with sylpheed 0.6.6cvs10-17
14075                 (last stuff marked as LAST_STABLE)
14076
14077 2002-01-04 [melvin]     0.6.6claws37
14078
14079         * src/account.c
14080                 Made account selection code use strcasestr again instead of
14081                 g_strcasecmp (fixes bug where reediting queued messages
14082                 did not select proper account reported by T. Link).
14083         
14084         * src/folderview.c
14085                 Fix bug where folder icons are not shown when 'hide read messages'
14086                 is on.
14087         
14088         * src/stock_pixmaps.[ch]
14089                 Added folder icons for 'hide read messages'.
14090         
14091         * src/compose.c
14092                 Fixed bug where 'Enter' in a header entry will send the message 
14093                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14094
14095 2002-01-03 [melvin]     0.6.6claws36
14096         
14097         * src/prefs.[ch]
14098                 Added popup menu for common preferences and
14099                 account preferences (right click on tab displays
14100                                 a menu of all tabs.)
14101
14102 2002-01-02 [melvin]     0.6.6claws35
14103
14104         * src/gtkspell.[ch]
14105                 Made spelling code compatible with undo/redo feature.
14106                 Added creation of suggestion mode menu for the general
14107                         preferences.
14108         
14109         * src/prefs_common.[ch]
14110                 Added option menu for the speller's suggestion mode.
14111                 Added missing spaces in "..." buttons and made a "..."
14112                         button non translatable!
14113         
14114         * src/compose.c
14115                 Made speller use the default suggestion mode.
14116                 Hack to make it possible to choose 'CTRL-Enter' as a
14117                         shortcut for sending (and only for sending).
14118
14119         * src/prefs_folder_item.c
14120                 Changing subject simplification does not update cache 
14121                         anymore (because it is unnecessary).
14122                 Fixed bug where changing subject simplification updated the 
14123                         summaryview even when the viewed folder is not the
14124                         folder which properties are being changed. (E.g. 
14125                                         viewing folder A and changing
14126                                         the subject simplification of 
14127                                         folder B -not being viewed- updated the 
14128                                         summaryview of folder A with data of
14129                                         folder B). (Hope this is clear... )
14130
14131 2001-12-31 [alfons]     0.6.6claws34
14132         
14133         * src/ldif.c
14134         * src/mutt.c
14135                 fgetc() returns a signed integer which doesn't
14136                 fit in a char. so c truncates this to a char
14137                 but we may lose significant bits. i.e. we may
14138                 comparing 0xFF which may not be equal to -1
14139                 unless properly casted to signed char which
14140                 we won't do because fgetc() returns a signed
14141                 integer which doesn't fit in a char. so c 
14142                 truncates this to a char but we may lose 
14143                 significat bits. (you got the idea, thanks
14144                 to Gustavo Noronha Silva <kov@debian.org>
14145                 and the Debian folks!)
14146
14147 2001-12-30 [alfons]     0.6.6claws33
14148
14149         * src/prefs_common.c
14150                 add #ifdef USE_PSPELLs that Melvin forgot               
14151
14152 2001-12-30 [melvin]     0.6.6claws32
14153         
14154         * src/prefs_common.[ch]
14155                 Added configurable color for misspelled words.
14156
14157         * src/gtkspell.[ch]
14158                 Fixed bug of foreground text color (reported by David
14159                                 Mehrmann)
14160                 Added configurable color for misspelled words.
14161
14162 2001-12-30 [alfons]     0.6.6claws31
14163
14164         * src/folder.c
14165                 remove unnecessary things someone put there
14166
14167         * src/mh.c
14168         * src/folder.[ch]
14169                 make folder properties (like threading and sorting) persistent
14170                 (closes bug #497424 "rescan folder tree resets proprieties")
14171                 currently this is only for MH folders. 
14172
14173 2001-12-29 [melvin]     0.6.6claws30
14174
14175         * src/string_match.[ch]
14176                 Optimized a bit: regexp pattern buffer compiled only once, and
14177                   one subroutine call removed. Fixed ^ regexp search: Now, 
14178                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14179         
14180         * src/summaryview.c
14181                 Subject filtering changed to filter summary columns and
14182                   not directly the messages subject cache. The loss in 
14183                   performance is balanced by the improvement of string_match.
14184                 Added an alert panel if there is an error in the regexp.
14185
14186         * src/src/prefs_folder_item.h
14187                 Added a regexp pattern buffer.
14188
14189 2001-12-28 [alfons]     0.6.6claws29
14190
14191         * src/string_match.[ch]
14192                 clean up name space
14193                 allow compilation *BSD
14194
14195 2001-12-27 [alfons]     0.6.6claws28
14196
14197         * src/filter.c
14198                 sync the Hiro's bug fix for BSD
14199
14200 2001-12-27 [melvin]     0.6.6claws27
14201         
14202         * src/compose.c
14203                 Simplify focus to subject entry code.
14204
14205 2001-12-27 [darko]      0.6.6claws26
14206
14207         * src/filtering.c
14208         * src/mbox_folder.c
14209         * src/messageview.c
14210         * src/mh.c
14211         * src/procheader.[ch]
14212         * src/procmsg.h
14213         * src/stock_pixmap.[ch]
14214         * src/summaryview.c
14215                 Show key icon for encrypted mails in summary view
14216
14217         * src/pixmaps/clip.xpm
14218         * src/pixmaps/clipkey.xpm
14219         * src/pixmaps/key.xpm
14220                 New/modified icons for the above
14221
14222 2001-12-27 [melvin]     0.6.6claws25
14223
14224         * src/prefs_common.c
14225                 Put spell checker options in a separate tab to decrease
14226                 the Common Preferences window height.
14227
14228         * README.claws  
14229                 Update spell checker usage instruction about its options
14230                 location.
14231
14232 2001-12-27 [melvin]     0.6.6claws24
14233
14234         * src/compose.c
14235                 Changed subject entry widget position. Initial focus is
14236                 on the To header instead of the subject entry.
14237                 Creating a new header scrolls the header list to make the
14238                 created one visible. Nevertheless, when automatically filling
14239                 headers, the first one is shown.
14240                 A Tab key press in the last empty header entry zips the 
14241                 focus to the subject entry.
14242                 (I did not change the combo boxes, yet)
14243
14244 2001-12-26 [alfons]     0.6.6claws23
14245
14246         * src/prefs_account.c
14247         * src/inc.c
14248                 allow default inbox to reside in another mailbox (only
14249                 works for POP3 accounts)
14250
14251 2001-12-26 [alfons]     0.6.6claws22
14252         
14253         * src/textview.c
14254                 make reply-on-click work with the account of the selected folder
14255         * src/compose.c
14256                 put a fixme here to remind me to fix finding correct default
14257                 account for nested folders
14258
14259 2001-12-25 [alfons]     0.6.6claws21
14260
14261         * src/summaryview.c
14262                 make column headers display locked and mark pixmaps (idea by Melvin) 
14263                 fix bug by adding score and locked column type to sort array
14264
14265 2001-12-25 [alfons]     0.6.6claws20
14266         
14267         * src/summaryview.c
14268                 catch a *potentially* inadvertent write back of  
14269                 the message cache(s) introduced by 0.6.5claws37
14270
14271 2001-12-25 [christoph]  0.6.6claws19
14272
14273         * src/stock_pixmap.[ch]
14274         * src/summaryview.c
14275                 add ignore thread pixmap
14276                 (can someone draw a better icon for this?)
14277
14278 2001-12-24 [alfons]     0.6.6claws18
14279
14280         * src/prefs_folder_item.c
14281                 make address completion actually work for the
14282                 Default To address in the Folder Property dialog.
14283
14284 2001-12-24 [alfons]     0.6.6claws17
14285         
14286         * src/summaryview.c
14287                 use new style regexp for subject stripping 
14288                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14289
14290 2001-12-24 [darko]      0.6.6claws16
14291
14292         * src/pgptext.c
14293         * src/rfc2015.c
14294                 move GPG related informational messages to debug mode
14295
14296 2001-12-23 [alfons]     0.6.6claws15
14297
14298         * src/stock_pixmap.[ch]
14299         * src/summaryview.c
14300                 add the forgotten Claws' locked pixmap
14301
14302 2001-12-23 [alfons]     0.6.6claws14
14303
14304         * src/filesel.c
14305                 accept file name typed in entry in multi file
14306                 selector (patch submitted by Gustavo Noronha Silva 
14307                 <kov@debian.org>)
14308
14309 2001-12-23 [alfons]     0.6.6claws13
14310
14311         * src/prefs_filter.c
14312         * src/prefs_filtering.c
14313         * src/matcher.c
14314         * src/importmutt.c
14315                 clean up a little bit
14316         
14317         * src/string_match.c
14318                 validate input strings a little bit more
14319
14320 2001-12-23 [alfons]     0.6.6claws12
14321
14322         * src/Makefile.am
14323         * src/summaryview.c
14324         * src/string_match.[ch]         ** NEW **
14325         * src/folderview.[ch]
14326         * src/headerview.h
14327         * src/folder.[ch]
14328         * src/prefs_folder_item.[ch]
14329                 add subject simplification to strip out strings from
14330                 a subject line (esp. handy for mailing lists). 
14331                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14332                 but slightly changed things for better integration.)
14333
14334 2001-12-23 [alfons]     0.6.6claws11
14335
14336         * src/mainwindow.c
14337                 fix bug introduced by submission included in 0.6.5claws52.
14338                 ideally this submission should clean the trash if any trash
14339                 folder has a message. however, the hasTrash variable was
14340                 set to false whenever a trash folder was empty (discarding
14341                 a previously found *filled* trash folder.)
14342
14343                 also edited the code a little bit and made it more safe.
14344
14345 2001-12-22 [alfons]     0.6.6claws10
14346
14347         * src/imap.c
14348                 quick fix for Martin Pool's omission of an account
14349                 specific SSL setting
14350
14351 2001-12-22 [alfons]     0.6.6claws9
14352
14353         * src/compose.c
14354         * src/messageview.c
14355         * src/mimeview.c
14356         * src/pgptext.c
14357         * src/procmime.[ch]
14358                 better support for multipart/digest (submitted
14359                 by Fredrik <e98fo@efd.lth.se>)
14360
14361 2001-12-22 [alfons]     0.6.6claws8
14362
14363         * src/addressbook.c
14364                 correct function signature
14365         * src/socket.[ch]
14366         * src/imap.[ch]
14367         * src/prefs_account.[ch]
14368                 allow IMAP over SSH tunnel (patch submitted by 
14369                 Martin Pool <mbp@samba.org>)
14370
14371 2001-12-21 [alfons]     0.6.6claws7
14372
14373         * sync with sylpheed 0.6.6cvs4-9
14374                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14375
14376 2001-12-21 [christoph]  0.6.6claws6
14377
14378         * src/compose.c
14379         * src/prefs_folder_item.[ch]
14380                 implement saving of outgoing messages to current folder.
14381                 fix segfault when no default outbox is available
14382                 (closes bug #495683)
14383
14384 2001-12-21 [carsten]    0.6.6claws5
14385         * src/folderview.c
14386         * src/summaryview.c
14387                 pressing CTRL while DND does now the expected thing and
14388                 copies the mail (moving is still the default, as this
14389                 seam more appropriate for handling mails by DND)
14390
14391 2001-12-18 [paul]       0.6.6claws4
14392
14393         * sync with sylpheed 0.6.6cvs3
14394                 see ChangeLog entries 2001-12-18
14395
14396 2001-12-18 [hiro]       0.6.6claws3
14397
14398         * src/undo.c
14399                 fix for multibyte characters (obtain the number of letters
14400                 instead of bytes).
14401
14402 2001-12-17 [paul]       0.6.6claws2
14403
14404         * sync with sylpheed 0.6.6cvs1
14405                 see ChangeLog entry 2001-12-16
14406
14407 2000-12-17 [alfons]     0.6.6claws1
14408
14409         * src/filtering.c
14410                 clean up
14411
14412 2001-12-16 [paul]       0.6.6claws
14413 2001-12-15
14414
14415         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14416
14417         * src/mimeview.c
14418                 last minute sync with main 0.6.6
14419
14420         * po/es.po
14421                 updated by Ricardo Mones Lastra
14422                 update for last minute sync
14423         * po/fr.po
14424         * po/nl.po
14425                 update for last minute sync
14426         * po/de.po
14427                 updated by Jens Oberender
14428         * po/pt_BR.po
14429                 updated by Fabio Junior Beneditto
14430
14431         * src/prefs_common.[ch]
14432         * src/undo.c
14433                 number of undo levels is user configurable
14434                 (squeeze it into the release in the dying
14435                 moments) Submitted by Jens Oberender    
14436
14437 2001-12-15 [melvin]
14438
14439         * po/fr.po
14440                 updated french translation
14441
14442 2001-12-15 [paul]       0.6.5claws92
14443
14444         * sync with sylpheed 0.6.5cvs28
14445                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14446
14447         * po/nl.po
14448                 update to allow for sync
14449
14450 2001-12-15 [alfons]
14451         
14452         * po/nl.po
14453                 update dutch translation
14454
14455 2001-12-14 [carsten]    0.6.5claws91
14456         * src/summaryview.c
14457                 fixed bug #473785; also after changing the column order
14458                 the same message will be selected and displayed as before
14459                 the reordering
14460
14461 2001-12-14 [carsten]    0.6.5claws90
14462         * src/folderview.c
14463                 probably found the bug reported by wwb opening or closing
14464                 a folder tree just before dnd (found the solution in the
14465                 balsa source -- thanks to them)
14466
14467 2001-12-14 [carsten]    0.6.5claws89
14468         * src/gtkutils.c
14469         * src/account.c
14470                 moved gtk_clist_moveto to the right place, so that
14471                 only the accounts dialog is effected on opening
14472
14473 2001-12-14 [carsten]    0.6.5claws88
14474         * src/gtkutils.c
14475                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14476                 now, so that the focused row will be seen in any case
14477                 (reported by wwp on sf-claws-user)
14478
14479 2001-12-14 [darko]      0.6.5claws87
14480
14481         * src/compose.c
14482                 remove unnecessary line
14483
14484 2001-12-14 [paul]       0.6.5claws86
14485
14486         * sync with sylpheed 0.6.5cvs27
14487                 see ChangeLog entries 2001-12-14
14488
14489 2001-12-14 [carsten]    0.6.5claws85
14490         * src/mainwindow.c
14491                 following a suggestion of Melvin the rcoabm pops up
14492                 right under the button now and the button is reliefed
14493                 while the popup is open
14494
14495 2001-12-14 [darko]      0.6.5claws84
14496
14497         * src/compose.c
14498                 fix crash when wrapping long lines if linewrap quotation
14499                 is disabled and wrapper encounters a word spanning more
14500                 than one line
14501
14502 2001-12-13 [paul]       0.6.5claws83
14503
14504         * src/compose.c
14505                 prefer 'Reply-To' header over mailing list header when
14506                 replying to a message. Finally prevent all those confirmation 
14507                 messages being sent to the list itself.
14508
14509         * src/summaryview.c
14510                 remove unused summary_set_menu_sensitive() entry
14511
14512 2001-12-13 [paul]       0.6.5claws82
14513
14514         * src/folderview.c
14515         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14516         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14517         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14518                 improvements to 'Hide read messages': Inbox, Outbox,
14519                 Trash, Queue, and Draft icons now reveal presence of hidden 
14520                 messages
14521
14522 2001-12-12 [alfons]     0.6.5claws81
14523
14524         0.6.5claws80 was tagged as LAST_STABLE
14525
14526         * src/filtering.[ch]
14527         * src/matcher.[ch]
14528         * src/matcher_parser_lex.c
14529                 fix the filtering; my last attempt to get it right, 
14530                 if it does not work, it's Hoa's turn. ;-)
14531
14532                 for my honourable peers:
14533                 
14534                 the code now makes a clear distinction between
14535                 rules as they are displayed (probably escaped),
14536                 and as they are executed (probably unescaped). the
14537                 parser does *NOT* do any unescaping, this is
14538                 the task of the matcher.c (which breaks up a
14539                 rule into condition) and the filtering.c (which
14540                 breaks up the rule's action). to make this
14541                 run happily we provide an unescaped copy of
14542                 crucial strings to the MatcherProp and 
14543                 FilteringAction structures. note that the only
14544                 exception to this is any REGEXP string. those
14545                 are directly passed to regcomp() and regexp()
14546                 (who have much more powerful unescape functions).
14547                 
14548                 for everyone else:
14549         
14550                 you can escape tab (\t), carriage return (\r),
14551                 linefeed (\n), form feed (\f), quote (\"), 
14552                 single quote (\'), bell (\b) in all the entry
14553                 lines in the scoring & filtering dialogs.
14554                 as an added bonus this should not affect
14555                 existing filtering rules.
14556
14557 2001-12-12 [carsten]    0.6.5claws80
14558
14559         * src/summaryview.c
14560         * po/de.po
14561                 "item(s) selected" is now sensitive to 1 or more
14562                 than one selected (nice for language where simple
14563                 adding of a "s" is not possible as German (Eintrag
14564                 ->Eintr"age)
14565                 
14566                 the "forward as attachment" entry from the right
14567                 click menu removed, "forward" acts following the
14568                 prefs
14569         
14570         * src/textview.c
14571                 reverted my former changes; so compiler warning again
14572                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14573                 nevertheless
14574
14575         * src/messageview.c
14576                 "search in message" does now *not* only work in MVIEW_TEXT
14577                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14578                 message
14579
14580         * src/mainwindow.c
14581                 removed "/File/_Close" as it was the same as "/File/E_xit"
14582                 and we don't need it two times
14583
14584                 the separate folder view and message view now get a distinct
14585                 WMCLASS, just in case someone is using sawfish ;-)
14586
14587                 as the menu entries "/View/Message view" and "/View/Folder tree"
14588                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14589                 make them sensitive accordingly and as these two are "shown"
14590                 after startup anytime check this menuitem at startup
14591
14592 2001-12-12 [paul]       0.6.5claws79
14593
14594         * src/folderview.c
14595                 fix sensitivity of 'Search folder...', broken in
14596                 0.6.5claws75
14597
14598         * src/mainwindow.c
14599                 fix dodgy English
14600
14601 2001-12-11 [carsten]    0.6.5claws78
14602         * src/filtering.c
14603                 fixed two typos returning a wrong FALSE/TRUE
14604         * src/mainwindow.[ch]
14605                 extra menu for email/news button removed
14606
14607 2001-12-11 [alfons]     0.6.5claws77
14608         
14609         * src/matcher.c                 (1.3)
14610         * src/matcher_parser_lex.l      (1.28)
14611                 revert for another attempt
14612                 mark 0.6.5claws77 as LAST_STABLE
14613
14614 2001-12-11 [christoph]  0.6.5claws76
14615
14616         * po/de.po
14617                 fixed wrong translation for prev. unread msg
14618
14619 2001-12-11 [paul]       0.6.5claws75
14620
14621         * src/folder.[ch]
14622         * src/folderview.c
14623         * src/mainwindow.c
14624         * src/summaryview.[ch]
14625         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14626                 enable ability to hide read messages on per folder basis via 
14627                 '/Summary/Hide read messages'; when selected, a folder will 
14628                 have a red open folder icon, instead of a blue icon, if the 
14629                 folder contains hidden messges
14630                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14631
14632         * src/mainwindow.c
14633                 remove '/Message/Forward as attachment' from 
14634                 main_window_set_menu_sensitive() to prevent debug warning
14635
14636         * src/folderview.c
14637         * src/mainwindow.c
14638                 Clean up some of the English
14639
14640         * tools/newscache_clean.pl
14641                 allow for new 'hidereadmsgs' entry in folderlist.xml
14642
14643         * po/es.po
14644                 updated translation, submitted by Ricardo Mones Lastra
14645
14646 2001-12-11 [paul]       0.6.5claws74
14647
14648         * sync with sylpheed 0.6.5cvs25
14649                 see ChangeLog entry 2001-12-11
14650
14651 2001-12-10 [alfons]     0.6.5claws73
14652
14653         * src/matcher.c
14654                 add more control characters
14655         * src/matcher_parser_lex.l
14656                 make escaping / unescaping work again
14657
14658 2001-12-10 [alfons]     0.6.5claws72
14659
14660         * src/imap.c
14661                 clean up warnings "returning value for void function" 
14662         * src/prefs_filtering.c
14663                 make info button for execute action sensitive
14664
14665 2001-12-10 [paul]       0.6.5claws71
14666
14667         * src/compose.c
14668         * src/imap.[ch]
14669         * src/summaryview.c
14670                 fix: imap server now gets informed of MARKED, UNMARKED
14671                 and REPLY events. Now people can use different IMAP-Mail
14672                 clients and have the exact same information about MARKED,
14673                 UNMARKED and REPLY status with all of them. Especially
14674                 useful for imap servers with a web-frontend.
14675                 submitted by Tobias Sandhaas <medlor@web.de>
14676
14677 2001-12-09 [melvin]     0.6.5claws70
14678         
14679         * src/textview.[ch]
14680                 fixed bug #490076 (hunted down by Alfons who implemented
14681                 a workaround in 0.6.5claws65)
14682
14683 2001-12-09 [christoph]  0.6.5claws69
14684
14685         * src/summaryview.c
14686                 set pointer to string in LOCKED column to NULL
14687                 (might fix bug #490800)
14688
14689 2001-12-09 [carsten]    0.6.5claws68
14690
14691         * po/de.po
14692                 resolved some cluttered menu shortcuts 
14693                 ('creating new email' and 'creating news message'
14694                 hade the same)
14695         * src/compose.c
14696                 wmclass now distinc from main window
14697         * src/mainwindow.c
14698           src/mainwindow.h
14699                 email/news and forward button functionality similar
14700                 to the reply buttons; removed the ugly dropdown arrows
14701                 and use instead the right mouse button
14702
14703 2001-12-09 [paul]       0.6.5claws67
14704
14705         * src/imap.c
14706         * src/utils.h
14707                 allow spaces in imap folder names
14708                 submitted by Willem van Engen <wvengen@stack.nl>
14709
14710 2001-12-09 [paul]       0.6.5claws66
14711
14712         * sync with sylpheed 0.6.5cvs24
14713                 see ChangeLog entry 2001-12-09
14714
14715 2001-12-08 [alfons]     0.6.5claws65
14716
14717         * src/textview.c
14718                 prevent secondary selection claim after "add to sender" dialog
14719                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14720                 we trick GTK by simulating a click at (0, 0) in the textview.
14721
14722 2001-12-08 [hoa]        0.6.5claws64
14723
14724         * src/folder.c
14725                 fixed a bug about the .processing folder name while filtering
14726
14727 2001-12-08 [alfons]     0.6.5claws63
14728
14729         * src/folderview.c 
14730                 work around problem of not correctly updating folder stats
14731                 when deleting messages. there's some folder scanning evil
14732                 going so the folderview_update_msg_num() does not work
14733                 correctly. need to investigate this.
14734
14735 2001-12-08 [paul]       0.6.5claws62
14736
14737         * sync with sylpheed 0.6.5cvs23
14738                 see ChangeLog entry 2001-12-08
14739
14740 2001-12-07 [christoph]  0.6.5claws61
14741
14742         * src/compose.c
14743                 fix another header translation problem
14744
14745 2001-12-07 [alfons]     0.6.5claws60
14746
14747         * src/mbox.c
14748                 make filtering also work on local spool mbox
14749
14750 2001-12-07 [carsten]    0.6.5claws59
14751         * src/addressbook.c
14752                 addressbook window gets a wmclass distinct from the main
14753                 sylpheed window
14754         * src/compose.h
14755         * src/mainwindow.[ch]
14756                   forward menu item will use mode selected in prefs, forward 
14757                 as attatchment in menu removed (will be substituted in the
14758                 toolbar similar to reply buttons)
14759                   create news message menu entry and news button is now 
14760                 sensitive to the existance of a news account
14761         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14762         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14763         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14764                 these are removed because the toolbar buttons don't show
14765                 the quoting modus any longer
14766
14767 2001-12-07 [paul]
14768
14769         * tools/newscache_clean.pl      ** NEW FILE **
14770                 perl script to do some tidying up in the newscache directory 
14771                 
14772         * tools/sylpheed-switcher       ** NEW FILE **
14773                 perl script to enable easy switching between main and claws
14774                 
14775         * tools/README
14776                 added descriptions of the two new perl scripts          
14777
14778
14779 2001-12-07 [melvin]     0.6.5claws58
14780
14781         * src/messageview.c
14782                 fixed a warning during compilation introduced in 0.6.5claws56
14783
14784 2001-12-07 [paul]       0.6.5claws57
14785
14786         * src/mainwindow.[ch]
14787         * src/menu.[ch]
14788                 further usability enhancements to replying with or without 
14789                 quoting via the toolbar, use of Ctrl key is replaced by 
14790                 drop down menu 
14791                 Submitted by Carsten Schurig            
14792
14793 2001-12-07 [melvin]     0.6.5claws56
14794
14795         * src/messageview.c
14796                 hack to fix bug that prevented to make/paste selections
14797                 after switching between MVIEW_TEXT and MVIEW_MIME views
14798                 without deselecting the selection first.
14799
14800 2001-12-06 [alfons]     0.6.5claws55
14801
14802         * src/filtering.[ch]
14803         * src/inc.c
14804                 revise filtering a little bit more, and make sure
14805                 messages are delivered to the appropriate inbox
14806                 (perhaps set per account)
14807
14808 2001-12-06 [paul]       0.6.5claws54
14809
14810         * sync with sylpheed 0.6.5cvs22
14811                 see ChangeLog entry 2001-12-06
14812
14813 2001-12-05 [alfons]     0.6.5claws53
14814
14815         * src/inc.c
14816         * src/folder.[ch]
14817         * src/procmsg.c
14818         * src/filtering.c
14819                 more revisions of filtering system
14820                 (last stable version is marked as LAST_STABLE)
14821                 
14822                 | NOTE 1): the filtering system now uses a local folder called
14823                 | .processing. if filtering fails, check this directory
14824                 | for missing messages.
14825                 |
14826                 | NOTE 2): help us find the filtering actions still missing
14827
14828 2001-12-05 [paul]       0.6.5claws52
14829
14830         * src/mainwindow.c
14831                 fix bug where 'Empty Trash?' pop-up window appears even
14832                 when Trash is empty, submitted by Jesse Skinner         
14833
14834 2001-12-05 [melvin]     0.6.5claws51
14835
14836         * src/compose.c
14837                 fixed bug #486106 to select correct account when reediting 
14838                 a queued message
14839         
14840 2001-12-04 [alfons]     0.6.5claws50
14841
14842         * src/mh.c
14843                 declare markfile in appropriate functions when
14844                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14845                 for spotting this)
14846
14847 2001-12-04 [paul]       0.6.5claws49
14848
14849         * sync with sylpheed 0.6.5cvs21
14850                 see ChangeLog entry 2001-12-04
14851
14852 2001-12-03 [christoph]  0.6.5claws48
14853
14854         * po/de.po
14855                 changed translation of undo
14856         * src/account.c
14857         * src/folder.c
14858                 don't reinvent the wheel to traverse a GNode
14859         * src/compose.[ch]
14860                 seperate code to create the compose gui into functions
14861                 add "Others" page with folder selection for saving copy
14862                 of the message.
14863                 the folder identifier is saved to queue header
14864         * src/procmsg.c
14865                 save message to folder in queue header
14866
14867 2001-12-03 [paul]       0.6.5claws47
14868
14869         * sync with sylpheed 0.6.5cvs20
14870                 see ChangeLog entry 2001-12-03
14871
14872 2001-12-01 [paul]
14873
14874         * more sync with sylpheed 0.6.5cvs19
14875                 see ChangeLog entry 2001-11-29
14876
14877 2001-11-30 [paul]       0.6.5claws46
14878         
14879         * src/compose.c
14880                 remove conflicts introduced by Hoa's last commit
14881          
14882         * src/mainwindow.c
14883                 make 'Message/Bounce' sensitive
14884
14885 2001-11-30 [hoa]        0.6.5claws45
14886
14887         * src/compose.c
14888                 slightly change bounce function to add
14889                 information about the user that bounced the mail
14890                 in the From header line.
14891
14892         * src/folderview.c
14893                 permit the use of processing in outbox folder.
14894
14895 2001-11-29 [paul]       0.6.5claws44
14896
14897         * src/mainwindow.[ch]
14898         * src/prefs_common.c
14899         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14900         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14901         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14902                 usability enhancements to the quoting, implements
14903                 use of Ctrl key to toggle quoting settings
14904                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14905
14906 2001-11-29 [paul]       0.6.5claws43
14907         
14908         * sync with sylpheed 0.6.5cvs19
14909                 see ChangeLog entry 2001-11-28
14910
14911 2001-11-29 [melvin]     0.6.5claws42
14912         * src/Makefile.am
14913                 added enriched.[ch] to the list of files
14914
14915         * src/textview.c
14916         * src/mimeview.c
14917         * src/procmime.[ch]
14918         * src/enriched.[ch]
14919                 added support to view text/enriched
14920                 added support to show headers in message view for text/enriched and text/html
14921                         in non multipart messages
14922
14923 2001-11-28 [paul]       0.6.5claws41
14924
14925         * more sync with sylpheed 0.6.5cvs18
14926                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14927
14928 2001-11-27 [paul]       0.6.5claws40
14929         
14930         * po/pt_BR.po
14931                 updated translation, submitted by Fabio Junior Beneditto
14932                 
14933         * sync with sylpheed 0.6.5cvs18
14934                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14935                 2001-11-27
14936
14937
14938 2001-11-26 [paul]
14939
14940         * po/es.po
14941                 updated translation, submitted by Ricardo Mones Lastra
14942
14943 2001-11-26 [alfons]
14944
14945         * src/matcher.c
14946                 add more translatable strings
14947
14948 2001-11-26 [christoph]  0.6.5claws39
14949
14950         * po/de.po      
14951                 fixed one more umlaut
14952         * src/compose.c
14953                 fix translated header when it should not be translated
14954
14955 2001-11-26 [paul]       0.6.5claws38
14956
14957         * src/mainwindow.c
14958                 remove '/Message/Add Sender to address book' from 
14959                 main_window_set_menu_sensitive(), prevent debug warning
14960                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14961
14962 2001-11-26 [paul]       0.6.5claws37
14963
14964         * src/summaryview.c
14965                 fix 'recurring unread state' bug 
14966
14967         * tools/README 
14968         * tools/filter_conv.pl
14969                 read name of top level mailbox from folderlist.xml
14970                 and presume nothing about its name              
14971
14972 2001-11-26 [darko]      0.6.5claws36
14973
14974         * src/gtkstext.[ch]
14975                 removed functions that are now in gtkutils.c
14976                 use gtkut_text_is_uri_string() from gtkutils.c
14977         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14978
14979 2001-11-26 [paul]       0.6.5claws35
14980
14981         * sync with sylpheed 0.6.5cvs16
14982                 see ChangeLog entries 2001-11-25 and 2001-11-26
14983
14984 2001-11-25 [alfons]     0.6.5claws34
14985
14986         EXPERIMENTAL!!! Please checkout the last stable version using: 
14987           
14988         % cvs update -r LAST_STABLE -dRAP
14989
14990         (Or help us testing this stuff.)
14991
14992         * src/filtering.c               (1.14)
14993         * src/filtering.h               (1.6)
14994         * src/inc.c                     (1.28)
14995         * src/matcher.c                 (1.20)
14996         * src/mbox.c                    (1.9)
14997         * src/procmsg.h                 (1.14)
14998         * src/summaryview.c             (1.59)
14999         * src/summaryview.h             (dunno)
15000                 revert/merge/sync to as it was before commit 
15001                 on Thu, 19 Jul 2001 10:15:51 -0700.
15002
15003 2001-11-25 [hoa]        0.6.5claws33
15004
15005         * src/main.c
15006                 processing mails at startup
15007
15008         * src/folderview.c
15009         * src/summaryview.[ch]
15010                 processing mails when entering folder
15011
15012         * src/prefs_filtering.c
15013                 fixed some UI bugs
15014
15015 2001-11-24 [alfons]     0.6.5claws32
15016
15017         * src/summaryview.[ch]
15018                 make summary sort headers work, and also make
15019                 sure the sort type is stored
15020
15021 2001-11-23 [alfons]     0.6.5claws31
15022
15023         * src/summaryview.[ch]
15024                 make lock work like mark
15025                 disallow deleting messages marked as locked
15026
15027 2001-11-23 [alfons]     0.6.5claws30
15028
15029         * src/gtkstext.c
15030         * src/compose.[ch]
15031         * src/Makefile.am
15032         * src/undo.[ch]
15033                 merge undo patch submitted by Jens
15034
15035 2001-11-23 [christoph]  0.6.5claws29
15036
15037         * src/.cvsignore
15038                 added ylwrap
15039         * src/compose.c
15040                 fixed gpg signing and encoding
15041         * src/folder.[ch]
15042         * src/main.c
15043                 added --status option to get new, unread and total
15044                 message count from a running sylpheed
15045         * src/prefs_common.c
15046                 temporary fix for reply_with_quote problem
15047                 (don't call functions for non existing widget)
15048         * src/procmsg.c
15049                 one more check for ignored threads but still not
15050                 always working correctly. probably a recursive
15051                 check for all parents is needed
15052
15053 2001-11-23 [darko]      0.6.5claws28
15054
15055         * src/compose.c
15056                 wrapping on send improvements
15057         * src/gtkutils.[ch]
15058                 fix for GtkSText after last sync with main branch
15059                 GTK_TEXT -> GTK_STEXT
15060
15061 2001-11-23 [paul]       0.6.5claws27
15062
15063         * sync with sylpheed 0.6.5cvs14
15064                 see ChangeLog entries 2001-11-22 and 2001-11-23
15065                 
15066         * po/de.po
15067                 fixed the scrambled umlauts 
15068                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15069
15070 2001-11-21 [paul]       0.6.5claws26
15071
15072         * sync with sylpheed 0.6.5cvs12
15073                 see 2nd ChangeLog entry dated 2001-11-20
15074
15075 2001-11-20 [paul]       0.6.5claws25
15076
15077         * sync with sylpheed 0.6.5cvs11
15078                 see ChangeLog entry 2001-11-19 (src/utils.c)
15079
15080 2001-11-20 [hiro]
15081
15082         * src/compose.c
15083                 GTK_TEXT -> GTK_STEXT
15084                 fix for wrong comment
15085
15086 2001-11-20 [hiro]       0.6.5claws24
15087
15088         * src/compose.[ch]
15089                 more merges from main branch
15090                 removed fatal warnings (uninitialized variables etc.)
15091                 some coding style fix
15092         * src/gtkutils.h
15093                 fixed typo.
15094         * src/addressbook.c
15095           src/addrindex.c
15096                 V-Card -> vCard
15097
15098 2001-11-19 [hoa]        0.6.5claws23
15099
15100         * src/filtering.c
15101         * src/prefs_scoring.c
15102         * src/matcher.[ch]
15103         * src/scoring.c
15104                 cleaning code
15105
15106         * src/matcher_parser_parse.y
15107         * src/prefs_filtering.c
15108                 bouncing
15109
15110 2001-11-19 [alfons]     0.6.5claws22
15111
15112         more of my old things into claws
15113
15114         * src/Makefile.am
15115         * src/prefs_common.c
15116         * src/procmsg.h
15117         * src/summaryview.[ch]
15118         * src/prefs_summary_column.c
15119         * src/pixmaps/locked.xpm
15120                 add indicators for locking of message in summary view
15121                 (does not work yet, only visual indicator)
15122
15123 2001-11-19 [paul]       0.6.5claws21
15124
15125         * sync with sylpheed 0.6.5cvs10
15126                 see ChangeLog entry 2001-11-19
15127
15128 2001-11-18 [alfons]     0.6.5claws20
15129         
15130         * src/filtering.c
15131                 remove an inadvertent free I forgot in previous clean up 
15132
15133 2001-11-18 [alfons]     0.6.5claws19
15134
15135         * src/filtering.[ch]
15136                 clean up & plug leaks
15137
15138 2001-11-18 [paul]       0.6.5claws18
15139
15140         * sync with sylpheed 0.6.5cvs9
15141                 see ChangeLog entries 2001-11-17 and 2001-11-18
15142
15143 2001-11-16 [paul]       0.6.5claws17
15144
15145         * sync with sylpheed 0.6.5cvs8
15146                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15147
15148 2001-11-16 [paul]       0.6.5claws16
15149
15150         * sync with sylpheed 0.6.5cvs7
15151                 see ChangeLog entries 2001-11-15 and 2001-11-16
15152
15153 2001-11-15 [hoa]        0.6.5claws15
15154
15155         * src/compose.c
15156                 fix bounce, mails we received couln't be bounced to ourself.
15157
15158         * src/defs.h
15159         * src/filtering.[ch]
15160         * src/matcher.[ch]
15161         * src/matcher_parser.h
15162         * src/matcher_parser_lex.l
15163         * src/matcher_parser_parse.y
15164         * src/inc.c
15165         * src/main.c
15166         * src/mbox.c
15167         * src/prefs_filtering.[ch]
15168         * src/mainwindow.c
15169         * src/prefs_matcher.c
15170         * src/prefs_scoring.c
15171         * src/scoring.[ch]
15172         * src/summaryview.c
15173                 new matcher/filter/score configuration file parser
15174                 one unique configuration file => ~/.sylpheed/matcherrc
15175                 import in currently automatic, then save are made
15176                 in this new file.
15177                 one filter per folder and one global filter
15178                 (filter of a folder will be used as folder processing)
15179
15180         * src/folder.c
15181                 fix a bug in folder_item_get_identifier
15182                 
15183         * src/messageview.c
15184                 receive receipt return are fixed.
15185
15186 2001-11-14 [alfons]     0.6.5claws14
15187
15188         * src/session.h
15189                 add things from main branch to make claws compile
15190
15191 2001-11-14 [paul]       0.6.5claws13
15192
15193         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15194                 see ChangeLog entries 2001-11-08 to 2001-11-14
15195
15196 2001-11-14 [hoa] 0.6.5claws12
15197
15198         * src/compose.[ch]
15199         * src/mainwindow.c
15200         * src/summaryview.c
15201                 add "bounce mail" option
15202
15203 2001-11-13 [christoph]  0.6.5claws11
15204
15205         * src/compose.c
15206                 Cleanup a mess i add before commiting
15207
15208 2001-11-13 [hoa]        0.6.5claws10
15209
15210         * src/compose.c
15211                 some fixes when mail are sent or
15212                 for crossposts
15213
15214 2001-11-13 [christoph]  0.6.5claws9
15215
15216         * po/de.po
15217                 Changed two string with the same translation
15218         * src/compose.c
15219         * src/procmsg.[ch]
15220         * src/send.[ch]
15221                 New mailsending process:
15222                   - Always queue message before sending
15223                     (message will be saved if sylpheed crashed or
15224                      freezes while sending)
15225                   - Allow queuing of newspostings
15226                   - No copy in outbox before sending
15227                     (closes bug #469501)
15228                   - No more redundant code for send and send_later
15229         * src/summaryview.c
15230                 Applied wwp <subscript@free.fr>'s patch that fixes
15231                 marks for multiple forwarded messages (+compose.c)
15232
15233 2001-11-12 [alfons]
15234
15235         * README.claws
15236                 remove things that are now in main branch
15237         
15238         * po/nl.po
15239                 update Dutch translation
15240
15241 2001-11-12 [mhadasht]   0.6.5.claws8
15242
15243         * src/prefs_common.c
15244                 re-enabled account autoselection feature for forward
15245                 and reedit lost during the branch point for SYNC-B4-REL
15246         * src/gtkspell.c
15247                 gtkpspell_get_dict(): more readable code (even if function is
15248                 not used yet)
15249         * ChangeLog.claws
15250                 added version number info to 2001-11-12 [hiro] comment.
15251
15252 2001-11-12 [hiro]       0.6.5.claws7
15253
15254         * src/compose.c
15255                 compose_forward(): fixed a bug that forward quote mark
15256                 wasn't used.
15257                 removed unnecessary code.
15258         * src/template_select.[ch]: removed.
15259
15260 2001-11-11 [alfons]
15261
15262         * src/compose.c
15263                 :%s/GTK_TEXT/GTK_STEXT/g
15264         
15265         * src/compose.[ch]
15266         * src/undo.[ch]
15267         * src/Makefile.am
15268                 revert the undo stuff (this is 0.6.6claws stuff)
15269
15270 2001-11-11 [hoa]        0.6.5.claws6
15271
15272         * src/compose.[ch]
15273                 Insert signature at the end of the text.
15274                 Added undo patch but currently disabled
15275
15276         * src/procmsg.c
15277                 Threading by subject improved.
15278
15279         * added src/undo.[ch]
15280                 Undo module for compose dialog box.
15281
15282 2001-11-11 [alfons]     0.6.5.claws5
15283
15284         * src/procmsg.c
15285                 prevent threading by subject on nodes that have already been
15286                 threaded by in-reply-to (as in "circular references in a tree
15287                 result in a dead branch")
15288
15289 2001-11-09 [hoa]        0.6.5.claws4
15290         
15291         * src/folderview.c
15292                 allows creation of mbox folder item from any files.
15293
15294 2001-11-09 [alfons]     0.6.5.claws3
15295         
15296         * src/utils.c
15297         * src/procmsg.c
15298                 do what I mean and correct threading by subject so it really
15299                 ignores attracting lines without "Re: "
15300
15301 2001-11-07 [alfons]     0.6.5.claws2
15302
15303         * src/procmsg.c
15304         * src/utils.[ch]
15305                 only attract by subject if a subject line starts with a "Re: "
15306         * src/syldap.c
15307                 remove warning
15308
15309 2001-11-07 [paul]       0.6.5claws1
15310
15311         * sync with sylpheed 0.6.5. release
15312                 see ChangeLog entry 2001-11-07
15313
15314 2001-11-07 [paul]       0.6.4claws31
15315
15316         * sync with sylpheed 0.6.4cvs18
15317                 see ChangeLog entries 2001-10-30 to 2001-11-07
15318                 prefs_templates.[ch] renamed prefs_template.[ch]
15319
15320 2001-11-06 [alfons]
15321         
15322         * src/utils.h
15323                 add semicolon Hoa forgot ;-)
15324                 
15325
15326 2001-11-06 [hoa]        0.6.4claws30
15327         
15328         * src/procmsg.c
15329         * src/summaryview.c
15330         * src/utils.c
15331         * src/utils.h
15332                 threading by subject - empty subject are ignored
15333
15334 2001-11-06 [christoph]  0.6.4claws29
15335
15336         * src/socket.c
15337                 use SSL_peek for sock_gets
15338         * src/utils.c
15339                 removed unneeded pointer in extracting quoted
15340                 names implementation
15341
15342 2001-11-06 [melvin]     0.6.4claws28
15343
15344         * src/gtkspell.c
15345                 fixed bug #476792 Selection overtyping with spell checker
15346                 fixed bug which could cause a buffer overflow
15347                 fixed a memory leak
15348
15349 2001-11-06 [hoa]        0.6.4claws27
15350         
15351         * src/procmsg.c
15352         * src/summaryview.c
15353                 threading by subject
15354
15355 2001-11-05 [alfons]     0.6.4claws26
15356         
15357         * README.claws
15358                 Claws -> Sylpheed (vice versa)
15359
15360         * src/compose.c
15361                 :%s/gtk_text/gtk_stext/g
15362                 :%s/GTK_TEXT/GTK_STEXT/g
15363                 (thanks to Jonathan Ware for spotting this)
15364
15365 2001-11-04 [christoph]  0.6.4claws25
15366
15367         * src/summaryview.c
15368                 replace Xalloca + strdup with Xstrdup_a
15369         * src/utils.c
15370                 better implementation of extracting quoted names
15371                 from addresses (remove backlashes and ignore
15372                 quotes after them)
15373
15374 2001-11-04 [alfons]     0.6.4claws24
15375
15376         * src/utils.[ch]
15377                 edit to comply more with coding style
15378
15379         * src/textview.c
15380                 fix bug reported by Kim Schulz. introduced by the patch integrated
15381                 in 0.6.4claws15. the code did not check the return value of
15382                 the html parser.
15383
15384         * AUTHORS
15385                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15386
15387 2001-11-04 [christoph]  0.6.4claws23
15388
15389         * src/main.c
15390         * src/prefs_common.[ch]
15391                 init some pointers that possibly caused a segfault
15392                 reported in the claws-users ML
15393
15394 2001-11-04 [hoa]        0.6.4claws22
15395
15396         * src/grouplistdialog.c
15397                 change the names of the nodes in the tree
15398
15399         * src/compose.c
15400                 enhanced mailto syntax as described in
15401                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15402                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15403
15404         * src/utils.c
15405                 encode and decode URI (useful when opening URL into
15406                 netscape).
15407
15408 2001-11-03 [hoa]        0.6.4claws21
15409
15410         * src/grouplistdialog.c
15411                 a new newsgroups list selection dialog box
15412                 with a CTree instead of a CList
15413
15414 2001-11-03 [hoa]        0.6.4claws20
15415
15416         * src/folderview.c
15417                 enable property and scoring options when right
15418                 click on "inbox"
15419
15420         * src/summaryview.c
15421                 fixed bug when nickname were displayed using
15422                 the address book.
15423
15424 2001-11-02 [darko]      0.6.4claws19
15425
15426         * src/compose.c
15427                 new wrap quotation and URL/long words wrapping implementation
15428         * src/compose.c src/gtkstext.[ch]
15429                 move gtkstext_strncmp() to gtkstext.c
15430
15431 2001-11-01 [christoph]  0.6.4claws18
15432
15433         * src/prefs_account.c
15434                 fixed mess in account settings dialog
15435         * src/prefs_folder_item.c
15436                 added label with folder path to dialog
15437
15438 2001-10-31 [match]      0.6.4claws17
15439
15440         * src/vcard.c
15441                 fix memory leak.
15442         * src/addrbook.c
15443                 fix generation of spurious address book file names.
15444                 remove redundant functions.
15445         * po/POTFILES.in
15446                 added missing file names.
15447
15448 2001-10-30 [paul]       0.6.4claws16
15449
15450         * sync with sylpheed 0.6.4cvs6
15451                 see ChangeLog entries 2001-10-26 to 2001-10-30
15452
15453         * tools/filter_conv.pl
15454                 read folderlist.xml to discover whether the top-level
15455                 folder is called 'Mailbox' or 'Mail' 
15456
15457 2001-10-29 [paul]       0.6.4claws15
15458
15459         * src/html.c, src/textview.c
15460                 activate links in html mail and fix clickable parts
15461                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15462
15463 2001-10-29 [paul]
15464
15465         * po/de.po, po/es.po, po/pt_BR/po
15466                 updated translations, submitted by Jens Oberender,
15467                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15468
15469 2001-10-29 [darko]      0.6.4claws14
15470
15471         * src/compose.c
15472                 fix wrapping for good
15473
15474 2001-10-29 [darko]
15475
15476         * src/compose.c
15477                 undo previous change as it broke the smart wrapping
15478
15479 2001-10-29 [darko]      0.6.4claws13
15480
15481         * src/compose.c
15482                 fix infinite loop when long URL is quoted
15483                 (closes bug #475122.
15484
15485 2001-10-28 [match]
15486
15487         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15488                 import Mutt address book
15489         * src/ldif.[ch] src/importldif.h
15490                 modified import LDIF handle user attributes
15491
15492 2001-10-28 [christoph]  0.6.4claws12
15493
15494         * src/summaryview.c
15495                 fixed that filtering did not work if there
15496                 were no filter rules
15497                 (closes bug #472003 and better implementation
15498                  of patch #474644)
15499
15500 2001-10-27 [christoph]  0.6.4claws11
15501
15502         * src/compose.c
15503                 make the folder's default account to be used when
15504                 replying. (patch by wwp <subscript@free.fr>)
15505         * src/compose.c
15506                 code cleanup, nearly killed all of wwp's patch
15507                 for folder's default account in compose
15508         * src/folderview.c
15509                 error panel when a folder could not be created
15510                 (closes bug #471080 new folder name & already
15511                  existing file)
15512
15513 2001-10-26 [alfons]
15514
15515         * src/utils.h
15516                 change prototype of strstr2() that Christoph forgot about
15517
15518 2001-10-26 [christoph]  0.6.4claws10
15519
15520         * src/account.c
15521                 made search for accounts by email address not case
15522                 sensitive
15523         * src/folder.c
15524                 fixed memory leak in folder_item_get_identifier
15525         * src/gtkspell.c
15526         * src/utils.c
15527                 fixed wrong strstr2 (should work like strstr)
15528
15529 2001-10-26 [darko]      0.6.4claws9
15530
15531         * src/compose.c src/gtkstext.[ch]
15532         * src/gtkstext.c
15533                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15534
15535 2001-10-26 [paul]       0.6.4claws8
15536
15537         * src/html.c
15538                 ignore css and javascript tags in html mail
15539                 case-insensitive, with or without double-quoted
15540                 strings
15541
15542 2001-10-26 [paul]       0.6.4claws7
15543
15544         * sync with sylpheed 0.6.4cvs1
15545                 see ChangeLog entry 2001-10-26
15546
15547         * src/prefs_account.c, src/prefs_common.c,
15548           src/prefs_summary_column.c
15549                 minor improvements to the English
15550
15551 2001-10-25 [alfons]     0.6.4claws6
15552
15553         * src/gtkstext.c
15554         
15555                 make GtkSText follow style of GtkText (closes bug 
15556                 #469211 "text selection while writing message")
15557                 
15558                 do sync with GTK 1.2.10
15559
15560 2001-10-25 [paul]       0.6.4claws5
15561
15562         * src/html.c
15563                 ignore css tags in html mail
15564
15565 2001-10-25 [darko]      0.6.4claws4
15566
15567         * src/compose.c
15568                 don't declare is_url_string as static function since
15569                 we need it in gtkstext.c
15570         * src/gtkstext.c
15571                 remove unused variable
15572                 don't wrap long URLs while composing a message
15573
15574 2001-10-24 [christoph]  0.6.4claws3
15575
15576         * src/socket.c
15577                 fix ssl deadlock, when peer closes connection
15578
15579 2001-10-24 [paul]       0.6.4claws2
15580
15581         * src/prefs_common.c
15582                 gettextize the gpg ascii-armored warning message
15583
15584         * src/compose.c
15585                 insert a DOS/MAC file into the composed message
15586                 (improvements)
15587
15588         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15589
15590 2001-10-22 [paul]       0.6.4claws1
15591
15592         * sync with sylpheed 0.6.4 release
15593                 see ChangeLog entries 2001-10-21
15594
15595         * po/fr.po, po/pt_BR.po
15596                 updated by Melvin Hadasht and Fabio Junior Beneditto
15597
15598 2001-10-21 [paul]       0.6.3claws30
15599
15600         * src/compose.c
15601                 insert a DOS text file from the compose window
15602                 into the composed message text (removes CRs characters)
15603                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15604
15605         * tools/filter_conv.pl, tools/README
15606                 automatically use ~/.sylpheed as working directory
15607                 print out confirmation message on completion
15608
15609         * correct Hoa's last ChangeLog.claws entry
15610
15611 2001-10-20 [hoa]        0.6.3claws29
15612
15613         * src/grouplistdialog.c
15614                 bugfix (another ?) to give the right
15615                 newsgroups list for each news server.
15616
15617         * src/news.c
15618         * src/news.h
15619                 improve the newsgroups list cache
15620
15621 2001-10-20 [paul]       0.6.3claws28
15622
15623         * sync with sylpheed 0.6.3cvs9
15624                 see ChangeLog entry 2001-10-19
15625
15626         * correct Alfons' last ChangeLog.claws entry
15627
15628 2001-10-19 [alfons]
15629
15630         * src/pgptext.[ch]
15631                 fix compilation problems (part of bug #472895)
15632
15633 2001-10-18 [hoa]        0.6.3claws27
15634
15635         * src/grouplistdialog.c
15636                 bugfix when we refresh was clicked (bug 472701)
15637
15638 2001-10-19 [christoph]  0.6.3claws26
15639
15640         * src/compose.c
15641                 last header entry should default to "To:" or
15642                 "Newsgroups:" and not copy the last entry line
15643                 in a new compose window
15644                 (closes bug #472686, #470792)
15645
15646 2001-10-19 [paul]       0.6.3claws25
15647
15648         * sync with Sylpheed 0.6.3cvs8
15649                 see ChangeLog entries 2001-10-18 and 2001-10-19
15650
15651 2001-10-18 [christoph]  0.6.3claws24
15652
15653         * src/procmsg.c
15654                 reimplement ignore thread
15655         
15656 2001-10-18 [hoa]        0.6.3claws23
15657
15658         * src/folderview.c
15659         * src/grouplistdialog.[ch]
15660                 enhanced news subscription interface (feature 469113)
15661
15662         * src/news.c
15663         * src/news.h
15664                 enchanced newsgroup listing,
15665                 now, we can get groups informations
15666                 (NNTPGroupInfo)
15667
15668 2001-10-18 [paul]       0.6.3claws22
15669
15670         * src/summaryview.c
15671                 remove comment (sync with main branch)
15672         * src/mainwindow.c
15673                 fix 'Re-edit' bug in 'Message' menu
15674
15675 2001-10-17 [christoph]  0.6.3claws21
15676
15677         * src/compose.c
15678                 ignore empty or whitespace only header lines
15679
15680 2001-10-17 [paul]       0.6.3claws20
15681
15682         * sync with sylpheed 0.6.3cvs7
15683                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15684                 2001-10-17
15685
15686 2001-10-17 [darko]
15687
15688         * src/compose.c
15689                 wrap long lines without spaces
15690                 don't wrap URLs
15691
15692 2001-10-16 [paul]
15693
15694         * po/es.po, po/nl.po, po/pt_BR.po
15695                 updated by Ricardo Mones Lastra, Alfons,
15696                 and Fabio Junior Beneditto
15697
15698         * sylpheed-0.6.3claws released
15699
15700 2001-10-15 [melvin] 0.6.3claws18
15701
15702         * README.claws
15703                 added summary and detailed installation instructions
15704                 for spell checker
15705         * po/fr.po
15706                 Updated, corrected and completed french translation
15707
15708 2001-10-15 [hoa] 0.6.3claws17
15709         * src/grouplistdialog.c
15710                 we can choose the newsgroups to display with wildcards
15711
15712 2001-10-15 [christoph]  0.6.3claws16
15713
15714         * src/account.c
15715         * src/compose.c
15716         * src/prefs_folder_item.[ch]
15717                 applied wwp <subscript@free.fr>'s folder
15718                 default account patch
15719         * po/de.po
15720                 Fixed wrong translation
15721
15722 2001-10-13 [alfons, christoph, melvin]  
15723                         0.6.3claws15
15724
15725         solution #2 to solve MT-safety problems defers all GUI related calls
15726         to the main thread using a gtk_idle_add() callback. discussed on
15727         ircnet #sylpheed, with christoph spotting some issues with the
15728         original code, and melvin allowing us to lobotomize his sylpheed.
15729
15730         * src/syldap.[ch], src/main.c
15731                 fix race problem in ldap search thread by deferring GUI 
15732                 stuff to main thread using gtk_idle_add()
15733
15734 2001-10-13 [paul]       0.6.3claws14
15735
15736         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15737                 add Sergey's smtpcred.patch
15738                 adds separate username/password setting for SMTP Auth
15739                 needed by some servers
15740                 (closes feature request #471659)
15741
15742 2001-10-13 [paul]       0.6.3claws13
15743
15744         * src/pgptext.[ch] **NEW FILES**
15745         * src/Makefile.am, src/messageview.c, src/mimeview.c
15746                 decrypt ascii-armored gpg text embedded in
15747                 the message body.
15748                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15749
15750 2001-10-13 [christoph]  0.6.3claws12
15751
15752         * README.claws
15753                 some more details on default to and
15754                 feature requests
15755         * src/main.c
15756                 init glib threading when ldap is used
15757         * src/syldap.c
15758                 threading fixes
15759         * po/de.po
15760                 fixed a typo
15761
15762 2001-10-12 [paul]       0.6.3claws11
15763
15764         * src/prefs_common.[ch], src/rfc2015.c
15765                 enable ascii-armored gpg text to be embedded in the
15766                 message body, selectable through the 'Privacy'
15767                 preferences. Supports encrypting only.
15768                 Submitted by Ravemax <ravemax@dextrose.com>
15769
15770 2001-10-12 [paul]       0.6.3claws10
15771
15772         * sync with sylpheed 0.6.3cvs6
15773                 see ChangeLog entries 2001-10-11 and 2001-11-12
15774
15775         * src/folderview.c
15776                 incorporated mbox folders, scoring, and folder
15777                 properties into the sync
15778
15779 2001-10-12 [darko]      0.6.3claws9
15780
15781         * README.claws
15782                 describe quotation wrapping
15783         * src/compose.c
15784                 don't treat tab as space to calculate line length properly
15785
15786 2001-10-11 [alfons]
15787
15788         * README.claws
15789                 correct description of how to make new filtering system work,
15790                 add some other things
15791                 
15792         * src/syldap.c
15793                 remove sched_yield() (not necessary / unportable)
15794
15795 2001-10-11 [paul]       0.6.3claws8
15796
15797         * sync with sylpheed 0.6.3cvs3
15798                 see ChangeLog entry 2001-10-10
15799
15800 2001-10-10 [christoph]  0.6.3claws7
15801
15802         * .cvsignore
15803                 ignore 2 files created by newer autotools
15804         * src/prefs_folder_item.c
15805                 using table for widget alignment
15806                 fixed memory leak and broken octal display
15807         * src/filesel.c
15808                 fixed segfault caused by lost filename
15809                 workaround (closes bug #469551)
15810
15811 2001-10-10 [paul]       0.6.3claws6
15812
15813         * sync with sylpheed 0.6.3cvs2
15814                 see ChangeLog entries 2001-10-09 and 2001-10-10
15815
15816 2001-10-10 [darko]      0.6.3.claws5
15817
15818         * src/gtkstext.c
15819                 proper calculation of right margin if smart wrapping is enabled
15820         * src/compose.c
15821                 automatically wrap long lines if wrap quotation is enabled
15822
15823 2001-10-09 [alfons]     0.6.3.claws4
15824
15825         * src/summaryview.c
15826                 select correct row when deleting last row in the summary view (and
15827                 close bug "[ #469104 ] select second last in list when deleting")
15828
15829 2001-10-09 [paul]       0.6.3claws3
15830
15831         * sync with sylpheed 0.6.3cvs1
15832                 updated some autotool scripts
15833
15834 2001-10-09 [darko]      0.6.3claws2
15835
15836         * src/gtkstext.[ch]
15837                 new name and mark with Sylpheed comment
15838         * src/compose.c
15839                 smart quotation wrapping a-la VIM
15840
15841 2001-10-08 [paul]       0.6.3claws1
15842
15843         * sync with sylpheed 0.6.3 release
15844                 see ChangeLog entry 2001-10-08
15845
15846 2001-10-08 [paul]       0.6.2claws24
15847
15848         * src/summaryview.c
15849                 more sync with sylpheed 0.6.2cvs12
15850                 Fixed the bug that didn't select the last row correctly
15851
15852
15853 2001-10-07 [paul]       0.6.2claws23
15854
15855         * sync with sylpheed 0.6.2cvs12
15856                 see ChangeLog entry 2001-10-07
15857
15858 2001-10-06 [match]
15859         * src/jpilot.[ch]
15860                 enable jpilot to read unsynch'ed addresses.
15861
15862         * src/editldap_basedn.c
15863                 fix segfault when opening dialog.
15864
15865 2001-10-06 [alfons]     0.6.2.claws22
15866
15867         * src/summaryview.c
15868                 fix bug with summary view selecting last *inserted*
15869                 node instead of last *visible* node. remember we
15870                 work with a tree
15871
15872 2001-10-06 [paul]       0.6.2claws21
15873
15874         * po/pt_BR.po
15875                 updated translation, contains some fixes and new
15876                 translations, submitted by Gustavo Noronha Silva
15877                 <kov@debian.org>
15878
15879         * src/prefs_common.c
15880                 change 'each' to 'every' - fix dubious English
15881
15882         * sync with sylpheed 0.6.2cvs11
15883
15884 2001-10-05 [alfons]     0.6.2claws20
15885
15886         * src/mainwindow.[ch], src/folderview.c
15887                 make composite tool button switch between "Compose News"
15888                 and "Compose Mail" depending on selected folder
15889                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15890
15891 2001-10-05 [paul]       0.6.2claws19
15892
15893         * src/mainwindow.c, src/summaryview.c
15894                 fix 'Message/Reply to all', broken in last commit
15895
15896         * src/compose.c
15897                 fix X_BEENTHERE seg fault, thanks to Alfons
15898
15899 2001-10-04 [paul]       0.6.2claws18
15900
15901         * src/compose.[ch], src/mainwindow.c
15902                 make "Message/Reply" reply to mailing lists; matches
15903                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15904                 based on portions of the patch submitted by
15905                 Junichi Uekawa <dancer@netfort.gr.jp>
15906
15907 2001-10-04 [darko]      0.6.2claws17
15908
15909         * src/compose.c
15910                 better smart wrapping
15911         * src/gtkstext.[hc]
15912                 a function to make text buffer contiguous
15913
15914 2001-10-03 [paul]       0.6.2claws16
15915
15916         * sync with sylpheed 0.6.2cvs10
15917
15918 2001-10-02 [alfons]
15919
15920         * configure.in
15921         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15922                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15923                 references to chinese translations (hope someone picks up
15924                 this)
15925
15926 2001-10-02 [christoph]  0.6.2claws15
15927
15928         * src/compose.c
15929                 fixed non translated header bug
15930         * ChangeLog.claws
15931                 fixed wrong date in alfons last entry ;)
15932
15933 2001-10-02 [alfons]     0.6.2claws14
15934
15935         * src/compose.c, src/prefs_common.[ch]
15936                 add block cursor option
15937
15938 2001-10-02 [paul]       0.6.2claws13
15939
15940         * sync with sylpheed 0.6.2cvs9
15941
15942 2001-09-30 [paul]       0.6.2claws12
15943
15944         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15945                 updated translations
15946
15947         * po/POTFILES.in
15948                 add 'src/importldif.c'
15949
15950         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15951                 added eudora-to-vCard conversion tool
15952                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15953
15954         * sync with sylpheed 0.6.2cvs8
15955
15956 2001-09-30 [paul]
15957
15958         * sylpheed-0.6.2claws released
15959
15960 2001-09-27 [melvin]     0.6.2claws11
15961
15962         * src/gtkspell.c
15963                 fixed crash when using default path (introduced 
15964                 in 0.6.2claws10)
15965                 fixed tiny bug for initial suggestion mode
15966
15967 2001-09-27 [melvin]     0.6.2claws10
15968         
15969         * src/gtkspell.c
15970                 fixed bug where gtkpspell didn't set the path correctly
15971
15972         * README.claws
15973                 added a paragraph about spell checking
15974                 
15975
15976
15977 2001-09-27 [paul]       0.6.2claws9
15978
15979         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15980                 replace '// comments' with '/* comments */' to prevent
15981                 some compiler warnings 
15982
15983         * sync with sylpheed 0.6.2cvs6
15984
15985 2001-09-26 [alfons]     0.6.2claws8
15986
15987         * src/messageview.c
15988                 introduce return receipt request notification again,
15989                 which was lost because of other semantics in 
15990                 procheader_parse() (???)
15991
15992 2001-09-26 [christoph]  0.6.2claws7
15993
15994         * src/compose.c
15995                 replace comments for old code with #if 0
15996                 readded auto cc, bcc and reply-to
15997         * src/prefs_matcher.c
15998         * src/prefs_scoring.c
15999                 removed some definition (was moved to
16000                 prefs.h)
16001
16002 2001-09-26 [paul]       0.6.2claws6
16003
16004         * src/mainwindow.c
16005                 make 'Follow-up and reply to' sensitive
16006
16007         * more sync with sylpheed 0.6.2cvs5
16008
16009 2001-09-25 [melvin]
16010
16011         * 0.6.2claws5
16012
16013         * src/gtkspell.c
16014                 fixed bug for "US-ASCII" introduced by the encoding code
16015
16016 2001-09-25 [paul]
16017
16018         * 0.6.2claws4
16019
16020         * src/prefs_common.[ch], src/summaryview.c
16021                 'next unread msg' 'go to next folder?' dialog can be
16022                 given default behaviour, either always show dialog,
16023                 or assume 'yes', or assume 'no'
16024                 Submitted by wwp <subscript@free.fr>
16025
16026 2001-09-25 [melvin]
16027                 
16028         * src/compose.c src/gtkspell.[ch]
16029                 added support for different encodings
16030
16031 2001-09-25 [paul]
16032
16033         * more sync with sylpheed 0.6.2cvs5
16034
16035 2001-09-24 [alfons]
16036         
16037         * src/prefs_folder_item.c
16038                 add check for item->prefs->default_to string is NULL and
16039                 add another check when freeing this string
16040
16041 2001-09-24 [paul]
16042
16043         * configure.in
16044                 change to version 0.6.2claws3
16045
16046         * sync with sylpheed 0.6.2cvs5 
16047
16048 2001-09-24 [match]
16049         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16050                 import LDIF files.
16051         * src/addrcache.[ch], addrindex.[ch]
16052                 small update for future
16053         * src/addrbook.c
16054                 fix test XML file.
16055
16056 2001-09-24 [melvin]
16057         * src/gtkspell.[ch]
16058                 added 'Learn from mistakes' option
16059                 better handling of quotes in checked words
16060                 sorted dict list
16061         * po/fr.po
16062                 small update for spell checking stuff
16063
16064 2001-09-23 [alfons]
16065         
16066         * src/gtkspell.c
16067                 edit a little bit so it complies more with main coding style
16068
16069 2001-09-23 [alfons]
16070
16071         * src/folder.[ch], prefs_folder_item.c, compose.c
16072                 migrate "request return receipt" folder property
16073                 to folderlist.xml
16074
16075 2001-09-22 [alfons]
16076
16077         * README.claws **NEW**
16078                 (add things of interest for users of main branch 
16079                 and claws here)
16080
16081         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16082                 re-implement threading per folder option, but store 
16083                 the setting in folderlist.xml (where it belongs)
16084
16085 2001-09-21 [melvin]
16086
16087         * src/gtkspell.[ch]
16088                 fixed bug when compose window is under another window
16089         * src/prefs_common.[ch] src/compose.c
16090                 changed 'dictionary_path' to 'dictionary' to be consistent
16091                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16092         * ac/pspell.m4 src/Makefile.am 
16093                 dropped PSPELL_PATH macro
16094         * po/fr.po
16095                 updated translations
16096
16097 2001-09-21 [christoph]
16098
16099         * src/compose.c
16100                 added border around header fields
16101                 keep header type when new field is added
16102
16103 2001-09-20 [christoph]
16104
16105         * src/utils.[ch]
16106                 more portable debug_print with source filename
16107                 and linenumber
16108         * src/procmsg.c
16109                 more newlines after debug messages
16110
16111 2001-09-20 [paul]
16112
16113         * configure.in
16114                 change to version 0.6.2claws2
16115
16116         * sync with sylpheed 0.6.2cvs3
16117
16118 2001-09-19 [melvin]
16119
16120         * src/gtkspell.c
16121                 fixed the post-right-click focus pb
16122                 fixed crash when 'Spell check all' after dict change 
16123                         and when cursor is at the end of the text
16124                 shift-right-click pops up config menu even on misspelled words.
16125         * po/POTFILES.in
16126                 added gtkspell.c
16127
16128 2001-09-19 [melvin]
16129
16130         * src/about.c
16131                 added pspell to compiled-in features list
16132
16133 2001-09-18 [melvin]
16134
16135         * switched to pspell and dropped ispell
16136         * ac/pspell.m4
16137                 new file. autoconf macro for pspell
16138         * ac/Makefile.am 
16139         * configure.in acconfig.h
16140                 added pspell support
16141         * src/Makefile.am
16142         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16143         * src/prefs_common.[ch] 
16144                 added pspell support
16145
16146 2001-09-18 [christoph]
16147
16148         * src/addr_compl.c
16149         * src/template.[ch]
16150                 replace LOG_MESSAGE with debug_print
16151         * src/compose.[ch]
16152                 gui improvements
16153         * src/menu.c
16154                 added newline after debug message
16155         * src/utils.h
16156                 using __VA_ARGS__ for debug_print macro
16157         * tools/.cvsignore
16158                 ignore Makefile and Makefile.in
16159
16160 2001-09-18 [paul]
16161
16162         * configure.in
16163                 change to version 0.6.2claws1
16164         * sync with sylpheed 0.6.2cvs1
16165
16166         * src/matcher.c 
16167         * src/prefs_matcher.c
16168                 add 'score equal to' option, submitted by
16169                 Paul Evans <nerd@freeuk.com>
16170
16171 2001-09-15 [christoph]
16172
16173         * src/mainwindow.c
16174                 comment out menu entry not existing in claws
16175         * src/menu.c
16176                 add debug output for non existing menu entries
16177         * src/summaryview.c
16178                 fix next/prev unread message for ignored threads
16179         * src/utils.[ch]
16180                 add sourcefile and line number to debug output
16181                 otherwise it is sometimes hard to find the
16182                 source code part if debug messages are translated
16183
16184 2001-09-14 [darko]
16185         
16186         * src/folderview.c
16187                 refresh target folder style after colour is changed
16188
16189 2001-09-13 [paul]
16190
16191         * configure.in
16192                 change to version 0.6.1claws3
16193
16194         * sync with sylpheed 0.6.1cvs6
16195
16196 2001-09-13 [darko]
16197         
16198         * src/folderview.c
16199                 fix target folder colourization to use user selected colour
16200
16201 2001-09-12 [darko]
16202         
16203         * src/summaryview.c
16204                 fix crash when message that is marked for copy/move is unmarked
16205
16206 2001-09-09 [paul]
16207
16208         * configure.in
16209                 change to version 0.6.1claws2
16210
16211         * sync with sylpheed 0.6.1cvs3
16212
16213 2001-09-09 [alfons]
16214         
16215         * src/folderview.c
16216                 fix bug with default font used for trash folder text
16217
16218 2001-09-06 [paul]
16219
16220         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16221                 updated translations
16222
16223         * configure.in
16224                 change to version 0.6.1claws1
16225
16226         * sync with sylpheed 0.6.1cvs2
16227
16228 2001-09-03 [paul]
16229
16230         * po/POTFILES.in
16231                 add Match's new addressbook
16232
16233         * po/de.po
16234                 updated translation submitted by Jens Oberender
16235
16236 2001-09-02 [paul]
16237
16238         * configure.in
16239                 change to 0.6.1claws
16240         * sync with sylpheed 0.6.1 release
16241
16242 2001-09-02 [paul]
16243
16244         * configure.in
16245                 change to 0.6.0claws2
16246
16247         * sync with sylpheed 0.6.0cvs4
16248
16249         * po/pt_BR.po
16250                 updated translation submitted by Fabio Junior Beneditto
16251
16252 2001-09-01 [match]
16253         * pixmaps/
16254                 interface.xpm
16255                 book.xpm
16256                 address.xpm
16257         * src/
16258                 Makefile.am
16259                 a ton of new files
16260
16261 2001-08-31 [paul]
16262
16263         * configure.in
16264                 change to version 0.6.0claws1
16265
16266         * sync with sylpheed 0.6.0cvs1
16267
16268         * po/es.po
16269                 updated translation submitted by Ricardo Mones Lastra
16270
16271         * po/POTFILES.in
16272                 add 'src/prefs_templates.c'
16273
16274         * src/compose.c, src/summaryview.c
16275                 fix segfault on 'Re_edit'               
16276
16277 2001-08-30 [alfons]
16278
16279         * configure.in, Makefile.am
16280         * tools/Makefile.am
16281                 add tools directory to source distribution
16282
16283 2001-08-30 [paul]
16284
16285         * configure.in
16286                 change to version 0.6.0claws
16287
16288         * sync with sylpheed 0.6.0 release
16289
16290 2001-08-30 [christoph]
16291
16292         * configure.in
16293                 removed autoconf version check
16294
16295 2001-08-30 [paul]
16296
16297         * src/account.c, src/compose.c, src/prefs_common.[ch]
16298         * src/procheader.[ch] src/utils.[ch]
16299                 Enhanced automatic account selection on replies
16300                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16301
16302         * configure.in
16303                 add LDAP and JPilot to the configuration results output.
16304
16305 2001-08-29 [christoph]
16306
16307         * src/summeryview.c
16308                 no bold font for ignored threads
16309
16310 2001-08-29 [paul]
16311
16312         * configure.in
16313                 change to version 0.5.3claws6
16314
16315         * sync with sylpheed 0.5.3cvs10
16316                 src/stringtable.[ch]: New Files
16317
16318         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16319         * src/pixmaps/sylpheed.xpm
16320                 add mini-icons to windows (by Alfons)
16321
16322 2001-08-27 [paul]
16323
16324         * src/mainwindow.c
16325                 new functions: next_labeled_cb(), prev_labeled_cb()
16326
16327         * src/summaryview.c
16328                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16329                 summary_select_next_labeled(), summary_select_prev_labeled()
16330
16331         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16332                 give claws blue folders and a blue trash can
16333
16334 2001-08-27 [paul]
16335
16336         * configure.in
16337                 change to version 0.5.3claws5
16338
16339         * sync with sylpheed 0.5.3cvs9
16340                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16341
16342 2001-08-24 [christoph]
16343
16344         * src/filesel.c
16345                 keep filename when browsing directories
16346                 (not working for user entered filename, but
16347                  for default name and selected filename from
16348                  file list)
16349         * src/mainwindow.c
16350                 fixed wrong spelling "Folllow-up"
16351         * src/mbox_folder.c
16352         * src/procmsg.c
16353         * src/summaryview.c
16354                 fixed new/unread message count with ignored
16355                 threads (2 commits, first didn't notice no
16356                 longer needed decreasing)
16357         * src/inc.c
16358                 readded scrolling of progress dialog
16359                 (lost in sync)
16360
16361 2001-08-24 [paul]
16362
16363         * configure.in
16364                 change to 0.5.3claws4
16365
16366         * sync with sylpheed 0.5.3cvs7
16367
16368 2001-08-24 [christoph]
16369
16370         * src/compose.c
16371                 set request return receipt when replying
16372                 if it is set is the folder prefs of the
16373                 message
16374         * src/inc.c
16375                 disable final error popup if popups are
16376                 disabled in config (again)
16377
16378 2001-08-23 [paul]
16379
16380         * configure.in
16381                 Change version number to 0.5.3claws3
16382
16383         * sync with sylpheed 0.5.3cvs5
16384
16385         * src/mimeview.c
16386                 double quote '%s' in 'gedit %s' to fix bug when
16387                 opening attachment with spaces in the name
16388
16389 2001-08-22 [alte]
16390         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16391           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16392                 initial message templates support
16393
16394
16395 2001-08-22 [paul]
16396
16397         * configure.in
16398                 change version number to 0.5.3claws2
16399
16400         * sync with sylpheed 0.5.3cvs4
16401
16402         * src/procmsg.h src/summaryview.c
16403                 re-implement (un)ignore thread
16404
16405 2001-08-21 [paul]
16406
16407         * src/summaryview.c
16408                 remove unnecessary code
16409         * src/compose.c
16410                 enable 'dynamic' signatures (submitted by
16411                 Eric Limpens <eric@hscg-internet.nl>)
16412
16413 2001-08-21 [paul]
16414
16415         clean up after sync with sylpheed 0.5.3 release
16416
16417         * src/folderview.c
16418                 fix re-introduced font mess, see Christoph's
16419                 entry 2001-06-24
16420
16421         * src/summaryview.c
16422                 remove prev_msgnum
16423                 use sylpheed's small font instead of
16424                 gtk default font for summary view
16425
16426
16427 2001-08-17 [paul]
16428
16429         * configure.in
16430                 add pl to ALL_LINGUAS - sync with main branch
16431
16432         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16433                 Updated. Translations by Jens Oberender, Ricardo Mones
16434                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16435
16436         * po/pl.po  ** NEW FILE **
16437                 sync with the main branch
16438
16439         * src/folderview.c
16440                 fix target folder colorizing and refresh problem
16441
16442
16443 2001-08-17 [christoph]
16444
16445         * src/mainwindow.c
16446                 claws uses 4 colors for target folder coloring.
16447                 arrays were not long enough and destroyed the
16448                 stack causing a segfault.
16449                 target folder colorizing does not work anymore
16450                 for me
16451
16452 2001-08-16 [paul]
16453
16454         * configure.in
16455                 change to version 0.5.3claws1
16456
16457         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16458           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16459           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16460
16461                 sync with sylpheed 0.5.3 release, but keep claws method of
16462                 configuring/saving fonts
16463
16464         * src/addressbook.[ch]
16465                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16466                 in line with a similar change in Hiroyuki's branch
16467
16468         * src/mainwindow.[ch]
16469                 disable main_window_set_thread_option()
16470         * src/prefs_folder_item.c
16471                 comment out &tmps_prefs.enable_thread,
16472         * src/mbox_folder.c, src/procmsg.[ch]
16473                 comment out MSG_IS_IGNORE_THREAD
16474         * src/summaryview.c
16475                 comment out summary_ignore_thread() and summary_unignore_thread()
16476                 comment out MSG_IS_IGNORE_THREAD
16477
16478                 use Hiroyuki's threading instead.
16479
16480
16481
16482 2001-08-15 [paul]
16483
16484         * src/account.c
16485                 use Hiroyuki's 0.5.3 column scheme but also
16486                 include the enable/disable button.
16487         * src/pixmaps/mark.xpm
16488                 add Hiroyuki's amended pixmap
16489
16490 2001-08-13 [christoph]
16491
16492         * src/account.c
16493                 receive at get all column showed wrong state for APOP
16494                 button should only work for POP3 and APOP accounts
16495         * src/prefs_account.c
16496                 added missing preprocessor statement for SSL
16497
16498 2001-08-12 [paul]
16499
16500         * src/account.[ch]
16501                 add 'receive at get all' column and enable/disable
16502                 button.
16503
16504 2001-08-06 [christoph]
16505
16506         * src/account.c
16507                 show usage of SSL in protocol column
16508
16509         * src/imap.c
16510         * src/inc.c
16511                 renamed ssl options
16512
16513         * src/prefs_account.[ch]
16514                 moved ssl options to a new page
16515
16516         * src/send.c
16517         * src/smtp.c
16518         * src/ssl.[ch]
16519                 renamed ssl options
16520                 added support for SMTP STARTTLS command
16521
16522 2001-08-05 [christoph]
16523
16524         * configure.in
16525                 debian autoconf needs version check to find
16526                 correct autoconf version. if the file is
16527                 named configure.in 2.13 is used, which does
16528                 not work with this configure.in script.
16529                 other solution would be to rename the script
16530                 to configure.ac as suggested in the autoconf
16531                 manual.
16532
16533         * src/inc.c
16534                 disable final error popup if popups are
16535                 diabled in config
16536
16537         * src/socket.c
16538                 bugfix in ssl_gets
16539                 fixes IMAP over SSL problem
16540
16541 2001-08-03 [paul]
16542
16543         * configure.in
16544                 change to 0.5.2claws1
16545
16546         * sync with sylpheed 0.5.2cvs1
16547
16548 2001-08-02 [alfons]
16549
16550         * configure.in
16551                 quick fix for ispell detection...
16552
16553 2001-08-01 [paul]
16554
16555         * configure.in
16556                 change to 0.5.1claws4
16557
16558         * sync with sylpheed 0.5.1cvs7
16559
16560 2001-07-31 [alfons]
16561
16562         * src/prefs_common.c, src/prefs_common.h, 
16563           src/gtkspell.c, src/gtkspell.h
16564                 add global spelling checker settings (compose tab) +
16565                 selection of dictionary 
16566           
16567         * configure.in  
16568                 guess valid ispell location
16569
16570 2001-07-31 [paul]
16571
16572         * po/POTFILES.in
16573                 removal of 'src/quote_fmt_parse.c'
16574         * po/de.po
16575                 Updated de.po
16576                 (submitted by Jens Oberender <didge@suse.de>)
16577
16578 2001-07-31 [darko]
16579
16580         * src/folder.[ch]
16581         * src/folderview.[ch]
16582         * src/mainwindow.c
16583         * src/mh.c
16584         * src/prefs_common.[ch]
16585         * src/summaryview.c
16586                 target folder colourization
16587
16588 2001-07-30 [paul]
16589
16590         more sync with Sylpheed 0.5.1cvs6 
16591
16592 2001-07-30 [darko]
16593
16594         * src/mh.c
16595         * src/prefs_folder_item.[hc]
16596         * src/summaryview.c
16597                 shared folders support with a GUI
16598
16599 2001-07-29 [paul]
16600
16601         0.5.1claws3
16602
16603         * sync with Sylpheed 0.5.1cvs6
16604
16605 2001-07-29 [paul]
16606
16607         * po/pt_BR.po
16608                 updated
16609                 (submitted by Fabio Junior Beneditto)
16610
16611 2001-07-28 [paul]
16612
16613         * src/procmime.c
16614         * AUTHORS
16615                 patch to correct bad image mime headers
16616                 (submitted by Don Quijote <dq@searchlores.org>)
16617
16618 2001-07-28 [paul]
16619
16620         * tools/gif2xface.pl   **NEW FILE**
16621         * tools/README
16622                 script to convert file.gif to file.xface for
16623                 use in a custom header.
16624                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16625
16626 2001-07-27 [alfons]
16627         
16628         * configure.in
16629                 change macros for detecting JPilot and LDAP
16630
16631 2001-07-27 [christoph]
16632
16633         * src/filtering.c
16634                 code cleanup (MIN / MAX warning, needed casting)
16635
16636 2001-07-27 [alfons]
16637
16638         * procheader.c
16639                 disallow setting flags when detecting certain headers
16640                 (X-Status, Status, Seen, X-Seen). 
16641         
16642         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16643
16644 2001-07-27 [christoph]
16645
16646         * src/prefs_filter.c
16647         * src/prefs_filtering.c
16648         * src/prefs_matcher.c
16649         * src/prefs_scoring.c
16650                 scroll list when moving rows up or down
16651
16652         * src/imap.c
16653         * src/imap.h
16654         * src/prefs_account.c
16655         * src/prefs_account.h
16656         * src/send.c
16657                 SMTP over SSL (untested, feedback requested)
16658                 IMAP over SSL
16659
16660         * src/ssl.c
16661                 code cleanup
16662
16663 2001-07-26 [alfons]
16664         
16665         * configure.in, acconfig.h
16666                 define CLAWS (need this for main / claws detection)
16667
16668 2001-07-25 [alfons]
16669
16670         * configure.in
16671                 Sylpheed 0.5.1claws2
16672                 
16673         * sync with Sylpheed 0.5.1cvs4
16674
16675 2001-07-25 [christoph]
16676
16677         * src/scoring.c
16678                 fixed segfault
16679                 item->prefs == NULL (don't know why)
16680
16681 2001-07-25 [alfons]
16682
16683         * configure.in
16684                 Sylpheed 0.5.1claws1
16685
16686         * sync with Sylpheed 0.5.1cvs1-3
16687
16688 2001-07-24 [christoph]
16689
16690         * src/folderview.c
16691         * src/prefs_folder_item.[ch]
16692                 added folderitem preferences dialog with
16693                 default To: and auto request return receipt
16694
16695         * src/compose.[ch]
16696         * src/menu.[ch]
16697                 changes to handle new folderitem preferences
16698
16699         * src/mainwindow.c
16700         * src/summaryview.c
16701                 call compose new mail with current folderitem
16702
16703 2001-07-24 [alfons]
16704
16705         Release Sylpheed 0.5.1claws
16706
16707         * configure.in
16708                 change to release version 0.5.1claws
16709
16710 2001-07-24 [christoph]
16711
16712         * src/summaryview.c
16713                 fixed segfault that happend when the selected
16714                 message was removed while retrieving new messages.
16715
16716         * po/es.po
16717                 updated translation
16718                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16719
16720 2001-07-22 [alfons]
16721
16722         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16723         this is a work in progress, for more information: http://nlpagan.net/sylman 
16724         
16725         * configure.in, src/mainwindow.c, manual/Makefile.am
16726                 add support for English manual
16727
16728         * AUTHORS
16729                 add authors of user manuals
16730
16731         * manual/en/sylpheed*.html
16732                 add English documentation
16733
16734 2001-07-22 [christoph]
16735
16736         * po/POTFILES.in
16737                 added src/ssl.c
16738         * src/ssl.c
16739                 changed a wrong debug message
16740
16741 2001-07-22 [alfons]
16742
16743         * po/nl.po
16744                 update Dutch translation
16745
16746         * src/prefs_filtering.c, 
16747           src/prefs_matcher.c
16748                 add more translatable strings           
16749
16750 2001-07-21 [alfons]
16751
16752         0.5.0claws7
16753
16754         * configure.in
16755                 change version
16756
16757         * src/inc.c, src/summaryview.[ch]
16758                 prevent update of mark file when filtering has done, by
16759                 using a variable; this affects two functions:
16760                         inc.c::inc_finished()
16761                         summaryview.c::summary_show()
16762
16763 2001-07-20 [alfons]
16764
16765         * src/filtering.[ch], src/prefs_filtering.c, 
16766           src/matcher.[ch]
16767                 add filtering action for label coloring 
16768
16769         * po/POTFILES.in
16770                 add labelcolors.c
16771
16772         * added src/labelcolors.c
16773         * added src/labelcolors.h
16774         * src/Makefile.am, src/summaryview.c
16775                 rearrange label coloring code
16776
16777         * src/procmsg.h
16778                 add more parentheses so label colouring works correctly
16779
16780         * src/filtering.c
16781                 don't really delete message, but move it to Trash
16782
16783         * src/prefs_matcher.c
16784                 add quote options to info dialog
16785
16786 2001-07-20 [christoph]
16787
16788         * src/Makefile.am
16789         * src/inc.c
16790         * src/main.[ch]
16791         * src/socket.h
16792         * src/ssl.[ch] (new)
16793                 moved ssl stuff to a seperate file
16794
16795 2001-07-20 [darko]
16796
16797         * src/summaryview.c
16798                 fix show sender using address book with no e-mail
16799                 address in From: field
16800
16801 2001-07-19 [alfons]
16802
16803         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16804                 fix messy handling of escaping... now at least the
16805                 execute command is useful. escape char is '\', we
16806                 accept \n and \r too. 
16807
16808                 Real life example:
16809                 
16810                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16811                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16812
16813 2001-07-18 [alfons]
16814
16815         0.5.0claws6
16816
16817         * src/summaryview.c
16818                 clean up
16819
16820         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16821           src/procmsg.[ch]
16822                 revise filtering; currently move, copy, marking have
16823                 been tested. if you like bleeding edge stuff, you
16824                 should definitely go for this version :)
16825
16826         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16827
16828 2001-07-17 [christoph]
16829
16830         * src/utils.c
16831                 timestamp log
16832
16833 2001-07-17 [alfons]
16834
16835         0.5.0claws5
16836
16837         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16838           bits in the mark file, without affecting either branch. Lots of
16839           files changed, also in claws branch.
16840
16841           UNTESTED: use of mbox folders
16842
16843         * src/summaryview.c
16844                 added mark all read; however this was a quick hack used for
16845                 cleaning up mess after initial merge with Hiroyuki
16846
16847         * configure.in
16848                 change claws version number back to 0.5.0claws5 to clear up 
16849                 confusion & pretension (recent release was technically 
16850                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16851
16852 2001-07-16 [alfons]
16853
16854         sync with Hiroyuki's 0.5.0cvs4
16855
16856 2001-07-16 [alfons]
16857
16858         0.5.1claws3
16859
16860         * src/filtering.[ch]
16861                 remove invalid updating of mark files for 
16862                 filter actions MATCHING_ACTION_MOVE and 
16863                 MATCHING_ACTION_DELETE; this should fix the
16864                 folder update bug
16865                 
16866         * src/procmsg.c
16867                 revert Christoph's stab at fixing the folder 
16868                 update bug
16869
16870         * po/POTFILES.in
16871                 add missing files with translatable strings
16872
16873         * src/summaryview.c
16874                 remove debug print
16875
16876 2001-07-15 [alfons]
16877
16878         * src/addr_compl.[ch], src/prefs_filtering.c
16879                 make "filtering pref dialog's destination entry" an
16880                 "address completable entry", if filter destination is 
16881                 an email address
16882
16883         0.5.1claws2
16884         
16885         sync with Hiroyuki's 0.5.0cvs2-3
16886
16887 2001-07-15 [christoph]
16888
16889         * src/procmsg.c
16890                 fixed folder stats update after incorporation
16891
16892 2001-07-15 [alfons]
16893
16894         * src/summaryview.c
16895                 * finish label colouring stuff (for now)
16896                 * fix incorrect colour bug (off by one) 
16897
16898 2001-07-14 [alfons]
16899
16900         * src/mainwindow.c
16901                 change text labels for news and mail message so there's
16902                 plenty of toolbar estate left
16903
16904         * configure.in
16905                 0.5.1claws1
16906
16907         * src/folderview.c
16908           src/folder.[ch]
16909                 sync with Hiroyuki's 0.5.0cvs1
16910
16911         * src/summaryview.c
16912                 more rewrite label colouring
16913
16914 2001-07-14 [alfons]
16915
16916         * src/summaryview.[ch]
16917                 * start rewrite label colouring 
16918                 * fix proper location "Add Sender To Addressbook" menu item
16919
16920 2001-07-13
16921
16922         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16923         (actually this is 0.5.0claws4)
16924
16925 2001-07-13 [alfons]
16926
16927         * po/pt_BR.po
16928                 * fix duplicate message
16929                 * add updated Portugese / Brazilian translation
16930                   submitted by Fabio Junior Beneditto
16931
16932 2001-07-12 [alfons]
16933
16934         * AUTHORS
16935                 add Jens
16936
16937         * po/nl.po
16938                 add updated Dutch translation
16939
16940         * po/de.po
16941                 add updated German translation submitted by Jens
16942
16943 2001-07-11 [alfons]
16944
16945         Prerelease before 0.5.0claws. Please test.
16946         This version is temporarily tagged as VERSION_0_5_0_TEST
16947
16948         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16949           src/prefs_scoring.c, src/prefs_matcher.c, 
16950           src/prefs_filtering.c, src/mbox.c, 
16951           src/main.c, src/inc.c, src/filtering.[ch]
16952                 revert new Hoa's new matcher (does not work yet)
16953
16954         * src/Makefile.am
16955                 clean up
16956
16957 2001-07-10
16958
16959         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16960
16961
16962 2001-07-10 [alfons]
16963
16964         * Makefile.am
16965                 add ChangeLog.claws to EXTRA_DIST
16966         * src/Makefile.am
16967                 add matcher_parser_parse.h to EXTRA_DIST
16968
16969 2001-07-10 [christoph]
16970
16971         * src/inc.c
16972                 add destination folder to table of
16973                 folders that need to be updated after
16974                 incorporation
16975
16976 2001-07-10 [alfons]
16977
16978         * folder.[ch]
16979           folderview.c
16980                 make collapse state of folders and folder items persistent, i.e.
16981                 if you collapse a folder tree, the next time sylpheed-claws starts 
16982                 up the folder tree remains collapsed.  
16983                 
16984 2001-07-10 [christoph]
16985
16986         * acconfig.h
16987         * configure.in
16988                 added --enable-ssl
16989         * src/md5.[ch]
16990                 renamed MD5_CTX to MD5_CTX_syl
16991                 conflicts with a struct in openssl
16992         * src/inc.c
16993         * src/main.[ch]
16994         * src/prefs_account.[ch]
16995         * src/socket.[ch]
16996                 SSL support for POP
16997         * src/mainwindow.c
16998                 fixed compose with current account
16999                 broken by new compose button stuff
17000
17001 2001-07-09 [hoa]
17002
17003         * AUTHORS
17004                 changed my email address
17005
17006         * src/matcher_parser_parse.y
17007                 clean the parser to remove conflicts
17008
17009 2001-07-09 [alfons]
17010
17011         * AUTHORS
17012                 add Match Grun
17013
17014         * configure.in
17015                 fix incorrect description of --enable-ldap parameter
17016
17017         * src/prefs_common.[ch]
17018           src/compose.c
17019                 add experimental option "smart wrapping" which makes the
17020                 compose editor auto wrap.
17021                 
17022                 | TODO: the problem with the buggy cursor handling is caused |
17023                 | by the GtkText. when deleting / backspacing text its       |
17024                 | wrapping algorithm does not take in account the previous   |
17025                 | line. should find a way to hack this in.                   |
17026                 | or should perhaps combine this with the word wrapping      |
17027                 | patch i wrote in january.                                  |
17028
17029         * src/about.c
17030                 show build parameters for LDAP and JPilot
17031
17032         * src/summaryview.c
17033                 revert Christoph's bugfix for selecting next unread message, 
17034                 because folder stats aren't updated correctly
17035
17036 2001-07-08 [hoa]
17037
17038         * src/filtering.c
17039         * src/mainwindow.c
17040         * src/matcher.c
17041         * src/matcher_parser_lex.l
17042         * src/matcher_parser_parse.y
17043         * src/prefs_filtering.c
17044         * src/prefs_scoring.c
17045         * src/scoring.c
17046                 bugfix of the config file parser
17047
17048 2001-07-08 [alfons]
17049
17050         * src/Makefile.am
17051                 added generated matcher sources to BUILT_SOURCES
17052
17053 2001-07-08 [hoa]
17054
17055         * src/Makefile.am
17056         * src/.cvsignore
17057                 added new config file parser
17058
17059         * src/scoring.[ch]
17060         * src/filtering.[ch]
17061         * src/matcher.[ch]
17062         * src/prefs_filtering.c
17063         * src/prefs_matcher.c
17064         * src/prefs_scoring.c
17065         * added src/matcher_parser.h
17066         * added src/matcher_parser_lex.h
17067         * added src/matcher_parser_lex.l
17068         * added src/matcher_parser_parse.y
17069                 lex & yacc config file parser
17070
17071         * src/mbox.c
17072         * src/inc.c
17073         * src/main.c
17074                 changes prefs_filtering into global_filtering           
17075
17076         * src/summaryview.c
17077                 build threads with subjects only if "Re: " is at the
17078                 beginning of the subject
17079
17080 2001-07-07 [paul]
17081
17082         0.5.0claws
17083
17084         sync with sylpheed 0.5.0
17085                 change of version number only
17086
17087 2001-07-06 [paul]
17088
17089         0.5.0claws5
17090
17091         sync with sylpheed 0.5.0pre5
17092
17093 2001-07-05 [paul]
17094
17095         sync with sylpheed 0.5.0pre4 release
17096                 /po and /manual/ja not sync'ed
17097
17098 2001-07-04 [paul]
17099
17100         more sync with sylpheed 0.5.0pre4
17101
17102 2001-07-03 [christoph]
17103
17104         * src/addressbook.c
17105                 fixed address book broken by address book
17106                 for VCard, JPilot, LDAP
17107
17108 2001-07-03 [alfons]
17109
17110         * src/matcher.c
17111         * src/textview.c
17112                 stopped memory leaks
17113
17114 2001-07-03 [paul]
17115
17116         more sync with sylpheed 0.5.0pre4
17117
17118 2001-07-02 [match]
17119
17120         * included address book patch for VCard, JPilot, LDAP
17121         * pref_common.c - fixed Font options on Display tab (cosmetic)
17122         * alertpanel.c - fixed truncated message
17123
17124 2001-07-02 [christoph]
17125
17126         * src/mbox_folder.c
17127         * src/procmsg.[ch]
17128         * src/summaryview.c
17129                 mark threads for ignoring
17130
17131 2001-07-02 [paul]
17132
17133         0.5.0claws4
17134
17135         * sync with sylpheed 0.5.0pre4
17136                 updated gettext to 0.10.38.
17137
17138 2001-07-01 [paul]
17139
17140         * src/ mainwindow.c
17141         * src/procmsg.h
17142         * src/summaryview.[ch]
17143                 new right-click option: Label.
17144                 substitute for 'Mark-->Mark/Unmark', colours the line.
17145                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17146
17147 2001-07-01 [christoph]
17148
17149         * src/folderview.c
17150                 fixed font for trash
17151         * src/summaryview.c
17152                 move ctree to unread message
17153
17154 2001-07-01 [paul]
17155
17156         * sync with sylpheed 0.5.0pre3 release
17157
17158 2001-06-30 [alfons]
17159
17160         * src/filesel.[ch]
17161         * src/compose.c
17162                 allow inserting / attaching multiple files in
17163                 the composer window
17164
17165 2001-06-30 [paul]
17166
17167         * src/codeconv.c
17168                 small change to Alfons' previous stuff so that it
17169                 actually makes
17170
17171 2001-06-30 [alfons]
17172
17173         * lots of files changed; first attempt to merge the changes
17174           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17175
17176 2001-06-30 [paul]
17177
17178         * po/pt_BR.po
17179                 updated and completed, translations by Fabio
17180                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17181
17182 2001-06-29 [alfons]
17183
17184         * src/compose.c
17185         * src/mimeproc.[ch]
17186                 allow selecting an attached files' mime type from a 
17187                 list of types.
17188
17189 2001-06-29 [paul]
17190
17191         * more sync with sylpheed 0.5.0pre3
17192
17193 2001-06-29 [paul]
17194
17195         * po/pt_BR.po
17196                 merge with sylpheed.pot and pt_BR.po provided by
17197                 Fabio Junior Beneditto.
17198
17199 2001-06-29 [darko]
17200
17201         * src/procmime.c
17202                 make MIME types case insensitive
17203
17204 2001-06-28 [alfons]
17205
17206         * po/nl.po
17207                 merge with sylpheed.pot and old nl.po; translations added.
17208
17209 2001-06-28 [paul]
17210
17211         * more sync with sylpheed 0.5.0pre3
17212
17213 2001-06-27 [alfons]
17214
17215         * src/summaryview.c
17216                 don't crash when removing parent node of messages
17217                 attracted by subject. this was caused by not deleting
17218                 the parent node from the subject line hash table.
17219
17220 2001-06-27 [alfons]
17221
17222         * src/summaryview.c
17223         * src/compose.[ch]
17224         * src/mainwindow.c
17225                 if there are multiple messages selected, allow forwarding
17226                 them as attachments.
17227
17228 2001-06-27 [paul]
17229
17230         * more sync with sylpheed 0.5.0pre3
17231
17232 2001-06-26 [paul]
17233
17234         0.5.0claws3
17235
17236         * sync with sylpheed 0.5.0pre3
17237
17238 2001-06-25 [paul]
17239
17240         * src/mainwindow.c
17241                 fixed 'compose news article' bug
17242                 from icon-and-text toolbar
17243
17244 2001-06-25 [paul]
17245
17246         * sync with sylpheed 0.5.0pre2 release
17247
17248 2001-06-24 [christoph]
17249
17250         * src/prefs_common.c
17251                 bug fix in font selection
17252         * src/folderview.c
17253                 use sylpheed's normal font instead of
17254                 gtk default font for folders without
17255                 new messages
17256
17257 2001-06-24 [alfons]
17258
17259         * src/mainwindow.[ch]
17260                 added composite compose mail / news button (an idea by Leandro
17261                 Pereira <leandro@linuxmag.com.br>)
17262
17263 2001-06-24 [paul]
17264
17265         Added instructions for ldif-to-xml.py
17266
17267         * tools/README
17268
17269 2001-06-23 [alfons]
17270
17271         Some minor things.
17272
17273         * src/pixmaps/stock_news_compose.xpm
17274                 added pixmap by Leandro
17275         * src/prefs_common.c
17276                 tested built-in spelling checker of GCC 3.0 :)
17277         * po/nl.po
17278                 merged dutch translation of sylpheed-main with
17279                 sylpheed.pot
17280
17281 2001-06-23 [paul]
17282
17283         Added tools directory and files.
17284
17285         * tools/filter_conv.pl
17286                 converts old filter system to new filtering system
17287         * tools/ldif-to-xml.py
17288                 converts netscape addressbook to sylpheed addressbook
17289         * tools/README
17290                 descriptions/instructions for above two files
17291
17292 2001-06-23 [christoph]
17293
17294         * src/inc.c
17295         * src/manage_window.[ch]
17296         * src/prefs_common.[ch]
17297                 mail retrieval dialog can be enabled, disabled
17298                 or hidden if non of sylpheed's windows is active
17299
17300 2001-06-22 [paul]
17301
17302         0.5.0claws2
17303
17304         * sync with sylpheed 0.5.0pre2
17305
17306 2001-06-21 [christoph]
17307
17308         * src/summaryview.c
17309                 show recipient on 'from' for all accounts
17310                 
17311         * src/inc.c
17312         * src/prefs_common.[ch]
17313                 disable error popup on mail receive errors
17314
17315 2001-06-21 [alfons]
17316
17317         * src/compose.c
17318                 made the ruler correctly appear and disappear.
17319
17320         * src/Makefile.am
17321                 removed Hoa's work-in-progress-stuff (interesting!) so 
17322                 claws compiles ok.
17323
17324 2001-06-20 [christoph]
17325
17326         * src/inc.c
17327         * src/progressdialog.c
17328                 added scrolled window for list in progressdialog
17329
17330 2001-06-20 [paul]
17331
17332         sync with sylpheed 0.5.0pre1 release
17333
17334 2001-06-20 [christoph]
17335
17336         * src/summeryview.c
17337                 make building threads by subject work when
17338                 thread view is enabled
17339                 
17340         * src/compose.c
17341         * src/prefs_common.[ch]
17342                 automatically select account for mail replys
17343
17344 2001-06-19 [sergey]
17345
17346         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17347         they are filled in from the account settings.
17348
17349 2001-06-19 [paul]
17350
17351         * more sync with sylpheed 0.5.0pre1
17352
17353 2001-06-18 [alfons]
17354
17355         * src/Makefile.am,
17356           src/procmime.c
17357                 added --sysconfdir to CPPFLAGS for pointing to the correct
17358                 location of mime.types. 
17359
17360                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17361                 or ./configure!
17362
17363 2001-06-18 [hoa]
17364
17365         * src/summaryview.c
17366                 fixed some bug when building threads
17367
17368 2001-06-18 [pau]l
17369
17370         * src/prefs_account.c
17371                 UI stuff: More changes to the English
17372
17373 2001-06-18 [paul]
17374
17375         * src/pixmaps/stock_news_compose.xpm: new file
17376         * src/Makefile.am
17377         * src/mainwindow.c
17378         * src/summaryview.c
17379                 Added new icon for Hoa's 'compose a news
17380                 message', plus minor improvements to the
17381                 English
17382
17383         * po/ja.po
17384         * ChangeLog
17385         * ChangeLog.jp
17386                 more sync with sylpheed 0.5.0pre1
17387
17388 2001-06-18 [hoa]
17389
17390         * src/compose.[ch]
17391         * src/mainwindow.c
17392                 Follow-up and reply to
17393
17394         * src/summaryview.[ch]
17395                 Build threads also with subjects
17396
17397 2001-06-17 [hoa]
17398
17399         * src/compose.c
17400                 forwarding use the current account.
17401
17402         * src/mainwindow.c
17403                 the "compose message" button has been replaced with
17404                 "new mail" and "new news" buttons
17405
17406         * src/prefs_common.[ch]
17407                 added a configuration option to use the forward button
17408                 as "forward as attachment"
17409                 changed reply and forward format description
17410
17411         * src/quote_fmt_lex.l
17412         * src/quote_fmt_parse.y
17413                 added message with no signature in format for reply
17414                 and forward.
17415
17416 2001-06-17 [paul]
17417
17418         Minor UI stuff
17419
17420         * src/mainwindow.c
17421         * src/summaryview.c
17422                 Improvements to the English
17423
17424         * src/prefs_common.c
17425                 Improvements to the English and some
17426                 clarity/continuity improvements in the
17427                 description of Quote symbols.
17428
17429 2001-06-17 [paul]
17430
17431         0.5.0claws1
17432
17433         * sync with sylpheed 0.5.0pre1
17434
17435 2001-06-17 [hoa]
17436
17437         * src/compose.c
17438                 Better interface for compose, displayed fields
17439                 are updated whenever we change account.
17440                 Newsgroups field is automatically filled.
17441
17442         * src/mainwindow.c
17443                 Newsgroups field is automatically filled.
17444
17445         * src/prefs_account.c
17446                 Some interface stuff when fields appear and
17447                 disappear.
17448
17449 2001-06-16 [paul]
17450
17451         0.4.99claws
17452
17453         * sync with sylpheed 0.4.99
17454
17455 2001-06-16 [sergey]
17456
17457         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17458         base64_decoder_free, base64_decoder_decode): new object and
17459         functions for decoding base64 streams.
17460         * src/procmime.c (procmime_decode_content): modified to use the
17461         new base64 decoder.
17462
17463 2001-06-15 [paul]
17464
17465         0.4.99claws10
17466
17467         * sync with sylpheed 0.4.99cvs11
17468
17469 2001-06-13 [paul]
17470
17471         0.4.99claws9
17472
17473         * sync with sylpheed 0.4.99cvs9
17474
17475 2001-06-13 [hoa]
17476
17477         * src/compose.c
17478         * src/prefs_account.c
17479
17480                 SMTP server can be defined in the news account
17481                 mime type of attachment are kept.
17482
17483         * src/summaryview.c
17484
17485                 now choose the highest important score between default
17486                 and important score of folder.
17487
17488 2001-06-09 [alfons]
17489         
17490         * src/prefs_common.c: 
17491
17492                 (prefs_quote_description_create): corrected description of 
17493                 quote format characters
17494
17495 2001-06-09 [paul]
17496
17497         0.4.99claws8
17498
17499         * sync with sylpheed 0.4.99cvs8
17500
17501 2001-06-08 [sergey]
17502
17503         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17504         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17505
17506 2001-06-08 [paul]
17507
17508         0.4.99claws7
17509
17510         * sync with sylpheed 0.4.99cvs7
17511
17512 2001-06-06 [sergey]
17513
17514         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17515         clashes with autogenerated header).
17516         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17517         * src/Makefile.am: added quote_fmt.h.
17518         * src/.cvsignore: added lex/yacc autogenerated files
17519         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17520
17521 2001-06-06 [paul]
17522
17523         0.4.99claws6
17524
17525         * sync with sylpheed 0.4.99cvs6
17526
17527 2001-06-06 [hoa]
17528
17529         * added src/quote_fmt_parse.h
17530         * src/compose.c
17531                 removed warnings
17532
17533         * src/prefs.[ch]
17534                 don't modify readonly configuration files
17535
17536         * src/prefs_account.c
17537         * src/prefs_common.c
17538         * src/prefs_customheader.c
17539         * src/prefs_display_header.c
17540         * src/prefs_filter.c
17541         * src/prefs_filtering.c
17542         * src/prefs_scoring.c
17543                 don't open dialog box when configuration files
17544                 are readonly
17545
17546 2001-06-05 [sergey]
17547
17548         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17549
17550         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17551         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17552         BUILT_SOURCES to make all files rebuild properly.
17553
17554         * src/compose.c: removed #include "quote_fmt.tab.h".
17555
17556         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17557         CHARACTER value in yylval.
17558
17559         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17560         receive CHARACTER value by documented means (yylval).
17561
17562         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17563
17564 2001-06-05 [hoa]
17565
17566         * src/Makefile.am
17567                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17568
17569         * src/filtering.c
17570         * src/matcher.c
17571         * src/matcher.h
17572         * src/prefs_filtering.c
17573                 now keep the configuration for execute action
17574
17575         * src/mbox_folder.c
17576                 fixed a warning
17577
17578 2001-06-05 [paul]
17579
17580         * sync with sylpheed 0.4.99cvs5
17581
17582 2001-06-05 [hoa]
17583
17584         * src/Makefile.am
17585                 added quote_fmt.[ch]
17586
17587         * added src/quote_fmt.y
17588         * added src/quote_fmt.l
17589         * added src/quote_fmt.tab.h
17590         * added src/quote_fmt.tab.c
17591         * added src/lex.quote_fmt.c
17592                 parsing configuration for replying
17593                 and forwarding
17594
17595         * src/prefs_common.[ch]
17596                 added configuration UI for replying
17597                 and forwarding
17598
17599         * src/compose.c
17600                 using configuration for replying
17601                 and forwarding
17602
17603 2001-06-04 [hoa]
17604
17605         * src/filtering.c
17606         * src/matcher.c
17607         * src/matcher.h
17608         * src/prefs_filtering.c
17609         * src/prefs_matcher.c
17610         * src/prefs_matcher.h
17611                 action "run a command" for filtering
17612                 and matching with a command.
17613                 fixed the "whole message" matching
17614
17615         * src/mbox_folder.c
17616                 changed temporary filename for security
17617
17618         * src/messageview.c
17619                 queue the notification if it fails to send.
17620
17621         * src/prefs_common.c
17622         * src/prefs_folder_item.c
17623                 changed the default important score             
17624
17625         * src/prefs_scoring.c
17626         * src/scoring.c
17627                 hide kill score input when the folder is not
17628                 a newsgroup
17629
17630 2001-06-03 [alfons]
17631
17632         * src/prefs_common.c:
17633
17634                 (prefs_font_select): pass font name in font entry box to font
17635                 selection dialog.
17636
17637 2001-06-03 [sergey]
17638
17639         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17640
17641 2001-06-03 [paul]
17642
17643         * sync with sylpheed 0.4.99cvs4
17644
17645 2001-06-03 [alfons]
17646
17647         * src/headerwindow.c:
17648
17649                 (headerwindow_show_cb): use the selected summary view item, not
17650                 the displayed item.
17651
17652 2001-06-02 [alfons]
17653
17654         * src/headerwindow.c:
17655
17656                 (headerwindow_show_cb): always try to show msginfo
17657
17658 2001-06-02 [hoa]
17659
17660         * src/compose.c
17661                 keep attached parts when reediting or forwarding.
17662
17663 2001-06-01 [hoa]
17664
17665         * src/folderview.c
17666         * src/prefs_folder_item.[ch]
17667         * src/prefs_scoring.[ch]
17668         * src/scoring.[ch]
17669         * src/summaryview.[ch]
17670         * src/main.c
17671         * src/mainwindow.c
17672         * src/prefs_common.[ch]
17673                 support for folder scoring
17674                 kill score and important score for messages
17675         
17676         * src/prefs_account.c
17677                 some display bug fixed for local account
17678                 preferences
17679
17680 2001-05-31 [alfons]
17681
17682         * src/summaryview.c:
17683
17684                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17685                 sender to address book menu item is disabled.
17686
17687 2001-05-30 [hoa]
17688
17689         * src/filtering.[ch]
17690         * src/summaryview.c
17691                 handling summary menu / filter messages
17692
17693         * src/folder.[ch]
17694                 add some stuff
17695
17696         * src/foldersel.c
17697                 imap folders now appears in list
17698
17699         * src/mbox_folder.c
17700                 doesn't crash if destination mail is not writeable
17701
17702 2001-05-29 [hoa]
17703
17704         * src/compose.c
17705                 removed some warnings
17706
17707         * src/filtering.c
17708         * src/folder.[ch]
17709         * src/prefs_filtering.c
17710                 global string to identify any folders           
17711                 removed some debug info
17712                 filtering to mbox folders is now possible
17713
17714         * src/mainwindow.c
17715                 removed some warnings
17716
17717         * src/mbox_folder.c
17718                 permission on files are changed to read/write for user only,
17719                 nothing for other.
17720                 creation of subfolder is handled better.
17721
17722 2001-05-28 [alfons]
17723
17724         Verified the sync for src/prefs_common.[ch] and
17725         src/prefs_account.[ch]. I believe there were some
17726         minor indentation differences.
17727
17728 2001-05-28 [paul]
17729
17730         0.4.99claws3
17731
17732         * sync with 0.4.99cvs3
17733
17734 2001-05-28 [hoa]
17735
17736         * src/compose.c
17737                 handling flags for mbox format
17738
17739         * src/filtering.c
17740                 use of mark file only for MH format
17741                 handling flags for mbox format
17742                 filtering cannot yet move or copy mails to mbox folders.
17743
17744         * src/folder.[ch]
17745                 changed move_msg, copy_msg,
17746                 move_msgs_with_dest, copy_msgs_with_dest functions
17747                 uses only folder->copy_msg() function
17748                 uses folder->finished_copy() to handle the destination
17749                 folder at the end of the copy or move operation.
17750
17751         * src/foldersel.c
17752                 included mbox directories.
17753
17754         * src/folderview.[ch]
17755         * src/mainwindow.c
17756                 handle folders operation for mbox format
17757
17758         * src/mbox.c
17759                 disable conversion of "From " header
17760
17761         * src/mbox_folder.[ch]
17762                 completion of mbox format handling
17763
17764         * src/mh.c
17765                 changed mh_copy_msg() function and
17766                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17767                 mh_copy_msgs_with_dest()
17768
17769         * src/prefs_filtering.c
17770                 removed some warnings
17771
17772         * src/prefs_matcher.c
17773                 default boolean operation is AND
17774
17775         * src/procheader.c
17776                 handling flags for mbox format
17777                 handling of "From " header
17778
17779         * src/procmsg.[ch]
17780                 removed data field
17781                 added MSG_REALLY_DELETED flags to handle deletion of
17782                 messages in mbox format.
17783
17784         * src/summaryview.c
17785                 handling flags for mbox format
17786                 disable the MSG_DELETED flags when messages
17787                 are deleted in mbox format
17788
17789         * src/textview.c
17790                 "From " headers display fixed.
17791
17792 2001-05-27 [alfons]
17793
17794         * src/textview.c:
17795                 
17796                 (get_email_part): skip quoted email addresses, like in e.g.
17797                 "'alfons@proteus.demon.nl'".
17798
17799 2001-05-26 [alfons]
17800
17801         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17802         and fixing the persistence troubles when using separate windows.
17803
17804         * src/mainwindow.c:
17805         
17806             Added #define SEPARATE_ACTION used in the gtk item factory for 
17807             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17808                 use gtk_item_factory_get_widget_by_action() to get the items.
17809                 
17810             Removed separate_widget_cb from the gtk item factory data   
17811           
17812             (mainwindow_create): connect separate_widget_cb() to check
17813             menu item "toggled" signal. also passing a MainWindow pointer
17814                 as object data for both check menu items.
17815                 
17816             (separate_widget_cb): definition of separate_widget_cb() to match
17817             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17818                 window using gtk_object_get_data(). The type of window separation 
17819                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17820         
17821         * src/prefs_filtering.c,
17822           src/prefs_matcher.c: added horizontal scrollbars
17823
17824 2001-05-25 [darko]
17825
17826         * src/headerview.c
17827                 fix segfault with invalid bold font
17828         * src/summaryview.c
17829                 correctly display summary stats after row is marked
17830
17831 2001-05-23 [sergey]
17832
17833         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17834         encodings with libjconv.
17835
17836 2001-05-23 [hoa]
17837
17838         * src/Makefile.am
17839                 added mbox_folder.[ch]
17840         * src/defs.h
17841                 mbox temporary folder
17842         * src/folder.[ch]
17843         * added src/mbox_folder.[ch]
17844         * src/folderview.c
17845         * src/procheader.[ch]
17846                 added mbox support
17847         * src/mbox.c
17848                 bugfix for file incorporation filtering
17849         * src/imap.c
17850                 enable creation of MBOX
17851         * src/prefs_display_header.c
17852                 enable use of headers like "From "
17853                 something that should be fixed :
17854                         displaying of such headers add an extra space
17855         * src/prefs_folder_item.c
17856                 don't create folders because it is not necessary
17857         * src/procmsg.h
17858                 added data field to MsgInfo for mbox internal use
17859         * src/summaryview.c
17860                 added some support for mbox
17861         * src/utils.[ch]
17862                 added get_mbox_cache_dir() function
17863
17864 2001-05-23 [hiroyuki]
17865
17866         * src/headerwindow.c
17867           src/inc.c
17868           src/main.c
17869           src/mh.c
17870           src/nntp.c
17871           src/procmsg.h
17872           src/session.h
17873           src/socket.[ch]
17874           src/summaryview.c
17875           src/textview.c
17876           src/automaton.c
17877           src/folderview.c: more sync with 0.4.99cvs2.
17878
17879         * src/headerwindow.c: reverted.
17880
17881 2001-05-22 [paul]
17882
17883         0.4.99claws2
17884
17885         * sync with sylpheed 0.4.99cvs2
17886                 * src/news.[ch]
17887                 * src/nntp.[ch]
17888                 * INSTALL
17889                 * INSTALL.jp
17890
17891 2001-05-22 [alfons]
17892
17893         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17894
17895 2001-05-21 [alfons]
17896
17897         Minor things:
17898
17899         * configure.in: if gnome-config not found, "no" is displayed
17900         
17901         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17902
17903         * src/textview.c: now also possible to add mail addresses by right
17904           clicking in the text view
17905
17906         * src/codeconv.c: merged patch which fixes endless loop when encountering
17907           invalid wide characters; from Alte <010@imis.ru>  
17908
17909 2001-05-20 [alfons]
17910
17911         Added installation of gnome specific things:
17912
17913         * Makefile.am: gnome conditional
17914
17915         * configure.in: check for installed gnome
17916
17917         * added sylpheed.png, sylpheed.desktop
17918
17919 2001-05-20 [sergey]
17920
17921         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17922
17923         * src/mainwindow.h (main_window_toolbar_create): created a button
17924         for "Reply to all".
17925         (main_window_set_toolbar_sensitive): enable/disable the new button
17926         appropriately.
17927         (toolbar_reply_to_author_cb): handle the new button.
17928
17929         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17930         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17931         failure).
17932
17933 2001-05-19 [sergey]
17934
17935         * src/compose.h (ComposeReplyMode): new modes
17936         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17937         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17938
17939         * src/compose.c
17940         (compose_send): move some code into a new function:
17941         (compose_current_mail_account): new function.
17942         (compose_reply): new argument to_author, all callers changed; if
17943         to_author==TRUE and account->protocol==A_NNTP, find and use an
17944         appropriate mail account for replying.
17945         (compose_reply_set_entry): new argument to_author; ignore
17946         compose->replyto if to_author==TRUE.
17947
17948         * src/mainwindow.c: new command "Message/Reply to author".
17949         (main_window_set_menu_sensitive): enable/disable it.
17950         (reply_cb): handle it.
17951
17952         * src/summaryview.c: new command "Reply to author".
17953         (summary_set_menu_sensitive): enable/disable it.
17954         (summary_reply_cb): handle it.
17955
17956         * src/account.c (account_find_mail_from_address): new function.
17957
17958 2001-05-18 [paul]
17959
17960         0.4.99claws1
17961
17962         * sync with sylpheed 0.4.99cvs1
17963
17964 2001-05-18 [hoa]
17965
17966         * src/compose.[ch]
17967         * src/filtering.c
17968         * src/summaryview.c
17969                 new filtering action : forward and forward as attachment
17970
17971         * src/main.c
17972                 no need for $DISPLAY when we run sylpheed --help
17973                 call to parse_cmd_opt() is moved
17974
17975         * src/mainwindow.[ch]
17976                 execute button is hidden when immediate execute
17977                 is chosen
17978
17979         * src/mh.c
17980         * src/news.c
17981         * src/prefs_folder_item.c
17982         * src/procmsg.c
17983                 better handling of missing directories
17984
17985         * src/summaryview.c
17986                 reedit is enabled in outbox
17987                 reedit is enabled in queue
17988
17989 2001-05-17 [hoa]
17990
17991         * src/filtering.c
17992         * src/matcher.[ch]
17993         * src/prefs_filtering.c
17994                 changed attachement into attachment
17995
17996 2001-05-17 [alfons]
17997
17998         0.4.67claws4    
17999
18000         * sync with sylpheed 0.4.67cvs9
18001         * sync with sylpheed 0.4.67cvs7-8
18002
18003 2001-05-17 [hoa]
18004
18005         * src/Makefile.am
18006                 added prefs_filtering.c
18007
18008         * src/filtering.[ch]
18009         * src/matcher.[ch]
18010                 removed action : forward_news and forward_news_as_attachement
18011                 (forward and forward_as_attachement can be used instead)
18012
18013         * src/mainwindow.c
18014                 added menu option to access filtering configuration
18015
18016         * src/prefs_account.c
18017                 changed mail_command default to /usr/sbin/sendmail
18018
18019         * added src/prefs_filtering.[ch]
18020                 dialog box for filtering configuration
18021
18022         * src/prefs_matcher.c
18023                 added function prefs_matcher_get_criteria_from_matching()
18024
18025         * src/prefs_scoring.c
18026                 reset the dialog when register or substitute is clicked
18027
18028 2001-05-15 [hoa]
18029
18030         * src/Makefile.am
18031                 added filtering.[ch]
18032         * src/inc.c
18033                 using filering.[ch] instead of filter.[ch]
18034         * src/main.c
18035                 reading new filtering configuration
18036         * src/matcher.[ch]
18037                 added some filtering actions
18038                 and fixed a bug for headers and mail body matching
18039         * src/mbox.c
18040                 using filering.[ch] instead of filter.[ch]
18041         * src/mh.c
18042                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18043         * src/summaryview.c
18044                 some fixes for filtering
18045
18046 2001-05-14 [hiroyuki]
18047
18048         * src/send.c: fixed some weird indentations.
18049           send_message_with_command(): call pclose() only if p != NULL.
18050         * src/textview.c: get_email_part(): modified the code for readability.
18051
18052 2001-05-14 [hiroyuki]
18053
18054         * src/md5global.h
18055           src/md5ify.c
18056           src/md5ify.h: removed from the cvs.
18057
18058 2001-05-13 [sergey]
18059
18060         * src/main.c: include rfc2015.h to avoid compiler warnings.
18061         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18062         the panel is already on screen.
18063         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18064         closing the alert window by ESC as "No".
18065         * src/prefs_common.c (prefs_interface_create): moved return
18066         receipt check button to the correct place.
18067
18068 2001-03-13 [alfons]
18069
18070         * src/prefs_common.c: 
18071                 moved return receipt check button to the Send tab. (prefs_send_create)
18072                 removed the date format ui related globals. (prefs_display_create)
18073
18074         0.4.67claws3
18075         
18076         * sync with sylpheed 0.4.67cvs5-6
18077
18078 2001-05-13 [paul]
18079
18080         * added Alfons' font selection patch
18081
18082         * src/defs.h
18083         * src/headerwindow.c
18084         * src/prefs_common.c
18085         * src/prefs_common.h
18086
18087 2001-05-13 [hoa]
18088         * src/defs.h
18089                 changed version of cache
18090         * src/matcher.[ch]
18091         * src/prefs_matcher.c
18092                 added additionnal matching criteria
18093         * src/procheader.c
18094         * src/procmsg.[ch]
18095         * src/news.c
18096                 added references in MsgInfo
18097
18098 2001-05-12 [hoa]
18099
18100         * src/defs.h
18101                 prepared some things for new filtering
18102         * src/matcher.[ch]
18103                 added some matching properties
18104                 inreplyto need to be enhanced
18105                 prepared some things for new filtering
18106         * src/messageview.c
18107                 added Return-Receipt-To handling
18108         * src/prefs_folder_item.c
18109                 changed default value to TRUE
18110         * src/prefs_matcher.c
18111                 added some matching properties
18112         * src/prefs_scoring.[ch]
18113                 the scoring dialog is finished
18114         * src/procheader.c
18115                 added Return-Receipt-To handling
18116                 Reference need to be added
18117         * src/procmsg.[ch]
18118                 added Return-Receipt-To handling
18119                 added threadscore to get a better score sorting when
18120                 threads are enabled
18121         * src/summaryview.c
18122                 suppressed a bug when we sort the list
18123                 when no folder is opened.
18124                 better score sorting when threads are enabled
18125
18126 2001-05-12 [alfons]
18127
18128         * reverted previous patch because of potential errors 
18129
18130         0.4.67claws2
18131         
18132         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18133                 applied "toggle mail-retrieval dialog window" patch submitted 
18134                 by Eric Limpens <eric@qnt.net>
18135
18136         * sync with sylpheed 0.4.67cvs4
18137
18138 2001-05-12 [sergey]
18139
18140         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18141         some picky compilers.
18142         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18143         * src/grouplist_dialog.c: include alertpanel.h.
18144         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18145         fix compile warning.
18146         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18147         #include "defs.h" before others to prevent the warning of `MIN'
18148         and `MAX' redefinition.
18149
18150 2001-05-11 [hoa]
18151
18152         * src/main.c
18153         * src/messageview.c
18154         * src/prefs_account.c
18155         * src/prefs_display_header.c
18156                 removed warning
18157         * src/Makefile.am
18158                 added prefs_scoring.[ch]
18159         * src/grouplist_dialog.c
18160                 display an error dialog box if the group list
18161                 cannot be fetched.
18162         * src/mainwindow.[ch]
18163                 added main_window_set_thread_option() function
18164                 scoring dialog box enabled
18165         * src/matcher.[ch]
18166                 added flags matching unread /new / marked
18167                 / deleted / replied / forwarded
18168         * src/news.c
18169                 newsgroups are now finally in newscache
18170         * src/prefs_matcher.[ch]
18171                 finished preferences for matching dialog
18172         * added src/prefs_scoring.[ch]
18173                 scoring dialog box completed
18174         * src/scoring.[ch]
18175                 conversion to string : added scoringprop_to_string()
18176                 write config for preferences :
18177                 added prefs_scoring_write_config()
18178         * src/summaryview.c
18179                 threads can be enabled/disabled independently
18180                 for each folder
18181
18182 2001-05-10 [alfons]
18183
18184         0.4.67claws1
18185         
18186         * AUTHORS: 
18187                 thought it would be nice to have a list of all
18188                 contributors (used Changelog as a reference)
18189         
18190         * configure.in: 
18191                 messed up version numbering...
18192
18193         0.4.66claws1
18194
18195         * sync with sylpheed 0.4.67cvs1-3
18196
18197 2001-05-10 [darko]
18198
18199         * src/prefs_common.c:
18200                 better UI for strftime format, double clicking
18201                 on format now inserts the format in text entry
18202                 replaced close button with standard OK/Cancel
18203                 moved date format button to the right of the
18204                 text entry field
18205
18206 2001-05-09 [alfons]
18207
18208         * src/gtkstext.c:
18209                 Ctrl-Home / Ctrl-End have proper cursor navigation
18210
18211 2001-05-09 [hoa]
18212
18213         * src/prefs_matcher.c
18214                 finished UI to define matching properties
18215                 added ok and cancel button
18216         * src/prefs_filter.c
18217                 added ok and cancel button
18218         * src/news.c
18219                 fixed some bug in xhdr parsing
18220
18221 2001-05-08 [alfons]
18222
18223         * src/textview.c: 
18224                 fixed a bug in textview_show_header(), which displayed two colons (':');
18225                 cleaned up some warnings
18226
18227 2001-05-08 [hoa]
18228
18229         * src/Makefile.am
18230                 added prefs_matcher.[ch]
18231                 compilation with -W -Wall
18232         * src/alertpanel.c
18233                 ungrab the mouse events if grabbed - does it
18234                 fix the bug for disposition notification ?
18235         * src/mainwindow.c
18236                 added a menu option to open the matching dialog.
18237         * src/matcher.[ch]
18238                 added matcherprop_to_string() and matcherlist_to_string()
18239                 fixed some bugs, changed the name of some options
18240                 age_sup and age_inf becomes age_greater and age_lower,
18241                 body and messageheaders becomes body_part and headers_part,
18242                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18243         * src/prefs_display_header.c
18244         * src/prefs_headers.c
18245                 fixed a bug that accidentally destroyed dialogs
18246                 when closed them with delete_event
18247                 Added *_deleted() which handle delete_event signal correctly.
18248         * src/prefs_folder_item.[ch]
18249                 added "enable_thread" field for future customization
18250         * added src/prefs_matcher.[ch]
18251                 sample of the UI to define matching properties
18252         * src/procheader.c
18253                 using procheader_headername_equal instead of str*cmp functions
18254                 using procheader_parse_header() function
18255         * src/scoring.c
18256                 using MATCHING_XXX instead of SCORING_XXX
18257         * src/summaryview.c
18258                 display the sender of the news even if this is ourself
18259                 when this is a news message.
18260         * src/textview.c
18261                 using headername_equal() instead of str*cmp functions
18262
18263 2001-05-08 [alfons]
18264
18265         0.4.66claws
18266
18267         * sync with sylpheed 0.4.66
18268         * src/gtkstext.c: trace logs added 
18269
18270 2001-05-08 [sergey]
18271
18272         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18273         signature check popup.
18274         * src/rfc2015.c (check_signature): show signature check popup only
18275         if it is enabled in preferences.
18276
18277 2001-05-07 [alfons]
18278
18279         0.4.66claws4
18280         
18281         * sync with sylpheed 0.4.66cvs6
18282
18283 2001-05-07 [darko]
18284
18285         * src/prefs_common.[ch]: added option to enable/disable
18286           looking up sender name in address book for summary pane
18287         * src/summaryview.c: look up sender in the address book
18288           by using Alfons' address completion code
18289
18290 2001-05-07 [hiroyuki]
18291
18292         * src/inc.h
18293           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18294           member of Pop3State.
18295         * src/news.c: brought #include "defs.h" before #include <glib.h>
18296           to prevent the warning of `MIN' and `MAX' redefinition.
18297
18298 2001-05-06 [hoa]
18299
18300         * removed src/headers_display.[ch]
18301         * removed src/prefs_display_headers.[ch]
18302         * src/inc.c
18303                 use a temporary file in the user directory for mbox import
18304         * src/news.c
18305                 added XHDR support to get "To" and "Cc" headers
18306                 (in order to match news with to or cc field for
18307                 scoring)
18308                 added function news_parse_xhdr() to get XHDR response
18309         * src/nntp.[ch]
18310                 added function nntp_xhdr()
18311         * src/matcher.c
18312                 fetch the message if necessary
18313
18314 2001-05-06 [alfons]
18315
18316         0.4.66claws3
18317
18318         * sync with sylpheed 0.4.66cvs3-5
18319
18320 2001-05-06 [hoa]
18321
18322         * src/utils.[ch]
18323                 added function itos_buf() to enable use of several buffers
18324         * src/summaryview.c
18325                 use of itos_buf() instead of itos() in summary list
18326                 to fix the broken display of message number.
18327
18328 2001-05-06 [alfons]
18329
18330         * src/gtkstext.c: bug in cursor up navigation fixed,
18331                 fixed another unsigned / signed comparison (we're getting there :-)
18332
18333 2001-05-06 [hoa]
18334
18335         * src/Makefile.am
18336                 added scoring.c scoring.h
18337                 prefs_folder_item.c prefs_folder_item.h
18338                 matcher.c matcher.h
18339         * src/defs.h
18340                 added FOLDERITEM_RC SCORING_RC
18341         * src/folder.[ch]
18342                 added prefs field in FolderItem :
18343                 properties for each folder (PrefsFolderItem),
18344                 sorting type and mode were added as the first properties.
18345         * src/main.c
18346                 read config for scoring
18347         * added src/matcher.[ch]
18348                 gives functions to parse configuration file to do
18349                 matching on mails with a list of conditions.
18350         * src/mainwindow.c
18351                 add option to sort by score
18352         * src/prefs_common.[ch]
18353                 added preference option to show score and for
18354                 the score column size
18355         * added src/prefs_folder_item.[ch]
18356                 properties for each folder (PrefsFolderItem),
18357                 sorting type and mode were added as the first properties.
18358         * src/procheader.[ch]
18359                 added procheader_parse_header()
18360                 added procheader_header_free()
18361                 added procheader_headername_equal()
18362                 and made modification to use them.
18363         * src/procmsg.[ch]
18364                 added score field to MsgInfo structure
18365         * added src/scoring.[ch]
18366                 gives functions to parse configuration file to do
18367                 scoring on mails with a list of conditions.
18368         * src/summaryview.[ch]
18369                 save the sorting type and mode for the folder
18370                 added column to display the score of the mail
18371                 added function summary_score_clicked()
18372                 sorting type and mode are restored to the folder
18373                 when it is reopen
18374         * src/textview.c
18375                 use procheader_parse_header(), procheader_headername_equal()
18376                 removed memory leak in text_scan_header when freeing headers
18377         * src/filter.c
18378                 changed the function to match names of headers
18379                 using procheader_headername_equal()
18380
18381         Scoring functions are implemented, an interface is needed
18382         to configure that.
18383
18384 2001-05-04 [alfons]
18385
18386         * src/gtkstext.c: 
18387                 hopefully fixed the row up navigation bug,
18388                 removed adding back / forward lines to cache
18389
18390 2001-05-04 [sergey]
18391
18392         * src/prefs_display_headers.c: user interface changes:
18393         (prefs_display_headers_create): remove unused "Show" check button;
18394         allow reordering of headers by dragging.
18395         (prefs_display_headers_write_config): remove unused variables.
18396         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18397         of lists (not needed with the new UI).
18398         (prefs_display_headers_set_list): scan lists starting from row 0,
18399         not 1 (do not skip "(New)").
18400         (prefs_display_headers_find_header): new function.
18401         (prefs_display_headers_clist_set_row): do not allow duplicates.
18402         (prefs_display_headers_delete_cb): do not skip row 0; treat
18403         closing the alert window by ESC as "No".
18404         (prefs_display_headers_up): do not protect row 0.
18405         (prefs_display_headers_down): do not protect row 0.
18406
18407 2001-05-04 [sergey]
18408
18409         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18410         functions.
18411
18412         * src/summaryview.c
18413         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18414         summary_select_next_marked, summary_select_prev_marked): new
18415         functions.
18416
18417 2001-05-03 [sergey]
18418
18419         * src/news.c: fixed a bug when no article can be fetched after
18420         server timeout if the connection was restored by news_post():
18421         (news_select_group): new function.
18422         (news_fetch_msg): call news_select_group() before fetching
18423         article.
18424         (news_get_uncached_articles): set session->group after successful
18425         GROUP command.
18426
18427 2001-05-03 [hoa]
18428
18429         * src/defs.h
18430         * src/procmsg.[ch]
18431         * src/procheader.c
18432                  changed version of cache, added cc field
18433
18434         * src/prefs_display_headers.c
18435                 the interface was changed
18436
18437         * src/prefs_headers.c
18438                 added cancel button
18439
18440 2001-05-03 [alfons]
18441
18442         * completed sync of sylpheed cvs2
18443         * src/gtkstext.c: updated row up / down cursor navigation
18444         * src/textview.c: re-edited, prepared for fixing the email address
18445                 scanner.
18446
18447 2001-05-03 [darko]
18448
18449         * src/prefs_common.c: use alfons' strftime ui code
18450         entry_datefmt and datefmt_sample widgets have to be
18451         global in this module because of this change
18452
18453 2001-05-03 [hoa]
18454
18455         * src/messageview.c
18456         * src/prefs_common.[ch] added option to activate the return receipt
18457                 feature.
18458
18459 2001-05-02 [alfons]
18460
18461         * src/gtkstext.c: fix for row up/down cursor navigation. 
18462
18463         0.4.66claws2
18464         
18465         * sync with 0.4.66cvs2
18466
18467 2001-05-02 [paul]
18468
18469         added add-sender-to-addressbook patch
18470
18471         * src/addressbook.c
18472         * src/addressbook.h
18473         * src/summaryview.c
18474
18475 2001-05-02 [sergey]
18476
18477         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18478         G_ALERTDISABLE.
18479
18480         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18481         all existing callers changed to pass FALSE; create a check button
18482         to disable the message.
18483         (alertpanel_message_with_disable): new function.
18484         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18485         (alertpanel_button_toggled): new function.
18486         (alertpanel_button_clicked, alertpanel_close): set value using
18487         G_ALERT_VALUE_MASK.
18488
18489         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18490
18491         * src/prefs_common.c (prefs_privacy_create): new check button
18492         checkbtn_gpgme_warning.
18493
18494         * src/main.c (main): moved preferences reading before gpgme
18495         initialization; check prefs_common.gpgme_warning before giving the
18496         GnuPG warning and set it to FALSE if the user wants to disable the
18497         warning.
18498
18499 2001-05-02 [hiroyuki]
18500
18501         * src/prefs_display_headers.c: modified the layout and some labels.
18502
18503 2001-05-02 [sergey]
18504
18505         * src/prefs_account.c (prefs_account_fix_size): new function.
18506         (prefs_account_create): call prefs_account_fix_size(); use
18507         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18508         size when the window is shown for the first time).
18509         (prefs_account_basic_create): changed layout of serv_table; moved
18510         localmbox_entry above smtpserv_entry (logically it replaces
18511         POP3/IMAP server).
18512         (prefs_account_protocol_activated): set sensitivity of
18513         nntpauth_chkbtn according to the protocol (in addition to
18514         hide/show); commented out gtk_table_set_row_spacing() calls.
18515         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18516         not sensitive (fixes a bug with disabled username/password boxes
18517         when editing POP3 account after NNTP with authentication).
18518
18519 2001-05-02 [hoa]
18520
18521         * src/account.c
18522         * src/inc.c
18523         * src/prefs_account.[ch]
18524         * src/send.c
18525                 removed local account without SMTP server
18526                 added option to use mail command instead of a connexion
18527                 to SMTP server when a local account is used
18528         * src/prefs_headers.c
18529                 fixed a bug
18530         * src/news.c
18531                 fixed a bug when connexion immediately closed
18532
18533 2001-05-01 [alfons]
18534
18535         0.4.66claws1
18536         
18537         * sync with 0.4.65
18538
18539 2001-05-01 [sergey]
18540
18541         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18542         widget nntpauth_chkbtn.
18543         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18544         visibility.
18545         (prefs_account_nntpauth_toggled): new function.
18546
18547         * src/news.c (news_session_new_for_folder): use NNTP
18548         authentication only if ac->use_nntp_auth is set.
18549
18550 2001-05-01 [hoa]
18551
18552         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18553         * src/prefs_display_headers.c changed the UI
18554         * src/prefs_headers.c changed account_name to account_id
18555         * src/compose.c using customheader.h
18556
18557 2001-05-01 [hiroyuki]
18558
18559         * src/esmtp.c
18560           src/news.c
18561           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18562           unsynched.
18563
18564 2001-05-01 [hoa]
18565
18566         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18567         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18568                 for displaying of headers
18569         * src/grouplist_dialog.[ch] minor changes to remove warnings
18570         * src/prefs_display_headers.[ch] dialog to choose the
18571         headers to display in the mail viewer.
18572         * src/headers.h correction of #define
18573         * src/headers_display.[ch] configuration for displaying of headers.
18574         * src/main.c read config of displaying of headers
18575         * src/prefs_common.c add a button to access the config dialog
18576                 for displaying of headers
18577         * src/prefs_display_headers.[ch] dialog for configuration for
18578                 displaying of the headers.
18579         * src/prefs_headers.c cleaning of code
18580         * src/procheader.c comments added to code
18581         * src/textview.c changes to reorder the headers depending
18582                 on the config for displaying of headers
18583
18584 2001-04-30 [alfons]
18585
18586         0.4.65claws7
18587
18588         * sync with 0.4.65cvs12
18589
18590         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18591
18592 2001-04-30 [sergey]
18593
18594         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18595
18596         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18597         is set to force reconnection after authentication failure.
18598         (nntp_gen_command): set sock->auth_failed on authentication
18599         failure, or if sock->userid and sock->passwd are not set.
18600
18601         * src/news.c (news_session_new_for_folder): set userid=NULL if
18602         password dialog is cancelled.
18603
18604 2001-04-30 [sergey]
18605
18606         * src/nntp.h (NNTPSockInfo): new type.
18607
18608         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18609         SockInfo.
18610         (nntp_open_auth, nntp_close): new functions.
18611         (nntp_gen_command): new function to handle authentication; all
18612         NNTP command functions updated to use it.
18613         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18614         (nntp_list): removed old useless code.
18615
18616         * src/news.h (NNTPSession): new field nntp_sock.
18617
18618         * src/news.c: all functions updated to use NNTPSockInfo instead of
18619         SockInfo.
18620         (news_session_new): new arguments (userid, passwd); made static;
18621         use nntp_open_auth() if needed.
18622         (news_session_destroy): use nntp_close() instead of sock_close().
18623         (news_query_password): changed arguments.
18624         (news_session_new_for_folder): new function.
18625         (news_session_get): use news_session_new_for_folder().
18626         (news_authenticate): deleted.
18627         (news_get_uncached_articles): removed old authentication code.
18628
18629 2001-04-30 [sergey]
18630
18631         * src/news.c: reverted my previous changes (need to do NNTP
18632         authentication in a cleaner way).
18633         
18634 2001-04-29 [sergey]
18635
18636         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18637         news_nntp_post, news_nntp_mode): new functions (wrappers with
18638         authentication support).
18639         (news_get_article_cmd, news_get_article, news_get_header): new
18640         argument "folder"; all callers changed.
18641         (news_get_article_cmd): added authentication support.
18642         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18643         (news_post): use news_nntp_post() instead of nntp_post().
18644         (news_get_uncached_articles): use news_nntp_group() instead of
18645         nntp_group() and news_nntp_xover() instead of nntp_xover();
18646         removed old authentication code.
18647         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18648
18649         * src/nntp.c (nntp_list): return real error code instead of
18650         hardcoded NN_ERROR.
18651
18652 2001-04-29 [sergey]
18653
18654         * configure.in: fixed wint_t typedef detection again
18655
18656 2001-04-28 [hoa]
18657
18658         * src/prefs_account.[ch], added A_LOCAL_CMD
18659                 (send mail with mail command)
18660         * src/send.c added function send_message_with_command()
18661         * src/inc.c made a more secure get_spool() function with
18662                 mktemp() but maybe mkstemp() or something more
18663                 secure can be used.
18664
18665 2001-04-28 [alfons]
18666
18667         * src/textview.c, colorization of email addresses in headers
18668
18669         0.4.65claws6
18670
18671         * bug sync with sylpheed
18672         * prefs_common.c: created date format ui for darko
18673         * sync with 0.4.65cvs11
18674         * configure.in: corrected to have the new gpg checks
18675
18676 2001-04-27 [alfons]
18677
18678         * completed sync with 0.4.65cvs10
18679         * minor debug things added to gtkstext.c
18680
18681 2001-04-27 [darko]
18682
18683         * configure.in: remove check for availability of
18684           strftime() as advised by Hiroyuki
18685         * src/prefs_common.[ch], src/procheader.c:
18686           synch strftime() code with Hiroyki's main branch
18687
18688 2001-04-26 [sergey]
18689
18690         * src/news.c: news_query_password(), news_authenticate(): new
18691           functions.
18692           news_get_uncached_articles(): added NNTP authentication
18693           handling.
18694         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18695           new functions.
18696         * src/prefs_account.c: prefs_account_protocol_activated():
18697           enable userid and password fields for NNTP.
18698
18699 2001-04-26
18700
18701         * configure.in: check for availability of strftime()
18702           [darko]
18703         * src/prefs_common.[ch], src/procheader.c: use
18704           strftime() for displaying date in summary pane if it
18705           is available
18706
18707 2001-04-25
18708
18709         * more .cvsignore cleanups [alfons]
18710
18711 2001-04-25
18712
18713         * ac/sv-check-type.m4: new autoconf macro.
18714         * configure.in: fixed wint_t typedef detection (did not work
18715           with gcc-2.96).
18716
18717 2001-04-25
18718
18719         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18720           [hiroyuki]
18721
18722 2001-04-24
18723         * modified gtkstext.c : buggy cursor navigation fixed, 
18724           and font descent also taken in account when drawing
18725           cursor. [alfons]
18726
18727 2001-04-24 [hoa]
18728         * added comments in src/news.c src/nntp.c
18729         * added src/prefs_headers.[ch]
18730         * added src/headers.[ch]
18731         * modified compose.c to activate custom headers
18732                 added function is_in_custom_headers
18733         * modified prefs_account.[ch]
18734                 added function prefs_account_customhdr_edit
18735         * modified src/defs.h :
18736                 added HEADERS_RC : name of the config file
18737                 for the custom headers
18738
18739 2001-04-24
18740
18741     0.4.65claws5
18742
18743         * configure.in
18744           src/gtkstext.[ch]
18745           src/compose.c
18746           src/Makefile.am
18747           
18748           added gtkstext with configure.in patch by Hiroyuki which
18749           should fix the XIM detection [alfons]
18750
18751         * more clean up of cvs [alfons]
18752
18753                  * removed all Makefile.in files to attic.
18754
18755                  * updated all .cvsignores to really ignore things that could
18756                    be unintentionally committed by a recursive commit.
18757
18758 2001-04-23 [hoa]
18759         * added src/grouplist_dialog.[ch]
18760         * changed src/folderview.c to call grouplist_dialog instead
18761                 of inputdialog
18762         * src/news.c :
18763                 added functions news_reset_group_list
18764                 and news_get_group_list
18765         * src/nntp.c :
18766                 added function nntp_list
18767         * src/defs.h :
18768                 added GROUPLIST_FILE : name of the newsgroup list cache file
18769
18770 2001-04-21
18771
18772         * added option to warn about queued messages on exit [sergey]:
18773
18774           * src/compose.c: compose_queue(): call folder_item_scan()
18775             and folderview_update_item() after queueing.
18776           * src/folderview.c: folderview_update_node(): draw the queue
18777             folder in bold font if there are queued messages.
18778           * src/mainwindow.c: queued_messages(): new function.
18779             app_exit_cb(): display warning if there are queued messages
18780             if warn_queued_on_exit is set.
18781           * prefs_common.[ch]: add warn_queued_on_exit option.
18782
18783         * enhanced GnuPG key selection support [sergey]:
18784
18785           * src/select-keys.c: updated to newer version from Win32
18786             branch with support for selecting arbitrary keys.
18787           * src/prefs_account.c: added the Privacy tab to the account
18788             options window.
18789             prefs_account_privacy_create(),
18790             prefs_account_sign_key_set_data_from_radiobtn(),
18791             prefs_account_sign_key_set_radiobtn(): new functions.
18792           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18793           * src/rfc2015.c: set_signers(): new function.
18794             pgp_sign(): add the account parameter, call set_signers().
18795             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18796           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18797           * src/compose.c: pass the current account to rfc2015_sign().
18798
18799         * tag name claws added to prevent confusion with main branch [alfons]
18800
18801         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18802
18803         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18804
18805         * sync with recent sylpheed cvs. Untested though. [alfons]
18806