enable processing on startup / fixed C89 compatibility
[claws.git] / ChangeLog.claws
1 2003-10-20 [hoa]  0.9.6claws34
2
3         * src/folder_item_prefs.[ch]
4         * src/prefs_folder_item.c
5         * src/main.c
6                 Added a property per folder to choose whether we 
7                 want to apply processing on it on startup or if we
8                 prefer to wait the folder selection to apply it.
9         
10         * src/messageview.c
11                 fixed C89 compatibility (for old compilers, for
12                 example gcc 2.95.x).
13
14 2003-10-17 [christoph]  0.9.6claws33
15
16         * src/mimeview.c
17         * src/noticeview.[ch]
18                 change noticeview icon to indicate signature status
19
20 2003-10-17 [christoph]  0.9.6claws32
21
22         * src/Makefile.am
23         * src/main.c
24         * src/mimeview.c
25         * src/noticeview.c
26         * src/pgpmime.[ch]                              ** NEW **
27         * src/privacy.[ch]
28         * src/rfc2015.c
29         * src/sgpgme.c                                  ** NEW **
30                 reimplement PGP/Mime signature checking (unfinished)
31
32 2003-10-15 [christoph]  0.9.6claws31
33
34         * src/procmime.[ch]
35                 fix procmime_get_text_content() and
36                 procmime_get_first_text_content()
37
38 2003-10-15 [christoph]  0.9.6claws30
39
40         * src/plugins/spamassassin/spamassassin_gtk.c
41         * src/plugins/spamassassin/spamassassin_gtk.glade
42                 fix timeout tooltip
43
44 2003-10-15 [paul]       0.9.6claws29
45
46         * src/messageview.c
47                 workaround for buggy smtp servers. on sending a
48                 return receipt strip the name part from the address
49                 when creating headers
50                 
51 2003-10-15 [paul]       0.9.6claws28
52
53         * sync with 0.9.7 release
54                 see ChangeLog 2003-10-15
55
56 2003-10-14 [christoph]  0.9.6claws27
57
58         * src/plugins/clamav/clamav_plugin.c
59                 fix clamav plugin
60
61 2003-10-14 [christoph]  0.9.6claws26
62
63         * src/compose.c
64         * src/mimeview.c
65         * src/procmime.[ch]
66         * src/rfc2015.c
67         * src/textview.c
68         * src/plugins/clamav/clamav_plugin.c
69                 use GNode to create the mime tree (some changes to functions
70                 that traverse the tree are just quick and dirty. Maybe we
71                 can find better solutions with g_node_*-functions)
72
73 2003-10-14 [luke]       0.9.6claws25
74
75         * src/mimeview.c
76                 fix a navigation bug (stupid typo of mine)
77
78 2003-10-14 [christoph]  0.9.6claws24
79
80         * src/textview.c
81                 fix missing last line in plain/text mails
82
83 2003-10-13 [luke]       0.9.6claws23
84
85         * src/summaryview.c
86                 fix bug 334 (part 1)
87
88 2003-10-13 [kov]        0.9.6claws22
89
90         * src/mimeview.c
91                 error checking when the user enters a non-directory at
92                 the file selection dialog.
93                 work-around for users entering directory location without
94                 adding a leading G_DIR_SEPARATOR.
95
96 2003-10-13 [luke]       0.9.6claws21
97
98         * src/compose.c
99                 error reporting for inserting files, including catching
100                 invalid characters for current locale/encoding
101
102 2003-10-13 [paul]       0.9.6claws20
103
104         * src/folderview.c
105                 fix bug #347 'subscribe newsgroups crashes'
106
107 2003-10-13 [paul]       0.9.6claws19
108
109         * src/compose.c
110                 when using 'Reply to all' include the 'send replies
111                 to' folder property
112                 
113         * po/ja.po
114                 update Japanese translation. submitted by Rui Hirokawa 
115                 <rui_hirokawa@ybb.ne.jp>        
116
117 2003-10-13 [hoa]        0.9.6claws18
118
119         * src/account.c
120         * src/compose.c
121         * src/messageview.c
122         * src/procheader.c
123         * src/procheader.h
124                 rename get_header_from_msginfo() into
125                 procheader_get_header_from_msginfo() so that we have a
126                 coherent exported naming.
127                 avoid parsing of header contained in a string via
128                 a newly written temporary file.
129
130         Patch submitted by Simon 'corecode' Schubert
131                 <corecode@corecode.ath.cx>
132
133 2003-10-12 [hoa]        0.9.6claws17
134
135         * src/filtering.c
136         * src/filtering.h
137         * src/matcher.c
138         * src/matcher.h
139         * src/matcher_parser_parse.y
140         * src/prefs_filtering_action.c
141                 added "stop" action : stop applying the filtering rules.
142                 added "set score" and "increase/decrease score" actions.
143                 That two last action replace the "change_score" action
144                 introduced by alfons in 0.8.8claws85.
145                 "set score" is to set a given score to the message.
146                 "increase/decrease score" will increase or decrease the
147                 score if the given value is respectively positive or
148                 negative. If someone find a some better name for this last
149                 rule, it can be modified.
150
151 2003-10-12 [paul]       0.9.6claws16
152
153         * AUTHORS
154           po/ja.po
155                 update Japanese translation. submitted by Rui Hirokawa 
156                 <rui_hirokawa@ybb.ne.jp>
157
158 2003-10-12 [christoph]  0.9.6claws15
159
160         * src/procmime.c
161                 fix crash caused by incorrect headers
162
163 2003-10-10 [christoph]  0.9.6claws14
164
165         * src/main.c
166         * src/privacy.[ch]
167         * src/rfc2015.[ch]
168                 implement detection of signed message parts for rfc2015
169
170 2003-10-10 [thorsten]   0.9.6claws13
171
172         * src/mimeview.c
173                 fix typo
174
175 2003-10-10 [christoph]  0.9.6claws12
176
177         * src/stock_pixmap.[ch]
178         * src/pixmaps/mime_message.xpm                  ** NEW **
179                 add a new icon for mime type "message"
180
181         * src/privacy.[ch]
182         * src/procmime.[ch]
183                 add crypto api
184
185         * src/mimeview.c
186                 o use crypto api
187                 o add icons for message type mime parts
188
189 2003-10-10 [christoph]  0.9.6claws11
190
191         * src/mainwindow.c
192         * src/messageview.[ch]
193         * src/mimeview.[ch]
194         * src/procmime.[ch]
195         * src/procmsg.[ch]
196         * src/rfc2015.c
197         * src/summaryview.c
198         * src/textview.[ch]
199                 o remove switching between TextView and MimeView in MessageView
200                   (if required we can hide the icon box and the MimeView will
201                    look exaxtly like the TextView)
202                 o temporary remove signature and decrypting GPGME code
203
204 2003-10-09 [christoph]  0.9.6claws10
205
206         * src/action.c
207         * src/compose.c
208         * src/messageview.c
209         * src/mimeview.c
210         * src/procmime.[ch]
211         * src/procmsg.c
212         * src/rfc2015.c
213         * src/textview.c
214         * src/common/utils.[ch]
215         * src/plugins/clamav/clamav_plugin.c
216         * src/plugins/dillo_viewer/dillo_viewer.c
217         * src/plugins/image_viewer/viewer.c
218         * src/plugins/mathml_viewer/mathml_viewer.c
219                 new mime parser (several things need fixing)
220
221 2003-10-09 [paul]       0.9.6claws9
222
223         * src/imap.c
224                 a little more sync with 0.9.6cvs2 and a tidy up
225
226 2003-10-08 [paul]       0.9.6claws8
227
228         * sync with 0.9.6cvs2
229                 see ChangeLog 2003-10-03
230
231 2003-10-05 [christoph]  0.9.6claws7
232
233         * src/summaryview.c
234                 don't use flags to check if a message is in a news folder
235
236         (closes Bug 282 clicking on folder with copied Messages from News
237          immediately after having copied them crashes Sylpheed-Claws)
238
239 2003-10-05 [christoph]  0.9.6claws6
240
241         * src/Makefile.am
242         * src/progressdialog.[ch]               ** REMOVE **
243         * src/gtk/Makefile.am
244         * src/gtk/progressdialog.[ch]           ** NEW **
245                 move progressdialog to gtk directory
246
247 2003-10-04 [christoph]  0.9.6claws5
248
249         * src/prefs_toolbar.c
250         * src/gtk/prefswindow.c
251                 remove widget_show_all for pages root widget
252
253         * src/plugins/spamassassin/spamassassin.[ch]
254         * src/plugins/spamassassin/spamassassin_gtk.c
255         * src/plugins/spamassassin/spamassassin_gtk.glade
256                 add support for new libspamc transports
257
258 2003-10-04 [christoph]  0.9.6claws4
259
260         * src/plugins/spamassassin/libspamc.[ch]
261         * src/plugins/spamassassin/spamassassin.c
262         * src/plugins/spamassassin/utils.[ch]
263                 update libspamc to version from SpamAssassin 2.60
264
265 2003-10-03 [christoph]  0.9.6claws3
266
267         * src/send_message.c
268                 fix missing format string bug found by
269                 Georgi Guninski <guninski@guninski.com>
270
271 2003-10-03 [paul]       0.9.6claws2
272
273         * po/zh_CN.po
274                 update Simpilified Chinese translation, submitted by
275                 Hansom Young
276
277 2003-10-02 [christoph]  0.9.6claws1
278
279         * src/imap.c
280                 add UIDPLUS support for COPY and EXPUNGE
281
282 2003-10-02 [paul]       0.9.6claws
283
284         * 0.9.6claws released
285
286 2003-10-02 [paul]
287
288         * po/es.po
289           po/sk.po
290                 update Spanish and Slovak translations
291                 submitted by Ricardo Mones Lastra and Andrej Kacian
292  
293 2003-10-02 [paul]       0.9.5claws43
294
295         * po/en_GB.po
296                 update British English translation
297
298 2003-10-02 [paul]       0.9.5claws42
299
300         * po/hr.po
301                 update Croatian translation, submitted by Dragan
302
303 2003-10-01 [paul]       0.9.5claws41
304
305         * po/pl.po
306           po/sr.po
307                 update Polish and Serbian translations, submitted by
308                 Emil and Urke MMI
309
310 2003-10-01 [melvin]     0.9.5claws40
311
312         * po/fr.po
313                 Updated French translations
314
315 2003-10-01 [melvin]     0.9.5claws39
316
317         * src/prefs_fonts.c
318                 Fixed a Gtk warning
319
320         * src/plugins/dillo_prefs.c     
321                 Quasi unnoticeable UI clean-up.
322
323 2003-10-01 [paul]
324
325         * tools/README
326           tools/maildir2sylpheed.pl
327                 bug fixes, rewrites, submitted by Matthias Förste 
328                 <itsjustme@users.sourceforge.net>
329
330 2003-09-29 [paul]       0.9.5claws38
331
332         * src/inc.c
333                 fix my coding carelessness
334
335 2003-09-29 [paul]       0.9.5claws37
336
337         * po/POTFILES.in
338           src/Makefile.am
339           src/main.c
340           src/prefs_common.[ch]
341           src/prefs_fonts.[ch]  ** NEW FILES **
342                 move Font config options to Other Prefs/Display/Fonts
343                 (user's current configuration is preserved)
344
345 2003-09-29 [paul]       0.9.5claws36
346
347         * src/inc.c
348           src/prefs_account.c
349                 allow 'local_mbox' value to point to either a directory 
350                 (/var/mail -  default, new) or a file (/var/mail/username
351                 - original)
352
353 2003-09-28 [paul]       0.9.5claws35
354
355         * src/rfc2015.c
356                 on signature check, where key exists, print the
357                 Key ID
358
359 2003-09-27 [alfons]     0.9.5claws34
360
361         * src/action.c
362                 o make progress bar not fill/expand when resizing dialog
363                 o use default fixed text font for actions output
364
365 2003-09-27 [paul]       0.9.5claws33
366
367         * src/prefs_common.[ch]
368           src/procmsg.c
369           src/send_message.c
370                 remove External Program settings from Common Prefs/Send
371                 as they are now unnecessary due to Local account settings.
372                 plus a little tidying-up after 0.9.5claws31
373
374 2003-09-27 [paul]       0.9.5claws32
375
376         * src/prefs_account.c
377                 o make correction to gui text:
378                   'Local mailbox file' -> 'Local mailbox directory'
379                 o give 'local_mbox' option a reasonable default value:
380                   '/var/mail'
381                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
382                   value
383
384 2003-09-26 [paul]       0.9.5claws31
385
386         * src/inc.c
387           src/prefs_common.[ch]
388                 remove 'Incorporate from spool' common pref,
389                 force creation of a 'Local' account
390
391 2003-09-26 [christoph]  0.9.5claws30
392
393         * src/folder.c
394         * src/msgcache.c
395                 add more NULL pointer checks
396
397 2003-09-25 [christoph]  0.9.5claws29
398
399         * src/folder.c
400                 o don't fetch source message to get it's message id
401                 o immediately scan dest folder when copying a message did not
402                   return a new message number and not do it when the first message
403                   without a new message number is found
404
405 2003-09-23 [christoph]  0.9.5claws28
406
407         * src/compose.c
408                 fix generating of headers
409
410         (patch by David Relson <relson@osagesoftware.com>)
411
412 2003-09-23 [paul]       0.9.5claws27
413
414         * po/zh_CN.po
415                 update Simplified Chinese translation. submitted by
416                 Hansom Young
417
418 2003-09-23 [paul]       0.9.5claws26
419
420         * tools/Makefile.am
421           tools/README
422           tools/vcard2xml.py    ** NEW FILE **
423                 add a script that converts an evolution vcard to
424                 sylpheed's xml format
425                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
426
427 2003-09-22 [paul]       0.9.5claws25
428
429         * src/plugins/clamav/clamav_plugin.c
430                 don't skip MULTIPART parts
431
432 2003-09-21 [christoph]  0.9.5claws24
433
434         * src/alertpanel.c
435                 remove unneeded include
436
437         * src/folder.c
438                 clean up copy/move mess with duplicated code
439
440         * src/imap.c
441                 fix problem that sometimes the folder was not scanned
442                 also it was changed
443
444 2003-09-21 [christoph]  0.9.5claws23
445
446         * src/Makefile.am
447         * src/logwindow.[ch]                    ** REMOVE **
448         * src/mainwindow.c
449         * src/prefs_common.c
450         * src/gtk/Makefile.am
451         * src/gtk/logwindow.[ch]                ** ADD **
452                 make logwindow prefs_common independent and move
453                 it to gtk directory
454
455 2003-09-20 [christoph]  0.9.5claws22
456
457         * src/compose.c
458                 add extra space for address code conversion
459                 (4 * unconvered size could be too small for short headers)
460
461 2003-09-20 [christoph]  0.9.5claws21
462
463         * src/compose.c
464                 increase temp buffer size when writing headers
465
466 2003-09-19 [darko]      0.9.5claws20
467
468         * src/compose.c
469                 don't ignore value of 'Save copy of outgoing messages to
470                 this folder instead of Sent' in message redirect
471
472 2003-09-17 [christoph]  0.9.5claws19
473
474         * src/compose.c
475                 use ", " as address seperator for mail headers and pass whole
476                 header line at once to compose_convert_header to make sure
477                 it is correctly folded
478
479         (closes Bug 64 Problem when sending to many recipients)
480
481 2003-09-17 [hoa]        0.9.5claws18
482         
483         * src/matcher.[ch]
484           src/matcher_parser_parse.y
485           src/prefs_matcher.c
486                 changed the keyword used for command execution in condition
487                 keyword is changed from "execute" to "test"
488                 so that it is not the same as the one used for action.
489                 This will fix a bug when using filtering dialog.
490                 All semantic in the code is also changed to reflect
491                 the keyword change.
492
493 2003-09-17 [paul]
494         
495         * sync with 0.9.6 release
496
497 2003-09-17 [paul]       0.9.5claws17
498
499         * sync with 0.9.5cvs8
500                 see ChangeLog 2003-09-16 and 2003-09-17
501
502 2003-09-16 [paul]       0.9.5claws16
503
504         * sync with 0.9.5cvs6
505                 see ChangeLog 2003-09-16
506
507 2003-09-15 [paul]       0.9.5claws15
508
509         * sync with 0.9.5cvs5
510                 see ChangeLog 2003-09-15
511
512 2003-09-14 [alfons]     0.9.5claws14
513
514         * src/inc.c
515                 make "Go to inbox after receiving new mail" again;
516                 regression of a sync, restored to sylpheed main 
517                 behaviour. (misses still some bits)
518
519 2003-09-14 [alfons]     0.9.5claws13
520
521         * src/prefs_filtering_action.c
522                 o add proper message if empty execute command line
523                 o don't select first action item after registering a
524                   new action to prevent (what seems to be a GTK) bug
525                   #36, "filtering will only accept one action change 
526                   per invocation".
527
528 2003-09-14 [alfons]     0.9.5claws12
529
530         * src/prefs_filtering.c
531         * src/prefs_filtering_action.c
532         * src/prefs_matcher.c
533                 fix function signature for key_pressed_event signal handlers
534
535 2003-09-14 [alfons]     0.9.5claws11
536
537         * src/mainwindow.c
538                 fix regression caused by fix for invalid bug #7
539                 (should fix #246, "Multiple selections are deselected when 
540                 moving from search window to main window")
541                 
542 2003-09-14 [alfons]     0.9.5claws10
543         
544         * src/actions.[ch]
545         * src/filtering.[ch]
546         * src/prefs_actions.c
547                 allow `filtering actions` in actions; only for advanced users
548                 right now: try for example, "%as{mark color 2}" 
549         
550 2003-09-13 [paul]       0.9.5claws9
551         
552         * po/pl.po
553           po/zh_CN.po   ** NEW FILE **
554                 update Polish translation, submitted by Emil 
555                 <eminowbl@posejdon.wpk.p.lodz.pl>
556                 add new Simplified Chinese translation, submitted by
557                 Hansom Young <hansom_young@yahoo.com>
558
559 2003-09-12 [alfons]     0.9.5claws8
560
561         * src/summaryview.c
562                 don't open separate message views when View | Separate message view
563                 is active 
564                 (please look carefully for any navigation regressions)
565
566 2003-09-11 [alfons]     0.9.5claws7
567
568         * src/mainwindow.c
569                 make default message view, opened by View | Separate message 
570                 view, look like a claws message view (which includes a menu
571                 bar and a toolbar)
572                 (fixes bug #298, "message view loses tool bar") 
573
574 2003-09-11 [christoph]  0.9.5claws6
575
576         * src/folderview.c
577                 fix double deleting of newsgroup folders
578
579         (closes Bug 305 crash after deleting of a newsgroup)
580
581 2003-09-11 [paul]       0.9.5claws5
582
583         * src/rfc2015.c
584           src/common/utils.h
585                 more sync'ing from 0.9.5cvs2
586
587 2003-09-11 [christoph]  0.9.5claws4
588
589         * src/compose.c
590         * src/rfc2015.c
591         * src/common/utils.h
592                 fix sync with 0.9.5cvs2
593
594 2003-09-11 [paul]       0.9.5claws3
595
596         * sync with 0.9.5cvs4
597                 see ChangeLog 2003-09-11
598
599 2003-09-11 [paul]       0.9.5claws2
600
601         * sync with 0.9.5cvs2
602                 see ChangeLog 2003-09-05
603                 
604 2003-09-11 [paul]       0.9.5claws1
605
606         * sync with 0.9.5cvs3
607                 see ChangeLog 2003-09-10
608
609 2003-09-10 [paul]       0.9.5claws
610
611         * 0.9.5claws released
612
613 2003-09-10 [paul]       0.9.4claws78
614
615         * src/Makefile.am
616                 add missing files
617
618 2003-09-10 [melvin]     0.9.4claws77
619
620         * po/fr.po
621                 Updated French translations
622
623 2003-09-10 [paul]       0.9.4claws76
624
625         * po/es.po
626           po/sk.po
627           po/sr.po
628                 update Spanish, Slovak, and Serbian translations.
629                 submitted by Ricardo Mones Lastra, Andrej Kacian,
630                 and Urke MMI
631                 
632         * AUTHORS
633                 add translation team section
634
635 2003-09-09 [christoph]  0.9.4claws75
636
637         * src/folder.c
638                 free item->prefs in folder_item_destroy
639
640 2003-09-09 [alfons]     0.9.4claws74
641
642         * src/folderview.c
643                 o proper check for root node sorting
644                 o remove unnecessary gtk_ctree_remove_node 
645
646         (should fix bug #300, "crash while moving folder")      
647
648 2003-09-08 [christoph]  0.9.4claws73
649
650         * src/folderview.c
651                 o fix double adding of IMAP FolderItems to GtkCTree
652                 o fix crash then mbox folder is removed
653
654 2003-09-08 [christoph]  0.9.4claws72
655
656         * src/folder.c
657         * src/folderview.c
658         * src/mainwindow.c
659                 fix new folder notification
660
661         * src/mbox_folder.c
662                 fix cache path
663
664 2003-09-08 [christoph]  0.9.4claws71
665
666         * src/compose.c
667                 replace '\n' and '\r' before removing trailing spaces
668
669         * src/folder.[ch]
670         * src/folderview.c
671                 add information about new or removed items in folder tree change
672                 notification and use this in folderview to add and remove only
673                 the appected items and not refresh the whole tree
674
675 2003-09-07 [match]      0.9.4claws70
676
677         * src/Makefile.am
678         * src/addr_compl.c
679         * src/addressbook.c
680         * src/addressitem.h
681         * src/addrindex.c
682         * src/addritem.c
683         * src/addritem.h
684         * src/addrquery.c                       ** NEW **
685         * src/addrquery.h
686         * src/ldapquery.c
687         * src/ldapserver.c
688         * src/stock_pixmap.c
689         * src/stock_pixmap.h
690         * src/pixmaps/address_search.xpm        ** NEW **
691                 re-introduce Lookup button for LDAP 'static' searches.
692
693 2003-09-07 [alfons]     0.9.4claws69
694         
695         * src/summaryview.c
696                 abandon setting usize for messageview because it gives layout problems
697                 with the quick search bar and the headerview; fixes assorted UI glitches:
698                 
699                 o bug #148, "Toggling of quick-search bar reduces index view area" 
700                 o bug #280, "Window resiizes for line length but does not revert"
701
702 2003-09-07 [christoph]  0.9.4claws68
703
704         * src/compose.c
705                 o make sure we don't have any newlines in header values
706                 o check custom headers for spaces and newlines and ignore
707                   malformed header names
708
709 2003-09-06 [christoph]  0.9.4claws67
710
711         * src/folder.c
712         * src/folderview.c
713                 invoke notification hook for folder tree changes after append
714                 and remove folder
715
716         (closes Bug 294 Crash while moving folder with many subdirectories)
717
718 2003-09-06 [christoph]  0.9.4claws66
719
720         * src/folder.c
721                 destroy folder's MsgCache if FolderItem is removed to make sure
722                 it is not saved when the FolderItem is destroyed
723
724 2003-09-06 [christoph]  0.9.4claws65
725
726         * src/plugins/clamav/clamav_plugin.c
727                 fix copy & paste bug
728
729 2003-09-05 [christoph]  0.9.4claws64
730
731         * src/folder.c
732         * src/messageview.[ch]
733         * src/procmsg.[ch]
734         * src/summaryview.c
735                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
736                 by MessageView to clear it when the message is deleted. Should
737                 work even if messages are deleted in MainWindow or by
738                 processing.
739
740 2003-09-05 [alfons]     0.9.4claws63
741
742         * src/messageview.c
743                 deleting a message in a message view frees its msginfo, make 
744                 messageview_update_all() aware of that (should fix bug #293,
745                 "deleting message caused crash")
746
747 2003-09-05 [melvin]     0.9.4claws62
748
749         * src/action.c
750                 Improve synchronous action exit code (fixes 
751                 a ~5 seconds delay after action exit on RedHat 9)
752
753 2003-09-04 [christoph]  0.9.4claws61
754
755         * src/compose.c
756         * src/rfc2015.c
757         * src/common/utils.[ch]
758                 add util function to create mime boundary and use it
759                 in compose and gpg code
760
761 2003-09-04 [alfons]     0.9.4claws60
762
763         * src/folder.c
764                 source folder item's GNode should already have been freed in 
765                 a previous call to src->folder->klass->remove_folder()
766                 (should fix bug #287, "crash when moving folders")
767
768 2003-09-03 [thorsten]   0.9.4claws59
769
770         * src/plugins/spamassassin/spamassassin_gtk.c
771                 fix compile error
772
773 2003-09-03 [christoph]  0.9.4claws58
774
775         * src/plugins/spamassassin/spamassassin.[ch]
776         * src/plugins/spamassassin/spamassassin_gtk.c
777                 add timeout config option
778
779 2003-09-03 [paul]       0.9.4claws57
780
781         * po/sk.po      ** NEW FILE **
782                 add Slovak translation. Submitted by Andrej Kacian 
783                 <andrej@kacian.sk>
784
785 2003-09-03 [paul]       0.9.4claws56
786
787         * src/plugins/clamav/clamav_plugin_gtk.c
788                 gui tweaks: replace a label with a tooltip, modify the
789                 text, use gtk_check_button_new(); instead of
790                 gtk_check_button_new_with_label("");
791
792 2003-09-02 [alfons]     0.9.4claws55
793
794         * src/gtk/filesel.c
795                 remember last used dir when attaching multiple files (should fix
796                 bug #290, "Attach File does not remember directory")
797
798 2003-09-01 [paul]       0.9.4claws54
799
800         * po/es.po
801                 updated by Ricardo Mones Lastra
802
803 2003-09-01 [alfons]     0.9.4claws53
804
805         * src/gtk/gtkaspell.[ch]
806                 be pedantic and strict and use const gchar * instead of guchar *
807
808 2003-09-01 [alfons]     0.9.4claws52
809
810         * src/mainwindow.c
811         * src/summaryviewc.
812                 re-enable Save As when multiple messages are selected
813
814 2003-09-01 [paul]       0.9.4claws51
815
816         * src/textview.c
817                 g_free(trimmed_uri);
818
819 2003-09-01 [paul]       0.9.4claws50
820
821         * sync with 0.9.4cvs13
822                 see ChangeLog 2003-09-01
823
824 2003-09-01 [paul]       0.9.4claws49
825
826         * src/textview.c
827                 trim uri before sending to the statusbar
828                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
829                 in the message window causes main S-C window to enlarge 
830                 past screen edges'
831
832 2003-09-01 [paul]       0.9.4claws48
833
834         * sync with 0.9.4cvs12
835                 see ChangeLog 2003-09-01
836
837 2003-08-30 [christoph]  0.9.4claws47
838
839         * src/compose.c
840         * src/folder_item_prefs.[ch]
841         * src/prefs_folder_item.c
842         * src/gtk/gtkaspell.[ch]
843                 commit per folder dictionary patch by
844                 Paul Evans <nerd@freeuk.com>
845
846 2003-08-30 [christoph]  0.9.4claws46
847
848         * src/plugins/spamassassin/spamassassin_gtk.c
849         * src/plugins/spamassassin/spamassassin_gtk.glade
850                 reduce GUI clutter by placing hints into tooltips
851
852 2003-08-30 [paul]       0.9.4claws45
853
854         * src/compose.c
855                 add 'Content-Disposition: inline' to a text/plain
856                 part when using PGP/MIME signing
857
858 2003-08-30 [paul]       0.9.4claws44
859
860         * src/prefs_common.c
861           src/prefs_spelling.c
862           src/prefs_spelling.glade
863                 reduce GUI clutter by placing hints into tooltips
864
865 2003-08-29 [christoph]  0.9.4claws43
866
867         * configure.ac
868                 fix bug found by Ivan Rayner <ivanr@sgi.com>
869
870         * src/stock_pixmap.c
871                 change unecessary warning into a debug message
872
873         * src/plugins/clamav/Makefile.am
874                 Fix error "-I$(CLAMAV_LIBS)"
875
876 2003-08-29 [christoph]  0.9.4claws42
877
878         * intl/Makefile.in
879         * src/Makefile.am
880         * src/matcher.h
881         * src/common/Makefile.am
882         * src/common/passcrypt.c
883                 commit fixes and patches for some of the IRIX problems found by
884                 Ivan Rayner <ivanr@sgi.com>
885
886 2003-08-29 [paul]       0.9.4claws41
887
888         * src/prefs_filtering.c
889                 add 'Top' and 'Bottom' buttons, based on changes in
890                 src/prefs_filter.c in 0.9.4cvs11.
891
892 2003-08-27 [christoph]  0.9.4claws40
893
894         * src/folderview.c
895                 fix bug that the current summary settings were copied to the
896                 wrong folder item, when the folder item prefs are opened.
897                 Copying is not required because summary settings and
898                 folder_item_prefs do not contain the same settings
899
900 2003-08-27 [thorsten]   0.9.4claws39
901
902         * src/imap.c
903                 fix compile error
904
905 2003-08-26 [paul]       0.9.4claws38
906
907         * sync with 0.9.4cvs9
908                 see ChangeLog 2003-08-26
909
910 2003-08-25 [paul]       0.9.4claws37
911
912         * sync with 0.9.4cvs8
913                 see ChangeLog 2003-08-25
914
915 2003-08-24 [christoph]  0.9.4claws36
916
917         * src/prefs_filtering.c
918                 shouldn't remove items from a GSList while iterating over the
919                 list (makes cur invalid and cur->next not accessable)
920
921         (closes Bug 272 i deleted an folder and some seconds later sylpheed
922          crashed)
923
924 2003-08-23 [christoph]  0.9.4claws35
925
926         * src/news.c
927                 news folders should be scanned when opened
928
929 2003-08-22 [christoph]  0.9.4claws34
930
931         * src/prefs_folder_item.c
932                 use macro to assign strings that always frees the old string
933
934         * src/gtk/gtkaspell.[ch]
935                 add gtkaspell_set_dictionary_menu_active_item() to set active
936                 item in dictionary option menu
937
938         * src/prefs_spelling.c
939                 use gtkaspell_set_dictionary_menu_active_item() to select
940                 dictionary
941
942 2003-08-21 [christoph]  0.9.4claws33
943
944         * src/folder.[ch]
945         * src/imap.c
946         * src/mbox_folder.c
947         * src/mh.c
948         * src/news.c
949                 optimize folder system
950
951         * src/gtk/gtkstext.c
952                 fix division by zero when font has 0 width for ' '
953
954 2003-08-21 [paul]       0.9.4claws32
955
956         * sync with 0.9.4cvs7
957                 see ChangeLog 2003-08-20
958
959 2003-08-19 [paul]       0.9.4claws31
960
961         * src/common/defs.h
962                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
963                 SYLDOC_FAQ_HTML_INDEX.
964         * src/manual.c
965                 use LC_MESSAGES instead of LC_ALL to find the current
966                 language
967
968           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
969
970 2003-08-19 [paul]       0.9.4claws30
971
972         * po/bg.po
973                 updated by George Danchev
974
975 2003-08-18 [luke]       0.9.4claws29
976         * src/mimeview.[ch]
977         * src/gtk/gtkvscrollbutton.[ch]
978                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
979                   dependencies; do it the GTK way; reduce code -14/+2 lines)
980                 o removed horizontal separator between icons
981
982 2003-08-17 [christoph]  0.9.4claws28
983
984         * src/procmsg.c
985                 no subject threading when the subject has no reply prefix
986
987 2003-08-16 [christoph]  0.9.4claws27
988
989         * src/mainwindow.c
990                 remember and restore window sizes and position when the main
991                 window is hidden or shown
992
993         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
994          minimised/reopened using trayicon)
995
996 2003-08-16 [paul]       0.9.4claws26
997
998         * src/crash.c
999                 add #include "defs.h"
1000
1001 2003-08-16 [paul]       0.9.4claws25
1002
1003         * src/plugins/clamav/clamav_plugin.c
1004                 reword a debug_print
1005                 
1006         * src/plugins/dillo_viewer/dillo_prefs.c
1007                 cosmetic: change the labels' text, add tooltips, and
1008                 left-align the hint
1009
1010 2003-08-15 [christoph]  0.9.4claws24
1011
1012         * src/news.c
1013                 complete last change (forgot some changes)
1014
1015 2003-08-15 [christoph]  0.9.4claws23
1016
1017         * src/news.c
1018                 o check number of messages and don't return a 0 message
1019                   when no messages are available
1020                 o don't parse xref header anymore
1021
1022         (closes Bug 203 I'm not getting any news)
1023
1024 2003-08-15 [paul]       0.9.4claws22
1025
1026         * src/common/defs.h
1027           src/crash.c
1028                 update and define claws bugzilla location
1029
1030 2003-08-15 [paul]       0.9.4claws21
1031
1032         * po/ru.po
1033                 update submitted by Ruslan N. Balkin
1034
1035 2003-08-14 [christoph]  0.9.4claws20
1036
1037         * src/procmsg.c
1038                 fix search for oldest node in subject threading
1039
1040 2003-08-14 [christoph]  0.9.4claws19
1041
1042         * src/procmsg.c
1043         * src/common/utils.h
1044                 add possibility to check all nodes with the same subject for
1045                 subject threading, not only the oldest node. Should not break
1046                 threads anymore if the oldest node is thread_by_subject_max_age
1047                 days older then parent, because it can now find a child of
1048                 oldest node as new parent.
1049
1050 2003-08-11 [christoph]  0.9.4claws18
1051
1052         * src/plugins/spamassassin/spamassassin.c
1053                 run spam check in background process
1054
1055 2003-08-10 [alfons]     0.9.4claws17
1056
1057         * src/summaryview.c
1058                 make `Select All' sensitive too
1059
1060 2003-08-10 [christoph]  0.9.4claws16
1061
1062         * src/imap.c
1063                 add more checks in imap_close
1064
1065 2003-08-09 [alfons]     0.9.4claws15
1066
1067         * src/prefs_spelling.c
1068                 no spell checking UI if not requested
1069
1070 2003-08-09 [alfons]     0.9.4claws14
1071
1072         * src/gtk/prefswindow.c
1073                 make it compile
1074
1075 2003-08-09 [christoph]  0.9.4claws13
1076
1077         * src/prefs_spelling.c
1078         * src/gtk/prefswindow.[ch]
1079         * src/plugins/clamav/clamav_plugin_gtk.c
1080         * src/plugins/spamassassin/spamassassin_gtk.c
1081                 sort prefs pages by heighest weight in tree
1082
1083 2003-08-09 [paul]       0.9.4claws12
1084
1085         * sync with 0.9.4cvs6
1086                 see ChangeLog 2003-08-07
1087                 
1088         * AUTHORS
1089                 add Leandro and Luke to claws-branch section
1090
1091 2003-08-09 [christoph]  0.9.4claws11
1092
1093         * src/gtk/Makefile.am
1094         * src/gtk/colorsel.[ch]                 ** NEW **
1095                 create a color selection dialog that can be used as a simple
1096                 function call with it's own gtk main loop like filesel.[ch]
1097
1098         * src/Makefile.am
1099         * src/main.c
1100         * src/prefs_common.c
1101         * src/prefs_spelling.[ch]               ** NEW **
1102         * src/prefs_spelling.glade              ** NEW **
1103         * src/gtk/gtkutils.[ch]
1104                 move "Spell Checker" prefs to new prefs dialog
1105
1106         * src/prefs_folder_item.c
1107                 use new colorsel dialog
1108
1109 2003-08-08 [paul]       0.9.4claws10
1110
1111         * src/inc.c
1112                 clear the progress bar unconditionally
1113
1114 2003-08-08 [paul]       0.9.4claws9
1115
1116         * sync with 0.9.4cvs4
1117                 see ChangeLog 2003-07-31
1118
1119 2003-08-07 [christoph]  0.9.4claws8
1120
1121         * configure.ac
1122                 fix bug in image viewer plugin part
1123
1124         * src/imap.c
1125                 don't execute close command if the folder item is not selected
1126
1127 2003-08-07 [hoa]        0.9.4claws7
1128
1129         * src/filtering.[ch]
1130         * src/matcher_parser.h
1131         * src/matcher_parser_parse.y
1132                 can define several actions for each filtering rule
1133                 can import old versions of filtering rules
1134
1135         * src/prefs_filtering.c
1136                 call to a new dialog box to define actions
1137
1138         * src/prefs_filtering_action.[ch]
1139                 dialog box to define actions for filtering rules
1140
1141 2003-08-06 [christoph]  0.9.4claws6
1142
1143         * src/imap.c
1144                 make sure source folder is selected when copying messages
1145
1146 2003-08-06 [christoph]  0.9.4claws5
1147
1148         * sync with 0.9.4cvs2
1149                 see ChangeLog 2003-07-29                
1150
1151 2003-08-05 [paul]       0.9.4claws4
1152
1153         * sync with 0.9.4cvs3
1154                 see ChangeLog 2003-07-30
1155
1156 2003-08-04 [match]      0.9.4claws3
1157
1158         * po/POTFILES.in
1159                 export of LDIF files.
1160
1161 2003-08-04 [match]      0.9.4claws2
1162
1163         * src/ldif.[ch]
1164                 support for export LDIF. documented.
1165         * src/importldif.[ch]
1166         * src/exportldif.[ch]
1167                 add tooltips. documented.
1168         * src/exphtmldlg.[ch]
1169         * src/common/xmlprops.[ch]
1170                 documented.
1171         * src/exportldif.[ch]                   ** NEW **
1172         * src/expldifdlg.[ch]                   ** NEW **
1173         * src/addressbook.[ch]
1174         * src/Makefile.am
1175                 export of LDIF files.
1176                 documented.
1177
1178 2003-08-04 [christoph]  0.9.4claws1
1179
1180         * .cvsignore
1181         * Makefile.am
1182         * configure.ac
1183         * sylpheed-claws.pc.in                  ** NEW **
1184         * src/Makefile.am
1185         * src/common/Makefile.am
1186         * src/gtk/Makefile.am
1187                 install sylpheed header files in $(pkgincludedir) and create a
1188                 pkg-config file to allow building a plugin without the source
1189                 package
1190
1191 2003-08-04 [paul]       0.9.4claws
1192
1193         * version 0.9.4claws
1194
1195 2003-08-04 [paul]       0.9.3claws97
1196
1197         * po/es.po
1198                 update Spanish translation. Submitted by Ricardo
1199                 Mones Lastra.
1200
1201 2003-08-03 [paul]       0.9.3claws96
1202
1203         * po/hr.po
1204           po/sr.po
1205                 update Croatian and Serbian translations. Submitted by
1206                 Dragan and Urke MMI respectively
1207
1208 2003-08-03 [alfons]     0.9.3claws95
1209
1210         * src/summaryview.c
1211                 mark flag has precedence over important flag - seems
1212                 to have been changed in sync of 0.9.3claws45. this fixes
1213                 a regression where messages that were scored as important
1214                 don't show their mark flags. (using the same column for
1215                 both importance as mark flags is the real problem
1216                 ofcourse)
1217
1218 2003-08-03 [melvin]     0.9.3claws94
1219
1220         * po/fr.po
1221                 Updated French translations.
1222
1223 2003-08-03 [melvin]     0.9.3claws93
1224
1225         * src/Makefile.am
1226                 Fixed typo introduced after 0.9.3claws92 
1227                 that prevented compilation
1228                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1229                 CPPFLAGS and YFLAGS to allow user setting these.
1230         * src/common/Makefile.am
1231         * src/gtk/Makefile.am
1232         * src/plugins/clamav/Makefile.am
1233         * src/plugins/demo/Makefile.am
1234         * src/plugins/dillo_viewer/Makefile.am
1235         * src/plugins/image_viewer/Makefile.am
1236         * src/plugins/mathml_viewer/Makefile.am
1237         * src/plugins/spamassassin/Makefile.am
1238         * src/plugins/trayicon/Makefile.am
1239         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1240                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1241                 CPPFLAGS and YFLAGS to allow user setting these.
1242
1243 2003-08-02 [christoph]  0.9.3claws92
1244
1245         * configure.ac
1246                 o rearrange plugin tests
1247                 o add test for clamav.h to ClamAV tests
1248
1249 2003-08-02 [luke]       0.9.3claws91
1250
1251         * src/mimeview.c
1252                 o fixed appearance of icon list when toggling back from the 
1253                   ctree
1254                 o toggling of icons using the keyboard works correctly
1255                 o fixed all other keyboard shortcuts to work when icons are
1256                   active
1257         
1258         * src/messageview.c
1259                 o fixed bug 4 - focus lost when changing messageview view type
1260
1261 2003-08-02 [christoph]  0.9.3claws90
1262
1263         * src/common/hooks.c
1264                 fix crash when pointer stored in hash table could get invalid
1265                 when a plugin is unloaded
1266
1267 2003-08-01 [christoph]  0.9.3claws89
1268
1269         * configure.ac
1270                 o try to build all plugins (except spamassassin) by default
1271                 o don't build a plugin if a dependency check fails
1272
1273         * src/common/hooks.c
1274                 fix warning
1275
1276 2003-08-01 [match]      0.9.3claws88
1277
1278         * src/importldif.c
1279                 allow single click field selection. document code.
1280
1281 2003-08-01 [christoph]  0.9.3claws87
1282
1283         * src/plugins/clamav/clamav_plugin.c
1284         * src/plugins/clamav/clamav_plugin_gtk.c
1285         * src/plugins/dillo_viewer/dillo_viewer.c
1286         * src/plugins/image_viewer/plugin.c
1287         * src/plugins/mathml_viewer/mathml_viewer.c
1288         * src/plugins/spamassassin/spamassassin.c
1289         * src/plugins/spamassassin/spamassassin_gtk.c
1290         * src/plugins/trayicon/trayicon.c
1291                 add version check to all plugins
1292
1293 2003-08-01 [hoa]        0.9.3claws86
1294
1295         * src/prefs_filtering.c
1296                 fixed a cosmetic bug, during creation of dialog box,
1297                 wrong widgets were shown after creation.
1298
1299 2003-08-01 [luke]       0.9.3claws85
1300
1301         * src/mainwindow.c
1302                 o fixed visibility of icons/mimeview after toggling separate
1303                   message/folder view (factored out some similar code too).
1304
1305
1306 2003-07-31 [alfons]     0.9.3claws84
1307
1308         * src/mimeview.c
1309                 tweak icon box UI a bit more, now allowing right-clicks actions
1310                 getting the relevant mime data too; should fix #250, "Can't save 
1311                 attachments sometimes".
1312
1313 2003-07-30 [alfons]     0.9.3claws83
1314
1315         * src/compose.c
1316                 don't do auto-save-draft inside key press handler, but rather
1317                 schedule it half of a second later; should fix #67, "autosave 
1318                 make re-rediting message crazy"
1319
1320 2003-07-30 [christoph]  0.9.3claws82
1321
1322         * src/plugins/trayicon/trayicon.c
1323                 process pending events before unloading the plugin
1324
1325         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1326
1327 2003-07-30 [alfons]     0.9.3claws81
1328
1329         * src/common/hooks.c
1330                 parameter 2 of g_hook_destroy() should really be a hook id
1331
1332 2003-07-30 [alfons]     0.9.3claws80
1333
1334         * src/common/plugin.c
1335                 fix a possibly harmful function signature mismatch 
1336                 for plugin_done
1337
1338 2003-07-30 [alfons]     0.9.3claws79
1339
1340         * src/common/hooks[.ch]
1341                 const correctness
1342
1343 2003-07-30 [darko]      0.9.3claws78
1344
1345         * src/summaryview.c
1346                 make it compile again
1347
1348 2003-07-30 [luke]       0.9.3claws77
1349
1350         * src/crash.c
1351         * src/main.c
1352                 o added/moved signal handlers for SIGTERM (normal kill command) 
1353                   and SIGINT (ctl-c) to be used even without 
1354                   --enable-crash-dialog, fixing bug 166
1355
1356         * src/summaryview.c
1357                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1358                   bug 227
1359
1360         * src/mainwindow.c
1361                 o changed sensitivity condition for 'Next new' and 'Next 
1362                   unread', fixing bug 8
1363
1364 2003-07-29 [alfons]     0.9.3claws76
1365
1366         * src/common/utils.[ch]
1367                 add generate_msgid()
1368         * src/messageview.c
1369                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1370                 sent folder".
1371
1372 2003-07-29 [alfons]     0.9.3claws75
1373
1374         * src/messageview.c
1375                 fix a memleak (claws-only)
1376
1377 2003-07-29 [alfons]     0.9.3claws74
1378
1379         * src/mimeview.[ch]
1380         * src/gtk/gtkvscrollbutton.[ch]
1381                 fix UI glitch where mime icon toolbox' scroll position is not 
1382                 reset after switching to another message
1383                 
1384
1385 2003-07-29 [paul]       0.9.3claws73
1386
1387         * src/prefs_folder_item.c
1388                 split the prefs into 2 separate pages
1389
1390 2003-07-29 [paul]       0.9.3claws72
1391
1392         * src/compose.c
1393                 prepend "\n\n" to a signature without a separator too
1394
1395 2003-07-29 [paul]       0.9.3claws71
1396
1397         * src/compose.c
1398                 fix bug where changing to an account without an auto-sig
1399                 from an initial account without an auto-sig would insert 
1400                 2 blank lines at the cursor point
1401                 fix bug where changing to an account with an auto-sig
1402                 from an initial account without an auto-sig would insert
1403                 the sig at the cursor point
1404
1405 2003-07-29 [paul]       0.9.3claws70
1406
1407         * src/folderview.c
1408                 use the colour from the folder pref unless the folder
1409                 has new messages
1410
1411 2003-07-29 [alfons]     0.9.3claws69
1412
1413         * src/procmsg.[ch]
1414         * src/messageview.c
1415         * src/procheader.c
1416                 rewrite return receipt request work a little bit (the former 
1417                 implementation presumably depended too much on the UI setting
1418                 flags). (we're losing the old pending flag.) 
1419
1420 2003-07-28 [christoph]  0.9.3claws68
1421
1422         * src/folder.c
1423         * src/imap.c
1424         * src/mh.c
1425         * src/procmsg.[ch]
1426                 fix copy to IMAP folder from other folder
1427
1428 2003-07-28 [christoph]  0.9.3claws67
1429
1430         * src/procmsg.c
1431                 fix sync of procmsg_get_message_file_list
1432
1433 2003-07-28 [christoph]  0.9.3claws66
1434
1435         * sync with 0.9.3cvs14
1436                 see ChangeLog 2003-07-18
1437         * sync with 0.9.3cvs17
1438                 see ChangeLog 2003-07-23
1439
1440         (closes Bug 234 segmentation fault after sending out mail via
1441          smtp(auth))
1442
1443 2003-07-28 [paul]       0.9.3claws65
1444
1445         * po/es.po
1446                 update Spanish translation, submitted by Ricardo Mones
1447                 Lastra
1448
1449 2003-07-28 [christoph]  0.9.3claws64
1450
1451         * src/folder.[ch]
1452         * src/imap.c
1453         * src/mh.c
1454                 return new message numbers as a GRelation instead of a GSList
1455                 that has to be in the same order as the input list. A list
1456                 would make it hard for IMAP to optimize oepration by sorting
1457                 the input list. The returned list would have to be reordered
1458                 to match the same order that input list has.
1459
1460         * src/gtk/gtkaspell.c
1461                 fix missing return value, could cause a crash when garbage is
1462                 on the stack that is used as the expected return value
1463
1464 2003-07-28 [paul]       0.9.3claws63
1465
1466         * sync with 0.9.4cvs1
1467                 see ChangeLog 2003-07-28
1468
1469 2003-07-27 [alfons]     0.9.3claws62
1470
1471         * src/mimeview.c
1472                 tweak it more to make icon list act like a check button group
1473
1474 2003-07-27 [christoph]  0.9.3claws61
1475
1476         * sync with 0.9.3cvs20
1477                 see ChangeLog 2003-07-25
1478
1479 2003-07-27 [paul]       0.9.3claws60
1480
1481         * src/procmsg.c
1482                 re-commit changes from 0.9.3claws58 -
1483                 accidently removed in 0.9.3claws59
1484
1485 2003-07-27 [paul]       0.9.3claws59
1486
1487         * src/procmsg.[ch]
1488                 a sync from 0.9.3cvs17
1489                 see ChangeLog 2003-07-23
1490
1491 2003-07-27 [alfons]     0.9.3claws58
1492
1493         * src/procmsg.c
1494                 add missing header members to MsgInfo; fixes the problem of 
1495                 not displaying X-Faces, as noticed by Ricardo Mones
1496
1497 2003-07-26 [christoph]  0.9.3claws57
1498
1499         * sync with 0.9.3cvs18
1500                 see ChangeLog 2003-07-24
1501
1502 2003-07-26 [christoph]  0.9.3claws56
1503
1504         * sync with 0.9.3cvs17
1505                 see ChangeLog 2003-07-23
1506
1507 2003-07-26 [christoph]  0.9.3claws55
1508
1509         * src/folder.[ch]
1510         * src/imap.c
1511         * src/mbox_folder.c
1512         * src/mh.c
1513         * src/news.c
1514                 add support for copy function that copy multiple messages
1515                 (not implemented yet)
1516
1517         * src/summaryview.c
1518                 add missing return value
1519
1520 2003-07-26 [paul]       0.9.3claws54
1521
1522         * tools/multiwebsearch.pl
1523                 do whitespace substitution before passing the string
1524                 to the browser. fixes bug with browsers that don't
1525                 do whitespace conversion themselves.
1526
1527 2003-07-25 [christoph]  0.9.3claws53
1528
1529         * src/folder.[ch]
1530         * src/imap.c
1531         * src/mh.c
1532                 rewrite adding of multiple messages to a folder for
1533                 claws' folder system
1534
1535 2003-07-25 [luke]       0.9.3claws52
1536
1537         * src/mimeview.c
1538                 o icon toggles set correctly on leaving ctree mimeview
1539
1540 2003-07-25 [paul]       0.9.3claws51
1541
1542         * partial sync with 0.9.3cvs21 [src/main.c]
1543                 see ChangeLog 2003-07-25
1544
1545 2003-07-24 [paul]       0.9.3claws50
1546
1547         * tools/maildir2sylpheed.pl
1548                 fix typo
1549
1550 2003-07-24 [paul]       0.9.3claws49
1551
1552         * src/mimeview.c
1553                 increase the gutter size of paned so that the panes
1554                 can be resized
1555                 
1556         * src/plugins/demo/demo.c
1557                 squeeze in another typo fix
1558
1559 2003-07-24 [paul]       0.9.3claws48
1560
1561         * src/plugins/demo/demo.c
1562           src/prefs_account.c
1563                 small changes to the English
1564                 
1565         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1566           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1567           src/Makefile.am
1568           src/stock_pixmap.c
1569                 rename the misspelled icon
1570
1571 2003-07-23 [alfons]     0.9.3claws47
1572
1573         * src/mimeview.c
1574                 make icon list look like a list of toggles
1575
1576 2003-07-23 [luke]       0.9.3claws46
1577
1578         * src/pixmaps/mimeview_gpg_expired.xpm
1579         * src/pixmaps/mimeview_gpg_failed.xpm
1580         * src/pixmaps/mimeview_gpg_passed.xpm
1581         * src/pixmaps/mimeview_text_html.xpm
1582         * src/pixmaps/mimeview_image.xpm
1583                 o all icons the same size
1584
1585         * src/mimeview.[ch]
1586                 o mimeview ctree arranged vertically above the viewer
1587                 o icons changed to buttons
1588                 o can use keyboard to select an icon (Enter)
1589                 o resize icon list to width of icons
1590
1591         *  src/gtk/gtkvscrollbutton.c
1592                 o sensitivity of buttons reacts to position
1593
1594 2003-07-23 [christoph]  0.9.3claws45
1595
1596         * sync with 0.9.3cvs14 (incomplete)
1597                 see ChangeLog 2003-07-17
1598
1599 2003-07-23 [alfons]     0.9.3claws44
1600
1601         * src/folder.c
1602         * src/procmsg.h
1603                 sync with my local tree to restore some claws-only things
1604
1605 2003-07-23 [paul]       0.9.3claws43
1606
1607         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1608           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1609           src/Makefile.am
1610           src/mimeview.c
1611           src/procmime.h
1612           src/rfc2015.c
1613           src/stock_pixmap.[ch]
1614                 indicate missing keys and expired sigs/keys
1615                 in mime view column
1616
1617 2003-07-23 [paul]       0.9.3claws42
1618
1619         * src/compose.c
1620                 Redirect fixes: enable automatic account selection and
1621                 do not append signature to message on changing account
1622                 fixes Bug[s] #248
1623
1624 2003-07-23 [paul]       0.9.3claws41
1625
1626         * sync with 0.9.3cvs16
1627                 see ChangeLog 2003-07-23
1628
1629 2003-07-23 [alfons]     0.9.3claws40
1630
1631         * src/inc.c
1632                 give progress dialog a main window, and give it the first 
1633                 one (presumably the only one). fixes bug #247, "segfault on 
1634                 pop-before-smtp" 
1635
1636 2003-07-22 [alfons]     0.9.3claws39
1637
1638         * src/summaryview.c
1639                 shift-space scrolls up
1640
1641 2003-07-22 [paul]       0.9.3claws38
1642
1643         * sync with 0.9.3cvs15
1644                 see ChangeLog 2003-07-22
1645
1646 2003-07-20 [alfons]     0.9.3claws37
1647
1648         * src/compose.c
1649                 put menu inside #ifdef USE_ASPELL..#endif
1650
1651 2003-07-20 [christoph]  0.9.3claws36
1652
1653         * src/procmsg.c
1654                 fix wrong flags in MsgInfo returned by
1655                 procmsg_msginfo_get_full_info()
1656
1657         (closes Bug 221 Deleting messages from the Message View gives incorrect
1658          new/unread message counts in the folder view)
1659
1660         * src/plugins/spamassassin/spamassassin_gtk.c
1661                 add gettext macro for prefs page title
1662
1663 2003-07-20 [paul]       0.9.3claws35
1664
1665         * src/mimeview.c
1666                 redraw icon list on signature check
1667
1668 2003-07-20 [christoph]  0.9.3claws34
1669
1670         * src/Makefile.am
1671         * src/account.c
1672         * src/folder.[ch]
1673         * src/folder_item_prefs.[ch]            ** NEW **
1674         * src/folderview.c
1675         * src/mainwindow.c
1676         * src/mh.c
1677         * src/prefs_gtk.c
1678         * src/prefs_scoring.c
1679         * src/summaryview.c
1680         * src/prefs_folder_item.[ch]
1681                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1682                   Properties dialog
1683                 o use prefswindow for folder properties
1684
1685         * src/gtk/prefswindow.[ch]
1686                 change implementation to use an invisible notebook instead
1687                 of unparenting widgets
1688
1689 2003-07-20 [christoph]  0.9.3claws33
1690
1691         * src/compose.h
1692         * src/folder.c
1693         * src/folderview.h
1694         * src/headerview.h
1695         * src/prefs_filtering.h
1696         * src/prefs_folder_item.[ch]
1697         * src/procmime.h
1698         * src/procmsg.h
1699         * src/summaryview.h
1700                 clean up header mess
1701                 (always use 1. typedefs, 2. #includes, 3. structures)
1702
1703         * src/common/version.h.in
1704                 add casts for constants
1705
1706         * src/plugins/demo/demo.c
1707                 fix typo
1708
1709         * src/plugins/spamassassin/spamassassin.c
1710                 remove unused variable
1711
1712 2003-07-20 [alfons]     0.9.3claws32
1713
1714         * src/mimeview.c
1715                 o make icon buttons respond on left click
1716                 o minor cosmetic change
1717
1718 2003-07-19 [luke]       0.9.3claws31
1719
1720         * src/mimeview.[ch]
1721         * src/gtk/gtkvscrollbutton.c
1722         * src/messageview.c
1723                 o improved mimeview behaviour when selecting a new message
1724                 o plus code cleanups to remove compile warnings
1725
1726
1727 2003-07-19 [alfons]     0.9.3claws30
1728
1729         * src/procmsg.c
1730         * src/compose.c
1731         * src/common/utils.[ch]
1732                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1733
1734 2003-07-19 [alfons]     0.9.3claws29
1735
1736         * src/prefs_folder_item.c
1737                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1738                 string pointers
1739
1740 2003-07-19 [luke]       0.9.3claws28
1741
1742         * src/messageview.c
1743         * src/mimeview.[ch]
1744         * src/procmime.h
1745         * src/rfc2015.c
1746         * src/stock_pixmap.[ch]
1747         * src/gtk/Makefile.am
1748         * src/Makefile.am
1749         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1750         * src/pixmaps/mime_*.xpm                ** NEW **
1751                 o mimeview rearrangement with a new icon shortcut bar
1752
1753 2003-07-19 [alfons]     0.9.3claws27
1754
1755         * src/folderview.c
1756                 o plug leaking nodes_to_recollapse
1757                 o add folderview_recollapse_all_nodes() (not used yet)
1758
1759 2003-07-19 [alfons]     0.9.3claws26
1760
1761         * src/compose.c
1762         * src/common/utils.c
1763                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1764                 for both forwarding as replying
1765
1766 2003-07-18 [christoph]  0.9.3claws25
1767
1768         * configure.ac
1769         * src/common/sylpheed.[ch]
1770         * src/common/version.h.in
1771                 add version in numeric form to allow easy comparison
1772
1773         * src/plugins/demo/demo.c
1774                 add version check
1775                 - sylpheed version > plugin version => never allowed, sylpheed
1776                   could contain unknown API changes
1777                 - sylpheed version < minimum version required => don't load,
1778                   API required not available (if linking does not fail)
1779
1780 2003-07-18 [alfons]     0.9.3claws24
1781         
1782         * src/common/plugin.[ch]
1783                 const correctness
1784
1785 2003-07-18 [christoph]  0.9.3claws23
1786
1787         * src/common/hooks.c
1788                 fix crash when hooks where unregisted
1789
1790         * src/plugins/trayicon/trayicon.c
1791                 unregister detroy signal before destroying the widget
1792                 (still crashes when the plugin is unloaded)
1793
1794 2003-07-18 [alfons]     0.9.3claws22
1795         
1796         * src/folderview.c
1797                 delay expanding folder tree during drags until timeout triggered
1798                 (needs perhaps some tweaking, so testing is welcome)
1799
1800 2003-07-17 [alfons]     0.9.3claws21
1801
1802         * src/folderview.c
1803                 clean up cruft
1804
1805 2003-07-17 [christoph]  0.9.3claws20
1806
1807         * src/common/session.c
1808                 fix opening of SSL connections
1809
1810         * src/plugins/image_viewer/Makefile.am
1811                 add OPENSSL_CFLAGS (we should find a better solution to remove
1812                 this dependencies if they are not required)
1813
1814         * src/plugins/spamassassin/spamassassin.c
1815                 remove setlocale workaround (fixed in libspamc)
1816
1817         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1818          if spell checking enabled)
1819
1820 2003-07-17 [alfons]     0.9.3claws19
1821
1822         * src/common/hooks.[ch]
1823         * src/plugins/clamav/clamav_plugin.c
1824         * src/plugins/spamassassin/spamassassin.c
1825         * src/plugins/trayicon/trayicon.c
1826                 fix signedness muck 
1827
1828 2003-07-17 [alfons]     0.9.3claws18
1829
1830         * src/procmime.c
1831                 plug memleak
1832
1833 2003-07-17 [alfons]     0.9.3claws17
1834
1835         * src/inc.c
1836                 plug memleak
1837
1838 2003-07-17 [paul]       0.9.3claws16
1839
1840         * src/common/defs.h
1841           src/mainwindow.c
1842           src/manual.[ch]
1843                 add link to the Claws site's FAQ page, after the suggestion
1844                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1845                 Move url strings to defs.h
1846                 
1847         * src/mainwindow.c
1848                 fix typo to prevent "unknown menu entry" warnings
1849
1850 2003-07-17 [alfons]     0.9.3claws15
1851
1852         * src/folderview.[ch]
1853         * src/summaryview.[ch]
1854         * src/mimeview.[ch]
1855                 plug DnD leaks 
1856
1857 2003-07-17 [paul]       0.9.3claws14
1858
1859         * src/inc.c
1860                 remove two instances of 'GTK_EVENTS_FLUSH' because
1861                 they are unnecessary and probably cause a stack overflow
1862
1863 2003-07-16 [christoph]  0.9.3claws13
1864
1865         * src/mimeview.[ch]
1866                 use an invisible GTK notebook to switch between viewers
1867                 instead of reparenting widgets
1868
1869 2003-07-16 [christoph]  0.9.3claws12
1870
1871         * src/folder.c
1872                 move folder_item_update_freeze() to correct place in
1873                 folder_item_scan_full()
1874
1875 2003-07-16 [paul]       0.9.3claws11
1876
1877         * sync with 0.9.3cvs12
1878                 see ChangeLog 2003-07-14 and 2003-07-15
1879
1880 2003-07-16 [christoph]  0.9.3claws10
1881
1882         * src/imap.[ch]
1883         * src/prefs_account.[ch]
1884                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1885
1886 2003-07-15 [alfons]     0.9.3claws9
1887
1888         * src/main.c
1889                 make --config-dir do something useful
1890
1891 2003-07-15 [alfons]     0.9.3claws8
1892
1893         * src/procmsg.c
1894                 o fix a bug where 'last' didn't really point to the last message
1895                   in the top level list of children, but to the last threaded
1896                   message. 
1897                 
1898                 o clean up and make it easier to sync
1899
1900 2003-07-15 [alfons]     0.9.3claws7
1901
1902         * src/mainwindow.c
1903                 make correct menu items sensitive       
1904
1905 2003-07-14 [alfons]     0.9.3claws6
1906
1907         * src/procmsg.c
1908                 tune the threader so it will not subject-thread any message
1909                 without a subject prefix (this will not thread correctly if 
1910                 a parent is delivered after their childs, but it looks 
1911                 better right now)
1912
1913 2003-07-13 [christoph]  0.9.3claws5
1914
1915         * src/mainwindow.c
1916                 group "Add mailbox *..." menu items in submenu
1917
1918 2003-07-13 [alfons]     0.9.3claws4
1919
1920         * src/summaryview.c
1921                 correct summary_toggle_pressed() signature and make sure
1922                 signal is not passed on
1923
1924 2003-07-13 [alfons]     0.9.3claws3
1925
1926         * src/summaryview.c
1927                 o for now don't pass on keys when they we're handled by 
1928                   ctree::key_press_event
1929                 o clean up
1930
1931 2003-07-13 [alfons]     0.9.3claws2
1932         
1933         * src/main.c
1934                 add command line option "--config-dir" to get the current 
1935                 configuration dir
1936
1937 2003-07-12 [alfons]     0.9.3claws1
1938
1939         * src/matcher.[ch]
1940         * src/matcher_parser_parse.y
1941         * src/prefs_filtering.c
1942         * src/filtering.c
1943                 add "Lock" filter action to lock messages;
1944
1945         * src/filtering.c       
1946                 remove debug_print()    
1947         * src/prefs_filtering.c
1948                 re-organize matcher part 9: 
1949                 make action text entries easily extendible;
1950                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1951                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1952
1953 2003-07-12 [paul]
1954
1955         * tools/README
1956                 update old information and add missing
1957                 information
1958
1959 2003-07-12 [paul]       0.9.3claws
1960
1961         * 0.9.3claws released
1962         
1963 2003-07-12 [paul]       0.9.0claws103
1964
1965         * src/Makefile.am
1966                 add addrquery.h
1967
1968 2003-07-12 [melvin]     0.9.0claws102
1969
1970         * src/messageview.c
1971                 Fixed bug #215: Show MIME tab for single text/html messages. 
1972                 
1973 2003-07-12 [paul]       0.9.0claws101
1974
1975         * man/sylpheed.1
1976                 updated
1977
1978 2003-07-12 [paul]       0.9.0claws100
1979
1980         * po/es.po
1981           po/hr.po
1982           po/pl.po
1983           po/sr.po
1984                 update Spanish, Croatian, Polish, Serbian translations.
1985                 submitted by Ricardo Mones Lastra, Dragan, Witold
1986                 Wladyslaw Wojciech Wilk, Urke MMI
1987
1988 2003-07-12 [melvin]     0.9.0claws99
1989
1990         * po/fr.po
1991                 Updated French translations.
1992
1993 2003-07-12 [paul]       0.9.0claws98
1994
1995         * src/addressbook.c
1996                 disable 'Lookup' button as it has no effect
1997
1998 2003-07-11 [alfons]     0.9.0claws97
1999         
2000         * src/summaryview.c
2001                 summary_searchbar_pressed() should return TRUE to signal that
2002                 event was handled. when returning void, the return value passed
2003                 to GTK is actually random, but maybe FALSE, in which case the
2004                 event is handled by parent
2005                 
2006 2003-07-10 [paul]       0.9.0claws96
2007
2008         * ac/missing/gettext.m4
2009                 update to version 0.12
2010
2011 2003-07-10 [paul]       0.9.0claws95
2012
2013         * src/plugins/clamav/clamav_plugin.c
2014                 fix bug where multipart/alternative messages
2015                 would slip through without being scanned
2016
2017 2003-07-10 [christoph]  0.9.0claws94
2018
2019         * src/folder.c
2020                 correct check if folder supports removing when a message is
2021                 moved. if not the message is only copied.
2022
2023         (closes Bug 132 crash on startup in newsgroups folders)
2024
2025 2003-07-09 [alfons]     0.9.0claws93
2026
2027         * configure.ac
2028         * src/common/defs.h
2029                 --with-config-dir (default .sylpheed)
2030
2031 2003-07-09 [christoph]  0.9.0claws92
2032
2033         * configure.ac
2034                 use PKG_CHECK_MODULES to check for gtkmathview
2035                 (version 0.4.2 now required)
2036
2037 2003-07-08 [melvin]     0.9.0claws91
2038
2039         * src/action.c
2040                 Implemented a progress bar that counts the number of completed
2041                 tasks when the action runs more than one command.
2042
2043 2003-07-08 [alfons]     0.9.0claws90
2044
2045         * src/procmsg.c
2046                 if queued message has an invalid Message-Id, don't try to
2047                 find message it refers to (fixes #209 "crash when processing 
2048                 in folder")
2049
2050 2003-07-08 [paul]       0.9.0claws89
2051
2052         * sync with 0.9.3cvs2
2053                 see ChangeLog 2003-07-08
2054
2055 2003-07-08 [match]      0.9.0claws88
2056
2057         * src/ldapctrl.c
2058                 extend LDAP search for first/last name by parsing search term.
2059
2060 2003-07-08 [alfons]     0.9.0claws87
2061
2062         * src/send_message.c
2063                 fix bug #208 "Status message stuck when sending on POP3 account"
2064
2065 2003-07-07 [paul]       0.9.0claws86
2066
2067         * po/hr.po
2068                 new Croatian translation, submitted by
2069                 Dragan <drleskov@inet.hr>
2070
2071 2003-07-07 [paul]       0.9.0claws85
2072
2073         * sync with 0.9.3cvs1
2074                 see ChangeLog 2003-07-07
2075
2076 2003-07-05 [christoph]  0.9.0claws84
2077
2078         * src/Makefile.am
2079         * src/messageview.c
2080         * src/mimeview.[ch]
2081         * src/stock_pixmap.[ch]
2082         * src/pixmaps/messageview_text.xpm              ** NEW **
2083                 move mimeview tabs to the right side and use icons
2084                 instead of text to save some space
2085
2086         (patch by Luke Plant <lukeplant@softhome.net>)
2087
2088 2003-07-05 [christoph]  0.9.0claws83
2089
2090         * src/inc.c
2091                 add NULL pointer checks
2092
2093         (patch by Luke Plant <lukeplant@softhome.net>)
2094         (closes Bug 204 0.9.0 quits on authentication error?!)
2095
2096 2003-07-05 [alfons]     0.9.0claws82
2097
2098         * configure.ac
2099                 take the clue in bug #202 "./configure script - 
2100                 'if test' comparison failure" reported by John Kristoff. 
2101
2102 2003-07-04 [christoph]  0.9.0claws81
2103
2104         * src/plugins/spamassassin/spamassassin.c
2105                 set timeout for spam check
2106
2107 2003-07-04 [christoph]  0.9.0claws80
2108
2109         * src/main.c
2110                 destroy all FolderItems when shutting down to
2111                 allow folders to clean up
2112
2113 2003-07-04 [melvin]     0.9.0claws79
2114
2115         * src/gtk/gtkaspell.c
2116                 Fixed bug #184 "Entering non-ascii character deletes
2117                 previous char if spell checking enabled": this makes
2118                 the spell checking in multibytes (e.g. UTF-8)locales work.
2119                 (Patch by Luke Plant).
2120                 
2121 2003-07-04 [christoph]  0.9.0claws78
2122
2123         * sync with 0.9.2cvs1
2124                 see ChangeLog 2003-06-10
2125
2126 2003-07-04 [paul]       0.9.0claws77
2127
2128         * sync with 0.9.3 release
2129                 see ChangeLog 2003-07-04
2130
2131 2003-07-03 [christoph]  0.9.0claws76
2132
2133         * src/folder.[ch]
2134         * src/imap.c
2135         * src/mbox_folder.c
2136         * src/mh.c
2137         * src/news.c
2138                 move folder_item_get_path() stuff into a folder virtual function
2139
2140         * src/procmsg.c
2141                 use folder_item_fetch_msg() to get message and do not contruct
2142                 the filename from path and number
2143
2144 2003-07-03 [paul]       0.9.0claws75
2145
2146         * sync with 0.9.2cvs12
2147                 see ChangeLog 2003-07-03
2148
2149 2003-07-02 [paul]       0.9.0claws74
2150
2151         * src/messageview.c
2152                 fix text-selection for replying
2153
2154 2003-07-02 [paul]       0.9.0claws73
2155
2156         * sync with 0.9.2cvs11
2157                 see ChangeLog 2003-07-02
2158
2159 2003-07-02 [paul]       0.9.0claws72
2160
2161         * src/procmsg.c
2162                 revert last commit because it breaks more
2163                 than it fixes
2164
2165 2003-07-02 [paul]       0.9.0claws71
2166
2167         * src/procmsg.c
2168                 fix thread by subject/sort by date
2169
2170 2003-07-01 [paul]       0.9.0claws70
2171
2172         * sync with 0.9.2cvs10
2173                 see ChangeLog 2003-07-01
2174
2175 2003-06-30 [paul]       0.9.0claws69
2176
2177         * sync with 0.9.2cvs9
2178                 see ChangeLog 2003-06-30
2179
2180 2003-06-28 [match]      0.9.0claws68
2181
2182         * src/addressbook.c
2183                 fix null ptr.
2184
2185 2003-06-27 [paul]       0.9.0claws67
2186
2187         * sync with 0.9.2cvs7
2188                 see ChangeLog 2003-06-27
2189
2190 2003-06-26 [christoph]  0.9.0claws66
2191
2192         * src/folder.c
2193                 freeze folder updates while a folder is scanned
2194
2195         (closes Bug 185 New message counter)
2196
2197 2003-06-26 [darko]      0.9.0claws65
2198
2199         * src/ldapserver.c
2200                 fix infinite loop when adding a new LDAP server
2201
2202 2003-06-26 [paul]       0.9.0claws64
2203
2204         * sync with 0.9.2cvs6
2205                 see ChangeLog 2003-06-26
2206
2207 2003-06-26 [paul]       0.9.0claws63
2208
2209         * sync with 0.9.2cvs5
2210                 see ChangeLog 2003-06-25 and 2003-06-26
2211
2212 2003-06-25 [match]      0.9.0claws62
2213
2214         * src/addr_compl.c
2215                 Fixed tab/backtab for dropped-down completion list to
2216                 move next/previous field. (close bug 147)
2217
2218 2003-06-25 [christoph]  0.9.0claws61
2219
2220         * src/addr_compl.[ch]
2221         * src/addrindex.[ch]
2222         * src/folderview.c
2223         * src/inc.c
2224         * src/news.c
2225         * src/summaryview.c
2226         * src/toolbar.c
2227                 fix warnings
2228
2229 2003-06-25 [leandro]    0.9.0claws60
2230
2231         * src/compose.c
2232                 o cleanups
2233                 o gray out "Message/Remove references" menu item if not
2234                   replying to a message
2235
2236 2003-06-24 [leandro]    0.9.0claws59
2237
2238         * src/compose.[ch]
2239                 o removed "Message/Create new thread" menu item
2240                 o added "Message/Remove references" menu item
2241                   (it's off by default and will not check anymore
2242                    if the subject changed)
2243
2244 2003-06-23 [alfons]     0.9.0claws58
2245
2246         * src/procmsg.c
2247                 try better grouping messages threaded by subject based on their age.
2248                 still not perfect - because the message tree is not sorted by date.  
2249
2250 2003-06-23 [thorsten]   0.9.0claws57
2251
2252         * src/pop.[ch]
2253                 added mail_receive_hook to allow modifications
2254                 directly after retrieval (e.g. adding headers).
2255
2256 2003-06-23 [paul]       0.9.0claws56
2257
2258         * src/sourcewindow.c
2259                  enable the use of Ctrl+A to select all text in
2260                  the sourcewindow
2261                  Patch submitted by Ivan Francolin Martinez
2262                  <ivanfm@users.sourceforge.net>
2263
2264 2003-06-22 [christoph]  0.9.0claws55
2265
2266         * src/folder.[ch]
2267                 o add notification hook for folder tree changes
2268                 o invoke hooks after folder tree scanning
2269
2270         * src/folderview.[ch]
2271                 register hook for folder tree changes that
2272                 updates the ctree
2273
2274         (there are more places that should be updated, like add, remove 
2275          or move folder)
2276
2277         (closes Bug 164 Crash on rebuild folder tree)
2278         (closes Bug 190 Crash on 'rebuilding folder tree')
2279
2280 2003-06-21 [leandro]    0.9.0claws54
2281
2282         * src/compose.[ch]
2283                 create a new thread if subject changes
2284                 (it's on by default, can be disabled in Message menu)
2285
2286 2003-06-21 [alfons]     0.9.0claws53
2287
2288         * src/summaryview.c
2289                 quiet little compiler
2290
2291 2003-06-21 [christoph]  0.9.0claws52
2292
2293         update gettext stuff to version 0.12
2294
2295 2003-06-19 [alfons]     0.9.0claws51
2296
2297         * src/common/log.c
2298         * src/common/plugin.c
2299                 move defs.h before glib.h to prevent MIN/MAX redefs
2300
2301 2003-06-19 [alfons]
2302
2303         * src/addressbook.c
2304                 translatable
2305
2306 2003-06-19 [match]      0.9.0claws50
2307
2308         * src/addressbook.[ch]
2309         * src/addrindex.[ch]
2310         * src/addr_compl.[ch]
2311         * src/editldap.[ch]
2312         * src/editldap_basedn.[ch]
2313         * src/addritem.[ch]
2314         * src/ldapquery.h
2315                 re-implemented dynamic LDAP search. works without
2316                 slowdown on display sender with addressbook
2317                 option.
2318         * src/addrbook.c
2319                 documented code.
2320
2321 2003-06-19 [paul]       0.9.0claws49
2322
2323         * src/compose.c
2324                 fix Bug #136 'Nonprovided quotation marks crash claws'
2325                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2326
2327 2003-06-19 [alfons]     0.9.0claws48
2328
2329         * src/prefs_common.[ch]
2330         * src/procmsg.c
2331                 restrict threading by subject by checking thread for
2332                 age (prefs_common.thread_by_subject_max_age)
2333
2334 2003-06-18 [christoph]  0.9.0claws47
2335
2336         * src/imap.c
2337                 fix memory leak in imap_cmd_fetch()
2338
2339 2003-06-18 [christoph]  0.9.0claws46
2340
2341         * src/prefs_gtk.c
2342                 fix memory leak in prefs_set_default() when used multiple
2343                 times or after prefs have been read
2344
2345 2003-06-18 [christoph]  0.9.0claws45
2346
2347         * src/common/plugin.c
2348                 fix memory leak in plugin_unload()
2349
2350 2003-06-18 [christoph]  0.9.0claws44
2351
2352         * src/imap.c
2353                 fix memory leak in imap_cmd_ok()
2354
2355 2003-06-18 [christoph]  0.9.0claws43
2356
2357         * src/folder.c
2358                 stop messages that are downloaded from POP3 and added to
2359                 an IMAP inbox from being filtered twice (first by POP3
2360                 and again when IMAP folder is scaned to get the UID of
2361                 the APPEND operation when no UIDPLUS is available)
2362
2363 2003-06-18 [alfons]
2364
2365         * tools/Makefile.am
2366                 phoenix <- firebird     
2367
2368 2003-06-18 [paul]
2369
2370         * tools/launch_phoenix          ** REMOVED **
2371           tools/launch_firebird         ** NEW **
2372                 renamed and edited to reflect the browser's name change from
2373                 'phoenix' to 'firebird'
2374
2375 2003-06-18 [paul]       0.9.0claws42
2376
2377         * sync with 0.9.2cvs2
2378                 see ChangeLog 2003-06-16
2379
2380 2003-06-17 [alfons]     0.9.0claws41
2381
2382         * src/procmsg.c
2383                 prevent threading problems when a node is an ancestor (parent / great parent),
2384                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2385                 for finding an sample set of messages)
2386
2387 2003-06-16 [christoph]  0.9.0claws40
2388
2389         * src/main.c
2390                 don't popup main window on --receive or --receive-all
2391
2392         * src/mainwindow.[ch]
2393         * src/plugins/trayicon/trayicon.c
2394                 allow hiding of main window by clicking on the trayicon
2395                 (doesn't work correctly in seperate window mode and may
2396                  cause unexpected GTK problems I couldn't find yet)
2397
2398         * src/common/ssl.c
2399                 remove incorrect warning
2400
2401 2003-06-15 [alfons]     0.9.0claws39
2402
2403         * src/gtk/gtkstext.c
2404                 don't output debug text;
2405                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2406                 for pointing this out);
2407
2408 2003-06-14 [alfons]     0.9.0claws38
2409         
2410         * src/messageview.c
2411                 remove printf() and make one if..else comply with coding style
2412
2413 2003-06-14 [alfons]     0.9.0claws37
2414
2415         * AUTHORS
2416                 add Martin Wicke
2417         * src/action.c
2418         * src/messageview.[ch]
2419         * src/summaryview.c
2420                 apply patch #754162 "Quoting messages filtered by actions" submitted
2421                 by Martin Wicke, which allows quoting message body changed by an
2422                 action (Thanks!).
2423
2424 2003-06-13 [alfons]     0.9.0claws36
2425
2426         * src/utils.c
2427                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2428                 use case insensitive regexp (suggested by Ivan Martinez)
2429
2430 2003-06-13 [christoph]  0.9.0claws35
2431
2432         * configure.ac
2433         * src/plugins/trayicon/Makefile.am
2434         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2435         * src/plugins/trayicon/trayicon.c
2436         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2437         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2438         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2439         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2440         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2441         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2442                 replace my own EggTrayIcon backport with the backport
2443                 used by (l|x)mule and gabber.
2444
2445 2003-06-13 [alfons]     0.9.0claws34
2446
2447         * AUTHORS
2448         * src/common/utils.c
2449                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2450
2451 2003-06-13 [alfons]     0.9.0claws33
2452
2453         * src/compose.c
2454                 clean up a little bit
2455
2456 2003-06-12 [alfons]     0.9.0claws32
2457
2458         * src/compose.c
2459                 const correctness fix
2460
2461         * src/common/sylpheed.[ch]
2462                 () -> (void)
2463                 prevent redef MIN/MAX
2464                 
2465         * src/common/utils.[ch]
2466                 () -> (void)
2467
2468 2003-06-12 [melvin]     0.9.0claws31
2469
2470         * src/compose.c
2471                 Updated to take into accounts changes in GtkAspell.
2472
2473 2003-06-12 [alfons]     0.9.0claws30
2474
2475         * src/compose.c
2476         * src/procmsg.c
2477         * src/common/utils.[ch]
2478                 handle reply subject prefixes better (initial 
2479                 suggestion by Robert Story adapted and enhanced 
2480                 using regexps)
2481
2482 2003-06-12 [melvin]     0.9.0claws29
2483
2484         * src/compose.c
2485                 Use new gtkaspell_checkers_strerror() to get the speller's
2486                 error message instead of accessing the (now private)
2487                 checkers structure.
2488                 Minor code clean up
2489
2490         * src/main.c
2491                 Use #ifdef instead of #if for USE_ASPELL
2492                 Use the new spell checkers init/quit functions 
2493
2494         * src/gtk/gtkaspell.c
2495                 Use #ifdef instead of #if for USE_ASPELL
2496                 Moved in the majority of GtkAspell structures that were
2497                 exported before by gtkaspell.h
2498         
2499         * src/gtk/gktaspell.h
2500                 Made gtkaspell.h contain only the necessary data to be
2501                 publicized by moving many structures to gtkaspell.c.
2502                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2503                 gtkaspell_checkers_new(): replaced by...
2504                 gtkaspell_checkers_init(): new function for initialization
2505                 gtkaspell_checkers_delete(): replaced by...
2506                 gtkaspell_checkers_quit(): new function
2507                 gtkaspell_checkers_strerror(): new function that returns
2508                 the checker's last error message.
2509                 
2510 2003-06-11 [melvin]     0.9.0claws28
2511
2512         * po/POTFILES.in
2513                 Updated to take into account gtkaspell.c migration to
2514                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2515
2516 2003-06-10 [alfons]     0.9.0claws27
2517
2518         * src/filtering.[ch]
2519         * src/folder.c
2520         * src/matcher.c
2521         * src/scoring.[ch]
2522                 - try fixing bug #18 (any brave testers?)
2523                 - add more robustness by refusing previously 
2524                   unchecked NULL pointers 
2525
2526 2003-06-10 [alfons]     0.9.0claws26
2527
2528         * src/procmsg.c
2529                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2530
2531 2003-06-09 [alfons]     0.9.0claws25
2532
2533         * src/prefs_common.c
2534                 fix bug #163 "Icon switching doesnt work properly" by 
2535                 preventing early freeing of prefs_common.pixmap_theme_path.
2536
2537 2003-06-09 [christoph]  0.9.0claws24
2538
2539         * src/gtk/gtkaspell.c
2540                 revert Thorsten's fix and add forgotten g_strdup for
2541                 aspell path (it should not be possible to alter the path a
2542                 GtkASpell uses from outside)
2543
2544 2003-06-09 [thorsten]   0.9.0claws23
2545
2546         * src/gtk/gtkaspell.c
2547                 dont free prefs_common.aspell_path when closing compose
2548
2549 2003-06-08 [colin]      0.9.0claws22
2550
2551         * src/plugins/spamassassin/spamassassin.c
2552                 fix prefs types
2553
2554 2003-06-07 [christoph]  0.9.0claws21
2555
2556         * src/Makefile.am
2557         * src/compose.c
2558         * src/gtkaspell.[ch]            ** REMOVE **
2559         * src/gtk/Makefile.am
2560         * src/gtk/gtkaspell.[ch]        ** NEW **
2561                 o make gtkaspell independent from sylpheed's prefs
2562                 o move gtkaspell.[ch] to gtk directory
2563
2564 2003-06-07 [christoph]  0.9.0claws20
2565
2566         * src/Makefile.am
2567         * src/crash.c
2568         * src/export.c
2569         * src/filesel.[ch]              ** REMOVE **
2570         * src/folder.c
2571         * src/main.[ch]
2572         * src/common/sylpheed.[ch]
2573         * src/gtk/Makefile.am
2574         * src/gtk/filesel.[ch]          ** NEW **
2575         * src/gtk/pluginwindow.c
2576         * src/gtk/sslcertwindow.c
2577                 move filesel.[ch] to gtk directory
2578
2579 2003-06-07 [alfons]     0.9.0claws19
2580
2581         * src/filesel.c
2582                 make (multi) file selection dialog work again (Claws-only)
2583
2584 2003-06-07 [thorsten]   0.9.0claws18
2585
2586         * po/de.po
2587                 fix typos
2588
2589 2003-06-07 [alfons]     0.9.0claws17
2590
2591         * configure.ac
2592         * src/mimeview.c
2593                 detect apache mishap in which case don't include fnmatch.h
2594                 if regex.h is already included
2595
2596 2003-06-06 [christoph]  0.9.0claws16
2597
2598         * configure.ac
2599         * src/mimeview.h
2600                 add check for fnmatch.h and include it when available
2601
2602         * src/mimeview.[ch]
2603                 fix wrong case sensitivity of Content-Types
2604
2605         * src/gtk/Makefile.am
2606                 need the same include paths in gtk directory as in
2607                 common directory because .h files in common can
2608                 include files from these directories, when included
2609                 in gtk's .h or .c files
2610
2611 2003-06-06 [alfons]     0.9.0claws15
2612
2613         * src/mimeview.c
2614         * src/summaryview.c
2615                 make it compile again because of regex.h / fnmatch.h 
2616                 include problems (related to recent mime stuff, can
2617                 someone check this?)
2618
2619 2003-06-06 [thorsten]   0.9.0claws14
2620
2621         * src/folderview.c
2622                 possible use of uninitialized pointer while dragging
2623
2624 2003-06-06 [paul]       0.9.0claws13
2625
2626         * src/compose.c
2627                 fix bug where the insert sig button would be effective
2628                 only when auto_sig was set
2629
2630 2003-06-06 [paul]       0.9.0claws12
2631
2632         * sync with 0.9.2 release
2633
2634 2003-06-02 [paul]       0.9.0claws11
2635
2636         * sync with 0.9.1cvs1
2637                 see ChangeLog 2003-06-02
2638                 
2639         * po/de.po
2640                 update by Jens
2641
2642 2003-06-01 [christoph]  0.9.0claws10
2643
2644         * src/account.c
2645                 don't use substring search to find accounts by email address
2646
2647         (closes Bug 169 Overly loose matching of "From" address)
2648
2649 2003-05-31 [christoph]  0.9.0claws9
2650
2651         * doc-src/rfc2683.txt
2652         * src/imap.c
2653                 limit IMAP command length as recommended in RFC2683
2654                 (message number lists will be split into multiple imap
2655                 sets, the limit of 1000 octets is not a hard limit)
2656
2657         (closes Bug 161 sylpheed-claws exits with segfault when logging
2658          in to certain imap-servers)
2659
2660 2003-05-29 [alfons]     0.9.0claws8
2661
2662         * src/toolbar.[ch]
2663                 add print button (calling summary_print());
2664                 fine tune setting tooltip text;
2665                 (if someone needs other buttons, please take these 
2666                 commits as a guide, instead of bothering us - also
2667                 see 0.8.11claws150) 
2668
2669 2003-05-29 [darko]      0.9.0claws7
2670
2671         * src/compose.c
2672                 fix crash when word wrapping kicks in due to
2673                 changed text by spell checker
2674
2675 2003-05-29 [paul]       0.9.0claws6
2676
2677         * src/compose.c
2678                 fix bug where changing account would insert
2679                 sig even if auto_sig was FALSE
2680                 
2681         * ChangeLog
2682           ChangeLog.jp
2683           INSTALL
2684                 sync with 0.9.1 release
2685
2686 2003-05-28 [christoph]  0.9.0claws5
2687
2688         * src/imap.c
2689                 fix truncation of too long commands
2690
2691         (closes Bug 167 IMAP hangs trying to get envelope
2692          information in imap_get_uncached_messages)
2693
2694 2003-05-27 [paul]       0.9.0claws4
2695
2696         * tools/Makefile.am
2697           tools/maildir2sylpheed.pl     ** NEW FILE **
2698                 add kmail to sylpheed mailbox conversion script
2699
2700 2003-05-27 [paul]       0.9.0claws3
2701
2702         * sync with 0.9.0cvs10
2703                 see ChangeLog 2003-05-26
2704
2705 2003-05-26 [paul]       0.9.0claws2
2706
2707         * sync with 0.9.0cvs9
2708                 see ChangeLog 2003-05-26
2709
2710 2003-05-24 [paul]       0.9.0claws1
2711
2712         * sync with 0.9.0cvs8
2713                 see ChangeLog 2003-05-23
2714
2715 2003-05-24 [paul]       0.9.0claws
2716
2717         * version 0.9.0claws released
2718
2719 2003-05-24 [paul]       0.8.11claws177
2720
2721         * src/plugins/dillo-viewer/Makefile.am
2722           src/plugins/traycon/Makefile.am
2723                 add missing files
2724                 
2725         * po/bg.po
2726           po/en_GB.po
2727           po/es.po
2728           po/it.po
2729           po/pt_BR.po
2730           po/ru.po
2731           po/sr.po
2732                 update Bulgarian, British English, Spanish, Italian, 
2733                 Brazilian Portuguese, Russian, and Serbian translations, 
2734                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2735                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2736                 Ruslan N. Balkin, and Urke MMI
2737
2738 2003-05-23 [melvin]     0.8.11claws176
2739
2740         * po/fr.po
2741                 Updated French translations
2742
2743 2003-05-22 [paul]       0.8.11claws175
2744
2745         * src/Makefile.am
2746           src/addrbook.[ch]
2747           src/addrcache.[ch]
2748           src/addr_compl.[ch]
2749           src/adressbook.[ch]
2750           src/addrindex.[ch]
2751           src/addritem.[ch]
2752           src/editaddress.c
2753           src/editgroup.c
2754           src/editldap_basedn.c
2755           src/editldap.c
2756           src/jpilot.c
2757           src/vcard.c
2758                 revert to get ldap into it previous working state
2759                 
2760         * po/zh_TW.Big5.po
2761                 new Taiwanese translation,
2762                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2763
2764 2003-05-22 [christoph]  0.8.11claws174
2765
2766         * src/plugins/spamassassin/libspamc.[ch]
2767                 sync libspamc with SpamAssaain release 2.55
2768
2769 2003-05-22 [paul]       0.8.11claws173
2770
2771         * sync with 0.9.0cvs7
2772                 see ChangeLog 2003-05-22
2773                 
2774         * src/summaryview.c
2775                 revert change in 0.8.11claws172: follow
2776                 Hiroyuki's decision and that's the end of it.
2777
2778 2003-05-21 [paul]       0.8.11claws172
2779
2780         * src/summaryview.c
2781                 fix discrepency between open_unread_on_enter
2782                 and always_show_msg
2783
2784 2003-05-21 [paul]       0.8.11claws171
2785
2786         * sync with 0.9.0cvs6
2787                 see ChangeLog 2003-05-21
2788
2789 2003-05-21 [paul]       0.8.11claws170
2790
2791         * sync with 0.9.0cvs5
2792                 see ChangeLog 2003-05-21
2793
2794 2003-05-20 [paul]       0.8.11claws169
2795
2796         * sync with 0.9.0cvs4
2797                 see ChangeLog 2003-05-20
2798                 fixes bug #152, 'encoding of IMAP folders names'
2799
2800 2003-05-20 [paul]       0.8.11claws168
2801
2802         * sync with 0.9.0cvs3
2803                 see ChangeLog 2003-05-20
2804                 
2805         * src/tools/convert_mbox.pl
2806                 minor change in the comments, submitted by Fred Marton
2807
2808 2003-05-19 [paul]       0.8.11claws167
2809
2810         * src/plugins/clamav/Makefile.am
2811           configure.ac
2812                 link clamav_lib to the plugin and not to the main program
2813
2814 2003-05-19 [christoph]
2815
2816         * src/Makefile.am
2817                 add -export-dynamic for linking
2818
2819 2003-05-19 [paul]       0.8.11claws166
2820
2821         * sync with 0.9.0cvs1
2822                 see ChangeLog 2003-05-19
2823
2824 2003-05-19 [paul]       0.8.11claws165
2825
2826         * src/inc.c
2827                 fix 'pop before smtp' timeout
2828
2829 2003-05-18 [alfons]     0.8.11claws164
2830
2831         * src/prefs_matcher.c
2832                 put "execute" action command line ("expression") in edit box
2833
2834 2003-05-18 [christoph]  0.8.11claws163
2835
2836         * src/mimeview.[ch]
2837         * src/plugins/dillo_viewer/dillo_viewer.c
2838         * src/plugins/image_viewer/viewer.c
2839         * src/plugins/mathml_viewer/mathml_viewer.c
2840                 let a viewer have a list of Content-Types
2841
2842 2003-05-18 [paul]       0.8.11claws162
2843
2844         * src/prefs_filtering.c
2845                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2846                 and REDIRECT actions
2847
2848 2003-05-17 [christoph]
2849
2850         * README.claws
2851                 o remove dynamic signatures that was syned with main
2852                 o add infos about no longer "build in" image viewer
2853                 o update bugtracker URL
2854
2855 2003-05-17 [christoph]  0.8.11claws161
2856
2857         * src/folder.c
2858         * src/folderview.c
2859         * src/imap.c
2860                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2861                 for every folder after rebuilding the folder tree.
2862
2863         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2864          messages)
2865
2866 2003-05-17 [christoph]  0.8.11claws160
2867
2868         * src/imap.c
2869                 don't use STATUS command on current folder to check for
2870                 content changes. imap_cmd_ok() now tracks changes to
2871                 folder and number of existing messages.
2872
2873 2003-05-17 [paul]       0.8.11claws159
2874
2875         * src/plugins/clamav/clamav_plugin.c
2876                 remove unnecessary debug_print
2877
2878 2003-05-16 [thorsten]   0.8.11claws158
2879
2880         * src/plugins/demo.c
2881                 included missing intl.h
2882
2883 2003-05-16 [paul]       0.8.11claws157
2884
2885         * po/POTFILES.in
2886                 remove non-existant entries
2887         
2888         * src/plugins/clamav/clamav_plugin.c
2889           src/plugins/clamav/clamav_plugin_gtk.c
2890           src/plugins/dillo_viewer/dillo_prefs.c
2891           src/plugins/dillo_viewer/dillo_viewer.c
2892                 gettextise
2893
2894 2003-05-16 [christoph]  0.8.11claws156
2895
2896         * po/POTFILES.in
2897                 include plugin .c files for translation until I
2898                 find a better solution to have plugins have their
2899                 own textdomain
2900         * src/plugins/demo/demo.c
2901         * src/plugins/image_viewer/plugin.c
2902         * src/plugins/mathml_viewer/mathml_viewer.c
2903         * src/plugins/spamassassin/spamassassin.c
2904         * src/plugins/spamassassin/spamassassin_gtk.c
2905         * src/plugins/trayicon/trayicon.c
2906                 add gettext macros for plugin name and description
2907
2908 2003-05-16 [paul]
2909
2910         * sync with 0.9.0
2911
2912 2003-05-16 [paul]       0.8.11claws155
2913
2914         * sync with lastest 0.9.0pre1
2915                 see ChangeLog 2003-05-16
2916
2917 2003-05-15 [paul]       0.8.11claws154
2918
2919         * sync with latest 0.9.0pre1
2920                 see ChangeLog 2003-05-14 and 2003-05-15
2921
2922 2003-05-14 [christoph]  0.8.11claws153
2923
2924         * src/plugins/image_viewer/viewer.c
2925         * src/plugins/image_viewer/viewer.glade         ** NEW **
2926         * src/plugins/image_viewer/viewerprefs.c
2927                 make it possible to disable the autoload function in the
2928                 imageviewer again
2929
2930 2003-05-14 [christoph]  0.8.11claws152
2931
2932         * src/folder.c
2933                 fix folder update after adding a message
2934
2935 2003-05-13 [alfons]     0.8.11claws151
2936
2937         * src/common/session.c
2938                 remove debug traces
2939                 
2940         * src/addrcache.[ch]
2941         * src/filtering.[ch]
2942         * src/folder.[c]
2943         * src/gtkaspell.[ch]
2944         * src/imap.[ch]
2945         * src/mbox_folder.[ch]
2946         * src/mh.[ch]
2947         * src/mimeview.h
2948         * src/msgcache.[ch]
2949         * src/news.[ch]
2950         * src/passphrase.[ch]
2951         * src/prefs_common.[ch]
2952         * src/prefs_gtk.[ch]
2953         * src/procmsg.c
2954         * src/scoring.[ch]
2955                 be pedantic; (in prototypes () implies (int))
2956
2957 2003-05-13 [alfons]     0.8.11claws150
2958
2959         * src/prefs_toolbar.[ch]
2960         * src/summaryview.[ch]
2961         * src/toolbar.[ch]
2962                 change misleading text in toolbar prefs;
2963                 add toolbar action for ignore thread (toggles ignore thread flag);
2964                 clean up a little bit;
2965
2966 2003-05-12 [paul]
2967
2968         * tools/convert_mbox.pl
2969                 bug fixed by Fred Marton
2970
2971 2003-05-12 [paul]
2972
2973         * sync with 0.9.0pre1
2974
2975 2003-05-09 [paul]       0.8.11claws149
2976
2977         * sync with 0.8.11cvs43
2978                 see ChangeLog 2003-05-09
2979
2980 2003-05-08 [christoph]  0.8.11claws148
2981
2982         * src/imap.[ch]
2983                 o use CAPABILIY as first command and check for PREAUTH
2984                   information in the response to it
2985                 o rewrite all imap_cmd_* functions to use an IMAPSession
2986                   instead of a SockInfo as parameter
2987                 o do STARTTLS after fetching and checking the server
2988                   capabilities
2989
2990 2003-05-08 [paul]       0.8.11claws147
2991
2992         * tools/Makefile.am
2993           tools/README
2994           tools/convert_mbox.pl         ** NEW FILE **
2995                 add mbox conversion script. Submitted by 
2996                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2997
2998 2003-05-07 [christoph]
2999
3000         * doc-src/glade.txt
3001         * src/gtk/pluginwindow.glade
3002         * src/plugins/image_viewer/viewerprefs.glade
3003         * src/plugins/spamassassin/spamassassin_gtk.glade
3004                 add glade files for user interfaces and a description how
3005                 to use glade to create the sylpheed code
3006
3007 2003-05-07 [paul]       0.8.11claws146
3008
3009         * sync with 0.8.11cvs41
3010                 see ChangeLog 2003-05-07
3011
3012 2003-05-06 [christoph]  0.8.11claws145
3013
3014         * src/main.c
3015         * src/plugins/image_viewer/viewer.c
3016                 fix usage of imlib in imageviewer plugin
3017
3018         * src/gtk/prefswindow.c
3019                 handle window close event correctly
3020
3021 2003-05-06 [paul]       0.8.11claws144
3022
3023         * src/common/ssl.c
3024                 fix typo introduced in sync
3025
3026 2003-05-06 [paul]       0.8.11claws143
3027
3028         * sync with 0.8.11cvs39
3029                 see ChangeLog 2003-05-06
3030
3031 2003-05-06 [paul]       0.8.11claws142
3032
3033         * AUTHORS
3034           po/cs.po
3035                 updated Czech translation, submitted by 
3036                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3037                 
3038         * src/plugins/clamav/clamav_plugin_gtk.c
3039                 clean up
3040
3041 2003-05-03 [alfons]     0.8.11claws141
3042
3043         * src/compose.[ch]
3044                 make paste as quotation work even when the call to 
3045                 text_inserted() was deferred (fixes bug #140 "Paste 
3046                 as quotation does not work when using "external" 
3047                 clipboard")
3048
3049 2003-05-03 [thorsten]   0.8.11claws140
3050
3051         * src/addrquery.h
3052           src/ldapquery.h
3053           src/mainwindow.c
3054                 removed C++ comments
3055         * src/addr_compl.c
3056                 function with non-int retval/param used before
3057                 implementation/declaration
3058
3059 2003-05-02 [paul]       0.8.11claws139
3060
3061         * src/addr_compl.[ch]
3062           src/addressbook.[ch]
3063           src/addrindex.c
3064           src/summaryview.c
3065                 revert match's changes to (finally) remove the bug where
3066                 opening a folder causes massive slowdown when using the 
3067                 'Display sender using address book' option
3068
3069 2003-05-01 [melvin]     0.8.11claws138
3070
3071         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3072         * src/plugins/dillo_viewer/dillo_viewer.c
3073                 Fixed bug where "Cancel" button from prefs issued
3074                 warnings.
3075                 Comply a little more to coding style
3076
3077 2003-05-01 [paul]       0.8.11claws137
3078
3079         * sync with 0.8.11cvs38
3080                 see ChangeLog 2003-05-01
3081
3082 2003-05-01 [paul]       0.8.11claws136
3083
3084         * po/bg.po
3085                 updated by George Danchev
3086
3087 2003-04-30 [christoph]  0.8.11claws135
3088
3089         * src/plugins/dillo_viewer/dillo_prefs.c
3090         * src/plugins/image_viewer/viewerprefs.c
3091         * src/plugins/spamassassin/spamassassin_gtk.c
3092                 remove gtk_widget_ref() calls for widgets in
3093                 glade code
3094
3095 2003-04-30 [paul]       0.8.11claws134
3096
3097         * src/addrindex.c
3098                 ok, this time a better fix for the bug where opening folder
3099                 has massive slowdown when using the 'Display sender using 
3100                 address book' option
3101
3102 2003-04-30 [paul]       0.8.11claws133
3103
3104         * src/addrindex.c
3105                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3106         
3107 2003-04-30 [melvin]     0.8.11claws132
3108
3109         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3110
3111         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3112                 Preferences for the dillo plugin
3113         * src/plugins/dillo_viewer/dillo_viewer.c
3114                 Support for preferences
3115         * src/plugins/dillo_viewer/Makefile.am
3116                 Added dillo_prefs.[ch]
3117
3118 2003-04-30 [alfons]     0.8.11claws131
3119
3120         * src/common/plugin.[ch]
3121                 see? this ANSI C'fication immediately gives us type
3122                 checking for free.
3123
3124 2003-04-30 [alfons]     0.8.11claws130
3125
3126         * src/common/plugin.[ch]
3127         * src/plugins/clamav/clamav_plugin.[ch]
3128         * src/plugins/clamav/clamav_plugin_gtk.c
3129         * src/plugins/demo/demo.c
3130         * src/plugins/dillo_viewer/dillo_viewer.c
3131         * src/plugins/image_viewer/plugin.c
3132         * src/plugins/image_viewer/viewer.[ch]
3133         * src/plugins/image_viewer/viewerprefs.[ch]
3134         * src/plugins/mathml_viewer/mathml_viewer.c
3135         * src/plugins/spamassassin/spamassassin.[ch]
3136         * src/plugins/spamassassin/spamassassin_gtk.c
3137         * src/plugins/trayicon/trayicon.c
3138                 clean up
3139
3140 2003-04-30 [alfons]     0.8.11claws129
3141
3142         * src/common/utils.c
3143                 make is_ascii_str() fail gracefully when NULL pointer
3144                 is passed
3145
3146 2003-04-30 [paul]       0.8.11claws128
3147
3148         * src/addrindex.c
3149                 fix bug where opening folder has massive slowdown when
3150                 using the 'Display sender using address book' option
3151
3152 2003-04-30 [paul]       0.8.11claws127
3153
3154         * src/plugins/clamav/clamav_plugin.c
3155           src/plugins/clamav/clamav_plugin_gtk.c
3156           src/plugins/demo/demo.c
3157           src/plugins/dillo_viewer/dillo_viewer.c
3158           src/plugins/image_viewer/plugin.c
3159           src/plugins/mathml_viewer/mathml_viewer.c
3160           src/plugins/spamassassin/spamassassin.c
3161           src/plugins/spamassassin/spamassassin_gtk.c
3162           src/plugins/trayicon/trayicon.c
3163                 get rid of eye-hurting function signatures
3164
3165 2003-04-30 [paul]       0.8.11claws126
3166
3167         * src/plugins/trayicon/trayicon.c
3168                 add description
3169                 
3170         * src/mimeview.c
3171                 be more descriptive
3172
3173 2003-04-30 [paul]       0.8.11claws125
3174
3175         * configure.ac
3176                 arrange the plugins in reverse alphabetical order
3177                 
3178         * src/plugins/clamav/clamav_plugin.[ch]
3179           src/plugins/clamav/clamav_plugin_gtk.c
3180                 rename some params
3181                 resize max_size window
3182                 re-arrange the order of some gui elements
3183                 improve descriptions
3184         
3185         * src/plugins/image_viewer/plugin.c
3186           src/plugins/mathml_viewer/mathml_viewer.c
3187                 add descriptions
3188                 
3189         * src/plugins/spamassassin/spamassassin_gtk.c
3190                 resize max_size window
3191                 re-arrange the order of some gui elements
3192                 
3193         * src/messageview.c
3194           src/mimeview.c
3195                 correct typos
3196
3197 2003-04-30 [alfons]     0.8.11claws124
3198
3199         * src/imap.c
3200                 fix a leak found while browsing Martin Kluge's 
3201                 valgrind log (Claws only)
3202
3203 2003-04-29 [darko]      0.8.11claws123
3204
3205         * src/gtk/gtkstext.h
3206                 include wchar.h if it is available, fixes compilation
3207                 on HP-UX systems
3208
3209 2003-04-29 [melvin]     0.8.11claws122
3210
3211         * src/prefs_actions.c
3212                 Improved help text of Actions' syntax
3213
3214 2003-04-28 [paul]       0.8.11claws121
3215
3216         * src/action.c
3217                 a better fix for the crash when performing an action
3218                 on a mime part
3219
3220 2003-04-28 [paul]       0.8.11claws120
3221
3222         * src/action.c
3223                 fix crash when performing an action on a
3224                 mime part
3225
3226 2003-04-28 [paul]       0.8.11claws119
3227
3228         * sync with 0.8.11cvs36
3229                 see ChangeLog 2003-04-28
3230
3231 2003-04-27 [paul]       0.8.11claws118
3232
3233         * more sync with 0.8.11cvs35
3234                 see ChangeLog 2003-04-25
3235
3236 2003-04-26 [christoph]  0.8.11claws117
3237
3238         * src/folder.c
3239                 fix remove virtual check
3240
3241 2003-04-26 [paul]       0.8.11claws116
3242
3243         * src/messageview.c
3244                 fix return-receipt, make it work again
3245
3246 2003-04-26 [paul]       0.8.11claws115
3247
3248         * src/mimeview.c
3249                 restore double-clicking of the [application/pgp-signature 
3250                 (Select "Check signature" to check)] line in the message view,
3251                 broken in recent sync
3252
3253 2003-04-26 [christoph]  0.8.11claws114
3254
3255         * src/folder.c
3256                 check if remove virtual really exists before
3257                 calling the function
3258
3259 2003-04-25 [match]      0.8.11claws113
3260
3261         * src/addrindex.c
3262         * src/addrbook.c
3263         * src/ldapquery.[ch]
3264         * src/ldapctrl.[ch]
3265                 fix memleak.
3266         * src/ldapserver.[ch]
3267                 fix memleak. fix segfault.
3268                 plug a Claws memleak
3269
3270 2003-04-25 [alfons]     0.8.11claws112
3271
3272         * src/folder.c
3273                 plug a Claws memleak
3274
3275 2003-04-25 [alfons]     0.8.11claws111
3276
3277         * src/common/session.c
3278                 plug a memleak
3279
3280 2003-04-25 [paul]       0.8.11claws110
3281
3282         * sync with 0.8.11cvs35
3283                 see ChangeLog 2003-04-24 and 2003-04-25
3284                 
3285         * src/gtk/pluginwindow.c
3286                 correct another strange float value
3287
3288 2003-04-24 [christoph]  0.8.11claws109
3289
3290         * src/folder.c
3291                 freeze folder item updates when unsetting new flags
3292
3293         * src/gtk/pluginwindow.c
3294                 correct strange float value
3295
3296 2003-04-23 [paul]       0.8.11claws108
3297
3298         * sync with 0.8.11cvs33
3299                 see ChangeLog 2003-04-23
3300
3301 2003-04-22 [paul]       0.8.11claws107
3302
3303         * src/Makefile.am
3304           src/messageview.c
3305           src/mimeview.c
3306           src/pgptext.[ch]      ** REMOVED **
3307                 remove pgptext.[ch] as its not used any more
3308
3309 2003-04-22 [paul]       0.8.11claws106
3310
3311         * sync with 0.8.11cvs31
3312                 see ChangeLog 2003-04-21 and 2003-04-22
3313
3314 2003-04-21 [alfons]     0.8.11claws105
3315
3316         * src/main.c
3317                 No access to GTK structures if we're a spawned child
3318                 (and clean up code a little bit...) Should fix #126.
3319
3320 2003-04-21 [melvin]     0.8.11claws104
3321
3322         * src/plugins/dillo_viewer/README
3323                 Improved slightly the text.
3324
3325 2003-04-21 [melvin]     0.8.11claws103
3326
3327         * src/plugins/dillo_viewer/README *** NEW ***
3328                 Added a README file for the Dillo plugin
3329
3330 2003-04-20 [paul]
3331
3332         * tools/README
3333           tools/outlook2sylpheed.pl
3334                 updated and improved by Ricardo Mones Lastra
3335
3336 2003-04-18 [oliver]     0.8.11claws102
3337
3338         * src/inc.c 
3339         * src/prefs_account.h
3340                 remove Pop3SessionType (used by selective download)
3341         * src/prefs_toolbar.c
3342                 enable set Default Toolbar button
3343
3344 2003-04-18 [paul]       0.8.11claws101
3345
3346         * sync with 0.8.11cvs29
3347                 see ChangeLog 2003-04-18
3348
3349 2003-04-17 [paul]       0.8.11claws100
3350
3351         * src/prefs_common.[ch]
3352           src/summaryview.c
3353                 remove 'Open next message on deletion' option,
3354                 as the same effect can now be achieved via the
3355                 'Always open messages in summary when selected'
3356                 option.
3357
3358 2003-04-17 [paul]       0.8.11claws99
3359
3360         * sync with 0.8.11cvs28
3361                 see ChangeLog 2003-04-17
3362
3363 2003-04-17 [christoph]  0.8.11claws98
3364
3365         * ac/spamassassin.m4
3366         * src/plugins/spamassassin/libspamc.[ch]
3367         * src/plugins/spamassassin/utils.[ch]
3368                 sync libspamc with SpamAssassin project
3369
3370 2003-04-17 [christoph]  0.8.11claws97
3371
3372         * src/common/socket.h
3373         * src/gtk/sslcertwindow.h
3374                 rename old USE_SSL to USE_OPENSSL
3375
3376 2003-04-17 [paul]       0.8.11claws96
3377
3378         * src/prefs_common.h
3379                 use gulong for P_COLOR so that it compiles/runs on
3380                 64-bit systems. Patch submitted by James Noyes
3381                 <jnoyes-claws@retrogeeks.com>
3382                 
3383         * po/de.po
3384                 updated by Jens
3385
3386 2003-04-17 [paul]       0.8.11claws95
3387
3388         * sync with 0.8.11cvs27
3389                 see ChangeLog 2003-04-16
3390
3391 2003-04-15 [paul]       0.8.11claws94
3392
3393         * src/prefs_common.[ch]
3394                 rearrange to stop the window getting too long:
3395                         move Receive dialog stuff to Receive tab
3396                         move Send dialog to Send tab
3397                         remove Dialogs frame
3398                 rename 'Open messages in summary with cursor keys' to
3399                 'Always open messages in summary when selected', as its
3400                 more appropriate
3401
3402 2003-04-15 [paul]       0.8.11claws93
3403
3404         * src/prefs_common.[ch]
3405           src/summaryview.c
3406                 add new option '/Interface/Open next message on deletion'
3407
3408 2003-04-15 [paul]       0.8.11claws92
3409
3410         * src/summaryview.[ch]
3411                 add /Mark/Lock and /Mark/Unlock to the pop-up
3412                 menu. Patch submitted by Ivan Francolin Martinez
3413                 <ivanfm@users.sourceforge.net>
3414
3415 2003-04-15 [paul]       0.8.11claws91
3416
3417         * sync with 0.8.11cvs24
3418                 see ChangeLog 2003-04-15
3419
3420 2003-04-14 [jens]       0.8.11claws90
3421
3422         * updated German translation and some corrections from
3423                 Roland Bless <bless@tm.uka.de>
3424
3425 2003-04-14 [paul]       0.8.11claws89
3426
3427         * sync with 0.8.11cvs22
3428                 see ChangeLog 2003-04-14
3429
3430 2003-04-13 [paul]       0.8.11claws88
3431
3432         * src/plugins/clamav/clamav_plugin.c
3433                 fix memory leaks
3434                 clean up
3435
3436 2003-04-12 [paul]       0.8.11claws87
3437
3438         * src/plugins/clamav/clamav_plugin.c
3439                 activate enable/disable archive scanning option
3440                 
3441         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3442
3443 2003-04-12 [paul]       0.8.11claws86
3444
3445         * src/plugins/Makefile.am
3446           src/plugins/clamav/Makefile.am                ** NEW FILE **
3447           src/plugins/clamav/README                     ** NEW FILE ** 
3448           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3449           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3450                 add Clam AntiVirus plugin
3451
3452 2003-04-12 [paul]       0.8.11claws85
3453
3454         * sync with 0.8.11cvs21
3455                 see ChangeLog 2003-04-11
3456
3457 2003-04-11 [paul]       0.8.11claws84
3458
3459         * po/es.po
3460                 update Spanish translation. Submitted by Ricardo
3461                 Mones Lastra.
3462
3463 2003-04-10 [christoph]  0.8.11claws83
3464
3465         * src/mbox.c
3466                 fix typo that did not move unfiltered mails to destination
3467                 folder
3468
3469         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3470          when filtering from spool)
3471
3472 2003-04-10 [christoph]  0.8.11claws82
3473
3474         * src/imap.c
3475                 use BODY.PEEK instead of BODY in in message fetch operation
3476                 to make sure the IMAP server does not set the \Seen flag for
3477                 messages. Sylpheed does that later itself, when the message
3478                 is opened in sylpheed
3479
3480         (closes Bug 111 Claws destroys unread marks)
3481
3482 2003-04-09 [oliver]     0.8.11claws81
3483         
3484         * src/folder.c
3485                 fix crash in folder_destroy
3486         * README.claws
3487                 remove selective download
3488
3489 2003-04-09 [christoph]  0.8.11claws80
3490
3491         * src/imap.c
3492                 fix crash in imap_get_msginfo() when then fetched message
3493                 is not found
3494
3495         (closes Bug 110 Crash during mail composition)
3496
3497 2003-04-08 [christoph]  0.8.11claws79
3498
3499         * src/folder.c
3500         * src/prefs_account.c
3501                 Filter new messages that are found in an INBOX folder
3502                 when 'Filter messages on receiving' is enabled in the
3503                 Folder's AccountPrefs. This allows to use Sylpheed's
3504                 filtering engine for IMAP folders where messages are
3505                 added to the INBOX by a MTA
3506
3507 2003-04-08 [paul]       0.8.11claws78
3508
3509         * src/procmsg.h
3510                 clean up after last commit
3511
3512 2003-04-08 [paul]       0.8.11claws77
3513
3514         * sync with 0.8.11cvs20
3515                 see ChangeLog 2003-04-07 and 2003-04-08
3516
3517 2003-04-07 [christoph]  0.8.11claws76
3518
3519         * src/filtering.[ch]
3520         * src/inc.[ch]
3521         * src/mbox.c
3522         * src/procmsg.[ch]
3523                 add procmsg_msginfo_filter() to execute filtering actions
3524
3525 2003-04-06 [christoph]  0.8.11claws75
3526
3527         * src/imap.c
3528                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3529
3530 2003-04-06 [christoph]  0.8.11claws74
3531
3532         * src/common/utils.[ch]
3533                 add g_int_compare() function for slist sorting
3534
3535         * src/imap.c
3536                 fetch all MsgInfos with one command in imap_get_msginfos()
3537                 using an imap set with a list of ranges
3538
3539         * src/news.c
3540                 use new g_int_compare() function
3541
3542 2003-04-06 [thorsten]   0.8.11claws73
3543
3544         * src/mh.c
3545                 corrected implementation of mh_folder_destroy()
3546
3547 2003-04-05 [christoph]  0.8.11claws72
3548
3549         * src/account.c
3550         * src/folder.[ch]
3551         * src/folderview.c
3552         * src/imap.c
3553         * src/inc.c
3554         * src/main.c
3555         * src/mainwindow.c
3556         * src/mbox_folder.c
3557         * src/mh.c
3558         * src/mimeview.h
3559         * src/msgcache.[ch]
3560         * src/news.c
3561         * src/procmime.h
3562         * src/procmsg.[ch]
3563         * src/setup.c
3564         * src/gtk/gtkutils.c
3565                 o rename structure field names class and new to klass and
3566                   new_msgs, to allow including files in C++
3567                 o add 'extern "C"' block to some header files
3568                 o add MsgInfoList and MsgNumberList as alias for GSList for
3569                   developers to know what type of list is expected
3570
3571         * src/plugins/image_viewer/plugin.c
3572         * src/plugins/image_viewer/viewer.[ch]
3573         * src/plugins/image_viewer/viewerprefs.[ch]
3574                 rename function names to prevent conflicts
3575
3576 2003-04-05 [paul]       0.8.11claws71
3577
3578         * sync with 0.8.11cvs18
3579                 see ChangeLog 2003-04-03 and 2003-04-04
3580
3581 2003-04-02 [christoph]  0.8.11claws70
3582
3583         * src/folder.[ch]
3584         * src/imap.[ch]
3585         * src/mbox_folder.[ch]
3586         * src/mh.[ch]
3587         * src/news.[ch]
3588                 o Make all virtual folder functions private
3589                 o remove unused folder code
3590
3591         * src/common/socket.[ch]
3592         * src/summaryview.c
3593                 fix warnings
3594
3595 2003-03-30 [alfons]     0.8.11claws69
3596
3597         * src/send_message.c
3598                 remove two debug traces and see if people still report
3599                 errors
3600
3601 2003-03-30 [alfons]     0.8.11claws68
3602
3603         * src/send_message.c
3604         * src/commons/session.c
3605                 add more debug traces
3606
3607 2003-03-30 [christoph]  0.8.11claws67
3608
3609         * src/folder.c
3610                 change processing folder name from .processing to processing
3611
3612         * src/common/ssl.c
3613                 disable SSL certificate check because it causes Xlib error
3614                 when the child process want's to open an GTK window
3615
3616 2003-03-30 [christoph]  0.8.11claws66
3617
3618         * src/folder.c
3619                 don't use default folder for processing folder item because
3620                 it can be a non local folder
3621
3622         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3623
3624 2003-03-30 [alfons]     0.8.11claws65
3625
3626         * src/send_message.c
3627                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3628                 to generate bad code for 'send_send_data_progressive': When
3629                 called from 'send_send_data_finished', the 'data' pointer is
3630                 cleared just before the assignment to the dialog pointer
3631
3632 2003-03-29 [christoph]  0.8.11claws64
3633
3634         * src/common/prefs.h
3635         * src/plugins/image_viewer/Makefile.am
3636         * src/plugins/image_viewer/plugin.c
3637         * src/plugins/image_viewer/viewer.[ch]
3638         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3639                 add PrefsPage for ImageViewer
3640
3641 2003-03-28 [thorsten]   0.8.11claws63
3642
3643         * src/common/session.c
3644                 added some comments
3645
3646 2003-03-28 [paul]       0.8.11claws62
3647
3648         * sync with 0.8.11cvs16
3649                 see ChangeLog 2003-03-28
3650
3651 2003-03-28 [paul]       0.8.11claws61
3652
3653         * sync with 0.8.11cvs15
3654                 see ChangeLog 2003-03-28
3655
3656 2003-03-27 [christoph]  0.8.11claws60
3657
3658         * src/folder.c
3659         * src/imap.c
3660         * src/common/socket.[ch]
3661                 set socket state to DISCONNECTED when any operation
3662                 fails to allow reconnecting in IMAP code without
3663                 checking the return code of all calls to the command
3664                 functions
3665
3666         * src/folderview.c
3667         * src/summaryview.c
3668                 remove some more stuff that depends on specific
3669                 folder types
3670
3671 2003-03-27 [paul]       0.8.11claws59
3672
3673         * sync with 0.8.11cvs14
3674                 see ChangeLog 2003-03-27
3675                 
3676         * src/selective_download.[ch]   ** REMOVED **
3677                 really removed
3678
3679 2003-03-27 [christoph]  0.8.11claws58
3680
3681         * src/folder.c
3682                 fix handling of tmp_flags in flag copy function
3683
3684 2003-03-27 [paul]       0.8.11claws57
3685
3686         * sync with 0.8.11cvs13
3687                 see ChangeLog 2003-03-27
3688
3689 2003-03-27 [oliver]     0.8.11claws56
3690
3691         * src/maiwindow.c
3692                 remove sel_download_cb
3693
3694 2003-03-27 [oliver]     0.8.11claws55
3695         
3696         * src/inc.c
3697                 remove POP3_TOP
3698         
3699 2003-03-26 [oliver]     0.8.11claws54
3700
3701         *src/pop.h
3702                 remove POP3_TOP*
3703         * README.claws
3704                 remove selective donwload readme
3705
3706 2003-03-26 [oliver]     0.8.11claws53
3707         * src/matcher.[ch]
3708         * src/matcher_parser_parse.y 
3709         * src/pop.c 
3710         * src/prefs_account.[ch]
3711         * src/prefs_filtering.c
3712                 remove selective donwload
3713
3714 2003-03-26 [oliver]     0.8.11claws52
3715
3716         * src/inc.[ch] 
3717         * src/filtering.c 
3718         * src/mainwindow.c 
3719                 remove selective donwload
3720
3721 2003-03-26 [oliver]     0.8.11claws51
3722         
3723         * src/Makefile.am
3724         * src/selective_download.[ch]   ** REMOVE **    
3725
3726 2003-03-26 [christoph]  0.8.11claws50
3727
3728         * src/news.c
3729                 fix NEWS that got broken by a sync with sylpheed-main
3730
3731 2003-03-26 [christoph]  0.8.11claws49
3732
3733         * src/mimeview.c
3734                 fix mime type guessing when no mime type is found for a file
3735
3736 2003-03-25 [christoph]  0.8.11claws48
3737
3738         * src/mimeview.c
3739         * src/procmime.c
3740                 remove mime type guessing from mime parser and use
3741                 name based mime types in viewer lookup for mime type
3742                 application/octet-stream
3743
3744 2003-03-25 [christoph]  0.8.11claws47
3745
3746         * doc-src/readme.txt
3747         * doc-src/rfc2554.txt
3748                 add RFC about SMTP AUTH
3749
3750         * src/send_message.c
3751         * src/common/smtp.[ch]
3752                 add extra error code for authentication errors and
3753                 clear temporary password when this error occurs
3754
3755         (closes Bug 84 authentication failure while sending should
3756          prompt for password again)
3757
3758 2003-03-25 [christoph]  0.8.11claws46
3759
3760         * configure.ac
3761         * src/Makefile.am
3762         * src/imageview.[ch]                            ** REMOVE **
3763         * src/messageview.[ch]
3764         * src/mimeview.[ch]
3765         * src/prefs_common.[ch]
3766         * src/textview.c
3767         * src/plugins/Makefile.am
3768         * src/plugins/image_viewer/.cvsignore           ** NEW **
3769         * src/plugins/image_viewer/Makefile.am          ** NEW **
3770         * src/plugins/image_viewer/plugin.c             ** NEW **
3771         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3772                 move image viewer into a plugin (building is enabled by default)
3773                 [ToDo: Prefs for resize and autoview]
3774
3775 2003-03-25 [paul]       0.8.11claws45
3776
3777         * sync with 0.8.11cvs12
3778                 see ChangeLog 2003-03-26
3779
3780 2003-03-25 [paul]       0.8.11claws44
3781
3782         * sync with 0.8.11cvs11
3783                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3784                 
3785         Note: Selective Download is broken.
3786                 
3787 2003-03-22 [christoph]  0.8.11claws43
3788
3789         * src/folder.c
3790                 code cleanup for flags copying
3791
3792 2003-03-22 [christoph]  0.8.11claws42
3793
3794         * src/plugins/trayicon/trayicon.c
3795                 fix setting the transparent area when the window size
3796                 is forced by the system tray
3797
3798 2003-03-22 [christoph]  0.8.11claws41
3799
3800         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3801         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3802         * src/plugins/trayicon/newmail.xpm              ** NEW **
3803         * src/plugins/trayicon/nomail.xpm               ** NEW **
3804         * src/plugins/trayicon/trayicon.c
3805         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3806                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3807                 o add icon for unread mails
3808                 o set transparency for window
3809
3810 2003-03-22 [christoph]  0.8.11claws40
3811
3812         * src/news.c
3813                 init news session to prevent crash when session is closed
3814
3815 2003-03-22 [christoph]  0.8.11claws39
3816
3817         * src/imap.c
3818         * src/common/session.[ch]
3819                 Init session data to make sure we don't have invalid pointers
3820                 for read_ch and write_ch when new multi process sessions are
3821                 not used
3822
3823         * src/main.c
3824         * src/common/plugin.c
3825         * src/common/sylpheed.c
3826         * src/plugins/demo/demo.c
3827         * src/plugins/dillo_viewer/dillo_viewer.c
3828         * src/plugins/mathml_viewer/mathml_viewer.c
3829         * src/plugins/spamassassin/spamassassin.c
3830         * src/plugins/spamassassin/spamassassin_gtk.c
3831                 add plugin types to allow loading plugins at different times
3832                 (and maybe for different frontends), because it's not good to
3833                 load GTK-Plugins gefore gtk_init was called
3834
3835         * configure.ac
3836         * src/plugins/Makefile.am
3837         * src/plugins/trayicon/.cvsignore               ** NEW **
3838         * src/plugins/trayicon/Makefile.am              ** NEW **
3839         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3840         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3841         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3842         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3843         * src/plugins/trayicon/trayicon.c               ** NEW **
3844                 New Trayicon plugin that shows an icon in a systray that uses
3845                 XEMBED protocol like Gnome's systray. Icon shows if there
3846                 are new mails and a tooltip shows information about new,
3847                 unread and total messages.
3848
3849 2003-03-22 [paul]       0.8.11claws38
3850
3851         * src/common/smtp.c
3852                 fix ESMTP AUTH CRAM-MD5
3853                 [sync with main (still version 0.8.11cvs6), see
3854                  ChangeLog 2003-03-22]
3855
3856 2003-03-21 [colin]      0.8.11claws37
3857
3858         * src/send_message.c
3859                 Fix USE_SSL => USE_OPENSSL
3860
3861 2003-03-21 [colin]      0.8.11claws36
3862
3863         * src/folderview.c
3864                 Fix counts in drag and dropped subfolders
3865
3866 2003-03-21 [colin]      0.8.11claws35
3867
3868         * src/folder.c 
3869         * src/folderview.c
3870                 speed up a bit folder dnd
3871
3872 2003-03-20 [alfons]     0.8.11claws34
3873
3874         * src/main.c
3875         * src/toolbar.c
3876         * src/procmsg.c
3877                 don't send locked queue messages
3878                 (feature request "[ 705245 ] Locking message in outbox 
3879                  should prevent sending")
3880
3881 2003-03-20 [christoph]  0.8.11claws33
3882
3883         * src/folder.c
3884                 remove NEW and UNREAD flag in special folders when scanning
3885                 
3886         * src/common/smtp.c
3887                 fix ESMTP AUTH CRAM-MD5
3888
3889 2003-03-20 [paul]       0.8.11claws32
3890
3891         * src/prefs_account.c
3892                 Re-write 'Tunnel command to open connection' as
3893                 'Use command to communicate with server', and disable
3894                 it for all except IMAP accounts
3895
3896 2003-03-20 [paul]       0.8.11claws31
3897
3898         * sync with 0.8.11cvs6
3899                 see ChangeLog 2003-03-20
3900
3901 2003-03-19 [match]      0.8.11claws30
3902
3903         * src/addritem.[ch]
3904                 include documentation. minor refactoring.
3905         * src/addr_compl.[ch]
3906         * src/addrindex.[ch]
3907         * src/addresbook.[ch]
3908         * src/summaryview.c
3909                 re-enable address lookup (was disabled in
3910                 0.8.11claws20).
3911
3912 2003-03-19 [christoph]  0.8.11claws29
3913
3914         * src/procmsg.c
3915                 add temp flag handling, will make moving and copying
3916                 messages possible again
3917
3918         * src/folder.c
3919                 correct calulation of folder stats
3920
3921 2003-03-18 [match]      0.8.11claws28
3922
3923         * src/editgroup.h
3924                 remove case sensitive comparison (closes bug 80).
3925
3926 2003-03-18 [christoph]  0.8.11claws27
3927
3928         * src/imap.c
3929                 fix imap using a tunnel command
3930
3931         (closes bug 87)
3932
3933 2003-03-18 [christoph]  0.8.11claws26
3934
3935         * src/folder.[ch]
3936         * src/imap.c
3937         * src/procmsg.[ch]
3938                 rewrite flag handling for folders
3939
3940 2003-03-18 [christoph]  0.8.11claws25
3941
3942         * src/folder.c
3943         * src/procmsg.c
3944         * src/summaryview.c
3945                 unset NEW and UNREAD flags when message is ignored, to make
3946                 sure messages don't show up as unread on other IMAP clients,
3947                 because the IGNORE_THREAD flag can not be syncronized through
3948                 the IMAP folder
3949
3950 2003-03-17 [christoph]  0.8.11claws24
3951
3952         * src/imap.c
3953                 don't use recursion to fetch uids when the number of messages
3954                 does not match. Moved code into subfunction that is used
3955                 again when needed, to prevent an endless loop.
3956
3957 2003-03-17 [thorsten]   0.8.11claws23
3958
3959         * src/imageview.[ch]
3960                 export imageview_get_resized_size() (for plugins)
3961         * src/prefs_common.[ch]
3962                 added prefs_common_get() (for plugins)
3963
3964 2003-03-17 [christoph]  0.8.11claws22
3965
3966         * src/imap.c
3967                 o remove UID guessing from copy code
3968                 o support UIDPLUS extension for APPEND command
3969
3970 2003-03-17 [paul]       0.8.11claws21
3971
3972         * src/gtk/about.c
3973                 remove 'Compiled-plugins' section.
3974                 
3975         * src/plugins/dillo_viewer/dillo_viewer.c
3976                 slight change to description text
3977
3978 2003-03-16 [match]      0.8.11claws20
3979         * src/ldapserver.[ch]           ** NEW **
3980         * src/ldapctrl.[ch]             ** NEW **
3981         * src/ldapquery.[ch]            ** NEW **
3982         * src/ldaputil.[ch]             ** NEW **
3983         * src/addrcindex.[ch]           ** NEW **
3984         * src/addrquery.h               ** NEW **
3985         * src/addritem.[ch]
3986         * src/addrcache.[ch]
3987         * src/addrindex.[ch]
3988         * src/addr_compl.[ch]
3989         * src/addressbook.[ch]
3990         * src/addrbook.[ch]
3991         * src/editgroup.c
3992         * src/editaddress.c
3993         * src/editldap.c
3994         * src/editldap_basedn.c
3995         * src/vcard.c
3996         * src/jpilot.c
3997         * src/Makefile.am
3998                 included dynamic LDAP queries. improved address
3999                 completion.
4000
4001 2003-03-16 [paul]       0.8.11claws19
4002
4003         * tools/multiwebsearch.pl
4004                 fix a fatal typo
4005
4006 2003-03-16 [christoph]  0.8.11claws18
4007
4008         * src/mimeview.c
4009         * src/plugins/dillo_viewer/dillo_viewer.c
4010         * src/plugins/mathml_viewer/mathml_viewer.c
4011                 make unregistering of MimeViewerFactorys possible
4012
4013 2003-03-16 [alfons]     0.8.11claws17
4014
4015         * configure.ac
4016                 correct typo
4017
4018 2003-03-16 [melvin]     0.8.11claws16
4019
4020         * src/plugins/dillo_viewer.c
4021                 Fixed bug where it was not possible to view more than
4022                 one text/html attachment per message (bug discovered
4023                 by Christoph Hohmann).
4024
4025 2003-03-15 [melvin]     0.8.11claws15
4026
4027         * src/prefs_actions.c
4028                 Fixed compilation warnings.
4029
4030 2003-03-15 [melvin]     0.8.11claws14
4031
4032         * src/plugins/Makefile.am
4033         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4034         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4035         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4036                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4037                 newer (http://dillo.auriga.wearlab.de/).
4038
4039 2003-03-15 [christoph]  0.8.11claws13
4040
4041         * src/imap.c
4042                 don't query imap folder for attributes because we already
4043                 for them from imap_status
4044
4045         * src/mimeview.[ch]
4046                 add support for plugable MimeViewers (unloading Viewers
4047                 not yet complete)
4048
4049         * src/plugins/Makefile.am
4050         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4051         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4052         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4053                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4054                 widget from http://helm.cs.unibo.it/mml-widget/
4055
4056 2003-03-14 [christoph]  0.8.11claws12
4057
4058         * src/folder.[ch]
4059                 o error return code's should better be negative
4060                 o replace printf with debug_print
4061
4062         * src/imap.c
4063                 improve IMAP folder scan by checking UID-NEXT
4064
4065         * src/summaryview.c
4066                 remove check that are unnecessary in my opinion
4067
4068 2003-03-13 [christoph]  0.8.11claws11
4069
4070         * src/folder.[ch]
4071         * src/foldersel.c
4072         * src/folderview.c
4073         * src/imap.c
4074         * src/mbox_folder.c
4075         * src/mh.c
4076         * src/news.c
4077         * src/prefs_scoring.c
4078         * src/summaryview.c
4079                 use a common function to get a displayable name
4080                 for a FolderItem
4081
4082 2003-03-13 [paul]       0.8.11claws10
4083
4084         * tools/Makefile.am
4085           tools/README
4086           tools/multiwebsearch.conf     ** NEW FILE **
4087           tools/multiwebsearch.pl       ** NEW FILE **
4088                 add multiwebsearch Actions script
4089
4090 2003-03-13 [colin]      0.8.11claws9
4091
4092         * src/compose.c
4093                 Remove leading emtpy lines from quoted text
4094                 before quoting it
4095
4096 2003-03-13 [melvin]     0.8.11claws8
4097
4098         * src/prefs_actions.c
4099                 Fixed a memory leak
4100                 Code clean ups
4101                 Added Cancel and OK buttons
4102                 Corrected help text
4103
4104 2003-03-13 [christoph]  0.8.11claws7
4105
4106         * src/account.c
4107         * src/folder.[ch]
4108         * src/imap.c
4109         * src/mainwindow.c
4110         * src/mbox_folder.c
4111         * src/mh.c
4112         * src/news.c
4113         * src/setup.c
4114                 replace more folder type stuff with folder class stuff
4115
4116 2003-03-13 [melvin]     0.8.11claws6
4117
4118         * src/prefs_actions.c
4119                 Added new tokens:
4120                 %u: user provided argument
4121                 %h: user provided argument (hidden on input)
4122                 %s: current text selection in the message view 
4123
4124 2003-03-13 [paul]       0.8.11claws5
4125
4126         * sync with 0.8.11cvs5
4127                 see ChangeLog 2003-03-11, 2003-03-12
4128
4129 2003-03-12 [christoph]  0.8.11claws4
4130
4131         * src/folder.c
4132                 use folder class idstr when writing folderlist.xml
4133
4134         * src/folder.h
4135         * src/imap.c
4136         * src/news.c
4137                 replace folder type checks with folder class checks
4138
4139 2003-03-12 [christoph]  0.8.11claws3
4140
4141         * src/folder.[ch]
4142         * src/imap.[ch]
4143         * src/main.c
4144         * src/mbox_folder.[ch]
4145         * src/mh.[ch]
4146         * src/news.[ch]
4147                 o create a list of known folder classes in the folder system
4148                 o use folder class id strings for folder item identifiers
4149
4150 2003-03-12 [christoph]  0.8.11claws2
4151
4152         * src/imap.c
4153                 fix imap uid validity check
4154
4155 2003-03-12 [christoph]  0.8.11claws1
4156
4157         * src/account.c
4158         * src/folder.[ch]
4159         * src/foldersel.c
4160         * src/folderview.c
4161         * src/imap.c
4162         * src/mainwindow.c
4163         * src/mbox_folder.c
4164         * src/mh.c
4165         * src/news.c
4166         * src/prefs_scoring.c
4167         * src/procmsg.c
4168         * src/setup.c
4169         * src/summaryview.c
4170                 initial restructuring of folder system, seperating
4171                 folders and folder classes
4172
4173 2003-03-12 [paul]       0.8.11claws
4174
4175         0.8.11claws release
4176
4177 2003-03-12 [christoph]
4178
4179         * src/gtk/prefswindow.c
4180                 fix translation of "Page Index"
4181
4182 2003-03-12 [paul]       0.8.10claws110
4183
4184         a sync from 0.8.11cvs4 before the release
4185
4186         * src/common/utils.c
4187                 subject_compare_for_sort(): allow null strings (fixes
4188                 summary sorting).
4189
4190 2003-03-11 [paul]       0.8.10claws109
4191
4192         * po/es.po
4193                 update Spanish translation, submitted by
4194                 Ricardo Mones Lastra
4195
4196 2003-03-11 [melvin]     0.8.10claws108
4197
4198         * po/fr.po
4199                 Updated French translations
4200
4201 2003-03-11 [paul]       0.8.10claws107
4202
4203         * manual/en/Makefile.am
4204           manual/en/*.html
4205                 update English manual, add a new page
4206                 updated by Francois Barriere <fbarriere@atmel.fr>
4207                 
4208         * po/bg.po
4209           po/it.po
4210           po/sr.po
4211                 update Bulgarian, Italian, and Serbian translations
4212                 submitted by George Danchev, Alessandro Maestri, and
4213                 Urke MMI
4214
4215 2003-03-10 [paul]       0.8.10claws106
4216
4217         * src/gtk/about.c
4218           src/gtk/prefswindow.c
4219                 make some strings translatable
4220
4221 2003-03-10 [darko]      0.8.10claws105
4222
4223         * src/compose.c
4224                 code cleanup to make Hiro happy
4225
4226 2003-03-10 [paul]       0.8.10claws104
4227
4228         * sync with 0.8.11cvs2
4229                 see ChangeLog 2003-03-10
4230
4231 2003-03-09 [melvin]     0.8.10claws103
4232
4233         * src/textview.c
4234                 textview_set_font(): fix for message display in
4235                 UTF-8 locales (thanks to Sergey Vlasov).
4236                 (was unintentionnaly reverted in 0.8.6claws6)   
4237
4238 2003-03-08 [darko]      0.8.10claws102
4239
4240         * src/compose.c
4241                 fix infinite loop in wrapping as reported
4242                 by happycactus
4243                 obsoletes patch #696482
4244
4245 2003-03-08 [christoph]  0.8.10claws101
4246
4247         * src/imap.c
4248                 add workaround for IMAP servers that do not
4249                 support the "UID SEARCH UID" command
4250
4251 2003-03-07 [christoph]  0.8.10claws100
4252
4253         * src/plugins/spamassassin/spamassassin.[ch]
4254         * src/plugins/spamassassin/spamassassin_gtk.c
4255                 code cleanup
4256
4257 2003-03-07 [paul]       0.8.10claws99
4258
4259         * po/es.po
4260                 updated Spanish translation, submitted by
4261                 Ricardo Mones Lastra
4262
4263 2003-03-07 [christoph]  0.8.10claws98
4264
4265         * src/send.c
4266                 fix in 0.8.10claws94 was wrong
4267                 local delivery does not require escaping, remove escaping
4268                 code to make signatures of mails with "." lines valid
4269                 
4270                 NOTE: requires that sendmail is executed with "-i" option,
4271                       what is the default now, but has to be changed in all
4272                       exsiting accounts)
4273
4274 2003-03-07 [paul]       0.8.10claws97
4275
4276         * sync with 0.8.11 release
4277                 see ChangeLog 2003-03-07
4278
4279 2003-03-06 [paul]       0.8.10claws96
4280
4281         * src/compose.c
4282                 revert commit 0.8.10claws92
4283
4284 2003-03-06 [paul]       0.8.10claws95
4285
4286         * src/folderview.c
4287                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4288
4289         * src/gtkaspell.c
4290                 fix bug 74, 'Crash opening editor window with pseudo-color
4291                 display'
4292                 
4293         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4294
4295 2003-03-06 [christoph]  0.8.10claws94
4296
4297         * src/send.c
4298                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4299                 all lines starting with a period get an extra period
4300                 inserted
4301                 (found by Simon 'corecode' Schubert)
4302
4303 2003-03-06 [paul]       0.8.10claws93
4304
4305         * src/folderview.c
4306                 if configured font can't be loaded fall back to gtk
4307                 default. (with thanks to Christoph)
4308                 
4309                 closes long-standing bug 15 'Crashes on startup'
4310
4311 2003-03-06 [paul]       0.8.10claws92
4312
4313         * src/compose.c
4314                 freeze text before autosave and thaw afterwards
4315                 fixes bug 67 'autosave make re-rediting message crazy'
4316
4317 2003-03-06 [christoph]  0.8.10claws91
4318
4319         * src/compose.c
4320                 ignore address comment in dupe check for Cc-list
4321
4322         (closes reopened bug 47 Replying to message strips name part of
4323          e-mail addresses of Cc: lines)
4324
4325 2003-03-06 [paul]       0.8.10claws90
4326
4327         * src/Makefile.am
4328                 remove reference to gtkxtext.h as its no longer in
4329                 the repository
4330
4331 2003-03-06 [paul]       0.8.10claws89
4332
4333         * sync with 0.8.10cvs25
4334                 see ChangeLog 2003-03-06
4335
4336 2003-03-06 [oliver]     0.8.10claws88
4337         
4338         * src/messageview.c
4339                 remove include
4340
4341 2003-03-06 [oliver]     0.8.10claws87
4342         
4343         * src/folderview.c 
4344                 remove changes introduced inclaws74
4345         * src/messageview.c
4346                 another attempt to sanely delete and update
4347                 messages deleted in separate messageview
4348
4349 2003-03-05 [christoph]  0.8.10claws86
4350
4351         * src/summaryview.c
4352                 check if "From" matches any account's address if
4353                 addressbook completion of addresses is disabled too
4354
4355         (closes Bug 70 "Display recipient in from" doesn't check
4356          folder's default account)
4357
4358 2003-03-05 [christoph]  0.8.10claws85
4359
4360         * src/compose.c
4361         * src/common/utils.[ch]
4362                 don't strip address comments when building Cc lists
4363
4364         (closes Bug 47 Replying to message strips name part of e-mail addresses
4365          of Cc: lines)
4366
4367         * src/folder.c
4368                 fix return value of copy function
4369
4370 2003-03-05 [christoph]  0.8.10claws84
4371
4372         * src/imap.c
4373                 don't ask imap server for non rfc822 headers
4374
4375         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4376
4377         * src/imap.c
4378                 destroy session on socket error to allow reconnecting
4379
4380 2003-03-05 [christoph]  0.8.10claws83
4381
4382         * configure.ac
4383                 fix building with gnome when no prefix is set
4384
4385         (closes bug 66 Gnome directory is set to NONE)
4386
4387 2003-03-05 [paul]       0.8.10claws82
4388
4389         * sync with 0.8.10cvs23
4390                 see ChangeLog 2003-03-05
4391
4392 2003-03-04 [christoph]  0.8.10claws81
4393
4394         * src/folder.c
4395                 o fix moving and copying when folder returns 0 for new
4396                   message number
4397                 o remove some code for single message copy and move
4398                   operations and use functions for multiple messages
4399
4400         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4401
4402         * src/news.c
4403                 remove unused include
4404
4405 2003-03-04 [paul]       0.8.10claws80
4406
4407         * src/gtk/about.c
4408                 list 'Compiled plugins'
4409
4410 2003-03-03 [christoph]  0.8.10claws79
4411
4412         * src/news.[ch]
4413                 have to multiply the percentage of the current fetch with
4414                 the percentage that it has of the total fetch operation
4415                 for correct values
4416
4417 2003-03-03 [christoph]  0.8.10claws78
4418
4419         * src/news.c
4420                 fix calculation of expected lines for progress indicator
4421
4422 2003-03-03 [christoph]  0.8.10claws77
4423
4424         * src/summaryview.c
4425         * src/common/utils.c
4426                 fix segfault when opening the root news folder
4427
4428 2003-03-03 [christoph]  0.8.10claws76
4429
4430         * src/mainwindow.[ch]
4431         * src/common/Makefile.am
4432         * src/common/progressindicator.[ch]
4433                 add UI independent progress indicator handling
4434
4435         * src/news.[ch]
4436                 use new progress indicator for message info fetching
4437
4438         * src/common/hooks.h
4439                 code cleanup
4440
4441 2003-03-03 [oliver]     0.8.10claws75
4442
4443         * src/toolbar.c
4444         * src/compose.c
4445                 removed commented code
4446
4447 2003-03-03 [oliver]     0.8.10claws74
4448
4449         * src/toolbar.[ch]
4450                 cleanups and refactoring
4451         * src/compose.[ch]
4452                 compose_reply_mode reply & forwarding interface for
4453                 toolbar buttons
4454         * src/folderview.c
4455                 act on messages marked for deletion in folderview_selected
4456                 based on prefs_common.immediate_exec since a message might 
4457                 have been deleted by messageview in a folder we are changing 
4458                 to (does anybody understand what I'm on about ?)
4459
4460 2003-03-03 [oliver]     0.8.10claws73
4461         
4462         * src/messageview.[ch]
4463                 new functions
4464                 - messageview_delete: delete message shown in messagview
4465                 - messageview_update_view: update messageview to currently 
4466                   selected summaryview message
4467                 - add separate messageview to msgview_list in order to update 
4468                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4469         * src/summaryview.[ch]
4470                 summary_get_selection returns a list of selected msgs
4471                 in summaryview
4472         * src/mainwindow.c
4473                 toolbar reply refactoring
4474
4475 2003-03-03 [paul]       0.8.10claws72
4476
4477         * sync with 0.8.10cvs21
4478                 see ChangeLog 2003-03-03
4479
4480 2003-03-02 [christoph]  0.8.10claws71
4481
4482         * src/common/passcrypt.c
4483                 use POSIX includes
4484
4485 2003-03-02 [christoph]  0.8.10claws70
4486
4487         * configure.ac
4488         * src/prefs_account.c
4489         * src/prefs_gtk.[ch]
4490         * src/common/.cvsignore
4491         * src/common/Makefile.am
4492         * src/common/passcrypt.c                ** NEW **
4493         * src/common/passcrypt.h.in             ** NEW **
4494                 Implement password encryption in config files
4495                 using unix encrypt and setkey functions. The crypt
4496                 key can be set as a configure parameter. Old
4497                 passwords will be converted if they do not begin
4498                 with '!'
4499
4500 2003-03-02 [paul]       0.8.10claws69
4501
4502         * src/prefs_account.c
4503                 fix compile error
4504
4505 2003-03-01 [thorsten]   0.8.10claws68
4506
4507         * po/el.po
4508           po/hr.po
4509           po/it.po
4510           po/nl.po
4511           po/sr.po
4512           po/sv.po
4513                 corrected format strings
4514         * po/en_GB.po
4515                 corrected headers
4516                 (fix compile errors with GNU gettext-0.11.5)
4517
4518 2003-03-01 [oliver]     0.8.10claws67
4519
4520         * src/summaryview.c
4521                 menu callbacks call toolbar_menu_reply
4522
4523 2003-03-01 [oliver]     0.8.10claws66
4524
4525         * src/mainwindow.c
4526         * src/messageview.c
4527                 menu callbacks call toolbar_menu_reply
4528         * src/toolbar.[ch]
4529                 callbacks from menu handled by toolbar_menu_reply
4530
4531 2003-03-01 [paul]       0.8.10claws65
4532
4533         * src/addressbook.c
4534                 revert commit 0.8.10claws54 - breaks editing of
4535                 addressbook.
4536                 
4537         * po/bg.po
4538                 update Bulgarian translation, submitted by
4539                 George Danchev
4540
4541 2003-02-28 [christoph]  0.8.10claws64
4542
4543         * src/account.c
4544         * src/addressadd.c
4545         * src/compose.c
4546         * src/gtkaspell.c
4547         * src/gtkxtext.h                ** REMOVE **
4548         * src/imap.c
4549         * src/matcher.[ch]
4550         * src/mh.c
4551         * src/news.c
4552         * src/pine.c
4553         * src/prefs_common.c
4554         * src/prefs_matcher.c
4555         * src/procheader.[ch]
4556         * src/procmsg.[ch]
4557         * src/toolbar.c
4558         * src/common/ssl_certificate.c
4559         * src/gtk/colorlabel.c
4560         * src/gtk/menu.c
4561                 o fix warnings
4562                 o remove code obsoleted by new cache and folder system rework
4563
4564 2003-02-28 [oliver]     0.8.10claws63
4565         
4566         * src/toolbar.[ch]
4567                 * fix bug where reply in Messageview replied to 
4568                 Message displayed in summaryview
4569                 (reportedd via ML by chinatinte at gmx dot ch)
4570                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4571                 didn't work in separate MessageView Toolbar
4572                 (wondering if anybody uses this at all ?)
4573         * src/summaryview.[ch]
4574                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4575                 (generalize reply and forward code);
4576         * src/messageview.c 
4577                 remove focus_in event which updated summaryview to messageview
4578
4579 2003-02-28 [paul]       0.8.10claws62
4580
4581         * po/Makefile.in.in
4582                 add the --check option
4583                 Patch submitted by Ricardo Mones Lastra
4584
4585 2003-02-28 [paul]       0.8.10claws61
4586
4587         * src/prefs_account.c
4588                 re-order 'Signature' items
4589
4590 2003-02-28 [paul]       0.8.10claws60
4591
4592         * sync with 0.8.10cvs20
4593                 see ChangeLog 2003-02-28
4594
4595 2003-02-28 [paul]       0.8.10claws59
4596
4597         * po/POTFILES.in
4598                 update to reflect recent movement of files
4599
4600 2003-02-28 [paul]       0.8.10claws58
4601
4602         * sync with 0.8.10cvs19
4603                 see ChangeLog 2003-02-28
4604
4605 2003-02-27 [martin]     0.8.10claws57
4606
4607         * src/prefs_matcher.c 
4608                 fix segfault in prefs_matcher_ok() when the
4609                 last entry is deleted and prevents that the
4610                 message "entry not saved" comes up after deleting
4611                 an entry
4612
4613 2003-02-27 [martin]     0.8.10claws56
4614
4615         * src/prefs_filtering.c 
4616                 fix segfault in prefs_filtering_ok() when the
4617                 last entry is deleted and prevents that the
4618                 message "entry not saved" comes up after deleting
4619                 an entry
4620
4621 2003-02-27 [paul]       0.8.10claws55
4622
4623         * sync with 0.8.10cvs18
4624                 see ChangeLog 2003-02-27
4625
4626 2003-02-27 [paul]       0.8.10claws54
4627
4628         * src/addressbook.c
4629                 fix bug where the address book crashes with 
4630                 multiple lookups.
4631                 Patch [687729] submitted by David Frager 
4632                 <dbfrager@users.sourceforge.net>
4633
4634 2003-02-25 [christoph]  0.8.10claws53
4635
4636         * src/Makefile.am
4637         * src/colorlabel.[ch]           ** REMOVE **
4638         * src/gtk/Makefile.am
4639         * src/gtk/colorlabel.[ch]       ** NEW **
4640                 move colorlabel files to gtk directory
4641
4642         * src/esmtp.[ch]                ** REMOVE **
4643                 has been merged into smtp.[ch] in 0.7.5
4644
4645 2003-02-25 [christoph]  0.8.10claws52
4646
4647         * src/Makefile.am
4648         * src/about.[ch]                ** REMOVE **
4649         * src/gtk/Makefile.am
4650         * src/gtk/about.[ch]            ** NEW **
4651                 move about files to gtk directory
4652
4653 2003-02-25 [christoph]  0.8.10claws51
4654
4655         * src/folder.c
4656                 some code optimization of folder scanning code
4657
4658         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4659
4660 2003-02-25 [christoph]  0.8.10claws50
4661
4662         * src/main.c
4663         * src/common/sylpheed.c
4664                 add command line parameter parsing to common code
4665
4666 2003-02-24 [christoph]
4667
4668         * Makefile.am
4669         * configure.ac
4670                 fix gnome prefix problems, the configure script now removed
4671                 `gnome-config --prefix` from `gnome-config --datadir`
4672                 and adds $(prefix} instead
4673
4674         (closes Bug 24 Makefile does not respect prefix when installing
4675          GNOME data)
4676
4677 2003-02-24 [christoph]  0.8.10claws49
4678
4679         * src/news.c
4680                 check for valid session before trying to authenticate
4681
4682         (closes Bug 60 crash if "authenticate on logon" is activated
4683          and newsserver-hostname is not valid)
4684
4685 2003-02-24 [melvin]     0.8.10claws48
4686
4687         * src/prefs_actions.c
4688                 Make sure all user's input is sent to the action and then
4689                 close the socket..
4690
4691 2003-02-23 [alfons]     0.8.10claws46
4692
4693         * src/summaryview.c
4694                 also wait cursor when deleting files
4695
4696 2003-02-23 [paul]
4697
4698         * tools/freshmeat_search.pl
4699           tools/google_search.pl
4700                 scripts should now work for any browser/browser command line
4701
4702 2003-02-22 [christoph]  0.8.10claws45
4703
4704         * src/procmsg.c
4705                 fix IMAP flag setting, IMAP flag is not handled correctly
4706                 anymore by the folder system and information about the
4707                 folder should not be saved in the MsgInfo (in my opinion)
4708
4709         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4710
4711 2003-02-22 [christoph]  0.8.10claws44
4712
4713         * src/summaryview.c
4714                 fix spelling of "label" ;-)
4715
4716 2003-02-22 [thorsten]   0.8.10claws43
4717
4718         * src/mimeview.c
4719           src/prefs_common.[ch]
4720           src/procmime.[ch]
4721                 do not use description as attachment name
4722
4723 2003-02-22 [alfons]     0.8.10claws42
4724
4725         * src/summaryview.c
4726                 freeze/thaw folder item updates when changing color labels,
4727                 and put a wait cursors on
4728
4729 2003-02-22 [thorsten]   0.8.10claws41
4730
4731         * src/mimeview.c
4732                 save-all fixes: crash if invoked on multipart container,
4733                 mimeinfo access, pathseparators, error dialog
4734
4735 2003-02-21 [alfons]     0.8.10claws40
4736
4737         * src/prefs_gtk.c
4738                 remove unused var
4739
4740 2003-02-21 [colin]      0.8.10claws39
4741
4742         * src/send.c
4743                 Fix smtp logging
4744
4745 2003-02-21 [colin]      0.8.10claws38
4746
4747         * src/summaryview.c
4748                 Freeze/thaw folderItem updates when filtering messages 
4749                 via Tools/Filter messages
4750
4751 2003-02-21 [paul]       0.8.10claws37
4752
4753         * src/compose.c
4754                 revert commit 0.8.10claws26, there are ulterior motives
4755                 for users to set a Reply-To header when posting to
4756                 newsgroups
4757
4758 2003-02-21 [paul]       0.8.10claws36
4759
4760         * sync with 0.8.10cvs17
4761                 see ChangeLog 2003-02-21
4762
4763 2003-02-20 [christoph]  0.8.10claws35
4764
4765         * src/imap.c
4766                 IMAP UID fetch speedup using SEARCH
4767
4768         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4769
4770         * src/imap.c
4771                 fix problem with UIDs in IMAP UID cache that no longer existed
4772
4773 2003-02-20 [christoph]  0.8.10claws34
4774
4775         * src/imap.c
4776         * src/procheader.c
4777         * src/procheader.h
4778                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4779
4780         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4781
4782         * src/imap.c
4783                 Rewrite imap_cmd_gen_recv use sock_getline instead
4784                 of sock_gets to avoid problems with too long reply
4785                 lines
4786     
4787 2003-02-20 [colin]      0.8.10claws33
4788         
4789         * src/prefs_account.c
4790                 Better wording
4791
4792 2003-02-20 [colin]      0.8.10claws32
4793
4794         * src/compose.c
4795                 Remove useless '&& !to_sender' 
4796
4797 2003-02-20 [darko]
4798
4799         * AUTHORS
4800                 change my e-mail address
4801
4802 2003-02-19 [colin]      0.8.10claws31
4803
4804         * src/prefs_common.c
4805                 X11 style colors for every configurable color
4806
4807 2003-02-19 [alfons]     0.8.10claws30
4808
4809         * src/prefs_gtk.[ch]
4810         * src/prefs_common.c
4811                 for color_new accept both plain integers and X11 style color
4812                 names (as found in /usr/lib/X11/rgb.txt)
4813
4814 2003-02-19 [paul]       0.8.10claws29
4815
4816         * src/mainwindow.c
4817                 add tooltips to online/offline button and account selector
4818                 button
4819
4820 2003-02-19 [paul]       0.8.10claws28
4821
4822         * src/folder.c
4823           src/news.c
4824           src/prefs_account.[ch]
4825           src/prefs_common.[ch]
4826                 move 'Maximum number of articles to download' to
4827                 account prefs.
4828                 clean up account prefs gui a little by hiding entries
4829                 rather then greying out entries
4830
4831 2003-02-19 [hiro]       0.8.10claws27
4832
4833         * src/common/utils.c
4834                 fix bug #54 'yesterdays date is displayed in the message 
4835                 summary window'
4836
4837 2003-02-19 [paul]       0.8.10claws26
4838
4839         * src/compose.c
4840                 fix bug reported in Feature Request [688596] 
4841                 'Reply-to header in news'
4842
4843 2003-02-18 [paul]       0.8.10claws25
4844
4845         * src/select-keys.c
4846                 add a 'List all keys' button to key selection dialog
4847
4848 2003-02-18 [colin]      0.8.10claws24
4849         
4850         * src/stock_pixmap.c
4851                 fix compile error
4852
4853 2003-02-18 [colin]      0.8.10claws23
4854
4855         * src/common/smtp.[ch]
4856           src/prefs_account.c
4857                 Try to starttls if it seems to be the only
4858                 way to authenticate a user
4859
4860 2003-02-18 [paul]       0.8.10claws22
4861
4862         * src/Makefile.am
4863           src/folderview.c
4864           src/stock_pixmap.[ch]
4865           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4866           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4867                 as a Drafts folder is a special folder allow it to have
4868                 its own unique icons
4869
4870 2003-02-18 [colin]      0.8.10claws21
4871
4872         * src/imap.c
4873                 Fix port selection when using starttls
4874
4875 2003-02-18 [paul]       0.8.10claws20
4876
4877         * src/mainwindow.c
4878           src/prefs_common.[ch]
4879                 make blue the default new mail colour
4880
4881 2003-02-18 [paul]       0.8.10claws19
4882
4883         * sync with 0.8.10cvs14
4884                 see ChangeLog 2003-02-18
4885
4886 2003-02-17 [jens]       0.8.10claws18
4887
4888         * src/common/md5.c
4889                 fixed a compile problem with gcc 3.3
4890                 works on 2.95.3 too (testet on PPC as it is big endian)
4891
4892 2003-02-17 [paul]       0.8.10claws17
4893
4894         * sync with 0.8.10cvs13
4895                 see ChangeLog 2003-02-17
4896
4897 2003-02-17 [paul]       0.8.10claws16
4898
4899         * sync with 0.8.10cvs12
4900                 see ChangeLog 2003-02-17
4901
4902 2003-02-16 [match]      0.8.10claws15
4903
4904         * src/addressbook.c
4905                 Eliminates reloading of address data when items
4906                 deleted or added. Applied submitted by
4907                 Luke Plant <lukeplant@softhome.net>
4908
4909 2003-02-16 [paul]       0.8.10claws14
4910
4911         * src/news.c
4912                 when a 'protocol error' is encountered disconnect from
4913                 the server. This means that the user can carry on viewing
4914                 other articles and doesn't have to either wait until the
4915                 server timesout or quit sylpheed.
4916                 Fixes bug #53 'Unable to read messages in newsgroups, 
4917                 displayed message doesn't change'
4918
4919 2003-02-15 [christoph]  0.8.10claws13
4920
4921         * src/imap.c
4922                 fix bug that stopped scanning of folders when an
4923                 IMAP folder was empty
4924
4925         (closes bug 46 stop scan messages in folders after empty folder)
4926
4927 2003-02-15 [paul]
4928
4929         * tools/Makefile.am
4930           tools/README
4931           tools/freshmeat_search.pl     ** NEW FILE **
4932           tools/google_search.pl        ** NEW FILE **
4933                 Add 2 Actions scripts which search freshmeat/google
4934                 for the selected text using the browser configured
4935                 in sylpheedrc.
4936                 
4937         Note: These scripts are very dependent on the format of the
4938         browser command and may not work on every occasion. Testing
4939         is welcome. 
4940
4941 2003-02-14 [alfons]     0.8.10claws12
4942
4943         * src/compose.c
4944                 fix breakage because of uninitialized account pointer.
4945                 please verify.
4946
4947 2003-02-14 [paul]       0.8.10claws11
4948
4949         * src/compose.c
4950           src/prefs_account.[ch]
4951           src/prefs_common.[ch]
4952                 move signature settings to Account Prefs
4953
4954 2003-02-14 [paul]       0.8.10claws10
4955
4956         * sync with 0.8.10cvs11
4957                 see ChangeLog 2003-02-14
4958
4959 2003-02-13 [thorsten]   0.8.10claws9
4960
4961         * src/news.c
4962                 revert news progressbar (GUI separation)
4963
4964 2003-02-13 [paul]       0.8.10claws8
4965
4966         * src/compose.c
4967                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4968                 paragraph 1
4969
4970 2003-02-13 [paul]       0.8.10claws7
4971
4972         * src/compose.[ch]
4973           src/summaryview.c
4974                 fix 'Follow-up and Reply-to' so that it creates a reply to
4975                 the newsgroup and the sender. If the message has the keyword
4976                 'poster' in the Followup-To header, all replies go to the
4977                 sender, re: RFC 1036, Section 2.2.3
4978                 rename all instances of 'ignore_replyto' to 'to_sender', both
4979                 were previously used, now we use just one.
4980
4981 2003-02-13 [paul]       0.8.10claws6
4982
4983         * sync with 0.8.10cvs9
4984                 see ChangeLog 2003-02-13
4985
4986 2003-02-13 [paul]       0.8.10claws5
4987
4988         * configure.ac
4989                 show which plugins are configured in the configure
4990                 output.
4991
4992 2003-02-12 [thorsten]   0.8.10claws4
4993
4994         * src/news.c
4995                 show progress while fetching news headers
4996
4997 2003-02-12 [christoph]  0.8.10claws3
4998
4999         * configure.ac
5000         * src/plugins/Makefile.am
5001                 use AM_CONDITIONAL to enable plugins, automake correctly
5002                 manages this when creating distdir
5003
5004 2003-02-12 [christoph]  0.8.10claws2
5005
5006         * ac/spamassassin.m4
5007         * src/plugins/spamassassin/Makefile.am
5008                 fix building SpamAssassin plugin without OpenSSL
5009
5010 2003-02-12 [paul]       0.8.10claws1
5011
5012         * ac/Makefile.am
5013           src/Makefile.am
5014           src/plugins/Makefile.am
5015                 fix failure of 'make release'
5016
5017 2003-02-12 [paul]       0.8.10claws
5018
5019         * 0.8.10claws released
5020
5021 2003-02-12 [paul]       0.8.9claws56
5022
5023         * po/bg.po
5024           po/es.po
5025           po/it.po
5026           po/ru.po
5027           po/sr.po
5028                 updated translations by George Danchev, Ricardo Mones Lastra,
5029                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5030                 
5031         * sylpheed.spec.in
5032                 Allow the building of RPMs by a regular user. Submitted
5033                 by Sergei Astanin
5034
5035 2003-02-11 [alfons]     0.8.9claws55
5036
5037         * src/colorlabel.c
5038                 don't use pixmaps for label color rect but draw rectangles
5039                 so we can respect the color map of palette based visuals
5040                 (fixes the long time crashes on Suns - thanks to Andreas
5041                 Engel and Steve O'Hara-Smith for testing)
5042
5043 2003-02-11 [christoph]  0.8.9claws54
5044
5045         * src/matcher_parser_parse.y
5046                 correct bug where filering rules of not existing folders in
5047                 matcherrc were added to global filtering
5048                 
5049         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5050          main filter-rules after removing directory, http://bugs.debian.org/180253)
5051         
5052 2003-02-11 [paul]       0.8.9claws53
5053
5054         * sync with 0.8.10cvs7
5055                 see ChangeLog 2003-02-09
5056
5057 2003-02-11 [melvin]     0.8.9claws52
5058
5059         * po/fr.po
5060                 Updated French tranlsations
5061
5062 2003-02-10 [paul]       0.8.9claws51
5063
5064         * sylpheed.spec.in
5065                 correct --enable-openssl
5066                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5067
5068 2003-02-09 [martin]     0.8.9claws50
5069
5070         * src/prefs_matcher.c
5071                 fix segfault in prefs_matcher_substitute_cb() when
5072                 no row is selected
5073
5074 2003-02-09 [paul]       0.8.9claws49
5075
5076         * src/folderview.c
5077                 fix bug where a newsgroup folder's processing rules were
5078                 merged with the global filtering rules when the newsgroup
5079                 folder was deleted, causing some seriously bad results,
5080                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5081
5082 2003-02-08 [melvin]     0.8.9claws48
5083
5084         * src/compose.c
5085                 Corrected and modified an alert message.
5086
5087 2003-02-07 [paul]       0.8.9claws47
5088
5089         * src/folderview.c
5090                 fix bug where both an 'Account properties' window and a
5091                 'Folder properties' window were opened when clicking on
5092                 'Properties' in an NNTP or IMAP folder's popup menu.
5093
5094 2003-02-07 [paul]       0.8.9claws46
5095
5096         * sync with 0.8.10cvs6
5097                 see ChangeLog 2003-02-06
5098
5099 2003-02-06 [christoph]  0.8.9claws45
5100
5101         * src/mbox.c
5102                 freeze folder updates while importing mbox files
5103                 (closes bug 43 importing mbox took hours)
5104                 
5105         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5106
5107 2003-02-06 [thorsten]   0.8.9claws44
5108
5109         * po/de.po
5110                 Updated german translations
5111
5112 2003-02-06 [thorsten]   0.8.9claws43
5113
5114         * src/news.h
5115                 use guint for message numbers (fix count in grouplist dialog)
5116
5117 2003-02-05 [paul]       0.8.9claws42
5118
5119         * sync with 0.8.10cvs2
5120                 see ChangeLog 2003-02-05
5121
5122 2003-02-04 [colin]      0.8.9claws41
5123
5124         * src/prefs_common.[ch]
5125           src/procmsg.c
5126           src/summaryview.c
5127                 Add an option to disable threading by subject
5128
5129 2003-02-04 [christoph]  0.8.9claws40
5130
5131         * src/inc.c
5132                 only abort fetching mails from multiple accounts when the
5133                 error is fatal and does not allow to check any more accounts
5134                 (currently only disk full error)
5135
5136         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5137          receive mails for other accouts)
5138
5139 2003-02-04 [christoph]  0.8.9claws39
5140
5141         * src/folder.c
5142                 first add the new message to the cache, then
5143                 send the update notification
5144
5145         (closes bug 39 after sending message folderview doesnt get updated)
5146
5147 2003-02-04 [colin]      0.8.9claws38
5148
5149         * src/inc.c
5150                 _really_ fix this Connecting... status
5151
5152 2003-02-04 [paul]       0.8.9claws37
5153
5154         * sync with 0.8.10
5155                 see ChangeLog 2003-02-04
5156
5157 2003-02-04 [paul]       0.8.9claws36
5158
5159         * sync with 0.8.9cvs6
5160                 see ChangeLog 2003-02-03
5161
5162 2003-02-04 [paul]       0.8.9claws35
5163
5164         * po/pt_BR.po
5165                 updated by André Filipe de Assunção e Brito 
5166                 <bedecko@netsite.com.br>
5167
5168 2003-02-03 [thorsten]   0.8.9claws34
5169
5170         * po/de.po
5171                 Updated german translations
5172
5173 2003-02-02 [paul]       0.8.9claws33
5174
5175         * po/es.po
5176                 updated by Ricardo Mones Lastra
5177
5178 2003-02-02 [thorsten]   0.8.9claws32
5179
5180         * src/mh.c
5181                 Fix mh_get_msginfo() segfault if file is inaccessible
5182
5183 2003-01-31 [colin]      0.8.9claws31
5184
5185         * src/procheader.c
5186                 Fix last commit's bug
5187
5188 2003-01-31 [colin]      0.8.9claws30
5189
5190         * src/procheader.c
5191                 Missing a change for gpg-signed messages
5192
5193 2003-01-31 [paul]       0.8.9claws29
5194
5195         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5196           src/procheader.c
5197           src/stock_pixmap.[ch]
5198           src/summaryview.c
5199                 indicate GnuPG signed messages by displaying an icon
5200                 in the Attachment column.
5201
5202 2003-01-31 [paul]       0.8.9claws28
5203
5204         * sync with 0.8.9cvs4
5205                 see ChangeLog 2003-01-31
5206
5207 2003-01-31 [alfons]     0.8.9claws27
5208
5209         * src/textview.c
5210                 tune URI parser to accept mailto URLs with a '?'
5211                 (patch from Ruslan Balkin)
5212
5213 2003-01-31 [colin]      0.8.9claws26
5214
5215         * src/summaryview.c
5216                 Fix a leak introduced in claws24
5217
5218 2003-01-31 [colin]      0.8.9claws25
5219
5220         * src/summaryview.c
5221                 Freeze/Thaw folder updates when deleting dups
5222
5223 2003-01-31 [colin]      0.8.9claws24
5224         
5225         * src/addr_compl.c
5226           src/summaryview.c
5227           src/msgcache.c
5228                 little speed improvements
5229
5230 2003-01-31 [colin]      0.8.9claws23
5231
5232         * src/summaryview.c
5233                 Fix segfault when forwarding nothing
5234                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5235                 
5236 2003-01-30 [paul]       0.8.9claws22
5237
5238         * sync with 0.8.9cvs3
5239                 see ChangeLog 2003-01-30
5240
5241 2003-01-30 [paul]       0.8.9claws21
5242
5243         * sync with 0.8.9cvs2
5244                 see ChangeLog 2003-01-30
5245
5246 2003-01-29 [paul]       0.8.9claws20
5247
5248         * sync with 0.8.9cvs1
5249                 see ChangeLog 2003-01-29
5250
5251 2003-01-28 [paul]       0.8.9claws19
5252
5253         * po/POTFILES.in
5254                 update to reflect changes. 
5255                 thanks to Ricardo Mones Lastra
5256
5257 2003-01-27 [christoph]  0.8.9claws18
5258
5259         * ac/openssl.m4
5260         * ac/spamassassin.m4
5261         * src/plugins/spamassassin/README
5262         * src/plugins/spamassassin/libspamc.[ch]
5263         * src/plugins/spamassassin/utils.[ch]
5264                 updated to latest libspamc
5265
5266 2003-01-27 [christoph]  0.8.9claws17
5267
5268         * src/folder.c
5269                 fix wrong use of procheader_get_header_fields
5270
5271 2003-01-27 [christoph]  0.8.9claws16
5272
5273         * src/news.c
5274         * src/prefs_account.[ch]
5275         * src/common/nntp.[ch]
5276                 allow to force authentication for NNTP servers
5277
5278         Patch submitted by Florian Mickler <dmk@d-labs.de>
5279
5280 2003-01-26 [paul]       0.8.9claws15
5281
5282         * src/summaryview.c
5283                 speed up of marking messages as read
5284                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5285
5286 2003-01-26 [christoph]  0.8.9claws14
5287
5288         * src/Makefile.am
5289         * src/mgutils.[ch]              ** REMOVE **
5290         * src/xml.[ch]                  ** REMOVE **
5291         * src/xmlprops.[ch]             ** REMOVE **
5292         * src/common/Makefile.am
5293         * src/common/mgutils.[ch]       ** NEW **
5294         * src/common/xml.[ch]           ** NEW **
5295         * src/common/xmlprops.[ch]      ** NEW **
5296                 move xml files to common directory
5297
5298 2003-01-26 [christoph]  0.8.9claws13
5299
5300         * src/plugins/spamassassin/spamassassin_gtk.c
5301                 only set gtk entry text if string is available
5302
5303 2003-01-26 [melvin]     0.8.9claws12
5304
5305         * src/description_window.c
5306                 Allow resizing of the window
5307                 Allow automatic horizontal scroll bar
5308                 Do not vertically expand and fill
5309
5310 2003-01-26 [christoph]  0.8.9claws11
5311
5312         * src/Makefile.am
5313         * src/gtkutils.[ch]             ** REMOVE **
5314         * src/common/sylpheed.c
5315         * src/gtk/Makefile.am
5316         * src/gtk/description_window.c
5317         * src/gtk/gtkutils.[ch]         ** NEW **
5318         * src/gtk/prefswindow.c
5319                 move gtkutils to gtk directory
5320
5321 2003-01-26 [paul]       0.8.9claws10
5322
5323         * src/summaryview.c
5324                 rename summary_unread_clicked() to summary_status_clicked()
5325
5326 2003-01-26 [melvin]     0.8.9claws9
5327
5328         * src/prefs_actions.c
5329                 Cosmetical changes to the help text
5330
5331 2003-01-26 [paul]       0.8.9claws8
5332
5333         * src/folder.[ch]
5334           src/mainwindow.c
5335           src/prefs_common.c
5336           src/prefs_sumamry_column.c
5337           summaryview.[ch]
5338                 rename the 'Unread' column to 'Status'
5339
5340 2003-01-25 [match]      0.8.9claws7
5341
5342         * src/mgutils.[ch]
5343                 removed reference to LDAP constants. removed error2string.
5344                 included functions to support LDAP dynamic queries.
5345         * src/syldap.h
5346                 moved LDAP constants here.
5347         * src/addressbook.c
5348         * src/addrindex.c
5349         * src/importldif.c
5350                 removed references to LDAP constants and references to
5351                 error2string.
5352
5353 2003-01-25 [paul]       0.8.9claws6
5354
5355         * src/summaryview.c
5356                 summary_thread_build(), summary_thread_init(): remove 
5357                 unneeded reference to summaryview->folder_item
5358
5359 2003-01-25 [christoph]  0.8.9claws5
5360
5361         * src/gtk/description_window.c
5362                 o allow description texts to expand over multiple columns
5363                 o translate all columns
5364         * src/prefs_actions.c
5365                 change syntax description to use new multi column feature
5366
5367         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5368
5369 2003-01-25 [match]      0.8.9claws4
5370
5371         * src/vcard.c
5372                 fixed bug with Quoted-Printable
5373
5374 2003-01-25 [paul]       0.8.9claws3
5375
5376         * src/folder.[ch]
5377           src/summaryview.[ch]
5378                 implement per-folder collapsed/expanded threads setting
5379                 
5380         * src/prefs_common.c
5381                 remove global collapsed/expanded threads option
5382
5383 2003-01-25 [christoph]  0.8.9claws2
5384
5385         * po/POTFILES.in
5386                 add pluginwindow and prefswindow
5387         * src/compose.c
5388                 make send respond correctly to messages that could be added
5389                 to the queue folder, but the UID of the message is unknown
5390         * src/folder.c
5391         * src/imap.c
5392                 don't return guessed UIDs in imap_add_msg anymore. We return
5393                 0 to tell the folder system it was appened but the UID is
5394                 unknown. Folder system now get's the UID by scaning the folder
5395                 and searching the cache for the Message-ID
5396                 (closes bug #29 Messages queued, but not sent)
5397
5398 2003-01-25 [paul]       0.8.9claws1
5399
5400         * src/codeconv.c
5401                 conv_encode_header():  fix bug when long headers with 8-bit
5402                 characters are used, so that the encoded words are wrapped.
5403                 If the space in the original text falls on the wrap boundary,
5404                 it can be lost.
5405                 Patch by Sergey Vlasov.
5406                 
5407         * src/folderview.c
5408                  fix bug where a change to the sorting method or thread view
5409                  of a folder's messages is lost if simpify-subject is set and
5410                  toggled on or off.
5411                  Patch by Luke Plant.
5412
5413 2003-01-24 [paul]       0.8.9claws
5414
5415         * sylpheed-0.8.9claws released
5416         
5417         * Makefile.am
5418           sylpheed.spec.in
5419                 remove reference to 'INSTALL.jp'
5420
5421 2003-01-23 [paul]       0.8.8claws128
5422
5423         * po/es.po
5424           po/it.po
5425           po/ru.po
5426           po/sr.po
5427                 updated translations. submitted by Ricardo Mones Lastra,
5428                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5429
5430 2003-01-23 [colin]      0.8.8claws127
5431
5432         * src/compose.c
5433                 Fix drafted and queued news articles re-edition
5434
5435 2003-01-23 [melvin]     0.8.8claws126
5436
5437         * po/fr.po
5438                 Updated French translations
5439
5440 2003-01-23 [colin]      0.8.8claws125
5441
5442         * src/inc.c
5443                 Fix "Connecting to..." status message
5444
5445 2003-01-22 [paul]       0.8.8claws124
5446
5447         * po/bg.po
5448                 updated by George Danchev
5449                 
5450         * src/folder.c
5451                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5452                 and folder deletion
5453
5454 2003-01-21 [paul]       0.8.8claws123
5455
5456         * po/bg.po
5457                 updated by George Danchev
5458                 
5459         * src/about.c
5460                 its now 2003
5461                 
5462         * src/toolbar.c
5463                 don't translate 'Separator'
5464                 
5465         * src/plugins/spamassassin/Makefile.am
5466                 add aspell to CPPFLAGS
5467                 
5468         * src/plugins/spamassassin/spamassassin.c
5469           src/plugins/spamassassin/spamassassin_gtk.c
5470                 set correct default for spamassassin_receive_spam
5471                 slightly re-word descriptions and some
5472                 other minor changes
5473
5474 2003-01-19 [alfons]     0.8.8claws122
5475                 
5476         * src/mimeview.c
5477                 mimeview_save_as(): we might as well show the file name for
5478                 the single case "Save As" too
5479
5480 2003-01-19 [alfons]     0.8.8claws121
5481
5482         * src/crash.c
5483                 change bug tracker URL to bugzilla URL
5484
5485 2003-01-19 [alfons]     0.8.8claws120
5486
5487         * src/mimeview.c
5488                 mimeview_save_all(): display name of file before overwriting;
5489                 continue saving all, even when one overwrite was cancelled
5490
5491 2003-01-19 [christoph]  0.8.8claws119
5492
5493         * src/summaryview.c
5494         * src/procmsg.[ch]
5495                 fix wrong usage of procmsg_find_children in summaryview
5496                 by using procmsg_update_unread_children instead of
5497                 summaryview_update_unread_children
5498
5499 2003-01-19 [christoph]  0.8.8claws118
5500
5501         * src/procmsg.c
5502                 fix infinite loop in procmsg_find_children
5503                  (closes bug #25 sylpheed crashes on delete.)
5504
5505         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5506
5507 2003-01-19 [paul]       0.8.8claws117
5508
5509         * po/pt_BR.po
5510                 updated by Ivan Francolin Martinez
5511
5512 2003-01-18 [melvin]     0.8.8claws116
5513
5514         * src/prefs_actions.c
5515                 Removed syntax limitation of only one '&' at the end of command.
5516                         Now actions that contain '>/dev/null 2>&1' are possible.
5517
5518 2003-01-18 [melvin]     0.8.8claws115
5519
5520         * src/prefs_actions.c
5521                 Actions IO dialog: when the action ends
5522                 the "Close" button now has focus and [Escape] closes the
5523                 window.
5524
5525 2003-01-18 [christoph]  0.8.8claws114
5526
5527         * src/procmsg.c
5528                 o add debug output when MsgInfos are really freed
5529                 o free GSLists in procmsg_find_children and
5530                   procmsg_update_unread_children
5531
5532 2003-01-18 [christoph]  0.8.8claws113
5533
5534         * src/mainwindow.c
5535                 reorder Configuration menu
5536
5537 2003-01-18 [christoph]  0.8.8claws112
5538
5539         * src/compose.c
5540                 fix applying templates to forwarded messages
5541
5542         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5543
5544 2003-01-17 [christoph]  0.8.8claws111
5545
5546         * src/folder.c
5547                 destroy folder items, when a folder item is removed
5548
5549 2003-01-17 [christoph]  0.8.8claws110
5550
5551         * src/folder.c
5552                 fix wrong folder stats update when ignored message is
5553                 deleted
5554
5555 2003-01-17 [colin]      0.8.8claws109
5556         
5557         * src/mainwindow.c
5558         * src/summaryview.c
5559                 Quicksearch bugfixes: 
5560                 - hide help button at startup if not extended
5561                 - switch to extended when looking for replies
5562
5563 2003-01-17 [paul]
5564
5565         * sync with 0.8.9 release
5566
5567 2003-01-17 [paul]       0.8.8claws108
5568
5569         * sync with 0.8.8cvs11
5570                 see ChangeLog 2003-01-17
5571
5572 2003-01-16 [colin]      0.8.8claws107
5573
5574         * src/procmsg.c
5575                 Changed encryption test to re-ask passphrase
5576                 if an encrypted message hasn't been decrypted
5577                 Fixes bug #5
5578
5579 2003-01-16 [christoph]  0.8.8claws106
5580
5581         * src/prefs_gtk.c
5582         * src/prefs_toolbar.c
5583         * src/gtk/prefswindow.h
5584         * src/plugins/spamassassin/spamassassin_gtk.c
5585                 remove page destroy function that is not used anymore
5586
5587 2003-01-16 [paul]       0.8.8claws105
5588
5589         * sync with 0.8.8cvs9
5590                 see ChangeLog 2002-01-16
5591
5592 2003-01-16 [colin]      0.8.8claws104
5593
5594         * src/compose.[ch]
5595                 Fix bug with autosaved drafts for IMAP, when draft
5596                 folder is specified - fixes bugzilla bug #20
5597
5598 2003-01-15 [paul]       0.8.8claws103
5599
5600         * src/compose.[ch]
5601           src/procmsg.c
5602                 store folder and message-id of message forwarding
5603                 in queue header and set forward flag after sending
5604
5605 2003-01-15 [paul]       0.8.8claws102
5606
5607         * sync with 0.8.8cvs8
5608                 see ChangeLog 2002-01-15
5609
5610 2003-01-15 [colin]      0.8.8claws101
5611
5612         * src/Makefile.am
5613                 Fix linking with GNU libiconv
5614
5615 2003-01-15 [darko]      0.8.8claws100
5616
5617         * src/pine.c
5618                 fix crash when importing pine address book
5619                 entry with an empty name (reported by DY
5620                 <dybulk at tri8.net>)
5621
5622 2003-01-14 [paul]       0.8.8claws99
5623
5624         * configure.in  ** REMOVED **
5625           configure.ac  ** NEW FILE **
5626                 rename configure.in to configure.ac, as it is now
5627                 preferred
5628
5629 2003-01-14 [melvin]     0.8.8claws98
5630
5631         * src/folderview.c
5632                 folderview_check_new(): More precise function description
5633
5634 2003-01-14 [melvin]     0.8.8claws97
5635
5636         * src/folderview.c
5637                 folderview_check_new(): return the number of new messages 
5638                         since last check.
5639         * src/inc.c
5640                 inc_account_mail(): Disable counting of new messages for IMAP
5641                         and NNTP until bug [19] and [14] are fixed.
5642
5643 2003-01-14 [paul]       0.8.8claws96
5644
5645         * sync with 0.8.8cvs6
5646                 see ChangeLog 2003-01-14
5647
5648 2003-01-13 [alfons]     0.8.8claws95
5649
5650         * src/textview.c
5651                 tune email address validation (c. 0.8.8claws89): if . is 
5652                 just one char away from @, the address is invalid too 
5653                 (correctly rejects addresses like foo@.com)
5654
5655 2003-01-13 [paul]       0.8.8claws94
5656
5657         * src/messageview.c
5658           src/toolbar.c
5659                 fixes to the Message View toolbar and menu:
5660                 fix non-functioning Forward button
5661                 make Reply button consider default_reply_list
5662                 remove 'Follow-up...' menu entry
5663                 add 'Forward' and 'Redirect' menu entries
5664
5665 2003-01-13 [melvin]     0.8.8claws93
5666
5667         * src/inc.c
5668                 Fixed typo that could make new messages count incorrect.
5669
5670 2003-01-13 [melvin]     0.8.8claws92
5671
5672         * src/folderview.[ch]
5673                 folderview_check_new(): return the number of new messages.
5674         * src/inc.c
5675                 Should fix bug [14] where new mail notification worked 
5676                         incorrectly with IMAP accounts.
5677                 inc_spool_account(): return number of new msgs, or -1 on error
5678                 inc_all_spool(): return number of new msgs
5679                 
5680 2003-01-13 [melvin]     0.8.8claws91
5681
5682         * src/prefs_actions.c
5683                 Justify help text.
5684
5685 2003-01-12 [thorsten]   0.8.8claws90
5686
5687         * src/common/prefs.c
5688                 close file before rename
5689
5690 2003-01-12 [alfons]     0.8.8claws89
5691
5692         * AUTHORS
5693                 add Christian Mertes
5694         * src/common/utils.[ch]
5695                 g_stricase_hash(), g_stricase_equal(): functions for 
5696                 case insensitive hash tables
5697         * src/textview.c
5698                 use top level domain names to validate email address, based
5699                 on a patch by Christian Mertes (thanks!), but changed 
5700                 implementation to use a hash table 
5701
5702 2003-01-12 [paul]       0.8.8claws88
5703
5704         * po/bg.po
5705                 updated by George Danchev
5706
5707 2003-01-12 [alfons]     0.8.8claws87
5708
5709         * src/summaryview.c
5710                 delete / execute performance: use new style folder update
5711
5712 2003-01-12 [paul]       0.8.8claws86
5713
5714         * sync with 0.8.8cvs5
5715                 see ChangeLog 2003-01-13 (!)
5716
5717 2003-01-12 [alfons]     0.8.8claws85
5718
5719         * src/filtering.c
5720         * src/matcher_parser_parse.y
5721                 prepare change_score filtering action
5722         * src/matcher.[ch]
5723                 give up const-correctness on functions that call non-const-correct functions;
5724                 several casts to gpointer in g_free();
5725                 add change_score;
5726
5727 2003-01-12 [christoph]  0.8.8claws84
5728
5729         * src/compose.c
5730                 fix 2 warnings
5731
5732         * src/gtk/prefswindow.[ch]
5733         * src/plugins/spamassassin/spamassassin_gtk.c
5734                 changed the call of the widget create function
5735                 for PrefsPages, because sometimes the widget
5736                 create function needs a widget that already has
5737                 been attached to a window (to create GDK pixmaps
5738                 for exmaple). So we simply pass the GtkWindow as
5739                 the second parameter now.
5740
5741         * src/main.c
5742         * src/mainwindow.c
5743         * src/prefs_toolbar.[ch]
5744                 rewrite Toolbar Preferences using the new
5745                 prefs window
5746
5747 2003-01-11 [alfons]     0.8.8claws83
5748
5749         * src/addressadd.c
5750                 fix crash when adding sender to addressbook because status bar
5751                 isn't there (the status bar doesn't seem to be used though,
5752                 but I'll let Match decide what to do with it)
5753
5754 2003-01-11 [colin]      0.8.8claws82
5755
5756         * src/main.c
5757           src/toolbar.c
5758                 Two useless changes reversed
5759
5760 2003-01-11 [colin]      0.8.8claws81
5761
5762         * src/mainwindow.c
5763           src/mainwindow.h
5764                 Add mainwindow_get_mainwindow()
5765         * src/alertpanel.c
5766           src/alertpanel.h
5767                 Add alertpanel_error_log() 
5768         * src/compose.c
5769           src/inc.c
5770           src/messageview.c
5771           src/toolbar.c
5772           src/main.c
5773           src/procmsg.c
5774                 Network errors get a View Log button
5775
5776 2003-01-10 [alfons]     0.8.8claws80
5777
5778         * src/prefs_toolbar.c
5779         * src/toolbar.c
5780                 use the translatable string for "Separator" as file name for
5781                 separator toolbar items (probably make this uppercase?)
5782
5783 2003-01-10 [alfons]     0.8.8claws79
5784
5785         * src/prefs_toolbar.c
5786                 put right A_SEPARATOR description string in "displayed
5787                 toolbar items list" so manually added separators are
5788                 saved correctly (bug #10, "Adding a separator to the main 
5789                 toolbar fails, entry in xml file is wrong")
5790
5791 2003-01-10 [christoph]  0.8.8claws78
5792
5793         * src/imap.c
5794                 o fix warnings
5795                 o use CAPABILITY to check if NAMESPACE is available
5796
5797 2003-01-10 [christoph]  0.8.8claws77
5798
5799         * src/imap.[ch]
5800                 apply UIDPLUS IMAP extension support patch
5801
5802         Patch submitted by Simon 'corecode' Schubert
5803
5804 2003-01-10 [paul]       0.8.8claws76
5805
5806         * src/folderview.c
5807                 a sync from main which fixes the news account folders'
5808                 Properties bug
5809
5810 2003-01-10 [christoph]  0.8.8claws75
5811
5812         * src/folder.c
5813                 don't accept 0 as a valid uid returned by copy and move
5814                 functions. 0 means the message was copied or moved but the
5815                 new uid could not be fetched. It is not an error condition
5816                 for the copy or move operation.
5817
5818 2003-01-10 [paul]       0.8.8claws74
5819
5820         * src/prefs_filtering.c
5821                 change English used in Alert when entry is not
5822                 saved.
5823                 
5824         * sync with 0.8.8cvs4
5825                 see ChangeLog 2003-01-10
5826
5827 2003-01-10 [darko]      0.8.8claws73
5828
5829         * src/pine.c
5830                 fix crash when importing address book entry
5831                 without a valid address
5832
5833 2003-01-09 [alfons]     0.8.8claws72
5834
5835         * src/inc.c
5836                 filtering performance: use new style folder update
5837
5838 2003-01-09 [christoph]  0.8.8claws71
5839
5840         * src/compose.c
5841         * src/gtk/menu.[ch]
5842                 fix wrong selecting of mime encoding type, when
5843                 opening property dialog of attachments in the
5844                 compose window. 7bit was always selected and that
5845                 destoryed files with 8bit data.
5846                 (closes bug #9 Sylpheed-claws destroys attachments when
5847                  changing MIME-types)
5848
5849 2003-01-09 [paul]       0.8.8claws70
5850
5851         * sync with 0.8.8cvs3
5852                 see ChangeLog 2003-01-09
5853
5854 2003-01-08 [alfons]     0.8.8claws69
5855         
5856         * src/addressadd.c
5857                 apply patch by Kim Schulz to fix build breakage
5858                 because of missing variable
5859
5860 2003-01-08 [paul]       0.8.8claws68
5861
5862         * sync with 0.8.8cvs2
5863                 see ChangeLog 2002-01-08
5864
5865 2003-01-08 [paul]       0.8.8claws67
5866
5867         * po/it.po
5868                 updated by Alessandro Maestri
5869                 
5870         * src/addressadd.c
5871                 when using 'Add sender to addressbook' allow
5872                 name to be edited and remarks to be entered
5873                 Patch submitted by Luke Plant
5874
5875 2003-01-08 [darko]      0.8.8claws66
5876
5877         * README.claws, src/summaryview.c
5878                 fix description for marked messages
5879
5880 2003-01-08 [paul]
5881
5882         * tools/Makefile.am
5883           tools/launch_phoenix  ** NEW FILE **
5884                 add script that enables using Phoenix as the default
5885                 web browser. 
5886                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5887                 
5888         * tools/OOo2sylpheed.pl
5889                 remove full path to sylpheed executable, just 'sylpheed'
5890                 will do
5891                 
5892         * tools/README
5893                 add launch_phoenix informtion and re-arrange and compress
5894                 the data a little
5895
5896 2003-01-07 [christoph]  0.8.8claws65
5897
5898         * src/folder.c
5899                 fix update for source folder when moving messages
5900         * src/procmsg.[ch]
5901         * src/summaryview.c
5902                 use function to set to_folder for message infos and
5903                 automatically update the op_count for old and new
5904                 folder
5905
5906 2003-01-07 [melvin]     0.8.8claws64
5907
5908         * src/prefs_actions.c
5909                 Fixed bug where an '%p' Action on a displayed image crashed 
5910                         Sylpheed
5911                 Code clean up (get rid of duplicated code and removed unnecessary 
5912                                 structure member)
5913
5914 2003-01-07 [christoph]  0.8.8claws63
5915
5916         * src/compose.c
5917         * src/folder.[ch]
5918         * src/folderview.c
5919         * src/import.c
5920         * src/inc.c
5921         * src/main.c
5922         * src/mainwindow.c
5923         * src/messageview.c
5924         * src/prefs_folder_item.c
5925         * src/procmsg.c
5926         * src/summaryview.c
5927         * src/toolbar.c
5928                 o remove all folder update triggering from the UI code. The folder
5929                   system should know much better when a folder needs an update.
5930                 o to prevent multiple updates in a row the folder updates can be
5931                   frozen for some time.
5932
5933                 Note: - Please verify that no updates are missing
5934                       - Check where freeze/thaws should be added
5935
5936 2003-01-07 [christoph]  0.8.8claws62
5937
5938         * src/prefs_actions.c
5939                 don't translate empty strings
5940
5941         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5942
5943 2003-01-06 [christoph]  0.8.8claws61
5944
5945         * src/prefs_actions.c
5946                 mark strings for gettext
5947         * src/prefs_matcher.c
5948                 use new description window for Execute action and
5949                 match condition in Filtering
5950
5951         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5952
5953 2003-01-06 [alfons]     0.8.8claws60
5954
5955         keep myself inspired to re-organize matcher part 8; 
5956         yes, more to come (I need to move out the descriptive
5957         text for actions to matcher.c, or at least make it not
5958         depend on the wicked ordering)
5959
5960         * src/prefs_matcher.c
5961                 add documentation so others may comprehend the
5962                 UI part of the conditions
5963                 
5964 2003-01-06 [christoph]  0.8.8claws59
5965
5966         * src/prefs_actions.c
5967                 use new description window for syntax help
5968         * src/gtk/description_window.c
5969                 fix display of descriptions with column count != 2
5970
5971         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5972
5973 2003-01-06 [christoph]  0.8.8claws58
5974
5975         * src/quote_fmt.c
5976         * src/summaryview.[ch]
5977         * src/gtk/Makefile.am
5978         * src/gtk/description_window.[ch]       ** NEW **
5979                 use a generic window to display syntax descriptions
5980                 currently used in quote_fmt and summaryview (new description
5981                 for extended quick search)
5982
5983         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5984
5985 2003-01-06 [paul]       0.8.8claws57
5986
5987         * sync with 0.8.8cvs1
5988                 see ChangeLog 2003-01-06
5989
5990 2003-01-06 [christoph]  0.8.8claws56
5991
5992         * src/mainwindow.c
5993         * src/prefs_gtk.[ch]
5994         * src/gtk/prefswindow.[ch]
5995         * src/plugins/spamassassin/spamassassin_gtk.c
5996                 o remove page management from prefswindow, pages
5997                   will be an argument to prefswindow_open
5998                 o prefswindow_open gets a datapointer that is
5999                   passed to the widget_create function to allow
6000                   creation of prefswindow for specific items
6001
6002 2003-01-06 [colin]      0.8.8claws55
6003         
6004         * src/summaryview.c
6005                 We don't want regexp in the reply-finder, 
6006                 because MIDs can contain !,$,. and so on
6007
6008 2003-01-06 [jens]       0.8.8claws54
6009
6010         * src/jpilot.c
6011                 fixed a wrong free in jpilot_read_db_files
6012
6013 2003-01-06 [alfons]     0.8.8claws53
6014
6015         re-organize matcher part 8; more to come
6016        
6017         * src/matcher.c
6018                 matcherprop_to_string(): put g_free()s before the
6019                 switch-case break to fix memleaks                
6020
6021 2003-01-06 [colin]      0.8.8claws52
6022
6023         * src/summaryview.c
6024                 cleanup & reply-finder now displays the first 
6025                 matching message
6026
6027 2003-01-05 [alfons]     0.8.8claws51
6028
6029         re-organize matcher part 7; more to come
6030
6031         * src/matcher.[ch]
6032                 fixes for constant correctness;
6033                 more documentation;
6034
6035 2003-01-05 [alfons]     0.8.8claws50
6036
6037         re-organize matcher part 6; more to come
6038         
6039         * src/matcher.[ch]
6040                 fixes for constant correctness;
6041                 more documentation;
6042         * src/filtering.c
6043                 fix for constant correctness
6044
6045 2003-01-05 [colin]      0.8.8claws49
6046
6047         * src/account.[ch]
6048                 Add account_get_reply_account function
6049         * src/compose.c
6050                 Use account_get_reply_account function 
6051         * src/summaryview.c
6052                 Basic reply-finder - click on the replied
6053                 icon gets you to the outbox using quick-search
6054
6055 2003-01-05 [paul]       0.8.8claws48
6056
6057         * src/prefs_common.c
6058                 small change to English
6059                 
6060         * src/prefs_filtering.c
6061                 prefs_filtering_action_select(): improve logic and uniformity
6062                 of gui
6063
6064 2003-01-05 [alfons]     0.8.8claws47
6065
6066         fine tune solution to focus problems (bug #7)
6067
6068         * src/mainwindow.c
6069                 mainwindow_focus_in_event(): remove grab event check
6070         * src/summaryview.c
6071                 summary_button_pressed(): move selection on right-click
6072                 too. we can't possibly move the selection back after
6073                 canceling a dialog, because gtk's incomplete focus 
6074                 management. whether this is a good solution, only time
6075                 will tell.
6076
6077 2003-01-05 [christoph]  0.8.8claws46
6078
6079         * src/imap.c
6080                 fix crash when no imap connection could be established
6081
6082 2003-01-05 [paul]       0.8.8claws45
6083
6084         * src/mainwindow.c
6085           src/sumamryview.c
6086           src/gtk/menu.[ch]
6087                 fix bug 605957 'shortcuts in popup-menu'
6088                 make user-defined shortcuts work
6089                 show shortcuts that are already defined
6090                 in the main menu
6091                 Patch submitted by Luke Plant
6092
6093 2003-01-05 [alfons]     0.8.8claws44
6094
6095         * src/mainwindow.c
6096                 focus_in_event handler should not select summary view row 
6097                 when another window (menu, dialog) grabbed for events 
6098                 (bug #7, "[0.8.8claws42] Message summary focus") 
6099
6100 2003-01-04 [christoph]  0.8.8claws43
6101
6102         * src/procmsg.c
6103                 update save folder after adding the sent message
6104                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6105
6106 2003-01-02 [christoph]  0.8.8claws42
6107
6108         * src/common/plugin.c
6109                 fix unloading of all plugins and unload
6110                 plugins in reverse order
6111                 
6112         * src/gtk/pluginwindow.c
6113                 implement function of load and unload button
6114
6115         * src/gtk/prefswindow.c
6116         * src/gtk/prefswindow.h
6117                 rename register function and add new unregister
6118                 function
6119
6120         * src/plugins/spamassassin/spamassassin_gtk.c
6121                 unregister prefs page and update for changes in
6122                 src/gtk/prefswindow.c
6123
6124 2003-01-02 [paul]       0.8.8claws41
6125
6126         * po/es.po
6127                 updated by Ricardo Mones Lastra
6128
6129 2003-01-02 [paul]
6130
6131         * tools/tb2sylpheed
6132                 fixes and improvements by Urke MMI
6133
6134 2003-01-02 [thorsten]   0.8.8claws40
6135
6136         * src/procmsg.c
6137                 fixed wrong return value
6138
6139 2003-01-02 [thorsten]   0.8.8claws39
6140
6141         * src/prefs.c
6142                 fixed printing wrong variable
6143
6144 2003-01-02 [thorsten]   0.8.8claws38
6145
6146         * src/prefs.c
6147                 fixed acessing members of freed pfile struct
6148
6149 2003-01-02 [thorsten]   0.8.8claws37
6150
6151         * src/procmsg.c
6152                 detect loops across several messages
6153                 as suggested by Christoph Hohmann
6154
6155 2003-01-01 [match]      0.8.8claws36
6156
6157         * src/addrindex.c
6158                 fixed another memory leak.
6159
6160 2003-01-01 [match]      0.8.8claws35
6161
6162         * src/jpilot.[ch]
6163                 fixed memory leaks. applied Doxygen comments.
6164
6165 2003-01-01 [thorsten]   0.8.8claws34
6166
6167         * src/procmsg.c
6168                 inhibit endless loop if msg references itself
6169                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6170
6171 2003-01-01 [christoph]  0.8.8claws33
6172
6173         * src/mainwindow.c
6174         * src/gtk/Makefile.am
6175         * src/gtk/pluginwindow.c                ** NEW **
6176         * src/gtk/pluginwindow.h                ** NEW **
6177                 add plugin window
6178
6179         * src/plugins/demo/demo.c
6180         * src/plugins/spamassassin/spamassassin.c
6181         * src/plugins/spamassassin/spamassassin_gtk.c
6182                 write better plugin descriptions
6183
6184 2002-12-31 [christoph]  0.8.8claws32
6185
6186         * src/gtk/prefswindow.c
6187         * src/plugins/spamassassin/spamassassin_gtk.c
6188                 some small improvements to GTK code
6189
6190 2002-12-31 [christoph]  0.8.8claws31
6191
6192         * src/plugins/spamassassin/spamassassin_gtk.c
6193                 enable folder select button
6194
6195 2002-12-31 [christoph]  0.8.8claws30
6196
6197         * src/mainwindow.c
6198         * src/gtk/Makefile.am
6199         * src/gtk/prefswindow.c                         ** NEW **
6200         * src/gtk/prefswindow.h                         ** NEW **
6201                 add new prefs window
6202
6203         * src/common/plugin.c
6204                 don't try to load empty config lines
6205         
6206         * src/plugins/spamassassin/Makefile.am
6207         * src/plugins/spamassassin/spamassassin.c
6208         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6209         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6210                 GTK config for SpamAssassin Plugin using
6211                 the new prefs window
6212
6213 2002-12-31 [paul]       0.8.8claws29
6214
6215         * po/POTFILES.in
6216                 remove obsolete entry 'src/menu.c'
6217
6218 2002-12-31 [alfons]     0.8.8claws28
6219
6220         * src/matcher.[ch]
6221         * src/matcher_parser_parse.y
6222         * src/prefs_matcher.c
6223                 add "ignore_thread" and "~ignore_thread" condition so it's
6224                 possible to make the actions / scoring operate on the ignore
6225                 thread flag
6226
6227 2002-12-31 [christoph]  0.8.8claws27
6228
6229         * src/addrbook.c
6230         * src/addrindex.c
6231         * src/folder.c
6232         * src/matcher.c
6233         * src/prefs_account.c
6234         * src/prefs_actions.c
6235         * src/prefs_customheader.c
6236         * src/prefs_display_header.c
6237         * src/prefs_gtk.c
6238         * src/procmime.c
6239         * src/toolbar.c
6240         * src/xmlprops.c
6241         * src/common/prefs.[ch]
6242                 extend prefs file handling for reading and automatic handling
6243                 of blocks. When reading prefs_set_block_label will automatically
6244                 move on to the block. When writing it will copy all other blocks
6245                 automatically
6246
6247         * src/common/plugin.c
6248                 Now loading plugin filenames from [Plugins] block in
6249                 sylpheed rc file
6250
6251 2002-12-30 [christoph]  0.8.8claws26
6252
6253         * src/common/hooks.[ch]
6254                 return abort status to caller of hooks_invoke
6255                 
6256         * src/inc.[ch]
6257                 invoke message filtering hook and stop
6258                 default handling when filter returns abort
6259
6260         * src/common/plugin.[ch]
6261         * src/plugins/demo/demo.c
6262                 modify plugin loader, because resolving symbols for strings
6263                 does not work correctly
6264         
6265         * configure.in
6266         * ac/spamassassin.m4                            ** NEW **
6267         * src/plugins/spamassassin/.cvsignore           ** NEW **
6268         * src/plugins/spamassassin/Makefile.am          ** NEW **
6269         * src/plugins/spamassassin/README               ** NEW **
6270         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6271         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6272         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6273                 add spamassassin plugin, see src/plugins/spamassassin/README
6274                 for details
6275
6276 2002-12-29 [alfons]     0.8.8claws25
6277
6278         * src/mainwindow.c
6279                 when moving focus from a message view to the main 
6280                 window, don't forget to select the summary node
6281                 of the displayed message. should fix "[ 659103 ] 
6282                 focus-follows-mouse confuses sylpheed"
6283
6284 2002-12-29 [christoph]  0.8.8claws24
6285
6286         * src/Makefile.am
6287         * src/stringtable.[ch]          ** REMOVE **
6288         * src/common/Makefile.am
6289         * src/common/stringtable.[ch]   ** NEW **
6290                 move stringtable files to common directory
6291
6292 2002-12-29 [christoph]  0.8.8claws23
6293
6294         * src/Makefile.am
6295         * src/menu.[ch]                 ** REMOVE **
6296         * src/gtk/Makefile.am
6297         * src/gtk/menu.[ch]             ** NEW **
6298                 move menu files to gtk directory
6299
6300 2002-12-29 [match]      0.8.8claws22
6301
6302         * src/addressbook.c
6303         * src/syldap.c
6304                 moved UI specific code out of LDAP code into addressbook
6305                 UI code. fixed memory leak.
6306
6307 2002-12-29 [christoph]  0.8.8claws21
6308
6309         * src/folder.c
6310                 only check for IGNORED parent message when message is
6311                 not IGNORED itself
6312
6313 2002-12-29 [alfons]     0.8.8claws20
6314
6315         * src/summaryview.c
6316                 set gtksctree's anchor correct (immediate execute
6317                 changes the tree's layout, and anchor points at 
6318                 the incorrect row). fixes "[ 657233 ] multiple msg 
6319                 delete sometimes off by 1".
6320                 we probably have to look for more tree layout /
6321                 anchor glitches.
6322
6323 2002-12-29 [paul]       0.8.8claws19
6324
6325         * src/summaryview.c
6326                 fix bug [ 659054 ] incorrect sorting of 'From' column
6327                 when using 'display sender using address book'
6328                 thanks to Alfons and Luke Plant
6329
6330 2002-12-29 [christoph]  0.8.8claws18
6331
6332         * src/folder.c
6333         * src/procmsg.[ch]
6334                 check parent messages for IGNORE THREAD flag, when adding,
6335                 moving or copying messages to a folder
6336
6337 2002-12-27 [alfons]     0.8.8claws17
6338
6339         re-organize matcher part 5; more to come
6340
6341         * src/matcher.c
6342                 hash keywords in matchparser_tab 
6343
6344 2002-12-27 [alfons]     0.8.8claws16
6345
6346         re-organize matcher part 4; more to come
6347
6348         * src/matcher_parser.h
6349         * src/matcher_parser_lex.l
6350         * src/matcher_parser_parse.y
6351                 cleanup
6352
6353 2002-12-27 [alfons]     0.8.8claws15
6354
6355         re-organize matcher part 3; more to come
6356
6357         * src/matcher.[ch]
6358                 cleanup
6359
6360 2002-12-27 [alfons]     0.8.8claws14
6361
6362         re-organize matcher part 2; more to come but this should
6363         work. cc me if there are any regressions.
6364
6365         * src/matcher.h
6366                 add prototype for get_matchparser_tab_id()
6367         * src/matcher_parser_lex.l
6368                 look up keywords using matchparser_tab_id();
6369
6370 2002-12-27 [alfons]     0.8.8claws12
6371
6372         re-organize matcher part 1
6373
6374         * src/matcher.h
6375                 map yacc generated constants to sylpheed matcher constants
6376         * src/matcher.c
6377                 add function to find a matcher constant from a string
6378
6379 2002-12-27 [christoph]  0.8.8claws11
6380
6381         * src/compose.c
6382                 MENUITEM_ADD casts the 4th argument from integer to pointer
6383                 so it probably should not be a pointer, this means we
6384                 should use account id for it and not the account's pointer
6385
6386 2002-12-27 [paul]       0.8.8claws10
6387
6388         * src/mainwindow.c
6389                 remove unneeded 'GtkWidget *vbox'
6390                 
6391         * src/summaryview.c
6392                 further sync with 0.8.8 - make sort
6393                 by recipient work as expected
6394                 
6395         * NEWS
6396                 sync with 0.8.8
6397
6398 2002-12-27 [paul]       0.8.8claws9
6399
6400         * po/pt_BR.po
6401                 updated by Ivan F. Martinez
6402                 
6403 2002-12-27 [darko]      0.8.8claws8
6404
6405         * src/common/utils.c
6406                 added locked pattern to extended search
6407
6408 2002-12-27 [alfons]     0.8.8claws7
6409
6410         * src/prefs_matcher.[ch]
6411                 clean up
6412
6413 2002-12-26 [alfons]     0.8.8claws6
6414
6415         * src/matcher.[ch]
6416         * src/matcher_parser_lex.l
6417         * src/matcher_parser_parse.y
6418         * src/prefs_matcher.c
6419                 allow color label as a condition in the matcher
6420
6421 2002-12-26 [oliver]     0.8.8claws5
6422         
6423         * src/toolbar.c 
6424                 enable Addressbook for Main and Messageview
6425         * src/prefs_actions.c
6426                 enable actions in Messageview
6427
6428 2002-12-26 [christoph]  0.8.8claws4
6429
6430         * src/common/plugin.c
6431                 add a little debug output
6432         * configure.in
6433         * src/plugins/demo/Makefile.am
6434                 better use of automake
6435
6436 2002-12-26 [christoph]  0.8.8claws3
6437
6438         * src/Makefile.am
6439         * src/common/Makefile.am
6440                 fix "make distdir"
6441
6442 2002-12-26 [christoph]  0.8.8claws2
6443
6444         * configure.in
6445                 sort configure checks into common / gtk / plugins
6446         * po/POTFILES.in
6447                 add src/prefs_gtk.c
6448         * src/Makefile.am
6449                 add plugins SUBDIR
6450         * src/main.c
6451         * src/common/sylpheed.[ch]
6452                 added now sylpheed_done function for shutdown
6453         * src/common/Makefile.am
6454         * src/common/plugin.[ch]                ** NEW **
6455                 plugin loader and unloader
6456         * src/plugins/.cvsignore                ** NEW **
6457         * src/plugins/Makefile.am               ** NEW **
6458                 build plugins
6459         * src/plugins/demo/.cvsignore           ** NEW **
6460         * src/plugins/demo/Makefile.am          ** NEW **
6461         * src/plugins/demo/demo.c               ** NEW **
6462                 small demo plugin that installs a logtext hook and
6463                 outputs the log text to stdout
6464
6465 2002-12-26 [paul]       0.8.8claws1
6466
6467         * po/es.po
6468                 updated by Ricardo Mones Lastra
6469
6470 2002-12-26 [paul]       0.8.8claws
6471
6472         * 0.8.8claws released
6473
6474 2002-12-26 [paul]       0.8.7claws12
6475
6476         * po/bg.po
6477                 updated by George Danchev
6478
6479 2002-12-26 [paul]       0.8.7claws11
6480
6481         * po/POTFILES.in
6482                 remove unneeded 'src/prefs.c' entry 
6483
6484 2002-12-26 [paul]       0.8.7claws10
6485
6486         * src/codeconv.c
6487           src/mainwindow.c
6488                 sync with 0.8.8 release
6489         
6490         * src/folder.[ch]
6491           src/mh.c
6492           src/summaryview.c
6493                 partial sync with 0.8.8 release
6494         
6495
6496 2002-12-25 [alfons]     0.8.7claws9
6497
6498         * src/matcher.[ch]
6499         * src/matcher_parser_lex.l
6500         * src/matcher_parser_parse.y
6501         * src/prefs_matcher.c
6502                 add locked flag to possible filtering / matcher 
6503                 conditions (also a good example what should be
6504                 done to add a simple boolean condition)
6505
6506 2002-12-25 [christoph]  0.8.7claws8
6507
6508         * src/Makefile.am
6509         * src/account.[ch]
6510         * src/addrbook.c
6511         * src/addressbook.c
6512         * src/addrindex.c
6513         * src/filtering.c
6514         * src/folder.c
6515         * src/matcher.c
6516         * src/prefs.[ch]                ** REMOVE **
6517         * src/prefs_account.c
6518         * src/prefs_actions.c
6519         * src/prefs_common.c
6520         * src/prefs_customheader.c
6521         * src/prefs_display_header.c
6522         * src/prefs_filtering.c
6523         * src/prefs_folder_item.c
6524         * src/prefs_gtk.[ch]            ** NEW **
6525         * src/prefs_matcher.c
6526         * src/prefs_scoring.c
6527         * src/prefs_summary_column.c
6528         * src/procmime.c
6529         * src/selective_download.c
6530         * src/toolbar.c
6531         * src/common/Makefile.am
6532         * src/common/prefs.[ch]         ** NEW **
6533                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6534
6535 2002-12-24 [alfons]     0.8.7claws7
6536
6537         * src/summaryview.c
6538                 summary_thread_build(): fix real cause of the crash mentioned in
6539                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6540                 this way we get meaningful ctree nodes 
6541
6542 2002-12-24 [oliver]     0.8.7claws6
6543
6544         * src/mainwindow.[ch]
6545         * src/messageview.[ch]
6546         * src/compose.[ch]
6547         * src/inc.c
6548         * src/summaryview.c
6549                 changes to use updated toolbar handling
6550                 
6551 2002-12-24 [oliver]     0.8.7claws5
6552
6553         * src/toolbar.[ch]
6554                 generic toolbar handling
6555                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6556         * src/prefs_toolbar.[ch]
6557                 adjust to handling
6558         
6559 2002-12-24 [oliver]     0.8.7claws4
6560         
6561         * src/stock_pixmap.[ch]
6562                 move SYLPHEED_LOGO to end of list in order 
6563                 to remove it from Custom Toolbar`s Icon View
6564
6565 2002-12-24 [alfons]     0.8.7claws3
6566
6567         * src/summaryview.c
6568                 summary_thread_build(): fix crash because of focus != selection 
6569                 after threading. when deleting the selection, gtk tries but fails 
6570                 to find the correct focusable element. we now force the selection
6571                 to be focused. this should solve the infamous bug reported by 
6572                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6573                 a test case is available. 
6574
6575 2002-12-24 [darko]      0.8.7claws2
6576
6577         * src/summaryview.c
6578                 don't crash when unmarking message with unread children
6579
6580 2002-12-23 [christoph]  0.8.7claws1
6581
6582         * src/Makefile.am
6583         * src/common/Makefile.am
6584                 update Makefiles for moved intl.h, version.h and defs.h
6585         * src/imap.c
6586                 rewrite imap_session_get to avoid duplicate code
6587
6588 2002-12-23 [paul]       0.8.7claws
6589
6590         * Santa-Claws released
6591         
6592         * po/hu.po
6593           po/ru.po
6594                 squeeze in updated Hungarian and Russian translations.
6595                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6596
6597 2002-12-23 [paul]       0.8.6claws129
6598
6599         * po/pl.po
6600                 updated by Witold Wladyslaw Wojciech Wilk
6601
6602 2002-12-23 [paul]       0.8.6claws128
6603
6604         * src/quote_fmt_parse.y
6605                 fix typo and add licence header
6606
6607 2002-12-23 [paul]       0.8.6claws127
6608
6609         * po/en_GB.po
6610                 updated
6611
6612 2002-12-23 [paul]       0.8.6claws126
6613
6614         * po/it.po
6615                 updated translation, submitted by Alessandro Maestri
6616                 
6617 2002-12-23 [paul]       0.8.6claws125
6618
6619         * src/quote_fmt_parse.y
6620                 fix signature-stripping on replies bug. match
6621                 '-- \n' and not '-- '.
6622
6623 2002-12-22 [paul]       0.8.6claws124
6624
6625         * po/bg.po
6626           po/es.po
6627           po/sr.po
6628                 updated translations. submitted by George Danchev,
6629                 Ricardo Mones Lastra, and Urke MMI respectively
6630
6631 2002-12-21 [paul]       0.8.6claws123
6632
6633         * src/addrbook.c
6634                 fix coding style
6635
6636 2002-12-21 [paul]       0.8.6claws122
6637
6638         * src/addrbook.c
6639                 fix bug [643638] where if a person is in one or more
6640                 addressbook groups editing that person's email 
6641                 address results in removal from those groups.
6642                 Patch submitted by Luke Plant.
6643
6644 2002-12-20 [christoph]  0.8.6claws121
6645
6646         * src/common/utils.c
6647         * src/summaryview.c
6648                 reimplement expand_search_string using GString to
6649                 prevent crashs caused by miscalculated string
6650                 lengths reported by Paul
6651
6652 2002-12-20 [christoph]  0.8.6claws120
6653
6654         * src/summaryview.c
6655                 don't use "changed" to check if op_count has to be changed as it
6656                 is also set when the message has unread children
6657                 (closes bug [ 653221 ] crash while deleting duplicates)
6658
6659 2002-12-20 [paul]       0.8.6claws119
6660
6661         * sync with 0.8.6cvs27
6662                 see ChangeLog 2002-12-20
6663
6664 2002-12-20 [paul]       0.8.6claws118
6665
6666         * sync with 0.8.6cvs26
6667                 see ChangeLog 2002-12-19 and 2002-12-20
6668
6669 2002-12-19 [alfons]     0.8.6claws117
6670
6671         * src/textview.c
6672                 fix incorrect parsing of email addresses, submitted by 
6673                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6674                 name display if it contains @".
6675
6676 2002-12-18 [paul]       0.8.6claws116
6677
6678         * sync with 0.8.6cvs23
6679                 see ChangeLog 2002-12-18
6680
6681 2002-12-18 [paul]       0.8.6claws115
6682
6683         * src/Makefile.am
6684         * src/account.c
6685         * src/codeconv.c
6686         * src/gtkutils.[ch]
6687         * src/imap.c
6688                 sync with 0.8.6cvs22.
6689                 see ChangeLog 2002-12-17 and 2002-12-18
6690
6691 2002-12-17 [christoph]  0.8.6claws114
6692
6693         * src/imap.c
6694                 o don't create a session if imap greeting fails
6695                 o don't close socket when authentication fails
6696                   this is done by imap_session_destroy
6697
6698 2002-12-17 [thorsten]   0.8.6claws113
6699
6700         * tools/Makefile.am
6701           tools/README
6702           tools/google_msgid.pl ** NEW FILE **
6703                 Added "search for message-id" script and doc
6704
6705 2002-12-17 [thorsten]   0.8.6claws112
6706
6707         * po/hu.po
6708                 Updated hungarian translation
6709                 (updated by Gal Zoltan)
6710
6711 2002-12-16 [christoph]  0.8.6claws111
6712
6713         * src/addr_compl.c
6714                 remove stupid addressbook dump to debug output
6715         * src/mh.c
6716                 fix memory leak found by Hiro
6717
6718 2002-12-14 [paul]       0.8.6claws110
6719
6720         * src/compose.c
6721                 fix menubar sensitivity on send
6722                 
6723         * src/prefs_filtering.c
6724         * src/prefs_matcher.c
6725         * src/prefs_scoring.c
6726                 Fix english ;)
6727                 
6728         * src/common/quoted-printable.h
6729                 sync: fix typo
6730         
6731 2002-12-13 [christoph]  0.8.6claws109
6732
6733         * src/Makefile.am
6734         * src/manage_window.[ch]        ** REMOVE **
6735         * src/gtk/Makefile.am
6736         * src/gtk/manage_window.[ch]    ** NEW **
6737                 move manage_window files to gtk directory
6738
6739 2002-12-13 [christoph]  0.8.6claws108
6740
6741         * src/Makefile.am
6742         * src/gtkshruler.[ch]           ** REMOVE **
6743         * src/gtk/Makefile.am
6744         * src/gtk/gtkshruler.[ch]       ** NEW **
6745                 move gtkshruler files to gtk directory
6746
6747 2002-12-13 [christoph]  0.8.6claws107
6748
6749         * src/Makefile.am
6750         * src/compose.c
6751         * src/gtkstext.[ch]             ** REMOVE **
6752         * src/gtkutils.[ch]
6753         * src/textview.c
6754         * src/gtk/gtkstext.[ch]         ** NEW **
6755         * src/gtk/Makefile.am
6756                 o move stext functions to gtkstext.c to remove
6757                   dependency of gtkutils
6758                 o move gtkstext files to gtk directory
6759
6760         * src/gtk/Makefile.am
6761         * src/gtk/sslcertwindow.[ch]
6762                 UI stuff can always depend on common code so
6763                 it's ok to add ../common to include path
6764
6765 2002-12-13 [colin]      0.8.6claws106
6766
6767         * src/summaryview.c
6768                 Disconnect sighandlers for mainwindow when
6769                 quicksearch has the focus
6770                 Fix bug #653231
6771         * src/mainwindow.[ch]
6772                 Make key_pressed callback public, to be able
6773                 to disconnect it
6774
6775 2002-12-13 [christoph]  0.8.6claws105
6776
6777         * src/mh.c
6778                 create .mh_sequences file in new MH folders
6779                 (closes feature request [ 523162 ] MH folders should
6780                  get a .mh_sequences)
6781
6782 2002-12-13 [colin]      0.8.6claws104
6783
6784         * src/summaryview.c
6785                 Better handling of quicksearch show/hide
6786                 (basically the button stays under the mouse 
6787                  when toggled)
6788
6789 2002-12-13 [paul]       0.8.6claws103
6790
6791         * sync with 0.8.6cvs17
6792                 see ChangeLog 2002-12-13
6793
6794 2002-12-13 [paul]       0.8.6claws102
6795
6796         * po/es.po
6797                 updated by Ricardo Mones Lastra
6798
6799 2002-12-11 [colin]       0.8.6claws101
6800
6801         * src/folder.c
6802                 remove statusbar stuff
6803           src/folderview.c
6804                 set statusbar verbosity when moving folders
6805
6806 2002-12-11 [colin]       0.8.6claws100
6807         * src/prefs_filtering.c
6808         * src/prefs_matcher.c
6809         * src/prefs_scoring.c
6810                 Fix english ;)
6811
6812 2002-12-11 [colin]       0.8.6claws99
6813
6814         * src/prefs_common.[ch]
6815                 Add summary_quicksearch_type
6816         * src/summaryview.c
6817                 Save last used quicksearch type
6818
6819 2002-12-11 [jens]       0.8.6claws98
6820         * src/prefs_filtering.c
6821         * src/prefs_matcher.c
6822         * src/prefs_scoring.c
6823                 added dialog for incomplete rules in scoring, filtering and
6824                 matcher to ask wheather really close
6825
6826 2002-12-11 [colin]      0.8.6claws97
6827
6828         * src/folder.c
6829                 Fix folder dnd statusbar logging
6830
6831 2002-12-10 [christoph]  0.8.6claws96
6832
6833         * src/compose.c
6834         * src/folder.c
6835         * src/imap.c
6836         * src/inc.c
6837         * src/main.c
6838         * src/mainwindow.c
6839         * src/news.c
6840         * src/send.c
6841         * src/statusbar.[ch]
6842         * src/common/hooks.c
6843         * src/common/log.[ch]
6844                 o handle verbose logging in statusbar directly in statusbar code
6845                   and common code does not need any knowledge about a statusbar
6846                 o remove direct calls to statusbar_(puts|pop)_all functions
6847
6848 2002-12-10 [jens]       0.8.6claws95
6849
6850         * src/*.c
6851                 removed gettext from g_warnings
6852         * po/POTFILES.in
6853                 cleaned and updated
6854         * po/de.po
6855                 updated
6856
6857 2002-12-10 [colin]      0.8.6claws94
6858
6859         * src/main.c
6860                 finish crash dialog fix
6861
6862 2002-12-10 [colin]      0.8.6claws93
6863
6864         * src/main.c
6865                 "Fix" "sylpheed already running" instead of
6866                 crash dialog appearing after a crash
6867
6868 2002-12-10 [colin]      0.8.6claws92
6869
6870         * po/POTFILES.in
6871                 add src/gtk/sslcertwindow.c
6872
6873 2002-12-10 [paul]       0.8.6claws91
6874
6875         * po/POTFILES.in
6876                 updated to reflect recent changes
6877                 submitted by Alessandro Maestri
6878
6879 2002-12-09 [christoph]  0.8.6claws90
6880
6881         * src/Makefile.am
6882         * src/smtp.[ch]                 ** REMOVE **
6883         * src/common/Makefile.am
6884         * src/common/smtp.[ch]          ** NEW **
6885                 move smtp files to common directory
6886
6887 2002-12-09 [christoph]  0.8.6claws89
6888
6889         * src/Makefile.am
6890         * src/session.[ch]              ** REMOVE **
6891         * src/common/Makefile.am
6892         * src/common/session.[ch]       ** NEW **
6893                 move session files to common directory
6894
6895 2002-12-09 [paul]       0.8.6claws88
6896
6897         * src/account.c
6898                 fix bug [649746] edit accounts: move account reverted
6899                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6900
6901 2002-12-09 [colin]      0.8.6claws87
6902
6903         * src/ssl_certificate.c
6904                 cleanup
6905
6906 2002-12-09 [colin]      0.8.6claws86
6907
6908         * src/ssl.c
6909                 Try to open the cert.pem database and 
6910                 issue a warning if it isn't there
6911
6912 2002-12-09 [colin]      0.8.6claws85
6913
6914         * src/common/ssl_certificate.c
6915         * src/gtk/sslcertwindow.c
6916                 Warning fixes
6917
6918 2002-12-09 [colin]      0.8.6claws84
6919
6920         * src/ssl_certificate.[ch] ** REMOVED **
6921         * src/common/ssl_certificate.[ch] ** NEW **
6922         * src/Makefile.am
6923         * src/common/Makefile.am
6924                 Moved ssl_certificate.[ch] to common
6925         * src/common/ssl.c 
6926                 Put back needed include
6927         * src/gtk/sslcertwindow.[ch]
6928                 Changed ssl_certificate.h include
6929         
6930 2002-12-09 [colin]      0.8.6claws83
6931
6932         * src/gtk/sslcertwindow.[ch]
6933                 Implement hook for certificate acception
6934         * src/ssl_certificate.[ch]
6935                 Implement hook for certificate acception
6936         * src/common/ssl.c
6937                 Reenable certificate acception check
6938         * src/mainwindow.c
6939                 Register sslcertwindow's hook
6940         
6941 2002-12-08 [christoph]  0.8.6claws82
6942
6943         * src/about.c
6944         * src/addr_compl.c
6945         * src/codeconv.c
6946         * src/manual.c
6947         * src/undo.c
6948         * src/common/utils.c
6949                 o add missing includes
6950                 o fix warnings
6951         * src/.cvsignore
6952         * src/common/.cvsignore
6953         * src/common/version.h          ** REMOVE **
6954                 remove autogenerated file
6955
6956 2002-12-08 [paul]       0.8.6claws81
6957
6958         * src/stringtable.c
6959                 put back needed include
6960
6961 2002-12-08 [colin]      0.8.6claws80
6962         
6963         * src/gtk/sslcertwindow.c
6964                 Cleaner popups when asking
6965         * src/ssl_certificate.c
6966         * src/prefs_common.[ch]
6967                 remove ssl certificate pref
6968                 put back needed include
6969         * src/undo.c
6970                 put back needed include
6971
6972 2002-12-08 [christoph]  0.8.6claws79
6973
6974         * src/folderview.c
6975         * src/logwindow.c
6976         * src/statusbar.c
6977         * src/summaryview.c
6978                 only abort hook invokation if required data is missing not
6979                 if our own data pointer is NULL, update hookfunction for
6980                 log window
6981
6982 2002-12-08 [paul]       0.8.6claws78
6983
6984         * src/about.c
6985         * src/addrcache.c
6986         * src/addrclip.c
6987         * src/addr_compl.c
6988         * src/addrselect.c
6989         * src/codeconv.c
6990         * src/colorlabel.c
6991         * src/enriched.c
6992         * src/esmtp.c
6993         * src/exporthtml.c
6994         * src/headerview.c
6995         * src/imageview.c
6996         * src/manual.c
6997         * src/noticeview.c
6998         * src/pgptext.c
6999         * src/scoring.c
7000         * src/sourcewindow.c
7001         * src/stringtable.c
7002         * src/undo.c
7003                 clean up: remove unneccesary includes
7004
7005 2002-12-08 [christoph]  0.8.6claws77
7006
7007         * src/folderview.c
7008         * src/statusbar.c
7009         * src/summaryview.c
7010         * src/common/hooks.[ch]
7011                 hook functions now have a gboolean return value, if a hook
7012                 returns TRUE it will stop executing of any more hooks in
7013                 the same hooklist for this invokation
7014
7015 2002-12-08 [colin]      0.8.6claws76
7016         
7017         * src/main.c
7018                 put back argv0 for CRASH_DIALOG
7019
7020 2002-12-08 [christoph]  0.8.6claws75
7021
7022         * src/Makefile.am
7023         * src/about.c
7024         * src/account.c
7025         * src/crash.c
7026         * src/esmtp.h
7027         * src/imap.[ch]
7028         * src/inc.c
7029         * src/main.c
7030         * src/mainwindow.c
7031         * src/news.c
7032         * src/pop.[ch]
7033         * src/prefs_account.[ch]
7034         * src/prefs_common.[ch]
7035         * src/send.[ch]
7036         * src/smtp.[ch]
7037         * src/ssl_certificate.[ch]
7038         * src/ssl_manager.[ch]
7039         * src/common/Makefile.am
7040         * src/common/log.c
7041         * src/common/nntp.[ch]
7042         * src/common/socket.[ch]
7043         * src/common/ssl.[ch]
7044         * src/gtk/sslcertwindow.[ch]
7045         * ac/openssl.m4
7046                 use new autoconf script to detect OpenSSL with extra parameters
7047                 to specify the location of libs and includes, also remove USE_SSL
7048                 to USE_OPENSSL
7049
7050         * src/common/sylpheed.[ch]
7051         * src/common/version.h.in
7052                 start seperation of common code initialization seperated from gui
7053
7054         * src/summaryview.c
7055                 The function that is called when a color label changes
7056                 should not change the color lable again
7057
7058 2002-12-08 [colin]      0.8.6claws74
7059
7060         * src/gtk/sslcertwindow.c
7061                 warning fixes
7062
7063 2002-12-08 [colin]      0.8.6claws73
7064
7065         * src/statusbar.c
7066           src/common/log.h
7067                 Register a hook for statusbar_puts_all
7068         * src/common/log.c
7069                 invoke statusbar_puts_all's hook
7070         
7071 2002-12-08 [colin]      0.8.6claws72
7072
7073         * src/ssl_certificate.c
7074                 Put back a badly-removed include
7075
7076 2002-12-08 [colin]      0.8.6claws71
7077
7078         * src/gtk/sslcertwindow.[ch]    ** NEW **
7079                 new certificate presentation
7080         * src/gtk/Makefile.am
7081                 add new files
7082         * src/ssl_certificate.[ch]
7083                 gtk cleanup, made utility functions public
7084         * src/ssl_manager.c
7085                 use new cert presentation
7086
7087 2002-12-07 [christoph]  0.8.6claws70
7088
7089         * src/Makefile.am
7090         * src/nntp.[ch]                 ** REMOVE **
7091         * src/common/Makefile.am
7092         * src/common/nntp.[ch]          ** NEW **
7093                 move nntp files to common directory
7094
7095 2002-12-07 [christoph]  0.8.6claws69
7096
7097         * src/procmsg.[ch]
7098         * src/summaryview.c
7099                 implement msginfo update callback using sylpheed's new
7100                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7101
7102 2002-12-06 [christoph]  0.8.6claws68
7103
7104         * src/editgroup.c
7105                 This patch changes the 'Edit Group Details' dialog to
7106                 allow extended selections in either pane, so that
7107                 addresses can be added or removed from a group more
7108                 quickly and easily. (it actually is a net decrease in
7109                 file size, as some unnecessary functions have been
7110                 removed). 
7111                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7112
7113 2002-12-06 [christoph]  0.8.6claws67
7114
7115         * src/Makefile.am
7116         * src/template.[ch]             ** REMOVE **
7117         * src/common/Makefile.am
7118         * src/common/template.[ch]      ** NEW **
7119                 move template files to common directory
7120
7121         * src/nntp.c
7122                 add missing log.h include
7123
7124 2002-12-06 [melvin]     0.8.6claws66
7125
7126         * src/prefs_actions.c
7127                 Added the trailing ">" syntax to insert command's output
7128                 without replacing old text (in contrast to trailing "|").
7129
7130 2002-12-05 [colin]      0.8.6claws65
7131         
7132         * src/common/utils.c
7133                 Don't modify original search_string or it'll change
7134                 the next iterations in the for()
7135
7136 2002-12-05 [darko]      0.8.6claws64
7137
7138         * src/common/utils.c
7139                 proper check for filtering commands, found by Colin
7140
7141 2002-12-05 [darko]      0.8.6claws63
7142
7143         * src/common/utils.c
7144                 check proper string for NULL pointer, found by Colin
7145
7146 2002-12-05 [darko]      0.8.6claws62
7147
7148         * src/common/utils.[ch]
7149                 expand_search_string(): new function
7150                 converts Mutt-like patterns to Sylpheed's
7151                 filtering engine
7152         * src/summaryview.c
7153                 use expand_search_string() to allow Mutt-like
7154                 patterns in extended search
7155         * README.claws
7156                 document extended option in quick search
7157
7158 2002-12-05 [paul]       0.8.6claws61
7159
7160         * sync with 0.8.6cvs16
7161                 see ChangeLog 2002-12-05
7162                 
7163         * po/POTFILES.in
7164                 clean up
7165
7166 2002-12-04 [christoph]  0.8.6claws60
7167
7168         * src/imap.[ch]
7169                 put imap authentication code into a new function and
7170                 remove it from imap_session_new that will allow to
7171                 send other commands before authentication
7172
7173 2002-12-04 [christoph]  0.8.6claws59
7174
7175         * src/imap.[ch]
7176                 use already existing method to prevent unneeded IMAP
7177                 folder selects. Set imap_select parameters to NULL
7178                 in some functions if the values are not required.
7179
7180         * src/xml.h
7181                 remove no longer required include
7182
7183 2002-12-04 [paul]       0.8.6claws58
7184
7185         * po/es.po
7186                 updated by Ricardo Mones Lastra
7187                 
7188         * configure.in
7189           po/hu.po      ** NEW FILE **
7190                 initial Hungarian translation, submitted
7191                 by Gál Zoltán <galzoli@hu.inter.net>
7192
7193 2002-12-03 [christoph]  0.8.6claws57
7194
7195         * src/Makefile.am
7196         * src/gtksctree.[ch]            ** REMOVE **
7197         * src/gtk/Makefile.am
7198         * src/gtk/gtksctree.[ch]        ** NEW **
7199                 move gtksctree files to gtk directory
7200
7201 2002-12-03 [christoph]  0.8.6claws56
7202
7203         * src/Makefile.am
7204         * src/md5.[ch]                  ** REMOVE **
7205         * srm/common/Makefile.am
7206         * src/common/md5.[ch]           ** NEW **
7207                 move md5 files to common directory
7208
7209         * src/gtkstext.c
7210                 remove not required #include
7211
7212 2002-12-03 [sergey]     0.8.6claws55
7213
7214         * src/gtkutils.c
7215         * src/gtkutils.h
7216                 gtkut_window_popup(): new function.
7217         * src/mainwindow.c
7218                 main_window_popup(): use gtkut_window_popup() to raise
7219                 window without changing its position.
7220                 (see sylpheed-main ML message [sylpheed:17247])
7221
7222 2002-12-03 [sergey]     0.8.6claws54
7223
7224         * src/send.c
7225                 send_message_local(): removed first-dot escaping
7226                 (SMTP-only, not needed for sending through pipe)
7227
7228 2002-12-03 [paul]       0.8.6claws53
7229
7230         * po/POTFILES.in
7231                 update to reflect recent changes (thanks
7232                 to Ricardo Mones Lastra)
7233                 
7234         * tools/filter_conv.pl
7235                  fix problem with quoted strings. Patch submitted
7236                  by Luke Plant <lukeplant@softhome.net>
7237
7238 2002-12-03 [paul]       0.8.6claws52
7239
7240         * sync with 0.8.6cvs15
7241                 see ChangeLog 2002-12-03
7242
7243 2002-12-02 [christoph]  0.8.6claws51
7244
7245         * src/logwindow.[ch]
7246         * src/common/log.[ch]
7247                 implement logging using a hook function
7248
7249         * src/folderview.c
7250         * src/folder.[ch]
7251                 define hooklist name in header file to avoid
7252                 errors caused by wrong spelling of hooklist names
7253
7254         * src/toolbar.c
7255                 fix warnings
7256
7257 2002-12-02 [christoph]  0.8.6claws50
7258
7259         * src/common/Makefile.am
7260                 add src/common/hooks.[ch]
7261
7262         * src/common/hooks.[ch]
7263                 implement a simple hook system using glib's hook functions
7264
7265         * src/folder.[ch]
7266         * src/folderview.c
7267                 use new hook system for folder item updates
7268
7269 2002-12-02 [christoph]  0.8.6claws49
7270
7271         * doc-src/ui_seperation.txt     ** NEW **
7272                 information for ui seperation
7273
7274         * src/Makefile.am
7275                 remove files that were moved to common
7276                 include common directory by default for the header files
7277
7278         * src/inc.c
7279         * src/common/socket.c
7280         * src/automaton.[ch]
7281                 implement automaton using g_io_*-functions instead of
7282                 gdk_input_add to make it ui independent
7283
7284         * src/codeconv.c
7285         * src/compose.c
7286         * src/ldif.c
7287         * src/pgptext.c
7288         * src/procmime.c
7289         * src/rfc2015.c
7290         * src/smtp.c
7291         * src/unmime.c
7292                 remove common/ prefix because directory is now in
7293                 include path
7294
7295         * src/compose.c
7296         * src/folder.c
7297         * src/folderview.c
7298         * src/mainwindow.c
7299         * src/messageview.c
7300         * src/prefs_common.c
7301         * src/procmsg.c
7302         * src/rfc2015.c
7303                 fix warnings
7304
7305         * src/imap.c
7306         * src/inc.c
7307         * src/news.c
7308         * src/pop.c
7309         * src/send.c
7310         * src/smtp.c
7311         * src/ssl_certificate.c
7312                 add log.h header file for logging functions
7313
7314         * src/main.c
7315         * src/common/utils.c
7316         * src/summaryview.c
7317         * src/xml.c
7318                 o move debug_mode to common/utils.c
7319                 o add functions to set and get debug_mode
7320
7321         * src/defs.h                    ** REMOVE **
7322         * src/intl.h                    ** REMOVE **
7323         * src/socket.[ch]               ** REMOVE **
7324         * src/ssl.[ch]                  ** REMOVE **
7325         * src/utils.[ch]                ** REMOVE **
7326                 replaced by new files in src/common/
7327         
7328         * src/common/Makefile.am
7329                 add new files in src/common/
7330
7331         * src/common/defs.h             ** NEW **
7332         * src/common/intl.h             ** NEW **
7333         * src/common/log.[ch]           ** NEW **
7334         * src/common/socket.[ch]        ** NEW **
7335         * src/common/ssl.[ch]           ** NEW **
7336         * src/common/utils.[ch]         ** NEW **
7337                 replacement for files in src/
7338
7339 2002-12-02 [colin]      0.8.6claws48
7340
7341         * src/folderview.c
7342                 Scroll folderview if necessary during dnd
7343
7344 2002-12-02 [colin]      0.8.6claws47
7345
7346         * src/folder.[ch]
7347                 Add check to verify a move is within a single mailbox
7348         * src/folderview.c
7349                 Add specific error string for this check
7350
7351 2002-12-02 [colin]      0.8.6claws46
7352
7353         * src/folder.c
7354                 Add a test to folder moving, remove a statusbar_print
7355         * src/folderview.c
7356                 Add Move folder... context-menu item
7357                 Factorize folder moving code
7358                 Enable folder DND for mbox
7359
7360 2002-12-01 [christoph]  0.8.6claws45
7361
7362         * ac/aspell.m4
7363                 remove conf.aspelltest if the version check fails
7364
7365 2002-11-30 [christoph]  0.8.6claws44
7366
7367         * autogen.sh
7368                 run libtoolize --force in autogen to create missing
7369                 libtool scripts
7370
7371 2002-11-30 [christoph]  0.8.6claws43
7372
7373         * src/Makefile.am
7374         * src/pgptext.c
7375         * src/procmime.c
7376         * src/rfc2015.c
7377         * src/uuencode.[ch]             ** REMOVED **
7378         * src/common/Makefile.am
7379         * src/common/uuencode.[ch]      ** NEW **
7380                 move uuen/decoder to common directory
7381
7382 2002-11-30 [christoph]  0.8.6claws42
7383
7384         * src/Makefile.am
7385         * src/base64.[ch]               ** REMOVED **
7386         * src/codeconv.c
7387         * src/compose.c
7388         * src/ldif.c
7389         * src/pgptext.c
7390         * src/procmime.c
7391         * src/rfc2015.c
7392         * src/smtp.c
7393         * src/unmime.c
7394         * src/common/Makefile.am
7395         * src/common/base64.[ch]        ** NEW **
7396                 move base64 en/decoder to common directory
7397
7398 2002-11-30 [christoph]  0.8.6claws41
7399
7400         * src/common                    ** NEW **
7401                 new directory for UI independent code
7402         * src/gtk                       ** NEW **
7403                 new directory for GTK frontend
7404         * src/common/.cvsignore         ** NEW **
7405         * src/gtk/.cvsignore            ** NEW **
7406                 ignore build files
7407         * src/common/Makefile.am        ** NEW **
7408         * src/gtk/Makefile.am           ** NEW **
7409                 automake files to build new seperated stuff
7410         * src/Makefile.am
7411                 the binary will currently still be build with the
7412                 files in src, so we include the code from the
7413                 subdirs for now after building the libs there
7414
7415 2002-11-30 [paul]       0.8.6claws40
7416
7417         * src/compose.c
7418                 fix bug [642731] 'Wrong selected account with drafted mail'
7419
7420 2002-11-29 [oliver]     0.8.6claws39
7421         
7422         * src/messageview.c
7423                 o update summaryview when switching between different
7424                   messageviews          
7425         * src/toolbar.c  
7426                 o check if messageview holds already removed msg
7427                   from summaryview
7428                 
7429
7430 2002-11-29 [oliver]     0.8.6claws38
7431
7432         * src/toolbar.c 
7433                 remove not needed variables and includes
7434                 make messageview stay opened and move to next when msgs are deleted 
7435
7436 2002-11-29 [oliver]     0.8.6claws37
7437         
7438         * src/toolbar.c 
7439                 disable compose button (messageview toolbar) by default
7440                 deleted msgs are moved to trash
7441         
7442 2002-11-29 [melvin]     0.8.6claws36
7443
7444         * configure.in
7445                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7446                 and to detect signatures expirations (gpgme 0.3.6)
7447
7448         * src/main.c
7449                 Use non obsolescent function for Gpgme engine checking.
7450
7451         * src/rfc2015.c
7452                 Inform about expired signatures or signatures which key
7453                 has expired. Expiration date is displayed.
7454
7455         * src/sigstatus.c
7456                 Inform about expired signatures or signatures which key
7457                 has expired.
7458
7459 2002-11-28 [paul]       0.8.6claws35
7460
7461         * src/folderview.c
7462                 re-instate 'Check for new messages' in Newsgroup
7463                 folders right-click menu, after a suggestion from
7464                 Tim Mann <timmann@users.sourceforge.net>
7465
7466         * src/main.c
7467                 after a crash check only local folders for new
7468                 messages
7469
7470 2002-11-28 [paul]       0.8.6claws34
7471
7472         * configure.in
7473                 apply patch that fixes the checking of GTK with XIM 
7474                 support on different OSs, such as FreeBSD. Patch 
7475                 submitted by Topia <topia@users.sourceforge.net>
7476                 
7477 2002-11-28 [paul]       0.8.6claws33
7478
7479         * src/mainwindow.c
7480           src/prefs_common.c
7481           src/prefs_toolbar.c
7482                 more changes to the English
7483
7484 2002-11-28 [paul]       0.8.6claws32
7485
7486         * sync with 0.8.6cvs13
7487                 see ChangeLog 2002-11-28 (no sync needed
7488                 for src/compose.c)
7489
7490 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7491         
7492         * src/mainwindow.[ch]
7493                 add patch by Ivan F. Martinez introducing messageview Toolbar
7494                 some changes and committed by oliver    
7495
7496 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7497
7498         * src/messageview.[ch]
7499                 add patch by Ivan F. Martinez introducing messageview Toolbar
7500                 some changes and committed by oliver    
7501
7502 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7503
7504         * src/compose.[ch]
7505                 add patch by Ivan F. Martinez introducing messageview Toolbar
7506                 some changes and committed by oliver    
7507
7508 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7509         
7510         * src/toolbar.[ch]
7511                 add patch by Ivan F. Martinez introducing messageview Toolbar
7512                 some changes and committed by oliver
7513
7514 2002-11-28 [oliver]     0.8.6claws27
7515         
7516         * src/prefs_toolbar.[ch]
7517                 getting ready for messageview toolbar
7518                 free mem allocated by gettext
7519                 change prefs_toolbar to prefs_toolbar_open
7520  
7521 2002-11-28 [thorsten]   0.8.6claws26
7522
7523         * src/imageview.[ch]
7524                 cleaned up conflicting declarations of
7525                 imageview_show_image()
7526
7527 2002-11-28 [paul]       0.8.6claws25
7528
7529         * src/grouplistdialog.c
7530           src/prefs_common.c
7531           src/prefs_summary_column.c
7532                 a few more improvements to the English
7533
7534 2002-11-28 [colin]      0.8.6claws24
7535
7536         * man/sylpheed.1
7537                 A few updates to command-line parameters
7538
7539 2002-11-28 [colin]      0.8.6claws23
7540
7541         * src/prefs_filtering.c
7542                 Fix problems with prefs_filtering_delete_path:
7543                 a) if the first rule is removed, original pointers
7544                    weren't updated (leading to segfaults)
7545                 b) it was always global_processing updated in case
7546                    of removed path was parent of rule path
7547
7548 2002-11-27 [paul]       0.8.6claws22
7549
7550         * src/mainwindow.c
7551           src/prefs_account.c
7552           src/prefs_actions.c
7553           src/prefs_common.c
7554           src/prefs_customheader.c
7555           src/prefs_display_header.c
7556           src/prefs_filtering.c
7557           src/prefs_folder_item.c
7558           src/prefs_matcher.c
7559           src/prefs_scoring.c
7560           src/prefs_summary_column.c
7561           src/prefs_template.c
7562           src/prefs_toolbar.c
7563                  improve the English in the GUI
7564
7565 2002-11-27 [colin]      0.8.6claws21
7566
7567         * src/folder.c
7568                 Fix processing renaming problems happening after
7569                 last commit
7570
7571 2002-11-27 [colin]      0.8.6claws20
7572
7573         * src/folder.c
7574                 recursive move now deletes src each subfolder after 
7575                 having moved it
7576         * src/folderview.c
7577                 Use identifier instead of path during dnd (enables
7578                 IMAP folder dnd)
7579
7580 2002-11-27 [paul]       0.8.6claws19
7581
7582         * src/main.c
7583                 apply patch that does command-line processing 
7584                 BEFORE gtk_init, allowing claws to run from 
7585                 shell-scripts in non-X environment (e.g. crontab 
7586                 or ip-up, ip-down scripts). Patch submitted by
7587                 Ruslan N. Balkin <baron@dartel.ru>
7588                 
7589         * po/it.po
7590                 updated by Alessandro Maestri
7591
7592 2002-11-27 [paul]       0.8.6claws18
7593
7594         * sync with 0.8.6cvs12
7595           src/prefs_common.c
7596                 Differences are that main uses a 'Receive dialog'
7597                 frame on the Interface tab, whereas claws groups all 
7598                 the dialogs together in a 'Dialogs' frame.
7599
7600 2002-11-27 [colin]      0.8.6claws17
7601
7602         * src/prefs_matcher.c
7603                 Fix Execute criteria's NOT flag
7604
7605
7606 2002-11-26 [christoph]  0.8.6claws16
7607
7608         * src/ssl.c
7609                 rewrite the ssl code a little bit, only use one
7610                 SSL context, set default certificates' file/path
7611
7612 2002-11-26 [thorsten]   0.8.6claws15
7613
7614         * src/compose.c
7615                 default-reply-to didn't work for ml-reply
7616
7617 2002-11-26 [melvin]     0.8.6claws14
7618
7619         * src/prefs_actions.c
7620                 Made pipe-actions ignore short headers in message view
7621                 Made trailing-pipe-actions write in the message view with
7622                 the same font as the original message
7623
7624 2002-11-26 [paul]       0.8.6claws13
7625
7626         * src/compose.c
7627                 this time commit the correct file
7628
7629 2002-11-26 [paul]       0.8.6claws12
7630
7631         * sync with 0.8.6cvs11
7632           src/quote_fmt_parse.y  
7633                 no sync needed
7634           src/account.[ch]       
7635                 not sync'ed
7636           src/compose.c
7637                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7638                 on draft mode.
7639                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7640                 header
7641                 
7642         see ChangeLog 2002-11-25 and 2002-11-26
7643
7644 2002-11-26 [colin]      0.8.6claws11
7645
7646         * src/folderview.c
7647                 Fix collapsed folder not auto-expanding during
7648                 mail dnd, if it was the source folder.
7649
7650 2002-11-25 [colin]      0.8.6claws10
7651
7652         * src/folderview.[ch]
7653                 Variable renaming and cleaning (slist of nodes 
7654                 to be re-collapsed is stored in FolderView)
7655
7656 2002-11-25 [paul]       0.8.6claws9
7657
7658         * src/prefs_common.[ch]
7659                 fix breakage caused by last commit
7660
7661 2002-11-25 [paul]       0.8.6claws8
7662
7663         * sync with 0.8.6cvs4
7664                 see ChangeLog 2002-11-21
7665
7666 2002-11-25 [paul]       0.8.6claws7
7667
7668         * sync with 0.8.6cvs4
7669                 see ChangeLog 2002-11-20
7670
7671 2002-11-25 [paul]       0.8.6claws6
7672
7673         * sync with 0.8.6cvs3
7674                 see ChangeLog 2002-11-18
7675
7676 2002-11-25 [colin]      0.8.6claws5
7677
7678         * src/gtkutils.[ch]
7679                 Add gtkut_ctree_node_is_parent()
7680         * src/folderview.c
7681                 Spring-loaded folders
7682
7683 2002-11-25 [colin]      0.8.6claws4
7684
7685         * src/utils.[ch]
7686                 Add slist_concat_unique(), function to merge
7687                 two GSList filtering dups
7688         * src/folder.[ch]
7689         * src/summaryview.[ch]
7690         * src/folderview.c
7691         * src/main.c
7692                 Add detection/update/display of unread answers
7693                 to marked mails
7694         * src/procmsg.[ch]
7695                 Add procmsg_find_children()
7696                 Add procmsg_msg_has_marked_parent()
7697
7698 2002-11-25 [colin]      0.8.6claws3
7699
7700         * src/ssl_certificate.[ch]
7701                 Allow checking a certificate without a DNS
7702                 lookup
7703                 Allow to forget a cert (by deleting it)
7704                 Make ssl_certificate_destroy_public
7705         * src/ssl_manager.[ch] ** NEW FILES **
7706                 Gui to manage (display/remove) certificates
7707         * src/prefs_common.[ch]
7708                 Add a pref to allow silent acceptation of
7709                 trusted certificates or not (based on the
7710                 "I want to know what's going on" principle)
7711         * src/mainwindow.c
7712                 Add SSL manager in Tools menu
7713         * src/Makefile.am
7714                 Add the new files to the build
7715         * po/POTFILES.in
7716                 Add ssl_manager.c to translations
7717
7718 2002-11-25 [colin]      0.8.6claws2
7719
7720         * src/summaryview.[ch]
7721                 Add S_SEARCH_EXTENDED to the quick search, which 
7722                 allows to search using filtering syntax.
7723
7724 2002-11-25 [colin]      0.8.6claws1
7725
7726         * src/summaryview.c
7727                 Deletion of duplicates now prefer deleting
7728                 the unread dup (fixes feature-request 638989).
7729
7730 2002-11-24 [paul]       0.8.6claws
7731
7732         * po/es.po
7733           po/pl.po
7734           po/ru.po
7735           po/sr.po
7736                 updated by Ricardo Mones Lastra,
7737                 Witold Wladyslaw Wojciech Wilk,
7738                 Ruslan N. Balkin, and  Urke MMI 
7739                 respectively
7740
7741 2002-11-24 [paul]       0.8.5claws182
7742
7743         * po/bg.po
7744                 updated by George Danchev
7745
7746 2002-11-23 [alfons]     0.8.5claws181
7747
7748         * src/imap.c
7749                 tiny memory leak found by browsing Dimitar's 
7750                 valgrind report
7751
7752 2002-11-23 [paul]       0.8.5claws180
7753
7754         * po/it.po
7755                 updated by Alessandro Maestri
7756
7757 2002-11-22 [christoph]  0.8.5claws179
7758
7759         * src/compose.c
7760         * src/inc.c
7761         * src/prefs_filtering.c
7762         * src/summaryview.c
7763                 more warning fixes
7764
7765 2002-11-22 [alfons]     0.8.5claws178
7766
7767         * src/summaryview.c
7768                 summary_execute_delete_func(): if message is deleted, make 
7769                 sure to also remove its entry in the subject hash table. 
7770                 fixes a corner case bug.
7771
7772 2002-11-22 [paul]       0.8.5claws177
7773
7774         * .cvsignore
7775                 add 'autom4te.cache'
7776                 
7777         * ltconfig      ** REMOVED **
7778                 not needed
7779
7780 2002-11-22 [paul]       0.8.5claws176
7781
7782         * src/textview.c
7783                 textview_set_font(): fix for message display in
7784                 UTF-8 locales (thanks to Sergey Vlasov).
7785                 
7786         * AUTHORS
7787                 add new team members and contributors
7788
7789
7790 2002-11-21 [colin]      0.8.5claws175
7791
7792         * src/procmsg.[ch]
7793                 Add procmsg_remove_special_headers()
7794         * src/mh.c
7795                 Use procmsg_remove_special_headers() for 
7796                 previous fix
7797
7798 2002-11-21 [colin]      0.8.5claws174
7799
7800         * src/mh.c
7801                 Fix moving/copying from queue/draft folders
7802                 for MH folders
7803
7804 2002-11-21 [christoph]  0.8.5claws173
7805
7806         * src/crash.c
7807         * src/filtering.c
7808         * src/logwindow.c
7809         * src/main.c
7810         * src/matcher_parser_lex.[hl]
7811         * src/mbox.c
7812         * src/mbox_folder.[ch]
7813         * src/prefs_filtering.c
7814         * src/procheader.c
7815         * src/quote_fmt_lex.l
7816         * src/ssl.c
7817                 fix all warnings except the warnings in lex and yacc files
7818
7819 2002-11-20 [christoph]  0.8.5claws172
7820
7821         * src/imap.c
7822                 fix MsgInfo retrieval for IMAP draft and queue folders
7823                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7824
7825 2002-11-19 [christoph]  0.8.5claws171
7826
7827         * src/compose.c
7828                 fix segfault, when draft saving does not get
7829                 the MsgInfo of the new message
7830                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7831
7832 2002-11-19 [christoph]  0.8.5claws170
7833
7834         * src/procmsg.c
7835                 add parameter check for flag setting function
7836                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7837
7838 2002-11-18 [paul]       0.8.5claws169
7839
7840         * src/compose.c
7841                 more sensitivity fixes to redirect mode:
7842                 * disable toolbar draft button
7843                 * allow only Address book in the Tools menu
7844                 * disable editing of message by the spell
7845                   checker
7846
7847 2002-11-18 [paul]       0.8.5claws168
7848
7849         * src/compose.c
7850                 fix sensitivity of menu items in compose_redirect():
7851                 allow only the necessary items 
7852
7853 2002-11-18 [paul]       0.8.5claws167
7854
7855         * src/compose.c
7856                 fix bug [ 603259 ] 'attachment got lost on bounce'
7857
7858 2002-11-18 [paul]       0.8.5claws166
7859
7860         * po/ru.po
7861                 updated by Ruslan N. Balkin <baron@dartel.ru>
7862
7863 2002-11-18 [colin]      0.8.5claws165
7864
7865         * src/main.c
7866           src/defs.h
7867                 Remove old filtering stuff
7868
7869
7870 2002-11-17 [oliver]     0.8.5claws164
7871
7872         * src/toolbar.h
7873                 remove not needed typedef 
7874
7875 2002-11-17 [oliver]     0.8.5claws163
7876
7877         * src/toolbar.c
7878                 make toolbar's on click events translatable
7879
7880 2002-11-15 [colin]      0.8.5claws162
7881
7882         * src/summaryview.c
7883                 Revert too-soon integration of a feature
7884
7885 2002-11-15 [christoph]  0.8.5claws161
7886
7887         * src/imap.c
7888                 use main's implementation of imap_get_msginfo
7889
7890 2002-11-15 [christoph]  0.8.5claws160
7891
7892         * src/compose.c
7893         * src/folder.[ch]
7894         * src/imap.c
7895         * src/mbox_folder.c
7896         * src/mh.c
7897         * src/news.c
7898         * src/procmsg.c
7899         * src/summaryview.c
7900                 replace claws' fetch_msginfo with main's get_msginfo
7901                 (use main's implementation where possible)
7902
7903 2002-11-15 [colin]      0.8.5claws159
7904
7905         * src/ssl_certificate.c
7906                 Missed a check
7907
7908 2002-11-16 [melvin]     0.8.5claws158
7909
7910         * po/fr.po
7911                 Updated French translations.
7912
7913 2002-11-16 [colin]      0.8.5claws157
7914
7915         * src/ssl_certificate.c
7916                 Check for missing parts in the certificates
7917
7918 2002-11-15 [colin]      0.8.5claws156
7919
7920         * src/folderview.c
7921                 Preventive fix (missing check) found by
7922                 Alfons
7923
7924 2002-11-15 [paul]
7925
7926         * NEWS
7927                 sync with 0.8.6 release
7928
7929 2002-11-15 [colin]      0.8.5claws155
7930
7931         * src/folder.[ch]
7932           src/folderview.c
7933                 Fix error handling of folder_item_move_to()
7934                 (thanks to Alfons!)
7935
7936 2002-11-15 [colin]      0.8.5claws154
7937
7938         * src/folder.[ch]
7939           src/folderview.c
7940                 folder_item_move_to() sets an error message instead
7941                 of having GUI stuff in folder.c
7942
7943 2002-11-15 [colin]      0.8.5claws153
7944
7945         * src/procmsg.[ch]
7946                 Implemented a callback for MsgInfo updates, 
7947                 heavily copy/pasted from Christoph's folder 
7948                 callback system
7949         * src/summaryview.[ch]
7950                 Register summary_update_msg as callback
7951
7952 2002-11-14 [colin]      0.8.5claws152
7953         
7954         * src/procmsg.c
7955                 Update the FolderItem after sending (fixes 617593)
7956
7957 2002-11-14 [christoph]  0.8.5claws151
7958
7959         * src/folder.c
7960                 fix wrong position of NULL pointer check found
7961                 by Sergey
7962
7963 2002-11-14 [christoph]  0.8.5claws150
7964
7965         * src/folder.c
7966                 fix segfault when deleting messages from IMAP folders
7967                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7968
7969 2002-11-14 [colin]      0.8.5claws149
7970
7971         * src/compose.c
7972                 Forwarding was also ignoring the folder's default account.
7973
7974 2002-11-14 [colin]      0.8.5claws148
7975
7976         * src/compose.c
7977                 Fix sent folder not set to folder properties when 
7978                 forwarding.
7979
7980 2002-11-14 [thorsten]   0.8.5claws147
7981
7982         * src/inc.c
7983                 inc_start(): Files were not moved from .processing to inbox,
7984                 if no global processing rule existed
7985
7986 2002-11-14 [colin]      0.8.5claws146
7987
7988         * src/ssl_certificate
7989                 Fix file operations
7990
7991 2002-11-14 [paul]       0.8.5claws145
7992
7993         * po/it.po
7994                 updated by Alessandro Maestri
7995
7996 2002-11-13 [alfons]     0.8.5claws144
7997
7998         * src/folder.c
7999                 folder_item_close(): only mark messages unread
8000                 when a folder has new messages 
8001
8002 2002-11-13 [keith]      0.8.5claws143
8003
8004         * src/imap.c
8005                 Fix problem moving or copying between
8006                 IMAP folders
8007
8008 2002-11-13 [colin]      0.8.5claws142
8009
8010         * src/matcher_parser_parse.y
8011                 Fix rule problem when " don't match
8012
8013 2002-11-13 [christoph]  0.8.5claws141
8014
8015         * src/folder.c
8016         * src/folderview.c
8017                 moved cache saving to folder_item_close
8018                 the folderview should not have to deal with
8019                 this things
8020
8021 2002-11-13 [christoph]  0.8.5claws140
8022
8023         * src/summaryview.c
8024                 moved setting of important score to
8025                 summary_set_prefs_from_folderitem
8026
8027 2002-11-13 [colin]      0.8.5claws139
8028
8029         * src/matcher_parser_parse.y
8030                 Fix a segfault in the parser (happening when
8031                 a good expression had been tested and a bad 
8032                 one arrives)
8033
8034 2002-11-13 [paul]       0.8.5claws138
8035
8036         * sync with 0.8.5cvs24
8037                 see ChangeLog 2002-11-13
8038                 
8039         * po/pt_BR.po
8040                 updated by Fabio Jr. Beneditto
8041
8042 2002-11-13 [colin]      0.8.5claws137
8043         
8044         * src/msgcache.c
8045           src/defs.h
8046           src/procmsg.[ch]
8047                 Revert last commit, problem
8048
8049 2002-11-13 [colin]      0.8.5claws136
8050
8051         * src/msgcache.c
8052                 Remove duplicated code
8053         * src/defs.h
8054                 Bumped CACHE_VERSION and MARK_VERSION
8055         * src/procmsg.[ch]
8056                 Network endian for cache and mark files
8057
8058 2002-11-12 [colin]      0.8.5claws135
8059
8060         * src/inc.c
8061                 Fix the "socket error" dialog which disappeared
8062
8063 2002-11-12 [colin]      0.8.5claws134
8064
8065         * src/msgcache.c
8066                 Reverse last commit which had performance 
8067                 problems, but still reverse the list
8068
8069 2002-11-12 [colin]      0.8.5claws133
8070
8071         * src/msgcache.c
8072                 Reverse list order
8073
8074 2002-11-12 [melvin]     0.8.5claws132
8075
8076         * src/compose.c
8077                 Added a check for a NULL prefs_common.dictionary
8078
8079 2002-11-12 [colin]      0.8.5claws131
8080
8081         * src/ssl_certificate.[ch]
8082                 Use FQDN hostname
8083
8084 2002-11-12 [colin]      0.8.5claws130
8085
8086         * src/ssl_certificate.[ch]
8087                 Take connection port into account for 
8088                 checking certificates (a single hostname
8089                 could have multiple servers with multiple
8090                 certificates)
8091         * src/ssl.c
8092                 Pass the port to ssl_certificate_check
8093
8094 2002-11-12 [paul]       0.8.5claws129
8095
8096         * src/folder.c
8097                 fix a typo in last commit
8098
8099 2002-11-12 [paul]       0.8.5claws128
8100
8101         * sync with 0.8.5cvs23
8102                 see ChangeLog entry 2002-11-12
8103
8104 2002-11-11 [colin]      0.8.5claws127
8105
8106         * src/ssl_certificate.c
8107                 Cleaner messages
8108                 Don't popup, instead log error, if the 
8109                 corresponding pref is checked
8110         * src/ssl_certificate.h
8111                 include <openssl/objects/h>
8112
8113 2002-11-11 [colin]      0.8.5claws126
8114
8115         * src/ssl_certificate.h
8116                 _Really_ clean it
8117
8118 2002-11-11 [colin]      0.8.5claws125
8119         
8120         * src/ssl_certificate.c
8121                 Fixed leak
8122
8123 2002-11-11 [colin]      0.8.5claws124
8124
8125         * src/ssl.c
8126                 Cleaned a bit
8127         * src/ssl_certificate.[ch]
8128                 Cleaned a bit (better use of SSL API)
8129                 (This will cause non-recognition of saved 
8130                  certificates of claws12[23]...)
8131
8132 2002-11-11 [paul]       0.8.5claws123
8133         
8134         * po/es.po
8135                 updated by Ricardo Mones Lastra
8136
8137 2002-11-11 [colin]      0.8.5claws122
8138
8139         * src/ssl.c
8140                 Fix a typo
8141
8142 2002-11-11 [colin]      0.8.5claws121
8143
8144         * src/ssl_certificate.[ch] ** NEW FILES **
8145         * src/ssl.[ch]
8146                 Check SSL certificates presented to us
8147         * src/Makefile.am
8148                 Add ssl_certificate.[ch]
8149         * po/POTFILES.in
8150                 Add ssl_certificate.c
8151
8152 2002-11-11 [paul]       0.8.5claws120
8153
8154         * sync with 0.8.5cvs22
8155                 see ChangeLog 2002-11-11
8156
8157 2002-11-11 [paul]       0.8.5claws119
8158
8159         * sync with 0.8.5cvs21
8160                 see ChangeLog 2002-11-11
8161
8162 2002-11-10 [jens]       0.8.5claws118
8163
8164         * src/folder.c
8165         * src/folderview.c
8166                 corrected some typing
8167         * po/de.po
8168                 updated german translation
8169         * sylpheed.spec.in
8170                 cleaned up specfile and adjusted it for claws
8171
8172 2002-11-10 [colin]      0.8.5claws117
8173
8174         * src/summaryview.c
8175                 a STATUSBAR_PUSH/POP fix
8176
8177 2002-11-10 [colin]      0.8.5claws116
8178
8179         * src/prefs_folder_item.c
8180                 Fix hanging after opening folder properties
8181
8182 2002-11-10 [hoa]        0.8.5claws115
8183
8184         * src/matcher_parser_lex.l
8185         * src/matcher_parser_parse.y
8186                 config file for scoring and filtering is no more trashed
8187                 when there is a syntax error in a filtering rule when
8188                 editing it in a dialog.
8189
8190 2002-11-09 [colin]      0.8.5claws114
8191
8192         * src/mbox_folder.c
8193                 Added missing initialisation of folder->destroy()
8194
8195 2002-11-09 [colin]      0.8.5claws113
8196
8197         * src/folder.c
8198           src/folderview.c
8199                 Fix the status bar messages
8200
8201 2002-11-09 [colin]      0.8.5claws112
8202
8203         * src/folderview.c
8204                 Fix hangs after folder dnd, happening after 
8205                 claws109.
8206
8207 2002-11-09 [christoph]  0.8.5claws111
8208
8209         * src/folderview.c
8210                 just changed order of calls (reverse order of
8211                 associated calls)
8212         * src/inc.c
8213                 lock inc when checking only one account, otherwise
8214                 inc all could be executed at the same time
8215
8216 2002-11-09 [christoph]  0.8.5claws110
8217
8218         * src/folderview.c
8219                 better unlock the mouse cursor before calling
8220                 summary_show because it changes the cursor too
8221
8222 2002-11-09 [christoph]  0.8.5claws109
8223
8224         * src/folder.[ch]
8225         * src/folderview.c
8226                 add functions to open and close a folder
8227                 o opending will execute scanning for remote folders
8228                   and processing
8229                 o closing will unset new flag for messages
8230
8231 2002-11-09 [colin]      0.8.5claws108
8232
8233         * src/folder.c
8234                 Add a call to prefs_matcher_write_config to 
8235                 avoid non-leaf folders filtering settings to be
8236                 lost
8237
8238 2002-11-09 [paul]       0.8.5claws107
8239
8240         * src/prefs_account.c
8241                 re-word a label
8242
8243 2002-11-09 [colin]      0.8.5claws106
8244
8245         * src/folderview.c
8246                 Minor esthetic fix
8247
8248 2002-11-09 [colin]      0.8.5claws105
8249
8250         * src/folderview.c
8251                 Fix prefs_filtering deletion for MH folders (same
8252                 reason as below)
8253         * src/prefs_filtering.c
8254                 Fix prefs_filtering renaming and deletion for 
8255                 folder-based processing rules.  
8256
8257 2002-11-09 [christoph]  0.8.5claws104
8258
8259         * src/compose.c
8260         * src/folder.[ch]
8261         * src/folderview.[ch]
8262         * src/import.c
8263         * src/inc.c
8264         * src/main.c
8265         * src/mainwindow.c
8266         * src/messageview.c
8267         * src/prefs_folder_item.c
8268         * src/procmsg.c
8269         * src/summaryview.c
8270                 implement a callback system for folder item updates
8271
8272 2002-11-09 [colin]      0.8.5claws103
8273
8274         * src/folderview.c
8275                 Fix prefs_filtering renaming for MH folders (we
8276                 shouldn't rename by path as another folder could
8277                 have the same hierarchy).
8278
8279 2002-11-09 [colin]      0.8.5claws102
8280
8281         * src/folder.c
8282                 Fix a leak found by Christoph, use better variable
8283                 names
8284
8285 2002-11-09 [colin]      0.8.5claws101
8286
8287         * src/folder.c
8288                 One more fix for processing rules
8289
8290 2002-11-08 [colin]      0.8.5claws100
8291         
8292         * src/matcher.c
8293                 Don't copy the compiled regexp (will be reevaluated)
8294         * src/folderview.c
8295                 Lock folderview while moving
8296         * src/folder.c
8297                 Provide info on what's happening to the user
8298
8299 2002-11-08 [colin]      0.8.5claws99
8300
8301         * src/folderview.c
8302                 Fix folder reordering after a move if parent is 
8303                 root
8304         * src/scoring.[ch]
8305                 Add function to copy a ScoringProp
8306         * src/prefs_folder_item.c
8307                 Copy scoring rules when copying a folder prefs
8308
8309 2002-11-08 [colin]      0.8.5claws98
8310
8311         * src/folderview.c
8312                 Fixes in case of failure
8313         * src/filtering.[ch]    
8314                 Add function to duplicate a FilteringProp
8315         * src/matcher.[ch]
8316                 Add function to duplicate a MatcherProp
8317         * src/prefs_folder_item.c
8318                 Save folder's processing rules when copying 
8319                 its prefs
8320
8321 2002-11-08 [colin]      0.8.5claws97
8322         
8323         * src/folderview.c
8324                 Sort after move
8325         * src/folder.c 
8326                 Change a printf to debug_print
8327
8328 2002-11-08 [colin]      0.8.5claws96
8329
8330         * src/folder.c
8331           src/folderview.c
8332                 Fix segfaults, call me stupido
8333         
8334
8335 2002-11-08 [colin]      0.8.5claws95
8336
8337         *src/folder.c
8338                 Added forgotten prefs to save when moving folders
8339
8340 2002-11-08 [colin]      0.8.5claws94
8341
8342         * src/folder.c
8343                 Fixes to folder DND (prefs copy)
8344         * src/folderview.c
8345                 Optimization for folder DND (don't rescan whole tree)
8346                 Added folderview_create_folder_node() for this 
8347                 optimization, so de-duped a bit the code
8348         * src/prefs_folder_item.[ch]
8349                 Added prefs_folder_item_copy_prefs()    
8350           
8351 2002-11-08 [paul]       0.8.5claws93
8352
8353         * src/prefs_account.c
8354           tools/README
8355           tools/kmail2sylpheed_v2.pl
8356                 correct some typos
8357
8358 2002-11-08 [paul]       0.8.5claws92
8359
8360         * src/compose.c
8361           src/prefs_account.[ch]
8362                 remove account options 'clearsign' and 'ascii_armored',
8363                 replace with 'default_gnupg_mode' to prevent mixed-mode
8364                 Privacy settings
8365
8366 2002-11-08 [paul]       0.8.5claws91
8367
8368         * src/compose.[ch]
8369                 re-implement GnuPG 'on-the-fly' mode selection,
8370                 disallow mixed-mode
8371
8372 2002-11-08 [colin]      0.8.5claws90
8373
8374         * src/folderview.c
8375           src/prefs_folder_item.c
8376                 Change "Property" to "Properties"
8377
8378 2002-11-07 [colin]      0.8.5claws89
8379
8380         * src/folderview.c
8381           src/folder.c
8382                 Allow folder dropping to a root folder
8383
8384 2002-11-07 [paul]       0.8.5claws88
8385
8386         * src/compose.c
8387                 revert last commit
8388
8389 2002-11-07 [paul]       0.8.5claws87
8390
8391         * src/compose.c
8392                 fix reply-to-list bug. closes bug report
8393                 "[633382] reply-to-list broken in recent cvs"
8394
8395 2002-11-07 [paul]       0.8.5claws86
8396
8397         * src/compose.c
8398                 add a forgotten '#if USE_GPGME ... #endif'
8399
8400 2002-11-07 [paul]       0.8.5claws85
8401
8402         * sync with 0.8.5cvs20
8403                 see ChangeLog 2002-11-07
8404
8405 2002-11-07 [colin]      0.8.5claws84
8406
8407         * src/folder.[ch]
8408                 Change folder_item_move_to to return the newly 
8409                 created folderitem.
8410         * src/folderview.c
8411                 Select the new folderitem after moving.
8412
8413 2002-11-07 [colin]      0.8.5claws83
8414
8415         * src/prefs_filtering.c
8416                 Fix rule rewriting when moving a leaf folder to a 
8417                 shorter path
8418
8419 2002-11-07 [colin]      0.8.5claws82
8420
8421         * src/prefs_filtering.c
8422                 fix a leak
8423
8424 2002-11-07 [colin]      0.8.5claws81
8425
8426         * src/folder.[ch]
8427                 Add folder_item_move_to() function to move a 
8428                 folderitem into another one (updates matcher etc)
8429         * src/folderview.c
8430                 Add folder drag'n drop (context menu to come)
8431                 [Should be dataloss free, but Please backup before 
8432                  trying !]
8433
8434 2002-11-06 [colin]      0.8.5claws80
8435
8436         * src/mh.c
8437                 mh_create_folder() returns NULL if can't create
8438                 directory hierarchy
8439
8440 2002-11-06 [paul]       0.8.5claws79
8441
8442         * src/compose.[ch]
8443                 allow 'on-the-fly' changing of the type of encryption 
8444                 and/or signing used (mime/ascii) via the compose window
8445
8446 2002-11-06 [paul]       0.8.5claws78
8447
8448         * sync with 0.8.5cvs19
8449                 see ChangeLog 2002-11-06 for src/account.c: 
8450                 account_get_special_folder()
8451                 
8452 2002-11-05 [alfons]     0.8.5claws77
8453
8454         * src/crash.c
8455                 very minor cleanups: nothing to see here, move on. :-)
8456
8457 2002-11-05 [colin]      0.8.5claws76
8458
8459         * src/main.c
8460                 Changes choices if compose windows are opened to
8461                 Discard, Draft, Don't quit
8462
8463 2002-11-05 [thorsten]   0.8.5claws75
8464
8465         * src/compose.c
8466                 reenabled default_reply_to folder option
8467
8468 2002-11-05 [colin]      0.8.5claws74
8469
8470         * src/compose.[ch] 
8471                 add compose_draft()
8472         * src/crash.c
8473                 add SIGTERM handler
8474         * src/main.[ch]
8475                 add clean_quit() for the SIGTERM handler
8476
8477 2002-11-05 [paul]       0.8.5claws73
8478         
8479         * po/es.po
8480                 updated by Ricardo Mones Lastra
8481
8482 2002-11-05 [melvin]     0.8.5claws72
8483
8484         * src/logwindow.c
8485                 Fixed log-clipping bug #616795.
8486                 To stop logging in the log window use 0 length.
8487         * src/prefs_common.c
8488                 Added a label to inform about the 0 log length behaviour.
8489
8490 2002-11-05 [paul]       0.8.5claws71
8491
8492         * sync with 0.8.5cvs17
8493                 see ChangeLog 2002-11-05
8494
8495 2002-11-04 [paul]       0.8.5claws70
8496
8497         * sylpheed-128x128.png
8498           sylpheed-64x64.png
8499           sylpheed.png
8500                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8501                 <nikai@users.sourceforge.net>
8502                 
8503         * po/bg.po
8504                 updated by George Danchev
8505
8506 2002-11-03 [thorsten]   0.8.5claws69
8507
8508         * src/main.c
8509           src/mimeview.c
8510           src/rfc2015.h
8511                 add check if gpg is active
8512
8513 2002-11-03 [thorsten]   0.8.5claws68
8514
8515         * src/toolbar.h
8516                 removed GSList declaration causing trouble on MacOS-X
8517                 (submitted by alfons, reported by xfesty)
8518
8519 2002-11-01 [paul]       0.8.5claws67
8520
8521         * src/mainwindow.c
8522                 remove last remnants of main's filter code
8523
8524 2002-11-01 [paul]       0.8.5claws66
8525
8526         * tools/filter_conv.pl
8527                 fix bug where user-defined headers were ignored
8528
8529 2002-11-01 [paul]       0.8.5claws65
8530
8531         * src/logwindow.c
8532                 make a debug_print() not translatable
8533
8534 2002-10-31 [melvin]     0.8.5claws64
8535
8536         * ac/aspell.m4
8537                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8538                 not run any GNU/aspell test.  The dictionary path will
8539                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8540                 was given, in which case, it will be $prefix/lib/aspell/
8541         * configure.in
8542                 Fixed typo in commentary (Aspell code).
8543
8544 2002-10-31 [paul]       0.8.5claws63
8545
8546         * po/POTFILES.in
8547                 remove src/filter.c and src/prefs_filter.c
8548                 thanks to Ricardo for reminding me
8549
8550 2002-10-31 [colin]      0.8.5claws62
8551
8552         * src/mbox_folder.c
8553                 Plug some leaks
8554
8555 2002-10-31 [paul]       0.8.5claws61
8556
8557         * src/prefs_filter.[ch] ** REMOVED **
8558           src/filter.[ch]       ** REMOVED **
8559           
8560         * src/Makefile.am
8561           src/folderview.c
8562           src/inc.c
8563           src/main.c
8564           src/mainwindow.c
8565           src/mbox.c
8566           src/prefs_common.c
8567           src/prefs_filtering.c
8568           src/summaryview.[ch]
8569                 remove main's 'filter' code
8570                 
8571         README.claws
8572                 update to reflect removal of main's filter
8573
8574 2002-10-31 [paul]       0.8.5claws60
8575
8576         * src/summaryview.c
8577                 remove check for global_processing in summary_filter_open(). 
8578                 This fixes the bug where if the user uses the right-click 
8579                 'Create filter rule...' and doesn't have any filter rules 
8580                 already defined in claws' advanced filtering, the newly 
8581                 created filter rule goes to main's filtering which is 
8582                 inaccessible through the gui. Now the filter rule gets added
8583                 to claws' filtering by default.
8584
8585 2002-10-28 [melvin]     0.8.5claws59
8586
8587         * src/prefs_actions.c
8588                 Fixed bug #627322 where MIME parts were not always
8589                 correctly passed to a %p action
8590                 Display an error dialog when message filename is not found.
8591
8592 2002-10-28 [melvin]     0.8.5claws58
8593
8594         * src/prefs_common.c
8595                 Readded a missing function declaration lost in 0.8.3claws34
8596
8597 2002-10-28 [paul]       0.8.5claws57
8598
8599         * sync with 0.8.5cvs15
8600                 see ChangeLog 2002-10-28 and 2002-10-25
8601                 
8602         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8603
8604 2002-10-27 [oliver]     0.8.5claws56
8605
8606         * src/pop.c
8607                 plug leak in pop3_top_recv
8608
8609 2002-10-26 [christoph]  0.8.5claws55
8610
8611         * src/folder.c
8612                 set need_update folder flag when messages are added
8613                 (closes bug [ 626922 ] folder not updated after receiving)
8614
8615 2002-10-25 [melvin]     0.8.5claws54
8616
8617         * src/imageview.c
8618                 Fixed a memleak introduced in the scaling code.
8619
8620 2002-10-24 [alfons]     0.8.5claws53
8621
8622         * src/filtering.c
8623                 make filtering's forward message action forward from the 
8624                 correct account
8625                 (closes bug [628089 ] Filter -> Forward from address problem
8626                 reported by Oktay)
8627
8628 2002-10-24 [christoph]  0.8.5claws52
8629
8630         * src/mainwindow.c
8631         * src/manual.[ch]
8632                 o use manual of current locale or english if current
8633                   locale is not available (and english is available)
8634                 o also link to sylpheed doc project manuals
8635
8636 2002-10-23 [paul]       0.8.5claws51
8637
8638         * tools/README
8639           tools/kmail2sylpheed_v2.pl
8640                 add new version of kmail addressbook importer script.
8641                 works with newer versions of Kmail/KAddressBook which
8642                 have new and rearranged data.
8643
8644 2002-10-23 [martin]     0.8.5claws50
8645
8646         * src/folderview.c
8647         * src/summaryview.c
8648         * src/utils.h
8649         * src/utils.c
8650                 added length parameter to get_abbrev_newsgroup_name()
8651                 changed this function so that it abbreviates the newsgroup
8652                 names only so long it is smaller than the length parameter
8653                 (for better reading of some newsgroup names and space efficiency)
8654
8655 2002-10-22 [colin]      0.8.5claws49
8656
8657         *src/foldersel.c
8658                 Revert Alfons' last modification (after voting ;-))
8659
8660 2002-10-21 [alfons]     0.8.5claws48
8661
8662         * src/foldersel.c
8663                 folder view in folder selection dialog reflects state of
8664                 folder view in main window
8665
8666 2002-10-18 [alfons]     0.8.5claws47
8667
8668         * src/mbox.c
8669                 drop imported messages in folder selected by user,
8670                 and not in the inbox
8671                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8672
8673 2002-10-18 [alfons]     0.8.5claws46
8674
8675         * src/compose.c
8676                 make automagic reply work correctly for email accounts 
8677                 (whether it's viable to do a full sync with Hiro's 
8678                 compose.c is still under discussion)
8679
8680 2002-10-18 [melvin]     0.8.5claws45
8681
8682         * src/prefs_actions.c
8683                 Fixed bug #622275 where asynchroneous actions left 
8684                 zombies processes
8685                 Made (synchroneous) actions' input be displayed live.
8686
8687 2002-10-18 [christoph]  0.8.5claws44
8688
8689         * src/textview.c
8690                 don't add a newline in the textview in front of the
8691                 first textpart if header display is disabled
8692                 (closes bug [ 603385 ] disabled header display leaves blank
8693                  lin)
8694
8695 2002-10-18 [christoph]  0.8.5claws43
8696
8697         * src/folder.[ch]
8698         * src/imap.c
8699         * src/mbox_folder.c
8700         * src/mh.c
8701         * src/news.c
8702                 folder->get_num_list now returns an error code
8703                 (closes bug [ 609424 ] News cache cleared on failure)
8704                 
8705 2002-10-17 [colin]      0.8.5claws42
8706         
8707         * src/news.c
8708                 Changed a printf by debug_print
8709
8710 2002-10-16 [paul]       
8711
8712         * tools/OOo2sylpheed.pl
8713                 allow for spaces in the name of the
8714                 file to be attached.
8715
8716 2002-10-16 [colin]      0.8.5claws41
8717
8718         * src/main.c
8719                 Use a tristate to change online mode
8720
8721 2002-10-16 [paul]       0.8.5claws40
8722
8723         * po/es.po
8724                 updated by Ricardo Mones Lastra
8725
8726 2002-10-16 [colin]      0.8.5claws39
8727
8728         * src/main.c
8729           src/mainwindow.[ch]
8730                 Added --online and --offline command-line
8731                 switches
8732
8733 2002-10-15 [christoph]  0.8.5claws38
8734
8735         * src/procmime.c
8736                 set mimeinfo->name to NULL after g_free to
8737                 avoid double freeing with g_free
8738
8739 2002-10-14 [christoph]  0.8.5claws37
8740
8741         * src/compose.c
8742         * src/filtering.c
8743         * src/summaryview.c
8744                 remove calls to folder->change_flags that are now
8745                 done by procmsg flag functions (seems it is not
8746                 used by any foldertype anyway)
8747         * src/folder.c
8748                 init folder->change_flags with NULL
8749
8750 2002-10-14 [christoph]  0.8.5claws36
8751
8752         * src/folder.[ch]
8753         * src/imap.[ch]
8754                 use virtual functions for folder item new and destroy
8755                 functions
8756
8757 2002-10-14 [melvin]     0.8.5claws35
8758
8759         * src/compose.c
8760                 Added a test to not run the spell checker if no default
8761                 dictionary is available. No dialog is displayed though.
8762
8763 2002-10-14 [melvin]     0.8.5claws34
8764
8765         * src/gtkaspell.c
8766                 Fixed bug in dictionary list context menu where
8767                 "More..." pointed to an emtpy submenu if the
8768                 number of dictionaries is a multiple of 15
8769                 Removed unneeded code in suggestions list creation
8770
8771 2002-10-14 [paul]       0.8.5claws33
8772
8773         * po/bg.po
8774                 updated by George Danchev
8775
8776 2002-10-13 [hoa]        0.8.5claws32
8777
8778         * src/matcher.[ch]
8779           src/matcher_parser_parser.y
8780                 removed the escaped string from internal structure
8781                 of matcher.
8782
8783 2002-10-12 [colin]      0.8.5claws31
8784
8785         * src/gtksctree.[ch]
8786           src/summaryview.c
8787                 Removed useless function gtksctree_reanchor
8788
8789 2002-10-12 [alfons]     0.8.5claws30
8790         
8791         * sync with remaining main changes 2002-10-09 - 2002-10-11
8792         - drop changes to src/compose.c (requires claws specific changes)
8793         
8794 2002-10-12 [alfons]     0.8.5claws29
8795         
8796         * sync with main changes of 2002-10-08
8797         - drop changes to src/compose.c (requires claws specific changes)
8798         - drop changes to src/summaryview.c (requires changes to compose.c)     
8799
8800 2002-10-12 [alfons]     0.8.5claws28
8801         
8802         * sync with main changes of 2002-10-07
8803
8804 2002-10-12 [alfons]     0.8.5claws27
8805
8806         * sync with main changes of 2002-10-04
8807         - drop changes to src/compose.c (requires claws specific changes)
8808         - drop changes to src/prefs_folder_item.c (claws implementation
8809           seems to be working)
8810
8811 2002-10-12 [colin]      0.8.5claws26
8812
8813         * src/mainwindow.c
8814                 Fix folder-flicker when space-reading, introduced 
8815                 in claws22.
8816
8817 2002-10-12 [colin]      0.8.5claws25
8818
8819         * src/compose.c
8820                 Save account address when saving as draft.
8821                 (closes bug 621838)
8822
8823 2002-10-12 [colin]      0.8.5claws24
8824
8825         * src/summaryview.c
8826                 Fix the problem consisting of no message selected
8827                 after the last message in a folder has been moved.
8828
8829 2002-10-12 [paul]       0.8.5claws23
8830
8831         * src/compose.c
8832           src/prefs_template.c
8833           src/template.[ch]
8834                 add Cc and Bcc to templates. Patch submitted by
8835                 John L. Males.
8836
8837 2002-10-12 [colin]      0.8.5claws22
8838
8839         * src/folderview.c
8840                 Fix a bug after "Check for new messages":
8841                 If a folder was opened, it was still selected at
8842                 the end of the check, but displayed empty.
8843         * src/mainwindow.c
8844                 Remove unnecessary check
8845
8846 2002-10-12 [paul]
8847
8848         * tools/README
8849                 be more verbose in the description of
8850                 OOo2sylpheed.pl
8851                 
8852
8853 2002-10-11 [colin]      0.8.5claws21
8854
8855         * src/mainwindow.c
8856                 Make space work (better) when no mail is selected
8857
8858 2002-10-11 [colin]      0.8.5claws20
8859
8860         * src/inc.c
8861           src/news.c
8862                 fix warnings
8863
8864 2002-10-11 [colin]      0.8.5claws19
8865
8866         * src/mainwindow.c
8867                 revert 0.8.5claws6 changes as i couldn't get to
8868                 anything satisfying
8869
8870 2002-10-11 [melvin]     0.8.5claws18
8871
8872         * src/compose.c
8873                 Removed buggy and unused macro (should have been committed in
8874                 0.8.5claws17)
8875
8876 2002-10-11 [melvin]     0.8.5claws17
8877
8878         * src/compose.c
8879                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8880
8881 2002-10-11 [thorsten]   0.8.5claws16 
8882
8883         * src/folderview.c
8884                 remove rescan warning
8885
8886 2002-10-11 [colin]      0.8.5claws15 
8887
8888         * src/procheader.c
8889                 fix a segfault that happens if conv_unmime_header
8890                 fails (should be better to find out why it fails)
8891
8892 2002-10-11 [christoph]  0.8.5claws14
8893
8894         * src/summaryview.c
8895                 update folderview stats after ignore/unignore thread
8896
8897 2002-10-11 [hoa]        0.8.5claws13
8898
8899         * src/quote_fmt_parse.y
8900                 Fixed a yacc/bison syntax error
8901         * src/matcher.c
8902                 Escaping of string is fixed.
8903
8904 2002-10-11 [colin]      0.8.5claws12
8905
8906         * src/imageview.c
8907                 Resize images to fit
8908
8909 2002-10-11 [paul]       0.8.5claws11
8910
8911         * po/es.po
8912                 updated by Ricardo Mones Lastra
8913
8914 2002-10-10 [alfons]     0.8.5claws10
8915
8916         * src/compose.c
8917                 allow dropping files by "moving" files from a file manager,
8918                 not only by the more cumbersome "copying". the latter 
8919                 mostly implies holding down the Control button
8920
8921 2002-10-10 [christoph]  0.8.5claws9
8922
8923         * src/summaryview.c
8924                 update folders after thread building for ignored threads
8925
8926 2002-10-10 [christoph]  0.8.5claws8
8927
8928         * config/.cvsignore
8929                 added Makefile
8930         * src/filtering.[ch]
8931         * src/folder.[ch]
8932         * src/folderview.[ch]
8933         * src/import.c
8934         * src/inc.[ch]
8935         * src/mbox.[ch]
8936         * src/procmsg.c
8937         * src/summaryview.[ch]
8938                 o added new flag need_update to FolderItem
8939                 o removed folder_table from various functions from tracking
8940                   folder updates
8941                 o set need_update flags in folder.c's move, copy and delete
8942                   functions and procmsg's flags functions
8943                 o added function folderview_update_items_when_required that
8944                   updates all folders with need_update set
8945                 o call folderview_update_items_when_required instead of
8946                   folderview_update_item_foreach
8947
8948 2002-10-09 [sergey]     0.8.5claws7
8949
8950         * src/compose.c
8951                 Strip CRs whel loading the text into editor in reedit mode.
8952
8953 2002-10-09 [colin]      0.8.5claws6
8954
8955         * src/mainwindow.c
8956                 Make Space work when no mail is selected
8957
8958 2002-10-09 [colin]      0.8.5claws5
8959
8960         * src/gtksctree.[ch]
8961                 Fix range_select
8962                 Add gtk_sctree_reanchor() 
8963         * src/summaryview.c
8964                 Use gtk_sctree_reanchor() - better fix for 
8965                 bug 60413
8966
8967 2002-10-09 [colin]      0.8.5claws4
8968
8969         * src/summaryview.c
8970                 Fix shift-click select after delete problem
8971                 (closes bug 60413)
8972
8973 2002-10-08 [thorsten]   0.8.5claws3
8974
8975         * src/summaryview.c
8976                 exclude current msg from -hide read messages-
8977
8978 2002-10-08 [colin]      0.8.5claws2
8979
8980         * src/inc.[ch]
8981           src/pop.c
8982           src/recv.c
8983                 Differentiate socket errors from disk full
8984                 errors
8985
8986 2002-10-08 [christoph]  0.8.5claws1
8987
8988         * Makefile.am
8989         * configure.in
8990                 modifications for new config directory
8991
8992         * config.guess  ** REMOVED **
8993         * config.sub    ** REMOVED **
8994         * install-sh    ** REMOVED **
8995         * ltmain.sh     ** REMOVED **
8996         * missing       ** REMOVED **
8997         * mkinstalldirs ** REMOVED **
8998                 these files are autogenerated by automake
8999                 when you run autogen.sh
9000
9001         * config/.cvsignore     ** NEW FILE **
9002         * config/Makefile.am    ** NEW FILE **
9003                 ignore autogenerated files
9004                 create a Makefile in this directory
9005
9006 2002-10-08 [paul]       0.8.5claws
9007
9008         * 0.8.5claws release
9009         
9010         * src/compose.c
9011           src/procheader.c
9012           src/procmsg.c
9013                 fix quote reply format for newsgroups reply bug
9014                 (thanks to Hoa)
9015                 
9016         * po/en_GB.po
9017           po/pl.po
9018                 updated by me and Witold Wladyslaw Wojciech Wilk
9019                 repectively
9020
9021 2002-10-07 [paul]       0.8.3claws53
9022
9023         * po/it.po
9024           po/pt_BR.po
9025           po/sr.po
9026                 updated messages catalogs, submitted by
9027                 Alessandro Maestri, Fabio Jr.Beneditto 
9028                 and Urke MMI, respectively.
9029
9030 2002-10-07 [christoph]  0.8.3claws52
9031
9032         * src/folder.[ch]
9033         * src/folderview.c
9034         * src/mainwindow.c
9035                 fix new folder ghost message bug
9036                 (closes bug [ 619722 ] wrong count for newly created folders)
9037
9038 2002-10-07 [christoph]  0.8.3claws51
9039
9040         * src/compose.c
9041                 fix news posting problem
9042
9043 2002-10-07 [melvin]     0.8.3claws50
9044
9045         * po/fr.po
9046                 Updated French translation
9047
9048 2002-10-05 [christoph]  0.8.3claws49
9049
9050         * src/gtkstext.c
9051                 check if line_start_cache is set in gtk_stext_update_text
9052                 (closes bug [ 618119 ] crash while doing search in folder)
9053
9054 2002-10-05 [christoph]  0.8.3claws48
9055
9056         * src/imap.c
9057         * src/news.c
9058         * src/utils.c
9059         * src/utils.h
9060                 implement cache cleanups for claws' folder system
9061                 (closes bug [ 595916 ] imapcache not cleaned up)
9062
9063 2002-10-05 [melvin]     0.8.3claws47
9064
9065         * src/prefs_actions.c
9066                 Made the help text more clear for the %p token
9067
9068 2002-10-04 [paul]       0.8.3claws46
9069
9070         * sync with 0.8.5
9071                 see ChangeLog 2002-10-02 and 2002-10-03
9072
9073 2002-10-04 [christoph]  0.8.3claws45
9074
9075         * src/inc.c
9076                 fix segfault caused by pop before smtp
9077                 call to inc_account_mail with NULL
9078                 pointer for mainwin
9079
9080 2002-10-04 [paul]       0.8.3claws44
9081
9082         * configure.in
9083                 sync the LDAP detection from 0.8.5cvs1
9084
9085 2002-10-02 [christoph]  0.8.3claws43
9086
9087         * po/de.po
9088                 fix small spelling error
9089
9090 2002-10-02 [melvin]     0.8.3claws42
9091
9092         * ac/aspell.m4
9093                 Behave better and say "no" when test program cannot be run.
9094
9095 2002-10-02 [paul]       0.8.3claws41
9096
9097         * sync with 0.8.4cvs1
9098                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9099                 
9100         * src/summaryview.c
9101                 toggle the behavior of Reply menuitem between
9102                 normal reply and reply-to-list
9103
9104 2002-10-01 [sergey]     0.8.3claws40
9105
9106         * src/compose.c
9107                 Convert newlines in the message text to the canonical form
9108                 before base64 encoding (RFC2045 compliance, fixes some
9109                 interoperability issues with Evolution 1.0.3)
9110
9111 2002-09-29 [colin]      0.8.3claws39
9112
9113         * src/summaryview.c
9114                 Fix an unwanted copy/paste
9115
9116 2002-09-29 [colin]      0.8.3claws38
9117
9118         * src/mainwindow.c
9119                 Renamed "Custom toolbar" to "Customize toolbar"
9120                 Renamed "Show all header" to "Show all headers"
9121                 Renamed "Set diplay item" to "Set displayed items"
9122         * src/prefs_common.c
9123                 Renamed "Show all header" to "Show all headers"
9124         * src/prefs_summary_column.c
9125                 Renamed "diplay item" to "displayed items"
9126
9127 2002-09-29 [colin]      0.8.3claws37
9128
9129         * src/mainwindow.[ch]
9130                 online/offline status pixmaps follow theme
9131                 changes
9132         * src/summaryview.[ch]
9133                 quicksearch pixmap follows theme changes
9134
9135 2002-09-29 [thorsten]   0.8.3claws36
9136
9137         * src/compose.c
9138           src/prefs_folder_item.[ch]
9139                 add default_reply_to folder option (closes patch 581044)
9140
9141 2002-09-29 [christoph]  0.8.3claws35
9142
9143         * acconfig.h    ** REMOVED **
9144         * configure.in
9145         * ac/aspell.m4
9146         * ac/check-type.m4
9147         * ac/gnupg-check-typedef.m4
9148                 fix autoheader 2.50 warning
9149
9150 2002-09-29 [christoph]  0.8.3claws34
9151
9152         * major code cleanup (part 2)
9153         
9154                 - unused variables removed
9155                 - unused functions removed
9156                 - uninitialized variables checked
9157                 - missing return statements added
9158                 - missing function return types added
9159                 - added parentheses around assignment
9160                   when suggested by gcc
9161
9162 2002-09-29 [alfons]     0.8.3claws33
9163
9164         * src/logwindow.c
9165                 log_window_clear(): only bracket gtk_text_forward_delete() 
9166                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9167                 works around GTK text bug)
9168
9169 2002-09-29 [paul]       0.8.3claws32
9170
9171         * po/bg.po
9172           po/sr.po
9173                 updated by George Danchev and Urke MMI
9174                 respectively
9175
9176 2002-09-27 [christoph]  0.8.3claws31
9177
9178         * doc-src/readme.txt
9179         * doc-src/rfc1806.txt   ** REMOVED **
9180         * doc-src/rfc2183.txt   ** NEW FILE **
9181         * doc-src/rfc2980.txt   ** NEW FILE **
9182                 update rfcs
9183
9184 2002-09-27 [melvin]     0.8.3claws30
9185
9186         * ac/aspell.m4
9187                 Fixed typo which could break linking
9188
9189 2002-09-27 [melvin]     0.8.3claws29
9190
9191         * ac/aspell.m4
9192                 Improved GNU/aspell checking. 
9193                 Fixed bug #614490
9194
9195 2002-09-27 [paul]       0.8.3claws28
9196
9197         * sync with 0.8.3cvs8
9198                 see ChangeLog 2002-09-27
9199
9200 2002-09-26 [colin]      0.8.3claws27
9201
9202         * src/toolbar.[ch]
9203           src/mainwindow.[ch]
9204                 Add "Reply to Mailing-list" to the toolbar
9205
9206 2002-09-26 [christoph]  0.8.3claws26
9207
9208         * src/summaryview.c
9209                 Fix wrong message counts in summaryview status
9210
9211 2002-09-26 [paul]       0.8.3claws25
9212
9213         * sync with 0.8.3cvs7
9214                 see ChangeLog 2002-09-26
9215
9216 2002-09-26 [paul]       0.8.3claws24
9217
9218         * sync with 0.8.3cvs6
9219                 see ChangeLog 2002-09-25
9220
9221 2002-09-25 [christoph]  0.8.3claws23
9222
9223         * src/prefs_common.c
9224         * src/prefs_folder_item.c
9225         * src/prefs_scoring.c
9226                 Renamed "kill score" to "hide score" in GUI
9227                 and prefs files
9228
9229 2002-09-25 [paul]       0.8.3claws22
9230
9231         * sync with 0.8.3cvs5
9232                 see ChangeLog 2002-09-24
9233
9234 2002-09-24 [alfons]     0.8.3claws21
9235
9236         patch by Satoshi Nagayasu: allows appending / saving multiple 
9237         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9238         'Save as ...'")
9239
9240         * AUTHORS
9241                 add Satoshi Nagayasu
9242         * src/summaryview.c
9243                 summary_save_as(): allow saving selected files to
9244                 one file
9245                 summary_set_menu_sensitive: enable "Save As..." when
9246                 multiple files are selected
9247         * src/utils.[ch]
9248                 append_file(): new function
9249
9250 2002-09-24 [colin]      0.8.3claws20
9251
9252         * src/procmime.c
9253                 Fix segfault when mimeinfo doesn't have a 
9254                 content_type. 
9255
9256 2002-09-24 [colin]      0.8.3claws19
9257
9258         * src/prefs_common.[ch]
9259                 Add a preference to display send dialog or not
9260         * src/send.c
9261                 Display send dialog according to preference
9262
9263 2002-09-24 [colin]      0.8.3claws18
9264
9265         * src/compose.[ch]
9266                 Disable user actions when sending
9267
9268 2002-09-24 [colin]      0.8.3claws17
9269
9270         * src/procmime.c
9271                 Do not display name or filename for attachments
9272                 with an application/pgp-signature type
9273                 (security flaw, see bug 537413)
9274
9275 2002-09-23 [colin]      0.8.3claws16
9276
9277         * src/editaddress.c
9278                 Initialize entry_email, entry_alias and 
9279                 entry_remarks to first email address of the list
9280
9281 2002-09-23 [colin]      0.83claws15
9282
9283         * src/compose.c
9284                 Drop pgp-signature when reediting a signed queued
9285                 message
9286
9287 2002-09-23 [melvin]     0.8.3claws14
9288
9289         * po/fr.po
9290                 Updated French translation
9291
9292 2002-09-23 [melvin]     0.8.3claws13
9293
9294         * src/mainwindow.c
9295                 Made custom toolbar menu labels more consistent
9296         * src/prefs_toolbar.c
9297                 Made custom toolbar window title more consistent
9298
9299 2002-09-22 [colin]      0.8.3claws12
9300
9301         * src/inc.c
9302                 Initialize session type to normal before getting 
9303                 mail (fixes strange Get behaviour)
9304         * src/prefs_account.h
9305                 Move STYPE_POP_BEFORE_SMTP to last position to 
9306                 avoid other side-effects
9307
9308 2002-09-22 [colin]      0.8.3claws11
9309
9310         * src/prefs_account.c
9311                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9312                 from pop3 to apop or vice-versa
9313
9314 2002-09-22 [colin]      0.8.3claws10
9315         
9316         * src/prefs_account.[ch]
9317                 Add an option for the POP before SMTP timeout
9318         * src/inc.c
9319                 Remember time of last POP connection
9320         * src/send.c
9321                 Do POP before SMTP only if timeout reached
9322
9323 2002-09-22 [oliver]     0.8.3claws9
9324         
9325         * README.claws
9326                 explain custom toolbar
9327
9328 2002-09-22 [oliver]     0.8.3claws8
9329
9330         * src/prefs_actions.[ch]
9331         custom toolbar for compose      
9332                 actions callback from compose toolbar
9333         * src/folderview.c
9334                 remove include toolbar.h
9335
9336 2002-09-22 [oliver]     0.8.3claws7
9337         
9338         * src/prefs_toolbar.[ch]
9339                 custom toolbar for compose
9340                 - generic prefs_toolbar handles both
9341                   Mainwin's toolbar as well as Compose toolbar          
9342
9343 2002-09-22 [oliver]     0.8.3claws6
9344         
9345         * src/toolbar.[ch]
9346                 custom toolbar for compose
9347                 restructure toolbar.[ch]
9348
9349 2002-09-22 [oliver]     0.8.3claws5
9350
9351         * src/compose.[ch]
9352                 custom toolbar for compose
9353
9354 2002-09-22 [oliver]     0.8.3claws4
9355         
9356         * src/mainwindow.[ch]
9357                 custom toolbar for compose 
9358                 move mainwin toolbar back to mainwindow
9359
9360 2002-09-22 [alfons]     0.8.3claws3
9361
9362         * src/procmsg.c
9363                 :%sno/if(/if (/gc
9364                 :%sno/for(/for (/gc
9365                 (beautify)
9366
9367 2002-09-22 [alfons]     0.8.3claws2
9368         
9369         * src/procmsg.c
9370                 procmsg_save_to_outbox(): don't unlink message file from queue;
9371                 callers should do it using folder_item_remove_msg()
9372
9373 2002-09-22 [colin]      0.8.3claws1
9374
9375         * src/mimeview.[ch]
9376                 Made mimeview_check_signature() public
9377         * src/textview.c
9378                 Made GPG signatures verifiable by clicking
9379                 the [application/pgp-signature] in the Text
9380                 view
9381
9382 2002-09-22 [paul]       0.8.3claws
9383
9384         * po/bg.po
9385           po/en_GB.po
9386           po/es.po
9387           po/it.po
9388           po/pl.po
9389           po/pt_BR.po
9390           po/sr.po
9391                 updated translations, submitted by George Danchev,
9392                 me, Ricardo Mones Lastra, Alessandro Maestri,
9393                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9394                 and Urke MMI, respectively.     
9395
9396 2002-09-22 [alfons]     0.8.2claws65
9397
9398         * src/procmsg.c
9399         * src/pgptext.c
9400                 no furry valgrinds have been used to plug these memleaks
9401
9402 2002-09-20 [paul]       0.8.2claws64
9403
9404         * sync with 0.8.3cvs4
9405                 'Select thread' re-implemented 
9406                 see ChangeLog 2002-09-20
9407
9408 2002-09-21 [alfons]     0.8.2claws63
9409
9410         * src/compose.c
9411                 compose_send(): plug unnoticed memleak
9412
9413 2002-09-20 [alfons]     0.8.2claws62
9414
9415         * src/addr_compl.c
9416                 replace_address_in_edit(): strict check for NULL address to
9417                 fix "[ 607348 ] Segfault in address completion". My guess is
9418                 that this happens with an empty address book, but it's good
9419                 to have this check here anyway
9420                 
9421                 completion_window_button_press(): free string returned 
9422                 from the internal cache
9423
9424 2002-09-20 [christoph]  0.8.2claws61
9425
9426         * src/procmime.h
9427                 added ENC_BINARY to EncodingType
9428         * src/procmime.c
9429                 the string returned by procmime_get_encoding_str
9430                 should not depend on the order of values in the
9431                 EncodingType definition
9432         * doc-src/rfc1806.txt   ** NEW FILE **
9433                 Added rfc1806 about MIME Content-Disposition
9434                 Extension
9435
9436 2002-09-19 [paul]       0.8.2claws60
9437
9438         * sync with 0.8.2cvs3
9439                 see ChangeLog 2002-09-19
9440
9441 2002-09-19 [paul]       0.8.2claws59
9442
9443         * src/prefs_folder_item.c
9444                 revert to Darko's original alignment of colour
9445                 selector button
9446                 add a colon to folder_color label
9447                 
9448         * src/compose.c
9449                 add Colin's patch (with Hiro's modifications) to 
9450                 force BASE64 encoding for 8-bit text when signing
9451                 (sync with 0.8.3cvs2)
9452
9453 2002-09-18 [alfons]     0.8.2claws58
9454
9455         * src/compose.c
9456                 :%sno/if(/if (/gc
9457                 :%sno/for(/for (/gc
9458                 (beautify a little bit)
9459
9460 2002-09-18 [christoph]  0.8.2claws57
9461
9462         * src/pine.c
9463                 fix handling of fgetc return value
9464
9465 2002-09-17 [alfons]     0.8.2claws56
9466         
9467         * src/summaryview.c
9468                 summary_sort(): check non-NULL summaryview->folder_item when no 
9469                 folder is selected at all
9470                 (closes "[ 610344 ] sort label make syl Crash")
9471
9472 2002-09-17 [alfons]     0.8.2claws55
9473         
9474         * src/compose.c
9475                 beautify a little bit
9476
9477 2002-09-17 [christoph]  0.8.2claws54
9478
9479         * src/folder.c
9480                 initialize max values for cache and folder
9481                 when cache or folder is empty
9482
9483 2002-09-15 [colin]      0.8.2claws53
9484
9485         * src/compose.c
9486                 Fix a leak (thanks Alfons!) and cleaned
9487                 variables names for custom headers
9488
9489 2002-09-15 [colin]      0.8.2claws52
9490
9491         * src/compose.c
9492                 Fix custom headers recognition when
9493                 prefs_common.trans_hdr is on
9494
9495 2002-09-15 [colin]      0.8.2claws51
9496
9497         * src/compose.c
9498                 Allow dynamically-added custom headers
9499                 Yet not reparsed if reedited
9500
9501 2002-09-15 [alfons]     0.8.2claws50
9502
9503         * src/prefs_account.c
9504                 fix warnings
9505
9506 2002-09-15 [colin]      0.8.2claws49
9507         
9508         * src/prefs_account.c
9509                 fix pop_before_smtp sensitivity
9510
9511 2002-09-15 [colin]      0.8.2claws48
9512
9513         * src/inc.[ch]
9514                 add inc_pop_before_smtp()
9515                 allow MainWindow to be undefined in 
9516                 inc_account_mail() and inc_start()
9517         * src/pop.c
9518           src/prefs_account.h
9519                 add STYPE_POP_BEFORE_SMTP session type
9520         * src/prefs_account.c
9521                 activated pop before smtp option
9522         * src/send.c
9523                 do pop before smtp if the relevant option 
9524                 is set
9525
9526 2002-09-15 [paul]       0.8.2claws47
9527
9528         * sync with 0.8.3
9529                 see ChangeLog 2002-09-15
9530
9531 2002-09-14 [paul]       0.8.2claws46
9532
9533         * po/bg.po
9534                 updated Bulgarian translation, submitted by
9535                 George Danchev
9536
9537 2002-09-13 [paul]       0.8.2claws45
9538
9539         * src/compose.c
9540                 merge claws' select_account() with main's
9541                 (new) compose_select_account(). [sync with
9542                 0.8.2cvs15, see ChangeLog 2002-09-11]
9543
9544 2002-09-12 [christoph]  0.8.2claws44
9545
9546         * src/filter.c
9547                 allocate 1 elements of FolderItem not 0
9548
9549 2002-09-12 [colin]      0.8.2claws43
9550
9551         * src/compose.c
9552                 Fix bug #590825 (obey Follow-up: poster)
9553
9554 2002-09-12 [colin]      0.8.2claws42
9555
9556         * src/procmime.c
9557                 Fix bug #557009 (wrong headers for messages 
9558                 forwarded as attachments)
9559
9560 2002-09-11 [colin]      0.8.2claws41
9561         
9562         * src/compose.c
9563                 Put SCF: pseudo-header on top of message
9564                 Set draft tmp_flag when saved as draft
9565
9566         * src/procmsg.c
9567           src/procheader.c
9568                 Skip after first \n\n for beginning of real message
9569                 for drafts too
9570
9571 2002-09-11 [christoph]  0.8.2claws40
9572
9573         * src/filtering.c
9574                 use procmsg flag functions in filtering or processing
9575                 will cause incorrect folder message counts
9576
9577 2002-09-11 [colin]      0.8.2claws39
9578
9579         * src/compose.c
9580                 Fix bug #550175 - wrong save folder when reediting
9581                 drafts
9582
9583 2002-09-11 [paul]       0.8.2claws38
9584
9585         * sync with 0.8.2cvs14
9586                 see ChangeLog 2002-09-11
9587
9588 2002-09-11 [colin]      0.8.2claws37
9589
9590         * src/folder.c
9591                 Fix a typo (seeming to cause new/unread status to
9592                 be lost)
9593
9594 2002-09-10 [christoph]  0.8.2claws36
9595
9596         * src/compose.c
9597                 compose_redirect should not use compose_generic_new
9598                 because that does more stuff than expected including
9599                 opening the external editor
9600                 (closes bug "[ 526608 ] bounced messages appear blank
9601                  in editor")
9602
9603 2002-09-10 [christoph]  0.8.2claws35
9604
9605         * src/folder.c
9606                 fix problem with too large message number range
9607                 causing a crash in folder_item_scan
9608
9609 2002-09-10 [paul]       0.8.2claws34
9610
9611         * sync with 0.8.2cvs13
9612                 see ChangeLog 2002-09-10
9613
9614 2002-09-10 [christoph]  0.8.2claws33
9615
9616         * src/msgcache.c
9617                 set MsgInfo TmpFlags for queue and draft folders
9618                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9619
9620 2002-09-10 [paul]       0.8.2claws32
9621
9622         * AUTHORS
9623           po/bg.po      ** NEW FILE **
9624                 new Bulgarian translation submitted by
9625                 George Danchev <danchev@spnet.net>
9626                 
9627         * tools/Makefile.am
9628           tools/README
9629           tools/tb2sylpheed     ** NEW FILE **
9630                 add script that converts an addressbook exported
9631                 from The Bat! into a Sylpheed addressbook. Submitted
9632                 by Urke MMI <urke-kg@eunet.yu>
9633
9634 2002-09-10 [paul]       0.8.2claws31
9635
9636         * sync with 0.8.2cvs12
9637                 see ChangeLog 2002-09-10
9638
9639 2002-09-06 [paul]       0.8.2claws30
9640
9641         * src/prefs_common.c
9642                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9643                 
9644         * tools/Makefile.am
9645           tools/README
9646           tools/ldif-to-xml.py  ** REMOVED **
9647                 remove obsolete python script
9648
9649 2002-09-06 [paul]       0.8.2claws29
9650
9651         * sync with 0.8.2cvs10
9652                 see ChangeLog 2002-09-06
9653
9654 2002-09-04 [paul]       0.8.2claws28
9655
9656         * sync with 0.8.2cvs9
9657                 see ChangeLog 2002-08-04
9658
9659 2002-09-04 [colin]      0.8.2claws27 
9660
9661         * src/prefs_common.[ch]
9662                 Added signature color configuration
9663         * src/textview.c
9664                 Use user-specified signature color
9665
9666 2002-09-03 [colin]      0.8.2claws26
9667
9668         * src/prefs_common.[ch]
9669                 Added autosave and autosave_length prefs
9670         * src/compose.c
9671                 Added compose_remove_draft()
9672                 Auto-save drafts according to the prefs
9673         * src/main.c
9674                 Added a crash-indicator file, allowing to check
9675                 for new messages on startup if Sylpheed crashed
9676                 (makes saved drafts "reappear")
9677
9678 2002-09-03 [colin]      0.8.2claws25
9679
9680         * src/textview.[ch]
9681                 Grey the signature
9682
9683 2002-09-03 [paul]       0.8.2claws24
9684
9685         * sync with 0.8.2cvs8
9686                 see ChangeLog 2002-09-02 and 2002-09-03
9687
9688 2002-09-03 [darko]      0.8.2claws23
9689
9690         * src/folderview.c
9691                 use normal style when creating new folder to pick
9692                 proper font size 
9693
9694 2002-09-02 [melvin]     0.8.2claws22
9695
9696         * src/gtkaspell.m4
9697                 removed some obsolete code
9698
9699 2002-09-02 [melvin]     0.8.2claws21
9700
9701         * ac/aspell.m4
9702                 fixed test's equality sign (== to =)
9703
9704 2002-09-02 [alfons]     0.8.2claws20
9705
9706         * src/folder.c
9707         * src/mh.c
9708                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9709                 as folder->destroy virtual as suggested by Hiro
9710                 (the mh.c code seems to have been lost around mh.c.1.21)
9711
9712 2002-09-02 [paul]       0.8.2claws19
9713
9714         * po/pt_BR.po
9715                 updated by Fabio Jr. Beneditto
9716                 
9717         * src/defs.h
9718                 use 'http://claws.sylpheed.org' for homepage link. 
9719                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9720
9721 2002-09-01 [alfons]     0.8.2claws18
9722
9723         * src/mh.c
9724                 plug memleak related to one Martin Kluge found
9725
9726 2002-08-31 [paul]       0.8.2claws17
9727
9728         * sync with 0.8.2cvs6
9729                 see ChangeLog 2002-08-30
9730
9731 2002-08-31 [alfons]     0.8.2claws16
9732
9733         * src/folder.c
9734                 folder_destroy(): remove mailbox from folderlist even if it has
9735                 no destroy virtual
9736
9737 2002-08-31 [alfons]     0.8.2claws15
9738
9739         * src/folder.c
9740                 :%sno/if(/if (/gc
9741                 :%sno/for(/for (/gc
9742                 (being pedantic I know)
9743
9744 2002-08-31 [alfons]     0.8.2claws14
9745
9746         * src/folder.c
9747                 check for NULL pointers returned from folder->fetch_msginfo virtual
9748                 (should solve some reported crashes)
9749
9750 2002-08-30 [alfons]     0.8.2claws13
9751
9752         * acconfig.h
9753         * configure.in
9754         * src/crash.c
9755                 enable crash dialog on compilation time
9756                 (--enable-crash-dialog configure option)
9757
9758 2002-08-30 [alfons]     0.8.2claws12
9759
9760         * AUTHORS
9761                 add Martin Kluge
9762         * src/mh.c
9763                 apply memory leak plug patch by Martin Kluge
9764                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9765                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9766                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9767
9768 2002-08-30 [darko]      0.8.2claws11
9769
9770         * src/folderview.c
9771                 copy Gtk style from normal style to match
9772                 font size for coloured folders
9773
9774 2002-08-29 [alfons]     0.8.2claws10
9775
9776         * sylpheed.desktop
9777                 Type=Internet <- Type=Application
9778                 (reported by Michael Schwendt, see:
9779                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9780                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9781
9782 2002-08-29 [paul]       0.8.2claws9
9783
9784         * sync with 0.8.2cvs5
9785                 see ChangeLog 2002-08-29
9786
9787 2002-08-29 [colin]      0.8.2claws8
9788
9789         * src/summaryview.c
9790                 Added a sanity check in summary_select_thread
9791                 Should fix bug 601605
9792
9793 2002-08-29 [colin]      0.8.2claws7
9794
9795         * src/main.c
9796                 Revert claws6 changes regarding bug #591676
9797
9798 2002-08-28 [colin]      0.8.2claws6
9799         
9800         * src/main.c
9801                 Ignore cache for queue folderitems
9802                 Fix bug #591676
9803
9804 2002-08-28 [melvin]     0.8.2claws5
9805
9806         * README.claws
9807                 Fixed typos.
9808
9809 2002-08-28 [melvin]     0.8.2claws4
9810
9811         * README.claws
9812                 Updated a bit the text concerning the spell checker
9813
9814 2002-08-28 [melvin]     0.8.2claws3
9815
9816         Merged the GNU_aspell_branch:
9817                 Support of new GNU/aspell is now included and the old pspell
9818                 is not supported anymore.
9819                 See README.claws
9820
9821         * README.claws
9822                 Updated spell checker text to reflect the switch to GNU/aspell
9823
9824         * ac/aspell.m4          *** NEW ***
9825         * src/gtkaspell.[ch]    *** NEW *** 
9826         * ac/pspell.m4          *** DELETED *** 
9827         * src/gtkspell.[ch]     *** DELETED ***
9828
9829         * ac/Makefile.am
9830                 Updated for GNU/aspell support
9831
9832         * po/POTFILES.in
9833                 Replaced gtkspell.c by gtkaspell.c
9834
9835         * acconfig.h
9836         * src/Makefile.am
9837         * src/about.c
9838         * src/compose.[ch]
9839         * src/crash.c
9840         * src/main.c
9841         * src/prefs_common.[ch]
9842                 Updated for GNU/aspell support
9843
9844 2002-08-28 [paul]       0.8.2claws2
9845
9846         * sync with 0.8.2cvs4
9847                 see ChangeLog 2002-08-27 and 2002-08-28
9848
9849 2002-08-28 [colin]      0.8.2claws1
9850
9851         * src/summary_search.c
9852                 Added "AND search"
9853
9854 2002-08-28 [jens]       0.8.2claws
9855
9856         *po/de.po
9857                 Updated German translations
9858
9859 2002-08-27 [melvin]     0.8.2claws
9860
9861         * po/fr.po
9862                 Updated French translations
9863
9864 2002-08-27 [paul]       0.8.2claws
9865
9866         * sync with 0.8.2 main release
9867
9868         * po/en_GB.po
9869           po/es.po
9870           po/it.po
9871           po/pl.po
9872           po/pt_BR.po
9873           po/sr.po
9874                 updated message catalogs submitted by
9875                 Ricardo Mones Lastra, Alessandro Maestri,
9876                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9877                 Beneditto and Urke MMI  
9878
9879 2002-08-27 [hoa]        0.8.1claws123
9880
9881         * src/mainwindow.[ch]
9882         * src/summaryview.[ch]
9883                 removed the "filter setting" menu option.
9884                 add a "cancel a news message" menu option.
9885
9886 2002-08-26 [martin]     0.8.1claws122
9887
9888         * ChangeLog.claws
9889                 changed string under 0.8.1claws79 changed by myself
9890                 i'm sorry alfons :(
9891
9892 2002-08-26 [martin]     0.8.1claws121
9893
9894         * src/crash.c
9895                 added kill command to debuggerrc to start crash dialog
9896
9897 2002-08-26 [paul]       0.8.1claws120
9898
9899         * sync with 0.8.1cvs31
9900                 see ChangeLog 2002-08-26
9901
9902 2002-08-25 [alfons]     0.8.1claws119
9903
9904         * src/procmsg.c
9905                 fix bug that didn't send out correct headers to news server
9906                 when sending news article and email from queue (bug reported
9907                 and patch provided by Tim Mann; closes bug 
9908                 "[ 583196 ] 0.7.8claws can't post news")
9909
9910 2002-08-25 [alfons]     0.8.1claws118
9911
9912         * src/selective_download.c
9913                 mark two strings as translatable
9914                 (thanks to Urke MMI for pointing this out)
9915
9916 2002-08-25 [alfons]     0.8.1claws117
9917
9918         * src/summaryview.c
9919                 treat sent boxes as special and allow sorting them by addressee
9920                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9921                 submitted by Steve Lamb)
9922
9923 2002-08-24 [alfons]     0.8.1claws116
9924
9925         * src/matcher.c
9926                 fix memleak reported by Martin Kluge
9927                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9928
9929 2002-08-24 [oliver]     0.8.1claws115
9930
9931         * src/prefs_toolbar.c
9932                 o code cleanup as suggested by Alfons
9933                 o memleak fix
9934
9935 2002-08-24 [alfons]     0.8.1claws114
9936
9937         * src/summaryview.c
9938                 o fix another memory leak reported by Martin Kluge
9939                   (see "[ 599568 ] Small Memory Leak")
9940                 o remove 'from' variable from 'summary_set_header()'; we can
9941                   do with just 'to' 
9942
9943 2002-08-24 [paul]       0.8.1claws113
9944
9945         * sync with 0.8.1cvs30
9946                 see ChangeLog 2002-08-23
9947
9948 2002-08-24 [alfons]     0.8.1claws112
9949
9950         * src/summaryview.c
9951                 remove unnecessary allocations for search bar fixing leaks
9952                 reported by Martin Kluge
9953                 (see "[ 599451 ] Further memory leaks?")
9954
9955 2002-08-24 [alfons]     0.8.1claws111
9956
9957         * src/main.c
9958                 make get_socket_name() public for crash.c
9959         * src/crash.c
9960                 o make report bug button work (goes to claws' 
9961                   bug tracker at sf.net)
9962                 o introduce function for doing important stuff just
9963                   before claws goes down
9964                 o clean up code 
9965
9966 2002-08-24 [alfons]     0.8.1claws110
9967
9968         * src/compose.c
9969                 move cursor to "To" entry when forwarding as attachment
9970                 (reported and solved by Steve Lamb, closes bug report
9971                 "[ 592880 ] Forward as attachment; cursor not in to")
9972
9973 2002-08-24 [colin]      0.8.1claws109
9974
9975         * src/mainwindow.c
9976                 fix quick search visibility after GUI (de)separations.
9977
9978 2002-08-23 [colin]      0.8.1claws108
9979
9980         * src/mainwindow.c
9981                 fix header pane visibility after folderview or
9982                 messageview (de)separation
9983
9984 2002-08-23 [paul]       0.8.1claws107
9985
9986         * src/mainwindow.[ch]
9987           src/toolbar.c
9988                 give full control of display or non-display 
9989                 of the Execute icon to Custom toolbar settings.
9990                 add new sensitivity condition to maninwindow.h: 
9991                 M_DELAY_EXEC
9992
9993         * ChangeLog
9994           ChangeLog.jp
9995           NEWS
9996                 more sync with 0.8.1cvs29
9997
9998 2002-08-23 [melvin]     0.8.1claws106
9999
10000         * src/alertpanel.c
10001                 Readded support for custom widget in alertpanel lost in last
10002                 sync.
10003
10004 2002-08-23 [paul]       0.8.1claws105
10005
10006         * sync with 0.8.1cvs29
10007                 see ChangeLog 2002-08-23
10008
10009 2002-08-23 [colin]      0.8.1claws104
10010
10011         * src/summaryview.c
10012                 Fix folder and search pixmaps exchanging positions
10013                 after theme or toolbar changes. Thank to Oliver for 
10014                 reporting this.
10015
10016 2002-08-23 [colin]      0.8.1claws103
10017
10018         * src/mainwindow.c
10019           src/messageview.[ch]
10020           src/noticeview.[ch]
10021           src/summaryview.c
10022                 Changed messageview_create() and noticeview_create()
10023                 to avoid the last gdk_warning
10024
10025 2002-08-22 [colin]      0.8.1claws102
10026
10027         * src/summaryview.c
10028                 Fix my new `Creating pixmap from xpm' warning
10029
10030 2002-08-22 [colin]      0.8.1claws101
10031
10032         * src/mainwindow.c
10033                 Fix some of the gdk warnings
10034
10035 2002-08-22 [colin]      0.8.1claws100
10036
10037         * src/Makefile.am
10038         * src/stock_pixmap.c
10039         * src/stock_pixmap.h
10040         * src/pixmaps/quicksearch.xpm *ADDED*
10041                 Add the quicksearch pixmap
10042         * src/mainwindow.c
10043         * src/summaryview.c
10044         * src/summaryview.h
10045                 Make quicksearch bar visible/hidden via a button
10046
10047 2002-08-22 [christoph]  0.8.1claws99
10048
10049         * src/folder.c
10050                 fix folder update for newsgroups with message
10051                 numbers below minimum number of articles to fetch
10052                 (closes bug #598445)
10053
10054 2002-08-22 [paul]       0.8.1claws98
10055
10056         * sync with 0.8.1cvs28
10057                 see ChangeLog 2002-08-22
10058
10059 2002-08-21 [alfons]     0.8.1claws97
10060
10061         * src/crash.c
10062                 use bt instead of bt full which seems to work 
10063                 better, and bt full doesn't give a great deal 
10064                 of information anyway
10065
10066 2002-08-21 [colin]      0.8.1claws96
10067
10068         * src/summaryview.c
10069                 fix summaryview_searchtype_changed prototype
10070
10071 2002-08-21 [christoph]  0.8.1claws95
10072
10073         * src/mainwindow.c
10074                 o fix broken menu update for sorting type, we have to
10075                   get this info from the summaryview now
10076                 o removed setting of threaded state in menu callback
10077         * src/summaryview.[ch]
10078                 more summaryview/folderitem seperation for
10079                 threading option
10080         * configure.in
10081                 removed not required --with-compiler-flags option
10082
10083 2002-08-21 [oliver]     0.8.1claws94
10084         
10085         * src/toolbar.h 
10086                 o rename toolbar.xml to toolbar_main.xml
10087                   since toolbar_compose.xml might come up 
10088                   any time soon
10089         * README.claws
10090                 add custom toolbar              
10091
10092 2002-08-21 [darko]      0.8.1claws93
10093
10094         * src/procmsg.c
10095                 don't reset tmp flags for messages copied
10096                 to sent folder
10097
10098 2002-08-21 [colin]      0.8.1claws92
10099         
10100         * src/prefs_filtering.c
10101                 fix renaming rules on folder rename 
10102                 when folder is not a leaf folder
10103
10104 2002-08-21 [paul]       0.8.1claws91
10105
10106         * src/prefs_folder_item.c
10107                 fix alignment of colour selector
10108
10109 2002-08-21 [paul]       0.8.1claws90
10110
10111         * sync with 0.8.1cvs27
10112                 see ChangeLog 2002-08-21
10113
10114 2002-08-21 [paul]       0.8.1claws89
10115
10116         * src/summaryview.c
10117                 fix crash when changing field type in
10118                 Quick search bar
10119
10120 2002-08-21 [colin]      0.8.1claws88
10121
10122         * src/summaryview.c
10123                 Made quick search case-insensitive
10124
10125 2002-08-21 [paul]       0.8.1claws87
10126
10127         * sync with 0.8.1cvs26
10128                 see ChangeLog 2002-08-21
10129
10130 2002-08-20 [christoph]  0.8.1claws86
10131
10132         * src/folderview.c
10133         * src/main.c
10134         * src/summaryview.[ch]
10135                 more summaryview/folderitem seperation for
10136                 sort_key and sort_type
10137         * src/procmsg.c
10138                 added missing return statement
10139
10140 2002-08-20 [colin]      0.8.1claws85
10141
10142         * src/summaryview.[ch]
10143                 Added a quick search box
10144         * src/mainwindow.c
10145         * src/prefs_common.[ch]
10146                 Added a show/hide option for the quick search
10147
10148 2002-08-20 [oliver]     0.8.1claws84
10149         
10150         * src/mainwindow.c
10151                 remove toolbar_create_popups
10152         * src/toolbar.[ch]
10153                 o remove toolbar_create_popups
10154                 o fix toolbar_set_sensitive 
10155                   (Bug reports #596834 and #596832)     
10156         * src/prefs_toolbar.c
10157                 o add "Set default" button
10158                 o align label and text + combo widgets
10159
10160 2002-08-20 [hoa]        0.8.1claws83bis
10161
10162         * src/imap.c
10163                 fixed a bug in imap_fetch_msginfo() in case there is no
10164                 current folder.
10165
10166 2002-08-20 [darko]      0.8.1claws83
10167
10168         * src/folderview.c
10169                 copy the color style of folder view so it
10170                 works with GTK themes
10171
10172 2002-08-20 [darko]      0.8.1claws82
10173
10174         * src/folder.h
10175         * src/folderview.c
10176         * src/prefs_folder_item.[hc]
10177                 don't use UI stuff in folder.h
10178
10179 2002-08-20 [darko]      0.8.1claws81
10180
10181         * src/folder.h
10182         * src/prefs_folder_item.h
10183         * src/folderview.c
10184         * src/prefs_folder_item.c
10185                 ability to set folder color in folderview
10186
10187 2002-08-19 [alfons]     0.8.1claws80
10188
10189         * src/summaryview.c
10190                 fix one of the earlier memleaks reported by Martin Kluge
10191
10192 2002-08-19 [alfons]     0.8.1claws79
10193
10194         * src/mainwindow.c
10195                 hide notice view when selecting seperate folder
10196                 view (reported by Urke MMI)
10197
10198 2002-08-19 [christoph]  0.8.1claws78
10199
10200         * src/folderview.c
10201         * src/prefs_folder_item.h
10202         * src/summaryview.[ch]
10203                 o add summary_set_prefs_from_folderitem to set
10204                   summaryview prefs (first step to remove all
10205                   references to the folderitem in summaryview)
10206                 o moved compiled regex stuff from folderitem prefs
10207                   to summaryview code
10208
10209 2002-08-19 [paul]       0.8.1claws77
10210
10211         * src/compose.c
10212                 add check for '.' to QUOTE_IF_REQUIRED
10213
10214 2002-08-19 [paul]       0.8.1claws76
10215
10216         * src/inc.c
10217                 sync with 0.8.1cvs25 (plug memory leak)
10218
10219         * src/prefs_toolbar.c
10220                 re-order prefs_toolbar_cancel()
10221
10222 2002-08-18 [alfons]     0.8.1claws75
10223
10224         * src/inc.c
10225         * src/matcher.c
10226                 plug other memleaks reported by Martin Kluge
10227
10228 2002-08-18 [paul]       0.8.1claws74
10229
10230         * po/pt_BR.po
10231                 updated by Fabio Jr. Beneditto
10232
10233 2002-08-18 [paul]       0.8.1claws73
10234
10235         * src/toolbar.[ch]
10236                 fix bug where tooltips were displayed untranslated              
10237
10238         * src/prefs_toolbar.c
10239                 fix bug where clicking 'Cancel' creates an icon & text
10240                 toolbar regardless of prefs
10241         
10242
10243 2002-08-17 [oliver]     0.8.1claws72
10244
10245         * src/prefs_toolbar.c
10246                 update toolbar on CANCEL
10247                 bug reported by Martin Kluge
10248         * src/toolbar.c
10249                 toolbar_destroy memleak fixed           
10250
10251 2002-08-17 [alfons]     0.8.1claws71
10252
10253         * src/toolbar.c
10254                 plug another memleak reported by Martin Kluge
10255
10256 2002-08-16 [alfons]     0.8.1claws70
10257
10258         * src/crash.c
10259                 use execvp() correctly (suggested by wwp; thanks!)
10260
10261 2002-08-16 [alfons]     0.8.1claws69
10262
10263         * src/gtksctree.c
10264                 plug memory leak reported by Kim Schultz & Martin Kluge
10265
10266 2002-08-16 [paul]       0.8.1claws68
10267
10268         * po/es.po
10269                 updated by Ricardo Mones Lastra
10270
10271 2002-08-16 [paul]       0.8.1claws67
10272
10273         * src/toolbar.h
10274                 fix bug where 'Compose News' icon showed wrong
10275                 tooltip
10276
10277 2002-08-16 [paul]       0.8.1claws66
10278
10279         * sync with 0.8.1cvs24
10280                 see ChangeLog 2002-08-16
10281
10282         * po/it.po
10283                 updated by Alessandro Maestri
10284
10285 2002-08-15 [paul]       0.8.1claws65
10286
10287         * po/sr.po
10288                 updated by Urke MMI
10289
10290 2002-08-15 [paul]       0.8.1claws64
10291
10292         * src/*.c
10293                 don't translate debug info
10294
10295         * src/matcher.[ch]
10296                 add copyright info
10297
10298 2002-08-15 [paul]       0.8.1claws63
10299
10300         * src/prefs_toolbar.c
10301                 fix bug where clicking 'OK' creates an icon & text
10302                 toolbar regardless of prefs
10303
10304 2002-08-14 [alfons]     0.8.1claws62
10305
10306         * src/main.c
10307                 add global var that has the full argv[0]
10308         * src/crash.c
10309                 o execvp the correct sylpheed by using argv0
10310                   and setting the correct work dir
10311                 o other tweaks  
10312
10313 2002-08-14 [oliver]     0.8.1claws61
10314         
10315         * enable/disable Toolbar Action Buttons 
10316         * code cleanups
10317         * src/mainwindow.c
10318         * src/toolbar.[ch]      
10319         * src/prefs_toolbar.c   
10320
10321 2002-08-14 [melvin]     0.8.1claws60
10322
10323         * po/fr.po
10324                 Updated French translations
10325
10326 2002-08-14 [melvin]     0.8.1claws59
10327
10328         * src/crash.c
10329                 Made bug report not translatable
10330         * src/exporthtml.c
10331                 Fixed exporthtml_build_filespec() return value
10332         * src/foldersel.c
10333                 Fixed incorrect include file
10334         * src/gtkspell.c
10335         * src/prefs_actions.c
10336         * src/prefs_toolbar.c
10337                 Made debug info not translatable
10338         * src/mutt.c
10339         * src/quote_fmt.c
10340                 Added missing includes
10341         * src/prefs_common.c
10342                 Fixed typo
10343
10344 2002-08-14 [paul]       0.8.1claws58
10345
10346         * faq/es/sylpheed-faq.html
10347           faq/es/sylpheed-faq-[1-3].html
10348           faq/es/sylpheed-faq-4.html     **NEW FILE **
10349                 update Spanish FAQ
10350
10351 2002-08-13 [christoph]  0.8.1claws57
10352
10353         * src/procmsg.c
10354                 ignore thread fix that did not mark all
10355                 child nodes of a ignored thread as
10356                 ignored. Does not work perfectly yet,
10357                 but it is better now
10358
10359 2002-08-13 [alfons]     0.8.1claws56
10360
10361         * src/crash.c
10362                 o implement 'save crash log'
10363                 o some tweaks
10364
10365 2002-08-13 [melvin]     0.8.1claws55
10366
10367         * src/main.c
10368                 removed unrequired "execinfo.h" header
10369
10370 2002-08-12 [paul]       0.8.1claws54
10371
10372         * faq/en/sylpheed-faq.html
10373           faq/en/sylpheed-faq-[1-3].html
10374           faq/en/sylpheed-faq-4.html     **NEW FILE **
10375                 update English FAQ
10376
10377 2002-08-12 [alfons]     0.8.1claws53
10378
10379         * po/POTFILES.in
10380                 add crash.c to translatables
10381         * src/crash.c
10382                 bring in Leandro's crash dialog
10383
10384 2002-08-11 [alfons]     0.8.1claws52
10385
10386         * src/crash.c
10387                 clean up some warnings
10388
10389 2002-08-11 [alfons]     0.8.1claws51
10390
10391         * acconfig.h
10392         * configure.in
10393         * src/crash.[ch]        ** NEW FILES **
10394         * src/main.c            
10395                 initial gdb crash handler
10396
10397 2002-08-11 [paul]       0.8.1claws50
10398
10399         * src/prefs_toolbar.c
10400                 replace Up/Down arrow pixmaps with text to be
10401                 consistent across icon themes
10402
10403 2002-08-11 [paul]       0.8.1claws49
10404
10405         * src/prefs_common.c
10406           src/prefs_toolbar.c
10407                 rename 'Pixmap' -> 'Icon'
10408
10409         * src/toolbar.[ch]
10410                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10411
10412 2002-08-10 [paul]       0.8.1claws48
10413
10414         * src/prefs_toolbar.c
10415                 re-work the UI
10416
10417 2002-08-10 [paul]       0.8.1claws47
10418
10419         * src/main.c
10420                 don't write Processing progress to status bar
10421                 patch submitted by Alexander Evseev
10422
10423         * src/prefs_toolbar.c
10424                 re-position and resize window
10425                 make window assume correct size on first call
10426
10427 2002-08-10 [paul]       0.8.1claws46
10428
10429         * src/mainwindow.c
10430           src/prefs_toolbar.c
10431           src/toolbar.c
10432           src/toolbar.h
10433                 obey coding style
10434                 follow UI text conventions
10435
10436 2002-08-10 [alfons]     0.8.1claws45
10437
10438         * src/toolbar.c
10439                 correct pixmap for delete action
10440
10441 2002-08-10 [paul]       0.8.1claws44
10442
10443         * po/pt_BR.po
10444                 updated by Fabio Jr. Beneditto
10445
10446 2002-08-10 [paul]       0.8.1claws43
10447
10448         * po/POTFILES.in
10449                 add custom toolbar files
10450
10451 2002-08-10 [paul]       0.8.1claws42
10452
10453         * sync with 0.8.1cvs22
10454                 see ChangeLog 2002-08-09
10455
10456 2002-08-09 [paul]       0.8.1claws41
10457
10458         * tools/Makefile.am
10459           tools/README
10460           tools/outlook2sylpheed.pl     ** NEW FILE **
10461                 add script to convert exported Outlook
10462                 contacts list to a Sylpheed addressbook.
10463                 Submitted by Ricardo Mones Lastra.
10464
10465 2002-08-09 [paul]       0.8.1claws40
10466
10467         * AUTHORS
10468           configure.in
10469           po/sr.po      ** NEW FILE **
10470                 add Serbian message catalog. Submitted by
10471                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10472
10473 2002-08-09 [paul]       0.8.1claws39
10474
10475         * sync with 0.8.1cvs21
10476                 see ChangeLog 2002-08-08
10477
10478 2002-08-08 [oliver]     0.8.1claws38
10479
10480         * src/mainwindow.c
10481                 move Custom Toolbar to Configuration menu
10482
10483 2002-08-08 [oliver]     0.8.1claws37
10484
10485         * src/prefs_toolbar.c
10486                 fix substitute pixmap bug
10487
10488 2002-08-08 [paul]       0.8.1claws36
10489
10490         * sync with 0.8.1cvs19
10491                 see ChangeLog 2002-08-08
10492
10493 2002-08-07 [christoph]  0.8.1claws35
10494
10495         * src/utils.c
10496                 fixed a memory leak in new canonicalize_file_replace
10497
10498 2002-08-07 [christoph]  0.8.1claws34
10499
10500         * src/utils.[ch]
10501                 o canonicalize_file_replace should create the temporary
10502                   file in the same directory as the original file.
10503                 o added get_tmpfile_in_dir that creates a temorary file
10504                   in a specified directory.
10505
10506 2002-08-07 [melvin]     0.8.1claws33
10507
10508         * src/toolbar.c
10509                 fixed bug where 'Article' button acted as 'Email' button.
10510
10511 2002-08-07 [paul]       0.8.1claws32
10512
10513         * sync with 0.8.1.cvs17
10514                 see ChangeLog 2002-08-07
10515
10516 2002-08-07 [colin]      0.8.1claws31
10517         
10518         * src/news.c
10519                 fix mass-cancel problem
10520
10521 2002-08-07 [thorsten]   0.8.1claws30
10522
10523         * src/prefs_toolbar.c
10524                 fix: crash on replace or add new button
10525         * src/toolbar.c
10526                 fix: close xmlfile after reading
10527         * src/utils.c
10528                 fix: unlink() file before rename()
10529
10530 2002-08-06 [paul]       0.8.1claws29
10531
10532         * sync with 0.8.cvs15
10533                 see ChangeLog 2002-08-06
10534
10535 2002-08-06 [oliver]     0.8.1claws28
10536
10537         * src/toolbar.c
10538         * src/prefs_toolbar.c
10539                 fixed empty toolbar issue
10540
10541 2002-08-06 [oliver]     0.8.1claws27
10542
10543         * Custom Toolbar Final 
10544         * src/folderview.c
10545         * src/inc.c
10546         * src/summaryview.c
10547                 o toolbar stuff now lives in src/toolbar.[ch]
10548                 o main_window_toolbar_* functions are renamed to
10549                   toolbar_* reflecting their new source file
10550         * src/mainwindow.[ch]
10551                 o remove toolbar stuff  
10552
10553 2002-08-06 [oliver]     0.8.1claws26
10554         
10555         * src/Makefile.am
10556         * src/prefs_toolbar.[ch]        **New File**
10557         * src/toolbar.[ch]              **New File**
10558                 o prefs_toolbar.[ch] custom toolbar frontend
10559                 o toolbar.[ch]       backend 
10560
10561 2002-08-06 [oliver]     0.8.1claws25
10562
10563         * src/prefs_actions.[ch]
10564                 o new exported function actions_execute
10565
10566 2002-08-06 [paul]       0.8.1claws24
10567
10568         * sync with 0.8.1cvs4
10569                 see ChangeLog 2002-08-06
10570
10571 2002-08-06 [paul]       0.8.1claws23
10572
10573         * sync with 0.8.1cvs13
10574                 see ChangeLog 2002-08-06
10575
10576 2002-08-06 [paul]       0.8.1claws22
10577
10578         * sync with 0.8.1cvs12
10579                 see ChangeLog 2002-08-05 and 2002-08-06
10580
10581 2002-08-06 [match]      0.8.1claws21
10582
10583         * src/addrclip.c
10584                 improvements to cut/copy/paste address
10585
10586 2002-08-05 [match]      0.8.1claws20
10587
10588         * src/addritem.[ch]
10589         * src/addrcache.c
10590         * src/addrbook.c
10591         * src/editaddress.c
10592         * src/addressbook.c
10593                 fixes to improve cut/copy/paste
10594
10595 2002-08-06 [melvin]     0.8.1claws19
10596
10597         * src/account.[ch]
10598                 account_find_all_from_address(): new function that returns the
10599                 list of all accounts that are matched in an address.
10600         * src/alertpanel.[ch]
10601                 alertpanel() now accepts a custom widget
10602                 alertpanel_with_widget(): new function that pops up a panel with
10603                 a custom widget in it 
10604         * src/gtkutils.[ch]
10605                 gtkut_account_menu_new(): new function that allows the selection
10606                 of an account from a list of accounts.
10607         * src/messageview.c
10608                 Extended Return Receipt notification to select the correct 
10609                 account and to make a security test on the Delivery-Notification
10610                 address which should be the same as the Return-Path.
10611
10612 2002-08-06 [thorsten]   0.8.1claws18
10613
10614         * src/mimeview.c
10615                 attach_all: save unnamed as "noname.%d",
10616                 dont free static dirname
10617
10618 2002-08-05 [alfons]     0.8.1claws17
10619
10620         * configure.in
10621                 detect XIM by trying to link rather than compile a XIM program
10622
10623 2002-08-05 [oliver]     0.8.1claws16
10624                 
10625         * src/stock_pixmap.[ch]
10626                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10627                 o new func to retrieve pixmaps
10628
10629 2002-08-05 [paul]       0.8.1claws15
10630
10631         * sync with 0.8.1cvs10
10632                 see ChangeLog 2002-08-05
10633
10634 2002-08-04 [alfons]     0.8.1claws14
10635
10636         * src/textview.c
10637                 see if this plugs memleak
10638
10639 2002-08-04 [melvin]     0.8.1claws13
10640
10641         * src/gtkspell.c
10642                 fixed bug that could crash Sylpheed when highlighting
10643                 all misspelled words.
10644
10645 2002-08-03 [melvin]     0.8.1claws12
10646
10647         * src/prefs_actions.c
10648                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10649         * src/messageview.c
10650                 fixed bug where the Return Receipt was sent to
10651                 Delivery-Notification-To address even if it was not present
10652
10653 2002-08-02 [alfons]     0.8.1claws11
10654
10655         * src/prefs_actions.c
10656                 o more check for NULLs
10657                 o put create_io_dialog() in right conditional block
10658
10659 2002-08-02 [paul]       0.8.1claws10
10660
10661         * po/es.po
10662                 updated by Ricardo Mones Lastra
10663
10664 2002-08-01 [christoph]  0.8.1claws9
10665
10666         * src/folder.c
10667                 don't free the cache of the opened
10668                 folder in the summaryview
10669         * src/summaryview.c
10670                 don't unset flags, if it is not required
10671
10672 2002-08-01 [paul]       0.8.1claws8
10673
10674         * sync with 0.8.1cvs8
10675                 see ChangeLog entry 2002-08-01
10676
10677 2002-08-01 [paul]       0.8.1claws7
10678
10679         * sync with 0.8.1cvs7
10680                 see ChangeLog 2002-07-31 and 2002-08-01
10681
10682 2002-07-31 [christoph]  0.8.1claws6
10683
10684         * src/mainwindow.c
10685                 forgot to update menu sensitivity
10686                 function for new menu entry
10687
10688 2002-07-31 [alfons]     0.8.1claws5
10689
10690         * src/main.c
10691                 check folder item and its path for NULL on
10692                 initial processing
10693
10694 2002-07-31 [christoph]  0.8.1claws4
10695
10696         * src/folder.c
10697                 check if folder_item_get_msginfo in
10698                 folder_item_remove_msg returned NULL
10699         * src/imap.c
10700                 better clear the uid cache in the
10701                 uid validity check function and delete
10702                 cached messages
10703
10704 2002-07-31 [paul]       0.8.1claws3
10705
10706         * man/sylpheed.1
10707                 add the '--attach' option and a few other
10708                 minor changes
10709
10710 2002-07-31 [paul]       0.8.1claws2
10711
10712         * sync with 0.8.1cvs5
10713                 see ChangeLog 2002-07-31
10714
10715 2002-07-31 [christoph]  0.8.1claws1
10716
10717         * src/folderview.[ch]
10718         * src/mainwindow.c
10719                 replace "Rescan all folders..." with
10720                 "Check all folders for new messages..."
10721
10722 2002-07-30 [paul]       0.8.1claws
10723
10724         * version 0.8.1claws released
10725
10726 2002-07-30 [paul]       0.8.0claws29
10727
10728         * tools/OOo2sylpheed.pl ** NEW FILE **
10729           tools/README
10730                 add script to enable sending documents as
10731                 attachments from OpenOffice.org
10732
10733 2002-07-30 [melvin]     0.8.0claws28
10734
10735         * src/prefs_actions.c
10736                 Made the actions' input/output dialog display
10737                 without delay.
10738
10739 2002-07-30 [christoph]  0.8.0claws27
10740
10741         * src/procmsg.c
10742                 check if folder_item_get_msginfo in
10743                 procmsg_save_to_outbox returned NULL
10744
10745 2002-07-30 [paul]       0.8.0claws26
10746
10747         * sync with 0.8.1cvs4
10748                 see ChangeLog 2002-07-29
10749
10750 2002-07-29 [thorsten]   0.8.0claws25
10751
10752         * README.claws
10753                 added selective download, delete on server
10754
10755 2002-07-29 [paul]       0.8.0claws24
10756
10757         * sync with 0.8.1cvs3
10758                 see ChangeLog 2002-07-29
10759
10760 2002-07-27 [christoph]  0.8.0claws23
10761
10762         * src/folder.c
10763                 add extra check if fetching the msginfo
10764                 returned NULL
10765
10766 2002-07-27 [paul]       0.8.0claws22
10767
10768         * sync with 0.8.1cvs2
10769                 see ChangeLog 2002-07-26
10770
10771 2002-07-27 [christoph]  0.8.0claws21
10772
10773         * src/imap.c
10774                 add another check if a valid msginfo
10775                 was returned
10776
10777 2002-07-26 [hoa]        0.8.0claws20
10778
10779         * src/folder.c
10780                 Fixed a condition in folder_item_destroy()
10781
10782         * src/imap.c
10783                 Fixed an error in IMAP protocol
10784
10785 2002-07-26 [alfons]     0.8.0claws19
10786
10787         * src/folder.c
10788                 ofcourse compare with identifier, not the path
10789
10790 2002-07-26 [alfons]     0.8.0claws18
10791
10792         * src/folder.c
10793                 use folder item identifier for saving / restoring
10794                 preferences because folder->path might not be unique
10795
10796 2002-07-26 [melvin]     0.8.0claws17
10797
10798         * src/logwindow.c
10799                 Fixed a crash introduced in 0.8.0claws5 when log is 
10800                 cut under 80 characters.
10801
10802 2002-07-26 [paul]       0.8.0claws16
10803
10804         * sync with 0.8.1cvs1
10805                 see ChangeLog 2002-07-26
10806
10807 2002-07-26 [christoph]  0.8.0claws15
10808
10809         * src/imap.[ch]
10810                 imap folder now remembers the last selected
10811                 folder and imap_fetch_msginfo skips selecting
10812                 the folder if it is already selected
10813
10814 2002-07-26 [christoph]  0.8.0claws14
10815
10816         * src/folder.c
10817         * src/folderview.c
10818         * src/imap.c
10819                 fix imap folder rescanning
10820
10821 2002-07-25 [christoph]  0.8.0claws13
10822
10823         * src/filter.c
10824         * src/folder.[ch]
10825         * src/folderview.c
10826         * src/imap.[ch]
10827         * src/mainwindow.c
10828         * src/mbox_folder.c
10829         * src/mh.c
10830         * src/news.c
10831                 implement imap uid cache and uid validity check
10832
10833 2002-07-25 [alfons]     0.8.0claws12
10834
10835         * src/summaryview.c
10836                 fix a brown paper bag bug, and also add some more
10837                 checks
10838
10839 2002-07-25 [christoph]  0.8.0claws11
10840
10841         * src/folder.c
10842                 don't mix copy, fetch_msginfo and remove
10843                 operations in folder item copy and move
10844                 operations
10845
10846 2002-07-25 [christoph]  0.8.0claws10
10847
10848         * src/folderview.c
10849         * src/mainwindow.c
10850         * src/prefs_folder_item.c
10851         * src/summaryview.[ch]
10852                 remove no longer required parameter update_cache from
10853                 summary_show
10854
10855 2002-07-25 [paul]       0.8.0claws9
10856
10857         * sync with 0.8.1
10858         
10859         * AUTHORS
10860                 a few corrections
10861
10862 2002-07-24 [alfons]     0.8.0claws8
10863
10864         * src/summaryview.c
10865                 sort correctly when using simplified subject line
10866                 (closes feature request "[ 585141 ] applying regexp to subject 
10867                 before sort" submitted by Alexandra Walford)
10868
10869 2002-07-24 [paul]       0.8.0claws7
10870
10871         * sync with 0.8.0cvs3
10872                 see ChangeLog 2002-07-24
10873
10874 2002-07-23 [christoph]  0.8.0claws6
10875
10876         * src/folder.c
10877         * src/folder.h
10878         * src/summaryview.c
10879         * src/summaryview.h
10880         * src/main.c
10881                 o separate processing and summaryview
10882                 o removed summary_write_cache from summaryview
10883                 o removed summaryview->killed_messages, because we don't have
10884                   to keep a list of killed messages anymore. New cache will
10885                   keep the hidden messages in cache anyway
10886         * src/folderview.c
10887         * src/inc.c
10888         * src/selective_download.c
10889                 o removed unnecessary summary_write_cache calls
10890         * src/procmsg.c
10891                 o don't set ignore thread flag in procmsg_get_thread_tree
10892                   if it is already set
10893         * src/mainwindow.c
10894         * src/statusbar.h
10895                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10896                   they are used in different files
10897
10898 2002-07-23 [melvin]     0.8.0claws5
10899
10900         * src/addressbook.c
10901         * src/addrgather.c
10902         * src/editaddress.c
10903         * src/editgroup.c
10904         * src/editldap_basedn.c
10905         * src/importldif.c
10906         * src/prefs_common.c
10907                 Fixed few memory leak (gtk_editable_get_chars returns
10908                 an allocated string)
10909         * src/logwindow.c
10910                 Fixed few memory leak (gtk_editable_get_chars returns
10911                 an allocated string) and modified a little the log cutting
10912                 loop.
10913         * src/compose.c
10914                 Replaced a call to an obsolete function gtk_entry_get_text()
10915                 by gtk_editable_get_chars()
10916         * src/send.c
10917                 Removed a debug printf
10918
10919 2002-07-23 [christoph]  0.8.0claws4
10920
10921         * src/filesel.c
10922                 fix another g_dirname memory leak
10923
10924 2002-07-23 [christoph]  0.8.0claws3
10925
10926         * src/mh.c
10927                 fixed a memory leak in mh_fetch_msginfo
10928                 fixed crash when message header could not be
10929                 parsed
10930
10931 2002-07-23 [paul]       0.8.0claws2
10932
10933         * sync with 0.8.0cvs2
10934                 see ChangeLog 2002-07-23
10935
10936 2002-07-23 [paul]       0.8.0claws1
10937
10938         * sync with 0.8.0cvs1
10939                 see ChangeLog 2002-07-23
10940
10941 2002-07-23 [paul]       0.8.0claws
10942
10943         * release of 0.8.0claws
10944
10945 2002-07-23 [paul]       0.7.8claws99
10946
10947         * po/ru.po
10948                 new Russian translation, submitted by
10949                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10950
10951 2002-07-22 [jens]       0.7.8claws98
10952
10953         * po/de.po
10954                 Updated German translations.
10955
10956 2002-07-22 [paul]       0.7.8claws97
10957
10958         * po/es.po
10959           po/it.po
10960           po/nl.po
10961           po/pt_BR.po
10962                 updated translations by Ricardo Mones Lastra,
10963                 Alessandro Maestri, Wilbert Berendsen and 
10964                 Fabio Jr. Beneditto respectively
10965
10966 2002-07-22 [christoph]  0.7.8claws96
10967
10968         * src/mimeview.c
10969                 fix memory leak caused by wrong g_dirname usage
10970
10971 2002-07-22 [christoph]  0.7.8claws95
10972
10973         * src/summaryview.c
10974                 update new and unread message counts for summaryview
10975                 summaryview does not get it from the folder anymore
10976                 and has to update the values itself
10977
10978 2002-07-22 [melvin]     0.7.8claws94
10979
10980         * po/fr.po
10981                 Updated French translations.
10982
10983 2002-07-22 [christoph]  0.7.8claws93
10984
10985         * src/matcher.c
10986                 set prop->preg pointer to NULL or following check
10987                 will not fail and regexec will be called with
10988                 invalid pointer
10989
10990 2002-07-21 [alfons]     0.7.8claws92
10991         
10992         * src/prefs_common.[ch]
10993                 remove option "Send return receipt on request"
10994
10995 2002-07-21 [thorsten]   0.7.8claws91
10996
10997         * src/mimeview.c
10998                 fixed memleaks, coding style as pointed out by alfons
10999
11000 2002-07-21 [alfons]     0.7.8claws90
11001
11002         * src/messageview.c
11003         * src/noticeview.[ch]
11004                 o fix bug notice view being displayed when going to empty folder 
11005                   (noticed by Christoph)
11006                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11007                   (noticed by Thorsten)
11008
11009 2002-07-21 [thorsten]   0.7.8claws89
11010
11011         * src/mimeview.c
11012                 Included save_all patch from Xaview FACQ
11013                 added support for pathnames
11014
11015 2002-07-21 [alfons]     0.7.8claws88
11016
11017         * po/POTFILES.in
11018         * src/Makefile.am
11019         * src/mainwindow.c
11020         * src/messageview.[ch]
11021         * src/noticeview.c      ** NEW FILE **
11022         * src/noticeview.h      ** NEW FILE **
11023                 make return receipts work again
11024                 (UI idea by Leandro Pereira)
11025
11026 2002-07-21 [paul]       0.7.8claws87
11027
11028         * src/summaryview.c
11029                 fix sensitivity of 'Select thread'
11030
11031 2002-07-21 [paul]       0.7.8claws86
11032
11033         * src/prefs_common.c
11034                 add browser command line for Galeon
11035
11036 2002-07-21 [paul]       0.7.8claws85
11037
11038         * Makefile.am
11039                 fix 'EXTRA_DIST': remove README.README, add TODO
11040                 and TODO.claws
11041
11042 2002-07-21 [alfons]     0.7.8claws84
11043
11044         * src/gtkstext.c
11045                 make enter clear selection
11046                 (closes "[ 579888 ] Editor selection/entry error"
11047                 reported by Steve Lamb)
11048
11049 2002-07-21 [alfons]     0.7.8claws83
11050         
11051         * src/summaryview.c
11052                 sort message list when selecting unthread messages
11053                 (closes "[ 501593 ] switching threaded view doesn't sort"
11054                 reported by Simon Schubert)
11055
11056 2002-07-20 [alfons]     0.7.8claws82
11057         
11058         * src/matcher.c
11059                 const-correctness
11060
11061 2002-07-20 [thorsten]   0.7.8claws81
11062
11063         * src/matcher.c
11064                 Fixed expansion of empty fields in matchactions
11065
11066 2002-07-19 [melvin]     0.7.8claws80
11067
11068         * src/gtkspell.c
11069                 Removed a duplicate menu entry (fast mode) introduced during
11070                 the new cache merge
11071                 Added a menu separator between 'Use alternate' and 'Fast mode'
11072
11073 2002-07-19 [paul]       0.7.8claws79
11074
11075         * tools/Makefile.am
11076           tools/README
11077                 correct typos
11078
11079 2002-07-19 [thorsten]   0.7.8claws78
11080
11081         * tools/calypso_convert.pl      ** NEW FILE **
11082           tools/README
11083           tools/Makefile.am
11084                 script to import mbox files exported
11085                 by calypso
11086                 o generates folder structure
11087                 o includes attachments
11088
11089 2002-07-19 [melvin]     0.7.8claws77
11090
11091         * src/selective_download.[ch]
11092                 Fixed bug where closing the dialog with the window manager's
11093                 close button will not unlock the summary
11094                 Corrected some function declarations that missed a return value
11095                 Made the source code comply better with coding style.
11096         * src/prefs_common.c
11097                 Added new browser command line for Mozilla.
11098
11099 2002-07-18 [paul]       0.7.8claws76
11100
11101         * src/mainwindow.c
11102           src/selective_download.[ch]
11103                 reflect theme changes, fix Gdk Warning when creating 
11104                 pixmap from NULL window, and minor clean up.
11105                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11106
11107         * po/en_GB.po
11108                 updated
11109
11110 2002-07-17 [paul]       0.7.8claws75
11111
11112         * INSTALL[.jp]
11113                 sync with 0.8.0
11114         
11115         * po/en_GB.po
11116                 updated
11117
11118 2002-07-16 [paul]       0.7.8claws74
11119
11120         * tools/filter_conv.pl
11121           tools/README
11122                 replace conversion script with reimplemented version, 
11123                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11124
11125 2002-07-16 [colin]      0.7.8claws73
11126
11127         * src/summaryview.c
11128                 remove forgotten debug messages - sorry ;-)
11129
11130 2002-07-16 [colin]      0.7.8claws72
11131
11132         * src/mimeview.c
11133           src/summaryview.c
11134           src/textview.c
11135           src/textview.h
11136                 add the ability to select part of a text mime-part 
11137                 to reply.
11138
11139 2002-07-15 [christoph]  0.7.8claws71
11140
11141         * src/folder.c
11142                 fix folder message count for folders without
11143                 msg_is_changed (includes news folders)
11144
11145 2002-07-15 [martin]     0.7.8claws70
11146
11147         * src/summaryview.c
11148                 option "display recipient on 'From'..." now works
11149                 without the need of enabling the option
11150                 "display  sender  using  address  book".
11151
11152 2002-07-15 [christoph]  0.7.8claws69
11153
11154         * src/summaryview.c
11155                 removed setting folder status from summaryview.
11156                 folder.c should update all message counts correctly.
11157
11158 2002-07-15 [paul]       0.7.8claws68
11159
11160         * po/pt_BR.po
11161                 updated by Fabio Junior Beneditto
11162
11163 2002-07-15 [darko]      0.7.8claws67
11164
11165         * src/mh.c
11166                 Fixed target folder colorization, don't decrease op
11167                 number twice
11168
11169 2002-07-14 [paul]       0.7.8claws66
11170
11171         * sync with main 0.8.0
11172                 see ChangeLog 2002-07-14
11173
11174 2002-07-13 [melvin]     0.7.8claws65
11175         
11176         * src/addrbook.c
11177         * src/addressbook.c
11178         * src/addrindex.c
11179                 Replaced sprintf by g_snprintf to prevent possible buffer
11180                 overflow.
11181         * src/news.c
11182                 Corrected a log message output format.
11183                 Added a missing "done" debug output.
11184         * src/compose.c
11185                 Added keyboard accelerator for Priority menu items
11186                 Added missing \n in debug output
11187         * src/logwindow.c
11188         * src/gtkspell.c
11189         * src/rfc2015.c
11190                 Added missing \n in debug output
11191
11192 2002-07-13 [paul]       0.7.8claws64
11193
11194         * man/sylpheed.1
11195                 change Sergey's email address to the sf address
11196
11197         * src/textview.c
11198                 increase show_url_timeout (more useful for long
11199                 urls)
11200
11201 2002-07-12 [sergey]     0.7.8claws63
11202
11203         * src/rfc2015.c
11204                 applied (with some modifications) patch to set the
11205                 micalg parameter for signatures
11206                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11207
11208 2002-07-12 [sergey]     0.7.8claws62
11209
11210         * man/Makefile.am
11211         * configure.in
11212                 fixed man page installation
11213
11214 2002-07-12 [paul]       0.7.8claws61
11215
11216         * sync with 0.7.8cvs26
11217                 see ChangeLog 2002-07-11 and 2002-07-12
11218
11219 2002-07-11 [christoph]  0.7.8claws60
11220
11221         * src/compose.c
11222         * src/procmsg.c
11223                 first use the message number to find the message
11224                 to mark with a reply flag but check the
11225                 message-id if we got the correct message, if not
11226                 try to find it by message-id.
11227                 use new string seperator that is not allowed
11228                 in message-ids.
11229
11230 2002-07-11 [paul]       0.7.8claws59
11231
11232         * sync with 0.7.8cvs23
11233                 see ChangeLog 2002-07-10
11234
11235 2002-07-10 [christoph]  0.7.8claws58
11236
11237         * src/folder.[ch]
11238         * src/msgcache.[ch]
11239                 Added message-id table to the cache in memory
11240                 and functions to msgcache.c and folder.c to
11241                 fetch MsgInfos by message id
11242         * src/compose.c
11243         * src/procmsg.c
11244                 store folder and message-id of message replying
11245                 to in queue header and set reply flag after sending
11246                 (Closes bug #469498)
11247
11248 2002-07-10 [paul]       0.7.8claws57
11249
11250         * AUTHORS
11251           man/sylpheed.1.gz
11252                 add Martin to the list of authors
11253
11254 2002-07-09 [martin]     0.7.8claws56
11255         * src/gtksctree.c
11256                 Added gtk_ctree_last_visible(), tree_update_level(),
11257                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11258                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11259                 from gtk+ to gtksctree.c for the new sorting code
11260                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11261                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11262         * src/gtksctree.h
11263                 Added declaration for gtk_sctree_sort_recursive() and
11264                 gtk_sctree_sort_node
11265         * src/addressbook.c
11266         * src/foldersel.c
11267         * src/folderview.c
11268         * src/summaryview.c
11269                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11270                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11271
11272 2002-07-08 [paul]       0.7.8claws55
11273
11274         * more sync with 0.7.8cvs21
11275                 see ChangeLog 2002-07-08
11276
11277 2002-07-08 [paul]       0.7.8claws54
11278
11279         * sync with 0.7.8cvs21
11280                 see ChangeLog 2002-07-08
11281
11282 2002-07-07 [alfons]     0.7.8claws53
11283
11284         * src/Makefile.am
11285         * src/stock_pixmap.[ch]
11286         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11287         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11288         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11289                 add new pixmaps for upcoming notice pane
11290
11291 2002-07-06 [melvin]     0.7.8claws52
11292
11293         * src/gtkspell.[ch]
11294                 Made them a bit closer to Sylpheed's coding style.
11295                 Removed old code.
11296                 Removed possible memory leaks when some errors occurs.
11297
11298 2002-07-06 [melvin]     0.7.8claws51
11299
11300         * po/Makefile.in.in
11301                 Removed --no-location in xgettext command line to help
11302                 translators that use Emacs' po-mode
11303         * src/quote_fmt.c
11304                 Removed unnecessary comments that messed up sylpheed.pot
11305
11306 2002-07-06 [paul]       0.7.8claws50
11307
11308         * sync with 0.7.8cvs19
11309                 see ChangeLog 2002-07-05
11310
11311 2002-07-06 [christoph]  0.7.8claws49
11312
11313         * src/folder.c
11314         * src/mainwindow.c
11315                 fix folder_item_remove_all_msg and folderview
11316                 status for trash folders after emptying trash
11317
11318 2002-07-05 [paul]       0.7.8claws48
11319
11320         * sync with 0.7.8cvs16
11321                 see ChangeLog 2002-07-04 and 2002-07-05
11322
11323 2002-07-04 [paul]       0.7.8claws47
11324
11325         * sync with 0.7.8cvs14
11326                 see  ChangeLog 2002-07-04
11327
11328 2002-07-03 [alfons]     0.7.8claws46
11329
11330         * src/folder.c
11331                 dupe folder item's path because it's being reallocated
11332                 by new folder scanning code
11333
11334 2002-07-03 [christoph]  0.7.8claws45
11335
11336         * src/imap.c
11337                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11338         * src/msgcache.c
11339                 add missing return in msgcache_write
11340
11341 2002-07-02 [thorsten]   0.7.8claws44
11342
11343         * src/jpilot.c
11344         * src/msgcache.c
11345         * src/rfc2015.c
11346                 use binary mode for file access
11347
11348 2002-07-02 [christoph]  0.7.8claws43
11349
11350         * major code cleanup (part 1)
11351         
11352                 - unused variables removed
11353                 - unused functions removed
11354                 - uninitialized variables checked
11355                 - missing return statements added
11356                 - missing function return types added
11357                 - added parentheses around assignment and
11358                   && in || when suggested by gcc
11359               
11360         * src/mh.c
11361         * src/folder.c
11362                 replaced direct calls to folder->scan_tree
11363                 with folder_scan_tree and restore folder
11364                 prefs in this function. The folder should
11365                 not have to deal with them.
11366                 ( Should now work for all folder types )
11367
11368 2002-07-02 [paul]       0.7.8claws42
11369
11370         * sync with 0.7.8cvs13
11371                 see ChangeLog 2002-07-01 and 2002-07-02
11372
11373 2002-07-01 [christoph]  0.7.8claws41
11374
11375         * src/summaryview.c
11376                 fix "goto next/prev unread message" with
11377                 ignored threads
11378
11379 2002-07-01 [paul]       0.7.8claws40
11380
11381         * po/es.po
11382                 updated by Ricardo Mones Lastra
11383
11384 2002-06-30 [match]      0.7.8claws39
11385
11386         * src/jpilot.c
11387                 applied variation of leonerd's patch (566661) to
11388                 allow multiple email addresses per JPilot entry.
11389                 addresses may be separated by space, comma, pipe,
11390                 semi-colon, new-line.
11391
11392 2002-06-30 [alfons]     0.7.8claws38
11393
11394         * src/procmsg.c
11395                 simple fix for putting older nodes before
11396                 newer nodes when threading by subject
11397
11398 2002-06-30 [christoph]  0.7.8claws37
11399
11400         * src/folder.c
11401         * src/folderview.c
11402         * src/mh.c
11403         * src/news.c
11404         * src/procmsg.c
11405                 fix broken folder tree rescaning
11406                 and don't use procmsg_get_mark_sum
11407                 anymore
11408
11409 2002-06-30 [christoph]  0.7.8claws36
11410
11411         * merge new cache branch
11412         * src/imap.c
11413                 fix new cache imap copy bug
11414         * src/folder.c
11415                 improved folder_item_scan
11416                 it should now always set the correct
11417                 new, unread and total message counts
11418
11419 2002-06-29 [paul]       0.7.8claws35
11420
11421         * configure.in
11422                 correct syntax error
11423
11424 2002-06-29 [paul]       0.7.8claws34
11425
11426         * configure.in
11427           Makefile.am
11428           man/Makefile.am       ** NEW FILE **
11429           man/sylpheed.1.gz     ** NEW FILE **
11430                 add Sylpheed man page
11431
11432 2002-06-29 [paul]       0.7.8claws33
11433
11434         * po/pt_BR.po
11435                 updated by Fabio Junior Beneditto
11436
11437 2002-06-28 [jens]       0.7.8claws32
11438
11439         * po/de.po
11440                 translation updated
11441
11442         * src/selective_download.c
11443                 removed gettext for space " "
11444
11445         * src/imap.c
11446                 removed wrong space
11447
11448 2002-06-28 [paul]       0.7.8claws31
11449
11450         * sync with 0.7.8cvs11
11451                 see ChangeLog 2002-06-28
11452
11453 2002-06-28 [paul]       0.7.8claws30
11454
11455         * sync with 0.7.8cvs10
11456                 see ChangeLog 2002-06-27 and 2002-06-28
11457
11458 2002-06-26 [paul]       0.7.8claws29
11459
11460         * src/addrgather.c
11461           src/selective_download.c
11462                 don't gettextise empty strings.
11463                 reserved by gettext. gettext("") returns 
11464                 the header entry with meta information, 
11465                 not the empty string
11466
11467         * po/en_GB.po
11468                 updated
11469
11470 2002-06-26 [paul]       0.7.8claws28
11471
11472         * sync with 0.7.8cvs7
11473                 see ChangeLog 2002-06-25
11474
11475         * src/prefs_common.c
11476                 ...and in the process, tweak the gui a little
11477
11478 2002-06-25 [alfons]     0.7.8claws27
11479         
11480         * configure.in
11481         * src/Makefile.am
11482                 fine tune ldap library detection
11483
11484 2002-06-25 [alfons]     0.7.8claws26
11485
11486         * src/compose.c
11487                 don't allow return receipts when composing a news article
11488
11489 2002-06-25 [paul]       0.7.8claws25
11490
11491         * Makefile.am
11492                 add '$(AMTAR)' to 'release' section to allow for
11493                 new and older autotools
11494
11495 2002-06-25 [paul]       0.7.8claws24
11496
11497         * src/summaryview.c
11498                 fix "No more unread messages" persistant pop-up
11499                 window bug
11500
11501 2002-06-25 [paul]       0.7.8claws23
11502
11503         * po/it.po
11504                 updated by Alessandro Maestri
11505
11506 2002-06-25 [paul]       0.7.8claws22
11507
11508         * sync with 0.7.8cvs6
11509                 see ChangeLog 2002-06-25
11510
11511 2002-06-24 [paul]       0.7.8claws21
11512
11513         * tools/update-po
11514                 add GPL copyright information
11515
11516 2002-06-24 [paul]       0.7.8claws20
11517
11518         * tools/Makefile.am
11519           tools/README
11520           tools/update-po       ** NEW FILE **
11521                 add script that eases the creation of *.po files
11522                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11523
11524 2002-06-23 [alfons]     0.7.8claws19
11525
11526         * src/messageview.c
11527                 make notification_convert_header obey const correctness
11528                 (next step will be fixing the broken return receipt)
11529
11530 2002-06-23 [paul]       0.7.8claws18
11531
11532         * src/messageview.c
11533                 fix bug introduced in last commit:
11534                 removed too much code in last commit - put back what's
11535                 needed
11536
11537 2002-06-23 [paul]       0.7.8claws17
11538
11539         * src/messageview.[ch]
11540                 remove code committed in error from locally patched
11541                 source
11542
11543 2002-06-23 [colin]      0.7.8claws16
11544
11545         * src/compose.[ch]
11546                 add compose_entry_select(), used to select the default_to
11547                 email address - hopefully avoiding people sending mails to
11548                 wrong recipients.
11549
11550 2002-06-22 [alfons]     0.7.8claws15
11551
11552         * AUTHORS
11553                 add Bram Metsch & Stanislav Karchebny
11554         * src/smtp.[ch]
11555         * src/prefs_account.[ch]
11556         * src/send.c
11557                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11558                   options.  (see <http://sourceforge.net/tracker/index.php
11559                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11560
11561                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11562                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11563
11564 2002-06-22 [paul]       0.7.8claws14
11565
11566         * sync with 0.7.8cvs5
11567                 see ChangeLog 2002-06-19 and 2002-06-20
11568
11569 2002-06-22 [alfons]     0.7.8claws13
11570
11571         * src/selective_download.c
11572                 fix a stupid mistake I made
11573
11574 2002-06-22 [alfons]     0.7.8claws12
11575
11576         * src/selective_download.[ch]
11577                 fix another unnoticed leak; cleanup code
11578
11579 2002-06-21 [alfons]
11580
11581         * tools/Makefile.am
11582                 gpg-sign <-- gpg-sign-syl
11583
11584 2002-06-21 [alfons]     0.7.8claws11
11585
11586         * src/selective_download.c
11587         * src/selective_download.h
11588                 fix assorted mix of allocation errors (should solve
11589                 problem reported by Philippe Gramoullé, see:
11590                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11591
11592 2002-06-20 [melvin]     0.7.8claws10
11593
11594         * tools/gpg-sign *REMOVED*
11595           tools/gpg-sign-syl *ADDED*
11596                 Replaced the gpg clearsigning script with the version using
11597                 xterm instead of ssh-askpass and changed its name.
11598
11599         * README.claws
11600                 Updated actions example to reflect the renaming of the
11601                 gpg clearsigning script.
11602
11603 2002-06-19 [paul]       0.7.8claws9
11604
11605         * sync with 0.7.8claws9
11606                 see ChangeLog 2002-06-18 and 2002-06-19
11607
11608 2002-06-19 [paul]       0.7.8claws8
11609
11610         * sync with 0.7.8cvs1
11611                 see ChangeLog 2002-06-18
11612
11613 2002-06-18 [alfons]     0.7.8claws7
11614
11615         * src/mainwindow.h
11616                 add omitted prototype
11617
11618 2002-06-17 [paul]       0.7.8claws6
11619
11620         * src/mainwindow.c
11621                 fix hiding of exec_btn
11622
11623 2002-06-17 [paul]       0.7.8claws5
11624
11625         * src/pop.c
11626                 remove unneeded code: should_delete() 
11627                 and Pop3State::uidl_todelete_list
11628
11629 2002-06-17 [paul]       0.7.8claws4
11630
11631         * sync with 0.7.8
11632                 see ChangeLog 2002-06-11 and 2002-06-13
11633
11634 2002-06-16 [alfons]     0.7.8claws3
11635         
11636         * src/folder.c
11637                 make sure lock sort mode (claws specific) is
11638                 also persists after a tree rescan
11639
11640 2002-06-16 [alfons]     0.7.8claws2
11641
11642         * src/prefs_folder_item.c
11643         * src/folder.[ch]
11644                 fix persistence of folder sort mode (broken
11645                 by adapting Hiro's new folder persistence code)
11646
11647 2002-06-16 [alfons]     0.7.8claws1
11648
11649         * AUTHORS
11650         * src/logwindow.c
11651         * src/prefscommon.[ch]
11652                 control size of log text in log window; 
11653                 closes patch #569155 submitted by Mitko Haralanov.
11654
11655 2002-06-15 [paul]       0.7.8claws
11656
11657         * release of 0.7.8claws
11658
11659 2002-06-15 [paul]       0.7.7claws
11660
11661         * po/pt_BR.po
11662                 updated by Fabio Junior Beneditto
11663
11664 2002-06-14 [paul]       0.7.6claws49
11665
11666         * po/es.po
11667                 updated by Ricardo Mones Lastra
11668
11669 2002-06-14 [paul]       0.7.6claws48
11670
11671         * po/nl.po
11672                 updated translation by Wilbert Berendsen
11673
11674 2002-06-14 [melvin]     0.7.6claws47
11675
11676         * po/fr.po
11677                 Updated French translation
11678
11679 2002-06-13 [paul]       0.7.6claws46
11680
11681         * src/filesel.c
11682                 allow filename to be typed in, rather than just
11683                 selected by the mouse. Patch by Gustavo Noronha Silva.
11684
11685 2002-06-13 [alfons]     0.7.6claws45
11686
11687         * src/mainwindow.[ch]
11688                 more cleanups (removing unnecessary menu items Expand 
11689                 summary / message view)
11690
11691 2002-06-13 [melvin]     0.7.6claws44
11692
11693         * po/POTFILES.in
11694                 Added src/string_match.c
11695         * src/string_match.c
11696                 Fixed possible buffer overflow.
11697                 Corrected typo.
11698                 Added missing config.h header.
11699         * src/prefs_common.c
11700           src/prefs_matcher.c
11701           src/prefs_scoring.c
11702                 Made some strings translatable (missing _(..)).
11703
11704 2002-06-13 [melvin]     0.7.6claws43
11705
11706         * README.claws
11707                 Corrected action example (verifying clearsigned mail).
11708         * src/prefs_account.c
11709                 Corrected typo.
11710         * src/prefs_common.c
11711                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11712
11713 2002-06-12 [alfons]     0.7.6claws42
11714
11715         * src/summaryview.c
11716                 add init of score column lost in 0.7.6claws42
11717
11718 2002-06-12 [paul]       0.7.6claws41
11719
11720         * src/prefs_account.c
11721                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11722                 behavior of the radio buttons, (from 0.7.7cvs2)
11723
11724 2002-06-11 [alfons]     0.7.6claws40
11725
11726         * src/messageview.[ch]
11727         * src/summaryview.[ch]
11728         * src/summary_search.c
11729         * src/mainwindow.c
11730                 perform a sync to bring in Hiro's separate view implementation 
11731
11732                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11733
11734 2002-06-11 [paul]       0.7.6claws39
11735         
11736         * src/prefs_account.c
11737                 correct a typo on the Receive tab
11738
11739 2002-06-10 [match]      0.7.6claws38
11740
11741         * src/addressbook.c
11742                 Included address completion patch from Gustavo Noronha.
11743
11744 2002-06-10 [paul]       0.7.6claws37
11745
11746         * src/inc.[ch]
11747           src/pop.c
11748           src/prefs_account.[ch]
11749           src/selective_download.[ch]
11750                 apply PATCH #561712
11751                  NEW:
11752                 - check if POP Account
11753                 - Receive Button renamed to Preview
11754                 - Preview Button Popup: preview new/all messages
11755                 - Download Button
11756                 - Account Preferences-->Receive tab checkbutton if you
11757                   want to remove Mail after Download
11758                 -: default YES
11759                 - Account Preferences-->Receive tab checkbutton use
11760                   filtering rules on preview
11761                   (think of delete_on_server)
11762                 -: default YES
11763                 - Account selectable from SD dialog
11764                 - checkbutton to show already downloaded messages if
11765                   all messages are previewed
11766                 - new clist column showing Date
11767                 - ESC KEY close
11768                 FIXES:
11769                 - play ball with UIDL
11770                 - fault tolerant (?) 
11771                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11772
11773 2002-06-10 [melvin]     0.7.6claws36
11774
11775         * README.claws
11776                 Added a hint to ac/README in cvs instructions.
11777
11778         * src/prefs_actions.c
11779                 Made it possible to use a more elaborate command line
11780                 for asynchronous actions, too.
11781
11782 2002-06-10 [melvin]     0.7.6claws35
11783         
11784         * src/prefs_actions.c
11785                 Make it possible to use a more elaborate command line
11786                 (e.g. |foo|bar|cat>there;echo Done|)
11787                 Corrected error message when calling %f, %F and %p commands
11788                 from the compose window.
11789
11790 2002-06-09 [colin]      0.7.6claws34
11791
11792         * src/summaryview.c
11793                 Automatically find unread messages in current folder
11794                 before annoying the user.
11795
11796 2002-06-08 [alfons]     0.7.6claws33
11797
11798         * po/it.po
11799                 remove bad formatting string in it.po translation
11800                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11801
11802 2002-06-08 [paul]       0.7.6claws32
11803
11804         * sync with 0.7.6cvs25
11805                 see ChangeLog 2002-06-07
11806
11807 2002-06-05 [paul]       0.7.6claws31
11808
11809         * src/mainwindow.c
11810                 add 'Sort by locked' and 'Sort by score'
11811
11812 2002-06-05 [paul]       0.7.6claws30
11813
11814         * sync with 0.7.6cvs24
11815                 see ChangeLog 2002-06-04
11816
11817 2002-06-04 [paul]       0.7.6claws29
11818
11819         * po/pt_BR.po
11820                 updated by Fabio Junior Beneditto
11821
11822 2002-06-03 [thorsten]   0.7.6claws28
11823
11824         * src/matcher.c
11825                 fclose() matcherrc after reading
11826
11827 2002-06-03 [paul]       0.7.6claws27
11828
11829         * sync with 0.7.6cvs21
11830                 see ChangeLog 2002-05-31
11831
11832 2002-05-31 [paul]       0.7.6claws26
11833
11834         * sync with 0.7.6cvs20
11835                 see ChangeLog 2002-05-29 and 2002-05-30
11836
11837 2002-05-31 [paul]       0.7.6claws25
11838
11839         * src/imap.c
11840                 hopefully fix last buggy sync
11841
11842         * README.claws
11843                 correct typo in 'Actions' examples
11844
11845 2002-05-29 [paul]       0.7.6claws24
11846
11847         * sync with 0.7.6cvs18
11848                 see ChangeLog 2002-05-28 and 2002-05-29
11849
11850         * src/news.c
11851           src/nntp.[ch]
11852                 sync with above 
11853
11854 2002-05-28 [paul]       0.7.6claws23
11855
11856         * sync with 0.7.6cvs16
11857                 see ChangeLog 2002-05-28
11858
11859 2002-05-27 [thorsten]   0.7.6claws22 
11860
11861         * faq/it/sylpheed-faq-1.html
11862           faq/it/sylpheed-faq-2.html
11863           faq/it/sylpheed-faq-3.html
11864           faq/it/sylpheed-faq.html
11865                 corrected DOS lineendings
11866         * faq/de/sylpheed-faq-1.html
11867           faq/de/sylpheed-faq-2.html
11868           faq/en/sylpheed-faq-1.html
11869           faq/en/sylpheed-faq-2.html
11870           faq/en/sylpheed-faq-3.html
11871           faq/es/sylpheed-faq-1.html
11872           faq/es/sylpheed-faq-2.html
11873           faq/es/sylpheed-faq-3.html
11874           faq/fr/sylpheed-faq-1.html
11875           faq/it/sylpheed-faq-1.html
11876           faq/it/sylpheed-faq-2.html
11877           faq/it/sylpheed-faq-3.html
11878           faq/it/sylpheed-faq.html
11879                 changed ">" to &quot;
11880
11881 2002-05-27 [paul]       0.7.6claws21
11882         
11883         * sync with 0.7.6cvs15
11884                 see ChangeLog 2002-05-27
11885
11886 2002-05-27 [paul]       0.7.6claws20
11887
11888         * src/prefs_account.c
11889                 correct a typo
11890
11891 2002-05-26 [paul]       0.7.6claws19
11892
11893         * tools/README
11894                 correct a typo
11895
11896 2002-05-25 [paul]       0.7.6claws18
11897
11898         * tools/README
11899                 add description of kmail2sylpheed.pl
11900
11901 2002-05-25 [paul]       0.7.6claws17
11902
11903         * tools/kmail2sylpheed.pl       ** NEW FILE **
11904                 perl script that converts an exported Kmail address
11905                 book, converts it to sylpheed addressbook file,
11906                 writes the file to .sylpheed, and updates
11907                 addrbook--index.xml 
11908
11909 2002-05-25 [paul]       0.7.6claws16
11910
11911         * sync with 0.7.6cvs14
11912                 see ChangeLog 2002-05-23
11913
11914 2002-05-24 [paul]       0.7.6claws15
11915
11916         * README.claws
11917                 make a correction and add some more info
11918
11919 2002-05-24 [paul]       0.7.6claws14
11920
11921         * src/compose.c
11922                 fix memory leak in 
11923                 compose_redirect_write_headers_from_headerlist()
11924                 add Subject and Resent-Message-ID to
11925                 compose_redirect_write_headers()
11926                 Received, Subject, and X-UIDL are filtered out in 
11927                 compose_redirect_write_to_file()
11928
11929 2002-05-23 [paul]       0.7.6claws13
11930
11931         * src/compose.[ch]
11932           src/filtering.c
11933           src/mainwindow.c
11934           src/matcher.[ch]
11935           src/matcher_parser_lex.l
11936           src/matcher_parser_parse.y
11937           src/prefs_common.[ch]
11938           src/prefs_filtering.c
11939           src/summaryview.c
11940                 rename 'Bounce' to 'Redirect'
11941
11942 2002-05-23 [paul]       0.7.6claws12
11943
11944         * more sync with 0.7.6cvs13
11945           src/compose.c
11946                 see ChangeLog 2002-05-22
11947
11948 2002-05-22 [paul]       0.7.6claws11
11949
11950         * sync with 0.7.6cvs13
11951           src/codeconv.c
11952                 see ChangeLog 2002-05-20
11953           src/prefs_common.c
11954                 see ChangeLog 2002-05-22
11955
11956 2002-05-21 [melvin]     0.7.6claws10
11957
11958         * src/folderview.c
11959                 Added missing filtering and scoring headers
11960                 Fixed bad function call that showed garbage 
11961                 in Folder->Processing
11962
11963 2002-05-21 [paul]       0.7.6claws9
11964
11965         * tools/Makefile.am
11966                 make all tools executable, (patch by Alfons).
11967
11968 2002-05-20 [alfons]     0.7.6claws8
11969
11970         * src/procheader.c
11971                 don't forget to call mktime() so we have a valid week 
11972                 and year day
11973                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11974
11975 2002-05-20 [paul]       0.7.6claws7
11976
11977         * src/html.c
11978                 fix broken parsing of urls
11979         * src/textview.c
11980                 fix displaying of urls
11981
11982                 both fixes from the patch [547855] by Eugene 
11983                 Brevdo (zonem)
11984
11985 2002-05-19 [alfons]     0.7.6claws6
11986
11987         * configure.in
11988                 make sylpheed configure correctly with the latest
11989                 and greatest of automake / autoconf / gettext
11990
11991 2002-05-19 [alfons]     0.7.6claws5
11992
11993         * src/procheader.c
11994         * src/procheader.h
11995                 add function for returning ime zone offset
11996         * src/quote_fmt.c
11997         * src/quote_fmt_parse.y
11998                 better quotation formatting - does not convert
11999                 to local time, but uses the original date string.
12000                 
12001                 Note: %z inserts the timezone offset (should 
12002                 work also on platforms where strftime does not
12003                 support %z).
12004
12005 2002-05-18 [christoph]  0.7.6claws4
12006
12007         * src/summaryview.c
12008                 fix indentation of some code
12009         * tools/Makefile.am
12010                 fix spaces after \
12011         * src/Makefile.am
12012                 add missing \
12013                 correct path for ignorethread.xpm
12014                 incorrect filename for sylpheed_logo.xpm
12015                 add missing include matcher_parser_parse.h
12016
12017 2002-05-18 [paul]       0.7.6claws3
12018
12019         * sync with 0.7.6cvs8
12020                 see ChangeLog 2002-05-16 and 2002-05-17
12021
12022 2002-05-18 [melvin]     0.7.6claws2
12023
12024         * README.claws
12025                 Corrected an action's definition and fixed some misspellings.
12026
12027 2002-05-18 [paul]       0.7.6claws1
12028
12029         * tools/Makefile.am
12030           tools/gpg-sign        ** new file **
12031           tools/uudec           ** new file **
12032                 add Melvin's Actions scripts
12033
12034         * README.claws
12035                 add Melvin's descriptions for Actions
12036
12037 2002-05-18 [paul]       0.7.6claws
12038
12039         * Version 0.7.6claws released
12040
12041 2002-05-17 [paul]       0.7.5claws32
12042
12043         * po/es.po
12044                 updated by Ricardo Mones Lastra
12045
12046 2002-05-17 [paul]       0.7.5claws31
12047
12048         * src/compose.c
12049                 fix Account prefs default folder for sent/draft/deleted
12050                 messages bug
12051
12052         * po/it.po
12053           po/nl.po
12054                 updated translation by Alessandro Maestri and
12055                 Wilbert Berendsen
12056
12057 2002-05-17 [melvin]     0.7.5claws30
12058
12059         * src/prefs_actions.c
12060                 Fixed bug where using %F not at the end of the command 
12061                 resulted in an additional empty argument being created.
12062                 Thanks to Darko Koruga for reporting the bug.
12063
12064 2002-05-17 [melvin]     0.7.5claws29
12065
12066         * po/fr.po
12067                 Updated French translations.
12068
12069 2002-05-15 [paul]       0.7.5claws28
12070         
12071         * po/es.po
12072                 updated by Ricardo Mones Lastra
12073
12074 2002-05-15 [paul]       0.7.5claws27
12075
12076         * sync with 0.7.6cvs4
12077                 see ChangeLog 2002-05-14 and 2002-05-15
12078
12079 2002-05-14 [paul]       0.7.5claws26
12080
12081         * sync with 0.7.6cvs1
12082                 see ChangeLog 2002-05-13
12083
12084 2002-05-13 [thorsten]   0.7.5claws25
12085
12086         * src/messageview.c
12087                 fix select_all and copy in multipart messages
12088         * src/mainwindow.c
12089                 fix select_all and copy in multipart messages
12090
12091 2002-05-12 [paul]       0.7.5claws24
12092
12093         * src/summaryview.c
12094                 reverse last commit, bug already fixed in 0.7.5claws3
12095
12096 2002-05-12 [netztorte]  0.7.5claws23
12097
12098         * src/summaryview.c
12099                 dont parse empty addressbook (checked in before claws20)
12100
12101 2002-05-12 [melvin]     0.7.5claws22
12102
12103         * src/procmsg.[ch]
12104                 Removed unneeded priority code introduced by the previous 
12105                 commit.
12106
12107 2002-05-12 [melvin]     0.7.5claws21
12108
12109         * src/compose.[ch]
12110                 Added possibility to set message's priority.
12111         * src/procmsg.[ch]
12112                 Added possibility to set message's priority.
12113                 Added missing headers
12114
12115 2002-05-12 [melvin]     0.7.5claws20
12116
12117         * src/prefs_actions.c
12118                 Removed implicitely added quotes around the name
12119                 of the temporary files of mime parts.
12120
12121 2002-05-12 [paul]       0.7.5claws19
12122
12123         * sync with 0.7.5cvs20
12124                 see ChangeLog 2002-05-11
12125
12126 2002-05-12 [alfons]     0.7.5claws18
12127
12128         * src/quote_fmt_lex.l
12129         * src/quote_fmt_parse.y
12130                 allow quote / reply date & time format to be set using
12131                 %D{format}. format is a format string you'd pass to
12132                 strftime() (see man strftime, or the Display tab |
12133                 Date format setting).
12134
12135                 Currently %D converts the date to local time. 
12136
12137 2002-05-11 [paul]       0.7.5claws17
12138
12139         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12140                 see ChangeLog 2002-05-10 and 2002-05-11
12141
12142 2002-05-10 [paul]       0.7.5claws16
12143
12144         * sync with 0.7.5cvs16
12145                 see ChangeLog entries 2002-05-09 and 
12146                 2002-05-10
12147
12148 2002-05-10 [colin]      0.7.5claws15
12149
12150         * src/textview.c
12151                 Corrected a bug that prevented sylpheed to open
12152                 double-clicked URIs.
12153
12154 2002-05-09 [paul]       0.7.5claws14
12155
12156         * sync with 0.7.5cvs14
12157                 see ChangeLog 2002-05-08 and 2002-05-09
12158
12159 2002-05-08 [paul]       0.7.5claws13
12160
12161         * sync with 0.7.5cvs11
12162                 see ChangeLog entry 2002-05-08
12163
12164 2002-05-08 [paul]       0.7.5claws12
12165
12166         * src/mainwindow.c
12167           src/textview.[ch]
12168                 fix segfault on View->Open in new window
12169                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12170
12171 2002-05-07 [paul]       0.7.5claws11
12172
12173         * sync with 0.7.5cvs9
12174                 see ChangeLog entry 2002-05-07
12175
12176 2002-05-06 [paul]       0.7.5claws10
12177
12178         * src/messageview.c
12179           src/textview.c
12180                 display url in statusbar on single-click
12181                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12182
12183 2002-05-06 [match]      0.7.5claws9
12184
12185         * src/addritem.[ch]
12186                 new functions.
12187         * src/addrcache.c
12188                 tidy up.
12189         * src/xmlprops.[ch]
12190                 XML implementation of properties file.
12191         * src/exporthtml.[ch]
12192         * src/expthtmldlg.[ch]
12193         * src/addressbook.c
12194                 export to HTML.
12195
12196 2002-05-02 [sergey]     0.7.5claws8
12197
12198         * src/mainwindow.c (mainwin_entries),
12199           src/prefs_common.c (prefs_send_create()),
12200           src/codeconv.c (locale_table):
12201                 use charset name "Windows-1251" instead of "CP1251".
12202
12203 2002-05-02 [colin]      0.7.5claws7
12204         
12205         * src/compose.c
12206           src/prefs_common.c
12207           src/prefs_folder_item.c
12208                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12209
12210 2002-05-02 [hiro]       0.7.5claws6
12211
12212         * src/imap.c
12213                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12214
12215 2002-05-02 [paul]       0.7.5claws5
12216
12217         * src/compose.c
12218                 more sync with 0.7.5cvs7, see ChangeLog entry
12219                 2002-05-02
12220
12221 2002-05-02 [hiro]       0.7.5claws4
12222
12223         * src/compose.c
12224                 compose_queue_sub():
12225                 check if queue folder exists (closes #550397).
12226                 removed directory creation since it should be handled
12227                 transparently.
12228         * src/imap.c
12229                 imap_add_msg(): return UID for appended message
12230                 (closes #548842).
12231
12232 2002-04-30 [paul]       0.7.5claws3
12233
12234         * src/summaryview.c
12235                 fix account_find_from_address() bug
12236
12237 2002-04-28 [colin]      0.7.5claws2
12238
12239         * src/compose.c
12240           src/textview.c
12241           src/prefs_common.[ch]
12242           src/utils.[ch]
12243                 Added user-definable quotation characters recognition.
12244
12245 2002-04-28 [paul]       0.7.5claws1
12246
12247         * sync with 0.7.5cvs4
12248                 see ChangeLog entry  2002-04-25
12249
12250 2002-04-28 [paul]       0.7.5claws
12251
12252         * po/es.po
12253           po/nl.po
12254           po/pt_BR.po
12255                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12256                 Fabio Junior Beneditto
12257
12258 2002-04-27 [jens]       0.7.4claws103
12259
12260         * po/de.po
12261                 updated German translation.
12262
12263 2002-04-27 [hiro]       0.7.4claws102
12264
12265         * src/summaryview.c
12266                 summary_write_cache(): fixed the mark loss of hidden messages.
12267
12268 2002-04-26 [melvin]     0.7.4claws101
12269
12270         * src/procmsg.c
12271                 fixed a second typo (same one)
12272         * po/fr.po
12273           po/it.po
12274           po/pt_BR.po
12275                 fixed the type again...
12276
12277 2002-04-26 [melvin]     0.7.4claws100
12278
12279         * src/procmsg.c
12280                 fixed a typo in an alert message ("temorary").
12281         * po/it.po
12282         * po/pt_BR.po
12283                 corrected the typo  described above.
12284         * po/fr.po
12285                 updated French translation.
12286
12287 2002-04-26 [darko]      0.7.4claws99
12288
12289         * src/summaryview.c
12290                 fix target folder colorization
12291
12292 2002-04-25 [paul]       0.7.4claws98
12293
12294         * po/it.po
12295                 updated by Alessandro Maestri
12296
12297 2002-04-24 [colin]      0.7.4claws97
12298         
12299         * src/compose.c
12300                 Fixed double "subject is empty" question.
12301
12302 2002-04-23 [colin]      0.7.4claws96
12303         
12304         * src/mimeview.c
12305                 Corrected issue when "automatically display images" was
12306                 not set : first image remained after selecting second.
12307
12308 2002-04-23 [melvin]     0.7.4claws95
12309
12310         * src/prefs_actions.c
12311                 Don't display in/out dialog if there is nothing to show.
12312
12313 2002-04-23 [paul]       0.7.4claws94
12314
12315         * sync with 0.7.5cvs3
12316                 bug fixes: see ChangeLog entry 2002-04-23
12317
12318 2002-04-22 [darko]      0.7.4claws93
12319
12320         * src/compose.c
12321                 fix previous check-in which changed code after
12322                 merge from main
12323
12324 2002-04-22 [paul]       0.7.4claws92
12325
12326         * faq/de/*
12327                 add German FAQ
12328         * faq/en/*
12329           faq/es/*
12330           faq/fr/*
12331                 update English, Spanish and French FAQs
12332         * manual/de/*
12333           manual/es/*
12334                 add German and Spanish manuals
12335         * manual/en/*
12336           manual/fr/*
12337                 update English and French manuals
12338
12339         * src/Makefile.am
12340                 add to and re-arrange the pixmap entries
12341
12342 2002-04-22 [darko]      0.7.4claws91
12343
12344         * src/compose.c
12345                 fix sender initials recognition to only allow
12346                 '>' after the initials
12347
12348 2002-04-21 [paul]       0.7.4claws90
12349
12350         * sync with 0.7.5 release
12351                 see ChangeLog entry 2002-04-21
12352
12353 2002-04-21 [alfons]
12354
12355         * src/Makefile.am
12356                 add colin's new pixmaps to EXTRA_DIST
12357
12358 2002-04-21 [colin]      0.7.4claws89
12359         * src/compose.c
12360         * src/inc.c
12361         * src/mainwindow.[ch]
12362         * src/prefs_common.[ch]
12363         * src/stock_pixmap.[ch]
12364                 Added "Work offline" ability.
12365
12366 2002-04-21 [colin]      0.7.4claws88
12367         
12368         * src/mimeview.c
12369         * src/prefs_common.c
12370         * src/prefs_common.h
12371         * src/textview.c : Added an option to common preferences -> display
12372           to allow user not to automatically display images.
12373
12374 2002-04-21 [paul]       0.7.4claws87
12375
12376         * sync with 0.7.4cvs52
12377                 see ChangeLog entry 2002-04-21 (src/imap.c)
12378
12379 2002-04-21 [paul]       0.7.4claws86
12380
12381         * sync with 0.7.4cvs51
12382                 see ChangeLog entry 2002-04-21
12383
12384 2002-04-21 [paul]       0.7.4claws85
12385
12386         * sync with 0.7.4cvs49
12387                 see ChangeLog entries 2002-04-20 and 2002-04-21
12388
12389         * src/Makefile.am
12390                 clean up: remove old 'stock_' element from xpm 
12391                 filenames.
12392
12393 2002-04-21 [alfons]     0.7.4claws84
12394
12395         apply sync patch from Paul
12396
12397         * src/folderview.c
12398                 use old claws prefs_folder_item_create() for now
12399
12400 2002-04-19 [match]      0.7.4claws83
12401
12402         * src/addressbook.[ch]
12403         * src/addrharvest.[ch]
12404         * src/addrgather.[ch]
12405                 recurse folders.
12406         * src/mainwindow.c
12407         * src/summaryview.[ch]
12408                 change menu option.
12409
12410 2002-04-19 [paul]       0.7.4claws82
12411
12412         * po/pt_BR.po
12413                 updated by Fabio Junior Beneditto
12414
12415 2002-04-14 [alfons]     0.7.4claws81
12416
12417         * src/passphrase.c
12418                 add #include <sys/types.h> for mode_t and off_t 
12419
12420 2002-04-13 [paul]       0.7.4claws80
12421         
12422         * src/main.c
12423           src/passphrase.[ch]
12424           src/pgptext.c
12425           src/prefs_common.[ch]
12426           src/rfc2015.c
12427                 enable storing of GnuPG passphrase for the whole 
12428                 session or a user-defined number of minutes. patch 
12429                 submitted by Ravemax <ravemax@dextrose.com>
12430
12431 2002-04-13 [alfons]     0.7.4claws79
12432
12433         * src/textview.c
12434                 make email parser also stop scanning when encountering separators
12435                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12436
12437 2002-04-13 [paul]       0.7.4claws78
12438
12439         * sync with 0.7.4cvs39
12440                 see ChangeLog entry 2002-04-12
12441
12442 2002-04-11 [paul]       0.7.4claws77
12443
12444         * sync with 0.7.4cvs37
12445                 see ChangeLog entry 2002-04-11
12446
12447 2002-04-11 [paul]       0.7.4claws76
12448
12449         * COPYING 
12450                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12451                 the clause for OpenSSL). sync with sylpheed main
12452
12453 2002-04-09 [melvin]     0.7.4claws75
12454
12455         * src/compose.c
12456                 Made 'Ctrl-Enter' on send ignore some modifiers 
12457                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12458                 to bind other *-Enter (but not Alt-Enter).
12459
12460 2002-04-09 [paul]       0.7.4claws74
12461
12462         * sync with 0.7.4cvs35
12463                 see ChangeLog entries 2002-04-09
12464
12465 2002-04-08 [paul]       0.7.4claws73
12466
12467         * sync with 0.7.4cvs33
12468                 see ChangeLog entry 200-04-08
12469
12470 2002-04-07 [match]      0.7.4claws72
12471
12472         * src/addrharvest.[ch]
12473                 fixed to read all addresses in header, regardless
12474                 of header size. improved name parsing. accommodate
12475                 harvest from folders and selected message.
12476         * src/addritem.[ch]
12477                 included new address parsing function.
12478         * src/addrgather.[ch]
12479         * src/addressbook.[ch]
12480         * src/summaryview.[ch]
12481         * src/mainwindow.c
12482                 allow address harvest of folder as well as selected
12483                 messages.
12484
12485 2002-04-07 [paul]       0.7.4claws71
12486
12487         * src/esmtp.[ch]
12488           src/smtp.c
12489                 don't try to authenticate with CRAM-MD5 in SMTP when 
12490                 SMTP-AUTH enabled if MTA doesn't issue this 
12491                 auth-method in it's ehlo-response. bug item #531364,
12492                 patch item #938910. patch submitted by Colin Leroy 
12493                 <colin@colino.net>
12494
12495 2002-04-07 [paul]       0.7.4claws70
12496
12497         * src/nntp.c
12498                 fix missing MODE_READER bug. patch submitted by
12499                 Colin Leroy <colin@colino.net>
12500
12501 2002-04-07 [alfons]     0.7.4claws69
12502
12503         * src/matcher.[ch]
12504         * src/prefs_filtering.c
12505         * src/summaryview.c
12506                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12507                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12508
12509 2002-04-07 [paul]       0.7.4claws68
12510
12511         * sync with 0.7.4cvs32
12512                 see ChangeLog entry 2002-04-06
12513
12514         * tools/filter_conv.pl
12515                 more bug fixes
12516
12517 2002-04-06 [paul]       0.7.4claws67
12518
12519         * tools/filter_conv.pl
12520                 modify to be able to find the name of the first
12521                 mailbox and use that. main's filter does not
12522                 record the full path to the mailbox and therefore
12523                 can only filter to the first mailbox.
12524
12525 2002-04-05 [paul]       0.7.4claws66
12526
12527         * tools/filter_conv.pl
12528                 attempt to make the script all-encompassing and
12529                 be able to convert any main 'filter' rule thrown
12530                 at it
12531
12532 2002-04-05 [paul]       0.7.4claws65
12533
12534         * tools/filter_conv.pl
12535                 allow for collapsed folder trees
12536
12537 2002-04-05 [paul]       0.7.4claws64
12538
12539         * sync with 0.7.4cvs31
12540                 see ChangeLog entries 2002-04-05
12541
12542 2002-04-03 [paul]       0.7.4claws63
12543
12544         * sync with 0.7.4cvs29
12545                 see ChangeLog entries 2002-04-02 and 2002-04-03
12546
12547 2002-04-02 [paul]       0.7.4claws62
12548
12549         * sync with 0.7.4cvs26
12550                 see ChangeLog entry 2002-04-01
12551
12552 2002-04-02 [match]      0.7.4claws61
12553
12554         * src/pine.[ch]
12555         * src/importpine.[ch]
12556         * src/addressbook.c
12557                 import Pine address book.
12558
12559 2002-04-02 [match]      0.7.4claws60
12560
12561         * src/addrharvest.[ch]
12562                 improve address parsing of funky addresses.
12563
12564 2002-04-02 [darko]      0.7.4claws59
12565
12566         * src/compose.c
12567                 wrap on send improvements, it now recognizes quoted
12568                 initials as part of the quotation string, and it
12569                 does not join lines separated by CR
12570
12571 2002-04-01 [match]      0.7.4claws58
12572
12573         * src/mgutils.[ch]
12574                 added new functions.
12575         * src/mutt.[ch]
12576                 remove excessive duplicate address generation
12577                 on import.
12578
12579 2002-04-01 [alfons]     0.7.4claws57
12580         
12581         * src/summaryview.c
12582                 put back g_free() 
12583
12584 2002-04-01 [paul]       0.7.4claws56
12585
12586         * sync with 0.7.4cvs25
12587                 see ChangeLog entry 2002-04-01
12588
12589 2002-04-01 [alfons]     0.7.4aprilfool55
12590
12591         * src/summaryview.c
12592                 honour feature request item #537427 to allow for
12593                 displaying names from address book for sent mail also
12594
12595 2002-03-29 [paul]       0.7.4claws54
12596
12597         * src/mainwindow.c
12598           src/prefs_filtering.[ch]
12599           src/prefs_matcher.c
12600           src/summaryview.c
12601                 add 'fast filter' for claws' filtering,
12602                 /Tools/Create filter rule/... patch submitted
12603                 by Neill Miller <neillm@thecodefactory.org>
12604
12605 2002-03-29 [paul]       0.7.4claws53
12606
12607         * sync with 0.7.4cvs24
12608                 see ChangeLog entry 2002-03-29
12609
12610 2002-03-28 [paul]       0.7.4claws52
12611
12612         * sync with 0.7.4cvs23
12613                 see ChangeLog entry 2002-03-28
12614
12615 2002-03-27 [melvin]     0.7.4claws51
12616
12617         * src/prefs_actions.c
12618                 Added support to pass only one message part (as a
12619                 file) to the command using '%p'. No quotes are needed
12620                 because doubles quotes are automatically added.
12621                 Fixed bug where Sylpheed could block when waiting for
12622                 a child process to finish.
12623                 Changed the help menu to remove quotes around symbols to 
12624                 avoid misinterpretation (they must not be used).
12625
12626 2002-03-27 [melvin]     0.7.4claws50
12627
12628         * src/inc.c
12629                 Made the new mail notification command always 
12630                 execute asynchronously.
12631
12632 2002-03-27 [paul]       0.7.4claws49
12633
12634         * src/compose.c
12635                 fix bug introduced in last commit
12636
12637 2002-03-27 [paul]       0.7.4claws48
12638
12639         * sync with 0.7.4cvs21
12640                 see ChangeLog 2002-03-26 and 2002-03-27
12641
12642 2002-03-26 [hoa]        0.7.4claws47
12643
12644         * src/prefs_folder_item.c
12645                 really fixed the bug #516442 with folder rescan.
12646
12647 2002-03-26 [paul]       0.7.4claws46
12648
12649         * sync with 0.7.4cvs19
12650                 see ChangeLog entries 2002-03-25 and 2002-03-26
12651
12652 2002-03-25 [hoa]        0.7.4claws45
12653
12654         * src/matcher.c
12655         * src/mh.c
12656                 fix the bug #516442 with folder rescan.
12657
12658         * src/prefs_common.[ch]
12659         * src/compose.c
12660                 added an option to enable two different behaviours
12661                 for bounce.
12662
12663
12664 2002-03-25 [paul]       0.7.4claws44
12665
12666         * src/mainwindow.c
12667           src/selective_download.c
12668                 correct a few menuitem labels
12669
12670 2002-03-25 [christoph]  0.7.4claws43
12671
12672         * src/procmsg.c
12673                 fix non deleted tmp message in
12674                 procmsg_save_to_outbox
12675                 fix problems caused by sync with
12676                 main branch's procmsg_send_queue
12677
12678 2002-03-25 [paul]       0.7.4claws42
12679
12680         * src/quote_fmt.c
12681           src/quote_fmt_lex.l
12682           src/quote_fmt_parse.y
12683                 add Last name (%L) placeholder for quoting. 
12684                 patch submitted by Thorsten Thielen 
12685                 <thth@users.sourceforge.net>
12686
12687 2002-03-25 [paul]       0.7.4claws41
12688
12689         * src/utils.c
12690                 get full hostname. patch submitted by
12691                 Bob Woodside <rwoodside1@comcast.net>
12692
12693 2002-03-25 [paul]       0.7.4claws40
12694
12695         * src/account.c
12696           src/news.c
12697           src/nntp.[ch]
12698           src/prefs_account.[ch]
12699                 enable NNTP over SSL. patch submitted by
12700                 Pascal Jermini <pascal@infinity.hn.org>
12701
12702 2002-03-24 [paul]       0.7.4claws39
12703
12704         * src/prefs_common.c
12705                 make the arrangement of the Compose tab more
12706                 coherent
12707
12708         * src/mainwindow.c
12709                 fix some irregularities of style
12710
12711         * po/de.po
12712                 updated by Kilian Krause
12713
12714 2002-03-23 [paul]       0.7.4claws38
12715
12716         * po/pt_BR.po
12717                 updated by Fabio Junior Beneditto
12718
12719 2002-03-23 [paul]       0.7.4claws37
12720
12721         * src/mainwindow.c
12722                 move 'Gather addresses' to 'Tools' menu
12723                 make 'Selective download' sensitive
12724
12725 2002-03-23 [paul]       0.7.4claws36
12726
12727         * sync with 0.7.4cvs16
12728                 see ChangeLog entries 2002-03-23
12729
12730 2002-03-22 [christoph]  0.7.4claws35
12731
12732         * src/quote_fmt_parse.y
12733                 fix include program output
12734
12735 2002-03-22 [alfons]     0.7.4claws34
12736
12737         * src/pop.c
12738                 initialize GDate stack variable correctly (sorry!)
12739
12740 2002-03-22 [paul]       0.7.4claws33
12741
12742         * src/compose.c
12743           src/mainwindow.c
12744           src/prefs_actions.c
12745           src/prefs_common.c
12746                 rename 'Tool' to 'Tools'
12747
12748         * src/mainwindow.c
12749                 move 'Delete duplicated messages' from
12750                 'Message/' to 'Tools/'
12751                 re-arrange the order of 'Tools/' items
12752
12753 2002-03-22 [paul]       0.7.4claws32
12754
12755         * src/addr_compl.c
12756           src/addressbook.[ch]
12757                 auto-address completion now also matches on
12758                 Nickname. patch submitted by Bob Forsman 
12759                 <hammor@users.sourceforge.net>
12760
12761         * src/editaddress.c
12762                 correct a spelling mistake
12763
12764 2002-03-22 [alfons]     0.7.4claws31
12765
12766         * src/pop.c
12767                 fix getting uidl from incorrect string 
12768                 (spotted by Colin)
12769
12770 2002-03-21 [alfons]     0.7.4claws30
12771
12772         * src/pop.c
12773                 more code refactoring
12774                 plug mem leak introduced by delete on server
12775
12776 2002-03-21 [paul]       0.7.4claws29
12777
12778         * sync with 0.7.4cvs11
12779                 see ChangeLog entries 2002-03-20
12780
12781 2002-03-20 [alfons]     0.7.4claws28
12782
12783         * src/inc.c
12784                 apply Colin's patch and refactor
12785
12786 2002-03-20 [paul]       0.7.4claws27
12787
12788         * sync with sylpheed 0.7.4cvs9
12789                 see ChangeLog entry 2002-03-20
12790
12791 2002-03-19 [christoph]  0.7.4claws26
12792
12793         * src/mh.c
12794         * src/procmsg.[ch]
12795         * src/summaryview.c
12796                 revert changes for flag updates
12797                 (does not work correctly and no time to debug)
12798
12799 2002-03-20 [alfons]     0.7.4claws25
12800
12801         * src/pop.c
12802                 refactor should_delete() a little bit 
12803
12804 2002-03-19 [paul]       0.7.4claws24
12805
12806         * src/inc.[ch]
12807           src/pop.c
12808           src/prefs_account.[ch]
12809                 allow the user to leave downloaded mail on the 
12810                 server for n days. Patch submitted by Colin Leroy 
12811                 <colin@colino.net>
12812
12813 2002-02-19 [paul]       0.7.4claws23
12814
12815         * sync with sylpheed 0.7.4cvs8
12816                 see ChangeLog entries 2002-03-19
12817
12818 2002-03-18 [paul]       0.7.4claws22
12819
12820         * sync with sylpheed 0.7.4cvs6
12821                 see ChangeLog entry 2002-03-18
12822
12823 2002-03-18 [paul]       0.7.4claws21
12824
12825         * po/en_GB.po
12826                 add en_GB message catalogue
12827
12828         * src/mbox_folder.c
12829           src/prefs_account.c
12830           src/prefs_actions.c
12831                 correct a few spelling mistakes
12832
12833 2002-03-17 [alfons]     0.7.4claws20
12834
12835         * src/matcher.c
12836                 more stringent checks for NULL params when writing
12837                 filtering actions to a file
12838                 
12839 2002-03-17 [hoa]        0.7.3claws20
12840
12841         * src/news.c
12842                 fixed the count of new messages
12843
12844         * src/compose.c
12845                 fixed the "attachment properties" window
12846
12847 2002-03-17 [paul]       0.7.4claws19
12848
12849         * src/defs.h
12850           src/folder.h
12851           src/news.c
12852           src/prefs_account.[ch]
12853           src/procmsg.[ch]
12854           src/summaryview.c
12855                 automatically mark cross-posted messages as read 
12856                 and (optionally) give them a colour label
12857                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12858                 
12859
12860 2002-03-17 [paul]       0.7.4claws18
12861
12862         * sync with sylpheed 0.7.4cvs5
12863                 see ChangeLog entry 2002-03-17
12864
12865 2002-03-17 [melvin]     0.7.4claws17
12866         
12867         * src/textview.c
12868                 Worked around a gtktext 'bug': when searching for 
12869                 a text in a long message it was scrolling slowly
12870                 line by line until it hit the searched text.
12871         * po/fr.po
12872                 Updated French translation
12873
12874 2002-03-17 [melvin]     0.7.4claws16
12875
12876         * src/mainwindow.c
12877         * src/compose.c
12878         * src/prefs_actions.c
12879                 Moved "Edit/Actions" to "Tool/Actions"
12880                 Made mainwindow/compose window sensitive as soon as
12881                 no child process is running anymore even if the io dialog
12882                 is open.
12883                 Fixed a struct being initialized with a non constant char*
12884
12885 2002-03-16 [christoph]  0.7.4claws15
12886
12887         * configure.in
12888                 add --with-compiler-flags option
12889                 (only for developer hacking)
12890         * src/mh.c
12891         * src/procmsg.[ch]
12892         * src/summaryview.c
12893                 try to make folder-stats and flag handling more
12894                 independent from the summaryview. msgcounts
12895                 are only set when the folder is opened and
12896                 procmsg_msginfo_(un)set_flags will handle it
12897                 later and summaryview will get the values
12898                 from the folder.
12899
12900 2002-03-16 [paul]       0.7.4claws14
12901
12902         * src/messageview.c
12903                 fix Return-receipt. Patch submitted by Bob
12904                 Woodside <rwoodside1@comcast.net>
12905
12906 2002-03-16 [paul]       0.7.4claws13
12907
12908         * src/compose.c
12909                 fix 'dynamic' signatures, make it work again
12910                 broken during sync on 2002-03-14 (0.7.4claws2)
12911
12912 2002-03-15 [match]      0.7.4claws12
12913
12914         * src/addrharvest.[ch]
12915         * src/addrgather.[ch]
12916         * src/addressbook.[ch]
12917         * src/mainwindow.c
12918                 included address harvester feature. still some
12919                 issues with address parsing that I will fix.
12920
12921 2002-03-15 [match]      0.7.4claws11
12922
12923         * src/addrbook.[ch]
12924         * src/addrcache.[ch]
12925         * src/addressbook.[ch]
12926         * src/addrindex.c
12927         * src/editbook.c
12928         * src/importldif.c
12929         * src/importmutt.c
12930         * src/jpilot.[ch]
12931         * src/main.c
12932         * src/syldap.[ch]
12933         * src/vcard.[ch]
12934                 tidy up. fix memory leaks. moved attribs and methods
12935                 from individual interfaces to addrcache object. prep
12936                 for new stuff to come in.
12937
12938 2002-03-15 [alfons]     0.7.4claws10
12939
12940         * src/matcher.[ch]
12941         * src/matcher_parser_parse.y
12942         * src/matcher_parser_lex.l
12943         * src/prefs_matcher.c
12944                 add filtering conditions message greater than, smaller 
12945                 than, and exactly matching a size in bytes
12946                 (does not work with delete from POP3 server yet)
12947
12948                 this should also give others an idea what you should
12949                 do to add new criterions to claws filtering system
12950                 
12951
12952 2002-03-15 [paul]       0.7.4claws9
12953
12954         * tools/filter_conv.pl
12955                 exit if there are no filter rules to convert
12956                 rename filterrc to filterrc.old after completion
12957
12958 2002-03-15 [paul]       0.7.4claws8
12959
12960         * sync with sylpheed 0.7.4cvs3
12961                 see ChangeLog entry 2002-03-14
12962
12963 2002-03-14 [paul]       0.7.4claws7
12964
12965         * src/compose.c
12966                 clean up the last commit (ahem)
12967
12968 2002-03-14 [paul]       0.7.4claws6
12969
12970         * src/compose.c
12971                 fix bug #515655. honour account preferences
12972                 regarding gpg default signing/encryption when 
12973                 changing account from the compose window.
12974
12975 2002-03-14 [paul]       0.7.4claws5
12976
12977         * src/folderview.c
12978                 remove unnecessary curly brackets
12979
12980 2002-03-14 [paul]       0.7.4claws4
12981
12982         * src/folderview.c
12983           src/prefs_filtering.[ch]
12984                 add filter rename on folder rename and filter
12985                 delete on folder delete. Patch submitted by
12986                 Neill Miller <neillm@thecodefactory.org> 
12987
12988 2002-03-14 [christoph]  0.7.4claws3
12989
12990         * src/procmsg.c
12991         * src/send.c
12992                 fix local delivery
12993                 (patch submitted by "Simon 'corecode' Schubert")
12994         * src/prefs_common.c
12995         * src/procmsg.c
12996                 fix gcc 3.0 warning
12997
12998 2002-03-14 [paul]       0.7.4claws2
12999
13000         * sync with sylpheed 0.7.4cvs2
13001                 see ChangeLog entry 2002-03-13
13002
13003 2002-03-12 [darko]      0.7.4claws1
13004
13005         * src/mainwindow.c
13006                 fix what seems to be a copy and paste error
13007                 when setting color for important messages
13008                 (reported by wwp)
13009
13010 2002-03-11 [paul]       version 0.7.4claws released
13011
13012 2002-03-11 [paul]       0.7.4claws
13013
13014         * po/es.po
13015           po/it.po
13016           po/nl.po
13017           po/pt_BR.po
13018                 update message catalogs. Submitted by Ricardo Mones 
13019                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13020                 Fabio Junior Beneditto
13021
13022         * configure.in
13023           faq/Makefile.am
13024           faq/it/Makefile
13025           faq/it/sylpheed-faq*
13026           src/mainwindow.c
13027           src/manual.[ch]
13028                 add FAQ in Italian
13029         
13030
13031 2002-03-11 [jens]       0.7.3claws7
13032
13033         * po/de.po
13034                 updated German translation
13035
13036 2002-03-11 [melvin]     0.7.3claws6
13037
13038         * po/fr.po
13039                 updated and corrected French translation
13040
13041 2002-03-10 [hoa]        0.7.3claws5
13042
13043         * src/account.c
13044         * src/inc.c
13045         * src/prefs_account.c
13046         * src/procmsg.c
13047         * src/send.[ch]
13048                 fixed the local account.
13049                 you have to change the default "/usr/sbin/sendmail"
13050                 to "/usr/sbin/sendmail -t" in the preferences of
13051                 the local account.
13052
13053         * src/procmime.c
13054                 removed some debug display for renderer
13055
13056 2002-03-10 [paul]       0.7.3claws4
13057
13058         * faq/en/sylpheed-faq-1.html
13059           faq/en/sylpheed-faq-2.html
13060                 update
13061
13062 2002-03-09 [paul]       0.7.3claws3
13063
13064         * sync with sylpheed 0.7.4
13065                 see ChangeLog entry 2002-03-09
13066
13067 2002-03-08 [paul]       0.7.3claws2
13068
13069         * faq/en/sylpheed-faq*
13070           faq/es/sylpheed-faq*
13071           faq/fr/sylpheed-faq*
13072                 update the FAQs
13073
13074         * manual/fr/.cvsignore
13075           manual/fr/Makefilea.am
13076           manual/fr/sylpheed*
13077           src/mainwindow.c
13078           src/manual.[ch]
13079                 add the French manual
13080
13081 2002-03-07 [paul]       0.7.3claws1
13082
13083         * sync with sylpheed 0.7.3cvs4
13084                 see ChangeLog entries  2002-03-06 and 2002-03-07
13085         
13086         * po/nl.po
13087                 updated by Wilbert Berendsen
13088
13089 2002-03-07 [melvin]     0.7.2claws34
13090
13091         * src/selective_download.c
13092                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13093
13094 2002-03-06 [paul]       0.7.2claws33
13095
13096         * sync with sylpheed 0.7.3cvs1
13097                 bug fix, see ChangeLog entry 2002-03-05
13098
13099 2002-03-05 [paul]       0.7.2claws32
13100
13101         * src/mimeview.c
13102           src/pgptext.[ch]
13103           src/procmsg.c
13104                 reverse the pgp ascii-armored code implemented in 
13105                 0.7.2claws16. removal of this code until it matures.
13106                 this means that verifying ascii-armored pgp sigs and
13107                 automatic decryption of ascii-armored encrypted
13108                 messages no longer works.
13109
13110 2002-03-05 [paul]       0.7.2claws31
13111
13112         * configure.in
13113           Makefile.am
13114         * faq/Makefile.am
13115         * faq/en/Makefile.am
13116           faq/en/sylpheed-faq.html
13117           faq/en/sylpheed-faq-1.html
13118           faq/en/sylpheed-faq-2.html
13119           faq/en/sylpheed-faq-3.html
13120         * faq/es/Makefile.am
13121           faq/es/sylpheed-faq.html
13122           faq/es/sylpheed-faq-1.html
13123           faq/es/sylpheed-faq-2.html
13124           faq/es/sylpheed-faq-3.html
13125           faq/es/sylpheed-faq-4.html
13126         * faq/fr/Makefile.am
13127           faq/fr/sylpheed-faq.html
13128           faq/fr/sylpheed-faq-1.html
13129           faq/fr/sylpheed-faq-2.html
13130           faq/fr/sylpheed-faq-3.html
13131         * src/Makefile.am
13132           src/defs.h
13133           src/mainwindow.c
13134           src/manual.[ch]
13135                 add FAQs in English, Spanish and French
13136
13137
13138 2002-03-05 [paul]       0.7.2claws30
13139
13140         * manual/en/sylpheed.html
13141           manual/en/sylpheed-XX.html
13142                 updated the English manual
13143
13144 2002-03-05 [hoa]        
13145
13146         * src/summaryview.c
13147                 dialog box pops up if the article can't be deleted.
13148
13149 2002-03-04 [paul]       
13150         
13151         * po/pt_BR.po
13152                 updated by Fabio Junior Benedito
13153
13154 2002-03-04 [hoa]
13155
13156         * removed ac/gpgme.m4
13157                 to avoid autogen common problem
13158                 developers have to install gpgme development package now
13159
13160         * src/compose.c
13161                 encoding to 7bit or 8bit is enabled.
13162
13163 2002-03-03 [alfons]     0.7.2claws29
13164
13165         * src/pop.c
13166                 merge fix by Oliver Haertel for selective
13167                 download buglet
13168
13169 2002-03-03 [paul]       0.7.2claws28
13170         
13171         * sync with sylpheed 0.7.3
13172
13173 2002-03-03 [paul]       0.7.2claws27
13174
13175         * sync with sylpheed 0.7.2cvs24
13176                 see ChangeLog entries 2002-03-02 and 2002-03-03
13177
13178 2002-03-02 [melvin]     0.7.2claws26
13179
13180         * src/inc.[ch]
13181         * src/main.c
13182         * src/mainwindow.c
13183         * src/prefs_common.[ch]
13184                 Added user definable notification on new mail arrival.
13185                 Removed unused variables in spell checker prefs code.
13186
13187 2002-03-02 [melvin]     0.7.2claws25
13188
13189         * src/quote_fmt.c
13190                 Removed unnecessary escape sequences.
13191                 Changed 'Initial...' to 'Initials of Sender'
13192
13193 2002-03-02 [paul]       0.7.2claws24
13194
13195         * sync with sylpheed 0.7.2cvs22
13196                 see ChangeLog entry 2002-03-01
13197
13198 2002-03-01 [hoa]        0.7.2claws23
13199
13200         * src/mainwindow.c
13201                 Set sensitivity of delete actions to active
13202                 even if the folder is a newsgroup.
13203
13204         * src/summaryview.c
13205                 - Set sensitivity of delete actions
13206                 - Added function check_permission() that will check if the
13207                   user is authorized to delete a message. For news, it
13208                   will check if the author is the same.
13209                 - Enabled deletion when there is no trash folder.
13210
13211         * src/news.[ch]
13212                 - Added news_cancel_article() to cancel articles
13213                 - Implemented news_remove_message() (public function)
13214
13215 2002-03-01 [paul]       0.7.2claws22
13216
13217         * src/gtkutils.c
13218           src/textview.c
13219                 recognise urls that that don't include 'http://' and
13220                 simply begin 'www.' 
13221
13222         * AUTHORS
13223                 remove duplicated name
13224
13225 2002-02-28 [paul]       0.7.2claws21
13226
13227         * src/mainwindow.c
13228           src/summaryview.[ch]
13229                 add ability to 'Select thread'
13230                 combines Melvin's "Select thread's head" patch (#510907)
13231                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13232                 patch (#518514) 
13233
13234 2002-02-28 [paul]       0.7.2claws20
13235
13236         * src/mimeview.c
13237                 hopefully fix segfault on right-clicking a mime part
13238                 that some people have experienced.      
13239                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13240
13241 2002-02-28 [paul]       0.7.2claws19
13242
13243         * sync with sylpheed 0.7.2cvs21
13244                 see ChangeLog entries 2002-02-27 and 2002-02-28
13245
13246 2002-02-27 [paul]       0.7.2claws18
13247
13248         * sync with sylpheed 0.7.2cvs18
13249                 see ChangeLog entries 2002-02-26 and 2002-02-27
13250
13251 2002-02-26 [alfons]     0.7.2claws17
13252
13253         * src/procheader.c
13254                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13255                 (spotted by Chris Hessman <idatech@gmx.net>)
13256
13257 2002-02-26 [paul]       0.7.2claws16
13258
13259         * src/mimeview.c
13260           src/pgptext.[ch]
13261           src/procmsg.c
13262                 make decryption of ascii-armored pgp encrypted messages
13263                 and verification of ascii-armored signatures work again.
13264                 slightly altered from the patch by Jens Jahnke 
13265                 <jan0sch@gmx.net>
13266
13267                 ##FIX ME##
13268                 * the checking of plaintext signatures always comes up in 
13269                   a popup box
13270                 * it doesn't work for multipart messages 
13271                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13272                   including the msg headers and these 2 line themselves, are 
13273                   not displayed
13274
13275         * src/mainwindow.c
13276                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13277                 "View/Message View" becomes "View/Separate Message View"
13278                 because its less ambiguous.
13279
13280         * po/es.po
13281                 updated by Ricardo Mones Lastra
13282
13283 2002-02-26 [paul]       0.7.2claws15
13284
13285         * sync with sylpheed 0.7.2cvs17
13286                 see ChangeLog entries 2002-02-25 and 2002-02-26
13287
13288 2002-02-25 [christoph]  0.7.2claws14
13289
13290         * src/filtering.[ch]
13291         * src/inc.c
13292                 do filtering stuff after all messages have been received
13293                   1. drop all messages to .processing
13294                   2. scan processing folder for messages
13295                   3. filter messages or move to inbox
13296                 this will also find old messages left in processing after
13297                 a crash or something like that and we get a real msginfo
13298                 from folder->get_msg_list and do not have to create our
13299                 own in filter_message
13300         * src/matcher_parser_parse.y
13301                 remove MIX/MAX warning (reordered includes)
13302
13303 2002-02-25 [paul]       0.7.2claws13
13304
13305         * sync with sylpheed 0.7.2cvs15
13306                 see ChangeLog entry 2002-02-24
13307
13308 2002-02-24 [alfons]     0.7.2claws12
13309
13310         * src/filtering.c
13311                 clear old color flags first when applying a new color to
13312                 a message info. 
13313                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13314
13315 2002-02-24 [alfons]     0.7.2.claws11
13316         
13317         * AUTHORS
13318         * src/prefs_common.c
13319                 add presets for Opera and Konqueror, closes patch #517261,
13320                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13321
13322 2002-02-24 [alfons]     0.7.2.claws10
13323
13324         * AUTHORS
13325         * src/summaryview.c
13326                 fix threading for null message ids, closes patch #521601,
13327                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13328
13329 2002-02-24 [alfons]     0.7.2claws9
13330
13331         * src/summaryview.c
13332         * src/filtering.c
13333                 make Tool | Filter Message work with filtering system so
13334                 setting flags also works
13335
13336                 TODO:
13337
13338                 - Processing uses the same function as Tool | Filter
13339                   Message, but doesn't use the same update proc yet
13340
13341 2002-02-23 [paul]       0.7.2claws8
13342
13343         * sync with sylpheed 0.7.2cvs14
13344                 see ChangeLog entries 2002-02-22 and 2002-02-23
13345
13346 2002-02-22 [christoph]  0.7.2claws7
13347
13348         * src/quote_fmt.c
13349                 Add column space to table
13350         * src/quote_fmt_parse.y
13351                 Close files
13352
13353 2002-02-22 [paul]       0.7.2claws6
13354
13355         * src/Makefile.am
13356           src/defs.h
13357           src/filtering.c
13358           src/inc.[ch]
13359           src/mainwindow.c
13360           src/matcher.[ch]
13361           src/matcher_parser_lex.l
13362           src/matcher_parser_parse.y
13363           src/pop.[ch]
13364           src/prefs_account.h
13365           src/prefs_filtering.c
13366           src/selective_download.[ch]   *** NEW FILES ***
13367           src/utils.[ch]
13368           po/POTFILES.in
13369                 Selective Download added to 'Tool' menu. 
13370                 Retrieves email headers of the currently selected pop3 
13371                 account and allows the user to mark emails for deletion 
13372                 right on the pop3 server. Patch submitted by Oliver Haertel 
13373                 <oha@users.sourceforge.net>.
13374         
13375         * po/POTFILES.in
13376                 add 'src/quote_fmt.c'           
13377
13378 2002-02-22 [christoph]  0.7.2claws5
13379
13380         * src/Makefile.am
13381                 added quote_fmt.c
13382         * src/prefs_common.[ch]
13383         * src/prefs_template.c
13384         * src/quote_fmt.c               *** NEW FILE ***
13385         * src/quote_fmt.h
13386                 move quote format symbol description code
13387                 to it's own file because it is used from
13388                 differnent code parts
13389                 Rewrote symbol description GUI
13390                   + use table
13391                   + add separators
13392                   + get data from array (no more long constant strings)
13393         * src/quote_fmt_lex.l
13394         * src/quote_fmt_parse.y
13395                 Symbol for Literal % changed to \% instead of %%
13396                 (More logical as \ is used for quoting for other symbols)
13397                 Add |f and |p to include files and program output
13398                 Examples:
13399                     |f{/home/.../.signature}
13400                     |p{date}
13401         * po/de.po
13402                 Correct wrong spelling for "Referenzen"
13403
13404 2002-02-21 [paul]       0.7.2claws4
13405
13406         * src/procmsg.c
13407                 forgotten during sync
13408
13409 2002-02-21 [paul]       0.7.2claws3
13410
13411         * sync with sylpheed 0.7.2cvs11
13412                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13413                 2002-02-20 and 2002-02-21
13414
13415 2002-02-20 [melvin]     0.7.2claws2
13416
13417         * src/prefs_actions.c
13418                 Added error report when child cannot fork or when execvp 
13419                 returns with an error.
13420
13421 2002-02-19 [christoph]  0.7.2claws1
13422
13423         * src/codeconv.c
13424                 return unconverted text if conde conversion is not possible
13425                 when libjconv is used.
13426                 (patch submitted by "Simon 'corecode' Schubert")
13427
13428 2002-02-19 [paul]       
13429
13430         * version 0.7.2claws release
13431
13432 2002-02-19 [paul]       0.7.2claws
13433
13434         * po/nl.po
13435                 updated by Wilbert Berendsen
13436
13437
13438 2002-02-18 [alfons]     0.7.1claws13
13439
13440         * src/syldap.c
13441         * src/jpilot.c
13442                 remove references to dlfcn and explicitly loading functions
13443                 from dynalink libs, because libs linked anyway, and functions
13444                 are loaded explicitly
13445
13446 2002-02-17 [melvin]     0.7.1claws12
13447
13448         * src/prefs_actions.c
13449                 Replaced children wait loop with double fork technique.
13450                 Now, input/output window updated at each new output.
13451                 free_children(): Fixed a memory leak.
13452                 Made input/output window non closable if running children
13453                 still exist.
13454                 Added missing <unistd.h> include.
13455                 Added some --debug outputs.
13456
13457 2002-02-17 [melvin]     0.7.1claws11
13458
13459         * src/summaryview.c
13460                 Fixed bug where descending sort order did not select top
13461                 message.
13462
13463 2002-02-17 [melvin]     0.7.1claws10
13464
13465         * acconfig.h
13466                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13467         * src/prefs_common.c
13468                 Pspell data package directory no more hard coded but
13469                 set during configuration (PSPELL_PATH). (Thanks to 
13470                                 Gustavo Noronha Silva.)
13471
13472 2002-02-17 [melvin]     0.7.1claws9
13473
13474         * configure.in
13475                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13476         * src/gtkspell.c
13477                 Fixed compile-time warnings.
13478
13479 2002-02-16 [alfons]     0.7.1claws8
13480
13481         * src/filesel.c
13482                 fix inadvertent free of NULL pointer which caused
13483                 sylpheed to crash when closing the save-as dialog
13484                 using the window close button
13485
13486 2002-02-16 [carsten]    0.7.1claws7
13487         * src/mainwindow.[ch]
13488           src/summaryview.c
13489           src/prefs_common.c
13490                 fixes for pixmap theming code:
13491                         - recently changed mail attributes shouldn't get
13492                           lost any longer
13493                         - theme is only reloaded iff another theme was
13494                           selected
13495
13496 2002-02-16 [paul]       0.7.1claws6
13497
13498         * sync with sylpheed 0.7.2 release
13499                 see ChangeLog entry 2002-02-15 and 2002-02-16
13500
13501 2002-02-15 [paul]       0.7.1claws5
13502
13503         * sync with sylpheed 0.7.1cvs9
13504                 see ChangeLog entry 2002-02-15
13505
13506         * po/POTFILES.in
13507                 remove unneeded headerwindow.c entry
13508
13509 2002-02-14 [carsten]    0.7.1claws4
13510         * src/summaryview.c
13511                 fixed a bug for "Go to next unread message": there was
13512                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13513                 in the prefs, because of doing "Search again" instead
13514                 "No"
13515
13516 2002-02-14 [carsten]    0.7.1claws3
13517         * src/stock_pixmap.c
13518                 removed 2 more mem leaks; following memprof,
13519                 this code is "leak free" now :)
13520
13521 2002-02-14 [carsten]    0.7.1claws2
13522         * src/stock_pixmap.c
13523                 used opendir/readdir/closedir instead of scandir
13524                 -> code should work now on Solaris
13525
13526 2002-02-14 [paul]       0.7.1claws1
13527
13528         * sync with sylpheed 0.7.1cvs8
13529                 see ChangeLog entries 2002-02-13 and 2002-02-14
13530
13531         * README.claws
13532                 add some description of Actions and Pixmap Themes
13533
13534 2002-02-13 [paul]       
13535
13536         * version 0.7.1claws release
13537
13538 2002-02-13 [paul]       0.7.1claws
13539
13540         * po/es.po
13541           po/it.po
13542           po/pt_BR.po
13543                 updated translations, submitted by Ricardo Mones Lastra,
13544                 Alessandro Maestri and Fabio Junior Beneditto
13545
13546 2002-02-13 [melvin]     0.7.0claws75
13547
13548         * src/prefs_actions.c
13549                 Added missing "signal.h" include
13550
13551 2002-02-13 [melvin]     0.7.0claws74
13552
13553         * src/prefs_folder_item.c
13554                 Added missing "config.h" include
13555         * po/fr.po
13556                 Updated French translation for folder propriety.
13557
13558 2002-02-13 [jens]       0.7.0claws73
13559
13560         * po/POTFILES.in
13561                 Added missing src/prefs_folder_item.c [log added by melvin]
13562         * po/de.po
13563                 Updated German translation.
13564
13565 2002-02-13 [melvin]     0.7.0claws72
13566
13567         * po/fr.po
13568                 Updated French translation.
13569
13570 2002-02-13 [melvin]     0.7.0claws71
13571
13572         * src/gtkutils.c
13573                 Made gtkut_editable_get_selection return NULL if selection
13574                 is of length zero.
13575                 This fixes a bug where selecting part of message A then
13576                 switching to message B and replying to it will not
13577                 quote the message's body.
13578
13579 2002-02-12 [paul]       0.7.0claws70
13580
13581         * src/mainwindow.c
13582                 cosmetic, relating to pixmap themes: on toolbar make 
13583                 updating of 'Exec' and 'Compose news/Compose email'
13584                 icons faster.
13585
13586 2002-02-12 [carsten]    0.7.0claws69
13587         * src/folderview.c
13588           src/mainwindow.[ch]
13589           src/stock_pixmap.c
13590           src/summaryview.c
13591           src/prefs_common.c
13592                 - refreshing after changing pixmap theme better
13593                   now (thanks Paul)
13594                 - wanted to remove some mem leaks, but alfons was
13595                   faster (and had the better solution ;)
13596
13597 2002-02-12 [alfons]     0.7.0claws68
13598
13599         * src/prefs_common.c
13600         * src/stock_pixmap.[ch]
13601                 plug mem leaks, refactor code a little bit
13602
13603
13604 2002-02-12 [sergey]     0.7.0claws67
13605
13606         * src/imap.c
13607                 Fixed problem with copying messages to IMAP folders when the
13608                 server uses something other than '/' as a namespace separator
13609                 (cyrus-imapd uses '.').
13610
13611 2002-02-12 [jens]       0.7.0claws66
13612
13613         * po/de.po
13614                 Updated German Translation
13615
13616 2002-02-12 [paul]       0.7.0claws65
13617
13618         * sync with sylpheed 0.7.1cvs1
13619                 see ChangeLog entry 2002-02-12
13620
13621 2002-02-12 [melvin]     0.7.0claws64
13622
13623         * src/prefs_actions.c
13624                 Fixed "feature" where children's output was duplicated 
13625                 instead of refreshed while monitoring.
13626                 Removed some debug code.
13627
13628 2002-02-12 [christoph]  0.7.0claws63
13629
13630         * src/compose.c
13631                 always delete message from queue after sending/send error
13632                 (closes bug #509601)
13633
13634 2002-02-12 [melvin]     0.7.0claws62
13635
13636         * src/prefs_actions.c
13637                 Children wait loop is now triggered with a timeout of 1s
13638                 Added %F which is replaced with the list of filenames 
13639                 of all selected messages (as suggested by Ricardo Mones Lestra)
13640                 Pipe syntax changed. Prefix with | to send selection, postfix
13641                 with | to retrieve output. Prefix with > or * to send
13642                 user definable input to the command (*: input is hidden)
13643                 Old pipe action should now be postfixed with |, too.
13644
13645 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13646         * src/stock_pixmap.c
13647                 fixed a bug: if there's no theme directory don't
13648                 throw an error, just do "nothing" (thanks Alfons)
13649
13650 2002-02-12 [carsten]    0.7.0claws60
13651         * src/folderview.c
13652           src/summaryview.c
13653                 had to write the cache twice (nasty!); some marks would 
13654                 get lost if not
13655
13656 2002-02-11 [carsten]    0.7.0claws59
13657         * acconfig.h
13658           configure.in
13659           doc-src/maintainer_guide.txt
13660           src/compose.[ch]
13661           src/defs.h
13662           src/folderview.[ch]
13663           src/gtkutils.[ch]
13664           src/mainwindow.[ch]
13665           src/prefs_common.[ch]
13666           src/stock_pixmap.[ch]
13667           src/summaryview.[ch]
13668                 pixmap theming and related work on pixmap
13669                 handling on some other places
13670                 (e.g. hrm features for all folder)
13671           src/pixmap/stock_*.xpm -> the stock_ was removed
13672         
13673 2002-02-11 [paul]       0.7.0claws58
13674
13675         * sync with sylpheed 0.7.1 release
13676                 see ChangeLog entries 2002-02-11
13677
13678 2002-02-08 [paul]       0.7.0claws57
13679
13680         * sync with sylpheed 0.7.0cvs39
13681                 see ChangeLog entry 2002-02-07 (last entry) 
13682
13683         * src/prefs_actions.c
13684           src/prefs_filtering.c
13685           src/prefs_matcher.c
13686           src/prefs_scoring.c
13687                 sync: made it compile with C compilers other than gcc
13688
13689 2002-02-07 [paul]       0.7.0claws56
13690
13691         * sync with sylpheed 0.7.0cvs38
13692                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13693                 2002-02-07
13694
13695 2002-02-07 [darko]      0.7.0claws55
13696
13697         * src/gtkutils.[ch]
13698         * src/summaryview.c
13699                 Fix const gchar */gchar * issue (thanks Hiro)
13700
13701 2002-02-07 [darko]      0.7.0claws54
13702
13703         * src/compose.[ch]
13704         * src/filtering.c
13705         * src/gtkutils.[ch]
13706         * src/prefs_template.c
13707         * src/quote_fmt.h
13708         * src/quote_fmt_parse.y
13709         * src/summaryview.c
13710         * src/utils.[ch]
13711                 When replying or forwarding an email don't quote the entire
13712                 mail body but use the part of the message text that is selected
13713
13714 2002-02-06 [melvin]     0.7.0claws53
13715
13716         * src/prefs_common.[ch]
13717         * src/gtkspell.[ch]
13718         * src/compose.c
13719                 Made possible to switch quickly to last used dictionary
13720                 which makes checking bilingual documents easier.
13721
13722 2002-02-06 [melvin]     0.7.0claws52
13723         
13724         * po/POTFILES.in
13725                 Added forgotten new file src/prefs_actions.c
13726
13727 2002-02-06 [melvin]     0.7.0claws51
13728
13729         * src/prefs_actions.c   ** NEW FILE **
13730         * src/prefs_actions.h   ** NEW FILE **
13731                 Added actions to execute on message text view, or on the
13732                         message's file.
13733         * src/Makefile.am
13734                 Added src/prefs_actions.[ch]
13735         * src/compose.c
13736                 Added new menu "Edit/Actions"
13737         * src/defs.h
13738                 Added new actionsrc file.
13739         * src/main.c
13740                 Added actionsrc reading.
13741         * src/mainwindow.c
13742                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13743         * src/prefs_common.h
13744                 Added new element actionslst element to prefs_common.
13745
13746 2002-02-06 [paul]       0.7.0claws50
13747
13748         * sync with sylpheed 0.7.0cvs36
13749                 see ChangeLog entry 2002-02-06
13750
13751 2002-02-05 [paul]
13752
13753         * po/es.po
13754                 updated by Ricardo Mones Lastra
13755
13756 2002-02-05 [paul]       0.7.0claws49
13757
13758         * sync with sylpheed 0.7.0cvs33
13759                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13760
13761 2002-02-05 [paul]       0.7.0claws48
13762
13763         * src/compose.c
13764                 re-add 'Edit/Advanced/Delete entire line', previously named
13765                 'Delete Line+'
13766
13767 2002-02-04 [paul]       0.7.0claws47
13768
13769         * src/compose.c
13770           src/summaryview.c
13771                 fix bug #494993 (Reply All not taking Reply-To into consi)
13772                 eliminate differences in behaviour of right-click 'Reply to all' 
13773                 in summary view and 'Reply to all' on the toolbar. 
13774                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13775                 view and From gets ignored by 'Reply to all' on toolbar.
13776                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13777                 From when no Reply-To header is present.
13778
13779 2002-02-04 [paul]       0.7.0claws46
13780
13781         * sync with sylpheed 0.7.0cvs30
13782                 see ChangeLog entries 2002-02-03 and 2002-02-04
13783
13784 2002-02-03 [melvin]     0.7.0claws45
13785
13786         * src/gtkspell.[ch]
13787                 Readded function to highlight all misspelled words.
13788                 Fixed bug where user-provided-words did not replace
13789                         correctly the misspelled word when using the mouse.
13790                 Fixed bug where checking a region selected from right to left did
13791                         not check the region at all.
13792                 Fixed bug where 'Check backwards' may not check at all. 
13793                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13794                 Fixed possible buffer overflow when checking for long strings (>1k).
13795                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13796                 Accelerators code uses now gtk_widget_add_accel.
13797                 Removed and disabled obsolete and unfinished code.
13798                 Cleaning up.
13799
13800         * src/compose.c
13801                 Added menu item to Highlight all misspelled words.
13802
13803 2002-02-01 [paul]       0.7.0claws44
13804
13805         * src/mainwindow.c
13806                 fix '/View/Hide read messages' sensitivity when all
13807                 messages in a folder are hidden
13808
13809 2002-02-01 [paul]       0.7.0claws43
13810
13811         * src/main.c
13812                 add --send option to command line interface, sends all
13813                 queued mail. Patch submitted by Ricardo Mones Lastra.
13814
13815 2002-01-31 [paul]       0.7.0claws42
13816
13817         * src/mainwindow.c
13818                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13819
13820 2002-01-31 [paul]       0.7.0claws41
13821
13822         * sync with sylpheed 0.7.0cvs27
13823                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13824                 and 2002-01-31
13825
13826         * src/textview.c
13827                 comment out elements of textview_show_part() as temporary
13828                 workaround for attachment 'Display as text' bug 
13829
13830         * po/pt_BR.po
13831                 updated by Fabio Junior Beneditto
13832
13833 2002-01-30 [paul]       0.7.0claws40
13834
13835         * sync with sylpheed 0.7.0cvs24
13836                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13837                 and 2002-01-30
13838
13839         * src/compose.c
13840                 add {N_("/_Spelling"), ... "<Branch>"} to 
13841                 GtkItemFactoryEntry compose_entries[]
13842
13843         * src/prefs_common.c
13844                 add claws menu items to prefs_keybind_apply_clicked()
13845                 and remove non-claws menu items
13846
13847 2002-01-29 [paul]       0.7.0claws39
13848
13849         * sync with sylpheed 0.7.0cvs22
13850                 see ChangeLog entries 2002-01-28 and 2002-01-29
13851
13852 2002-01-28 [melvin]     0.7.0claws38
13853
13854         * src/compose.c
13855                 Added the declartion of compose_send_control_enter.
13856
13857         * src/compose.c
13858         * src/gtkspell.[ch]
13859                 Added in a 'Spelling' menu which includes the configuration menu. 
13860                 Added a real 'Check all' and got rid from the old one which only
13861                 highlited misspelled word.
13862                 Made 'Check while typing' a disableable option.
13863                 Added a dialog when there are no more misspelled word.
13864                 Added a dialog if error occurs when switching to a dictionary.
13865         
13866         * src/prefs_common.[ch]
13867                 Added option for the default 'Check while typing' option.
13868
13869
13870 2002-01-28 [alfons]     0.7.0claws37
13871
13872         * src/compose.c
13873                 fix buglet and make code comply with sylpheed code style
13874
13875 2002-01-28 [paul]       0.7.0claws36
13876
13877         * sync with sylpheed 0.7.0cvs19
13878                 see ChangeLog entries for 2002-01-28
13879
13880 2002-01-28 [hoa]        0.7.0claws35
13881
13882         * src/defs.h
13883                 added rendererrc
13884
13885         * src/main.c
13886                 read the renderer config
13887
13888         * src/procmime.[ch]
13889                 use the renderer config to convert mime attachments
13890
13891         * src/textview.c
13892                 don't use textview_show_html/ertf,
13893                 use get_text_content instead
13894
13895 2002-01-27 [alfons]     0.7.0claws34
13896         
13897         * src/news.c
13898                 make sylpheed believe it can delete a news message...
13899                 (messages are NOT deleted, maybe we should remove
13900                 processing from the folder properties after all.)
13901
13902 2002-01-27 [alfons]     0.7.0claws33
13903
13904         * src/folder.c
13905                 add extra checks
13906         * src/news.c
13907                 implement remove_msg() 
13908
13909 2002-01-27 [alfons]     0.7.0claws32
13910
13911         * src/procmsg.h
13912         * src/procheader.c
13913         * src/messageview.c
13914                 fix return receipt / disposition notification again. this
13915                 stuff seems to break on _every_ major summary UI change, so
13916                 it's now implemented using a flag which is saved in the
13917                 marks cache
13918                 
13919 2002-01-26 [alfons]     0.7.0claws31
13920
13921         * src/import.c
13922                 let import dialog show the destination folder identifier
13923
13924 2002-01-26 [melvin]     0.7.0claws30
13925
13926         * src/folderview.c
13927         * src/summaryview.c
13928                 Readded 'Mark all read' into summary view popup menu
13929                 Added 'Mark all read' in folder view popup menu for IMAP
13930                 and NNTP.
13931                 Made it insensitive if the selected folder is not the shown
13932                 one to avoid 'Mark all read' on the wrong folder.
13933                 
13934 2002-01-26 [paul]       0.7.0claws29
13935
13936         * src/folderview.c
13937           src/summaryview.c
13938                 move 'Mark all read' from summary view to folder view
13939                 menu. (adapted from) patch submitted by Jeremy Andrews,
13940                 <lists@kerneltrap.com>
13941
13942 2002-01-25 [alfons]     0.7.0claws28
13943
13944         * src/gtkstext.c
13945                 put the gtk class name back so GtkSText adapts the 
13946                 settings of GtkText
13947
13948 2002-01-25 [alfons]     0.7.0claws27
13949
13950         * src/folderview.c 
13951                 assimilate Ricardo's patch that shows pixmaps instead of
13952                 plain "new" and "unread" texts in the folder view column
13953                 headers 
13954
13955 2002-01-25 [paul]       0.7.0claws26
13956
13957         * src/Makefile.am
13958                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13959                 be found in non-standard locations. 
13960                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13961
13962 2002-01-25 [paul]       0.7.0claws25
13963
13964         * sync with sylpheed 0.7.0cvs16
13965                 see ChangeLog entry 2002-01-25
13966
13967 2002-01-24 [paul]       0.7.0claws24
13968
13969         * more sync with sylpheed 0.7.0cvs15
13970                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13971
13972 2002-01-23 [sergey]     0.7.0claws23
13973
13974         * src/importldif.c
13975                 Fixed segfault when closing LDIF import wizard with
13976                 the window manager.
13977         * src/imageview.c
13978         * src/imageview.h
13979         * src/messageview.c
13980         * src/mimeview.c
13981                 Fixed wrong scrolling position after switching between
13982                 text and image parts.
13983
13984 2002-01-23 [paul]       0.7.0claws22
13985
13986         * sync with sylpheed 0.7.0cvs15
13987                 see ChangeLog entries 2002-01-22 and 2002-01-23
13988
13989 2002-01-21 [melvin]     0.7.0claws21
13990
13991         * src/prefs_scoring.c
13992         * src/prefs_filtering.c
13993                 Fixed bug where scoring and filtering windows stopped
13994                 autochecking.
13995
13996 2002-01-21 [paul]       0.7.0claws20
13997
13998         * sync with sylpheed 0.7.0cvs12
13999                 see ChangeLog entries 2002-01-20 and 2002-01-21
14000
14001 2002-01-21 [carsten]    0.7.0claws19
14002         * src/mainwindow.c
14003         * src/menu.[ch]
14004         * src/messageview.[ch]
14005         * src/summaryview.[ch]
14006                 changes to shortcuts handling again:
14007                         + "Q" now controled by mainwin
14008                         + v/V are now customizable and have slightly
14009                           different meanings
14010                 the "button" to minimize the messageview (and maximize
14011                 the summary view) is a real button now
14012         * src/compose.c
14013                 "Delete Line+" added to Edit/Advanced (this will also
14014                 delete the '\n')
14015
14016 2002-01-20 [melvin] 0.7.0claws18
14017
14018         * src/addressbook.c
14019                 Made "Bcc" sensitive when addressbook is called from
14020                 compose window (it was a Claws only bug).
14021
14022 2002-01-19 [alfons] 0.7.0claws17
14023
14024         * src/inc.c
14025                 prevent unnecessary updates when currently selected folder has
14026                 no new messages 
14027
14028 2002-01-19 [alfons] 0.7.0claws16
14029         
14030         * src/summaryview.c
14031                 prevent writing the cache based on current message list in summary 
14032                 view when filtering also put messages in currently selected folder
14033
14034 2002-01-19 [paul]
14035
14036         * po/it.po
14037                 Italian translation submitted by Alessandro Maestri
14038                 <a.maestri@cs.tin.it>
14039
14040 2002-01-18 [melvin]     0.7.0claws15
14041
14042         * src/prefs_filters.c
14043                 fixed bug where 'cancel' from 'filters' window stops autochecking
14044                 if the timer timed out  when the window was open.
14045
14046 2002-01-18 [match]      0.7.0claws14
14047
14048         * src/addrclip.[ch]     ** NEW FILE **
14049         * src/addrselect.[ch]   ** NEW FILE **
14050         * src/adbookbase.h      ** NEW FILE **
14051                 addressbook cut, copy and paste
14052         * src/addrbook.[ch]
14053         * src/addrcache.[ch]
14054         * src/addressitem.h
14055         * src/addrindex.[ch]
14056         * src/addritem.[ch]
14057         * src/importldif.c
14058         * src/importmutt.c
14059         * src/jpilot.[ch]
14060         * src/syldap.[ch]
14061         * src/vcard.[ch]
14062         * src/jpilot.[ch]
14063         * src/editbook.c
14064         * src/editjpilot.c
14065         * src/editldap.c
14066         * src/editvcard.c
14067                 support for copy/paste
14068         * src/addressbook.c
14069                 support for copy/paste
14070                 tidy up menu option processing
14071                 correct address list function arguments
14072         * src/editaddress.c
14073                 sort user attributes
14074         * src/ldif.h
14075         * src/mutt.h
14076                 tidy up
14077
14078         * src/addrbook.[ch]
14079         * src/addrbook.[ch]
14080         * src/addrbook.[ch]
14081                 
14082
14083 2002-01-18 [paul]       0.7.0claws13
14084
14085         * sync with sylpheed 0.7.0cvs8
14086                 configure.in: support Mac OS X (Darwin)
14087
14088 2002-01-18 [carsten]    0.7.0claws12
14089         * src/html.c
14090                 small hack to fix a segfault with an empty href
14091                 (reported by Alexandra Walford <deeni@altern.org>)
14092         * src/mainwindow.c
14093         * src/summaryview.c
14094                 the shortcuts for Mark und Mark as unread are hardcoded
14095                 again
14096         * src/compose.c
14097         * src/gtkstext.[ch]
14098                 readded the shortcuts in gtkstext but made them
14099                 customizeable (simply by adding a menu plus a wrapper
14100                 to compose.c)
14101
14102 2002-01-17 [melvin]     0.7.0claws11
14103
14104         * src/gtkspell.c
14105                 fix default dictionary not being saved.
14106
14107 2002-01-16 [darko]      0.7.0claws10
14108
14109         * src/compose.c
14110                 fix wrapping crash with URL longer than wrapping margin
14111
14112 2002-12-08 [hoa]        0.7.0claws10
14113
14114         * src/matcher_parser_parse.y
14115                 fixed some bugs
14116
14117         * src/prefs_filtering.c
14118                 now, we can use bounce action in the dialog box.
14119
14120 2002-01-16 [carsten]    0.7.0claws9
14121         * src/gtkstext.c
14122                 removed the <control> and <alt> shortcuts because they're
14123                 not needed and interefered with the "normal" shortcuts
14124         * src/mainwindow.c
14125         * src/summaryview.c
14126                 removed most of the hardcoded shortcuts and assigned
14127                 them to menu entries making them easy customizable by
14128                 that
14129
14130 2002-01-16 |melvin]     0.7.0claws8
14131
14132         * src/gtkspell.c
14133                 fixed bug where using the mouse and when the compose
14134                 window is not on top may result in a crash.
14135
14136 2002-01-16 [melvin]     0.7.0claws7
14137
14138         * src/compose.c
14139                 fixed a long standingspell checker bug which could 
14140                 cause a crash after sending a message.
14141
14142 2002-01-16 [paul]       0.7.0claws6
14143
14144         * sync with sylpheed 0.7.0cvs7
14145                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14146                 2002-01-15, and 2002-01-16
14147
14148 2002-01-16 [melvin]     0.7.0claws5
14149
14150         * README.claws
14151         * src/compose.c
14152         * src/gtkspell.[ch]
14153         * src/main.c
14154                 Heavily modified spell checker code to work around
14155                 ispell bug, to add keyboard shortcuts and for future
14156                 enhancements. See README.claws for usage information.
14157
14158 2002-01-15 [alfons]     0.7.0claws4
14159         
14160         * src/summaryview.c
14161                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14162                 so sorting within threads reflects sort mode
14163
14164 2002-01-15 [christoph]  0.7.0claws3
14165
14166         * src/procmsg.c
14167                 added alertpanel if mail sending failed
14168
14169 2002-01-15 [alfons]     0.7.0claws2
14170         
14171         * src/prefs_filtering.c
14172                 don't stop timer when prefs filtering dialog is opened
14173
14174 2002-01-14 [alfons]     0.7.0claws1
14175
14176         * src/addr_compl.c
14177         * src/prefs.c
14178                 remove debug_print()s for privacy reasons
14179
14180 2002-01-14 [darko]      0.7.0claws
14181
14182         * README.claws
14183                 quotation wrapping is now also in the main branch
14184
14185 2002-01-14 [paul]
14186
14187         * tools/filter_conv.pl
14188                 allow for Boolean Op and case-sensitivity
14189                 this file is included in the release and tagged
14190                 'rel_0_7_0'
14191
14192 2002-01-13 [paul]       0.7.0claws
14193
14194         * release 0.7.0, with cvs tag 'rel_0_7_0'
14195
14196 2002-01-13 [paul]
14197
14198         * tools/filter_conv.pl
14199         * tools/README
14200                 rewritten to output to matcherrc instead of filteringrc
14201
14202         * po/es.po
14203                 updated Spanish translation by Ricardo Mones Lastra
14204
14205 2002-01-13 [alfons]
14206
14207         * po/nl.po
14208                 update dutch translation
14209
14210 2002-01-13 [paul]
14211
14212         * po/pt_BR.po
14213                 Updated by Fabio Junior Beneditto 
14214
14215 2002-01-13 [melvin]     0.6.6claws53
14216
14217         * po/fr.po
14218                 Updated french translation
14219
14220 2002-01-12 [alfons]     0.6.6claws52
14221
14222         * src/filtering.c
14223                 plug mem leak that has been sitting there for ages              
14224
14225 2002-01-12 [alfons]     0.6.6claws51
14226
14227         * src/summaryview.c
14228                 undo melvin's changes from 0.6.6claws48 because summary
14229                 view now refuses to select first unread message when
14230                 selecting a folder 
14231
14232 2002-01-11 [alfons]     0.6.6claws50
14233
14234         * src/import.c
14235                 use claws' semantics for getting folder item when
14236                 importing an mbox file into a folder 
14237                 (submitted by Dale P. Smith)
14238
14239 2002-01-11 [christoph]  0.6.6claws49
14240
14241         * src/prefs.h
14242                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14243                 toggle widget, because non static prefs can not use
14244                 prefs_set_* functions
14245         * src/prefs_account.c
14246                 toggle smtp auth password field sensitivity if
14247                 user id is empty and add descrition of usage for
14248                 these fields
14249         * src/prefs_folder_item.c
14250                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14251                 callbacks
14252
14253 2002-01-11 [melvin]     0.6.6claws48
14254
14255         * src/compose.c
14256                 fix the 'Ctrl-Enter' feature for sending and test really
14257                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14258                 editables which was not documented in Gtk)
14259
14260         * src/summaryview.c
14261                 Made summaryview refresh after sorting and not before.
14262
14263 2002-01-11 [christoph]  0.6.6claws47
14264
14265         * src/compose.c
14266                 select account from account ids if possible and
14267                 correctly set save folder for copy in reedit
14268
14269 2002-01-10 [paul]       0.6.6claws46
14270
14271         * sync with sylpheed 0.7.0 release
14272                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14273                 2002-01-09
14274
14275 2002-01-09 [alfons]
14276
14277         * src/summaryview.c
14278                 remove more dirt traces...
14279
14280 2002-01-09 [alfons]
14281         
14282         * src/summaryview.c
14283                 clean up some traces of my debugging stuff
14284
14285 2002-01-09 [alfons]     0.6.6claws45
14286
14287         * src/filtering.c
14288                 break up filteringprop_apply() in three separate pieces
14289                 so we can drop messages that failed processing in the
14290                 inbox
14291
14292         * src/summaryview.c
14293                 fix bug #469598 "no refresh of inbox after filter" which 
14294                 was introduced by the new summary view locking, and which 
14295                 prevented the summary view to update after a manual filter 
14296                 message. claw's filter message requires a summary_show().
14297                 (aargh, summary_show() again! :-)
14298                 
14299 2002-01-07 [alfons]     0.6.6claws44
14300
14301         * src/headerwindow.c
14302         * src/logwindow.c
14303         * src/messageview.c
14304         * src/sourcewindow.c
14305                 bring in Hiro's last 0.7.0 wm class fixes
14306
14307         * tools/sylprint.pl
14308                 bring in Ricardo's fix for sylprint script
14309
14310         * AUTHORS       
14311         * src/rfc2015.[ch]
14312         * src/prefs_common.[ch]
14313         * src/prefs_account.[ch]
14314         * src/compose.c
14315                 clean up account preference poison in rfc2015,
14316                 and preparation to fix double sign bug 
14317                 (patch submitted by Simon 'corecode' Schubert)
14318
14319 2002-01-07 [christoph]  0.6.6claws43
14320
14321         * src/mh.c
14322                 search for free message number, do not only rely
14323                 on last_num
14324         * src/send.c
14325                 fix smtp auth and use extra account information
14326                 if available, if not use pop3 data instead
14327                 (closes bug #500341)            
14328         * src/ssl.[ch]
14329                 match coding style
14330
14331 2002-01-06 [alfons]     0.6.6claws42
14332
14333         * src/mainwindow.c
14334                 try making the separate windows work again...
14335
14336 2002-01-06 [alfons]     0.6.6claws41
14337
14338         * src/mainwindow.c
14339                 adapt Hiro's separate window menu (to get rid of the funny
14340                 duplicate menu items), and make it work again
14341
14342 2002-01-06 [alfons]     0.6.6claws40
14343
14344         * tools/Makefile.am
14345         * tools/sylprint.rc
14346         * tools/sylprint.pl
14347         * tools/README.sylprint
14348                 add sylprint script for printing mails from Sylpheed
14349                 (contributed by Ricardo Mones Lastra)
14350
14351         * src/acount.c
14352                 clean up
14353
14354 2002-01-06 [melvin]     0.6.6claws39
14355
14356         * src/mainwindow.c
14357         * src/summaryview.c
14358                 Fixed crash introduced in 0.6.6claws38 by the menu
14359                 reorganisation (Hide read messages)
14360         
14361         * ChangeLog.claws 
14362                 Fixed typo (we are now in 2002, alfons ;) )
14363
14364 2002-01-05 [alfons]     0.6.6claws38
14365
14366         * sync with sylpheed 0.6.6cvs10-17
14367                 (last stuff marked as LAST_STABLE)
14368
14369 2002-01-04 [melvin]     0.6.6claws37
14370
14371         * src/account.c
14372                 Made account selection code use strcasestr again instead of
14373                 g_strcasecmp (fixes bug where reediting queued messages
14374                 did not select proper account reported by T. Link).
14375         
14376         * src/folderview.c
14377                 Fix bug where folder icons are not shown when 'hide read messages'
14378                 is on.
14379         
14380         * src/stock_pixmaps.[ch]
14381                 Added folder icons for 'hide read messages'.
14382         
14383         * src/compose.c
14384                 Fixed bug where 'Enter' in a header entry will send the message 
14385                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14386
14387 2002-01-03 [melvin]     0.6.6claws36
14388         
14389         * src/prefs.[ch]
14390                 Added popup menu for common preferences and
14391                 account preferences (right click on tab displays
14392                                 a menu of all tabs.)
14393
14394 2002-01-02 [melvin]     0.6.6claws35
14395
14396         * src/gtkspell.[ch]
14397                 Made spelling code compatible with undo/redo feature.
14398                 Added creation of suggestion mode menu for the general
14399                         preferences.
14400         
14401         * src/prefs_common.[ch]
14402                 Added option menu for the speller's suggestion mode.
14403                 Added missing spaces in "..." buttons and made a "..."
14404                         button non translatable!
14405         
14406         * src/compose.c
14407                 Made speller use the default suggestion mode.
14408                 Hack to make it possible to choose 'CTRL-Enter' as a
14409                         shortcut for sending (and only for sending).
14410
14411         * src/prefs_folder_item.c
14412                 Changing subject simplification does not update cache 
14413                         anymore (because it is unnecessary).
14414                 Fixed bug where changing subject simplification updated the 
14415                         summaryview even when the viewed folder is not the
14416                         folder which properties are being changed. (E.g. 
14417                                         viewing folder A and changing
14418                                         the subject simplification of 
14419                                         folder B -not being viewed- updated the 
14420                                         summaryview of folder A with data of
14421                                         folder B). (Hope this is clear... )
14422
14423 2001-12-31 [alfons]     0.6.6claws34
14424         
14425         * src/ldif.c
14426         * src/mutt.c
14427                 fgetc() returns a signed integer which doesn't
14428                 fit in a char. so c truncates this to a char
14429                 but we may lose significant bits. i.e. we may
14430                 comparing 0xFF which may not be equal to -1
14431                 unless properly casted to signed char which
14432                 we won't do because fgetc() returns a signed
14433                 integer which doesn't fit in a char. so c 
14434                 truncates this to a char but we may lose 
14435                 significat bits. (you got the idea, thanks
14436                 to Gustavo Noronha Silva <kov@debian.org>
14437                 and the Debian folks!)
14438
14439 2001-12-30 [alfons]     0.6.6claws33
14440
14441         * src/prefs_common.c
14442                 add #ifdef USE_PSPELLs that Melvin forgot               
14443
14444 2001-12-30 [melvin]     0.6.6claws32
14445         
14446         * src/prefs_common.[ch]
14447                 Added configurable color for misspelled words.
14448
14449         * src/gtkspell.[ch]
14450                 Fixed bug of foreground text color (reported by David
14451                                 Mehrmann)
14452                 Added configurable color for misspelled words.
14453
14454 2001-12-30 [alfons]     0.6.6claws31
14455
14456         * src/folder.c
14457                 remove unnecessary things someone put there
14458
14459         * src/mh.c
14460         * src/folder.[ch]
14461                 make folder properties (like threading and sorting) persistent
14462                 (closes bug #497424 "rescan folder tree resets proprieties")
14463                 currently this is only for MH folders. 
14464
14465 2001-12-29 [melvin]     0.6.6claws30
14466
14467         * src/string_match.[ch]
14468                 Optimized a bit: regexp pattern buffer compiled only once, and
14469                   one subroutine call removed. Fixed ^ regexp search: Now, 
14470                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14471         
14472         * src/summaryview.c
14473                 Subject filtering changed to filter summary columns and
14474                   not directly the messages subject cache. The loss in 
14475                   performance is balanced by the improvement of string_match.
14476                 Added an alert panel if there is an error in the regexp.
14477
14478         * src/src/prefs_folder_item.h
14479                 Added a regexp pattern buffer.
14480
14481 2001-12-28 [alfons]     0.6.6claws29
14482
14483         * src/string_match.[ch]
14484                 clean up name space
14485                 allow compilation *BSD
14486
14487 2001-12-27 [alfons]     0.6.6claws28
14488
14489         * src/filter.c
14490                 sync the Hiro's bug fix for BSD
14491
14492 2001-12-27 [melvin]     0.6.6claws27
14493         
14494         * src/compose.c
14495                 Simplify focus to subject entry code.
14496
14497 2001-12-27 [darko]      0.6.6claws26
14498
14499         * src/filtering.c
14500         * src/mbox_folder.c
14501         * src/messageview.c
14502         * src/mh.c
14503         * src/procheader.[ch]
14504         * src/procmsg.h
14505         * src/stock_pixmap.[ch]
14506         * src/summaryview.c
14507                 Show key icon for encrypted mails in summary view
14508
14509         * src/pixmaps/clip.xpm
14510         * src/pixmaps/clipkey.xpm
14511         * src/pixmaps/key.xpm
14512                 New/modified icons for the above
14513
14514 2001-12-27 [melvin]     0.6.6claws25
14515
14516         * src/prefs_common.c
14517                 Put spell checker options in a separate tab to decrease
14518                 the Common Preferences window height.
14519
14520         * README.claws  
14521                 Update spell checker usage instruction about its options
14522                 location.
14523
14524 2001-12-27 [melvin]     0.6.6claws24
14525
14526         * src/compose.c
14527                 Changed subject entry widget position. Initial focus is
14528                 on the To header instead of the subject entry.
14529                 Creating a new header scrolls the header list to make the
14530                 created one visible. Nevertheless, when automatically filling
14531                 headers, the first one is shown.
14532                 A Tab key press in the last empty header entry zips the 
14533                 focus to the subject entry.
14534                 (I did not change the combo boxes, yet)
14535
14536 2001-12-26 [alfons]     0.6.6claws23
14537
14538         * src/prefs_account.c
14539         * src/inc.c
14540                 allow default inbox to reside in another mailbox (only
14541                 works for POP3 accounts)
14542
14543 2001-12-26 [alfons]     0.6.6claws22
14544         
14545         * src/textview.c
14546                 make reply-on-click work with the account of the selected folder
14547         * src/compose.c
14548                 put a fixme here to remind me to fix finding correct default
14549                 account for nested folders
14550
14551 2001-12-25 [alfons]     0.6.6claws21
14552
14553         * src/summaryview.c
14554                 make column headers display locked and mark pixmaps (idea by Melvin) 
14555                 fix bug by adding score and locked column type to sort array
14556
14557 2001-12-25 [alfons]     0.6.6claws20
14558         
14559         * src/summaryview.c
14560                 catch a *potentially* inadvertent write back of  
14561                 the message cache(s) introduced by 0.6.5claws37
14562
14563 2001-12-25 [christoph]  0.6.6claws19
14564
14565         * src/stock_pixmap.[ch]
14566         * src/summaryview.c
14567                 add ignore thread pixmap
14568                 (can someone draw a better icon for this?)
14569
14570 2001-12-24 [alfons]     0.6.6claws18
14571
14572         * src/prefs_folder_item.c
14573                 make address completion actually work for the
14574                 Default To address in the Folder Property dialog.
14575
14576 2001-12-24 [alfons]     0.6.6claws17
14577         
14578         * src/summaryview.c
14579                 use new style regexp for subject stripping 
14580                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14581
14582 2001-12-24 [darko]      0.6.6claws16
14583
14584         * src/pgptext.c
14585         * src/rfc2015.c
14586                 move GPG related informational messages to debug mode
14587
14588 2001-12-23 [alfons]     0.6.6claws15
14589
14590         * src/stock_pixmap.[ch]
14591         * src/summaryview.c
14592                 add the forgotten Claws' locked pixmap
14593
14594 2001-12-23 [alfons]     0.6.6claws14
14595
14596         * src/filesel.c
14597                 accept file name typed in entry in multi file
14598                 selector (patch submitted by Gustavo Noronha Silva 
14599                 <kov@debian.org>)
14600
14601 2001-12-23 [alfons]     0.6.6claws13
14602
14603         * src/prefs_filter.c
14604         * src/prefs_filtering.c
14605         * src/matcher.c
14606         * src/importmutt.c
14607                 clean up a little bit
14608         
14609         * src/string_match.c
14610                 validate input strings a little bit more
14611
14612 2001-12-23 [alfons]     0.6.6claws12
14613
14614         * src/Makefile.am
14615         * src/summaryview.c
14616         * src/string_match.[ch]         ** NEW **
14617         * src/folderview.[ch]
14618         * src/headerview.h
14619         * src/folder.[ch]
14620         * src/prefs_folder_item.[ch]
14621                 add subject simplification to strip out strings from
14622                 a subject line (esp. handy for mailing lists). 
14623                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14624                 but slightly changed things for better integration.)
14625
14626 2001-12-23 [alfons]     0.6.6claws11
14627
14628         * src/mainwindow.c
14629                 fix bug introduced by submission included in 0.6.5claws52.
14630                 ideally this submission should clean the trash if any trash
14631                 folder has a message. however, the hasTrash variable was
14632                 set to false whenever a trash folder was empty (discarding
14633                 a previously found *filled* trash folder.)
14634
14635                 also edited the code a little bit and made it more safe.
14636
14637 2001-12-22 [alfons]     0.6.6claws10
14638
14639         * src/imap.c
14640                 quick fix for Martin Pool's omission of an account
14641                 specific SSL setting
14642
14643 2001-12-22 [alfons]     0.6.6claws9
14644
14645         * src/compose.c
14646         * src/messageview.c
14647         * src/mimeview.c
14648         * src/pgptext.c
14649         * src/procmime.[ch]
14650                 better support for multipart/digest (submitted
14651                 by Fredrik <e98fo@efd.lth.se>)
14652
14653 2001-12-22 [alfons]     0.6.6claws8
14654
14655         * src/addressbook.c
14656                 correct function signature
14657         * src/socket.[ch]
14658         * src/imap.[ch]
14659         * src/prefs_account.[ch]
14660                 allow IMAP over SSH tunnel (patch submitted by 
14661                 Martin Pool <mbp@samba.org>)
14662
14663 2001-12-21 [alfons]     0.6.6claws7
14664
14665         * sync with sylpheed 0.6.6cvs4-9
14666                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14667
14668 2001-12-21 [christoph]  0.6.6claws6
14669
14670         * src/compose.c
14671         * src/prefs_folder_item.[ch]
14672                 implement saving of outgoing messages to current folder.
14673                 fix segfault when no default outbox is available
14674                 (closes bug #495683)
14675
14676 2001-12-21 [carsten]    0.6.6claws5
14677         * src/folderview.c
14678         * src/summaryview.c
14679                 pressing CTRL while DND does now the expected thing and
14680                 copies the mail (moving is still the default, as this
14681                 seam more appropriate for handling mails by DND)
14682
14683 2001-12-18 [paul]       0.6.6claws4
14684
14685         * sync with sylpheed 0.6.6cvs3
14686                 see ChangeLog entries 2001-12-18
14687
14688 2001-12-18 [hiro]       0.6.6claws3
14689
14690         * src/undo.c
14691                 fix for multibyte characters (obtain the number of letters
14692                 instead of bytes).
14693
14694 2001-12-17 [paul]       0.6.6claws2
14695
14696         * sync with sylpheed 0.6.6cvs1
14697                 see ChangeLog entry 2001-12-16
14698
14699 2000-12-17 [alfons]     0.6.6claws1
14700
14701         * src/filtering.c
14702                 clean up
14703
14704 2001-12-16 [paul]       0.6.6claws
14705 2001-12-15
14706
14707         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14708
14709         * src/mimeview.c
14710                 last minute sync with main 0.6.6
14711
14712         * po/es.po
14713                 updated by Ricardo Mones Lastra
14714                 update for last minute sync
14715         * po/fr.po
14716         * po/nl.po
14717                 update for last minute sync
14718         * po/de.po
14719                 updated by Jens Oberender
14720         * po/pt_BR.po
14721                 updated by Fabio Junior Beneditto
14722
14723         * src/prefs_common.[ch]
14724         * src/undo.c
14725                 number of undo levels is user configurable
14726                 (squeeze it into the release in the dying
14727                 moments) Submitted by Jens Oberender    
14728
14729 2001-12-15 [melvin]
14730
14731         * po/fr.po
14732                 updated french translation
14733
14734 2001-12-15 [paul]       0.6.5claws92
14735
14736         * sync with sylpheed 0.6.5cvs28
14737                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14738
14739         * po/nl.po
14740                 update to allow for sync
14741
14742 2001-12-15 [alfons]
14743         
14744         * po/nl.po
14745                 update dutch translation
14746
14747 2001-12-14 [carsten]    0.6.5claws91
14748         * src/summaryview.c
14749                 fixed bug #473785; also after changing the column order
14750                 the same message will be selected and displayed as before
14751                 the reordering
14752
14753 2001-12-14 [carsten]    0.6.5claws90
14754         * src/folderview.c
14755                 probably found the bug reported by wwb opening or closing
14756                 a folder tree just before dnd (found the solution in the
14757                 balsa source -- thanks to them)
14758
14759 2001-12-14 [carsten]    0.6.5claws89
14760         * src/gtkutils.c
14761         * src/account.c
14762                 moved gtk_clist_moveto to the right place, so that
14763                 only the accounts dialog is effected on opening
14764
14765 2001-12-14 [carsten]    0.6.5claws88
14766         * src/gtkutils.c
14767                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14768                 now, so that the focused row will be seen in any case
14769                 (reported by wwp on sf-claws-user)
14770
14771 2001-12-14 [darko]      0.6.5claws87
14772
14773         * src/compose.c
14774                 remove unnecessary line
14775
14776 2001-12-14 [paul]       0.6.5claws86
14777
14778         * sync with sylpheed 0.6.5cvs27
14779                 see ChangeLog entries 2001-12-14
14780
14781 2001-12-14 [carsten]    0.6.5claws85
14782         * src/mainwindow.c
14783                 following a suggestion of Melvin the rcoabm pops up
14784                 right under the button now and the button is reliefed
14785                 while the popup is open
14786
14787 2001-12-14 [darko]      0.6.5claws84
14788
14789         * src/compose.c
14790                 fix crash when wrapping long lines if linewrap quotation
14791                 is disabled and wrapper encounters a word spanning more
14792                 than one line
14793
14794 2001-12-13 [paul]       0.6.5claws83
14795
14796         * src/compose.c
14797                 prefer 'Reply-To' header over mailing list header when
14798                 replying to a message. Finally prevent all those confirmation 
14799                 messages being sent to the list itself.
14800
14801         * src/summaryview.c
14802                 remove unused summary_set_menu_sensitive() entry
14803
14804 2001-12-13 [paul]       0.6.5claws82
14805
14806         * src/folderview.c
14807         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14808         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14809         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14810                 improvements to 'Hide read messages': Inbox, Outbox,
14811                 Trash, Queue, and Draft icons now reveal presence of hidden 
14812                 messages
14813
14814 2001-12-12 [alfons]     0.6.5claws81
14815
14816         0.6.5claws80 was tagged as LAST_STABLE
14817
14818         * src/filtering.[ch]
14819         * src/matcher.[ch]
14820         * src/matcher_parser_lex.c
14821                 fix the filtering; my last attempt to get it right, 
14822                 if it does not work, it's Hoa's turn. ;-)
14823
14824                 for my honourable peers:
14825                 
14826                 the code now makes a clear distinction between
14827                 rules as they are displayed (probably escaped),
14828                 and as they are executed (probably unescaped). the
14829                 parser does *NOT* do any unescaping, this is
14830                 the task of the matcher.c (which breaks up a
14831                 rule into condition) and the filtering.c (which
14832                 breaks up the rule's action). to make this
14833                 run happily we provide an unescaped copy of
14834                 crucial strings to the MatcherProp and 
14835                 FilteringAction structures. note that the only
14836                 exception to this is any REGEXP string. those
14837                 are directly passed to regcomp() and regexp()
14838                 (who have much more powerful unescape functions).
14839                 
14840                 for everyone else:
14841         
14842                 you can escape tab (\t), carriage return (\r),
14843                 linefeed (\n), form feed (\f), quote (\"), 
14844                 single quote (\'), bell (\b) in all the entry
14845                 lines in the scoring & filtering dialogs.
14846                 as an added bonus this should not affect
14847                 existing filtering rules.
14848
14849 2001-12-12 [carsten]    0.6.5claws80
14850
14851         * src/summaryview.c
14852         * po/de.po
14853                 "item(s) selected" is now sensitive to 1 or more
14854                 than one selected (nice for language where simple
14855                 adding of a "s" is not possible as German (Eintrag
14856                 ->Eintr"age)
14857                 
14858                 the "forward as attachment" entry from the right
14859                 click menu removed, "forward" acts following the
14860                 prefs
14861         
14862         * src/textview.c
14863                 reverted my former changes; so compiler warning again
14864                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14865                 nevertheless
14866
14867         * src/messageview.c
14868                 "search in message" does now *not* only work in MVIEW_TEXT
14869                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14870                 message
14871
14872         * src/mainwindow.c
14873                 removed "/File/_Close" as it was the same as "/File/E_xit"
14874                 and we don't need it two times
14875
14876                 the separate folder view and message view now get a distinct
14877                 WMCLASS, just in case someone is using sawfish ;-)
14878
14879                 as the menu entries "/View/Message view" and "/View/Folder tree"
14880                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14881                 make them sensitive accordingly and as these two are "shown"
14882                 after startup anytime check this menuitem at startup
14883
14884 2001-12-12 [paul]       0.6.5claws79
14885
14886         * src/folderview.c
14887                 fix sensitivity of 'Search folder...', broken in
14888                 0.6.5claws75
14889
14890         * src/mainwindow.c
14891                 fix dodgy English
14892
14893 2001-12-11 [carsten]    0.6.5claws78
14894         * src/filtering.c
14895                 fixed two typos returning a wrong FALSE/TRUE
14896         * src/mainwindow.[ch]
14897                 extra menu for email/news button removed
14898
14899 2001-12-11 [alfons]     0.6.5claws77
14900         
14901         * src/matcher.c                 (1.3)
14902         * src/matcher_parser_lex.l      (1.28)
14903                 revert for another attempt
14904                 mark 0.6.5claws77 as LAST_STABLE
14905
14906 2001-12-11 [christoph]  0.6.5claws76
14907
14908         * po/de.po
14909                 fixed wrong translation for prev. unread msg
14910
14911 2001-12-11 [paul]       0.6.5claws75
14912
14913         * src/folder.[ch]
14914         * src/folderview.c
14915         * src/mainwindow.c
14916         * src/summaryview.[ch]
14917         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14918                 enable ability to hide read messages on per folder basis via 
14919                 '/Summary/Hide read messages'; when selected, a folder will 
14920                 have a red open folder icon, instead of a blue icon, if the 
14921                 folder contains hidden messges
14922                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14923
14924         * src/mainwindow.c
14925                 remove '/Message/Forward as attachment' from 
14926                 main_window_set_menu_sensitive() to prevent debug warning
14927
14928         * src/folderview.c
14929         * src/mainwindow.c
14930                 Clean up some of the English
14931
14932         * tools/newscache_clean.pl
14933                 allow for new 'hidereadmsgs' entry in folderlist.xml
14934
14935         * po/es.po
14936                 updated translation, submitted by Ricardo Mones Lastra
14937
14938 2001-12-11 [paul]       0.6.5claws74
14939
14940         * sync with sylpheed 0.6.5cvs25
14941                 see ChangeLog entry 2001-12-11
14942
14943 2001-12-10 [alfons]     0.6.5claws73
14944
14945         * src/matcher.c
14946                 add more control characters
14947         * src/matcher_parser_lex.l
14948                 make escaping / unescaping work again
14949
14950 2001-12-10 [alfons]     0.6.5claws72
14951
14952         * src/imap.c
14953                 clean up warnings "returning value for void function" 
14954         * src/prefs_filtering.c
14955                 make info button for execute action sensitive
14956
14957 2001-12-10 [paul]       0.6.5claws71
14958
14959         * src/compose.c
14960         * src/imap.[ch]
14961         * src/summaryview.c
14962                 fix: imap server now gets informed of MARKED, UNMARKED
14963                 and REPLY events. Now people can use different IMAP-Mail
14964                 clients and have the exact same information about MARKED,
14965                 UNMARKED and REPLY status with all of them. Especially
14966                 useful for imap servers with a web-frontend.
14967                 submitted by Tobias Sandhaas <medlor@web.de>
14968
14969 2001-12-09 [melvin]     0.6.5claws70
14970         
14971         * src/textview.[ch]
14972                 fixed bug #490076 (hunted down by Alfons who implemented
14973                 a workaround in 0.6.5claws65)
14974
14975 2001-12-09 [christoph]  0.6.5claws69
14976
14977         * src/summaryview.c
14978                 set pointer to string in LOCKED column to NULL
14979                 (might fix bug #490800)
14980
14981 2001-12-09 [carsten]    0.6.5claws68
14982
14983         * po/de.po
14984                 resolved some cluttered menu shortcuts 
14985                 ('creating new email' and 'creating news message'
14986                 hade the same)
14987         * src/compose.c
14988                 wmclass now distinc from main window
14989         * src/mainwindow.c
14990           src/mainwindow.h
14991                 email/news and forward button functionality similar
14992                 to the reply buttons; removed the ugly dropdown arrows
14993                 and use instead the right mouse button
14994
14995 2001-12-09 [paul]       0.6.5claws67
14996
14997         * src/imap.c
14998         * src/utils.h
14999                 allow spaces in imap folder names
15000                 submitted by Willem van Engen <wvengen@stack.nl>
15001
15002 2001-12-09 [paul]       0.6.5claws66
15003
15004         * sync with sylpheed 0.6.5cvs24
15005                 see ChangeLog entry 2001-12-09
15006
15007 2001-12-08 [alfons]     0.6.5claws65
15008
15009         * src/textview.c
15010                 prevent secondary selection claim after "add to sender" dialog
15011                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15012                 we trick GTK by simulating a click at (0, 0) in the textview.
15013
15014 2001-12-08 [hoa]        0.6.5claws64
15015
15016         * src/folder.c
15017                 fixed a bug about the .processing folder name while filtering
15018
15019 2001-12-08 [alfons]     0.6.5claws63
15020
15021         * src/folderview.c 
15022                 work around problem of not correctly updating folder stats
15023                 when deleting messages. there's some folder scanning evil
15024                 going so the folderview_update_msg_num() does not work
15025                 correctly. need to investigate this.
15026
15027 2001-12-08 [paul]       0.6.5claws62
15028
15029         * sync with sylpheed 0.6.5cvs23
15030                 see ChangeLog entry 2001-12-08
15031
15032 2001-12-07 [christoph]  0.6.5claws61
15033
15034         * src/compose.c
15035                 fix another header translation problem
15036
15037 2001-12-07 [alfons]     0.6.5claws60
15038
15039         * src/mbox.c
15040                 make filtering also work on local spool mbox
15041
15042 2001-12-07 [carsten]    0.6.5claws59
15043         * src/addressbook.c
15044                 addressbook window gets a wmclass distinct from the main
15045                 sylpheed window
15046         * src/compose.h
15047         * src/mainwindow.[ch]
15048                   forward menu item will use mode selected in prefs, forward 
15049                 as attatchment in menu removed (will be substituted in the
15050                 toolbar similar to reply buttons)
15051                   create news message menu entry and news button is now 
15052                 sensitive to the existance of a news account
15053         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15054         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15055         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15056                 these are removed because the toolbar buttons don't show
15057                 the quoting modus any longer
15058
15059 2001-12-07 [paul]
15060
15061         * tools/newscache_clean.pl      ** NEW FILE **
15062                 perl script to do some tidying up in the newscache directory 
15063                 
15064         * tools/sylpheed-switcher       ** NEW FILE **
15065                 perl script to enable easy switching between main and claws
15066                 
15067         * tools/README
15068                 added descriptions of the two new perl scripts          
15069
15070
15071 2001-12-07 [melvin]     0.6.5claws58
15072
15073         * src/messageview.c
15074                 fixed a warning during compilation introduced in 0.6.5claws56
15075
15076 2001-12-07 [paul]       0.6.5claws57
15077
15078         * src/mainwindow.[ch]
15079         * src/menu.[ch]
15080                 further usability enhancements to replying with or without 
15081                 quoting via the toolbar, use of Ctrl key is replaced by 
15082                 drop down menu 
15083                 Submitted by Carsten Schurig            
15084
15085 2001-12-07 [melvin]     0.6.5claws56
15086
15087         * src/messageview.c
15088                 hack to fix bug that prevented to make/paste selections
15089                 after switching between MVIEW_TEXT and MVIEW_MIME views
15090                 without deselecting the selection first.
15091
15092 2001-12-06 [alfons]     0.6.5claws55
15093
15094         * src/filtering.[ch]
15095         * src/inc.c
15096                 revise filtering a little bit more, and make sure
15097                 messages are delivered to the appropriate inbox
15098                 (perhaps set per account)
15099
15100 2001-12-06 [paul]       0.6.5claws54
15101
15102         * sync with sylpheed 0.6.5cvs22
15103                 see ChangeLog entry 2001-12-06
15104
15105 2001-12-05 [alfons]     0.6.5claws53
15106
15107         * src/inc.c
15108         * src/folder.[ch]
15109         * src/procmsg.c
15110         * src/filtering.c
15111                 more revisions of filtering system
15112                 (last stable version is marked as LAST_STABLE)
15113                 
15114                 | NOTE 1): the filtering system now uses a local folder called
15115                 | .processing. if filtering fails, check this directory
15116                 | for missing messages.
15117                 |
15118                 | NOTE 2): help us find the filtering actions still missing
15119
15120 2001-12-05 [paul]       0.6.5claws52
15121
15122         * src/mainwindow.c
15123                 fix bug where 'Empty Trash?' pop-up window appears even
15124                 when Trash is empty, submitted by Jesse Skinner         
15125
15126 2001-12-05 [melvin]     0.6.5claws51
15127
15128         * src/compose.c
15129                 fixed bug #486106 to select correct account when reediting 
15130                 a queued message
15131         
15132 2001-12-04 [alfons]     0.6.5claws50
15133
15134         * src/mh.c
15135                 declare markfile in appropriate functions when
15136                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15137                 for spotting this)
15138
15139 2001-12-04 [paul]       0.6.5claws49
15140
15141         * sync with sylpheed 0.6.5cvs21
15142                 see ChangeLog entry 2001-12-04
15143
15144 2001-12-03 [christoph]  0.6.5claws48
15145
15146         * po/de.po
15147                 changed translation of undo
15148         * src/account.c
15149         * src/folder.c
15150                 don't reinvent the wheel to traverse a GNode
15151         * src/compose.[ch]
15152                 seperate code to create the compose gui into functions
15153                 add "Others" page with folder selection for saving copy
15154                 of the message.
15155                 the folder identifier is saved to queue header
15156         * src/procmsg.c
15157                 save message to folder in queue header
15158
15159 2001-12-03 [paul]       0.6.5claws47
15160
15161         * sync with sylpheed 0.6.5cvs20
15162                 see ChangeLog entry 2001-12-03
15163
15164 2001-12-01 [paul]
15165
15166         * more sync with sylpheed 0.6.5cvs19
15167                 see ChangeLog entry 2001-11-29
15168
15169 2001-11-30 [paul]       0.6.5claws46
15170         
15171         * src/compose.c
15172                 remove conflicts introduced by Hoa's last commit
15173          
15174         * src/mainwindow.c
15175                 make 'Message/Bounce' sensitive
15176
15177 2001-11-30 [hoa]        0.6.5claws45
15178
15179         * src/compose.c
15180                 slightly change bounce function to add
15181                 information about the user that bounced the mail
15182                 in the From header line.
15183
15184         * src/folderview.c
15185                 permit the use of processing in outbox folder.
15186
15187 2001-11-29 [paul]       0.6.5claws44
15188
15189         * src/mainwindow.[ch]
15190         * src/prefs_common.c
15191         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15192         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15193         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15194                 usability enhancements to the quoting, implements
15195                 use of Ctrl key to toggle quoting settings
15196                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15197
15198 2001-11-29 [paul]       0.6.5claws43
15199         
15200         * sync with sylpheed 0.6.5cvs19
15201                 see ChangeLog entry 2001-11-28
15202
15203 2001-11-29 [melvin]     0.6.5claws42
15204         * src/Makefile.am
15205                 added enriched.[ch] to the list of files
15206
15207         * src/textview.c
15208         * src/mimeview.c
15209         * src/procmime.[ch]
15210         * src/enriched.[ch]
15211                 added support to view text/enriched
15212                 added support to show headers in message view for text/enriched and text/html
15213                         in non multipart messages
15214
15215 2001-11-28 [paul]       0.6.5claws41
15216
15217         * more sync with sylpheed 0.6.5cvs18
15218                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15219
15220 2001-11-27 [paul]       0.6.5claws40
15221         
15222         * po/pt_BR.po
15223                 updated translation, submitted by Fabio Junior Beneditto
15224                 
15225         * sync with sylpheed 0.6.5cvs18
15226                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15227                 2001-11-27
15228
15229
15230 2001-11-26 [paul]
15231
15232         * po/es.po
15233                 updated translation, submitted by Ricardo Mones Lastra
15234
15235 2001-11-26 [alfons]
15236
15237         * src/matcher.c
15238                 add more translatable strings
15239
15240 2001-11-26 [christoph]  0.6.5claws39
15241
15242         * po/de.po      
15243                 fixed one more umlaut
15244         * src/compose.c
15245                 fix translated header when it should not be translated
15246
15247 2001-11-26 [paul]       0.6.5claws38
15248
15249         * src/mainwindow.c
15250                 remove '/Message/Add Sender to address book' from 
15251                 main_window_set_menu_sensitive(), prevent debug warning
15252                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15253
15254 2001-11-26 [paul]       0.6.5claws37
15255
15256         * src/summaryview.c
15257                 fix 'recurring unread state' bug 
15258
15259         * tools/README 
15260         * tools/filter_conv.pl
15261                 read name of top level mailbox from folderlist.xml
15262                 and presume nothing about its name              
15263
15264 2001-11-26 [darko]      0.6.5claws36
15265
15266         * src/gtkstext.[ch]
15267                 removed functions that are now in gtkutils.c
15268                 use gtkut_text_is_uri_string() from gtkutils.c
15269         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15270
15271 2001-11-26 [paul]       0.6.5claws35
15272
15273         * sync with sylpheed 0.6.5cvs16
15274                 see ChangeLog entries 2001-11-25 and 2001-11-26
15275
15276 2001-11-25 [alfons]     0.6.5claws34
15277
15278         EXPERIMENTAL!!! Please checkout the last stable version using: 
15279           
15280         % cvs update -r LAST_STABLE -dRAP
15281
15282         (Or help us testing this stuff.)
15283
15284         * src/filtering.c               (1.14)
15285         * src/filtering.h               (1.6)
15286         * src/inc.c                     (1.28)
15287         * src/matcher.c                 (1.20)
15288         * src/mbox.c                    (1.9)
15289         * src/procmsg.h                 (1.14)
15290         * src/summaryview.c             (1.59)
15291         * src/summaryview.h             (dunno)
15292                 revert/merge/sync to as it was before commit 
15293                 on Thu, 19 Jul 2001 10:15:51 -0700.
15294
15295 2001-11-25 [hoa]        0.6.5claws33
15296
15297         * src/main.c
15298                 processing mails at startup
15299
15300         * src/folderview.c
15301         * src/summaryview.[ch]
15302                 processing mails when entering folder
15303
15304         * src/prefs_filtering.c
15305                 fixed some UI bugs
15306
15307 2001-11-24 [alfons]     0.6.5claws32
15308
15309         * src/summaryview.[ch]
15310                 make summary sort headers work, and also make
15311                 sure the sort type is stored
15312
15313 2001-11-23 [alfons]     0.6.5claws31
15314
15315         * src/summaryview.[ch]
15316                 make lock work like mark
15317                 disallow deleting messages marked as locked
15318
15319 2001-11-23 [alfons]     0.6.5claws30
15320
15321         * src/gtkstext.c
15322         * src/compose.[ch]
15323         * src/Makefile.am
15324         * src/undo.[ch]
15325                 merge undo patch submitted by Jens
15326
15327 2001-11-23 [christoph]  0.6.5claws29
15328
15329         * src/.cvsignore
15330                 added ylwrap
15331         * src/compose.c
15332                 fixed gpg signing and encoding
15333         * src/folder.[ch]
15334         * src/main.c
15335                 added --status option to get new, unread and total
15336                 message count from a running sylpheed
15337         * src/prefs_common.c
15338                 temporary fix for reply_with_quote problem
15339                 (don't call functions for non existing widget)
15340         * src/procmsg.c
15341                 one more check for ignored threads but still not
15342                 always working correctly. probably a recursive
15343                 check for all parents is needed
15344
15345 2001-11-23 [darko]      0.6.5claws28
15346
15347         * src/compose.c
15348                 wrapping on send improvements
15349         * src/gtkutils.[ch]
15350                 fix for GtkSText after last sync with main branch
15351                 GTK_TEXT -> GTK_STEXT
15352
15353 2001-11-23 [paul]       0.6.5claws27
15354
15355         * sync with sylpheed 0.6.5cvs14
15356                 see ChangeLog entries 2001-11-22 and 2001-11-23
15357                 
15358         * po/de.po
15359                 fixed the scrambled umlauts 
15360                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15361
15362 2001-11-21 [paul]       0.6.5claws26
15363
15364         * sync with sylpheed 0.6.5cvs12
15365                 see 2nd ChangeLog entry dated 2001-11-20
15366
15367 2001-11-20 [paul]       0.6.5claws25
15368
15369         * sync with sylpheed 0.6.5cvs11
15370                 see ChangeLog entry 2001-11-19 (src/utils.c)
15371
15372 2001-11-20 [hiro]
15373
15374         * src/compose.c
15375                 GTK_TEXT -> GTK_STEXT
15376                 fix for wrong comment
15377
15378 2001-11-20 [hiro]       0.6.5claws24
15379
15380         * src/compose.[ch]
15381                 more merges from main branch
15382                 removed fatal warnings (uninitialized variables etc.)
15383                 some coding style fix
15384         * src/gtkutils.h
15385                 fixed typo.
15386         * src/addressbook.c
15387           src/addrindex.c
15388                 V-Card -> vCard
15389
15390 2001-11-19 [hoa]        0.6.5claws23
15391
15392         * src/filtering.c
15393         * src/prefs_scoring.c
15394         * src/matcher.[ch]
15395         * src/scoring.c
15396                 cleaning code
15397
15398         * src/matcher_parser_parse.y
15399         * src/prefs_filtering.c
15400                 bouncing
15401
15402 2001-11-19 [alfons]     0.6.5claws22
15403
15404         more of my old things into claws
15405
15406         * src/Makefile.am
15407         * src/prefs_common.c
15408         * src/procmsg.h
15409         * src/summaryview.[ch]
15410         * src/prefs_summary_column.c
15411         * src/pixmaps/locked.xpm
15412                 add indicators for locking of message in summary view
15413                 (does not work yet, only visual indicator)
15414
15415 2001-11-19 [paul]       0.6.5claws21
15416
15417         * sync with sylpheed 0.6.5cvs10
15418                 see ChangeLog entry 2001-11-19
15419
15420 2001-11-18 [alfons]     0.6.5claws20
15421         
15422         * src/filtering.c
15423                 remove an inadvertent free I forgot in previous clean up 
15424
15425 2001-11-18 [alfons]     0.6.5claws19
15426
15427         * src/filtering.[ch]
15428                 clean up & plug leaks
15429
15430 2001-11-18 [paul]       0.6.5claws18
15431
15432         * sync with sylpheed 0.6.5cvs9
15433                 see ChangeLog entries 2001-11-17 and 2001-11-18
15434
15435 2001-11-16 [paul]       0.6.5claws17
15436
15437         * sync with sylpheed 0.6.5cvs8
15438                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15439
15440 2001-11-16 [paul]       0.6.5claws16
15441
15442         * sync with sylpheed 0.6.5cvs7
15443                 see ChangeLog entries 2001-11-15 and 2001-11-16
15444
15445 2001-11-15 [hoa]        0.6.5claws15
15446
15447         * src/compose.c
15448                 fix bounce, mails we received couln't be bounced to ourself.
15449
15450         * src/defs.h
15451         * src/filtering.[ch]
15452         * src/matcher.[ch]
15453         * src/matcher_parser.h
15454         * src/matcher_parser_lex.l
15455         * src/matcher_parser_parse.y
15456         * src/inc.c
15457         * src/main.c
15458         * src/mbox.c
15459         * src/prefs_filtering.[ch]
15460         * src/mainwindow.c
15461         * src/prefs_matcher.c
15462         * src/prefs_scoring.c
15463         * src/scoring.[ch]
15464         * src/summaryview.c
15465                 new matcher/filter/score configuration file parser
15466                 one unique configuration file => ~/.sylpheed/matcherrc
15467                 import in currently automatic, then save are made
15468                 in this new file.
15469                 one filter per folder and one global filter
15470                 (filter of a folder will be used as folder processing)
15471
15472         * src/folder.c
15473                 fix a bug in folder_item_get_identifier
15474                 
15475         * src/messageview.c
15476                 receive receipt return are fixed.
15477
15478 2001-11-14 [alfons]     0.6.5claws14
15479
15480         * src/session.h
15481                 add things from main branch to make claws compile
15482
15483 2001-11-14 [paul]       0.6.5claws13
15484
15485         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15486                 see ChangeLog entries 2001-11-08 to 2001-11-14
15487
15488 2001-11-14 [hoa] 0.6.5claws12
15489
15490         * src/compose.[ch]
15491         * src/mainwindow.c
15492         * src/summaryview.c
15493                 add "bounce mail" option
15494
15495 2001-11-13 [christoph]  0.6.5claws11
15496
15497         * src/compose.c
15498                 Cleanup a mess i add before commiting
15499
15500 2001-11-13 [hoa]        0.6.5claws10
15501
15502         * src/compose.c
15503                 some fixes when mail are sent or
15504                 for crossposts
15505
15506 2001-11-13 [christoph]  0.6.5claws9
15507
15508         * po/de.po
15509                 Changed two string with the same translation
15510         * src/compose.c
15511         * src/procmsg.[ch]
15512         * src/send.[ch]
15513                 New mailsending process:
15514                   - Always queue message before sending
15515                     (message will be saved if sylpheed crashed or
15516                      freezes while sending)
15517                   - Allow queuing of newspostings
15518                   - No copy in outbox before sending
15519                     (closes bug #469501)
15520                   - No more redundant code for send and send_later
15521         * src/summaryview.c
15522                 Applied wwp <subscript@free.fr>'s patch that fixes
15523                 marks for multiple forwarded messages (+compose.c)
15524
15525 2001-11-12 [alfons]
15526
15527         * README.claws
15528                 remove things that are now in main branch
15529         
15530         * po/nl.po
15531                 update Dutch translation
15532
15533 2001-11-12 [mhadasht]   0.6.5.claws8
15534
15535         * src/prefs_common.c
15536                 re-enabled account autoselection feature for forward
15537                 and reedit lost during the branch point for SYNC-B4-REL
15538         * src/gtkspell.c
15539                 gtkpspell_get_dict(): more readable code (even if function is
15540                 not used yet)
15541         * ChangeLog.claws
15542                 added version number info to 2001-11-12 [hiro] comment.
15543
15544 2001-11-12 [hiro]       0.6.5.claws7
15545
15546         * src/compose.c
15547                 compose_forward(): fixed a bug that forward quote mark
15548                 wasn't used.
15549                 removed unnecessary code.
15550         * src/template_select.[ch]: removed.
15551
15552 2001-11-11 [alfons]
15553
15554         * src/compose.c
15555                 :%s/GTK_TEXT/GTK_STEXT/g
15556         
15557         * src/compose.[ch]
15558         * src/undo.[ch]
15559         * src/Makefile.am
15560                 revert the undo stuff (this is 0.6.6claws stuff)
15561
15562 2001-11-11 [hoa]        0.6.5.claws6
15563
15564         * src/compose.[ch]
15565                 Insert signature at the end of the text.
15566                 Added undo patch but currently disabled
15567
15568         * src/procmsg.c
15569                 Threading by subject improved.
15570
15571         * added src/undo.[ch]
15572                 Undo module for compose dialog box.
15573
15574 2001-11-11 [alfons]     0.6.5.claws5
15575
15576         * src/procmsg.c
15577                 prevent threading by subject on nodes that have already been
15578                 threaded by in-reply-to (as in "circular references in a tree
15579                 result in a dead branch")
15580
15581 2001-11-09 [hoa]        0.6.5.claws4
15582         
15583         * src/folderview.c
15584                 allows creation of mbox folder item from any files.
15585
15586 2001-11-09 [alfons]     0.6.5.claws3
15587         
15588         * src/utils.c
15589         * src/procmsg.c
15590                 do what I mean and correct threading by subject so it really
15591                 ignores attracting lines without "Re: "
15592
15593 2001-11-07 [alfons]     0.6.5.claws2
15594
15595         * src/procmsg.c
15596         * src/utils.[ch]
15597                 only attract by subject if a subject line starts with a "Re: "
15598         * src/syldap.c
15599                 remove warning
15600
15601 2001-11-07 [paul]       0.6.5claws1
15602
15603         * sync with sylpheed 0.6.5. release
15604                 see ChangeLog entry 2001-11-07
15605
15606 2001-11-07 [paul]       0.6.4claws31
15607
15608         * sync with sylpheed 0.6.4cvs18
15609                 see ChangeLog entries 2001-10-30 to 2001-11-07
15610                 prefs_templates.[ch] renamed prefs_template.[ch]
15611
15612 2001-11-06 [alfons]
15613         
15614         * src/utils.h
15615                 add semicolon Hoa forgot ;-)
15616                 
15617
15618 2001-11-06 [hoa]        0.6.4claws30
15619         
15620         * src/procmsg.c
15621         * src/summaryview.c
15622         * src/utils.c
15623         * src/utils.h
15624                 threading by subject - empty subject are ignored
15625
15626 2001-11-06 [christoph]  0.6.4claws29
15627
15628         * src/socket.c
15629                 use SSL_peek for sock_gets
15630         * src/utils.c
15631                 removed unneeded pointer in extracting quoted
15632                 names implementation
15633
15634 2001-11-06 [melvin]     0.6.4claws28
15635
15636         * src/gtkspell.c
15637                 fixed bug #476792 Selection overtyping with spell checker
15638                 fixed bug which could cause a buffer overflow
15639                 fixed a memory leak
15640
15641 2001-11-06 [hoa]        0.6.4claws27
15642         
15643         * src/procmsg.c
15644         * src/summaryview.c
15645                 threading by subject
15646
15647 2001-11-05 [alfons]     0.6.4claws26
15648         
15649         * README.claws
15650                 Claws -> Sylpheed (vice versa)
15651
15652         * src/compose.c
15653                 :%s/gtk_text/gtk_stext/g
15654                 :%s/GTK_TEXT/GTK_STEXT/g
15655                 (thanks to Jonathan Ware for spotting this)
15656
15657 2001-11-04 [christoph]  0.6.4claws25
15658
15659         * src/summaryview.c
15660                 replace Xalloca + strdup with Xstrdup_a
15661         * src/utils.c
15662                 better implementation of extracting quoted names
15663                 from addresses (remove backlashes and ignore
15664                 quotes after them)
15665
15666 2001-11-04 [alfons]     0.6.4claws24
15667
15668         * src/utils.[ch]
15669                 edit to comply more with coding style
15670
15671         * src/textview.c
15672                 fix bug reported by Kim Schulz. introduced by the patch integrated
15673                 in 0.6.4claws15. the code did not check the return value of
15674                 the html parser.
15675
15676         * AUTHORS
15677                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15678
15679 2001-11-04 [christoph]  0.6.4claws23
15680
15681         * src/main.c
15682         * src/prefs_common.[ch]
15683                 init some pointers that possibly caused a segfault
15684                 reported in the claws-users ML
15685
15686 2001-11-04 [hoa]        0.6.4claws22
15687
15688         * src/grouplistdialog.c
15689                 change the names of the nodes in the tree
15690
15691         * src/compose.c
15692                 enhanced mailto syntax as described in
15693                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15694                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15695
15696         * src/utils.c
15697                 encode and decode URI (useful when opening URL into
15698                 netscape).
15699
15700 2001-11-03 [hoa]        0.6.4claws21
15701
15702         * src/grouplistdialog.c
15703                 a new newsgroups list selection dialog box
15704                 with a CTree instead of a CList
15705
15706 2001-11-03 [hoa]        0.6.4claws20
15707
15708         * src/folderview.c
15709                 enable property and scoring options when right
15710                 click on "inbox"
15711
15712         * src/summaryview.c
15713                 fixed bug when nickname were displayed using
15714                 the address book.
15715
15716 2001-11-02 [darko]      0.6.4claws19
15717
15718         * src/compose.c
15719                 new wrap quotation and URL/long words wrapping implementation
15720         * src/compose.c src/gtkstext.[ch]
15721                 move gtkstext_strncmp() to gtkstext.c
15722
15723 2001-11-01 [christoph]  0.6.4claws18
15724
15725         * src/prefs_account.c
15726                 fixed mess in account settings dialog
15727         * src/prefs_folder_item.c
15728                 added label with folder path to dialog
15729
15730 2001-10-31 [match]      0.6.4claws17
15731
15732         * src/vcard.c
15733                 fix memory leak.
15734         * src/addrbook.c
15735                 fix generation of spurious address book file names.
15736                 remove redundant functions.
15737         * po/POTFILES.in
15738                 added missing file names.
15739
15740 2001-10-30 [paul]       0.6.4claws16
15741
15742         * sync with sylpheed 0.6.4cvs6
15743                 see ChangeLog entries 2001-10-26 to 2001-10-30
15744
15745         * tools/filter_conv.pl
15746                 read folderlist.xml to discover whether the top-level
15747                 folder is called 'Mailbox' or 'Mail' 
15748
15749 2001-10-29 [paul]       0.6.4claws15
15750
15751         * src/html.c, src/textview.c
15752                 activate links in html mail and fix clickable parts
15753                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15754
15755 2001-10-29 [paul]
15756
15757         * po/de.po, po/es.po, po/pt_BR/po
15758                 updated translations, submitted by Jens Oberender,
15759                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15760
15761 2001-10-29 [darko]      0.6.4claws14
15762
15763         * src/compose.c
15764                 fix wrapping for good
15765
15766 2001-10-29 [darko]
15767
15768         * src/compose.c
15769                 undo previous change as it broke the smart wrapping
15770
15771 2001-10-29 [darko]      0.6.4claws13
15772
15773         * src/compose.c
15774                 fix infinite loop when long URL is quoted
15775                 (closes bug #475122.
15776
15777 2001-10-28 [match]
15778
15779         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15780                 import Mutt address book
15781         * src/ldif.[ch] src/importldif.h
15782                 modified import LDIF handle user attributes
15783
15784 2001-10-28 [christoph]  0.6.4claws12
15785
15786         * src/summaryview.c
15787                 fixed that filtering did not work if there
15788                 were no filter rules
15789                 (closes bug #472003 and better implementation
15790                  of patch #474644)
15791
15792 2001-10-27 [christoph]  0.6.4claws11
15793
15794         * src/compose.c
15795                 make the folder's default account to be used when
15796                 replying. (patch by wwp <subscript@free.fr>)
15797         * src/compose.c
15798                 code cleanup, nearly killed all of wwp's patch
15799                 for folder's default account in compose
15800         * src/folderview.c
15801                 error panel when a folder could not be created
15802                 (closes bug #471080 new folder name & already
15803                  existing file)
15804
15805 2001-10-26 [alfons]
15806
15807         * src/utils.h
15808                 change prototype of strstr2() that Christoph forgot about
15809
15810 2001-10-26 [christoph]  0.6.4claws10
15811
15812         * src/account.c
15813                 made search for accounts by email address not case
15814                 sensitive
15815         * src/folder.c
15816                 fixed memory leak in folder_item_get_identifier
15817         * src/gtkspell.c
15818         * src/utils.c
15819                 fixed wrong strstr2 (should work like strstr)
15820
15821 2001-10-26 [darko]      0.6.4claws9
15822
15823         * src/compose.c src/gtkstext.[ch]
15824         * src/gtkstext.c
15825                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15826
15827 2001-10-26 [paul]       0.6.4claws8
15828
15829         * src/html.c
15830                 ignore css and javascript tags in html mail
15831                 case-insensitive, with or without double-quoted
15832                 strings
15833
15834 2001-10-26 [paul]       0.6.4claws7
15835
15836         * sync with sylpheed 0.6.4cvs1
15837                 see ChangeLog entry 2001-10-26
15838
15839         * src/prefs_account.c, src/prefs_common.c,
15840           src/prefs_summary_column.c
15841                 minor improvements to the English
15842
15843 2001-10-25 [alfons]     0.6.4claws6
15844
15845         * src/gtkstext.c
15846         
15847                 make GtkSText follow style of GtkText (closes bug 
15848                 #469211 "text selection while writing message")
15849                 
15850                 do sync with GTK 1.2.10
15851
15852 2001-10-25 [paul]       0.6.4claws5
15853
15854         * src/html.c
15855                 ignore css tags in html mail
15856
15857 2001-10-25 [darko]      0.6.4claws4
15858
15859         * src/compose.c
15860                 don't declare is_url_string as static function since
15861                 we need it in gtkstext.c
15862         * src/gtkstext.c
15863                 remove unused variable
15864                 don't wrap long URLs while composing a message
15865
15866 2001-10-24 [christoph]  0.6.4claws3
15867
15868         * src/socket.c
15869                 fix ssl deadlock, when peer closes connection
15870
15871 2001-10-24 [paul]       0.6.4claws2
15872
15873         * src/prefs_common.c
15874                 gettextize the gpg ascii-armored warning message
15875
15876         * src/compose.c
15877                 insert a DOS/MAC file into the composed message
15878                 (improvements)
15879
15880         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15881
15882 2001-10-22 [paul]       0.6.4claws1
15883
15884         * sync with sylpheed 0.6.4 release
15885                 see ChangeLog entries 2001-10-21
15886
15887         * po/fr.po, po/pt_BR.po
15888                 updated by Melvin Hadasht and Fabio Junior Beneditto
15889
15890 2001-10-21 [paul]       0.6.3claws30
15891
15892         * src/compose.c
15893                 insert a DOS text file from the compose window
15894                 into the composed message text (removes CRs characters)
15895                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15896
15897         * tools/filter_conv.pl, tools/README
15898                 automatically use ~/.sylpheed as working directory
15899                 print out confirmation message on completion
15900
15901         * correct Hoa's last ChangeLog.claws entry
15902
15903 2001-10-20 [hoa]        0.6.3claws29
15904
15905         * src/grouplistdialog.c
15906                 bugfix (another ?) to give the right
15907                 newsgroups list for each news server.
15908
15909         * src/news.c
15910         * src/news.h
15911                 improve the newsgroups list cache
15912
15913 2001-10-20 [paul]       0.6.3claws28
15914
15915         * sync with sylpheed 0.6.3cvs9
15916                 see ChangeLog entry 2001-10-19
15917
15918         * correct Alfons' last ChangeLog.claws entry
15919
15920 2001-10-19 [alfons]
15921
15922         * src/pgptext.[ch]
15923                 fix compilation problems (part of bug #472895)
15924
15925 2001-10-18 [hoa]        0.6.3claws27
15926
15927         * src/grouplistdialog.c
15928                 bugfix when we refresh was clicked (bug 472701)
15929
15930 2001-10-19 [christoph]  0.6.3claws26
15931
15932         * src/compose.c
15933                 last header entry should default to "To:" or
15934                 "Newsgroups:" and not copy the last entry line
15935                 in a new compose window
15936                 (closes bug #472686, #470792)
15937
15938 2001-10-19 [paul]       0.6.3claws25
15939
15940         * sync with Sylpheed 0.6.3cvs8
15941                 see ChangeLog entries 2001-10-18 and 2001-10-19
15942
15943 2001-10-18 [christoph]  0.6.3claws24
15944
15945         * src/procmsg.c
15946                 reimplement ignore thread
15947         
15948 2001-10-18 [hoa]        0.6.3claws23
15949
15950         * src/folderview.c
15951         * src/grouplistdialog.[ch]
15952                 enhanced news subscription interface (feature 469113)
15953
15954         * src/news.c
15955         * src/news.h
15956                 enchanced newsgroup listing,
15957                 now, we can get groups informations
15958                 (NNTPGroupInfo)
15959
15960 2001-10-18 [paul]       0.6.3claws22
15961
15962         * src/summaryview.c
15963                 remove comment (sync with main branch)
15964         * src/mainwindow.c
15965                 fix 'Re-edit' bug in 'Message' menu
15966
15967 2001-10-17 [christoph]  0.6.3claws21
15968
15969         * src/compose.c
15970                 ignore empty or whitespace only header lines
15971
15972 2001-10-17 [paul]       0.6.3claws20
15973
15974         * sync with sylpheed 0.6.3cvs7
15975                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15976                 2001-10-17
15977
15978 2001-10-17 [darko]
15979
15980         * src/compose.c
15981                 wrap long lines without spaces
15982                 don't wrap URLs
15983
15984 2001-10-16 [paul]
15985
15986         * po/es.po, po/nl.po, po/pt_BR.po
15987                 updated by Ricardo Mones Lastra, Alfons,
15988                 and Fabio Junior Beneditto
15989
15990         * sylpheed-0.6.3claws released
15991
15992 2001-10-15 [melvin] 0.6.3claws18
15993
15994         * README.claws
15995                 added summary and detailed installation instructions
15996                 for spell checker
15997         * po/fr.po
15998                 Updated, corrected and completed french translation
15999
16000 2001-10-15 [hoa] 0.6.3claws17
16001         * src/grouplistdialog.c
16002                 we can choose the newsgroups to display with wildcards
16003
16004 2001-10-15 [christoph]  0.6.3claws16
16005
16006         * src/account.c
16007         * src/compose.c
16008         * src/prefs_folder_item.[ch]
16009                 applied wwp <subscript@free.fr>'s folder
16010                 default account patch
16011         * po/de.po
16012                 Fixed wrong translation
16013
16014 2001-10-13 [alfons, christoph, melvin]  
16015                         0.6.3claws15
16016
16017         solution #2 to solve MT-safety problems defers all GUI related calls
16018         to the main thread using a gtk_idle_add() callback. discussed on
16019         ircnet #sylpheed, with christoph spotting some issues with the
16020         original code, and melvin allowing us to lobotomize his sylpheed.
16021
16022         * src/syldap.[ch], src/main.c
16023                 fix race problem in ldap search thread by deferring GUI 
16024                 stuff to main thread using gtk_idle_add()
16025
16026 2001-10-13 [paul]       0.6.3claws14
16027
16028         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16029                 add Sergey's smtpcred.patch
16030                 adds separate username/password setting for SMTP Auth
16031                 needed by some servers
16032                 (closes feature request #471659)
16033
16034 2001-10-13 [paul]       0.6.3claws13
16035
16036         * src/pgptext.[ch] **NEW FILES**
16037         * src/Makefile.am, src/messageview.c, src/mimeview.c
16038                 decrypt ascii-armored gpg text embedded in
16039                 the message body.
16040                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16041
16042 2001-10-13 [christoph]  0.6.3claws12
16043
16044         * README.claws
16045                 some more details on default to and
16046                 feature requests
16047         * src/main.c
16048                 init glib threading when ldap is used
16049         * src/syldap.c
16050                 threading fixes
16051         * po/de.po
16052                 fixed a typo
16053
16054 2001-10-12 [paul]       0.6.3claws11
16055
16056         * src/prefs_common.[ch], src/rfc2015.c
16057                 enable ascii-armored gpg text to be embedded in the
16058                 message body, selectable through the 'Privacy'
16059                 preferences. Supports encrypting only.
16060                 Submitted by Ravemax <ravemax@dextrose.com>
16061
16062 2001-10-12 [paul]       0.6.3claws10
16063
16064         * sync with sylpheed 0.6.3cvs6
16065                 see ChangeLog entries 2001-10-11 and 2001-11-12
16066
16067         * src/folderview.c
16068                 incorporated mbox folders, scoring, and folder
16069                 properties into the sync
16070
16071 2001-10-12 [darko]      0.6.3claws9
16072
16073         * README.claws
16074                 describe quotation wrapping
16075         * src/compose.c
16076                 don't treat tab as space to calculate line length properly
16077
16078 2001-10-11 [alfons]
16079
16080         * README.claws
16081                 correct description of how to make new filtering system work,
16082                 add some other things
16083                 
16084         * src/syldap.c
16085                 remove sched_yield() (not necessary / unportable)
16086
16087 2001-10-11 [paul]       0.6.3claws8
16088
16089         * sync with sylpheed 0.6.3cvs3
16090                 see ChangeLog entry 2001-10-10
16091
16092 2001-10-10 [christoph]  0.6.3claws7
16093
16094         * .cvsignore
16095                 ignore 2 files created by newer autotools
16096         * src/prefs_folder_item.c
16097                 using table for widget alignment
16098                 fixed memory leak and broken octal display
16099         * src/filesel.c
16100                 fixed segfault caused by lost filename
16101                 workaround (closes bug #469551)
16102
16103 2001-10-10 [paul]       0.6.3claws6
16104
16105         * sync with sylpheed 0.6.3cvs2
16106                 see ChangeLog entries 2001-10-09 and 2001-10-10
16107
16108 2001-10-10 [darko]      0.6.3.claws5
16109
16110         * src/gtkstext.c
16111                 proper calculation of right margin if smart wrapping is enabled
16112         * src/compose.c
16113                 automatically wrap long lines if wrap quotation is enabled
16114
16115 2001-10-09 [alfons]     0.6.3.claws4
16116
16117         * src/summaryview.c
16118                 select correct row when deleting last row in the summary view (and
16119                 close bug "[ #469104 ] select second last in list when deleting")
16120
16121 2001-10-09 [paul]       0.6.3claws3
16122
16123         * sync with sylpheed 0.6.3cvs1
16124                 updated some autotool scripts
16125
16126 2001-10-09 [darko]      0.6.3claws2
16127
16128         * src/gtkstext.[ch]
16129                 new name and mark with Sylpheed comment
16130         * src/compose.c
16131                 smart quotation wrapping a-la VIM
16132
16133 2001-10-08 [paul]       0.6.3claws1
16134
16135         * sync with sylpheed 0.6.3 release
16136                 see ChangeLog entry 2001-10-08
16137
16138 2001-10-08 [paul]       0.6.2claws24
16139
16140         * src/summaryview.c
16141                 more sync with sylpheed 0.6.2cvs12
16142                 Fixed the bug that didn't select the last row correctly
16143
16144
16145 2001-10-07 [paul]       0.6.2claws23
16146
16147         * sync with sylpheed 0.6.2cvs12
16148                 see ChangeLog entry 2001-10-07
16149
16150 2001-10-06 [match]
16151         * src/jpilot.[ch]
16152                 enable jpilot to read unsynch'ed addresses.
16153
16154         * src/editldap_basedn.c
16155                 fix segfault when opening dialog.
16156
16157 2001-10-06 [alfons]     0.6.2.claws22
16158
16159         * src/summaryview.c
16160                 fix bug with summary view selecting last *inserted*
16161                 node instead of last *visible* node. remember we
16162                 work with a tree
16163
16164 2001-10-06 [paul]       0.6.2claws21
16165
16166         * po/pt_BR.po
16167                 updated translation, contains some fixes and new
16168                 translations, submitted by Gustavo Noronha Silva
16169                 <kov@debian.org>
16170
16171         * src/prefs_common.c
16172                 change 'each' to 'every' - fix dubious English
16173
16174         * sync with sylpheed 0.6.2cvs11
16175
16176 2001-10-05 [alfons]     0.6.2claws20
16177
16178         * src/mainwindow.[ch], src/folderview.c
16179                 make composite tool button switch between "Compose News"
16180                 and "Compose Mail" depending on selected folder
16181                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16182
16183 2001-10-05 [paul]       0.6.2claws19
16184
16185         * src/mainwindow.c, src/summaryview.c
16186                 fix 'Message/Reply to all', broken in last commit
16187
16188         * src/compose.c
16189                 fix X_BEENTHERE seg fault, thanks to Alfons
16190
16191 2001-10-04 [paul]       0.6.2claws18
16192
16193         * src/compose.[ch], src/mainwindow.c
16194                 make "Message/Reply" reply to mailing lists; matches
16195                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16196                 based on portions of the patch submitted by
16197                 Junichi Uekawa <dancer@netfort.gr.jp>
16198
16199 2001-10-04 [darko]      0.6.2claws17
16200
16201         * src/compose.c
16202                 better smart wrapping
16203         * src/gtkstext.[hc]
16204                 a function to make text buffer contiguous
16205
16206 2001-10-03 [paul]       0.6.2claws16
16207
16208         * sync with sylpheed 0.6.2cvs10
16209
16210 2001-10-02 [alfons]
16211
16212         * configure.in
16213         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16214                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16215                 references to chinese translations (hope someone picks up
16216                 this)
16217
16218 2001-10-02 [christoph]  0.6.2claws15
16219
16220         * src/compose.c
16221                 fixed non translated header bug
16222         * ChangeLog.claws
16223                 fixed wrong date in alfons last entry ;)
16224
16225 2001-10-02 [alfons]     0.6.2claws14
16226
16227         * src/compose.c, src/prefs_common.[ch]
16228                 add block cursor option
16229
16230 2001-10-02 [paul]       0.6.2claws13
16231
16232         * sync with sylpheed 0.6.2cvs9
16233
16234 2001-09-30 [paul]       0.6.2claws12
16235
16236         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16237                 updated translations
16238
16239         * po/POTFILES.in
16240                 add 'src/importldif.c'
16241
16242         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16243                 added eudora-to-vCard conversion tool
16244                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16245
16246         * sync with sylpheed 0.6.2cvs8
16247
16248 2001-09-30 [paul]
16249
16250         * sylpheed-0.6.2claws released
16251
16252 2001-09-27 [melvin]     0.6.2claws11
16253
16254         * src/gtkspell.c
16255                 fixed crash when using default path (introduced 
16256                 in 0.6.2claws10)
16257                 fixed tiny bug for initial suggestion mode
16258
16259 2001-09-27 [melvin]     0.6.2claws10
16260         
16261         * src/gtkspell.c
16262                 fixed bug where gtkpspell didn't set the path correctly
16263
16264         * README.claws
16265                 added a paragraph about spell checking
16266                 
16267
16268
16269 2001-09-27 [paul]       0.6.2claws9
16270
16271         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16272                 replace '// comments' with '/* comments */' to prevent
16273                 some compiler warnings 
16274
16275         * sync with sylpheed 0.6.2cvs6
16276
16277 2001-09-26 [alfons]     0.6.2claws8
16278
16279         * src/messageview.c
16280                 introduce return receipt request notification again,
16281                 which was lost because of other semantics in 
16282                 procheader_parse() (???)
16283
16284 2001-09-26 [christoph]  0.6.2claws7
16285
16286         * src/compose.c
16287                 replace comments for old code with #if 0
16288                 readded auto cc, bcc and reply-to
16289         * src/prefs_matcher.c
16290         * src/prefs_scoring.c
16291                 removed some definition (was moved to
16292                 prefs.h)
16293
16294 2001-09-26 [paul]       0.6.2claws6
16295
16296         * src/mainwindow.c
16297                 make 'Follow-up and reply to' sensitive
16298
16299         * more sync with sylpheed 0.6.2cvs5
16300
16301 2001-09-25 [melvin]
16302
16303         * 0.6.2claws5
16304
16305         * src/gtkspell.c
16306                 fixed bug for "US-ASCII" introduced by the encoding code
16307
16308 2001-09-25 [paul]
16309
16310         * 0.6.2claws4
16311
16312         * src/prefs_common.[ch], src/summaryview.c
16313                 'next unread msg' 'go to next folder?' dialog can be
16314                 given default behaviour, either always show dialog,
16315                 or assume 'yes', or assume 'no'
16316                 Submitted by wwp <subscript@free.fr>
16317
16318 2001-09-25 [melvin]
16319                 
16320         * src/compose.c src/gtkspell.[ch]
16321                 added support for different encodings
16322
16323 2001-09-25 [paul]
16324
16325         * more sync with sylpheed 0.6.2cvs5
16326
16327 2001-09-24 [alfons]
16328         
16329         * src/prefs_folder_item.c
16330                 add check for item->prefs->default_to string is NULL and
16331                 add another check when freeing this string
16332
16333 2001-09-24 [paul]
16334
16335         * configure.in
16336                 change to version 0.6.2claws3
16337
16338         * sync with sylpheed 0.6.2cvs5 
16339
16340 2001-09-24 [match]
16341         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16342                 import LDIF files.
16343         * src/addrcache.[ch], addrindex.[ch]
16344                 small update for future
16345         * src/addrbook.c
16346                 fix test XML file.
16347
16348 2001-09-24 [melvin]
16349         * src/gtkspell.[ch]
16350                 added 'Learn from mistakes' option
16351                 better handling of quotes in checked words
16352                 sorted dict list
16353         * po/fr.po
16354                 small update for spell checking stuff
16355
16356 2001-09-23 [alfons]
16357         
16358         * src/gtkspell.c
16359                 edit a little bit so it complies more with main coding style
16360
16361 2001-09-23 [alfons]
16362
16363         * src/folder.[ch], prefs_folder_item.c, compose.c
16364                 migrate "request return receipt" folder property
16365                 to folderlist.xml
16366
16367 2001-09-22 [alfons]
16368
16369         * README.claws **NEW**
16370                 (add things of interest for users of main branch 
16371                 and claws here)
16372
16373         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16374                 re-implement threading per folder option, but store 
16375                 the setting in folderlist.xml (where it belongs)
16376
16377 2001-09-21 [melvin]
16378
16379         * src/gtkspell.[ch]
16380                 fixed bug when compose window is under another window
16381         * src/prefs_common.[ch] src/compose.c
16382                 changed 'dictionary_path' to 'dictionary' to be consistent
16383                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16384         * ac/pspell.m4 src/Makefile.am 
16385                 dropped PSPELL_PATH macro
16386         * po/fr.po
16387                 updated translations
16388
16389 2001-09-21 [christoph]
16390
16391         * src/compose.c
16392                 added border around header fields
16393                 keep header type when new field is added
16394
16395 2001-09-20 [christoph]
16396
16397         * src/utils.[ch]
16398                 more portable debug_print with source filename
16399                 and linenumber
16400         * src/procmsg.c
16401                 more newlines after debug messages
16402
16403 2001-09-20 [paul]
16404
16405         * configure.in
16406                 change to version 0.6.2claws2
16407
16408         * sync with sylpheed 0.6.2cvs3
16409
16410 2001-09-19 [melvin]
16411
16412         * src/gtkspell.c
16413                 fixed the post-right-click focus pb
16414                 fixed crash when 'Spell check all' after dict change 
16415                         and when cursor is at the end of the text
16416                 shift-right-click pops up config menu even on misspelled words.
16417         * po/POTFILES.in
16418                 added gtkspell.c
16419
16420 2001-09-19 [melvin]
16421
16422         * src/about.c
16423                 added pspell to compiled-in features list
16424
16425 2001-09-18 [melvin]
16426
16427         * switched to pspell and dropped ispell
16428         * ac/pspell.m4
16429                 new file. autoconf macro for pspell
16430         * ac/Makefile.am 
16431         * configure.in acconfig.h
16432                 added pspell support
16433         * src/Makefile.am
16434         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16435         * src/prefs_common.[ch] 
16436                 added pspell support
16437
16438 2001-09-18 [christoph]
16439
16440         * src/addr_compl.c
16441         * src/template.[ch]
16442                 replace LOG_MESSAGE with debug_print
16443         * src/compose.[ch]
16444                 gui improvements
16445         * src/menu.c
16446                 added newline after debug message
16447         * src/utils.h
16448                 using __VA_ARGS__ for debug_print macro
16449         * tools/.cvsignore
16450                 ignore Makefile and Makefile.in
16451
16452 2001-09-18 [paul]
16453
16454         * configure.in
16455                 change to version 0.6.2claws1
16456         * sync with sylpheed 0.6.2cvs1
16457
16458         * src/matcher.c 
16459         * src/prefs_matcher.c
16460                 add 'score equal to' option, submitted by
16461                 Paul Evans <nerd@freeuk.com>
16462
16463 2001-09-15 [christoph]
16464
16465         * src/mainwindow.c
16466                 comment out menu entry not existing in claws
16467         * src/menu.c
16468                 add debug output for non existing menu entries
16469         * src/summaryview.c
16470                 fix next/prev unread message for ignored threads
16471         * src/utils.[ch]
16472                 add sourcefile and line number to debug output
16473                 otherwise it is sometimes hard to find the
16474                 source code part if debug messages are translated
16475
16476 2001-09-14 [darko]
16477         
16478         * src/folderview.c
16479                 refresh target folder style after colour is changed
16480
16481 2001-09-13 [paul]
16482
16483         * configure.in
16484                 change to version 0.6.1claws3
16485
16486         * sync with sylpheed 0.6.1cvs6
16487
16488 2001-09-13 [darko]
16489         
16490         * src/folderview.c
16491                 fix target folder colourization to use user selected colour
16492
16493 2001-09-12 [darko]
16494         
16495         * src/summaryview.c
16496                 fix crash when message that is marked for copy/move is unmarked
16497
16498 2001-09-09 [paul]
16499
16500         * configure.in
16501                 change to version 0.6.1claws2
16502
16503         * sync with sylpheed 0.6.1cvs3
16504
16505 2001-09-09 [alfons]
16506         
16507         * src/folderview.c
16508                 fix bug with default font used for trash folder text
16509
16510 2001-09-06 [paul]
16511
16512         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16513                 updated translations
16514
16515         * configure.in
16516                 change to version 0.6.1claws1
16517
16518         * sync with sylpheed 0.6.1cvs2
16519
16520 2001-09-03 [paul]
16521
16522         * po/POTFILES.in
16523                 add Match's new addressbook
16524
16525         * po/de.po
16526                 updated translation submitted by Jens Oberender
16527
16528 2001-09-02 [paul]
16529
16530         * configure.in
16531                 change to 0.6.1claws
16532         * sync with sylpheed 0.6.1 release
16533
16534 2001-09-02 [paul]
16535
16536         * configure.in
16537                 change to 0.6.0claws2
16538
16539         * sync with sylpheed 0.6.0cvs4
16540
16541         * po/pt_BR.po
16542                 updated translation submitted by Fabio Junior Beneditto
16543
16544 2001-09-01 [match]
16545         * pixmaps/
16546                 interface.xpm
16547                 book.xpm
16548                 address.xpm
16549         * src/
16550                 Makefile.am
16551                 a ton of new files
16552
16553 2001-08-31 [paul]
16554
16555         * configure.in
16556                 change to version 0.6.0claws1
16557
16558         * sync with sylpheed 0.6.0cvs1
16559
16560         * po/es.po
16561                 updated translation submitted by Ricardo Mones Lastra
16562
16563         * po/POTFILES.in
16564                 add 'src/prefs_templates.c'
16565
16566         * src/compose.c, src/summaryview.c
16567                 fix segfault on 'Re_edit'               
16568
16569 2001-08-30 [alfons]
16570
16571         * configure.in, Makefile.am
16572         * tools/Makefile.am
16573                 add tools directory to source distribution
16574
16575 2001-08-30 [paul]
16576
16577         * configure.in
16578                 change to version 0.6.0claws
16579
16580         * sync with sylpheed 0.6.0 release
16581
16582 2001-08-30 [christoph]
16583
16584         * configure.in
16585                 removed autoconf version check
16586
16587 2001-08-30 [paul]
16588
16589         * src/account.c, src/compose.c, src/prefs_common.[ch]
16590         * src/procheader.[ch] src/utils.[ch]
16591                 Enhanced automatic account selection on replies
16592                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16593
16594         * configure.in
16595                 add LDAP and JPilot to the configuration results output.
16596
16597 2001-08-29 [christoph]
16598
16599         * src/summeryview.c
16600                 no bold font for ignored threads
16601
16602 2001-08-29 [paul]
16603
16604         * configure.in
16605                 change to version 0.5.3claws6
16606
16607         * sync with sylpheed 0.5.3cvs10
16608                 src/stringtable.[ch]: New Files
16609
16610         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16611         * src/pixmaps/sylpheed.xpm
16612                 add mini-icons to windows (by Alfons)
16613
16614 2001-08-27 [paul]
16615
16616         * src/mainwindow.c
16617                 new functions: next_labeled_cb(), prev_labeled_cb()
16618
16619         * src/summaryview.c
16620                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16621                 summary_select_next_labeled(), summary_select_prev_labeled()
16622
16623         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16624                 give claws blue folders and a blue trash can
16625
16626 2001-08-27 [paul]
16627
16628         * configure.in
16629                 change to version 0.5.3claws5
16630
16631         * sync with sylpheed 0.5.3cvs9
16632                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16633
16634 2001-08-24 [christoph]
16635
16636         * src/filesel.c
16637                 keep filename when browsing directories
16638                 (not working for user entered filename, but
16639                  for default name and selected filename from
16640                  file list)
16641         * src/mainwindow.c
16642                 fixed wrong spelling "Folllow-up"
16643         * src/mbox_folder.c
16644         * src/procmsg.c
16645         * src/summaryview.c
16646                 fixed new/unread message count with ignored
16647                 threads (2 commits, first didn't notice no
16648                 longer needed decreasing)
16649         * src/inc.c
16650                 readded scrolling of progress dialog
16651                 (lost in sync)
16652
16653 2001-08-24 [paul]
16654
16655         * configure.in
16656                 change to 0.5.3claws4
16657
16658         * sync with sylpheed 0.5.3cvs7
16659
16660 2001-08-24 [christoph]
16661
16662         * src/compose.c
16663                 set request return receipt when replying
16664                 if it is set is the folder prefs of the
16665                 message
16666         * src/inc.c
16667                 disable final error popup if popups are
16668                 disabled in config (again)
16669
16670 2001-08-23 [paul]
16671
16672         * configure.in
16673                 Change version number to 0.5.3claws3
16674
16675         * sync with sylpheed 0.5.3cvs5
16676
16677         * src/mimeview.c
16678                 double quote '%s' in 'gedit %s' to fix bug when
16679                 opening attachment with spaces in the name
16680
16681 2001-08-22 [alte]
16682         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16683           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16684                 initial message templates support
16685
16686
16687 2001-08-22 [paul]
16688
16689         * configure.in
16690                 change version number to 0.5.3claws2
16691
16692         * sync with sylpheed 0.5.3cvs4
16693
16694         * src/procmsg.h src/summaryview.c
16695                 re-implement (un)ignore thread
16696
16697 2001-08-21 [paul]
16698
16699         * src/summaryview.c
16700                 remove unnecessary code
16701         * src/compose.c
16702                 enable 'dynamic' signatures (submitted by
16703                 Eric Limpens <eric@hscg-internet.nl>)
16704
16705 2001-08-21 [paul]
16706
16707         clean up after sync with sylpheed 0.5.3 release
16708
16709         * src/folderview.c
16710                 fix re-introduced font mess, see Christoph's
16711                 entry 2001-06-24
16712
16713         * src/summaryview.c
16714                 remove prev_msgnum
16715                 use sylpheed's small font instead of
16716                 gtk default font for summary view
16717
16718
16719 2001-08-17 [paul]
16720
16721         * configure.in
16722                 add pl to ALL_LINGUAS - sync with main branch
16723
16724         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16725                 Updated. Translations by Jens Oberender, Ricardo Mones
16726                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16727
16728         * po/pl.po  ** NEW FILE **
16729                 sync with the main branch
16730
16731         * src/folderview.c
16732                 fix target folder colorizing and refresh problem
16733
16734
16735 2001-08-17 [christoph]
16736
16737         * src/mainwindow.c
16738                 claws uses 4 colors for target folder coloring.
16739                 arrays were not long enough and destroyed the
16740                 stack causing a segfault.
16741                 target folder colorizing does not work anymore
16742                 for me
16743
16744 2001-08-16 [paul]
16745
16746         * configure.in
16747                 change to version 0.5.3claws1
16748
16749         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16750           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16751           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16752
16753                 sync with sylpheed 0.5.3 release, but keep claws method of
16754                 configuring/saving fonts
16755
16756         * src/addressbook.[ch]
16757                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16758                 in line with a similar change in Hiroyuki's branch
16759
16760         * src/mainwindow.[ch]
16761                 disable main_window_set_thread_option()
16762         * src/prefs_folder_item.c
16763                 comment out &tmps_prefs.enable_thread,
16764         * src/mbox_folder.c, src/procmsg.[ch]
16765                 comment out MSG_IS_IGNORE_THREAD
16766         * src/summaryview.c
16767                 comment out summary_ignore_thread() and summary_unignore_thread()
16768                 comment out MSG_IS_IGNORE_THREAD
16769
16770                 use Hiroyuki's threading instead.
16771
16772
16773
16774 2001-08-15 [paul]
16775
16776         * src/account.c
16777                 use Hiroyuki's 0.5.3 column scheme but also
16778                 include the enable/disable button.
16779         * src/pixmaps/mark.xpm
16780                 add Hiroyuki's amended pixmap
16781
16782 2001-08-13 [christoph]
16783
16784         * src/account.c
16785                 receive at get all column showed wrong state for APOP
16786                 button should only work for POP3 and APOP accounts
16787         * src/prefs_account.c
16788                 added missing preprocessor statement for SSL
16789
16790 2001-08-12 [paul]
16791
16792         * src/account.[ch]
16793                 add 'receive at get all' column and enable/disable
16794                 button.
16795
16796 2001-08-06 [christoph]
16797
16798         * src/account.c
16799                 show usage of SSL in protocol column
16800
16801         * src/imap.c
16802         * src/inc.c
16803                 renamed ssl options
16804
16805         * src/prefs_account.[ch]
16806                 moved ssl options to a new page
16807
16808         * src/send.c
16809         * src/smtp.c
16810         * src/ssl.[ch]
16811                 renamed ssl options
16812                 added support for SMTP STARTTLS command
16813
16814 2001-08-05 [christoph]
16815
16816         * configure.in
16817                 debian autoconf needs version check to find
16818                 correct autoconf version. if the file is
16819                 named configure.in 2.13 is used, which does
16820                 not work with this configure.in script.
16821                 other solution would be to rename the script
16822                 to configure.ac as suggested in the autoconf
16823                 manual.
16824
16825         * src/inc.c
16826                 disable final error popup if popups are
16827                 diabled in config
16828
16829         * src/socket.c
16830                 bugfix in ssl_gets
16831                 fixes IMAP over SSL problem
16832
16833 2001-08-03 [paul]
16834
16835         * configure.in
16836                 change to 0.5.2claws1
16837
16838         * sync with sylpheed 0.5.2cvs1
16839
16840 2001-08-02 [alfons]
16841
16842         * configure.in
16843                 quick fix for ispell detection...
16844
16845 2001-08-01 [paul]
16846
16847         * configure.in
16848                 change to 0.5.1claws4
16849
16850         * sync with sylpheed 0.5.1cvs7
16851
16852 2001-07-31 [alfons]
16853
16854         * src/prefs_common.c, src/prefs_common.h, 
16855           src/gtkspell.c, src/gtkspell.h
16856                 add global spelling checker settings (compose tab) +
16857                 selection of dictionary 
16858           
16859         * configure.in  
16860                 guess valid ispell location
16861
16862 2001-07-31 [paul]
16863
16864         * po/POTFILES.in
16865                 removal of 'src/quote_fmt_parse.c'
16866         * po/de.po
16867                 Updated de.po
16868                 (submitted by Jens Oberender <didge@suse.de>)
16869
16870 2001-07-31 [darko]
16871
16872         * src/folder.[ch]
16873         * src/folderview.[ch]
16874         * src/mainwindow.c
16875         * src/mh.c
16876         * src/prefs_common.[ch]
16877         * src/summaryview.c
16878                 target folder colourization
16879
16880 2001-07-30 [paul]
16881
16882         more sync with Sylpheed 0.5.1cvs6 
16883
16884 2001-07-30 [darko]
16885
16886         * src/mh.c
16887         * src/prefs_folder_item.[hc]
16888         * src/summaryview.c
16889                 shared folders support with a GUI
16890
16891 2001-07-29 [paul]
16892
16893         0.5.1claws3
16894
16895         * sync with Sylpheed 0.5.1cvs6
16896
16897 2001-07-29 [paul]
16898
16899         * po/pt_BR.po
16900                 updated
16901                 (submitted by Fabio Junior Beneditto)
16902
16903 2001-07-28 [paul]
16904
16905         * src/procmime.c
16906         * AUTHORS
16907                 patch to correct bad image mime headers
16908                 (submitted by Don Quijote <dq@searchlores.org>)
16909
16910 2001-07-28 [paul]
16911
16912         * tools/gif2xface.pl   **NEW FILE**
16913         * tools/README
16914                 script to convert file.gif to file.xface for
16915                 use in a custom header.
16916                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16917
16918 2001-07-27 [alfons]
16919         
16920         * configure.in
16921                 change macros for detecting JPilot and LDAP
16922
16923 2001-07-27 [christoph]
16924
16925         * src/filtering.c
16926                 code cleanup (MIN / MAX warning, needed casting)
16927
16928 2001-07-27 [alfons]
16929
16930         * procheader.c
16931                 disallow setting flags when detecting certain headers
16932                 (X-Status, Status, Seen, X-Seen). 
16933         
16934         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16935
16936 2001-07-27 [christoph]
16937
16938         * src/prefs_filter.c
16939         * src/prefs_filtering.c
16940         * src/prefs_matcher.c
16941         * src/prefs_scoring.c
16942                 scroll list when moving rows up or down
16943
16944         * src/imap.c
16945         * src/imap.h
16946         * src/prefs_account.c
16947         * src/prefs_account.h
16948         * src/send.c
16949                 SMTP over SSL (untested, feedback requested)
16950                 IMAP over SSL
16951
16952         * src/ssl.c
16953                 code cleanup
16954
16955 2001-07-26 [alfons]
16956         
16957         * configure.in, acconfig.h
16958                 define CLAWS (need this for main / claws detection)
16959
16960 2001-07-25 [alfons]
16961
16962         * configure.in
16963                 Sylpheed 0.5.1claws2
16964                 
16965         * sync with Sylpheed 0.5.1cvs4
16966
16967 2001-07-25 [christoph]
16968
16969         * src/scoring.c
16970                 fixed segfault
16971                 item->prefs == NULL (don't know why)
16972
16973 2001-07-25 [alfons]
16974
16975         * configure.in
16976                 Sylpheed 0.5.1claws1
16977
16978         * sync with Sylpheed 0.5.1cvs1-3
16979
16980 2001-07-24 [christoph]
16981
16982         * src/folderview.c
16983         * src/prefs_folder_item.[ch]
16984                 added folderitem preferences dialog with
16985                 default To: and auto request return receipt
16986
16987         * src/compose.[ch]
16988         * src/menu.[ch]
16989                 changes to handle new folderitem preferences
16990
16991         * src/mainwindow.c
16992         * src/summaryview.c
16993                 call compose new mail with current folderitem
16994
16995 2001-07-24 [alfons]
16996
16997         Release Sylpheed 0.5.1claws
16998
16999         * configure.in
17000                 change to release version 0.5.1claws
17001
17002 2001-07-24 [christoph]
17003
17004         * src/summaryview.c
17005                 fixed segfault that happend when the selected
17006                 message was removed while retrieving new messages.
17007
17008         * po/es.po
17009                 updated translation
17010                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17011
17012 2001-07-22 [alfons]
17013
17014         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17015         this is a work in progress, for more information: http://nlpagan.net/sylman 
17016         
17017         * configure.in, src/mainwindow.c, manual/Makefile.am
17018                 add support for English manual
17019
17020         * AUTHORS
17021                 add authors of user manuals
17022
17023         * manual/en/sylpheed*.html
17024                 add English documentation
17025
17026 2001-07-22 [christoph]
17027
17028         * po/POTFILES.in
17029                 added src/ssl.c
17030         * src/ssl.c
17031                 changed a wrong debug message
17032
17033 2001-07-22 [alfons]
17034
17035         * po/nl.po
17036                 update Dutch translation
17037
17038         * src/prefs_filtering.c, 
17039           src/prefs_matcher.c
17040                 add more translatable strings           
17041
17042 2001-07-21 [alfons]
17043
17044         0.5.0claws7
17045
17046         * configure.in
17047                 change version
17048
17049         * src/inc.c, src/summaryview.[ch]
17050                 prevent update of mark file when filtering has done, by
17051                 using a variable; this affects two functions:
17052                         inc.c::inc_finished()
17053                         summaryview.c::summary_show()
17054
17055 2001-07-20 [alfons]
17056
17057         * src/filtering.[ch], src/prefs_filtering.c, 
17058           src/matcher.[ch]
17059                 add filtering action for label coloring 
17060
17061         * po/POTFILES.in
17062                 add labelcolors.c
17063
17064         * added src/labelcolors.c
17065         * added src/labelcolors.h
17066         * src/Makefile.am, src/summaryview.c
17067                 rearrange label coloring code
17068
17069         * src/procmsg.h
17070                 add more parentheses so label colouring works correctly
17071
17072         * src/filtering.c
17073                 don't really delete message, but move it to Trash
17074
17075         * src/prefs_matcher.c
17076                 add quote options to info dialog
17077
17078 2001-07-20 [christoph]
17079
17080         * src/Makefile.am
17081         * src/inc.c
17082         * src/main.[ch]
17083         * src/socket.h
17084         * src/ssl.[ch] (new)
17085                 moved ssl stuff to a seperate file
17086
17087 2001-07-20 [darko]
17088
17089         * src/summaryview.c
17090                 fix show sender using address book with no e-mail
17091                 address in From: field
17092
17093 2001-07-19 [alfons]
17094
17095         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17096                 fix messy handling of escaping... now at least the
17097                 execute command is useful. escape char is '\', we
17098                 accept \n and \r too. 
17099
17100                 Real life example:
17101                 
17102                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17103                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17104
17105 2001-07-18 [alfons]
17106
17107         0.5.0claws6
17108
17109         * src/summaryview.c
17110                 clean up
17111
17112         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17113           src/procmsg.[ch]
17114                 revise filtering; currently move, copy, marking have
17115                 been tested. if you like bleeding edge stuff, you
17116                 should definitely go for this version :)
17117
17118         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17119
17120 2001-07-17 [christoph]
17121
17122         * src/utils.c
17123                 timestamp log
17124
17125 2001-07-17 [alfons]
17126
17127         0.5.0claws5
17128
17129         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17130           bits in the mark file, without affecting either branch. Lots of
17131           files changed, also in claws branch.
17132
17133           UNTESTED: use of mbox folders
17134
17135         * src/summaryview.c
17136                 added mark all read; however this was a quick hack used for
17137                 cleaning up mess after initial merge with Hiroyuki
17138
17139         * configure.in
17140                 change claws version number back to 0.5.0claws5 to clear up 
17141                 confusion & pretension (recent release was technically 
17142                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17143
17144 2001-07-16 [alfons]
17145
17146         sync with Hiroyuki's 0.5.0cvs4
17147
17148 2001-07-16 [alfons]
17149
17150         0.5.1claws3
17151
17152         * src/filtering.[ch]
17153                 remove invalid updating of mark files for 
17154                 filter actions MATCHING_ACTION_MOVE and 
17155                 MATCHING_ACTION_DELETE; this should fix the
17156                 folder update bug
17157                 
17158         * src/procmsg.c
17159                 revert Christoph's stab at fixing the folder 
17160                 update bug
17161
17162         * po/POTFILES.in
17163                 add missing files with translatable strings
17164
17165         * src/summaryview.c
17166                 remove debug print
17167
17168 2001-07-15 [alfons]
17169
17170         * src/addr_compl.[ch], src/prefs_filtering.c
17171                 make "filtering pref dialog's destination entry" an
17172                 "address completable entry", if filter destination is 
17173                 an email address
17174
17175         0.5.1claws2
17176         
17177         sync with Hiroyuki's 0.5.0cvs2-3
17178
17179 2001-07-15 [christoph]
17180
17181         * src/procmsg.c
17182                 fixed folder stats update after incorporation
17183
17184 2001-07-15 [alfons]
17185
17186         * src/summaryview.c
17187                 * finish label colouring stuff (for now)
17188                 * fix incorrect colour bug (off by one) 
17189
17190 2001-07-14 [alfons]
17191
17192         * src/mainwindow.c
17193                 change text labels for news and mail message so there's
17194                 plenty of toolbar estate left
17195
17196         * configure.in
17197                 0.5.1claws1
17198
17199         * src/folderview.c
17200           src/folder.[ch]
17201                 sync with Hiroyuki's 0.5.0cvs1
17202
17203         * src/summaryview.c
17204                 more rewrite label colouring
17205
17206 2001-07-14 [alfons]
17207
17208         * src/summaryview.[ch]
17209                 * start rewrite label colouring 
17210                 * fix proper location "Add Sender To Addressbook" menu item
17211
17212 2001-07-13
17213
17214         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17215         (actually this is 0.5.0claws4)
17216
17217 2001-07-13 [alfons]
17218
17219         * po/pt_BR.po
17220                 * fix duplicate message
17221                 * add updated Portugese / Brazilian translation
17222                   submitted by Fabio Junior Beneditto
17223
17224 2001-07-12 [alfons]
17225
17226         * AUTHORS
17227                 add Jens
17228
17229         * po/nl.po
17230                 add updated Dutch translation
17231
17232         * po/de.po
17233                 add updated German translation submitted by Jens
17234
17235 2001-07-11 [alfons]
17236
17237         Prerelease before 0.5.0claws. Please test.
17238         This version is temporarily tagged as VERSION_0_5_0_TEST
17239
17240         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17241           src/prefs_scoring.c, src/prefs_matcher.c, 
17242           src/prefs_filtering.c, src/mbox.c, 
17243           src/main.c, src/inc.c, src/filtering.[ch]
17244                 revert new Hoa's new matcher (does not work yet)
17245
17246         * src/Makefile.am
17247                 clean up
17248
17249 2001-07-10
17250
17251         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17252
17253
17254 2001-07-10 [alfons]
17255
17256         * Makefile.am
17257                 add ChangeLog.claws to EXTRA_DIST
17258         * src/Makefile.am
17259                 add matcher_parser_parse.h to EXTRA_DIST
17260
17261 2001-07-10 [christoph]
17262
17263         * src/inc.c
17264                 add destination folder to table of
17265                 folders that need to be updated after
17266                 incorporation
17267
17268 2001-07-10 [alfons]
17269
17270         * folder.[ch]
17271           folderview.c
17272                 make collapse state of folders and folder items persistent, i.e.
17273                 if you collapse a folder tree, the next time sylpheed-claws starts 
17274                 up the folder tree remains collapsed.  
17275                 
17276 2001-07-10 [christoph]
17277
17278         * acconfig.h
17279         * configure.in
17280                 added --enable-ssl
17281         * src/md5.[ch]
17282                 renamed MD5_CTX to MD5_CTX_syl
17283                 conflicts with a struct in openssl
17284         * src/inc.c
17285         * src/main.[ch]
17286         * src/prefs_account.[ch]
17287         * src/socket.[ch]
17288                 SSL support for POP
17289         * src/mainwindow.c
17290                 fixed compose with current account
17291                 broken by new compose button stuff
17292
17293 2001-07-09 [hoa]
17294
17295         * AUTHORS
17296                 changed my email address
17297
17298         * src/matcher_parser_parse.y
17299                 clean the parser to remove conflicts
17300
17301 2001-07-09 [alfons]
17302
17303         * AUTHORS
17304                 add Match Grun
17305
17306         * configure.in
17307                 fix incorrect description of --enable-ldap parameter
17308
17309         * src/prefs_common.[ch]
17310           src/compose.c
17311                 add experimental option "smart wrapping" which makes the
17312                 compose editor auto wrap.
17313                 
17314                 | TODO: the problem with the buggy cursor handling is caused |
17315                 | by the GtkText. when deleting / backspacing text its       |
17316                 | wrapping algorithm does not take in account the previous   |
17317                 | line. should find a way to hack this in.                   |
17318                 | or should perhaps combine this with the word wrapping      |
17319                 | patch i wrote in january.                                  |
17320
17321         * src/about.c
17322                 show build parameters for LDAP and JPilot
17323
17324         * src/summaryview.c
17325                 revert Christoph's bugfix for selecting next unread message, 
17326                 because folder stats aren't updated correctly
17327
17328 2001-07-08 [hoa]
17329
17330         * src/filtering.c
17331         * src/mainwindow.c
17332         * src/matcher.c
17333         * src/matcher_parser_lex.l
17334         * src/matcher_parser_parse.y
17335         * src/prefs_filtering.c
17336         * src/prefs_scoring.c
17337         * src/scoring.c
17338                 bugfix of the config file parser
17339
17340 2001-07-08 [alfons]
17341
17342         * src/Makefile.am
17343                 added generated matcher sources to BUILT_SOURCES
17344
17345 2001-07-08 [hoa]
17346
17347         * src/Makefile.am
17348         * src/.cvsignore
17349                 added new config file parser
17350
17351         * src/scoring.[ch]
17352         * src/filtering.[ch]
17353         * src/matcher.[ch]
17354         * src/prefs_filtering.c
17355         * src/prefs_matcher.c
17356         * src/prefs_scoring.c
17357         * added src/matcher_parser.h
17358         * added src/matcher_parser_lex.h
17359         * added src/matcher_parser_lex.l
17360         * added src/matcher_parser_parse.y
17361                 lex & yacc config file parser
17362
17363         * src/mbox.c
17364         * src/inc.c
17365         * src/main.c
17366                 changes prefs_filtering into global_filtering           
17367
17368         * src/summaryview.c
17369                 build threads with subjects only if "Re: " is at the
17370                 beginning of the subject
17371
17372 2001-07-07 [paul]
17373
17374         0.5.0claws
17375
17376         sync with sylpheed 0.5.0
17377                 change of version number only
17378
17379 2001-07-06 [paul]
17380
17381         0.5.0claws5
17382
17383         sync with sylpheed 0.5.0pre5
17384
17385 2001-07-05 [paul]
17386
17387         sync with sylpheed 0.5.0pre4 release
17388                 /po and /manual/ja not sync'ed
17389
17390 2001-07-04 [paul]
17391
17392         more sync with sylpheed 0.5.0pre4
17393
17394 2001-07-03 [christoph]
17395
17396         * src/addressbook.c
17397                 fixed address book broken by address book
17398                 for VCard, JPilot, LDAP
17399
17400 2001-07-03 [alfons]
17401
17402         * src/matcher.c
17403         * src/textview.c
17404                 stopped memory leaks
17405
17406 2001-07-03 [paul]
17407
17408         more sync with sylpheed 0.5.0pre4
17409
17410 2001-07-02 [match]
17411
17412         * included address book patch for VCard, JPilot, LDAP
17413         * pref_common.c - fixed Font options on Display tab (cosmetic)
17414         * alertpanel.c - fixed truncated message
17415
17416 2001-07-02 [christoph]
17417
17418         * src/mbox_folder.c
17419         * src/procmsg.[ch]
17420         * src/summaryview.c
17421                 mark threads for ignoring
17422
17423 2001-07-02 [paul]
17424
17425         0.5.0claws4
17426
17427         * sync with sylpheed 0.5.0pre4
17428                 updated gettext to 0.10.38.
17429
17430 2001-07-01 [paul]
17431
17432         * src/ mainwindow.c
17433         * src/procmsg.h
17434         * src/summaryview.[ch]
17435                 new right-click option: Label.
17436                 substitute for 'Mark-->Mark/Unmark', colours the line.
17437                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17438
17439 2001-07-01 [christoph]
17440
17441         * src/folderview.c
17442                 fixed font for trash
17443         * src/summaryview.c
17444                 move ctree to unread message
17445
17446 2001-07-01 [paul]
17447
17448         * sync with sylpheed 0.5.0pre3 release
17449
17450 2001-06-30 [alfons]
17451
17452         * src/filesel.[ch]
17453         * src/compose.c
17454                 allow inserting / attaching multiple files in
17455                 the composer window
17456
17457 2001-06-30 [paul]
17458
17459         * src/codeconv.c
17460                 small change to Alfons' previous stuff so that it
17461                 actually makes
17462
17463 2001-06-30 [alfons]
17464
17465         * lots of files changed; first attempt to merge the changes
17466           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17467
17468 2001-06-30 [paul]
17469
17470         * po/pt_BR.po
17471                 updated and completed, translations by Fabio
17472                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17473
17474 2001-06-29 [alfons]
17475
17476         * src/compose.c
17477         * src/mimeproc.[ch]
17478                 allow selecting an attached files' mime type from a 
17479                 list of types.
17480
17481 2001-06-29 [paul]
17482
17483         * more sync with sylpheed 0.5.0pre3
17484
17485 2001-06-29 [paul]
17486
17487         * po/pt_BR.po
17488                 merge with sylpheed.pot and pt_BR.po provided by
17489                 Fabio Junior Beneditto.
17490
17491 2001-06-29 [darko]
17492
17493         * src/procmime.c
17494                 make MIME types case insensitive
17495
17496 2001-06-28 [alfons]
17497
17498         * po/nl.po
17499                 merge with sylpheed.pot and old nl.po; translations added.
17500
17501 2001-06-28 [paul]
17502
17503         * more sync with sylpheed 0.5.0pre3
17504
17505 2001-06-27 [alfons]
17506
17507         * src/summaryview.c
17508                 don't crash when removing parent node of messages
17509                 attracted by subject. this was caused by not deleting
17510                 the parent node from the subject line hash table.
17511
17512 2001-06-27 [alfons]
17513
17514         * src/summaryview.c
17515         * src/compose.[ch]
17516         * src/mainwindow.c
17517                 if there are multiple messages selected, allow forwarding
17518                 them as attachments.
17519
17520 2001-06-27 [paul]
17521
17522         * more sync with sylpheed 0.5.0pre3
17523
17524 2001-06-26 [paul]
17525
17526         0.5.0claws3
17527
17528         * sync with sylpheed 0.5.0pre3
17529
17530 2001-06-25 [paul]
17531
17532         * src/mainwindow.c
17533                 fixed 'compose news article' bug
17534                 from icon-and-text toolbar
17535
17536 2001-06-25 [paul]
17537
17538         * sync with sylpheed 0.5.0pre2 release
17539
17540 2001-06-24 [christoph]
17541
17542         * src/prefs_common.c
17543                 bug fix in font selection
17544         * src/folderview.c
17545                 use sylpheed's normal font instead of
17546                 gtk default font for folders without
17547                 new messages
17548
17549 2001-06-24 [alfons]
17550
17551         * src/mainwindow.[ch]
17552                 added composite compose mail / news button (an idea by Leandro
17553                 Pereira <leandro@linuxmag.com.br>)
17554
17555 2001-06-24 [paul]
17556
17557         Added instructions for ldif-to-xml.py
17558
17559         * tools/README
17560
17561 2001-06-23 [alfons]
17562
17563         Some minor things.
17564
17565         * src/pixmaps/stock_news_compose.xpm
17566                 added pixmap by Leandro
17567         * src/prefs_common.c
17568                 tested built-in spelling checker of GCC 3.0 :)
17569         * po/nl.po
17570                 merged dutch translation of sylpheed-main with
17571                 sylpheed.pot
17572
17573 2001-06-23 [paul]
17574
17575         Added tools directory and files.
17576
17577         * tools/filter_conv.pl
17578                 converts old filter system to new filtering system
17579         * tools/ldif-to-xml.py
17580                 converts netscape addressbook to sylpheed addressbook
17581         * tools/README
17582                 descriptions/instructions for above two files
17583
17584 2001-06-23 [christoph]
17585
17586         * src/inc.c
17587         * src/manage_window.[ch]
17588         * src/prefs_common.[ch]
17589                 mail retrieval dialog can be enabled, disabled
17590                 or hidden if non of sylpheed's windows is active
17591
17592 2001-06-22 [paul]
17593
17594         0.5.0claws2
17595
17596         * sync with sylpheed 0.5.0pre2
17597
17598 2001-06-21 [christoph]
17599
17600         * src/summaryview.c
17601                 show recipient on 'from' for all accounts
17602                 
17603         * src/inc.c
17604         * src/prefs_common.[ch]
17605                 disable error popup on mail receive errors
17606
17607 2001-06-21 [alfons]
17608
17609         * src/compose.c
17610                 made the ruler correctly appear and disappear.
17611
17612         * src/Makefile.am
17613                 removed Hoa's work-in-progress-stuff (interesting!) so 
17614                 claws compiles ok.
17615
17616 2001-06-20 [christoph]
17617
17618         * src/inc.c
17619         * src/progressdialog.c
17620                 added scrolled window for list in progressdialog
17621
17622 2001-06-20 [paul]
17623
17624         sync with sylpheed 0.5.0pre1 release
17625
17626 2001-06-20 [christoph]
17627
17628         * src/summeryview.c
17629                 make building threads by subject work when
17630                 thread view is enabled
17631                 
17632         * src/compose.c
17633         * src/prefs_common.[ch]
17634                 automatically select account for mail replys
17635
17636 2001-06-19 [sergey]
17637
17638         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17639         they are filled in from the account settings.
17640
17641 2001-06-19 [paul]
17642
17643         * more sync with sylpheed 0.5.0pre1
17644
17645 2001-06-18 [alfons]
17646
17647         * src/Makefile.am,
17648           src/procmime.c
17649                 added --sysconfdir to CPPFLAGS for pointing to the correct
17650                 location of mime.types. 
17651
17652                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17653                 or ./configure!
17654
17655 2001-06-18 [hoa]
17656
17657         * src/summaryview.c
17658                 fixed some bug when building threads
17659
17660 2001-06-18 [pau]l
17661
17662         * src/prefs_account.c
17663                 UI stuff: More changes to the English
17664
17665 2001-06-18 [paul]
17666
17667         * src/pixmaps/stock_news_compose.xpm: new file
17668         * src/Makefile.am
17669         * src/mainwindow.c
17670         * src/summaryview.c
17671                 Added new icon for Hoa's 'compose a news
17672                 message', plus minor improvements to the
17673                 English
17674
17675         * po/ja.po
17676         * ChangeLog
17677         * ChangeLog.jp
17678                 more sync with sylpheed 0.5.0pre1
17679
17680 2001-06-18 [hoa]
17681
17682         * src/compose.[ch]
17683         * src/mainwindow.c
17684                 Follow-up and reply to
17685
17686         * src/summaryview.[ch]
17687                 Build threads also with subjects
17688
17689 2001-06-17 [hoa]
17690
17691         * src/compose.c
17692                 forwarding use the current account.
17693
17694         * src/mainwindow.c
17695                 the "compose message" button has been replaced with
17696                 "new mail" and "new news" buttons
17697
17698         * src/prefs_common.[ch]
17699                 added a configuration option to use the forward button
17700                 as "forward as attachment"
17701                 changed reply and forward format description
17702
17703         * src/quote_fmt_lex.l
17704         * src/quote_fmt_parse.y
17705                 added message with no signature in format for reply
17706                 and forward.
17707
17708 2001-06-17 [paul]
17709
17710         Minor UI stuff
17711
17712         * src/mainwindow.c
17713         * src/summaryview.c
17714                 Improvements to the English
17715
17716         * src/prefs_common.c
17717                 Improvements to the English and some
17718                 clarity/continuity improvements in the
17719                 description of Quote symbols.
17720
17721 2001-06-17 [paul]
17722
17723         0.5.0claws1
17724
17725         * sync with sylpheed 0.5.0pre1
17726
17727 2001-06-17 [hoa]
17728
17729         * src/compose.c
17730                 Better interface for compose, displayed fields
17731                 are updated whenever we change account.
17732                 Newsgroups field is automatically filled.
17733
17734         * src/mainwindow.c
17735                 Newsgroups field is automatically filled.
17736
17737         * src/prefs_account.c
17738                 Some interface stuff when fields appear and
17739                 disappear.
17740
17741 2001-06-16 [paul]
17742
17743         0.4.99claws
17744
17745         * sync with sylpheed 0.4.99
17746
17747 2001-06-16 [sergey]
17748
17749         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17750         base64_decoder_free, base64_decoder_decode): new object and
17751         functions for decoding base64 streams.
17752         * src/procmime.c (procmime_decode_content): modified to use the
17753         new base64 decoder.
17754
17755 2001-06-15 [paul]
17756
17757         0.4.99claws10
17758
17759         * sync with sylpheed 0.4.99cvs11
17760
17761 2001-06-13 [paul]
17762
17763         0.4.99claws9
17764
17765         * sync with sylpheed 0.4.99cvs9
17766
17767 2001-06-13 [hoa]
17768
17769         * src/compose.c
17770         * src/prefs_account.c
17771
17772                 SMTP server can be defined in the news account
17773                 mime type of attachment are kept.
17774
17775         * src/summaryview.c
17776
17777                 now choose the highest important score between default
17778                 and important score of folder.
17779
17780 2001-06-09 [alfons]
17781         
17782         * src/prefs_common.c: 
17783
17784                 (prefs_quote_description_create): corrected description of 
17785                 quote format characters
17786
17787 2001-06-09 [paul]
17788
17789         0.4.99claws8
17790
17791         * sync with sylpheed 0.4.99cvs8
17792
17793 2001-06-08 [sergey]
17794
17795         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17796         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17797
17798 2001-06-08 [paul]
17799
17800         0.4.99claws7
17801
17802         * sync with sylpheed 0.4.99cvs7
17803
17804 2001-06-06 [sergey]
17805
17806         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17807         clashes with autogenerated header).
17808         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17809         * src/Makefile.am: added quote_fmt.h.
17810         * src/.cvsignore: added lex/yacc autogenerated files
17811         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17812
17813 2001-06-06 [paul]
17814
17815         0.4.99claws6
17816
17817         * sync with sylpheed 0.4.99cvs6
17818
17819 2001-06-06 [hoa]
17820
17821         * added src/quote_fmt_parse.h
17822         * src/compose.c
17823                 removed warnings
17824
17825         * src/prefs.[ch]
17826                 don't modify readonly configuration files
17827
17828         * src/prefs_account.c
17829         * src/prefs_common.c
17830         * src/prefs_customheader.c
17831         * src/prefs_display_header.c
17832         * src/prefs_filter.c
17833         * src/prefs_filtering.c
17834         * src/prefs_scoring.c
17835                 don't open dialog box when configuration files
17836                 are readonly
17837
17838 2001-06-05 [sergey]
17839
17840         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17841
17842         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17843         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17844         BUILT_SOURCES to make all files rebuild properly.
17845
17846         * src/compose.c: removed #include "quote_fmt.tab.h".
17847
17848         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17849         CHARACTER value in yylval.
17850
17851         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17852         receive CHARACTER value by documented means (yylval).
17853
17854         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17855
17856 2001-06-05 [hoa]
17857
17858         * src/Makefile.am
17859                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17860
17861         * src/filtering.c
17862         * src/matcher.c
17863         * src/matcher.h
17864         * src/prefs_filtering.c
17865                 now keep the configuration for execute action
17866
17867         * src/mbox_folder.c
17868                 fixed a warning
17869
17870 2001-06-05 [paul]
17871
17872         * sync with sylpheed 0.4.99cvs5
17873
17874 2001-06-05 [hoa]
17875
17876         * src/Makefile.am
17877                 added quote_fmt.[ch]
17878
17879         * added src/quote_fmt.y
17880         * added src/quote_fmt.l
17881         * added src/quote_fmt.tab.h
17882         * added src/quote_fmt.tab.c
17883         * added src/lex.quote_fmt.c
17884                 parsing configuration for replying
17885                 and forwarding
17886
17887         * src/prefs_common.[ch]
17888                 added configuration UI for replying
17889                 and forwarding
17890
17891         * src/compose.c
17892                 using configuration for replying
17893                 and forwarding
17894
17895 2001-06-04 [hoa]
17896
17897         * src/filtering.c
17898         * src/matcher.c
17899         * src/matcher.h
17900         * src/prefs_filtering.c
17901         * src/prefs_matcher.c
17902         * src/prefs_matcher.h
17903                 action "run a command" for filtering
17904                 and matching with a command.
17905                 fixed the "whole message" matching
17906
17907         * src/mbox_folder.c
17908                 changed temporary filename for security
17909
17910         * src/messageview.c
17911                 queue the notification if it fails to send.
17912
17913         * src/prefs_common.c
17914         * src/prefs_folder_item.c
17915                 changed the default important score             
17916
17917         * src/prefs_scoring.c
17918         * src/scoring.c
17919                 hide kill score input when the folder is not
17920                 a newsgroup
17921
17922 2001-06-03 [alfons]
17923
17924         * src/prefs_common.c:
17925
17926                 (prefs_font_select): pass font name in font entry box to font
17927                 selection dialog.
17928
17929 2001-06-03 [sergey]
17930
17931         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17932
17933 2001-06-03 [paul]
17934
17935         * sync with sylpheed 0.4.99cvs4
17936
17937 2001-06-03 [alfons]
17938
17939         * src/headerwindow.c:
17940
17941                 (headerwindow_show_cb): use the selected summary view item, not
17942                 the displayed item.
17943
17944 2001-06-02 [alfons]
17945
17946         * src/headerwindow.c:
17947
17948                 (headerwindow_show_cb): always try to show msginfo
17949
17950 2001-06-02 [hoa]
17951
17952         * src/compose.c
17953                 keep attached parts when reediting or forwarding.
17954
17955 2001-06-01 [hoa]
17956
17957         * src/folderview.c
17958         * src/prefs_folder_item.[ch]
17959         * src/prefs_scoring.[ch]
17960         * src/scoring.[ch]
17961         * src/summaryview.[ch]
17962         * src/main.c
17963         * src/mainwindow.c
17964         * src/prefs_common.[ch]
17965                 support for folder scoring
17966                 kill score and important score for messages
17967         
17968         * src/prefs_account.c
17969                 some display bug fixed for local account
17970                 preferences
17971
17972 2001-05-31 [alfons]
17973
17974         * src/summaryview.c:
17975
17976                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17977                 sender to address book menu item is disabled.
17978
17979 2001-05-30 [hoa]
17980
17981         * src/filtering.[ch]
17982         * src/summaryview.c
17983                 handling summary menu / filter messages
17984
17985         * src/folder.[ch]
17986                 add some stuff
17987
17988         * src/foldersel.c
17989                 imap folders now appears in list
17990
17991         * src/mbox_folder.c
17992                 doesn't crash if destination mail is not writeable
17993
17994 2001-05-29 [hoa]
17995
17996         * src/compose.c
17997                 removed some warnings
17998
17999         * src/filtering.c
18000         * src/folder.[ch]
18001         * src/prefs_filtering.c
18002                 global string to identify any folders           
18003                 removed some debug info
18004                 filtering to mbox folders is now possible
18005
18006         * src/mainwindow.c
18007                 removed some warnings
18008
18009         * src/mbox_folder.c
18010                 permission on files are changed to read/write for user only,
18011                 nothing for other.
18012                 creation of subfolder is handled better.
18013
18014 2001-05-28 [alfons]
18015
18016         Verified the sync for src/prefs_common.[ch] and
18017         src/prefs_account.[ch]. I believe there were some
18018         minor indentation differences.
18019
18020 2001-05-28 [paul]
18021
18022         0.4.99claws3
18023
18024         * sync with 0.4.99cvs3
18025
18026 2001-05-28 [hoa]
18027
18028         * src/compose.c
18029                 handling flags for mbox format
18030
18031         * src/filtering.c
18032                 use of mark file only for MH format
18033                 handling flags for mbox format
18034                 filtering cannot yet move or copy mails to mbox folders.
18035
18036         * src/folder.[ch]
18037                 changed move_msg, copy_msg,
18038                 move_msgs_with_dest, copy_msgs_with_dest functions
18039                 uses only folder->copy_msg() function
18040                 uses folder->finished_copy() to handle the destination
18041                 folder at the end of the copy or move operation.
18042
18043         * src/foldersel.c
18044                 included mbox directories.
18045
18046         * src/folderview.[ch]
18047         * src/mainwindow.c
18048                 handle folders operation for mbox format
18049
18050         * src/mbox.c
18051                 disable conversion of "From " header
18052
18053         * src/mbox_folder.[ch]
18054                 completion of mbox format handling
18055
18056         * src/mh.c
18057                 changed mh_copy_msg() function and
18058                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18059                 mh_copy_msgs_with_dest()
18060
18061         * src/prefs_filtering.c
18062                 removed some warnings
18063
18064         * src/prefs_matcher.c
18065                 default boolean operation is AND
18066
18067         * src/procheader.c
18068                 handling flags for mbox format
18069                 handling of "From " header
18070
18071         * src/procmsg.[ch]
18072                 removed data field
18073                 added MSG_REALLY_DELETED flags to handle deletion of
18074                 messages in mbox format.
18075
18076         * src/summaryview.c
18077                 handling flags for mbox format
18078                 disable the MSG_DELETED flags when messages
18079                 are deleted in mbox format
18080
18081         * src/textview.c
18082                 "From " headers display fixed.
18083
18084 2001-05-27 [alfons]
18085
18086         * src/textview.c:
18087                 
18088                 (get_email_part): skip quoted email addresses, like in e.g.
18089                 "'alfons@proteus.demon.nl'".
18090
18091 2001-05-26 [alfons]
18092
18093         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18094         and fixing the persistence troubles when using separate windows.
18095
18096         * src/mainwindow.c:
18097         
18098             Added #define SEPARATE_ACTION used in the gtk item factory for 
18099             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18100                 use gtk_item_factory_get_widget_by_action() to get the items.
18101                 
18102             Removed separate_widget_cb from the gtk item factory data   
18103           
18104             (mainwindow_create): connect separate_widget_cb() to check
18105             menu item "toggled" signal. also passing a MainWindow pointer
18106                 as object data for both check menu items.
18107                 
18108             (separate_widget_cb): definition of separate_widget_cb() to match
18109             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18110                 window using gtk_object_get_data(). The type of window separation 
18111                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18112         
18113         * src/prefs_filtering.c,
18114           src/prefs_matcher.c: added horizontal scrollbars
18115
18116 2001-05-25 [darko]
18117
18118         * src/headerview.c
18119                 fix segfault with invalid bold font
18120         * src/summaryview.c
18121                 correctly display summary stats after row is marked
18122
18123 2001-05-23 [sergey]
18124
18125         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18126         encodings with libjconv.
18127
18128 2001-05-23 [hoa]
18129
18130         * src/Makefile.am
18131                 added mbox_folder.[ch]
18132         * src/defs.h
18133                 mbox temporary folder
18134         * src/folder.[ch]
18135         * added src/mbox_folder.[ch]
18136         * src/folderview.c
18137         * src/procheader.[ch]
18138                 added mbox support
18139         * src/mbox.c
18140                 bugfix for file incorporation filtering
18141         * src/imap.c
18142                 enable creation of MBOX
18143         * src/prefs_display_header.c
18144                 enable use of headers like "From "
18145                 something that should be fixed :
18146                         displaying of such headers add an extra space
18147         * src/prefs_folder_item.c
18148                 don't create folders because it is not necessary
18149         * src/procmsg.h
18150                 added data field to MsgInfo for mbox internal use
18151         * src/summaryview.c
18152                 added some support for mbox
18153         * src/utils.[ch]
18154                 added get_mbox_cache_dir() function
18155
18156 2001-05-23 [hiroyuki]
18157
18158         * src/headerwindow.c
18159           src/inc.c
18160           src/main.c
18161           src/mh.c
18162           src/nntp.c
18163           src/procmsg.h
18164           src/session.h
18165           src/socket.[ch]
18166           src/summaryview.c
18167           src/textview.c
18168           src/automaton.c
18169           src/folderview.c: more sync with 0.4.99cvs2.
18170
18171         * src/headerwindow.c: reverted.
18172
18173 2001-05-22 [paul]
18174
18175         0.4.99claws2
18176
18177         * sync with sylpheed 0.4.99cvs2
18178                 * src/news.[ch]
18179                 * src/nntp.[ch]
18180                 * INSTALL
18181                 * INSTALL.jp
18182
18183 2001-05-22 [alfons]
18184
18185         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18186
18187 2001-05-21 [alfons]
18188
18189         Minor things:
18190
18191         * configure.in: if gnome-config not found, "no" is displayed
18192         
18193         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18194
18195         * src/textview.c: now also possible to add mail addresses by right
18196           clicking in the text view
18197
18198         * src/codeconv.c: merged patch which fixes endless loop when encountering
18199           invalid wide characters; from Alte <010@imis.ru>  
18200
18201 2001-05-20 [alfons]
18202
18203         Added installation of gnome specific things:
18204
18205         * Makefile.am: gnome conditional
18206
18207         * configure.in: check for installed gnome
18208
18209         * added sylpheed.png, sylpheed.desktop
18210
18211 2001-05-20 [sergey]
18212
18213         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18214
18215         * src/mainwindow.h (main_window_toolbar_create): created a button
18216         for "Reply to all".
18217         (main_window_set_toolbar_sensitive): enable/disable the new button
18218         appropriately.
18219         (toolbar_reply_to_author_cb): handle the new button.
18220
18221         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18222         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18223         failure).
18224
18225 2001-05-19 [sergey]
18226
18227         * src/compose.h (ComposeReplyMode): new modes
18228         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18229         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18230
18231         * src/compose.c
18232         (compose_send): move some code into a new function:
18233         (compose_current_mail_account): new function.
18234         (compose_reply): new argument to_author, all callers changed; if
18235         to_author==TRUE and account->protocol==A_NNTP, find and use an
18236         appropriate mail account for replying.
18237         (compose_reply_set_entry): new argument to_author; ignore
18238         compose->replyto if to_author==TRUE.
18239
18240         * src/mainwindow.c: new command "Message/Reply to author".
18241         (main_window_set_menu_sensitive): enable/disable it.
18242         (reply_cb): handle it.
18243
18244         * src/summaryview.c: new command "Reply to author".
18245         (summary_set_menu_sensitive): enable/disable it.
18246         (summary_reply_cb): handle it.
18247
18248         * src/account.c (account_find_mail_from_address): new function.
18249
18250 2001-05-18 [paul]
18251
18252         0.4.99claws1
18253
18254         * sync with sylpheed 0.4.99cvs1
18255
18256 2001-05-18 [hoa]
18257
18258         * src/compose.[ch]
18259         * src/filtering.c
18260         * src/summaryview.c
18261                 new filtering action : forward and forward as attachment
18262
18263         * src/main.c
18264                 no need for $DISPLAY when we run sylpheed --help
18265                 call to parse_cmd_opt() is moved
18266
18267         * src/mainwindow.[ch]
18268                 execute button is hidden when immediate execute
18269                 is chosen
18270
18271         * src/mh.c
18272         * src/news.c
18273         * src/prefs_folder_item.c
18274         * src/procmsg.c
18275                 better handling of missing directories
18276
18277         * src/summaryview.c
18278                 reedit is enabled in outbox
18279                 reedit is enabled in queue
18280
18281 2001-05-17 [hoa]
18282
18283         * src/filtering.c
18284         * src/matcher.[ch]
18285         * src/prefs_filtering.c
18286                 changed attachement into attachment
18287
18288 2001-05-17 [alfons]
18289
18290         0.4.67claws4    
18291
18292         * sync with sylpheed 0.4.67cvs9
18293         * sync with sylpheed 0.4.67cvs7-8
18294
18295 2001-05-17 [hoa]
18296
18297         * src/Makefile.am
18298                 added prefs_filtering.c
18299
18300         * src/filtering.[ch]
18301         * src/matcher.[ch]
18302                 removed action : forward_news and forward_news_as_attachement
18303                 (forward and forward_as_attachement can be used instead)
18304
18305         * src/mainwindow.c
18306                 added menu option to access filtering configuration
18307
18308         * src/prefs_account.c
18309                 changed mail_command default to /usr/sbin/sendmail
18310
18311         * added src/prefs_filtering.[ch]
18312                 dialog box for filtering configuration
18313
18314         * src/prefs_matcher.c
18315                 added function prefs_matcher_get_criteria_from_matching()
18316
18317         * src/prefs_scoring.c
18318                 reset the dialog when register or substitute is clicked
18319
18320 2001-05-15 [hoa]
18321
18322         * src/Makefile.am
18323                 added filtering.[ch]
18324         * src/inc.c
18325                 using filering.[ch] instead of filter.[ch]
18326         * src/main.c
18327                 reading new filtering configuration
18328         * src/matcher.[ch]
18329                 added some filtering actions
18330                 and fixed a bug for headers and mail body matching
18331         * src/mbox.c
18332                 using filering.[ch] instead of filter.[ch]
18333         * src/mh.c
18334                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18335         * src/summaryview.c
18336                 some fixes for filtering
18337
18338 2001-05-14 [hiroyuki]
18339
18340         * src/send.c: fixed some weird indentations.
18341           send_message_with_command(): call pclose() only if p != NULL.
18342         * src/textview.c: get_email_part(): modified the code for readability.
18343
18344 2001-05-14 [hiroyuki]
18345
18346         * src/md5global.h
18347           src/md5ify.c
18348           src/md5ify.h: removed from the cvs.
18349
18350 2001-05-13 [sergey]
18351
18352         * src/main.c: include rfc2015.h to avoid compiler warnings.
18353         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18354         the panel is already on screen.
18355         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18356         closing the alert window by ESC as "No".
18357         * src/prefs_common.c (prefs_interface_create): moved return
18358         receipt check button to the correct place.
18359
18360 2001-03-13 [alfons]
18361
18362         * src/prefs_common.c: 
18363                 moved return receipt check button to the Send tab. (prefs_send_create)
18364                 removed the date format ui related globals. (prefs_display_create)
18365
18366         0.4.67claws3
18367         
18368         * sync with sylpheed 0.4.67cvs5-6
18369
18370 2001-05-13 [paul]
18371
18372         * added Alfons' font selection patch
18373
18374         * src/defs.h
18375         * src/headerwindow.c
18376         * src/prefs_common.c
18377         * src/prefs_common.h
18378
18379 2001-05-13 [hoa]
18380         * src/defs.h
18381                 changed version of cache
18382         * src/matcher.[ch]
18383         * src/prefs_matcher.c
18384                 added additionnal matching criteria
18385         * src/procheader.c
18386         * src/procmsg.[ch]
18387         * src/news.c
18388                 added references in MsgInfo
18389
18390 2001-05-12 [hoa]
18391
18392         * src/defs.h
18393                 prepared some things for new filtering
18394         * src/matcher.[ch]
18395                 added some matching properties
18396                 inreplyto need to be enhanced
18397                 prepared some things for new filtering
18398         * src/messageview.c
18399                 added Return-Receipt-To handling
18400         * src/prefs_folder_item.c
18401                 changed default value to TRUE
18402         * src/prefs_matcher.c
18403                 added some matching properties
18404         * src/prefs_scoring.[ch]
18405                 the scoring dialog is finished
18406         * src/procheader.c
18407                 added Return-Receipt-To handling
18408                 Reference need to be added
18409         * src/procmsg.[ch]
18410                 added Return-Receipt-To handling
18411                 added threadscore to get a better score sorting when
18412                 threads are enabled
18413         * src/summaryview.c
18414                 suppressed a bug when we sort the list
18415                 when no folder is opened.
18416                 better score sorting when threads are enabled
18417
18418 2001-05-12 [alfons]
18419
18420         * reverted previous patch because of potential errors 
18421
18422         0.4.67claws2
18423         
18424         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18425                 applied "toggle mail-retrieval dialog window" patch submitted 
18426                 by Eric Limpens <eric@qnt.net>
18427
18428         * sync with sylpheed 0.4.67cvs4
18429
18430 2001-05-12 [sergey]
18431
18432         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18433         some picky compilers.
18434         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18435         * src/grouplist_dialog.c: include alertpanel.h.
18436         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18437         fix compile warning.
18438         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18439         #include "defs.h" before others to prevent the warning of `MIN'
18440         and `MAX' redefinition.
18441
18442 2001-05-11 [hoa]
18443
18444         * src/main.c
18445         * src/messageview.c
18446         * src/prefs_account.c
18447         * src/prefs_display_header.c
18448                 removed warning
18449         * src/Makefile.am
18450                 added prefs_scoring.[ch]
18451         * src/grouplist_dialog.c
18452                 display an error dialog box if the group list
18453                 cannot be fetched.
18454         * src/mainwindow.[ch]
18455                 added main_window_set_thread_option() function
18456                 scoring dialog box enabled
18457         * src/matcher.[ch]
18458                 added flags matching unread /new / marked
18459                 / deleted / replied / forwarded
18460         * src/news.c
18461                 newsgroups are now finally in newscache
18462         * src/prefs_matcher.[ch]
18463                 finished preferences for matching dialog
18464         * added src/prefs_scoring.[ch]
18465                 scoring dialog box completed
18466         * src/scoring.[ch]
18467                 conversion to string : added scoringprop_to_string()
18468                 write config for preferences :
18469                 added prefs_scoring_write_config()
18470         * src/summaryview.c
18471                 threads can be enabled/disabled independently
18472                 for each folder
18473
18474 2001-05-10 [alfons]
18475
18476         0.4.67claws1
18477         
18478         * AUTHORS: 
18479                 thought it would be nice to have a list of all
18480                 contributors (used Changelog as a reference)
18481         
18482         * configure.in: 
18483                 messed up version numbering...
18484
18485         0.4.66claws1
18486
18487         * sync with sylpheed 0.4.67cvs1-3
18488
18489 2001-05-10 [darko]
18490
18491         * src/prefs_common.c:
18492                 better UI for strftime format, double clicking
18493                 on format now inserts the format in text entry
18494                 replaced close button with standard OK/Cancel
18495                 moved date format button to the right of the
18496                 text entry field
18497
18498 2001-05-09 [alfons]
18499
18500         * src/gtkstext.c:
18501                 Ctrl-Home / Ctrl-End have proper cursor navigation
18502
18503 2001-05-09 [hoa]
18504
18505         * src/prefs_matcher.c
18506                 finished UI to define matching properties
18507                 added ok and cancel button
18508         * src/prefs_filter.c
18509                 added ok and cancel button
18510         * src/news.c
18511                 fixed some bug in xhdr parsing
18512
18513 2001-05-08 [alfons]
18514
18515         * src/textview.c: 
18516                 fixed a bug in textview_show_header(), which displayed two colons (':');
18517                 cleaned up some warnings
18518
18519 2001-05-08 [hoa]
18520
18521         * src/Makefile.am
18522                 added prefs_matcher.[ch]
18523                 compilation with -W -Wall
18524         * src/alertpanel.c
18525                 ungrab the mouse events if grabbed - does it
18526                 fix the bug for disposition notification ?
18527         * src/mainwindow.c
18528                 added a menu option to open the matching dialog.
18529         * src/matcher.[ch]
18530                 added matcherprop_to_string() and matcherlist_to_string()
18531                 fixed some bugs, changed the name of some options
18532                 age_sup and age_inf becomes age_greater and age_lower,
18533                 body and messageheaders becomes body_part and headers_part,
18534                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18535         * src/prefs_display_header.c
18536         * src/prefs_headers.c
18537                 fixed a bug that accidentally destroyed dialogs
18538                 when closed them with delete_event
18539                 Added *_deleted() which handle delete_event signal correctly.
18540         * src/prefs_folder_item.[ch]
18541                 added "enable_thread" field for future customization
18542         * added src/prefs_matcher.[ch]
18543                 sample of the UI to define matching properties
18544         * src/procheader.c
18545                 using procheader_headername_equal instead of str*cmp functions
18546                 using procheader_parse_header() function
18547         * src/scoring.c
18548                 using MATCHING_XXX instead of SCORING_XXX
18549         * src/summaryview.c
18550                 display the sender of the news even if this is ourself
18551                 when this is a news message.
18552         * src/textview.c
18553                 using headername_equal() instead of str*cmp functions
18554
18555 2001-05-08 [alfons]
18556
18557         0.4.66claws
18558
18559         * sync with sylpheed 0.4.66
18560         * src/gtkstext.c: trace logs added 
18561
18562 2001-05-08 [sergey]
18563
18564         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18565         signature check popup.
18566         * src/rfc2015.c (check_signature): show signature check popup only
18567         if it is enabled in preferences.
18568
18569 2001-05-07 [alfons]
18570
18571         0.4.66claws4
18572         
18573         * sync with sylpheed 0.4.66cvs6
18574
18575 2001-05-07 [darko]
18576
18577         * src/prefs_common.[ch]: added option to enable/disable
18578           looking up sender name in address book for summary pane
18579         * src/summaryview.c: look up sender in the address book
18580           by using Alfons' address completion code
18581
18582 2001-05-07 [hiroyuki]
18583
18584         * src/inc.h
18585           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18586           member of Pop3State.
18587         * src/news.c: brought #include "defs.h" before #include <glib.h>
18588           to prevent the warning of `MIN' and `MAX' redefinition.
18589
18590 2001-05-06 [hoa]
18591
18592         * removed src/headers_display.[ch]
18593         * removed src/prefs_display_headers.[ch]
18594         * src/inc.c
18595                 use a temporary file in the user directory for mbox import
18596         * src/news.c
18597                 added XHDR support to get "To" and "Cc" headers
18598                 (in order to match news with to or cc field for
18599                 scoring)
18600                 added function news_parse_xhdr() to get XHDR response
18601         * src/nntp.[ch]
18602                 added function nntp_xhdr()
18603         * src/matcher.c
18604                 fetch the message if necessary
18605
18606 2001-05-06 [alfons]
18607
18608         0.4.66claws3
18609
18610         * sync with sylpheed 0.4.66cvs3-5
18611
18612 2001-05-06 [hoa]
18613
18614         * src/utils.[ch]
18615                 added function itos_buf() to enable use of several buffers
18616         * src/summaryview.c
18617                 use of itos_buf() instead of itos() in summary list
18618                 to fix the broken display of message number.
18619
18620 2001-05-06 [alfons]
18621
18622         * src/gtkstext.c: bug in cursor up navigation fixed,
18623                 fixed another unsigned / signed comparison (we're getting there :-)
18624
18625 2001-05-06 [hoa]
18626
18627         * src/Makefile.am
18628                 added scoring.c scoring.h
18629                 prefs_folder_item.c prefs_folder_item.h
18630                 matcher.c matcher.h
18631         * src/defs.h
18632                 added FOLDERITEM_RC SCORING_RC
18633         * src/folder.[ch]
18634                 added prefs field in FolderItem :
18635                 properties for each folder (PrefsFolderItem),
18636                 sorting type and mode were added as the first properties.
18637         * src/main.c
18638                 read config for scoring
18639         * added src/matcher.[ch]
18640                 gives functions to parse configuration file to do
18641                 matching on mails with a list of conditions.
18642         * src/mainwindow.c
18643                 add option to sort by score
18644         * src/prefs_common.[ch]
18645                 added preference option to show score and for
18646                 the score column size
18647         * added src/prefs_folder_item.[ch]
18648                 properties for each folder (PrefsFolderItem),
18649                 sorting type and mode were added as the first properties.
18650         * src/procheader.[ch]
18651                 added procheader_parse_header()
18652                 added procheader_header_free()
18653                 added procheader_headername_equal()
18654                 and made modification to use them.
18655         * src/procmsg.[ch]
18656                 added score field to MsgInfo structure
18657         * added src/scoring.[ch]
18658                 gives functions to parse configuration file to do
18659                 scoring on mails with a list of conditions.
18660         * src/summaryview.[ch]
18661                 save the sorting type and mode for the folder
18662                 added column to display the score of the mail
18663                 added function summary_score_clicked()
18664                 sorting type and mode are restored to the folder
18665                 when it is reopen
18666         * src/textview.c
18667                 use procheader_parse_header(), procheader_headername_equal()
18668                 removed memory leak in text_scan_header when freeing headers
18669         * src/filter.c
18670                 changed the function to match names of headers
18671                 using procheader_headername_equal()
18672
18673         Scoring functions are implemented, an interface is needed
18674         to configure that.
18675
18676 2001-05-04 [alfons]
18677
18678         * src/gtkstext.c: 
18679                 hopefully fixed the row up navigation bug,
18680                 removed adding back / forward lines to cache
18681
18682 2001-05-04 [sergey]
18683
18684         * src/prefs_display_headers.c: user interface changes:
18685         (prefs_display_headers_create): remove unused "Show" check button;
18686         allow reordering of headers by dragging.
18687         (prefs_display_headers_write_config): remove unused variables.
18688         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18689         of lists (not needed with the new UI).
18690         (prefs_display_headers_set_list): scan lists starting from row 0,
18691         not 1 (do not skip "(New)").
18692         (prefs_display_headers_find_header): new function.
18693         (prefs_display_headers_clist_set_row): do not allow duplicates.
18694         (prefs_display_headers_delete_cb): do not skip row 0; treat
18695         closing the alert window by ESC as "No".
18696         (prefs_display_headers_up): do not protect row 0.
18697         (prefs_display_headers_down): do not protect row 0.
18698
18699 2001-05-04 [sergey]
18700
18701         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18702         functions.
18703
18704         * src/summaryview.c
18705         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18706         summary_select_next_marked, summary_select_prev_marked): new
18707         functions.
18708
18709 2001-05-03 [sergey]
18710
18711         * src/news.c: fixed a bug when no article can be fetched after
18712         server timeout if the connection was restored by news_post():
18713         (news_select_group): new function.
18714         (news_fetch_msg): call news_select_group() before fetching
18715         article.
18716         (news_get_uncached_articles): set session->group after successful
18717         GROUP command.
18718
18719 2001-05-03 [hoa]
18720
18721         * src/defs.h
18722         * src/procmsg.[ch]
18723         * src/procheader.c
18724                  changed version of cache, added cc field
18725
18726         * src/prefs_display_headers.c
18727                 the interface was changed
18728
18729         * src/prefs_headers.c
18730                 added cancel button
18731
18732 2001-05-03 [alfons]
18733
18734         * completed sync of sylpheed cvs2
18735         * src/gtkstext.c: updated row up / down cursor navigation
18736         * src/textview.c: re-edited, prepared for fixing the email address
18737                 scanner.
18738
18739 2001-05-03 [darko]
18740
18741         * src/prefs_common.c: use alfons' strftime ui code
18742         entry_datefmt and datefmt_sample widgets have to be
18743         global in this module because of this change
18744
18745 2001-05-03 [hoa]
18746
18747         * src/messageview.c
18748         * src/prefs_common.[ch] added option to activate the return receipt
18749                 feature.
18750
18751 2001-05-02 [alfons]
18752
18753         * src/gtkstext.c: fix for row up/down cursor navigation. 
18754
18755         0.4.66claws2
18756         
18757         * sync with 0.4.66cvs2
18758
18759 2001-05-02 [paul]
18760
18761         added add-sender-to-addressbook patch
18762
18763         * src/addressbook.c
18764         * src/addressbook.h
18765         * src/summaryview.c
18766
18767 2001-05-02 [sergey]
18768
18769         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18770         G_ALERTDISABLE.
18771
18772         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18773         all existing callers changed to pass FALSE; create a check button
18774         to disable the message.
18775         (alertpanel_message_with_disable): new function.
18776         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18777         (alertpanel_button_toggled): new function.
18778         (alertpanel_button_clicked, alertpanel_close): set value using
18779         G_ALERT_VALUE_MASK.
18780
18781         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18782
18783         * src/prefs_common.c (prefs_privacy_create): new check button
18784         checkbtn_gpgme_warning.
18785
18786         * src/main.c (main): moved preferences reading before gpgme
18787         initialization; check prefs_common.gpgme_warning before giving the
18788         GnuPG warning and set it to FALSE if the user wants to disable the
18789         warning.
18790
18791 2001-05-02 [hiroyuki]
18792
18793         * src/prefs_display_headers.c: modified the layout and some labels.
18794
18795 2001-05-02 [sergey]
18796
18797         * src/prefs_account.c (prefs_account_fix_size): new function.
18798         (prefs_account_create): call prefs_account_fix_size(); use
18799         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18800         size when the window is shown for the first time).
18801         (prefs_account_basic_create): changed layout of serv_table; moved
18802         localmbox_entry above smtpserv_entry (logically it replaces
18803         POP3/IMAP server).
18804         (prefs_account_protocol_activated): set sensitivity of
18805         nntpauth_chkbtn according to the protocol (in addition to
18806         hide/show); commented out gtk_table_set_row_spacing() calls.
18807         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18808         not sensitive (fixes a bug with disabled username/password boxes
18809         when editing POP3 account after NNTP with authentication).
18810
18811 2001-05-02 [hoa]
18812
18813         * src/account.c
18814         * src/inc.c
18815         * src/prefs_account.[ch]
18816         * src/send.c
18817                 removed local account without SMTP server
18818                 added option to use mail command instead of a connexion
18819                 to SMTP server when a local account is used
18820         * src/prefs_headers.c
18821                 fixed a bug
18822         * src/news.c
18823                 fixed a bug when connexion immediately closed
18824
18825 2001-05-01 [alfons]
18826
18827         0.4.66claws1
18828         
18829         * sync with 0.4.65
18830
18831 2001-05-01 [sergey]
18832
18833         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18834         widget nntpauth_chkbtn.
18835         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18836         visibility.
18837         (prefs_account_nntpauth_toggled): new function.
18838
18839         * src/news.c (news_session_new_for_folder): use NNTP
18840         authentication only if ac->use_nntp_auth is set.
18841
18842 2001-05-01 [hoa]
18843
18844         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18845         * src/prefs_display_headers.c changed the UI
18846         * src/prefs_headers.c changed account_name to account_id
18847         * src/compose.c using customheader.h
18848
18849 2001-05-01 [hiroyuki]
18850
18851         * src/esmtp.c
18852           src/news.c
18853           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18854           unsynched.
18855
18856 2001-05-01 [hoa]
18857
18858         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18859         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18860                 for displaying of headers
18861         * src/grouplist_dialog.[ch] minor changes to remove warnings
18862         * src/prefs_display_headers.[ch] dialog to choose the
18863         headers to display in the mail viewer.
18864         * src/headers.h correction of #define
18865         * src/headers_display.[ch] configuration for displaying of headers.
18866         * src/main.c read config of displaying of headers
18867         * src/prefs_common.c add a button to access the config dialog
18868                 for displaying of headers
18869         * src/prefs_display_headers.[ch] dialog for configuration for
18870                 displaying of the headers.
18871         * src/prefs_headers.c cleaning of code
18872         * src/procheader.c comments added to code
18873         * src/textview.c changes to reorder the headers depending
18874                 on the config for displaying of headers
18875
18876 2001-04-30 [alfons]
18877
18878         0.4.65claws7
18879
18880         * sync with 0.4.65cvs12
18881
18882         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18883
18884 2001-04-30 [sergey]
18885
18886         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18887
18888         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18889         is set to force reconnection after authentication failure.
18890         (nntp_gen_command): set sock->auth_failed on authentication
18891         failure, or if sock->userid and sock->passwd are not set.
18892
18893         * src/news.c (news_session_new_for_folder): set userid=NULL if
18894         password dialog is cancelled.
18895
18896 2001-04-30 [sergey]
18897
18898         * src/nntp.h (NNTPSockInfo): new type.
18899
18900         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18901         SockInfo.
18902         (nntp_open_auth, nntp_close): new functions.
18903         (nntp_gen_command): new function to handle authentication; all
18904         NNTP command functions updated to use it.
18905         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18906         (nntp_list): removed old useless code.
18907
18908         * src/news.h (NNTPSession): new field nntp_sock.
18909
18910         * src/news.c: all functions updated to use NNTPSockInfo instead of
18911         SockInfo.
18912         (news_session_new): new arguments (userid, passwd); made static;
18913         use nntp_open_auth() if needed.
18914         (news_session_destroy): use nntp_close() instead of sock_close().
18915         (news_query_password): changed arguments.
18916         (news_session_new_for_folder): new function.
18917         (news_session_get): use news_session_new_for_folder().
18918         (news_authenticate): deleted.
18919         (news_get_uncached_articles): removed old authentication code.
18920
18921 2001-04-30 [sergey]
18922
18923         * src/news.c: reverted my previous changes (need to do NNTP
18924         authentication in a cleaner way).
18925         
18926 2001-04-29 [sergey]
18927
18928         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18929         news_nntp_post, news_nntp_mode): new functions (wrappers with
18930         authentication support).
18931         (news_get_article_cmd, news_get_article, news_get_header): new
18932         argument "folder"; all callers changed.
18933         (news_get_article_cmd): added authentication support.
18934         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18935         (news_post): use news_nntp_post() instead of nntp_post().
18936         (news_get_uncached_articles): use news_nntp_group() instead of
18937         nntp_group() and news_nntp_xover() instead of nntp_xover();
18938         removed old authentication code.
18939         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18940
18941         * src/nntp.c (nntp_list): return real error code instead of
18942         hardcoded NN_ERROR.
18943
18944 2001-04-29 [sergey]
18945
18946         * configure.in: fixed wint_t typedef detection again
18947
18948 2001-04-28 [hoa]
18949
18950         * src/prefs_account.[ch], added A_LOCAL_CMD
18951                 (send mail with mail command)
18952         * src/send.c added function send_message_with_command()
18953         * src/inc.c made a more secure get_spool() function with
18954                 mktemp() but maybe mkstemp() or something more
18955                 secure can be used.
18956
18957 2001-04-28 [alfons]
18958
18959         * src/textview.c, colorization of email addresses in headers
18960
18961         0.4.65claws6
18962
18963         * bug sync with sylpheed
18964         * prefs_common.c: created date format ui for darko
18965         * sync with 0.4.65cvs11
18966         * configure.in: corrected to have the new gpg checks
18967
18968 2001-04-27 [alfons]
18969
18970         * completed sync with 0.4.65cvs10
18971         * minor debug things added to gtkstext.c
18972
18973 2001-04-27 [darko]
18974
18975         * configure.in: remove check for availability of
18976           strftime() as advised by Hiroyuki
18977         * src/prefs_common.[ch], src/procheader.c:
18978           synch strftime() code with Hiroyki's main branch
18979
18980 2001-04-26 [sergey]
18981
18982         * src/news.c: news_query_password(), news_authenticate(): new
18983           functions.
18984           news_get_uncached_articles(): added NNTP authentication
18985           handling.
18986         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18987           new functions.
18988         * src/prefs_account.c: prefs_account_protocol_activated():
18989           enable userid and password fields for NNTP.
18990
18991 2001-04-26
18992
18993         * configure.in: check for availability of strftime()
18994           [darko]
18995         * src/prefs_common.[ch], src/procheader.c: use
18996           strftime() for displaying date in summary pane if it
18997           is available
18998
18999 2001-04-25
19000
19001         * more .cvsignore cleanups [alfons]
19002
19003 2001-04-25
19004
19005         * ac/sv-check-type.m4: new autoconf macro.
19006         * configure.in: fixed wint_t typedef detection (did not work
19007           with gcc-2.96).
19008
19009 2001-04-25
19010
19011         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19012           [hiroyuki]
19013
19014 2001-04-24
19015         * modified gtkstext.c : buggy cursor navigation fixed, 
19016           and font descent also taken in account when drawing
19017           cursor. [alfons]
19018
19019 2001-04-24 [hoa]
19020         * added comments in src/news.c src/nntp.c
19021         * added src/prefs_headers.[ch]
19022         * added src/headers.[ch]
19023         * modified compose.c to activate custom headers
19024                 added function is_in_custom_headers
19025         * modified prefs_account.[ch]
19026                 added function prefs_account_customhdr_edit
19027         * modified src/defs.h :
19028                 added HEADERS_RC : name of the config file
19029                 for the custom headers
19030
19031 2001-04-24
19032
19033     0.4.65claws5
19034
19035         * configure.in
19036           src/gtkstext.[ch]
19037           src/compose.c
19038           src/Makefile.am
19039           
19040           added gtkstext with configure.in patch by Hiroyuki which
19041           should fix the XIM detection [alfons]
19042
19043         * more clean up of cvs [alfons]
19044
19045                  * removed all Makefile.in files to attic.
19046
19047                  * updated all .cvsignores to really ignore things that could
19048                    be unintentionally committed by a recursive commit.
19049
19050 2001-04-23 [hoa]
19051         * added src/grouplist_dialog.[ch]
19052         * changed src/folderview.c to call grouplist_dialog instead
19053                 of inputdialog
19054         * src/news.c :
19055                 added functions news_reset_group_list
19056                 and news_get_group_list
19057         * src/nntp.c :
19058                 added function nntp_list
19059         * src/defs.h :
19060                 added GROUPLIST_FILE : name of the newsgroup list cache file
19061
19062 2001-04-21
19063
19064         * added option to warn about queued messages on exit [sergey]:
19065
19066           * src/compose.c: compose_queue(): call folder_item_scan()
19067             and folderview_update_item() after queueing.
19068           * src/folderview.c: folderview_update_node(): draw the queue
19069             folder in bold font if there are queued messages.
19070           * src/mainwindow.c: queued_messages(): new function.
19071             app_exit_cb(): display warning if there are queued messages
19072             if warn_queued_on_exit is set.
19073           * prefs_common.[ch]: add warn_queued_on_exit option.
19074
19075         * enhanced GnuPG key selection support [sergey]:
19076
19077           * src/select-keys.c: updated to newer version from Win32
19078             branch with support for selecting arbitrary keys.
19079           * src/prefs_account.c: added the Privacy tab to the account
19080             options window.
19081             prefs_account_privacy_create(),
19082             prefs_account_sign_key_set_data_from_radiobtn(),
19083             prefs_account_sign_key_set_radiobtn(): new functions.
19084           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19085           * src/rfc2015.c: set_signers(): new function.
19086             pgp_sign(): add the account parameter, call set_signers().
19087             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19088           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19089           * src/compose.c: pass the current account to rfc2015_sign().
19090
19091         * tag name claws added to prevent confusion with main branch [alfons]
19092
19093         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19094
19095         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19096
19097         * sync with recent sylpheed cvs. Untested though. [alfons]
19098