0.9.6claws26
[claws.git] / ChangeLog.claws
1 2003-10-14 [christoph]  0.9.6claws26
2
3         * src/compose.c
4         * src/mimeview.c
5         * src/procmime.[ch]
6         * src/rfc2015.c
7         * src/textview.c
8         * src/plugins/clamav/clamav_plugin.c
9                 use GNode to create the mime tree (some changes to functions
10                 that traverse the tree are just quick and dirty. Maybe we
11                 can find better solutions with g_node_*-functions)
12
13 2003-10-14 [luke]       0.9.6claws25
14
15         * src/mimeview.c
16                 fix a navigation bug (stupid typo of mine)
17
18 2003-10-14 [christoph]  0.9.6claws24
19
20         * src/textview.c
21                 fix missing last line in plain/text mails
22
23 2003-10-13 [luke]       0.9.6claws23
24
25         * src/summaryview.c
26                 fix bug 334 (part 1)
27
28 2003-10-13 [kov]        0.9.6claws22
29
30         * src/mimeview.c
31                 error checking when the user enters a non-directory at
32                 the file selection dialog.
33                 work-around for users entering directory location without
34                 adding a leading G_DIR_SEPARATOR.
35
36 2003-10-13 [luke]       0.9.6claws21
37
38         * src/compose.c
39                 error reporting for inserting files, including catching
40                 invalid characters for current locale/encoding
41
42 2003-10-13 [paul]       0.9.6claws20
43
44         * src/folderview.c
45                 fix bug #347 'subscribe newsgroups crashes'
46
47 2003-10-13 [paul]       0.9.6claws19
48
49         * src/compose.c
50                 when using 'Reply to all' include the 'send replies
51                 to' folder property
52                 
53         * po/ja.po
54                 update Japanese translation. submitted by Rui Hirokawa 
55                 <rui_hirokawa@ybb.ne.jp>        
56
57 2003-10-13 [hoa]        0.9.6claws18
58
59         * src/account.c
60         * src/compose.c
61         * src/messageview.c
62         * src/procheader.c
63         * src/procheader.h
64                 rename get_header_from_msginfo() into
65                 procheader_get_header_from_msginfo() so that we have a
66                 coherent exported naming.
67                 avoid parsing of header contained in a string via
68                 a newly written temporary file.
69
70         Patch submitted by Simon 'corecode' Schubert
71                 <corecode@corecode.ath.cx>
72
73 2003-10-12 [hoa]        0.9.6claws17
74
75         * src/filtering.c
76         * src/filtering.h
77         * src/matcher.c
78         * src/matcher.h
79         * src/matcher_parser_parse.y
80         * src/prefs_filtering_action.c
81                 added "stop" action : stop applying the filtering rules.
82                 added "set score" and "increase/decrease score" actions.
83                 That two last action replace the "change_score" action
84                 introduced by alfons in 0.8.8claws85.
85                 "set score" is to set a given score to the message.
86                 "increase/decrease score" will increase or decrease the
87                 score if the given value is respectively positive or
88                 negative. If someone find a some better name for this last
89                 rule, it can be modified.
90
91 2003-10-12 [paul]       0.9.6claws16
92
93         * AUTHORS
94           po/ja.po
95                 update Japanese translation. submitted by Rui Hirokawa 
96                 <rui_hirokawa@ybb.ne.jp>
97
98 2003-10-12 [christoph]  0.9.6claws15
99
100         * src/procmime.c
101                 fix crash caused by incorrect headers
102
103 2003-10-10 [christoph]  0.9.6claws14
104
105         * src/main.c
106         * src/privacy.[ch]
107         * src/rfc2015.[ch]
108                 implement detection of signed message parts for rfc2015
109
110 2003-10-10 [thorsten]   0.9.6claws13
111
112         * src/mimeview.c
113                 fix typo
114
115 2003-10-10 [christoph]  0.9.6claws12
116
117         * src/stock_pixmap.[ch]
118         * src/pixmaps/mime_message.xpm                  ** NEW **
119                 add a new icon for mime type "message"
120
121         * src/privacy.[ch]
122         * src/procmime.[ch]
123                 add crypto api
124
125         * src/mimeview.c
126                 o use crypto api
127                 o add icons for message type mime parts
128
129 2003-10-10 [christoph]  0.9.6claws11
130
131         * src/mainwindow.c
132         * src/messageview.[ch]
133         * src/mimeview.[ch]
134         * src/procmime.[ch]
135         * src/procmsg.[ch]
136         * src/rfc2015.c
137         * src/summaryview.c
138         * src/textview.[ch]
139                 o remove switching between TextView and MimeView in MessageView
140                   (if required we can hide the icon box and the MimeView will
141                    look exaxtly like the TextView)
142                 o temporary remove signature and decrypting GPGME code
143
144 2003-10-09 [christoph]  0.9.6claws10
145
146         * src/action.c
147         * src/compose.c
148         * src/messageview.c
149         * src/mimeview.c
150         * src/procmime.[ch]
151         * src/procmsg.c
152         * src/rfc2015.c
153         * src/textview.c
154         * src/common/utils.[ch]
155         * src/plugins/clamav/clamav_plugin.c
156         * src/plugins/dillo_viewer/dillo_viewer.c
157         * src/plugins/image_viewer/viewer.c
158         * src/plugins/mathml_viewer/mathml_viewer.c
159                 new mime parser (several things need fixing)
160
161 2003-10-09 [paul]       0.9.6claws9
162
163         * src/imap.c
164                 a little more sync with 0.9.6cvs2 and a tidy up
165
166 2003-10-08 [paul]       0.9.6claws8
167
168         * sync with 0.9.6cvs2
169                 see ChangeLog 2003-10-03
170
171 2003-10-05 [christoph]  0.9.6claws7
172
173         * src/summaryview.c
174                 don't use flags to check if a message is in a news folder
175
176         (closes Bug 282 clicking on folder with copied Messages from News
177          immediately after having copied them crashes Sylpheed-Claws)
178
179 2003-10-05 [christoph]  0.9.6claws6
180
181         * src/Makefile.am
182         * src/progressdialog.[ch]               ** REMOVE **
183         * src/gtk/Makefile.am
184         * src/gtk/progressdialog.[ch]           ** NEW **
185                 move progressdialog to gtk directory
186
187 2003-10-04 [christoph]  0.9.6claws5
188
189         * src/prefs_toolbar.c
190         * src/gtk/prefswindow.c
191                 remove widget_show_all for pages root widget
192
193         * src/plugins/spamassassin/spamassassin.[ch]
194         * src/plugins/spamassassin/spamassassin_gtk.c
195         * src/plugins/spamassassin/spamassassin_gtk.glade
196                 add support for new libspamc transports
197
198 2003-10-04 [christoph]  0.9.6claws4
199
200         * src/plugins/spamassassin/libspamc.[ch]
201         * src/plugins/spamassassin/spamassassin.c
202         * src/plugins/spamassassin/utils.[ch]
203                 update libspamc to version from SpamAssassin 2.60
204
205 2003-10-03 [christoph]  0.9.6claws3
206
207         * src/send_message.c
208                 fix missing format string bug found by
209                 Georgi Guninski <guninski@guninski.com>
210
211 2003-10-03 [paul]       0.9.6claws2
212
213         * po/zh_CN.po
214                 update Simpilified Chinese translation, submitted by
215                 Hansom Young
216
217 2003-10-02 [christoph]  0.9.6claws1
218
219         * src/imap.c
220                 add UIDPLUS support for COPY and EXPUNGE
221
222 2003-10-02 [paul]       0.9.6claws
223
224         * 0.9.6claws released
225
226 2003-10-02 [paul]
227
228         * po/es.po
229           po/sk.po
230                 update Spanish and Slovak translations
231                 submitted by Ricardo Mones Lastra and Andrej Kacian
232  
233 2003-10-02 [paul]       0.9.5claws43
234
235         * po/en_GB.po
236                 update British English translation
237
238 2003-10-02 [paul]       0.9.5claws42
239
240         * po/hr.po
241                 update Croatian translation, submitted by Dragan
242
243 2003-10-01 [paul]       0.9.5claws41
244
245         * po/pl.po
246           po/sr.po
247                 update Polish and Serbian translations, submitted by
248                 Emil and Urke MMI
249
250 2003-10-01 [melvin]     0.9.5claws40
251
252         * po/fr.po
253                 Updated French translations
254
255 2003-10-01 [melvin]     0.9.5claws39
256
257         * src/prefs_fonts.c
258                 Fixed a Gtk warning
259
260         * src/plugins/dillo_prefs.c     
261                 Quasi unnoticeable UI clean-up.
262
263 2003-10-01 [paul]
264
265         * tools/README
266           tools/maildir2sylpheed.pl
267                 bug fixes, rewrites, submitted by Matthias Förste 
268                 <itsjustme@users.sourceforge.net>
269
270 2003-09-29 [paul]       0.9.5claws38
271
272         * src/inc.c
273                 fix my coding carelessness
274
275 2003-09-29 [paul]       0.9.5claws37
276
277         * po/POTFILES.in
278           src/Makefile.am
279           src/main.c
280           src/prefs_common.[ch]
281           src/prefs_fonts.[ch]  ** NEW FILES **
282                 move Font config options to Other Prefs/Display/Fonts
283                 (user's current configuration is preserved)
284
285 2003-09-29 [paul]       0.9.5claws36
286
287         * src/inc.c
288           src/prefs_account.c
289                 allow 'local_mbox' value to point to either a directory 
290                 (/var/mail -  default, new) or a file (/var/mail/username
291                 - original)
292
293 2003-09-28 [paul]       0.9.5claws35
294
295         * src/rfc2015.c
296                 on signature check, where key exists, print the
297                 Key ID
298
299 2003-09-27 [alfons]     0.9.5claws34
300
301         * src/action.c
302                 o make progress bar not fill/expand when resizing dialog
303                 o use default fixed text font for actions output
304
305 2003-09-27 [paul]       0.9.5claws33
306
307         * src/prefs_common.[ch]
308           src/procmsg.c
309           src/send_message.c
310                 remove External Program settings from Common Prefs/Send
311                 as they are now unnecessary due to Local account settings.
312                 plus a little tidying-up after 0.9.5claws31
313
314 2003-09-27 [paul]       0.9.5claws32
315
316         * src/prefs_account.c
317                 o make correction to gui text:
318                   'Local mailbox file' -> 'Local mailbox directory'
319                 o give 'local_mbox' option a reasonable default value:
320                   '/var/mail'
321                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
322                   value
323
324 2003-09-26 [paul]       0.9.5claws31
325
326         * src/inc.c
327           src/prefs_common.[ch]
328                 remove 'Incorporate from spool' common pref,
329                 force creation of a 'Local' account
330
331 2003-09-26 [christoph]  0.9.5claws30
332
333         * src/folder.c
334         * src/msgcache.c
335                 add more NULL pointer checks
336
337 2003-09-25 [christoph]  0.9.5claws29
338
339         * src/folder.c
340                 o don't fetch source message to get it's message id
341                 o immediately scan dest folder when copying a message did not
342                   return a new message number and not do it when the first message
343                   without a new message number is found
344
345 2003-09-23 [christoph]  0.9.5claws28
346
347         * src/compose.c
348                 fix generating of headers
349
350         (patch by David Relson <relson@osagesoftware.com>)
351
352 2003-09-23 [paul]       0.9.5claws27
353
354         * po/zh_CN.po
355                 update Simplified Chinese translation. submitted by
356                 Hansom Young
357
358 2003-09-23 [paul]       0.9.5claws26
359
360         * tools/Makefile.am
361           tools/README
362           tools/vcard2xml.py    ** NEW FILE **
363                 add a script that converts an evolution vcard to
364                 sylpheed's xml format
365                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
366
367 2003-09-22 [paul]       0.9.5claws25
368
369         * src/plugins/clamav/clamav_plugin.c
370                 don't skip MULTIPART parts
371
372 2003-09-21 [christoph]  0.9.5claws24
373
374         * src/alertpanel.c
375                 remove unneeded include
376
377         * src/folder.c
378                 clean up copy/move mess with duplicated code
379
380         * src/imap.c
381                 fix problem that sometimes the folder was not scanned
382                 also it was changed
383
384 2003-09-21 [christoph]  0.9.5claws23
385
386         * src/Makefile.am
387         * src/logwindow.[ch]                    ** REMOVE **
388         * src/mainwindow.c
389         * src/prefs_common.c
390         * src/gtk/Makefile.am
391         * src/gtk/logwindow.[ch]                ** ADD **
392                 make logwindow prefs_common independent and move
393                 it to gtk directory
394
395 2003-09-20 [christoph]  0.9.5claws22
396
397         * src/compose.c
398                 add extra space for address code conversion
399                 (4 * unconvered size could be too small for short headers)
400
401 2003-09-20 [christoph]  0.9.5claws21
402
403         * src/compose.c
404                 increase temp buffer size when writing headers
405
406 2003-09-19 [darko]      0.9.5claws20
407
408         * src/compose.c
409                 don't ignore value of 'Save copy of outgoing messages to
410                 this folder instead of Sent' in message redirect
411
412 2003-09-17 [christoph]  0.9.5claws19
413
414         * src/compose.c
415                 use ", " as address seperator for mail headers and pass whole
416                 header line at once to compose_convert_header to make sure
417                 it is correctly folded
418
419         (closes Bug 64 Problem when sending to many recipients)
420
421 2003-09-17 [hoa]        0.9.5claws18
422         
423         * src/matcher.[ch]
424           src/matcher_parser_parse.y
425           src/prefs_matcher.c
426                 changed the keyword used for command execution in condition
427                 keyword is changed from "execute" to "test"
428                 so that it is not the same as the one used for action.
429                 This will fix a bug when using filtering dialog.
430                 All semantic in the code is also changed to reflect
431                 the keyword change.
432
433 2003-09-17 [paul]
434         
435         * sync with 0.9.6 release
436
437 2003-09-17 [paul]       0.9.5claws17
438
439         * sync with 0.9.5cvs8
440                 see ChangeLog 2003-09-16 and 2003-09-17
441
442 2003-09-16 [paul]       0.9.5claws16
443
444         * sync with 0.9.5cvs6
445                 see ChangeLog 2003-09-16
446
447 2003-09-15 [paul]       0.9.5claws15
448
449         * sync with 0.9.5cvs5
450                 see ChangeLog 2003-09-15
451
452 2003-09-14 [alfons]     0.9.5claws14
453
454         * src/inc.c
455                 make "Go to inbox after receiving new mail" again;
456                 regression of a sync, restored to sylpheed main 
457                 behaviour. (misses still some bits)
458
459 2003-09-14 [alfons]     0.9.5claws13
460
461         * src/prefs_filtering_action.c
462                 o add proper message if empty execute command line
463                 o don't select first action item after registering a
464                   new action to prevent (what seems to be a GTK) bug
465                   #36, "filtering will only accept one action change 
466                   per invocation".
467
468 2003-09-14 [alfons]     0.9.5claws12
469
470         * src/prefs_filtering.c
471         * src/prefs_filtering_action.c
472         * src/prefs_matcher.c
473                 fix function signature for key_pressed_event signal handlers
474
475 2003-09-14 [alfons]     0.9.5claws11
476
477         * src/mainwindow.c
478                 fix regression caused by fix for invalid bug #7
479                 (should fix #246, "Multiple selections are deselected when 
480                 moving from search window to main window")
481                 
482 2003-09-14 [alfons]     0.9.5claws10
483         
484         * src/actions.[ch]
485         * src/filtering.[ch]
486         * src/prefs_actions.c
487                 allow `filtering actions` in actions; only for advanced users
488                 right now: try for example, "%as{mark color 2}" 
489         
490 2003-09-13 [paul]       0.9.5claws9
491         
492         * po/pl.po
493           po/zh_CN.po   ** NEW FILE **
494                 update Polish translation, submitted by Emil 
495                 <eminowbl@posejdon.wpk.p.lodz.pl>
496                 add new Simplified Chinese translation, submitted by
497                 Hansom Young <hansom_young@yahoo.com>
498
499 2003-09-12 [alfons]     0.9.5claws8
500
501         * src/summaryview.c
502                 don't open separate message views when View | Separate message view
503                 is active 
504                 (please look carefully for any navigation regressions)
505
506 2003-09-11 [alfons]     0.9.5claws7
507
508         * src/mainwindow.c
509                 make default message view, opened by View | Separate message 
510                 view, look like a claws message view (which includes a menu
511                 bar and a toolbar)
512                 (fixes bug #298, "message view loses tool bar") 
513
514 2003-09-11 [christoph]  0.9.5claws6
515
516         * src/folderview.c
517                 fix double deleting of newsgroup folders
518
519         (closes Bug 305 crash after deleting of a newsgroup)
520
521 2003-09-11 [paul]       0.9.5claws5
522
523         * src/rfc2015.c
524           src/common/utils.h
525                 more sync'ing from 0.9.5cvs2
526
527 2003-09-11 [christoph]  0.9.5claws4
528
529         * src/compose.c
530         * src/rfc2015.c
531         * src/common/utils.h
532                 fix sync with 0.9.5cvs2
533
534 2003-09-11 [paul]       0.9.5claws3
535
536         * sync with 0.9.5cvs4
537                 see ChangeLog 2003-09-11
538
539 2003-09-11 [paul]       0.9.5claws2
540
541         * sync with 0.9.5cvs2
542                 see ChangeLog 2003-09-05
543                 
544 2003-09-11 [paul]       0.9.5claws1
545
546         * sync with 0.9.5cvs3
547                 see ChangeLog 2003-09-10
548
549 2003-09-10 [paul]       0.9.5claws
550
551         * 0.9.5claws released
552
553 2003-09-10 [paul]       0.9.4claws78
554
555         * src/Makefile.am
556                 add missing files
557
558 2003-09-10 [melvin]     0.9.4claws77
559
560         * po/fr.po
561                 Updated French translations
562
563 2003-09-10 [paul]       0.9.4claws76
564
565         * po/es.po
566           po/sk.po
567           po/sr.po
568                 update Spanish, Slovak, and Serbian translations.
569                 submitted by Ricardo Mones Lastra, Andrej Kacian,
570                 and Urke MMI
571                 
572         * AUTHORS
573                 add translation team section
574
575 2003-09-09 [christoph]  0.9.4claws75
576
577         * src/folder.c
578                 free item->prefs in folder_item_destroy
579
580 2003-09-09 [alfons]     0.9.4claws74
581
582         * src/folderview.c
583                 o proper check for root node sorting
584                 o remove unnecessary gtk_ctree_remove_node 
585
586         (should fix bug #300, "crash while moving folder")      
587
588 2003-09-08 [christoph]  0.9.4claws73
589
590         * src/folderview.c
591                 o fix double adding of IMAP FolderItems to GtkCTree
592                 o fix crash then mbox folder is removed
593
594 2003-09-08 [christoph]  0.9.4claws72
595
596         * src/folder.c
597         * src/folderview.c
598         * src/mainwindow.c
599                 fix new folder notification
600
601         * src/mbox_folder.c
602                 fix cache path
603
604 2003-09-08 [christoph]  0.9.4claws71
605
606         * src/compose.c
607                 replace '\n' and '\r' before removing trailing spaces
608
609         * src/folder.[ch]
610         * src/folderview.c
611                 add information about new or removed items in folder tree change
612                 notification and use this in folderview to add and remove only
613                 the appected items and not refresh the whole tree
614
615 2003-09-07 [match]      0.9.4claws70
616
617         * src/Makefile.am
618         * src/addr_compl.c
619         * src/addressbook.c
620         * src/addressitem.h
621         * src/addrindex.c
622         * src/addritem.c
623         * src/addritem.h
624         * src/addrquery.c                       ** NEW **
625         * src/addrquery.h
626         * src/ldapquery.c
627         * src/ldapserver.c
628         * src/stock_pixmap.c
629         * src/stock_pixmap.h
630         * src/pixmaps/address_search.xpm        ** NEW **
631                 re-introduce Lookup button for LDAP 'static' searches.
632
633 2003-09-07 [alfons]     0.9.4claws69
634         
635         * src/summaryview.c
636                 abandon setting usize for messageview because it gives layout problems
637                 with the quick search bar and the headerview; fixes assorted UI glitches:
638                 
639                 o bug #148, "Toggling of quick-search bar reduces index view area" 
640                 o bug #280, "Window resiizes for line length but does not revert"
641
642 2003-09-07 [christoph]  0.9.4claws68
643
644         * src/compose.c
645                 o make sure we don't have any newlines in header values
646                 o check custom headers for spaces and newlines and ignore
647                   malformed header names
648
649 2003-09-06 [christoph]  0.9.4claws67
650
651         * src/folder.c
652         * src/folderview.c
653                 invoke notification hook for folder tree changes after append
654                 and remove folder
655
656         (closes Bug 294 Crash while moving folder with many subdirectories)
657
658 2003-09-06 [christoph]  0.9.4claws66
659
660         * src/folder.c
661                 destroy folder's MsgCache if FolderItem is removed to make sure
662                 it is not saved when the FolderItem is destroyed
663
664 2003-09-06 [christoph]  0.9.4claws65
665
666         * src/plugins/clamav/clamav_plugin.c
667                 fix copy & paste bug
668
669 2003-09-05 [christoph]  0.9.4claws64
670
671         * src/folder.c
672         * src/messageview.[ch]
673         * src/procmsg.[ch]
674         * src/summaryview.c
675                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
676                 by MessageView to clear it when the message is deleted. Should
677                 work even if messages are deleted in MainWindow or by
678                 processing.
679
680 2003-09-05 [alfons]     0.9.4claws63
681
682         * src/messageview.c
683                 deleting a message in a message view frees its msginfo, make 
684                 messageview_update_all() aware of that (should fix bug #293,
685                 "deleting message caused crash")
686
687 2003-09-05 [melvin]     0.9.4claws62
688
689         * src/action.c
690                 Improve synchronous action exit code (fixes 
691                 a ~5 seconds delay after action exit on RedHat 9)
692
693 2003-09-04 [christoph]  0.9.4claws61
694
695         * src/compose.c
696         * src/rfc2015.c
697         * src/common/utils.[ch]
698                 add util function to create mime boundary and use it
699                 in compose and gpg code
700
701 2003-09-04 [alfons]     0.9.4claws60
702
703         * src/folder.c
704                 source folder item's GNode should already have been freed in 
705                 a previous call to src->folder->klass->remove_folder()
706                 (should fix bug #287, "crash when moving folders")
707
708 2003-09-03 [thorsten]   0.9.4claws59
709
710         * src/plugins/spamassassin/spamassassin_gtk.c
711                 fix compile error
712
713 2003-09-03 [christoph]  0.9.4claws58
714
715         * src/plugins/spamassassin/spamassassin.[ch]
716         * src/plugins/spamassassin/spamassassin_gtk.c
717                 add timeout config option
718
719 2003-09-03 [paul]       0.9.4claws57
720
721         * po/sk.po      ** NEW FILE **
722                 add Slovak translation. Submitted by Andrej Kacian 
723                 <andrej@kacian.sk>
724
725 2003-09-03 [paul]       0.9.4claws56
726
727         * src/plugins/clamav/clamav_plugin_gtk.c
728                 gui tweaks: replace a label with a tooltip, modify the
729                 text, use gtk_check_button_new(); instead of
730                 gtk_check_button_new_with_label("");
731
732 2003-09-02 [alfons]     0.9.4claws55
733
734         * src/gtk/filesel.c
735                 remember last used dir when attaching multiple files (should fix
736                 bug #290, "Attach File does not remember directory")
737
738 2003-09-01 [paul]       0.9.4claws54
739
740         * po/es.po
741                 updated by Ricardo Mones Lastra
742
743 2003-09-01 [alfons]     0.9.4claws53
744
745         * src/gtk/gtkaspell.[ch]
746                 be pedantic and strict and use const gchar * instead of guchar *
747
748 2003-09-01 [alfons]     0.9.4claws52
749
750         * src/mainwindow.c
751         * src/summaryviewc.
752                 re-enable Save As when multiple messages are selected
753
754 2003-09-01 [paul]       0.9.4claws51
755
756         * src/textview.c
757                 g_free(trimmed_uri);
758
759 2003-09-01 [paul]       0.9.4claws50
760
761         * sync with 0.9.4cvs13
762                 see ChangeLog 2003-09-01
763
764 2003-09-01 [paul]       0.9.4claws49
765
766         * src/textview.c
767                 trim uri before sending to the statusbar
768                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
769                 in the message window causes main S-C window to enlarge 
770                 past screen edges'
771
772 2003-09-01 [paul]       0.9.4claws48
773
774         * sync with 0.9.4cvs12
775                 see ChangeLog 2003-09-01
776
777 2003-08-30 [christoph]  0.9.4claws47
778
779         * src/compose.c
780         * src/folder_item_prefs.[ch]
781         * src/prefs_folder_item.c
782         * src/gtk/gtkaspell.[ch]
783                 commit per folder dictionary patch by
784                 Paul Evans <nerd@freeuk.com>
785
786 2003-08-30 [christoph]  0.9.4claws46
787
788         * src/plugins/spamassassin/spamassassin_gtk.c
789         * src/plugins/spamassassin/spamassassin_gtk.glade
790                 reduce GUI clutter by placing hints into tooltips
791
792 2003-08-30 [paul]       0.9.4claws45
793
794         * src/compose.c
795                 add 'Content-Disposition: inline' to a text/plain
796                 part when using PGP/MIME signing
797
798 2003-08-30 [paul]       0.9.4claws44
799
800         * src/prefs_common.c
801           src/prefs_spelling.c
802           src/prefs_spelling.glade
803                 reduce GUI clutter by placing hints into tooltips
804
805 2003-08-29 [christoph]  0.9.4claws43
806
807         * configure.ac
808                 fix bug found by Ivan Rayner <ivanr@sgi.com>
809
810         * src/stock_pixmap.c
811                 change unecessary warning into a debug message
812
813         * src/plugins/clamav/Makefile.am
814                 Fix error "-I$(CLAMAV_LIBS)"
815
816 2003-08-29 [christoph]  0.9.4claws42
817
818         * intl/Makefile.in
819         * src/Makefile.am
820         * src/matcher.h
821         * src/common/Makefile.am
822         * src/common/passcrypt.c
823                 commit fixes and patches for some of the IRIX problems found by
824                 Ivan Rayner <ivanr@sgi.com>
825
826 2003-08-29 [paul]       0.9.4claws41
827
828         * src/prefs_filtering.c
829                 add 'Top' and 'Bottom' buttons, based on changes in
830                 src/prefs_filter.c in 0.9.4cvs11.
831
832 2003-08-27 [christoph]  0.9.4claws40
833
834         * src/folderview.c
835                 fix bug that the current summary settings were copied to the
836                 wrong folder item, when the folder item prefs are opened.
837                 Copying is not required because summary settings and
838                 folder_item_prefs do not contain the same settings
839
840 2003-08-27 [thorsten]   0.9.4claws39
841
842         * src/imap.c
843                 fix compile error
844
845 2003-08-26 [paul]       0.9.4claws38
846
847         * sync with 0.9.4cvs9
848                 see ChangeLog 2003-08-26
849
850 2003-08-25 [paul]       0.9.4claws37
851
852         * sync with 0.9.4cvs8
853                 see ChangeLog 2003-08-25
854
855 2003-08-24 [christoph]  0.9.4claws36
856
857         * src/prefs_filtering.c
858                 shouldn't remove items from a GSList while iterating over the
859                 list (makes cur invalid and cur->next not accessable)
860
861         (closes Bug 272 i deleted an folder and some seconds later sylpheed
862          crashed)
863
864 2003-08-23 [christoph]  0.9.4claws35
865
866         * src/news.c
867                 news folders should be scanned when opened
868
869 2003-08-22 [christoph]  0.9.4claws34
870
871         * src/prefs_folder_item.c
872                 use macro to assign strings that always frees the old string
873
874         * src/gtk/gtkaspell.[ch]
875                 add gtkaspell_set_dictionary_menu_active_item() to set active
876                 item in dictionary option menu
877
878         * src/prefs_spelling.c
879                 use gtkaspell_set_dictionary_menu_active_item() to select
880                 dictionary
881
882 2003-08-21 [christoph]  0.9.4claws33
883
884         * src/folder.[ch]
885         * src/imap.c
886         * src/mbox_folder.c
887         * src/mh.c
888         * src/news.c
889                 optimize folder system
890
891         * src/gtk/gtkstext.c
892                 fix division by zero when font has 0 width for ' '
893
894 2003-08-21 [paul]       0.9.4claws32
895
896         * sync with 0.9.4cvs7
897                 see ChangeLog 2003-08-20
898
899 2003-08-19 [paul]       0.9.4claws31
900
901         * src/common/defs.h
902                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
903                 SYLDOC_FAQ_HTML_INDEX.
904         * src/manual.c
905                 use LC_MESSAGES instead of LC_ALL to find the current
906                 language
907
908           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
909
910 2003-08-19 [paul]       0.9.4claws30
911
912         * po/bg.po
913                 updated by George Danchev
914
915 2003-08-18 [luke]       0.9.4claws29
916         * src/mimeview.[ch]
917         * src/gtk/gtkvscrollbutton.[ch]
918                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
919                   dependencies; do it the GTK way; reduce code -14/+2 lines)
920                 o removed horizontal separator between icons
921
922 2003-08-17 [christoph]  0.9.4claws28
923
924         * src/procmsg.c
925                 no subject threading when the subject has no reply prefix
926
927 2003-08-16 [christoph]  0.9.4claws27
928
929         * src/mainwindow.c
930                 remember and restore window sizes and position when the main
931                 window is hidden or shown
932
933         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
934          minimised/reopened using trayicon)
935
936 2003-08-16 [paul]       0.9.4claws26
937
938         * src/crash.c
939                 add #include "defs.h"
940
941 2003-08-16 [paul]       0.9.4claws25
942
943         * src/plugins/clamav/clamav_plugin.c
944                 reword a debug_print
945                 
946         * src/plugins/dillo_viewer/dillo_prefs.c
947                 cosmetic: change the labels' text, add tooltips, and
948                 left-align the hint
949
950 2003-08-15 [christoph]  0.9.4claws24
951
952         * src/news.c
953                 complete last change (forgot some changes)
954
955 2003-08-15 [christoph]  0.9.4claws23
956
957         * src/news.c
958                 o check number of messages and don't return a 0 message
959                   when no messages are available
960                 o don't parse xref header anymore
961
962         (closes Bug 203 I'm not getting any news)
963
964 2003-08-15 [paul]       0.9.4claws22
965
966         * src/common/defs.h
967           src/crash.c
968                 update and define claws bugzilla location
969
970 2003-08-15 [paul]       0.9.4claws21
971
972         * po/ru.po
973                 update submitted by Ruslan N. Balkin
974
975 2003-08-14 [christoph]  0.9.4claws20
976
977         * src/procmsg.c
978                 fix search for oldest node in subject threading
979
980 2003-08-14 [christoph]  0.9.4claws19
981
982         * src/procmsg.c
983         * src/common/utils.h
984                 add possibility to check all nodes with the same subject for
985                 subject threading, not only the oldest node. Should not break
986                 threads anymore if the oldest node is thread_by_subject_max_age
987                 days older then parent, because it can now find a child of
988                 oldest node as new parent.
989
990 2003-08-11 [christoph]  0.9.4claws18
991
992         * src/plugins/spamassassin/spamassassin.c
993                 run spam check in background process
994
995 2003-08-10 [alfons]     0.9.4claws17
996
997         * src/summaryview.c
998                 make `Select All' sensitive too
999
1000 2003-08-10 [christoph]  0.9.4claws16
1001
1002         * src/imap.c
1003                 add more checks in imap_close
1004
1005 2003-08-09 [alfons]     0.9.4claws15
1006
1007         * src/prefs_spelling.c
1008                 no spell checking UI if not requested
1009
1010 2003-08-09 [alfons]     0.9.4claws14
1011
1012         * src/gtk/prefswindow.c
1013                 make it compile
1014
1015 2003-08-09 [christoph]  0.9.4claws13
1016
1017         * src/prefs_spelling.c
1018         * src/gtk/prefswindow.[ch]
1019         * src/plugins/clamav/clamav_plugin_gtk.c
1020         * src/plugins/spamassassin/spamassassin_gtk.c
1021                 sort prefs pages by heighest weight in tree
1022
1023 2003-08-09 [paul]       0.9.4claws12
1024
1025         * sync with 0.9.4cvs6
1026                 see ChangeLog 2003-08-07
1027                 
1028         * AUTHORS
1029                 add Leandro and Luke to claws-branch section
1030
1031 2003-08-09 [christoph]  0.9.4claws11
1032
1033         * src/gtk/Makefile.am
1034         * src/gtk/colorsel.[ch]                 ** NEW **
1035                 create a color selection dialog that can be used as a simple
1036                 function call with it's own gtk main loop like filesel.[ch]
1037
1038         * src/Makefile.am
1039         * src/main.c
1040         * src/prefs_common.c
1041         * src/prefs_spelling.[ch]               ** NEW **
1042         * src/prefs_spelling.glade              ** NEW **
1043         * src/gtk/gtkutils.[ch]
1044                 move "Spell Checker" prefs to new prefs dialog
1045
1046         * src/prefs_folder_item.c
1047                 use new colorsel dialog
1048
1049 2003-08-08 [paul]       0.9.4claws10
1050
1051         * src/inc.c
1052                 clear the progress bar unconditionally
1053
1054 2003-08-08 [paul]       0.9.4claws9
1055
1056         * sync with 0.9.4cvs4
1057                 see ChangeLog 2003-07-31
1058
1059 2003-08-07 [christoph]  0.9.4claws8
1060
1061         * configure.ac
1062                 fix bug in image viewer plugin part
1063
1064         * src/imap.c
1065                 don't execute close command if the folder item is not selected
1066
1067 2003-08-07 [hoa]        0.9.4claws7
1068
1069         * src/filtering.[ch]
1070         * src/matcher_parser.h
1071         * src/matcher_parser_parse.y
1072                 can define several actions for each filtering rule
1073                 can import old versions of filtering rules
1074
1075         * src/prefs_filtering.c
1076                 call to a new dialog box to define actions
1077
1078         * src/prefs_filtering_action.[ch]
1079                 dialog box to define actions for filtering rules
1080
1081 2003-08-06 [christoph]  0.9.4claws6
1082
1083         * src/imap.c
1084                 make sure source folder is selected when copying messages
1085
1086 2003-08-06 [christoph]  0.9.4claws5
1087
1088         * sync with 0.9.4cvs2
1089                 see ChangeLog 2003-07-29                
1090
1091 2003-08-05 [paul]       0.9.4claws4
1092
1093         * sync with 0.9.4cvs3
1094                 see ChangeLog 2003-07-30
1095
1096 2003-08-04 [match]      0.9.4claws3
1097
1098         * po/POTFILES.in
1099                 export of LDIF files.
1100
1101 2003-08-04 [match]      0.9.4claws2
1102
1103         * src/ldif.[ch]
1104                 support for export LDIF. documented.
1105         * src/importldif.[ch]
1106         * src/exportldif.[ch]
1107                 add tooltips. documented.
1108         * src/exphtmldlg.[ch]
1109         * src/common/xmlprops.[ch]
1110                 documented.
1111         * src/exportldif.[ch]                   ** NEW **
1112         * src/expldifdlg.[ch]                   ** NEW **
1113         * src/addressbook.[ch]
1114         * src/Makefile.am
1115                 export of LDIF files.
1116                 documented.
1117
1118 2003-08-04 [christoph]  0.9.4claws1
1119
1120         * .cvsignore
1121         * Makefile.am
1122         * configure.ac
1123         * sylpheed-claws.pc.in                  ** NEW **
1124         * src/Makefile.am
1125         * src/common/Makefile.am
1126         * src/gtk/Makefile.am
1127                 install sylpheed header files in $(pkgincludedir) and create a
1128                 pkg-config file to allow building a plugin without the source
1129                 package
1130
1131 2003-08-04 [paul]       0.9.4claws
1132
1133         * version 0.9.4claws
1134
1135 2003-08-04 [paul]       0.9.3claws97
1136
1137         * po/es.po
1138                 update Spanish translation. Submitted by Ricardo
1139                 Mones Lastra.
1140
1141 2003-08-03 [paul]       0.9.3claws96
1142
1143         * po/hr.po
1144           po/sr.po
1145                 update Croatian and Serbian translations. Submitted by
1146                 Dragan and Urke MMI respectively
1147
1148 2003-08-03 [alfons]     0.9.3claws95
1149
1150         * src/summaryview.c
1151                 mark flag has precedence over important flag - seems
1152                 to have been changed in sync of 0.9.3claws45. this fixes
1153                 a regression where messages that were scored as important
1154                 don't show their mark flags. (using the same column for
1155                 both importance as mark flags is the real problem
1156                 ofcourse)
1157
1158 2003-08-03 [melvin]     0.9.3claws94
1159
1160         * po/fr.po
1161                 Updated French translations.
1162
1163 2003-08-03 [melvin]     0.9.3claws93
1164
1165         * src/Makefile.am
1166                 Fixed typo introduced after 0.9.3claws92 
1167                 that prevented compilation
1168                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1169                 CPPFLAGS and YFLAGS to allow user setting these.
1170         * src/common/Makefile.am
1171         * src/gtk/Makefile.am
1172         * src/plugins/clamav/Makefile.am
1173         * src/plugins/demo/Makefile.am
1174         * src/plugins/dillo_viewer/Makefile.am
1175         * src/plugins/image_viewer/Makefile.am
1176         * src/plugins/mathml_viewer/Makefile.am
1177         * src/plugins/spamassassin/Makefile.am
1178         * src/plugins/trayicon/Makefile.am
1179         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1180                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1181                 CPPFLAGS and YFLAGS to allow user setting these.
1182
1183 2003-08-02 [christoph]  0.9.3claws92
1184
1185         * configure.ac
1186                 o rearrange plugin tests
1187                 o add test for clamav.h to ClamAV tests
1188
1189 2003-08-02 [luke]       0.9.3claws91
1190
1191         * src/mimeview.c
1192                 o fixed appearance of icon list when toggling back from the 
1193                   ctree
1194                 o toggling of icons using the keyboard works correctly
1195                 o fixed all other keyboard shortcuts to work when icons are
1196                   active
1197         
1198         * src/messageview.c
1199                 o fixed bug 4 - focus lost when changing messageview view type
1200
1201 2003-08-02 [christoph]  0.9.3claws90
1202
1203         * src/common/hooks.c
1204                 fix crash when pointer stored in hash table could get invalid
1205                 when a plugin is unloaded
1206
1207 2003-08-01 [christoph]  0.9.3claws89
1208
1209         * configure.ac
1210                 o try to build all plugins (except spamassassin) by default
1211                 o don't build a plugin if a dependency check fails
1212
1213         * src/common/hooks.c
1214                 fix warning
1215
1216 2003-08-01 [match]      0.9.3claws88
1217
1218         * src/importldif.c
1219                 allow single click field selection. document code.
1220
1221 2003-08-01 [christoph]  0.9.3claws87
1222
1223         * src/plugins/clamav/clamav_plugin.c
1224         * src/plugins/clamav/clamav_plugin_gtk.c
1225         * src/plugins/dillo_viewer/dillo_viewer.c
1226         * src/plugins/image_viewer/plugin.c
1227         * src/plugins/mathml_viewer/mathml_viewer.c
1228         * src/plugins/spamassassin/spamassassin.c
1229         * src/plugins/spamassassin/spamassassin_gtk.c
1230         * src/plugins/trayicon/trayicon.c
1231                 add version check to all plugins
1232
1233 2003-08-01 [hoa]        0.9.3claws86
1234
1235         * src/prefs_filtering.c
1236                 fixed a cosmetic bug, during creation of dialog box,
1237                 wrong widgets were shown after creation.
1238
1239 2003-08-01 [luke]       0.9.3claws85
1240
1241         * src/mainwindow.c
1242                 o fixed visibility of icons/mimeview after toggling separate
1243                   message/folder view (factored out some similar code too).
1244
1245
1246 2003-07-31 [alfons]     0.9.3claws84
1247
1248         * src/mimeview.c
1249                 tweak icon box UI a bit more, now allowing right-clicks actions
1250                 getting the relevant mime data too; should fix #250, "Can't save 
1251                 attachments sometimes".
1252
1253 2003-07-30 [alfons]     0.9.3claws83
1254
1255         * src/compose.c
1256                 don't do auto-save-draft inside key press handler, but rather
1257                 schedule it half of a second later; should fix #67, "autosave 
1258                 make re-rediting message crazy"
1259
1260 2003-07-30 [christoph]  0.9.3claws82
1261
1262         * src/plugins/trayicon/trayicon.c
1263                 process pending events before unloading the plugin
1264
1265         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1266
1267 2003-07-30 [alfons]     0.9.3claws81
1268
1269         * src/common/hooks.c
1270                 parameter 2 of g_hook_destroy() should really be a hook id
1271
1272 2003-07-30 [alfons]     0.9.3claws80
1273
1274         * src/common/plugin.c
1275                 fix a possibly harmful function signature mismatch 
1276                 for plugin_done
1277
1278 2003-07-30 [alfons]     0.9.3claws79
1279
1280         * src/common/hooks[.ch]
1281                 const correctness
1282
1283 2003-07-30 [darko]      0.9.3claws78
1284
1285         * src/summaryview.c
1286                 make it compile again
1287
1288 2003-07-30 [luke]       0.9.3claws77
1289
1290         * src/crash.c
1291         * src/main.c
1292                 o added/moved signal handlers for SIGTERM (normal kill command) 
1293                   and SIGINT (ctl-c) to be used even without 
1294                   --enable-crash-dialog, fixing bug 166
1295
1296         * src/summaryview.c
1297                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1298                   bug 227
1299
1300         * src/mainwindow.c
1301                 o changed sensitivity condition for 'Next new' and 'Next 
1302                   unread', fixing bug 8
1303
1304 2003-07-29 [alfons]     0.9.3claws76
1305
1306         * src/common/utils.[ch]
1307                 add generate_msgid()
1308         * src/messageview.c
1309                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1310                 sent folder".
1311
1312 2003-07-29 [alfons]     0.9.3claws75
1313
1314         * src/messageview.c
1315                 fix a memleak (claws-only)
1316
1317 2003-07-29 [alfons]     0.9.3claws74
1318
1319         * src/mimeview.[ch]
1320         * src/gtk/gtkvscrollbutton.[ch]
1321                 fix UI glitch where mime icon toolbox' scroll position is not 
1322                 reset after switching to another message
1323                 
1324
1325 2003-07-29 [paul]       0.9.3claws73
1326
1327         * src/prefs_folder_item.c
1328                 split the prefs into 2 separate pages
1329
1330 2003-07-29 [paul]       0.9.3claws72
1331
1332         * src/compose.c
1333                 prepend "\n\n" to a signature without a separator too
1334
1335 2003-07-29 [paul]       0.9.3claws71
1336
1337         * src/compose.c
1338                 fix bug where changing to an account without an auto-sig
1339                 from an initial account without an auto-sig would insert 
1340                 2 blank lines at the cursor point
1341                 fix bug where changing to an account with an auto-sig
1342                 from an initial account without an auto-sig would insert
1343                 the sig at the cursor point
1344
1345 2003-07-29 [paul]       0.9.3claws70
1346
1347         * src/folderview.c
1348                 use the colour from the folder pref unless the folder
1349                 has new messages
1350
1351 2003-07-29 [alfons]     0.9.3claws69
1352
1353         * src/procmsg.[ch]
1354         * src/messageview.c
1355         * src/procheader.c
1356                 rewrite return receipt request work a little bit (the former 
1357                 implementation presumably depended too much on the UI setting
1358                 flags). (we're losing the old pending flag.) 
1359
1360 2003-07-28 [christoph]  0.9.3claws68
1361
1362         * src/folder.c
1363         * src/imap.c
1364         * src/mh.c
1365         * src/procmsg.[ch]
1366                 fix copy to IMAP folder from other folder
1367
1368 2003-07-28 [christoph]  0.9.3claws67
1369
1370         * src/procmsg.c
1371                 fix sync of procmsg_get_message_file_list
1372
1373 2003-07-28 [christoph]  0.9.3claws66
1374
1375         * sync with 0.9.3cvs14
1376                 see ChangeLog 2003-07-18
1377         * sync with 0.9.3cvs17
1378                 see ChangeLog 2003-07-23
1379
1380         (closes Bug 234 segmentation fault after sending out mail via
1381          smtp(auth))
1382
1383 2003-07-28 [paul]       0.9.3claws65
1384
1385         * po/es.po
1386                 update Spanish translation, submitted by Ricardo Mones
1387                 Lastra
1388
1389 2003-07-28 [christoph]  0.9.3claws64
1390
1391         * src/folder.[ch]
1392         * src/imap.c
1393         * src/mh.c
1394                 return new message numbers as a GRelation instead of a GSList
1395                 that has to be in the same order as the input list. A list
1396                 would make it hard for IMAP to optimize oepration by sorting
1397                 the input list. The returned list would have to be reordered
1398                 to match the same order that input list has.
1399
1400         * src/gtk/gtkaspell.c
1401                 fix missing return value, could cause a crash when garbage is
1402                 on the stack that is used as the expected return value
1403
1404 2003-07-28 [paul]       0.9.3claws63
1405
1406         * sync with 0.9.4cvs1
1407                 see ChangeLog 2003-07-28
1408
1409 2003-07-27 [alfons]     0.9.3claws62
1410
1411         * src/mimeview.c
1412                 tweak it more to make icon list act like a check button group
1413
1414 2003-07-27 [christoph]  0.9.3claws61
1415
1416         * sync with 0.9.3cvs20
1417                 see ChangeLog 2003-07-25
1418
1419 2003-07-27 [paul]       0.9.3claws60
1420
1421         * src/procmsg.c
1422                 re-commit changes from 0.9.3claws58 -
1423                 accidently removed in 0.9.3claws59
1424
1425 2003-07-27 [paul]       0.9.3claws59
1426
1427         * src/procmsg.[ch]
1428                 a sync from 0.9.3cvs17
1429                 see ChangeLog 2003-07-23
1430
1431 2003-07-27 [alfons]     0.9.3claws58
1432
1433         * src/procmsg.c
1434                 add missing header members to MsgInfo; fixes the problem of 
1435                 not displaying X-Faces, as noticed by Ricardo Mones
1436
1437 2003-07-26 [christoph]  0.9.3claws57
1438
1439         * sync with 0.9.3cvs18
1440                 see ChangeLog 2003-07-24
1441
1442 2003-07-26 [christoph]  0.9.3claws56
1443
1444         * sync with 0.9.3cvs17
1445                 see ChangeLog 2003-07-23
1446
1447 2003-07-26 [christoph]  0.9.3claws55
1448
1449         * src/folder.[ch]
1450         * src/imap.c
1451         * src/mbox_folder.c
1452         * src/mh.c
1453         * src/news.c
1454                 add support for copy function that copy multiple messages
1455                 (not implemented yet)
1456
1457         * src/summaryview.c
1458                 add missing return value
1459
1460 2003-07-26 [paul]       0.9.3claws54
1461
1462         * tools/multiwebsearch.pl
1463                 do whitespace substitution before passing the string
1464                 to the browser. fixes bug with browsers that don't
1465                 do whitespace conversion themselves.
1466
1467 2003-07-25 [christoph]  0.9.3claws53
1468
1469         * src/folder.[ch]
1470         * src/imap.c
1471         * src/mh.c
1472                 rewrite adding of multiple messages to a folder for
1473                 claws' folder system
1474
1475 2003-07-25 [luke]       0.9.3claws52
1476
1477         * src/mimeview.c
1478                 o icon toggles set correctly on leaving ctree mimeview
1479
1480 2003-07-25 [paul]       0.9.3claws51
1481
1482         * partial sync with 0.9.3cvs21 [src/main.c]
1483                 see ChangeLog 2003-07-25
1484
1485 2003-07-24 [paul]       0.9.3claws50
1486
1487         * tools/maildir2sylpheed.pl
1488                 fix typo
1489
1490 2003-07-24 [paul]       0.9.3claws49
1491
1492         * src/mimeview.c
1493                 increase the gutter size of paned so that the panes
1494                 can be resized
1495                 
1496         * src/plugins/demo/demo.c
1497                 squeeze in another typo fix
1498
1499 2003-07-24 [paul]       0.9.3claws48
1500
1501         * src/plugins/demo/demo.c
1502           src/prefs_account.c
1503                 small changes to the English
1504                 
1505         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1506           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1507           src/Makefile.am
1508           src/stock_pixmap.c
1509                 rename the misspelled icon
1510
1511 2003-07-23 [alfons]     0.9.3claws47
1512
1513         * src/mimeview.c
1514                 make icon list look like a list of toggles
1515
1516 2003-07-23 [luke]       0.9.3claws46
1517
1518         * src/pixmaps/mimeview_gpg_expired.xpm
1519         * src/pixmaps/mimeview_gpg_failed.xpm
1520         * src/pixmaps/mimeview_gpg_passed.xpm
1521         * src/pixmaps/mimeview_text_html.xpm
1522         * src/pixmaps/mimeview_image.xpm
1523                 o all icons the same size
1524
1525         * src/mimeview.[ch]
1526                 o mimeview ctree arranged vertically above the viewer
1527                 o icons changed to buttons
1528                 o can use keyboard to select an icon (Enter)
1529                 o resize icon list to width of icons
1530
1531         *  src/gtk/gtkvscrollbutton.c
1532                 o sensitivity of buttons reacts to position
1533
1534 2003-07-23 [christoph]  0.9.3claws45
1535
1536         * sync with 0.9.3cvs14 (incomplete)
1537                 see ChangeLog 2003-07-17
1538
1539 2003-07-23 [alfons]     0.9.3claws44
1540
1541         * src/folder.c
1542         * src/procmsg.h
1543                 sync with my local tree to restore some claws-only things
1544
1545 2003-07-23 [paul]       0.9.3claws43
1546
1547         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1548           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1549           src/Makefile.am
1550           src/mimeview.c
1551           src/procmime.h
1552           src/rfc2015.c
1553           src/stock_pixmap.[ch]
1554                 indicate missing keys and expired sigs/keys
1555                 in mime view column
1556
1557 2003-07-23 [paul]       0.9.3claws42
1558
1559         * src/compose.c
1560                 Redirect fixes: enable automatic account selection and
1561                 do not append signature to message on changing account
1562                 fixes Bug[s] #248
1563
1564 2003-07-23 [paul]       0.9.3claws41
1565
1566         * sync with 0.9.3cvs16
1567                 see ChangeLog 2003-07-23
1568
1569 2003-07-23 [alfons]     0.9.3claws40
1570
1571         * src/inc.c
1572                 give progress dialog a main window, and give it the first 
1573                 one (presumably the only one). fixes bug #247, "segfault on 
1574                 pop-before-smtp" 
1575
1576 2003-07-22 [alfons]     0.9.3claws39
1577
1578         * src/summaryview.c
1579                 shift-space scrolls up
1580
1581 2003-07-22 [paul]       0.9.3claws38
1582
1583         * sync with 0.9.3cvs15
1584                 see ChangeLog 2003-07-22
1585
1586 2003-07-20 [alfons]     0.9.3claws37
1587
1588         * src/compose.c
1589                 put menu inside #ifdef USE_ASPELL..#endif
1590
1591 2003-07-20 [christoph]  0.9.3claws36
1592
1593         * src/procmsg.c
1594                 fix wrong flags in MsgInfo returned by
1595                 procmsg_msginfo_get_full_info()
1596
1597         (closes Bug 221 Deleting messages from the Message View gives incorrect
1598          new/unread message counts in the folder view)
1599
1600         * src/plugins/spamassassin/spamassassin_gtk.c
1601                 add gettext macro for prefs page title
1602
1603 2003-07-20 [paul]       0.9.3claws35
1604
1605         * src/mimeview.c
1606                 redraw icon list on signature check
1607
1608 2003-07-20 [christoph]  0.9.3claws34
1609
1610         * src/Makefile.am
1611         * src/account.c
1612         * src/folder.[ch]
1613         * src/folder_item_prefs.[ch]            ** NEW **
1614         * src/folderview.c
1615         * src/mainwindow.c
1616         * src/mh.c
1617         * src/prefs_gtk.c
1618         * src/prefs_scoring.c
1619         * src/summaryview.c
1620         * src/prefs_folder_item.[ch]
1621                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1622                   Properties dialog
1623                 o use prefswindow for folder properties
1624
1625         * src/gtk/prefswindow.[ch]
1626                 change implementation to use an invisible notebook instead
1627                 of unparenting widgets
1628
1629 2003-07-20 [christoph]  0.9.3claws33
1630
1631         * src/compose.h
1632         * src/folder.c
1633         * src/folderview.h
1634         * src/headerview.h
1635         * src/prefs_filtering.h
1636         * src/prefs_folder_item.[ch]
1637         * src/procmime.h
1638         * src/procmsg.h
1639         * src/summaryview.h
1640                 clean up header mess
1641                 (always use 1. typedefs, 2. #includes, 3. structures)
1642
1643         * src/common/version.h.in
1644                 add casts for constants
1645
1646         * src/plugins/demo/demo.c
1647                 fix typo
1648
1649         * src/plugins/spamassassin/spamassassin.c
1650                 remove unused variable
1651
1652 2003-07-20 [alfons]     0.9.3claws32
1653
1654         * src/mimeview.c
1655                 o make icon buttons respond on left click
1656                 o minor cosmetic change
1657
1658 2003-07-19 [luke]       0.9.3claws31
1659
1660         * src/mimeview.[ch]
1661         * src/gtk/gtkvscrollbutton.c
1662         * src/messageview.c
1663                 o improved mimeview behaviour when selecting a new message
1664                 o plus code cleanups to remove compile warnings
1665
1666
1667 2003-07-19 [alfons]     0.9.3claws30
1668
1669         * src/procmsg.c
1670         * src/compose.c
1671         * src/common/utils.[ch]
1672                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1673
1674 2003-07-19 [alfons]     0.9.3claws29
1675
1676         * src/prefs_folder_item.c
1677                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1678                 string pointers
1679
1680 2003-07-19 [luke]       0.9.3claws28
1681
1682         * src/messageview.c
1683         * src/mimeview.[ch]
1684         * src/procmime.h
1685         * src/rfc2015.c
1686         * src/stock_pixmap.[ch]
1687         * src/gtk/Makefile.am
1688         * src/Makefile.am
1689         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1690         * src/pixmaps/mime_*.xpm                ** NEW **
1691                 o mimeview rearrangement with a new icon shortcut bar
1692
1693 2003-07-19 [alfons]     0.9.3claws27
1694
1695         * src/folderview.c
1696                 o plug leaking nodes_to_recollapse
1697                 o add folderview_recollapse_all_nodes() (not used yet)
1698
1699 2003-07-19 [alfons]     0.9.3claws26
1700
1701         * src/compose.c
1702         * src/common/utils.c
1703                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1704                 for both forwarding as replying
1705
1706 2003-07-18 [christoph]  0.9.3claws25
1707
1708         * configure.ac
1709         * src/common/sylpheed.[ch]
1710         * src/common/version.h.in
1711                 add version in numeric form to allow easy comparison
1712
1713         * src/plugins/demo/demo.c
1714                 add version check
1715                 - sylpheed version > plugin version => never allowed, sylpheed
1716                   could contain unknown API changes
1717                 - sylpheed version < minimum version required => don't load,
1718                   API required not available (if linking does not fail)
1719
1720 2003-07-18 [alfons]     0.9.3claws24
1721         
1722         * src/common/plugin.[ch]
1723                 const correctness
1724
1725 2003-07-18 [christoph]  0.9.3claws23
1726
1727         * src/common/hooks.c
1728                 fix crash when hooks where unregisted
1729
1730         * src/plugins/trayicon/trayicon.c
1731                 unregister detroy signal before destroying the widget
1732                 (still crashes when the plugin is unloaded)
1733
1734 2003-07-18 [alfons]     0.9.3claws22
1735         
1736         * src/folderview.c
1737                 delay expanding folder tree during drags until timeout triggered
1738                 (needs perhaps some tweaking, so testing is welcome)
1739
1740 2003-07-17 [alfons]     0.9.3claws21
1741
1742         * src/folderview.c
1743                 clean up cruft
1744
1745 2003-07-17 [christoph]  0.9.3claws20
1746
1747         * src/common/session.c
1748                 fix opening of SSL connections
1749
1750         * src/plugins/image_viewer/Makefile.am
1751                 add OPENSSL_CFLAGS (we should find a better solution to remove
1752                 this dependencies if they are not required)
1753
1754         * src/plugins/spamassassin/spamassassin.c
1755                 remove setlocale workaround (fixed in libspamc)
1756
1757         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1758          if spell checking enabled)
1759
1760 2003-07-17 [alfons]     0.9.3claws19
1761
1762         * src/common/hooks.[ch]
1763         * src/plugins/clamav/clamav_plugin.c
1764         * src/plugins/spamassassin/spamassassin.c
1765         * src/plugins/trayicon/trayicon.c
1766                 fix signedness muck 
1767
1768 2003-07-17 [alfons]     0.9.3claws18
1769
1770         * src/procmime.c
1771                 plug memleak
1772
1773 2003-07-17 [alfons]     0.9.3claws17
1774
1775         * src/inc.c
1776                 plug memleak
1777
1778 2003-07-17 [paul]       0.9.3claws16
1779
1780         * src/common/defs.h
1781           src/mainwindow.c
1782           src/manual.[ch]
1783                 add link to the Claws site's FAQ page, after the suggestion
1784                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1785                 Move url strings to defs.h
1786                 
1787         * src/mainwindow.c
1788                 fix typo to prevent "unknown menu entry" warnings
1789
1790 2003-07-17 [alfons]     0.9.3claws15
1791
1792         * src/folderview.[ch]
1793         * src/summaryview.[ch]
1794         * src/mimeview.[ch]
1795                 plug DnD leaks 
1796
1797 2003-07-17 [paul]       0.9.3claws14
1798
1799         * src/inc.c
1800                 remove two instances of 'GTK_EVENTS_FLUSH' because
1801                 they are unnecessary and probably cause a stack overflow
1802
1803 2003-07-16 [christoph]  0.9.3claws13
1804
1805         * src/mimeview.[ch]
1806                 use an invisible GTK notebook to switch between viewers
1807                 instead of reparenting widgets
1808
1809 2003-07-16 [christoph]  0.9.3claws12
1810
1811         * src/folder.c
1812                 move folder_item_update_freeze() to correct place in
1813                 folder_item_scan_full()
1814
1815 2003-07-16 [paul]       0.9.3claws11
1816
1817         * sync with 0.9.3cvs12
1818                 see ChangeLog 2003-07-14 and 2003-07-15
1819
1820 2003-07-16 [christoph]  0.9.3claws10
1821
1822         * src/imap.[ch]
1823         * src/prefs_account.[ch]
1824                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1825
1826 2003-07-15 [alfons]     0.9.3claws9
1827
1828         * src/main.c
1829                 make --config-dir do something useful
1830
1831 2003-07-15 [alfons]     0.9.3claws8
1832
1833         * src/procmsg.c
1834                 o fix a bug where 'last' didn't really point to the last message
1835                   in the top level list of children, but to the last threaded
1836                   message. 
1837                 
1838                 o clean up and make it easier to sync
1839
1840 2003-07-15 [alfons]     0.9.3claws7
1841
1842         * src/mainwindow.c
1843                 make correct menu items sensitive       
1844
1845 2003-07-14 [alfons]     0.9.3claws6
1846
1847         * src/procmsg.c
1848                 tune the threader so it will not subject-thread any message
1849                 without a subject prefix (this will not thread correctly if 
1850                 a parent is delivered after their childs, but it looks 
1851                 better right now)
1852
1853 2003-07-13 [christoph]  0.9.3claws5
1854
1855         * src/mainwindow.c
1856                 group "Add mailbox *..." menu items in submenu
1857
1858 2003-07-13 [alfons]     0.9.3claws4
1859
1860         * src/summaryview.c
1861                 correct summary_toggle_pressed() signature and make sure
1862                 signal is not passed on
1863
1864 2003-07-13 [alfons]     0.9.3claws3
1865
1866         * src/summaryview.c
1867                 o for now don't pass on keys when they we're handled by 
1868                   ctree::key_press_event
1869                 o clean up
1870
1871 2003-07-13 [alfons]     0.9.3claws2
1872         
1873         * src/main.c
1874                 add command line option "--config-dir" to get the current 
1875                 configuration dir
1876
1877 2003-07-12 [alfons]     0.9.3claws1
1878
1879         * src/matcher.[ch]
1880         * src/matcher_parser_parse.y
1881         * src/prefs_filtering.c
1882         * src/filtering.c
1883                 add "Lock" filter action to lock messages;
1884
1885         * src/filtering.c       
1886                 remove debug_print()    
1887         * src/prefs_filtering.c
1888                 re-organize matcher part 9: 
1889                 make action text entries easily extendible;
1890                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1891                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1892
1893 2003-07-12 [paul]
1894
1895         * tools/README
1896                 update old information and add missing
1897                 information
1898
1899 2003-07-12 [paul]       0.9.3claws
1900
1901         * 0.9.3claws released
1902         
1903 2003-07-12 [paul]       0.9.0claws103
1904
1905         * src/Makefile.am
1906                 add addrquery.h
1907
1908 2003-07-12 [melvin]     0.9.0claws102
1909
1910         * src/messageview.c
1911                 Fixed bug #215: Show MIME tab for single text/html messages. 
1912                 
1913 2003-07-12 [paul]       0.9.0claws101
1914
1915         * man/sylpheed.1
1916                 updated
1917
1918 2003-07-12 [paul]       0.9.0claws100
1919
1920         * po/es.po
1921           po/hr.po
1922           po/pl.po
1923           po/sr.po
1924                 update Spanish, Croatian, Polish, Serbian translations.
1925                 submitted by Ricardo Mones Lastra, Dragan, Witold
1926                 Wladyslaw Wojciech Wilk, Urke MMI
1927
1928 2003-07-12 [melvin]     0.9.0claws99
1929
1930         * po/fr.po
1931                 Updated French translations.
1932
1933 2003-07-12 [paul]       0.9.0claws98
1934
1935         * src/addressbook.c
1936                 disable 'Lookup' button as it has no effect
1937
1938 2003-07-11 [alfons]     0.9.0claws97
1939         
1940         * src/summaryview.c
1941                 summary_searchbar_pressed() should return TRUE to signal that
1942                 event was handled. when returning void, the return value passed
1943                 to GTK is actually random, but maybe FALSE, in which case the
1944                 event is handled by parent
1945                 
1946 2003-07-10 [paul]       0.9.0claws96
1947
1948         * ac/missing/gettext.m4
1949                 update to version 0.12
1950
1951 2003-07-10 [paul]       0.9.0claws95
1952
1953         * src/plugins/clamav/clamav_plugin.c
1954                 fix bug where multipart/alternative messages
1955                 would slip through without being scanned
1956
1957 2003-07-10 [christoph]  0.9.0claws94
1958
1959         * src/folder.c
1960                 correct check if folder supports removing when a message is
1961                 moved. if not the message is only copied.
1962
1963         (closes Bug 132 crash on startup in newsgroups folders)
1964
1965 2003-07-09 [alfons]     0.9.0claws93
1966
1967         * configure.ac
1968         * src/common/defs.h
1969                 --with-config-dir (default .sylpheed)
1970
1971 2003-07-09 [christoph]  0.9.0claws92
1972
1973         * configure.ac
1974                 use PKG_CHECK_MODULES to check for gtkmathview
1975                 (version 0.4.2 now required)
1976
1977 2003-07-08 [melvin]     0.9.0claws91
1978
1979         * src/action.c
1980                 Implemented a progress bar that counts the number of completed
1981                 tasks when the action runs more than one command.
1982
1983 2003-07-08 [alfons]     0.9.0claws90
1984
1985         * src/procmsg.c
1986                 if queued message has an invalid Message-Id, don't try to
1987                 find message it refers to (fixes #209 "crash when processing 
1988                 in folder")
1989
1990 2003-07-08 [paul]       0.9.0claws89
1991
1992         * sync with 0.9.3cvs2
1993                 see ChangeLog 2003-07-08
1994
1995 2003-07-08 [match]      0.9.0claws88
1996
1997         * src/ldapctrl.c
1998                 extend LDAP search for first/last name by parsing search term.
1999
2000 2003-07-08 [alfons]     0.9.0claws87
2001
2002         * src/send_message.c
2003                 fix bug #208 "Status message stuck when sending on POP3 account"
2004
2005 2003-07-07 [paul]       0.9.0claws86
2006
2007         * po/hr.po
2008                 new Croatian translation, submitted by
2009                 Dragan <drleskov@inet.hr>
2010
2011 2003-07-07 [paul]       0.9.0claws85
2012
2013         * sync with 0.9.3cvs1
2014                 see ChangeLog 2003-07-07
2015
2016 2003-07-05 [christoph]  0.9.0claws84
2017
2018         * src/Makefile.am
2019         * src/messageview.c
2020         * src/mimeview.[ch]
2021         * src/stock_pixmap.[ch]
2022         * src/pixmaps/messageview_text.xpm              ** NEW **
2023                 move mimeview tabs to the right side and use icons
2024                 instead of text to save some space
2025
2026         (patch by Luke Plant <lukeplant@softhome.net>)
2027
2028 2003-07-05 [christoph]  0.9.0claws83
2029
2030         * src/inc.c
2031                 add NULL pointer checks
2032
2033         (patch by Luke Plant <lukeplant@softhome.net>)
2034         (closes Bug 204 0.9.0 quits on authentication error?!)
2035
2036 2003-07-05 [alfons]     0.9.0claws82
2037
2038         * configure.ac
2039                 take the clue in bug #202 "./configure script - 
2040                 'if test' comparison failure" reported by John Kristoff. 
2041
2042 2003-07-04 [christoph]  0.9.0claws81
2043
2044         * src/plugins/spamassassin/spamassassin.c
2045                 set timeout for spam check
2046
2047 2003-07-04 [christoph]  0.9.0claws80
2048
2049         * src/main.c
2050                 destroy all FolderItems when shutting down to
2051                 allow folders to clean up
2052
2053 2003-07-04 [melvin]     0.9.0claws79
2054
2055         * src/gtk/gtkaspell.c
2056                 Fixed bug #184 "Entering non-ascii character deletes
2057                 previous char if spell checking enabled": this makes
2058                 the spell checking in multibytes (e.g. UTF-8)locales work.
2059                 (Patch by Luke Plant).
2060                 
2061 2003-07-04 [christoph]  0.9.0claws78
2062
2063         * sync with 0.9.2cvs1
2064                 see ChangeLog 2003-06-10
2065
2066 2003-07-04 [paul]       0.9.0claws77
2067
2068         * sync with 0.9.3 release
2069                 see ChangeLog 2003-07-04
2070
2071 2003-07-03 [christoph]  0.9.0claws76
2072
2073         * src/folder.[ch]
2074         * src/imap.c
2075         * src/mbox_folder.c
2076         * src/mh.c
2077         * src/news.c
2078                 move folder_item_get_path() stuff into a folder virtual function
2079
2080         * src/procmsg.c
2081                 use folder_item_fetch_msg() to get message and do not contruct
2082                 the filename from path and number
2083
2084 2003-07-03 [paul]       0.9.0claws75
2085
2086         * sync with 0.9.2cvs12
2087                 see ChangeLog 2003-07-03
2088
2089 2003-07-02 [paul]       0.9.0claws74
2090
2091         * src/messageview.c
2092                 fix text-selection for replying
2093
2094 2003-07-02 [paul]       0.9.0claws73
2095
2096         * sync with 0.9.2cvs11
2097                 see ChangeLog 2003-07-02
2098
2099 2003-07-02 [paul]       0.9.0claws72
2100
2101         * src/procmsg.c
2102                 revert last commit because it breaks more
2103                 than it fixes
2104
2105 2003-07-02 [paul]       0.9.0claws71
2106
2107         * src/procmsg.c
2108                 fix thread by subject/sort by date
2109
2110 2003-07-01 [paul]       0.9.0claws70
2111
2112         * sync with 0.9.2cvs10
2113                 see ChangeLog 2003-07-01
2114
2115 2003-06-30 [paul]       0.9.0claws69
2116
2117         * sync with 0.9.2cvs9
2118                 see ChangeLog 2003-06-30
2119
2120 2003-06-28 [match]      0.9.0claws68
2121
2122         * src/addressbook.c
2123                 fix null ptr.
2124
2125 2003-06-27 [paul]       0.9.0claws67
2126
2127         * sync with 0.9.2cvs7
2128                 see ChangeLog 2003-06-27
2129
2130 2003-06-26 [christoph]  0.9.0claws66
2131
2132         * src/folder.c
2133                 freeze folder updates while a folder is scanned
2134
2135         (closes Bug 185 New message counter)
2136
2137 2003-06-26 [darko]      0.9.0claws65
2138
2139         * src/ldapserver.c
2140                 fix infinite loop when adding a new LDAP server
2141
2142 2003-06-26 [paul]       0.9.0claws64
2143
2144         * sync with 0.9.2cvs6
2145                 see ChangeLog 2003-06-26
2146
2147 2003-06-26 [paul]       0.9.0claws63
2148
2149         * sync with 0.9.2cvs5
2150                 see ChangeLog 2003-06-25 and 2003-06-26
2151
2152 2003-06-25 [match]      0.9.0claws62
2153
2154         * src/addr_compl.c
2155                 Fixed tab/backtab for dropped-down completion list to
2156                 move next/previous field. (close bug 147)
2157
2158 2003-06-25 [christoph]  0.9.0claws61
2159
2160         * src/addr_compl.[ch]
2161         * src/addrindex.[ch]
2162         * src/folderview.c
2163         * src/inc.c
2164         * src/news.c
2165         * src/summaryview.c
2166         * src/toolbar.c
2167                 fix warnings
2168
2169 2003-06-25 [leandro]    0.9.0claws60
2170
2171         * src/compose.c
2172                 o cleanups
2173                 o gray out "Message/Remove references" menu item if not
2174                   replying to a message
2175
2176 2003-06-24 [leandro]    0.9.0claws59
2177
2178         * src/compose.[ch]
2179                 o removed "Message/Create new thread" menu item
2180                 o added "Message/Remove references" menu item
2181                   (it's off by default and will not check anymore
2182                    if the subject changed)
2183
2184 2003-06-23 [alfons]     0.9.0claws58
2185
2186         * src/procmsg.c
2187                 try better grouping messages threaded by subject based on their age.
2188                 still not perfect - because the message tree is not sorted by date.  
2189
2190 2003-06-23 [thorsten]   0.9.0claws57
2191
2192         * src/pop.[ch]
2193                 added mail_receive_hook to allow modifications
2194                 directly after retrieval (e.g. adding headers).
2195
2196 2003-06-23 [paul]       0.9.0claws56
2197
2198         * src/sourcewindow.c
2199                  enable the use of Ctrl+A to select all text in
2200                  the sourcewindow
2201                  Patch submitted by Ivan Francolin Martinez
2202                  <ivanfm@users.sourceforge.net>
2203
2204 2003-06-22 [christoph]  0.9.0claws55
2205
2206         * src/folder.[ch]
2207                 o add notification hook for folder tree changes
2208                 o invoke hooks after folder tree scanning
2209
2210         * src/folderview.[ch]
2211                 register hook for folder tree changes that
2212                 updates the ctree
2213
2214         (there are more places that should be updated, like add, remove 
2215          or move folder)
2216
2217         (closes Bug 164 Crash on rebuild folder tree)
2218         (closes Bug 190 Crash on 'rebuilding folder tree')
2219
2220 2003-06-21 [leandro]    0.9.0claws54
2221
2222         * src/compose.[ch]
2223                 create a new thread if subject changes
2224                 (it's on by default, can be disabled in Message menu)
2225
2226 2003-06-21 [alfons]     0.9.0claws53
2227
2228         * src/summaryview.c
2229                 quiet little compiler
2230
2231 2003-06-21 [christoph]  0.9.0claws52
2232
2233         update gettext stuff to version 0.12
2234
2235 2003-06-19 [alfons]     0.9.0claws51
2236
2237         * src/common/log.c
2238         * src/common/plugin.c
2239                 move defs.h before glib.h to prevent MIN/MAX redefs
2240
2241 2003-06-19 [alfons]
2242
2243         * src/addressbook.c
2244                 translatable
2245
2246 2003-06-19 [match]      0.9.0claws50
2247
2248         * src/addressbook.[ch]
2249         * src/addrindex.[ch]
2250         * src/addr_compl.[ch]
2251         * src/editldap.[ch]
2252         * src/editldap_basedn.[ch]
2253         * src/addritem.[ch]
2254         * src/ldapquery.h
2255                 re-implemented dynamic LDAP search. works without
2256                 slowdown on display sender with addressbook
2257                 option.
2258         * src/addrbook.c
2259                 documented code.
2260
2261 2003-06-19 [paul]       0.9.0claws49
2262
2263         * src/compose.c
2264                 fix Bug #136 'Nonprovided quotation marks crash claws'
2265                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2266
2267 2003-06-19 [alfons]     0.9.0claws48
2268
2269         * src/prefs_common.[ch]
2270         * src/procmsg.c
2271                 restrict threading by subject by checking thread for
2272                 age (prefs_common.thread_by_subject_max_age)
2273
2274 2003-06-18 [christoph]  0.9.0claws47
2275
2276         * src/imap.c
2277                 fix memory leak in imap_cmd_fetch()
2278
2279 2003-06-18 [christoph]  0.9.0claws46
2280
2281         * src/prefs_gtk.c
2282                 fix memory leak in prefs_set_default() when used multiple
2283                 times or after prefs have been read
2284
2285 2003-06-18 [christoph]  0.9.0claws45
2286
2287         * src/common/plugin.c
2288                 fix memory leak in plugin_unload()
2289
2290 2003-06-18 [christoph]  0.9.0claws44
2291
2292         * src/imap.c
2293                 fix memory leak in imap_cmd_ok()
2294
2295 2003-06-18 [christoph]  0.9.0claws43
2296
2297         * src/folder.c
2298                 stop messages that are downloaded from POP3 and added to
2299                 an IMAP inbox from being filtered twice (first by POP3
2300                 and again when IMAP folder is scaned to get the UID of
2301                 the APPEND operation when no UIDPLUS is available)
2302
2303 2003-06-18 [alfons]
2304
2305         * tools/Makefile.am
2306                 phoenix <- firebird     
2307
2308 2003-06-18 [paul]
2309
2310         * tools/launch_phoenix          ** REMOVED **
2311           tools/launch_firebird         ** NEW **
2312                 renamed and edited to reflect the browser's name change from
2313                 'phoenix' to 'firebird'
2314
2315 2003-06-18 [paul]       0.9.0claws42
2316
2317         * sync with 0.9.2cvs2
2318                 see ChangeLog 2003-06-16
2319
2320 2003-06-17 [alfons]     0.9.0claws41
2321
2322         * src/procmsg.c
2323                 prevent threading problems when a node is an ancestor (parent / great parent),
2324                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2325                 for finding an sample set of messages)
2326
2327 2003-06-16 [christoph]  0.9.0claws40
2328
2329         * src/main.c
2330                 don't popup main window on --receive or --receive-all
2331
2332         * src/mainwindow.[ch]
2333         * src/plugins/trayicon/trayicon.c
2334                 allow hiding of main window by clicking on the trayicon
2335                 (doesn't work correctly in seperate window mode and may
2336                  cause unexpected GTK problems I couldn't find yet)
2337
2338         * src/common/ssl.c
2339                 remove incorrect warning
2340
2341 2003-06-15 [alfons]     0.9.0claws39
2342
2343         * src/gtk/gtkstext.c
2344                 don't output debug text;
2345                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2346                 for pointing this out);
2347
2348 2003-06-14 [alfons]     0.9.0claws38
2349         
2350         * src/messageview.c
2351                 remove printf() and make one if..else comply with coding style
2352
2353 2003-06-14 [alfons]     0.9.0claws37
2354
2355         * AUTHORS
2356                 add Martin Wicke
2357         * src/action.c
2358         * src/messageview.[ch]
2359         * src/summaryview.c
2360                 apply patch #754162 "Quoting messages filtered by actions" submitted
2361                 by Martin Wicke, which allows quoting message body changed by an
2362                 action (Thanks!).
2363
2364 2003-06-13 [alfons]     0.9.0claws36
2365
2366         * src/utils.c
2367                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2368                 use case insensitive regexp (suggested by Ivan Martinez)
2369
2370 2003-06-13 [christoph]  0.9.0claws35
2371
2372         * configure.ac
2373         * src/plugins/trayicon/Makefile.am
2374         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2375         * src/plugins/trayicon/trayicon.c
2376         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2377         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2378         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2379         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2380         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2381         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2382                 replace my own EggTrayIcon backport with the backport
2383                 used by (l|x)mule and gabber.
2384
2385 2003-06-13 [alfons]     0.9.0claws34
2386
2387         * AUTHORS
2388         * src/common/utils.c
2389                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2390
2391 2003-06-13 [alfons]     0.9.0claws33
2392
2393         * src/compose.c
2394                 clean up a little bit
2395
2396 2003-06-12 [alfons]     0.9.0claws32
2397
2398         * src/compose.c
2399                 const correctness fix
2400
2401         * src/common/sylpheed.[ch]
2402                 () -> (void)
2403                 prevent redef MIN/MAX
2404                 
2405         * src/common/utils.[ch]
2406                 () -> (void)
2407
2408 2003-06-12 [melvin]     0.9.0claws31
2409
2410         * src/compose.c
2411                 Updated to take into accounts changes in GtkAspell.
2412
2413 2003-06-12 [alfons]     0.9.0claws30
2414
2415         * src/compose.c
2416         * src/procmsg.c
2417         * src/common/utils.[ch]
2418                 handle reply subject prefixes better (initial 
2419                 suggestion by Robert Story adapted and enhanced 
2420                 using regexps)
2421
2422 2003-06-12 [melvin]     0.9.0claws29
2423
2424         * src/compose.c
2425                 Use new gtkaspell_checkers_strerror() to get the speller's
2426                 error message instead of accessing the (now private)
2427                 checkers structure.
2428                 Minor code clean up
2429
2430         * src/main.c
2431                 Use #ifdef instead of #if for USE_ASPELL
2432                 Use the new spell checkers init/quit functions 
2433
2434         * src/gtk/gtkaspell.c
2435                 Use #ifdef instead of #if for USE_ASPELL
2436                 Moved in the majority of GtkAspell structures that were
2437                 exported before by gtkaspell.h
2438         
2439         * src/gtk/gktaspell.h
2440                 Made gtkaspell.h contain only the necessary data to be
2441                 publicized by moving many structures to gtkaspell.c.
2442                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2443                 gtkaspell_checkers_new(): replaced by...
2444                 gtkaspell_checkers_init(): new function for initialization
2445                 gtkaspell_checkers_delete(): replaced by...
2446                 gtkaspell_checkers_quit(): new function
2447                 gtkaspell_checkers_strerror(): new function that returns
2448                 the checker's last error message.
2449                 
2450 2003-06-11 [melvin]     0.9.0claws28
2451
2452         * po/POTFILES.in
2453                 Updated to take into account gtkaspell.c migration to
2454                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2455
2456 2003-06-10 [alfons]     0.9.0claws27
2457
2458         * src/filtering.[ch]
2459         * src/folder.c
2460         * src/matcher.c
2461         * src/scoring.[ch]
2462                 - try fixing bug #18 (any brave testers?)
2463                 - add more robustness by refusing previously 
2464                   unchecked NULL pointers 
2465
2466 2003-06-10 [alfons]     0.9.0claws26
2467
2468         * src/procmsg.c
2469                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2470
2471 2003-06-09 [alfons]     0.9.0claws25
2472
2473         * src/prefs_common.c
2474                 fix bug #163 "Icon switching doesnt work properly" by 
2475                 preventing early freeing of prefs_common.pixmap_theme_path.
2476
2477 2003-06-09 [christoph]  0.9.0claws24
2478
2479         * src/gtk/gtkaspell.c
2480                 revert Thorsten's fix and add forgotten g_strdup for
2481                 aspell path (it should not be possible to alter the path a
2482                 GtkASpell uses from outside)
2483
2484 2003-06-09 [thorsten]   0.9.0claws23
2485
2486         * src/gtk/gtkaspell.c
2487                 dont free prefs_common.aspell_path when closing compose
2488
2489 2003-06-08 [colin]      0.9.0claws22
2490
2491         * src/plugins/spamassassin/spamassassin.c
2492                 fix prefs types
2493
2494 2003-06-07 [christoph]  0.9.0claws21
2495
2496         * src/Makefile.am
2497         * src/compose.c
2498         * src/gtkaspell.[ch]            ** REMOVE **
2499         * src/gtk/Makefile.am
2500         * src/gtk/gtkaspell.[ch]        ** NEW **
2501                 o make gtkaspell independent from sylpheed's prefs
2502                 o move gtkaspell.[ch] to gtk directory
2503
2504 2003-06-07 [christoph]  0.9.0claws20
2505
2506         * src/Makefile.am
2507         * src/crash.c
2508         * src/export.c
2509         * src/filesel.[ch]              ** REMOVE **
2510         * src/folder.c
2511         * src/main.[ch]
2512         * src/common/sylpheed.[ch]
2513         * src/gtk/Makefile.am
2514         * src/gtk/filesel.[ch]          ** NEW **
2515         * src/gtk/pluginwindow.c
2516         * src/gtk/sslcertwindow.c
2517                 move filesel.[ch] to gtk directory
2518
2519 2003-06-07 [alfons]     0.9.0claws19
2520
2521         * src/filesel.c
2522                 make (multi) file selection dialog work again (Claws-only)
2523
2524 2003-06-07 [thorsten]   0.9.0claws18
2525
2526         * po/de.po
2527                 fix typos
2528
2529 2003-06-07 [alfons]     0.9.0claws17
2530
2531         * configure.ac
2532         * src/mimeview.c
2533                 detect apache mishap in which case don't include fnmatch.h
2534                 if regex.h is already included
2535
2536 2003-06-06 [christoph]  0.9.0claws16
2537
2538         * configure.ac
2539         * src/mimeview.h
2540                 add check for fnmatch.h and include it when available
2541
2542         * src/mimeview.[ch]
2543                 fix wrong case sensitivity of Content-Types
2544
2545         * src/gtk/Makefile.am
2546                 need the same include paths in gtk directory as in
2547                 common directory because .h files in common can
2548                 include files from these directories, when included
2549                 in gtk's .h or .c files
2550
2551 2003-06-06 [alfons]     0.9.0claws15
2552
2553         * src/mimeview.c
2554         * src/summaryview.c
2555                 make it compile again because of regex.h / fnmatch.h 
2556                 include problems (related to recent mime stuff, can
2557                 someone check this?)
2558
2559 2003-06-06 [thorsten]   0.9.0claws14
2560
2561         * src/folderview.c
2562                 possible use of uninitialized pointer while dragging
2563
2564 2003-06-06 [paul]       0.9.0claws13
2565
2566         * src/compose.c
2567                 fix bug where the insert sig button would be effective
2568                 only when auto_sig was set
2569
2570 2003-06-06 [paul]       0.9.0claws12
2571
2572         * sync with 0.9.2 release
2573
2574 2003-06-02 [paul]       0.9.0claws11
2575
2576         * sync with 0.9.1cvs1
2577                 see ChangeLog 2003-06-02
2578                 
2579         * po/de.po
2580                 update by Jens
2581
2582 2003-06-01 [christoph]  0.9.0claws10
2583
2584         * src/account.c
2585                 don't use substring search to find accounts by email address
2586
2587         (closes Bug 169 Overly loose matching of "From" address)
2588
2589 2003-05-31 [christoph]  0.9.0claws9
2590
2591         * doc-src/rfc2683.txt
2592         * src/imap.c
2593                 limit IMAP command length as recommended in RFC2683
2594                 (message number lists will be split into multiple imap
2595                 sets, the limit of 1000 octets is not a hard limit)
2596
2597         (closes Bug 161 sylpheed-claws exits with segfault when logging
2598          in to certain imap-servers)
2599
2600 2003-05-29 [alfons]     0.9.0claws8
2601
2602         * src/toolbar.[ch]
2603                 add print button (calling summary_print());
2604                 fine tune setting tooltip text;
2605                 (if someone needs other buttons, please take these 
2606                 commits as a guide, instead of bothering us - also
2607                 see 0.8.11claws150) 
2608
2609 2003-05-29 [darko]      0.9.0claws7
2610
2611         * src/compose.c
2612                 fix crash when word wrapping kicks in due to
2613                 changed text by spell checker
2614
2615 2003-05-29 [paul]       0.9.0claws6
2616
2617         * src/compose.c
2618                 fix bug where changing account would insert
2619                 sig even if auto_sig was FALSE
2620                 
2621         * ChangeLog
2622           ChangeLog.jp
2623           INSTALL
2624                 sync with 0.9.1 release
2625
2626 2003-05-28 [christoph]  0.9.0claws5
2627
2628         * src/imap.c
2629                 fix truncation of too long commands
2630
2631         (closes Bug 167 IMAP hangs trying to get envelope
2632          information in imap_get_uncached_messages)
2633
2634 2003-05-27 [paul]       0.9.0claws4
2635
2636         * tools/Makefile.am
2637           tools/maildir2sylpheed.pl     ** NEW FILE **
2638                 add kmail to sylpheed mailbox conversion script
2639
2640 2003-05-27 [paul]       0.9.0claws3
2641
2642         * sync with 0.9.0cvs10
2643                 see ChangeLog 2003-05-26
2644
2645 2003-05-26 [paul]       0.9.0claws2
2646
2647         * sync with 0.9.0cvs9
2648                 see ChangeLog 2003-05-26
2649
2650 2003-05-24 [paul]       0.9.0claws1
2651
2652         * sync with 0.9.0cvs8
2653                 see ChangeLog 2003-05-23
2654
2655 2003-05-24 [paul]       0.9.0claws
2656
2657         * version 0.9.0claws released
2658
2659 2003-05-24 [paul]       0.8.11claws177
2660
2661         * src/plugins/dillo-viewer/Makefile.am
2662           src/plugins/traycon/Makefile.am
2663                 add missing files
2664                 
2665         * po/bg.po
2666           po/en_GB.po
2667           po/es.po
2668           po/it.po
2669           po/pt_BR.po
2670           po/ru.po
2671           po/sr.po
2672                 update Bulgarian, British English, Spanish, Italian, 
2673                 Brazilian Portuguese, Russian, and Serbian translations, 
2674                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2675                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2676                 Ruslan N. Balkin, and Urke MMI
2677
2678 2003-05-23 [melvin]     0.8.11claws176
2679
2680         * po/fr.po
2681                 Updated French translations
2682
2683 2003-05-22 [paul]       0.8.11claws175
2684
2685         * src/Makefile.am
2686           src/addrbook.[ch]
2687           src/addrcache.[ch]
2688           src/addr_compl.[ch]
2689           src/adressbook.[ch]
2690           src/addrindex.[ch]
2691           src/addritem.[ch]
2692           src/editaddress.c
2693           src/editgroup.c
2694           src/editldap_basedn.c
2695           src/editldap.c
2696           src/jpilot.c
2697           src/vcard.c
2698                 revert to get ldap into it previous working state
2699                 
2700         * po/zh_TW.Big5.po
2701                 new Taiwanese translation,
2702                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2703
2704 2003-05-22 [christoph]  0.8.11claws174
2705
2706         * src/plugins/spamassassin/libspamc.[ch]
2707                 sync libspamc with SpamAssaain release 2.55
2708
2709 2003-05-22 [paul]       0.8.11claws173
2710
2711         * sync with 0.9.0cvs7
2712                 see ChangeLog 2003-05-22
2713                 
2714         * src/summaryview.c
2715                 revert change in 0.8.11claws172: follow
2716                 Hiroyuki's decision and that's the end of it.
2717
2718 2003-05-21 [paul]       0.8.11claws172
2719
2720         * src/summaryview.c
2721                 fix discrepency between open_unread_on_enter
2722                 and always_show_msg
2723
2724 2003-05-21 [paul]       0.8.11claws171
2725
2726         * sync with 0.9.0cvs6
2727                 see ChangeLog 2003-05-21
2728
2729 2003-05-21 [paul]       0.8.11claws170
2730
2731         * sync with 0.9.0cvs5
2732                 see ChangeLog 2003-05-21
2733
2734 2003-05-20 [paul]       0.8.11claws169
2735
2736         * sync with 0.9.0cvs4
2737                 see ChangeLog 2003-05-20
2738                 fixes bug #152, 'encoding of IMAP folders names'
2739
2740 2003-05-20 [paul]       0.8.11claws168
2741
2742         * sync with 0.9.0cvs3
2743                 see ChangeLog 2003-05-20
2744                 
2745         * src/tools/convert_mbox.pl
2746                 minor change in the comments, submitted by Fred Marton
2747
2748 2003-05-19 [paul]       0.8.11claws167
2749
2750         * src/plugins/clamav/Makefile.am
2751           configure.ac
2752                 link clamav_lib to the plugin and not to the main program
2753
2754 2003-05-19 [christoph]
2755
2756         * src/Makefile.am
2757                 add -export-dynamic for linking
2758
2759 2003-05-19 [paul]       0.8.11claws166
2760
2761         * sync with 0.9.0cvs1
2762                 see ChangeLog 2003-05-19
2763
2764 2003-05-19 [paul]       0.8.11claws165
2765
2766         * src/inc.c
2767                 fix 'pop before smtp' timeout
2768
2769 2003-05-18 [alfons]     0.8.11claws164
2770
2771         * src/prefs_matcher.c
2772                 put "execute" action command line ("expression") in edit box
2773
2774 2003-05-18 [christoph]  0.8.11claws163
2775
2776         * src/mimeview.[ch]
2777         * src/plugins/dillo_viewer/dillo_viewer.c
2778         * src/plugins/image_viewer/viewer.c
2779         * src/plugins/mathml_viewer/mathml_viewer.c
2780                 let a viewer have a list of Content-Types
2781
2782 2003-05-18 [paul]       0.8.11claws162
2783
2784         * src/prefs_filtering.c
2785                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2786                 and REDIRECT actions
2787
2788 2003-05-17 [christoph]
2789
2790         * README.claws
2791                 o remove dynamic signatures that was syned with main
2792                 o add infos about no longer "build in" image viewer
2793                 o update bugtracker URL
2794
2795 2003-05-17 [christoph]  0.8.11claws161
2796
2797         * src/folder.c
2798         * src/folderview.c
2799         * src/imap.c
2800                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2801                 for every folder after rebuilding the folder tree.
2802
2803         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2804          messages)
2805
2806 2003-05-17 [christoph]  0.8.11claws160
2807
2808         * src/imap.c
2809                 don't use STATUS command on current folder to check for
2810                 content changes. imap_cmd_ok() now tracks changes to
2811                 folder and number of existing messages.
2812
2813 2003-05-17 [paul]       0.8.11claws159
2814
2815         * src/plugins/clamav/clamav_plugin.c
2816                 remove unnecessary debug_print
2817
2818 2003-05-16 [thorsten]   0.8.11claws158
2819
2820         * src/plugins/demo.c
2821                 included missing intl.h
2822
2823 2003-05-16 [paul]       0.8.11claws157
2824
2825         * po/POTFILES.in
2826                 remove non-existant entries
2827         
2828         * src/plugins/clamav/clamav_plugin.c
2829           src/plugins/clamav/clamav_plugin_gtk.c
2830           src/plugins/dillo_viewer/dillo_prefs.c
2831           src/plugins/dillo_viewer/dillo_viewer.c
2832                 gettextise
2833
2834 2003-05-16 [christoph]  0.8.11claws156
2835
2836         * po/POTFILES.in
2837                 include plugin .c files for translation until I
2838                 find a better solution to have plugins have their
2839                 own textdomain
2840         * src/plugins/demo/demo.c
2841         * src/plugins/image_viewer/plugin.c
2842         * src/plugins/mathml_viewer/mathml_viewer.c
2843         * src/plugins/spamassassin/spamassassin.c
2844         * src/plugins/spamassassin/spamassassin_gtk.c
2845         * src/plugins/trayicon/trayicon.c
2846                 add gettext macros for plugin name and description
2847
2848 2003-05-16 [paul]
2849
2850         * sync with 0.9.0
2851
2852 2003-05-16 [paul]       0.8.11claws155
2853
2854         * sync with lastest 0.9.0pre1
2855                 see ChangeLog 2003-05-16
2856
2857 2003-05-15 [paul]       0.8.11claws154
2858
2859         * sync with latest 0.9.0pre1
2860                 see ChangeLog 2003-05-14 and 2003-05-15
2861
2862 2003-05-14 [christoph]  0.8.11claws153
2863
2864         * src/plugins/image_viewer/viewer.c
2865         * src/plugins/image_viewer/viewer.glade         ** NEW **
2866         * src/plugins/image_viewer/viewerprefs.c
2867                 make it possible to disable the autoload function in the
2868                 imageviewer again
2869
2870 2003-05-14 [christoph]  0.8.11claws152
2871
2872         * src/folder.c
2873                 fix folder update after adding a message
2874
2875 2003-05-13 [alfons]     0.8.11claws151
2876
2877         * src/common/session.c
2878                 remove debug traces
2879                 
2880         * src/addrcache.[ch]
2881         * src/filtering.[ch]
2882         * src/folder.[c]
2883         * src/gtkaspell.[ch]
2884         * src/imap.[ch]
2885         * src/mbox_folder.[ch]
2886         * src/mh.[ch]
2887         * src/mimeview.h
2888         * src/msgcache.[ch]
2889         * src/news.[ch]
2890         * src/passphrase.[ch]
2891         * src/prefs_common.[ch]
2892         * src/prefs_gtk.[ch]
2893         * src/procmsg.c
2894         * src/scoring.[ch]
2895                 be pedantic; (in prototypes () implies (int))
2896
2897 2003-05-13 [alfons]     0.8.11claws150
2898
2899         * src/prefs_toolbar.[ch]
2900         * src/summaryview.[ch]
2901         * src/toolbar.[ch]
2902                 change misleading text in toolbar prefs;
2903                 add toolbar action for ignore thread (toggles ignore thread flag);
2904                 clean up a little bit;
2905
2906 2003-05-12 [paul]
2907
2908         * tools/convert_mbox.pl
2909                 bug fixed by Fred Marton
2910
2911 2003-05-12 [paul]
2912
2913         * sync with 0.9.0pre1
2914
2915 2003-05-09 [paul]       0.8.11claws149
2916
2917         * sync with 0.8.11cvs43
2918                 see ChangeLog 2003-05-09
2919
2920 2003-05-08 [christoph]  0.8.11claws148
2921
2922         * src/imap.[ch]
2923                 o use CAPABILIY as first command and check for PREAUTH
2924                   information in the response to it
2925                 o rewrite all imap_cmd_* functions to use an IMAPSession
2926                   instead of a SockInfo as parameter
2927                 o do STARTTLS after fetching and checking the server
2928                   capabilities
2929
2930 2003-05-08 [paul]       0.8.11claws147
2931
2932         * tools/Makefile.am
2933           tools/README
2934           tools/convert_mbox.pl         ** NEW FILE **
2935                 add mbox conversion script. Submitted by 
2936                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2937
2938 2003-05-07 [christoph]
2939
2940         * doc-src/glade.txt
2941         * src/gtk/pluginwindow.glade
2942         * src/plugins/image_viewer/viewerprefs.glade
2943         * src/plugins/spamassassin/spamassassin_gtk.glade
2944                 add glade files for user interfaces and a description how
2945                 to use glade to create the sylpheed code
2946
2947 2003-05-07 [paul]       0.8.11claws146
2948
2949         * sync with 0.8.11cvs41
2950                 see ChangeLog 2003-05-07
2951
2952 2003-05-06 [christoph]  0.8.11claws145
2953
2954         * src/main.c
2955         * src/plugins/image_viewer/viewer.c
2956                 fix usage of imlib in imageviewer plugin
2957
2958         * src/gtk/prefswindow.c
2959                 handle window close event correctly
2960
2961 2003-05-06 [paul]       0.8.11claws144
2962
2963         * src/common/ssl.c
2964                 fix typo introduced in sync
2965
2966 2003-05-06 [paul]       0.8.11claws143
2967
2968         * sync with 0.8.11cvs39
2969                 see ChangeLog 2003-05-06
2970
2971 2003-05-06 [paul]       0.8.11claws142
2972
2973         * AUTHORS
2974           po/cs.po
2975                 updated Czech translation, submitted by 
2976                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2977                 
2978         * src/plugins/clamav/clamav_plugin_gtk.c
2979                 clean up
2980
2981 2003-05-03 [alfons]     0.8.11claws141
2982
2983         * src/compose.[ch]
2984                 make paste as quotation work even when the call to 
2985                 text_inserted() was deferred (fixes bug #140 "Paste 
2986                 as quotation does not work when using "external" 
2987                 clipboard")
2988
2989 2003-05-03 [thorsten]   0.8.11claws140
2990
2991         * src/addrquery.h
2992           src/ldapquery.h
2993           src/mainwindow.c
2994                 removed C++ comments
2995         * src/addr_compl.c
2996                 function with non-int retval/param used before
2997                 implementation/declaration
2998
2999 2003-05-02 [paul]       0.8.11claws139
3000
3001         * src/addr_compl.[ch]
3002           src/addressbook.[ch]
3003           src/addrindex.c
3004           src/summaryview.c
3005                 revert match's changes to (finally) remove the bug where
3006                 opening a folder causes massive slowdown when using the 
3007                 'Display sender using address book' option
3008
3009 2003-05-01 [melvin]     0.8.11claws138
3010
3011         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3012         * src/plugins/dillo_viewer/dillo_viewer.c
3013                 Fixed bug where "Cancel" button from prefs issued
3014                 warnings.
3015                 Comply a little more to coding style
3016
3017 2003-05-01 [paul]       0.8.11claws137
3018
3019         * sync with 0.8.11cvs38
3020                 see ChangeLog 2003-05-01
3021
3022 2003-05-01 [paul]       0.8.11claws136
3023
3024         * po/bg.po
3025                 updated by George Danchev
3026
3027 2003-04-30 [christoph]  0.8.11claws135
3028
3029         * src/plugins/dillo_viewer/dillo_prefs.c
3030         * src/plugins/image_viewer/viewerprefs.c
3031         * src/plugins/spamassassin/spamassassin_gtk.c
3032                 remove gtk_widget_ref() calls for widgets in
3033                 glade code
3034
3035 2003-04-30 [paul]       0.8.11claws134
3036
3037         * src/addrindex.c
3038                 ok, this time a better fix for the bug where opening folder
3039                 has massive slowdown when using the 'Display sender using 
3040                 address book' option
3041
3042 2003-04-30 [paul]       0.8.11claws133
3043
3044         * src/addrindex.c
3045                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3046         
3047 2003-04-30 [melvin]     0.8.11claws132
3048
3049         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3050
3051         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3052                 Preferences for the dillo plugin
3053         * src/plugins/dillo_viewer/dillo_viewer.c
3054                 Support for preferences
3055         * src/plugins/dillo_viewer/Makefile.am
3056                 Added dillo_prefs.[ch]
3057
3058 2003-04-30 [alfons]     0.8.11claws131
3059
3060         * src/common/plugin.[ch]
3061                 see? this ANSI C'fication immediately gives us type
3062                 checking for free.
3063
3064 2003-04-30 [alfons]     0.8.11claws130
3065
3066         * src/common/plugin.[ch]
3067         * src/plugins/clamav/clamav_plugin.[ch]
3068         * src/plugins/clamav/clamav_plugin_gtk.c
3069         * src/plugins/demo/demo.c
3070         * src/plugins/dillo_viewer/dillo_viewer.c
3071         * src/plugins/image_viewer/plugin.c
3072         * src/plugins/image_viewer/viewer.[ch]
3073         * src/plugins/image_viewer/viewerprefs.[ch]
3074         * src/plugins/mathml_viewer/mathml_viewer.c
3075         * src/plugins/spamassassin/spamassassin.[ch]
3076         * src/plugins/spamassassin/spamassassin_gtk.c
3077         * src/plugins/trayicon/trayicon.c
3078                 clean up
3079
3080 2003-04-30 [alfons]     0.8.11claws129
3081
3082         * src/common/utils.c
3083                 make is_ascii_str() fail gracefully when NULL pointer
3084                 is passed
3085
3086 2003-04-30 [paul]       0.8.11claws128
3087
3088         * src/addrindex.c
3089                 fix bug where opening folder has massive slowdown when
3090                 using the 'Display sender using address book' option
3091
3092 2003-04-30 [paul]       0.8.11claws127
3093
3094         * src/plugins/clamav/clamav_plugin.c
3095           src/plugins/clamav/clamav_plugin_gtk.c
3096           src/plugins/demo/demo.c
3097           src/plugins/dillo_viewer/dillo_viewer.c
3098           src/plugins/image_viewer/plugin.c
3099           src/plugins/mathml_viewer/mathml_viewer.c
3100           src/plugins/spamassassin/spamassassin.c
3101           src/plugins/spamassassin/spamassassin_gtk.c
3102           src/plugins/trayicon/trayicon.c
3103                 get rid of eye-hurting function signatures
3104
3105 2003-04-30 [paul]       0.8.11claws126
3106
3107         * src/plugins/trayicon/trayicon.c
3108                 add description
3109                 
3110         * src/mimeview.c
3111                 be more descriptive
3112
3113 2003-04-30 [paul]       0.8.11claws125
3114
3115         * configure.ac
3116                 arrange the plugins in reverse alphabetical order
3117                 
3118         * src/plugins/clamav/clamav_plugin.[ch]
3119           src/plugins/clamav/clamav_plugin_gtk.c
3120                 rename some params
3121                 resize max_size window
3122                 re-arrange the order of some gui elements
3123                 improve descriptions
3124         
3125         * src/plugins/image_viewer/plugin.c
3126           src/plugins/mathml_viewer/mathml_viewer.c
3127                 add descriptions
3128                 
3129         * src/plugins/spamassassin/spamassassin_gtk.c
3130                 resize max_size window
3131                 re-arrange the order of some gui elements
3132                 
3133         * src/messageview.c
3134           src/mimeview.c
3135                 correct typos
3136
3137 2003-04-30 [alfons]     0.8.11claws124
3138
3139         * src/imap.c
3140                 fix a leak found while browsing Martin Kluge's 
3141                 valgrind log (Claws only)
3142
3143 2003-04-29 [darko]      0.8.11claws123
3144
3145         * src/gtk/gtkstext.h
3146                 include wchar.h if it is available, fixes compilation
3147                 on HP-UX systems
3148
3149 2003-04-29 [melvin]     0.8.11claws122
3150
3151         * src/prefs_actions.c
3152                 Improved help text of Actions' syntax
3153
3154 2003-04-28 [paul]       0.8.11claws121
3155
3156         * src/action.c
3157                 a better fix for the crash when performing an action
3158                 on a mime part
3159
3160 2003-04-28 [paul]       0.8.11claws120
3161
3162         * src/action.c
3163                 fix crash when performing an action on a
3164                 mime part
3165
3166 2003-04-28 [paul]       0.8.11claws119
3167
3168         * sync with 0.8.11cvs36
3169                 see ChangeLog 2003-04-28
3170
3171 2003-04-27 [paul]       0.8.11claws118
3172
3173         * more sync with 0.8.11cvs35
3174                 see ChangeLog 2003-04-25
3175
3176 2003-04-26 [christoph]  0.8.11claws117
3177
3178         * src/folder.c
3179                 fix remove virtual check
3180
3181 2003-04-26 [paul]       0.8.11claws116
3182
3183         * src/messageview.c
3184                 fix return-receipt, make it work again
3185
3186 2003-04-26 [paul]       0.8.11claws115
3187
3188         * src/mimeview.c
3189                 restore double-clicking of the [application/pgp-signature 
3190                 (Select "Check signature" to check)] line in the message view,
3191                 broken in recent sync
3192
3193 2003-04-26 [christoph]  0.8.11claws114
3194
3195         * src/folder.c
3196                 check if remove virtual really exists before
3197                 calling the function
3198
3199 2003-04-25 [match]      0.8.11claws113
3200
3201         * src/addrindex.c
3202         * src/addrbook.c
3203         * src/ldapquery.[ch]
3204         * src/ldapctrl.[ch]
3205                 fix memleak.
3206         * src/ldapserver.[ch]
3207                 fix memleak. fix segfault.
3208                 plug a Claws memleak
3209
3210 2003-04-25 [alfons]     0.8.11claws112
3211
3212         * src/folder.c
3213                 plug a Claws memleak
3214
3215 2003-04-25 [alfons]     0.8.11claws111
3216
3217         * src/common/session.c
3218                 plug a memleak
3219
3220 2003-04-25 [paul]       0.8.11claws110
3221
3222         * sync with 0.8.11cvs35
3223                 see ChangeLog 2003-04-24 and 2003-04-25
3224                 
3225         * src/gtk/pluginwindow.c
3226                 correct another strange float value
3227
3228 2003-04-24 [christoph]  0.8.11claws109
3229
3230         * src/folder.c
3231                 freeze folder item updates when unsetting new flags
3232
3233         * src/gtk/pluginwindow.c
3234                 correct strange float value
3235
3236 2003-04-23 [paul]       0.8.11claws108
3237
3238         * sync with 0.8.11cvs33
3239                 see ChangeLog 2003-04-23
3240
3241 2003-04-22 [paul]       0.8.11claws107
3242
3243         * src/Makefile.am
3244           src/messageview.c
3245           src/mimeview.c
3246           src/pgptext.[ch]      ** REMOVED **
3247                 remove pgptext.[ch] as its not used any more
3248
3249 2003-04-22 [paul]       0.8.11claws106
3250
3251         * sync with 0.8.11cvs31
3252                 see ChangeLog 2003-04-21 and 2003-04-22
3253
3254 2003-04-21 [alfons]     0.8.11claws105
3255
3256         * src/main.c
3257                 No access to GTK structures if we're a spawned child
3258                 (and clean up code a little bit...) Should fix #126.
3259
3260 2003-04-21 [melvin]     0.8.11claws104
3261
3262         * src/plugins/dillo_viewer/README
3263                 Improved slightly the text.
3264
3265 2003-04-21 [melvin]     0.8.11claws103
3266
3267         * src/plugins/dillo_viewer/README *** NEW ***
3268                 Added a README file for the Dillo plugin
3269
3270 2003-04-20 [paul]
3271
3272         * tools/README
3273           tools/outlook2sylpheed.pl
3274                 updated and improved by Ricardo Mones Lastra
3275
3276 2003-04-18 [oliver]     0.8.11claws102
3277
3278         * src/inc.c 
3279         * src/prefs_account.h
3280                 remove Pop3SessionType (used by selective download)
3281         * src/prefs_toolbar.c
3282                 enable set Default Toolbar button
3283
3284 2003-04-18 [paul]       0.8.11claws101
3285
3286         * sync with 0.8.11cvs29
3287                 see ChangeLog 2003-04-18
3288
3289 2003-04-17 [paul]       0.8.11claws100
3290
3291         * src/prefs_common.[ch]
3292           src/summaryview.c
3293                 remove 'Open next message on deletion' option,
3294                 as the same effect can now be achieved via the
3295                 'Always open messages in summary when selected'
3296                 option.
3297
3298 2003-04-17 [paul]       0.8.11claws99
3299
3300         * sync with 0.8.11cvs28
3301                 see ChangeLog 2003-04-17
3302
3303 2003-04-17 [christoph]  0.8.11claws98
3304
3305         * ac/spamassassin.m4
3306         * src/plugins/spamassassin/libspamc.[ch]
3307         * src/plugins/spamassassin/utils.[ch]
3308                 sync libspamc with SpamAssassin project
3309
3310 2003-04-17 [christoph]  0.8.11claws97
3311
3312         * src/common/socket.h
3313         * src/gtk/sslcertwindow.h
3314                 rename old USE_SSL to USE_OPENSSL
3315
3316 2003-04-17 [paul]       0.8.11claws96
3317
3318         * src/prefs_common.h
3319                 use gulong for P_COLOR so that it compiles/runs on
3320                 64-bit systems. Patch submitted by James Noyes
3321                 <jnoyes-claws@retrogeeks.com>
3322                 
3323         * po/de.po
3324                 updated by Jens
3325
3326 2003-04-17 [paul]       0.8.11claws95
3327
3328         * sync with 0.8.11cvs27
3329                 see ChangeLog 2003-04-16
3330
3331 2003-04-15 [paul]       0.8.11claws94
3332
3333         * src/prefs_common.[ch]
3334                 rearrange to stop the window getting too long:
3335                         move Receive dialog stuff to Receive tab
3336                         move Send dialog to Send tab
3337                         remove Dialogs frame
3338                 rename 'Open messages in summary with cursor keys' to
3339                 'Always open messages in summary when selected', as its
3340                 more appropriate
3341
3342 2003-04-15 [paul]       0.8.11claws93
3343
3344         * src/prefs_common.[ch]
3345           src/summaryview.c
3346                 add new option '/Interface/Open next message on deletion'
3347
3348 2003-04-15 [paul]       0.8.11claws92
3349
3350         * src/summaryview.[ch]
3351                 add /Mark/Lock and /Mark/Unlock to the pop-up
3352                 menu. Patch submitted by Ivan Francolin Martinez
3353                 <ivanfm@users.sourceforge.net>
3354
3355 2003-04-15 [paul]       0.8.11claws91
3356
3357         * sync with 0.8.11cvs24
3358                 see ChangeLog 2003-04-15
3359
3360 2003-04-14 [jens]       0.8.11claws90
3361
3362         * updated German translation and some corrections from
3363                 Roland Bless <bless@tm.uka.de>
3364
3365 2003-04-14 [paul]       0.8.11claws89
3366
3367         * sync with 0.8.11cvs22
3368                 see ChangeLog 2003-04-14
3369
3370 2003-04-13 [paul]       0.8.11claws88
3371
3372         * src/plugins/clamav/clamav_plugin.c
3373                 fix memory leaks
3374                 clean up
3375
3376 2003-04-12 [paul]       0.8.11claws87
3377
3378         * src/plugins/clamav/clamav_plugin.c
3379                 activate enable/disable archive scanning option
3380                 
3381         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3382
3383 2003-04-12 [paul]       0.8.11claws86
3384
3385         * src/plugins/Makefile.am
3386           src/plugins/clamav/Makefile.am                ** NEW FILE **
3387           src/plugins/clamav/README                     ** NEW FILE ** 
3388           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3389           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3390                 add Clam AntiVirus plugin
3391
3392 2003-04-12 [paul]       0.8.11claws85
3393
3394         * sync with 0.8.11cvs21
3395                 see ChangeLog 2003-04-11
3396
3397 2003-04-11 [paul]       0.8.11claws84
3398
3399         * po/es.po
3400                 update Spanish translation. Submitted by Ricardo
3401                 Mones Lastra.
3402
3403 2003-04-10 [christoph]  0.8.11claws83
3404
3405         * src/mbox.c
3406                 fix typo that did not move unfiltered mails to destination
3407                 folder
3408
3409         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3410          when filtering from spool)
3411
3412 2003-04-10 [christoph]  0.8.11claws82
3413
3414         * src/imap.c
3415                 use BODY.PEEK instead of BODY in in message fetch operation
3416                 to make sure the IMAP server does not set the \Seen flag for
3417                 messages. Sylpheed does that later itself, when the message
3418                 is opened in sylpheed
3419
3420         (closes Bug 111 Claws destroys unread marks)
3421
3422 2003-04-09 [oliver]     0.8.11claws81
3423         
3424         * src/folder.c
3425                 fix crash in folder_destroy
3426         * README.claws
3427                 remove selective download
3428
3429 2003-04-09 [christoph]  0.8.11claws80
3430
3431         * src/imap.c
3432                 fix crash in imap_get_msginfo() when then fetched message
3433                 is not found
3434
3435         (closes Bug 110 Crash during mail composition)
3436
3437 2003-04-08 [christoph]  0.8.11claws79
3438
3439         * src/folder.c
3440         * src/prefs_account.c
3441                 Filter new messages that are found in an INBOX folder
3442                 when 'Filter messages on receiving' is enabled in the
3443                 Folder's AccountPrefs. This allows to use Sylpheed's
3444                 filtering engine for IMAP folders where messages are
3445                 added to the INBOX by a MTA
3446
3447 2003-04-08 [paul]       0.8.11claws78
3448
3449         * src/procmsg.h
3450                 clean up after last commit
3451
3452 2003-04-08 [paul]       0.8.11claws77
3453
3454         * sync with 0.8.11cvs20
3455                 see ChangeLog 2003-04-07 and 2003-04-08
3456
3457 2003-04-07 [christoph]  0.8.11claws76
3458
3459         * src/filtering.[ch]
3460         * src/inc.[ch]
3461         * src/mbox.c
3462         * src/procmsg.[ch]
3463                 add procmsg_msginfo_filter() to execute filtering actions
3464
3465 2003-04-06 [christoph]  0.8.11claws75
3466
3467         * src/imap.c
3468                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3469
3470 2003-04-06 [christoph]  0.8.11claws74
3471
3472         * src/common/utils.[ch]
3473                 add g_int_compare() function for slist sorting
3474
3475         * src/imap.c
3476                 fetch all MsgInfos with one command in imap_get_msginfos()
3477                 using an imap set with a list of ranges
3478
3479         * src/news.c
3480                 use new g_int_compare() function
3481
3482 2003-04-06 [thorsten]   0.8.11claws73
3483
3484         * src/mh.c
3485                 corrected implementation of mh_folder_destroy()
3486
3487 2003-04-05 [christoph]  0.8.11claws72
3488
3489         * src/account.c
3490         * src/folder.[ch]
3491         * src/folderview.c
3492         * src/imap.c
3493         * src/inc.c
3494         * src/main.c
3495         * src/mainwindow.c
3496         * src/mbox_folder.c
3497         * src/mh.c
3498         * src/mimeview.h
3499         * src/msgcache.[ch]
3500         * src/news.c
3501         * src/procmime.h
3502         * src/procmsg.[ch]
3503         * src/setup.c
3504         * src/gtk/gtkutils.c
3505                 o rename structure field names class and new to klass and
3506                   new_msgs, to allow including files in C++
3507                 o add 'extern "C"' block to some header files
3508                 o add MsgInfoList and MsgNumberList as alias for GSList for
3509                   developers to know what type of list is expected
3510
3511         * src/plugins/image_viewer/plugin.c
3512         * src/plugins/image_viewer/viewer.[ch]
3513         * src/plugins/image_viewer/viewerprefs.[ch]
3514                 rename function names to prevent conflicts
3515
3516 2003-04-05 [paul]       0.8.11claws71
3517
3518         * sync with 0.8.11cvs18
3519                 see ChangeLog 2003-04-03 and 2003-04-04
3520
3521 2003-04-02 [christoph]  0.8.11claws70
3522
3523         * src/folder.[ch]
3524         * src/imap.[ch]
3525         * src/mbox_folder.[ch]
3526         * src/mh.[ch]
3527         * src/news.[ch]
3528                 o Make all virtual folder functions private
3529                 o remove unused folder code
3530
3531         * src/common/socket.[ch]
3532         * src/summaryview.c
3533                 fix warnings
3534
3535 2003-03-30 [alfons]     0.8.11claws69
3536
3537         * src/send_message.c
3538                 remove two debug traces and see if people still report
3539                 errors
3540
3541 2003-03-30 [alfons]     0.8.11claws68
3542
3543         * src/send_message.c
3544         * src/commons/session.c
3545                 add more debug traces
3546
3547 2003-03-30 [christoph]  0.8.11claws67
3548
3549         * src/folder.c
3550                 change processing folder name from .processing to processing
3551
3552         * src/common/ssl.c
3553                 disable SSL certificate check because it causes Xlib error
3554                 when the child process want's to open an GTK window
3555
3556 2003-03-30 [christoph]  0.8.11claws66
3557
3558         * src/folder.c
3559                 don't use default folder for processing folder item because
3560                 it can be a non local folder
3561
3562         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3563
3564 2003-03-30 [alfons]     0.8.11claws65
3565
3566         * src/send_message.c
3567                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3568                 to generate bad code for 'send_send_data_progressive': When
3569                 called from 'send_send_data_finished', the 'data' pointer is
3570                 cleared just before the assignment to the dialog pointer
3571
3572 2003-03-29 [christoph]  0.8.11claws64
3573
3574         * src/common/prefs.h
3575         * src/plugins/image_viewer/Makefile.am
3576         * src/plugins/image_viewer/plugin.c
3577         * src/plugins/image_viewer/viewer.[ch]
3578         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3579                 add PrefsPage for ImageViewer
3580
3581 2003-03-28 [thorsten]   0.8.11claws63
3582
3583         * src/common/session.c
3584                 added some comments
3585
3586 2003-03-28 [paul]       0.8.11claws62
3587
3588         * sync with 0.8.11cvs16
3589                 see ChangeLog 2003-03-28
3590
3591 2003-03-28 [paul]       0.8.11claws61
3592
3593         * sync with 0.8.11cvs15
3594                 see ChangeLog 2003-03-28
3595
3596 2003-03-27 [christoph]  0.8.11claws60
3597
3598         * src/folder.c
3599         * src/imap.c
3600         * src/common/socket.[ch]
3601                 set socket state to DISCONNECTED when any operation
3602                 fails to allow reconnecting in IMAP code without
3603                 checking the return code of all calls to the command
3604                 functions
3605
3606         * src/folderview.c
3607         * src/summaryview.c
3608                 remove some more stuff that depends on specific
3609                 folder types
3610
3611 2003-03-27 [paul]       0.8.11claws59
3612
3613         * sync with 0.8.11cvs14
3614                 see ChangeLog 2003-03-27
3615                 
3616         * src/selective_download.[ch]   ** REMOVED **
3617                 really removed
3618
3619 2003-03-27 [christoph]  0.8.11claws58
3620
3621         * src/folder.c
3622                 fix handling of tmp_flags in flag copy function
3623
3624 2003-03-27 [paul]       0.8.11claws57
3625
3626         * sync with 0.8.11cvs13
3627                 see ChangeLog 2003-03-27
3628
3629 2003-03-27 [oliver]     0.8.11claws56
3630
3631         * src/maiwindow.c
3632                 remove sel_download_cb
3633
3634 2003-03-27 [oliver]     0.8.11claws55
3635         
3636         * src/inc.c
3637                 remove POP3_TOP
3638         
3639 2003-03-26 [oliver]     0.8.11claws54
3640
3641         *src/pop.h
3642                 remove POP3_TOP*
3643         * README.claws
3644                 remove selective donwload readme
3645
3646 2003-03-26 [oliver]     0.8.11claws53
3647         * src/matcher.[ch]
3648         * src/matcher_parser_parse.y 
3649         * src/pop.c 
3650         * src/prefs_account.[ch]
3651         * src/prefs_filtering.c
3652                 remove selective donwload
3653
3654 2003-03-26 [oliver]     0.8.11claws52
3655
3656         * src/inc.[ch] 
3657         * src/filtering.c 
3658         * src/mainwindow.c 
3659                 remove selective donwload
3660
3661 2003-03-26 [oliver]     0.8.11claws51
3662         
3663         * src/Makefile.am
3664         * src/selective_download.[ch]   ** REMOVE **    
3665
3666 2003-03-26 [christoph]  0.8.11claws50
3667
3668         * src/news.c
3669                 fix NEWS that got broken by a sync with sylpheed-main
3670
3671 2003-03-26 [christoph]  0.8.11claws49
3672
3673         * src/mimeview.c
3674                 fix mime type guessing when no mime type is found for a file
3675
3676 2003-03-25 [christoph]  0.8.11claws48
3677
3678         * src/mimeview.c
3679         * src/procmime.c
3680                 remove mime type guessing from mime parser and use
3681                 name based mime types in viewer lookup for mime type
3682                 application/octet-stream
3683
3684 2003-03-25 [christoph]  0.8.11claws47
3685
3686         * doc-src/readme.txt
3687         * doc-src/rfc2554.txt
3688                 add RFC about SMTP AUTH
3689
3690         * src/send_message.c
3691         * src/common/smtp.[ch]
3692                 add extra error code for authentication errors and
3693                 clear temporary password when this error occurs
3694
3695         (closes Bug 84 authentication failure while sending should
3696          prompt for password again)
3697
3698 2003-03-25 [christoph]  0.8.11claws46
3699
3700         * configure.ac
3701         * src/Makefile.am
3702         * src/imageview.[ch]                            ** REMOVE **
3703         * src/messageview.[ch]
3704         * src/mimeview.[ch]
3705         * src/prefs_common.[ch]
3706         * src/textview.c
3707         * src/plugins/Makefile.am
3708         * src/plugins/image_viewer/.cvsignore           ** NEW **
3709         * src/plugins/image_viewer/Makefile.am          ** NEW **
3710         * src/plugins/image_viewer/plugin.c             ** NEW **
3711         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3712                 move image viewer into a plugin (building is enabled by default)
3713                 [ToDo: Prefs for resize and autoview]
3714
3715 2003-03-25 [paul]       0.8.11claws45
3716
3717         * sync with 0.8.11cvs12
3718                 see ChangeLog 2003-03-26
3719
3720 2003-03-25 [paul]       0.8.11claws44
3721
3722         * sync with 0.8.11cvs11
3723                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3724                 
3725         Note: Selective Download is broken.
3726                 
3727 2003-03-22 [christoph]  0.8.11claws43
3728
3729         * src/folder.c
3730                 code cleanup for flags copying
3731
3732 2003-03-22 [christoph]  0.8.11claws42
3733
3734         * src/plugins/trayicon/trayicon.c
3735                 fix setting the transparent area when the window size
3736                 is forced by the system tray
3737
3738 2003-03-22 [christoph]  0.8.11claws41
3739
3740         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3741         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3742         * src/plugins/trayicon/newmail.xpm              ** NEW **
3743         * src/plugins/trayicon/nomail.xpm               ** NEW **
3744         * src/plugins/trayicon/trayicon.c
3745         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3746                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3747                 o add icon for unread mails
3748                 o set transparency for window
3749
3750 2003-03-22 [christoph]  0.8.11claws40
3751
3752         * src/news.c
3753                 init news session to prevent crash when session is closed
3754
3755 2003-03-22 [christoph]  0.8.11claws39
3756
3757         * src/imap.c
3758         * src/common/session.[ch]
3759                 Init session data to make sure we don't have invalid pointers
3760                 for read_ch and write_ch when new multi process sessions are
3761                 not used
3762
3763         * src/main.c
3764         * src/common/plugin.c
3765         * src/common/sylpheed.c
3766         * src/plugins/demo/demo.c
3767         * src/plugins/dillo_viewer/dillo_viewer.c
3768         * src/plugins/mathml_viewer/mathml_viewer.c
3769         * src/plugins/spamassassin/spamassassin.c
3770         * src/plugins/spamassassin/spamassassin_gtk.c
3771                 add plugin types to allow loading plugins at different times
3772                 (and maybe for different frontends), because it's not good to
3773                 load GTK-Plugins gefore gtk_init was called
3774
3775         * configure.ac
3776         * src/plugins/Makefile.am
3777         * src/plugins/trayicon/.cvsignore               ** NEW **
3778         * src/plugins/trayicon/Makefile.am              ** NEW **
3779         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3780         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3781         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3782         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3783         * src/plugins/trayicon/trayicon.c               ** NEW **
3784                 New Trayicon plugin that shows an icon in a systray that uses
3785                 XEMBED protocol like Gnome's systray. Icon shows if there
3786                 are new mails and a tooltip shows information about new,
3787                 unread and total messages.
3788
3789 2003-03-22 [paul]       0.8.11claws38
3790
3791         * src/common/smtp.c
3792                 fix ESMTP AUTH CRAM-MD5
3793                 [sync with main (still version 0.8.11cvs6), see
3794                  ChangeLog 2003-03-22]
3795
3796 2003-03-21 [colin]      0.8.11claws37
3797
3798         * src/send_message.c
3799                 Fix USE_SSL => USE_OPENSSL
3800
3801 2003-03-21 [colin]      0.8.11claws36
3802
3803         * src/folderview.c
3804                 Fix counts in drag and dropped subfolders
3805
3806 2003-03-21 [colin]      0.8.11claws35
3807
3808         * src/folder.c 
3809         * src/folderview.c
3810                 speed up a bit folder dnd
3811
3812 2003-03-20 [alfons]     0.8.11claws34
3813
3814         * src/main.c
3815         * src/toolbar.c
3816         * src/procmsg.c
3817                 don't send locked queue messages
3818                 (feature request "[ 705245 ] Locking message in outbox 
3819                  should prevent sending")
3820
3821 2003-03-20 [christoph]  0.8.11claws33
3822
3823         * src/folder.c
3824                 remove NEW and UNREAD flag in special folders when scanning
3825                 
3826         * src/common/smtp.c
3827                 fix ESMTP AUTH CRAM-MD5
3828
3829 2003-03-20 [paul]       0.8.11claws32
3830
3831         * src/prefs_account.c
3832                 Re-write 'Tunnel command to open connection' as
3833                 'Use command to communicate with server', and disable
3834                 it for all except IMAP accounts
3835
3836 2003-03-20 [paul]       0.8.11claws31
3837
3838         * sync with 0.8.11cvs6
3839                 see ChangeLog 2003-03-20
3840
3841 2003-03-19 [match]      0.8.11claws30
3842
3843         * src/addritem.[ch]
3844                 include documentation. minor refactoring.
3845         * src/addr_compl.[ch]
3846         * src/addrindex.[ch]
3847         * src/addresbook.[ch]
3848         * src/summaryview.c
3849                 re-enable address lookup (was disabled in
3850                 0.8.11claws20).
3851
3852 2003-03-19 [christoph]  0.8.11claws29
3853
3854         * src/procmsg.c
3855                 add temp flag handling, will make moving and copying
3856                 messages possible again
3857
3858         * src/folder.c
3859                 correct calulation of folder stats
3860
3861 2003-03-18 [match]      0.8.11claws28
3862
3863         * src/editgroup.h
3864                 remove case sensitive comparison (closes bug 80).
3865
3866 2003-03-18 [christoph]  0.8.11claws27
3867
3868         * src/imap.c
3869                 fix imap using a tunnel command
3870
3871         (closes bug 87)
3872
3873 2003-03-18 [christoph]  0.8.11claws26
3874
3875         * src/folder.[ch]
3876         * src/imap.c
3877         * src/procmsg.[ch]
3878                 rewrite flag handling for folders
3879
3880 2003-03-18 [christoph]  0.8.11claws25
3881
3882         * src/folder.c
3883         * src/procmsg.c
3884         * src/summaryview.c
3885                 unset NEW and UNREAD flags when message is ignored, to make
3886                 sure messages don't show up as unread on other IMAP clients,
3887                 because the IGNORE_THREAD flag can not be syncronized through
3888                 the IMAP folder
3889
3890 2003-03-17 [christoph]  0.8.11claws24
3891
3892         * src/imap.c
3893                 don't use recursion to fetch uids when the number of messages
3894                 does not match. Moved code into subfunction that is used
3895                 again when needed, to prevent an endless loop.
3896
3897 2003-03-17 [thorsten]   0.8.11claws23
3898
3899         * src/imageview.[ch]
3900                 export imageview_get_resized_size() (for plugins)
3901         * src/prefs_common.[ch]
3902                 added prefs_common_get() (for plugins)
3903
3904 2003-03-17 [christoph]  0.8.11claws22
3905
3906         * src/imap.c
3907                 o remove UID guessing from copy code
3908                 o support UIDPLUS extension for APPEND command
3909
3910 2003-03-17 [paul]       0.8.11claws21
3911
3912         * src/gtk/about.c
3913                 remove 'Compiled-plugins' section.
3914                 
3915         * src/plugins/dillo_viewer/dillo_viewer.c
3916                 slight change to description text
3917
3918 2003-03-16 [match]      0.8.11claws20
3919         * src/ldapserver.[ch]           ** NEW **
3920         * src/ldapctrl.[ch]             ** NEW **
3921         * src/ldapquery.[ch]            ** NEW **
3922         * src/ldaputil.[ch]             ** NEW **
3923         * src/addrcindex.[ch]           ** NEW **
3924         * src/addrquery.h               ** NEW **
3925         * src/addritem.[ch]
3926         * src/addrcache.[ch]
3927         * src/addrindex.[ch]
3928         * src/addr_compl.[ch]
3929         * src/addressbook.[ch]
3930         * src/addrbook.[ch]
3931         * src/editgroup.c
3932         * src/editaddress.c
3933         * src/editldap.c
3934         * src/editldap_basedn.c
3935         * src/vcard.c
3936         * src/jpilot.c
3937         * src/Makefile.am
3938                 included dynamic LDAP queries. improved address
3939                 completion.
3940
3941 2003-03-16 [paul]       0.8.11claws19
3942
3943         * tools/multiwebsearch.pl
3944                 fix a fatal typo
3945
3946 2003-03-16 [christoph]  0.8.11claws18
3947
3948         * src/mimeview.c
3949         * src/plugins/dillo_viewer/dillo_viewer.c
3950         * src/plugins/mathml_viewer/mathml_viewer.c
3951                 make unregistering of MimeViewerFactorys possible
3952
3953 2003-03-16 [alfons]     0.8.11claws17
3954
3955         * configure.ac
3956                 correct typo
3957
3958 2003-03-16 [melvin]     0.8.11claws16
3959
3960         * src/plugins/dillo_viewer.c
3961                 Fixed bug where it was not possible to view more than
3962                 one text/html attachment per message (bug discovered
3963                 by Christoph Hohmann).
3964
3965 2003-03-15 [melvin]     0.8.11claws15
3966
3967         * src/prefs_actions.c
3968                 Fixed compilation warnings.
3969
3970 2003-03-15 [melvin]     0.8.11claws14
3971
3972         * src/plugins/Makefile.am
3973         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3974         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3975         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3976                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3977                 newer (http://dillo.auriga.wearlab.de/).
3978
3979 2003-03-15 [christoph]  0.8.11claws13
3980
3981         * src/imap.c
3982                 don't query imap folder for attributes because we already
3983                 for them from imap_status
3984
3985         * src/mimeview.[ch]
3986                 add support for plugable MimeViewers (unloading Viewers
3987                 not yet complete)
3988
3989         * src/plugins/Makefile.am
3990         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3991         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3992         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3993                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3994                 widget from http://helm.cs.unibo.it/mml-widget/
3995
3996 2003-03-14 [christoph]  0.8.11claws12
3997
3998         * src/folder.[ch]
3999                 o error return code's should better be negative
4000                 o replace printf with debug_print
4001
4002         * src/imap.c
4003                 improve IMAP folder scan by checking UID-NEXT
4004
4005         * src/summaryview.c
4006                 remove check that are unnecessary in my opinion
4007
4008 2003-03-13 [christoph]  0.8.11claws11
4009
4010         * src/folder.[ch]
4011         * src/foldersel.c
4012         * src/folderview.c
4013         * src/imap.c
4014         * src/mbox_folder.c
4015         * src/mh.c
4016         * src/news.c
4017         * src/prefs_scoring.c
4018         * src/summaryview.c
4019                 use a common function to get a displayable name
4020                 for a FolderItem
4021
4022 2003-03-13 [paul]       0.8.11claws10
4023
4024         * tools/Makefile.am
4025           tools/README
4026           tools/multiwebsearch.conf     ** NEW FILE **
4027           tools/multiwebsearch.pl       ** NEW FILE **
4028                 add multiwebsearch Actions script
4029
4030 2003-03-13 [colin]      0.8.11claws9
4031
4032         * src/compose.c
4033                 Remove leading emtpy lines from quoted text
4034                 before quoting it
4035
4036 2003-03-13 [melvin]     0.8.11claws8
4037
4038         * src/prefs_actions.c
4039                 Fixed a memory leak
4040                 Code clean ups
4041                 Added Cancel and OK buttons
4042                 Corrected help text
4043
4044 2003-03-13 [christoph]  0.8.11claws7
4045
4046         * src/account.c
4047         * src/folder.[ch]
4048         * src/imap.c
4049         * src/mainwindow.c
4050         * src/mbox_folder.c
4051         * src/mh.c
4052         * src/news.c
4053         * src/setup.c
4054                 replace more folder type stuff with folder class stuff
4055
4056 2003-03-13 [melvin]     0.8.11claws6
4057
4058         * src/prefs_actions.c
4059                 Added new tokens:
4060                 %u: user provided argument
4061                 %h: user provided argument (hidden on input)
4062                 %s: current text selection in the message view 
4063
4064 2003-03-13 [paul]       0.8.11claws5
4065
4066         * sync with 0.8.11cvs5
4067                 see ChangeLog 2003-03-11, 2003-03-12
4068
4069 2003-03-12 [christoph]  0.8.11claws4
4070
4071         * src/folder.c
4072                 use folder class idstr when writing folderlist.xml
4073
4074         * src/folder.h
4075         * src/imap.c
4076         * src/news.c
4077                 replace folder type checks with folder class checks
4078
4079 2003-03-12 [christoph]  0.8.11claws3
4080
4081         * src/folder.[ch]
4082         * src/imap.[ch]
4083         * src/main.c
4084         * src/mbox_folder.[ch]
4085         * src/mh.[ch]
4086         * src/news.[ch]
4087                 o create a list of known folder classes in the folder system
4088                 o use folder class id strings for folder item identifiers
4089
4090 2003-03-12 [christoph]  0.8.11claws2
4091
4092         * src/imap.c
4093                 fix imap uid validity check
4094
4095 2003-03-12 [christoph]  0.8.11claws1
4096
4097         * src/account.c
4098         * src/folder.[ch]
4099         * src/foldersel.c
4100         * src/folderview.c
4101         * src/imap.c
4102         * src/mainwindow.c
4103         * src/mbox_folder.c
4104         * src/mh.c
4105         * src/news.c
4106         * src/prefs_scoring.c
4107         * src/procmsg.c
4108         * src/setup.c
4109         * src/summaryview.c
4110                 initial restructuring of folder system, seperating
4111                 folders and folder classes
4112
4113 2003-03-12 [paul]       0.8.11claws
4114
4115         0.8.11claws release
4116
4117 2003-03-12 [christoph]
4118
4119         * src/gtk/prefswindow.c
4120                 fix translation of "Page Index"
4121
4122 2003-03-12 [paul]       0.8.10claws110
4123
4124         a sync from 0.8.11cvs4 before the release
4125
4126         * src/common/utils.c
4127                 subject_compare_for_sort(): allow null strings (fixes
4128                 summary sorting).
4129
4130 2003-03-11 [paul]       0.8.10claws109
4131
4132         * po/es.po
4133                 update Spanish translation, submitted by
4134                 Ricardo Mones Lastra
4135
4136 2003-03-11 [melvin]     0.8.10claws108
4137
4138         * po/fr.po
4139                 Updated French translations
4140
4141 2003-03-11 [paul]       0.8.10claws107
4142
4143         * manual/en/Makefile.am
4144           manual/en/*.html
4145                 update English manual, add a new page
4146                 updated by Francois Barriere <fbarriere@atmel.fr>
4147                 
4148         * po/bg.po
4149           po/it.po
4150           po/sr.po
4151                 update Bulgarian, Italian, and Serbian translations
4152                 submitted by George Danchev, Alessandro Maestri, and
4153                 Urke MMI
4154
4155 2003-03-10 [paul]       0.8.10claws106
4156
4157         * src/gtk/about.c
4158           src/gtk/prefswindow.c
4159                 make some strings translatable
4160
4161 2003-03-10 [darko]      0.8.10claws105
4162
4163         * src/compose.c
4164                 code cleanup to make Hiro happy
4165
4166 2003-03-10 [paul]       0.8.10claws104
4167
4168         * sync with 0.8.11cvs2
4169                 see ChangeLog 2003-03-10
4170
4171 2003-03-09 [melvin]     0.8.10claws103
4172
4173         * src/textview.c
4174                 textview_set_font(): fix for message display in
4175                 UTF-8 locales (thanks to Sergey Vlasov).
4176                 (was unintentionnaly reverted in 0.8.6claws6)   
4177
4178 2003-03-08 [darko]      0.8.10claws102
4179
4180         * src/compose.c
4181                 fix infinite loop in wrapping as reported
4182                 by happycactus
4183                 obsoletes patch #696482
4184
4185 2003-03-08 [christoph]  0.8.10claws101
4186
4187         * src/imap.c
4188                 add workaround for IMAP servers that do not
4189                 support the "UID SEARCH UID" command
4190
4191 2003-03-07 [christoph]  0.8.10claws100
4192
4193         * src/plugins/spamassassin/spamassassin.[ch]
4194         * src/plugins/spamassassin/spamassassin_gtk.c
4195                 code cleanup
4196
4197 2003-03-07 [paul]       0.8.10claws99
4198
4199         * po/es.po
4200                 updated Spanish translation, submitted by
4201                 Ricardo Mones Lastra
4202
4203 2003-03-07 [christoph]  0.8.10claws98
4204
4205         * src/send.c
4206                 fix in 0.8.10claws94 was wrong
4207                 local delivery does not require escaping, remove escaping
4208                 code to make signatures of mails with "." lines valid
4209                 
4210                 NOTE: requires that sendmail is executed with "-i" option,
4211                       what is the default now, but has to be changed in all
4212                       exsiting accounts)
4213
4214 2003-03-07 [paul]       0.8.10claws97
4215
4216         * sync with 0.8.11 release
4217                 see ChangeLog 2003-03-07
4218
4219 2003-03-06 [paul]       0.8.10claws96
4220
4221         * src/compose.c
4222                 revert commit 0.8.10claws92
4223
4224 2003-03-06 [paul]       0.8.10claws95
4225
4226         * src/folderview.c
4227                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4228
4229         * src/gtkaspell.c
4230                 fix bug 74, 'Crash opening editor window with pseudo-color
4231                 display'
4232                 
4233         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4234
4235 2003-03-06 [christoph]  0.8.10claws94
4236
4237         * src/send.c
4238                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4239                 all lines starting with a period get an extra period
4240                 inserted
4241                 (found by Simon 'corecode' Schubert)
4242
4243 2003-03-06 [paul]       0.8.10claws93
4244
4245         * src/folderview.c
4246                 if configured font can't be loaded fall back to gtk
4247                 default. (with thanks to Christoph)
4248                 
4249                 closes long-standing bug 15 'Crashes on startup'
4250
4251 2003-03-06 [paul]       0.8.10claws92
4252
4253         * src/compose.c
4254                 freeze text before autosave and thaw afterwards
4255                 fixes bug 67 'autosave make re-rediting message crazy'
4256
4257 2003-03-06 [christoph]  0.8.10claws91
4258
4259         * src/compose.c
4260                 ignore address comment in dupe check for Cc-list
4261
4262         (closes reopened bug 47 Replying to message strips name part of
4263          e-mail addresses of Cc: lines)
4264
4265 2003-03-06 [paul]       0.8.10claws90
4266
4267         * src/Makefile.am
4268                 remove reference to gtkxtext.h as its no longer in
4269                 the repository
4270
4271 2003-03-06 [paul]       0.8.10claws89
4272
4273         * sync with 0.8.10cvs25
4274                 see ChangeLog 2003-03-06
4275
4276 2003-03-06 [oliver]     0.8.10claws88
4277         
4278         * src/messageview.c
4279                 remove include
4280
4281 2003-03-06 [oliver]     0.8.10claws87
4282         
4283         * src/folderview.c 
4284                 remove changes introduced inclaws74
4285         * src/messageview.c
4286                 another attempt to sanely delete and update
4287                 messages deleted in separate messageview
4288
4289 2003-03-05 [christoph]  0.8.10claws86
4290
4291         * src/summaryview.c
4292                 check if "From" matches any account's address if
4293                 addressbook completion of addresses is disabled too
4294
4295         (closes Bug 70 "Display recipient in from" doesn't check
4296          folder's default account)
4297
4298 2003-03-05 [christoph]  0.8.10claws85
4299
4300         * src/compose.c
4301         * src/common/utils.[ch]
4302                 don't strip address comments when building Cc lists
4303
4304         (closes Bug 47 Replying to message strips name part of e-mail addresses
4305          of Cc: lines)
4306
4307         * src/folder.c
4308                 fix return value of copy function
4309
4310 2003-03-05 [christoph]  0.8.10claws84
4311
4312         * src/imap.c
4313                 don't ask imap server for non rfc822 headers
4314
4315         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4316
4317         * src/imap.c
4318                 destroy session on socket error to allow reconnecting
4319
4320 2003-03-05 [christoph]  0.8.10claws83
4321
4322         * configure.ac
4323                 fix building with gnome when no prefix is set
4324
4325         (closes bug 66 Gnome directory is set to NONE)
4326
4327 2003-03-05 [paul]       0.8.10claws82
4328
4329         * sync with 0.8.10cvs23
4330                 see ChangeLog 2003-03-05
4331
4332 2003-03-04 [christoph]  0.8.10claws81
4333
4334         * src/folder.c
4335                 o fix moving and copying when folder returns 0 for new
4336                   message number
4337                 o remove some code for single message copy and move
4338                   operations and use functions for multiple messages
4339
4340         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4341
4342         * src/news.c
4343                 remove unused include
4344
4345 2003-03-04 [paul]       0.8.10claws80
4346
4347         * src/gtk/about.c
4348                 list 'Compiled plugins'
4349
4350 2003-03-03 [christoph]  0.8.10claws79
4351
4352         * src/news.[ch]
4353                 have to multiply the percentage of the current fetch with
4354                 the percentage that it has of the total fetch operation
4355                 for correct values
4356
4357 2003-03-03 [christoph]  0.8.10claws78
4358
4359         * src/news.c
4360                 fix calculation of expected lines for progress indicator
4361
4362 2003-03-03 [christoph]  0.8.10claws77
4363
4364         * src/summaryview.c
4365         * src/common/utils.c
4366                 fix segfault when opening the root news folder
4367
4368 2003-03-03 [christoph]  0.8.10claws76
4369
4370         * src/mainwindow.[ch]
4371         * src/common/Makefile.am
4372         * src/common/progressindicator.[ch]
4373                 add UI independent progress indicator handling
4374
4375         * src/news.[ch]
4376                 use new progress indicator for message info fetching
4377
4378         * src/common/hooks.h
4379                 code cleanup
4380
4381 2003-03-03 [oliver]     0.8.10claws75
4382
4383         * src/toolbar.c
4384         * src/compose.c
4385                 removed commented code
4386
4387 2003-03-03 [oliver]     0.8.10claws74
4388
4389         * src/toolbar.[ch]
4390                 cleanups and refactoring
4391         * src/compose.[ch]
4392                 compose_reply_mode reply & forwarding interface for
4393                 toolbar buttons
4394         * src/folderview.c
4395                 act on messages marked for deletion in folderview_selected
4396                 based on prefs_common.immediate_exec since a message might 
4397                 have been deleted by messageview in a folder we are changing 
4398                 to (does anybody understand what I'm on about ?)
4399
4400 2003-03-03 [oliver]     0.8.10claws73
4401         
4402         * src/messageview.[ch]
4403                 new functions
4404                 - messageview_delete: delete message shown in messagview
4405                 - messageview_update_view: update messageview to currently 
4406                   selected summaryview message
4407                 - add separate messageview to msgview_list in order to update 
4408                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4409         * src/summaryview.[ch]
4410                 summary_get_selection returns a list of selected msgs
4411                 in summaryview
4412         * src/mainwindow.c
4413                 toolbar reply refactoring
4414
4415 2003-03-03 [paul]       0.8.10claws72
4416
4417         * sync with 0.8.10cvs21
4418                 see ChangeLog 2003-03-03
4419
4420 2003-03-02 [christoph]  0.8.10claws71
4421
4422         * src/common/passcrypt.c
4423                 use POSIX includes
4424
4425 2003-03-02 [christoph]  0.8.10claws70
4426
4427         * configure.ac
4428         * src/prefs_account.c
4429         * src/prefs_gtk.[ch]
4430         * src/common/.cvsignore
4431         * src/common/Makefile.am
4432         * src/common/passcrypt.c                ** NEW **
4433         * src/common/passcrypt.h.in             ** NEW **
4434                 Implement password encryption in config files
4435                 using unix encrypt and setkey functions. The crypt
4436                 key can be set as a configure parameter. Old
4437                 passwords will be converted if they do not begin
4438                 with '!'
4439
4440 2003-03-02 [paul]       0.8.10claws69
4441
4442         * src/prefs_account.c
4443                 fix compile error
4444
4445 2003-03-01 [thorsten]   0.8.10claws68
4446
4447         * po/el.po
4448           po/hr.po
4449           po/it.po
4450           po/nl.po
4451           po/sr.po
4452           po/sv.po
4453                 corrected format strings
4454         * po/en_GB.po
4455                 corrected headers
4456                 (fix compile errors with GNU gettext-0.11.5)
4457
4458 2003-03-01 [oliver]     0.8.10claws67
4459
4460         * src/summaryview.c
4461                 menu callbacks call toolbar_menu_reply
4462
4463 2003-03-01 [oliver]     0.8.10claws66
4464
4465         * src/mainwindow.c
4466         * src/messageview.c
4467                 menu callbacks call toolbar_menu_reply
4468         * src/toolbar.[ch]
4469                 callbacks from menu handled by toolbar_menu_reply
4470
4471 2003-03-01 [paul]       0.8.10claws65
4472
4473         * src/addressbook.c
4474                 revert commit 0.8.10claws54 - breaks editing of
4475                 addressbook.
4476                 
4477         * po/bg.po
4478                 update Bulgarian translation, submitted by
4479                 George Danchev
4480
4481 2003-02-28 [christoph]  0.8.10claws64
4482
4483         * src/account.c
4484         * src/addressadd.c
4485         * src/compose.c
4486         * src/gtkaspell.c
4487         * src/gtkxtext.h                ** REMOVE **
4488         * src/imap.c
4489         * src/matcher.[ch]
4490         * src/mh.c
4491         * src/news.c
4492         * src/pine.c
4493         * src/prefs_common.c
4494         * src/prefs_matcher.c
4495         * src/procheader.[ch]
4496         * src/procmsg.[ch]
4497         * src/toolbar.c
4498         * src/common/ssl_certificate.c
4499         * src/gtk/colorlabel.c
4500         * src/gtk/menu.c
4501                 o fix warnings
4502                 o remove code obsoleted by new cache and folder system rework
4503
4504 2003-02-28 [oliver]     0.8.10claws63
4505         
4506         * src/toolbar.[ch]
4507                 * fix bug where reply in Messageview replied to 
4508                 Message displayed in summaryview
4509                 (reportedd via ML by chinatinte at gmx dot ch)
4510                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4511                 didn't work in separate MessageView Toolbar
4512                 (wondering if anybody uses this at all ?)
4513         * src/summaryview.[ch]
4514                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4515                 (generalize reply and forward code);
4516         * src/messageview.c 
4517                 remove focus_in event which updated summaryview to messageview
4518
4519 2003-02-28 [paul]       0.8.10claws62
4520
4521         * po/Makefile.in.in
4522                 add the --check option
4523                 Patch submitted by Ricardo Mones Lastra
4524
4525 2003-02-28 [paul]       0.8.10claws61
4526
4527         * src/prefs_account.c
4528                 re-order 'Signature' items
4529
4530 2003-02-28 [paul]       0.8.10claws60
4531
4532         * sync with 0.8.10cvs20
4533                 see ChangeLog 2003-02-28
4534
4535 2003-02-28 [paul]       0.8.10claws59
4536
4537         * po/POTFILES.in
4538                 update to reflect recent movement of files
4539
4540 2003-02-28 [paul]       0.8.10claws58
4541
4542         * sync with 0.8.10cvs19
4543                 see ChangeLog 2003-02-28
4544
4545 2003-02-27 [martin]     0.8.10claws57
4546
4547         * src/prefs_matcher.c 
4548                 fix segfault in prefs_matcher_ok() when the
4549                 last entry is deleted and prevents that the
4550                 message "entry not saved" comes up after deleting
4551                 an entry
4552
4553 2003-02-27 [martin]     0.8.10claws56
4554
4555         * src/prefs_filtering.c 
4556                 fix segfault in prefs_filtering_ok() when the
4557                 last entry is deleted and prevents that the
4558                 message "entry not saved" comes up after deleting
4559                 an entry
4560
4561 2003-02-27 [paul]       0.8.10claws55
4562
4563         * sync with 0.8.10cvs18
4564                 see ChangeLog 2003-02-27
4565
4566 2003-02-27 [paul]       0.8.10claws54
4567
4568         * src/addressbook.c
4569                 fix bug where the address book crashes with 
4570                 multiple lookups.
4571                 Patch [687729] submitted by David Frager 
4572                 <dbfrager@users.sourceforge.net>
4573
4574 2003-02-25 [christoph]  0.8.10claws53
4575
4576         * src/Makefile.am
4577         * src/colorlabel.[ch]           ** REMOVE **
4578         * src/gtk/Makefile.am
4579         * src/gtk/colorlabel.[ch]       ** NEW **
4580                 move colorlabel files to gtk directory
4581
4582         * src/esmtp.[ch]                ** REMOVE **
4583                 has been merged into smtp.[ch] in 0.7.5
4584
4585 2003-02-25 [christoph]  0.8.10claws52
4586
4587         * src/Makefile.am
4588         * src/about.[ch]                ** REMOVE **
4589         * src/gtk/Makefile.am
4590         * src/gtk/about.[ch]            ** NEW **
4591                 move about files to gtk directory
4592
4593 2003-02-25 [christoph]  0.8.10claws51
4594
4595         * src/folder.c
4596                 some code optimization of folder scanning code
4597
4598         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4599
4600 2003-02-25 [christoph]  0.8.10claws50
4601
4602         * src/main.c
4603         * src/common/sylpheed.c
4604                 add command line parameter parsing to common code
4605
4606 2003-02-24 [christoph]
4607
4608         * Makefile.am
4609         * configure.ac
4610                 fix gnome prefix problems, the configure script now removed
4611                 `gnome-config --prefix` from `gnome-config --datadir`
4612                 and adds $(prefix} instead
4613
4614         (closes Bug 24 Makefile does not respect prefix when installing
4615          GNOME data)
4616
4617 2003-02-24 [christoph]  0.8.10claws49
4618
4619         * src/news.c
4620                 check for valid session before trying to authenticate
4621
4622         (closes Bug 60 crash if "authenticate on logon" is activated
4623          and newsserver-hostname is not valid)
4624
4625 2003-02-24 [melvin]     0.8.10claws48
4626
4627         * src/prefs_actions.c
4628                 Make sure all user's input is sent to the action and then
4629                 close the socket..
4630
4631 2003-02-23 [alfons]     0.8.10claws46
4632
4633         * src/summaryview.c
4634                 also wait cursor when deleting files
4635
4636 2003-02-23 [paul]
4637
4638         * tools/freshmeat_search.pl
4639           tools/google_search.pl
4640                 scripts should now work for any browser/browser command line
4641
4642 2003-02-22 [christoph]  0.8.10claws45
4643
4644         * src/procmsg.c
4645                 fix IMAP flag setting, IMAP flag is not handled correctly
4646                 anymore by the folder system and information about the
4647                 folder should not be saved in the MsgInfo (in my opinion)
4648
4649         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4650
4651 2003-02-22 [christoph]  0.8.10claws44
4652
4653         * src/summaryview.c
4654                 fix spelling of "label" ;-)
4655
4656 2003-02-22 [thorsten]   0.8.10claws43
4657
4658         * src/mimeview.c
4659           src/prefs_common.[ch]
4660           src/procmime.[ch]
4661                 do not use description as attachment name
4662
4663 2003-02-22 [alfons]     0.8.10claws42
4664
4665         * src/summaryview.c
4666                 freeze/thaw folder item updates when changing color labels,
4667                 and put a wait cursors on
4668
4669 2003-02-22 [thorsten]   0.8.10claws41
4670
4671         * src/mimeview.c
4672                 save-all fixes: crash if invoked on multipart container,
4673                 mimeinfo access, pathseparators, error dialog
4674
4675 2003-02-21 [alfons]     0.8.10claws40
4676
4677         * src/prefs_gtk.c
4678                 remove unused var
4679
4680 2003-02-21 [colin]      0.8.10claws39
4681
4682         * src/send.c
4683                 Fix smtp logging
4684
4685 2003-02-21 [colin]      0.8.10claws38
4686
4687         * src/summaryview.c
4688                 Freeze/thaw folderItem updates when filtering messages 
4689                 via Tools/Filter messages
4690
4691 2003-02-21 [paul]       0.8.10claws37
4692
4693         * src/compose.c
4694                 revert commit 0.8.10claws26, there are ulterior motives
4695                 for users to set a Reply-To header when posting to
4696                 newsgroups
4697
4698 2003-02-21 [paul]       0.8.10claws36
4699
4700         * sync with 0.8.10cvs17
4701                 see ChangeLog 2003-02-21
4702
4703 2003-02-20 [christoph]  0.8.10claws35
4704
4705         * src/imap.c
4706                 IMAP UID fetch speedup using SEARCH
4707
4708         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4709
4710         * src/imap.c
4711                 fix problem with UIDs in IMAP UID cache that no longer existed
4712
4713 2003-02-20 [christoph]  0.8.10claws34
4714
4715         * src/imap.c
4716         * src/procheader.c
4717         * src/procheader.h
4718                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4719
4720         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4721
4722         * src/imap.c
4723                 Rewrite imap_cmd_gen_recv use sock_getline instead
4724                 of sock_gets to avoid problems with too long reply
4725                 lines
4726     
4727 2003-02-20 [colin]      0.8.10claws33
4728         
4729         * src/prefs_account.c
4730                 Better wording
4731
4732 2003-02-20 [colin]      0.8.10claws32
4733
4734         * src/compose.c
4735                 Remove useless '&& !to_sender' 
4736
4737 2003-02-20 [darko]
4738
4739         * AUTHORS
4740                 change my e-mail address
4741
4742 2003-02-19 [colin]      0.8.10claws31
4743
4744         * src/prefs_common.c
4745                 X11 style colors for every configurable color
4746
4747 2003-02-19 [alfons]     0.8.10claws30
4748
4749         * src/prefs_gtk.[ch]
4750         * src/prefs_common.c
4751                 for color_new accept both plain integers and X11 style color
4752                 names (as found in /usr/lib/X11/rgb.txt)
4753
4754 2003-02-19 [paul]       0.8.10claws29
4755
4756         * src/mainwindow.c
4757                 add tooltips to online/offline button and account selector
4758                 button
4759
4760 2003-02-19 [paul]       0.8.10claws28
4761
4762         * src/folder.c
4763           src/news.c
4764           src/prefs_account.[ch]
4765           src/prefs_common.[ch]
4766                 move 'Maximum number of articles to download' to
4767                 account prefs.
4768                 clean up account prefs gui a little by hiding entries
4769                 rather then greying out entries
4770
4771 2003-02-19 [hiro]       0.8.10claws27
4772
4773         * src/common/utils.c
4774                 fix bug #54 'yesterdays date is displayed in the message 
4775                 summary window'
4776
4777 2003-02-19 [paul]       0.8.10claws26
4778
4779         * src/compose.c
4780                 fix bug reported in Feature Request [688596] 
4781                 'Reply-to header in news'
4782
4783 2003-02-18 [paul]       0.8.10claws25
4784
4785         * src/select-keys.c
4786                 add a 'List all keys' button to key selection dialog
4787
4788 2003-02-18 [colin]      0.8.10claws24
4789         
4790         * src/stock_pixmap.c
4791                 fix compile error
4792
4793 2003-02-18 [colin]      0.8.10claws23
4794
4795         * src/common/smtp.[ch]
4796           src/prefs_account.c
4797                 Try to starttls if it seems to be the only
4798                 way to authenticate a user
4799
4800 2003-02-18 [paul]       0.8.10claws22
4801
4802         * src/Makefile.am
4803           src/folderview.c
4804           src/stock_pixmap.[ch]
4805           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4806           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4807                 as a Drafts folder is a special folder allow it to have
4808                 its own unique icons
4809
4810 2003-02-18 [colin]      0.8.10claws21
4811
4812         * src/imap.c
4813                 Fix port selection when using starttls
4814
4815 2003-02-18 [paul]       0.8.10claws20
4816
4817         * src/mainwindow.c
4818           src/prefs_common.[ch]
4819                 make blue the default new mail colour
4820
4821 2003-02-18 [paul]       0.8.10claws19
4822
4823         * sync with 0.8.10cvs14
4824                 see ChangeLog 2003-02-18
4825
4826 2003-02-17 [jens]       0.8.10claws18
4827
4828         * src/common/md5.c
4829                 fixed a compile problem with gcc 3.3
4830                 works on 2.95.3 too (testet on PPC as it is big endian)
4831
4832 2003-02-17 [paul]       0.8.10claws17
4833
4834         * sync with 0.8.10cvs13
4835                 see ChangeLog 2003-02-17
4836
4837 2003-02-17 [paul]       0.8.10claws16
4838
4839         * sync with 0.8.10cvs12
4840                 see ChangeLog 2003-02-17
4841
4842 2003-02-16 [match]      0.8.10claws15
4843
4844         * src/addressbook.c
4845                 Eliminates reloading of address data when items
4846                 deleted or added. Applied submitted by
4847                 Luke Plant <lukeplant@softhome.net>
4848
4849 2003-02-16 [paul]       0.8.10claws14
4850
4851         * src/news.c
4852                 when a 'protocol error' is encountered disconnect from
4853                 the server. This means that the user can carry on viewing
4854                 other articles and doesn't have to either wait until the
4855                 server timesout or quit sylpheed.
4856                 Fixes bug #53 'Unable to read messages in newsgroups, 
4857                 displayed message doesn't change'
4858
4859 2003-02-15 [christoph]  0.8.10claws13
4860
4861         * src/imap.c
4862                 fix bug that stopped scanning of folders when an
4863                 IMAP folder was empty
4864
4865         (closes bug 46 stop scan messages in folders after empty folder)
4866
4867 2003-02-15 [paul]
4868
4869         * tools/Makefile.am
4870           tools/README
4871           tools/freshmeat_search.pl     ** NEW FILE **
4872           tools/google_search.pl        ** NEW FILE **
4873                 Add 2 Actions scripts which search freshmeat/google
4874                 for the selected text using the browser configured
4875                 in sylpheedrc.
4876                 
4877         Note: These scripts are very dependent on the format of the
4878         browser command and may not work on every occasion. Testing
4879         is welcome. 
4880
4881 2003-02-14 [alfons]     0.8.10claws12
4882
4883         * src/compose.c
4884                 fix breakage because of uninitialized account pointer.
4885                 please verify.
4886
4887 2003-02-14 [paul]       0.8.10claws11
4888
4889         * src/compose.c
4890           src/prefs_account.[ch]
4891           src/prefs_common.[ch]
4892                 move signature settings to Account Prefs
4893
4894 2003-02-14 [paul]       0.8.10claws10
4895
4896         * sync with 0.8.10cvs11
4897                 see ChangeLog 2003-02-14
4898
4899 2003-02-13 [thorsten]   0.8.10claws9
4900
4901         * src/news.c
4902                 revert news progressbar (GUI separation)
4903
4904 2003-02-13 [paul]       0.8.10claws8
4905
4906         * src/compose.c
4907                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4908                 paragraph 1
4909
4910 2003-02-13 [paul]       0.8.10claws7
4911
4912         * src/compose.[ch]
4913           src/summaryview.c
4914                 fix 'Follow-up and Reply-to' so that it creates a reply to
4915                 the newsgroup and the sender. If the message has the keyword
4916                 'poster' in the Followup-To header, all replies go to the
4917                 sender, re: RFC 1036, Section 2.2.3
4918                 rename all instances of 'ignore_replyto' to 'to_sender', both
4919                 were previously used, now we use just one.
4920
4921 2003-02-13 [paul]       0.8.10claws6
4922
4923         * sync with 0.8.10cvs9
4924                 see ChangeLog 2003-02-13
4925
4926 2003-02-13 [paul]       0.8.10claws5
4927
4928         * configure.ac
4929                 show which plugins are configured in the configure
4930                 output.
4931
4932 2003-02-12 [thorsten]   0.8.10claws4
4933
4934         * src/news.c
4935                 show progress while fetching news headers
4936
4937 2003-02-12 [christoph]  0.8.10claws3
4938
4939         * configure.ac
4940         * src/plugins/Makefile.am
4941                 use AM_CONDITIONAL to enable plugins, automake correctly
4942                 manages this when creating distdir
4943
4944 2003-02-12 [christoph]  0.8.10claws2
4945
4946         * ac/spamassassin.m4
4947         * src/plugins/spamassassin/Makefile.am
4948                 fix building SpamAssassin plugin without OpenSSL
4949
4950 2003-02-12 [paul]       0.8.10claws1
4951
4952         * ac/Makefile.am
4953           src/Makefile.am
4954           src/plugins/Makefile.am
4955                 fix failure of 'make release'
4956
4957 2003-02-12 [paul]       0.8.10claws
4958
4959         * 0.8.10claws released
4960
4961 2003-02-12 [paul]       0.8.9claws56
4962
4963         * po/bg.po
4964           po/es.po
4965           po/it.po
4966           po/ru.po
4967           po/sr.po
4968                 updated translations by George Danchev, Ricardo Mones Lastra,
4969                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4970                 
4971         * sylpheed.spec.in
4972                 Allow the building of RPMs by a regular user. Submitted
4973                 by Sergei Astanin
4974
4975 2003-02-11 [alfons]     0.8.9claws55
4976
4977         * src/colorlabel.c
4978                 don't use pixmaps for label color rect but draw rectangles
4979                 so we can respect the color map of palette based visuals
4980                 (fixes the long time crashes on Suns - thanks to Andreas
4981                 Engel and Steve O'Hara-Smith for testing)
4982
4983 2003-02-11 [christoph]  0.8.9claws54
4984
4985         * src/matcher_parser_parse.y
4986                 correct bug where filering rules of not existing folders in
4987                 matcherrc were added to global filtering
4988                 
4989         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4990          main filter-rules after removing directory, http://bugs.debian.org/180253)
4991         
4992 2003-02-11 [paul]       0.8.9claws53
4993
4994         * sync with 0.8.10cvs7
4995                 see ChangeLog 2003-02-09
4996
4997 2003-02-11 [melvin]     0.8.9claws52
4998
4999         * po/fr.po
5000                 Updated French tranlsations
5001
5002 2003-02-10 [paul]       0.8.9claws51
5003
5004         * sylpheed.spec.in
5005                 correct --enable-openssl
5006                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5007
5008 2003-02-09 [martin]     0.8.9claws50
5009
5010         * src/prefs_matcher.c
5011                 fix segfault in prefs_matcher_substitute_cb() when
5012                 no row is selected
5013
5014 2003-02-09 [paul]       0.8.9claws49
5015
5016         * src/folderview.c
5017                 fix bug where a newsgroup folder's processing rules were
5018                 merged with the global filtering rules when the newsgroup
5019                 folder was deleted, causing some seriously bad results,
5020                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5021
5022 2003-02-08 [melvin]     0.8.9claws48
5023
5024         * src/compose.c
5025                 Corrected and modified an alert message.
5026
5027 2003-02-07 [paul]       0.8.9claws47
5028
5029         * src/folderview.c
5030                 fix bug where both an 'Account properties' window and a
5031                 'Folder properties' window were opened when clicking on
5032                 'Properties' in an NNTP or IMAP folder's popup menu.
5033
5034 2003-02-07 [paul]       0.8.9claws46
5035
5036         * sync with 0.8.10cvs6
5037                 see ChangeLog 2003-02-06
5038
5039 2003-02-06 [christoph]  0.8.9claws45
5040
5041         * src/mbox.c
5042                 freeze folder updates while importing mbox files
5043                 (closes bug 43 importing mbox took hours)
5044                 
5045         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5046
5047 2003-02-06 [thorsten]   0.8.9claws44
5048
5049         * po/de.po
5050                 Updated german translations
5051
5052 2003-02-06 [thorsten]   0.8.9claws43
5053
5054         * src/news.h
5055                 use guint for message numbers (fix count in grouplist dialog)
5056
5057 2003-02-05 [paul]       0.8.9claws42
5058
5059         * sync with 0.8.10cvs2
5060                 see ChangeLog 2003-02-05
5061
5062 2003-02-04 [colin]      0.8.9claws41
5063
5064         * src/prefs_common.[ch]
5065           src/procmsg.c
5066           src/summaryview.c
5067                 Add an option to disable threading by subject
5068
5069 2003-02-04 [christoph]  0.8.9claws40
5070
5071         * src/inc.c
5072                 only abort fetching mails from multiple accounts when the
5073                 error is fatal and does not allow to check any more accounts
5074                 (currently only disk full error)
5075
5076         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5077          receive mails for other accouts)
5078
5079 2003-02-04 [christoph]  0.8.9claws39
5080
5081         * src/folder.c
5082                 first add the new message to the cache, then
5083                 send the update notification
5084
5085         (closes bug 39 after sending message folderview doesnt get updated)
5086
5087 2003-02-04 [colin]      0.8.9claws38
5088
5089         * src/inc.c
5090                 _really_ fix this Connecting... status
5091
5092 2003-02-04 [paul]       0.8.9claws37
5093
5094         * sync with 0.8.10
5095                 see ChangeLog 2003-02-04
5096
5097 2003-02-04 [paul]       0.8.9claws36
5098
5099         * sync with 0.8.9cvs6
5100                 see ChangeLog 2003-02-03
5101
5102 2003-02-04 [paul]       0.8.9claws35
5103
5104         * po/pt_BR.po
5105                 updated by André Filipe de Assunção e Brito 
5106                 <bedecko@netsite.com.br>
5107
5108 2003-02-03 [thorsten]   0.8.9claws34
5109
5110         * po/de.po
5111                 Updated german translations
5112
5113 2003-02-02 [paul]       0.8.9claws33
5114
5115         * po/es.po
5116                 updated by Ricardo Mones Lastra
5117
5118 2003-02-02 [thorsten]   0.8.9claws32
5119
5120         * src/mh.c
5121                 Fix mh_get_msginfo() segfault if file is inaccessible
5122
5123 2003-01-31 [colin]      0.8.9claws31
5124
5125         * src/procheader.c
5126                 Fix last commit's bug
5127
5128 2003-01-31 [colin]      0.8.9claws30
5129
5130         * src/procheader.c
5131                 Missing a change for gpg-signed messages
5132
5133 2003-01-31 [paul]       0.8.9claws29
5134
5135         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5136           src/procheader.c
5137           src/stock_pixmap.[ch]
5138           src/summaryview.c
5139                 indicate GnuPG signed messages by displaying an icon
5140                 in the Attachment column.
5141
5142 2003-01-31 [paul]       0.8.9claws28
5143
5144         * sync with 0.8.9cvs4
5145                 see ChangeLog 2003-01-31
5146
5147 2003-01-31 [alfons]     0.8.9claws27
5148
5149         * src/textview.c
5150                 tune URI parser to accept mailto URLs with a '?'
5151                 (patch from Ruslan Balkin)
5152
5153 2003-01-31 [colin]      0.8.9claws26
5154
5155         * src/summaryview.c
5156                 Fix a leak introduced in claws24
5157
5158 2003-01-31 [colin]      0.8.9claws25
5159
5160         * src/summaryview.c
5161                 Freeze/Thaw folder updates when deleting dups
5162
5163 2003-01-31 [colin]      0.8.9claws24
5164         
5165         * src/addr_compl.c
5166           src/summaryview.c
5167           src/msgcache.c
5168                 little speed improvements
5169
5170 2003-01-31 [colin]      0.8.9claws23
5171
5172         * src/summaryview.c
5173                 Fix segfault when forwarding nothing
5174                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5175                 
5176 2003-01-30 [paul]       0.8.9claws22
5177
5178         * sync with 0.8.9cvs3
5179                 see ChangeLog 2003-01-30
5180
5181 2003-01-30 [paul]       0.8.9claws21
5182
5183         * sync with 0.8.9cvs2
5184                 see ChangeLog 2003-01-30
5185
5186 2003-01-29 [paul]       0.8.9claws20
5187
5188         * sync with 0.8.9cvs1
5189                 see ChangeLog 2003-01-29
5190
5191 2003-01-28 [paul]       0.8.9claws19
5192
5193         * po/POTFILES.in
5194                 update to reflect changes. 
5195                 thanks to Ricardo Mones Lastra
5196
5197 2003-01-27 [christoph]  0.8.9claws18
5198
5199         * ac/openssl.m4
5200         * ac/spamassassin.m4
5201         * src/plugins/spamassassin/README
5202         * src/plugins/spamassassin/libspamc.[ch]
5203         * src/plugins/spamassassin/utils.[ch]
5204                 updated to latest libspamc
5205
5206 2003-01-27 [christoph]  0.8.9claws17
5207
5208         * src/folder.c
5209                 fix wrong use of procheader_get_header_fields
5210
5211 2003-01-27 [christoph]  0.8.9claws16
5212
5213         * src/news.c
5214         * src/prefs_account.[ch]
5215         * src/common/nntp.[ch]
5216                 allow to force authentication for NNTP servers
5217
5218         Patch submitted by Florian Mickler <dmk@d-labs.de>
5219
5220 2003-01-26 [paul]       0.8.9claws15
5221
5222         * src/summaryview.c
5223                 speed up of marking messages as read
5224                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5225
5226 2003-01-26 [christoph]  0.8.9claws14
5227
5228         * src/Makefile.am
5229         * src/mgutils.[ch]              ** REMOVE **
5230         * src/xml.[ch]                  ** REMOVE **
5231         * src/xmlprops.[ch]             ** REMOVE **
5232         * src/common/Makefile.am
5233         * src/common/mgutils.[ch]       ** NEW **
5234         * src/common/xml.[ch]           ** NEW **
5235         * src/common/xmlprops.[ch]      ** NEW **
5236                 move xml files to common directory
5237
5238 2003-01-26 [christoph]  0.8.9claws13
5239
5240         * src/plugins/spamassassin/spamassassin_gtk.c
5241                 only set gtk entry text if string is available
5242
5243 2003-01-26 [melvin]     0.8.9claws12
5244
5245         * src/description_window.c
5246                 Allow resizing of the window
5247                 Allow automatic horizontal scroll bar
5248                 Do not vertically expand and fill
5249
5250 2003-01-26 [christoph]  0.8.9claws11
5251
5252         * src/Makefile.am
5253         * src/gtkutils.[ch]             ** REMOVE **
5254         * src/common/sylpheed.c
5255         * src/gtk/Makefile.am
5256         * src/gtk/description_window.c
5257         * src/gtk/gtkutils.[ch]         ** NEW **
5258         * src/gtk/prefswindow.c
5259                 move gtkutils to gtk directory
5260
5261 2003-01-26 [paul]       0.8.9claws10
5262
5263         * src/summaryview.c
5264                 rename summary_unread_clicked() to summary_status_clicked()
5265
5266 2003-01-26 [melvin]     0.8.9claws9
5267
5268         * src/prefs_actions.c
5269                 Cosmetical changes to the help text
5270
5271 2003-01-26 [paul]       0.8.9claws8
5272
5273         * src/folder.[ch]
5274           src/mainwindow.c
5275           src/prefs_common.c
5276           src/prefs_sumamry_column.c
5277           summaryview.[ch]
5278                 rename the 'Unread' column to 'Status'
5279
5280 2003-01-25 [match]      0.8.9claws7
5281
5282         * src/mgutils.[ch]
5283                 removed reference to LDAP constants. removed error2string.
5284                 included functions to support LDAP dynamic queries.
5285         * src/syldap.h
5286                 moved LDAP constants here.
5287         * src/addressbook.c
5288         * src/addrindex.c
5289         * src/importldif.c
5290                 removed references to LDAP constants and references to
5291                 error2string.
5292
5293 2003-01-25 [paul]       0.8.9claws6
5294
5295         * src/summaryview.c
5296                 summary_thread_build(), summary_thread_init(): remove 
5297                 unneeded reference to summaryview->folder_item
5298
5299 2003-01-25 [christoph]  0.8.9claws5
5300
5301         * src/gtk/description_window.c
5302                 o allow description texts to expand over multiple columns
5303                 o translate all columns
5304         * src/prefs_actions.c
5305                 change syntax description to use new multi column feature
5306
5307         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5308
5309 2003-01-25 [match]      0.8.9claws4
5310
5311         * src/vcard.c
5312                 fixed bug with Quoted-Printable
5313
5314 2003-01-25 [paul]       0.8.9claws3
5315
5316         * src/folder.[ch]
5317           src/summaryview.[ch]
5318                 implement per-folder collapsed/expanded threads setting
5319                 
5320         * src/prefs_common.c
5321                 remove global collapsed/expanded threads option
5322
5323 2003-01-25 [christoph]  0.8.9claws2
5324
5325         * po/POTFILES.in
5326                 add pluginwindow and prefswindow
5327         * src/compose.c
5328                 make send respond correctly to messages that could be added
5329                 to the queue folder, but the UID of the message is unknown
5330         * src/folder.c
5331         * src/imap.c
5332                 don't return guessed UIDs in imap_add_msg anymore. We return
5333                 0 to tell the folder system it was appened but the UID is
5334                 unknown. Folder system now get's the UID by scaning the folder
5335                 and searching the cache for the Message-ID
5336                 (closes bug #29 Messages queued, but not sent)
5337
5338 2003-01-25 [paul]       0.8.9claws1
5339
5340         * src/codeconv.c
5341                 conv_encode_header():  fix bug when long headers with 8-bit
5342                 characters are used, so that the encoded words are wrapped.
5343                 If the space in the original text falls on the wrap boundary,
5344                 it can be lost.
5345                 Patch by Sergey Vlasov.
5346                 
5347         * src/folderview.c
5348                  fix bug where a change to the sorting method or thread view
5349                  of a folder's messages is lost if simpify-subject is set and
5350                  toggled on or off.
5351                  Patch by Luke Plant.
5352
5353 2003-01-24 [paul]       0.8.9claws
5354
5355         * sylpheed-0.8.9claws released
5356         
5357         * Makefile.am
5358           sylpheed.spec.in
5359                 remove reference to 'INSTALL.jp'
5360
5361 2003-01-23 [paul]       0.8.8claws128
5362
5363         * po/es.po
5364           po/it.po
5365           po/ru.po
5366           po/sr.po
5367                 updated translations. submitted by Ricardo Mones Lastra,
5368                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5369
5370 2003-01-23 [colin]      0.8.8claws127
5371
5372         * src/compose.c
5373                 Fix drafted and queued news articles re-edition
5374
5375 2003-01-23 [melvin]     0.8.8claws126
5376
5377         * po/fr.po
5378                 Updated French translations
5379
5380 2003-01-23 [colin]      0.8.8claws125
5381
5382         * src/inc.c
5383                 Fix "Connecting to..." status message
5384
5385 2003-01-22 [paul]       0.8.8claws124
5386
5387         * po/bg.po
5388                 updated by George Danchev
5389                 
5390         * src/folder.c
5391                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5392                 and folder deletion
5393
5394 2003-01-21 [paul]       0.8.8claws123
5395
5396         * po/bg.po
5397                 updated by George Danchev
5398                 
5399         * src/about.c
5400                 its now 2003
5401                 
5402         * src/toolbar.c
5403                 don't translate 'Separator'
5404                 
5405         * src/plugins/spamassassin/Makefile.am
5406                 add aspell to CPPFLAGS
5407                 
5408         * src/plugins/spamassassin/spamassassin.c
5409           src/plugins/spamassassin/spamassassin_gtk.c
5410                 set correct default for spamassassin_receive_spam
5411                 slightly re-word descriptions and some
5412                 other minor changes
5413
5414 2003-01-19 [alfons]     0.8.8claws122
5415                 
5416         * src/mimeview.c
5417                 mimeview_save_as(): we might as well show the file name for
5418                 the single case "Save As" too
5419
5420 2003-01-19 [alfons]     0.8.8claws121
5421
5422         * src/crash.c
5423                 change bug tracker URL to bugzilla URL
5424
5425 2003-01-19 [alfons]     0.8.8claws120
5426
5427         * src/mimeview.c
5428                 mimeview_save_all(): display name of file before overwriting;
5429                 continue saving all, even when one overwrite was cancelled
5430
5431 2003-01-19 [christoph]  0.8.8claws119
5432
5433         * src/summaryview.c
5434         * src/procmsg.[ch]
5435                 fix wrong usage of procmsg_find_children in summaryview
5436                 by using procmsg_update_unread_children instead of
5437                 summaryview_update_unread_children
5438
5439 2003-01-19 [christoph]  0.8.8claws118
5440
5441         * src/procmsg.c
5442                 fix infinite loop in procmsg_find_children
5443                  (closes bug #25 sylpheed crashes on delete.)
5444
5445         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5446
5447 2003-01-19 [paul]       0.8.8claws117
5448
5449         * po/pt_BR.po
5450                 updated by Ivan Francolin Martinez
5451
5452 2003-01-18 [melvin]     0.8.8claws116
5453
5454         * src/prefs_actions.c
5455                 Removed syntax limitation of only one '&' at the end of command.
5456                         Now actions that contain '>/dev/null 2>&1' are possible.
5457
5458 2003-01-18 [melvin]     0.8.8claws115
5459
5460         * src/prefs_actions.c
5461                 Actions IO dialog: when the action ends
5462                 the "Close" button now has focus and [Escape] closes the
5463                 window.
5464
5465 2003-01-18 [christoph]  0.8.8claws114
5466
5467         * src/procmsg.c
5468                 o add debug output when MsgInfos are really freed
5469                 o free GSLists in procmsg_find_children and
5470                   procmsg_update_unread_children
5471
5472 2003-01-18 [christoph]  0.8.8claws113
5473
5474         * src/mainwindow.c
5475                 reorder Configuration menu
5476
5477 2003-01-18 [christoph]  0.8.8claws112
5478
5479         * src/compose.c
5480                 fix applying templates to forwarded messages
5481
5482         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5483
5484 2003-01-17 [christoph]  0.8.8claws111
5485
5486         * src/folder.c
5487                 destroy folder items, when a folder item is removed
5488
5489 2003-01-17 [christoph]  0.8.8claws110
5490
5491         * src/folder.c
5492                 fix wrong folder stats update when ignored message is
5493                 deleted
5494
5495 2003-01-17 [colin]      0.8.8claws109
5496         
5497         * src/mainwindow.c
5498         * src/summaryview.c
5499                 Quicksearch bugfixes: 
5500                 - hide help button at startup if not extended
5501                 - switch to extended when looking for replies
5502
5503 2003-01-17 [paul]
5504
5505         * sync with 0.8.9 release
5506
5507 2003-01-17 [paul]       0.8.8claws108
5508
5509         * sync with 0.8.8cvs11
5510                 see ChangeLog 2003-01-17
5511
5512 2003-01-16 [colin]      0.8.8claws107
5513
5514         * src/procmsg.c
5515                 Changed encryption test to re-ask passphrase
5516                 if an encrypted message hasn't been decrypted
5517                 Fixes bug #5
5518
5519 2003-01-16 [christoph]  0.8.8claws106
5520
5521         * src/prefs_gtk.c
5522         * src/prefs_toolbar.c
5523         * src/gtk/prefswindow.h
5524         * src/plugins/spamassassin/spamassassin_gtk.c
5525                 remove page destroy function that is not used anymore
5526
5527 2003-01-16 [paul]       0.8.8claws105
5528
5529         * sync with 0.8.8cvs9
5530                 see ChangeLog 2002-01-16
5531
5532 2003-01-16 [colin]      0.8.8claws104
5533
5534         * src/compose.[ch]
5535                 Fix bug with autosaved drafts for IMAP, when draft
5536                 folder is specified - fixes bugzilla bug #20
5537
5538 2003-01-15 [paul]       0.8.8claws103
5539
5540         * src/compose.[ch]
5541           src/procmsg.c
5542                 store folder and message-id of message forwarding
5543                 in queue header and set forward flag after sending
5544
5545 2003-01-15 [paul]       0.8.8claws102
5546
5547         * sync with 0.8.8cvs8
5548                 see ChangeLog 2002-01-15
5549
5550 2003-01-15 [colin]      0.8.8claws101
5551
5552         * src/Makefile.am
5553                 Fix linking with GNU libiconv
5554
5555 2003-01-15 [darko]      0.8.8claws100
5556
5557         * src/pine.c
5558                 fix crash when importing pine address book
5559                 entry with an empty name (reported by DY
5560                 <dybulk at tri8.net>)
5561
5562 2003-01-14 [paul]       0.8.8claws99
5563
5564         * configure.in  ** REMOVED **
5565           configure.ac  ** NEW FILE **
5566                 rename configure.in to configure.ac, as it is now
5567                 preferred
5568
5569 2003-01-14 [melvin]     0.8.8claws98
5570
5571         * src/folderview.c
5572                 folderview_check_new(): More precise function description
5573
5574 2003-01-14 [melvin]     0.8.8claws97
5575
5576         * src/folderview.c
5577                 folderview_check_new(): return the number of new messages 
5578                         since last check.
5579         * src/inc.c
5580                 inc_account_mail(): Disable counting of new messages for IMAP
5581                         and NNTP until bug [19] and [14] are fixed.
5582
5583 2003-01-14 [paul]       0.8.8claws96
5584
5585         * sync with 0.8.8cvs6
5586                 see ChangeLog 2003-01-14
5587
5588 2003-01-13 [alfons]     0.8.8claws95
5589
5590         * src/textview.c
5591                 tune email address validation (c. 0.8.8claws89): if . is 
5592                 just one char away from @, the address is invalid too 
5593                 (correctly rejects addresses like foo@.com)
5594
5595 2003-01-13 [paul]       0.8.8claws94
5596
5597         * src/messageview.c
5598           src/toolbar.c
5599                 fixes to the Message View toolbar and menu:
5600                 fix non-functioning Forward button
5601                 make Reply button consider default_reply_list
5602                 remove 'Follow-up...' menu entry
5603                 add 'Forward' and 'Redirect' menu entries
5604
5605 2003-01-13 [melvin]     0.8.8claws93
5606
5607         * src/inc.c
5608                 Fixed typo that could make new messages count incorrect.
5609
5610 2003-01-13 [melvin]     0.8.8claws92
5611
5612         * src/folderview.[ch]
5613                 folderview_check_new(): return the number of new messages.
5614         * src/inc.c
5615                 Should fix bug [14] where new mail notification worked 
5616                         incorrectly with IMAP accounts.
5617                 inc_spool_account(): return number of new msgs, or -1 on error
5618                 inc_all_spool(): return number of new msgs
5619                 
5620 2003-01-13 [melvin]     0.8.8claws91
5621
5622         * src/prefs_actions.c
5623                 Justify help text.
5624
5625 2003-01-12 [thorsten]   0.8.8claws90
5626
5627         * src/common/prefs.c
5628                 close file before rename
5629
5630 2003-01-12 [alfons]     0.8.8claws89
5631
5632         * AUTHORS
5633                 add Christian Mertes
5634         * src/common/utils.[ch]
5635                 g_stricase_hash(), g_stricase_equal(): functions for 
5636                 case insensitive hash tables
5637         * src/textview.c
5638                 use top level domain names to validate email address, based
5639                 on a patch by Christian Mertes (thanks!), but changed 
5640                 implementation to use a hash table 
5641
5642 2003-01-12 [paul]       0.8.8claws88
5643
5644         * po/bg.po
5645                 updated by George Danchev
5646
5647 2003-01-12 [alfons]     0.8.8claws87
5648
5649         * src/summaryview.c
5650                 delete / execute performance: use new style folder update
5651
5652 2003-01-12 [paul]       0.8.8claws86
5653
5654         * sync with 0.8.8cvs5
5655                 see ChangeLog 2003-01-13 (!)
5656
5657 2003-01-12 [alfons]     0.8.8claws85
5658
5659         * src/filtering.c
5660         * src/matcher_parser_parse.y
5661                 prepare change_score filtering action
5662         * src/matcher.[ch]
5663                 give up const-correctness on functions that call non-const-correct functions;
5664                 several casts to gpointer in g_free();
5665                 add change_score;
5666
5667 2003-01-12 [christoph]  0.8.8claws84
5668
5669         * src/compose.c
5670                 fix 2 warnings
5671
5672         * src/gtk/prefswindow.[ch]
5673         * src/plugins/spamassassin/spamassassin_gtk.c
5674                 changed the call of the widget create function
5675                 for PrefsPages, because sometimes the widget
5676                 create function needs a widget that already has
5677                 been attached to a window (to create GDK pixmaps
5678                 for exmaple). So we simply pass the GtkWindow as
5679                 the second parameter now.
5680
5681         * src/main.c
5682         * src/mainwindow.c
5683         * src/prefs_toolbar.[ch]
5684                 rewrite Toolbar Preferences using the new
5685                 prefs window
5686
5687 2003-01-11 [alfons]     0.8.8claws83
5688
5689         * src/addressadd.c
5690                 fix crash when adding sender to addressbook because status bar
5691                 isn't there (the status bar doesn't seem to be used though,
5692                 but I'll let Match decide what to do with it)
5693
5694 2003-01-11 [colin]      0.8.8claws82
5695
5696         * src/main.c
5697           src/toolbar.c
5698                 Two useless changes reversed
5699
5700 2003-01-11 [colin]      0.8.8claws81
5701
5702         * src/mainwindow.c
5703           src/mainwindow.h
5704                 Add mainwindow_get_mainwindow()
5705         * src/alertpanel.c
5706           src/alertpanel.h
5707                 Add alertpanel_error_log() 
5708         * src/compose.c
5709           src/inc.c
5710           src/messageview.c
5711           src/toolbar.c
5712           src/main.c
5713           src/procmsg.c
5714                 Network errors get a View Log button
5715
5716 2003-01-10 [alfons]     0.8.8claws80
5717
5718         * src/prefs_toolbar.c
5719         * src/toolbar.c
5720                 use the translatable string for "Separator" as file name for
5721                 separator toolbar items (probably make this uppercase?)
5722
5723 2003-01-10 [alfons]     0.8.8claws79
5724
5725         * src/prefs_toolbar.c
5726                 put right A_SEPARATOR description string in "displayed
5727                 toolbar items list" so manually added separators are
5728                 saved correctly (bug #10, "Adding a separator to the main 
5729                 toolbar fails, entry in xml file is wrong")
5730
5731 2003-01-10 [christoph]  0.8.8claws78
5732
5733         * src/imap.c
5734                 o fix warnings
5735                 o use CAPABILITY to check if NAMESPACE is available
5736
5737 2003-01-10 [christoph]  0.8.8claws77
5738
5739         * src/imap.[ch]
5740                 apply UIDPLUS IMAP extension support patch
5741
5742         Patch submitted by Simon 'corecode' Schubert
5743
5744 2003-01-10 [paul]       0.8.8claws76
5745
5746         * src/folderview.c
5747                 a sync from main which fixes the news account folders'
5748                 Properties bug
5749
5750 2003-01-10 [christoph]  0.8.8claws75
5751
5752         * src/folder.c
5753                 don't accept 0 as a valid uid returned by copy and move
5754                 functions. 0 means the message was copied or moved but the
5755                 new uid could not be fetched. It is not an error condition
5756                 for the copy or move operation.
5757
5758 2003-01-10 [paul]       0.8.8claws74
5759
5760         * src/prefs_filtering.c
5761                 change English used in Alert when entry is not
5762                 saved.
5763                 
5764         * sync with 0.8.8cvs4
5765                 see ChangeLog 2003-01-10
5766
5767 2003-01-10 [darko]      0.8.8claws73
5768
5769         * src/pine.c
5770                 fix crash when importing address book entry
5771                 without a valid address
5772
5773 2003-01-09 [alfons]     0.8.8claws72
5774
5775         * src/inc.c
5776                 filtering performance: use new style folder update
5777
5778 2003-01-09 [christoph]  0.8.8claws71
5779
5780         * src/compose.c
5781         * src/gtk/menu.[ch]
5782                 fix wrong selecting of mime encoding type, when
5783                 opening property dialog of attachments in the
5784                 compose window. 7bit was always selected and that
5785                 destoryed files with 8bit data.
5786                 (closes bug #9 Sylpheed-claws destroys attachments when
5787                  changing MIME-types)
5788
5789 2003-01-09 [paul]       0.8.8claws70
5790
5791         * sync with 0.8.8cvs3
5792                 see ChangeLog 2003-01-09
5793
5794 2003-01-08 [alfons]     0.8.8claws69
5795         
5796         * src/addressadd.c
5797                 apply patch by Kim Schulz to fix build breakage
5798                 because of missing variable
5799
5800 2003-01-08 [paul]       0.8.8claws68
5801
5802         * sync with 0.8.8cvs2
5803                 see ChangeLog 2002-01-08
5804
5805 2003-01-08 [paul]       0.8.8claws67
5806
5807         * po/it.po
5808                 updated by Alessandro Maestri
5809                 
5810         * src/addressadd.c
5811                 when using 'Add sender to addressbook' allow
5812                 name to be edited and remarks to be entered
5813                 Patch submitted by Luke Plant
5814
5815 2003-01-08 [darko]      0.8.8claws66
5816
5817         * README.claws, src/summaryview.c
5818                 fix description for marked messages
5819
5820 2003-01-08 [paul]
5821
5822         * tools/Makefile.am
5823           tools/launch_phoenix  ** NEW FILE **
5824                 add script that enables using Phoenix as the default
5825                 web browser. 
5826                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5827                 
5828         * tools/OOo2sylpheed.pl
5829                 remove full path to sylpheed executable, just 'sylpheed'
5830                 will do
5831                 
5832         * tools/README
5833                 add launch_phoenix informtion and re-arrange and compress
5834                 the data a little
5835
5836 2003-01-07 [christoph]  0.8.8claws65
5837
5838         * src/folder.c
5839                 fix update for source folder when moving messages
5840         * src/procmsg.[ch]
5841         * src/summaryview.c
5842                 use function to set to_folder for message infos and
5843                 automatically update the op_count for old and new
5844                 folder
5845
5846 2003-01-07 [melvin]     0.8.8claws64
5847
5848         * src/prefs_actions.c
5849                 Fixed bug where an '%p' Action on a displayed image crashed 
5850                         Sylpheed
5851                 Code clean up (get rid of duplicated code and removed unnecessary 
5852                                 structure member)
5853
5854 2003-01-07 [christoph]  0.8.8claws63
5855
5856         * src/compose.c
5857         * src/folder.[ch]
5858         * src/folderview.c
5859         * src/import.c
5860         * src/inc.c
5861         * src/main.c
5862         * src/mainwindow.c
5863         * src/messageview.c
5864         * src/prefs_folder_item.c
5865         * src/procmsg.c
5866         * src/summaryview.c
5867         * src/toolbar.c
5868                 o remove all folder update triggering from the UI code. The folder
5869                   system should know much better when a folder needs an update.
5870                 o to prevent multiple updates in a row the folder updates can be
5871                   frozen for some time.
5872
5873                 Note: - Please verify that no updates are missing
5874                       - Check where freeze/thaws should be added
5875
5876 2003-01-07 [christoph]  0.8.8claws62
5877
5878         * src/prefs_actions.c
5879                 don't translate empty strings
5880
5881         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5882
5883 2003-01-06 [christoph]  0.8.8claws61
5884
5885         * src/prefs_actions.c
5886                 mark strings for gettext
5887         * src/prefs_matcher.c
5888                 use new description window for Execute action and
5889                 match condition in Filtering
5890
5891         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5892
5893 2003-01-06 [alfons]     0.8.8claws60
5894
5895         keep myself inspired to re-organize matcher part 8; 
5896         yes, more to come (I need to move out the descriptive
5897         text for actions to matcher.c, or at least make it not
5898         depend on the wicked ordering)
5899
5900         * src/prefs_matcher.c
5901                 add documentation so others may comprehend the
5902                 UI part of the conditions
5903                 
5904 2003-01-06 [christoph]  0.8.8claws59
5905
5906         * src/prefs_actions.c
5907                 use new description window for syntax help
5908         * src/gtk/description_window.c
5909                 fix display of descriptions with column count != 2
5910
5911         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5912
5913 2003-01-06 [christoph]  0.8.8claws58
5914
5915         * src/quote_fmt.c
5916         * src/summaryview.[ch]
5917         * src/gtk/Makefile.am
5918         * src/gtk/description_window.[ch]       ** NEW **
5919                 use a generic window to display syntax descriptions
5920                 currently used in quote_fmt and summaryview (new description
5921                 for extended quick search)
5922
5923         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5924
5925 2003-01-06 [paul]       0.8.8claws57
5926
5927         * sync with 0.8.8cvs1
5928                 see ChangeLog 2003-01-06
5929
5930 2003-01-06 [christoph]  0.8.8claws56
5931
5932         * src/mainwindow.c
5933         * src/prefs_gtk.[ch]
5934         * src/gtk/prefswindow.[ch]
5935         * src/plugins/spamassassin/spamassassin_gtk.c
5936                 o remove page management from prefswindow, pages
5937                   will be an argument to prefswindow_open
5938                 o prefswindow_open gets a datapointer that is
5939                   passed to the widget_create function to allow
5940                   creation of prefswindow for specific items
5941
5942 2003-01-06 [colin]      0.8.8claws55
5943         
5944         * src/summaryview.c
5945                 We don't want regexp in the reply-finder, 
5946                 because MIDs can contain !,$,. and so on
5947
5948 2003-01-06 [jens]       0.8.8claws54
5949
5950         * src/jpilot.c
5951                 fixed a wrong free in jpilot_read_db_files
5952
5953 2003-01-06 [alfons]     0.8.8claws53
5954
5955         re-organize matcher part 8; more to come
5956        
5957         * src/matcher.c
5958                 matcherprop_to_string(): put g_free()s before the
5959                 switch-case break to fix memleaks                
5960
5961 2003-01-06 [colin]      0.8.8claws52
5962
5963         * src/summaryview.c
5964                 cleanup & reply-finder now displays the first 
5965                 matching message
5966
5967 2003-01-05 [alfons]     0.8.8claws51
5968
5969         re-organize matcher part 7; more to come
5970
5971         * src/matcher.[ch]
5972                 fixes for constant correctness;
5973                 more documentation;
5974
5975 2003-01-05 [alfons]     0.8.8claws50
5976
5977         re-organize matcher part 6; more to come
5978         
5979         * src/matcher.[ch]
5980                 fixes for constant correctness;
5981                 more documentation;
5982         * src/filtering.c
5983                 fix for constant correctness
5984
5985 2003-01-05 [colin]      0.8.8claws49
5986
5987         * src/account.[ch]
5988                 Add account_get_reply_account function
5989         * src/compose.c
5990                 Use account_get_reply_account function 
5991         * src/summaryview.c
5992                 Basic reply-finder - click on the replied
5993                 icon gets you to the outbox using quick-search
5994
5995 2003-01-05 [paul]       0.8.8claws48
5996
5997         * src/prefs_common.c
5998                 small change to English
5999                 
6000         * src/prefs_filtering.c
6001                 prefs_filtering_action_select(): improve logic and uniformity
6002                 of gui
6003
6004 2003-01-05 [alfons]     0.8.8claws47
6005
6006         fine tune solution to focus problems (bug #7)
6007
6008         * src/mainwindow.c
6009                 mainwindow_focus_in_event(): remove grab event check
6010         * src/summaryview.c
6011                 summary_button_pressed(): move selection on right-click
6012                 too. we can't possibly move the selection back after
6013                 canceling a dialog, because gtk's incomplete focus 
6014                 management. whether this is a good solution, only time
6015                 will tell.
6016
6017 2003-01-05 [christoph]  0.8.8claws46
6018
6019         * src/imap.c
6020                 fix crash when no imap connection could be established
6021
6022 2003-01-05 [paul]       0.8.8claws45
6023
6024         * src/mainwindow.c
6025           src/sumamryview.c
6026           src/gtk/menu.[ch]
6027                 fix bug 605957 'shortcuts in popup-menu'
6028                 make user-defined shortcuts work
6029                 show shortcuts that are already defined
6030                 in the main menu
6031                 Patch submitted by Luke Plant
6032
6033 2003-01-05 [alfons]     0.8.8claws44
6034
6035         * src/mainwindow.c
6036                 focus_in_event handler should not select summary view row 
6037                 when another window (menu, dialog) grabbed for events 
6038                 (bug #7, "[0.8.8claws42] Message summary focus") 
6039
6040 2003-01-04 [christoph]  0.8.8claws43
6041
6042         * src/procmsg.c
6043                 update save folder after adding the sent message
6044                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6045
6046 2003-01-02 [christoph]  0.8.8claws42
6047
6048         * src/common/plugin.c
6049                 fix unloading of all plugins and unload
6050                 plugins in reverse order
6051                 
6052         * src/gtk/pluginwindow.c
6053                 implement function of load and unload button
6054
6055         * src/gtk/prefswindow.c
6056         * src/gtk/prefswindow.h
6057                 rename register function and add new unregister
6058                 function
6059
6060         * src/plugins/spamassassin/spamassassin_gtk.c
6061                 unregister prefs page and update for changes in
6062                 src/gtk/prefswindow.c
6063
6064 2003-01-02 [paul]       0.8.8claws41
6065
6066         * po/es.po
6067                 updated by Ricardo Mones Lastra
6068
6069 2003-01-02 [paul]
6070
6071         * tools/tb2sylpheed
6072                 fixes and improvements by Urke MMI
6073
6074 2003-01-02 [thorsten]   0.8.8claws40
6075
6076         * src/procmsg.c
6077                 fixed wrong return value
6078
6079 2003-01-02 [thorsten]   0.8.8claws39
6080
6081         * src/prefs.c
6082                 fixed printing wrong variable
6083
6084 2003-01-02 [thorsten]   0.8.8claws38
6085
6086         * src/prefs.c
6087                 fixed acessing members of freed pfile struct
6088
6089 2003-01-02 [thorsten]   0.8.8claws37
6090
6091         * src/procmsg.c
6092                 detect loops across several messages
6093                 as suggested by Christoph Hohmann
6094
6095 2003-01-01 [match]      0.8.8claws36
6096
6097         * src/addrindex.c
6098                 fixed another memory leak.
6099
6100 2003-01-01 [match]      0.8.8claws35
6101
6102         * src/jpilot.[ch]
6103                 fixed memory leaks. applied Doxygen comments.
6104
6105 2003-01-01 [thorsten]   0.8.8claws34
6106
6107         * src/procmsg.c
6108                 inhibit endless loop if msg references itself
6109                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6110
6111 2003-01-01 [christoph]  0.8.8claws33
6112
6113         * src/mainwindow.c
6114         * src/gtk/Makefile.am
6115         * src/gtk/pluginwindow.c                ** NEW **
6116         * src/gtk/pluginwindow.h                ** NEW **
6117                 add plugin window
6118
6119         * src/plugins/demo/demo.c
6120         * src/plugins/spamassassin/spamassassin.c
6121         * src/plugins/spamassassin/spamassassin_gtk.c
6122                 write better plugin descriptions
6123
6124 2002-12-31 [christoph]  0.8.8claws32
6125
6126         * src/gtk/prefswindow.c
6127         * src/plugins/spamassassin/spamassassin_gtk.c
6128                 some small improvements to GTK code
6129
6130 2002-12-31 [christoph]  0.8.8claws31
6131
6132         * src/plugins/spamassassin/spamassassin_gtk.c
6133                 enable folder select button
6134
6135 2002-12-31 [christoph]  0.8.8claws30
6136
6137         * src/mainwindow.c
6138         * src/gtk/Makefile.am
6139         * src/gtk/prefswindow.c                         ** NEW **
6140         * src/gtk/prefswindow.h                         ** NEW **
6141                 add new prefs window
6142
6143         * src/common/plugin.c
6144                 don't try to load empty config lines
6145         
6146         * src/plugins/spamassassin/Makefile.am
6147         * src/plugins/spamassassin/spamassassin.c
6148         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6149         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6150                 GTK config for SpamAssassin Plugin using
6151                 the new prefs window
6152
6153 2002-12-31 [paul]       0.8.8claws29
6154
6155         * po/POTFILES.in
6156                 remove obsolete entry 'src/menu.c'
6157
6158 2002-12-31 [alfons]     0.8.8claws28
6159
6160         * src/matcher.[ch]
6161         * src/matcher_parser_parse.y
6162         * src/prefs_matcher.c
6163                 add "ignore_thread" and "~ignore_thread" condition so it's
6164                 possible to make the actions / scoring operate on the ignore
6165                 thread flag
6166
6167 2002-12-31 [christoph]  0.8.8claws27
6168
6169         * src/addrbook.c
6170         * src/addrindex.c
6171         * src/folder.c
6172         * src/matcher.c
6173         * src/prefs_account.c
6174         * src/prefs_actions.c
6175         * src/prefs_customheader.c
6176         * src/prefs_display_header.c
6177         * src/prefs_gtk.c
6178         * src/procmime.c
6179         * src/toolbar.c
6180         * src/xmlprops.c
6181         * src/common/prefs.[ch]
6182                 extend prefs file handling for reading and automatic handling
6183                 of blocks. When reading prefs_set_block_label will automatically
6184                 move on to the block. When writing it will copy all other blocks
6185                 automatically
6186
6187         * src/common/plugin.c
6188                 Now loading plugin filenames from [Plugins] block in
6189                 sylpheed rc file
6190
6191 2002-12-30 [christoph]  0.8.8claws26
6192
6193         * src/common/hooks.[ch]
6194                 return abort status to caller of hooks_invoke
6195                 
6196         * src/inc.[ch]
6197                 invoke message filtering hook and stop
6198                 default handling when filter returns abort
6199
6200         * src/common/plugin.[ch]
6201         * src/plugins/demo/demo.c
6202                 modify plugin loader, because resolving symbols for strings
6203                 does not work correctly
6204         
6205         * configure.in
6206         * ac/spamassassin.m4                            ** NEW **
6207         * src/plugins/spamassassin/.cvsignore           ** NEW **
6208         * src/plugins/spamassassin/Makefile.am          ** NEW **
6209         * src/plugins/spamassassin/README               ** NEW **
6210         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6211         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6212         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6213                 add spamassassin plugin, see src/plugins/spamassassin/README
6214                 for details
6215
6216 2002-12-29 [alfons]     0.8.8claws25
6217
6218         * src/mainwindow.c
6219                 when moving focus from a message view to the main 
6220                 window, don't forget to select the summary node
6221                 of the displayed message. should fix "[ 659103 ] 
6222                 focus-follows-mouse confuses sylpheed"
6223
6224 2002-12-29 [christoph]  0.8.8claws24
6225
6226         * src/Makefile.am
6227         * src/stringtable.[ch]          ** REMOVE **
6228         * src/common/Makefile.am
6229         * src/common/stringtable.[ch]   ** NEW **
6230                 move stringtable files to common directory
6231
6232 2002-12-29 [christoph]  0.8.8claws23
6233
6234         * src/Makefile.am
6235         * src/menu.[ch]                 ** REMOVE **
6236         * src/gtk/Makefile.am
6237         * src/gtk/menu.[ch]             ** NEW **
6238                 move menu files to gtk directory
6239
6240 2002-12-29 [match]      0.8.8claws22
6241
6242         * src/addressbook.c
6243         * src/syldap.c
6244                 moved UI specific code out of LDAP code into addressbook
6245                 UI code. fixed memory leak.
6246
6247 2002-12-29 [christoph]  0.8.8claws21
6248
6249         * src/folder.c
6250                 only check for IGNORED parent message when message is
6251                 not IGNORED itself
6252
6253 2002-12-29 [alfons]     0.8.8claws20
6254
6255         * src/summaryview.c
6256                 set gtksctree's anchor correct (immediate execute
6257                 changes the tree's layout, and anchor points at 
6258                 the incorrect row). fixes "[ 657233 ] multiple msg 
6259                 delete sometimes off by 1".
6260                 we probably have to look for more tree layout /
6261                 anchor glitches.
6262
6263 2002-12-29 [paul]       0.8.8claws19
6264
6265         * src/summaryview.c
6266                 fix bug [ 659054 ] incorrect sorting of 'From' column
6267                 when using 'display sender using address book'
6268                 thanks to Alfons and Luke Plant
6269
6270 2002-12-29 [christoph]  0.8.8claws18
6271
6272         * src/folder.c
6273         * src/procmsg.[ch]
6274                 check parent messages for IGNORE THREAD flag, when adding,
6275                 moving or copying messages to a folder
6276
6277 2002-12-27 [alfons]     0.8.8claws17
6278
6279         re-organize matcher part 5; more to come
6280
6281         * src/matcher.c
6282                 hash keywords in matchparser_tab 
6283
6284 2002-12-27 [alfons]     0.8.8claws16
6285
6286         re-organize matcher part 4; more to come
6287
6288         * src/matcher_parser.h
6289         * src/matcher_parser_lex.l
6290         * src/matcher_parser_parse.y
6291                 cleanup
6292
6293 2002-12-27 [alfons]     0.8.8claws15
6294
6295         re-organize matcher part 3; more to come
6296
6297         * src/matcher.[ch]
6298                 cleanup
6299
6300 2002-12-27 [alfons]     0.8.8claws14
6301
6302         re-organize matcher part 2; more to come but this should
6303         work. cc me if there are any regressions.
6304
6305         * src/matcher.h
6306                 add prototype for get_matchparser_tab_id()
6307         * src/matcher_parser_lex.l
6308                 look up keywords using matchparser_tab_id();
6309
6310 2002-12-27 [alfons]     0.8.8claws12
6311
6312         re-organize matcher part 1
6313
6314         * src/matcher.h
6315                 map yacc generated constants to sylpheed matcher constants
6316         * src/matcher.c
6317                 add function to find a matcher constant from a string
6318
6319 2002-12-27 [christoph]  0.8.8claws11
6320
6321         * src/compose.c
6322                 MENUITEM_ADD casts the 4th argument from integer to pointer
6323                 so it probably should not be a pointer, this means we
6324                 should use account id for it and not the account's pointer
6325
6326 2002-12-27 [paul]       0.8.8claws10
6327
6328         * src/mainwindow.c
6329                 remove unneeded 'GtkWidget *vbox'
6330                 
6331         * src/summaryview.c
6332                 further sync with 0.8.8 - make sort
6333                 by recipient work as expected
6334                 
6335         * NEWS
6336                 sync with 0.8.8
6337
6338 2002-12-27 [paul]       0.8.8claws9
6339
6340         * po/pt_BR.po
6341                 updated by Ivan F. Martinez
6342                 
6343 2002-12-27 [darko]      0.8.8claws8
6344
6345         * src/common/utils.c
6346                 added locked pattern to extended search
6347
6348 2002-12-27 [alfons]     0.8.8claws7
6349
6350         * src/prefs_matcher.[ch]
6351                 clean up
6352
6353 2002-12-26 [alfons]     0.8.8claws6
6354
6355         * src/matcher.[ch]
6356         * src/matcher_parser_lex.l
6357         * src/matcher_parser_parse.y
6358         * src/prefs_matcher.c
6359                 allow color label as a condition in the matcher
6360
6361 2002-12-26 [oliver]     0.8.8claws5
6362         
6363         * src/toolbar.c 
6364                 enable Addressbook for Main and Messageview
6365         * src/prefs_actions.c
6366                 enable actions in Messageview
6367
6368 2002-12-26 [christoph]  0.8.8claws4
6369
6370         * src/common/plugin.c
6371                 add a little debug output
6372         * configure.in
6373         * src/plugins/demo/Makefile.am
6374                 better use of automake
6375
6376 2002-12-26 [christoph]  0.8.8claws3
6377
6378         * src/Makefile.am
6379         * src/common/Makefile.am
6380                 fix "make distdir"
6381
6382 2002-12-26 [christoph]  0.8.8claws2
6383
6384         * configure.in
6385                 sort configure checks into common / gtk / plugins
6386         * po/POTFILES.in
6387                 add src/prefs_gtk.c
6388         * src/Makefile.am
6389                 add plugins SUBDIR
6390         * src/main.c
6391         * src/common/sylpheed.[ch]
6392                 added now sylpheed_done function for shutdown
6393         * src/common/Makefile.am
6394         * src/common/plugin.[ch]                ** NEW **
6395                 plugin loader and unloader
6396         * src/plugins/.cvsignore                ** NEW **
6397         * src/plugins/Makefile.am               ** NEW **
6398                 build plugins
6399         * src/plugins/demo/.cvsignore           ** NEW **
6400         * src/plugins/demo/Makefile.am          ** NEW **
6401         * src/plugins/demo/demo.c               ** NEW **
6402                 small demo plugin that installs a logtext hook and
6403                 outputs the log text to stdout
6404
6405 2002-12-26 [paul]       0.8.8claws1
6406
6407         * po/es.po
6408                 updated by Ricardo Mones Lastra
6409
6410 2002-12-26 [paul]       0.8.8claws
6411
6412         * 0.8.8claws released
6413
6414 2002-12-26 [paul]       0.8.7claws12
6415
6416         * po/bg.po
6417                 updated by George Danchev
6418
6419 2002-12-26 [paul]       0.8.7claws11
6420
6421         * po/POTFILES.in
6422                 remove unneeded 'src/prefs.c' entry 
6423
6424 2002-12-26 [paul]       0.8.7claws10
6425
6426         * src/codeconv.c
6427           src/mainwindow.c
6428                 sync with 0.8.8 release
6429         
6430         * src/folder.[ch]
6431           src/mh.c
6432           src/summaryview.c
6433                 partial sync with 0.8.8 release
6434         
6435
6436 2002-12-25 [alfons]     0.8.7claws9
6437
6438         * src/matcher.[ch]
6439         * src/matcher_parser_lex.l
6440         * src/matcher_parser_parse.y
6441         * src/prefs_matcher.c
6442                 add locked flag to possible filtering / matcher 
6443                 conditions (also a good example what should be
6444                 done to add a simple boolean condition)
6445
6446 2002-12-25 [christoph]  0.8.7claws8
6447
6448         * src/Makefile.am
6449         * src/account.[ch]
6450         * src/addrbook.c
6451         * src/addressbook.c
6452         * src/addrindex.c
6453         * src/filtering.c
6454         * src/folder.c
6455         * src/matcher.c
6456         * src/prefs.[ch]                ** REMOVE **
6457         * src/prefs_account.c
6458         * src/prefs_actions.c
6459         * src/prefs_common.c
6460         * src/prefs_customheader.c
6461         * src/prefs_display_header.c
6462         * src/prefs_filtering.c
6463         * src/prefs_folder_item.c
6464         * src/prefs_gtk.[ch]            ** NEW **
6465         * src/prefs_matcher.c
6466         * src/prefs_scoring.c
6467         * src/prefs_summary_column.c
6468         * src/procmime.c
6469         * src/selective_download.c
6470         * src/toolbar.c
6471         * src/common/Makefile.am
6472         * src/common/prefs.[ch]         ** NEW **
6473                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6474
6475 2002-12-24 [alfons]     0.8.7claws7
6476
6477         * src/summaryview.c
6478                 summary_thread_build(): fix real cause of the crash mentioned in
6479                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6480                 this way we get meaningful ctree nodes 
6481
6482 2002-12-24 [oliver]     0.8.7claws6
6483
6484         * src/mainwindow.[ch]
6485         * src/messageview.[ch]
6486         * src/compose.[ch]
6487         * src/inc.c
6488         * src/summaryview.c
6489                 changes to use updated toolbar handling
6490                 
6491 2002-12-24 [oliver]     0.8.7claws5
6492
6493         * src/toolbar.[ch]
6494                 generic toolbar handling
6495                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6496         * src/prefs_toolbar.[ch]
6497                 adjust to handling
6498         
6499 2002-12-24 [oliver]     0.8.7claws4
6500         
6501         * src/stock_pixmap.[ch]
6502                 move SYLPHEED_LOGO to end of list in order 
6503                 to remove it from Custom Toolbar`s Icon View
6504
6505 2002-12-24 [alfons]     0.8.7claws3
6506
6507         * src/summaryview.c
6508                 summary_thread_build(): fix crash because of focus != selection 
6509                 after threading. when deleting the selection, gtk tries but fails 
6510                 to find the correct focusable element. we now force the selection
6511                 to be focused. this should solve the infamous bug reported by 
6512                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6513                 a test case is available. 
6514
6515 2002-12-24 [darko]      0.8.7claws2
6516
6517         * src/summaryview.c
6518                 don't crash when unmarking message with unread children
6519
6520 2002-12-23 [christoph]  0.8.7claws1
6521
6522         * src/Makefile.am
6523         * src/common/Makefile.am
6524                 update Makefiles for moved intl.h, version.h and defs.h
6525         * src/imap.c
6526                 rewrite imap_session_get to avoid duplicate code
6527
6528 2002-12-23 [paul]       0.8.7claws
6529
6530         * Santa-Claws released
6531         
6532         * po/hu.po
6533           po/ru.po
6534                 squeeze in updated Hungarian and Russian translations.
6535                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6536
6537 2002-12-23 [paul]       0.8.6claws129
6538
6539         * po/pl.po
6540                 updated by Witold Wladyslaw Wojciech Wilk
6541
6542 2002-12-23 [paul]       0.8.6claws128
6543
6544         * src/quote_fmt_parse.y
6545                 fix typo and add licence header
6546
6547 2002-12-23 [paul]       0.8.6claws127
6548
6549         * po/en_GB.po
6550                 updated
6551
6552 2002-12-23 [paul]       0.8.6claws126
6553
6554         * po/it.po
6555                 updated translation, submitted by Alessandro Maestri
6556                 
6557 2002-12-23 [paul]       0.8.6claws125
6558
6559         * src/quote_fmt_parse.y
6560                 fix signature-stripping on replies bug. match
6561                 '-- \n' and not '-- '.
6562
6563 2002-12-22 [paul]       0.8.6claws124
6564
6565         * po/bg.po
6566           po/es.po
6567           po/sr.po
6568                 updated translations. submitted by George Danchev,
6569                 Ricardo Mones Lastra, and Urke MMI respectively
6570
6571 2002-12-21 [paul]       0.8.6claws123
6572
6573         * src/addrbook.c
6574                 fix coding style
6575
6576 2002-12-21 [paul]       0.8.6claws122
6577
6578         * src/addrbook.c
6579                 fix bug [643638] where if a person is in one or more
6580                 addressbook groups editing that person's email 
6581                 address results in removal from those groups.
6582                 Patch submitted by Luke Plant.
6583
6584 2002-12-20 [christoph]  0.8.6claws121
6585
6586         * src/common/utils.c
6587         * src/summaryview.c
6588                 reimplement expand_search_string using GString to
6589                 prevent crashs caused by miscalculated string
6590                 lengths reported by Paul
6591
6592 2002-12-20 [christoph]  0.8.6claws120
6593
6594         * src/summaryview.c
6595                 don't use "changed" to check if op_count has to be changed as it
6596                 is also set when the message has unread children
6597                 (closes bug [ 653221 ] crash while deleting duplicates)
6598
6599 2002-12-20 [paul]       0.8.6claws119
6600
6601         * sync with 0.8.6cvs27
6602                 see ChangeLog 2002-12-20
6603
6604 2002-12-20 [paul]       0.8.6claws118
6605
6606         * sync with 0.8.6cvs26
6607                 see ChangeLog 2002-12-19 and 2002-12-20
6608
6609 2002-12-19 [alfons]     0.8.6claws117
6610
6611         * src/textview.c
6612                 fix incorrect parsing of email addresses, submitted by 
6613                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6614                 name display if it contains @".
6615
6616 2002-12-18 [paul]       0.8.6claws116
6617
6618         * sync with 0.8.6cvs23
6619                 see ChangeLog 2002-12-18
6620
6621 2002-12-18 [paul]       0.8.6claws115
6622
6623         * src/Makefile.am
6624         * src/account.c
6625         * src/codeconv.c
6626         * src/gtkutils.[ch]
6627         * src/imap.c
6628                 sync with 0.8.6cvs22.
6629                 see ChangeLog 2002-12-17 and 2002-12-18
6630
6631 2002-12-17 [christoph]  0.8.6claws114
6632
6633         * src/imap.c
6634                 o don't create a session if imap greeting fails
6635                 o don't close socket when authentication fails
6636                   this is done by imap_session_destroy
6637
6638 2002-12-17 [thorsten]   0.8.6claws113
6639
6640         * tools/Makefile.am
6641           tools/README
6642           tools/google_msgid.pl ** NEW FILE **
6643                 Added "search for message-id" script and doc
6644
6645 2002-12-17 [thorsten]   0.8.6claws112
6646
6647         * po/hu.po
6648                 Updated hungarian translation
6649                 (updated by Gal Zoltan)
6650
6651 2002-12-16 [christoph]  0.8.6claws111
6652
6653         * src/addr_compl.c
6654                 remove stupid addressbook dump to debug output
6655         * src/mh.c
6656                 fix memory leak found by Hiro
6657
6658 2002-12-14 [paul]       0.8.6claws110
6659
6660         * src/compose.c
6661                 fix menubar sensitivity on send
6662                 
6663         * src/prefs_filtering.c
6664         * src/prefs_matcher.c
6665         * src/prefs_scoring.c
6666                 Fix english ;)
6667                 
6668         * src/common/quoted-printable.h
6669                 sync: fix typo
6670         
6671 2002-12-13 [christoph]  0.8.6claws109
6672
6673         * src/Makefile.am
6674         * src/manage_window.[ch]        ** REMOVE **
6675         * src/gtk/Makefile.am
6676         * src/gtk/manage_window.[ch]    ** NEW **
6677                 move manage_window files to gtk directory
6678
6679 2002-12-13 [christoph]  0.8.6claws108
6680
6681         * src/Makefile.am
6682         * src/gtkshruler.[ch]           ** REMOVE **
6683         * src/gtk/Makefile.am
6684         * src/gtk/gtkshruler.[ch]       ** NEW **
6685                 move gtkshruler files to gtk directory
6686
6687 2002-12-13 [christoph]  0.8.6claws107
6688
6689         * src/Makefile.am
6690         * src/compose.c
6691         * src/gtkstext.[ch]             ** REMOVE **
6692         * src/gtkutils.[ch]
6693         * src/textview.c
6694         * src/gtk/gtkstext.[ch]         ** NEW **
6695         * src/gtk/Makefile.am
6696                 o move stext functions to gtkstext.c to remove
6697                   dependency of gtkutils
6698                 o move gtkstext files to gtk directory
6699
6700         * src/gtk/Makefile.am
6701         * src/gtk/sslcertwindow.[ch]
6702                 UI stuff can always depend on common code so
6703                 it's ok to add ../common to include path
6704
6705 2002-12-13 [colin]      0.8.6claws106
6706
6707         * src/summaryview.c
6708                 Disconnect sighandlers for mainwindow when
6709                 quicksearch has the focus
6710                 Fix bug #653231
6711         * src/mainwindow.[ch]
6712                 Make key_pressed callback public, to be able
6713                 to disconnect it
6714
6715 2002-12-13 [christoph]  0.8.6claws105
6716
6717         * src/mh.c
6718                 create .mh_sequences file in new MH folders
6719                 (closes feature request [ 523162 ] MH folders should
6720                  get a .mh_sequences)
6721
6722 2002-12-13 [colin]      0.8.6claws104
6723
6724         * src/summaryview.c
6725                 Better handling of quicksearch show/hide
6726                 (basically the button stays under the mouse 
6727                  when toggled)
6728
6729 2002-12-13 [paul]       0.8.6claws103
6730
6731         * sync with 0.8.6cvs17
6732                 see ChangeLog 2002-12-13
6733
6734 2002-12-13 [paul]       0.8.6claws102
6735
6736         * po/es.po
6737                 updated by Ricardo Mones Lastra
6738
6739 2002-12-11 [colin]       0.8.6claws101
6740
6741         * src/folder.c
6742                 remove statusbar stuff
6743           src/folderview.c
6744                 set statusbar verbosity when moving folders
6745
6746 2002-12-11 [colin]       0.8.6claws100
6747         * src/prefs_filtering.c
6748         * src/prefs_matcher.c
6749         * src/prefs_scoring.c
6750                 Fix english ;)
6751
6752 2002-12-11 [colin]       0.8.6claws99
6753
6754         * src/prefs_common.[ch]
6755                 Add summary_quicksearch_type
6756         * src/summaryview.c
6757                 Save last used quicksearch type
6758
6759 2002-12-11 [jens]       0.8.6claws98
6760         * src/prefs_filtering.c
6761         * src/prefs_matcher.c
6762         * src/prefs_scoring.c
6763                 added dialog for incomplete rules in scoring, filtering and
6764                 matcher to ask wheather really close
6765
6766 2002-12-11 [colin]      0.8.6claws97
6767
6768         * src/folder.c
6769                 Fix folder dnd statusbar logging
6770
6771 2002-12-10 [christoph]  0.8.6claws96
6772
6773         * src/compose.c
6774         * src/folder.c
6775         * src/imap.c
6776         * src/inc.c
6777         * src/main.c
6778         * src/mainwindow.c
6779         * src/news.c
6780         * src/send.c
6781         * src/statusbar.[ch]
6782         * src/common/hooks.c
6783         * src/common/log.[ch]
6784                 o handle verbose logging in statusbar directly in statusbar code
6785                   and common code does not need any knowledge about a statusbar
6786                 o remove direct calls to statusbar_(puts|pop)_all functions
6787
6788 2002-12-10 [jens]       0.8.6claws95
6789
6790         * src/*.c
6791                 removed gettext from g_warnings
6792         * po/POTFILES.in
6793                 cleaned and updated
6794         * po/de.po
6795                 updated
6796
6797 2002-12-10 [colin]      0.8.6claws94
6798
6799         * src/main.c
6800                 finish crash dialog fix
6801
6802 2002-12-10 [colin]      0.8.6claws93
6803
6804         * src/main.c
6805                 "Fix" "sylpheed already running" instead of
6806                 crash dialog appearing after a crash
6807
6808 2002-12-10 [colin]      0.8.6claws92
6809
6810         * po/POTFILES.in
6811                 add src/gtk/sslcertwindow.c
6812
6813 2002-12-10 [paul]       0.8.6claws91
6814
6815         * po/POTFILES.in
6816                 updated to reflect recent changes
6817                 submitted by Alessandro Maestri
6818
6819 2002-12-09 [christoph]  0.8.6claws90
6820
6821         * src/Makefile.am
6822         * src/smtp.[ch]                 ** REMOVE **
6823         * src/common/Makefile.am
6824         * src/common/smtp.[ch]          ** NEW **
6825                 move smtp files to common directory
6826
6827 2002-12-09 [christoph]  0.8.6claws89
6828
6829         * src/Makefile.am
6830         * src/session.[ch]              ** REMOVE **
6831         * src/common/Makefile.am
6832         * src/common/session.[ch]       ** NEW **
6833                 move session files to common directory
6834
6835 2002-12-09 [paul]       0.8.6claws88
6836
6837         * src/account.c
6838                 fix bug [649746] edit accounts: move account reverted
6839                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6840
6841 2002-12-09 [colin]      0.8.6claws87
6842
6843         * src/ssl_certificate.c
6844                 cleanup
6845
6846 2002-12-09 [colin]      0.8.6claws86
6847
6848         * src/ssl.c
6849                 Try to open the cert.pem database and 
6850                 issue a warning if it isn't there
6851
6852 2002-12-09 [colin]      0.8.6claws85
6853
6854         * src/common/ssl_certificate.c
6855         * src/gtk/sslcertwindow.c
6856                 Warning fixes
6857
6858 2002-12-09 [colin]      0.8.6claws84
6859
6860         * src/ssl_certificate.[ch] ** REMOVED **
6861         * src/common/ssl_certificate.[ch] ** NEW **
6862         * src/Makefile.am
6863         * src/common/Makefile.am
6864                 Moved ssl_certificate.[ch] to common
6865         * src/common/ssl.c 
6866                 Put back needed include
6867         * src/gtk/sslcertwindow.[ch]
6868                 Changed ssl_certificate.h include
6869         
6870 2002-12-09 [colin]      0.8.6claws83
6871
6872         * src/gtk/sslcertwindow.[ch]
6873                 Implement hook for certificate acception
6874         * src/ssl_certificate.[ch]
6875                 Implement hook for certificate acception
6876         * src/common/ssl.c
6877                 Reenable certificate acception check
6878         * src/mainwindow.c
6879                 Register sslcertwindow's hook
6880         
6881 2002-12-08 [christoph]  0.8.6claws82
6882
6883         * src/about.c
6884         * src/addr_compl.c
6885         * src/codeconv.c
6886         * src/manual.c
6887         * src/undo.c
6888         * src/common/utils.c
6889                 o add missing includes
6890                 o fix warnings
6891         * src/.cvsignore
6892         * src/common/.cvsignore
6893         * src/common/version.h          ** REMOVE **
6894                 remove autogenerated file
6895
6896 2002-12-08 [paul]       0.8.6claws81
6897
6898         * src/stringtable.c
6899                 put back needed include
6900
6901 2002-12-08 [colin]      0.8.6claws80
6902         
6903         * src/gtk/sslcertwindow.c
6904                 Cleaner popups when asking
6905         * src/ssl_certificate.c
6906         * src/prefs_common.[ch]
6907                 remove ssl certificate pref
6908                 put back needed include
6909         * src/undo.c
6910                 put back needed include
6911
6912 2002-12-08 [christoph]  0.8.6claws79
6913
6914         * src/folderview.c
6915         * src/logwindow.c
6916         * src/statusbar.c
6917         * src/summaryview.c
6918                 only abort hook invokation if required data is missing not
6919                 if our own data pointer is NULL, update hookfunction for
6920                 log window
6921
6922 2002-12-08 [paul]       0.8.6claws78
6923
6924         * src/about.c
6925         * src/addrcache.c
6926         * src/addrclip.c
6927         * src/addr_compl.c
6928         * src/addrselect.c
6929         * src/codeconv.c
6930         * src/colorlabel.c
6931         * src/enriched.c
6932         * src/esmtp.c
6933         * src/exporthtml.c
6934         * src/headerview.c
6935         * src/imageview.c
6936         * src/manual.c
6937         * src/noticeview.c
6938         * src/pgptext.c
6939         * src/scoring.c
6940         * src/sourcewindow.c
6941         * src/stringtable.c
6942         * src/undo.c
6943                 clean up: remove unneccesary includes
6944
6945 2002-12-08 [christoph]  0.8.6claws77
6946
6947         * src/folderview.c
6948         * src/statusbar.c
6949         * src/summaryview.c
6950         * src/common/hooks.[ch]
6951                 hook functions now have a gboolean return value, if a hook
6952                 returns TRUE it will stop executing of any more hooks in
6953                 the same hooklist for this invokation
6954
6955 2002-12-08 [colin]      0.8.6claws76
6956         
6957         * src/main.c
6958                 put back argv0 for CRASH_DIALOG
6959
6960 2002-12-08 [christoph]  0.8.6claws75
6961
6962         * src/Makefile.am
6963         * src/about.c
6964         * src/account.c
6965         * src/crash.c
6966         * src/esmtp.h
6967         * src/imap.[ch]
6968         * src/inc.c
6969         * src/main.c
6970         * src/mainwindow.c
6971         * src/news.c
6972         * src/pop.[ch]
6973         * src/prefs_account.[ch]
6974         * src/prefs_common.[ch]
6975         * src/send.[ch]
6976         * src/smtp.[ch]
6977         * src/ssl_certificate.[ch]
6978         * src/ssl_manager.[ch]
6979         * src/common/Makefile.am
6980         * src/common/log.c
6981         * src/common/nntp.[ch]
6982         * src/common/socket.[ch]
6983         * src/common/ssl.[ch]
6984         * src/gtk/sslcertwindow.[ch]
6985         * ac/openssl.m4
6986                 use new autoconf script to detect OpenSSL with extra parameters
6987                 to specify the location of libs and includes, also remove USE_SSL
6988                 to USE_OPENSSL
6989
6990         * src/common/sylpheed.[ch]
6991         * src/common/version.h.in
6992                 start seperation of common code initialization seperated from gui
6993
6994         * src/summaryview.c
6995                 The function that is called when a color label changes
6996                 should not change the color lable again
6997
6998 2002-12-08 [colin]      0.8.6claws74
6999
7000         * src/gtk/sslcertwindow.c
7001                 warning fixes
7002
7003 2002-12-08 [colin]      0.8.6claws73
7004
7005         * src/statusbar.c
7006           src/common/log.h
7007                 Register a hook for statusbar_puts_all
7008         * src/common/log.c
7009                 invoke statusbar_puts_all's hook
7010         
7011 2002-12-08 [colin]      0.8.6claws72
7012
7013         * src/ssl_certificate.c
7014                 Put back a badly-removed include
7015
7016 2002-12-08 [colin]      0.8.6claws71
7017
7018         * src/gtk/sslcertwindow.[ch]    ** NEW **
7019                 new certificate presentation
7020         * src/gtk/Makefile.am
7021                 add new files
7022         * src/ssl_certificate.[ch]
7023                 gtk cleanup, made utility functions public
7024         * src/ssl_manager.c
7025                 use new cert presentation
7026
7027 2002-12-07 [christoph]  0.8.6claws70
7028
7029         * src/Makefile.am
7030         * src/nntp.[ch]                 ** REMOVE **
7031         * src/common/Makefile.am
7032         * src/common/nntp.[ch]          ** NEW **
7033                 move nntp files to common directory
7034
7035 2002-12-07 [christoph]  0.8.6claws69
7036
7037         * src/procmsg.[ch]
7038         * src/summaryview.c
7039                 implement msginfo update callback using sylpheed's new
7040                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7041
7042 2002-12-06 [christoph]  0.8.6claws68
7043
7044         * src/editgroup.c
7045                 This patch changes the 'Edit Group Details' dialog to
7046                 allow extended selections in either pane, so that
7047                 addresses can be added or removed from a group more
7048                 quickly and easily. (it actually is a net decrease in
7049                 file size, as some unnecessary functions have been
7050                 removed). 
7051                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7052
7053 2002-12-06 [christoph]  0.8.6claws67
7054
7055         * src/Makefile.am
7056         * src/template.[ch]             ** REMOVE **
7057         * src/common/Makefile.am
7058         * src/common/template.[ch]      ** NEW **
7059                 move template files to common directory
7060
7061         * src/nntp.c
7062                 add missing log.h include
7063
7064 2002-12-06 [melvin]     0.8.6claws66
7065
7066         * src/prefs_actions.c
7067                 Added the trailing ">" syntax to insert command's output
7068                 without replacing old text (in contrast to trailing "|").
7069
7070 2002-12-05 [colin]      0.8.6claws65
7071         
7072         * src/common/utils.c
7073                 Don't modify original search_string or it'll change
7074                 the next iterations in the for()
7075
7076 2002-12-05 [darko]      0.8.6claws64
7077
7078         * src/common/utils.c
7079                 proper check for filtering commands, found by Colin
7080
7081 2002-12-05 [darko]      0.8.6claws63
7082
7083         * src/common/utils.c
7084                 check proper string for NULL pointer, found by Colin
7085
7086 2002-12-05 [darko]      0.8.6claws62
7087
7088         * src/common/utils.[ch]
7089                 expand_search_string(): new function
7090                 converts Mutt-like patterns to Sylpheed's
7091                 filtering engine
7092         * src/summaryview.c
7093                 use expand_search_string() to allow Mutt-like
7094                 patterns in extended search
7095         * README.claws
7096                 document extended option in quick search
7097
7098 2002-12-05 [paul]       0.8.6claws61
7099
7100         * sync with 0.8.6cvs16
7101                 see ChangeLog 2002-12-05
7102                 
7103         * po/POTFILES.in
7104                 clean up
7105
7106 2002-12-04 [christoph]  0.8.6claws60
7107
7108         * src/imap.[ch]
7109                 put imap authentication code into a new function and
7110                 remove it from imap_session_new that will allow to
7111                 send other commands before authentication
7112
7113 2002-12-04 [christoph]  0.8.6claws59
7114
7115         * src/imap.[ch]
7116                 use already existing method to prevent unneeded IMAP
7117                 folder selects. Set imap_select parameters to NULL
7118                 in some functions if the values are not required.
7119
7120         * src/xml.h
7121                 remove no longer required include
7122
7123 2002-12-04 [paul]       0.8.6claws58
7124
7125         * po/es.po
7126                 updated by Ricardo Mones Lastra
7127                 
7128         * configure.in
7129           po/hu.po      ** NEW FILE **
7130                 initial Hungarian translation, submitted
7131                 by Gál Zoltán <galzoli@hu.inter.net>
7132
7133 2002-12-03 [christoph]  0.8.6claws57
7134
7135         * src/Makefile.am
7136         * src/gtksctree.[ch]            ** REMOVE **
7137         * src/gtk/Makefile.am
7138         * src/gtk/gtksctree.[ch]        ** NEW **
7139                 move gtksctree files to gtk directory
7140
7141 2002-12-03 [christoph]  0.8.6claws56
7142
7143         * src/Makefile.am
7144         * src/md5.[ch]                  ** REMOVE **
7145         * srm/common/Makefile.am
7146         * src/common/md5.[ch]           ** NEW **
7147                 move md5 files to common directory
7148
7149         * src/gtkstext.c
7150                 remove not required #include
7151
7152 2002-12-03 [sergey]     0.8.6claws55
7153
7154         * src/gtkutils.c
7155         * src/gtkutils.h
7156                 gtkut_window_popup(): new function.
7157         * src/mainwindow.c
7158                 main_window_popup(): use gtkut_window_popup() to raise
7159                 window without changing its position.
7160                 (see sylpheed-main ML message [sylpheed:17247])
7161
7162 2002-12-03 [sergey]     0.8.6claws54
7163
7164         * src/send.c
7165                 send_message_local(): removed first-dot escaping
7166                 (SMTP-only, not needed for sending through pipe)
7167
7168 2002-12-03 [paul]       0.8.6claws53
7169
7170         * po/POTFILES.in
7171                 update to reflect recent changes (thanks
7172                 to Ricardo Mones Lastra)
7173                 
7174         * tools/filter_conv.pl
7175                  fix problem with quoted strings. Patch submitted
7176                  by Luke Plant <lukeplant@softhome.net>
7177
7178 2002-12-03 [paul]       0.8.6claws52
7179
7180         * sync with 0.8.6cvs15
7181                 see ChangeLog 2002-12-03
7182
7183 2002-12-02 [christoph]  0.8.6claws51
7184
7185         * src/logwindow.[ch]
7186         * src/common/log.[ch]
7187                 implement logging using a hook function
7188
7189         * src/folderview.c
7190         * src/folder.[ch]
7191                 define hooklist name in header file to avoid
7192                 errors caused by wrong spelling of hooklist names
7193
7194         * src/toolbar.c
7195                 fix warnings
7196
7197 2002-12-02 [christoph]  0.8.6claws50
7198
7199         * src/common/Makefile.am
7200                 add src/common/hooks.[ch]
7201
7202         * src/common/hooks.[ch]
7203                 implement a simple hook system using glib's hook functions
7204
7205         * src/folder.[ch]
7206         * src/folderview.c
7207                 use new hook system for folder item updates
7208
7209 2002-12-02 [christoph]  0.8.6claws49
7210
7211         * doc-src/ui_seperation.txt     ** NEW **
7212                 information for ui seperation
7213
7214         * src/Makefile.am
7215                 remove files that were moved to common
7216                 include common directory by default for the header files
7217
7218         * src/inc.c
7219         * src/common/socket.c
7220         * src/automaton.[ch]
7221                 implement automaton using g_io_*-functions instead of
7222                 gdk_input_add to make it ui independent
7223
7224         * src/codeconv.c
7225         * src/compose.c
7226         * src/ldif.c
7227         * src/pgptext.c
7228         * src/procmime.c
7229         * src/rfc2015.c
7230         * src/smtp.c
7231         * src/unmime.c
7232                 remove common/ prefix because directory is now in
7233                 include path
7234
7235         * src/compose.c
7236         * src/folder.c
7237         * src/folderview.c
7238         * src/mainwindow.c
7239         * src/messageview.c
7240         * src/prefs_common.c
7241         * src/procmsg.c
7242         * src/rfc2015.c
7243                 fix warnings
7244
7245         * src/imap.c
7246         * src/inc.c
7247         * src/news.c
7248         * src/pop.c
7249         * src/send.c
7250         * src/smtp.c
7251         * src/ssl_certificate.c
7252                 add log.h header file for logging functions
7253
7254         * src/main.c
7255         * src/common/utils.c
7256         * src/summaryview.c
7257         * src/xml.c
7258                 o move debug_mode to common/utils.c
7259                 o add functions to set and get debug_mode
7260
7261         * src/defs.h                    ** REMOVE **
7262         * src/intl.h                    ** REMOVE **
7263         * src/socket.[ch]               ** REMOVE **
7264         * src/ssl.[ch]                  ** REMOVE **
7265         * src/utils.[ch]                ** REMOVE **
7266                 replaced by new files in src/common/
7267         
7268         * src/common/Makefile.am
7269                 add new files in src/common/
7270
7271         * src/common/defs.h             ** NEW **
7272         * src/common/intl.h             ** NEW **
7273         * src/common/log.[ch]           ** NEW **
7274         * src/common/socket.[ch]        ** NEW **
7275         * src/common/ssl.[ch]           ** NEW **
7276         * src/common/utils.[ch]         ** NEW **
7277                 replacement for files in src/
7278
7279 2002-12-02 [colin]      0.8.6claws48
7280
7281         * src/folderview.c
7282                 Scroll folderview if necessary during dnd
7283
7284 2002-12-02 [colin]      0.8.6claws47
7285
7286         * src/folder.[ch]
7287                 Add check to verify a move is within a single mailbox
7288         * src/folderview.c
7289                 Add specific error string for this check
7290
7291 2002-12-02 [colin]      0.8.6claws46
7292
7293         * src/folder.c
7294                 Add a test to folder moving, remove a statusbar_print
7295         * src/folderview.c
7296                 Add Move folder... context-menu item
7297                 Factorize folder moving code
7298                 Enable folder DND for mbox
7299
7300 2002-12-01 [christoph]  0.8.6claws45
7301
7302         * ac/aspell.m4
7303                 remove conf.aspelltest if the version check fails
7304
7305 2002-11-30 [christoph]  0.8.6claws44
7306
7307         * autogen.sh
7308                 run libtoolize --force in autogen to create missing
7309                 libtool scripts
7310
7311 2002-11-30 [christoph]  0.8.6claws43
7312
7313         * src/Makefile.am
7314         * src/pgptext.c
7315         * src/procmime.c
7316         * src/rfc2015.c
7317         * src/uuencode.[ch]             ** REMOVED **
7318         * src/common/Makefile.am
7319         * src/common/uuencode.[ch]      ** NEW **
7320                 move uuen/decoder to common directory
7321
7322 2002-11-30 [christoph]  0.8.6claws42
7323
7324         * src/Makefile.am
7325         * src/base64.[ch]               ** REMOVED **
7326         * src/codeconv.c
7327         * src/compose.c
7328         * src/ldif.c
7329         * src/pgptext.c
7330         * src/procmime.c
7331         * src/rfc2015.c
7332         * src/smtp.c
7333         * src/unmime.c
7334         * src/common/Makefile.am
7335         * src/common/base64.[ch]        ** NEW **
7336                 move base64 en/decoder to common directory
7337
7338 2002-11-30 [christoph]  0.8.6claws41
7339
7340         * src/common                    ** NEW **
7341                 new directory for UI independent code
7342         * src/gtk                       ** NEW **
7343                 new directory for GTK frontend
7344         * src/common/.cvsignore         ** NEW **
7345         * src/gtk/.cvsignore            ** NEW **
7346                 ignore build files
7347         * src/common/Makefile.am        ** NEW **
7348         * src/gtk/Makefile.am           ** NEW **
7349                 automake files to build new seperated stuff
7350         * src/Makefile.am
7351                 the binary will currently still be build with the
7352                 files in src, so we include the code from the
7353                 subdirs for now after building the libs there
7354
7355 2002-11-30 [paul]       0.8.6claws40
7356
7357         * src/compose.c
7358                 fix bug [642731] 'Wrong selected account with drafted mail'
7359
7360 2002-11-29 [oliver]     0.8.6claws39
7361         
7362         * src/messageview.c
7363                 o update summaryview when switching between different
7364                   messageviews          
7365         * src/toolbar.c  
7366                 o check if messageview holds already removed msg
7367                   from summaryview
7368                 
7369
7370 2002-11-29 [oliver]     0.8.6claws38
7371
7372         * src/toolbar.c 
7373                 remove not needed variables and includes
7374                 make messageview stay opened and move to next when msgs are deleted 
7375
7376 2002-11-29 [oliver]     0.8.6claws37
7377         
7378         * src/toolbar.c 
7379                 disable compose button (messageview toolbar) by default
7380                 deleted msgs are moved to trash
7381         
7382 2002-11-29 [melvin]     0.8.6claws36
7383
7384         * configure.in
7385                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7386                 and to detect signatures expirations (gpgme 0.3.6)
7387
7388         * src/main.c
7389                 Use non obsolescent function for Gpgme engine checking.
7390
7391         * src/rfc2015.c
7392                 Inform about expired signatures or signatures which key
7393                 has expired. Expiration date is displayed.
7394
7395         * src/sigstatus.c
7396                 Inform about expired signatures or signatures which key
7397                 has expired.
7398
7399 2002-11-28 [paul]       0.8.6claws35
7400
7401         * src/folderview.c
7402                 re-instate 'Check for new messages' in Newsgroup
7403                 folders right-click menu, after a suggestion from
7404                 Tim Mann <timmann@users.sourceforge.net>
7405
7406         * src/main.c
7407                 after a crash check only local folders for new
7408                 messages
7409
7410 2002-11-28 [paul]       0.8.6claws34
7411
7412         * configure.in
7413                 apply patch that fixes the checking of GTK with XIM 
7414                 support on different OSs, such as FreeBSD. Patch 
7415                 submitted by Topia <topia@users.sourceforge.net>
7416                 
7417 2002-11-28 [paul]       0.8.6claws33
7418
7419         * src/mainwindow.c
7420           src/prefs_common.c
7421           src/prefs_toolbar.c
7422                 more changes to the English
7423
7424 2002-11-28 [paul]       0.8.6claws32
7425
7426         * sync with 0.8.6cvs13
7427                 see ChangeLog 2002-11-28 (no sync needed
7428                 for src/compose.c)
7429
7430 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7431         
7432         * src/mainwindow.[ch]
7433                 add patch by Ivan F. Martinez introducing messageview Toolbar
7434                 some changes and committed by oliver    
7435
7436 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7437
7438         * src/messageview.[ch]
7439                 add patch by Ivan F. Martinez introducing messageview Toolbar
7440                 some changes and committed by oliver    
7441
7442 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7443
7444         * src/compose.[ch]
7445                 add patch by Ivan F. Martinez introducing messageview Toolbar
7446                 some changes and committed by oliver    
7447
7448 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7449         
7450         * src/toolbar.[ch]
7451                 add patch by Ivan F. Martinez introducing messageview Toolbar
7452                 some changes and committed by oliver
7453
7454 2002-11-28 [oliver]     0.8.6claws27
7455         
7456         * src/prefs_toolbar.[ch]
7457                 getting ready for messageview toolbar
7458                 free mem allocated by gettext
7459                 change prefs_toolbar to prefs_toolbar_open
7460  
7461 2002-11-28 [thorsten]   0.8.6claws26
7462
7463         * src/imageview.[ch]
7464                 cleaned up conflicting declarations of
7465                 imageview_show_image()
7466
7467 2002-11-28 [paul]       0.8.6claws25
7468
7469         * src/grouplistdialog.c
7470           src/prefs_common.c
7471           src/prefs_summary_column.c
7472                 a few more improvements to the English
7473
7474 2002-11-28 [colin]      0.8.6claws24
7475
7476         * man/sylpheed.1
7477                 A few updates to command-line parameters
7478
7479 2002-11-28 [colin]      0.8.6claws23
7480
7481         * src/prefs_filtering.c
7482                 Fix problems with prefs_filtering_delete_path:
7483                 a) if the first rule is removed, original pointers
7484                    weren't updated (leading to segfaults)
7485                 b) it was always global_processing updated in case
7486                    of removed path was parent of rule path
7487
7488 2002-11-27 [paul]       0.8.6claws22
7489
7490         * src/mainwindow.c
7491           src/prefs_account.c
7492           src/prefs_actions.c
7493           src/prefs_common.c
7494           src/prefs_customheader.c
7495           src/prefs_display_header.c
7496           src/prefs_filtering.c
7497           src/prefs_folder_item.c
7498           src/prefs_matcher.c
7499           src/prefs_scoring.c
7500           src/prefs_summary_column.c
7501           src/prefs_template.c
7502           src/prefs_toolbar.c
7503                  improve the English in the GUI
7504
7505 2002-11-27 [colin]      0.8.6claws21
7506
7507         * src/folder.c
7508                 Fix processing renaming problems happening after
7509                 last commit
7510
7511 2002-11-27 [colin]      0.8.6claws20
7512
7513         * src/folder.c
7514                 recursive move now deletes src each subfolder after 
7515                 having moved it
7516         * src/folderview.c
7517                 Use identifier instead of path during dnd (enables
7518                 IMAP folder dnd)
7519
7520 2002-11-27 [paul]       0.8.6claws19
7521
7522         * src/main.c
7523                 apply patch that does command-line processing 
7524                 BEFORE gtk_init, allowing claws to run from 
7525                 shell-scripts in non-X environment (e.g. crontab 
7526                 or ip-up, ip-down scripts). Patch submitted by
7527                 Ruslan N. Balkin <baron@dartel.ru>
7528                 
7529         * po/it.po
7530                 updated by Alessandro Maestri
7531
7532 2002-11-27 [paul]       0.8.6claws18
7533
7534         * sync with 0.8.6cvs12
7535           src/prefs_common.c
7536                 Differences are that main uses a 'Receive dialog'
7537                 frame on the Interface tab, whereas claws groups all 
7538                 the dialogs together in a 'Dialogs' frame.
7539
7540 2002-11-27 [colin]      0.8.6claws17
7541
7542         * src/prefs_matcher.c
7543                 Fix Execute criteria's NOT flag
7544
7545
7546 2002-11-26 [christoph]  0.8.6claws16
7547
7548         * src/ssl.c
7549                 rewrite the ssl code a little bit, only use one
7550                 SSL context, set default certificates' file/path
7551
7552 2002-11-26 [thorsten]   0.8.6claws15
7553
7554         * src/compose.c
7555                 default-reply-to didn't work for ml-reply
7556
7557 2002-11-26 [melvin]     0.8.6claws14
7558
7559         * src/prefs_actions.c
7560                 Made pipe-actions ignore short headers in message view
7561                 Made trailing-pipe-actions write in the message view with
7562                 the same font as the original message
7563
7564 2002-11-26 [paul]       0.8.6claws13
7565
7566         * src/compose.c
7567                 this time commit the correct file
7568
7569 2002-11-26 [paul]       0.8.6claws12
7570
7571         * sync with 0.8.6cvs11
7572           src/quote_fmt_parse.y  
7573                 no sync needed
7574           src/account.[ch]       
7575                 not sync'ed
7576           src/compose.c
7577                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7578                 on draft mode.
7579                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7580                 header
7581                 
7582         see ChangeLog 2002-11-25 and 2002-11-26
7583
7584 2002-11-26 [colin]      0.8.6claws11
7585
7586         * src/folderview.c
7587                 Fix collapsed folder not auto-expanding during
7588                 mail dnd, if it was the source folder.
7589
7590 2002-11-25 [colin]      0.8.6claws10
7591
7592         * src/folderview.[ch]
7593                 Variable renaming and cleaning (slist of nodes 
7594                 to be re-collapsed is stored in FolderView)
7595
7596 2002-11-25 [paul]       0.8.6claws9
7597
7598         * src/prefs_common.[ch]
7599                 fix breakage caused by last commit
7600
7601 2002-11-25 [paul]       0.8.6claws8
7602
7603         * sync with 0.8.6cvs4
7604                 see ChangeLog 2002-11-21
7605
7606 2002-11-25 [paul]       0.8.6claws7
7607
7608         * sync with 0.8.6cvs4
7609                 see ChangeLog 2002-11-20
7610
7611 2002-11-25 [paul]       0.8.6claws6
7612
7613         * sync with 0.8.6cvs3
7614                 see ChangeLog 2002-11-18
7615
7616 2002-11-25 [colin]      0.8.6claws5
7617
7618         * src/gtkutils.[ch]
7619                 Add gtkut_ctree_node_is_parent()
7620         * src/folderview.c
7621                 Spring-loaded folders
7622
7623 2002-11-25 [colin]      0.8.6claws4
7624
7625         * src/utils.[ch]
7626                 Add slist_concat_unique(), function to merge
7627                 two GSList filtering dups
7628         * src/folder.[ch]
7629         * src/summaryview.[ch]
7630         * src/folderview.c
7631         * src/main.c
7632                 Add detection/update/display of unread answers
7633                 to marked mails
7634         * src/procmsg.[ch]
7635                 Add procmsg_find_children()
7636                 Add procmsg_msg_has_marked_parent()
7637
7638 2002-11-25 [colin]      0.8.6claws3
7639
7640         * src/ssl_certificate.[ch]
7641                 Allow checking a certificate without a DNS
7642                 lookup
7643                 Allow to forget a cert (by deleting it)
7644                 Make ssl_certificate_destroy_public
7645         * src/ssl_manager.[ch] ** NEW FILES **
7646                 Gui to manage (display/remove) certificates
7647         * src/prefs_common.[ch]
7648                 Add a pref to allow silent acceptation of
7649                 trusted certificates or not (based on the
7650                 "I want to know what's going on" principle)
7651         * src/mainwindow.c
7652                 Add SSL manager in Tools menu
7653         * src/Makefile.am
7654                 Add the new files to the build
7655         * po/POTFILES.in
7656                 Add ssl_manager.c to translations
7657
7658 2002-11-25 [colin]      0.8.6claws2
7659
7660         * src/summaryview.[ch]
7661                 Add S_SEARCH_EXTENDED to the quick search, which 
7662                 allows to search using filtering syntax.
7663
7664 2002-11-25 [colin]      0.8.6claws1
7665
7666         * src/summaryview.c
7667                 Deletion of duplicates now prefer deleting
7668                 the unread dup (fixes feature-request 638989).
7669
7670 2002-11-24 [paul]       0.8.6claws
7671
7672         * po/es.po
7673           po/pl.po
7674           po/ru.po
7675           po/sr.po
7676                 updated by Ricardo Mones Lastra,
7677                 Witold Wladyslaw Wojciech Wilk,
7678                 Ruslan N. Balkin, and  Urke MMI 
7679                 respectively
7680
7681 2002-11-24 [paul]       0.8.5claws182
7682
7683         * po/bg.po
7684                 updated by George Danchev
7685
7686 2002-11-23 [alfons]     0.8.5claws181
7687
7688         * src/imap.c
7689                 tiny memory leak found by browsing Dimitar's 
7690                 valgrind report
7691
7692 2002-11-23 [paul]       0.8.5claws180
7693
7694         * po/it.po
7695                 updated by Alessandro Maestri
7696
7697 2002-11-22 [christoph]  0.8.5claws179
7698
7699         * src/compose.c
7700         * src/inc.c
7701         * src/prefs_filtering.c
7702         * src/summaryview.c
7703                 more warning fixes
7704
7705 2002-11-22 [alfons]     0.8.5claws178
7706
7707         * src/summaryview.c
7708                 summary_execute_delete_func(): if message is deleted, make 
7709                 sure to also remove its entry in the subject hash table. 
7710                 fixes a corner case bug.
7711
7712 2002-11-22 [paul]       0.8.5claws177
7713
7714         * .cvsignore
7715                 add 'autom4te.cache'
7716                 
7717         * ltconfig      ** REMOVED **
7718                 not needed
7719
7720 2002-11-22 [paul]       0.8.5claws176
7721
7722         * src/textview.c
7723                 textview_set_font(): fix for message display in
7724                 UTF-8 locales (thanks to Sergey Vlasov).
7725                 
7726         * AUTHORS
7727                 add new team members and contributors
7728
7729
7730 2002-11-21 [colin]      0.8.5claws175
7731
7732         * src/procmsg.[ch]
7733                 Add procmsg_remove_special_headers()
7734         * src/mh.c
7735                 Use procmsg_remove_special_headers() for 
7736                 previous fix
7737
7738 2002-11-21 [colin]      0.8.5claws174
7739
7740         * src/mh.c
7741                 Fix moving/copying from queue/draft folders
7742                 for MH folders
7743
7744 2002-11-21 [christoph]  0.8.5claws173
7745
7746         * src/crash.c
7747         * src/filtering.c
7748         * src/logwindow.c
7749         * src/main.c
7750         * src/matcher_parser_lex.[hl]
7751         * src/mbox.c
7752         * src/mbox_folder.[ch]
7753         * src/prefs_filtering.c
7754         * src/procheader.c
7755         * src/quote_fmt_lex.l
7756         * src/ssl.c
7757                 fix all warnings except the warnings in lex and yacc files
7758
7759 2002-11-20 [christoph]  0.8.5claws172
7760
7761         * src/imap.c
7762                 fix MsgInfo retrieval for IMAP draft and queue folders
7763                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7764
7765 2002-11-19 [christoph]  0.8.5claws171
7766
7767         * src/compose.c
7768                 fix segfault, when draft saving does not get
7769                 the MsgInfo of the new message
7770                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7771
7772 2002-11-19 [christoph]  0.8.5claws170
7773
7774         * src/procmsg.c
7775                 add parameter check for flag setting function
7776                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7777
7778 2002-11-18 [paul]       0.8.5claws169
7779
7780         * src/compose.c
7781                 more sensitivity fixes to redirect mode:
7782                 * disable toolbar draft button
7783                 * allow only Address book in the Tools menu
7784                 * disable editing of message by the spell
7785                   checker
7786
7787 2002-11-18 [paul]       0.8.5claws168
7788
7789         * src/compose.c
7790                 fix sensitivity of menu items in compose_redirect():
7791                 allow only the necessary items 
7792
7793 2002-11-18 [paul]       0.8.5claws167
7794
7795         * src/compose.c
7796                 fix bug [ 603259 ] 'attachment got lost on bounce'
7797
7798 2002-11-18 [paul]       0.8.5claws166
7799
7800         * po/ru.po
7801                 updated by Ruslan N. Balkin <baron@dartel.ru>
7802
7803 2002-11-18 [colin]      0.8.5claws165
7804
7805         * src/main.c
7806           src/defs.h
7807                 Remove old filtering stuff
7808
7809
7810 2002-11-17 [oliver]     0.8.5claws164
7811
7812         * src/toolbar.h
7813                 remove not needed typedef 
7814
7815 2002-11-17 [oliver]     0.8.5claws163
7816
7817         * src/toolbar.c
7818                 make toolbar's on click events translatable
7819
7820 2002-11-15 [colin]      0.8.5claws162
7821
7822         * src/summaryview.c
7823                 Revert too-soon integration of a feature
7824
7825 2002-11-15 [christoph]  0.8.5claws161
7826
7827         * src/imap.c
7828                 use main's implementation of imap_get_msginfo
7829
7830 2002-11-15 [christoph]  0.8.5claws160
7831
7832         * src/compose.c
7833         * src/folder.[ch]
7834         * src/imap.c
7835         * src/mbox_folder.c
7836         * src/mh.c
7837         * src/news.c
7838         * src/procmsg.c
7839         * src/summaryview.c
7840                 replace claws' fetch_msginfo with main's get_msginfo
7841                 (use main's implementation where possible)
7842
7843 2002-11-15 [colin]      0.8.5claws159
7844
7845         * src/ssl_certificate.c
7846                 Missed a check
7847
7848 2002-11-16 [melvin]     0.8.5claws158
7849
7850         * po/fr.po
7851                 Updated French translations.
7852
7853 2002-11-16 [colin]      0.8.5claws157
7854
7855         * src/ssl_certificate.c
7856                 Check for missing parts in the certificates
7857
7858 2002-11-15 [colin]      0.8.5claws156
7859
7860         * src/folderview.c
7861                 Preventive fix (missing check) found by
7862                 Alfons
7863
7864 2002-11-15 [paul]
7865
7866         * NEWS
7867                 sync with 0.8.6 release
7868
7869 2002-11-15 [colin]      0.8.5claws155
7870
7871         * src/folder.[ch]
7872           src/folderview.c
7873                 Fix error handling of folder_item_move_to()
7874                 (thanks to Alfons!)
7875
7876 2002-11-15 [colin]      0.8.5claws154
7877
7878         * src/folder.[ch]
7879           src/folderview.c
7880                 folder_item_move_to() sets an error message instead
7881                 of having GUI stuff in folder.c
7882
7883 2002-11-15 [colin]      0.8.5claws153
7884
7885         * src/procmsg.[ch]
7886                 Implemented a callback for MsgInfo updates, 
7887                 heavily copy/pasted from Christoph's folder 
7888                 callback system
7889         * src/summaryview.[ch]
7890                 Register summary_update_msg as callback
7891
7892 2002-11-14 [colin]      0.8.5claws152
7893         
7894         * src/procmsg.c
7895                 Update the FolderItem after sending (fixes 617593)
7896
7897 2002-11-14 [christoph]  0.8.5claws151
7898
7899         * src/folder.c
7900                 fix wrong position of NULL pointer check found
7901                 by Sergey
7902
7903 2002-11-14 [christoph]  0.8.5claws150
7904
7905         * src/folder.c
7906                 fix segfault when deleting messages from IMAP folders
7907                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7908
7909 2002-11-14 [colin]      0.8.5claws149
7910
7911         * src/compose.c
7912                 Forwarding was also ignoring the folder's default account.
7913
7914 2002-11-14 [colin]      0.8.5claws148
7915
7916         * src/compose.c
7917                 Fix sent folder not set to folder properties when 
7918                 forwarding.
7919
7920 2002-11-14 [thorsten]   0.8.5claws147
7921
7922         * src/inc.c
7923                 inc_start(): Files were not moved from .processing to inbox,
7924                 if no global processing rule existed
7925
7926 2002-11-14 [colin]      0.8.5claws146
7927
7928         * src/ssl_certificate
7929                 Fix file operations
7930
7931 2002-11-14 [paul]       0.8.5claws145
7932
7933         * po/it.po
7934                 updated by Alessandro Maestri
7935
7936 2002-11-13 [alfons]     0.8.5claws144
7937
7938         * src/folder.c
7939                 folder_item_close(): only mark messages unread
7940                 when a folder has new messages 
7941
7942 2002-11-13 [keith]      0.8.5claws143
7943
7944         * src/imap.c
7945                 Fix problem moving or copying between
7946                 IMAP folders
7947
7948 2002-11-13 [colin]      0.8.5claws142
7949
7950         * src/matcher_parser_parse.y
7951                 Fix rule problem when " don't match
7952
7953 2002-11-13 [christoph]  0.8.5claws141
7954
7955         * src/folder.c
7956         * src/folderview.c
7957                 moved cache saving to folder_item_close
7958                 the folderview should not have to deal with
7959                 this things
7960
7961 2002-11-13 [christoph]  0.8.5claws140
7962
7963         * src/summaryview.c
7964                 moved setting of important score to
7965                 summary_set_prefs_from_folderitem
7966
7967 2002-11-13 [colin]      0.8.5claws139
7968
7969         * src/matcher_parser_parse.y
7970                 Fix a segfault in the parser (happening when
7971                 a good expression had been tested and a bad 
7972                 one arrives)
7973
7974 2002-11-13 [paul]       0.8.5claws138
7975
7976         * sync with 0.8.5cvs24
7977                 see ChangeLog 2002-11-13
7978                 
7979         * po/pt_BR.po
7980                 updated by Fabio Jr. Beneditto
7981
7982 2002-11-13 [colin]      0.8.5claws137
7983         
7984         * src/msgcache.c
7985           src/defs.h
7986           src/procmsg.[ch]
7987                 Revert last commit, problem
7988
7989 2002-11-13 [colin]      0.8.5claws136
7990
7991         * src/msgcache.c
7992                 Remove duplicated code
7993         * src/defs.h
7994                 Bumped CACHE_VERSION and MARK_VERSION
7995         * src/procmsg.[ch]
7996                 Network endian for cache and mark files
7997
7998 2002-11-12 [colin]      0.8.5claws135
7999
8000         * src/inc.c
8001                 Fix the "socket error" dialog which disappeared
8002
8003 2002-11-12 [colin]      0.8.5claws134
8004
8005         * src/msgcache.c
8006                 Reverse last commit which had performance 
8007                 problems, but still reverse the list
8008
8009 2002-11-12 [colin]      0.8.5claws133
8010
8011         * src/msgcache.c
8012                 Reverse list order
8013
8014 2002-11-12 [melvin]     0.8.5claws132
8015
8016         * src/compose.c
8017                 Added a check for a NULL prefs_common.dictionary
8018
8019 2002-11-12 [colin]      0.8.5claws131
8020
8021         * src/ssl_certificate.[ch]
8022                 Use FQDN hostname
8023
8024 2002-11-12 [colin]      0.8.5claws130
8025
8026         * src/ssl_certificate.[ch]
8027                 Take connection port into account for 
8028                 checking certificates (a single hostname
8029                 could have multiple servers with multiple
8030                 certificates)
8031         * src/ssl.c
8032                 Pass the port to ssl_certificate_check
8033
8034 2002-11-12 [paul]       0.8.5claws129
8035
8036         * src/folder.c
8037                 fix a typo in last commit
8038
8039 2002-11-12 [paul]       0.8.5claws128
8040
8041         * sync with 0.8.5cvs23
8042                 see ChangeLog entry 2002-11-12
8043
8044 2002-11-11 [colin]      0.8.5claws127
8045
8046         * src/ssl_certificate.c
8047                 Cleaner messages
8048                 Don't popup, instead log error, if the 
8049                 corresponding pref is checked
8050         * src/ssl_certificate.h
8051                 include <openssl/objects/h>
8052
8053 2002-11-11 [colin]      0.8.5claws126
8054
8055         * src/ssl_certificate.h
8056                 _Really_ clean it
8057
8058 2002-11-11 [colin]      0.8.5claws125
8059         
8060         * src/ssl_certificate.c
8061                 Fixed leak
8062
8063 2002-11-11 [colin]      0.8.5claws124
8064
8065         * src/ssl.c
8066                 Cleaned a bit
8067         * src/ssl_certificate.[ch]
8068                 Cleaned a bit (better use of SSL API)
8069                 (This will cause non-recognition of saved 
8070                  certificates of claws12[23]...)
8071
8072 2002-11-11 [paul]       0.8.5claws123
8073         
8074         * po/es.po
8075                 updated by Ricardo Mones Lastra
8076
8077 2002-11-11 [colin]      0.8.5claws122
8078
8079         * src/ssl.c
8080                 Fix a typo
8081
8082 2002-11-11 [colin]      0.8.5claws121
8083
8084         * src/ssl_certificate.[ch] ** NEW FILES **
8085         * src/ssl.[ch]
8086                 Check SSL certificates presented to us
8087         * src/Makefile.am
8088                 Add ssl_certificate.[ch]
8089         * po/POTFILES.in
8090                 Add ssl_certificate.c
8091
8092 2002-11-11 [paul]       0.8.5claws120
8093
8094         * sync with 0.8.5cvs22
8095                 see ChangeLog 2002-11-11
8096
8097 2002-11-11 [paul]       0.8.5claws119
8098
8099         * sync with 0.8.5cvs21
8100                 see ChangeLog 2002-11-11
8101
8102 2002-11-10 [jens]       0.8.5claws118
8103
8104         * src/folder.c
8105         * src/folderview.c
8106                 corrected some typing
8107         * po/de.po
8108                 updated german translation
8109         * sylpheed.spec.in
8110                 cleaned up specfile and adjusted it for claws
8111
8112 2002-11-10 [colin]      0.8.5claws117
8113
8114         * src/summaryview.c
8115                 a STATUSBAR_PUSH/POP fix
8116
8117 2002-11-10 [colin]      0.8.5claws116
8118
8119         * src/prefs_folder_item.c
8120                 Fix hanging after opening folder properties
8121
8122 2002-11-10 [hoa]        0.8.5claws115
8123
8124         * src/matcher_parser_lex.l
8125         * src/matcher_parser_parse.y
8126                 config file for scoring and filtering is no more trashed
8127                 when there is a syntax error in a filtering rule when
8128                 editing it in a dialog.
8129
8130 2002-11-09 [colin]      0.8.5claws114
8131
8132         * src/mbox_folder.c
8133                 Added missing initialisation of folder->destroy()
8134
8135 2002-11-09 [colin]      0.8.5claws113
8136
8137         * src/folder.c
8138           src/folderview.c
8139                 Fix the status bar messages
8140
8141 2002-11-09 [colin]      0.8.5claws112
8142
8143         * src/folderview.c
8144                 Fix hangs after folder dnd, happening after 
8145                 claws109.
8146
8147 2002-11-09 [christoph]  0.8.5claws111
8148
8149         * src/folderview.c
8150                 just changed order of calls (reverse order of
8151                 associated calls)
8152         * src/inc.c
8153                 lock inc when checking only one account, otherwise
8154                 inc all could be executed at the same time
8155
8156 2002-11-09 [christoph]  0.8.5claws110
8157
8158         * src/folderview.c
8159                 better unlock the mouse cursor before calling
8160                 summary_show because it changes the cursor too
8161
8162 2002-11-09 [christoph]  0.8.5claws109
8163
8164         * src/folder.[ch]
8165         * src/folderview.c
8166                 add functions to open and close a folder
8167                 o opending will execute scanning for remote folders
8168                   and processing
8169                 o closing will unset new flag for messages
8170
8171 2002-11-09 [colin]      0.8.5claws108
8172
8173         * src/folder.c
8174                 Add a call to prefs_matcher_write_config to 
8175                 avoid non-leaf folders filtering settings to be
8176                 lost
8177
8178 2002-11-09 [paul]       0.8.5claws107
8179
8180         * src/prefs_account.c
8181                 re-word a label
8182
8183 2002-11-09 [colin]      0.8.5claws106
8184
8185         * src/folderview.c
8186                 Minor esthetic fix
8187
8188 2002-11-09 [colin]      0.8.5claws105
8189
8190         * src/folderview.c
8191                 Fix prefs_filtering deletion for MH folders (same
8192                 reason as below)
8193         * src/prefs_filtering.c
8194                 Fix prefs_filtering renaming and deletion for 
8195                 folder-based processing rules.  
8196
8197 2002-11-09 [christoph]  0.8.5claws104
8198
8199         * src/compose.c
8200         * src/folder.[ch]
8201         * src/folderview.[ch]
8202         * src/import.c
8203         * src/inc.c
8204         * src/main.c
8205         * src/mainwindow.c
8206         * src/messageview.c
8207         * src/prefs_folder_item.c
8208         * src/procmsg.c
8209         * src/summaryview.c
8210                 implement a callback system for folder item updates
8211
8212 2002-11-09 [colin]      0.8.5claws103
8213
8214         * src/folderview.c
8215                 Fix prefs_filtering renaming for MH folders (we
8216                 shouldn't rename by path as another folder could
8217                 have the same hierarchy).
8218
8219 2002-11-09 [colin]      0.8.5claws102
8220
8221         * src/folder.c
8222                 Fix a leak found by Christoph, use better variable
8223                 names
8224
8225 2002-11-09 [colin]      0.8.5claws101
8226
8227         * src/folder.c
8228                 One more fix for processing rules
8229
8230 2002-11-08 [colin]      0.8.5claws100
8231         
8232         * src/matcher.c
8233                 Don't copy the compiled regexp (will be reevaluated)
8234         * src/folderview.c
8235                 Lock folderview while moving
8236         * src/folder.c
8237                 Provide info on what's happening to the user
8238
8239 2002-11-08 [colin]      0.8.5claws99
8240
8241         * src/folderview.c
8242                 Fix folder reordering after a move if parent is 
8243                 root
8244         * src/scoring.[ch]
8245                 Add function to copy a ScoringProp
8246         * src/prefs_folder_item.c
8247                 Copy scoring rules when copying a folder prefs
8248
8249 2002-11-08 [colin]      0.8.5claws98
8250
8251         * src/folderview.c
8252                 Fixes in case of failure
8253         * src/filtering.[ch]    
8254                 Add function to duplicate a FilteringProp
8255         * src/matcher.[ch]
8256                 Add function to duplicate a MatcherProp
8257         * src/prefs_folder_item.c
8258                 Save folder's processing rules when copying 
8259                 its prefs
8260
8261 2002-11-08 [colin]      0.8.5claws97
8262         
8263         * src/folderview.c
8264                 Sort after move
8265         * src/folder.c 
8266                 Change a printf to debug_print
8267
8268 2002-11-08 [colin]      0.8.5claws96
8269
8270         * src/folder.c
8271           src/folderview.c
8272                 Fix segfaults, call me stupido
8273         
8274
8275 2002-11-08 [colin]      0.8.5claws95
8276
8277         *src/folder.c
8278                 Added forgotten prefs to save when moving folders
8279
8280 2002-11-08 [colin]      0.8.5claws94
8281
8282         * src/folder.c
8283                 Fixes to folder DND (prefs copy)
8284         * src/folderview.c
8285                 Optimization for folder DND (don't rescan whole tree)
8286                 Added folderview_create_folder_node() for this 
8287                 optimization, so de-duped a bit the code
8288         * src/prefs_folder_item.[ch]
8289                 Added prefs_folder_item_copy_prefs()    
8290           
8291 2002-11-08 [paul]       0.8.5claws93
8292
8293         * src/prefs_account.c
8294           tools/README
8295           tools/kmail2sylpheed_v2.pl
8296                 correct some typos
8297
8298 2002-11-08 [paul]       0.8.5claws92
8299
8300         * src/compose.c
8301           src/prefs_account.[ch]
8302                 remove account options 'clearsign' and 'ascii_armored',
8303                 replace with 'default_gnupg_mode' to prevent mixed-mode
8304                 Privacy settings
8305
8306 2002-11-08 [paul]       0.8.5claws91
8307
8308         * src/compose.[ch]
8309                 re-implement GnuPG 'on-the-fly' mode selection,
8310                 disallow mixed-mode
8311
8312 2002-11-08 [colin]      0.8.5claws90
8313
8314         * src/folderview.c
8315           src/prefs_folder_item.c
8316                 Change "Property" to "Properties"
8317
8318 2002-11-07 [colin]      0.8.5claws89
8319
8320         * src/folderview.c
8321           src/folder.c
8322                 Allow folder dropping to a root folder
8323
8324 2002-11-07 [paul]       0.8.5claws88
8325
8326         * src/compose.c
8327                 revert last commit
8328
8329 2002-11-07 [paul]       0.8.5claws87
8330
8331         * src/compose.c
8332                 fix reply-to-list bug. closes bug report
8333                 "[633382] reply-to-list broken in recent cvs"
8334
8335 2002-11-07 [paul]       0.8.5claws86
8336
8337         * src/compose.c
8338                 add a forgotten '#if USE_GPGME ... #endif'
8339
8340 2002-11-07 [paul]       0.8.5claws85
8341
8342         * sync with 0.8.5cvs20
8343                 see ChangeLog 2002-11-07
8344
8345 2002-11-07 [colin]      0.8.5claws84
8346
8347         * src/folder.[ch]
8348                 Change folder_item_move_to to return the newly 
8349                 created folderitem.
8350         * src/folderview.c
8351                 Select the new folderitem after moving.
8352
8353 2002-11-07 [colin]      0.8.5claws83
8354
8355         * src/prefs_filtering.c
8356                 Fix rule rewriting when moving a leaf folder to a 
8357                 shorter path
8358
8359 2002-11-07 [colin]      0.8.5claws82
8360
8361         * src/prefs_filtering.c
8362                 fix a leak
8363
8364 2002-11-07 [colin]      0.8.5claws81
8365
8366         * src/folder.[ch]
8367                 Add folder_item_move_to() function to move a 
8368                 folderitem into another one (updates matcher etc)
8369         * src/folderview.c
8370                 Add folder drag'n drop (context menu to come)
8371                 [Should be dataloss free, but Please backup before 
8372                  trying !]
8373
8374 2002-11-06 [colin]      0.8.5claws80
8375
8376         * src/mh.c
8377                 mh_create_folder() returns NULL if can't create
8378                 directory hierarchy
8379
8380 2002-11-06 [paul]       0.8.5claws79
8381
8382         * src/compose.[ch]
8383                 allow 'on-the-fly' changing of the type of encryption 
8384                 and/or signing used (mime/ascii) via the compose window
8385
8386 2002-11-06 [paul]       0.8.5claws78
8387
8388         * sync with 0.8.5cvs19
8389                 see ChangeLog 2002-11-06 for src/account.c: 
8390                 account_get_special_folder()
8391                 
8392 2002-11-05 [alfons]     0.8.5claws77
8393
8394         * src/crash.c
8395                 very minor cleanups: nothing to see here, move on. :-)
8396
8397 2002-11-05 [colin]      0.8.5claws76
8398
8399         * src/main.c
8400                 Changes choices if compose windows are opened to
8401                 Discard, Draft, Don't quit
8402
8403 2002-11-05 [thorsten]   0.8.5claws75
8404
8405         * src/compose.c
8406                 reenabled default_reply_to folder option
8407
8408 2002-11-05 [colin]      0.8.5claws74
8409
8410         * src/compose.[ch] 
8411                 add compose_draft()
8412         * src/crash.c
8413                 add SIGTERM handler
8414         * src/main.[ch]
8415                 add clean_quit() for the SIGTERM handler
8416
8417 2002-11-05 [paul]       0.8.5claws73
8418         
8419         * po/es.po
8420                 updated by Ricardo Mones Lastra
8421
8422 2002-11-05 [melvin]     0.8.5claws72
8423
8424         * src/logwindow.c
8425                 Fixed log-clipping bug #616795.
8426                 To stop logging in the log window use 0 length.
8427         * src/prefs_common.c
8428                 Added a label to inform about the 0 log length behaviour.
8429
8430 2002-11-05 [paul]       0.8.5claws71
8431
8432         * sync with 0.8.5cvs17
8433                 see ChangeLog 2002-11-05
8434
8435 2002-11-04 [paul]       0.8.5claws70
8436
8437         * sylpheed-128x128.png
8438           sylpheed-64x64.png
8439           sylpheed.png
8440                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8441                 <nikai@users.sourceforge.net>
8442                 
8443         * po/bg.po
8444                 updated by George Danchev
8445
8446 2002-11-03 [thorsten]   0.8.5claws69
8447
8448         * src/main.c
8449           src/mimeview.c
8450           src/rfc2015.h
8451                 add check if gpg is active
8452
8453 2002-11-03 [thorsten]   0.8.5claws68
8454
8455         * src/toolbar.h
8456                 removed GSList declaration causing trouble on MacOS-X
8457                 (submitted by alfons, reported by xfesty)
8458
8459 2002-11-01 [paul]       0.8.5claws67
8460
8461         * src/mainwindow.c
8462                 remove last remnants of main's filter code
8463
8464 2002-11-01 [paul]       0.8.5claws66
8465
8466         * tools/filter_conv.pl
8467                 fix bug where user-defined headers were ignored
8468
8469 2002-11-01 [paul]       0.8.5claws65
8470
8471         * src/logwindow.c
8472                 make a debug_print() not translatable
8473
8474 2002-10-31 [melvin]     0.8.5claws64
8475
8476         * ac/aspell.m4
8477                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8478                 not run any GNU/aspell test.  The dictionary path will
8479                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8480                 was given, in which case, it will be $prefix/lib/aspell/
8481         * configure.in
8482                 Fixed typo in commentary (Aspell code).
8483
8484 2002-10-31 [paul]       0.8.5claws63
8485
8486         * po/POTFILES.in
8487                 remove src/filter.c and src/prefs_filter.c
8488                 thanks to Ricardo for reminding me
8489
8490 2002-10-31 [colin]      0.8.5claws62
8491
8492         * src/mbox_folder.c
8493                 Plug some leaks
8494
8495 2002-10-31 [paul]       0.8.5claws61
8496
8497         * src/prefs_filter.[ch] ** REMOVED **
8498           src/filter.[ch]       ** REMOVED **
8499           
8500         * src/Makefile.am
8501           src/folderview.c
8502           src/inc.c
8503           src/main.c
8504           src/mainwindow.c
8505           src/mbox.c
8506           src/prefs_common.c
8507           src/prefs_filtering.c
8508           src/summaryview.[ch]
8509                 remove main's 'filter' code
8510                 
8511         README.claws
8512                 update to reflect removal of main's filter
8513
8514 2002-10-31 [paul]       0.8.5claws60
8515
8516         * src/summaryview.c
8517                 remove check for global_processing in summary_filter_open(). 
8518                 This fixes the bug where if the user uses the right-click 
8519                 'Create filter rule...' and doesn't have any filter rules 
8520                 already defined in claws' advanced filtering, the newly 
8521                 created filter rule goes to main's filtering which is 
8522                 inaccessible through the gui. Now the filter rule gets added
8523                 to claws' filtering by default.
8524
8525 2002-10-28 [melvin]     0.8.5claws59
8526
8527         * src/prefs_actions.c
8528                 Fixed bug #627322 where MIME parts were not always
8529                 correctly passed to a %p action
8530                 Display an error dialog when message filename is not found.
8531
8532 2002-10-28 [melvin]     0.8.5claws58
8533
8534         * src/prefs_common.c
8535                 Readded a missing function declaration lost in 0.8.3claws34
8536
8537 2002-10-28 [paul]       0.8.5claws57
8538
8539         * sync with 0.8.5cvs15
8540                 see ChangeLog 2002-10-28 and 2002-10-25
8541                 
8542         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8543
8544 2002-10-27 [oliver]     0.8.5claws56
8545
8546         * src/pop.c
8547                 plug leak in pop3_top_recv
8548
8549 2002-10-26 [christoph]  0.8.5claws55
8550
8551         * src/folder.c
8552                 set need_update folder flag when messages are added
8553                 (closes bug [ 626922 ] folder not updated after receiving)
8554
8555 2002-10-25 [melvin]     0.8.5claws54
8556
8557         * src/imageview.c
8558                 Fixed a memleak introduced in the scaling code.
8559
8560 2002-10-24 [alfons]     0.8.5claws53
8561
8562         * src/filtering.c
8563                 make filtering's forward message action forward from the 
8564                 correct account
8565                 (closes bug [628089 ] Filter -> Forward from address problem
8566                 reported by Oktay)
8567
8568 2002-10-24 [christoph]  0.8.5claws52
8569
8570         * src/mainwindow.c
8571         * src/manual.[ch]
8572                 o use manual of current locale or english if current
8573                   locale is not available (and english is available)
8574                 o also link to sylpheed doc project manuals
8575
8576 2002-10-23 [paul]       0.8.5claws51
8577
8578         * tools/README
8579           tools/kmail2sylpheed_v2.pl
8580                 add new version of kmail addressbook importer script.
8581                 works with newer versions of Kmail/KAddressBook which
8582                 have new and rearranged data.
8583
8584 2002-10-23 [martin]     0.8.5claws50
8585
8586         * src/folderview.c
8587         * src/summaryview.c
8588         * src/utils.h
8589         * src/utils.c
8590                 added length parameter to get_abbrev_newsgroup_name()
8591                 changed this function so that it abbreviates the newsgroup
8592                 names only so long it is smaller than the length parameter
8593                 (for better reading of some newsgroup names and space efficiency)
8594
8595 2002-10-22 [colin]      0.8.5claws49
8596
8597         *src/foldersel.c
8598                 Revert Alfons' last modification (after voting ;-))
8599
8600 2002-10-21 [alfons]     0.8.5claws48
8601
8602         * src/foldersel.c
8603                 folder view in folder selection dialog reflects state of
8604                 folder view in main window
8605
8606 2002-10-18 [alfons]     0.8.5claws47
8607
8608         * src/mbox.c
8609                 drop imported messages in folder selected by user,
8610                 and not in the inbox
8611                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8612
8613 2002-10-18 [alfons]     0.8.5claws46
8614
8615         * src/compose.c
8616                 make automagic reply work correctly for email accounts 
8617                 (whether it's viable to do a full sync with Hiro's 
8618                 compose.c is still under discussion)
8619
8620 2002-10-18 [melvin]     0.8.5claws45
8621
8622         * src/prefs_actions.c
8623                 Fixed bug #622275 where asynchroneous actions left 
8624                 zombies processes
8625                 Made (synchroneous) actions' input be displayed live.
8626
8627 2002-10-18 [christoph]  0.8.5claws44
8628
8629         * src/textview.c
8630                 don't add a newline in the textview in front of the
8631                 first textpart if header display is disabled
8632                 (closes bug [ 603385 ] disabled header display leaves blank
8633                  lin)
8634
8635 2002-10-18 [christoph]  0.8.5claws43
8636
8637         * src/folder.[ch]
8638         * src/imap.c
8639         * src/mbox_folder.c
8640         * src/mh.c
8641         * src/news.c
8642                 folder->get_num_list now returns an error code
8643                 (closes bug [ 609424 ] News cache cleared on failure)
8644                 
8645 2002-10-17 [colin]      0.8.5claws42
8646         
8647         * src/news.c
8648                 Changed a printf by debug_print
8649
8650 2002-10-16 [paul]       
8651
8652         * tools/OOo2sylpheed.pl
8653                 allow for spaces in the name of the
8654                 file to be attached.
8655
8656 2002-10-16 [colin]      0.8.5claws41
8657
8658         * src/main.c
8659                 Use a tristate to change online mode
8660
8661 2002-10-16 [paul]       0.8.5claws40
8662
8663         * po/es.po
8664                 updated by Ricardo Mones Lastra
8665
8666 2002-10-16 [colin]      0.8.5claws39
8667
8668         * src/main.c
8669           src/mainwindow.[ch]
8670                 Added --online and --offline command-line
8671                 switches
8672
8673 2002-10-15 [christoph]  0.8.5claws38
8674
8675         * src/procmime.c
8676                 set mimeinfo->name to NULL after g_free to
8677                 avoid double freeing with g_free
8678
8679 2002-10-14 [christoph]  0.8.5claws37
8680
8681         * src/compose.c
8682         * src/filtering.c
8683         * src/summaryview.c
8684                 remove calls to folder->change_flags that are now
8685                 done by procmsg flag functions (seems it is not
8686                 used by any foldertype anyway)
8687         * src/folder.c
8688                 init folder->change_flags with NULL
8689
8690 2002-10-14 [christoph]  0.8.5claws36
8691
8692         * src/folder.[ch]
8693         * src/imap.[ch]
8694                 use virtual functions for folder item new and destroy
8695                 functions
8696
8697 2002-10-14 [melvin]     0.8.5claws35
8698
8699         * src/compose.c
8700                 Added a test to not run the spell checker if no default
8701                 dictionary is available. No dialog is displayed though.
8702
8703 2002-10-14 [melvin]     0.8.5claws34
8704
8705         * src/gtkaspell.c
8706                 Fixed bug in dictionary list context menu where
8707                 "More..." pointed to an emtpy submenu if the
8708                 number of dictionaries is a multiple of 15
8709                 Removed unneeded code in suggestions list creation
8710
8711 2002-10-14 [paul]       0.8.5claws33
8712
8713         * po/bg.po
8714                 updated by George Danchev
8715
8716 2002-10-13 [hoa]        0.8.5claws32
8717
8718         * src/matcher.[ch]
8719           src/matcher_parser_parser.y
8720                 removed the escaped string from internal structure
8721                 of matcher.
8722
8723 2002-10-12 [colin]      0.8.5claws31
8724
8725         * src/gtksctree.[ch]
8726           src/summaryview.c
8727                 Removed useless function gtksctree_reanchor
8728
8729 2002-10-12 [alfons]     0.8.5claws30
8730         
8731         * sync with remaining main changes 2002-10-09 - 2002-10-11
8732         - drop changes to src/compose.c (requires claws specific changes)
8733         
8734 2002-10-12 [alfons]     0.8.5claws29
8735         
8736         * sync with main changes of 2002-10-08
8737         - drop changes to src/compose.c (requires claws specific changes)
8738         - drop changes to src/summaryview.c (requires changes to compose.c)     
8739
8740 2002-10-12 [alfons]     0.8.5claws28
8741         
8742         * sync with main changes of 2002-10-07
8743
8744 2002-10-12 [alfons]     0.8.5claws27
8745
8746         * sync with main changes of 2002-10-04
8747         - drop changes to src/compose.c (requires claws specific changes)
8748         - drop changes to src/prefs_folder_item.c (claws implementation
8749           seems to be working)
8750
8751 2002-10-12 [colin]      0.8.5claws26
8752
8753         * src/mainwindow.c
8754                 Fix folder-flicker when space-reading, introduced 
8755                 in claws22.
8756
8757 2002-10-12 [colin]      0.8.5claws25
8758
8759         * src/compose.c
8760                 Save account address when saving as draft.
8761                 (closes bug 621838)
8762
8763 2002-10-12 [colin]      0.8.5claws24
8764
8765         * src/summaryview.c
8766                 Fix the problem consisting of no message selected
8767                 after the last message in a folder has been moved.
8768
8769 2002-10-12 [paul]       0.8.5claws23
8770
8771         * src/compose.c
8772           src/prefs_template.c
8773           src/template.[ch]
8774                 add Cc and Bcc to templates. Patch submitted by
8775                 John L. Males.
8776
8777 2002-10-12 [colin]      0.8.5claws22
8778
8779         * src/folderview.c
8780                 Fix a bug after "Check for new messages":
8781                 If a folder was opened, it was still selected at
8782                 the end of the check, but displayed empty.
8783         * src/mainwindow.c
8784                 Remove unnecessary check
8785
8786 2002-10-12 [paul]
8787
8788         * tools/README
8789                 be more verbose in the description of
8790                 OOo2sylpheed.pl
8791                 
8792
8793 2002-10-11 [colin]      0.8.5claws21
8794
8795         * src/mainwindow.c
8796                 Make space work (better) when no mail is selected
8797
8798 2002-10-11 [colin]      0.8.5claws20
8799
8800         * src/inc.c
8801           src/news.c
8802                 fix warnings
8803
8804 2002-10-11 [colin]      0.8.5claws19
8805
8806         * src/mainwindow.c
8807                 revert 0.8.5claws6 changes as i couldn't get to
8808                 anything satisfying
8809
8810 2002-10-11 [melvin]     0.8.5claws18
8811
8812         * src/compose.c
8813                 Removed buggy and unused macro (should have been committed in
8814                 0.8.5claws17)
8815
8816 2002-10-11 [melvin]     0.8.5claws17
8817
8818         * src/compose.c
8819                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8820
8821 2002-10-11 [thorsten]   0.8.5claws16 
8822
8823         * src/folderview.c
8824                 remove rescan warning
8825
8826 2002-10-11 [colin]      0.8.5claws15 
8827
8828         * src/procheader.c
8829                 fix a segfault that happens if conv_unmime_header
8830                 fails (should be better to find out why it fails)
8831
8832 2002-10-11 [christoph]  0.8.5claws14
8833
8834         * src/summaryview.c
8835                 update folderview stats after ignore/unignore thread
8836
8837 2002-10-11 [hoa]        0.8.5claws13
8838
8839         * src/quote_fmt_parse.y
8840                 Fixed a yacc/bison syntax error
8841         * src/matcher.c
8842                 Escaping of string is fixed.
8843
8844 2002-10-11 [colin]      0.8.5claws12
8845
8846         * src/imageview.c
8847                 Resize images to fit
8848
8849 2002-10-11 [paul]       0.8.5claws11
8850
8851         * po/es.po
8852                 updated by Ricardo Mones Lastra
8853
8854 2002-10-10 [alfons]     0.8.5claws10
8855
8856         * src/compose.c
8857                 allow dropping files by "moving" files from a file manager,
8858                 not only by the more cumbersome "copying". the latter 
8859                 mostly implies holding down the Control button
8860
8861 2002-10-10 [christoph]  0.8.5claws9
8862
8863         * src/summaryview.c
8864                 update folders after thread building for ignored threads
8865
8866 2002-10-10 [christoph]  0.8.5claws8
8867
8868         * config/.cvsignore
8869                 added Makefile
8870         * src/filtering.[ch]
8871         * src/folder.[ch]
8872         * src/folderview.[ch]
8873         * src/import.c
8874         * src/inc.[ch]
8875         * src/mbox.[ch]
8876         * src/procmsg.c
8877         * src/summaryview.[ch]
8878                 o added new flag need_update to FolderItem
8879                 o removed folder_table from various functions from tracking
8880                   folder updates
8881                 o set need_update flags in folder.c's move, copy and delete
8882                   functions and procmsg's flags functions
8883                 o added function folderview_update_items_when_required that
8884                   updates all folders with need_update set
8885                 o call folderview_update_items_when_required instead of
8886                   folderview_update_item_foreach
8887
8888 2002-10-09 [sergey]     0.8.5claws7
8889
8890         * src/compose.c
8891                 Strip CRs whel loading the text into editor in reedit mode.
8892
8893 2002-10-09 [colin]      0.8.5claws6
8894
8895         * src/mainwindow.c
8896                 Make Space work when no mail is selected
8897
8898 2002-10-09 [colin]      0.8.5claws5
8899
8900         * src/gtksctree.[ch]
8901                 Fix range_select
8902                 Add gtk_sctree_reanchor() 
8903         * src/summaryview.c
8904                 Use gtk_sctree_reanchor() - better fix for 
8905                 bug 60413
8906
8907 2002-10-09 [colin]      0.8.5claws4
8908
8909         * src/summaryview.c
8910                 Fix shift-click select after delete problem
8911                 (closes bug 60413)
8912
8913 2002-10-08 [thorsten]   0.8.5claws3
8914
8915         * src/summaryview.c
8916                 exclude current msg from -hide read messages-
8917
8918 2002-10-08 [colin]      0.8.5claws2
8919
8920         * src/inc.[ch]
8921           src/pop.c
8922           src/recv.c
8923                 Differentiate socket errors from disk full
8924                 errors
8925
8926 2002-10-08 [christoph]  0.8.5claws1
8927
8928         * Makefile.am
8929         * configure.in
8930                 modifications for new config directory
8931
8932         * config.guess  ** REMOVED **
8933         * config.sub    ** REMOVED **
8934         * install-sh    ** REMOVED **
8935         * ltmain.sh     ** REMOVED **
8936         * missing       ** REMOVED **
8937         * mkinstalldirs ** REMOVED **
8938                 these files are autogenerated by automake
8939                 when you run autogen.sh
8940
8941         * config/.cvsignore     ** NEW FILE **
8942         * config/Makefile.am    ** NEW FILE **
8943                 ignore autogenerated files
8944                 create a Makefile in this directory
8945
8946 2002-10-08 [paul]       0.8.5claws
8947
8948         * 0.8.5claws release
8949         
8950         * src/compose.c
8951           src/procheader.c
8952           src/procmsg.c
8953                 fix quote reply format for newsgroups reply bug
8954                 (thanks to Hoa)
8955                 
8956         * po/en_GB.po
8957           po/pl.po
8958                 updated by me and Witold Wladyslaw Wojciech Wilk
8959                 repectively
8960
8961 2002-10-07 [paul]       0.8.3claws53
8962
8963         * po/it.po
8964           po/pt_BR.po
8965           po/sr.po
8966                 updated messages catalogs, submitted by
8967                 Alessandro Maestri, Fabio Jr.Beneditto 
8968                 and Urke MMI, respectively.
8969
8970 2002-10-07 [christoph]  0.8.3claws52
8971
8972         * src/folder.[ch]
8973         * src/folderview.c
8974         * src/mainwindow.c
8975                 fix new folder ghost message bug
8976                 (closes bug [ 619722 ] wrong count for newly created folders)
8977
8978 2002-10-07 [christoph]  0.8.3claws51
8979
8980         * src/compose.c
8981                 fix news posting problem
8982
8983 2002-10-07 [melvin]     0.8.3claws50
8984
8985         * po/fr.po
8986                 Updated French translation
8987
8988 2002-10-05 [christoph]  0.8.3claws49
8989
8990         * src/gtkstext.c
8991                 check if line_start_cache is set in gtk_stext_update_text
8992                 (closes bug [ 618119 ] crash while doing search in folder)
8993
8994 2002-10-05 [christoph]  0.8.3claws48
8995
8996         * src/imap.c
8997         * src/news.c
8998         * src/utils.c
8999         * src/utils.h
9000                 implement cache cleanups for claws' folder system
9001                 (closes bug [ 595916 ] imapcache not cleaned up)
9002
9003 2002-10-05 [melvin]     0.8.3claws47
9004
9005         * src/prefs_actions.c
9006                 Made the help text more clear for the %p token
9007
9008 2002-10-04 [paul]       0.8.3claws46
9009
9010         * sync with 0.8.5
9011                 see ChangeLog 2002-10-02 and 2002-10-03
9012
9013 2002-10-04 [christoph]  0.8.3claws45
9014
9015         * src/inc.c
9016                 fix segfault caused by pop before smtp
9017                 call to inc_account_mail with NULL
9018                 pointer for mainwin
9019
9020 2002-10-04 [paul]       0.8.3claws44
9021
9022         * configure.in
9023                 sync the LDAP detection from 0.8.5cvs1
9024
9025 2002-10-02 [christoph]  0.8.3claws43
9026
9027         * po/de.po
9028                 fix small spelling error
9029
9030 2002-10-02 [melvin]     0.8.3claws42
9031
9032         * ac/aspell.m4
9033                 Behave better and say "no" when test program cannot be run.
9034
9035 2002-10-02 [paul]       0.8.3claws41
9036
9037         * sync with 0.8.4cvs1
9038                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9039                 
9040         * src/summaryview.c
9041                 toggle the behavior of Reply menuitem between
9042                 normal reply and reply-to-list
9043
9044 2002-10-01 [sergey]     0.8.3claws40
9045
9046         * src/compose.c
9047                 Convert newlines in the message text to the canonical form
9048                 before base64 encoding (RFC2045 compliance, fixes some
9049                 interoperability issues with Evolution 1.0.3)
9050
9051 2002-09-29 [colin]      0.8.3claws39
9052
9053         * src/summaryview.c
9054                 Fix an unwanted copy/paste
9055
9056 2002-09-29 [colin]      0.8.3claws38
9057
9058         * src/mainwindow.c
9059                 Renamed "Custom toolbar" to "Customize toolbar"
9060                 Renamed "Show all header" to "Show all headers"
9061                 Renamed "Set diplay item" to "Set displayed items"
9062         * src/prefs_common.c
9063                 Renamed "Show all header" to "Show all headers"
9064         * src/prefs_summary_column.c
9065                 Renamed "diplay item" to "displayed items"
9066
9067 2002-09-29 [colin]      0.8.3claws37
9068
9069         * src/mainwindow.[ch]
9070                 online/offline status pixmaps follow theme
9071                 changes
9072         * src/summaryview.[ch]
9073                 quicksearch pixmap follows theme changes
9074
9075 2002-09-29 [thorsten]   0.8.3claws36
9076
9077         * src/compose.c
9078           src/prefs_folder_item.[ch]
9079                 add default_reply_to folder option (closes patch 581044)
9080
9081 2002-09-29 [christoph]  0.8.3claws35
9082
9083         * acconfig.h    ** REMOVED **
9084         * configure.in
9085         * ac/aspell.m4
9086         * ac/check-type.m4
9087         * ac/gnupg-check-typedef.m4
9088                 fix autoheader 2.50 warning
9089
9090 2002-09-29 [christoph]  0.8.3claws34
9091
9092         * major code cleanup (part 2)
9093         
9094                 - unused variables removed
9095                 - unused functions removed
9096                 - uninitialized variables checked
9097                 - missing return statements added
9098                 - missing function return types added
9099                 - added parentheses around assignment
9100                   when suggested by gcc
9101
9102 2002-09-29 [alfons]     0.8.3claws33
9103
9104         * src/logwindow.c
9105                 log_window_clear(): only bracket gtk_text_forward_delete() 
9106                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9107                 works around GTK text bug)
9108
9109 2002-09-29 [paul]       0.8.3claws32
9110
9111         * po/bg.po
9112           po/sr.po
9113                 updated by George Danchev and Urke MMI
9114                 respectively
9115
9116 2002-09-27 [christoph]  0.8.3claws31
9117
9118         * doc-src/readme.txt
9119         * doc-src/rfc1806.txt   ** REMOVED **
9120         * doc-src/rfc2183.txt   ** NEW FILE **
9121         * doc-src/rfc2980.txt   ** NEW FILE **
9122                 update rfcs
9123
9124 2002-09-27 [melvin]     0.8.3claws30
9125
9126         * ac/aspell.m4
9127                 Fixed typo which could break linking
9128
9129 2002-09-27 [melvin]     0.8.3claws29
9130
9131         * ac/aspell.m4
9132                 Improved GNU/aspell checking. 
9133                 Fixed bug #614490
9134
9135 2002-09-27 [paul]       0.8.3claws28
9136
9137         * sync with 0.8.3cvs8
9138                 see ChangeLog 2002-09-27
9139
9140 2002-09-26 [colin]      0.8.3claws27
9141
9142         * src/toolbar.[ch]
9143           src/mainwindow.[ch]
9144                 Add "Reply to Mailing-list" to the toolbar
9145
9146 2002-09-26 [christoph]  0.8.3claws26
9147
9148         * src/summaryview.c
9149                 Fix wrong message counts in summaryview status
9150
9151 2002-09-26 [paul]       0.8.3claws25
9152
9153         * sync with 0.8.3cvs7
9154                 see ChangeLog 2002-09-26
9155
9156 2002-09-26 [paul]       0.8.3claws24
9157
9158         * sync with 0.8.3cvs6
9159                 see ChangeLog 2002-09-25
9160
9161 2002-09-25 [christoph]  0.8.3claws23
9162
9163         * src/prefs_common.c
9164         * src/prefs_folder_item.c
9165         * src/prefs_scoring.c
9166                 Renamed "kill score" to "hide score" in GUI
9167                 and prefs files
9168
9169 2002-09-25 [paul]       0.8.3claws22
9170
9171         * sync with 0.8.3cvs5
9172                 see ChangeLog 2002-09-24
9173
9174 2002-09-24 [alfons]     0.8.3claws21
9175
9176         patch by Satoshi Nagayasu: allows appending / saving multiple 
9177         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9178         'Save as ...'")
9179
9180         * AUTHORS
9181                 add Satoshi Nagayasu
9182         * src/summaryview.c
9183                 summary_save_as(): allow saving selected files to
9184                 one file
9185                 summary_set_menu_sensitive: enable "Save As..." when
9186                 multiple files are selected
9187         * src/utils.[ch]
9188                 append_file(): new function
9189
9190 2002-09-24 [colin]      0.8.3claws20
9191
9192         * src/procmime.c
9193                 Fix segfault when mimeinfo doesn't have a 
9194                 content_type. 
9195
9196 2002-09-24 [colin]      0.8.3claws19
9197
9198         * src/prefs_common.[ch]
9199                 Add a preference to display send dialog or not
9200         * src/send.c
9201                 Display send dialog according to preference
9202
9203 2002-09-24 [colin]      0.8.3claws18
9204
9205         * src/compose.[ch]
9206                 Disable user actions when sending
9207
9208 2002-09-24 [colin]      0.8.3claws17
9209
9210         * src/procmime.c
9211                 Do not display name or filename for attachments
9212                 with an application/pgp-signature type
9213                 (security flaw, see bug 537413)
9214
9215 2002-09-23 [colin]      0.8.3claws16
9216
9217         * src/editaddress.c
9218                 Initialize entry_email, entry_alias and 
9219                 entry_remarks to first email address of the list
9220
9221 2002-09-23 [colin]      0.83claws15
9222
9223         * src/compose.c
9224                 Drop pgp-signature when reediting a signed queued
9225                 message
9226
9227 2002-09-23 [melvin]     0.8.3claws14
9228
9229         * po/fr.po
9230                 Updated French translation
9231
9232 2002-09-23 [melvin]     0.8.3claws13
9233
9234         * src/mainwindow.c
9235                 Made custom toolbar menu labels more consistent
9236         * src/prefs_toolbar.c
9237                 Made custom toolbar window title more consistent
9238
9239 2002-09-22 [colin]      0.8.3claws12
9240
9241         * src/inc.c
9242                 Initialize session type to normal before getting 
9243                 mail (fixes strange Get behaviour)
9244         * src/prefs_account.h
9245                 Move STYPE_POP_BEFORE_SMTP to last position to 
9246                 avoid other side-effects
9247
9248 2002-09-22 [colin]      0.8.3claws11
9249
9250         * src/prefs_account.c
9251                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9252                 from pop3 to apop or vice-versa
9253
9254 2002-09-22 [colin]      0.8.3claws10
9255         
9256         * src/prefs_account.[ch]
9257                 Add an option for the POP before SMTP timeout
9258         * src/inc.c
9259                 Remember time of last POP connection
9260         * src/send.c
9261                 Do POP before SMTP only if timeout reached
9262
9263 2002-09-22 [oliver]     0.8.3claws9
9264         
9265         * README.claws
9266                 explain custom toolbar
9267
9268 2002-09-22 [oliver]     0.8.3claws8
9269
9270         * src/prefs_actions.[ch]
9271         custom toolbar for compose      
9272                 actions callback from compose toolbar
9273         * src/folderview.c
9274                 remove include toolbar.h
9275
9276 2002-09-22 [oliver]     0.8.3claws7
9277         
9278         * src/prefs_toolbar.[ch]
9279                 custom toolbar for compose
9280                 - generic prefs_toolbar handles both
9281                   Mainwin's toolbar as well as Compose toolbar          
9282
9283 2002-09-22 [oliver]     0.8.3claws6
9284         
9285         * src/toolbar.[ch]
9286                 custom toolbar for compose
9287                 restructure toolbar.[ch]
9288
9289 2002-09-22 [oliver]     0.8.3claws5
9290
9291         * src/compose.[ch]
9292                 custom toolbar for compose
9293
9294 2002-09-22 [oliver]     0.8.3claws4
9295         
9296         * src/mainwindow.[ch]
9297                 custom toolbar for compose 
9298                 move mainwin toolbar back to mainwindow
9299
9300 2002-09-22 [alfons]     0.8.3claws3
9301
9302         * src/procmsg.c
9303                 :%sno/if(/if (/gc
9304                 :%sno/for(/for (/gc
9305                 (beautify)
9306
9307 2002-09-22 [alfons]     0.8.3claws2
9308         
9309         * src/procmsg.c
9310                 procmsg_save_to_outbox(): don't unlink message file from queue;
9311                 callers should do it using folder_item_remove_msg()
9312
9313 2002-09-22 [colin]      0.8.3claws1
9314
9315         * src/mimeview.[ch]
9316                 Made mimeview_check_signature() public
9317         * src/textview.c
9318                 Made GPG signatures verifiable by clicking
9319                 the [application/pgp-signature] in the Text
9320                 view
9321
9322 2002-09-22 [paul]       0.8.3claws
9323
9324         * po/bg.po
9325           po/en_GB.po
9326           po/es.po
9327           po/it.po
9328           po/pl.po
9329           po/pt_BR.po
9330           po/sr.po
9331                 updated translations, submitted by George Danchev,
9332                 me, Ricardo Mones Lastra, Alessandro Maestri,
9333                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9334                 and Urke MMI, respectively.     
9335
9336 2002-09-22 [alfons]     0.8.2claws65
9337
9338         * src/procmsg.c
9339         * src/pgptext.c
9340                 no furry valgrinds have been used to plug these memleaks
9341
9342 2002-09-20 [paul]       0.8.2claws64
9343
9344         * sync with 0.8.3cvs4
9345                 'Select thread' re-implemented 
9346                 see ChangeLog 2002-09-20
9347
9348 2002-09-21 [alfons]     0.8.2claws63
9349
9350         * src/compose.c
9351                 compose_send(): plug unnoticed memleak
9352
9353 2002-09-20 [alfons]     0.8.2claws62
9354
9355         * src/addr_compl.c
9356                 replace_address_in_edit(): strict check for NULL address to
9357                 fix "[ 607348 ] Segfault in address completion". My guess is
9358                 that this happens with an empty address book, but it's good
9359                 to have this check here anyway
9360                 
9361                 completion_window_button_press(): free string returned 
9362                 from the internal cache
9363
9364 2002-09-20 [christoph]  0.8.2claws61
9365
9366         * src/procmime.h
9367                 added ENC_BINARY to EncodingType
9368         * src/procmime.c
9369                 the string returned by procmime_get_encoding_str
9370                 should not depend on the order of values in the
9371                 EncodingType definition
9372         * doc-src/rfc1806.txt   ** NEW FILE **
9373                 Added rfc1806 about MIME Content-Disposition
9374                 Extension
9375
9376 2002-09-19 [paul]       0.8.2claws60
9377
9378         * sync with 0.8.2cvs3
9379                 see ChangeLog 2002-09-19
9380
9381 2002-09-19 [paul]       0.8.2claws59
9382
9383         * src/prefs_folder_item.c
9384                 revert to Darko's original alignment of colour
9385                 selector button
9386                 add a colon to folder_color label
9387                 
9388         * src/compose.c
9389                 add Colin's patch (with Hiro's modifications) to 
9390                 force BASE64 encoding for 8-bit text when signing
9391                 (sync with 0.8.3cvs2)
9392
9393 2002-09-18 [alfons]     0.8.2claws58
9394
9395         * src/compose.c
9396                 :%sno/if(/if (/gc
9397                 :%sno/for(/for (/gc
9398                 (beautify a little bit)
9399
9400 2002-09-18 [christoph]  0.8.2claws57
9401
9402         * src/pine.c
9403                 fix handling of fgetc return value
9404
9405 2002-09-17 [alfons]     0.8.2claws56
9406         
9407         * src/summaryview.c
9408                 summary_sort(): check non-NULL summaryview->folder_item when no 
9409                 folder is selected at all
9410                 (closes "[ 610344 ] sort label make syl Crash")
9411
9412 2002-09-17 [alfons]     0.8.2claws55
9413         
9414         * src/compose.c
9415                 beautify a little bit
9416
9417 2002-09-17 [christoph]  0.8.2claws54
9418
9419         * src/folder.c
9420                 initialize max values for cache and folder
9421                 when cache or folder is empty
9422
9423 2002-09-15 [colin]      0.8.2claws53
9424
9425         * src/compose.c
9426                 Fix a leak (thanks Alfons!) and cleaned
9427                 variables names for custom headers
9428
9429 2002-09-15 [colin]      0.8.2claws52
9430
9431         * src/compose.c
9432                 Fix custom headers recognition when
9433                 prefs_common.trans_hdr is on
9434
9435 2002-09-15 [colin]      0.8.2claws51
9436
9437         * src/compose.c
9438                 Allow dynamically-added custom headers
9439                 Yet not reparsed if reedited
9440
9441 2002-09-15 [alfons]     0.8.2claws50
9442
9443         * src/prefs_account.c
9444                 fix warnings
9445
9446 2002-09-15 [colin]      0.8.2claws49
9447         
9448         * src/prefs_account.c
9449                 fix pop_before_smtp sensitivity
9450
9451 2002-09-15 [colin]      0.8.2claws48
9452
9453         * src/inc.[ch]
9454                 add inc_pop_before_smtp()
9455                 allow MainWindow to be undefined in 
9456                 inc_account_mail() and inc_start()
9457         * src/pop.c
9458           src/prefs_account.h
9459                 add STYPE_POP_BEFORE_SMTP session type
9460         * src/prefs_account.c
9461                 activated pop before smtp option
9462         * src/send.c
9463                 do pop before smtp if the relevant option 
9464                 is set
9465
9466 2002-09-15 [paul]       0.8.2claws47
9467
9468         * sync with 0.8.3
9469                 see ChangeLog 2002-09-15
9470
9471 2002-09-14 [paul]       0.8.2claws46
9472
9473         * po/bg.po
9474                 updated Bulgarian translation, submitted by
9475                 George Danchev
9476
9477 2002-09-13 [paul]       0.8.2claws45
9478
9479         * src/compose.c
9480                 merge claws' select_account() with main's
9481                 (new) compose_select_account(). [sync with
9482                 0.8.2cvs15, see ChangeLog 2002-09-11]
9483
9484 2002-09-12 [christoph]  0.8.2claws44
9485
9486         * src/filter.c
9487                 allocate 1 elements of FolderItem not 0
9488
9489 2002-09-12 [colin]      0.8.2claws43
9490
9491         * src/compose.c
9492                 Fix bug #590825 (obey Follow-up: poster)
9493
9494 2002-09-12 [colin]      0.8.2claws42
9495
9496         * src/procmime.c
9497                 Fix bug #557009 (wrong headers for messages 
9498                 forwarded as attachments)
9499
9500 2002-09-11 [colin]      0.8.2claws41
9501         
9502         * src/compose.c
9503                 Put SCF: pseudo-header on top of message
9504                 Set draft tmp_flag when saved as draft
9505
9506         * src/procmsg.c
9507           src/procheader.c
9508                 Skip after first \n\n for beginning of real message
9509                 for drafts too
9510
9511 2002-09-11 [christoph]  0.8.2claws40
9512
9513         * src/filtering.c
9514                 use procmsg flag functions in filtering or processing
9515                 will cause incorrect folder message counts
9516
9517 2002-09-11 [colin]      0.8.2claws39
9518
9519         * src/compose.c
9520                 Fix bug #550175 - wrong save folder when reediting
9521                 drafts
9522
9523 2002-09-11 [paul]       0.8.2claws38
9524
9525         * sync with 0.8.2cvs14
9526                 see ChangeLog 2002-09-11
9527
9528 2002-09-11 [colin]      0.8.2claws37
9529
9530         * src/folder.c
9531                 Fix a typo (seeming to cause new/unread status to
9532                 be lost)
9533
9534 2002-09-10 [christoph]  0.8.2claws36
9535
9536         * src/compose.c
9537                 compose_redirect should not use compose_generic_new
9538                 because that does more stuff than expected including
9539                 opening the external editor
9540                 (closes bug "[ 526608 ] bounced messages appear blank
9541                  in editor")
9542
9543 2002-09-10 [christoph]  0.8.2claws35
9544
9545         * src/folder.c
9546                 fix problem with too large message number range
9547                 causing a crash in folder_item_scan
9548
9549 2002-09-10 [paul]       0.8.2claws34
9550
9551         * sync with 0.8.2cvs13
9552                 see ChangeLog 2002-09-10
9553
9554 2002-09-10 [christoph]  0.8.2claws33
9555
9556         * src/msgcache.c
9557                 set MsgInfo TmpFlags for queue and draft folders
9558                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9559
9560 2002-09-10 [paul]       0.8.2claws32
9561
9562         * AUTHORS
9563           po/bg.po      ** NEW FILE **
9564                 new Bulgarian translation submitted by
9565                 George Danchev <danchev@spnet.net>
9566                 
9567         * tools/Makefile.am
9568           tools/README
9569           tools/tb2sylpheed     ** NEW FILE **
9570                 add script that converts an addressbook exported
9571                 from The Bat! into a Sylpheed addressbook. Submitted
9572                 by Urke MMI <urke-kg@eunet.yu>
9573
9574 2002-09-10 [paul]       0.8.2claws31
9575
9576         * sync with 0.8.2cvs12
9577                 see ChangeLog 2002-09-10
9578
9579 2002-09-06 [paul]       0.8.2claws30
9580
9581         * src/prefs_common.c
9582                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9583                 
9584         * tools/Makefile.am
9585           tools/README
9586           tools/ldif-to-xml.py  ** REMOVED **
9587                 remove obsolete python script
9588
9589 2002-09-06 [paul]       0.8.2claws29
9590
9591         * sync with 0.8.2cvs10
9592                 see ChangeLog 2002-09-06
9593
9594 2002-09-04 [paul]       0.8.2claws28
9595
9596         * sync with 0.8.2cvs9
9597                 see ChangeLog 2002-08-04
9598
9599 2002-09-04 [colin]      0.8.2claws27 
9600
9601         * src/prefs_common.[ch]
9602                 Added signature color configuration
9603         * src/textview.c
9604                 Use user-specified signature color
9605
9606 2002-09-03 [colin]      0.8.2claws26
9607
9608         * src/prefs_common.[ch]
9609                 Added autosave and autosave_length prefs
9610         * src/compose.c
9611                 Added compose_remove_draft()
9612                 Auto-save drafts according to the prefs
9613         * src/main.c
9614                 Added a crash-indicator file, allowing to check
9615                 for new messages on startup if Sylpheed crashed
9616                 (makes saved drafts "reappear")
9617
9618 2002-09-03 [colin]      0.8.2claws25
9619
9620         * src/textview.[ch]
9621                 Grey the signature
9622
9623 2002-09-03 [paul]       0.8.2claws24
9624
9625         * sync with 0.8.2cvs8
9626                 see ChangeLog 2002-09-02 and 2002-09-03
9627
9628 2002-09-03 [darko]      0.8.2claws23
9629
9630         * src/folderview.c
9631                 use normal style when creating new folder to pick
9632                 proper font size 
9633
9634 2002-09-02 [melvin]     0.8.2claws22
9635
9636         * src/gtkaspell.m4
9637                 removed some obsolete code
9638
9639 2002-09-02 [melvin]     0.8.2claws21
9640
9641         * ac/aspell.m4
9642                 fixed test's equality sign (== to =)
9643
9644 2002-09-02 [alfons]     0.8.2claws20
9645
9646         * src/folder.c
9647         * src/mh.c
9648                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9649                 as folder->destroy virtual as suggested by Hiro
9650                 (the mh.c code seems to have been lost around mh.c.1.21)
9651
9652 2002-09-02 [paul]       0.8.2claws19
9653
9654         * po/pt_BR.po
9655                 updated by Fabio Jr. Beneditto
9656                 
9657         * src/defs.h
9658                 use 'http://claws.sylpheed.org' for homepage link. 
9659                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9660
9661 2002-09-01 [alfons]     0.8.2claws18
9662
9663         * src/mh.c
9664                 plug memleak related to one Martin Kluge found
9665
9666 2002-08-31 [paul]       0.8.2claws17
9667
9668         * sync with 0.8.2cvs6
9669                 see ChangeLog 2002-08-30
9670
9671 2002-08-31 [alfons]     0.8.2claws16
9672
9673         * src/folder.c
9674                 folder_destroy(): remove mailbox from folderlist even if it has
9675                 no destroy virtual
9676
9677 2002-08-31 [alfons]     0.8.2claws15
9678
9679         * src/folder.c
9680                 :%sno/if(/if (/gc
9681                 :%sno/for(/for (/gc
9682                 (being pedantic I know)
9683
9684 2002-08-31 [alfons]     0.8.2claws14
9685
9686         * src/folder.c
9687                 check for NULL pointers returned from folder->fetch_msginfo virtual
9688                 (should solve some reported crashes)
9689
9690 2002-08-30 [alfons]     0.8.2claws13
9691
9692         * acconfig.h
9693         * configure.in
9694         * src/crash.c
9695                 enable crash dialog on compilation time
9696                 (--enable-crash-dialog configure option)
9697
9698 2002-08-30 [alfons]     0.8.2claws12
9699
9700         * AUTHORS
9701                 add Martin Kluge
9702         * src/mh.c
9703                 apply memory leak plug patch by Martin Kluge
9704                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9705                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9706                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9707
9708 2002-08-30 [darko]      0.8.2claws11
9709
9710         * src/folderview.c
9711                 copy Gtk style from normal style to match
9712                 font size for coloured folders
9713
9714 2002-08-29 [alfons]     0.8.2claws10
9715
9716         * sylpheed.desktop
9717                 Type=Internet <- Type=Application
9718                 (reported by Michael Schwendt, see:
9719                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9720                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9721
9722 2002-08-29 [paul]       0.8.2claws9
9723
9724         * sync with 0.8.2cvs5
9725                 see ChangeLog 2002-08-29
9726
9727 2002-08-29 [colin]      0.8.2claws8
9728
9729         * src/summaryview.c
9730                 Added a sanity check in summary_select_thread
9731                 Should fix bug 601605
9732
9733 2002-08-29 [colin]      0.8.2claws7
9734
9735         * src/main.c
9736                 Revert claws6 changes regarding bug #591676
9737
9738 2002-08-28 [colin]      0.8.2claws6
9739         
9740         * src/main.c
9741                 Ignore cache for queue folderitems
9742                 Fix bug #591676
9743
9744 2002-08-28 [melvin]     0.8.2claws5
9745
9746         * README.claws
9747                 Fixed typos.
9748
9749 2002-08-28 [melvin]     0.8.2claws4
9750
9751         * README.claws
9752                 Updated a bit the text concerning the spell checker
9753
9754 2002-08-28 [melvin]     0.8.2claws3
9755
9756         Merged the GNU_aspell_branch:
9757                 Support of new GNU/aspell is now included and the old pspell
9758                 is not supported anymore.
9759                 See README.claws
9760
9761         * README.claws
9762                 Updated spell checker text to reflect the switch to GNU/aspell
9763
9764         * ac/aspell.m4          *** NEW ***
9765         * src/gtkaspell.[ch]    *** NEW *** 
9766         * ac/pspell.m4          *** DELETED *** 
9767         * src/gtkspell.[ch]     *** DELETED ***
9768
9769         * ac/Makefile.am
9770                 Updated for GNU/aspell support
9771
9772         * po/POTFILES.in
9773                 Replaced gtkspell.c by gtkaspell.c
9774
9775         * acconfig.h
9776         * src/Makefile.am
9777         * src/about.c
9778         * src/compose.[ch]
9779         * src/crash.c
9780         * src/main.c
9781         * src/prefs_common.[ch]
9782                 Updated for GNU/aspell support
9783
9784 2002-08-28 [paul]       0.8.2claws2
9785
9786         * sync with 0.8.2cvs4
9787                 see ChangeLog 2002-08-27 and 2002-08-28
9788
9789 2002-08-28 [colin]      0.8.2claws1
9790
9791         * src/summary_search.c
9792                 Added "AND search"
9793
9794 2002-08-28 [jens]       0.8.2claws
9795
9796         *po/de.po
9797                 Updated German translations
9798
9799 2002-08-27 [melvin]     0.8.2claws
9800
9801         * po/fr.po
9802                 Updated French translations
9803
9804 2002-08-27 [paul]       0.8.2claws
9805
9806         * sync with 0.8.2 main release
9807
9808         * po/en_GB.po
9809           po/es.po
9810           po/it.po
9811           po/pl.po
9812           po/pt_BR.po
9813           po/sr.po
9814                 updated message catalogs submitted by
9815                 Ricardo Mones Lastra, Alessandro Maestri,
9816                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9817                 Beneditto and Urke MMI  
9818
9819 2002-08-27 [hoa]        0.8.1claws123
9820
9821         * src/mainwindow.[ch]
9822         * src/summaryview.[ch]
9823                 removed the "filter setting" menu option.
9824                 add a "cancel a news message" menu option.
9825
9826 2002-08-26 [martin]     0.8.1claws122
9827
9828         * ChangeLog.claws
9829                 changed string under 0.8.1claws79 changed by myself
9830                 i'm sorry alfons :(
9831
9832 2002-08-26 [martin]     0.8.1claws121
9833
9834         * src/crash.c
9835                 added kill command to debuggerrc to start crash dialog
9836
9837 2002-08-26 [paul]       0.8.1claws120
9838
9839         * sync with 0.8.1cvs31
9840                 see ChangeLog 2002-08-26
9841
9842 2002-08-25 [alfons]     0.8.1claws119
9843
9844         * src/procmsg.c
9845                 fix bug that didn't send out correct headers to news server
9846                 when sending news article and email from queue (bug reported
9847                 and patch provided by Tim Mann; closes bug 
9848                 "[ 583196 ] 0.7.8claws can't post news")
9849
9850 2002-08-25 [alfons]     0.8.1claws118
9851
9852         * src/selective_download.c
9853                 mark two strings as translatable
9854                 (thanks to Urke MMI for pointing this out)
9855
9856 2002-08-25 [alfons]     0.8.1claws117
9857
9858         * src/summaryview.c
9859                 treat sent boxes as special and allow sorting them by addressee
9860                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9861                 submitted by Steve Lamb)
9862
9863 2002-08-24 [alfons]     0.8.1claws116
9864
9865         * src/matcher.c
9866                 fix memleak reported by Martin Kluge
9867                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9868
9869 2002-08-24 [oliver]     0.8.1claws115
9870
9871         * src/prefs_toolbar.c
9872                 o code cleanup as suggested by Alfons
9873                 o memleak fix
9874
9875 2002-08-24 [alfons]     0.8.1claws114
9876
9877         * src/summaryview.c
9878                 o fix another memory leak reported by Martin Kluge
9879                   (see "[ 599568 ] Small Memory Leak")
9880                 o remove 'from' variable from 'summary_set_header()'; we can
9881                   do with just 'to' 
9882
9883 2002-08-24 [paul]       0.8.1claws113
9884
9885         * sync with 0.8.1cvs30
9886                 see ChangeLog 2002-08-23
9887
9888 2002-08-24 [alfons]     0.8.1claws112
9889
9890         * src/summaryview.c
9891                 remove unnecessary allocations for search bar fixing leaks
9892                 reported by Martin Kluge
9893                 (see "[ 599451 ] Further memory leaks?")
9894
9895 2002-08-24 [alfons]     0.8.1claws111
9896
9897         * src/main.c
9898                 make get_socket_name() public for crash.c
9899         * src/crash.c
9900                 o make report bug button work (goes to claws' 
9901                   bug tracker at sf.net)
9902                 o introduce function for doing important stuff just
9903                   before claws goes down
9904                 o clean up code 
9905
9906 2002-08-24 [alfons]     0.8.1claws110
9907
9908         * src/compose.c
9909                 move cursor to "To" entry when forwarding as attachment
9910                 (reported and solved by Steve Lamb, closes bug report
9911                 "[ 592880 ] Forward as attachment; cursor not in to")
9912
9913 2002-08-24 [colin]      0.8.1claws109
9914
9915         * src/mainwindow.c
9916                 fix quick search visibility after GUI (de)separations.
9917
9918 2002-08-23 [colin]      0.8.1claws108
9919
9920         * src/mainwindow.c
9921                 fix header pane visibility after folderview or
9922                 messageview (de)separation
9923
9924 2002-08-23 [paul]       0.8.1claws107
9925
9926         * src/mainwindow.[ch]
9927           src/toolbar.c
9928                 give full control of display or non-display 
9929                 of the Execute icon to Custom toolbar settings.
9930                 add new sensitivity condition to maninwindow.h: 
9931                 M_DELAY_EXEC
9932
9933         * ChangeLog
9934           ChangeLog.jp
9935           NEWS
9936                 more sync with 0.8.1cvs29
9937
9938 2002-08-23 [melvin]     0.8.1claws106
9939
9940         * src/alertpanel.c
9941                 Readded support for custom widget in alertpanel lost in last
9942                 sync.
9943
9944 2002-08-23 [paul]       0.8.1claws105
9945
9946         * sync with 0.8.1cvs29
9947                 see ChangeLog 2002-08-23
9948
9949 2002-08-23 [colin]      0.8.1claws104
9950
9951         * src/summaryview.c
9952                 Fix folder and search pixmaps exchanging positions
9953                 after theme or toolbar changes. Thank to Oliver for 
9954                 reporting this.
9955
9956 2002-08-23 [colin]      0.8.1claws103
9957
9958         * src/mainwindow.c
9959           src/messageview.[ch]
9960           src/noticeview.[ch]
9961           src/summaryview.c
9962                 Changed messageview_create() and noticeview_create()
9963                 to avoid the last gdk_warning
9964
9965 2002-08-22 [colin]      0.8.1claws102
9966
9967         * src/summaryview.c
9968                 Fix my new `Creating pixmap from xpm' warning
9969
9970 2002-08-22 [colin]      0.8.1claws101
9971
9972         * src/mainwindow.c
9973                 Fix some of the gdk warnings
9974
9975 2002-08-22 [colin]      0.8.1claws100
9976
9977         * src/Makefile.am
9978         * src/stock_pixmap.c
9979         * src/stock_pixmap.h
9980         * src/pixmaps/quicksearch.xpm *ADDED*
9981                 Add the quicksearch pixmap
9982         * src/mainwindow.c
9983         * src/summaryview.c
9984         * src/summaryview.h
9985                 Make quicksearch bar visible/hidden via a button
9986
9987 2002-08-22 [christoph]  0.8.1claws99
9988
9989         * src/folder.c
9990                 fix folder update for newsgroups with message
9991                 numbers below minimum number of articles to fetch
9992                 (closes bug #598445)
9993
9994 2002-08-22 [paul]       0.8.1claws98
9995
9996         * sync with 0.8.1cvs28
9997                 see ChangeLog 2002-08-22
9998
9999 2002-08-21 [alfons]     0.8.1claws97
10000
10001         * src/crash.c
10002                 use bt instead of bt full which seems to work 
10003                 better, and bt full doesn't give a great deal 
10004                 of information anyway
10005
10006 2002-08-21 [colin]      0.8.1claws96
10007
10008         * src/summaryview.c
10009                 fix summaryview_searchtype_changed prototype
10010
10011 2002-08-21 [christoph]  0.8.1claws95
10012
10013         * src/mainwindow.c
10014                 o fix broken menu update for sorting type, we have to
10015                   get this info from the summaryview now
10016                 o removed setting of threaded state in menu callback
10017         * src/summaryview.[ch]
10018                 more summaryview/folderitem seperation for
10019                 threading option
10020         * configure.in
10021                 removed not required --with-compiler-flags option
10022
10023 2002-08-21 [oliver]     0.8.1claws94
10024         
10025         * src/toolbar.h 
10026                 o rename toolbar.xml to toolbar_main.xml
10027                   since toolbar_compose.xml might come up 
10028                   any time soon
10029         * README.claws
10030                 add custom toolbar              
10031
10032 2002-08-21 [darko]      0.8.1claws93
10033
10034         * src/procmsg.c
10035                 don't reset tmp flags for messages copied
10036                 to sent folder
10037
10038 2002-08-21 [colin]      0.8.1claws92
10039         
10040         * src/prefs_filtering.c
10041                 fix renaming rules on folder rename 
10042                 when folder is not a leaf folder
10043
10044 2002-08-21 [paul]       0.8.1claws91
10045
10046         * src/prefs_folder_item.c
10047                 fix alignment of colour selector
10048
10049 2002-08-21 [paul]       0.8.1claws90
10050
10051         * sync with 0.8.1cvs27
10052                 see ChangeLog 2002-08-21
10053
10054 2002-08-21 [paul]       0.8.1claws89
10055
10056         * src/summaryview.c
10057                 fix crash when changing field type in
10058                 Quick search bar
10059
10060 2002-08-21 [colin]      0.8.1claws88
10061
10062         * src/summaryview.c
10063                 Made quick search case-insensitive
10064
10065 2002-08-21 [paul]       0.8.1claws87
10066
10067         * sync with 0.8.1cvs26
10068                 see ChangeLog 2002-08-21
10069
10070 2002-08-20 [christoph]  0.8.1claws86
10071
10072         * src/folderview.c
10073         * src/main.c
10074         * src/summaryview.[ch]
10075                 more summaryview/folderitem seperation for
10076                 sort_key and sort_type
10077         * src/procmsg.c
10078                 added missing return statement
10079
10080 2002-08-20 [colin]      0.8.1claws85
10081
10082         * src/summaryview.[ch]
10083                 Added a quick search box
10084         * src/mainwindow.c
10085         * src/prefs_common.[ch]
10086                 Added a show/hide option for the quick search
10087
10088 2002-08-20 [oliver]     0.8.1claws84
10089         
10090         * src/mainwindow.c
10091                 remove toolbar_create_popups
10092         * src/toolbar.[ch]
10093                 o remove toolbar_create_popups
10094                 o fix toolbar_set_sensitive 
10095                   (Bug reports #596834 and #596832)     
10096         * src/prefs_toolbar.c
10097                 o add "Set default" button
10098                 o align label and text + combo widgets
10099
10100 2002-08-20 [hoa]        0.8.1claws83bis
10101
10102         * src/imap.c
10103                 fixed a bug in imap_fetch_msginfo() in case there is no
10104                 current folder.
10105
10106 2002-08-20 [darko]      0.8.1claws83
10107
10108         * src/folderview.c
10109                 copy the color style of folder view so it
10110                 works with GTK themes
10111
10112 2002-08-20 [darko]      0.8.1claws82
10113
10114         * src/folder.h
10115         * src/folderview.c
10116         * src/prefs_folder_item.[hc]
10117                 don't use UI stuff in folder.h
10118
10119 2002-08-20 [darko]      0.8.1claws81
10120
10121         * src/folder.h
10122         * src/prefs_folder_item.h
10123         * src/folderview.c
10124         * src/prefs_folder_item.c
10125                 ability to set folder color in folderview
10126
10127 2002-08-19 [alfons]     0.8.1claws80
10128
10129         * src/summaryview.c
10130                 fix one of the earlier memleaks reported by Martin Kluge
10131
10132 2002-08-19 [alfons]     0.8.1claws79
10133
10134         * src/mainwindow.c
10135                 hide notice view when selecting seperate folder
10136                 view (reported by Urke MMI)
10137
10138 2002-08-19 [christoph]  0.8.1claws78
10139
10140         * src/folderview.c
10141         * src/prefs_folder_item.h
10142         * src/summaryview.[ch]
10143                 o add summary_set_prefs_from_folderitem to set
10144                   summaryview prefs (first step to remove all
10145                   references to the folderitem in summaryview)
10146                 o moved compiled regex stuff from folderitem prefs
10147                   to summaryview code
10148
10149 2002-08-19 [paul]       0.8.1claws77
10150
10151         * src/compose.c
10152                 add check for '.' to QUOTE_IF_REQUIRED
10153
10154 2002-08-19 [paul]       0.8.1claws76
10155
10156         * src/inc.c
10157                 sync with 0.8.1cvs25 (plug memory leak)
10158
10159         * src/prefs_toolbar.c
10160                 re-order prefs_toolbar_cancel()
10161
10162 2002-08-18 [alfons]     0.8.1claws75
10163
10164         * src/inc.c
10165         * src/matcher.c
10166                 plug other memleaks reported by Martin Kluge
10167
10168 2002-08-18 [paul]       0.8.1claws74
10169
10170         * po/pt_BR.po
10171                 updated by Fabio Jr. Beneditto
10172
10173 2002-08-18 [paul]       0.8.1claws73
10174
10175         * src/toolbar.[ch]
10176                 fix bug where tooltips were displayed untranslated              
10177
10178         * src/prefs_toolbar.c
10179                 fix bug where clicking 'Cancel' creates an icon & text
10180                 toolbar regardless of prefs
10181         
10182
10183 2002-08-17 [oliver]     0.8.1claws72
10184
10185         * src/prefs_toolbar.c
10186                 update toolbar on CANCEL
10187                 bug reported by Martin Kluge
10188         * src/toolbar.c
10189                 toolbar_destroy memleak fixed           
10190
10191 2002-08-17 [alfons]     0.8.1claws71
10192
10193         * src/toolbar.c
10194                 plug another memleak reported by Martin Kluge
10195
10196 2002-08-16 [alfons]     0.8.1claws70
10197
10198         * src/crash.c
10199                 use execvp() correctly (suggested by wwp; thanks!)
10200
10201 2002-08-16 [alfons]     0.8.1claws69
10202
10203         * src/gtksctree.c
10204                 plug memory leak reported by Kim Schultz & Martin Kluge
10205
10206 2002-08-16 [paul]       0.8.1claws68
10207
10208         * po/es.po
10209                 updated by Ricardo Mones Lastra
10210
10211 2002-08-16 [paul]       0.8.1claws67
10212
10213         * src/toolbar.h
10214                 fix bug where 'Compose News' icon showed wrong
10215                 tooltip
10216
10217 2002-08-16 [paul]       0.8.1claws66
10218
10219         * sync with 0.8.1cvs24
10220                 see ChangeLog 2002-08-16
10221
10222         * po/it.po
10223                 updated by Alessandro Maestri
10224
10225 2002-08-15 [paul]       0.8.1claws65
10226
10227         * po/sr.po
10228                 updated by Urke MMI
10229
10230 2002-08-15 [paul]       0.8.1claws64
10231
10232         * src/*.c
10233                 don't translate debug info
10234
10235         * src/matcher.[ch]
10236                 add copyright info
10237
10238 2002-08-15 [paul]       0.8.1claws63
10239
10240         * src/prefs_toolbar.c
10241                 fix bug where clicking 'OK' creates an icon & text
10242                 toolbar regardless of prefs
10243
10244 2002-08-14 [alfons]     0.8.1claws62
10245
10246         * src/main.c
10247                 add global var that has the full argv[0]
10248         * src/crash.c
10249                 o execvp the correct sylpheed by using argv0
10250                   and setting the correct work dir
10251                 o other tweaks  
10252
10253 2002-08-14 [oliver]     0.8.1claws61
10254         
10255         * enable/disable Toolbar Action Buttons 
10256         * code cleanups
10257         * src/mainwindow.c
10258         * src/toolbar.[ch]      
10259         * src/prefs_toolbar.c   
10260
10261 2002-08-14 [melvin]     0.8.1claws60
10262
10263         * po/fr.po
10264                 Updated French translations
10265
10266 2002-08-14 [melvin]     0.8.1claws59
10267
10268         * src/crash.c
10269                 Made bug report not translatable
10270         * src/exporthtml.c
10271                 Fixed exporthtml_build_filespec() return value
10272         * src/foldersel.c
10273                 Fixed incorrect include file
10274         * src/gtkspell.c
10275         * src/prefs_actions.c
10276         * src/prefs_toolbar.c
10277                 Made debug info not translatable
10278         * src/mutt.c
10279         * src/quote_fmt.c
10280                 Added missing includes
10281         * src/prefs_common.c
10282                 Fixed typo
10283
10284 2002-08-14 [paul]       0.8.1claws58
10285
10286         * faq/es/sylpheed-faq.html
10287           faq/es/sylpheed-faq-[1-3].html
10288           faq/es/sylpheed-faq-4.html     **NEW FILE **
10289                 update Spanish FAQ
10290
10291 2002-08-13 [christoph]  0.8.1claws57
10292
10293         * src/procmsg.c
10294                 ignore thread fix that did not mark all
10295                 child nodes of a ignored thread as
10296                 ignored. Does not work perfectly yet,
10297                 but it is better now
10298
10299 2002-08-13 [alfons]     0.8.1claws56
10300
10301         * src/crash.c
10302                 o implement 'save crash log'
10303                 o some tweaks
10304
10305 2002-08-13 [melvin]     0.8.1claws55
10306
10307         * src/main.c
10308                 removed unrequired "execinfo.h" header
10309
10310 2002-08-12 [paul]       0.8.1claws54
10311
10312         * faq/en/sylpheed-faq.html
10313           faq/en/sylpheed-faq-[1-3].html
10314           faq/en/sylpheed-faq-4.html     **NEW FILE **
10315                 update English FAQ
10316
10317 2002-08-12 [alfons]     0.8.1claws53
10318
10319         * po/POTFILES.in
10320                 add crash.c to translatables
10321         * src/crash.c
10322                 bring in Leandro's crash dialog
10323
10324 2002-08-11 [alfons]     0.8.1claws52
10325
10326         * src/crash.c
10327                 clean up some warnings
10328
10329 2002-08-11 [alfons]     0.8.1claws51
10330
10331         * acconfig.h
10332         * configure.in
10333         * src/crash.[ch]        ** NEW FILES **
10334         * src/main.c            
10335                 initial gdb crash handler
10336
10337 2002-08-11 [paul]       0.8.1claws50
10338
10339         * src/prefs_toolbar.c
10340                 replace Up/Down arrow pixmaps with text to be
10341                 consistent across icon themes
10342
10343 2002-08-11 [paul]       0.8.1claws49
10344
10345         * src/prefs_common.c
10346           src/prefs_toolbar.c
10347                 rename 'Pixmap' -> 'Icon'
10348
10349         * src/toolbar.[ch]
10350                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10351
10352 2002-08-10 [paul]       0.8.1claws48
10353
10354         * src/prefs_toolbar.c
10355                 re-work the UI
10356
10357 2002-08-10 [paul]       0.8.1claws47
10358
10359         * src/main.c
10360                 don't write Processing progress to status bar
10361                 patch submitted by Alexander Evseev
10362
10363         * src/prefs_toolbar.c
10364                 re-position and resize window
10365                 make window assume correct size on first call
10366
10367 2002-08-10 [paul]       0.8.1claws46
10368
10369         * src/mainwindow.c
10370           src/prefs_toolbar.c
10371           src/toolbar.c
10372           src/toolbar.h
10373                 obey coding style
10374                 follow UI text conventions
10375
10376 2002-08-10 [alfons]     0.8.1claws45
10377
10378         * src/toolbar.c
10379                 correct pixmap for delete action
10380
10381 2002-08-10 [paul]       0.8.1claws44
10382
10383         * po/pt_BR.po
10384                 updated by Fabio Jr. Beneditto
10385
10386 2002-08-10 [paul]       0.8.1claws43
10387
10388         * po/POTFILES.in
10389                 add custom toolbar files
10390
10391 2002-08-10 [paul]       0.8.1claws42
10392
10393         * sync with 0.8.1cvs22
10394                 see ChangeLog 2002-08-09
10395
10396 2002-08-09 [paul]       0.8.1claws41
10397
10398         * tools/Makefile.am
10399           tools/README
10400           tools/outlook2sylpheed.pl     ** NEW FILE **
10401                 add script to convert exported Outlook
10402                 contacts list to a Sylpheed addressbook.
10403                 Submitted by Ricardo Mones Lastra.
10404
10405 2002-08-09 [paul]       0.8.1claws40
10406
10407         * AUTHORS
10408           configure.in
10409           po/sr.po      ** NEW FILE **
10410                 add Serbian message catalog. Submitted by
10411                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10412
10413 2002-08-09 [paul]       0.8.1claws39
10414
10415         * sync with 0.8.1cvs21
10416                 see ChangeLog 2002-08-08
10417
10418 2002-08-08 [oliver]     0.8.1claws38
10419
10420         * src/mainwindow.c
10421                 move Custom Toolbar to Configuration menu
10422
10423 2002-08-08 [oliver]     0.8.1claws37
10424
10425         * src/prefs_toolbar.c
10426                 fix substitute pixmap bug
10427
10428 2002-08-08 [paul]       0.8.1claws36
10429
10430         * sync with 0.8.1cvs19
10431                 see ChangeLog 2002-08-08
10432
10433 2002-08-07 [christoph]  0.8.1claws35
10434
10435         * src/utils.c
10436                 fixed a memory leak in new canonicalize_file_replace
10437
10438 2002-08-07 [christoph]  0.8.1claws34
10439
10440         * src/utils.[ch]
10441                 o canonicalize_file_replace should create the temporary
10442                   file in the same directory as the original file.
10443                 o added get_tmpfile_in_dir that creates a temorary file
10444                   in a specified directory.
10445
10446 2002-08-07 [melvin]     0.8.1claws33
10447
10448         * src/toolbar.c
10449                 fixed bug where 'Article' button acted as 'Email' button.
10450
10451 2002-08-07 [paul]       0.8.1claws32
10452
10453         * sync with 0.8.1.cvs17
10454                 see ChangeLog 2002-08-07
10455
10456 2002-08-07 [colin]      0.8.1claws31
10457         
10458         * src/news.c
10459                 fix mass-cancel problem
10460
10461 2002-08-07 [thorsten]   0.8.1claws30
10462
10463         * src/prefs_toolbar.c
10464                 fix: crash on replace or add new button
10465         * src/toolbar.c
10466                 fix: close xmlfile after reading
10467         * src/utils.c
10468                 fix: unlink() file before rename()
10469
10470 2002-08-06 [paul]       0.8.1claws29
10471
10472         * sync with 0.8.cvs15
10473                 see ChangeLog 2002-08-06
10474
10475 2002-08-06 [oliver]     0.8.1claws28
10476
10477         * src/toolbar.c
10478         * src/prefs_toolbar.c
10479                 fixed empty toolbar issue
10480
10481 2002-08-06 [oliver]     0.8.1claws27
10482
10483         * Custom Toolbar Final 
10484         * src/folderview.c
10485         * src/inc.c
10486         * src/summaryview.c
10487                 o toolbar stuff now lives in src/toolbar.[ch]
10488                 o main_window_toolbar_* functions are renamed to
10489                   toolbar_* reflecting their new source file
10490         * src/mainwindow.[ch]
10491                 o remove toolbar stuff  
10492
10493 2002-08-06 [oliver]     0.8.1claws26
10494         
10495         * src/Makefile.am
10496         * src/prefs_toolbar.[ch]        **New File**
10497         * src/toolbar.[ch]              **New File**
10498                 o prefs_toolbar.[ch] custom toolbar frontend
10499                 o toolbar.[ch]       backend 
10500
10501 2002-08-06 [oliver]     0.8.1claws25
10502
10503         * src/prefs_actions.[ch]
10504                 o new exported function actions_execute
10505
10506 2002-08-06 [paul]       0.8.1claws24
10507
10508         * sync with 0.8.1cvs4
10509                 see ChangeLog 2002-08-06
10510
10511 2002-08-06 [paul]       0.8.1claws23
10512
10513         * sync with 0.8.1cvs13
10514                 see ChangeLog 2002-08-06
10515
10516 2002-08-06 [paul]       0.8.1claws22
10517
10518         * sync with 0.8.1cvs12
10519                 see ChangeLog 2002-08-05 and 2002-08-06
10520
10521 2002-08-06 [match]      0.8.1claws21
10522
10523         * src/addrclip.c
10524                 improvements to cut/copy/paste address
10525
10526 2002-08-05 [match]      0.8.1claws20
10527
10528         * src/addritem.[ch]
10529         * src/addrcache.c
10530         * src/addrbook.c
10531         * src/editaddress.c
10532         * src/addressbook.c
10533                 fixes to improve cut/copy/paste
10534
10535 2002-08-06 [melvin]     0.8.1claws19
10536
10537         * src/account.[ch]
10538                 account_find_all_from_address(): new function that returns the
10539                 list of all accounts that are matched in an address.
10540         * src/alertpanel.[ch]
10541                 alertpanel() now accepts a custom widget
10542                 alertpanel_with_widget(): new function that pops up a panel with
10543                 a custom widget in it 
10544         * src/gtkutils.[ch]
10545                 gtkut_account_menu_new(): new function that allows the selection
10546                 of an account from a list of accounts.
10547         * src/messageview.c
10548                 Extended Return Receipt notification to select the correct 
10549                 account and to make a security test on the Delivery-Notification
10550                 address which should be the same as the Return-Path.
10551
10552 2002-08-06 [thorsten]   0.8.1claws18
10553
10554         * src/mimeview.c
10555                 attach_all: save unnamed as "noname.%d",
10556                 dont free static dirname
10557
10558 2002-08-05 [alfons]     0.8.1claws17
10559
10560         * configure.in
10561                 detect XIM by trying to link rather than compile a XIM program
10562
10563 2002-08-05 [oliver]     0.8.1claws16
10564                 
10565         * src/stock_pixmap.[ch]
10566                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10567                 o new func to retrieve pixmaps
10568
10569 2002-08-05 [paul]       0.8.1claws15
10570
10571         * sync with 0.8.1cvs10
10572                 see ChangeLog 2002-08-05
10573
10574 2002-08-04 [alfons]     0.8.1claws14
10575
10576         * src/textview.c
10577                 see if this plugs memleak
10578
10579 2002-08-04 [melvin]     0.8.1claws13
10580
10581         * src/gtkspell.c
10582                 fixed bug that could crash Sylpheed when highlighting
10583                 all misspelled words.
10584
10585 2002-08-03 [melvin]     0.8.1claws12
10586
10587         * src/prefs_actions.c
10588                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10589         * src/messageview.c
10590                 fixed bug where the Return Receipt was sent to
10591                 Delivery-Notification-To address even if it was not present
10592
10593 2002-08-02 [alfons]     0.8.1claws11
10594
10595         * src/prefs_actions.c
10596                 o more check for NULLs
10597                 o put create_io_dialog() in right conditional block
10598
10599 2002-08-02 [paul]       0.8.1claws10
10600
10601         * po/es.po
10602                 updated by Ricardo Mones Lastra
10603
10604 2002-08-01 [christoph]  0.8.1claws9
10605
10606         * src/folder.c
10607                 don't free the cache of the opened
10608                 folder in the summaryview
10609         * src/summaryview.c
10610                 don't unset flags, if it is not required
10611
10612 2002-08-01 [paul]       0.8.1claws8
10613
10614         * sync with 0.8.1cvs8
10615                 see ChangeLog entry 2002-08-01
10616
10617 2002-08-01 [paul]       0.8.1claws7
10618
10619         * sync with 0.8.1cvs7
10620                 see ChangeLog 2002-07-31 and 2002-08-01
10621
10622 2002-07-31 [christoph]  0.8.1claws6
10623
10624         * src/mainwindow.c
10625                 forgot to update menu sensitivity
10626                 function for new menu entry
10627
10628 2002-07-31 [alfons]     0.8.1claws5
10629
10630         * src/main.c
10631                 check folder item and its path for NULL on
10632                 initial processing
10633
10634 2002-07-31 [christoph]  0.8.1claws4
10635
10636         * src/folder.c
10637                 check if folder_item_get_msginfo in
10638                 folder_item_remove_msg returned NULL
10639         * src/imap.c
10640                 better clear the uid cache in the
10641                 uid validity check function and delete
10642                 cached messages
10643
10644 2002-07-31 [paul]       0.8.1claws3
10645
10646         * man/sylpheed.1
10647                 add the '--attach' option and a few other
10648                 minor changes
10649
10650 2002-07-31 [paul]       0.8.1claws2
10651
10652         * sync with 0.8.1cvs5
10653                 see ChangeLog 2002-07-31
10654
10655 2002-07-31 [christoph]  0.8.1claws1
10656
10657         * src/folderview.[ch]
10658         * src/mainwindow.c
10659                 replace "Rescan all folders..." with
10660                 "Check all folders for new messages..."
10661
10662 2002-07-30 [paul]       0.8.1claws
10663
10664         * version 0.8.1claws released
10665
10666 2002-07-30 [paul]       0.8.0claws29
10667
10668         * tools/OOo2sylpheed.pl ** NEW FILE **
10669           tools/README
10670                 add script to enable sending documents as
10671                 attachments from OpenOffice.org
10672
10673 2002-07-30 [melvin]     0.8.0claws28
10674
10675         * src/prefs_actions.c
10676                 Made the actions' input/output dialog display
10677                 without delay.
10678
10679 2002-07-30 [christoph]  0.8.0claws27
10680
10681         * src/procmsg.c
10682                 check if folder_item_get_msginfo in
10683                 procmsg_save_to_outbox returned NULL
10684
10685 2002-07-30 [paul]       0.8.0claws26
10686
10687         * sync with 0.8.1cvs4
10688                 see ChangeLog 2002-07-29
10689
10690 2002-07-29 [thorsten]   0.8.0claws25
10691
10692         * README.claws
10693                 added selective download, delete on server
10694
10695 2002-07-29 [paul]       0.8.0claws24
10696
10697         * sync with 0.8.1cvs3
10698                 see ChangeLog 2002-07-29
10699
10700 2002-07-27 [christoph]  0.8.0claws23
10701
10702         * src/folder.c
10703                 add extra check if fetching the msginfo
10704                 returned NULL
10705
10706 2002-07-27 [paul]       0.8.0claws22
10707
10708         * sync with 0.8.1cvs2
10709                 see ChangeLog 2002-07-26
10710
10711 2002-07-27 [christoph]  0.8.0claws21
10712
10713         * src/imap.c
10714                 add another check if a valid msginfo
10715                 was returned
10716
10717 2002-07-26 [hoa]        0.8.0claws20
10718
10719         * src/folder.c
10720                 Fixed a condition in folder_item_destroy()
10721
10722         * src/imap.c
10723                 Fixed an error in IMAP protocol
10724
10725 2002-07-26 [alfons]     0.8.0claws19
10726
10727         * src/folder.c
10728                 ofcourse compare with identifier, not the path
10729
10730 2002-07-26 [alfons]     0.8.0claws18
10731
10732         * src/folder.c
10733                 use folder item identifier for saving / restoring
10734                 preferences because folder->path might not be unique
10735
10736 2002-07-26 [melvin]     0.8.0claws17
10737
10738         * src/logwindow.c
10739                 Fixed a crash introduced in 0.8.0claws5 when log is 
10740                 cut under 80 characters.
10741
10742 2002-07-26 [paul]       0.8.0claws16
10743
10744         * sync with 0.8.1cvs1
10745                 see ChangeLog 2002-07-26
10746
10747 2002-07-26 [christoph]  0.8.0claws15
10748
10749         * src/imap.[ch]
10750                 imap folder now remembers the last selected
10751                 folder and imap_fetch_msginfo skips selecting
10752                 the folder if it is already selected
10753
10754 2002-07-26 [christoph]  0.8.0claws14
10755
10756         * src/folder.c
10757         * src/folderview.c
10758         * src/imap.c
10759                 fix imap folder rescanning
10760
10761 2002-07-25 [christoph]  0.8.0claws13
10762
10763         * src/filter.c
10764         * src/folder.[ch]
10765         * src/folderview.c
10766         * src/imap.[ch]
10767         * src/mainwindow.c
10768         * src/mbox_folder.c
10769         * src/mh.c
10770         * src/news.c
10771                 implement imap uid cache and uid validity check
10772
10773 2002-07-25 [alfons]     0.8.0claws12
10774
10775         * src/summaryview.c
10776                 fix a brown paper bag bug, and also add some more
10777                 checks
10778
10779 2002-07-25 [christoph]  0.8.0claws11
10780
10781         * src/folder.c
10782                 don't mix copy, fetch_msginfo and remove
10783                 operations in folder item copy and move
10784                 operations
10785
10786 2002-07-25 [christoph]  0.8.0claws10
10787
10788         * src/folderview.c
10789         * src/mainwindow.c
10790         * src/prefs_folder_item.c
10791         * src/summaryview.[ch]
10792                 remove no longer required parameter update_cache from
10793                 summary_show
10794
10795 2002-07-25 [paul]       0.8.0claws9
10796
10797         * sync with 0.8.1
10798         
10799         * AUTHORS
10800                 a few corrections
10801
10802 2002-07-24 [alfons]     0.8.0claws8
10803
10804         * src/summaryview.c
10805                 sort correctly when using simplified subject line
10806                 (closes feature request "[ 585141 ] applying regexp to subject 
10807                 before sort" submitted by Alexandra Walford)
10808
10809 2002-07-24 [paul]       0.8.0claws7
10810
10811         * sync with 0.8.0cvs3
10812                 see ChangeLog 2002-07-24
10813
10814 2002-07-23 [christoph]  0.8.0claws6
10815
10816         * src/folder.c
10817         * src/folder.h
10818         * src/summaryview.c
10819         * src/summaryview.h
10820         * src/main.c
10821                 o separate processing and summaryview
10822                 o removed summary_write_cache from summaryview
10823                 o removed summaryview->killed_messages, because we don't have
10824                   to keep a list of killed messages anymore. New cache will
10825                   keep the hidden messages in cache anyway
10826         * src/folderview.c
10827         * src/inc.c
10828         * src/selective_download.c
10829                 o removed unnecessary summary_write_cache calls
10830         * src/procmsg.c
10831                 o don't set ignore thread flag in procmsg_get_thread_tree
10832                   if it is already set
10833         * src/mainwindow.c
10834         * src/statusbar.h
10835                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10836                   they are used in different files
10837
10838 2002-07-23 [melvin]     0.8.0claws5
10839
10840         * src/addressbook.c
10841         * src/addrgather.c
10842         * src/editaddress.c
10843         * src/editgroup.c
10844         * src/editldap_basedn.c
10845         * src/importldif.c
10846         * src/prefs_common.c
10847                 Fixed few memory leak (gtk_editable_get_chars returns
10848                 an allocated string)
10849         * src/logwindow.c
10850                 Fixed few memory leak (gtk_editable_get_chars returns
10851                 an allocated string) and modified a little the log cutting
10852                 loop.
10853         * src/compose.c
10854                 Replaced a call to an obsolete function gtk_entry_get_text()
10855                 by gtk_editable_get_chars()
10856         * src/send.c
10857                 Removed a debug printf
10858
10859 2002-07-23 [christoph]  0.8.0claws4
10860
10861         * src/filesel.c
10862                 fix another g_dirname memory leak
10863
10864 2002-07-23 [christoph]  0.8.0claws3
10865
10866         * src/mh.c
10867                 fixed a memory leak in mh_fetch_msginfo
10868                 fixed crash when message header could not be
10869                 parsed
10870
10871 2002-07-23 [paul]       0.8.0claws2
10872
10873         * sync with 0.8.0cvs2
10874                 see ChangeLog 2002-07-23
10875
10876 2002-07-23 [paul]       0.8.0claws1
10877
10878         * sync with 0.8.0cvs1
10879                 see ChangeLog 2002-07-23
10880
10881 2002-07-23 [paul]       0.8.0claws
10882
10883         * release of 0.8.0claws
10884
10885 2002-07-23 [paul]       0.7.8claws99
10886
10887         * po/ru.po
10888                 new Russian translation, submitted by
10889                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10890
10891 2002-07-22 [jens]       0.7.8claws98
10892
10893         * po/de.po
10894                 Updated German translations.
10895
10896 2002-07-22 [paul]       0.7.8claws97
10897
10898         * po/es.po
10899           po/it.po
10900           po/nl.po
10901           po/pt_BR.po
10902                 updated translations by Ricardo Mones Lastra,
10903                 Alessandro Maestri, Wilbert Berendsen and 
10904                 Fabio Jr. Beneditto respectively
10905
10906 2002-07-22 [christoph]  0.7.8claws96
10907
10908         * src/mimeview.c
10909                 fix memory leak caused by wrong g_dirname usage
10910
10911 2002-07-22 [christoph]  0.7.8claws95
10912
10913         * src/summaryview.c
10914                 update new and unread message counts for summaryview
10915                 summaryview does not get it from the folder anymore
10916                 and has to update the values itself
10917
10918 2002-07-22 [melvin]     0.7.8claws94
10919
10920         * po/fr.po
10921                 Updated French translations.
10922
10923 2002-07-22 [christoph]  0.7.8claws93
10924
10925         * src/matcher.c
10926                 set prop->preg pointer to NULL or following check
10927                 will not fail and regexec will be called with
10928                 invalid pointer
10929
10930 2002-07-21 [alfons]     0.7.8claws92
10931         
10932         * src/prefs_common.[ch]
10933                 remove option "Send return receipt on request"
10934
10935 2002-07-21 [thorsten]   0.7.8claws91
10936
10937         * src/mimeview.c
10938                 fixed memleaks, coding style as pointed out by alfons
10939
10940 2002-07-21 [alfons]     0.7.8claws90
10941
10942         * src/messageview.c
10943         * src/noticeview.[ch]
10944                 o fix bug notice view being displayed when going to empty folder 
10945                   (noticed by Christoph)
10946                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10947                   (noticed by Thorsten)
10948
10949 2002-07-21 [thorsten]   0.7.8claws89
10950
10951         * src/mimeview.c
10952                 Included save_all patch from Xaview FACQ
10953                 added support for pathnames
10954
10955 2002-07-21 [alfons]     0.7.8claws88
10956
10957         * po/POTFILES.in
10958         * src/Makefile.am
10959         * src/mainwindow.c
10960         * src/messageview.[ch]
10961         * src/noticeview.c      ** NEW FILE **
10962         * src/noticeview.h      ** NEW FILE **
10963                 make return receipts work again
10964                 (UI idea by Leandro Pereira)
10965
10966 2002-07-21 [paul]       0.7.8claws87
10967
10968         * src/summaryview.c
10969                 fix sensitivity of 'Select thread'
10970
10971 2002-07-21 [paul]       0.7.8claws86
10972
10973         * src/prefs_common.c
10974                 add browser command line for Galeon
10975
10976 2002-07-21 [paul]       0.7.8claws85
10977
10978         * Makefile.am
10979                 fix 'EXTRA_DIST': remove README.README, add TODO
10980                 and TODO.claws
10981
10982 2002-07-21 [alfons]     0.7.8claws84
10983
10984         * src/gtkstext.c
10985                 make enter clear selection
10986                 (closes "[ 579888 ] Editor selection/entry error"
10987                 reported by Steve Lamb)
10988
10989 2002-07-21 [alfons]     0.7.8claws83
10990         
10991         * src/summaryview.c
10992                 sort message list when selecting unthread messages
10993                 (closes "[ 501593 ] switching threaded view doesn't sort"
10994                 reported by Simon Schubert)
10995
10996 2002-07-20 [alfons]     0.7.8claws82
10997         
10998         * src/matcher.c
10999                 const-correctness
11000
11001 2002-07-20 [thorsten]   0.7.8claws81
11002
11003         * src/matcher.c
11004                 Fixed expansion of empty fields in matchactions
11005
11006 2002-07-19 [melvin]     0.7.8claws80
11007
11008         * src/gtkspell.c
11009                 Removed a duplicate menu entry (fast mode) introduced during
11010                 the new cache merge
11011                 Added a menu separator between 'Use alternate' and 'Fast mode'
11012
11013 2002-07-19 [paul]       0.7.8claws79
11014
11015         * tools/Makefile.am
11016           tools/README
11017                 correct typos
11018
11019 2002-07-19 [thorsten]   0.7.8claws78
11020
11021         * tools/calypso_convert.pl      ** NEW FILE **
11022           tools/README
11023           tools/Makefile.am
11024                 script to import mbox files exported
11025                 by calypso
11026                 o generates folder structure
11027                 o includes attachments
11028
11029 2002-07-19 [melvin]     0.7.8claws77
11030
11031         * src/selective_download.[ch]
11032                 Fixed bug where closing the dialog with the window manager's
11033                 close button will not unlock the summary
11034                 Corrected some function declarations that missed a return value
11035                 Made the source code comply better with coding style.
11036         * src/prefs_common.c
11037                 Added new browser command line for Mozilla.
11038
11039 2002-07-18 [paul]       0.7.8claws76
11040
11041         * src/mainwindow.c
11042           src/selective_download.[ch]
11043                 reflect theme changes, fix Gdk Warning when creating 
11044                 pixmap from NULL window, and minor clean up.
11045                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11046
11047         * po/en_GB.po
11048                 updated
11049
11050 2002-07-17 [paul]       0.7.8claws75
11051
11052         * INSTALL[.jp]
11053                 sync with 0.8.0
11054         
11055         * po/en_GB.po
11056                 updated
11057
11058 2002-07-16 [paul]       0.7.8claws74
11059
11060         * tools/filter_conv.pl
11061           tools/README
11062                 replace conversion script with reimplemented version, 
11063                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11064
11065 2002-07-16 [colin]      0.7.8claws73
11066
11067         * src/summaryview.c
11068                 remove forgotten debug messages - sorry ;-)
11069
11070 2002-07-16 [colin]      0.7.8claws72
11071
11072         * src/mimeview.c
11073           src/summaryview.c
11074           src/textview.c
11075           src/textview.h
11076                 add the ability to select part of a text mime-part 
11077                 to reply.
11078
11079 2002-07-15 [christoph]  0.7.8claws71
11080
11081         * src/folder.c
11082                 fix folder message count for folders without
11083                 msg_is_changed (includes news folders)
11084
11085 2002-07-15 [martin]     0.7.8claws70
11086
11087         * src/summaryview.c
11088                 option "display recipient on 'From'..." now works
11089                 without the need of enabling the option
11090                 "display  sender  using  address  book".
11091
11092 2002-07-15 [christoph]  0.7.8claws69
11093
11094         * src/summaryview.c
11095                 removed setting folder status from summaryview.
11096                 folder.c should update all message counts correctly.
11097
11098 2002-07-15 [paul]       0.7.8claws68
11099
11100         * po/pt_BR.po
11101                 updated by Fabio Junior Beneditto
11102
11103 2002-07-15 [darko]      0.7.8claws67
11104
11105         * src/mh.c
11106                 Fixed target folder colorization, don't decrease op
11107                 number twice
11108
11109 2002-07-14 [paul]       0.7.8claws66
11110
11111         * sync with main 0.8.0
11112                 see ChangeLog 2002-07-14
11113
11114 2002-07-13 [melvin]     0.7.8claws65
11115         
11116         * src/addrbook.c
11117         * src/addressbook.c
11118         * src/addrindex.c
11119                 Replaced sprintf by g_snprintf to prevent possible buffer
11120                 overflow.
11121         * src/news.c
11122                 Corrected a log message output format.
11123                 Added a missing "done" debug output.
11124         * src/compose.c
11125                 Added keyboard accelerator for Priority menu items
11126                 Added missing \n in debug output
11127         * src/logwindow.c
11128         * src/gtkspell.c
11129         * src/rfc2015.c
11130                 Added missing \n in debug output
11131
11132 2002-07-13 [paul]       0.7.8claws64
11133
11134         * man/sylpheed.1
11135                 change Sergey's email address to the sf address
11136
11137         * src/textview.c
11138                 increase show_url_timeout (more useful for long
11139                 urls)
11140
11141 2002-07-12 [sergey]     0.7.8claws63
11142
11143         * src/rfc2015.c
11144                 applied (with some modifications) patch to set the
11145                 micalg parameter for signatures
11146                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11147
11148 2002-07-12 [sergey]     0.7.8claws62
11149
11150         * man/Makefile.am
11151         * configure.in
11152                 fixed man page installation
11153
11154 2002-07-12 [paul]       0.7.8claws61
11155
11156         * sync with 0.7.8cvs26
11157                 see ChangeLog 2002-07-11 and 2002-07-12
11158
11159 2002-07-11 [christoph]  0.7.8claws60
11160
11161         * src/compose.c
11162         * src/procmsg.c
11163                 first use the message number to find the message
11164                 to mark with a reply flag but check the
11165                 message-id if we got the correct message, if not
11166                 try to find it by message-id.
11167                 use new string seperator that is not allowed
11168                 in message-ids.
11169
11170 2002-07-11 [paul]       0.7.8claws59
11171
11172         * sync with 0.7.8cvs23
11173                 see ChangeLog 2002-07-10
11174
11175 2002-07-10 [christoph]  0.7.8claws58
11176
11177         * src/folder.[ch]
11178         * src/msgcache.[ch]
11179                 Added message-id table to the cache in memory
11180                 and functions to msgcache.c and folder.c to
11181                 fetch MsgInfos by message id
11182         * src/compose.c
11183         * src/procmsg.c
11184                 store folder and message-id of message replying
11185                 to in queue header and set reply flag after sending
11186                 (Closes bug #469498)
11187
11188 2002-07-10 [paul]       0.7.8claws57
11189
11190         * AUTHORS
11191           man/sylpheed.1.gz
11192                 add Martin to the list of authors
11193
11194 2002-07-09 [martin]     0.7.8claws56
11195         * src/gtksctree.c
11196                 Added gtk_ctree_last_visible(), tree_update_level(),
11197                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11198                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11199                 from gtk+ to gtksctree.c for the new sorting code
11200                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11201                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11202         * src/gtksctree.h
11203                 Added declaration for gtk_sctree_sort_recursive() and
11204                 gtk_sctree_sort_node
11205         * src/addressbook.c
11206         * src/foldersel.c
11207         * src/folderview.c
11208         * src/summaryview.c
11209                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11210                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11211
11212 2002-07-08 [paul]       0.7.8claws55
11213
11214         * more sync with 0.7.8cvs21
11215                 see ChangeLog 2002-07-08
11216
11217 2002-07-08 [paul]       0.7.8claws54
11218
11219         * sync with 0.7.8cvs21
11220                 see ChangeLog 2002-07-08
11221
11222 2002-07-07 [alfons]     0.7.8claws53
11223
11224         * src/Makefile.am
11225         * src/stock_pixmap.[ch]
11226         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11227         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11228         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11229                 add new pixmaps for upcoming notice pane
11230
11231 2002-07-06 [melvin]     0.7.8claws52
11232
11233         * src/gtkspell.[ch]
11234                 Made them a bit closer to Sylpheed's coding style.
11235                 Removed old code.
11236                 Removed possible memory leaks when some errors occurs.
11237
11238 2002-07-06 [melvin]     0.7.8claws51
11239
11240         * po/Makefile.in.in
11241                 Removed --no-location in xgettext command line to help
11242                 translators that use Emacs' po-mode
11243         * src/quote_fmt.c
11244                 Removed unnecessary comments that messed up sylpheed.pot
11245
11246 2002-07-06 [paul]       0.7.8claws50
11247
11248         * sync with 0.7.8cvs19
11249                 see ChangeLog 2002-07-05
11250
11251 2002-07-06 [christoph]  0.7.8claws49
11252
11253         * src/folder.c
11254         * src/mainwindow.c
11255                 fix folder_item_remove_all_msg and folderview
11256                 status for trash folders after emptying trash
11257
11258 2002-07-05 [paul]       0.7.8claws48
11259
11260         * sync with 0.7.8cvs16
11261                 see ChangeLog 2002-07-04 and 2002-07-05
11262
11263 2002-07-04 [paul]       0.7.8claws47
11264
11265         * sync with 0.7.8cvs14
11266                 see  ChangeLog 2002-07-04
11267
11268 2002-07-03 [alfons]     0.7.8claws46
11269
11270         * src/folder.c
11271                 dupe folder item's path because it's being reallocated
11272                 by new folder scanning code
11273
11274 2002-07-03 [christoph]  0.7.8claws45
11275
11276         * src/imap.c
11277                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11278         * src/msgcache.c
11279                 add missing return in msgcache_write
11280
11281 2002-07-02 [thorsten]   0.7.8claws44
11282
11283         * src/jpilot.c
11284         * src/msgcache.c
11285         * src/rfc2015.c
11286                 use binary mode for file access
11287
11288 2002-07-02 [christoph]  0.7.8claws43
11289
11290         * major code cleanup (part 1)
11291         
11292                 - unused variables removed
11293                 - unused functions removed
11294                 - uninitialized variables checked
11295                 - missing return statements added
11296                 - missing function return types added
11297                 - added parentheses around assignment and
11298                   && in || when suggested by gcc
11299               
11300         * src/mh.c
11301         * src/folder.c
11302                 replaced direct calls to folder->scan_tree
11303                 with folder_scan_tree and restore folder
11304                 prefs in this function. The folder should
11305                 not have to deal with them.
11306                 ( Should now work for all folder types )
11307
11308 2002-07-02 [paul]       0.7.8claws42
11309
11310         * sync with 0.7.8cvs13
11311                 see ChangeLog 2002-07-01 and 2002-07-02
11312
11313 2002-07-01 [christoph]  0.7.8claws41
11314
11315         * src/summaryview.c
11316                 fix "goto next/prev unread message" with
11317                 ignored threads
11318
11319 2002-07-01 [paul]       0.7.8claws40
11320
11321         * po/es.po
11322                 updated by Ricardo Mones Lastra
11323
11324 2002-06-30 [match]      0.7.8claws39
11325
11326         * src/jpilot.c
11327                 applied variation of leonerd's patch (566661) to
11328                 allow multiple email addresses per JPilot entry.
11329                 addresses may be separated by space, comma, pipe,
11330                 semi-colon, new-line.
11331
11332 2002-06-30 [alfons]     0.7.8claws38
11333
11334         * src/procmsg.c
11335                 simple fix for putting older nodes before
11336                 newer nodes when threading by subject
11337
11338 2002-06-30 [christoph]  0.7.8claws37
11339
11340         * src/folder.c
11341         * src/folderview.c
11342         * src/mh.c
11343         * src/news.c
11344         * src/procmsg.c
11345                 fix broken folder tree rescaning
11346                 and don't use procmsg_get_mark_sum
11347                 anymore
11348
11349 2002-06-30 [christoph]  0.7.8claws36
11350
11351         * merge new cache branch
11352         * src/imap.c
11353                 fix new cache imap copy bug
11354         * src/folder.c
11355                 improved folder_item_scan
11356                 it should now always set the correct
11357                 new, unread and total message counts
11358
11359 2002-06-29 [paul]       0.7.8claws35
11360
11361         * configure.in
11362                 correct syntax error
11363
11364 2002-06-29 [paul]       0.7.8claws34
11365
11366         * configure.in
11367           Makefile.am
11368           man/Makefile.am       ** NEW FILE **
11369           man/sylpheed.1.gz     ** NEW FILE **
11370                 add Sylpheed man page
11371
11372 2002-06-29 [paul]       0.7.8claws33
11373
11374         * po/pt_BR.po
11375                 updated by Fabio Junior Beneditto
11376
11377 2002-06-28 [jens]       0.7.8claws32
11378
11379         * po/de.po
11380                 translation updated
11381
11382         * src/selective_download.c
11383                 removed gettext for space " "
11384
11385         * src/imap.c
11386                 removed wrong space
11387
11388 2002-06-28 [paul]       0.7.8claws31
11389
11390         * sync with 0.7.8cvs11
11391                 see ChangeLog 2002-06-28
11392
11393 2002-06-28 [paul]       0.7.8claws30
11394
11395         * sync with 0.7.8cvs10
11396                 see ChangeLog 2002-06-27 and 2002-06-28
11397
11398 2002-06-26 [paul]       0.7.8claws29
11399
11400         * src/addrgather.c
11401           src/selective_download.c
11402                 don't gettextise empty strings.
11403                 reserved by gettext. gettext("") returns 
11404                 the header entry with meta information, 
11405                 not the empty string
11406
11407         * po/en_GB.po
11408                 updated
11409
11410 2002-06-26 [paul]       0.7.8claws28
11411
11412         * sync with 0.7.8cvs7
11413                 see ChangeLog 2002-06-25
11414
11415         * src/prefs_common.c
11416                 ...and in the process, tweak the gui a little
11417
11418 2002-06-25 [alfons]     0.7.8claws27
11419         
11420         * configure.in
11421         * src/Makefile.am
11422                 fine tune ldap library detection
11423
11424 2002-06-25 [alfons]     0.7.8claws26
11425
11426         * src/compose.c
11427                 don't allow return receipts when composing a news article
11428
11429 2002-06-25 [paul]       0.7.8claws25
11430
11431         * Makefile.am
11432                 add '$(AMTAR)' to 'release' section to allow for
11433                 new and older autotools
11434
11435 2002-06-25 [paul]       0.7.8claws24
11436
11437         * src/summaryview.c
11438                 fix "No more unread messages" persistant pop-up
11439                 window bug
11440
11441 2002-06-25 [paul]       0.7.8claws23
11442
11443         * po/it.po
11444                 updated by Alessandro Maestri
11445
11446 2002-06-25 [paul]       0.7.8claws22
11447
11448         * sync with 0.7.8cvs6
11449                 see ChangeLog 2002-06-25
11450
11451 2002-06-24 [paul]       0.7.8claws21
11452
11453         * tools/update-po
11454                 add GPL copyright information
11455
11456 2002-06-24 [paul]       0.7.8claws20
11457
11458         * tools/Makefile.am
11459           tools/README
11460           tools/update-po       ** NEW FILE **
11461                 add script that eases the creation of *.po files
11462                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11463
11464 2002-06-23 [alfons]     0.7.8claws19
11465
11466         * src/messageview.c
11467                 make notification_convert_header obey const correctness
11468                 (next step will be fixing the broken return receipt)
11469
11470 2002-06-23 [paul]       0.7.8claws18
11471
11472         * src/messageview.c
11473                 fix bug introduced in last commit:
11474                 removed too much code in last commit - put back what's
11475                 needed
11476
11477 2002-06-23 [paul]       0.7.8claws17
11478
11479         * src/messageview.[ch]
11480                 remove code committed in error from locally patched
11481                 source
11482
11483 2002-06-23 [colin]      0.7.8claws16
11484
11485         * src/compose.[ch]
11486                 add compose_entry_select(), used to select the default_to
11487                 email address - hopefully avoiding people sending mails to
11488                 wrong recipients.
11489
11490 2002-06-22 [alfons]     0.7.8claws15
11491
11492         * AUTHORS
11493                 add Bram Metsch & Stanislav Karchebny
11494         * src/smtp.[ch]
11495         * src/prefs_account.[ch]
11496         * src/send.c
11497                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11498                   options.  (see <http://sourceforge.net/tracker/index.php
11499                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11500
11501                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11502                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11503
11504 2002-06-22 [paul]       0.7.8claws14
11505
11506         * sync with 0.7.8cvs5
11507                 see ChangeLog 2002-06-19 and 2002-06-20
11508
11509 2002-06-22 [alfons]     0.7.8claws13
11510
11511         * src/selective_download.c
11512                 fix a stupid mistake I made
11513
11514 2002-06-22 [alfons]     0.7.8claws12
11515
11516         * src/selective_download.[ch]
11517                 fix another unnoticed leak; cleanup code
11518
11519 2002-06-21 [alfons]
11520
11521         * tools/Makefile.am
11522                 gpg-sign <-- gpg-sign-syl
11523
11524 2002-06-21 [alfons]     0.7.8claws11
11525
11526         * src/selective_download.c
11527         * src/selective_download.h
11528                 fix assorted mix of allocation errors (should solve
11529                 problem reported by Philippe Gramoullé, see:
11530                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11531
11532 2002-06-20 [melvin]     0.7.8claws10
11533
11534         * tools/gpg-sign *REMOVED*
11535           tools/gpg-sign-syl *ADDED*
11536                 Replaced the gpg clearsigning script with the version using
11537                 xterm instead of ssh-askpass and changed its name.
11538
11539         * README.claws
11540                 Updated actions example to reflect the renaming of the
11541                 gpg clearsigning script.
11542
11543 2002-06-19 [paul]       0.7.8claws9
11544
11545         * sync with 0.7.8claws9
11546                 see ChangeLog 2002-06-18 and 2002-06-19
11547
11548 2002-06-19 [paul]       0.7.8claws8
11549
11550         * sync with 0.7.8cvs1
11551                 see ChangeLog 2002-06-18
11552
11553 2002-06-18 [alfons]     0.7.8claws7
11554
11555         * src/mainwindow.h
11556                 add omitted prototype
11557
11558 2002-06-17 [paul]       0.7.8claws6
11559
11560         * src/mainwindow.c
11561                 fix hiding of exec_btn
11562
11563 2002-06-17 [paul]       0.7.8claws5
11564
11565         * src/pop.c
11566                 remove unneeded code: should_delete() 
11567                 and Pop3State::uidl_todelete_list
11568
11569 2002-06-17 [paul]       0.7.8claws4
11570
11571         * sync with 0.7.8
11572                 see ChangeLog 2002-06-11 and 2002-06-13
11573
11574 2002-06-16 [alfons]     0.7.8claws3
11575         
11576         * src/folder.c
11577                 make sure lock sort mode (claws specific) is
11578                 also persists after a tree rescan
11579
11580 2002-06-16 [alfons]     0.7.8claws2
11581
11582         * src/prefs_folder_item.c
11583         * src/folder.[ch]
11584                 fix persistence of folder sort mode (broken
11585                 by adapting Hiro's new folder persistence code)
11586
11587 2002-06-16 [alfons]     0.7.8claws1
11588
11589         * AUTHORS
11590         * src/logwindow.c
11591         * src/prefscommon.[ch]
11592                 control size of log text in log window; 
11593                 closes patch #569155 submitted by Mitko Haralanov.
11594
11595 2002-06-15 [paul]       0.7.8claws
11596
11597         * release of 0.7.8claws
11598
11599 2002-06-15 [paul]       0.7.7claws
11600
11601         * po/pt_BR.po
11602                 updated by Fabio Junior Beneditto
11603
11604 2002-06-14 [paul]       0.7.6claws49
11605
11606         * po/es.po
11607                 updated by Ricardo Mones Lastra
11608
11609 2002-06-14 [paul]       0.7.6claws48
11610
11611         * po/nl.po
11612                 updated translation by Wilbert Berendsen
11613
11614 2002-06-14 [melvin]     0.7.6claws47
11615
11616         * po/fr.po
11617                 Updated French translation
11618
11619 2002-06-13 [paul]       0.7.6claws46
11620
11621         * src/filesel.c
11622                 allow filename to be typed in, rather than just
11623                 selected by the mouse. Patch by Gustavo Noronha Silva.
11624
11625 2002-06-13 [alfons]     0.7.6claws45
11626
11627         * src/mainwindow.[ch]
11628                 more cleanups (removing unnecessary menu items Expand 
11629                 summary / message view)
11630
11631 2002-06-13 [melvin]     0.7.6claws44
11632
11633         * po/POTFILES.in
11634                 Added src/string_match.c
11635         * src/string_match.c
11636                 Fixed possible buffer overflow.
11637                 Corrected typo.
11638                 Added missing config.h header.
11639         * src/prefs_common.c
11640           src/prefs_matcher.c
11641           src/prefs_scoring.c
11642                 Made some strings translatable (missing _(..)).
11643
11644 2002-06-13 [melvin]     0.7.6claws43
11645
11646         * README.claws
11647                 Corrected action example (verifying clearsigned mail).
11648         * src/prefs_account.c
11649                 Corrected typo.
11650         * src/prefs_common.c
11651                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11652
11653 2002-06-12 [alfons]     0.7.6claws42
11654
11655         * src/summaryview.c
11656                 add init of score column lost in 0.7.6claws42
11657
11658 2002-06-12 [paul]       0.7.6claws41
11659
11660         * src/prefs_account.c
11661                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11662                 behavior of the radio buttons, (from 0.7.7cvs2)
11663
11664 2002-06-11 [alfons]     0.7.6claws40
11665
11666         * src/messageview.[ch]
11667         * src/summaryview.[ch]
11668         * src/summary_search.c
11669         * src/mainwindow.c
11670                 perform a sync to bring in Hiro's separate view implementation 
11671
11672                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11673
11674 2002-06-11 [paul]       0.7.6claws39
11675         
11676         * src/prefs_account.c
11677                 correct a typo on the Receive tab
11678
11679 2002-06-10 [match]      0.7.6claws38
11680
11681         * src/addressbook.c
11682                 Included address completion patch from Gustavo Noronha.
11683
11684 2002-06-10 [paul]       0.7.6claws37
11685
11686         * src/inc.[ch]
11687           src/pop.c
11688           src/prefs_account.[ch]
11689           src/selective_download.[ch]
11690                 apply PATCH #561712
11691                  NEW:
11692                 - check if POP Account
11693                 - Receive Button renamed to Preview
11694                 - Preview Button Popup: preview new/all messages
11695                 - Download Button
11696                 - Account Preferences-->Receive tab checkbutton if you
11697                   want to remove Mail after Download
11698                 -: default YES
11699                 - Account Preferences-->Receive tab checkbutton use
11700                   filtering rules on preview
11701                   (think of delete_on_server)
11702                 -: default YES
11703                 - Account selectable from SD dialog
11704                 - checkbutton to show already downloaded messages if
11705                   all messages are previewed
11706                 - new clist column showing Date
11707                 - ESC KEY close
11708                 FIXES:
11709                 - play ball with UIDL
11710                 - fault tolerant (?) 
11711                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11712
11713 2002-06-10 [melvin]     0.7.6claws36
11714
11715         * README.claws
11716                 Added a hint to ac/README in cvs instructions.
11717
11718         * src/prefs_actions.c
11719                 Made it possible to use a more elaborate command line
11720                 for asynchronous actions, too.
11721
11722 2002-06-10 [melvin]     0.7.6claws35
11723         
11724         * src/prefs_actions.c
11725                 Make it possible to use a more elaborate command line
11726                 (e.g. |foo|bar|cat>there;echo Done|)
11727                 Corrected error message when calling %f, %F and %p commands
11728                 from the compose window.
11729
11730 2002-06-09 [colin]      0.7.6claws34
11731
11732         * src/summaryview.c
11733                 Automatically find unread messages in current folder
11734                 before annoying the user.
11735
11736 2002-06-08 [alfons]     0.7.6claws33
11737
11738         * po/it.po
11739                 remove bad formatting string in it.po translation
11740                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11741
11742 2002-06-08 [paul]       0.7.6claws32
11743
11744         * sync with 0.7.6cvs25
11745                 see ChangeLog 2002-06-07
11746
11747 2002-06-05 [paul]       0.7.6claws31
11748
11749         * src/mainwindow.c
11750                 add 'Sort by locked' and 'Sort by score'
11751
11752 2002-06-05 [paul]       0.7.6claws30
11753
11754         * sync with 0.7.6cvs24
11755                 see ChangeLog 2002-06-04
11756
11757 2002-06-04 [paul]       0.7.6claws29
11758
11759         * po/pt_BR.po
11760                 updated by Fabio Junior Beneditto
11761
11762 2002-06-03 [thorsten]   0.7.6claws28
11763
11764         * src/matcher.c
11765                 fclose() matcherrc after reading
11766
11767 2002-06-03 [paul]       0.7.6claws27
11768
11769         * sync with 0.7.6cvs21
11770                 see ChangeLog 2002-05-31
11771
11772 2002-05-31 [paul]       0.7.6claws26
11773
11774         * sync with 0.7.6cvs20
11775                 see ChangeLog 2002-05-29 and 2002-05-30
11776
11777 2002-05-31 [paul]       0.7.6claws25
11778
11779         * src/imap.c
11780                 hopefully fix last buggy sync
11781
11782         * README.claws
11783                 correct typo in 'Actions' examples
11784
11785 2002-05-29 [paul]       0.7.6claws24
11786
11787         * sync with 0.7.6cvs18
11788                 see ChangeLog 2002-05-28 and 2002-05-29
11789
11790         * src/news.c
11791           src/nntp.[ch]
11792                 sync with above 
11793
11794 2002-05-28 [paul]       0.7.6claws23
11795
11796         * sync with 0.7.6cvs16
11797                 see ChangeLog 2002-05-28
11798
11799 2002-05-27 [thorsten]   0.7.6claws22 
11800
11801         * faq/it/sylpheed-faq-1.html
11802           faq/it/sylpheed-faq-2.html
11803           faq/it/sylpheed-faq-3.html
11804           faq/it/sylpheed-faq.html
11805                 corrected DOS lineendings
11806         * faq/de/sylpheed-faq-1.html
11807           faq/de/sylpheed-faq-2.html
11808           faq/en/sylpheed-faq-1.html
11809           faq/en/sylpheed-faq-2.html
11810           faq/en/sylpheed-faq-3.html
11811           faq/es/sylpheed-faq-1.html
11812           faq/es/sylpheed-faq-2.html
11813           faq/es/sylpheed-faq-3.html
11814           faq/fr/sylpheed-faq-1.html
11815           faq/it/sylpheed-faq-1.html
11816           faq/it/sylpheed-faq-2.html
11817           faq/it/sylpheed-faq-3.html
11818           faq/it/sylpheed-faq.html
11819                 changed ">" to &quot;
11820
11821 2002-05-27 [paul]       0.7.6claws21
11822         
11823         * sync with 0.7.6cvs15
11824                 see ChangeLog 2002-05-27
11825
11826 2002-05-27 [paul]       0.7.6claws20
11827
11828         * src/prefs_account.c
11829                 correct a typo
11830
11831 2002-05-26 [paul]       0.7.6claws19
11832
11833         * tools/README
11834                 correct a typo
11835
11836 2002-05-25 [paul]       0.7.6claws18
11837
11838         * tools/README
11839                 add description of kmail2sylpheed.pl
11840
11841 2002-05-25 [paul]       0.7.6claws17
11842
11843         * tools/kmail2sylpheed.pl       ** NEW FILE **
11844                 perl script that converts an exported Kmail address
11845                 book, converts it to sylpheed addressbook file,
11846                 writes the file to .sylpheed, and updates
11847                 addrbook--index.xml 
11848
11849 2002-05-25 [paul]       0.7.6claws16
11850
11851         * sync with 0.7.6cvs14
11852                 see ChangeLog 2002-05-23
11853
11854 2002-05-24 [paul]       0.7.6claws15
11855
11856         * README.claws
11857                 make a correction and add some more info
11858
11859 2002-05-24 [paul]       0.7.6claws14
11860
11861         * src/compose.c
11862                 fix memory leak in 
11863                 compose_redirect_write_headers_from_headerlist()
11864                 add Subject and Resent-Message-ID to
11865                 compose_redirect_write_headers()
11866                 Received, Subject, and X-UIDL are filtered out in 
11867                 compose_redirect_write_to_file()
11868
11869 2002-05-23 [paul]       0.7.6claws13
11870
11871         * src/compose.[ch]
11872           src/filtering.c
11873           src/mainwindow.c
11874           src/matcher.[ch]
11875           src/matcher_parser_lex.l
11876           src/matcher_parser_parse.y
11877           src/prefs_common.[ch]
11878           src/prefs_filtering.c
11879           src/summaryview.c
11880                 rename 'Bounce' to 'Redirect'
11881
11882 2002-05-23 [paul]       0.7.6claws12
11883
11884         * more sync with 0.7.6cvs13
11885           src/compose.c
11886                 see ChangeLog 2002-05-22
11887
11888 2002-05-22 [paul]       0.7.6claws11
11889
11890         * sync with 0.7.6cvs13
11891           src/codeconv.c
11892                 see ChangeLog 2002-05-20
11893           src/prefs_common.c
11894                 see ChangeLog 2002-05-22
11895
11896 2002-05-21 [melvin]     0.7.6claws10
11897
11898         * src/folderview.c
11899                 Added missing filtering and scoring headers
11900                 Fixed bad function call that showed garbage 
11901                 in Folder->Processing
11902
11903 2002-05-21 [paul]       0.7.6claws9
11904
11905         * tools/Makefile.am
11906                 make all tools executable, (patch by Alfons).
11907
11908 2002-05-20 [alfons]     0.7.6claws8
11909
11910         * src/procheader.c
11911                 don't forget to call mktime() so we have a valid week 
11912                 and year day
11913                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11914
11915 2002-05-20 [paul]       0.7.6claws7
11916
11917         * src/html.c
11918                 fix broken parsing of urls
11919         * src/textview.c
11920                 fix displaying of urls
11921
11922                 both fixes from the patch [547855] by Eugene 
11923                 Brevdo (zonem)
11924
11925 2002-05-19 [alfons]     0.7.6claws6
11926
11927         * configure.in
11928                 make sylpheed configure correctly with the latest
11929                 and greatest of automake / autoconf / gettext
11930
11931 2002-05-19 [alfons]     0.7.6claws5
11932
11933         * src/procheader.c
11934         * src/procheader.h
11935                 add function for returning ime zone offset
11936         * src/quote_fmt.c
11937         * src/quote_fmt_parse.y
11938                 better quotation formatting - does not convert
11939                 to local time, but uses the original date string.
11940                 
11941                 Note: %z inserts the timezone offset (should 
11942                 work also on platforms where strftime does not
11943                 support %z).
11944
11945 2002-05-18 [christoph]  0.7.6claws4
11946
11947         * src/summaryview.c
11948                 fix indentation of some code
11949         * tools/Makefile.am
11950                 fix spaces after \
11951         * src/Makefile.am
11952                 add missing \
11953                 correct path for ignorethread.xpm
11954                 incorrect filename for sylpheed_logo.xpm
11955                 add missing include matcher_parser_parse.h
11956
11957 2002-05-18 [paul]       0.7.6claws3
11958
11959         * sync with 0.7.6cvs8
11960                 see ChangeLog 2002-05-16 and 2002-05-17
11961
11962 2002-05-18 [melvin]     0.7.6claws2
11963
11964         * README.claws
11965                 Corrected an action's definition and fixed some misspellings.
11966
11967 2002-05-18 [paul]       0.7.6claws1
11968
11969         * tools/Makefile.am
11970           tools/gpg-sign        ** new file **
11971           tools/uudec           ** new file **
11972                 add Melvin's Actions scripts
11973
11974         * README.claws
11975                 add Melvin's descriptions for Actions
11976
11977 2002-05-18 [paul]       0.7.6claws
11978
11979         * Version 0.7.6claws released
11980
11981 2002-05-17 [paul]       0.7.5claws32
11982
11983         * po/es.po
11984                 updated by Ricardo Mones Lastra
11985
11986 2002-05-17 [paul]       0.7.5claws31
11987
11988         * src/compose.c
11989                 fix Account prefs default folder for sent/draft/deleted
11990                 messages bug
11991
11992         * po/it.po
11993           po/nl.po
11994                 updated translation by Alessandro Maestri and
11995                 Wilbert Berendsen
11996
11997 2002-05-17 [melvin]     0.7.5claws30
11998
11999         * src/prefs_actions.c
12000                 Fixed bug where using %F not at the end of the command 
12001                 resulted in an additional empty argument being created.
12002                 Thanks to Darko Koruga for reporting the bug.
12003
12004 2002-05-17 [melvin]     0.7.5claws29
12005
12006         * po/fr.po
12007                 Updated French translations.
12008
12009 2002-05-15 [paul]       0.7.5claws28
12010         
12011         * po/es.po
12012                 updated by Ricardo Mones Lastra
12013
12014 2002-05-15 [paul]       0.7.5claws27
12015
12016         * sync with 0.7.6cvs4
12017                 see ChangeLog 2002-05-14 and 2002-05-15
12018
12019 2002-05-14 [paul]       0.7.5claws26
12020
12021         * sync with 0.7.6cvs1
12022                 see ChangeLog 2002-05-13
12023
12024 2002-05-13 [thorsten]   0.7.5claws25
12025
12026         * src/messageview.c
12027                 fix select_all and copy in multipart messages
12028         * src/mainwindow.c
12029                 fix select_all and copy in multipart messages
12030
12031 2002-05-12 [paul]       0.7.5claws24
12032
12033         * src/summaryview.c
12034                 reverse last commit, bug already fixed in 0.7.5claws3
12035
12036 2002-05-12 [netztorte]  0.7.5claws23
12037
12038         * src/summaryview.c
12039                 dont parse empty addressbook (checked in before claws20)
12040
12041 2002-05-12 [melvin]     0.7.5claws22
12042
12043         * src/procmsg.[ch]
12044                 Removed unneeded priority code introduced by the previous 
12045                 commit.
12046
12047 2002-05-12 [melvin]     0.7.5claws21
12048
12049         * src/compose.[ch]
12050                 Added possibility to set message's priority.
12051         * src/procmsg.[ch]
12052                 Added possibility to set message's priority.
12053                 Added missing headers
12054
12055 2002-05-12 [melvin]     0.7.5claws20
12056
12057         * src/prefs_actions.c
12058                 Removed implicitely added quotes around the name
12059                 of the temporary files of mime parts.
12060
12061 2002-05-12 [paul]       0.7.5claws19
12062
12063         * sync with 0.7.5cvs20
12064                 see ChangeLog 2002-05-11
12065
12066 2002-05-12 [alfons]     0.7.5claws18
12067
12068         * src/quote_fmt_lex.l
12069         * src/quote_fmt_parse.y
12070                 allow quote / reply date & time format to be set using
12071                 %D{format}. format is a format string you'd pass to
12072                 strftime() (see man strftime, or the Display tab |
12073                 Date format setting).
12074
12075                 Currently %D converts the date to local time. 
12076
12077 2002-05-11 [paul]       0.7.5claws17
12078
12079         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12080                 see ChangeLog 2002-05-10 and 2002-05-11
12081
12082 2002-05-10 [paul]       0.7.5claws16
12083
12084         * sync with 0.7.5cvs16
12085                 see ChangeLog entries 2002-05-09 and 
12086                 2002-05-10
12087
12088 2002-05-10 [colin]      0.7.5claws15
12089
12090         * src/textview.c
12091                 Corrected a bug that prevented sylpheed to open
12092                 double-clicked URIs.
12093
12094 2002-05-09 [paul]       0.7.5claws14
12095
12096         * sync with 0.7.5cvs14
12097                 see ChangeLog 2002-05-08 and 2002-05-09
12098
12099 2002-05-08 [paul]       0.7.5claws13
12100
12101         * sync with 0.7.5cvs11
12102                 see ChangeLog entry 2002-05-08
12103
12104 2002-05-08 [paul]       0.7.5claws12
12105
12106         * src/mainwindow.c
12107           src/textview.[ch]
12108                 fix segfault on View->Open in new window
12109                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12110
12111 2002-05-07 [paul]       0.7.5claws11
12112
12113         * sync with 0.7.5cvs9
12114                 see ChangeLog entry 2002-05-07
12115
12116 2002-05-06 [paul]       0.7.5claws10
12117
12118         * src/messageview.c
12119           src/textview.c
12120                 display url in statusbar on single-click
12121                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12122
12123 2002-05-06 [match]      0.7.5claws9
12124
12125         * src/addritem.[ch]
12126                 new functions.
12127         * src/addrcache.c
12128                 tidy up.
12129         * src/xmlprops.[ch]
12130                 XML implementation of properties file.
12131         * src/exporthtml.[ch]
12132         * src/expthtmldlg.[ch]
12133         * src/addressbook.c
12134                 export to HTML.
12135
12136 2002-05-02 [sergey]     0.7.5claws8
12137
12138         * src/mainwindow.c (mainwin_entries),
12139           src/prefs_common.c (prefs_send_create()),
12140           src/codeconv.c (locale_table):
12141                 use charset name "Windows-1251" instead of "CP1251".
12142
12143 2002-05-02 [colin]      0.7.5claws7
12144         
12145         * src/compose.c
12146           src/prefs_common.c
12147           src/prefs_folder_item.c
12148                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12149
12150 2002-05-02 [hiro]       0.7.5claws6
12151
12152         * src/imap.c
12153                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12154
12155 2002-05-02 [paul]       0.7.5claws5
12156
12157         * src/compose.c
12158                 more sync with 0.7.5cvs7, see ChangeLog entry
12159                 2002-05-02
12160
12161 2002-05-02 [hiro]       0.7.5claws4
12162
12163         * src/compose.c
12164                 compose_queue_sub():
12165                 check if queue folder exists (closes #550397).
12166                 removed directory creation since it should be handled
12167                 transparently.
12168         * src/imap.c
12169                 imap_add_msg(): return UID for appended message
12170                 (closes #548842).
12171
12172 2002-04-30 [paul]       0.7.5claws3
12173
12174         * src/summaryview.c
12175                 fix account_find_from_address() bug
12176
12177 2002-04-28 [colin]      0.7.5claws2
12178
12179         * src/compose.c
12180           src/textview.c
12181           src/prefs_common.[ch]
12182           src/utils.[ch]
12183                 Added user-definable quotation characters recognition.
12184
12185 2002-04-28 [paul]       0.7.5claws1
12186
12187         * sync with 0.7.5cvs4
12188                 see ChangeLog entry  2002-04-25
12189
12190 2002-04-28 [paul]       0.7.5claws
12191
12192         * po/es.po
12193           po/nl.po
12194           po/pt_BR.po
12195                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12196                 Fabio Junior Beneditto
12197
12198 2002-04-27 [jens]       0.7.4claws103
12199
12200         * po/de.po
12201                 updated German translation.
12202
12203 2002-04-27 [hiro]       0.7.4claws102
12204
12205         * src/summaryview.c
12206                 summary_write_cache(): fixed the mark loss of hidden messages.
12207
12208 2002-04-26 [melvin]     0.7.4claws101
12209
12210         * src/procmsg.c
12211                 fixed a second typo (same one)
12212         * po/fr.po
12213           po/it.po
12214           po/pt_BR.po
12215                 fixed the type again...
12216
12217 2002-04-26 [melvin]     0.7.4claws100
12218
12219         * src/procmsg.c
12220                 fixed a typo in an alert message ("temorary").
12221         * po/it.po
12222         * po/pt_BR.po
12223                 corrected the typo  described above.
12224         * po/fr.po
12225                 updated French translation.
12226
12227 2002-04-26 [darko]      0.7.4claws99
12228
12229         * src/summaryview.c
12230                 fix target folder colorization
12231
12232 2002-04-25 [paul]       0.7.4claws98
12233
12234         * po/it.po
12235                 updated by Alessandro Maestri
12236
12237 2002-04-24 [colin]      0.7.4claws97
12238         
12239         * src/compose.c
12240                 Fixed double "subject is empty" question.
12241
12242 2002-04-23 [colin]      0.7.4claws96
12243         
12244         * src/mimeview.c
12245                 Corrected issue when "automatically display images" was
12246                 not set : first image remained after selecting second.
12247
12248 2002-04-23 [melvin]     0.7.4claws95
12249
12250         * src/prefs_actions.c
12251                 Don't display in/out dialog if there is nothing to show.
12252
12253 2002-04-23 [paul]       0.7.4claws94
12254
12255         * sync with 0.7.5cvs3
12256                 bug fixes: see ChangeLog entry 2002-04-23
12257
12258 2002-04-22 [darko]      0.7.4claws93
12259
12260         * src/compose.c
12261                 fix previous check-in which changed code after
12262                 merge from main
12263
12264 2002-04-22 [paul]       0.7.4claws92
12265
12266         * faq/de/*
12267                 add German FAQ
12268         * faq/en/*
12269           faq/es/*
12270           faq/fr/*
12271                 update English, Spanish and French FAQs
12272         * manual/de/*
12273           manual/es/*
12274                 add German and Spanish manuals
12275         * manual/en/*
12276           manual/fr/*
12277                 update English and French manuals
12278
12279         * src/Makefile.am
12280                 add to and re-arrange the pixmap entries
12281
12282 2002-04-22 [darko]      0.7.4claws91
12283
12284         * src/compose.c
12285                 fix sender initials recognition to only allow
12286                 '>' after the initials
12287
12288 2002-04-21 [paul]       0.7.4claws90
12289
12290         * sync with 0.7.5 release
12291                 see ChangeLog entry 2002-04-21
12292
12293 2002-04-21 [alfons]
12294
12295         * src/Makefile.am
12296                 add colin's new pixmaps to EXTRA_DIST
12297
12298 2002-04-21 [colin]      0.7.4claws89
12299         * src/compose.c
12300         * src/inc.c
12301         * src/mainwindow.[ch]
12302         * src/prefs_common.[ch]
12303         * src/stock_pixmap.[ch]
12304                 Added "Work offline" ability.
12305
12306 2002-04-21 [colin]      0.7.4claws88
12307         
12308         * src/mimeview.c
12309         * src/prefs_common.c
12310         * src/prefs_common.h
12311         * src/textview.c : Added an option to common preferences -> display
12312           to allow user not to automatically display images.
12313
12314 2002-04-21 [paul]       0.7.4claws87
12315
12316         * sync with 0.7.4cvs52
12317                 see ChangeLog entry 2002-04-21 (src/imap.c)
12318
12319 2002-04-21 [paul]       0.7.4claws86
12320
12321         * sync with 0.7.4cvs51
12322                 see ChangeLog entry 2002-04-21
12323
12324 2002-04-21 [paul]       0.7.4claws85
12325
12326         * sync with 0.7.4cvs49
12327                 see ChangeLog entries 2002-04-20 and 2002-04-21
12328
12329         * src/Makefile.am
12330                 clean up: remove old 'stock_' element from xpm 
12331                 filenames.
12332
12333 2002-04-21 [alfons]     0.7.4claws84
12334
12335         apply sync patch from Paul
12336
12337         * src/folderview.c
12338                 use old claws prefs_folder_item_create() for now
12339
12340 2002-04-19 [match]      0.7.4claws83
12341
12342         * src/addressbook.[ch]
12343         * src/addrharvest.[ch]
12344         * src/addrgather.[ch]
12345                 recurse folders.
12346         * src/mainwindow.c
12347         * src/summaryview.[ch]
12348                 change menu option.
12349
12350 2002-04-19 [paul]       0.7.4claws82
12351
12352         * po/pt_BR.po
12353                 updated by Fabio Junior Beneditto
12354
12355 2002-04-14 [alfons]     0.7.4claws81
12356
12357         * src/passphrase.c
12358                 add #include <sys/types.h> for mode_t and off_t 
12359
12360 2002-04-13 [paul]       0.7.4claws80
12361         
12362         * src/main.c
12363           src/passphrase.[ch]
12364           src/pgptext.c
12365           src/prefs_common.[ch]
12366           src/rfc2015.c
12367                 enable storing of GnuPG passphrase for the whole 
12368                 session or a user-defined number of minutes. patch 
12369                 submitted by Ravemax <ravemax@dextrose.com>
12370
12371 2002-04-13 [alfons]     0.7.4claws79
12372
12373         * src/textview.c
12374                 make email parser also stop scanning when encountering separators
12375                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12376
12377 2002-04-13 [paul]       0.7.4claws78
12378
12379         * sync with 0.7.4cvs39
12380                 see ChangeLog entry 2002-04-12
12381
12382 2002-04-11 [paul]       0.7.4claws77
12383
12384         * sync with 0.7.4cvs37
12385                 see ChangeLog entry 2002-04-11
12386
12387 2002-04-11 [paul]       0.7.4claws76
12388
12389         * COPYING 
12390                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12391                 the clause for OpenSSL). sync with sylpheed main
12392
12393 2002-04-09 [melvin]     0.7.4claws75
12394
12395         * src/compose.c
12396                 Made 'Ctrl-Enter' on send ignore some modifiers 
12397                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12398                 to bind other *-Enter (but not Alt-Enter).
12399
12400 2002-04-09 [paul]       0.7.4claws74
12401
12402         * sync with 0.7.4cvs35
12403                 see ChangeLog entries 2002-04-09
12404
12405 2002-04-08 [paul]       0.7.4claws73
12406
12407         * sync with 0.7.4cvs33
12408                 see ChangeLog entry 200-04-08
12409
12410 2002-04-07 [match]      0.7.4claws72
12411
12412         * src/addrharvest.[ch]
12413                 fixed to read all addresses in header, regardless
12414                 of header size. improved name parsing. accommodate
12415                 harvest from folders and selected message.
12416         * src/addritem.[ch]
12417                 included new address parsing function.
12418         * src/addrgather.[ch]
12419         * src/addressbook.[ch]
12420         * src/summaryview.[ch]
12421         * src/mainwindow.c
12422                 allow address harvest of folder as well as selected
12423                 messages.
12424
12425 2002-04-07 [paul]       0.7.4claws71
12426
12427         * src/esmtp.[ch]
12428           src/smtp.c
12429                 don't try to authenticate with CRAM-MD5 in SMTP when 
12430                 SMTP-AUTH enabled if MTA doesn't issue this 
12431                 auth-method in it's ehlo-response. bug item #531364,
12432                 patch item #938910. patch submitted by Colin Leroy 
12433                 <colin@colino.net>
12434
12435 2002-04-07 [paul]       0.7.4claws70
12436
12437         * src/nntp.c
12438                 fix missing MODE_READER bug. patch submitted by
12439                 Colin Leroy <colin@colino.net>
12440
12441 2002-04-07 [alfons]     0.7.4claws69
12442
12443         * src/matcher.[ch]
12444         * src/prefs_filtering.c
12445         * src/summaryview.c
12446                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12447                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12448
12449 2002-04-07 [paul]       0.7.4claws68
12450
12451         * sync with 0.7.4cvs32
12452                 see ChangeLog entry 2002-04-06
12453
12454         * tools/filter_conv.pl
12455                 more bug fixes
12456
12457 2002-04-06 [paul]       0.7.4claws67
12458
12459         * tools/filter_conv.pl
12460                 modify to be able to find the name of the first
12461                 mailbox and use that. main's filter does not
12462                 record the full path to the mailbox and therefore
12463                 can only filter to the first mailbox.
12464
12465 2002-04-05 [paul]       0.7.4claws66
12466
12467         * tools/filter_conv.pl
12468                 attempt to make the script all-encompassing and
12469                 be able to convert any main 'filter' rule thrown
12470                 at it
12471
12472 2002-04-05 [paul]       0.7.4claws65
12473
12474         * tools/filter_conv.pl
12475                 allow for collapsed folder trees
12476
12477 2002-04-05 [paul]       0.7.4claws64
12478
12479         * sync with 0.7.4cvs31
12480                 see ChangeLog entries 2002-04-05
12481
12482 2002-04-03 [paul]       0.7.4claws63
12483
12484         * sync with 0.7.4cvs29
12485                 see ChangeLog entries 2002-04-02 and 2002-04-03
12486
12487 2002-04-02 [paul]       0.7.4claws62
12488
12489         * sync with 0.7.4cvs26
12490                 see ChangeLog entry 2002-04-01
12491
12492 2002-04-02 [match]      0.7.4claws61
12493
12494         * src/pine.[ch]
12495         * src/importpine.[ch]
12496         * src/addressbook.c
12497                 import Pine address book.
12498
12499 2002-04-02 [match]      0.7.4claws60
12500
12501         * src/addrharvest.[ch]
12502                 improve address parsing of funky addresses.
12503
12504 2002-04-02 [darko]      0.7.4claws59
12505
12506         * src/compose.c
12507                 wrap on send improvements, it now recognizes quoted
12508                 initials as part of the quotation string, and it
12509                 does not join lines separated by CR
12510
12511 2002-04-01 [match]      0.7.4claws58
12512
12513         * src/mgutils.[ch]
12514                 added new functions.
12515         * src/mutt.[ch]
12516                 remove excessive duplicate address generation
12517                 on import.
12518
12519 2002-04-01 [alfons]     0.7.4claws57
12520         
12521         * src/summaryview.c
12522                 put back g_free() 
12523
12524 2002-04-01 [paul]       0.7.4claws56
12525
12526         * sync with 0.7.4cvs25
12527                 see ChangeLog entry 2002-04-01
12528
12529 2002-04-01 [alfons]     0.7.4aprilfool55
12530
12531         * src/summaryview.c
12532                 honour feature request item #537427 to allow for
12533                 displaying names from address book for sent mail also
12534
12535 2002-03-29 [paul]       0.7.4claws54
12536
12537         * src/mainwindow.c
12538           src/prefs_filtering.[ch]
12539           src/prefs_matcher.c
12540           src/summaryview.c
12541                 add 'fast filter' for claws' filtering,
12542                 /Tools/Create filter rule/... patch submitted
12543                 by Neill Miller <neillm@thecodefactory.org>
12544
12545 2002-03-29 [paul]       0.7.4claws53
12546
12547         * sync with 0.7.4cvs24
12548                 see ChangeLog entry 2002-03-29
12549
12550 2002-03-28 [paul]       0.7.4claws52
12551
12552         * sync with 0.7.4cvs23
12553                 see ChangeLog entry 2002-03-28
12554
12555 2002-03-27 [melvin]     0.7.4claws51
12556
12557         * src/prefs_actions.c
12558                 Added support to pass only one message part (as a
12559                 file) to the command using '%p'. No quotes are needed
12560                 because doubles quotes are automatically added.
12561                 Fixed bug where Sylpheed could block when waiting for
12562                 a child process to finish.
12563                 Changed the help menu to remove quotes around symbols to 
12564                 avoid misinterpretation (they must not be used).
12565
12566 2002-03-27 [melvin]     0.7.4claws50
12567
12568         * src/inc.c
12569                 Made the new mail notification command always 
12570                 execute asynchronously.
12571
12572 2002-03-27 [paul]       0.7.4claws49
12573
12574         * src/compose.c
12575                 fix bug introduced in last commit
12576
12577 2002-03-27 [paul]       0.7.4claws48
12578
12579         * sync with 0.7.4cvs21
12580                 see ChangeLog 2002-03-26 and 2002-03-27
12581
12582 2002-03-26 [hoa]        0.7.4claws47
12583
12584         * src/prefs_folder_item.c
12585                 really fixed the bug #516442 with folder rescan.
12586
12587 2002-03-26 [paul]       0.7.4claws46
12588
12589         * sync with 0.7.4cvs19
12590                 see ChangeLog entries 2002-03-25 and 2002-03-26
12591
12592 2002-03-25 [hoa]        0.7.4claws45
12593
12594         * src/matcher.c
12595         * src/mh.c
12596                 fix the bug #516442 with folder rescan.
12597
12598         * src/prefs_common.[ch]
12599         * src/compose.c
12600                 added an option to enable two different behaviours
12601                 for bounce.
12602
12603
12604 2002-03-25 [paul]       0.7.4claws44
12605
12606         * src/mainwindow.c
12607           src/selective_download.c
12608                 correct a few menuitem labels
12609
12610 2002-03-25 [christoph]  0.7.4claws43
12611
12612         * src/procmsg.c
12613                 fix non deleted tmp message in
12614                 procmsg_save_to_outbox
12615                 fix problems caused by sync with
12616                 main branch's procmsg_send_queue
12617
12618 2002-03-25 [paul]       0.7.4claws42
12619
12620         * src/quote_fmt.c
12621           src/quote_fmt_lex.l
12622           src/quote_fmt_parse.y
12623                 add Last name (%L) placeholder for quoting. 
12624                 patch submitted by Thorsten Thielen 
12625                 <thth@users.sourceforge.net>
12626
12627 2002-03-25 [paul]       0.7.4claws41
12628
12629         * src/utils.c
12630                 get full hostname. patch submitted by
12631                 Bob Woodside <rwoodside1@comcast.net>
12632
12633 2002-03-25 [paul]       0.7.4claws40
12634
12635         * src/account.c
12636           src/news.c
12637           src/nntp.[ch]
12638           src/prefs_account.[ch]
12639                 enable NNTP over SSL. patch submitted by
12640                 Pascal Jermini <pascal@infinity.hn.org>
12641
12642 2002-03-24 [paul]       0.7.4claws39
12643
12644         * src/prefs_common.c
12645                 make the arrangement of the Compose tab more
12646                 coherent
12647
12648         * src/mainwindow.c
12649                 fix some irregularities of style
12650
12651         * po/de.po
12652                 updated by Kilian Krause
12653
12654 2002-03-23 [paul]       0.7.4claws38
12655
12656         * po/pt_BR.po
12657                 updated by Fabio Junior Beneditto
12658
12659 2002-03-23 [paul]       0.7.4claws37
12660
12661         * src/mainwindow.c
12662                 move 'Gather addresses' to 'Tools' menu
12663                 make 'Selective download' sensitive
12664
12665 2002-03-23 [paul]       0.7.4claws36
12666
12667         * sync with 0.7.4cvs16
12668                 see ChangeLog entries 2002-03-23
12669
12670 2002-03-22 [christoph]  0.7.4claws35
12671
12672         * src/quote_fmt_parse.y
12673                 fix include program output
12674
12675 2002-03-22 [alfons]     0.7.4claws34
12676
12677         * src/pop.c
12678                 initialize GDate stack variable correctly (sorry!)
12679
12680 2002-03-22 [paul]       0.7.4claws33
12681
12682         * src/compose.c
12683           src/mainwindow.c
12684           src/prefs_actions.c
12685           src/prefs_common.c
12686                 rename 'Tool' to 'Tools'
12687
12688         * src/mainwindow.c
12689                 move 'Delete duplicated messages' from
12690                 'Message/' to 'Tools/'
12691                 re-arrange the order of 'Tools/' items
12692
12693 2002-03-22 [paul]       0.7.4claws32
12694
12695         * src/addr_compl.c
12696           src/addressbook.[ch]
12697                 auto-address completion now also matches on
12698                 Nickname. patch submitted by Bob Forsman 
12699                 <hammor@users.sourceforge.net>
12700
12701         * src/editaddress.c
12702                 correct a spelling mistake
12703
12704 2002-03-22 [alfons]     0.7.4claws31
12705
12706         * src/pop.c
12707                 fix getting uidl from incorrect string 
12708                 (spotted by Colin)
12709
12710 2002-03-21 [alfons]     0.7.4claws30
12711
12712         * src/pop.c
12713                 more code refactoring
12714                 plug mem leak introduced by delete on server
12715
12716 2002-03-21 [paul]       0.7.4claws29
12717
12718         * sync with 0.7.4cvs11
12719                 see ChangeLog entries 2002-03-20
12720
12721 2002-03-20 [alfons]     0.7.4claws28
12722
12723         * src/inc.c
12724                 apply Colin's patch and refactor
12725
12726 2002-03-20 [paul]       0.7.4claws27
12727
12728         * sync with sylpheed 0.7.4cvs9
12729                 see ChangeLog entry 2002-03-20
12730
12731 2002-03-19 [christoph]  0.7.4claws26
12732
12733         * src/mh.c
12734         * src/procmsg.[ch]
12735         * src/summaryview.c
12736                 revert changes for flag updates
12737                 (does not work correctly and no time to debug)
12738
12739 2002-03-20 [alfons]     0.7.4claws25
12740
12741         * src/pop.c
12742                 refactor should_delete() a little bit 
12743
12744 2002-03-19 [paul]       0.7.4claws24
12745
12746         * src/inc.[ch]
12747           src/pop.c
12748           src/prefs_account.[ch]
12749                 allow the user to leave downloaded mail on the 
12750                 server for n days. Patch submitted by Colin Leroy 
12751                 <colin@colino.net>
12752
12753 2002-02-19 [paul]       0.7.4claws23
12754
12755         * sync with sylpheed 0.7.4cvs8
12756                 see ChangeLog entries 2002-03-19
12757
12758 2002-03-18 [paul]       0.7.4claws22
12759
12760         * sync with sylpheed 0.7.4cvs6
12761                 see ChangeLog entry 2002-03-18
12762
12763 2002-03-18 [paul]       0.7.4claws21
12764
12765         * po/en_GB.po
12766                 add en_GB message catalogue
12767
12768         * src/mbox_folder.c
12769           src/prefs_account.c
12770           src/prefs_actions.c
12771                 correct a few spelling mistakes
12772
12773 2002-03-17 [alfons]     0.7.4claws20
12774
12775         * src/matcher.c
12776                 more stringent checks for NULL params when writing
12777                 filtering actions to a file
12778                 
12779 2002-03-17 [hoa]        0.7.3claws20
12780
12781         * src/news.c
12782                 fixed the count of new messages
12783
12784         * src/compose.c
12785                 fixed the "attachment properties" window
12786
12787 2002-03-17 [paul]       0.7.4claws19
12788
12789         * src/defs.h
12790           src/folder.h
12791           src/news.c
12792           src/prefs_account.[ch]
12793           src/procmsg.[ch]
12794           src/summaryview.c
12795                 automatically mark cross-posted messages as read 
12796                 and (optionally) give them a colour label
12797                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12798                 
12799
12800 2002-03-17 [paul]       0.7.4claws18
12801
12802         * sync with sylpheed 0.7.4cvs5
12803                 see ChangeLog entry 2002-03-17
12804
12805 2002-03-17 [melvin]     0.7.4claws17
12806         
12807         * src/textview.c
12808                 Worked around a gtktext 'bug': when searching for 
12809                 a text in a long message it was scrolling slowly
12810                 line by line until it hit the searched text.
12811         * po/fr.po
12812                 Updated French translation
12813
12814 2002-03-17 [melvin]     0.7.4claws16
12815
12816         * src/mainwindow.c
12817         * src/compose.c
12818         * src/prefs_actions.c
12819                 Moved "Edit/Actions" to "Tool/Actions"
12820                 Made mainwindow/compose window sensitive as soon as
12821                 no child process is running anymore even if the io dialog
12822                 is open.
12823                 Fixed a struct being initialized with a non constant char*
12824
12825 2002-03-16 [christoph]  0.7.4claws15
12826
12827         * configure.in
12828                 add --with-compiler-flags option
12829                 (only for developer hacking)
12830         * src/mh.c
12831         * src/procmsg.[ch]
12832         * src/summaryview.c
12833                 try to make folder-stats and flag handling more
12834                 independent from the summaryview. msgcounts
12835                 are only set when the folder is opened and
12836                 procmsg_msginfo_(un)set_flags will handle it
12837                 later and summaryview will get the values
12838                 from the folder.
12839
12840 2002-03-16 [paul]       0.7.4claws14
12841
12842         * src/messageview.c
12843                 fix Return-receipt. Patch submitted by Bob
12844                 Woodside <rwoodside1@comcast.net>
12845
12846 2002-03-16 [paul]       0.7.4claws13
12847
12848         * src/compose.c
12849                 fix 'dynamic' signatures, make it work again
12850                 broken during sync on 2002-03-14 (0.7.4claws2)
12851
12852 2002-03-15 [match]      0.7.4claws12
12853
12854         * src/addrharvest.[ch]
12855         * src/addrgather.[ch]
12856         * src/addressbook.[ch]
12857         * src/mainwindow.c
12858                 included address harvester feature. still some
12859                 issues with address parsing that I will fix.
12860
12861 2002-03-15 [match]      0.7.4claws11
12862
12863         * src/addrbook.[ch]
12864         * src/addrcache.[ch]
12865         * src/addressbook.[ch]
12866         * src/addrindex.c
12867         * src/editbook.c
12868         * src/importldif.c
12869         * src/importmutt.c
12870         * src/jpilot.[ch]
12871         * src/main.c
12872         * src/syldap.[ch]
12873         * src/vcard.[ch]
12874                 tidy up. fix memory leaks. moved attribs and methods
12875                 from individual interfaces to addrcache object. prep
12876                 for new stuff to come in.
12877
12878 2002-03-15 [alfons]     0.7.4claws10
12879
12880         * src/matcher.[ch]
12881         * src/matcher_parser_parse.y
12882         * src/matcher_parser_lex.l
12883         * src/prefs_matcher.c
12884                 add filtering conditions message greater than, smaller 
12885                 than, and exactly matching a size in bytes
12886                 (does not work with delete from POP3 server yet)
12887
12888                 this should also give others an idea what you should
12889                 do to add new criterions to claws filtering system
12890                 
12891
12892 2002-03-15 [paul]       0.7.4claws9
12893
12894         * tools/filter_conv.pl
12895                 exit if there are no filter rules to convert
12896                 rename filterrc to filterrc.old after completion
12897
12898 2002-03-15 [paul]       0.7.4claws8
12899
12900         * sync with sylpheed 0.7.4cvs3
12901                 see ChangeLog entry 2002-03-14
12902
12903 2002-03-14 [paul]       0.7.4claws7
12904
12905         * src/compose.c
12906                 clean up the last commit (ahem)
12907
12908 2002-03-14 [paul]       0.7.4claws6
12909
12910         * src/compose.c
12911                 fix bug #515655. honour account preferences
12912                 regarding gpg default signing/encryption when 
12913                 changing account from the compose window.
12914
12915 2002-03-14 [paul]       0.7.4claws5
12916
12917         * src/folderview.c
12918                 remove unnecessary curly brackets
12919
12920 2002-03-14 [paul]       0.7.4claws4
12921
12922         * src/folderview.c
12923           src/prefs_filtering.[ch]
12924                 add filter rename on folder rename and filter
12925                 delete on folder delete. Patch submitted by
12926                 Neill Miller <neillm@thecodefactory.org> 
12927
12928 2002-03-14 [christoph]  0.7.4claws3
12929
12930         * src/procmsg.c
12931         * src/send.c
12932                 fix local delivery
12933                 (patch submitted by "Simon 'corecode' Schubert")
12934         * src/prefs_common.c
12935         * src/procmsg.c
12936                 fix gcc 3.0 warning
12937
12938 2002-03-14 [paul]       0.7.4claws2
12939
12940         * sync with sylpheed 0.7.4cvs2
12941                 see ChangeLog entry 2002-03-13
12942
12943 2002-03-12 [darko]      0.7.4claws1
12944
12945         * src/mainwindow.c
12946                 fix what seems to be a copy and paste error
12947                 when setting color for important messages
12948                 (reported by wwp)
12949
12950 2002-03-11 [paul]       version 0.7.4claws released
12951
12952 2002-03-11 [paul]       0.7.4claws
12953
12954         * po/es.po
12955           po/it.po
12956           po/nl.po
12957           po/pt_BR.po
12958                 update message catalogs. Submitted by Ricardo Mones 
12959                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12960                 Fabio Junior Beneditto
12961
12962         * configure.in
12963           faq/Makefile.am
12964           faq/it/Makefile
12965           faq/it/sylpheed-faq*
12966           src/mainwindow.c
12967           src/manual.[ch]
12968                 add FAQ in Italian
12969         
12970
12971 2002-03-11 [jens]       0.7.3claws7
12972
12973         * po/de.po
12974                 updated German translation
12975
12976 2002-03-11 [melvin]     0.7.3claws6
12977
12978         * po/fr.po
12979                 updated and corrected French translation
12980
12981 2002-03-10 [hoa]        0.7.3claws5
12982
12983         * src/account.c
12984         * src/inc.c
12985         * src/prefs_account.c
12986         * src/procmsg.c
12987         * src/send.[ch]
12988                 fixed the local account.
12989                 you have to change the default "/usr/sbin/sendmail"
12990                 to "/usr/sbin/sendmail -t" in the preferences of
12991                 the local account.
12992
12993         * src/procmime.c
12994                 removed some debug display for renderer
12995
12996 2002-03-10 [paul]       0.7.3claws4
12997
12998         * faq/en/sylpheed-faq-1.html
12999           faq/en/sylpheed-faq-2.html
13000                 update
13001
13002 2002-03-09 [paul]       0.7.3claws3
13003
13004         * sync with sylpheed 0.7.4
13005                 see ChangeLog entry 2002-03-09
13006
13007 2002-03-08 [paul]       0.7.3claws2
13008
13009         * faq/en/sylpheed-faq*
13010           faq/es/sylpheed-faq*
13011           faq/fr/sylpheed-faq*
13012                 update the FAQs
13013
13014         * manual/fr/.cvsignore
13015           manual/fr/Makefilea.am
13016           manual/fr/sylpheed*
13017           src/mainwindow.c
13018           src/manual.[ch]
13019                 add the French manual
13020
13021 2002-03-07 [paul]       0.7.3claws1
13022
13023         * sync with sylpheed 0.7.3cvs4
13024                 see ChangeLog entries  2002-03-06 and 2002-03-07
13025         
13026         * po/nl.po
13027                 updated by Wilbert Berendsen
13028
13029 2002-03-07 [melvin]     0.7.2claws34
13030
13031         * src/selective_download.c
13032                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13033
13034 2002-03-06 [paul]       0.7.2claws33
13035
13036         * sync with sylpheed 0.7.3cvs1
13037                 bug fix, see ChangeLog entry 2002-03-05
13038
13039 2002-03-05 [paul]       0.7.2claws32
13040
13041         * src/mimeview.c
13042           src/pgptext.[ch]
13043           src/procmsg.c
13044                 reverse the pgp ascii-armored code implemented in 
13045                 0.7.2claws16. removal of this code until it matures.
13046                 this means that verifying ascii-armored pgp sigs and
13047                 automatic decryption of ascii-armored encrypted
13048                 messages no longer works.
13049
13050 2002-03-05 [paul]       0.7.2claws31
13051
13052         * configure.in
13053           Makefile.am
13054         * faq/Makefile.am
13055         * faq/en/Makefile.am
13056           faq/en/sylpheed-faq.html
13057           faq/en/sylpheed-faq-1.html
13058           faq/en/sylpheed-faq-2.html
13059           faq/en/sylpheed-faq-3.html
13060         * faq/es/Makefile.am
13061           faq/es/sylpheed-faq.html
13062           faq/es/sylpheed-faq-1.html
13063           faq/es/sylpheed-faq-2.html
13064           faq/es/sylpheed-faq-3.html
13065           faq/es/sylpheed-faq-4.html
13066         * faq/fr/Makefile.am
13067           faq/fr/sylpheed-faq.html
13068           faq/fr/sylpheed-faq-1.html
13069           faq/fr/sylpheed-faq-2.html
13070           faq/fr/sylpheed-faq-3.html
13071         * src/Makefile.am
13072           src/defs.h
13073           src/mainwindow.c
13074           src/manual.[ch]
13075                 add FAQs in English, Spanish and French
13076
13077
13078 2002-03-05 [paul]       0.7.2claws30
13079
13080         * manual/en/sylpheed.html
13081           manual/en/sylpheed-XX.html
13082                 updated the English manual
13083
13084 2002-03-05 [hoa]        
13085
13086         * src/summaryview.c
13087                 dialog box pops up if the article can't be deleted.
13088
13089 2002-03-04 [paul]       
13090         
13091         * po/pt_BR.po
13092                 updated by Fabio Junior Benedito
13093
13094 2002-03-04 [hoa]
13095
13096         * removed ac/gpgme.m4
13097                 to avoid autogen common problem
13098                 developers have to install gpgme development package now
13099
13100         * src/compose.c
13101                 encoding to 7bit or 8bit is enabled.
13102
13103 2002-03-03 [alfons]     0.7.2claws29
13104
13105         * src/pop.c
13106                 merge fix by Oliver Haertel for selective
13107                 download buglet
13108
13109 2002-03-03 [paul]       0.7.2claws28
13110         
13111         * sync with sylpheed 0.7.3
13112
13113 2002-03-03 [paul]       0.7.2claws27
13114
13115         * sync with sylpheed 0.7.2cvs24
13116                 see ChangeLog entries 2002-03-02 and 2002-03-03
13117
13118 2002-03-02 [melvin]     0.7.2claws26
13119
13120         * src/inc.[ch]
13121         * src/main.c
13122         * src/mainwindow.c
13123         * src/prefs_common.[ch]
13124                 Added user definable notification on new mail arrival.
13125                 Removed unused variables in spell checker prefs code.
13126
13127 2002-03-02 [melvin]     0.7.2claws25
13128
13129         * src/quote_fmt.c
13130                 Removed unnecessary escape sequences.
13131                 Changed 'Initial...' to 'Initials of Sender'
13132
13133 2002-03-02 [paul]       0.7.2claws24
13134
13135         * sync with sylpheed 0.7.2cvs22
13136                 see ChangeLog entry 2002-03-01
13137
13138 2002-03-01 [hoa]        0.7.2claws23
13139
13140         * src/mainwindow.c
13141                 Set sensitivity of delete actions to active
13142                 even if the folder is a newsgroup.
13143
13144         * src/summaryview.c
13145                 - Set sensitivity of delete actions
13146                 - Added function check_permission() that will check if the
13147                   user is authorized to delete a message. For news, it
13148                   will check if the author is the same.
13149                 - Enabled deletion when there is no trash folder.
13150
13151         * src/news.[ch]
13152                 - Added news_cancel_article() to cancel articles
13153                 - Implemented news_remove_message() (public function)
13154
13155 2002-03-01 [paul]       0.7.2claws22
13156
13157         * src/gtkutils.c
13158           src/textview.c
13159                 recognise urls that that don't include 'http://' and
13160                 simply begin 'www.' 
13161
13162         * AUTHORS
13163                 remove duplicated name
13164
13165 2002-02-28 [paul]       0.7.2claws21
13166
13167         * src/mainwindow.c
13168           src/summaryview.[ch]
13169                 add ability to 'Select thread'
13170                 combines Melvin's "Select thread's head" patch (#510907)
13171                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13172                 patch (#518514) 
13173
13174 2002-02-28 [paul]       0.7.2claws20
13175
13176         * src/mimeview.c
13177                 hopefully fix segfault on right-clicking a mime part
13178                 that some people have experienced.      
13179                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13180
13181 2002-02-28 [paul]       0.7.2claws19
13182
13183         * sync with sylpheed 0.7.2cvs21
13184                 see ChangeLog entries 2002-02-27 and 2002-02-28
13185
13186 2002-02-27 [paul]       0.7.2claws18
13187
13188         * sync with sylpheed 0.7.2cvs18
13189                 see ChangeLog entries 2002-02-26 and 2002-02-27
13190
13191 2002-02-26 [alfons]     0.7.2claws17
13192
13193         * src/procheader.c
13194                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13195                 (spotted by Chris Hessman <idatech@gmx.net>)
13196
13197 2002-02-26 [paul]       0.7.2claws16
13198
13199         * src/mimeview.c
13200           src/pgptext.[ch]
13201           src/procmsg.c
13202                 make decryption of ascii-armored pgp encrypted messages
13203                 and verification of ascii-armored signatures work again.
13204                 slightly altered from the patch by Jens Jahnke 
13205                 <jan0sch@gmx.net>
13206
13207                 ##FIX ME##
13208                 * the checking of plaintext signatures always comes up in 
13209                   a popup box
13210                 * it doesn't work for multipart messages 
13211                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13212                   including the msg headers and these 2 line themselves, are 
13213                   not displayed
13214
13215         * src/mainwindow.c
13216                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13217                 "View/Message View" becomes "View/Separate Message View"
13218                 because its less ambiguous.
13219
13220         * po/es.po
13221                 updated by Ricardo Mones Lastra
13222
13223 2002-02-26 [paul]       0.7.2claws15
13224
13225         * sync with sylpheed 0.7.2cvs17
13226                 see ChangeLog entries 2002-02-25 and 2002-02-26
13227
13228 2002-02-25 [christoph]  0.7.2claws14
13229
13230         * src/filtering.[ch]
13231         * src/inc.c
13232                 do filtering stuff after all messages have been received
13233                   1. drop all messages to .processing
13234                   2. scan processing folder for messages
13235                   3. filter messages or move to inbox
13236                 this will also find old messages left in processing after
13237                 a crash or something like that and we get a real msginfo
13238                 from folder->get_msg_list and do not have to create our
13239                 own in filter_message
13240         * src/matcher_parser_parse.y
13241                 remove MIX/MAX warning (reordered includes)
13242
13243 2002-02-25 [paul]       0.7.2claws13
13244
13245         * sync with sylpheed 0.7.2cvs15
13246                 see ChangeLog entry 2002-02-24
13247
13248 2002-02-24 [alfons]     0.7.2claws12
13249
13250         * src/filtering.c
13251                 clear old color flags first when applying a new color to
13252                 a message info. 
13253                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13254
13255 2002-02-24 [alfons]     0.7.2.claws11
13256         
13257         * AUTHORS
13258         * src/prefs_common.c
13259                 add presets for Opera and Konqueror, closes patch #517261,
13260                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13261
13262 2002-02-24 [alfons]     0.7.2.claws10
13263
13264         * AUTHORS
13265         * src/summaryview.c
13266                 fix threading for null message ids, closes patch #521601,
13267                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13268
13269 2002-02-24 [alfons]     0.7.2claws9
13270
13271         * src/summaryview.c
13272         * src/filtering.c
13273                 make Tool | Filter Message work with filtering system so
13274                 setting flags also works
13275
13276                 TODO:
13277
13278                 - Processing uses the same function as Tool | Filter
13279                   Message, but doesn't use the same update proc yet
13280
13281 2002-02-23 [paul]       0.7.2claws8
13282
13283         * sync with sylpheed 0.7.2cvs14
13284                 see ChangeLog entries 2002-02-22 and 2002-02-23
13285
13286 2002-02-22 [christoph]  0.7.2claws7
13287
13288         * src/quote_fmt.c
13289                 Add column space to table
13290         * src/quote_fmt_parse.y
13291                 Close files
13292
13293 2002-02-22 [paul]       0.7.2claws6
13294
13295         * src/Makefile.am
13296           src/defs.h
13297           src/filtering.c
13298           src/inc.[ch]
13299           src/mainwindow.c
13300           src/matcher.[ch]
13301           src/matcher_parser_lex.l
13302           src/matcher_parser_parse.y
13303           src/pop.[ch]
13304           src/prefs_account.h
13305           src/prefs_filtering.c
13306           src/selective_download.[ch]   *** NEW FILES ***
13307           src/utils.[ch]
13308           po/POTFILES.in
13309                 Selective Download added to 'Tool' menu. 
13310                 Retrieves email headers of the currently selected pop3 
13311                 account and allows the user to mark emails for deletion 
13312                 right on the pop3 server. Patch submitted by Oliver Haertel 
13313                 <oha@users.sourceforge.net>.
13314         
13315         * po/POTFILES.in
13316                 add 'src/quote_fmt.c'           
13317
13318 2002-02-22 [christoph]  0.7.2claws5
13319
13320         * src/Makefile.am
13321                 added quote_fmt.c
13322         * src/prefs_common.[ch]
13323         * src/prefs_template.c
13324         * src/quote_fmt.c               *** NEW FILE ***
13325         * src/quote_fmt.h
13326                 move quote format symbol description code
13327                 to it's own file because it is used from
13328                 differnent code parts
13329                 Rewrote symbol description GUI
13330                   + use table
13331                   + add separators
13332                   + get data from array (no more long constant strings)
13333         * src/quote_fmt_lex.l
13334         * src/quote_fmt_parse.y
13335                 Symbol for Literal % changed to \% instead of %%
13336                 (More logical as \ is used for quoting for other symbols)
13337                 Add |f and |p to include files and program output
13338                 Examples:
13339                     |f{/home/.../.signature}
13340                     |p{date}
13341         * po/de.po
13342                 Correct wrong spelling for "Referenzen"
13343
13344 2002-02-21 [paul]       0.7.2claws4
13345
13346         * src/procmsg.c
13347                 forgotten during sync
13348
13349 2002-02-21 [paul]       0.7.2claws3
13350
13351         * sync with sylpheed 0.7.2cvs11
13352                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13353                 2002-02-20 and 2002-02-21
13354
13355 2002-02-20 [melvin]     0.7.2claws2
13356
13357         * src/prefs_actions.c
13358                 Added error report when child cannot fork or when execvp 
13359                 returns with an error.
13360
13361 2002-02-19 [christoph]  0.7.2claws1
13362
13363         * src/codeconv.c
13364                 return unconverted text if conde conversion is not possible
13365                 when libjconv is used.
13366                 (patch submitted by "Simon 'corecode' Schubert")
13367
13368 2002-02-19 [paul]       
13369
13370         * version 0.7.2claws release
13371
13372 2002-02-19 [paul]       0.7.2claws
13373
13374         * po/nl.po
13375                 updated by Wilbert Berendsen
13376
13377
13378 2002-02-18 [alfons]     0.7.1claws13
13379
13380         * src/syldap.c
13381         * src/jpilot.c
13382                 remove references to dlfcn and explicitly loading functions
13383                 from dynalink libs, because libs linked anyway, and functions
13384                 are loaded explicitly
13385
13386 2002-02-17 [melvin]     0.7.1claws12
13387
13388         * src/prefs_actions.c
13389                 Replaced children wait loop with double fork technique.
13390                 Now, input/output window updated at each new output.
13391                 free_children(): Fixed a memory leak.
13392                 Made input/output window non closable if running children
13393                 still exist.
13394                 Added missing <unistd.h> include.
13395                 Added some --debug outputs.
13396
13397 2002-02-17 [melvin]     0.7.1claws11
13398
13399         * src/summaryview.c
13400                 Fixed bug where descending sort order did not select top
13401                 message.
13402
13403 2002-02-17 [melvin]     0.7.1claws10
13404
13405         * acconfig.h
13406                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13407         * src/prefs_common.c
13408                 Pspell data package directory no more hard coded but
13409                 set during configuration (PSPELL_PATH). (Thanks to 
13410                                 Gustavo Noronha Silva.)
13411
13412 2002-02-17 [melvin]     0.7.1claws9
13413
13414         * configure.in
13415                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13416         * src/gtkspell.c
13417                 Fixed compile-time warnings.
13418
13419 2002-02-16 [alfons]     0.7.1claws8
13420
13421         * src/filesel.c
13422                 fix inadvertent free of NULL pointer which caused
13423                 sylpheed to crash when closing the save-as dialog
13424                 using the window close button
13425
13426 2002-02-16 [carsten]    0.7.1claws7
13427         * src/mainwindow.[ch]
13428           src/summaryview.c
13429           src/prefs_common.c
13430                 fixes for pixmap theming code:
13431                         - recently changed mail attributes shouldn't get
13432                           lost any longer
13433                         - theme is only reloaded iff another theme was
13434                           selected
13435
13436 2002-02-16 [paul]       0.7.1claws6
13437
13438         * sync with sylpheed 0.7.2 release
13439                 see ChangeLog entry 2002-02-15 and 2002-02-16
13440
13441 2002-02-15 [paul]       0.7.1claws5
13442
13443         * sync with sylpheed 0.7.1cvs9
13444                 see ChangeLog entry 2002-02-15
13445
13446         * po/POTFILES.in
13447                 remove unneeded headerwindow.c entry
13448
13449 2002-02-14 [carsten]    0.7.1claws4
13450         * src/summaryview.c
13451                 fixed a bug for "Go to next unread message": there was
13452                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13453                 in the prefs, because of doing "Search again" instead
13454                 "No"
13455
13456 2002-02-14 [carsten]    0.7.1claws3
13457         * src/stock_pixmap.c
13458                 removed 2 more mem leaks; following memprof,
13459                 this code is "leak free" now :)
13460
13461 2002-02-14 [carsten]    0.7.1claws2
13462         * src/stock_pixmap.c
13463                 used opendir/readdir/closedir instead of scandir
13464                 -> code should work now on Solaris
13465
13466 2002-02-14 [paul]       0.7.1claws1
13467
13468         * sync with sylpheed 0.7.1cvs8
13469                 see ChangeLog entries 2002-02-13 and 2002-02-14
13470
13471         * README.claws
13472                 add some description of Actions and Pixmap Themes
13473
13474 2002-02-13 [paul]       
13475
13476         * version 0.7.1claws release
13477
13478 2002-02-13 [paul]       0.7.1claws
13479
13480         * po/es.po
13481           po/it.po
13482           po/pt_BR.po
13483                 updated translations, submitted by Ricardo Mones Lastra,
13484                 Alessandro Maestri and Fabio Junior Beneditto
13485
13486 2002-02-13 [melvin]     0.7.0claws75
13487
13488         * src/prefs_actions.c
13489                 Added missing "signal.h" include
13490
13491 2002-02-13 [melvin]     0.7.0claws74
13492
13493         * src/prefs_folder_item.c
13494                 Added missing "config.h" include
13495         * po/fr.po
13496                 Updated French translation for folder propriety.
13497
13498 2002-02-13 [jens]       0.7.0claws73
13499
13500         * po/POTFILES.in
13501                 Added missing src/prefs_folder_item.c [log added by melvin]
13502         * po/de.po
13503                 Updated German translation.
13504
13505 2002-02-13 [melvin]     0.7.0claws72
13506
13507         * po/fr.po
13508                 Updated French translation.
13509
13510 2002-02-13 [melvin]     0.7.0claws71
13511
13512         * src/gtkutils.c
13513                 Made gtkut_editable_get_selection return NULL if selection
13514                 is of length zero.
13515                 This fixes a bug where selecting part of message A then
13516                 switching to message B and replying to it will not
13517                 quote the message's body.
13518
13519 2002-02-12 [paul]       0.7.0claws70
13520
13521         * src/mainwindow.c
13522                 cosmetic, relating to pixmap themes: on toolbar make 
13523                 updating of 'Exec' and 'Compose news/Compose email'
13524                 icons faster.
13525
13526 2002-02-12 [carsten]    0.7.0claws69
13527         * src/folderview.c
13528           src/mainwindow.[ch]
13529           src/stock_pixmap.c
13530           src/summaryview.c
13531           src/prefs_common.c
13532                 - refreshing after changing pixmap theme better
13533                   now (thanks Paul)
13534                 - wanted to remove some mem leaks, but alfons was
13535                   faster (and had the better solution ;)
13536
13537 2002-02-12 [alfons]     0.7.0claws68
13538
13539         * src/prefs_common.c
13540         * src/stock_pixmap.[ch]
13541                 plug mem leaks, refactor code a little bit
13542
13543
13544 2002-02-12 [sergey]     0.7.0claws67
13545
13546         * src/imap.c
13547                 Fixed problem with copying messages to IMAP folders when the
13548                 server uses something other than '/' as a namespace separator
13549                 (cyrus-imapd uses '.').
13550
13551 2002-02-12 [jens]       0.7.0claws66
13552
13553         * po/de.po
13554                 Updated German Translation
13555
13556 2002-02-12 [paul]       0.7.0claws65
13557
13558         * sync with sylpheed 0.7.1cvs1
13559                 see ChangeLog entry 2002-02-12
13560
13561 2002-02-12 [melvin]     0.7.0claws64
13562
13563         * src/prefs_actions.c
13564                 Fixed "feature" where children's output was duplicated 
13565                 instead of refreshed while monitoring.
13566                 Removed some debug code.
13567
13568 2002-02-12 [christoph]  0.7.0claws63
13569
13570         * src/compose.c
13571                 always delete message from queue after sending/send error
13572                 (closes bug #509601)
13573
13574 2002-02-12 [melvin]     0.7.0claws62
13575
13576         * src/prefs_actions.c
13577                 Children wait loop is now triggered with a timeout of 1s
13578                 Added %F which is replaced with the list of filenames 
13579                 of all selected messages (as suggested by Ricardo Mones Lestra)
13580                 Pipe syntax changed. Prefix with | to send selection, postfix
13581                 with | to retrieve output. Prefix with > or * to send
13582                 user definable input to the command (*: input is hidden)
13583                 Old pipe action should now be postfixed with |, too.
13584
13585 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13586         * src/stock_pixmap.c
13587                 fixed a bug: if there's no theme directory don't
13588                 throw an error, just do "nothing" (thanks Alfons)
13589
13590 2002-02-12 [carsten]    0.7.0claws60
13591         * src/folderview.c
13592           src/summaryview.c
13593                 had to write the cache twice (nasty!); some marks would 
13594                 get lost if not
13595
13596 2002-02-11 [carsten]    0.7.0claws59
13597         * acconfig.h
13598           configure.in
13599           doc-src/maintainer_guide.txt
13600           src/compose.[ch]
13601           src/defs.h
13602           src/folderview.[ch]
13603           src/gtkutils.[ch]
13604           src/mainwindow.[ch]
13605           src/prefs_common.[ch]
13606           src/stock_pixmap.[ch]
13607           src/summaryview.[ch]
13608                 pixmap theming and related work on pixmap
13609                 handling on some other places
13610                 (e.g. hrm features for all folder)
13611           src/pixmap/stock_*.xpm -> the stock_ was removed
13612         
13613 2002-02-11 [paul]       0.7.0claws58
13614
13615         * sync with sylpheed 0.7.1 release
13616                 see ChangeLog entries 2002-02-11
13617
13618 2002-02-08 [paul]       0.7.0claws57
13619
13620         * sync with sylpheed 0.7.0cvs39
13621                 see ChangeLog entry 2002-02-07 (last entry) 
13622
13623         * src/prefs_actions.c
13624           src/prefs_filtering.c
13625           src/prefs_matcher.c
13626           src/prefs_scoring.c
13627                 sync: made it compile with C compilers other than gcc
13628
13629 2002-02-07 [paul]       0.7.0claws56
13630
13631         * sync with sylpheed 0.7.0cvs38
13632                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13633                 2002-02-07
13634
13635 2002-02-07 [darko]      0.7.0claws55
13636
13637         * src/gtkutils.[ch]
13638         * src/summaryview.c
13639                 Fix const gchar */gchar * issue (thanks Hiro)
13640
13641 2002-02-07 [darko]      0.7.0claws54
13642
13643         * src/compose.[ch]
13644         * src/filtering.c
13645         * src/gtkutils.[ch]
13646         * src/prefs_template.c
13647         * src/quote_fmt.h
13648         * src/quote_fmt_parse.y
13649         * src/summaryview.c
13650         * src/utils.[ch]
13651                 When replying or forwarding an email don't quote the entire
13652                 mail body but use the part of the message text that is selected
13653
13654 2002-02-06 [melvin]     0.7.0claws53
13655
13656         * src/prefs_common.[ch]
13657         * src/gtkspell.[ch]
13658         * src/compose.c
13659                 Made possible to switch quickly to last used dictionary
13660                 which makes checking bilingual documents easier.
13661
13662 2002-02-06 [melvin]     0.7.0claws52
13663         
13664         * po/POTFILES.in
13665                 Added forgotten new file src/prefs_actions.c
13666
13667 2002-02-06 [melvin]     0.7.0claws51
13668
13669         * src/prefs_actions.c   ** NEW FILE **
13670         * src/prefs_actions.h   ** NEW FILE **
13671                 Added actions to execute on message text view, or on the
13672                         message's file.
13673         * src/Makefile.am
13674                 Added src/prefs_actions.[ch]
13675         * src/compose.c
13676                 Added new menu "Edit/Actions"
13677         * src/defs.h
13678                 Added new actionsrc file.
13679         * src/main.c
13680                 Added actionsrc reading.
13681         * src/mainwindow.c
13682                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13683         * src/prefs_common.h
13684                 Added new element actionslst element to prefs_common.
13685
13686 2002-02-06 [paul]       0.7.0claws50
13687
13688         * sync with sylpheed 0.7.0cvs36
13689                 see ChangeLog entry 2002-02-06
13690
13691 2002-02-05 [paul]
13692
13693         * po/es.po
13694                 updated by Ricardo Mones Lastra
13695
13696 2002-02-05 [paul]       0.7.0claws49
13697
13698         * sync with sylpheed 0.7.0cvs33
13699                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13700
13701 2002-02-05 [paul]       0.7.0claws48
13702
13703         * src/compose.c
13704                 re-add 'Edit/Advanced/Delete entire line', previously named
13705                 'Delete Line+'
13706
13707 2002-02-04 [paul]       0.7.0claws47
13708
13709         * src/compose.c
13710           src/summaryview.c
13711                 fix bug #494993 (Reply All not taking Reply-To into consi)
13712                 eliminate differences in behaviour of right-click 'Reply to all' 
13713                 in summary view and 'Reply to all' on the toolbar. 
13714                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13715                 view and From gets ignored by 'Reply to all' on toolbar.
13716                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13717                 From when no Reply-To header is present.
13718
13719 2002-02-04 [paul]       0.7.0claws46
13720
13721         * sync with sylpheed 0.7.0cvs30
13722                 see ChangeLog entries 2002-02-03 and 2002-02-04
13723
13724 2002-02-03 [melvin]     0.7.0claws45
13725
13726         * src/gtkspell.[ch]
13727                 Readded function to highlight all misspelled words.
13728                 Fixed bug where user-provided-words did not replace
13729                         correctly the misspelled word when using the mouse.
13730                 Fixed bug where checking a region selected from right to left did
13731                         not check the region at all.
13732                 Fixed bug where 'Check backwards' may not check at all. 
13733                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13734                 Fixed possible buffer overflow when checking for long strings (>1k).
13735                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13736                 Accelerators code uses now gtk_widget_add_accel.
13737                 Removed and disabled obsolete and unfinished code.
13738                 Cleaning up.
13739
13740         * src/compose.c
13741                 Added menu item to Highlight all misspelled words.
13742
13743 2002-02-01 [paul]       0.7.0claws44
13744
13745         * src/mainwindow.c
13746                 fix '/View/Hide read messages' sensitivity when all
13747                 messages in a folder are hidden
13748
13749 2002-02-01 [paul]       0.7.0claws43
13750
13751         * src/main.c
13752                 add --send option to command line interface, sends all
13753                 queued mail. Patch submitted by Ricardo Mones Lastra.
13754
13755 2002-01-31 [paul]       0.7.0claws42
13756
13757         * src/mainwindow.c
13758                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13759
13760 2002-01-31 [paul]       0.7.0claws41
13761
13762         * sync with sylpheed 0.7.0cvs27
13763                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13764                 and 2002-01-31
13765
13766         * src/textview.c
13767                 comment out elements of textview_show_part() as temporary
13768                 workaround for attachment 'Display as text' bug 
13769
13770         * po/pt_BR.po
13771                 updated by Fabio Junior Beneditto
13772
13773 2002-01-30 [paul]       0.7.0claws40
13774
13775         * sync with sylpheed 0.7.0cvs24
13776                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13777                 and 2002-01-30
13778
13779         * src/compose.c
13780                 add {N_("/_Spelling"), ... "<Branch>"} to 
13781                 GtkItemFactoryEntry compose_entries[]
13782
13783         * src/prefs_common.c
13784                 add claws menu items to prefs_keybind_apply_clicked()
13785                 and remove non-claws menu items
13786
13787 2002-01-29 [paul]       0.7.0claws39
13788
13789         * sync with sylpheed 0.7.0cvs22
13790                 see ChangeLog entries 2002-01-28 and 2002-01-29
13791
13792 2002-01-28 [melvin]     0.7.0claws38
13793
13794         * src/compose.c
13795                 Added the declartion of compose_send_control_enter.
13796
13797         * src/compose.c
13798         * src/gtkspell.[ch]
13799                 Added in a 'Spelling' menu which includes the configuration menu. 
13800                 Added a real 'Check all' and got rid from the old one which only
13801                 highlited misspelled word.
13802                 Made 'Check while typing' a disableable option.
13803                 Added a dialog when there are no more misspelled word.
13804                 Added a dialog if error occurs when switching to a dictionary.
13805         
13806         * src/prefs_common.[ch]
13807                 Added option for the default 'Check while typing' option.
13808
13809
13810 2002-01-28 [alfons]     0.7.0claws37
13811
13812         * src/compose.c
13813                 fix buglet and make code comply with sylpheed code style
13814
13815 2002-01-28 [paul]       0.7.0claws36
13816
13817         * sync with sylpheed 0.7.0cvs19
13818                 see ChangeLog entries for 2002-01-28
13819
13820 2002-01-28 [hoa]        0.7.0claws35
13821
13822         * src/defs.h
13823                 added rendererrc
13824
13825         * src/main.c
13826                 read the renderer config
13827
13828         * src/procmime.[ch]
13829                 use the renderer config to convert mime attachments
13830
13831         * src/textview.c
13832                 don't use textview_show_html/ertf,
13833                 use get_text_content instead
13834
13835 2002-01-27 [alfons]     0.7.0claws34
13836         
13837         * src/news.c
13838                 make sylpheed believe it can delete a news message...
13839                 (messages are NOT deleted, maybe we should remove
13840                 processing from the folder properties after all.)
13841
13842 2002-01-27 [alfons]     0.7.0claws33
13843
13844         * src/folder.c
13845                 add extra checks
13846         * src/news.c
13847                 implement remove_msg() 
13848
13849 2002-01-27 [alfons]     0.7.0claws32
13850
13851         * src/procmsg.h
13852         * src/procheader.c
13853         * src/messageview.c
13854                 fix return receipt / disposition notification again. this
13855                 stuff seems to break on _every_ major summary UI change, so
13856                 it's now implemented using a flag which is saved in the
13857                 marks cache
13858                 
13859 2002-01-26 [alfons]     0.7.0claws31
13860
13861         * src/import.c
13862                 let import dialog show the destination folder identifier
13863
13864 2002-01-26 [melvin]     0.7.0claws30
13865
13866         * src/folderview.c
13867         * src/summaryview.c
13868                 Readded 'Mark all read' into summary view popup menu
13869                 Added 'Mark all read' in folder view popup menu for IMAP
13870                 and NNTP.
13871                 Made it insensitive if the selected folder is not the shown
13872                 one to avoid 'Mark all read' on the wrong folder.
13873                 
13874 2002-01-26 [paul]       0.7.0claws29
13875
13876         * src/folderview.c
13877           src/summaryview.c
13878                 move 'Mark all read' from summary view to folder view
13879                 menu. (adapted from) patch submitted by Jeremy Andrews,
13880                 <lists@kerneltrap.com>
13881
13882 2002-01-25 [alfons]     0.7.0claws28
13883
13884         * src/gtkstext.c
13885                 put the gtk class name back so GtkSText adapts the 
13886                 settings of GtkText
13887
13888 2002-01-25 [alfons]     0.7.0claws27
13889
13890         * src/folderview.c 
13891                 assimilate Ricardo's patch that shows pixmaps instead of
13892                 plain "new" and "unread" texts in the folder view column
13893                 headers 
13894
13895 2002-01-25 [paul]       0.7.0claws26
13896
13897         * src/Makefile.am
13898                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13899                 be found in non-standard locations. 
13900                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13901
13902 2002-01-25 [paul]       0.7.0claws25
13903
13904         * sync with sylpheed 0.7.0cvs16
13905                 see ChangeLog entry 2002-01-25
13906
13907 2002-01-24 [paul]       0.7.0claws24
13908
13909         * more sync with sylpheed 0.7.0cvs15
13910                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13911
13912 2002-01-23 [sergey]     0.7.0claws23
13913
13914         * src/importldif.c
13915                 Fixed segfault when closing LDIF import wizard with
13916                 the window manager.
13917         * src/imageview.c
13918         * src/imageview.h
13919         * src/messageview.c
13920         * src/mimeview.c
13921                 Fixed wrong scrolling position after switching between
13922                 text and image parts.
13923
13924 2002-01-23 [paul]       0.7.0claws22
13925
13926         * sync with sylpheed 0.7.0cvs15
13927                 see ChangeLog entries 2002-01-22 and 2002-01-23
13928
13929 2002-01-21 [melvin]     0.7.0claws21
13930
13931         * src/prefs_scoring.c
13932         * src/prefs_filtering.c
13933                 Fixed bug where scoring and filtering windows stopped
13934                 autochecking.
13935
13936 2002-01-21 [paul]       0.7.0claws20
13937
13938         * sync with sylpheed 0.7.0cvs12
13939                 see ChangeLog entries 2002-01-20 and 2002-01-21
13940
13941 2002-01-21 [carsten]    0.7.0claws19
13942         * src/mainwindow.c
13943         * src/menu.[ch]
13944         * src/messageview.[ch]
13945         * src/summaryview.[ch]
13946                 changes to shortcuts handling again:
13947                         + "Q" now controled by mainwin
13948                         + v/V are now customizable and have slightly
13949                           different meanings
13950                 the "button" to minimize the messageview (and maximize
13951                 the summary view) is a real button now
13952         * src/compose.c
13953                 "Delete Line+" added to Edit/Advanced (this will also
13954                 delete the '\n')
13955
13956 2002-01-20 [melvin] 0.7.0claws18
13957
13958         * src/addressbook.c
13959                 Made "Bcc" sensitive when addressbook is called from
13960                 compose window (it was a Claws only bug).
13961
13962 2002-01-19 [alfons] 0.7.0claws17
13963
13964         * src/inc.c
13965                 prevent unnecessary updates when currently selected folder has
13966                 no new messages 
13967
13968 2002-01-19 [alfons] 0.7.0claws16
13969         
13970         * src/summaryview.c
13971                 prevent writing the cache based on current message list in summary 
13972                 view when filtering also put messages in currently selected folder
13973
13974 2002-01-19 [paul]
13975
13976         * po/it.po
13977                 Italian translation submitted by Alessandro Maestri
13978                 <a.maestri@cs.tin.it>
13979
13980 2002-01-18 [melvin]     0.7.0claws15
13981
13982         * src/prefs_filters.c
13983                 fixed bug where 'cancel' from 'filters' window stops autochecking
13984                 if the timer timed out  when the window was open.
13985
13986 2002-01-18 [match]      0.7.0claws14
13987
13988         * src/addrclip.[ch]     ** NEW FILE **
13989         * src/addrselect.[ch]   ** NEW FILE **
13990         * src/adbookbase.h      ** NEW FILE **
13991                 addressbook cut, copy and paste
13992         * src/addrbook.[ch]
13993         * src/addrcache.[ch]
13994         * src/addressitem.h
13995         * src/addrindex.[ch]
13996         * src/addritem.[ch]
13997         * src/importldif.c
13998         * src/importmutt.c
13999         * src/jpilot.[ch]
14000         * src/syldap.[ch]
14001         * src/vcard.[ch]
14002         * src/jpilot.[ch]
14003         * src/editbook.c
14004         * src/editjpilot.c
14005         * src/editldap.c
14006         * src/editvcard.c
14007                 support for copy/paste
14008         * src/addressbook.c
14009                 support for copy/paste
14010                 tidy up menu option processing
14011                 correct address list function arguments
14012         * src/editaddress.c
14013                 sort user attributes
14014         * src/ldif.h
14015         * src/mutt.h
14016                 tidy up
14017
14018         * src/addrbook.[ch]
14019         * src/addrbook.[ch]
14020         * src/addrbook.[ch]
14021                 
14022
14023 2002-01-18 [paul]       0.7.0claws13
14024
14025         * sync with sylpheed 0.7.0cvs8
14026                 configure.in: support Mac OS X (Darwin)
14027
14028 2002-01-18 [carsten]    0.7.0claws12
14029         * src/html.c
14030                 small hack to fix a segfault with an empty href
14031                 (reported by Alexandra Walford <deeni@altern.org>)
14032         * src/mainwindow.c
14033         * src/summaryview.c
14034                 the shortcuts for Mark und Mark as unread are hardcoded
14035                 again
14036         * src/compose.c
14037         * src/gtkstext.[ch]
14038                 readded the shortcuts in gtkstext but made them
14039                 customizeable (simply by adding a menu plus a wrapper
14040                 to compose.c)
14041
14042 2002-01-17 [melvin]     0.7.0claws11
14043
14044         * src/gtkspell.c
14045                 fix default dictionary not being saved.
14046
14047 2002-01-16 [darko]      0.7.0claws10
14048
14049         * src/compose.c
14050                 fix wrapping crash with URL longer than wrapping margin
14051
14052 2002-12-08 [hoa]        0.7.0claws10
14053
14054         * src/matcher_parser_parse.y
14055                 fixed some bugs
14056
14057         * src/prefs_filtering.c
14058                 now, we can use bounce action in the dialog box.
14059
14060 2002-01-16 [carsten]    0.7.0claws9
14061         * src/gtkstext.c
14062                 removed the <control> and <alt> shortcuts because they're
14063                 not needed and interefered with the "normal" shortcuts
14064         * src/mainwindow.c
14065         * src/summaryview.c
14066                 removed most of the hardcoded shortcuts and assigned
14067                 them to menu entries making them easy customizable by
14068                 that
14069
14070 2002-01-16 |melvin]     0.7.0claws8
14071
14072         * src/gtkspell.c
14073                 fixed bug where using the mouse and when the compose
14074                 window is not on top may result in a crash.
14075
14076 2002-01-16 [melvin]     0.7.0claws7
14077
14078         * src/compose.c
14079                 fixed a long standingspell checker bug which could 
14080                 cause a crash after sending a message.
14081
14082 2002-01-16 [paul]       0.7.0claws6
14083
14084         * sync with sylpheed 0.7.0cvs7
14085                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14086                 2002-01-15, and 2002-01-16
14087
14088 2002-01-16 [melvin]     0.7.0claws5
14089
14090         * README.claws
14091         * src/compose.c
14092         * src/gtkspell.[ch]
14093         * src/main.c
14094                 Heavily modified spell checker code to work around
14095                 ispell bug, to add keyboard shortcuts and for future
14096                 enhancements. See README.claws for usage information.
14097
14098 2002-01-15 [alfons]     0.7.0claws4
14099         
14100         * src/summaryview.c
14101                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14102                 so sorting within threads reflects sort mode
14103
14104 2002-01-15 [christoph]  0.7.0claws3
14105
14106         * src/procmsg.c
14107                 added alertpanel if mail sending failed
14108
14109 2002-01-15 [alfons]     0.7.0claws2
14110         
14111         * src/prefs_filtering.c
14112                 don't stop timer when prefs filtering dialog is opened
14113
14114 2002-01-14 [alfons]     0.7.0claws1
14115
14116         * src/addr_compl.c
14117         * src/prefs.c
14118                 remove debug_print()s for privacy reasons
14119
14120 2002-01-14 [darko]      0.7.0claws
14121
14122         * README.claws
14123                 quotation wrapping is now also in the main branch
14124
14125 2002-01-14 [paul]
14126
14127         * tools/filter_conv.pl
14128                 allow for Boolean Op and case-sensitivity
14129                 this file is included in the release and tagged
14130                 'rel_0_7_0'
14131
14132 2002-01-13 [paul]       0.7.0claws
14133
14134         * release 0.7.0, with cvs tag 'rel_0_7_0'
14135
14136 2002-01-13 [paul]
14137
14138         * tools/filter_conv.pl
14139         * tools/README
14140                 rewritten to output to matcherrc instead of filteringrc
14141
14142         * po/es.po
14143                 updated Spanish translation by Ricardo Mones Lastra
14144
14145 2002-01-13 [alfons]
14146
14147         * po/nl.po
14148                 update dutch translation
14149
14150 2002-01-13 [paul]
14151
14152         * po/pt_BR.po
14153                 Updated by Fabio Junior Beneditto 
14154
14155 2002-01-13 [melvin]     0.6.6claws53
14156
14157         * po/fr.po
14158                 Updated french translation
14159
14160 2002-01-12 [alfons]     0.6.6claws52
14161
14162         * src/filtering.c
14163                 plug mem leak that has been sitting there for ages              
14164
14165 2002-01-12 [alfons]     0.6.6claws51
14166
14167         * src/summaryview.c
14168                 undo melvin's changes from 0.6.6claws48 because summary
14169                 view now refuses to select first unread message when
14170                 selecting a folder 
14171
14172 2002-01-11 [alfons]     0.6.6claws50
14173
14174         * src/import.c
14175                 use claws' semantics for getting folder item when
14176                 importing an mbox file into a folder 
14177                 (submitted by Dale P. Smith)
14178
14179 2002-01-11 [christoph]  0.6.6claws49
14180
14181         * src/prefs.h
14182                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14183                 toggle widget, because non static prefs can not use
14184                 prefs_set_* functions
14185         * src/prefs_account.c
14186                 toggle smtp auth password field sensitivity if
14187                 user id is empty and add descrition of usage for
14188                 these fields
14189         * src/prefs_folder_item.c
14190                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14191                 callbacks
14192
14193 2002-01-11 [melvin]     0.6.6claws48
14194
14195         * src/compose.c
14196                 fix the 'Ctrl-Enter' feature for sending and test really
14197                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14198                 editables which was not documented in Gtk)
14199
14200         * src/summaryview.c
14201                 Made summaryview refresh after sorting and not before.
14202
14203 2002-01-11 [christoph]  0.6.6claws47
14204
14205         * src/compose.c
14206                 select account from account ids if possible and
14207                 correctly set save folder for copy in reedit
14208
14209 2002-01-10 [paul]       0.6.6claws46
14210
14211         * sync with sylpheed 0.7.0 release
14212                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14213                 2002-01-09
14214
14215 2002-01-09 [alfons]
14216
14217         * src/summaryview.c
14218                 remove more dirt traces...
14219
14220 2002-01-09 [alfons]
14221         
14222         * src/summaryview.c
14223                 clean up some traces of my debugging stuff
14224
14225 2002-01-09 [alfons]     0.6.6claws45
14226
14227         * src/filtering.c
14228                 break up filteringprop_apply() in three separate pieces
14229                 so we can drop messages that failed processing in the
14230                 inbox
14231
14232         * src/summaryview.c
14233                 fix bug #469598 "no refresh of inbox after filter" which 
14234                 was introduced by the new summary view locking, and which 
14235                 prevented the summary view to update after a manual filter 
14236                 message. claw's filter message requires a summary_show().
14237                 (aargh, summary_show() again! :-)
14238                 
14239 2002-01-07 [alfons]     0.6.6claws44
14240
14241         * src/headerwindow.c
14242         * src/logwindow.c
14243         * src/messageview.c
14244         * src/sourcewindow.c
14245                 bring in Hiro's last 0.7.0 wm class fixes
14246
14247         * tools/sylprint.pl
14248                 bring in Ricardo's fix for sylprint script
14249
14250         * AUTHORS       
14251         * src/rfc2015.[ch]
14252         * src/prefs_common.[ch]
14253         * src/prefs_account.[ch]
14254         * src/compose.c
14255                 clean up account preference poison in rfc2015,
14256                 and preparation to fix double sign bug 
14257                 (patch submitted by Simon 'corecode' Schubert)
14258
14259 2002-01-07 [christoph]  0.6.6claws43
14260
14261         * src/mh.c
14262                 search for free message number, do not only rely
14263                 on last_num
14264         * src/send.c
14265                 fix smtp auth and use extra account information
14266                 if available, if not use pop3 data instead
14267                 (closes bug #500341)            
14268         * src/ssl.[ch]
14269                 match coding style
14270
14271 2002-01-06 [alfons]     0.6.6claws42
14272
14273         * src/mainwindow.c
14274                 try making the separate windows work again...
14275
14276 2002-01-06 [alfons]     0.6.6claws41
14277
14278         * src/mainwindow.c
14279                 adapt Hiro's separate window menu (to get rid of the funny
14280                 duplicate menu items), and make it work again
14281
14282 2002-01-06 [alfons]     0.6.6claws40
14283
14284         * tools/Makefile.am
14285         * tools/sylprint.rc
14286         * tools/sylprint.pl
14287         * tools/README.sylprint
14288                 add sylprint script for printing mails from Sylpheed
14289                 (contributed by Ricardo Mones Lastra)
14290
14291         * src/acount.c
14292                 clean up
14293
14294 2002-01-06 [melvin]     0.6.6claws39
14295
14296         * src/mainwindow.c
14297         * src/summaryview.c
14298                 Fixed crash introduced in 0.6.6claws38 by the menu
14299                 reorganisation (Hide read messages)
14300         
14301         * ChangeLog.claws 
14302                 Fixed typo (we are now in 2002, alfons ;) )
14303
14304 2002-01-05 [alfons]     0.6.6claws38
14305
14306         * sync with sylpheed 0.6.6cvs10-17
14307                 (last stuff marked as LAST_STABLE)
14308
14309 2002-01-04 [melvin]     0.6.6claws37
14310
14311         * src/account.c
14312                 Made account selection code use strcasestr again instead of
14313                 g_strcasecmp (fixes bug where reediting queued messages
14314                 did not select proper account reported by T. Link).
14315         
14316         * src/folderview.c
14317                 Fix bug where folder icons are not shown when 'hide read messages'
14318                 is on.
14319         
14320         * src/stock_pixmaps.[ch]
14321                 Added folder icons for 'hide read messages'.
14322         
14323         * src/compose.c
14324                 Fixed bug where 'Enter' in a header entry will send the message 
14325                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14326
14327 2002-01-03 [melvin]     0.6.6claws36
14328         
14329         * src/prefs.[ch]
14330                 Added popup menu for common preferences and
14331                 account preferences (right click on tab displays
14332                                 a menu of all tabs.)
14333
14334 2002-01-02 [melvin]     0.6.6claws35
14335
14336         * src/gtkspell.[ch]
14337                 Made spelling code compatible with undo/redo feature.
14338                 Added creation of suggestion mode menu for the general
14339                         preferences.
14340         
14341         * src/prefs_common.[ch]
14342                 Added option menu for the speller's suggestion mode.
14343                 Added missing spaces in "..." buttons and made a "..."
14344                         button non translatable!
14345         
14346         * src/compose.c
14347                 Made speller use the default suggestion mode.
14348                 Hack to make it possible to choose 'CTRL-Enter' as a
14349                         shortcut for sending (and only for sending).
14350
14351         * src/prefs_folder_item.c
14352                 Changing subject simplification does not update cache 
14353                         anymore (because it is unnecessary).
14354                 Fixed bug where changing subject simplification updated the 
14355                         summaryview even when the viewed folder is not the
14356                         folder which properties are being changed. (E.g. 
14357                                         viewing folder A and changing
14358                                         the subject simplification of 
14359                                         folder B -not being viewed- updated the 
14360                                         summaryview of folder A with data of
14361                                         folder B). (Hope this is clear... )
14362
14363 2001-12-31 [alfons]     0.6.6claws34
14364         
14365         * src/ldif.c
14366         * src/mutt.c
14367                 fgetc() returns a signed integer which doesn't
14368                 fit in a char. so c truncates this to a char
14369                 but we may lose significant bits. i.e. we may
14370                 comparing 0xFF which may not be equal to -1
14371                 unless properly casted to signed char which
14372                 we won't do because fgetc() returns a signed
14373                 integer which doesn't fit in a char. so c 
14374                 truncates this to a char but we may lose 
14375                 significat bits. (you got the idea, thanks
14376                 to Gustavo Noronha Silva <kov@debian.org>
14377                 and the Debian folks!)
14378
14379 2001-12-30 [alfons]     0.6.6claws33
14380
14381         * src/prefs_common.c
14382                 add #ifdef USE_PSPELLs that Melvin forgot               
14383
14384 2001-12-30 [melvin]     0.6.6claws32
14385         
14386         * src/prefs_common.[ch]
14387                 Added configurable color for misspelled words.
14388
14389         * src/gtkspell.[ch]
14390                 Fixed bug of foreground text color (reported by David
14391                                 Mehrmann)
14392                 Added configurable color for misspelled words.
14393
14394 2001-12-30 [alfons]     0.6.6claws31
14395
14396         * src/folder.c
14397                 remove unnecessary things someone put there
14398
14399         * src/mh.c
14400         * src/folder.[ch]
14401                 make folder properties (like threading and sorting) persistent
14402                 (closes bug #497424 "rescan folder tree resets proprieties")
14403                 currently this is only for MH folders. 
14404
14405 2001-12-29 [melvin]     0.6.6claws30
14406
14407         * src/string_match.[ch]
14408                 Optimized a bit: regexp pattern buffer compiled only once, and
14409                   one subroutine call removed. Fixed ^ regexp search: Now, 
14410                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14411         
14412         * src/summaryview.c
14413                 Subject filtering changed to filter summary columns and
14414                   not directly the messages subject cache. The loss in 
14415                   performance is balanced by the improvement of string_match.
14416                 Added an alert panel if there is an error in the regexp.
14417
14418         * src/src/prefs_folder_item.h
14419                 Added a regexp pattern buffer.
14420
14421 2001-12-28 [alfons]     0.6.6claws29
14422
14423         * src/string_match.[ch]
14424                 clean up name space
14425                 allow compilation *BSD
14426
14427 2001-12-27 [alfons]     0.6.6claws28
14428
14429         * src/filter.c
14430                 sync the Hiro's bug fix for BSD
14431
14432 2001-12-27 [melvin]     0.6.6claws27
14433         
14434         * src/compose.c
14435                 Simplify focus to subject entry code.
14436
14437 2001-12-27 [darko]      0.6.6claws26
14438
14439         * src/filtering.c
14440         * src/mbox_folder.c
14441         * src/messageview.c
14442         * src/mh.c
14443         * src/procheader.[ch]
14444         * src/procmsg.h
14445         * src/stock_pixmap.[ch]
14446         * src/summaryview.c
14447                 Show key icon for encrypted mails in summary view
14448
14449         * src/pixmaps/clip.xpm
14450         * src/pixmaps/clipkey.xpm
14451         * src/pixmaps/key.xpm
14452                 New/modified icons for the above
14453
14454 2001-12-27 [melvin]     0.6.6claws25
14455
14456         * src/prefs_common.c
14457                 Put spell checker options in a separate tab to decrease
14458                 the Common Preferences window height.
14459
14460         * README.claws  
14461                 Update spell checker usage instruction about its options
14462                 location.
14463
14464 2001-12-27 [melvin]     0.6.6claws24
14465
14466         * src/compose.c
14467                 Changed subject entry widget position. Initial focus is
14468                 on the To header instead of the subject entry.
14469                 Creating a new header scrolls the header list to make the
14470                 created one visible. Nevertheless, when automatically filling
14471                 headers, the first one is shown.
14472                 A Tab key press in the last empty header entry zips the 
14473                 focus to the subject entry.
14474                 (I did not change the combo boxes, yet)
14475
14476 2001-12-26 [alfons]     0.6.6claws23
14477
14478         * src/prefs_account.c
14479         * src/inc.c
14480                 allow default inbox to reside in another mailbox (only
14481                 works for POP3 accounts)
14482
14483 2001-12-26 [alfons]     0.6.6claws22
14484         
14485         * src/textview.c
14486                 make reply-on-click work with the account of the selected folder
14487         * src/compose.c
14488                 put a fixme here to remind me to fix finding correct default
14489                 account for nested folders
14490
14491 2001-12-25 [alfons]     0.6.6claws21
14492
14493         * src/summaryview.c
14494                 make column headers display locked and mark pixmaps (idea by Melvin) 
14495                 fix bug by adding score and locked column type to sort array
14496
14497 2001-12-25 [alfons]     0.6.6claws20
14498         
14499         * src/summaryview.c
14500                 catch a *potentially* inadvertent write back of  
14501                 the message cache(s) introduced by 0.6.5claws37
14502
14503 2001-12-25 [christoph]  0.6.6claws19
14504
14505         * src/stock_pixmap.[ch]
14506         * src/summaryview.c
14507                 add ignore thread pixmap
14508                 (can someone draw a better icon for this?)
14509
14510 2001-12-24 [alfons]     0.6.6claws18
14511
14512         * src/prefs_folder_item.c
14513                 make address completion actually work for the
14514                 Default To address in the Folder Property dialog.
14515
14516 2001-12-24 [alfons]     0.6.6claws17
14517         
14518         * src/summaryview.c
14519                 use new style regexp for subject stripping 
14520                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14521
14522 2001-12-24 [darko]      0.6.6claws16
14523
14524         * src/pgptext.c
14525         * src/rfc2015.c
14526                 move GPG related informational messages to debug mode
14527
14528 2001-12-23 [alfons]     0.6.6claws15
14529
14530         * src/stock_pixmap.[ch]
14531         * src/summaryview.c
14532                 add the forgotten Claws' locked pixmap
14533
14534 2001-12-23 [alfons]     0.6.6claws14
14535
14536         * src/filesel.c
14537                 accept file name typed in entry in multi file
14538                 selector (patch submitted by Gustavo Noronha Silva 
14539                 <kov@debian.org>)
14540
14541 2001-12-23 [alfons]     0.6.6claws13
14542
14543         * src/prefs_filter.c
14544         * src/prefs_filtering.c
14545         * src/matcher.c
14546         * src/importmutt.c
14547                 clean up a little bit
14548         
14549         * src/string_match.c
14550                 validate input strings a little bit more
14551
14552 2001-12-23 [alfons]     0.6.6claws12
14553
14554         * src/Makefile.am
14555         * src/summaryview.c
14556         * src/string_match.[ch]         ** NEW **
14557         * src/folderview.[ch]
14558         * src/headerview.h
14559         * src/folder.[ch]
14560         * src/prefs_folder_item.[ch]
14561                 add subject simplification to strip out strings from
14562                 a subject line (esp. handy for mailing lists). 
14563                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14564                 but slightly changed things for better integration.)
14565
14566 2001-12-23 [alfons]     0.6.6claws11
14567
14568         * src/mainwindow.c
14569                 fix bug introduced by submission included in 0.6.5claws52.
14570                 ideally this submission should clean the trash if any trash
14571                 folder has a message. however, the hasTrash variable was
14572                 set to false whenever a trash folder was empty (discarding
14573                 a previously found *filled* trash folder.)
14574
14575                 also edited the code a little bit and made it more safe.
14576
14577 2001-12-22 [alfons]     0.6.6claws10
14578
14579         * src/imap.c
14580                 quick fix for Martin Pool's omission of an account
14581                 specific SSL setting
14582
14583 2001-12-22 [alfons]     0.6.6claws9
14584
14585         * src/compose.c
14586         * src/messageview.c
14587         * src/mimeview.c
14588         * src/pgptext.c
14589         * src/procmime.[ch]
14590                 better support for multipart/digest (submitted
14591                 by Fredrik <e98fo@efd.lth.se>)
14592
14593 2001-12-22 [alfons]     0.6.6claws8
14594
14595         * src/addressbook.c
14596                 correct function signature
14597         * src/socket.[ch]
14598         * src/imap.[ch]
14599         * src/prefs_account.[ch]
14600                 allow IMAP over SSH tunnel (patch submitted by 
14601                 Martin Pool <mbp@samba.org>)
14602
14603 2001-12-21 [alfons]     0.6.6claws7
14604
14605         * sync with sylpheed 0.6.6cvs4-9
14606                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14607
14608 2001-12-21 [christoph]  0.6.6claws6
14609
14610         * src/compose.c
14611         * src/prefs_folder_item.[ch]
14612                 implement saving of outgoing messages to current folder.
14613                 fix segfault when no default outbox is available
14614                 (closes bug #495683)
14615
14616 2001-12-21 [carsten]    0.6.6claws5
14617         * src/folderview.c
14618         * src/summaryview.c
14619                 pressing CTRL while DND does now the expected thing and
14620                 copies the mail (moving is still the default, as this
14621                 seam more appropriate for handling mails by DND)
14622
14623 2001-12-18 [paul]       0.6.6claws4
14624
14625         * sync with sylpheed 0.6.6cvs3
14626                 see ChangeLog entries 2001-12-18
14627
14628 2001-12-18 [hiro]       0.6.6claws3
14629
14630         * src/undo.c
14631                 fix for multibyte characters (obtain the number of letters
14632                 instead of bytes).
14633
14634 2001-12-17 [paul]       0.6.6claws2
14635
14636         * sync with sylpheed 0.6.6cvs1
14637                 see ChangeLog entry 2001-12-16
14638
14639 2000-12-17 [alfons]     0.6.6claws1
14640
14641         * src/filtering.c
14642                 clean up
14643
14644 2001-12-16 [paul]       0.6.6claws
14645 2001-12-15
14646
14647         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14648
14649         * src/mimeview.c
14650                 last minute sync with main 0.6.6
14651
14652         * po/es.po
14653                 updated by Ricardo Mones Lastra
14654                 update for last minute sync
14655         * po/fr.po
14656         * po/nl.po
14657                 update for last minute sync
14658         * po/de.po
14659                 updated by Jens Oberender
14660         * po/pt_BR.po
14661                 updated by Fabio Junior Beneditto
14662
14663         * src/prefs_common.[ch]
14664         * src/undo.c
14665                 number of undo levels is user configurable
14666                 (squeeze it into the release in the dying
14667                 moments) Submitted by Jens Oberender    
14668
14669 2001-12-15 [melvin]
14670
14671         * po/fr.po
14672                 updated french translation
14673
14674 2001-12-15 [paul]       0.6.5claws92
14675
14676         * sync with sylpheed 0.6.5cvs28
14677                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14678
14679         * po/nl.po
14680                 update to allow for sync
14681
14682 2001-12-15 [alfons]
14683         
14684         * po/nl.po
14685                 update dutch translation
14686
14687 2001-12-14 [carsten]    0.6.5claws91
14688         * src/summaryview.c
14689                 fixed bug #473785; also after changing the column order
14690                 the same message will be selected and displayed as before
14691                 the reordering
14692
14693 2001-12-14 [carsten]    0.6.5claws90
14694         * src/folderview.c
14695                 probably found the bug reported by wwb opening or closing
14696                 a folder tree just before dnd (found the solution in the
14697                 balsa source -- thanks to them)
14698
14699 2001-12-14 [carsten]    0.6.5claws89
14700         * src/gtkutils.c
14701         * src/account.c
14702                 moved gtk_clist_moveto to the right place, so that
14703                 only the accounts dialog is effected on opening
14704
14705 2001-12-14 [carsten]    0.6.5claws88
14706         * src/gtkutils.c
14707                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14708                 now, so that the focused row will be seen in any case
14709                 (reported by wwp on sf-claws-user)
14710
14711 2001-12-14 [darko]      0.6.5claws87
14712
14713         * src/compose.c
14714                 remove unnecessary line
14715
14716 2001-12-14 [paul]       0.6.5claws86
14717
14718         * sync with sylpheed 0.6.5cvs27
14719                 see ChangeLog entries 2001-12-14
14720
14721 2001-12-14 [carsten]    0.6.5claws85
14722         * src/mainwindow.c
14723                 following a suggestion of Melvin the rcoabm pops up
14724                 right under the button now and the button is reliefed
14725                 while the popup is open
14726
14727 2001-12-14 [darko]      0.6.5claws84
14728
14729         * src/compose.c
14730                 fix crash when wrapping long lines if linewrap quotation
14731                 is disabled and wrapper encounters a word spanning more
14732                 than one line
14733
14734 2001-12-13 [paul]       0.6.5claws83
14735
14736         * src/compose.c
14737                 prefer 'Reply-To' header over mailing list header when
14738                 replying to a message. Finally prevent all those confirmation 
14739                 messages being sent to the list itself.
14740
14741         * src/summaryview.c
14742                 remove unused summary_set_menu_sensitive() entry
14743
14744 2001-12-13 [paul]       0.6.5claws82
14745
14746         * src/folderview.c
14747         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14748         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14749         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14750                 improvements to 'Hide read messages': Inbox, Outbox,
14751                 Trash, Queue, and Draft icons now reveal presence of hidden 
14752                 messages
14753
14754 2001-12-12 [alfons]     0.6.5claws81
14755
14756         0.6.5claws80 was tagged as LAST_STABLE
14757
14758         * src/filtering.[ch]
14759         * src/matcher.[ch]
14760         * src/matcher_parser_lex.c
14761                 fix the filtering; my last attempt to get it right, 
14762                 if it does not work, it's Hoa's turn. ;-)
14763
14764                 for my honourable peers:
14765                 
14766                 the code now makes a clear distinction between
14767                 rules as they are displayed (probably escaped),
14768                 and as they are executed (probably unescaped). the
14769                 parser does *NOT* do any unescaping, this is
14770                 the task of the matcher.c (which breaks up a
14771                 rule into condition) and the filtering.c (which
14772                 breaks up the rule's action). to make this
14773                 run happily we provide an unescaped copy of
14774                 crucial strings to the MatcherProp and 
14775                 FilteringAction structures. note that the only
14776                 exception to this is any REGEXP string. those
14777                 are directly passed to regcomp() and regexp()
14778                 (who have much more powerful unescape functions).
14779                 
14780                 for everyone else:
14781         
14782                 you can escape tab (\t), carriage return (\r),
14783                 linefeed (\n), form feed (\f), quote (\"), 
14784                 single quote (\'), bell (\b) in all the entry
14785                 lines in the scoring & filtering dialogs.
14786                 as an added bonus this should not affect
14787                 existing filtering rules.
14788
14789 2001-12-12 [carsten]    0.6.5claws80
14790
14791         * src/summaryview.c
14792         * po/de.po
14793                 "item(s) selected" is now sensitive to 1 or more
14794                 than one selected (nice for language where simple
14795                 adding of a "s" is not possible as German (Eintrag
14796                 ->Eintr"age)
14797                 
14798                 the "forward as attachment" entry from the right
14799                 click menu removed, "forward" acts following the
14800                 prefs
14801         
14802         * src/textview.c
14803                 reverted my former changes; so compiler warning again
14804                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14805                 nevertheless
14806
14807         * src/messageview.c
14808                 "search in message" does now *not* only work in MVIEW_TEXT
14809                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14810                 message
14811
14812         * src/mainwindow.c
14813                 removed "/File/_Close" as it was the same as "/File/E_xit"
14814                 and we don't need it two times
14815
14816                 the separate folder view and message view now get a distinct
14817                 WMCLASS, just in case someone is using sawfish ;-)
14818
14819                 as the menu entries "/View/Message view" and "/View/Folder tree"
14820                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14821                 make them sensitive accordingly and as these two are "shown"
14822                 after startup anytime check this menuitem at startup
14823
14824 2001-12-12 [paul]       0.6.5claws79
14825
14826         * src/folderview.c
14827                 fix sensitivity of 'Search folder...', broken in
14828                 0.6.5claws75
14829
14830         * src/mainwindow.c
14831                 fix dodgy English
14832
14833 2001-12-11 [carsten]    0.6.5claws78
14834         * src/filtering.c
14835                 fixed two typos returning a wrong FALSE/TRUE
14836         * src/mainwindow.[ch]
14837                 extra menu for email/news button removed
14838
14839 2001-12-11 [alfons]     0.6.5claws77
14840         
14841         * src/matcher.c                 (1.3)
14842         * src/matcher_parser_lex.l      (1.28)
14843                 revert for another attempt
14844                 mark 0.6.5claws77 as LAST_STABLE
14845
14846 2001-12-11 [christoph]  0.6.5claws76
14847
14848         * po/de.po
14849                 fixed wrong translation for prev. unread msg
14850
14851 2001-12-11 [paul]       0.6.5claws75
14852
14853         * src/folder.[ch]
14854         * src/folderview.c
14855         * src/mainwindow.c
14856         * src/summaryview.[ch]
14857         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14858                 enable ability to hide read messages on per folder basis via 
14859                 '/Summary/Hide read messages'; when selected, a folder will 
14860                 have a red open folder icon, instead of a blue icon, if the 
14861                 folder contains hidden messges
14862                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14863
14864         * src/mainwindow.c
14865                 remove '/Message/Forward as attachment' from 
14866                 main_window_set_menu_sensitive() to prevent debug warning
14867
14868         * src/folderview.c
14869         * src/mainwindow.c
14870                 Clean up some of the English
14871
14872         * tools/newscache_clean.pl
14873                 allow for new 'hidereadmsgs' entry in folderlist.xml
14874
14875         * po/es.po
14876                 updated translation, submitted by Ricardo Mones Lastra
14877
14878 2001-12-11 [paul]       0.6.5claws74
14879
14880         * sync with sylpheed 0.6.5cvs25
14881                 see ChangeLog entry 2001-12-11
14882
14883 2001-12-10 [alfons]     0.6.5claws73
14884
14885         * src/matcher.c
14886                 add more control characters
14887         * src/matcher_parser_lex.l
14888                 make escaping / unescaping work again
14889
14890 2001-12-10 [alfons]     0.6.5claws72
14891
14892         * src/imap.c
14893                 clean up warnings "returning value for void function" 
14894         * src/prefs_filtering.c
14895                 make info button for execute action sensitive
14896
14897 2001-12-10 [paul]       0.6.5claws71
14898
14899         * src/compose.c
14900         * src/imap.[ch]
14901         * src/summaryview.c
14902                 fix: imap server now gets informed of MARKED, UNMARKED
14903                 and REPLY events. Now people can use different IMAP-Mail
14904                 clients and have the exact same information about MARKED,
14905                 UNMARKED and REPLY status with all of them. Especially
14906                 useful for imap servers with a web-frontend.
14907                 submitted by Tobias Sandhaas <medlor@web.de>
14908
14909 2001-12-09 [melvin]     0.6.5claws70
14910         
14911         * src/textview.[ch]
14912                 fixed bug #490076 (hunted down by Alfons who implemented
14913                 a workaround in 0.6.5claws65)
14914
14915 2001-12-09 [christoph]  0.6.5claws69
14916
14917         * src/summaryview.c
14918                 set pointer to string in LOCKED column to NULL
14919                 (might fix bug #490800)
14920
14921 2001-12-09 [carsten]    0.6.5claws68
14922
14923         * po/de.po
14924                 resolved some cluttered menu shortcuts 
14925                 ('creating new email' and 'creating news message'
14926                 hade the same)
14927         * src/compose.c
14928                 wmclass now distinc from main window
14929         * src/mainwindow.c
14930           src/mainwindow.h
14931                 email/news and forward button functionality similar
14932                 to the reply buttons; removed the ugly dropdown arrows
14933                 and use instead the right mouse button
14934
14935 2001-12-09 [paul]       0.6.5claws67
14936
14937         * src/imap.c
14938         * src/utils.h
14939                 allow spaces in imap folder names
14940                 submitted by Willem van Engen <wvengen@stack.nl>
14941
14942 2001-12-09 [paul]       0.6.5claws66
14943
14944         * sync with sylpheed 0.6.5cvs24
14945                 see ChangeLog entry 2001-12-09
14946
14947 2001-12-08 [alfons]     0.6.5claws65
14948
14949         * src/textview.c
14950                 prevent secondary selection claim after "add to sender" dialog
14951                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14952                 we trick GTK by simulating a click at (0, 0) in the textview.
14953
14954 2001-12-08 [hoa]        0.6.5claws64
14955
14956         * src/folder.c
14957                 fixed a bug about the .processing folder name while filtering
14958
14959 2001-12-08 [alfons]     0.6.5claws63
14960
14961         * src/folderview.c 
14962                 work around problem of not correctly updating folder stats
14963                 when deleting messages. there's some folder scanning evil
14964                 going so the folderview_update_msg_num() does not work
14965                 correctly. need to investigate this.
14966
14967 2001-12-08 [paul]       0.6.5claws62
14968
14969         * sync with sylpheed 0.6.5cvs23
14970                 see ChangeLog entry 2001-12-08
14971
14972 2001-12-07 [christoph]  0.6.5claws61
14973
14974         * src/compose.c
14975                 fix another header translation problem
14976
14977 2001-12-07 [alfons]     0.6.5claws60
14978
14979         * src/mbox.c
14980                 make filtering also work on local spool mbox
14981
14982 2001-12-07 [carsten]    0.6.5claws59
14983         * src/addressbook.c
14984                 addressbook window gets a wmclass distinct from the main
14985                 sylpheed window
14986         * src/compose.h
14987         * src/mainwindow.[ch]
14988                   forward menu item will use mode selected in prefs, forward 
14989                 as attatchment in menu removed (will be substituted in the
14990                 toolbar similar to reply buttons)
14991                   create news message menu entry and news button is now 
14992                 sensitive to the existance of a news account
14993         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14994         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14995         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14996                 these are removed because the toolbar buttons don't show
14997                 the quoting modus any longer
14998
14999 2001-12-07 [paul]
15000
15001         * tools/newscache_clean.pl      ** NEW FILE **
15002                 perl script to do some tidying up in the newscache directory 
15003                 
15004         * tools/sylpheed-switcher       ** NEW FILE **
15005                 perl script to enable easy switching between main and claws
15006                 
15007         * tools/README
15008                 added descriptions of the two new perl scripts          
15009
15010
15011 2001-12-07 [melvin]     0.6.5claws58
15012
15013         * src/messageview.c
15014                 fixed a warning during compilation introduced in 0.6.5claws56
15015
15016 2001-12-07 [paul]       0.6.5claws57
15017
15018         * src/mainwindow.[ch]
15019         * src/menu.[ch]
15020                 further usability enhancements to replying with or without 
15021                 quoting via the toolbar, use of Ctrl key is replaced by 
15022                 drop down menu 
15023                 Submitted by Carsten Schurig            
15024
15025 2001-12-07 [melvin]     0.6.5claws56
15026
15027         * src/messageview.c
15028                 hack to fix bug that prevented to make/paste selections
15029                 after switching between MVIEW_TEXT and MVIEW_MIME views
15030                 without deselecting the selection first.
15031
15032 2001-12-06 [alfons]     0.6.5claws55
15033
15034         * src/filtering.[ch]
15035         * src/inc.c
15036                 revise filtering a little bit more, and make sure
15037                 messages are delivered to the appropriate inbox
15038                 (perhaps set per account)
15039
15040 2001-12-06 [paul]       0.6.5claws54
15041
15042         * sync with sylpheed 0.6.5cvs22
15043                 see ChangeLog entry 2001-12-06
15044
15045 2001-12-05 [alfons]     0.6.5claws53
15046
15047         * src/inc.c
15048         * src/folder.[ch]
15049         * src/procmsg.c
15050         * src/filtering.c
15051                 more revisions of filtering system
15052                 (last stable version is marked as LAST_STABLE)
15053                 
15054                 | NOTE 1): the filtering system now uses a local folder called
15055                 | .processing. if filtering fails, check this directory
15056                 | for missing messages.
15057                 |
15058                 | NOTE 2): help us find the filtering actions still missing
15059
15060 2001-12-05 [paul]       0.6.5claws52
15061
15062         * src/mainwindow.c
15063                 fix bug where 'Empty Trash?' pop-up window appears even
15064                 when Trash is empty, submitted by Jesse Skinner         
15065
15066 2001-12-05 [melvin]     0.6.5claws51
15067
15068         * src/compose.c
15069                 fixed bug #486106 to select correct account when reediting 
15070                 a queued message
15071         
15072 2001-12-04 [alfons]     0.6.5claws50
15073
15074         * src/mh.c
15075                 declare markfile in appropriate functions when
15076                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15077                 for spotting this)
15078
15079 2001-12-04 [paul]       0.6.5claws49
15080
15081         * sync with sylpheed 0.6.5cvs21
15082                 see ChangeLog entry 2001-12-04
15083
15084 2001-12-03 [christoph]  0.6.5claws48
15085
15086         * po/de.po
15087                 changed translation of undo
15088         * src/account.c
15089         * src/folder.c
15090                 don't reinvent the wheel to traverse a GNode
15091         * src/compose.[ch]
15092                 seperate code to create the compose gui into functions
15093                 add "Others" page with folder selection for saving copy
15094                 of the message.
15095                 the folder identifier is saved to queue header
15096         * src/procmsg.c
15097                 save message to folder in queue header
15098
15099 2001-12-03 [paul]       0.6.5claws47
15100
15101         * sync with sylpheed 0.6.5cvs20
15102                 see ChangeLog entry 2001-12-03
15103
15104 2001-12-01 [paul]
15105
15106         * more sync with sylpheed 0.6.5cvs19
15107                 see ChangeLog entry 2001-11-29
15108
15109 2001-11-30 [paul]       0.6.5claws46
15110         
15111         * src/compose.c
15112                 remove conflicts introduced by Hoa's last commit
15113          
15114         * src/mainwindow.c
15115                 make 'Message/Bounce' sensitive
15116
15117 2001-11-30 [hoa]        0.6.5claws45
15118
15119         * src/compose.c
15120                 slightly change bounce function to add
15121                 information about the user that bounced the mail
15122                 in the From header line.
15123
15124         * src/folderview.c
15125                 permit the use of processing in outbox folder.
15126
15127 2001-11-29 [paul]       0.6.5claws44
15128
15129         * src/mainwindow.[ch]
15130         * src/prefs_common.c
15131         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15132         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15133         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15134                 usability enhancements to the quoting, implements
15135                 use of Ctrl key to toggle quoting settings
15136                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15137
15138 2001-11-29 [paul]       0.6.5claws43
15139         
15140         * sync with sylpheed 0.6.5cvs19
15141                 see ChangeLog entry 2001-11-28
15142
15143 2001-11-29 [melvin]     0.6.5claws42
15144         * src/Makefile.am
15145                 added enriched.[ch] to the list of files
15146
15147         * src/textview.c
15148         * src/mimeview.c
15149         * src/procmime.[ch]
15150         * src/enriched.[ch]
15151                 added support to view text/enriched
15152                 added support to show headers in message view for text/enriched and text/html
15153                         in non multipart messages
15154
15155 2001-11-28 [paul]       0.6.5claws41
15156
15157         * more sync with sylpheed 0.6.5cvs18
15158                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15159
15160 2001-11-27 [paul]       0.6.5claws40
15161         
15162         * po/pt_BR.po
15163                 updated translation, submitted by Fabio Junior Beneditto
15164                 
15165         * sync with sylpheed 0.6.5cvs18
15166                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15167                 2001-11-27
15168
15169
15170 2001-11-26 [paul]
15171
15172         * po/es.po
15173                 updated translation, submitted by Ricardo Mones Lastra
15174
15175 2001-11-26 [alfons]
15176
15177         * src/matcher.c
15178                 add more translatable strings
15179
15180 2001-11-26 [christoph]  0.6.5claws39
15181
15182         * po/de.po      
15183                 fixed one more umlaut
15184         * src/compose.c
15185                 fix translated header when it should not be translated
15186
15187 2001-11-26 [paul]       0.6.5claws38
15188
15189         * src/mainwindow.c
15190                 remove '/Message/Add Sender to address book' from 
15191                 main_window_set_menu_sensitive(), prevent debug warning
15192                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15193
15194 2001-11-26 [paul]       0.6.5claws37
15195
15196         * src/summaryview.c
15197                 fix 'recurring unread state' bug 
15198
15199         * tools/README 
15200         * tools/filter_conv.pl
15201                 read name of top level mailbox from folderlist.xml
15202                 and presume nothing about its name              
15203
15204 2001-11-26 [darko]      0.6.5claws36
15205
15206         * src/gtkstext.[ch]
15207                 removed functions that are now in gtkutils.c
15208                 use gtkut_text_is_uri_string() from gtkutils.c
15209         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15210
15211 2001-11-26 [paul]       0.6.5claws35
15212
15213         * sync with sylpheed 0.6.5cvs16
15214                 see ChangeLog entries 2001-11-25 and 2001-11-26
15215
15216 2001-11-25 [alfons]     0.6.5claws34
15217
15218         EXPERIMENTAL!!! Please checkout the last stable version using: 
15219           
15220         % cvs update -r LAST_STABLE -dRAP
15221
15222         (Or help us testing this stuff.)
15223
15224         * src/filtering.c               (1.14)
15225         * src/filtering.h               (1.6)
15226         * src/inc.c                     (1.28)
15227         * src/matcher.c                 (1.20)
15228         * src/mbox.c                    (1.9)
15229         * src/procmsg.h                 (1.14)
15230         * src/summaryview.c             (1.59)
15231         * src/summaryview.h             (dunno)
15232                 revert/merge/sync to as it was before commit 
15233                 on Thu, 19 Jul 2001 10:15:51 -0700.
15234
15235 2001-11-25 [hoa]        0.6.5claws33
15236
15237         * src/main.c
15238                 processing mails at startup
15239
15240         * src/folderview.c
15241         * src/summaryview.[ch]
15242                 processing mails when entering folder
15243
15244         * src/prefs_filtering.c
15245                 fixed some UI bugs
15246
15247 2001-11-24 [alfons]     0.6.5claws32
15248
15249         * src/summaryview.[ch]
15250                 make summary sort headers work, and also make
15251                 sure the sort type is stored
15252
15253 2001-11-23 [alfons]     0.6.5claws31
15254
15255         * src/summaryview.[ch]
15256                 make lock work like mark
15257                 disallow deleting messages marked as locked
15258
15259 2001-11-23 [alfons]     0.6.5claws30
15260
15261         * src/gtkstext.c
15262         * src/compose.[ch]
15263         * src/Makefile.am
15264         * src/undo.[ch]
15265                 merge undo patch submitted by Jens
15266
15267 2001-11-23 [christoph]  0.6.5claws29
15268
15269         * src/.cvsignore
15270                 added ylwrap
15271         * src/compose.c
15272                 fixed gpg signing and encoding
15273         * src/folder.[ch]
15274         * src/main.c
15275                 added --status option to get new, unread and total
15276                 message count from a running sylpheed
15277         * src/prefs_common.c
15278                 temporary fix for reply_with_quote problem
15279                 (don't call functions for non existing widget)
15280         * src/procmsg.c
15281                 one more check for ignored threads but still not
15282                 always working correctly. probably a recursive
15283                 check for all parents is needed
15284
15285 2001-11-23 [darko]      0.6.5claws28
15286
15287         * src/compose.c
15288                 wrapping on send improvements
15289         * src/gtkutils.[ch]
15290                 fix for GtkSText after last sync with main branch
15291                 GTK_TEXT -> GTK_STEXT
15292
15293 2001-11-23 [paul]       0.6.5claws27
15294
15295         * sync with sylpheed 0.6.5cvs14
15296                 see ChangeLog entries 2001-11-22 and 2001-11-23
15297                 
15298         * po/de.po
15299                 fixed the scrambled umlauts 
15300                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15301
15302 2001-11-21 [paul]       0.6.5claws26
15303
15304         * sync with sylpheed 0.6.5cvs12
15305                 see 2nd ChangeLog entry dated 2001-11-20
15306
15307 2001-11-20 [paul]       0.6.5claws25
15308
15309         * sync with sylpheed 0.6.5cvs11
15310                 see ChangeLog entry 2001-11-19 (src/utils.c)
15311
15312 2001-11-20 [hiro]
15313
15314         * src/compose.c
15315                 GTK_TEXT -> GTK_STEXT
15316                 fix for wrong comment
15317
15318 2001-11-20 [hiro]       0.6.5claws24
15319
15320         * src/compose.[ch]
15321                 more merges from main branch
15322                 removed fatal warnings (uninitialized variables etc.)
15323                 some coding style fix
15324         * src/gtkutils.h
15325                 fixed typo.
15326         * src/addressbook.c
15327           src/addrindex.c
15328                 V-Card -> vCard
15329
15330 2001-11-19 [hoa]        0.6.5claws23
15331
15332         * src/filtering.c
15333         * src/prefs_scoring.c
15334         * src/matcher.[ch]
15335         * src/scoring.c
15336                 cleaning code
15337
15338         * src/matcher_parser_parse.y
15339         * src/prefs_filtering.c
15340                 bouncing
15341
15342 2001-11-19 [alfons]     0.6.5claws22
15343
15344         more of my old things into claws
15345
15346         * src/Makefile.am
15347         * src/prefs_common.c
15348         * src/procmsg.h
15349         * src/summaryview.[ch]
15350         * src/prefs_summary_column.c
15351         * src/pixmaps/locked.xpm
15352                 add indicators for locking of message in summary view
15353                 (does not work yet, only visual indicator)
15354
15355 2001-11-19 [paul]       0.6.5claws21
15356
15357         * sync with sylpheed 0.6.5cvs10
15358                 see ChangeLog entry 2001-11-19
15359
15360 2001-11-18 [alfons]     0.6.5claws20
15361         
15362         * src/filtering.c
15363                 remove an inadvertent free I forgot in previous clean up 
15364
15365 2001-11-18 [alfons]     0.6.5claws19
15366
15367         * src/filtering.[ch]
15368                 clean up & plug leaks
15369
15370 2001-11-18 [paul]       0.6.5claws18
15371
15372         * sync with sylpheed 0.6.5cvs9
15373                 see ChangeLog entries 2001-11-17 and 2001-11-18
15374
15375 2001-11-16 [paul]       0.6.5claws17
15376
15377         * sync with sylpheed 0.6.5cvs8
15378                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15379
15380 2001-11-16 [paul]       0.6.5claws16
15381
15382         * sync with sylpheed 0.6.5cvs7
15383                 see ChangeLog entries 2001-11-15 and 2001-11-16
15384
15385 2001-11-15 [hoa]        0.6.5claws15
15386
15387         * src/compose.c
15388                 fix bounce, mails we received couln't be bounced to ourself.
15389
15390         * src/defs.h
15391         * src/filtering.[ch]
15392         * src/matcher.[ch]
15393         * src/matcher_parser.h
15394         * src/matcher_parser_lex.l
15395         * src/matcher_parser_parse.y
15396         * src/inc.c
15397         * src/main.c
15398         * src/mbox.c
15399         * src/prefs_filtering.[ch]
15400         * src/mainwindow.c
15401         * src/prefs_matcher.c
15402         * src/prefs_scoring.c
15403         * src/scoring.[ch]
15404         * src/summaryview.c
15405                 new matcher/filter/score configuration file parser
15406                 one unique configuration file => ~/.sylpheed/matcherrc
15407                 import in currently automatic, then save are made
15408                 in this new file.
15409                 one filter per folder and one global filter
15410                 (filter of a folder will be used as folder processing)
15411
15412         * src/folder.c
15413                 fix a bug in folder_item_get_identifier
15414                 
15415         * src/messageview.c
15416                 receive receipt return are fixed.
15417
15418 2001-11-14 [alfons]     0.6.5claws14
15419
15420         * src/session.h
15421                 add things from main branch to make claws compile
15422
15423 2001-11-14 [paul]       0.6.5claws13
15424
15425         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15426                 see ChangeLog entries 2001-11-08 to 2001-11-14
15427
15428 2001-11-14 [hoa] 0.6.5claws12
15429
15430         * src/compose.[ch]
15431         * src/mainwindow.c
15432         * src/summaryview.c
15433                 add "bounce mail" option
15434
15435 2001-11-13 [christoph]  0.6.5claws11
15436
15437         * src/compose.c
15438                 Cleanup a mess i add before commiting
15439
15440 2001-11-13 [hoa]        0.6.5claws10
15441
15442         * src/compose.c
15443                 some fixes when mail are sent or
15444                 for crossposts
15445
15446 2001-11-13 [christoph]  0.6.5claws9
15447
15448         * po/de.po
15449                 Changed two string with the same translation
15450         * src/compose.c
15451         * src/procmsg.[ch]
15452         * src/send.[ch]
15453                 New mailsending process:
15454                   - Always queue message before sending
15455                     (message will be saved if sylpheed crashed or
15456                      freezes while sending)
15457                   - Allow queuing of newspostings
15458                   - No copy in outbox before sending
15459                     (closes bug #469501)
15460                   - No more redundant code for send and send_later
15461         * src/summaryview.c
15462                 Applied wwp <subscript@free.fr>'s patch that fixes
15463                 marks for multiple forwarded messages (+compose.c)
15464
15465 2001-11-12 [alfons]
15466
15467         * README.claws
15468                 remove things that are now in main branch
15469         
15470         * po/nl.po
15471                 update Dutch translation
15472
15473 2001-11-12 [mhadasht]   0.6.5.claws8
15474
15475         * src/prefs_common.c
15476                 re-enabled account autoselection feature for forward
15477                 and reedit lost during the branch point for SYNC-B4-REL
15478         * src/gtkspell.c
15479                 gtkpspell_get_dict(): more readable code (even if function is
15480                 not used yet)
15481         * ChangeLog.claws
15482                 added version number info to 2001-11-12 [hiro] comment.
15483
15484 2001-11-12 [hiro]       0.6.5.claws7
15485
15486         * src/compose.c
15487                 compose_forward(): fixed a bug that forward quote mark
15488                 wasn't used.
15489                 removed unnecessary code.
15490         * src/template_select.[ch]: removed.
15491
15492 2001-11-11 [alfons]
15493
15494         * src/compose.c
15495                 :%s/GTK_TEXT/GTK_STEXT/g
15496         
15497         * src/compose.[ch]
15498         * src/undo.[ch]
15499         * src/Makefile.am
15500                 revert the undo stuff (this is 0.6.6claws stuff)
15501
15502 2001-11-11 [hoa]        0.6.5.claws6
15503
15504         * src/compose.[ch]
15505                 Insert signature at the end of the text.
15506                 Added undo patch but currently disabled
15507
15508         * src/procmsg.c
15509                 Threading by subject improved.
15510
15511         * added src/undo.[ch]
15512                 Undo module for compose dialog box.
15513
15514 2001-11-11 [alfons]     0.6.5.claws5
15515
15516         * src/procmsg.c
15517                 prevent threading by subject on nodes that have already been
15518                 threaded by in-reply-to (as in "circular references in a tree
15519                 result in a dead branch")
15520
15521 2001-11-09 [hoa]        0.6.5.claws4
15522         
15523         * src/folderview.c
15524                 allows creation of mbox folder item from any files.
15525
15526 2001-11-09 [alfons]     0.6.5.claws3
15527         
15528         * src/utils.c
15529         * src/procmsg.c
15530                 do what I mean and correct threading by subject so it really
15531                 ignores attracting lines without "Re: "
15532
15533 2001-11-07 [alfons]     0.6.5.claws2
15534
15535         * src/procmsg.c
15536         * src/utils.[ch]
15537                 only attract by subject if a subject line starts with a "Re: "
15538         * src/syldap.c
15539                 remove warning
15540
15541 2001-11-07 [paul]       0.6.5claws1
15542
15543         * sync with sylpheed 0.6.5. release
15544                 see ChangeLog entry 2001-11-07
15545
15546 2001-11-07 [paul]       0.6.4claws31
15547
15548         * sync with sylpheed 0.6.4cvs18
15549                 see ChangeLog entries 2001-10-30 to 2001-11-07
15550                 prefs_templates.[ch] renamed prefs_template.[ch]
15551
15552 2001-11-06 [alfons]
15553         
15554         * src/utils.h
15555                 add semicolon Hoa forgot ;-)
15556                 
15557
15558 2001-11-06 [hoa]        0.6.4claws30
15559         
15560         * src/procmsg.c
15561         * src/summaryview.c
15562         * src/utils.c
15563         * src/utils.h
15564                 threading by subject - empty subject are ignored
15565
15566 2001-11-06 [christoph]  0.6.4claws29
15567
15568         * src/socket.c
15569                 use SSL_peek for sock_gets
15570         * src/utils.c
15571                 removed unneeded pointer in extracting quoted
15572                 names implementation
15573
15574 2001-11-06 [melvin]     0.6.4claws28
15575
15576         * src/gtkspell.c
15577                 fixed bug #476792 Selection overtyping with spell checker
15578                 fixed bug which could cause a buffer overflow
15579                 fixed a memory leak
15580
15581 2001-11-06 [hoa]        0.6.4claws27
15582         
15583         * src/procmsg.c
15584         * src/summaryview.c
15585                 threading by subject
15586
15587 2001-11-05 [alfons]     0.6.4claws26
15588         
15589         * README.claws
15590                 Claws -> Sylpheed (vice versa)
15591
15592         * src/compose.c
15593                 :%s/gtk_text/gtk_stext/g
15594                 :%s/GTK_TEXT/GTK_STEXT/g
15595                 (thanks to Jonathan Ware for spotting this)
15596
15597 2001-11-04 [christoph]  0.6.4claws25
15598
15599         * src/summaryview.c
15600                 replace Xalloca + strdup with Xstrdup_a
15601         * src/utils.c
15602                 better implementation of extracting quoted names
15603                 from addresses (remove backlashes and ignore
15604                 quotes after them)
15605
15606 2001-11-04 [alfons]     0.6.4claws24
15607
15608         * src/utils.[ch]
15609                 edit to comply more with coding style
15610
15611         * src/textview.c
15612                 fix bug reported by Kim Schulz. introduced by the patch integrated
15613                 in 0.6.4claws15. the code did not check the return value of
15614                 the html parser.
15615
15616         * AUTHORS
15617                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15618
15619 2001-11-04 [christoph]  0.6.4claws23
15620
15621         * src/main.c
15622         * src/prefs_common.[ch]
15623                 init some pointers that possibly caused a segfault
15624                 reported in the claws-users ML
15625
15626 2001-11-04 [hoa]        0.6.4claws22
15627
15628         * src/grouplistdialog.c
15629                 change the names of the nodes in the tree
15630
15631         * src/compose.c
15632                 enhanced mailto syntax as described in
15633                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15634                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15635
15636         * src/utils.c
15637                 encode and decode URI (useful when opening URL into
15638                 netscape).
15639
15640 2001-11-03 [hoa]        0.6.4claws21
15641
15642         * src/grouplistdialog.c
15643                 a new newsgroups list selection dialog box
15644                 with a CTree instead of a CList
15645
15646 2001-11-03 [hoa]        0.6.4claws20
15647
15648         * src/folderview.c
15649                 enable property and scoring options when right
15650                 click on "inbox"
15651
15652         * src/summaryview.c
15653                 fixed bug when nickname were displayed using
15654                 the address book.
15655
15656 2001-11-02 [darko]      0.6.4claws19
15657
15658         * src/compose.c
15659                 new wrap quotation and URL/long words wrapping implementation
15660         * src/compose.c src/gtkstext.[ch]
15661                 move gtkstext_strncmp() to gtkstext.c
15662
15663 2001-11-01 [christoph]  0.6.4claws18
15664
15665         * src/prefs_account.c
15666                 fixed mess in account settings dialog
15667         * src/prefs_folder_item.c
15668                 added label with folder path to dialog
15669
15670 2001-10-31 [match]      0.6.4claws17
15671
15672         * src/vcard.c
15673                 fix memory leak.
15674         * src/addrbook.c
15675                 fix generation of spurious address book file names.
15676                 remove redundant functions.
15677         * po/POTFILES.in
15678                 added missing file names.
15679
15680 2001-10-30 [paul]       0.6.4claws16
15681
15682         * sync with sylpheed 0.6.4cvs6
15683                 see ChangeLog entries 2001-10-26 to 2001-10-30
15684
15685         * tools/filter_conv.pl
15686                 read folderlist.xml to discover whether the top-level
15687                 folder is called 'Mailbox' or 'Mail' 
15688
15689 2001-10-29 [paul]       0.6.4claws15
15690
15691         * src/html.c, src/textview.c
15692                 activate links in html mail and fix clickable parts
15693                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15694
15695 2001-10-29 [paul]
15696
15697         * po/de.po, po/es.po, po/pt_BR/po
15698                 updated translations, submitted by Jens Oberender,
15699                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15700
15701 2001-10-29 [darko]      0.6.4claws14
15702
15703         * src/compose.c
15704                 fix wrapping for good
15705
15706 2001-10-29 [darko]
15707
15708         * src/compose.c
15709                 undo previous change as it broke the smart wrapping
15710
15711 2001-10-29 [darko]      0.6.4claws13
15712
15713         * src/compose.c
15714                 fix infinite loop when long URL is quoted
15715                 (closes bug #475122.
15716
15717 2001-10-28 [match]
15718
15719         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15720                 import Mutt address book
15721         * src/ldif.[ch] src/importldif.h
15722                 modified import LDIF handle user attributes
15723
15724 2001-10-28 [christoph]  0.6.4claws12
15725
15726         * src/summaryview.c
15727                 fixed that filtering did not work if there
15728                 were no filter rules
15729                 (closes bug #472003 and better implementation
15730                  of patch #474644)
15731
15732 2001-10-27 [christoph]  0.6.4claws11
15733
15734         * src/compose.c
15735                 make the folder's default account to be used when
15736                 replying. (patch by wwp <subscript@free.fr>)
15737         * src/compose.c
15738                 code cleanup, nearly killed all of wwp's patch
15739                 for folder's default account in compose
15740         * src/folderview.c
15741                 error panel when a folder could not be created
15742                 (closes bug #471080 new folder name & already
15743                  existing file)
15744
15745 2001-10-26 [alfons]
15746
15747         * src/utils.h
15748                 change prototype of strstr2() that Christoph forgot about
15749
15750 2001-10-26 [christoph]  0.6.4claws10
15751
15752         * src/account.c
15753                 made search for accounts by email address not case
15754                 sensitive
15755         * src/folder.c
15756                 fixed memory leak in folder_item_get_identifier
15757         * src/gtkspell.c
15758         * src/utils.c
15759                 fixed wrong strstr2 (should work like strstr)
15760
15761 2001-10-26 [darko]      0.6.4claws9
15762
15763         * src/compose.c src/gtkstext.[ch]
15764         * src/gtkstext.c
15765                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15766
15767 2001-10-26 [paul]       0.6.4claws8
15768
15769         * src/html.c
15770                 ignore css and javascript tags in html mail
15771                 case-insensitive, with or without double-quoted
15772                 strings
15773
15774 2001-10-26 [paul]       0.6.4claws7
15775
15776         * sync with sylpheed 0.6.4cvs1
15777                 see ChangeLog entry 2001-10-26
15778
15779         * src/prefs_account.c, src/prefs_common.c,
15780           src/prefs_summary_column.c
15781                 minor improvements to the English
15782
15783 2001-10-25 [alfons]     0.6.4claws6
15784
15785         * src/gtkstext.c
15786         
15787                 make GtkSText follow style of GtkText (closes bug 
15788                 #469211 "text selection while writing message")
15789                 
15790                 do sync with GTK 1.2.10
15791
15792 2001-10-25 [paul]       0.6.4claws5
15793
15794         * src/html.c
15795                 ignore css tags in html mail
15796
15797 2001-10-25 [darko]      0.6.4claws4
15798
15799         * src/compose.c
15800                 don't declare is_url_string as static function since
15801                 we need it in gtkstext.c
15802         * src/gtkstext.c
15803                 remove unused variable
15804                 don't wrap long URLs while composing a message
15805
15806 2001-10-24 [christoph]  0.6.4claws3
15807
15808         * src/socket.c
15809                 fix ssl deadlock, when peer closes connection
15810
15811 2001-10-24 [paul]       0.6.4claws2
15812
15813         * src/prefs_common.c
15814                 gettextize the gpg ascii-armored warning message
15815
15816         * src/compose.c
15817                 insert a DOS/MAC file into the composed message
15818                 (improvements)
15819
15820         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15821
15822 2001-10-22 [paul]       0.6.4claws1
15823
15824         * sync with sylpheed 0.6.4 release
15825                 see ChangeLog entries 2001-10-21
15826
15827         * po/fr.po, po/pt_BR.po
15828                 updated by Melvin Hadasht and Fabio Junior Beneditto
15829
15830 2001-10-21 [paul]       0.6.3claws30
15831
15832         * src/compose.c
15833                 insert a DOS text file from the compose window
15834                 into the composed message text (removes CRs characters)
15835                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15836
15837         * tools/filter_conv.pl, tools/README
15838                 automatically use ~/.sylpheed as working directory
15839                 print out confirmation message on completion
15840
15841         * correct Hoa's last ChangeLog.claws entry
15842
15843 2001-10-20 [hoa]        0.6.3claws29
15844
15845         * src/grouplistdialog.c
15846                 bugfix (another ?) to give the right
15847                 newsgroups list for each news server.
15848
15849         * src/news.c
15850         * src/news.h
15851                 improve the newsgroups list cache
15852
15853 2001-10-20 [paul]       0.6.3claws28
15854
15855         * sync with sylpheed 0.6.3cvs9
15856                 see ChangeLog entry 2001-10-19
15857
15858         * correct Alfons' last ChangeLog.claws entry
15859
15860 2001-10-19 [alfons]
15861
15862         * src/pgptext.[ch]
15863                 fix compilation problems (part of bug #472895)
15864
15865 2001-10-18 [hoa]        0.6.3claws27
15866
15867         * src/grouplistdialog.c
15868                 bugfix when we refresh was clicked (bug 472701)
15869
15870 2001-10-19 [christoph]  0.6.3claws26
15871
15872         * src/compose.c
15873                 last header entry should default to "To:" or
15874                 "Newsgroups:" and not copy the last entry line
15875                 in a new compose window
15876                 (closes bug #472686, #470792)
15877
15878 2001-10-19 [paul]       0.6.3claws25
15879
15880         * sync with Sylpheed 0.6.3cvs8
15881                 see ChangeLog entries 2001-10-18 and 2001-10-19
15882
15883 2001-10-18 [christoph]  0.6.3claws24
15884
15885         * src/procmsg.c
15886                 reimplement ignore thread
15887         
15888 2001-10-18 [hoa]        0.6.3claws23
15889
15890         * src/folderview.c
15891         * src/grouplistdialog.[ch]
15892                 enhanced news subscription interface (feature 469113)
15893
15894         * src/news.c
15895         * src/news.h
15896                 enchanced newsgroup listing,
15897                 now, we can get groups informations
15898                 (NNTPGroupInfo)
15899
15900 2001-10-18 [paul]       0.6.3claws22
15901
15902         * src/summaryview.c
15903                 remove comment (sync with main branch)
15904         * src/mainwindow.c
15905                 fix 'Re-edit' bug in 'Message' menu
15906
15907 2001-10-17 [christoph]  0.6.3claws21
15908
15909         * src/compose.c
15910                 ignore empty or whitespace only header lines
15911
15912 2001-10-17 [paul]       0.6.3claws20
15913
15914         * sync with sylpheed 0.6.3cvs7
15915                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15916                 2001-10-17
15917
15918 2001-10-17 [darko]
15919
15920         * src/compose.c
15921                 wrap long lines without spaces
15922                 don't wrap URLs
15923
15924 2001-10-16 [paul]
15925
15926         * po/es.po, po/nl.po, po/pt_BR.po
15927                 updated by Ricardo Mones Lastra, Alfons,
15928                 and Fabio Junior Beneditto
15929
15930         * sylpheed-0.6.3claws released
15931
15932 2001-10-15 [melvin] 0.6.3claws18
15933
15934         * README.claws
15935                 added summary and detailed installation instructions
15936                 for spell checker
15937         * po/fr.po
15938                 Updated, corrected and completed french translation
15939
15940 2001-10-15 [hoa] 0.6.3claws17
15941         * src/grouplistdialog.c
15942                 we can choose the newsgroups to display with wildcards
15943
15944 2001-10-15 [christoph]  0.6.3claws16
15945
15946         * src/account.c
15947         * src/compose.c
15948         * src/prefs_folder_item.[ch]
15949                 applied wwp <subscript@free.fr>'s folder
15950                 default account patch
15951         * po/de.po
15952                 Fixed wrong translation
15953
15954 2001-10-13 [alfons, christoph, melvin]  
15955                         0.6.3claws15
15956
15957         solution #2 to solve MT-safety problems defers all GUI related calls
15958         to the main thread using a gtk_idle_add() callback. discussed on
15959         ircnet #sylpheed, with christoph spotting some issues with the
15960         original code, and melvin allowing us to lobotomize his sylpheed.
15961
15962         * src/syldap.[ch], src/main.c
15963                 fix race problem in ldap search thread by deferring GUI 
15964                 stuff to main thread using gtk_idle_add()
15965
15966 2001-10-13 [paul]       0.6.3claws14
15967
15968         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15969                 add Sergey's smtpcred.patch
15970                 adds separate username/password setting for SMTP Auth
15971                 needed by some servers
15972                 (closes feature request #471659)
15973
15974 2001-10-13 [paul]       0.6.3claws13
15975
15976         * src/pgptext.[ch] **NEW FILES**
15977         * src/Makefile.am, src/messageview.c, src/mimeview.c
15978                 decrypt ascii-armored gpg text embedded in
15979                 the message body.
15980                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15981
15982 2001-10-13 [christoph]  0.6.3claws12
15983
15984         * README.claws
15985                 some more details on default to and
15986                 feature requests
15987         * src/main.c
15988                 init glib threading when ldap is used
15989         * src/syldap.c
15990                 threading fixes
15991         * po/de.po
15992                 fixed a typo
15993
15994 2001-10-12 [paul]       0.6.3claws11
15995
15996         * src/prefs_common.[ch], src/rfc2015.c
15997                 enable ascii-armored gpg text to be embedded in the
15998                 message body, selectable through the 'Privacy'
15999                 preferences. Supports encrypting only.
16000                 Submitted by Ravemax <ravemax@dextrose.com>
16001
16002 2001-10-12 [paul]       0.6.3claws10
16003
16004         * sync with sylpheed 0.6.3cvs6
16005                 see ChangeLog entries 2001-10-11 and 2001-11-12
16006
16007         * src/folderview.c
16008                 incorporated mbox folders, scoring, and folder
16009                 properties into the sync
16010
16011 2001-10-12 [darko]      0.6.3claws9
16012
16013         * README.claws
16014                 describe quotation wrapping
16015         * src/compose.c
16016                 don't treat tab as space to calculate line length properly
16017
16018 2001-10-11 [alfons]
16019
16020         * README.claws
16021                 correct description of how to make new filtering system work,
16022                 add some other things
16023                 
16024         * src/syldap.c
16025                 remove sched_yield() (not necessary / unportable)
16026
16027 2001-10-11 [paul]       0.6.3claws8
16028
16029         * sync with sylpheed 0.6.3cvs3
16030                 see ChangeLog entry 2001-10-10
16031
16032 2001-10-10 [christoph]  0.6.3claws7
16033
16034         * .cvsignore
16035                 ignore 2 files created by newer autotools
16036         * src/prefs_folder_item.c
16037                 using table for widget alignment
16038                 fixed memory leak and broken octal display
16039         * src/filesel.c
16040                 fixed segfault caused by lost filename
16041                 workaround (closes bug #469551)
16042
16043 2001-10-10 [paul]       0.6.3claws6
16044
16045         * sync with sylpheed 0.6.3cvs2
16046                 see ChangeLog entries 2001-10-09 and 2001-10-10
16047
16048 2001-10-10 [darko]      0.6.3.claws5
16049
16050         * src/gtkstext.c
16051                 proper calculation of right margin if smart wrapping is enabled
16052         * src/compose.c
16053                 automatically wrap long lines if wrap quotation is enabled
16054
16055 2001-10-09 [alfons]     0.6.3.claws4
16056
16057         * src/summaryview.c
16058                 select correct row when deleting last row in the summary view (and
16059                 close bug "[ #469104 ] select second last in list when deleting")
16060
16061 2001-10-09 [paul]       0.6.3claws3
16062
16063         * sync with sylpheed 0.6.3cvs1
16064                 updated some autotool scripts
16065
16066 2001-10-09 [darko]      0.6.3claws2
16067
16068         * src/gtkstext.[ch]
16069                 new name and mark with Sylpheed comment
16070         * src/compose.c
16071                 smart quotation wrapping a-la VIM
16072
16073 2001-10-08 [paul]       0.6.3claws1
16074
16075         * sync with sylpheed 0.6.3 release
16076                 see ChangeLog entry 2001-10-08
16077
16078 2001-10-08 [paul]       0.6.2claws24
16079
16080         * src/summaryview.c
16081                 more sync with sylpheed 0.6.2cvs12
16082                 Fixed the bug that didn't select the last row correctly
16083
16084
16085 2001-10-07 [paul]       0.6.2claws23
16086
16087         * sync with sylpheed 0.6.2cvs12
16088                 see ChangeLog entry 2001-10-07
16089
16090 2001-10-06 [match]
16091         * src/jpilot.[ch]
16092                 enable jpilot to read unsynch'ed addresses.
16093
16094         * src/editldap_basedn.c
16095                 fix segfault when opening dialog.
16096
16097 2001-10-06 [alfons]     0.6.2.claws22
16098
16099         * src/summaryview.c
16100                 fix bug with summary view selecting last *inserted*
16101                 node instead of last *visible* node. remember we
16102                 work with a tree
16103
16104 2001-10-06 [paul]       0.6.2claws21
16105
16106         * po/pt_BR.po
16107                 updated translation, contains some fixes and new
16108                 translations, submitted by Gustavo Noronha Silva
16109                 <kov@debian.org>
16110
16111         * src/prefs_common.c
16112                 change 'each' to 'every' - fix dubious English
16113
16114         * sync with sylpheed 0.6.2cvs11
16115
16116 2001-10-05 [alfons]     0.6.2claws20
16117
16118         * src/mainwindow.[ch], src/folderview.c
16119                 make composite tool button switch between "Compose News"
16120                 and "Compose Mail" depending on selected folder
16121                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16122
16123 2001-10-05 [paul]       0.6.2claws19
16124
16125         * src/mainwindow.c, src/summaryview.c
16126                 fix 'Message/Reply to all', broken in last commit
16127
16128         * src/compose.c
16129                 fix X_BEENTHERE seg fault, thanks to Alfons
16130
16131 2001-10-04 [paul]       0.6.2claws18
16132
16133         * src/compose.[ch], src/mainwindow.c
16134                 make "Message/Reply" reply to mailing lists; matches
16135                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16136                 based on portions of the patch submitted by
16137                 Junichi Uekawa <dancer@netfort.gr.jp>
16138
16139 2001-10-04 [darko]      0.6.2claws17
16140
16141         * src/compose.c
16142                 better smart wrapping
16143         * src/gtkstext.[hc]
16144                 a function to make text buffer contiguous
16145
16146 2001-10-03 [paul]       0.6.2claws16
16147
16148         * sync with sylpheed 0.6.2cvs10
16149
16150 2001-10-02 [alfons]
16151
16152         * configure.in
16153         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16154                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16155                 references to chinese translations (hope someone picks up
16156                 this)
16157
16158 2001-10-02 [christoph]  0.6.2claws15
16159
16160         * src/compose.c
16161                 fixed non translated header bug
16162         * ChangeLog.claws
16163                 fixed wrong date in alfons last entry ;)
16164
16165 2001-10-02 [alfons]     0.6.2claws14
16166
16167         * src/compose.c, src/prefs_common.[ch]
16168                 add block cursor option
16169
16170 2001-10-02 [paul]       0.6.2claws13
16171
16172         * sync with sylpheed 0.6.2cvs9
16173
16174 2001-09-30 [paul]       0.6.2claws12
16175
16176         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16177                 updated translations
16178
16179         * po/POTFILES.in
16180                 add 'src/importldif.c'
16181
16182         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16183                 added eudora-to-vCard conversion tool
16184                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16185
16186         * sync with sylpheed 0.6.2cvs8
16187
16188 2001-09-30 [paul]
16189
16190         * sylpheed-0.6.2claws released
16191
16192 2001-09-27 [melvin]     0.6.2claws11
16193
16194         * src/gtkspell.c
16195                 fixed crash when using default path (introduced 
16196                 in 0.6.2claws10)
16197                 fixed tiny bug for initial suggestion mode
16198
16199 2001-09-27 [melvin]     0.6.2claws10
16200         
16201         * src/gtkspell.c
16202                 fixed bug where gtkpspell didn't set the path correctly
16203
16204         * README.claws
16205                 added a paragraph about spell checking
16206                 
16207
16208
16209 2001-09-27 [paul]       0.6.2claws9
16210
16211         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16212                 replace '// comments' with '/* comments */' to prevent
16213                 some compiler warnings 
16214
16215         * sync with sylpheed 0.6.2cvs6
16216
16217 2001-09-26 [alfons]     0.6.2claws8
16218
16219         * src/messageview.c
16220                 introduce return receipt request notification again,
16221                 which was lost because of other semantics in 
16222                 procheader_parse() (???)
16223
16224 2001-09-26 [christoph]  0.6.2claws7
16225
16226         * src/compose.c
16227                 replace comments for old code with #if 0
16228                 readded auto cc, bcc and reply-to
16229         * src/prefs_matcher.c
16230         * src/prefs_scoring.c
16231                 removed some definition (was moved to
16232                 prefs.h)
16233
16234 2001-09-26 [paul]       0.6.2claws6
16235
16236         * src/mainwindow.c
16237                 make 'Follow-up and reply to' sensitive
16238
16239         * more sync with sylpheed 0.6.2cvs5
16240
16241 2001-09-25 [melvin]
16242
16243         * 0.6.2claws5
16244
16245         * src/gtkspell.c
16246                 fixed bug for "US-ASCII" introduced by the encoding code
16247
16248 2001-09-25 [paul]
16249
16250         * 0.6.2claws4
16251
16252         * src/prefs_common.[ch], src/summaryview.c
16253                 'next unread msg' 'go to next folder?' dialog can be
16254                 given default behaviour, either always show dialog,
16255                 or assume 'yes', or assume 'no'
16256                 Submitted by wwp <subscript@free.fr>
16257
16258 2001-09-25 [melvin]
16259                 
16260         * src/compose.c src/gtkspell.[ch]
16261                 added support for different encodings
16262
16263 2001-09-25 [paul]
16264
16265         * more sync with sylpheed 0.6.2cvs5
16266
16267 2001-09-24 [alfons]
16268         
16269         * src/prefs_folder_item.c
16270                 add check for item->prefs->default_to string is NULL and
16271                 add another check when freeing this string
16272
16273 2001-09-24 [paul]
16274
16275         * configure.in
16276                 change to version 0.6.2claws3
16277
16278         * sync with sylpheed 0.6.2cvs5 
16279
16280 2001-09-24 [match]
16281         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16282                 import LDIF files.
16283         * src/addrcache.[ch], addrindex.[ch]
16284                 small update for future
16285         * src/addrbook.c
16286                 fix test XML file.
16287
16288 2001-09-24 [melvin]
16289         * src/gtkspell.[ch]
16290                 added 'Learn from mistakes' option
16291                 better handling of quotes in checked words
16292                 sorted dict list
16293         * po/fr.po
16294                 small update for spell checking stuff
16295
16296 2001-09-23 [alfons]
16297         
16298         * src/gtkspell.c
16299                 edit a little bit so it complies more with main coding style
16300
16301 2001-09-23 [alfons]
16302
16303         * src/folder.[ch], prefs_folder_item.c, compose.c
16304                 migrate "request return receipt" folder property
16305                 to folderlist.xml
16306
16307 2001-09-22 [alfons]
16308
16309         * README.claws **NEW**
16310                 (add things of interest for users of main branch 
16311                 and claws here)
16312
16313         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16314                 re-implement threading per folder option, but store 
16315                 the setting in folderlist.xml (where it belongs)
16316
16317 2001-09-21 [melvin]
16318
16319         * src/gtkspell.[ch]
16320                 fixed bug when compose window is under another window
16321         * src/prefs_common.[ch] src/compose.c
16322                 changed 'dictionary_path' to 'dictionary' to be consistent
16323                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16324         * ac/pspell.m4 src/Makefile.am 
16325                 dropped PSPELL_PATH macro
16326         * po/fr.po
16327                 updated translations
16328
16329 2001-09-21 [christoph]
16330
16331         * src/compose.c
16332                 added border around header fields
16333                 keep header type when new field is added
16334
16335 2001-09-20 [christoph]
16336
16337         * src/utils.[ch]
16338                 more portable debug_print with source filename
16339                 and linenumber
16340         * src/procmsg.c
16341                 more newlines after debug messages
16342
16343 2001-09-20 [paul]
16344
16345         * configure.in
16346                 change to version 0.6.2claws2
16347
16348         * sync with sylpheed 0.6.2cvs3
16349
16350 2001-09-19 [melvin]
16351
16352         * src/gtkspell.c
16353                 fixed the post-right-click focus pb
16354                 fixed crash when 'Spell check all' after dict change 
16355                         and when cursor is at the end of the text
16356                 shift-right-click pops up config menu even on misspelled words.
16357         * po/POTFILES.in
16358                 added gtkspell.c
16359
16360 2001-09-19 [melvin]
16361
16362         * src/about.c
16363                 added pspell to compiled-in features list
16364
16365 2001-09-18 [melvin]
16366
16367         * switched to pspell and dropped ispell
16368         * ac/pspell.m4
16369                 new file. autoconf macro for pspell
16370         * ac/Makefile.am 
16371         * configure.in acconfig.h
16372                 added pspell support
16373         * src/Makefile.am
16374         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16375         * src/prefs_common.[ch] 
16376                 added pspell support
16377
16378 2001-09-18 [christoph]
16379
16380         * src/addr_compl.c
16381         * src/template.[ch]
16382                 replace LOG_MESSAGE with debug_print
16383         * src/compose.[ch]
16384                 gui improvements
16385         * src/menu.c
16386                 added newline after debug message
16387         * src/utils.h
16388                 using __VA_ARGS__ for debug_print macro
16389         * tools/.cvsignore
16390                 ignore Makefile and Makefile.in
16391
16392 2001-09-18 [paul]
16393
16394         * configure.in
16395                 change to version 0.6.2claws1
16396         * sync with sylpheed 0.6.2cvs1
16397
16398         * src/matcher.c 
16399         * src/prefs_matcher.c
16400                 add 'score equal to' option, submitted by
16401                 Paul Evans <nerd@freeuk.com>
16402
16403 2001-09-15 [christoph]
16404
16405         * src/mainwindow.c
16406                 comment out menu entry not existing in claws
16407         * src/menu.c
16408                 add debug output for non existing menu entries
16409         * src/summaryview.c
16410                 fix next/prev unread message for ignored threads
16411         * src/utils.[ch]
16412                 add sourcefile and line number to debug output
16413                 otherwise it is sometimes hard to find the
16414                 source code part if debug messages are translated
16415
16416 2001-09-14 [darko]
16417         
16418         * src/folderview.c
16419                 refresh target folder style after colour is changed
16420
16421 2001-09-13 [paul]
16422
16423         * configure.in
16424                 change to version 0.6.1claws3
16425
16426         * sync with sylpheed 0.6.1cvs6
16427
16428 2001-09-13 [darko]
16429         
16430         * src/folderview.c
16431                 fix target folder colourization to use user selected colour
16432
16433 2001-09-12 [darko]
16434         
16435         * src/summaryview.c
16436                 fix crash when message that is marked for copy/move is unmarked
16437
16438 2001-09-09 [paul]
16439
16440         * configure.in
16441                 change to version 0.6.1claws2
16442
16443         * sync with sylpheed 0.6.1cvs3
16444
16445 2001-09-09 [alfons]
16446         
16447         * src/folderview.c
16448                 fix bug with default font used for trash folder text
16449
16450 2001-09-06 [paul]
16451
16452         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16453                 updated translations
16454
16455         * configure.in
16456                 change to version 0.6.1claws1
16457
16458         * sync with sylpheed 0.6.1cvs2
16459
16460 2001-09-03 [paul]
16461
16462         * po/POTFILES.in
16463                 add Match's new addressbook
16464
16465         * po/de.po
16466                 updated translation submitted by Jens Oberender
16467
16468 2001-09-02 [paul]
16469
16470         * configure.in
16471                 change to 0.6.1claws
16472         * sync with sylpheed 0.6.1 release
16473
16474 2001-09-02 [paul]
16475
16476         * configure.in
16477                 change to 0.6.0claws2
16478
16479         * sync with sylpheed 0.6.0cvs4
16480
16481         * po/pt_BR.po
16482                 updated translation submitted by Fabio Junior Beneditto
16483
16484 2001-09-01 [match]
16485         * pixmaps/
16486                 interface.xpm
16487                 book.xpm
16488                 address.xpm
16489         * src/
16490                 Makefile.am
16491                 a ton of new files
16492
16493 2001-08-31 [paul]
16494
16495         * configure.in
16496                 change to version 0.6.0claws1
16497
16498         * sync with sylpheed 0.6.0cvs1
16499
16500         * po/es.po
16501                 updated translation submitted by Ricardo Mones Lastra
16502
16503         * po/POTFILES.in
16504                 add 'src/prefs_templates.c'
16505
16506         * src/compose.c, src/summaryview.c
16507                 fix segfault on 'Re_edit'               
16508
16509 2001-08-30 [alfons]
16510
16511         * configure.in, Makefile.am
16512         * tools/Makefile.am
16513                 add tools directory to source distribution
16514
16515 2001-08-30 [paul]
16516
16517         * configure.in
16518                 change to version 0.6.0claws
16519
16520         * sync with sylpheed 0.6.0 release
16521
16522 2001-08-30 [christoph]
16523
16524         * configure.in
16525                 removed autoconf version check
16526
16527 2001-08-30 [paul]
16528
16529         * src/account.c, src/compose.c, src/prefs_common.[ch]
16530         * src/procheader.[ch] src/utils.[ch]
16531                 Enhanced automatic account selection on replies
16532                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16533
16534         * configure.in
16535                 add LDAP and JPilot to the configuration results output.
16536
16537 2001-08-29 [christoph]
16538
16539         * src/summeryview.c
16540                 no bold font for ignored threads
16541
16542 2001-08-29 [paul]
16543
16544         * configure.in
16545                 change to version 0.5.3claws6
16546
16547         * sync with sylpheed 0.5.3cvs10
16548                 src/stringtable.[ch]: New Files
16549
16550         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16551         * src/pixmaps/sylpheed.xpm
16552                 add mini-icons to windows (by Alfons)
16553
16554 2001-08-27 [paul]
16555
16556         * src/mainwindow.c
16557                 new functions: next_labeled_cb(), prev_labeled_cb()
16558
16559         * src/summaryview.c
16560                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16561                 summary_select_next_labeled(), summary_select_prev_labeled()
16562
16563         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16564                 give claws blue folders and a blue trash can
16565
16566 2001-08-27 [paul]
16567
16568         * configure.in
16569                 change to version 0.5.3claws5
16570
16571         * sync with sylpheed 0.5.3cvs9
16572                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16573
16574 2001-08-24 [christoph]
16575
16576         * src/filesel.c
16577                 keep filename when browsing directories
16578                 (not working for user entered filename, but
16579                  for default name and selected filename from
16580                  file list)
16581         * src/mainwindow.c
16582                 fixed wrong spelling "Folllow-up"
16583         * src/mbox_folder.c
16584         * src/procmsg.c
16585         * src/summaryview.c
16586                 fixed new/unread message count with ignored
16587                 threads (2 commits, first didn't notice no
16588                 longer needed decreasing)
16589         * src/inc.c
16590                 readded scrolling of progress dialog
16591                 (lost in sync)
16592
16593 2001-08-24 [paul]
16594
16595         * configure.in
16596                 change to 0.5.3claws4
16597
16598         * sync with sylpheed 0.5.3cvs7
16599
16600 2001-08-24 [christoph]
16601
16602         * src/compose.c
16603                 set request return receipt when replying
16604                 if it is set is the folder prefs of the
16605                 message
16606         * src/inc.c
16607                 disable final error popup if popups are
16608                 disabled in config (again)
16609
16610 2001-08-23 [paul]
16611
16612         * configure.in
16613                 Change version number to 0.5.3claws3
16614
16615         * sync with sylpheed 0.5.3cvs5
16616
16617         * src/mimeview.c
16618                 double quote '%s' in 'gedit %s' to fix bug when
16619                 opening attachment with spaces in the name
16620
16621 2001-08-22 [alte]
16622         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16623           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16624                 initial message templates support
16625
16626
16627 2001-08-22 [paul]
16628
16629         * configure.in
16630                 change version number to 0.5.3claws2
16631
16632         * sync with sylpheed 0.5.3cvs4
16633
16634         * src/procmsg.h src/summaryview.c
16635                 re-implement (un)ignore thread
16636
16637 2001-08-21 [paul]
16638
16639         * src/summaryview.c
16640                 remove unnecessary code
16641         * src/compose.c
16642                 enable 'dynamic' signatures (submitted by
16643                 Eric Limpens <eric@hscg-internet.nl>)
16644
16645 2001-08-21 [paul]
16646
16647         clean up after sync with sylpheed 0.5.3 release
16648
16649         * src/folderview.c
16650                 fix re-introduced font mess, see Christoph's
16651                 entry 2001-06-24
16652
16653         * src/summaryview.c
16654                 remove prev_msgnum
16655                 use sylpheed's small font instead of
16656                 gtk default font for summary view
16657
16658
16659 2001-08-17 [paul]
16660
16661         * configure.in
16662                 add pl to ALL_LINGUAS - sync with main branch
16663
16664         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16665                 Updated. Translations by Jens Oberender, Ricardo Mones
16666                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16667
16668         * po/pl.po  ** NEW FILE **
16669                 sync with the main branch
16670
16671         * src/folderview.c
16672                 fix target folder colorizing and refresh problem
16673
16674
16675 2001-08-17 [christoph]
16676
16677         * src/mainwindow.c
16678                 claws uses 4 colors for target folder coloring.
16679                 arrays were not long enough and destroyed the
16680                 stack causing a segfault.
16681                 target folder colorizing does not work anymore
16682                 for me
16683
16684 2001-08-16 [paul]
16685
16686         * configure.in
16687                 change to version 0.5.3claws1
16688
16689         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16690           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16691           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16692
16693                 sync with sylpheed 0.5.3 release, but keep claws method of
16694                 configuring/saving fonts
16695
16696         * src/addressbook.[ch]
16697                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16698                 in line with a similar change in Hiroyuki's branch
16699
16700         * src/mainwindow.[ch]
16701                 disable main_window_set_thread_option()
16702         * src/prefs_folder_item.c
16703                 comment out &tmps_prefs.enable_thread,
16704         * src/mbox_folder.c, src/procmsg.[ch]
16705                 comment out MSG_IS_IGNORE_THREAD
16706         * src/summaryview.c
16707                 comment out summary_ignore_thread() and summary_unignore_thread()
16708                 comment out MSG_IS_IGNORE_THREAD
16709
16710                 use Hiroyuki's threading instead.
16711
16712
16713
16714 2001-08-15 [paul]
16715
16716         * src/account.c
16717                 use Hiroyuki's 0.5.3 column scheme but also
16718                 include the enable/disable button.
16719         * src/pixmaps/mark.xpm
16720                 add Hiroyuki's amended pixmap
16721
16722 2001-08-13 [christoph]
16723
16724         * src/account.c
16725                 receive at get all column showed wrong state for APOP
16726                 button should only work for POP3 and APOP accounts
16727         * src/prefs_account.c
16728                 added missing preprocessor statement for SSL
16729
16730 2001-08-12 [paul]
16731
16732         * src/account.[ch]
16733                 add 'receive at get all' column and enable/disable
16734                 button.
16735
16736 2001-08-06 [christoph]
16737
16738         * src/account.c
16739                 show usage of SSL in protocol column
16740
16741         * src/imap.c
16742         * src/inc.c
16743                 renamed ssl options
16744
16745         * src/prefs_account.[ch]
16746                 moved ssl options to a new page
16747
16748         * src/send.c
16749         * src/smtp.c
16750         * src/ssl.[ch]
16751                 renamed ssl options
16752                 added support for SMTP STARTTLS command
16753
16754 2001-08-05 [christoph]
16755
16756         * configure.in
16757                 debian autoconf needs version check to find
16758                 correct autoconf version. if the file is
16759                 named configure.in 2.13 is used, which does
16760                 not work with this configure.in script.
16761                 other solution would be to rename the script
16762                 to configure.ac as suggested in the autoconf
16763                 manual.
16764
16765         * src/inc.c
16766                 disable final error popup if popups are
16767                 diabled in config
16768
16769         * src/socket.c
16770                 bugfix in ssl_gets
16771                 fixes IMAP over SSL problem
16772
16773 2001-08-03 [paul]
16774
16775         * configure.in
16776                 change to 0.5.2claws1
16777
16778         * sync with sylpheed 0.5.2cvs1
16779
16780 2001-08-02 [alfons]
16781
16782         * configure.in
16783                 quick fix for ispell detection...
16784
16785 2001-08-01 [paul]
16786
16787         * configure.in
16788                 change to 0.5.1claws4
16789
16790         * sync with sylpheed 0.5.1cvs7
16791
16792 2001-07-31 [alfons]
16793
16794         * src/prefs_common.c, src/prefs_common.h, 
16795           src/gtkspell.c, src/gtkspell.h
16796                 add global spelling checker settings (compose tab) +
16797                 selection of dictionary 
16798           
16799         * configure.in  
16800                 guess valid ispell location
16801
16802 2001-07-31 [paul]
16803
16804         * po/POTFILES.in
16805                 removal of 'src/quote_fmt_parse.c'
16806         * po/de.po
16807                 Updated de.po
16808                 (submitted by Jens Oberender <didge@suse.de>)
16809
16810 2001-07-31 [darko]
16811
16812         * src/folder.[ch]
16813         * src/folderview.[ch]
16814         * src/mainwindow.c
16815         * src/mh.c
16816         * src/prefs_common.[ch]
16817         * src/summaryview.c
16818                 target folder colourization
16819
16820 2001-07-30 [paul]
16821
16822         more sync with Sylpheed 0.5.1cvs6 
16823
16824 2001-07-30 [darko]
16825
16826         * src/mh.c
16827         * src/prefs_folder_item.[hc]
16828         * src/summaryview.c
16829                 shared folders support with a GUI
16830
16831 2001-07-29 [paul]
16832
16833         0.5.1claws3
16834
16835         * sync with Sylpheed 0.5.1cvs6
16836
16837 2001-07-29 [paul]
16838
16839         * po/pt_BR.po
16840                 updated
16841                 (submitted by Fabio Junior Beneditto)
16842
16843 2001-07-28 [paul]
16844
16845         * src/procmime.c
16846         * AUTHORS
16847                 patch to correct bad image mime headers
16848                 (submitted by Don Quijote <dq@searchlores.org>)
16849
16850 2001-07-28 [paul]
16851
16852         * tools/gif2xface.pl   **NEW FILE**
16853         * tools/README
16854                 script to convert file.gif to file.xface for
16855                 use in a custom header.
16856                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16857
16858 2001-07-27 [alfons]
16859         
16860         * configure.in
16861                 change macros for detecting JPilot and LDAP
16862
16863 2001-07-27 [christoph]
16864
16865         * src/filtering.c
16866                 code cleanup (MIN / MAX warning, needed casting)
16867
16868 2001-07-27 [alfons]
16869
16870         * procheader.c
16871                 disallow setting flags when detecting certain headers
16872                 (X-Status, Status, Seen, X-Seen). 
16873         
16874         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16875
16876 2001-07-27 [christoph]
16877
16878         * src/prefs_filter.c
16879         * src/prefs_filtering.c
16880         * src/prefs_matcher.c
16881         * src/prefs_scoring.c
16882                 scroll list when moving rows up or down
16883
16884         * src/imap.c
16885         * src/imap.h
16886         * src/prefs_account.c
16887         * src/prefs_account.h
16888         * src/send.c
16889                 SMTP over SSL (untested, feedback requested)
16890                 IMAP over SSL
16891
16892         * src/ssl.c
16893                 code cleanup
16894
16895 2001-07-26 [alfons]
16896         
16897         * configure.in, acconfig.h
16898                 define CLAWS (need this for main / claws detection)
16899
16900 2001-07-25 [alfons]
16901
16902         * configure.in
16903                 Sylpheed 0.5.1claws2
16904                 
16905         * sync with Sylpheed 0.5.1cvs4
16906
16907 2001-07-25 [christoph]
16908
16909         * src/scoring.c
16910                 fixed segfault
16911                 item->prefs == NULL (don't know why)
16912
16913 2001-07-25 [alfons]
16914
16915         * configure.in
16916                 Sylpheed 0.5.1claws1
16917
16918         * sync with Sylpheed 0.5.1cvs1-3
16919
16920 2001-07-24 [christoph]
16921
16922         * src/folderview.c
16923         * src/prefs_folder_item.[ch]
16924                 added folderitem preferences dialog with
16925                 default To: and auto request return receipt
16926
16927         * src/compose.[ch]
16928         * src/menu.[ch]
16929                 changes to handle new folderitem preferences
16930
16931         * src/mainwindow.c
16932         * src/summaryview.c
16933                 call compose new mail with current folderitem
16934
16935 2001-07-24 [alfons]
16936
16937         Release Sylpheed 0.5.1claws
16938
16939         * configure.in
16940                 change to release version 0.5.1claws
16941
16942 2001-07-24 [christoph]
16943
16944         * src/summaryview.c
16945                 fixed segfault that happend when the selected
16946                 message was removed while retrieving new messages.
16947
16948         * po/es.po
16949                 updated translation
16950                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16951
16952 2001-07-22 [alfons]
16953
16954         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16955         this is a work in progress, for more information: http://nlpagan.net/sylman 
16956         
16957         * configure.in, src/mainwindow.c, manual/Makefile.am
16958                 add support for English manual
16959
16960         * AUTHORS
16961                 add authors of user manuals
16962
16963         * manual/en/sylpheed*.html
16964                 add English documentation
16965
16966 2001-07-22 [christoph]
16967
16968         * po/POTFILES.in
16969                 added src/ssl.c
16970         * src/ssl.c
16971                 changed a wrong debug message
16972
16973 2001-07-22 [alfons]
16974
16975         * po/nl.po
16976                 update Dutch translation
16977
16978         * src/prefs_filtering.c, 
16979           src/prefs_matcher.c
16980                 add more translatable strings           
16981
16982 2001-07-21 [alfons]
16983
16984         0.5.0claws7
16985
16986         * configure.in
16987                 change version
16988
16989         * src/inc.c, src/summaryview.[ch]
16990                 prevent update of mark file when filtering has done, by
16991                 using a variable; this affects two functions:
16992                         inc.c::inc_finished()
16993                         summaryview.c::summary_show()
16994
16995 2001-07-20 [alfons]
16996
16997         * src/filtering.[ch], src/prefs_filtering.c, 
16998           src/matcher.[ch]
16999                 add filtering action for label coloring 
17000
17001         * po/POTFILES.in
17002                 add labelcolors.c
17003
17004         * added src/labelcolors.c
17005         * added src/labelcolors.h
17006         * src/Makefile.am, src/summaryview.c
17007                 rearrange label coloring code
17008
17009         * src/procmsg.h
17010                 add more parentheses so label colouring works correctly
17011
17012         * src/filtering.c
17013                 don't really delete message, but move it to Trash
17014
17015         * src/prefs_matcher.c
17016                 add quote options to info dialog
17017
17018 2001-07-20 [christoph]
17019
17020         * src/Makefile.am
17021         * src/inc.c
17022         * src/main.[ch]
17023         * src/socket.h
17024         * src/ssl.[ch] (new)
17025                 moved ssl stuff to a seperate file
17026
17027 2001-07-20 [darko]
17028
17029         * src/summaryview.c
17030                 fix show sender using address book with no e-mail
17031                 address in From: field
17032
17033 2001-07-19 [alfons]
17034
17035         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17036                 fix messy handling of escaping... now at least the
17037                 execute command is useful. escape char is '\', we
17038                 accept \n and \r too. 
17039
17040                 Real life example:
17041                 
17042                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17043                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17044
17045 2001-07-18 [alfons]
17046
17047         0.5.0claws6
17048
17049         * src/summaryview.c
17050                 clean up
17051
17052         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17053           src/procmsg.[ch]
17054                 revise filtering; currently move, copy, marking have
17055                 been tested. if you like bleeding edge stuff, you
17056                 should definitely go for this version :)
17057
17058         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17059
17060 2001-07-17 [christoph]
17061
17062         * src/utils.c
17063                 timestamp log
17064
17065 2001-07-17 [alfons]
17066
17067         0.5.0claws5
17068
17069         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17070           bits in the mark file, without affecting either branch. Lots of
17071           files changed, also in claws branch.
17072
17073           UNTESTED: use of mbox folders
17074
17075         * src/summaryview.c
17076                 added mark all read; however this was a quick hack used for
17077                 cleaning up mess after initial merge with Hiroyuki
17078
17079         * configure.in
17080                 change claws version number back to 0.5.0claws5 to clear up 
17081                 confusion & pretension (recent release was technically 
17082                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17083
17084 2001-07-16 [alfons]
17085
17086         sync with Hiroyuki's 0.5.0cvs4
17087
17088 2001-07-16 [alfons]
17089
17090         0.5.1claws3
17091
17092         * src/filtering.[ch]
17093                 remove invalid updating of mark files for 
17094                 filter actions MATCHING_ACTION_MOVE and 
17095                 MATCHING_ACTION_DELETE; this should fix the
17096                 folder update bug
17097                 
17098         * src/procmsg.c
17099                 revert Christoph's stab at fixing the folder 
17100                 update bug
17101
17102         * po/POTFILES.in
17103                 add missing files with translatable strings
17104
17105         * src/summaryview.c
17106                 remove debug print
17107
17108 2001-07-15 [alfons]
17109
17110         * src/addr_compl.[ch], src/prefs_filtering.c
17111                 make "filtering pref dialog's destination entry" an
17112                 "address completable entry", if filter destination is 
17113                 an email address
17114
17115         0.5.1claws2
17116         
17117         sync with Hiroyuki's 0.5.0cvs2-3
17118
17119 2001-07-15 [christoph]
17120
17121         * src/procmsg.c
17122                 fixed folder stats update after incorporation
17123
17124 2001-07-15 [alfons]
17125
17126         * src/summaryview.c
17127                 * finish label colouring stuff (for now)
17128                 * fix incorrect colour bug (off by one) 
17129
17130 2001-07-14 [alfons]
17131
17132         * src/mainwindow.c
17133                 change text labels for news and mail message so there's
17134                 plenty of toolbar estate left
17135
17136         * configure.in
17137                 0.5.1claws1
17138
17139         * src/folderview.c
17140           src/folder.[ch]
17141                 sync with Hiroyuki's 0.5.0cvs1
17142
17143         * src/summaryview.c
17144                 more rewrite label colouring
17145
17146 2001-07-14 [alfons]
17147
17148         * src/summaryview.[ch]
17149                 * start rewrite label colouring 
17150                 * fix proper location "Add Sender To Addressbook" menu item
17151
17152 2001-07-13
17153
17154         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17155         (actually this is 0.5.0claws4)
17156
17157 2001-07-13 [alfons]
17158
17159         * po/pt_BR.po
17160                 * fix duplicate message
17161                 * add updated Portugese / Brazilian translation
17162                   submitted by Fabio Junior Beneditto
17163
17164 2001-07-12 [alfons]
17165
17166         * AUTHORS
17167                 add Jens
17168
17169         * po/nl.po
17170                 add updated Dutch translation
17171
17172         * po/de.po
17173                 add updated German translation submitted by Jens
17174
17175 2001-07-11 [alfons]
17176
17177         Prerelease before 0.5.0claws. Please test.
17178         This version is temporarily tagged as VERSION_0_5_0_TEST
17179
17180         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17181           src/prefs_scoring.c, src/prefs_matcher.c, 
17182           src/prefs_filtering.c, src/mbox.c, 
17183           src/main.c, src/inc.c, src/filtering.[ch]
17184                 revert new Hoa's new matcher (does not work yet)
17185
17186         * src/Makefile.am
17187                 clean up
17188
17189 2001-07-10
17190
17191         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17192
17193
17194 2001-07-10 [alfons]
17195
17196         * Makefile.am
17197                 add ChangeLog.claws to EXTRA_DIST
17198         * src/Makefile.am
17199                 add matcher_parser_parse.h to EXTRA_DIST
17200
17201 2001-07-10 [christoph]
17202
17203         * src/inc.c
17204                 add destination folder to table of
17205                 folders that need to be updated after
17206                 incorporation
17207
17208 2001-07-10 [alfons]
17209
17210         * folder.[ch]
17211           folderview.c
17212                 make collapse state of folders and folder items persistent, i.e.
17213                 if you collapse a folder tree, the next time sylpheed-claws starts 
17214                 up the folder tree remains collapsed.  
17215                 
17216 2001-07-10 [christoph]
17217
17218         * acconfig.h
17219         * configure.in
17220                 added --enable-ssl
17221         * src/md5.[ch]
17222                 renamed MD5_CTX to MD5_CTX_syl
17223                 conflicts with a struct in openssl
17224         * src/inc.c
17225         * src/main.[ch]
17226         * src/prefs_account.[ch]
17227         * src/socket.[ch]
17228                 SSL support for POP
17229         * src/mainwindow.c
17230                 fixed compose with current account
17231                 broken by new compose button stuff
17232
17233 2001-07-09 [hoa]
17234
17235         * AUTHORS
17236                 changed my email address
17237
17238         * src/matcher_parser_parse.y
17239                 clean the parser to remove conflicts
17240
17241 2001-07-09 [alfons]
17242
17243         * AUTHORS
17244                 add Match Grun
17245
17246         * configure.in
17247                 fix incorrect description of --enable-ldap parameter
17248
17249         * src/prefs_common.[ch]
17250           src/compose.c
17251                 add experimental option "smart wrapping" which makes the
17252                 compose editor auto wrap.
17253                 
17254                 | TODO: the problem with the buggy cursor handling is caused |
17255                 | by the GtkText. when deleting / backspacing text its       |
17256                 | wrapping algorithm does not take in account the previous   |
17257                 | line. should find a way to hack this in.                   |
17258                 | or should perhaps combine this with the word wrapping      |
17259                 | patch i wrote in january.                                  |
17260
17261         * src/about.c
17262                 show build parameters for LDAP and JPilot
17263
17264         * src/summaryview.c
17265                 revert Christoph's bugfix for selecting next unread message, 
17266                 because folder stats aren't updated correctly
17267
17268 2001-07-08 [hoa]
17269
17270         * src/filtering.c
17271         * src/mainwindow.c
17272         * src/matcher.c
17273         * src/matcher_parser_lex.l
17274         * src/matcher_parser_parse.y
17275         * src/prefs_filtering.c
17276         * src/prefs_scoring.c
17277         * src/scoring.c
17278                 bugfix of the config file parser
17279
17280 2001-07-08 [alfons]
17281
17282         * src/Makefile.am
17283                 added generated matcher sources to BUILT_SOURCES
17284
17285 2001-07-08 [hoa]
17286
17287         * src/Makefile.am
17288         * src/.cvsignore
17289                 added new config file parser
17290
17291         * src/scoring.[ch]
17292         * src/filtering.[ch]
17293         * src/matcher.[ch]
17294         * src/prefs_filtering.c
17295         * src/prefs_matcher.c
17296         * src/prefs_scoring.c
17297         * added src/matcher_parser.h
17298         * added src/matcher_parser_lex.h
17299         * added src/matcher_parser_lex.l
17300         * added src/matcher_parser_parse.y
17301                 lex & yacc config file parser
17302
17303         * src/mbox.c
17304         * src/inc.c
17305         * src/main.c
17306                 changes prefs_filtering into global_filtering           
17307
17308         * src/summaryview.c
17309                 build threads with subjects only if "Re: " is at the
17310                 beginning of the subject
17311
17312 2001-07-07 [paul]
17313
17314         0.5.0claws
17315
17316         sync with sylpheed 0.5.0
17317                 change of version number only
17318
17319 2001-07-06 [paul]
17320
17321         0.5.0claws5
17322
17323         sync with sylpheed 0.5.0pre5
17324
17325 2001-07-05 [paul]
17326
17327         sync with sylpheed 0.5.0pre4 release
17328                 /po and /manual/ja not sync'ed
17329
17330 2001-07-04 [paul]
17331
17332         more sync with sylpheed 0.5.0pre4
17333
17334 2001-07-03 [christoph]
17335
17336         * src/addressbook.c
17337                 fixed address book broken by address book
17338                 for VCard, JPilot, LDAP
17339
17340 2001-07-03 [alfons]
17341
17342         * src/matcher.c
17343         * src/textview.c
17344                 stopped memory leaks
17345
17346 2001-07-03 [paul]
17347
17348         more sync with sylpheed 0.5.0pre4
17349
17350 2001-07-02 [match]
17351
17352         * included address book patch for VCard, JPilot, LDAP
17353         * pref_common.c - fixed Font options on Display tab (cosmetic)
17354         * alertpanel.c - fixed truncated message
17355
17356 2001-07-02 [christoph]
17357
17358         * src/mbox_folder.c
17359         * src/procmsg.[ch]
17360         * src/summaryview.c
17361                 mark threads for ignoring
17362
17363 2001-07-02 [paul]
17364
17365         0.5.0claws4
17366
17367         * sync with sylpheed 0.5.0pre4
17368                 updated gettext to 0.10.38.
17369
17370 2001-07-01 [paul]
17371
17372         * src/ mainwindow.c
17373         * src/procmsg.h
17374         * src/summaryview.[ch]
17375                 new right-click option: Label.
17376                 substitute for 'Mark-->Mark/Unmark', colours the line.
17377                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17378
17379 2001-07-01 [christoph]
17380
17381         * src/folderview.c
17382                 fixed font for trash
17383         * src/summaryview.c
17384                 move ctree to unread message
17385
17386 2001-07-01 [paul]
17387
17388         * sync with sylpheed 0.5.0pre3 release
17389
17390 2001-06-30 [alfons]
17391
17392         * src/filesel.[ch]
17393         * src/compose.c
17394                 allow inserting / attaching multiple files in
17395                 the composer window
17396
17397 2001-06-30 [paul]
17398
17399         * src/codeconv.c
17400                 small change to Alfons' previous stuff so that it
17401                 actually makes
17402
17403 2001-06-30 [alfons]
17404
17405         * lots of files changed; first attempt to merge the changes
17406           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17407
17408 2001-06-30 [paul]
17409
17410         * po/pt_BR.po
17411                 updated and completed, translations by Fabio
17412                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17413
17414 2001-06-29 [alfons]
17415
17416         * src/compose.c
17417         * src/mimeproc.[ch]
17418                 allow selecting an attached files' mime type from a 
17419                 list of types.
17420
17421 2001-06-29 [paul]
17422
17423         * more sync with sylpheed 0.5.0pre3
17424
17425 2001-06-29 [paul]
17426
17427         * po/pt_BR.po
17428                 merge with sylpheed.pot and pt_BR.po provided by
17429                 Fabio Junior Beneditto.
17430
17431 2001-06-29 [darko]
17432
17433         * src/procmime.c
17434                 make MIME types case insensitive
17435
17436 2001-06-28 [alfons]
17437
17438         * po/nl.po
17439                 merge with sylpheed.pot and old nl.po; translations added.
17440
17441 2001-06-28 [paul]
17442
17443         * more sync with sylpheed 0.5.0pre3
17444
17445 2001-06-27 [alfons]
17446
17447         * src/summaryview.c
17448                 don't crash when removing parent node of messages
17449                 attracted by subject. this was caused by not deleting
17450                 the parent node from the subject line hash table.
17451
17452 2001-06-27 [alfons]
17453
17454         * src/summaryview.c
17455         * src/compose.[ch]
17456         * src/mainwindow.c
17457                 if there are multiple messages selected, allow forwarding
17458                 them as attachments.
17459
17460 2001-06-27 [paul]
17461
17462         * more sync with sylpheed 0.5.0pre3
17463
17464 2001-06-26 [paul]
17465
17466         0.5.0claws3
17467
17468         * sync with sylpheed 0.5.0pre3
17469
17470 2001-06-25 [paul]
17471
17472         * src/mainwindow.c
17473                 fixed 'compose news article' bug
17474                 from icon-and-text toolbar
17475
17476 2001-06-25 [paul]
17477
17478         * sync with sylpheed 0.5.0pre2 release
17479
17480 2001-06-24 [christoph]
17481
17482         * src/prefs_common.c
17483                 bug fix in font selection
17484         * src/folderview.c
17485                 use sylpheed's normal font instead of
17486                 gtk default font for folders without
17487                 new messages
17488
17489 2001-06-24 [alfons]
17490
17491         * src/mainwindow.[ch]
17492                 added composite compose mail / news button (an idea by Leandro
17493                 Pereira <leandro@linuxmag.com.br>)
17494
17495 2001-06-24 [paul]
17496
17497         Added instructions for ldif-to-xml.py
17498
17499         * tools/README
17500
17501 2001-06-23 [alfons]
17502
17503         Some minor things.
17504
17505         * src/pixmaps/stock_news_compose.xpm
17506                 added pixmap by Leandro
17507         * src/prefs_common.c
17508                 tested built-in spelling checker of GCC 3.0 :)
17509         * po/nl.po
17510                 merged dutch translation of sylpheed-main with
17511                 sylpheed.pot
17512
17513 2001-06-23 [paul]
17514
17515         Added tools directory and files.
17516
17517         * tools/filter_conv.pl
17518                 converts old filter system to new filtering system
17519         * tools/ldif-to-xml.py
17520                 converts netscape addressbook to sylpheed addressbook
17521         * tools/README
17522                 descriptions/instructions for above two files
17523
17524 2001-06-23 [christoph]
17525
17526         * src/inc.c
17527         * src/manage_window.[ch]
17528         * src/prefs_common.[ch]
17529                 mail retrieval dialog can be enabled, disabled
17530                 or hidden if non of sylpheed's windows is active
17531
17532 2001-06-22 [paul]
17533
17534         0.5.0claws2
17535
17536         * sync with sylpheed 0.5.0pre2
17537
17538 2001-06-21 [christoph]
17539
17540         * src/summaryview.c
17541                 show recipient on 'from' for all accounts
17542                 
17543         * src/inc.c
17544         * src/prefs_common.[ch]
17545                 disable error popup on mail receive errors
17546
17547 2001-06-21 [alfons]
17548
17549         * src/compose.c
17550                 made the ruler correctly appear and disappear.
17551
17552         * src/Makefile.am
17553                 removed Hoa's work-in-progress-stuff (interesting!) so 
17554                 claws compiles ok.
17555
17556 2001-06-20 [christoph]
17557
17558         * src/inc.c
17559         * src/progressdialog.c
17560                 added scrolled window for list in progressdialog
17561
17562 2001-06-20 [paul]
17563
17564         sync with sylpheed 0.5.0pre1 release
17565
17566 2001-06-20 [christoph]
17567
17568         * src/summeryview.c
17569                 make building threads by subject work when
17570                 thread view is enabled
17571                 
17572         * src/compose.c
17573         * src/prefs_common.[ch]
17574                 automatically select account for mail replys
17575
17576 2001-06-19 [sergey]
17577
17578         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17579         they are filled in from the account settings.
17580
17581 2001-06-19 [paul]
17582
17583         * more sync with sylpheed 0.5.0pre1
17584
17585 2001-06-18 [alfons]
17586
17587         * src/Makefile.am,
17588           src/procmime.c
17589                 added --sysconfdir to CPPFLAGS for pointing to the correct
17590                 location of mime.types. 
17591
17592                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17593                 or ./configure!
17594
17595 2001-06-18 [hoa]
17596
17597         * src/summaryview.c
17598                 fixed some bug when building threads
17599
17600 2001-06-18 [pau]l
17601
17602         * src/prefs_account.c
17603                 UI stuff: More changes to the English
17604
17605 2001-06-18 [paul]
17606
17607         * src/pixmaps/stock_news_compose.xpm: new file
17608         * src/Makefile.am
17609         * src/mainwindow.c
17610         * src/summaryview.c
17611                 Added new icon for Hoa's 'compose a news
17612                 message', plus minor improvements to the
17613                 English
17614
17615         * po/ja.po
17616         * ChangeLog
17617         * ChangeLog.jp
17618                 more sync with sylpheed 0.5.0pre1
17619
17620 2001-06-18 [hoa]
17621
17622         * src/compose.[ch]
17623         * src/mainwindow.c
17624                 Follow-up and reply to
17625
17626         * src/summaryview.[ch]
17627                 Build threads also with subjects
17628
17629 2001-06-17 [hoa]
17630
17631         * src/compose.c
17632                 forwarding use the current account.
17633
17634         * src/mainwindow.c
17635                 the "compose message" button has been replaced with
17636                 "new mail" and "new news" buttons
17637
17638         * src/prefs_common.[ch]
17639                 added a configuration option to use the forward button
17640                 as "forward as attachment"
17641                 changed reply and forward format description
17642
17643         * src/quote_fmt_lex.l
17644         * src/quote_fmt_parse.y
17645                 added message with no signature in format for reply
17646                 and forward.
17647
17648 2001-06-17 [paul]
17649
17650         Minor UI stuff
17651
17652         * src/mainwindow.c
17653         * src/summaryview.c
17654                 Improvements to the English
17655
17656         * src/prefs_common.c
17657                 Improvements to the English and some
17658                 clarity/continuity improvements in the
17659                 description of Quote symbols.
17660
17661 2001-06-17 [paul]
17662
17663         0.5.0claws1
17664
17665         * sync with sylpheed 0.5.0pre1
17666
17667 2001-06-17 [hoa]
17668
17669         * src/compose.c
17670                 Better interface for compose, displayed fields
17671                 are updated whenever we change account.
17672                 Newsgroups field is automatically filled.
17673
17674         * src/mainwindow.c
17675                 Newsgroups field is automatically filled.
17676
17677         * src/prefs_account.c
17678                 Some interface stuff when fields appear and
17679                 disappear.
17680
17681 2001-06-16 [paul]
17682
17683         0.4.99claws
17684
17685         * sync with sylpheed 0.4.99
17686
17687 2001-06-16 [sergey]
17688
17689         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17690         base64_decoder_free, base64_decoder_decode): new object and
17691         functions for decoding base64 streams.
17692         * src/procmime.c (procmime_decode_content): modified to use the
17693         new base64 decoder.
17694
17695 2001-06-15 [paul]
17696
17697         0.4.99claws10
17698
17699         * sync with sylpheed 0.4.99cvs11
17700
17701 2001-06-13 [paul]
17702
17703         0.4.99claws9
17704
17705         * sync with sylpheed 0.4.99cvs9
17706
17707 2001-06-13 [hoa]
17708
17709         * src/compose.c
17710         * src/prefs_account.c
17711
17712                 SMTP server can be defined in the news account
17713                 mime type of attachment are kept.
17714
17715         * src/summaryview.c
17716
17717                 now choose the highest important score between default
17718                 and important score of folder.
17719
17720 2001-06-09 [alfons]
17721         
17722         * src/prefs_common.c: 
17723
17724                 (prefs_quote_description_create): corrected description of 
17725                 quote format characters
17726
17727 2001-06-09 [paul]
17728
17729         0.4.99claws8
17730
17731         * sync with sylpheed 0.4.99cvs8
17732
17733 2001-06-08 [sergey]
17734
17735         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17736         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17737
17738 2001-06-08 [paul]
17739
17740         0.4.99claws7
17741
17742         * sync with sylpheed 0.4.99cvs7
17743
17744 2001-06-06 [sergey]
17745
17746         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17747         clashes with autogenerated header).
17748         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17749         * src/Makefile.am: added quote_fmt.h.
17750         * src/.cvsignore: added lex/yacc autogenerated files
17751         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17752
17753 2001-06-06 [paul]
17754
17755         0.4.99claws6
17756
17757         * sync with sylpheed 0.4.99cvs6
17758
17759 2001-06-06 [hoa]
17760
17761         * added src/quote_fmt_parse.h
17762         * src/compose.c
17763                 removed warnings
17764
17765         * src/prefs.[ch]
17766                 don't modify readonly configuration files
17767
17768         * src/prefs_account.c
17769         * src/prefs_common.c
17770         * src/prefs_customheader.c
17771         * src/prefs_display_header.c
17772         * src/prefs_filter.c
17773         * src/prefs_filtering.c
17774         * src/prefs_scoring.c
17775                 don't open dialog box when configuration files
17776                 are readonly
17777
17778 2001-06-05 [sergey]
17779
17780         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17781
17782         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17783         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17784         BUILT_SOURCES to make all files rebuild properly.
17785
17786         * src/compose.c: removed #include "quote_fmt.tab.h".
17787
17788         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17789         CHARACTER value in yylval.
17790
17791         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17792         receive CHARACTER value by documented means (yylval).
17793
17794         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17795
17796 2001-06-05 [hoa]
17797
17798         * src/Makefile.am
17799                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17800
17801         * src/filtering.c
17802         * src/matcher.c
17803         * src/matcher.h
17804         * src/prefs_filtering.c
17805                 now keep the configuration for execute action
17806
17807         * src/mbox_folder.c
17808                 fixed a warning
17809
17810 2001-06-05 [paul]
17811
17812         * sync with sylpheed 0.4.99cvs5
17813
17814 2001-06-05 [hoa]
17815
17816         * src/Makefile.am
17817                 added quote_fmt.[ch]
17818
17819         * added src/quote_fmt.y
17820         * added src/quote_fmt.l
17821         * added src/quote_fmt.tab.h
17822         * added src/quote_fmt.tab.c
17823         * added src/lex.quote_fmt.c
17824                 parsing configuration for replying
17825                 and forwarding
17826
17827         * src/prefs_common.[ch]
17828                 added configuration UI for replying
17829                 and forwarding
17830
17831         * src/compose.c
17832                 using configuration for replying
17833                 and forwarding
17834
17835 2001-06-04 [hoa]
17836
17837         * src/filtering.c
17838         * src/matcher.c
17839         * src/matcher.h
17840         * src/prefs_filtering.c
17841         * src/prefs_matcher.c
17842         * src/prefs_matcher.h
17843                 action "run a command" for filtering
17844                 and matching with a command.
17845                 fixed the "whole message" matching
17846
17847         * src/mbox_folder.c
17848                 changed temporary filename for security
17849
17850         * src/messageview.c
17851                 queue the notification if it fails to send.
17852
17853         * src/prefs_common.c
17854         * src/prefs_folder_item.c
17855                 changed the default important score             
17856
17857         * src/prefs_scoring.c
17858         * src/scoring.c
17859                 hide kill score input when the folder is not
17860                 a newsgroup
17861
17862 2001-06-03 [alfons]
17863
17864         * src/prefs_common.c:
17865
17866                 (prefs_font_select): pass font name in font entry box to font
17867                 selection dialog.
17868
17869 2001-06-03 [sergey]
17870
17871         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17872
17873 2001-06-03 [paul]
17874
17875         * sync with sylpheed 0.4.99cvs4
17876
17877 2001-06-03 [alfons]
17878
17879         * src/headerwindow.c:
17880
17881                 (headerwindow_show_cb): use the selected summary view item, not
17882                 the displayed item.
17883
17884 2001-06-02 [alfons]
17885
17886         * src/headerwindow.c:
17887
17888                 (headerwindow_show_cb): always try to show msginfo
17889
17890 2001-06-02 [hoa]
17891
17892         * src/compose.c
17893                 keep attached parts when reediting or forwarding.
17894
17895 2001-06-01 [hoa]
17896
17897         * src/folderview.c
17898         * src/prefs_folder_item.[ch]
17899         * src/prefs_scoring.[ch]
17900         * src/scoring.[ch]
17901         * src/summaryview.[ch]
17902         * src/main.c
17903         * src/mainwindow.c
17904         * src/prefs_common.[ch]
17905                 support for folder scoring
17906                 kill score and important score for messages
17907         
17908         * src/prefs_account.c
17909                 some display bug fixed for local account
17910                 preferences
17911
17912 2001-05-31 [alfons]
17913
17914         * src/summaryview.c:
17915
17916                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17917                 sender to address book menu item is disabled.
17918
17919 2001-05-30 [hoa]
17920
17921         * src/filtering.[ch]
17922         * src/summaryview.c
17923                 handling summary menu / filter messages
17924
17925         * src/folder.[ch]
17926                 add some stuff
17927
17928         * src/foldersel.c
17929                 imap folders now appears in list
17930
17931         * src/mbox_folder.c
17932                 doesn't crash if destination mail is not writeable
17933
17934 2001-05-29 [hoa]
17935
17936         * src/compose.c
17937                 removed some warnings
17938
17939         * src/filtering.c
17940         * src/folder.[ch]
17941         * src/prefs_filtering.c
17942                 global string to identify any folders           
17943                 removed some debug info
17944                 filtering to mbox folders is now possible
17945
17946         * src/mainwindow.c
17947                 removed some warnings
17948
17949         * src/mbox_folder.c
17950                 permission on files are changed to read/write for user only,
17951                 nothing for other.
17952                 creation of subfolder is handled better.
17953
17954 2001-05-28 [alfons]
17955
17956         Verified the sync for src/prefs_common.[ch] and
17957         src/prefs_account.[ch]. I believe there were some
17958         minor indentation differences.
17959
17960 2001-05-28 [paul]
17961
17962         0.4.99claws3
17963
17964         * sync with 0.4.99cvs3
17965
17966 2001-05-28 [hoa]
17967
17968         * src/compose.c
17969                 handling flags for mbox format
17970
17971         * src/filtering.c
17972                 use of mark file only for MH format
17973                 handling flags for mbox format
17974                 filtering cannot yet move or copy mails to mbox folders.
17975
17976         * src/folder.[ch]
17977                 changed move_msg, copy_msg,
17978                 move_msgs_with_dest, copy_msgs_with_dest functions
17979                 uses only folder->copy_msg() function
17980                 uses folder->finished_copy() to handle the destination
17981                 folder at the end of the copy or move operation.
17982
17983         * src/foldersel.c
17984                 included mbox directories.
17985
17986         * src/folderview.[ch]
17987         * src/mainwindow.c
17988                 handle folders operation for mbox format
17989
17990         * src/mbox.c
17991                 disable conversion of "From " header
17992
17993         * src/mbox_folder.[ch]
17994                 completion of mbox format handling
17995
17996         * src/mh.c
17997                 changed mh_copy_msg() function and
17998                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17999                 mh_copy_msgs_with_dest()
18000
18001         * src/prefs_filtering.c
18002                 removed some warnings
18003
18004         * src/prefs_matcher.c
18005                 default boolean operation is AND
18006
18007         * src/procheader.c
18008                 handling flags for mbox format
18009                 handling of "From " header
18010
18011         * src/procmsg.[ch]
18012                 removed data field
18013                 added MSG_REALLY_DELETED flags to handle deletion of
18014                 messages in mbox format.
18015
18016         * src/summaryview.c
18017                 handling flags for mbox format
18018                 disable the MSG_DELETED flags when messages
18019                 are deleted in mbox format
18020
18021         * src/textview.c
18022                 "From " headers display fixed.
18023
18024 2001-05-27 [alfons]
18025
18026         * src/textview.c:
18027                 
18028                 (get_email_part): skip quoted email addresses, like in e.g.
18029                 "'alfons@proteus.demon.nl'".
18030
18031 2001-05-26 [alfons]
18032
18033         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18034         and fixing the persistence troubles when using separate windows.
18035
18036         * src/mainwindow.c:
18037         
18038             Added #define SEPARATE_ACTION used in the gtk item factory for 
18039             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18040                 use gtk_item_factory_get_widget_by_action() to get the items.
18041                 
18042             Removed separate_widget_cb from the gtk item factory data   
18043           
18044             (mainwindow_create): connect separate_widget_cb() to check
18045             menu item "toggled" signal. also passing a MainWindow pointer
18046                 as object data for both check menu items.
18047                 
18048             (separate_widget_cb): definition of separate_widget_cb() to match
18049             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18050                 window using gtk_object_get_data(). The type of window separation 
18051                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18052         
18053         * src/prefs_filtering.c,
18054           src/prefs_matcher.c: added horizontal scrollbars
18055
18056 2001-05-25 [darko]
18057
18058         * src/headerview.c
18059                 fix segfault with invalid bold font
18060         * src/summaryview.c
18061                 correctly display summary stats after row is marked
18062
18063 2001-05-23 [sergey]
18064
18065         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18066         encodings with libjconv.
18067
18068 2001-05-23 [hoa]
18069
18070         * src/Makefile.am
18071                 added mbox_folder.[ch]
18072         * src/defs.h
18073                 mbox temporary folder
18074         * src/folder.[ch]
18075         * added src/mbox_folder.[ch]
18076         * src/folderview.c
18077         * src/procheader.[ch]
18078                 added mbox support
18079         * src/mbox.c
18080                 bugfix for file incorporation filtering
18081         * src/imap.c
18082                 enable creation of MBOX
18083         * src/prefs_display_header.c
18084                 enable use of headers like "From "
18085                 something that should be fixed :
18086                         displaying of such headers add an extra space
18087         * src/prefs_folder_item.c
18088                 don't create folders because it is not necessary
18089         * src/procmsg.h
18090                 added data field to MsgInfo for mbox internal use
18091         * src/summaryview.c
18092                 added some support for mbox
18093         * src/utils.[ch]
18094                 added get_mbox_cache_dir() function
18095
18096 2001-05-23 [hiroyuki]
18097
18098         * src/headerwindow.c
18099           src/inc.c
18100           src/main.c
18101           src/mh.c
18102           src/nntp.c
18103           src/procmsg.h
18104           src/session.h
18105           src/socket.[ch]
18106           src/summaryview.c
18107           src/textview.c
18108           src/automaton.c
18109           src/folderview.c: more sync with 0.4.99cvs2.
18110
18111         * src/headerwindow.c: reverted.
18112
18113 2001-05-22 [paul]
18114
18115         0.4.99claws2
18116
18117         * sync with sylpheed 0.4.99cvs2
18118                 * src/news.[ch]
18119                 * src/nntp.[ch]
18120                 * INSTALL
18121                 * INSTALL.jp
18122
18123 2001-05-22 [alfons]
18124
18125         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18126
18127 2001-05-21 [alfons]
18128
18129         Minor things:
18130
18131         * configure.in: if gnome-config not found, "no" is displayed
18132         
18133         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18134
18135         * src/textview.c: now also possible to add mail addresses by right
18136           clicking in the text view
18137
18138         * src/codeconv.c: merged patch which fixes endless loop when encountering
18139           invalid wide characters; from Alte <010@imis.ru>  
18140
18141 2001-05-20 [alfons]
18142
18143         Added installation of gnome specific things:
18144
18145         * Makefile.am: gnome conditional
18146
18147         * configure.in: check for installed gnome
18148
18149         * added sylpheed.png, sylpheed.desktop
18150
18151 2001-05-20 [sergey]
18152
18153         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18154
18155         * src/mainwindow.h (main_window_toolbar_create): created a button
18156         for "Reply to all".
18157         (main_window_set_toolbar_sensitive): enable/disable the new button
18158         appropriately.
18159         (toolbar_reply_to_author_cb): handle the new button.
18160
18161         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18162         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18163         failure).
18164
18165 2001-05-19 [sergey]
18166
18167         * src/compose.h (ComposeReplyMode): new modes
18168         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18169         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18170
18171         * src/compose.c
18172         (compose_send): move some code into a new function:
18173         (compose_current_mail_account): new function.
18174         (compose_reply): new argument to_author, all callers changed; if
18175         to_author==TRUE and account->protocol==A_NNTP, find and use an
18176         appropriate mail account for replying.
18177         (compose_reply_set_entry): new argument to_author; ignore
18178         compose->replyto if to_author==TRUE.
18179
18180         * src/mainwindow.c: new command "Message/Reply to author".
18181         (main_window_set_menu_sensitive): enable/disable it.
18182         (reply_cb): handle it.
18183
18184         * src/summaryview.c: new command "Reply to author".
18185         (summary_set_menu_sensitive): enable/disable it.
18186         (summary_reply_cb): handle it.
18187
18188         * src/account.c (account_find_mail_from_address): new function.
18189
18190 2001-05-18 [paul]
18191
18192         0.4.99claws1
18193
18194         * sync with sylpheed 0.4.99cvs1
18195
18196 2001-05-18 [hoa]
18197
18198         * src/compose.[ch]
18199         * src/filtering.c
18200         * src/summaryview.c
18201                 new filtering action : forward and forward as attachment
18202
18203         * src/main.c
18204                 no need for $DISPLAY when we run sylpheed --help
18205                 call to parse_cmd_opt() is moved
18206
18207         * src/mainwindow.[ch]
18208                 execute button is hidden when immediate execute
18209                 is chosen
18210
18211         * src/mh.c
18212         * src/news.c
18213         * src/prefs_folder_item.c
18214         * src/procmsg.c
18215                 better handling of missing directories
18216
18217         * src/summaryview.c
18218                 reedit is enabled in outbox
18219                 reedit is enabled in queue
18220
18221 2001-05-17 [hoa]
18222
18223         * src/filtering.c
18224         * src/matcher.[ch]
18225         * src/prefs_filtering.c
18226                 changed attachement into attachment
18227
18228 2001-05-17 [alfons]
18229
18230         0.4.67claws4    
18231
18232         * sync with sylpheed 0.4.67cvs9
18233         * sync with sylpheed 0.4.67cvs7-8
18234
18235 2001-05-17 [hoa]
18236
18237         * src/Makefile.am
18238                 added prefs_filtering.c
18239
18240         * src/filtering.[ch]
18241         * src/matcher.[ch]
18242                 removed action : forward_news and forward_news_as_attachement
18243                 (forward and forward_as_attachement can be used instead)
18244
18245         * src/mainwindow.c
18246                 added menu option to access filtering configuration
18247
18248         * src/prefs_account.c
18249                 changed mail_command default to /usr/sbin/sendmail
18250
18251         * added src/prefs_filtering.[ch]
18252                 dialog box for filtering configuration
18253
18254         * src/prefs_matcher.c
18255                 added function prefs_matcher_get_criteria_from_matching()
18256
18257         * src/prefs_scoring.c
18258                 reset the dialog when register or substitute is clicked
18259
18260 2001-05-15 [hoa]
18261
18262         * src/Makefile.am
18263                 added filtering.[ch]
18264         * src/inc.c
18265                 using filering.[ch] instead of filter.[ch]
18266         * src/main.c
18267                 reading new filtering configuration
18268         * src/matcher.[ch]
18269                 added some filtering actions
18270                 and fixed a bug for headers and mail body matching
18271         * src/mbox.c
18272                 using filering.[ch] instead of filter.[ch]
18273         * src/mh.c
18274                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18275         * src/summaryview.c
18276                 some fixes for filtering
18277
18278 2001-05-14 [hiroyuki]
18279
18280         * src/send.c: fixed some weird indentations.
18281           send_message_with_command(): call pclose() only if p != NULL.
18282         * src/textview.c: get_email_part(): modified the code for readability.
18283
18284 2001-05-14 [hiroyuki]
18285
18286         * src/md5global.h
18287           src/md5ify.c
18288           src/md5ify.h: removed from the cvs.
18289
18290 2001-05-13 [sergey]
18291
18292         * src/main.c: include rfc2015.h to avoid compiler warnings.
18293         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18294         the panel is already on screen.
18295         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18296         closing the alert window by ESC as "No".
18297         * src/prefs_common.c (prefs_interface_create): moved return
18298         receipt check button to the correct place.
18299
18300 2001-03-13 [alfons]
18301
18302         * src/prefs_common.c: 
18303                 moved return receipt check button to the Send tab. (prefs_send_create)
18304                 removed the date format ui related globals. (prefs_display_create)
18305
18306         0.4.67claws3
18307         
18308         * sync with sylpheed 0.4.67cvs5-6
18309
18310 2001-05-13 [paul]
18311
18312         * added Alfons' font selection patch
18313
18314         * src/defs.h
18315         * src/headerwindow.c
18316         * src/prefs_common.c
18317         * src/prefs_common.h
18318
18319 2001-05-13 [hoa]
18320         * src/defs.h
18321                 changed version of cache
18322         * src/matcher.[ch]
18323         * src/prefs_matcher.c
18324                 added additionnal matching criteria
18325         * src/procheader.c
18326         * src/procmsg.[ch]
18327         * src/news.c
18328                 added references in MsgInfo
18329
18330 2001-05-12 [hoa]
18331
18332         * src/defs.h
18333                 prepared some things for new filtering
18334         * src/matcher.[ch]
18335                 added some matching properties
18336                 inreplyto need to be enhanced
18337                 prepared some things for new filtering
18338         * src/messageview.c
18339                 added Return-Receipt-To handling
18340         * src/prefs_folder_item.c
18341                 changed default value to TRUE
18342         * src/prefs_matcher.c
18343                 added some matching properties
18344         * src/prefs_scoring.[ch]
18345                 the scoring dialog is finished
18346         * src/procheader.c
18347                 added Return-Receipt-To handling
18348                 Reference need to be added
18349         * src/procmsg.[ch]
18350                 added Return-Receipt-To handling
18351                 added threadscore to get a better score sorting when
18352                 threads are enabled
18353         * src/summaryview.c
18354                 suppressed a bug when we sort the list
18355                 when no folder is opened.
18356                 better score sorting when threads are enabled
18357
18358 2001-05-12 [alfons]
18359
18360         * reverted previous patch because of potential errors 
18361
18362         0.4.67claws2
18363         
18364         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18365                 applied "toggle mail-retrieval dialog window" patch submitted 
18366                 by Eric Limpens <eric@qnt.net>
18367
18368         * sync with sylpheed 0.4.67cvs4
18369
18370 2001-05-12 [sergey]
18371
18372         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18373         some picky compilers.
18374         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18375         * src/grouplist_dialog.c: include alertpanel.h.
18376         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18377         fix compile warning.
18378         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18379         #include "defs.h" before others to prevent the warning of `MIN'
18380         and `MAX' redefinition.
18381
18382 2001-05-11 [hoa]
18383
18384         * src/main.c
18385         * src/messageview.c
18386         * src/prefs_account.c
18387         * src/prefs_display_header.c
18388                 removed warning
18389         * src/Makefile.am
18390                 added prefs_scoring.[ch]
18391         * src/grouplist_dialog.c
18392                 display an error dialog box if the group list
18393                 cannot be fetched.
18394         * src/mainwindow.[ch]
18395                 added main_window_set_thread_option() function
18396                 scoring dialog box enabled
18397         * src/matcher.[ch]
18398                 added flags matching unread /new / marked
18399                 / deleted / replied / forwarded
18400         * src/news.c
18401                 newsgroups are now finally in newscache
18402         * src/prefs_matcher.[ch]
18403                 finished preferences for matching dialog
18404         * added src/prefs_scoring.[ch]
18405                 scoring dialog box completed
18406         * src/scoring.[ch]
18407                 conversion to string : added scoringprop_to_string()
18408                 write config for preferences :
18409                 added prefs_scoring_write_config()
18410         * src/summaryview.c
18411                 threads can be enabled/disabled independently
18412                 for each folder
18413
18414 2001-05-10 [alfons]
18415
18416         0.4.67claws1
18417         
18418         * AUTHORS: 
18419                 thought it would be nice to have a list of all
18420                 contributors (used Changelog as a reference)
18421         
18422         * configure.in: 
18423                 messed up version numbering...
18424
18425         0.4.66claws1
18426
18427         * sync with sylpheed 0.4.67cvs1-3
18428
18429 2001-05-10 [darko]
18430
18431         * src/prefs_common.c:
18432                 better UI for strftime format, double clicking
18433                 on format now inserts the format in text entry
18434                 replaced close button with standard OK/Cancel
18435                 moved date format button to the right of the
18436                 text entry field
18437
18438 2001-05-09 [alfons]
18439
18440         * src/gtkstext.c:
18441                 Ctrl-Home / Ctrl-End have proper cursor navigation
18442
18443 2001-05-09 [hoa]
18444
18445         * src/prefs_matcher.c
18446                 finished UI to define matching properties
18447                 added ok and cancel button
18448         * src/prefs_filter.c
18449                 added ok and cancel button
18450         * src/news.c
18451                 fixed some bug in xhdr parsing
18452
18453 2001-05-08 [alfons]
18454
18455         * src/textview.c: 
18456                 fixed a bug in textview_show_header(), which displayed two colons (':');
18457                 cleaned up some warnings
18458
18459 2001-05-08 [hoa]
18460
18461         * src/Makefile.am
18462                 added prefs_matcher.[ch]
18463                 compilation with -W -Wall
18464         * src/alertpanel.c
18465                 ungrab the mouse events if grabbed - does it
18466                 fix the bug for disposition notification ?
18467         * src/mainwindow.c
18468                 added a menu option to open the matching dialog.
18469         * src/matcher.[ch]
18470                 added matcherprop_to_string() and matcherlist_to_string()
18471                 fixed some bugs, changed the name of some options
18472                 age_sup and age_inf becomes age_greater and age_lower,
18473                 body and messageheaders becomes body_part and headers_part,
18474                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18475         * src/prefs_display_header.c
18476         * src/prefs_headers.c
18477                 fixed a bug that accidentally destroyed dialogs
18478                 when closed them with delete_event
18479                 Added *_deleted() which handle delete_event signal correctly.
18480         * src/prefs_folder_item.[ch]
18481                 added "enable_thread" field for future customization
18482         * added src/prefs_matcher.[ch]
18483                 sample of the UI to define matching properties
18484         * src/procheader.c
18485                 using procheader_headername_equal instead of str*cmp functions
18486                 using procheader_parse_header() function
18487         * src/scoring.c
18488                 using MATCHING_XXX instead of SCORING_XXX
18489         * src/summaryview.c
18490                 display the sender of the news even if this is ourself
18491                 when this is a news message.
18492         * src/textview.c
18493                 using headername_equal() instead of str*cmp functions
18494
18495 2001-05-08 [alfons]
18496
18497         0.4.66claws
18498
18499         * sync with sylpheed 0.4.66
18500         * src/gtkstext.c: trace logs added 
18501
18502 2001-05-08 [sergey]
18503
18504         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18505         signature check popup.
18506         * src/rfc2015.c (check_signature): show signature check popup only
18507         if it is enabled in preferences.
18508
18509 2001-05-07 [alfons]
18510
18511         0.4.66claws4
18512         
18513         * sync with sylpheed 0.4.66cvs6
18514
18515 2001-05-07 [darko]
18516
18517         * src/prefs_common.[ch]: added option to enable/disable
18518           looking up sender name in address book for summary pane
18519         * src/summaryview.c: look up sender in the address book
18520           by using Alfons' address completion code
18521
18522 2001-05-07 [hiroyuki]
18523
18524         * src/inc.h
18525           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18526           member of Pop3State.
18527         * src/news.c: brought #include "defs.h" before #include <glib.h>
18528           to prevent the warning of `MIN' and `MAX' redefinition.
18529
18530 2001-05-06 [hoa]
18531
18532         * removed src/headers_display.[ch]
18533         * removed src/prefs_display_headers.[ch]
18534         * src/inc.c
18535                 use a temporary file in the user directory for mbox import
18536         * src/news.c
18537                 added XHDR support to get "To" and "Cc" headers
18538                 (in order to match news with to or cc field for
18539                 scoring)
18540                 added function news_parse_xhdr() to get XHDR response
18541         * src/nntp.[ch]
18542                 added function nntp_xhdr()
18543         * src/matcher.c
18544                 fetch the message if necessary
18545
18546 2001-05-06 [alfons]
18547
18548         0.4.66claws3
18549
18550         * sync with sylpheed 0.4.66cvs3-5
18551
18552 2001-05-06 [hoa]
18553
18554         * src/utils.[ch]
18555                 added function itos_buf() to enable use of several buffers
18556         * src/summaryview.c
18557                 use of itos_buf() instead of itos() in summary list
18558                 to fix the broken display of message number.
18559
18560 2001-05-06 [alfons]
18561
18562         * src/gtkstext.c: bug in cursor up navigation fixed,
18563                 fixed another unsigned / signed comparison (we're getting there :-)
18564
18565 2001-05-06 [hoa]
18566
18567         * src/Makefile.am
18568                 added scoring.c scoring.h
18569                 prefs_folder_item.c prefs_folder_item.h
18570                 matcher.c matcher.h
18571         * src/defs.h
18572                 added FOLDERITEM_RC SCORING_RC
18573         * src/folder.[ch]
18574                 added prefs field in FolderItem :
18575                 properties for each folder (PrefsFolderItem),
18576                 sorting type and mode were added as the first properties.
18577         * src/main.c
18578                 read config for scoring
18579         * added src/matcher.[ch]
18580                 gives functions to parse configuration file to do
18581                 matching on mails with a list of conditions.
18582         * src/mainwindow.c
18583                 add option to sort by score
18584         * src/prefs_common.[ch]
18585                 added preference option to show score and for
18586                 the score column size
18587         * added src/prefs_folder_item.[ch]
18588                 properties for each folder (PrefsFolderItem),
18589                 sorting type and mode were added as the first properties.
18590         * src/procheader.[ch]
18591                 added procheader_parse_header()
18592                 added procheader_header_free()
18593                 added procheader_headername_equal()
18594                 and made modification to use them.
18595         * src/procmsg.[ch]
18596                 added score field to MsgInfo structure
18597         * added src/scoring.[ch]
18598                 gives functions to parse configuration file to do
18599                 scoring on mails with a list of conditions.
18600         * src/summaryview.[ch]
18601                 save the sorting type and mode for the folder
18602                 added column to display the score of the mail
18603                 added function summary_score_clicked()
18604                 sorting type and mode are restored to the folder
18605                 when it is reopen
18606         * src/textview.c
18607                 use procheader_parse_header(), procheader_headername_equal()
18608                 removed memory leak in text_scan_header when freeing headers
18609         * src/filter.c
18610                 changed the function to match names of headers
18611                 using procheader_headername_equal()
18612
18613         Scoring functions are implemented, an interface is needed
18614         to configure that.
18615
18616 2001-05-04 [alfons]
18617
18618         * src/gtkstext.c: 
18619                 hopefully fixed the row up navigation bug,
18620                 removed adding back / forward lines to cache
18621
18622 2001-05-04 [sergey]
18623
18624         * src/prefs_display_headers.c: user interface changes:
18625         (prefs_display_headers_create): remove unused "Show" check button;
18626         allow reordering of headers by dragging.
18627         (prefs_display_headers_write_config): remove unused variables.
18628         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18629         of lists (not needed with the new UI).
18630         (prefs_display_headers_set_list): scan lists starting from row 0,
18631         not 1 (do not skip "(New)").
18632         (prefs_display_headers_find_header): new function.
18633         (prefs_display_headers_clist_set_row): do not allow duplicates.
18634         (prefs_display_headers_delete_cb): do not skip row 0; treat
18635         closing the alert window by ESC as "No".
18636         (prefs_display_headers_up): do not protect row 0.
18637         (prefs_display_headers_down): do not protect row 0.
18638
18639 2001-05-04 [sergey]
18640
18641         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18642         functions.
18643
18644         * src/summaryview.c
18645         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18646         summary_select_next_marked, summary_select_prev_marked): new
18647         functions.
18648
18649 2001-05-03 [sergey]
18650
18651         * src/news.c: fixed a bug when no article can be fetched after
18652         server timeout if the connection was restored by news_post():
18653         (news_select_group): new function.
18654         (news_fetch_msg): call news_select_group() before fetching
18655         article.
18656         (news_get_uncached_articles): set session->group after successful
18657         GROUP command.
18658
18659 2001-05-03 [hoa]
18660
18661         * src/defs.h
18662         * src/procmsg.[ch]
18663         * src/procheader.c
18664                  changed version of cache, added cc field
18665
18666         * src/prefs_display_headers.c
18667                 the interface was changed
18668
18669         * src/prefs_headers.c
18670                 added cancel button
18671
18672 2001-05-03 [alfons]
18673
18674         * completed sync of sylpheed cvs2
18675         * src/gtkstext.c: updated row up / down cursor navigation
18676         * src/textview.c: re-edited, prepared for fixing the email address
18677                 scanner.
18678
18679 2001-05-03 [darko]
18680
18681         * src/prefs_common.c: use alfons' strftime ui code
18682         entry_datefmt and datefmt_sample widgets have to be
18683         global in this module because of this change
18684
18685 2001-05-03 [hoa]
18686
18687         * src/messageview.c
18688         * src/prefs_common.[ch] added option to activate the return receipt
18689                 feature.
18690
18691 2001-05-02 [alfons]
18692
18693         * src/gtkstext.c: fix for row up/down cursor navigation. 
18694
18695         0.4.66claws2
18696         
18697         * sync with 0.4.66cvs2
18698
18699 2001-05-02 [paul]
18700
18701         added add-sender-to-addressbook patch
18702
18703         * src/addressbook.c
18704         * src/addressbook.h
18705         * src/summaryview.c
18706
18707 2001-05-02 [sergey]
18708
18709         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18710         G_ALERTDISABLE.
18711
18712         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18713         all existing callers changed to pass FALSE; create a check button
18714         to disable the message.
18715         (alertpanel_message_with_disable): new function.
18716         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18717         (alertpanel_button_toggled): new function.
18718         (alertpanel_button_clicked, alertpanel_close): set value using
18719         G_ALERT_VALUE_MASK.
18720
18721         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18722
18723         * src/prefs_common.c (prefs_privacy_create): new check button
18724         checkbtn_gpgme_warning.
18725
18726         * src/main.c (main): moved preferences reading before gpgme
18727         initialization; check prefs_common.gpgme_warning before giving the
18728         GnuPG warning and set it to FALSE if the user wants to disable the
18729         warning.
18730
18731 2001-05-02 [hiroyuki]
18732
18733         * src/prefs_display_headers.c: modified the layout and some labels.
18734
18735 2001-05-02 [sergey]
18736
18737         * src/prefs_account.c (prefs_account_fix_size): new function.
18738         (prefs_account_create): call prefs_account_fix_size(); use
18739         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18740         size when the window is shown for the first time).
18741         (prefs_account_basic_create): changed layout of serv_table; moved
18742         localmbox_entry above smtpserv_entry (logically it replaces
18743         POP3/IMAP server).
18744         (prefs_account_protocol_activated): set sensitivity of
18745         nntpauth_chkbtn according to the protocol (in addition to
18746         hide/show); commented out gtk_table_set_row_spacing() calls.
18747         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18748         not sensitive (fixes a bug with disabled username/password boxes
18749         when editing POP3 account after NNTP with authentication).
18750
18751 2001-05-02 [hoa]
18752
18753         * src/account.c
18754         * src/inc.c
18755         * src/prefs_account.[ch]
18756         * src/send.c
18757                 removed local account without SMTP server
18758                 added option to use mail command instead of a connexion
18759                 to SMTP server when a local account is used
18760         * src/prefs_headers.c
18761                 fixed a bug
18762         * src/news.c
18763                 fixed a bug when connexion immediately closed
18764
18765 2001-05-01 [alfons]
18766
18767         0.4.66claws1
18768         
18769         * sync with 0.4.65
18770
18771 2001-05-01 [sergey]
18772
18773         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18774         widget nntpauth_chkbtn.
18775         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18776         visibility.
18777         (prefs_account_nntpauth_toggled): new function.
18778
18779         * src/news.c (news_session_new_for_folder): use NNTP
18780         authentication only if ac->use_nntp_auth is set.
18781
18782 2001-05-01 [hoa]
18783
18784         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18785         * src/prefs_display_headers.c changed the UI
18786         * src/prefs_headers.c changed account_name to account_id
18787         * src/compose.c using customheader.h
18788
18789 2001-05-01 [hiroyuki]
18790
18791         * src/esmtp.c
18792           src/news.c
18793           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18794           unsynched.
18795
18796 2001-05-01 [hoa]
18797
18798         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18799         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18800                 for displaying of headers
18801         * src/grouplist_dialog.[ch] minor changes to remove warnings
18802         * src/prefs_display_headers.[ch] dialog to choose the
18803         headers to display in the mail viewer.
18804         * src/headers.h correction of #define
18805         * src/headers_display.[ch] configuration for displaying of headers.
18806         * src/main.c read config of displaying of headers
18807         * src/prefs_common.c add a button to access the config dialog
18808                 for displaying of headers
18809         * src/prefs_display_headers.[ch] dialog for configuration for
18810                 displaying of the headers.
18811         * src/prefs_headers.c cleaning of code
18812         * src/procheader.c comments added to code
18813         * src/textview.c changes to reorder the headers depending
18814                 on the config for displaying of headers
18815
18816 2001-04-30 [alfons]
18817
18818         0.4.65claws7
18819
18820         * sync with 0.4.65cvs12
18821
18822         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18823
18824 2001-04-30 [sergey]
18825
18826         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18827
18828         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18829         is set to force reconnection after authentication failure.
18830         (nntp_gen_command): set sock->auth_failed on authentication
18831         failure, or if sock->userid and sock->passwd are not set.
18832
18833         * src/news.c (news_session_new_for_folder): set userid=NULL if
18834         password dialog is cancelled.
18835
18836 2001-04-30 [sergey]
18837
18838         * src/nntp.h (NNTPSockInfo): new type.
18839
18840         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18841         SockInfo.
18842         (nntp_open_auth, nntp_close): new functions.
18843         (nntp_gen_command): new function to handle authentication; all
18844         NNTP command functions updated to use it.
18845         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18846         (nntp_list): removed old useless code.
18847
18848         * src/news.h (NNTPSession): new field nntp_sock.
18849
18850         * src/news.c: all functions updated to use NNTPSockInfo instead of
18851         SockInfo.
18852         (news_session_new): new arguments (userid, passwd); made static;
18853         use nntp_open_auth() if needed.
18854         (news_session_destroy): use nntp_close() instead of sock_close().
18855         (news_query_password): changed arguments.
18856         (news_session_new_for_folder): new function.
18857         (news_session_get): use news_session_new_for_folder().
18858         (news_authenticate): deleted.
18859         (news_get_uncached_articles): removed old authentication code.
18860
18861 2001-04-30 [sergey]
18862
18863         * src/news.c: reverted my previous changes (need to do NNTP
18864         authentication in a cleaner way).
18865         
18866 2001-04-29 [sergey]
18867
18868         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18869         news_nntp_post, news_nntp_mode): new functions (wrappers with
18870         authentication support).
18871         (news_get_article_cmd, news_get_article, news_get_header): new
18872         argument "folder"; all callers changed.
18873         (news_get_article_cmd): added authentication support.
18874         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18875         (news_post): use news_nntp_post() instead of nntp_post().
18876         (news_get_uncached_articles): use news_nntp_group() instead of
18877         nntp_group() and news_nntp_xover() instead of nntp_xover();
18878         removed old authentication code.
18879         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18880
18881         * src/nntp.c (nntp_list): return real error code instead of
18882         hardcoded NN_ERROR.
18883
18884 2001-04-29 [sergey]
18885
18886         * configure.in: fixed wint_t typedef detection again
18887
18888 2001-04-28 [hoa]
18889
18890         * src/prefs_account.[ch], added A_LOCAL_CMD
18891                 (send mail with mail command)
18892         * src/send.c added function send_message_with_command()
18893         * src/inc.c made a more secure get_spool() function with
18894                 mktemp() but maybe mkstemp() or something more
18895                 secure can be used.
18896
18897 2001-04-28 [alfons]
18898
18899         * src/textview.c, colorization of email addresses in headers
18900
18901         0.4.65claws6
18902
18903         * bug sync with sylpheed
18904         * prefs_common.c: created date format ui for darko
18905         * sync with 0.4.65cvs11
18906         * configure.in: corrected to have the new gpg checks
18907
18908 2001-04-27 [alfons]
18909
18910         * completed sync with 0.4.65cvs10
18911         * minor debug things added to gtkstext.c
18912
18913 2001-04-27 [darko]
18914
18915         * configure.in: remove check for availability of
18916           strftime() as advised by Hiroyuki
18917         * src/prefs_common.[ch], src/procheader.c:
18918           synch strftime() code with Hiroyki's main branch
18919
18920 2001-04-26 [sergey]
18921
18922         * src/news.c: news_query_password(), news_authenticate(): new
18923           functions.
18924           news_get_uncached_articles(): added NNTP authentication
18925           handling.
18926         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18927           new functions.
18928         * src/prefs_account.c: prefs_account_protocol_activated():
18929           enable userid and password fields for NNTP.
18930
18931 2001-04-26
18932
18933         * configure.in: check for availability of strftime()
18934           [darko]
18935         * src/prefs_common.[ch], src/procheader.c: use
18936           strftime() for displaying date in summary pane if it
18937           is available
18938
18939 2001-04-25
18940
18941         * more .cvsignore cleanups [alfons]
18942
18943 2001-04-25
18944
18945         * ac/sv-check-type.m4: new autoconf macro.
18946         * configure.in: fixed wint_t typedef detection (did not work
18947           with gcc-2.96).
18948
18949 2001-04-25
18950
18951         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18952           [hiroyuki]
18953
18954 2001-04-24
18955         * modified gtkstext.c : buggy cursor navigation fixed, 
18956           and font descent also taken in account when drawing
18957           cursor. [alfons]
18958
18959 2001-04-24 [hoa]
18960         * added comments in src/news.c src/nntp.c
18961         * added src/prefs_headers.[ch]
18962         * added src/headers.[ch]
18963         * modified compose.c to activate custom headers
18964                 added function is_in_custom_headers
18965         * modified prefs_account.[ch]
18966                 added function prefs_account_customhdr_edit
18967         * modified src/defs.h :
18968                 added HEADERS_RC : name of the config file
18969                 for the custom headers
18970
18971 2001-04-24
18972
18973     0.4.65claws5
18974
18975         * configure.in
18976           src/gtkstext.[ch]
18977           src/compose.c
18978           src/Makefile.am
18979           
18980           added gtkstext with configure.in patch by Hiroyuki which
18981           should fix the XIM detection [alfons]
18982
18983         * more clean up of cvs [alfons]
18984
18985                  * removed all Makefile.in files to attic.
18986
18987                  * updated all .cvsignores to really ignore things that could
18988                    be unintentionally committed by a recursive commit.
18989
18990 2001-04-23 [hoa]
18991         * added src/grouplist_dialog.[ch]
18992         * changed src/folderview.c to call grouplist_dialog instead
18993                 of inputdialog
18994         * src/news.c :
18995                 added functions news_reset_group_list
18996                 and news_get_group_list
18997         * src/nntp.c :
18998                 added function nntp_list
18999         * src/defs.h :
19000                 added GROUPLIST_FILE : name of the newsgroup list cache file
19001
19002 2001-04-21
19003
19004         * added option to warn about queued messages on exit [sergey]:
19005
19006           * src/compose.c: compose_queue(): call folder_item_scan()
19007             and folderview_update_item() after queueing.
19008           * src/folderview.c: folderview_update_node(): draw the queue
19009             folder in bold font if there are queued messages.
19010           * src/mainwindow.c: queued_messages(): new function.
19011             app_exit_cb(): display warning if there are queued messages
19012             if warn_queued_on_exit is set.
19013           * prefs_common.[ch]: add warn_queued_on_exit option.
19014
19015         * enhanced GnuPG key selection support [sergey]:
19016
19017           * src/select-keys.c: updated to newer version from Win32
19018             branch with support for selecting arbitrary keys.
19019           * src/prefs_account.c: added the Privacy tab to the account
19020             options window.
19021             prefs_account_privacy_create(),
19022             prefs_account_sign_key_set_data_from_radiobtn(),
19023             prefs_account_sign_key_set_radiobtn(): new functions.
19024           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19025           * src/rfc2015.c: set_signers(): new function.
19026             pgp_sign(): add the account parameter, call set_signers().
19027             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19028           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19029           * src/compose.c: pass the current account to rfc2015_sign().
19030
19031         * tag name claws added to prevent confusion with main branch [alfons]
19032
19033         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19034
19035         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19036
19037         * sync with recent sylpheed cvs. Untested though. [alfons]
19038