6b6a1d2760446773605608b0a2b1170c6f535c01
[claws.git] / ChangeLog.claws
1 2003-10-10 [christoph]  0.9.6claws11
2
3         * src/mainwindow.c
4         * src/messageview.[ch]
5         * src/mimeview.[ch]
6         * src/procmime.[ch]
7         * src/procmsg.[ch]
8         * src/rfc2015.c
9         * src/summaryview.c
10         * src/textview.[ch]
11                 o remove switching between TextView and MimeView in MessageView
12                   (if required we can hide the icon box and the MimeView will
13                    look exaxtly like the TextView)
14                 o temporary remove signature and decrypting GPGME code
15
16 2003-10-09 [christoph]  0.9.6claws10
17
18         * src/action.c
19         * src/compose.c
20         * src/messageview.c
21         * src/mimeview.c
22         * src/procmime.[ch]
23         * src/procmsg.c
24         * src/rfc2015.c
25         * src/textview.c
26         * src/common/utils.[ch]
27         * src/plugins/clamav/clamav_plugin.c
28         * src/plugins/dillo_viewer/dillo_viewer.c
29         * src/plugins/image_viewer/viewer.c
30         * src/plugins/mathml_viewer/mathml_viewer.c
31                 new mime parser (several things need fixing)
32
33 2003-10-09 [paul]       0.9.6claws9
34
35         * src/imap.c
36                 a little more sync with 0.9.6cvs2 and a tidy up
37
38 2003-10-08 [paul]       0.9.6claws8
39
40         * sync with 0.9.6cvs2
41                 see ChangeLog 2003-10-03
42
43 2003-10-05 [christoph]  0.9.6claws7
44
45         * src/summaryview.c
46                 don't use flags to check if a message is in a news folder
47
48         (closes Bug 282 clicking on folder with copied Messages from News
49          immediately after having copied them crashes Sylpheed-Claws)
50
51 2003-10-05 [christoph]  0.9.6claws6
52
53         * src/Makefile.am
54         * src/progressdialog.[ch]               ** REMOVE **
55         * src/gtk/Makefile.am
56         * src/gtk/progressdialog.[ch]           ** NEW **
57                 move progressdialog to gtk directory
58
59 2003-10-04 [christoph]  0.9.6claws5
60
61         * src/prefs_toolbar.c
62         * src/gtk/prefswindow.c
63                 remove widget_show_all for pages root widget
64
65         * src/plugins/spamassassin/spamassassin.[ch]
66         * src/plugins/spamassassin/spamassassin_gtk.c
67         * src/plugins/spamassassin/spamassassin_gtk.glade
68                 add support for new libspamc transports
69
70 2003-10-04 [christoph]  0.9.6claws4
71
72         * src/plugins/spamassassin/libspamc.[ch]
73         * src/plugins/spamassassin/spamassassin.c
74         * src/plugins/spamassassin/utils.[ch]
75                 update libspamc to version from SpamAssassin 2.60
76
77 2003-10-03 [christoph]  0.9.6claws3
78
79         * src/send_message.c
80                 fix missing format string bug found by
81                 Georgi Guninski <guninski@guninski.com>
82
83 2003-10-03 [paul]       0.9.6claws2
84
85         * po/zh_CN.po
86                 update Simpilified Chinese translation, submitted by
87                 Hansom Young
88
89 2003-10-02 [christoph]  0.9.6claws1
90
91         * src/imap.c
92                 add UIDPLUS support for COPY and EXPUNGE
93
94 2003-10-02 [paul]       0.9.6claws
95
96         * 0.9.6claws released
97
98 2003-10-02 [paul]
99
100         * po/es.po
101           po/sk.po
102                 update Spanish and Slovak translations
103                 submitted by Ricardo Mones Lastra and Andrej Kacian
104  
105 2003-10-02 [paul]       0.9.5claws43
106
107         * po/en_GB.po
108                 update British English translation
109
110 2003-10-02 [paul]       0.9.5claws42
111
112         * po/hr.po
113                 update Croatian translation, submitted by Dragan
114
115 2003-10-01 [paul]       0.9.5claws41
116
117         * po/pl.po
118           po/sr.po
119                 update Polish and Serbian translations, submitted by
120                 Emil and Urke MMI
121
122 2003-10-01 [melvin]     0.9.5claws40
123
124         * po/fr.po
125                 Updated French translations
126
127 2003-10-01 [melvin]     0.9.5claws39
128
129         * src/prefs_fonts.c
130                 Fixed a Gtk warning
131
132         * src/plugins/dillo_prefs.c     
133                 Quasi unnoticeable UI clean-up.
134
135 2003-10-01 [paul]
136
137         * tools/README
138           tools/maildir2sylpheed.pl
139                 bug fixes, rewrites, submitted by Matthias Förste 
140                 <itsjustme@users.sourceforge.net>
141
142 2003-09-29 [paul]       0.9.5claws38
143
144         * src/inc.c
145                 fix my coding carelessness
146
147 2003-09-29 [paul]       0.9.5claws37
148
149         * po/POTFILES.in
150           src/Makefile.am
151           src/main.c
152           src/prefs_common.[ch]
153           src/prefs_fonts.[ch]  ** NEW FILES **
154                 move Font config options to Other Prefs/Display/Fonts
155                 (user's current configuration is preserved)
156
157 2003-09-29 [paul]       0.9.5claws36
158
159         * src/inc.c
160           src/prefs_account.c
161                 allow 'local_mbox' value to point to either a directory 
162                 (/var/mail -  default, new) or a file (/var/mail/username
163                 - original)
164
165 2003-09-28 [paul]       0.9.5claws35
166
167         * src/rfc2015.c
168                 on signature check, where key exists, print the
169                 Key ID
170
171 2003-09-27 [alfons]     0.9.5claws34
172
173         * src/action.c
174                 o make progress bar not fill/expand when resizing dialog
175                 o use default fixed text font for actions output
176
177 2003-09-27 [paul]       0.9.5claws33
178
179         * src/prefs_common.[ch]
180           src/procmsg.c
181           src/send_message.c
182                 remove External Program settings from Common Prefs/Send
183                 as they are now unnecessary due to Local account settings.
184                 plus a little tidying-up after 0.9.5claws31
185
186 2003-09-27 [paul]       0.9.5claws32
187
188         * src/prefs_account.c
189                 o make correction to gui text:
190                   'Local mailbox file' -> 'Local mailbox directory'
191                 o give 'local_mbox' option a reasonable default value:
192                   '/var/mail'
193                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
194                   value
195
196 2003-09-26 [paul]       0.9.5claws31
197
198         * src/inc.c
199           src/prefs_common.[ch]
200                 remove 'Incorporate from spool' common pref,
201                 force creation of a 'Local' account
202
203 2003-09-26 [christoph]  0.9.5claws30
204
205         * src/folder.c
206         * src/msgcache.c
207                 add more NULL pointer checks
208
209 2003-09-25 [christoph]  0.9.5claws29
210
211         * src/folder.c
212                 o don't fetch source message to get it's message id
213                 o immediately scan dest folder when copying a message did not
214                   return a new message number and not do it when the first message
215                   without a new message number is found
216
217 2003-09-23 [christoph]  0.9.5claws28
218
219         * src/compose.c
220                 fix generating of headers
221
222         (patch by David Relson <relson@osagesoftware.com>)
223
224 2003-09-23 [paul]       0.9.5claws27
225
226         * po/zh_CN.po
227                 update Simplified Chinese translation. submitted by
228                 Hansom Young
229
230 2003-09-23 [paul]       0.9.5claws26
231
232         * tools/Makefile.am
233           tools/README
234           tools/vcard2xml.py    ** NEW FILE **
235                 add a script that converts an evolution vcard to
236                 sylpheed's xml format
237                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
238
239 2003-09-22 [paul]       0.9.5claws25
240
241         * src/plugins/clamav/clamav_plugin.c
242                 don't skip MULTIPART parts
243
244 2003-09-21 [christoph]  0.9.5claws24
245
246         * src/alertpanel.c
247                 remove unneeded include
248
249         * src/folder.c
250                 clean up copy/move mess with duplicated code
251
252         * src/imap.c
253                 fix problem that sometimes the folder was not scanned
254                 also it was changed
255
256 2003-09-21 [christoph]  0.9.5claws23
257
258         * src/Makefile.am
259         * src/logwindow.[ch]                    ** REMOVE **
260         * src/mainwindow.c
261         * src/prefs_common.c
262         * src/gtk/Makefile.am
263         * src/gtk/logwindow.[ch]                ** ADD **
264                 make logwindow prefs_common independent and move
265                 it to gtk directory
266
267 2003-09-20 [christoph]  0.9.5claws22
268
269         * src/compose.c
270                 add extra space for address code conversion
271                 (4 * unconvered size could be too small for short headers)
272
273 2003-09-20 [christoph]  0.9.5claws21
274
275         * src/compose.c
276                 increase temp buffer size when writing headers
277
278 2003-09-19 [darko]      0.9.5claws20
279
280         * src/compose.c
281                 don't ignore value of 'Save copy of outgoing messages to
282                 this folder instead of Sent' in message redirect
283
284 2003-09-17 [christoph]  0.9.5claws19
285
286         * src/compose.c
287                 use ", " as address seperator for mail headers and pass whole
288                 header line at once to compose_convert_header to make sure
289                 it is correctly folded
290
291         (closes Bug 64 Problem when sending to many recipients)
292
293 2003-09-17 [hoa]        0.9.5claws18
294         
295         * src/matcher.[ch]
296           src/matcher_parser_parse.y
297           src/prefs_matcher.c
298                 changed the keyword used for command execution in condition
299                 keyword is changed from "execute" to "test"
300                 so that it is not the same as the one used for action.
301                 This will fix a bug when using filtering dialog.
302                 All semantic in the code is also changed to reflect
303                 the keyword change.
304
305 2003-09-17 [paul]
306         
307         * sync with 0.9.6 release
308
309 2003-09-17 [paul]       0.9.5claws17
310
311         * sync with 0.9.5cvs8
312                 see ChangeLog 2003-09-16 and 2003-09-17
313
314 2003-09-16 [paul]       0.9.5claws16
315
316         * sync with 0.9.5cvs6
317                 see ChangeLog 2003-09-16
318
319 2003-09-15 [paul]       0.9.5claws15
320
321         * sync with 0.9.5cvs5
322                 see ChangeLog 2003-09-15
323
324 2003-09-14 [alfons]     0.9.5claws14
325
326         * src/inc.c
327                 make "Go to inbox after receiving new mail" again;
328                 regression of a sync, restored to sylpheed main 
329                 behaviour. (misses still some bits)
330
331 2003-09-14 [alfons]     0.9.5claws13
332
333         * src/prefs_filtering_action.c
334                 o add proper message if empty execute command line
335                 o don't select first action item after registering a
336                   new action to prevent (what seems to be a GTK) bug
337                   #36, "filtering will only accept one action change 
338                   per invocation".
339
340 2003-09-14 [alfons]     0.9.5claws12
341
342         * src/prefs_filtering.c
343         * src/prefs_filtering_action.c
344         * src/prefs_matcher.c
345                 fix function signature for key_pressed_event signal handlers
346
347 2003-09-14 [alfons]     0.9.5claws11
348
349         * src/mainwindow.c
350                 fix regression caused by fix for invalid bug #7
351                 (should fix #246, "Multiple selections are deselected when 
352                 moving from search window to main window")
353                 
354 2003-09-14 [alfons]     0.9.5claws10
355         
356         * src/actions.[ch]
357         * src/filtering.[ch]
358         * src/prefs_actions.c
359                 allow `filtering actions` in actions; only for advanced users
360                 right now: try for example, "%as{mark color 2}" 
361         
362 2003-09-13 [paul]       0.9.5claws9
363         
364         * po/pl.po
365           po/zh_CN.po   ** NEW FILE **
366                 update Polish translation, submitted by Emil 
367                 <eminowbl@posejdon.wpk.p.lodz.pl>
368                 add new Simplified Chinese translation, submitted by
369                 Hansom Young <hansom_young@yahoo.com>
370
371 2003-09-12 [alfons]     0.9.5claws8
372
373         * src/summaryview.c
374                 don't open separate message views when View | Separate message view
375                 is active 
376                 (please look carefully for any navigation regressions)
377
378 2003-09-11 [alfons]     0.9.5claws7
379
380         * src/mainwindow.c
381                 make default message view, opened by View | Separate message 
382                 view, look like a claws message view (which includes a menu
383                 bar and a toolbar)
384                 (fixes bug #298, "message view loses tool bar") 
385
386 2003-09-11 [christoph]  0.9.5claws6
387
388         * src/folderview.c
389                 fix double deleting of newsgroup folders
390
391         (closes Bug 305 crash after deleting of a newsgroup)
392
393 2003-09-11 [paul]       0.9.5claws5
394
395         * src/rfc2015.c
396           src/common/utils.h
397                 more sync'ing from 0.9.5cvs2
398
399 2003-09-11 [christoph]  0.9.5claws4
400
401         * src/compose.c
402         * src/rfc2015.c
403         * src/common/utils.h
404                 fix sync with 0.9.5cvs2
405
406 2003-09-11 [paul]       0.9.5claws3
407
408         * sync with 0.9.5cvs4
409                 see ChangeLog 2003-09-11
410
411 2003-09-11 [paul]       0.9.5claws2
412
413         * sync with 0.9.5cvs2
414                 see ChangeLog 2003-09-05
415                 
416 2003-09-11 [paul]       0.9.5claws1
417
418         * sync with 0.9.5cvs3
419                 see ChangeLog 2003-09-10
420
421 2003-09-10 [paul]       0.9.5claws
422
423         * 0.9.5claws released
424
425 2003-09-10 [paul]       0.9.4claws78
426
427         * src/Makefile.am
428                 add missing files
429
430 2003-09-10 [melvin]     0.9.4claws77
431
432         * po/fr.po
433                 Updated French translations
434
435 2003-09-10 [paul]       0.9.4claws76
436
437         * po/es.po
438           po/sk.po
439           po/sr.po
440                 update Spanish, Slovak, and Serbian translations.
441                 submitted by Ricardo Mones Lastra, Andrej Kacian,
442                 and Urke MMI
443                 
444         * AUTHORS
445                 add translation team section
446
447 2003-09-09 [christoph]  0.9.4claws75
448
449         * src/folder.c
450                 free item->prefs in folder_item_destroy
451
452 2003-09-09 [alfons]     0.9.4claws74
453
454         * src/folderview.c
455                 o proper check for root node sorting
456                 o remove unnecessary gtk_ctree_remove_node 
457
458         (should fix bug #300, "crash while moving folder")      
459
460 2003-09-08 [christoph]  0.9.4claws73
461
462         * src/folderview.c
463                 o fix double adding of IMAP FolderItems to GtkCTree
464                 o fix crash then mbox folder is removed
465
466 2003-09-08 [christoph]  0.9.4claws72
467
468         * src/folder.c
469         * src/folderview.c
470         * src/mainwindow.c
471                 fix new folder notification
472
473         * src/mbox_folder.c
474                 fix cache path
475
476 2003-09-08 [christoph]  0.9.4claws71
477
478         * src/compose.c
479                 replace '\n' and '\r' before removing trailing spaces
480
481         * src/folder.[ch]
482         * src/folderview.c
483                 add information about new or removed items in folder tree change
484                 notification and use this in folderview to add and remove only
485                 the appected items and not refresh the whole tree
486
487 2003-09-07 [match]      0.9.4claws70
488
489         * src/Makefile.am
490         * src/addr_compl.c
491         * src/addressbook.c
492         * src/addressitem.h
493         * src/addrindex.c
494         * src/addritem.c
495         * src/addritem.h
496         * src/addrquery.c                       ** NEW **
497         * src/addrquery.h
498         * src/ldapquery.c
499         * src/ldapserver.c
500         * src/stock_pixmap.c
501         * src/stock_pixmap.h
502         * src/pixmaps/address_search.xpm        ** NEW **
503                 re-introduce Lookup button for LDAP 'static' searches.
504
505 2003-09-07 [alfons]     0.9.4claws69
506         
507         * src/summaryview.c
508                 abandon setting usize for messageview because it gives layout problems
509                 with the quick search bar and the headerview; fixes assorted UI glitches:
510                 
511                 o bug #148, "Toggling of quick-search bar reduces index view area" 
512                 o bug #280, "Window resiizes for line length but does not revert"
513
514 2003-09-07 [christoph]  0.9.4claws68
515
516         * src/compose.c
517                 o make sure we don't have any newlines in header values
518                 o check custom headers for spaces and newlines and ignore
519                   malformed header names
520
521 2003-09-06 [christoph]  0.9.4claws67
522
523         * src/folder.c
524         * src/folderview.c
525                 invoke notification hook for folder tree changes after append
526                 and remove folder
527
528         (closes Bug 294 Crash while moving folder with many subdirectories)
529
530 2003-09-06 [christoph]  0.9.4claws66
531
532         * src/folder.c
533                 destroy folder's MsgCache if FolderItem is removed to make sure
534                 it is not saved when the FolderItem is destroyed
535
536 2003-09-06 [christoph]  0.9.4claws65
537
538         * src/plugins/clamav/clamav_plugin.c
539                 fix copy & paste bug
540
541 2003-09-05 [christoph]  0.9.4claws64
542
543         * src/folder.c
544         * src/messageview.[ch]
545         * src/procmsg.[ch]
546         * src/summaryview.c
547                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
548                 by MessageView to clear it when the message is deleted. Should
549                 work even if messages are deleted in MainWindow or by
550                 processing.
551
552 2003-09-05 [alfons]     0.9.4claws63
553
554         * src/messageview.c
555                 deleting a message in a message view frees its msginfo, make 
556                 messageview_update_all() aware of that (should fix bug #293,
557                 "deleting message caused crash")
558
559 2003-09-05 [melvin]     0.9.4claws62
560
561         * src/action.c
562                 Improve synchronous action exit code (fixes 
563                 a ~5 seconds delay after action exit on RedHat 9)
564
565 2003-09-04 [christoph]  0.9.4claws61
566
567         * src/compose.c
568         * src/rfc2015.c
569         * src/common/utils.[ch]
570                 add util function to create mime boundary and use it
571                 in compose and gpg code
572
573 2003-09-04 [alfons]     0.9.4claws60
574
575         * src/folder.c
576                 source folder item's GNode should already have been freed in 
577                 a previous call to src->folder->klass->remove_folder()
578                 (should fix bug #287, "crash when moving folders")
579
580 2003-09-03 [thorsten]   0.9.4claws59
581
582         * src/plugins/spamassassin/spamassassin_gtk.c
583                 fix compile error
584
585 2003-09-03 [christoph]  0.9.4claws58
586
587         * src/plugins/spamassassin/spamassassin.[ch]
588         * src/plugins/spamassassin/spamassassin_gtk.c
589                 add timeout config option
590
591 2003-09-03 [paul]       0.9.4claws57
592
593         * po/sk.po      ** NEW FILE **
594                 add Slovak translation. Submitted by Andrej Kacian 
595                 <andrej@kacian.sk>
596
597 2003-09-03 [paul]       0.9.4claws56
598
599         * src/plugins/clamav/clamav_plugin_gtk.c
600                 gui tweaks: replace a label with a tooltip, modify the
601                 text, use gtk_check_button_new(); instead of
602                 gtk_check_button_new_with_label("");
603
604 2003-09-02 [alfons]     0.9.4claws55
605
606         * src/gtk/filesel.c
607                 remember last used dir when attaching multiple files (should fix
608                 bug #290, "Attach File does not remember directory")
609
610 2003-09-01 [paul]       0.9.4claws54
611
612         * po/es.po
613                 updated by Ricardo Mones Lastra
614
615 2003-09-01 [alfons]     0.9.4claws53
616
617         * src/gtk/gtkaspell.[ch]
618                 be pedantic and strict and use const gchar * instead of guchar *
619
620 2003-09-01 [alfons]     0.9.4claws52
621
622         * src/mainwindow.c
623         * src/summaryviewc.
624                 re-enable Save As when multiple messages are selected
625
626 2003-09-01 [paul]       0.9.4claws51
627
628         * src/textview.c
629                 g_free(trimmed_uri);
630
631 2003-09-01 [paul]       0.9.4claws50
632
633         * sync with 0.9.4cvs13
634                 see ChangeLog 2003-09-01
635
636 2003-09-01 [paul]       0.9.4claws49
637
638         * src/textview.c
639                 trim uri before sending to the statusbar
640                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
641                 in the message window causes main S-C window to enlarge 
642                 past screen edges'
643
644 2003-09-01 [paul]       0.9.4claws48
645
646         * sync with 0.9.4cvs12
647                 see ChangeLog 2003-09-01
648
649 2003-08-30 [christoph]  0.9.4claws47
650
651         * src/compose.c
652         * src/folder_item_prefs.[ch]
653         * src/prefs_folder_item.c
654         * src/gtk/gtkaspell.[ch]
655                 commit per folder dictionary patch by
656                 Paul Evans <nerd@freeuk.com>
657
658 2003-08-30 [christoph]  0.9.4claws46
659
660         * src/plugins/spamassassin/spamassassin_gtk.c
661         * src/plugins/spamassassin/spamassassin_gtk.glade
662                 reduce GUI clutter by placing hints into tooltips
663
664 2003-08-30 [paul]       0.9.4claws45
665
666         * src/compose.c
667                 add 'Content-Disposition: inline' to a text/plain
668                 part when using PGP/MIME signing
669
670 2003-08-30 [paul]       0.9.4claws44
671
672         * src/prefs_common.c
673           src/prefs_spelling.c
674           src/prefs_spelling.glade
675                 reduce GUI clutter by placing hints into tooltips
676
677 2003-08-29 [christoph]  0.9.4claws43
678
679         * configure.ac
680                 fix bug found by Ivan Rayner <ivanr@sgi.com>
681
682         * src/stock_pixmap.c
683                 change unecessary warning into a debug message
684
685         * src/plugins/clamav/Makefile.am
686                 Fix error "-I$(CLAMAV_LIBS)"
687
688 2003-08-29 [christoph]  0.9.4claws42
689
690         * intl/Makefile.in
691         * src/Makefile.am
692         * src/matcher.h
693         * src/common/Makefile.am
694         * src/common/passcrypt.c
695                 commit fixes and patches for some of the IRIX problems found by
696                 Ivan Rayner <ivanr@sgi.com>
697
698 2003-08-29 [paul]       0.9.4claws41
699
700         * src/prefs_filtering.c
701                 add 'Top' and 'Bottom' buttons, based on changes in
702                 src/prefs_filter.c in 0.9.4cvs11.
703
704 2003-08-27 [christoph]  0.9.4claws40
705
706         * src/folderview.c
707                 fix bug that the current summary settings were copied to the
708                 wrong folder item, when the folder item prefs are opened.
709                 Copying is not required because summary settings and
710                 folder_item_prefs do not contain the same settings
711
712 2003-08-27 [thorsten]   0.9.4claws39
713
714         * src/imap.c
715                 fix compile error
716
717 2003-08-26 [paul]       0.9.4claws38
718
719         * sync with 0.9.4cvs9
720                 see ChangeLog 2003-08-26
721
722 2003-08-25 [paul]       0.9.4claws37
723
724         * sync with 0.9.4cvs8
725                 see ChangeLog 2003-08-25
726
727 2003-08-24 [christoph]  0.9.4claws36
728
729         * src/prefs_filtering.c
730                 shouldn't remove items from a GSList while iterating over the
731                 list (makes cur invalid and cur->next not accessable)
732
733         (closes Bug 272 i deleted an folder and some seconds later sylpheed
734          crashed)
735
736 2003-08-23 [christoph]  0.9.4claws35
737
738         * src/news.c
739                 news folders should be scanned when opened
740
741 2003-08-22 [christoph]  0.9.4claws34
742
743         * src/prefs_folder_item.c
744                 use macro to assign strings that always frees the old string
745
746         * src/gtk/gtkaspell.[ch]
747                 add gtkaspell_set_dictionary_menu_active_item() to set active
748                 item in dictionary option menu
749
750         * src/prefs_spelling.c
751                 use gtkaspell_set_dictionary_menu_active_item() to select
752                 dictionary
753
754 2003-08-21 [christoph]  0.9.4claws33
755
756         * src/folder.[ch]
757         * src/imap.c
758         * src/mbox_folder.c
759         * src/mh.c
760         * src/news.c
761                 optimize folder system
762
763         * src/gtk/gtkstext.c
764                 fix division by zero when font has 0 width for ' '
765
766 2003-08-21 [paul]       0.9.4claws32
767
768         * sync with 0.9.4cvs7
769                 see ChangeLog 2003-08-20
770
771 2003-08-19 [paul]       0.9.4claws31
772
773         * src/common/defs.h
774                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
775                 SYLDOC_FAQ_HTML_INDEX.
776         * src/manual.c
777                 use LC_MESSAGES instead of LC_ALL to find the current
778                 language
779
780           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
781
782 2003-08-19 [paul]       0.9.4claws30
783
784         * po/bg.po
785                 updated by George Danchev
786
787 2003-08-18 [luke]       0.9.4claws29
788         * src/mimeview.[ch]
789         * src/gtk/gtkvscrollbutton.[ch]
790                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
791                   dependencies; do it the GTK way; reduce code -14/+2 lines)
792                 o removed horizontal separator between icons
793
794 2003-08-17 [christoph]  0.9.4claws28
795
796         * src/procmsg.c
797                 no subject threading when the subject has no reply prefix
798
799 2003-08-16 [christoph]  0.9.4claws27
800
801         * src/mainwindow.c
802                 remember and restore window sizes and position when the main
803                 window is hidden or shown
804
805         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
806          minimised/reopened using trayicon)
807
808 2003-08-16 [paul]       0.9.4claws26
809
810         * src/crash.c
811                 add #include "defs.h"
812
813 2003-08-16 [paul]       0.9.4claws25
814
815         * src/plugins/clamav/clamav_plugin.c
816                 reword a debug_print
817                 
818         * src/plugins/dillo_viewer/dillo_prefs.c
819                 cosmetic: change the labels' text, add tooltips, and
820                 left-align the hint
821
822 2003-08-15 [christoph]  0.9.4claws24
823
824         * src/news.c
825                 complete last change (forgot some changes)
826
827 2003-08-15 [christoph]  0.9.4claws23
828
829         * src/news.c
830                 o check number of messages and don't return a 0 message
831                   when no messages are available
832                 o don't parse xref header anymore
833
834         (closes Bug 203 I'm not getting any news)
835
836 2003-08-15 [paul]       0.9.4claws22
837
838         * src/common/defs.h
839           src/crash.c
840                 update and define claws bugzilla location
841
842 2003-08-15 [paul]       0.9.4claws21
843
844         * po/ru.po
845                 update submitted by Ruslan N. Balkin
846
847 2003-08-14 [christoph]  0.9.4claws20
848
849         * src/procmsg.c
850                 fix search for oldest node in subject threading
851
852 2003-08-14 [christoph]  0.9.4claws19
853
854         * src/procmsg.c
855         * src/common/utils.h
856                 add possibility to check all nodes with the same subject for
857                 subject threading, not only the oldest node. Should not break
858                 threads anymore if the oldest node is thread_by_subject_max_age
859                 days older then parent, because it can now find a child of
860                 oldest node as new parent.
861
862 2003-08-11 [christoph]  0.9.4claws18
863
864         * src/plugins/spamassassin/spamassassin.c
865                 run spam check in background process
866
867 2003-08-10 [alfons]     0.9.4claws17
868
869         * src/summaryview.c
870                 make `Select All' sensitive too
871
872 2003-08-10 [christoph]  0.9.4claws16
873
874         * src/imap.c
875                 add more checks in imap_close
876
877 2003-08-09 [alfons]     0.9.4claws15
878
879         * src/prefs_spelling.c
880                 no spell checking UI if not requested
881
882 2003-08-09 [alfons]     0.9.4claws14
883
884         * src/gtk/prefswindow.c
885                 make it compile
886
887 2003-08-09 [christoph]  0.9.4claws13
888
889         * src/prefs_spelling.c
890         * src/gtk/prefswindow.[ch]
891         * src/plugins/clamav/clamav_plugin_gtk.c
892         * src/plugins/spamassassin/spamassassin_gtk.c
893                 sort prefs pages by heighest weight in tree
894
895 2003-08-09 [paul]       0.9.4claws12
896
897         * sync with 0.9.4cvs6
898                 see ChangeLog 2003-08-07
899                 
900         * AUTHORS
901                 add Leandro and Luke to claws-branch section
902
903 2003-08-09 [christoph]  0.9.4claws11
904
905         * src/gtk/Makefile.am
906         * src/gtk/colorsel.[ch]                 ** NEW **
907                 create a color selection dialog that can be used as a simple
908                 function call with it's own gtk main loop like filesel.[ch]
909
910         * src/Makefile.am
911         * src/main.c
912         * src/prefs_common.c
913         * src/prefs_spelling.[ch]               ** NEW **
914         * src/prefs_spelling.glade              ** NEW **
915         * src/gtk/gtkutils.[ch]
916                 move "Spell Checker" prefs to new prefs dialog
917
918         * src/prefs_folder_item.c
919                 use new colorsel dialog
920
921 2003-08-08 [paul]       0.9.4claws10
922
923         * src/inc.c
924                 clear the progress bar unconditionally
925
926 2003-08-08 [paul]       0.9.4claws9
927
928         * sync with 0.9.4cvs4
929                 see ChangeLog 2003-07-31
930
931 2003-08-07 [christoph]  0.9.4claws8
932
933         * configure.ac
934                 fix bug in image viewer plugin part
935
936         * src/imap.c
937                 don't execute close command if the folder item is not selected
938
939 2003-08-07 [hoa]        0.9.4claws7
940
941         * src/filtering.[ch]
942         * src/matcher_parser.h
943         * src/matcher_parser_parse.y
944                 can define several actions for each filtering rule
945                 can import old versions of filtering rules
946
947         * src/prefs_filtering.c
948                 call to a new dialog box to define actions
949
950         * src/prefs_filtering_action.[ch]
951                 dialog box to define actions for filtering rules
952
953 2003-08-06 [christoph]  0.9.4claws6
954
955         * src/imap.c
956                 make sure source folder is selected when copying messages
957
958 2003-08-06 [christoph]  0.9.4claws5
959
960         * sync with 0.9.4cvs2
961                 see ChangeLog 2003-07-29                
962
963 2003-08-05 [paul]       0.9.4claws4
964
965         * sync with 0.9.4cvs3
966                 see ChangeLog 2003-07-30
967
968 2003-08-04 [match]      0.9.4claws3
969
970         * po/POTFILES.in
971                 export of LDIF files.
972
973 2003-08-04 [match]      0.9.4claws2
974
975         * src/ldif.[ch]
976                 support for export LDIF. documented.
977         * src/importldif.[ch]
978         * src/exportldif.[ch]
979                 add tooltips. documented.
980         * src/exphtmldlg.[ch]
981         * src/common/xmlprops.[ch]
982                 documented.
983         * src/exportldif.[ch]                   ** NEW **
984         * src/expldifdlg.[ch]                   ** NEW **
985         * src/addressbook.[ch]
986         * src/Makefile.am
987                 export of LDIF files.
988                 documented.
989
990 2003-08-04 [christoph]  0.9.4claws1
991
992         * .cvsignore
993         * Makefile.am
994         * configure.ac
995         * sylpheed-claws.pc.in                  ** NEW **
996         * src/Makefile.am
997         * src/common/Makefile.am
998         * src/gtk/Makefile.am
999                 install sylpheed header files in $(pkgincludedir) and create a
1000                 pkg-config file to allow building a plugin without the source
1001                 package
1002
1003 2003-08-04 [paul]       0.9.4claws
1004
1005         * version 0.9.4claws
1006
1007 2003-08-04 [paul]       0.9.3claws97
1008
1009         * po/es.po
1010                 update Spanish translation. Submitted by Ricardo
1011                 Mones Lastra.
1012
1013 2003-08-03 [paul]       0.9.3claws96
1014
1015         * po/hr.po
1016           po/sr.po
1017                 update Croatian and Serbian translations. Submitted by
1018                 Dragan and Urke MMI respectively
1019
1020 2003-08-03 [alfons]     0.9.3claws95
1021
1022         * src/summaryview.c
1023                 mark flag has precedence over important flag - seems
1024                 to have been changed in sync of 0.9.3claws45. this fixes
1025                 a regression where messages that were scored as important
1026                 don't show their mark flags. (using the same column for
1027                 both importance as mark flags is the real problem
1028                 ofcourse)
1029
1030 2003-08-03 [melvin]     0.9.3claws94
1031
1032         * po/fr.po
1033                 Updated French translations.
1034
1035 2003-08-03 [melvin]     0.9.3claws93
1036
1037         * src/Makefile.am
1038                 Fixed typo introduced after 0.9.3claws92 
1039                 that prevented compilation
1040                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1041                 CPPFLAGS and YFLAGS to allow user setting these.
1042         * src/common/Makefile.am
1043         * src/gtk/Makefile.am
1044         * src/plugins/clamav/Makefile.am
1045         * src/plugins/demo/Makefile.am
1046         * src/plugins/dillo_viewer/Makefile.am
1047         * src/plugins/image_viewer/Makefile.am
1048         * src/plugins/mathml_viewer/Makefile.am
1049         * src/plugins/spamassassin/Makefile.am
1050         * src/plugins/trayicon/Makefile.am
1051         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1052                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1053                 CPPFLAGS and YFLAGS to allow user setting these.
1054
1055 2003-08-02 [christoph]  0.9.3claws92
1056
1057         * configure.ac
1058                 o rearrange plugin tests
1059                 o add test for clamav.h to ClamAV tests
1060
1061 2003-08-02 [luke]       0.9.3claws91
1062
1063         * src/mimeview.c
1064                 o fixed appearance of icon list when toggling back from the 
1065                   ctree
1066                 o toggling of icons using the keyboard works correctly
1067                 o fixed all other keyboard shortcuts to work when icons are
1068                   active
1069         
1070         * src/messageview.c
1071                 o fixed bug 4 - focus lost when changing messageview view type
1072
1073 2003-08-02 [christoph]  0.9.3claws90
1074
1075         * src/common/hooks.c
1076                 fix crash when pointer stored in hash table could get invalid
1077                 when a plugin is unloaded
1078
1079 2003-08-01 [christoph]  0.9.3claws89
1080
1081         * configure.ac
1082                 o try to build all plugins (except spamassassin) by default
1083                 o don't build a plugin if a dependency check fails
1084
1085         * src/common/hooks.c
1086                 fix warning
1087
1088 2003-08-01 [match]      0.9.3claws88
1089
1090         * src/importldif.c
1091                 allow single click field selection. document code.
1092
1093 2003-08-01 [christoph]  0.9.3claws87
1094
1095         * src/plugins/clamav/clamav_plugin.c
1096         * src/plugins/clamav/clamav_plugin_gtk.c
1097         * src/plugins/dillo_viewer/dillo_viewer.c
1098         * src/plugins/image_viewer/plugin.c
1099         * src/plugins/mathml_viewer/mathml_viewer.c
1100         * src/plugins/spamassassin/spamassassin.c
1101         * src/plugins/spamassassin/spamassassin_gtk.c
1102         * src/plugins/trayicon/trayicon.c
1103                 add version check to all plugins
1104
1105 2003-08-01 [hoa]        0.9.3claws86
1106
1107         * src/prefs_filtering.c
1108                 fixed a cosmetic bug, during creation of dialog box,
1109                 wrong widgets were shown after creation.
1110
1111 2003-08-01 [luke]       0.9.3claws85
1112
1113         * src/mainwindow.c
1114                 o fixed visibility of icons/mimeview after toggling separate
1115                   message/folder view (factored out some similar code too).
1116
1117
1118 2003-07-31 [alfons]     0.9.3claws84
1119
1120         * src/mimeview.c
1121                 tweak icon box UI a bit more, now allowing right-clicks actions
1122                 getting the relevant mime data too; should fix #250, "Can't save 
1123                 attachments sometimes".
1124
1125 2003-07-30 [alfons]     0.9.3claws83
1126
1127         * src/compose.c
1128                 don't do auto-save-draft inside key press handler, but rather
1129                 schedule it half of a second later; should fix #67, "autosave 
1130                 make re-rediting message crazy"
1131
1132 2003-07-30 [christoph]  0.9.3claws82
1133
1134         * src/plugins/trayicon/trayicon.c
1135                 process pending events before unloading the plugin
1136
1137         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1138
1139 2003-07-30 [alfons]     0.9.3claws81
1140
1141         * src/common/hooks.c
1142                 parameter 2 of g_hook_destroy() should really be a hook id
1143
1144 2003-07-30 [alfons]     0.9.3claws80
1145
1146         * src/common/plugin.c
1147                 fix a possibly harmful function signature mismatch 
1148                 for plugin_done
1149
1150 2003-07-30 [alfons]     0.9.3claws79
1151
1152         * src/common/hooks[.ch]
1153                 const correctness
1154
1155 2003-07-30 [darko]      0.9.3claws78
1156
1157         * src/summaryview.c
1158                 make it compile again
1159
1160 2003-07-30 [luke]       0.9.3claws77
1161
1162         * src/crash.c
1163         * src/main.c
1164                 o added/moved signal handlers for SIGTERM (normal kill command) 
1165                   and SIGINT (ctl-c) to be used even without 
1166                   --enable-crash-dialog, fixing bug 166
1167
1168         * src/summaryview.c
1169                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1170                   bug 227
1171
1172         * src/mainwindow.c
1173                 o changed sensitivity condition for 'Next new' and 'Next 
1174                   unread', fixing bug 8
1175
1176 2003-07-29 [alfons]     0.9.3claws76
1177
1178         * src/common/utils.[ch]
1179                 add generate_msgid()
1180         * src/messageview.c
1181                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1182                 sent folder".
1183
1184 2003-07-29 [alfons]     0.9.3claws75
1185
1186         * src/messageview.c
1187                 fix a memleak (claws-only)
1188
1189 2003-07-29 [alfons]     0.9.3claws74
1190
1191         * src/mimeview.[ch]
1192         * src/gtk/gtkvscrollbutton.[ch]
1193                 fix UI glitch where mime icon toolbox' scroll position is not 
1194                 reset after switching to another message
1195                 
1196
1197 2003-07-29 [paul]       0.9.3claws73
1198
1199         * src/prefs_folder_item.c
1200                 split the prefs into 2 separate pages
1201
1202 2003-07-29 [paul]       0.9.3claws72
1203
1204         * src/compose.c
1205                 prepend "\n\n" to a signature without a separator too
1206
1207 2003-07-29 [paul]       0.9.3claws71
1208
1209         * src/compose.c
1210                 fix bug where changing to an account without an auto-sig
1211                 from an initial account without an auto-sig would insert 
1212                 2 blank lines at the cursor point
1213                 fix bug where changing to an account with an auto-sig
1214                 from an initial account without an auto-sig would insert
1215                 the sig at the cursor point
1216
1217 2003-07-29 [paul]       0.9.3claws70
1218
1219         * src/folderview.c
1220                 use the colour from the folder pref unless the folder
1221                 has new messages
1222
1223 2003-07-29 [alfons]     0.9.3claws69
1224
1225         * src/procmsg.[ch]
1226         * src/messageview.c
1227         * src/procheader.c
1228                 rewrite return receipt request work a little bit (the former 
1229                 implementation presumably depended too much on the UI setting
1230                 flags). (we're losing the old pending flag.) 
1231
1232 2003-07-28 [christoph]  0.9.3claws68
1233
1234         * src/folder.c
1235         * src/imap.c
1236         * src/mh.c
1237         * src/procmsg.[ch]
1238                 fix copy to IMAP folder from other folder
1239
1240 2003-07-28 [christoph]  0.9.3claws67
1241
1242         * src/procmsg.c
1243                 fix sync of procmsg_get_message_file_list
1244
1245 2003-07-28 [christoph]  0.9.3claws66
1246
1247         * sync with 0.9.3cvs14
1248                 see ChangeLog 2003-07-18
1249         * sync with 0.9.3cvs17
1250                 see ChangeLog 2003-07-23
1251
1252         (closes Bug 234 segmentation fault after sending out mail via
1253          smtp(auth))
1254
1255 2003-07-28 [paul]       0.9.3claws65
1256
1257         * po/es.po
1258                 update Spanish translation, submitted by Ricardo Mones
1259                 Lastra
1260
1261 2003-07-28 [christoph]  0.9.3claws64
1262
1263         * src/folder.[ch]
1264         * src/imap.c
1265         * src/mh.c
1266                 return new message numbers as a GRelation instead of a GSList
1267                 that has to be in the same order as the input list. A list
1268                 would make it hard for IMAP to optimize oepration by sorting
1269                 the input list. The returned list would have to be reordered
1270                 to match the same order that input list has.
1271
1272         * src/gtk/gtkaspell.c
1273                 fix missing return value, could cause a crash when garbage is
1274                 on the stack that is used as the expected return value
1275
1276 2003-07-28 [paul]       0.9.3claws63
1277
1278         * sync with 0.9.4cvs1
1279                 see ChangeLog 2003-07-28
1280
1281 2003-07-27 [alfons]     0.9.3claws62
1282
1283         * src/mimeview.c
1284                 tweak it more to make icon list act like a check button group
1285
1286 2003-07-27 [christoph]  0.9.3claws61
1287
1288         * sync with 0.9.3cvs20
1289                 see ChangeLog 2003-07-25
1290
1291 2003-07-27 [paul]       0.9.3claws60
1292
1293         * src/procmsg.c
1294                 re-commit changes from 0.9.3claws58 -
1295                 accidently removed in 0.9.3claws59
1296
1297 2003-07-27 [paul]       0.9.3claws59
1298
1299         * src/procmsg.[ch]
1300                 a sync from 0.9.3cvs17
1301                 see ChangeLog 2003-07-23
1302
1303 2003-07-27 [alfons]     0.9.3claws58
1304
1305         * src/procmsg.c
1306                 add missing header members to MsgInfo; fixes the problem of 
1307                 not displaying X-Faces, as noticed by Ricardo Mones
1308
1309 2003-07-26 [christoph]  0.9.3claws57
1310
1311         * sync with 0.9.3cvs18
1312                 see ChangeLog 2003-07-24
1313
1314 2003-07-26 [christoph]  0.9.3claws56
1315
1316         * sync with 0.9.3cvs17
1317                 see ChangeLog 2003-07-23
1318
1319 2003-07-26 [christoph]  0.9.3claws55
1320
1321         * src/folder.[ch]
1322         * src/imap.c
1323         * src/mbox_folder.c
1324         * src/mh.c
1325         * src/news.c
1326                 add support for copy function that copy multiple messages
1327                 (not implemented yet)
1328
1329         * src/summaryview.c
1330                 add missing return value
1331
1332 2003-07-26 [paul]       0.9.3claws54
1333
1334         * tools/multiwebsearch.pl
1335                 do whitespace substitution before passing the string
1336                 to the browser. fixes bug with browsers that don't
1337                 do whitespace conversion themselves.
1338
1339 2003-07-25 [christoph]  0.9.3claws53
1340
1341         * src/folder.[ch]
1342         * src/imap.c
1343         * src/mh.c
1344                 rewrite adding of multiple messages to a folder for
1345                 claws' folder system
1346
1347 2003-07-25 [luke]       0.9.3claws52
1348
1349         * src/mimeview.c
1350                 o icon toggles set correctly on leaving ctree mimeview
1351
1352 2003-07-25 [paul]       0.9.3claws51
1353
1354         * partial sync with 0.9.3cvs21 [src/main.c]
1355                 see ChangeLog 2003-07-25
1356
1357 2003-07-24 [paul]       0.9.3claws50
1358
1359         * tools/maildir2sylpheed.pl
1360                 fix typo
1361
1362 2003-07-24 [paul]       0.9.3claws49
1363
1364         * src/mimeview.c
1365                 increase the gutter size of paned so that the panes
1366                 can be resized
1367                 
1368         * src/plugins/demo/demo.c
1369                 squeeze in another typo fix
1370
1371 2003-07-24 [paul]       0.9.3claws48
1372
1373         * src/plugins/demo/demo.c
1374           src/prefs_account.c
1375                 small changes to the English
1376                 
1377         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1378           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1379           src/Makefile.am
1380           src/stock_pixmap.c
1381                 rename the misspelled icon
1382
1383 2003-07-23 [alfons]     0.9.3claws47
1384
1385         * src/mimeview.c
1386                 make icon list look like a list of toggles
1387
1388 2003-07-23 [luke]       0.9.3claws46
1389
1390         * src/pixmaps/mimeview_gpg_expired.xpm
1391         * src/pixmaps/mimeview_gpg_failed.xpm
1392         * src/pixmaps/mimeview_gpg_passed.xpm
1393         * src/pixmaps/mimeview_text_html.xpm
1394         * src/pixmaps/mimeview_image.xpm
1395                 o all icons the same size
1396
1397         * src/mimeview.[ch]
1398                 o mimeview ctree arranged vertically above the viewer
1399                 o icons changed to buttons
1400                 o can use keyboard to select an icon (Enter)
1401                 o resize icon list to width of icons
1402
1403         *  src/gtk/gtkvscrollbutton.c
1404                 o sensitivity of buttons reacts to position
1405
1406 2003-07-23 [christoph]  0.9.3claws45
1407
1408         * sync with 0.9.3cvs14 (incomplete)
1409                 see ChangeLog 2003-07-17
1410
1411 2003-07-23 [alfons]     0.9.3claws44
1412
1413         * src/folder.c
1414         * src/procmsg.h
1415                 sync with my local tree to restore some claws-only things
1416
1417 2003-07-23 [paul]       0.9.3claws43
1418
1419         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1420           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1421           src/Makefile.am
1422           src/mimeview.c
1423           src/procmime.h
1424           src/rfc2015.c
1425           src/stock_pixmap.[ch]
1426                 indicate missing keys and expired sigs/keys
1427                 in mime view column
1428
1429 2003-07-23 [paul]       0.9.3claws42
1430
1431         * src/compose.c
1432                 Redirect fixes: enable automatic account selection and
1433                 do not append signature to message on changing account
1434                 fixes Bug[s] #248
1435
1436 2003-07-23 [paul]       0.9.3claws41
1437
1438         * sync with 0.9.3cvs16
1439                 see ChangeLog 2003-07-23
1440
1441 2003-07-23 [alfons]     0.9.3claws40
1442
1443         * src/inc.c
1444                 give progress dialog a main window, and give it the first 
1445                 one (presumably the only one). fixes bug #247, "segfault on 
1446                 pop-before-smtp" 
1447
1448 2003-07-22 [alfons]     0.9.3claws39
1449
1450         * src/summaryview.c
1451                 shift-space scrolls up
1452
1453 2003-07-22 [paul]       0.9.3claws38
1454
1455         * sync with 0.9.3cvs15
1456                 see ChangeLog 2003-07-22
1457
1458 2003-07-20 [alfons]     0.9.3claws37
1459
1460         * src/compose.c
1461                 put menu inside #ifdef USE_ASPELL..#endif
1462
1463 2003-07-20 [christoph]  0.9.3claws36
1464
1465         * src/procmsg.c
1466                 fix wrong flags in MsgInfo returned by
1467                 procmsg_msginfo_get_full_info()
1468
1469         (closes Bug 221 Deleting messages from the Message View gives incorrect
1470          new/unread message counts in the folder view)
1471
1472         * src/plugins/spamassassin/spamassassin_gtk.c
1473                 add gettext macro for prefs page title
1474
1475 2003-07-20 [paul]       0.9.3claws35
1476
1477         * src/mimeview.c
1478                 redraw icon list on signature check
1479
1480 2003-07-20 [christoph]  0.9.3claws34
1481
1482         * src/Makefile.am
1483         * src/account.c
1484         * src/folder.[ch]
1485         * src/folder_item_prefs.[ch]            ** NEW **
1486         * src/folderview.c
1487         * src/mainwindow.c
1488         * src/mh.c
1489         * src/prefs_gtk.c
1490         * src/prefs_scoring.c
1491         * src/summaryview.c
1492         * src/prefs_folder_item.[ch]
1493                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1494                   Properties dialog
1495                 o use prefswindow for folder properties
1496
1497         * src/gtk/prefswindow.[ch]
1498                 change implementation to use an invisible notebook instead
1499                 of unparenting widgets
1500
1501 2003-07-20 [christoph]  0.9.3claws33
1502
1503         * src/compose.h
1504         * src/folder.c
1505         * src/folderview.h
1506         * src/headerview.h
1507         * src/prefs_filtering.h
1508         * src/prefs_folder_item.[ch]
1509         * src/procmime.h
1510         * src/procmsg.h
1511         * src/summaryview.h
1512                 clean up header mess
1513                 (always use 1. typedefs, 2. #includes, 3. structures)
1514
1515         * src/common/version.h.in
1516                 add casts for constants
1517
1518         * src/plugins/demo/demo.c
1519                 fix typo
1520
1521         * src/plugins/spamassassin/spamassassin.c
1522                 remove unused variable
1523
1524 2003-07-20 [alfons]     0.9.3claws32
1525
1526         * src/mimeview.c
1527                 o make icon buttons respond on left click
1528                 o minor cosmetic change
1529
1530 2003-07-19 [luke]       0.9.3claws31
1531
1532         * src/mimeview.[ch]
1533         * src/gtk/gtkvscrollbutton.c
1534         * src/messageview.c
1535                 o improved mimeview behaviour when selecting a new message
1536                 o plus code cleanups to remove compile warnings
1537
1538
1539 2003-07-19 [alfons]     0.9.3claws30
1540
1541         * src/procmsg.c
1542         * src/compose.c
1543         * src/common/utils.[ch]
1544                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1545
1546 2003-07-19 [alfons]     0.9.3claws29
1547
1548         * src/prefs_folder_item.c
1549                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1550                 string pointers
1551
1552 2003-07-19 [luke]       0.9.3claws28
1553
1554         * src/messageview.c
1555         * src/mimeview.[ch]
1556         * src/procmime.h
1557         * src/rfc2015.c
1558         * src/stock_pixmap.[ch]
1559         * src/gtk/Makefile.am
1560         * src/Makefile.am
1561         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1562         * src/pixmaps/mime_*.xpm                ** NEW **
1563                 o mimeview rearrangement with a new icon shortcut bar
1564
1565 2003-07-19 [alfons]     0.9.3claws27
1566
1567         * src/folderview.c
1568                 o plug leaking nodes_to_recollapse
1569                 o add folderview_recollapse_all_nodes() (not used yet)
1570
1571 2003-07-19 [alfons]     0.9.3claws26
1572
1573         * src/compose.c
1574         * src/common/utils.c
1575                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1576                 for both forwarding as replying
1577
1578 2003-07-18 [christoph]  0.9.3claws25
1579
1580         * configure.ac
1581         * src/common/sylpheed.[ch]
1582         * src/common/version.h.in
1583                 add version in numeric form to allow easy comparison
1584
1585         * src/plugins/demo/demo.c
1586                 add version check
1587                 - sylpheed version > plugin version => never allowed, sylpheed
1588                   could contain unknown API changes
1589                 - sylpheed version < minimum version required => don't load,
1590                   API required not available (if linking does not fail)
1591
1592 2003-07-18 [alfons]     0.9.3claws24
1593         
1594         * src/common/plugin.[ch]
1595                 const correctness
1596
1597 2003-07-18 [christoph]  0.9.3claws23
1598
1599         * src/common/hooks.c
1600                 fix crash when hooks where unregisted
1601
1602         * src/plugins/trayicon/trayicon.c
1603                 unregister detroy signal before destroying the widget
1604                 (still crashes when the plugin is unloaded)
1605
1606 2003-07-18 [alfons]     0.9.3claws22
1607         
1608         * src/folderview.c
1609                 delay expanding folder tree during drags until timeout triggered
1610                 (needs perhaps some tweaking, so testing is welcome)
1611
1612 2003-07-17 [alfons]     0.9.3claws21
1613
1614         * src/folderview.c
1615                 clean up cruft
1616
1617 2003-07-17 [christoph]  0.9.3claws20
1618
1619         * src/common/session.c
1620                 fix opening of SSL connections
1621
1622         * src/plugins/image_viewer/Makefile.am
1623                 add OPENSSL_CFLAGS (we should find a better solution to remove
1624                 this dependencies if they are not required)
1625
1626         * src/plugins/spamassassin/spamassassin.c
1627                 remove setlocale workaround (fixed in libspamc)
1628
1629         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1630          if spell checking enabled)
1631
1632 2003-07-17 [alfons]     0.9.3claws19
1633
1634         * src/common/hooks.[ch]
1635         * src/plugins/clamav/clamav_plugin.c
1636         * src/plugins/spamassassin/spamassassin.c
1637         * src/plugins/trayicon/trayicon.c
1638                 fix signedness muck 
1639
1640 2003-07-17 [alfons]     0.9.3claws18
1641
1642         * src/procmime.c
1643                 plug memleak
1644
1645 2003-07-17 [alfons]     0.9.3claws17
1646
1647         * src/inc.c
1648                 plug memleak
1649
1650 2003-07-17 [paul]       0.9.3claws16
1651
1652         * src/common/defs.h
1653           src/mainwindow.c
1654           src/manual.[ch]
1655                 add link to the Claws site's FAQ page, after the suggestion
1656                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1657                 Move url strings to defs.h
1658                 
1659         * src/mainwindow.c
1660                 fix typo to prevent "unknown menu entry" warnings
1661
1662 2003-07-17 [alfons]     0.9.3claws15
1663
1664         * src/folderview.[ch]
1665         * src/summaryview.[ch]
1666         * src/mimeview.[ch]
1667                 plug DnD leaks 
1668
1669 2003-07-17 [paul]       0.9.3claws14
1670
1671         * src/inc.c
1672                 remove two instances of 'GTK_EVENTS_FLUSH' because
1673                 they are unnecessary and probably cause a stack overflow
1674
1675 2003-07-16 [christoph]  0.9.3claws13
1676
1677         * src/mimeview.[ch]
1678                 use an invisible GTK notebook to switch between viewers
1679                 instead of reparenting widgets
1680
1681 2003-07-16 [christoph]  0.9.3claws12
1682
1683         * src/folder.c
1684                 move folder_item_update_freeze() to correct place in
1685                 folder_item_scan_full()
1686
1687 2003-07-16 [paul]       0.9.3claws11
1688
1689         * sync with 0.9.3cvs12
1690                 see ChangeLog 2003-07-14 and 2003-07-15
1691
1692 2003-07-16 [christoph]  0.9.3claws10
1693
1694         * src/imap.[ch]
1695         * src/prefs_account.[ch]
1696                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1697
1698 2003-07-15 [alfons]     0.9.3claws9
1699
1700         * src/main.c
1701                 make --config-dir do something useful
1702
1703 2003-07-15 [alfons]     0.9.3claws8
1704
1705         * src/procmsg.c
1706                 o fix a bug where 'last' didn't really point to the last message
1707                   in the top level list of children, but to the last threaded
1708                   message. 
1709                 
1710                 o clean up and make it easier to sync
1711
1712 2003-07-15 [alfons]     0.9.3claws7
1713
1714         * src/mainwindow.c
1715                 make correct menu items sensitive       
1716
1717 2003-07-14 [alfons]     0.9.3claws6
1718
1719         * src/procmsg.c
1720                 tune the threader so it will not subject-thread any message
1721                 without a subject prefix (this will not thread correctly if 
1722                 a parent is delivered after their childs, but it looks 
1723                 better right now)
1724
1725 2003-07-13 [christoph]  0.9.3claws5
1726
1727         * src/mainwindow.c
1728                 group "Add mailbox *..." menu items in submenu
1729
1730 2003-07-13 [alfons]     0.9.3claws4
1731
1732         * src/summaryview.c
1733                 correct summary_toggle_pressed() signature and make sure
1734                 signal is not passed on
1735
1736 2003-07-13 [alfons]     0.9.3claws3
1737
1738         * src/summaryview.c
1739                 o for now don't pass on keys when they we're handled by 
1740                   ctree::key_press_event
1741                 o clean up
1742
1743 2003-07-13 [alfons]     0.9.3claws2
1744         
1745         * src/main.c
1746                 add command line option "--config-dir" to get the current 
1747                 configuration dir
1748
1749 2003-07-12 [alfons]     0.9.3claws1
1750
1751         * src/matcher.[ch]
1752         * src/matcher_parser_parse.y
1753         * src/prefs_filtering.c
1754         * src/filtering.c
1755                 add "Lock" filter action to lock messages;
1756
1757         * src/filtering.c       
1758                 remove debug_print()    
1759         * src/prefs_filtering.c
1760                 re-organize matcher part 9: 
1761                 make action text entries easily extendible;
1762                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1763                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1764
1765 2003-07-12 [paul]
1766
1767         * tools/README
1768                 update old information and add missing
1769                 information
1770
1771 2003-07-12 [paul]       0.9.3claws
1772
1773         * 0.9.3claws released
1774         
1775 2003-07-12 [paul]       0.9.0claws103
1776
1777         * src/Makefile.am
1778                 add addrquery.h
1779
1780 2003-07-12 [melvin]     0.9.0claws102
1781
1782         * src/messageview.c
1783                 Fixed bug #215: Show MIME tab for single text/html messages. 
1784                 
1785 2003-07-12 [paul]       0.9.0claws101
1786
1787         * man/sylpheed.1
1788                 updated
1789
1790 2003-07-12 [paul]       0.9.0claws100
1791
1792         * po/es.po
1793           po/hr.po
1794           po/pl.po
1795           po/sr.po
1796                 update Spanish, Croatian, Polish, Serbian translations.
1797                 submitted by Ricardo Mones Lastra, Dragan, Witold
1798                 Wladyslaw Wojciech Wilk, Urke MMI
1799
1800 2003-07-12 [melvin]     0.9.0claws99
1801
1802         * po/fr.po
1803                 Updated French translations.
1804
1805 2003-07-12 [paul]       0.9.0claws98
1806
1807         * src/addressbook.c
1808                 disable 'Lookup' button as it has no effect
1809
1810 2003-07-11 [alfons]     0.9.0claws97
1811         
1812         * src/summaryview.c
1813                 summary_searchbar_pressed() should return TRUE to signal that
1814                 event was handled. when returning void, the return value passed
1815                 to GTK is actually random, but maybe FALSE, in which case the
1816                 event is handled by parent
1817                 
1818 2003-07-10 [paul]       0.9.0claws96
1819
1820         * ac/missing/gettext.m4
1821                 update to version 0.12
1822
1823 2003-07-10 [paul]       0.9.0claws95
1824
1825         * src/plugins/clamav/clamav_plugin.c
1826                 fix bug where multipart/alternative messages
1827                 would slip through without being scanned
1828
1829 2003-07-10 [christoph]  0.9.0claws94
1830
1831         * src/folder.c
1832                 correct check if folder supports removing when a message is
1833                 moved. if not the message is only copied.
1834
1835         (closes Bug 132 crash on startup in newsgroups folders)
1836
1837 2003-07-09 [alfons]     0.9.0claws93
1838
1839         * configure.ac
1840         * src/common/defs.h
1841                 --with-config-dir (default .sylpheed)
1842
1843 2003-07-09 [christoph]  0.9.0claws92
1844
1845         * configure.ac
1846                 use PKG_CHECK_MODULES to check for gtkmathview
1847                 (version 0.4.2 now required)
1848
1849 2003-07-08 [melvin]     0.9.0claws91
1850
1851         * src/action.c
1852                 Implemented a progress bar that counts the number of completed
1853                 tasks when the action runs more than one command.
1854
1855 2003-07-08 [alfons]     0.9.0claws90
1856
1857         * src/procmsg.c
1858                 if queued message has an invalid Message-Id, don't try to
1859                 find message it refers to (fixes #209 "crash when processing 
1860                 in folder")
1861
1862 2003-07-08 [paul]       0.9.0claws89
1863
1864         * sync with 0.9.3cvs2
1865                 see ChangeLog 2003-07-08
1866
1867 2003-07-08 [match]      0.9.0claws88
1868
1869         * src/ldapctrl.c
1870                 extend LDAP search for first/last name by parsing search term.
1871
1872 2003-07-08 [alfons]     0.9.0claws87
1873
1874         * src/send_message.c
1875                 fix bug #208 "Status message stuck when sending on POP3 account"
1876
1877 2003-07-07 [paul]       0.9.0claws86
1878
1879         * po/hr.po
1880                 new Croatian translation, submitted by
1881                 Dragan <drleskov@inet.hr>
1882
1883 2003-07-07 [paul]       0.9.0claws85
1884
1885         * sync with 0.9.3cvs1
1886                 see ChangeLog 2003-07-07
1887
1888 2003-07-05 [christoph]  0.9.0claws84
1889
1890         * src/Makefile.am
1891         * src/messageview.c
1892         * src/mimeview.[ch]
1893         * src/stock_pixmap.[ch]
1894         * src/pixmaps/messageview_text.xpm              ** NEW **
1895                 move mimeview tabs to the right side and use icons
1896                 instead of text to save some space
1897
1898         (patch by Luke Plant <lukeplant@softhome.net>)
1899
1900 2003-07-05 [christoph]  0.9.0claws83
1901
1902         * src/inc.c
1903                 add NULL pointer checks
1904
1905         (patch by Luke Plant <lukeplant@softhome.net>)
1906         (closes Bug 204 0.9.0 quits on authentication error?!)
1907
1908 2003-07-05 [alfons]     0.9.0claws82
1909
1910         * configure.ac
1911                 take the clue in bug #202 "./configure script - 
1912                 'if test' comparison failure" reported by John Kristoff. 
1913
1914 2003-07-04 [christoph]  0.9.0claws81
1915
1916         * src/plugins/spamassassin/spamassassin.c
1917                 set timeout for spam check
1918
1919 2003-07-04 [christoph]  0.9.0claws80
1920
1921         * src/main.c
1922                 destroy all FolderItems when shutting down to
1923                 allow folders to clean up
1924
1925 2003-07-04 [melvin]     0.9.0claws79
1926
1927         * src/gtk/gtkaspell.c
1928                 Fixed bug #184 "Entering non-ascii character deletes
1929                 previous char if spell checking enabled": this makes
1930                 the spell checking in multibytes (e.g. UTF-8)locales work.
1931                 (Patch by Luke Plant).
1932                 
1933 2003-07-04 [christoph]  0.9.0claws78
1934
1935         * sync with 0.9.2cvs1
1936                 see ChangeLog 2003-06-10
1937
1938 2003-07-04 [paul]       0.9.0claws77
1939
1940         * sync with 0.9.3 release
1941                 see ChangeLog 2003-07-04
1942
1943 2003-07-03 [christoph]  0.9.0claws76
1944
1945         * src/folder.[ch]
1946         * src/imap.c
1947         * src/mbox_folder.c
1948         * src/mh.c
1949         * src/news.c
1950                 move folder_item_get_path() stuff into a folder virtual function
1951
1952         * src/procmsg.c
1953                 use folder_item_fetch_msg() to get message and do not contruct
1954                 the filename from path and number
1955
1956 2003-07-03 [paul]       0.9.0claws75
1957
1958         * sync with 0.9.2cvs12
1959                 see ChangeLog 2003-07-03
1960
1961 2003-07-02 [paul]       0.9.0claws74
1962
1963         * src/messageview.c
1964                 fix text-selection for replying
1965
1966 2003-07-02 [paul]       0.9.0claws73
1967
1968         * sync with 0.9.2cvs11
1969                 see ChangeLog 2003-07-02
1970
1971 2003-07-02 [paul]       0.9.0claws72
1972
1973         * src/procmsg.c
1974                 revert last commit because it breaks more
1975                 than it fixes
1976
1977 2003-07-02 [paul]       0.9.0claws71
1978
1979         * src/procmsg.c
1980                 fix thread by subject/sort by date
1981
1982 2003-07-01 [paul]       0.9.0claws70
1983
1984         * sync with 0.9.2cvs10
1985                 see ChangeLog 2003-07-01
1986
1987 2003-06-30 [paul]       0.9.0claws69
1988
1989         * sync with 0.9.2cvs9
1990                 see ChangeLog 2003-06-30
1991
1992 2003-06-28 [match]      0.9.0claws68
1993
1994         * src/addressbook.c
1995                 fix null ptr.
1996
1997 2003-06-27 [paul]       0.9.0claws67
1998
1999         * sync with 0.9.2cvs7
2000                 see ChangeLog 2003-06-27
2001
2002 2003-06-26 [christoph]  0.9.0claws66
2003
2004         * src/folder.c
2005                 freeze folder updates while a folder is scanned
2006
2007         (closes Bug 185 New message counter)
2008
2009 2003-06-26 [darko]      0.9.0claws65
2010
2011         * src/ldapserver.c
2012                 fix infinite loop when adding a new LDAP server
2013
2014 2003-06-26 [paul]       0.9.0claws64
2015
2016         * sync with 0.9.2cvs6
2017                 see ChangeLog 2003-06-26
2018
2019 2003-06-26 [paul]       0.9.0claws63
2020
2021         * sync with 0.9.2cvs5
2022                 see ChangeLog 2003-06-25 and 2003-06-26
2023
2024 2003-06-25 [match]      0.9.0claws62
2025
2026         * src/addr_compl.c
2027                 Fixed tab/backtab for dropped-down completion list to
2028                 move next/previous field. (close bug 147)
2029
2030 2003-06-25 [christoph]  0.9.0claws61
2031
2032         * src/addr_compl.[ch]
2033         * src/addrindex.[ch]
2034         * src/folderview.c
2035         * src/inc.c
2036         * src/news.c
2037         * src/summaryview.c
2038         * src/toolbar.c
2039                 fix warnings
2040
2041 2003-06-25 [leandro]    0.9.0claws60
2042
2043         * src/compose.c
2044                 o cleanups
2045                 o gray out "Message/Remove references" menu item if not
2046                   replying to a message
2047
2048 2003-06-24 [leandro]    0.9.0claws59
2049
2050         * src/compose.[ch]
2051                 o removed "Message/Create new thread" menu item
2052                 o added "Message/Remove references" menu item
2053                   (it's off by default and will not check anymore
2054                    if the subject changed)
2055
2056 2003-06-23 [alfons]     0.9.0claws58
2057
2058         * src/procmsg.c
2059                 try better grouping messages threaded by subject based on their age.
2060                 still not perfect - because the message tree is not sorted by date.  
2061
2062 2003-06-23 [thorsten]   0.9.0claws57
2063
2064         * src/pop.[ch]
2065                 added mail_receive_hook to allow modifications
2066                 directly after retrieval (e.g. adding headers).
2067
2068 2003-06-23 [paul]       0.9.0claws56
2069
2070         * src/sourcewindow.c
2071                  enable the use of Ctrl+A to select all text in
2072                  the sourcewindow
2073                  Patch submitted by Ivan Francolin Martinez
2074                  <ivanfm@users.sourceforge.net>
2075
2076 2003-06-22 [christoph]  0.9.0claws55
2077
2078         * src/folder.[ch]
2079                 o add notification hook for folder tree changes
2080                 o invoke hooks after folder tree scanning
2081
2082         * src/folderview.[ch]
2083                 register hook for folder tree changes that
2084                 updates the ctree
2085
2086         (there are more places that should be updated, like add, remove 
2087          or move folder)
2088
2089         (closes Bug 164 Crash on rebuild folder tree)
2090         (closes Bug 190 Crash on 'rebuilding folder tree')
2091
2092 2003-06-21 [leandro]    0.9.0claws54
2093
2094         * src/compose.[ch]
2095                 create a new thread if subject changes
2096                 (it's on by default, can be disabled in Message menu)
2097
2098 2003-06-21 [alfons]     0.9.0claws53
2099
2100         * src/summaryview.c
2101                 quiet little compiler
2102
2103 2003-06-21 [christoph]  0.9.0claws52
2104
2105         update gettext stuff to version 0.12
2106
2107 2003-06-19 [alfons]     0.9.0claws51
2108
2109         * src/common/log.c
2110         * src/common/plugin.c
2111                 move defs.h before glib.h to prevent MIN/MAX redefs
2112
2113 2003-06-19 [alfons]
2114
2115         * src/addressbook.c
2116                 translatable
2117
2118 2003-06-19 [match]      0.9.0claws50
2119
2120         * src/addressbook.[ch]
2121         * src/addrindex.[ch]
2122         * src/addr_compl.[ch]
2123         * src/editldap.[ch]
2124         * src/editldap_basedn.[ch]
2125         * src/addritem.[ch]
2126         * src/ldapquery.h
2127                 re-implemented dynamic LDAP search. works without
2128                 slowdown on display sender with addressbook
2129                 option.
2130         * src/addrbook.c
2131                 documented code.
2132
2133 2003-06-19 [paul]       0.9.0claws49
2134
2135         * src/compose.c
2136                 fix Bug #136 'Nonprovided quotation marks crash claws'
2137                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2138
2139 2003-06-19 [alfons]     0.9.0claws48
2140
2141         * src/prefs_common.[ch]
2142         * src/procmsg.c
2143                 restrict threading by subject by checking thread for
2144                 age (prefs_common.thread_by_subject_max_age)
2145
2146 2003-06-18 [christoph]  0.9.0claws47
2147
2148         * src/imap.c
2149                 fix memory leak in imap_cmd_fetch()
2150
2151 2003-06-18 [christoph]  0.9.0claws46
2152
2153         * src/prefs_gtk.c
2154                 fix memory leak in prefs_set_default() when used multiple
2155                 times or after prefs have been read
2156
2157 2003-06-18 [christoph]  0.9.0claws45
2158
2159         * src/common/plugin.c
2160                 fix memory leak in plugin_unload()
2161
2162 2003-06-18 [christoph]  0.9.0claws44
2163
2164         * src/imap.c
2165                 fix memory leak in imap_cmd_ok()
2166
2167 2003-06-18 [christoph]  0.9.0claws43
2168
2169         * src/folder.c
2170                 stop messages that are downloaded from POP3 and added to
2171                 an IMAP inbox from being filtered twice (first by POP3
2172                 and again when IMAP folder is scaned to get the UID of
2173                 the APPEND operation when no UIDPLUS is available)
2174
2175 2003-06-18 [alfons]
2176
2177         * tools/Makefile.am
2178                 phoenix <- firebird     
2179
2180 2003-06-18 [paul]
2181
2182         * tools/launch_phoenix          ** REMOVED **
2183           tools/launch_firebird         ** NEW **
2184                 renamed and edited to reflect the browser's name change from
2185                 'phoenix' to 'firebird'
2186
2187 2003-06-18 [paul]       0.9.0claws42
2188
2189         * sync with 0.9.2cvs2
2190                 see ChangeLog 2003-06-16
2191
2192 2003-06-17 [alfons]     0.9.0claws41
2193
2194         * src/procmsg.c
2195                 prevent threading problems when a node is an ancestor (parent / great parent),
2196                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2197                 for finding an sample set of messages)
2198
2199 2003-06-16 [christoph]  0.9.0claws40
2200
2201         * src/main.c
2202                 don't popup main window on --receive or --receive-all
2203
2204         * src/mainwindow.[ch]
2205         * src/plugins/trayicon/trayicon.c
2206                 allow hiding of main window by clicking on the trayicon
2207                 (doesn't work correctly in seperate window mode and may
2208                  cause unexpected GTK problems I couldn't find yet)
2209
2210         * src/common/ssl.c
2211                 remove incorrect warning
2212
2213 2003-06-15 [alfons]     0.9.0claws39
2214
2215         * src/gtk/gtkstext.c
2216                 don't output debug text;
2217                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2218                 for pointing this out);
2219
2220 2003-06-14 [alfons]     0.9.0claws38
2221         
2222         * src/messageview.c
2223                 remove printf() and make one if..else comply with coding style
2224
2225 2003-06-14 [alfons]     0.9.0claws37
2226
2227         * AUTHORS
2228                 add Martin Wicke
2229         * src/action.c
2230         * src/messageview.[ch]
2231         * src/summaryview.c
2232                 apply patch #754162 "Quoting messages filtered by actions" submitted
2233                 by Martin Wicke, which allows quoting message body changed by an
2234                 action (Thanks!).
2235
2236 2003-06-13 [alfons]     0.9.0claws36
2237
2238         * src/utils.c
2239                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2240                 use case insensitive regexp (suggested by Ivan Martinez)
2241
2242 2003-06-13 [christoph]  0.9.0claws35
2243
2244         * configure.ac
2245         * src/plugins/trayicon/Makefile.am
2246         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2247         * src/plugins/trayicon/trayicon.c
2248         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2249         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2250         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2251         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2252         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2253         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2254                 replace my own EggTrayIcon backport with the backport
2255                 used by (l|x)mule and gabber.
2256
2257 2003-06-13 [alfons]     0.9.0claws34
2258
2259         * AUTHORS
2260         * src/common/utils.c
2261                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2262
2263 2003-06-13 [alfons]     0.9.0claws33
2264
2265         * src/compose.c
2266                 clean up a little bit
2267
2268 2003-06-12 [alfons]     0.9.0claws32
2269
2270         * src/compose.c
2271                 const correctness fix
2272
2273         * src/common/sylpheed.[ch]
2274                 () -> (void)
2275                 prevent redef MIN/MAX
2276                 
2277         * src/common/utils.[ch]
2278                 () -> (void)
2279
2280 2003-06-12 [melvin]     0.9.0claws31
2281
2282         * src/compose.c
2283                 Updated to take into accounts changes in GtkAspell.
2284
2285 2003-06-12 [alfons]     0.9.0claws30
2286
2287         * src/compose.c
2288         * src/procmsg.c
2289         * src/common/utils.[ch]
2290                 handle reply subject prefixes better (initial 
2291                 suggestion by Robert Story adapted and enhanced 
2292                 using regexps)
2293
2294 2003-06-12 [melvin]     0.9.0claws29
2295
2296         * src/compose.c
2297                 Use new gtkaspell_checkers_strerror() to get the speller's
2298                 error message instead of accessing the (now private)
2299                 checkers structure.
2300                 Minor code clean up
2301
2302         * src/main.c
2303                 Use #ifdef instead of #if for USE_ASPELL
2304                 Use the new spell checkers init/quit functions 
2305
2306         * src/gtk/gtkaspell.c
2307                 Use #ifdef instead of #if for USE_ASPELL
2308                 Moved in the majority of GtkAspell structures that were
2309                 exported before by gtkaspell.h
2310         
2311         * src/gtk/gktaspell.h
2312                 Made gtkaspell.h contain only the necessary data to be
2313                 publicized by moving many structures to gtkaspell.c.
2314                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2315                 gtkaspell_checkers_new(): replaced by...
2316                 gtkaspell_checkers_init(): new function for initialization
2317                 gtkaspell_checkers_delete(): replaced by...
2318                 gtkaspell_checkers_quit(): new function
2319                 gtkaspell_checkers_strerror(): new function that returns
2320                 the checker's last error message.
2321                 
2322 2003-06-11 [melvin]     0.9.0claws28
2323
2324         * po/POTFILES.in
2325                 Updated to take into account gtkaspell.c migration to
2326                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2327
2328 2003-06-10 [alfons]     0.9.0claws27
2329
2330         * src/filtering.[ch]
2331         * src/folder.c
2332         * src/matcher.c
2333         * src/scoring.[ch]
2334                 - try fixing bug #18 (any brave testers?)
2335                 - add more robustness by refusing previously 
2336                   unchecked NULL pointers 
2337
2338 2003-06-10 [alfons]     0.9.0claws26
2339
2340         * src/procmsg.c
2341                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2342
2343 2003-06-09 [alfons]     0.9.0claws25
2344
2345         * src/prefs_common.c
2346                 fix bug #163 "Icon switching doesnt work properly" by 
2347                 preventing early freeing of prefs_common.pixmap_theme_path.
2348
2349 2003-06-09 [christoph]  0.9.0claws24
2350
2351         * src/gtk/gtkaspell.c
2352                 revert Thorsten's fix and add forgotten g_strdup for
2353                 aspell path (it should not be possible to alter the path a
2354                 GtkASpell uses from outside)
2355
2356 2003-06-09 [thorsten]   0.9.0claws23
2357
2358         * src/gtk/gtkaspell.c
2359                 dont free prefs_common.aspell_path when closing compose
2360
2361 2003-06-08 [colin]      0.9.0claws22
2362
2363         * src/plugins/spamassassin/spamassassin.c
2364                 fix prefs types
2365
2366 2003-06-07 [christoph]  0.9.0claws21
2367
2368         * src/Makefile.am
2369         * src/compose.c
2370         * src/gtkaspell.[ch]            ** REMOVE **
2371         * src/gtk/Makefile.am
2372         * src/gtk/gtkaspell.[ch]        ** NEW **
2373                 o make gtkaspell independent from sylpheed's prefs
2374                 o move gtkaspell.[ch] to gtk directory
2375
2376 2003-06-07 [christoph]  0.9.0claws20
2377
2378         * src/Makefile.am
2379         * src/crash.c
2380         * src/export.c
2381         * src/filesel.[ch]              ** REMOVE **
2382         * src/folder.c
2383         * src/main.[ch]
2384         * src/common/sylpheed.[ch]
2385         * src/gtk/Makefile.am
2386         * src/gtk/filesel.[ch]          ** NEW **
2387         * src/gtk/pluginwindow.c
2388         * src/gtk/sslcertwindow.c
2389                 move filesel.[ch] to gtk directory
2390
2391 2003-06-07 [alfons]     0.9.0claws19
2392
2393         * src/filesel.c
2394                 make (multi) file selection dialog work again (Claws-only)
2395
2396 2003-06-07 [thorsten]   0.9.0claws18
2397
2398         * po/de.po
2399                 fix typos
2400
2401 2003-06-07 [alfons]     0.9.0claws17
2402
2403         * configure.ac
2404         * src/mimeview.c
2405                 detect apache mishap in which case don't include fnmatch.h
2406                 if regex.h is already included
2407
2408 2003-06-06 [christoph]  0.9.0claws16
2409
2410         * configure.ac
2411         * src/mimeview.h
2412                 add check for fnmatch.h and include it when available
2413
2414         * src/mimeview.[ch]
2415                 fix wrong case sensitivity of Content-Types
2416
2417         * src/gtk/Makefile.am
2418                 need the same include paths in gtk directory as in
2419                 common directory because .h files in common can
2420                 include files from these directories, when included
2421                 in gtk's .h or .c files
2422
2423 2003-06-06 [alfons]     0.9.0claws15
2424
2425         * src/mimeview.c
2426         * src/summaryview.c
2427                 make it compile again because of regex.h / fnmatch.h 
2428                 include problems (related to recent mime stuff, can
2429                 someone check this?)
2430
2431 2003-06-06 [thorsten]   0.9.0claws14
2432
2433         * src/folderview.c
2434                 possible use of uninitialized pointer while dragging
2435
2436 2003-06-06 [paul]       0.9.0claws13
2437
2438         * src/compose.c
2439                 fix bug where the insert sig button would be effective
2440                 only when auto_sig was set
2441
2442 2003-06-06 [paul]       0.9.0claws12
2443
2444         * sync with 0.9.2 release
2445
2446 2003-06-02 [paul]       0.9.0claws11
2447
2448         * sync with 0.9.1cvs1
2449                 see ChangeLog 2003-06-02
2450                 
2451         * po/de.po
2452                 update by Jens
2453
2454 2003-06-01 [christoph]  0.9.0claws10
2455
2456         * src/account.c
2457                 don't use substring search to find accounts by email address
2458
2459         (closes Bug 169 Overly loose matching of "From" address)
2460
2461 2003-05-31 [christoph]  0.9.0claws9
2462
2463         * doc-src/rfc2683.txt
2464         * src/imap.c
2465                 limit IMAP command length as recommended in RFC2683
2466                 (message number lists will be split into multiple imap
2467                 sets, the limit of 1000 octets is not a hard limit)
2468
2469         (closes Bug 161 sylpheed-claws exits with segfault when logging
2470          in to certain imap-servers)
2471
2472 2003-05-29 [alfons]     0.9.0claws8
2473
2474         * src/toolbar.[ch]
2475                 add print button (calling summary_print());
2476                 fine tune setting tooltip text;
2477                 (if someone needs other buttons, please take these 
2478                 commits as a guide, instead of bothering us - also
2479                 see 0.8.11claws150) 
2480
2481 2003-05-29 [darko]      0.9.0claws7
2482
2483         * src/compose.c
2484                 fix crash when word wrapping kicks in due to
2485                 changed text by spell checker
2486
2487 2003-05-29 [paul]       0.9.0claws6
2488
2489         * src/compose.c
2490                 fix bug where changing account would insert
2491                 sig even if auto_sig was FALSE
2492                 
2493         * ChangeLog
2494           ChangeLog.jp
2495           INSTALL
2496                 sync with 0.9.1 release
2497
2498 2003-05-28 [christoph]  0.9.0claws5
2499
2500         * src/imap.c
2501                 fix truncation of too long commands
2502
2503         (closes Bug 167 IMAP hangs trying to get envelope
2504          information in imap_get_uncached_messages)
2505
2506 2003-05-27 [paul]       0.9.0claws4
2507
2508         * tools/Makefile.am
2509           tools/maildir2sylpheed.pl     ** NEW FILE **
2510                 add kmail to sylpheed mailbox conversion script
2511
2512 2003-05-27 [paul]       0.9.0claws3
2513
2514         * sync with 0.9.0cvs10
2515                 see ChangeLog 2003-05-26
2516
2517 2003-05-26 [paul]       0.9.0claws2
2518
2519         * sync with 0.9.0cvs9
2520                 see ChangeLog 2003-05-26
2521
2522 2003-05-24 [paul]       0.9.0claws1
2523
2524         * sync with 0.9.0cvs8
2525                 see ChangeLog 2003-05-23
2526
2527 2003-05-24 [paul]       0.9.0claws
2528
2529         * version 0.9.0claws released
2530
2531 2003-05-24 [paul]       0.8.11claws177
2532
2533         * src/plugins/dillo-viewer/Makefile.am
2534           src/plugins/traycon/Makefile.am
2535                 add missing files
2536                 
2537         * po/bg.po
2538           po/en_GB.po
2539           po/es.po
2540           po/it.po
2541           po/pt_BR.po
2542           po/ru.po
2543           po/sr.po
2544                 update Bulgarian, British English, Spanish, Italian, 
2545                 Brazilian Portuguese, Russian, and Serbian translations, 
2546                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2547                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2548                 Ruslan N. Balkin, and Urke MMI
2549
2550 2003-05-23 [melvin]     0.8.11claws176
2551
2552         * po/fr.po
2553                 Updated French translations
2554
2555 2003-05-22 [paul]       0.8.11claws175
2556
2557         * src/Makefile.am
2558           src/addrbook.[ch]
2559           src/addrcache.[ch]
2560           src/addr_compl.[ch]
2561           src/adressbook.[ch]
2562           src/addrindex.[ch]
2563           src/addritem.[ch]
2564           src/editaddress.c
2565           src/editgroup.c
2566           src/editldap_basedn.c
2567           src/editldap.c
2568           src/jpilot.c
2569           src/vcard.c
2570                 revert to get ldap into it previous working state
2571                 
2572         * po/zh_TW.Big5.po
2573                 new Taiwanese translation,
2574                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2575
2576 2003-05-22 [christoph]  0.8.11claws174
2577
2578         * src/plugins/spamassassin/libspamc.[ch]
2579                 sync libspamc with SpamAssaain release 2.55
2580
2581 2003-05-22 [paul]       0.8.11claws173
2582
2583         * sync with 0.9.0cvs7
2584                 see ChangeLog 2003-05-22
2585                 
2586         * src/summaryview.c
2587                 revert change in 0.8.11claws172: follow
2588                 Hiroyuki's decision and that's the end of it.
2589
2590 2003-05-21 [paul]       0.8.11claws172
2591
2592         * src/summaryview.c
2593                 fix discrepency between open_unread_on_enter
2594                 and always_show_msg
2595
2596 2003-05-21 [paul]       0.8.11claws171
2597
2598         * sync with 0.9.0cvs6
2599                 see ChangeLog 2003-05-21
2600
2601 2003-05-21 [paul]       0.8.11claws170
2602
2603         * sync with 0.9.0cvs5
2604                 see ChangeLog 2003-05-21
2605
2606 2003-05-20 [paul]       0.8.11claws169
2607
2608         * sync with 0.9.0cvs4
2609                 see ChangeLog 2003-05-20
2610                 fixes bug #152, 'encoding of IMAP folders names'
2611
2612 2003-05-20 [paul]       0.8.11claws168
2613
2614         * sync with 0.9.0cvs3
2615                 see ChangeLog 2003-05-20
2616                 
2617         * src/tools/convert_mbox.pl
2618                 minor change in the comments, submitted by Fred Marton
2619
2620 2003-05-19 [paul]       0.8.11claws167
2621
2622         * src/plugins/clamav/Makefile.am
2623           configure.ac
2624                 link clamav_lib to the plugin and not to the main program
2625
2626 2003-05-19 [christoph]
2627
2628         * src/Makefile.am
2629                 add -export-dynamic for linking
2630
2631 2003-05-19 [paul]       0.8.11claws166
2632
2633         * sync with 0.9.0cvs1
2634                 see ChangeLog 2003-05-19
2635
2636 2003-05-19 [paul]       0.8.11claws165
2637
2638         * src/inc.c
2639                 fix 'pop before smtp' timeout
2640
2641 2003-05-18 [alfons]     0.8.11claws164
2642
2643         * src/prefs_matcher.c
2644                 put "execute" action command line ("expression") in edit box
2645
2646 2003-05-18 [christoph]  0.8.11claws163
2647
2648         * src/mimeview.[ch]
2649         * src/plugins/dillo_viewer/dillo_viewer.c
2650         * src/plugins/image_viewer/viewer.c
2651         * src/plugins/mathml_viewer/mathml_viewer.c
2652                 let a viewer have a list of Content-Types
2653
2654 2003-05-18 [paul]       0.8.11claws162
2655
2656         * src/prefs_filtering.c
2657                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2658                 and REDIRECT actions
2659
2660 2003-05-17 [christoph]
2661
2662         * README.claws
2663                 o remove dynamic signatures that was syned with main
2664                 o add infos about no longer "build in" image viewer
2665                 o update bugtracker URL
2666
2667 2003-05-17 [christoph]  0.8.11claws161
2668
2669         * src/folder.c
2670         * src/folderview.c
2671         * src/imap.c
2672                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2673                 for every folder after rebuilding the folder tree.
2674
2675         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2676          messages)
2677
2678 2003-05-17 [christoph]  0.8.11claws160
2679
2680         * src/imap.c
2681                 don't use STATUS command on current folder to check for
2682                 content changes. imap_cmd_ok() now tracks changes to
2683                 folder and number of existing messages.
2684
2685 2003-05-17 [paul]       0.8.11claws159
2686
2687         * src/plugins/clamav/clamav_plugin.c
2688                 remove unnecessary debug_print
2689
2690 2003-05-16 [thorsten]   0.8.11claws158
2691
2692         * src/plugins/demo.c
2693                 included missing intl.h
2694
2695 2003-05-16 [paul]       0.8.11claws157
2696
2697         * po/POTFILES.in
2698                 remove non-existant entries
2699         
2700         * src/plugins/clamav/clamav_plugin.c
2701           src/plugins/clamav/clamav_plugin_gtk.c
2702           src/plugins/dillo_viewer/dillo_prefs.c
2703           src/plugins/dillo_viewer/dillo_viewer.c
2704                 gettextise
2705
2706 2003-05-16 [christoph]  0.8.11claws156
2707
2708         * po/POTFILES.in
2709                 include plugin .c files for translation until I
2710                 find a better solution to have plugins have their
2711                 own textdomain
2712         * src/plugins/demo/demo.c
2713         * src/plugins/image_viewer/plugin.c
2714         * src/plugins/mathml_viewer/mathml_viewer.c
2715         * src/plugins/spamassassin/spamassassin.c
2716         * src/plugins/spamassassin/spamassassin_gtk.c
2717         * src/plugins/trayicon/trayicon.c
2718                 add gettext macros for plugin name and description
2719
2720 2003-05-16 [paul]
2721
2722         * sync with 0.9.0
2723
2724 2003-05-16 [paul]       0.8.11claws155
2725
2726         * sync with lastest 0.9.0pre1
2727                 see ChangeLog 2003-05-16
2728
2729 2003-05-15 [paul]       0.8.11claws154
2730
2731         * sync with latest 0.9.0pre1
2732                 see ChangeLog 2003-05-14 and 2003-05-15
2733
2734 2003-05-14 [christoph]  0.8.11claws153
2735
2736         * src/plugins/image_viewer/viewer.c
2737         * src/plugins/image_viewer/viewer.glade         ** NEW **
2738         * src/plugins/image_viewer/viewerprefs.c
2739                 make it possible to disable the autoload function in the
2740                 imageviewer again
2741
2742 2003-05-14 [christoph]  0.8.11claws152
2743
2744         * src/folder.c
2745                 fix folder update after adding a message
2746
2747 2003-05-13 [alfons]     0.8.11claws151
2748
2749         * src/common/session.c
2750                 remove debug traces
2751                 
2752         * src/addrcache.[ch]
2753         * src/filtering.[ch]
2754         * src/folder.[c]
2755         * src/gtkaspell.[ch]
2756         * src/imap.[ch]
2757         * src/mbox_folder.[ch]
2758         * src/mh.[ch]
2759         * src/mimeview.h
2760         * src/msgcache.[ch]
2761         * src/news.[ch]
2762         * src/passphrase.[ch]
2763         * src/prefs_common.[ch]
2764         * src/prefs_gtk.[ch]
2765         * src/procmsg.c
2766         * src/scoring.[ch]
2767                 be pedantic; (in prototypes () implies (int))
2768
2769 2003-05-13 [alfons]     0.8.11claws150
2770
2771         * src/prefs_toolbar.[ch]
2772         * src/summaryview.[ch]
2773         * src/toolbar.[ch]
2774                 change misleading text in toolbar prefs;
2775                 add toolbar action for ignore thread (toggles ignore thread flag);
2776                 clean up a little bit;
2777
2778 2003-05-12 [paul]
2779
2780         * tools/convert_mbox.pl
2781                 bug fixed by Fred Marton
2782
2783 2003-05-12 [paul]
2784
2785         * sync with 0.9.0pre1
2786
2787 2003-05-09 [paul]       0.8.11claws149
2788
2789         * sync with 0.8.11cvs43
2790                 see ChangeLog 2003-05-09
2791
2792 2003-05-08 [christoph]  0.8.11claws148
2793
2794         * src/imap.[ch]
2795                 o use CAPABILIY as first command and check for PREAUTH
2796                   information in the response to it
2797                 o rewrite all imap_cmd_* functions to use an IMAPSession
2798                   instead of a SockInfo as parameter
2799                 o do STARTTLS after fetching and checking the server
2800                   capabilities
2801
2802 2003-05-08 [paul]       0.8.11claws147
2803
2804         * tools/Makefile.am
2805           tools/README
2806           tools/convert_mbox.pl         ** NEW FILE **
2807                 add mbox conversion script. Submitted by 
2808                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2809
2810 2003-05-07 [christoph]
2811
2812         * doc-src/glade.txt
2813         * src/gtk/pluginwindow.glade
2814         * src/plugins/image_viewer/viewerprefs.glade
2815         * src/plugins/spamassassin/spamassassin_gtk.glade
2816                 add glade files for user interfaces and a description how
2817                 to use glade to create the sylpheed code
2818
2819 2003-05-07 [paul]       0.8.11claws146
2820
2821         * sync with 0.8.11cvs41
2822                 see ChangeLog 2003-05-07
2823
2824 2003-05-06 [christoph]  0.8.11claws145
2825
2826         * src/main.c
2827         * src/plugins/image_viewer/viewer.c
2828                 fix usage of imlib in imageviewer plugin
2829
2830         * src/gtk/prefswindow.c
2831                 handle window close event correctly
2832
2833 2003-05-06 [paul]       0.8.11claws144
2834
2835         * src/common/ssl.c
2836                 fix typo introduced in sync
2837
2838 2003-05-06 [paul]       0.8.11claws143
2839
2840         * sync with 0.8.11cvs39
2841                 see ChangeLog 2003-05-06
2842
2843 2003-05-06 [paul]       0.8.11claws142
2844
2845         * AUTHORS
2846           po/cs.po
2847                 updated Czech translation, submitted by 
2848                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2849                 
2850         * src/plugins/clamav/clamav_plugin_gtk.c
2851                 clean up
2852
2853 2003-05-03 [alfons]     0.8.11claws141
2854
2855         * src/compose.[ch]
2856                 make paste as quotation work even when the call to 
2857                 text_inserted() was deferred (fixes bug #140 "Paste 
2858                 as quotation does not work when using "external" 
2859                 clipboard")
2860
2861 2003-05-03 [thorsten]   0.8.11claws140
2862
2863         * src/addrquery.h
2864           src/ldapquery.h
2865           src/mainwindow.c
2866                 removed C++ comments
2867         * src/addr_compl.c
2868                 function with non-int retval/param used before
2869                 implementation/declaration
2870
2871 2003-05-02 [paul]       0.8.11claws139
2872
2873         * src/addr_compl.[ch]
2874           src/addressbook.[ch]
2875           src/addrindex.c
2876           src/summaryview.c
2877                 revert match's changes to (finally) remove the bug where
2878                 opening a folder causes massive slowdown when using the 
2879                 'Display sender using address book' option
2880
2881 2003-05-01 [melvin]     0.8.11claws138
2882
2883         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2884         * src/plugins/dillo_viewer/dillo_viewer.c
2885                 Fixed bug where "Cancel" button from prefs issued
2886                 warnings.
2887                 Comply a little more to coding style
2888
2889 2003-05-01 [paul]       0.8.11claws137
2890
2891         * sync with 0.8.11cvs38
2892                 see ChangeLog 2003-05-01
2893
2894 2003-05-01 [paul]       0.8.11claws136
2895
2896         * po/bg.po
2897                 updated by George Danchev
2898
2899 2003-04-30 [christoph]  0.8.11claws135
2900
2901         * src/plugins/dillo_viewer/dillo_prefs.c
2902         * src/plugins/image_viewer/viewerprefs.c
2903         * src/plugins/spamassassin/spamassassin_gtk.c
2904                 remove gtk_widget_ref() calls for widgets in
2905                 glade code
2906
2907 2003-04-30 [paul]       0.8.11claws134
2908
2909         * src/addrindex.c
2910                 ok, this time a better fix for the bug where opening folder
2911                 has massive slowdown when using the 'Display sender using 
2912                 address book' option
2913
2914 2003-04-30 [paul]       0.8.11claws133
2915
2916         * src/addrindex.c
2917                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2918         
2919 2003-04-30 [melvin]     0.8.11claws132
2920
2921         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2922
2923         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2924                 Preferences for the dillo plugin
2925         * src/plugins/dillo_viewer/dillo_viewer.c
2926                 Support for preferences
2927         * src/plugins/dillo_viewer/Makefile.am
2928                 Added dillo_prefs.[ch]
2929
2930 2003-04-30 [alfons]     0.8.11claws131
2931
2932         * src/common/plugin.[ch]
2933                 see? this ANSI C'fication immediately gives us type
2934                 checking for free.
2935
2936 2003-04-30 [alfons]     0.8.11claws130
2937
2938         * src/common/plugin.[ch]
2939         * src/plugins/clamav/clamav_plugin.[ch]
2940         * src/plugins/clamav/clamav_plugin_gtk.c
2941         * src/plugins/demo/demo.c
2942         * src/plugins/dillo_viewer/dillo_viewer.c
2943         * src/plugins/image_viewer/plugin.c
2944         * src/plugins/image_viewer/viewer.[ch]
2945         * src/plugins/image_viewer/viewerprefs.[ch]
2946         * src/plugins/mathml_viewer/mathml_viewer.c
2947         * src/plugins/spamassassin/spamassassin.[ch]
2948         * src/plugins/spamassassin/spamassassin_gtk.c
2949         * src/plugins/trayicon/trayicon.c
2950                 clean up
2951
2952 2003-04-30 [alfons]     0.8.11claws129
2953
2954         * src/common/utils.c
2955                 make is_ascii_str() fail gracefully when NULL pointer
2956                 is passed
2957
2958 2003-04-30 [paul]       0.8.11claws128
2959
2960         * src/addrindex.c
2961                 fix bug where opening folder has massive slowdown when
2962                 using the 'Display sender using address book' option
2963
2964 2003-04-30 [paul]       0.8.11claws127
2965
2966         * src/plugins/clamav/clamav_plugin.c
2967           src/plugins/clamav/clamav_plugin_gtk.c
2968           src/plugins/demo/demo.c
2969           src/plugins/dillo_viewer/dillo_viewer.c
2970           src/plugins/image_viewer/plugin.c
2971           src/plugins/mathml_viewer/mathml_viewer.c
2972           src/plugins/spamassassin/spamassassin.c
2973           src/plugins/spamassassin/spamassassin_gtk.c
2974           src/plugins/trayicon/trayicon.c
2975                 get rid of eye-hurting function signatures
2976
2977 2003-04-30 [paul]       0.8.11claws126
2978
2979         * src/plugins/trayicon/trayicon.c
2980                 add description
2981                 
2982         * src/mimeview.c
2983                 be more descriptive
2984
2985 2003-04-30 [paul]       0.8.11claws125
2986
2987         * configure.ac
2988                 arrange the plugins in reverse alphabetical order
2989                 
2990         * src/plugins/clamav/clamav_plugin.[ch]
2991           src/plugins/clamav/clamav_plugin_gtk.c
2992                 rename some params
2993                 resize max_size window
2994                 re-arrange the order of some gui elements
2995                 improve descriptions
2996         
2997         * src/plugins/image_viewer/plugin.c
2998           src/plugins/mathml_viewer/mathml_viewer.c
2999                 add descriptions
3000                 
3001         * src/plugins/spamassassin/spamassassin_gtk.c
3002                 resize max_size window
3003                 re-arrange the order of some gui elements
3004                 
3005         * src/messageview.c
3006           src/mimeview.c
3007                 correct typos
3008
3009 2003-04-30 [alfons]     0.8.11claws124
3010
3011         * src/imap.c
3012                 fix a leak found while browsing Martin Kluge's 
3013                 valgrind log (Claws only)
3014
3015 2003-04-29 [darko]      0.8.11claws123
3016
3017         * src/gtk/gtkstext.h
3018                 include wchar.h if it is available, fixes compilation
3019                 on HP-UX systems
3020
3021 2003-04-29 [melvin]     0.8.11claws122
3022
3023         * src/prefs_actions.c
3024                 Improved help text of Actions' syntax
3025
3026 2003-04-28 [paul]       0.8.11claws121
3027
3028         * src/action.c
3029                 a better fix for the crash when performing an action
3030                 on a mime part
3031
3032 2003-04-28 [paul]       0.8.11claws120
3033
3034         * src/action.c
3035                 fix crash when performing an action on a
3036                 mime part
3037
3038 2003-04-28 [paul]       0.8.11claws119
3039
3040         * sync with 0.8.11cvs36
3041                 see ChangeLog 2003-04-28
3042
3043 2003-04-27 [paul]       0.8.11claws118
3044
3045         * more sync with 0.8.11cvs35
3046                 see ChangeLog 2003-04-25
3047
3048 2003-04-26 [christoph]  0.8.11claws117
3049
3050         * src/folder.c
3051                 fix remove virtual check
3052
3053 2003-04-26 [paul]       0.8.11claws116
3054
3055         * src/messageview.c
3056                 fix return-receipt, make it work again
3057
3058 2003-04-26 [paul]       0.8.11claws115
3059
3060         * src/mimeview.c
3061                 restore double-clicking of the [application/pgp-signature 
3062                 (Select "Check signature" to check)] line in the message view,
3063                 broken in recent sync
3064
3065 2003-04-26 [christoph]  0.8.11claws114
3066
3067         * src/folder.c
3068                 check if remove virtual really exists before
3069                 calling the function
3070
3071 2003-04-25 [match]      0.8.11claws113
3072
3073         * src/addrindex.c
3074         * src/addrbook.c
3075         * src/ldapquery.[ch]
3076         * src/ldapctrl.[ch]
3077                 fix memleak.
3078         * src/ldapserver.[ch]
3079                 fix memleak. fix segfault.
3080                 plug a Claws memleak
3081
3082 2003-04-25 [alfons]     0.8.11claws112
3083
3084         * src/folder.c
3085                 plug a Claws memleak
3086
3087 2003-04-25 [alfons]     0.8.11claws111
3088
3089         * src/common/session.c
3090                 plug a memleak
3091
3092 2003-04-25 [paul]       0.8.11claws110
3093
3094         * sync with 0.8.11cvs35
3095                 see ChangeLog 2003-04-24 and 2003-04-25
3096                 
3097         * src/gtk/pluginwindow.c
3098                 correct another strange float value
3099
3100 2003-04-24 [christoph]  0.8.11claws109
3101
3102         * src/folder.c
3103                 freeze folder item updates when unsetting new flags
3104
3105         * src/gtk/pluginwindow.c
3106                 correct strange float value
3107
3108 2003-04-23 [paul]       0.8.11claws108
3109
3110         * sync with 0.8.11cvs33
3111                 see ChangeLog 2003-04-23
3112
3113 2003-04-22 [paul]       0.8.11claws107
3114
3115         * src/Makefile.am
3116           src/messageview.c
3117           src/mimeview.c
3118           src/pgptext.[ch]      ** REMOVED **
3119                 remove pgptext.[ch] as its not used any more
3120
3121 2003-04-22 [paul]       0.8.11claws106
3122
3123         * sync with 0.8.11cvs31
3124                 see ChangeLog 2003-04-21 and 2003-04-22
3125
3126 2003-04-21 [alfons]     0.8.11claws105
3127
3128         * src/main.c
3129                 No access to GTK structures if we're a spawned child
3130                 (and clean up code a little bit...) Should fix #126.
3131
3132 2003-04-21 [melvin]     0.8.11claws104
3133
3134         * src/plugins/dillo_viewer/README
3135                 Improved slightly the text.
3136
3137 2003-04-21 [melvin]     0.8.11claws103
3138
3139         * src/plugins/dillo_viewer/README *** NEW ***
3140                 Added a README file for the Dillo plugin
3141
3142 2003-04-20 [paul]
3143
3144         * tools/README
3145           tools/outlook2sylpheed.pl
3146                 updated and improved by Ricardo Mones Lastra
3147
3148 2003-04-18 [oliver]     0.8.11claws102
3149
3150         * src/inc.c 
3151         * src/prefs_account.h
3152                 remove Pop3SessionType (used by selective download)
3153         * src/prefs_toolbar.c
3154                 enable set Default Toolbar button
3155
3156 2003-04-18 [paul]       0.8.11claws101
3157
3158         * sync with 0.8.11cvs29
3159                 see ChangeLog 2003-04-18
3160
3161 2003-04-17 [paul]       0.8.11claws100
3162
3163         * src/prefs_common.[ch]
3164           src/summaryview.c
3165                 remove 'Open next message on deletion' option,
3166                 as the same effect can now be achieved via the
3167                 'Always open messages in summary when selected'
3168                 option.
3169
3170 2003-04-17 [paul]       0.8.11claws99
3171
3172         * sync with 0.8.11cvs28
3173                 see ChangeLog 2003-04-17
3174
3175 2003-04-17 [christoph]  0.8.11claws98
3176
3177         * ac/spamassassin.m4
3178         * src/plugins/spamassassin/libspamc.[ch]
3179         * src/plugins/spamassassin/utils.[ch]
3180                 sync libspamc with SpamAssassin project
3181
3182 2003-04-17 [christoph]  0.8.11claws97
3183
3184         * src/common/socket.h
3185         * src/gtk/sslcertwindow.h
3186                 rename old USE_SSL to USE_OPENSSL
3187
3188 2003-04-17 [paul]       0.8.11claws96
3189
3190         * src/prefs_common.h
3191                 use gulong for P_COLOR so that it compiles/runs on
3192                 64-bit systems. Patch submitted by James Noyes
3193                 <jnoyes-claws@retrogeeks.com>
3194                 
3195         * po/de.po
3196                 updated by Jens
3197
3198 2003-04-17 [paul]       0.8.11claws95
3199
3200         * sync with 0.8.11cvs27
3201                 see ChangeLog 2003-04-16
3202
3203 2003-04-15 [paul]       0.8.11claws94
3204
3205         * src/prefs_common.[ch]
3206                 rearrange to stop the window getting too long:
3207                         move Receive dialog stuff to Receive tab
3208                         move Send dialog to Send tab
3209                         remove Dialogs frame
3210                 rename 'Open messages in summary with cursor keys' to
3211                 'Always open messages in summary when selected', as its
3212                 more appropriate
3213
3214 2003-04-15 [paul]       0.8.11claws93
3215
3216         * src/prefs_common.[ch]
3217           src/summaryview.c
3218                 add new option '/Interface/Open next message on deletion'
3219
3220 2003-04-15 [paul]       0.8.11claws92
3221
3222         * src/summaryview.[ch]
3223                 add /Mark/Lock and /Mark/Unlock to the pop-up
3224                 menu. Patch submitted by Ivan Francolin Martinez
3225                 <ivanfm@users.sourceforge.net>
3226
3227 2003-04-15 [paul]       0.8.11claws91
3228
3229         * sync with 0.8.11cvs24
3230                 see ChangeLog 2003-04-15
3231
3232 2003-04-14 [jens]       0.8.11claws90
3233
3234         * updated German translation and some corrections from
3235                 Roland Bless <bless@tm.uka.de>
3236
3237 2003-04-14 [paul]       0.8.11claws89
3238
3239         * sync with 0.8.11cvs22
3240                 see ChangeLog 2003-04-14
3241
3242 2003-04-13 [paul]       0.8.11claws88
3243
3244         * src/plugins/clamav/clamav_plugin.c
3245                 fix memory leaks
3246                 clean up
3247
3248 2003-04-12 [paul]       0.8.11claws87
3249
3250         * src/plugins/clamav/clamav_plugin.c
3251                 activate enable/disable archive scanning option
3252                 
3253         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3254
3255 2003-04-12 [paul]       0.8.11claws86
3256
3257         * src/plugins/Makefile.am
3258           src/plugins/clamav/Makefile.am                ** NEW FILE **
3259           src/plugins/clamav/README                     ** NEW FILE ** 
3260           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3261           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3262                 add Clam AntiVirus plugin
3263
3264 2003-04-12 [paul]       0.8.11claws85
3265
3266         * sync with 0.8.11cvs21
3267                 see ChangeLog 2003-04-11
3268
3269 2003-04-11 [paul]       0.8.11claws84
3270
3271         * po/es.po
3272                 update Spanish translation. Submitted by Ricardo
3273                 Mones Lastra.
3274
3275 2003-04-10 [christoph]  0.8.11claws83
3276
3277         * src/mbox.c
3278                 fix typo that did not move unfiltered mails to destination
3279                 folder
3280
3281         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3282          when filtering from spool)
3283
3284 2003-04-10 [christoph]  0.8.11claws82
3285
3286         * src/imap.c
3287                 use BODY.PEEK instead of BODY in in message fetch operation
3288                 to make sure the IMAP server does not set the \Seen flag for
3289                 messages. Sylpheed does that later itself, when the message
3290                 is opened in sylpheed
3291
3292         (closes Bug 111 Claws destroys unread marks)
3293
3294 2003-04-09 [oliver]     0.8.11claws81
3295         
3296         * src/folder.c
3297                 fix crash in folder_destroy
3298         * README.claws
3299                 remove selective download
3300
3301 2003-04-09 [christoph]  0.8.11claws80
3302
3303         * src/imap.c
3304                 fix crash in imap_get_msginfo() when then fetched message
3305                 is not found
3306
3307         (closes Bug 110 Crash during mail composition)
3308
3309 2003-04-08 [christoph]  0.8.11claws79
3310
3311         * src/folder.c
3312         * src/prefs_account.c
3313                 Filter new messages that are found in an INBOX folder
3314                 when 'Filter messages on receiving' is enabled in the
3315                 Folder's AccountPrefs. This allows to use Sylpheed's
3316                 filtering engine for IMAP folders where messages are
3317                 added to the INBOX by a MTA
3318
3319 2003-04-08 [paul]       0.8.11claws78
3320
3321         * src/procmsg.h
3322                 clean up after last commit
3323
3324 2003-04-08 [paul]       0.8.11claws77
3325
3326         * sync with 0.8.11cvs20
3327                 see ChangeLog 2003-04-07 and 2003-04-08
3328
3329 2003-04-07 [christoph]  0.8.11claws76
3330
3331         * src/filtering.[ch]
3332         * src/inc.[ch]
3333         * src/mbox.c
3334         * src/procmsg.[ch]
3335                 add procmsg_msginfo_filter() to execute filtering actions
3336
3337 2003-04-06 [christoph]  0.8.11claws75
3338
3339         * src/imap.c
3340                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3341
3342 2003-04-06 [christoph]  0.8.11claws74
3343
3344         * src/common/utils.[ch]
3345                 add g_int_compare() function for slist sorting
3346
3347         * src/imap.c
3348                 fetch all MsgInfos with one command in imap_get_msginfos()
3349                 using an imap set with a list of ranges
3350
3351         * src/news.c
3352                 use new g_int_compare() function
3353
3354 2003-04-06 [thorsten]   0.8.11claws73
3355
3356         * src/mh.c
3357                 corrected implementation of mh_folder_destroy()
3358
3359 2003-04-05 [christoph]  0.8.11claws72
3360
3361         * src/account.c
3362         * src/folder.[ch]
3363         * src/folderview.c
3364         * src/imap.c
3365         * src/inc.c
3366         * src/main.c
3367         * src/mainwindow.c
3368         * src/mbox_folder.c
3369         * src/mh.c
3370         * src/mimeview.h
3371         * src/msgcache.[ch]
3372         * src/news.c
3373         * src/procmime.h
3374         * src/procmsg.[ch]
3375         * src/setup.c
3376         * src/gtk/gtkutils.c
3377                 o rename structure field names class and new to klass and
3378                   new_msgs, to allow including files in C++
3379                 o add 'extern "C"' block to some header files
3380                 o add MsgInfoList and MsgNumberList as alias for GSList for
3381                   developers to know what type of list is expected
3382
3383         * src/plugins/image_viewer/plugin.c
3384         * src/plugins/image_viewer/viewer.[ch]
3385         * src/plugins/image_viewer/viewerprefs.[ch]
3386                 rename function names to prevent conflicts
3387
3388 2003-04-05 [paul]       0.8.11claws71
3389
3390         * sync with 0.8.11cvs18
3391                 see ChangeLog 2003-04-03 and 2003-04-04
3392
3393 2003-04-02 [christoph]  0.8.11claws70
3394
3395         * src/folder.[ch]
3396         * src/imap.[ch]
3397         * src/mbox_folder.[ch]
3398         * src/mh.[ch]
3399         * src/news.[ch]
3400                 o Make all virtual folder functions private
3401                 o remove unused folder code
3402
3403         * src/common/socket.[ch]
3404         * src/summaryview.c
3405                 fix warnings
3406
3407 2003-03-30 [alfons]     0.8.11claws69
3408
3409         * src/send_message.c
3410                 remove two debug traces and see if people still report
3411                 errors
3412
3413 2003-03-30 [alfons]     0.8.11claws68
3414
3415         * src/send_message.c
3416         * src/commons/session.c
3417                 add more debug traces
3418
3419 2003-03-30 [christoph]  0.8.11claws67
3420
3421         * src/folder.c
3422                 change processing folder name from .processing to processing
3423
3424         * src/common/ssl.c
3425                 disable SSL certificate check because it causes Xlib error
3426                 when the child process want's to open an GTK window
3427
3428 2003-03-30 [christoph]  0.8.11claws66
3429
3430         * src/folder.c
3431                 don't use default folder for processing folder item because
3432                 it can be a non local folder
3433
3434         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3435
3436 2003-03-30 [alfons]     0.8.11claws65
3437
3438         * src/send_message.c
3439                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3440                 to generate bad code for 'send_send_data_progressive': When
3441                 called from 'send_send_data_finished', the 'data' pointer is
3442                 cleared just before the assignment to the dialog pointer
3443
3444 2003-03-29 [christoph]  0.8.11claws64
3445
3446         * src/common/prefs.h
3447         * src/plugins/image_viewer/Makefile.am
3448         * src/plugins/image_viewer/plugin.c
3449         * src/plugins/image_viewer/viewer.[ch]
3450         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3451                 add PrefsPage for ImageViewer
3452
3453 2003-03-28 [thorsten]   0.8.11claws63
3454
3455         * src/common/session.c
3456                 added some comments
3457
3458 2003-03-28 [paul]       0.8.11claws62
3459
3460         * sync with 0.8.11cvs16
3461                 see ChangeLog 2003-03-28
3462
3463 2003-03-28 [paul]       0.8.11claws61
3464
3465         * sync with 0.8.11cvs15
3466                 see ChangeLog 2003-03-28
3467
3468 2003-03-27 [christoph]  0.8.11claws60
3469
3470         * src/folder.c
3471         * src/imap.c
3472         * src/common/socket.[ch]
3473                 set socket state to DISCONNECTED when any operation
3474                 fails to allow reconnecting in IMAP code without
3475                 checking the return code of all calls to the command
3476                 functions
3477
3478         * src/folderview.c
3479         * src/summaryview.c
3480                 remove some more stuff that depends on specific
3481                 folder types
3482
3483 2003-03-27 [paul]       0.8.11claws59
3484
3485         * sync with 0.8.11cvs14
3486                 see ChangeLog 2003-03-27
3487                 
3488         * src/selective_download.[ch]   ** REMOVED **
3489                 really removed
3490
3491 2003-03-27 [christoph]  0.8.11claws58
3492
3493         * src/folder.c
3494                 fix handling of tmp_flags in flag copy function
3495
3496 2003-03-27 [paul]       0.8.11claws57
3497
3498         * sync with 0.8.11cvs13
3499                 see ChangeLog 2003-03-27
3500
3501 2003-03-27 [oliver]     0.8.11claws56
3502
3503         * src/maiwindow.c
3504                 remove sel_download_cb
3505
3506 2003-03-27 [oliver]     0.8.11claws55
3507         
3508         * src/inc.c
3509                 remove POP3_TOP
3510         
3511 2003-03-26 [oliver]     0.8.11claws54
3512
3513         *src/pop.h
3514                 remove POP3_TOP*
3515         * README.claws
3516                 remove selective donwload readme
3517
3518 2003-03-26 [oliver]     0.8.11claws53
3519         * src/matcher.[ch]
3520         * src/matcher_parser_parse.y 
3521         * src/pop.c 
3522         * src/prefs_account.[ch]
3523         * src/prefs_filtering.c
3524                 remove selective donwload
3525
3526 2003-03-26 [oliver]     0.8.11claws52
3527
3528         * src/inc.[ch] 
3529         * src/filtering.c 
3530         * src/mainwindow.c 
3531                 remove selective donwload
3532
3533 2003-03-26 [oliver]     0.8.11claws51
3534         
3535         * src/Makefile.am
3536         * src/selective_download.[ch]   ** REMOVE **    
3537
3538 2003-03-26 [christoph]  0.8.11claws50
3539
3540         * src/news.c
3541                 fix NEWS that got broken by a sync with sylpheed-main
3542
3543 2003-03-26 [christoph]  0.8.11claws49
3544
3545         * src/mimeview.c
3546                 fix mime type guessing when no mime type is found for a file
3547
3548 2003-03-25 [christoph]  0.8.11claws48
3549
3550         * src/mimeview.c
3551         * src/procmime.c
3552                 remove mime type guessing from mime parser and use
3553                 name based mime types in viewer lookup for mime type
3554                 application/octet-stream
3555
3556 2003-03-25 [christoph]  0.8.11claws47
3557
3558         * doc-src/readme.txt
3559         * doc-src/rfc2554.txt
3560                 add RFC about SMTP AUTH
3561
3562         * src/send_message.c
3563         * src/common/smtp.[ch]
3564                 add extra error code for authentication errors and
3565                 clear temporary password when this error occurs
3566
3567         (closes Bug 84 authentication failure while sending should
3568          prompt for password again)
3569
3570 2003-03-25 [christoph]  0.8.11claws46
3571
3572         * configure.ac
3573         * src/Makefile.am
3574         * src/imageview.[ch]                            ** REMOVE **
3575         * src/messageview.[ch]
3576         * src/mimeview.[ch]
3577         * src/prefs_common.[ch]
3578         * src/textview.c
3579         * src/plugins/Makefile.am
3580         * src/plugins/image_viewer/.cvsignore           ** NEW **
3581         * src/plugins/image_viewer/Makefile.am          ** NEW **
3582         * src/plugins/image_viewer/plugin.c             ** NEW **
3583         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3584                 move image viewer into a plugin (building is enabled by default)
3585                 [ToDo: Prefs for resize and autoview]
3586
3587 2003-03-25 [paul]       0.8.11claws45
3588
3589         * sync with 0.8.11cvs12
3590                 see ChangeLog 2003-03-26
3591
3592 2003-03-25 [paul]       0.8.11claws44
3593
3594         * sync with 0.8.11cvs11
3595                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3596                 
3597         Note: Selective Download is broken.
3598                 
3599 2003-03-22 [christoph]  0.8.11claws43
3600
3601         * src/folder.c
3602                 code cleanup for flags copying
3603
3604 2003-03-22 [christoph]  0.8.11claws42
3605
3606         * src/plugins/trayicon/trayicon.c
3607                 fix setting the transparent area when the window size
3608                 is forced by the system tray
3609
3610 2003-03-22 [christoph]  0.8.11claws41
3611
3612         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3613         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3614         * src/plugins/trayicon/newmail.xpm              ** NEW **
3615         * src/plugins/trayicon/nomail.xpm               ** NEW **
3616         * src/plugins/trayicon/trayicon.c
3617         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3618                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3619                 o add icon for unread mails
3620                 o set transparency for window
3621
3622 2003-03-22 [christoph]  0.8.11claws40
3623
3624         * src/news.c
3625                 init news session to prevent crash when session is closed
3626
3627 2003-03-22 [christoph]  0.8.11claws39
3628
3629         * src/imap.c
3630         * src/common/session.[ch]
3631                 Init session data to make sure we don't have invalid pointers
3632                 for read_ch and write_ch when new multi process sessions are
3633                 not used
3634
3635         * src/main.c
3636         * src/common/plugin.c
3637         * src/common/sylpheed.c
3638         * src/plugins/demo/demo.c
3639         * src/plugins/dillo_viewer/dillo_viewer.c
3640         * src/plugins/mathml_viewer/mathml_viewer.c
3641         * src/plugins/spamassassin/spamassassin.c
3642         * src/plugins/spamassassin/spamassassin_gtk.c
3643                 add plugin types to allow loading plugins at different times
3644                 (and maybe for different frontends), because it's not good to
3645                 load GTK-Plugins gefore gtk_init was called
3646
3647         * configure.ac
3648         * src/plugins/Makefile.am
3649         * src/plugins/trayicon/.cvsignore               ** NEW **
3650         * src/plugins/trayicon/Makefile.am              ** NEW **
3651         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3652         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3653         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3654         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3655         * src/plugins/trayicon/trayicon.c               ** NEW **
3656                 New Trayicon plugin that shows an icon in a systray that uses
3657                 XEMBED protocol like Gnome's systray. Icon shows if there
3658                 are new mails and a tooltip shows information about new,
3659                 unread and total messages.
3660
3661 2003-03-22 [paul]       0.8.11claws38
3662
3663         * src/common/smtp.c
3664                 fix ESMTP AUTH CRAM-MD5
3665                 [sync with main (still version 0.8.11cvs6), see
3666                  ChangeLog 2003-03-22]
3667
3668 2003-03-21 [colin]      0.8.11claws37
3669
3670         * src/send_message.c
3671                 Fix USE_SSL => USE_OPENSSL
3672
3673 2003-03-21 [colin]      0.8.11claws36
3674
3675         * src/folderview.c
3676                 Fix counts in drag and dropped subfolders
3677
3678 2003-03-21 [colin]      0.8.11claws35
3679
3680         * src/folder.c 
3681         * src/folderview.c
3682                 speed up a bit folder dnd
3683
3684 2003-03-20 [alfons]     0.8.11claws34
3685
3686         * src/main.c
3687         * src/toolbar.c
3688         * src/procmsg.c
3689                 don't send locked queue messages
3690                 (feature request "[ 705245 ] Locking message in outbox 
3691                  should prevent sending")
3692
3693 2003-03-20 [christoph]  0.8.11claws33
3694
3695         * src/folder.c
3696                 remove NEW and UNREAD flag in special folders when scanning
3697                 
3698         * src/common/smtp.c
3699                 fix ESMTP AUTH CRAM-MD5
3700
3701 2003-03-20 [paul]       0.8.11claws32
3702
3703         * src/prefs_account.c
3704                 Re-write 'Tunnel command to open connection' as
3705                 'Use command to communicate with server', and disable
3706                 it for all except IMAP accounts
3707
3708 2003-03-20 [paul]       0.8.11claws31
3709
3710         * sync with 0.8.11cvs6
3711                 see ChangeLog 2003-03-20
3712
3713 2003-03-19 [match]      0.8.11claws30
3714
3715         * src/addritem.[ch]
3716                 include documentation. minor refactoring.
3717         * src/addr_compl.[ch]
3718         * src/addrindex.[ch]
3719         * src/addresbook.[ch]
3720         * src/summaryview.c
3721                 re-enable address lookup (was disabled in
3722                 0.8.11claws20).
3723
3724 2003-03-19 [christoph]  0.8.11claws29
3725
3726         * src/procmsg.c
3727                 add temp flag handling, will make moving and copying
3728                 messages possible again
3729
3730         * src/folder.c
3731                 correct calulation of folder stats
3732
3733 2003-03-18 [match]      0.8.11claws28
3734
3735         * src/editgroup.h
3736                 remove case sensitive comparison (closes bug 80).
3737
3738 2003-03-18 [christoph]  0.8.11claws27
3739
3740         * src/imap.c
3741                 fix imap using a tunnel command
3742
3743         (closes bug 87)
3744
3745 2003-03-18 [christoph]  0.8.11claws26
3746
3747         * src/folder.[ch]
3748         * src/imap.c
3749         * src/procmsg.[ch]
3750                 rewrite flag handling for folders
3751
3752 2003-03-18 [christoph]  0.8.11claws25
3753
3754         * src/folder.c
3755         * src/procmsg.c
3756         * src/summaryview.c
3757                 unset NEW and UNREAD flags when message is ignored, to make
3758                 sure messages don't show up as unread on other IMAP clients,
3759                 because the IGNORE_THREAD flag can not be syncronized through
3760                 the IMAP folder
3761
3762 2003-03-17 [christoph]  0.8.11claws24
3763
3764         * src/imap.c
3765                 don't use recursion to fetch uids when the number of messages
3766                 does not match. Moved code into subfunction that is used
3767                 again when needed, to prevent an endless loop.
3768
3769 2003-03-17 [thorsten]   0.8.11claws23
3770
3771         * src/imageview.[ch]
3772                 export imageview_get_resized_size() (for plugins)
3773         * src/prefs_common.[ch]
3774                 added prefs_common_get() (for plugins)
3775
3776 2003-03-17 [christoph]  0.8.11claws22
3777
3778         * src/imap.c
3779                 o remove UID guessing from copy code
3780                 o support UIDPLUS extension for APPEND command
3781
3782 2003-03-17 [paul]       0.8.11claws21
3783
3784         * src/gtk/about.c
3785                 remove 'Compiled-plugins' section.
3786                 
3787         * src/plugins/dillo_viewer/dillo_viewer.c
3788                 slight change to description text
3789
3790 2003-03-16 [match]      0.8.11claws20
3791         * src/ldapserver.[ch]           ** NEW **
3792         * src/ldapctrl.[ch]             ** NEW **
3793         * src/ldapquery.[ch]            ** NEW **
3794         * src/ldaputil.[ch]             ** NEW **
3795         * src/addrcindex.[ch]           ** NEW **
3796         * src/addrquery.h               ** NEW **
3797         * src/addritem.[ch]
3798         * src/addrcache.[ch]
3799         * src/addrindex.[ch]
3800         * src/addr_compl.[ch]
3801         * src/addressbook.[ch]
3802         * src/addrbook.[ch]
3803         * src/editgroup.c
3804         * src/editaddress.c
3805         * src/editldap.c
3806         * src/editldap_basedn.c
3807         * src/vcard.c
3808         * src/jpilot.c
3809         * src/Makefile.am
3810                 included dynamic LDAP queries. improved address
3811                 completion.
3812
3813 2003-03-16 [paul]       0.8.11claws19
3814
3815         * tools/multiwebsearch.pl
3816                 fix a fatal typo
3817
3818 2003-03-16 [christoph]  0.8.11claws18
3819
3820         * src/mimeview.c
3821         * src/plugins/dillo_viewer/dillo_viewer.c
3822         * src/plugins/mathml_viewer/mathml_viewer.c
3823                 make unregistering of MimeViewerFactorys possible
3824
3825 2003-03-16 [alfons]     0.8.11claws17
3826
3827         * configure.ac
3828                 correct typo
3829
3830 2003-03-16 [melvin]     0.8.11claws16
3831
3832         * src/plugins/dillo_viewer.c
3833                 Fixed bug where it was not possible to view more than
3834                 one text/html attachment per message (bug discovered
3835                 by Christoph Hohmann).
3836
3837 2003-03-15 [melvin]     0.8.11claws15
3838
3839         * src/prefs_actions.c
3840                 Fixed compilation warnings.
3841
3842 2003-03-15 [melvin]     0.8.11claws14
3843
3844         * src/plugins/Makefile.am
3845         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3846         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3847         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3848                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3849                 newer (http://dillo.auriga.wearlab.de/).
3850
3851 2003-03-15 [christoph]  0.8.11claws13
3852
3853         * src/imap.c
3854                 don't query imap folder for attributes because we already
3855                 for them from imap_status
3856
3857         * src/mimeview.[ch]
3858                 add support for plugable MimeViewers (unloading Viewers
3859                 not yet complete)
3860
3861         * src/plugins/Makefile.am
3862         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3863         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3864         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3865                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3866                 widget from http://helm.cs.unibo.it/mml-widget/
3867
3868 2003-03-14 [christoph]  0.8.11claws12
3869
3870         * src/folder.[ch]
3871                 o error return code's should better be negative
3872                 o replace printf with debug_print
3873
3874         * src/imap.c
3875                 improve IMAP folder scan by checking UID-NEXT
3876
3877         * src/summaryview.c
3878                 remove check that are unnecessary in my opinion
3879
3880 2003-03-13 [christoph]  0.8.11claws11
3881
3882         * src/folder.[ch]
3883         * src/foldersel.c
3884         * src/folderview.c
3885         * src/imap.c
3886         * src/mbox_folder.c
3887         * src/mh.c
3888         * src/news.c
3889         * src/prefs_scoring.c
3890         * src/summaryview.c
3891                 use a common function to get a displayable name
3892                 for a FolderItem
3893
3894 2003-03-13 [paul]       0.8.11claws10
3895
3896         * tools/Makefile.am
3897           tools/README
3898           tools/multiwebsearch.conf     ** NEW FILE **
3899           tools/multiwebsearch.pl       ** NEW FILE **
3900                 add multiwebsearch Actions script
3901
3902 2003-03-13 [colin]      0.8.11claws9
3903
3904         * src/compose.c
3905                 Remove leading emtpy lines from quoted text
3906                 before quoting it
3907
3908 2003-03-13 [melvin]     0.8.11claws8
3909
3910         * src/prefs_actions.c
3911                 Fixed a memory leak
3912                 Code clean ups
3913                 Added Cancel and OK buttons
3914                 Corrected help text
3915
3916 2003-03-13 [christoph]  0.8.11claws7
3917
3918         * src/account.c
3919         * src/folder.[ch]
3920         * src/imap.c
3921         * src/mainwindow.c
3922         * src/mbox_folder.c
3923         * src/mh.c
3924         * src/news.c
3925         * src/setup.c
3926                 replace more folder type stuff with folder class stuff
3927
3928 2003-03-13 [melvin]     0.8.11claws6
3929
3930         * src/prefs_actions.c
3931                 Added new tokens:
3932                 %u: user provided argument
3933                 %h: user provided argument (hidden on input)
3934                 %s: current text selection in the message view 
3935
3936 2003-03-13 [paul]       0.8.11claws5
3937
3938         * sync with 0.8.11cvs5
3939                 see ChangeLog 2003-03-11, 2003-03-12
3940
3941 2003-03-12 [christoph]  0.8.11claws4
3942
3943         * src/folder.c
3944                 use folder class idstr when writing folderlist.xml
3945
3946         * src/folder.h
3947         * src/imap.c
3948         * src/news.c
3949                 replace folder type checks with folder class checks
3950
3951 2003-03-12 [christoph]  0.8.11claws3
3952
3953         * src/folder.[ch]
3954         * src/imap.[ch]
3955         * src/main.c
3956         * src/mbox_folder.[ch]
3957         * src/mh.[ch]
3958         * src/news.[ch]
3959                 o create a list of known folder classes in the folder system
3960                 o use folder class id strings for folder item identifiers
3961
3962 2003-03-12 [christoph]  0.8.11claws2
3963
3964         * src/imap.c
3965                 fix imap uid validity check
3966
3967 2003-03-12 [christoph]  0.8.11claws1
3968
3969         * src/account.c
3970         * src/folder.[ch]
3971         * src/foldersel.c
3972         * src/folderview.c
3973         * src/imap.c
3974         * src/mainwindow.c
3975         * src/mbox_folder.c
3976         * src/mh.c
3977         * src/news.c
3978         * src/prefs_scoring.c
3979         * src/procmsg.c
3980         * src/setup.c
3981         * src/summaryview.c
3982                 initial restructuring of folder system, seperating
3983                 folders and folder classes
3984
3985 2003-03-12 [paul]       0.8.11claws
3986
3987         0.8.11claws release
3988
3989 2003-03-12 [christoph]
3990
3991         * src/gtk/prefswindow.c
3992                 fix translation of "Page Index"
3993
3994 2003-03-12 [paul]       0.8.10claws110
3995
3996         a sync from 0.8.11cvs4 before the release
3997
3998         * src/common/utils.c
3999                 subject_compare_for_sort(): allow null strings (fixes
4000                 summary sorting).
4001
4002 2003-03-11 [paul]       0.8.10claws109
4003
4004         * po/es.po
4005                 update Spanish translation, submitted by
4006                 Ricardo Mones Lastra
4007
4008 2003-03-11 [melvin]     0.8.10claws108
4009
4010         * po/fr.po
4011                 Updated French translations
4012
4013 2003-03-11 [paul]       0.8.10claws107
4014
4015         * manual/en/Makefile.am
4016           manual/en/*.html
4017                 update English manual, add a new page
4018                 updated by Francois Barriere <fbarriere@atmel.fr>
4019                 
4020         * po/bg.po
4021           po/it.po
4022           po/sr.po
4023                 update Bulgarian, Italian, and Serbian translations
4024                 submitted by George Danchev, Alessandro Maestri, and
4025                 Urke MMI
4026
4027 2003-03-10 [paul]       0.8.10claws106
4028
4029         * src/gtk/about.c
4030           src/gtk/prefswindow.c
4031                 make some strings translatable
4032
4033 2003-03-10 [darko]      0.8.10claws105
4034
4035         * src/compose.c
4036                 code cleanup to make Hiro happy
4037
4038 2003-03-10 [paul]       0.8.10claws104
4039
4040         * sync with 0.8.11cvs2
4041                 see ChangeLog 2003-03-10
4042
4043 2003-03-09 [melvin]     0.8.10claws103
4044
4045         * src/textview.c
4046                 textview_set_font(): fix for message display in
4047                 UTF-8 locales (thanks to Sergey Vlasov).
4048                 (was unintentionnaly reverted in 0.8.6claws6)   
4049
4050 2003-03-08 [darko]      0.8.10claws102
4051
4052         * src/compose.c
4053                 fix infinite loop in wrapping as reported
4054                 by happycactus
4055                 obsoletes patch #696482
4056
4057 2003-03-08 [christoph]  0.8.10claws101
4058
4059         * src/imap.c
4060                 add workaround for IMAP servers that do not
4061                 support the "UID SEARCH UID" command
4062
4063 2003-03-07 [christoph]  0.8.10claws100
4064
4065         * src/plugins/spamassassin/spamassassin.[ch]
4066         * src/plugins/spamassassin/spamassassin_gtk.c
4067                 code cleanup
4068
4069 2003-03-07 [paul]       0.8.10claws99
4070
4071         * po/es.po
4072                 updated Spanish translation, submitted by
4073                 Ricardo Mones Lastra
4074
4075 2003-03-07 [christoph]  0.8.10claws98
4076
4077         * src/send.c
4078                 fix in 0.8.10claws94 was wrong
4079                 local delivery does not require escaping, remove escaping
4080                 code to make signatures of mails with "." lines valid
4081                 
4082                 NOTE: requires that sendmail is executed with "-i" option,
4083                       what is the default now, but has to be changed in all
4084                       exsiting accounts)
4085
4086 2003-03-07 [paul]       0.8.10claws97
4087
4088         * sync with 0.8.11 release
4089                 see ChangeLog 2003-03-07
4090
4091 2003-03-06 [paul]       0.8.10claws96
4092
4093         * src/compose.c
4094                 revert commit 0.8.10claws92
4095
4096 2003-03-06 [paul]       0.8.10claws95
4097
4098         * src/folderview.c
4099                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4100
4101         * src/gtkaspell.c
4102                 fix bug 74, 'Crash opening editor window with pseudo-color
4103                 display'
4104                 
4105         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4106
4107 2003-03-06 [christoph]  0.8.10claws94
4108
4109         * src/send.c
4110                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4111                 all lines starting with a period get an extra period
4112                 inserted
4113                 (found by Simon 'corecode' Schubert)
4114
4115 2003-03-06 [paul]       0.8.10claws93
4116
4117         * src/folderview.c
4118                 if configured font can't be loaded fall back to gtk
4119                 default. (with thanks to Christoph)
4120                 
4121                 closes long-standing bug 15 'Crashes on startup'
4122
4123 2003-03-06 [paul]       0.8.10claws92
4124
4125         * src/compose.c
4126                 freeze text before autosave and thaw afterwards
4127                 fixes bug 67 'autosave make re-rediting message crazy'
4128
4129 2003-03-06 [christoph]  0.8.10claws91
4130
4131         * src/compose.c
4132                 ignore address comment in dupe check for Cc-list
4133
4134         (closes reopened bug 47 Replying to message strips name part of
4135          e-mail addresses of Cc: lines)
4136
4137 2003-03-06 [paul]       0.8.10claws90
4138
4139         * src/Makefile.am
4140                 remove reference to gtkxtext.h as its no longer in
4141                 the repository
4142
4143 2003-03-06 [paul]       0.8.10claws89
4144
4145         * sync with 0.8.10cvs25
4146                 see ChangeLog 2003-03-06
4147
4148 2003-03-06 [oliver]     0.8.10claws88
4149         
4150         * src/messageview.c
4151                 remove include
4152
4153 2003-03-06 [oliver]     0.8.10claws87
4154         
4155         * src/folderview.c 
4156                 remove changes introduced inclaws74
4157         * src/messageview.c
4158                 another attempt to sanely delete and update
4159                 messages deleted in separate messageview
4160
4161 2003-03-05 [christoph]  0.8.10claws86
4162
4163         * src/summaryview.c
4164                 check if "From" matches any account's address if
4165                 addressbook completion of addresses is disabled too
4166
4167         (closes Bug 70 "Display recipient in from" doesn't check
4168          folder's default account)
4169
4170 2003-03-05 [christoph]  0.8.10claws85
4171
4172         * src/compose.c
4173         * src/common/utils.[ch]
4174                 don't strip address comments when building Cc lists
4175
4176         (closes Bug 47 Replying to message strips name part of e-mail addresses
4177          of Cc: lines)
4178
4179         * src/folder.c
4180                 fix return value of copy function
4181
4182 2003-03-05 [christoph]  0.8.10claws84
4183
4184         * src/imap.c
4185                 don't ask imap server for non rfc822 headers
4186
4187         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4188
4189         * src/imap.c
4190                 destroy session on socket error to allow reconnecting
4191
4192 2003-03-05 [christoph]  0.8.10claws83
4193
4194         * configure.ac
4195                 fix building with gnome when no prefix is set
4196
4197         (closes bug 66 Gnome directory is set to NONE)
4198
4199 2003-03-05 [paul]       0.8.10claws82
4200
4201         * sync with 0.8.10cvs23
4202                 see ChangeLog 2003-03-05
4203
4204 2003-03-04 [christoph]  0.8.10claws81
4205
4206         * src/folder.c
4207                 o fix moving and copying when folder returns 0 for new
4208                   message number
4209                 o remove some code for single message copy and move
4210                   operations and use functions for multiple messages
4211
4212         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4213
4214         * src/news.c
4215                 remove unused include
4216
4217 2003-03-04 [paul]       0.8.10claws80
4218
4219         * src/gtk/about.c
4220                 list 'Compiled plugins'
4221
4222 2003-03-03 [christoph]  0.8.10claws79
4223
4224         * src/news.[ch]
4225                 have to multiply the percentage of the current fetch with
4226                 the percentage that it has of the total fetch operation
4227                 for correct values
4228
4229 2003-03-03 [christoph]  0.8.10claws78
4230
4231         * src/news.c
4232                 fix calculation of expected lines for progress indicator
4233
4234 2003-03-03 [christoph]  0.8.10claws77
4235
4236         * src/summaryview.c
4237         * src/common/utils.c
4238                 fix segfault when opening the root news folder
4239
4240 2003-03-03 [christoph]  0.8.10claws76
4241
4242         * src/mainwindow.[ch]
4243         * src/common/Makefile.am
4244         * src/common/progressindicator.[ch]
4245                 add UI independent progress indicator handling
4246
4247         * src/news.[ch]
4248                 use new progress indicator for message info fetching
4249
4250         * src/common/hooks.h
4251                 code cleanup
4252
4253 2003-03-03 [oliver]     0.8.10claws75
4254
4255         * src/toolbar.c
4256         * src/compose.c
4257                 removed commented code
4258
4259 2003-03-03 [oliver]     0.8.10claws74
4260
4261         * src/toolbar.[ch]
4262                 cleanups and refactoring
4263         * src/compose.[ch]
4264                 compose_reply_mode reply & forwarding interface for
4265                 toolbar buttons
4266         * src/folderview.c
4267                 act on messages marked for deletion in folderview_selected
4268                 based on prefs_common.immediate_exec since a message might 
4269                 have been deleted by messageview in a folder we are changing 
4270                 to (does anybody understand what I'm on about ?)
4271
4272 2003-03-03 [oliver]     0.8.10claws73
4273         
4274         * src/messageview.[ch]
4275                 new functions
4276                 - messageview_delete: delete message shown in messagview
4277                 - messageview_update_view: update messageview to currently 
4278                   selected summaryview message
4279                 - add separate messageview to msgview_list in order to update 
4280                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4281         * src/summaryview.[ch]
4282                 summary_get_selection returns a list of selected msgs
4283                 in summaryview
4284         * src/mainwindow.c
4285                 toolbar reply refactoring
4286
4287 2003-03-03 [paul]       0.8.10claws72
4288
4289         * sync with 0.8.10cvs21
4290                 see ChangeLog 2003-03-03
4291
4292 2003-03-02 [christoph]  0.8.10claws71
4293
4294         * src/common/passcrypt.c
4295                 use POSIX includes
4296
4297 2003-03-02 [christoph]  0.8.10claws70
4298
4299         * configure.ac
4300         * src/prefs_account.c
4301         * src/prefs_gtk.[ch]
4302         * src/common/.cvsignore
4303         * src/common/Makefile.am
4304         * src/common/passcrypt.c                ** NEW **
4305         * src/common/passcrypt.h.in             ** NEW **
4306                 Implement password encryption in config files
4307                 using unix encrypt and setkey functions. The crypt
4308                 key can be set as a configure parameter. Old
4309                 passwords will be converted if they do not begin
4310                 with '!'
4311
4312 2003-03-02 [paul]       0.8.10claws69
4313
4314         * src/prefs_account.c
4315                 fix compile error
4316
4317 2003-03-01 [thorsten]   0.8.10claws68
4318
4319         * po/el.po
4320           po/hr.po
4321           po/it.po
4322           po/nl.po
4323           po/sr.po
4324           po/sv.po
4325                 corrected format strings
4326         * po/en_GB.po
4327                 corrected headers
4328                 (fix compile errors with GNU gettext-0.11.5)
4329
4330 2003-03-01 [oliver]     0.8.10claws67
4331
4332         * src/summaryview.c
4333                 menu callbacks call toolbar_menu_reply
4334
4335 2003-03-01 [oliver]     0.8.10claws66
4336
4337         * src/mainwindow.c
4338         * src/messageview.c
4339                 menu callbacks call toolbar_menu_reply
4340         * src/toolbar.[ch]
4341                 callbacks from menu handled by toolbar_menu_reply
4342
4343 2003-03-01 [paul]       0.8.10claws65
4344
4345         * src/addressbook.c
4346                 revert commit 0.8.10claws54 - breaks editing of
4347                 addressbook.
4348                 
4349         * po/bg.po
4350                 update Bulgarian translation, submitted by
4351                 George Danchev
4352
4353 2003-02-28 [christoph]  0.8.10claws64
4354
4355         * src/account.c
4356         * src/addressadd.c
4357         * src/compose.c
4358         * src/gtkaspell.c
4359         * src/gtkxtext.h                ** REMOVE **
4360         * src/imap.c
4361         * src/matcher.[ch]
4362         * src/mh.c
4363         * src/news.c
4364         * src/pine.c
4365         * src/prefs_common.c
4366         * src/prefs_matcher.c
4367         * src/procheader.[ch]
4368         * src/procmsg.[ch]
4369         * src/toolbar.c
4370         * src/common/ssl_certificate.c
4371         * src/gtk/colorlabel.c
4372         * src/gtk/menu.c
4373                 o fix warnings
4374                 o remove code obsoleted by new cache and folder system rework
4375
4376 2003-02-28 [oliver]     0.8.10claws63
4377         
4378         * src/toolbar.[ch]
4379                 * fix bug where reply in Messageview replied to 
4380                 Message displayed in summaryview
4381                 (reportedd via ML by chinatinte at gmx dot ch)
4382                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4383                 didn't work in separate MessageView Toolbar
4384                 (wondering if anybody uses this at all ?)
4385         * src/summaryview.[ch]
4386                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4387                 (generalize reply and forward code);
4388         * src/messageview.c 
4389                 remove focus_in event which updated summaryview to messageview
4390
4391 2003-02-28 [paul]       0.8.10claws62
4392
4393         * po/Makefile.in.in
4394                 add the --check option
4395                 Patch submitted by Ricardo Mones Lastra
4396
4397 2003-02-28 [paul]       0.8.10claws61
4398
4399         * src/prefs_account.c
4400                 re-order 'Signature' items
4401
4402 2003-02-28 [paul]       0.8.10claws60
4403
4404         * sync with 0.8.10cvs20
4405                 see ChangeLog 2003-02-28
4406
4407 2003-02-28 [paul]       0.8.10claws59
4408
4409         * po/POTFILES.in
4410                 update to reflect recent movement of files
4411
4412 2003-02-28 [paul]       0.8.10claws58
4413
4414         * sync with 0.8.10cvs19
4415                 see ChangeLog 2003-02-28
4416
4417 2003-02-27 [martin]     0.8.10claws57
4418
4419         * src/prefs_matcher.c 
4420                 fix segfault in prefs_matcher_ok() when the
4421                 last entry is deleted and prevents that the
4422                 message "entry not saved" comes up after deleting
4423                 an entry
4424
4425 2003-02-27 [martin]     0.8.10claws56
4426
4427         * src/prefs_filtering.c 
4428                 fix segfault in prefs_filtering_ok() when the
4429                 last entry is deleted and prevents that the
4430                 message "entry not saved" comes up after deleting
4431                 an entry
4432
4433 2003-02-27 [paul]       0.8.10claws55
4434
4435         * sync with 0.8.10cvs18
4436                 see ChangeLog 2003-02-27
4437
4438 2003-02-27 [paul]       0.8.10claws54
4439
4440         * src/addressbook.c
4441                 fix bug where the address book crashes with 
4442                 multiple lookups.
4443                 Patch [687729] submitted by David Frager 
4444                 <dbfrager@users.sourceforge.net>
4445
4446 2003-02-25 [christoph]  0.8.10claws53
4447
4448         * src/Makefile.am
4449         * src/colorlabel.[ch]           ** REMOVE **
4450         * src/gtk/Makefile.am
4451         * src/gtk/colorlabel.[ch]       ** NEW **
4452                 move colorlabel files to gtk directory
4453
4454         * src/esmtp.[ch]                ** REMOVE **
4455                 has been merged into smtp.[ch] in 0.7.5
4456
4457 2003-02-25 [christoph]  0.8.10claws52
4458
4459         * src/Makefile.am
4460         * src/about.[ch]                ** REMOVE **
4461         * src/gtk/Makefile.am
4462         * src/gtk/about.[ch]            ** NEW **
4463                 move about files to gtk directory
4464
4465 2003-02-25 [christoph]  0.8.10claws51
4466
4467         * src/folder.c
4468                 some code optimization of folder scanning code
4469
4470         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4471
4472 2003-02-25 [christoph]  0.8.10claws50
4473
4474         * src/main.c
4475         * src/common/sylpheed.c
4476                 add command line parameter parsing to common code
4477
4478 2003-02-24 [christoph]
4479
4480         * Makefile.am
4481         * configure.ac
4482                 fix gnome prefix problems, the configure script now removed
4483                 `gnome-config --prefix` from `gnome-config --datadir`
4484                 and adds $(prefix} instead
4485
4486         (closes Bug 24 Makefile does not respect prefix when installing
4487          GNOME data)
4488
4489 2003-02-24 [christoph]  0.8.10claws49
4490
4491         * src/news.c
4492                 check for valid session before trying to authenticate
4493
4494         (closes Bug 60 crash if "authenticate on logon" is activated
4495          and newsserver-hostname is not valid)
4496
4497 2003-02-24 [melvin]     0.8.10claws48
4498
4499         * src/prefs_actions.c
4500                 Make sure all user's input is sent to the action and then
4501                 close the socket..
4502
4503 2003-02-23 [alfons]     0.8.10claws46
4504
4505         * src/summaryview.c
4506                 also wait cursor when deleting files
4507
4508 2003-02-23 [paul]
4509
4510         * tools/freshmeat_search.pl
4511           tools/google_search.pl
4512                 scripts should now work for any browser/browser command line
4513
4514 2003-02-22 [christoph]  0.8.10claws45
4515
4516         * src/procmsg.c
4517                 fix IMAP flag setting, IMAP flag is not handled correctly
4518                 anymore by the folder system and information about the
4519                 folder should not be saved in the MsgInfo (in my opinion)
4520
4521         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4522
4523 2003-02-22 [christoph]  0.8.10claws44
4524
4525         * src/summaryview.c
4526                 fix spelling of "label" ;-)
4527
4528 2003-02-22 [thorsten]   0.8.10claws43
4529
4530         * src/mimeview.c
4531           src/prefs_common.[ch]
4532           src/procmime.[ch]
4533                 do not use description as attachment name
4534
4535 2003-02-22 [alfons]     0.8.10claws42
4536
4537         * src/summaryview.c
4538                 freeze/thaw folder item updates when changing color labels,
4539                 and put a wait cursors on
4540
4541 2003-02-22 [thorsten]   0.8.10claws41
4542
4543         * src/mimeview.c
4544                 save-all fixes: crash if invoked on multipart container,
4545                 mimeinfo access, pathseparators, error dialog
4546
4547 2003-02-21 [alfons]     0.8.10claws40
4548
4549         * src/prefs_gtk.c
4550                 remove unused var
4551
4552 2003-02-21 [colin]      0.8.10claws39
4553
4554         * src/send.c
4555                 Fix smtp logging
4556
4557 2003-02-21 [colin]      0.8.10claws38
4558
4559         * src/summaryview.c
4560                 Freeze/thaw folderItem updates when filtering messages 
4561                 via Tools/Filter messages
4562
4563 2003-02-21 [paul]       0.8.10claws37
4564
4565         * src/compose.c
4566                 revert commit 0.8.10claws26, there are ulterior motives
4567                 for users to set a Reply-To header when posting to
4568                 newsgroups
4569
4570 2003-02-21 [paul]       0.8.10claws36
4571
4572         * sync with 0.8.10cvs17
4573                 see ChangeLog 2003-02-21
4574
4575 2003-02-20 [christoph]  0.8.10claws35
4576
4577         * src/imap.c
4578                 IMAP UID fetch speedup using SEARCH
4579
4580         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4581
4582         * src/imap.c
4583                 fix problem with UIDs in IMAP UID cache that no longer existed
4584
4585 2003-02-20 [christoph]  0.8.10claws34
4586
4587         * src/imap.c
4588         * src/procheader.c
4589         * src/procheader.h
4590                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4591
4592         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4593
4594         * src/imap.c
4595                 Rewrite imap_cmd_gen_recv use sock_getline instead
4596                 of sock_gets to avoid problems with too long reply
4597                 lines
4598     
4599 2003-02-20 [colin]      0.8.10claws33
4600         
4601         * src/prefs_account.c
4602                 Better wording
4603
4604 2003-02-20 [colin]      0.8.10claws32
4605
4606         * src/compose.c
4607                 Remove useless '&& !to_sender' 
4608
4609 2003-02-20 [darko]
4610
4611         * AUTHORS
4612                 change my e-mail address
4613
4614 2003-02-19 [colin]      0.8.10claws31
4615
4616         * src/prefs_common.c
4617                 X11 style colors for every configurable color
4618
4619 2003-02-19 [alfons]     0.8.10claws30
4620
4621         * src/prefs_gtk.[ch]
4622         * src/prefs_common.c
4623                 for color_new accept both plain integers and X11 style color
4624                 names (as found in /usr/lib/X11/rgb.txt)
4625
4626 2003-02-19 [paul]       0.8.10claws29
4627
4628         * src/mainwindow.c
4629                 add tooltips to online/offline button and account selector
4630                 button
4631
4632 2003-02-19 [paul]       0.8.10claws28
4633
4634         * src/folder.c
4635           src/news.c
4636           src/prefs_account.[ch]
4637           src/prefs_common.[ch]
4638                 move 'Maximum number of articles to download' to
4639                 account prefs.
4640                 clean up account prefs gui a little by hiding entries
4641                 rather then greying out entries
4642
4643 2003-02-19 [hiro]       0.8.10claws27
4644
4645         * src/common/utils.c
4646                 fix bug #54 'yesterdays date is displayed in the message 
4647                 summary window'
4648
4649 2003-02-19 [paul]       0.8.10claws26
4650
4651         * src/compose.c
4652                 fix bug reported in Feature Request [688596] 
4653                 'Reply-to header in news'
4654
4655 2003-02-18 [paul]       0.8.10claws25
4656
4657         * src/select-keys.c
4658                 add a 'List all keys' button to key selection dialog
4659
4660 2003-02-18 [colin]      0.8.10claws24
4661         
4662         * src/stock_pixmap.c
4663                 fix compile error
4664
4665 2003-02-18 [colin]      0.8.10claws23
4666
4667         * src/common/smtp.[ch]
4668           src/prefs_account.c
4669                 Try to starttls if it seems to be the only
4670                 way to authenticate a user
4671
4672 2003-02-18 [paul]       0.8.10claws22
4673
4674         * src/Makefile.am
4675           src/folderview.c
4676           src/stock_pixmap.[ch]
4677           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4678           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4679                 as a Drafts folder is a special folder allow it to have
4680                 its own unique icons
4681
4682 2003-02-18 [colin]      0.8.10claws21
4683
4684         * src/imap.c
4685                 Fix port selection when using starttls
4686
4687 2003-02-18 [paul]       0.8.10claws20
4688
4689         * src/mainwindow.c
4690           src/prefs_common.[ch]
4691                 make blue the default new mail colour
4692
4693 2003-02-18 [paul]       0.8.10claws19
4694
4695         * sync with 0.8.10cvs14
4696                 see ChangeLog 2003-02-18
4697
4698 2003-02-17 [jens]       0.8.10claws18
4699
4700         * src/common/md5.c
4701                 fixed a compile problem with gcc 3.3
4702                 works on 2.95.3 too (testet on PPC as it is big endian)
4703
4704 2003-02-17 [paul]       0.8.10claws17
4705
4706         * sync with 0.8.10cvs13
4707                 see ChangeLog 2003-02-17
4708
4709 2003-02-17 [paul]       0.8.10claws16
4710
4711         * sync with 0.8.10cvs12
4712                 see ChangeLog 2003-02-17
4713
4714 2003-02-16 [match]      0.8.10claws15
4715
4716         * src/addressbook.c
4717                 Eliminates reloading of address data when items
4718                 deleted or added. Applied submitted by
4719                 Luke Plant <lukeplant@softhome.net>
4720
4721 2003-02-16 [paul]       0.8.10claws14
4722
4723         * src/news.c
4724                 when a 'protocol error' is encountered disconnect from
4725                 the server. This means that the user can carry on viewing
4726                 other articles and doesn't have to either wait until the
4727                 server timesout or quit sylpheed.
4728                 Fixes bug #53 'Unable to read messages in newsgroups, 
4729                 displayed message doesn't change'
4730
4731 2003-02-15 [christoph]  0.8.10claws13
4732
4733         * src/imap.c
4734                 fix bug that stopped scanning of folders when an
4735                 IMAP folder was empty
4736
4737         (closes bug 46 stop scan messages in folders after empty folder)
4738
4739 2003-02-15 [paul]
4740
4741         * tools/Makefile.am
4742           tools/README
4743           tools/freshmeat_search.pl     ** NEW FILE **
4744           tools/google_search.pl        ** NEW FILE **
4745                 Add 2 Actions scripts which search freshmeat/google
4746                 for the selected text using the browser configured
4747                 in sylpheedrc.
4748                 
4749         Note: These scripts are very dependent on the format of the
4750         browser command and may not work on every occasion. Testing
4751         is welcome. 
4752
4753 2003-02-14 [alfons]     0.8.10claws12
4754
4755         * src/compose.c
4756                 fix breakage because of uninitialized account pointer.
4757                 please verify.
4758
4759 2003-02-14 [paul]       0.8.10claws11
4760
4761         * src/compose.c
4762           src/prefs_account.[ch]
4763           src/prefs_common.[ch]
4764                 move signature settings to Account Prefs
4765
4766 2003-02-14 [paul]       0.8.10claws10
4767
4768         * sync with 0.8.10cvs11
4769                 see ChangeLog 2003-02-14
4770
4771 2003-02-13 [thorsten]   0.8.10claws9
4772
4773         * src/news.c
4774                 revert news progressbar (GUI separation)
4775
4776 2003-02-13 [paul]       0.8.10claws8
4777
4778         * src/compose.c
4779                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4780                 paragraph 1
4781
4782 2003-02-13 [paul]       0.8.10claws7
4783
4784         * src/compose.[ch]
4785           src/summaryview.c
4786                 fix 'Follow-up and Reply-to' so that it creates a reply to
4787                 the newsgroup and the sender. If the message has the keyword
4788                 'poster' in the Followup-To header, all replies go to the
4789                 sender, re: RFC 1036, Section 2.2.3
4790                 rename all instances of 'ignore_replyto' to 'to_sender', both
4791                 were previously used, now we use just one.
4792
4793 2003-02-13 [paul]       0.8.10claws6
4794
4795         * sync with 0.8.10cvs9
4796                 see ChangeLog 2003-02-13
4797
4798 2003-02-13 [paul]       0.8.10claws5
4799
4800         * configure.ac
4801                 show which plugins are configured in the configure
4802                 output.
4803
4804 2003-02-12 [thorsten]   0.8.10claws4
4805
4806         * src/news.c
4807                 show progress while fetching news headers
4808
4809 2003-02-12 [christoph]  0.8.10claws3
4810
4811         * configure.ac
4812         * src/plugins/Makefile.am
4813                 use AM_CONDITIONAL to enable plugins, automake correctly
4814                 manages this when creating distdir
4815
4816 2003-02-12 [christoph]  0.8.10claws2
4817
4818         * ac/spamassassin.m4
4819         * src/plugins/spamassassin/Makefile.am
4820                 fix building SpamAssassin plugin without OpenSSL
4821
4822 2003-02-12 [paul]       0.8.10claws1
4823
4824         * ac/Makefile.am
4825           src/Makefile.am
4826           src/plugins/Makefile.am
4827                 fix failure of 'make release'
4828
4829 2003-02-12 [paul]       0.8.10claws
4830
4831         * 0.8.10claws released
4832
4833 2003-02-12 [paul]       0.8.9claws56
4834
4835         * po/bg.po
4836           po/es.po
4837           po/it.po
4838           po/ru.po
4839           po/sr.po
4840                 updated translations by George Danchev, Ricardo Mones Lastra,
4841                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4842                 
4843         * sylpheed.spec.in
4844                 Allow the building of RPMs by a regular user. Submitted
4845                 by Sergei Astanin
4846
4847 2003-02-11 [alfons]     0.8.9claws55
4848
4849         * src/colorlabel.c
4850                 don't use pixmaps for label color rect but draw rectangles
4851                 so we can respect the color map of palette based visuals
4852                 (fixes the long time crashes on Suns - thanks to Andreas
4853                 Engel and Steve O'Hara-Smith for testing)
4854
4855 2003-02-11 [christoph]  0.8.9claws54
4856
4857         * src/matcher_parser_parse.y
4858                 correct bug where filering rules of not existing folders in
4859                 matcherrc were added to global filtering
4860                 
4861         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4862          main filter-rules after removing directory, http://bugs.debian.org/180253)
4863         
4864 2003-02-11 [paul]       0.8.9claws53
4865
4866         * sync with 0.8.10cvs7
4867                 see ChangeLog 2003-02-09
4868
4869 2003-02-11 [melvin]     0.8.9claws52
4870
4871         * po/fr.po
4872                 Updated French tranlsations
4873
4874 2003-02-10 [paul]       0.8.9claws51
4875
4876         * sylpheed.spec.in
4877                 correct --enable-openssl
4878                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4879
4880 2003-02-09 [martin]     0.8.9claws50
4881
4882         * src/prefs_matcher.c
4883                 fix segfault in prefs_matcher_substitute_cb() when
4884                 no row is selected
4885
4886 2003-02-09 [paul]       0.8.9claws49
4887
4888         * src/folderview.c
4889                 fix bug where a newsgroup folder's processing rules were
4890                 merged with the global filtering rules when the newsgroup
4891                 folder was deleted, causing some seriously bad results,
4892                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4893
4894 2003-02-08 [melvin]     0.8.9claws48
4895
4896         * src/compose.c
4897                 Corrected and modified an alert message.
4898
4899 2003-02-07 [paul]       0.8.9claws47
4900
4901         * src/folderview.c
4902                 fix bug where both an 'Account properties' window and a
4903                 'Folder properties' window were opened when clicking on
4904                 'Properties' in an NNTP or IMAP folder's popup menu.
4905
4906 2003-02-07 [paul]       0.8.9claws46
4907
4908         * sync with 0.8.10cvs6
4909                 see ChangeLog 2003-02-06
4910
4911 2003-02-06 [christoph]  0.8.9claws45
4912
4913         * src/mbox.c
4914                 freeze folder updates while importing mbox files
4915                 (closes bug 43 importing mbox took hours)
4916                 
4917         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4918
4919 2003-02-06 [thorsten]   0.8.9claws44
4920
4921         * po/de.po
4922                 Updated german translations
4923
4924 2003-02-06 [thorsten]   0.8.9claws43
4925
4926         * src/news.h
4927                 use guint for message numbers (fix count in grouplist dialog)
4928
4929 2003-02-05 [paul]       0.8.9claws42
4930
4931         * sync with 0.8.10cvs2
4932                 see ChangeLog 2003-02-05
4933
4934 2003-02-04 [colin]      0.8.9claws41
4935
4936         * src/prefs_common.[ch]
4937           src/procmsg.c
4938           src/summaryview.c
4939                 Add an option to disable threading by subject
4940
4941 2003-02-04 [christoph]  0.8.9claws40
4942
4943         * src/inc.c
4944                 only abort fetching mails from multiple accounts when the
4945                 error is fatal and does not allow to check any more accounts
4946                 (currently only disk full error)
4947
4948         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4949          receive mails for other accouts)
4950
4951 2003-02-04 [christoph]  0.8.9claws39
4952
4953         * src/folder.c
4954                 first add the new message to the cache, then
4955                 send the update notification
4956
4957         (closes bug 39 after sending message folderview doesnt get updated)
4958
4959 2003-02-04 [colin]      0.8.9claws38
4960
4961         * src/inc.c
4962                 _really_ fix this Connecting... status
4963
4964 2003-02-04 [paul]       0.8.9claws37
4965
4966         * sync with 0.8.10
4967                 see ChangeLog 2003-02-04
4968
4969 2003-02-04 [paul]       0.8.9claws36
4970
4971         * sync with 0.8.9cvs6
4972                 see ChangeLog 2003-02-03
4973
4974 2003-02-04 [paul]       0.8.9claws35
4975
4976         * po/pt_BR.po
4977                 updated by AndrĂ© Filipe de Assunção e Brito 
4978                 <bedecko@netsite.com.br>
4979
4980 2003-02-03 [thorsten]   0.8.9claws34
4981
4982         * po/de.po
4983                 Updated german translations
4984
4985 2003-02-02 [paul]       0.8.9claws33
4986
4987         * po/es.po
4988                 updated by Ricardo Mones Lastra
4989
4990 2003-02-02 [thorsten]   0.8.9claws32
4991
4992         * src/mh.c
4993                 Fix mh_get_msginfo() segfault if file is inaccessible
4994
4995 2003-01-31 [colin]      0.8.9claws31
4996
4997         * src/procheader.c
4998                 Fix last commit's bug
4999
5000 2003-01-31 [colin]      0.8.9claws30
5001
5002         * src/procheader.c
5003                 Missing a change for gpg-signed messages
5004
5005 2003-01-31 [paul]       0.8.9claws29
5006
5007         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5008           src/procheader.c
5009           src/stock_pixmap.[ch]
5010           src/summaryview.c
5011                 indicate GnuPG signed messages by displaying an icon
5012                 in the Attachment column.
5013
5014 2003-01-31 [paul]       0.8.9claws28
5015
5016         * sync with 0.8.9cvs4
5017                 see ChangeLog 2003-01-31
5018
5019 2003-01-31 [alfons]     0.8.9claws27
5020
5021         * src/textview.c
5022                 tune URI parser to accept mailto URLs with a '?'
5023                 (patch from Ruslan Balkin)
5024
5025 2003-01-31 [colin]      0.8.9claws26
5026
5027         * src/summaryview.c
5028                 Fix a leak introduced in claws24
5029
5030 2003-01-31 [colin]      0.8.9claws25
5031
5032         * src/summaryview.c
5033                 Freeze/Thaw folder updates when deleting dups
5034
5035 2003-01-31 [colin]      0.8.9claws24
5036         
5037         * src/addr_compl.c
5038           src/summaryview.c
5039           src/msgcache.c
5040                 little speed improvements
5041
5042 2003-01-31 [colin]      0.8.9claws23
5043
5044         * src/summaryview.c
5045                 Fix segfault when forwarding nothing
5046                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5047                 
5048 2003-01-30 [paul]       0.8.9claws22
5049
5050         * sync with 0.8.9cvs3
5051                 see ChangeLog 2003-01-30
5052
5053 2003-01-30 [paul]       0.8.9claws21
5054
5055         * sync with 0.8.9cvs2
5056                 see ChangeLog 2003-01-30
5057
5058 2003-01-29 [paul]       0.8.9claws20
5059
5060         * sync with 0.8.9cvs1
5061                 see ChangeLog 2003-01-29
5062
5063 2003-01-28 [paul]       0.8.9claws19
5064
5065         * po/POTFILES.in
5066                 update to reflect changes. 
5067                 thanks to Ricardo Mones Lastra
5068
5069 2003-01-27 [christoph]  0.8.9claws18
5070
5071         * ac/openssl.m4
5072         * ac/spamassassin.m4
5073         * src/plugins/spamassassin/README
5074         * src/plugins/spamassassin/libspamc.[ch]
5075         * src/plugins/spamassassin/utils.[ch]
5076                 updated to latest libspamc
5077
5078 2003-01-27 [christoph]  0.8.9claws17
5079
5080         * src/folder.c
5081                 fix wrong use of procheader_get_header_fields
5082
5083 2003-01-27 [christoph]  0.8.9claws16
5084
5085         * src/news.c
5086         * src/prefs_account.[ch]
5087         * src/common/nntp.[ch]
5088                 allow to force authentication for NNTP servers
5089
5090         Patch submitted by Florian Mickler <dmk@d-labs.de>
5091
5092 2003-01-26 [paul]       0.8.9claws15
5093
5094         * src/summaryview.c
5095                 speed up of marking messages as read
5096                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5097
5098 2003-01-26 [christoph]  0.8.9claws14
5099
5100         * src/Makefile.am
5101         * src/mgutils.[ch]              ** REMOVE **
5102         * src/xml.[ch]                  ** REMOVE **
5103         * src/xmlprops.[ch]             ** REMOVE **
5104         * src/common/Makefile.am
5105         * src/common/mgutils.[ch]       ** NEW **
5106         * src/common/xml.[ch]           ** NEW **
5107         * src/common/xmlprops.[ch]      ** NEW **
5108                 move xml files to common directory
5109
5110 2003-01-26 [christoph]  0.8.9claws13
5111
5112         * src/plugins/spamassassin/spamassassin_gtk.c
5113                 only set gtk entry text if string is available
5114
5115 2003-01-26 [melvin]     0.8.9claws12
5116
5117         * src/description_window.c
5118                 Allow resizing of the window
5119                 Allow automatic horizontal scroll bar
5120                 Do not vertically expand and fill
5121
5122 2003-01-26 [christoph]  0.8.9claws11
5123
5124         * src/Makefile.am
5125         * src/gtkutils.[ch]             ** REMOVE **
5126         * src/common/sylpheed.c
5127         * src/gtk/Makefile.am
5128         * src/gtk/description_window.c
5129         * src/gtk/gtkutils.[ch]         ** NEW **
5130         * src/gtk/prefswindow.c
5131                 move gtkutils to gtk directory
5132
5133 2003-01-26 [paul]       0.8.9claws10
5134
5135         * src/summaryview.c
5136                 rename summary_unread_clicked() to summary_status_clicked()
5137
5138 2003-01-26 [melvin]     0.8.9claws9
5139
5140         * src/prefs_actions.c
5141                 Cosmetical changes to the help text
5142
5143 2003-01-26 [paul]       0.8.9claws8
5144
5145         * src/folder.[ch]
5146           src/mainwindow.c
5147           src/prefs_common.c
5148           src/prefs_sumamry_column.c
5149           summaryview.[ch]
5150                 rename the 'Unread' column to 'Status'
5151
5152 2003-01-25 [match]      0.8.9claws7
5153
5154         * src/mgutils.[ch]
5155                 removed reference to LDAP constants. removed error2string.
5156                 included functions to support LDAP dynamic queries.
5157         * src/syldap.h
5158                 moved LDAP constants here.
5159         * src/addressbook.c
5160         * src/addrindex.c
5161         * src/importldif.c
5162                 removed references to LDAP constants and references to
5163                 error2string.
5164
5165 2003-01-25 [paul]       0.8.9claws6
5166
5167         * src/summaryview.c
5168                 summary_thread_build(), summary_thread_init(): remove 
5169                 unneeded reference to summaryview->folder_item
5170
5171 2003-01-25 [christoph]  0.8.9claws5
5172
5173         * src/gtk/description_window.c
5174                 o allow description texts to expand over multiple columns
5175                 o translate all columns
5176         * src/prefs_actions.c
5177                 change syntax description to use new multi column feature
5178
5179         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5180
5181 2003-01-25 [match]      0.8.9claws4
5182
5183         * src/vcard.c
5184                 fixed bug with Quoted-Printable
5185
5186 2003-01-25 [paul]       0.8.9claws3
5187
5188         * src/folder.[ch]
5189           src/summaryview.[ch]
5190                 implement per-folder collapsed/expanded threads setting
5191                 
5192         * src/prefs_common.c
5193                 remove global collapsed/expanded threads option
5194
5195 2003-01-25 [christoph]  0.8.9claws2
5196
5197         * po/POTFILES.in
5198                 add pluginwindow and prefswindow
5199         * src/compose.c
5200                 make send respond correctly to messages that could be added
5201                 to the queue folder, but the UID of the message is unknown
5202         * src/folder.c
5203         * src/imap.c
5204                 don't return guessed UIDs in imap_add_msg anymore. We return
5205                 0 to tell the folder system it was appened but the UID is
5206                 unknown. Folder system now get's the UID by scaning the folder
5207                 and searching the cache for the Message-ID
5208                 (closes bug #29 Messages queued, but not sent)
5209
5210 2003-01-25 [paul]       0.8.9claws1
5211
5212         * src/codeconv.c
5213                 conv_encode_header():  fix bug when long headers with 8-bit
5214                 characters are used, so that the encoded words are wrapped.
5215                 If the space in the original text falls on the wrap boundary,
5216                 it can be lost.
5217                 Patch by Sergey Vlasov.
5218                 
5219         * src/folderview.c
5220                  fix bug where a change to the sorting method or thread view
5221                  of a folder's messages is lost if simpify-subject is set and
5222                  toggled on or off.
5223                  Patch by Luke Plant.
5224
5225 2003-01-24 [paul]       0.8.9claws
5226
5227         * sylpheed-0.8.9claws released
5228         
5229         * Makefile.am
5230           sylpheed.spec.in
5231                 remove reference to 'INSTALL.jp'
5232
5233 2003-01-23 [paul]       0.8.8claws128
5234
5235         * po/es.po
5236           po/it.po
5237           po/ru.po
5238           po/sr.po
5239                 updated translations. submitted by Ricardo Mones Lastra,
5240                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5241
5242 2003-01-23 [colin]      0.8.8claws127
5243
5244         * src/compose.c
5245                 Fix drafted and queued news articles re-edition
5246
5247 2003-01-23 [melvin]     0.8.8claws126
5248
5249         * po/fr.po
5250                 Updated French translations
5251
5252 2003-01-23 [colin]      0.8.8claws125
5253
5254         * src/inc.c
5255                 Fix "Connecting to..." status message
5256
5257 2003-01-22 [paul]       0.8.8claws124
5258
5259         * po/bg.po
5260                 updated by George Danchev
5261                 
5262         * src/folder.c
5263                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5264                 and folder deletion
5265
5266 2003-01-21 [paul]       0.8.8claws123
5267
5268         * po/bg.po
5269                 updated by George Danchev
5270                 
5271         * src/about.c
5272                 its now 2003
5273                 
5274         * src/toolbar.c
5275                 don't translate 'Separator'
5276                 
5277         * src/plugins/spamassassin/Makefile.am
5278                 add aspell to CPPFLAGS
5279                 
5280         * src/plugins/spamassassin/spamassassin.c
5281           src/plugins/spamassassin/spamassassin_gtk.c
5282                 set correct default for spamassassin_receive_spam
5283                 slightly re-word descriptions and some
5284                 other minor changes
5285
5286 2003-01-19 [alfons]     0.8.8claws122
5287                 
5288         * src/mimeview.c
5289                 mimeview_save_as(): we might as well show the file name for
5290                 the single case "Save As" too
5291
5292 2003-01-19 [alfons]     0.8.8claws121
5293
5294         * src/crash.c
5295                 change bug tracker URL to bugzilla URL
5296
5297 2003-01-19 [alfons]     0.8.8claws120
5298
5299         * src/mimeview.c
5300                 mimeview_save_all(): display name of file before overwriting;
5301                 continue saving all, even when one overwrite was cancelled
5302
5303 2003-01-19 [christoph]  0.8.8claws119
5304
5305         * src/summaryview.c
5306         * src/procmsg.[ch]
5307                 fix wrong usage of procmsg_find_children in summaryview
5308                 by using procmsg_update_unread_children instead of
5309                 summaryview_update_unread_children
5310
5311 2003-01-19 [christoph]  0.8.8claws118
5312
5313         * src/procmsg.c
5314                 fix infinite loop in procmsg_find_children
5315                  (closes bug #25 sylpheed crashes on delete.)
5316
5317         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5318
5319 2003-01-19 [paul]       0.8.8claws117
5320
5321         * po/pt_BR.po
5322                 updated by Ivan Francolin Martinez
5323
5324 2003-01-18 [melvin]     0.8.8claws116
5325
5326         * src/prefs_actions.c
5327                 Removed syntax limitation of only one '&' at the end of command.
5328                         Now actions that contain '>/dev/null 2>&1' are possible.
5329
5330 2003-01-18 [melvin]     0.8.8claws115
5331
5332         * src/prefs_actions.c
5333                 Actions IO dialog: when the action ends
5334                 the "Close" button now has focus and [Escape] closes the
5335                 window.
5336
5337 2003-01-18 [christoph]  0.8.8claws114
5338
5339         * src/procmsg.c
5340                 o add debug output when MsgInfos are really freed
5341                 o free GSLists in procmsg_find_children and
5342                   procmsg_update_unread_children
5343
5344 2003-01-18 [christoph]  0.8.8claws113
5345
5346         * src/mainwindow.c
5347                 reorder Configuration menu
5348
5349 2003-01-18 [christoph]  0.8.8claws112
5350
5351         * src/compose.c
5352                 fix applying templates to forwarded messages
5353
5354         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5355
5356 2003-01-17 [christoph]  0.8.8claws111
5357
5358         * src/folder.c
5359                 destroy folder items, when a folder item is removed
5360
5361 2003-01-17 [christoph]  0.8.8claws110
5362
5363         * src/folder.c
5364                 fix wrong folder stats update when ignored message is
5365                 deleted
5366
5367 2003-01-17 [colin]      0.8.8claws109
5368         
5369         * src/mainwindow.c
5370         * src/summaryview.c
5371                 Quicksearch bugfixes: 
5372                 - hide help button at startup if not extended
5373                 - switch to extended when looking for replies
5374
5375 2003-01-17 [paul]
5376
5377         * sync with 0.8.9 release
5378
5379 2003-01-17 [paul]       0.8.8claws108
5380
5381         * sync with 0.8.8cvs11
5382                 see ChangeLog 2003-01-17
5383
5384 2003-01-16 [colin]      0.8.8claws107
5385
5386         * src/procmsg.c
5387                 Changed encryption test to re-ask passphrase
5388                 if an encrypted message hasn't been decrypted
5389                 Fixes bug #5
5390
5391 2003-01-16 [christoph]  0.8.8claws106
5392
5393         * src/prefs_gtk.c
5394         * src/prefs_toolbar.c
5395         * src/gtk/prefswindow.h
5396         * src/plugins/spamassassin/spamassassin_gtk.c
5397                 remove page destroy function that is not used anymore
5398
5399 2003-01-16 [paul]       0.8.8claws105
5400
5401         * sync with 0.8.8cvs9
5402                 see ChangeLog 2002-01-16
5403
5404 2003-01-16 [colin]      0.8.8claws104
5405
5406         * src/compose.[ch]
5407                 Fix bug with autosaved drafts for IMAP, when draft
5408                 folder is specified - fixes bugzilla bug #20
5409
5410 2003-01-15 [paul]       0.8.8claws103
5411
5412         * src/compose.[ch]
5413           src/procmsg.c
5414                 store folder and message-id of message forwarding
5415                 in queue header and set forward flag after sending
5416
5417 2003-01-15 [paul]       0.8.8claws102
5418
5419         * sync with 0.8.8cvs8
5420                 see ChangeLog 2002-01-15
5421
5422 2003-01-15 [colin]      0.8.8claws101
5423
5424         * src/Makefile.am
5425                 Fix linking with GNU libiconv
5426
5427 2003-01-15 [darko]      0.8.8claws100
5428
5429         * src/pine.c
5430                 fix crash when importing pine address book
5431                 entry with an empty name (reported by DY
5432                 <dybulk at tri8.net>)
5433
5434 2003-01-14 [paul]       0.8.8claws99
5435
5436         * configure.in  ** REMOVED **
5437           configure.ac  ** NEW FILE **
5438                 rename configure.in to configure.ac, as it is now
5439                 preferred
5440
5441 2003-01-14 [melvin]     0.8.8claws98
5442
5443         * src/folderview.c
5444                 folderview_check_new(): More precise function description
5445
5446 2003-01-14 [melvin]     0.8.8claws97
5447
5448         * src/folderview.c
5449                 folderview_check_new(): return the number of new messages 
5450                         since last check.
5451         * src/inc.c
5452                 inc_account_mail(): Disable counting of new messages for IMAP
5453                         and NNTP until bug [19] and [14] are fixed.
5454
5455 2003-01-14 [paul]       0.8.8claws96
5456
5457         * sync with 0.8.8cvs6
5458                 see ChangeLog 2003-01-14
5459
5460 2003-01-13 [alfons]     0.8.8claws95
5461
5462         * src/textview.c
5463                 tune email address validation (c. 0.8.8claws89): if . is 
5464                 just one char away from @, the address is invalid too 
5465                 (correctly rejects addresses like foo@.com)
5466
5467 2003-01-13 [paul]       0.8.8claws94
5468
5469         * src/messageview.c
5470           src/toolbar.c
5471                 fixes to the Message View toolbar and menu:
5472                 fix non-functioning Forward button
5473                 make Reply button consider default_reply_list
5474                 remove 'Follow-up...' menu entry
5475                 add 'Forward' and 'Redirect' menu entries
5476
5477 2003-01-13 [melvin]     0.8.8claws93
5478
5479         * src/inc.c
5480                 Fixed typo that could make new messages count incorrect.
5481
5482 2003-01-13 [melvin]     0.8.8claws92
5483
5484         * src/folderview.[ch]
5485                 folderview_check_new(): return the number of new messages.
5486         * src/inc.c
5487                 Should fix bug [14] where new mail notification worked 
5488                         incorrectly with IMAP accounts.
5489                 inc_spool_account(): return number of new msgs, or -1 on error
5490                 inc_all_spool(): return number of new msgs
5491                 
5492 2003-01-13 [melvin]     0.8.8claws91
5493
5494         * src/prefs_actions.c
5495                 Justify help text.
5496
5497 2003-01-12 [thorsten]   0.8.8claws90
5498
5499         * src/common/prefs.c
5500                 close file before rename
5501
5502 2003-01-12 [alfons]     0.8.8claws89
5503
5504         * AUTHORS
5505                 add Christian Mertes
5506         * src/common/utils.[ch]
5507                 g_stricase_hash(), g_stricase_equal(): functions for 
5508                 case insensitive hash tables
5509         * src/textview.c
5510                 use top level domain names to validate email address, based
5511                 on a patch by Christian Mertes (thanks!), but changed 
5512                 implementation to use a hash table 
5513
5514 2003-01-12 [paul]       0.8.8claws88
5515
5516         * po/bg.po
5517                 updated by George Danchev
5518
5519 2003-01-12 [alfons]     0.8.8claws87
5520
5521         * src/summaryview.c
5522                 delete / execute performance: use new style folder update
5523
5524 2003-01-12 [paul]       0.8.8claws86
5525
5526         * sync with 0.8.8cvs5
5527                 see ChangeLog 2003-01-13 (!)
5528
5529 2003-01-12 [alfons]     0.8.8claws85
5530
5531         * src/filtering.c
5532         * src/matcher_parser_parse.y
5533                 prepare change_score filtering action
5534         * src/matcher.[ch]
5535                 give up const-correctness on functions that call non-const-correct functions;
5536                 several casts to gpointer in g_free();
5537                 add change_score;
5538
5539 2003-01-12 [christoph]  0.8.8claws84
5540
5541         * src/compose.c
5542                 fix 2 warnings
5543
5544         * src/gtk/prefswindow.[ch]
5545         * src/plugins/spamassassin/spamassassin_gtk.c
5546                 changed the call of the widget create function
5547                 for PrefsPages, because sometimes the widget
5548                 create function needs a widget that already has
5549                 been attached to a window (to create GDK pixmaps
5550                 for exmaple). So we simply pass the GtkWindow as
5551                 the second parameter now.
5552
5553         * src/main.c
5554         * src/mainwindow.c
5555         * src/prefs_toolbar.[ch]
5556                 rewrite Toolbar Preferences using the new
5557                 prefs window
5558
5559 2003-01-11 [alfons]     0.8.8claws83
5560
5561         * src/addressadd.c
5562                 fix crash when adding sender to addressbook because status bar
5563                 isn't there (the status bar doesn't seem to be used though,
5564                 but I'll let Match decide what to do with it)
5565
5566 2003-01-11 [colin]      0.8.8claws82
5567
5568         * src/main.c
5569           src/toolbar.c
5570                 Two useless changes reversed
5571
5572 2003-01-11 [colin]      0.8.8claws81
5573
5574         * src/mainwindow.c
5575           src/mainwindow.h
5576                 Add mainwindow_get_mainwindow()
5577         * src/alertpanel.c
5578           src/alertpanel.h
5579                 Add alertpanel_error_log() 
5580         * src/compose.c
5581           src/inc.c
5582           src/messageview.c
5583           src/toolbar.c
5584           src/main.c
5585           src/procmsg.c
5586                 Network errors get a View Log button
5587
5588 2003-01-10 [alfons]     0.8.8claws80
5589
5590         * src/prefs_toolbar.c
5591         * src/toolbar.c
5592                 use the translatable string for "Separator" as file name for
5593                 separator toolbar items (probably make this uppercase?)
5594
5595 2003-01-10 [alfons]     0.8.8claws79
5596
5597         * src/prefs_toolbar.c
5598                 put right A_SEPARATOR description string in "displayed
5599                 toolbar items list" so manually added separators are
5600                 saved correctly (bug #10, "Adding a separator to the main 
5601                 toolbar fails, entry in xml file is wrong")
5602
5603 2003-01-10 [christoph]  0.8.8claws78
5604
5605         * src/imap.c
5606                 o fix warnings
5607                 o use CAPABILITY to check if NAMESPACE is available
5608
5609 2003-01-10 [christoph]  0.8.8claws77
5610
5611         * src/imap.[ch]
5612                 apply UIDPLUS IMAP extension support patch
5613
5614         Patch submitted by Simon 'corecode' Schubert
5615
5616 2003-01-10 [paul]       0.8.8claws76
5617
5618         * src/folderview.c
5619                 a sync from main which fixes the news account folders'
5620                 Properties bug
5621
5622 2003-01-10 [christoph]  0.8.8claws75
5623
5624         * src/folder.c
5625                 don't accept 0 as a valid uid returned by copy and move
5626                 functions. 0 means the message was copied or moved but the
5627                 new uid could not be fetched. It is not an error condition
5628                 for the copy or move operation.
5629
5630 2003-01-10 [paul]       0.8.8claws74
5631
5632         * src/prefs_filtering.c
5633                 change English used in Alert when entry is not
5634                 saved.
5635                 
5636         * sync with 0.8.8cvs4
5637                 see ChangeLog 2003-01-10
5638
5639 2003-01-10 [darko]      0.8.8claws73
5640
5641         * src/pine.c
5642                 fix crash when importing address book entry
5643                 without a valid address
5644
5645 2003-01-09 [alfons]     0.8.8claws72
5646
5647         * src/inc.c
5648                 filtering performance: use new style folder update
5649
5650 2003-01-09 [christoph]  0.8.8claws71
5651
5652         * src/compose.c
5653         * src/gtk/menu.[ch]
5654                 fix wrong selecting of mime encoding type, when
5655                 opening property dialog of attachments in the
5656                 compose window. 7bit was always selected and that
5657                 destoryed files with 8bit data.
5658                 (closes bug #9 Sylpheed-claws destroys attachments when
5659                  changing MIME-types)
5660
5661 2003-01-09 [paul]       0.8.8claws70
5662
5663         * sync with 0.8.8cvs3
5664                 see ChangeLog 2003-01-09
5665
5666 2003-01-08 [alfons]     0.8.8claws69
5667         
5668         * src/addressadd.c
5669                 apply patch by Kim Schulz to fix build breakage
5670                 because of missing variable
5671
5672 2003-01-08 [paul]       0.8.8claws68
5673
5674         * sync with 0.8.8cvs2
5675                 see ChangeLog 2002-01-08
5676
5677 2003-01-08 [paul]       0.8.8claws67
5678
5679         * po/it.po
5680                 updated by Alessandro Maestri
5681                 
5682         * src/addressadd.c
5683                 when using 'Add sender to addressbook' allow
5684                 name to be edited and remarks to be entered
5685                 Patch submitted by Luke Plant
5686
5687 2003-01-08 [darko]      0.8.8claws66
5688
5689         * README.claws, src/summaryview.c
5690                 fix description for marked messages
5691
5692 2003-01-08 [paul]
5693
5694         * tools/Makefile.am
5695           tools/launch_phoenix  ** NEW FILE **
5696                 add script that enables using Phoenix as the default
5697                 web browser. 
5698                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5699                 
5700         * tools/OOo2sylpheed.pl
5701                 remove full path to sylpheed executable, just 'sylpheed'
5702                 will do
5703                 
5704         * tools/README
5705                 add launch_phoenix informtion and re-arrange and compress
5706                 the data a little
5707
5708 2003-01-07 [christoph]  0.8.8claws65
5709
5710         * src/folder.c
5711                 fix update for source folder when moving messages
5712         * src/procmsg.[ch]
5713         * src/summaryview.c
5714                 use function to set to_folder for message infos and
5715                 automatically update the op_count for old and new
5716                 folder
5717
5718 2003-01-07 [melvin]     0.8.8claws64
5719
5720         * src/prefs_actions.c
5721                 Fixed bug where an '%p' Action on a displayed image crashed 
5722                         Sylpheed
5723                 Code clean up (get rid of duplicated code and removed unnecessary 
5724                                 structure member)
5725
5726 2003-01-07 [christoph]  0.8.8claws63
5727
5728         * src/compose.c
5729         * src/folder.[ch]
5730         * src/folderview.c
5731         * src/import.c
5732         * src/inc.c
5733         * src/main.c
5734         * src/mainwindow.c
5735         * src/messageview.c
5736         * src/prefs_folder_item.c
5737         * src/procmsg.c
5738         * src/summaryview.c
5739         * src/toolbar.c
5740                 o remove all folder update triggering from the UI code. The folder
5741                   system should know much better when a folder needs an update.
5742                 o to prevent multiple updates in a row the folder updates can be
5743                   frozen for some time.
5744
5745                 Note: - Please verify that no updates are missing
5746                       - Check where freeze/thaws should be added
5747
5748 2003-01-07 [christoph]  0.8.8claws62
5749
5750         * src/prefs_actions.c
5751                 don't translate empty strings
5752
5753         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5754
5755 2003-01-06 [christoph]  0.8.8claws61
5756
5757         * src/prefs_actions.c
5758                 mark strings for gettext
5759         * src/prefs_matcher.c
5760                 use new description window for Execute action and
5761                 match condition in Filtering
5762
5763         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5764
5765 2003-01-06 [alfons]     0.8.8claws60
5766
5767         keep myself inspired to re-organize matcher part 8; 
5768         yes, more to come (I need to move out the descriptive
5769         text for actions to matcher.c, or at least make it not
5770         depend on the wicked ordering)
5771
5772         * src/prefs_matcher.c
5773                 add documentation so others may comprehend the
5774                 UI part of the conditions
5775                 
5776 2003-01-06 [christoph]  0.8.8claws59
5777
5778         * src/prefs_actions.c
5779                 use new description window for syntax help
5780         * src/gtk/description_window.c
5781                 fix display of descriptions with column count != 2
5782
5783         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5784
5785 2003-01-06 [christoph]  0.8.8claws58
5786
5787         * src/quote_fmt.c
5788         * src/summaryview.[ch]
5789         * src/gtk/Makefile.am
5790         * src/gtk/description_window.[ch]       ** NEW **
5791                 use a generic window to display syntax descriptions
5792                 currently used in quote_fmt and summaryview (new description
5793                 for extended quick search)
5794
5795         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5796
5797 2003-01-06 [paul]       0.8.8claws57
5798
5799         * sync with 0.8.8cvs1
5800                 see ChangeLog 2003-01-06
5801
5802 2003-01-06 [christoph]  0.8.8claws56
5803
5804         * src/mainwindow.c
5805         * src/prefs_gtk.[ch]
5806         * src/gtk/prefswindow.[ch]
5807         * src/plugins/spamassassin/spamassassin_gtk.c
5808                 o remove page management from prefswindow, pages
5809                   will be an argument to prefswindow_open
5810                 o prefswindow_open gets a datapointer that is
5811                   passed to the widget_create function to allow
5812                   creation of prefswindow for specific items
5813
5814 2003-01-06 [colin]      0.8.8claws55
5815         
5816         * src/summaryview.c
5817                 We don't want regexp in the reply-finder, 
5818                 because MIDs can contain !,$,. and so on
5819
5820 2003-01-06 [jens]       0.8.8claws54
5821
5822         * src/jpilot.c
5823                 fixed a wrong free in jpilot_read_db_files
5824
5825 2003-01-06 [alfons]     0.8.8claws53
5826
5827         re-organize matcher part 8; more to come
5828        
5829         * src/matcher.c
5830                 matcherprop_to_string(): put g_free()s before the
5831                 switch-case break to fix memleaks                
5832
5833 2003-01-06 [colin]      0.8.8claws52
5834
5835         * src/summaryview.c
5836                 cleanup & reply-finder now displays the first 
5837                 matching message
5838
5839 2003-01-05 [alfons]     0.8.8claws51
5840
5841         re-organize matcher part 7; more to come
5842
5843         * src/matcher.[ch]
5844                 fixes for constant correctness;
5845                 more documentation;
5846
5847 2003-01-05 [alfons]     0.8.8claws50
5848
5849         re-organize matcher part 6; more to come
5850         
5851         * src/matcher.[ch]
5852                 fixes for constant correctness;
5853                 more documentation;
5854         * src/filtering.c
5855                 fix for constant correctness
5856
5857 2003-01-05 [colin]      0.8.8claws49
5858
5859         * src/account.[ch]
5860                 Add account_get_reply_account function
5861         * src/compose.c
5862                 Use account_get_reply_account function 
5863         * src/summaryview.c
5864                 Basic reply-finder - click on the replied
5865                 icon gets you to the outbox using quick-search
5866
5867 2003-01-05 [paul]       0.8.8claws48
5868
5869         * src/prefs_common.c
5870                 small change to English
5871                 
5872         * src/prefs_filtering.c
5873                 prefs_filtering_action_select(): improve logic and uniformity
5874                 of gui
5875
5876 2003-01-05 [alfons]     0.8.8claws47
5877
5878         fine tune solution to focus problems (bug #7)
5879
5880         * src/mainwindow.c
5881                 mainwindow_focus_in_event(): remove grab event check
5882         * src/summaryview.c
5883                 summary_button_pressed(): move selection on right-click
5884                 too. we can't possibly move the selection back after
5885                 canceling a dialog, because gtk's incomplete focus 
5886                 management. whether this is a good solution, only time
5887                 will tell.
5888
5889 2003-01-05 [christoph]  0.8.8claws46
5890
5891         * src/imap.c
5892                 fix crash when no imap connection could be established
5893
5894 2003-01-05 [paul]       0.8.8claws45
5895
5896         * src/mainwindow.c
5897           src/sumamryview.c
5898           src/gtk/menu.[ch]
5899                 fix bug 605957 'shortcuts in popup-menu'
5900                 make user-defined shortcuts work
5901                 show shortcuts that are already defined
5902                 in the main menu
5903                 Patch submitted by Luke Plant
5904
5905 2003-01-05 [alfons]     0.8.8claws44
5906
5907         * src/mainwindow.c
5908                 focus_in_event handler should not select summary view row 
5909                 when another window (menu, dialog) grabbed for events 
5910                 (bug #7, "[0.8.8claws42] Message summary focus") 
5911
5912 2003-01-04 [christoph]  0.8.8claws43
5913
5914         * src/procmsg.c
5915                 update save folder after adding the sent message
5916                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5917
5918 2003-01-02 [christoph]  0.8.8claws42
5919
5920         * src/common/plugin.c
5921                 fix unloading of all plugins and unload
5922                 plugins in reverse order
5923                 
5924         * src/gtk/pluginwindow.c
5925                 implement function of load and unload button
5926
5927         * src/gtk/prefswindow.c
5928         * src/gtk/prefswindow.h
5929                 rename register function and add new unregister
5930                 function
5931
5932         * src/plugins/spamassassin/spamassassin_gtk.c
5933                 unregister prefs page and update for changes in
5934                 src/gtk/prefswindow.c
5935
5936 2003-01-02 [paul]       0.8.8claws41
5937
5938         * po/es.po
5939                 updated by Ricardo Mones Lastra
5940
5941 2003-01-02 [paul]
5942
5943         * tools/tb2sylpheed
5944                 fixes and improvements by Urke MMI
5945
5946 2003-01-02 [thorsten]   0.8.8claws40
5947
5948         * src/procmsg.c
5949                 fixed wrong return value
5950
5951 2003-01-02 [thorsten]   0.8.8claws39
5952
5953         * src/prefs.c
5954                 fixed printing wrong variable
5955
5956 2003-01-02 [thorsten]   0.8.8claws38
5957
5958         * src/prefs.c
5959                 fixed acessing members of freed pfile struct
5960
5961 2003-01-02 [thorsten]   0.8.8claws37
5962
5963         * src/procmsg.c
5964                 detect loops across several messages
5965                 as suggested by Christoph Hohmann
5966
5967 2003-01-01 [match]      0.8.8claws36
5968
5969         * src/addrindex.c
5970                 fixed another memory leak.
5971
5972 2003-01-01 [match]      0.8.8claws35
5973
5974         * src/jpilot.[ch]
5975                 fixed memory leaks. applied Doxygen comments.
5976
5977 2003-01-01 [thorsten]   0.8.8claws34
5978
5979         * src/procmsg.c
5980                 inhibit endless loop if msg references itself
5981                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5982
5983 2003-01-01 [christoph]  0.8.8claws33
5984
5985         * src/mainwindow.c
5986         * src/gtk/Makefile.am
5987         * src/gtk/pluginwindow.c                ** NEW **
5988         * src/gtk/pluginwindow.h                ** NEW **
5989                 add plugin window
5990
5991         * src/plugins/demo/demo.c
5992         * src/plugins/spamassassin/spamassassin.c
5993         * src/plugins/spamassassin/spamassassin_gtk.c
5994                 write better plugin descriptions
5995
5996 2002-12-31 [christoph]  0.8.8claws32
5997
5998         * src/gtk/prefswindow.c
5999         * src/plugins/spamassassin/spamassassin_gtk.c
6000                 some small improvements to GTK code
6001
6002 2002-12-31 [christoph]  0.8.8claws31
6003
6004         * src/plugins/spamassassin/spamassassin_gtk.c
6005                 enable folder select button
6006
6007 2002-12-31 [christoph]  0.8.8claws30
6008
6009         * src/mainwindow.c
6010         * src/gtk/Makefile.am
6011         * src/gtk/prefswindow.c                         ** NEW **
6012         * src/gtk/prefswindow.h                         ** NEW **
6013                 add new prefs window
6014
6015         * src/common/plugin.c
6016                 don't try to load empty config lines
6017         
6018         * src/plugins/spamassassin/Makefile.am
6019         * src/plugins/spamassassin/spamassassin.c
6020         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6021         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6022                 GTK config for SpamAssassin Plugin using
6023                 the new prefs window
6024
6025 2002-12-31 [paul]       0.8.8claws29
6026
6027         * po/POTFILES.in
6028                 remove obsolete entry 'src/menu.c'
6029
6030 2002-12-31 [alfons]     0.8.8claws28
6031
6032         * src/matcher.[ch]
6033         * src/matcher_parser_parse.y
6034         * src/prefs_matcher.c
6035                 add "ignore_thread" and "~ignore_thread" condition so it's
6036                 possible to make the actions / scoring operate on the ignore
6037                 thread flag
6038
6039 2002-12-31 [christoph]  0.8.8claws27
6040
6041         * src/addrbook.c
6042         * src/addrindex.c
6043         * src/folder.c
6044         * src/matcher.c
6045         * src/prefs_account.c
6046         * src/prefs_actions.c
6047         * src/prefs_customheader.c
6048         * src/prefs_display_header.c
6049         * src/prefs_gtk.c
6050         * src/procmime.c
6051         * src/toolbar.c
6052         * src/xmlprops.c
6053         * src/common/prefs.[ch]
6054                 extend prefs file handling for reading and automatic handling
6055                 of blocks. When reading prefs_set_block_label will automatically
6056                 move on to the block. When writing it will copy all other blocks
6057                 automatically
6058
6059         * src/common/plugin.c
6060                 Now loading plugin filenames from [Plugins] block in
6061                 sylpheed rc file
6062
6063 2002-12-30 [christoph]  0.8.8claws26
6064
6065         * src/common/hooks.[ch]
6066                 return abort status to caller of hooks_invoke
6067                 
6068         * src/inc.[ch]
6069                 invoke message filtering hook and stop
6070                 default handling when filter returns abort
6071
6072         * src/common/plugin.[ch]
6073         * src/plugins/demo/demo.c
6074                 modify plugin loader, because resolving symbols for strings
6075                 does not work correctly
6076         
6077         * configure.in
6078         * ac/spamassassin.m4                            ** NEW **
6079         * src/plugins/spamassassin/.cvsignore           ** NEW **
6080         * src/plugins/spamassassin/Makefile.am          ** NEW **
6081         * src/plugins/spamassassin/README               ** NEW **
6082         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6083         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6084         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6085                 add spamassassin plugin, see src/plugins/spamassassin/README
6086                 for details
6087
6088 2002-12-29 [alfons]     0.8.8claws25
6089
6090         * src/mainwindow.c
6091                 when moving focus from a message view to the main 
6092                 window, don't forget to select the summary node
6093                 of the displayed message. should fix "[ 659103 ] 
6094                 focus-follows-mouse confuses sylpheed"
6095
6096 2002-12-29 [christoph]  0.8.8claws24
6097
6098         * src/Makefile.am
6099         * src/stringtable.[ch]          ** REMOVE **
6100         * src/common/Makefile.am
6101         * src/common/stringtable.[ch]   ** NEW **
6102                 move stringtable files to common directory
6103
6104 2002-12-29 [christoph]  0.8.8claws23
6105
6106         * src/Makefile.am
6107         * src/menu.[ch]                 ** REMOVE **
6108         * src/gtk/Makefile.am
6109         * src/gtk/menu.[ch]             ** NEW **
6110                 move menu files to gtk directory
6111
6112 2002-12-29 [match]      0.8.8claws22
6113
6114         * src/addressbook.c
6115         * src/syldap.c
6116                 moved UI specific code out of LDAP code into addressbook
6117                 UI code. fixed memory leak.
6118
6119 2002-12-29 [christoph]  0.8.8claws21
6120
6121         * src/folder.c
6122                 only check for IGNORED parent message when message is
6123                 not IGNORED itself
6124
6125 2002-12-29 [alfons]     0.8.8claws20
6126
6127         * src/summaryview.c
6128                 set gtksctree's anchor correct (immediate execute
6129                 changes the tree's layout, and anchor points at 
6130                 the incorrect row). fixes "[ 657233 ] multiple msg 
6131                 delete sometimes off by 1".
6132                 we probably have to look for more tree layout /
6133                 anchor glitches.
6134
6135 2002-12-29 [paul]       0.8.8claws19
6136
6137         * src/summaryview.c
6138                 fix bug [ 659054 ] incorrect sorting of 'From' column
6139                 when using 'display sender using address book'
6140                 thanks to Alfons and Luke Plant
6141
6142 2002-12-29 [christoph]  0.8.8claws18
6143
6144         * src/folder.c
6145         * src/procmsg.[ch]
6146                 check parent messages for IGNORE THREAD flag, when adding,
6147                 moving or copying messages to a folder
6148
6149 2002-12-27 [alfons]     0.8.8claws17
6150
6151         re-organize matcher part 5; more to come
6152
6153         * src/matcher.c
6154                 hash keywords in matchparser_tab 
6155
6156 2002-12-27 [alfons]     0.8.8claws16
6157
6158         re-organize matcher part 4; more to come
6159
6160         * src/matcher_parser.h
6161         * src/matcher_parser_lex.l
6162         * src/matcher_parser_parse.y
6163                 cleanup
6164
6165 2002-12-27 [alfons]     0.8.8claws15
6166
6167         re-organize matcher part 3; more to come
6168
6169         * src/matcher.[ch]
6170                 cleanup
6171
6172 2002-12-27 [alfons]     0.8.8claws14
6173
6174         re-organize matcher part 2; more to come but this should
6175         work. cc me if there are any regressions.
6176
6177         * src/matcher.h
6178                 add prototype for get_matchparser_tab_id()
6179         * src/matcher_parser_lex.l
6180                 look up keywords using matchparser_tab_id();
6181
6182 2002-12-27 [alfons]     0.8.8claws12
6183
6184         re-organize matcher part 1
6185
6186         * src/matcher.h
6187                 map yacc generated constants to sylpheed matcher constants
6188         * src/matcher.c
6189                 add function to find a matcher constant from a string
6190
6191 2002-12-27 [christoph]  0.8.8claws11
6192
6193         * src/compose.c
6194                 MENUITEM_ADD casts the 4th argument from integer to pointer
6195                 so it probably should not be a pointer, this means we
6196                 should use account id for it and not the account's pointer
6197
6198 2002-12-27 [paul]       0.8.8claws10
6199
6200         * src/mainwindow.c
6201                 remove unneeded 'GtkWidget *vbox'
6202                 
6203         * src/summaryview.c
6204                 further sync with 0.8.8 - make sort
6205                 by recipient work as expected
6206                 
6207         * NEWS
6208                 sync with 0.8.8
6209
6210 2002-12-27 [paul]       0.8.8claws9
6211
6212         * po/pt_BR.po
6213                 updated by Ivan F. Martinez
6214                 
6215 2002-12-27 [darko]      0.8.8claws8
6216
6217         * src/common/utils.c
6218                 added locked pattern to extended search
6219
6220 2002-12-27 [alfons]     0.8.8claws7
6221
6222         * src/prefs_matcher.[ch]
6223                 clean up
6224
6225 2002-12-26 [alfons]     0.8.8claws6
6226
6227         * src/matcher.[ch]
6228         * src/matcher_parser_lex.l
6229         * src/matcher_parser_parse.y
6230         * src/prefs_matcher.c
6231                 allow color label as a condition in the matcher
6232
6233 2002-12-26 [oliver]     0.8.8claws5
6234         
6235         * src/toolbar.c 
6236                 enable Addressbook for Main and Messageview
6237         * src/prefs_actions.c
6238                 enable actions in Messageview
6239
6240 2002-12-26 [christoph]  0.8.8claws4
6241
6242         * src/common/plugin.c
6243                 add a little debug output
6244         * configure.in
6245         * src/plugins/demo/Makefile.am
6246                 better use of automake
6247
6248 2002-12-26 [christoph]  0.8.8claws3
6249
6250         * src/Makefile.am
6251         * src/common/Makefile.am
6252                 fix "make distdir"
6253
6254 2002-12-26 [christoph]  0.8.8claws2
6255
6256         * configure.in
6257                 sort configure checks into common / gtk / plugins
6258         * po/POTFILES.in
6259                 add src/prefs_gtk.c
6260         * src/Makefile.am
6261                 add plugins SUBDIR
6262         * src/main.c
6263         * src/common/sylpheed.[ch]
6264                 added now sylpheed_done function for shutdown
6265         * src/common/Makefile.am
6266         * src/common/plugin.[ch]                ** NEW **
6267                 plugin loader and unloader
6268         * src/plugins/.cvsignore                ** NEW **
6269         * src/plugins/Makefile.am               ** NEW **
6270                 build plugins
6271         * src/plugins/demo/.cvsignore           ** NEW **
6272         * src/plugins/demo/Makefile.am          ** NEW **
6273         * src/plugins/demo/demo.c               ** NEW **
6274                 small demo plugin that installs a logtext hook and
6275                 outputs the log text to stdout
6276
6277 2002-12-26 [paul]       0.8.8claws1
6278
6279         * po/es.po
6280                 updated by Ricardo Mones Lastra
6281
6282 2002-12-26 [paul]       0.8.8claws
6283
6284         * 0.8.8claws released
6285
6286 2002-12-26 [paul]       0.8.7claws12
6287
6288         * po/bg.po
6289                 updated by George Danchev
6290
6291 2002-12-26 [paul]       0.8.7claws11
6292
6293         * po/POTFILES.in
6294                 remove unneeded 'src/prefs.c' entry 
6295
6296 2002-12-26 [paul]       0.8.7claws10
6297
6298         * src/codeconv.c
6299           src/mainwindow.c
6300                 sync with 0.8.8 release
6301         
6302         * src/folder.[ch]
6303           src/mh.c
6304           src/summaryview.c
6305                 partial sync with 0.8.8 release
6306         
6307
6308 2002-12-25 [alfons]     0.8.7claws9
6309
6310         * src/matcher.[ch]
6311         * src/matcher_parser_lex.l
6312         * src/matcher_parser_parse.y
6313         * src/prefs_matcher.c
6314                 add locked flag to possible filtering / matcher 
6315                 conditions (also a good example what should be
6316                 done to add a simple boolean condition)
6317
6318 2002-12-25 [christoph]  0.8.7claws8
6319
6320         * src/Makefile.am
6321         * src/account.[ch]
6322         * src/addrbook.c
6323         * src/addressbook.c
6324         * src/addrindex.c
6325         * src/filtering.c
6326         * src/folder.c
6327         * src/matcher.c
6328         * src/prefs.[ch]                ** REMOVE **
6329         * src/prefs_account.c
6330         * src/prefs_actions.c
6331         * src/prefs_common.c
6332         * src/prefs_customheader.c
6333         * src/prefs_display_header.c
6334         * src/prefs_filtering.c
6335         * src/prefs_folder_item.c
6336         * src/prefs_gtk.[ch]            ** NEW **
6337         * src/prefs_matcher.c
6338         * src/prefs_scoring.c
6339         * src/prefs_summary_column.c
6340         * src/procmime.c
6341         * src/selective_download.c
6342         * src/toolbar.c
6343         * src/common/Makefile.am
6344         * src/common/prefs.[ch]         ** NEW **
6345                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6346
6347 2002-12-24 [alfons]     0.8.7claws7
6348
6349         * src/summaryview.c
6350                 summary_thread_build(): fix real cause of the crash mentioned in
6351                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6352                 this way we get meaningful ctree nodes 
6353
6354 2002-12-24 [oliver]     0.8.7claws6
6355
6356         * src/mainwindow.[ch]
6357         * src/messageview.[ch]
6358         * src/compose.[ch]
6359         * src/inc.c
6360         * src/summaryview.c
6361                 changes to use updated toolbar handling
6362                 
6363 2002-12-24 [oliver]     0.8.7claws5
6364
6365         * src/toolbar.[ch]
6366                 generic toolbar handling
6367                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6368         * src/prefs_toolbar.[ch]
6369                 adjust to handling
6370         
6371 2002-12-24 [oliver]     0.8.7claws4
6372         
6373         * src/stock_pixmap.[ch]
6374                 move SYLPHEED_LOGO to end of list in order 
6375                 to remove it from Custom Toolbar`s Icon View
6376
6377 2002-12-24 [alfons]     0.8.7claws3
6378
6379         * src/summaryview.c
6380                 summary_thread_build(): fix crash because of focus != selection 
6381                 after threading. when deleting the selection, gtk tries but fails 
6382                 to find the correct focusable element. we now force the selection
6383                 to be focused. this should solve the infamous bug reported by 
6384                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6385                 a test case is available. 
6386
6387 2002-12-24 [darko]      0.8.7claws2
6388
6389         * src/summaryview.c
6390                 don't crash when unmarking message with unread children
6391
6392 2002-12-23 [christoph]  0.8.7claws1
6393
6394         * src/Makefile.am
6395         * src/common/Makefile.am
6396                 update Makefiles for moved intl.h, version.h and defs.h
6397         * src/imap.c
6398                 rewrite imap_session_get to avoid duplicate code
6399
6400 2002-12-23 [paul]       0.8.7claws
6401
6402         * Santa-Claws released
6403         
6404         * po/hu.po
6405           po/ru.po
6406                 squeeze in updated Hungarian and Russian translations.
6407                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6408
6409 2002-12-23 [paul]       0.8.6claws129
6410
6411         * po/pl.po
6412                 updated by Witold Wladyslaw Wojciech Wilk
6413
6414 2002-12-23 [paul]       0.8.6claws128
6415
6416         * src/quote_fmt_parse.y
6417                 fix typo and add licence header
6418
6419 2002-12-23 [paul]       0.8.6claws127
6420
6421         * po/en_GB.po
6422                 updated
6423
6424 2002-12-23 [paul]       0.8.6claws126
6425
6426         * po/it.po
6427                 updated translation, submitted by Alessandro Maestri
6428                 
6429 2002-12-23 [paul]       0.8.6claws125
6430
6431         * src/quote_fmt_parse.y
6432                 fix signature-stripping on replies bug. match
6433                 '-- \n' and not '-- '.
6434
6435 2002-12-22 [paul]       0.8.6claws124
6436
6437         * po/bg.po
6438           po/es.po
6439           po/sr.po
6440                 updated translations. submitted by George Danchev,
6441                 Ricardo Mones Lastra, and Urke MMI respectively
6442
6443 2002-12-21 [paul]       0.8.6claws123
6444
6445         * src/addrbook.c
6446                 fix coding style
6447
6448 2002-12-21 [paul]       0.8.6claws122
6449
6450         * src/addrbook.c
6451                 fix bug [643638] where if a person is in one or more
6452                 addressbook groups editing that person's email 
6453                 address results in removal from those groups.
6454                 Patch submitted by Luke Plant.
6455
6456 2002-12-20 [christoph]  0.8.6claws121
6457
6458         * src/common/utils.c
6459         * src/summaryview.c
6460                 reimplement expand_search_string using GString to
6461                 prevent crashs caused by miscalculated string
6462                 lengths reported by Paul
6463
6464 2002-12-20 [christoph]  0.8.6claws120
6465
6466         * src/summaryview.c
6467                 don't use "changed" to check if op_count has to be changed as it
6468                 is also set when the message has unread children
6469                 (closes bug [ 653221 ] crash while deleting duplicates)
6470
6471 2002-12-20 [paul]       0.8.6claws119
6472
6473         * sync with 0.8.6cvs27
6474                 see ChangeLog 2002-12-20
6475
6476 2002-12-20 [paul]       0.8.6claws118
6477
6478         * sync with 0.8.6cvs26
6479                 see ChangeLog 2002-12-19 and 2002-12-20
6480
6481 2002-12-19 [alfons]     0.8.6claws117
6482
6483         * src/textview.c
6484                 fix incorrect parsing of email addresses, submitted by 
6485                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6486                 name display if it contains @".
6487
6488 2002-12-18 [paul]       0.8.6claws116
6489
6490         * sync with 0.8.6cvs23
6491                 see ChangeLog 2002-12-18
6492
6493 2002-12-18 [paul]       0.8.6claws115
6494
6495         * src/Makefile.am
6496         * src/account.c
6497         * src/codeconv.c
6498         * src/gtkutils.[ch]
6499         * src/imap.c
6500                 sync with 0.8.6cvs22.
6501                 see ChangeLog 2002-12-17 and 2002-12-18
6502
6503 2002-12-17 [christoph]  0.8.6claws114
6504
6505         * src/imap.c
6506                 o don't create a session if imap greeting fails
6507                 o don't close socket when authentication fails
6508                   this is done by imap_session_destroy
6509
6510 2002-12-17 [thorsten]   0.8.6claws113
6511
6512         * tools/Makefile.am
6513           tools/README
6514           tools/google_msgid.pl ** NEW FILE **
6515                 Added "search for message-id" script and doc
6516
6517 2002-12-17 [thorsten]   0.8.6claws112
6518
6519         * po/hu.po
6520                 Updated hungarian translation
6521                 (updated by Gal Zoltan)
6522
6523 2002-12-16 [christoph]  0.8.6claws111
6524
6525         * src/addr_compl.c
6526                 remove stupid addressbook dump to debug output
6527         * src/mh.c
6528                 fix memory leak found by Hiro
6529
6530 2002-12-14 [paul]       0.8.6claws110
6531
6532         * src/compose.c
6533                 fix menubar sensitivity on send
6534                 
6535         * src/prefs_filtering.c
6536         * src/prefs_matcher.c
6537         * src/prefs_scoring.c
6538                 Fix english ;)
6539                 
6540         * src/common/quoted-printable.h
6541                 sync: fix typo
6542         
6543 2002-12-13 [christoph]  0.8.6claws109
6544
6545         * src/Makefile.am
6546         * src/manage_window.[ch]        ** REMOVE **
6547         * src/gtk/Makefile.am
6548         * src/gtk/manage_window.[ch]    ** NEW **
6549                 move manage_window files to gtk directory
6550
6551 2002-12-13 [christoph]  0.8.6claws108
6552
6553         * src/Makefile.am
6554         * src/gtkshruler.[ch]           ** REMOVE **
6555         * src/gtk/Makefile.am
6556         * src/gtk/gtkshruler.[ch]       ** NEW **
6557                 move gtkshruler files to gtk directory
6558
6559 2002-12-13 [christoph]  0.8.6claws107
6560
6561         * src/Makefile.am
6562         * src/compose.c
6563         * src/gtkstext.[ch]             ** REMOVE **
6564         * src/gtkutils.[ch]
6565         * src/textview.c
6566         * src/gtk/gtkstext.[ch]         ** NEW **
6567         * src/gtk/Makefile.am
6568                 o move stext functions to gtkstext.c to remove
6569                   dependency of gtkutils
6570                 o move gtkstext files to gtk directory
6571
6572         * src/gtk/Makefile.am
6573         * src/gtk/sslcertwindow.[ch]
6574                 UI stuff can always depend on common code so
6575                 it's ok to add ../common to include path
6576
6577 2002-12-13 [colin]      0.8.6claws106
6578
6579         * src/summaryview.c
6580                 Disconnect sighandlers for mainwindow when
6581                 quicksearch has the focus
6582                 Fix bug #653231
6583         * src/mainwindow.[ch]
6584                 Make key_pressed callback public, to be able
6585                 to disconnect it
6586
6587 2002-12-13 [christoph]  0.8.6claws105
6588
6589         * src/mh.c
6590                 create .mh_sequences file in new MH folders
6591                 (closes feature request [ 523162 ] MH folders should
6592                  get a .mh_sequences)
6593
6594 2002-12-13 [colin]      0.8.6claws104
6595
6596         * src/summaryview.c
6597                 Better handling of quicksearch show/hide
6598                 (basically the button stays under the mouse 
6599                  when toggled)
6600
6601 2002-12-13 [paul]       0.8.6claws103
6602
6603         * sync with 0.8.6cvs17
6604                 see ChangeLog 2002-12-13
6605
6606 2002-12-13 [paul]       0.8.6claws102
6607
6608         * po/es.po
6609                 updated by Ricardo Mones Lastra
6610
6611 2002-12-11 [colin]       0.8.6claws101
6612
6613         * src/folder.c
6614                 remove statusbar stuff
6615           src/folderview.c
6616                 set statusbar verbosity when moving folders
6617
6618 2002-12-11 [colin]       0.8.6claws100
6619         * src/prefs_filtering.c
6620         * src/prefs_matcher.c
6621         * src/prefs_scoring.c
6622                 Fix english ;)
6623
6624 2002-12-11 [colin]       0.8.6claws99
6625
6626         * src/prefs_common.[ch]
6627                 Add summary_quicksearch_type
6628         * src/summaryview.c
6629                 Save last used quicksearch type
6630
6631 2002-12-11 [jens]       0.8.6claws98
6632         * src/prefs_filtering.c
6633         * src/prefs_matcher.c
6634         * src/prefs_scoring.c
6635                 added dialog for incomplete rules in scoring, filtering and
6636                 matcher to ask wheather really close
6637
6638 2002-12-11 [colin]      0.8.6claws97
6639
6640         * src/folder.c
6641                 Fix folder dnd statusbar logging
6642
6643 2002-12-10 [christoph]  0.8.6claws96
6644
6645         * src/compose.c
6646         * src/folder.c
6647         * src/imap.c
6648         * src/inc.c
6649         * src/main.c
6650         * src/mainwindow.c
6651         * src/news.c
6652         * src/send.c
6653         * src/statusbar.[ch]
6654         * src/common/hooks.c
6655         * src/common/log.[ch]
6656                 o handle verbose logging in statusbar directly in statusbar code
6657                   and common code does not need any knowledge about a statusbar
6658                 o remove direct calls to statusbar_(puts|pop)_all functions
6659
6660 2002-12-10 [jens]       0.8.6claws95
6661
6662         * src/*.c
6663                 removed gettext from g_warnings
6664         * po/POTFILES.in
6665                 cleaned and updated
6666         * po/de.po
6667                 updated
6668
6669 2002-12-10 [colin]      0.8.6claws94
6670
6671         * src/main.c
6672                 finish crash dialog fix
6673
6674 2002-12-10 [colin]      0.8.6claws93
6675
6676         * src/main.c
6677                 "Fix" "sylpheed already running" instead of
6678                 crash dialog appearing after a crash
6679
6680 2002-12-10 [colin]      0.8.6claws92
6681
6682         * po/POTFILES.in
6683                 add src/gtk/sslcertwindow.c
6684
6685 2002-12-10 [paul]       0.8.6claws91
6686
6687         * po/POTFILES.in
6688                 updated to reflect recent changes
6689                 submitted by Alessandro Maestri
6690
6691 2002-12-09 [christoph]  0.8.6claws90
6692
6693         * src/Makefile.am
6694         * src/smtp.[ch]                 ** REMOVE **
6695         * src/common/Makefile.am
6696         * src/common/smtp.[ch]          ** NEW **
6697                 move smtp files to common directory
6698
6699 2002-12-09 [christoph]  0.8.6claws89
6700
6701         * src/Makefile.am
6702         * src/session.[ch]              ** REMOVE **
6703         * src/common/Makefile.am
6704         * src/common/session.[ch]       ** NEW **
6705                 move session files to common directory
6706
6707 2002-12-09 [paul]       0.8.6claws88
6708
6709         * src/account.c
6710                 fix bug [649746] edit accounts: move account reverted
6711                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6712
6713 2002-12-09 [colin]      0.8.6claws87
6714
6715         * src/ssl_certificate.c
6716                 cleanup
6717
6718 2002-12-09 [colin]      0.8.6claws86
6719
6720         * src/ssl.c
6721                 Try to open the cert.pem database and 
6722                 issue a warning if it isn't there
6723
6724 2002-12-09 [colin]      0.8.6claws85
6725
6726         * src/common/ssl_certificate.c
6727         * src/gtk/sslcertwindow.c
6728                 Warning fixes
6729
6730 2002-12-09 [colin]      0.8.6claws84
6731
6732         * src/ssl_certificate.[ch] ** REMOVED **
6733         * src/common/ssl_certificate.[ch] ** NEW **
6734         * src/Makefile.am
6735         * src/common/Makefile.am
6736                 Moved ssl_certificate.[ch] to common
6737         * src/common/ssl.c 
6738                 Put back needed include
6739         * src/gtk/sslcertwindow.[ch]
6740                 Changed ssl_certificate.h include
6741         
6742 2002-12-09 [colin]      0.8.6claws83
6743
6744         * src/gtk/sslcertwindow.[ch]
6745                 Implement hook for certificate acception
6746         * src/ssl_certificate.[ch]
6747                 Implement hook for certificate acception
6748         * src/common/ssl.c
6749                 Reenable certificate acception check
6750         * src/mainwindow.c
6751                 Register sslcertwindow's hook
6752         
6753 2002-12-08 [christoph]  0.8.6claws82
6754
6755         * src/about.c
6756         * src/addr_compl.c
6757         * src/codeconv.c
6758         * src/manual.c
6759         * src/undo.c
6760         * src/common/utils.c
6761                 o add missing includes
6762                 o fix warnings
6763         * src/.cvsignore
6764         * src/common/.cvsignore
6765         * src/common/version.h          ** REMOVE **
6766                 remove autogenerated file
6767
6768 2002-12-08 [paul]       0.8.6claws81
6769
6770         * src/stringtable.c
6771                 put back needed include
6772
6773 2002-12-08 [colin]      0.8.6claws80
6774         
6775         * src/gtk/sslcertwindow.c
6776                 Cleaner popups when asking
6777         * src/ssl_certificate.c
6778         * src/prefs_common.[ch]
6779                 remove ssl certificate pref
6780                 put back needed include
6781         * src/undo.c
6782                 put back needed include
6783
6784 2002-12-08 [christoph]  0.8.6claws79
6785
6786         * src/folderview.c
6787         * src/logwindow.c
6788         * src/statusbar.c
6789         * src/summaryview.c
6790                 only abort hook invokation if required data is missing not
6791                 if our own data pointer is NULL, update hookfunction for
6792                 log window
6793
6794 2002-12-08 [paul]       0.8.6claws78
6795
6796         * src/about.c
6797         * src/addrcache.c
6798         * src/addrclip.c
6799         * src/addr_compl.c
6800         * src/addrselect.c
6801         * src/codeconv.c
6802         * src/colorlabel.c
6803         * src/enriched.c
6804         * src/esmtp.c
6805         * src/exporthtml.c
6806         * src/headerview.c
6807         * src/imageview.c
6808         * src/manual.c
6809         * src/noticeview.c
6810         * src/pgptext.c
6811         * src/scoring.c
6812         * src/sourcewindow.c
6813         * src/stringtable.c
6814         * src/undo.c
6815                 clean up: remove unneccesary includes
6816
6817 2002-12-08 [christoph]  0.8.6claws77
6818
6819         * src/folderview.c
6820         * src/statusbar.c
6821         * src/summaryview.c
6822         * src/common/hooks.[ch]
6823                 hook functions now have a gboolean return value, if a hook
6824                 returns TRUE it will stop executing of any more hooks in
6825                 the same hooklist for this invokation
6826
6827 2002-12-08 [colin]      0.8.6claws76
6828         
6829         * src/main.c
6830                 put back argv0 for CRASH_DIALOG
6831
6832 2002-12-08 [christoph]  0.8.6claws75
6833
6834         * src/Makefile.am
6835         * src/about.c
6836         * src/account.c
6837         * src/crash.c
6838         * src/esmtp.h
6839         * src/imap.[ch]
6840         * src/inc.c
6841         * src/main.c
6842         * src/mainwindow.c
6843         * src/news.c
6844         * src/pop.[ch]
6845         * src/prefs_account.[ch]
6846         * src/prefs_common.[ch]
6847         * src/send.[ch]
6848         * src/smtp.[ch]
6849         * src/ssl_certificate.[ch]
6850         * src/ssl_manager.[ch]
6851         * src/common/Makefile.am
6852         * src/common/log.c
6853         * src/common/nntp.[ch]
6854         * src/common/socket.[ch]
6855         * src/common/ssl.[ch]
6856         * src/gtk/sslcertwindow.[ch]
6857         * ac/openssl.m4
6858                 use new autoconf script to detect OpenSSL with extra parameters
6859                 to specify the location of libs and includes, also remove USE_SSL
6860                 to USE_OPENSSL
6861
6862         * src/common/sylpheed.[ch]
6863         * src/common/version.h.in
6864                 start seperation of common code initialization seperated from gui
6865
6866         * src/summaryview.c
6867                 The function that is called when a color label changes
6868                 should not change the color lable again
6869
6870 2002-12-08 [colin]      0.8.6claws74
6871
6872         * src/gtk/sslcertwindow.c
6873                 warning fixes
6874
6875 2002-12-08 [colin]      0.8.6claws73
6876
6877         * src/statusbar.c
6878           src/common/log.h
6879                 Register a hook for statusbar_puts_all
6880         * src/common/log.c
6881                 invoke statusbar_puts_all's hook
6882         
6883 2002-12-08 [colin]      0.8.6claws72
6884
6885         * src/ssl_certificate.c
6886                 Put back a badly-removed include
6887
6888 2002-12-08 [colin]      0.8.6claws71
6889
6890         * src/gtk/sslcertwindow.[ch]    ** NEW **
6891                 new certificate presentation
6892         * src/gtk/Makefile.am
6893                 add new files
6894         * src/ssl_certificate.[ch]
6895                 gtk cleanup, made utility functions public
6896         * src/ssl_manager.c
6897                 use new cert presentation
6898
6899 2002-12-07 [christoph]  0.8.6claws70
6900
6901         * src/Makefile.am
6902         * src/nntp.[ch]                 ** REMOVE **
6903         * src/common/Makefile.am
6904         * src/common/nntp.[ch]          ** NEW **
6905                 move nntp files to common directory
6906
6907 2002-12-07 [christoph]  0.8.6claws69
6908
6909         * src/procmsg.[ch]
6910         * src/summaryview.c
6911                 implement msginfo update callback using sylpheed's new
6912                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6913
6914 2002-12-06 [christoph]  0.8.6claws68
6915
6916         * src/editgroup.c
6917                 This patch changes the 'Edit Group Details' dialog to
6918                 allow extended selections in either pane, so that
6919                 addresses can be added or removed from a group more
6920                 quickly and easily. (it actually is a net decrease in
6921                 file size, as some unnecessary functions have been
6922                 removed). 
6923                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6924
6925 2002-12-06 [christoph]  0.8.6claws67
6926
6927         * src/Makefile.am
6928         * src/template.[ch]             ** REMOVE **
6929         * src/common/Makefile.am
6930         * src/common/template.[ch]      ** NEW **
6931                 move template files to common directory
6932
6933         * src/nntp.c
6934                 add missing log.h include
6935
6936 2002-12-06 [melvin]     0.8.6claws66
6937
6938         * src/prefs_actions.c
6939                 Added the trailing ">" syntax to insert command's output
6940                 without replacing old text (in contrast to trailing "|").
6941
6942 2002-12-05 [colin]      0.8.6claws65
6943         
6944         * src/common/utils.c
6945                 Don't modify original search_string or it'll change
6946                 the next iterations in the for()
6947
6948 2002-12-05 [darko]      0.8.6claws64
6949
6950         * src/common/utils.c
6951                 proper check for filtering commands, found by Colin
6952
6953 2002-12-05 [darko]      0.8.6claws63
6954
6955         * src/common/utils.c
6956                 check proper string for NULL pointer, found by Colin
6957
6958 2002-12-05 [darko]      0.8.6claws62
6959
6960         * src/common/utils.[ch]
6961                 expand_search_string(): new function
6962                 converts Mutt-like patterns to Sylpheed's
6963                 filtering engine
6964         * src/summaryview.c
6965                 use expand_search_string() to allow Mutt-like
6966                 patterns in extended search
6967         * README.claws
6968                 document extended option in quick search
6969
6970 2002-12-05 [paul]       0.8.6claws61
6971
6972         * sync with 0.8.6cvs16
6973                 see ChangeLog 2002-12-05
6974                 
6975         * po/POTFILES.in
6976                 clean up
6977
6978 2002-12-04 [christoph]  0.8.6claws60
6979
6980         * src/imap.[ch]
6981                 put imap authentication code into a new function and
6982                 remove it from imap_session_new that will allow to
6983                 send other commands before authentication
6984
6985 2002-12-04 [christoph]  0.8.6claws59
6986
6987         * src/imap.[ch]
6988                 use already existing method to prevent unneeded IMAP
6989                 folder selects. Set imap_select parameters to NULL
6990                 in some functions if the values are not required.
6991
6992         * src/xml.h
6993                 remove no longer required include
6994
6995 2002-12-04 [paul]       0.8.6claws58
6996
6997         * po/es.po
6998                 updated by Ricardo Mones Lastra
6999                 
7000         * configure.in
7001           po/hu.po      ** NEW FILE **
7002                 initial Hungarian translation, submitted
7003                 by Gál Zoltán <galzoli@hu.inter.net>
7004
7005 2002-12-03 [christoph]  0.8.6claws57
7006
7007         * src/Makefile.am
7008         * src/gtksctree.[ch]            ** REMOVE **
7009         * src/gtk/Makefile.am
7010         * src/gtk/gtksctree.[ch]        ** NEW **
7011                 move gtksctree files to gtk directory
7012
7013 2002-12-03 [christoph]  0.8.6claws56
7014
7015         * src/Makefile.am
7016         * src/md5.[ch]                  ** REMOVE **
7017         * srm/common/Makefile.am
7018         * src/common/md5.[ch]           ** NEW **
7019                 move md5 files to common directory
7020
7021         * src/gtkstext.c
7022                 remove not required #include
7023
7024 2002-12-03 [sergey]     0.8.6claws55
7025
7026         * src/gtkutils.c
7027         * src/gtkutils.h
7028                 gtkut_window_popup(): new function.
7029         * src/mainwindow.c
7030                 main_window_popup(): use gtkut_window_popup() to raise
7031                 window without changing its position.
7032                 (see sylpheed-main ML message [sylpheed:17247])
7033
7034 2002-12-03 [sergey]     0.8.6claws54
7035
7036         * src/send.c
7037                 send_message_local(): removed first-dot escaping
7038                 (SMTP-only, not needed for sending through pipe)
7039
7040 2002-12-03 [paul]       0.8.6claws53
7041
7042         * po/POTFILES.in
7043                 update to reflect recent changes (thanks
7044                 to Ricardo Mones Lastra)
7045                 
7046         * tools/filter_conv.pl
7047                  fix problem with quoted strings. Patch submitted
7048                  by Luke Plant <lukeplant@softhome.net>
7049
7050 2002-12-03 [paul]       0.8.6claws52
7051
7052         * sync with 0.8.6cvs15
7053                 see ChangeLog 2002-12-03
7054
7055 2002-12-02 [christoph]  0.8.6claws51
7056
7057         * src/logwindow.[ch]
7058         * src/common/log.[ch]
7059                 implement logging using a hook function
7060
7061         * src/folderview.c
7062         * src/folder.[ch]
7063                 define hooklist name in header file to avoid
7064                 errors caused by wrong spelling of hooklist names
7065
7066         * src/toolbar.c
7067                 fix warnings
7068
7069 2002-12-02 [christoph]  0.8.6claws50
7070
7071         * src/common/Makefile.am
7072                 add src/common/hooks.[ch]
7073
7074         * src/common/hooks.[ch]
7075                 implement a simple hook system using glib's hook functions
7076
7077         * src/folder.[ch]
7078         * src/folderview.c
7079                 use new hook system for folder item updates
7080
7081 2002-12-02 [christoph]  0.8.6claws49
7082
7083         * doc-src/ui_seperation.txt     ** NEW **
7084                 information for ui seperation
7085
7086         * src/Makefile.am
7087                 remove files that were moved to common
7088                 include common directory by default for the header files
7089
7090         * src/inc.c
7091         * src/common/socket.c
7092         * src/automaton.[ch]
7093                 implement automaton using g_io_*-functions instead of
7094                 gdk_input_add to make it ui independent
7095
7096         * src/codeconv.c
7097         * src/compose.c
7098         * src/ldif.c
7099         * src/pgptext.c
7100         * src/procmime.c
7101         * src/rfc2015.c
7102         * src/smtp.c
7103         * src/unmime.c
7104                 remove common/ prefix because directory is now in
7105                 include path
7106
7107         * src/compose.c
7108         * src/folder.c
7109         * src/folderview.c
7110         * src/mainwindow.c
7111         * src/messageview.c
7112         * src/prefs_common.c
7113         * src/procmsg.c
7114         * src/rfc2015.c
7115                 fix warnings
7116
7117         * src/imap.c
7118         * src/inc.c
7119         * src/news.c
7120         * src/pop.c
7121         * src/send.c
7122         * src/smtp.c
7123         * src/ssl_certificate.c
7124                 add log.h header file for logging functions
7125
7126         * src/main.c
7127         * src/common/utils.c
7128         * src/summaryview.c
7129         * src/xml.c
7130                 o move debug_mode to common/utils.c
7131                 o add functions to set and get debug_mode
7132
7133         * src/defs.h                    ** REMOVE **
7134         * src/intl.h                    ** REMOVE **
7135         * src/socket.[ch]               ** REMOVE **
7136         * src/ssl.[ch]                  ** REMOVE **
7137         * src/utils.[ch]                ** REMOVE **
7138                 replaced by new files in src/common/
7139         
7140         * src/common/Makefile.am
7141                 add new files in src/common/
7142
7143         * src/common/defs.h             ** NEW **
7144         * src/common/intl.h             ** NEW **
7145         * src/common/log.[ch]           ** NEW **
7146         * src/common/socket.[ch]        ** NEW **
7147         * src/common/ssl.[ch]           ** NEW **
7148         * src/common/utils.[ch]         ** NEW **
7149                 replacement for files in src/
7150
7151 2002-12-02 [colin]      0.8.6claws48
7152
7153         * src/folderview.c
7154                 Scroll folderview if necessary during dnd
7155
7156 2002-12-02 [colin]      0.8.6claws47
7157
7158         * src/folder.[ch]
7159                 Add check to verify a move is within a single mailbox
7160         * src/folderview.c
7161                 Add specific error string for this check
7162
7163 2002-12-02 [colin]      0.8.6claws46
7164
7165         * src/folder.c
7166                 Add a test to folder moving, remove a statusbar_print
7167         * src/folderview.c
7168                 Add Move folder... context-menu item
7169                 Factorize folder moving code
7170                 Enable folder DND for mbox
7171
7172 2002-12-01 [christoph]  0.8.6claws45
7173
7174         * ac/aspell.m4
7175                 remove conf.aspelltest if the version check fails
7176
7177 2002-11-30 [christoph]  0.8.6claws44
7178
7179         * autogen.sh
7180                 run libtoolize --force in autogen to create missing
7181                 libtool scripts
7182
7183 2002-11-30 [christoph]  0.8.6claws43
7184
7185         * src/Makefile.am
7186         * src/pgptext.c
7187         * src/procmime.c
7188         * src/rfc2015.c
7189         * src/uuencode.[ch]             ** REMOVED **
7190         * src/common/Makefile.am
7191         * src/common/uuencode.[ch]      ** NEW **
7192                 move uuen/decoder to common directory
7193
7194 2002-11-30 [christoph]  0.8.6claws42
7195
7196         * src/Makefile.am
7197         * src/base64.[ch]               ** REMOVED **
7198         * src/codeconv.c
7199         * src/compose.c
7200         * src/ldif.c
7201         * src/pgptext.c
7202         * src/procmime.c
7203         * src/rfc2015.c
7204         * src/smtp.c
7205         * src/unmime.c
7206         * src/common/Makefile.am
7207         * src/common/base64.[ch]        ** NEW **
7208                 move base64 en/decoder to common directory
7209
7210 2002-11-30 [christoph]  0.8.6claws41
7211
7212         * src/common                    ** NEW **
7213                 new directory for UI independent code
7214         * src/gtk                       ** NEW **
7215                 new directory for GTK frontend
7216         * src/common/.cvsignore         ** NEW **
7217         * src/gtk/.cvsignore            ** NEW **
7218                 ignore build files
7219         * src/common/Makefile.am        ** NEW **
7220         * src/gtk/Makefile.am           ** NEW **
7221                 automake files to build new seperated stuff
7222         * src/Makefile.am
7223                 the binary will currently still be build with the
7224                 files in src, so we include the code from the
7225                 subdirs for now after building the libs there
7226
7227 2002-11-30 [paul]       0.8.6claws40
7228
7229         * src/compose.c
7230                 fix bug [642731] 'Wrong selected account with drafted mail'
7231
7232 2002-11-29 [oliver]     0.8.6claws39
7233         
7234         * src/messageview.c
7235                 o update summaryview when switching between different
7236                   messageviews          
7237         * src/toolbar.c  
7238                 o check if messageview holds already removed msg
7239                   from summaryview
7240                 
7241
7242 2002-11-29 [oliver]     0.8.6claws38
7243
7244         * src/toolbar.c 
7245                 remove not needed variables and includes
7246                 make messageview stay opened and move to next when msgs are deleted 
7247
7248 2002-11-29 [oliver]     0.8.6claws37
7249         
7250         * src/toolbar.c 
7251                 disable compose button (messageview toolbar) by default
7252                 deleted msgs are moved to trash
7253         
7254 2002-11-29 [melvin]     0.8.6claws36
7255
7256         * configure.in
7257                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7258                 and to detect signatures expirations (gpgme 0.3.6)
7259
7260         * src/main.c
7261                 Use non obsolescent function for Gpgme engine checking.
7262
7263         * src/rfc2015.c
7264                 Inform about expired signatures or signatures which key
7265                 has expired. Expiration date is displayed.
7266
7267         * src/sigstatus.c
7268                 Inform about expired signatures or signatures which key
7269                 has expired.
7270
7271 2002-11-28 [paul]       0.8.6claws35
7272
7273         * src/folderview.c
7274                 re-instate 'Check for new messages' in Newsgroup
7275                 folders right-click menu, after a suggestion from
7276                 Tim Mann <timmann@users.sourceforge.net>
7277
7278         * src/main.c
7279                 after a crash check only local folders for new
7280                 messages
7281
7282 2002-11-28 [paul]       0.8.6claws34
7283
7284         * configure.in
7285                 apply patch that fixes the checking of GTK with XIM 
7286                 support on different OSs, such as FreeBSD. Patch 
7287                 submitted by Topia <topia@users.sourceforge.net>
7288                 
7289 2002-11-28 [paul]       0.8.6claws33
7290
7291         * src/mainwindow.c
7292           src/prefs_common.c
7293           src/prefs_toolbar.c
7294                 more changes to the English
7295
7296 2002-11-28 [paul]       0.8.6claws32
7297
7298         * sync with 0.8.6cvs13
7299                 see ChangeLog 2002-11-28 (no sync needed
7300                 for src/compose.c)
7301
7302 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7303         
7304         * src/mainwindow.[ch]
7305                 add patch by Ivan F. Martinez introducing messageview Toolbar
7306                 some changes and committed by oliver    
7307
7308 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7309
7310         * src/messageview.[ch]
7311                 add patch by Ivan F. Martinez introducing messageview Toolbar
7312                 some changes and committed by oliver    
7313
7314 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7315
7316         * src/compose.[ch]
7317                 add patch by Ivan F. Martinez introducing messageview Toolbar
7318                 some changes and committed by oliver    
7319
7320 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7321         
7322         * src/toolbar.[ch]
7323                 add patch by Ivan F. Martinez introducing messageview Toolbar
7324                 some changes and committed by oliver
7325
7326 2002-11-28 [oliver]     0.8.6claws27
7327         
7328         * src/prefs_toolbar.[ch]
7329                 getting ready for messageview toolbar
7330                 free mem allocated by gettext
7331                 change prefs_toolbar to prefs_toolbar_open
7332  
7333 2002-11-28 [thorsten]   0.8.6claws26
7334
7335         * src/imageview.[ch]
7336                 cleaned up conflicting declarations of
7337                 imageview_show_image()
7338
7339 2002-11-28 [paul]       0.8.6claws25
7340
7341         * src/grouplistdialog.c
7342           src/prefs_common.c
7343           src/prefs_summary_column.c
7344                 a few more improvements to the English
7345
7346 2002-11-28 [colin]      0.8.6claws24
7347
7348         * man/sylpheed.1
7349                 A few updates to command-line parameters
7350
7351 2002-11-28 [colin]      0.8.6claws23
7352
7353         * src/prefs_filtering.c
7354                 Fix problems with prefs_filtering_delete_path:
7355                 a) if the first rule is removed, original pointers
7356                    weren't updated (leading to segfaults)
7357                 b) it was always global_processing updated in case
7358                    of removed path was parent of rule path
7359
7360 2002-11-27 [paul]       0.8.6claws22
7361
7362         * src/mainwindow.c
7363           src/prefs_account.c
7364           src/prefs_actions.c
7365           src/prefs_common.c
7366           src/prefs_customheader.c
7367           src/prefs_display_header.c
7368           src/prefs_filtering.c
7369           src/prefs_folder_item.c
7370           src/prefs_matcher.c
7371           src/prefs_scoring.c
7372           src/prefs_summary_column.c
7373           src/prefs_template.c
7374           src/prefs_toolbar.c
7375                  improve the English in the GUI
7376
7377 2002-11-27 [colin]      0.8.6claws21
7378
7379         * src/folder.c
7380                 Fix processing renaming problems happening after
7381                 last commit
7382
7383 2002-11-27 [colin]      0.8.6claws20
7384
7385         * src/folder.c
7386                 recursive move now deletes src each subfolder after 
7387                 having moved it
7388         * src/folderview.c
7389                 Use identifier instead of path during dnd (enables
7390                 IMAP folder dnd)
7391
7392 2002-11-27 [paul]       0.8.6claws19
7393
7394         * src/main.c
7395                 apply patch that does command-line processing 
7396                 BEFORE gtk_init, allowing claws to run from 
7397                 shell-scripts in non-X environment (e.g. crontab 
7398                 or ip-up, ip-down scripts). Patch submitted by
7399                 Ruslan N. Balkin <baron@dartel.ru>
7400                 
7401         * po/it.po
7402                 updated by Alessandro Maestri
7403
7404 2002-11-27 [paul]       0.8.6claws18
7405
7406         * sync with 0.8.6cvs12
7407           src/prefs_common.c
7408                 Differences are that main uses a 'Receive dialog'
7409                 frame on the Interface tab, whereas claws groups all 
7410                 the dialogs together in a 'Dialogs' frame.
7411
7412 2002-11-27 [colin]      0.8.6claws17
7413
7414         * src/prefs_matcher.c
7415                 Fix Execute criteria's NOT flag
7416
7417
7418 2002-11-26 [christoph]  0.8.6claws16
7419
7420         * src/ssl.c
7421                 rewrite the ssl code a little bit, only use one
7422                 SSL context, set default certificates' file/path
7423
7424 2002-11-26 [thorsten]   0.8.6claws15
7425
7426         * src/compose.c
7427                 default-reply-to didn't work for ml-reply
7428
7429 2002-11-26 [melvin]     0.8.6claws14
7430
7431         * src/prefs_actions.c
7432                 Made pipe-actions ignore short headers in message view
7433                 Made trailing-pipe-actions write in the message view with
7434                 the same font as the original message
7435
7436 2002-11-26 [paul]       0.8.6claws13
7437
7438         * src/compose.c
7439                 this time commit the correct file
7440
7441 2002-11-26 [paul]       0.8.6claws12
7442
7443         * sync with 0.8.6cvs11
7444           src/quote_fmt_parse.y  
7445                 no sync needed
7446           src/account.[ch]       
7447                 not sync'ed
7448           src/compose.c
7449                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7450                 on draft mode.
7451                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7452                 header
7453                 
7454         see ChangeLog 2002-11-25 and 2002-11-26
7455
7456 2002-11-26 [colin]      0.8.6claws11
7457
7458         * src/folderview.c
7459                 Fix collapsed folder not auto-expanding during
7460                 mail dnd, if it was the source folder.
7461
7462 2002-11-25 [colin]      0.8.6claws10
7463
7464         * src/folderview.[ch]
7465                 Variable renaming and cleaning (slist of nodes 
7466                 to be re-collapsed is stored in FolderView)
7467
7468 2002-11-25 [paul]       0.8.6claws9
7469
7470         * src/prefs_common.[ch]
7471                 fix breakage caused by last commit
7472
7473 2002-11-25 [paul]       0.8.6claws8
7474
7475         * sync with 0.8.6cvs4
7476                 see ChangeLog 2002-11-21
7477
7478 2002-11-25 [paul]       0.8.6claws7
7479
7480         * sync with 0.8.6cvs4
7481                 see ChangeLog 2002-11-20
7482
7483 2002-11-25 [paul]       0.8.6claws6
7484
7485         * sync with 0.8.6cvs3
7486                 see ChangeLog 2002-11-18
7487
7488 2002-11-25 [colin]      0.8.6claws5
7489
7490         * src/gtkutils.[ch]
7491                 Add gtkut_ctree_node_is_parent()
7492         * src/folderview.c
7493                 Spring-loaded folders
7494
7495 2002-11-25 [colin]      0.8.6claws4
7496
7497         * src/utils.[ch]
7498                 Add slist_concat_unique(), function to merge
7499                 two GSList filtering dups
7500         * src/folder.[ch]
7501         * src/summaryview.[ch]
7502         * src/folderview.c
7503         * src/main.c
7504                 Add detection/update/display of unread answers
7505                 to marked mails
7506         * src/procmsg.[ch]
7507                 Add procmsg_find_children()
7508                 Add procmsg_msg_has_marked_parent()
7509
7510 2002-11-25 [colin]      0.8.6claws3
7511
7512         * src/ssl_certificate.[ch]
7513                 Allow checking a certificate without a DNS
7514                 lookup
7515                 Allow to forget a cert (by deleting it)
7516                 Make ssl_certificate_destroy_public
7517         * src/ssl_manager.[ch] ** NEW FILES **
7518                 Gui to manage (display/remove) certificates
7519         * src/prefs_common.[ch]
7520                 Add a pref to allow silent acceptation of
7521                 trusted certificates or not (based on the
7522                 "I want to know what's going on" principle)
7523         * src/mainwindow.c
7524                 Add SSL manager in Tools menu
7525         * src/Makefile.am
7526                 Add the new files to the build
7527         * po/POTFILES.in
7528                 Add ssl_manager.c to translations
7529
7530 2002-11-25 [colin]      0.8.6claws2
7531
7532         * src/summaryview.[ch]
7533                 Add S_SEARCH_EXTENDED to the quick search, which 
7534                 allows to search using filtering syntax.
7535
7536 2002-11-25 [colin]      0.8.6claws1
7537
7538         * src/summaryview.c
7539                 Deletion of duplicates now prefer deleting
7540                 the unread dup (fixes feature-request 638989).
7541
7542 2002-11-24 [paul]       0.8.6claws
7543
7544         * po/es.po
7545           po/pl.po
7546           po/ru.po
7547           po/sr.po
7548                 updated by Ricardo Mones Lastra,
7549                 Witold Wladyslaw Wojciech Wilk,
7550                 Ruslan N. Balkin, and  Urke MMI 
7551                 respectively
7552
7553 2002-11-24 [paul]       0.8.5claws182
7554
7555         * po/bg.po
7556                 updated by George Danchev
7557
7558 2002-11-23 [alfons]     0.8.5claws181
7559
7560         * src/imap.c
7561                 tiny memory leak found by browsing Dimitar's 
7562                 valgrind report
7563
7564 2002-11-23 [paul]       0.8.5claws180
7565
7566         * po/it.po
7567                 updated by Alessandro Maestri
7568
7569 2002-11-22 [christoph]  0.8.5claws179
7570
7571         * src/compose.c
7572         * src/inc.c
7573         * src/prefs_filtering.c
7574         * src/summaryview.c
7575                 more warning fixes
7576
7577 2002-11-22 [alfons]     0.8.5claws178
7578
7579         * src/summaryview.c
7580                 summary_execute_delete_func(): if message is deleted, make 
7581                 sure to also remove its entry in the subject hash table. 
7582                 fixes a corner case bug.
7583
7584 2002-11-22 [paul]       0.8.5claws177
7585
7586         * .cvsignore
7587                 add 'autom4te.cache'
7588                 
7589         * ltconfig      ** REMOVED **
7590                 not needed
7591
7592 2002-11-22 [paul]       0.8.5claws176
7593
7594         * src/textview.c
7595                 textview_set_font(): fix for message display in
7596                 UTF-8 locales (thanks to Sergey Vlasov).
7597                 
7598         * AUTHORS
7599                 add new team members and contributors
7600
7601
7602 2002-11-21 [colin]      0.8.5claws175
7603
7604         * src/procmsg.[ch]
7605                 Add procmsg_remove_special_headers()
7606         * src/mh.c
7607                 Use procmsg_remove_special_headers() for 
7608                 previous fix
7609
7610 2002-11-21 [colin]      0.8.5claws174
7611
7612         * src/mh.c
7613                 Fix moving/copying from queue/draft folders
7614                 for MH folders
7615
7616 2002-11-21 [christoph]  0.8.5claws173
7617
7618         * src/crash.c
7619         * src/filtering.c
7620         * src/logwindow.c
7621         * src/main.c
7622         * src/matcher_parser_lex.[hl]
7623         * src/mbox.c
7624         * src/mbox_folder.[ch]
7625         * src/prefs_filtering.c
7626         * src/procheader.c
7627         * src/quote_fmt_lex.l
7628         * src/ssl.c
7629                 fix all warnings except the warnings in lex and yacc files
7630
7631 2002-11-20 [christoph]  0.8.5claws172
7632
7633         * src/imap.c
7634                 fix MsgInfo retrieval for IMAP draft and queue folders
7635                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7636
7637 2002-11-19 [christoph]  0.8.5claws171
7638
7639         * src/compose.c
7640                 fix segfault, when draft saving does not get
7641                 the MsgInfo of the new message
7642                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7643
7644 2002-11-19 [christoph]  0.8.5claws170
7645
7646         * src/procmsg.c
7647                 add parameter check for flag setting function
7648                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7649
7650 2002-11-18 [paul]       0.8.5claws169
7651
7652         * src/compose.c
7653                 more sensitivity fixes to redirect mode:
7654                 * disable toolbar draft button
7655                 * allow only Address book in the Tools menu
7656                 * disable editing of message by the spell
7657                   checker
7658
7659 2002-11-18 [paul]       0.8.5claws168
7660
7661         * src/compose.c
7662                 fix sensitivity of menu items in compose_redirect():
7663                 allow only the necessary items 
7664
7665 2002-11-18 [paul]       0.8.5claws167
7666
7667         * src/compose.c
7668                 fix bug [ 603259 ] 'attachment got lost on bounce'
7669
7670 2002-11-18 [paul]       0.8.5claws166
7671
7672         * po/ru.po
7673                 updated by Ruslan N. Balkin <baron@dartel.ru>
7674
7675 2002-11-18 [colin]      0.8.5claws165
7676
7677         * src/main.c
7678           src/defs.h
7679                 Remove old filtering stuff
7680
7681
7682 2002-11-17 [oliver]     0.8.5claws164
7683
7684         * src/toolbar.h
7685                 remove not needed typedef 
7686
7687 2002-11-17 [oliver]     0.8.5claws163
7688
7689         * src/toolbar.c
7690                 make toolbar's on click events translatable
7691
7692 2002-11-15 [colin]      0.8.5claws162
7693
7694         * src/summaryview.c
7695                 Revert too-soon integration of a feature
7696
7697 2002-11-15 [christoph]  0.8.5claws161
7698
7699         * src/imap.c
7700                 use main's implementation of imap_get_msginfo
7701
7702 2002-11-15 [christoph]  0.8.5claws160
7703
7704         * src/compose.c
7705         * src/folder.[ch]
7706         * src/imap.c
7707         * src/mbox_folder.c
7708         * src/mh.c
7709         * src/news.c
7710         * src/procmsg.c
7711         * src/summaryview.c
7712                 replace claws' fetch_msginfo with main's get_msginfo
7713                 (use main's implementation where possible)
7714
7715 2002-11-15 [colin]      0.8.5claws159
7716
7717         * src/ssl_certificate.c
7718                 Missed a check
7719
7720 2002-11-16 [melvin]     0.8.5claws158
7721
7722         * po/fr.po
7723                 Updated French translations.
7724
7725 2002-11-16 [colin]      0.8.5claws157
7726
7727         * src/ssl_certificate.c
7728                 Check for missing parts in the certificates
7729
7730 2002-11-15 [colin]      0.8.5claws156
7731
7732         * src/folderview.c
7733                 Preventive fix (missing check) found by
7734                 Alfons
7735
7736 2002-11-15 [paul]
7737
7738         * NEWS
7739                 sync with 0.8.6 release
7740
7741 2002-11-15 [colin]      0.8.5claws155
7742
7743         * src/folder.[ch]
7744           src/folderview.c
7745                 Fix error handling of folder_item_move_to()
7746                 (thanks to Alfons!)
7747
7748 2002-11-15 [colin]      0.8.5claws154
7749
7750         * src/folder.[ch]
7751           src/folderview.c
7752                 folder_item_move_to() sets an error message instead
7753                 of having GUI stuff in folder.c
7754
7755 2002-11-15 [colin]      0.8.5claws153
7756
7757         * src/procmsg.[ch]
7758                 Implemented a callback for MsgInfo updates, 
7759                 heavily copy/pasted from Christoph's folder 
7760                 callback system
7761         * src/summaryview.[ch]
7762                 Register summary_update_msg as callback
7763
7764 2002-11-14 [colin]      0.8.5claws152
7765         
7766         * src/procmsg.c
7767                 Update the FolderItem after sending (fixes 617593)
7768
7769 2002-11-14 [christoph]  0.8.5claws151
7770
7771         * src/folder.c
7772                 fix wrong position of NULL pointer check found
7773                 by Sergey
7774
7775 2002-11-14 [christoph]  0.8.5claws150
7776
7777         * src/folder.c
7778                 fix segfault when deleting messages from IMAP folders
7779                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7780
7781 2002-11-14 [colin]      0.8.5claws149
7782
7783         * src/compose.c
7784                 Forwarding was also ignoring the folder's default account.
7785
7786 2002-11-14 [colin]      0.8.5claws148
7787
7788         * src/compose.c
7789                 Fix sent folder not set to folder properties when 
7790                 forwarding.
7791
7792 2002-11-14 [thorsten]   0.8.5claws147
7793
7794         * src/inc.c
7795                 inc_start(): Files were not moved from .processing to inbox,
7796                 if no global processing rule existed
7797
7798 2002-11-14 [colin]      0.8.5claws146
7799
7800         * src/ssl_certificate
7801                 Fix file operations
7802
7803 2002-11-14 [paul]       0.8.5claws145
7804
7805         * po/it.po
7806                 updated by Alessandro Maestri
7807
7808 2002-11-13 [alfons]     0.8.5claws144
7809
7810         * src/folder.c
7811                 folder_item_close(): only mark messages unread
7812                 when a folder has new messages 
7813
7814 2002-11-13 [keith]      0.8.5claws143
7815
7816         * src/imap.c
7817                 Fix problem moving or copying between
7818                 IMAP folders
7819
7820 2002-11-13 [colin]      0.8.5claws142
7821
7822         * src/matcher_parser_parse.y
7823                 Fix rule problem when " don't match
7824
7825 2002-11-13 [christoph]  0.8.5claws141
7826
7827         * src/folder.c
7828         * src/folderview.c
7829                 moved cache saving to folder_item_close
7830                 the folderview should not have to deal with
7831                 this things
7832
7833 2002-11-13 [christoph]  0.8.5claws140
7834
7835         * src/summaryview.c
7836                 moved setting of important score to
7837                 summary_set_prefs_from_folderitem
7838
7839 2002-11-13 [colin]      0.8.5claws139
7840
7841         * src/matcher_parser_parse.y
7842                 Fix a segfault in the parser (happening when
7843                 a good expression had been tested and a bad 
7844                 one arrives)
7845
7846 2002-11-13 [paul]       0.8.5claws138
7847
7848         * sync with 0.8.5cvs24
7849                 see ChangeLog 2002-11-13
7850                 
7851         * po/pt_BR.po
7852                 updated by Fabio Jr. Beneditto
7853
7854 2002-11-13 [colin]      0.8.5claws137
7855         
7856         * src/msgcache.c
7857           src/defs.h
7858           src/procmsg.[ch]
7859                 Revert last commit, problem
7860
7861 2002-11-13 [colin]      0.8.5claws136
7862
7863         * src/msgcache.c
7864                 Remove duplicated code
7865         * src/defs.h
7866                 Bumped CACHE_VERSION and MARK_VERSION
7867         * src/procmsg.[ch]
7868                 Network endian for cache and mark files
7869
7870 2002-11-12 [colin]      0.8.5claws135
7871
7872         * src/inc.c
7873                 Fix the "socket error" dialog which disappeared
7874
7875 2002-11-12 [colin]      0.8.5claws134
7876
7877         * src/msgcache.c
7878                 Reverse last commit which had performance 
7879                 problems, but still reverse the list
7880
7881 2002-11-12 [colin]      0.8.5claws133
7882
7883         * src/msgcache.c
7884                 Reverse list order
7885
7886 2002-11-12 [melvin]     0.8.5claws132
7887
7888         * src/compose.c
7889                 Added a check for a NULL prefs_common.dictionary
7890
7891 2002-11-12 [colin]      0.8.5claws131
7892
7893         * src/ssl_certificate.[ch]
7894                 Use FQDN hostname
7895
7896 2002-11-12 [colin]      0.8.5claws130
7897
7898         * src/ssl_certificate.[ch]
7899                 Take connection port into account for 
7900                 checking certificates (a single hostname
7901                 could have multiple servers with multiple
7902                 certificates)
7903         * src/ssl.c
7904                 Pass the port to ssl_certificate_check
7905
7906 2002-11-12 [paul]       0.8.5claws129
7907
7908         * src/folder.c
7909                 fix a typo in last commit
7910
7911 2002-11-12 [paul]       0.8.5claws128
7912
7913         * sync with 0.8.5cvs23
7914                 see ChangeLog entry 2002-11-12
7915
7916 2002-11-11 [colin]      0.8.5claws127
7917
7918         * src/ssl_certificate.c
7919                 Cleaner messages
7920                 Don't popup, instead log error, if the 
7921                 corresponding pref is checked
7922         * src/ssl_certificate.h
7923                 include <openssl/objects/h>
7924
7925 2002-11-11 [colin]      0.8.5claws126
7926
7927         * src/ssl_certificate.h
7928                 _Really_ clean it
7929
7930 2002-11-11 [colin]      0.8.5claws125
7931         
7932         * src/ssl_certificate.c
7933                 Fixed leak
7934
7935 2002-11-11 [colin]      0.8.5claws124
7936
7937         * src/ssl.c
7938                 Cleaned a bit
7939         * src/ssl_certificate.[ch]
7940                 Cleaned a bit (better use of SSL API)
7941                 (This will cause non-recognition of saved 
7942                  certificates of claws12[23]...)
7943
7944 2002-11-11 [paul]       0.8.5claws123
7945         
7946         * po/es.po
7947                 updated by Ricardo Mones Lastra
7948
7949 2002-11-11 [colin]      0.8.5claws122
7950
7951         * src/ssl.c
7952                 Fix a typo
7953
7954 2002-11-11 [colin]      0.8.5claws121
7955
7956         * src/ssl_certificate.[ch] ** NEW FILES **
7957         * src/ssl.[ch]
7958                 Check SSL certificates presented to us
7959         * src/Makefile.am
7960                 Add ssl_certificate.[ch]
7961         * po/POTFILES.in
7962                 Add ssl_certificate.c
7963
7964 2002-11-11 [paul]       0.8.5claws120
7965
7966         * sync with 0.8.5cvs22
7967                 see ChangeLog 2002-11-11
7968
7969 2002-11-11 [paul]       0.8.5claws119
7970
7971         * sync with 0.8.5cvs21
7972                 see ChangeLog 2002-11-11
7973
7974 2002-11-10 [jens]       0.8.5claws118
7975
7976         * src/folder.c
7977         * src/folderview.c
7978                 corrected some typing
7979         * po/de.po
7980                 updated german translation
7981         * sylpheed.spec.in
7982                 cleaned up specfile and adjusted it for claws
7983
7984 2002-11-10 [colin]      0.8.5claws117
7985
7986         * src/summaryview.c
7987                 a STATUSBAR_PUSH/POP fix
7988
7989 2002-11-10 [colin]      0.8.5claws116
7990
7991         * src/prefs_folder_item.c
7992                 Fix hanging after opening folder properties
7993
7994 2002-11-10 [hoa]        0.8.5claws115
7995
7996         * src/matcher_parser_lex.l
7997         * src/matcher_parser_parse.y
7998                 config file for scoring and filtering is no more trashed
7999                 when there is a syntax error in a filtering rule when
8000                 editing it in a dialog.
8001
8002 2002-11-09 [colin]      0.8.5claws114
8003
8004         * src/mbox_folder.c
8005                 Added missing initialisation of folder->destroy()
8006
8007 2002-11-09 [colin]      0.8.5claws113
8008
8009         * src/folder.c
8010           src/folderview.c
8011                 Fix the status bar messages
8012
8013 2002-11-09 [colin]      0.8.5claws112
8014
8015         * src/folderview.c
8016                 Fix hangs after folder dnd, happening after 
8017                 claws109.
8018
8019 2002-11-09 [christoph]  0.8.5claws111
8020
8021         * src/folderview.c
8022                 just changed order of calls (reverse order of
8023                 associated calls)
8024         * src/inc.c
8025                 lock inc when checking only one account, otherwise
8026                 inc all could be executed at the same time
8027
8028 2002-11-09 [christoph]  0.8.5claws110
8029
8030         * src/folderview.c
8031                 better unlock the mouse cursor before calling
8032                 summary_show because it changes the cursor too
8033
8034 2002-11-09 [christoph]  0.8.5claws109
8035
8036         * src/folder.[ch]
8037         * src/folderview.c
8038                 add functions to open and close a folder
8039                 o opending will execute scanning for remote folders
8040                   and processing
8041                 o closing will unset new flag for messages
8042
8043 2002-11-09 [colin]      0.8.5claws108
8044
8045         * src/folder.c
8046                 Add a call to prefs_matcher_write_config to 
8047                 avoid non-leaf folders filtering settings to be
8048                 lost
8049
8050 2002-11-09 [paul]       0.8.5claws107
8051
8052         * src/prefs_account.c
8053                 re-word a label
8054
8055 2002-11-09 [colin]      0.8.5claws106
8056
8057         * src/folderview.c
8058                 Minor esthetic fix
8059
8060 2002-11-09 [colin]      0.8.5claws105
8061
8062         * src/folderview.c
8063                 Fix prefs_filtering deletion for MH folders (same
8064                 reason as below)
8065         * src/prefs_filtering.c
8066                 Fix prefs_filtering renaming and deletion for 
8067                 folder-based processing rules.  
8068
8069 2002-11-09 [christoph]  0.8.5claws104
8070
8071         * src/compose.c
8072         * src/folder.[ch]
8073         * src/folderview.[ch]
8074         * src/import.c
8075         * src/inc.c
8076         * src/main.c
8077         * src/mainwindow.c
8078         * src/messageview.c
8079         * src/prefs_folder_item.c
8080         * src/procmsg.c
8081         * src/summaryview.c
8082                 implement a callback system for folder item updates
8083
8084 2002-11-09 [colin]      0.8.5claws103
8085
8086         * src/folderview.c
8087                 Fix prefs_filtering renaming for MH folders (we
8088                 shouldn't rename by path as another folder could
8089                 have the same hierarchy).
8090
8091 2002-11-09 [colin]      0.8.5claws102
8092
8093         * src/folder.c
8094                 Fix a leak found by Christoph, use better variable
8095                 names
8096
8097 2002-11-09 [colin]      0.8.5claws101
8098
8099         * src/folder.c
8100                 One more fix for processing rules
8101
8102 2002-11-08 [colin]      0.8.5claws100
8103         
8104         * src/matcher.c
8105                 Don't copy the compiled regexp (will be reevaluated)
8106         * src/folderview.c
8107                 Lock folderview while moving
8108         * src/folder.c
8109                 Provide info on what's happening to the user
8110
8111 2002-11-08 [colin]      0.8.5claws99
8112
8113         * src/folderview.c
8114                 Fix folder reordering after a move if parent is 
8115                 root
8116         * src/scoring.[ch]
8117                 Add function to copy a ScoringProp
8118         * src/prefs_folder_item.c
8119                 Copy scoring rules when copying a folder prefs
8120
8121 2002-11-08 [colin]      0.8.5claws98
8122
8123         * src/folderview.c
8124                 Fixes in case of failure
8125         * src/filtering.[ch]    
8126                 Add function to duplicate a FilteringProp
8127         * src/matcher.[ch]
8128                 Add function to duplicate a MatcherProp
8129         * src/prefs_folder_item.c
8130                 Save folder's processing rules when copying 
8131                 its prefs
8132
8133 2002-11-08 [colin]      0.8.5claws97
8134         
8135         * src/folderview.c
8136                 Sort after move
8137         * src/folder.c 
8138                 Change a printf to debug_print
8139
8140 2002-11-08 [colin]      0.8.5claws96
8141
8142         * src/folder.c
8143           src/folderview.c
8144                 Fix segfaults, call me stupido
8145         
8146
8147 2002-11-08 [colin]      0.8.5claws95
8148
8149         *src/folder.c
8150                 Added forgotten prefs to save when moving folders
8151
8152 2002-11-08 [colin]      0.8.5claws94
8153
8154         * src/folder.c
8155                 Fixes to folder DND (prefs copy)
8156         * src/folderview.c
8157                 Optimization for folder DND (don't rescan whole tree)
8158                 Added folderview_create_folder_node() for this 
8159                 optimization, so de-duped a bit the code
8160         * src/prefs_folder_item.[ch]
8161                 Added prefs_folder_item_copy_prefs()    
8162           
8163 2002-11-08 [paul]       0.8.5claws93
8164
8165         * src/prefs_account.c
8166           tools/README
8167           tools/kmail2sylpheed_v2.pl
8168                 correct some typos
8169
8170 2002-11-08 [paul]       0.8.5claws92
8171
8172         * src/compose.c
8173           src/prefs_account.[ch]
8174                 remove account options 'clearsign' and 'ascii_armored',
8175                 replace with 'default_gnupg_mode' to prevent mixed-mode
8176                 Privacy settings
8177
8178 2002-11-08 [paul]       0.8.5claws91
8179
8180         * src/compose.[ch]
8181                 re-implement GnuPG 'on-the-fly' mode selection,
8182                 disallow mixed-mode
8183
8184 2002-11-08 [colin]      0.8.5claws90
8185
8186         * src/folderview.c
8187           src/prefs_folder_item.c
8188                 Change "Property" to "Properties"
8189
8190 2002-11-07 [colin]      0.8.5claws89
8191
8192         * src/folderview.c
8193           src/folder.c
8194                 Allow folder dropping to a root folder
8195
8196 2002-11-07 [paul]       0.8.5claws88
8197
8198         * src/compose.c
8199                 revert last commit
8200
8201 2002-11-07 [paul]       0.8.5claws87
8202
8203         * src/compose.c
8204                 fix reply-to-list bug. closes bug report
8205                 "[633382] reply-to-list broken in recent cvs"
8206
8207 2002-11-07 [paul]       0.8.5claws86
8208
8209         * src/compose.c
8210                 add a forgotten '#if USE_GPGME ... #endif'
8211
8212 2002-11-07 [paul]       0.8.5claws85
8213
8214         * sync with 0.8.5cvs20
8215                 see ChangeLog 2002-11-07
8216
8217 2002-11-07 [colin]      0.8.5claws84
8218
8219         * src/folder.[ch]
8220                 Change folder_item_move_to to return the newly 
8221                 created folderitem.
8222         * src/folderview.c
8223                 Select the new folderitem after moving.
8224
8225 2002-11-07 [colin]      0.8.5claws83
8226
8227         * src/prefs_filtering.c
8228                 Fix rule rewriting when moving a leaf folder to a 
8229                 shorter path
8230
8231 2002-11-07 [colin]      0.8.5claws82
8232
8233         * src/prefs_filtering.c
8234                 fix a leak
8235
8236 2002-11-07 [colin]      0.8.5claws81
8237
8238         * src/folder.[ch]
8239                 Add folder_item_move_to() function to move a 
8240                 folderitem into another one (updates matcher etc)
8241         * src/folderview.c
8242                 Add folder drag'n drop (context menu to come)
8243                 [Should be dataloss free, but Please backup before 
8244                  trying !]
8245
8246 2002-11-06 [colin]      0.8.5claws80
8247
8248         * src/mh.c
8249                 mh_create_folder() returns NULL if can't create
8250                 directory hierarchy
8251
8252 2002-11-06 [paul]       0.8.5claws79
8253
8254         * src/compose.[ch]
8255                 allow 'on-the-fly' changing of the type of encryption 
8256                 and/or signing used (mime/ascii) via the compose window
8257
8258 2002-11-06 [paul]       0.8.5claws78
8259
8260         * sync with 0.8.5cvs19
8261                 see ChangeLog 2002-11-06 for src/account.c: 
8262                 account_get_special_folder()
8263                 
8264 2002-11-05 [alfons]     0.8.5claws77
8265
8266         * src/crash.c
8267                 very minor cleanups: nothing to see here, move on. :-)
8268
8269 2002-11-05 [colin]      0.8.5claws76
8270
8271         * src/main.c
8272                 Changes choices if compose windows are opened to
8273                 Discard, Draft, Don't quit
8274
8275 2002-11-05 [thorsten]   0.8.5claws75
8276
8277         * src/compose.c
8278                 reenabled default_reply_to folder option
8279
8280 2002-11-05 [colin]      0.8.5claws74
8281
8282         * src/compose.[ch] 
8283                 add compose_draft()
8284         * src/crash.c
8285                 add SIGTERM handler
8286         * src/main.[ch]
8287                 add clean_quit() for the SIGTERM handler
8288
8289 2002-11-05 [paul]       0.8.5claws73
8290         
8291         * po/es.po
8292                 updated by Ricardo Mones Lastra
8293
8294 2002-11-05 [melvin]     0.8.5claws72
8295
8296         * src/logwindow.c
8297                 Fixed log-clipping bug #616795.
8298                 To stop logging in the log window use 0 length.
8299         * src/prefs_common.c
8300                 Added a label to inform about the 0 log length behaviour.
8301
8302 2002-11-05 [paul]       0.8.5claws71
8303
8304         * sync with 0.8.5cvs17
8305                 see ChangeLog 2002-11-05
8306
8307 2002-11-04 [paul]       0.8.5claws70
8308
8309         * sylpheed-128x128.png
8310           sylpheed-64x64.png
8311           sylpheed.png
8312                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8313                 <nikai@users.sourceforge.net>
8314                 
8315         * po/bg.po
8316                 updated by George Danchev
8317
8318 2002-11-03 [thorsten]   0.8.5claws69
8319
8320         * src/main.c
8321           src/mimeview.c
8322           src/rfc2015.h
8323                 add check if gpg is active
8324
8325 2002-11-03 [thorsten]   0.8.5claws68
8326
8327         * src/toolbar.h
8328                 removed GSList declaration causing trouble on MacOS-X
8329                 (submitted by alfons, reported by xfesty)
8330
8331 2002-11-01 [paul]       0.8.5claws67
8332
8333         * src/mainwindow.c
8334                 remove last remnants of main's filter code
8335
8336 2002-11-01 [paul]       0.8.5claws66
8337
8338         * tools/filter_conv.pl
8339                 fix bug where user-defined headers were ignored
8340
8341 2002-11-01 [paul]       0.8.5claws65
8342
8343         * src/logwindow.c
8344                 make a debug_print() not translatable
8345
8346 2002-10-31 [melvin]     0.8.5claws64
8347
8348         * ac/aspell.m4
8349                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8350                 not run any GNU/aspell test.  The dictionary path will
8351                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8352                 was given, in which case, it will be $prefix/lib/aspell/
8353         * configure.in
8354                 Fixed typo in commentary (Aspell code).
8355
8356 2002-10-31 [paul]       0.8.5claws63
8357
8358         * po/POTFILES.in
8359                 remove src/filter.c and src/prefs_filter.c
8360                 thanks to Ricardo for reminding me
8361
8362 2002-10-31 [colin]      0.8.5claws62
8363
8364         * src/mbox_folder.c
8365                 Plug some leaks
8366
8367 2002-10-31 [paul]       0.8.5claws61
8368
8369         * src/prefs_filter.[ch] ** REMOVED **
8370           src/filter.[ch]       ** REMOVED **
8371           
8372         * src/Makefile.am
8373           src/folderview.c
8374           src/inc.c
8375           src/main.c
8376           src/mainwindow.c
8377           src/mbox.c
8378           src/prefs_common.c
8379           src/prefs_filtering.c
8380           src/summaryview.[ch]
8381                 remove main's 'filter' code
8382                 
8383         README.claws
8384                 update to reflect removal of main's filter
8385
8386 2002-10-31 [paul]       0.8.5claws60
8387
8388         * src/summaryview.c
8389                 remove check for global_processing in summary_filter_open(). 
8390                 This fixes the bug where if the user uses the right-click 
8391                 'Create filter rule...' and doesn't have any filter rules 
8392                 already defined in claws' advanced filtering, the newly 
8393                 created filter rule goes to main's filtering which is 
8394                 inaccessible through the gui. Now the filter rule gets added
8395                 to claws' filtering by default.
8396
8397 2002-10-28 [melvin]     0.8.5claws59
8398
8399         * src/prefs_actions.c
8400                 Fixed bug #627322 where MIME parts were not always
8401                 correctly passed to a %p action
8402                 Display an error dialog when message filename is not found.
8403
8404 2002-10-28 [melvin]     0.8.5claws58
8405
8406         * src/prefs_common.c
8407                 Readded a missing function declaration lost in 0.8.3claws34
8408
8409 2002-10-28 [paul]       0.8.5claws57
8410
8411         * sync with 0.8.5cvs15
8412                 see ChangeLog 2002-10-28 and 2002-10-25
8413                 
8414         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8415
8416 2002-10-27 [oliver]     0.8.5claws56
8417
8418         * src/pop.c
8419                 plug leak in pop3_top_recv
8420
8421 2002-10-26 [christoph]  0.8.5claws55
8422
8423         * src/folder.c
8424                 set need_update folder flag when messages are added
8425                 (closes bug [ 626922 ] folder not updated after receiving)
8426
8427 2002-10-25 [melvin]     0.8.5claws54
8428
8429         * src/imageview.c
8430                 Fixed a memleak introduced in the scaling code.
8431
8432 2002-10-24 [alfons]     0.8.5claws53
8433
8434         * src/filtering.c
8435                 make filtering's forward message action forward from the 
8436                 correct account
8437                 (closes bug [628089 ] Filter -> Forward from address problem
8438                 reported by Oktay)
8439
8440 2002-10-24 [christoph]  0.8.5claws52
8441
8442         * src/mainwindow.c
8443         * src/manual.[ch]
8444                 o use manual of current locale or english if current
8445                   locale is not available (and english is available)
8446                 o also link to sylpheed doc project manuals
8447
8448 2002-10-23 [paul]       0.8.5claws51
8449
8450         * tools/README
8451           tools/kmail2sylpheed_v2.pl
8452                 add new version of kmail addressbook importer script.
8453                 works with newer versions of Kmail/KAddressBook which
8454                 have new and rearranged data.
8455
8456 2002-10-23 [martin]     0.8.5claws50
8457
8458         * src/folderview.c
8459         * src/summaryview.c
8460         * src/utils.h
8461         * src/utils.c
8462                 added length parameter to get_abbrev_newsgroup_name()
8463                 changed this function so that it abbreviates the newsgroup
8464                 names only so long it is smaller than the length parameter
8465                 (for better reading of some newsgroup names and space efficiency)
8466
8467 2002-10-22 [colin]      0.8.5claws49
8468
8469         *src/foldersel.c
8470                 Revert Alfons' last modification (after voting ;-))
8471
8472 2002-10-21 [alfons]     0.8.5claws48
8473
8474         * src/foldersel.c
8475                 folder view in folder selection dialog reflects state of
8476                 folder view in main window
8477
8478 2002-10-18 [alfons]     0.8.5claws47
8479
8480         * src/mbox.c
8481                 drop imported messages in folder selected by user,
8482                 and not in the inbox
8483                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8484
8485 2002-10-18 [alfons]     0.8.5claws46
8486
8487         * src/compose.c
8488                 make automagic reply work correctly for email accounts 
8489                 (whether it's viable to do a full sync with Hiro's 
8490                 compose.c is still under discussion)
8491
8492 2002-10-18 [melvin]     0.8.5claws45
8493
8494         * src/prefs_actions.c
8495                 Fixed bug #622275 where asynchroneous actions left 
8496                 zombies processes
8497                 Made (synchroneous) actions' input be displayed live.
8498
8499 2002-10-18 [christoph]  0.8.5claws44
8500
8501         * src/textview.c
8502                 don't add a newline in the textview in front of the
8503                 first textpart if header display is disabled
8504                 (closes bug [ 603385 ] disabled header display leaves blank
8505                  lin)
8506
8507 2002-10-18 [christoph]  0.8.5claws43
8508
8509         * src/folder.[ch]
8510         * src/imap.c
8511         * src/mbox_folder.c
8512         * src/mh.c
8513         * src/news.c
8514                 folder->get_num_list now returns an error code
8515                 (closes bug [ 609424 ] News cache cleared on failure)
8516                 
8517 2002-10-17 [colin]      0.8.5claws42
8518         
8519         * src/news.c
8520                 Changed a printf by debug_print
8521
8522 2002-10-16 [paul]       
8523
8524         * tools/OOo2sylpheed.pl
8525                 allow for spaces in the name of the
8526                 file to be attached.
8527
8528 2002-10-16 [colin]      0.8.5claws41
8529
8530         * src/main.c
8531                 Use a tristate to change online mode
8532
8533 2002-10-16 [paul]       0.8.5claws40
8534
8535         * po/es.po
8536                 updated by Ricardo Mones Lastra
8537
8538 2002-10-16 [colin]      0.8.5claws39
8539
8540         * src/main.c
8541           src/mainwindow.[ch]
8542                 Added --online and --offline command-line
8543                 switches
8544
8545 2002-10-15 [christoph]  0.8.5claws38
8546
8547         * src/procmime.c
8548                 set mimeinfo->name to NULL after g_free to
8549                 avoid double freeing with g_free
8550
8551 2002-10-14 [christoph]  0.8.5claws37
8552
8553         * src/compose.c
8554         * src/filtering.c
8555         * src/summaryview.c
8556                 remove calls to folder->change_flags that are now
8557                 done by procmsg flag functions (seems it is not
8558                 used by any foldertype anyway)
8559         * src/folder.c
8560                 init folder->change_flags with NULL
8561
8562 2002-10-14 [christoph]  0.8.5claws36
8563
8564         * src/folder.[ch]
8565         * src/imap.[ch]
8566                 use virtual functions for folder item new and destroy
8567                 functions
8568
8569 2002-10-14 [melvin]     0.8.5claws35
8570
8571         * src/compose.c
8572                 Added a test to not run the spell checker if no default
8573                 dictionary is available. No dialog is displayed though.
8574
8575 2002-10-14 [melvin]     0.8.5claws34
8576
8577         * src/gtkaspell.c
8578                 Fixed bug in dictionary list context menu where
8579                 "More..." pointed to an emtpy submenu if the
8580                 number of dictionaries is a multiple of 15
8581                 Removed unneeded code in suggestions list creation
8582
8583 2002-10-14 [paul]       0.8.5claws33
8584
8585         * po/bg.po
8586                 updated by George Danchev
8587
8588 2002-10-13 [hoa]        0.8.5claws32
8589
8590         * src/matcher.[ch]
8591           src/matcher_parser_parser.y
8592                 removed the escaped string from internal structure
8593                 of matcher.
8594
8595 2002-10-12 [colin]      0.8.5claws31
8596
8597         * src/gtksctree.[ch]
8598           src/summaryview.c
8599                 Removed useless function gtksctree_reanchor
8600
8601 2002-10-12 [alfons]     0.8.5claws30
8602         
8603         * sync with remaining main changes 2002-10-09 - 2002-10-11
8604         - drop changes to src/compose.c (requires claws specific changes)
8605         
8606 2002-10-12 [alfons]     0.8.5claws29
8607         
8608         * sync with main changes of 2002-10-08
8609         - drop changes to src/compose.c (requires claws specific changes)
8610         - drop changes to src/summaryview.c (requires changes to compose.c)     
8611
8612 2002-10-12 [alfons]     0.8.5claws28
8613         
8614         * sync with main changes of 2002-10-07
8615
8616 2002-10-12 [alfons]     0.8.5claws27
8617
8618         * sync with main changes of 2002-10-04
8619         - drop changes to src/compose.c (requires claws specific changes)
8620         - drop changes to src/prefs_folder_item.c (claws implementation
8621           seems to be working)
8622
8623 2002-10-12 [colin]      0.8.5claws26
8624
8625         * src/mainwindow.c
8626                 Fix folder-flicker when space-reading, introduced 
8627                 in claws22.
8628
8629 2002-10-12 [colin]      0.8.5claws25
8630
8631         * src/compose.c
8632                 Save account address when saving as draft.
8633                 (closes bug 621838)
8634
8635 2002-10-12 [colin]      0.8.5claws24
8636
8637         * src/summaryview.c
8638                 Fix the problem consisting of no message selected
8639                 after the last message in a folder has been moved.
8640
8641 2002-10-12 [paul]       0.8.5claws23
8642
8643         * src/compose.c
8644           src/prefs_template.c
8645           src/template.[ch]
8646                 add Cc and Bcc to templates. Patch submitted by
8647                 John L. Males.
8648
8649 2002-10-12 [colin]      0.8.5claws22
8650
8651         * src/folderview.c
8652                 Fix a bug after "Check for new messages":
8653                 If a folder was opened, it was still selected at
8654                 the end of the check, but displayed empty.
8655         * src/mainwindow.c
8656                 Remove unnecessary check
8657
8658 2002-10-12 [paul]
8659
8660         * tools/README
8661                 be more verbose in the description of
8662                 OOo2sylpheed.pl
8663                 
8664
8665 2002-10-11 [colin]      0.8.5claws21
8666
8667         * src/mainwindow.c
8668                 Make space work (better) when no mail is selected
8669
8670 2002-10-11 [colin]      0.8.5claws20
8671
8672         * src/inc.c
8673           src/news.c
8674                 fix warnings
8675
8676 2002-10-11 [colin]      0.8.5claws19
8677
8678         * src/mainwindow.c
8679                 revert 0.8.5claws6 changes as i couldn't get to
8680                 anything satisfying
8681
8682 2002-10-11 [melvin]     0.8.5claws18
8683
8684         * src/compose.c
8685                 Removed buggy and unused macro (should have been committed in
8686                 0.8.5claws17)
8687
8688 2002-10-11 [melvin]     0.8.5claws17
8689
8690         * src/compose.c
8691                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8692
8693 2002-10-11 [thorsten]   0.8.5claws16 
8694
8695         * src/folderview.c
8696                 remove rescan warning
8697
8698 2002-10-11 [colin]      0.8.5claws15 
8699
8700         * src/procheader.c
8701                 fix a segfault that happens if conv_unmime_header
8702                 fails (should be better to find out why it fails)
8703
8704 2002-10-11 [christoph]  0.8.5claws14
8705
8706         * src/summaryview.c
8707                 update folderview stats after ignore/unignore thread
8708
8709 2002-10-11 [hoa]        0.8.5claws13
8710
8711         * src/quote_fmt_parse.y
8712                 Fixed a yacc/bison syntax error
8713         * src/matcher.c
8714                 Escaping of string is fixed.
8715
8716 2002-10-11 [colin]      0.8.5claws12
8717
8718         * src/imageview.c
8719                 Resize images to fit
8720
8721 2002-10-11 [paul]       0.8.5claws11
8722
8723         * po/es.po
8724                 updated by Ricardo Mones Lastra
8725
8726 2002-10-10 [alfons]     0.8.5claws10
8727
8728         * src/compose.c
8729                 allow dropping files by "moving" files from a file manager,
8730                 not only by the more cumbersome "copying". the latter 
8731                 mostly implies holding down the Control button
8732
8733 2002-10-10 [christoph]  0.8.5claws9
8734
8735         * src/summaryview.c
8736                 update folders after thread building for ignored threads
8737
8738 2002-10-10 [christoph]  0.8.5claws8
8739
8740         * config/.cvsignore
8741                 added Makefile
8742         * src/filtering.[ch]
8743         * src/folder.[ch]
8744         * src/folderview.[ch]
8745         * src/import.c
8746         * src/inc.[ch]
8747         * src/mbox.[ch]
8748         * src/procmsg.c
8749         * src/summaryview.[ch]
8750                 o added new flag need_update to FolderItem
8751                 o removed folder_table from various functions from tracking
8752                   folder updates
8753                 o set need_update flags in folder.c's move, copy and delete
8754                   functions and procmsg's flags functions
8755                 o added function folderview_update_items_when_required that
8756                   updates all folders with need_update set
8757                 o call folderview_update_items_when_required instead of
8758                   folderview_update_item_foreach
8759
8760 2002-10-09 [sergey]     0.8.5claws7
8761
8762         * src/compose.c
8763                 Strip CRs whel loading the text into editor in reedit mode.
8764
8765 2002-10-09 [colin]      0.8.5claws6
8766
8767         * src/mainwindow.c
8768                 Make Space work when no mail is selected
8769
8770 2002-10-09 [colin]      0.8.5claws5
8771
8772         * src/gtksctree.[ch]
8773                 Fix range_select
8774                 Add gtk_sctree_reanchor() 
8775         * src/summaryview.c
8776                 Use gtk_sctree_reanchor() - better fix for 
8777                 bug 60413
8778
8779 2002-10-09 [colin]      0.8.5claws4
8780
8781         * src/summaryview.c
8782                 Fix shift-click select after delete problem
8783                 (closes bug 60413)
8784
8785 2002-10-08 [thorsten]   0.8.5claws3
8786
8787         * src/summaryview.c
8788                 exclude current msg from -hide read messages-
8789
8790 2002-10-08 [colin]      0.8.5claws2
8791
8792         * src/inc.[ch]
8793           src/pop.c
8794           src/recv.c
8795                 Differentiate socket errors from disk full
8796                 errors
8797
8798 2002-10-08 [christoph]  0.8.5claws1
8799
8800         * Makefile.am
8801         * configure.in
8802                 modifications for new config directory
8803
8804         * config.guess  ** REMOVED **
8805         * config.sub    ** REMOVED **
8806         * install-sh    ** REMOVED **
8807         * ltmain.sh     ** REMOVED **
8808         * missing       ** REMOVED **
8809         * mkinstalldirs ** REMOVED **
8810                 these files are autogenerated by automake
8811                 when you run autogen.sh
8812
8813         * config/.cvsignore     ** NEW FILE **
8814         * config/Makefile.am    ** NEW FILE **
8815                 ignore autogenerated files
8816                 create a Makefile in this directory
8817
8818 2002-10-08 [paul]       0.8.5claws
8819
8820         * 0.8.5claws release
8821         
8822         * src/compose.c
8823           src/procheader.c
8824           src/procmsg.c
8825                 fix quote reply format for newsgroups reply bug
8826                 (thanks to Hoa)
8827                 
8828         * po/en_GB.po
8829           po/pl.po
8830                 updated by me and Witold Wladyslaw Wojciech Wilk
8831                 repectively
8832
8833 2002-10-07 [paul]       0.8.3claws53
8834
8835         * po/it.po
8836           po/pt_BR.po
8837           po/sr.po
8838                 updated messages catalogs, submitted by
8839                 Alessandro Maestri, Fabio Jr.Beneditto 
8840                 and Urke MMI, respectively.
8841
8842 2002-10-07 [christoph]  0.8.3claws52
8843
8844         * src/folder.[ch]
8845         * src/folderview.c
8846         * src/mainwindow.c
8847                 fix new folder ghost message bug
8848                 (closes bug [ 619722 ] wrong count for newly created folders)
8849
8850 2002-10-07 [christoph]  0.8.3claws51
8851
8852         * src/compose.c
8853                 fix news posting problem
8854
8855 2002-10-07 [melvin]     0.8.3claws50
8856
8857         * po/fr.po
8858                 Updated French translation
8859
8860 2002-10-05 [christoph]  0.8.3claws49
8861
8862         * src/gtkstext.c
8863                 check if line_start_cache is set in gtk_stext_update_text
8864                 (closes bug [ 618119 ] crash while doing search in folder)
8865
8866 2002-10-05 [christoph]  0.8.3claws48
8867
8868         * src/imap.c
8869         * src/news.c
8870         * src/utils.c
8871         * src/utils.h
8872                 implement cache cleanups for claws' folder system
8873                 (closes bug [ 595916 ] imapcache not cleaned up)
8874
8875 2002-10-05 [melvin]     0.8.3claws47
8876
8877         * src/prefs_actions.c
8878                 Made the help text more clear for the %p token
8879
8880 2002-10-04 [paul]       0.8.3claws46
8881
8882         * sync with 0.8.5
8883                 see ChangeLog 2002-10-02 and 2002-10-03
8884
8885 2002-10-04 [christoph]  0.8.3claws45
8886
8887         * src/inc.c
8888                 fix segfault caused by pop before smtp
8889                 call to inc_account_mail with NULL
8890                 pointer for mainwin
8891
8892 2002-10-04 [paul]       0.8.3claws44
8893
8894         * configure.in
8895                 sync the LDAP detection from 0.8.5cvs1
8896
8897 2002-10-02 [christoph]  0.8.3claws43
8898
8899         * po/de.po
8900                 fix small spelling error
8901
8902 2002-10-02 [melvin]     0.8.3claws42
8903
8904         * ac/aspell.m4
8905                 Behave better and say "no" when test program cannot be run.
8906
8907 2002-10-02 [paul]       0.8.3claws41
8908
8909         * sync with 0.8.4cvs1
8910                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8911                 
8912         * src/summaryview.c
8913                 toggle the behavior of Reply menuitem between
8914                 normal reply and reply-to-list
8915
8916 2002-10-01 [sergey]     0.8.3claws40
8917
8918         * src/compose.c
8919                 Convert newlines in the message text to the canonical form
8920                 before base64 encoding (RFC2045 compliance, fixes some
8921                 interoperability issues with Evolution 1.0.3)
8922
8923 2002-09-29 [colin]      0.8.3claws39
8924
8925         * src/summaryview.c
8926                 Fix an unwanted copy/paste
8927
8928 2002-09-29 [colin]      0.8.3claws38
8929
8930         * src/mainwindow.c
8931                 Renamed "Custom toolbar" to "Customize toolbar"
8932                 Renamed "Show all header" to "Show all headers"
8933                 Renamed "Set diplay item" to "Set displayed items"
8934         * src/prefs_common.c
8935                 Renamed "Show all header" to "Show all headers"
8936         * src/prefs_summary_column.c
8937                 Renamed "diplay item" to "displayed items"
8938
8939 2002-09-29 [colin]      0.8.3claws37
8940
8941         * src/mainwindow.[ch]
8942                 online/offline status pixmaps follow theme
8943                 changes
8944         * src/summaryview.[ch]
8945                 quicksearch pixmap follows theme changes
8946
8947 2002-09-29 [thorsten]   0.8.3claws36
8948
8949         * src/compose.c
8950           src/prefs_folder_item.[ch]
8951                 add default_reply_to folder option (closes patch 581044)
8952
8953 2002-09-29 [christoph]  0.8.3claws35
8954
8955         * acconfig.h    ** REMOVED **
8956         * configure.in
8957         * ac/aspell.m4
8958         * ac/check-type.m4
8959         * ac/gnupg-check-typedef.m4
8960                 fix autoheader 2.50 warning
8961
8962 2002-09-29 [christoph]  0.8.3claws34
8963
8964         * major code cleanup (part 2)
8965         
8966                 - unused variables removed
8967                 - unused functions removed
8968                 - uninitialized variables checked
8969                 - missing return statements added
8970                 - missing function return types added
8971                 - added parentheses around assignment
8972                   when suggested by gcc
8973
8974 2002-09-29 [alfons]     0.8.3claws33
8975
8976         * src/logwindow.c
8977                 log_window_clear(): only bracket gtk_text_forward_delete() 
8978                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8979                 works around GTK text bug)
8980
8981 2002-09-29 [paul]       0.8.3claws32
8982
8983         * po/bg.po
8984           po/sr.po
8985                 updated by George Danchev and Urke MMI
8986                 respectively
8987
8988 2002-09-27 [christoph]  0.8.3claws31
8989
8990         * doc-src/readme.txt
8991         * doc-src/rfc1806.txt   ** REMOVED **
8992         * doc-src/rfc2183.txt   ** NEW FILE **
8993         * doc-src/rfc2980.txt   ** NEW FILE **
8994                 update rfcs
8995
8996 2002-09-27 [melvin]     0.8.3claws30
8997
8998         * ac/aspell.m4
8999                 Fixed typo which could break linking
9000
9001 2002-09-27 [melvin]     0.8.3claws29
9002
9003         * ac/aspell.m4
9004                 Improved GNU/aspell checking. 
9005                 Fixed bug #614490
9006
9007 2002-09-27 [paul]       0.8.3claws28
9008
9009         * sync with 0.8.3cvs8
9010                 see ChangeLog 2002-09-27
9011
9012 2002-09-26 [colin]      0.8.3claws27
9013
9014         * src/toolbar.[ch]
9015           src/mainwindow.[ch]
9016                 Add "Reply to Mailing-list" to the toolbar
9017
9018 2002-09-26 [christoph]  0.8.3claws26
9019
9020         * src/summaryview.c
9021                 Fix wrong message counts in summaryview status
9022
9023 2002-09-26 [paul]       0.8.3claws25
9024
9025         * sync with 0.8.3cvs7
9026                 see ChangeLog 2002-09-26
9027
9028 2002-09-26 [paul]       0.8.3claws24
9029
9030         * sync with 0.8.3cvs6
9031                 see ChangeLog 2002-09-25
9032
9033 2002-09-25 [christoph]  0.8.3claws23
9034
9035         * src/prefs_common.c
9036         * src/prefs_folder_item.c
9037         * src/prefs_scoring.c
9038                 Renamed "kill score" to "hide score" in GUI
9039                 and prefs files
9040
9041 2002-09-25 [paul]       0.8.3claws22
9042
9043         * sync with 0.8.3cvs5
9044                 see ChangeLog 2002-09-24
9045
9046 2002-09-24 [alfons]     0.8.3claws21
9047
9048         patch by Satoshi Nagayasu: allows appending / saving multiple 
9049         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9050         'Save as ...'")
9051
9052         * AUTHORS
9053                 add Satoshi Nagayasu
9054         * src/summaryview.c
9055                 summary_save_as(): allow saving selected files to
9056                 one file
9057                 summary_set_menu_sensitive: enable "Save As..." when
9058                 multiple files are selected
9059         * src/utils.[ch]
9060                 append_file(): new function
9061
9062 2002-09-24 [colin]      0.8.3claws20
9063
9064         * src/procmime.c
9065                 Fix segfault when mimeinfo doesn't have a 
9066                 content_type. 
9067
9068 2002-09-24 [colin]      0.8.3claws19
9069
9070         * src/prefs_common.[ch]
9071                 Add a preference to display send dialog or not
9072         * src/send.c
9073                 Display send dialog according to preference
9074
9075 2002-09-24 [colin]      0.8.3claws18
9076
9077         * src/compose.[ch]
9078                 Disable user actions when sending
9079
9080 2002-09-24 [colin]      0.8.3claws17
9081
9082         * src/procmime.c
9083                 Do not display name or filename for attachments
9084                 with an application/pgp-signature type
9085                 (security flaw, see bug 537413)
9086
9087 2002-09-23 [colin]      0.8.3claws16
9088
9089         * src/editaddress.c
9090                 Initialize entry_email, entry_alias and 
9091                 entry_remarks to first email address of the list
9092
9093 2002-09-23 [colin]      0.83claws15
9094
9095         * src/compose.c
9096                 Drop pgp-signature when reediting a signed queued
9097                 message
9098
9099 2002-09-23 [melvin]     0.8.3claws14
9100
9101         * po/fr.po
9102                 Updated French translation
9103
9104 2002-09-23 [melvin]     0.8.3claws13
9105
9106         * src/mainwindow.c
9107                 Made custom toolbar menu labels more consistent
9108         * src/prefs_toolbar.c
9109                 Made custom toolbar window title more consistent
9110
9111 2002-09-22 [colin]      0.8.3claws12
9112
9113         * src/inc.c
9114                 Initialize session type to normal before getting 
9115                 mail (fixes strange Get behaviour)
9116         * src/prefs_account.h
9117                 Move STYPE_POP_BEFORE_SMTP to last position to 
9118                 avoid other side-effects
9119
9120 2002-09-22 [colin]      0.8.3claws11
9121
9122         * src/prefs_account.c
9123                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9124                 from pop3 to apop or vice-versa
9125
9126 2002-09-22 [colin]      0.8.3claws10
9127         
9128         * src/prefs_account.[ch]
9129                 Add an option for the POP before SMTP timeout
9130         * src/inc.c
9131                 Remember time of last POP connection
9132         * src/send.c
9133                 Do POP before SMTP only if timeout reached
9134
9135 2002-09-22 [oliver]     0.8.3claws9
9136         
9137         * README.claws
9138                 explain custom toolbar
9139
9140 2002-09-22 [oliver]     0.8.3claws8
9141
9142         * src/prefs_actions.[ch]
9143         custom toolbar for compose      
9144                 actions callback from compose toolbar
9145         * src/folderview.c
9146                 remove include toolbar.h
9147
9148 2002-09-22 [oliver]     0.8.3claws7
9149         
9150         * src/prefs_toolbar.[ch]
9151                 custom toolbar for compose
9152                 - generic prefs_toolbar handles both
9153                   Mainwin's toolbar as well as Compose toolbar          
9154
9155 2002-09-22 [oliver]     0.8.3claws6
9156         
9157         * src/toolbar.[ch]
9158                 custom toolbar for compose
9159                 restructure toolbar.[ch]
9160
9161 2002-09-22 [oliver]     0.8.3claws5
9162
9163         * src/compose.[ch]
9164                 custom toolbar for compose
9165
9166 2002-09-22 [oliver]     0.8.3claws4
9167         
9168         * src/mainwindow.[ch]
9169                 custom toolbar for compose 
9170                 move mainwin toolbar back to mainwindow
9171
9172 2002-09-22 [alfons]     0.8.3claws3
9173
9174         * src/procmsg.c
9175                 :%sno/if(/if (/gc
9176                 :%sno/for(/for (/gc
9177                 (beautify)
9178
9179 2002-09-22 [alfons]     0.8.3claws2
9180         
9181         * src/procmsg.c
9182                 procmsg_save_to_outbox(): don't unlink message file from queue;
9183                 callers should do it using folder_item_remove_msg()
9184
9185 2002-09-22 [colin]      0.8.3claws1
9186
9187         * src/mimeview.[ch]
9188                 Made mimeview_check_signature() public
9189         * src/textview.c
9190                 Made GPG signatures verifiable by clicking
9191                 the [application/pgp-signature] in the Text
9192                 view
9193
9194 2002-09-22 [paul]       0.8.3claws
9195
9196         * po/bg.po
9197           po/en_GB.po
9198           po/es.po
9199           po/it.po
9200           po/pl.po
9201           po/pt_BR.po
9202           po/sr.po
9203                 updated translations, submitted by George Danchev,
9204                 me, Ricardo Mones Lastra, Alessandro Maestri,
9205                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9206                 and Urke MMI, respectively.     
9207
9208 2002-09-22 [alfons]     0.8.2claws65
9209
9210         * src/procmsg.c
9211         * src/pgptext.c
9212                 no furry valgrinds have been used to plug these memleaks
9213
9214 2002-09-20 [paul]       0.8.2claws64
9215
9216         * sync with 0.8.3cvs4
9217                 'Select thread' re-implemented 
9218                 see ChangeLog 2002-09-20
9219
9220 2002-09-21 [alfons]     0.8.2claws63
9221
9222         * src/compose.c
9223                 compose_send(): plug unnoticed memleak
9224
9225 2002-09-20 [alfons]     0.8.2claws62
9226
9227         * src/addr_compl.c
9228                 replace_address_in_edit(): strict check for NULL address to
9229                 fix "[ 607348 ] Segfault in address completion". My guess is
9230                 that this happens with an empty address book, but it's good
9231                 to have this check here anyway
9232                 
9233                 completion_window_button_press(): free string returned 
9234                 from the internal cache
9235
9236 2002-09-20 [christoph]  0.8.2claws61
9237
9238         * src/procmime.h
9239                 added ENC_BINARY to EncodingType
9240         * src/procmime.c
9241                 the string returned by procmime_get_encoding_str
9242                 should not depend on the order of values in the
9243                 EncodingType definition
9244         * doc-src/rfc1806.txt   ** NEW FILE **
9245                 Added rfc1806 about MIME Content-Disposition
9246                 Extension
9247
9248 2002-09-19 [paul]       0.8.2claws60
9249
9250         * sync with 0.8.2cvs3
9251                 see ChangeLog 2002-09-19
9252
9253 2002-09-19 [paul]       0.8.2claws59
9254
9255         * src/prefs_folder_item.c
9256                 revert to Darko's original alignment of colour
9257                 selector button
9258                 add a colon to folder_color label
9259                 
9260         * src/compose.c
9261                 add Colin's patch (with Hiro's modifications) to 
9262                 force BASE64 encoding for 8-bit text when signing
9263                 (sync with 0.8.3cvs2)
9264
9265 2002-09-18 [alfons]     0.8.2claws58
9266
9267         * src/compose.c
9268                 :%sno/if(/if (/gc
9269                 :%sno/for(/for (/gc
9270                 (beautify a little bit)
9271
9272 2002-09-18 [christoph]  0.8.2claws57
9273
9274         * src/pine.c
9275                 fix handling of fgetc return value
9276
9277 2002-09-17 [alfons]     0.8.2claws56
9278         
9279         * src/summaryview.c
9280                 summary_sort(): check non-NULL summaryview->folder_item when no 
9281                 folder is selected at all
9282                 (closes "[ 610344 ] sort label make syl Crash")
9283
9284 2002-09-17 [alfons]     0.8.2claws55
9285         
9286         * src/compose.c
9287                 beautify a little bit
9288
9289 2002-09-17 [christoph]  0.8.2claws54
9290
9291         * src/folder.c
9292                 initialize max values for cache and folder
9293                 when cache or folder is empty
9294
9295 2002-09-15 [colin]      0.8.2claws53
9296
9297         * src/compose.c
9298                 Fix a leak (thanks Alfons!) and cleaned
9299                 variables names for custom headers
9300
9301 2002-09-15 [colin]      0.8.2claws52
9302
9303         * src/compose.c
9304                 Fix custom headers recognition when
9305                 prefs_common.trans_hdr is on
9306
9307 2002-09-15 [colin]      0.8.2claws51
9308
9309         * src/compose.c
9310                 Allow dynamically-added custom headers
9311                 Yet not reparsed if reedited
9312
9313 2002-09-15 [alfons]     0.8.2claws50
9314
9315         * src/prefs_account.c
9316                 fix warnings
9317
9318 2002-09-15 [colin]      0.8.2claws49
9319         
9320         * src/prefs_account.c
9321                 fix pop_before_smtp sensitivity
9322
9323 2002-09-15 [colin]      0.8.2claws48
9324
9325         * src/inc.[ch]
9326                 add inc_pop_before_smtp()
9327                 allow MainWindow to be undefined in 
9328                 inc_account_mail() and inc_start()
9329         * src/pop.c
9330           src/prefs_account.h
9331                 add STYPE_POP_BEFORE_SMTP session type
9332         * src/prefs_account.c
9333                 activated pop before smtp option
9334         * src/send.c
9335                 do pop before smtp if the relevant option 
9336                 is set
9337
9338 2002-09-15 [paul]       0.8.2claws47
9339
9340         * sync with 0.8.3
9341                 see ChangeLog 2002-09-15
9342
9343 2002-09-14 [paul]       0.8.2claws46
9344
9345         * po/bg.po
9346                 updated Bulgarian translation, submitted by
9347                 George Danchev
9348
9349 2002-09-13 [paul]       0.8.2claws45
9350
9351         * src/compose.c
9352                 merge claws' select_account() with main's
9353                 (new) compose_select_account(). [sync with
9354                 0.8.2cvs15, see ChangeLog 2002-09-11]
9355
9356 2002-09-12 [christoph]  0.8.2claws44
9357
9358         * src/filter.c
9359                 allocate 1 elements of FolderItem not 0
9360
9361 2002-09-12 [colin]      0.8.2claws43
9362
9363         * src/compose.c
9364                 Fix bug #590825 (obey Follow-up: poster)
9365
9366 2002-09-12 [colin]      0.8.2claws42
9367
9368         * src/procmime.c
9369                 Fix bug #557009 (wrong headers for messages 
9370                 forwarded as attachments)
9371
9372 2002-09-11 [colin]      0.8.2claws41
9373         
9374         * src/compose.c
9375                 Put SCF: pseudo-header on top of message
9376                 Set draft tmp_flag when saved as draft
9377
9378         * src/procmsg.c
9379           src/procheader.c
9380                 Skip after first \n\n for beginning of real message
9381                 for drafts too
9382
9383 2002-09-11 [christoph]  0.8.2claws40
9384
9385         * src/filtering.c
9386                 use procmsg flag functions in filtering or processing
9387                 will cause incorrect folder message counts
9388
9389 2002-09-11 [colin]      0.8.2claws39
9390
9391         * src/compose.c
9392                 Fix bug #550175 - wrong save folder when reediting
9393                 drafts
9394
9395 2002-09-11 [paul]       0.8.2claws38
9396
9397         * sync with 0.8.2cvs14
9398                 see ChangeLog 2002-09-11
9399
9400 2002-09-11 [colin]      0.8.2claws37
9401
9402         * src/folder.c
9403                 Fix a typo (seeming to cause new/unread status to
9404                 be lost)
9405
9406 2002-09-10 [christoph]  0.8.2claws36
9407
9408         * src/compose.c
9409                 compose_redirect should not use compose_generic_new
9410                 because that does more stuff than expected including
9411                 opening the external editor
9412                 (closes bug "[ 526608 ] bounced messages appear blank
9413                  in editor")
9414
9415 2002-09-10 [christoph]  0.8.2claws35
9416
9417         * src/folder.c
9418                 fix problem with too large message number range
9419                 causing a crash in folder_item_scan
9420
9421 2002-09-10 [paul]       0.8.2claws34
9422
9423         * sync with 0.8.2cvs13
9424                 see ChangeLog 2002-09-10
9425
9426 2002-09-10 [christoph]  0.8.2claws33
9427
9428         * src/msgcache.c
9429                 set MsgInfo TmpFlags for queue and draft folders
9430                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9431
9432 2002-09-10 [paul]       0.8.2claws32
9433
9434         * AUTHORS
9435           po/bg.po      ** NEW FILE **
9436                 new Bulgarian translation submitted by
9437                 George Danchev <danchev@spnet.net>
9438                 
9439         * tools/Makefile.am
9440           tools/README
9441           tools/tb2sylpheed     ** NEW FILE **
9442                 add script that converts an addressbook exported
9443                 from The Bat! into a Sylpheed addressbook. Submitted
9444                 by Urke MMI <urke-kg@eunet.yu>
9445
9446 2002-09-10 [paul]       0.8.2claws31
9447
9448         * sync with 0.8.2cvs12
9449                 see ChangeLog 2002-09-10
9450
9451 2002-09-06 [paul]       0.8.2claws30
9452
9453         * src/prefs_common.c
9454                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9455                 
9456         * tools/Makefile.am
9457           tools/README
9458           tools/ldif-to-xml.py  ** REMOVED **
9459                 remove obsolete python script
9460
9461 2002-09-06 [paul]       0.8.2claws29
9462
9463         * sync with 0.8.2cvs10
9464                 see ChangeLog 2002-09-06
9465
9466 2002-09-04 [paul]       0.8.2claws28
9467
9468         * sync with 0.8.2cvs9
9469                 see ChangeLog 2002-08-04
9470
9471 2002-09-04 [colin]      0.8.2claws27 
9472
9473         * src/prefs_common.[ch]
9474                 Added signature color configuration
9475         * src/textview.c
9476                 Use user-specified signature color
9477
9478 2002-09-03 [colin]      0.8.2claws26
9479
9480         * src/prefs_common.[ch]
9481                 Added autosave and autosave_length prefs
9482         * src/compose.c
9483                 Added compose_remove_draft()
9484                 Auto-save drafts according to the prefs
9485         * src/main.c
9486                 Added a crash-indicator file, allowing to check
9487                 for new messages on startup if Sylpheed crashed
9488                 (makes saved drafts "reappear")
9489
9490 2002-09-03 [colin]      0.8.2claws25
9491
9492         * src/textview.[ch]
9493                 Grey the signature
9494
9495 2002-09-03 [paul]       0.8.2claws24
9496
9497         * sync with 0.8.2cvs8
9498                 see ChangeLog 2002-09-02 and 2002-09-03
9499
9500 2002-09-03 [darko]      0.8.2claws23
9501
9502         * src/folderview.c
9503                 use normal style when creating new folder to pick
9504                 proper font size 
9505
9506 2002-09-02 [melvin]     0.8.2claws22
9507
9508         * src/gtkaspell.m4
9509                 removed some obsolete code
9510
9511 2002-09-02 [melvin]     0.8.2claws21
9512
9513         * ac/aspell.m4
9514                 fixed test's equality sign (== to =)
9515
9516 2002-09-02 [alfons]     0.8.2claws20
9517
9518         * src/folder.c
9519         * src/mh.c
9520                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9521                 as folder->destroy virtual as suggested by Hiro
9522                 (the mh.c code seems to have been lost around mh.c.1.21)
9523
9524 2002-09-02 [paul]       0.8.2claws19
9525
9526         * po/pt_BR.po
9527                 updated by Fabio Jr. Beneditto
9528                 
9529         * src/defs.h
9530                 use 'http://claws.sylpheed.org' for homepage link. 
9531                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9532
9533 2002-09-01 [alfons]     0.8.2claws18
9534
9535         * src/mh.c
9536                 plug memleak related to one Martin Kluge found
9537
9538 2002-08-31 [paul]       0.8.2claws17
9539
9540         * sync with 0.8.2cvs6
9541                 see ChangeLog 2002-08-30
9542
9543 2002-08-31 [alfons]     0.8.2claws16
9544
9545         * src/folder.c
9546                 folder_destroy(): remove mailbox from folderlist even if it has
9547                 no destroy virtual
9548
9549 2002-08-31 [alfons]     0.8.2claws15
9550
9551         * src/folder.c
9552                 :%sno/if(/if (/gc
9553                 :%sno/for(/for (/gc
9554                 (being pedantic I know)
9555
9556 2002-08-31 [alfons]     0.8.2claws14
9557
9558         * src/folder.c
9559                 check for NULL pointers returned from folder->fetch_msginfo virtual
9560                 (should solve some reported crashes)
9561
9562 2002-08-30 [alfons]     0.8.2claws13
9563
9564         * acconfig.h
9565         * configure.in
9566         * src/crash.c
9567                 enable crash dialog on compilation time
9568                 (--enable-crash-dialog configure option)
9569
9570 2002-08-30 [alfons]     0.8.2claws12
9571
9572         * AUTHORS
9573                 add Martin Kluge
9574         * src/mh.c
9575                 apply memory leak plug patch by Martin Kluge
9576                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9577                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9578                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9579
9580 2002-08-30 [darko]      0.8.2claws11
9581
9582         * src/folderview.c
9583                 copy Gtk style from normal style to match
9584                 font size for coloured folders
9585
9586 2002-08-29 [alfons]     0.8.2claws10
9587
9588         * sylpheed.desktop
9589                 Type=Internet <- Type=Application
9590                 (reported by Michael Schwendt, see:
9591                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9592                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9593
9594 2002-08-29 [paul]       0.8.2claws9
9595
9596         * sync with 0.8.2cvs5
9597                 see ChangeLog 2002-08-29
9598
9599 2002-08-29 [colin]      0.8.2claws8
9600
9601         * src/summaryview.c
9602                 Added a sanity check in summary_select_thread
9603                 Should fix bug 601605
9604
9605 2002-08-29 [colin]      0.8.2claws7
9606
9607         * src/main.c
9608                 Revert claws6 changes regarding bug #591676
9609
9610 2002-08-28 [colin]      0.8.2claws6
9611         
9612         * src/main.c
9613                 Ignore cache for queue folderitems
9614                 Fix bug #591676
9615
9616 2002-08-28 [melvin]     0.8.2claws5
9617
9618         * README.claws
9619                 Fixed typos.
9620
9621 2002-08-28 [melvin]     0.8.2claws4
9622
9623         * README.claws
9624                 Updated a bit the text concerning the spell checker
9625
9626 2002-08-28 [melvin]     0.8.2claws3
9627
9628         Merged the GNU_aspell_branch:
9629                 Support of new GNU/aspell is now included and the old pspell
9630                 is not supported anymore.
9631                 See README.claws
9632
9633         * README.claws
9634                 Updated spell checker text to reflect the switch to GNU/aspell
9635
9636         * ac/aspell.m4          *** NEW ***
9637         * src/gtkaspell.[ch]    *** NEW *** 
9638         * ac/pspell.m4          *** DELETED *** 
9639         * src/gtkspell.[ch]     *** DELETED ***
9640
9641         * ac/Makefile.am
9642                 Updated for GNU/aspell support
9643
9644         * po/POTFILES.in
9645                 Replaced gtkspell.c by gtkaspell.c
9646
9647         * acconfig.h
9648         * src/Makefile.am
9649         * src/about.c
9650         * src/compose.[ch]
9651         * src/crash.c
9652         * src/main.c
9653         * src/prefs_common.[ch]
9654                 Updated for GNU/aspell support
9655
9656 2002-08-28 [paul]       0.8.2claws2
9657
9658         * sync with 0.8.2cvs4
9659                 see ChangeLog 2002-08-27 and 2002-08-28
9660
9661 2002-08-28 [colin]      0.8.2claws1
9662
9663         * src/summary_search.c
9664                 Added "AND search"
9665
9666 2002-08-28 [jens]       0.8.2claws
9667
9668         *po/de.po
9669                 Updated German translations
9670
9671 2002-08-27 [melvin]     0.8.2claws
9672
9673         * po/fr.po
9674                 Updated French translations
9675
9676 2002-08-27 [paul]       0.8.2claws
9677
9678         * sync with 0.8.2 main release
9679
9680         * po/en_GB.po
9681           po/es.po
9682           po/it.po
9683           po/pl.po
9684           po/pt_BR.po
9685           po/sr.po
9686                 updated message catalogs submitted by
9687                 Ricardo Mones Lastra, Alessandro Maestri,
9688                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9689                 Beneditto and Urke MMI  
9690
9691 2002-08-27 [hoa]        0.8.1claws123
9692
9693         * src/mainwindow.[ch]
9694         * src/summaryview.[ch]
9695                 removed the "filter setting" menu option.
9696                 add a "cancel a news message" menu option.
9697
9698 2002-08-26 [martin]     0.8.1claws122
9699
9700         * ChangeLog.claws
9701                 changed string under 0.8.1claws79 changed by myself
9702                 i'm sorry alfons :(
9703
9704 2002-08-26 [martin]     0.8.1claws121
9705
9706         * src/crash.c
9707                 added kill command to debuggerrc to start crash dialog
9708
9709 2002-08-26 [paul]       0.8.1claws120
9710
9711         * sync with 0.8.1cvs31
9712                 see ChangeLog 2002-08-26
9713
9714 2002-08-25 [alfons]     0.8.1claws119
9715
9716         * src/procmsg.c
9717                 fix bug that didn't send out correct headers to news server
9718                 when sending news article and email from queue (bug reported
9719                 and patch provided by Tim Mann; closes bug 
9720                 "[ 583196 ] 0.7.8claws can't post news")
9721
9722 2002-08-25 [alfons]     0.8.1claws118
9723
9724         * src/selective_download.c
9725                 mark two strings as translatable
9726                 (thanks to Urke MMI for pointing this out)
9727
9728 2002-08-25 [alfons]     0.8.1claws117
9729
9730         * src/summaryview.c
9731                 treat sent boxes as special and allow sorting them by addressee
9732                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9733                 submitted by Steve Lamb)
9734
9735 2002-08-24 [alfons]     0.8.1claws116
9736
9737         * src/matcher.c
9738                 fix memleak reported by Martin Kluge
9739                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9740
9741 2002-08-24 [oliver]     0.8.1claws115
9742
9743         * src/prefs_toolbar.c
9744                 o code cleanup as suggested by Alfons
9745                 o memleak fix
9746
9747 2002-08-24 [alfons]     0.8.1claws114
9748
9749         * src/summaryview.c
9750                 o fix another memory leak reported by Martin Kluge
9751                   (see "[ 599568 ] Small Memory Leak")
9752                 o remove 'from' variable from 'summary_set_header()'; we can
9753                   do with just 'to' 
9754
9755 2002-08-24 [paul]       0.8.1claws113
9756
9757         * sync with 0.8.1cvs30
9758                 see ChangeLog 2002-08-23
9759
9760 2002-08-24 [alfons]     0.8.1claws112
9761
9762         * src/summaryview.c
9763                 remove unnecessary allocations for search bar fixing leaks
9764                 reported by Martin Kluge
9765                 (see "[ 599451 ] Further memory leaks?")
9766
9767 2002-08-24 [alfons]     0.8.1claws111
9768
9769         * src/main.c
9770                 make get_socket_name() public for crash.c
9771         * src/crash.c
9772                 o make report bug button work (goes to claws' 
9773                   bug tracker at sf.net)
9774                 o introduce function for doing important stuff just
9775                   before claws goes down
9776                 o clean up code 
9777
9778 2002-08-24 [alfons]     0.8.1claws110
9779
9780         * src/compose.c
9781                 move cursor to "To" entry when forwarding as attachment
9782                 (reported and solved by Steve Lamb, closes bug report
9783                 "[ 592880 ] Forward as attachment; cursor not in to")
9784
9785 2002-08-24 [colin]      0.8.1claws109
9786
9787         * src/mainwindow.c
9788                 fix quick search visibility after GUI (de)separations.
9789
9790 2002-08-23 [colin]      0.8.1claws108
9791
9792         * src/mainwindow.c
9793                 fix header pane visibility after folderview or
9794                 messageview (de)separation
9795
9796 2002-08-23 [paul]       0.8.1claws107
9797
9798         * src/mainwindow.[ch]
9799           src/toolbar.c
9800                 give full control of display or non-display 
9801                 of the Execute icon to Custom toolbar settings.
9802                 add new sensitivity condition to maninwindow.h: 
9803                 M_DELAY_EXEC
9804
9805         * ChangeLog
9806           ChangeLog.jp
9807           NEWS
9808                 more sync with 0.8.1cvs29
9809
9810 2002-08-23 [melvin]     0.8.1claws106
9811
9812         * src/alertpanel.c
9813                 Readded support for custom widget in alertpanel lost in last
9814                 sync.
9815
9816 2002-08-23 [paul]       0.8.1claws105
9817
9818         * sync with 0.8.1cvs29
9819                 see ChangeLog 2002-08-23
9820
9821 2002-08-23 [colin]      0.8.1claws104
9822
9823         * src/summaryview.c
9824                 Fix folder and search pixmaps exchanging positions
9825                 after theme or toolbar changes. Thank to Oliver for 
9826                 reporting this.
9827
9828 2002-08-23 [colin]      0.8.1claws103
9829
9830         * src/mainwindow.c
9831           src/messageview.[ch]
9832           src/noticeview.[ch]
9833           src/summaryview.c
9834                 Changed messageview_create() and noticeview_create()
9835                 to avoid the last gdk_warning
9836
9837 2002-08-22 [colin]      0.8.1claws102
9838
9839         * src/summaryview.c
9840                 Fix my new `Creating pixmap from xpm' warning
9841
9842 2002-08-22 [colin]      0.8.1claws101
9843
9844         * src/mainwindow.c
9845                 Fix some of the gdk warnings
9846
9847 2002-08-22 [colin]      0.8.1claws100
9848
9849         * src/Makefile.am
9850         * src/stock_pixmap.c
9851         * src/stock_pixmap.h
9852         * src/pixmaps/quicksearch.xpm *ADDED*
9853                 Add the quicksearch pixmap
9854         * src/mainwindow.c
9855         * src/summaryview.c
9856         * src/summaryview.h
9857                 Make quicksearch bar visible/hidden via a button
9858
9859 2002-08-22 [christoph]  0.8.1claws99
9860
9861         * src/folder.c
9862                 fix folder update for newsgroups with message
9863                 numbers below minimum number of articles to fetch
9864                 (closes bug #598445)
9865
9866 2002-08-22 [paul]       0.8.1claws98
9867
9868         * sync with 0.8.1cvs28
9869                 see ChangeLog 2002-08-22
9870
9871 2002-08-21 [alfons]     0.8.1claws97
9872
9873         * src/crash.c
9874                 use bt instead of bt full which seems to work 
9875                 better, and bt full doesn't give a great deal 
9876                 of information anyway
9877
9878 2002-08-21 [colin]      0.8.1claws96
9879
9880         * src/summaryview.c
9881                 fix summaryview_searchtype_changed prototype
9882
9883 2002-08-21 [christoph]  0.8.1claws95
9884
9885         * src/mainwindow.c
9886                 o fix broken menu update for sorting type, we have to
9887                   get this info from the summaryview now
9888                 o removed setting of threaded state in menu callback
9889         * src/summaryview.[ch]
9890                 more summaryview/folderitem seperation for
9891                 threading option
9892         * configure.in
9893                 removed not required --with-compiler-flags option
9894
9895 2002-08-21 [oliver]     0.8.1claws94
9896         
9897         * src/toolbar.h 
9898                 o rename toolbar.xml to toolbar_main.xml
9899                   since toolbar_compose.xml might come up 
9900                   any time soon
9901         * README.claws
9902                 add custom toolbar              
9903
9904 2002-08-21 [darko]      0.8.1claws93
9905
9906         * src/procmsg.c
9907                 don't reset tmp flags for messages copied
9908                 to sent folder
9909
9910 2002-08-21 [colin]      0.8.1claws92
9911         
9912         * src/prefs_filtering.c
9913                 fix renaming rules on folder rename 
9914                 when folder is not a leaf folder
9915
9916 2002-08-21 [paul]       0.8.1claws91
9917
9918         * src/prefs_folder_item.c
9919                 fix alignment of colour selector
9920
9921 2002-08-21 [paul]       0.8.1claws90
9922
9923         * sync with 0.8.1cvs27
9924                 see ChangeLog 2002-08-21
9925
9926 2002-08-21 [paul]       0.8.1claws89
9927
9928         * src/summaryview.c
9929                 fix crash when changing field type in
9930                 Quick search bar
9931
9932 2002-08-21 [colin]      0.8.1claws88
9933
9934         * src/summaryview.c
9935                 Made quick search case-insensitive
9936
9937 2002-08-21 [paul]       0.8.1claws87
9938
9939         * sync with 0.8.1cvs26
9940                 see ChangeLog 2002-08-21
9941
9942 2002-08-20 [christoph]  0.8.1claws86
9943
9944         * src/folderview.c
9945         * src/main.c
9946         * src/summaryview.[ch]
9947                 more summaryview/folderitem seperation for
9948                 sort_key and sort_type
9949         * src/procmsg.c
9950                 added missing return statement
9951
9952 2002-08-20 [colin]      0.8.1claws85
9953
9954         * src/summaryview.[ch]
9955                 Added a quick search box
9956         * src/mainwindow.c
9957         * src/prefs_common.[ch]
9958                 Added a show/hide option for the quick search
9959
9960 2002-08-20 [oliver]     0.8.1claws84
9961         
9962         * src/mainwindow.c
9963                 remove toolbar_create_popups
9964         * src/toolbar.[ch]
9965                 o remove toolbar_create_popups
9966                 o fix toolbar_set_sensitive 
9967                   (Bug reports #596834 and #596832)     
9968         * src/prefs_toolbar.c
9969                 o add "Set default" button
9970                 o align label and text + combo widgets
9971
9972 2002-08-20 [hoa]        0.8.1claws83bis
9973
9974         * src/imap.c
9975                 fixed a bug in imap_fetch_msginfo() in case there is no
9976                 current folder.
9977
9978 2002-08-20 [darko]      0.8.1claws83
9979
9980         * src/folderview.c
9981                 copy the color style of folder view so it
9982                 works with GTK themes
9983
9984 2002-08-20 [darko]      0.8.1claws82
9985
9986         * src/folder.h
9987         * src/folderview.c
9988         * src/prefs_folder_item.[hc]
9989                 don't use UI stuff in folder.h
9990
9991 2002-08-20 [darko]      0.8.1claws81
9992
9993         * src/folder.h
9994         * src/prefs_folder_item.h
9995         * src/folderview.c
9996         * src/prefs_folder_item.c
9997                 ability to set folder color in folderview
9998
9999 2002-08-19 [alfons]     0.8.1claws80
10000
10001         * src/summaryview.c
10002                 fix one of the earlier memleaks reported by Martin Kluge
10003
10004 2002-08-19 [alfons]     0.8.1claws79
10005
10006         * src/mainwindow.c
10007                 hide notice view when selecting seperate folder
10008                 view (reported by Urke MMI)
10009
10010 2002-08-19 [christoph]  0.8.1claws78
10011
10012         * src/folderview.c
10013         * src/prefs_folder_item.h
10014         * src/summaryview.[ch]
10015                 o add summary_set_prefs_from_folderitem to set
10016                   summaryview prefs (first step to remove all
10017                   references to the folderitem in summaryview)
10018                 o moved compiled regex stuff from folderitem prefs
10019                   to summaryview code
10020
10021 2002-08-19 [paul]       0.8.1claws77
10022
10023         * src/compose.c
10024                 add check for '.' to QUOTE_IF_REQUIRED
10025
10026 2002-08-19 [paul]       0.8.1claws76
10027
10028         * src/inc.c
10029                 sync with 0.8.1cvs25 (plug memory leak)
10030
10031         * src/prefs_toolbar.c
10032                 re-order prefs_toolbar_cancel()
10033
10034 2002-08-18 [alfons]     0.8.1claws75
10035
10036         * src/inc.c
10037         * src/matcher.c
10038                 plug other memleaks reported by Martin Kluge
10039
10040 2002-08-18 [paul]       0.8.1claws74
10041
10042         * po/pt_BR.po
10043                 updated by Fabio Jr. Beneditto
10044
10045 2002-08-18 [paul]       0.8.1claws73
10046
10047         * src/toolbar.[ch]
10048                 fix bug where tooltips were displayed untranslated              
10049
10050         * src/prefs_toolbar.c
10051                 fix bug where clicking 'Cancel' creates an icon & text
10052                 toolbar regardless of prefs
10053         
10054
10055 2002-08-17 [oliver]     0.8.1claws72
10056
10057         * src/prefs_toolbar.c
10058                 update toolbar on CANCEL
10059                 bug reported by Martin Kluge
10060         * src/toolbar.c
10061                 toolbar_destroy memleak fixed           
10062
10063 2002-08-17 [alfons]     0.8.1claws71
10064
10065         * src/toolbar.c
10066                 plug another memleak reported by Martin Kluge
10067
10068 2002-08-16 [alfons]     0.8.1claws70
10069
10070         * src/crash.c
10071                 use execvp() correctly (suggested by wwp; thanks!)
10072
10073 2002-08-16 [alfons]     0.8.1claws69
10074
10075         * src/gtksctree.c
10076                 plug memory leak reported by Kim Schultz & Martin Kluge
10077
10078 2002-08-16 [paul]       0.8.1claws68
10079
10080         * po/es.po
10081                 updated by Ricardo Mones Lastra
10082
10083 2002-08-16 [paul]       0.8.1claws67
10084
10085         * src/toolbar.h
10086                 fix bug where 'Compose News' icon showed wrong
10087                 tooltip
10088
10089 2002-08-16 [paul]       0.8.1claws66
10090
10091         * sync with 0.8.1cvs24
10092                 see ChangeLog 2002-08-16
10093
10094         * po/it.po
10095                 updated by Alessandro Maestri
10096
10097 2002-08-15 [paul]       0.8.1claws65
10098
10099         * po/sr.po
10100                 updated by Urke MMI
10101
10102 2002-08-15 [paul]       0.8.1claws64
10103
10104         * src/*.c
10105                 don't translate debug info
10106
10107         * src/matcher.[ch]
10108                 add copyright info
10109
10110 2002-08-15 [paul]       0.8.1claws63
10111
10112         * src/prefs_toolbar.c
10113                 fix bug where clicking 'OK' creates an icon & text
10114                 toolbar regardless of prefs
10115
10116 2002-08-14 [alfons]     0.8.1claws62
10117
10118         * src/main.c
10119                 add global var that has the full argv[0]
10120         * src/crash.c
10121                 o execvp the correct sylpheed by using argv0
10122                   and setting the correct work dir
10123                 o other tweaks  
10124
10125 2002-08-14 [oliver]     0.8.1claws61
10126         
10127         * enable/disable Toolbar Action Buttons 
10128         * code cleanups
10129         * src/mainwindow.c
10130         * src/toolbar.[ch]      
10131         * src/prefs_toolbar.c   
10132
10133 2002-08-14 [melvin]     0.8.1claws60
10134
10135         * po/fr.po
10136                 Updated French translations
10137
10138 2002-08-14 [melvin]     0.8.1claws59
10139
10140         * src/crash.c
10141                 Made bug report not translatable
10142         * src/exporthtml.c
10143                 Fixed exporthtml_build_filespec() return value
10144         * src/foldersel.c
10145                 Fixed incorrect include file
10146         * src/gtkspell.c
10147         * src/prefs_actions.c
10148         * src/prefs_toolbar.c
10149                 Made debug info not translatable
10150         * src/mutt.c
10151         * src/quote_fmt.c
10152                 Added missing includes
10153         * src/prefs_common.c
10154                 Fixed typo
10155
10156 2002-08-14 [paul]       0.8.1claws58
10157
10158         * faq/es/sylpheed-faq.html
10159           faq/es/sylpheed-faq-[1-3].html
10160           faq/es/sylpheed-faq-4.html     **NEW FILE **
10161                 update Spanish FAQ
10162
10163 2002-08-13 [christoph]  0.8.1claws57
10164
10165         * src/procmsg.c
10166                 ignore thread fix that did not mark all
10167                 child nodes of a ignored thread as
10168                 ignored. Does not work perfectly yet,
10169                 but it is better now
10170
10171 2002-08-13 [alfons]     0.8.1claws56
10172
10173         * src/crash.c
10174                 o implement 'save crash log'
10175                 o some tweaks
10176
10177 2002-08-13 [melvin]     0.8.1claws55
10178
10179         * src/main.c
10180                 removed unrequired "execinfo.h" header
10181
10182 2002-08-12 [paul]       0.8.1claws54
10183
10184         * faq/en/sylpheed-faq.html
10185           faq/en/sylpheed-faq-[1-3].html
10186           faq/en/sylpheed-faq-4.html     **NEW FILE **
10187                 update English FAQ
10188
10189 2002-08-12 [alfons]     0.8.1claws53
10190
10191         * po/POTFILES.in
10192                 add crash.c to translatables
10193         * src/crash.c
10194                 bring in Leandro's crash dialog
10195
10196 2002-08-11 [alfons]     0.8.1claws52
10197
10198         * src/crash.c
10199                 clean up some warnings
10200
10201 2002-08-11 [alfons]     0.8.1claws51
10202
10203         * acconfig.h
10204         * configure.in
10205         * src/crash.[ch]        ** NEW FILES **
10206         * src/main.c            
10207                 initial gdb crash handler
10208
10209 2002-08-11 [paul]       0.8.1claws50
10210
10211         * src/prefs_toolbar.c
10212                 replace Up/Down arrow pixmaps with text to be
10213                 consistent across icon themes
10214
10215 2002-08-11 [paul]       0.8.1claws49
10216
10217         * src/prefs_common.c
10218           src/prefs_toolbar.c
10219                 rename 'Pixmap' -> 'Icon'
10220
10221         * src/toolbar.[ch]
10222                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10223
10224 2002-08-10 [paul]       0.8.1claws48
10225
10226         * src/prefs_toolbar.c
10227                 re-work the UI
10228
10229 2002-08-10 [paul]       0.8.1claws47
10230
10231         * src/main.c
10232                 don't write Processing progress to status bar
10233                 patch submitted by Alexander Evseev
10234
10235         * src/prefs_toolbar.c
10236                 re-position and resize window
10237                 make window assume correct size on first call
10238
10239 2002-08-10 [paul]       0.8.1claws46
10240
10241         * src/mainwindow.c
10242           src/prefs_toolbar.c
10243           src/toolbar.c
10244           src/toolbar.h
10245                 obey coding style
10246                 follow UI text conventions
10247
10248 2002-08-10 [alfons]     0.8.1claws45
10249
10250         * src/toolbar.c
10251                 correct pixmap for delete action
10252
10253 2002-08-10 [paul]       0.8.1claws44
10254
10255         * po/pt_BR.po
10256                 updated by Fabio Jr. Beneditto
10257
10258 2002-08-10 [paul]       0.8.1claws43
10259
10260         * po/POTFILES.in
10261                 add custom toolbar files
10262
10263 2002-08-10 [paul]       0.8.1claws42
10264
10265         * sync with 0.8.1cvs22
10266                 see ChangeLog 2002-08-09
10267
10268 2002-08-09 [paul]       0.8.1claws41
10269
10270         * tools/Makefile.am
10271           tools/README
10272           tools/outlook2sylpheed.pl     ** NEW FILE **
10273                 add script to convert exported Outlook
10274                 contacts list to a Sylpheed addressbook.
10275                 Submitted by Ricardo Mones Lastra.
10276
10277 2002-08-09 [paul]       0.8.1claws40
10278
10279         * AUTHORS
10280           configure.in
10281           po/sr.po      ** NEW FILE **
10282                 add Serbian message catalog. Submitted by
10283                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10284
10285 2002-08-09 [paul]       0.8.1claws39
10286
10287         * sync with 0.8.1cvs21
10288                 see ChangeLog 2002-08-08
10289
10290 2002-08-08 [oliver]     0.8.1claws38
10291
10292         * src/mainwindow.c
10293                 move Custom Toolbar to Configuration menu
10294
10295 2002-08-08 [oliver]     0.8.1claws37
10296
10297         * src/prefs_toolbar.c
10298                 fix substitute pixmap bug
10299
10300 2002-08-08 [paul]       0.8.1claws36
10301
10302         * sync with 0.8.1cvs19
10303                 see ChangeLog 2002-08-08
10304
10305 2002-08-07 [christoph]  0.8.1claws35
10306
10307         * src/utils.c
10308                 fixed a memory leak in new canonicalize_file_replace
10309
10310 2002-08-07 [christoph]  0.8.1claws34
10311
10312         * src/utils.[ch]
10313                 o canonicalize_file_replace should create the temporary
10314                   file in the same directory as the original file.
10315                 o added get_tmpfile_in_dir that creates a temorary file
10316                   in a specified directory.
10317
10318 2002-08-07 [melvin]     0.8.1claws33
10319
10320         * src/toolbar.c
10321                 fixed bug where 'Article' button acted as 'Email' button.
10322
10323 2002-08-07 [paul]       0.8.1claws32
10324
10325         * sync with 0.8.1.cvs17
10326                 see ChangeLog 2002-08-07
10327
10328 2002-08-07 [colin]      0.8.1claws31
10329         
10330         * src/news.c
10331                 fix mass-cancel problem
10332
10333 2002-08-07 [thorsten]   0.8.1claws30
10334
10335         * src/prefs_toolbar.c
10336                 fix: crash on replace or add new button
10337         * src/toolbar.c
10338                 fix: close xmlfile after reading
10339         * src/utils.c
10340                 fix: unlink() file before rename()
10341
10342 2002-08-06 [paul]       0.8.1claws29
10343
10344         * sync with 0.8.cvs15
10345                 see ChangeLog 2002-08-06
10346
10347 2002-08-06 [oliver]     0.8.1claws28
10348
10349         * src/toolbar.c
10350         * src/prefs_toolbar.c
10351                 fixed empty toolbar issue
10352
10353 2002-08-06 [oliver]     0.8.1claws27
10354
10355         * Custom Toolbar Final 
10356         * src/folderview.c
10357         * src/inc.c
10358         * src/summaryview.c
10359                 o toolbar stuff now lives in src/toolbar.[ch]
10360                 o main_window_toolbar_* functions are renamed to
10361                   toolbar_* reflecting their new source file
10362         * src/mainwindow.[ch]
10363                 o remove toolbar stuff  
10364
10365 2002-08-06 [oliver]     0.8.1claws26
10366         
10367         * src/Makefile.am
10368         * src/prefs_toolbar.[ch]        **New File**
10369         * src/toolbar.[ch]              **New File**
10370                 o prefs_toolbar.[ch] custom toolbar frontend
10371                 o toolbar.[ch]       backend 
10372
10373 2002-08-06 [oliver]     0.8.1claws25
10374
10375         * src/prefs_actions.[ch]
10376                 o new exported function actions_execute
10377
10378 2002-08-06 [paul]       0.8.1claws24
10379
10380         * sync with 0.8.1cvs4
10381                 see ChangeLog 2002-08-06
10382
10383 2002-08-06 [paul]       0.8.1claws23
10384
10385         * sync with 0.8.1cvs13
10386                 see ChangeLog 2002-08-06
10387
10388 2002-08-06 [paul]       0.8.1claws22
10389
10390         * sync with 0.8.1cvs12
10391                 see ChangeLog 2002-08-05 and 2002-08-06
10392
10393 2002-08-06 [match]      0.8.1claws21
10394
10395         * src/addrclip.c
10396                 improvements to cut/copy/paste address
10397
10398 2002-08-05 [match]      0.8.1claws20
10399
10400         * src/addritem.[ch]
10401         * src/addrcache.c
10402         * src/addrbook.c
10403         * src/editaddress.c
10404         * src/addressbook.c
10405                 fixes to improve cut/copy/paste
10406
10407 2002-08-06 [melvin]     0.8.1claws19
10408
10409         * src/account.[ch]
10410                 account_find_all_from_address(): new function that returns the
10411                 list of all accounts that are matched in an address.
10412         * src/alertpanel.[ch]
10413                 alertpanel() now accepts a custom widget
10414                 alertpanel_with_widget(): new function that pops up a panel with
10415                 a custom widget in it 
10416         * src/gtkutils.[ch]
10417                 gtkut_account_menu_new(): new function that allows the selection
10418                 of an account from a list of accounts.
10419         * src/messageview.c
10420                 Extended Return Receipt notification to select the correct 
10421                 account and to make a security test on the Delivery-Notification
10422                 address which should be the same as the Return-Path.
10423
10424 2002-08-06 [thorsten]   0.8.1claws18
10425
10426         * src/mimeview.c
10427                 attach_all: save unnamed as "noname.%d",
10428                 dont free static dirname
10429
10430 2002-08-05 [alfons]     0.8.1claws17
10431
10432         * configure.in
10433                 detect XIM by trying to link rather than compile a XIM program
10434
10435 2002-08-05 [oliver]     0.8.1claws16
10436                 
10437         * src/stock_pixmap.[ch]
10438                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10439                 o new func to retrieve pixmaps
10440
10441 2002-08-05 [paul]       0.8.1claws15
10442
10443         * sync with 0.8.1cvs10
10444                 see ChangeLog 2002-08-05
10445
10446 2002-08-04 [alfons]     0.8.1claws14
10447
10448         * src/textview.c
10449                 see if this plugs memleak
10450
10451 2002-08-04 [melvin]     0.8.1claws13
10452
10453         * src/gtkspell.c
10454                 fixed bug that could crash Sylpheed when highlighting
10455                 all misspelled words.
10456
10457 2002-08-03 [melvin]     0.8.1claws12
10458
10459         * src/prefs_actions.c
10460                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10461         * src/messageview.c
10462                 fixed bug where the Return Receipt was sent to
10463                 Delivery-Notification-To address even if it was not present
10464
10465 2002-08-02 [alfons]     0.8.1claws11
10466
10467         * src/prefs_actions.c
10468                 o more check for NULLs
10469                 o put create_io_dialog() in right conditional block
10470
10471 2002-08-02 [paul]       0.8.1claws10
10472
10473         * po/es.po
10474                 updated by Ricardo Mones Lastra
10475
10476 2002-08-01 [christoph]  0.8.1claws9
10477
10478         * src/folder.c
10479                 don't free the cache of the opened
10480                 folder in the summaryview
10481         * src/summaryview.c
10482                 don't unset flags, if it is not required
10483
10484 2002-08-01 [paul]       0.8.1claws8
10485
10486         * sync with 0.8.1cvs8
10487                 see ChangeLog entry 2002-08-01
10488
10489 2002-08-01 [paul]       0.8.1claws7
10490
10491         * sync with 0.8.1cvs7
10492                 see ChangeLog 2002-07-31 and 2002-08-01
10493
10494 2002-07-31 [christoph]  0.8.1claws6
10495
10496         * src/mainwindow.c
10497                 forgot to update menu sensitivity
10498                 function for new menu entry
10499
10500 2002-07-31 [alfons]     0.8.1claws5
10501
10502         * src/main.c
10503                 check folder item and its path for NULL on
10504                 initial processing
10505
10506 2002-07-31 [christoph]  0.8.1claws4
10507
10508         * src/folder.c
10509                 check if folder_item_get_msginfo in
10510                 folder_item_remove_msg returned NULL
10511         * src/imap.c
10512                 better clear the uid cache in the
10513                 uid validity check function and delete
10514                 cached messages
10515
10516 2002-07-31 [paul]       0.8.1claws3
10517
10518         * man/sylpheed.1
10519                 add the '--attach' option and a few other
10520                 minor changes
10521
10522 2002-07-31 [paul]       0.8.1claws2
10523
10524         * sync with 0.8.1cvs5
10525                 see ChangeLog 2002-07-31
10526
10527 2002-07-31 [christoph]  0.8.1claws1
10528
10529         * src/folderview.[ch]
10530         * src/mainwindow.c
10531                 replace "Rescan all folders..." with
10532                 "Check all folders for new messages..."
10533
10534 2002-07-30 [paul]       0.8.1claws
10535
10536         * version 0.8.1claws released
10537
10538 2002-07-30 [paul]       0.8.0claws29
10539
10540         * tools/OOo2sylpheed.pl ** NEW FILE **
10541           tools/README
10542                 add script to enable sending documents as
10543                 attachments from OpenOffice.org
10544
10545 2002-07-30 [melvin]     0.8.0claws28
10546
10547         * src/prefs_actions.c
10548                 Made the actions' input/output dialog display
10549                 without delay.
10550
10551 2002-07-30 [christoph]  0.8.0claws27
10552
10553         * src/procmsg.c
10554                 check if folder_item_get_msginfo in
10555                 procmsg_save_to_outbox returned NULL
10556
10557 2002-07-30 [paul]       0.8.0claws26
10558
10559         * sync with 0.8.1cvs4
10560                 see ChangeLog 2002-07-29
10561
10562 2002-07-29 [thorsten]   0.8.0claws25
10563
10564         * README.claws
10565                 added selective download, delete on server
10566
10567 2002-07-29 [paul]       0.8.0claws24
10568
10569         * sync with 0.8.1cvs3
10570                 see ChangeLog 2002-07-29
10571
10572 2002-07-27 [christoph]  0.8.0claws23
10573
10574         * src/folder.c
10575                 add extra check if fetching the msginfo
10576                 returned NULL
10577
10578 2002-07-27 [paul]       0.8.0claws22
10579
10580         * sync with 0.8.1cvs2
10581                 see ChangeLog 2002-07-26
10582
10583 2002-07-27 [christoph]  0.8.0claws21
10584
10585         * src/imap.c
10586                 add another check if a valid msginfo
10587                 was returned
10588
10589 2002-07-26 [hoa]        0.8.0claws20
10590
10591         * src/folder.c
10592                 Fixed a condition in folder_item_destroy()
10593
10594         * src/imap.c
10595                 Fixed an error in IMAP protocol
10596
10597 2002-07-26 [alfons]     0.8.0claws19
10598
10599         * src/folder.c
10600                 ofcourse compare with identifier, not the path
10601
10602 2002-07-26 [alfons]     0.8.0claws18
10603
10604         * src/folder.c
10605                 use folder item identifier for saving / restoring
10606                 preferences because folder->path might not be unique
10607
10608 2002-07-26 [melvin]     0.8.0claws17
10609
10610         * src/logwindow.c
10611                 Fixed a crash introduced in 0.8.0claws5 when log is 
10612                 cut under 80 characters.
10613
10614 2002-07-26 [paul]       0.8.0claws16
10615
10616         * sync with 0.8.1cvs1
10617                 see ChangeLog 2002-07-26
10618
10619 2002-07-26 [christoph]  0.8.0claws15
10620
10621         * src/imap.[ch]
10622                 imap folder now remembers the last selected
10623                 folder and imap_fetch_msginfo skips selecting
10624                 the folder if it is already selected
10625
10626 2002-07-26 [christoph]  0.8.0claws14
10627
10628         * src/folder.c
10629         * src/folderview.c
10630         * src/imap.c
10631                 fix imap folder rescanning
10632
10633 2002-07-25 [christoph]  0.8.0claws13
10634
10635         * src/filter.c
10636         * src/folder.[ch]
10637         * src/folderview.c
10638         * src/imap.[ch]
10639         * src/mainwindow.c
10640         * src/mbox_folder.c
10641         * src/mh.c
10642         * src/news.c
10643                 implement imap uid cache and uid validity check
10644
10645 2002-07-25 [alfons]     0.8.0claws12
10646
10647         * src/summaryview.c
10648                 fix a brown paper bag bug, and also add some more
10649                 checks
10650
10651 2002-07-25 [christoph]  0.8.0claws11
10652
10653         * src/folder.c
10654                 don't mix copy, fetch_msginfo and remove
10655                 operations in folder item copy and move
10656                 operations
10657
10658 2002-07-25 [christoph]  0.8.0claws10
10659
10660         * src/folderview.c
10661         * src/mainwindow.c
10662         * src/prefs_folder_item.c
10663         * src/summaryview.[ch]
10664                 remove no longer required parameter update_cache from
10665                 summary_show
10666
10667 2002-07-25 [paul]       0.8.0claws9
10668
10669         * sync with 0.8.1
10670         
10671         * AUTHORS
10672                 a few corrections
10673
10674 2002-07-24 [alfons]     0.8.0claws8
10675
10676         * src/summaryview.c
10677                 sort correctly when using simplified subject line
10678                 (closes feature request "[ 585141 ] applying regexp to subject 
10679                 before sort" submitted by Alexandra Walford)
10680
10681 2002-07-24 [paul]       0.8.0claws7
10682
10683         * sync with 0.8.0cvs3
10684                 see ChangeLog 2002-07-24
10685
10686 2002-07-23 [christoph]  0.8.0claws6
10687
10688         * src/folder.c
10689         * src/folder.h
10690         * src/summaryview.c
10691         * src/summaryview.h
10692         * src/main.c
10693                 o separate processing and summaryview
10694                 o removed summary_write_cache from summaryview
10695                 o removed summaryview->killed_messages, because we don't have
10696                   to keep a list of killed messages anymore. New cache will
10697                   keep the hidden messages in cache anyway
10698         * src/folderview.c
10699         * src/inc.c
10700         * src/selective_download.c
10701                 o removed unnecessary summary_write_cache calls
10702         * src/procmsg.c
10703                 o don't set ignore thread flag in procmsg_get_thread_tree
10704                   if it is already set
10705         * src/mainwindow.c
10706         * src/statusbar.h
10707                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10708                   they are used in different files
10709
10710 2002-07-23 [melvin]     0.8.0claws5
10711
10712         * src/addressbook.c
10713         * src/addrgather.c
10714         * src/editaddress.c
10715         * src/editgroup.c
10716         * src/editldap_basedn.c
10717         * src/importldif.c
10718         * src/prefs_common.c
10719                 Fixed few memory leak (gtk_editable_get_chars returns
10720                 an allocated string)
10721         * src/logwindow.c
10722                 Fixed few memory leak (gtk_editable_get_chars returns
10723                 an allocated string) and modified a little the log cutting
10724                 loop.
10725         * src/compose.c
10726                 Replaced a call to an obsolete function gtk_entry_get_text()
10727                 by gtk_editable_get_chars()
10728         * src/send.c
10729                 Removed a debug printf
10730
10731 2002-07-23 [christoph]  0.8.0claws4
10732
10733         * src/filesel.c
10734                 fix another g_dirname memory leak
10735
10736 2002-07-23 [christoph]  0.8.0claws3
10737
10738         * src/mh.c
10739                 fixed a memory leak in mh_fetch_msginfo
10740                 fixed crash when message header could not be
10741                 parsed
10742
10743 2002-07-23 [paul]       0.8.0claws2
10744
10745         * sync with 0.8.0cvs2
10746                 see ChangeLog 2002-07-23
10747
10748 2002-07-23 [paul]       0.8.0claws1
10749
10750         * sync with 0.8.0cvs1
10751                 see ChangeLog 2002-07-23
10752
10753 2002-07-23 [paul]       0.8.0claws
10754
10755         * release of 0.8.0claws
10756
10757 2002-07-23 [paul]       0.7.8claws99
10758
10759         * po/ru.po
10760                 new Russian translation, submitted by
10761                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10762
10763 2002-07-22 [jens]       0.7.8claws98
10764
10765         * po/de.po
10766                 Updated German translations.
10767
10768 2002-07-22 [paul]       0.7.8claws97
10769
10770         * po/es.po
10771           po/it.po
10772           po/nl.po
10773           po/pt_BR.po
10774                 updated translations by Ricardo Mones Lastra,
10775                 Alessandro Maestri, Wilbert Berendsen and 
10776                 Fabio Jr. Beneditto respectively
10777
10778 2002-07-22 [christoph]  0.7.8claws96
10779
10780         * src/mimeview.c
10781                 fix memory leak caused by wrong g_dirname usage
10782
10783 2002-07-22 [christoph]  0.7.8claws95
10784
10785         * src/summaryview.c
10786                 update new and unread message counts for summaryview
10787                 summaryview does not get it from the folder anymore
10788                 and has to update the values itself
10789
10790 2002-07-22 [melvin]     0.7.8claws94
10791
10792         * po/fr.po
10793                 Updated French translations.
10794
10795 2002-07-22 [christoph]  0.7.8claws93
10796
10797         * src/matcher.c
10798                 set prop->preg pointer to NULL or following check
10799                 will not fail and regexec will be called with
10800                 invalid pointer
10801
10802 2002-07-21 [alfons]     0.7.8claws92
10803         
10804         * src/prefs_common.[ch]
10805                 remove option "Send return receipt on request"
10806
10807 2002-07-21 [thorsten]   0.7.8claws91
10808
10809         * src/mimeview.c
10810                 fixed memleaks, coding style as pointed out by alfons
10811
10812 2002-07-21 [alfons]     0.7.8claws90
10813
10814         * src/messageview.c
10815         * src/noticeview.[ch]
10816                 o fix bug notice view being displayed when going to empty folder 
10817                   (noticed by Christoph)
10818                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10819                   (noticed by Thorsten)
10820
10821 2002-07-21 [thorsten]   0.7.8claws89
10822
10823         * src/mimeview.c
10824                 Included save_all patch from Xaview FACQ
10825                 added support for pathnames
10826
10827 2002-07-21 [alfons]     0.7.8claws88
10828
10829         * po/POTFILES.in
10830         * src/Makefile.am
10831         * src/mainwindow.c
10832         * src/messageview.[ch]
10833         * src/noticeview.c      ** NEW FILE **
10834         * src/noticeview.h      ** NEW FILE **
10835                 make return receipts work again
10836                 (UI idea by Leandro Pereira)
10837
10838 2002-07-21 [paul]       0.7.8claws87
10839
10840         * src/summaryview.c
10841                 fix sensitivity of 'Select thread'
10842
10843 2002-07-21 [paul]       0.7.8claws86
10844
10845         * src/prefs_common.c
10846                 add browser command line for Galeon
10847
10848 2002-07-21 [paul]       0.7.8claws85
10849
10850         * Makefile.am
10851                 fix 'EXTRA_DIST': remove README.README, add TODO
10852                 and TODO.claws
10853
10854 2002-07-21 [alfons]     0.7.8claws84
10855
10856         * src/gtkstext.c
10857                 make enter clear selection
10858                 (closes "[ 579888 ] Editor selection/entry error"
10859                 reported by Steve Lamb)
10860
10861 2002-07-21 [alfons]     0.7.8claws83
10862         
10863         * src/summaryview.c
10864                 sort message list when selecting unthread messages
10865                 (closes "[ 501593 ] switching threaded view doesn't sort"
10866                 reported by Simon Schubert)
10867
10868 2002-07-20 [alfons]     0.7.8claws82
10869         
10870         * src/matcher.c
10871                 const-correctness
10872
10873 2002-07-20 [thorsten]   0.7.8claws81
10874
10875         * src/matcher.c
10876                 Fixed expansion of empty fields in matchactions
10877
10878 2002-07-19 [melvin]     0.7.8claws80
10879
10880         * src/gtkspell.c
10881                 Removed a duplicate menu entry (fast mode) introduced during
10882                 the new cache merge
10883                 Added a menu separator between 'Use alternate' and 'Fast mode'
10884
10885 2002-07-19 [paul]       0.7.8claws79
10886
10887         * tools/Makefile.am
10888           tools/README
10889                 correct typos
10890
10891 2002-07-19 [thorsten]   0.7.8claws78
10892
10893         * tools/calypso_convert.pl      ** NEW FILE **
10894           tools/README
10895           tools/Makefile.am
10896                 script to import mbox files exported
10897                 by calypso
10898                 o generates folder structure
10899                 o includes attachments
10900
10901 2002-07-19 [melvin]     0.7.8claws77
10902
10903         * src/selective_download.[ch]
10904                 Fixed bug where closing the dialog with the window manager's
10905                 close button will not unlock the summary
10906                 Corrected some function declarations that missed a return value
10907                 Made the source code comply better with coding style.
10908         * src/prefs_common.c
10909                 Added new browser command line for Mozilla.
10910
10911 2002-07-18 [paul]       0.7.8claws76
10912
10913         * src/mainwindow.c
10914           src/selective_download.[ch]
10915                 reflect theme changes, fix Gdk Warning when creating 
10916                 pixmap from NULL window, and minor clean up.
10917                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10918
10919         * po/en_GB.po
10920                 updated
10921
10922 2002-07-17 [paul]       0.7.8claws75
10923
10924         * INSTALL[.jp]
10925                 sync with 0.8.0
10926         
10927         * po/en_GB.po
10928                 updated
10929
10930 2002-07-16 [paul]       0.7.8claws74
10931
10932         * tools/filter_conv.pl
10933           tools/README
10934                 replace conversion script with reimplemented version, 
10935                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10936
10937 2002-07-16 [colin]      0.7.8claws73
10938
10939         * src/summaryview.c
10940                 remove forgotten debug messages - sorry ;-)
10941
10942 2002-07-16 [colin]      0.7.8claws72
10943
10944         * src/mimeview.c
10945           src/summaryview.c
10946           src/textview.c
10947           src/textview.h
10948                 add the ability to select part of a text mime-part 
10949                 to reply.
10950
10951 2002-07-15 [christoph]  0.7.8claws71
10952
10953         * src/folder.c
10954                 fix folder message count for folders without
10955                 msg_is_changed (includes news folders)
10956
10957 2002-07-15 [martin]     0.7.8claws70
10958
10959         * src/summaryview.c
10960                 option "display recipient on 'From'..." now works
10961                 without the need of enabling the option
10962                 "display  sender  using  address  book".
10963
10964 2002-07-15 [christoph]  0.7.8claws69
10965
10966         * src/summaryview.c
10967                 removed setting folder status from summaryview.
10968                 folder.c should update all message counts correctly.
10969
10970 2002-07-15 [paul]       0.7.8claws68
10971
10972         * po/pt_BR.po
10973                 updated by Fabio Junior Beneditto
10974
10975 2002-07-15 [darko]      0.7.8claws67
10976
10977         * src/mh.c
10978                 Fixed target folder colorization, don't decrease op
10979                 number twice
10980
10981 2002-07-14 [paul]       0.7.8claws66
10982
10983         * sync with main 0.8.0
10984                 see ChangeLog 2002-07-14
10985
10986 2002-07-13 [melvin]     0.7.8claws65
10987         
10988         * src/addrbook.c
10989         * src/addressbook.c
10990         * src/addrindex.c
10991                 Replaced sprintf by g_snprintf to prevent possible buffer
10992                 overflow.
10993         * src/news.c
10994                 Corrected a log message output format.
10995                 Added a missing "done" debug output.
10996         * src/compose.c
10997                 Added keyboard accelerator for Priority menu items
10998                 Added missing \n in debug output
10999         * src/logwindow.c
11000         * src/gtkspell.c
11001         * src/rfc2015.c
11002                 Added missing \n in debug output
11003
11004 2002-07-13 [paul]       0.7.8claws64
11005
11006         * man/sylpheed.1
11007                 change Sergey's email address to the sf address
11008
11009         * src/textview.c
11010                 increase show_url_timeout (more useful for long
11011                 urls)
11012
11013 2002-07-12 [sergey]     0.7.8claws63
11014
11015         * src/rfc2015.c
11016                 applied (with some modifications) patch to set the
11017                 micalg parameter for signatures
11018                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11019
11020 2002-07-12 [sergey]     0.7.8claws62
11021
11022         * man/Makefile.am
11023         * configure.in
11024                 fixed man page installation
11025
11026 2002-07-12 [paul]       0.7.8claws61
11027
11028         * sync with 0.7.8cvs26
11029                 see ChangeLog 2002-07-11 and 2002-07-12
11030
11031 2002-07-11 [christoph]  0.7.8claws60
11032
11033         * src/compose.c
11034         * src/procmsg.c
11035                 first use the message number to find the message
11036                 to mark with a reply flag but check the
11037                 message-id if we got the correct message, if not
11038                 try to find it by message-id.
11039                 use new string seperator that is not allowed
11040                 in message-ids.
11041
11042 2002-07-11 [paul]       0.7.8claws59
11043
11044         * sync with 0.7.8cvs23
11045                 see ChangeLog 2002-07-10
11046
11047 2002-07-10 [christoph]  0.7.8claws58
11048
11049         * src/folder.[ch]
11050         * src/msgcache.[ch]
11051                 Added message-id table to the cache in memory
11052                 and functions to msgcache.c and folder.c to
11053                 fetch MsgInfos by message id
11054         * src/compose.c
11055         * src/procmsg.c
11056                 store folder and message-id of message replying
11057                 to in queue header and set reply flag after sending
11058                 (Closes bug #469498)
11059
11060 2002-07-10 [paul]       0.7.8claws57
11061
11062         * AUTHORS
11063           man/sylpheed.1.gz
11064                 add Martin to the list of authors
11065
11066 2002-07-09 [martin]     0.7.8claws56
11067         * src/gtksctree.c
11068                 Added gtk_ctree_last_visible(), tree_update_level(),
11069                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11070                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11071                 from gtk+ to gtksctree.c for the new sorting code
11072                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11073                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11074         * src/gtksctree.h
11075                 Added declaration for gtk_sctree_sort_recursive() and
11076                 gtk_sctree_sort_node
11077         * src/addressbook.c
11078         * src/foldersel.c
11079         * src/folderview.c
11080         * src/summaryview.c
11081                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11082                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11083
11084 2002-07-08 [paul]       0.7.8claws55
11085
11086         * more sync with 0.7.8cvs21
11087                 see ChangeLog 2002-07-08
11088
11089 2002-07-08 [paul]       0.7.8claws54
11090
11091         * sync with 0.7.8cvs21
11092                 see ChangeLog 2002-07-08
11093
11094 2002-07-07 [alfons]     0.7.8claws53
11095
11096         * src/Makefile.am
11097         * src/stock_pixmap.[ch]
11098         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11099         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11100         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11101                 add new pixmaps for upcoming notice pane
11102
11103 2002-07-06 [melvin]     0.7.8claws52
11104
11105         * src/gtkspell.[ch]
11106                 Made them a bit closer to Sylpheed's coding style.
11107                 Removed old code.
11108                 Removed possible memory leaks when some errors occurs.
11109
11110 2002-07-06 [melvin]     0.7.8claws51
11111
11112         * po/Makefile.in.in
11113                 Removed --no-location in xgettext command line to help
11114                 translators that use Emacs' po-mode
11115         * src/quote_fmt.c
11116                 Removed unnecessary comments that messed up sylpheed.pot
11117
11118 2002-07-06 [paul]       0.7.8claws50
11119
11120         * sync with 0.7.8cvs19
11121                 see ChangeLog 2002-07-05
11122
11123 2002-07-06 [christoph]  0.7.8claws49
11124
11125         * src/folder.c
11126         * src/mainwindow.c
11127                 fix folder_item_remove_all_msg and folderview
11128                 status for trash folders after emptying trash
11129
11130 2002-07-05 [paul]       0.7.8claws48
11131
11132         * sync with 0.7.8cvs16
11133                 see ChangeLog 2002-07-04 and 2002-07-05
11134
11135 2002-07-04 [paul]       0.7.8claws47
11136
11137         * sync with 0.7.8cvs14
11138                 see  ChangeLog 2002-07-04
11139
11140 2002-07-03 [alfons]     0.7.8claws46
11141
11142         * src/folder.c
11143                 dupe folder item's path because it's being reallocated
11144                 by new folder scanning code
11145
11146 2002-07-03 [christoph]  0.7.8claws45
11147
11148         * src/imap.c
11149                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11150         * src/msgcache.c
11151                 add missing return in msgcache_write
11152
11153 2002-07-02 [thorsten]   0.7.8claws44
11154
11155         * src/jpilot.c
11156         * src/msgcache.c
11157         * src/rfc2015.c
11158                 use binary mode for file access
11159
11160 2002-07-02 [christoph]  0.7.8claws43
11161
11162         * major code cleanup (part 1)
11163         
11164                 - unused variables removed
11165                 - unused functions removed
11166                 - uninitialized variables checked
11167                 - missing return statements added
11168                 - missing function return types added
11169                 - added parentheses around assignment and
11170                   && in || when suggested by gcc
11171               
11172         * src/mh.c
11173         * src/folder.c
11174                 replaced direct calls to folder->scan_tree
11175                 with folder_scan_tree and restore folder
11176                 prefs in this function. The folder should
11177                 not have to deal with them.
11178                 ( Should now work for all folder types )
11179
11180 2002-07-02 [paul]       0.7.8claws42
11181
11182         * sync with 0.7.8cvs13
11183                 see ChangeLog 2002-07-01 and 2002-07-02
11184
11185 2002-07-01 [christoph]  0.7.8claws41
11186
11187         * src/summaryview.c
11188                 fix "goto next/prev unread message" with
11189                 ignored threads
11190
11191 2002-07-01 [paul]       0.7.8claws40
11192
11193         * po/es.po
11194                 updated by Ricardo Mones Lastra
11195
11196 2002-06-30 [match]      0.7.8claws39
11197
11198         * src/jpilot.c
11199                 applied variation of leonerd's patch (566661) to
11200                 allow multiple email addresses per JPilot entry.
11201                 addresses may be separated by space, comma, pipe,
11202                 semi-colon, new-line.
11203
11204 2002-06-30 [alfons]     0.7.8claws38
11205
11206         * src/procmsg.c
11207                 simple fix for putting older nodes before
11208                 newer nodes when threading by subject
11209
11210 2002-06-30 [christoph]  0.7.8claws37
11211
11212         * src/folder.c
11213         * src/folderview.c
11214         * src/mh.c
11215         * src/news.c
11216         * src/procmsg.c
11217                 fix broken folder tree rescaning
11218                 and don't use procmsg_get_mark_sum
11219                 anymore
11220
11221 2002-06-30 [christoph]  0.7.8claws36
11222
11223         * merge new cache branch
11224         * src/imap.c
11225                 fix new cache imap copy bug
11226         * src/folder.c
11227                 improved folder_item_scan
11228                 it should now always set the correct
11229                 new, unread and total message counts
11230
11231 2002-06-29 [paul]       0.7.8claws35
11232
11233         * configure.in
11234                 correct syntax error
11235
11236 2002-06-29 [paul]       0.7.8claws34
11237
11238         * configure.in
11239           Makefile.am
11240           man/Makefile.am       ** NEW FILE **
11241           man/sylpheed.1.gz     ** NEW FILE **
11242                 add Sylpheed man page
11243
11244 2002-06-29 [paul]       0.7.8claws33
11245
11246         * po/pt_BR.po
11247                 updated by Fabio Junior Beneditto
11248
11249 2002-06-28 [jens]       0.7.8claws32
11250
11251         * po/de.po
11252                 translation updated
11253
11254         * src/selective_download.c
11255                 removed gettext for space " "
11256
11257         * src/imap.c
11258                 removed wrong space
11259
11260 2002-06-28 [paul]       0.7.8claws31
11261
11262         * sync with 0.7.8cvs11
11263                 see ChangeLog 2002-06-28
11264
11265 2002-06-28 [paul]       0.7.8claws30
11266
11267         * sync with 0.7.8cvs10
11268                 see ChangeLog 2002-06-27 and 2002-06-28
11269
11270 2002-06-26 [paul]       0.7.8claws29
11271
11272         * src/addrgather.c
11273           src/selective_download.c
11274                 don't gettextise empty strings.
11275                 reserved by gettext. gettext("") returns 
11276                 the header entry with meta information, 
11277                 not the empty string
11278
11279         * po/en_GB.po
11280                 updated
11281
11282 2002-06-26 [paul]       0.7.8claws28
11283
11284         * sync with 0.7.8cvs7
11285                 see ChangeLog 2002-06-25
11286
11287         * src/prefs_common.c
11288                 ...and in the process, tweak the gui a little
11289
11290 2002-06-25 [alfons]     0.7.8claws27
11291         
11292         * configure.in
11293         * src/Makefile.am
11294                 fine tune ldap library detection
11295
11296 2002-06-25 [alfons]     0.7.8claws26
11297
11298         * src/compose.c
11299                 don't allow return receipts when composing a news article
11300
11301 2002-06-25 [paul]       0.7.8claws25
11302
11303         * Makefile.am
11304                 add '$(AMTAR)' to 'release' section to allow for
11305                 new and older autotools
11306
11307 2002-06-25 [paul]       0.7.8claws24
11308
11309         * src/summaryview.c
11310                 fix "No more unread messages" persistant pop-up
11311                 window bug
11312
11313 2002-06-25 [paul]       0.7.8claws23
11314
11315         * po/it.po
11316                 updated by Alessandro Maestri
11317
11318 2002-06-25 [paul]       0.7.8claws22
11319
11320         * sync with 0.7.8cvs6
11321                 see ChangeLog 2002-06-25
11322
11323 2002-06-24 [paul]       0.7.8claws21
11324
11325         * tools/update-po
11326                 add GPL copyright information
11327
11328 2002-06-24 [paul]       0.7.8claws20
11329
11330         * tools/Makefile.am
11331           tools/README
11332           tools/update-po       ** NEW FILE **
11333                 add script that eases the creation of *.po files
11334                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11335
11336 2002-06-23 [alfons]     0.7.8claws19
11337
11338         * src/messageview.c
11339                 make notification_convert_header obey const correctness
11340                 (next step will be fixing the broken return receipt)
11341
11342 2002-06-23 [paul]       0.7.8claws18
11343
11344         * src/messageview.c
11345                 fix bug introduced in last commit:
11346                 removed too much code in last commit - put back what's
11347                 needed
11348
11349 2002-06-23 [paul]       0.7.8claws17
11350
11351         * src/messageview.[ch]
11352                 remove code committed in error from locally patched
11353                 source
11354
11355 2002-06-23 [colin]      0.7.8claws16
11356
11357         * src/compose.[ch]
11358                 add compose_entry_select(), used to select the default_to
11359                 email address - hopefully avoiding people sending mails to
11360                 wrong recipients.
11361
11362 2002-06-22 [alfons]     0.7.8claws15
11363
11364         * AUTHORS
11365                 add Bram Metsch & Stanislav Karchebny
11366         * src/smtp.[ch]
11367         * src/prefs_account.[ch]
11368         * src/send.c
11369                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11370                   options.  (see <http://sourceforge.net/tracker/index.php
11371                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11372
11373                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11374                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11375
11376 2002-06-22 [paul]       0.7.8claws14
11377
11378         * sync with 0.7.8cvs5
11379                 see ChangeLog 2002-06-19 and 2002-06-20
11380
11381 2002-06-22 [alfons]     0.7.8claws13
11382
11383         * src/selective_download.c
11384                 fix a stupid mistake I made
11385
11386 2002-06-22 [alfons]     0.7.8claws12
11387
11388         * src/selective_download.[ch]
11389                 fix another unnoticed leak; cleanup code
11390
11391 2002-06-21 [alfons]
11392
11393         * tools/Makefile.am
11394                 gpg-sign <-- gpg-sign-syl
11395
11396 2002-06-21 [alfons]     0.7.8claws11
11397
11398         * src/selective_download.c
11399         * src/selective_download.h
11400                 fix assorted mix of allocation errors (should solve
11401                 problem reported by Philippe GramoullĂ©, see:
11402                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11403
11404 2002-06-20 [melvin]     0.7.8claws10
11405
11406         * tools/gpg-sign *REMOVED*
11407           tools/gpg-sign-syl *ADDED*
11408                 Replaced the gpg clearsigning script with the version using
11409                 xterm instead of ssh-askpass and changed its name.
11410
11411         * README.claws
11412                 Updated actions example to reflect the renaming of the
11413                 gpg clearsigning script.
11414
11415 2002-06-19 [paul]       0.7.8claws9
11416
11417         * sync with 0.7.8claws9
11418                 see ChangeLog 2002-06-18 and 2002-06-19
11419
11420 2002-06-19 [paul]       0.7.8claws8
11421
11422         * sync with 0.7.8cvs1
11423                 see ChangeLog 2002-06-18
11424
11425 2002-06-18 [alfons]     0.7.8claws7
11426
11427         * src/mainwindow.h
11428                 add omitted prototype
11429
11430 2002-06-17 [paul]       0.7.8claws6
11431
11432         * src/mainwindow.c
11433                 fix hiding of exec_btn
11434
11435 2002-06-17 [paul]       0.7.8claws5
11436
11437         * src/pop.c
11438                 remove unneeded code: should_delete() 
11439                 and Pop3State::uidl_todelete_list
11440
11441 2002-06-17 [paul]       0.7.8claws4
11442
11443         * sync with 0.7.8
11444                 see ChangeLog 2002-06-11 and 2002-06-13
11445
11446 2002-06-16 [alfons]     0.7.8claws3
11447         
11448         * src/folder.c
11449                 make sure lock sort mode (claws specific) is
11450                 also persists after a tree rescan
11451
11452 2002-06-16 [alfons]     0.7.8claws2
11453
11454         * src/prefs_folder_item.c
11455         * src/folder.[ch]
11456                 fix persistence of folder sort mode (broken
11457                 by adapting Hiro's new folder persistence code)
11458
11459 2002-06-16 [alfons]     0.7.8claws1
11460
11461         * AUTHORS
11462         * src/logwindow.c
11463         * src/prefscommon.[ch]
11464                 control size of log text in log window; 
11465                 closes patch #569155 submitted by Mitko Haralanov.
11466
11467 2002-06-15 [paul]       0.7.8claws
11468
11469         * release of 0.7.8claws
11470
11471 2002-06-15 [paul]       0.7.7claws
11472
11473         * po/pt_BR.po
11474                 updated by Fabio Junior Beneditto
11475
11476 2002-06-14 [paul]       0.7.6claws49
11477
11478         * po/es.po
11479                 updated by Ricardo Mones Lastra
11480
11481 2002-06-14 [paul]       0.7.6claws48
11482
11483         * po/nl.po
11484                 updated translation by Wilbert Berendsen
11485
11486 2002-06-14 [melvin]     0.7.6claws47
11487
11488         * po/fr.po
11489                 Updated French translation
11490
11491 2002-06-13 [paul]       0.7.6claws46
11492
11493         * src/filesel.c
11494                 allow filename to be typed in, rather than just
11495                 selected by the mouse. Patch by Gustavo Noronha Silva.
11496
11497 2002-06-13 [alfons]     0.7.6claws45
11498
11499         * src/mainwindow.[ch]
11500                 more cleanups (removing unnecessary menu items Expand 
11501                 summary / message view)
11502
11503 2002-06-13 [melvin]     0.7.6claws44
11504
11505         * po/POTFILES.in
11506                 Added src/string_match.c
11507         * src/string_match.c
11508                 Fixed possible buffer overflow.
11509                 Corrected typo.
11510                 Added missing config.h header.
11511         * src/prefs_common.c
11512           src/prefs_matcher.c
11513           src/prefs_scoring.c
11514                 Made some strings translatable (missing _(..)).
11515
11516 2002-06-13 [melvin]     0.7.6claws43
11517
11518         * README.claws
11519                 Corrected action example (verifying clearsigned mail).
11520         * src/prefs_account.c
11521                 Corrected typo.
11522         * src/prefs_common.c
11523                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11524
11525 2002-06-12 [alfons]     0.7.6claws42
11526
11527         * src/summaryview.c
11528                 add init of score column lost in 0.7.6claws42
11529
11530 2002-06-12 [paul]       0.7.6claws41
11531
11532         * src/prefs_account.c
11533                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11534                 behavior of the radio buttons, (from 0.7.7cvs2)
11535
11536 2002-06-11 [alfons]     0.7.6claws40
11537
11538         * src/messageview.[ch]
11539         * src/summaryview.[ch]
11540         * src/summary_search.c
11541         * src/mainwindow.c
11542                 perform a sync to bring in Hiro's separate view implementation 
11543
11544                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11545
11546 2002-06-11 [paul]       0.7.6claws39
11547         
11548         * src/prefs_account.c
11549                 correct a typo on the Receive tab
11550
11551 2002-06-10 [match]      0.7.6claws38
11552
11553         * src/addressbook.c
11554                 Included address completion patch from Gustavo Noronha.
11555
11556 2002-06-10 [paul]       0.7.6claws37
11557
11558         * src/inc.[ch]
11559           src/pop.c
11560           src/prefs_account.[ch]
11561           src/selective_download.[ch]
11562                 apply PATCH #561712
11563                  NEW:
11564                 - check if POP Account
11565                 - Receive Button renamed to Preview
11566                 - Preview Button Popup: preview new/all messages
11567                 - Download Button
11568                 - Account Preferences-->Receive tab checkbutton if you
11569                   want to remove Mail after Download
11570                 -: default YES
11571                 - Account Preferences-->Receive tab checkbutton use
11572                   filtering rules on preview
11573                   (think of delete_on_server)
11574                 -: default YES
11575                 - Account selectable from SD dialog
11576                 - checkbutton to show already downloaded messages if
11577                   all messages are previewed
11578                 - new clist column showing Date
11579                 - ESC KEY close
11580                 FIXES:
11581                 - play ball with UIDL
11582                 - fault tolerant (?) 
11583                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11584
11585 2002-06-10 [melvin]     0.7.6claws36
11586
11587         * README.claws
11588                 Added a hint to ac/README in cvs instructions.
11589
11590         * src/prefs_actions.c
11591                 Made it possible to use a more elaborate command line
11592                 for asynchronous actions, too.
11593
11594 2002-06-10 [melvin]     0.7.6claws35
11595         
11596         * src/prefs_actions.c
11597                 Make it possible to use a more elaborate command line
11598                 (e.g. |foo|bar|cat>there;echo Done|)
11599                 Corrected error message when calling %f, %F and %p commands
11600                 from the compose window.
11601
11602 2002-06-09 [colin]      0.7.6claws34
11603
11604         * src/summaryview.c
11605                 Automatically find unread messages in current folder
11606                 before annoying the user.
11607
11608 2002-06-08 [alfons]     0.7.6claws33
11609
11610         * po/it.po
11611                 remove bad formatting string in it.po translation
11612                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11613
11614 2002-06-08 [paul]       0.7.6claws32
11615
11616         * sync with 0.7.6cvs25
11617                 see ChangeLog 2002-06-07
11618
11619 2002-06-05 [paul]       0.7.6claws31
11620
11621         * src/mainwindow.c
11622                 add 'Sort by locked' and 'Sort by score'
11623
11624 2002-06-05 [paul]       0.7.6claws30
11625
11626         * sync with 0.7.6cvs24
11627                 see ChangeLog 2002-06-04
11628
11629 2002-06-04 [paul]       0.7.6claws29
11630
11631         * po/pt_BR.po
11632                 updated by Fabio Junior Beneditto
11633
11634 2002-06-03 [thorsten]   0.7.6claws28
11635
11636         * src/matcher.c
11637                 fclose() matcherrc after reading
11638
11639 2002-06-03 [paul]       0.7.6claws27
11640
11641         * sync with 0.7.6cvs21
11642                 see ChangeLog 2002-05-31
11643
11644 2002-05-31 [paul]       0.7.6claws26
11645
11646         * sync with 0.7.6cvs20
11647                 see ChangeLog 2002-05-29 and 2002-05-30
11648
11649 2002-05-31 [paul]       0.7.6claws25
11650
11651         * src/imap.c
11652                 hopefully fix last buggy sync
11653
11654         * README.claws
11655                 correct typo in 'Actions' examples
11656
11657 2002-05-29 [paul]       0.7.6claws24
11658
11659         * sync with 0.7.6cvs18
11660                 see ChangeLog 2002-05-28 and 2002-05-29
11661
11662         * src/news.c
11663           src/nntp.[ch]
11664                 sync with above 
11665
11666 2002-05-28 [paul]       0.7.6claws23
11667
11668         * sync with 0.7.6cvs16
11669                 see ChangeLog 2002-05-28
11670
11671 2002-05-27 [thorsten]   0.7.6claws22 
11672
11673         * faq/it/sylpheed-faq-1.html
11674           faq/it/sylpheed-faq-2.html
11675           faq/it/sylpheed-faq-3.html
11676           faq/it/sylpheed-faq.html
11677                 corrected DOS lineendings
11678         * faq/de/sylpheed-faq-1.html
11679           faq/de/sylpheed-faq-2.html
11680           faq/en/sylpheed-faq-1.html
11681           faq/en/sylpheed-faq-2.html
11682           faq/en/sylpheed-faq-3.html
11683           faq/es/sylpheed-faq-1.html
11684           faq/es/sylpheed-faq-2.html
11685           faq/es/sylpheed-faq-3.html
11686           faq/fr/sylpheed-faq-1.html
11687           faq/it/sylpheed-faq-1.html
11688           faq/it/sylpheed-faq-2.html
11689           faq/it/sylpheed-faq-3.html
11690           faq/it/sylpheed-faq.html
11691                 changed ">" to &quot;
11692
11693 2002-05-27 [paul]       0.7.6claws21
11694         
11695         * sync with 0.7.6cvs15
11696                 see ChangeLog 2002-05-27
11697
11698 2002-05-27 [paul]       0.7.6claws20
11699
11700         * src/prefs_account.c
11701                 correct a typo
11702
11703 2002-05-26 [paul]       0.7.6claws19
11704
11705         * tools/README
11706                 correct a typo
11707
11708 2002-05-25 [paul]       0.7.6claws18
11709
11710         * tools/README
11711                 add description of kmail2sylpheed.pl
11712
11713 2002-05-25 [paul]       0.7.6claws17
11714
11715         * tools/kmail2sylpheed.pl       ** NEW FILE **
11716                 perl script that converts an exported Kmail address
11717                 book, converts it to sylpheed addressbook file,
11718                 writes the file to .sylpheed, and updates
11719                 addrbook--index.xml 
11720
11721 2002-05-25 [paul]       0.7.6claws16
11722
11723         * sync with 0.7.6cvs14
11724                 see ChangeLog 2002-05-23
11725
11726 2002-05-24 [paul]       0.7.6claws15
11727
11728         * README.claws
11729                 make a correction and add some more info
11730
11731 2002-05-24 [paul]       0.7.6claws14
11732
11733         * src/compose.c
11734                 fix memory leak in 
11735                 compose_redirect_write_headers_from_headerlist()
11736                 add Subject and Resent-Message-ID to
11737                 compose_redirect_write_headers()
11738                 Received, Subject, and X-UIDL are filtered out in 
11739                 compose_redirect_write_to_file()
11740
11741 2002-05-23 [paul]       0.7.6claws13
11742
11743         * src/compose.[ch]
11744           src/filtering.c
11745           src/mainwindow.c
11746           src/matcher.[ch]
11747           src/matcher_parser_lex.l
11748           src/matcher_parser_parse.y
11749           src/prefs_common.[ch]
11750           src/prefs_filtering.c
11751           src/summaryview.c
11752                 rename 'Bounce' to 'Redirect'
11753
11754 2002-05-23 [paul]       0.7.6claws12
11755
11756         * more sync with 0.7.6cvs13
11757           src/compose.c
11758                 see ChangeLog 2002-05-22
11759
11760 2002-05-22 [paul]       0.7.6claws11
11761
11762         * sync with 0.7.6cvs13
11763           src/codeconv.c
11764                 see ChangeLog 2002-05-20
11765           src/prefs_common.c
11766                 see ChangeLog 2002-05-22
11767
11768 2002-05-21 [melvin]     0.7.6claws10
11769
11770         * src/folderview.c
11771                 Added missing filtering and scoring headers
11772                 Fixed bad function call that showed garbage 
11773                 in Folder->Processing
11774
11775 2002-05-21 [paul]       0.7.6claws9
11776
11777         * tools/Makefile.am
11778                 make all tools executable, (patch by Alfons).
11779
11780 2002-05-20 [alfons]     0.7.6claws8
11781
11782         * src/procheader.c
11783                 don't forget to call mktime() so we have a valid week 
11784                 and year day
11785                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11786
11787 2002-05-20 [paul]       0.7.6claws7
11788
11789         * src/html.c
11790                 fix broken parsing of urls
11791         * src/textview.c
11792                 fix displaying of urls
11793
11794                 both fixes from the patch [547855] by Eugene 
11795                 Brevdo (zonem)
11796
11797 2002-05-19 [alfons]     0.7.6claws6
11798
11799         * configure.in
11800                 make sylpheed configure correctly with the latest
11801                 and greatest of automake / autoconf / gettext
11802
11803 2002-05-19 [alfons]     0.7.6claws5
11804
11805         * src/procheader.c
11806         * src/procheader.h
11807                 add function for returning ime zone offset
11808         * src/quote_fmt.c
11809         * src/quote_fmt_parse.y
11810                 better quotation formatting - does not convert
11811                 to local time, but uses the original date string.
11812                 
11813                 Note: %z inserts the timezone offset (should 
11814                 work also on platforms where strftime does not
11815                 support %z).
11816
11817 2002-05-18 [christoph]  0.7.6claws4
11818
11819         * src/summaryview.c
11820                 fix indentation of some code
11821         * tools/Makefile.am
11822                 fix spaces after \
11823         * src/Makefile.am
11824                 add missing \
11825                 correct path for ignorethread.xpm
11826                 incorrect filename for sylpheed_logo.xpm
11827                 add missing include matcher_parser_parse.h
11828
11829 2002-05-18 [paul]       0.7.6claws3
11830
11831         * sync with 0.7.6cvs8
11832                 see ChangeLog 2002-05-16 and 2002-05-17
11833
11834 2002-05-18 [melvin]     0.7.6claws2
11835
11836         * README.claws
11837                 Corrected an action's definition and fixed some misspellings.
11838
11839 2002-05-18 [paul]       0.7.6claws1
11840
11841         * tools/Makefile.am
11842           tools/gpg-sign        ** new file **
11843           tools/uudec           ** new file **
11844                 add Melvin's Actions scripts
11845
11846         * README.claws
11847                 add Melvin's descriptions for Actions
11848
11849 2002-05-18 [paul]       0.7.6claws
11850
11851         * Version 0.7.6claws released
11852
11853 2002-05-17 [paul]       0.7.5claws32
11854
11855         * po/es.po
11856                 updated by Ricardo Mones Lastra
11857
11858 2002-05-17 [paul]       0.7.5claws31
11859
11860         * src/compose.c
11861                 fix Account prefs default folder for sent/draft/deleted
11862                 messages bug
11863
11864         * po/it.po
11865           po/nl.po
11866                 updated translation by Alessandro Maestri and
11867                 Wilbert Berendsen
11868
11869 2002-05-17 [melvin]     0.7.5claws30
11870
11871         * src/prefs_actions.c
11872                 Fixed bug where using %F not at the end of the command 
11873                 resulted in an additional empty argument being created.
11874                 Thanks to Darko Koruga for reporting the bug.
11875
11876 2002-05-17 [melvin]     0.7.5claws29
11877
11878         * po/fr.po
11879                 Updated French translations.
11880
11881 2002-05-15 [paul]       0.7.5claws28
11882         
11883         * po/es.po
11884                 updated by Ricardo Mones Lastra
11885
11886 2002-05-15 [paul]       0.7.5claws27
11887
11888         * sync with 0.7.6cvs4
11889                 see ChangeLog 2002-05-14 and 2002-05-15
11890
11891 2002-05-14 [paul]       0.7.5claws26
11892
11893         * sync with 0.7.6cvs1
11894                 see ChangeLog 2002-05-13
11895
11896 2002-05-13 [thorsten]   0.7.5claws25
11897
11898         * src/messageview.c
11899                 fix select_all and copy in multipart messages
11900         * src/mainwindow.c
11901                 fix select_all and copy in multipart messages
11902
11903 2002-05-12 [paul]       0.7.5claws24
11904
11905         * src/summaryview.c
11906                 reverse last commit, bug already fixed in 0.7.5claws3
11907
11908 2002-05-12 [netztorte]  0.7.5claws23
11909
11910         * src/summaryview.c
11911                 dont parse empty addressbook (checked in before claws20)
11912
11913 2002-05-12 [melvin]     0.7.5claws22
11914
11915         * src/procmsg.[ch]
11916                 Removed unneeded priority code introduced by the previous 
11917                 commit.
11918
11919 2002-05-12 [melvin]     0.7.5claws21
11920
11921         * src/compose.[ch]
11922                 Added possibility to set message's priority.
11923         * src/procmsg.[ch]
11924                 Added possibility to set message's priority.
11925                 Added missing headers
11926
11927 2002-05-12 [melvin]     0.7.5claws20
11928
11929         * src/prefs_actions.c
11930                 Removed implicitely added quotes around the name
11931                 of the temporary files of mime parts.
11932
11933 2002-05-12 [paul]       0.7.5claws19
11934
11935         * sync with 0.7.5cvs20
11936                 see ChangeLog 2002-05-11
11937
11938 2002-05-12 [alfons]     0.7.5claws18
11939
11940         * src/quote_fmt_lex.l
11941         * src/quote_fmt_parse.y
11942                 allow quote / reply date & time format to be set using
11943                 %D{format}. format is a format string you'd pass to
11944                 strftime() (see man strftime, or the Display tab |
11945                 Date format setting).
11946
11947                 Currently %D converts the date to local time. 
11948
11949 2002-05-11 [paul]       0.7.5claws17
11950
11951         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11952                 see ChangeLog 2002-05-10 and 2002-05-11
11953
11954 2002-05-10 [paul]       0.7.5claws16
11955
11956         * sync with 0.7.5cvs16
11957                 see ChangeLog entries 2002-05-09 and 
11958                 2002-05-10
11959
11960 2002-05-10 [colin]      0.7.5claws15
11961
11962         * src/textview.c
11963                 Corrected a bug that prevented sylpheed to open
11964                 double-clicked URIs.
11965
11966 2002-05-09 [paul]       0.7.5claws14
11967
11968         * sync with 0.7.5cvs14
11969                 see ChangeLog 2002-05-08 and 2002-05-09
11970
11971 2002-05-08 [paul]       0.7.5claws13
11972
11973         * sync with 0.7.5cvs11
11974                 see ChangeLog entry 2002-05-08
11975
11976 2002-05-08 [paul]       0.7.5claws12
11977
11978         * src/mainwindow.c
11979           src/textview.[ch]
11980                 fix segfault on View->Open in new window
11981                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11982
11983 2002-05-07 [paul]       0.7.5claws11
11984
11985         * sync with 0.7.5cvs9
11986                 see ChangeLog entry 2002-05-07
11987
11988 2002-05-06 [paul]       0.7.5claws10
11989
11990         * src/messageview.c
11991           src/textview.c
11992                 display url in statusbar on single-click
11993                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11994
11995 2002-05-06 [match]      0.7.5claws9
11996
11997         * src/addritem.[ch]
11998                 new functions.
11999         * src/addrcache.c
12000                 tidy up.
12001         * src/xmlprops.[ch]
12002                 XML implementation of properties file.
12003         * src/exporthtml.[ch]
12004         * src/expthtmldlg.[ch]
12005         * src/addressbook.c
12006                 export to HTML.
12007
12008 2002-05-02 [sergey]     0.7.5claws8
12009
12010         * src/mainwindow.c (mainwin_entries),
12011           src/prefs_common.c (prefs_send_create()),
12012           src/codeconv.c (locale_table):
12013                 use charset name "Windows-1251" instead of "CP1251".
12014
12015 2002-05-02 [colin]      0.7.5claws7
12016         
12017         * src/compose.c
12018           src/prefs_common.c
12019           src/prefs_folder_item.c
12020                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12021
12022 2002-05-02 [hiro]       0.7.5claws6
12023
12024         * src/imap.c
12025                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12026
12027 2002-05-02 [paul]       0.7.5claws5
12028
12029         * src/compose.c
12030                 more sync with 0.7.5cvs7, see ChangeLog entry
12031                 2002-05-02
12032
12033 2002-05-02 [hiro]       0.7.5claws4
12034
12035         * src/compose.c
12036                 compose_queue_sub():
12037                 check if queue folder exists (closes #550397).
12038                 removed directory creation since it should be handled
12039                 transparently.
12040         * src/imap.c
12041                 imap_add_msg(): return UID for appended message
12042                 (closes #548842).
12043
12044 2002-04-30 [paul]       0.7.5claws3
12045
12046         * src/summaryview.c
12047                 fix account_find_from_address() bug
12048
12049 2002-04-28 [colin]      0.7.5claws2
12050
12051         * src/compose.c
12052           src/textview.c
12053           src/prefs_common.[ch]
12054           src/utils.[ch]
12055                 Added user-definable quotation characters recognition.
12056
12057 2002-04-28 [paul]       0.7.5claws1
12058
12059         * sync with 0.7.5cvs4
12060                 see ChangeLog entry  2002-04-25
12061
12062 2002-04-28 [paul]       0.7.5claws
12063
12064         * po/es.po
12065           po/nl.po
12066           po/pt_BR.po
12067                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12068                 Fabio Junior Beneditto
12069
12070 2002-04-27 [jens]       0.7.4claws103
12071
12072         * po/de.po
12073                 updated German translation.
12074
12075 2002-04-27 [hiro]       0.7.4claws102
12076
12077         * src/summaryview.c
12078                 summary_write_cache(): fixed the mark loss of hidden messages.
12079
12080 2002-04-26 [melvin]     0.7.4claws101
12081
12082         * src/procmsg.c
12083                 fixed a second typo (same one)
12084         * po/fr.po
12085           po/it.po
12086           po/pt_BR.po
12087                 fixed the type again...
12088
12089 2002-04-26 [melvin]     0.7.4claws100
12090
12091         * src/procmsg.c
12092                 fixed a typo in an alert message ("temorary").
12093         * po/it.po
12094         * po/pt_BR.po
12095                 corrected the typo  described above.
12096         * po/fr.po
12097                 updated French translation.
12098
12099 2002-04-26 [darko]      0.7.4claws99
12100
12101         * src/summaryview.c
12102                 fix target folder colorization
12103
12104 2002-04-25 [paul]       0.7.4claws98
12105
12106         * po/it.po
12107                 updated by Alessandro Maestri
12108
12109 2002-04-24 [colin]      0.7.4claws97
12110         
12111         * src/compose.c
12112                 Fixed double "subject is empty" question.
12113
12114 2002-04-23 [colin]      0.7.4claws96
12115         
12116         * src/mimeview.c
12117                 Corrected issue when "automatically display images" was
12118                 not set : first image remained after selecting second.
12119
12120 2002-04-23 [melvin]     0.7.4claws95
12121
12122         * src/prefs_actions.c
12123                 Don't display in/out dialog if there is nothing to show.
12124
12125 2002-04-23 [paul]       0.7.4claws94
12126
12127         * sync with 0.7.5cvs3
12128                 bug fixes: see ChangeLog entry 2002-04-23
12129
12130 2002-04-22 [darko]      0.7.4claws93
12131
12132         * src/compose.c
12133                 fix previous check-in which changed code after
12134                 merge from main
12135
12136 2002-04-22 [paul]       0.7.4claws92
12137
12138         * faq/de/*
12139                 add German FAQ
12140         * faq/en/*
12141           faq/es/*
12142           faq/fr/*
12143                 update English, Spanish and French FAQs
12144         * manual/de/*
12145           manual/es/*
12146                 add German and Spanish manuals
12147         * manual/en/*
12148           manual/fr/*
12149                 update English and French manuals
12150
12151         * src/Makefile.am
12152                 add to and re-arrange the pixmap entries
12153
12154 2002-04-22 [darko]      0.7.4claws91
12155
12156         * src/compose.c
12157                 fix sender initials recognition to only allow
12158                 '>' after the initials
12159
12160 2002-04-21 [paul]       0.7.4claws90
12161
12162         * sync with 0.7.5 release
12163                 see ChangeLog entry 2002-04-21
12164
12165 2002-04-21 [alfons]
12166
12167         * src/Makefile.am
12168                 add colin's new pixmaps to EXTRA_DIST
12169
12170 2002-04-21 [colin]      0.7.4claws89
12171         * src/compose.c
12172         * src/inc.c
12173         * src/mainwindow.[ch]
12174         * src/prefs_common.[ch]
12175         * src/stock_pixmap.[ch]
12176                 Added "Work offline" ability.
12177
12178 2002-04-21 [colin]      0.7.4claws88
12179         
12180         * src/mimeview.c
12181         * src/prefs_common.c
12182         * src/prefs_common.h
12183         * src/textview.c : Added an option to common preferences -> display
12184           to allow user not to automatically display images.
12185
12186 2002-04-21 [paul]       0.7.4claws87
12187
12188         * sync with 0.7.4cvs52
12189                 see ChangeLog entry 2002-04-21 (src/imap.c)
12190
12191 2002-04-21 [paul]       0.7.4claws86
12192
12193         * sync with 0.7.4cvs51
12194                 see ChangeLog entry 2002-04-21
12195
12196 2002-04-21 [paul]       0.7.4claws85
12197
12198         * sync with 0.7.4cvs49
12199                 see ChangeLog entries 2002-04-20 and 2002-04-21
12200
12201         * src/Makefile.am
12202                 clean up: remove old 'stock_' element from xpm 
12203                 filenames.
12204
12205 2002-04-21 [alfons]     0.7.4claws84
12206
12207         apply sync patch from Paul
12208
12209         * src/folderview.c
12210                 use old claws prefs_folder_item_create() for now
12211
12212 2002-04-19 [match]      0.7.4claws83
12213
12214         * src/addressbook.[ch]
12215         * src/addrharvest.[ch]
12216         * src/addrgather.[ch]
12217                 recurse folders.
12218         * src/mainwindow.c
12219         * src/summaryview.[ch]
12220                 change menu option.
12221
12222 2002-04-19 [paul]       0.7.4claws82
12223
12224         * po/pt_BR.po
12225                 updated by Fabio Junior Beneditto
12226
12227 2002-04-14 [alfons]     0.7.4claws81
12228
12229         * src/passphrase.c
12230                 add #include <sys/types.h> for mode_t and off_t 
12231
12232 2002-04-13 [paul]       0.7.4claws80
12233         
12234         * src/main.c
12235           src/passphrase.[ch]
12236           src/pgptext.c
12237           src/prefs_common.[ch]
12238           src/rfc2015.c
12239                 enable storing of GnuPG passphrase for the whole 
12240                 session or a user-defined number of minutes. patch 
12241                 submitted by Ravemax <ravemax@dextrose.com>
12242
12243 2002-04-13 [alfons]     0.7.4claws79
12244
12245         * src/textview.c
12246                 make email parser also stop scanning when encountering separators
12247                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12248
12249 2002-04-13 [paul]       0.7.4claws78
12250
12251         * sync with 0.7.4cvs39
12252                 see ChangeLog entry 2002-04-12
12253
12254 2002-04-11 [paul]       0.7.4claws77
12255
12256         * sync with 0.7.4cvs37
12257                 see ChangeLog entry 2002-04-11
12258
12259 2002-04-11 [paul]       0.7.4claws76
12260
12261         * COPYING 
12262                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12263                 the clause for OpenSSL). sync with sylpheed main
12264
12265 2002-04-09 [melvin]     0.7.4claws75
12266
12267         * src/compose.c
12268                 Made 'Ctrl-Enter' on send ignore some modifiers 
12269                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12270                 to bind other *-Enter (but not Alt-Enter).
12271
12272 2002-04-09 [paul]       0.7.4claws74
12273
12274         * sync with 0.7.4cvs35
12275                 see ChangeLog entries 2002-04-09
12276
12277 2002-04-08 [paul]       0.7.4claws73
12278
12279         * sync with 0.7.4cvs33
12280                 see ChangeLog entry 200-04-08
12281
12282 2002-04-07 [match]      0.7.4claws72
12283
12284         * src/addrharvest.[ch]
12285                 fixed to read all addresses in header, regardless
12286                 of header size. improved name parsing. accommodate
12287                 harvest from folders and selected message.
12288         * src/addritem.[ch]
12289                 included new address parsing function.
12290         * src/addrgather.[ch]
12291         * src/addressbook.[ch]
12292         * src/summaryview.[ch]
12293         * src/mainwindow.c
12294                 allow address harvest of folder as well as selected
12295                 messages.
12296
12297 2002-04-07 [paul]       0.7.4claws71
12298
12299         * src/esmtp.[ch]
12300           src/smtp.c
12301                 don't try to authenticate with CRAM-MD5 in SMTP when 
12302                 SMTP-AUTH enabled if MTA doesn't issue this 
12303                 auth-method in it's ehlo-response. bug item #531364,
12304                 patch item #938910. patch submitted by Colin Leroy 
12305                 <colin@colino.net>
12306
12307 2002-04-07 [paul]       0.7.4claws70
12308
12309         * src/nntp.c
12310                 fix missing MODE_READER bug. patch submitted by
12311                 Colin Leroy <colin@colino.net>
12312
12313 2002-04-07 [alfons]     0.7.4claws69
12314
12315         * src/matcher.[ch]
12316         * src/prefs_filtering.c
12317         * src/summaryview.c
12318                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12319                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12320
12321 2002-04-07 [paul]       0.7.4claws68
12322
12323         * sync with 0.7.4cvs32
12324                 see ChangeLog entry 2002-04-06
12325
12326         * tools/filter_conv.pl
12327                 more bug fixes
12328
12329 2002-04-06 [paul]       0.7.4claws67
12330
12331         * tools/filter_conv.pl
12332                 modify to be able to find the name of the first
12333                 mailbox and use that. main's filter does not
12334                 record the full path to the mailbox and therefore
12335                 can only filter to the first mailbox.
12336
12337 2002-04-05 [paul]       0.7.4claws66
12338
12339         * tools/filter_conv.pl
12340                 attempt to make the script all-encompassing and
12341                 be able to convert any main 'filter' rule thrown
12342                 at it
12343
12344 2002-04-05 [paul]       0.7.4claws65
12345
12346         * tools/filter_conv.pl
12347                 allow for collapsed folder trees
12348
12349 2002-04-05 [paul]       0.7.4claws64
12350
12351         * sync with 0.7.4cvs31
12352                 see ChangeLog entries 2002-04-05
12353
12354 2002-04-03 [paul]       0.7.4claws63
12355
12356         * sync with 0.7.4cvs29
12357                 see ChangeLog entries 2002-04-02 and 2002-04-03
12358
12359 2002-04-02 [paul]       0.7.4claws62
12360
12361         * sync with 0.7.4cvs26
12362                 see ChangeLog entry 2002-04-01
12363
12364 2002-04-02 [match]      0.7.4claws61
12365
12366         * src/pine.[ch]
12367         * src/importpine.[ch]
12368         * src/addressbook.c
12369                 import Pine address book.
12370
12371 2002-04-02 [match]      0.7.4claws60
12372
12373         * src/addrharvest.[ch]
12374                 improve address parsing of funky addresses.
12375
12376 2002-04-02 [darko]      0.7.4claws59
12377
12378         * src/compose.c
12379                 wrap on send improvements, it now recognizes quoted
12380                 initials as part of the quotation string, and it
12381                 does not join lines separated by CR
12382
12383 2002-04-01 [match]      0.7.4claws58
12384
12385         * src/mgutils.[ch]
12386                 added new functions.
12387         * src/mutt.[ch]
12388                 remove excessive duplicate address generation
12389                 on import.
12390
12391 2002-04-01 [alfons]     0.7.4claws57
12392         
12393         * src/summaryview.c
12394                 put back g_free() 
12395
12396 2002-04-01 [paul]       0.7.4claws56
12397
12398         * sync with 0.7.4cvs25
12399                 see ChangeLog entry 2002-04-01
12400
12401 2002-04-01 [alfons]     0.7.4aprilfool55
12402
12403         * src/summaryview.c
12404                 honour feature request item #537427 to allow for
12405                 displaying names from address book for sent mail also
12406
12407 2002-03-29 [paul]       0.7.4claws54
12408
12409         * src/mainwindow.c
12410           src/prefs_filtering.[ch]
12411           src/prefs_matcher.c
12412           src/summaryview.c
12413                 add 'fast filter' for claws' filtering,
12414                 /Tools/Create filter rule/... patch submitted
12415                 by Neill Miller <neillm@thecodefactory.org>
12416
12417 2002-03-29 [paul]       0.7.4claws53
12418
12419         * sync with 0.7.4cvs24
12420                 see ChangeLog entry 2002-03-29
12421
12422 2002-03-28 [paul]       0.7.4claws52
12423
12424         * sync with 0.7.4cvs23
12425                 see ChangeLog entry 2002-03-28
12426
12427 2002-03-27 [melvin]     0.7.4claws51
12428
12429         * src/prefs_actions.c
12430                 Added support to pass only one message part (as a
12431                 file) to the command using '%p'. No quotes are needed
12432                 because doubles quotes are automatically added.
12433                 Fixed bug where Sylpheed could block when waiting for
12434                 a child process to finish.
12435                 Changed the help menu to remove quotes around symbols to 
12436                 avoid misinterpretation (they must not be used).
12437
12438 2002-03-27 [melvin]     0.7.4claws50
12439
12440         * src/inc.c
12441                 Made the new mail notification command always 
12442                 execute asynchronously.
12443
12444 2002-03-27 [paul]       0.7.4claws49
12445
12446         * src/compose.c
12447                 fix bug introduced in last commit
12448
12449 2002-03-27 [paul]       0.7.4claws48
12450
12451         * sync with 0.7.4cvs21
12452                 see ChangeLog 2002-03-26 and 2002-03-27
12453
12454 2002-03-26 [hoa]        0.7.4claws47
12455
12456         * src/prefs_folder_item.c
12457                 really fixed the bug #516442 with folder rescan.
12458
12459 2002-03-26 [paul]       0.7.4claws46
12460
12461         * sync with 0.7.4cvs19
12462                 see ChangeLog entries 2002-03-25 and 2002-03-26
12463
12464 2002-03-25 [hoa]        0.7.4claws45
12465
12466         * src/matcher.c
12467         * src/mh.c
12468                 fix the bug #516442 with folder rescan.
12469
12470         * src/prefs_common.[ch]
12471         * src/compose.c
12472                 added an option to enable two different behaviours
12473                 for bounce.
12474
12475
12476 2002-03-25 [paul]       0.7.4claws44
12477
12478         * src/mainwindow.c
12479           src/selective_download.c
12480                 correct a few menuitem labels
12481
12482 2002-03-25 [christoph]  0.7.4claws43
12483
12484         * src/procmsg.c
12485                 fix non deleted tmp message in
12486                 procmsg_save_to_outbox
12487                 fix problems caused by sync with
12488                 main branch's procmsg_send_queue
12489
12490 2002-03-25 [paul]       0.7.4claws42
12491
12492         * src/quote_fmt.c
12493           src/quote_fmt_lex.l
12494           src/quote_fmt_parse.y
12495                 add Last name (%L) placeholder for quoting. 
12496                 patch submitted by Thorsten Thielen 
12497                 <thth@users.sourceforge.net>
12498
12499 2002-03-25 [paul]       0.7.4claws41
12500
12501         * src/utils.c
12502                 get full hostname. patch submitted by
12503                 Bob Woodside <rwoodside1@comcast.net>
12504
12505 2002-03-25 [paul]       0.7.4claws40
12506
12507         * src/account.c
12508           src/news.c
12509           src/nntp.[ch]
12510           src/prefs_account.[ch]
12511                 enable NNTP over SSL. patch submitted by
12512                 Pascal Jermini <pascal@infinity.hn.org>
12513
12514 2002-03-24 [paul]       0.7.4claws39
12515
12516         * src/prefs_common.c
12517                 make the arrangement of the Compose tab more
12518                 coherent
12519
12520         * src/mainwindow.c
12521                 fix some irregularities of style
12522
12523         * po/de.po
12524                 updated by Kilian Krause
12525
12526 2002-03-23 [paul]       0.7.4claws38
12527
12528         * po/pt_BR.po
12529                 updated by Fabio Junior Beneditto
12530
12531 2002-03-23 [paul]       0.7.4claws37
12532
12533         * src/mainwindow.c
12534                 move 'Gather addresses' to 'Tools' menu
12535                 make 'Selective download' sensitive
12536
12537 2002-03-23 [paul]       0.7.4claws36
12538
12539         * sync with 0.7.4cvs16
12540                 see ChangeLog entries 2002-03-23
12541
12542 2002-03-22 [christoph]  0.7.4claws35
12543
12544         * src/quote_fmt_parse.y
12545                 fix include program output
12546
12547 2002-03-22 [alfons]     0.7.4claws34
12548
12549         * src/pop.c
12550                 initialize GDate stack variable correctly (sorry!)
12551
12552 2002-03-22 [paul]       0.7.4claws33
12553
12554         * src/compose.c
12555           src/mainwindow.c
12556           src/prefs_actions.c
12557           src/prefs_common.c
12558                 rename 'Tool' to 'Tools'
12559
12560         * src/mainwindow.c
12561                 move 'Delete duplicated messages' from
12562                 'Message/' to 'Tools/'
12563                 re-arrange the order of 'Tools/' items
12564
12565 2002-03-22 [paul]       0.7.4claws32
12566
12567         * src/addr_compl.c
12568           src/addressbook.[ch]
12569                 auto-address completion now also matches on
12570                 Nickname. patch submitted by Bob Forsman 
12571                 <hammor@users.sourceforge.net>
12572
12573         * src/editaddress.c
12574                 correct a spelling mistake
12575
12576 2002-03-22 [alfons]     0.7.4claws31
12577
12578         * src/pop.c
12579                 fix getting uidl from incorrect string 
12580                 (spotted by Colin)
12581
12582 2002-03-21 [alfons]     0.7.4claws30
12583
12584         * src/pop.c
12585                 more code refactoring
12586                 plug mem leak introduced by delete on server
12587
12588 2002-03-21 [paul]       0.7.4claws29
12589
12590         * sync with 0.7.4cvs11
12591                 see ChangeLog entries 2002-03-20
12592
12593 2002-03-20 [alfons]     0.7.4claws28
12594
12595         * src/inc.c
12596                 apply Colin's patch and refactor
12597
12598 2002-03-20 [paul]       0.7.4claws27
12599
12600         * sync with sylpheed 0.7.4cvs9
12601                 see ChangeLog entry 2002-03-20
12602
12603 2002-03-19 [christoph]  0.7.4claws26
12604
12605         * src/mh.c
12606         * src/procmsg.[ch]
12607         * src/summaryview.c
12608                 revert changes for flag updates
12609                 (does not work correctly and no time to debug)
12610
12611 2002-03-20 [alfons]     0.7.4claws25
12612
12613         * src/pop.c
12614                 refactor should_delete() a little bit 
12615
12616 2002-03-19 [paul]       0.7.4claws24
12617
12618         * src/inc.[ch]
12619           src/pop.c
12620           src/prefs_account.[ch]
12621                 allow the user to leave downloaded mail on the 
12622                 server for n days. Patch submitted by Colin Leroy 
12623                 <colin@colino.net>
12624
12625 2002-02-19 [paul]       0.7.4claws23
12626
12627         * sync with sylpheed 0.7.4cvs8
12628                 see ChangeLog entries 2002-03-19
12629
12630 2002-03-18 [paul]       0.7.4claws22
12631
12632         * sync with sylpheed 0.7.4cvs6
12633                 see ChangeLog entry 2002-03-18
12634
12635 2002-03-18 [paul]       0.7.4claws21
12636
12637         * po/en_GB.po
12638                 add en_GB message catalogue
12639
12640         * src/mbox_folder.c
12641           src/prefs_account.c
12642           src/prefs_actions.c
12643                 correct a few spelling mistakes
12644
12645 2002-03-17 [alfons]     0.7.4claws20
12646
12647         * src/matcher.c
12648                 more stringent checks for NULL params when writing
12649                 filtering actions to a file
12650                 
12651 2002-03-17 [hoa]        0.7.3claws20
12652
12653         * src/news.c
12654                 fixed the count of new messages
12655
12656         * src/compose.c
12657                 fixed the "attachment properties" window
12658
12659 2002-03-17 [paul]       0.7.4claws19
12660
12661         * src/defs.h
12662           src/folder.h
12663           src/news.c
12664           src/prefs_account.[ch]
12665           src/procmsg.[ch]
12666           src/summaryview.c
12667                 automatically mark cross-posted messages as read 
12668                 and (optionally) give them a colour label
12669                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12670                 
12671
12672 2002-03-17 [paul]       0.7.4claws18
12673
12674         * sync with sylpheed 0.7.4cvs5
12675                 see ChangeLog entry 2002-03-17
12676
12677 2002-03-17 [melvin]     0.7.4claws17
12678         
12679         * src/textview.c
12680                 Worked around a gtktext 'bug': when searching for 
12681                 a text in a long message it was scrolling slowly
12682                 line by line until it hit the searched text.
12683         * po/fr.po
12684                 Updated French translation
12685
12686 2002-03-17 [melvin]     0.7.4claws16
12687
12688         * src/mainwindow.c
12689         * src/compose.c
12690         * src/prefs_actions.c
12691                 Moved "Edit/Actions" to "Tool/Actions"
12692                 Made mainwindow/compose window sensitive as soon as
12693                 no child process is running anymore even if the io dialog
12694                 is open.
12695                 Fixed a struct being initialized with a non constant char*
12696
12697 2002-03-16 [christoph]  0.7.4claws15
12698
12699         * configure.in
12700                 add --with-compiler-flags option
12701                 (only for developer hacking)
12702         * src/mh.c
12703         * src/procmsg.[ch]
12704         * src/summaryview.c
12705                 try to make folder-stats and flag handling more
12706                 independent from the summaryview. msgcounts
12707                 are only set when the folder is opened and
12708                 procmsg_msginfo_(un)set_flags will handle it
12709                 later and summaryview will get the values
12710                 from the folder.
12711
12712 2002-03-16 [paul]       0.7.4claws14
12713
12714         * src/messageview.c
12715                 fix Return-receipt. Patch submitted by Bob
12716                 Woodside <rwoodside1@comcast.net>
12717
12718 2002-03-16 [paul]       0.7.4claws13
12719
12720         * src/compose.c
12721                 fix 'dynamic' signatures, make it work again
12722                 broken during sync on 2002-03-14 (0.7.4claws2)
12723
12724 2002-03-15 [match]      0.7.4claws12
12725
12726         * src/addrharvest.[ch]
12727         * src/addrgather.[ch]
12728         * src/addressbook.[ch]
12729         * src/mainwindow.c
12730                 included address harvester feature. still some
12731                 issues with address parsing that I will fix.
12732
12733 2002-03-15 [match]      0.7.4claws11
12734
12735         * src/addrbook.[ch]
12736         * src/addrcache.[ch]
12737         * src/addressbook.[ch]
12738         * src/addrindex.c
12739         * src/editbook.c
12740         * src/importldif.c
12741         * src/importmutt.c
12742         * src/jpilot.[ch]
12743         * src/main.c
12744         * src/syldap.[ch]
12745         * src/vcard.[ch]
12746                 tidy up. fix memory leaks. moved attribs and methods
12747                 from individual interfaces to addrcache object. prep
12748                 for new stuff to come in.
12749
12750 2002-03-15 [alfons]     0.7.4claws10
12751
12752         * src/matcher.[ch]
12753         * src/matcher_parser_parse.y
12754         * src/matcher_parser_lex.l
12755         * src/prefs_matcher.c
12756                 add filtering conditions message greater than, smaller 
12757                 than, and exactly matching a size in bytes
12758                 (does not work with delete from POP3 server yet)
12759
12760                 this should also give others an idea what you should
12761                 do to add new criterions to claws filtering system
12762                 
12763
12764 2002-03-15 [paul]       0.7.4claws9
12765
12766         * tools/filter_conv.pl
12767                 exit if there are no filter rules to convert
12768                 rename filterrc to filterrc.old after completion
12769
12770 2002-03-15 [paul]       0.7.4claws8
12771
12772         * sync with sylpheed 0.7.4cvs3
12773                 see ChangeLog entry 2002-03-14
12774
12775 2002-03-14 [paul]       0.7.4claws7
12776
12777         * src/compose.c
12778                 clean up the last commit (ahem)
12779
12780 2002-03-14 [paul]       0.7.4claws6
12781
12782         * src/compose.c
12783                 fix bug #515655. honour account preferences
12784                 regarding gpg default signing/encryption when 
12785                 changing account from the compose window.
12786
12787 2002-03-14 [paul]       0.7.4claws5
12788
12789         * src/folderview.c
12790                 remove unnecessary curly brackets
12791
12792 2002-03-14 [paul]       0.7.4claws4
12793
12794         * src/folderview.c
12795           src/prefs_filtering.[ch]
12796                 add filter rename on folder rename and filter
12797                 delete on folder delete. Patch submitted by
12798                 Neill Miller <neillm@thecodefactory.org> 
12799
12800 2002-03-14 [christoph]  0.7.4claws3
12801
12802         * src/procmsg.c
12803         * src/send.c
12804                 fix local delivery
12805                 (patch submitted by "Simon 'corecode' Schubert")
12806         * src/prefs_common.c
12807         * src/procmsg.c
12808                 fix gcc 3.0 warning
12809
12810 2002-03-14 [paul]       0.7.4claws2
12811
12812         * sync with sylpheed 0.7.4cvs2
12813                 see ChangeLog entry 2002-03-13
12814
12815 2002-03-12 [darko]      0.7.4claws1
12816
12817         * src/mainwindow.c
12818                 fix what seems to be a copy and paste error
12819                 when setting color for important messages
12820                 (reported by wwp)
12821
12822 2002-03-11 [paul]       version 0.7.4claws released
12823
12824 2002-03-11 [paul]       0.7.4claws
12825
12826         * po/es.po
12827           po/it.po
12828           po/nl.po
12829           po/pt_BR.po
12830                 update message catalogs. Submitted by Ricardo Mones 
12831                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12832                 Fabio Junior Beneditto
12833
12834         * configure.in
12835           faq/Makefile.am
12836           faq/it/Makefile
12837           faq/it/sylpheed-faq*
12838           src/mainwindow.c
12839           src/manual.[ch]
12840                 add FAQ in Italian
12841         
12842
12843 2002-03-11 [jens]       0.7.3claws7
12844
12845         * po/de.po
12846                 updated German translation
12847
12848 2002-03-11 [melvin]     0.7.3claws6
12849
12850         * po/fr.po
12851                 updated and corrected French translation
12852
12853 2002-03-10 [hoa]        0.7.3claws5
12854
12855         * src/account.c
12856         * src/inc.c
12857         * src/prefs_account.c
12858         * src/procmsg.c
12859         * src/send.[ch]
12860                 fixed the local account.
12861                 you have to change the default "/usr/sbin/sendmail"
12862                 to "/usr/sbin/sendmail -t" in the preferences of
12863                 the local account.
12864
12865         * src/procmime.c
12866                 removed some debug display for renderer
12867
12868 2002-03-10 [paul]       0.7.3claws4
12869
12870         * faq/en/sylpheed-faq-1.html
12871           faq/en/sylpheed-faq-2.html
12872                 update
12873
12874 2002-03-09 [paul]       0.7.3claws3
12875
12876         * sync with sylpheed 0.7.4
12877                 see ChangeLog entry 2002-03-09
12878
12879 2002-03-08 [paul]       0.7.3claws2
12880
12881         * faq/en/sylpheed-faq*
12882           faq/es/sylpheed-faq*
12883           faq/fr/sylpheed-faq*
12884                 update the FAQs
12885
12886         * manual/fr/.cvsignore
12887           manual/fr/Makefilea.am
12888           manual/fr/sylpheed*
12889           src/mainwindow.c
12890           src/manual.[ch]
12891                 add the French manual
12892
12893 2002-03-07 [paul]       0.7.3claws1
12894
12895         * sync with sylpheed 0.7.3cvs4
12896                 see ChangeLog entries  2002-03-06 and 2002-03-07
12897         
12898         * po/nl.po
12899                 updated by Wilbert Berendsen
12900
12901 2002-03-07 [melvin]     0.7.2claws34
12902
12903         * src/selective_download.c
12904                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12905
12906 2002-03-06 [paul]       0.7.2claws33
12907
12908         * sync with sylpheed 0.7.3cvs1
12909                 bug fix, see ChangeLog entry 2002-03-05
12910
12911 2002-03-05 [paul]       0.7.2claws32
12912
12913         * src/mimeview.c
12914           src/pgptext.[ch]
12915           src/procmsg.c
12916                 reverse the pgp ascii-armored code implemented in 
12917                 0.7.2claws16. removal of this code until it matures.
12918                 this means that verifying ascii-armored pgp sigs and
12919                 automatic decryption of ascii-armored encrypted
12920                 messages no longer works.
12921
12922 2002-03-05 [paul]       0.7.2claws31
12923
12924         * configure.in
12925           Makefile.am
12926         * faq/Makefile.am
12927         * faq/en/Makefile.am
12928           faq/en/sylpheed-faq.html
12929           faq/en/sylpheed-faq-1.html
12930           faq/en/sylpheed-faq-2.html
12931           faq/en/sylpheed-faq-3.html
12932         * faq/es/Makefile.am
12933           faq/es/sylpheed-faq.html
12934           faq/es/sylpheed-faq-1.html
12935           faq/es/sylpheed-faq-2.html
12936           faq/es/sylpheed-faq-3.html
12937           faq/es/sylpheed-faq-4.html
12938         * faq/fr/Makefile.am
12939           faq/fr/sylpheed-faq.html
12940           faq/fr/sylpheed-faq-1.html
12941           faq/fr/sylpheed-faq-2.html
12942           faq/fr/sylpheed-faq-3.html
12943         * src/Makefile.am
12944           src/defs.h
12945           src/mainwindow.c
12946           src/manual.[ch]
12947                 add FAQs in English, Spanish and French
12948
12949
12950 2002-03-05 [paul]       0.7.2claws30
12951
12952         * manual/en/sylpheed.html
12953           manual/en/sylpheed-XX.html
12954                 updated the English manual
12955
12956 2002-03-05 [hoa]        
12957
12958         * src/summaryview.c
12959                 dialog box pops up if the article can't be deleted.
12960
12961 2002-03-04 [paul]       
12962         
12963         * po/pt_BR.po
12964                 updated by Fabio Junior Benedito
12965
12966 2002-03-04 [hoa]
12967
12968         * removed ac/gpgme.m4
12969                 to avoid autogen common problem
12970                 developers have to install gpgme development package now
12971
12972         * src/compose.c
12973                 encoding to 7bit or 8bit is enabled.
12974
12975 2002-03-03 [alfons]     0.7.2claws29
12976
12977         * src/pop.c
12978                 merge fix by Oliver Haertel for selective
12979                 download buglet
12980
12981 2002-03-03 [paul]       0.7.2claws28
12982         
12983         * sync with sylpheed 0.7.3
12984
12985 2002-03-03 [paul]       0.7.2claws27
12986
12987         * sync with sylpheed 0.7.2cvs24
12988                 see ChangeLog entries 2002-03-02 and 2002-03-03
12989
12990 2002-03-02 [melvin]     0.7.2claws26
12991
12992         * src/inc.[ch]
12993         * src/main.c
12994         * src/mainwindow.c
12995         * src/prefs_common.[ch]
12996                 Added user definable notification on new mail arrival.
12997                 Removed unused variables in spell checker prefs code.
12998
12999 2002-03-02 [melvin]     0.7.2claws25
13000
13001         * src/quote_fmt.c
13002                 Removed unnecessary escape sequences.
13003                 Changed 'Initial...' to 'Initials of Sender'
13004
13005 2002-03-02 [paul]       0.7.2claws24
13006
13007         * sync with sylpheed 0.7.2cvs22
13008                 see ChangeLog entry 2002-03-01
13009
13010 2002-03-01 [hoa]        0.7.2claws23
13011
13012         * src/mainwindow.c
13013                 Set sensitivity of delete actions to active
13014                 even if the folder is a newsgroup.
13015
13016         * src/summaryview.c
13017                 - Set sensitivity of delete actions
13018                 - Added function check_permission() that will check if the
13019                   user is authorized to delete a message. For news, it
13020                   will check if the author is the same.
13021                 - Enabled deletion when there is no trash folder.
13022
13023         * src/news.[ch]
13024                 - Added news_cancel_article() to cancel articles
13025                 - Implemented news_remove_message() (public function)
13026
13027 2002-03-01 [paul]       0.7.2claws22
13028
13029         * src/gtkutils.c
13030           src/textview.c
13031                 recognise urls that that don't include 'http://' and
13032                 simply begin 'www.' 
13033
13034         * AUTHORS
13035                 remove duplicated name
13036
13037 2002-02-28 [paul]       0.7.2claws21
13038
13039         * src/mainwindow.c
13040           src/summaryview.[ch]
13041                 add ability to 'Select thread'
13042                 combines Melvin's "Select thread's head" patch (#510907)
13043                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13044                 patch (#518514) 
13045
13046 2002-02-28 [paul]       0.7.2claws20
13047
13048         * src/mimeview.c
13049                 hopefully fix segfault on right-clicking a mime part
13050                 that some people have experienced.      
13051                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13052
13053 2002-02-28 [paul]       0.7.2claws19
13054
13055         * sync with sylpheed 0.7.2cvs21
13056                 see ChangeLog entries 2002-02-27 and 2002-02-28
13057
13058 2002-02-27 [paul]       0.7.2claws18
13059
13060         * sync with sylpheed 0.7.2cvs18
13061                 see ChangeLog entries 2002-02-26 and 2002-02-27
13062
13063 2002-02-26 [alfons]     0.7.2claws17
13064
13065         * src/procheader.c
13066                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13067                 (spotted by Chris Hessman <idatech@gmx.net>)
13068
13069 2002-02-26 [paul]       0.7.2claws16
13070
13071         * src/mimeview.c
13072           src/pgptext.[ch]
13073           src/procmsg.c
13074                 make decryption of ascii-armored pgp encrypted messages
13075                 and verification of ascii-armored signatures work again.
13076                 slightly altered from the patch by Jens Jahnke 
13077                 <jan0sch@gmx.net>
13078
13079                 ##FIX ME##
13080                 * the checking of plaintext signatures always comes up in 
13081                   a popup box
13082                 * it doesn't work for multipart messages 
13083                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13084                   including the msg headers and these 2 line themselves, are 
13085                   not displayed
13086
13087         * src/mainwindow.c
13088                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13089                 "View/Message View" becomes "View/Separate Message View"
13090                 because its less ambiguous.
13091
13092         * po/es.po
13093                 updated by Ricardo Mones Lastra
13094
13095 2002-02-26 [paul]       0.7.2claws15
13096
13097         * sync with sylpheed 0.7.2cvs17
13098                 see ChangeLog entries 2002-02-25 and 2002-02-26
13099
13100 2002-02-25 [christoph]  0.7.2claws14
13101
13102         * src/filtering.[ch]
13103         * src/inc.c
13104                 do filtering stuff after all messages have been received
13105                   1. drop all messages to .processing
13106                   2. scan processing folder for messages
13107                   3. filter messages or move to inbox
13108                 this will also find old messages left in processing after
13109                 a crash or something like that and we get a real msginfo
13110                 from folder->get_msg_list and do not have to create our
13111                 own in filter_message
13112         * src/matcher_parser_parse.y
13113                 remove MIX/MAX warning (reordered includes)
13114
13115 2002-02-25 [paul]       0.7.2claws13
13116
13117         * sync with sylpheed 0.7.2cvs15
13118                 see ChangeLog entry 2002-02-24
13119
13120 2002-02-24 [alfons]     0.7.2claws12
13121
13122         * src/filtering.c
13123                 clear old color flags first when applying a new color to
13124                 a message info. 
13125                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13126
13127 2002-02-24 [alfons]     0.7.2.claws11
13128         
13129         * AUTHORS
13130         * src/prefs_common.c
13131                 add presets for Opera and Konqueror, closes patch #517261,
13132                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13133
13134 2002-02-24 [alfons]     0.7.2.claws10
13135
13136         * AUTHORS
13137         * src/summaryview.c
13138                 fix threading for null message ids, closes patch #521601,
13139                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13140
13141 2002-02-24 [alfons]     0.7.2claws9
13142
13143         * src/summaryview.c
13144         * src/filtering.c
13145                 make Tool | Filter Message work with filtering system so
13146                 setting flags also works
13147
13148                 TODO:
13149
13150                 - Processing uses the same function as Tool | Filter
13151                   Message, but doesn't use the same update proc yet
13152
13153 2002-02-23 [paul]       0.7.2claws8
13154
13155         * sync with sylpheed 0.7.2cvs14
13156                 see ChangeLog entries 2002-02-22 and 2002-02-23
13157
13158 2002-02-22 [christoph]  0.7.2claws7
13159
13160         * src/quote_fmt.c
13161                 Add column space to table
13162         * src/quote_fmt_parse.y
13163                 Close files
13164
13165 2002-02-22 [paul]       0.7.2claws6
13166
13167         * src/Makefile.am
13168           src/defs.h
13169           src/filtering.c
13170           src/inc.[ch]
13171           src/mainwindow.c
13172           src/matcher.[ch]
13173           src/matcher_parser_lex.l
13174           src/matcher_parser_parse.y
13175           src/pop.[ch]
13176           src/prefs_account.h
13177           src/prefs_filtering.c
13178           src/selective_download.[ch]   *** NEW FILES ***
13179           src/utils.[ch]
13180           po/POTFILES.in
13181                 Selective Download added to 'Tool' menu. 
13182                 Retrieves email headers of the currently selected pop3 
13183                 account and allows the user to mark emails for deletion 
13184                 right on the pop3 server. Patch submitted by Oliver Haertel 
13185                 <oha@users.sourceforge.net>.
13186         
13187         * po/POTFILES.in
13188                 add 'src/quote_fmt.c'           
13189
13190 2002-02-22 [christoph]  0.7.2claws5
13191
13192         * src/Makefile.am
13193                 added quote_fmt.c
13194         * src/prefs_common.[ch]
13195         * src/prefs_template.c
13196         * src/quote_fmt.c               *** NEW FILE ***
13197         * src/quote_fmt.h
13198                 move quote format symbol description code
13199                 to it's own file because it is used from
13200                 differnent code parts
13201                 Rewrote symbol description GUI
13202                   + use table
13203                   + add separators
13204                   + get data from array (no more long constant strings)
13205         * src/quote_fmt_lex.l
13206         * src/quote_fmt_parse.y
13207                 Symbol for Literal % changed to \% instead of %%
13208                 (More logical as \ is used for quoting for other symbols)
13209                 Add |f and |p to include files and program output
13210                 Examples:
13211                     |f{/home/.../.signature}
13212                     |p{date}
13213         * po/de.po
13214                 Correct wrong spelling for "Referenzen"
13215
13216 2002-02-21 [paul]       0.7.2claws4
13217
13218         * src/procmsg.c
13219                 forgotten during sync
13220
13221 2002-02-21 [paul]       0.7.2claws3
13222
13223         * sync with sylpheed 0.7.2cvs11
13224                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13225                 2002-02-20 and 2002-02-21
13226
13227 2002-02-20 [melvin]     0.7.2claws2
13228
13229         * src/prefs_actions.c
13230                 Added error report when child cannot fork or when execvp 
13231                 returns with an error.
13232
13233 2002-02-19 [christoph]  0.7.2claws1
13234
13235         * src/codeconv.c
13236                 return unconverted text if conde conversion is not possible
13237                 when libjconv is used.
13238                 (patch submitted by "Simon 'corecode' Schubert")
13239
13240 2002-02-19 [paul]       
13241
13242         * version 0.7.2claws release
13243
13244 2002-02-19 [paul]       0.7.2claws
13245
13246         * po/nl.po
13247                 updated by Wilbert Berendsen
13248
13249
13250 2002-02-18 [alfons]     0.7.1claws13
13251
13252         * src/syldap.c
13253         * src/jpilot.c
13254                 remove references to dlfcn and explicitly loading functions
13255                 from dynalink libs, because libs linked anyway, and functions
13256                 are loaded explicitly
13257
13258 2002-02-17 [melvin]     0.7.1claws12
13259
13260         * src/prefs_actions.c
13261                 Replaced children wait loop with double fork technique.
13262                 Now, input/output window updated at each new output.
13263                 free_children(): Fixed a memory leak.
13264                 Made input/output window non closable if running children
13265                 still exist.
13266                 Added missing <unistd.h> include.
13267                 Added some --debug outputs.
13268
13269 2002-02-17 [melvin]     0.7.1claws11
13270
13271         * src/summaryview.c
13272                 Fixed bug where descending sort order did not select top
13273                 message.
13274
13275 2002-02-17 [melvin]     0.7.1claws10
13276
13277         * acconfig.h
13278                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13279         * src/prefs_common.c
13280                 Pspell data package directory no more hard coded but
13281                 set during configuration (PSPELL_PATH). (Thanks to 
13282                                 Gustavo Noronha Silva.)
13283
13284 2002-02-17 [melvin]     0.7.1claws9
13285
13286         * configure.in
13287                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13288         * src/gtkspell.c
13289                 Fixed compile-time warnings.
13290
13291 2002-02-16 [alfons]     0.7.1claws8
13292
13293         * src/filesel.c
13294                 fix inadvertent free of NULL pointer which caused
13295                 sylpheed to crash when closing the save-as dialog
13296                 using the window close button
13297
13298 2002-02-16 [carsten]    0.7.1claws7
13299         * src/mainwindow.[ch]
13300           src/summaryview.c
13301           src/prefs_common.c
13302                 fixes for pixmap theming code:
13303                         - recently changed mail attributes shouldn't get
13304                           lost any longer
13305                         - theme is only reloaded iff another theme was
13306                           selected
13307
13308 2002-02-16 [paul]       0.7.1claws6
13309
13310         * sync with sylpheed 0.7.2 release
13311                 see ChangeLog entry 2002-02-15 and 2002-02-16
13312
13313 2002-02-15 [paul]       0.7.1claws5
13314
13315         * sync with sylpheed 0.7.1cvs9
13316                 see ChangeLog entry 2002-02-15
13317
13318         * po/POTFILES.in
13319                 remove unneeded headerwindow.c entry
13320
13321 2002-02-14 [carsten]    0.7.1claws4
13322         * src/summaryview.c
13323                 fixed a bug for "Go to next unread message": there was
13324                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13325                 in the prefs, because of doing "Search again" instead
13326                 "No"
13327
13328 2002-02-14 [carsten]    0.7.1claws3
13329         * src/stock_pixmap.c
13330                 removed 2 more mem leaks; following memprof,
13331                 this code is "leak free" now :)
13332
13333 2002-02-14 [carsten]    0.7.1claws2
13334         * src/stock_pixmap.c
13335                 used opendir/readdir/closedir instead of scandir
13336                 -> code should work now on Solaris
13337
13338 2002-02-14 [paul]       0.7.1claws1
13339
13340         * sync with sylpheed 0.7.1cvs8
13341                 see ChangeLog entries 2002-02-13 and 2002-02-14
13342
13343         * README.claws
13344                 add some description of Actions and Pixmap Themes
13345
13346 2002-02-13 [paul]       
13347
13348         * version 0.7.1claws release
13349
13350 2002-02-13 [paul]       0.7.1claws
13351
13352         * po/es.po
13353           po/it.po
13354           po/pt_BR.po
13355                 updated translations, submitted by Ricardo Mones Lastra,
13356                 Alessandro Maestri and Fabio Junior Beneditto
13357
13358 2002-02-13 [melvin]     0.7.0claws75
13359
13360         * src/prefs_actions.c
13361                 Added missing "signal.h" include
13362
13363 2002-02-13 [melvin]     0.7.0claws74
13364
13365         * src/prefs_folder_item.c
13366                 Added missing "config.h" include
13367         * po/fr.po
13368                 Updated French translation for folder propriety.
13369
13370 2002-02-13 [jens]       0.7.0claws73
13371
13372         * po/POTFILES.in
13373                 Added missing src/prefs_folder_item.c [log added by melvin]
13374         * po/de.po
13375                 Updated German translation.
13376
13377 2002-02-13 [melvin]     0.7.0claws72
13378
13379         * po/fr.po
13380                 Updated French translation.
13381
13382 2002-02-13 [melvin]     0.7.0claws71
13383
13384         * src/gtkutils.c
13385                 Made gtkut_editable_get_selection return NULL if selection
13386                 is of length zero.
13387                 This fixes a bug where selecting part of message A then
13388                 switching to message B and replying to it will not
13389                 quote the message's body.
13390
13391 2002-02-12 [paul]       0.7.0claws70
13392
13393         * src/mainwindow.c
13394                 cosmetic, relating to pixmap themes: on toolbar make 
13395                 updating of 'Exec' and 'Compose news/Compose email'
13396                 icons faster.
13397
13398 2002-02-12 [carsten]    0.7.0claws69
13399         * src/folderview.c
13400           src/mainwindow.[ch]
13401           src/stock_pixmap.c
13402           src/summaryview.c
13403           src/prefs_common.c
13404                 - refreshing after changing pixmap theme better
13405                   now (thanks Paul)
13406                 - wanted to remove some mem leaks, but alfons was
13407                   faster (and had the better solution ;)
13408
13409 2002-02-12 [alfons]     0.7.0claws68
13410
13411         * src/prefs_common.c
13412         * src/stock_pixmap.[ch]
13413                 plug mem leaks, refactor code a little bit
13414
13415
13416 2002-02-12 [sergey]     0.7.0claws67
13417
13418         * src/imap.c
13419                 Fixed problem with copying messages to IMAP folders when the
13420                 server uses something other than '/' as a namespace separator
13421                 (cyrus-imapd uses '.').
13422
13423 2002-02-12 [jens]       0.7.0claws66
13424
13425         * po/de.po
13426                 Updated German Translation
13427
13428 2002-02-12 [paul]       0.7.0claws65
13429
13430         * sync with sylpheed 0.7.1cvs1
13431                 see ChangeLog entry 2002-02-12
13432
13433 2002-02-12 [melvin]     0.7.0claws64
13434
13435         * src/prefs_actions.c
13436                 Fixed "feature" where children's output was duplicated 
13437                 instead of refreshed while monitoring.
13438                 Removed some debug code.
13439
13440 2002-02-12 [christoph]  0.7.0claws63
13441
13442         * src/compose.c
13443                 always delete message from queue after sending/send error
13444                 (closes bug #509601)
13445
13446 2002-02-12 [melvin]     0.7.0claws62
13447
13448         * src/prefs_actions.c
13449                 Children wait loop is now triggered with a timeout of 1s
13450                 Added %F which is replaced with the list of filenames 
13451                 of all selected messages (as suggested by Ricardo Mones Lestra)
13452                 Pipe syntax changed. Prefix with | to send selection, postfix
13453                 with | to retrieve output. Prefix with > or * to send
13454                 user definable input to the command (*: input is hidden)
13455                 Old pipe action should now be postfixed with |, too.
13456
13457 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13458         * src/stock_pixmap.c
13459                 fixed a bug: if there's no theme directory don't
13460                 throw an error, just do "nothing" (thanks Alfons)
13461
13462 2002-02-12 [carsten]    0.7.0claws60
13463         * src/folderview.c
13464           src/summaryview.c
13465                 had to write the cache twice (nasty!); some marks would 
13466                 get lost if not
13467
13468 2002-02-11 [carsten]    0.7.0claws59
13469         * acconfig.h
13470           configure.in
13471           doc-src/maintainer_guide.txt
13472           src/compose.[ch]
13473           src/defs.h
13474           src/folderview.[ch]
13475           src/gtkutils.[ch]
13476           src/mainwindow.[ch]
13477           src/prefs_common.[ch]
13478           src/stock_pixmap.[ch]
13479           src/summaryview.[ch]
13480                 pixmap theming and related work on pixmap
13481                 handling on some other places
13482                 (e.g. hrm features for all folder)
13483           src/pixmap/stock_*.xpm -> the stock_ was removed
13484         
13485 2002-02-11 [paul]       0.7.0claws58
13486
13487         * sync with sylpheed 0.7.1 release
13488                 see ChangeLog entries 2002-02-11
13489
13490 2002-02-08 [paul]       0.7.0claws57
13491
13492         * sync with sylpheed 0.7.0cvs39
13493                 see ChangeLog entry 2002-02-07 (last entry) 
13494
13495         * src/prefs_actions.c
13496           src/prefs_filtering.c
13497           src/prefs_matcher.c
13498           src/prefs_scoring.c
13499                 sync: made it compile with C compilers other than gcc
13500
13501 2002-02-07 [paul]       0.7.0claws56
13502
13503         * sync with sylpheed 0.7.0cvs38
13504                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13505                 2002-02-07
13506
13507 2002-02-07 [darko]      0.7.0claws55
13508
13509         * src/gtkutils.[ch]
13510         * src/summaryview.c
13511                 Fix const gchar */gchar * issue (thanks Hiro)
13512
13513 2002-02-07 [darko]      0.7.0claws54
13514
13515         * src/compose.[ch]
13516         * src/filtering.c
13517         * src/gtkutils.[ch]
13518         * src/prefs_template.c
13519         * src/quote_fmt.h
13520         * src/quote_fmt_parse.y
13521         * src/summaryview.c
13522         * src/utils.[ch]
13523                 When replying or forwarding an email don't quote the entire
13524                 mail body but use the part of the message text that is selected
13525
13526 2002-02-06 [melvin]     0.7.0claws53
13527
13528         * src/prefs_common.[ch]
13529         * src/gtkspell.[ch]
13530         * src/compose.c
13531                 Made possible to switch quickly to last used dictionary
13532                 which makes checking bilingual documents easier.
13533
13534 2002-02-06 [melvin]     0.7.0claws52
13535         
13536         * po/POTFILES.in
13537                 Added forgotten new file src/prefs_actions.c
13538
13539 2002-02-06 [melvin]     0.7.0claws51
13540
13541         * src/prefs_actions.c   ** NEW FILE **
13542         * src/prefs_actions.h   ** NEW FILE **
13543                 Added actions to execute on message text view, or on the
13544                         message's file.
13545         * src/Makefile.am
13546                 Added src/prefs_actions.[ch]
13547         * src/compose.c
13548                 Added new menu "Edit/Actions"
13549         * src/defs.h
13550                 Added new actionsrc file.
13551         * src/main.c
13552                 Added actionsrc reading.
13553         * src/mainwindow.c
13554                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13555         * src/prefs_common.h
13556                 Added new element actionslst element to prefs_common.
13557
13558 2002-02-06 [paul]       0.7.0claws50
13559
13560         * sync with sylpheed 0.7.0cvs36
13561                 see ChangeLog entry 2002-02-06
13562
13563 2002-02-05 [paul]
13564
13565         * po/es.po
13566                 updated by Ricardo Mones Lastra
13567
13568 2002-02-05 [paul]       0.7.0claws49
13569
13570         * sync with sylpheed 0.7.0cvs33
13571                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13572
13573 2002-02-05 [paul]       0.7.0claws48
13574
13575         * src/compose.c
13576                 re-add 'Edit/Advanced/Delete entire line', previously named
13577                 'Delete Line+'
13578
13579 2002-02-04 [paul]       0.7.0claws47
13580
13581         * src/compose.c
13582           src/summaryview.c
13583                 fix bug #494993 (Reply All not taking Reply-To into consi)
13584                 eliminate differences in behaviour of right-click 'Reply to all' 
13585                 in summary view and 'Reply to all' on the toolbar. 
13586                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13587                 view and From gets ignored by 'Reply to all' on toolbar.
13588                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13589                 From when no Reply-To header is present.
13590
13591 2002-02-04 [paul]       0.7.0claws46
13592
13593         * sync with sylpheed 0.7.0cvs30
13594                 see ChangeLog entries 2002-02-03 and 2002-02-04
13595
13596 2002-02-03 [melvin]     0.7.0claws45
13597
13598         * src/gtkspell.[ch]
13599                 Readded function to highlight all misspelled words.
13600                 Fixed bug where user-provided-words did not replace
13601                         correctly the misspelled word when using the mouse.
13602                 Fixed bug where checking a region selected from right to left did
13603                         not check the region at all.
13604                 Fixed bug where 'Check backwards' may not check at all. 
13605                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13606                 Fixed possible buffer overflow when checking for long strings (>1k).
13607                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13608                 Accelerators code uses now gtk_widget_add_accel.
13609                 Removed and disabled obsolete and unfinished code.
13610                 Cleaning up.
13611
13612         * src/compose.c
13613                 Added menu item to Highlight all misspelled words.
13614
13615 2002-02-01 [paul]       0.7.0claws44
13616
13617         * src/mainwindow.c
13618                 fix '/View/Hide read messages' sensitivity when all
13619                 messages in a folder are hidden
13620
13621 2002-02-01 [paul]       0.7.0claws43
13622
13623         * src/main.c
13624                 add --send option to command line interface, sends all
13625                 queued mail. Patch submitted by Ricardo Mones Lastra.
13626
13627 2002-01-31 [paul]       0.7.0claws42
13628
13629         * src/mainwindow.c
13630                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13631
13632 2002-01-31 [paul]       0.7.0claws41
13633
13634         * sync with sylpheed 0.7.0cvs27
13635                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13636                 and 2002-01-31
13637
13638         * src/textview.c
13639                 comment out elements of textview_show_part() as temporary
13640                 workaround for attachment 'Display as text' bug 
13641
13642         * po/pt_BR.po
13643                 updated by Fabio Junior Beneditto
13644
13645 2002-01-30 [paul]       0.7.0claws40
13646
13647         * sync with sylpheed 0.7.0cvs24
13648                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13649                 and 2002-01-30
13650
13651         * src/compose.c
13652                 add {N_("/_Spelling"), ... "<Branch>"} to 
13653                 GtkItemFactoryEntry compose_entries[]
13654
13655         * src/prefs_common.c
13656                 add claws menu items to prefs_keybind_apply_clicked()
13657                 and remove non-claws menu items
13658
13659 2002-01-29 [paul]       0.7.0claws39
13660
13661         * sync with sylpheed 0.7.0cvs22
13662                 see ChangeLog entries 2002-01-28 and 2002-01-29
13663
13664 2002-01-28 [melvin]     0.7.0claws38
13665
13666         * src/compose.c
13667                 Added the declartion of compose_send_control_enter.
13668
13669         * src/compose.c
13670         * src/gtkspell.[ch]
13671                 Added in a 'Spelling' menu which includes the configuration menu. 
13672                 Added a real 'Check all' and got rid from the old one which only
13673                 highlited misspelled word.
13674                 Made 'Check while typing' a disableable option.
13675                 Added a dialog when there are no more misspelled word.
13676                 Added a dialog if error occurs when switching to a dictionary.
13677         
13678         * src/prefs_common.[ch]
13679                 Added option for the default 'Check while typing' option.
13680
13681
13682 2002-01-28 [alfons]     0.7.0claws37
13683
13684         * src/compose.c
13685                 fix buglet and make code comply with sylpheed code style
13686
13687 2002-01-28 [paul]       0.7.0claws36
13688
13689         * sync with sylpheed 0.7.0cvs19
13690                 see ChangeLog entries for 2002-01-28
13691
13692 2002-01-28 [hoa]        0.7.0claws35
13693
13694         * src/defs.h
13695                 added rendererrc
13696
13697         * src/main.c
13698                 read the renderer config
13699
13700         * src/procmime.[ch]
13701                 use the renderer config to convert mime attachments
13702
13703         * src/textview.c
13704                 don't use textview_show_html/ertf,
13705                 use get_text_content instead
13706
13707 2002-01-27 [alfons]     0.7.0claws34
13708         
13709         * src/news.c
13710                 make sylpheed believe it can delete a news message...
13711                 (messages are NOT deleted, maybe we should remove
13712                 processing from the folder properties after all.)
13713
13714 2002-01-27 [alfons]     0.7.0claws33
13715
13716         * src/folder.c
13717                 add extra checks
13718         * src/news.c
13719                 implement remove_msg() 
13720
13721 2002-01-27 [alfons]     0.7.0claws32
13722
13723         * src/procmsg.h
13724         * src/procheader.c
13725         * src/messageview.c
13726                 fix return receipt / disposition notification again. this
13727                 stuff seems to break on _every_ major summary UI change, so
13728                 it's now implemented using a flag which is saved in the
13729                 marks cache
13730                 
13731 2002-01-26 [alfons]     0.7.0claws31
13732
13733         * src/import.c
13734                 let import dialog show the destination folder identifier
13735
13736 2002-01-26 [melvin]     0.7.0claws30
13737
13738         * src/folderview.c
13739         * src/summaryview.c
13740                 Readded 'Mark all read' into summary view popup menu
13741                 Added 'Mark all read' in folder view popup menu for IMAP
13742                 and NNTP.
13743                 Made it insensitive if the selected folder is not the shown
13744                 one to avoid 'Mark all read' on the wrong folder.
13745                 
13746 2002-01-26 [paul]       0.7.0claws29
13747
13748         * src/folderview.c
13749           src/summaryview.c
13750                 move 'Mark all read' from summary view to folder view
13751                 menu. (adapted from) patch submitted by Jeremy Andrews,
13752                 <lists@kerneltrap.com>
13753
13754 2002-01-25 [alfons]     0.7.0claws28
13755
13756         * src/gtkstext.c
13757                 put the gtk class name back so GtkSText adapts the 
13758                 settings of GtkText
13759
13760 2002-01-25 [alfons]     0.7.0claws27
13761
13762         * src/folderview.c 
13763                 assimilate Ricardo's patch that shows pixmaps instead of
13764                 plain "new" and "unread" texts in the folder view column
13765                 headers 
13766
13767 2002-01-25 [paul]       0.7.0claws26
13768
13769         * src/Makefile.am
13770                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13771                 be found in non-standard locations. 
13772                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13773
13774 2002-01-25 [paul]       0.7.0claws25
13775
13776         * sync with sylpheed 0.7.0cvs16
13777                 see ChangeLog entry 2002-01-25
13778
13779 2002-01-24 [paul]       0.7.0claws24
13780
13781         * more sync with sylpheed 0.7.0cvs15
13782                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13783
13784 2002-01-23 [sergey]     0.7.0claws23
13785
13786         * src/importldif.c
13787                 Fixed segfault when closing LDIF import wizard with
13788                 the window manager.
13789         * src/imageview.c
13790         * src/imageview.h
13791         * src/messageview.c
13792         * src/mimeview.c
13793                 Fixed wrong scrolling position after switching between
13794                 text and image parts.
13795
13796 2002-01-23 [paul]       0.7.0claws22
13797
13798         * sync with sylpheed 0.7.0cvs15
13799                 see ChangeLog entries 2002-01-22 and 2002-01-23
13800
13801 2002-01-21 [melvin]     0.7.0claws21
13802
13803         * src/prefs_scoring.c
13804         * src/prefs_filtering.c
13805                 Fixed bug where scoring and filtering windows stopped
13806                 autochecking.
13807
13808 2002-01-21 [paul]       0.7.0claws20
13809
13810         * sync with sylpheed 0.7.0cvs12
13811                 see ChangeLog entries 2002-01-20 and 2002-01-21
13812
13813 2002-01-21 [carsten]    0.7.0claws19
13814         * src/mainwindow.c
13815         * src/menu.[ch]
13816         * src/messageview.[ch]
13817         * src/summaryview.[ch]
13818                 changes to shortcuts handling again:
13819                         + "Q" now controled by mainwin
13820                         + v/V are now customizable and have slightly
13821                           different meanings
13822                 the "button" to minimize the messageview (and maximize
13823                 the summary view) is a real button now
13824         * src/compose.c
13825                 "Delete Line+" added to Edit/Advanced (this will also
13826                 delete the '\n')
13827
13828 2002-01-20 [melvin] 0.7.0claws18
13829
13830         * src/addressbook.c
13831                 Made "Bcc" sensitive when addressbook is called from
13832                 compose window (it was a Claws only bug).
13833
13834 2002-01-19 [alfons] 0.7.0claws17
13835
13836         * src/inc.c
13837                 prevent unnecessary updates when currently selected folder has
13838                 no new messages 
13839
13840 2002-01-19 [alfons] 0.7.0claws16
13841         
13842         * src/summaryview.c
13843                 prevent writing the cache based on current message list in summary 
13844                 view when filtering also put messages in currently selected folder
13845
13846 2002-01-19 [paul]
13847
13848         * po/it.po
13849                 Italian translation submitted by Alessandro Maestri
13850                 <a.maestri@cs.tin.it>
13851
13852 2002-01-18 [melvin]     0.7.0claws15
13853
13854         * src/prefs_filters.c
13855                 fixed bug where 'cancel' from 'filters' window stops autochecking
13856                 if the timer timed out  when the window was open.
13857
13858 2002-01-18 [match]      0.7.0claws14
13859
13860         * src/addrclip.[ch]     ** NEW FILE **
13861         * src/addrselect.[ch]   ** NEW FILE **
13862         * src/adbookbase.h      ** NEW FILE **
13863                 addressbook cut, copy and paste
13864         * src/addrbook.[ch]
13865         * src/addrcache.[ch]
13866         * src/addressitem.h
13867         * src/addrindex.[ch]
13868         * src/addritem.[ch]
13869         * src/importldif.c
13870         * src/importmutt.c
13871         * src/jpilot.[ch]
13872         * src/syldap.[ch]
13873         * src/vcard.[ch]
13874         * src/jpilot.[ch]
13875         * src/editbook.c
13876         * src/editjpilot.c
13877         * src/editldap.c
13878         * src/editvcard.c
13879                 support for copy/paste
13880         * src/addressbook.c
13881                 support for copy/paste
13882                 tidy up menu option processing
13883                 correct address list function arguments
13884         * src/editaddress.c
13885                 sort user attributes
13886         * src/ldif.h
13887         * src/mutt.h
13888                 tidy up
13889
13890         * src/addrbook.[ch]
13891         * src/addrbook.[ch]
13892         * src/addrbook.[ch]
13893                 
13894
13895 2002-01-18 [paul]       0.7.0claws13
13896
13897         * sync with sylpheed 0.7.0cvs8
13898                 configure.in: support Mac OS X (Darwin)
13899
13900 2002-01-18 [carsten]    0.7.0claws12
13901         * src/html.c
13902                 small hack to fix a segfault with an empty href
13903                 (reported by Alexandra Walford <deeni@altern.org>)
13904         * src/mainwindow.c
13905         * src/summaryview.c
13906                 the shortcuts for Mark und Mark as unread are hardcoded
13907                 again
13908         * src/compose.c
13909         * src/gtkstext.[ch]
13910                 readded the shortcuts in gtkstext but made them
13911                 customizeable (simply by adding a menu plus a wrapper
13912                 to compose.c)
13913
13914 2002-01-17 [melvin]     0.7.0claws11
13915
13916         * src/gtkspell.c
13917                 fix default dictionary not being saved.
13918
13919 2002-01-16 [darko]      0.7.0claws10
13920
13921         * src/compose.c
13922                 fix wrapping crash with URL longer than wrapping margin
13923
13924 2002-12-08 [hoa]        0.7.0claws10
13925
13926         * src/matcher_parser_parse.y
13927                 fixed some bugs
13928
13929         * src/prefs_filtering.c
13930                 now, we can use bounce action in the dialog box.
13931
13932 2002-01-16 [carsten]    0.7.0claws9
13933         * src/gtkstext.c
13934                 removed the <control> and <alt> shortcuts because they're
13935                 not needed and interefered with the "normal" shortcuts
13936         * src/mainwindow.c
13937         * src/summaryview.c
13938                 removed most of the hardcoded shortcuts and assigned
13939                 them to menu entries making them easy customizable by
13940                 that
13941
13942 2002-01-16 |melvin]     0.7.0claws8
13943
13944         * src/gtkspell.c
13945                 fixed bug where using the mouse and when the compose
13946                 window is not on top may result in a crash.
13947
13948 2002-01-16 [melvin]     0.7.0claws7
13949
13950         * src/compose.c
13951                 fixed a long standingspell checker bug which could 
13952                 cause a crash after sending a message.
13953
13954 2002-01-16 [paul]       0.7.0claws6
13955
13956         * sync with sylpheed 0.7.0cvs7
13957                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13958                 2002-01-15, and 2002-01-16
13959
13960 2002-01-16 [melvin]     0.7.0claws5
13961
13962         * README.claws
13963         * src/compose.c
13964         * src/gtkspell.[ch]
13965         * src/main.c
13966                 Heavily modified spell checker code to work around
13967                 ispell bug, to add keyboard shortcuts and for future
13968                 enhancements. See README.claws for usage information.
13969
13970 2002-01-15 [alfons]     0.7.0claws4
13971         
13972         * src/summaryview.c
13973                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13974                 so sorting within threads reflects sort mode
13975
13976 2002-01-15 [christoph]  0.7.0claws3
13977
13978         * src/procmsg.c
13979                 added alertpanel if mail sending failed
13980
13981 2002-01-15 [alfons]     0.7.0claws2
13982         
13983         * src/prefs_filtering.c
13984                 don't stop timer when prefs filtering dialog is opened
13985
13986 2002-01-14 [alfons]     0.7.0claws1
13987
13988         * src/addr_compl.c
13989         * src/prefs.c
13990                 remove debug_print()s for privacy reasons
13991
13992 2002-01-14 [darko]      0.7.0claws
13993
13994         * README.claws
13995                 quotation wrapping is now also in the main branch
13996
13997 2002-01-14 [paul]
13998
13999         * tools/filter_conv.pl
14000                 allow for Boolean Op and case-sensitivity
14001                 this file is included in the release and tagged
14002                 'rel_0_7_0'
14003
14004 2002-01-13 [paul]       0.7.0claws
14005
14006         * release 0.7.0, with cvs tag 'rel_0_7_0'
14007
14008 2002-01-13 [paul]
14009
14010         * tools/filter_conv.pl
14011         * tools/README
14012                 rewritten to output to matcherrc instead of filteringrc
14013
14014         * po/es.po
14015                 updated Spanish translation by Ricardo Mones Lastra
14016
14017 2002-01-13 [alfons]
14018
14019         * po/nl.po
14020                 update dutch translation
14021
14022 2002-01-13 [paul]
14023
14024         * po/pt_BR.po
14025                 Updated by Fabio Junior Beneditto 
14026
14027 2002-01-13 [melvin]     0.6.6claws53
14028
14029         * po/fr.po
14030                 Updated french translation
14031
14032 2002-01-12 [alfons]     0.6.6claws52
14033
14034         * src/filtering.c
14035                 plug mem leak that has been sitting there for ages              
14036
14037 2002-01-12 [alfons]     0.6.6claws51
14038
14039         * src/summaryview.c
14040                 undo melvin's changes from 0.6.6claws48 because summary
14041                 view now refuses to select first unread message when
14042                 selecting a folder 
14043
14044 2002-01-11 [alfons]     0.6.6claws50
14045
14046         * src/import.c
14047                 use claws' semantics for getting folder item when
14048                 importing an mbox file into a folder 
14049                 (submitted by Dale P. Smith)
14050
14051 2002-01-11 [christoph]  0.6.6claws49
14052
14053         * src/prefs.h
14054                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14055                 toggle widget, because non static prefs can not use
14056                 prefs_set_* functions
14057         * src/prefs_account.c
14058                 toggle smtp auth password field sensitivity if
14059                 user id is empty and add descrition of usage for
14060                 these fields
14061         * src/prefs_folder_item.c
14062                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14063                 callbacks
14064
14065 2002-01-11 [melvin]     0.6.6claws48
14066
14067         * src/compose.c
14068                 fix the 'Ctrl-Enter' feature for sending and test really
14069                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14070                 editables which was not documented in Gtk)
14071
14072         * src/summaryview.c
14073                 Made summaryview refresh after sorting and not before.
14074
14075 2002-01-11 [christoph]  0.6.6claws47
14076
14077         * src/compose.c
14078                 select account from account ids if possible and
14079                 correctly set save folder for copy in reedit
14080
14081 2002-01-10 [paul]       0.6.6claws46
14082
14083         * sync with sylpheed 0.7.0 release
14084                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14085                 2002-01-09
14086
14087 2002-01-09 [alfons]
14088
14089         * src/summaryview.c
14090                 remove more dirt traces...
14091
14092 2002-01-09 [alfons]
14093         
14094         * src/summaryview.c
14095                 clean up some traces of my debugging stuff
14096
14097 2002-01-09 [alfons]     0.6.6claws45
14098
14099         * src/filtering.c
14100                 break up filteringprop_apply() in three separate pieces
14101                 so we can drop messages that failed processing in the
14102                 inbox
14103
14104         * src/summaryview.c
14105                 fix bug #469598 "no refresh of inbox after filter" which 
14106                 was introduced by the new summary view locking, and which 
14107                 prevented the summary view to update after a manual filter 
14108                 message. claw's filter message requires a summary_show().
14109                 (aargh, summary_show() again! :-)
14110                 
14111 2002-01-07 [alfons]     0.6.6claws44
14112
14113         * src/headerwindow.c
14114         * src/logwindow.c
14115         * src/messageview.c
14116         * src/sourcewindow.c
14117                 bring in Hiro's last 0.7.0 wm class fixes
14118
14119         * tools/sylprint.pl
14120                 bring in Ricardo's fix for sylprint script
14121
14122         * AUTHORS       
14123         * src/rfc2015.[ch]
14124         * src/prefs_common.[ch]
14125         * src/prefs_account.[ch]
14126         * src/compose.c
14127                 clean up account preference poison in rfc2015,
14128                 and preparation to fix double sign bug 
14129                 (patch submitted by Simon 'corecode' Schubert)
14130
14131 2002-01-07 [christoph]  0.6.6claws43
14132
14133         * src/mh.c
14134                 search for free message number, do not only rely
14135                 on last_num
14136         * src/send.c
14137                 fix smtp auth and use extra account information
14138                 if available, if not use pop3 data instead
14139                 (closes bug #500341)            
14140         * src/ssl.[ch]
14141                 match coding style
14142
14143 2002-01-06 [alfons]     0.6.6claws42
14144
14145         * src/mainwindow.c
14146                 try making the separate windows work again...
14147
14148 2002-01-06 [alfons]     0.6.6claws41
14149
14150         * src/mainwindow.c
14151                 adapt Hiro's separate window menu (to get rid of the funny
14152                 duplicate menu items), and make it work again
14153
14154 2002-01-06 [alfons]     0.6.6claws40
14155
14156         * tools/Makefile.am
14157         * tools/sylprint.rc
14158         * tools/sylprint.pl
14159         * tools/README.sylprint
14160                 add sylprint script for printing mails from Sylpheed
14161                 (contributed by Ricardo Mones Lastra)
14162
14163         * src/acount.c
14164                 clean up
14165
14166 2002-01-06 [melvin]     0.6.6claws39
14167
14168         * src/mainwindow.c
14169         * src/summaryview.c
14170                 Fixed crash introduced in 0.6.6claws38 by the menu
14171                 reorganisation (Hide read messages)
14172         
14173         * ChangeLog.claws 
14174                 Fixed typo (we are now in 2002, alfons ;) )
14175
14176 2002-01-05 [alfons]     0.6.6claws38
14177
14178         * sync with sylpheed 0.6.6cvs10-17
14179                 (last stuff marked as LAST_STABLE)
14180
14181 2002-01-04 [melvin]     0.6.6claws37
14182
14183         * src/account.c
14184                 Made account selection code use strcasestr again instead of
14185                 g_strcasecmp (fixes bug where reediting queued messages
14186                 did not select proper account reported by T. Link).
14187         
14188         * src/folderview.c
14189                 Fix bug where folder icons are not shown when 'hide read messages'
14190                 is on.
14191         
14192         * src/stock_pixmaps.[ch]
14193                 Added folder icons for 'hide read messages'.
14194         
14195         * src/compose.c
14196                 Fixed bug where 'Enter' in a header entry will send the message 
14197                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14198
14199 2002-01-03 [melvin]     0.6.6claws36
14200         
14201         * src/prefs.[ch]
14202                 Added popup menu for common preferences and
14203                 account preferences (right click on tab displays
14204                                 a menu of all tabs.)
14205
14206 2002-01-02 [melvin]     0.6.6claws35
14207
14208         * src/gtkspell.[ch]
14209                 Made spelling code compatible with undo/redo feature.
14210                 Added creation of suggestion mode menu for the general
14211                         preferences.
14212         
14213         * src/prefs_common.[ch]
14214                 Added option menu for the speller's suggestion mode.
14215                 Added missing spaces in "..." buttons and made a "..."
14216                         button non translatable!
14217         
14218         * src/compose.c
14219                 Made speller use the default suggestion mode.
14220                 Hack to make it possible to choose 'CTRL-Enter' as a
14221                         shortcut for sending (and only for sending).
14222
14223         * src/prefs_folder_item.c
14224                 Changing subject simplification does not update cache 
14225                         anymore (because it is unnecessary).
14226                 Fixed bug where changing subject simplification updated the 
14227                         summaryview even when the viewed folder is not the
14228                         folder which properties are being changed. (E.g. 
14229                                         viewing folder A and changing
14230                                         the subject simplification of 
14231                                         folder B -not being viewed- updated the 
14232                                         summaryview of folder A with data of
14233                                         folder B). (Hope this is clear... )
14234
14235 2001-12-31 [alfons]     0.6.6claws34
14236         
14237         * src/ldif.c
14238         * src/mutt.c
14239                 fgetc() returns a signed integer which doesn't
14240                 fit in a char. so c truncates this to a char
14241                 but we may lose significant bits. i.e. we may
14242                 comparing 0xFF which may not be equal to -1
14243                 unless properly casted to signed char which
14244                 we won't do because fgetc() returns a signed
14245                 integer which doesn't fit in a char. so c 
14246                 truncates this to a char but we may lose 
14247                 significat bits. (you got the idea, thanks
14248                 to Gustavo Noronha Silva <kov@debian.org>
14249                 and the Debian folks!)
14250
14251 2001-12-30 [alfons]     0.6.6claws33
14252
14253         * src/prefs_common.c
14254                 add #ifdef USE_PSPELLs that Melvin forgot               
14255
14256 2001-12-30 [melvin]     0.6.6claws32
14257         
14258         * src/prefs_common.[ch]
14259                 Added configurable color for misspelled words.
14260
14261         * src/gtkspell.[ch]
14262                 Fixed bug of foreground text color (reported by David
14263                                 Mehrmann)
14264                 Added configurable color for misspelled words.
14265
14266 2001-12-30 [alfons]     0.6.6claws31
14267
14268         * src/folder.c
14269                 remove unnecessary things someone put there
14270
14271         * src/mh.c
14272         * src/folder.[ch]
14273                 make folder properties (like threading and sorting) persistent
14274                 (closes bug #497424 "rescan folder tree resets proprieties")
14275                 currently this is only for MH folders. 
14276
14277 2001-12-29 [melvin]     0.6.6claws30
14278
14279         * src/string_match.[ch]
14280                 Optimized a bit: regexp pattern buffer compiled only once, and
14281                   one subroutine call removed. Fixed ^ regexp search: Now, 
14282                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14283         
14284         * src/summaryview.c
14285                 Subject filtering changed to filter summary columns and
14286                   not directly the messages subject cache. The loss in 
14287                   performance is balanced by the improvement of string_match.
14288                 Added an alert panel if there is an error in the regexp.
14289
14290         * src/src/prefs_folder_item.h
14291                 Added a regexp pattern buffer.
14292
14293 2001-12-28 [alfons]     0.6.6claws29
14294
14295         * src/string_match.[ch]
14296                 clean up name space
14297                 allow compilation *BSD
14298
14299 2001-12-27 [alfons]     0.6.6claws28
14300
14301         * src/filter.c
14302                 sync the Hiro's bug fix for BSD
14303
14304 2001-12-27 [melvin]     0.6.6claws27
14305         
14306         * src/compose.c
14307                 Simplify focus to subject entry code.
14308
14309 2001-12-27 [darko]      0.6.6claws26
14310
14311         * src/filtering.c
14312         * src/mbox_folder.c
14313         * src/messageview.c
14314         * src/mh.c
14315         * src/procheader.[ch]
14316         * src/procmsg.h
14317         * src/stock_pixmap.[ch]
14318         * src/summaryview.c
14319                 Show key icon for encrypted mails in summary view
14320
14321         * src/pixmaps/clip.xpm
14322         * src/pixmaps/clipkey.xpm
14323         * src/pixmaps/key.xpm
14324                 New/modified icons for the above
14325
14326 2001-12-27 [melvin]     0.6.6claws25
14327
14328         * src/prefs_common.c
14329                 Put spell checker options in a separate tab to decrease
14330                 the Common Preferences window height.
14331
14332         * README.claws  
14333                 Update spell checker usage instruction about its options
14334                 location.
14335
14336 2001-12-27 [melvin]     0.6.6claws24
14337
14338         * src/compose.c
14339                 Changed subject entry widget position. Initial focus is
14340                 on the To header instead of the subject entry.
14341                 Creating a new header scrolls the header list to make the
14342                 created one visible. Nevertheless, when automatically filling
14343                 headers, the first one is shown.
14344                 A Tab key press in the last empty header entry zips the 
14345                 focus to the subject entry.
14346                 (I did not change the combo boxes, yet)
14347
14348 2001-12-26 [alfons]     0.6.6claws23
14349
14350         * src/prefs_account.c
14351         * src/inc.c
14352                 allow default inbox to reside in another mailbox (only
14353                 works for POP3 accounts)
14354
14355 2001-12-26 [alfons]     0.6.6claws22
14356         
14357         * src/textview.c
14358                 make reply-on-click work with the account of the selected folder
14359         * src/compose.c
14360                 put a fixme here to remind me to fix finding correct default
14361                 account for nested folders
14362
14363 2001-12-25 [alfons]     0.6.6claws21
14364
14365         * src/summaryview.c
14366                 make column headers display locked and mark pixmaps (idea by Melvin) 
14367                 fix bug by adding score and locked column type to sort array
14368
14369 2001-12-25 [alfons]     0.6.6claws20
14370         
14371         * src/summaryview.c
14372                 catch a *potentially* inadvertent write back of  
14373                 the message cache(s) introduced by 0.6.5claws37
14374
14375 2001-12-25 [christoph]  0.6.6claws19
14376
14377         * src/stock_pixmap.[ch]
14378         * src/summaryview.c
14379                 add ignore thread pixmap
14380                 (can someone draw a better icon for this?)
14381
14382 2001-12-24 [alfons]     0.6.6claws18
14383
14384         * src/prefs_folder_item.c
14385                 make address completion actually work for the
14386                 Default To address in the Folder Property dialog.
14387
14388 2001-12-24 [alfons]     0.6.6claws17
14389         
14390         * src/summaryview.c
14391                 use new style regexp for subject stripping 
14392                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14393
14394 2001-12-24 [darko]      0.6.6claws16
14395
14396         * src/pgptext.c
14397         * src/rfc2015.c
14398                 move GPG related informational messages to debug mode
14399
14400 2001-12-23 [alfons]     0.6.6claws15
14401
14402         * src/stock_pixmap.[ch]
14403         * src/summaryview.c
14404                 add the forgotten Claws' locked pixmap
14405
14406 2001-12-23 [alfons]     0.6.6claws14
14407
14408         * src/filesel.c
14409                 accept file name typed in entry in multi file
14410                 selector (patch submitted by Gustavo Noronha Silva 
14411                 <kov@debian.org>)
14412
14413 2001-12-23 [alfons]     0.6.6claws13
14414
14415         * src/prefs_filter.c
14416         * src/prefs_filtering.c
14417         * src/matcher.c
14418         * src/importmutt.c
14419                 clean up a little bit
14420         
14421         * src/string_match.c
14422                 validate input strings a little bit more
14423
14424 2001-12-23 [alfons]     0.6.6claws12
14425
14426         * src/Makefile.am
14427         * src/summaryview.c
14428         * src/string_match.[ch]         ** NEW **
14429         * src/folderview.[ch]
14430         * src/headerview.h
14431         * src/folder.[ch]
14432         * src/prefs_folder_item.[ch]
14433                 add subject simplification to strip out strings from
14434                 a subject line (esp. handy for mailing lists). 
14435                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14436                 but slightly changed things for better integration.)
14437
14438 2001-12-23 [alfons]     0.6.6claws11
14439
14440         * src/mainwindow.c
14441                 fix bug introduced by submission included in 0.6.5claws52.
14442                 ideally this submission should clean the trash if any trash
14443                 folder has a message. however, the hasTrash variable was
14444                 set to false whenever a trash folder was empty (discarding
14445                 a previously found *filled* trash folder.)
14446
14447                 also edited the code a little bit and made it more safe.
14448
14449 2001-12-22 [alfons]     0.6.6claws10
14450
14451         * src/imap.c
14452                 quick fix for Martin Pool's omission of an account
14453                 specific SSL setting
14454
14455 2001-12-22 [alfons]     0.6.6claws9
14456
14457         * src/compose.c
14458         * src/messageview.c
14459         * src/mimeview.c
14460         * src/pgptext.c
14461         * src/procmime.[ch]
14462                 better support for multipart/digest (submitted
14463                 by Fredrik <e98fo@efd.lth.se>)
14464
14465 2001-12-22 [alfons]     0.6.6claws8
14466
14467         * src/addressbook.c
14468                 correct function signature
14469         * src/socket.[ch]
14470         * src/imap.[ch]
14471         * src/prefs_account.[ch]
14472                 allow IMAP over SSH tunnel (patch submitted by 
14473                 Martin Pool <mbp@samba.org>)
14474
14475 2001-12-21 [alfons]     0.6.6claws7
14476
14477         * sync with sylpheed 0.6.6cvs4-9
14478                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14479
14480 2001-12-21 [christoph]  0.6.6claws6
14481
14482         * src/compose.c
14483         * src/prefs_folder_item.[ch]
14484                 implement saving of outgoing messages to current folder.
14485                 fix segfault when no default outbox is available
14486                 (closes bug #495683)
14487
14488 2001-12-21 [carsten]    0.6.6claws5
14489         * src/folderview.c
14490         * src/summaryview.c
14491                 pressing CTRL while DND does now the expected thing and
14492                 copies the mail (moving is still the default, as this
14493                 seam more appropriate for handling mails by DND)
14494
14495 2001-12-18 [paul]       0.6.6claws4
14496
14497         * sync with sylpheed 0.6.6cvs3
14498                 see ChangeLog entries 2001-12-18
14499
14500 2001-12-18 [hiro]       0.6.6claws3
14501
14502         * src/undo.c
14503                 fix for multibyte characters (obtain the number of letters
14504                 instead of bytes).
14505
14506 2001-12-17 [paul]       0.6.6claws2
14507
14508         * sync with sylpheed 0.6.6cvs1
14509                 see ChangeLog entry 2001-12-16
14510
14511 2000-12-17 [alfons]     0.6.6claws1
14512
14513         * src/filtering.c
14514                 clean up
14515
14516 2001-12-16 [paul]       0.6.6claws
14517 2001-12-15
14518
14519         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14520
14521         * src/mimeview.c
14522                 last minute sync with main 0.6.6
14523
14524         * po/es.po
14525                 updated by Ricardo Mones Lastra
14526                 update for last minute sync
14527         * po/fr.po
14528         * po/nl.po
14529                 update for last minute sync
14530         * po/de.po
14531                 updated by Jens Oberender
14532         * po/pt_BR.po
14533                 updated by Fabio Junior Beneditto
14534
14535         * src/prefs_common.[ch]
14536         * src/undo.c
14537                 number of undo levels is user configurable
14538                 (squeeze it into the release in the dying
14539                 moments) Submitted by Jens Oberender    
14540
14541 2001-12-15 [melvin]
14542
14543         * po/fr.po
14544                 updated french translation
14545
14546 2001-12-15 [paul]       0.6.5claws92
14547
14548         * sync with sylpheed 0.6.5cvs28
14549                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14550
14551         * po/nl.po
14552                 update to allow for sync
14553
14554 2001-12-15 [alfons]
14555         
14556         * po/nl.po
14557                 update dutch translation
14558
14559 2001-12-14 [carsten]    0.6.5claws91
14560         * src/summaryview.c
14561                 fixed bug #473785; also after changing the column order
14562                 the same message will be selected and displayed as before
14563                 the reordering
14564
14565 2001-12-14 [carsten]    0.6.5claws90
14566         * src/folderview.c
14567                 probably found the bug reported by wwb opening or closing
14568                 a folder tree just before dnd (found the solution in the
14569                 balsa source -- thanks to them)
14570
14571 2001-12-14 [carsten]    0.6.5claws89
14572         * src/gtkutils.c
14573         * src/account.c
14574                 moved gtk_clist_moveto to the right place, so that
14575                 only the accounts dialog is effected on opening
14576
14577 2001-12-14 [carsten]    0.6.5claws88
14578         * src/gtkutils.c
14579                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14580                 now, so that the focused row will be seen in any case
14581                 (reported by wwp on sf-claws-user)
14582
14583 2001-12-14 [darko]      0.6.5claws87
14584
14585         * src/compose.c
14586                 remove unnecessary line
14587
14588 2001-12-14 [paul]       0.6.5claws86
14589
14590         * sync with sylpheed 0.6.5cvs27
14591                 see ChangeLog entries 2001-12-14
14592
14593 2001-12-14 [carsten]    0.6.5claws85
14594         * src/mainwindow.c
14595                 following a suggestion of Melvin the rcoabm pops up
14596                 right under the button now and the button is reliefed
14597                 while the popup is open
14598
14599 2001-12-14 [darko]      0.6.5claws84
14600
14601         * src/compose.c
14602                 fix crash when wrapping long lines if linewrap quotation
14603                 is disabled and wrapper encounters a word spanning more
14604                 than one line
14605
14606 2001-12-13 [paul]       0.6.5claws83
14607
14608         * src/compose.c
14609                 prefer 'Reply-To' header over mailing list header when
14610                 replying to a message. Finally prevent all those confirmation 
14611                 messages being sent to the list itself.
14612
14613         * src/summaryview.c
14614                 remove unused summary_set_menu_sensitive() entry
14615
14616 2001-12-13 [paul]       0.6.5claws82
14617
14618         * src/folderview.c
14619         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14620         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14621         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14622                 improvements to 'Hide read messages': Inbox, Outbox,
14623                 Trash, Queue, and Draft icons now reveal presence of hidden 
14624                 messages
14625
14626 2001-12-12 [alfons]     0.6.5claws81
14627
14628         0.6.5claws80 was tagged as LAST_STABLE
14629
14630         * src/filtering.[ch]
14631         * src/matcher.[ch]
14632         * src/matcher_parser_lex.c
14633                 fix the filtering; my last attempt to get it right, 
14634                 if it does not work, it's Hoa's turn. ;-)
14635
14636                 for my honourable peers:
14637                 
14638                 the code now makes a clear distinction between
14639                 rules as they are displayed (probably escaped),
14640                 and as they are executed (probably unescaped). the
14641                 parser does *NOT* do any unescaping, this is
14642                 the task of the matcher.c (which breaks up a
14643                 rule into condition) and the filtering.c (which
14644                 breaks up the rule's action). to make this
14645                 run happily we provide an unescaped copy of
14646                 crucial strings to the MatcherProp and 
14647                 FilteringAction structures. note that the only
14648                 exception to this is any REGEXP string. those
14649                 are directly passed to regcomp() and regexp()
14650                 (who have much more powerful unescape functions).
14651                 
14652                 for everyone else:
14653         
14654                 you can escape tab (\t), carriage return (\r),
14655                 linefeed (\n), form feed (\f), quote (\"), 
14656                 single quote (\'), bell (\b) in all the entry
14657                 lines in the scoring & filtering dialogs.
14658                 as an added bonus this should not affect
14659                 existing filtering rules.
14660
14661 2001-12-12 [carsten]    0.6.5claws80
14662
14663         * src/summaryview.c
14664         * po/de.po
14665                 "item(s) selected" is now sensitive to 1 or more
14666                 than one selected (nice for language where simple
14667                 adding of a "s" is not possible as German (Eintrag
14668                 ->Eintr"age)
14669                 
14670                 the "forward as attachment" entry from the right
14671                 click menu removed, "forward" acts following the
14672                 prefs
14673         
14674         * src/textview.c
14675                 reverted my former changes; so compiler warning again
14676                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14677                 nevertheless
14678
14679         * src/messageview.c
14680                 "search in message" does now *not* only work in MVIEW_TEXT
14681                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14682                 message
14683
14684         * src/mainwindow.c
14685                 removed "/File/_Close" as it was the same as "/File/E_xit"
14686                 and we don't need it two times
14687
14688                 the separate folder view and message view now get a distinct
14689                 WMCLASS, just in case someone is using sawfish ;-)
14690
14691                 as the menu entries "/View/Message view" and "/View/Folder tree"
14692                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14693                 make them sensitive accordingly and as these two are "shown"
14694                 after startup anytime check this menuitem at startup
14695
14696 2001-12-12 [paul]       0.6.5claws79
14697
14698         * src/folderview.c
14699                 fix sensitivity of 'Search folder...', broken in
14700                 0.6.5claws75
14701
14702         * src/mainwindow.c
14703                 fix dodgy English
14704
14705 2001-12-11 [carsten]    0.6.5claws78
14706         * src/filtering.c
14707                 fixed two typos returning a wrong FALSE/TRUE
14708         * src/mainwindow.[ch]
14709                 extra menu for email/news button removed
14710
14711 2001-12-11 [alfons]     0.6.5claws77
14712         
14713         * src/matcher.c                 (1.3)
14714         * src/matcher_parser_lex.l      (1.28)
14715                 revert for another attempt
14716                 mark 0.6.5claws77 as LAST_STABLE
14717
14718 2001-12-11 [christoph]  0.6.5claws76
14719
14720         * po/de.po
14721                 fixed wrong translation for prev. unread msg
14722
14723 2001-12-11 [paul]       0.6.5claws75
14724
14725         * src/folder.[ch]
14726         * src/folderview.c
14727         * src/mainwindow.c
14728         * src/summaryview.[ch]
14729         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14730                 enable ability to hide read messages on per folder basis via 
14731                 '/Summary/Hide read messages'; when selected, a folder will 
14732                 have a red open folder icon, instead of a blue icon, if the 
14733                 folder contains hidden messges
14734                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14735
14736         * src/mainwindow.c
14737                 remove '/Message/Forward as attachment' from 
14738                 main_window_set_menu_sensitive() to prevent debug warning
14739
14740         * src/folderview.c
14741         * src/mainwindow.c
14742                 Clean up some of the English
14743
14744         * tools/newscache_clean.pl
14745                 allow for new 'hidereadmsgs' entry in folderlist.xml
14746
14747         * po/es.po
14748                 updated translation, submitted by Ricardo Mones Lastra
14749
14750 2001-12-11 [paul]       0.6.5claws74
14751
14752         * sync with sylpheed 0.6.5cvs25
14753                 see ChangeLog entry 2001-12-11
14754
14755 2001-12-10 [alfons]     0.6.5claws73
14756
14757         * src/matcher.c
14758                 add more control characters
14759         * src/matcher_parser_lex.l
14760                 make escaping / unescaping work again
14761
14762 2001-12-10 [alfons]     0.6.5claws72
14763
14764         * src/imap.c
14765                 clean up warnings "returning value for void function" 
14766         * src/prefs_filtering.c
14767                 make info button for execute action sensitive
14768
14769 2001-12-10 [paul]       0.6.5claws71
14770
14771         * src/compose.c
14772         * src/imap.[ch]
14773         * src/summaryview.c
14774                 fix: imap server now gets informed of MARKED, UNMARKED
14775                 and REPLY events. Now people can use different IMAP-Mail
14776                 clients and have the exact same information about MARKED,
14777                 UNMARKED and REPLY status with all of them. Especially
14778                 useful for imap servers with a web-frontend.
14779                 submitted by Tobias Sandhaas <medlor@web.de>
14780
14781 2001-12-09 [melvin]     0.6.5claws70
14782         
14783         * src/textview.[ch]
14784                 fixed bug #490076 (hunted down by Alfons who implemented
14785                 a workaround in 0.6.5claws65)
14786
14787 2001-12-09 [christoph]  0.6.5claws69
14788
14789         * src/summaryview.c
14790                 set pointer to string in LOCKED column to NULL
14791                 (might fix bug #490800)
14792
14793 2001-12-09 [carsten]    0.6.5claws68
14794
14795         * po/de.po
14796                 resolved some cluttered menu shortcuts 
14797                 ('creating new email' and 'creating news message'
14798                 hade the same)
14799         * src/compose.c
14800                 wmclass now distinc from main window
14801         * src/mainwindow.c
14802           src/mainwindow.h
14803                 email/news and forward button functionality similar
14804                 to the reply buttons; removed the ugly dropdown arrows
14805                 and use instead the right mouse button
14806
14807 2001-12-09 [paul]       0.6.5claws67
14808
14809         * src/imap.c
14810         * src/utils.h
14811                 allow spaces in imap folder names
14812                 submitted by Willem van Engen <wvengen@stack.nl>
14813
14814 2001-12-09 [paul]       0.6.5claws66
14815
14816         * sync with sylpheed 0.6.5cvs24
14817                 see ChangeLog entry 2001-12-09
14818
14819 2001-12-08 [alfons]     0.6.5claws65
14820
14821         * src/textview.c
14822                 prevent secondary selection claim after "add to sender" dialog
14823                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14824                 we trick GTK by simulating a click at (0, 0) in the textview.
14825
14826 2001-12-08 [hoa]        0.6.5claws64
14827
14828         * src/folder.c
14829                 fixed a bug about the .processing folder name while filtering
14830
14831 2001-12-08 [alfons]     0.6.5claws63
14832
14833         * src/folderview.c 
14834                 work around problem of not correctly updating folder stats
14835                 when deleting messages. there's some folder scanning evil
14836                 going so the folderview_update_msg_num() does not work
14837                 correctly. need to investigate this.
14838
14839 2001-12-08 [paul]       0.6.5claws62
14840
14841         * sync with sylpheed 0.6.5cvs23
14842                 see ChangeLog entry 2001-12-08
14843
14844 2001-12-07 [christoph]  0.6.5claws61
14845
14846         * src/compose.c
14847                 fix another header translation problem
14848
14849 2001-12-07 [alfons]     0.6.5claws60
14850
14851         * src/mbox.c
14852                 make filtering also work on local spool mbox
14853
14854 2001-12-07 [carsten]    0.6.5claws59
14855         * src/addressbook.c
14856                 addressbook window gets a wmclass distinct from the main
14857                 sylpheed window
14858         * src/compose.h
14859         * src/mainwindow.[ch]
14860                   forward menu item will use mode selected in prefs, forward 
14861                 as attatchment in menu removed (will be substituted in the
14862                 toolbar similar to reply buttons)
14863                   create news message menu entry and news button is now 
14864                 sensitive to the existance of a news account
14865         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14866         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14867         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14868                 these are removed because the toolbar buttons don't show
14869                 the quoting modus any longer
14870
14871 2001-12-07 [paul]
14872
14873         * tools/newscache_clean.pl      ** NEW FILE **
14874                 perl script to do some tidying up in the newscache directory 
14875                 
14876         * tools/sylpheed-switcher       ** NEW FILE **
14877                 perl script to enable easy switching between main and claws
14878                 
14879         * tools/README
14880                 added descriptions of the two new perl scripts          
14881
14882
14883 2001-12-07 [melvin]     0.6.5claws58
14884
14885         * src/messageview.c
14886                 fixed a warning during compilation introduced in 0.6.5claws56
14887
14888 2001-12-07 [paul]       0.6.5claws57
14889
14890         * src/mainwindow.[ch]
14891         * src/menu.[ch]
14892                 further usability enhancements to replying with or without 
14893                 quoting via the toolbar, use of Ctrl key is replaced by 
14894                 drop down menu 
14895                 Submitted by Carsten Schurig            
14896
14897 2001-12-07 [melvin]     0.6.5claws56
14898
14899         * src/messageview.c
14900                 hack to fix bug that prevented to make/paste selections
14901                 after switching between MVIEW_TEXT and MVIEW_MIME views
14902                 without deselecting the selection first.
14903
14904 2001-12-06 [alfons]     0.6.5claws55
14905
14906         * src/filtering.[ch]
14907         * src/inc.c
14908                 revise filtering a little bit more, and make sure
14909                 messages are delivered to the appropriate inbox
14910                 (perhaps set per account)
14911
14912 2001-12-06 [paul]       0.6.5claws54
14913
14914         * sync with sylpheed 0.6.5cvs22
14915                 see ChangeLog entry 2001-12-06
14916
14917 2001-12-05 [alfons]     0.6.5claws53
14918
14919         * src/inc.c
14920         * src/folder.[ch]
14921         * src/procmsg.c
14922         * src/filtering.c
14923                 more revisions of filtering system
14924                 (last stable version is marked as LAST_STABLE)
14925                 
14926                 | NOTE 1): the filtering system now uses a local folder called
14927                 | .processing. if filtering fails, check this directory
14928                 | for missing messages.
14929                 |
14930                 | NOTE 2): help us find the filtering actions still missing
14931
14932 2001-12-05 [paul]       0.6.5claws52
14933
14934         * src/mainwindow.c
14935                 fix bug where 'Empty Trash?' pop-up window appears even
14936                 when Trash is empty, submitted by Jesse Skinner         
14937
14938 2001-12-05 [melvin]     0.6.5claws51
14939
14940         * src/compose.c
14941                 fixed bug #486106 to select correct account when reediting 
14942                 a queued message
14943         
14944 2001-12-04 [alfons]     0.6.5claws50
14945
14946         * src/mh.c
14947                 declare markfile in appropriate functions when
14948                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14949                 for spotting this)
14950
14951 2001-12-04 [paul]       0.6.5claws49
14952
14953         * sync with sylpheed 0.6.5cvs21
14954                 see ChangeLog entry 2001-12-04
14955
14956 2001-12-03 [christoph]  0.6.5claws48
14957
14958         * po/de.po
14959                 changed translation of undo
14960         * src/account.c
14961         * src/folder.c
14962                 don't reinvent the wheel to traverse a GNode
14963         * src/compose.[ch]
14964                 seperate code to create the compose gui into functions
14965                 add "Others" page with folder selection for saving copy
14966                 of the message.
14967                 the folder identifier is saved to queue header
14968         * src/procmsg.c
14969                 save message to folder in queue header
14970
14971 2001-12-03 [paul]       0.6.5claws47
14972
14973         * sync with sylpheed 0.6.5cvs20
14974                 see ChangeLog entry 2001-12-03
14975
14976 2001-12-01 [paul]
14977
14978         * more sync with sylpheed 0.6.5cvs19
14979                 see ChangeLog entry 2001-11-29
14980
14981 2001-11-30 [paul]       0.6.5claws46
14982         
14983         * src/compose.c
14984                 remove conflicts introduced by Hoa's last commit
14985          
14986         * src/mainwindow.c
14987                 make 'Message/Bounce' sensitive
14988
14989 2001-11-30 [hoa]        0.6.5claws45
14990
14991         * src/compose.c
14992                 slightly change bounce function to add
14993                 information about the user that bounced the mail
14994                 in the From header line.
14995
14996         * src/folderview.c
14997                 permit the use of processing in outbox folder.
14998
14999 2001-11-29 [paul]       0.6.5claws44
15000
15001         * src/mainwindow.[ch]
15002         * src/prefs_common.c
15003         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15004         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15005         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15006                 usability enhancements to the quoting, implements
15007                 use of Ctrl key to toggle quoting settings
15008                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15009
15010 2001-11-29 [paul]       0.6.5claws43
15011         
15012         * sync with sylpheed 0.6.5cvs19
15013                 see ChangeLog entry 2001-11-28
15014
15015 2001-11-29 [melvin]     0.6.5claws42
15016         * src/Makefile.am
15017                 added enriched.[ch] to the list of files
15018
15019         * src/textview.c
15020         * src/mimeview.c
15021         * src/procmime.[ch]
15022         * src/enriched.[ch]
15023                 added support to view text/enriched
15024                 added support to show headers in message view for text/enriched and text/html
15025                         in non multipart messages
15026
15027 2001-11-28 [paul]       0.6.5claws41
15028
15029         * more sync with sylpheed 0.6.5cvs18
15030                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15031
15032 2001-11-27 [paul]       0.6.5claws40
15033         
15034         * po/pt_BR.po
15035                 updated translation, submitted by Fabio Junior Beneditto
15036                 
15037         * sync with sylpheed 0.6.5cvs18
15038                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15039                 2001-11-27
15040
15041
15042 2001-11-26 [paul]
15043
15044         * po/es.po
15045                 updated translation, submitted by Ricardo Mones Lastra
15046
15047 2001-11-26 [alfons]
15048
15049         * src/matcher.c
15050                 add more translatable strings
15051
15052 2001-11-26 [christoph]  0.6.5claws39
15053
15054         * po/de.po      
15055                 fixed one more umlaut
15056         * src/compose.c
15057                 fix translated header when it should not be translated
15058
15059 2001-11-26 [paul]       0.6.5claws38
15060
15061         * src/mainwindow.c
15062                 remove '/Message/Add Sender to address book' from 
15063                 main_window_set_menu_sensitive(), prevent debug warning
15064                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15065
15066 2001-11-26 [paul]       0.6.5claws37
15067
15068         * src/summaryview.c
15069                 fix 'recurring unread state' bug 
15070
15071         * tools/README 
15072         * tools/filter_conv.pl
15073                 read name of top level mailbox from folderlist.xml
15074                 and presume nothing about its name              
15075
15076 2001-11-26 [darko]      0.6.5claws36
15077
15078         * src/gtkstext.[ch]
15079                 removed functions that are now in gtkutils.c
15080                 use gtkut_text_is_uri_string() from gtkutils.c
15081         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15082
15083 2001-11-26 [paul]       0.6.5claws35
15084
15085         * sync with sylpheed 0.6.5cvs16
15086                 see ChangeLog entries 2001-11-25 and 2001-11-26
15087
15088 2001-11-25 [alfons]     0.6.5claws34
15089
15090         EXPERIMENTAL!!! Please checkout the last stable version using: 
15091           
15092         % cvs update -r LAST_STABLE -dRAP
15093
15094         (Or help us testing this stuff.)
15095
15096         * src/filtering.c               (1.14)
15097         * src/filtering.h               (1.6)
15098         * src/inc.c                     (1.28)
15099         * src/matcher.c                 (1.20)
15100         * src/mbox.c                    (1.9)
15101         * src/procmsg.h                 (1.14)
15102         * src/summaryview.c             (1.59)
15103         * src/summaryview.h             (dunno)
15104                 revert/merge/sync to as it was before commit 
15105                 on Thu, 19 Jul 2001 10:15:51 -0700.
15106
15107 2001-11-25 [hoa]        0.6.5claws33
15108
15109         * src/main.c
15110                 processing mails at startup
15111
15112         * src/folderview.c
15113         * src/summaryview.[ch]
15114                 processing mails when entering folder
15115
15116         * src/prefs_filtering.c
15117                 fixed some UI bugs
15118
15119 2001-11-24 [alfons]     0.6.5claws32
15120
15121         * src/summaryview.[ch]
15122                 make summary sort headers work, and also make
15123                 sure the sort type is stored
15124
15125 2001-11-23 [alfons]     0.6.5claws31
15126
15127         * src/summaryview.[ch]
15128                 make lock work like mark
15129                 disallow deleting messages marked as locked
15130
15131 2001-11-23 [alfons]     0.6.5claws30
15132
15133         * src/gtkstext.c
15134         * src/compose.[ch]
15135         * src/Makefile.am
15136         * src/undo.[ch]
15137                 merge undo patch submitted by Jens
15138
15139 2001-11-23 [christoph]  0.6.5claws29
15140
15141         * src/.cvsignore
15142                 added ylwrap
15143         * src/compose.c
15144                 fixed gpg signing and encoding
15145         * src/folder.[ch]
15146         * src/main.c
15147                 added --status option to get new, unread and total
15148                 message count from a running sylpheed
15149         * src/prefs_common.c
15150                 temporary fix for reply_with_quote problem
15151                 (don't call functions for non existing widget)
15152         * src/procmsg.c
15153                 one more check for ignored threads but still not
15154                 always working correctly. probably a recursive
15155                 check for all parents is needed
15156
15157 2001-11-23 [darko]      0.6.5claws28
15158
15159         * src/compose.c
15160                 wrapping on send improvements
15161         * src/gtkutils.[ch]
15162                 fix for GtkSText after last sync with main branch
15163                 GTK_TEXT -> GTK_STEXT
15164
15165 2001-11-23 [paul]       0.6.5claws27
15166
15167         * sync with sylpheed 0.6.5cvs14
15168                 see ChangeLog entries 2001-11-22 and 2001-11-23
15169                 
15170         * po/de.po
15171                 fixed the scrambled umlauts 
15172                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15173
15174 2001-11-21 [paul]       0.6.5claws26
15175
15176         * sync with sylpheed 0.6.5cvs12
15177                 see 2nd ChangeLog entry dated 2001-11-20
15178
15179 2001-11-20 [paul]       0.6.5claws25
15180
15181         * sync with sylpheed 0.6.5cvs11
15182                 see ChangeLog entry 2001-11-19 (src/utils.c)
15183
15184 2001-11-20 [hiro]
15185
15186         * src/compose.c
15187                 GTK_TEXT -> GTK_STEXT
15188                 fix for wrong comment
15189
15190 2001-11-20 [hiro]       0.6.5claws24
15191
15192         * src/compose.[ch]
15193                 more merges from main branch
15194                 removed fatal warnings (uninitialized variables etc.)
15195                 some coding style fix
15196         * src/gtkutils.h
15197                 fixed typo.
15198         * src/addressbook.c
15199           src/addrindex.c
15200                 V-Card -> vCard
15201
15202 2001-11-19 [hoa]        0.6.5claws23
15203
15204         * src/filtering.c
15205         * src/prefs_scoring.c
15206         * src/matcher.[ch]
15207         * src/scoring.c
15208                 cleaning code
15209
15210         * src/matcher_parser_parse.y
15211         * src/prefs_filtering.c
15212                 bouncing
15213
15214 2001-11-19 [alfons]     0.6.5claws22
15215
15216         more of my old things into claws
15217
15218         * src/Makefile.am
15219         * src/prefs_common.c
15220         * src/procmsg.h
15221         * src/summaryview.[ch]
15222         * src/prefs_summary_column.c
15223         * src/pixmaps/locked.xpm
15224                 add indicators for locking of message in summary view
15225                 (does not work yet, only visual indicator)
15226
15227 2001-11-19 [paul]       0.6.5claws21
15228
15229         * sync with sylpheed 0.6.5cvs10
15230                 see ChangeLog entry 2001-11-19
15231
15232 2001-11-18 [alfons]     0.6.5claws20
15233         
15234         * src/filtering.c
15235                 remove an inadvertent free I forgot in previous clean up 
15236
15237 2001-11-18 [alfons]     0.6.5claws19
15238
15239         * src/filtering.[ch]
15240                 clean up & plug leaks
15241
15242 2001-11-18 [paul]       0.6.5claws18
15243
15244         * sync with sylpheed 0.6.5cvs9
15245                 see ChangeLog entries 2001-11-17 and 2001-11-18
15246
15247 2001-11-16 [paul]       0.6.5claws17
15248
15249         * sync with sylpheed 0.6.5cvs8
15250                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15251
15252 2001-11-16 [paul]       0.6.5claws16
15253
15254         * sync with sylpheed 0.6.5cvs7
15255                 see ChangeLog entries 2001-11-15 and 2001-11-16
15256
15257 2001-11-15 [hoa]        0.6.5claws15
15258
15259         * src/compose.c
15260                 fix bounce, mails we received couln't be bounced to ourself.
15261
15262         * src/defs.h
15263         * src/filtering.[ch]
15264         * src/matcher.[ch]
15265         * src/matcher_parser.h
15266         * src/matcher_parser_lex.l
15267         * src/matcher_parser_parse.y
15268         * src/inc.c
15269         * src/main.c
15270         * src/mbox.c
15271         * src/prefs_filtering.[ch]
15272         * src/mainwindow.c
15273         * src/prefs_matcher.c
15274         * src/prefs_scoring.c
15275         * src/scoring.[ch]
15276         * src/summaryview.c
15277                 new matcher/filter/score configuration file parser
15278                 one unique configuration file => ~/.sylpheed/matcherrc
15279                 import in currently automatic, then save are made
15280                 in this new file.
15281                 one filter per folder and one global filter
15282                 (filter of a folder will be used as folder processing)
15283
15284         * src/folder.c
15285                 fix a bug in folder_item_get_identifier
15286                 
15287         * src/messageview.c
15288                 receive receipt return are fixed.
15289
15290 2001-11-14 [alfons]     0.6.5claws14
15291
15292         * src/session.h
15293                 add things from main branch to make claws compile
15294
15295 2001-11-14 [paul]       0.6.5claws13
15296
15297         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15298                 see ChangeLog entries 2001-11-08 to 2001-11-14
15299
15300 2001-11-14 [hoa] 0.6.5claws12
15301
15302         * src/compose.[ch]
15303         * src/mainwindow.c
15304         * src/summaryview.c
15305                 add "bounce mail" option
15306
15307 2001-11-13 [christoph]  0.6.5claws11
15308
15309         * src/compose.c
15310                 Cleanup a mess i add before commiting
15311
15312 2001-11-13 [hoa]        0.6.5claws10
15313
15314         * src/compose.c
15315                 some fixes when mail are sent or
15316                 for crossposts
15317
15318 2001-11-13 [christoph]  0.6.5claws9
15319
15320         * po/de.po
15321                 Changed two string with the same translation
15322         * src/compose.c
15323         * src/procmsg.[ch]
15324         * src/send.[ch]
15325                 New mailsending process:
15326                   - Always queue message before sending
15327                     (message will be saved if sylpheed crashed or
15328                      freezes while sending)
15329                   - Allow queuing of newspostings
15330                   - No copy in outbox before sending
15331                     (closes bug #469501)
15332                   - No more redundant code for send and send_later
15333         * src/summaryview.c
15334                 Applied wwp <subscript@free.fr>'s patch that fixes
15335                 marks for multiple forwarded messages (+compose.c)
15336
15337 2001-11-12 [alfons]
15338
15339         * README.claws
15340                 remove things that are now in main branch
15341         
15342         * po/nl.po
15343                 update Dutch translation
15344
15345 2001-11-12 [mhadasht]   0.6.5.claws8
15346
15347         * src/prefs_common.c
15348                 re-enabled account autoselection feature for forward
15349                 and reedit lost during the branch point for SYNC-B4-REL
15350         * src/gtkspell.c
15351                 gtkpspell_get_dict(): more readable code (even if function is
15352                 not used yet)
15353         * ChangeLog.claws
15354                 added version number info to 2001-11-12 [hiro] comment.
15355
15356 2001-11-12 [hiro]       0.6.5.claws7
15357
15358         * src/compose.c
15359                 compose_forward(): fixed a bug that forward quote mark
15360                 wasn't used.
15361                 removed unnecessary code.
15362         * src/template_select.[ch]: removed.
15363
15364 2001-11-11 [alfons]
15365
15366         * src/compose.c
15367                 :%s/GTK_TEXT/GTK_STEXT/g
15368         
15369         * src/compose.[ch]
15370         * src/undo.[ch]
15371         * src/Makefile.am
15372                 revert the undo stuff (this is 0.6.6claws stuff)
15373
15374 2001-11-11 [hoa]        0.6.5.claws6
15375
15376         * src/compose.[ch]
15377                 Insert signature at the end of the text.
15378                 Added undo patch but currently disabled
15379
15380         * src/procmsg.c
15381                 Threading by subject improved.
15382
15383         * added src/undo.[ch]
15384                 Undo module for compose dialog box.
15385
15386 2001-11-11 [alfons]     0.6.5.claws5
15387
15388         * src/procmsg.c
15389                 prevent threading by subject on nodes that have already been
15390                 threaded by in-reply-to (as in "circular references in a tree
15391                 result in a dead branch")
15392
15393 2001-11-09 [hoa]        0.6.5.claws4
15394         
15395         * src/folderview.c
15396                 allows creation of mbox folder item from any files.
15397
15398 2001-11-09 [alfons]     0.6.5.claws3
15399         
15400         * src/utils.c
15401         * src/procmsg.c
15402                 do what I mean and correct threading by subject so it really
15403                 ignores attracting lines without "Re: "
15404
15405 2001-11-07 [alfons]     0.6.5.claws2
15406
15407         * src/procmsg.c
15408         * src/utils.[ch]
15409                 only attract by subject if a subject line starts with a "Re: "
15410         * src/syldap.c
15411                 remove warning
15412
15413 2001-11-07 [paul]       0.6.5claws1
15414
15415         * sync with sylpheed 0.6.5. release
15416                 see ChangeLog entry 2001-11-07
15417
15418 2001-11-07 [paul]       0.6.4claws31
15419
15420         * sync with sylpheed 0.6.4cvs18
15421                 see ChangeLog entries 2001-10-30 to 2001-11-07
15422                 prefs_templates.[ch] renamed prefs_template.[ch]
15423
15424 2001-11-06 [alfons]
15425         
15426         * src/utils.h
15427                 add semicolon Hoa forgot ;-)
15428                 
15429
15430 2001-11-06 [hoa]        0.6.4claws30
15431         
15432         * src/procmsg.c
15433         * src/summaryview.c
15434         * src/utils.c
15435         * src/utils.h
15436                 threading by subject - empty subject are ignored
15437
15438 2001-11-06 [christoph]  0.6.4claws29
15439
15440         * src/socket.c
15441                 use SSL_peek for sock_gets
15442         * src/utils.c
15443                 removed unneeded pointer in extracting quoted
15444                 names implementation
15445
15446 2001-11-06 [melvin]     0.6.4claws28
15447
15448         * src/gtkspell.c
15449                 fixed bug #476792 Selection overtyping with spell checker
15450                 fixed bug which could cause a buffer overflow
15451                 fixed a memory leak
15452
15453 2001-11-06 [hoa]        0.6.4claws27
15454         
15455         * src/procmsg.c
15456         * src/summaryview.c
15457                 threading by subject
15458
15459 2001-11-05 [alfons]     0.6.4claws26
15460         
15461         * README.claws
15462                 Claws -> Sylpheed (vice versa)
15463
15464         * src/compose.c
15465                 :%s/gtk_text/gtk_stext/g
15466                 :%s/GTK_TEXT/GTK_STEXT/g
15467                 (thanks to Jonathan Ware for spotting this)
15468
15469 2001-11-04 [christoph]  0.6.4claws25
15470
15471         * src/summaryview.c
15472                 replace Xalloca + strdup with Xstrdup_a
15473         * src/utils.c
15474                 better implementation of extracting quoted names
15475                 from addresses (remove backlashes and ignore
15476                 quotes after them)
15477
15478 2001-11-04 [alfons]     0.6.4claws24
15479
15480         * src/utils.[ch]
15481                 edit to comply more with coding style
15482
15483         * src/textview.c
15484                 fix bug reported by Kim Schulz. introduced by the patch integrated
15485                 in 0.6.4claws15. the code did not check the return value of
15486                 the html parser.
15487
15488         * AUTHORS
15489                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15490
15491 2001-11-04 [christoph]  0.6.4claws23
15492
15493         * src/main.c
15494         * src/prefs_common.[ch]
15495                 init some pointers that possibly caused a segfault
15496                 reported in the claws-users ML
15497
15498 2001-11-04 [hoa]        0.6.4claws22
15499
15500         * src/grouplistdialog.c
15501                 change the names of the nodes in the tree
15502
15503         * src/compose.c
15504                 enhanced mailto syntax as described in
15505                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15506                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15507
15508         * src/utils.c
15509                 encode and decode URI (useful when opening URL into
15510                 netscape).
15511
15512 2001-11-03 [hoa]        0.6.4claws21
15513
15514         * src/grouplistdialog.c
15515                 a new newsgroups list selection dialog box
15516                 with a CTree instead of a CList
15517
15518 2001-11-03 [hoa]        0.6.4claws20
15519
15520         * src/folderview.c
15521                 enable property and scoring options when right
15522                 click on "inbox"
15523
15524         * src/summaryview.c
15525                 fixed bug when nickname were displayed using
15526                 the address book.
15527
15528 2001-11-02 [darko]      0.6.4claws19
15529
15530         * src/compose.c
15531                 new wrap quotation and URL/long words wrapping implementation
15532         * src/compose.c src/gtkstext.[ch]
15533                 move gtkstext_strncmp() to gtkstext.c
15534
15535 2001-11-01 [christoph]  0.6.4claws18
15536
15537         * src/prefs_account.c
15538                 fixed mess in account settings dialog
15539         * src/prefs_folder_item.c
15540                 added label with folder path to dialog
15541
15542 2001-10-31 [match]      0.6.4claws17
15543
15544         * src/vcard.c
15545                 fix memory leak.
15546         * src/addrbook.c
15547                 fix generation of spurious address book file names.
15548                 remove redundant functions.
15549         * po/POTFILES.in
15550                 added missing file names.
15551
15552 2001-10-30 [paul]       0.6.4claws16
15553
15554         * sync with sylpheed 0.6.4cvs6
15555                 see ChangeLog entries 2001-10-26 to 2001-10-30
15556
15557         * tools/filter_conv.pl
15558                 read folderlist.xml to discover whether the top-level
15559                 folder is called 'Mailbox' or 'Mail' 
15560
15561 2001-10-29 [paul]       0.6.4claws15
15562
15563         * src/html.c, src/textview.c
15564                 activate links in html mail and fix clickable parts
15565                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15566
15567 2001-10-29 [paul]
15568
15569         * po/de.po, po/es.po, po/pt_BR/po
15570                 updated translations, submitted by Jens Oberender,
15571                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15572
15573 2001-10-29 [darko]      0.6.4claws14
15574
15575         * src/compose.c
15576                 fix wrapping for good
15577
15578 2001-10-29 [darko]
15579
15580         * src/compose.c
15581                 undo previous change as it broke the smart wrapping
15582
15583 2001-10-29 [darko]      0.6.4claws13
15584
15585         * src/compose.c
15586                 fix infinite loop when long URL is quoted
15587                 (closes bug #475122.
15588
15589 2001-10-28 [match]
15590
15591         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15592                 import Mutt address book
15593         * src/ldif.[ch] src/importldif.h
15594                 modified import LDIF handle user attributes
15595
15596 2001-10-28 [christoph]  0.6.4claws12
15597
15598         * src/summaryview.c
15599                 fixed that filtering did not work if there
15600                 were no filter rules
15601                 (closes bug #472003 and better implementation
15602                  of patch #474644)
15603
15604 2001-10-27 [christoph]  0.6.4claws11
15605
15606         * src/compose.c
15607                 make the folder's default account to be used when
15608                 replying. (patch by wwp <subscript@free.fr>)
15609         * src/compose.c
15610                 code cleanup, nearly killed all of wwp's patch
15611                 for folder's default account in compose
15612         * src/folderview.c
15613                 error panel when a folder could not be created
15614                 (closes bug #471080 new folder name & already
15615                  existing file)
15616
15617 2001-10-26 [alfons]
15618
15619         * src/utils.h
15620                 change prototype of strstr2() that Christoph forgot about
15621
15622 2001-10-26 [christoph]  0.6.4claws10
15623
15624         * src/account.c
15625                 made search for accounts by email address not case
15626                 sensitive
15627         * src/folder.c
15628                 fixed memory leak in folder_item_get_identifier
15629         * src/gtkspell.c
15630         * src/utils.c
15631                 fixed wrong strstr2 (should work like strstr)
15632
15633 2001-10-26 [darko]      0.6.4claws9
15634
15635         * src/compose.c src/gtkstext.[ch]
15636         * src/gtkstext.c
15637                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15638
15639 2001-10-26 [paul]       0.6.4claws8
15640
15641         * src/html.c
15642                 ignore css and javascript tags in html mail
15643                 case-insensitive, with or without double-quoted
15644                 strings
15645
15646 2001-10-26 [paul]       0.6.4claws7
15647
15648         * sync with sylpheed 0.6.4cvs1
15649                 see ChangeLog entry 2001-10-26
15650
15651         * src/prefs_account.c, src/prefs_common.c,
15652           src/prefs_summary_column.c
15653                 minor improvements to the English
15654
15655 2001-10-25 [alfons]     0.6.4claws6
15656
15657         * src/gtkstext.c
15658         
15659                 make GtkSText follow style of GtkText (closes bug 
15660                 #469211 "text selection while writing message")
15661                 
15662                 do sync with GTK 1.2.10
15663
15664 2001-10-25 [paul]       0.6.4claws5
15665
15666         * src/html.c
15667                 ignore css tags in html mail
15668
15669 2001-10-25 [darko]      0.6.4claws4
15670
15671         * src/compose.c
15672                 don't declare is_url_string as static function since
15673                 we need it in gtkstext.c
15674         * src/gtkstext.c
15675                 remove unused variable
15676                 don't wrap long URLs while composing a message
15677
15678 2001-10-24 [christoph]  0.6.4claws3
15679
15680         * src/socket.c
15681                 fix ssl deadlock, when peer closes connection
15682
15683 2001-10-24 [paul]       0.6.4claws2
15684
15685         * src/prefs_common.c
15686                 gettextize the gpg ascii-armored warning message
15687
15688         * src/compose.c
15689                 insert a DOS/MAC file into the composed message
15690                 (improvements)
15691
15692         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15693
15694 2001-10-22 [paul]       0.6.4claws1
15695
15696         * sync with sylpheed 0.6.4 release
15697                 see ChangeLog entries 2001-10-21
15698
15699         * po/fr.po, po/pt_BR.po
15700                 updated by Melvin Hadasht and Fabio Junior Beneditto
15701
15702 2001-10-21 [paul]       0.6.3claws30
15703
15704         * src/compose.c
15705                 insert a DOS text file from the compose window
15706                 into the composed message text (removes CRs characters)
15707                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15708
15709         * tools/filter_conv.pl, tools/README
15710                 automatically use ~/.sylpheed as working directory
15711                 print out confirmation message on completion
15712
15713         * correct Hoa's last ChangeLog.claws entry
15714
15715 2001-10-20 [hoa]        0.6.3claws29
15716
15717         * src/grouplistdialog.c
15718                 bugfix (another ?) to give the right
15719                 newsgroups list for each news server.
15720
15721         * src/news.c
15722         * src/news.h
15723                 improve the newsgroups list cache
15724
15725 2001-10-20 [paul]       0.6.3claws28
15726
15727         * sync with sylpheed 0.6.3cvs9
15728                 see ChangeLog entry 2001-10-19
15729
15730         * correct Alfons' last ChangeLog.claws entry
15731
15732 2001-10-19 [alfons]
15733
15734         * src/pgptext.[ch]
15735                 fix compilation problems (part of bug #472895)
15736
15737 2001-10-18 [hoa]        0.6.3claws27
15738
15739         * src/grouplistdialog.c
15740                 bugfix when we refresh was clicked (bug 472701)
15741
15742 2001-10-19 [christoph]  0.6.3claws26
15743
15744         * src/compose.c
15745                 last header entry should default to "To:" or
15746                 "Newsgroups:" and not copy the last entry line
15747                 in a new compose window
15748                 (closes bug #472686, #470792)
15749
15750 2001-10-19 [paul]       0.6.3claws25
15751
15752         * sync with Sylpheed 0.6.3cvs8
15753                 see ChangeLog entries 2001-10-18 and 2001-10-19
15754
15755 2001-10-18 [christoph]  0.6.3claws24
15756
15757         * src/procmsg.c
15758                 reimplement ignore thread
15759         
15760 2001-10-18 [hoa]        0.6.3claws23
15761
15762         * src/folderview.c
15763         * src/grouplistdialog.[ch]
15764                 enhanced news subscription interface (feature 469113)
15765
15766         * src/news.c
15767         * src/news.h
15768                 enchanced newsgroup listing,
15769                 now, we can get groups informations
15770                 (NNTPGroupInfo)
15771
15772 2001-10-18 [paul]       0.6.3claws22
15773
15774         * src/summaryview.c
15775                 remove comment (sync with main branch)
15776         * src/mainwindow.c
15777                 fix 'Re-edit' bug in 'Message' menu
15778
15779 2001-10-17 [christoph]  0.6.3claws21
15780
15781         * src/compose.c
15782                 ignore empty or whitespace only header lines
15783
15784 2001-10-17 [paul]       0.6.3claws20
15785
15786         * sync with sylpheed 0.6.3cvs7
15787                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15788                 2001-10-17
15789
15790 2001-10-17 [darko]
15791
15792         * src/compose.c
15793                 wrap long lines without spaces
15794                 don't wrap URLs
15795
15796 2001-10-16 [paul]
15797
15798         * po/es.po, po/nl.po, po/pt_BR.po
15799                 updated by Ricardo Mones Lastra, Alfons,
15800                 and Fabio Junior Beneditto
15801
15802         * sylpheed-0.6.3claws released
15803
15804 2001-10-15 [melvin] 0.6.3claws18
15805
15806         * README.claws
15807                 added summary and detailed installation instructions
15808                 for spell checker
15809         * po/fr.po
15810                 Updated, corrected and completed french translation
15811
15812 2001-10-15 [hoa] 0.6.3claws17
15813         * src/grouplistdialog.c
15814                 we can choose the newsgroups to display with wildcards
15815
15816 2001-10-15 [christoph]  0.6.3claws16
15817
15818         * src/account.c
15819         * src/compose.c
15820         * src/prefs_folder_item.[ch]
15821                 applied wwp <subscript@free.fr>'s folder
15822                 default account patch
15823         * po/de.po
15824                 Fixed wrong translation
15825
15826 2001-10-13 [alfons, christoph, melvin]  
15827                         0.6.3claws15
15828
15829         solution #2 to solve MT-safety problems defers all GUI related calls
15830         to the main thread using a gtk_idle_add() callback. discussed on
15831         ircnet #sylpheed, with christoph spotting some issues with the
15832         original code, and melvin allowing us to lobotomize his sylpheed.
15833
15834         * src/syldap.[ch], src/main.c
15835                 fix race problem in ldap search thread by deferring GUI 
15836                 stuff to main thread using gtk_idle_add()
15837
15838 2001-10-13 [paul]       0.6.3claws14
15839
15840         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15841                 add Sergey's smtpcred.patch
15842                 adds separate username/password setting for SMTP Auth
15843                 needed by some servers
15844                 (closes feature request #471659)
15845
15846 2001-10-13 [paul]       0.6.3claws13
15847
15848         * src/pgptext.[ch] **NEW FILES**
15849         * src/Makefile.am, src/messageview.c, src/mimeview.c
15850                 decrypt ascii-armored gpg text embedded in
15851                 the message body.
15852                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15853
15854 2001-10-13 [christoph]  0.6.3claws12
15855
15856         * README.claws
15857                 some more details on default to and
15858                 feature requests
15859         * src/main.c
15860                 init glib threading when ldap is used
15861         * src/syldap.c
15862                 threading fixes
15863         * po/de.po
15864                 fixed a typo
15865
15866 2001-10-12 [paul]       0.6.3claws11
15867
15868         * src/prefs_common.[ch], src/rfc2015.c
15869                 enable ascii-armored gpg text to be embedded in the
15870                 message body, selectable through the 'Privacy'
15871                 preferences. Supports encrypting only.
15872                 Submitted by Ravemax <ravemax@dextrose.com>
15873
15874 2001-10-12 [paul]       0.6.3claws10
15875
15876         * sync with sylpheed 0.6.3cvs6
15877                 see ChangeLog entries 2001-10-11 and 2001-11-12
15878
15879         * src/folderview.c
15880                 incorporated mbox folders, scoring, and folder
15881                 properties into the sync
15882
15883 2001-10-12 [darko]      0.6.3claws9
15884
15885         * README.claws
15886                 describe quotation wrapping
15887         * src/compose.c
15888                 don't treat tab as space to calculate line length properly
15889
15890 2001-10-11 [alfons]
15891
15892         * README.claws
15893                 correct description of how to make new filtering system work,
15894                 add some other things
15895                 
15896         * src/syldap.c
15897                 remove sched_yield() (not necessary / unportable)
15898
15899 2001-10-11 [paul]       0.6.3claws8
15900
15901         * sync with sylpheed 0.6.3cvs3
15902                 see ChangeLog entry 2001-10-10
15903
15904 2001-10-10 [christoph]  0.6.3claws7
15905
15906         * .cvsignore
15907                 ignore 2 files created by newer autotools
15908         * src/prefs_folder_item.c
15909                 using table for widget alignment
15910                 fixed memory leak and broken octal display
15911         * src/filesel.c
15912                 fixed segfault caused by lost filename
15913                 workaround (closes bug #469551)
15914
15915 2001-10-10 [paul]       0.6.3claws6
15916
15917         * sync with sylpheed 0.6.3cvs2
15918                 see ChangeLog entries 2001-10-09 and 2001-10-10
15919
15920 2001-10-10 [darko]      0.6.3.claws5
15921
15922         * src/gtkstext.c
15923                 proper calculation of right margin if smart wrapping is enabled
15924         * src/compose.c
15925                 automatically wrap long lines if wrap quotation is enabled
15926
15927 2001-10-09 [alfons]     0.6.3.claws4
15928
15929         * src/summaryview.c
15930                 select correct row when deleting last row in the summary view (and
15931                 close bug "[ #469104 ] select second last in list when deleting")
15932
15933 2001-10-09 [paul]       0.6.3claws3
15934
15935         * sync with sylpheed 0.6.3cvs1
15936                 updated some autotool scripts
15937
15938 2001-10-09 [darko]      0.6.3claws2
15939
15940         * src/gtkstext.[ch]
15941                 new name and mark with Sylpheed comment
15942         * src/compose.c
15943                 smart quotation wrapping a-la VIM
15944
15945 2001-10-08 [paul]       0.6.3claws1
15946
15947         * sync with sylpheed 0.6.3 release
15948                 see ChangeLog entry 2001-10-08
15949
15950 2001-10-08 [paul]       0.6.2claws24
15951
15952         * src/summaryview.c
15953                 more sync with sylpheed 0.6.2cvs12
15954                 Fixed the bug that didn't select the last row correctly
15955
15956
15957 2001-10-07 [paul]       0.6.2claws23
15958
15959         * sync with sylpheed 0.6.2cvs12
15960                 see ChangeLog entry 2001-10-07
15961
15962 2001-10-06 [match]
15963         * src/jpilot.[ch]
15964                 enable jpilot to read unsynch'ed addresses.
15965
15966         * src/editldap_basedn.c
15967                 fix segfault when opening dialog.
15968
15969 2001-10-06 [alfons]     0.6.2.claws22
15970
15971         * src/summaryview.c
15972                 fix bug with summary view selecting last *inserted*
15973                 node instead of last *visible* node. remember we
15974                 work with a tree
15975
15976 2001-10-06 [paul]       0.6.2claws21
15977
15978         * po/pt_BR.po
15979                 updated translation, contains some fixes and new
15980                 translations, submitted by Gustavo Noronha Silva
15981                 <kov@debian.org>
15982
15983         * src/prefs_common.c
15984                 change 'each' to 'every' - fix dubious English
15985
15986         * sync with sylpheed 0.6.2cvs11
15987
15988 2001-10-05 [alfons]     0.6.2claws20
15989
15990         * src/mainwindow.[ch], src/folderview.c
15991                 make composite tool button switch between "Compose News"
15992                 and "Compose Mail" depending on selected folder
15993                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15994
15995 2001-10-05 [paul]       0.6.2claws19
15996
15997         * src/mainwindow.c, src/summaryview.c
15998                 fix 'Message/Reply to all', broken in last commit
15999
16000         * src/compose.c
16001                 fix X_BEENTHERE seg fault, thanks to Alfons
16002
16003 2001-10-04 [paul]       0.6.2claws18
16004
16005         * src/compose.[ch], src/mainwindow.c
16006                 make "Message/Reply" reply to mailing lists; matches
16007                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16008                 based on portions of the patch submitted by
16009                 Junichi Uekawa <dancer@netfort.gr.jp>
16010
16011 2001-10-04 [darko]      0.6.2claws17
16012
16013         * src/compose.c
16014                 better smart wrapping
16015         * src/gtkstext.[hc]
16016                 a function to make text buffer contiguous
16017
16018 2001-10-03 [paul]       0.6.2claws16
16019
16020         * sync with sylpheed 0.6.2cvs10
16021
16022 2001-10-02 [alfons]
16023
16024         * configure.in
16025         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16026                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16027                 references to chinese translations (hope someone picks up
16028                 this)
16029
16030 2001-10-02 [christoph]  0.6.2claws15
16031
16032         * src/compose.c
16033                 fixed non translated header bug
16034         * ChangeLog.claws
16035                 fixed wrong date in alfons last entry ;)
16036
16037 2001-10-02 [alfons]     0.6.2claws14
16038
16039         * src/compose.c, src/prefs_common.[ch]
16040                 add block cursor option
16041
16042 2001-10-02 [paul]       0.6.2claws13
16043
16044         * sync with sylpheed 0.6.2cvs9
16045
16046 2001-09-30 [paul]       0.6.2claws12
16047
16048         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16049                 updated translations
16050
16051         * po/POTFILES.in
16052                 add 'src/importldif.c'
16053
16054         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16055                 added eudora-to-vCard conversion tool
16056                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16057
16058         * sync with sylpheed 0.6.2cvs8
16059
16060 2001-09-30 [paul]
16061
16062         * sylpheed-0.6.2claws released
16063
16064 2001-09-27 [melvin]     0.6.2claws11
16065
16066         * src/gtkspell.c
16067                 fixed crash when using default path (introduced 
16068                 in 0.6.2claws10)
16069                 fixed tiny bug for initial suggestion mode
16070
16071 2001-09-27 [melvin]     0.6.2claws10
16072         
16073         * src/gtkspell.c
16074                 fixed bug where gtkpspell didn't set the path correctly
16075
16076         * README.claws
16077                 added a paragraph about spell checking
16078                 
16079
16080
16081 2001-09-27 [paul]       0.6.2claws9
16082
16083         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16084                 replace '// comments' with '/* comments */' to prevent
16085                 some compiler warnings 
16086
16087         * sync with sylpheed 0.6.2cvs6
16088
16089 2001-09-26 [alfons]     0.6.2claws8
16090
16091         * src/messageview.c
16092                 introduce return receipt request notification again,
16093                 which was lost because of other semantics in 
16094                 procheader_parse() (???)
16095
16096 2001-09-26 [christoph]  0.6.2claws7
16097
16098         * src/compose.c
16099                 replace comments for old code with #if 0
16100                 readded auto cc, bcc and reply-to
16101         * src/prefs_matcher.c
16102         * src/prefs_scoring.c
16103                 removed some definition (was moved to
16104                 prefs.h)
16105
16106 2001-09-26 [paul]       0.6.2claws6
16107
16108         * src/mainwindow.c
16109                 make 'Follow-up and reply to' sensitive
16110
16111         * more sync with sylpheed 0.6.2cvs5
16112
16113 2001-09-25 [melvin]
16114
16115         * 0.6.2claws5
16116
16117         * src/gtkspell.c
16118                 fixed bug for "US-ASCII" introduced by the encoding code
16119
16120 2001-09-25 [paul]
16121
16122         * 0.6.2claws4
16123
16124         * src/prefs_common.[ch], src/summaryview.c
16125                 'next unread msg' 'go to next folder?' dialog can be
16126                 given default behaviour, either always show dialog,
16127                 or assume 'yes', or assume 'no'
16128                 Submitted by wwp <subscript@free.fr>
16129
16130 2001-09-25 [melvin]
16131                 
16132         * src/compose.c src/gtkspell.[ch]
16133                 added support for different encodings
16134
16135 2001-09-25 [paul]
16136
16137         * more sync with sylpheed 0.6.2cvs5
16138
16139 2001-09-24 [alfons]
16140         
16141         * src/prefs_folder_item.c
16142                 add check for item->prefs->default_to string is NULL and
16143                 add another check when freeing this string
16144
16145 2001-09-24 [paul]
16146
16147         * configure.in
16148                 change to version 0.6.2claws3
16149
16150         * sync with sylpheed 0.6.2cvs5 
16151
16152 2001-09-24 [match]
16153         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16154                 import LDIF files.
16155         * src/addrcache.[ch], addrindex.[ch]
16156                 small update for future
16157         * src/addrbook.c
16158                 fix test XML file.
16159
16160 2001-09-24 [melvin]
16161         * src/gtkspell.[ch]
16162                 added 'Learn from mistakes' option
16163                 better handling of quotes in checked words
16164                 sorted dict list
16165         * po/fr.po
16166                 small update for spell checking stuff
16167
16168 2001-09-23 [alfons]
16169         
16170         * src/gtkspell.c
16171                 edit a little bit so it complies more with main coding style
16172
16173 2001-09-23 [alfons]
16174
16175         * src/folder.[ch], prefs_folder_item.c, compose.c
16176                 migrate "request return receipt" folder property
16177                 to folderlist.xml
16178
16179 2001-09-22 [alfons]
16180
16181         * README.claws **NEW**
16182                 (add things of interest for users of main branch 
16183                 and claws here)
16184
16185         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16186                 re-implement threading per folder option, but store 
16187                 the setting in folderlist.xml (where it belongs)
16188
16189 2001-09-21 [melvin]
16190
16191         * src/gtkspell.[ch]
16192                 fixed bug when compose window is under another window
16193         * src/prefs_common.[ch] src/compose.c
16194                 changed 'dictionary_path' to 'dictionary' to be consistent
16195                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16196         * ac/pspell.m4 src/Makefile.am 
16197                 dropped PSPELL_PATH macro
16198         * po/fr.po
16199                 updated translations
16200
16201 2001-09-21 [christoph]
16202
16203         * src/compose.c
16204                 added border around header fields
16205                 keep header type when new field is added
16206
16207 2001-09-20 [christoph]
16208
16209         * src/utils.[ch]
16210                 more portable debug_print with source filename
16211                 and linenumber
16212         * src/procmsg.c
16213                 more newlines after debug messages
16214
16215 2001-09-20 [paul]
16216
16217         * configure.in
16218                 change to version 0.6.2claws2
16219
16220         * sync with sylpheed 0.6.2cvs3
16221
16222 2001-09-19 [melvin]
16223
16224         * src/gtkspell.c
16225                 fixed the post-right-click focus pb
16226                 fixed crash when 'Spell check all' after dict change 
16227                         and when cursor is at the end of the text
16228                 shift-right-click pops up config menu even on misspelled words.
16229         * po/POTFILES.in
16230                 added gtkspell.c
16231
16232 2001-09-19 [melvin]
16233
16234         * src/about.c
16235                 added pspell to compiled-in features list
16236
16237 2001-09-18 [melvin]
16238
16239         * switched to pspell and dropped ispell
16240         * ac/pspell.m4
16241                 new file. autoconf macro for pspell
16242         * ac/Makefile.am 
16243         * configure.in acconfig.h
16244                 added pspell support
16245         * src/Makefile.am
16246         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16247         * src/prefs_common.[ch] 
16248                 added pspell support
16249
16250 2001-09-18 [christoph]
16251
16252         * src/addr_compl.c
16253         * src/template.[ch]
16254                 replace LOG_MESSAGE with debug_print
16255         * src/compose.[ch]
16256                 gui improvements
16257         * src/menu.c
16258                 added newline after debug message
16259         * src/utils.h
16260                 using __VA_ARGS__ for debug_print macro
16261         * tools/.cvsignore
16262                 ignore Makefile and Makefile.in
16263
16264 2001-09-18 [paul]
16265
16266         * configure.in
16267                 change to version 0.6.2claws1
16268         * sync with sylpheed 0.6.2cvs1
16269
16270         * src/matcher.c 
16271         * src/prefs_matcher.c
16272                 add 'score equal to' option, submitted by
16273                 Paul Evans <nerd@freeuk.com>
16274
16275 2001-09-15 [christoph]
16276
16277         * src/mainwindow.c
16278                 comment out menu entry not existing in claws
16279         * src/menu.c
16280                 add debug output for non existing menu entries
16281         * src/summaryview.c
16282                 fix next/prev unread message for ignored threads
16283         * src/utils.[ch]
16284                 add sourcefile and line number to debug output
16285                 otherwise it is sometimes hard to find the
16286                 source code part if debug messages are translated
16287
16288 2001-09-14 [darko]
16289         
16290         * src/folderview.c
16291                 refresh target folder style after colour is changed
16292
16293 2001-09-13 [paul]
16294
16295         * configure.in
16296                 change to version 0.6.1claws3
16297
16298         * sync with sylpheed 0.6.1cvs6
16299
16300 2001-09-13 [darko]
16301         
16302         * src/folderview.c
16303                 fix target folder colourization to use user selected colour
16304
16305 2001-09-12 [darko]
16306         
16307         * src/summaryview.c
16308                 fix crash when message that is marked for copy/move is unmarked
16309
16310 2001-09-09 [paul]
16311
16312         * configure.in
16313                 change to version 0.6.1claws2
16314
16315         * sync with sylpheed 0.6.1cvs3
16316
16317 2001-09-09 [alfons]
16318         
16319         * src/folderview.c
16320                 fix bug with default font used for trash folder text
16321
16322 2001-09-06 [paul]
16323
16324         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16325                 updated translations
16326
16327         * configure.in
16328                 change to version 0.6.1claws1
16329
16330         * sync with sylpheed 0.6.1cvs2
16331
16332 2001-09-03 [paul]
16333
16334         * po/POTFILES.in
16335                 add Match's new addressbook
16336
16337         * po/de.po
16338                 updated translation submitted by Jens Oberender
16339
16340 2001-09-02 [paul]
16341
16342         * configure.in
16343                 change to 0.6.1claws
16344         * sync with sylpheed 0.6.1 release
16345
16346 2001-09-02 [paul]
16347
16348         * configure.in
16349                 change to 0.6.0claws2
16350
16351         * sync with sylpheed 0.6.0cvs4
16352
16353         * po/pt_BR.po
16354                 updated translation submitted by Fabio Junior Beneditto
16355
16356 2001-09-01 [match]
16357         * pixmaps/
16358                 interface.xpm
16359                 book.xpm
16360                 address.xpm
16361         * src/
16362                 Makefile.am
16363                 a ton of new files
16364
16365 2001-08-31 [paul]
16366
16367         * configure.in
16368                 change to version 0.6.0claws1
16369
16370         * sync with sylpheed 0.6.0cvs1
16371
16372         * po/es.po
16373                 updated translation submitted by Ricardo Mones Lastra
16374
16375         * po/POTFILES.in
16376                 add 'src/prefs_templates.c'
16377
16378         * src/compose.c, src/summaryview.c
16379                 fix segfault on 'Re_edit'               
16380
16381 2001-08-30 [alfons]
16382
16383         * configure.in, Makefile.am
16384         * tools/Makefile.am
16385                 add tools directory to source distribution
16386
16387 2001-08-30 [paul]
16388
16389         * configure.in
16390                 change to version 0.6.0claws
16391
16392         * sync with sylpheed 0.6.0 release
16393
16394 2001-08-30 [christoph]
16395
16396         * configure.in
16397                 removed autoconf version check
16398
16399 2001-08-30 [paul]
16400
16401         * src/account.c, src/compose.c, src/prefs_common.[ch]
16402         * src/procheader.[ch] src/utils.[ch]
16403                 Enhanced automatic account selection on replies
16404                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16405
16406         * configure.in
16407                 add LDAP and JPilot to the configuration results output.
16408
16409 2001-08-29 [christoph]
16410
16411         * src/summeryview.c
16412                 no bold font for ignored threads
16413
16414 2001-08-29 [paul]
16415
16416         * configure.in
16417                 change to version 0.5.3claws6
16418
16419         * sync with sylpheed 0.5.3cvs10
16420                 src/stringtable.[ch]: New Files
16421
16422         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16423         * src/pixmaps/sylpheed.xpm
16424                 add mini-icons to windows (by Alfons)
16425
16426 2001-08-27 [paul]
16427
16428         * src/mainwindow.c
16429                 new functions: next_labeled_cb(), prev_labeled_cb()
16430
16431         * src/summaryview.c
16432                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16433                 summary_select_next_labeled(), summary_select_prev_labeled()
16434
16435         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16436                 give claws blue folders and a blue trash can
16437
16438 2001-08-27 [paul]
16439
16440         * configure.in
16441                 change to version 0.5.3claws5
16442
16443         * sync with sylpheed 0.5.3cvs9
16444                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16445
16446 2001-08-24 [christoph]
16447
16448         * src/filesel.c
16449                 keep filename when browsing directories
16450                 (not working for user entered filename, but
16451                  for default name and selected filename from
16452                  file list)
16453         * src/mainwindow.c
16454                 fixed wrong spelling "Folllow-up"
16455         * src/mbox_folder.c
16456         * src/procmsg.c
16457         * src/summaryview.c
16458                 fixed new/unread message count with ignored
16459                 threads (2 commits, first didn't notice no
16460                 longer needed decreasing)
16461         * src/inc.c
16462                 readded scrolling of progress dialog
16463                 (lost in sync)
16464
16465 2001-08-24 [paul]
16466
16467         * configure.in
16468                 change to 0.5.3claws4
16469
16470         * sync with sylpheed 0.5.3cvs7
16471
16472 2001-08-24 [christoph]
16473
16474         * src/compose.c
16475                 set request return receipt when replying
16476                 if it is set is the folder prefs of the
16477                 message
16478         * src/inc.c
16479                 disable final error popup if popups are
16480                 disabled in config (again)
16481
16482 2001-08-23 [paul]
16483
16484         * configure.in
16485                 Change version number to 0.5.3claws3
16486
16487         * sync with sylpheed 0.5.3cvs5
16488
16489         * src/mimeview.c
16490                 double quote '%s' in 'gedit %s' to fix bug when
16491                 opening attachment with spaces in the name
16492
16493 2001-08-22 [alte]
16494         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16495           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16496                 initial message templates support
16497
16498
16499 2001-08-22 [paul]
16500
16501         * configure.in
16502                 change version number to 0.5.3claws2
16503
16504         * sync with sylpheed 0.5.3cvs4
16505
16506         * src/procmsg.h src/summaryview.c
16507                 re-implement (un)ignore thread
16508
16509 2001-08-21 [paul]
16510
16511         * src/summaryview.c
16512                 remove unnecessary code
16513         * src/compose.c
16514                 enable 'dynamic' signatures (submitted by
16515                 Eric Limpens <eric@hscg-internet.nl>)
16516
16517 2001-08-21 [paul]
16518
16519         clean up after sync with sylpheed 0.5.3 release
16520
16521         * src/folderview.c
16522                 fix re-introduced font mess, see Christoph's
16523                 entry 2001-06-24
16524
16525         * src/summaryview.c
16526                 remove prev_msgnum
16527                 use sylpheed's small font instead of
16528                 gtk default font for summary view
16529
16530
16531 2001-08-17 [paul]
16532
16533         * configure.in
16534                 add pl to ALL_LINGUAS - sync with main branch
16535
16536         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16537                 Updated. Translations by Jens Oberender, Ricardo Mones
16538                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16539
16540         * po/pl.po  ** NEW FILE **
16541                 sync with the main branch
16542
16543         * src/folderview.c
16544                 fix target folder colorizing and refresh problem
16545
16546
16547 2001-08-17 [christoph]
16548
16549         * src/mainwindow.c
16550                 claws uses 4 colors for target folder coloring.
16551                 arrays were not long enough and destroyed the
16552                 stack causing a segfault.
16553                 target folder colorizing does not work anymore
16554                 for me
16555
16556 2001-08-16 [paul]
16557
16558         * configure.in
16559                 change to version 0.5.3claws1
16560
16561         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16562           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16563           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16564
16565                 sync with sylpheed 0.5.3 release, but keep claws method of
16566                 configuring/saving fonts
16567
16568         * src/addressbook.[ch]
16569                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16570                 in line with a similar change in Hiroyuki's branch
16571
16572         * src/mainwindow.[ch]
16573                 disable main_window_set_thread_option()
16574         * src/prefs_folder_item.c
16575                 comment out &tmps_prefs.enable_thread,
16576         * src/mbox_folder.c, src/procmsg.[ch]
16577                 comment out MSG_IS_IGNORE_THREAD
16578         * src/summaryview.c
16579                 comment out summary_ignore_thread() and summary_unignore_thread()
16580                 comment out MSG_IS_IGNORE_THREAD
16581
16582                 use Hiroyuki's threading instead.
16583
16584
16585
16586 2001-08-15 [paul]
16587
16588         * src/account.c
16589                 use Hiroyuki's 0.5.3 column scheme but also
16590                 include the enable/disable button.
16591         * src/pixmaps/mark.xpm
16592                 add Hiroyuki's amended pixmap
16593
16594 2001-08-13 [christoph]
16595
16596         * src/account.c
16597                 receive at get all column showed wrong state for APOP
16598                 button should only work for POP3 and APOP accounts
16599         * src/prefs_account.c
16600                 added missing preprocessor statement for SSL
16601
16602 2001-08-12 [paul]
16603
16604         * src/account.[ch]
16605                 add 'receive at get all' column and enable/disable
16606                 button.
16607
16608 2001-08-06 [christoph]
16609
16610         * src/account.c
16611                 show usage of SSL in protocol column
16612
16613         * src/imap.c
16614         * src/inc.c
16615                 renamed ssl options
16616
16617         * src/prefs_account.[ch]
16618                 moved ssl options to a new page
16619
16620         * src/send.c
16621         * src/smtp.c
16622         * src/ssl.[ch]
16623                 renamed ssl options
16624                 added support for SMTP STARTTLS command
16625
16626 2001-08-05 [christoph]
16627
16628         * configure.in
16629                 debian autoconf needs version check to find
16630                 correct autoconf version. if the file is
16631                 named configure.in 2.13 is used, which does
16632                 not work with this configure.in script.
16633                 other solution would be to rename the script
16634                 to configure.ac as suggested in the autoconf
16635                 manual.
16636
16637         * src/inc.c
16638                 disable final error popup if popups are
16639                 diabled in config
16640
16641         * src/socket.c
16642                 bugfix in ssl_gets
16643                 fixes IMAP over SSL problem
16644
16645 2001-08-03 [paul]
16646
16647         * configure.in
16648                 change to 0.5.2claws1
16649
16650         * sync with sylpheed 0.5.2cvs1
16651
16652 2001-08-02 [alfons]
16653
16654         * configure.in
16655                 quick fix for ispell detection...
16656
16657 2001-08-01 [paul]
16658
16659         * configure.in
16660                 change to 0.5.1claws4
16661
16662         * sync with sylpheed 0.5.1cvs7
16663
16664 2001-07-31 [alfons]
16665
16666         * src/prefs_common.c, src/prefs_common.h, 
16667           src/gtkspell.c, src/gtkspell.h
16668                 add global spelling checker settings (compose tab) +
16669                 selection of dictionary 
16670           
16671         * configure.in  
16672                 guess valid ispell location
16673
16674 2001-07-31 [paul]
16675
16676         * po/POTFILES.in
16677                 removal of 'src/quote_fmt_parse.c'
16678         * po/de.po
16679                 Updated de.po
16680                 (submitted by Jens Oberender <didge@suse.de>)
16681
16682 2001-07-31 [darko]
16683
16684         * src/folder.[ch]
16685         * src/folderview.[ch]
16686         * src/mainwindow.c
16687         * src/mh.c
16688         * src/prefs_common.[ch]
16689         * src/summaryview.c
16690                 target folder colourization
16691
16692 2001-07-30 [paul]
16693
16694         more sync with Sylpheed 0.5.1cvs6 
16695
16696 2001-07-30 [darko]
16697
16698         * src/mh.c
16699         * src/prefs_folder_item.[hc]
16700         * src/summaryview.c
16701                 shared folders support with a GUI
16702
16703 2001-07-29 [paul]
16704
16705         0.5.1claws3
16706
16707         * sync with Sylpheed 0.5.1cvs6
16708
16709 2001-07-29 [paul]
16710
16711         * po/pt_BR.po
16712                 updated
16713                 (submitted by Fabio Junior Beneditto)
16714
16715 2001-07-28 [paul]
16716
16717         * src/procmime.c
16718         * AUTHORS
16719                 patch to correct bad image mime headers
16720                 (submitted by Don Quijote <dq@searchlores.org>)
16721
16722 2001-07-28 [paul]
16723
16724         * tools/gif2xface.pl   **NEW FILE**
16725         * tools/README
16726                 script to convert file.gif to file.xface for
16727                 use in a custom header.
16728                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16729
16730 2001-07-27 [alfons]
16731         
16732         * configure.in
16733                 change macros for detecting JPilot and LDAP
16734
16735 2001-07-27 [christoph]
16736
16737         * src/filtering.c
16738                 code cleanup (MIN / MAX warning, needed casting)
16739
16740 2001-07-27 [alfons]
16741
16742         * procheader.c
16743                 disallow setting flags when detecting certain headers
16744                 (X-Status, Status, Seen, X-Seen). 
16745         
16746         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16747
16748 2001-07-27 [christoph]
16749
16750         * src/prefs_filter.c
16751         * src/prefs_filtering.c
16752         * src/prefs_matcher.c
16753         * src/prefs_scoring.c
16754                 scroll list when moving rows up or down
16755
16756         * src/imap.c
16757         * src/imap.h
16758         * src/prefs_account.c
16759         * src/prefs_account.h
16760         * src/send.c
16761                 SMTP over SSL (untested, feedback requested)
16762                 IMAP over SSL
16763
16764         * src/ssl.c
16765                 code cleanup
16766
16767 2001-07-26 [alfons]
16768         
16769         * configure.in, acconfig.h
16770                 define CLAWS (need this for main / claws detection)
16771
16772 2001-07-25 [alfons]
16773
16774         * configure.in
16775                 Sylpheed 0.5.1claws2
16776                 
16777         * sync with Sylpheed 0.5.1cvs4
16778
16779 2001-07-25 [christoph]
16780
16781         * src/scoring.c
16782                 fixed segfault
16783                 item->prefs == NULL (don't know why)
16784
16785 2001-07-25 [alfons]
16786
16787         * configure.in
16788                 Sylpheed 0.5.1claws1
16789
16790         * sync with Sylpheed 0.5.1cvs1-3
16791
16792 2001-07-24 [christoph]
16793
16794         * src/folderview.c
16795         * src/prefs_folder_item.[ch]
16796                 added folderitem preferences dialog with
16797                 default To: and auto request return receipt
16798
16799         * src/compose.[ch]
16800         * src/menu.[ch]
16801                 changes to handle new folderitem preferences
16802
16803         * src/mainwindow.c
16804         * src/summaryview.c
16805                 call compose new mail with current folderitem
16806
16807 2001-07-24 [alfons]
16808
16809         Release Sylpheed 0.5.1claws
16810
16811         * configure.in
16812                 change to release version 0.5.1claws
16813
16814 2001-07-24 [christoph]
16815
16816         * src/summaryview.c
16817                 fixed segfault that happend when the selected
16818                 message was removed while retrieving new messages.
16819
16820         * po/es.po
16821                 updated translation
16822                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16823
16824 2001-07-22 [alfons]
16825
16826         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16827         this is a work in progress, for more information: http://nlpagan.net/sylman 
16828         
16829         * configure.in, src/mainwindow.c, manual/Makefile.am
16830                 add support for English manual
16831
16832         * AUTHORS
16833                 add authors of user manuals
16834
16835         * manual/en/sylpheed*.html
16836                 add English documentation
16837
16838 2001-07-22 [christoph]
16839
16840         * po/POTFILES.in
16841                 added src/ssl.c
16842         * src/ssl.c
16843                 changed a wrong debug message
16844
16845 2001-07-22 [alfons]
16846
16847         * po/nl.po
16848                 update Dutch translation
16849
16850         * src/prefs_filtering.c, 
16851           src/prefs_matcher.c
16852                 add more translatable strings           
16853
16854 2001-07-21 [alfons]
16855
16856         0.5.0claws7
16857
16858         * configure.in
16859                 change version
16860
16861         * src/inc.c, src/summaryview.[ch]
16862                 prevent update of mark file when filtering has done, by
16863                 using a variable; this affects two functions:
16864                         inc.c::inc_finished()
16865                         summaryview.c::summary_show()
16866
16867 2001-07-20 [alfons]
16868
16869         * src/filtering.[ch], src/prefs_filtering.c, 
16870           src/matcher.[ch]
16871                 add filtering action for label coloring 
16872
16873         * po/POTFILES.in
16874                 add labelcolors.c
16875
16876         * added src/labelcolors.c
16877         * added src/labelcolors.h
16878         * src/Makefile.am, src/summaryview.c
16879                 rearrange label coloring code
16880
16881         * src/procmsg.h
16882                 add more parentheses so label colouring works correctly
16883
16884         * src/filtering.c
16885                 don't really delete message, but move it to Trash
16886
16887         * src/prefs_matcher.c
16888                 add quote options to info dialog
16889
16890 2001-07-20 [christoph]
16891
16892         * src/Makefile.am
16893         * src/inc.c
16894         * src/main.[ch]
16895         * src/socket.h
16896         * src/ssl.[ch] (new)
16897                 moved ssl stuff to a seperate file
16898
16899 2001-07-20 [darko]
16900
16901         * src/summaryview.c
16902                 fix show sender using address book with no e-mail
16903                 address in From: field
16904
16905 2001-07-19 [alfons]
16906
16907         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16908                 fix messy handling of escaping... now at least the
16909                 execute command is useful. escape char is '\', we
16910                 accept \n and \r too. 
16911
16912                 Real life example:
16913                 
16914                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16915                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16916
16917 2001-07-18 [alfons]
16918
16919         0.5.0claws6
16920
16921         * src/summaryview.c
16922                 clean up
16923
16924         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16925           src/procmsg.[ch]
16926                 revise filtering; currently move, copy, marking have
16927                 been tested. if you like bleeding edge stuff, you
16928                 should definitely go for this version :)
16929
16930         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16931
16932 2001-07-17 [christoph]
16933
16934         * src/utils.c
16935                 timestamp log
16936
16937 2001-07-17 [alfons]
16938
16939         0.5.0claws5
16940
16941         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16942           bits in the mark file, without affecting either branch. Lots of
16943           files changed, also in claws branch.
16944
16945           UNTESTED: use of mbox folders
16946
16947         * src/summaryview.c
16948                 added mark all read; however this was a quick hack used for
16949                 cleaning up mess after initial merge with Hiroyuki
16950
16951         * configure.in
16952                 change claws version number back to 0.5.0claws5 to clear up 
16953                 confusion & pretension (recent release was technically 
16954                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16955
16956 2001-07-16 [alfons]
16957
16958         sync with Hiroyuki's 0.5.0cvs4
16959
16960 2001-07-16 [alfons]
16961
16962         0.5.1claws3
16963
16964         * src/filtering.[ch]
16965                 remove invalid updating of mark files for 
16966                 filter actions MATCHING_ACTION_MOVE and 
16967                 MATCHING_ACTION_DELETE; this should fix the
16968                 folder update bug
16969                 
16970         * src/procmsg.c
16971                 revert Christoph's stab at fixing the folder 
16972                 update bug
16973
16974         * po/POTFILES.in
16975                 add missing files with translatable strings
16976
16977         * src/summaryview.c
16978                 remove debug print
16979
16980 2001-07-15 [alfons]
16981
16982         * src/addr_compl.[ch], src/prefs_filtering.c
16983                 make "filtering pref dialog's destination entry" an
16984                 "address completable entry", if filter destination is 
16985                 an email address
16986
16987         0.5.1claws2
16988         
16989         sync with Hiroyuki's 0.5.0cvs2-3
16990
16991 2001-07-15 [christoph]
16992
16993         * src/procmsg.c
16994                 fixed folder stats update after incorporation
16995
16996 2001-07-15 [alfons]
16997
16998         * src/summaryview.c
16999                 * finish label colouring stuff (for now)
17000                 * fix incorrect colour bug (off by one) 
17001
17002 2001-07-14 [alfons]
17003
17004         * src/mainwindow.c
17005                 change text labels for news and mail message so there's
17006                 plenty of toolbar estate left
17007
17008         * configure.in
17009                 0.5.1claws1
17010
17011         * src/folderview.c
17012           src/folder.[ch]
17013                 sync with Hiroyuki's 0.5.0cvs1
17014
17015         * src/summaryview.c
17016                 more rewrite label colouring
17017
17018 2001-07-14 [alfons]
17019
17020         * src/summaryview.[ch]
17021                 * start rewrite label colouring 
17022                 * fix proper location "Add Sender To Addressbook" menu item
17023
17024 2001-07-13
17025
17026         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17027         (actually this is 0.5.0claws4)
17028
17029 2001-07-13 [alfons]
17030
17031         * po/pt_BR.po
17032                 * fix duplicate message
17033                 * add updated Portugese / Brazilian translation
17034                   submitted by Fabio Junior Beneditto
17035
17036 2001-07-12 [alfons]
17037
17038         * AUTHORS
17039                 add Jens
17040
17041         * po/nl.po
17042                 add updated Dutch translation
17043
17044         * po/de.po
17045                 add updated German translation submitted by Jens
17046
17047 2001-07-11 [alfons]
17048
17049         Prerelease before 0.5.0claws. Please test.
17050         This version is temporarily tagged as VERSION_0_5_0_TEST
17051
17052         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17053           src/prefs_scoring.c, src/prefs_matcher.c, 
17054           src/prefs_filtering.c, src/mbox.c, 
17055           src/main.c, src/inc.c, src/filtering.[ch]
17056                 revert new Hoa's new matcher (does not work yet)
17057
17058         * src/Makefile.am
17059                 clean up
17060
17061 2001-07-10
17062
17063         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17064
17065
17066 2001-07-10 [alfons]
17067
17068         * Makefile.am
17069                 add ChangeLog.claws to EXTRA_DIST
17070         * src/Makefile.am
17071                 add matcher_parser_parse.h to EXTRA_DIST
17072
17073 2001-07-10 [christoph]
17074
17075         * src/inc.c
17076                 add destination folder to table of
17077                 folders that need to be updated after
17078                 incorporation
17079
17080 2001-07-10 [alfons]
17081
17082         * folder.[ch]
17083           folderview.c
17084                 make collapse state of folders and folder items persistent, i.e.
17085                 if you collapse a folder tree, the next time sylpheed-claws starts 
17086                 up the folder tree remains collapsed.  
17087                 
17088 2001-07-10 [christoph]
17089
17090         * acconfig.h
17091         * configure.in
17092                 added --enable-ssl
17093         * src/md5.[ch]
17094                 renamed MD5_CTX to MD5_CTX_syl
17095                 conflicts with a struct in openssl
17096         * src/inc.c
17097         * src/main.[ch]
17098         * src/prefs_account.[ch]
17099         * src/socket.[ch]
17100                 SSL support for POP
17101         * src/mainwindow.c
17102                 fixed compose with current account
17103                 broken by new compose button stuff
17104
17105 2001-07-09 [hoa]
17106
17107         * AUTHORS
17108                 changed my email address
17109
17110         * src/matcher_parser_parse.y
17111                 clean the parser to remove conflicts
17112
17113 2001-07-09 [alfons]
17114
17115         * AUTHORS
17116                 add Match Grun
17117
17118         * configure.in
17119                 fix incorrect description of --enable-ldap parameter
17120
17121         * src/prefs_common.[ch]
17122           src/compose.c
17123                 add experimental option "smart wrapping" which makes the
17124                 compose editor auto wrap.
17125                 
17126                 | TODO: the problem with the buggy cursor handling is caused |
17127                 | by the GtkText. when deleting / backspacing text its       |
17128                 | wrapping algorithm does not take in account the previous   |
17129                 | line. should find a way to hack this in.                   |
17130                 | or should perhaps combine this with the word wrapping      |
17131                 | patch i wrote in january.                                  |
17132
17133         * src/about.c
17134                 show build parameters for LDAP and JPilot
17135
17136         * src/summaryview.c
17137                 revert Christoph's bugfix for selecting next unread message, 
17138                 because folder stats aren't updated correctly
17139
17140 2001-07-08 [hoa]
17141
17142         * src/filtering.c
17143         * src/mainwindow.c
17144         * src/matcher.c
17145         * src/matcher_parser_lex.l
17146         * src/matcher_parser_parse.y
17147         * src/prefs_filtering.c
17148         * src/prefs_scoring.c
17149         * src/scoring.c
17150                 bugfix of the config file parser
17151
17152 2001-07-08 [alfons]
17153
17154         * src/Makefile.am
17155                 added generated matcher sources to BUILT_SOURCES
17156
17157 2001-07-08 [hoa]
17158
17159         * src/Makefile.am
17160         * src/.cvsignore
17161                 added new config file parser
17162
17163         * src/scoring.[ch]
17164         * src/filtering.[ch]
17165         * src/matcher.[ch]
17166         * src/prefs_filtering.c
17167         * src/prefs_matcher.c
17168         * src/prefs_scoring.c
17169         * added src/matcher_parser.h
17170         * added src/matcher_parser_lex.h
17171         * added src/matcher_parser_lex.l
17172         * added src/matcher_parser_parse.y
17173                 lex & yacc config file parser
17174
17175         * src/mbox.c
17176         * src/inc.c
17177         * src/main.c
17178                 changes prefs_filtering into global_filtering           
17179
17180         * src/summaryview.c
17181                 build threads with subjects only if "Re: " is at the
17182                 beginning of the subject
17183
17184 2001-07-07 [paul]
17185
17186         0.5.0claws
17187
17188         sync with sylpheed 0.5.0
17189                 change of version number only
17190
17191 2001-07-06 [paul]
17192
17193         0.5.0claws5
17194
17195         sync with sylpheed 0.5.0pre5
17196
17197 2001-07-05 [paul]
17198
17199         sync with sylpheed 0.5.0pre4 release
17200                 /po and /manual/ja not sync'ed
17201
17202 2001-07-04 [paul]
17203
17204         more sync with sylpheed 0.5.0pre4
17205
17206 2001-07-03 [christoph]
17207
17208         * src/addressbook.c
17209                 fixed address book broken by address book
17210                 for VCard, JPilot, LDAP
17211
17212 2001-07-03 [alfons]
17213
17214         * src/matcher.c
17215         * src/textview.c
17216                 stopped memory leaks
17217
17218 2001-07-03 [paul]
17219
17220         more sync with sylpheed 0.5.0pre4
17221
17222 2001-07-02 [match]
17223
17224         * included address book patch for VCard, JPilot, LDAP
17225         * pref_common.c - fixed Font options on Display tab (cosmetic)
17226         * alertpanel.c - fixed truncated message
17227
17228 2001-07-02 [christoph]
17229
17230         * src/mbox_folder.c
17231         * src/procmsg.[ch]
17232         * src/summaryview.c
17233                 mark threads for ignoring
17234
17235 2001-07-02 [paul]
17236
17237         0.5.0claws4
17238
17239         * sync with sylpheed 0.5.0pre4
17240                 updated gettext to 0.10.38.
17241
17242 2001-07-01 [paul]
17243
17244         * src/ mainwindow.c
17245         * src/procmsg.h
17246         * src/summaryview.[ch]
17247                 new right-click option: Label.
17248                 substitute for 'Mark-->Mark/Unmark', colours the line.
17249                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17250
17251 2001-07-01 [christoph]
17252
17253         * src/folderview.c
17254                 fixed font for trash
17255         * src/summaryview.c
17256                 move ctree to unread message
17257
17258 2001-07-01 [paul]
17259
17260         * sync with sylpheed 0.5.0pre3 release
17261
17262 2001-06-30 [alfons]
17263
17264         * src/filesel.[ch]
17265         * src/compose.c
17266                 allow inserting / attaching multiple files in
17267                 the composer window
17268
17269 2001-06-30 [paul]
17270
17271         * src/codeconv.c
17272                 small change to Alfons' previous stuff so that it
17273                 actually makes
17274
17275 2001-06-30 [alfons]
17276
17277         * lots of files changed; first attempt to merge the changes
17278           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17279
17280 2001-06-30 [paul]
17281
17282         * po/pt_BR.po
17283                 updated and completed, translations by Fabio
17284                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17285
17286 2001-06-29 [alfons]
17287
17288         * src/compose.c
17289         * src/mimeproc.[ch]
17290                 allow selecting an attached files' mime type from a 
17291                 list of types.
17292
17293 2001-06-29 [paul]
17294
17295         * more sync with sylpheed 0.5.0pre3
17296
17297 2001-06-29 [paul]
17298
17299         * po/pt_BR.po
17300                 merge with sylpheed.pot and pt_BR.po provided by
17301                 Fabio Junior Beneditto.
17302
17303 2001-06-29 [darko]
17304
17305         * src/procmime.c
17306                 make MIME types case insensitive
17307
17308 2001-06-28 [alfons]
17309
17310         * po/nl.po
17311                 merge with sylpheed.pot and old nl.po; translations added.
17312
17313 2001-06-28 [paul]
17314
17315         * more sync with sylpheed 0.5.0pre3
17316
17317 2001-06-27 [alfons]
17318
17319         * src/summaryview.c
17320                 don't crash when removing parent node of messages
17321                 attracted by subject. this was caused by not deleting
17322                 the parent node from the subject line hash table.
17323
17324 2001-06-27 [alfons]
17325
17326         * src/summaryview.c
17327         * src/compose.[ch]
17328         * src/mainwindow.c
17329                 if there are multiple messages selected, allow forwarding
17330                 them as attachments.
17331
17332 2001-06-27 [paul]
17333
17334         * more sync with sylpheed 0.5.0pre3
17335
17336 2001-06-26 [paul]
17337
17338         0.5.0claws3
17339
17340         * sync with sylpheed 0.5.0pre3
17341
17342 2001-06-25 [paul]
17343
17344         * src/mainwindow.c
17345                 fixed 'compose news article' bug
17346                 from icon-and-text toolbar
17347
17348 2001-06-25 [paul]
17349
17350         * sync with sylpheed 0.5.0pre2 release
17351
17352 2001-06-24 [christoph]
17353
17354         * src/prefs_common.c
17355                 bug fix in font selection
17356         * src/folderview.c
17357                 use sylpheed's normal font instead of
17358                 gtk default font for folders without
17359                 new messages
17360
17361 2001-06-24 [alfons]
17362
17363         * src/mainwindow.[ch]
17364                 added composite compose mail / news button (an idea by Leandro
17365                 Pereira <leandro@linuxmag.com.br>)
17366
17367 2001-06-24 [paul]
17368
17369         Added instructions for ldif-to-xml.py
17370
17371         * tools/README
17372
17373 2001-06-23 [alfons]
17374
17375         Some minor things.
17376
17377         * src/pixmaps/stock_news_compose.xpm
17378                 added pixmap by Leandro
17379         * src/prefs_common.c
17380                 tested built-in spelling checker of GCC 3.0 :)
17381         * po/nl.po
17382                 merged dutch translation of sylpheed-main with
17383                 sylpheed.pot
17384
17385 2001-06-23 [paul]
17386
17387         Added tools directory and files.
17388
17389         * tools/filter_conv.pl
17390                 converts old filter system to new filtering system
17391         * tools/ldif-to-xml.py
17392                 converts netscape addressbook to sylpheed addressbook
17393         * tools/README
17394                 descriptions/instructions for above two files
17395
17396 2001-06-23 [christoph]
17397
17398         * src/inc.c
17399         * src/manage_window.[ch]
17400         * src/prefs_common.[ch]
17401                 mail retrieval dialog can be enabled, disabled
17402                 or hidden if non of sylpheed's windows is active
17403
17404 2001-06-22 [paul]
17405
17406         0.5.0claws2
17407
17408         * sync with sylpheed 0.5.0pre2
17409
17410 2001-06-21 [christoph]
17411
17412         * src/summaryview.c
17413                 show recipient on 'from' for all accounts
17414                 
17415         * src/inc.c
17416         * src/prefs_common.[ch]
17417                 disable error popup on mail receive errors
17418
17419 2001-06-21 [alfons]
17420
17421         * src/compose.c
17422                 made the ruler correctly appear and disappear.
17423
17424         * src/Makefile.am
17425                 removed Hoa's work-in-progress-stuff (interesting!) so 
17426                 claws compiles ok.
17427
17428 2001-06-20 [christoph]
17429
17430         * src/inc.c
17431         * src/progressdialog.c
17432                 added scrolled window for list in progressdialog
17433
17434 2001-06-20 [paul]
17435
17436         sync with sylpheed 0.5.0pre1 release
17437
17438 2001-06-20 [christoph]
17439
17440         * src/summeryview.c
17441                 make building threads by subject work when
17442                 thread view is enabled
17443                 
17444         * src/compose.c
17445         * src/prefs_common.[ch]
17446                 automatically select account for mail replys
17447
17448 2001-06-19 [sergey]
17449
17450         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17451         they are filled in from the account settings.
17452
17453 2001-06-19 [paul]
17454
17455         * more sync with sylpheed 0.5.0pre1
17456
17457 2001-06-18 [alfons]
17458
17459         * src/Makefile.am,
17460           src/procmime.c
17461                 added --sysconfdir to CPPFLAGS for pointing to the correct
17462                 location of mime.types. 
17463
17464                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17465                 or ./configure!
17466
17467 2001-06-18 [hoa]
17468
17469         * src/summaryview.c
17470                 fixed some bug when building threads
17471
17472 2001-06-18 [pau]l
17473
17474         * src/prefs_account.c
17475                 UI stuff: More changes to the English
17476
17477 2001-06-18 [paul]
17478
17479         * src/pixmaps/stock_news_compose.xpm: new file
17480         * src/Makefile.am
17481         * src/mainwindow.c
17482         * src/summaryview.c
17483                 Added new icon for Hoa's 'compose a news
17484                 message', plus minor improvements to the
17485                 English
17486
17487         * po/ja.po
17488         * ChangeLog
17489         * ChangeLog.jp
17490                 more sync with sylpheed 0.5.0pre1
17491
17492 2001-06-18 [hoa]
17493
17494         * src/compose.[ch]
17495         * src/mainwindow.c
17496                 Follow-up and reply to
17497
17498         * src/summaryview.[ch]
17499                 Build threads also with subjects
17500
17501 2001-06-17 [hoa]
17502
17503         * src/compose.c
17504                 forwarding use the current account.
17505
17506         * src/mainwindow.c
17507                 the "compose message" button has been replaced with
17508                 "new mail" and "new news" buttons
17509
17510         * src/prefs_common.[ch]
17511                 added a configuration option to use the forward button
17512                 as "forward as attachment"
17513                 changed reply and forward format description
17514
17515         * src/quote_fmt_lex.l
17516         * src/quote_fmt_parse.y
17517                 added message with no signature in format for reply
17518                 and forward.
17519
17520 2001-06-17 [paul]
17521
17522         Minor UI stuff
17523
17524         * src/mainwindow.c
17525         * src/summaryview.c
17526                 Improvements to the English
17527
17528         * src/prefs_common.c
17529                 Improvements to the English and some
17530                 clarity/continuity improvements in the
17531                 description of Quote symbols.
17532
17533 2001-06-17 [paul]
17534
17535         0.5.0claws1
17536
17537         * sync with sylpheed 0.5.0pre1
17538
17539 2001-06-17 [hoa]
17540
17541         * src/compose.c
17542                 Better interface for compose, displayed fields
17543                 are updated whenever we change account.
17544                 Newsgroups field is automatically filled.
17545
17546         * src/mainwindow.c
17547                 Newsgroups field is automatically filled.
17548
17549         * src/prefs_account.c
17550                 Some interface stuff when fields appear and
17551                 disappear.
17552
17553 2001-06-16 [paul]
17554
17555         0.4.99claws
17556
17557         * sync with sylpheed 0.4.99
17558
17559 2001-06-16 [sergey]
17560
17561         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17562         base64_decoder_free, base64_decoder_decode): new object and
17563         functions for decoding base64 streams.
17564         * src/procmime.c (procmime_decode_content): modified to use the
17565         new base64 decoder.
17566
17567 2001-06-15 [paul]
17568
17569         0.4.99claws10
17570
17571         * sync with sylpheed 0.4.99cvs11
17572
17573 2001-06-13 [paul]
17574
17575         0.4.99claws9
17576
17577         * sync with sylpheed 0.4.99cvs9
17578
17579 2001-06-13 [hoa]
17580
17581         * src/compose.c
17582         * src/prefs_account.c
17583
17584                 SMTP server can be defined in the news account
17585                 mime type of attachment are kept.
17586
17587         * src/summaryview.c
17588
17589                 now choose the highest important score between default
17590                 and important score of folder.
17591
17592 2001-06-09 [alfons]
17593         
17594         * src/prefs_common.c: 
17595
17596                 (prefs_quote_description_create): corrected description of 
17597                 quote format characters
17598
17599 2001-06-09 [paul]
17600
17601         0.4.99claws8
17602
17603         * sync with sylpheed 0.4.99cvs8
17604
17605 2001-06-08 [sergey]
17606
17607         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17608         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17609
17610 2001-06-08 [paul]
17611
17612         0.4.99claws7
17613
17614         * sync with sylpheed 0.4.99cvs7
17615
17616 2001-06-06 [sergey]
17617
17618         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17619         clashes with autogenerated header).
17620         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17621         * src/Makefile.am: added quote_fmt.h.
17622         * src/.cvsignore: added lex/yacc autogenerated files
17623         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17624
17625 2001-06-06 [paul]
17626
17627         0.4.99claws6
17628
17629         * sync with sylpheed 0.4.99cvs6
17630
17631 2001-06-06 [hoa]
17632
17633         * added src/quote_fmt_parse.h
17634         * src/compose.c
17635                 removed warnings
17636
17637         * src/prefs.[ch]
17638                 don't modify readonly configuration files
17639
17640         * src/prefs_account.c
17641         * src/prefs_common.c
17642         * src/prefs_customheader.c
17643         * src/prefs_display_header.c
17644         * src/prefs_filter.c
17645         * src/prefs_filtering.c
17646         * src/prefs_scoring.c
17647                 don't open dialog box when configuration files
17648                 are readonly
17649
17650 2001-06-05 [sergey]
17651
17652         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17653
17654         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17655         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17656         BUILT_SOURCES to make all files rebuild properly.
17657
17658         * src/compose.c: removed #include "quote_fmt.tab.h".
17659
17660         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17661         CHARACTER value in yylval.
17662
17663         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17664         receive CHARACTER value by documented means (yylval).
17665
17666         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17667
17668 2001-06-05 [hoa]
17669
17670         * src/Makefile.am
17671                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17672
17673         * src/filtering.c
17674         * src/matcher.c
17675         * src/matcher.h
17676         * src/prefs_filtering.c
17677                 now keep the configuration for execute action
17678
17679         * src/mbox_folder.c
17680                 fixed a warning
17681
17682 2001-06-05 [paul]
17683
17684         * sync with sylpheed 0.4.99cvs5
17685
17686 2001-06-05 [hoa]
17687
17688         * src/Makefile.am
17689                 added quote_fmt.[ch]
17690
17691         * added src/quote_fmt.y
17692         * added src/quote_fmt.l
17693         * added src/quote_fmt.tab.h
17694         * added src/quote_fmt.tab.c
17695         * added src/lex.quote_fmt.c
17696                 parsing configuration for replying
17697                 and forwarding
17698
17699         * src/prefs_common.[ch]
17700                 added configuration UI for replying
17701                 and forwarding
17702
17703         * src/compose.c
17704                 using configuration for replying
17705                 and forwarding
17706
17707 2001-06-04 [hoa]
17708
17709         * src/filtering.c
17710         * src/matcher.c
17711         * src/matcher.h
17712         * src/prefs_filtering.c
17713         * src/prefs_matcher.c
17714         * src/prefs_matcher.h
17715                 action "run a command" for filtering
17716                 and matching with a command.
17717                 fixed the "whole message" matching
17718
17719         * src/mbox_folder.c
17720                 changed temporary filename for security
17721
17722         * src/messageview.c
17723                 queue the notification if it fails to send.
17724
17725         * src/prefs_common.c
17726         * src/prefs_folder_item.c
17727                 changed the default important score             
17728
17729         * src/prefs_scoring.c
17730         * src/scoring.c
17731                 hide kill score input when the folder is not
17732                 a newsgroup
17733
17734 2001-06-03 [alfons]
17735
17736         * src/prefs_common.c:
17737
17738                 (prefs_font_select): pass font name in font entry box to font
17739                 selection dialog.
17740
17741 2001-06-03 [sergey]
17742
17743         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17744
17745 2001-06-03 [paul]
17746
17747         * sync with sylpheed 0.4.99cvs4
17748
17749 2001-06-03 [alfons]
17750
17751         * src/headerwindow.c:
17752
17753                 (headerwindow_show_cb): use the selected summary view item, not
17754                 the displayed item.
17755
17756 2001-06-02 [alfons]
17757
17758         * src/headerwindow.c:
17759
17760                 (headerwindow_show_cb): always try to show msginfo
17761
17762 2001-06-02 [hoa]
17763
17764         * src/compose.c
17765                 keep attached parts when reediting or forwarding.
17766
17767 2001-06-01 [hoa]
17768
17769         * src/folderview.c
17770         * src/prefs_folder_item.[ch]
17771         * src/prefs_scoring.[ch]
17772         * src/scoring.[ch]
17773         * src/summaryview.[ch]
17774         * src/main.c
17775         * src/mainwindow.c
17776         * src/prefs_common.[ch]
17777                 support for folder scoring
17778                 kill score and important score for messages
17779         
17780         * src/prefs_account.c
17781                 some display bug fixed for local account
17782                 preferences
17783
17784 2001-05-31 [alfons]
17785
17786         * src/summaryview.c:
17787
17788                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17789                 sender to address book menu item is disabled.
17790
17791 2001-05-30 [hoa]
17792
17793         * src/filtering.[ch]
17794         * src/summaryview.c
17795                 handling summary menu / filter messages
17796
17797         * src/folder.[ch]
17798                 add some stuff
17799
17800         * src/foldersel.c
17801                 imap folders now appears in list
17802
17803         * src/mbox_folder.c
17804                 doesn't crash if destination mail is not writeable
17805
17806 2001-05-29 [hoa]
17807
17808         * src/compose.c
17809                 removed some warnings
17810
17811         * src/filtering.c
17812         * src/folder.[ch]
17813         * src/prefs_filtering.c
17814                 global string to identify any folders           
17815                 removed some debug info
17816                 filtering to mbox folders is now possible
17817
17818         * src/mainwindow.c
17819                 removed some warnings
17820
17821         * src/mbox_folder.c
17822                 permission on files are changed to read/write for user only,
17823                 nothing for other.
17824                 creation of subfolder is handled better.
17825
17826 2001-05-28 [alfons]
17827
17828         Verified the sync for src/prefs_common.[ch] and
17829         src/prefs_account.[ch]. I believe there were some
17830         minor indentation differences.
17831
17832 2001-05-28 [paul]
17833
17834         0.4.99claws3
17835
17836         * sync with 0.4.99cvs3
17837
17838 2001-05-28 [hoa]
17839
17840         * src/compose.c
17841                 handling flags for mbox format
17842
17843         * src/filtering.c
17844                 use of mark file only for MH format
17845                 handling flags for mbox format
17846                 filtering cannot yet move or copy mails to mbox folders.
17847
17848         * src/folder.[ch]
17849                 changed move_msg, copy_msg,
17850                 move_msgs_with_dest, copy_msgs_with_dest functions
17851                 uses only folder->copy_msg() function
17852                 uses folder->finished_copy() to handle the destination
17853                 folder at the end of the copy or move operation.
17854
17855         * src/foldersel.c
17856                 included mbox directories.
17857
17858         * src/folderview.[ch]
17859         * src/mainwindow.c
17860                 handle folders operation for mbox format
17861
17862         * src/mbox.c
17863                 disable conversion of "From " header
17864
17865         * src/mbox_folder.[ch]
17866                 completion of mbox format handling
17867
17868         * src/mh.c
17869                 changed mh_copy_msg() function and
17870                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17871                 mh_copy_msgs_with_dest()
17872
17873         * src/prefs_filtering.c
17874                 removed some warnings
17875
17876         * src/prefs_matcher.c
17877                 default boolean operation is AND
17878
17879         * src/procheader.c
17880                 handling flags for mbox format
17881                 handling of "From " header
17882
17883         * src/procmsg.[ch]
17884                 removed data field
17885                 added MSG_REALLY_DELETED flags to handle deletion of
17886                 messages in mbox format.
17887
17888         * src/summaryview.c
17889                 handling flags for mbox format
17890                 disable the MSG_DELETED flags when messages
17891                 are deleted in mbox format
17892
17893         * src/textview.c
17894                 "From " headers display fixed.
17895
17896 2001-05-27 [alfons]
17897
17898         * src/textview.c:
17899                 
17900                 (get_email_part): skip quoted email addresses, like in e.g.
17901                 "'alfons@proteus.demon.nl'".
17902
17903 2001-05-26 [alfons]
17904
17905         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17906         and fixing the persistence troubles when using separate windows.
17907
17908         * src/mainwindow.c:
17909         
17910             Added #define SEPARATE_ACTION used in the gtk item factory for 
17911             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17912                 use gtk_item_factory_get_widget_by_action() to get the items.
17913                 
17914             Removed separate_widget_cb from the gtk item factory data   
17915           
17916             (mainwindow_create): connect separate_widget_cb() to check
17917             menu item "toggled" signal. also passing a MainWindow pointer
17918                 as object data for both check menu items.
17919                 
17920             (separate_widget_cb): definition of separate_widget_cb() to match
17921             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17922                 window using gtk_object_get_data(). The type of window separation 
17923                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17924         
17925         * src/prefs_filtering.c,
17926           src/prefs_matcher.c: added horizontal scrollbars
17927
17928 2001-05-25 [darko]
17929
17930         * src/headerview.c
17931                 fix segfault with invalid bold font
17932         * src/summaryview.c
17933                 correctly display summary stats after row is marked
17934
17935 2001-05-23 [sergey]
17936
17937         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17938         encodings with libjconv.
17939
17940 2001-05-23 [hoa]
17941
17942         * src/Makefile.am
17943                 added mbox_folder.[ch]
17944         * src/defs.h
17945                 mbox temporary folder
17946         * src/folder.[ch]
17947         * added src/mbox_folder.[ch]
17948         * src/folderview.c
17949         * src/procheader.[ch]
17950                 added mbox support
17951         * src/mbox.c
17952                 bugfix for file incorporation filtering
17953         * src/imap.c
17954                 enable creation of MBOX
17955         * src/prefs_display_header.c
17956                 enable use of headers like "From "
17957                 something that should be fixed :
17958                         displaying of such headers add an extra space
17959         * src/prefs_folder_item.c
17960                 don't create folders because it is not necessary
17961         * src/procmsg.h
17962                 added data field to MsgInfo for mbox internal use
17963         * src/summaryview.c
17964                 added some support for mbox
17965         * src/utils.[ch]
17966                 added get_mbox_cache_dir() function
17967
17968 2001-05-23 [hiroyuki]
17969
17970         * src/headerwindow.c
17971           src/inc.c
17972           src/main.c
17973           src/mh.c
17974           src/nntp.c
17975           src/procmsg.h
17976           src/session.h
17977           src/socket.[ch]
17978           src/summaryview.c
17979           src/textview.c
17980           src/automaton.c
17981           src/folderview.c: more sync with 0.4.99cvs2.
17982
17983         * src/headerwindow.c: reverted.
17984
17985 2001-05-22 [paul]
17986
17987         0.4.99claws2
17988
17989         * sync with sylpheed 0.4.99cvs2
17990                 * src/news.[ch]
17991                 * src/nntp.[ch]
17992                 * INSTALL
17993                 * INSTALL.jp
17994
17995 2001-05-22 [alfons]
17996
17997         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17998
17999 2001-05-21 [alfons]
18000
18001         Minor things:
18002
18003         * configure.in: if gnome-config not found, "no" is displayed
18004         
18005         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18006
18007         * src/textview.c: now also possible to add mail addresses by right
18008           clicking in the text view
18009
18010         * src/codeconv.c: merged patch which fixes endless loop when encountering
18011           invalid wide characters; from Alte <010@imis.ru>  
18012
18013 2001-05-20 [alfons]
18014
18015         Added installation of gnome specific things:
18016
18017         * Makefile.am: gnome conditional
18018
18019         * configure.in: check for installed gnome
18020
18021         * added sylpheed.png, sylpheed.desktop
18022
18023 2001-05-20 [sergey]
18024
18025         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18026
18027         * src/mainwindow.h (main_window_toolbar_create): created a button
18028         for "Reply to all".
18029         (main_window_set_toolbar_sensitive): enable/disable the new button
18030         appropriately.
18031         (toolbar_reply_to_author_cb): handle the new button.
18032
18033         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18034         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18035         failure).
18036
18037 2001-05-19 [sergey]
18038
18039         * src/compose.h (ComposeReplyMode): new modes
18040         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18041         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18042
18043         * src/compose.c
18044         (compose_send): move some code into a new function:
18045         (compose_current_mail_account): new function.
18046         (compose_reply): new argument to_author, all callers changed; if
18047         to_author==TRUE and account->protocol==A_NNTP, find and use an
18048         appropriate mail account for replying.
18049         (compose_reply_set_entry): new argument to_author; ignore
18050         compose->replyto if to_author==TRUE.
18051
18052         * src/mainwindow.c: new command "Message/Reply to author".
18053         (main_window_set_menu_sensitive): enable/disable it.
18054         (reply_cb): handle it.
18055
18056         * src/summaryview.c: new command "Reply to author".
18057         (summary_set_menu_sensitive): enable/disable it.
18058         (summary_reply_cb): handle it.
18059
18060         * src/account.c (account_find_mail_from_address): new function.
18061
18062 2001-05-18 [paul]
18063
18064         0.4.99claws1
18065
18066         * sync with sylpheed 0.4.99cvs1
18067
18068 2001-05-18 [hoa]
18069
18070         * src/compose.[ch]
18071         * src/filtering.c
18072         * src/summaryview.c
18073                 new filtering action : forward and forward as attachment
18074
18075         * src/main.c
18076                 no need for $DISPLAY when we run sylpheed --help
18077                 call to parse_cmd_opt() is moved
18078
18079         * src/mainwindow.[ch]
18080                 execute button is hidden when immediate execute
18081                 is chosen
18082
18083         * src/mh.c
18084         * src/news.c
18085         * src/prefs_folder_item.c
18086         * src/procmsg.c
18087                 better handling of missing directories
18088
18089         * src/summaryview.c
18090                 reedit is enabled in outbox
18091                 reedit is enabled in queue
18092
18093 2001-05-17 [hoa]
18094
18095         * src/filtering.c
18096         * src/matcher.[ch]
18097         * src/prefs_filtering.c
18098                 changed attachement into attachment
18099
18100 2001-05-17 [alfons]
18101
18102         0.4.67claws4    
18103
18104         * sync with sylpheed 0.4.67cvs9
18105         * sync with sylpheed 0.4.67cvs7-8
18106
18107 2001-05-17 [hoa]
18108
18109         * src/Makefile.am
18110                 added prefs_filtering.c
18111
18112         * src/filtering.[ch]
18113         * src/matcher.[ch]
18114                 removed action : forward_news and forward_news_as_attachement
18115                 (forward and forward_as_attachement can be used instead)
18116
18117         * src/mainwindow.c
18118                 added menu option to access filtering configuration
18119
18120         * src/prefs_account.c
18121                 changed mail_command default to /usr/sbin/sendmail
18122
18123         * added src/prefs_filtering.[ch]
18124                 dialog box for filtering configuration
18125
18126         * src/prefs_matcher.c
18127                 added function prefs_matcher_get_criteria_from_matching()
18128
18129         * src/prefs_scoring.c
18130                 reset the dialog when register or substitute is clicked
18131
18132 2001-05-15 [hoa]
18133
18134         * src/Makefile.am
18135                 added filtering.[ch]
18136         * src/inc.c
18137                 using filering.[ch] instead of filter.[ch]
18138         * src/main.c
18139                 reading new filtering configuration
18140         * src/matcher.[ch]
18141                 added some filtering actions
18142                 and fixed a bug for headers and mail body matching
18143         * src/mbox.c
18144                 using filering.[ch] instead of filter.[ch]
18145         * src/mh.c
18146                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18147         * src/summaryview.c
18148                 some fixes for filtering
18149
18150 2001-05-14 [hiroyuki]
18151
18152         * src/send.c: fixed some weird indentations.
18153           send_message_with_command(): call pclose() only if p != NULL.
18154         * src/textview.c: get_email_part(): modified the code for readability.
18155
18156 2001-05-14 [hiroyuki]
18157
18158         * src/md5global.h
18159           src/md5ify.c
18160           src/md5ify.h: removed from the cvs.
18161
18162 2001-05-13 [sergey]
18163
18164         * src/main.c: include rfc2015.h to avoid compiler warnings.
18165         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18166         the panel is already on screen.
18167         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18168         closing the alert window by ESC as "No".
18169         * src/prefs_common.c (prefs_interface_create): moved return
18170         receipt check button to the correct place.
18171
18172 2001-03-13 [alfons]
18173
18174         * src/prefs_common.c: 
18175                 moved return receipt check button to the Send tab. (prefs_send_create)
18176                 removed the date format ui related globals. (prefs_display_create)
18177
18178         0.4.67claws3
18179         
18180         * sync with sylpheed 0.4.67cvs5-6
18181
18182 2001-05-13 [paul]
18183
18184         * added Alfons' font selection patch
18185
18186         * src/defs.h
18187         * src/headerwindow.c
18188         * src/prefs_common.c
18189         * src/prefs_common.h
18190
18191 2001-05-13 [hoa]
18192         * src/defs.h
18193                 changed version of cache
18194         * src/matcher.[ch]
18195         * src/prefs_matcher.c
18196                 added additionnal matching criteria
18197         * src/procheader.c
18198         * src/procmsg.[ch]
18199         * src/news.c
18200                 added references in MsgInfo
18201
18202 2001-05-12 [hoa]
18203
18204         * src/defs.h
18205                 prepared some things for new filtering
18206         * src/matcher.[ch]
18207                 added some matching properties
18208                 inreplyto need to be enhanced
18209                 prepared some things for new filtering
18210         * src/messageview.c
18211                 added Return-Receipt-To handling
18212         * src/prefs_folder_item.c
18213                 changed default value to TRUE
18214         * src/prefs_matcher.c
18215                 added some matching properties
18216         * src/prefs_scoring.[ch]
18217                 the scoring dialog is finished
18218         * src/procheader.c
18219                 added Return-Receipt-To handling
18220                 Reference need to be added
18221         * src/procmsg.[ch]
18222                 added Return-Receipt-To handling
18223                 added threadscore to get a better score sorting when
18224                 threads are enabled
18225         * src/summaryview.c
18226                 suppressed a bug when we sort the list
18227                 when no folder is opened.
18228                 better score sorting when threads are enabled
18229
18230 2001-05-12 [alfons]
18231
18232         * reverted previous patch because of potential errors 
18233
18234         0.4.67claws2
18235         
18236         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18237                 applied "toggle mail-retrieval dialog window" patch submitted 
18238                 by Eric Limpens <eric@qnt.net>
18239
18240         * sync with sylpheed 0.4.67cvs4
18241
18242 2001-05-12 [sergey]
18243
18244         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18245         some picky compilers.
18246         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18247         * src/grouplist_dialog.c: include alertpanel.h.
18248         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18249         fix compile warning.
18250         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18251         #include "defs.h" before others to prevent the warning of `MIN'
18252         and `MAX' redefinition.
18253
18254 2001-05-11 [hoa]
18255
18256         * src/main.c
18257         * src/messageview.c
18258         * src/prefs_account.c
18259         * src/prefs_display_header.c
18260                 removed warning
18261         * src/Makefile.am
18262                 added prefs_scoring.[ch]
18263         * src/grouplist_dialog.c
18264                 display an error dialog box if the group list
18265                 cannot be fetched.
18266         * src/mainwindow.[ch]
18267                 added main_window_set_thread_option() function
18268                 scoring dialog box enabled
18269         * src/matcher.[ch]
18270                 added flags matching unread /new / marked
18271                 / deleted / replied / forwarded
18272         * src/news.c
18273                 newsgroups are now finally in newscache
18274         * src/prefs_matcher.[ch]
18275                 finished preferences for matching dialog
18276         * added src/prefs_scoring.[ch]
18277                 scoring dialog box completed
18278         * src/scoring.[ch]
18279                 conversion to string : added scoringprop_to_string()
18280                 write config for preferences :
18281                 added prefs_scoring_write_config()
18282         * src/summaryview.c
18283                 threads can be enabled/disabled independently
18284                 for each folder
18285
18286 2001-05-10 [alfons]
18287
18288         0.4.67claws1
18289         
18290         * AUTHORS: 
18291                 thought it would be nice to have a list of all
18292                 contributors (used Changelog as a reference)
18293         
18294         * configure.in: 
18295                 messed up version numbering...
18296
18297         0.4.66claws1
18298
18299         * sync with sylpheed 0.4.67cvs1-3
18300
18301 2001-05-10 [darko]
18302
18303         * src/prefs_common.c:
18304                 better UI for strftime format, double clicking
18305                 on format now inserts the format in text entry
18306                 replaced close button with standard OK/Cancel
18307                 moved date format button to the right of the
18308                 text entry field
18309
18310 2001-05-09 [alfons]
18311
18312         * src/gtkstext.c:
18313                 Ctrl-Home / Ctrl-End have proper cursor navigation
18314
18315 2001-05-09 [hoa]
18316
18317         * src/prefs_matcher.c
18318                 finished UI to define matching properties
18319                 added ok and cancel button
18320         * src/prefs_filter.c
18321                 added ok and cancel button
18322         * src/news.c
18323                 fixed some bug in xhdr parsing
18324
18325 2001-05-08 [alfons]
18326
18327         * src/textview.c: 
18328                 fixed a bug in textview_show_header(), which displayed two colons (':');
18329                 cleaned up some warnings
18330
18331 2001-05-08 [hoa]
18332
18333         * src/Makefile.am
18334                 added prefs_matcher.[ch]
18335                 compilation with -W -Wall
18336         * src/alertpanel.c
18337                 ungrab the mouse events if grabbed - does it
18338                 fix the bug for disposition notification ?
18339         * src/mainwindow.c
18340                 added a menu option to open the matching dialog.
18341         * src/matcher.[ch]
18342                 added matcherprop_to_string() and matcherlist_to_string()
18343                 fixed some bugs, changed the name of some options
18344                 age_sup and age_inf becomes age_greater and age_lower,
18345                 body and messageheaders becomes body_part and headers_part,
18346                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18347         * src/prefs_display_header.c
18348         * src/prefs_headers.c
18349                 fixed a bug that accidentally destroyed dialogs
18350                 when closed them with delete_event
18351                 Added *_deleted() which handle delete_event signal correctly.
18352         * src/prefs_folder_item.[ch]
18353                 added "enable_thread" field for future customization
18354         * added src/prefs_matcher.[ch]
18355                 sample of the UI to define matching properties
18356         * src/procheader.c
18357                 using procheader_headername_equal instead of str*cmp functions
18358                 using procheader_parse_header() function
18359         * src/scoring.c
18360                 using MATCHING_XXX instead of SCORING_XXX
18361         * src/summaryview.c
18362                 display the sender of the news even if this is ourself
18363                 when this is a news message.
18364         * src/textview.c
18365                 using headername_equal() instead of str*cmp functions
18366
18367 2001-05-08 [alfons]
18368
18369         0.4.66claws
18370
18371         * sync with sylpheed 0.4.66
18372         * src/gtkstext.c: trace logs added 
18373
18374 2001-05-08 [sergey]
18375
18376         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18377         signature check popup.
18378         * src/rfc2015.c (check_signature): show signature check popup only
18379         if it is enabled in preferences.
18380
18381 2001-05-07 [alfons]
18382
18383         0.4.66claws4
18384         
18385         * sync with sylpheed 0.4.66cvs6
18386
18387 2001-05-07 [darko]
18388
18389         * src/prefs_common.[ch]: added option to enable/disable
18390           looking up sender name in address book for summary pane
18391         * src/summaryview.c: look up sender in the address book
18392           by using Alfons' address completion code
18393
18394 2001-05-07 [hiroyuki]
18395
18396         * src/inc.h
18397           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18398           member of Pop3State.
18399         * src/news.c: brought #include "defs.h" before #include <glib.h>
18400           to prevent the warning of `MIN' and `MAX' redefinition.
18401
18402 2001-05-06 [hoa]
18403
18404         * removed src/headers_display.[ch]
18405         * removed src/prefs_display_headers.[ch]
18406         * src/inc.c
18407                 use a temporary file in the user directory for mbox import
18408         * src/news.c
18409                 added XHDR support to get "To" and "Cc" headers
18410                 (in order to match news with to or cc field for
18411                 scoring)
18412                 added function news_parse_xhdr() to get XHDR response
18413         * src/nntp.[ch]
18414                 added function nntp_xhdr()
18415         * src/matcher.c
18416                 fetch the message if necessary
18417
18418 2001-05-06 [alfons]
18419
18420         0.4.66claws3
18421
18422         * sync with sylpheed 0.4.66cvs3-5
18423
18424 2001-05-06 [hoa]
18425
18426         * src/utils.[ch]
18427                 added function itos_buf() to enable use of several buffers
18428         * src/summaryview.c
18429                 use of itos_buf() instead of itos() in summary list
18430                 to fix the broken display of message number.
18431
18432 2001-05-06 [alfons]
18433
18434         * src/gtkstext.c: bug in cursor up navigation fixed,
18435                 fixed another unsigned / signed comparison (we're getting there :-)
18436
18437 2001-05-06 [hoa]
18438
18439         * src/Makefile.am
18440                 added scoring.c scoring.h
18441                 prefs_folder_item.c prefs_folder_item.h
18442                 matcher.c matcher.h
18443         * src/defs.h
18444                 added FOLDERITEM_RC SCORING_RC
18445         * src/folder.[ch]
18446                 added prefs field in FolderItem :
18447                 properties for each folder (PrefsFolderItem),
18448                 sorting type and mode were added as the first properties.
18449         * src/main.c
18450                 read config for scoring
18451         * added src/matcher.[ch]
18452                 gives functions to parse configuration file to do
18453                 matching on mails with a list of conditions.
18454         * src/mainwindow.c
18455                 add option to sort by score
18456         * src/prefs_common.[ch]
18457                 added preference option to show score and for
18458                 the score column size
18459         * added src/prefs_folder_item.[ch]
18460                 properties for each folder (PrefsFolderItem),
18461                 sorting type and mode were added as the first properties.
18462         * src/procheader.[ch]
18463                 added procheader_parse_header()
18464                 added procheader_header_free()
18465                 added procheader_headername_equal()
18466                 and made modification to use them.
18467         * src/procmsg.[ch]
18468                 added score field to MsgInfo structure
18469         * added src/scoring.[ch]
18470                 gives functions to parse configuration file to do
18471                 scoring on mails with a list of conditions.
18472         * src/summaryview.[ch]
18473                 save the sorting type and mode for the folder
18474                 added column to display the score of the mail
18475                 added function summary_score_clicked()
18476                 sorting type and mode are restored to the folder
18477                 when it is reopen
18478         * src/textview.c
18479                 use procheader_parse_header(), procheader_headername_equal()
18480                 removed memory leak in text_scan_header when freeing headers
18481         * src/filter.c
18482                 changed the function to match names of headers
18483                 using procheader_headername_equal()
18484
18485         Scoring functions are implemented, an interface is needed
18486         to configure that.
18487
18488 2001-05-04 [alfons]
18489
18490         * src/gtkstext.c: 
18491                 hopefully fixed the row up navigation bug,
18492                 removed adding back / forward lines to cache
18493
18494 2001-05-04 [sergey]
18495
18496         * src/prefs_display_headers.c: user interface changes:
18497         (prefs_display_headers_create): remove unused "Show" check button;
18498         allow reordering of headers by dragging.
18499         (prefs_display_headers_write_config): remove unused variables.
18500         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18501         of lists (not needed with the new UI).
18502         (prefs_display_headers_set_list): scan lists starting from row 0,
18503         not 1 (do not skip "(New)").
18504         (prefs_display_headers_find_header): new function.
18505         (prefs_display_headers_clist_set_row): do not allow duplicates.
18506         (prefs_display_headers_delete_cb): do not skip row 0; treat
18507         closing the alert window by ESC as "No".
18508         (prefs_display_headers_up): do not protect row 0.
18509         (prefs_display_headers_down): do not protect row 0.
18510
18511 2001-05-04 [sergey]
18512
18513         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18514         functions.
18515
18516         * src/summaryview.c
18517         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18518         summary_select_next_marked, summary_select_prev_marked): new
18519         functions.
18520
18521 2001-05-03 [sergey]
18522
18523         * src/news.c: fixed a bug when no article can be fetched after
18524         server timeout if the connection was restored by news_post():
18525         (news_select_group): new function.
18526         (news_fetch_msg): call news_select_group() before fetching
18527         article.
18528         (news_get_uncached_articles): set session->group after successful
18529         GROUP command.
18530
18531 2001-05-03 [hoa]
18532
18533         * src/defs.h
18534         * src/procmsg.[ch]
18535         * src/procheader.c
18536                  changed version of cache, added cc field
18537
18538         * src/prefs_display_headers.c
18539                 the interface was changed
18540
18541         * src/prefs_headers.c
18542                 added cancel button
18543
18544 2001-05-03 [alfons]
18545
18546         * completed sync of sylpheed cvs2
18547         * src/gtkstext.c: updated row up / down cursor navigation
18548         * src/textview.c: re-edited, prepared for fixing the email address
18549                 scanner.
18550
18551 2001-05-03 [darko]
18552
18553         * src/prefs_common.c: use alfons' strftime ui code
18554         entry_datefmt and datefmt_sample widgets have to be
18555         global in this module because of this change
18556
18557 2001-05-03 [hoa]
18558
18559         * src/messageview.c
18560         * src/prefs_common.[ch] added option to activate the return receipt
18561                 feature.
18562
18563 2001-05-02 [alfons]
18564
18565         * src/gtkstext.c: fix for row up/down cursor navigation. 
18566
18567         0.4.66claws2
18568         
18569         * sync with 0.4.66cvs2
18570
18571 2001-05-02 [paul]
18572
18573         added add-sender-to-addressbook patch
18574
18575         * src/addressbook.c
18576         * src/addressbook.h
18577         * src/summaryview.c
18578
18579 2001-05-02 [sergey]
18580
18581         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18582         G_ALERTDISABLE.
18583
18584         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18585         all existing callers changed to pass FALSE; create a check button
18586         to disable the message.
18587         (alertpanel_message_with_disable): new function.
18588         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18589         (alertpanel_button_toggled): new function.
18590         (alertpanel_button_clicked, alertpanel_close): set value using
18591         G_ALERT_VALUE_MASK.
18592
18593         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18594
18595         * src/prefs_common.c (prefs_privacy_create): new check button
18596         checkbtn_gpgme_warning.
18597
18598         * src/main.c (main): moved preferences reading before gpgme
18599         initialization; check prefs_common.gpgme_warning before giving the
18600         GnuPG warning and set it to FALSE if the user wants to disable the
18601         warning.
18602
18603 2001-05-02 [hiroyuki]
18604
18605         * src/prefs_display_headers.c: modified the layout and some labels.
18606
18607 2001-05-02 [sergey]
18608
18609         * src/prefs_account.c (prefs_account_fix_size): new function.
18610         (prefs_account_create): call prefs_account_fix_size(); use
18611         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18612         size when the window is shown for the first time).
18613         (prefs_account_basic_create): changed layout of serv_table; moved
18614         localmbox_entry above smtpserv_entry (logically it replaces
18615         POP3/IMAP server).
18616         (prefs_account_protocol_activated): set sensitivity of
18617         nntpauth_chkbtn according to the protocol (in addition to
18618         hide/show); commented out gtk_table_set_row_spacing() calls.
18619         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18620         not sensitive (fixes a bug with disabled username/password boxes
18621         when editing POP3 account after NNTP with authentication).
18622
18623 2001-05-02 [hoa]
18624
18625         * src/account.c
18626         * src/inc.c
18627         * src/prefs_account.[ch]
18628         * src/send.c
18629                 removed local account without SMTP server
18630                 added option to use mail command instead of a connexion
18631                 to SMTP server when a local account is used
18632         * src/prefs_headers.c
18633                 fixed a bug
18634         * src/news.c
18635                 fixed a bug when connexion immediately closed
18636
18637 2001-05-01 [alfons]
18638
18639         0.4.66claws1
18640         
18641         * sync with 0.4.65
18642
18643 2001-05-01 [sergey]
18644
18645         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18646         widget nntpauth_chkbtn.
18647         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18648         visibility.
18649         (prefs_account_nntpauth_toggled): new function.
18650
18651         * src/news.c (news_session_new_for_folder): use NNTP
18652         authentication only if ac->use_nntp_auth is set.
18653
18654 2001-05-01 [hoa]
18655
18656         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18657         * src/prefs_display_headers.c changed the UI
18658         * src/prefs_headers.c changed account_name to account_id
18659         * src/compose.c using customheader.h
18660
18661 2001-05-01 [hiroyuki]
18662
18663         * src/esmtp.c
18664           src/news.c
18665           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18666           unsynched.
18667
18668 2001-05-01 [hoa]
18669
18670         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18671         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18672                 for displaying of headers
18673         * src/grouplist_dialog.[ch] minor changes to remove warnings
18674         * src/prefs_display_headers.[ch] dialog to choose the
18675         headers to display in the mail viewer.
18676         * src/headers.h correction of #define
18677         * src/headers_display.[ch] configuration for displaying of headers.
18678         * src/main.c read config of displaying of headers
18679         * src/prefs_common.c add a button to access the config dialog
18680                 for displaying of headers
18681         * src/prefs_display_headers.[ch] dialog for configuration for
18682                 displaying of the headers.
18683         * src/prefs_headers.c cleaning of code
18684         * src/procheader.c comments added to code
18685         * src/textview.c changes to reorder the headers depending
18686                 on the config for displaying of headers
18687
18688 2001-04-30 [alfons]
18689
18690         0.4.65claws7
18691
18692         * sync with 0.4.65cvs12
18693
18694         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18695
18696 2001-04-30 [sergey]
18697
18698         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18699
18700         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18701         is set to force reconnection after authentication failure.
18702         (nntp_gen_command): set sock->auth_failed on authentication
18703         failure, or if sock->userid and sock->passwd are not set.
18704
18705         * src/news.c (news_session_new_for_folder): set userid=NULL if
18706         password dialog is cancelled.
18707
18708 2001-04-30 [sergey]
18709
18710         * src/nntp.h (NNTPSockInfo): new type.
18711
18712         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18713         SockInfo.
18714         (nntp_open_auth, nntp_close): new functions.
18715         (nntp_gen_command): new function to handle authentication; all
18716         NNTP command functions updated to use it.
18717         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18718         (nntp_list): removed old useless code.
18719
18720         * src/news.h (NNTPSession): new field nntp_sock.
18721
18722         * src/news.c: all functions updated to use NNTPSockInfo instead of
18723         SockInfo.
18724         (news_session_new): new arguments (userid, passwd); made static;
18725         use nntp_open_auth() if needed.
18726         (news_session_destroy): use nntp_close() instead of sock_close().
18727         (news_query_password): changed arguments.
18728         (news_session_new_for_folder): new function.
18729         (news_session_get): use news_session_new_for_folder().
18730         (news_authenticate): deleted.
18731         (news_get_uncached_articles): removed old authentication code.
18732
18733 2001-04-30 [sergey]
18734
18735         * src/news.c: reverted my previous changes (need to do NNTP
18736         authentication in a cleaner way).
18737         
18738 2001-04-29 [sergey]
18739
18740         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18741         news_nntp_post, news_nntp_mode): new functions (wrappers with
18742         authentication support).
18743         (news_get_article_cmd, news_get_article, news_get_header): new
18744         argument "folder"; all callers changed.
18745         (news_get_article_cmd): added authentication support.
18746         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18747         (news_post): use news_nntp_post() instead of nntp_post().
18748         (news_get_uncached_articles): use news_nntp_group() instead of
18749         nntp_group() and news_nntp_xover() instead of nntp_xover();
18750         removed old authentication code.
18751         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18752
18753         * src/nntp.c (nntp_list): return real error code instead of
18754         hardcoded NN_ERROR.
18755
18756 2001-04-29 [sergey]
18757
18758         * configure.in: fixed wint_t typedef detection again
18759
18760 2001-04-28 [hoa]
18761
18762         * src/prefs_account.[ch], added A_LOCAL_CMD
18763                 (send mail with mail command)
18764         * src/send.c added function send_message_with_command()
18765         * src/inc.c made a more secure get_spool() function with
18766                 mktemp() but maybe mkstemp() or something more
18767                 secure can be used.
18768
18769 2001-04-28 [alfons]
18770
18771         * src/textview.c, colorization of email addresses in headers
18772
18773         0.4.65claws6
18774
18775         * bug sync with sylpheed
18776         * prefs_common.c: created date format ui for darko
18777         * sync with 0.4.65cvs11
18778         * configure.in: corrected to have the new gpg checks
18779
18780 2001-04-27 [alfons]
18781
18782         * completed sync with 0.4.65cvs10
18783         * minor debug things added to gtkstext.c
18784
18785 2001-04-27 [darko]
18786
18787         * configure.in: remove check for availability of
18788           strftime() as advised by Hiroyuki
18789         * src/prefs_common.[ch], src/procheader.c:
18790           synch strftime() code with Hiroyki's main branch
18791
18792 2001-04-26 [sergey]
18793
18794         * src/news.c: news_query_password(), news_authenticate(): new
18795           functions.
18796           news_get_uncached_articles(): added NNTP authentication
18797           handling.
18798         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18799           new functions.
18800         * src/prefs_account.c: prefs_account_protocol_activated():
18801           enable userid and password fields for NNTP.
18802
18803 2001-04-26
18804
18805         * configure.in: check for availability of strftime()
18806           [darko]
18807         * src/prefs_common.[ch], src/procheader.c: use
18808           strftime() for displaying date in summary pane if it
18809           is available
18810
18811 2001-04-25
18812
18813         * more .cvsignore cleanups [alfons]
18814
18815 2001-04-25
18816
18817         * ac/sv-check-type.m4: new autoconf macro.
18818         * configure.in: fixed wint_t typedef detection (did not work
18819           with gcc-2.96).
18820
18821 2001-04-25
18822
18823         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18824           [hiroyuki]
18825
18826 2001-04-24
18827         * modified gtkstext.c : buggy cursor navigation fixed, 
18828           and font descent also taken in account when drawing
18829           cursor. [alfons]
18830
18831 2001-04-24 [hoa]
18832         * added comments in src/news.c src/nntp.c
18833         * added src/prefs_headers.[ch]
18834         * added src/headers.[ch]
18835         * modified compose.c to activate custom headers
18836                 added function is_in_custom_headers
18837         * modified prefs_account.[ch]
18838                 added function prefs_account_customhdr_edit
18839         * modified src/defs.h :
18840                 added HEADERS_RC : name of the config file
18841                 for the custom headers
18842
18843 2001-04-24
18844
18845     0.4.65claws5
18846
18847         * configure.in
18848           src/gtkstext.[ch]
18849           src/compose.c
18850           src/Makefile.am
18851           
18852           added gtkstext with configure.in patch by Hiroyuki which
18853           should fix the XIM detection [alfons]
18854
18855         * more clean up of cvs [alfons]
18856
18857                  * removed all Makefile.in files to attic.
18858
18859                  * updated all .cvsignores to really ignore things that could
18860                    be unintentionally committed by a recursive commit.
18861
18862 2001-04-23 [hoa]
18863         * added src/grouplist_dialog.[ch]
18864         * changed src/folderview.c to call grouplist_dialog instead
18865                 of inputdialog
18866         * src/news.c :
18867                 added functions news_reset_group_list
18868                 and news_get_group_list
18869         * src/nntp.c :
18870                 added function nntp_list
18871         * src/defs.h :
18872                 added GROUPLIST_FILE : name of the newsgroup list cache file
18873
18874 2001-04-21
18875
18876         * added option to warn about queued messages on exit [sergey]:
18877
18878           * src/compose.c: compose_queue(): call folder_item_scan()
18879             and folderview_update_item() after queueing.
18880           * src/folderview.c: folderview_update_node(): draw the queue
18881             folder in bold font if there are queued messages.
18882           * src/mainwindow.c: queued_messages(): new function.
18883             app_exit_cb(): display warning if there are queued messages
18884             if warn_queued_on_exit is set.
18885           * prefs_common.[ch]: add warn_queued_on_exit option.
18886
18887         * enhanced GnuPG key selection support [sergey]:
18888
18889           * src/select-keys.c: updated to newer version from Win32
18890             branch with support for selecting arbitrary keys.
18891           * src/prefs_account.c: added the Privacy tab to the account
18892             options window.
18893             prefs_account_privacy_create(),
18894             prefs_account_sign_key_set_data_from_radiobtn(),
18895             prefs_account_sign_key_set_radiobtn(): new functions.
18896           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18897           * src/rfc2015.c: set_signers(): new function.
18898             pgp_sign(): add the account parameter, call set_signers().
18899             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18900           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18901           * src/compose.c: pass the current account to rfc2015_sign().
18902
18903         * tag name claws added to prevent confusion with main branch [alfons]
18904
18905         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18906
18907         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18908
18909         * sync with recent sylpheed cvs. Untested though. [alfons]
18910