added error reporting for inserting files, including invalid chars
[claws.git] / ChangeLog.claws
1 2003-10-13 [luke]       0.9.6claws21
2         * src/compose.c
3                 error reporting for inserting files, including catching
4                 invalid characters for current locale/encoding
5
6 2003-10-13 [paul]       0.9.6claws20
7
8         * src/folderview.c
9                 fix bug #347 'subscribe newsgroups crashes'
10
11 2003-10-13 [paul]       0.9.6claws19
12
13         * src/compose.c
14                 when using 'Reply to all' include the 'send replies
15                 to' folder property
16                 
17         * po/ja.po
18                 update Japanese translation. submitted by Rui Hirokawa 
19                 <rui_hirokawa@ybb.ne.jp>        
20
21 2003-10-13 [hoa]        0.9.6claws18
22
23         * src/account.c
24         * src/compose.c
25         * src/messageview.c
26         * src/procheader.c
27         * src/procheader.h
28                 rename get_header_from_msginfo() into
29                 procheader_get_header_from_msginfo() so that we have a
30                 coherent exported naming.
31                 avoid parsing of header contained in a string via
32                 a newly written temporary file.
33
34         Patch submitted by Simon 'corecode' Schubert
35                 <corecode@corecode.ath.cx>
36
37 2003-10-12 [hoa]        0.9.6claws17
38
39         * src/filtering.c
40         * src/filtering.h
41         * src/matcher.c
42         * src/matcher.h
43         * src/matcher_parser_parse.y
44         * src/prefs_filtering_action.c
45                 added "stop" action : stop applying the filtering rules.
46                 added "set score" and "increase/decrease score" actions.
47                 That two last action replace the "change_score" action
48                 introduced by alfons in 0.8.8claws85.
49                 "set score" is to set a given score to the message.
50                 "increase/decrease score" will increase or decrease the
51                 score if the given value is respectively positive or
52                 negative. If someone find a some better name for this last
53                 rule, it can be modified.
54
55 2003-10-12 [paul]       0.9.6claws16
56
57         * AUTHORS
58           po/ja.po
59                 update Japanese translation. submitted by Rui Hirokawa 
60                 <rui_hirokawa@ybb.ne.jp>
61
62 2003-10-12 [christoph]  0.9.6claws15
63
64         * src/procmime.c
65                 fix crash caused by incorrect headers
66
67 2003-10-10 [christoph]  0.9.6claws14
68
69         * src/main.c
70         * src/privacy.[ch]
71         * src/rfc2015.[ch]
72                 implement detection of signed message parts for rfc2015
73
74 2003-10-10 [thorsten]   0.9.6claws13
75
76         * src/mimeview.c
77                 fix typo
78
79 2003-10-10 [christoph]  0.9.6claws12
80
81         * src/stock_pixmap.[ch]
82         * src/pixmaps/mime_message.xpm                  ** NEW **
83                 add a new icon for mime type "message"
84
85         * src/privacy.[ch]
86         * src/procmime.[ch]
87                 add crypto api
88
89         * src/mimeview.c
90                 o use crypto api
91                 o add icons for message type mime parts
92
93 2003-10-10 [christoph]  0.9.6claws11
94
95         * src/mainwindow.c
96         * src/messageview.[ch]
97         * src/mimeview.[ch]
98         * src/procmime.[ch]
99         * src/procmsg.[ch]
100         * src/rfc2015.c
101         * src/summaryview.c
102         * src/textview.[ch]
103                 o remove switching between TextView and MimeView in MessageView
104                   (if required we can hide the icon box and the MimeView will
105                    look exaxtly like the TextView)
106                 o temporary remove signature and decrypting GPGME code
107
108 2003-10-09 [christoph]  0.9.6claws10
109
110         * src/action.c
111         * src/compose.c
112         * src/messageview.c
113         * src/mimeview.c
114         * src/procmime.[ch]
115         * src/procmsg.c
116         * src/rfc2015.c
117         * src/textview.c
118         * src/common/utils.[ch]
119         * src/plugins/clamav/clamav_plugin.c
120         * src/plugins/dillo_viewer/dillo_viewer.c
121         * src/plugins/image_viewer/viewer.c
122         * src/plugins/mathml_viewer/mathml_viewer.c
123                 new mime parser (several things need fixing)
124
125 2003-10-09 [paul]       0.9.6claws9
126
127         * src/imap.c
128                 a little more sync with 0.9.6cvs2 and a tidy up
129
130 2003-10-08 [paul]       0.9.6claws8
131
132         * sync with 0.9.6cvs2
133                 see ChangeLog 2003-10-03
134
135 2003-10-05 [christoph]  0.9.6claws7
136
137         * src/summaryview.c
138                 don't use flags to check if a message is in a news folder
139
140         (closes Bug 282 clicking on folder with copied Messages from News
141          immediately after having copied them crashes Sylpheed-Claws)
142
143 2003-10-05 [christoph]  0.9.6claws6
144
145         * src/Makefile.am
146         * src/progressdialog.[ch]               ** REMOVE **
147         * src/gtk/Makefile.am
148         * src/gtk/progressdialog.[ch]           ** NEW **
149                 move progressdialog to gtk directory
150
151 2003-10-04 [christoph]  0.9.6claws5
152
153         * src/prefs_toolbar.c
154         * src/gtk/prefswindow.c
155                 remove widget_show_all for pages root widget
156
157         * src/plugins/spamassassin/spamassassin.[ch]
158         * src/plugins/spamassassin/spamassassin_gtk.c
159         * src/plugins/spamassassin/spamassassin_gtk.glade
160                 add support for new libspamc transports
161
162 2003-10-04 [christoph]  0.9.6claws4
163
164         * src/plugins/spamassassin/libspamc.[ch]
165         * src/plugins/spamassassin/spamassassin.c
166         * src/plugins/spamassassin/utils.[ch]
167                 update libspamc to version from SpamAssassin 2.60
168
169 2003-10-03 [christoph]  0.9.6claws3
170
171         * src/send_message.c
172                 fix missing format string bug found by
173                 Georgi Guninski <guninski@guninski.com>
174
175 2003-10-03 [paul]       0.9.6claws2
176
177         * po/zh_CN.po
178                 update Simpilified Chinese translation, submitted by
179                 Hansom Young
180
181 2003-10-02 [christoph]  0.9.6claws1
182
183         * src/imap.c
184                 add UIDPLUS support for COPY and EXPUNGE
185
186 2003-10-02 [paul]       0.9.6claws
187
188         * 0.9.6claws released
189
190 2003-10-02 [paul]
191
192         * po/es.po
193           po/sk.po
194                 update Spanish and Slovak translations
195                 submitted by Ricardo Mones Lastra and Andrej Kacian
196  
197 2003-10-02 [paul]       0.9.5claws43
198
199         * po/en_GB.po
200                 update British English translation
201
202 2003-10-02 [paul]       0.9.5claws42
203
204         * po/hr.po
205                 update Croatian translation, submitted by Dragan
206
207 2003-10-01 [paul]       0.9.5claws41
208
209         * po/pl.po
210           po/sr.po
211                 update Polish and Serbian translations, submitted by
212                 Emil and Urke MMI
213
214 2003-10-01 [melvin]     0.9.5claws40
215
216         * po/fr.po
217                 Updated French translations
218
219 2003-10-01 [melvin]     0.9.5claws39
220
221         * src/prefs_fonts.c
222                 Fixed a Gtk warning
223
224         * src/plugins/dillo_prefs.c     
225                 Quasi unnoticeable UI clean-up.
226
227 2003-10-01 [paul]
228
229         * tools/README
230           tools/maildir2sylpheed.pl
231                 bug fixes, rewrites, submitted by Matthias Förste 
232                 <itsjustme@users.sourceforge.net>
233
234 2003-09-29 [paul]       0.9.5claws38
235
236         * src/inc.c
237                 fix my coding carelessness
238
239 2003-09-29 [paul]       0.9.5claws37
240
241         * po/POTFILES.in
242           src/Makefile.am
243           src/main.c
244           src/prefs_common.[ch]
245           src/prefs_fonts.[ch]  ** NEW FILES **
246                 move Font config options to Other Prefs/Display/Fonts
247                 (user's current configuration is preserved)
248
249 2003-09-29 [paul]       0.9.5claws36
250
251         * src/inc.c
252           src/prefs_account.c
253                 allow 'local_mbox' value to point to either a directory 
254                 (/var/mail -  default, new) or a file (/var/mail/username
255                 - original)
256
257 2003-09-28 [paul]       0.9.5claws35
258
259         * src/rfc2015.c
260                 on signature check, where key exists, print the
261                 Key ID
262
263 2003-09-27 [alfons]     0.9.5claws34
264
265         * src/action.c
266                 o make progress bar not fill/expand when resizing dialog
267                 o use default fixed text font for actions output
268
269 2003-09-27 [paul]       0.9.5claws33
270
271         * src/prefs_common.[ch]
272           src/procmsg.c
273           src/send_message.c
274                 remove External Program settings from Common Prefs/Send
275                 as they are now unnecessary due to Local account settings.
276                 plus a little tidying-up after 0.9.5claws31
277
278 2003-09-27 [paul]       0.9.5claws32
279
280         * src/prefs_account.c
281                 o make correction to gui text:
282                   'Local mailbox file' -> 'Local mailbox directory'
283                 o give 'local_mbox' option a reasonable default value:
284                   '/var/mail'
285                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
286                   value
287
288 2003-09-26 [paul]       0.9.5claws31
289
290         * src/inc.c
291           src/prefs_common.[ch]
292                 remove 'Incorporate from spool' common pref,
293                 force creation of a 'Local' account
294
295 2003-09-26 [christoph]  0.9.5claws30
296
297         * src/folder.c
298         * src/msgcache.c
299                 add more NULL pointer checks
300
301 2003-09-25 [christoph]  0.9.5claws29
302
303         * src/folder.c
304                 o don't fetch source message to get it's message id
305                 o immediately scan dest folder when copying a message did not
306                   return a new message number and not do it when the first message
307                   without a new message number is found
308
309 2003-09-23 [christoph]  0.9.5claws28
310
311         * src/compose.c
312                 fix generating of headers
313
314         (patch by David Relson <relson@osagesoftware.com>)
315
316 2003-09-23 [paul]       0.9.5claws27
317
318         * po/zh_CN.po
319                 update Simplified Chinese translation. submitted by
320                 Hansom Young
321
322 2003-09-23 [paul]       0.9.5claws26
323
324         * tools/Makefile.am
325           tools/README
326           tools/vcard2xml.py    ** NEW FILE **
327                 add a script that converts an evolution vcard to
328                 sylpheed's xml format
329                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
330
331 2003-09-22 [paul]       0.9.5claws25
332
333         * src/plugins/clamav/clamav_plugin.c
334                 don't skip MULTIPART parts
335
336 2003-09-21 [christoph]  0.9.5claws24
337
338         * src/alertpanel.c
339                 remove unneeded include
340
341         * src/folder.c
342                 clean up copy/move mess with duplicated code
343
344         * src/imap.c
345                 fix problem that sometimes the folder was not scanned
346                 also it was changed
347
348 2003-09-21 [christoph]  0.9.5claws23
349
350         * src/Makefile.am
351         * src/logwindow.[ch]                    ** REMOVE **
352         * src/mainwindow.c
353         * src/prefs_common.c
354         * src/gtk/Makefile.am
355         * src/gtk/logwindow.[ch]                ** ADD **
356                 make logwindow prefs_common independent and move
357                 it to gtk directory
358
359 2003-09-20 [christoph]  0.9.5claws22
360
361         * src/compose.c
362                 add extra space for address code conversion
363                 (4 * unconvered size could be too small for short headers)
364
365 2003-09-20 [christoph]  0.9.5claws21
366
367         * src/compose.c
368                 increase temp buffer size when writing headers
369
370 2003-09-19 [darko]      0.9.5claws20
371
372         * src/compose.c
373                 don't ignore value of 'Save copy of outgoing messages to
374                 this folder instead of Sent' in message redirect
375
376 2003-09-17 [christoph]  0.9.5claws19
377
378         * src/compose.c
379                 use ", " as address seperator for mail headers and pass whole
380                 header line at once to compose_convert_header to make sure
381                 it is correctly folded
382
383         (closes Bug 64 Problem when sending to many recipients)
384
385 2003-09-17 [hoa]        0.9.5claws18
386         
387         * src/matcher.[ch]
388           src/matcher_parser_parse.y
389           src/prefs_matcher.c
390                 changed the keyword used for command execution in condition
391                 keyword is changed from "execute" to "test"
392                 so that it is not the same as the one used for action.
393                 This will fix a bug when using filtering dialog.
394                 All semantic in the code is also changed to reflect
395                 the keyword change.
396
397 2003-09-17 [paul]
398         
399         * sync with 0.9.6 release
400
401 2003-09-17 [paul]       0.9.5claws17
402
403         * sync with 0.9.5cvs8
404                 see ChangeLog 2003-09-16 and 2003-09-17
405
406 2003-09-16 [paul]       0.9.5claws16
407
408         * sync with 0.9.5cvs6
409                 see ChangeLog 2003-09-16
410
411 2003-09-15 [paul]       0.9.5claws15
412
413         * sync with 0.9.5cvs5
414                 see ChangeLog 2003-09-15
415
416 2003-09-14 [alfons]     0.9.5claws14
417
418         * src/inc.c
419                 make "Go to inbox after receiving new mail" again;
420                 regression of a sync, restored to sylpheed main 
421                 behaviour. (misses still some bits)
422
423 2003-09-14 [alfons]     0.9.5claws13
424
425         * src/prefs_filtering_action.c
426                 o add proper message if empty execute command line
427                 o don't select first action item after registering a
428                   new action to prevent (what seems to be a GTK) bug
429                   #36, "filtering will only accept one action change 
430                   per invocation".
431
432 2003-09-14 [alfons]     0.9.5claws12
433
434         * src/prefs_filtering.c
435         * src/prefs_filtering_action.c
436         * src/prefs_matcher.c
437                 fix function signature for key_pressed_event signal handlers
438
439 2003-09-14 [alfons]     0.9.5claws11
440
441         * src/mainwindow.c
442                 fix regression caused by fix for invalid bug #7
443                 (should fix #246, "Multiple selections are deselected when 
444                 moving from search window to main window")
445                 
446 2003-09-14 [alfons]     0.9.5claws10
447         
448         * src/actions.[ch]
449         * src/filtering.[ch]
450         * src/prefs_actions.c
451                 allow `filtering actions` in actions; only for advanced users
452                 right now: try for example, "%as{mark color 2}" 
453         
454 2003-09-13 [paul]       0.9.5claws9
455         
456         * po/pl.po
457           po/zh_CN.po   ** NEW FILE **
458                 update Polish translation, submitted by Emil 
459                 <eminowbl@posejdon.wpk.p.lodz.pl>
460                 add new Simplified Chinese translation, submitted by
461                 Hansom Young <hansom_young@yahoo.com>
462
463 2003-09-12 [alfons]     0.9.5claws8
464
465         * src/summaryview.c
466                 don't open separate message views when View | Separate message view
467                 is active 
468                 (please look carefully for any navigation regressions)
469
470 2003-09-11 [alfons]     0.9.5claws7
471
472         * src/mainwindow.c
473                 make default message view, opened by View | Separate message 
474                 view, look like a claws message view (which includes a menu
475                 bar and a toolbar)
476                 (fixes bug #298, "message view loses tool bar") 
477
478 2003-09-11 [christoph]  0.9.5claws6
479
480         * src/folderview.c
481                 fix double deleting of newsgroup folders
482
483         (closes Bug 305 crash after deleting of a newsgroup)
484
485 2003-09-11 [paul]       0.9.5claws5
486
487         * src/rfc2015.c
488           src/common/utils.h
489                 more sync'ing from 0.9.5cvs2
490
491 2003-09-11 [christoph]  0.9.5claws4
492
493         * src/compose.c
494         * src/rfc2015.c
495         * src/common/utils.h
496                 fix sync with 0.9.5cvs2
497
498 2003-09-11 [paul]       0.9.5claws3
499
500         * sync with 0.9.5cvs4
501                 see ChangeLog 2003-09-11
502
503 2003-09-11 [paul]       0.9.5claws2
504
505         * sync with 0.9.5cvs2
506                 see ChangeLog 2003-09-05
507                 
508 2003-09-11 [paul]       0.9.5claws1
509
510         * sync with 0.9.5cvs3
511                 see ChangeLog 2003-09-10
512
513 2003-09-10 [paul]       0.9.5claws
514
515         * 0.9.5claws released
516
517 2003-09-10 [paul]       0.9.4claws78
518
519         * src/Makefile.am
520                 add missing files
521
522 2003-09-10 [melvin]     0.9.4claws77
523
524         * po/fr.po
525                 Updated French translations
526
527 2003-09-10 [paul]       0.9.4claws76
528
529         * po/es.po
530           po/sk.po
531           po/sr.po
532                 update Spanish, Slovak, and Serbian translations.
533                 submitted by Ricardo Mones Lastra, Andrej Kacian,
534                 and Urke MMI
535                 
536         * AUTHORS
537                 add translation team section
538
539 2003-09-09 [christoph]  0.9.4claws75
540
541         * src/folder.c
542                 free item->prefs in folder_item_destroy
543
544 2003-09-09 [alfons]     0.9.4claws74
545
546         * src/folderview.c
547                 o proper check for root node sorting
548                 o remove unnecessary gtk_ctree_remove_node 
549
550         (should fix bug #300, "crash while moving folder")      
551
552 2003-09-08 [christoph]  0.9.4claws73
553
554         * src/folderview.c
555                 o fix double adding of IMAP FolderItems to GtkCTree
556                 o fix crash then mbox folder is removed
557
558 2003-09-08 [christoph]  0.9.4claws72
559
560         * src/folder.c
561         * src/folderview.c
562         * src/mainwindow.c
563                 fix new folder notification
564
565         * src/mbox_folder.c
566                 fix cache path
567
568 2003-09-08 [christoph]  0.9.4claws71
569
570         * src/compose.c
571                 replace '\n' and '\r' before removing trailing spaces
572
573         * src/folder.[ch]
574         * src/folderview.c
575                 add information about new or removed items in folder tree change
576                 notification and use this in folderview to add and remove only
577                 the appected items and not refresh the whole tree
578
579 2003-09-07 [match]      0.9.4claws70
580
581         * src/Makefile.am
582         * src/addr_compl.c
583         * src/addressbook.c
584         * src/addressitem.h
585         * src/addrindex.c
586         * src/addritem.c
587         * src/addritem.h
588         * src/addrquery.c                       ** NEW **
589         * src/addrquery.h
590         * src/ldapquery.c
591         * src/ldapserver.c
592         * src/stock_pixmap.c
593         * src/stock_pixmap.h
594         * src/pixmaps/address_search.xpm        ** NEW **
595                 re-introduce Lookup button for LDAP 'static' searches.
596
597 2003-09-07 [alfons]     0.9.4claws69
598         
599         * src/summaryview.c
600                 abandon setting usize for messageview because it gives layout problems
601                 with the quick search bar and the headerview; fixes assorted UI glitches:
602                 
603                 o bug #148, "Toggling of quick-search bar reduces index view area" 
604                 o bug #280, "Window resiizes for line length but does not revert"
605
606 2003-09-07 [christoph]  0.9.4claws68
607
608         * src/compose.c
609                 o make sure we don't have any newlines in header values
610                 o check custom headers for spaces and newlines and ignore
611                   malformed header names
612
613 2003-09-06 [christoph]  0.9.4claws67
614
615         * src/folder.c
616         * src/folderview.c
617                 invoke notification hook for folder tree changes after append
618                 and remove folder
619
620         (closes Bug 294 Crash while moving folder with many subdirectories)
621
622 2003-09-06 [christoph]  0.9.4claws66
623
624         * src/folder.c
625                 destroy folder's MsgCache if FolderItem is removed to make sure
626                 it is not saved when the FolderItem is destroyed
627
628 2003-09-06 [christoph]  0.9.4claws65
629
630         * src/plugins/clamav/clamav_plugin.c
631                 fix copy & paste bug
632
633 2003-09-05 [christoph]  0.9.4claws64
634
635         * src/folder.c
636         * src/messageview.[ch]
637         * src/procmsg.[ch]
638         * src/summaryview.c
639                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
640                 by MessageView to clear it when the message is deleted. Should
641                 work even if messages are deleted in MainWindow or by
642                 processing.
643
644 2003-09-05 [alfons]     0.9.4claws63
645
646         * src/messageview.c
647                 deleting a message in a message view frees its msginfo, make 
648                 messageview_update_all() aware of that (should fix bug #293,
649                 "deleting message caused crash")
650
651 2003-09-05 [melvin]     0.9.4claws62
652
653         * src/action.c
654                 Improve synchronous action exit code (fixes 
655                 a ~5 seconds delay after action exit on RedHat 9)
656
657 2003-09-04 [christoph]  0.9.4claws61
658
659         * src/compose.c
660         * src/rfc2015.c
661         * src/common/utils.[ch]
662                 add util function to create mime boundary and use it
663                 in compose and gpg code
664
665 2003-09-04 [alfons]     0.9.4claws60
666
667         * src/folder.c
668                 source folder item's GNode should already have been freed in 
669                 a previous call to src->folder->klass->remove_folder()
670                 (should fix bug #287, "crash when moving folders")
671
672 2003-09-03 [thorsten]   0.9.4claws59
673
674         * src/plugins/spamassassin/spamassassin_gtk.c
675                 fix compile error
676
677 2003-09-03 [christoph]  0.9.4claws58
678
679         * src/plugins/spamassassin/spamassassin.[ch]
680         * src/plugins/spamassassin/spamassassin_gtk.c
681                 add timeout config option
682
683 2003-09-03 [paul]       0.9.4claws57
684
685         * po/sk.po      ** NEW FILE **
686                 add Slovak translation. Submitted by Andrej Kacian 
687                 <andrej@kacian.sk>
688
689 2003-09-03 [paul]       0.9.4claws56
690
691         * src/plugins/clamav/clamav_plugin_gtk.c
692                 gui tweaks: replace a label with a tooltip, modify the
693                 text, use gtk_check_button_new(); instead of
694                 gtk_check_button_new_with_label("");
695
696 2003-09-02 [alfons]     0.9.4claws55
697
698         * src/gtk/filesel.c
699                 remember last used dir when attaching multiple files (should fix
700                 bug #290, "Attach File does not remember directory")
701
702 2003-09-01 [paul]       0.9.4claws54
703
704         * po/es.po
705                 updated by Ricardo Mones Lastra
706
707 2003-09-01 [alfons]     0.9.4claws53
708
709         * src/gtk/gtkaspell.[ch]
710                 be pedantic and strict and use const gchar * instead of guchar *
711
712 2003-09-01 [alfons]     0.9.4claws52
713
714         * src/mainwindow.c
715         * src/summaryviewc.
716                 re-enable Save As when multiple messages are selected
717
718 2003-09-01 [paul]       0.9.4claws51
719
720         * src/textview.c
721                 g_free(trimmed_uri);
722
723 2003-09-01 [paul]       0.9.4claws50
724
725         * sync with 0.9.4cvs13
726                 see ChangeLog 2003-09-01
727
728 2003-09-01 [paul]       0.9.4claws49
729
730         * src/textview.c
731                 trim uri before sending to the statusbar
732                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
733                 in the message window causes main S-C window to enlarge 
734                 past screen edges'
735
736 2003-09-01 [paul]       0.9.4claws48
737
738         * sync with 0.9.4cvs12
739                 see ChangeLog 2003-09-01
740
741 2003-08-30 [christoph]  0.9.4claws47
742
743         * src/compose.c
744         * src/folder_item_prefs.[ch]
745         * src/prefs_folder_item.c
746         * src/gtk/gtkaspell.[ch]
747                 commit per folder dictionary patch by
748                 Paul Evans <nerd@freeuk.com>
749
750 2003-08-30 [christoph]  0.9.4claws46
751
752         * src/plugins/spamassassin/spamassassin_gtk.c
753         * src/plugins/spamassassin/spamassassin_gtk.glade
754                 reduce GUI clutter by placing hints into tooltips
755
756 2003-08-30 [paul]       0.9.4claws45
757
758         * src/compose.c
759                 add 'Content-Disposition: inline' to a text/plain
760                 part when using PGP/MIME signing
761
762 2003-08-30 [paul]       0.9.4claws44
763
764         * src/prefs_common.c
765           src/prefs_spelling.c
766           src/prefs_spelling.glade
767                 reduce GUI clutter by placing hints into tooltips
768
769 2003-08-29 [christoph]  0.9.4claws43
770
771         * configure.ac
772                 fix bug found by Ivan Rayner <ivanr@sgi.com>
773
774         * src/stock_pixmap.c
775                 change unecessary warning into a debug message
776
777         * src/plugins/clamav/Makefile.am
778                 Fix error "-I$(CLAMAV_LIBS)"
779
780 2003-08-29 [christoph]  0.9.4claws42
781
782         * intl/Makefile.in
783         * src/Makefile.am
784         * src/matcher.h
785         * src/common/Makefile.am
786         * src/common/passcrypt.c
787                 commit fixes and patches for some of the IRIX problems found by
788                 Ivan Rayner <ivanr@sgi.com>
789
790 2003-08-29 [paul]       0.9.4claws41
791
792         * src/prefs_filtering.c
793                 add 'Top' and 'Bottom' buttons, based on changes in
794                 src/prefs_filter.c in 0.9.4cvs11.
795
796 2003-08-27 [christoph]  0.9.4claws40
797
798         * src/folderview.c
799                 fix bug that the current summary settings were copied to the
800                 wrong folder item, when the folder item prefs are opened.
801                 Copying is not required because summary settings and
802                 folder_item_prefs do not contain the same settings
803
804 2003-08-27 [thorsten]   0.9.4claws39
805
806         * src/imap.c
807                 fix compile error
808
809 2003-08-26 [paul]       0.9.4claws38
810
811         * sync with 0.9.4cvs9
812                 see ChangeLog 2003-08-26
813
814 2003-08-25 [paul]       0.9.4claws37
815
816         * sync with 0.9.4cvs8
817                 see ChangeLog 2003-08-25
818
819 2003-08-24 [christoph]  0.9.4claws36
820
821         * src/prefs_filtering.c
822                 shouldn't remove items from a GSList while iterating over the
823                 list (makes cur invalid and cur->next not accessable)
824
825         (closes Bug 272 i deleted an folder and some seconds later sylpheed
826          crashed)
827
828 2003-08-23 [christoph]  0.9.4claws35
829
830         * src/news.c
831                 news folders should be scanned when opened
832
833 2003-08-22 [christoph]  0.9.4claws34
834
835         * src/prefs_folder_item.c
836                 use macro to assign strings that always frees the old string
837
838         * src/gtk/gtkaspell.[ch]
839                 add gtkaspell_set_dictionary_menu_active_item() to set active
840                 item in dictionary option menu
841
842         * src/prefs_spelling.c
843                 use gtkaspell_set_dictionary_menu_active_item() to select
844                 dictionary
845
846 2003-08-21 [christoph]  0.9.4claws33
847
848         * src/folder.[ch]
849         * src/imap.c
850         * src/mbox_folder.c
851         * src/mh.c
852         * src/news.c
853                 optimize folder system
854
855         * src/gtk/gtkstext.c
856                 fix division by zero when font has 0 width for ' '
857
858 2003-08-21 [paul]       0.9.4claws32
859
860         * sync with 0.9.4cvs7
861                 see ChangeLog 2003-08-20
862
863 2003-08-19 [paul]       0.9.4claws31
864
865         * src/common/defs.h
866                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
867                 SYLDOC_FAQ_HTML_INDEX.
868         * src/manual.c
869                 use LC_MESSAGES instead of LC_ALL to find the current
870                 language
871
872           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
873
874 2003-08-19 [paul]       0.9.4claws30
875
876         * po/bg.po
877                 updated by George Danchev
878
879 2003-08-18 [luke]       0.9.4claws29
880         * src/mimeview.[ch]
881         * src/gtk/gtkvscrollbutton.[ch]
882                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
883                   dependencies; do it the GTK way; reduce code -14/+2 lines)
884                 o removed horizontal separator between icons
885
886 2003-08-17 [christoph]  0.9.4claws28
887
888         * src/procmsg.c
889                 no subject threading when the subject has no reply prefix
890
891 2003-08-16 [christoph]  0.9.4claws27
892
893         * src/mainwindow.c
894                 remember and restore window sizes and position when the main
895                 window is hidden or shown
896
897         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
898          minimised/reopened using trayicon)
899
900 2003-08-16 [paul]       0.9.4claws26
901
902         * src/crash.c
903                 add #include "defs.h"
904
905 2003-08-16 [paul]       0.9.4claws25
906
907         * src/plugins/clamav/clamav_plugin.c
908                 reword a debug_print
909                 
910         * src/plugins/dillo_viewer/dillo_prefs.c
911                 cosmetic: change the labels' text, add tooltips, and
912                 left-align the hint
913
914 2003-08-15 [christoph]  0.9.4claws24
915
916         * src/news.c
917                 complete last change (forgot some changes)
918
919 2003-08-15 [christoph]  0.9.4claws23
920
921         * src/news.c
922                 o check number of messages and don't return a 0 message
923                   when no messages are available
924                 o don't parse xref header anymore
925
926         (closes Bug 203 I'm not getting any news)
927
928 2003-08-15 [paul]       0.9.4claws22
929
930         * src/common/defs.h
931           src/crash.c
932                 update and define claws bugzilla location
933
934 2003-08-15 [paul]       0.9.4claws21
935
936         * po/ru.po
937                 update submitted by Ruslan N. Balkin
938
939 2003-08-14 [christoph]  0.9.4claws20
940
941         * src/procmsg.c
942                 fix search for oldest node in subject threading
943
944 2003-08-14 [christoph]  0.9.4claws19
945
946         * src/procmsg.c
947         * src/common/utils.h
948                 add possibility to check all nodes with the same subject for
949                 subject threading, not only the oldest node. Should not break
950                 threads anymore if the oldest node is thread_by_subject_max_age
951                 days older then parent, because it can now find a child of
952                 oldest node as new parent.
953
954 2003-08-11 [christoph]  0.9.4claws18
955
956         * src/plugins/spamassassin/spamassassin.c
957                 run spam check in background process
958
959 2003-08-10 [alfons]     0.9.4claws17
960
961         * src/summaryview.c
962                 make `Select All' sensitive too
963
964 2003-08-10 [christoph]  0.9.4claws16
965
966         * src/imap.c
967                 add more checks in imap_close
968
969 2003-08-09 [alfons]     0.9.4claws15
970
971         * src/prefs_spelling.c
972                 no spell checking UI if not requested
973
974 2003-08-09 [alfons]     0.9.4claws14
975
976         * src/gtk/prefswindow.c
977                 make it compile
978
979 2003-08-09 [christoph]  0.9.4claws13
980
981         * src/prefs_spelling.c
982         * src/gtk/prefswindow.[ch]
983         * src/plugins/clamav/clamav_plugin_gtk.c
984         * src/plugins/spamassassin/spamassassin_gtk.c
985                 sort prefs pages by heighest weight in tree
986
987 2003-08-09 [paul]       0.9.4claws12
988
989         * sync with 0.9.4cvs6
990                 see ChangeLog 2003-08-07
991                 
992         * AUTHORS
993                 add Leandro and Luke to claws-branch section
994
995 2003-08-09 [christoph]  0.9.4claws11
996
997         * src/gtk/Makefile.am
998         * src/gtk/colorsel.[ch]                 ** NEW **
999                 create a color selection dialog that can be used as a simple
1000                 function call with it's own gtk main loop like filesel.[ch]
1001
1002         * src/Makefile.am
1003         * src/main.c
1004         * src/prefs_common.c
1005         * src/prefs_spelling.[ch]               ** NEW **
1006         * src/prefs_spelling.glade              ** NEW **
1007         * src/gtk/gtkutils.[ch]
1008                 move "Spell Checker" prefs to new prefs dialog
1009
1010         * src/prefs_folder_item.c
1011                 use new colorsel dialog
1012
1013 2003-08-08 [paul]       0.9.4claws10
1014
1015         * src/inc.c
1016                 clear the progress bar unconditionally
1017
1018 2003-08-08 [paul]       0.9.4claws9
1019
1020         * sync with 0.9.4cvs4
1021                 see ChangeLog 2003-07-31
1022
1023 2003-08-07 [christoph]  0.9.4claws8
1024
1025         * configure.ac
1026                 fix bug in image viewer plugin part
1027
1028         * src/imap.c
1029                 don't execute close command if the folder item is not selected
1030
1031 2003-08-07 [hoa]        0.9.4claws7
1032
1033         * src/filtering.[ch]
1034         * src/matcher_parser.h
1035         * src/matcher_parser_parse.y
1036                 can define several actions for each filtering rule
1037                 can import old versions of filtering rules
1038
1039         * src/prefs_filtering.c
1040                 call to a new dialog box to define actions
1041
1042         * src/prefs_filtering_action.[ch]
1043                 dialog box to define actions for filtering rules
1044
1045 2003-08-06 [christoph]  0.9.4claws6
1046
1047         * src/imap.c
1048                 make sure source folder is selected when copying messages
1049
1050 2003-08-06 [christoph]  0.9.4claws5
1051
1052         * sync with 0.9.4cvs2
1053                 see ChangeLog 2003-07-29                
1054
1055 2003-08-05 [paul]       0.9.4claws4
1056
1057         * sync with 0.9.4cvs3
1058                 see ChangeLog 2003-07-30
1059
1060 2003-08-04 [match]      0.9.4claws3
1061
1062         * po/POTFILES.in
1063                 export of LDIF files.
1064
1065 2003-08-04 [match]      0.9.4claws2
1066
1067         * src/ldif.[ch]
1068                 support for export LDIF. documented.
1069         * src/importldif.[ch]
1070         * src/exportldif.[ch]
1071                 add tooltips. documented.
1072         * src/exphtmldlg.[ch]
1073         * src/common/xmlprops.[ch]
1074                 documented.
1075         * src/exportldif.[ch]                   ** NEW **
1076         * src/expldifdlg.[ch]                   ** NEW **
1077         * src/addressbook.[ch]
1078         * src/Makefile.am
1079                 export of LDIF files.
1080                 documented.
1081
1082 2003-08-04 [christoph]  0.9.4claws1
1083
1084         * .cvsignore
1085         * Makefile.am
1086         * configure.ac
1087         * sylpheed-claws.pc.in                  ** NEW **
1088         * src/Makefile.am
1089         * src/common/Makefile.am
1090         * src/gtk/Makefile.am
1091                 install sylpheed header files in $(pkgincludedir) and create a
1092                 pkg-config file to allow building a plugin without the source
1093                 package
1094
1095 2003-08-04 [paul]       0.9.4claws
1096
1097         * version 0.9.4claws
1098
1099 2003-08-04 [paul]       0.9.3claws97
1100
1101         * po/es.po
1102                 update Spanish translation. Submitted by Ricardo
1103                 Mones Lastra.
1104
1105 2003-08-03 [paul]       0.9.3claws96
1106
1107         * po/hr.po
1108           po/sr.po
1109                 update Croatian and Serbian translations. Submitted by
1110                 Dragan and Urke MMI respectively
1111
1112 2003-08-03 [alfons]     0.9.3claws95
1113
1114         * src/summaryview.c
1115                 mark flag has precedence over important flag - seems
1116                 to have been changed in sync of 0.9.3claws45. this fixes
1117                 a regression where messages that were scored as important
1118                 don't show their mark flags. (using the same column for
1119                 both importance as mark flags is the real problem
1120                 ofcourse)
1121
1122 2003-08-03 [melvin]     0.9.3claws94
1123
1124         * po/fr.po
1125                 Updated French translations.
1126
1127 2003-08-03 [melvin]     0.9.3claws93
1128
1129         * src/Makefile.am
1130                 Fixed typo introduced after 0.9.3claws92 
1131                 that prevented compilation
1132                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1133                 CPPFLAGS and YFLAGS to allow user setting these.
1134         * src/common/Makefile.am
1135         * src/gtk/Makefile.am
1136         * src/plugins/clamav/Makefile.am
1137         * src/plugins/demo/Makefile.am
1138         * src/plugins/dillo_viewer/Makefile.am
1139         * src/plugins/image_viewer/Makefile.am
1140         * src/plugins/mathml_viewer/Makefile.am
1141         * src/plugins/spamassassin/Makefile.am
1142         * src/plugins/trayicon/Makefile.am
1143         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1144                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1145                 CPPFLAGS and YFLAGS to allow user setting these.
1146
1147 2003-08-02 [christoph]  0.9.3claws92
1148
1149         * configure.ac
1150                 o rearrange plugin tests
1151                 o add test for clamav.h to ClamAV tests
1152
1153 2003-08-02 [luke]       0.9.3claws91
1154
1155         * src/mimeview.c
1156                 o fixed appearance of icon list when toggling back from the 
1157                   ctree
1158                 o toggling of icons using the keyboard works correctly
1159                 o fixed all other keyboard shortcuts to work when icons are
1160                   active
1161         
1162         * src/messageview.c
1163                 o fixed bug 4 - focus lost when changing messageview view type
1164
1165 2003-08-02 [christoph]  0.9.3claws90
1166
1167         * src/common/hooks.c
1168                 fix crash when pointer stored in hash table could get invalid
1169                 when a plugin is unloaded
1170
1171 2003-08-01 [christoph]  0.9.3claws89
1172
1173         * configure.ac
1174                 o try to build all plugins (except spamassassin) by default
1175                 o don't build a plugin if a dependency check fails
1176
1177         * src/common/hooks.c
1178                 fix warning
1179
1180 2003-08-01 [match]      0.9.3claws88
1181
1182         * src/importldif.c
1183                 allow single click field selection. document code.
1184
1185 2003-08-01 [christoph]  0.9.3claws87
1186
1187         * src/plugins/clamav/clamav_plugin.c
1188         * src/plugins/clamav/clamav_plugin_gtk.c
1189         * src/plugins/dillo_viewer/dillo_viewer.c
1190         * src/plugins/image_viewer/plugin.c
1191         * src/plugins/mathml_viewer/mathml_viewer.c
1192         * src/plugins/spamassassin/spamassassin.c
1193         * src/plugins/spamassassin/spamassassin_gtk.c
1194         * src/plugins/trayicon/trayicon.c
1195                 add version check to all plugins
1196
1197 2003-08-01 [hoa]        0.9.3claws86
1198
1199         * src/prefs_filtering.c
1200                 fixed a cosmetic bug, during creation of dialog box,
1201                 wrong widgets were shown after creation.
1202
1203 2003-08-01 [luke]       0.9.3claws85
1204
1205         * src/mainwindow.c
1206                 o fixed visibility of icons/mimeview after toggling separate
1207                   message/folder view (factored out some similar code too).
1208
1209
1210 2003-07-31 [alfons]     0.9.3claws84
1211
1212         * src/mimeview.c
1213                 tweak icon box UI a bit more, now allowing right-clicks actions
1214                 getting the relevant mime data too; should fix #250, "Can't save 
1215                 attachments sometimes".
1216
1217 2003-07-30 [alfons]     0.9.3claws83
1218
1219         * src/compose.c
1220                 don't do auto-save-draft inside key press handler, but rather
1221                 schedule it half of a second later; should fix #67, "autosave 
1222                 make re-rediting message crazy"
1223
1224 2003-07-30 [christoph]  0.9.3claws82
1225
1226         * src/plugins/trayicon/trayicon.c
1227                 process pending events before unloading the plugin
1228
1229         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1230
1231 2003-07-30 [alfons]     0.9.3claws81
1232
1233         * src/common/hooks.c
1234                 parameter 2 of g_hook_destroy() should really be a hook id
1235
1236 2003-07-30 [alfons]     0.9.3claws80
1237
1238         * src/common/plugin.c
1239                 fix a possibly harmful function signature mismatch 
1240                 for plugin_done
1241
1242 2003-07-30 [alfons]     0.9.3claws79
1243
1244         * src/common/hooks[.ch]
1245                 const correctness
1246
1247 2003-07-30 [darko]      0.9.3claws78
1248
1249         * src/summaryview.c
1250                 make it compile again
1251
1252 2003-07-30 [luke]       0.9.3claws77
1253
1254         * src/crash.c
1255         * src/main.c
1256                 o added/moved signal handlers for SIGTERM (normal kill command) 
1257                   and SIGINT (ctl-c) to be used even without 
1258                   --enable-crash-dialog, fixing bug 166
1259
1260         * src/summaryview.c
1261                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1262                   bug 227
1263
1264         * src/mainwindow.c
1265                 o changed sensitivity condition for 'Next new' and 'Next 
1266                   unread', fixing bug 8
1267
1268 2003-07-29 [alfons]     0.9.3claws76
1269
1270         * src/common/utils.[ch]
1271                 add generate_msgid()
1272         * src/messageview.c
1273                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1274                 sent folder".
1275
1276 2003-07-29 [alfons]     0.9.3claws75
1277
1278         * src/messageview.c
1279                 fix a memleak (claws-only)
1280
1281 2003-07-29 [alfons]     0.9.3claws74
1282
1283         * src/mimeview.[ch]
1284         * src/gtk/gtkvscrollbutton.[ch]
1285                 fix UI glitch where mime icon toolbox' scroll position is not 
1286                 reset after switching to another message
1287                 
1288
1289 2003-07-29 [paul]       0.9.3claws73
1290
1291         * src/prefs_folder_item.c
1292                 split the prefs into 2 separate pages
1293
1294 2003-07-29 [paul]       0.9.3claws72
1295
1296         * src/compose.c
1297                 prepend "\n\n" to a signature without a separator too
1298
1299 2003-07-29 [paul]       0.9.3claws71
1300
1301         * src/compose.c
1302                 fix bug where changing to an account without an auto-sig
1303                 from an initial account without an auto-sig would insert 
1304                 2 blank lines at the cursor point
1305                 fix bug where changing to an account with an auto-sig
1306                 from an initial account without an auto-sig would insert
1307                 the sig at the cursor point
1308
1309 2003-07-29 [paul]       0.9.3claws70
1310
1311         * src/folderview.c
1312                 use the colour from the folder pref unless the folder
1313                 has new messages
1314
1315 2003-07-29 [alfons]     0.9.3claws69
1316
1317         * src/procmsg.[ch]
1318         * src/messageview.c
1319         * src/procheader.c
1320                 rewrite return receipt request work a little bit (the former 
1321                 implementation presumably depended too much on the UI setting
1322                 flags). (we're losing the old pending flag.) 
1323
1324 2003-07-28 [christoph]  0.9.3claws68
1325
1326         * src/folder.c
1327         * src/imap.c
1328         * src/mh.c
1329         * src/procmsg.[ch]
1330                 fix copy to IMAP folder from other folder
1331
1332 2003-07-28 [christoph]  0.9.3claws67
1333
1334         * src/procmsg.c
1335                 fix sync of procmsg_get_message_file_list
1336
1337 2003-07-28 [christoph]  0.9.3claws66
1338
1339         * sync with 0.9.3cvs14
1340                 see ChangeLog 2003-07-18
1341         * sync with 0.9.3cvs17
1342                 see ChangeLog 2003-07-23
1343
1344         (closes Bug 234 segmentation fault after sending out mail via
1345          smtp(auth))
1346
1347 2003-07-28 [paul]       0.9.3claws65
1348
1349         * po/es.po
1350                 update Spanish translation, submitted by Ricardo Mones
1351                 Lastra
1352
1353 2003-07-28 [christoph]  0.9.3claws64
1354
1355         * src/folder.[ch]
1356         * src/imap.c
1357         * src/mh.c
1358                 return new message numbers as a GRelation instead of a GSList
1359                 that has to be in the same order as the input list. A list
1360                 would make it hard for IMAP to optimize oepration by sorting
1361                 the input list. The returned list would have to be reordered
1362                 to match the same order that input list has.
1363
1364         * src/gtk/gtkaspell.c
1365                 fix missing return value, could cause a crash when garbage is
1366                 on the stack that is used as the expected return value
1367
1368 2003-07-28 [paul]       0.9.3claws63
1369
1370         * sync with 0.9.4cvs1
1371                 see ChangeLog 2003-07-28
1372
1373 2003-07-27 [alfons]     0.9.3claws62
1374
1375         * src/mimeview.c
1376                 tweak it more to make icon list act like a check button group
1377
1378 2003-07-27 [christoph]  0.9.3claws61
1379
1380         * sync with 0.9.3cvs20
1381                 see ChangeLog 2003-07-25
1382
1383 2003-07-27 [paul]       0.9.3claws60
1384
1385         * src/procmsg.c
1386                 re-commit changes from 0.9.3claws58 -
1387                 accidently removed in 0.9.3claws59
1388
1389 2003-07-27 [paul]       0.9.3claws59
1390
1391         * src/procmsg.[ch]
1392                 a sync from 0.9.3cvs17
1393                 see ChangeLog 2003-07-23
1394
1395 2003-07-27 [alfons]     0.9.3claws58
1396
1397         * src/procmsg.c
1398                 add missing header members to MsgInfo; fixes the problem of 
1399                 not displaying X-Faces, as noticed by Ricardo Mones
1400
1401 2003-07-26 [christoph]  0.9.3claws57
1402
1403         * sync with 0.9.3cvs18
1404                 see ChangeLog 2003-07-24
1405
1406 2003-07-26 [christoph]  0.9.3claws56
1407
1408         * sync with 0.9.3cvs17
1409                 see ChangeLog 2003-07-23
1410
1411 2003-07-26 [christoph]  0.9.3claws55
1412
1413         * src/folder.[ch]
1414         * src/imap.c
1415         * src/mbox_folder.c
1416         * src/mh.c
1417         * src/news.c
1418                 add support for copy function that copy multiple messages
1419                 (not implemented yet)
1420
1421         * src/summaryview.c
1422                 add missing return value
1423
1424 2003-07-26 [paul]       0.9.3claws54
1425
1426         * tools/multiwebsearch.pl
1427                 do whitespace substitution before passing the string
1428                 to the browser. fixes bug with browsers that don't
1429                 do whitespace conversion themselves.
1430
1431 2003-07-25 [christoph]  0.9.3claws53
1432
1433         * src/folder.[ch]
1434         * src/imap.c
1435         * src/mh.c
1436                 rewrite adding of multiple messages to a folder for
1437                 claws' folder system
1438
1439 2003-07-25 [luke]       0.9.3claws52
1440
1441         * src/mimeview.c
1442                 o icon toggles set correctly on leaving ctree mimeview
1443
1444 2003-07-25 [paul]       0.9.3claws51
1445
1446         * partial sync with 0.9.3cvs21 [src/main.c]
1447                 see ChangeLog 2003-07-25
1448
1449 2003-07-24 [paul]       0.9.3claws50
1450
1451         * tools/maildir2sylpheed.pl
1452                 fix typo
1453
1454 2003-07-24 [paul]       0.9.3claws49
1455
1456         * src/mimeview.c
1457                 increase the gutter size of paned so that the panes
1458                 can be resized
1459                 
1460         * src/plugins/demo/demo.c
1461                 squeeze in another typo fix
1462
1463 2003-07-24 [paul]       0.9.3claws48
1464
1465         * src/plugins/demo/demo.c
1466           src/prefs_account.c
1467                 small changes to the English
1468                 
1469         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1470           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1471           src/Makefile.am
1472           src/stock_pixmap.c
1473                 rename the misspelled icon
1474
1475 2003-07-23 [alfons]     0.9.3claws47
1476
1477         * src/mimeview.c
1478                 make icon list look like a list of toggles
1479
1480 2003-07-23 [luke]       0.9.3claws46
1481
1482         * src/pixmaps/mimeview_gpg_expired.xpm
1483         * src/pixmaps/mimeview_gpg_failed.xpm
1484         * src/pixmaps/mimeview_gpg_passed.xpm
1485         * src/pixmaps/mimeview_text_html.xpm
1486         * src/pixmaps/mimeview_image.xpm
1487                 o all icons the same size
1488
1489         * src/mimeview.[ch]
1490                 o mimeview ctree arranged vertically above the viewer
1491                 o icons changed to buttons
1492                 o can use keyboard to select an icon (Enter)
1493                 o resize icon list to width of icons
1494
1495         *  src/gtk/gtkvscrollbutton.c
1496                 o sensitivity of buttons reacts to position
1497
1498 2003-07-23 [christoph]  0.9.3claws45
1499
1500         * sync with 0.9.3cvs14 (incomplete)
1501                 see ChangeLog 2003-07-17
1502
1503 2003-07-23 [alfons]     0.9.3claws44
1504
1505         * src/folder.c
1506         * src/procmsg.h
1507                 sync with my local tree to restore some claws-only things
1508
1509 2003-07-23 [paul]       0.9.3claws43
1510
1511         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1512           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1513           src/Makefile.am
1514           src/mimeview.c
1515           src/procmime.h
1516           src/rfc2015.c
1517           src/stock_pixmap.[ch]
1518                 indicate missing keys and expired sigs/keys
1519                 in mime view column
1520
1521 2003-07-23 [paul]       0.9.3claws42
1522
1523         * src/compose.c
1524                 Redirect fixes: enable automatic account selection and
1525                 do not append signature to message on changing account
1526                 fixes Bug[s] #248
1527
1528 2003-07-23 [paul]       0.9.3claws41
1529
1530         * sync with 0.9.3cvs16
1531                 see ChangeLog 2003-07-23
1532
1533 2003-07-23 [alfons]     0.9.3claws40
1534
1535         * src/inc.c
1536                 give progress dialog a main window, and give it the first 
1537                 one (presumably the only one). fixes bug #247, "segfault on 
1538                 pop-before-smtp" 
1539
1540 2003-07-22 [alfons]     0.9.3claws39
1541
1542         * src/summaryview.c
1543                 shift-space scrolls up
1544
1545 2003-07-22 [paul]       0.9.3claws38
1546
1547         * sync with 0.9.3cvs15
1548                 see ChangeLog 2003-07-22
1549
1550 2003-07-20 [alfons]     0.9.3claws37
1551
1552         * src/compose.c
1553                 put menu inside #ifdef USE_ASPELL..#endif
1554
1555 2003-07-20 [christoph]  0.9.3claws36
1556
1557         * src/procmsg.c
1558                 fix wrong flags in MsgInfo returned by
1559                 procmsg_msginfo_get_full_info()
1560
1561         (closes Bug 221 Deleting messages from the Message View gives incorrect
1562          new/unread message counts in the folder view)
1563
1564         * src/plugins/spamassassin/spamassassin_gtk.c
1565                 add gettext macro for prefs page title
1566
1567 2003-07-20 [paul]       0.9.3claws35
1568
1569         * src/mimeview.c
1570                 redraw icon list on signature check
1571
1572 2003-07-20 [christoph]  0.9.3claws34
1573
1574         * src/Makefile.am
1575         * src/account.c
1576         * src/folder.[ch]
1577         * src/folder_item_prefs.[ch]            ** NEW **
1578         * src/folderview.c
1579         * src/mainwindow.c
1580         * src/mh.c
1581         * src/prefs_gtk.c
1582         * src/prefs_scoring.c
1583         * src/summaryview.c
1584         * src/prefs_folder_item.[ch]
1585                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1586                   Properties dialog
1587                 o use prefswindow for folder properties
1588
1589         * src/gtk/prefswindow.[ch]
1590                 change implementation to use an invisible notebook instead
1591                 of unparenting widgets
1592
1593 2003-07-20 [christoph]  0.9.3claws33
1594
1595         * src/compose.h
1596         * src/folder.c
1597         * src/folderview.h
1598         * src/headerview.h
1599         * src/prefs_filtering.h
1600         * src/prefs_folder_item.[ch]
1601         * src/procmime.h
1602         * src/procmsg.h
1603         * src/summaryview.h
1604                 clean up header mess
1605                 (always use 1. typedefs, 2. #includes, 3. structures)
1606
1607         * src/common/version.h.in
1608                 add casts for constants
1609
1610         * src/plugins/demo/demo.c
1611                 fix typo
1612
1613         * src/plugins/spamassassin/spamassassin.c
1614                 remove unused variable
1615
1616 2003-07-20 [alfons]     0.9.3claws32
1617
1618         * src/mimeview.c
1619                 o make icon buttons respond on left click
1620                 o minor cosmetic change
1621
1622 2003-07-19 [luke]       0.9.3claws31
1623
1624         * src/mimeview.[ch]
1625         * src/gtk/gtkvscrollbutton.c
1626         * src/messageview.c
1627                 o improved mimeview behaviour when selecting a new message
1628                 o plus code cleanups to remove compile warnings
1629
1630
1631 2003-07-19 [alfons]     0.9.3claws30
1632
1633         * src/procmsg.c
1634         * src/compose.c
1635         * src/common/utils.[ch]
1636                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1637
1638 2003-07-19 [alfons]     0.9.3claws29
1639
1640         * src/prefs_folder_item.c
1641                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1642                 string pointers
1643
1644 2003-07-19 [luke]       0.9.3claws28
1645
1646         * src/messageview.c
1647         * src/mimeview.[ch]
1648         * src/procmime.h
1649         * src/rfc2015.c
1650         * src/stock_pixmap.[ch]
1651         * src/gtk/Makefile.am
1652         * src/Makefile.am
1653         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1654         * src/pixmaps/mime_*.xpm                ** NEW **
1655                 o mimeview rearrangement with a new icon shortcut bar
1656
1657 2003-07-19 [alfons]     0.9.3claws27
1658
1659         * src/folderview.c
1660                 o plug leaking nodes_to_recollapse
1661                 o add folderview_recollapse_all_nodes() (not used yet)
1662
1663 2003-07-19 [alfons]     0.9.3claws26
1664
1665         * src/compose.c
1666         * src/common/utils.c
1667                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1668                 for both forwarding as replying
1669
1670 2003-07-18 [christoph]  0.9.3claws25
1671
1672         * configure.ac
1673         * src/common/sylpheed.[ch]
1674         * src/common/version.h.in
1675                 add version in numeric form to allow easy comparison
1676
1677         * src/plugins/demo/demo.c
1678                 add version check
1679                 - sylpheed version > plugin version => never allowed, sylpheed
1680                   could contain unknown API changes
1681                 - sylpheed version < minimum version required => don't load,
1682                   API required not available (if linking does not fail)
1683
1684 2003-07-18 [alfons]     0.9.3claws24
1685         
1686         * src/common/plugin.[ch]
1687                 const correctness
1688
1689 2003-07-18 [christoph]  0.9.3claws23
1690
1691         * src/common/hooks.c
1692                 fix crash when hooks where unregisted
1693
1694         * src/plugins/trayicon/trayicon.c
1695                 unregister detroy signal before destroying the widget
1696                 (still crashes when the plugin is unloaded)
1697
1698 2003-07-18 [alfons]     0.9.3claws22
1699         
1700         * src/folderview.c
1701                 delay expanding folder tree during drags until timeout triggered
1702                 (needs perhaps some tweaking, so testing is welcome)
1703
1704 2003-07-17 [alfons]     0.9.3claws21
1705
1706         * src/folderview.c
1707                 clean up cruft
1708
1709 2003-07-17 [christoph]  0.9.3claws20
1710
1711         * src/common/session.c
1712                 fix opening of SSL connections
1713
1714         * src/plugins/image_viewer/Makefile.am
1715                 add OPENSSL_CFLAGS (we should find a better solution to remove
1716                 this dependencies if they are not required)
1717
1718         * src/plugins/spamassassin/spamassassin.c
1719                 remove setlocale workaround (fixed in libspamc)
1720
1721         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1722          if spell checking enabled)
1723
1724 2003-07-17 [alfons]     0.9.3claws19
1725
1726         * src/common/hooks.[ch]
1727         * src/plugins/clamav/clamav_plugin.c
1728         * src/plugins/spamassassin/spamassassin.c
1729         * src/plugins/trayicon/trayicon.c
1730                 fix signedness muck 
1731
1732 2003-07-17 [alfons]     0.9.3claws18
1733
1734         * src/procmime.c
1735                 plug memleak
1736
1737 2003-07-17 [alfons]     0.9.3claws17
1738
1739         * src/inc.c
1740                 plug memleak
1741
1742 2003-07-17 [paul]       0.9.3claws16
1743
1744         * src/common/defs.h
1745           src/mainwindow.c
1746           src/manual.[ch]
1747                 add link to the Claws site's FAQ page, after the suggestion
1748                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1749                 Move url strings to defs.h
1750                 
1751         * src/mainwindow.c
1752                 fix typo to prevent "unknown menu entry" warnings
1753
1754 2003-07-17 [alfons]     0.9.3claws15
1755
1756         * src/folderview.[ch]
1757         * src/summaryview.[ch]
1758         * src/mimeview.[ch]
1759                 plug DnD leaks 
1760
1761 2003-07-17 [paul]       0.9.3claws14
1762
1763         * src/inc.c
1764                 remove two instances of 'GTK_EVENTS_FLUSH' because
1765                 they are unnecessary and probably cause a stack overflow
1766
1767 2003-07-16 [christoph]  0.9.3claws13
1768
1769         * src/mimeview.[ch]
1770                 use an invisible GTK notebook to switch between viewers
1771                 instead of reparenting widgets
1772
1773 2003-07-16 [christoph]  0.9.3claws12
1774
1775         * src/folder.c
1776                 move folder_item_update_freeze() to correct place in
1777                 folder_item_scan_full()
1778
1779 2003-07-16 [paul]       0.9.3claws11
1780
1781         * sync with 0.9.3cvs12
1782                 see ChangeLog 2003-07-14 and 2003-07-15
1783
1784 2003-07-16 [christoph]  0.9.3claws10
1785
1786         * src/imap.[ch]
1787         * src/prefs_account.[ch]
1788                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1789
1790 2003-07-15 [alfons]     0.9.3claws9
1791
1792         * src/main.c
1793                 make --config-dir do something useful
1794
1795 2003-07-15 [alfons]     0.9.3claws8
1796
1797         * src/procmsg.c
1798                 o fix a bug where 'last' didn't really point to the last message
1799                   in the top level list of children, but to the last threaded
1800                   message. 
1801                 
1802                 o clean up and make it easier to sync
1803
1804 2003-07-15 [alfons]     0.9.3claws7
1805
1806         * src/mainwindow.c
1807                 make correct menu items sensitive       
1808
1809 2003-07-14 [alfons]     0.9.3claws6
1810
1811         * src/procmsg.c
1812                 tune the threader so it will not subject-thread any message
1813                 without a subject prefix (this will not thread correctly if 
1814                 a parent is delivered after their childs, but it looks 
1815                 better right now)
1816
1817 2003-07-13 [christoph]  0.9.3claws5
1818
1819         * src/mainwindow.c
1820                 group "Add mailbox *..." menu items in submenu
1821
1822 2003-07-13 [alfons]     0.9.3claws4
1823
1824         * src/summaryview.c
1825                 correct summary_toggle_pressed() signature and make sure
1826                 signal is not passed on
1827
1828 2003-07-13 [alfons]     0.9.3claws3
1829
1830         * src/summaryview.c
1831                 o for now don't pass on keys when they we're handled by 
1832                   ctree::key_press_event
1833                 o clean up
1834
1835 2003-07-13 [alfons]     0.9.3claws2
1836         
1837         * src/main.c
1838                 add command line option "--config-dir" to get the current 
1839                 configuration dir
1840
1841 2003-07-12 [alfons]     0.9.3claws1
1842
1843         * src/matcher.[ch]
1844         * src/matcher_parser_parse.y
1845         * src/prefs_filtering.c
1846         * src/filtering.c
1847                 add "Lock" filter action to lock messages;
1848
1849         * src/filtering.c       
1850                 remove debug_print()    
1851         * src/prefs_filtering.c
1852                 re-organize matcher part 9: 
1853                 make action text entries easily extendible;
1854                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1855                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1856
1857 2003-07-12 [paul]
1858
1859         * tools/README
1860                 update old information and add missing
1861                 information
1862
1863 2003-07-12 [paul]       0.9.3claws
1864
1865         * 0.9.3claws released
1866         
1867 2003-07-12 [paul]       0.9.0claws103
1868
1869         * src/Makefile.am
1870                 add addrquery.h
1871
1872 2003-07-12 [melvin]     0.9.0claws102
1873
1874         * src/messageview.c
1875                 Fixed bug #215: Show MIME tab for single text/html messages. 
1876                 
1877 2003-07-12 [paul]       0.9.0claws101
1878
1879         * man/sylpheed.1
1880                 updated
1881
1882 2003-07-12 [paul]       0.9.0claws100
1883
1884         * po/es.po
1885           po/hr.po
1886           po/pl.po
1887           po/sr.po
1888                 update Spanish, Croatian, Polish, Serbian translations.
1889                 submitted by Ricardo Mones Lastra, Dragan, Witold
1890                 Wladyslaw Wojciech Wilk, Urke MMI
1891
1892 2003-07-12 [melvin]     0.9.0claws99
1893
1894         * po/fr.po
1895                 Updated French translations.
1896
1897 2003-07-12 [paul]       0.9.0claws98
1898
1899         * src/addressbook.c
1900                 disable 'Lookup' button as it has no effect
1901
1902 2003-07-11 [alfons]     0.9.0claws97
1903         
1904         * src/summaryview.c
1905                 summary_searchbar_pressed() should return TRUE to signal that
1906                 event was handled. when returning void, the return value passed
1907                 to GTK is actually random, but maybe FALSE, in which case the
1908                 event is handled by parent
1909                 
1910 2003-07-10 [paul]       0.9.0claws96
1911
1912         * ac/missing/gettext.m4
1913                 update to version 0.12
1914
1915 2003-07-10 [paul]       0.9.0claws95
1916
1917         * src/plugins/clamav/clamav_plugin.c
1918                 fix bug where multipart/alternative messages
1919                 would slip through without being scanned
1920
1921 2003-07-10 [christoph]  0.9.0claws94
1922
1923         * src/folder.c
1924                 correct check if folder supports removing when a message is
1925                 moved. if not the message is only copied.
1926
1927         (closes Bug 132 crash on startup in newsgroups folders)
1928
1929 2003-07-09 [alfons]     0.9.0claws93
1930
1931         * configure.ac
1932         * src/common/defs.h
1933                 --with-config-dir (default .sylpheed)
1934
1935 2003-07-09 [christoph]  0.9.0claws92
1936
1937         * configure.ac
1938                 use PKG_CHECK_MODULES to check for gtkmathview
1939                 (version 0.4.2 now required)
1940
1941 2003-07-08 [melvin]     0.9.0claws91
1942
1943         * src/action.c
1944                 Implemented a progress bar that counts the number of completed
1945                 tasks when the action runs more than one command.
1946
1947 2003-07-08 [alfons]     0.9.0claws90
1948
1949         * src/procmsg.c
1950                 if queued message has an invalid Message-Id, don't try to
1951                 find message it refers to (fixes #209 "crash when processing 
1952                 in folder")
1953
1954 2003-07-08 [paul]       0.9.0claws89
1955
1956         * sync with 0.9.3cvs2
1957                 see ChangeLog 2003-07-08
1958
1959 2003-07-08 [match]      0.9.0claws88
1960
1961         * src/ldapctrl.c
1962                 extend LDAP search for first/last name by parsing search term.
1963
1964 2003-07-08 [alfons]     0.9.0claws87
1965
1966         * src/send_message.c
1967                 fix bug #208 "Status message stuck when sending on POP3 account"
1968
1969 2003-07-07 [paul]       0.9.0claws86
1970
1971         * po/hr.po
1972                 new Croatian translation, submitted by
1973                 Dragan <drleskov@inet.hr>
1974
1975 2003-07-07 [paul]       0.9.0claws85
1976
1977         * sync with 0.9.3cvs1
1978                 see ChangeLog 2003-07-07
1979
1980 2003-07-05 [christoph]  0.9.0claws84
1981
1982         * src/Makefile.am
1983         * src/messageview.c
1984         * src/mimeview.[ch]
1985         * src/stock_pixmap.[ch]
1986         * src/pixmaps/messageview_text.xpm              ** NEW **
1987                 move mimeview tabs to the right side and use icons
1988                 instead of text to save some space
1989
1990         (patch by Luke Plant <lukeplant@softhome.net>)
1991
1992 2003-07-05 [christoph]  0.9.0claws83
1993
1994         * src/inc.c
1995                 add NULL pointer checks
1996
1997         (patch by Luke Plant <lukeplant@softhome.net>)
1998         (closes Bug 204 0.9.0 quits on authentication error?!)
1999
2000 2003-07-05 [alfons]     0.9.0claws82
2001
2002         * configure.ac
2003                 take the clue in bug #202 "./configure script - 
2004                 'if test' comparison failure" reported by John Kristoff. 
2005
2006 2003-07-04 [christoph]  0.9.0claws81
2007
2008         * src/plugins/spamassassin/spamassassin.c
2009                 set timeout for spam check
2010
2011 2003-07-04 [christoph]  0.9.0claws80
2012
2013         * src/main.c
2014                 destroy all FolderItems when shutting down to
2015                 allow folders to clean up
2016
2017 2003-07-04 [melvin]     0.9.0claws79
2018
2019         * src/gtk/gtkaspell.c
2020                 Fixed bug #184 "Entering non-ascii character deletes
2021                 previous char if spell checking enabled": this makes
2022                 the spell checking in multibytes (e.g. UTF-8)locales work.
2023                 (Patch by Luke Plant).
2024                 
2025 2003-07-04 [christoph]  0.9.0claws78
2026
2027         * sync with 0.9.2cvs1
2028                 see ChangeLog 2003-06-10
2029
2030 2003-07-04 [paul]       0.9.0claws77
2031
2032         * sync with 0.9.3 release
2033                 see ChangeLog 2003-07-04
2034
2035 2003-07-03 [christoph]  0.9.0claws76
2036
2037         * src/folder.[ch]
2038         * src/imap.c
2039         * src/mbox_folder.c
2040         * src/mh.c
2041         * src/news.c
2042                 move folder_item_get_path() stuff into a folder virtual function
2043
2044         * src/procmsg.c
2045                 use folder_item_fetch_msg() to get message and do not contruct
2046                 the filename from path and number
2047
2048 2003-07-03 [paul]       0.9.0claws75
2049
2050         * sync with 0.9.2cvs12
2051                 see ChangeLog 2003-07-03
2052
2053 2003-07-02 [paul]       0.9.0claws74
2054
2055         * src/messageview.c
2056                 fix text-selection for replying
2057
2058 2003-07-02 [paul]       0.9.0claws73
2059
2060         * sync with 0.9.2cvs11
2061                 see ChangeLog 2003-07-02
2062
2063 2003-07-02 [paul]       0.9.0claws72
2064
2065         * src/procmsg.c
2066                 revert last commit because it breaks more
2067                 than it fixes
2068
2069 2003-07-02 [paul]       0.9.0claws71
2070
2071         * src/procmsg.c
2072                 fix thread by subject/sort by date
2073
2074 2003-07-01 [paul]       0.9.0claws70
2075
2076         * sync with 0.9.2cvs10
2077                 see ChangeLog 2003-07-01
2078
2079 2003-06-30 [paul]       0.9.0claws69
2080
2081         * sync with 0.9.2cvs9
2082                 see ChangeLog 2003-06-30
2083
2084 2003-06-28 [match]      0.9.0claws68
2085
2086         * src/addressbook.c
2087                 fix null ptr.
2088
2089 2003-06-27 [paul]       0.9.0claws67
2090
2091         * sync with 0.9.2cvs7
2092                 see ChangeLog 2003-06-27
2093
2094 2003-06-26 [christoph]  0.9.0claws66
2095
2096         * src/folder.c
2097                 freeze folder updates while a folder is scanned
2098
2099         (closes Bug 185 New message counter)
2100
2101 2003-06-26 [darko]      0.9.0claws65
2102
2103         * src/ldapserver.c
2104                 fix infinite loop when adding a new LDAP server
2105
2106 2003-06-26 [paul]       0.9.0claws64
2107
2108         * sync with 0.9.2cvs6
2109                 see ChangeLog 2003-06-26
2110
2111 2003-06-26 [paul]       0.9.0claws63
2112
2113         * sync with 0.9.2cvs5
2114                 see ChangeLog 2003-06-25 and 2003-06-26
2115
2116 2003-06-25 [match]      0.9.0claws62
2117
2118         * src/addr_compl.c
2119                 Fixed tab/backtab for dropped-down completion list to
2120                 move next/previous field. (close bug 147)
2121
2122 2003-06-25 [christoph]  0.9.0claws61
2123
2124         * src/addr_compl.[ch]
2125         * src/addrindex.[ch]
2126         * src/folderview.c
2127         * src/inc.c
2128         * src/news.c
2129         * src/summaryview.c
2130         * src/toolbar.c
2131                 fix warnings
2132
2133 2003-06-25 [leandro]    0.9.0claws60
2134
2135         * src/compose.c
2136                 o cleanups
2137                 o gray out "Message/Remove references" menu item if not
2138                   replying to a message
2139
2140 2003-06-24 [leandro]    0.9.0claws59
2141
2142         * src/compose.[ch]
2143                 o removed "Message/Create new thread" menu item
2144                 o added "Message/Remove references" menu item
2145                   (it's off by default and will not check anymore
2146                    if the subject changed)
2147
2148 2003-06-23 [alfons]     0.9.0claws58
2149
2150         * src/procmsg.c
2151                 try better grouping messages threaded by subject based on their age.
2152                 still not perfect - because the message tree is not sorted by date.  
2153
2154 2003-06-23 [thorsten]   0.9.0claws57
2155
2156         * src/pop.[ch]
2157                 added mail_receive_hook to allow modifications
2158                 directly after retrieval (e.g. adding headers).
2159
2160 2003-06-23 [paul]       0.9.0claws56
2161
2162         * src/sourcewindow.c
2163                  enable the use of Ctrl+A to select all text in
2164                  the sourcewindow
2165                  Patch submitted by Ivan Francolin Martinez
2166                  <ivanfm@users.sourceforge.net>
2167
2168 2003-06-22 [christoph]  0.9.0claws55
2169
2170         * src/folder.[ch]
2171                 o add notification hook for folder tree changes
2172                 o invoke hooks after folder tree scanning
2173
2174         * src/folderview.[ch]
2175                 register hook for folder tree changes that
2176                 updates the ctree
2177
2178         (there are more places that should be updated, like add, remove 
2179          or move folder)
2180
2181         (closes Bug 164 Crash on rebuild folder tree)
2182         (closes Bug 190 Crash on 'rebuilding folder tree')
2183
2184 2003-06-21 [leandro]    0.9.0claws54
2185
2186         * src/compose.[ch]
2187                 create a new thread if subject changes
2188                 (it's on by default, can be disabled in Message menu)
2189
2190 2003-06-21 [alfons]     0.9.0claws53
2191
2192         * src/summaryview.c
2193                 quiet little compiler
2194
2195 2003-06-21 [christoph]  0.9.0claws52
2196
2197         update gettext stuff to version 0.12
2198
2199 2003-06-19 [alfons]     0.9.0claws51
2200
2201         * src/common/log.c
2202         * src/common/plugin.c
2203                 move defs.h before glib.h to prevent MIN/MAX redefs
2204
2205 2003-06-19 [alfons]
2206
2207         * src/addressbook.c
2208                 translatable
2209
2210 2003-06-19 [match]      0.9.0claws50
2211
2212         * src/addressbook.[ch]
2213         * src/addrindex.[ch]
2214         * src/addr_compl.[ch]
2215         * src/editldap.[ch]
2216         * src/editldap_basedn.[ch]
2217         * src/addritem.[ch]
2218         * src/ldapquery.h
2219                 re-implemented dynamic LDAP search. works without
2220                 slowdown on display sender with addressbook
2221                 option.
2222         * src/addrbook.c
2223                 documented code.
2224
2225 2003-06-19 [paul]       0.9.0claws49
2226
2227         * src/compose.c
2228                 fix Bug #136 'Nonprovided quotation marks crash claws'
2229                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2230
2231 2003-06-19 [alfons]     0.9.0claws48
2232
2233         * src/prefs_common.[ch]
2234         * src/procmsg.c
2235                 restrict threading by subject by checking thread for
2236                 age (prefs_common.thread_by_subject_max_age)
2237
2238 2003-06-18 [christoph]  0.9.0claws47
2239
2240         * src/imap.c
2241                 fix memory leak in imap_cmd_fetch()
2242
2243 2003-06-18 [christoph]  0.9.0claws46
2244
2245         * src/prefs_gtk.c
2246                 fix memory leak in prefs_set_default() when used multiple
2247                 times or after prefs have been read
2248
2249 2003-06-18 [christoph]  0.9.0claws45
2250
2251         * src/common/plugin.c
2252                 fix memory leak in plugin_unload()
2253
2254 2003-06-18 [christoph]  0.9.0claws44
2255
2256         * src/imap.c
2257                 fix memory leak in imap_cmd_ok()
2258
2259 2003-06-18 [christoph]  0.9.0claws43
2260
2261         * src/folder.c
2262                 stop messages that are downloaded from POP3 and added to
2263                 an IMAP inbox from being filtered twice (first by POP3
2264                 and again when IMAP folder is scaned to get the UID of
2265                 the APPEND operation when no UIDPLUS is available)
2266
2267 2003-06-18 [alfons]
2268
2269         * tools/Makefile.am
2270                 phoenix <- firebird     
2271
2272 2003-06-18 [paul]
2273
2274         * tools/launch_phoenix          ** REMOVED **
2275           tools/launch_firebird         ** NEW **
2276                 renamed and edited to reflect the browser's name change from
2277                 'phoenix' to 'firebird'
2278
2279 2003-06-18 [paul]       0.9.0claws42
2280
2281         * sync with 0.9.2cvs2
2282                 see ChangeLog 2003-06-16
2283
2284 2003-06-17 [alfons]     0.9.0claws41
2285
2286         * src/procmsg.c
2287                 prevent threading problems when a node is an ancestor (parent / great parent),
2288                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2289                 for finding an sample set of messages)
2290
2291 2003-06-16 [christoph]  0.9.0claws40
2292
2293         * src/main.c
2294                 don't popup main window on --receive or --receive-all
2295
2296         * src/mainwindow.[ch]
2297         * src/plugins/trayicon/trayicon.c
2298                 allow hiding of main window by clicking on the trayicon
2299                 (doesn't work correctly in seperate window mode and may
2300                  cause unexpected GTK problems I couldn't find yet)
2301
2302         * src/common/ssl.c
2303                 remove incorrect warning
2304
2305 2003-06-15 [alfons]     0.9.0claws39
2306
2307         * src/gtk/gtkstext.c
2308                 don't output debug text;
2309                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2310                 for pointing this out);
2311
2312 2003-06-14 [alfons]     0.9.0claws38
2313         
2314         * src/messageview.c
2315                 remove printf() and make one if..else comply with coding style
2316
2317 2003-06-14 [alfons]     0.9.0claws37
2318
2319         * AUTHORS
2320                 add Martin Wicke
2321         * src/action.c
2322         * src/messageview.[ch]
2323         * src/summaryview.c
2324                 apply patch #754162 "Quoting messages filtered by actions" submitted
2325                 by Martin Wicke, which allows quoting message body changed by an
2326                 action (Thanks!).
2327
2328 2003-06-13 [alfons]     0.9.0claws36
2329
2330         * src/utils.c
2331                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2332                 use case insensitive regexp (suggested by Ivan Martinez)
2333
2334 2003-06-13 [christoph]  0.9.0claws35
2335
2336         * configure.ac
2337         * src/plugins/trayicon/Makefile.am
2338         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2339         * src/plugins/trayicon/trayicon.c
2340         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2341         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2342         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2343         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2344         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2345         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2346                 replace my own EggTrayIcon backport with the backport
2347                 used by (l|x)mule and gabber.
2348
2349 2003-06-13 [alfons]     0.9.0claws34
2350
2351         * AUTHORS
2352         * src/common/utils.c
2353                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2354
2355 2003-06-13 [alfons]     0.9.0claws33
2356
2357         * src/compose.c
2358                 clean up a little bit
2359
2360 2003-06-12 [alfons]     0.9.0claws32
2361
2362         * src/compose.c
2363                 const correctness fix
2364
2365         * src/common/sylpheed.[ch]
2366                 () -> (void)
2367                 prevent redef MIN/MAX
2368                 
2369         * src/common/utils.[ch]
2370                 () -> (void)
2371
2372 2003-06-12 [melvin]     0.9.0claws31
2373
2374         * src/compose.c
2375                 Updated to take into accounts changes in GtkAspell.
2376
2377 2003-06-12 [alfons]     0.9.0claws30
2378
2379         * src/compose.c
2380         * src/procmsg.c
2381         * src/common/utils.[ch]
2382                 handle reply subject prefixes better (initial 
2383                 suggestion by Robert Story adapted and enhanced 
2384                 using regexps)
2385
2386 2003-06-12 [melvin]     0.9.0claws29
2387
2388         * src/compose.c
2389                 Use new gtkaspell_checkers_strerror() to get the speller's
2390                 error message instead of accessing the (now private)
2391                 checkers structure.
2392                 Minor code clean up
2393
2394         * src/main.c
2395                 Use #ifdef instead of #if for USE_ASPELL
2396                 Use the new spell checkers init/quit functions 
2397
2398         * src/gtk/gtkaspell.c
2399                 Use #ifdef instead of #if for USE_ASPELL
2400                 Moved in the majority of GtkAspell structures that were
2401                 exported before by gtkaspell.h
2402         
2403         * src/gtk/gktaspell.h
2404                 Made gtkaspell.h contain only the necessary data to be
2405                 publicized by moving many structures to gtkaspell.c.
2406                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2407                 gtkaspell_checkers_new(): replaced by...
2408                 gtkaspell_checkers_init(): new function for initialization
2409                 gtkaspell_checkers_delete(): replaced by...
2410                 gtkaspell_checkers_quit(): new function
2411                 gtkaspell_checkers_strerror(): new function that returns
2412                 the checker's last error message.
2413                 
2414 2003-06-11 [melvin]     0.9.0claws28
2415
2416         * po/POTFILES.in
2417                 Updated to take into account gtkaspell.c migration to
2418                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2419
2420 2003-06-10 [alfons]     0.9.0claws27
2421
2422         * src/filtering.[ch]
2423         * src/folder.c
2424         * src/matcher.c
2425         * src/scoring.[ch]
2426                 - try fixing bug #18 (any brave testers?)
2427                 - add more robustness by refusing previously 
2428                   unchecked NULL pointers 
2429
2430 2003-06-10 [alfons]     0.9.0claws26
2431
2432         * src/procmsg.c
2433                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2434
2435 2003-06-09 [alfons]     0.9.0claws25
2436
2437         * src/prefs_common.c
2438                 fix bug #163 "Icon switching doesnt work properly" by 
2439                 preventing early freeing of prefs_common.pixmap_theme_path.
2440
2441 2003-06-09 [christoph]  0.9.0claws24
2442
2443         * src/gtk/gtkaspell.c
2444                 revert Thorsten's fix and add forgotten g_strdup for
2445                 aspell path (it should not be possible to alter the path a
2446                 GtkASpell uses from outside)
2447
2448 2003-06-09 [thorsten]   0.9.0claws23
2449
2450         * src/gtk/gtkaspell.c
2451                 dont free prefs_common.aspell_path when closing compose
2452
2453 2003-06-08 [colin]      0.9.0claws22
2454
2455         * src/plugins/spamassassin/spamassassin.c
2456                 fix prefs types
2457
2458 2003-06-07 [christoph]  0.9.0claws21
2459
2460         * src/Makefile.am
2461         * src/compose.c
2462         * src/gtkaspell.[ch]            ** REMOVE **
2463         * src/gtk/Makefile.am
2464         * src/gtk/gtkaspell.[ch]        ** NEW **
2465                 o make gtkaspell independent from sylpheed's prefs
2466                 o move gtkaspell.[ch] to gtk directory
2467
2468 2003-06-07 [christoph]  0.9.0claws20
2469
2470         * src/Makefile.am
2471         * src/crash.c
2472         * src/export.c
2473         * src/filesel.[ch]              ** REMOVE **
2474         * src/folder.c
2475         * src/main.[ch]
2476         * src/common/sylpheed.[ch]
2477         * src/gtk/Makefile.am
2478         * src/gtk/filesel.[ch]          ** NEW **
2479         * src/gtk/pluginwindow.c
2480         * src/gtk/sslcertwindow.c
2481                 move filesel.[ch] to gtk directory
2482
2483 2003-06-07 [alfons]     0.9.0claws19
2484
2485         * src/filesel.c
2486                 make (multi) file selection dialog work again (Claws-only)
2487
2488 2003-06-07 [thorsten]   0.9.0claws18
2489
2490         * po/de.po
2491                 fix typos
2492
2493 2003-06-07 [alfons]     0.9.0claws17
2494
2495         * configure.ac
2496         * src/mimeview.c
2497                 detect apache mishap in which case don't include fnmatch.h
2498                 if regex.h is already included
2499
2500 2003-06-06 [christoph]  0.9.0claws16
2501
2502         * configure.ac
2503         * src/mimeview.h
2504                 add check for fnmatch.h and include it when available
2505
2506         * src/mimeview.[ch]
2507                 fix wrong case sensitivity of Content-Types
2508
2509         * src/gtk/Makefile.am
2510                 need the same include paths in gtk directory as in
2511                 common directory because .h files in common can
2512                 include files from these directories, when included
2513                 in gtk's .h or .c files
2514
2515 2003-06-06 [alfons]     0.9.0claws15
2516
2517         * src/mimeview.c
2518         * src/summaryview.c
2519                 make it compile again because of regex.h / fnmatch.h 
2520                 include problems (related to recent mime stuff, can
2521                 someone check this?)
2522
2523 2003-06-06 [thorsten]   0.9.0claws14
2524
2525         * src/folderview.c
2526                 possible use of uninitialized pointer while dragging
2527
2528 2003-06-06 [paul]       0.9.0claws13
2529
2530         * src/compose.c
2531                 fix bug where the insert sig button would be effective
2532                 only when auto_sig was set
2533
2534 2003-06-06 [paul]       0.9.0claws12
2535
2536         * sync with 0.9.2 release
2537
2538 2003-06-02 [paul]       0.9.0claws11
2539
2540         * sync with 0.9.1cvs1
2541                 see ChangeLog 2003-06-02
2542                 
2543         * po/de.po
2544                 update by Jens
2545
2546 2003-06-01 [christoph]  0.9.0claws10
2547
2548         * src/account.c
2549                 don't use substring search to find accounts by email address
2550
2551         (closes Bug 169 Overly loose matching of "From" address)
2552
2553 2003-05-31 [christoph]  0.9.0claws9
2554
2555         * doc-src/rfc2683.txt
2556         * src/imap.c
2557                 limit IMAP command length as recommended in RFC2683
2558                 (message number lists will be split into multiple imap
2559                 sets, the limit of 1000 octets is not a hard limit)
2560
2561         (closes Bug 161 sylpheed-claws exits with segfault when logging
2562          in to certain imap-servers)
2563
2564 2003-05-29 [alfons]     0.9.0claws8
2565
2566         * src/toolbar.[ch]
2567                 add print button (calling summary_print());
2568                 fine tune setting tooltip text;
2569                 (if someone needs other buttons, please take these 
2570                 commits as a guide, instead of bothering us - also
2571                 see 0.8.11claws150) 
2572
2573 2003-05-29 [darko]      0.9.0claws7
2574
2575         * src/compose.c
2576                 fix crash when word wrapping kicks in due to
2577                 changed text by spell checker
2578
2579 2003-05-29 [paul]       0.9.0claws6
2580
2581         * src/compose.c
2582                 fix bug where changing account would insert
2583                 sig even if auto_sig was FALSE
2584                 
2585         * ChangeLog
2586           ChangeLog.jp
2587           INSTALL
2588                 sync with 0.9.1 release
2589
2590 2003-05-28 [christoph]  0.9.0claws5
2591
2592         * src/imap.c
2593                 fix truncation of too long commands
2594
2595         (closes Bug 167 IMAP hangs trying to get envelope
2596          information in imap_get_uncached_messages)
2597
2598 2003-05-27 [paul]       0.9.0claws4
2599
2600         * tools/Makefile.am
2601           tools/maildir2sylpheed.pl     ** NEW FILE **
2602                 add kmail to sylpheed mailbox conversion script
2603
2604 2003-05-27 [paul]       0.9.0claws3
2605
2606         * sync with 0.9.0cvs10
2607                 see ChangeLog 2003-05-26
2608
2609 2003-05-26 [paul]       0.9.0claws2
2610
2611         * sync with 0.9.0cvs9
2612                 see ChangeLog 2003-05-26
2613
2614 2003-05-24 [paul]       0.9.0claws1
2615
2616         * sync with 0.9.0cvs8
2617                 see ChangeLog 2003-05-23
2618
2619 2003-05-24 [paul]       0.9.0claws
2620
2621         * version 0.9.0claws released
2622
2623 2003-05-24 [paul]       0.8.11claws177
2624
2625         * src/plugins/dillo-viewer/Makefile.am
2626           src/plugins/traycon/Makefile.am
2627                 add missing files
2628                 
2629         * po/bg.po
2630           po/en_GB.po
2631           po/es.po
2632           po/it.po
2633           po/pt_BR.po
2634           po/ru.po
2635           po/sr.po
2636                 update Bulgarian, British English, Spanish, Italian, 
2637                 Brazilian Portuguese, Russian, and Serbian translations, 
2638                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2639                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2640                 Ruslan N. Balkin, and Urke MMI
2641
2642 2003-05-23 [melvin]     0.8.11claws176
2643
2644         * po/fr.po
2645                 Updated French translations
2646
2647 2003-05-22 [paul]       0.8.11claws175
2648
2649         * src/Makefile.am
2650           src/addrbook.[ch]
2651           src/addrcache.[ch]
2652           src/addr_compl.[ch]
2653           src/adressbook.[ch]
2654           src/addrindex.[ch]
2655           src/addritem.[ch]
2656           src/editaddress.c
2657           src/editgroup.c
2658           src/editldap_basedn.c
2659           src/editldap.c
2660           src/jpilot.c
2661           src/vcard.c
2662                 revert to get ldap into it previous working state
2663                 
2664         * po/zh_TW.Big5.po
2665                 new Taiwanese translation,
2666                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2667
2668 2003-05-22 [christoph]  0.8.11claws174
2669
2670         * src/plugins/spamassassin/libspamc.[ch]
2671                 sync libspamc with SpamAssaain release 2.55
2672
2673 2003-05-22 [paul]       0.8.11claws173
2674
2675         * sync with 0.9.0cvs7
2676                 see ChangeLog 2003-05-22
2677                 
2678         * src/summaryview.c
2679                 revert change in 0.8.11claws172: follow
2680                 Hiroyuki's decision and that's the end of it.
2681
2682 2003-05-21 [paul]       0.8.11claws172
2683
2684         * src/summaryview.c
2685                 fix discrepency between open_unread_on_enter
2686                 and always_show_msg
2687
2688 2003-05-21 [paul]       0.8.11claws171
2689
2690         * sync with 0.9.0cvs6
2691                 see ChangeLog 2003-05-21
2692
2693 2003-05-21 [paul]       0.8.11claws170
2694
2695         * sync with 0.9.0cvs5
2696                 see ChangeLog 2003-05-21
2697
2698 2003-05-20 [paul]       0.8.11claws169
2699
2700         * sync with 0.9.0cvs4
2701                 see ChangeLog 2003-05-20
2702                 fixes bug #152, 'encoding of IMAP folders names'
2703
2704 2003-05-20 [paul]       0.8.11claws168
2705
2706         * sync with 0.9.0cvs3
2707                 see ChangeLog 2003-05-20
2708                 
2709         * src/tools/convert_mbox.pl
2710                 minor change in the comments, submitted by Fred Marton
2711
2712 2003-05-19 [paul]       0.8.11claws167
2713
2714         * src/plugins/clamav/Makefile.am
2715           configure.ac
2716                 link clamav_lib to the plugin and not to the main program
2717
2718 2003-05-19 [christoph]
2719
2720         * src/Makefile.am
2721                 add -export-dynamic for linking
2722
2723 2003-05-19 [paul]       0.8.11claws166
2724
2725         * sync with 0.9.0cvs1
2726                 see ChangeLog 2003-05-19
2727
2728 2003-05-19 [paul]       0.8.11claws165
2729
2730         * src/inc.c
2731                 fix 'pop before smtp' timeout
2732
2733 2003-05-18 [alfons]     0.8.11claws164
2734
2735         * src/prefs_matcher.c
2736                 put "execute" action command line ("expression") in edit box
2737
2738 2003-05-18 [christoph]  0.8.11claws163
2739
2740         * src/mimeview.[ch]
2741         * src/plugins/dillo_viewer/dillo_viewer.c
2742         * src/plugins/image_viewer/viewer.c
2743         * src/plugins/mathml_viewer/mathml_viewer.c
2744                 let a viewer have a list of Content-Types
2745
2746 2003-05-18 [paul]       0.8.11claws162
2747
2748         * src/prefs_filtering.c
2749                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2750                 and REDIRECT actions
2751
2752 2003-05-17 [christoph]
2753
2754         * README.claws
2755                 o remove dynamic signatures that was syned with main
2756                 o add infos about no longer "build in" image viewer
2757                 o update bugtracker URL
2758
2759 2003-05-17 [christoph]  0.8.11claws161
2760
2761         * src/folder.c
2762         * src/folderview.c
2763         * src/imap.c
2764                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2765                 for every folder after rebuilding the folder tree.
2766
2767         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2768          messages)
2769
2770 2003-05-17 [christoph]  0.8.11claws160
2771
2772         * src/imap.c
2773                 don't use STATUS command on current folder to check for
2774                 content changes. imap_cmd_ok() now tracks changes to
2775                 folder and number of existing messages.
2776
2777 2003-05-17 [paul]       0.8.11claws159
2778
2779         * src/plugins/clamav/clamav_plugin.c
2780                 remove unnecessary debug_print
2781
2782 2003-05-16 [thorsten]   0.8.11claws158
2783
2784         * src/plugins/demo.c
2785                 included missing intl.h
2786
2787 2003-05-16 [paul]       0.8.11claws157
2788
2789         * po/POTFILES.in
2790                 remove non-existant entries
2791         
2792         * src/plugins/clamav/clamav_plugin.c
2793           src/plugins/clamav/clamav_plugin_gtk.c
2794           src/plugins/dillo_viewer/dillo_prefs.c
2795           src/plugins/dillo_viewer/dillo_viewer.c
2796                 gettextise
2797
2798 2003-05-16 [christoph]  0.8.11claws156
2799
2800         * po/POTFILES.in
2801                 include plugin .c files for translation until I
2802                 find a better solution to have plugins have their
2803                 own textdomain
2804         * src/plugins/demo/demo.c
2805         * src/plugins/image_viewer/plugin.c
2806         * src/plugins/mathml_viewer/mathml_viewer.c
2807         * src/plugins/spamassassin/spamassassin.c
2808         * src/plugins/spamassassin/spamassassin_gtk.c
2809         * src/plugins/trayicon/trayicon.c
2810                 add gettext macros for plugin name and description
2811
2812 2003-05-16 [paul]
2813
2814         * sync with 0.9.0
2815
2816 2003-05-16 [paul]       0.8.11claws155
2817
2818         * sync with lastest 0.9.0pre1
2819                 see ChangeLog 2003-05-16
2820
2821 2003-05-15 [paul]       0.8.11claws154
2822
2823         * sync with latest 0.9.0pre1
2824                 see ChangeLog 2003-05-14 and 2003-05-15
2825
2826 2003-05-14 [christoph]  0.8.11claws153
2827
2828         * src/plugins/image_viewer/viewer.c
2829         * src/plugins/image_viewer/viewer.glade         ** NEW **
2830         * src/plugins/image_viewer/viewerprefs.c
2831                 make it possible to disable the autoload function in the
2832                 imageviewer again
2833
2834 2003-05-14 [christoph]  0.8.11claws152
2835
2836         * src/folder.c
2837                 fix folder update after adding a message
2838
2839 2003-05-13 [alfons]     0.8.11claws151
2840
2841         * src/common/session.c
2842                 remove debug traces
2843                 
2844         * src/addrcache.[ch]
2845         * src/filtering.[ch]
2846         * src/folder.[c]
2847         * src/gtkaspell.[ch]
2848         * src/imap.[ch]
2849         * src/mbox_folder.[ch]
2850         * src/mh.[ch]
2851         * src/mimeview.h
2852         * src/msgcache.[ch]
2853         * src/news.[ch]
2854         * src/passphrase.[ch]
2855         * src/prefs_common.[ch]
2856         * src/prefs_gtk.[ch]
2857         * src/procmsg.c
2858         * src/scoring.[ch]
2859                 be pedantic; (in prototypes () implies (int))
2860
2861 2003-05-13 [alfons]     0.8.11claws150
2862
2863         * src/prefs_toolbar.[ch]
2864         * src/summaryview.[ch]
2865         * src/toolbar.[ch]
2866                 change misleading text in toolbar prefs;
2867                 add toolbar action for ignore thread (toggles ignore thread flag);
2868                 clean up a little bit;
2869
2870 2003-05-12 [paul]
2871
2872         * tools/convert_mbox.pl
2873                 bug fixed by Fred Marton
2874
2875 2003-05-12 [paul]
2876
2877         * sync with 0.9.0pre1
2878
2879 2003-05-09 [paul]       0.8.11claws149
2880
2881         * sync with 0.8.11cvs43
2882                 see ChangeLog 2003-05-09
2883
2884 2003-05-08 [christoph]  0.8.11claws148
2885
2886         * src/imap.[ch]
2887                 o use CAPABILIY as first command and check for PREAUTH
2888                   information in the response to it
2889                 o rewrite all imap_cmd_* functions to use an IMAPSession
2890                   instead of a SockInfo as parameter
2891                 o do STARTTLS after fetching and checking the server
2892                   capabilities
2893
2894 2003-05-08 [paul]       0.8.11claws147
2895
2896         * tools/Makefile.am
2897           tools/README
2898           tools/convert_mbox.pl         ** NEW FILE **
2899                 add mbox conversion script. Submitted by 
2900                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2901
2902 2003-05-07 [christoph]
2903
2904         * doc-src/glade.txt
2905         * src/gtk/pluginwindow.glade
2906         * src/plugins/image_viewer/viewerprefs.glade
2907         * src/plugins/spamassassin/spamassassin_gtk.glade
2908                 add glade files for user interfaces and a description how
2909                 to use glade to create the sylpheed code
2910
2911 2003-05-07 [paul]       0.8.11claws146
2912
2913         * sync with 0.8.11cvs41
2914                 see ChangeLog 2003-05-07
2915
2916 2003-05-06 [christoph]  0.8.11claws145
2917
2918         * src/main.c
2919         * src/plugins/image_viewer/viewer.c
2920                 fix usage of imlib in imageviewer plugin
2921
2922         * src/gtk/prefswindow.c
2923                 handle window close event correctly
2924
2925 2003-05-06 [paul]       0.8.11claws144
2926
2927         * src/common/ssl.c
2928                 fix typo introduced in sync
2929
2930 2003-05-06 [paul]       0.8.11claws143
2931
2932         * sync with 0.8.11cvs39
2933                 see ChangeLog 2003-05-06
2934
2935 2003-05-06 [paul]       0.8.11claws142
2936
2937         * AUTHORS
2938           po/cs.po
2939                 updated Czech translation, submitted by 
2940                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2941                 
2942         * src/plugins/clamav/clamav_plugin_gtk.c
2943                 clean up
2944
2945 2003-05-03 [alfons]     0.8.11claws141
2946
2947         * src/compose.[ch]
2948                 make paste as quotation work even when the call to 
2949                 text_inserted() was deferred (fixes bug #140 "Paste 
2950                 as quotation does not work when using "external" 
2951                 clipboard")
2952
2953 2003-05-03 [thorsten]   0.8.11claws140
2954
2955         * src/addrquery.h
2956           src/ldapquery.h
2957           src/mainwindow.c
2958                 removed C++ comments
2959         * src/addr_compl.c
2960                 function with non-int retval/param used before
2961                 implementation/declaration
2962
2963 2003-05-02 [paul]       0.8.11claws139
2964
2965         * src/addr_compl.[ch]
2966           src/addressbook.[ch]
2967           src/addrindex.c
2968           src/summaryview.c
2969                 revert match's changes to (finally) remove the bug where
2970                 opening a folder causes massive slowdown when using the 
2971                 'Display sender using address book' option
2972
2973 2003-05-01 [melvin]     0.8.11claws138
2974
2975         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2976         * src/plugins/dillo_viewer/dillo_viewer.c
2977                 Fixed bug where "Cancel" button from prefs issued
2978                 warnings.
2979                 Comply a little more to coding style
2980
2981 2003-05-01 [paul]       0.8.11claws137
2982
2983         * sync with 0.8.11cvs38
2984                 see ChangeLog 2003-05-01
2985
2986 2003-05-01 [paul]       0.8.11claws136
2987
2988         * po/bg.po
2989                 updated by George Danchev
2990
2991 2003-04-30 [christoph]  0.8.11claws135
2992
2993         * src/plugins/dillo_viewer/dillo_prefs.c
2994         * src/plugins/image_viewer/viewerprefs.c
2995         * src/plugins/spamassassin/spamassassin_gtk.c
2996                 remove gtk_widget_ref() calls for widgets in
2997                 glade code
2998
2999 2003-04-30 [paul]       0.8.11claws134
3000
3001         * src/addrindex.c
3002                 ok, this time a better fix for the bug where opening folder
3003                 has massive slowdown when using the 'Display sender using 
3004                 address book' option
3005
3006 2003-04-30 [paul]       0.8.11claws133
3007
3008         * src/addrindex.c
3009                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3010         
3011 2003-04-30 [melvin]     0.8.11claws132
3012
3013         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3014
3015         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3016                 Preferences for the dillo plugin
3017         * src/plugins/dillo_viewer/dillo_viewer.c
3018                 Support for preferences
3019         * src/plugins/dillo_viewer/Makefile.am
3020                 Added dillo_prefs.[ch]
3021
3022 2003-04-30 [alfons]     0.8.11claws131
3023
3024         * src/common/plugin.[ch]
3025                 see? this ANSI C'fication immediately gives us type
3026                 checking for free.
3027
3028 2003-04-30 [alfons]     0.8.11claws130
3029
3030         * src/common/plugin.[ch]
3031         * src/plugins/clamav/clamav_plugin.[ch]
3032         * src/plugins/clamav/clamav_plugin_gtk.c
3033         * src/plugins/demo/demo.c
3034         * src/plugins/dillo_viewer/dillo_viewer.c
3035         * src/plugins/image_viewer/plugin.c
3036         * src/plugins/image_viewer/viewer.[ch]
3037         * src/plugins/image_viewer/viewerprefs.[ch]
3038         * src/plugins/mathml_viewer/mathml_viewer.c
3039         * src/plugins/spamassassin/spamassassin.[ch]
3040         * src/plugins/spamassassin/spamassassin_gtk.c
3041         * src/plugins/trayicon/trayicon.c
3042                 clean up
3043
3044 2003-04-30 [alfons]     0.8.11claws129
3045
3046         * src/common/utils.c
3047                 make is_ascii_str() fail gracefully when NULL pointer
3048                 is passed
3049
3050 2003-04-30 [paul]       0.8.11claws128
3051
3052         * src/addrindex.c
3053                 fix bug where opening folder has massive slowdown when
3054                 using the 'Display sender using address book' option
3055
3056 2003-04-30 [paul]       0.8.11claws127
3057
3058         * src/plugins/clamav/clamav_plugin.c
3059           src/plugins/clamav/clamav_plugin_gtk.c
3060           src/plugins/demo/demo.c
3061           src/plugins/dillo_viewer/dillo_viewer.c
3062           src/plugins/image_viewer/plugin.c
3063           src/plugins/mathml_viewer/mathml_viewer.c
3064           src/plugins/spamassassin/spamassassin.c
3065           src/plugins/spamassassin/spamassassin_gtk.c
3066           src/plugins/trayicon/trayicon.c
3067                 get rid of eye-hurting function signatures
3068
3069 2003-04-30 [paul]       0.8.11claws126
3070
3071         * src/plugins/trayicon/trayicon.c
3072                 add description
3073                 
3074         * src/mimeview.c
3075                 be more descriptive
3076
3077 2003-04-30 [paul]       0.8.11claws125
3078
3079         * configure.ac
3080                 arrange the plugins in reverse alphabetical order
3081                 
3082         * src/plugins/clamav/clamav_plugin.[ch]
3083           src/plugins/clamav/clamav_plugin_gtk.c
3084                 rename some params
3085                 resize max_size window
3086                 re-arrange the order of some gui elements
3087                 improve descriptions
3088         
3089         * src/plugins/image_viewer/plugin.c
3090           src/plugins/mathml_viewer/mathml_viewer.c
3091                 add descriptions
3092                 
3093         * src/plugins/spamassassin/spamassassin_gtk.c
3094                 resize max_size window
3095                 re-arrange the order of some gui elements
3096                 
3097         * src/messageview.c
3098           src/mimeview.c
3099                 correct typos
3100
3101 2003-04-30 [alfons]     0.8.11claws124
3102
3103         * src/imap.c
3104                 fix a leak found while browsing Martin Kluge's 
3105                 valgrind log (Claws only)
3106
3107 2003-04-29 [darko]      0.8.11claws123
3108
3109         * src/gtk/gtkstext.h
3110                 include wchar.h if it is available, fixes compilation
3111                 on HP-UX systems
3112
3113 2003-04-29 [melvin]     0.8.11claws122
3114
3115         * src/prefs_actions.c
3116                 Improved help text of Actions' syntax
3117
3118 2003-04-28 [paul]       0.8.11claws121
3119
3120         * src/action.c
3121                 a better fix for the crash when performing an action
3122                 on a mime part
3123
3124 2003-04-28 [paul]       0.8.11claws120
3125
3126         * src/action.c
3127                 fix crash when performing an action on a
3128                 mime part
3129
3130 2003-04-28 [paul]       0.8.11claws119
3131
3132         * sync with 0.8.11cvs36
3133                 see ChangeLog 2003-04-28
3134
3135 2003-04-27 [paul]       0.8.11claws118
3136
3137         * more sync with 0.8.11cvs35
3138                 see ChangeLog 2003-04-25
3139
3140 2003-04-26 [christoph]  0.8.11claws117
3141
3142         * src/folder.c
3143                 fix remove virtual check
3144
3145 2003-04-26 [paul]       0.8.11claws116
3146
3147         * src/messageview.c
3148                 fix return-receipt, make it work again
3149
3150 2003-04-26 [paul]       0.8.11claws115
3151
3152         * src/mimeview.c
3153                 restore double-clicking of the [application/pgp-signature 
3154                 (Select "Check signature" to check)] line in the message view,
3155                 broken in recent sync
3156
3157 2003-04-26 [christoph]  0.8.11claws114
3158
3159         * src/folder.c
3160                 check if remove virtual really exists before
3161                 calling the function
3162
3163 2003-04-25 [match]      0.8.11claws113
3164
3165         * src/addrindex.c
3166         * src/addrbook.c
3167         * src/ldapquery.[ch]
3168         * src/ldapctrl.[ch]
3169                 fix memleak.
3170         * src/ldapserver.[ch]
3171                 fix memleak. fix segfault.
3172                 plug a Claws memleak
3173
3174 2003-04-25 [alfons]     0.8.11claws112
3175
3176         * src/folder.c
3177                 plug a Claws memleak
3178
3179 2003-04-25 [alfons]     0.8.11claws111
3180
3181         * src/common/session.c
3182                 plug a memleak
3183
3184 2003-04-25 [paul]       0.8.11claws110
3185
3186         * sync with 0.8.11cvs35
3187                 see ChangeLog 2003-04-24 and 2003-04-25
3188                 
3189         * src/gtk/pluginwindow.c
3190                 correct another strange float value
3191
3192 2003-04-24 [christoph]  0.8.11claws109
3193
3194         * src/folder.c
3195                 freeze folder item updates when unsetting new flags
3196
3197         * src/gtk/pluginwindow.c
3198                 correct strange float value
3199
3200 2003-04-23 [paul]       0.8.11claws108
3201
3202         * sync with 0.8.11cvs33
3203                 see ChangeLog 2003-04-23
3204
3205 2003-04-22 [paul]       0.8.11claws107
3206
3207         * src/Makefile.am
3208           src/messageview.c
3209           src/mimeview.c
3210           src/pgptext.[ch]      ** REMOVED **
3211                 remove pgptext.[ch] as its not used any more
3212
3213 2003-04-22 [paul]       0.8.11claws106
3214
3215         * sync with 0.8.11cvs31
3216                 see ChangeLog 2003-04-21 and 2003-04-22
3217
3218 2003-04-21 [alfons]     0.8.11claws105
3219
3220         * src/main.c
3221                 No access to GTK structures if we're a spawned child
3222                 (and clean up code a little bit...) Should fix #126.
3223
3224 2003-04-21 [melvin]     0.8.11claws104
3225
3226         * src/plugins/dillo_viewer/README
3227                 Improved slightly the text.
3228
3229 2003-04-21 [melvin]     0.8.11claws103
3230
3231         * src/plugins/dillo_viewer/README *** NEW ***
3232                 Added a README file for the Dillo plugin
3233
3234 2003-04-20 [paul]
3235
3236         * tools/README
3237           tools/outlook2sylpheed.pl
3238                 updated and improved by Ricardo Mones Lastra
3239
3240 2003-04-18 [oliver]     0.8.11claws102
3241
3242         * src/inc.c 
3243         * src/prefs_account.h
3244                 remove Pop3SessionType (used by selective download)
3245         * src/prefs_toolbar.c
3246                 enable set Default Toolbar button
3247
3248 2003-04-18 [paul]       0.8.11claws101
3249
3250         * sync with 0.8.11cvs29
3251                 see ChangeLog 2003-04-18
3252
3253 2003-04-17 [paul]       0.8.11claws100
3254
3255         * src/prefs_common.[ch]
3256           src/summaryview.c
3257                 remove 'Open next message on deletion' option,
3258                 as the same effect can now be achieved via the
3259                 'Always open messages in summary when selected'
3260                 option.
3261
3262 2003-04-17 [paul]       0.8.11claws99
3263
3264         * sync with 0.8.11cvs28
3265                 see ChangeLog 2003-04-17
3266
3267 2003-04-17 [christoph]  0.8.11claws98
3268
3269         * ac/spamassassin.m4
3270         * src/plugins/spamassassin/libspamc.[ch]
3271         * src/plugins/spamassassin/utils.[ch]
3272                 sync libspamc with SpamAssassin project
3273
3274 2003-04-17 [christoph]  0.8.11claws97
3275
3276         * src/common/socket.h
3277         * src/gtk/sslcertwindow.h
3278                 rename old USE_SSL to USE_OPENSSL
3279
3280 2003-04-17 [paul]       0.8.11claws96
3281
3282         * src/prefs_common.h
3283                 use gulong for P_COLOR so that it compiles/runs on
3284                 64-bit systems. Patch submitted by James Noyes
3285                 <jnoyes-claws@retrogeeks.com>
3286                 
3287         * po/de.po
3288                 updated by Jens
3289
3290 2003-04-17 [paul]       0.8.11claws95
3291
3292         * sync with 0.8.11cvs27
3293                 see ChangeLog 2003-04-16
3294
3295 2003-04-15 [paul]       0.8.11claws94
3296
3297         * src/prefs_common.[ch]
3298                 rearrange to stop the window getting too long:
3299                         move Receive dialog stuff to Receive tab
3300                         move Send dialog to Send tab
3301                         remove Dialogs frame
3302                 rename 'Open messages in summary with cursor keys' to
3303                 'Always open messages in summary when selected', as its
3304                 more appropriate
3305
3306 2003-04-15 [paul]       0.8.11claws93
3307
3308         * src/prefs_common.[ch]
3309           src/summaryview.c
3310                 add new option '/Interface/Open next message on deletion'
3311
3312 2003-04-15 [paul]       0.8.11claws92
3313
3314         * src/summaryview.[ch]
3315                 add /Mark/Lock and /Mark/Unlock to the pop-up
3316                 menu. Patch submitted by Ivan Francolin Martinez
3317                 <ivanfm@users.sourceforge.net>
3318
3319 2003-04-15 [paul]       0.8.11claws91
3320
3321         * sync with 0.8.11cvs24
3322                 see ChangeLog 2003-04-15
3323
3324 2003-04-14 [jens]       0.8.11claws90
3325
3326         * updated German translation and some corrections from
3327                 Roland Bless <bless@tm.uka.de>
3328
3329 2003-04-14 [paul]       0.8.11claws89
3330
3331         * sync with 0.8.11cvs22
3332                 see ChangeLog 2003-04-14
3333
3334 2003-04-13 [paul]       0.8.11claws88
3335
3336         * src/plugins/clamav/clamav_plugin.c
3337                 fix memory leaks
3338                 clean up
3339
3340 2003-04-12 [paul]       0.8.11claws87
3341
3342         * src/plugins/clamav/clamav_plugin.c
3343                 activate enable/disable archive scanning option
3344                 
3345         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3346
3347 2003-04-12 [paul]       0.8.11claws86
3348
3349         * src/plugins/Makefile.am
3350           src/plugins/clamav/Makefile.am                ** NEW FILE **
3351           src/plugins/clamav/README                     ** NEW FILE ** 
3352           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3353           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3354                 add Clam AntiVirus plugin
3355
3356 2003-04-12 [paul]       0.8.11claws85
3357
3358         * sync with 0.8.11cvs21
3359                 see ChangeLog 2003-04-11
3360
3361 2003-04-11 [paul]       0.8.11claws84
3362
3363         * po/es.po
3364                 update Spanish translation. Submitted by Ricardo
3365                 Mones Lastra.
3366
3367 2003-04-10 [christoph]  0.8.11claws83
3368
3369         * src/mbox.c
3370                 fix typo that did not move unfiltered mails to destination
3371                 folder
3372
3373         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3374          when filtering from spool)
3375
3376 2003-04-10 [christoph]  0.8.11claws82
3377
3378         * src/imap.c
3379                 use BODY.PEEK instead of BODY in in message fetch operation
3380                 to make sure the IMAP server does not set the \Seen flag for
3381                 messages. Sylpheed does that later itself, when the message
3382                 is opened in sylpheed
3383
3384         (closes Bug 111 Claws destroys unread marks)
3385
3386 2003-04-09 [oliver]     0.8.11claws81
3387         
3388         * src/folder.c
3389                 fix crash in folder_destroy
3390         * README.claws
3391                 remove selective download
3392
3393 2003-04-09 [christoph]  0.8.11claws80
3394
3395         * src/imap.c
3396                 fix crash in imap_get_msginfo() when then fetched message
3397                 is not found
3398
3399         (closes Bug 110 Crash during mail composition)
3400
3401 2003-04-08 [christoph]  0.8.11claws79
3402
3403         * src/folder.c
3404         * src/prefs_account.c
3405                 Filter new messages that are found in an INBOX folder
3406                 when 'Filter messages on receiving' is enabled in the
3407                 Folder's AccountPrefs. This allows to use Sylpheed's
3408                 filtering engine for IMAP folders where messages are
3409                 added to the INBOX by a MTA
3410
3411 2003-04-08 [paul]       0.8.11claws78
3412
3413         * src/procmsg.h
3414                 clean up after last commit
3415
3416 2003-04-08 [paul]       0.8.11claws77
3417
3418         * sync with 0.8.11cvs20
3419                 see ChangeLog 2003-04-07 and 2003-04-08
3420
3421 2003-04-07 [christoph]  0.8.11claws76
3422
3423         * src/filtering.[ch]
3424         * src/inc.[ch]
3425         * src/mbox.c
3426         * src/procmsg.[ch]
3427                 add procmsg_msginfo_filter() to execute filtering actions
3428
3429 2003-04-06 [christoph]  0.8.11claws75
3430
3431         * src/imap.c
3432                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3433
3434 2003-04-06 [christoph]  0.8.11claws74
3435
3436         * src/common/utils.[ch]
3437                 add g_int_compare() function for slist sorting
3438
3439         * src/imap.c
3440                 fetch all MsgInfos with one command in imap_get_msginfos()
3441                 using an imap set with a list of ranges
3442
3443         * src/news.c
3444                 use new g_int_compare() function
3445
3446 2003-04-06 [thorsten]   0.8.11claws73
3447
3448         * src/mh.c
3449                 corrected implementation of mh_folder_destroy()
3450
3451 2003-04-05 [christoph]  0.8.11claws72
3452
3453         * src/account.c
3454         * src/folder.[ch]
3455         * src/folderview.c
3456         * src/imap.c
3457         * src/inc.c
3458         * src/main.c
3459         * src/mainwindow.c
3460         * src/mbox_folder.c
3461         * src/mh.c
3462         * src/mimeview.h
3463         * src/msgcache.[ch]
3464         * src/news.c
3465         * src/procmime.h
3466         * src/procmsg.[ch]
3467         * src/setup.c
3468         * src/gtk/gtkutils.c
3469                 o rename structure field names class and new to klass and
3470                   new_msgs, to allow including files in C++
3471                 o add 'extern "C"' block to some header files
3472                 o add MsgInfoList and MsgNumberList as alias for GSList for
3473                   developers to know what type of list is expected
3474
3475         * src/plugins/image_viewer/plugin.c
3476         * src/plugins/image_viewer/viewer.[ch]
3477         * src/plugins/image_viewer/viewerprefs.[ch]
3478                 rename function names to prevent conflicts
3479
3480 2003-04-05 [paul]       0.8.11claws71
3481
3482         * sync with 0.8.11cvs18
3483                 see ChangeLog 2003-04-03 and 2003-04-04
3484
3485 2003-04-02 [christoph]  0.8.11claws70
3486
3487         * src/folder.[ch]
3488         * src/imap.[ch]
3489         * src/mbox_folder.[ch]
3490         * src/mh.[ch]
3491         * src/news.[ch]
3492                 o Make all virtual folder functions private
3493                 o remove unused folder code
3494
3495         * src/common/socket.[ch]
3496         * src/summaryview.c
3497                 fix warnings
3498
3499 2003-03-30 [alfons]     0.8.11claws69
3500
3501         * src/send_message.c
3502                 remove two debug traces and see if people still report
3503                 errors
3504
3505 2003-03-30 [alfons]     0.8.11claws68
3506
3507         * src/send_message.c
3508         * src/commons/session.c
3509                 add more debug traces
3510
3511 2003-03-30 [christoph]  0.8.11claws67
3512
3513         * src/folder.c
3514                 change processing folder name from .processing to processing
3515
3516         * src/common/ssl.c
3517                 disable SSL certificate check because it causes Xlib error
3518                 when the child process want's to open an GTK window
3519
3520 2003-03-30 [christoph]  0.8.11claws66
3521
3522         * src/folder.c
3523                 don't use default folder for processing folder item because
3524                 it can be a non local folder
3525
3526         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3527
3528 2003-03-30 [alfons]     0.8.11claws65
3529
3530         * src/send_message.c
3531                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3532                 to generate bad code for 'send_send_data_progressive': When
3533                 called from 'send_send_data_finished', the 'data' pointer is
3534                 cleared just before the assignment to the dialog pointer
3535
3536 2003-03-29 [christoph]  0.8.11claws64
3537
3538         * src/common/prefs.h
3539         * src/plugins/image_viewer/Makefile.am
3540         * src/plugins/image_viewer/plugin.c
3541         * src/plugins/image_viewer/viewer.[ch]
3542         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3543                 add PrefsPage for ImageViewer
3544
3545 2003-03-28 [thorsten]   0.8.11claws63
3546
3547         * src/common/session.c
3548                 added some comments
3549
3550 2003-03-28 [paul]       0.8.11claws62
3551
3552         * sync with 0.8.11cvs16
3553                 see ChangeLog 2003-03-28
3554
3555 2003-03-28 [paul]       0.8.11claws61
3556
3557         * sync with 0.8.11cvs15
3558                 see ChangeLog 2003-03-28
3559
3560 2003-03-27 [christoph]  0.8.11claws60
3561
3562         * src/folder.c
3563         * src/imap.c
3564         * src/common/socket.[ch]
3565                 set socket state to DISCONNECTED when any operation
3566                 fails to allow reconnecting in IMAP code without
3567                 checking the return code of all calls to the command
3568                 functions
3569
3570         * src/folderview.c
3571         * src/summaryview.c
3572                 remove some more stuff that depends on specific
3573                 folder types
3574
3575 2003-03-27 [paul]       0.8.11claws59
3576
3577         * sync with 0.8.11cvs14
3578                 see ChangeLog 2003-03-27
3579                 
3580         * src/selective_download.[ch]   ** REMOVED **
3581                 really removed
3582
3583 2003-03-27 [christoph]  0.8.11claws58
3584
3585         * src/folder.c
3586                 fix handling of tmp_flags in flag copy function
3587
3588 2003-03-27 [paul]       0.8.11claws57
3589
3590         * sync with 0.8.11cvs13
3591                 see ChangeLog 2003-03-27
3592
3593 2003-03-27 [oliver]     0.8.11claws56
3594
3595         * src/maiwindow.c
3596                 remove sel_download_cb
3597
3598 2003-03-27 [oliver]     0.8.11claws55
3599         
3600         * src/inc.c
3601                 remove POP3_TOP
3602         
3603 2003-03-26 [oliver]     0.8.11claws54
3604
3605         *src/pop.h
3606                 remove POP3_TOP*
3607         * README.claws
3608                 remove selective donwload readme
3609
3610 2003-03-26 [oliver]     0.8.11claws53
3611         * src/matcher.[ch]
3612         * src/matcher_parser_parse.y 
3613         * src/pop.c 
3614         * src/prefs_account.[ch]
3615         * src/prefs_filtering.c
3616                 remove selective donwload
3617
3618 2003-03-26 [oliver]     0.8.11claws52
3619
3620         * src/inc.[ch] 
3621         * src/filtering.c 
3622         * src/mainwindow.c 
3623                 remove selective donwload
3624
3625 2003-03-26 [oliver]     0.8.11claws51
3626         
3627         * src/Makefile.am
3628         * src/selective_download.[ch]   ** REMOVE **    
3629
3630 2003-03-26 [christoph]  0.8.11claws50
3631
3632         * src/news.c
3633                 fix NEWS that got broken by a sync with sylpheed-main
3634
3635 2003-03-26 [christoph]  0.8.11claws49
3636
3637         * src/mimeview.c
3638                 fix mime type guessing when no mime type is found for a file
3639
3640 2003-03-25 [christoph]  0.8.11claws48
3641
3642         * src/mimeview.c
3643         * src/procmime.c
3644                 remove mime type guessing from mime parser and use
3645                 name based mime types in viewer lookup for mime type
3646                 application/octet-stream
3647
3648 2003-03-25 [christoph]  0.8.11claws47
3649
3650         * doc-src/readme.txt
3651         * doc-src/rfc2554.txt
3652                 add RFC about SMTP AUTH
3653
3654         * src/send_message.c
3655         * src/common/smtp.[ch]
3656                 add extra error code for authentication errors and
3657                 clear temporary password when this error occurs
3658
3659         (closes Bug 84 authentication failure while sending should
3660          prompt for password again)
3661
3662 2003-03-25 [christoph]  0.8.11claws46
3663
3664         * configure.ac
3665         * src/Makefile.am
3666         * src/imageview.[ch]                            ** REMOVE **
3667         * src/messageview.[ch]
3668         * src/mimeview.[ch]
3669         * src/prefs_common.[ch]
3670         * src/textview.c
3671         * src/plugins/Makefile.am
3672         * src/plugins/image_viewer/.cvsignore           ** NEW **
3673         * src/plugins/image_viewer/Makefile.am          ** NEW **
3674         * src/plugins/image_viewer/plugin.c             ** NEW **
3675         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3676                 move image viewer into a plugin (building is enabled by default)
3677                 [ToDo: Prefs for resize and autoview]
3678
3679 2003-03-25 [paul]       0.8.11claws45
3680
3681         * sync with 0.8.11cvs12
3682                 see ChangeLog 2003-03-26
3683
3684 2003-03-25 [paul]       0.8.11claws44
3685
3686         * sync with 0.8.11cvs11
3687                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3688                 
3689         Note: Selective Download is broken.
3690                 
3691 2003-03-22 [christoph]  0.8.11claws43
3692
3693         * src/folder.c
3694                 code cleanup for flags copying
3695
3696 2003-03-22 [christoph]  0.8.11claws42
3697
3698         * src/plugins/trayicon/trayicon.c
3699                 fix setting the transparent area when the window size
3700                 is forced by the system tray
3701
3702 2003-03-22 [christoph]  0.8.11claws41
3703
3704         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3705         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3706         * src/plugins/trayicon/newmail.xpm              ** NEW **
3707         * src/plugins/trayicon/nomail.xpm               ** NEW **
3708         * src/plugins/trayicon/trayicon.c
3709         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3710                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3711                 o add icon for unread mails
3712                 o set transparency for window
3713
3714 2003-03-22 [christoph]  0.8.11claws40
3715
3716         * src/news.c
3717                 init news session to prevent crash when session is closed
3718
3719 2003-03-22 [christoph]  0.8.11claws39
3720
3721         * src/imap.c
3722         * src/common/session.[ch]
3723                 Init session data to make sure we don't have invalid pointers
3724                 for read_ch and write_ch when new multi process sessions are
3725                 not used
3726
3727         * src/main.c
3728         * src/common/plugin.c
3729         * src/common/sylpheed.c
3730         * src/plugins/demo/demo.c
3731         * src/plugins/dillo_viewer/dillo_viewer.c
3732         * src/plugins/mathml_viewer/mathml_viewer.c
3733         * src/plugins/spamassassin/spamassassin.c
3734         * src/plugins/spamassassin/spamassassin_gtk.c
3735                 add plugin types to allow loading plugins at different times
3736                 (and maybe for different frontends), because it's not good to
3737                 load GTK-Plugins gefore gtk_init was called
3738
3739         * configure.ac
3740         * src/plugins/Makefile.am
3741         * src/plugins/trayicon/.cvsignore               ** NEW **
3742         * src/plugins/trayicon/Makefile.am              ** NEW **
3743         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3744         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3745         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3746         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3747         * src/plugins/trayicon/trayicon.c               ** NEW **
3748                 New Trayicon plugin that shows an icon in a systray that uses
3749                 XEMBED protocol like Gnome's systray. Icon shows if there
3750                 are new mails and a tooltip shows information about new,
3751                 unread and total messages.
3752
3753 2003-03-22 [paul]       0.8.11claws38
3754
3755         * src/common/smtp.c
3756                 fix ESMTP AUTH CRAM-MD5
3757                 [sync with main (still version 0.8.11cvs6), see
3758                  ChangeLog 2003-03-22]
3759
3760 2003-03-21 [colin]      0.8.11claws37
3761
3762         * src/send_message.c
3763                 Fix USE_SSL => USE_OPENSSL
3764
3765 2003-03-21 [colin]      0.8.11claws36
3766
3767         * src/folderview.c
3768                 Fix counts in drag and dropped subfolders
3769
3770 2003-03-21 [colin]      0.8.11claws35
3771
3772         * src/folder.c 
3773         * src/folderview.c
3774                 speed up a bit folder dnd
3775
3776 2003-03-20 [alfons]     0.8.11claws34
3777
3778         * src/main.c
3779         * src/toolbar.c
3780         * src/procmsg.c
3781                 don't send locked queue messages
3782                 (feature request "[ 705245 ] Locking message in outbox 
3783                  should prevent sending")
3784
3785 2003-03-20 [christoph]  0.8.11claws33
3786
3787         * src/folder.c
3788                 remove NEW and UNREAD flag in special folders when scanning
3789                 
3790         * src/common/smtp.c
3791                 fix ESMTP AUTH CRAM-MD5
3792
3793 2003-03-20 [paul]       0.8.11claws32
3794
3795         * src/prefs_account.c
3796                 Re-write 'Tunnel command to open connection' as
3797                 'Use command to communicate with server', and disable
3798                 it for all except IMAP accounts
3799
3800 2003-03-20 [paul]       0.8.11claws31
3801
3802         * sync with 0.8.11cvs6
3803                 see ChangeLog 2003-03-20
3804
3805 2003-03-19 [match]      0.8.11claws30
3806
3807         * src/addritem.[ch]
3808                 include documentation. minor refactoring.
3809         * src/addr_compl.[ch]
3810         * src/addrindex.[ch]
3811         * src/addresbook.[ch]
3812         * src/summaryview.c
3813                 re-enable address lookup (was disabled in
3814                 0.8.11claws20).
3815
3816 2003-03-19 [christoph]  0.8.11claws29
3817
3818         * src/procmsg.c
3819                 add temp flag handling, will make moving and copying
3820                 messages possible again
3821
3822         * src/folder.c
3823                 correct calulation of folder stats
3824
3825 2003-03-18 [match]      0.8.11claws28
3826
3827         * src/editgroup.h
3828                 remove case sensitive comparison (closes bug 80).
3829
3830 2003-03-18 [christoph]  0.8.11claws27
3831
3832         * src/imap.c
3833                 fix imap using a tunnel command
3834
3835         (closes bug 87)
3836
3837 2003-03-18 [christoph]  0.8.11claws26
3838
3839         * src/folder.[ch]
3840         * src/imap.c
3841         * src/procmsg.[ch]
3842                 rewrite flag handling for folders
3843
3844 2003-03-18 [christoph]  0.8.11claws25
3845
3846         * src/folder.c
3847         * src/procmsg.c
3848         * src/summaryview.c
3849                 unset NEW and UNREAD flags when message is ignored, to make
3850                 sure messages don't show up as unread on other IMAP clients,
3851                 because the IGNORE_THREAD flag can not be syncronized through
3852                 the IMAP folder
3853
3854 2003-03-17 [christoph]  0.8.11claws24
3855
3856         * src/imap.c
3857                 don't use recursion to fetch uids when the number of messages
3858                 does not match. Moved code into subfunction that is used
3859                 again when needed, to prevent an endless loop.
3860
3861 2003-03-17 [thorsten]   0.8.11claws23
3862
3863         * src/imageview.[ch]
3864                 export imageview_get_resized_size() (for plugins)
3865         * src/prefs_common.[ch]
3866                 added prefs_common_get() (for plugins)
3867
3868 2003-03-17 [christoph]  0.8.11claws22
3869
3870         * src/imap.c
3871                 o remove UID guessing from copy code
3872                 o support UIDPLUS extension for APPEND command
3873
3874 2003-03-17 [paul]       0.8.11claws21
3875
3876         * src/gtk/about.c
3877                 remove 'Compiled-plugins' section.
3878                 
3879         * src/plugins/dillo_viewer/dillo_viewer.c
3880                 slight change to description text
3881
3882 2003-03-16 [match]      0.8.11claws20
3883         * src/ldapserver.[ch]           ** NEW **
3884         * src/ldapctrl.[ch]             ** NEW **
3885         * src/ldapquery.[ch]            ** NEW **
3886         * src/ldaputil.[ch]             ** NEW **
3887         * src/addrcindex.[ch]           ** NEW **
3888         * src/addrquery.h               ** NEW **
3889         * src/addritem.[ch]
3890         * src/addrcache.[ch]
3891         * src/addrindex.[ch]
3892         * src/addr_compl.[ch]
3893         * src/addressbook.[ch]
3894         * src/addrbook.[ch]
3895         * src/editgroup.c
3896         * src/editaddress.c
3897         * src/editldap.c
3898         * src/editldap_basedn.c
3899         * src/vcard.c
3900         * src/jpilot.c
3901         * src/Makefile.am
3902                 included dynamic LDAP queries. improved address
3903                 completion.
3904
3905 2003-03-16 [paul]       0.8.11claws19
3906
3907         * tools/multiwebsearch.pl
3908                 fix a fatal typo
3909
3910 2003-03-16 [christoph]  0.8.11claws18
3911
3912         * src/mimeview.c
3913         * src/plugins/dillo_viewer/dillo_viewer.c
3914         * src/plugins/mathml_viewer/mathml_viewer.c
3915                 make unregistering of MimeViewerFactorys possible
3916
3917 2003-03-16 [alfons]     0.8.11claws17
3918
3919         * configure.ac
3920                 correct typo
3921
3922 2003-03-16 [melvin]     0.8.11claws16
3923
3924         * src/plugins/dillo_viewer.c
3925                 Fixed bug where it was not possible to view more than
3926                 one text/html attachment per message (bug discovered
3927                 by Christoph Hohmann).
3928
3929 2003-03-15 [melvin]     0.8.11claws15
3930
3931         * src/prefs_actions.c
3932                 Fixed compilation warnings.
3933
3934 2003-03-15 [melvin]     0.8.11claws14
3935
3936         * src/plugins/Makefile.am
3937         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3938         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3939         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3940                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3941                 newer (http://dillo.auriga.wearlab.de/).
3942
3943 2003-03-15 [christoph]  0.8.11claws13
3944
3945         * src/imap.c
3946                 don't query imap folder for attributes because we already
3947                 for them from imap_status
3948
3949         * src/mimeview.[ch]
3950                 add support for plugable MimeViewers (unloading Viewers
3951                 not yet complete)
3952
3953         * src/plugins/Makefile.am
3954         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3955         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3956         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3957                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3958                 widget from http://helm.cs.unibo.it/mml-widget/
3959
3960 2003-03-14 [christoph]  0.8.11claws12
3961
3962         * src/folder.[ch]
3963                 o error return code's should better be negative
3964                 o replace printf with debug_print
3965
3966         * src/imap.c
3967                 improve IMAP folder scan by checking UID-NEXT
3968
3969         * src/summaryview.c
3970                 remove check that are unnecessary in my opinion
3971
3972 2003-03-13 [christoph]  0.8.11claws11
3973
3974         * src/folder.[ch]
3975         * src/foldersel.c
3976         * src/folderview.c
3977         * src/imap.c
3978         * src/mbox_folder.c
3979         * src/mh.c
3980         * src/news.c
3981         * src/prefs_scoring.c
3982         * src/summaryview.c
3983                 use a common function to get a displayable name
3984                 for a FolderItem
3985
3986 2003-03-13 [paul]       0.8.11claws10
3987
3988         * tools/Makefile.am
3989           tools/README
3990           tools/multiwebsearch.conf     ** NEW FILE **
3991           tools/multiwebsearch.pl       ** NEW FILE **
3992                 add multiwebsearch Actions script
3993
3994 2003-03-13 [colin]      0.8.11claws9
3995
3996         * src/compose.c
3997                 Remove leading emtpy lines from quoted text
3998                 before quoting it
3999
4000 2003-03-13 [melvin]     0.8.11claws8
4001
4002         * src/prefs_actions.c
4003                 Fixed a memory leak
4004                 Code clean ups
4005                 Added Cancel and OK buttons
4006                 Corrected help text
4007
4008 2003-03-13 [christoph]  0.8.11claws7
4009
4010         * src/account.c
4011         * src/folder.[ch]
4012         * src/imap.c
4013         * src/mainwindow.c
4014         * src/mbox_folder.c
4015         * src/mh.c
4016         * src/news.c
4017         * src/setup.c
4018                 replace more folder type stuff with folder class stuff
4019
4020 2003-03-13 [melvin]     0.8.11claws6
4021
4022         * src/prefs_actions.c
4023                 Added new tokens:
4024                 %u: user provided argument
4025                 %h: user provided argument (hidden on input)
4026                 %s: current text selection in the message view 
4027
4028 2003-03-13 [paul]       0.8.11claws5
4029
4030         * sync with 0.8.11cvs5
4031                 see ChangeLog 2003-03-11, 2003-03-12
4032
4033 2003-03-12 [christoph]  0.8.11claws4
4034
4035         * src/folder.c
4036                 use folder class idstr when writing folderlist.xml
4037
4038         * src/folder.h
4039         * src/imap.c
4040         * src/news.c
4041                 replace folder type checks with folder class checks
4042
4043 2003-03-12 [christoph]  0.8.11claws3
4044
4045         * src/folder.[ch]
4046         * src/imap.[ch]
4047         * src/main.c
4048         * src/mbox_folder.[ch]
4049         * src/mh.[ch]
4050         * src/news.[ch]
4051                 o create a list of known folder classes in the folder system
4052                 o use folder class id strings for folder item identifiers
4053
4054 2003-03-12 [christoph]  0.8.11claws2
4055
4056         * src/imap.c
4057                 fix imap uid validity check
4058
4059 2003-03-12 [christoph]  0.8.11claws1
4060
4061         * src/account.c
4062         * src/folder.[ch]
4063         * src/foldersel.c
4064         * src/folderview.c
4065         * src/imap.c
4066         * src/mainwindow.c
4067         * src/mbox_folder.c
4068         * src/mh.c
4069         * src/news.c
4070         * src/prefs_scoring.c
4071         * src/procmsg.c
4072         * src/setup.c
4073         * src/summaryview.c
4074                 initial restructuring of folder system, seperating
4075                 folders and folder classes
4076
4077 2003-03-12 [paul]       0.8.11claws
4078
4079         0.8.11claws release
4080
4081 2003-03-12 [christoph]
4082
4083         * src/gtk/prefswindow.c
4084                 fix translation of "Page Index"
4085
4086 2003-03-12 [paul]       0.8.10claws110
4087
4088         a sync from 0.8.11cvs4 before the release
4089
4090         * src/common/utils.c
4091                 subject_compare_for_sort(): allow null strings (fixes
4092                 summary sorting).
4093
4094 2003-03-11 [paul]       0.8.10claws109
4095
4096         * po/es.po
4097                 update Spanish translation, submitted by
4098                 Ricardo Mones Lastra
4099
4100 2003-03-11 [melvin]     0.8.10claws108
4101
4102         * po/fr.po
4103                 Updated French translations
4104
4105 2003-03-11 [paul]       0.8.10claws107
4106
4107         * manual/en/Makefile.am
4108           manual/en/*.html
4109                 update English manual, add a new page
4110                 updated by Francois Barriere <fbarriere@atmel.fr>
4111                 
4112         * po/bg.po
4113           po/it.po
4114           po/sr.po
4115                 update Bulgarian, Italian, and Serbian translations
4116                 submitted by George Danchev, Alessandro Maestri, and
4117                 Urke MMI
4118
4119 2003-03-10 [paul]       0.8.10claws106
4120
4121         * src/gtk/about.c
4122           src/gtk/prefswindow.c
4123                 make some strings translatable
4124
4125 2003-03-10 [darko]      0.8.10claws105
4126
4127         * src/compose.c
4128                 code cleanup to make Hiro happy
4129
4130 2003-03-10 [paul]       0.8.10claws104
4131
4132         * sync with 0.8.11cvs2
4133                 see ChangeLog 2003-03-10
4134
4135 2003-03-09 [melvin]     0.8.10claws103
4136
4137         * src/textview.c
4138                 textview_set_font(): fix for message display in
4139                 UTF-8 locales (thanks to Sergey Vlasov).
4140                 (was unintentionnaly reverted in 0.8.6claws6)   
4141
4142 2003-03-08 [darko]      0.8.10claws102
4143
4144         * src/compose.c
4145                 fix infinite loop in wrapping as reported
4146                 by happycactus
4147                 obsoletes patch #696482
4148
4149 2003-03-08 [christoph]  0.8.10claws101
4150
4151         * src/imap.c
4152                 add workaround for IMAP servers that do not
4153                 support the "UID SEARCH UID" command
4154
4155 2003-03-07 [christoph]  0.8.10claws100
4156
4157         * src/plugins/spamassassin/spamassassin.[ch]
4158         * src/plugins/spamassassin/spamassassin_gtk.c
4159                 code cleanup
4160
4161 2003-03-07 [paul]       0.8.10claws99
4162
4163         * po/es.po
4164                 updated Spanish translation, submitted by
4165                 Ricardo Mones Lastra
4166
4167 2003-03-07 [christoph]  0.8.10claws98
4168
4169         * src/send.c
4170                 fix in 0.8.10claws94 was wrong
4171                 local delivery does not require escaping, remove escaping
4172                 code to make signatures of mails with "." lines valid
4173                 
4174                 NOTE: requires that sendmail is executed with "-i" option,
4175                       what is the default now, but has to be changed in all
4176                       exsiting accounts)
4177
4178 2003-03-07 [paul]       0.8.10claws97
4179
4180         * sync with 0.8.11 release
4181                 see ChangeLog 2003-03-07
4182
4183 2003-03-06 [paul]       0.8.10claws96
4184
4185         * src/compose.c
4186                 revert commit 0.8.10claws92
4187
4188 2003-03-06 [paul]       0.8.10claws95
4189
4190         * src/folderview.c
4191                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4192
4193         * src/gtkaspell.c
4194                 fix bug 74, 'Crash opening editor window with pseudo-color
4195                 display'
4196                 
4197         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4198
4199 2003-03-06 [christoph]  0.8.10claws94
4200
4201         * src/send.c
4202                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4203                 all lines starting with a period get an extra period
4204                 inserted
4205                 (found by Simon 'corecode' Schubert)
4206
4207 2003-03-06 [paul]       0.8.10claws93
4208
4209         * src/folderview.c
4210                 if configured font can't be loaded fall back to gtk
4211                 default. (with thanks to Christoph)
4212                 
4213                 closes long-standing bug 15 'Crashes on startup'
4214
4215 2003-03-06 [paul]       0.8.10claws92
4216
4217         * src/compose.c
4218                 freeze text before autosave and thaw afterwards
4219                 fixes bug 67 'autosave make re-rediting message crazy'
4220
4221 2003-03-06 [christoph]  0.8.10claws91
4222
4223         * src/compose.c
4224                 ignore address comment in dupe check for Cc-list
4225
4226         (closes reopened bug 47 Replying to message strips name part of
4227          e-mail addresses of Cc: lines)
4228
4229 2003-03-06 [paul]       0.8.10claws90
4230
4231         * src/Makefile.am
4232                 remove reference to gtkxtext.h as its no longer in
4233                 the repository
4234
4235 2003-03-06 [paul]       0.8.10claws89
4236
4237         * sync with 0.8.10cvs25
4238                 see ChangeLog 2003-03-06
4239
4240 2003-03-06 [oliver]     0.8.10claws88
4241         
4242         * src/messageview.c
4243                 remove include
4244
4245 2003-03-06 [oliver]     0.8.10claws87
4246         
4247         * src/folderview.c 
4248                 remove changes introduced inclaws74
4249         * src/messageview.c
4250                 another attempt to sanely delete and update
4251                 messages deleted in separate messageview
4252
4253 2003-03-05 [christoph]  0.8.10claws86
4254
4255         * src/summaryview.c
4256                 check if "From" matches any account's address if
4257                 addressbook completion of addresses is disabled too
4258
4259         (closes Bug 70 "Display recipient in from" doesn't check
4260          folder's default account)
4261
4262 2003-03-05 [christoph]  0.8.10claws85
4263
4264         * src/compose.c
4265         * src/common/utils.[ch]
4266                 don't strip address comments when building Cc lists
4267
4268         (closes Bug 47 Replying to message strips name part of e-mail addresses
4269          of Cc: lines)
4270
4271         * src/folder.c
4272                 fix return value of copy function
4273
4274 2003-03-05 [christoph]  0.8.10claws84
4275
4276         * src/imap.c
4277                 don't ask imap server for non rfc822 headers
4278
4279         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4280
4281         * src/imap.c
4282                 destroy session on socket error to allow reconnecting
4283
4284 2003-03-05 [christoph]  0.8.10claws83
4285
4286         * configure.ac
4287                 fix building with gnome when no prefix is set
4288
4289         (closes bug 66 Gnome directory is set to NONE)
4290
4291 2003-03-05 [paul]       0.8.10claws82
4292
4293         * sync with 0.8.10cvs23
4294                 see ChangeLog 2003-03-05
4295
4296 2003-03-04 [christoph]  0.8.10claws81
4297
4298         * src/folder.c
4299                 o fix moving and copying when folder returns 0 for new
4300                   message number
4301                 o remove some code for single message copy and move
4302                   operations and use functions for multiple messages
4303
4304         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4305
4306         * src/news.c
4307                 remove unused include
4308
4309 2003-03-04 [paul]       0.8.10claws80
4310
4311         * src/gtk/about.c
4312                 list 'Compiled plugins'
4313
4314 2003-03-03 [christoph]  0.8.10claws79
4315
4316         * src/news.[ch]
4317                 have to multiply the percentage of the current fetch with
4318                 the percentage that it has of the total fetch operation
4319                 for correct values
4320
4321 2003-03-03 [christoph]  0.8.10claws78
4322
4323         * src/news.c
4324                 fix calculation of expected lines for progress indicator
4325
4326 2003-03-03 [christoph]  0.8.10claws77
4327
4328         * src/summaryview.c
4329         * src/common/utils.c
4330                 fix segfault when opening the root news folder
4331
4332 2003-03-03 [christoph]  0.8.10claws76
4333
4334         * src/mainwindow.[ch]
4335         * src/common/Makefile.am
4336         * src/common/progressindicator.[ch]
4337                 add UI independent progress indicator handling
4338
4339         * src/news.[ch]
4340                 use new progress indicator for message info fetching
4341
4342         * src/common/hooks.h
4343                 code cleanup
4344
4345 2003-03-03 [oliver]     0.8.10claws75
4346
4347         * src/toolbar.c
4348         * src/compose.c
4349                 removed commented code
4350
4351 2003-03-03 [oliver]     0.8.10claws74
4352
4353         * src/toolbar.[ch]
4354                 cleanups and refactoring
4355         * src/compose.[ch]
4356                 compose_reply_mode reply & forwarding interface for
4357                 toolbar buttons
4358         * src/folderview.c
4359                 act on messages marked for deletion in folderview_selected
4360                 based on prefs_common.immediate_exec since a message might 
4361                 have been deleted by messageview in a folder we are changing 
4362                 to (does anybody understand what I'm on about ?)
4363
4364 2003-03-03 [oliver]     0.8.10claws73
4365         
4366         * src/messageview.[ch]
4367                 new functions
4368                 - messageview_delete: delete message shown in messagview
4369                 - messageview_update_view: update messageview to currently 
4370                   selected summaryview message
4371                 - add separate messageview to msgview_list in order to update 
4372                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4373         * src/summaryview.[ch]
4374                 summary_get_selection returns a list of selected msgs
4375                 in summaryview
4376         * src/mainwindow.c
4377                 toolbar reply refactoring
4378
4379 2003-03-03 [paul]       0.8.10claws72
4380
4381         * sync with 0.8.10cvs21
4382                 see ChangeLog 2003-03-03
4383
4384 2003-03-02 [christoph]  0.8.10claws71
4385
4386         * src/common/passcrypt.c
4387                 use POSIX includes
4388
4389 2003-03-02 [christoph]  0.8.10claws70
4390
4391         * configure.ac
4392         * src/prefs_account.c
4393         * src/prefs_gtk.[ch]
4394         * src/common/.cvsignore
4395         * src/common/Makefile.am
4396         * src/common/passcrypt.c                ** NEW **
4397         * src/common/passcrypt.h.in             ** NEW **
4398                 Implement password encryption in config files
4399                 using unix encrypt and setkey functions. The crypt
4400                 key can be set as a configure parameter. Old
4401                 passwords will be converted if they do not begin
4402                 with '!'
4403
4404 2003-03-02 [paul]       0.8.10claws69
4405
4406         * src/prefs_account.c
4407                 fix compile error
4408
4409 2003-03-01 [thorsten]   0.8.10claws68
4410
4411         * po/el.po
4412           po/hr.po
4413           po/it.po
4414           po/nl.po
4415           po/sr.po
4416           po/sv.po
4417                 corrected format strings
4418         * po/en_GB.po
4419                 corrected headers
4420                 (fix compile errors with GNU gettext-0.11.5)
4421
4422 2003-03-01 [oliver]     0.8.10claws67
4423
4424         * src/summaryview.c
4425                 menu callbacks call toolbar_menu_reply
4426
4427 2003-03-01 [oliver]     0.8.10claws66
4428
4429         * src/mainwindow.c
4430         * src/messageview.c
4431                 menu callbacks call toolbar_menu_reply
4432         * src/toolbar.[ch]
4433                 callbacks from menu handled by toolbar_menu_reply
4434
4435 2003-03-01 [paul]       0.8.10claws65
4436
4437         * src/addressbook.c
4438                 revert commit 0.8.10claws54 - breaks editing of
4439                 addressbook.
4440                 
4441         * po/bg.po
4442                 update Bulgarian translation, submitted by
4443                 George Danchev
4444
4445 2003-02-28 [christoph]  0.8.10claws64
4446
4447         * src/account.c
4448         * src/addressadd.c
4449         * src/compose.c
4450         * src/gtkaspell.c
4451         * src/gtkxtext.h                ** REMOVE **
4452         * src/imap.c
4453         * src/matcher.[ch]
4454         * src/mh.c
4455         * src/news.c
4456         * src/pine.c
4457         * src/prefs_common.c
4458         * src/prefs_matcher.c
4459         * src/procheader.[ch]
4460         * src/procmsg.[ch]
4461         * src/toolbar.c
4462         * src/common/ssl_certificate.c
4463         * src/gtk/colorlabel.c
4464         * src/gtk/menu.c
4465                 o fix warnings
4466                 o remove code obsoleted by new cache and folder system rework
4467
4468 2003-02-28 [oliver]     0.8.10claws63
4469         
4470         * src/toolbar.[ch]
4471                 * fix bug where reply in Messageview replied to 
4472                 Message displayed in summaryview
4473                 (reportedd via ML by chinatinte at gmx dot ch)
4474                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4475                 didn't work in separate MessageView Toolbar
4476                 (wondering if anybody uses this at all ?)
4477         * src/summaryview.[ch]
4478                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4479                 (generalize reply and forward code);
4480         * src/messageview.c 
4481                 remove focus_in event which updated summaryview to messageview
4482
4483 2003-02-28 [paul]       0.8.10claws62
4484
4485         * po/Makefile.in.in
4486                 add the --check option
4487                 Patch submitted by Ricardo Mones Lastra
4488
4489 2003-02-28 [paul]       0.8.10claws61
4490
4491         * src/prefs_account.c
4492                 re-order 'Signature' items
4493
4494 2003-02-28 [paul]       0.8.10claws60
4495
4496         * sync with 0.8.10cvs20
4497                 see ChangeLog 2003-02-28
4498
4499 2003-02-28 [paul]       0.8.10claws59
4500
4501         * po/POTFILES.in
4502                 update to reflect recent movement of files
4503
4504 2003-02-28 [paul]       0.8.10claws58
4505
4506         * sync with 0.8.10cvs19
4507                 see ChangeLog 2003-02-28
4508
4509 2003-02-27 [martin]     0.8.10claws57
4510
4511         * src/prefs_matcher.c 
4512                 fix segfault in prefs_matcher_ok() when the
4513                 last entry is deleted and prevents that the
4514                 message "entry not saved" comes up after deleting
4515                 an entry
4516
4517 2003-02-27 [martin]     0.8.10claws56
4518
4519         * src/prefs_filtering.c 
4520                 fix segfault in prefs_filtering_ok() when the
4521                 last entry is deleted and prevents that the
4522                 message "entry not saved" comes up after deleting
4523                 an entry
4524
4525 2003-02-27 [paul]       0.8.10claws55
4526
4527         * sync with 0.8.10cvs18
4528                 see ChangeLog 2003-02-27
4529
4530 2003-02-27 [paul]       0.8.10claws54
4531
4532         * src/addressbook.c
4533                 fix bug where the address book crashes with 
4534                 multiple lookups.
4535                 Patch [687729] submitted by David Frager 
4536                 <dbfrager@users.sourceforge.net>
4537
4538 2003-02-25 [christoph]  0.8.10claws53
4539
4540         * src/Makefile.am
4541         * src/colorlabel.[ch]           ** REMOVE **
4542         * src/gtk/Makefile.am
4543         * src/gtk/colorlabel.[ch]       ** NEW **
4544                 move colorlabel files to gtk directory
4545
4546         * src/esmtp.[ch]                ** REMOVE **
4547                 has been merged into smtp.[ch] in 0.7.5
4548
4549 2003-02-25 [christoph]  0.8.10claws52
4550
4551         * src/Makefile.am
4552         * src/about.[ch]                ** REMOVE **
4553         * src/gtk/Makefile.am
4554         * src/gtk/about.[ch]            ** NEW **
4555                 move about files to gtk directory
4556
4557 2003-02-25 [christoph]  0.8.10claws51
4558
4559         * src/folder.c
4560                 some code optimization of folder scanning code
4561
4562         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4563
4564 2003-02-25 [christoph]  0.8.10claws50
4565
4566         * src/main.c
4567         * src/common/sylpheed.c
4568                 add command line parameter parsing to common code
4569
4570 2003-02-24 [christoph]
4571
4572         * Makefile.am
4573         * configure.ac
4574                 fix gnome prefix problems, the configure script now removed
4575                 `gnome-config --prefix` from `gnome-config --datadir`
4576                 and adds $(prefix} instead
4577
4578         (closes Bug 24 Makefile does not respect prefix when installing
4579          GNOME data)
4580
4581 2003-02-24 [christoph]  0.8.10claws49
4582
4583         * src/news.c
4584                 check for valid session before trying to authenticate
4585
4586         (closes Bug 60 crash if "authenticate on logon" is activated
4587          and newsserver-hostname is not valid)
4588
4589 2003-02-24 [melvin]     0.8.10claws48
4590
4591         * src/prefs_actions.c
4592                 Make sure all user's input is sent to the action and then
4593                 close the socket..
4594
4595 2003-02-23 [alfons]     0.8.10claws46
4596
4597         * src/summaryview.c
4598                 also wait cursor when deleting files
4599
4600 2003-02-23 [paul]
4601
4602         * tools/freshmeat_search.pl
4603           tools/google_search.pl
4604                 scripts should now work for any browser/browser command line
4605
4606 2003-02-22 [christoph]  0.8.10claws45
4607
4608         * src/procmsg.c
4609                 fix IMAP flag setting, IMAP flag is not handled correctly
4610                 anymore by the folder system and information about the
4611                 folder should not be saved in the MsgInfo (in my opinion)
4612
4613         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4614
4615 2003-02-22 [christoph]  0.8.10claws44
4616
4617         * src/summaryview.c
4618                 fix spelling of "label" ;-)
4619
4620 2003-02-22 [thorsten]   0.8.10claws43
4621
4622         * src/mimeview.c
4623           src/prefs_common.[ch]
4624           src/procmime.[ch]
4625                 do not use description as attachment name
4626
4627 2003-02-22 [alfons]     0.8.10claws42
4628
4629         * src/summaryview.c
4630                 freeze/thaw folder item updates when changing color labels,
4631                 and put a wait cursors on
4632
4633 2003-02-22 [thorsten]   0.8.10claws41
4634
4635         * src/mimeview.c
4636                 save-all fixes: crash if invoked on multipart container,
4637                 mimeinfo access, pathseparators, error dialog
4638
4639 2003-02-21 [alfons]     0.8.10claws40
4640
4641         * src/prefs_gtk.c
4642                 remove unused var
4643
4644 2003-02-21 [colin]      0.8.10claws39
4645
4646         * src/send.c
4647                 Fix smtp logging
4648
4649 2003-02-21 [colin]      0.8.10claws38
4650
4651         * src/summaryview.c
4652                 Freeze/thaw folderItem updates when filtering messages 
4653                 via Tools/Filter messages
4654
4655 2003-02-21 [paul]       0.8.10claws37
4656
4657         * src/compose.c
4658                 revert commit 0.8.10claws26, there are ulterior motives
4659                 for users to set a Reply-To header when posting to
4660                 newsgroups
4661
4662 2003-02-21 [paul]       0.8.10claws36
4663
4664         * sync with 0.8.10cvs17
4665                 see ChangeLog 2003-02-21
4666
4667 2003-02-20 [christoph]  0.8.10claws35
4668
4669         * src/imap.c
4670                 IMAP UID fetch speedup using SEARCH
4671
4672         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4673
4674         * src/imap.c
4675                 fix problem with UIDs in IMAP UID cache that no longer existed
4676
4677 2003-02-20 [christoph]  0.8.10claws34
4678
4679         * src/imap.c
4680         * src/procheader.c
4681         * src/procheader.h
4682                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4683
4684         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4685
4686         * src/imap.c
4687                 Rewrite imap_cmd_gen_recv use sock_getline instead
4688                 of sock_gets to avoid problems with too long reply
4689                 lines
4690     
4691 2003-02-20 [colin]      0.8.10claws33
4692         
4693         * src/prefs_account.c
4694                 Better wording
4695
4696 2003-02-20 [colin]      0.8.10claws32
4697
4698         * src/compose.c
4699                 Remove useless '&& !to_sender' 
4700
4701 2003-02-20 [darko]
4702
4703         * AUTHORS
4704                 change my e-mail address
4705
4706 2003-02-19 [colin]      0.8.10claws31
4707
4708         * src/prefs_common.c
4709                 X11 style colors for every configurable color
4710
4711 2003-02-19 [alfons]     0.8.10claws30
4712
4713         * src/prefs_gtk.[ch]
4714         * src/prefs_common.c
4715                 for color_new accept both plain integers and X11 style color
4716                 names (as found in /usr/lib/X11/rgb.txt)
4717
4718 2003-02-19 [paul]       0.8.10claws29
4719
4720         * src/mainwindow.c
4721                 add tooltips to online/offline button and account selector
4722                 button
4723
4724 2003-02-19 [paul]       0.8.10claws28
4725
4726         * src/folder.c
4727           src/news.c
4728           src/prefs_account.[ch]
4729           src/prefs_common.[ch]
4730                 move 'Maximum number of articles to download' to
4731                 account prefs.
4732                 clean up account prefs gui a little by hiding entries
4733                 rather then greying out entries
4734
4735 2003-02-19 [hiro]       0.8.10claws27
4736
4737         * src/common/utils.c
4738                 fix bug #54 'yesterdays date is displayed in the message 
4739                 summary window'
4740
4741 2003-02-19 [paul]       0.8.10claws26
4742
4743         * src/compose.c
4744                 fix bug reported in Feature Request [688596] 
4745                 'Reply-to header in news'
4746
4747 2003-02-18 [paul]       0.8.10claws25
4748
4749         * src/select-keys.c
4750                 add a 'List all keys' button to key selection dialog
4751
4752 2003-02-18 [colin]      0.8.10claws24
4753         
4754         * src/stock_pixmap.c
4755                 fix compile error
4756
4757 2003-02-18 [colin]      0.8.10claws23
4758
4759         * src/common/smtp.[ch]
4760           src/prefs_account.c
4761                 Try to starttls if it seems to be the only
4762                 way to authenticate a user
4763
4764 2003-02-18 [paul]       0.8.10claws22
4765
4766         * src/Makefile.am
4767           src/folderview.c
4768           src/stock_pixmap.[ch]
4769           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4770           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4771                 as a Drafts folder is a special folder allow it to have
4772                 its own unique icons
4773
4774 2003-02-18 [colin]      0.8.10claws21
4775
4776         * src/imap.c
4777                 Fix port selection when using starttls
4778
4779 2003-02-18 [paul]       0.8.10claws20
4780
4781         * src/mainwindow.c
4782           src/prefs_common.[ch]
4783                 make blue the default new mail colour
4784
4785 2003-02-18 [paul]       0.8.10claws19
4786
4787         * sync with 0.8.10cvs14
4788                 see ChangeLog 2003-02-18
4789
4790 2003-02-17 [jens]       0.8.10claws18
4791
4792         * src/common/md5.c
4793                 fixed a compile problem with gcc 3.3
4794                 works on 2.95.3 too (testet on PPC as it is big endian)
4795
4796 2003-02-17 [paul]       0.8.10claws17
4797
4798         * sync with 0.8.10cvs13
4799                 see ChangeLog 2003-02-17
4800
4801 2003-02-17 [paul]       0.8.10claws16
4802
4803         * sync with 0.8.10cvs12
4804                 see ChangeLog 2003-02-17
4805
4806 2003-02-16 [match]      0.8.10claws15
4807
4808         * src/addressbook.c
4809                 Eliminates reloading of address data when items
4810                 deleted or added. Applied submitted by
4811                 Luke Plant <lukeplant@softhome.net>
4812
4813 2003-02-16 [paul]       0.8.10claws14
4814
4815         * src/news.c
4816                 when a 'protocol error' is encountered disconnect from
4817                 the server. This means that the user can carry on viewing
4818                 other articles and doesn't have to either wait until the
4819                 server timesout or quit sylpheed.
4820                 Fixes bug #53 'Unable to read messages in newsgroups, 
4821                 displayed message doesn't change'
4822
4823 2003-02-15 [christoph]  0.8.10claws13
4824
4825         * src/imap.c
4826                 fix bug that stopped scanning of folders when an
4827                 IMAP folder was empty
4828
4829         (closes bug 46 stop scan messages in folders after empty folder)
4830
4831 2003-02-15 [paul]
4832
4833         * tools/Makefile.am
4834           tools/README
4835           tools/freshmeat_search.pl     ** NEW FILE **
4836           tools/google_search.pl        ** NEW FILE **
4837                 Add 2 Actions scripts which search freshmeat/google
4838                 for the selected text using the browser configured
4839                 in sylpheedrc.
4840                 
4841         Note: These scripts are very dependent on the format of the
4842         browser command and may not work on every occasion. Testing
4843         is welcome. 
4844
4845 2003-02-14 [alfons]     0.8.10claws12
4846
4847         * src/compose.c
4848                 fix breakage because of uninitialized account pointer.
4849                 please verify.
4850
4851 2003-02-14 [paul]       0.8.10claws11
4852
4853         * src/compose.c
4854           src/prefs_account.[ch]
4855           src/prefs_common.[ch]
4856                 move signature settings to Account Prefs
4857
4858 2003-02-14 [paul]       0.8.10claws10
4859
4860         * sync with 0.8.10cvs11
4861                 see ChangeLog 2003-02-14
4862
4863 2003-02-13 [thorsten]   0.8.10claws9
4864
4865         * src/news.c
4866                 revert news progressbar (GUI separation)
4867
4868 2003-02-13 [paul]       0.8.10claws8
4869
4870         * src/compose.c
4871                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4872                 paragraph 1
4873
4874 2003-02-13 [paul]       0.8.10claws7
4875
4876         * src/compose.[ch]
4877           src/summaryview.c
4878                 fix 'Follow-up and Reply-to' so that it creates a reply to
4879                 the newsgroup and the sender. If the message has the keyword
4880                 'poster' in the Followup-To header, all replies go to the
4881                 sender, re: RFC 1036, Section 2.2.3
4882                 rename all instances of 'ignore_replyto' to 'to_sender', both
4883                 were previously used, now we use just one.
4884
4885 2003-02-13 [paul]       0.8.10claws6
4886
4887         * sync with 0.8.10cvs9
4888                 see ChangeLog 2003-02-13
4889
4890 2003-02-13 [paul]       0.8.10claws5
4891
4892         * configure.ac
4893                 show which plugins are configured in the configure
4894                 output.
4895
4896 2003-02-12 [thorsten]   0.8.10claws4
4897
4898         * src/news.c
4899                 show progress while fetching news headers
4900
4901 2003-02-12 [christoph]  0.8.10claws3
4902
4903         * configure.ac
4904         * src/plugins/Makefile.am
4905                 use AM_CONDITIONAL to enable plugins, automake correctly
4906                 manages this when creating distdir
4907
4908 2003-02-12 [christoph]  0.8.10claws2
4909
4910         * ac/spamassassin.m4
4911         * src/plugins/spamassassin/Makefile.am
4912                 fix building SpamAssassin plugin without OpenSSL
4913
4914 2003-02-12 [paul]       0.8.10claws1
4915
4916         * ac/Makefile.am
4917           src/Makefile.am
4918           src/plugins/Makefile.am
4919                 fix failure of 'make release'
4920
4921 2003-02-12 [paul]       0.8.10claws
4922
4923         * 0.8.10claws released
4924
4925 2003-02-12 [paul]       0.8.9claws56
4926
4927         * po/bg.po
4928           po/es.po
4929           po/it.po
4930           po/ru.po
4931           po/sr.po
4932                 updated translations by George Danchev, Ricardo Mones Lastra,
4933                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4934                 
4935         * sylpheed.spec.in
4936                 Allow the building of RPMs by a regular user. Submitted
4937                 by Sergei Astanin
4938
4939 2003-02-11 [alfons]     0.8.9claws55
4940
4941         * src/colorlabel.c
4942                 don't use pixmaps for label color rect but draw rectangles
4943                 so we can respect the color map of palette based visuals
4944                 (fixes the long time crashes on Suns - thanks to Andreas
4945                 Engel and Steve O'Hara-Smith for testing)
4946
4947 2003-02-11 [christoph]  0.8.9claws54
4948
4949         * src/matcher_parser_parse.y
4950                 correct bug where filering rules of not existing folders in
4951                 matcherrc were added to global filtering
4952                 
4953         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4954          main filter-rules after removing directory, http://bugs.debian.org/180253)
4955         
4956 2003-02-11 [paul]       0.8.9claws53
4957
4958         * sync with 0.8.10cvs7
4959                 see ChangeLog 2003-02-09
4960
4961 2003-02-11 [melvin]     0.8.9claws52
4962
4963         * po/fr.po
4964                 Updated French tranlsations
4965
4966 2003-02-10 [paul]       0.8.9claws51
4967
4968         * sylpheed.spec.in
4969                 correct --enable-openssl
4970                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4971
4972 2003-02-09 [martin]     0.8.9claws50
4973
4974         * src/prefs_matcher.c
4975                 fix segfault in prefs_matcher_substitute_cb() when
4976                 no row is selected
4977
4978 2003-02-09 [paul]       0.8.9claws49
4979
4980         * src/folderview.c
4981                 fix bug where a newsgroup folder's processing rules were
4982                 merged with the global filtering rules when the newsgroup
4983                 folder was deleted, causing some seriously bad results,
4984                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4985
4986 2003-02-08 [melvin]     0.8.9claws48
4987
4988         * src/compose.c
4989                 Corrected and modified an alert message.
4990
4991 2003-02-07 [paul]       0.8.9claws47
4992
4993         * src/folderview.c
4994                 fix bug where both an 'Account properties' window and a
4995                 'Folder properties' window were opened when clicking on
4996                 'Properties' in an NNTP or IMAP folder's popup menu.
4997
4998 2003-02-07 [paul]       0.8.9claws46
4999
5000         * sync with 0.8.10cvs6
5001                 see ChangeLog 2003-02-06
5002
5003 2003-02-06 [christoph]  0.8.9claws45
5004
5005         * src/mbox.c
5006                 freeze folder updates while importing mbox files
5007                 (closes bug 43 importing mbox took hours)
5008                 
5009         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5010
5011 2003-02-06 [thorsten]   0.8.9claws44
5012
5013         * po/de.po
5014                 Updated german translations
5015
5016 2003-02-06 [thorsten]   0.8.9claws43
5017
5018         * src/news.h
5019                 use guint for message numbers (fix count in grouplist dialog)
5020
5021 2003-02-05 [paul]       0.8.9claws42
5022
5023         * sync with 0.8.10cvs2
5024                 see ChangeLog 2003-02-05
5025
5026 2003-02-04 [colin]      0.8.9claws41
5027
5028         * src/prefs_common.[ch]
5029           src/procmsg.c
5030           src/summaryview.c
5031                 Add an option to disable threading by subject
5032
5033 2003-02-04 [christoph]  0.8.9claws40
5034
5035         * src/inc.c
5036                 only abort fetching mails from multiple accounts when the
5037                 error is fatal and does not allow to check any more accounts
5038                 (currently only disk full error)
5039
5040         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5041          receive mails for other accouts)
5042
5043 2003-02-04 [christoph]  0.8.9claws39
5044
5045         * src/folder.c
5046                 first add the new message to the cache, then
5047                 send the update notification
5048
5049         (closes bug 39 after sending message folderview doesnt get updated)
5050
5051 2003-02-04 [colin]      0.8.9claws38
5052
5053         * src/inc.c
5054                 _really_ fix this Connecting... status
5055
5056 2003-02-04 [paul]       0.8.9claws37
5057
5058         * sync with 0.8.10
5059                 see ChangeLog 2003-02-04
5060
5061 2003-02-04 [paul]       0.8.9claws36
5062
5063         * sync with 0.8.9cvs6
5064                 see ChangeLog 2003-02-03
5065
5066 2003-02-04 [paul]       0.8.9claws35
5067
5068         * po/pt_BR.po
5069                 updated by AndrĂ© Filipe de Assunção e Brito 
5070                 <bedecko@netsite.com.br>
5071
5072 2003-02-03 [thorsten]   0.8.9claws34
5073
5074         * po/de.po
5075                 Updated german translations
5076
5077 2003-02-02 [paul]       0.8.9claws33
5078
5079         * po/es.po
5080                 updated by Ricardo Mones Lastra
5081
5082 2003-02-02 [thorsten]   0.8.9claws32
5083
5084         * src/mh.c
5085                 Fix mh_get_msginfo() segfault if file is inaccessible
5086
5087 2003-01-31 [colin]      0.8.9claws31
5088
5089         * src/procheader.c
5090                 Fix last commit's bug
5091
5092 2003-01-31 [colin]      0.8.9claws30
5093
5094         * src/procheader.c
5095                 Missing a change for gpg-signed messages
5096
5097 2003-01-31 [paul]       0.8.9claws29
5098
5099         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5100           src/procheader.c
5101           src/stock_pixmap.[ch]
5102           src/summaryview.c
5103                 indicate GnuPG signed messages by displaying an icon
5104                 in the Attachment column.
5105
5106 2003-01-31 [paul]       0.8.9claws28
5107
5108         * sync with 0.8.9cvs4
5109                 see ChangeLog 2003-01-31
5110
5111 2003-01-31 [alfons]     0.8.9claws27
5112
5113         * src/textview.c
5114                 tune URI parser to accept mailto URLs with a '?'
5115                 (patch from Ruslan Balkin)
5116
5117 2003-01-31 [colin]      0.8.9claws26
5118
5119         * src/summaryview.c
5120                 Fix a leak introduced in claws24
5121
5122 2003-01-31 [colin]      0.8.9claws25
5123
5124         * src/summaryview.c
5125                 Freeze/Thaw folder updates when deleting dups
5126
5127 2003-01-31 [colin]      0.8.9claws24
5128         
5129         * src/addr_compl.c
5130           src/summaryview.c
5131           src/msgcache.c
5132                 little speed improvements
5133
5134 2003-01-31 [colin]      0.8.9claws23
5135
5136         * src/summaryview.c
5137                 Fix segfault when forwarding nothing
5138                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5139                 
5140 2003-01-30 [paul]       0.8.9claws22
5141
5142         * sync with 0.8.9cvs3
5143                 see ChangeLog 2003-01-30
5144
5145 2003-01-30 [paul]       0.8.9claws21
5146
5147         * sync with 0.8.9cvs2
5148                 see ChangeLog 2003-01-30
5149
5150 2003-01-29 [paul]       0.8.9claws20
5151
5152         * sync with 0.8.9cvs1
5153                 see ChangeLog 2003-01-29
5154
5155 2003-01-28 [paul]       0.8.9claws19
5156
5157         * po/POTFILES.in
5158                 update to reflect changes. 
5159                 thanks to Ricardo Mones Lastra
5160
5161 2003-01-27 [christoph]  0.8.9claws18
5162
5163         * ac/openssl.m4
5164         * ac/spamassassin.m4
5165         * src/plugins/spamassassin/README
5166         * src/plugins/spamassassin/libspamc.[ch]
5167         * src/plugins/spamassassin/utils.[ch]
5168                 updated to latest libspamc
5169
5170 2003-01-27 [christoph]  0.8.9claws17
5171
5172         * src/folder.c
5173                 fix wrong use of procheader_get_header_fields
5174
5175 2003-01-27 [christoph]  0.8.9claws16
5176
5177         * src/news.c
5178         * src/prefs_account.[ch]
5179         * src/common/nntp.[ch]
5180                 allow to force authentication for NNTP servers
5181
5182         Patch submitted by Florian Mickler <dmk@d-labs.de>
5183
5184 2003-01-26 [paul]       0.8.9claws15
5185
5186         * src/summaryview.c
5187                 speed up of marking messages as read
5188                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5189
5190 2003-01-26 [christoph]  0.8.9claws14
5191
5192         * src/Makefile.am
5193         * src/mgutils.[ch]              ** REMOVE **
5194         * src/xml.[ch]                  ** REMOVE **
5195         * src/xmlprops.[ch]             ** REMOVE **
5196         * src/common/Makefile.am
5197         * src/common/mgutils.[ch]       ** NEW **
5198         * src/common/xml.[ch]           ** NEW **
5199         * src/common/xmlprops.[ch]      ** NEW **
5200                 move xml files to common directory
5201
5202 2003-01-26 [christoph]  0.8.9claws13
5203
5204         * src/plugins/spamassassin/spamassassin_gtk.c
5205                 only set gtk entry text if string is available
5206
5207 2003-01-26 [melvin]     0.8.9claws12
5208
5209         * src/description_window.c
5210                 Allow resizing of the window
5211                 Allow automatic horizontal scroll bar
5212                 Do not vertically expand and fill
5213
5214 2003-01-26 [christoph]  0.8.9claws11
5215
5216         * src/Makefile.am
5217         * src/gtkutils.[ch]             ** REMOVE **
5218         * src/common/sylpheed.c
5219         * src/gtk/Makefile.am
5220         * src/gtk/description_window.c
5221         * src/gtk/gtkutils.[ch]         ** NEW **
5222         * src/gtk/prefswindow.c
5223                 move gtkutils to gtk directory
5224
5225 2003-01-26 [paul]       0.8.9claws10
5226
5227         * src/summaryview.c
5228                 rename summary_unread_clicked() to summary_status_clicked()
5229
5230 2003-01-26 [melvin]     0.8.9claws9
5231
5232         * src/prefs_actions.c
5233                 Cosmetical changes to the help text
5234
5235 2003-01-26 [paul]       0.8.9claws8
5236
5237         * src/folder.[ch]
5238           src/mainwindow.c
5239           src/prefs_common.c
5240           src/prefs_sumamry_column.c
5241           summaryview.[ch]
5242                 rename the 'Unread' column to 'Status'
5243
5244 2003-01-25 [match]      0.8.9claws7
5245
5246         * src/mgutils.[ch]
5247                 removed reference to LDAP constants. removed error2string.
5248                 included functions to support LDAP dynamic queries.
5249         * src/syldap.h
5250                 moved LDAP constants here.
5251         * src/addressbook.c
5252         * src/addrindex.c
5253         * src/importldif.c
5254                 removed references to LDAP constants and references to
5255                 error2string.
5256
5257 2003-01-25 [paul]       0.8.9claws6
5258
5259         * src/summaryview.c
5260                 summary_thread_build(), summary_thread_init(): remove 
5261                 unneeded reference to summaryview->folder_item
5262
5263 2003-01-25 [christoph]  0.8.9claws5
5264
5265         * src/gtk/description_window.c
5266                 o allow description texts to expand over multiple columns
5267                 o translate all columns
5268         * src/prefs_actions.c
5269                 change syntax description to use new multi column feature
5270
5271         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5272
5273 2003-01-25 [match]      0.8.9claws4
5274
5275         * src/vcard.c
5276                 fixed bug with Quoted-Printable
5277
5278 2003-01-25 [paul]       0.8.9claws3
5279
5280         * src/folder.[ch]
5281           src/summaryview.[ch]
5282                 implement per-folder collapsed/expanded threads setting
5283                 
5284         * src/prefs_common.c
5285                 remove global collapsed/expanded threads option
5286
5287 2003-01-25 [christoph]  0.8.9claws2
5288
5289         * po/POTFILES.in
5290                 add pluginwindow and prefswindow
5291         * src/compose.c
5292                 make send respond correctly to messages that could be added
5293                 to the queue folder, but the UID of the message is unknown
5294         * src/folder.c
5295         * src/imap.c
5296                 don't return guessed UIDs in imap_add_msg anymore. We return
5297                 0 to tell the folder system it was appened but the UID is
5298                 unknown. Folder system now get's the UID by scaning the folder
5299                 and searching the cache for the Message-ID
5300                 (closes bug #29 Messages queued, but not sent)
5301
5302 2003-01-25 [paul]       0.8.9claws1
5303
5304         * src/codeconv.c
5305                 conv_encode_header():  fix bug when long headers with 8-bit
5306                 characters are used, so that the encoded words are wrapped.
5307                 If the space in the original text falls on the wrap boundary,
5308                 it can be lost.
5309                 Patch by Sergey Vlasov.
5310                 
5311         * src/folderview.c
5312                  fix bug where a change to the sorting method or thread view
5313                  of a folder's messages is lost if simpify-subject is set and
5314                  toggled on or off.
5315                  Patch by Luke Plant.
5316
5317 2003-01-24 [paul]       0.8.9claws
5318
5319         * sylpheed-0.8.9claws released
5320         
5321         * Makefile.am
5322           sylpheed.spec.in
5323                 remove reference to 'INSTALL.jp'
5324
5325 2003-01-23 [paul]       0.8.8claws128
5326
5327         * po/es.po
5328           po/it.po
5329           po/ru.po
5330           po/sr.po
5331                 updated translations. submitted by Ricardo Mones Lastra,
5332                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5333
5334 2003-01-23 [colin]      0.8.8claws127
5335
5336         * src/compose.c
5337                 Fix drafted and queued news articles re-edition
5338
5339 2003-01-23 [melvin]     0.8.8claws126
5340
5341         * po/fr.po
5342                 Updated French translations
5343
5344 2003-01-23 [colin]      0.8.8claws125
5345
5346         * src/inc.c
5347                 Fix "Connecting to..." status message
5348
5349 2003-01-22 [paul]       0.8.8claws124
5350
5351         * po/bg.po
5352                 updated by George Danchev
5353                 
5354         * src/folder.c
5355                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5356                 and folder deletion
5357
5358 2003-01-21 [paul]       0.8.8claws123
5359
5360         * po/bg.po
5361                 updated by George Danchev
5362                 
5363         * src/about.c
5364                 its now 2003
5365                 
5366         * src/toolbar.c
5367                 don't translate 'Separator'
5368                 
5369         * src/plugins/spamassassin/Makefile.am
5370                 add aspell to CPPFLAGS
5371                 
5372         * src/plugins/spamassassin/spamassassin.c
5373           src/plugins/spamassassin/spamassassin_gtk.c
5374                 set correct default for spamassassin_receive_spam
5375                 slightly re-word descriptions and some
5376                 other minor changes
5377
5378 2003-01-19 [alfons]     0.8.8claws122
5379                 
5380         * src/mimeview.c
5381                 mimeview_save_as(): we might as well show the file name for
5382                 the single case "Save As" too
5383
5384 2003-01-19 [alfons]     0.8.8claws121
5385
5386         * src/crash.c
5387                 change bug tracker URL to bugzilla URL
5388
5389 2003-01-19 [alfons]     0.8.8claws120
5390
5391         * src/mimeview.c
5392                 mimeview_save_all(): display name of file before overwriting;
5393                 continue saving all, even when one overwrite was cancelled
5394
5395 2003-01-19 [christoph]  0.8.8claws119
5396
5397         * src/summaryview.c
5398         * src/procmsg.[ch]
5399                 fix wrong usage of procmsg_find_children in summaryview
5400                 by using procmsg_update_unread_children instead of
5401                 summaryview_update_unread_children
5402
5403 2003-01-19 [christoph]  0.8.8claws118
5404
5405         * src/procmsg.c
5406                 fix infinite loop in procmsg_find_children
5407                  (closes bug #25 sylpheed crashes on delete.)
5408
5409         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5410
5411 2003-01-19 [paul]       0.8.8claws117
5412
5413         * po/pt_BR.po
5414                 updated by Ivan Francolin Martinez
5415
5416 2003-01-18 [melvin]     0.8.8claws116
5417
5418         * src/prefs_actions.c
5419                 Removed syntax limitation of only one '&' at the end of command.
5420                         Now actions that contain '>/dev/null 2>&1' are possible.
5421
5422 2003-01-18 [melvin]     0.8.8claws115
5423
5424         * src/prefs_actions.c
5425                 Actions IO dialog: when the action ends
5426                 the "Close" button now has focus and [Escape] closes the
5427                 window.
5428
5429 2003-01-18 [christoph]  0.8.8claws114
5430
5431         * src/procmsg.c
5432                 o add debug output when MsgInfos are really freed
5433                 o free GSLists in procmsg_find_children and
5434                   procmsg_update_unread_children
5435
5436 2003-01-18 [christoph]  0.8.8claws113
5437
5438         * src/mainwindow.c
5439                 reorder Configuration menu
5440
5441 2003-01-18 [christoph]  0.8.8claws112
5442
5443         * src/compose.c
5444                 fix applying templates to forwarded messages
5445
5446         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5447
5448 2003-01-17 [christoph]  0.8.8claws111
5449
5450         * src/folder.c
5451                 destroy folder items, when a folder item is removed
5452
5453 2003-01-17 [christoph]  0.8.8claws110
5454
5455         * src/folder.c
5456                 fix wrong folder stats update when ignored message is
5457                 deleted
5458
5459 2003-01-17 [colin]      0.8.8claws109
5460         
5461         * src/mainwindow.c
5462         * src/summaryview.c
5463                 Quicksearch bugfixes: 
5464                 - hide help button at startup if not extended
5465                 - switch to extended when looking for replies
5466
5467 2003-01-17 [paul]
5468
5469         * sync with 0.8.9 release
5470
5471 2003-01-17 [paul]       0.8.8claws108
5472
5473         * sync with 0.8.8cvs11
5474                 see ChangeLog 2003-01-17
5475
5476 2003-01-16 [colin]      0.8.8claws107
5477
5478         * src/procmsg.c
5479                 Changed encryption test to re-ask passphrase
5480                 if an encrypted message hasn't been decrypted
5481                 Fixes bug #5
5482
5483 2003-01-16 [christoph]  0.8.8claws106
5484
5485         * src/prefs_gtk.c
5486         * src/prefs_toolbar.c
5487         * src/gtk/prefswindow.h
5488         * src/plugins/spamassassin/spamassassin_gtk.c
5489                 remove page destroy function that is not used anymore
5490
5491 2003-01-16 [paul]       0.8.8claws105
5492
5493         * sync with 0.8.8cvs9
5494                 see ChangeLog 2002-01-16
5495
5496 2003-01-16 [colin]      0.8.8claws104
5497
5498         * src/compose.[ch]
5499                 Fix bug with autosaved drafts for IMAP, when draft
5500                 folder is specified - fixes bugzilla bug #20
5501
5502 2003-01-15 [paul]       0.8.8claws103
5503
5504         * src/compose.[ch]
5505           src/procmsg.c
5506                 store folder and message-id of message forwarding
5507                 in queue header and set forward flag after sending
5508
5509 2003-01-15 [paul]       0.8.8claws102
5510
5511         * sync with 0.8.8cvs8
5512                 see ChangeLog 2002-01-15
5513
5514 2003-01-15 [colin]      0.8.8claws101
5515
5516         * src/Makefile.am
5517                 Fix linking with GNU libiconv
5518
5519 2003-01-15 [darko]      0.8.8claws100
5520
5521         * src/pine.c
5522                 fix crash when importing pine address book
5523                 entry with an empty name (reported by DY
5524                 <dybulk at tri8.net>)
5525
5526 2003-01-14 [paul]       0.8.8claws99
5527
5528         * configure.in  ** REMOVED **
5529           configure.ac  ** NEW FILE **
5530                 rename configure.in to configure.ac, as it is now
5531                 preferred
5532
5533 2003-01-14 [melvin]     0.8.8claws98
5534
5535         * src/folderview.c
5536                 folderview_check_new(): More precise function description
5537
5538 2003-01-14 [melvin]     0.8.8claws97
5539
5540         * src/folderview.c
5541                 folderview_check_new(): return the number of new messages 
5542                         since last check.
5543         * src/inc.c
5544                 inc_account_mail(): Disable counting of new messages for IMAP
5545                         and NNTP until bug [19] and [14] are fixed.
5546
5547 2003-01-14 [paul]       0.8.8claws96
5548
5549         * sync with 0.8.8cvs6
5550                 see ChangeLog 2003-01-14
5551
5552 2003-01-13 [alfons]     0.8.8claws95
5553
5554         * src/textview.c
5555                 tune email address validation (c. 0.8.8claws89): if . is 
5556                 just one char away from @, the address is invalid too 
5557                 (correctly rejects addresses like foo@.com)
5558
5559 2003-01-13 [paul]       0.8.8claws94
5560
5561         * src/messageview.c
5562           src/toolbar.c
5563                 fixes to the Message View toolbar and menu:
5564                 fix non-functioning Forward button
5565                 make Reply button consider default_reply_list
5566                 remove 'Follow-up...' menu entry
5567                 add 'Forward' and 'Redirect' menu entries
5568
5569 2003-01-13 [melvin]     0.8.8claws93
5570
5571         * src/inc.c
5572                 Fixed typo that could make new messages count incorrect.
5573
5574 2003-01-13 [melvin]     0.8.8claws92
5575
5576         * src/folderview.[ch]
5577                 folderview_check_new(): return the number of new messages.
5578         * src/inc.c
5579                 Should fix bug [14] where new mail notification worked 
5580                         incorrectly with IMAP accounts.
5581                 inc_spool_account(): return number of new msgs, or -1 on error
5582                 inc_all_spool(): return number of new msgs
5583                 
5584 2003-01-13 [melvin]     0.8.8claws91
5585
5586         * src/prefs_actions.c
5587                 Justify help text.
5588
5589 2003-01-12 [thorsten]   0.8.8claws90
5590
5591         * src/common/prefs.c
5592                 close file before rename
5593
5594 2003-01-12 [alfons]     0.8.8claws89
5595
5596         * AUTHORS
5597                 add Christian Mertes
5598         * src/common/utils.[ch]
5599                 g_stricase_hash(), g_stricase_equal(): functions for 
5600                 case insensitive hash tables
5601         * src/textview.c
5602                 use top level domain names to validate email address, based
5603                 on a patch by Christian Mertes (thanks!), but changed 
5604                 implementation to use a hash table 
5605
5606 2003-01-12 [paul]       0.8.8claws88
5607
5608         * po/bg.po
5609                 updated by George Danchev
5610
5611 2003-01-12 [alfons]     0.8.8claws87
5612
5613         * src/summaryview.c
5614                 delete / execute performance: use new style folder update
5615
5616 2003-01-12 [paul]       0.8.8claws86
5617
5618         * sync with 0.8.8cvs5
5619                 see ChangeLog 2003-01-13 (!)
5620
5621 2003-01-12 [alfons]     0.8.8claws85
5622
5623         * src/filtering.c
5624         * src/matcher_parser_parse.y
5625                 prepare change_score filtering action
5626         * src/matcher.[ch]
5627                 give up const-correctness on functions that call non-const-correct functions;
5628                 several casts to gpointer in g_free();
5629                 add change_score;
5630
5631 2003-01-12 [christoph]  0.8.8claws84
5632
5633         * src/compose.c
5634                 fix 2 warnings
5635
5636         * src/gtk/prefswindow.[ch]
5637         * src/plugins/spamassassin/spamassassin_gtk.c
5638                 changed the call of the widget create function
5639                 for PrefsPages, because sometimes the widget
5640                 create function needs a widget that already has
5641                 been attached to a window (to create GDK pixmaps
5642                 for exmaple). So we simply pass the GtkWindow as
5643                 the second parameter now.
5644
5645         * src/main.c
5646         * src/mainwindow.c
5647         * src/prefs_toolbar.[ch]
5648                 rewrite Toolbar Preferences using the new
5649                 prefs window
5650
5651 2003-01-11 [alfons]     0.8.8claws83
5652
5653         * src/addressadd.c
5654                 fix crash when adding sender to addressbook because status bar
5655                 isn't there (the status bar doesn't seem to be used though,
5656                 but I'll let Match decide what to do with it)
5657
5658 2003-01-11 [colin]      0.8.8claws82
5659
5660         * src/main.c
5661           src/toolbar.c
5662                 Two useless changes reversed
5663
5664 2003-01-11 [colin]      0.8.8claws81
5665
5666         * src/mainwindow.c
5667           src/mainwindow.h
5668                 Add mainwindow_get_mainwindow()
5669         * src/alertpanel.c
5670           src/alertpanel.h
5671                 Add alertpanel_error_log() 
5672         * src/compose.c
5673           src/inc.c
5674           src/messageview.c
5675           src/toolbar.c
5676           src/main.c
5677           src/procmsg.c
5678                 Network errors get a View Log button
5679
5680 2003-01-10 [alfons]     0.8.8claws80
5681
5682         * src/prefs_toolbar.c
5683         * src/toolbar.c
5684                 use the translatable string for "Separator" as file name for
5685                 separator toolbar items (probably make this uppercase?)
5686
5687 2003-01-10 [alfons]     0.8.8claws79
5688
5689         * src/prefs_toolbar.c
5690                 put right A_SEPARATOR description string in "displayed
5691                 toolbar items list" so manually added separators are
5692                 saved correctly (bug #10, "Adding a separator to the main 
5693                 toolbar fails, entry in xml file is wrong")
5694
5695 2003-01-10 [christoph]  0.8.8claws78
5696
5697         * src/imap.c
5698                 o fix warnings
5699                 o use CAPABILITY to check if NAMESPACE is available
5700
5701 2003-01-10 [christoph]  0.8.8claws77
5702
5703         * src/imap.[ch]
5704                 apply UIDPLUS IMAP extension support patch
5705
5706         Patch submitted by Simon 'corecode' Schubert
5707
5708 2003-01-10 [paul]       0.8.8claws76
5709
5710         * src/folderview.c
5711                 a sync from main which fixes the news account folders'
5712                 Properties bug
5713
5714 2003-01-10 [christoph]  0.8.8claws75
5715
5716         * src/folder.c
5717                 don't accept 0 as a valid uid returned by copy and move
5718                 functions. 0 means the message was copied or moved but the
5719                 new uid could not be fetched. It is not an error condition
5720                 for the copy or move operation.
5721
5722 2003-01-10 [paul]       0.8.8claws74
5723
5724         * src/prefs_filtering.c
5725                 change English used in Alert when entry is not
5726                 saved.
5727                 
5728         * sync with 0.8.8cvs4
5729                 see ChangeLog 2003-01-10
5730
5731 2003-01-10 [darko]      0.8.8claws73
5732
5733         * src/pine.c
5734                 fix crash when importing address book entry
5735                 without a valid address
5736
5737 2003-01-09 [alfons]     0.8.8claws72
5738
5739         * src/inc.c
5740                 filtering performance: use new style folder update
5741
5742 2003-01-09 [christoph]  0.8.8claws71
5743
5744         * src/compose.c
5745         * src/gtk/menu.[ch]
5746                 fix wrong selecting of mime encoding type, when
5747                 opening property dialog of attachments in the
5748                 compose window. 7bit was always selected and that
5749                 destoryed files with 8bit data.
5750                 (closes bug #9 Sylpheed-claws destroys attachments when
5751                  changing MIME-types)
5752
5753 2003-01-09 [paul]       0.8.8claws70
5754
5755         * sync with 0.8.8cvs3
5756                 see ChangeLog 2003-01-09
5757
5758 2003-01-08 [alfons]     0.8.8claws69
5759         
5760         * src/addressadd.c
5761                 apply patch by Kim Schulz to fix build breakage
5762                 because of missing variable
5763
5764 2003-01-08 [paul]       0.8.8claws68
5765
5766         * sync with 0.8.8cvs2
5767                 see ChangeLog 2002-01-08
5768
5769 2003-01-08 [paul]       0.8.8claws67
5770
5771         * po/it.po
5772                 updated by Alessandro Maestri
5773                 
5774         * src/addressadd.c
5775                 when using 'Add sender to addressbook' allow
5776                 name to be edited and remarks to be entered
5777                 Patch submitted by Luke Plant
5778
5779 2003-01-08 [darko]      0.8.8claws66
5780
5781         * README.claws, src/summaryview.c
5782                 fix description for marked messages
5783
5784 2003-01-08 [paul]
5785
5786         * tools/Makefile.am
5787           tools/launch_phoenix  ** NEW FILE **
5788                 add script that enables using Phoenix as the default
5789                 web browser. 
5790                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5791                 
5792         * tools/OOo2sylpheed.pl
5793                 remove full path to sylpheed executable, just 'sylpheed'
5794                 will do
5795                 
5796         * tools/README
5797                 add launch_phoenix informtion and re-arrange and compress
5798                 the data a little
5799
5800 2003-01-07 [christoph]  0.8.8claws65
5801
5802         * src/folder.c
5803                 fix update for source folder when moving messages
5804         * src/procmsg.[ch]
5805         * src/summaryview.c
5806                 use function to set to_folder for message infos and
5807                 automatically update the op_count for old and new
5808                 folder
5809
5810 2003-01-07 [melvin]     0.8.8claws64
5811
5812         * src/prefs_actions.c
5813                 Fixed bug where an '%p' Action on a displayed image crashed 
5814                         Sylpheed
5815                 Code clean up (get rid of duplicated code and removed unnecessary 
5816                                 structure member)
5817
5818 2003-01-07 [christoph]  0.8.8claws63
5819
5820         * src/compose.c
5821         * src/folder.[ch]
5822         * src/folderview.c
5823         * src/import.c
5824         * src/inc.c
5825         * src/main.c
5826         * src/mainwindow.c
5827         * src/messageview.c
5828         * src/prefs_folder_item.c
5829         * src/procmsg.c
5830         * src/summaryview.c
5831         * src/toolbar.c
5832                 o remove all folder update triggering from the UI code. The folder
5833                   system should know much better when a folder needs an update.
5834                 o to prevent multiple updates in a row the folder updates can be
5835                   frozen for some time.
5836
5837                 Note: - Please verify that no updates are missing
5838                       - Check where freeze/thaws should be added
5839
5840 2003-01-07 [christoph]  0.8.8claws62
5841
5842         * src/prefs_actions.c
5843                 don't translate empty strings
5844
5845         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5846
5847 2003-01-06 [christoph]  0.8.8claws61
5848
5849         * src/prefs_actions.c
5850                 mark strings for gettext
5851         * src/prefs_matcher.c
5852                 use new description window for Execute action and
5853                 match condition in Filtering
5854
5855         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5856
5857 2003-01-06 [alfons]     0.8.8claws60
5858
5859         keep myself inspired to re-organize matcher part 8; 
5860         yes, more to come (I need to move out the descriptive
5861         text for actions to matcher.c, or at least make it not
5862         depend on the wicked ordering)
5863
5864         * src/prefs_matcher.c
5865                 add documentation so others may comprehend the
5866                 UI part of the conditions
5867                 
5868 2003-01-06 [christoph]  0.8.8claws59
5869
5870         * src/prefs_actions.c
5871                 use new description window for syntax help
5872         * src/gtk/description_window.c
5873                 fix display of descriptions with column count != 2
5874
5875         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5876
5877 2003-01-06 [christoph]  0.8.8claws58
5878
5879         * src/quote_fmt.c
5880         * src/summaryview.[ch]
5881         * src/gtk/Makefile.am
5882         * src/gtk/description_window.[ch]       ** NEW **
5883                 use a generic window to display syntax descriptions
5884                 currently used in quote_fmt and summaryview (new description
5885                 for extended quick search)
5886
5887         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5888
5889 2003-01-06 [paul]       0.8.8claws57
5890
5891         * sync with 0.8.8cvs1
5892                 see ChangeLog 2003-01-06
5893
5894 2003-01-06 [christoph]  0.8.8claws56
5895
5896         * src/mainwindow.c
5897         * src/prefs_gtk.[ch]
5898         * src/gtk/prefswindow.[ch]
5899         * src/plugins/spamassassin/spamassassin_gtk.c
5900                 o remove page management from prefswindow, pages
5901                   will be an argument to prefswindow_open
5902                 o prefswindow_open gets a datapointer that is
5903                   passed to the widget_create function to allow
5904                   creation of prefswindow for specific items
5905
5906 2003-01-06 [colin]      0.8.8claws55
5907         
5908         * src/summaryview.c
5909                 We don't want regexp in the reply-finder, 
5910                 because MIDs can contain !,$,. and so on
5911
5912 2003-01-06 [jens]       0.8.8claws54
5913
5914         * src/jpilot.c
5915                 fixed a wrong free in jpilot_read_db_files
5916
5917 2003-01-06 [alfons]     0.8.8claws53
5918
5919         re-organize matcher part 8; more to come
5920        
5921         * src/matcher.c
5922                 matcherprop_to_string(): put g_free()s before the
5923                 switch-case break to fix memleaks                
5924
5925 2003-01-06 [colin]      0.8.8claws52
5926
5927         * src/summaryview.c
5928                 cleanup & reply-finder now displays the first 
5929                 matching message
5930
5931 2003-01-05 [alfons]     0.8.8claws51
5932
5933         re-organize matcher part 7; more to come
5934
5935         * src/matcher.[ch]
5936                 fixes for constant correctness;
5937                 more documentation;
5938
5939 2003-01-05 [alfons]     0.8.8claws50
5940
5941         re-organize matcher part 6; more to come
5942         
5943         * src/matcher.[ch]
5944                 fixes for constant correctness;
5945                 more documentation;
5946         * src/filtering.c
5947                 fix for constant correctness
5948
5949 2003-01-05 [colin]      0.8.8claws49
5950
5951         * src/account.[ch]
5952                 Add account_get_reply_account function
5953         * src/compose.c
5954                 Use account_get_reply_account function 
5955         * src/summaryview.c
5956                 Basic reply-finder - click on the replied
5957                 icon gets you to the outbox using quick-search
5958
5959 2003-01-05 [paul]       0.8.8claws48
5960
5961         * src/prefs_common.c
5962                 small change to English
5963                 
5964         * src/prefs_filtering.c
5965                 prefs_filtering_action_select(): improve logic and uniformity
5966                 of gui
5967
5968 2003-01-05 [alfons]     0.8.8claws47
5969
5970         fine tune solution to focus problems (bug #7)
5971
5972         * src/mainwindow.c
5973                 mainwindow_focus_in_event(): remove grab event check
5974         * src/summaryview.c
5975                 summary_button_pressed(): move selection on right-click
5976                 too. we can't possibly move the selection back after
5977                 canceling a dialog, because gtk's incomplete focus 
5978                 management. whether this is a good solution, only time
5979                 will tell.
5980
5981 2003-01-05 [christoph]  0.8.8claws46
5982
5983         * src/imap.c
5984                 fix crash when no imap connection could be established
5985
5986 2003-01-05 [paul]       0.8.8claws45
5987
5988         * src/mainwindow.c
5989           src/sumamryview.c
5990           src/gtk/menu.[ch]
5991                 fix bug 605957 'shortcuts in popup-menu'
5992                 make user-defined shortcuts work
5993                 show shortcuts that are already defined
5994                 in the main menu
5995                 Patch submitted by Luke Plant
5996
5997 2003-01-05 [alfons]     0.8.8claws44
5998
5999         * src/mainwindow.c
6000                 focus_in_event handler should not select summary view row 
6001                 when another window (menu, dialog) grabbed for events 
6002                 (bug #7, "[0.8.8claws42] Message summary focus") 
6003
6004 2003-01-04 [christoph]  0.8.8claws43
6005
6006         * src/procmsg.c
6007                 update save folder after adding the sent message
6008                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6009
6010 2003-01-02 [christoph]  0.8.8claws42
6011
6012         * src/common/plugin.c
6013                 fix unloading of all plugins and unload
6014                 plugins in reverse order
6015                 
6016         * src/gtk/pluginwindow.c
6017                 implement function of load and unload button
6018
6019         * src/gtk/prefswindow.c
6020         * src/gtk/prefswindow.h
6021                 rename register function and add new unregister
6022                 function
6023
6024         * src/plugins/spamassassin/spamassassin_gtk.c
6025                 unregister prefs page and update for changes in
6026                 src/gtk/prefswindow.c
6027
6028 2003-01-02 [paul]       0.8.8claws41
6029
6030         * po/es.po
6031                 updated by Ricardo Mones Lastra
6032
6033 2003-01-02 [paul]
6034
6035         * tools/tb2sylpheed
6036                 fixes and improvements by Urke MMI
6037
6038 2003-01-02 [thorsten]   0.8.8claws40
6039
6040         * src/procmsg.c
6041                 fixed wrong return value
6042
6043 2003-01-02 [thorsten]   0.8.8claws39
6044
6045         * src/prefs.c
6046                 fixed printing wrong variable
6047
6048 2003-01-02 [thorsten]   0.8.8claws38
6049
6050         * src/prefs.c
6051                 fixed acessing members of freed pfile struct
6052
6053 2003-01-02 [thorsten]   0.8.8claws37
6054
6055         * src/procmsg.c
6056                 detect loops across several messages
6057                 as suggested by Christoph Hohmann
6058
6059 2003-01-01 [match]      0.8.8claws36
6060
6061         * src/addrindex.c
6062                 fixed another memory leak.
6063
6064 2003-01-01 [match]      0.8.8claws35
6065
6066         * src/jpilot.[ch]
6067                 fixed memory leaks. applied Doxygen comments.
6068
6069 2003-01-01 [thorsten]   0.8.8claws34
6070
6071         * src/procmsg.c
6072                 inhibit endless loop if msg references itself
6073                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6074
6075 2003-01-01 [christoph]  0.8.8claws33
6076
6077         * src/mainwindow.c
6078         * src/gtk/Makefile.am
6079         * src/gtk/pluginwindow.c                ** NEW **
6080         * src/gtk/pluginwindow.h                ** NEW **
6081                 add plugin window
6082
6083         * src/plugins/demo/demo.c
6084         * src/plugins/spamassassin/spamassassin.c
6085         * src/plugins/spamassassin/spamassassin_gtk.c
6086                 write better plugin descriptions
6087
6088 2002-12-31 [christoph]  0.8.8claws32
6089
6090         * src/gtk/prefswindow.c
6091         * src/plugins/spamassassin/spamassassin_gtk.c
6092                 some small improvements to GTK code
6093
6094 2002-12-31 [christoph]  0.8.8claws31
6095
6096         * src/plugins/spamassassin/spamassassin_gtk.c
6097                 enable folder select button
6098
6099 2002-12-31 [christoph]  0.8.8claws30
6100
6101         * src/mainwindow.c
6102         * src/gtk/Makefile.am
6103         * src/gtk/prefswindow.c                         ** NEW **
6104         * src/gtk/prefswindow.h                         ** NEW **
6105                 add new prefs window
6106
6107         * src/common/plugin.c
6108                 don't try to load empty config lines
6109         
6110         * src/plugins/spamassassin/Makefile.am
6111         * src/plugins/spamassassin/spamassassin.c
6112         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6113         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6114                 GTK config for SpamAssassin Plugin using
6115                 the new prefs window
6116
6117 2002-12-31 [paul]       0.8.8claws29
6118
6119         * po/POTFILES.in
6120                 remove obsolete entry 'src/menu.c'
6121
6122 2002-12-31 [alfons]     0.8.8claws28
6123
6124         * src/matcher.[ch]
6125         * src/matcher_parser_parse.y
6126         * src/prefs_matcher.c
6127                 add "ignore_thread" and "~ignore_thread" condition so it's
6128                 possible to make the actions / scoring operate on the ignore
6129                 thread flag
6130
6131 2002-12-31 [christoph]  0.8.8claws27
6132
6133         * src/addrbook.c
6134         * src/addrindex.c
6135         * src/folder.c
6136         * src/matcher.c
6137         * src/prefs_account.c
6138         * src/prefs_actions.c
6139         * src/prefs_customheader.c
6140         * src/prefs_display_header.c
6141         * src/prefs_gtk.c
6142         * src/procmime.c
6143         * src/toolbar.c
6144         * src/xmlprops.c
6145         * src/common/prefs.[ch]
6146                 extend prefs file handling for reading and automatic handling
6147                 of blocks. When reading prefs_set_block_label will automatically
6148                 move on to the block. When writing it will copy all other blocks
6149                 automatically
6150
6151         * src/common/plugin.c
6152                 Now loading plugin filenames from [Plugins] block in
6153                 sylpheed rc file
6154
6155 2002-12-30 [christoph]  0.8.8claws26
6156
6157         * src/common/hooks.[ch]
6158                 return abort status to caller of hooks_invoke
6159                 
6160         * src/inc.[ch]
6161                 invoke message filtering hook and stop
6162                 default handling when filter returns abort
6163
6164         * src/common/plugin.[ch]
6165         * src/plugins/demo/demo.c
6166                 modify plugin loader, because resolving symbols for strings
6167                 does not work correctly
6168         
6169         * configure.in
6170         * ac/spamassassin.m4                            ** NEW **
6171         * src/plugins/spamassassin/.cvsignore           ** NEW **
6172         * src/plugins/spamassassin/Makefile.am          ** NEW **
6173         * src/plugins/spamassassin/README               ** NEW **
6174         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6175         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6176         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6177                 add spamassassin plugin, see src/plugins/spamassassin/README
6178                 for details
6179
6180 2002-12-29 [alfons]     0.8.8claws25
6181
6182         * src/mainwindow.c
6183                 when moving focus from a message view to the main 
6184                 window, don't forget to select the summary node
6185                 of the displayed message. should fix "[ 659103 ] 
6186                 focus-follows-mouse confuses sylpheed"
6187
6188 2002-12-29 [christoph]  0.8.8claws24
6189
6190         * src/Makefile.am
6191         * src/stringtable.[ch]          ** REMOVE **
6192         * src/common/Makefile.am
6193         * src/common/stringtable.[ch]   ** NEW **
6194                 move stringtable files to common directory
6195
6196 2002-12-29 [christoph]  0.8.8claws23
6197
6198         * src/Makefile.am
6199         * src/menu.[ch]                 ** REMOVE **
6200         * src/gtk/Makefile.am
6201         * src/gtk/menu.[ch]             ** NEW **
6202                 move menu files to gtk directory
6203
6204 2002-12-29 [match]      0.8.8claws22
6205
6206         * src/addressbook.c
6207         * src/syldap.c
6208                 moved UI specific code out of LDAP code into addressbook
6209                 UI code. fixed memory leak.
6210
6211 2002-12-29 [christoph]  0.8.8claws21
6212
6213         * src/folder.c
6214                 only check for IGNORED parent message when message is
6215                 not IGNORED itself
6216
6217 2002-12-29 [alfons]     0.8.8claws20
6218
6219         * src/summaryview.c
6220                 set gtksctree's anchor correct (immediate execute
6221                 changes the tree's layout, and anchor points at 
6222                 the incorrect row). fixes "[ 657233 ] multiple msg 
6223                 delete sometimes off by 1".
6224                 we probably have to look for more tree layout /
6225                 anchor glitches.
6226
6227 2002-12-29 [paul]       0.8.8claws19
6228
6229         * src/summaryview.c
6230                 fix bug [ 659054 ] incorrect sorting of 'From' column
6231                 when using 'display sender using address book'
6232                 thanks to Alfons and Luke Plant
6233
6234 2002-12-29 [christoph]  0.8.8claws18
6235
6236         * src/folder.c
6237         * src/procmsg.[ch]
6238                 check parent messages for IGNORE THREAD flag, when adding,
6239                 moving or copying messages to a folder
6240
6241 2002-12-27 [alfons]     0.8.8claws17
6242
6243         re-organize matcher part 5; more to come
6244
6245         * src/matcher.c
6246                 hash keywords in matchparser_tab 
6247
6248 2002-12-27 [alfons]     0.8.8claws16
6249
6250         re-organize matcher part 4; more to come
6251
6252         * src/matcher_parser.h
6253         * src/matcher_parser_lex.l
6254         * src/matcher_parser_parse.y
6255                 cleanup
6256
6257 2002-12-27 [alfons]     0.8.8claws15
6258
6259         re-organize matcher part 3; more to come
6260
6261         * src/matcher.[ch]
6262                 cleanup
6263
6264 2002-12-27 [alfons]     0.8.8claws14
6265
6266         re-organize matcher part 2; more to come but this should
6267         work. cc me if there are any regressions.
6268
6269         * src/matcher.h
6270                 add prototype for get_matchparser_tab_id()
6271         * src/matcher_parser_lex.l
6272                 look up keywords using matchparser_tab_id();
6273
6274 2002-12-27 [alfons]     0.8.8claws12
6275
6276         re-organize matcher part 1
6277
6278         * src/matcher.h
6279                 map yacc generated constants to sylpheed matcher constants
6280         * src/matcher.c
6281                 add function to find a matcher constant from a string
6282
6283 2002-12-27 [christoph]  0.8.8claws11
6284
6285         * src/compose.c
6286                 MENUITEM_ADD casts the 4th argument from integer to pointer
6287                 so it probably should not be a pointer, this means we
6288                 should use account id for it and not the account's pointer
6289
6290 2002-12-27 [paul]       0.8.8claws10
6291
6292         * src/mainwindow.c
6293                 remove unneeded 'GtkWidget *vbox'
6294                 
6295         * src/summaryview.c
6296                 further sync with 0.8.8 - make sort
6297                 by recipient work as expected
6298                 
6299         * NEWS
6300                 sync with 0.8.8
6301
6302 2002-12-27 [paul]       0.8.8claws9
6303
6304         * po/pt_BR.po
6305                 updated by Ivan F. Martinez
6306                 
6307 2002-12-27 [darko]      0.8.8claws8
6308
6309         * src/common/utils.c
6310                 added locked pattern to extended search
6311
6312 2002-12-27 [alfons]     0.8.8claws7
6313
6314         * src/prefs_matcher.[ch]
6315                 clean up
6316
6317 2002-12-26 [alfons]     0.8.8claws6
6318
6319         * src/matcher.[ch]
6320         * src/matcher_parser_lex.l
6321         * src/matcher_parser_parse.y
6322         * src/prefs_matcher.c
6323                 allow color label as a condition in the matcher
6324
6325 2002-12-26 [oliver]     0.8.8claws5
6326         
6327         * src/toolbar.c 
6328                 enable Addressbook for Main and Messageview
6329         * src/prefs_actions.c
6330                 enable actions in Messageview
6331
6332 2002-12-26 [christoph]  0.8.8claws4
6333
6334         * src/common/plugin.c
6335                 add a little debug output
6336         * configure.in
6337         * src/plugins/demo/Makefile.am
6338                 better use of automake
6339
6340 2002-12-26 [christoph]  0.8.8claws3
6341
6342         * src/Makefile.am
6343         * src/common/Makefile.am
6344                 fix "make distdir"
6345
6346 2002-12-26 [christoph]  0.8.8claws2
6347
6348         * configure.in
6349                 sort configure checks into common / gtk / plugins
6350         * po/POTFILES.in
6351                 add src/prefs_gtk.c
6352         * src/Makefile.am
6353                 add plugins SUBDIR
6354         * src/main.c
6355         * src/common/sylpheed.[ch]
6356                 added now sylpheed_done function for shutdown
6357         * src/common/Makefile.am
6358         * src/common/plugin.[ch]                ** NEW **
6359                 plugin loader and unloader
6360         * src/plugins/.cvsignore                ** NEW **
6361         * src/plugins/Makefile.am               ** NEW **
6362                 build plugins
6363         * src/plugins/demo/.cvsignore           ** NEW **
6364         * src/plugins/demo/Makefile.am          ** NEW **
6365         * src/plugins/demo/demo.c               ** NEW **
6366                 small demo plugin that installs a logtext hook and
6367                 outputs the log text to stdout
6368
6369 2002-12-26 [paul]       0.8.8claws1
6370
6371         * po/es.po
6372                 updated by Ricardo Mones Lastra
6373
6374 2002-12-26 [paul]       0.8.8claws
6375
6376         * 0.8.8claws released
6377
6378 2002-12-26 [paul]       0.8.7claws12
6379
6380         * po/bg.po
6381                 updated by George Danchev
6382
6383 2002-12-26 [paul]       0.8.7claws11
6384
6385         * po/POTFILES.in
6386                 remove unneeded 'src/prefs.c' entry 
6387
6388 2002-12-26 [paul]       0.8.7claws10
6389
6390         * src/codeconv.c
6391           src/mainwindow.c
6392                 sync with 0.8.8 release
6393         
6394         * src/folder.[ch]
6395           src/mh.c
6396           src/summaryview.c
6397                 partial sync with 0.8.8 release
6398         
6399
6400 2002-12-25 [alfons]     0.8.7claws9
6401
6402         * src/matcher.[ch]
6403         * src/matcher_parser_lex.l
6404         * src/matcher_parser_parse.y
6405         * src/prefs_matcher.c
6406                 add locked flag to possible filtering / matcher 
6407                 conditions (also a good example what should be
6408                 done to add a simple boolean condition)
6409
6410 2002-12-25 [christoph]  0.8.7claws8
6411
6412         * src/Makefile.am
6413         * src/account.[ch]
6414         * src/addrbook.c
6415         * src/addressbook.c
6416         * src/addrindex.c
6417         * src/filtering.c
6418         * src/folder.c
6419         * src/matcher.c
6420         * src/prefs.[ch]                ** REMOVE **
6421         * src/prefs_account.c
6422         * src/prefs_actions.c
6423         * src/prefs_common.c
6424         * src/prefs_customheader.c
6425         * src/prefs_display_header.c
6426         * src/prefs_filtering.c
6427         * src/prefs_folder_item.c
6428         * src/prefs_gtk.[ch]            ** NEW **
6429         * src/prefs_matcher.c
6430         * src/prefs_scoring.c
6431         * src/prefs_summary_column.c
6432         * src/procmime.c
6433         * src/selective_download.c
6434         * src/toolbar.c
6435         * src/common/Makefile.am
6436         * src/common/prefs.[ch]         ** NEW **
6437                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6438
6439 2002-12-24 [alfons]     0.8.7claws7
6440
6441         * src/summaryview.c
6442                 summary_thread_build(): fix real cause of the crash mentioned in
6443                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6444                 this way we get meaningful ctree nodes 
6445
6446 2002-12-24 [oliver]     0.8.7claws6
6447
6448         * src/mainwindow.[ch]
6449         * src/messageview.[ch]
6450         * src/compose.[ch]
6451         * src/inc.c
6452         * src/summaryview.c
6453                 changes to use updated toolbar handling
6454                 
6455 2002-12-24 [oliver]     0.8.7claws5
6456
6457         * src/toolbar.[ch]
6458                 generic toolbar handling
6459                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6460         * src/prefs_toolbar.[ch]
6461                 adjust to handling
6462         
6463 2002-12-24 [oliver]     0.8.7claws4
6464         
6465         * src/stock_pixmap.[ch]
6466                 move SYLPHEED_LOGO to end of list in order 
6467                 to remove it from Custom Toolbar`s Icon View
6468
6469 2002-12-24 [alfons]     0.8.7claws3
6470
6471         * src/summaryview.c
6472                 summary_thread_build(): fix crash because of focus != selection 
6473                 after threading. when deleting the selection, gtk tries but fails 
6474                 to find the correct focusable element. we now force the selection
6475                 to be focused. this should solve the infamous bug reported by 
6476                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6477                 a test case is available. 
6478
6479 2002-12-24 [darko]      0.8.7claws2
6480
6481         * src/summaryview.c
6482                 don't crash when unmarking message with unread children
6483
6484 2002-12-23 [christoph]  0.8.7claws1
6485
6486         * src/Makefile.am
6487         * src/common/Makefile.am
6488                 update Makefiles for moved intl.h, version.h and defs.h
6489         * src/imap.c
6490                 rewrite imap_session_get to avoid duplicate code
6491
6492 2002-12-23 [paul]       0.8.7claws
6493
6494         * Santa-Claws released
6495         
6496         * po/hu.po
6497           po/ru.po
6498                 squeeze in updated Hungarian and Russian translations.
6499                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6500
6501 2002-12-23 [paul]       0.8.6claws129
6502
6503         * po/pl.po
6504                 updated by Witold Wladyslaw Wojciech Wilk
6505
6506 2002-12-23 [paul]       0.8.6claws128
6507
6508         * src/quote_fmt_parse.y
6509                 fix typo and add licence header
6510
6511 2002-12-23 [paul]       0.8.6claws127
6512
6513         * po/en_GB.po
6514                 updated
6515
6516 2002-12-23 [paul]       0.8.6claws126
6517
6518         * po/it.po
6519                 updated translation, submitted by Alessandro Maestri
6520                 
6521 2002-12-23 [paul]       0.8.6claws125
6522
6523         * src/quote_fmt_parse.y
6524                 fix signature-stripping on replies bug. match
6525                 '-- \n' and not '-- '.
6526
6527 2002-12-22 [paul]       0.8.6claws124
6528
6529         * po/bg.po
6530           po/es.po
6531           po/sr.po
6532                 updated translations. submitted by George Danchev,
6533                 Ricardo Mones Lastra, and Urke MMI respectively
6534
6535 2002-12-21 [paul]       0.8.6claws123
6536
6537         * src/addrbook.c
6538                 fix coding style
6539
6540 2002-12-21 [paul]       0.8.6claws122
6541
6542         * src/addrbook.c
6543                 fix bug [643638] where if a person is in one or more
6544                 addressbook groups editing that person's email 
6545                 address results in removal from those groups.
6546                 Patch submitted by Luke Plant.
6547
6548 2002-12-20 [christoph]  0.8.6claws121
6549
6550         * src/common/utils.c
6551         * src/summaryview.c
6552                 reimplement expand_search_string using GString to
6553                 prevent crashs caused by miscalculated string
6554                 lengths reported by Paul
6555
6556 2002-12-20 [christoph]  0.8.6claws120
6557
6558         * src/summaryview.c
6559                 don't use "changed" to check if op_count has to be changed as it
6560                 is also set when the message has unread children
6561                 (closes bug [ 653221 ] crash while deleting duplicates)
6562
6563 2002-12-20 [paul]       0.8.6claws119
6564
6565         * sync with 0.8.6cvs27
6566                 see ChangeLog 2002-12-20
6567
6568 2002-12-20 [paul]       0.8.6claws118
6569
6570         * sync with 0.8.6cvs26
6571                 see ChangeLog 2002-12-19 and 2002-12-20
6572
6573 2002-12-19 [alfons]     0.8.6claws117
6574
6575         * src/textview.c
6576                 fix incorrect parsing of email addresses, submitted by 
6577                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6578                 name display if it contains @".
6579
6580 2002-12-18 [paul]       0.8.6claws116
6581
6582         * sync with 0.8.6cvs23
6583                 see ChangeLog 2002-12-18
6584
6585 2002-12-18 [paul]       0.8.6claws115
6586
6587         * src/Makefile.am
6588         * src/account.c
6589         * src/codeconv.c
6590         * src/gtkutils.[ch]
6591         * src/imap.c
6592                 sync with 0.8.6cvs22.
6593                 see ChangeLog 2002-12-17 and 2002-12-18
6594
6595 2002-12-17 [christoph]  0.8.6claws114
6596
6597         * src/imap.c
6598                 o don't create a session if imap greeting fails
6599                 o don't close socket when authentication fails
6600                   this is done by imap_session_destroy
6601
6602 2002-12-17 [thorsten]   0.8.6claws113
6603
6604         * tools/Makefile.am
6605           tools/README
6606           tools/google_msgid.pl ** NEW FILE **
6607                 Added "search for message-id" script and doc
6608
6609 2002-12-17 [thorsten]   0.8.6claws112
6610
6611         * po/hu.po
6612                 Updated hungarian translation
6613                 (updated by Gal Zoltan)
6614
6615 2002-12-16 [christoph]  0.8.6claws111
6616
6617         * src/addr_compl.c
6618                 remove stupid addressbook dump to debug output
6619         * src/mh.c
6620                 fix memory leak found by Hiro
6621
6622 2002-12-14 [paul]       0.8.6claws110
6623
6624         * src/compose.c
6625                 fix menubar sensitivity on send
6626                 
6627         * src/prefs_filtering.c
6628         * src/prefs_matcher.c
6629         * src/prefs_scoring.c
6630                 Fix english ;)
6631                 
6632         * src/common/quoted-printable.h
6633                 sync: fix typo
6634         
6635 2002-12-13 [christoph]  0.8.6claws109
6636
6637         * src/Makefile.am
6638         * src/manage_window.[ch]        ** REMOVE **
6639         * src/gtk/Makefile.am
6640         * src/gtk/manage_window.[ch]    ** NEW **
6641                 move manage_window files to gtk directory
6642
6643 2002-12-13 [christoph]  0.8.6claws108
6644
6645         * src/Makefile.am
6646         * src/gtkshruler.[ch]           ** REMOVE **
6647         * src/gtk/Makefile.am
6648         * src/gtk/gtkshruler.[ch]       ** NEW **
6649                 move gtkshruler files to gtk directory
6650
6651 2002-12-13 [christoph]  0.8.6claws107
6652
6653         * src/Makefile.am
6654         * src/compose.c
6655         * src/gtkstext.[ch]             ** REMOVE **
6656         * src/gtkutils.[ch]
6657         * src/textview.c
6658         * src/gtk/gtkstext.[ch]         ** NEW **
6659         * src/gtk/Makefile.am
6660                 o move stext functions to gtkstext.c to remove
6661                   dependency of gtkutils
6662                 o move gtkstext files to gtk directory
6663
6664         * src/gtk/Makefile.am
6665         * src/gtk/sslcertwindow.[ch]
6666                 UI stuff can always depend on common code so
6667                 it's ok to add ../common to include path
6668
6669 2002-12-13 [colin]      0.8.6claws106
6670
6671         * src/summaryview.c
6672                 Disconnect sighandlers for mainwindow when
6673                 quicksearch has the focus
6674                 Fix bug #653231
6675         * src/mainwindow.[ch]
6676                 Make key_pressed callback public, to be able
6677                 to disconnect it
6678
6679 2002-12-13 [christoph]  0.8.6claws105
6680
6681         * src/mh.c
6682                 create .mh_sequences file in new MH folders
6683                 (closes feature request [ 523162 ] MH folders should
6684                  get a .mh_sequences)
6685
6686 2002-12-13 [colin]      0.8.6claws104
6687
6688         * src/summaryview.c
6689                 Better handling of quicksearch show/hide
6690                 (basically the button stays under the mouse 
6691                  when toggled)
6692
6693 2002-12-13 [paul]       0.8.6claws103
6694
6695         * sync with 0.8.6cvs17
6696                 see ChangeLog 2002-12-13
6697
6698 2002-12-13 [paul]       0.8.6claws102
6699
6700         * po/es.po
6701                 updated by Ricardo Mones Lastra
6702
6703 2002-12-11 [colin]       0.8.6claws101
6704
6705         * src/folder.c
6706                 remove statusbar stuff
6707           src/folderview.c
6708                 set statusbar verbosity when moving folders
6709
6710 2002-12-11 [colin]       0.8.6claws100
6711         * src/prefs_filtering.c
6712         * src/prefs_matcher.c
6713         * src/prefs_scoring.c
6714                 Fix english ;)
6715
6716 2002-12-11 [colin]       0.8.6claws99
6717
6718         * src/prefs_common.[ch]
6719                 Add summary_quicksearch_type
6720         * src/summaryview.c
6721                 Save last used quicksearch type
6722
6723 2002-12-11 [jens]       0.8.6claws98
6724         * src/prefs_filtering.c
6725         * src/prefs_matcher.c
6726         * src/prefs_scoring.c
6727                 added dialog for incomplete rules in scoring, filtering and
6728                 matcher to ask wheather really close
6729
6730 2002-12-11 [colin]      0.8.6claws97
6731
6732         * src/folder.c
6733                 Fix folder dnd statusbar logging
6734
6735 2002-12-10 [christoph]  0.8.6claws96
6736
6737         * src/compose.c
6738         * src/folder.c
6739         * src/imap.c
6740         * src/inc.c
6741         * src/main.c
6742         * src/mainwindow.c
6743         * src/news.c
6744         * src/send.c
6745         * src/statusbar.[ch]
6746         * src/common/hooks.c
6747         * src/common/log.[ch]
6748                 o handle verbose logging in statusbar directly in statusbar code
6749                   and common code does not need any knowledge about a statusbar
6750                 o remove direct calls to statusbar_(puts|pop)_all functions
6751
6752 2002-12-10 [jens]       0.8.6claws95
6753
6754         * src/*.c
6755                 removed gettext from g_warnings
6756         * po/POTFILES.in
6757                 cleaned and updated
6758         * po/de.po
6759                 updated
6760
6761 2002-12-10 [colin]      0.8.6claws94
6762
6763         * src/main.c
6764                 finish crash dialog fix
6765
6766 2002-12-10 [colin]      0.8.6claws93
6767
6768         * src/main.c
6769                 "Fix" "sylpheed already running" instead of
6770                 crash dialog appearing after a crash
6771
6772 2002-12-10 [colin]      0.8.6claws92
6773
6774         * po/POTFILES.in
6775                 add src/gtk/sslcertwindow.c
6776
6777 2002-12-10 [paul]       0.8.6claws91
6778
6779         * po/POTFILES.in
6780                 updated to reflect recent changes
6781                 submitted by Alessandro Maestri
6782
6783 2002-12-09 [christoph]  0.8.6claws90
6784
6785         * src/Makefile.am
6786         * src/smtp.[ch]                 ** REMOVE **
6787         * src/common/Makefile.am
6788         * src/common/smtp.[ch]          ** NEW **
6789                 move smtp files to common directory
6790
6791 2002-12-09 [christoph]  0.8.6claws89
6792
6793         * src/Makefile.am
6794         * src/session.[ch]              ** REMOVE **
6795         * src/common/Makefile.am
6796         * src/common/session.[ch]       ** NEW **
6797                 move session files to common directory
6798
6799 2002-12-09 [paul]       0.8.6claws88
6800
6801         * src/account.c
6802                 fix bug [649746] edit accounts: move account reverted
6803                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6804
6805 2002-12-09 [colin]      0.8.6claws87
6806
6807         * src/ssl_certificate.c
6808                 cleanup
6809
6810 2002-12-09 [colin]      0.8.6claws86
6811
6812         * src/ssl.c
6813                 Try to open the cert.pem database and 
6814                 issue a warning if it isn't there
6815
6816 2002-12-09 [colin]      0.8.6claws85
6817
6818         * src/common/ssl_certificate.c
6819         * src/gtk/sslcertwindow.c
6820                 Warning fixes
6821
6822 2002-12-09 [colin]      0.8.6claws84
6823
6824         * src/ssl_certificate.[ch] ** REMOVED **
6825         * src/common/ssl_certificate.[ch] ** NEW **
6826         * src/Makefile.am
6827         * src/common/Makefile.am
6828                 Moved ssl_certificate.[ch] to common
6829         * src/common/ssl.c 
6830                 Put back needed include
6831         * src/gtk/sslcertwindow.[ch]
6832                 Changed ssl_certificate.h include
6833         
6834 2002-12-09 [colin]      0.8.6claws83
6835
6836         * src/gtk/sslcertwindow.[ch]
6837                 Implement hook for certificate acception
6838         * src/ssl_certificate.[ch]
6839                 Implement hook for certificate acception
6840         * src/common/ssl.c
6841                 Reenable certificate acception check
6842         * src/mainwindow.c
6843                 Register sslcertwindow's hook
6844         
6845 2002-12-08 [christoph]  0.8.6claws82
6846
6847         * src/about.c
6848         * src/addr_compl.c
6849         * src/codeconv.c
6850         * src/manual.c
6851         * src/undo.c
6852         * src/common/utils.c
6853                 o add missing includes
6854                 o fix warnings
6855         * src/.cvsignore
6856         * src/common/.cvsignore
6857         * src/common/version.h          ** REMOVE **
6858                 remove autogenerated file
6859
6860 2002-12-08 [paul]       0.8.6claws81
6861
6862         * src/stringtable.c
6863                 put back needed include
6864
6865 2002-12-08 [colin]      0.8.6claws80
6866         
6867         * src/gtk/sslcertwindow.c
6868                 Cleaner popups when asking
6869         * src/ssl_certificate.c
6870         * src/prefs_common.[ch]
6871                 remove ssl certificate pref
6872                 put back needed include
6873         * src/undo.c
6874                 put back needed include
6875
6876 2002-12-08 [christoph]  0.8.6claws79
6877
6878         * src/folderview.c
6879         * src/logwindow.c
6880         * src/statusbar.c
6881         * src/summaryview.c
6882                 only abort hook invokation if required data is missing not
6883                 if our own data pointer is NULL, update hookfunction for
6884                 log window
6885
6886 2002-12-08 [paul]       0.8.6claws78
6887
6888         * src/about.c
6889         * src/addrcache.c
6890         * src/addrclip.c
6891         * src/addr_compl.c
6892         * src/addrselect.c
6893         * src/codeconv.c
6894         * src/colorlabel.c
6895         * src/enriched.c
6896         * src/esmtp.c
6897         * src/exporthtml.c
6898         * src/headerview.c
6899         * src/imageview.c
6900         * src/manual.c
6901         * src/noticeview.c
6902         * src/pgptext.c
6903         * src/scoring.c
6904         * src/sourcewindow.c
6905         * src/stringtable.c
6906         * src/undo.c
6907                 clean up: remove unneccesary includes
6908
6909 2002-12-08 [christoph]  0.8.6claws77
6910
6911         * src/folderview.c
6912         * src/statusbar.c
6913         * src/summaryview.c
6914         * src/common/hooks.[ch]
6915                 hook functions now have a gboolean return value, if a hook
6916                 returns TRUE it will stop executing of any more hooks in
6917                 the same hooklist for this invokation
6918
6919 2002-12-08 [colin]      0.8.6claws76
6920         
6921         * src/main.c
6922                 put back argv0 for CRASH_DIALOG
6923
6924 2002-12-08 [christoph]  0.8.6claws75
6925
6926         * src/Makefile.am
6927         * src/about.c
6928         * src/account.c
6929         * src/crash.c
6930         * src/esmtp.h
6931         * src/imap.[ch]
6932         * src/inc.c
6933         * src/main.c
6934         * src/mainwindow.c
6935         * src/news.c
6936         * src/pop.[ch]
6937         * src/prefs_account.[ch]
6938         * src/prefs_common.[ch]
6939         * src/send.[ch]
6940         * src/smtp.[ch]
6941         * src/ssl_certificate.[ch]
6942         * src/ssl_manager.[ch]
6943         * src/common/Makefile.am
6944         * src/common/log.c
6945         * src/common/nntp.[ch]
6946         * src/common/socket.[ch]
6947         * src/common/ssl.[ch]
6948         * src/gtk/sslcertwindow.[ch]
6949         * ac/openssl.m4
6950                 use new autoconf script to detect OpenSSL with extra parameters
6951                 to specify the location of libs and includes, also remove USE_SSL
6952                 to USE_OPENSSL
6953
6954         * src/common/sylpheed.[ch]
6955         * src/common/version.h.in
6956                 start seperation of common code initialization seperated from gui
6957
6958         * src/summaryview.c
6959                 The function that is called when a color label changes
6960                 should not change the color lable again
6961
6962 2002-12-08 [colin]      0.8.6claws74
6963
6964         * src/gtk/sslcertwindow.c
6965                 warning fixes
6966
6967 2002-12-08 [colin]      0.8.6claws73
6968
6969         * src/statusbar.c
6970           src/common/log.h
6971                 Register a hook for statusbar_puts_all
6972         * src/common/log.c
6973                 invoke statusbar_puts_all's hook
6974         
6975 2002-12-08 [colin]      0.8.6claws72
6976
6977         * src/ssl_certificate.c
6978                 Put back a badly-removed include
6979
6980 2002-12-08 [colin]      0.8.6claws71
6981
6982         * src/gtk/sslcertwindow.[ch]    ** NEW **
6983                 new certificate presentation
6984         * src/gtk/Makefile.am
6985                 add new files
6986         * src/ssl_certificate.[ch]
6987                 gtk cleanup, made utility functions public
6988         * src/ssl_manager.c
6989                 use new cert presentation
6990
6991 2002-12-07 [christoph]  0.8.6claws70
6992
6993         * src/Makefile.am
6994         * src/nntp.[ch]                 ** REMOVE **
6995         * src/common/Makefile.am
6996         * src/common/nntp.[ch]          ** NEW **
6997                 move nntp files to common directory
6998
6999 2002-12-07 [christoph]  0.8.6claws69
7000
7001         * src/procmsg.[ch]
7002         * src/summaryview.c
7003                 implement msginfo update callback using sylpheed's new
7004                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7005
7006 2002-12-06 [christoph]  0.8.6claws68
7007
7008         * src/editgroup.c
7009                 This patch changes the 'Edit Group Details' dialog to
7010                 allow extended selections in either pane, so that
7011                 addresses can be added or removed from a group more
7012                 quickly and easily. (it actually is a net decrease in
7013                 file size, as some unnecessary functions have been
7014                 removed). 
7015                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7016
7017 2002-12-06 [christoph]  0.8.6claws67
7018
7019         * src/Makefile.am
7020         * src/template.[ch]             ** REMOVE **
7021         * src/common/Makefile.am
7022         * src/common/template.[ch]      ** NEW **
7023                 move template files to common directory
7024
7025         * src/nntp.c
7026                 add missing log.h include
7027
7028 2002-12-06 [melvin]     0.8.6claws66
7029
7030         * src/prefs_actions.c
7031                 Added the trailing ">" syntax to insert command's output
7032                 without replacing old text (in contrast to trailing "|").
7033
7034 2002-12-05 [colin]      0.8.6claws65
7035         
7036         * src/common/utils.c
7037                 Don't modify original search_string or it'll change
7038                 the next iterations in the for()
7039
7040 2002-12-05 [darko]      0.8.6claws64
7041
7042         * src/common/utils.c
7043                 proper check for filtering commands, found by Colin
7044
7045 2002-12-05 [darko]      0.8.6claws63
7046
7047         * src/common/utils.c
7048                 check proper string for NULL pointer, found by Colin
7049
7050 2002-12-05 [darko]      0.8.6claws62
7051
7052         * src/common/utils.[ch]
7053                 expand_search_string(): new function
7054                 converts Mutt-like patterns to Sylpheed's
7055                 filtering engine
7056         * src/summaryview.c
7057                 use expand_search_string() to allow Mutt-like
7058                 patterns in extended search
7059         * README.claws
7060                 document extended option in quick search
7061
7062 2002-12-05 [paul]       0.8.6claws61
7063
7064         * sync with 0.8.6cvs16
7065                 see ChangeLog 2002-12-05
7066                 
7067         * po/POTFILES.in
7068                 clean up
7069
7070 2002-12-04 [christoph]  0.8.6claws60
7071
7072         * src/imap.[ch]
7073                 put imap authentication code into a new function and
7074                 remove it from imap_session_new that will allow to
7075                 send other commands before authentication
7076
7077 2002-12-04 [christoph]  0.8.6claws59
7078
7079         * src/imap.[ch]
7080                 use already existing method to prevent unneeded IMAP
7081                 folder selects. Set imap_select parameters to NULL
7082                 in some functions if the values are not required.
7083
7084         * src/xml.h
7085                 remove no longer required include
7086
7087 2002-12-04 [paul]       0.8.6claws58
7088
7089         * po/es.po
7090                 updated by Ricardo Mones Lastra
7091                 
7092         * configure.in
7093           po/hu.po      ** NEW FILE **
7094                 initial Hungarian translation, submitted
7095                 by Gál Zoltán <galzoli@hu.inter.net>
7096
7097 2002-12-03 [christoph]  0.8.6claws57
7098
7099         * src/Makefile.am
7100         * src/gtksctree.[ch]            ** REMOVE **
7101         * src/gtk/Makefile.am
7102         * src/gtk/gtksctree.[ch]        ** NEW **
7103                 move gtksctree files to gtk directory
7104
7105 2002-12-03 [christoph]  0.8.6claws56
7106
7107         * src/Makefile.am
7108         * src/md5.[ch]                  ** REMOVE **
7109         * srm/common/Makefile.am
7110         * src/common/md5.[ch]           ** NEW **
7111                 move md5 files to common directory
7112
7113         * src/gtkstext.c
7114                 remove not required #include
7115
7116 2002-12-03 [sergey]     0.8.6claws55
7117
7118         * src/gtkutils.c
7119         * src/gtkutils.h
7120                 gtkut_window_popup(): new function.
7121         * src/mainwindow.c
7122                 main_window_popup(): use gtkut_window_popup() to raise
7123                 window without changing its position.
7124                 (see sylpheed-main ML message [sylpheed:17247])
7125
7126 2002-12-03 [sergey]     0.8.6claws54
7127
7128         * src/send.c
7129                 send_message_local(): removed first-dot escaping
7130                 (SMTP-only, not needed for sending through pipe)
7131
7132 2002-12-03 [paul]       0.8.6claws53
7133
7134         * po/POTFILES.in
7135                 update to reflect recent changes (thanks
7136                 to Ricardo Mones Lastra)
7137                 
7138         * tools/filter_conv.pl
7139                  fix problem with quoted strings. Patch submitted
7140                  by Luke Plant <lukeplant@softhome.net>
7141
7142 2002-12-03 [paul]       0.8.6claws52
7143
7144         * sync with 0.8.6cvs15
7145                 see ChangeLog 2002-12-03
7146
7147 2002-12-02 [christoph]  0.8.6claws51
7148
7149         * src/logwindow.[ch]
7150         * src/common/log.[ch]
7151                 implement logging using a hook function
7152
7153         * src/folderview.c
7154         * src/folder.[ch]
7155                 define hooklist name in header file to avoid
7156                 errors caused by wrong spelling of hooklist names
7157
7158         * src/toolbar.c
7159                 fix warnings
7160
7161 2002-12-02 [christoph]  0.8.6claws50
7162
7163         * src/common/Makefile.am
7164                 add src/common/hooks.[ch]
7165
7166         * src/common/hooks.[ch]
7167                 implement a simple hook system using glib's hook functions
7168
7169         * src/folder.[ch]
7170         * src/folderview.c
7171                 use new hook system for folder item updates
7172
7173 2002-12-02 [christoph]  0.8.6claws49
7174
7175         * doc-src/ui_seperation.txt     ** NEW **
7176                 information for ui seperation
7177
7178         * src/Makefile.am
7179                 remove files that were moved to common
7180                 include common directory by default for the header files
7181
7182         * src/inc.c
7183         * src/common/socket.c
7184         * src/automaton.[ch]
7185                 implement automaton using g_io_*-functions instead of
7186                 gdk_input_add to make it ui independent
7187
7188         * src/codeconv.c
7189         * src/compose.c
7190         * src/ldif.c
7191         * src/pgptext.c
7192         * src/procmime.c
7193         * src/rfc2015.c
7194         * src/smtp.c
7195         * src/unmime.c
7196                 remove common/ prefix because directory is now in
7197                 include path
7198
7199         * src/compose.c
7200         * src/folder.c
7201         * src/folderview.c
7202         * src/mainwindow.c
7203         * src/messageview.c
7204         * src/prefs_common.c
7205         * src/procmsg.c
7206         * src/rfc2015.c
7207                 fix warnings
7208
7209         * src/imap.c
7210         * src/inc.c
7211         * src/news.c
7212         * src/pop.c
7213         * src/send.c
7214         * src/smtp.c
7215         * src/ssl_certificate.c
7216                 add log.h header file for logging functions
7217
7218         * src/main.c
7219         * src/common/utils.c
7220         * src/summaryview.c
7221         * src/xml.c
7222                 o move debug_mode to common/utils.c
7223                 o add functions to set and get debug_mode
7224
7225         * src/defs.h                    ** REMOVE **
7226         * src/intl.h                    ** REMOVE **
7227         * src/socket.[ch]               ** REMOVE **
7228         * src/ssl.[ch]                  ** REMOVE **
7229         * src/utils.[ch]                ** REMOVE **
7230                 replaced by new files in src/common/
7231         
7232         * src/common/Makefile.am
7233                 add new files in src/common/
7234
7235         * src/common/defs.h             ** NEW **
7236         * src/common/intl.h             ** NEW **
7237         * src/common/log.[ch]           ** NEW **
7238         * src/common/socket.[ch]        ** NEW **
7239         * src/common/ssl.[ch]           ** NEW **
7240         * src/common/utils.[ch]         ** NEW **
7241                 replacement for files in src/
7242
7243 2002-12-02 [colin]      0.8.6claws48
7244
7245         * src/folderview.c
7246                 Scroll folderview if necessary during dnd
7247
7248 2002-12-02 [colin]      0.8.6claws47
7249
7250         * src/folder.[ch]
7251                 Add check to verify a move is within a single mailbox
7252         * src/folderview.c
7253                 Add specific error string for this check
7254
7255 2002-12-02 [colin]      0.8.6claws46
7256
7257         * src/folder.c
7258                 Add a test to folder moving, remove a statusbar_print
7259         * src/folderview.c
7260                 Add Move folder... context-menu item
7261                 Factorize folder moving code
7262                 Enable folder DND for mbox
7263
7264 2002-12-01 [christoph]  0.8.6claws45
7265
7266         * ac/aspell.m4
7267                 remove conf.aspelltest if the version check fails
7268
7269 2002-11-30 [christoph]  0.8.6claws44
7270
7271         * autogen.sh
7272                 run libtoolize --force in autogen to create missing
7273                 libtool scripts
7274
7275 2002-11-30 [christoph]  0.8.6claws43
7276
7277         * src/Makefile.am
7278         * src/pgptext.c
7279         * src/procmime.c
7280         * src/rfc2015.c
7281         * src/uuencode.[ch]             ** REMOVED **
7282         * src/common/Makefile.am
7283         * src/common/uuencode.[ch]      ** NEW **
7284                 move uuen/decoder to common directory
7285
7286 2002-11-30 [christoph]  0.8.6claws42
7287
7288         * src/Makefile.am
7289         * src/base64.[ch]               ** REMOVED **
7290         * src/codeconv.c
7291         * src/compose.c
7292         * src/ldif.c
7293         * src/pgptext.c
7294         * src/procmime.c
7295         * src/rfc2015.c
7296         * src/smtp.c
7297         * src/unmime.c
7298         * src/common/Makefile.am
7299         * src/common/base64.[ch]        ** NEW **
7300                 move base64 en/decoder to common directory
7301
7302 2002-11-30 [christoph]  0.8.6claws41
7303
7304         * src/common                    ** NEW **
7305                 new directory for UI independent code
7306         * src/gtk                       ** NEW **
7307                 new directory for GTK frontend
7308         * src/common/.cvsignore         ** NEW **
7309         * src/gtk/.cvsignore            ** NEW **
7310                 ignore build files
7311         * src/common/Makefile.am        ** NEW **
7312         * src/gtk/Makefile.am           ** NEW **
7313                 automake files to build new seperated stuff
7314         * src/Makefile.am
7315                 the binary will currently still be build with the
7316                 files in src, so we include the code from the
7317                 subdirs for now after building the libs there
7318
7319 2002-11-30 [paul]       0.8.6claws40
7320
7321         * src/compose.c
7322                 fix bug [642731] 'Wrong selected account with drafted mail'
7323
7324 2002-11-29 [oliver]     0.8.6claws39
7325         
7326         * src/messageview.c
7327                 o update summaryview when switching between different
7328                   messageviews          
7329         * src/toolbar.c  
7330                 o check if messageview holds already removed msg
7331                   from summaryview
7332                 
7333
7334 2002-11-29 [oliver]     0.8.6claws38
7335
7336         * src/toolbar.c 
7337                 remove not needed variables and includes
7338                 make messageview stay opened and move to next when msgs are deleted 
7339
7340 2002-11-29 [oliver]     0.8.6claws37
7341         
7342         * src/toolbar.c 
7343                 disable compose button (messageview toolbar) by default
7344                 deleted msgs are moved to trash
7345         
7346 2002-11-29 [melvin]     0.8.6claws36
7347
7348         * configure.in
7349                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7350                 and to detect signatures expirations (gpgme 0.3.6)
7351
7352         * src/main.c
7353                 Use non obsolescent function for Gpgme engine checking.
7354
7355         * src/rfc2015.c
7356                 Inform about expired signatures or signatures which key
7357                 has expired. Expiration date is displayed.
7358
7359         * src/sigstatus.c
7360                 Inform about expired signatures or signatures which key
7361                 has expired.
7362
7363 2002-11-28 [paul]       0.8.6claws35
7364
7365         * src/folderview.c
7366                 re-instate 'Check for new messages' in Newsgroup
7367                 folders right-click menu, after a suggestion from
7368                 Tim Mann <timmann@users.sourceforge.net>
7369
7370         * src/main.c
7371                 after a crash check only local folders for new
7372                 messages
7373
7374 2002-11-28 [paul]       0.8.6claws34
7375
7376         * configure.in
7377                 apply patch that fixes the checking of GTK with XIM 
7378                 support on different OSs, such as FreeBSD. Patch 
7379                 submitted by Topia <topia@users.sourceforge.net>
7380                 
7381 2002-11-28 [paul]       0.8.6claws33
7382
7383         * src/mainwindow.c
7384           src/prefs_common.c
7385           src/prefs_toolbar.c
7386                 more changes to the English
7387
7388 2002-11-28 [paul]       0.8.6claws32
7389
7390         * sync with 0.8.6cvs13
7391                 see ChangeLog 2002-11-28 (no sync needed
7392                 for src/compose.c)
7393
7394 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7395         
7396         * src/mainwindow.[ch]
7397                 add patch by Ivan F. Martinez introducing messageview Toolbar
7398                 some changes and committed by oliver    
7399
7400 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7401
7402         * src/messageview.[ch]
7403                 add patch by Ivan F. Martinez introducing messageview Toolbar
7404                 some changes and committed by oliver    
7405
7406 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7407
7408         * src/compose.[ch]
7409                 add patch by Ivan F. Martinez introducing messageview Toolbar
7410                 some changes and committed by oliver    
7411
7412 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7413         
7414         * src/toolbar.[ch]
7415                 add patch by Ivan F. Martinez introducing messageview Toolbar
7416                 some changes and committed by oliver
7417
7418 2002-11-28 [oliver]     0.8.6claws27
7419         
7420         * src/prefs_toolbar.[ch]
7421                 getting ready for messageview toolbar
7422                 free mem allocated by gettext
7423                 change prefs_toolbar to prefs_toolbar_open
7424  
7425 2002-11-28 [thorsten]   0.8.6claws26
7426
7427         * src/imageview.[ch]
7428                 cleaned up conflicting declarations of
7429                 imageview_show_image()
7430
7431 2002-11-28 [paul]       0.8.6claws25
7432
7433         * src/grouplistdialog.c
7434           src/prefs_common.c
7435           src/prefs_summary_column.c
7436                 a few more improvements to the English
7437
7438 2002-11-28 [colin]      0.8.6claws24
7439
7440         * man/sylpheed.1
7441                 A few updates to command-line parameters
7442
7443 2002-11-28 [colin]      0.8.6claws23
7444
7445         * src/prefs_filtering.c
7446                 Fix problems with prefs_filtering_delete_path:
7447                 a) if the first rule is removed, original pointers
7448                    weren't updated (leading to segfaults)
7449                 b) it was always global_processing updated in case
7450                    of removed path was parent of rule path
7451
7452 2002-11-27 [paul]       0.8.6claws22
7453
7454         * src/mainwindow.c
7455           src/prefs_account.c
7456           src/prefs_actions.c
7457           src/prefs_common.c
7458           src/prefs_customheader.c
7459           src/prefs_display_header.c
7460           src/prefs_filtering.c
7461           src/prefs_folder_item.c
7462           src/prefs_matcher.c
7463           src/prefs_scoring.c
7464           src/prefs_summary_column.c
7465           src/prefs_template.c
7466           src/prefs_toolbar.c
7467                  improve the English in the GUI
7468
7469 2002-11-27 [colin]      0.8.6claws21
7470
7471         * src/folder.c
7472                 Fix processing renaming problems happening after
7473                 last commit
7474
7475 2002-11-27 [colin]      0.8.6claws20
7476
7477         * src/folder.c
7478                 recursive move now deletes src each subfolder after 
7479                 having moved it
7480         * src/folderview.c
7481                 Use identifier instead of path during dnd (enables
7482                 IMAP folder dnd)
7483
7484 2002-11-27 [paul]       0.8.6claws19
7485
7486         * src/main.c
7487                 apply patch that does command-line processing 
7488                 BEFORE gtk_init, allowing claws to run from 
7489                 shell-scripts in non-X environment (e.g. crontab 
7490                 or ip-up, ip-down scripts). Patch submitted by
7491                 Ruslan N. Balkin <baron@dartel.ru>
7492                 
7493         * po/it.po
7494                 updated by Alessandro Maestri
7495
7496 2002-11-27 [paul]       0.8.6claws18
7497
7498         * sync with 0.8.6cvs12
7499           src/prefs_common.c
7500                 Differences are that main uses a 'Receive dialog'
7501                 frame on the Interface tab, whereas claws groups all 
7502                 the dialogs together in a 'Dialogs' frame.
7503
7504 2002-11-27 [colin]      0.8.6claws17
7505
7506         * src/prefs_matcher.c
7507                 Fix Execute criteria's NOT flag
7508
7509
7510 2002-11-26 [christoph]  0.8.6claws16
7511
7512         * src/ssl.c
7513                 rewrite the ssl code a little bit, only use one
7514                 SSL context, set default certificates' file/path
7515
7516 2002-11-26 [thorsten]   0.8.6claws15
7517
7518         * src/compose.c
7519                 default-reply-to didn't work for ml-reply
7520
7521 2002-11-26 [melvin]     0.8.6claws14
7522
7523         * src/prefs_actions.c
7524                 Made pipe-actions ignore short headers in message view
7525                 Made trailing-pipe-actions write in the message view with
7526                 the same font as the original message
7527
7528 2002-11-26 [paul]       0.8.6claws13
7529
7530         * src/compose.c
7531                 this time commit the correct file
7532
7533 2002-11-26 [paul]       0.8.6claws12
7534
7535         * sync with 0.8.6cvs11
7536           src/quote_fmt_parse.y  
7537                 no sync needed
7538           src/account.[ch]       
7539                 not sync'ed
7540           src/compose.c
7541                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7542                 on draft mode.
7543                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7544                 header
7545                 
7546         see ChangeLog 2002-11-25 and 2002-11-26
7547
7548 2002-11-26 [colin]      0.8.6claws11
7549
7550         * src/folderview.c
7551                 Fix collapsed folder not auto-expanding during
7552                 mail dnd, if it was the source folder.
7553
7554 2002-11-25 [colin]      0.8.6claws10
7555
7556         * src/folderview.[ch]
7557                 Variable renaming and cleaning (slist of nodes 
7558                 to be re-collapsed is stored in FolderView)
7559
7560 2002-11-25 [paul]       0.8.6claws9
7561
7562         * src/prefs_common.[ch]
7563                 fix breakage caused by last commit
7564
7565 2002-11-25 [paul]       0.8.6claws8
7566
7567         * sync with 0.8.6cvs4
7568                 see ChangeLog 2002-11-21
7569
7570 2002-11-25 [paul]       0.8.6claws7
7571
7572         * sync with 0.8.6cvs4
7573                 see ChangeLog 2002-11-20
7574
7575 2002-11-25 [paul]       0.8.6claws6
7576
7577         * sync with 0.8.6cvs3
7578                 see ChangeLog 2002-11-18
7579
7580 2002-11-25 [colin]      0.8.6claws5
7581
7582         * src/gtkutils.[ch]
7583                 Add gtkut_ctree_node_is_parent()
7584         * src/folderview.c
7585                 Spring-loaded folders
7586
7587 2002-11-25 [colin]      0.8.6claws4
7588
7589         * src/utils.[ch]
7590                 Add slist_concat_unique(), function to merge
7591                 two GSList filtering dups
7592         * src/folder.[ch]
7593         * src/summaryview.[ch]
7594         * src/folderview.c
7595         * src/main.c
7596                 Add detection/update/display of unread answers
7597                 to marked mails
7598         * src/procmsg.[ch]
7599                 Add procmsg_find_children()
7600                 Add procmsg_msg_has_marked_parent()
7601
7602 2002-11-25 [colin]      0.8.6claws3
7603
7604         * src/ssl_certificate.[ch]
7605                 Allow checking a certificate without a DNS
7606                 lookup
7607                 Allow to forget a cert (by deleting it)
7608                 Make ssl_certificate_destroy_public
7609         * src/ssl_manager.[ch] ** NEW FILES **
7610                 Gui to manage (display/remove) certificates
7611         * src/prefs_common.[ch]
7612                 Add a pref to allow silent acceptation of
7613                 trusted certificates or not (based on the
7614                 "I want to know what's going on" principle)
7615         * src/mainwindow.c
7616                 Add SSL manager in Tools menu
7617         * src/Makefile.am
7618                 Add the new files to the build
7619         * po/POTFILES.in
7620                 Add ssl_manager.c to translations
7621
7622 2002-11-25 [colin]      0.8.6claws2
7623
7624         * src/summaryview.[ch]
7625                 Add S_SEARCH_EXTENDED to the quick search, which 
7626                 allows to search using filtering syntax.
7627
7628 2002-11-25 [colin]      0.8.6claws1
7629
7630         * src/summaryview.c
7631                 Deletion of duplicates now prefer deleting
7632                 the unread dup (fixes feature-request 638989).
7633
7634 2002-11-24 [paul]       0.8.6claws
7635
7636         * po/es.po
7637           po/pl.po
7638           po/ru.po
7639           po/sr.po
7640                 updated by Ricardo Mones Lastra,
7641                 Witold Wladyslaw Wojciech Wilk,
7642                 Ruslan N. Balkin, and  Urke MMI 
7643                 respectively
7644
7645 2002-11-24 [paul]       0.8.5claws182
7646
7647         * po/bg.po
7648                 updated by George Danchev
7649
7650 2002-11-23 [alfons]     0.8.5claws181
7651
7652         * src/imap.c
7653                 tiny memory leak found by browsing Dimitar's 
7654                 valgrind report
7655
7656 2002-11-23 [paul]       0.8.5claws180
7657
7658         * po/it.po
7659                 updated by Alessandro Maestri
7660
7661 2002-11-22 [christoph]  0.8.5claws179
7662
7663         * src/compose.c
7664         * src/inc.c
7665         * src/prefs_filtering.c
7666         * src/summaryview.c
7667                 more warning fixes
7668
7669 2002-11-22 [alfons]     0.8.5claws178
7670
7671         * src/summaryview.c
7672                 summary_execute_delete_func(): if message is deleted, make 
7673                 sure to also remove its entry in the subject hash table. 
7674                 fixes a corner case bug.
7675
7676 2002-11-22 [paul]       0.8.5claws177
7677
7678         * .cvsignore
7679                 add 'autom4te.cache'
7680                 
7681         * ltconfig      ** REMOVED **
7682                 not needed
7683
7684 2002-11-22 [paul]       0.8.5claws176
7685
7686         * src/textview.c
7687                 textview_set_font(): fix for message display in
7688                 UTF-8 locales (thanks to Sergey Vlasov).
7689                 
7690         * AUTHORS
7691                 add new team members and contributors
7692
7693
7694 2002-11-21 [colin]      0.8.5claws175
7695
7696         * src/procmsg.[ch]
7697                 Add procmsg_remove_special_headers()
7698         * src/mh.c
7699                 Use procmsg_remove_special_headers() for 
7700                 previous fix
7701
7702 2002-11-21 [colin]      0.8.5claws174
7703
7704         * src/mh.c
7705                 Fix moving/copying from queue/draft folders
7706                 for MH folders
7707
7708 2002-11-21 [christoph]  0.8.5claws173
7709
7710         * src/crash.c
7711         * src/filtering.c
7712         * src/logwindow.c
7713         * src/main.c
7714         * src/matcher_parser_lex.[hl]
7715         * src/mbox.c
7716         * src/mbox_folder.[ch]
7717         * src/prefs_filtering.c
7718         * src/procheader.c
7719         * src/quote_fmt_lex.l
7720         * src/ssl.c
7721                 fix all warnings except the warnings in lex and yacc files
7722
7723 2002-11-20 [christoph]  0.8.5claws172
7724
7725         * src/imap.c
7726                 fix MsgInfo retrieval for IMAP draft and queue folders
7727                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7728
7729 2002-11-19 [christoph]  0.8.5claws171
7730
7731         * src/compose.c
7732                 fix segfault, when draft saving does not get
7733                 the MsgInfo of the new message
7734                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7735
7736 2002-11-19 [christoph]  0.8.5claws170
7737
7738         * src/procmsg.c
7739                 add parameter check for flag setting function
7740                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7741
7742 2002-11-18 [paul]       0.8.5claws169
7743
7744         * src/compose.c
7745                 more sensitivity fixes to redirect mode:
7746                 * disable toolbar draft button
7747                 * allow only Address book in the Tools menu
7748                 * disable editing of message by the spell
7749                   checker
7750
7751 2002-11-18 [paul]       0.8.5claws168
7752
7753         * src/compose.c
7754                 fix sensitivity of menu items in compose_redirect():
7755                 allow only the necessary items 
7756
7757 2002-11-18 [paul]       0.8.5claws167
7758
7759         * src/compose.c
7760                 fix bug [ 603259 ] 'attachment got lost on bounce'
7761
7762 2002-11-18 [paul]       0.8.5claws166
7763
7764         * po/ru.po
7765                 updated by Ruslan N. Balkin <baron@dartel.ru>
7766
7767 2002-11-18 [colin]      0.8.5claws165
7768
7769         * src/main.c
7770           src/defs.h
7771                 Remove old filtering stuff
7772
7773
7774 2002-11-17 [oliver]     0.8.5claws164
7775
7776         * src/toolbar.h
7777                 remove not needed typedef 
7778
7779 2002-11-17 [oliver]     0.8.5claws163
7780
7781         * src/toolbar.c
7782                 make toolbar's on click events translatable
7783
7784 2002-11-15 [colin]      0.8.5claws162
7785
7786         * src/summaryview.c
7787                 Revert too-soon integration of a feature
7788
7789 2002-11-15 [christoph]  0.8.5claws161
7790
7791         * src/imap.c
7792                 use main's implementation of imap_get_msginfo
7793
7794 2002-11-15 [christoph]  0.8.5claws160
7795
7796         * src/compose.c
7797         * src/folder.[ch]
7798         * src/imap.c
7799         * src/mbox_folder.c
7800         * src/mh.c
7801         * src/news.c
7802         * src/procmsg.c
7803         * src/summaryview.c
7804                 replace claws' fetch_msginfo with main's get_msginfo
7805                 (use main's implementation where possible)
7806
7807 2002-11-15 [colin]      0.8.5claws159
7808
7809         * src/ssl_certificate.c
7810                 Missed a check
7811
7812 2002-11-16 [melvin]     0.8.5claws158
7813
7814         * po/fr.po
7815                 Updated French translations.
7816
7817 2002-11-16 [colin]      0.8.5claws157
7818
7819         * src/ssl_certificate.c
7820                 Check for missing parts in the certificates
7821
7822 2002-11-15 [colin]      0.8.5claws156
7823
7824         * src/folderview.c
7825                 Preventive fix (missing check) found by
7826                 Alfons
7827
7828 2002-11-15 [paul]
7829
7830         * NEWS
7831                 sync with 0.8.6 release
7832
7833 2002-11-15 [colin]      0.8.5claws155
7834
7835         * src/folder.[ch]
7836           src/folderview.c
7837                 Fix error handling of folder_item_move_to()
7838                 (thanks to Alfons!)
7839
7840 2002-11-15 [colin]      0.8.5claws154
7841
7842         * src/folder.[ch]
7843           src/folderview.c
7844                 folder_item_move_to() sets an error message instead
7845                 of having GUI stuff in folder.c
7846
7847 2002-11-15 [colin]      0.8.5claws153
7848
7849         * src/procmsg.[ch]
7850                 Implemented a callback for MsgInfo updates, 
7851                 heavily copy/pasted from Christoph's folder 
7852                 callback system
7853         * src/summaryview.[ch]
7854                 Register summary_update_msg as callback
7855
7856 2002-11-14 [colin]      0.8.5claws152
7857         
7858         * src/procmsg.c
7859                 Update the FolderItem after sending (fixes 617593)
7860
7861 2002-11-14 [christoph]  0.8.5claws151
7862
7863         * src/folder.c
7864                 fix wrong position of NULL pointer check found
7865                 by Sergey
7866
7867 2002-11-14 [christoph]  0.8.5claws150
7868
7869         * src/folder.c
7870                 fix segfault when deleting messages from IMAP folders
7871                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7872
7873 2002-11-14 [colin]      0.8.5claws149
7874
7875         * src/compose.c
7876                 Forwarding was also ignoring the folder's default account.
7877
7878 2002-11-14 [colin]      0.8.5claws148
7879
7880         * src/compose.c
7881                 Fix sent folder not set to folder properties when 
7882                 forwarding.
7883
7884 2002-11-14 [thorsten]   0.8.5claws147
7885
7886         * src/inc.c
7887                 inc_start(): Files were not moved from .processing to inbox,
7888                 if no global processing rule existed
7889
7890 2002-11-14 [colin]      0.8.5claws146
7891
7892         * src/ssl_certificate
7893                 Fix file operations
7894
7895 2002-11-14 [paul]       0.8.5claws145
7896
7897         * po/it.po
7898                 updated by Alessandro Maestri
7899
7900 2002-11-13 [alfons]     0.8.5claws144
7901
7902         * src/folder.c
7903                 folder_item_close(): only mark messages unread
7904                 when a folder has new messages 
7905
7906 2002-11-13 [keith]      0.8.5claws143
7907
7908         * src/imap.c
7909                 Fix problem moving or copying between
7910                 IMAP folders
7911
7912 2002-11-13 [colin]      0.8.5claws142
7913
7914         * src/matcher_parser_parse.y
7915                 Fix rule problem when " don't match
7916
7917 2002-11-13 [christoph]  0.8.5claws141
7918
7919         * src/folder.c
7920         * src/folderview.c
7921                 moved cache saving to folder_item_close
7922                 the folderview should not have to deal with
7923                 this things
7924
7925 2002-11-13 [christoph]  0.8.5claws140
7926
7927         * src/summaryview.c
7928                 moved setting of important score to
7929                 summary_set_prefs_from_folderitem
7930
7931 2002-11-13 [colin]      0.8.5claws139
7932
7933         * src/matcher_parser_parse.y
7934                 Fix a segfault in the parser (happening when
7935                 a good expression had been tested and a bad 
7936                 one arrives)
7937
7938 2002-11-13 [paul]       0.8.5claws138
7939
7940         * sync with 0.8.5cvs24
7941                 see ChangeLog 2002-11-13
7942                 
7943         * po/pt_BR.po
7944                 updated by Fabio Jr. Beneditto
7945
7946 2002-11-13 [colin]      0.8.5claws137
7947         
7948         * src/msgcache.c
7949           src/defs.h
7950           src/procmsg.[ch]
7951                 Revert last commit, problem
7952
7953 2002-11-13 [colin]      0.8.5claws136
7954
7955         * src/msgcache.c
7956                 Remove duplicated code
7957         * src/defs.h
7958                 Bumped CACHE_VERSION and MARK_VERSION
7959         * src/procmsg.[ch]
7960                 Network endian for cache and mark files
7961
7962 2002-11-12 [colin]      0.8.5claws135
7963
7964         * src/inc.c
7965                 Fix the "socket error" dialog which disappeared
7966
7967 2002-11-12 [colin]      0.8.5claws134
7968
7969         * src/msgcache.c
7970                 Reverse last commit which had performance 
7971                 problems, but still reverse the list
7972
7973 2002-11-12 [colin]      0.8.5claws133
7974
7975         * src/msgcache.c
7976                 Reverse list order
7977
7978 2002-11-12 [melvin]     0.8.5claws132
7979
7980         * src/compose.c
7981                 Added a check for a NULL prefs_common.dictionary
7982
7983 2002-11-12 [colin]      0.8.5claws131
7984
7985         * src/ssl_certificate.[ch]
7986                 Use FQDN hostname
7987
7988 2002-11-12 [colin]      0.8.5claws130
7989
7990         * src/ssl_certificate.[ch]
7991                 Take connection port into account for 
7992                 checking certificates (a single hostname
7993                 could have multiple servers with multiple
7994                 certificates)
7995         * src/ssl.c
7996                 Pass the port to ssl_certificate_check
7997
7998 2002-11-12 [paul]       0.8.5claws129
7999
8000         * src/folder.c
8001                 fix a typo in last commit
8002
8003 2002-11-12 [paul]       0.8.5claws128
8004
8005         * sync with 0.8.5cvs23
8006                 see ChangeLog entry 2002-11-12
8007
8008 2002-11-11 [colin]      0.8.5claws127
8009
8010         * src/ssl_certificate.c
8011                 Cleaner messages
8012                 Don't popup, instead log error, if the 
8013                 corresponding pref is checked
8014         * src/ssl_certificate.h
8015                 include <openssl/objects/h>
8016
8017 2002-11-11 [colin]      0.8.5claws126
8018
8019         * src/ssl_certificate.h
8020                 _Really_ clean it
8021
8022 2002-11-11 [colin]      0.8.5claws125
8023         
8024         * src/ssl_certificate.c
8025                 Fixed leak
8026
8027 2002-11-11 [colin]      0.8.5claws124
8028
8029         * src/ssl.c
8030                 Cleaned a bit
8031         * src/ssl_certificate.[ch]
8032                 Cleaned a bit (better use of SSL API)
8033                 (This will cause non-recognition of saved 
8034                  certificates of claws12[23]...)
8035
8036 2002-11-11 [paul]       0.8.5claws123
8037         
8038         * po/es.po
8039                 updated by Ricardo Mones Lastra
8040
8041 2002-11-11 [colin]      0.8.5claws122
8042
8043         * src/ssl.c
8044                 Fix a typo
8045
8046 2002-11-11 [colin]      0.8.5claws121
8047
8048         * src/ssl_certificate.[ch] ** NEW FILES **
8049         * src/ssl.[ch]
8050                 Check SSL certificates presented to us
8051         * src/Makefile.am
8052                 Add ssl_certificate.[ch]
8053         * po/POTFILES.in
8054                 Add ssl_certificate.c
8055
8056 2002-11-11 [paul]       0.8.5claws120
8057
8058         * sync with 0.8.5cvs22
8059                 see ChangeLog 2002-11-11
8060
8061 2002-11-11 [paul]       0.8.5claws119
8062
8063         * sync with 0.8.5cvs21
8064                 see ChangeLog 2002-11-11
8065
8066 2002-11-10 [jens]       0.8.5claws118
8067
8068         * src/folder.c
8069         * src/folderview.c
8070                 corrected some typing
8071         * po/de.po
8072                 updated german translation
8073         * sylpheed.spec.in
8074                 cleaned up specfile and adjusted it for claws
8075
8076 2002-11-10 [colin]      0.8.5claws117
8077
8078         * src/summaryview.c
8079                 a STATUSBAR_PUSH/POP fix
8080
8081 2002-11-10 [colin]      0.8.5claws116
8082
8083         * src/prefs_folder_item.c
8084                 Fix hanging after opening folder properties
8085
8086 2002-11-10 [hoa]        0.8.5claws115
8087
8088         * src/matcher_parser_lex.l
8089         * src/matcher_parser_parse.y
8090                 config file for scoring and filtering is no more trashed
8091                 when there is a syntax error in a filtering rule when
8092                 editing it in a dialog.
8093
8094 2002-11-09 [colin]      0.8.5claws114
8095
8096         * src/mbox_folder.c
8097                 Added missing initialisation of folder->destroy()
8098
8099 2002-11-09 [colin]      0.8.5claws113
8100
8101         * src/folder.c
8102           src/folderview.c
8103                 Fix the status bar messages
8104
8105 2002-11-09 [colin]      0.8.5claws112
8106
8107         * src/folderview.c
8108                 Fix hangs after folder dnd, happening after 
8109                 claws109.
8110
8111 2002-11-09 [christoph]  0.8.5claws111
8112
8113         * src/folderview.c
8114                 just changed order of calls (reverse order of
8115                 associated calls)
8116         * src/inc.c
8117                 lock inc when checking only one account, otherwise
8118                 inc all could be executed at the same time
8119
8120 2002-11-09 [christoph]  0.8.5claws110
8121
8122         * src/folderview.c
8123                 better unlock the mouse cursor before calling
8124                 summary_show because it changes the cursor too
8125
8126 2002-11-09 [christoph]  0.8.5claws109
8127
8128         * src/folder.[ch]
8129         * src/folderview.c
8130                 add functions to open and close a folder
8131                 o opending will execute scanning for remote folders
8132                   and processing
8133                 o closing will unset new flag for messages
8134
8135 2002-11-09 [colin]      0.8.5claws108
8136
8137         * src/folder.c
8138                 Add a call to prefs_matcher_write_config to 
8139                 avoid non-leaf folders filtering settings to be
8140                 lost
8141
8142 2002-11-09 [paul]       0.8.5claws107
8143
8144         * src/prefs_account.c
8145                 re-word a label
8146
8147 2002-11-09 [colin]      0.8.5claws106
8148
8149         * src/folderview.c
8150                 Minor esthetic fix
8151
8152 2002-11-09 [colin]      0.8.5claws105
8153
8154         * src/folderview.c
8155                 Fix prefs_filtering deletion for MH folders (same
8156                 reason as below)
8157         * src/prefs_filtering.c
8158                 Fix prefs_filtering renaming and deletion for 
8159                 folder-based processing rules.  
8160
8161 2002-11-09 [christoph]  0.8.5claws104
8162
8163         * src/compose.c
8164         * src/folder.[ch]
8165         * src/folderview.[ch]
8166         * src/import.c
8167         * src/inc.c
8168         * src/main.c
8169         * src/mainwindow.c
8170         * src/messageview.c
8171         * src/prefs_folder_item.c
8172         * src/procmsg.c
8173         * src/summaryview.c
8174                 implement a callback system for folder item updates
8175
8176 2002-11-09 [colin]      0.8.5claws103
8177
8178         * src/folderview.c
8179                 Fix prefs_filtering renaming for MH folders (we
8180                 shouldn't rename by path as another folder could
8181                 have the same hierarchy).
8182
8183 2002-11-09 [colin]      0.8.5claws102
8184
8185         * src/folder.c
8186                 Fix a leak found by Christoph, use better variable
8187                 names
8188
8189 2002-11-09 [colin]      0.8.5claws101
8190
8191         * src/folder.c
8192                 One more fix for processing rules
8193
8194 2002-11-08 [colin]      0.8.5claws100
8195         
8196         * src/matcher.c
8197                 Don't copy the compiled regexp (will be reevaluated)
8198         * src/folderview.c
8199                 Lock folderview while moving
8200         * src/folder.c
8201                 Provide info on what's happening to the user
8202
8203 2002-11-08 [colin]      0.8.5claws99
8204
8205         * src/folderview.c
8206                 Fix folder reordering after a move if parent is 
8207                 root
8208         * src/scoring.[ch]
8209                 Add function to copy a ScoringProp
8210         * src/prefs_folder_item.c
8211                 Copy scoring rules when copying a folder prefs
8212
8213 2002-11-08 [colin]      0.8.5claws98
8214
8215         * src/folderview.c
8216                 Fixes in case of failure
8217         * src/filtering.[ch]    
8218                 Add function to duplicate a FilteringProp
8219         * src/matcher.[ch]
8220                 Add function to duplicate a MatcherProp
8221         * src/prefs_folder_item.c
8222                 Save folder's processing rules when copying 
8223                 its prefs
8224
8225 2002-11-08 [colin]      0.8.5claws97
8226         
8227         * src/folderview.c
8228                 Sort after move
8229         * src/folder.c 
8230                 Change a printf to debug_print
8231
8232 2002-11-08 [colin]      0.8.5claws96
8233
8234         * src/folder.c
8235           src/folderview.c
8236                 Fix segfaults, call me stupido
8237         
8238
8239 2002-11-08 [colin]      0.8.5claws95
8240
8241         *src/folder.c
8242                 Added forgotten prefs to save when moving folders
8243
8244 2002-11-08 [colin]      0.8.5claws94
8245
8246         * src/folder.c
8247                 Fixes to folder DND (prefs copy)
8248         * src/folderview.c
8249                 Optimization for folder DND (don't rescan whole tree)
8250                 Added folderview_create_folder_node() for this 
8251                 optimization, so de-duped a bit the code
8252         * src/prefs_folder_item.[ch]
8253                 Added prefs_folder_item_copy_prefs()    
8254           
8255 2002-11-08 [paul]       0.8.5claws93
8256
8257         * src/prefs_account.c
8258           tools/README
8259           tools/kmail2sylpheed_v2.pl
8260                 correct some typos
8261
8262 2002-11-08 [paul]       0.8.5claws92
8263
8264         * src/compose.c
8265           src/prefs_account.[ch]
8266                 remove account options 'clearsign' and 'ascii_armored',
8267                 replace with 'default_gnupg_mode' to prevent mixed-mode
8268                 Privacy settings
8269
8270 2002-11-08 [paul]       0.8.5claws91
8271
8272         * src/compose.[ch]
8273                 re-implement GnuPG 'on-the-fly' mode selection,
8274                 disallow mixed-mode
8275
8276 2002-11-08 [colin]      0.8.5claws90
8277
8278         * src/folderview.c
8279           src/prefs_folder_item.c
8280                 Change "Property" to "Properties"
8281
8282 2002-11-07 [colin]      0.8.5claws89
8283
8284         * src/folderview.c
8285           src/folder.c
8286                 Allow folder dropping to a root folder
8287
8288 2002-11-07 [paul]       0.8.5claws88
8289
8290         * src/compose.c
8291                 revert last commit
8292
8293 2002-11-07 [paul]       0.8.5claws87
8294
8295         * src/compose.c
8296                 fix reply-to-list bug. closes bug report
8297                 "[633382] reply-to-list broken in recent cvs"
8298
8299 2002-11-07 [paul]       0.8.5claws86
8300
8301         * src/compose.c
8302                 add a forgotten '#if USE_GPGME ... #endif'
8303
8304 2002-11-07 [paul]       0.8.5claws85
8305
8306         * sync with 0.8.5cvs20
8307                 see ChangeLog 2002-11-07
8308
8309 2002-11-07 [colin]      0.8.5claws84
8310
8311         * src/folder.[ch]
8312                 Change folder_item_move_to to return the newly 
8313                 created folderitem.
8314         * src/folderview.c
8315                 Select the new folderitem after moving.
8316
8317 2002-11-07 [colin]      0.8.5claws83
8318
8319         * src/prefs_filtering.c
8320                 Fix rule rewriting when moving a leaf folder to a 
8321                 shorter path
8322
8323 2002-11-07 [colin]      0.8.5claws82
8324
8325         * src/prefs_filtering.c
8326                 fix a leak
8327
8328 2002-11-07 [colin]      0.8.5claws81
8329
8330         * src/folder.[ch]
8331                 Add folder_item_move_to() function to move a 
8332                 folderitem into another one (updates matcher etc)
8333         * src/folderview.c
8334                 Add folder drag'n drop (context menu to come)
8335                 [Should be dataloss free, but Please backup before 
8336                  trying !]
8337
8338 2002-11-06 [colin]      0.8.5claws80
8339
8340         * src/mh.c
8341                 mh_create_folder() returns NULL if can't create
8342                 directory hierarchy
8343
8344 2002-11-06 [paul]       0.8.5claws79
8345
8346         * src/compose.[ch]
8347                 allow 'on-the-fly' changing of the type of encryption 
8348                 and/or signing used (mime/ascii) via the compose window
8349
8350 2002-11-06 [paul]       0.8.5claws78
8351
8352         * sync with 0.8.5cvs19
8353                 see ChangeLog 2002-11-06 for src/account.c: 
8354                 account_get_special_folder()
8355                 
8356 2002-11-05 [alfons]     0.8.5claws77
8357
8358         * src/crash.c
8359                 very minor cleanups: nothing to see here, move on. :-)
8360
8361 2002-11-05 [colin]      0.8.5claws76
8362
8363         * src/main.c
8364                 Changes choices if compose windows are opened to
8365                 Discard, Draft, Don't quit
8366
8367 2002-11-05 [thorsten]   0.8.5claws75
8368
8369         * src/compose.c
8370                 reenabled default_reply_to folder option
8371
8372 2002-11-05 [colin]      0.8.5claws74
8373
8374         * src/compose.[ch] 
8375                 add compose_draft()
8376         * src/crash.c
8377                 add SIGTERM handler
8378         * src/main.[ch]
8379                 add clean_quit() for the SIGTERM handler
8380
8381 2002-11-05 [paul]       0.8.5claws73
8382         
8383         * po/es.po
8384                 updated by Ricardo Mones Lastra
8385
8386 2002-11-05 [melvin]     0.8.5claws72
8387
8388         * src/logwindow.c
8389                 Fixed log-clipping bug #616795.
8390                 To stop logging in the log window use 0 length.
8391         * src/prefs_common.c
8392                 Added a label to inform about the 0 log length behaviour.
8393
8394 2002-11-05 [paul]       0.8.5claws71
8395
8396         * sync with 0.8.5cvs17
8397                 see ChangeLog 2002-11-05
8398
8399 2002-11-04 [paul]       0.8.5claws70
8400
8401         * sylpheed-128x128.png
8402           sylpheed-64x64.png
8403           sylpheed.png
8404                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8405                 <nikai@users.sourceforge.net>
8406                 
8407         * po/bg.po
8408                 updated by George Danchev
8409
8410 2002-11-03 [thorsten]   0.8.5claws69
8411
8412         * src/main.c
8413           src/mimeview.c
8414           src/rfc2015.h
8415                 add check if gpg is active
8416
8417 2002-11-03 [thorsten]   0.8.5claws68
8418
8419         * src/toolbar.h
8420                 removed GSList declaration causing trouble on MacOS-X
8421                 (submitted by alfons, reported by xfesty)
8422
8423 2002-11-01 [paul]       0.8.5claws67
8424
8425         * src/mainwindow.c
8426                 remove last remnants of main's filter code
8427
8428 2002-11-01 [paul]       0.8.5claws66
8429
8430         * tools/filter_conv.pl
8431                 fix bug where user-defined headers were ignored
8432
8433 2002-11-01 [paul]       0.8.5claws65
8434
8435         * src/logwindow.c
8436                 make a debug_print() not translatable
8437
8438 2002-10-31 [melvin]     0.8.5claws64
8439
8440         * ac/aspell.m4
8441                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8442                 not run any GNU/aspell test.  The dictionary path will
8443                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8444                 was given, in which case, it will be $prefix/lib/aspell/
8445         * configure.in
8446                 Fixed typo in commentary (Aspell code).
8447
8448 2002-10-31 [paul]       0.8.5claws63
8449
8450         * po/POTFILES.in
8451                 remove src/filter.c and src/prefs_filter.c
8452                 thanks to Ricardo for reminding me
8453
8454 2002-10-31 [colin]      0.8.5claws62
8455
8456         * src/mbox_folder.c
8457                 Plug some leaks
8458
8459 2002-10-31 [paul]       0.8.5claws61
8460
8461         * src/prefs_filter.[ch] ** REMOVED **
8462           src/filter.[ch]       ** REMOVED **
8463           
8464         * src/Makefile.am
8465           src/folderview.c
8466           src/inc.c
8467           src/main.c
8468           src/mainwindow.c
8469           src/mbox.c
8470           src/prefs_common.c
8471           src/prefs_filtering.c
8472           src/summaryview.[ch]
8473                 remove main's 'filter' code
8474                 
8475         README.claws
8476                 update to reflect removal of main's filter
8477
8478 2002-10-31 [paul]       0.8.5claws60
8479
8480         * src/summaryview.c
8481                 remove check for global_processing in summary_filter_open(). 
8482                 This fixes the bug where if the user uses the right-click 
8483                 'Create filter rule...' and doesn't have any filter rules 
8484                 already defined in claws' advanced filtering, the newly 
8485                 created filter rule goes to main's filtering which is 
8486                 inaccessible through the gui. Now the filter rule gets added
8487                 to claws' filtering by default.
8488
8489 2002-10-28 [melvin]     0.8.5claws59
8490
8491         * src/prefs_actions.c
8492                 Fixed bug #627322 where MIME parts were not always
8493                 correctly passed to a %p action
8494                 Display an error dialog when message filename is not found.
8495
8496 2002-10-28 [melvin]     0.8.5claws58
8497
8498         * src/prefs_common.c
8499                 Readded a missing function declaration lost in 0.8.3claws34
8500
8501 2002-10-28 [paul]       0.8.5claws57
8502
8503         * sync with 0.8.5cvs15
8504                 see ChangeLog 2002-10-28 and 2002-10-25
8505                 
8506         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8507
8508 2002-10-27 [oliver]     0.8.5claws56
8509
8510         * src/pop.c
8511                 plug leak in pop3_top_recv
8512
8513 2002-10-26 [christoph]  0.8.5claws55
8514
8515         * src/folder.c
8516                 set need_update folder flag when messages are added
8517                 (closes bug [ 626922 ] folder not updated after receiving)
8518
8519 2002-10-25 [melvin]     0.8.5claws54
8520
8521         * src/imageview.c
8522                 Fixed a memleak introduced in the scaling code.
8523
8524 2002-10-24 [alfons]     0.8.5claws53
8525
8526         * src/filtering.c
8527                 make filtering's forward message action forward from the 
8528                 correct account
8529                 (closes bug [628089 ] Filter -> Forward from address problem
8530                 reported by Oktay)
8531
8532 2002-10-24 [christoph]  0.8.5claws52
8533
8534         * src/mainwindow.c
8535         * src/manual.[ch]
8536                 o use manual of current locale or english if current
8537                   locale is not available (and english is available)
8538                 o also link to sylpheed doc project manuals
8539
8540 2002-10-23 [paul]       0.8.5claws51
8541
8542         * tools/README
8543           tools/kmail2sylpheed_v2.pl
8544                 add new version of kmail addressbook importer script.
8545                 works with newer versions of Kmail/KAddressBook which
8546                 have new and rearranged data.
8547
8548 2002-10-23 [martin]     0.8.5claws50
8549
8550         * src/folderview.c
8551         * src/summaryview.c
8552         * src/utils.h
8553         * src/utils.c
8554                 added length parameter to get_abbrev_newsgroup_name()
8555                 changed this function so that it abbreviates the newsgroup
8556                 names only so long it is smaller than the length parameter
8557                 (for better reading of some newsgroup names and space efficiency)
8558
8559 2002-10-22 [colin]      0.8.5claws49
8560
8561         *src/foldersel.c
8562                 Revert Alfons' last modification (after voting ;-))
8563
8564 2002-10-21 [alfons]     0.8.5claws48
8565
8566         * src/foldersel.c
8567                 folder view in folder selection dialog reflects state of
8568                 folder view in main window
8569
8570 2002-10-18 [alfons]     0.8.5claws47
8571
8572         * src/mbox.c
8573                 drop imported messages in folder selected by user,
8574                 and not in the inbox
8575                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8576
8577 2002-10-18 [alfons]     0.8.5claws46
8578
8579         * src/compose.c
8580                 make automagic reply work correctly for email accounts 
8581                 (whether it's viable to do a full sync with Hiro's 
8582                 compose.c is still under discussion)
8583
8584 2002-10-18 [melvin]     0.8.5claws45
8585
8586         * src/prefs_actions.c
8587                 Fixed bug #622275 where asynchroneous actions left 
8588                 zombies processes
8589                 Made (synchroneous) actions' input be displayed live.
8590
8591 2002-10-18 [christoph]  0.8.5claws44
8592
8593         * src/textview.c
8594                 don't add a newline in the textview in front of the
8595                 first textpart if header display is disabled
8596                 (closes bug [ 603385 ] disabled header display leaves blank
8597                  lin)
8598
8599 2002-10-18 [christoph]  0.8.5claws43
8600
8601         * src/folder.[ch]
8602         * src/imap.c
8603         * src/mbox_folder.c
8604         * src/mh.c
8605         * src/news.c
8606                 folder->get_num_list now returns an error code
8607                 (closes bug [ 609424 ] News cache cleared on failure)
8608                 
8609 2002-10-17 [colin]      0.8.5claws42
8610         
8611         * src/news.c
8612                 Changed a printf by debug_print
8613
8614 2002-10-16 [paul]       
8615
8616         * tools/OOo2sylpheed.pl
8617                 allow for spaces in the name of the
8618                 file to be attached.
8619
8620 2002-10-16 [colin]      0.8.5claws41
8621
8622         * src/main.c
8623                 Use a tristate to change online mode
8624
8625 2002-10-16 [paul]       0.8.5claws40
8626
8627         * po/es.po
8628                 updated by Ricardo Mones Lastra
8629
8630 2002-10-16 [colin]      0.8.5claws39
8631
8632         * src/main.c
8633           src/mainwindow.[ch]
8634                 Added --online and --offline command-line
8635                 switches
8636
8637 2002-10-15 [christoph]  0.8.5claws38
8638
8639         * src/procmime.c
8640                 set mimeinfo->name to NULL after g_free to
8641                 avoid double freeing with g_free
8642
8643 2002-10-14 [christoph]  0.8.5claws37
8644
8645         * src/compose.c
8646         * src/filtering.c
8647         * src/summaryview.c
8648                 remove calls to folder->change_flags that are now
8649                 done by procmsg flag functions (seems it is not
8650                 used by any foldertype anyway)
8651         * src/folder.c
8652                 init folder->change_flags with NULL
8653
8654 2002-10-14 [christoph]  0.8.5claws36
8655
8656         * src/folder.[ch]
8657         * src/imap.[ch]
8658                 use virtual functions for folder item new and destroy
8659                 functions
8660
8661 2002-10-14 [melvin]     0.8.5claws35
8662
8663         * src/compose.c
8664                 Added a test to not run the spell checker if no default
8665                 dictionary is available. No dialog is displayed though.
8666
8667 2002-10-14 [melvin]     0.8.5claws34
8668
8669         * src/gtkaspell.c
8670                 Fixed bug in dictionary list context menu where
8671                 "More..." pointed to an emtpy submenu if the
8672                 number of dictionaries is a multiple of 15
8673                 Removed unneeded code in suggestions list creation
8674
8675 2002-10-14 [paul]       0.8.5claws33
8676
8677         * po/bg.po
8678                 updated by George Danchev
8679
8680 2002-10-13 [hoa]        0.8.5claws32
8681
8682         * src/matcher.[ch]
8683           src/matcher_parser_parser.y
8684                 removed the escaped string from internal structure
8685                 of matcher.
8686
8687 2002-10-12 [colin]      0.8.5claws31
8688
8689         * src/gtksctree.[ch]
8690           src/summaryview.c
8691                 Removed useless function gtksctree_reanchor
8692
8693 2002-10-12 [alfons]     0.8.5claws30
8694         
8695         * sync with remaining main changes 2002-10-09 - 2002-10-11
8696         - drop changes to src/compose.c (requires claws specific changes)
8697         
8698 2002-10-12 [alfons]     0.8.5claws29
8699         
8700         * sync with main changes of 2002-10-08
8701         - drop changes to src/compose.c (requires claws specific changes)
8702         - drop changes to src/summaryview.c (requires changes to compose.c)     
8703
8704 2002-10-12 [alfons]     0.8.5claws28
8705         
8706         * sync with main changes of 2002-10-07
8707
8708 2002-10-12 [alfons]     0.8.5claws27
8709
8710         * sync with main changes of 2002-10-04
8711         - drop changes to src/compose.c (requires claws specific changes)
8712         - drop changes to src/prefs_folder_item.c (claws implementation
8713           seems to be working)
8714
8715 2002-10-12 [colin]      0.8.5claws26
8716
8717         * src/mainwindow.c
8718                 Fix folder-flicker when space-reading, introduced 
8719                 in claws22.
8720
8721 2002-10-12 [colin]      0.8.5claws25
8722
8723         * src/compose.c
8724                 Save account address when saving as draft.
8725                 (closes bug 621838)
8726
8727 2002-10-12 [colin]      0.8.5claws24
8728
8729         * src/summaryview.c
8730                 Fix the problem consisting of no message selected
8731                 after the last message in a folder has been moved.
8732
8733 2002-10-12 [paul]       0.8.5claws23
8734
8735         * src/compose.c
8736           src/prefs_template.c
8737           src/template.[ch]
8738                 add Cc and Bcc to templates. Patch submitted by
8739                 John L. Males.
8740
8741 2002-10-12 [colin]      0.8.5claws22
8742
8743         * src/folderview.c
8744                 Fix a bug after "Check for new messages":
8745                 If a folder was opened, it was still selected at
8746                 the end of the check, but displayed empty.
8747         * src/mainwindow.c
8748                 Remove unnecessary check
8749
8750 2002-10-12 [paul]
8751
8752         * tools/README
8753                 be more verbose in the description of
8754                 OOo2sylpheed.pl
8755                 
8756
8757 2002-10-11 [colin]      0.8.5claws21
8758
8759         * src/mainwindow.c
8760                 Make space work (better) when no mail is selected
8761
8762 2002-10-11 [colin]      0.8.5claws20
8763
8764         * src/inc.c
8765           src/news.c
8766                 fix warnings
8767
8768 2002-10-11 [colin]      0.8.5claws19
8769
8770         * src/mainwindow.c
8771                 revert 0.8.5claws6 changes as i couldn't get to
8772                 anything satisfying
8773
8774 2002-10-11 [melvin]     0.8.5claws18
8775
8776         * src/compose.c
8777                 Removed buggy and unused macro (should have been committed in
8778                 0.8.5claws17)
8779
8780 2002-10-11 [melvin]     0.8.5claws17
8781
8782         * src/compose.c
8783                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8784
8785 2002-10-11 [thorsten]   0.8.5claws16 
8786
8787         * src/folderview.c
8788                 remove rescan warning
8789
8790 2002-10-11 [colin]      0.8.5claws15 
8791
8792         * src/procheader.c
8793                 fix a segfault that happens if conv_unmime_header
8794                 fails (should be better to find out why it fails)
8795
8796 2002-10-11 [christoph]  0.8.5claws14
8797
8798         * src/summaryview.c
8799                 update folderview stats after ignore/unignore thread
8800
8801 2002-10-11 [hoa]        0.8.5claws13
8802
8803         * src/quote_fmt_parse.y
8804                 Fixed a yacc/bison syntax error
8805         * src/matcher.c
8806                 Escaping of string is fixed.
8807
8808 2002-10-11 [colin]      0.8.5claws12
8809
8810         * src/imageview.c
8811                 Resize images to fit
8812
8813 2002-10-11 [paul]       0.8.5claws11
8814
8815         * po/es.po
8816                 updated by Ricardo Mones Lastra
8817
8818 2002-10-10 [alfons]     0.8.5claws10
8819
8820         * src/compose.c
8821                 allow dropping files by "moving" files from a file manager,
8822                 not only by the more cumbersome "copying". the latter 
8823                 mostly implies holding down the Control button
8824
8825 2002-10-10 [christoph]  0.8.5claws9
8826
8827         * src/summaryview.c
8828                 update folders after thread building for ignored threads
8829
8830 2002-10-10 [christoph]  0.8.5claws8
8831
8832         * config/.cvsignore
8833                 added Makefile
8834         * src/filtering.[ch]
8835         * src/folder.[ch]
8836         * src/folderview.[ch]
8837         * src/import.c
8838         * src/inc.[ch]
8839         * src/mbox.[ch]
8840         * src/procmsg.c
8841         * src/summaryview.[ch]
8842                 o added new flag need_update to FolderItem
8843                 o removed folder_table from various functions from tracking
8844                   folder updates
8845                 o set need_update flags in folder.c's move, copy and delete
8846                   functions and procmsg's flags functions
8847                 o added function folderview_update_items_when_required that
8848                   updates all folders with need_update set
8849                 o call folderview_update_items_when_required instead of
8850                   folderview_update_item_foreach
8851
8852 2002-10-09 [sergey]     0.8.5claws7
8853
8854         * src/compose.c
8855                 Strip CRs whel loading the text into editor in reedit mode.
8856
8857 2002-10-09 [colin]      0.8.5claws6
8858
8859         * src/mainwindow.c
8860                 Make Space work when no mail is selected
8861
8862 2002-10-09 [colin]      0.8.5claws5
8863
8864         * src/gtksctree.[ch]
8865                 Fix range_select
8866                 Add gtk_sctree_reanchor() 
8867         * src/summaryview.c
8868                 Use gtk_sctree_reanchor() - better fix for 
8869                 bug 60413
8870
8871 2002-10-09 [colin]      0.8.5claws4
8872
8873         * src/summaryview.c
8874                 Fix shift-click select after delete problem
8875                 (closes bug 60413)
8876
8877 2002-10-08 [thorsten]   0.8.5claws3
8878
8879         * src/summaryview.c
8880                 exclude current msg from -hide read messages-
8881
8882 2002-10-08 [colin]      0.8.5claws2
8883
8884         * src/inc.[ch]
8885           src/pop.c
8886           src/recv.c
8887                 Differentiate socket errors from disk full
8888                 errors
8889
8890 2002-10-08 [christoph]  0.8.5claws1
8891
8892         * Makefile.am
8893         * configure.in
8894                 modifications for new config directory
8895
8896         * config.guess  ** REMOVED **
8897         * config.sub    ** REMOVED **
8898         * install-sh    ** REMOVED **
8899         * ltmain.sh     ** REMOVED **
8900         * missing       ** REMOVED **
8901         * mkinstalldirs ** REMOVED **
8902                 these files are autogenerated by automake
8903                 when you run autogen.sh
8904
8905         * config/.cvsignore     ** NEW FILE **
8906         * config/Makefile.am    ** NEW FILE **
8907                 ignore autogenerated files
8908                 create a Makefile in this directory
8909
8910 2002-10-08 [paul]       0.8.5claws
8911
8912         * 0.8.5claws release
8913         
8914         * src/compose.c
8915           src/procheader.c
8916           src/procmsg.c
8917                 fix quote reply format for newsgroups reply bug
8918                 (thanks to Hoa)
8919                 
8920         * po/en_GB.po
8921           po/pl.po
8922                 updated by me and Witold Wladyslaw Wojciech Wilk
8923                 repectively
8924
8925 2002-10-07 [paul]       0.8.3claws53
8926
8927         * po/it.po
8928           po/pt_BR.po
8929           po/sr.po
8930                 updated messages catalogs, submitted by
8931                 Alessandro Maestri, Fabio Jr.Beneditto 
8932                 and Urke MMI, respectively.
8933
8934 2002-10-07 [christoph]  0.8.3claws52
8935
8936         * src/folder.[ch]
8937         * src/folderview.c
8938         * src/mainwindow.c
8939                 fix new folder ghost message bug
8940                 (closes bug [ 619722 ] wrong count for newly created folders)
8941
8942 2002-10-07 [christoph]  0.8.3claws51
8943
8944         * src/compose.c
8945                 fix news posting problem
8946
8947 2002-10-07 [melvin]     0.8.3claws50
8948
8949         * po/fr.po
8950                 Updated French translation
8951
8952 2002-10-05 [christoph]  0.8.3claws49
8953
8954         * src/gtkstext.c
8955                 check if line_start_cache is set in gtk_stext_update_text
8956                 (closes bug [ 618119 ] crash while doing search in folder)
8957
8958 2002-10-05 [christoph]  0.8.3claws48
8959
8960         * src/imap.c
8961         * src/news.c
8962         * src/utils.c
8963         * src/utils.h
8964                 implement cache cleanups for claws' folder system
8965                 (closes bug [ 595916 ] imapcache not cleaned up)
8966
8967 2002-10-05 [melvin]     0.8.3claws47
8968
8969         * src/prefs_actions.c
8970                 Made the help text more clear for the %p token
8971
8972 2002-10-04 [paul]       0.8.3claws46
8973
8974         * sync with 0.8.5
8975                 see ChangeLog 2002-10-02 and 2002-10-03
8976
8977 2002-10-04 [christoph]  0.8.3claws45
8978
8979         * src/inc.c
8980                 fix segfault caused by pop before smtp
8981                 call to inc_account_mail with NULL
8982                 pointer for mainwin
8983
8984 2002-10-04 [paul]       0.8.3claws44
8985
8986         * configure.in
8987                 sync the LDAP detection from 0.8.5cvs1
8988
8989 2002-10-02 [christoph]  0.8.3claws43
8990
8991         * po/de.po
8992                 fix small spelling error
8993
8994 2002-10-02 [melvin]     0.8.3claws42
8995
8996         * ac/aspell.m4
8997                 Behave better and say "no" when test program cannot be run.
8998
8999 2002-10-02 [paul]       0.8.3claws41
9000
9001         * sync with 0.8.4cvs1
9002                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9003                 
9004         * src/summaryview.c
9005                 toggle the behavior of Reply menuitem between
9006                 normal reply and reply-to-list
9007
9008 2002-10-01 [sergey]     0.8.3claws40
9009
9010         * src/compose.c
9011                 Convert newlines in the message text to the canonical form
9012                 before base64 encoding (RFC2045 compliance, fixes some
9013                 interoperability issues with Evolution 1.0.3)
9014
9015 2002-09-29 [colin]      0.8.3claws39
9016
9017         * src/summaryview.c
9018                 Fix an unwanted copy/paste
9019
9020 2002-09-29 [colin]      0.8.3claws38
9021
9022         * src/mainwindow.c
9023                 Renamed "Custom toolbar" to "Customize toolbar"
9024                 Renamed "Show all header" to "Show all headers"
9025                 Renamed "Set diplay item" to "Set displayed items"
9026         * src/prefs_common.c
9027                 Renamed "Show all header" to "Show all headers"
9028         * src/prefs_summary_column.c
9029                 Renamed "diplay item" to "displayed items"
9030
9031 2002-09-29 [colin]      0.8.3claws37
9032
9033         * src/mainwindow.[ch]
9034                 online/offline status pixmaps follow theme
9035                 changes
9036         * src/summaryview.[ch]
9037                 quicksearch pixmap follows theme changes
9038
9039 2002-09-29 [thorsten]   0.8.3claws36
9040
9041         * src/compose.c
9042           src/prefs_folder_item.[ch]
9043                 add default_reply_to folder option (closes patch 581044)
9044
9045 2002-09-29 [christoph]  0.8.3claws35
9046
9047         * acconfig.h    ** REMOVED **
9048         * configure.in
9049         * ac/aspell.m4
9050         * ac/check-type.m4
9051         * ac/gnupg-check-typedef.m4
9052                 fix autoheader 2.50 warning
9053
9054 2002-09-29 [christoph]  0.8.3claws34
9055
9056         * major code cleanup (part 2)
9057         
9058                 - unused variables removed
9059                 - unused functions removed
9060                 - uninitialized variables checked
9061                 - missing return statements added
9062                 - missing function return types added
9063                 - added parentheses around assignment
9064                   when suggested by gcc
9065
9066 2002-09-29 [alfons]     0.8.3claws33
9067
9068         * src/logwindow.c
9069                 log_window_clear(): only bracket gtk_text_forward_delete() 
9070                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9071                 works around GTK text bug)
9072
9073 2002-09-29 [paul]       0.8.3claws32
9074
9075         * po/bg.po
9076           po/sr.po
9077                 updated by George Danchev and Urke MMI
9078                 respectively
9079
9080 2002-09-27 [christoph]  0.8.3claws31
9081
9082         * doc-src/readme.txt
9083         * doc-src/rfc1806.txt   ** REMOVED **
9084         * doc-src/rfc2183.txt   ** NEW FILE **
9085         * doc-src/rfc2980.txt   ** NEW FILE **
9086                 update rfcs
9087
9088 2002-09-27 [melvin]     0.8.3claws30
9089
9090         * ac/aspell.m4
9091                 Fixed typo which could break linking
9092
9093 2002-09-27 [melvin]     0.8.3claws29
9094
9095         * ac/aspell.m4
9096                 Improved GNU/aspell checking. 
9097                 Fixed bug #614490
9098
9099 2002-09-27 [paul]       0.8.3claws28
9100
9101         * sync with 0.8.3cvs8
9102                 see ChangeLog 2002-09-27
9103
9104 2002-09-26 [colin]      0.8.3claws27
9105
9106         * src/toolbar.[ch]
9107           src/mainwindow.[ch]
9108                 Add "Reply to Mailing-list" to the toolbar
9109
9110 2002-09-26 [christoph]  0.8.3claws26
9111
9112         * src/summaryview.c
9113                 Fix wrong message counts in summaryview status
9114
9115 2002-09-26 [paul]       0.8.3claws25
9116
9117         * sync with 0.8.3cvs7
9118                 see ChangeLog 2002-09-26
9119
9120 2002-09-26 [paul]       0.8.3claws24
9121
9122         * sync with 0.8.3cvs6
9123                 see ChangeLog 2002-09-25
9124
9125 2002-09-25 [christoph]  0.8.3claws23
9126
9127         * src/prefs_common.c
9128         * src/prefs_folder_item.c
9129         * src/prefs_scoring.c
9130                 Renamed "kill score" to "hide score" in GUI
9131                 and prefs files
9132
9133 2002-09-25 [paul]       0.8.3claws22
9134
9135         * sync with 0.8.3cvs5
9136                 see ChangeLog 2002-09-24
9137
9138 2002-09-24 [alfons]     0.8.3claws21
9139
9140         patch by Satoshi Nagayasu: allows appending / saving multiple 
9141         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9142         'Save as ...'")
9143
9144         * AUTHORS
9145                 add Satoshi Nagayasu
9146         * src/summaryview.c
9147                 summary_save_as(): allow saving selected files to
9148                 one file
9149                 summary_set_menu_sensitive: enable "Save As..." when
9150                 multiple files are selected
9151         * src/utils.[ch]
9152                 append_file(): new function
9153
9154 2002-09-24 [colin]      0.8.3claws20
9155
9156         * src/procmime.c
9157                 Fix segfault when mimeinfo doesn't have a 
9158                 content_type. 
9159
9160 2002-09-24 [colin]      0.8.3claws19
9161
9162         * src/prefs_common.[ch]
9163                 Add a preference to display send dialog or not
9164         * src/send.c
9165                 Display send dialog according to preference
9166
9167 2002-09-24 [colin]      0.8.3claws18
9168
9169         * src/compose.[ch]
9170                 Disable user actions when sending
9171
9172 2002-09-24 [colin]      0.8.3claws17
9173
9174         * src/procmime.c
9175                 Do not display name or filename for attachments
9176                 with an application/pgp-signature type
9177                 (security flaw, see bug 537413)
9178
9179 2002-09-23 [colin]      0.8.3claws16
9180
9181         * src/editaddress.c
9182                 Initialize entry_email, entry_alias and 
9183                 entry_remarks to first email address of the list
9184
9185 2002-09-23 [colin]      0.83claws15
9186
9187         * src/compose.c
9188                 Drop pgp-signature when reediting a signed queued
9189                 message
9190
9191 2002-09-23 [melvin]     0.8.3claws14
9192
9193         * po/fr.po
9194                 Updated French translation
9195
9196 2002-09-23 [melvin]     0.8.3claws13
9197
9198         * src/mainwindow.c
9199                 Made custom toolbar menu labels more consistent
9200         * src/prefs_toolbar.c
9201                 Made custom toolbar window title more consistent
9202
9203 2002-09-22 [colin]      0.8.3claws12
9204
9205         * src/inc.c
9206                 Initialize session type to normal before getting 
9207                 mail (fixes strange Get behaviour)
9208         * src/prefs_account.h
9209                 Move STYPE_POP_BEFORE_SMTP to last position to 
9210                 avoid other side-effects
9211
9212 2002-09-22 [colin]      0.8.3claws11
9213
9214         * src/prefs_account.c
9215                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9216                 from pop3 to apop or vice-versa
9217
9218 2002-09-22 [colin]      0.8.3claws10
9219         
9220         * src/prefs_account.[ch]
9221                 Add an option for the POP before SMTP timeout
9222         * src/inc.c
9223                 Remember time of last POP connection
9224         * src/send.c
9225                 Do POP before SMTP only if timeout reached
9226
9227 2002-09-22 [oliver]     0.8.3claws9
9228         
9229         * README.claws
9230                 explain custom toolbar
9231
9232 2002-09-22 [oliver]     0.8.3claws8
9233
9234         * src/prefs_actions.[ch]
9235         custom toolbar for compose      
9236                 actions callback from compose toolbar
9237         * src/folderview.c
9238                 remove include toolbar.h
9239
9240 2002-09-22 [oliver]     0.8.3claws7
9241         
9242         * src/prefs_toolbar.[ch]
9243                 custom toolbar for compose
9244                 - generic prefs_toolbar handles both
9245                   Mainwin's toolbar as well as Compose toolbar          
9246
9247 2002-09-22 [oliver]     0.8.3claws6
9248         
9249         * src/toolbar.[ch]
9250                 custom toolbar for compose
9251                 restructure toolbar.[ch]
9252
9253 2002-09-22 [oliver]     0.8.3claws5
9254
9255         * src/compose.[ch]
9256                 custom toolbar for compose
9257
9258 2002-09-22 [oliver]     0.8.3claws4
9259         
9260         * src/mainwindow.[ch]
9261                 custom toolbar for compose 
9262                 move mainwin toolbar back to mainwindow
9263
9264 2002-09-22 [alfons]     0.8.3claws3
9265
9266         * src/procmsg.c
9267                 :%sno/if(/if (/gc
9268                 :%sno/for(/for (/gc
9269                 (beautify)
9270
9271 2002-09-22 [alfons]     0.8.3claws2
9272         
9273         * src/procmsg.c
9274                 procmsg_save_to_outbox(): don't unlink message file from queue;
9275                 callers should do it using folder_item_remove_msg()
9276
9277 2002-09-22 [colin]      0.8.3claws1
9278
9279         * src/mimeview.[ch]
9280                 Made mimeview_check_signature() public
9281         * src/textview.c
9282                 Made GPG signatures verifiable by clicking
9283                 the [application/pgp-signature] in the Text
9284                 view
9285
9286 2002-09-22 [paul]       0.8.3claws
9287
9288         * po/bg.po
9289           po/en_GB.po
9290           po/es.po
9291           po/it.po
9292           po/pl.po
9293           po/pt_BR.po
9294           po/sr.po
9295                 updated translations, submitted by George Danchev,
9296                 me, Ricardo Mones Lastra, Alessandro Maestri,
9297                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9298                 and Urke MMI, respectively.     
9299
9300 2002-09-22 [alfons]     0.8.2claws65
9301
9302         * src/procmsg.c
9303         * src/pgptext.c
9304                 no furry valgrinds have been used to plug these memleaks
9305
9306 2002-09-20 [paul]       0.8.2claws64
9307
9308         * sync with 0.8.3cvs4
9309                 'Select thread' re-implemented 
9310                 see ChangeLog 2002-09-20
9311
9312 2002-09-21 [alfons]     0.8.2claws63
9313
9314         * src/compose.c
9315                 compose_send(): plug unnoticed memleak
9316
9317 2002-09-20 [alfons]     0.8.2claws62
9318
9319         * src/addr_compl.c
9320                 replace_address_in_edit(): strict check for NULL address to
9321                 fix "[ 607348 ] Segfault in address completion". My guess is
9322                 that this happens with an empty address book, but it's good
9323                 to have this check here anyway
9324                 
9325                 completion_window_button_press(): free string returned 
9326                 from the internal cache
9327
9328 2002-09-20 [christoph]  0.8.2claws61
9329
9330         * src/procmime.h
9331                 added ENC_BINARY to EncodingType
9332         * src/procmime.c
9333                 the string returned by procmime_get_encoding_str
9334                 should not depend on the order of values in the
9335                 EncodingType definition
9336         * doc-src/rfc1806.txt   ** NEW FILE **
9337                 Added rfc1806 about MIME Content-Disposition
9338                 Extension
9339
9340 2002-09-19 [paul]       0.8.2claws60
9341
9342         * sync with 0.8.2cvs3
9343                 see ChangeLog 2002-09-19
9344
9345 2002-09-19 [paul]       0.8.2claws59
9346
9347         * src/prefs_folder_item.c
9348                 revert to Darko's original alignment of colour
9349                 selector button
9350                 add a colon to folder_color label
9351                 
9352         * src/compose.c
9353                 add Colin's patch (with Hiro's modifications) to 
9354                 force BASE64 encoding for 8-bit text when signing
9355                 (sync with 0.8.3cvs2)
9356
9357 2002-09-18 [alfons]     0.8.2claws58
9358
9359         * src/compose.c
9360                 :%sno/if(/if (/gc
9361                 :%sno/for(/for (/gc
9362                 (beautify a little bit)
9363
9364 2002-09-18 [christoph]  0.8.2claws57
9365
9366         * src/pine.c
9367                 fix handling of fgetc return value
9368
9369 2002-09-17 [alfons]     0.8.2claws56
9370         
9371         * src/summaryview.c
9372                 summary_sort(): check non-NULL summaryview->folder_item when no 
9373                 folder is selected at all
9374                 (closes "[ 610344 ] sort label make syl Crash")
9375
9376 2002-09-17 [alfons]     0.8.2claws55
9377         
9378         * src/compose.c
9379                 beautify a little bit
9380
9381 2002-09-17 [christoph]  0.8.2claws54
9382
9383         * src/folder.c
9384                 initialize max values for cache and folder
9385                 when cache or folder is empty
9386
9387 2002-09-15 [colin]      0.8.2claws53
9388
9389         * src/compose.c
9390                 Fix a leak (thanks Alfons!) and cleaned
9391                 variables names for custom headers
9392
9393 2002-09-15 [colin]      0.8.2claws52
9394
9395         * src/compose.c
9396                 Fix custom headers recognition when
9397                 prefs_common.trans_hdr is on
9398
9399 2002-09-15 [colin]      0.8.2claws51
9400
9401         * src/compose.c
9402                 Allow dynamically-added custom headers
9403                 Yet not reparsed if reedited
9404
9405 2002-09-15 [alfons]     0.8.2claws50
9406
9407         * src/prefs_account.c
9408                 fix warnings
9409
9410 2002-09-15 [colin]      0.8.2claws49
9411         
9412         * src/prefs_account.c
9413                 fix pop_before_smtp sensitivity
9414
9415 2002-09-15 [colin]      0.8.2claws48
9416
9417         * src/inc.[ch]
9418                 add inc_pop_before_smtp()
9419                 allow MainWindow to be undefined in 
9420                 inc_account_mail() and inc_start()
9421         * src/pop.c
9422           src/prefs_account.h
9423                 add STYPE_POP_BEFORE_SMTP session type
9424         * src/prefs_account.c
9425                 activated pop before smtp option
9426         * src/send.c
9427                 do pop before smtp if the relevant option 
9428                 is set
9429
9430 2002-09-15 [paul]       0.8.2claws47
9431
9432         * sync with 0.8.3
9433                 see ChangeLog 2002-09-15
9434
9435 2002-09-14 [paul]       0.8.2claws46
9436
9437         * po/bg.po
9438                 updated Bulgarian translation, submitted by
9439                 George Danchev
9440
9441 2002-09-13 [paul]       0.8.2claws45
9442
9443         * src/compose.c
9444                 merge claws' select_account() with main's
9445                 (new) compose_select_account(). [sync with
9446                 0.8.2cvs15, see ChangeLog 2002-09-11]
9447
9448 2002-09-12 [christoph]  0.8.2claws44
9449
9450         * src/filter.c
9451                 allocate 1 elements of FolderItem not 0
9452
9453 2002-09-12 [colin]      0.8.2claws43
9454
9455         * src/compose.c
9456                 Fix bug #590825 (obey Follow-up: poster)
9457
9458 2002-09-12 [colin]      0.8.2claws42
9459
9460         * src/procmime.c
9461                 Fix bug #557009 (wrong headers for messages 
9462                 forwarded as attachments)
9463
9464 2002-09-11 [colin]      0.8.2claws41
9465         
9466         * src/compose.c
9467                 Put SCF: pseudo-header on top of message
9468                 Set draft tmp_flag when saved as draft
9469
9470         * src/procmsg.c
9471           src/procheader.c
9472                 Skip after first \n\n for beginning of real message
9473                 for drafts too
9474
9475 2002-09-11 [christoph]  0.8.2claws40
9476
9477         * src/filtering.c
9478                 use procmsg flag functions in filtering or processing
9479                 will cause incorrect folder message counts
9480
9481 2002-09-11 [colin]      0.8.2claws39
9482
9483         * src/compose.c
9484                 Fix bug #550175 - wrong save folder when reediting
9485                 drafts
9486
9487 2002-09-11 [paul]       0.8.2claws38
9488
9489         * sync with 0.8.2cvs14
9490                 see ChangeLog 2002-09-11
9491
9492 2002-09-11 [colin]      0.8.2claws37
9493
9494         * src/folder.c
9495                 Fix a typo (seeming to cause new/unread status to
9496                 be lost)
9497
9498 2002-09-10 [christoph]  0.8.2claws36
9499
9500         * src/compose.c
9501                 compose_redirect should not use compose_generic_new
9502                 because that does more stuff than expected including
9503                 opening the external editor
9504                 (closes bug "[ 526608 ] bounced messages appear blank
9505                  in editor")
9506
9507 2002-09-10 [christoph]  0.8.2claws35
9508
9509         * src/folder.c
9510                 fix problem with too large message number range
9511                 causing a crash in folder_item_scan
9512
9513 2002-09-10 [paul]       0.8.2claws34
9514
9515         * sync with 0.8.2cvs13
9516                 see ChangeLog 2002-09-10
9517
9518 2002-09-10 [christoph]  0.8.2claws33
9519
9520         * src/msgcache.c
9521                 set MsgInfo TmpFlags for queue and draft folders
9522                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9523
9524 2002-09-10 [paul]       0.8.2claws32
9525
9526         * AUTHORS
9527           po/bg.po      ** NEW FILE **
9528                 new Bulgarian translation submitted by
9529                 George Danchev <danchev@spnet.net>
9530                 
9531         * tools/Makefile.am
9532           tools/README
9533           tools/tb2sylpheed     ** NEW FILE **
9534                 add script that converts an addressbook exported
9535                 from The Bat! into a Sylpheed addressbook. Submitted
9536                 by Urke MMI <urke-kg@eunet.yu>
9537
9538 2002-09-10 [paul]       0.8.2claws31
9539
9540         * sync with 0.8.2cvs12
9541                 see ChangeLog 2002-09-10
9542
9543 2002-09-06 [paul]       0.8.2claws30
9544
9545         * src/prefs_common.c
9546                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9547                 
9548         * tools/Makefile.am
9549           tools/README
9550           tools/ldif-to-xml.py  ** REMOVED **
9551                 remove obsolete python script
9552
9553 2002-09-06 [paul]       0.8.2claws29
9554
9555         * sync with 0.8.2cvs10
9556                 see ChangeLog 2002-09-06
9557
9558 2002-09-04 [paul]       0.8.2claws28
9559
9560         * sync with 0.8.2cvs9
9561                 see ChangeLog 2002-08-04
9562
9563 2002-09-04 [colin]      0.8.2claws27 
9564
9565         * src/prefs_common.[ch]
9566                 Added signature color configuration
9567         * src/textview.c
9568                 Use user-specified signature color
9569
9570 2002-09-03 [colin]      0.8.2claws26
9571
9572         * src/prefs_common.[ch]
9573                 Added autosave and autosave_length prefs
9574         * src/compose.c
9575                 Added compose_remove_draft()
9576                 Auto-save drafts according to the prefs
9577         * src/main.c
9578                 Added a crash-indicator file, allowing to check
9579                 for new messages on startup if Sylpheed crashed
9580                 (makes saved drafts "reappear")
9581
9582 2002-09-03 [colin]      0.8.2claws25
9583
9584         * src/textview.[ch]
9585                 Grey the signature
9586
9587 2002-09-03 [paul]       0.8.2claws24
9588
9589         * sync with 0.8.2cvs8
9590                 see ChangeLog 2002-09-02 and 2002-09-03
9591
9592 2002-09-03 [darko]      0.8.2claws23
9593
9594         * src/folderview.c
9595                 use normal style when creating new folder to pick
9596                 proper font size 
9597
9598 2002-09-02 [melvin]     0.8.2claws22
9599
9600         * src/gtkaspell.m4
9601                 removed some obsolete code
9602
9603 2002-09-02 [melvin]     0.8.2claws21
9604
9605         * ac/aspell.m4
9606                 fixed test's equality sign (== to =)
9607
9608 2002-09-02 [alfons]     0.8.2claws20
9609
9610         * src/folder.c
9611         * src/mh.c
9612                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9613                 as folder->destroy virtual as suggested by Hiro
9614                 (the mh.c code seems to have been lost around mh.c.1.21)
9615
9616 2002-09-02 [paul]       0.8.2claws19
9617
9618         * po/pt_BR.po
9619                 updated by Fabio Jr. Beneditto
9620                 
9621         * src/defs.h
9622                 use 'http://claws.sylpheed.org' for homepage link. 
9623                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9624
9625 2002-09-01 [alfons]     0.8.2claws18
9626
9627         * src/mh.c
9628                 plug memleak related to one Martin Kluge found
9629
9630 2002-08-31 [paul]       0.8.2claws17
9631
9632         * sync with 0.8.2cvs6
9633                 see ChangeLog 2002-08-30
9634
9635 2002-08-31 [alfons]     0.8.2claws16
9636
9637         * src/folder.c
9638                 folder_destroy(): remove mailbox from folderlist even if it has
9639                 no destroy virtual
9640
9641 2002-08-31 [alfons]     0.8.2claws15
9642
9643         * src/folder.c
9644                 :%sno/if(/if (/gc
9645                 :%sno/for(/for (/gc
9646                 (being pedantic I know)
9647
9648 2002-08-31 [alfons]     0.8.2claws14
9649
9650         * src/folder.c
9651                 check for NULL pointers returned from folder->fetch_msginfo virtual
9652                 (should solve some reported crashes)
9653
9654 2002-08-30 [alfons]     0.8.2claws13
9655
9656         * acconfig.h
9657         * configure.in
9658         * src/crash.c
9659                 enable crash dialog on compilation time
9660                 (--enable-crash-dialog configure option)
9661
9662 2002-08-30 [alfons]     0.8.2claws12
9663
9664         * AUTHORS
9665                 add Martin Kluge
9666         * src/mh.c
9667                 apply memory leak plug patch by Martin Kluge
9668                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9669                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9670                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9671
9672 2002-08-30 [darko]      0.8.2claws11
9673
9674         * src/folderview.c
9675                 copy Gtk style from normal style to match
9676                 font size for coloured folders
9677
9678 2002-08-29 [alfons]     0.8.2claws10
9679
9680         * sylpheed.desktop
9681                 Type=Internet <- Type=Application
9682                 (reported by Michael Schwendt, see:
9683                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9684                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9685
9686 2002-08-29 [paul]       0.8.2claws9
9687
9688         * sync with 0.8.2cvs5
9689                 see ChangeLog 2002-08-29
9690
9691 2002-08-29 [colin]      0.8.2claws8
9692
9693         * src/summaryview.c
9694                 Added a sanity check in summary_select_thread
9695                 Should fix bug 601605
9696
9697 2002-08-29 [colin]      0.8.2claws7
9698
9699         * src/main.c
9700                 Revert claws6 changes regarding bug #591676
9701
9702 2002-08-28 [colin]      0.8.2claws6
9703         
9704         * src/main.c
9705                 Ignore cache for queue folderitems
9706                 Fix bug #591676
9707
9708 2002-08-28 [melvin]     0.8.2claws5
9709
9710         * README.claws
9711                 Fixed typos.
9712
9713 2002-08-28 [melvin]     0.8.2claws4
9714
9715         * README.claws
9716                 Updated a bit the text concerning the spell checker
9717
9718 2002-08-28 [melvin]     0.8.2claws3
9719
9720         Merged the GNU_aspell_branch:
9721                 Support of new GNU/aspell is now included and the old pspell
9722                 is not supported anymore.
9723                 See README.claws
9724
9725         * README.claws
9726                 Updated spell checker text to reflect the switch to GNU/aspell
9727
9728         * ac/aspell.m4          *** NEW ***
9729         * src/gtkaspell.[ch]    *** NEW *** 
9730         * ac/pspell.m4          *** DELETED *** 
9731         * src/gtkspell.[ch]     *** DELETED ***
9732
9733         * ac/Makefile.am
9734                 Updated for GNU/aspell support
9735
9736         * po/POTFILES.in
9737                 Replaced gtkspell.c by gtkaspell.c
9738
9739         * acconfig.h
9740         * src/Makefile.am
9741         * src/about.c
9742         * src/compose.[ch]
9743         * src/crash.c
9744         * src/main.c
9745         * src/prefs_common.[ch]
9746                 Updated for GNU/aspell support
9747
9748 2002-08-28 [paul]       0.8.2claws2
9749
9750         * sync with 0.8.2cvs4
9751                 see ChangeLog 2002-08-27 and 2002-08-28
9752
9753 2002-08-28 [colin]      0.8.2claws1
9754
9755         * src/summary_search.c
9756                 Added "AND search"
9757
9758 2002-08-28 [jens]       0.8.2claws
9759
9760         *po/de.po
9761                 Updated German translations
9762
9763 2002-08-27 [melvin]     0.8.2claws
9764
9765         * po/fr.po
9766                 Updated French translations
9767
9768 2002-08-27 [paul]       0.8.2claws
9769
9770         * sync with 0.8.2 main release
9771
9772         * po/en_GB.po
9773           po/es.po
9774           po/it.po
9775           po/pl.po
9776           po/pt_BR.po
9777           po/sr.po
9778                 updated message catalogs submitted by
9779                 Ricardo Mones Lastra, Alessandro Maestri,
9780                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9781                 Beneditto and Urke MMI  
9782
9783 2002-08-27 [hoa]        0.8.1claws123
9784
9785         * src/mainwindow.[ch]
9786         * src/summaryview.[ch]
9787                 removed the "filter setting" menu option.
9788                 add a "cancel a news message" menu option.
9789
9790 2002-08-26 [martin]     0.8.1claws122
9791
9792         * ChangeLog.claws
9793                 changed string under 0.8.1claws79 changed by myself
9794                 i'm sorry alfons :(
9795
9796 2002-08-26 [martin]     0.8.1claws121
9797
9798         * src/crash.c
9799                 added kill command to debuggerrc to start crash dialog
9800
9801 2002-08-26 [paul]       0.8.1claws120
9802
9803         * sync with 0.8.1cvs31
9804                 see ChangeLog 2002-08-26
9805
9806 2002-08-25 [alfons]     0.8.1claws119
9807
9808         * src/procmsg.c
9809                 fix bug that didn't send out correct headers to news server
9810                 when sending news article and email from queue (bug reported
9811                 and patch provided by Tim Mann; closes bug 
9812                 "[ 583196 ] 0.7.8claws can't post news")
9813
9814 2002-08-25 [alfons]     0.8.1claws118
9815
9816         * src/selective_download.c
9817                 mark two strings as translatable
9818                 (thanks to Urke MMI for pointing this out)
9819
9820 2002-08-25 [alfons]     0.8.1claws117
9821
9822         * src/summaryview.c
9823                 treat sent boxes as special and allow sorting them by addressee
9824                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9825                 submitted by Steve Lamb)
9826
9827 2002-08-24 [alfons]     0.8.1claws116
9828
9829         * src/matcher.c
9830                 fix memleak reported by Martin Kluge
9831                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9832
9833 2002-08-24 [oliver]     0.8.1claws115
9834
9835         * src/prefs_toolbar.c
9836                 o code cleanup as suggested by Alfons
9837                 o memleak fix
9838
9839 2002-08-24 [alfons]     0.8.1claws114
9840
9841         * src/summaryview.c
9842                 o fix another memory leak reported by Martin Kluge
9843                   (see "[ 599568 ] Small Memory Leak")
9844                 o remove 'from' variable from 'summary_set_header()'; we can
9845                   do with just 'to' 
9846
9847 2002-08-24 [paul]       0.8.1claws113
9848
9849         * sync with 0.8.1cvs30
9850                 see ChangeLog 2002-08-23
9851
9852 2002-08-24 [alfons]     0.8.1claws112
9853
9854         * src/summaryview.c
9855                 remove unnecessary allocations for search bar fixing leaks
9856                 reported by Martin Kluge
9857                 (see "[ 599451 ] Further memory leaks?")
9858
9859 2002-08-24 [alfons]     0.8.1claws111
9860
9861         * src/main.c
9862                 make get_socket_name() public for crash.c
9863         * src/crash.c
9864                 o make report bug button work (goes to claws' 
9865                   bug tracker at sf.net)
9866                 o introduce function for doing important stuff just
9867                   before claws goes down
9868                 o clean up code 
9869
9870 2002-08-24 [alfons]     0.8.1claws110
9871
9872         * src/compose.c
9873                 move cursor to "To" entry when forwarding as attachment
9874                 (reported and solved by Steve Lamb, closes bug report
9875                 "[ 592880 ] Forward as attachment; cursor not in to")
9876
9877 2002-08-24 [colin]      0.8.1claws109
9878
9879         * src/mainwindow.c
9880                 fix quick search visibility after GUI (de)separations.
9881
9882 2002-08-23 [colin]      0.8.1claws108
9883
9884         * src/mainwindow.c
9885                 fix header pane visibility after folderview or
9886                 messageview (de)separation
9887
9888 2002-08-23 [paul]       0.8.1claws107
9889
9890         * src/mainwindow.[ch]
9891           src/toolbar.c
9892                 give full control of display or non-display 
9893                 of the Execute icon to Custom toolbar settings.
9894                 add new sensitivity condition to maninwindow.h: 
9895                 M_DELAY_EXEC
9896
9897         * ChangeLog
9898           ChangeLog.jp
9899           NEWS
9900                 more sync with 0.8.1cvs29
9901
9902 2002-08-23 [melvin]     0.8.1claws106
9903
9904         * src/alertpanel.c
9905                 Readded support for custom widget in alertpanel lost in last
9906                 sync.
9907
9908 2002-08-23 [paul]       0.8.1claws105
9909
9910         * sync with 0.8.1cvs29
9911                 see ChangeLog 2002-08-23
9912
9913 2002-08-23 [colin]      0.8.1claws104
9914
9915         * src/summaryview.c
9916                 Fix folder and search pixmaps exchanging positions
9917                 after theme or toolbar changes. Thank to Oliver for 
9918                 reporting this.
9919
9920 2002-08-23 [colin]      0.8.1claws103
9921
9922         * src/mainwindow.c
9923           src/messageview.[ch]
9924           src/noticeview.[ch]
9925           src/summaryview.c
9926                 Changed messageview_create() and noticeview_create()
9927                 to avoid the last gdk_warning
9928
9929 2002-08-22 [colin]      0.8.1claws102
9930
9931         * src/summaryview.c
9932                 Fix my new `Creating pixmap from xpm' warning
9933
9934 2002-08-22 [colin]      0.8.1claws101
9935
9936         * src/mainwindow.c
9937                 Fix some of the gdk warnings
9938
9939 2002-08-22 [colin]      0.8.1claws100
9940
9941         * src/Makefile.am
9942         * src/stock_pixmap.c
9943         * src/stock_pixmap.h
9944         * src/pixmaps/quicksearch.xpm *ADDED*
9945                 Add the quicksearch pixmap
9946         * src/mainwindow.c
9947         * src/summaryview.c
9948         * src/summaryview.h
9949                 Make quicksearch bar visible/hidden via a button
9950
9951 2002-08-22 [christoph]  0.8.1claws99
9952
9953         * src/folder.c
9954                 fix folder update for newsgroups with message
9955                 numbers below minimum number of articles to fetch
9956                 (closes bug #598445)
9957
9958 2002-08-22 [paul]       0.8.1claws98
9959
9960         * sync with 0.8.1cvs28
9961                 see ChangeLog 2002-08-22
9962
9963 2002-08-21 [alfons]     0.8.1claws97
9964
9965         * src/crash.c
9966                 use bt instead of bt full which seems to work 
9967                 better, and bt full doesn't give a great deal 
9968                 of information anyway
9969
9970 2002-08-21 [colin]      0.8.1claws96
9971
9972         * src/summaryview.c
9973                 fix summaryview_searchtype_changed prototype
9974
9975 2002-08-21 [christoph]  0.8.1claws95
9976
9977         * src/mainwindow.c
9978                 o fix broken menu update for sorting type, we have to
9979                   get this info from the summaryview now
9980                 o removed setting of threaded state in menu callback
9981         * src/summaryview.[ch]
9982                 more summaryview/folderitem seperation for
9983                 threading option
9984         * configure.in
9985                 removed not required --with-compiler-flags option
9986
9987 2002-08-21 [oliver]     0.8.1claws94
9988         
9989         * src/toolbar.h 
9990                 o rename toolbar.xml to toolbar_main.xml
9991                   since toolbar_compose.xml might come up 
9992                   any time soon
9993         * README.claws
9994                 add custom toolbar              
9995
9996 2002-08-21 [darko]      0.8.1claws93
9997
9998         * src/procmsg.c
9999                 don't reset tmp flags for messages copied
10000                 to sent folder
10001
10002 2002-08-21 [colin]      0.8.1claws92
10003         
10004         * src/prefs_filtering.c
10005                 fix renaming rules on folder rename 
10006                 when folder is not a leaf folder
10007
10008 2002-08-21 [paul]       0.8.1claws91
10009
10010         * src/prefs_folder_item.c
10011                 fix alignment of colour selector
10012
10013 2002-08-21 [paul]       0.8.1claws90
10014
10015         * sync with 0.8.1cvs27
10016                 see ChangeLog 2002-08-21
10017
10018 2002-08-21 [paul]       0.8.1claws89
10019
10020         * src/summaryview.c
10021                 fix crash when changing field type in
10022                 Quick search bar
10023
10024 2002-08-21 [colin]      0.8.1claws88
10025
10026         * src/summaryview.c
10027                 Made quick search case-insensitive
10028
10029 2002-08-21 [paul]       0.8.1claws87
10030
10031         * sync with 0.8.1cvs26
10032                 see ChangeLog 2002-08-21
10033
10034 2002-08-20 [christoph]  0.8.1claws86
10035
10036         * src/folderview.c
10037         * src/main.c
10038         * src/summaryview.[ch]
10039                 more summaryview/folderitem seperation for
10040                 sort_key and sort_type
10041         * src/procmsg.c
10042                 added missing return statement
10043
10044 2002-08-20 [colin]      0.8.1claws85
10045
10046         * src/summaryview.[ch]
10047                 Added a quick search box
10048         * src/mainwindow.c
10049         * src/prefs_common.[ch]
10050                 Added a show/hide option for the quick search
10051
10052 2002-08-20 [oliver]     0.8.1claws84
10053         
10054         * src/mainwindow.c
10055                 remove toolbar_create_popups
10056         * src/toolbar.[ch]
10057                 o remove toolbar_create_popups
10058                 o fix toolbar_set_sensitive 
10059                   (Bug reports #596834 and #596832)     
10060         * src/prefs_toolbar.c
10061                 o add "Set default" button
10062                 o align label and text + combo widgets
10063
10064 2002-08-20 [hoa]        0.8.1claws83bis
10065
10066         * src/imap.c
10067                 fixed a bug in imap_fetch_msginfo() in case there is no
10068                 current folder.
10069
10070 2002-08-20 [darko]      0.8.1claws83
10071
10072         * src/folderview.c
10073                 copy the color style of folder view so it
10074                 works with GTK themes
10075
10076 2002-08-20 [darko]      0.8.1claws82
10077
10078         * src/folder.h
10079         * src/folderview.c
10080         * src/prefs_folder_item.[hc]
10081                 don't use UI stuff in folder.h
10082
10083 2002-08-20 [darko]      0.8.1claws81
10084
10085         * src/folder.h
10086         * src/prefs_folder_item.h
10087         * src/folderview.c
10088         * src/prefs_folder_item.c
10089                 ability to set folder color in folderview
10090
10091 2002-08-19 [alfons]     0.8.1claws80
10092
10093         * src/summaryview.c
10094                 fix one of the earlier memleaks reported by Martin Kluge
10095
10096 2002-08-19 [alfons]     0.8.1claws79
10097
10098         * src/mainwindow.c
10099                 hide notice view when selecting seperate folder
10100                 view (reported by Urke MMI)
10101
10102 2002-08-19 [christoph]  0.8.1claws78
10103
10104         * src/folderview.c
10105         * src/prefs_folder_item.h
10106         * src/summaryview.[ch]
10107                 o add summary_set_prefs_from_folderitem to set
10108                   summaryview prefs (first step to remove all
10109                   references to the folderitem in summaryview)
10110                 o moved compiled regex stuff from folderitem prefs
10111                   to summaryview code
10112
10113 2002-08-19 [paul]       0.8.1claws77
10114
10115         * src/compose.c
10116                 add check for '.' to QUOTE_IF_REQUIRED
10117
10118 2002-08-19 [paul]       0.8.1claws76
10119
10120         * src/inc.c
10121                 sync with 0.8.1cvs25 (plug memory leak)
10122
10123         * src/prefs_toolbar.c
10124                 re-order prefs_toolbar_cancel()
10125
10126 2002-08-18 [alfons]     0.8.1claws75
10127
10128         * src/inc.c
10129         * src/matcher.c
10130                 plug other memleaks reported by Martin Kluge
10131
10132 2002-08-18 [paul]       0.8.1claws74
10133
10134         * po/pt_BR.po
10135                 updated by Fabio Jr. Beneditto
10136
10137 2002-08-18 [paul]       0.8.1claws73
10138
10139         * src/toolbar.[ch]
10140                 fix bug where tooltips were displayed untranslated              
10141
10142         * src/prefs_toolbar.c
10143                 fix bug where clicking 'Cancel' creates an icon & text
10144                 toolbar regardless of prefs
10145         
10146
10147 2002-08-17 [oliver]     0.8.1claws72
10148
10149         * src/prefs_toolbar.c
10150                 update toolbar on CANCEL
10151                 bug reported by Martin Kluge
10152         * src/toolbar.c
10153                 toolbar_destroy memleak fixed           
10154
10155 2002-08-17 [alfons]     0.8.1claws71
10156
10157         * src/toolbar.c
10158                 plug another memleak reported by Martin Kluge
10159
10160 2002-08-16 [alfons]     0.8.1claws70
10161
10162         * src/crash.c
10163                 use execvp() correctly (suggested by wwp; thanks!)
10164
10165 2002-08-16 [alfons]     0.8.1claws69
10166
10167         * src/gtksctree.c
10168                 plug memory leak reported by Kim Schultz & Martin Kluge
10169
10170 2002-08-16 [paul]       0.8.1claws68
10171
10172         * po/es.po
10173                 updated by Ricardo Mones Lastra
10174
10175 2002-08-16 [paul]       0.8.1claws67
10176
10177         * src/toolbar.h
10178                 fix bug where 'Compose News' icon showed wrong
10179                 tooltip
10180
10181 2002-08-16 [paul]       0.8.1claws66
10182
10183         * sync with 0.8.1cvs24
10184                 see ChangeLog 2002-08-16
10185
10186         * po/it.po
10187                 updated by Alessandro Maestri
10188
10189 2002-08-15 [paul]       0.8.1claws65
10190
10191         * po/sr.po
10192                 updated by Urke MMI
10193
10194 2002-08-15 [paul]       0.8.1claws64
10195
10196         * src/*.c
10197                 don't translate debug info
10198
10199         * src/matcher.[ch]
10200                 add copyright info
10201
10202 2002-08-15 [paul]       0.8.1claws63
10203
10204         * src/prefs_toolbar.c
10205                 fix bug where clicking 'OK' creates an icon & text
10206                 toolbar regardless of prefs
10207
10208 2002-08-14 [alfons]     0.8.1claws62
10209
10210         * src/main.c
10211                 add global var that has the full argv[0]
10212         * src/crash.c
10213                 o execvp the correct sylpheed by using argv0
10214                   and setting the correct work dir
10215                 o other tweaks  
10216
10217 2002-08-14 [oliver]     0.8.1claws61
10218         
10219         * enable/disable Toolbar Action Buttons 
10220         * code cleanups
10221         * src/mainwindow.c
10222         * src/toolbar.[ch]      
10223         * src/prefs_toolbar.c   
10224
10225 2002-08-14 [melvin]     0.8.1claws60
10226
10227         * po/fr.po
10228                 Updated French translations
10229
10230 2002-08-14 [melvin]     0.8.1claws59
10231
10232         * src/crash.c
10233                 Made bug report not translatable
10234         * src/exporthtml.c
10235                 Fixed exporthtml_build_filespec() return value
10236         * src/foldersel.c
10237                 Fixed incorrect include file
10238         * src/gtkspell.c
10239         * src/prefs_actions.c
10240         * src/prefs_toolbar.c
10241                 Made debug info not translatable
10242         * src/mutt.c
10243         * src/quote_fmt.c
10244                 Added missing includes
10245         * src/prefs_common.c
10246                 Fixed typo
10247
10248 2002-08-14 [paul]       0.8.1claws58
10249
10250         * faq/es/sylpheed-faq.html
10251           faq/es/sylpheed-faq-[1-3].html
10252           faq/es/sylpheed-faq-4.html     **NEW FILE **
10253                 update Spanish FAQ
10254
10255 2002-08-13 [christoph]  0.8.1claws57
10256
10257         * src/procmsg.c
10258                 ignore thread fix that did not mark all
10259                 child nodes of a ignored thread as
10260                 ignored. Does not work perfectly yet,
10261                 but it is better now
10262
10263 2002-08-13 [alfons]     0.8.1claws56
10264
10265         * src/crash.c
10266                 o implement 'save crash log'
10267                 o some tweaks
10268
10269 2002-08-13 [melvin]     0.8.1claws55
10270
10271         * src/main.c
10272                 removed unrequired "execinfo.h" header
10273
10274 2002-08-12 [paul]       0.8.1claws54
10275
10276         * faq/en/sylpheed-faq.html
10277           faq/en/sylpheed-faq-[1-3].html
10278           faq/en/sylpheed-faq-4.html     **NEW FILE **
10279                 update English FAQ
10280
10281 2002-08-12 [alfons]     0.8.1claws53
10282
10283         * po/POTFILES.in
10284                 add crash.c to translatables
10285         * src/crash.c
10286                 bring in Leandro's crash dialog
10287
10288 2002-08-11 [alfons]     0.8.1claws52
10289
10290         * src/crash.c
10291                 clean up some warnings
10292
10293 2002-08-11 [alfons]     0.8.1claws51
10294
10295         * acconfig.h
10296         * configure.in
10297         * src/crash.[ch]        ** NEW FILES **
10298         * src/main.c            
10299                 initial gdb crash handler
10300
10301 2002-08-11 [paul]       0.8.1claws50
10302
10303         * src/prefs_toolbar.c
10304                 replace Up/Down arrow pixmaps with text to be
10305                 consistent across icon themes
10306
10307 2002-08-11 [paul]       0.8.1claws49
10308
10309         * src/prefs_common.c
10310           src/prefs_toolbar.c
10311                 rename 'Pixmap' -> 'Icon'
10312
10313         * src/toolbar.[ch]
10314                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10315
10316 2002-08-10 [paul]       0.8.1claws48
10317
10318         * src/prefs_toolbar.c
10319                 re-work the UI
10320
10321 2002-08-10 [paul]       0.8.1claws47
10322
10323         * src/main.c
10324                 don't write Processing progress to status bar
10325                 patch submitted by Alexander Evseev
10326
10327         * src/prefs_toolbar.c
10328                 re-position and resize window
10329                 make window assume correct size on first call
10330
10331 2002-08-10 [paul]       0.8.1claws46
10332
10333         * src/mainwindow.c
10334           src/prefs_toolbar.c
10335           src/toolbar.c
10336           src/toolbar.h
10337                 obey coding style
10338                 follow UI text conventions
10339
10340 2002-08-10 [alfons]     0.8.1claws45
10341
10342         * src/toolbar.c
10343                 correct pixmap for delete action
10344
10345 2002-08-10 [paul]       0.8.1claws44
10346
10347         * po/pt_BR.po
10348                 updated by Fabio Jr. Beneditto
10349
10350 2002-08-10 [paul]       0.8.1claws43
10351
10352         * po/POTFILES.in
10353                 add custom toolbar files
10354
10355 2002-08-10 [paul]       0.8.1claws42
10356
10357         * sync with 0.8.1cvs22
10358                 see ChangeLog 2002-08-09
10359
10360 2002-08-09 [paul]       0.8.1claws41
10361
10362         * tools/Makefile.am
10363           tools/README
10364           tools/outlook2sylpheed.pl     ** NEW FILE **
10365                 add script to convert exported Outlook
10366                 contacts list to a Sylpheed addressbook.
10367                 Submitted by Ricardo Mones Lastra.
10368
10369 2002-08-09 [paul]       0.8.1claws40
10370
10371         * AUTHORS
10372           configure.in
10373           po/sr.po      ** NEW FILE **
10374                 add Serbian message catalog. Submitted by
10375                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10376
10377 2002-08-09 [paul]       0.8.1claws39
10378
10379         * sync with 0.8.1cvs21
10380                 see ChangeLog 2002-08-08
10381
10382 2002-08-08 [oliver]     0.8.1claws38
10383
10384         * src/mainwindow.c
10385                 move Custom Toolbar to Configuration menu
10386
10387 2002-08-08 [oliver]     0.8.1claws37
10388
10389         * src/prefs_toolbar.c
10390                 fix substitute pixmap bug
10391
10392 2002-08-08 [paul]       0.8.1claws36
10393
10394         * sync with 0.8.1cvs19
10395                 see ChangeLog 2002-08-08
10396
10397 2002-08-07 [christoph]  0.8.1claws35
10398
10399         * src/utils.c
10400                 fixed a memory leak in new canonicalize_file_replace
10401
10402 2002-08-07 [christoph]  0.8.1claws34
10403
10404         * src/utils.[ch]
10405                 o canonicalize_file_replace should create the temporary
10406                   file in the same directory as the original file.
10407                 o added get_tmpfile_in_dir that creates a temorary file
10408                   in a specified directory.
10409
10410 2002-08-07 [melvin]     0.8.1claws33
10411
10412         * src/toolbar.c
10413                 fixed bug where 'Article' button acted as 'Email' button.
10414
10415 2002-08-07 [paul]       0.8.1claws32
10416
10417         * sync with 0.8.1.cvs17
10418                 see ChangeLog 2002-08-07
10419
10420 2002-08-07 [colin]      0.8.1claws31
10421         
10422         * src/news.c
10423                 fix mass-cancel problem
10424
10425 2002-08-07 [thorsten]   0.8.1claws30
10426
10427         * src/prefs_toolbar.c
10428                 fix: crash on replace or add new button
10429         * src/toolbar.c
10430                 fix: close xmlfile after reading
10431         * src/utils.c
10432                 fix: unlink() file before rename()
10433
10434 2002-08-06 [paul]       0.8.1claws29
10435
10436         * sync with 0.8.cvs15
10437                 see ChangeLog 2002-08-06
10438
10439 2002-08-06 [oliver]     0.8.1claws28
10440
10441         * src/toolbar.c
10442         * src/prefs_toolbar.c
10443                 fixed empty toolbar issue
10444
10445 2002-08-06 [oliver]     0.8.1claws27
10446
10447         * Custom Toolbar Final 
10448         * src/folderview.c
10449         * src/inc.c
10450         * src/summaryview.c
10451                 o toolbar stuff now lives in src/toolbar.[ch]
10452                 o main_window_toolbar_* functions are renamed to
10453                   toolbar_* reflecting their new source file
10454         * src/mainwindow.[ch]
10455                 o remove toolbar stuff  
10456
10457 2002-08-06 [oliver]     0.8.1claws26
10458         
10459         * src/Makefile.am
10460         * src/prefs_toolbar.[ch]        **New File**
10461         * src/toolbar.[ch]              **New File**
10462                 o prefs_toolbar.[ch] custom toolbar frontend
10463                 o toolbar.[ch]       backend 
10464
10465 2002-08-06 [oliver]     0.8.1claws25
10466
10467         * src/prefs_actions.[ch]
10468                 o new exported function actions_execute
10469
10470 2002-08-06 [paul]       0.8.1claws24
10471
10472         * sync with 0.8.1cvs4
10473                 see ChangeLog 2002-08-06
10474
10475 2002-08-06 [paul]       0.8.1claws23
10476
10477         * sync with 0.8.1cvs13
10478                 see ChangeLog 2002-08-06
10479
10480 2002-08-06 [paul]       0.8.1claws22
10481
10482         * sync with 0.8.1cvs12
10483                 see ChangeLog 2002-08-05 and 2002-08-06
10484
10485 2002-08-06 [match]      0.8.1claws21
10486
10487         * src/addrclip.c
10488                 improvements to cut/copy/paste address
10489
10490 2002-08-05 [match]      0.8.1claws20
10491
10492         * src/addritem.[ch]
10493         * src/addrcache.c
10494         * src/addrbook.c
10495         * src/editaddress.c
10496         * src/addressbook.c
10497                 fixes to improve cut/copy/paste
10498
10499 2002-08-06 [melvin]     0.8.1claws19
10500
10501         * src/account.[ch]
10502                 account_find_all_from_address(): new function that returns the
10503                 list of all accounts that are matched in an address.
10504         * src/alertpanel.[ch]
10505                 alertpanel() now accepts a custom widget
10506                 alertpanel_with_widget(): new function that pops up a panel with
10507                 a custom widget in it 
10508         * src/gtkutils.[ch]
10509                 gtkut_account_menu_new(): new function that allows the selection
10510                 of an account from a list of accounts.
10511         * src/messageview.c
10512                 Extended Return Receipt notification to select the correct 
10513                 account and to make a security test on the Delivery-Notification
10514                 address which should be the same as the Return-Path.
10515
10516 2002-08-06 [thorsten]   0.8.1claws18
10517
10518         * src/mimeview.c
10519                 attach_all: save unnamed as "noname.%d",
10520                 dont free static dirname
10521
10522 2002-08-05 [alfons]     0.8.1claws17
10523
10524         * configure.in
10525                 detect XIM by trying to link rather than compile a XIM program
10526
10527 2002-08-05 [oliver]     0.8.1claws16
10528                 
10529         * src/stock_pixmap.[ch]
10530                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10531                 o new func to retrieve pixmaps
10532
10533 2002-08-05 [paul]       0.8.1claws15
10534
10535         * sync with 0.8.1cvs10
10536                 see ChangeLog 2002-08-05
10537
10538 2002-08-04 [alfons]     0.8.1claws14
10539
10540         * src/textview.c
10541                 see if this plugs memleak
10542
10543 2002-08-04 [melvin]     0.8.1claws13
10544
10545         * src/gtkspell.c
10546                 fixed bug that could crash Sylpheed when highlighting
10547                 all misspelled words.
10548
10549 2002-08-03 [melvin]     0.8.1claws12
10550
10551         * src/prefs_actions.c
10552                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10553         * src/messageview.c
10554                 fixed bug where the Return Receipt was sent to
10555                 Delivery-Notification-To address even if it was not present
10556
10557 2002-08-02 [alfons]     0.8.1claws11
10558
10559         * src/prefs_actions.c
10560                 o more check for NULLs
10561                 o put create_io_dialog() in right conditional block
10562
10563 2002-08-02 [paul]       0.8.1claws10
10564
10565         * po/es.po
10566                 updated by Ricardo Mones Lastra
10567
10568 2002-08-01 [christoph]  0.8.1claws9
10569
10570         * src/folder.c
10571                 don't free the cache of the opened
10572                 folder in the summaryview
10573         * src/summaryview.c
10574                 don't unset flags, if it is not required
10575
10576 2002-08-01 [paul]       0.8.1claws8
10577
10578         * sync with 0.8.1cvs8
10579                 see ChangeLog entry 2002-08-01
10580
10581 2002-08-01 [paul]       0.8.1claws7
10582
10583         * sync with 0.8.1cvs7
10584                 see ChangeLog 2002-07-31 and 2002-08-01
10585
10586 2002-07-31 [christoph]  0.8.1claws6
10587
10588         * src/mainwindow.c
10589                 forgot to update menu sensitivity
10590                 function for new menu entry
10591
10592 2002-07-31 [alfons]     0.8.1claws5
10593
10594         * src/main.c
10595                 check folder item and its path for NULL on
10596                 initial processing
10597
10598 2002-07-31 [christoph]  0.8.1claws4
10599
10600         * src/folder.c
10601                 check if folder_item_get_msginfo in
10602                 folder_item_remove_msg returned NULL
10603         * src/imap.c
10604                 better clear the uid cache in the
10605                 uid validity check function and delete
10606                 cached messages
10607
10608 2002-07-31 [paul]       0.8.1claws3
10609
10610         * man/sylpheed.1
10611                 add the '--attach' option and a few other
10612                 minor changes
10613
10614 2002-07-31 [paul]       0.8.1claws2
10615
10616         * sync with 0.8.1cvs5
10617                 see ChangeLog 2002-07-31
10618
10619 2002-07-31 [christoph]  0.8.1claws1
10620
10621         * src/folderview.[ch]
10622         * src/mainwindow.c
10623                 replace "Rescan all folders..." with
10624                 "Check all folders for new messages..."
10625
10626 2002-07-30 [paul]       0.8.1claws
10627
10628         * version 0.8.1claws released
10629
10630 2002-07-30 [paul]       0.8.0claws29
10631
10632         * tools/OOo2sylpheed.pl ** NEW FILE **
10633           tools/README
10634                 add script to enable sending documents as
10635                 attachments from OpenOffice.org
10636
10637 2002-07-30 [melvin]     0.8.0claws28
10638
10639         * src/prefs_actions.c
10640                 Made the actions' input/output dialog display
10641                 without delay.
10642
10643 2002-07-30 [christoph]  0.8.0claws27
10644
10645         * src/procmsg.c
10646                 check if folder_item_get_msginfo in
10647                 procmsg_save_to_outbox returned NULL
10648
10649 2002-07-30 [paul]       0.8.0claws26
10650
10651         * sync with 0.8.1cvs4
10652                 see ChangeLog 2002-07-29
10653
10654 2002-07-29 [thorsten]   0.8.0claws25
10655
10656         * README.claws
10657                 added selective download, delete on server
10658
10659 2002-07-29 [paul]       0.8.0claws24
10660
10661         * sync with 0.8.1cvs3
10662                 see ChangeLog 2002-07-29
10663
10664 2002-07-27 [christoph]  0.8.0claws23
10665
10666         * src/folder.c
10667                 add extra check if fetching the msginfo
10668                 returned NULL
10669
10670 2002-07-27 [paul]       0.8.0claws22
10671
10672         * sync with 0.8.1cvs2
10673                 see ChangeLog 2002-07-26
10674
10675 2002-07-27 [christoph]  0.8.0claws21
10676
10677         * src/imap.c
10678                 add another check if a valid msginfo
10679                 was returned
10680
10681 2002-07-26 [hoa]        0.8.0claws20
10682
10683         * src/folder.c
10684                 Fixed a condition in folder_item_destroy()
10685
10686         * src/imap.c
10687                 Fixed an error in IMAP protocol
10688
10689 2002-07-26 [alfons]     0.8.0claws19
10690
10691         * src/folder.c
10692                 ofcourse compare with identifier, not the path
10693
10694 2002-07-26 [alfons]     0.8.0claws18
10695
10696         * src/folder.c
10697                 use folder item identifier for saving / restoring
10698                 preferences because folder->path might not be unique
10699
10700 2002-07-26 [melvin]     0.8.0claws17
10701
10702         * src/logwindow.c
10703                 Fixed a crash introduced in 0.8.0claws5 when log is 
10704                 cut under 80 characters.
10705
10706 2002-07-26 [paul]       0.8.0claws16
10707
10708         * sync with 0.8.1cvs1
10709                 see ChangeLog 2002-07-26
10710
10711 2002-07-26 [christoph]  0.8.0claws15
10712
10713         * src/imap.[ch]
10714                 imap folder now remembers the last selected
10715                 folder and imap_fetch_msginfo skips selecting
10716                 the folder if it is already selected
10717
10718 2002-07-26 [christoph]  0.8.0claws14
10719
10720         * src/folder.c
10721         * src/folderview.c
10722         * src/imap.c
10723                 fix imap folder rescanning
10724
10725 2002-07-25 [christoph]  0.8.0claws13
10726
10727         * src/filter.c
10728         * src/folder.[ch]
10729         * src/folderview.c
10730         * src/imap.[ch]
10731         * src/mainwindow.c
10732         * src/mbox_folder.c
10733         * src/mh.c
10734         * src/news.c
10735                 implement imap uid cache and uid validity check
10736
10737 2002-07-25 [alfons]     0.8.0claws12
10738
10739         * src/summaryview.c
10740                 fix a brown paper bag bug, and also add some more
10741                 checks
10742
10743 2002-07-25 [christoph]  0.8.0claws11
10744
10745         * src/folder.c
10746                 don't mix copy, fetch_msginfo and remove
10747                 operations in folder item copy and move
10748                 operations
10749
10750 2002-07-25 [christoph]  0.8.0claws10
10751
10752         * src/folderview.c
10753         * src/mainwindow.c
10754         * src/prefs_folder_item.c
10755         * src/summaryview.[ch]
10756                 remove no longer required parameter update_cache from
10757                 summary_show
10758
10759 2002-07-25 [paul]       0.8.0claws9
10760
10761         * sync with 0.8.1
10762         
10763         * AUTHORS
10764                 a few corrections
10765
10766 2002-07-24 [alfons]     0.8.0claws8
10767
10768         * src/summaryview.c
10769                 sort correctly when using simplified subject line
10770                 (closes feature request "[ 585141 ] applying regexp to subject 
10771                 before sort" submitted by Alexandra Walford)
10772
10773 2002-07-24 [paul]       0.8.0claws7
10774
10775         * sync with 0.8.0cvs3
10776                 see ChangeLog 2002-07-24
10777
10778 2002-07-23 [christoph]  0.8.0claws6
10779
10780         * src/folder.c
10781         * src/folder.h
10782         * src/summaryview.c
10783         * src/summaryview.h
10784         * src/main.c
10785                 o separate processing and summaryview
10786                 o removed summary_write_cache from summaryview
10787                 o removed summaryview->killed_messages, because we don't have
10788                   to keep a list of killed messages anymore. New cache will
10789                   keep the hidden messages in cache anyway
10790         * src/folderview.c
10791         * src/inc.c
10792         * src/selective_download.c
10793                 o removed unnecessary summary_write_cache calls
10794         * src/procmsg.c
10795                 o don't set ignore thread flag in procmsg_get_thread_tree
10796                   if it is already set
10797         * src/mainwindow.c
10798         * src/statusbar.h
10799                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10800                   they are used in different files
10801
10802 2002-07-23 [melvin]     0.8.0claws5
10803
10804         * src/addressbook.c
10805         * src/addrgather.c
10806         * src/editaddress.c
10807         * src/editgroup.c
10808         * src/editldap_basedn.c
10809         * src/importldif.c
10810         * src/prefs_common.c
10811                 Fixed few memory leak (gtk_editable_get_chars returns
10812                 an allocated string)
10813         * src/logwindow.c
10814                 Fixed few memory leak (gtk_editable_get_chars returns
10815                 an allocated string) and modified a little the log cutting
10816                 loop.
10817         * src/compose.c
10818                 Replaced a call to an obsolete function gtk_entry_get_text()
10819                 by gtk_editable_get_chars()
10820         * src/send.c
10821                 Removed a debug printf
10822
10823 2002-07-23 [christoph]  0.8.0claws4
10824
10825         * src/filesel.c
10826                 fix another g_dirname memory leak
10827
10828 2002-07-23 [christoph]  0.8.0claws3
10829
10830         * src/mh.c
10831                 fixed a memory leak in mh_fetch_msginfo
10832                 fixed crash when message header could not be
10833                 parsed
10834
10835 2002-07-23 [paul]       0.8.0claws2
10836
10837         * sync with 0.8.0cvs2
10838                 see ChangeLog 2002-07-23
10839
10840 2002-07-23 [paul]       0.8.0claws1
10841
10842         * sync with 0.8.0cvs1
10843                 see ChangeLog 2002-07-23
10844
10845 2002-07-23 [paul]       0.8.0claws
10846
10847         * release of 0.8.0claws
10848
10849 2002-07-23 [paul]       0.7.8claws99
10850
10851         * po/ru.po
10852                 new Russian translation, submitted by
10853                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10854
10855 2002-07-22 [jens]       0.7.8claws98
10856
10857         * po/de.po
10858                 Updated German translations.
10859
10860 2002-07-22 [paul]       0.7.8claws97
10861
10862         * po/es.po
10863           po/it.po
10864           po/nl.po
10865           po/pt_BR.po
10866                 updated translations by Ricardo Mones Lastra,
10867                 Alessandro Maestri, Wilbert Berendsen and 
10868                 Fabio Jr. Beneditto respectively
10869
10870 2002-07-22 [christoph]  0.7.8claws96
10871
10872         * src/mimeview.c
10873                 fix memory leak caused by wrong g_dirname usage
10874
10875 2002-07-22 [christoph]  0.7.8claws95
10876
10877         * src/summaryview.c
10878                 update new and unread message counts for summaryview
10879                 summaryview does not get it from the folder anymore
10880                 and has to update the values itself
10881
10882 2002-07-22 [melvin]     0.7.8claws94
10883
10884         * po/fr.po
10885                 Updated French translations.
10886
10887 2002-07-22 [christoph]  0.7.8claws93
10888
10889         * src/matcher.c
10890                 set prop->preg pointer to NULL or following check
10891                 will not fail and regexec will be called with
10892                 invalid pointer
10893
10894 2002-07-21 [alfons]     0.7.8claws92
10895         
10896         * src/prefs_common.[ch]
10897                 remove option "Send return receipt on request"
10898
10899 2002-07-21 [thorsten]   0.7.8claws91
10900
10901         * src/mimeview.c
10902                 fixed memleaks, coding style as pointed out by alfons
10903
10904 2002-07-21 [alfons]     0.7.8claws90
10905
10906         * src/messageview.c
10907         * src/noticeview.[ch]
10908                 o fix bug notice view being displayed when going to empty folder 
10909                   (noticed by Christoph)
10910                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10911                   (noticed by Thorsten)
10912
10913 2002-07-21 [thorsten]   0.7.8claws89
10914
10915         * src/mimeview.c
10916                 Included save_all patch from Xaview FACQ
10917                 added support for pathnames
10918
10919 2002-07-21 [alfons]     0.7.8claws88
10920
10921         * po/POTFILES.in
10922         * src/Makefile.am
10923         * src/mainwindow.c
10924         * src/messageview.[ch]
10925         * src/noticeview.c      ** NEW FILE **
10926         * src/noticeview.h      ** NEW FILE **
10927                 make return receipts work again
10928                 (UI idea by Leandro Pereira)
10929
10930 2002-07-21 [paul]       0.7.8claws87
10931
10932         * src/summaryview.c
10933                 fix sensitivity of 'Select thread'
10934
10935 2002-07-21 [paul]       0.7.8claws86
10936
10937         * src/prefs_common.c
10938                 add browser command line for Galeon
10939
10940 2002-07-21 [paul]       0.7.8claws85
10941
10942         * Makefile.am
10943                 fix 'EXTRA_DIST': remove README.README, add TODO
10944                 and TODO.claws
10945
10946 2002-07-21 [alfons]     0.7.8claws84
10947
10948         * src/gtkstext.c
10949                 make enter clear selection
10950                 (closes "[ 579888 ] Editor selection/entry error"
10951                 reported by Steve Lamb)
10952
10953 2002-07-21 [alfons]     0.7.8claws83
10954         
10955         * src/summaryview.c
10956                 sort message list when selecting unthread messages
10957                 (closes "[ 501593 ] switching threaded view doesn't sort"
10958                 reported by Simon Schubert)
10959
10960 2002-07-20 [alfons]     0.7.8claws82
10961         
10962         * src/matcher.c
10963                 const-correctness
10964
10965 2002-07-20 [thorsten]   0.7.8claws81
10966
10967         * src/matcher.c
10968                 Fixed expansion of empty fields in matchactions
10969
10970 2002-07-19 [melvin]     0.7.8claws80
10971
10972         * src/gtkspell.c
10973                 Removed a duplicate menu entry (fast mode) introduced during
10974                 the new cache merge
10975                 Added a menu separator between 'Use alternate' and 'Fast mode'
10976
10977 2002-07-19 [paul]       0.7.8claws79
10978
10979         * tools/Makefile.am
10980           tools/README
10981                 correct typos
10982
10983 2002-07-19 [thorsten]   0.7.8claws78
10984
10985         * tools/calypso_convert.pl      ** NEW FILE **
10986           tools/README
10987           tools/Makefile.am
10988                 script to import mbox files exported
10989                 by calypso
10990                 o generates folder structure
10991                 o includes attachments
10992
10993 2002-07-19 [melvin]     0.7.8claws77
10994
10995         * src/selective_download.[ch]
10996                 Fixed bug where closing the dialog with the window manager's
10997                 close button will not unlock the summary
10998                 Corrected some function declarations that missed a return value
10999                 Made the source code comply better with coding style.
11000         * src/prefs_common.c
11001                 Added new browser command line for Mozilla.
11002
11003 2002-07-18 [paul]       0.7.8claws76
11004
11005         * src/mainwindow.c
11006           src/selective_download.[ch]
11007                 reflect theme changes, fix Gdk Warning when creating 
11008                 pixmap from NULL window, and minor clean up.
11009                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11010
11011         * po/en_GB.po
11012                 updated
11013
11014 2002-07-17 [paul]       0.7.8claws75
11015
11016         * INSTALL[.jp]
11017                 sync with 0.8.0
11018         
11019         * po/en_GB.po
11020                 updated
11021
11022 2002-07-16 [paul]       0.7.8claws74
11023
11024         * tools/filter_conv.pl
11025           tools/README
11026                 replace conversion script with reimplemented version, 
11027                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11028
11029 2002-07-16 [colin]      0.7.8claws73
11030
11031         * src/summaryview.c
11032                 remove forgotten debug messages - sorry ;-)
11033
11034 2002-07-16 [colin]      0.7.8claws72
11035
11036         * src/mimeview.c
11037           src/summaryview.c
11038           src/textview.c
11039           src/textview.h
11040                 add the ability to select part of a text mime-part 
11041                 to reply.
11042
11043 2002-07-15 [christoph]  0.7.8claws71
11044
11045         * src/folder.c
11046                 fix folder message count for folders without
11047                 msg_is_changed (includes news folders)
11048
11049 2002-07-15 [martin]     0.7.8claws70
11050
11051         * src/summaryview.c
11052                 option "display recipient on 'From'..." now works
11053                 without the need of enabling the option
11054                 "display  sender  using  address  book".
11055
11056 2002-07-15 [christoph]  0.7.8claws69
11057
11058         * src/summaryview.c
11059                 removed setting folder status from summaryview.
11060                 folder.c should update all message counts correctly.
11061
11062 2002-07-15 [paul]       0.7.8claws68
11063
11064         * po/pt_BR.po
11065                 updated by Fabio Junior Beneditto
11066
11067 2002-07-15 [darko]      0.7.8claws67
11068
11069         * src/mh.c
11070                 Fixed target folder colorization, don't decrease op
11071                 number twice
11072
11073 2002-07-14 [paul]       0.7.8claws66
11074
11075         * sync with main 0.8.0
11076                 see ChangeLog 2002-07-14
11077
11078 2002-07-13 [melvin]     0.7.8claws65
11079         
11080         * src/addrbook.c
11081         * src/addressbook.c
11082         * src/addrindex.c
11083                 Replaced sprintf by g_snprintf to prevent possible buffer
11084                 overflow.
11085         * src/news.c
11086                 Corrected a log message output format.
11087                 Added a missing "done" debug output.
11088         * src/compose.c
11089                 Added keyboard accelerator for Priority menu items
11090                 Added missing \n in debug output
11091         * src/logwindow.c
11092         * src/gtkspell.c
11093         * src/rfc2015.c
11094                 Added missing \n in debug output
11095
11096 2002-07-13 [paul]       0.7.8claws64
11097
11098         * man/sylpheed.1
11099                 change Sergey's email address to the sf address
11100
11101         * src/textview.c
11102                 increase show_url_timeout (more useful for long
11103                 urls)
11104
11105 2002-07-12 [sergey]     0.7.8claws63
11106
11107         * src/rfc2015.c
11108                 applied (with some modifications) patch to set the
11109                 micalg parameter for signatures
11110                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11111
11112 2002-07-12 [sergey]     0.7.8claws62
11113
11114         * man/Makefile.am
11115         * configure.in
11116                 fixed man page installation
11117
11118 2002-07-12 [paul]       0.7.8claws61
11119
11120         * sync with 0.7.8cvs26
11121                 see ChangeLog 2002-07-11 and 2002-07-12
11122
11123 2002-07-11 [christoph]  0.7.8claws60
11124
11125         * src/compose.c
11126         * src/procmsg.c
11127                 first use the message number to find the message
11128                 to mark with a reply flag but check the
11129                 message-id if we got the correct message, if not
11130                 try to find it by message-id.
11131                 use new string seperator that is not allowed
11132                 in message-ids.
11133
11134 2002-07-11 [paul]       0.7.8claws59
11135
11136         * sync with 0.7.8cvs23
11137                 see ChangeLog 2002-07-10
11138
11139 2002-07-10 [christoph]  0.7.8claws58
11140
11141         * src/folder.[ch]
11142         * src/msgcache.[ch]
11143                 Added message-id table to the cache in memory
11144                 and functions to msgcache.c and folder.c to
11145                 fetch MsgInfos by message id
11146         * src/compose.c
11147         * src/procmsg.c
11148                 store folder and message-id of message replying
11149                 to in queue header and set reply flag after sending
11150                 (Closes bug #469498)
11151
11152 2002-07-10 [paul]       0.7.8claws57
11153
11154         * AUTHORS
11155           man/sylpheed.1.gz
11156                 add Martin to the list of authors
11157
11158 2002-07-09 [martin]     0.7.8claws56
11159         * src/gtksctree.c
11160                 Added gtk_ctree_last_visible(), tree_update_level(),
11161                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11162                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11163                 from gtk+ to gtksctree.c for the new sorting code
11164                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11165                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11166         * src/gtksctree.h
11167                 Added declaration for gtk_sctree_sort_recursive() and
11168                 gtk_sctree_sort_node
11169         * src/addressbook.c
11170         * src/foldersel.c
11171         * src/folderview.c
11172         * src/summaryview.c
11173                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11174                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11175
11176 2002-07-08 [paul]       0.7.8claws55
11177
11178         * more sync with 0.7.8cvs21
11179                 see ChangeLog 2002-07-08
11180
11181 2002-07-08 [paul]       0.7.8claws54
11182
11183         * sync with 0.7.8cvs21
11184                 see ChangeLog 2002-07-08
11185
11186 2002-07-07 [alfons]     0.7.8claws53
11187
11188         * src/Makefile.am
11189         * src/stock_pixmap.[ch]
11190         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11191         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11192         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11193                 add new pixmaps for upcoming notice pane
11194
11195 2002-07-06 [melvin]     0.7.8claws52
11196
11197         * src/gtkspell.[ch]
11198                 Made them a bit closer to Sylpheed's coding style.
11199                 Removed old code.
11200                 Removed possible memory leaks when some errors occurs.
11201
11202 2002-07-06 [melvin]     0.7.8claws51
11203
11204         * po/Makefile.in.in
11205                 Removed --no-location in xgettext command line to help
11206                 translators that use Emacs' po-mode
11207         * src/quote_fmt.c
11208                 Removed unnecessary comments that messed up sylpheed.pot
11209
11210 2002-07-06 [paul]       0.7.8claws50
11211
11212         * sync with 0.7.8cvs19
11213                 see ChangeLog 2002-07-05
11214
11215 2002-07-06 [christoph]  0.7.8claws49
11216
11217         * src/folder.c
11218         * src/mainwindow.c
11219                 fix folder_item_remove_all_msg and folderview
11220                 status for trash folders after emptying trash
11221
11222 2002-07-05 [paul]       0.7.8claws48
11223
11224         * sync with 0.7.8cvs16
11225                 see ChangeLog 2002-07-04 and 2002-07-05
11226
11227 2002-07-04 [paul]       0.7.8claws47
11228
11229         * sync with 0.7.8cvs14
11230                 see  ChangeLog 2002-07-04
11231
11232 2002-07-03 [alfons]     0.7.8claws46
11233
11234         * src/folder.c
11235                 dupe folder item's path because it's being reallocated
11236                 by new folder scanning code
11237
11238 2002-07-03 [christoph]  0.7.8claws45
11239
11240         * src/imap.c
11241                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11242         * src/msgcache.c
11243                 add missing return in msgcache_write
11244
11245 2002-07-02 [thorsten]   0.7.8claws44
11246
11247         * src/jpilot.c
11248         * src/msgcache.c
11249         * src/rfc2015.c
11250                 use binary mode for file access
11251
11252 2002-07-02 [christoph]  0.7.8claws43
11253
11254         * major code cleanup (part 1)
11255         
11256                 - unused variables removed
11257                 - unused functions removed
11258                 - uninitialized variables checked
11259                 - missing return statements added
11260                 - missing function return types added
11261                 - added parentheses around assignment and
11262                   && in || when suggested by gcc
11263               
11264         * src/mh.c
11265         * src/folder.c
11266                 replaced direct calls to folder->scan_tree
11267                 with folder_scan_tree and restore folder
11268                 prefs in this function. The folder should
11269                 not have to deal with them.
11270                 ( Should now work for all folder types )
11271
11272 2002-07-02 [paul]       0.7.8claws42
11273
11274         * sync with 0.7.8cvs13
11275                 see ChangeLog 2002-07-01 and 2002-07-02
11276
11277 2002-07-01 [christoph]  0.7.8claws41
11278
11279         * src/summaryview.c
11280                 fix "goto next/prev unread message" with
11281                 ignored threads
11282
11283 2002-07-01 [paul]       0.7.8claws40
11284
11285         * po/es.po
11286                 updated by Ricardo Mones Lastra
11287
11288 2002-06-30 [match]      0.7.8claws39
11289
11290         * src/jpilot.c
11291                 applied variation of leonerd's patch (566661) to
11292                 allow multiple email addresses per JPilot entry.
11293                 addresses may be separated by space, comma, pipe,
11294                 semi-colon, new-line.
11295
11296 2002-06-30 [alfons]     0.7.8claws38
11297
11298         * src/procmsg.c
11299                 simple fix for putting older nodes before
11300                 newer nodes when threading by subject
11301
11302 2002-06-30 [christoph]  0.7.8claws37
11303
11304         * src/folder.c
11305         * src/folderview.c
11306         * src/mh.c
11307         * src/news.c
11308         * src/procmsg.c
11309                 fix broken folder tree rescaning
11310                 and don't use procmsg_get_mark_sum
11311                 anymore
11312
11313 2002-06-30 [christoph]  0.7.8claws36
11314
11315         * merge new cache branch
11316         * src/imap.c
11317                 fix new cache imap copy bug
11318         * src/folder.c
11319                 improved folder_item_scan
11320                 it should now always set the correct
11321                 new, unread and total message counts
11322
11323 2002-06-29 [paul]       0.7.8claws35
11324
11325         * configure.in
11326                 correct syntax error
11327
11328 2002-06-29 [paul]       0.7.8claws34
11329
11330         * configure.in
11331           Makefile.am
11332           man/Makefile.am       ** NEW FILE **
11333           man/sylpheed.1.gz     ** NEW FILE **
11334                 add Sylpheed man page
11335
11336 2002-06-29 [paul]       0.7.8claws33
11337
11338         * po/pt_BR.po
11339                 updated by Fabio Junior Beneditto
11340
11341 2002-06-28 [jens]       0.7.8claws32
11342
11343         * po/de.po
11344                 translation updated
11345
11346         * src/selective_download.c
11347                 removed gettext for space " "
11348
11349         * src/imap.c
11350                 removed wrong space
11351
11352 2002-06-28 [paul]       0.7.8claws31
11353
11354         * sync with 0.7.8cvs11
11355                 see ChangeLog 2002-06-28
11356
11357 2002-06-28 [paul]       0.7.8claws30
11358
11359         * sync with 0.7.8cvs10
11360                 see ChangeLog 2002-06-27 and 2002-06-28
11361
11362 2002-06-26 [paul]       0.7.8claws29
11363
11364         * src/addrgather.c
11365           src/selective_download.c
11366                 don't gettextise empty strings.
11367                 reserved by gettext. gettext("") returns 
11368                 the header entry with meta information, 
11369                 not the empty string
11370
11371         * po/en_GB.po
11372                 updated
11373
11374 2002-06-26 [paul]       0.7.8claws28
11375
11376         * sync with 0.7.8cvs7
11377                 see ChangeLog 2002-06-25
11378
11379         * src/prefs_common.c
11380                 ...and in the process, tweak the gui a little
11381
11382 2002-06-25 [alfons]     0.7.8claws27
11383         
11384         * configure.in
11385         * src/Makefile.am
11386                 fine tune ldap library detection
11387
11388 2002-06-25 [alfons]     0.7.8claws26
11389
11390         * src/compose.c
11391                 don't allow return receipts when composing a news article
11392
11393 2002-06-25 [paul]       0.7.8claws25
11394
11395         * Makefile.am
11396                 add '$(AMTAR)' to 'release' section to allow for
11397                 new and older autotools
11398
11399 2002-06-25 [paul]       0.7.8claws24
11400
11401         * src/summaryview.c
11402                 fix "No more unread messages" persistant pop-up
11403                 window bug
11404
11405 2002-06-25 [paul]       0.7.8claws23
11406
11407         * po/it.po
11408                 updated by Alessandro Maestri
11409
11410 2002-06-25 [paul]       0.7.8claws22
11411
11412         * sync with 0.7.8cvs6
11413                 see ChangeLog 2002-06-25
11414
11415 2002-06-24 [paul]       0.7.8claws21
11416
11417         * tools/update-po
11418                 add GPL copyright information
11419
11420 2002-06-24 [paul]       0.7.8claws20
11421
11422         * tools/Makefile.am
11423           tools/README
11424           tools/update-po       ** NEW FILE **
11425                 add script that eases the creation of *.po files
11426                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11427
11428 2002-06-23 [alfons]     0.7.8claws19
11429
11430         * src/messageview.c
11431                 make notification_convert_header obey const correctness
11432                 (next step will be fixing the broken return receipt)
11433
11434 2002-06-23 [paul]       0.7.8claws18
11435
11436         * src/messageview.c
11437                 fix bug introduced in last commit:
11438                 removed too much code in last commit - put back what's
11439                 needed
11440
11441 2002-06-23 [paul]       0.7.8claws17
11442
11443         * src/messageview.[ch]
11444                 remove code committed in error from locally patched
11445                 source
11446
11447 2002-06-23 [colin]      0.7.8claws16
11448
11449         * src/compose.[ch]
11450                 add compose_entry_select(), used to select the default_to
11451                 email address - hopefully avoiding people sending mails to
11452                 wrong recipients.
11453
11454 2002-06-22 [alfons]     0.7.8claws15
11455
11456         * AUTHORS
11457                 add Bram Metsch & Stanislav Karchebny
11458         * src/smtp.[ch]
11459         * src/prefs_account.[ch]
11460         * src/send.c
11461                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11462                   options.  (see <http://sourceforge.net/tracker/index.php
11463                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11464
11465                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11466                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11467
11468 2002-06-22 [paul]       0.7.8claws14
11469
11470         * sync with 0.7.8cvs5
11471                 see ChangeLog 2002-06-19 and 2002-06-20
11472
11473 2002-06-22 [alfons]     0.7.8claws13
11474
11475         * src/selective_download.c
11476                 fix a stupid mistake I made
11477
11478 2002-06-22 [alfons]     0.7.8claws12
11479
11480         * src/selective_download.[ch]
11481                 fix another unnoticed leak; cleanup code
11482
11483 2002-06-21 [alfons]
11484
11485         * tools/Makefile.am
11486                 gpg-sign <-- gpg-sign-syl
11487
11488 2002-06-21 [alfons]     0.7.8claws11
11489
11490         * src/selective_download.c
11491         * src/selective_download.h
11492                 fix assorted mix of allocation errors (should solve
11493                 problem reported by Philippe GramoullĂ©, see:
11494                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11495
11496 2002-06-20 [melvin]     0.7.8claws10
11497
11498         * tools/gpg-sign *REMOVED*
11499           tools/gpg-sign-syl *ADDED*
11500                 Replaced the gpg clearsigning script with the version using
11501                 xterm instead of ssh-askpass and changed its name.
11502
11503         * README.claws
11504                 Updated actions example to reflect the renaming of the
11505                 gpg clearsigning script.
11506
11507 2002-06-19 [paul]       0.7.8claws9
11508
11509         * sync with 0.7.8claws9
11510                 see ChangeLog 2002-06-18 and 2002-06-19
11511
11512 2002-06-19 [paul]       0.7.8claws8
11513
11514         * sync with 0.7.8cvs1
11515                 see ChangeLog 2002-06-18
11516
11517 2002-06-18 [alfons]     0.7.8claws7
11518
11519         * src/mainwindow.h
11520                 add omitted prototype
11521
11522 2002-06-17 [paul]       0.7.8claws6
11523
11524         * src/mainwindow.c
11525                 fix hiding of exec_btn
11526
11527 2002-06-17 [paul]       0.7.8claws5
11528
11529         * src/pop.c
11530                 remove unneeded code: should_delete() 
11531                 and Pop3State::uidl_todelete_list
11532
11533 2002-06-17 [paul]       0.7.8claws4
11534
11535         * sync with 0.7.8
11536                 see ChangeLog 2002-06-11 and 2002-06-13
11537
11538 2002-06-16 [alfons]     0.7.8claws3
11539         
11540         * src/folder.c
11541                 make sure lock sort mode (claws specific) is
11542                 also persists after a tree rescan
11543
11544 2002-06-16 [alfons]     0.7.8claws2
11545
11546         * src/prefs_folder_item.c
11547         * src/folder.[ch]
11548                 fix persistence of folder sort mode (broken
11549                 by adapting Hiro's new folder persistence code)
11550
11551 2002-06-16 [alfons]     0.7.8claws1
11552
11553         * AUTHORS
11554         * src/logwindow.c
11555         * src/prefscommon.[ch]
11556                 control size of log text in log window; 
11557                 closes patch #569155 submitted by Mitko Haralanov.
11558
11559 2002-06-15 [paul]       0.7.8claws
11560
11561         * release of 0.7.8claws
11562
11563 2002-06-15 [paul]       0.7.7claws
11564
11565         * po/pt_BR.po
11566                 updated by Fabio Junior Beneditto
11567
11568 2002-06-14 [paul]       0.7.6claws49
11569
11570         * po/es.po
11571                 updated by Ricardo Mones Lastra
11572
11573 2002-06-14 [paul]       0.7.6claws48
11574
11575         * po/nl.po
11576                 updated translation by Wilbert Berendsen
11577
11578 2002-06-14 [melvin]     0.7.6claws47
11579
11580         * po/fr.po
11581                 Updated French translation
11582
11583 2002-06-13 [paul]       0.7.6claws46
11584
11585         * src/filesel.c
11586                 allow filename to be typed in, rather than just
11587                 selected by the mouse. Patch by Gustavo Noronha Silva.
11588
11589 2002-06-13 [alfons]     0.7.6claws45
11590
11591         * src/mainwindow.[ch]
11592                 more cleanups (removing unnecessary menu items Expand 
11593                 summary / message view)
11594
11595 2002-06-13 [melvin]     0.7.6claws44
11596
11597         * po/POTFILES.in
11598                 Added src/string_match.c
11599         * src/string_match.c
11600                 Fixed possible buffer overflow.
11601                 Corrected typo.
11602                 Added missing config.h header.
11603         * src/prefs_common.c
11604           src/prefs_matcher.c
11605           src/prefs_scoring.c
11606                 Made some strings translatable (missing _(..)).
11607
11608 2002-06-13 [melvin]     0.7.6claws43
11609
11610         * README.claws
11611                 Corrected action example (verifying clearsigned mail).
11612         * src/prefs_account.c
11613                 Corrected typo.
11614         * src/prefs_common.c
11615                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11616
11617 2002-06-12 [alfons]     0.7.6claws42
11618
11619         * src/summaryview.c
11620                 add init of score column lost in 0.7.6claws42
11621
11622 2002-06-12 [paul]       0.7.6claws41
11623
11624         * src/prefs_account.c
11625                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11626                 behavior of the radio buttons, (from 0.7.7cvs2)
11627
11628 2002-06-11 [alfons]     0.7.6claws40
11629
11630         * src/messageview.[ch]
11631         * src/summaryview.[ch]
11632         * src/summary_search.c
11633         * src/mainwindow.c
11634                 perform a sync to bring in Hiro's separate view implementation 
11635
11636                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11637
11638 2002-06-11 [paul]       0.7.6claws39
11639         
11640         * src/prefs_account.c
11641                 correct a typo on the Receive tab
11642
11643 2002-06-10 [match]      0.7.6claws38
11644
11645         * src/addressbook.c
11646                 Included address completion patch from Gustavo Noronha.
11647
11648 2002-06-10 [paul]       0.7.6claws37
11649
11650         * src/inc.[ch]
11651           src/pop.c
11652           src/prefs_account.[ch]
11653           src/selective_download.[ch]
11654                 apply PATCH #561712
11655                  NEW:
11656                 - check if POP Account
11657                 - Receive Button renamed to Preview
11658                 - Preview Button Popup: preview new/all messages
11659                 - Download Button
11660                 - Account Preferences-->Receive tab checkbutton if you
11661                   want to remove Mail after Download
11662                 -: default YES
11663                 - Account Preferences-->Receive tab checkbutton use
11664                   filtering rules on preview
11665                   (think of delete_on_server)
11666                 -: default YES
11667                 - Account selectable from SD dialog
11668                 - checkbutton to show already downloaded messages if
11669                   all messages are previewed
11670                 - new clist column showing Date
11671                 - ESC KEY close
11672                 FIXES:
11673                 - play ball with UIDL
11674                 - fault tolerant (?) 
11675                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11676
11677 2002-06-10 [melvin]     0.7.6claws36
11678
11679         * README.claws
11680                 Added a hint to ac/README in cvs instructions.
11681
11682         * src/prefs_actions.c
11683                 Made it possible to use a more elaborate command line
11684                 for asynchronous actions, too.
11685
11686 2002-06-10 [melvin]     0.7.6claws35
11687         
11688         * src/prefs_actions.c
11689                 Make it possible to use a more elaborate command line
11690                 (e.g. |foo|bar|cat>there;echo Done|)
11691                 Corrected error message when calling %f, %F and %p commands
11692                 from the compose window.
11693
11694 2002-06-09 [colin]      0.7.6claws34
11695
11696         * src/summaryview.c
11697                 Automatically find unread messages in current folder
11698                 before annoying the user.
11699
11700 2002-06-08 [alfons]     0.7.6claws33
11701
11702         * po/it.po
11703                 remove bad formatting string in it.po translation
11704                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11705
11706 2002-06-08 [paul]       0.7.6claws32
11707
11708         * sync with 0.7.6cvs25
11709                 see ChangeLog 2002-06-07
11710
11711 2002-06-05 [paul]       0.7.6claws31
11712
11713         * src/mainwindow.c
11714                 add 'Sort by locked' and 'Sort by score'
11715
11716 2002-06-05 [paul]       0.7.6claws30
11717
11718         * sync with 0.7.6cvs24
11719                 see ChangeLog 2002-06-04
11720
11721 2002-06-04 [paul]       0.7.6claws29
11722
11723         * po/pt_BR.po
11724                 updated by Fabio Junior Beneditto
11725
11726 2002-06-03 [thorsten]   0.7.6claws28
11727
11728         * src/matcher.c
11729                 fclose() matcherrc after reading
11730
11731 2002-06-03 [paul]       0.7.6claws27
11732
11733         * sync with 0.7.6cvs21
11734                 see ChangeLog 2002-05-31
11735
11736 2002-05-31 [paul]       0.7.6claws26
11737
11738         * sync with 0.7.6cvs20
11739                 see ChangeLog 2002-05-29 and 2002-05-30
11740
11741 2002-05-31 [paul]       0.7.6claws25
11742
11743         * src/imap.c
11744                 hopefully fix last buggy sync
11745
11746         * README.claws
11747                 correct typo in 'Actions' examples
11748
11749 2002-05-29 [paul]       0.7.6claws24
11750
11751         * sync with 0.7.6cvs18
11752                 see ChangeLog 2002-05-28 and 2002-05-29
11753
11754         * src/news.c
11755           src/nntp.[ch]
11756                 sync with above 
11757
11758 2002-05-28 [paul]       0.7.6claws23
11759
11760         * sync with 0.7.6cvs16
11761                 see ChangeLog 2002-05-28
11762
11763 2002-05-27 [thorsten]   0.7.6claws22 
11764
11765         * faq/it/sylpheed-faq-1.html
11766           faq/it/sylpheed-faq-2.html
11767           faq/it/sylpheed-faq-3.html
11768           faq/it/sylpheed-faq.html
11769                 corrected DOS lineendings
11770         * faq/de/sylpheed-faq-1.html
11771           faq/de/sylpheed-faq-2.html
11772           faq/en/sylpheed-faq-1.html
11773           faq/en/sylpheed-faq-2.html
11774           faq/en/sylpheed-faq-3.html
11775           faq/es/sylpheed-faq-1.html
11776           faq/es/sylpheed-faq-2.html
11777           faq/es/sylpheed-faq-3.html
11778           faq/fr/sylpheed-faq-1.html
11779           faq/it/sylpheed-faq-1.html
11780           faq/it/sylpheed-faq-2.html
11781           faq/it/sylpheed-faq-3.html
11782           faq/it/sylpheed-faq.html
11783                 changed ">" to &quot;
11784
11785 2002-05-27 [paul]       0.7.6claws21
11786         
11787         * sync with 0.7.6cvs15
11788                 see ChangeLog 2002-05-27
11789
11790 2002-05-27 [paul]       0.7.6claws20
11791
11792         * src/prefs_account.c
11793                 correct a typo
11794
11795 2002-05-26 [paul]       0.7.6claws19
11796
11797         * tools/README
11798                 correct a typo
11799
11800 2002-05-25 [paul]       0.7.6claws18
11801
11802         * tools/README
11803                 add description of kmail2sylpheed.pl
11804
11805 2002-05-25 [paul]       0.7.6claws17
11806
11807         * tools/kmail2sylpheed.pl       ** NEW FILE **
11808                 perl script that converts an exported Kmail address
11809                 book, converts it to sylpheed addressbook file,
11810                 writes the file to .sylpheed, and updates
11811                 addrbook--index.xml 
11812
11813 2002-05-25 [paul]       0.7.6claws16
11814
11815         * sync with 0.7.6cvs14
11816                 see ChangeLog 2002-05-23
11817
11818 2002-05-24 [paul]       0.7.6claws15
11819
11820         * README.claws
11821                 make a correction and add some more info
11822
11823 2002-05-24 [paul]       0.7.6claws14
11824
11825         * src/compose.c
11826                 fix memory leak in 
11827                 compose_redirect_write_headers_from_headerlist()
11828                 add Subject and Resent-Message-ID to
11829                 compose_redirect_write_headers()
11830                 Received, Subject, and X-UIDL are filtered out in 
11831                 compose_redirect_write_to_file()
11832
11833 2002-05-23 [paul]       0.7.6claws13
11834
11835         * src/compose.[ch]
11836           src/filtering.c
11837           src/mainwindow.c
11838           src/matcher.[ch]
11839           src/matcher_parser_lex.l
11840           src/matcher_parser_parse.y
11841           src/prefs_common.[ch]
11842           src/prefs_filtering.c
11843           src/summaryview.c
11844                 rename 'Bounce' to 'Redirect'
11845
11846 2002-05-23 [paul]       0.7.6claws12
11847
11848         * more sync with 0.7.6cvs13
11849           src/compose.c
11850                 see ChangeLog 2002-05-22
11851
11852 2002-05-22 [paul]       0.7.6claws11
11853
11854         * sync with 0.7.6cvs13
11855           src/codeconv.c
11856                 see ChangeLog 2002-05-20
11857           src/prefs_common.c
11858                 see ChangeLog 2002-05-22
11859
11860 2002-05-21 [melvin]     0.7.6claws10
11861
11862         * src/folderview.c
11863                 Added missing filtering and scoring headers
11864                 Fixed bad function call that showed garbage 
11865                 in Folder->Processing
11866
11867 2002-05-21 [paul]       0.7.6claws9
11868
11869         * tools/Makefile.am
11870                 make all tools executable, (patch by Alfons).
11871
11872 2002-05-20 [alfons]     0.7.6claws8
11873
11874         * src/procheader.c
11875                 don't forget to call mktime() so we have a valid week 
11876                 and year day
11877                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11878
11879 2002-05-20 [paul]       0.7.6claws7
11880
11881         * src/html.c
11882                 fix broken parsing of urls
11883         * src/textview.c
11884                 fix displaying of urls
11885
11886                 both fixes from the patch [547855] by Eugene 
11887                 Brevdo (zonem)
11888
11889 2002-05-19 [alfons]     0.7.6claws6
11890
11891         * configure.in
11892                 make sylpheed configure correctly with the latest
11893                 and greatest of automake / autoconf / gettext
11894
11895 2002-05-19 [alfons]     0.7.6claws5
11896
11897         * src/procheader.c
11898         * src/procheader.h
11899                 add function for returning ime zone offset
11900         * src/quote_fmt.c
11901         * src/quote_fmt_parse.y
11902                 better quotation formatting - does not convert
11903                 to local time, but uses the original date string.
11904                 
11905                 Note: %z inserts the timezone offset (should 
11906                 work also on platforms where strftime does not
11907                 support %z).
11908
11909 2002-05-18 [christoph]  0.7.6claws4
11910
11911         * src/summaryview.c
11912                 fix indentation of some code
11913         * tools/Makefile.am
11914                 fix spaces after \
11915         * src/Makefile.am
11916                 add missing \
11917                 correct path for ignorethread.xpm
11918                 incorrect filename for sylpheed_logo.xpm
11919                 add missing include matcher_parser_parse.h
11920
11921 2002-05-18 [paul]       0.7.6claws3
11922
11923         * sync with 0.7.6cvs8
11924                 see ChangeLog 2002-05-16 and 2002-05-17
11925
11926 2002-05-18 [melvin]     0.7.6claws2
11927
11928         * README.claws
11929                 Corrected an action's definition and fixed some misspellings.
11930
11931 2002-05-18 [paul]       0.7.6claws1
11932
11933         * tools/Makefile.am
11934           tools/gpg-sign        ** new file **
11935           tools/uudec           ** new file **
11936                 add Melvin's Actions scripts
11937
11938         * README.claws
11939                 add Melvin's descriptions for Actions
11940
11941 2002-05-18 [paul]       0.7.6claws
11942
11943         * Version 0.7.6claws released
11944
11945 2002-05-17 [paul]       0.7.5claws32
11946
11947         * po/es.po
11948                 updated by Ricardo Mones Lastra
11949
11950 2002-05-17 [paul]       0.7.5claws31
11951
11952         * src/compose.c
11953                 fix Account prefs default folder for sent/draft/deleted
11954                 messages bug
11955
11956         * po/it.po
11957           po/nl.po
11958                 updated translation by Alessandro Maestri and
11959                 Wilbert Berendsen
11960
11961 2002-05-17 [melvin]     0.7.5claws30
11962
11963         * src/prefs_actions.c
11964                 Fixed bug where using %F not at the end of the command 
11965                 resulted in an additional empty argument being created.
11966                 Thanks to Darko Koruga for reporting the bug.
11967
11968 2002-05-17 [melvin]     0.7.5claws29
11969
11970         * po/fr.po
11971                 Updated French translations.
11972
11973 2002-05-15 [paul]       0.7.5claws28
11974         
11975         * po/es.po
11976                 updated by Ricardo Mones Lastra
11977
11978 2002-05-15 [paul]       0.7.5claws27
11979
11980         * sync with 0.7.6cvs4
11981                 see ChangeLog 2002-05-14 and 2002-05-15
11982
11983 2002-05-14 [paul]       0.7.5claws26
11984
11985         * sync with 0.7.6cvs1
11986                 see ChangeLog 2002-05-13
11987
11988 2002-05-13 [thorsten]   0.7.5claws25
11989
11990         * src/messageview.c
11991                 fix select_all and copy in multipart messages
11992         * src/mainwindow.c
11993                 fix select_all and copy in multipart messages
11994
11995 2002-05-12 [paul]       0.7.5claws24
11996
11997         * src/summaryview.c
11998                 reverse last commit, bug already fixed in 0.7.5claws3
11999
12000 2002-05-12 [netztorte]  0.7.5claws23
12001
12002         * src/summaryview.c
12003                 dont parse empty addressbook (checked in before claws20)
12004
12005 2002-05-12 [melvin]     0.7.5claws22
12006
12007         * src/procmsg.[ch]
12008                 Removed unneeded priority code introduced by the previous 
12009                 commit.
12010
12011 2002-05-12 [melvin]     0.7.5claws21
12012
12013         * src/compose.[ch]
12014                 Added possibility to set message's priority.
12015         * src/procmsg.[ch]
12016                 Added possibility to set message's priority.
12017                 Added missing headers
12018
12019 2002-05-12 [melvin]     0.7.5claws20
12020
12021         * src/prefs_actions.c
12022                 Removed implicitely added quotes around the name
12023                 of the temporary files of mime parts.
12024
12025 2002-05-12 [paul]       0.7.5claws19
12026
12027         * sync with 0.7.5cvs20
12028                 see ChangeLog 2002-05-11
12029
12030 2002-05-12 [alfons]     0.7.5claws18
12031
12032         * src/quote_fmt_lex.l
12033         * src/quote_fmt_parse.y
12034                 allow quote / reply date & time format to be set using
12035                 %D{format}. format is a format string you'd pass to
12036                 strftime() (see man strftime, or the Display tab |
12037                 Date format setting).
12038
12039                 Currently %D converts the date to local time. 
12040
12041 2002-05-11 [paul]       0.7.5claws17
12042
12043         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12044                 see ChangeLog 2002-05-10 and 2002-05-11
12045
12046 2002-05-10 [paul]       0.7.5claws16
12047
12048         * sync with 0.7.5cvs16
12049                 see ChangeLog entries 2002-05-09 and 
12050                 2002-05-10
12051
12052 2002-05-10 [colin]      0.7.5claws15
12053
12054         * src/textview.c
12055                 Corrected a bug that prevented sylpheed to open
12056                 double-clicked URIs.
12057
12058 2002-05-09 [paul]       0.7.5claws14
12059
12060         * sync with 0.7.5cvs14
12061                 see ChangeLog 2002-05-08 and 2002-05-09
12062
12063 2002-05-08 [paul]       0.7.5claws13
12064
12065         * sync with 0.7.5cvs11
12066                 see ChangeLog entry 2002-05-08
12067
12068 2002-05-08 [paul]       0.7.5claws12
12069
12070         * src/mainwindow.c
12071           src/textview.[ch]
12072                 fix segfault on View->Open in new window
12073                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12074
12075 2002-05-07 [paul]       0.7.5claws11
12076
12077         * sync with 0.7.5cvs9
12078                 see ChangeLog entry 2002-05-07
12079
12080 2002-05-06 [paul]       0.7.5claws10
12081
12082         * src/messageview.c
12083           src/textview.c
12084                 display url in statusbar on single-click
12085                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12086
12087 2002-05-06 [match]      0.7.5claws9
12088
12089         * src/addritem.[ch]
12090                 new functions.
12091         * src/addrcache.c
12092                 tidy up.
12093         * src/xmlprops.[ch]
12094                 XML implementation of properties file.
12095         * src/exporthtml.[ch]
12096         * src/expthtmldlg.[ch]
12097         * src/addressbook.c
12098                 export to HTML.
12099
12100 2002-05-02 [sergey]     0.7.5claws8
12101
12102         * src/mainwindow.c (mainwin_entries),
12103           src/prefs_common.c (prefs_send_create()),
12104           src/codeconv.c (locale_table):
12105                 use charset name "Windows-1251" instead of "CP1251".
12106
12107 2002-05-02 [colin]      0.7.5claws7
12108         
12109         * src/compose.c
12110           src/prefs_common.c
12111           src/prefs_folder_item.c
12112                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12113
12114 2002-05-02 [hiro]       0.7.5claws6
12115
12116         * src/imap.c
12117                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12118
12119 2002-05-02 [paul]       0.7.5claws5
12120
12121         * src/compose.c
12122                 more sync with 0.7.5cvs7, see ChangeLog entry
12123                 2002-05-02
12124
12125 2002-05-02 [hiro]       0.7.5claws4
12126
12127         * src/compose.c
12128                 compose_queue_sub():
12129                 check if queue folder exists (closes #550397).
12130                 removed directory creation since it should be handled
12131                 transparently.
12132         * src/imap.c
12133                 imap_add_msg(): return UID for appended message
12134                 (closes #548842).
12135
12136 2002-04-30 [paul]       0.7.5claws3
12137
12138         * src/summaryview.c
12139                 fix account_find_from_address() bug
12140
12141 2002-04-28 [colin]      0.7.5claws2
12142
12143         * src/compose.c
12144           src/textview.c
12145           src/prefs_common.[ch]
12146           src/utils.[ch]
12147                 Added user-definable quotation characters recognition.
12148
12149 2002-04-28 [paul]       0.7.5claws1
12150
12151         * sync with 0.7.5cvs4
12152                 see ChangeLog entry  2002-04-25
12153
12154 2002-04-28 [paul]       0.7.5claws
12155
12156         * po/es.po
12157           po/nl.po
12158           po/pt_BR.po
12159                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12160                 Fabio Junior Beneditto
12161
12162 2002-04-27 [jens]       0.7.4claws103
12163
12164         * po/de.po
12165                 updated German translation.
12166
12167 2002-04-27 [hiro]       0.7.4claws102
12168
12169         * src/summaryview.c
12170                 summary_write_cache(): fixed the mark loss of hidden messages.
12171
12172 2002-04-26 [melvin]     0.7.4claws101
12173
12174         * src/procmsg.c
12175                 fixed a second typo (same one)
12176         * po/fr.po
12177           po/it.po
12178           po/pt_BR.po
12179                 fixed the type again...
12180
12181 2002-04-26 [melvin]     0.7.4claws100
12182
12183         * src/procmsg.c
12184                 fixed a typo in an alert message ("temorary").
12185         * po/it.po
12186         * po/pt_BR.po
12187                 corrected the typo  described above.
12188         * po/fr.po
12189                 updated French translation.
12190
12191 2002-04-26 [darko]      0.7.4claws99
12192
12193         * src/summaryview.c
12194                 fix target folder colorization
12195
12196 2002-04-25 [paul]       0.7.4claws98
12197
12198         * po/it.po
12199                 updated by Alessandro Maestri
12200
12201 2002-04-24 [colin]      0.7.4claws97
12202         
12203         * src/compose.c
12204                 Fixed double "subject is empty" question.
12205
12206 2002-04-23 [colin]      0.7.4claws96
12207         
12208         * src/mimeview.c
12209                 Corrected issue when "automatically display images" was
12210                 not set : first image remained after selecting second.
12211
12212 2002-04-23 [melvin]     0.7.4claws95
12213
12214         * src/prefs_actions.c
12215                 Don't display in/out dialog if there is nothing to show.
12216
12217 2002-04-23 [paul]       0.7.4claws94
12218
12219         * sync with 0.7.5cvs3
12220                 bug fixes: see ChangeLog entry 2002-04-23
12221
12222 2002-04-22 [darko]      0.7.4claws93
12223
12224         * src/compose.c
12225                 fix previous check-in which changed code after
12226                 merge from main
12227
12228 2002-04-22 [paul]       0.7.4claws92
12229
12230         * faq/de/*
12231                 add German FAQ
12232         * faq/en/*
12233           faq/es/*
12234           faq/fr/*
12235                 update English, Spanish and French FAQs
12236         * manual/de/*
12237           manual/es/*
12238                 add German and Spanish manuals
12239         * manual/en/*
12240           manual/fr/*
12241                 update English and French manuals
12242
12243         * src/Makefile.am
12244                 add to and re-arrange the pixmap entries
12245
12246 2002-04-22 [darko]      0.7.4claws91
12247
12248         * src/compose.c
12249                 fix sender initials recognition to only allow
12250                 '>' after the initials
12251
12252 2002-04-21 [paul]       0.7.4claws90
12253
12254         * sync with 0.7.5 release
12255                 see ChangeLog entry 2002-04-21
12256
12257 2002-04-21 [alfons]
12258
12259         * src/Makefile.am
12260                 add colin's new pixmaps to EXTRA_DIST
12261
12262 2002-04-21 [colin]      0.7.4claws89
12263         * src/compose.c
12264         * src/inc.c
12265         * src/mainwindow.[ch]
12266         * src/prefs_common.[ch]
12267         * src/stock_pixmap.[ch]
12268                 Added "Work offline" ability.
12269
12270 2002-04-21 [colin]      0.7.4claws88
12271         
12272         * src/mimeview.c
12273         * src/prefs_common.c
12274         * src/prefs_common.h
12275         * src/textview.c : Added an option to common preferences -> display
12276           to allow user not to automatically display images.
12277
12278 2002-04-21 [paul]       0.7.4claws87
12279
12280         * sync with 0.7.4cvs52
12281                 see ChangeLog entry 2002-04-21 (src/imap.c)
12282
12283 2002-04-21 [paul]       0.7.4claws86
12284
12285         * sync with 0.7.4cvs51
12286                 see ChangeLog entry 2002-04-21
12287
12288 2002-04-21 [paul]       0.7.4claws85
12289
12290         * sync with 0.7.4cvs49
12291                 see ChangeLog entries 2002-04-20 and 2002-04-21
12292
12293         * src/Makefile.am
12294                 clean up: remove old 'stock_' element from xpm 
12295                 filenames.
12296
12297 2002-04-21 [alfons]     0.7.4claws84
12298
12299         apply sync patch from Paul
12300
12301         * src/folderview.c
12302                 use old claws prefs_folder_item_create() for now
12303
12304 2002-04-19 [match]      0.7.4claws83
12305
12306         * src/addressbook.[ch]
12307         * src/addrharvest.[ch]
12308         * src/addrgather.[ch]
12309                 recurse folders.
12310         * src/mainwindow.c
12311         * src/summaryview.[ch]
12312                 change menu option.
12313
12314 2002-04-19 [paul]       0.7.4claws82
12315
12316         * po/pt_BR.po
12317                 updated by Fabio Junior Beneditto
12318
12319 2002-04-14 [alfons]     0.7.4claws81
12320
12321         * src/passphrase.c
12322                 add #include <sys/types.h> for mode_t and off_t 
12323
12324 2002-04-13 [paul]       0.7.4claws80
12325         
12326         * src/main.c
12327           src/passphrase.[ch]
12328           src/pgptext.c
12329           src/prefs_common.[ch]
12330           src/rfc2015.c
12331                 enable storing of GnuPG passphrase for the whole 
12332                 session or a user-defined number of minutes. patch 
12333                 submitted by Ravemax <ravemax@dextrose.com>
12334
12335 2002-04-13 [alfons]     0.7.4claws79
12336
12337         * src/textview.c
12338                 make email parser also stop scanning when encountering separators
12339                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12340
12341 2002-04-13 [paul]       0.7.4claws78
12342
12343         * sync with 0.7.4cvs39
12344                 see ChangeLog entry 2002-04-12
12345
12346 2002-04-11 [paul]       0.7.4claws77
12347
12348         * sync with 0.7.4cvs37
12349                 see ChangeLog entry 2002-04-11
12350
12351 2002-04-11 [paul]       0.7.4claws76
12352
12353         * COPYING 
12354                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12355                 the clause for OpenSSL). sync with sylpheed main
12356
12357 2002-04-09 [melvin]     0.7.4claws75
12358
12359         * src/compose.c
12360                 Made 'Ctrl-Enter' on send ignore some modifiers 
12361                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12362                 to bind other *-Enter (but not Alt-Enter).
12363
12364 2002-04-09 [paul]       0.7.4claws74
12365
12366         * sync with 0.7.4cvs35
12367                 see ChangeLog entries 2002-04-09
12368
12369 2002-04-08 [paul]       0.7.4claws73
12370
12371         * sync with 0.7.4cvs33
12372                 see ChangeLog entry 200-04-08
12373
12374 2002-04-07 [match]      0.7.4claws72
12375
12376         * src/addrharvest.[ch]
12377                 fixed to read all addresses in header, regardless
12378                 of header size. improved name parsing. accommodate
12379                 harvest from folders and selected message.
12380         * src/addritem.[ch]
12381                 included new address parsing function.
12382         * src/addrgather.[ch]
12383         * src/addressbook.[ch]
12384         * src/summaryview.[ch]
12385         * src/mainwindow.c
12386                 allow address harvest of folder as well as selected
12387                 messages.
12388
12389 2002-04-07 [paul]       0.7.4claws71
12390
12391         * src/esmtp.[ch]
12392           src/smtp.c
12393                 don't try to authenticate with CRAM-MD5 in SMTP when 
12394                 SMTP-AUTH enabled if MTA doesn't issue this 
12395                 auth-method in it's ehlo-response. bug item #531364,
12396                 patch item #938910. patch submitted by Colin Leroy 
12397                 <colin@colino.net>
12398
12399 2002-04-07 [paul]       0.7.4claws70
12400
12401         * src/nntp.c
12402                 fix missing MODE_READER bug. patch submitted by
12403                 Colin Leroy <colin@colino.net>
12404
12405 2002-04-07 [alfons]     0.7.4claws69
12406
12407         * src/matcher.[ch]
12408         * src/prefs_filtering.c
12409         * src/summaryview.c
12410                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12411                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12412
12413 2002-04-07 [paul]       0.7.4claws68
12414
12415         * sync with 0.7.4cvs32
12416                 see ChangeLog entry 2002-04-06
12417
12418         * tools/filter_conv.pl
12419                 more bug fixes
12420
12421 2002-04-06 [paul]       0.7.4claws67
12422
12423         * tools/filter_conv.pl
12424                 modify to be able to find the name of the first
12425                 mailbox and use that. main's filter does not
12426                 record the full path to the mailbox and therefore
12427                 can only filter to the first mailbox.
12428
12429 2002-04-05 [paul]       0.7.4claws66
12430
12431         * tools/filter_conv.pl
12432                 attempt to make the script all-encompassing and
12433                 be able to convert any main 'filter' rule thrown
12434                 at it
12435
12436 2002-04-05 [paul]       0.7.4claws65
12437
12438         * tools/filter_conv.pl
12439                 allow for collapsed folder trees
12440
12441 2002-04-05 [paul]       0.7.4claws64
12442
12443         * sync with 0.7.4cvs31
12444                 see ChangeLog entries 2002-04-05
12445
12446 2002-04-03 [paul]       0.7.4claws63
12447
12448         * sync with 0.7.4cvs29
12449                 see ChangeLog entries 2002-04-02 and 2002-04-03
12450
12451 2002-04-02 [paul]       0.7.4claws62
12452
12453         * sync with 0.7.4cvs26
12454                 see ChangeLog entry 2002-04-01
12455
12456 2002-04-02 [match]      0.7.4claws61
12457
12458         * src/pine.[ch]
12459         * src/importpine.[ch]
12460         * src/addressbook.c
12461                 import Pine address book.
12462
12463 2002-04-02 [match]      0.7.4claws60
12464
12465         * src/addrharvest.[ch]
12466                 improve address parsing of funky addresses.
12467
12468 2002-04-02 [darko]      0.7.4claws59
12469
12470         * src/compose.c
12471                 wrap on send improvements, it now recognizes quoted
12472                 initials as part of the quotation string, and it
12473                 does not join lines separated by CR
12474
12475 2002-04-01 [match]      0.7.4claws58
12476
12477         * src/mgutils.[ch]
12478                 added new functions.
12479         * src/mutt.[ch]
12480                 remove excessive duplicate address generation
12481                 on import.
12482
12483 2002-04-01 [alfons]     0.7.4claws57
12484         
12485         * src/summaryview.c
12486                 put back g_free() 
12487
12488 2002-04-01 [paul]       0.7.4claws56
12489
12490         * sync with 0.7.4cvs25
12491                 see ChangeLog entry 2002-04-01
12492
12493 2002-04-01 [alfons]     0.7.4aprilfool55
12494
12495         * src/summaryview.c
12496                 honour feature request item #537427 to allow for
12497                 displaying names from address book for sent mail also
12498
12499 2002-03-29 [paul]       0.7.4claws54
12500
12501         * src/mainwindow.c
12502           src/prefs_filtering.[ch]
12503           src/prefs_matcher.c
12504           src/summaryview.c
12505                 add 'fast filter' for claws' filtering,
12506                 /Tools/Create filter rule/... patch submitted
12507                 by Neill Miller <neillm@thecodefactory.org>
12508
12509 2002-03-29 [paul]       0.7.4claws53
12510
12511         * sync with 0.7.4cvs24
12512                 see ChangeLog entry 2002-03-29
12513
12514 2002-03-28 [paul]       0.7.4claws52
12515
12516         * sync with 0.7.4cvs23
12517                 see ChangeLog entry 2002-03-28
12518
12519 2002-03-27 [melvin]     0.7.4claws51
12520
12521         * src/prefs_actions.c
12522                 Added support to pass only one message part (as a
12523                 file) to the command using '%p'. No quotes are needed
12524                 because doubles quotes are automatically added.
12525                 Fixed bug where Sylpheed could block when waiting for
12526                 a child process to finish.
12527                 Changed the help menu to remove quotes around symbols to 
12528                 avoid misinterpretation (they must not be used).
12529
12530 2002-03-27 [melvin]     0.7.4claws50
12531
12532         * src/inc.c
12533                 Made the new mail notification command always 
12534                 execute asynchronously.
12535
12536 2002-03-27 [paul]       0.7.4claws49
12537
12538         * src/compose.c
12539                 fix bug introduced in last commit
12540
12541 2002-03-27 [paul]       0.7.4claws48
12542
12543         * sync with 0.7.4cvs21
12544                 see ChangeLog 2002-03-26 and 2002-03-27
12545
12546 2002-03-26 [hoa]        0.7.4claws47
12547
12548         * src/prefs_folder_item.c
12549                 really fixed the bug #516442 with folder rescan.
12550
12551 2002-03-26 [paul]       0.7.4claws46
12552
12553         * sync with 0.7.4cvs19
12554                 see ChangeLog entries 2002-03-25 and 2002-03-26
12555
12556 2002-03-25 [hoa]        0.7.4claws45
12557
12558         * src/matcher.c
12559         * src/mh.c
12560                 fix the bug #516442 with folder rescan.
12561
12562         * src/prefs_common.[ch]
12563         * src/compose.c
12564                 added an option to enable two different behaviours
12565                 for bounce.
12566
12567
12568 2002-03-25 [paul]       0.7.4claws44
12569
12570         * src/mainwindow.c
12571           src/selective_download.c
12572                 correct a few menuitem labels
12573
12574 2002-03-25 [christoph]  0.7.4claws43
12575
12576         * src/procmsg.c
12577                 fix non deleted tmp message in
12578                 procmsg_save_to_outbox
12579                 fix problems caused by sync with
12580                 main branch's procmsg_send_queue
12581
12582 2002-03-25 [paul]       0.7.4claws42
12583
12584         * src/quote_fmt.c
12585           src/quote_fmt_lex.l
12586           src/quote_fmt_parse.y
12587                 add Last name (%L) placeholder for quoting. 
12588                 patch submitted by Thorsten Thielen 
12589                 <thth@users.sourceforge.net>
12590
12591 2002-03-25 [paul]       0.7.4claws41
12592
12593         * src/utils.c
12594                 get full hostname. patch submitted by
12595                 Bob Woodside <rwoodside1@comcast.net>
12596
12597 2002-03-25 [paul]       0.7.4claws40
12598
12599         * src/account.c
12600           src/news.c
12601           src/nntp.[ch]
12602           src/prefs_account.[ch]
12603                 enable NNTP over SSL. patch submitted by
12604                 Pascal Jermini <pascal@infinity.hn.org>
12605
12606 2002-03-24 [paul]       0.7.4claws39
12607
12608         * src/prefs_common.c
12609                 make the arrangement of the Compose tab more
12610                 coherent
12611
12612         * src/mainwindow.c
12613                 fix some irregularities of style
12614
12615         * po/de.po
12616                 updated by Kilian Krause
12617
12618 2002-03-23 [paul]       0.7.4claws38
12619
12620         * po/pt_BR.po
12621                 updated by Fabio Junior Beneditto
12622
12623 2002-03-23 [paul]       0.7.4claws37
12624
12625         * src/mainwindow.c
12626                 move 'Gather addresses' to 'Tools' menu
12627                 make 'Selective download' sensitive
12628
12629 2002-03-23 [paul]       0.7.4claws36
12630
12631         * sync with 0.7.4cvs16
12632                 see ChangeLog entries 2002-03-23
12633
12634 2002-03-22 [christoph]  0.7.4claws35
12635
12636         * src/quote_fmt_parse.y
12637                 fix include program output
12638
12639 2002-03-22 [alfons]     0.7.4claws34
12640
12641         * src/pop.c
12642                 initialize GDate stack variable correctly (sorry!)
12643
12644 2002-03-22 [paul]       0.7.4claws33
12645
12646         * src/compose.c
12647           src/mainwindow.c
12648           src/prefs_actions.c
12649           src/prefs_common.c
12650                 rename 'Tool' to 'Tools'
12651
12652         * src/mainwindow.c
12653                 move 'Delete duplicated messages' from
12654                 'Message/' to 'Tools/'
12655                 re-arrange the order of 'Tools/' items
12656
12657 2002-03-22 [paul]       0.7.4claws32
12658
12659         * src/addr_compl.c
12660           src/addressbook.[ch]
12661                 auto-address completion now also matches on
12662                 Nickname. patch submitted by Bob Forsman 
12663                 <hammor@users.sourceforge.net>
12664
12665         * src/editaddress.c
12666                 correct a spelling mistake
12667
12668 2002-03-22 [alfons]     0.7.4claws31
12669
12670         * src/pop.c
12671                 fix getting uidl from incorrect string 
12672                 (spotted by Colin)
12673
12674 2002-03-21 [alfons]     0.7.4claws30
12675
12676         * src/pop.c
12677                 more code refactoring
12678                 plug mem leak introduced by delete on server
12679
12680 2002-03-21 [paul]       0.7.4claws29
12681
12682         * sync with 0.7.4cvs11
12683                 see ChangeLog entries 2002-03-20
12684
12685 2002-03-20 [alfons]     0.7.4claws28
12686
12687         * src/inc.c
12688                 apply Colin's patch and refactor
12689
12690 2002-03-20 [paul]       0.7.4claws27
12691
12692         * sync with sylpheed 0.7.4cvs9
12693                 see ChangeLog entry 2002-03-20
12694
12695 2002-03-19 [christoph]  0.7.4claws26
12696
12697         * src/mh.c
12698         * src/procmsg.[ch]
12699         * src/summaryview.c
12700                 revert changes for flag updates
12701                 (does not work correctly and no time to debug)
12702
12703 2002-03-20 [alfons]     0.7.4claws25
12704
12705         * src/pop.c
12706                 refactor should_delete() a little bit 
12707
12708 2002-03-19 [paul]       0.7.4claws24
12709
12710         * src/inc.[ch]
12711           src/pop.c
12712           src/prefs_account.[ch]
12713                 allow the user to leave downloaded mail on the 
12714                 server for n days. Patch submitted by Colin Leroy 
12715                 <colin@colino.net>
12716
12717 2002-02-19 [paul]       0.7.4claws23
12718
12719         * sync with sylpheed 0.7.4cvs8
12720                 see ChangeLog entries 2002-03-19
12721
12722 2002-03-18 [paul]       0.7.4claws22
12723
12724         * sync with sylpheed 0.7.4cvs6
12725                 see ChangeLog entry 2002-03-18
12726
12727 2002-03-18 [paul]       0.7.4claws21
12728
12729         * po/en_GB.po
12730                 add en_GB message catalogue
12731
12732         * src/mbox_folder.c
12733           src/prefs_account.c
12734           src/prefs_actions.c
12735                 correct a few spelling mistakes
12736
12737 2002-03-17 [alfons]     0.7.4claws20
12738
12739         * src/matcher.c
12740                 more stringent checks for NULL params when writing
12741                 filtering actions to a file
12742                 
12743 2002-03-17 [hoa]        0.7.3claws20
12744
12745         * src/news.c
12746                 fixed the count of new messages
12747
12748         * src/compose.c
12749                 fixed the "attachment properties" window
12750
12751 2002-03-17 [paul]       0.7.4claws19
12752
12753         * src/defs.h
12754           src/folder.h
12755           src/news.c
12756           src/prefs_account.[ch]
12757           src/procmsg.[ch]
12758           src/summaryview.c
12759                 automatically mark cross-posted messages as read 
12760                 and (optionally) give them a colour label
12761                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12762                 
12763
12764 2002-03-17 [paul]       0.7.4claws18
12765
12766         * sync with sylpheed 0.7.4cvs5
12767                 see ChangeLog entry 2002-03-17
12768
12769 2002-03-17 [melvin]     0.7.4claws17
12770         
12771         * src/textview.c
12772                 Worked around a gtktext 'bug': when searching for 
12773                 a text in a long message it was scrolling slowly
12774                 line by line until it hit the searched text.
12775         * po/fr.po
12776                 Updated French translation
12777
12778 2002-03-17 [melvin]     0.7.4claws16
12779
12780         * src/mainwindow.c
12781         * src/compose.c
12782         * src/prefs_actions.c
12783                 Moved "Edit/Actions" to "Tool/Actions"
12784                 Made mainwindow/compose window sensitive as soon as
12785                 no child process is running anymore even if the io dialog
12786                 is open.
12787                 Fixed a struct being initialized with a non constant char*
12788
12789 2002-03-16 [christoph]  0.7.4claws15
12790
12791         * configure.in
12792                 add --with-compiler-flags option
12793                 (only for developer hacking)
12794         * src/mh.c
12795         * src/procmsg.[ch]
12796         * src/summaryview.c
12797                 try to make folder-stats and flag handling more
12798                 independent from the summaryview. msgcounts
12799                 are only set when the folder is opened and
12800                 procmsg_msginfo_(un)set_flags will handle it
12801                 later and summaryview will get the values
12802                 from the folder.
12803
12804 2002-03-16 [paul]       0.7.4claws14
12805
12806         * src/messageview.c
12807                 fix Return-receipt. Patch submitted by Bob
12808                 Woodside <rwoodside1@comcast.net>
12809
12810 2002-03-16 [paul]       0.7.4claws13
12811
12812         * src/compose.c
12813                 fix 'dynamic' signatures, make it work again
12814                 broken during sync on 2002-03-14 (0.7.4claws2)
12815
12816 2002-03-15 [match]      0.7.4claws12
12817
12818         * src/addrharvest.[ch]
12819         * src/addrgather.[ch]
12820         * src/addressbook.[ch]
12821         * src/mainwindow.c
12822                 included address harvester feature. still some
12823                 issues with address parsing that I will fix.
12824
12825 2002-03-15 [match]      0.7.4claws11
12826
12827         * src/addrbook.[ch]
12828         * src/addrcache.[ch]
12829         * src/addressbook.[ch]
12830         * src/addrindex.c
12831         * src/editbook.c
12832         * src/importldif.c
12833         * src/importmutt.c
12834         * src/jpilot.[ch]
12835         * src/main.c
12836         * src/syldap.[ch]
12837         * src/vcard.[ch]
12838                 tidy up. fix memory leaks. moved attribs and methods
12839                 from individual interfaces to addrcache object. prep
12840                 for new stuff to come in.
12841
12842 2002-03-15 [alfons]     0.7.4claws10
12843
12844         * src/matcher.[ch]
12845         * src/matcher_parser_parse.y
12846         * src/matcher_parser_lex.l
12847         * src/prefs_matcher.c
12848                 add filtering conditions message greater than, smaller 
12849                 than, and exactly matching a size in bytes
12850                 (does not work with delete from POP3 server yet)
12851
12852                 this should also give others an idea what you should
12853                 do to add new criterions to claws filtering system
12854                 
12855
12856 2002-03-15 [paul]       0.7.4claws9
12857
12858         * tools/filter_conv.pl
12859                 exit if there are no filter rules to convert
12860                 rename filterrc to filterrc.old after completion
12861
12862 2002-03-15 [paul]       0.7.4claws8
12863
12864         * sync with sylpheed 0.7.4cvs3
12865                 see ChangeLog entry 2002-03-14
12866
12867 2002-03-14 [paul]       0.7.4claws7
12868
12869         * src/compose.c
12870                 clean up the last commit (ahem)
12871
12872 2002-03-14 [paul]       0.7.4claws6
12873
12874         * src/compose.c
12875                 fix bug #515655. honour account preferences
12876                 regarding gpg default signing/encryption when 
12877                 changing account from the compose window.
12878
12879 2002-03-14 [paul]       0.7.4claws5
12880
12881         * src/folderview.c
12882                 remove unnecessary curly brackets
12883
12884 2002-03-14 [paul]       0.7.4claws4
12885
12886         * src/folderview.c
12887           src/prefs_filtering.[ch]
12888                 add filter rename on folder rename and filter
12889                 delete on folder delete. Patch submitted by
12890                 Neill Miller <neillm@thecodefactory.org> 
12891
12892 2002-03-14 [christoph]  0.7.4claws3
12893
12894         * src/procmsg.c
12895         * src/send.c
12896                 fix local delivery
12897                 (patch submitted by "Simon 'corecode' Schubert")
12898         * src/prefs_common.c
12899         * src/procmsg.c
12900                 fix gcc 3.0 warning
12901
12902 2002-03-14 [paul]       0.7.4claws2
12903
12904         * sync with sylpheed 0.7.4cvs2
12905                 see ChangeLog entry 2002-03-13
12906
12907 2002-03-12 [darko]      0.7.4claws1
12908
12909         * src/mainwindow.c
12910                 fix what seems to be a copy and paste error
12911                 when setting color for important messages
12912                 (reported by wwp)
12913
12914 2002-03-11 [paul]       version 0.7.4claws released
12915
12916 2002-03-11 [paul]       0.7.4claws
12917
12918         * po/es.po
12919           po/it.po
12920           po/nl.po
12921           po/pt_BR.po
12922                 update message catalogs. Submitted by Ricardo Mones 
12923                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12924                 Fabio Junior Beneditto
12925
12926         * configure.in
12927           faq/Makefile.am
12928           faq/it/Makefile
12929           faq/it/sylpheed-faq*
12930           src/mainwindow.c
12931           src/manual.[ch]
12932                 add FAQ in Italian
12933         
12934
12935 2002-03-11 [jens]       0.7.3claws7
12936
12937         * po/de.po
12938                 updated German translation
12939
12940 2002-03-11 [melvin]     0.7.3claws6
12941
12942         * po/fr.po
12943                 updated and corrected French translation
12944
12945 2002-03-10 [hoa]        0.7.3claws5
12946
12947         * src/account.c
12948         * src/inc.c
12949         * src/prefs_account.c
12950         * src/procmsg.c
12951         * src/send.[ch]
12952                 fixed the local account.
12953                 you have to change the default "/usr/sbin/sendmail"
12954                 to "/usr/sbin/sendmail -t" in the preferences of
12955                 the local account.
12956
12957         * src/procmime.c
12958                 removed some debug display for renderer
12959
12960 2002-03-10 [paul]       0.7.3claws4
12961
12962         * faq/en/sylpheed-faq-1.html
12963           faq/en/sylpheed-faq-2.html
12964                 update
12965
12966 2002-03-09 [paul]       0.7.3claws3
12967
12968         * sync with sylpheed 0.7.4
12969                 see ChangeLog entry 2002-03-09
12970
12971 2002-03-08 [paul]       0.7.3claws2
12972
12973         * faq/en/sylpheed-faq*
12974           faq/es/sylpheed-faq*
12975           faq/fr/sylpheed-faq*
12976                 update the FAQs
12977
12978         * manual/fr/.cvsignore
12979           manual/fr/Makefilea.am
12980           manual/fr/sylpheed*
12981           src/mainwindow.c
12982           src/manual.[ch]
12983                 add the French manual
12984
12985 2002-03-07 [paul]       0.7.3claws1
12986
12987         * sync with sylpheed 0.7.3cvs4
12988                 see ChangeLog entries  2002-03-06 and 2002-03-07
12989         
12990         * po/nl.po
12991                 updated by Wilbert Berendsen
12992
12993 2002-03-07 [melvin]     0.7.2claws34
12994
12995         * src/selective_download.c
12996                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12997
12998 2002-03-06 [paul]       0.7.2claws33
12999
13000         * sync with sylpheed 0.7.3cvs1
13001                 bug fix, see ChangeLog entry 2002-03-05
13002
13003 2002-03-05 [paul]       0.7.2claws32
13004
13005         * src/mimeview.c
13006           src/pgptext.[ch]
13007           src/procmsg.c
13008                 reverse the pgp ascii-armored code implemented in 
13009                 0.7.2claws16. removal of this code until it matures.
13010                 this means that verifying ascii-armored pgp sigs and
13011                 automatic decryption of ascii-armored encrypted
13012                 messages no longer works.
13013
13014 2002-03-05 [paul]       0.7.2claws31
13015
13016         * configure.in
13017           Makefile.am
13018         * faq/Makefile.am
13019         * faq/en/Makefile.am
13020           faq/en/sylpheed-faq.html
13021           faq/en/sylpheed-faq-1.html
13022           faq/en/sylpheed-faq-2.html
13023           faq/en/sylpheed-faq-3.html
13024         * faq/es/Makefile.am
13025           faq/es/sylpheed-faq.html
13026           faq/es/sylpheed-faq-1.html
13027           faq/es/sylpheed-faq-2.html
13028           faq/es/sylpheed-faq-3.html
13029           faq/es/sylpheed-faq-4.html
13030         * faq/fr/Makefile.am
13031           faq/fr/sylpheed-faq.html
13032           faq/fr/sylpheed-faq-1.html
13033           faq/fr/sylpheed-faq-2.html
13034           faq/fr/sylpheed-faq-3.html
13035         * src/Makefile.am
13036           src/defs.h
13037           src/mainwindow.c
13038           src/manual.[ch]
13039                 add FAQs in English, Spanish and French
13040
13041
13042 2002-03-05 [paul]       0.7.2claws30
13043
13044         * manual/en/sylpheed.html
13045           manual/en/sylpheed-XX.html
13046                 updated the English manual
13047
13048 2002-03-05 [hoa]        
13049
13050         * src/summaryview.c
13051                 dialog box pops up if the article can't be deleted.
13052
13053 2002-03-04 [paul]       
13054         
13055         * po/pt_BR.po
13056                 updated by Fabio Junior Benedito
13057
13058 2002-03-04 [hoa]
13059
13060         * removed ac/gpgme.m4
13061                 to avoid autogen common problem
13062                 developers have to install gpgme development package now
13063
13064         * src/compose.c
13065                 encoding to 7bit or 8bit is enabled.
13066
13067 2002-03-03 [alfons]     0.7.2claws29
13068
13069         * src/pop.c
13070                 merge fix by Oliver Haertel for selective
13071                 download buglet
13072
13073 2002-03-03 [paul]       0.7.2claws28
13074         
13075         * sync with sylpheed 0.7.3
13076
13077 2002-03-03 [paul]       0.7.2claws27
13078
13079         * sync with sylpheed 0.7.2cvs24
13080                 see ChangeLog entries 2002-03-02 and 2002-03-03
13081
13082 2002-03-02 [melvin]     0.7.2claws26
13083
13084         * src/inc.[ch]
13085         * src/main.c
13086         * src/mainwindow.c
13087         * src/prefs_common.[ch]
13088                 Added user definable notification on new mail arrival.
13089                 Removed unused variables in spell checker prefs code.
13090
13091 2002-03-02 [melvin]     0.7.2claws25
13092
13093         * src/quote_fmt.c
13094                 Removed unnecessary escape sequences.
13095                 Changed 'Initial...' to 'Initials of Sender'
13096
13097 2002-03-02 [paul]       0.7.2claws24
13098
13099         * sync with sylpheed 0.7.2cvs22
13100                 see ChangeLog entry 2002-03-01
13101
13102 2002-03-01 [hoa]        0.7.2claws23
13103
13104         * src/mainwindow.c
13105                 Set sensitivity of delete actions to active
13106                 even if the folder is a newsgroup.
13107
13108         * src/summaryview.c
13109                 - Set sensitivity of delete actions
13110                 - Added function check_permission() that will check if the
13111                   user is authorized to delete a message. For news, it
13112                   will check if the author is the same.
13113                 - Enabled deletion when there is no trash folder.
13114
13115         * src/news.[ch]
13116                 - Added news_cancel_article() to cancel articles
13117                 - Implemented news_remove_message() (public function)
13118
13119 2002-03-01 [paul]       0.7.2claws22
13120
13121         * src/gtkutils.c
13122           src/textview.c
13123                 recognise urls that that don't include 'http://' and
13124                 simply begin 'www.' 
13125
13126         * AUTHORS
13127                 remove duplicated name
13128
13129 2002-02-28 [paul]       0.7.2claws21
13130
13131         * src/mainwindow.c
13132           src/summaryview.[ch]
13133                 add ability to 'Select thread'
13134                 combines Melvin's "Select thread's head" patch (#510907)
13135                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13136                 patch (#518514) 
13137
13138 2002-02-28 [paul]       0.7.2claws20
13139
13140         * src/mimeview.c
13141                 hopefully fix segfault on right-clicking a mime part
13142                 that some people have experienced.      
13143                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13144
13145 2002-02-28 [paul]       0.7.2claws19
13146
13147         * sync with sylpheed 0.7.2cvs21
13148                 see ChangeLog entries 2002-02-27 and 2002-02-28
13149
13150 2002-02-27 [paul]       0.7.2claws18
13151
13152         * sync with sylpheed 0.7.2cvs18
13153                 see ChangeLog entries 2002-02-26 and 2002-02-27
13154
13155 2002-02-26 [alfons]     0.7.2claws17
13156
13157         * src/procheader.c
13158                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13159                 (spotted by Chris Hessman <idatech@gmx.net>)
13160
13161 2002-02-26 [paul]       0.7.2claws16
13162
13163         * src/mimeview.c
13164           src/pgptext.[ch]
13165           src/procmsg.c
13166                 make decryption of ascii-armored pgp encrypted messages
13167                 and verification of ascii-armored signatures work again.
13168                 slightly altered from the patch by Jens Jahnke 
13169                 <jan0sch@gmx.net>
13170
13171                 ##FIX ME##
13172                 * the checking of plaintext signatures always comes up in 
13173                   a popup box
13174                 * it doesn't work for multipart messages 
13175                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13176                   including the msg headers and these 2 line themselves, are 
13177                   not displayed
13178
13179         * src/mainwindow.c
13180                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13181                 "View/Message View" becomes "View/Separate Message View"
13182                 because its less ambiguous.
13183
13184         * po/es.po
13185                 updated by Ricardo Mones Lastra
13186
13187 2002-02-26 [paul]       0.7.2claws15
13188
13189         * sync with sylpheed 0.7.2cvs17
13190                 see ChangeLog entries 2002-02-25 and 2002-02-26
13191
13192 2002-02-25 [christoph]  0.7.2claws14
13193
13194         * src/filtering.[ch]
13195         * src/inc.c
13196                 do filtering stuff after all messages have been received
13197                   1. drop all messages to .processing
13198                   2. scan processing folder for messages
13199                   3. filter messages or move to inbox
13200                 this will also find old messages left in processing after
13201                 a crash or something like that and we get a real msginfo
13202                 from folder->get_msg_list and do not have to create our
13203                 own in filter_message
13204         * src/matcher_parser_parse.y
13205                 remove MIX/MAX warning (reordered includes)
13206
13207 2002-02-25 [paul]       0.7.2claws13
13208
13209         * sync with sylpheed 0.7.2cvs15
13210                 see ChangeLog entry 2002-02-24
13211
13212 2002-02-24 [alfons]     0.7.2claws12
13213
13214         * src/filtering.c
13215                 clear old color flags first when applying a new color to
13216                 a message info. 
13217                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13218
13219 2002-02-24 [alfons]     0.7.2.claws11
13220         
13221         * AUTHORS
13222         * src/prefs_common.c
13223                 add presets for Opera and Konqueror, closes patch #517261,
13224                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13225
13226 2002-02-24 [alfons]     0.7.2.claws10
13227
13228         * AUTHORS
13229         * src/summaryview.c
13230                 fix threading for null message ids, closes patch #521601,
13231                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13232
13233 2002-02-24 [alfons]     0.7.2claws9
13234
13235         * src/summaryview.c
13236         * src/filtering.c
13237                 make Tool | Filter Message work with filtering system so
13238                 setting flags also works
13239
13240                 TODO:
13241
13242                 - Processing uses the same function as Tool | Filter
13243                   Message, but doesn't use the same update proc yet
13244
13245 2002-02-23 [paul]       0.7.2claws8
13246
13247         * sync with sylpheed 0.7.2cvs14
13248                 see ChangeLog entries 2002-02-22 and 2002-02-23
13249
13250 2002-02-22 [christoph]  0.7.2claws7
13251
13252         * src/quote_fmt.c
13253                 Add column space to table
13254         * src/quote_fmt_parse.y
13255                 Close files
13256
13257 2002-02-22 [paul]       0.7.2claws6
13258
13259         * src/Makefile.am
13260           src/defs.h
13261           src/filtering.c
13262           src/inc.[ch]
13263           src/mainwindow.c
13264           src/matcher.[ch]
13265           src/matcher_parser_lex.l
13266           src/matcher_parser_parse.y
13267           src/pop.[ch]
13268           src/prefs_account.h
13269           src/prefs_filtering.c
13270           src/selective_download.[ch]   *** NEW FILES ***
13271           src/utils.[ch]
13272           po/POTFILES.in
13273                 Selective Download added to 'Tool' menu. 
13274                 Retrieves email headers of the currently selected pop3 
13275                 account and allows the user to mark emails for deletion 
13276                 right on the pop3 server. Patch submitted by Oliver Haertel 
13277                 <oha@users.sourceforge.net>.
13278         
13279         * po/POTFILES.in
13280                 add 'src/quote_fmt.c'           
13281
13282 2002-02-22 [christoph]  0.7.2claws5
13283
13284         * src/Makefile.am
13285                 added quote_fmt.c
13286         * src/prefs_common.[ch]
13287         * src/prefs_template.c
13288         * src/quote_fmt.c               *** NEW FILE ***
13289         * src/quote_fmt.h
13290                 move quote format symbol description code
13291                 to it's own file because it is used from
13292                 differnent code parts
13293                 Rewrote symbol description GUI
13294                   + use table
13295                   + add separators
13296                   + get data from array (no more long constant strings)
13297         * src/quote_fmt_lex.l
13298         * src/quote_fmt_parse.y
13299                 Symbol for Literal % changed to \% instead of %%
13300                 (More logical as \ is used for quoting for other symbols)
13301                 Add |f and |p to include files and program output
13302                 Examples:
13303                     |f{/home/.../.signature}
13304                     |p{date}
13305         * po/de.po
13306                 Correct wrong spelling for "Referenzen"
13307
13308 2002-02-21 [paul]       0.7.2claws4
13309
13310         * src/procmsg.c
13311                 forgotten during sync
13312
13313 2002-02-21 [paul]       0.7.2claws3
13314
13315         * sync with sylpheed 0.7.2cvs11
13316                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13317                 2002-02-20 and 2002-02-21
13318
13319 2002-02-20 [melvin]     0.7.2claws2
13320
13321         * src/prefs_actions.c
13322                 Added error report when child cannot fork or when execvp 
13323                 returns with an error.
13324
13325 2002-02-19 [christoph]  0.7.2claws1
13326
13327         * src/codeconv.c
13328                 return unconverted text if conde conversion is not possible
13329                 when libjconv is used.
13330                 (patch submitted by "Simon 'corecode' Schubert")
13331
13332 2002-02-19 [paul]       
13333
13334         * version 0.7.2claws release
13335
13336 2002-02-19 [paul]       0.7.2claws
13337
13338         * po/nl.po
13339                 updated by Wilbert Berendsen
13340
13341
13342 2002-02-18 [alfons]     0.7.1claws13
13343
13344         * src/syldap.c
13345         * src/jpilot.c
13346                 remove references to dlfcn and explicitly loading functions
13347                 from dynalink libs, because libs linked anyway, and functions
13348                 are loaded explicitly
13349
13350 2002-02-17 [melvin]     0.7.1claws12
13351
13352         * src/prefs_actions.c
13353                 Replaced children wait loop with double fork technique.
13354                 Now, input/output window updated at each new output.
13355                 free_children(): Fixed a memory leak.
13356                 Made input/output window non closable if running children
13357                 still exist.
13358                 Added missing <unistd.h> include.
13359                 Added some --debug outputs.
13360
13361 2002-02-17 [melvin]     0.7.1claws11
13362
13363         * src/summaryview.c
13364                 Fixed bug where descending sort order did not select top
13365                 message.
13366
13367 2002-02-17 [melvin]     0.7.1claws10
13368
13369         * acconfig.h
13370                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13371         * src/prefs_common.c
13372                 Pspell data package directory no more hard coded but
13373                 set during configuration (PSPELL_PATH). (Thanks to 
13374                                 Gustavo Noronha Silva.)
13375
13376 2002-02-17 [melvin]     0.7.1claws9
13377
13378         * configure.in
13379                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13380         * src/gtkspell.c
13381                 Fixed compile-time warnings.
13382
13383 2002-02-16 [alfons]     0.7.1claws8
13384
13385         * src/filesel.c
13386                 fix inadvertent free of NULL pointer which caused
13387                 sylpheed to crash when closing the save-as dialog
13388                 using the window close button
13389
13390 2002-02-16 [carsten]    0.7.1claws7
13391         * src/mainwindow.[ch]
13392           src/summaryview.c
13393           src/prefs_common.c
13394                 fixes for pixmap theming code:
13395                         - recently changed mail attributes shouldn't get
13396                           lost any longer
13397                         - theme is only reloaded iff another theme was
13398                           selected
13399
13400 2002-02-16 [paul]       0.7.1claws6
13401
13402         * sync with sylpheed 0.7.2 release
13403                 see ChangeLog entry 2002-02-15 and 2002-02-16
13404
13405 2002-02-15 [paul]       0.7.1claws5
13406
13407         * sync with sylpheed 0.7.1cvs9
13408                 see ChangeLog entry 2002-02-15
13409
13410         * po/POTFILES.in
13411                 remove unneeded headerwindow.c entry
13412
13413 2002-02-14 [carsten]    0.7.1claws4
13414         * src/summaryview.c
13415                 fixed a bug for "Go to next unread message": there was
13416                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13417                 in the prefs, because of doing "Search again" instead
13418                 "No"
13419
13420 2002-02-14 [carsten]    0.7.1claws3
13421         * src/stock_pixmap.c
13422                 removed 2 more mem leaks; following memprof,
13423                 this code is "leak free" now :)
13424
13425 2002-02-14 [carsten]    0.7.1claws2
13426         * src/stock_pixmap.c
13427                 used opendir/readdir/closedir instead of scandir
13428                 -> code should work now on Solaris
13429
13430 2002-02-14 [paul]       0.7.1claws1
13431
13432         * sync with sylpheed 0.7.1cvs8
13433                 see ChangeLog entries 2002-02-13 and 2002-02-14
13434
13435         * README.claws
13436                 add some description of Actions and Pixmap Themes
13437
13438 2002-02-13 [paul]       
13439
13440         * version 0.7.1claws release
13441
13442 2002-02-13 [paul]       0.7.1claws
13443
13444         * po/es.po
13445           po/it.po
13446           po/pt_BR.po
13447                 updated translations, submitted by Ricardo Mones Lastra,
13448                 Alessandro Maestri and Fabio Junior Beneditto
13449
13450 2002-02-13 [melvin]     0.7.0claws75
13451
13452         * src/prefs_actions.c
13453                 Added missing "signal.h" include
13454
13455 2002-02-13 [melvin]     0.7.0claws74
13456
13457         * src/prefs_folder_item.c
13458                 Added missing "config.h" include
13459         * po/fr.po
13460                 Updated French translation for folder propriety.
13461
13462 2002-02-13 [jens]       0.7.0claws73
13463
13464         * po/POTFILES.in
13465                 Added missing src/prefs_folder_item.c [log added by melvin]
13466         * po/de.po
13467                 Updated German translation.
13468
13469 2002-02-13 [melvin]     0.7.0claws72
13470
13471         * po/fr.po
13472                 Updated French translation.
13473
13474 2002-02-13 [melvin]     0.7.0claws71
13475
13476         * src/gtkutils.c
13477                 Made gtkut_editable_get_selection return NULL if selection
13478                 is of length zero.
13479                 This fixes a bug where selecting part of message A then
13480                 switching to message B and replying to it will not
13481                 quote the message's body.
13482
13483 2002-02-12 [paul]       0.7.0claws70
13484
13485         * src/mainwindow.c
13486                 cosmetic, relating to pixmap themes: on toolbar make 
13487                 updating of 'Exec' and 'Compose news/Compose email'
13488                 icons faster.
13489
13490 2002-02-12 [carsten]    0.7.0claws69
13491         * src/folderview.c
13492           src/mainwindow.[ch]
13493           src/stock_pixmap.c
13494           src/summaryview.c
13495           src/prefs_common.c
13496                 - refreshing after changing pixmap theme better
13497                   now (thanks Paul)
13498                 - wanted to remove some mem leaks, but alfons was
13499                   faster (and had the better solution ;)
13500
13501 2002-02-12 [alfons]     0.7.0claws68
13502
13503         * src/prefs_common.c
13504         * src/stock_pixmap.[ch]
13505                 plug mem leaks, refactor code a little bit
13506
13507
13508 2002-02-12 [sergey]     0.7.0claws67
13509
13510         * src/imap.c
13511                 Fixed problem with copying messages to IMAP folders when the
13512                 server uses something other than '/' as a namespace separator
13513                 (cyrus-imapd uses '.').
13514
13515 2002-02-12 [jens]       0.7.0claws66
13516
13517         * po/de.po
13518                 Updated German Translation
13519
13520 2002-02-12 [paul]       0.7.0claws65
13521
13522         * sync with sylpheed 0.7.1cvs1
13523                 see ChangeLog entry 2002-02-12
13524
13525 2002-02-12 [melvin]     0.7.0claws64
13526
13527         * src/prefs_actions.c
13528                 Fixed "feature" where children's output was duplicated 
13529                 instead of refreshed while monitoring.
13530                 Removed some debug code.
13531
13532 2002-02-12 [christoph]  0.7.0claws63
13533
13534         * src/compose.c
13535                 always delete message from queue after sending/send error
13536                 (closes bug #509601)
13537
13538 2002-02-12 [melvin]     0.7.0claws62
13539
13540         * src/prefs_actions.c
13541                 Children wait loop is now triggered with a timeout of 1s
13542                 Added %F which is replaced with the list of filenames 
13543                 of all selected messages (as suggested by Ricardo Mones Lestra)
13544                 Pipe syntax changed. Prefix with | to send selection, postfix
13545                 with | to retrieve output. Prefix with > or * to send
13546                 user definable input to the command (*: input is hidden)
13547                 Old pipe action should now be postfixed with |, too.
13548
13549 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13550         * src/stock_pixmap.c
13551                 fixed a bug: if there's no theme directory don't
13552                 throw an error, just do "nothing" (thanks Alfons)
13553
13554 2002-02-12 [carsten]    0.7.0claws60
13555         * src/folderview.c
13556           src/summaryview.c
13557                 had to write the cache twice (nasty!); some marks would 
13558                 get lost if not
13559
13560 2002-02-11 [carsten]    0.7.0claws59
13561         * acconfig.h
13562           configure.in
13563           doc-src/maintainer_guide.txt
13564           src/compose.[ch]
13565           src/defs.h
13566           src/folderview.[ch]
13567           src/gtkutils.[ch]
13568           src/mainwindow.[ch]
13569           src/prefs_common.[ch]
13570           src/stock_pixmap.[ch]
13571           src/summaryview.[ch]
13572                 pixmap theming and related work on pixmap
13573                 handling on some other places
13574                 (e.g. hrm features for all folder)
13575           src/pixmap/stock_*.xpm -> the stock_ was removed
13576         
13577 2002-02-11 [paul]       0.7.0claws58
13578
13579         * sync with sylpheed 0.7.1 release
13580                 see ChangeLog entries 2002-02-11
13581
13582 2002-02-08 [paul]       0.7.0claws57
13583
13584         * sync with sylpheed 0.7.0cvs39
13585                 see ChangeLog entry 2002-02-07 (last entry) 
13586
13587         * src/prefs_actions.c
13588           src/prefs_filtering.c
13589           src/prefs_matcher.c
13590           src/prefs_scoring.c
13591                 sync: made it compile with C compilers other than gcc
13592
13593 2002-02-07 [paul]       0.7.0claws56
13594
13595         * sync with sylpheed 0.7.0cvs38
13596                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13597                 2002-02-07
13598
13599 2002-02-07 [darko]      0.7.0claws55
13600
13601         * src/gtkutils.[ch]
13602         * src/summaryview.c
13603                 Fix const gchar */gchar * issue (thanks Hiro)
13604
13605 2002-02-07 [darko]      0.7.0claws54
13606
13607         * src/compose.[ch]
13608         * src/filtering.c
13609         * src/gtkutils.[ch]
13610         * src/prefs_template.c
13611         * src/quote_fmt.h
13612         * src/quote_fmt_parse.y
13613         * src/summaryview.c
13614         * src/utils.[ch]
13615                 When replying or forwarding an email don't quote the entire
13616                 mail body but use the part of the message text that is selected
13617
13618 2002-02-06 [melvin]     0.7.0claws53
13619
13620         * src/prefs_common.[ch]
13621         * src/gtkspell.[ch]
13622         * src/compose.c
13623                 Made possible to switch quickly to last used dictionary
13624                 which makes checking bilingual documents easier.
13625
13626 2002-02-06 [melvin]     0.7.0claws52
13627         
13628         * po/POTFILES.in
13629                 Added forgotten new file src/prefs_actions.c
13630
13631 2002-02-06 [melvin]     0.7.0claws51
13632
13633         * src/prefs_actions.c   ** NEW FILE **
13634         * src/prefs_actions.h   ** NEW FILE **
13635                 Added actions to execute on message text view, or on the
13636                         message's file.
13637         * src/Makefile.am
13638                 Added src/prefs_actions.[ch]
13639         * src/compose.c
13640                 Added new menu "Edit/Actions"
13641         * src/defs.h
13642                 Added new actionsrc file.
13643         * src/main.c
13644                 Added actionsrc reading.
13645         * src/mainwindow.c
13646                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13647         * src/prefs_common.h
13648                 Added new element actionslst element to prefs_common.
13649
13650 2002-02-06 [paul]       0.7.0claws50
13651
13652         * sync with sylpheed 0.7.0cvs36
13653                 see ChangeLog entry 2002-02-06
13654
13655 2002-02-05 [paul]
13656
13657         * po/es.po
13658                 updated by Ricardo Mones Lastra
13659
13660 2002-02-05 [paul]       0.7.0claws49
13661
13662         * sync with sylpheed 0.7.0cvs33
13663                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13664
13665 2002-02-05 [paul]       0.7.0claws48
13666
13667         * src/compose.c
13668                 re-add 'Edit/Advanced/Delete entire line', previously named
13669                 'Delete Line+'
13670
13671 2002-02-04 [paul]       0.7.0claws47
13672
13673         * src/compose.c
13674           src/summaryview.c
13675                 fix bug #494993 (Reply All not taking Reply-To into consi)
13676                 eliminate differences in behaviour of right-click 'Reply to all' 
13677                 in summary view and 'Reply to all' on the toolbar. 
13678                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13679                 view and From gets ignored by 'Reply to all' on toolbar.
13680                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13681                 From when no Reply-To header is present.
13682
13683 2002-02-04 [paul]       0.7.0claws46
13684
13685         * sync with sylpheed 0.7.0cvs30
13686                 see ChangeLog entries 2002-02-03 and 2002-02-04
13687
13688 2002-02-03 [melvin]     0.7.0claws45
13689
13690         * src/gtkspell.[ch]
13691                 Readded function to highlight all misspelled words.
13692                 Fixed bug where user-provided-words did not replace
13693                         correctly the misspelled word when using the mouse.
13694                 Fixed bug where checking a region selected from right to left did
13695                         not check the region at all.
13696                 Fixed bug where 'Check backwards' may not check at all. 
13697                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13698                 Fixed possible buffer overflow when checking for long strings (>1k).
13699                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13700                 Accelerators code uses now gtk_widget_add_accel.
13701                 Removed and disabled obsolete and unfinished code.
13702                 Cleaning up.
13703
13704         * src/compose.c
13705                 Added menu item to Highlight all misspelled words.
13706
13707 2002-02-01 [paul]       0.7.0claws44
13708
13709         * src/mainwindow.c
13710                 fix '/View/Hide read messages' sensitivity when all
13711                 messages in a folder are hidden
13712
13713 2002-02-01 [paul]       0.7.0claws43
13714
13715         * src/main.c
13716                 add --send option to command line interface, sends all
13717                 queued mail. Patch submitted by Ricardo Mones Lastra.
13718
13719 2002-01-31 [paul]       0.7.0claws42
13720
13721         * src/mainwindow.c
13722                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13723
13724 2002-01-31 [paul]       0.7.0claws41
13725
13726         * sync with sylpheed 0.7.0cvs27
13727                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13728                 and 2002-01-31
13729
13730         * src/textview.c
13731                 comment out elements of textview_show_part() as temporary
13732                 workaround for attachment 'Display as text' bug 
13733
13734         * po/pt_BR.po
13735                 updated by Fabio Junior Beneditto
13736
13737 2002-01-30 [paul]       0.7.0claws40
13738
13739         * sync with sylpheed 0.7.0cvs24
13740                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13741                 and 2002-01-30
13742
13743         * src/compose.c
13744                 add {N_("/_Spelling"), ... "<Branch>"} to 
13745                 GtkItemFactoryEntry compose_entries[]
13746
13747         * src/prefs_common.c
13748                 add claws menu items to prefs_keybind_apply_clicked()
13749                 and remove non-claws menu items
13750
13751 2002-01-29 [paul]       0.7.0claws39
13752
13753         * sync with sylpheed 0.7.0cvs22
13754                 see ChangeLog entries 2002-01-28 and 2002-01-29
13755
13756 2002-01-28 [melvin]     0.7.0claws38
13757
13758         * src/compose.c
13759                 Added the declartion of compose_send_control_enter.
13760
13761         * src/compose.c
13762         * src/gtkspell.[ch]
13763                 Added in a 'Spelling' menu which includes the configuration menu. 
13764                 Added a real 'Check all' and got rid from the old one which only
13765                 highlited misspelled word.
13766                 Made 'Check while typing' a disableable option.
13767                 Added a dialog when there are no more misspelled word.
13768                 Added a dialog if error occurs when switching to a dictionary.
13769         
13770         * src/prefs_common.[ch]
13771                 Added option for the default 'Check while typing' option.
13772
13773
13774 2002-01-28 [alfons]     0.7.0claws37
13775
13776         * src/compose.c
13777                 fix buglet and make code comply with sylpheed code style
13778
13779 2002-01-28 [paul]       0.7.0claws36
13780
13781         * sync with sylpheed 0.7.0cvs19
13782                 see ChangeLog entries for 2002-01-28
13783
13784 2002-01-28 [hoa]        0.7.0claws35
13785
13786         * src/defs.h
13787                 added rendererrc
13788
13789         * src/main.c
13790                 read the renderer config
13791
13792         * src/procmime.[ch]
13793                 use the renderer config to convert mime attachments
13794
13795         * src/textview.c
13796                 don't use textview_show_html/ertf,
13797                 use get_text_content instead
13798
13799 2002-01-27 [alfons]     0.7.0claws34
13800         
13801         * src/news.c
13802                 make sylpheed believe it can delete a news message...
13803                 (messages are NOT deleted, maybe we should remove
13804                 processing from the folder properties after all.)
13805
13806 2002-01-27 [alfons]     0.7.0claws33
13807
13808         * src/folder.c
13809                 add extra checks
13810         * src/news.c
13811                 implement remove_msg() 
13812
13813 2002-01-27 [alfons]     0.7.0claws32
13814
13815         * src/procmsg.h
13816         * src/procheader.c
13817         * src/messageview.c
13818                 fix return receipt / disposition notification again. this
13819                 stuff seems to break on _every_ major summary UI change, so
13820                 it's now implemented using a flag which is saved in the
13821                 marks cache
13822                 
13823 2002-01-26 [alfons]     0.7.0claws31
13824
13825         * src/import.c
13826                 let import dialog show the destination folder identifier
13827
13828 2002-01-26 [melvin]     0.7.0claws30
13829
13830         * src/folderview.c
13831         * src/summaryview.c
13832                 Readded 'Mark all read' into summary view popup menu
13833                 Added 'Mark all read' in folder view popup menu for IMAP
13834                 and NNTP.
13835                 Made it insensitive if the selected folder is not the shown
13836                 one to avoid 'Mark all read' on the wrong folder.
13837                 
13838 2002-01-26 [paul]       0.7.0claws29
13839
13840         * src/folderview.c
13841           src/summaryview.c
13842                 move 'Mark all read' from summary view to folder view
13843                 menu. (adapted from) patch submitted by Jeremy Andrews,
13844                 <lists@kerneltrap.com>
13845
13846 2002-01-25 [alfons]     0.7.0claws28
13847
13848         * src/gtkstext.c
13849                 put the gtk class name back so GtkSText adapts the 
13850                 settings of GtkText
13851
13852 2002-01-25 [alfons]     0.7.0claws27
13853
13854         * src/folderview.c 
13855                 assimilate Ricardo's patch that shows pixmaps instead of
13856                 plain "new" and "unread" texts in the folder view column
13857                 headers 
13858
13859 2002-01-25 [paul]       0.7.0claws26
13860
13861         * src/Makefile.am
13862                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13863                 be found in non-standard locations. 
13864                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13865
13866 2002-01-25 [paul]       0.7.0claws25
13867
13868         * sync with sylpheed 0.7.0cvs16
13869                 see ChangeLog entry 2002-01-25
13870
13871 2002-01-24 [paul]       0.7.0claws24
13872
13873         * more sync with sylpheed 0.7.0cvs15
13874                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13875
13876 2002-01-23 [sergey]     0.7.0claws23
13877
13878         * src/importldif.c
13879                 Fixed segfault when closing LDIF import wizard with
13880                 the window manager.
13881         * src/imageview.c
13882         * src/imageview.h
13883         * src/messageview.c
13884         * src/mimeview.c
13885                 Fixed wrong scrolling position after switching between
13886                 text and image parts.
13887
13888 2002-01-23 [paul]       0.7.0claws22
13889
13890         * sync with sylpheed 0.7.0cvs15
13891                 see ChangeLog entries 2002-01-22 and 2002-01-23
13892
13893 2002-01-21 [melvin]     0.7.0claws21
13894
13895         * src/prefs_scoring.c
13896         * src/prefs_filtering.c
13897                 Fixed bug where scoring and filtering windows stopped
13898                 autochecking.
13899
13900 2002-01-21 [paul]       0.7.0claws20
13901
13902         * sync with sylpheed 0.7.0cvs12
13903                 see ChangeLog entries 2002-01-20 and 2002-01-21
13904
13905 2002-01-21 [carsten]    0.7.0claws19
13906         * src/mainwindow.c
13907         * src/menu.[ch]
13908         * src/messageview.[ch]
13909         * src/summaryview.[ch]
13910                 changes to shortcuts handling again:
13911                         + "Q" now controled by mainwin
13912                         + v/V are now customizable and have slightly
13913                           different meanings
13914                 the "button" to minimize the messageview (and maximize
13915                 the summary view) is a real button now
13916         * src/compose.c
13917                 "Delete Line+" added to Edit/Advanced (this will also
13918                 delete the '\n')
13919
13920 2002-01-20 [melvin] 0.7.0claws18
13921
13922         * src/addressbook.c
13923                 Made "Bcc" sensitive when addressbook is called from
13924                 compose window (it was a Claws only bug).
13925
13926 2002-01-19 [alfons] 0.7.0claws17
13927
13928         * src/inc.c
13929                 prevent unnecessary updates when currently selected folder has
13930                 no new messages 
13931
13932 2002-01-19 [alfons] 0.7.0claws16
13933         
13934         * src/summaryview.c
13935                 prevent writing the cache based on current message list in summary 
13936                 view when filtering also put messages in currently selected folder
13937
13938 2002-01-19 [paul]
13939
13940         * po/it.po
13941                 Italian translation submitted by Alessandro Maestri
13942                 <a.maestri@cs.tin.it>
13943
13944 2002-01-18 [melvin]     0.7.0claws15
13945
13946         * src/prefs_filters.c
13947                 fixed bug where 'cancel' from 'filters' window stops autochecking
13948                 if the timer timed out  when the window was open.
13949
13950 2002-01-18 [match]      0.7.0claws14
13951
13952         * src/addrclip.[ch]     ** NEW FILE **
13953         * src/addrselect.[ch]   ** NEW FILE **
13954         * src/adbookbase.h      ** NEW FILE **
13955                 addressbook cut, copy and paste
13956         * src/addrbook.[ch]
13957         * src/addrcache.[ch]
13958         * src/addressitem.h
13959         * src/addrindex.[ch]
13960         * src/addritem.[ch]
13961         * src/importldif.c
13962         * src/importmutt.c
13963         * src/jpilot.[ch]
13964         * src/syldap.[ch]
13965         * src/vcard.[ch]
13966         * src/jpilot.[ch]
13967         * src/editbook.c
13968         * src/editjpilot.c
13969         * src/editldap.c
13970         * src/editvcard.c
13971                 support for copy/paste
13972         * src/addressbook.c
13973                 support for copy/paste
13974                 tidy up menu option processing
13975                 correct address list function arguments
13976         * src/editaddress.c
13977                 sort user attributes
13978         * src/ldif.h
13979         * src/mutt.h
13980                 tidy up
13981
13982         * src/addrbook.[ch]
13983         * src/addrbook.[ch]
13984         * src/addrbook.[ch]
13985                 
13986
13987 2002-01-18 [paul]       0.7.0claws13
13988
13989         * sync with sylpheed 0.7.0cvs8
13990                 configure.in: support Mac OS X (Darwin)
13991
13992 2002-01-18 [carsten]    0.7.0claws12
13993         * src/html.c
13994                 small hack to fix a segfault with an empty href
13995                 (reported by Alexandra Walford <deeni@altern.org>)
13996         * src/mainwindow.c
13997         * src/summaryview.c
13998                 the shortcuts for Mark und Mark as unread are hardcoded
13999                 again
14000         * src/compose.c
14001         * src/gtkstext.[ch]
14002                 readded the shortcuts in gtkstext but made them
14003                 customizeable (simply by adding a menu plus a wrapper
14004                 to compose.c)
14005
14006 2002-01-17 [melvin]     0.7.0claws11
14007
14008         * src/gtkspell.c
14009                 fix default dictionary not being saved.
14010
14011 2002-01-16 [darko]      0.7.0claws10
14012
14013         * src/compose.c
14014                 fix wrapping crash with URL longer than wrapping margin
14015
14016 2002-12-08 [hoa]        0.7.0claws10
14017
14018         * src/matcher_parser_parse.y
14019                 fixed some bugs
14020
14021         * src/prefs_filtering.c
14022                 now, we can use bounce action in the dialog box.
14023
14024 2002-01-16 [carsten]    0.7.0claws9
14025         * src/gtkstext.c
14026                 removed the <control> and <alt> shortcuts because they're
14027                 not needed and interefered with the "normal" shortcuts
14028         * src/mainwindow.c
14029         * src/summaryview.c
14030                 removed most of the hardcoded shortcuts and assigned
14031                 them to menu entries making them easy customizable by
14032                 that
14033
14034 2002-01-16 |melvin]     0.7.0claws8
14035
14036         * src/gtkspell.c
14037                 fixed bug where using the mouse and when the compose
14038                 window is not on top may result in a crash.
14039
14040 2002-01-16 [melvin]     0.7.0claws7
14041
14042         * src/compose.c
14043                 fixed a long standingspell checker bug which could 
14044                 cause a crash after sending a message.
14045
14046 2002-01-16 [paul]       0.7.0claws6
14047
14048         * sync with sylpheed 0.7.0cvs7
14049                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14050                 2002-01-15, and 2002-01-16
14051
14052 2002-01-16 [melvin]     0.7.0claws5
14053
14054         * README.claws
14055         * src/compose.c
14056         * src/gtkspell.[ch]
14057         * src/main.c
14058                 Heavily modified spell checker code to work around
14059                 ispell bug, to add keyboard shortcuts and for future
14060                 enhancements. See README.claws for usage information.
14061
14062 2002-01-15 [alfons]     0.7.0claws4
14063         
14064         * src/summaryview.c
14065                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14066                 so sorting within threads reflects sort mode
14067
14068 2002-01-15 [christoph]  0.7.0claws3
14069
14070         * src/procmsg.c
14071                 added alertpanel if mail sending failed
14072
14073 2002-01-15 [alfons]     0.7.0claws2
14074         
14075         * src/prefs_filtering.c
14076                 don't stop timer when prefs filtering dialog is opened
14077
14078 2002-01-14 [alfons]     0.7.0claws1
14079
14080         * src/addr_compl.c
14081         * src/prefs.c
14082                 remove debug_print()s for privacy reasons
14083
14084 2002-01-14 [darko]      0.7.0claws
14085
14086         * README.claws
14087                 quotation wrapping is now also in the main branch
14088
14089 2002-01-14 [paul]
14090
14091         * tools/filter_conv.pl
14092                 allow for Boolean Op and case-sensitivity
14093                 this file is included in the release and tagged
14094                 'rel_0_7_0'
14095
14096 2002-01-13 [paul]       0.7.0claws
14097
14098         * release 0.7.0, with cvs tag 'rel_0_7_0'
14099
14100 2002-01-13 [paul]
14101
14102         * tools/filter_conv.pl
14103         * tools/README
14104                 rewritten to output to matcherrc instead of filteringrc
14105
14106         * po/es.po
14107                 updated Spanish translation by Ricardo Mones Lastra
14108
14109 2002-01-13 [alfons]
14110
14111         * po/nl.po
14112                 update dutch translation
14113
14114 2002-01-13 [paul]
14115
14116         * po/pt_BR.po
14117                 Updated by Fabio Junior Beneditto 
14118
14119 2002-01-13 [melvin]     0.6.6claws53
14120
14121         * po/fr.po
14122                 Updated french translation
14123
14124 2002-01-12 [alfons]     0.6.6claws52
14125
14126         * src/filtering.c
14127                 plug mem leak that has been sitting there for ages              
14128
14129 2002-01-12 [alfons]     0.6.6claws51
14130
14131         * src/summaryview.c
14132                 undo melvin's changes from 0.6.6claws48 because summary
14133                 view now refuses to select first unread message when
14134                 selecting a folder 
14135
14136 2002-01-11 [alfons]     0.6.6claws50
14137
14138         * src/import.c
14139                 use claws' semantics for getting folder item when
14140                 importing an mbox file into a folder 
14141                 (submitted by Dale P. Smith)
14142
14143 2002-01-11 [christoph]  0.6.6claws49
14144
14145         * src/prefs.h
14146                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14147                 toggle widget, because non static prefs can not use
14148                 prefs_set_* functions
14149         * src/prefs_account.c
14150                 toggle smtp auth password field sensitivity if
14151                 user id is empty and add descrition of usage for
14152                 these fields
14153         * src/prefs_folder_item.c
14154                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14155                 callbacks
14156
14157 2002-01-11 [melvin]     0.6.6claws48
14158
14159         * src/compose.c
14160                 fix the 'Ctrl-Enter' feature for sending and test really
14161                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14162                 editables which was not documented in Gtk)
14163
14164         * src/summaryview.c
14165                 Made summaryview refresh after sorting and not before.
14166
14167 2002-01-11 [christoph]  0.6.6claws47
14168
14169         * src/compose.c
14170                 select account from account ids if possible and
14171                 correctly set save folder for copy in reedit
14172
14173 2002-01-10 [paul]       0.6.6claws46
14174
14175         * sync with sylpheed 0.7.0 release
14176                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14177                 2002-01-09
14178
14179 2002-01-09 [alfons]
14180
14181         * src/summaryview.c
14182                 remove more dirt traces...
14183
14184 2002-01-09 [alfons]
14185         
14186         * src/summaryview.c
14187                 clean up some traces of my debugging stuff
14188
14189 2002-01-09 [alfons]     0.6.6claws45
14190
14191         * src/filtering.c
14192                 break up filteringprop_apply() in three separate pieces
14193                 so we can drop messages that failed processing in the
14194                 inbox
14195
14196         * src/summaryview.c
14197                 fix bug #469598 "no refresh of inbox after filter" which 
14198                 was introduced by the new summary view locking, and which 
14199                 prevented the summary view to update after a manual filter 
14200                 message. claw's filter message requires a summary_show().
14201                 (aargh, summary_show() again! :-)
14202                 
14203 2002-01-07 [alfons]     0.6.6claws44
14204
14205         * src/headerwindow.c
14206         * src/logwindow.c
14207         * src/messageview.c
14208         * src/sourcewindow.c
14209                 bring in Hiro's last 0.7.0 wm class fixes
14210
14211         * tools/sylprint.pl
14212                 bring in Ricardo's fix for sylprint script
14213
14214         * AUTHORS       
14215         * src/rfc2015.[ch]
14216         * src/prefs_common.[ch]
14217         * src/prefs_account.[ch]
14218         * src/compose.c
14219                 clean up account preference poison in rfc2015,
14220                 and preparation to fix double sign bug 
14221                 (patch submitted by Simon 'corecode' Schubert)
14222
14223 2002-01-07 [christoph]  0.6.6claws43
14224
14225         * src/mh.c
14226                 search for free message number, do not only rely
14227                 on last_num
14228         * src/send.c
14229                 fix smtp auth and use extra account information
14230                 if available, if not use pop3 data instead
14231                 (closes bug #500341)            
14232         * src/ssl.[ch]
14233                 match coding style
14234
14235 2002-01-06 [alfons]     0.6.6claws42
14236
14237         * src/mainwindow.c
14238                 try making the separate windows work again...
14239
14240 2002-01-06 [alfons]     0.6.6claws41
14241
14242         * src/mainwindow.c
14243                 adapt Hiro's separate window menu (to get rid of the funny
14244                 duplicate menu items), and make it work again
14245
14246 2002-01-06 [alfons]     0.6.6claws40
14247
14248         * tools/Makefile.am
14249         * tools/sylprint.rc
14250         * tools/sylprint.pl
14251         * tools/README.sylprint
14252                 add sylprint script for printing mails from Sylpheed
14253                 (contributed by Ricardo Mones Lastra)
14254
14255         * src/acount.c
14256                 clean up
14257
14258 2002-01-06 [melvin]     0.6.6claws39
14259
14260         * src/mainwindow.c
14261         * src/summaryview.c
14262                 Fixed crash introduced in 0.6.6claws38 by the menu
14263                 reorganisation (Hide read messages)
14264         
14265         * ChangeLog.claws 
14266                 Fixed typo (we are now in 2002, alfons ;) )
14267
14268 2002-01-05 [alfons]     0.6.6claws38
14269
14270         * sync with sylpheed 0.6.6cvs10-17
14271                 (last stuff marked as LAST_STABLE)
14272
14273 2002-01-04 [melvin]     0.6.6claws37
14274
14275         * src/account.c
14276                 Made account selection code use strcasestr again instead of
14277                 g_strcasecmp (fixes bug where reediting queued messages
14278                 did not select proper account reported by T. Link).
14279         
14280         * src/folderview.c
14281                 Fix bug where folder icons are not shown when 'hide read messages'
14282                 is on.
14283         
14284         * src/stock_pixmaps.[ch]
14285                 Added folder icons for 'hide read messages'.
14286         
14287         * src/compose.c
14288                 Fixed bug where 'Enter' in a header entry will send the message 
14289                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14290
14291 2002-01-03 [melvin]     0.6.6claws36
14292         
14293         * src/prefs.[ch]
14294                 Added popup menu for common preferences and
14295                 account preferences (right click on tab displays
14296                                 a menu of all tabs.)
14297
14298 2002-01-02 [melvin]     0.6.6claws35
14299
14300         * src/gtkspell.[ch]
14301                 Made spelling code compatible with undo/redo feature.
14302                 Added creation of suggestion mode menu for the general
14303                         preferences.
14304         
14305         * src/prefs_common.[ch]
14306                 Added option menu for the speller's suggestion mode.
14307                 Added missing spaces in "..." buttons and made a "..."
14308                         button non translatable!
14309         
14310         * src/compose.c
14311                 Made speller use the default suggestion mode.
14312                 Hack to make it possible to choose 'CTRL-Enter' as a
14313                         shortcut for sending (and only for sending).
14314
14315         * src/prefs_folder_item.c
14316                 Changing subject simplification does not update cache 
14317                         anymore (because it is unnecessary).
14318                 Fixed bug where changing subject simplification updated the 
14319                         summaryview even when the viewed folder is not the
14320                         folder which properties are being changed. (E.g. 
14321                                         viewing folder A and changing
14322                                         the subject simplification of 
14323                                         folder B -not being viewed- updated the 
14324                                         summaryview of folder A with data of
14325                                         folder B). (Hope this is clear... )
14326
14327 2001-12-31 [alfons]     0.6.6claws34
14328         
14329         * src/ldif.c
14330         * src/mutt.c
14331                 fgetc() returns a signed integer which doesn't
14332                 fit in a char. so c truncates this to a char
14333                 but we may lose significant bits. i.e. we may
14334                 comparing 0xFF which may not be equal to -1
14335                 unless properly casted to signed char which
14336                 we won't do because fgetc() returns a signed
14337                 integer which doesn't fit in a char. so c 
14338                 truncates this to a char but we may lose 
14339                 significat bits. (you got the idea, thanks
14340                 to Gustavo Noronha Silva <kov@debian.org>
14341                 and the Debian folks!)
14342
14343 2001-12-30 [alfons]     0.6.6claws33
14344
14345         * src/prefs_common.c
14346                 add #ifdef USE_PSPELLs that Melvin forgot               
14347
14348 2001-12-30 [melvin]     0.6.6claws32
14349         
14350         * src/prefs_common.[ch]
14351                 Added configurable color for misspelled words.
14352
14353         * src/gtkspell.[ch]
14354                 Fixed bug of foreground text color (reported by David
14355                                 Mehrmann)
14356                 Added configurable color for misspelled words.
14357
14358 2001-12-30 [alfons]     0.6.6claws31
14359
14360         * src/folder.c
14361                 remove unnecessary things someone put there
14362
14363         * src/mh.c
14364         * src/folder.[ch]
14365                 make folder properties (like threading and sorting) persistent
14366                 (closes bug #497424 "rescan folder tree resets proprieties")
14367                 currently this is only for MH folders. 
14368
14369 2001-12-29 [melvin]     0.6.6claws30
14370
14371         * src/string_match.[ch]
14372                 Optimized a bit: regexp pattern buffer compiled only once, and
14373                   one subroutine call removed. Fixed ^ regexp search: Now, 
14374                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14375         
14376         * src/summaryview.c
14377                 Subject filtering changed to filter summary columns and
14378                   not directly the messages subject cache. The loss in 
14379                   performance is balanced by the improvement of string_match.
14380                 Added an alert panel if there is an error in the regexp.
14381
14382         * src/src/prefs_folder_item.h
14383                 Added a regexp pattern buffer.
14384
14385 2001-12-28 [alfons]     0.6.6claws29
14386
14387         * src/string_match.[ch]
14388                 clean up name space
14389                 allow compilation *BSD
14390
14391 2001-12-27 [alfons]     0.6.6claws28
14392
14393         * src/filter.c
14394                 sync the Hiro's bug fix for BSD
14395
14396 2001-12-27 [melvin]     0.6.6claws27
14397         
14398         * src/compose.c
14399                 Simplify focus to subject entry code.
14400
14401 2001-12-27 [darko]      0.6.6claws26
14402
14403         * src/filtering.c
14404         * src/mbox_folder.c
14405         * src/messageview.c
14406         * src/mh.c
14407         * src/procheader.[ch]
14408         * src/procmsg.h
14409         * src/stock_pixmap.[ch]
14410         * src/summaryview.c
14411                 Show key icon for encrypted mails in summary view
14412
14413         * src/pixmaps/clip.xpm
14414         * src/pixmaps/clipkey.xpm
14415         * src/pixmaps/key.xpm
14416                 New/modified icons for the above
14417
14418 2001-12-27 [melvin]     0.6.6claws25
14419
14420         * src/prefs_common.c
14421                 Put spell checker options in a separate tab to decrease
14422                 the Common Preferences window height.
14423
14424         * README.claws  
14425                 Update spell checker usage instruction about its options
14426                 location.
14427
14428 2001-12-27 [melvin]     0.6.6claws24
14429
14430         * src/compose.c
14431                 Changed subject entry widget position. Initial focus is
14432                 on the To header instead of the subject entry.
14433                 Creating a new header scrolls the header list to make the
14434                 created one visible. Nevertheless, when automatically filling
14435                 headers, the first one is shown.
14436                 A Tab key press in the last empty header entry zips the 
14437                 focus to the subject entry.
14438                 (I did not change the combo boxes, yet)
14439
14440 2001-12-26 [alfons]     0.6.6claws23
14441
14442         * src/prefs_account.c
14443         * src/inc.c
14444                 allow default inbox to reside in another mailbox (only
14445                 works for POP3 accounts)
14446
14447 2001-12-26 [alfons]     0.6.6claws22
14448         
14449         * src/textview.c
14450                 make reply-on-click work with the account of the selected folder
14451         * src/compose.c
14452                 put a fixme here to remind me to fix finding correct default
14453                 account for nested folders
14454
14455 2001-12-25 [alfons]     0.6.6claws21
14456
14457         * src/summaryview.c
14458                 make column headers display locked and mark pixmaps (idea by Melvin) 
14459                 fix bug by adding score and locked column type to sort array
14460
14461 2001-12-25 [alfons]     0.6.6claws20
14462         
14463         * src/summaryview.c
14464                 catch a *potentially* inadvertent write back of  
14465                 the message cache(s) introduced by 0.6.5claws37
14466
14467 2001-12-25 [christoph]  0.6.6claws19
14468
14469         * src/stock_pixmap.[ch]
14470         * src/summaryview.c
14471                 add ignore thread pixmap
14472                 (can someone draw a better icon for this?)
14473
14474 2001-12-24 [alfons]     0.6.6claws18
14475
14476         * src/prefs_folder_item.c
14477                 make address completion actually work for the
14478                 Default To address in the Folder Property dialog.
14479
14480 2001-12-24 [alfons]     0.6.6claws17
14481         
14482         * src/summaryview.c
14483                 use new style regexp for subject stripping 
14484                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14485
14486 2001-12-24 [darko]      0.6.6claws16
14487
14488         * src/pgptext.c
14489         * src/rfc2015.c
14490                 move GPG related informational messages to debug mode
14491
14492 2001-12-23 [alfons]     0.6.6claws15
14493
14494         * src/stock_pixmap.[ch]
14495         * src/summaryview.c
14496                 add the forgotten Claws' locked pixmap
14497
14498 2001-12-23 [alfons]     0.6.6claws14
14499
14500         * src/filesel.c
14501                 accept file name typed in entry in multi file
14502                 selector (patch submitted by Gustavo Noronha Silva 
14503                 <kov@debian.org>)
14504
14505 2001-12-23 [alfons]     0.6.6claws13
14506
14507         * src/prefs_filter.c
14508         * src/prefs_filtering.c
14509         * src/matcher.c
14510         * src/importmutt.c
14511                 clean up a little bit
14512         
14513         * src/string_match.c
14514                 validate input strings a little bit more
14515
14516 2001-12-23 [alfons]     0.6.6claws12
14517
14518         * src/Makefile.am
14519         * src/summaryview.c
14520         * src/string_match.[ch]         ** NEW **
14521         * src/folderview.[ch]
14522         * src/headerview.h
14523         * src/folder.[ch]
14524         * src/prefs_folder_item.[ch]
14525                 add subject simplification to strip out strings from
14526                 a subject line (esp. handy for mailing lists). 
14527                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14528                 but slightly changed things for better integration.)
14529
14530 2001-12-23 [alfons]     0.6.6claws11
14531
14532         * src/mainwindow.c
14533                 fix bug introduced by submission included in 0.6.5claws52.
14534                 ideally this submission should clean the trash if any trash
14535                 folder has a message. however, the hasTrash variable was
14536                 set to false whenever a trash folder was empty (discarding
14537                 a previously found *filled* trash folder.)
14538
14539                 also edited the code a little bit and made it more safe.
14540
14541 2001-12-22 [alfons]     0.6.6claws10
14542
14543         * src/imap.c
14544                 quick fix for Martin Pool's omission of an account
14545                 specific SSL setting
14546
14547 2001-12-22 [alfons]     0.6.6claws9
14548
14549         * src/compose.c
14550         * src/messageview.c
14551         * src/mimeview.c
14552         * src/pgptext.c
14553         * src/procmime.[ch]
14554                 better support for multipart/digest (submitted
14555                 by Fredrik <e98fo@efd.lth.se>)
14556
14557 2001-12-22 [alfons]     0.6.6claws8
14558
14559         * src/addressbook.c
14560                 correct function signature
14561         * src/socket.[ch]
14562         * src/imap.[ch]
14563         * src/prefs_account.[ch]
14564                 allow IMAP over SSH tunnel (patch submitted by 
14565                 Martin Pool <mbp@samba.org>)
14566
14567 2001-12-21 [alfons]     0.6.6claws7
14568
14569         * sync with sylpheed 0.6.6cvs4-9
14570                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14571
14572 2001-12-21 [christoph]  0.6.6claws6
14573
14574         * src/compose.c
14575         * src/prefs_folder_item.[ch]
14576                 implement saving of outgoing messages to current folder.
14577                 fix segfault when no default outbox is available
14578                 (closes bug #495683)
14579
14580 2001-12-21 [carsten]    0.6.6claws5
14581         * src/folderview.c
14582         * src/summaryview.c
14583                 pressing CTRL while DND does now the expected thing and
14584                 copies the mail (moving is still the default, as this
14585                 seam more appropriate for handling mails by DND)
14586
14587 2001-12-18 [paul]       0.6.6claws4
14588
14589         * sync with sylpheed 0.6.6cvs3
14590                 see ChangeLog entries 2001-12-18
14591
14592 2001-12-18 [hiro]       0.6.6claws3
14593
14594         * src/undo.c
14595                 fix for multibyte characters (obtain the number of letters
14596                 instead of bytes).
14597
14598 2001-12-17 [paul]       0.6.6claws2
14599
14600         * sync with sylpheed 0.6.6cvs1
14601                 see ChangeLog entry 2001-12-16
14602
14603 2000-12-17 [alfons]     0.6.6claws1
14604
14605         * src/filtering.c
14606                 clean up
14607
14608 2001-12-16 [paul]       0.6.6claws
14609 2001-12-15
14610
14611         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14612
14613         * src/mimeview.c
14614                 last minute sync with main 0.6.6
14615
14616         * po/es.po
14617                 updated by Ricardo Mones Lastra
14618                 update for last minute sync
14619         * po/fr.po
14620         * po/nl.po
14621                 update for last minute sync
14622         * po/de.po
14623                 updated by Jens Oberender
14624         * po/pt_BR.po
14625                 updated by Fabio Junior Beneditto
14626
14627         * src/prefs_common.[ch]
14628         * src/undo.c
14629                 number of undo levels is user configurable
14630                 (squeeze it into the release in the dying
14631                 moments) Submitted by Jens Oberender    
14632
14633 2001-12-15 [melvin]
14634
14635         * po/fr.po
14636                 updated french translation
14637
14638 2001-12-15 [paul]       0.6.5claws92
14639
14640         * sync with sylpheed 0.6.5cvs28
14641                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14642
14643         * po/nl.po
14644                 update to allow for sync
14645
14646 2001-12-15 [alfons]
14647         
14648         * po/nl.po
14649                 update dutch translation
14650
14651 2001-12-14 [carsten]    0.6.5claws91
14652         * src/summaryview.c
14653                 fixed bug #473785; also after changing the column order
14654                 the same message will be selected and displayed as before
14655                 the reordering
14656
14657 2001-12-14 [carsten]    0.6.5claws90
14658         * src/folderview.c
14659                 probably found the bug reported by wwb opening or closing
14660                 a folder tree just before dnd (found the solution in the
14661                 balsa source -- thanks to them)
14662
14663 2001-12-14 [carsten]    0.6.5claws89
14664         * src/gtkutils.c
14665         * src/account.c
14666                 moved gtk_clist_moveto to the right place, so that
14667                 only the accounts dialog is effected on opening
14668
14669 2001-12-14 [carsten]    0.6.5claws88
14670         * src/gtkutils.c
14671                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14672                 now, so that the focused row will be seen in any case
14673                 (reported by wwp on sf-claws-user)
14674
14675 2001-12-14 [darko]      0.6.5claws87
14676
14677         * src/compose.c
14678                 remove unnecessary line
14679
14680 2001-12-14 [paul]       0.6.5claws86
14681
14682         * sync with sylpheed 0.6.5cvs27
14683                 see ChangeLog entries 2001-12-14
14684
14685 2001-12-14 [carsten]    0.6.5claws85
14686         * src/mainwindow.c
14687                 following a suggestion of Melvin the rcoabm pops up
14688                 right under the button now and the button is reliefed
14689                 while the popup is open
14690
14691 2001-12-14 [darko]      0.6.5claws84
14692
14693         * src/compose.c
14694                 fix crash when wrapping long lines if linewrap quotation
14695                 is disabled and wrapper encounters a word spanning more
14696                 than one line
14697
14698 2001-12-13 [paul]       0.6.5claws83
14699
14700         * src/compose.c
14701                 prefer 'Reply-To' header over mailing list header when
14702                 replying to a message. Finally prevent all those confirmation 
14703                 messages being sent to the list itself.
14704
14705         * src/summaryview.c
14706                 remove unused summary_set_menu_sensitive() entry
14707
14708 2001-12-13 [paul]       0.6.5claws82
14709
14710         * src/folderview.c
14711         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14712         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14713         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14714                 improvements to 'Hide read messages': Inbox, Outbox,
14715                 Trash, Queue, and Draft icons now reveal presence of hidden 
14716                 messages
14717
14718 2001-12-12 [alfons]     0.6.5claws81
14719
14720         0.6.5claws80 was tagged as LAST_STABLE
14721
14722         * src/filtering.[ch]
14723         * src/matcher.[ch]
14724         * src/matcher_parser_lex.c
14725                 fix the filtering; my last attempt to get it right, 
14726                 if it does not work, it's Hoa's turn. ;-)
14727
14728                 for my honourable peers:
14729                 
14730                 the code now makes a clear distinction between
14731                 rules as they are displayed (probably escaped),
14732                 and as they are executed (probably unescaped). the
14733                 parser does *NOT* do any unescaping, this is
14734                 the task of the matcher.c (which breaks up a
14735                 rule into condition) and the filtering.c (which
14736                 breaks up the rule's action). to make this
14737                 run happily we provide an unescaped copy of
14738                 crucial strings to the MatcherProp and 
14739                 FilteringAction structures. note that the only
14740                 exception to this is any REGEXP string. those
14741                 are directly passed to regcomp() and regexp()
14742                 (who have much more powerful unescape functions).
14743                 
14744                 for everyone else:
14745         
14746                 you can escape tab (\t), carriage return (\r),
14747                 linefeed (\n), form feed (\f), quote (\"), 
14748                 single quote (\'), bell (\b) in all the entry
14749                 lines in the scoring & filtering dialogs.
14750                 as an added bonus this should not affect
14751                 existing filtering rules.
14752
14753 2001-12-12 [carsten]    0.6.5claws80
14754
14755         * src/summaryview.c
14756         * po/de.po
14757                 "item(s) selected" is now sensitive to 1 or more
14758                 than one selected (nice for language where simple
14759                 adding of a "s" is not possible as German (Eintrag
14760                 ->Eintr"age)
14761                 
14762                 the "forward as attachment" entry from the right
14763                 click menu removed, "forward" acts following the
14764                 prefs
14765         
14766         * src/textview.c
14767                 reverted my former changes; so compiler warning again
14768                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14769                 nevertheless
14770
14771         * src/messageview.c
14772                 "search in message" does now *not* only work in MVIEW_TEXT
14773                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14774                 message
14775
14776         * src/mainwindow.c
14777                 removed "/File/_Close" as it was the same as "/File/E_xit"
14778                 and we don't need it two times
14779
14780                 the separate folder view and message view now get a distinct
14781                 WMCLASS, just in case someone is using sawfish ;-)
14782
14783                 as the menu entries "/View/Message view" and "/View/Folder tree"
14784                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14785                 make them sensitive accordingly and as these two are "shown"
14786                 after startup anytime check this menuitem at startup
14787
14788 2001-12-12 [paul]       0.6.5claws79
14789
14790         * src/folderview.c
14791                 fix sensitivity of 'Search folder...', broken in
14792                 0.6.5claws75
14793
14794         * src/mainwindow.c
14795                 fix dodgy English
14796
14797 2001-12-11 [carsten]    0.6.5claws78
14798         * src/filtering.c
14799                 fixed two typos returning a wrong FALSE/TRUE
14800         * src/mainwindow.[ch]
14801                 extra menu for email/news button removed
14802
14803 2001-12-11 [alfons]     0.6.5claws77
14804         
14805         * src/matcher.c                 (1.3)
14806         * src/matcher_parser_lex.l      (1.28)
14807                 revert for another attempt
14808                 mark 0.6.5claws77 as LAST_STABLE
14809
14810 2001-12-11 [christoph]  0.6.5claws76
14811
14812         * po/de.po
14813                 fixed wrong translation for prev. unread msg
14814
14815 2001-12-11 [paul]       0.6.5claws75
14816
14817         * src/folder.[ch]
14818         * src/folderview.c
14819         * src/mainwindow.c
14820         * src/summaryview.[ch]
14821         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14822                 enable ability to hide read messages on per folder basis via 
14823                 '/Summary/Hide read messages'; when selected, a folder will 
14824                 have a red open folder icon, instead of a blue icon, if the 
14825                 folder contains hidden messges
14826                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14827
14828         * src/mainwindow.c
14829                 remove '/Message/Forward as attachment' from 
14830                 main_window_set_menu_sensitive() to prevent debug warning
14831
14832         * src/folderview.c
14833         * src/mainwindow.c
14834                 Clean up some of the English
14835
14836         * tools/newscache_clean.pl
14837                 allow for new 'hidereadmsgs' entry in folderlist.xml
14838
14839         * po/es.po
14840                 updated translation, submitted by Ricardo Mones Lastra
14841
14842 2001-12-11 [paul]       0.6.5claws74
14843
14844         * sync with sylpheed 0.6.5cvs25
14845                 see ChangeLog entry 2001-12-11
14846
14847 2001-12-10 [alfons]     0.6.5claws73
14848
14849         * src/matcher.c
14850                 add more control characters
14851         * src/matcher_parser_lex.l
14852                 make escaping / unescaping work again
14853
14854 2001-12-10 [alfons]     0.6.5claws72
14855
14856         * src/imap.c
14857                 clean up warnings "returning value for void function" 
14858         * src/prefs_filtering.c
14859                 make info button for execute action sensitive
14860
14861 2001-12-10 [paul]       0.6.5claws71
14862
14863         * src/compose.c
14864         * src/imap.[ch]
14865         * src/summaryview.c
14866                 fix: imap server now gets informed of MARKED, UNMARKED
14867                 and REPLY events. Now people can use different IMAP-Mail
14868                 clients and have the exact same information about MARKED,
14869                 UNMARKED and REPLY status with all of them. Especially
14870                 useful for imap servers with a web-frontend.
14871                 submitted by Tobias Sandhaas <medlor@web.de>
14872
14873 2001-12-09 [melvin]     0.6.5claws70
14874         
14875         * src/textview.[ch]
14876                 fixed bug #490076 (hunted down by Alfons who implemented
14877                 a workaround in 0.6.5claws65)
14878
14879 2001-12-09 [christoph]  0.6.5claws69
14880
14881         * src/summaryview.c
14882                 set pointer to string in LOCKED column to NULL
14883                 (might fix bug #490800)
14884
14885 2001-12-09 [carsten]    0.6.5claws68
14886
14887         * po/de.po
14888                 resolved some cluttered menu shortcuts 
14889                 ('creating new email' and 'creating news message'
14890                 hade the same)
14891         * src/compose.c
14892                 wmclass now distinc from main window
14893         * src/mainwindow.c
14894           src/mainwindow.h
14895                 email/news and forward button functionality similar
14896                 to the reply buttons; removed the ugly dropdown arrows
14897                 and use instead the right mouse button
14898
14899 2001-12-09 [paul]       0.6.5claws67
14900
14901         * src/imap.c
14902         * src/utils.h
14903                 allow spaces in imap folder names
14904                 submitted by Willem van Engen <wvengen@stack.nl>
14905
14906 2001-12-09 [paul]       0.6.5claws66
14907
14908         * sync with sylpheed 0.6.5cvs24
14909                 see ChangeLog entry 2001-12-09
14910
14911 2001-12-08 [alfons]     0.6.5claws65
14912
14913         * src/textview.c
14914                 prevent secondary selection claim after "add to sender" dialog
14915                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14916                 we trick GTK by simulating a click at (0, 0) in the textview.
14917
14918 2001-12-08 [hoa]        0.6.5claws64
14919
14920         * src/folder.c
14921                 fixed a bug about the .processing folder name while filtering
14922
14923 2001-12-08 [alfons]     0.6.5claws63
14924
14925         * src/folderview.c 
14926                 work around problem of not correctly updating folder stats
14927                 when deleting messages. there's some folder scanning evil
14928                 going so the folderview_update_msg_num() does not work
14929                 correctly. need to investigate this.
14930
14931 2001-12-08 [paul]       0.6.5claws62
14932
14933         * sync with sylpheed 0.6.5cvs23
14934                 see ChangeLog entry 2001-12-08
14935
14936 2001-12-07 [christoph]  0.6.5claws61
14937
14938         * src/compose.c
14939                 fix another header translation problem
14940
14941 2001-12-07 [alfons]     0.6.5claws60
14942
14943         * src/mbox.c
14944                 make filtering also work on local spool mbox
14945
14946 2001-12-07 [carsten]    0.6.5claws59
14947         * src/addressbook.c
14948                 addressbook window gets a wmclass distinct from the main
14949                 sylpheed window
14950         * src/compose.h
14951         * src/mainwindow.[ch]
14952                   forward menu item will use mode selected in prefs, forward 
14953                 as attatchment in menu removed (will be substituted in the
14954                 toolbar similar to reply buttons)
14955                   create news message menu entry and news button is now 
14956                 sensitive to the existance of a news account
14957         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14958         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14959         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14960                 these are removed because the toolbar buttons don't show
14961                 the quoting modus any longer
14962
14963 2001-12-07 [paul]
14964
14965         * tools/newscache_clean.pl      ** NEW FILE **
14966                 perl script to do some tidying up in the newscache directory 
14967                 
14968         * tools/sylpheed-switcher       ** NEW FILE **
14969                 perl script to enable easy switching between main and claws
14970                 
14971         * tools/README
14972                 added descriptions of the two new perl scripts          
14973
14974
14975 2001-12-07 [melvin]     0.6.5claws58
14976
14977         * src/messageview.c
14978                 fixed a warning during compilation introduced in 0.6.5claws56
14979
14980 2001-12-07 [paul]       0.6.5claws57
14981
14982         * src/mainwindow.[ch]
14983         * src/menu.[ch]
14984                 further usability enhancements to replying with or without 
14985                 quoting via the toolbar, use of Ctrl key is replaced by 
14986                 drop down menu 
14987                 Submitted by Carsten Schurig            
14988
14989 2001-12-07 [melvin]     0.6.5claws56
14990
14991         * src/messageview.c
14992                 hack to fix bug that prevented to make/paste selections
14993                 after switching between MVIEW_TEXT and MVIEW_MIME views
14994                 without deselecting the selection first.
14995
14996 2001-12-06 [alfons]     0.6.5claws55
14997
14998         * src/filtering.[ch]
14999         * src/inc.c
15000                 revise filtering a little bit more, and make sure
15001                 messages are delivered to the appropriate inbox
15002                 (perhaps set per account)
15003
15004 2001-12-06 [paul]       0.6.5claws54
15005
15006         * sync with sylpheed 0.6.5cvs22
15007                 see ChangeLog entry 2001-12-06
15008
15009 2001-12-05 [alfons]     0.6.5claws53
15010
15011         * src/inc.c
15012         * src/folder.[ch]
15013         * src/procmsg.c
15014         * src/filtering.c
15015                 more revisions of filtering system
15016                 (last stable version is marked as LAST_STABLE)
15017                 
15018                 | NOTE 1): the filtering system now uses a local folder called
15019                 | .processing. if filtering fails, check this directory
15020                 | for missing messages.
15021                 |
15022                 | NOTE 2): help us find the filtering actions still missing
15023
15024 2001-12-05 [paul]       0.6.5claws52
15025
15026         * src/mainwindow.c
15027                 fix bug where 'Empty Trash?' pop-up window appears even
15028                 when Trash is empty, submitted by Jesse Skinner         
15029
15030 2001-12-05 [melvin]     0.6.5claws51
15031
15032         * src/compose.c
15033                 fixed bug #486106 to select correct account when reediting 
15034                 a queued message
15035         
15036 2001-12-04 [alfons]     0.6.5claws50
15037
15038         * src/mh.c
15039                 declare markfile in appropriate functions when
15040                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15041                 for spotting this)
15042
15043 2001-12-04 [paul]       0.6.5claws49
15044
15045         * sync with sylpheed 0.6.5cvs21
15046                 see ChangeLog entry 2001-12-04
15047
15048 2001-12-03 [christoph]  0.6.5claws48
15049
15050         * po/de.po
15051                 changed translation of undo
15052         * src/account.c
15053         * src/folder.c
15054                 don't reinvent the wheel to traverse a GNode
15055         * src/compose.[ch]
15056                 seperate code to create the compose gui into functions
15057                 add "Others" page with folder selection for saving copy
15058                 of the message.
15059                 the folder identifier is saved to queue header
15060         * src/procmsg.c
15061                 save message to folder in queue header
15062
15063 2001-12-03 [paul]       0.6.5claws47
15064
15065         * sync with sylpheed 0.6.5cvs20
15066                 see ChangeLog entry 2001-12-03
15067
15068 2001-12-01 [paul]
15069
15070         * more sync with sylpheed 0.6.5cvs19
15071                 see ChangeLog entry 2001-11-29
15072
15073 2001-11-30 [paul]       0.6.5claws46
15074         
15075         * src/compose.c
15076                 remove conflicts introduced by Hoa's last commit
15077          
15078         * src/mainwindow.c
15079                 make 'Message/Bounce' sensitive
15080
15081 2001-11-30 [hoa]        0.6.5claws45
15082
15083         * src/compose.c
15084                 slightly change bounce function to add
15085                 information about the user that bounced the mail
15086                 in the From header line.
15087
15088         * src/folderview.c
15089                 permit the use of processing in outbox folder.
15090
15091 2001-11-29 [paul]       0.6.5claws44
15092
15093         * src/mainwindow.[ch]
15094         * src/prefs_common.c
15095         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15096         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15097         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15098                 usability enhancements to the quoting, implements
15099                 use of Ctrl key to toggle quoting settings
15100                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15101
15102 2001-11-29 [paul]       0.6.5claws43
15103         
15104         * sync with sylpheed 0.6.5cvs19
15105                 see ChangeLog entry 2001-11-28
15106
15107 2001-11-29 [melvin]     0.6.5claws42
15108         * src/Makefile.am
15109                 added enriched.[ch] to the list of files
15110
15111         * src/textview.c
15112         * src/mimeview.c
15113         * src/procmime.[ch]
15114         * src/enriched.[ch]
15115                 added support to view text/enriched
15116                 added support to show headers in message view for text/enriched and text/html
15117                         in non multipart messages
15118
15119 2001-11-28 [paul]       0.6.5claws41
15120
15121         * more sync with sylpheed 0.6.5cvs18
15122                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15123
15124 2001-11-27 [paul]       0.6.5claws40
15125         
15126         * po/pt_BR.po
15127                 updated translation, submitted by Fabio Junior Beneditto
15128                 
15129         * sync with sylpheed 0.6.5cvs18
15130                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15131                 2001-11-27
15132
15133
15134 2001-11-26 [paul]
15135
15136         * po/es.po
15137                 updated translation, submitted by Ricardo Mones Lastra
15138
15139 2001-11-26 [alfons]
15140
15141         * src/matcher.c
15142                 add more translatable strings
15143
15144 2001-11-26 [christoph]  0.6.5claws39
15145
15146         * po/de.po      
15147                 fixed one more umlaut
15148         * src/compose.c
15149                 fix translated header when it should not be translated
15150
15151 2001-11-26 [paul]       0.6.5claws38
15152
15153         * src/mainwindow.c
15154                 remove '/Message/Add Sender to address book' from 
15155                 main_window_set_menu_sensitive(), prevent debug warning
15156                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15157
15158 2001-11-26 [paul]       0.6.5claws37
15159
15160         * src/summaryview.c
15161                 fix 'recurring unread state' bug 
15162
15163         * tools/README 
15164         * tools/filter_conv.pl
15165                 read name of top level mailbox from folderlist.xml
15166                 and presume nothing about its name              
15167
15168 2001-11-26 [darko]      0.6.5claws36
15169
15170         * src/gtkstext.[ch]
15171                 removed functions that are now in gtkutils.c
15172                 use gtkut_text_is_uri_string() from gtkutils.c
15173         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15174
15175 2001-11-26 [paul]       0.6.5claws35
15176
15177         * sync with sylpheed 0.6.5cvs16
15178                 see ChangeLog entries 2001-11-25 and 2001-11-26
15179
15180 2001-11-25 [alfons]     0.6.5claws34
15181
15182         EXPERIMENTAL!!! Please checkout the last stable version using: 
15183           
15184         % cvs update -r LAST_STABLE -dRAP
15185
15186         (Or help us testing this stuff.)
15187
15188         * src/filtering.c               (1.14)
15189         * src/filtering.h               (1.6)
15190         * src/inc.c                     (1.28)
15191         * src/matcher.c                 (1.20)
15192         * src/mbox.c                    (1.9)
15193         * src/procmsg.h                 (1.14)
15194         * src/summaryview.c             (1.59)
15195         * src/summaryview.h             (dunno)
15196                 revert/merge/sync to as it was before commit 
15197                 on Thu, 19 Jul 2001 10:15:51 -0700.
15198
15199 2001-11-25 [hoa]        0.6.5claws33
15200
15201         * src/main.c
15202                 processing mails at startup
15203
15204         * src/folderview.c
15205         * src/summaryview.[ch]
15206                 processing mails when entering folder
15207
15208         * src/prefs_filtering.c
15209                 fixed some UI bugs
15210
15211 2001-11-24 [alfons]     0.6.5claws32
15212
15213         * src/summaryview.[ch]
15214                 make summary sort headers work, and also make
15215                 sure the sort type is stored
15216
15217 2001-11-23 [alfons]     0.6.5claws31
15218
15219         * src/summaryview.[ch]
15220                 make lock work like mark
15221                 disallow deleting messages marked as locked
15222
15223 2001-11-23 [alfons]     0.6.5claws30
15224
15225         * src/gtkstext.c
15226         * src/compose.[ch]
15227         * src/Makefile.am
15228         * src/undo.[ch]
15229                 merge undo patch submitted by Jens
15230
15231 2001-11-23 [christoph]  0.6.5claws29
15232
15233         * src/.cvsignore
15234                 added ylwrap
15235         * src/compose.c
15236                 fixed gpg signing and encoding
15237         * src/folder.[ch]
15238         * src/main.c
15239                 added --status option to get new, unread and total
15240                 message count from a running sylpheed
15241         * src/prefs_common.c
15242                 temporary fix for reply_with_quote problem
15243                 (don't call functions for non existing widget)
15244         * src/procmsg.c
15245                 one more check for ignored threads but still not
15246                 always working correctly. probably a recursive
15247                 check for all parents is needed
15248
15249 2001-11-23 [darko]      0.6.5claws28
15250
15251         * src/compose.c
15252                 wrapping on send improvements
15253         * src/gtkutils.[ch]
15254                 fix for GtkSText after last sync with main branch
15255                 GTK_TEXT -> GTK_STEXT
15256
15257 2001-11-23 [paul]       0.6.5claws27
15258
15259         * sync with sylpheed 0.6.5cvs14
15260                 see ChangeLog entries 2001-11-22 and 2001-11-23
15261                 
15262         * po/de.po
15263                 fixed the scrambled umlauts 
15264                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15265
15266 2001-11-21 [paul]       0.6.5claws26
15267
15268         * sync with sylpheed 0.6.5cvs12
15269                 see 2nd ChangeLog entry dated 2001-11-20
15270
15271 2001-11-20 [paul]       0.6.5claws25
15272
15273         * sync with sylpheed 0.6.5cvs11
15274                 see ChangeLog entry 2001-11-19 (src/utils.c)
15275
15276 2001-11-20 [hiro]
15277
15278         * src/compose.c
15279                 GTK_TEXT -> GTK_STEXT
15280                 fix for wrong comment
15281
15282 2001-11-20 [hiro]       0.6.5claws24
15283
15284         * src/compose.[ch]
15285                 more merges from main branch
15286                 removed fatal warnings (uninitialized variables etc.)
15287                 some coding style fix
15288         * src/gtkutils.h
15289                 fixed typo.
15290         * src/addressbook.c
15291           src/addrindex.c
15292                 V-Card -> vCard
15293
15294 2001-11-19 [hoa]        0.6.5claws23
15295
15296         * src/filtering.c
15297         * src/prefs_scoring.c
15298         * src/matcher.[ch]
15299         * src/scoring.c
15300                 cleaning code
15301
15302         * src/matcher_parser_parse.y
15303         * src/prefs_filtering.c
15304                 bouncing
15305
15306 2001-11-19 [alfons]     0.6.5claws22
15307
15308         more of my old things into claws
15309
15310         * src/Makefile.am
15311         * src/prefs_common.c
15312         * src/procmsg.h
15313         * src/summaryview.[ch]
15314         * src/prefs_summary_column.c
15315         * src/pixmaps/locked.xpm
15316                 add indicators for locking of message in summary view
15317                 (does not work yet, only visual indicator)
15318
15319 2001-11-19 [paul]       0.6.5claws21
15320
15321         * sync with sylpheed 0.6.5cvs10
15322                 see ChangeLog entry 2001-11-19
15323
15324 2001-11-18 [alfons]     0.6.5claws20
15325         
15326         * src/filtering.c
15327                 remove an inadvertent free I forgot in previous clean up 
15328
15329 2001-11-18 [alfons]     0.6.5claws19
15330
15331         * src/filtering.[ch]
15332                 clean up & plug leaks
15333
15334 2001-11-18 [paul]       0.6.5claws18
15335
15336         * sync with sylpheed 0.6.5cvs9
15337                 see ChangeLog entries 2001-11-17 and 2001-11-18
15338
15339 2001-11-16 [paul]       0.6.5claws17
15340
15341         * sync with sylpheed 0.6.5cvs8
15342                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15343
15344 2001-11-16 [paul]       0.6.5claws16
15345
15346         * sync with sylpheed 0.6.5cvs7
15347                 see ChangeLog entries 2001-11-15 and 2001-11-16
15348
15349 2001-11-15 [hoa]        0.6.5claws15
15350
15351         * src/compose.c
15352                 fix bounce, mails we received couln't be bounced to ourself.
15353
15354         * src/defs.h
15355         * src/filtering.[ch]
15356         * src/matcher.[ch]
15357         * src/matcher_parser.h
15358         * src/matcher_parser_lex.l
15359         * src/matcher_parser_parse.y
15360         * src/inc.c
15361         * src/main.c
15362         * src/mbox.c
15363         * src/prefs_filtering.[ch]
15364         * src/mainwindow.c
15365         * src/prefs_matcher.c
15366         * src/prefs_scoring.c
15367         * src/scoring.[ch]
15368         * src/summaryview.c
15369                 new matcher/filter/score configuration file parser
15370                 one unique configuration file => ~/.sylpheed/matcherrc
15371                 import in currently automatic, then save are made
15372                 in this new file.
15373                 one filter per folder and one global filter
15374                 (filter of a folder will be used as folder processing)
15375
15376         * src/folder.c
15377                 fix a bug in folder_item_get_identifier
15378                 
15379         * src/messageview.c
15380                 receive receipt return are fixed.
15381
15382 2001-11-14 [alfons]     0.6.5claws14
15383
15384         * src/session.h
15385                 add things from main branch to make claws compile
15386
15387 2001-11-14 [paul]       0.6.5claws13
15388
15389         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15390                 see ChangeLog entries 2001-11-08 to 2001-11-14
15391
15392 2001-11-14 [hoa] 0.6.5claws12
15393
15394         * src/compose.[ch]
15395         * src/mainwindow.c
15396         * src/summaryview.c
15397                 add "bounce mail" option
15398
15399 2001-11-13 [christoph]  0.6.5claws11
15400
15401         * src/compose.c
15402                 Cleanup a mess i add before commiting
15403
15404 2001-11-13 [hoa]        0.6.5claws10
15405
15406         * src/compose.c
15407                 some fixes when mail are sent or
15408                 for crossposts
15409
15410 2001-11-13 [christoph]  0.6.5claws9
15411
15412         * po/de.po
15413                 Changed two string with the same translation
15414         * src/compose.c
15415         * src/procmsg.[ch]
15416         * src/send.[ch]
15417                 New mailsending process:
15418                   - Always queue message before sending
15419                     (message will be saved if sylpheed crashed or
15420                      freezes while sending)
15421                   - Allow queuing of newspostings
15422                   - No copy in outbox before sending
15423                     (closes bug #469501)
15424                   - No more redundant code for send and send_later
15425         * src/summaryview.c
15426                 Applied wwp <subscript@free.fr>'s patch that fixes
15427                 marks for multiple forwarded messages (+compose.c)
15428
15429 2001-11-12 [alfons]
15430
15431         * README.claws
15432                 remove things that are now in main branch
15433         
15434         * po/nl.po
15435                 update Dutch translation
15436
15437 2001-11-12 [mhadasht]   0.6.5.claws8
15438
15439         * src/prefs_common.c
15440                 re-enabled account autoselection feature for forward
15441                 and reedit lost during the branch point for SYNC-B4-REL
15442         * src/gtkspell.c
15443                 gtkpspell_get_dict(): more readable code (even if function is
15444                 not used yet)
15445         * ChangeLog.claws
15446                 added version number info to 2001-11-12 [hiro] comment.
15447
15448 2001-11-12 [hiro]       0.6.5.claws7
15449
15450         * src/compose.c
15451                 compose_forward(): fixed a bug that forward quote mark
15452                 wasn't used.
15453                 removed unnecessary code.
15454         * src/template_select.[ch]: removed.
15455
15456 2001-11-11 [alfons]
15457
15458         * src/compose.c
15459                 :%s/GTK_TEXT/GTK_STEXT/g
15460         
15461         * src/compose.[ch]
15462         * src/undo.[ch]
15463         * src/Makefile.am
15464                 revert the undo stuff (this is 0.6.6claws stuff)
15465
15466 2001-11-11 [hoa]        0.6.5.claws6
15467
15468         * src/compose.[ch]
15469                 Insert signature at the end of the text.
15470                 Added undo patch but currently disabled
15471
15472         * src/procmsg.c
15473                 Threading by subject improved.
15474
15475         * added src/undo.[ch]
15476                 Undo module for compose dialog box.
15477
15478 2001-11-11 [alfons]     0.6.5.claws5
15479
15480         * src/procmsg.c
15481                 prevent threading by subject on nodes that have already been
15482                 threaded by in-reply-to (as in "circular references in a tree
15483                 result in a dead branch")
15484
15485 2001-11-09 [hoa]        0.6.5.claws4
15486         
15487         * src/folderview.c
15488                 allows creation of mbox folder item from any files.
15489
15490 2001-11-09 [alfons]     0.6.5.claws3
15491         
15492         * src/utils.c
15493         * src/procmsg.c
15494                 do what I mean and correct threading by subject so it really
15495                 ignores attracting lines without "Re: "
15496
15497 2001-11-07 [alfons]     0.6.5.claws2
15498
15499         * src/procmsg.c
15500         * src/utils.[ch]
15501                 only attract by subject if a subject line starts with a "Re: "
15502         * src/syldap.c
15503                 remove warning
15504
15505 2001-11-07 [paul]       0.6.5claws1
15506
15507         * sync with sylpheed 0.6.5. release
15508                 see ChangeLog entry 2001-11-07
15509
15510 2001-11-07 [paul]       0.6.4claws31
15511
15512         * sync with sylpheed 0.6.4cvs18
15513                 see ChangeLog entries 2001-10-30 to 2001-11-07
15514                 prefs_templates.[ch] renamed prefs_template.[ch]
15515
15516 2001-11-06 [alfons]
15517         
15518         * src/utils.h
15519                 add semicolon Hoa forgot ;-)
15520                 
15521
15522 2001-11-06 [hoa]        0.6.4claws30
15523         
15524         * src/procmsg.c
15525         * src/summaryview.c
15526         * src/utils.c
15527         * src/utils.h
15528                 threading by subject - empty subject are ignored
15529
15530 2001-11-06 [christoph]  0.6.4claws29
15531
15532         * src/socket.c
15533                 use SSL_peek for sock_gets
15534         * src/utils.c
15535                 removed unneeded pointer in extracting quoted
15536                 names implementation
15537
15538 2001-11-06 [melvin]     0.6.4claws28
15539
15540         * src/gtkspell.c
15541                 fixed bug #476792 Selection overtyping with spell checker
15542                 fixed bug which could cause a buffer overflow
15543                 fixed a memory leak
15544
15545 2001-11-06 [hoa]        0.6.4claws27
15546         
15547         * src/procmsg.c
15548         * src/summaryview.c
15549                 threading by subject
15550
15551 2001-11-05 [alfons]     0.6.4claws26
15552         
15553         * README.claws
15554                 Claws -> Sylpheed (vice versa)
15555
15556         * src/compose.c
15557                 :%s/gtk_text/gtk_stext/g
15558                 :%s/GTK_TEXT/GTK_STEXT/g
15559                 (thanks to Jonathan Ware for spotting this)
15560
15561 2001-11-04 [christoph]  0.6.4claws25
15562
15563         * src/summaryview.c
15564                 replace Xalloca + strdup with Xstrdup_a
15565         * src/utils.c
15566                 better implementation of extracting quoted names
15567                 from addresses (remove backlashes and ignore
15568                 quotes after them)
15569
15570 2001-11-04 [alfons]     0.6.4claws24
15571
15572         * src/utils.[ch]
15573                 edit to comply more with coding style
15574
15575         * src/textview.c
15576                 fix bug reported by Kim Schulz. introduced by the patch integrated
15577                 in 0.6.4claws15. the code did not check the return value of
15578                 the html parser.
15579
15580         * AUTHORS
15581                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15582
15583 2001-11-04 [christoph]  0.6.4claws23
15584
15585         * src/main.c
15586         * src/prefs_common.[ch]
15587                 init some pointers that possibly caused a segfault
15588                 reported in the claws-users ML
15589
15590 2001-11-04 [hoa]        0.6.4claws22
15591
15592         * src/grouplistdialog.c
15593                 change the names of the nodes in the tree
15594
15595         * src/compose.c
15596                 enhanced mailto syntax as described in
15597                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15598                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15599
15600         * src/utils.c
15601                 encode and decode URI (useful when opening URL into
15602                 netscape).
15603
15604 2001-11-03 [hoa]        0.6.4claws21
15605
15606         * src/grouplistdialog.c
15607                 a new newsgroups list selection dialog box
15608                 with a CTree instead of a CList
15609
15610 2001-11-03 [hoa]        0.6.4claws20
15611
15612         * src/folderview.c
15613                 enable property and scoring options when right
15614                 click on "inbox"
15615
15616         * src/summaryview.c
15617                 fixed bug when nickname were displayed using
15618                 the address book.
15619
15620 2001-11-02 [darko]      0.6.4claws19
15621
15622         * src/compose.c
15623                 new wrap quotation and URL/long words wrapping implementation
15624         * src/compose.c src/gtkstext.[ch]
15625                 move gtkstext_strncmp() to gtkstext.c
15626
15627 2001-11-01 [christoph]  0.6.4claws18
15628
15629         * src/prefs_account.c
15630                 fixed mess in account settings dialog
15631         * src/prefs_folder_item.c
15632                 added label with folder path to dialog
15633
15634 2001-10-31 [match]      0.6.4claws17
15635
15636         * src/vcard.c
15637                 fix memory leak.
15638         * src/addrbook.c
15639                 fix generation of spurious address book file names.
15640                 remove redundant functions.
15641         * po/POTFILES.in
15642                 added missing file names.
15643
15644 2001-10-30 [paul]       0.6.4claws16
15645
15646         * sync with sylpheed 0.6.4cvs6
15647                 see ChangeLog entries 2001-10-26 to 2001-10-30
15648
15649         * tools/filter_conv.pl
15650                 read folderlist.xml to discover whether the top-level
15651                 folder is called 'Mailbox' or 'Mail' 
15652
15653 2001-10-29 [paul]       0.6.4claws15
15654
15655         * src/html.c, src/textview.c
15656                 activate links in html mail and fix clickable parts
15657                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15658
15659 2001-10-29 [paul]
15660
15661         * po/de.po, po/es.po, po/pt_BR/po
15662                 updated translations, submitted by Jens Oberender,
15663                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15664
15665 2001-10-29 [darko]      0.6.4claws14
15666
15667         * src/compose.c
15668                 fix wrapping for good
15669
15670 2001-10-29 [darko]
15671
15672         * src/compose.c
15673                 undo previous change as it broke the smart wrapping
15674
15675 2001-10-29 [darko]      0.6.4claws13
15676
15677         * src/compose.c
15678                 fix infinite loop when long URL is quoted
15679                 (closes bug #475122.
15680
15681 2001-10-28 [match]
15682
15683         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15684                 import Mutt address book
15685         * src/ldif.[ch] src/importldif.h
15686                 modified import LDIF handle user attributes
15687
15688 2001-10-28 [christoph]  0.6.4claws12
15689
15690         * src/summaryview.c
15691                 fixed that filtering did not work if there
15692                 were no filter rules
15693                 (closes bug #472003 and better implementation
15694                  of patch #474644)
15695
15696 2001-10-27 [christoph]  0.6.4claws11
15697
15698         * src/compose.c
15699                 make the folder's default account to be used when
15700                 replying. (patch by wwp <subscript@free.fr>)
15701         * src/compose.c
15702                 code cleanup, nearly killed all of wwp's patch
15703                 for folder's default account in compose
15704         * src/folderview.c
15705                 error panel when a folder could not be created
15706                 (closes bug #471080 new folder name & already
15707                  existing file)
15708
15709 2001-10-26 [alfons]
15710
15711         * src/utils.h
15712                 change prototype of strstr2() that Christoph forgot about
15713
15714 2001-10-26 [christoph]  0.6.4claws10
15715
15716         * src/account.c
15717                 made search for accounts by email address not case
15718                 sensitive
15719         * src/folder.c
15720                 fixed memory leak in folder_item_get_identifier
15721         * src/gtkspell.c
15722         * src/utils.c
15723                 fixed wrong strstr2 (should work like strstr)
15724
15725 2001-10-26 [darko]      0.6.4claws9
15726
15727         * src/compose.c src/gtkstext.[ch]
15728         * src/gtkstext.c
15729                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15730
15731 2001-10-26 [paul]       0.6.4claws8
15732
15733         * src/html.c
15734                 ignore css and javascript tags in html mail
15735                 case-insensitive, with or without double-quoted
15736                 strings
15737
15738 2001-10-26 [paul]       0.6.4claws7
15739
15740         * sync with sylpheed 0.6.4cvs1
15741                 see ChangeLog entry 2001-10-26
15742
15743         * src/prefs_account.c, src/prefs_common.c,
15744           src/prefs_summary_column.c
15745                 minor improvements to the English
15746
15747 2001-10-25 [alfons]     0.6.4claws6
15748
15749         * src/gtkstext.c
15750         
15751                 make GtkSText follow style of GtkText (closes bug 
15752                 #469211 "text selection while writing message")
15753                 
15754                 do sync with GTK 1.2.10
15755
15756 2001-10-25 [paul]       0.6.4claws5
15757
15758         * src/html.c
15759                 ignore css tags in html mail
15760
15761 2001-10-25 [darko]      0.6.4claws4
15762
15763         * src/compose.c
15764                 don't declare is_url_string as static function since
15765                 we need it in gtkstext.c
15766         * src/gtkstext.c
15767                 remove unused variable
15768                 don't wrap long URLs while composing a message
15769
15770 2001-10-24 [christoph]  0.6.4claws3
15771
15772         * src/socket.c
15773                 fix ssl deadlock, when peer closes connection
15774
15775 2001-10-24 [paul]       0.6.4claws2
15776
15777         * src/prefs_common.c
15778                 gettextize the gpg ascii-armored warning message
15779
15780         * src/compose.c
15781                 insert a DOS/MAC file into the composed message
15782                 (improvements)
15783
15784         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15785
15786 2001-10-22 [paul]       0.6.4claws1
15787
15788         * sync with sylpheed 0.6.4 release
15789                 see ChangeLog entries 2001-10-21
15790
15791         * po/fr.po, po/pt_BR.po
15792                 updated by Melvin Hadasht and Fabio Junior Beneditto
15793
15794 2001-10-21 [paul]       0.6.3claws30
15795
15796         * src/compose.c
15797                 insert a DOS text file from the compose window
15798                 into the composed message text (removes CRs characters)
15799                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15800
15801         * tools/filter_conv.pl, tools/README
15802                 automatically use ~/.sylpheed as working directory
15803                 print out confirmation message on completion
15804
15805         * correct Hoa's last ChangeLog.claws entry
15806
15807 2001-10-20 [hoa]        0.6.3claws29
15808
15809         * src/grouplistdialog.c
15810                 bugfix (another ?) to give the right
15811                 newsgroups list for each news server.
15812
15813         * src/news.c
15814         * src/news.h
15815                 improve the newsgroups list cache
15816
15817 2001-10-20 [paul]       0.6.3claws28
15818
15819         * sync with sylpheed 0.6.3cvs9
15820                 see ChangeLog entry 2001-10-19
15821
15822         * correct Alfons' last ChangeLog.claws entry
15823
15824 2001-10-19 [alfons]
15825
15826         * src/pgptext.[ch]
15827                 fix compilation problems (part of bug #472895)
15828
15829 2001-10-18 [hoa]        0.6.3claws27
15830
15831         * src/grouplistdialog.c
15832                 bugfix when we refresh was clicked (bug 472701)
15833
15834 2001-10-19 [christoph]  0.6.3claws26
15835
15836         * src/compose.c
15837                 last header entry should default to "To:" or
15838                 "Newsgroups:" and not copy the last entry line
15839                 in a new compose window
15840                 (closes bug #472686, #470792)
15841
15842 2001-10-19 [paul]       0.6.3claws25
15843
15844         * sync with Sylpheed 0.6.3cvs8
15845                 see ChangeLog entries 2001-10-18 and 2001-10-19
15846
15847 2001-10-18 [christoph]  0.6.3claws24
15848
15849         * src/procmsg.c
15850                 reimplement ignore thread
15851         
15852 2001-10-18 [hoa]        0.6.3claws23
15853
15854         * src/folderview.c
15855         * src/grouplistdialog.[ch]
15856                 enhanced news subscription interface (feature 469113)
15857
15858         * src/news.c
15859         * src/news.h
15860                 enchanced newsgroup listing,
15861                 now, we can get groups informations
15862                 (NNTPGroupInfo)
15863
15864 2001-10-18 [paul]       0.6.3claws22
15865
15866         * src/summaryview.c
15867                 remove comment (sync with main branch)
15868         * src/mainwindow.c
15869                 fix 'Re-edit' bug in 'Message' menu
15870
15871 2001-10-17 [christoph]  0.6.3claws21
15872
15873         * src/compose.c
15874                 ignore empty or whitespace only header lines
15875
15876 2001-10-17 [paul]       0.6.3claws20
15877
15878         * sync with sylpheed 0.6.3cvs7
15879                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15880                 2001-10-17
15881
15882 2001-10-17 [darko]
15883
15884         * src/compose.c
15885                 wrap long lines without spaces
15886                 don't wrap URLs
15887
15888 2001-10-16 [paul]
15889
15890         * po/es.po, po/nl.po, po/pt_BR.po
15891                 updated by Ricardo Mones Lastra, Alfons,
15892                 and Fabio Junior Beneditto
15893
15894         * sylpheed-0.6.3claws released
15895
15896 2001-10-15 [melvin] 0.6.3claws18
15897
15898         * README.claws
15899                 added summary and detailed installation instructions
15900                 for spell checker
15901         * po/fr.po
15902                 Updated, corrected and completed french translation
15903
15904 2001-10-15 [hoa] 0.6.3claws17
15905         * src/grouplistdialog.c
15906                 we can choose the newsgroups to display with wildcards
15907
15908 2001-10-15 [christoph]  0.6.3claws16
15909
15910         * src/account.c
15911         * src/compose.c
15912         * src/prefs_folder_item.[ch]
15913                 applied wwp <subscript@free.fr>'s folder
15914                 default account patch
15915         * po/de.po
15916                 Fixed wrong translation
15917
15918 2001-10-13 [alfons, christoph, melvin]  
15919                         0.6.3claws15
15920
15921         solution #2 to solve MT-safety problems defers all GUI related calls
15922         to the main thread using a gtk_idle_add() callback. discussed on
15923         ircnet #sylpheed, with christoph spotting some issues with the
15924         original code, and melvin allowing us to lobotomize his sylpheed.
15925
15926         * src/syldap.[ch], src/main.c
15927                 fix race problem in ldap search thread by deferring GUI 
15928                 stuff to main thread using gtk_idle_add()
15929
15930 2001-10-13 [paul]       0.6.3claws14
15931
15932         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15933                 add Sergey's smtpcred.patch
15934                 adds separate username/password setting for SMTP Auth
15935                 needed by some servers
15936                 (closes feature request #471659)
15937
15938 2001-10-13 [paul]       0.6.3claws13
15939
15940         * src/pgptext.[ch] **NEW FILES**
15941         * src/Makefile.am, src/messageview.c, src/mimeview.c
15942                 decrypt ascii-armored gpg text embedded in
15943                 the message body.
15944                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15945
15946 2001-10-13 [christoph]  0.6.3claws12
15947
15948         * README.claws
15949                 some more details on default to and
15950                 feature requests
15951         * src/main.c
15952                 init glib threading when ldap is used
15953         * src/syldap.c
15954                 threading fixes
15955         * po/de.po
15956                 fixed a typo
15957
15958 2001-10-12 [paul]       0.6.3claws11
15959
15960         * src/prefs_common.[ch], src/rfc2015.c
15961                 enable ascii-armored gpg text to be embedded in the
15962                 message body, selectable through the 'Privacy'
15963                 preferences. Supports encrypting only.
15964                 Submitted by Ravemax <ravemax@dextrose.com>
15965
15966 2001-10-12 [paul]       0.6.3claws10
15967
15968         * sync with sylpheed 0.6.3cvs6
15969                 see ChangeLog entries 2001-10-11 and 2001-11-12
15970
15971         * src/folderview.c
15972                 incorporated mbox folders, scoring, and folder
15973                 properties into the sync
15974
15975 2001-10-12 [darko]      0.6.3claws9
15976
15977         * README.claws
15978                 describe quotation wrapping
15979         * src/compose.c
15980                 don't treat tab as space to calculate line length properly
15981
15982 2001-10-11 [alfons]
15983
15984         * README.claws
15985                 correct description of how to make new filtering system work,
15986                 add some other things
15987                 
15988         * src/syldap.c
15989                 remove sched_yield() (not necessary / unportable)
15990
15991 2001-10-11 [paul]       0.6.3claws8
15992
15993         * sync with sylpheed 0.6.3cvs3
15994                 see ChangeLog entry 2001-10-10
15995
15996 2001-10-10 [christoph]  0.6.3claws7
15997
15998         * .cvsignore
15999                 ignore 2 files created by newer autotools
16000         * src/prefs_folder_item.c
16001                 using table for widget alignment
16002                 fixed memory leak and broken octal display
16003         * src/filesel.c
16004                 fixed segfault caused by lost filename
16005                 workaround (closes bug #469551)
16006
16007 2001-10-10 [paul]       0.6.3claws6
16008
16009         * sync with sylpheed 0.6.3cvs2
16010                 see ChangeLog entries 2001-10-09 and 2001-10-10
16011
16012 2001-10-10 [darko]      0.6.3.claws5
16013
16014         * src/gtkstext.c
16015                 proper calculation of right margin if smart wrapping is enabled
16016         * src/compose.c
16017                 automatically wrap long lines if wrap quotation is enabled
16018
16019 2001-10-09 [alfons]     0.6.3.claws4
16020
16021         * src/summaryview.c
16022                 select correct row when deleting last row in the summary view (and
16023                 close bug "[ #469104 ] select second last in list when deleting")
16024
16025 2001-10-09 [paul]       0.6.3claws3
16026
16027         * sync with sylpheed 0.6.3cvs1
16028                 updated some autotool scripts
16029
16030 2001-10-09 [darko]      0.6.3claws2
16031
16032         * src/gtkstext.[ch]
16033                 new name and mark with Sylpheed comment
16034         * src/compose.c
16035                 smart quotation wrapping a-la VIM
16036
16037 2001-10-08 [paul]       0.6.3claws1
16038
16039         * sync with sylpheed 0.6.3 release
16040                 see ChangeLog entry 2001-10-08
16041
16042 2001-10-08 [paul]       0.6.2claws24
16043
16044         * src/summaryview.c
16045                 more sync with sylpheed 0.6.2cvs12
16046                 Fixed the bug that didn't select the last row correctly
16047
16048
16049 2001-10-07 [paul]       0.6.2claws23
16050
16051         * sync with sylpheed 0.6.2cvs12
16052                 see ChangeLog entry 2001-10-07
16053
16054 2001-10-06 [match]
16055         * src/jpilot.[ch]
16056                 enable jpilot to read unsynch'ed addresses.
16057
16058         * src/editldap_basedn.c
16059                 fix segfault when opening dialog.
16060
16061 2001-10-06 [alfons]     0.6.2.claws22
16062
16063         * src/summaryview.c
16064                 fix bug with summary view selecting last *inserted*
16065                 node instead of last *visible* node. remember we
16066                 work with a tree
16067
16068 2001-10-06 [paul]       0.6.2claws21
16069
16070         * po/pt_BR.po
16071                 updated translation, contains some fixes and new
16072                 translations, submitted by Gustavo Noronha Silva
16073                 <kov@debian.org>
16074
16075         * src/prefs_common.c
16076                 change 'each' to 'every' - fix dubious English
16077
16078         * sync with sylpheed 0.6.2cvs11
16079
16080 2001-10-05 [alfons]     0.6.2claws20
16081
16082         * src/mainwindow.[ch], src/folderview.c
16083                 make composite tool button switch between "Compose News"
16084                 and "Compose Mail" depending on selected folder
16085                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16086
16087 2001-10-05 [paul]       0.6.2claws19
16088
16089         * src/mainwindow.c, src/summaryview.c
16090                 fix 'Message/Reply to all', broken in last commit
16091
16092         * src/compose.c
16093                 fix X_BEENTHERE seg fault, thanks to Alfons
16094
16095 2001-10-04 [paul]       0.6.2claws18
16096
16097         * src/compose.[ch], src/mainwindow.c
16098                 make "Message/Reply" reply to mailing lists; matches
16099                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16100                 based on portions of the patch submitted by
16101                 Junichi Uekawa <dancer@netfort.gr.jp>
16102
16103 2001-10-04 [darko]      0.6.2claws17
16104
16105         * src/compose.c
16106                 better smart wrapping
16107         * src/gtkstext.[hc]
16108                 a function to make text buffer contiguous
16109
16110 2001-10-03 [paul]       0.6.2claws16
16111
16112         * sync with sylpheed 0.6.2cvs10
16113
16114 2001-10-02 [alfons]
16115
16116         * configure.in
16117         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16118                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16119                 references to chinese translations (hope someone picks up
16120                 this)
16121
16122 2001-10-02 [christoph]  0.6.2claws15
16123
16124         * src/compose.c
16125                 fixed non translated header bug
16126         * ChangeLog.claws
16127                 fixed wrong date in alfons last entry ;)
16128
16129 2001-10-02 [alfons]     0.6.2claws14
16130
16131         * src/compose.c, src/prefs_common.[ch]
16132                 add block cursor option
16133
16134 2001-10-02 [paul]       0.6.2claws13
16135
16136         * sync with sylpheed 0.6.2cvs9
16137
16138 2001-09-30 [paul]       0.6.2claws12
16139
16140         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16141                 updated translations
16142
16143         * po/POTFILES.in
16144                 add 'src/importldif.c'
16145
16146         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16147                 added eudora-to-vCard conversion tool
16148                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16149
16150         * sync with sylpheed 0.6.2cvs8
16151
16152 2001-09-30 [paul]
16153
16154         * sylpheed-0.6.2claws released
16155
16156 2001-09-27 [melvin]     0.6.2claws11
16157
16158         * src/gtkspell.c
16159                 fixed crash when using default path (introduced 
16160                 in 0.6.2claws10)
16161                 fixed tiny bug for initial suggestion mode
16162
16163 2001-09-27 [melvin]     0.6.2claws10
16164         
16165         * src/gtkspell.c
16166                 fixed bug where gtkpspell didn't set the path correctly
16167
16168         * README.claws
16169                 added a paragraph about spell checking
16170                 
16171
16172
16173 2001-09-27 [paul]       0.6.2claws9
16174
16175         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16176                 replace '// comments' with '/* comments */' to prevent
16177                 some compiler warnings 
16178
16179         * sync with sylpheed 0.6.2cvs6
16180
16181 2001-09-26 [alfons]     0.6.2claws8
16182
16183         * src/messageview.c
16184                 introduce return receipt request notification again,
16185                 which was lost because of other semantics in 
16186                 procheader_parse() (???)
16187
16188 2001-09-26 [christoph]  0.6.2claws7
16189
16190         * src/compose.c
16191                 replace comments for old code with #if 0
16192                 readded auto cc, bcc and reply-to
16193         * src/prefs_matcher.c
16194         * src/prefs_scoring.c
16195                 removed some definition (was moved to
16196                 prefs.h)
16197
16198 2001-09-26 [paul]       0.6.2claws6
16199
16200         * src/mainwindow.c
16201                 make 'Follow-up and reply to' sensitive
16202
16203         * more sync with sylpheed 0.6.2cvs5
16204
16205 2001-09-25 [melvin]
16206
16207         * 0.6.2claws5
16208
16209         * src/gtkspell.c
16210                 fixed bug for "US-ASCII" introduced by the encoding code
16211
16212 2001-09-25 [paul]
16213
16214         * 0.6.2claws4
16215
16216         * src/prefs_common.[ch], src/summaryview.c
16217                 'next unread msg' 'go to next folder?' dialog can be
16218                 given default behaviour, either always show dialog,
16219                 or assume 'yes', or assume 'no'
16220                 Submitted by wwp <subscript@free.fr>
16221
16222 2001-09-25 [melvin]
16223                 
16224         * src/compose.c src/gtkspell.[ch]
16225                 added support for different encodings
16226
16227 2001-09-25 [paul]
16228
16229         * more sync with sylpheed 0.6.2cvs5
16230
16231 2001-09-24 [alfons]
16232         
16233         * src/prefs_folder_item.c
16234                 add check for item->prefs->default_to string is NULL and
16235                 add another check when freeing this string
16236
16237 2001-09-24 [paul]
16238
16239         * configure.in
16240                 change to version 0.6.2claws3
16241
16242         * sync with sylpheed 0.6.2cvs5 
16243
16244 2001-09-24 [match]
16245         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16246                 import LDIF files.
16247         * src/addrcache.[ch], addrindex.[ch]
16248                 small update for future
16249         * src/addrbook.c
16250                 fix test XML file.
16251
16252 2001-09-24 [melvin]
16253         * src/gtkspell.[ch]
16254                 added 'Learn from mistakes' option
16255                 better handling of quotes in checked words
16256                 sorted dict list
16257         * po/fr.po
16258                 small update for spell checking stuff
16259
16260 2001-09-23 [alfons]
16261         
16262         * src/gtkspell.c
16263                 edit a little bit so it complies more with main coding style
16264
16265 2001-09-23 [alfons]
16266
16267         * src/folder.[ch], prefs_folder_item.c, compose.c
16268                 migrate "request return receipt" folder property
16269                 to folderlist.xml
16270
16271 2001-09-22 [alfons]
16272
16273         * README.claws **NEW**
16274                 (add things of interest for users of main branch 
16275                 and claws here)
16276
16277         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16278                 re-implement threading per folder option, but store 
16279                 the setting in folderlist.xml (where it belongs)
16280
16281 2001-09-21 [melvin]
16282
16283         * src/gtkspell.[ch]
16284                 fixed bug when compose window is under another window
16285         * src/prefs_common.[ch] src/compose.c
16286                 changed 'dictionary_path' to 'dictionary' to be consistent
16287                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16288         * ac/pspell.m4 src/Makefile.am 
16289                 dropped PSPELL_PATH macro
16290         * po/fr.po
16291                 updated translations
16292
16293 2001-09-21 [christoph]
16294
16295         * src/compose.c
16296                 added border around header fields
16297                 keep header type when new field is added
16298
16299 2001-09-20 [christoph]
16300
16301         * src/utils.[ch]
16302                 more portable debug_print with source filename
16303                 and linenumber
16304         * src/procmsg.c
16305                 more newlines after debug messages
16306
16307 2001-09-20 [paul]
16308
16309         * configure.in
16310                 change to version 0.6.2claws2
16311
16312         * sync with sylpheed 0.6.2cvs3
16313
16314 2001-09-19 [melvin]
16315
16316         * src/gtkspell.c
16317                 fixed the post-right-click focus pb
16318                 fixed crash when 'Spell check all' after dict change 
16319                         and when cursor is at the end of the text
16320                 shift-right-click pops up config menu even on misspelled words.
16321         * po/POTFILES.in
16322                 added gtkspell.c
16323
16324 2001-09-19 [melvin]
16325
16326         * src/about.c
16327                 added pspell to compiled-in features list
16328
16329 2001-09-18 [melvin]
16330
16331         * switched to pspell and dropped ispell
16332         * ac/pspell.m4
16333                 new file. autoconf macro for pspell
16334         * ac/Makefile.am 
16335         * configure.in acconfig.h
16336                 added pspell support
16337         * src/Makefile.am
16338         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16339         * src/prefs_common.[ch] 
16340                 added pspell support
16341
16342 2001-09-18 [christoph]
16343
16344         * src/addr_compl.c
16345         * src/template.[ch]
16346                 replace LOG_MESSAGE with debug_print
16347         * src/compose.[ch]
16348                 gui improvements
16349         * src/menu.c
16350                 added newline after debug message
16351         * src/utils.h
16352                 using __VA_ARGS__ for debug_print macro
16353         * tools/.cvsignore
16354                 ignore Makefile and Makefile.in
16355
16356 2001-09-18 [paul]
16357
16358         * configure.in
16359                 change to version 0.6.2claws1
16360         * sync with sylpheed 0.6.2cvs1
16361
16362         * src/matcher.c 
16363         * src/prefs_matcher.c
16364                 add 'score equal to' option, submitted by
16365                 Paul Evans <nerd@freeuk.com>
16366
16367 2001-09-15 [christoph]
16368
16369         * src/mainwindow.c
16370                 comment out menu entry not existing in claws
16371         * src/menu.c
16372                 add debug output for non existing menu entries
16373         * src/summaryview.c
16374                 fix next/prev unread message for ignored threads
16375         * src/utils.[ch]
16376                 add sourcefile and line number to debug output
16377                 otherwise it is sometimes hard to find the
16378                 source code part if debug messages are translated
16379
16380 2001-09-14 [darko]
16381         
16382         * src/folderview.c
16383                 refresh target folder style after colour is changed
16384
16385 2001-09-13 [paul]
16386
16387         * configure.in
16388                 change to version 0.6.1claws3
16389
16390         * sync with sylpheed 0.6.1cvs6
16391
16392 2001-09-13 [darko]
16393         
16394         * src/folderview.c
16395                 fix target folder colourization to use user selected colour
16396
16397 2001-09-12 [darko]
16398         
16399         * src/summaryview.c
16400                 fix crash when message that is marked for copy/move is unmarked
16401
16402 2001-09-09 [paul]
16403
16404         * configure.in
16405                 change to version 0.6.1claws2
16406
16407         * sync with sylpheed 0.6.1cvs3
16408
16409 2001-09-09 [alfons]
16410         
16411         * src/folderview.c
16412                 fix bug with default font used for trash folder text
16413
16414 2001-09-06 [paul]
16415
16416         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16417                 updated translations
16418
16419         * configure.in
16420                 change to version 0.6.1claws1
16421
16422         * sync with sylpheed 0.6.1cvs2
16423
16424 2001-09-03 [paul]
16425
16426         * po/POTFILES.in
16427                 add Match's new addressbook
16428
16429         * po/de.po
16430                 updated translation submitted by Jens Oberender
16431
16432 2001-09-02 [paul]
16433
16434         * configure.in
16435                 change to 0.6.1claws
16436         * sync with sylpheed 0.6.1 release
16437
16438 2001-09-02 [paul]
16439
16440         * configure.in
16441                 change to 0.6.0claws2
16442
16443         * sync with sylpheed 0.6.0cvs4
16444
16445         * po/pt_BR.po
16446                 updated translation submitted by Fabio Junior Beneditto
16447
16448 2001-09-01 [match]
16449         * pixmaps/
16450                 interface.xpm
16451                 book.xpm
16452                 address.xpm
16453         * src/
16454                 Makefile.am
16455                 a ton of new files
16456
16457 2001-08-31 [paul]
16458
16459         * configure.in
16460                 change to version 0.6.0claws1
16461
16462         * sync with sylpheed 0.6.0cvs1
16463
16464         * po/es.po
16465                 updated translation submitted by Ricardo Mones Lastra
16466
16467         * po/POTFILES.in
16468                 add 'src/prefs_templates.c'
16469
16470         * src/compose.c, src/summaryview.c
16471                 fix segfault on 'Re_edit'               
16472
16473 2001-08-30 [alfons]
16474
16475         * configure.in, Makefile.am
16476         * tools/Makefile.am
16477                 add tools directory to source distribution
16478
16479 2001-08-30 [paul]
16480
16481         * configure.in
16482                 change to version 0.6.0claws
16483
16484         * sync with sylpheed 0.6.0 release
16485
16486 2001-08-30 [christoph]
16487
16488         * configure.in
16489                 removed autoconf version check
16490
16491 2001-08-30 [paul]
16492
16493         * src/account.c, src/compose.c, src/prefs_common.[ch]
16494         * src/procheader.[ch] src/utils.[ch]
16495                 Enhanced automatic account selection on replies
16496                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16497
16498         * configure.in
16499                 add LDAP and JPilot to the configuration results output.
16500
16501 2001-08-29 [christoph]
16502
16503         * src/summeryview.c
16504                 no bold font for ignored threads
16505
16506 2001-08-29 [paul]
16507
16508         * configure.in
16509                 change to version 0.5.3claws6
16510
16511         * sync with sylpheed 0.5.3cvs10
16512                 src/stringtable.[ch]: New Files
16513
16514         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16515         * src/pixmaps/sylpheed.xpm
16516                 add mini-icons to windows (by Alfons)
16517
16518 2001-08-27 [paul]
16519
16520         * src/mainwindow.c
16521                 new functions: next_labeled_cb(), prev_labeled_cb()
16522
16523         * src/summaryview.c
16524                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16525                 summary_select_next_labeled(), summary_select_prev_labeled()
16526
16527         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16528                 give claws blue folders and a blue trash can
16529
16530 2001-08-27 [paul]
16531
16532         * configure.in
16533                 change to version 0.5.3claws5
16534
16535         * sync with sylpheed 0.5.3cvs9
16536                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16537
16538 2001-08-24 [christoph]
16539
16540         * src/filesel.c
16541                 keep filename when browsing directories
16542                 (not working for user entered filename, but
16543                  for default name and selected filename from
16544                  file list)
16545         * src/mainwindow.c
16546                 fixed wrong spelling "Folllow-up"
16547         * src/mbox_folder.c
16548         * src/procmsg.c
16549         * src/summaryview.c
16550                 fixed new/unread message count with ignored
16551                 threads (2 commits, first didn't notice no
16552                 longer needed decreasing)
16553         * src/inc.c
16554                 readded scrolling of progress dialog
16555                 (lost in sync)
16556
16557 2001-08-24 [paul]
16558
16559         * configure.in
16560                 change to 0.5.3claws4
16561
16562         * sync with sylpheed 0.5.3cvs7
16563
16564 2001-08-24 [christoph]
16565
16566         * src/compose.c
16567                 set request return receipt when replying
16568                 if it is set is the folder prefs of the
16569                 message
16570         * src/inc.c
16571                 disable final error popup if popups are
16572                 disabled in config (again)
16573
16574 2001-08-23 [paul]
16575
16576         * configure.in
16577                 Change version number to 0.5.3claws3
16578
16579         * sync with sylpheed 0.5.3cvs5
16580
16581         * src/mimeview.c
16582                 double quote '%s' in 'gedit %s' to fix bug when
16583                 opening attachment with spaces in the name
16584
16585 2001-08-22 [alte]
16586         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16587           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16588                 initial message templates support
16589
16590
16591 2001-08-22 [paul]
16592
16593         * configure.in
16594                 change version number to 0.5.3claws2
16595
16596         * sync with sylpheed 0.5.3cvs4
16597
16598         * src/procmsg.h src/summaryview.c
16599                 re-implement (un)ignore thread
16600
16601 2001-08-21 [paul]
16602
16603         * src/summaryview.c
16604                 remove unnecessary code
16605         * src/compose.c
16606                 enable 'dynamic' signatures (submitted by
16607                 Eric Limpens <eric@hscg-internet.nl>)
16608
16609 2001-08-21 [paul]
16610
16611         clean up after sync with sylpheed 0.5.3 release
16612
16613         * src/folderview.c
16614                 fix re-introduced font mess, see Christoph's
16615                 entry 2001-06-24
16616
16617         * src/summaryview.c
16618                 remove prev_msgnum
16619                 use sylpheed's small font instead of
16620                 gtk default font for summary view
16621
16622
16623 2001-08-17 [paul]
16624
16625         * configure.in
16626                 add pl to ALL_LINGUAS - sync with main branch
16627
16628         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16629                 Updated. Translations by Jens Oberender, Ricardo Mones
16630                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16631
16632         * po/pl.po  ** NEW FILE **
16633                 sync with the main branch
16634
16635         * src/folderview.c
16636                 fix target folder colorizing and refresh problem
16637
16638
16639 2001-08-17 [christoph]
16640
16641         * src/mainwindow.c
16642                 claws uses 4 colors for target folder coloring.
16643                 arrays were not long enough and destroyed the
16644                 stack causing a segfault.
16645                 target folder colorizing does not work anymore
16646                 for me
16647
16648 2001-08-16 [paul]
16649
16650         * configure.in
16651                 change to version 0.5.3claws1
16652
16653         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16654           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16655           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16656
16657                 sync with sylpheed 0.5.3 release, but keep claws method of
16658                 configuring/saving fonts
16659
16660         * src/addressbook.[ch]
16661                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16662                 in line with a similar change in Hiroyuki's branch
16663
16664         * src/mainwindow.[ch]
16665                 disable main_window_set_thread_option()
16666         * src/prefs_folder_item.c
16667                 comment out &tmps_prefs.enable_thread,
16668         * src/mbox_folder.c, src/procmsg.[ch]
16669                 comment out MSG_IS_IGNORE_THREAD
16670         * src/summaryview.c
16671                 comment out summary_ignore_thread() and summary_unignore_thread()
16672                 comment out MSG_IS_IGNORE_THREAD
16673
16674                 use Hiroyuki's threading instead.
16675
16676
16677
16678 2001-08-15 [paul]
16679
16680         * src/account.c
16681                 use Hiroyuki's 0.5.3 column scheme but also
16682                 include the enable/disable button.
16683         * src/pixmaps/mark.xpm
16684                 add Hiroyuki's amended pixmap
16685
16686 2001-08-13 [christoph]
16687
16688         * src/account.c
16689                 receive at get all column showed wrong state for APOP
16690                 button should only work for POP3 and APOP accounts
16691         * src/prefs_account.c
16692                 added missing preprocessor statement for SSL
16693
16694 2001-08-12 [paul]
16695
16696         * src/account.[ch]
16697                 add 'receive at get all' column and enable/disable
16698                 button.
16699
16700 2001-08-06 [christoph]
16701
16702         * src/account.c
16703                 show usage of SSL in protocol column
16704
16705         * src/imap.c
16706         * src/inc.c
16707                 renamed ssl options
16708
16709         * src/prefs_account.[ch]
16710                 moved ssl options to a new page
16711
16712         * src/send.c
16713         * src/smtp.c
16714         * src/ssl.[ch]
16715                 renamed ssl options
16716                 added support for SMTP STARTTLS command
16717
16718 2001-08-05 [christoph]
16719
16720         * configure.in
16721                 debian autoconf needs version check to find
16722                 correct autoconf version. if the file is
16723                 named configure.in 2.13 is used, which does
16724                 not work with this configure.in script.
16725                 other solution would be to rename the script
16726                 to configure.ac as suggested in the autoconf
16727                 manual.
16728
16729         * src/inc.c
16730                 disable final error popup if popups are
16731                 diabled in config
16732
16733         * src/socket.c
16734                 bugfix in ssl_gets
16735                 fixes IMAP over SSL problem
16736
16737 2001-08-03 [paul]
16738
16739         * configure.in
16740                 change to 0.5.2claws1
16741
16742         * sync with sylpheed 0.5.2cvs1
16743
16744 2001-08-02 [alfons]
16745
16746         * configure.in
16747                 quick fix for ispell detection...
16748
16749 2001-08-01 [paul]
16750
16751         * configure.in
16752                 change to 0.5.1claws4
16753
16754         * sync with sylpheed 0.5.1cvs7
16755
16756 2001-07-31 [alfons]
16757
16758         * src/prefs_common.c, src/prefs_common.h, 
16759           src/gtkspell.c, src/gtkspell.h
16760                 add global spelling checker settings (compose tab) +
16761                 selection of dictionary 
16762           
16763         * configure.in  
16764                 guess valid ispell location
16765
16766 2001-07-31 [paul]
16767
16768         * po/POTFILES.in
16769                 removal of 'src/quote_fmt_parse.c'
16770         * po/de.po
16771                 Updated de.po
16772                 (submitted by Jens Oberender <didge@suse.de>)
16773
16774 2001-07-31 [darko]
16775
16776         * src/folder.[ch]
16777         * src/folderview.[ch]
16778         * src/mainwindow.c
16779         * src/mh.c
16780         * src/prefs_common.[ch]
16781         * src/summaryview.c
16782                 target folder colourization
16783
16784 2001-07-30 [paul]
16785
16786         more sync with Sylpheed 0.5.1cvs6 
16787
16788 2001-07-30 [darko]
16789
16790         * src/mh.c
16791         * src/prefs_folder_item.[hc]
16792         * src/summaryview.c
16793                 shared folders support with a GUI
16794
16795 2001-07-29 [paul]
16796
16797         0.5.1claws3
16798
16799         * sync with Sylpheed 0.5.1cvs6
16800
16801 2001-07-29 [paul]
16802
16803         * po/pt_BR.po
16804                 updated
16805                 (submitted by Fabio Junior Beneditto)
16806
16807 2001-07-28 [paul]
16808
16809         * src/procmime.c
16810         * AUTHORS
16811                 patch to correct bad image mime headers
16812                 (submitted by Don Quijote <dq@searchlores.org>)
16813
16814 2001-07-28 [paul]
16815
16816         * tools/gif2xface.pl   **NEW FILE**
16817         * tools/README
16818                 script to convert file.gif to file.xface for
16819                 use in a custom header.
16820                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16821
16822 2001-07-27 [alfons]
16823         
16824         * configure.in
16825                 change macros for detecting JPilot and LDAP
16826
16827 2001-07-27 [christoph]
16828
16829         * src/filtering.c
16830                 code cleanup (MIN / MAX warning, needed casting)
16831
16832 2001-07-27 [alfons]
16833
16834         * procheader.c
16835                 disallow setting flags when detecting certain headers
16836                 (X-Status, Status, Seen, X-Seen). 
16837         
16838         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16839
16840 2001-07-27 [christoph]
16841
16842         * src/prefs_filter.c
16843         * src/prefs_filtering.c
16844         * src/prefs_matcher.c
16845         * src/prefs_scoring.c
16846                 scroll list when moving rows up or down
16847
16848         * src/imap.c
16849         * src/imap.h
16850         * src/prefs_account.c
16851         * src/prefs_account.h
16852         * src/send.c
16853                 SMTP over SSL (untested, feedback requested)
16854                 IMAP over SSL
16855
16856         * src/ssl.c
16857                 code cleanup
16858
16859 2001-07-26 [alfons]
16860         
16861         * configure.in, acconfig.h
16862                 define CLAWS (need this for main / claws detection)
16863
16864 2001-07-25 [alfons]
16865
16866         * configure.in
16867                 Sylpheed 0.5.1claws2
16868                 
16869         * sync with Sylpheed 0.5.1cvs4
16870
16871 2001-07-25 [christoph]
16872
16873         * src/scoring.c
16874                 fixed segfault
16875                 item->prefs == NULL (don't know why)
16876
16877 2001-07-25 [alfons]
16878
16879         * configure.in
16880                 Sylpheed 0.5.1claws1
16881
16882         * sync with Sylpheed 0.5.1cvs1-3
16883
16884 2001-07-24 [christoph]
16885
16886         * src/folderview.c
16887         * src/prefs_folder_item.[ch]
16888                 added folderitem preferences dialog with
16889                 default To: and auto request return receipt
16890
16891         * src/compose.[ch]
16892         * src/menu.[ch]
16893                 changes to handle new folderitem preferences
16894
16895         * src/mainwindow.c
16896         * src/summaryview.c
16897                 call compose new mail with current folderitem
16898
16899 2001-07-24 [alfons]
16900
16901         Release Sylpheed 0.5.1claws
16902
16903         * configure.in
16904                 change to release version 0.5.1claws
16905
16906 2001-07-24 [christoph]
16907
16908         * src/summaryview.c
16909                 fixed segfault that happend when the selected
16910                 message was removed while retrieving new messages.
16911
16912         * po/es.po
16913                 updated translation
16914                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16915
16916 2001-07-22 [alfons]
16917
16918         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16919         this is a work in progress, for more information: http://nlpagan.net/sylman 
16920         
16921         * configure.in, src/mainwindow.c, manual/Makefile.am
16922                 add support for English manual
16923
16924         * AUTHORS
16925                 add authors of user manuals
16926
16927         * manual/en/sylpheed*.html
16928                 add English documentation
16929
16930 2001-07-22 [christoph]
16931
16932         * po/POTFILES.in
16933                 added src/ssl.c
16934         * src/ssl.c
16935                 changed a wrong debug message
16936
16937 2001-07-22 [alfons]
16938
16939         * po/nl.po
16940                 update Dutch translation
16941
16942         * src/prefs_filtering.c, 
16943           src/prefs_matcher.c
16944                 add more translatable strings           
16945
16946 2001-07-21 [alfons]
16947
16948         0.5.0claws7
16949
16950         * configure.in
16951                 change version
16952
16953         * src/inc.c, src/summaryview.[ch]
16954                 prevent update of mark file when filtering has done, by
16955                 using a variable; this affects two functions:
16956                         inc.c::inc_finished()
16957                         summaryview.c::summary_show()
16958
16959 2001-07-20 [alfons]
16960
16961         * src/filtering.[ch], src/prefs_filtering.c, 
16962           src/matcher.[ch]
16963                 add filtering action for label coloring 
16964
16965         * po/POTFILES.in
16966                 add labelcolors.c
16967
16968         * added src/labelcolors.c
16969         * added src/labelcolors.h
16970         * src/Makefile.am, src/summaryview.c
16971                 rearrange label coloring code
16972
16973         * src/procmsg.h
16974                 add more parentheses so label colouring works correctly
16975
16976         * src/filtering.c
16977                 don't really delete message, but move it to Trash
16978
16979         * src/prefs_matcher.c
16980                 add quote options to info dialog
16981
16982 2001-07-20 [christoph]
16983
16984         * src/Makefile.am
16985         * src/inc.c
16986         * src/main.[ch]
16987         * src/socket.h
16988         * src/ssl.[ch] (new)
16989                 moved ssl stuff to a seperate file
16990
16991 2001-07-20 [darko]
16992
16993         * src/summaryview.c
16994                 fix show sender using address book with no e-mail
16995                 address in From: field
16996
16997 2001-07-19 [alfons]
16998
16999         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17000                 fix messy handling of escaping... now at least the
17001                 execute command is useful. escape char is '\', we
17002                 accept \n and \r too. 
17003
17004                 Real life example:
17005                 
17006                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17007                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17008
17009 2001-07-18 [alfons]
17010
17011         0.5.0claws6
17012
17013         * src/summaryview.c
17014                 clean up
17015
17016         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17017           src/procmsg.[ch]
17018                 revise filtering; currently move, copy, marking have
17019                 been tested. if you like bleeding edge stuff, you
17020                 should definitely go for this version :)
17021
17022         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17023
17024 2001-07-17 [christoph]
17025
17026         * src/utils.c
17027                 timestamp log
17028
17029 2001-07-17 [alfons]
17030
17031         0.5.0claws5
17032
17033         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17034           bits in the mark file, without affecting either branch. Lots of
17035           files changed, also in claws branch.
17036
17037           UNTESTED: use of mbox folders
17038
17039         * src/summaryview.c
17040                 added mark all read; however this was a quick hack used for
17041                 cleaning up mess after initial merge with Hiroyuki
17042
17043         * configure.in
17044                 change claws version number back to 0.5.0claws5 to clear up 
17045                 confusion & pretension (recent release was technically 
17046                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17047
17048 2001-07-16 [alfons]
17049
17050         sync with Hiroyuki's 0.5.0cvs4
17051
17052 2001-07-16 [alfons]
17053
17054         0.5.1claws3
17055
17056         * src/filtering.[ch]
17057                 remove invalid updating of mark files for 
17058                 filter actions MATCHING_ACTION_MOVE and 
17059                 MATCHING_ACTION_DELETE; this should fix the
17060                 folder update bug
17061                 
17062         * src/procmsg.c
17063                 revert Christoph's stab at fixing the folder 
17064                 update bug
17065
17066         * po/POTFILES.in
17067                 add missing files with translatable strings
17068
17069         * src/summaryview.c
17070                 remove debug print
17071
17072 2001-07-15 [alfons]
17073
17074         * src/addr_compl.[ch], src/prefs_filtering.c
17075                 make "filtering pref dialog's destination entry" an
17076                 "address completable entry", if filter destination is 
17077                 an email address
17078
17079         0.5.1claws2
17080         
17081         sync with Hiroyuki's 0.5.0cvs2-3
17082
17083 2001-07-15 [christoph]
17084
17085         * src/procmsg.c
17086                 fixed folder stats update after incorporation
17087
17088 2001-07-15 [alfons]
17089
17090         * src/summaryview.c
17091                 * finish label colouring stuff (for now)
17092                 * fix incorrect colour bug (off by one) 
17093
17094 2001-07-14 [alfons]
17095
17096         * src/mainwindow.c
17097                 change text labels for news and mail message so there's
17098                 plenty of toolbar estate left
17099
17100         * configure.in
17101                 0.5.1claws1
17102
17103         * src/folderview.c
17104           src/folder.[ch]
17105                 sync with Hiroyuki's 0.5.0cvs1
17106
17107         * src/summaryview.c
17108                 more rewrite label colouring
17109
17110 2001-07-14 [alfons]
17111
17112         * src/summaryview.[ch]
17113                 * start rewrite label colouring 
17114                 * fix proper location "Add Sender To Addressbook" menu item
17115
17116 2001-07-13
17117
17118         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17119         (actually this is 0.5.0claws4)
17120
17121 2001-07-13 [alfons]
17122
17123         * po/pt_BR.po
17124                 * fix duplicate message
17125                 * add updated Portugese / Brazilian translation
17126                   submitted by Fabio Junior Beneditto
17127
17128 2001-07-12 [alfons]
17129
17130         * AUTHORS
17131                 add Jens
17132
17133         * po/nl.po
17134                 add updated Dutch translation
17135
17136         * po/de.po
17137                 add updated German translation submitted by Jens
17138
17139 2001-07-11 [alfons]
17140
17141         Prerelease before 0.5.0claws. Please test.
17142         This version is temporarily tagged as VERSION_0_5_0_TEST
17143
17144         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17145           src/prefs_scoring.c, src/prefs_matcher.c, 
17146           src/prefs_filtering.c, src/mbox.c, 
17147           src/main.c, src/inc.c, src/filtering.[ch]
17148                 revert new Hoa's new matcher (does not work yet)
17149
17150         * src/Makefile.am
17151                 clean up
17152
17153 2001-07-10
17154
17155         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17156
17157
17158 2001-07-10 [alfons]
17159
17160         * Makefile.am
17161                 add ChangeLog.claws to EXTRA_DIST
17162         * src/Makefile.am
17163                 add matcher_parser_parse.h to EXTRA_DIST
17164
17165 2001-07-10 [christoph]
17166
17167         * src/inc.c
17168                 add destination folder to table of
17169                 folders that need to be updated after
17170                 incorporation
17171
17172 2001-07-10 [alfons]
17173
17174         * folder.[ch]
17175           folderview.c
17176                 make collapse state of folders and folder items persistent, i.e.
17177                 if you collapse a folder tree, the next time sylpheed-claws starts 
17178                 up the folder tree remains collapsed.  
17179                 
17180 2001-07-10 [christoph]
17181
17182         * acconfig.h
17183         * configure.in
17184                 added --enable-ssl
17185         * src/md5.[ch]
17186                 renamed MD5_CTX to MD5_CTX_syl
17187                 conflicts with a struct in openssl
17188         * src/inc.c
17189         * src/main.[ch]
17190         * src/prefs_account.[ch]
17191         * src/socket.[ch]
17192                 SSL support for POP
17193         * src/mainwindow.c
17194                 fixed compose with current account
17195                 broken by new compose button stuff
17196
17197 2001-07-09 [hoa]
17198
17199         * AUTHORS
17200                 changed my email address
17201
17202         * src/matcher_parser_parse.y
17203                 clean the parser to remove conflicts
17204
17205 2001-07-09 [alfons]
17206
17207         * AUTHORS
17208                 add Match Grun
17209
17210         * configure.in
17211                 fix incorrect description of --enable-ldap parameter
17212
17213         * src/prefs_common.[ch]
17214           src/compose.c
17215                 add experimental option "smart wrapping" which makes the
17216                 compose editor auto wrap.
17217                 
17218                 | TODO: the problem with the buggy cursor handling is caused |
17219                 | by the GtkText. when deleting / backspacing text its       |
17220                 | wrapping algorithm does not take in account the previous   |
17221                 | line. should find a way to hack this in.                   |
17222                 | or should perhaps combine this with the word wrapping      |
17223                 | patch i wrote in january.                                  |
17224
17225         * src/about.c
17226                 show build parameters for LDAP and JPilot
17227
17228         * src/summaryview.c
17229                 revert Christoph's bugfix for selecting next unread message, 
17230                 because folder stats aren't updated correctly
17231
17232 2001-07-08 [hoa]
17233
17234         * src/filtering.c
17235         * src/mainwindow.c
17236         * src/matcher.c
17237         * src/matcher_parser_lex.l
17238         * src/matcher_parser_parse.y
17239         * src/prefs_filtering.c
17240         * src/prefs_scoring.c
17241         * src/scoring.c
17242                 bugfix of the config file parser
17243
17244 2001-07-08 [alfons]
17245
17246         * src/Makefile.am
17247                 added generated matcher sources to BUILT_SOURCES
17248
17249 2001-07-08 [hoa]
17250
17251         * src/Makefile.am
17252         * src/.cvsignore
17253                 added new config file parser
17254
17255         * src/scoring.[ch]
17256         * src/filtering.[ch]
17257         * src/matcher.[ch]
17258         * src/prefs_filtering.c
17259         * src/prefs_matcher.c
17260         * src/prefs_scoring.c
17261         * added src/matcher_parser.h
17262         * added src/matcher_parser_lex.h
17263         * added src/matcher_parser_lex.l
17264         * added src/matcher_parser_parse.y
17265                 lex & yacc config file parser
17266
17267         * src/mbox.c
17268         * src/inc.c
17269         * src/main.c
17270                 changes prefs_filtering into global_filtering           
17271
17272         * src/summaryview.c
17273                 build threads with subjects only if "Re: " is at the
17274                 beginning of the subject
17275
17276 2001-07-07 [paul]
17277
17278         0.5.0claws
17279
17280         sync with sylpheed 0.5.0
17281                 change of version number only
17282
17283 2001-07-06 [paul]
17284
17285         0.5.0claws5
17286
17287         sync with sylpheed 0.5.0pre5
17288
17289 2001-07-05 [paul]
17290
17291         sync with sylpheed 0.5.0pre4 release
17292                 /po and /manual/ja not sync'ed
17293
17294 2001-07-04 [paul]
17295
17296         more sync with sylpheed 0.5.0pre4
17297
17298 2001-07-03 [christoph]
17299
17300         * src/addressbook.c
17301                 fixed address book broken by address book
17302                 for VCard, JPilot, LDAP
17303
17304 2001-07-03 [alfons]
17305
17306         * src/matcher.c
17307         * src/textview.c
17308                 stopped memory leaks
17309
17310 2001-07-03 [paul]
17311
17312         more sync with sylpheed 0.5.0pre4
17313
17314 2001-07-02 [match]
17315
17316         * included address book patch for VCard, JPilot, LDAP
17317         * pref_common.c - fixed Font options on Display tab (cosmetic)
17318         * alertpanel.c - fixed truncated message
17319
17320 2001-07-02 [christoph]
17321
17322         * src/mbox_folder.c
17323         * src/procmsg.[ch]
17324         * src/summaryview.c
17325                 mark threads for ignoring
17326
17327 2001-07-02 [paul]
17328
17329         0.5.0claws4
17330
17331         * sync with sylpheed 0.5.0pre4
17332                 updated gettext to 0.10.38.
17333
17334 2001-07-01 [paul]
17335
17336         * src/ mainwindow.c
17337         * src/procmsg.h
17338         * src/summaryview.[ch]
17339                 new right-click option: Label.
17340                 substitute for 'Mark-->Mark/Unmark', colours the line.
17341                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17342
17343 2001-07-01 [christoph]
17344
17345         * src/folderview.c
17346                 fixed font for trash
17347         * src/summaryview.c
17348                 move ctree to unread message
17349
17350 2001-07-01 [paul]
17351
17352         * sync with sylpheed 0.5.0pre3 release
17353
17354 2001-06-30 [alfons]
17355
17356         * src/filesel.[ch]
17357         * src/compose.c
17358                 allow inserting / attaching multiple files in
17359                 the composer window
17360
17361 2001-06-30 [paul]
17362
17363         * src/codeconv.c
17364                 small change to Alfons' previous stuff so that it
17365                 actually makes
17366
17367 2001-06-30 [alfons]
17368
17369         * lots of files changed; first attempt to merge the changes
17370           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17371
17372 2001-06-30 [paul]
17373
17374         * po/pt_BR.po
17375                 updated and completed, translations by Fabio
17376                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17377
17378 2001-06-29 [alfons]
17379
17380         * src/compose.c
17381         * src/mimeproc.[ch]
17382                 allow selecting an attached files' mime type from a 
17383                 list of types.
17384
17385 2001-06-29 [paul]
17386
17387         * more sync with sylpheed 0.5.0pre3
17388
17389 2001-06-29 [paul]
17390
17391         * po/pt_BR.po
17392                 merge with sylpheed.pot and pt_BR.po provided by
17393                 Fabio Junior Beneditto.
17394
17395 2001-06-29 [darko]
17396
17397         * src/procmime.c
17398                 make MIME types case insensitive
17399
17400 2001-06-28 [alfons]
17401
17402         * po/nl.po
17403                 merge with sylpheed.pot and old nl.po; translations added.
17404
17405 2001-06-28 [paul]
17406
17407         * more sync with sylpheed 0.5.0pre3
17408
17409 2001-06-27 [alfons]
17410
17411         * src/summaryview.c
17412                 don't crash when removing parent node of messages
17413                 attracted by subject. this was caused by not deleting
17414                 the parent node from the subject line hash table.
17415
17416 2001-06-27 [alfons]
17417
17418         * src/summaryview.c
17419         * src/compose.[ch]
17420         * src/mainwindow.c
17421                 if there are multiple messages selected, allow forwarding
17422                 them as attachments.
17423
17424 2001-06-27 [paul]
17425
17426         * more sync with sylpheed 0.5.0pre3
17427
17428 2001-06-26 [paul]
17429
17430         0.5.0claws3
17431
17432         * sync with sylpheed 0.5.0pre3
17433
17434 2001-06-25 [paul]
17435
17436         * src/mainwindow.c
17437                 fixed 'compose news article' bug
17438                 from icon-and-text toolbar
17439
17440 2001-06-25 [paul]
17441
17442         * sync with sylpheed 0.5.0pre2 release
17443
17444 2001-06-24 [christoph]
17445
17446         * src/prefs_common.c
17447                 bug fix in font selection
17448         * src/folderview.c
17449                 use sylpheed's normal font instead of
17450                 gtk default font for folders without
17451                 new messages
17452
17453 2001-06-24 [alfons]
17454
17455         * src/mainwindow.[ch]
17456                 added composite compose mail / news button (an idea by Leandro
17457                 Pereira <leandro@linuxmag.com.br>)
17458
17459 2001-06-24 [paul]
17460
17461         Added instructions for ldif-to-xml.py
17462
17463         * tools/README
17464
17465 2001-06-23 [alfons]
17466
17467         Some minor things.
17468
17469         * src/pixmaps/stock_news_compose.xpm
17470                 added pixmap by Leandro
17471         * src/prefs_common.c
17472                 tested built-in spelling checker of GCC 3.0 :)
17473         * po/nl.po
17474                 merged dutch translation of sylpheed-main with
17475                 sylpheed.pot
17476
17477 2001-06-23 [paul]
17478
17479         Added tools directory and files.
17480
17481         * tools/filter_conv.pl
17482                 converts old filter system to new filtering system
17483         * tools/ldif-to-xml.py
17484                 converts netscape addressbook to sylpheed addressbook
17485         * tools/README
17486                 descriptions/instructions for above two files
17487
17488 2001-06-23 [christoph]
17489
17490         * src/inc.c
17491         * src/manage_window.[ch]
17492         * src/prefs_common.[ch]
17493                 mail retrieval dialog can be enabled, disabled
17494                 or hidden if non of sylpheed's windows is active
17495
17496 2001-06-22 [paul]
17497
17498         0.5.0claws2
17499
17500         * sync with sylpheed 0.5.0pre2
17501
17502 2001-06-21 [christoph]
17503
17504         * src/summaryview.c
17505                 show recipient on 'from' for all accounts
17506                 
17507         * src/inc.c
17508         * src/prefs_common.[ch]
17509                 disable error popup on mail receive errors
17510
17511 2001-06-21 [alfons]
17512
17513         * src/compose.c
17514                 made the ruler correctly appear and disappear.
17515
17516         * src/Makefile.am
17517                 removed Hoa's work-in-progress-stuff (interesting!) so 
17518                 claws compiles ok.
17519
17520 2001-06-20 [christoph]
17521
17522         * src/inc.c
17523         * src/progressdialog.c
17524                 added scrolled window for list in progressdialog
17525
17526 2001-06-20 [paul]
17527
17528         sync with sylpheed 0.5.0pre1 release
17529
17530 2001-06-20 [christoph]
17531
17532         * src/summeryview.c
17533                 make building threads by subject work when
17534                 thread view is enabled
17535                 
17536         * src/compose.c
17537         * src/prefs_common.[ch]
17538                 automatically select account for mail replys
17539
17540 2001-06-19 [sergey]
17541
17542         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17543         they are filled in from the account settings.
17544
17545 2001-06-19 [paul]
17546
17547         * more sync with sylpheed 0.5.0pre1
17548
17549 2001-06-18 [alfons]
17550
17551         * src/Makefile.am,
17552           src/procmime.c
17553                 added --sysconfdir to CPPFLAGS for pointing to the correct
17554                 location of mime.types. 
17555
17556                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17557                 or ./configure!
17558
17559 2001-06-18 [hoa]
17560
17561         * src/summaryview.c
17562                 fixed some bug when building threads
17563
17564 2001-06-18 [pau]l
17565
17566         * src/prefs_account.c
17567                 UI stuff: More changes to the English
17568
17569 2001-06-18 [paul]
17570
17571         * src/pixmaps/stock_news_compose.xpm: new file
17572         * src/Makefile.am
17573         * src/mainwindow.c
17574         * src/summaryview.c
17575                 Added new icon for Hoa's 'compose a news
17576                 message', plus minor improvements to the
17577                 English
17578
17579         * po/ja.po
17580         * ChangeLog
17581         * ChangeLog.jp
17582                 more sync with sylpheed 0.5.0pre1
17583
17584 2001-06-18 [hoa]
17585
17586         * src/compose.[ch]
17587         * src/mainwindow.c
17588                 Follow-up and reply to
17589
17590         * src/summaryview.[ch]
17591                 Build threads also with subjects
17592
17593 2001-06-17 [hoa]
17594
17595         * src/compose.c
17596                 forwarding use the current account.
17597
17598         * src/mainwindow.c
17599                 the "compose message" button has been replaced with
17600                 "new mail" and "new news" buttons
17601
17602         * src/prefs_common.[ch]
17603                 added a configuration option to use the forward button
17604                 as "forward as attachment"
17605                 changed reply and forward format description
17606
17607         * src/quote_fmt_lex.l
17608         * src/quote_fmt_parse.y
17609                 added message with no signature in format for reply
17610                 and forward.
17611
17612 2001-06-17 [paul]
17613
17614         Minor UI stuff
17615
17616         * src/mainwindow.c
17617         * src/summaryview.c
17618                 Improvements to the English
17619
17620         * src/prefs_common.c
17621                 Improvements to the English and some
17622                 clarity/continuity improvements in the
17623                 description of Quote symbols.
17624
17625 2001-06-17 [paul]
17626
17627         0.5.0claws1
17628
17629         * sync with sylpheed 0.5.0pre1
17630
17631 2001-06-17 [hoa]
17632
17633         * src/compose.c
17634                 Better interface for compose, displayed fields
17635                 are updated whenever we change account.
17636                 Newsgroups field is automatically filled.
17637
17638         * src/mainwindow.c
17639                 Newsgroups field is automatically filled.
17640
17641         * src/prefs_account.c
17642                 Some interface stuff when fields appear and
17643                 disappear.
17644
17645 2001-06-16 [paul]
17646
17647         0.4.99claws
17648
17649         * sync with sylpheed 0.4.99
17650
17651 2001-06-16 [sergey]
17652
17653         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17654         base64_decoder_free, base64_decoder_decode): new object and
17655         functions for decoding base64 streams.
17656         * src/procmime.c (procmime_decode_content): modified to use the
17657         new base64 decoder.
17658
17659 2001-06-15 [paul]
17660
17661         0.4.99claws10
17662
17663         * sync with sylpheed 0.4.99cvs11
17664
17665 2001-06-13 [paul]
17666
17667         0.4.99claws9
17668
17669         * sync with sylpheed 0.4.99cvs9
17670
17671 2001-06-13 [hoa]
17672
17673         * src/compose.c
17674         * src/prefs_account.c
17675
17676                 SMTP server can be defined in the news account
17677                 mime type of attachment are kept.
17678
17679         * src/summaryview.c
17680
17681                 now choose the highest important score between default
17682                 and important score of folder.
17683
17684 2001-06-09 [alfons]
17685         
17686         * src/prefs_common.c: 
17687
17688                 (prefs_quote_description_create): corrected description of 
17689                 quote format characters
17690
17691 2001-06-09 [paul]
17692
17693         0.4.99claws8
17694
17695         * sync with sylpheed 0.4.99cvs8
17696
17697 2001-06-08 [sergey]
17698
17699         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17700         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17701
17702 2001-06-08 [paul]
17703
17704         0.4.99claws7
17705
17706         * sync with sylpheed 0.4.99cvs7
17707
17708 2001-06-06 [sergey]
17709
17710         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17711         clashes with autogenerated header).
17712         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17713         * src/Makefile.am: added quote_fmt.h.
17714         * src/.cvsignore: added lex/yacc autogenerated files
17715         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17716
17717 2001-06-06 [paul]
17718
17719         0.4.99claws6
17720
17721         * sync with sylpheed 0.4.99cvs6
17722
17723 2001-06-06 [hoa]
17724
17725         * added src/quote_fmt_parse.h
17726         * src/compose.c
17727                 removed warnings
17728
17729         * src/prefs.[ch]
17730                 don't modify readonly configuration files
17731
17732         * src/prefs_account.c
17733         * src/prefs_common.c
17734         * src/prefs_customheader.c
17735         * src/prefs_display_header.c
17736         * src/prefs_filter.c
17737         * src/prefs_filtering.c
17738         * src/prefs_scoring.c
17739                 don't open dialog box when configuration files
17740                 are readonly
17741
17742 2001-06-05 [sergey]
17743
17744         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17745
17746         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17747         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17748         BUILT_SOURCES to make all files rebuild properly.
17749
17750         * src/compose.c: removed #include "quote_fmt.tab.h".
17751
17752         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17753         CHARACTER value in yylval.
17754
17755         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17756         receive CHARACTER value by documented means (yylval).
17757
17758         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17759
17760 2001-06-05 [hoa]
17761
17762         * src/Makefile.am
17763                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17764
17765         * src/filtering.c
17766         * src/matcher.c
17767         * src/matcher.h
17768         * src/prefs_filtering.c
17769                 now keep the configuration for execute action
17770
17771         * src/mbox_folder.c
17772                 fixed a warning
17773
17774 2001-06-05 [paul]
17775
17776         * sync with sylpheed 0.4.99cvs5
17777
17778 2001-06-05 [hoa]
17779
17780         * src/Makefile.am
17781                 added quote_fmt.[ch]
17782
17783         * added src/quote_fmt.y
17784         * added src/quote_fmt.l
17785         * added src/quote_fmt.tab.h
17786         * added src/quote_fmt.tab.c
17787         * added src/lex.quote_fmt.c
17788                 parsing configuration for replying
17789                 and forwarding
17790
17791         * src/prefs_common.[ch]
17792                 added configuration UI for replying
17793                 and forwarding
17794
17795         * src/compose.c
17796                 using configuration for replying
17797                 and forwarding
17798
17799 2001-06-04 [hoa]
17800
17801         * src/filtering.c
17802         * src/matcher.c
17803         * src/matcher.h
17804         * src/prefs_filtering.c
17805         * src/prefs_matcher.c
17806         * src/prefs_matcher.h
17807                 action "run a command" for filtering
17808                 and matching with a command.
17809                 fixed the "whole message" matching
17810
17811         * src/mbox_folder.c
17812                 changed temporary filename for security
17813
17814         * src/messageview.c
17815                 queue the notification if it fails to send.
17816
17817         * src/prefs_common.c
17818         * src/prefs_folder_item.c
17819                 changed the default important score             
17820
17821         * src/prefs_scoring.c
17822         * src/scoring.c
17823                 hide kill score input when the folder is not
17824                 a newsgroup
17825
17826 2001-06-03 [alfons]
17827
17828         * src/prefs_common.c:
17829
17830                 (prefs_font_select): pass font name in font entry box to font
17831                 selection dialog.
17832
17833 2001-06-03 [sergey]
17834
17835         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17836
17837 2001-06-03 [paul]
17838
17839         * sync with sylpheed 0.4.99cvs4
17840
17841 2001-06-03 [alfons]
17842
17843         * src/headerwindow.c:
17844
17845                 (headerwindow_show_cb): use the selected summary view item, not
17846                 the displayed item.
17847
17848 2001-06-02 [alfons]
17849
17850         * src/headerwindow.c:
17851
17852                 (headerwindow_show_cb): always try to show msginfo
17853
17854 2001-06-02 [hoa]
17855
17856         * src/compose.c
17857                 keep attached parts when reediting or forwarding.
17858
17859 2001-06-01 [hoa]
17860
17861         * src/folderview.c
17862         * src/prefs_folder_item.[ch]
17863         * src/prefs_scoring.[ch]
17864         * src/scoring.[ch]
17865         * src/summaryview.[ch]
17866         * src/main.c
17867         * src/mainwindow.c
17868         * src/prefs_common.[ch]
17869                 support for folder scoring
17870                 kill score and important score for messages
17871         
17872         * src/prefs_account.c
17873                 some display bug fixed for local account
17874                 preferences
17875
17876 2001-05-31 [alfons]
17877
17878         * src/summaryview.c:
17879
17880                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17881                 sender to address book menu item is disabled.
17882
17883 2001-05-30 [hoa]
17884
17885         * src/filtering.[ch]
17886         * src/summaryview.c
17887                 handling summary menu / filter messages
17888
17889         * src/folder.[ch]
17890                 add some stuff
17891
17892         * src/foldersel.c
17893                 imap folders now appears in list
17894
17895         * src/mbox_folder.c
17896                 doesn't crash if destination mail is not writeable
17897
17898 2001-05-29 [hoa]
17899
17900         * src/compose.c
17901                 removed some warnings
17902
17903         * src/filtering.c
17904         * src/folder.[ch]
17905         * src/prefs_filtering.c
17906                 global string to identify any folders           
17907                 removed some debug info
17908                 filtering to mbox folders is now possible
17909
17910         * src/mainwindow.c
17911                 removed some warnings
17912
17913         * src/mbox_folder.c
17914                 permission on files are changed to read/write for user only,
17915                 nothing for other.
17916                 creation of subfolder is handled better.
17917
17918 2001-05-28 [alfons]
17919
17920         Verified the sync for src/prefs_common.[ch] and
17921         src/prefs_account.[ch]. I believe there were some
17922         minor indentation differences.
17923
17924 2001-05-28 [paul]
17925
17926         0.4.99claws3
17927
17928         * sync with 0.4.99cvs3
17929
17930 2001-05-28 [hoa]
17931
17932         * src/compose.c
17933                 handling flags for mbox format
17934
17935         * src/filtering.c
17936                 use of mark file only for MH format
17937                 handling flags for mbox format
17938                 filtering cannot yet move or copy mails to mbox folders.
17939
17940         * src/folder.[ch]
17941                 changed move_msg, copy_msg,
17942                 move_msgs_with_dest, copy_msgs_with_dest functions
17943                 uses only folder->copy_msg() function
17944                 uses folder->finished_copy() to handle the destination
17945                 folder at the end of the copy or move operation.
17946
17947         * src/foldersel.c
17948                 included mbox directories.
17949
17950         * src/folderview.[ch]
17951         * src/mainwindow.c
17952                 handle folders operation for mbox format
17953
17954         * src/mbox.c
17955                 disable conversion of "From " header
17956
17957         * src/mbox_folder.[ch]
17958                 completion of mbox format handling
17959
17960         * src/mh.c
17961                 changed mh_copy_msg() function and
17962                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17963                 mh_copy_msgs_with_dest()
17964
17965         * src/prefs_filtering.c
17966                 removed some warnings
17967
17968         * src/prefs_matcher.c
17969                 default boolean operation is AND
17970
17971         * src/procheader.c
17972                 handling flags for mbox format
17973                 handling of "From " header
17974
17975         * src/procmsg.[ch]
17976                 removed data field
17977                 added MSG_REALLY_DELETED flags to handle deletion of
17978                 messages in mbox format.
17979
17980         * src/summaryview.c
17981                 handling flags for mbox format
17982                 disable the MSG_DELETED flags when messages
17983                 are deleted in mbox format
17984
17985         * src/textview.c
17986                 "From " headers display fixed.
17987
17988 2001-05-27 [alfons]
17989
17990         * src/textview.c:
17991                 
17992                 (get_email_part): skip quoted email addresses, like in e.g.
17993                 "'alfons@proteus.demon.nl'".
17994
17995 2001-05-26 [alfons]
17996
17997         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17998         and fixing the persistence troubles when using separate windows.
17999
18000         * src/mainwindow.c:
18001         
18002             Added #define SEPARATE_ACTION used in the gtk item factory for 
18003             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18004                 use gtk_item_factory_get_widget_by_action() to get the items.
18005                 
18006             Removed separate_widget_cb from the gtk item factory data   
18007           
18008             (mainwindow_create): connect separate_widget_cb() to check
18009             menu item "toggled" signal. also passing a MainWindow pointer
18010                 as object data for both check menu items.
18011                 
18012             (separate_widget_cb): definition of separate_widget_cb() to match
18013             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18014                 window using gtk_object_get_data(). The type of window separation 
18015                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18016         
18017         * src/prefs_filtering.c,
18018           src/prefs_matcher.c: added horizontal scrollbars
18019
18020 2001-05-25 [darko]
18021
18022         * src/headerview.c
18023                 fix segfault with invalid bold font
18024         * src/summaryview.c
18025                 correctly display summary stats after row is marked
18026
18027 2001-05-23 [sergey]
18028
18029         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18030         encodings with libjconv.
18031
18032 2001-05-23 [hoa]
18033
18034         * src/Makefile.am
18035                 added mbox_folder.[ch]
18036         * src/defs.h
18037                 mbox temporary folder
18038         * src/folder.[ch]
18039         * added src/mbox_folder.[ch]
18040         * src/folderview.c
18041         * src/procheader.[ch]
18042                 added mbox support
18043         * src/mbox.c
18044                 bugfix for file incorporation filtering
18045         * src/imap.c
18046                 enable creation of MBOX
18047         * src/prefs_display_header.c
18048                 enable use of headers like "From "
18049                 something that should be fixed :
18050                         displaying of such headers add an extra space
18051         * src/prefs_folder_item.c
18052                 don't create folders because it is not necessary
18053         * src/procmsg.h
18054                 added data field to MsgInfo for mbox internal use
18055         * src/summaryview.c
18056                 added some support for mbox
18057         * src/utils.[ch]
18058                 added get_mbox_cache_dir() function
18059
18060 2001-05-23 [hiroyuki]
18061
18062         * src/headerwindow.c
18063           src/inc.c
18064           src/main.c
18065           src/mh.c
18066           src/nntp.c
18067           src/procmsg.h
18068           src/session.h
18069           src/socket.[ch]
18070           src/summaryview.c
18071           src/textview.c
18072           src/automaton.c
18073           src/folderview.c: more sync with 0.4.99cvs2.
18074
18075         * src/headerwindow.c: reverted.
18076
18077 2001-05-22 [paul]
18078
18079         0.4.99claws2
18080
18081         * sync with sylpheed 0.4.99cvs2
18082                 * src/news.[ch]
18083                 * src/nntp.[ch]
18084                 * INSTALL
18085                 * INSTALL.jp
18086
18087 2001-05-22 [alfons]
18088
18089         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18090
18091 2001-05-21 [alfons]
18092
18093         Minor things:
18094
18095         * configure.in: if gnome-config not found, "no" is displayed
18096         
18097         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18098
18099         * src/textview.c: now also possible to add mail addresses by right
18100           clicking in the text view
18101
18102         * src/codeconv.c: merged patch which fixes endless loop when encountering
18103           invalid wide characters; from Alte <010@imis.ru>  
18104
18105 2001-05-20 [alfons]
18106
18107         Added installation of gnome specific things:
18108
18109         * Makefile.am: gnome conditional
18110
18111         * configure.in: check for installed gnome
18112
18113         * added sylpheed.png, sylpheed.desktop
18114
18115 2001-05-20 [sergey]
18116
18117         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18118
18119         * src/mainwindow.h (main_window_toolbar_create): created a button
18120         for "Reply to all".
18121         (main_window_set_toolbar_sensitive): enable/disable the new button
18122         appropriately.
18123         (toolbar_reply_to_author_cb): handle the new button.
18124
18125         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18126         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18127         failure).
18128
18129 2001-05-19 [sergey]
18130
18131         * src/compose.h (ComposeReplyMode): new modes
18132         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18133         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18134
18135         * src/compose.c
18136         (compose_send): move some code into a new function:
18137         (compose_current_mail_account): new function.
18138         (compose_reply): new argument to_author, all callers changed; if
18139         to_author==TRUE and account->protocol==A_NNTP, find and use an
18140         appropriate mail account for replying.
18141         (compose_reply_set_entry): new argument to_author; ignore
18142         compose->replyto if to_author==TRUE.
18143
18144         * src/mainwindow.c: new command "Message/Reply to author".
18145         (main_window_set_menu_sensitive): enable/disable it.
18146         (reply_cb): handle it.
18147
18148         * src/summaryview.c: new command "Reply to author".
18149         (summary_set_menu_sensitive): enable/disable it.
18150         (summary_reply_cb): handle it.
18151
18152         * src/account.c (account_find_mail_from_address): new function.
18153
18154 2001-05-18 [paul]
18155
18156         0.4.99claws1
18157
18158         * sync with sylpheed 0.4.99cvs1
18159
18160 2001-05-18 [hoa]
18161
18162         * src/compose.[ch]
18163         * src/filtering.c
18164         * src/summaryview.c
18165                 new filtering action : forward and forward as attachment
18166
18167         * src/main.c
18168                 no need for $DISPLAY when we run sylpheed --help
18169                 call to parse_cmd_opt() is moved
18170
18171         * src/mainwindow.[ch]
18172                 execute button is hidden when immediate execute
18173                 is chosen
18174
18175         * src/mh.c
18176         * src/news.c
18177         * src/prefs_folder_item.c
18178         * src/procmsg.c
18179                 better handling of missing directories
18180
18181         * src/summaryview.c
18182                 reedit is enabled in outbox
18183                 reedit is enabled in queue
18184
18185 2001-05-17 [hoa]
18186
18187         * src/filtering.c
18188         * src/matcher.[ch]
18189         * src/prefs_filtering.c
18190                 changed attachement into attachment
18191
18192 2001-05-17 [alfons]
18193
18194         0.4.67claws4    
18195
18196         * sync with sylpheed 0.4.67cvs9
18197         * sync with sylpheed 0.4.67cvs7-8
18198
18199 2001-05-17 [hoa]
18200
18201         * src/Makefile.am
18202                 added prefs_filtering.c
18203
18204         * src/filtering.[ch]
18205         * src/matcher.[ch]
18206                 removed action : forward_news and forward_news_as_attachement
18207                 (forward and forward_as_attachement can be used instead)
18208
18209         * src/mainwindow.c
18210                 added menu option to access filtering configuration
18211
18212         * src/prefs_account.c
18213                 changed mail_command default to /usr/sbin/sendmail
18214
18215         * added src/prefs_filtering.[ch]
18216                 dialog box for filtering configuration
18217
18218         * src/prefs_matcher.c
18219                 added function prefs_matcher_get_criteria_from_matching()
18220
18221         * src/prefs_scoring.c
18222                 reset the dialog when register or substitute is clicked
18223
18224 2001-05-15 [hoa]
18225
18226         * src/Makefile.am
18227                 added filtering.[ch]
18228         * src/inc.c
18229                 using filering.[ch] instead of filter.[ch]
18230         * src/main.c
18231                 reading new filtering configuration
18232         * src/matcher.[ch]
18233                 added some filtering actions
18234                 and fixed a bug for headers and mail body matching
18235         * src/mbox.c
18236                 using filering.[ch] instead of filter.[ch]
18237         * src/mh.c
18238                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18239         * src/summaryview.c
18240                 some fixes for filtering
18241
18242 2001-05-14 [hiroyuki]
18243
18244         * src/send.c: fixed some weird indentations.
18245           send_message_with_command(): call pclose() only if p != NULL.
18246         * src/textview.c: get_email_part(): modified the code for readability.
18247
18248 2001-05-14 [hiroyuki]
18249
18250         * src/md5global.h
18251           src/md5ify.c
18252           src/md5ify.h: removed from the cvs.
18253
18254 2001-05-13 [sergey]
18255
18256         * src/main.c: include rfc2015.h to avoid compiler warnings.
18257         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18258         the panel is already on screen.
18259         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18260         closing the alert window by ESC as "No".
18261         * src/prefs_common.c (prefs_interface_create): moved return
18262         receipt check button to the correct place.
18263
18264 2001-03-13 [alfons]
18265
18266         * src/prefs_common.c: 
18267                 moved return receipt check button to the Send tab. (prefs_send_create)
18268                 removed the date format ui related globals. (prefs_display_create)
18269
18270         0.4.67claws3
18271         
18272         * sync with sylpheed 0.4.67cvs5-6
18273
18274 2001-05-13 [paul]
18275
18276         * added Alfons' font selection patch
18277
18278         * src/defs.h
18279         * src/headerwindow.c
18280         * src/prefs_common.c
18281         * src/prefs_common.h
18282
18283 2001-05-13 [hoa]
18284         * src/defs.h
18285                 changed version of cache
18286         * src/matcher.[ch]
18287         * src/prefs_matcher.c
18288                 added additionnal matching criteria
18289         * src/procheader.c
18290         * src/procmsg.[ch]
18291         * src/news.c
18292                 added references in MsgInfo
18293
18294 2001-05-12 [hoa]
18295
18296         * src/defs.h
18297                 prepared some things for new filtering
18298         * src/matcher.[ch]
18299                 added some matching properties
18300                 inreplyto need to be enhanced
18301                 prepared some things for new filtering
18302         * src/messageview.c
18303                 added Return-Receipt-To handling
18304         * src/prefs_folder_item.c
18305                 changed default value to TRUE
18306         * src/prefs_matcher.c
18307                 added some matching properties
18308         * src/prefs_scoring.[ch]
18309                 the scoring dialog is finished
18310         * src/procheader.c
18311                 added Return-Receipt-To handling
18312                 Reference need to be added
18313         * src/procmsg.[ch]
18314                 added Return-Receipt-To handling
18315                 added threadscore to get a better score sorting when
18316                 threads are enabled
18317         * src/summaryview.c
18318                 suppressed a bug when we sort the list
18319                 when no folder is opened.
18320                 better score sorting when threads are enabled
18321
18322 2001-05-12 [alfons]
18323
18324         * reverted previous patch because of potential errors 
18325
18326         0.4.67claws2
18327         
18328         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18329                 applied "toggle mail-retrieval dialog window" patch submitted 
18330                 by Eric Limpens <eric@qnt.net>
18331
18332         * sync with sylpheed 0.4.67cvs4
18333
18334 2001-05-12 [sergey]
18335
18336         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18337         some picky compilers.
18338         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18339         * src/grouplist_dialog.c: include alertpanel.h.
18340         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18341         fix compile warning.
18342         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18343         #include "defs.h" before others to prevent the warning of `MIN'
18344         and `MAX' redefinition.
18345
18346 2001-05-11 [hoa]
18347
18348         * src/main.c
18349         * src/messageview.c
18350         * src/prefs_account.c
18351         * src/prefs_display_header.c
18352                 removed warning
18353         * src/Makefile.am
18354                 added prefs_scoring.[ch]
18355         * src/grouplist_dialog.c
18356                 display an error dialog box if the group list
18357                 cannot be fetched.
18358         * src/mainwindow.[ch]
18359                 added main_window_set_thread_option() function
18360                 scoring dialog box enabled
18361         * src/matcher.[ch]
18362                 added flags matching unread /new / marked
18363                 / deleted / replied / forwarded
18364         * src/news.c
18365                 newsgroups are now finally in newscache
18366         * src/prefs_matcher.[ch]
18367                 finished preferences for matching dialog
18368         * added src/prefs_scoring.[ch]
18369                 scoring dialog box completed
18370         * src/scoring.[ch]
18371                 conversion to string : added scoringprop_to_string()
18372                 write config for preferences :
18373                 added prefs_scoring_write_config()
18374         * src/summaryview.c
18375                 threads can be enabled/disabled independently
18376                 for each folder
18377
18378 2001-05-10 [alfons]
18379
18380         0.4.67claws1
18381         
18382         * AUTHORS: 
18383                 thought it would be nice to have a list of all
18384                 contributors (used Changelog as a reference)
18385         
18386         * configure.in: 
18387                 messed up version numbering...
18388
18389         0.4.66claws1
18390
18391         * sync with sylpheed 0.4.67cvs1-3
18392
18393 2001-05-10 [darko]
18394
18395         * src/prefs_common.c:
18396                 better UI for strftime format, double clicking
18397                 on format now inserts the format in text entry
18398                 replaced close button with standard OK/Cancel
18399                 moved date format button to the right of the
18400                 text entry field
18401
18402 2001-05-09 [alfons]
18403
18404         * src/gtkstext.c:
18405                 Ctrl-Home / Ctrl-End have proper cursor navigation
18406
18407 2001-05-09 [hoa]
18408
18409         * src/prefs_matcher.c
18410                 finished UI to define matching properties
18411                 added ok and cancel button
18412         * src/prefs_filter.c
18413                 added ok and cancel button
18414         * src/news.c
18415                 fixed some bug in xhdr parsing
18416
18417 2001-05-08 [alfons]
18418
18419         * src/textview.c: 
18420                 fixed a bug in textview_show_header(), which displayed two colons (':');
18421                 cleaned up some warnings
18422
18423 2001-05-08 [hoa]
18424
18425         * src/Makefile.am
18426                 added prefs_matcher.[ch]
18427                 compilation with -W -Wall
18428         * src/alertpanel.c
18429                 ungrab the mouse events if grabbed - does it
18430                 fix the bug for disposition notification ?
18431         * src/mainwindow.c
18432                 added a menu option to open the matching dialog.
18433         * src/matcher.[ch]
18434                 added matcherprop_to_string() and matcherlist_to_string()
18435                 fixed some bugs, changed the name of some options
18436                 age_sup and age_inf becomes age_greater and age_lower,
18437                 body and messageheaders becomes body_part and headers_part,
18438                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18439         * src/prefs_display_header.c
18440         * src/prefs_headers.c
18441                 fixed a bug that accidentally destroyed dialogs
18442                 when closed them with delete_event
18443                 Added *_deleted() which handle delete_event signal correctly.
18444         * src/prefs_folder_item.[ch]
18445                 added "enable_thread" field for future customization
18446         * added src/prefs_matcher.[ch]
18447                 sample of the UI to define matching properties
18448         * src/procheader.c
18449                 using procheader_headername_equal instead of str*cmp functions
18450                 using procheader_parse_header() function
18451         * src/scoring.c
18452                 using MATCHING_XXX instead of SCORING_XXX
18453         * src/summaryview.c
18454                 display the sender of the news even if this is ourself
18455                 when this is a news message.
18456         * src/textview.c
18457                 using headername_equal() instead of str*cmp functions
18458
18459 2001-05-08 [alfons]
18460
18461         0.4.66claws
18462
18463         * sync with sylpheed 0.4.66
18464         * src/gtkstext.c: trace logs added 
18465
18466 2001-05-08 [sergey]
18467
18468         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18469         signature check popup.
18470         * src/rfc2015.c (check_signature): show signature check popup only
18471         if it is enabled in preferences.
18472
18473 2001-05-07 [alfons]
18474
18475         0.4.66claws4
18476         
18477         * sync with sylpheed 0.4.66cvs6
18478
18479 2001-05-07 [darko]
18480
18481         * src/prefs_common.[ch]: added option to enable/disable
18482           looking up sender name in address book for summary pane
18483         * src/summaryview.c: look up sender in the address book
18484           by using Alfons' address completion code
18485
18486 2001-05-07 [hiroyuki]
18487
18488         * src/inc.h
18489           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18490           member of Pop3State.
18491         * src/news.c: brought #include "defs.h" before #include <glib.h>
18492           to prevent the warning of `MIN' and `MAX' redefinition.
18493
18494 2001-05-06 [hoa]
18495
18496         * removed src/headers_display.[ch]
18497         * removed src/prefs_display_headers.[ch]
18498         * src/inc.c
18499                 use a temporary file in the user directory for mbox import
18500         * src/news.c
18501                 added XHDR support to get "To" and "Cc" headers
18502                 (in order to match news with to or cc field for
18503                 scoring)
18504                 added function news_parse_xhdr() to get XHDR response
18505         * src/nntp.[ch]
18506                 added function nntp_xhdr()
18507         * src/matcher.c
18508                 fetch the message if necessary
18509
18510 2001-05-06 [alfons]
18511
18512         0.4.66claws3
18513
18514         * sync with sylpheed 0.4.66cvs3-5
18515
18516 2001-05-06 [hoa]
18517
18518         * src/utils.[ch]
18519                 added function itos_buf() to enable use of several buffers
18520         * src/summaryview.c
18521                 use of itos_buf() instead of itos() in summary list
18522                 to fix the broken display of message number.
18523
18524 2001-05-06 [alfons]
18525
18526         * src/gtkstext.c: bug in cursor up navigation fixed,
18527                 fixed another unsigned / signed comparison (we're getting there :-)
18528
18529 2001-05-06 [hoa]
18530
18531         * src/Makefile.am
18532                 added scoring.c scoring.h
18533                 prefs_folder_item.c prefs_folder_item.h
18534                 matcher.c matcher.h
18535         * src/defs.h
18536                 added FOLDERITEM_RC SCORING_RC
18537         * src/folder.[ch]
18538                 added prefs field in FolderItem :
18539                 properties for each folder (PrefsFolderItem),
18540                 sorting type and mode were added as the first properties.
18541         * src/main.c
18542                 read config for scoring
18543         * added src/matcher.[ch]
18544                 gives functions to parse configuration file to do
18545                 matching on mails with a list of conditions.
18546         * src/mainwindow.c
18547                 add option to sort by score
18548         * src/prefs_common.[ch]
18549                 added preference option to show score and for
18550                 the score column size
18551         * added src/prefs_folder_item.[ch]
18552                 properties for each folder (PrefsFolderItem),
18553                 sorting type and mode were added as the first properties.
18554         * src/procheader.[ch]
18555                 added procheader_parse_header()
18556                 added procheader_header_free()
18557                 added procheader_headername_equal()
18558                 and made modification to use them.
18559         * src/procmsg.[ch]
18560                 added score field to MsgInfo structure
18561         * added src/scoring.[ch]
18562                 gives functions to parse configuration file to do
18563                 scoring on mails with a list of conditions.
18564         * src/summaryview.[ch]
18565                 save the sorting type and mode for the folder
18566                 added column to display the score of the mail
18567                 added function summary_score_clicked()
18568                 sorting type and mode are restored to the folder
18569                 when it is reopen
18570         * src/textview.c
18571                 use procheader_parse_header(), procheader_headername_equal()
18572                 removed memory leak in text_scan_header when freeing headers
18573         * src/filter.c
18574                 changed the function to match names of headers
18575                 using procheader_headername_equal()
18576
18577         Scoring functions are implemented, an interface is needed
18578         to configure that.
18579
18580 2001-05-04 [alfons]
18581
18582         * src/gtkstext.c: 
18583                 hopefully fixed the row up navigation bug,
18584                 removed adding back / forward lines to cache
18585
18586 2001-05-04 [sergey]
18587
18588         * src/prefs_display_headers.c: user interface changes:
18589         (prefs_display_headers_create): remove unused "Show" check button;
18590         allow reordering of headers by dragging.
18591         (prefs_display_headers_write_config): remove unused variables.
18592         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18593         of lists (not needed with the new UI).
18594         (prefs_display_headers_set_list): scan lists starting from row 0,
18595         not 1 (do not skip "(New)").
18596         (prefs_display_headers_find_header): new function.
18597         (prefs_display_headers_clist_set_row): do not allow duplicates.
18598         (prefs_display_headers_delete_cb): do not skip row 0; treat
18599         closing the alert window by ESC as "No".
18600         (prefs_display_headers_up): do not protect row 0.
18601         (prefs_display_headers_down): do not protect row 0.
18602
18603 2001-05-04 [sergey]
18604
18605         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18606         functions.
18607
18608         * src/summaryview.c
18609         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18610         summary_select_next_marked, summary_select_prev_marked): new
18611         functions.
18612
18613 2001-05-03 [sergey]
18614
18615         * src/news.c: fixed a bug when no article can be fetched after
18616         server timeout if the connection was restored by news_post():
18617         (news_select_group): new function.
18618         (news_fetch_msg): call news_select_group() before fetching
18619         article.
18620         (news_get_uncached_articles): set session->group after successful
18621         GROUP command.
18622
18623 2001-05-03 [hoa]
18624
18625         * src/defs.h
18626         * src/procmsg.[ch]
18627         * src/procheader.c
18628                  changed version of cache, added cc field
18629
18630         * src/prefs_display_headers.c
18631                 the interface was changed
18632
18633         * src/prefs_headers.c
18634                 added cancel button
18635
18636 2001-05-03 [alfons]
18637
18638         * completed sync of sylpheed cvs2
18639         * src/gtkstext.c: updated row up / down cursor navigation
18640         * src/textview.c: re-edited, prepared for fixing the email address
18641                 scanner.
18642
18643 2001-05-03 [darko]
18644
18645         * src/prefs_common.c: use alfons' strftime ui code
18646         entry_datefmt and datefmt_sample widgets have to be
18647         global in this module because of this change
18648
18649 2001-05-03 [hoa]
18650
18651         * src/messageview.c
18652         * src/prefs_common.[ch] added option to activate the return receipt
18653                 feature.
18654
18655 2001-05-02 [alfons]
18656
18657         * src/gtkstext.c: fix for row up/down cursor navigation. 
18658
18659         0.4.66claws2
18660         
18661         * sync with 0.4.66cvs2
18662
18663 2001-05-02 [paul]
18664
18665         added add-sender-to-addressbook patch
18666
18667         * src/addressbook.c
18668         * src/addressbook.h
18669         * src/summaryview.c
18670
18671 2001-05-02 [sergey]
18672
18673         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18674         G_ALERTDISABLE.
18675
18676         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18677         all existing callers changed to pass FALSE; create a check button
18678         to disable the message.
18679         (alertpanel_message_with_disable): new function.
18680         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18681         (alertpanel_button_toggled): new function.
18682         (alertpanel_button_clicked, alertpanel_close): set value using
18683         G_ALERT_VALUE_MASK.
18684
18685         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18686
18687         * src/prefs_common.c (prefs_privacy_create): new check button
18688         checkbtn_gpgme_warning.
18689
18690         * src/main.c (main): moved preferences reading before gpgme
18691         initialization; check prefs_common.gpgme_warning before giving the
18692         GnuPG warning and set it to FALSE if the user wants to disable the
18693         warning.
18694
18695 2001-05-02 [hiroyuki]
18696
18697         * src/prefs_display_headers.c: modified the layout and some labels.
18698
18699 2001-05-02 [sergey]
18700
18701         * src/prefs_account.c (prefs_account_fix_size): new function.
18702         (prefs_account_create): call prefs_account_fix_size(); use
18703         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18704         size when the window is shown for the first time).
18705         (prefs_account_basic_create): changed layout of serv_table; moved
18706         localmbox_entry above smtpserv_entry (logically it replaces
18707         POP3/IMAP server).
18708         (prefs_account_protocol_activated): set sensitivity of
18709         nntpauth_chkbtn according to the protocol (in addition to
18710         hide/show); commented out gtk_table_set_row_spacing() calls.
18711         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18712         not sensitive (fixes a bug with disabled username/password boxes
18713         when editing POP3 account after NNTP with authentication).
18714
18715 2001-05-02 [hoa]
18716
18717         * src/account.c
18718         * src/inc.c
18719         * src/prefs_account.[ch]
18720         * src/send.c
18721                 removed local account without SMTP server
18722                 added option to use mail command instead of a connexion
18723                 to SMTP server when a local account is used
18724         * src/prefs_headers.c
18725                 fixed a bug
18726         * src/news.c
18727                 fixed a bug when connexion immediately closed
18728
18729 2001-05-01 [alfons]
18730
18731         0.4.66claws1
18732         
18733         * sync with 0.4.65
18734
18735 2001-05-01 [sergey]
18736
18737         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18738         widget nntpauth_chkbtn.
18739         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18740         visibility.
18741         (prefs_account_nntpauth_toggled): new function.
18742
18743         * src/news.c (news_session_new_for_folder): use NNTP
18744         authentication only if ac->use_nntp_auth is set.
18745
18746 2001-05-01 [hoa]
18747
18748         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18749         * src/prefs_display_headers.c changed the UI
18750         * src/prefs_headers.c changed account_name to account_id
18751         * src/compose.c using customheader.h
18752
18753 2001-05-01 [hiroyuki]
18754
18755         * src/esmtp.c
18756           src/news.c
18757           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18758           unsynched.
18759
18760 2001-05-01 [hoa]
18761
18762         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18763         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18764                 for displaying of headers
18765         * src/grouplist_dialog.[ch] minor changes to remove warnings
18766         * src/prefs_display_headers.[ch] dialog to choose the
18767         headers to display in the mail viewer.
18768         * src/headers.h correction of #define
18769         * src/headers_display.[ch] configuration for displaying of headers.
18770         * src/main.c read config of displaying of headers
18771         * src/prefs_common.c add a button to access the config dialog
18772                 for displaying of headers
18773         * src/prefs_display_headers.[ch] dialog for configuration for
18774                 displaying of the headers.
18775         * src/prefs_headers.c cleaning of code
18776         * src/procheader.c comments added to code
18777         * src/textview.c changes to reorder the headers depending
18778                 on the config for displaying of headers
18779
18780 2001-04-30 [alfons]
18781
18782         0.4.65claws7
18783
18784         * sync with 0.4.65cvs12
18785
18786         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18787
18788 2001-04-30 [sergey]
18789
18790         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18791
18792         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18793         is set to force reconnection after authentication failure.
18794         (nntp_gen_command): set sock->auth_failed on authentication
18795         failure, or if sock->userid and sock->passwd are not set.
18796
18797         * src/news.c (news_session_new_for_folder): set userid=NULL if
18798         password dialog is cancelled.
18799
18800 2001-04-30 [sergey]
18801
18802         * src/nntp.h (NNTPSockInfo): new type.
18803
18804         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18805         SockInfo.
18806         (nntp_open_auth, nntp_close): new functions.
18807         (nntp_gen_command): new function to handle authentication; all
18808         NNTP command functions updated to use it.
18809         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18810         (nntp_list): removed old useless code.
18811
18812         * src/news.h (NNTPSession): new field nntp_sock.
18813
18814         * src/news.c: all functions updated to use NNTPSockInfo instead of
18815         SockInfo.
18816         (news_session_new): new arguments (userid, passwd); made static;
18817         use nntp_open_auth() if needed.
18818         (news_session_destroy): use nntp_close() instead of sock_close().
18819         (news_query_password): changed arguments.
18820         (news_session_new_for_folder): new function.
18821         (news_session_get): use news_session_new_for_folder().
18822         (news_authenticate): deleted.
18823         (news_get_uncached_articles): removed old authentication code.
18824
18825 2001-04-30 [sergey]
18826
18827         * src/news.c: reverted my previous changes (need to do NNTP
18828         authentication in a cleaner way).
18829         
18830 2001-04-29 [sergey]
18831
18832         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18833         news_nntp_post, news_nntp_mode): new functions (wrappers with
18834         authentication support).
18835         (news_get_article_cmd, news_get_article, news_get_header): new
18836         argument "folder"; all callers changed.
18837         (news_get_article_cmd): added authentication support.
18838         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18839         (news_post): use news_nntp_post() instead of nntp_post().
18840         (news_get_uncached_articles): use news_nntp_group() instead of
18841         nntp_group() and news_nntp_xover() instead of nntp_xover();
18842         removed old authentication code.
18843         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18844
18845         * src/nntp.c (nntp_list): return real error code instead of
18846         hardcoded NN_ERROR.
18847
18848 2001-04-29 [sergey]
18849
18850         * configure.in: fixed wint_t typedef detection again
18851
18852 2001-04-28 [hoa]
18853
18854         * src/prefs_account.[ch], added A_LOCAL_CMD
18855                 (send mail with mail command)
18856         * src/send.c added function send_message_with_command()
18857         * src/inc.c made a more secure get_spool() function with
18858                 mktemp() but maybe mkstemp() or something more
18859                 secure can be used.
18860
18861 2001-04-28 [alfons]
18862
18863         * src/textview.c, colorization of email addresses in headers
18864
18865         0.4.65claws6
18866
18867         * bug sync with sylpheed
18868         * prefs_common.c: created date format ui for darko
18869         * sync with 0.4.65cvs11
18870         * configure.in: corrected to have the new gpg checks
18871
18872 2001-04-27 [alfons]
18873
18874         * completed sync with 0.4.65cvs10
18875         * minor debug things added to gtkstext.c
18876
18877 2001-04-27 [darko]
18878
18879         * configure.in: remove check for availability of
18880           strftime() as advised by Hiroyuki
18881         * src/prefs_common.[ch], src/procheader.c:
18882           synch strftime() code with Hiroyki's main branch
18883
18884 2001-04-26 [sergey]
18885
18886         * src/news.c: news_query_password(), news_authenticate(): new
18887           functions.
18888           news_get_uncached_articles(): added NNTP authentication
18889           handling.
18890         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18891           new functions.
18892         * src/prefs_account.c: prefs_account_protocol_activated():
18893           enable userid and password fields for NNTP.
18894
18895 2001-04-26
18896
18897         * configure.in: check for availability of strftime()
18898           [darko]
18899         * src/prefs_common.[ch], src/procheader.c: use
18900           strftime() for displaying date in summary pane if it
18901           is available
18902
18903 2001-04-25
18904
18905         * more .cvsignore cleanups [alfons]
18906
18907 2001-04-25
18908
18909         * ac/sv-check-type.m4: new autoconf macro.
18910         * configure.in: fixed wint_t typedef detection (did not work
18911           with gcc-2.96).
18912
18913 2001-04-25
18914
18915         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18916           [hiroyuki]
18917
18918 2001-04-24
18919         * modified gtkstext.c : buggy cursor navigation fixed, 
18920           and font descent also taken in account when drawing
18921           cursor. [alfons]
18922
18923 2001-04-24 [hoa]
18924         * added comments in src/news.c src/nntp.c
18925         * added src/prefs_headers.[ch]
18926         * added src/headers.[ch]
18927         * modified compose.c to activate custom headers
18928                 added function is_in_custom_headers
18929         * modified prefs_account.[ch]
18930                 added function prefs_account_customhdr_edit
18931         * modified src/defs.h :
18932                 added HEADERS_RC : name of the config file
18933                 for the custom headers
18934
18935 2001-04-24
18936
18937     0.4.65claws5
18938
18939         * configure.in
18940           src/gtkstext.[ch]
18941           src/compose.c
18942           src/Makefile.am
18943           
18944           added gtkstext with configure.in patch by Hiroyuki which
18945           should fix the XIM detection [alfons]
18946
18947         * more clean up of cvs [alfons]
18948
18949                  * removed all Makefile.in files to attic.
18950
18951                  * updated all .cvsignores to really ignore things that could
18952                    be unintentionally committed by a recursive commit.
18953
18954 2001-04-23 [hoa]
18955         * added src/grouplist_dialog.[ch]
18956         * changed src/folderview.c to call grouplist_dialog instead
18957                 of inputdialog
18958         * src/news.c :
18959                 added functions news_reset_group_list
18960                 and news_get_group_list
18961         * src/nntp.c :
18962                 added function nntp_list
18963         * src/defs.h :
18964                 added GROUPLIST_FILE : name of the newsgroup list cache file
18965
18966 2001-04-21
18967
18968         * added option to warn about queued messages on exit [sergey]:
18969
18970           * src/compose.c: compose_queue(): call folder_item_scan()
18971             and folderview_update_item() after queueing.
18972           * src/folderview.c: folderview_update_node(): draw the queue
18973             folder in bold font if there are queued messages.
18974           * src/mainwindow.c: queued_messages(): new function.
18975             app_exit_cb(): display warning if there are queued messages
18976             if warn_queued_on_exit is set.
18977           * prefs_common.[ch]: add warn_queued_on_exit option.
18978
18979         * enhanced GnuPG key selection support [sergey]:
18980
18981           * src/select-keys.c: updated to newer version from Win32
18982             branch with support for selecting arbitrary keys.
18983           * src/prefs_account.c: added the Privacy tab to the account
18984             options window.
18985             prefs_account_privacy_create(),
18986             prefs_account_sign_key_set_data_from_radiobtn(),
18987             prefs_account_sign_key_set_radiobtn(): new functions.
18988           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18989           * src/rfc2015.c: set_signers(): new function.
18990             pgp_sign(): add the account parameter, call set_signers().
18991             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18992           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18993           * src/compose.c: pass the current account to rfc2015_sign().
18994
18995         * tag name claws added to prevent confusion with main branch [alfons]
18996
18997         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18998
18999         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19000
19001         * sync with recent sylpheed cvs. Untested though. [alfons]
19002