0.9.6claws12
[claws.git] / ChangeLog.claws
1 2003-10-10 [christoph]  0.9.6claws12
2
3         * src/stock_pixmap.[ch]
4         * src/pixmaps/mime_message.xpm                  ** NEW **
5                 add a new icon for mime type "message"
6
7         * src/privacy.[ch]
8         * src/procmime.[ch]
9                 add crypto api
10
11         * src/mimeview.c
12                 o use crypto api
13                 o add icons for message type mime parts
14
15 2003-10-10 [christoph]  0.9.6claws11
16
17         * src/mainwindow.c
18         * src/messageview.[ch]
19         * src/mimeview.[ch]
20         * src/procmime.[ch]
21         * src/procmsg.[ch]
22         * src/rfc2015.c
23         * src/summaryview.c
24         * src/textview.[ch]
25                 o remove switching between TextView and MimeView in MessageView
26                   (if required we can hide the icon box and the MimeView will
27                    look exaxtly like the TextView)
28                 o temporary remove signature and decrypting GPGME code
29
30 2003-10-09 [christoph]  0.9.6claws10
31
32         * src/action.c
33         * src/compose.c
34         * src/messageview.c
35         * src/mimeview.c
36         * src/procmime.[ch]
37         * src/procmsg.c
38         * src/rfc2015.c
39         * src/textview.c
40         * src/common/utils.[ch]
41         * src/plugins/clamav/clamav_plugin.c
42         * src/plugins/dillo_viewer/dillo_viewer.c
43         * src/plugins/image_viewer/viewer.c
44         * src/plugins/mathml_viewer/mathml_viewer.c
45                 new mime parser (several things need fixing)
46
47 2003-10-09 [paul]       0.9.6claws9
48
49         * src/imap.c
50                 a little more sync with 0.9.6cvs2 and a tidy up
51
52 2003-10-08 [paul]       0.9.6claws8
53
54         * sync with 0.9.6cvs2
55                 see ChangeLog 2003-10-03
56
57 2003-10-05 [christoph]  0.9.6claws7
58
59         * src/summaryview.c
60                 don't use flags to check if a message is in a news folder
61
62         (closes Bug 282 clicking on folder with copied Messages from News
63          immediately after having copied them crashes Sylpheed-Claws)
64
65 2003-10-05 [christoph]  0.9.6claws6
66
67         * src/Makefile.am
68         * src/progressdialog.[ch]               ** REMOVE **
69         * src/gtk/Makefile.am
70         * src/gtk/progressdialog.[ch]           ** NEW **
71                 move progressdialog to gtk directory
72
73 2003-10-04 [christoph]  0.9.6claws5
74
75         * src/prefs_toolbar.c
76         * src/gtk/prefswindow.c
77                 remove widget_show_all for pages root widget
78
79         * src/plugins/spamassassin/spamassassin.[ch]
80         * src/plugins/spamassassin/spamassassin_gtk.c
81         * src/plugins/spamassassin/spamassassin_gtk.glade
82                 add support for new libspamc transports
83
84 2003-10-04 [christoph]  0.9.6claws4
85
86         * src/plugins/spamassassin/libspamc.[ch]
87         * src/plugins/spamassassin/spamassassin.c
88         * src/plugins/spamassassin/utils.[ch]
89                 update libspamc to version from SpamAssassin 2.60
90
91 2003-10-03 [christoph]  0.9.6claws3
92
93         * src/send_message.c
94                 fix missing format string bug found by
95                 Georgi Guninski <guninski@guninski.com>
96
97 2003-10-03 [paul]       0.9.6claws2
98
99         * po/zh_CN.po
100                 update Simpilified Chinese translation, submitted by
101                 Hansom Young
102
103 2003-10-02 [christoph]  0.9.6claws1
104
105         * src/imap.c
106                 add UIDPLUS support for COPY and EXPUNGE
107
108 2003-10-02 [paul]       0.9.6claws
109
110         * 0.9.6claws released
111
112 2003-10-02 [paul]
113
114         * po/es.po
115           po/sk.po
116                 update Spanish and Slovak translations
117                 submitted by Ricardo Mones Lastra and Andrej Kacian
118  
119 2003-10-02 [paul]       0.9.5claws43
120
121         * po/en_GB.po
122                 update British English translation
123
124 2003-10-02 [paul]       0.9.5claws42
125
126         * po/hr.po
127                 update Croatian translation, submitted by Dragan
128
129 2003-10-01 [paul]       0.9.5claws41
130
131         * po/pl.po
132           po/sr.po
133                 update Polish and Serbian translations, submitted by
134                 Emil and Urke MMI
135
136 2003-10-01 [melvin]     0.9.5claws40
137
138         * po/fr.po
139                 Updated French translations
140
141 2003-10-01 [melvin]     0.9.5claws39
142
143         * src/prefs_fonts.c
144                 Fixed a Gtk warning
145
146         * src/plugins/dillo_prefs.c     
147                 Quasi unnoticeable UI clean-up.
148
149 2003-10-01 [paul]
150
151         * tools/README
152           tools/maildir2sylpheed.pl
153                 bug fixes, rewrites, submitted by Matthias Förste 
154                 <itsjustme@users.sourceforge.net>
155
156 2003-09-29 [paul]       0.9.5claws38
157
158         * src/inc.c
159                 fix my coding carelessness
160
161 2003-09-29 [paul]       0.9.5claws37
162
163         * po/POTFILES.in
164           src/Makefile.am
165           src/main.c
166           src/prefs_common.[ch]
167           src/prefs_fonts.[ch]  ** NEW FILES **
168                 move Font config options to Other Prefs/Display/Fonts
169                 (user's current configuration is preserved)
170
171 2003-09-29 [paul]       0.9.5claws36
172
173         * src/inc.c
174           src/prefs_account.c
175                 allow 'local_mbox' value to point to either a directory 
176                 (/var/mail -  default, new) or a file (/var/mail/username
177                 - original)
178
179 2003-09-28 [paul]       0.9.5claws35
180
181         * src/rfc2015.c
182                 on signature check, where key exists, print the
183                 Key ID
184
185 2003-09-27 [alfons]     0.9.5claws34
186
187         * src/action.c
188                 o make progress bar not fill/expand when resizing dialog
189                 o use default fixed text font for actions output
190
191 2003-09-27 [paul]       0.9.5claws33
192
193         * src/prefs_common.[ch]
194           src/procmsg.c
195           src/send_message.c
196                 remove External Program settings from Common Prefs/Send
197                 as they are now unnecessary due to Local account settings.
198                 plus a little tidying-up after 0.9.5claws31
199
200 2003-09-27 [paul]       0.9.5claws32
201
202         * src/prefs_account.c
203                 o make correction to gui text:
204                   'Local mailbox file' -> 'Local mailbox directory'
205                 o give 'local_mbox' option a reasonable default value:
206                   '/var/mail'
207                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
208                   value
209
210 2003-09-26 [paul]       0.9.5claws31
211
212         * src/inc.c
213           src/prefs_common.[ch]
214                 remove 'Incorporate from spool' common pref,
215                 force creation of a 'Local' account
216
217 2003-09-26 [christoph]  0.9.5claws30
218
219         * src/folder.c
220         * src/msgcache.c
221                 add more NULL pointer checks
222
223 2003-09-25 [christoph]  0.9.5claws29
224
225         * src/folder.c
226                 o don't fetch source message to get it's message id
227                 o immediately scan dest folder when copying a message did not
228                   return a new message number and not do it when the first message
229                   without a new message number is found
230
231 2003-09-23 [christoph]  0.9.5claws28
232
233         * src/compose.c
234                 fix generating of headers
235
236         (patch by David Relson <relson@osagesoftware.com>)
237
238 2003-09-23 [paul]       0.9.5claws27
239
240         * po/zh_CN.po
241                 update Simplified Chinese translation. submitted by
242                 Hansom Young
243
244 2003-09-23 [paul]       0.9.5claws26
245
246         * tools/Makefile.am
247           tools/README
248           tools/vcard2xml.py    ** NEW FILE **
249                 add a script that converts an evolution vcard to
250                 sylpheed's xml format
251                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
252
253 2003-09-22 [paul]       0.9.5claws25
254
255         * src/plugins/clamav/clamav_plugin.c
256                 don't skip MULTIPART parts
257
258 2003-09-21 [christoph]  0.9.5claws24
259
260         * src/alertpanel.c
261                 remove unneeded include
262
263         * src/folder.c
264                 clean up copy/move mess with duplicated code
265
266         * src/imap.c
267                 fix problem that sometimes the folder was not scanned
268                 also it was changed
269
270 2003-09-21 [christoph]  0.9.5claws23
271
272         * src/Makefile.am
273         * src/logwindow.[ch]                    ** REMOVE **
274         * src/mainwindow.c
275         * src/prefs_common.c
276         * src/gtk/Makefile.am
277         * src/gtk/logwindow.[ch]                ** ADD **
278                 make logwindow prefs_common independent and move
279                 it to gtk directory
280
281 2003-09-20 [christoph]  0.9.5claws22
282
283         * src/compose.c
284                 add extra space for address code conversion
285                 (4 * unconvered size could be too small for short headers)
286
287 2003-09-20 [christoph]  0.9.5claws21
288
289         * src/compose.c
290                 increase temp buffer size when writing headers
291
292 2003-09-19 [darko]      0.9.5claws20
293
294         * src/compose.c
295                 don't ignore value of 'Save copy of outgoing messages to
296                 this folder instead of Sent' in message redirect
297
298 2003-09-17 [christoph]  0.9.5claws19
299
300         * src/compose.c
301                 use ", " as address seperator for mail headers and pass whole
302                 header line at once to compose_convert_header to make sure
303                 it is correctly folded
304
305         (closes Bug 64 Problem when sending to many recipients)
306
307 2003-09-17 [hoa]        0.9.5claws18
308         
309         * src/matcher.[ch]
310           src/matcher_parser_parse.y
311           src/prefs_matcher.c
312                 changed the keyword used for command execution in condition
313                 keyword is changed from "execute" to "test"
314                 so that it is not the same as the one used for action.
315                 This will fix a bug when using filtering dialog.
316                 All semantic in the code is also changed to reflect
317                 the keyword change.
318
319 2003-09-17 [paul]
320         
321         * sync with 0.9.6 release
322
323 2003-09-17 [paul]       0.9.5claws17
324
325         * sync with 0.9.5cvs8
326                 see ChangeLog 2003-09-16 and 2003-09-17
327
328 2003-09-16 [paul]       0.9.5claws16
329
330         * sync with 0.9.5cvs6
331                 see ChangeLog 2003-09-16
332
333 2003-09-15 [paul]       0.9.5claws15
334
335         * sync with 0.9.5cvs5
336                 see ChangeLog 2003-09-15
337
338 2003-09-14 [alfons]     0.9.5claws14
339
340         * src/inc.c
341                 make "Go to inbox after receiving new mail" again;
342                 regression of a sync, restored to sylpheed main 
343                 behaviour. (misses still some bits)
344
345 2003-09-14 [alfons]     0.9.5claws13
346
347         * src/prefs_filtering_action.c
348                 o add proper message if empty execute command line
349                 o don't select first action item after registering a
350                   new action to prevent (what seems to be a GTK) bug
351                   #36, "filtering will only accept one action change 
352                   per invocation".
353
354 2003-09-14 [alfons]     0.9.5claws12
355
356         * src/prefs_filtering.c
357         * src/prefs_filtering_action.c
358         * src/prefs_matcher.c
359                 fix function signature for key_pressed_event signal handlers
360
361 2003-09-14 [alfons]     0.9.5claws11
362
363         * src/mainwindow.c
364                 fix regression caused by fix for invalid bug #7
365                 (should fix #246, "Multiple selections are deselected when 
366                 moving from search window to main window")
367                 
368 2003-09-14 [alfons]     0.9.5claws10
369         
370         * src/actions.[ch]
371         * src/filtering.[ch]
372         * src/prefs_actions.c
373                 allow `filtering actions` in actions; only for advanced users
374                 right now: try for example, "%as{mark color 2}" 
375         
376 2003-09-13 [paul]       0.9.5claws9
377         
378         * po/pl.po
379           po/zh_CN.po   ** NEW FILE **
380                 update Polish translation, submitted by Emil 
381                 <eminowbl@posejdon.wpk.p.lodz.pl>
382                 add new Simplified Chinese translation, submitted by
383                 Hansom Young <hansom_young@yahoo.com>
384
385 2003-09-12 [alfons]     0.9.5claws8
386
387         * src/summaryview.c
388                 don't open separate message views when View | Separate message view
389                 is active 
390                 (please look carefully for any navigation regressions)
391
392 2003-09-11 [alfons]     0.9.5claws7
393
394         * src/mainwindow.c
395                 make default message view, opened by View | Separate message 
396                 view, look like a claws message view (which includes a menu
397                 bar and a toolbar)
398                 (fixes bug #298, "message view loses tool bar") 
399
400 2003-09-11 [christoph]  0.9.5claws6
401
402         * src/folderview.c
403                 fix double deleting of newsgroup folders
404
405         (closes Bug 305 crash after deleting of a newsgroup)
406
407 2003-09-11 [paul]       0.9.5claws5
408
409         * src/rfc2015.c
410           src/common/utils.h
411                 more sync'ing from 0.9.5cvs2
412
413 2003-09-11 [christoph]  0.9.5claws4
414
415         * src/compose.c
416         * src/rfc2015.c
417         * src/common/utils.h
418                 fix sync with 0.9.5cvs2
419
420 2003-09-11 [paul]       0.9.5claws3
421
422         * sync with 0.9.5cvs4
423                 see ChangeLog 2003-09-11
424
425 2003-09-11 [paul]       0.9.5claws2
426
427         * sync with 0.9.5cvs2
428                 see ChangeLog 2003-09-05
429                 
430 2003-09-11 [paul]       0.9.5claws1
431
432         * sync with 0.9.5cvs3
433                 see ChangeLog 2003-09-10
434
435 2003-09-10 [paul]       0.9.5claws
436
437         * 0.9.5claws released
438
439 2003-09-10 [paul]       0.9.4claws78
440
441         * src/Makefile.am
442                 add missing files
443
444 2003-09-10 [melvin]     0.9.4claws77
445
446         * po/fr.po
447                 Updated French translations
448
449 2003-09-10 [paul]       0.9.4claws76
450
451         * po/es.po
452           po/sk.po
453           po/sr.po
454                 update Spanish, Slovak, and Serbian translations.
455                 submitted by Ricardo Mones Lastra, Andrej Kacian,
456                 and Urke MMI
457                 
458         * AUTHORS
459                 add translation team section
460
461 2003-09-09 [christoph]  0.9.4claws75
462
463         * src/folder.c
464                 free item->prefs in folder_item_destroy
465
466 2003-09-09 [alfons]     0.9.4claws74
467
468         * src/folderview.c
469                 o proper check for root node sorting
470                 o remove unnecessary gtk_ctree_remove_node 
471
472         (should fix bug #300, "crash while moving folder")      
473
474 2003-09-08 [christoph]  0.9.4claws73
475
476         * src/folderview.c
477                 o fix double adding of IMAP FolderItems to GtkCTree
478                 o fix crash then mbox folder is removed
479
480 2003-09-08 [christoph]  0.9.4claws72
481
482         * src/folder.c
483         * src/folderview.c
484         * src/mainwindow.c
485                 fix new folder notification
486
487         * src/mbox_folder.c
488                 fix cache path
489
490 2003-09-08 [christoph]  0.9.4claws71
491
492         * src/compose.c
493                 replace '\n' and '\r' before removing trailing spaces
494
495         * src/folder.[ch]
496         * src/folderview.c
497                 add information about new or removed items in folder tree change
498                 notification and use this in folderview to add and remove only
499                 the appected items and not refresh the whole tree
500
501 2003-09-07 [match]      0.9.4claws70
502
503         * src/Makefile.am
504         * src/addr_compl.c
505         * src/addressbook.c
506         * src/addressitem.h
507         * src/addrindex.c
508         * src/addritem.c
509         * src/addritem.h
510         * src/addrquery.c                       ** NEW **
511         * src/addrquery.h
512         * src/ldapquery.c
513         * src/ldapserver.c
514         * src/stock_pixmap.c
515         * src/stock_pixmap.h
516         * src/pixmaps/address_search.xpm        ** NEW **
517                 re-introduce Lookup button for LDAP 'static' searches.
518
519 2003-09-07 [alfons]     0.9.4claws69
520         
521         * src/summaryview.c
522                 abandon setting usize for messageview because it gives layout problems
523                 with the quick search bar and the headerview; fixes assorted UI glitches:
524                 
525                 o bug #148, "Toggling of quick-search bar reduces index view area" 
526                 o bug #280, "Window resiizes for line length but does not revert"
527
528 2003-09-07 [christoph]  0.9.4claws68
529
530         * src/compose.c
531                 o make sure we don't have any newlines in header values
532                 o check custom headers for spaces and newlines and ignore
533                   malformed header names
534
535 2003-09-06 [christoph]  0.9.4claws67
536
537         * src/folder.c
538         * src/folderview.c
539                 invoke notification hook for folder tree changes after append
540                 and remove folder
541
542         (closes Bug 294 Crash while moving folder with many subdirectories)
543
544 2003-09-06 [christoph]  0.9.4claws66
545
546         * src/folder.c
547                 destroy folder's MsgCache if FolderItem is removed to make sure
548                 it is not saved when the FolderItem is destroyed
549
550 2003-09-06 [christoph]  0.9.4claws65
551
552         * src/plugins/clamav/clamav_plugin.c
553                 fix copy & paste bug
554
555 2003-09-05 [christoph]  0.9.4claws64
556
557         * src/folder.c
558         * src/messageview.[ch]
559         * src/procmsg.[ch]
560         * src/summaryview.c
561                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
562                 by MessageView to clear it when the message is deleted. Should
563                 work even if messages are deleted in MainWindow or by
564                 processing.
565
566 2003-09-05 [alfons]     0.9.4claws63
567
568         * src/messageview.c
569                 deleting a message in a message view frees its msginfo, make 
570                 messageview_update_all() aware of that (should fix bug #293,
571                 "deleting message caused crash")
572
573 2003-09-05 [melvin]     0.9.4claws62
574
575         * src/action.c
576                 Improve synchronous action exit code (fixes 
577                 a ~5 seconds delay after action exit on RedHat 9)
578
579 2003-09-04 [christoph]  0.9.4claws61
580
581         * src/compose.c
582         * src/rfc2015.c
583         * src/common/utils.[ch]
584                 add util function to create mime boundary and use it
585                 in compose and gpg code
586
587 2003-09-04 [alfons]     0.9.4claws60
588
589         * src/folder.c
590                 source folder item's GNode should already have been freed in 
591                 a previous call to src->folder->klass->remove_folder()
592                 (should fix bug #287, "crash when moving folders")
593
594 2003-09-03 [thorsten]   0.9.4claws59
595
596         * src/plugins/spamassassin/spamassassin_gtk.c
597                 fix compile error
598
599 2003-09-03 [christoph]  0.9.4claws58
600
601         * src/plugins/spamassassin/spamassassin.[ch]
602         * src/plugins/spamassassin/spamassassin_gtk.c
603                 add timeout config option
604
605 2003-09-03 [paul]       0.9.4claws57
606
607         * po/sk.po      ** NEW FILE **
608                 add Slovak translation. Submitted by Andrej Kacian 
609                 <andrej@kacian.sk>
610
611 2003-09-03 [paul]       0.9.4claws56
612
613         * src/plugins/clamav/clamav_plugin_gtk.c
614                 gui tweaks: replace a label with a tooltip, modify the
615                 text, use gtk_check_button_new(); instead of
616                 gtk_check_button_new_with_label("");
617
618 2003-09-02 [alfons]     0.9.4claws55
619
620         * src/gtk/filesel.c
621                 remember last used dir when attaching multiple files (should fix
622                 bug #290, "Attach File does not remember directory")
623
624 2003-09-01 [paul]       0.9.4claws54
625
626         * po/es.po
627                 updated by Ricardo Mones Lastra
628
629 2003-09-01 [alfons]     0.9.4claws53
630
631         * src/gtk/gtkaspell.[ch]
632                 be pedantic and strict and use const gchar * instead of guchar *
633
634 2003-09-01 [alfons]     0.9.4claws52
635
636         * src/mainwindow.c
637         * src/summaryviewc.
638                 re-enable Save As when multiple messages are selected
639
640 2003-09-01 [paul]       0.9.4claws51
641
642         * src/textview.c
643                 g_free(trimmed_uri);
644
645 2003-09-01 [paul]       0.9.4claws50
646
647         * sync with 0.9.4cvs13
648                 see ChangeLog 2003-09-01
649
650 2003-09-01 [paul]       0.9.4claws49
651
652         * src/textview.c
653                 trim uri before sending to the statusbar
654                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
655                 in the message window causes main S-C window to enlarge 
656                 past screen edges'
657
658 2003-09-01 [paul]       0.9.4claws48
659
660         * sync with 0.9.4cvs12
661                 see ChangeLog 2003-09-01
662
663 2003-08-30 [christoph]  0.9.4claws47
664
665         * src/compose.c
666         * src/folder_item_prefs.[ch]
667         * src/prefs_folder_item.c
668         * src/gtk/gtkaspell.[ch]
669                 commit per folder dictionary patch by
670                 Paul Evans <nerd@freeuk.com>
671
672 2003-08-30 [christoph]  0.9.4claws46
673
674         * src/plugins/spamassassin/spamassassin_gtk.c
675         * src/plugins/spamassassin/spamassassin_gtk.glade
676                 reduce GUI clutter by placing hints into tooltips
677
678 2003-08-30 [paul]       0.9.4claws45
679
680         * src/compose.c
681                 add 'Content-Disposition: inline' to a text/plain
682                 part when using PGP/MIME signing
683
684 2003-08-30 [paul]       0.9.4claws44
685
686         * src/prefs_common.c
687           src/prefs_spelling.c
688           src/prefs_spelling.glade
689                 reduce GUI clutter by placing hints into tooltips
690
691 2003-08-29 [christoph]  0.9.4claws43
692
693         * configure.ac
694                 fix bug found by Ivan Rayner <ivanr@sgi.com>
695
696         * src/stock_pixmap.c
697                 change unecessary warning into a debug message
698
699         * src/plugins/clamav/Makefile.am
700                 Fix error "-I$(CLAMAV_LIBS)"
701
702 2003-08-29 [christoph]  0.9.4claws42
703
704         * intl/Makefile.in
705         * src/Makefile.am
706         * src/matcher.h
707         * src/common/Makefile.am
708         * src/common/passcrypt.c
709                 commit fixes and patches for some of the IRIX problems found by
710                 Ivan Rayner <ivanr@sgi.com>
711
712 2003-08-29 [paul]       0.9.4claws41
713
714         * src/prefs_filtering.c
715                 add 'Top' and 'Bottom' buttons, based on changes in
716                 src/prefs_filter.c in 0.9.4cvs11.
717
718 2003-08-27 [christoph]  0.9.4claws40
719
720         * src/folderview.c
721                 fix bug that the current summary settings were copied to the
722                 wrong folder item, when the folder item prefs are opened.
723                 Copying is not required because summary settings and
724                 folder_item_prefs do not contain the same settings
725
726 2003-08-27 [thorsten]   0.9.4claws39
727
728         * src/imap.c
729                 fix compile error
730
731 2003-08-26 [paul]       0.9.4claws38
732
733         * sync with 0.9.4cvs9
734                 see ChangeLog 2003-08-26
735
736 2003-08-25 [paul]       0.9.4claws37
737
738         * sync with 0.9.4cvs8
739                 see ChangeLog 2003-08-25
740
741 2003-08-24 [christoph]  0.9.4claws36
742
743         * src/prefs_filtering.c
744                 shouldn't remove items from a GSList while iterating over the
745                 list (makes cur invalid and cur->next not accessable)
746
747         (closes Bug 272 i deleted an folder and some seconds later sylpheed
748          crashed)
749
750 2003-08-23 [christoph]  0.9.4claws35
751
752         * src/news.c
753                 news folders should be scanned when opened
754
755 2003-08-22 [christoph]  0.9.4claws34
756
757         * src/prefs_folder_item.c
758                 use macro to assign strings that always frees the old string
759
760         * src/gtk/gtkaspell.[ch]
761                 add gtkaspell_set_dictionary_menu_active_item() to set active
762                 item in dictionary option menu
763
764         * src/prefs_spelling.c
765                 use gtkaspell_set_dictionary_menu_active_item() to select
766                 dictionary
767
768 2003-08-21 [christoph]  0.9.4claws33
769
770         * src/folder.[ch]
771         * src/imap.c
772         * src/mbox_folder.c
773         * src/mh.c
774         * src/news.c
775                 optimize folder system
776
777         * src/gtk/gtkstext.c
778                 fix division by zero when font has 0 width for ' '
779
780 2003-08-21 [paul]       0.9.4claws32
781
782         * sync with 0.9.4cvs7
783                 see ChangeLog 2003-08-20
784
785 2003-08-19 [paul]       0.9.4claws31
786
787         * src/common/defs.h
788                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
789                 SYLDOC_FAQ_HTML_INDEX.
790         * src/manual.c
791                 use LC_MESSAGES instead of LC_ALL to find the current
792                 language
793
794           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
795
796 2003-08-19 [paul]       0.9.4claws30
797
798         * po/bg.po
799                 updated by George Danchev
800
801 2003-08-18 [luke]       0.9.4claws29
802         * src/mimeview.[ch]
803         * src/gtk/gtkvscrollbutton.[ch]
804                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
805                   dependencies; do it the GTK way; reduce code -14/+2 lines)
806                 o removed horizontal separator between icons
807
808 2003-08-17 [christoph]  0.9.4claws28
809
810         * src/procmsg.c
811                 no subject threading when the subject has no reply prefix
812
813 2003-08-16 [christoph]  0.9.4claws27
814
815         * src/mainwindow.c
816                 remember and restore window sizes and position when the main
817                 window is hidden or shown
818
819         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
820          minimised/reopened using trayicon)
821
822 2003-08-16 [paul]       0.9.4claws26
823
824         * src/crash.c
825                 add #include "defs.h"
826
827 2003-08-16 [paul]       0.9.4claws25
828
829         * src/plugins/clamav/clamav_plugin.c
830                 reword a debug_print
831                 
832         * src/plugins/dillo_viewer/dillo_prefs.c
833                 cosmetic: change the labels' text, add tooltips, and
834                 left-align the hint
835
836 2003-08-15 [christoph]  0.9.4claws24
837
838         * src/news.c
839                 complete last change (forgot some changes)
840
841 2003-08-15 [christoph]  0.9.4claws23
842
843         * src/news.c
844                 o check number of messages and don't return a 0 message
845                   when no messages are available
846                 o don't parse xref header anymore
847
848         (closes Bug 203 I'm not getting any news)
849
850 2003-08-15 [paul]       0.9.4claws22
851
852         * src/common/defs.h
853           src/crash.c
854                 update and define claws bugzilla location
855
856 2003-08-15 [paul]       0.9.4claws21
857
858         * po/ru.po
859                 update submitted by Ruslan N. Balkin
860
861 2003-08-14 [christoph]  0.9.4claws20
862
863         * src/procmsg.c
864                 fix search for oldest node in subject threading
865
866 2003-08-14 [christoph]  0.9.4claws19
867
868         * src/procmsg.c
869         * src/common/utils.h
870                 add possibility to check all nodes with the same subject for
871                 subject threading, not only the oldest node. Should not break
872                 threads anymore if the oldest node is thread_by_subject_max_age
873                 days older then parent, because it can now find a child of
874                 oldest node as new parent.
875
876 2003-08-11 [christoph]  0.9.4claws18
877
878         * src/plugins/spamassassin/spamassassin.c
879                 run spam check in background process
880
881 2003-08-10 [alfons]     0.9.4claws17
882
883         * src/summaryview.c
884                 make `Select All' sensitive too
885
886 2003-08-10 [christoph]  0.9.4claws16
887
888         * src/imap.c
889                 add more checks in imap_close
890
891 2003-08-09 [alfons]     0.9.4claws15
892
893         * src/prefs_spelling.c
894                 no spell checking UI if not requested
895
896 2003-08-09 [alfons]     0.9.4claws14
897
898         * src/gtk/prefswindow.c
899                 make it compile
900
901 2003-08-09 [christoph]  0.9.4claws13
902
903         * src/prefs_spelling.c
904         * src/gtk/prefswindow.[ch]
905         * src/plugins/clamav/clamav_plugin_gtk.c
906         * src/plugins/spamassassin/spamassassin_gtk.c
907                 sort prefs pages by heighest weight in tree
908
909 2003-08-09 [paul]       0.9.4claws12
910
911         * sync with 0.9.4cvs6
912                 see ChangeLog 2003-08-07
913                 
914         * AUTHORS
915                 add Leandro and Luke to claws-branch section
916
917 2003-08-09 [christoph]  0.9.4claws11
918
919         * src/gtk/Makefile.am
920         * src/gtk/colorsel.[ch]                 ** NEW **
921                 create a color selection dialog that can be used as a simple
922                 function call with it's own gtk main loop like filesel.[ch]
923
924         * src/Makefile.am
925         * src/main.c
926         * src/prefs_common.c
927         * src/prefs_spelling.[ch]               ** NEW **
928         * src/prefs_spelling.glade              ** NEW **
929         * src/gtk/gtkutils.[ch]
930                 move "Spell Checker" prefs to new prefs dialog
931
932         * src/prefs_folder_item.c
933                 use new colorsel dialog
934
935 2003-08-08 [paul]       0.9.4claws10
936
937         * src/inc.c
938                 clear the progress bar unconditionally
939
940 2003-08-08 [paul]       0.9.4claws9
941
942         * sync with 0.9.4cvs4
943                 see ChangeLog 2003-07-31
944
945 2003-08-07 [christoph]  0.9.4claws8
946
947         * configure.ac
948                 fix bug in image viewer plugin part
949
950         * src/imap.c
951                 don't execute close command if the folder item is not selected
952
953 2003-08-07 [hoa]        0.9.4claws7
954
955         * src/filtering.[ch]
956         * src/matcher_parser.h
957         * src/matcher_parser_parse.y
958                 can define several actions for each filtering rule
959                 can import old versions of filtering rules
960
961         * src/prefs_filtering.c
962                 call to a new dialog box to define actions
963
964         * src/prefs_filtering_action.[ch]
965                 dialog box to define actions for filtering rules
966
967 2003-08-06 [christoph]  0.9.4claws6
968
969         * src/imap.c
970                 make sure source folder is selected when copying messages
971
972 2003-08-06 [christoph]  0.9.4claws5
973
974         * sync with 0.9.4cvs2
975                 see ChangeLog 2003-07-29                
976
977 2003-08-05 [paul]       0.9.4claws4
978
979         * sync with 0.9.4cvs3
980                 see ChangeLog 2003-07-30
981
982 2003-08-04 [match]      0.9.4claws3
983
984         * po/POTFILES.in
985                 export of LDIF files.
986
987 2003-08-04 [match]      0.9.4claws2
988
989         * src/ldif.[ch]
990                 support for export LDIF. documented.
991         * src/importldif.[ch]
992         * src/exportldif.[ch]
993                 add tooltips. documented.
994         * src/exphtmldlg.[ch]
995         * src/common/xmlprops.[ch]
996                 documented.
997         * src/exportldif.[ch]                   ** NEW **
998         * src/expldifdlg.[ch]                   ** NEW **
999         * src/addressbook.[ch]
1000         * src/Makefile.am
1001                 export of LDIF files.
1002                 documented.
1003
1004 2003-08-04 [christoph]  0.9.4claws1
1005
1006         * .cvsignore
1007         * Makefile.am
1008         * configure.ac
1009         * sylpheed-claws.pc.in                  ** NEW **
1010         * src/Makefile.am
1011         * src/common/Makefile.am
1012         * src/gtk/Makefile.am
1013                 install sylpheed header files in $(pkgincludedir) and create a
1014                 pkg-config file to allow building a plugin without the source
1015                 package
1016
1017 2003-08-04 [paul]       0.9.4claws
1018
1019         * version 0.9.4claws
1020
1021 2003-08-04 [paul]       0.9.3claws97
1022
1023         * po/es.po
1024                 update Spanish translation. Submitted by Ricardo
1025                 Mones Lastra.
1026
1027 2003-08-03 [paul]       0.9.3claws96
1028
1029         * po/hr.po
1030           po/sr.po
1031                 update Croatian and Serbian translations. Submitted by
1032                 Dragan and Urke MMI respectively
1033
1034 2003-08-03 [alfons]     0.9.3claws95
1035
1036         * src/summaryview.c
1037                 mark flag has precedence over important flag - seems
1038                 to have been changed in sync of 0.9.3claws45. this fixes
1039                 a regression where messages that were scored as important
1040                 don't show their mark flags. (using the same column for
1041                 both importance as mark flags is the real problem
1042                 ofcourse)
1043
1044 2003-08-03 [melvin]     0.9.3claws94
1045
1046         * po/fr.po
1047                 Updated French translations.
1048
1049 2003-08-03 [melvin]     0.9.3claws93
1050
1051         * src/Makefile.am
1052                 Fixed typo introduced after 0.9.3claws92 
1053                 that prevented compilation
1054                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1055                 CPPFLAGS and YFLAGS to allow user setting these.
1056         * src/common/Makefile.am
1057         * src/gtk/Makefile.am
1058         * src/plugins/clamav/Makefile.am
1059         * src/plugins/demo/Makefile.am
1060         * src/plugins/dillo_viewer/Makefile.am
1061         * src/plugins/image_viewer/Makefile.am
1062         * src/plugins/mathml_viewer/Makefile.am
1063         * src/plugins/spamassassin/Makefile.am
1064         * src/plugins/trayicon/Makefile.am
1065         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1066                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1067                 CPPFLAGS and YFLAGS to allow user setting these.
1068
1069 2003-08-02 [christoph]  0.9.3claws92
1070
1071         * configure.ac
1072                 o rearrange plugin tests
1073                 o add test for clamav.h to ClamAV tests
1074
1075 2003-08-02 [luke]       0.9.3claws91
1076
1077         * src/mimeview.c
1078                 o fixed appearance of icon list when toggling back from the 
1079                   ctree
1080                 o toggling of icons using the keyboard works correctly
1081                 o fixed all other keyboard shortcuts to work when icons are
1082                   active
1083         
1084         * src/messageview.c
1085                 o fixed bug 4 - focus lost when changing messageview view type
1086
1087 2003-08-02 [christoph]  0.9.3claws90
1088
1089         * src/common/hooks.c
1090                 fix crash when pointer stored in hash table could get invalid
1091                 when a plugin is unloaded
1092
1093 2003-08-01 [christoph]  0.9.3claws89
1094
1095         * configure.ac
1096                 o try to build all plugins (except spamassassin) by default
1097                 o don't build a plugin if a dependency check fails
1098
1099         * src/common/hooks.c
1100                 fix warning
1101
1102 2003-08-01 [match]      0.9.3claws88
1103
1104         * src/importldif.c
1105                 allow single click field selection. document code.
1106
1107 2003-08-01 [christoph]  0.9.3claws87
1108
1109         * src/plugins/clamav/clamav_plugin.c
1110         * src/plugins/clamav/clamav_plugin_gtk.c
1111         * src/plugins/dillo_viewer/dillo_viewer.c
1112         * src/plugins/image_viewer/plugin.c
1113         * src/plugins/mathml_viewer/mathml_viewer.c
1114         * src/plugins/spamassassin/spamassassin.c
1115         * src/plugins/spamassassin/spamassassin_gtk.c
1116         * src/plugins/trayicon/trayicon.c
1117                 add version check to all plugins
1118
1119 2003-08-01 [hoa]        0.9.3claws86
1120
1121         * src/prefs_filtering.c
1122                 fixed a cosmetic bug, during creation of dialog box,
1123                 wrong widgets were shown after creation.
1124
1125 2003-08-01 [luke]       0.9.3claws85
1126
1127         * src/mainwindow.c
1128                 o fixed visibility of icons/mimeview after toggling separate
1129                   message/folder view (factored out some similar code too).
1130
1131
1132 2003-07-31 [alfons]     0.9.3claws84
1133
1134         * src/mimeview.c
1135                 tweak icon box UI a bit more, now allowing right-clicks actions
1136                 getting the relevant mime data too; should fix #250, "Can't save 
1137                 attachments sometimes".
1138
1139 2003-07-30 [alfons]     0.9.3claws83
1140
1141         * src/compose.c
1142                 don't do auto-save-draft inside key press handler, but rather
1143                 schedule it half of a second later; should fix #67, "autosave 
1144                 make re-rediting message crazy"
1145
1146 2003-07-30 [christoph]  0.9.3claws82
1147
1148         * src/plugins/trayicon/trayicon.c
1149                 process pending events before unloading the plugin
1150
1151         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1152
1153 2003-07-30 [alfons]     0.9.3claws81
1154
1155         * src/common/hooks.c
1156                 parameter 2 of g_hook_destroy() should really be a hook id
1157
1158 2003-07-30 [alfons]     0.9.3claws80
1159
1160         * src/common/plugin.c
1161                 fix a possibly harmful function signature mismatch 
1162                 for plugin_done
1163
1164 2003-07-30 [alfons]     0.9.3claws79
1165
1166         * src/common/hooks[.ch]
1167                 const correctness
1168
1169 2003-07-30 [darko]      0.9.3claws78
1170
1171         * src/summaryview.c
1172                 make it compile again
1173
1174 2003-07-30 [luke]       0.9.3claws77
1175
1176         * src/crash.c
1177         * src/main.c
1178                 o added/moved signal handlers for SIGTERM (normal kill command) 
1179                   and SIGINT (ctl-c) to be used even without 
1180                   --enable-crash-dialog, fixing bug 166
1181
1182         * src/summaryview.c
1183                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1184                   bug 227
1185
1186         * src/mainwindow.c
1187                 o changed sensitivity condition for 'Next new' and 'Next 
1188                   unread', fixing bug 8
1189
1190 2003-07-29 [alfons]     0.9.3claws76
1191
1192         * src/common/utils.[ch]
1193                 add generate_msgid()
1194         * src/messageview.c
1195                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1196                 sent folder".
1197
1198 2003-07-29 [alfons]     0.9.3claws75
1199
1200         * src/messageview.c
1201                 fix a memleak (claws-only)
1202
1203 2003-07-29 [alfons]     0.9.3claws74
1204
1205         * src/mimeview.[ch]
1206         * src/gtk/gtkvscrollbutton.[ch]
1207                 fix UI glitch where mime icon toolbox' scroll position is not 
1208                 reset after switching to another message
1209                 
1210
1211 2003-07-29 [paul]       0.9.3claws73
1212
1213         * src/prefs_folder_item.c
1214                 split the prefs into 2 separate pages
1215
1216 2003-07-29 [paul]       0.9.3claws72
1217
1218         * src/compose.c
1219                 prepend "\n\n" to a signature without a separator too
1220
1221 2003-07-29 [paul]       0.9.3claws71
1222
1223         * src/compose.c
1224                 fix bug where changing to an account without an auto-sig
1225                 from an initial account without an auto-sig would insert 
1226                 2 blank lines at the cursor point
1227                 fix bug where changing to an account with an auto-sig
1228                 from an initial account without an auto-sig would insert
1229                 the sig at the cursor point
1230
1231 2003-07-29 [paul]       0.9.3claws70
1232
1233         * src/folderview.c
1234                 use the colour from the folder pref unless the folder
1235                 has new messages
1236
1237 2003-07-29 [alfons]     0.9.3claws69
1238
1239         * src/procmsg.[ch]
1240         * src/messageview.c
1241         * src/procheader.c
1242                 rewrite return receipt request work a little bit (the former 
1243                 implementation presumably depended too much on the UI setting
1244                 flags). (we're losing the old pending flag.) 
1245
1246 2003-07-28 [christoph]  0.9.3claws68
1247
1248         * src/folder.c
1249         * src/imap.c
1250         * src/mh.c
1251         * src/procmsg.[ch]
1252                 fix copy to IMAP folder from other folder
1253
1254 2003-07-28 [christoph]  0.9.3claws67
1255
1256         * src/procmsg.c
1257                 fix sync of procmsg_get_message_file_list
1258
1259 2003-07-28 [christoph]  0.9.3claws66
1260
1261         * sync with 0.9.3cvs14
1262                 see ChangeLog 2003-07-18
1263         * sync with 0.9.3cvs17
1264                 see ChangeLog 2003-07-23
1265
1266         (closes Bug 234 segmentation fault after sending out mail via
1267          smtp(auth))
1268
1269 2003-07-28 [paul]       0.9.3claws65
1270
1271         * po/es.po
1272                 update Spanish translation, submitted by Ricardo Mones
1273                 Lastra
1274
1275 2003-07-28 [christoph]  0.9.3claws64
1276
1277         * src/folder.[ch]
1278         * src/imap.c
1279         * src/mh.c
1280                 return new message numbers as a GRelation instead of a GSList
1281                 that has to be in the same order as the input list. A list
1282                 would make it hard for IMAP to optimize oepration by sorting
1283                 the input list. The returned list would have to be reordered
1284                 to match the same order that input list has.
1285
1286         * src/gtk/gtkaspell.c
1287                 fix missing return value, could cause a crash when garbage is
1288                 on the stack that is used as the expected return value
1289
1290 2003-07-28 [paul]       0.9.3claws63
1291
1292         * sync with 0.9.4cvs1
1293                 see ChangeLog 2003-07-28
1294
1295 2003-07-27 [alfons]     0.9.3claws62
1296
1297         * src/mimeview.c
1298                 tweak it more to make icon list act like a check button group
1299
1300 2003-07-27 [christoph]  0.9.3claws61
1301
1302         * sync with 0.9.3cvs20
1303                 see ChangeLog 2003-07-25
1304
1305 2003-07-27 [paul]       0.9.3claws60
1306
1307         * src/procmsg.c
1308                 re-commit changes from 0.9.3claws58 -
1309                 accidently removed in 0.9.3claws59
1310
1311 2003-07-27 [paul]       0.9.3claws59
1312
1313         * src/procmsg.[ch]
1314                 a sync from 0.9.3cvs17
1315                 see ChangeLog 2003-07-23
1316
1317 2003-07-27 [alfons]     0.9.3claws58
1318
1319         * src/procmsg.c
1320                 add missing header members to MsgInfo; fixes the problem of 
1321                 not displaying X-Faces, as noticed by Ricardo Mones
1322
1323 2003-07-26 [christoph]  0.9.3claws57
1324
1325         * sync with 0.9.3cvs18
1326                 see ChangeLog 2003-07-24
1327
1328 2003-07-26 [christoph]  0.9.3claws56
1329
1330         * sync with 0.9.3cvs17
1331                 see ChangeLog 2003-07-23
1332
1333 2003-07-26 [christoph]  0.9.3claws55
1334
1335         * src/folder.[ch]
1336         * src/imap.c
1337         * src/mbox_folder.c
1338         * src/mh.c
1339         * src/news.c
1340                 add support for copy function that copy multiple messages
1341                 (not implemented yet)
1342
1343         * src/summaryview.c
1344                 add missing return value
1345
1346 2003-07-26 [paul]       0.9.3claws54
1347
1348         * tools/multiwebsearch.pl
1349                 do whitespace substitution before passing the string
1350                 to the browser. fixes bug with browsers that don't
1351                 do whitespace conversion themselves.
1352
1353 2003-07-25 [christoph]  0.9.3claws53
1354
1355         * src/folder.[ch]
1356         * src/imap.c
1357         * src/mh.c
1358                 rewrite adding of multiple messages to a folder for
1359                 claws' folder system
1360
1361 2003-07-25 [luke]       0.9.3claws52
1362
1363         * src/mimeview.c
1364                 o icon toggles set correctly on leaving ctree mimeview
1365
1366 2003-07-25 [paul]       0.9.3claws51
1367
1368         * partial sync with 0.9.3cvs21 [src/main.c]
1369                 see ChangeLog 2003-07-25
1370
1371 2003-07-24 [paul]       0.9.3claws50
1372
1373         * tools/maildir2sylpheed.pl
1374                 fix typo
1375
1376 2003-07-24 [paul]       0.9.3claws49
1377
1378         * src/mimeview.c
1379                 increase the gutter size of paned so that the panes
1380                 can be resized
1381                 
1382         * src/plugins/demo/demo.c
1383                 squeeze in another typo fix
1384
1385 2003-07-24 [paul]       0.9.3claws48
1386
1387         * src/plugins/demo/demo.c
1388           src/prefs_account.c
1389                 small changes to the English
1390                 
1391         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1392           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1393           src/Makefile.am
1394           src/stock_pixmap.c
1395                 rename the misspelled icon
1396
1397 2003-07-23 [alfons]     0.9.3claws47
1398
1399         * src/mimeview.c
1400                 make icon list look like a list of toggles
1401
1402 2003-07-23 [luke]       0.9.3claws46
1403
1404         * src/pixmaps/mimeview_gpg_expired.xpm
1405         * src/pixmaps/mimeview_gpg_failed.xpm
1406         * src/pixmaps/mimeview_gpg_passed.xpm
1407         * src/pixmaps/mimeview_text_html.xpm
1408         * src/pixmaps/mimeview_image.xpm
1409                 o all icons the same size
1410
1411         * src/mimeview.[ch]
1412                 o mimeview ctree arranged vertically above the viewer
1413                 o icons changed to buttons
1414                 o can use keyboard to select an icon (Enter)
1415                 o resize icon list to width of icons
1416
1417         *  src/gtk/gtkvscrollbutton.c
1418                 o sensitivity of buttons reacts to position
1419
1420 2003-07-23 [christoph]  0.9.3claws45
1421
1422         * sync with 0.9.3cvs14 (incomplete)
1423                 see ChangeLog 2003-07-17
1424
1425 2003-07-23 [alfons]     0.9.3claws44
1426
1427         * src/folder.c
1428         * src/procmsg.h
1429                 sync with my local tree to restore some claws-only things
1430
1431 2003-07-23 [paul]       0.9.3claws43
1432
1433         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1434           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1435           src/Makefile.am
1436           src/mimeview.c
1437           src/procmime.h
1438           src/rfc2015.c
1439           src/stock_pixmap.[ch]
1440                 indicate missing keys and expired sigs/keys
1441                 in mime view column
1442
1443 2003-07-23 [paul]       0.9.3claws42
1444
1445         * src/compose.c
1446                 Redirect fixes: enable automatic account selection and
1447                 do not append signature to message on changing account
1448                 fixes Bug[s] #248
1449
1450 2003-07-23 [paul]       0.9.3claws41
1451
1452         * sync with 0.9.3cvs16
1453                 see ChangeLog 2003-07-23
1454
1455 2003-07-23 [alfons]     0.9.3claws40
1456
1457         * src/inc.c
1458                 give progress dialog a main window, and give it the first 
1459                 one (presumably the only one). fixes bug #247, "segfault on 
1460                 pop-before-smtp" 
1461
1462 2003-07-22 [alfons]     0.9.3claws39
1463
1464         * src/summaryview.c
1465                 shift-space scrolls up
1466
1467 2003-07-22 [paul]       0.9.3claws38
1468
1469         * sync with 0.9.3cvs15
1470                 see ChangeLog 2003-07-22
1471
1472 2003-07-20 [alfons]     0.9.3claws37
1473
1474         * src/compose.c
1475                 put menu inside #ifdef USE_ASPELL..#endif
1476
1477 2003-07-20 [christoph]  0.9.3claws36
1478
1479         * src/procmsg.c
1480                 fix wrong flags in MsgInfo returned by
1481                 procmsg_msginfo_get_full_info()
1482
1483         (closes Bug 221 Deleting messages from the Message View gives incorrect
1484          new/unread message counts in the folder view)
1485
1486         * src/plugins/spamassassin/spamassassin_gtk.c
1487                 add gettext macro for prefs page title
1488
1489 2003-07-20 [paul]       0.9.3claws35
1490
1491         * src/mimeview.c
1492                 redraw icon list on signature check
1493
1494 2003-07-20 [christoph]  0.9.3claws34
1495
1496         * src/Makefile.am
1497         * src/account.c
1498         * src/folder.[ch]
1499         * src/folder_item_prefs.[ch]            ** NEW **
1500         * src/folderview.c
1501         * src/mainwindow.c
1502         * src/mh.c
1503         * src/prefs_gtk.c
1504         * src/prefs_scoring.c
1505         * src/summaryview.c
1506         * src/prefs_folder_item.[ch]
1507                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1508                   Properties dialog
1509                 o use prefswindow for folder properties
1510
1511         * src/gtk/prefswindow.[ch]
1512                 change implementation to use an invisible notebook instead
1513                 of unparenting widgets
1514
1515 2003-07-20 [christoph]  0.9.3claws33
1516
1517         * src/compose.h
1518         * src/folder.c
1519         * src/folderview.h
1520         * src/headerview.h
1521         * src/prefs_filtering.h
1522         * src/prefs_folder_item.[ch]
1523         * src/procmime.h
1524         * src/procmsg.h
1525         * src/summaryview.h
1526                 clean up header mess
1527                 (always use 1. typedefs, 2. #includes, 3. structures)
1528
1529         * src/common/version.h.in
1530                 add casts for constants
1531
1532         * src/plugins/demo/demo.c
1533                 fix typo
1534
1535         * src/plugins/spamassassin/spamassassin.c
1536                 remove unused variable
1537
1538 2003-07-20 [alfons]     0.9.3claws32
1539
1540         * src/mimeview.c
1541                 o make icon buttons respond on left click
1542                 o minor cosmetic change
1543
1544 2003-07-19 [luke]       0.9.3claws31
1545
1546         * src/mimeview.[ch]
1547         * src/gtk/gtkvscrollbutton.c
1548         * src/messageview.c
1549                 o improved mimeview behaviour when selecting a new message
1550                 o plus code cleanups to remove compile warnings
1551
1552
1553 2003-07-19 [alfons]     0.9.3claws30
1554
1555         * src/procmsg.c
1556         * src/compose.c
1557         * src/common/utils.[ch]
1558                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1559
1560 2003-07-19 [alfons]     0.9.3claws29
1561
1562         * src/prefs_folder_item.c
1563                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1564                 string pointers
1565
1566 2003-07-19 [luke]       0.9.3claws28
1567
1568         * src/messageview.c
1569         * src/mimeview.[ch]
1570         * src/procmime.h
1571         * src/rfc2015.c
1572         * src/stock_pixmap.[ch]
1573         * src/gtk/Makefile.am
1574         * src/Makefile.am
1575         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1576         * src/pixmaps/mime_*.xpm                ** NEW **
1577                 o mimeview rearrangement with a new icon shortcut bar
1578
1579 2003-07-19 [alfons]     0.9.3claws27
1580
1581         * src/folderview.c
1582                 o plug leaking nodes_to_recollapse
1583                 o add folderview_recollapse_all_nodes() (not used yet)
1584
1585 2003-07-19 [alfons]     0.9.3claws26
1586
1587         * src/compose.c
1588         * src/common/utils.c
1589                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1590                 for both forwarding as replying
1591
1592 2003-07-18 [christoph]  0.9.3claws25
1593
1594         * configure.ac
1595         * src/common/sylpheed.[ch]
1596         * src/common/version.h.in
1597                 add version in numeric form to allow easy comparison
1598
1599         * src/plugins/demo/demo.c
1600                 add version check
1601                 - sylpheed version > plugin version => never allowed, sylpheed
1602                   could contain unknown API changes
1603                 - sylpheed version < minimum version required => don't load,
1604                   API required not available (if linking does not fail)
1605
1606 2003-07-18 [alfons]     0.9.3claws24
1607         
1608         * src/common/plugin.[ch]
1609                 const correctness
1610
1611 2003-07-18 [christoph]  0.9.3claws23
1612
1613         * src/common/hooks.c
1614                 fix crash when hooks where unregisted
1615
1616         * src/plugins/trayicon/trayicon.c
1617                 unregister detroy signal before destroying the widget
1618                 (still crashes when the plugin is unloaded)
1619
1620 2003-07-18 [alfons]     0.9.3claws22
1621         
1622         * src/folderview.c
1623                 delay expanding folder tree during drags until timeout triggered
1624                 (needs perhaps some tweaking, so testing is welcome)
1625
1626 2003-07-17 [alfons]     0.9.3claws21
1627
1628         * src/folderview.c
1629                 clean up cruft
1630
1631 2003-07-17 [christoph]  0.9.3claws20
1632
1633         * src/common/session.c
1634                 fix opening of SSL connections
1635
1636         * src/plugins/image_viewer/Makefile.am
1637                 add OPENSSL_CFLAGS (we should find a better solution to remove
1638                 this dependencies if they are not required)
1639
1640         * src/plugins/spamassassin/spamassassin.c
1641                 remove setlocale workaround (fixed in libspamc)
1642
1643         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1644          if spell checking enabled)
1645
1646 2003-07-17 [alfons]     0.9.3claws19
1647
1648         * src/common/hooks.[ch]
1649         * src/plugins/clamav/clamav_plugin.c
1650         * src/plugins/spamassassin/spamassassin.c
1651         * src/plugins/trayicon/trayicon.c
1652                 fix signedness muck 
1653
1654 2003-07-17 [alfons]     0.9.3claws18
1655
1656         * src/procmime.c
1657                 plug memleak
1658
1659 2003-07-17 [alfons]     0.9.3claws17
1660
1661         * src/inc.c
1662                 plug memleak
1663
1664 2003-07-17 [paul]       0.9.3claws16
1665
1666         * src/common/defs.h
1667           src/mainwindow.c
1668           src/manual.[ch]
1669                 add link to the Claws site's FAQ page, after the suggestion
1670                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1671                 Move url strings to defs.h
1672                 
1673         * src/mainwindow.c
1674                 fix typo to prevent "unknown menu entry" warnings
1675
1676 2003-07-17 [alfons]     0.9.3claws15
1677
1678         * src/folderview.[ch]
1679         * src/summaryview.[ch]
1680         * src/mimeview.[ch]
1681                 plug DnD leaks 
1682
1683 2003-07-17 [paul]       0.9.3claws14
1684
1685         * src/inc.c
1686                 remove two instances of 'GTK_EVENTS_FLUSH' because
1687                 they are unnecessary and probably cause a stack overflow
1688
1689 2003-07-16 [christoph]  0.9.3claws13
1690
1691         * src/mimeview.[ch]
1692                 use an invisible GTK notebook to switch between viewers
1693                 instead of reparenting widgets
1694
1695 2003-07-16 [christoph]  0.9.3claws12
1696
1697         * src/folder.c
1698                 move folder_item_update_freeze() to correct place in
1699                 folder_item_scan_full()
1700
1701 2003-07-16 [paul]       0.9.3claws11
1702
1703         * sync with 0.9.3cvs12
1704                 see ChangeLog 2003-07-14 and 2003-07-15
1705
1706 2003-07-16 [christoph]  0.9.3claws10
1707
1708         * src/imap.[ch]
1709         * src/prefs_account.[ch]
1710                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1711
1712 2003-07-15 [alfons]     0.9.3claws9
1713
1714         * src/main.c
1715                 make --config-dir do something useful
1716
1717 2003-07-15 [alfons]     0.9.3claws8
1718
1719         * src/procmsg.c
1720                 o fix a bug where 'last' didn't really point to the last message
1721                   in the top level list of children, but to the last threaded
1722                   message. 
1723                 
1724                 o clean up and make it easier to sync
1725
1726 2003-07-15 [alfons]     0.9.3claws7
1727
1728         * src/mainwindow.c
1729                 make correct menu items sensitive       
1730
1731 2003-07-14 [alfons]     0.9.3claws6
1732
1733         * src/procmsg.c
1734                 tune the threader so it will not subject-thread any message
1735                 without a subject prefix (this will not thread correctly if 
1736                 a parent is delivered after their childs, but it looks 
1737                 better right now)
1738
1739 2003-07-13 [christoph]  0.9.3claws5
1740
1741         * src/mainwindow.c
1742                 group "Add mailbox *..." menu items in submenu
1743
1744 2003-07-13 [alfons]     0.9.3claws4
1745
1746         * src/summaryview.c
1747                 correct summary_toggle_pressed() signature and make sure
1748                 signal is not passed on
1749
1750 2003-07-13 [alfons]     0.9.3claws3
1751
1752         * src/summaryview.c
1753                 o for now don't pass on keys when they we're handled by 
1754                   ctree::key_press_event
1755                 o clean up
1756
1757 2003-07-13 [alfons]     0.9.3claws2
1758         
1759         * src/main.c
1760                 add command line option "--config-dir" to get the current 
1761                 configuration dir
1762
1763 2003-07-12 [alfons]     0.9.3claws1
1764
1765         * src/matcher.[ch]
1766         * src/matcher_parser_parse.y
1767         * src/prefs_filtering.c
1768         * src/filtering.c
1769                 add "Lock" filter action to lock messages;
1770
1771         * src/filtering.c       
1772                 remove debug_print()    
1773         * src/prefs_filtering.c
1774                 re-organize matcher part 9: 
1775                 make action text entries easily extendible;
1776                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1777                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1778
1779 2003-07-12 [paul]
1780
1781         * tools/README
1782                 update old information and add missing
1783                 information
1784
1785 2003-07-12 [paul]       0.9.3claws
1786
1787         * 0.9.3claws released
1788         
1789 2003-07-12 [paul]       0.9.0claws103
1790
1791         * src/Makefile.am
1792                 add addrquery.h
1793
1794 2003-07-12 [melvin]     0.9.0claws102
1795
1796         * src/messageview.c
1797                 Fixed bug #215: Show MIME tab for single text/html messages. 
1798                 
1799 2003-07-12 [paul]       0.9.0claws101
1800
1801         * man/sylpheed.1
1802                 updated
1803
1804 2003-07-12 [paul]       0.9.0claws100
1805
1806         * po/es.po
1807           po/hr.po
1808           po/pl.po
1809           po/sr.po
1810                 update Spanish, Croatian, Polish, Serbian translations.
1811                 submitted by Ricardo Mones Lastra, Dragan, Witold
1812                 Wladyslaw Wojciech Wilk, Urke MMI
1813
1814 2003-07-12 [melvin]     0.9.0claws99
1815
1816         * po/fr.po
1817                 Updated French translations.
1818
1819 2003-07-12 [paul]       0.9.0claws98
1820
1821         * src/addressbook.c
1822                 disable 'Lookup' button as it has no effect
1823
1824 2003-07-11 [alfons]     0.9.0claws97
1825         
1826         * src/summaryview.c
1827                 summary_searchbar_pressed() should return TRUE to signal that
1828                 event was handled. when returning void, the return value passed
1829                 to GTK is actually random, but maybe FALSE, in which case the
1830                 event is handled by parent
1831                 
1832 2003-07-10 [paul]       0.9.0claws96
1833
1834         * ac/missing/gettext.m4
1835                 update to version 0.12
1836
1837 2003-07-10 [paul]       0.9.0claws95
1838
1839         * src/plugins/clamav/clamav_plugin.c
1840                 fix bug where multipart/alternative messages
1841                 would slip through without being scanned
1842
1843 2003-07-10 [christoph]  0.9.0claws94
1844
1845         * src/folder.c
1846                 correct check if folder supports removing when a message is
1847                 moved. if not the message is only copied.
1848
1849         (closes Bug 132 crash on startup in newsgroups folders)
1850
1851 2003-07-09 [alfons]     0.9.0claws93
1852
1853         * configure.ac
1854         * src/common/defs.h
1855                 --with-config-dir (default .sylpheed)
1856
1857 2003-07-09 [christoph]  0.9.0claws92
1858
1859         * configure.ac
1860                 use PKG_CHECK_MODULES to check for gtkmathview
1861                 (version 0.4.2 now required)
1862
1863 2003-07-08 [melvin]     0.9.0claws91
1864
1865         * src/action.c
1866                 Implemented a progress bar that counts the number of completed
1867                 tasks when the action runs more than one command.
1868
1869 2003-07-08 [alfons]     0.9.0claws90
1870
1871         * src/procmsg.c
1872                 if queued message has an invalid Message-Id, don't try to
1873                 find message it refers to (fixes #209 "crash when processing 
1874                 in folder")
1875
1876 2003-07-08 [paul]       0.9.0claws89
1877
1878         * sync with 0.9.3cvs2
1879                 see ChangeLog 2003-07-08
1880
1881 2003-07-08 [match]      0.9.0claws88
1882
1883         * src/ldapctrl.c
1884                 extend LDAP search for first/last name by parsing search term.
1885
1886 2003-07-08 [alfons]     0.9.0claws87
1887
1888         * src/send_message.c
1889                 fix bug #208 "Status message stuck when sending on POP3 account"
1890
1891 2003-07-07 [paul]       0.9.0claws86
1892
1893         * po/hr.po
1894                 new Croatian translation, submitted by
1895                 Dragan <drleskov@inet.hr>
1896
1897 2003-07-07 [paul]       0.9.0claws85
1898
1899         * sync with 0.9.3cvs1
1900                 see ChangeLog 2003-07-07
1901
1902 2003-07-05 [christoph]  0.9.0claws84
1903
1904         * src/Makefile.am
1905         * src/messageview.c
1906         * src/mimeview.[ch]
1907         * src/stock_pixmap.[ch]
1908         * src/pixmaps/messageview_text.xpm              ** NEW **
1909                 move mimeview tabs to the right side and use icons
1910                 instead of text to save some space
1911
1912         (patch by Luke Plant <lukeplant@softhome.net>)
1913
1914 2003-07-05 [christoph]  0.9.0claws83
1915
1916         * src/inc.c
1917                 add NULL pointer checks
1918
1919         (patch by Luke Plant <lukeplant@softhome.net>)
1920         (closes Bug 204 0.9.0 quits on authentication error?!)
1921
1922 2003-07-05 [alfons]     0.9.0claws82
1923
1924         * configure.ac
1925                 take the clue in bug #202 "./configure script - 
1926                 'if test' comparison failure" reported by John Kristoff. 
1927
1928 2003-07-04 [christoph]  0.9.0claws81
1929
1930         * src/plugins/spamassassin/spamassassin.c
1931                 set timeout for spam check
1932
1933 2003-07-04 [christoph]  0.9.0claws80
1934
1935         * src/main.c
1936                 destroy all FolderItems when shutting down to
1937                 allow folders to clean up
1938
1939 2003-07-04 [melvin]     0.9.0claws79
1940
1941         * src/gtk/gtkaspell.c
1942                 Fixed bug #184 "Entering non-ascii character deletes
1943                 previous char if spell checking enabled": this makes
1944                 the spell checking in multibytes (e.g. UTF-8)locales work.
1945                 (Patch by Luke Plant).
1946                 
1947 2003-07-04 [christoph]  0.9.0claws78
1948
1949         * sync with 0.9.2cvs1
1950                 see ChangeLog 2003-06-10
1951
1952 2003-07-04 [paul]       0.9.0claws77
1953
1954         * sync with 0.9.3 release
1955                 see ChangeLog 2003-07-04
1956
1957 2003-07-03 [christoph]  0.9.0claws76
1958
1959         * src/folder.[ch]
1960         * src/imap.c
1961         * src/mbox_folder.c
1962         * src/mh.c
1963         * src/news.c
1964                 move folder_item_get_path() stuff into a folder virtual function
1965
1966         * src/procmsg.c
1967                 use folder_item_fetch_msg() to get message and do not contruct
1968                 the filename from path and number
1969
1970 2003-07-03 [paul]       0.9.0claws75
1971
1972         * sync with 0.9.2cvs12
1973                 see ChangeLog 2003-07-03
1974
1975 2003-07-02 [paul]       0.9.0claws74
1976
1977         * src/messageview.c
1978                 fix text-selection for replying
1979
1980 2003-07-02 [paul]       0.9.0claws73
1981
1982         * sync with 0.9.2cvs11
1983                 see ChangeLog 2003-07-02
1984
1985 2003-07-02 [paul]       0.9.0claws72
1986
1987         * src/procmsg.c
1988                 revert last commit because it breaks more
1989                 than it fixes
1990
1991 2003-07-02 [paul]       0.9.0claws71
1992
1993         * src/procmsg.c
1994                 fix thread by subject/sort by date
1995
1996 2003-07-01 [paul]       0.9.0claws70
1997
1998         * sync with 0.9.2cvs10
1999                 see ChangeLog 2003-07-01
2000
2001 2003-06-30 [paul]       0.9.0claws69
2002
2003         * sync with 0.9.2cvs9
2004                 see ChangeLog 2003-06-30
2005
2006 2003-06-28 [match]      0.9.0claws68
2007
2008         * src/addressbook.c
2009                 fix null ptr.
2010
2011 2003-06-27 [paul]       0.9.0claws67
2012
2013         * sync with 0.9.2cvs7
2014                 see ChangeLog 2003-06-27
2015
2016 2003-06-26 [christoph]  0.9.0claws66
2017
2018         * src/folder.c
2019                 freeze folder updates while a folder is scanned
2020
2021         (closes Bug 185 New message counter)
2022
2023 2003-06-26 [darko]      0.9.0claws65
2024
2025         * src/ldapserver.c
2026                 fix infinite loop when adding a new LDAP server
2027
2028 2003-06-26 [paul]       0.9.0claws64
2029
2030         * sync with 0.9.2cvs6
2031                 see ChangeLog 2003-06-26
2032
2033 2003-06-26 [paul]       0.9.0claws63
2034
2035         * sync with 0.9.2cvs5
2036                 see ChangeLog 2003-06-25 and 2003-06-26
2037
2038 2003-06-25 [match]      0.9.0claws62
2039
2040         * src/addr_compl.c
2041                 Fixed tab/backtab for dropped-down completion list to
2042                 move next/previous field. (close bug 147)
2043
2044 2003-06-25 [christoph]  0.9.0claws61
2045
2046         * src/addr_compl.[ch]
2047         * src/addrindex.[ch]
2048         * src/folderview.c
2049         * src/inc.c
2050         * src/news.c
2051         * src/summaryview.c
2052         * src/toolbar.c
2053                 fix warnings
2054
2055 2003-06-25 [leandro]    0.9.0claws60
2056
2057         * src/compose.c
2058                 o cleanups
2059                 o gray out "Message/Remove references" menu item if not
2060                   replying to a message
2061
2062 2003-06-24 [leandro]    0.9.0claws59
2063
2064         * src/compose.[ch]
2065                 o removed "Message/Create new thread" menu item
2066                 o added "Message/Remove references" menu item
2067                   (it's off by default and will not check anymore
2068                    if the subject changed)
2069
2070 2003-06-23 [alfons]     0.9.0claws58
2071
2072         * src/procmsg.c
2073                 try better grouping messages threaded by subject based on their age.
2074                 still not perfect - because the message tree is not sorted by date.  
2075
2076 2003-06-23 [thorsten]   0.9.0claws57
2077
2078         * src/pop.[ch]
2079                 added mail_receive_hook to allow modifications
2080                 directly after retrieval (e.g. adding headers).
2081
2082 2003-06-23 [paul]       0.9.0claws56
2083
2084         * src/sourcewindow.c
2085                  enable the use of Ctrl+A to select all text in
2086                  the sourcewindow
2087                  Patch submitted by Ivan Francolin Martinez
2088                  <ivanfm@users.sourceforge.net>
2089
2090 2003-06-22 [christoph]  0.9.0claws55
2091
2092         * src/folder.[ch]
2093                 o add notification hook for folder tree changes
2094                 o invoke hooks after folder tree scanning
2095
2096         * src/folderview.[ch]
2097                 register hook for folder tree changes that
2098                 updates the ctree
2099
2100         (there are more places that should be updated, like add, remove 
2101          or move folder)
2102
2103         (closes Bug 164 Crash on rebuild folder tree)
2104         (closes Bug 190 Crash on 'rebuilding folder tree')
2105
2106 2003-06-21 [leandro]    0.9.0claws54
2107
2108         * src/compose.[ch]
2109                 create a new thread if subject changes
2110                 (it's on by default, can be disabled in Message menu)
2111
2112 2003-06-21 [alfons]     0.9.0claws53
2113
2114         * src/summaryview.c
2115                 quiet little compiler
2116
2117 2003-06-21 [christoph]  0.9.0claws52
2118
2119         update gettext stuff to version 0.12
2120
2121 2003-06-19 [alfons]     0.9.0claws51
2122
2123         * src/common/log.c
2124         * src/common/plugin.c
2125                 move defs.h before glib.h to prevent MIN/MAX redefs
2126
2127 2003-06-19 [alfons]
2128
2129         * src/addressbook.c
2130                 translatable
2131
2132 2003-06-19 [match]      0.9.0claws50
2133
2134         * src/addressbook.[ch]
2135         * src/addrindex.[ch]
2136         * src/addr_compl.[ch]
2137         * src/editldap.[ch]
2138         * src/editldap_basedn.[ch]
2139         * src/addritem.[ch]
2140         * src/ldapquery.h
2141                 re-implemented dynamic LDAP search. works without
2142                 slowdown on display sender with addressbook
2143                 option.
2144         * src/addrbook.c
2145                 documented code.
2146
2147 2003-06-19 [paul]       0.9.0claws49
2148
2149         * src/compose.c
2150                 fix Bug #136 'Nonprovided quotation marks crash claws'
2151                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2152
2153 2003-06-19 [alfons]     0.9.0claws48
2154
2155         * src/prefs_common.[ch]
2156         * src/procmsg.c
2157                 restrict threading by subject by checking thread for
2158                 age (prefs_common.thread_by_subject_max_age)
2159
2160 2003-06-18 [christoph]  0.9.0claws47
2161
2162         * src/imap.c
2163                 fix memory leak in imap_cmd_fetch()
2164
2165 2003-06-18 [christoph]  0.9.0claws46
2166
2167         * src/prefs_gtk.c
2168                 fix memory leak in prefs_set_default() when used multiple
2169                 times or after prefs have been read
2170
2171 2003-06-18 [christoph]  0.9.0claws45
2172
2173         * src/common/plugin.c
2174                 fix memory leak in plugin_unload()
2175
2176 2003-06-18 [christoph]  0.9.0claws44
2177
2178         * src/imap.c
2179                 fix memory leak in imap_cmd_ok()
2180
2181 2003-06-18 [christoph]  0.9.0claws43
2182
2183         * src/folder.c
2184                 stop messages that are downloaded from POP3 and added to
2185                 an IMAP inbox from being filtered twice (first by POP3
2186                 and again when IMAP folder is scaned to get the UID of
2187                 the APPEND operation when no UIDPLUS is available)
2188
2189 2003-06-18 [alfons]
2190
2191         * tools/Makefile.am
2192                 phoenix <- firebird     
2193
2194 2003-06-18 [paul]
2195
2196         * tools/launch_phoenix          ** REMOVED **
2197           tools/launch_firebird         ** NEW **
2198                 renamed and edited to reflect the browser's name change from
2199                 'phoenix' to 'firebird'
2200
2201 2003-06-18 [paul]       0.9.0claws42
2202
2203         * sync with 0.9.2cvs2
2204                 see ChangeLog 2003-06-16
2205
2206 2003-06-17 [alfons]     0.9.0claws41
2207
2208         * src/procmsg.c
2209                 prevent threading problems when a node is an ancestor (parent / great parent),
2210                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2211                 for finding an sample set of messages)
2212
2213 2003-06-16 [christoph]  0.9.0claws40
2214
2215         * src/main.c
2216                 don't popup main window on --receive or --receive-all
2217
2218         * src/mainwindow.[ch]
2219         * src/plugins/trayicon/trayicon.c
2220                 allow hiding of main window by clicking on the trayicon
2221                 (doesn't work correctly in seperate window mode and may
2222                  cause unexpected GTK problems I couldn't find yet)
2223
2224         * src/common/ssl.c
2225                 remove incorrect warning
2226
2227 2003-06-15 [alfons]     0.9.0claws39
2228
2229         * src/gtk/gtkstext.c
2230                 don't output debug text;
2231                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2232                 for pointing this out);
2233
2234 2003-06-14 [alfons]     0.9.0claws38
2235         
2236         * src/messageview.c
2237                 remove printf() and make one if..else comply with coding style
2238
2239 2003-06-14 [alfons]     0.9.0claws37
2240
2241         * AUTHORS
2242                 add Martin Wicke
2243         * src/action.c
2244         * src/messageview.[ch]
2245         * src/summaryview.c
2246                 apply patch #754162 "Quoting messages filtered by actions" submitted
2247                 by Martin Wicke, which allows quoting message body changed by an
2248                 action (Thanks!).
2249
2250 2003-06-13 [alfons]     0.9.0claws36
2251
2252         * src/utils.c
2253                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2254                 use case insensitive regexp (suggested by Ivan Martinez)
2255
2256 2003-06-13 [christoph]  0.9.0claws35
2257
2258         * configure.ac
2259         * src/plugins/trayicon/Makefile.am
2260         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2261         * src/plugins/trayicon/trayicon.c
2262         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2263         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2264         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2265         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2266         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2267         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2268                 replace my own EggTrayIcon backport with the backport
2269                 used by (l|x)mule and gabber.
2270
2271 2003-06-13 [alfons]     0.9.0claws34
2272
2273         * AUTHORS
2274         * src/common/utils.c
2275                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2276
2277 2003-06-13 [alfons]     0.9.0claws33
2278
2279         * src/compose.c
2280                 clean up a little bit
2281
2282 2003-06-12 [alfons]     0.9.0claws32
2283
2284         * src/compose.c
2285                 const correctness fix
2286
2287         * src/common/sylpheed.[ch]
2288                 () -> (void)
2289                 prevent redef MIN/MAX
2290                 
2291         * src/common/utils.[ch]
2292                 () -> (void)
2293
2294 2003-06-12 [melvin]     0.9.0claws31
2295
2296         * src/compose.c
2297                 Updated to take into accounts changes in GtkAspell.
2298
2299 2003-06-12 [alfons]     0.9.0claws30
2300
2301         * src/compose.c
2302         * src/procmsg.c
2303         * src/common/utils.[ch]
2304                 handle reply subject prefixes better (initial 
2305                 suggestion by Robert Story adapted and enhanced 
2306                 using regexps)
2307
2308 2003-06-12 [melvin]     0.9.0claws29
2309
2310         * src/compose.c
2311                 Use new gtkaspell_checkers_strerror() to get the speller's
2312                 error message instead of accessing the (now private)
2313                 checkers structure.
2314                 Minor code clean up
2315
2316         * src/main.c
2317                 Use #ifdef instead of #if for USE_ASPELL
2318                 Use the new spell checkers init/quit functions 
2319
2320         * src/gtk/gtkaspell.c
2321                 Use #ifdef instead of #if for USE_ASPELL
2322                 Moved in the majority of GtkAspell structures that were
2323                 exported before by gtkaspell.h
2324         
2325         * src/gtk/gktaspell.h
2326                 Made gtkaspell.h contain only the necessary data to be
2327                 publicized by moving many structures to gtkaspell.c.
2328                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2329                 gtkaspell_checkers_new(): replaced by...
2330                 gtkaspell_checkers_init(): new function for initialization
2331                 gtkaspell_checkers_delete(): replaced by...
2332                 gtkaspell_checkers_quit(): new function
2333                 gtkaspell_checkers_strerror(): new function that returns
2334                 the checker's last error message.
2335                 
2336 2003-06-11 [melvin]     0.9.0claws28
2337
2338         * po/POTFILES.in
2339                 Updated to take into account gtkaspell.c migration to
2340                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2341
2342 2003-06-10 [alfons]     0.9.0claws27
2343
2344         * src/filtering.[ch]
2345         * src/folder.c
2346         * src/matcher.c
2347         * src/scoring.[ch]
2348                 - try fixing bug #18 (any brave testers?)
2349                 - add more robustness by refusing previously 
2350                   unchecked NULL pointers 
2351
2352 2003-06-10 [alfons]     0.9.0claws26
2353
2354         * src/procmsg.c
2355                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2356
2357 2003-06-09 [alfons]     0.9.0claws25
2358
2359         * src/prefs_common.c
2360                 fix bug #163 "Icon switching doesnt work properly" by 
2361                 preventing early freeing of prefs_common.pixmap_theme_path.
2362
2363 2003-06-09 [christoph]  0.9.0claws24
2364
2365         * src/gtk/gtkaspell.c
2366                 revert Thorsten's fix and add forgotten g_strdup for
2367                 aspell path (it should not be possible to alter the path a
2368                 GtkASpell uses from outside)
2369
2370 2003-06-09 [thorsten]   0.9.0claws23
2371
2372         * src/gtk/gtkaspell.c
2373                 dont free prefs_common.aspell_path when closing compose
2374
2375 2003-06-08 [colin]      0.9.0claws22
2376
2377         * src/plugins/spamassassin/spamassassin.c
2378                 fix prefs types
2379
2380 2003-06-07 [christoph]  0.9.0claws21
2381
2382         * src/Makefile.am
2383         * src/compose.c
2384         * src/gtkaspell.[ch]            ** REMOVE **
2385         * src/gtk/Makefile.am
2386         * src/gtk/gtkaspell.[ch]        ** NEW **
2387                 o make gtkaspell independent from sylpheed's prefs
2388                 o move gtkaspell.[ch] to gtk directory
2389
2390 2003-06-07 [christoph]  0.9.0claws20
2391
2392         * src/Makefile.am
2393         * src/crash.c
2394         * src/export.c
2395         * src/filesel.[ch]              ** REMOVE **
2396         * src/folder.c
2397         * src/main.[ch]
2398         * src/common/sylpheed.[ch]
2399         * src/gtk/Makefile.am
2400         * src/gtk/filesel.[ch]          ** NEW **
2401         * src/gtk/pluginwindow.c
2402         * src/gtk/sslcertwindow.c
2403                 move filesel.[ch] to gtk directory
2404
2405 2003-06-07 [alfons]     0.9.0claws19
2406
2407         * src/filesel.c
2408                 make (multi) file selection dialog work again (Claws-only)
2409
2410 2003-06-07 [thorsten]   0.9.0claws18
2411
2412         * po/de.po
2413                 fix typos
2414
2415 2003-06-07 [alfons]     0.9.0claws17
2416
2417         * configure.ac
2418         * src/mimeview.c
2419                 detect apache mishap in which case don't include fnmatch.h
2420                 if regex.h is already included
2421
2422 2003-06-06 [christoph]  0.9.0claws16
2423
2424         * configure.ac
2425         * src/mimeview.h
2426                 add check for fnmatch.h and include it when available
2427
2428         * src/mimeview.[ch]
2429                 fix wrong case sensitivity of Content-Types
2430
2431         * src/gtk/Makefile.am
2432                 need the same include paths in gtk directory as in
2433                 common directory because .h files in common can
2434                 include files from these directories, when included
2435                 in gtk's .h or .c files
2436
2437 2003-06-06 [alfons]     0.9.0claws15
2438
2439         * src/mimeview.c
2440         * src/summaryview.c
2441                 make it compile again because of regex.h / fnmatch.h 
2442                 include problems (related to recent mime stuff, can
2443                 someone check this?)
2444
2445 2003-06-06 [thorsten]   0.9.0claws14
2446
2447         * src/folderview.c
2448                 possible use of uninitialized pointer while dragging
2449
2450 2003-06-06 [paul]       0.9.0claws13
2451
2452         * src/compose.c
2453                 fix bug where the insert sig button would be effective
2454                 only when auto_sig was set
2455
2456 2003-06-06 [paul]       0.9.0claws12
2457
2458         * sync with 0.9.2 release
2459
2460 2003-06-02 [paul]       0.9.0claws11
2461
2462         * sync with 0.9.1cvs1
2463                 see ChangeLog 2003-06-02
2464                 
2465         * po/de.po
2466                 update by Jens
2467
2468 2003-06-01 [christoph]  0.9.0claws10
2469
2470         * src/account.c
2471                 don't use substring search to find accounts by email address
2472
2473         (closes Bug 169 Overly loose matching of "From" address)
2474
2475 2003-05-31 [christoph]  0.9.0claws9
2476
2477         * doc-src/rfc2683.txt
2478         * src/imap.c
2479                 limit IMAP command length as recommended in RFC2683
2480                 (message number lists will be split into multiple imap
2481                 sets, the limit of 1000 octets is not a hard limit)
2482
2483         (closes Bug 161 sylpheed-claws exits with segfault when logging
2484          in to certain imap-servers)
2485
2486 2003-05-29 [alfons]     0.9.0claws8
2487
2488         * src/toolbar.[ch]
2489                 add print button (calling summary_print());
2490                 fine tune setting tooltip text;
2491                 (if someone needs other buttons, please take these 
2492                 commits as a guide, instead of bothering us - also
2493                 see 0.8.11claws150) 
2494
2495 2003-05-29 [darko]      0.9.0claws7
2496
2497         * src/compose.c
2498                 fix crash when word wrapping kicks in due to
2499                 changed text by spell checker
2500
2501 2003-05-29 [paul]       0.9.0claws6
2502
2503         * src/compose.c
2504                 fix bug where changing account would insert
2505                 sig even if auto_sig was FALSE
2506                 
2507         * ChangeLog
2508           ChangeLog.jp
2509           INSTALL
2510                 sync with 0.9.1 release
2511
2512 2003-05-28 [christoph]  0.9.0claws5
2513
2514         * src/imap.c
2515                 fix truncation of too long commands
2516
2517         (closes Bug 167 IMAP hangs trying to get envelope
2518          information in imap_get_uncached_messages)
2519
2520 2003-05-27 [paul]       0.9.0claws4
2521
2522         * tools/Makefile.am
2523           tools/maildir2sylpheed.pl     ** NEW FILE **
2524                 add kmail to sylpheed mailbox conversion script
2525
2526 2003-05-27 [paul]       0.9.0claws3
2527
2528         * sync with 0.9.0cvs10
2529                 see ChangeLog 2003-05-26
2530
2531 2003-05-26 [paul]       0.9.0claws2
2532
2533         * sync with 0.9.0cvs9
2534                 see ChangeLog 2003-05-26
2535
2536 2003-05-24 [paul]       0.9.0claws1
2537
2538         * sync with 0.9.0cvs8
2539                 see ChangeLog 2003-05-23
2540
2541 2003-05-24 [paul]       0.9.0claws
2542
2543         * version 0.9.0claws released
2544
2545 2003-05-24 [paul]       0.8.11claws177
2546
2547         * src/plugins/dillo-viewer/Makefile.am
2548           src/plugins/traycon/Makefile.am
2549                 add missing files
2550                 
2551         * po/bg.po
2552           po/en_GB.po
2553           po/es.po
2554           po/it.po
2555           po/pt_BR.po
2556           po/ru.po
2557           po/sr.po
2558                 update Bulgarian, British English, Spanish, Italian, 
2559                 Brazilian Portuguese, Russian, and Serbian translations, 
2560                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2561                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2562                 Ruslan N. Balkin, and Urke MMI
2563
2564 2003-05-23 [melvin]     0.8.11claws176
2565
2566         * po/fr.po
2567                 Updated French translations
2568
2569 2003-05-22 [paul]       0.8.11claws175
2570
2571         * src/Makefile.am
2572           src/addrbook.[ch]
2573           src/addrcache.[ch]
2574           src/addr_compl.[ch]
2575           src/adressbook.[ch]
2576           src/addrindex.[ch]
2577           src/addritem.[ch]
2578           src/editaddress.c
2579           src/editgroup.c
2580           src/editldap_basedn.c
2581           src/editldap.c
2582           src/jpilot.c
2583           src/vcard.c
2584                 revert to get ldap into it previous working state
2585                 
2586         * po/zh_TW.Big5.po
2587                 new Taiwanese translation,
2588                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2589
2590 2003-05-22 [christoph]  0.8.11claws174
2591
2592         * src/plugins/spamassassin/libspamc.[ch]
2593                 sync libspamc with SpamAssaain release 2.55
2594
2595 2003-05-22 [paul]       0.8.11claws173
2596
2597         * sync with 0.9.0cvs7
2598                 see ChangeLog 2003-05-22
2599                 
2600         * src/summaryview.c
2601                 revert change in 0.8.11claws172: follow
2602                 Hiroyuki's decision and that's the end of it.
2603
2604 2003-05-21 [paul]       0.8.11claws172
2605
2606         * src/summaryview.c
2607                 fix discrepency between open_unread_on_enter
2608                 and always_show_msg
2609
2610 2003-05-21 [paul]       0.8.11claws171
2611
2612         * sync with 0.9.0cvs6
2613                 see ChangeLog 2003-05-21
2614
2615 2003-05-21 [paul]       0.8.11claws170
2616
2617         * sync with 0.9.0cvs5
2618                 see ChangeLog 2003-05-21
2619
2620 2003-05-20 [paul]       0.8.11claws169
2621
2622         * sync with 0.9.0cvs4
2623                 see ChangeLog 2003-05-20
2624                 fixes bug #152, 'encoding of IMAP folders names'
2625
2626 2003-05-20 [paul]       0.8.11claws168
2627
2628         * sync with 0.9.0cvs3
2629                 see ChangeLog 2003-05-20
2630                 
2631         * src/tools/convert_mbox.pl
2632                 minor change in the comments, submitted by Fred Marton
2633
2634 2003-05-19 [paul]       0.8.11claws167
2635
2636         * src/plugins/clamav/Makefile.am
2637           configure.ac
2638                 link clamav_lib to the plugin and not to the main program
2639
2640 2003-05-19 [christoph]
2641
2642         * src/Makefile.am
2643                 add -export-dynamic for linking
2644
2645 2003-05-19 [paul]       0.8.11claws166
2646
2647         * sync with 0.9.0cvs1
2648                 see ChangeLog 2003-05-19
2649
2650 2003-05-19 [paul]       0.8.11claws165
2651
2652         * src/inc.c
2653                 fix 'pop before smtp' timeout
2654
2655 2003-05-18 [alfons]     0.8.11claws164
2656
2657         * src/prefs_matcher.c
2658                 put "execute" action command line ("expression") in edit box
2659
2660 2003-05-18 [christoph]  0.8.11claws163
2661
2662         * src/mimeview.[ch]
2663         * src/plugins/dillo_viewer/dillo_viewer.c
2664         * src/plugins/image_viewer/viewer.c
2665         * src/plugins/mathml_viewer/mathml_viewer.c
2666                 let a viewer have a list of Content-Types
2667
2668 2003-05-18 [paul]       0.8.11claws162
2669
2670         * src/prefs_filtering.c
2671                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2672                 and REDIRECT actions
2673
2674 2003-05-17 [christoph]
2675
2676         * README.claws
2677                 o remove dynamic signatures that was syned with main
2678                 o add infos about no longer "build in" image viewer
2679                 o update bugtracker URL
2680
2681 2003-05-17 [christoph]  0.8.11claws161
2682
2683         * src/folder.c
2684         * src/folderview.c
2685         * src/imap.c
2686                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2687                 for every folder after rebuilding the folder tree.
2688
2689         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2690          messages)
2691
2692 2003-05-17 [christoph]  0.8.11claws160
2693
2694         * src/imap.c
2695                 don't use STATUS command on current folder to check for
2696                 content changes. imap_cmd_ok() now tracks changes to
2697                 folder and number of existing messages.
2698
2699 2003-05-17 [paul]       0.8.11claws159
2700
2701         * src/plugins/clamav/clamav_plugin.c
2702                 remove unnecessary debug_print
2703
2704 2003-05-16 [thorsten]   0.8.11claws158
2705
2706         * src/plugins/demo.c
2707                 included missing intl.h
2708
2709 2003-05-16 [paul]       0.8.11claws157
2710
2711         * po/POTFILES.in
2712                 remove non-existant entries
2713         
2714         * src/plugins/clamav/clamav_plugin.c
2715           src/plugins/clamav/clamav_plugin_gtk.c
2716           src/plugins/dillo_viewer/dillo_prefs.c
2717           src/plugins/dillo_viewer/dillo_viewer.c
2718                 gettextise
2719
2720 2003-05-16 [christoph]  0.8.11claws156
2721
2722         * po/POTFILES.in
2723                 include plugin .c files for translation until I
2724                 find a better solution to have plugins have their
2725                 own textdomain
2726         * src/plugins/demo/demo.c
2727         * src/plugins/image_viewer/plugin.c
2728         * src/plugins/mathml_viewer/mathml_viewer.c
2729         * src/plugins/spamassassin/spamassassin.c
2730         * src/plugins/spamassassin/spamassassin_gtk.c
2731         * src/plugins/trayicon/trayicon.c
2732                 add gettext macros for plugin name and description
2733
2734 2003-05-16 [paul]
2735
2736         * sync with 0.9.0
2737
2738 2003-05-16 [paul]       0.8.11claws155
2739
2740         * sync with lastest 0.9.0pre1
2741                 see ChangeLog 2003-05-16
2742
2743 2003-05-15 [paul]       0.8.11claws154
2744
2745         * sync with latest 0.9.0pre1
2746                 see ChangeLog 2003-05-14 and 2003-05-15
2747
2748 2003-05-14 [christoph]  0.8.11claws153
2749
2750         * src/plugins/image_viewer/viewer.c
2751         * src/plugins/image_viewer/viewer.glade         ** NEW **
2752         * src/plugins/image_viewer/viewerprefs.c
2753                 make it possible to disable the autoload function in the
2754                 imageviewer again
2755
2756 2003-05-14 [christoph]  0.8.11claws152
2757
2758         * src/folder.c
2759                 fix folder update after adding a message
2760
2761 2003-05-13 [alfons]     0.8.11claws151
2762
2763         * src/common/session.c
2764                 remove debug traces
2765                 
2766         * src/addrcache.[ch]
2767         * src/filtering.[ch]
2768         * src/folder.[c]
2769         * src/gtkaspell.[ch]
2770         * src/imap.[ch]
2771         * src/mbox_folder.[ch]
2772         * src/mh.[ch]
2773         * src/mimeview.h
2774         * src/msgcache.[ch]
2775         * src/news.[ch]
2776         * src/passphrase.[ch]
2777         * src/prefs_common.[ch]
2778         * src/prefs_gtk.[ch]
2779         * src/procmsg.c
2780         * src/scoring.[ch]
2781                 be pedantic; (in prototypes () implies (int))
2782
2783 2003-05-13 [alfons]     0.8.11claws150
2784
2785         * src/prefs_toolbar.[ch]
2786         * src/summaryview.[ch]
2787         * src/toolbar.[ch]
2788                 change misleading text in toolbar prefs;
2789                 add toolbar action for ignore thread (toggles ignore thread flag);
2790                 clean up a little bit;
2791
2792 2003-05-12 [paul]
2793
2794         * tools/convert_mbox.pl
2795                 bug fixed by Fred Marton
2796
2797 2003-05-12 [paul]
2798
2799         * sync with 0.9.0pre1
2800
2801 2003-05-09 [paul]       0.8.11claws149
2802
2803         * sync with 0.8.11cvs43
2804                 see ChangeLog 2003-05-09
2805
2806 2003-05-08 [christoph]  0.8.11claws148
2807
2808         * src/imap.[ch]
2809                 o use CAPABILIY as first command and check for PREAUTH
2810                   information in the response to it
2811                 o rewrite all imap_cmd_* functions to use an IMAPSession
2812                   instead of a SockInfo as parameter
2813                 o do STARTTLS after fetching and checking the server
2814                   capabilities
2815
2816 2003-05-08 [paul]       0.8.11claws147
2817
2818         * tools/Makefile.am
2819           tools/README
2820           tools/convert_mbox.pl         ** NEW FILE **
2821                 add mbox conversion script. Submitted by 
2822                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2823
2824 2003-05-07 [christoph]
2825
2826         * doc-src/glade.txt
2827         * src/gtk/pluginwindow.glade
2828         * src/plugins/image_viewer/viewerprefs.glade
2829         * src/plugins/spamassassin/spamassassin_gtk.glade
2830                 add glade files for user interfaces and a description how
2831                 to use glade to create the sylpheed code
2832
2833 2003-05-07 [paul]       0.8.11claws146
2834
2835         * sync with 0.8.11cvs41
2836                 see ChangeLog 2003-05-07
2837
2838 2003-05-06 [christoph]  0.8.11claws145
2839
2840         * src/main.c
2841         * src/plugins/image_viewer/viewer.c
2842                 fix usage of imlib in imageviewer plugin
2843
2844         * src/gtk/prefswindow.c
2845                 handle window close event correctly
2846
2847 2003-05-06 [paul]       0.8.11claws144
2848
2849         * src/common/ssl.c
2850                 fix typo introduced in sync
2851
2852 2003-05-06 [paul]       0.8.11claws143
2853
2854         * sync with 0.8.11cvs39
2855                 see ChangeLog 2003-05-06
2856
2857 2003-05-06 [paul]       0.8.11claws142
2858
2859         * AUTHORS
2860           po/cs.po
2861                 updated Czech translation, submitted by 
2862                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2863                 
2864         * src/plugins/clamav/clamav_plugin_gtk.c
2865                 clean up
2866
2867 2003-05-03 [alfons]     0.8.11claws141
2868
2869         * src/compose.[ch]
2870                 make paste as quotation work even when the call to 
2871                 text_inserted() was deferred (fixes bug #140 "Paste 
2872                 as quotation does not work when using "external" 
2873                 clipboard")
2874
2875 2003-05-03 [thorsten]   0.8.11claws140
2876
2877         * src/addrquery.h
2878           src/ldapquery.h
2879           src/mainwindow.c
2880                 removed C++ comments
2881         * src/addr_compl.c
2882                 function with non-int retval/param used before
2883                 implementation/declaration
2884
2885 2003-05-02 [paul]       0.8.11claws139
2886
2887         * src/addr_compl.[ch]
2888           src/addressbook.[ch]
2889           src/addrindex.c
2890           src/summaryview.c
2891                 revert match's changes to (finally) remove the bug where
2892                 opening a folder causes massive slowdown when using the 
2893                 'Display sender using address book' option
2894
2895 2003-05-01 [melvin]     0.8.11claws138
2896
2897         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2898         * src/plugins/dillo_viewer/dillo_viewer.c
2899                 Fixed bug where "Cancel" button from prefs issued
2900                 warnings.
2901                 Comply a little more to coding style
2902
2903 2003-05-01 [paul]       0.8.11claws137
2904
2905         * sync with 0.8.11cvs38
2906                 see ChangeLog 2003-05-01
2907
2908 2003-05-01 [paul]       0.8.11claws136
2909
2910         * po/bg.po
2911                 updated by George Danchev
2912
2913 2003-04-30 [christoph]  0.8.11claws135
2914
2915         * src/plugins/dillo_viewer/dillo_prefs.c
2916         * src/plugins/image_viewer/viewerprefs.c
2917         * src/plugins/spamassassin/spamassassin_gtk.c
2918                 remove gtk_widget_ref() calls for widgets in
2919                 glade code
2920
2921 2003-04-30 [paul]       0.8.11claws134
2922
2923         * src/addrindex.c
2924                 ok, this time a better fix for the bug where opening folder
2925                 has massive slowdown when using the 'Display sender using 
2926                 address book' option
2927
2928 2003-04-30 [paul]       0.8.11claws133
2929
2930         * src/addrindex.c
2931                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2932         
2933 2003-04-30 [melvin]     0.8.11claws132
2934
2935         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2936
2937         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2938                 Preferences for the dillo plugin
2939         * src/plugins/dillo_viewer/dillo_viewer.c
2940                 Support for preferences
2941         * src/plugins/dillo_viewer/Makefile.am
2942                 Added dillo_prefs.[ch]
2943
2944 2003-04-30 [alfons]     0.8.11claws131
2945
2946         * src/common/plugin.[ch]
2947                 see? this ANSI C'fication immediately gives us type
2948                 checking for free.
2949
2950 2003-04-30 [alfons]     0.8.11claws130
2951
2952         * src/common/plugin.[ch]
2953         * src/plugins/clamav/clamav_plugin.[ch]
2954         * src/plugins/clamav/clamav_plugin_gtk.c
2955         * src/plugins/demo/demo.c
2956         * src/plugins/dillo_viewer/dillo_viewer.c
2957         * src/plugins/image_viewer/plugin.c
2958         * src/plugins/image_viewer/viewer.[ch]
2959         * src/plugins/image_viewer/viewerprefs.[ch]
2960         * src/plugins/mathml_viewer/mathml_viewer.c
2961         * src/plugins/spamassassin/spamassassin.[ch]
2962         * src/plugins/spamassassin/spamassassin_gtk.c
2963         * src/plugins/trayicon/trayicon.c
2964                 clean up
2965
2966 2003-04-30 [alfons]     0.8.11claws129
2967
2968         * src/common/utils.c
2969                 make is_ascii_str() fail gracefully when NULL pointer
2970                 is passed
2971
2972 2003-04-30 [paul]       0.8.11claws128
2973
2974         * src/addrindex.c
2975                 fix bug where opening folder has massive slowdown when
2976                 using the 'Display sender using address book' option
2977
2978 2003-04-30 [paul]       0.8.11claws127
2979
2980         * src/plugins/clamav/clamav_plugin.c
2981           src/plugins/clamav/clamav_plugin_gtk.c
2982           src/plugins/demo/demo.c
2983           src/plugins/dillo_viewer/dillo_viewer.c
2984           src/plugins/image_viewer/plugin.c
2985           src/plugins/mathml_viewer/mathml_viewer.c
2986           src/plugins/spamassassin/spamassassin.c
2987           src/plugins/spamassassin/spamassassin_gtk.c
2988           src/plugins/trayicon/trayicon.c
2989                 get rid of eye-hurting function signatures
2990
2991 2003-04-30 [paul]       0.8.11claws126
2992
2993         * src/plugins/trayicon/trayicon.c
2994                 add description
2995                 
2996         * src/mimeview.c
2997                 be more descriptive
2998
2999 2003-04-30 [paul]       0.8.11claws125
3000
3001         * configure.ac
3002                 arrange the plugins in reverse alphabetical order
3003                 
3004         * src/plugins/clamav/clamav_plugin.[ch]
3005           src/plugins/clamav/clamav_plugin_gtk.c
3006                 rename some params
3007                 resize max_size window
3008                 re-arrange the order of some gui elements
3009                 improve descriptions
3010         
3011         * src/plugins/image_viewer/plugin.c
3012           src/plugins/mathml_viewer/mathml_viewer.c
3013                 add descriptions
3014                 
3015         * src/plugins/spamassassin/spamassassin_gtk.c
3016                 resize max_size window
3017                 re-arrange the order of some gui elements
3018                 
3019         * src/messageview.c
3020           src/mimeview.c
3021                 correct typos
3022
3023 2003-04-30 [alfons]     0.8.11claws124
3024
3025         * src/imap.c
3026                 fix a leak found while browsing Martin Kluge's 
3027                 valgrind log (Claws only)
3028
3029 2003-04-29 [darko]      0.8.11claws123
3030
3031         * src/gtk/gtkstext.h
3032                 include wchar.h if it is available, fixes compilation
3033                 on HP-UX systems
3034
3035 2003-04-29 [melvin]     0.8.11claws122
3036
3037         * src/prefs_actions.c
3038                 Improved help text of Actions' syntax
3039
3040 2003-04-28 [paul]       0.8.11claws121
3041
3042         * src/action.c
3043                 a better fix for the crash when performing an action
3044                 on a mime part
3045
3046 2003-04-28 [paul]       0.8.11claws120
3047
3048         * src/action.c
3049                 fix crash when performing an action on a
3050                 mime part
3051
3052 2003-04-28 [paul]       0.8.11claws119
3053
3054         * sync with 0.8.11cvs36
3055                 see ChangeLog 2003-04-28
3056
3057 2003-04-27 [paul]       0.8.11claws118
3058
3059         * more sync with 0.8.11cvs35
3060                 see ChangeLog 2003-04-25
3061
3062 2003-04-26 [christoph]  0.8.11claws117
3063
3064         * src/folder.c
3065                 fix remove virtual check
3066
3067 2003-04-26 [paul]       0.8.11claws116
3068
3069         * src/messageview.c
3070                 fix return-receipt, make it work again
3071
3072 2003-04-26 [paul]       0.8.11claws115
3073
3074         * src/mimeview.c
3075                 restore double-clicking of the [application/pgp-signature 
3076                 (Select "Check signature" to check)] line in the message view,
3077                 broken in recent sync
3078
3079 2003-04-26 [christoph]  0.8.11claws114
3080
3081         * src/folder.c
3082                 check if remove virtual really exists before
3083                 calling the function
3084
3085 2003-04-25 [match]      0.8.11claws113
3086
3087         * src/addrindex.c
3088         * src/addrbook.c
3089         * src/ldapquery.[ch]
3090         * src/ldapctrl.[ch]
3091                 fix memleak.
3092         * src/ldapserver.[ch]
3093                 fix memleak. fix segfault.
3094                 plug a Claws memleak
3095
3096 2003-04-25 [alfons]     0.8.11claws112
3097
3098         * src/folder.c
3099                 plug a Claws memleak
3100
3101 2003-04-25 [alfons]     0.8.11claws111
3102
3103         * src/common/session.c
3104                 plug a memleak
3105
3106 2003-04-25 [paul]       0.8.11claws110
3107
3108         * sync with 0.8.11cvs35
3109                 see ChangeLog 2003-04-24 and 2003-04-25
3110                 
3111         * src/gtk/pluginwindow.c
3112                 correct another strange float value
3113
3114 2003-04-24 [christoph]  0.8.11claws109
3115
3116         * src/folder.c
3117                 freeze folder item updates when unsetting new flags
3118
3119         * src/gtk/pluginwindow.c
3120                 correct strange float value
3121
3122 2003-04-23 [paul]       0.8.11claws108
3123
3124         * sync with 0.8.11cvs33
3125                 see ChangeLog 2003-04-23
3126
3127 2003-04-22 [paul]       0.8.11claws107
3128
3129         * src/Makefile.am
3130           src/messageview.c
3131           src/mimeview.c
3132           src/pgptext.[ch]      ** REMOVED **
3133                 remove pgptext.[ch] as its not used any more
3134
3135 2003-04-22 [paul]       0.8.11claws106
3136
3137         * sync with 0.8.11cvs31
3138                 see ChangeLog 2003-04-21 and 2003-04-22
3139
3140 2003-04-21 [alfons]     0.8.11claws105
3141
3142         * src/main.c
3143                 No access to GTK structures if we're a spawned child
3144                 (and clean up code a little bit...) Should fix #126.
3145
3146 2003-04-21 [melvin]     0.8.11claws104
3147
3148         * src/plugins/dillo_viewer/README
3149                 Improved slightly the text.
3150
3151 2003-04-21 [melvin]     0.8.11claws103
3152
3153         * src/plugins/dillo_viewer/README *** NEW ***
3154                 Added a README file for the Dillo plugin
3155
3156 2003-04-20 [paul]
3157
3158         * tools/README
3159           tools/outlook2sylpheed.pl
3160                 updated and improved by Ricardo Mones Lastra
3161
3162 2003-04-18 [oliver]     0.8.11claws102
3163
3164         * src/inc.c 
3165         * src/prefs_account.h
3166                 remove Pop3SessionType (used by selective download)
3167         * src/prefs_toolbar.c
3168                 enable set Default Toolbar button
3169
3170 2003-04-18 [paul]       0.8.11claws101
3171
3172         * sync with 0.8.11cvs29
3173                 see ChangeLog 2003-04-18
3174
3175 2003-04-17 [paul]       0.8.11claws100
3176
3177         * src/prefs_common.[ch]
3178           src/summaryview.c
3179                 remove 'Open next message on deletion' option,
3180                 as the same effect can now be achieved via the
3181                 'Always open messages in summary when selected'
3182                 option.
3183
3184 2003-04-17 [paul]       0.8.11claws99
3185
3186         * sync with 0.8.11cvs28
3187                 see ChangeLog 2003-04-17
3188
3189 2003-04-17 [christoph]  0.8.11claws98
3190
3191         * ac/spamassassin.m4
3192         * src/plugins/spamassassin/libspamc.[ch]
3193         * src/plugins/spamassassin/utils.[ch]
3194                 sync libspamc with SpamAssassin project
3195
3196 2003-04-17 [christoph]  0.8.11claws97
3197
3198         * src/common/socket.h
3199         * src/gtk/sslcertwindow.h
3200                 rename old USE_SSL to USE_OPENSSL
3201
3202 2003-04-17 [paul]       0.8.11claws96
3203
3204         * src/prefs_common.h
3205                 use gulong for P_COLOR so that it compiles/runs on
3206                 64-bit systems. Patch submitted by James Noyes
3207                 <jnoyes-claws@retrogeeks.com>
3208                 
3209         * po/de.po
3210                 updated by Jens
3211
3212 2003-04-17 [paul]       0.8.11claws95
3213
3214         * sync with 0.8.11cvs27
3215                 see ChangeLog 2003-04-16
3216
3217 2003-04-15 [paul]       0.8.11claws94
3218
3219         * src/prefs_common.[ch]
3220                 rearrange to stop the window getting too long:
3221                         move Receive dialog stuff to Receive tab
3222                         move Send dialog to Send tab
3223                         remove Dialogs frame
3224                 rename 'Open messages in summary with cursor keys' to
3225                 'Always open messages in summary when selected', as its
3226                 more appropriate
3227
3228 2003-04-15 [paul]       0.8.11claws93
3229
3230         * src/prefs_common.[ch]
3231           src/summaryview.c
3232                 add new option '/Interface/Open next message on deletion'
3233
3234 2003-04-15 [paul]       0.8.11claws92
3235
3236         * src/summaryview.[ch]
3237                 add /Mark/Lock and /Mark/Unlock to the pop-up
3238                 menu. Patch submitted by Ivan Francolin Martinez
3239                 <ivanfm@users.sourceforge.net>
3240
3241 2003-04-15 [paul]       0.8.11claws91
3242
3243         * sync with 0.8.11cvs24
3244                 see ChangeLog 2003-04-15
3245
3246 2003-04-14 [jens]       0.8.11claws90
3247
3248         * updated German translation and some corrections from
3249                 Roland Bless <bless@tm.uka.de>
3250
3251 2003-04-14 [paul]       0.8.11claws89
3252
3253         * sync with 0.8.11cvs22
3254                 see ChangeLog 2003-04-14
3255
3256 2003-04-13 [paul]       0.8.11claws88
3257
3258         * src/plugins/clamav/clamav_plugin.c
3259                 fix memory leaks
3260                 clean up
3261
3262 2003-04-12 [paul]       0.8.11claws87
3263
3264         * src/plugins/clamav/clamav_plugin.c
3265                 activate enable/disable archive scanning option
3266                 
3267         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3268
3269 2003-04-12 [paul]       0.8.11claws86
3270
3271         * src/plugins/Makefile.am
3272           src/plugins/clamav/Makefile.am                ** NEW FILE **
3273           src/plugins/clamav/README                     ** NEW FILE ** 
3274           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3275           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3276                 add Clam AntiVirus plugin
3277
3278 2003-04-12 [paul]       0.8.11claws85
3279
3280         * sync with 0.8.11cvs21
3281                 see ChangeLog 2003-04-11
3282
3283 2003-04-11 [paul]       0.8.11claws84
3284
3285         * po/es.po
3286                 update Spanish translation. Submitted by Ricardo
3287                 Mones Lastra.
3288
3289 2003-04-10 [christoph]  0.8.11claws83
3290
3291         * src/mbox.c
3292                 fix typo that did not move unfiltered mails to destination
3293                 folder
3294
3295         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3296          when filtering from spool)
3297
3298 2003-04-10 [christoph]  0.8.11claws82
3299
3300         * src/imap.c
3301                 use BODY.PEEK instead of BODY in in message fetch operation
3302                 to make sure the IMAP server does not set the \Seen flag for
3303                 messages. Sylpheed does that later itself, when the message
3304                 is opened in sylpheed
3305
3306         (closes Bug 111 Claws destroys unread marks)
3307
3308 2003-04-09 [oliver]     0.8.11claws81
3309         
3310         * src/folder.c
3311                 fix crash in folder_destroy
3312         * README.claws
3313                 remove selective download
3314
3315 2003-04-09 [christoph]  0.8.11claws80
3316
3317         * src/imap.c
3318                 fix crash in imap_get_msginfo() when then fetched message
3319                 is not found
3320
3321         (closes Bug 110 Crash during mail composition)
3322
3323 2003-04-08 [christoph]  0.8.11claws79
3324
3325         * src/folder.c
3326         * src/prefs_account.c
3327                 Filter new messages that are found in an INBOX folder
3328                 when 'Filter messages on receiving' is enabled in the
3329                 Folder's AccountPrefs. This allows to use Sylpheed's
3330                 filtering engine for IMAP folders where messages are
3331                 added to the INBOX by a MTA
3332
3333 2003-04-08 [paul]       0.8.11claws78
3334
3335         * src/procmsg.h
3336                 clean up after last commit
3337
3338 2003-04-08 [paul]       0.8.11claws77
3339
3340         * sync with 0.8.11cvs20
3341                 see ChangeLog 2003-04-07 and 2003-04-08
3342
3343 2003-04-07 [christoph]  0.8.11claws76
3344
3345         * src/filtering.[ch]
3346         * src/inc.[ch]
3347         * src/mbox.c
3348         * src/procmsg.[ch]
3349                 add procmsg_msginfo_filter() to execute filtering actions
3350
3351 2003-04-06 [christoph]  0.8.11claws75
3352
3353         * src/imap.c
3354                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3355
3356 2003-04-06 [christoph]  0.8.11claws74
3357
3358         * src/common/utils.[ch]
3359                 add g_int_compare() function for slist sorting
3360
3361         * src/imap.c
3362                 fetch all MsgInfos with one command in imap_get_msginfos()
3363                 using an imap set with a list of ranges
3364
3365         * src/news.c
3366                 use new g_int_compare() function
3367
3368 2003-04-06 [thorsten]   0.8.11claws73
3369
3370         * src/mh.c
3371                 corrected implementation of mh_folder_destroy()
3372
3373 2003-04-05 [christoph]  0.8.11claws72
3374
3375         * src/account.c
3376         * src/folder.[ch]
3377         * src/folderview.c
3378         * src/imap.c
3379         * src/inc.c
3380         * src/main.c
3381         * src/mainwindow.c
3382         * src/mbox_folder.c
3383         * src/mh.c
3384         * src/mimeview.h
3385         * src/msgcache.[ch]
3386         * src/news.c
3387         * src/procmime.h
3388         * src/procmsg.[ch]
3389         * src/setup.c
3390         * src/gtk/gtkutils.c
3391                 o rename structure field names class and new to klass and
3392                   new_msgs, to allow including files in C++
3393                 o add 'extern "C"' block to some header files
3394                 o add MsgInfoList and MsgNumberList as alias for GSList for
3395                   developers to know what type of list is expected
3396
3397         * src/plugins/image_viewer/plugin.c
3398         * src/plugins/image_viewer/viewer.[ch]
3399         * src/plugins/image_viewer/viewerprefs.[ch]
3400                 rename function names to prevent conflicts
3401
3402 2003-04-05 [paul]       0.8.11claws71
3403
3404         * sync with 0.8.11cvs18
3405                 see ChangeLog 2003-04-03 and 2003-04-04
3406
3407 2003-04-02 [christoph]  0.8.11claws70
3408
3409         * src/folder.[ch]
3410         * src/imap.[ch]
3411         * src/mbox_folder.[ch]
3412         * src/mh.[ch]
3413         * src/news.[ch]
3414                 o Make all virtual folder functions private
3415                 o remove unused folder code
3416
3417         * src/common/socket.[ch]
3418         * src/summaryview.c
3419                 fix warnings
3420
3421 2003-03-30 [alfons]     0.8.11claws69
3422
3423         * src/send_message.c
3424                 remove two debug traces and see if people still report
3425                 errors
3426
3427 2003-03-30 [alfons]     0.8.11claws68
3428
3429         * src/send_message.c
3430         * src/commons/session.c
3431                 add more debug traces
3432
3433 2003-03-30 [christoph]  0.8.11claws67
3434
3435         * src/folder.c
3436                 change processing folder name from .processing to processing
3437
3438         * src/common/ssl.c
3439                 disable SSL certificate check because it causes Xlib error
3440                 when the child process want's to open an GTK window
3441
3442 2003-03-30 [christoph]  0.8.11claws66
3443
3444         * src/folder.c
3445                 don't use default folder for processing folder item because
3446                 it can be a non local folder
3447
3448         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3449
3450 2003-03-30 [alfons]     0.8.11claws65
3451
3452         * src/send_message.c
3453                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3454                 to generate bad code for 'send_send_data_progressive': When
3455                 called from 'send_send_data_finished', the 'data' pointer is
3456                 cleared just before the assignment to the dialog pointer
3457
3458 2003-03-29 [christoph]  0.8.11claws64
3459
3460         * src/common/prefs.h
3461         * src/plugins/image_viewer/Makefile.am
3462         * src/plugins/image_viewer/plugin.c
3463         * src/plugins/image_viewer/viewer.[ch]
3464         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3465                 add PrefsPage for ImageViewer
3466
3467 2003-03-28 [thorsten]   0.8.11claws63
3468
3469         * src/common/session.c
3470                 added some comments
3471
3472 2003-03-28 [paul]       0.8.11claws62
3473
3474         * sync with 0.8.11cvs16
3475                 see ChangeLog 2003-03-28
3476
3477 2003-03-28 [paul]       0.8.11claws61
3478
3479         * sync with 0.8.11cvs15
3480                 see ChangeLog 2003-03-28
3481
3482 2003-03-27 [christoph]  0.8.11claws60
3483
3484         * src/folder.c
3485         * src/imap.c
3486         * src/common/socket.[ch]
3487                 set socket state to DISCONNECTED when any operation
3488                 fails to allow reconnecting in IMAP code without
3489                 checking the return code of all calls to the command
3490                 functions
3491
3492         * src/folderview.c
3493         * src/summaryview.c
3494                 remove some more stuff that depends on specific
3495                 folder types
3496
3497 2003-03-27 [paul]       0.8.11claws59
3498
3499         * sync with 0.8.11cvs14
3500                 see ChangeLog 2003-03-27
3501                 
3502         * src/selective_download.[ch]   ** REMOVED **
3503                 really removed
3504
3505 2003-03-27 [christoph]  0.8.11claws58
3506
3507         * src/folder.c
3508                 fix handling of tmp_flags in flag copy function
3509
3510 2003-03-27 [paul]       0.8.11claws57
3511
3512         * sync with 0.8.11cvs13
3513                 see ChangeLog 2003-03-27
3514
3515 2003-03-27 [oliver]     0.8.11claws56
3516
3517         * src/maiwindow.c
3518                 remove sel_download_cb
3519
3520 2003-03-27 [oliver]     0.8.11claws55
3521         
3522         * src/inc.c
3523                 remove POP3_TOP
3524         
3525 2003-03-26 [oliver]     0.8.11claws54
3526
3527         *src/pop.h
3528                 remove POP3_TOP*
3529         * README.claws
3530                 remove selective donwload readme
3531
3532 2003-03-26 [oliver]     0.8.11claws53
3533         * src/matcher.[ch]
3534         * src/matcher_parser_parse.y 
3535         * src/pop.c 
3536         * src/prefs_account.[ch]
3537         * src/prefs_filtering.c
3538                 remove selective donwload
3539
3540 2003-03-26 [oliver]     0.8.11claws52
3541
3542         * src/inc.[ch] 
3543         * src/filtering.c 
3544         * src/mainwindow.c 
3545                 remove selective donwload
3546
3547 2003-03-26 [oliver]     0.8.11claws51
3548         
3549         * src/Makefile.am
3550         * src/selective_download.[ch]   ** REMOVE **    
3551
3552 2003-03-26 [christoph]  0.8.11claws50
3553
3554         * src/news.c
3555                 fix NEWS that got broken by a sync with sylpheed-main
3556
3557 2003-03-26 [christoph]  0.8.11claws49
3558
3559         * src/mimeview.c
3560                 fix mime type guessing when no mime type is found for a file
3561
3562 2003-03-25 [christoph]  0.8.11claws48
3563
3564         * src/mimeview.c
3565         * src/procmime.c
3566                 remove mime type guessing from mime parser and use
3567                 name based mime types in viewer lookup for mime type
3568                 application/octet-stream
3569
3570 2003-03-25 [christoph]  0.8.11claws47
3571
3572         * doc-src/readme.txt
3573         * doc-src/rfc2554.txt
3574                 add RFC about SMTP AUTH
3575
3576         * src/send_message.c
3577         * src/common/smtp.[ch]
3578                 add extra error code for authentication errors and
3579                 clear temporary password when this error occurs
3580
3581         (closes Bug 84 authentication failure while sending should
3582          prompt for password again)
3583
3584 2003-03-25 [christoph]  0.8.11claws46
3585
3586         * configure.ac
3587         * src/Makefile.am
3588         * src/imageview.[ch]                            ** REMOVE **
3589         * src/messageview.[ch]
3590         * src/mimeview.[ch]
3591         * src/prefs_common.[ch]
3592         * src/textview.c
3593         * src/plugins/Makefile.am
3594         * src/plugins/image_viewer/.cvsignore           ** NEW **
3595         * src/plugins/image_viewer/Makefile.am          ** NEW **
3596         * src/plugins/image_viewer/plugin.c             ** NEW **
3597         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3598                 move image viewer into a plugin (building is enabled by default)
3599                 [ToDo: Prefs for resize and autoview]
3600
3601 2003-03-25 [paul]       0.8.11claws45
3602
3603         * sync with 0.8.11cvs12
3604                 see ChangeLog 2003-03-26
3605
3606 2003-03-25 [paul]       0.8.11claws44
3607
3608         * sync with 0.8.11cvs11
3609                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3610                 
3611         Note: Selective Download is broken.
3612                 
3613 2003-03-22 [christoph]  0.8.11claws43
3614
3615         * src/folder.c
3616                 code cleanup for flags copying
3617
3618 2003-03-22 [christoph]  0.8.11claws42
3619
3620         * src/plugins/trayicon/trayicon.c
3621                 fix setting the transparent area when the window size
3622                 is forced by the system tray
3623
3624 2003-03-22 [christoph]  0.8.11claws41
3625
3626         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3627         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3628         * src/plugins/trayicon/newmail.xpm              ** NEW **
3629         * src/plugins/trayicon/nomail.xpm               ** NEW **
3630         * src/plugins/trayicon/trayicon.c
3631         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3632                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3633                 o add icon for unread mails
3634                 o set transparency for window
3635
3636 2003-03-22 [christoph]  0.8.11claws40
3637
3638         * src/news.c
3639                 init news session to prevent crash when session is closed
3640
3641 2003-03-22 [christoph]  0.8.11claws39
3642
3643         * src/imap.c
3644         * src/common/session.[ch]
3645                 Init session data to make sure we don't have invalid pointers
3646                 for read_ch and write_ch when new multi process sessions are
3647                 not used
3648
3649         * src/main.c
3650         * src/common/plugin.c
3651         * src/common/sylpheed.c
3652         * src/plugins/demo/demo.c
3653         * src/plugins/dillo_viewer/dillo_viewer.c
3654         * src/plugins/mathml_viewer/mathml_viewer.c
3655         * src/plugins/spamassassin/spamassassin.c
3656         * src/plugins/spamassassin/spamassassin_gtk.c
3657                 add plugin types to allow loading plugins at different times
3658                 (and maybe for different frontends), because it's not good to
3659                 load GTK-Plugins gefore gtk_init was called
3660
3661         * configure.ac
3662         * src/plugins/Makefile.am
3663         * src/plugins/trayicon/.cvsignore               ** NEW **
3664         * src/plugins/trayicon/Makefile.am              ** NEW **
3665         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3666         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3667         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3668         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3669         * src/plugins/trayicon/trayicon.c               ** NEW **
3670                 New Trayicon plugin that shows an icon in a systray that uses
3671                 XEMBED protocol like Gnome's systray. Icon shows if there
3672                 are new mails and a tooltip shows information about new,
3673                 unread and total messages.
3674
3675 2003-03-22 [paul]       0.8.11claws38
3676
3677         * src/common/smtp.c
3678                 fix ESMTP AUTH CRAM-MD5
3679                 [sync with main (still version 0.8.11cvs6), see
3680                  ChangeLog 2003-03-22]
3681
3682 2003-03-21 [colin]      0.8.11claws37
3683
3684         * src/send_message.c
3685                 Fix USE_SSL => USE_OPENSSL
3686
3687 2003-03-21 [colin]      0.8.11claws36
3688
3689         * src/folderview.c
3690                 Fix counts in drag and dropped subfolders
3691
3692 2003-03-21 [colin]      0.8.11claws35
3693
3694         * src/folder.c 
3695         * src/folderview.c
3696                 speed up a bit folder dnd
3697
3698 2003-03-20 [alfons]     0.8.11claws34
3699
3700         * src/main.c
3701         * src/toolbar.c
3702         * src/procmsg.c
3703                 don't send locked queue messages
3704                 (feature request "[ 705245 ] Locking message in outbox 
3705                  should prevent sending")
3706
3707 2003-03-20 [christoph]  0.8.11claws33
3708
3709         * src/folder.c
3710                 remove NEW and UNREAD flag in special folders when scanning
3711                 
3712         * src/common/smtp.c
3713                 fix ESMTP AUTH CRAM-MD5
3714
3715 2003-03-20 [paul]       0.8.11claws32
3716
3717         * src/prefs_account.c
3718                 Re-write 'Tunnel command to open connection' as
3719                 'Use command to communicate with server', and disable
3720                 it for all except IMAP accounts
3721
3722 2003-03-20 [paul]       0.8.11claws31
3723
3724         * sync with 0.8.11cvs6
3725                 see ChangeLog 2003-03-20
3726
3727 2003-03-19 [match]      0.8.11claws30
3728
3729         * src/addritem.[ch]
3730                 include documentation. minor refactoring.
3731         * src/addr_compl.[ch]
3732         * src/addrindex.[ch]
3733         * src/addresbook.[ch]
3734         * src/summaryview.c
3735                 re-enable address lookup (was disabled in
3736                 0.8.11claws20).
3737
3738 2003-03-19 [christoph]  0.8.11claws29
3739
3740         * src/procmsg.c
3741                 add temp flag handling, will make moving and copying
3742                 messages possible again
3743
3744         * src/folder.c
3745                 correct calulation of folder stats
3746
3747 2003-03-18 [match]      0.8.11claws28
3748
3749         * src/editgroup.h
3750                 remove case sensitive comparison (closes bug 80).
3751
3752 2003-03-18 [christoph]  0.8.11claws27
3753
3754         * src/imap.c
3755                 fix imap using a tunnel command
3756
3757         (closes bug 87)
3758
3759 2003-03-18 [christoph]  0.8.11claws26
3760
3761         * src/folder.[ch]
3762         * src/imap.c
3763         * src/procmsg.[ch]
3764                 rewrite flag handling for folders
3765
3766 2003-03-18 [christoph]  0.8.11claws25
3767
3768         * src/folder.c
3769         * src/procmsg.c
3770         * src/summaryview.c
3771                 unset NEW and UNREAD flags when message is ignored, to make
3772                 sure messages don't show up as unread on other IMAP clients,
3773                 because the IGNORE_THREAD flag can not be syncronized through
3774                 the IMAP folder
3775
3776 2003-03-17 [christoph]  0.8.11claws24
3777
3778         * src/imap.c
3779                 don't use recursion to fetch uids when the number of messages
3780                 does not match. Moved code into subfunction that is used
3781                 again when needed, to prevent an endless loop.
3782
3783 2003-03-17 [thorsten]   0.8.11claws23
3784
3785         * src/imageview.[ch]
3786                 export imageview_get_resized_size() (for plugins)
3787         * src/prefs_common.[ch]
3788                 added prefs_common_get() (for plugins)
3789
3790 2003-03-17 [christoph]  0.8.11claws22
3791
3792         * src/imap.c
3793                 o remove UID guessing from copy code
3794                 o support UIDPLUS extension for APPEND command
3795
3796 2003-03-17 [paul]       0.8.11claws21
3797
3798         * src/gtk/about.c
3799                 remove 'Compiled-plugins' section.
3800                 
3801         * src/plugins/dillo_viewer/dillo_viewer.c
3802                 slight change to description text
3803
3804 2003-03-16 [match]      0.8.11claws20
3805         * src/ldapserver.[ch]           ** NEW **
3806         * src/ldapctrl.[ch]             ** NEW **
3807         * src/ldapquery.[ch]            ** NEW **
3808         * src/ldaputil.[ch]             ** NEW **
3809         * src/addrcindex.[ch]           ** NEW **
3810         * src/addrquery.h               ** NEW **
3811         * src/addritem.[ch]
3812         * src/addrcache.[ch]
3813         * src/addrindex.[ch]
3814         * src/addr_compl.[ch]
3815         * src/addressbook.[ch]
3816         * src/addrbook.[ch]
3817         * src/editgroup.c
3818         * src/editaddress.c
3819         * src/editldap.c
3820         * src/editldap_basedn.c
3821         * src/vcard.c
3822         * src/jpilot.c
3823         * src/Makefile.am
3824                 included dynamic LDAP queries. improved address
3825                 completion.
3826
3827 2003-03-16 [paul]       0.8.11claws19
3828
3829         * tools/multiwebsearch.pl
3830                 fix a fatal typo
3831
3832 2003-03-16 [christoph]  0.8.11claws18
3833
3834         * src/mimeview.c
3835         * src/plugins/dillo_viewer/dillo_viewer.c
3836         * src/plugins/mathml_viewer/mathml_viewer.c
3837                 make unregistering of MimeViewerFactorys possible
3838
3839 2003-03-16 [alfons]     0.8.11claws17
3840
3841         * configure.ac
3842                 correct typo
3843
3844 2003-03-16 [melvin]     0.8.11claws16
3845
3846         * src/plugins/dillo_viewer.c
3847                 Fixed bug where it was not possible to view more than
3848                 one text/html attachment per message (bug discovered
3849                 by Christoph Hohmann).
3850
3851 2003-03-15 [melvin]     0.8.11claws15
3852
3853         * src/prefs_actions.c
3854                 Fixed compilation warnings.
3855
3856 2003-03-15 [melvin]     0.8.11claws14
3857
3858         * src/plugins/Makefile.am
3859         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3860         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3861         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3862                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3863                 newer (http://dillo.auriga.wearlab.de/).
3864
3865 2003-03-15 [christoph]  0.8.11claws13
3866
3867         * src/imap.c
3868                 don't query imap folder for attributes because we already
3869                 for them from imap_status
3870
3871         * src/mimeview.[ch]
3872                 add support for plugable MimeViewers (unloading Viewers
3873                 not yet complete)
3874
3875         * src/plugins/Makefile.am
3876         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3877         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3878         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3879                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3880                 widget from http://helm.cs.unibo.it/mml-widget/
3881
3882 2003-03-14 [christoph]  0.8.11claws12
3883
3884         * src/folder.[ch]
3885                 o error return code's should better be negative
3886                 o replace printf with debug_print
3887
3888         * src/imap.c
3889                 improve IMAP folder scan by checking UID-NEXT
3890
3891         * src/summaryview.c
3892                 remove check that are unnecessary in my opinion
3893
3894 2003-03-13 [christoph]  0.8.11claws11
3895
3896         * src/folder.[ch]
3897         * src/foldersel.c
3898         * src/folderview.c
3899         * src/imap.c
3900         * src/mbox_folder.c
3901         * src/mh.c
3902         * src/news.c
3903         * src/prefs_scoring.c
3904         * src/summaryview.c
3905                 use a common function to get a displayable name
3906                 for a FolderItem
3907
3908 2003-03-13 [paul]       0.8.11claws10
3909
3910         * tools/Makefile.am
3911           tools/README
3912           tools/multiwebsearch.conf     ** NEW FILE **
3913           tools/multiwebsearch.pl       ** NEW FILE **
3914                 add multiwebsearch Actions script
3915
3916 2003-03-13 [colin]      0.8.11claws9
3917
3918         * src/compose.c
3919                 Remove leading emtpy lines from quoted text
3920                 before quoting it
3921
3922 2003-03-13 [melvin]     0.8.11claws8
3923
3924         * src/prefs_actions.c
3925                 Fixed a memory leak
3926                 Code clean ups
3927                 Added Cancel and OK buttons
3928                 Corrected help text
3929
3930 2003-03-13 [christoph]  0.8.11claws7
3931
3932         * src/account.c
3933         * src/folder.[ch]
3934         * src/imap.c
3935         * src/mainwindow.c
3936         * src/mbox_folder.c
3937         * src/mh.c
3938         * src/news.c
3939         * src/setup.c
3940                 replace more folder type stuff with folder class stuff
3941
3942 2003-03-13 [melvin]     0.8.11claws6
3943
3944         * src/prefs_actions.c
3945                 Added new tokens:
3946                 %u: user provided argument
3947                 %h: user provided argument (hidden on input)
3948                 %s: current text selection in the message view 
3949
3950 2003-03-13 [paul]       0.8.11claws5
3951
3952         * sync with 0.8.11cvs5
3953                 see ChangeLog 2003-03-11, 2003-03-12
3954
3955 2003-03-12 [christoph]  0.8.11claws4
3956
3957         * src/folder.c
3958                 use folder class idstr when writing folderlist.xml
3959
3960         * src/folder.h
3961         * src/imap.c
3962         * src/news.c
3963                 replace folder type checks with folder class checks
3964
3965 2003-03-12 [christoph]  0.8.11claws3
3966
3967         * src/folder.[ch]
3968         * src/imap.[ch]
3969         * src/main.c
3970         * src/mbox_folder.[ch]
3971         * src/mh.[ch]
3972         * src/news.[ch]
3973                 o create a list of known folder classes in the folder system
3974                 o use folder class id strings for folder item identifiers
3975
3976 2003-03-12 [christoph]  0.8.11claws2
3977
3978         * src/imap.c
3979                 fix imap uid validity check
3980
3981 2003-03-12 [christoph]  0.8.11claws1
3982
3983         * src/account.c
3984         * src/folder.[ch]
3985         * src/foldersel.c
3986         * src/folderview.c
3987         * src/imap.c
3988         * src/mainwindow.c
3989         * src/mbox_folder.c
3990         * src/mh.c
3991         * src/news.c
3992         * src/prefs_scoring.c
3993         * src/procmsg.c
3994         * src/setup.c
3995         * src/summaryview.c
3996                 initial restructuring of folder system, seperating
3997                 folders and folder classes
3998
3999 2003-03-12 [paul]       0.8.11claws
4000
4001         0.8.11claws release
4002
4003 2003-03-12 [christoph]
4004
4005         * src/gtk/prefswindow.c
4006                 fix translation of "Page Index"
4007
4008 2003-03-12 [paul]       0.8.10claws110
4009
4010         a sync from 0.8.11cvs4 before the release
4011
4012         * src/common/utils.c
4013                 subject_compare_for_sort(): allow null strings (fixes
4014                 summary sorting).
4015
4016 2003-03-11 [paul]       0.8.10claws109
4017
4018         * po/es.po
4019                 update Spanish translation, submitted by
4020                 Ricardo Mones Lastra
4021
4022 2003-03-11 [melvin]     0.8.10claws108
4023
4024         * po/fr.po
4025                 Updated French translations
4026
4027 2003-03-11 [paul]       0.8.10claws107
4028
4029         * manual/en/Makefile.am
4030           manual/en/*.html
4031                 update English manual, add a new page
4032                 updated by Francois Barriere <fbarriere@atmel.fr>
4033                 
4034         * po/bg.po
4035           po/it.po
4036           po/sr.po
4037                 update Bulgarian, Italian, and Serbian translations
4038                 submitted by George Danchev, Alessandro Maestri, and
4039                 Urke MMI
4040
4041 2003-03-10 [paul]       0.8.10claws106
4042
4043         * src/gtk/about.c
4044           src/gtk/prefswindow.c
4045                 make some strings translatable
4046
4047 2003-03-10 [darko]      0.8.10claws105
4048
4049         * src/compose.c
4050                 code cleanup to make Hiro happy
4051
4052 2003-03-10 [paul]       0.8.10claws104
4053
4054         * sync with 0.8.11cvs2
4055                 see ChangeLog 2003-03-10
4056
4057 2003-03-09 [melvin]     0.8.10claws103
4058
4059         * src/textview.c
4060                 textview_set_font(): fix for message display in
4061                 UTF-8 locales (thanks to Sergey Vlasov).
4062                 (was unintentionnaly reverted in 0.8.6claws6)   
4063
4064 2003-03-08 [darko]      0.8.10claws102
4065
4066         * src/compose.c
4067                 fix infinite loop in wrapping as reported
4068                 by happycactus
4069                 obsoletes patch #696482
4070
4071 2003-03-08 [christoph]  0.8.10claws101
4072
4073         * src/imap.c
4074                 add workaround for IMAP servers that do not
4075                 support the "UID SEARCH UID" command
4076
4077 2003-03-07 [christoph]  0.8.10claws100
4078
4079         * src/plugins/spamassassin/spamassassin.[ch]
4080         * src/plugins/spamassassin/spamassassin_gtk.c
4081                 code cleanup
4082
4083 2003-03-07 [paul]       0.8.10claws99
4084
4085         * po/es.po
4086                 updated Spanish translation, submitted by
4087                 Ricardo Mones Lastra
4088
4089 2003-03-07 [christoph]  0.8.10claws98
4090
4091         * src/send.c
4092                 fix in 0.8.10claws94 was wrong
4093                 local delivery does not require escaping, remove escaping
4094                 code to make signatures of mails with "." lines valid
4095                 
4096                 NOTE: requires that sendmail is executed with "-i" option,
4097                       what is the default now, but has to be changed in all
4098                       exsiting accounts)
4099
4100 2003-03-07 [paul]       0.8.10claws97
4101
4102         * sync with 0.8.11 release
4103                 see ChangeLog 2003-03-07
4104
4105 2003-03-06 [paul]       0.8.10claws96
4106
4107         * src/compose.c
4108                 revert commit 0.8.10claws92
4109
4110 2003-03-06 [paul]       0.8.10claws95
4111
4112         * src/folderview.c
4113                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4114
4115         * src/gtkaspell.c
4116                 fix bug 74, 'Crash opening editor window with pseudo-color
4117                 display'
4118                 
4119         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4120
4121 2003-03-06 [christoph]  0.8.10claws94
4122
4123         * src/send.c
4124                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4125                 all lines starting with a period get an extra period
4126                 inserted
4127                 (found by Simon 'corecode' Schubert)
4128
4129 2003-03-06 [paul]       0.8.10claws93
4130
4131         * src/folderview.c
4132                 if configured font can't be loaded fall back to gtk
4133                 default. (with thanks to Christoph)
4134                 
4135                 closes long-standing bug 15 'Crashes on startup'
4136
4137 2003-03-06 [paul]       0.8.10claws92
4138
4139         * src/compose.c
4140                 freeze text before autosave and thaw afterwards
4141                 fixes bug 67 'autosave make re-rediting message crazy'
4142
4143 2003-03-06 [christoph]  0.8.10claws91
4144
4145         * src/compose.c
4146                 ignore address comment in dupe check for Cc-list
4147
4148         (closes reopened bug 47 Replying to message strips name part of
4149          e-mail addresses of Cc: lines)
4150
4151 2003-03-06 [paul]       0.8.10claws90
4152
4153         * src/Makefile.am
4154                 remove reference to gtkxtext.h as its no longer in
4155                 the repository
4156
4157 2003-03-06 [paul]       0.8.10claws89
4158
4159         * sync with 0.8.10cvs25
4160                 see ChangeLog 2003-03-06
4161
4162 2003-03-06 [oliver]     0.8.10claws88
4163         
4164         * src/messageview.c
4165                 remove include
4166
4167 2003-03-06 [oliver]     0.8.10claws87
4168         
4169         * src/folderview.c 
4170                 remove changes introduced inclaws74
4171         * src/messageview.c
4172                 another attempt to sanely delete and update
4173                 messages deleted in separate messageview
4174
4175 2003-03-05 [christoph]  0.8.10claws86
4176
4177         * src/summaryview.c
4178                 check if "From" matches any account's address if
4179                 addressbook completion of addresses is disabled too
4180
4181         (closes Bug 70 "Display recipient in from" doesn't check
4182          folder's default account)
4183
4184 2003-03-05 [christoph]  0.8.10claws85
4185
4186         * src/compose.c
4187         * src/common/utils.[ch]
4188                 don't strip address comments when building Cc lists
4189
4190         (closes Bug 47 Replying to message strips name part of e-mail addresses
4191          of Cc: lines)
4192
4193         * src/folder.c
4194                 fix return value of copy function
4195
4196 2003-03-05 [christoph]  0.8.10claws84
4197
4198         * src/imap.c
4199                 don't ask imap server for non rfc822 headers
4200
4201         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4202
4203         * src/imap.c
4204                 destroy session on socket error to allow reconnecting
4205
4206 2003-03-05 [christoph]  0.8.10claws83
4207
4208         * configure.ac
4209                 fix building with gnome when no prefix is set
4210
4211         (closes bug 66 Gnome directory is set to NONE)
4212
4213 2003-03-05 [paul]       0.8.10claws82
4214
4215         * sync with 0.8.10cvs23
4216                 see ChangeLog 2003-03-05
4217
4218 2003-03-04 [christoph]  0.8.10claws81
4219
4220         * src/folder.c
4221                 o fix moving and copying when folder returns 0 for new
4222                   message number
4223                 o remove some code for single message copy and move
4224                   operations and use functions for multiple messages
4225
4226         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4227
4228         * src/news.c
4229                 remove unused include
4230
4231 2003-03-04 [paul]       0.8.10claws80
4232
4233         * src/gtk/about.c
4234                 list 'Compiled plugins'
4235
4236 2003-03-03 [christoph]  0.8.10claws79
4237
4238         * src/news.[ch]
4239                 have to multiply the percentage of the current fetch with
4240                 the percentage that it has of the total fetch operation
4241                 for correct values
4242
4243 2003-03-03 [christoph]  0.8.10claws78
4244
4245         * src/news.c
4246                 fix calculation of expected lines for progress indicator
4247
4248 2003-03-03 [christoph]  0.8.10claws77
4249
4250         * src/summaryview.c
4251         * src/common/utils.c
4252                 fix segfault when opening the root news folder
4253
4254 2003-03-03 [christoph]  0.8.10claws76
4255
4256         * src/mainwindow.[ch]
4257         * src/common/Makefile.am
4258         * src/common/progressindicator.[ch]
4259                 add UI independent progress indicator handling
4260
4261         * src/news.[ch]
4262                 use new progress indicator for message info fetching
4263
4264         * src/common/hooks.h
4265                 code cleanup
4266
4267 2003-03-03 [oliver]     0.8.10claws75
4268
4269         * src/toolbar.c
4270         * src/compose.c
4271                 removed commented code
4272
4273 2003-03-03 [oliver]     0.8.10claws74
4274
4275         * src/toolbar.[ch]
4276                 cleanups and refactoring
4277         * src/compose.[ch]
4278                 compose_reply_mode reply & forwarding interface for
4279                 toolbar buttons
4280         * src/folderview.c
4281                 act on messages marked for deletion in folderview_selected
4282                 based on prefs_common.immediate_exec since a message might 
4283                 have been deleted by messageview in a folder we are changing 
4284                 to (does anybody understand what I'm on about ?)
4285
4286 2003-03-03 [oliver]     0.8.10claws73
4287         
4288         * src/messageview.[ch]
4289                 new functions
4290                 - messageview_delete: delete message shown in messagview
4291                 - messageview_update_view: update messageview to currently 
4292                   selected summaryview message
4293                 - add separate messageview to msgview_list in order to update 
4294                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4295         * src/summaryview.[ch]
4296                 summary_get_selection returns a list of selected msgs
4297                 in summaryview
4298         * src/mainwindow.c
4299                 toolbar reply refactoring
4300
4301 2003-03-03 [paul]       0.8.10claws72
4302
4303         * sync with 0.8.10cvs21
4304                 see ChangeLog 2003-03-03
4305
4306 2003-03-02 [christoph]  0.8.10claws71
4307
4308         * src/common/passcrypt.c
4309                 use POSIX includes
4310
4311 2003-03-02 [christoph]  0.8.10claws70
4312
4313         * configure.ac
4314         * src/prefs_account.c
4315         * src/prefs_gtk.[ch]
4316         * src/common/.cvsignore
4317         * src/common/Makefile.am
4318         * src/common/passcrypt.c                ** NEW **
4319         * src/common/passcrypt.h.in             ** NEW **
4320                 Implement password encryption in config files
4321                 using unix encrypt and setkey functions. The crypt
4322                 key can be set as a configure parameter. Old
4323                 passwords will be converted if they do not begin
4324                 with '!'
4325
4326 2003-03-02 [paul]       0.8.10claws69
4327
4328         * src/prefs_account.c
4329                 fix compile error
4330
4331 2003-03-01 [thorsten]   0.8.10claws68
4332
4333         * po/el.po
4334           po/hr.po
4335           po/it.po
4336           po/nl.po
4337           po/sr.po
4338           po/sv.po
4339                 corrected format strings
4340         * po/en_GB.po
4341                 corrected headers
4342                 (fix compile errors with GNU gettext-0.11.5)
4343
4344 2003-03-01 [oliver]     0.8.10claws67
4345
4346         * src/summaryview.c
4347                 menu callbacks call toolbar_menu_reply
4348
4349 2003-03-01 [oliver]     0.8.10claws66
4350
4351         * src/mainwindow.c
4352         * src/messageview.c
4353                 menu callbacks call toolbar_menu_reply
4354         * src/toolbar.[ch]
4355                 callbacks from menu handled by toolbar_menu_reply
4356
4357 2003-03-01 [paul]       0.8.10claws65
4358
4359         * src/addressbook.c
4360                 revert commit 0.8.10claws54 - breaks editing of
4361                 addressbook.
4362                 
4363         * po/bg.po
4364                 update Bulgarian translation, submitted by
4365                 George Danchev
4366
4367 2003-02-28 [christoph]  0.8.10claws64
4368
4369         * src/account.c
4370         * src/addressadd.c
4371         * src/compose.c
4372         * src/gtkaspell.c
4373         * src/gtkxtext.h                ** REMOVE **
4374         * src/imap.c
4375         * src/matcher.[ch]
4376         * src/mh.c
4377         * src/news.c
4378         * src/pine.c
4379         * src/prefs_common.c
4380         * src/prefs_matcher.c
4381         * src/procheader.[ch]
4382         * src/procmsg.[ch]
4383         * src/toolbar.c
4384         * src/common/ssl_certificate.c
4385         * src/gtk/colorlabel.c
4386         * src/gtk/menu.c
4387                 o fix warnings
4388                 o remove code obsoleted by new cache and folder system rework
4389
4390 2003-02-28 [oliver]     0.8.10claws63
4391         
4392         * src/toolbar.[ch]
4393                 * fix bug where reply in Messageview replied to 
4394                 Message displayed in summaryview
4395                 (reportedd via ML by chinatinte at gmx dot ch)
4396                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4397                 didn't work in separate MessageView Toolbar
4398                 (wondering if anybody uses this at all ?)
4399         * src/summaryview.[ch]
4400                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4401                 (generalize reply and forward code);
4402         * src/messageview.c 
4403                 remove focus_in event which updated summaryview to messageview
4404
4405 2003-02-28 [paul]       0.8.10claws62
4406
4407         * po/Makefile.in.in
4408                 add the --check option
4409                 Patch submitted by Ricardo Mones Lastra
4410
4411 2003-02-28 [paul]       0.8.10claws61
4412
4413         * src/prefs_account.c
4414                 re-order 'Signature' items
4415
4416 2003-02-28 [paul]       0.8.10claws60
4417
4418         * sync with 0.8.10cvs20
4419                 see ChangeLog 2003-02-28
4420
4421 2003-02-28 [paul]       0.8.10claws59
4422
4423         * po/POTFILES.in
4424                 update to reflect recent movement of files
4425
4426 2003-02-28 [paul]       0.8.10claws58
4427
4428         * sync with 0.8.10cvs19
4429                 see ChangeLog 2003-02-28
4430
4431 2003-02-27 [martin]     0.8.10claws57
4432
4433         * src/prefs_matcher.c 
4434                 fix segfault in prefs_matcher_ok() when the
4435                 last entry is deleted and prevents that the
4436                 message "entry not saved" comes up after deleting
4437                 an entry
4438
4439 2003-02-27 [martin]     0.8.10claws56
4440
4441         * src/prefs_filtering.c 
4442                 fix segfault in prefs_filtering_ok() when the
4443                 last entry is deleted and prevents that the
4444                 message "entry not saved" comes up after deleting
4445                 an entry
4446
4447 2003-02-27 [paul]       0.8.10claws55
4448
4449         * sync with 0.8.10cvs18
4450                 see ChangeLog 2003-02-27
4451
4452 2003-02-27 [paul]       0.8.10claws54
4453
4454         * src/addressbook.c
4455                 fix bug where the address book crashes with 
4456                 multiple lookups.
4457                 Patch [687729] submitted by David Frager 
4458                 <dbfrager@users.sourceforge.net>
4459
4460 2003-02-25 [christoph]  0.8.10claws53
4461
4462         * src/Makefile.am
4463         * src/colorlabel.[ch]           ** REMOVE **
4464         * src/gtk/Makefile.am
4465         * src/gtk/colorlabel.[ch]       ** NEW **
4466                 move colorlabel files to gtk directory
4467
4468         * src/esmtp.[ch]                ** REMOVE **
4469                 has been merged into smtp.[ch] in 0.7.5
4470
4471 2003-02-25 [christoph]  0.8.10claws52
4472
4473         * src/Makefile.am
4474         * src/about.[ch]                ** REMOVE **
4475         * src/gtk/Makefile.am
4476         * src/gtk/about.[ch]            ** NEW **
4477                 move about files to gtk directory
4478
4479 2003-02-25 [christoph]  0.8.10claws51
4480
4481         * src/folder.c
4482                 some code optimization of folder scanning code
4483
4484         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4485
4486 2003-02-25 [christoph]  0.8.10claws50
4487
4488         * src/main.c
4489         * src/common/sylpheed.c
4490                 add command line parameter parsing to common code
4491
4492 2003-02-24 [christoph]
4493
4494         * Makefile.am
4495         * configure.ac
4496                 fix gnome prefix problems, the configure script now removed
4497                 `gnome-config --prefix` from `gnome-config --datadir`
4498                 and adds $(prefix} instead
4499
4500         (closes Bug 24 Makefile does not respect prefix when installing
4501          GNOME data)
4502
4503 2003-02-24 [christoph]  0.8.10claws49
4504
4505         * src/news.c
4506                 check for valid session before trying to authenticate
4507
4508         (closes Bug 60 crash if "authenticate on logon" is activated
4509          and newsserver-hostname is not valid)
4510
4511 2003-02-24 [melvin]     0.8.10claws48
4512
4513         * src/prefs_actions.c
4514                 Make sure all user's input is sent to the action and then
4515                 close the socket..
4516
4517 2003-02-23 [alfons]     0.8.10claws46
4518
4519         * src/summaryview.c
4520                 also wait cursor when deleting files
4521
4522 2003-02-23 [paul]
4523
4524         * tools/freshmeat_search.pl
4525           tools/google_search.pl
4526                 scripts should now work for any browser/browser command line
4527
4528 2003-02-22 [christoph]  0.8.10claws45
4529
4530         * src/procmsg.c
4531                 fix IMAP flag setting, IMAP flag is not handled correctly
4532                 anymore by the folder system and information about the
4533                 folder should not be saved in the MsgInfo (in my opinion)
4534
4535         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4536
4537 2003-02-22 [christoph]  0.8.10claws44
4538
4539         * src/summaryview.c
4540                 fix spelling of "label" ;-)
4541
4542 2003-02-22 [thorsten]   0.8.10claws43
4543
4544         * src/mimeview.c
4545           src/prefs_common.[ch]
4546           src/procmime.[ch]
4547                 do not use description as attachment name
4548
4549 2003-02-22 [alfons]     0.8.10claws42
4550
4551         * src/summaryview.c
4552                 freeze/thaw folder item updates when changing color labels,
4553                 and put a wait cursors on
4554
4555 2003-02-22 [thorsten]   0.8.10claws41
4556
4557         * src/mimeview.c
4558                 save-all fixes: crash if invoked on multipart container,
4559                 mimeinfo access, pathseparators, error dialog
4560
4561 2003-02-21 [alfons]     0.8.10claws40
4562
4563         * src/prefs_gtk.c
4564                 remove unused var
4565
4566 2003-02-21 [colin]      0.8.10claws39
4567
4568         * src/send.c
4569                 Fix smtp logging
4570
4571 2003-02-21 [colin]      0.8.10claws38
4572
4573         * src/summaryview.c
4574                 Freeze/thaw folderItem updates when filtering messages 
4575                 via Tools/Filter messages
4576
4577 2003-02-21 [paul]       0.8.10claws37
4578
4579         * src/compose.c
4580                 revert commit 0.8.10claws26, there are ulterior motives
4581                 for users to set a Reply-To header when posting to
4582                 newsgroups
4583
4584 2003-02-21 [paul]       0.8.10claws36
4585
4586         * sync with 0.8.10cvs17
4587                 see ChangeLog 2003-02-21
4588
4589 2003-02-20 [christoph]  0.8.10claws35
4590
4591         * src/imap.c
4592                 IMAP UID fetch speedup using SEARCH
4593
4594         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4595
4596         * src/imap.c
4597                 fix problem with UIDs in IMAP UID cache that no longer existed
4598
4599 2003-02-20 [christoph]  0.8.10claws34
4600
4601         * src/imap.c
4602         * src/procheader.c
4603         * src/procheader.h
4604                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4605
4606         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4607
4608         * src/imap.c
4609                 Rewrite imap_cmd_gen_recv use sock_getline instead
4610                 of sock_gets to avoid problems with too long reply
4611                 lines
4612     
4613 2003-02-20 [colin]      0.8.10claws33
4614         
4615         * src/prefs_account.c
4616                 Better wording
4617
4618 2003-02-20 [colin]      0.8.10claws32
4619
4620         * src/compose.c
4621                 Remove useless '&& !to_sender' 
4622
4623 2003-02-20 [darko]
4624
4625         * AUTHORS
4626                 change my e-mail address
4627
4628 2003-02-19 [colin]      0.8.10claws31
4629
4630         * src/prefs_common.c
4631                 X11 style colors for every configurable color
4632
4633 2003-02-19 [alfons]     0.8.10claws30
4634
4635         * src/prefs_gtk.[ch]
4636         * src/prefs_common.c
4637                 for color_new accept both plain integers and X11 style color
4638                 names (as found in /usr/lib/X11/rgb.txt)
4639
4640 2003-02-19 [paul]       0.8.10claws29
4641
4642         * src/mainwindow.c
4643                 add tooltips to online/offline button and account selector
4644                 button
4645
4646 2003-02-19 [paul]       0.8.10claws28
4647
4648         * src/folder.c
4649           src/news.c
4650           src/prefs_account.[ch]
4651           src/prefs_common.[ch]
4652                 move 'Maximum number of articles to download' to
4653                 account prefs.
4654                 clean up account prefs gui a little by hiding entries
4655                 rather then greying out entries
4656
4657 2003-02-19 [hiro]       0.8.10claws27
4658
4659         * src/common/utils.c
4660                 fix bug #54 'yesterdays date is displayed in the message 
4661                 summary window'
4662
4663 2003-02-19 [paul]       0.8.10claws26
4664
4665         * src/compose.c
4666                 fix bug reported in Feature Request [688596] 
4667                 'Reply-to header in news'
4668
4669 2003-02-18 [paul]       0.8.10claws25
4670
4671         * src/select-keys.c
4672                 add a 'List all keys' button to key selection dialog
4673
4674 2003-02-18 [colin]      0.8.10claws24
4675         
4676         * src/stock_pixmap.c
4677                 fix compile error
4678
4679 2003-02-18 [colin]      0.8.10claws23
4680
4681         * src/common/smtp.[ch]
4682           src/prefs_account.c
4683                 Try to starttls if it seems to be the only
4684                 way to authenticate a user
4685
4686 2003-02-18 [paul]       0.8.10claws22
4687
4688         * src/Makefile.am
4689           src/folderview.c
4690           src/stock_pixmap.[ch]
4691           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4692           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4693                 as a Drafts folder is a special folder allow it to have
4694                 its own unique icons
4695
4696 2003-02-18 [colin]      0.8.10claws21
4697
4698         * src/imap.c
4699                 Fix port selection when using starttls
4700
4701 2003-02-18 [paul]       0.8.10claws20
4702
4703         * src/mainwindow.c
4704           src/prefs_common.[ch]
4705                 make blue the default new mail colour
4706
4707 2003-02-18 [paul]       0.8.10claws19
4708
4709         * sync with 0.8.10cvs14
4710                 see ChangeLog 2003-02-18
4711
4712 2003-02-17 [jens]       0.8.10claws18
4713
4714         * src/common/md5.c
4715                 fixed a compile problem with gcc 3.3
4716                 works on 2.95.3 too (testet on PPC as it is big endian)
4717
4718 2003-02-17 [paul]       0.8.10claws17
4719
4720         * sync with 0.8.10cvs13
4721                 see ChangeLog 2003-02-17
4722
4723 2003-02-17 [paul]       0.8.10claws16
4724
4725         * sync with 0.8.10cvs12
4726                 see ChangeLog 2003-02-17
4727
4728 2003-02-16 [match]      0.8.10claws15
4729
4730         * src/addressbook.c
4731                 Eliminates reloading of address data when items
4732                 deleted or added. Applied submitted by
4733                 Luke Plant <lukeplant@softhome.net>
4734
4735 2003-02-16 [paul]       0.8.10claws14
4736
4737         * src/news.c
4738                 when a 'protocol error' is encountered disconnect from
4739                 the server. This means that the user can carry on viewing
4740                 other articles and doesn't have to either wait until the
4741                 server timesout or quit sylpheed.
4742                 Fixes bug #53 'Unable to read messages in newsgroups, 
4743                 displayed message doesn't change'
4744
4745 2003-02-15 [christoph]  0.8.10claws13
4746
4747         * src/imap.c
4748                 fix bug that stopped scanning of folders when an
4749                 IMAP folder was empty
4750
4751         (closes bug 46 stop scan messages in folders after empty folder)
4752
4753 2003-02-15 [paul]
4754
4755         * tools/Makefile.am
4756           tools/README
4757           tools/freshmeat_search.pl     ** NEW FILE **
4758           tools/google_search.pl        ** NEW FILE **
4759                 Add 2 Actions scripts which search freshmeat/google
4760                 for the selected text using the browser configured
4761                 in sylpheedrc.
4762                 
4763         Note: These scripts are very dependent on the format of the
4764         browser command and may not work on every occasion. Testing
4765         is welcome. 
4766
4767 2003-02-14 [alfons]     0.8.10claws12
4768
4769         * src/compose.c
4770                 fix breakage because of uninitialized account pointer.
4771                 please verify.
4772
4773 2003-02-14 [paul]       0.8.10claws11
4774
4775         * src/compose.c
4776           src/prefs_account.[ch]
4777           src/prefs_common.[ch]
4778                 move signature settings to Account Prefs
4779
4780 2003-02-14 [paul]       0.8.10claws10
4781
4782         * sync with 0.8.10cvs11
4783                 see ChangeLog 2003-02-14
4784
4785 2003-02-13 [thorsten]   0.8.10claws9
4786
4787         * src/news.c
4788                 revert news progressbar (GUI separation)
4789
4790 2003-02-13 [paul]       0.8.10claws8
4791
4792         * src/compose.c
4793                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4794                 paragraph 1
4795
4796 2003-02-13 [paul]       0.8.10claws7
4797
4798         * src/compose.[ch]
4799           src/summaryview.c
4800                 fix 'Follow-up and Reply-to' so that it creates a reply to
4801                 the newsgroup and the sender. If the message has the keyword
4802                 'poster' in the Followup-To header, all replies go to the
4803                 sender, re: RFC 1036, Section 2.2.3
4804                 rename all instances of 'ignore_replyto' to 'to_sender', both
4805                 were previously used, now we use just one.
4806
4807 2003-02-13 [paul]       0.8.10claws6
4808
4809         * sync with 0.8.10cvs9
4810                 see ChangeLog 2003-02-13
4811
4812 2003-02-13 [paul]       0.8.10claws5
4813
4814         * configure.ac
4815                 show which plugins are configured in the configure
4816                 output.
4817
4818 2003-02-12 [thorsten]   0.8.10claws4
4819
4820         * src/news.c
4821                 show progress while fetching news headers
4822
4823 2003-02-12 [christoph]  0.8.10claws3
4824
4825         * configure.ac
4826         * src/plugins/Makefile.am
4827                 use AM_CONDITIONAL to enable plugins, automake correctly
4828                 manages this when creating distdir
4829
4830 2003-02-12 [christoph]  0.8.10claws2
4831
4832         * ac/spamassassin.m4
4833         * src/plugins/spamassassin/Makefile.am
4834                 fix building SpamAssassin plugin without OpenSSL
4835
4836 2003-02-12 [paul]       0.8.10claws1
4837
4838         * ac/Makefile.am
4839           src/Makefile.am
4840           src/plugins/Makefile.am
4841                 fix failure of 'make release'
4842
4843 2003-02-12 [paul]       0.8.10claws
4844
4845         * 0.8.10claws released
4846
4847 2003-02-12 [paul]       0.8.9claws56
4848
4849         * po/bg.po
4850           po/es.po
4851           po/it.po
4852           po/ru.po
4853           po/sr.po
4854                 updated translations by George Danchev, Ricardo Mones Lastra,
4855                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4856                 
4857         * sylpheed.spec.in
4858                 Allow the building of RPMs by a regular user. Submitted
4859                 by Sergei Astanin
4860
4861 2003-02-11 [alfons]     0.8.9claws55
4862
4863         * src/colorlabel.c
4864                 don't use pixmaps for label color rect but draw rectangles
4865                 so we can respect the color map of palette based visuals
4866                 (fixes the long time crashes on Suns - thanks to Andreas
4867                 Engel and Steve O'Hara-Smith for testing)
4868
4869 2003-02-11 [christoph]  0.8.9claws54
4870
4871         * src/matcher_parser_parse.y
4872                 correct bug where filering rules of not existing folders in
4873                 matcherrc were added to global filtering
4874                 
4875         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4876          main filter-rules after removing directory, http://bugs.debian.org/180253)
4877         
4878 2003-02-11 [paul]       0.8.9claws53
4879
4880         * sync with 0.8.10cvs7
4881                 see ChangeLog 2003-02-09
4882
4883 2003-02-11 [melvin]     0.8.9claws52
4884
4885         * po/fr.po
4886                 Updated French tranlsations
4887
4888 2003-02-10 [paul]       0.8.9claws51
4889
4890         * sylpheed.spec.in
4891                 correct --enable-openssl
4892                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4893
4894 2003-02-09 [martin]     0.8.9claws50
4895
4896         * src/prefs_matcher.c
4897                 fix segfault in prefs_matcher_substitute_cb() when
4898                 no row is selected
4899
4900 2003-02-09 [paul]       0.8.9claws49
4901
4902         * src/folderview.c
4903                 fix bug where a newsgroup folder's processing rules were
4904                 merged with the global filtering rules when the newsgroup
4905                 folder was deleted, causing some seriously bad results,
4906                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4907
4908 2003-02-08 [melvin]     0.8.9claws48
4909
4910         * src/compose.c
4911                 Corrected and modified an alert message.
4912
4913 2003-02-07 [paul]       0.8.9claws47
4914
4915         * src/folderview.c
4916                 fix bug where both an 'Account properties' window and a
4917                 'Folder properties' window were opened when clicking on
4918                 'Properties' in an NNTP or IMAP folder's popup menu.
4919
4920 2003-02-07 [paul]       0.8.9claws46
4921
4922         * sync with 0.8.10cvs6
4923                 see ChangeLog 2003-02-06
4924
4925 2003-02-06 [christoph]  0.8.9claws45
4926
4927         * src/mbox.c
4928                 freeze folder updates while importing mbox files
4929                 (closes bug 43 importing mbox took hours)
4930                 
4931         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4932
4933 2003-02-06 [thorsten]   0.8.9claws44
4934
4935         * po/de.po
4936                 Updated german translations
4937
4938 2003-02-06 [thorsten]   0.8.9claws43
4939
4940         * src/news.h
4941                 use guint for message numbers (fix count in grouplist dialog)
4942
4943 2003-02-05 [paul]       0.8.9claws42
4944
4945         * sync with 0.8.10cvs2
4946                 see ChangeLog 2003-02-05
4947
4948 2003-02-04 [colin]      0.8.9claws41
4949
4950         * src/prefs_common.[ch]
4951           src/procmsg.c
4952           src/summaryview.c
4953                 Add an option to disable threading by subject
4954
4955 2003-02-04 [christoph]  0.8.9claws40
4956
4957         * src/inc.c
4958                 only abort fetching mails from multiple accounts when the
4959                 error is fatal and does not allow to check any more accounts
4960                 (currently only disk full error)
4961
4962         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4963          receive mails for other accouts)
4964
4965 2003-02-04 [christoph]  0.8.9claws39
4966
4967         * src/folder.c
4968                 first add the new message to the cache, then
4969                 send the update notification
4970
4971         (closes bug 39 after sending message folderview doesnt get updated)
4972
4973 2003-02-04 [colin]      0.8.9claws38
4974
4975         * src/inc.c
4976                 _really_ fix this Connecting... status
4977
4978 2003-02-04 [paul]       0.8.9claws37
4979
4980         * sync with 0.8.10
4981                 see ChangeLog 2003-02-04
4982
4983 2003-02-04 [paul]       0.8.9claws36
4984
4985         * sync with 0.8.9cvs6
4986                 see ChangeLog 2003-02-03
4987
4988 2003-02-04 [paul]       0.8.9claws35
4989
4990         * po/pt_BR.po
4991                 updated by AndrĂ© Filipe de Assunção e Brito 
4992                 <bedecko@netsite.com.br>
4993
4994 2003-02-03 [thorsten]   0.8.9claws34
4995
4996         * po/de.po
4997                 Updated german translations
4998
4999 2003-02-02 [paul]       0.8.9claws33
5000
5001         * po/es.po
5002                 updated by Ricardo Mones Lastra
5003
5004 2003-02-02 [thorsten]   0.8.9claws32
5005
5006         * src/mh.c
5007                 Fix mh_get_msginfo() segfault if file is inaccessible
5008
5009 2003-01-31 [colin]      0.8.9claws31
5010
5011         * src/procheader.c
5012                 Fix last commit's bug
5013
5014 2003-01-31 [colin]      0.8.9claws30
5015
5016         * src/procheader.c
5017                 Missing a change for gpg-signed messages
5018
5019 2003-01-31 [paul]       0.8.9claws29
5020
5021         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5022           src/procheader.c
5023           src/stock_pixmap.[ch]
5024           src/summaryview.c
5025                 indicate GnuPG signed messages by displaying an icon
5026                 in the Attachment column.
5027
5028 2003-01-31 [paul]       0.8.9claws28
5029
5030         * sync with 0.8.9cvs4
5031                 see ChangeLog 2003-01-31
5032
5033 2003-01-31 [alfons]     0.8.9claws27
5034
5035         * src/textview.c
5036                 tune URI parser to accept mailto URLs with a '?'
5037                 (patch from Ruslan Balkin)
5038
5039 2003-01-31 [colin]      0.8.9claws26
5040
5041         * src/summaryview.c
5042                 Fix a leak introduced in claws24
5043
5044 2003-01-31 [colin]      0.8.9claws25
5045
5046         * src/summaryview.c
5047                 Freeze/Thaw folder updates when deleting dups
5048
5049 2003-01-31 [colin]      0.8.9claws24
5050         
5051         * src/addr_compl.c
5052           src/summaryview.c
5053           src/msgcache.c
5054                 little speed improvements
5055
5056 2003-01-31 [colin]      0.8.9claws23
5057
5058         * src/summaryview.c
5059                 Fix segfault when forwarding nothing
5060                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5061                 
5062 2003-01-30 [paul]       0.8.9claws22
5063
5064         * sync with 0.8.9cvs3
5065                 see ChangeLog 2003-01-30
5066
5067 2003-01-30 [paul]       0.8.9claws21
5068
5069         * sync with 0.8.9cvs2
5070                 see ChangeLog 2003-01-30
5071
5072 2003-01-29 [paul]       0.8.9claws20
5073
5074         * sync with 0.8.9cvs1
5075                 see ChangeLog 2003-01-29
5076
5077 2003-01-28 [paul]       0.8.9claws19
5078
5079         * po/POTFILES.in
5080                 update to reflect changes. 
5081                 thanks to Ricardo Mones Lastra
5082
5083 2003-01-27 [christoph]  0.8.9claws18
5084
5085         * ac/openssl.m4
5086         * ac/spamassassin.m4
5087         * src/plugins/spamassassin/README
5088         * src/plugins/spamassassin/libspamc.[ch]
5089         * src/plugins/spamassassin/utils.[ch]
5090                 updated to latest libspamc
5091
5092 2003-01-27 [christoph]  0.8.9claws17
5093
5094         * src/folder.c
5095                 fix wrong use of procheader_get_header_fields
5096
5097 2003-01-27 [christoph]  0.8.9claws16
5098
5099         * src/news.c
5100         * src/prefs_account.[ch]
5101         * src/common/nntp.[ch]
5102                 allow to force authentication for NNTP servers
5103
5104         Patch submitted by Florian Mickler <dmk@d-labs.de>
5105
5106 2003-01-26 [paul]       0.8.9claws15
5107
5108         * src/summaryview.c
5109                 speed up of marking messages as read
5110                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5111
5112 2003-01-26 [christoph]  0.8.9claws14
5113
5114         * src/Makefile.am
5115         * src/mgutils.[ch]              ** REMOVE **
5116         * src/xml.[ch]                  ** REMOVE **
5117         * src/xmlprops.[ch]             ** REMOVE **
5118         * src/common/Makefile.am
5119         * src/common/mgutils.[ch]       ** NEW **
5120         * src/common/xml.[ch]           ** NEW **
5121         * src/common/xmlprops.[ch]      ** NEW **
5122                 move xml files to common directory
5123
5124 2003-01-26 [christoph]  0.8.9claws13
5125
5126         * src/plugins/spamassassin/spamassassin_gtk.c
5127                 only set gtk entry text if string is available
5128
5129 2003-01-26 [melvin]     0.8.9claws12
5130
5131         * src/description_window.c
5132                 Allow resizing of the window
5133                 Allow automatic horizontal scroll bar
5134                 Do not vertically expand and fill
5135
5136 2003-01-26 [christoph]  0.8.9claws11
5137
5138         * src/Makefile.am
5139         * src/gtkutils.[ch]             ** REMOVE **
5140         * src/common/sylpheed.c
5141         * src/gtk/Makefile.am
5142         * src/gtk/description_window.c
5143         * src/gtk/gtkutils.[ch]         ** NEW **
5144         * src/gtk/prefswindow.c
5145                 move gtkutils to gtk directory
5146
5147 2003-01-26 [paul]       0.8.9claws10
5148
5149         * src/summaryview.c
5150                 rename summary_unread_clicked() to summary_status_clicked()
5151
5152 2003-01-26 [melvin]     0.8.9claws9
5153
5154         * src/prefs_actions.c
5155                 Cosmetical changes to the help text
5156
5157 2003-01-26 [paul]       0.8.9claws8
5158
5159         * src/folder.[ch]
5160           src/mainwindow.c
5161           src/prefs_common.c
5162           src/prefs_sumamry_column.c
5163           summaryview.[ch]
5164                 rename the 'Unread' column to 'Status'
5165
5166 2003-01-25 [match]      0.8.9claws7
5167
5168         * src/mgutils.[ch]
5169                 removed reference to LDAP constants. removed error2string.
5170                 included functions to support LDAP dynamic queries.
5171         * src/syldap.h
5172                 moved LDAP constants here.
5173         * src/addressbook.c
5174         * src/addrindex.c
5175         * src/importldif.c
5176                 removed references to LDAP constants and references to
5177                 error2string.
5178
5179 2003-01-25 [paul]       0.8.9claws6
5180
5181         * src/summaryview.c
5182                 summary_thread_build(), summary_thread_init(): remove 
5183                 unneeded reference to summaryview->folder_item
5184
5185 2003-01-25 [christoph]  0.8.9claws5
5186
5187         * src/gtk/description_window.c
5188                 o allow description texts to expand over multiple columns
5189                 o translate all columns
5190         * src/prefs_actions.c
5191                 change syntax description to use new multi column feature
5192
5193         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5194
5195 2003-01-25 [match]      0.8.9claws4
5196
5197         * src/vcard.c
5198                 fixed bug with Quoted-Printable
5199
5200 2003-01-25 [paul]       0.8.9claws3
5201
5202         * src/folder.[ch]
5203           src/summaryview.[ch]
5204                 implement per-folder collapsed/expanded threads setting
5205                 
5206         * src/prefs_common.c
5207                 remove global collapsed/expanded threads option
5208
5209 2003-01-25 [christoph]  0.8.9claws2
5210
5211         * po/POTFILES.in
5212                 add pluginwindow and prefswindow
5213         * src/compose.c
5214                 make send respond correctly to messages that could be added
5215                 to the queue folder, but the UID of the message is unknown
5216         * src/folder.c
5217         * src/imap.c
5218                 don't return guessed UIDs in imap_add_msg anymore. We return
5219                 0 to tell the folder system it was appened but the UID is
5220                 unknown. Folder system now get's the UID by scaning the folder
5221                 and searching the cache for the Message-ID
5222                 (closes bug #29 Messages queued, but not sent)
5223
5224 2003-01-25 [paul]       0.8.9claws1
5225
5226         * src/codeconv.c
5227                 conv_encode_header():  fix bug when long headers with 8-bit
5228                 characters are used, so that the encoded words are wrapped.
5229                 If the space in the original text falls on the wrap boundary,
5230                 it can be lost.
5231                 Patch by Sergey Vlasov.
5232                 
5233         * src/folderview.c
5234                  fix bug where a change to the sorting method or thread view
5235                  of a folder's messages is lost if simpify-subject is set and
5236                  toggled on or off.
5237                  Patch by Luke Plant.
5238
5239 2003-01-24 [paul]       0.8.9claws
5240
5241         * sylpheed-0.8.9claws released
5242         
5243         * Makefile.am
5244           sylpheed.spec.in
5245                 remove reference to 'INSTALL.jp'
5246
5247 2003-01-23 [paul]       0.8.8claws128
5248
5249         * po/es.po
5250           po/it.po
5251           po/ru.po
5252           po/sr.po
5253                 updated translations. submitted by Ricardo Mones Lastra,
5254                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5255
5256 2003-01-23 [colin]      0.8.8claws127
5257
5258         * src/compose.c
5259                 Fix drafted and queued news articles re-edition
5260
5261 2003-01-23 [melvin]     0.8.8claws126
5262
5263         * po/fr.po
5264                 Updated French translations
5265
5266 2003-01-23 [colin]      0.8.8claws125
5267
5268         * src/inc.c
5269                 Fix "Connecting to..." status message
5270
5271 2003-01-22 [paul]       0.8.8claws124
5272
5273         * po/bg.po
5274                 updated by George Danchev
5275                 
5276         * src/folder.c
5277                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5278                 and folder deletion
5279
5280 2003-01-21 [paul]       0.8.8claws123
5281
5282         * po/bg.po
5283                 updated by George Danchev
5284                 
5285         * src/about.c
5286                 its now 2003
5287                 
5288         * src/toolbar.c
5289                 don't translate 'Separator'
5290                 
5291         * src/plugins/spamassassin/Makefile.am
5292                 add aspell to CPPFLAGS
5293                 
5294         * src/plugins/spamassassin/spamassassin.c
5295           src/plugins/spamassassin/spamassassin_gtk.c
5296                 set correct default for spamassassin_receive_spam
5297                 slightly re-word descriptions and some
5298                 other minor changes
5299
5300 2003-01-19 [alfons]     0.8.8claws122
5301                 
5302         * src/mimeview.c
5303                 mimeview_save_as(): we might as well show the file name for
5304                 the single case "Save As" too
5305
5306 2003-01-19 [alfons]     0.8.8claws121
5307
5308         * src/crash.c
5309                 change bug tracker URL to bugzilla URL
5310
5311 2003-01-19 [alfons]     0.8.8claws120
5312
5313         * src/mimeview.c
5314                 mimeview_save_all(): display name of file before overwriting;
5315                 continue saving all, even when one overwrite was cancelled
5316
5317 2003-01-19 [christoph]  0.8.8claws119
5318
5319         * src/summaryview.c
5320         * src/procmsg.[ch]
5321                 fix wrong usage of procmsg_find_children in summaryview
5322                 by using procmsg_update_unread_children instead of
5323                 summaryview_update_unread_children
5324
5325 2003-01-19 [christoph]  0.8.8claws118
5326
5327         * src/procmsg.c
5328                 fix infinite loop in procmsg_find_children
5329                  (closes bug #25 sylpheed crashes on delete.)
5330
5331         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5332
5333 2003-01-19 [paul]       0.8.8claws117
5334
5335         * po/pt_BR.po
5336                 updated by Ivan Francolin Martinez
5337
5338 2003-01-18 [melvin]     0.8.8claws116
5339
5340         * src/prefs_actions.c
5341                 Removed syntax limitation of only one '&' at the end of command.
5342                         Now actions that contain '>/dev/null 2>&1' are possible.
5343
5344 2003-01-18 [melvin]     0.8.8claws115
5345
5346         * src/prefs_actions.c
5347                 Actions IO dialog: when the action ends
5348                 the "Close" button now has focus and [Escape] closes the
5349                 window.
5350
5351 2003-01-18 [christoph]  0.8.8claws114
5352
5353         * src/procmsg.c
5354                 o add debug output when MsgInfos are really freed
5355                 o free GSLists in procmsg_find_children and
5356                   procmsg_update_unread_children
5357
5358 2003-01-18 [christoph]  0.8.8claws113
5359
5360         * src/mainwindow.c
5361                 reorder Configuration menu
5362
5363 2003-01-18 [christoph]  0.8.8claws112
5364
5365         * src/compose.c
5366                 fix applying templates to forwarded messages
5367
5368         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5369
5370 2003-01-17 [christoph]  0.8.8claws111
5371
5372         * src/folder.c
5373                 destroy folder items, when a folder item is removed
5374
5375 2003-01-17 [christoph]  0.8.8claws110
5376
5377         * src/folder.c
5378                 fix wrong folder stats update when ignored message is
5379                 deleted
5380
5381 2003-01-17 [colin]      0.8.8claws109
5382         
5383         * src/mainwindow.c
5384         * src/summaryview.c
5385                 Quicksearch bugfixes: 
5386                 - hide help button at startup if not extended
5387                 - switch to extended when looking for replies
5388
5389 2003-01-17 [paul]
5390
5391         * sync with 0.8.9 release
5392
5393 2003-01-17 [paul]       0.8.8claws108
5394
5395         * sync with 0.8.8cvs11
5396                 see ChangeLog 2003-01-17
5397
5398 2003-01-16 [colin]      0.8.8claws107
5399
5400         * src/procmsg.c
5401                 Changed encryption test to re-ask passphrase
5402                 if an encrypted message hasn't been decrypted
5403                 Fixes bug #5
5404
5405 2003-01-16 [christoph]  0.8.8claws106
5406
5407         * src/prefs_gtk.c
5408         * src/prefs_toolbar.c
5409         * src/gtk/prefswindow.h
5410         * src/plugins/spamassassin/spamassassin_gtk.c
5411                 remove page destroy function that is not used anymore
5412
5413 2003-01-16 [paul]       0.8.8claws105
5414
5415         * sync with 0.8.8cvs9
5416                 see ChangeLog 2002-01-16
5417
5418 2003-01-16 [colin]      0.8.8claws104
5419
5420         * src/compose.[ch]
5421                 Fix bug with autosaved drafts for IMAP, when draft
5422                 folder is specified - fixes bugzilla bug #20
5423
5424 2003-01-15 [paul]       0.8.8claws103
5425
5426         * src/compose.[ch]
5427           src/procmsg.c
5428                 store folder and message-id of message forwarding
5429                 in queue header and set forward flag after sending
5430
5431 2003-01-15 [paul]       0.8.8claws102
5432
5433         * sync with 0.8.8cvs8
5434                 see ChangeLog 2002-01-15
5435
5436 2003-01-15 [colin]      0.8.8claws101
5437
5438         * src/Makefile.am
5439                 Fix linking with GNU libiconv
5440
5441 2003-01-15 [darko]      0.8.8claws100
5442
5443         * src/pine.c
5444                 fix crash when importing pine address book
5445                 entry with an empty name (reported by DY
5446                 <dybulk at tri8.net>)
5447
5448 2003-01-14 [paul]       0.8.8claws99
5449
5450         * configure.in  ** REMOVED **
5451           configure.ac  ** NEW FILE **
5452                 rename configure.in to configure.ac, as it is now
5453                 preferred
5454
5455 2003-01-14 [melvin]     0.8.8claws98
5456
5457         * src/folderview.c
5458                 folderview_check_new(): More precise function description
5459
5460 2003-01-14 [melvin]     0.8.8claws97
5461
5462         * src/folderview.c
5463                 folderview_check_new(): return the number of new messages 
5464                         since last check.
5465         * src/inc.c
5466                 inc_account_mail(): Disable counting of new messages for IMAP
5467                         and NNTP until bug [19] and [14] are fixed.
5468
5469 2003-01-14 [paul]       0.8.8claws96
5470
5471         * sync with 0.8.8cvs6
5472                 see ChangeLog 2003-01-14
5473
5474 2003-01-13 [alfons]     0.8.8claws95
5475
5476         * src/textview.c
5477                 tune email address validation (c. 0.8.8claws89): if . is 
5478                 just one char away from @, the address is invalid too 
5479                 (correctly rejects addresses like foo@.com)
5480
5481 2003-01-13 [paul]       0.8.8claws94
5482
5483         * src/messageview.c
5484           src/toolbar.c
5485                 fixes to the Message View toolbar and menu:
5486                 fix non-functioning Forward button
5487                 make Reply button consider default_reply_list
5488                 remove 'Follow-up...' menu entry
5489                 add 'Forward' and 'Redirect' menu entries
5490
5491 2003-01-13 [melvin]     0.8.8claws93
5492
5493         * src/inc.c
5494                 Fixed typo that could make new messages count incorrect.
5495
5496 2003-01-13 [melvin]     0.8.8claws92
5497
5498         * src/folderview.[ch]
5499                 folderview_check_new(): return the number of new messages.
5500         * src/inc.c
5501                 Should fix bug [14] where new mail notification worked 
5502                         incorrectly with IMAP accounts.
5503                 inc_spool_account(): return number of new msgs, or -1 on error
5504                 inc_all_spool(): return number of new msgs
5505                 
5506 2003-01-13 [melvin]     0.8.8claws91
5507
5508         * src/prefs_actions.c
5509                 Justify help text.
5510
5511 2003-01-12 [thorsten]   0.8.8claws90
5512
5513         * src/common/prefs.c
5514                 close file before rename
5515
5516 2003-01-12 [alfons]     0.8.8claws89
5517
5518         * AUTHORS
5519                 add Christian Mertes
5520         * src/common/utils.[ch]
5521                 g_stricase_hash(), g_stricase_equal(): functions for 
5522                 case insensitive hash tables
5523         * src/textview.c
5524                 use top level domain names to validate email address, based
5525                 on a patch by Christian Mertes (thanks!), but changed 
5526                 implementation to use a hash table 
5527
5528 2003-01-12 [paul]       0.8.8claws88
5529
5530         * po/bg.po
5531                 updated by George Danchev
5532
5533 2003-01-12 [alfons]     0.8.8claws87
5534
5535         * src/summaryview.c
5536                 delete / execute performance: use new style folder update
5537
5538 2003-01-12 [paul]       0.8.8claws86
5539
5540         * sync with 0.8.8cvs5
5541                 see ChangeLog 2003-01-13 (!)
5542
5543 2003-01-12 [alfons]     0.8.8claws85
5544
5545         * src/filtering.c
5546         * src/matcher_parser_parse.y
5547                 prepare change_score filtering action
5548         * src/matcher.[ch]
5549                 give up const-correctness on functions that call non-const-correct functions;
5550                 several casts to gpointer in g_free();
5551                 add change_score;
5552
5553 2003-01-12 [christoph]  0.8.8claws84
5554
5555         * src/compose.c
5556                 fix 2 warnings
5557
5558         * src/gtk/prefswindow.[ch]
5559         * src/plugins/spamassassin/spamassassin_gtk.c
5560                 changed the call of the widget create function
5561                 for PrefsPages, because sometimes the widget
5562                 create function needs a widget that already has
5563                 been attached to a window (to create GDK pixmaps
5564                 for exmaple). So we simply pass the GtkWindow as
5565                 the second parameter now.
5566
5567         * src/main.c
5568         * src/mainwindow.c
5569         * src/prefs_toolbar.[ch]
5570                 rewrite Toolbar Preferences using the new
5571                 prefs window
5572
5573 2003-01-11 [alfons]     0.8.8claws83
5574
5575         * src/addressadd.c
5576                 fix crash when adding sender to addressbook because status bar
5577                 isn't there (the status bar doesn't seem to be used though,
5578                 but I'll let Match decide what to do with it)
5579
5580 2003-01-11 [colin]      0.8.8claws82
5581
5582         * src/main.c
5583           src/toolbar.c
5584                 Two useless changes reversed
5585
5586 2003-01-11 [colin]      0.8.8claws81
5587
5588         * src/mainwindow.c
5589           src/mainwindow.h
5590                 Add mainwindow_get_mainwindow()
5591         * src/alertpanel.c
5592           src/alertpanel.h
5593                 Add alertpanel_error_log() 
5594         * src/compose.c
5595           src/inc.c
5596           src/messageview.c
5597           src/toolbar.c
5598           src/main.c
5599           src/procmsg.c
5600                 Network errors get a View Log button
5601
5602 2003-01-10 [alfons]     0.8.8claws80
5603
5604         * src/prefs_toolbar.c
5605         * src/toolbar.c
5606                 use the translatable string for "Separator" as file name for
5607                 separator toolbar items (probably make this uppercase?)
5608
5609 2003-01-10 [alfons]     0.8.8claws79
5610
5611         * src/prefs_toolbar.c
5612                 put right A_SEPARATOR description string in "displayed
5613                 toolbar items list" so manually added separators are
5614                 saved correctly (bug #10, "Adding a separator to the main 
5615                 toolbar fails, entry in xml file is wrong")
5616
5617 2003-01-10 [christoph]  0.8.8claws78
5618
5619         * src/imap.c
5620                 o fix warnings
5621                 o use CAPABILITY to check if NAMESPACE is available
5622
5623 2003-01-10 [christoph]  0.8.8claws77
5624
5625         * src/imap.[ch]
5626                 apply UIDPLUS IMAP extension support patch
5627
5628         Patch submitted by Simon 'corecode' Schubert
5629
5630 2003-01-10 [paul]       0.8.8claws76
5631
5632         * src/folderview.c
5633                 a sync from main which fixes the news account folders'
5634                 Properties bug
5635
5636 2003-01-10 [christoph]  0.8.8claws75
5637
5638         * src/folder.c
5639                 don't accept 0 as a valid uid returned by copy and move
5640                 functions. 0 means the message was copied or moved but the
5641                 new uid could not be fetched. It is not an error condition
5642                 for the copy or move operation.
5643
5644 2003-01-10 [paul]       0.8.8claws74
5645
5646         * src/prefs_filtering.c
5647                 change English used in Alert when entry is not
5648                 saved.
5649                 
5650         * sync with 0.8.8cvs4
5651                 see ChangeLog 2003-01-10
5652
5653 2003-01-10 [darko]      0.8.8claws73
5654
5655         * src/pine.c
5656                 fix crash when importing address book entry
5657                 without a valid address
5658
5659 2003-01-09 [alfons]     0.8.8claws72
5660
5661         * src/inc.c
5662                 filtering performance: use new style folder update
5663
5664 2003-01-09 [christoph]  0.8.8claws71
5665
5666         * src/compose.c
5667         * src/gtk/menu.[ch]
5668                 fix wrong selecting of mime encoding type, when
5669                 opening property dialog of attachments in the
5670                 compose window. 7bit was always selected and that
5671                 destoryed files with 8bit data.
5672                 (closes bug #9 Sylpheed-claws destroys attachments when
5673                  changing MIME-types)
5674
5675 2003-01-09 [paul]       0.8.8claws70
5676
5677         * sync with 0.8.8cvs3
5678                 see ChangeLog 2003-01-09
5679
5680 2003-01-08 [alfons]     0.8.8claws69
5681         
5682         * src/addressadd.c
5683                 apply patch by Kim Schulz to fix build breakage
5684                 because of missing variable
5685
5686 2003-01-08 [paul]       0.8.8claws68
5687
5688         * sync with 0.8.8cvs2
5689                 see ChangeLog 2002-01-08
5690
5691 2003-01-08 [paul]       0.8.8claws67
5692
5693         * po/it.po
5694                 updated by Alessandro Maestri
5695                 
5696         * src/addressadd.c
5697                 when using 'Add sender to addressbook' allow
5698                 name to be edited and remarks to be entered
5699                 Patch submitted by Luke Plant
5700
5701 2003-01-08 [darko]      0.8.8claws66
5702
5703         * README.claws, src/summaryview.c
5704                 fix description for marked messages
5705
5706 2003-01-08 [paul]
5707
5708         * tools/Makefile.am
5709           tools/launch_phoenix  ** NEW FILE **
5710                 add script that enables using Phoenix as the default
5711                 web browser. 
5712                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5713                 
5714         * tools/OOo2sylpheed.pl
5715                 remove full path to sylpheed executable, just 'sylpheed'
5716                 will do
5717                 
5718         * tools/README
5719                 add launch_phoenix informtion and re-arrange and compress
5720                 the data a little
5721
5722 2003-01-07 [christoph]  0.8.8claws65
5723
5724         * src/folder.c
5725                 fix update for source folder when moving messages
5726         * src/procmsg.[ch]
5727         * src/summaryview.c
5728                 use function to set to_folder for message infos and
5729                 automatically update the op_count for old and new
5730                 folder
5731
5732 2003-01-07 [melvin]     0.8.8claws64
5733
5734         * src/prefs_actions.c
5735                 Fixed bug where an '%p' Action on a displayed image crashed 
5736                         Sylpheed
5737                 Code clean up (get rid of duplicated code and removed unnecessary 
5738                                 structure member)
5739
5740 2003-01-07 [christoph]  0.8.8claws63
5741
5742         * src/compose.c
5743         * src/folder.[ch]
5744         * src/folderview.c
5745         * src/import.c
5746         * src/inc.c
5747         * src/main.c
5748         * src/mainwindow.c
5749         * src/messageview.c
5750         * src/prefs_folder_item.c
5751         * src/procmsg.c
5752         * src/summaryview.c
5753         * src/toolbar.c
5754                 o remove all folder update triggering from the UI code. The folder
5755                   system should know much better when a folder needs an update.
5756                 o to prevent multiple updates in a row the folder updates can be
5757                   frozen for some time.
5758
5759                 Note: - Please verify that no updates are missing
5760                       - Check where freeze/thaws should be added
5761
5762 2003-01-07 [christoph]  0.8.8claws62
5763
5764         * src/prefs_actions.c
5765                 don't translate empty strings
5766
5767         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5768
5769 2003-01-06 [christoph]  0.8.8claws61
5770
5771         * src/prefs_actions.c
5772                 mark strings for gettext
5773         * src/prefs_matcher.c
5774                 use new description window for Execute action and
5775                 match condition in Filtering
5776
5777         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5778
5779 2003-01-06 [alfons]     0.8.8claws60
5780
5781         keep myself inspired to re-organize matcher part 8; 
5782         yes, more to come (I need to move out the descriptive
5783         text for actions to matcher.c, or at least make it not
5784         depend on the wicked ordering)
5785
5786         * src/prefs_matcher.c
5787                 add documentation so others may comprehend the
5788                 UI part of the conditions
5789                 
5790 2003-01-06 [christoph]  0.8.8claws59
5791
5792         * src/prefs_actions.c
5793                 use new description window for syntax help
5794         * src/gtk/description_window.c
5795                 fix display of descriptions with column count != 2
5796
5797         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5798
5799 2003-01-06 [christoph]  0.8.8claws58
5800
5801         * src/quote_fmt.c
5802         * src/summaryview.[ch]
5803         * src/gtk/Makefile.am
5804         * src/gtk/description_window.[ch]       ** NEW **
5805                 use a generic window to display syntax descriptions
5806                 currently used in quote_fmt and summaryview (new description
5807                 for extended quick search)
5808
5809         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5810
5811 2003-01-06 [paul]       0.8.8claws57
5812
5813         * sync with 0.8.8cvs1
5814                 see ChangeLog 2003-01-06
5815
5816 2003-01-06 [christoph]  0.8.8claws56
5817
5818         * src/mainwindow.c
5819         * src/prefs_gtk.[ch]
5820         * src/gtk/prefswindow.[ch]
5821         * src/plugins/spamassassin/spamassassin_gtk.c
5822                 o remove page management from prefswindow, pages
5823                   will be an argument to prefswindow_open
5824                 o prefswindow_open gets a datapointer that is
5825                   passed to the widget_create function to allow
5826                   creation of prefswindow for specific items
5827
5828 2003-01-06 [colin]      0.8.8claws55
5829         
5830         * src/summaryview.c
5831                 We don't want regexp in the reply-finder, 
5832                 because MIDs can contain !,$,. and so on
5833
5834 2003-01-06 [jens]       0.8.8claws54
5835
5836         * src/jpilot.c
5837                 fixed a wrong free in jpilot_read_db_files
5838
5839 2003-01-06 [alfons]     0.8.8claws53
5840
5841         re-organize matcher part 8; more to come
5842        
5843         * src/matcher.c
5844                 matcherprop_to_string(): put g_free()s before the
5845                 switch-case break to fix memleaks                
5846
5847 2003-01-06 [colin]      0.8.8claws52
5848
5849         * src/summaryview.c
5850                 cleanup & reply-finder now displays the first 
5851                 matching message
5852
5853 2003-01-05 [alfons]     0.8.8claws51
5854
5855         re-organize matcher part 7; more to come
5856
5857         * src/matcher.[ch]
5858                 fixes for constant correctness;
5859                 more documentation;
5860
5861 2003-01-05 [alfons]     0.8.8claws50
5862
5863         re-organize matcher part 6; more to come
5864         
5865         * src/matcher.[ch]
5866                 fixes for constant correctness;
5867                 more documentation;
5868         * src/filtering.c
5869                 fix for constant correctness
5870
5871 2003-01-05 [colin]      0.8.8claws49
5872
5873         * src/account.[ch]
5874                 Add account_get_reply_account function
5875         * src/compose.c
5876                 Use account_get_reply_account function 
5877         * src/summaryview.c
5878                 Basic reply-finder - click on the replied
5879                 icon gets you to the outbox using quick-search
5880
5881 2003-01-05 [paul]       0.8.8claws48
5882
5883         * src/prefs_common.c
5884                 small change to English
5885                 
5886         * src/prefs_filtering.c
5887                 prefs_filtering_action_select(): improve logic and uniformity
5888                 of gui
5889
5890 2003-01-05 [alfons]     0.8.8claws47
5891
5892         fine tune solution to focus problems (bug #7)
5893
5894         * src/mainwindow.c
5895                 mainwindow_focus_in_event(): remove grab event check
5896         * src/summaryview.c
5897                 summary_button_pressed(): move selection on right-click
5898                 too. we can't possibly move the selection back after
5899                 canceling a dialog, because gtk's incomplete focus 
5900                 management. whether this is a good solution, only time
5901                 will tell.
5902
5903 2003-01-05 [christoph]  0.8.8claws46
5904
5905         * src/imap.c
5906                 fix crash when no imap connection could be established
5907
5908 2003-01-05 [paul]       0.8.8claws45
5909
5910         * src/mainwindow.c
5911           src/sumamryview.c
5912           src/gtk/menu.[ch]
5913                 fix bug 605957 'shortcuts in popup-menu'
5914                 make user-defined shortcuts work
5915                 show shortcuts that are already defined
5916                 in the main menu
5917                 Patch submitted by Luke Plant
5918
5919 2003-01-05 [alfons]     0.8.8claws44
5920
5921         * src/mainwindow.c
5922                 focus_in_event handler should not select summary view row 
5923                 when another window (menu, dialog) grabbed for events 
5924                 (bug #7, "[0.8.8claws42] Message summary focus") 
5925
5926 2003-01-04 [christoph]  0.8.8claws43
5927
5928         * src/procmsg.c
5929                 update save folder after adding the sent message
5930                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5931
5932 2003-01-02 [christoph]  0.8.8claws42
5933
5934         * src/common/plugin.c
5935                 fix unloading of all plugins and unload
5936                 plugins in reverse order
5937                 
5938         * src/gtk/pluginwindow.c
5939                 implement function of load and unload button
5940
5941         * src/gtk/prefswindow.c
5942         * src/gtk/prefswindow.h
5943                 rename register function and add new unregister
5944                 function
5945
5946         * src/plugins/spamassassin/spamassassin_gtk.c
5947                 unregister prefs page and update for changes in
5948                 src/gtk/prefswindow.c
5949
5950 2003-01-02 [paul]       0.8.8claws41
5951
5952         * po/es.po
5953                 updated by Ricardo Mones Lastra
5954
5955 2003-01-02 [paul]
5956
5957         * tools/tb2sylpheed
5958                 fixes and improvements by Urke MMI
5959
5960 2003-01-02 [thorsten]   0.8.8claws40
5961
5962         * src/procmsg.c
5963                 fixed wrong return value
5964
5965 2003-01-02 [thorsten]   0.8.8claws39
5966
5967         * src/prefs.c
5968                 fixed printing wrong variable
5969
5970 2003-01-02 [thorsten]   0.8.8claws38
5971
5972         * src/prefs.c
5973                 fixed acessing members of freed pfile struct
5974
5975 2003-01-02 [thorsten]   0.8.8claws37
5976
5977         * src/procmsg.c
5978                 detect loops across several messages
5979                 as suggested by Christoph Hohmann
5980
5981 2003-01-01 [match]      0.8.8claws36
5982
5983         * src/addrindex.c
5984                 fixed another memory leak.
5985
5986 2003-01-01 [match]      0.8.8claws35
5987
5988         * src/jpilot.[ch]
5989                 fixed memory leaks. applied Doxygen comments.
5990
5991 2003-01-01 [thorsten]   0.8.8claws34
5992
5993         * src/procmsg.c
5994                 inhibit endless loop if msg references itself
5995                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5996
5997 2003-01-01 [christoph]  0.8.8claws33
5998
5999         * src/mainwindow.c
6000         * src/gtk/Makefile.am
6001         * src/gtk/pluginwindow.c                ** NEW **
6002         * src/gtk/pluginwindow.h                ** NEW **
6003                 add plugin window
6004
6005         * src/plugins/demo/demo.c
6006         * src/plugins/spamassassin/spamassassin.c
6007         * src/plugins/spamassassin/spamassassin_gtk.c
6008                 write better plugin descriptions
6009
6010 2002-12-31 [christoph]  0.8.8claws32
6011
6012         * src/gtk/prefswindow.c
6013         * src/plugins/spamassassin/spamassassin_gtk.c
6014                 some small improvements to GTK code
6015
6016 2002-12-31 [christoph]  0.8.8claws31
6017
6018         * src/plugins/spamassassin/spamassassin_gtk.c
6019                 enable folder select button
6020
6021 2002-12-31 [christoph]  0.8.8claws30
6022
6023         * src/mainwindow.c
6024         * src/gtk/Makefile.am
6025         * src/gtk/prefswindow.c                         ** NEW **
6026         * src/gtk/prefswindow.h                         ** NEW **
6027                 add new prefs window
6028
6029         * src/common/plugin.c
6030                 don't try to load empty config lines
6031         
6032         * src/plugins/spamassassin/Makefile.am
6033         * src/plugins/spamassassin/spamassassin.c
6034         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6035         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6036                 GTK config for SpamAssassin Plugin using
6037                 the new prefs window
6038
6039 2002-12-31 [paul]       0.8.8claws29
6040
6041         * po/POTFILES.in
6042                 remove obsolete entry 'src/menu.c'
6043
6044 2002-12-31 [alfons]     0.8.8claws28
6045
6046         * src/matcher.[ch]
6047         * src/matcher_parser_parse.y
6048         * src/prefs_matcher.c
6049                 add "ignore_thread" and "~ignore_thread" condition so it's
6050                 possible to make the actions / scoring operate on the ignore
6051                 thread flag
6052
6053 2002-12-31 [christoph]  0.8.8claws27
6054
6055         * src/addrbook.c
6056         * src/addrindex.c
6057         * src/folder.c
6058         * src/matcher.c
6059         * src/prefs_account.c
6060         * src/prefs_actions.c
6061         * src/prefs_customheader.c
6062         * src/prefs_display_header.c
6063         * src/prefs_gtk.c
6064         * src/procmime.c
6065         * src/toolbar.c
6066         * src/xmlprops.c
6067         * src/common/prefs.[ch]
6068                 extend prefs file handling for reading and automatic handling
6069                 of blocks. When reading prefs_set_block_label will automatically
6070                 move on to the block. When writing it will copy all other blocks
6071                 automatically
6072
6073         * src/common/plugin.c
6074                 Now loading plugin filenames from [Plugins] block in
6075                 sylpheed rc file
6076
6077 2002-12-30 [christoph]  0.8.8claws26
6078
6079         * src/common/hooks.[ch]
6080                 return abort status to caller of hooks_invoke
6081                 
6082         * src/inc.[ch]
6083                 invoke message filtering hook and stop
6084                 default handling when filter returns abort
6085
6086         * src/common/plugin.[ch]
6087         * src/plugins/demo/demo.c
6088                 modify plugin loader, because resolving symbols for strings
6089                 does not work correctly
6090         
6091         * configure.in
6092         * ac/spamassassin.m4                            ** NEW **
6093         * src/plugins/spamassassin/.cvsignore           ** NEW **
6094         * src/plugins/spamassassin/Makefile.am          ** NEW **
6095         * src/plugins/spamassassin/README               ** NEW **
6096         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6097         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6098         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6099                 add spamassassin plugin, see src/plugins/spamassassin/README
6100                 for details
6101
6102 2002-12-29 [alfons]     0.8.8claws25
6103
6104         * src/mainwindow.c
6105                 when moving focus from a message view to the main 
6106                 window, don't forget to select the summary node
6107                 of the displayed message. should fix "[ 659103 ] 
6108                 focus-follows-mouse confuses sylpheed"
6109
6110 2002-12-29 [christoph]  0.8.8claws24
6111
6112         * src/Makefile.am
6113         * src/stringtable.[ch]          ** REMOVE **
6114         * src/common/Makefile.am
6115         * src/common/stringtable.[ch]   ** NEW **
6116                 move stringtable files to common directory
6117
6118 2002-12-29 [christoph]  0.8.8claws23
6119
6120         * src/Makefile.am
6121         * src/menu.[ch]                 ** REMOVE **
6122         * src/gtk/Makefile.am
6123         * src/gtk/menu.[ch]             ** NEW **
6124                 move menu files to gtk directory
6125
6126 2002-12-29 [match]      0.8.8claws22
6127
6128         * src/addressbook.c
6129         * src/syldap.c
6130                 moved UI specific code out of LDAP code into addressbook
6131                 UI code. fixed memory leak.
6132
6133 2002-12-29 [christoph]  0.8.8claws21
6134
6135         * src/folder.c
6136                 only check for IGNORED parent message when message is
6137                 not IGNORED itself
6138
6139 2002-12-29 [alfons]     0.8.8claws20
6140
6141         * src/summaryview.c
6142                 set gtksctree's anchor correct (immediate execute
6143                 changes the tree's layout, and anchor points at 
6144                 the incorrect row). fixes "[ 657233 ] multiple msg 
6145                 delete sometimes off by 1".
6146                 we probably have to look for more tree layout /
6147                 anchor glitches.
6148
6149 2002-12-29 [paul]       0.8.8claws19
6150
6151         * src/summaryview.c
6152                 fix bug [ 659054 ] incorrect sorting of 'From' column
6153                 when using 'display sender using address book'
6154                 thanks to Alfons and Luke Plant
6155
6156 2002-12-29 [christoph]  0.8.8claws18
6157
6158         * src/folder.c
6159         * src/procmsg.[ch]
6160                 check parent messages for IGNORE THREAD flag, when adding,
6161                 moving or copying messages to a folder
6162
6163 2002-12-27 [alfons]     0.8.8claws17
6164
6165         re-organize matcher part 5; more to come
6166
6167         * src/matcher.c
6168                 hash keywords in matchparser_tab 
6169
6170 2002-12-27 [alfons]     0.8.8claws16
6171
6172         re-organize matcher part 4; more to come
6173
6174         * src/matcher_parser.h
6175         * src/matcher_parser_lex.l
6176         * src/matcher_parser_parse.y
6177                 cleanup
6178
6179 2002-12-27 [alfons]     0.8.8claws15
6180
6181         re-organize matcher part 3; more to come
6182
6183         * src/matcher.[ch]
6184                 cleanup
6185
6186 2002-12-27 [alfons]     0.8.8claws14
6187
6188         re-organize matcher part 2; more to come but this should
6189         work. cc me if there are any regressions.
6190
6191         * src/matcher.h
6192                 add prototype for get_matchparser_tab_id()
6193         * src/matcher_parser_lex.l
6194                 look up keywords using matchparser_tab_id();
6195
6196 2002-12-27 [alfons]     0.8.8claws12
6197
6198         re-organize matcher part 1
6199
6200         * src/matcher.h
6201                 map yacc generated constants to sylpheed matcher constants
6202         * src/matcher.c
6203                 add function to find a matcher constant from a string
6204
6205 2002-12-27 [christoph]  0.8.8claws11
6206
6207         * src/compose.c
6208                 MENUITEM_ADD casts the 4th argument from integer to pointer
6209                 so it probably should not be a pointer, this means we
6210                 should use account id for it and not the account's pointer
6211
6212 2002-12-27 [paul]       0.8.8claws10
6213
6214         * src/mainwindow.c
6215                 remove unneeded 'GtkWidget *vbox'
6216                 
6217         * src/summaryview.c
6218                 further sync with 0.8.8 - make sort
6219                 by recipient work as expected
6220                 
6221         * NEWS
6222                 sync with 0.8.8
6223
6224 2002-12-27 [paul]       0.8.8claws9
6225
6226         * po/pt_BR.po
6227                 updated by Ivan F. Martinez
6228                 
6229 2002-12-27 [darko]      0.8.8claws8
6230
6231         * src/common/utils.c
6232                 added locked pattern to extended search
6233
6234 2002-12-27 [alfons]     0.8.8claws7
6235
6236         * src/prefs_matcher.[ch]
6237                 clean up
6238
6239 2002-12-26 [alfons]     0.8.8claws6
6240
6241         * src/matcher.[ch]
6242         * src/matcher_parser_lex.l
6243         * src/matcher_parser_parse.y
6244         * src/prefs_matcher.c
6245                 allow color label as a condition in the matcher
6246
6247 2002-12-26 [oliver]     0.8.8claws5
6248         
6249         * src/toolbar.c 
6250                 enable Addressbook for Main and Messageview
6251         * src/prefs_actions.c
6252                 enable actions in Messageview
6253
6254 2002-12-26 [christoph]  0.8.8claws4
6255
6256         * src/common/plugin.c
6257                 add a little debug output
6258         * configure.in
6259         * src/plugins/demo/Makefile.am
6260                 better use of automake
6261
6262 2002-12-26 [christoph]  0.8.8claws3
6263
6264         * src/Makefile.am
6265         * src/common/Makefile.am
6266                 fix "make distdir"
6267
6268 2002-12-26 [christoph]  0.8.8claws2
6269
6270         * configure.in
6271                 sort configure checks into common / gtk / plugins
6272         * po/POTFILES.in
6273                 add src/prefs_gtk.c
6274         * src/Makefile.am
6275                 add plugins SUBDIR
6276         * src/main.c
6277         * src/common/sylpheed.[ch]
6278                 added now sylpheed_done function for shutdown
6279         * src/common/Makefile.am
6280         * src/common/plugin.[ch]                ** NEW **
6281                 plugin loader and unloader
6282         * src/plugins/.cvsignore                ** NEW **
6283         * src/plugins/Makefile.am               ** NEW **
6284                 build plugins
6285         * src/plugins/demo/.cvsignore           ** NEW **
6286         * src/plugins/demo/Makefile.am          ** NEW **
6287         * src/plugins/demo/demo.c               ** NEW **
6288                 small demo plugin that installs a logtext hook and
6289                 outputs the log text to stdout
6290
6291 2002-12-26 [paul]       0.8.8claws1
6292
6293         * po/es.po
6294                 updated by Ricardo Mones Lastra
6295
6296 2002-12-26 [paul]       0.8.8claws
6297
6298         * 0.8.8claws released
6299
6300 2002-12-26 [paul]       0.8.7claws12
6301
6302         * po/bg.po
6303                 updated by George Danchev
6304
6305 2002-12-26 [paul]       0.8.7claws11
6306
6307         * po/POTFILES.in
6308                 remove unneeded 'src/prefs.c' entry 
6309
6310 2002-12-26 [paul]       0.8.7claws10
6311
6312         * src/codeconv.c
6313           src/mainwindow.c
6314                 sync with 0.8.8 release
6315         
6316         * src/folder.[ch]
6317           src/mh.c
6318           src/summaryview.c
6319                 partial sync with 0.8.8 release
6320         
6321
6322 2002-12-25 [alfons]     0.8.7claws9
6323
6324         * src/matcher.[ch]
6325         * src/matcher_parser_lex.l
6326         * src/matcher_parser_parse.y
6327         * src/prefs_matcher.c
6328                 add locked flag to possible filtering / matcher 
6329                 conditions (also a good example what should be
6330                 done to add a simple boolean condition)
6331
6332 2002-12-25 [christoph]  0.8.7claws8
6333
6334         * src/Makefile.am
6335         * src/account.[ch]
6336         * src/addrbook.c
6337         * src/addressbook.c
6338         * src/addrindex.c
6339         * src/filtering.c
6340         * src/folder.c
6341         * src/matcher.c
6342         * src/prefs.[ch]                ** REMOVE **
6343         * src/prefs_account.c
6344         * src/prefs_actions.c
6345         * src/prefs_common.c
6346         * src/prefs_customheader.c
6347         * src/prefs_display_header.c
6348         * src/prefs_filtering.c
6349         * src/prefs_folder_item.c
6350         * src/prefs_gtk.[ch]            ** NEW **
6351         * src/prefs_matcher.c
6352         * src/prefs_scoring.c
6353         * src/prefs_summary_column.c
6354         * src/procmime.c
6355         * src/selective_download.c
6356         * src/toolbar.c
6357         * src/common/Makefile.am
6358         * src/common/prefs.[ch]         ** NEW **
6359                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6360
6361 2002-12-24 [alfons]     0.8.7claws7
6362
6363         * src/summaryview.c
6364                 summary_thread_build(): fix real cause of the crash mentioned in
6365                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6366                 this way we get meaningful ctree nodes 
6367
6368 2002-12-24 [oliver]     0.8.7claws6
6369
6370         * src/mainwindow.[ch]
6371         * src/messageview.[ch]
6372         * src/compose.[ch]
6373         * src/inc.c
6374         * src/summaryview.c
6375                 changes to use updated toolbar handling
6376                 
6377 2002-12-24 [oliver]     0.8.7claws5
6378
6379         * src/toolbar.[ch]
6380                 generic toolbar handling
6381                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6382         * src/prefs_toolbar.[ch]
6383                 adjust to handling
6384         
6385 2002-12-24 [oliver]     0.8.7claws4
6386         
6387         * src/stock_pixmap.[ch]
6388                 move SYLPHEED_LOGO to end of list in order 
6389                 to remove it from Custom Toolbar`s Icon View
6390
6391 2002-12-24 [alfons]     0.8.7claws3
6392
6393         * src/summaryview.c
6394                 summary_thread_build(): fix crash because of focus != selection 
6395                 after threading. when deleting the selection, gtk tries but fails 
6396                 to find the correct focusable element. we now force the selection
6397                 to be focused. this should solve the infamous bug reported by 
6398                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6399                 a test case is available. 
6400
6401 2002-12-24 [darko]      0.8.7claws2
6402
6403         * src/summaryview.c
6404                 don't crash when unmarking message with unread children
6405
6406 2002-12-23 [christoph]  0.8.7claws1
6407
6408         * src/Makefile.am
6409         * src/common/Makefile.am
6410                 update Makefiles for moved intl.h, version.h and defs.h
6411         * src/imap.c
6412                 rewrite imap_session_get to avoid duplicate code
6413
6414 2002-12-23 [paul]       0.8.7claws
6415
6416         * Santa-Claws released
6417         
6418         * po/hu.po
6419           po/ru.po
6420                 squeeze in updated Hungarian and Russian translations.
6421                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6422
6423 2002-12-23 [paul]       0.8.6claws129
6424
6425         * po/pl.po
6426                 updated by Witold Wladyslaw Wojciech Wilk
6427
6428 2002-12-23 [paul]       0.8.6claws128
6429
6430         * src/quote_fmt_parse.y
6431                 fix typo and add licence header
6432
6433 2002-12-23 [paul]       0.8.6claws127
6434
6435         * po/en_GB.po
6436                 updated
6437
6438 2002-12-23 [paul]       0.8.6claws126
6439
6440         * po/it.po
6441                 updated translation, submitted by Alessandro Maestri
6442                 
6443 2002-12-23 [paul]       0.8.6claws125
6444
6445         * src/quote_fmt_parse.y
6446                 fix signature-stripping on replies bug. match
6447                 '-- \n' and not '-- '.
6448
6449 2002-12-22 [paul]       0.8.6claws124
6450
6451         * po/bg.po
6452           po/es.po
6453           po/sr.po
6454                 updated translations. submitted by George Danchev,
6455                 Ricardo Mones Lastra, and Urke MMI respectively
6456
6457 2002-12-21 [paul]       0.8.6claws123
6458
6459         * src/addrbook.c
6460                 fix coding style
6461
6462 2002-12-21 [paul]       0.8.6claws122
6463
6464         * src/addrbook.c
6465                 fix bug [643638] where if a person is in one or more
6466                 addressbook groups editing that person's email 
6467                 address results in removal from those groups.
6468                 Patch submitted by Luke Plant.
6469
6470 2002-12-20 [christoph]  0.8.6claws121
6471
6472         * src/common/utils.c
6473         * src/summaryview.c
6474                 reimplement expand_search_string using GString to
6475                 prevent crashs caused by miscalculated string
6476                 lengths reported by Paul
6477
6478 2002-12-20 [christoph]  0.8.6claws120
6479
6480         * src/summaryview.c
6481                 don't use "changed" to check if op_count has to be changed as it
6482                 is also set when the message has unread children
6483                 (closes bug [ 653221 ] crash while deleting duplicates)
6484
6485 2002-12-20 [paul]       0.8.6claws119
6486
6487         * sync with 0.8.6cvs27
6488                 see ChangeLog 2002-12-20
6489
6490 2002-12-20 [paul]       0.8.6claws118
6491
6492         * sync with 0.8.6cvs26
6493                 see ChangeLog 2002-12-19 and 2002-12-20
6494
6495 2002-12-19 [alfons]     0.8.6claws117
6496
6497         * src/textview.c
6498                 fix incorrect parsing of email addresses, submitted by 
6499                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6500                 name display if it contains @".
6501
6502 2002-12-18 [paul]       0.8.6claws116
6503
6504         * sync with 0.8.6cvs23
6505                 see ChangeLog 2002-12-18
6506
6507 2002-12-18 [paul]       0.8.6claws115
6508
6509         * src/Makefile.am
6510         * src/account.c
6511         * src/codeconv.c
6512         * src/gtkutils.[ch]
6513         * src/imap.c
6514                 sync with 0.8.6cvs22.
6515                 see ChangeLog 2002-12-17 and 2002-12-18
6516
6517 2002-12-17 [christoph]  0.8.6claws114
6518
6519         * src/imap.c
6520                 o don't create a session if imap greeting fails
6521                 o don't close socket when authentication fails
6522                   this is done by imap_session_destroy
6523
6524 2002-12-17 [thorsten]   0.8.6claws113
6525
6526         * tools/Makefile.am
6527           tools/README
6528           tools/google_msgid.pl ** NEW FILE **
6529                 Added "search for message-id" script and doc
6530
6531 2002-12-17 [thorsten]   0.8.6claws112
6532
6533         * po/hu.po
6534                 Updated hungarian translation
6535                 (updated by Gal Zoltan)
6536
6537 2002-12-16 [christoph]  0.8.6claws111
6538
6539         * src/addr_compl.c
6540                 remove stupid addressbook dump to debug output
6541         * src/mh.c
6542                 fix memory leak found by Hiro
6543
6544 2002-12-14 [paul]       0.8.6claws110
6545
6546         * src/compose.c
6547                 fix menubar sensitivity on send
6548                 
6549         * src/prefs_filtering.c
6550         * src/prefs_matcher.c
6551         * src/prefs_scoring.c
6552                 Fix english ;)
6553                 
6554         * src/common/quoted-printable.h
6555                 sync: fix typo
6556         
6557 2002-12-13 [christoph]  0.8.6claws109
6558
6559         * src/Makefile.am
6560         * src/manage_window.[ch]        ** REMOVE **
6561         * src/gtk/Makefile.am
6562         * src/gtk/manage_window.[ch]    ** NEW **
6563                 move manage_window files to gtk directory
6564
6565 2002-12-13 [christoph]  0.8.6claws108
6566
6567         * src/Makefile.am
6568         * src/gtkshruler.[ch]           ** REMOVE **
6569         * src/gtk/Makefile.am
6570         * src/gtk/gtkshruler.[ch]       ** NEW **
6571                 move gtkshruler files to gtk directory
6572
6573 2002-12-13 [christoph]  0.8.6claws107
6574
6575         * src/Makefile.am
6576         * src/compose.c
6577         * src/gtkstext.[ch]             ** REMOVE **
6578         * src/gtkutils.[ch]
6579         * src/textview.c
6580         * src/gtk/gtkstext.[ch]         ** NEW **
6581         * src/gtk/Makefile.am
6582                 o move stext functions to gtkstext.c to remove
6583                   dependency of gtkutils
6584                 o move gtkstext files to gtk directory
6585
6586         * src/gtk/Makefile.am
6587         * src/gtk/sslcertwindow.[ch]
6588                 UI stuff can always depend on common code so
6589                 it's ok to add ../common to include path
6590
6591 2002-12-13 [colin]      0.8.6claws106
6592
6593         * src/summaryview.c
6594                 Disconnect sighandlers for mainwindow when
6595                 quicksearch has the focus
6596                 Fix bug #653231
6597         * src/mainwindow.[ch]
6598                 Make key_pressed callback public, to be able
6599                 to disconnect it
6600
6601 2002-12-13 [christoph]  0.8.6claws105
6602
6603         * src/mh.c
6604                 create .mh_sequences file in new MH folders
6605                 (closes feature request [ 523162 ] MH folders should
6606                  get a .mh_sequences)
6607
6608 2002-12-13 [colin]      0.8.6claws104
6609
6610         * src/summaryview.c
6611                 Better handling of quicksearch show/hide
6612                 (basically the button stays under the mouse 
6613                  when toggled)
6614
6615 2002-12-13 [paul]       0.8.6claws103
6616
6617         * sync with 0.8.6cvs17
6618                 see ChangeLog 2002-12-13
6619
6620 2002-12-13 [paul]       0.8.6claws102
6621
6622         * po/es.po
6623                 updated by Ricardo Mones Lastra
6624
6625 2002-12-11 [colin]       0.8.6claws101
6626
6627         * src/folder.c
6628                 remove statusbar stuff
6629           src/folderview.c
6630                 set statusbar verbosity when moving folders
6631
6632 2002-12-11 [colin]       0.8.6claws100
6633         * src/prefs_filtering.c
6634         * src/prefs_matcher.c
6635         * src/prefs_scoring.c
6636                 Fix english ;)
6637
6638 2002-12-11 [colin]       0.8.6claws99
6639
6640         * src/prefs_common.[ch]
6641                 Add summary_quicksearch_type
6642         * src/summaryview.c
6643                 Save last used quicksearch type
6644
6645 2002-12-11 [jens]       0.8.6claws98
6646         * src/prefs_filtering.c
6647         * src/prefs_matcher.c
6648         * src/prefs_scoring.c
6649                 added dialog for incomplete rules in scoring, filtering and
6650                 matcher to ask wheather really close
6651
6652 2002-12-11 [colin]      0.8.6claws97
6653
6654         * src/folder.c
6655                 Fix folder dnd statusbar logging
6656
6657 2002-12-10 [christoph]  0.8.6claws96
6658
6659         * src/compose.c
6660         * src/folder.c
6661         * src/imap.c
6662         * src/inc.c
6663         * src/main.c
6664         * src/mainwindow.c
6665         * src/news.c
6666         * src/send.c
6667         * src/statusbar.[ch]
6668         * src/common/hooks.c
6669         * src/common/log.[ch]
6670                 o handle verbose logging in statusbar directly in statusbar code
6671                   and common code does not need any knowledge about a statusbar
6672                 o remove direct calls to statusbar_(puts|pop)_all functions
6673
6674 2002-12-10 [jens]       0.8.6claws95
6675
6676         * src/*.c
6677                 removed gettext from g_warnings
6678         * po/POTFILES.in
6679                 cleaned and updated
6680         * po/de.po
6681                 updated
6682
6683 2002-12-10 [colin]      0.8.6claws94
6684
6685         * src/main.c
6686                 finish crash dialog fix
6687
6688 2002-12-10 [colin]      0.8.6claws93
6689
6690         * src/main.c
6691                 "Fix" "sylpheed already running" instead of
6692                 crash dialog appearing after a crash
6693
6694 2002-12-10 [colin]      0.8.6claws92
6695
6696         * po/POTFILES.in
6697                 add src/gtk/sslcertwindow.c
6698
6699 2002-12-10 [paul]       0.8.6claws91
6700
6701         * po/POTFILES.in
6702                 updated to reflect recent changes
6703                 submitted by Alessandro Maestri
6704
6705 2002-12-09 [christoph]  0.8.6claws90
6706
6707         * src/Makefile.am
6708         * src/smtp.[ch]                 ** REMOVE **
6709         * src/common/Makefile.am
6710         * src/common/smtp.[ch]          ** NEW **
6711                 move smtp files to common directory
6712
6713 2002-12-09 [christoph]  0.8.6claws89
6714
6715         * src/Makefile.am
6716         * src/session.[ch]              ** REMOVE **
6717         * src/common/Makefile.am
6718         * src/common/session.[ch]       ** NEW **
6719                 move session files to common directory
6720
6721 2002-12-09 [paul]       0.8.6claws88
6722
6723         * src/account.c
6724                 fix bug [649746] edit accounts: move account reverted
6725                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6726
6727 2002-12-09 [colin]      0.8.6claws87
6728
6729         * src/ssl_certificate.c
6730                 cleanup
6731
6732 2002-12-09 [colin]      0.8.6claws86
6733
6734         * src/ssl.c
6735                 Try to open the cert.pem database and 
6736                 issue a warning if it isn't there
6737
6738 2002-12-09 [colin]      0.8.6claws85
6739
6740         * src/common/ssl_certificate.c
6741         * src/gtk/sslcertwindow.c
6742                 Warning fixes
6743
6744 2002-12-09 [colin]      0.8.6claws84
6745
6746         * src/ssl_certificate.[ch] ** REMOVED **
6747         * src/common/ssl_certificate.[ch] ** NEW **
6748         * src/Makefile.am
6749         * src/common/Makefile.am
6750                 Moved ssl_certificate.[ch] to common
6751         * src/common/ssl.c 
6752                 Put back needed include
6753         * src/gtk/sslcertwindow.[ch]
6754                 Changed ssl_certificate.h include
6755         
6756 2002-12-09 [colin]      0.8.6claws83
6757
6758         * src/gtk/sslcertwindow.[ch]
6759                 Implement hook for certificate acception
6760         * src/ssl_certificate.[ch]
6761                 Implement hook for certificate acception
6762         * src/common/ssl.c
6763                 Reenable certificate acception check
6764         * src/mainwindow.c
6765                 Register sslcertwindow's hook
6766         
6767 2002-12-08 [christoph]  0.8.6claws82
6768
6769         * src/about.c
6770         * src/addr_compl.c
6771         * src/codeconv.c
6772         * src/manual.c
6773         * src/undo.c
6774         * src/common/utils.c
6775                 o add missing includes
6776                 o fix warnings
6777         * src/.cvsignore
6778         * src/common/.cvsignore
6779         * src/common/version.h          ** REMOVE **
6780                 remove autogenerated file
6781
6782 2002-12-08 [paul]       0.8.6claws81
6783
6784         * src/stringtable.c
6785                 put back needed include
6786
6787 2002-12-08 [colin]      0.8.6claws80
6788         
6789         * src/gtk/sslcertwindow.c
6790                 Cleaner popups when asking
6791         * src/ssl_certificate.c
6792         * src/prefs_common.[ch]
6793                 remove ssl certificate pref
6794                 put back needed include
6795         * src/undo.c
6796                 put back needed include
6797
6798 2002-12-08 [christoph]  0.8.6claws79
6799
6800         * src/folderview.c
6801         * src/logwindow.c
6802         * src/statusbar.c
6803         * src/summaryview.c
6804                 only abort hook invokation if required data is missing not
6805                 if our own data pointer is NULL, update hookfunction for
6806                 log window
6807
6808 2002-12-08 [paul]       0.8.6claws78
6809
6810         * src/about.c
6811         * src/addrcache.c
6812         * src/addrclip.c
6813         * src/addr_compl.c
6814         * src/addrselect.c
6815         * src/codeconv.c
6816         * src/colorlabel.c
6817         * src/enriched.c
6818         * src/esmtp.c
6819         * src/exporthtml.c
6820         * src/headerview.c
6821         * src/imageview.c
6822         * src/manual.c
6823         * src/noticeview.c
6824         * src/pgptext.c
6825         * src/scoring.c
6826         * src/sourcewindow.c
6827         * src/stringtable.c
6828         * src/undo.c
6829                 clean up: remove unneccesary includes
6830
6831 2002-12-08 [christoph]  0.8.6claws77
6832
6833         * src/folderview.c
6834         * src/statusbar.c
6835         * src/summaryview.c
6836         * src/common/hooks.[ch]
6837                 hook functions now have a gboolean return value, if a hook
6838                 returns TRUE it will stop executing of any more hooks in
6839                 the same hooklist for this invokation
6840
6841 2002-12-08 [colin]      0.8.6claws76
6842         
6843         * src/main.c
6844                 put back argv0 for CRASH_DIALOG
6845
6846 2002-12-08 [christoph]  0.8.6claws75
6847
6848         * src/Makefile.am
6849         * src/about.c
6850         * src/account.c
6851         * src/crash.c
6852         * src/esmtp.h
6853         * src/imap.[ch]
6854         * src/inc.c
6855         * src/main.c
6856         * src/mainwindow.c
6857         * src/news.c
6858         * src/pop.[ch]
6859         * src/prefs_account.[ch]
6860         * src/prefs_common.[ch]
6861         * src/send.[ch]
6862         * src/smtp.[ch]
6863         * src/ssl_certificate.[ch]
6864         * src/ssl_manager.[ch]
6865         * src/common/Makefile.am
6866         * src/common/log.c
6867         * src/common/nntp.[ch]
6868         * src/common/socket.[ch]
6869         * src/common/ssl.[ch]
6870         * src/gtk/sslcertwindow.[ch]
6871         * ac/openssl.m4
6872                 use new autoconf script to detect OpenSSL with extra parameters
6873                 to specify the location of libs and includes, also remove USE_SSL
6874                 to USE_OPENSSL
6875
6876         * src/common/sylpheed.[ch]
6877         * src/common/version.h.in
6878                 start seperation of common code initialization seperated from gui
6879
6880         * src/summaryview.c
6881                 The function that is called when a color label changes
6882                 should not change the color lable again
6883
6884 2002-12-08 [colin]      0.8.6claws74
6885
6886         * src/gtk/sslcertwindow.c
6887                 warning fixes
6888
6889 2002-12-08 [colin]      0.8.6claws73
6890
6891         * src/statusbar.c
6892           src/common/log.h
6893                 Register a hook for statusbar_puts_all
6894         * src/common/log.c
6895                 invoke statusbar_puts_all's hook
6896         
6897 2002-12-08 [colin]      0.8.6claws72
6898
6899         * src/ssl_certificate.c
6900                 Put back a badly-removed include
6901
6902 2002-12-08 [colin]      0.8.6claws71
6903
6904         * src/gtk/sslcertwindow.[ch]    ** NEW **
6905                 new certificate presentation
6906         * src/gtk/Makefile.am
6907                 add new files
6908         * src/ssl_certificate.[ch]
6909                 gtk cleanup, made utility functions public
6910         * src/ssl_manager.c
6911                 use new cert presentation
6912
6913 2002-12-07 [christoph]  0.8.6claws70
6914
6915         * src/Makefile.am
6916         * src/nntp.[ch]                 ** REMOVE **
6917         * src/common/Makefile.am
6918         * src/common/nntp.[ch]          ** NEW **
6919                 move nntp files to common directory
6920
6921 2002-12-07 [christoph]  0.8.6claws69
6922
6923         * src/procmsg.[ch]
6924         * src/summaryview.c
6925                 implement msginfo update callback using sylpheed's new
6926                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6927
6928 2002-12-06 [christoph]  0.8.6claws68
6929
6930         * src/editgroup.c
6931                 This patch changes the 'Edit Group Details' dialog to
6932                 allow extended selections in either pane, so that
6933                 addresses can be added or removed from a group more
6934                 quickly and easily. (it actually is a net decrease in
6935                 file size, as some unnecessary functions have been
6936                 removed). 
6937                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6938
6939 2002-12-06 [christoph]  0.8.6claws67
6940
6941         * src/Makefile.am
6942         * src/template.[ch]             ** REMOVE **
6943         * src/common/Makefile.am
6944         * src/common/template.[ch]      ** NEW **
6945                 move template files to common directory
6946
6947         * src/nntp.c
6948                 add missing log.h include
6949
6950 2002-12-06 [melvin]     0.8.6claws66
6951
6952         * src/prefs_actions.c
6953                 Added the trailing ">" syntax to insert command's output
6954                 without replacing old text (in contrast to trailing "|").
6955
6956 2002-12-05 [colin]      0.8.6claws65
6957         
6958         * src/common/utils.c
6959                 Don't modify original search_string or it'll change
6960                 the next iterations in the for()
6961
6962 2002-12-05 [darko]      0.8.6claws64
6963
6964         * src/common/utils.c
6965                 proper check for filtering commands, found by Colin
6966
6967 2002-12-05 [darko]      0.8.6claws63
6968
6969         * src/common/utils.c
6970                 check proper string for NULL pointer, found by Colin
6971
6972 2002-12-05 [darko]      0.8.6claws62
6973
6974         * src/common/utils.[ch]
6975                 expand_search_string(): new function
6976                 converts Mutt-like patterns to Sylpheed's
6977                 filtering engine
6978         * src/summaryview.c
6979                 use expand_search_string() to allow Mutt-like
6980                 patterns in extended search
6981         * README.claws
6982                 document extended option in quick search
6983
6984 2002-12-05 [paul]       0.8.6claws61
6985
6986         * sync with 0.8.6cvs16
6987                 see ChangeLog 2002-12-05
6988                 
6989         * po/POTFILES.in
6990                 clean up
6991
6992 2002-12-04 [christoph]  0.8.6claws60
6993
6994         * src/imap.[ch]
6995                 put imap authentication code into a new function and
6996                 remove it from imap_session_new that will allow to
6997                 send other commands before authentication
6998
6999 2002-12-04 [christoph]  0.8.6claws59
7000
7001         * src/imap.[ch]
7002                 use already existing method to prevent unneeded IMAP
7003                 folder selects. Set imap_select parameters to NULL
7004                 in some functions if the values are not required.
7005
7006         * src/xml.h
7007                 remove no longer required include
7008
7009 2002-12-04 [paul]       0.8.6claws58
7010
7011         * po/es.po
7012                 updated by Ricardo Mones Lastra
7013                 
7014         * configure.in
7015           po/hu.po      ** NEW FILE **
7016                 initial Hungarian translation, submitted
7017                 by Gál Zoltán <galzoli@hu.inter.net>
7018
7019 2002-12-03 [christoph]  0.8.6claws57
7020
7021         * src/Makefile.am
7022         * src/gtksctree.[ch]            ** REMOVE **
7023         * src/gtk/Makefile.am
7024         * src/gtk/gtksctree.[ch]        ** NEW **
7025                 move gtksctree files to gtk directory
7026
7027 2002-12-03 [christoph]  0.8.6claws56
7028
7029         * src/Makefile.am
7030         * src/md5.[ch]                  ** REMOVE **
7031         * srm/common/Makefile.am
7032         * src/common/md5.[ch]           ** NEW **
7033                 move md5 files to common directory
7034
7035         * src/gtkstext.c
7036                 remove not required #include
7037
7038 2002-12-03 [sergey]     0.8.6claws55
7039
7040         * src/gtkutils.c
7041         * src/gtkutils.h
7042                 gtkut_window_popup(): new function.
7043         * src/mainwindow.c
7044                 main_window_popup(): use gtkut_window_popup() to raise
7045                 window without changing its position.
7046                 (see sylpheed-main ML message [sylpheed:17247])
7047
7048 2002-12-03 [sergey]     0.8.6claws54
7049
7050         * src/send.c
7051                 send_message_local(): removed first-dot escaping
7052                 (SMTP-only, not needed for sending through pipe)
7053
7054 2002-12-03 [paul]       0.8.6claws53
7055
7056         * po/POTFILES.in
7057                 update to reflect recent changes (thanks
7058                 to Ricardo Mones Lastra)
7059                 
7060         * tools/filter_conv.pl
7061                  fix problem with quoted strings. Patch submitted
7062                  by Luke Plant <lukeplant@softhome.net>
7063
7064 2002-12-03 [paul]       0.8.6claws52
7065
7066         * sync with 0.8.6cvs15
7067                 see ChangeLog 2002-12-03
7068
7069 2002-12-02 [christoph]  0.8.6claws51
7070
7071         * src/logwindow.[ch]
7072         * src/common/log.[ch]
7073                 implement logging using a hook function
7074
7075         * src/folderview.c
7076         * src/folder.[ch]
7077                 define hooklist name in header file to avoid
7078                 errors caused by wrong spelling of hooklist names
7079
7080         * src/toolbar.c
7081                 fix warnings
7082
7083 2002-12-02 [christoph]  0.8.6claws50
7084
7085         * src/common/Makefile.am
7086                 add src/common/hooks.[ch]
7087
7088         * src/common/hooks.[ch]
7089                 implement a simple hook system using glib's hook functions
7090
7091         * src/folder.[ch]
7092         * src/folderview.c
7093                 use new hook system for folder item updates
7094
7095 2002-12-02 [christoph]  0.8.6claws49
7096
7097         * doc-src/ui_seperation.txt     ** NEW **
7098                 information for ui seperation
7099
7100         * src/Makefile.am
7101                 remove files that were moved to common
7102                 include common directory by default for the header files
7103
7104         * src/inc.c
7105         * src/common/socket.c
7106         * src/automaton.[ch]
7107                 implement automaton using g_io_*-functions instead of
7108                 gdk_input_add to make it ui independent
7109
7110         * src/codeconv.c
7111         * src/compose.c
7112         * src/ldif.c
7113         * src/pgptext.c
7114         * src/procmime.c
7115         * src/rfc2015.c
7116         * src/smtp.c
7117         * src/unmime.c
7118                 remove common/ prefix because directory is now in
7119                 include path
7120
7121         * src/compose.c
7122         * src/folder.c
7123         * src/folderview.c
7124         * src/mainwindow.c
7125         * src/messageview.c
7126         * src/prefs_common.c
7127         * src/procmsg.c
7128         * src/rfc2015.c
7129                 fix warnings
7130
7131         * src/imap.c
7132         * src/inc.c
7133         * src/news.c
7134         * src/pop.c
7135         * src/send.c
7136         * src/smtp.c
7137         * src/ssl_certificate.c
7138                 add log.h header file for logging functions
7139
7140         * src/main.c
7141         * src/common/utils.c
7142         * src/summaryview.c
7143         * src/xml.c
7144                 o move debug_mode to common/utils.c
7145                 o add functions to set and get debug_mode
7146
7147         * src/defs.h                    ** REMOVE **
7148         * src/intl.h                    ** REMOVE **
7149         * src/socket.[ch]               ** REMOVE **
7150         * src/ssl.[ch]                  ** REMOVE **
7151         * src/utils.[ch]                ** REMOVE **
7152                 replaced by new files in src/common/
7153         
7154         * src/common/Makefile.am
7155                 add new files in src/common/
7156
7157         * src/common/defs.h             ** NEW **
7158         * src/common/intl.h             ** NEW **
7159         * src/common/log.[ch]           ** NEW **
7160         * src/common/socket.[ch]        ** NEW **
7161         * src/common/ssl.[ch]           ** NEW **
7162         * src/common/utils.[ch]         ** NEW **
7163                 replacement for files in src/
7164
7165 2002-12-02 [colin]      0.8.6claws48
7166
7167         * src/folderview.c
7168                 Scroll folderview if necessary during dnd
7169
7170 2002-12-02 [colin]      0.8.6claws47
7171
7172         * src/folder.[ch]
7173                 Add check to verify a move is within a single mailbox
7174         * src/folderview.c
7175                 Add specific error string for this check
7176
7177 2002-12-02 [colin]      0.8.6claws46
7178
7179         * src/folder.c
7180                 Add a test to folder moving, remove a statusbar_print
7181         * src/folderview.c
7182                 Add Move folder... context-menu item
7183                 Factorize folder moving code
7184                 Enable folder DND for mbox
7185
7186 2002-12-01 [christoph]  0.8.6claws45
7187
7188         * ac/aspell.m4
7189                 remove conf.aspelltest if the version check fails
7190
7191 2002-11-30 [christoph]  0.8.6claws44
7192
7193         * autogen.sh
7194                 run libtoolize --force in autogen to create missing
7195                 libtool scripts
7196
7197 2002-11-30 [christoph]  0.8.6claws43
7198
7199         * src/Makefile.am
7200         * src/pgptext.c
7201         * src/procmime.c
7202         * src/rfc2015.c
7203         * src/uuencode.[ch]             ** REMOVED **
7204         * src/common/Makefile.am
7205         * src/common/uuencode.[ch]      ** NEW **
7206                 move uuen/decoder to common directory
7207
7208 2002-11-30 [christoph]  0.8.6claws42
7209
7210         * src/Makefile.am
7211         * src/base64.[ch]               ** REMOVED **
7212         * src/codeconv.c
7213         * src/compose.c
7214         * src/ldif.c
7215         * src/pgptext.c
7216         * src/procmime.c
7217         * src/rfc2015.c
7218         * src/smtp.c
7219         * src/unmime.c
7220         * src/common/Makefile.am
7221         * src/common/base64.[ch]        ** NEW **
7222                 move base64 en/decoder to common directory
7223
7224 2002-11-30 [christoph]  0.8.6claws41
7225
7226         * src/common                    ** NEW **
7227                 new directory for UI independent code
7228         * src/gtk                       ** NEW **
7229                 new directory for GTK frontend
7230         * src/common/.cvsignore         ** NEW **
7231         * src/gtk/.cvsignore            ** NEW **
7232                 ignore build files
7233         * src/common/Makefile.am        ** NEW **
7234         * src/gtk/Makefile.am           ** NEW **
7235                 automake files to build new seperated stuff
7236         * src/Makefile.am
7237                 the binary will currently still be build with the
7238                 files in src, so we include the code from the
7239                 subdirs for now after building the libs there
7240
7241 2002-11-30 [paul]       0.8.6claws40
7242
7243         * src/compose.c
7244                 fix bug [642731] 'Wrong selected account with drafted mail'
7245
7246 2002-11-29 [oliver]     0.8.6claws39
7247         
7248         * src/messageview.c
7249                 o update summaryview when switching between different
7250                   messageviews          
7251         * src/toolbar.c  
7252                 o check if messageview holds already removed msg
7253                   from summaryview
7254                 
7255
7256 2002-11-29 [oliver]     0.8.6claws38
7257
7258         * src/toolbar.c 
7259                 remove not needed variables and includes
7260                 make messageview stay opened and move to next when msgs are deleted 
7261
7262 2002-11-29 [oliver]     0.8.6claws37
7263         
7264         * src/toolbar.c 
7265                 disable compose button (messageview toolbar) by default
7266                 deleted msgs are moved to trash
7267         
7268 2002-11-29 [melvin]     0.8.6claws36
7269
7270         * configure.in
7271                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7272                 and to detect signatures expirations (gpgme 0.3.6)
7273
7274         * src/main.c
7275                 Use non obsolescent function for Gpgme engine checking.
7276
7277         * src/rfc2015.c
7278                 Inform about expired signatures or signatures which key
7279                 has expired. Expiration date is displayed.
7280
7281         * src/sigstatus.c
7282                 Inform about expired signatures or signatures which key
7283                 has expired.
7284
7285 2002-11-28 [paul]       0.8.6claws35
7286
7287         * src/folderview.c
7288                 re-instate 'Check for new messages' in Newsgroup
7289                 folders right-click menu, after a suggestion from
7290                 Tim Mann <timmann@users.sourceforge.net>
7291
7292         * src/main.c
7293                 after a crash check only local folders for new
7294                 messages
7295
7296 2002-11-28 [paul]       0.8.6claws34
7297
7298         * configure.in
7299                 apply patch that fixes the checking of GTK with XIM 
7300                 support on different OSs, such as FreeBSD. Patch 
7301                 submitted by Topia <topia@users.sourceforge.net>
7302                 
7303 2002-11-28 [paul]       0.8.6claws33
7304
7305         * src/mainwindow.c
7306           src/prefs_common.c
7307           src/prefs_toolbar.c
7308                 more changes to the English
7309
7310 2002-11-28 [paul]       0.8.6claws32
7311
7312         * sync with 0.8.6cvs13
7313                 see ChangeLog 2002-11-28 (no sync needed
7314                 for src/compose.c)
7315
7316 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7317         
7318         * src/mainwindow.[ch]
7319                 add patch by Ivan F. Martinez introducing messageview Toolbar
7320                 some changes and committed by oliver    
7321
7322 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7323
7324         * src/messageview.[ch]
7325                 add patch by Ivan F. Martinez introducing messageview Toolbar
7326                 some changes and committed by oliver    
7327
7328 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7329
7330         * src/compose.[ch]
7331                 add patch by Ivan F. Martinez introducing messageview Toolbar
7332                 some changes and committed by oliver    
7333
7334 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7335         
7336         * src/toolbar.[ch]
7337                 add patch by Ivan F. Martinez introducing messageview Toolbar
7338                 some changes and committed by oliver
7339
7340 2002-11-28 [oliver]     0.8.6claws27
7341         
7342         * src/prefs_toolbar.[ch]
7343                 getting ready for messageview toolbar
7344                 free mem allocated by gettext
7345                 change prefs_toolbar to prefs_toolbar_open
7346  
7347 2002-11-28 [thorsten]   0.8.6claws26
7348
7349         * src/imageview.[ch]
7350                 cleaned up conflicting declarations of
7351                 imageview_show_image()
7352
7353 2002-11-28 [paul]       0.8.6claws25
7354
7355         * src/grouplistdialog.c
7356           src/prefs_common.c
7357           src/prefs_summary_column.c
7358                 a few more improvements to the English
7359
7360 2002-11-28 [colin]      0.8.6claws24
7361
7362         * man/sylpheed.1
7363                 A few updates to command-line parameters
7364
7365 2002-11-28 [colin]      0.8.6claws23
7366
7367         * src/prefs_filtering.c
7368                 Fix problems with prefs_filtering_delete_path:
7369                 a) if the first rule is removed, original pointers
7370                    weren't updated (leading to segfaults)
7371                 b) it was always global_processing updated in case
7372                    of removed path was parent of rule path
7373
7374 2002-11-27 [paul]       0.8.6claws22
7375
7376         * src/mainwindow.c
7377           src/prefs_account.c
7378           src/prefs_actions.c
7379           src/prefs_common.c
7380           src/prefs_customheader.c
7381           src/prefs_display_header.c
7382           src/prefs_filtering.c
7383           src/prefs_folder_item.c
7384           src/prefs_matcher.c
7385           src/prefs_scoring.c
7386           src/prefs_summary_column.c
7387           src/prefs_template.c
7388           src/prefs_toolbar.c
7389                  improve the English in the GUI
7390
7391 2002-11-27 [colin]      0.8.6claws21
7392
7393         * src/folder.c
7394                 Fix processing renaming problems happening after
7395                 last commit
7396
7397 2002-11-27 [colin]      0.8.6claws20
7398
7399         * src/folder.c
7400                 recursive move now deletes src each subfolder after 
7401                 having moved it
7402         * src/folderview.c
7403                 Use identifier instead of path during dnd (enables
7404                 IMAP folder dnd)
7405
7406 2002-11-27 [paul]       0.8.6claws19
7407
7408         * src/main.c
7409                 apply patch that does command-line processing 
7410                 BEFORE gtk_init, allowing claws to run from 
7411                 shell-scripts in non-X environment (e.g. crontab 
7412                 or ip-up, ip-down scripts). Patch submitted by
7413                 Ruslan N. Balkin <baron@dartel.ru>
7414                 
7415         * po/it.po
7416                 updated by Alessandro Maestri
7417
7418 2002-11-27 [paul]       0.8.6claws18
7419
7420         * sync with 0.8.6cvs12
7421           src/prefs_common.c
7422                 Differences are that main uses a 'Receive dialog'
7423                 frame on the Interface tab, whereas claws groups all 
7424                 the dialogs together in a 'Dialogs' frame.
7425
7426 2002-11-27 [colin]      0.8.6claws17
7427
7428         * src/prefs_matcher.c
7429                 Fix Execute criteria's NOT flag
7430
7431
7432 2002-11-26 [christoph]  0.8.6claws16
7433
7434         * src/ssl.c
7435                 rewrite the ssl code a little bit, only use one
7436                 SSL context, set default certificates' file/path
7437
7438 2002-11-26 [thorsten]   0.8.6claws15
7439
7440         * src/compose.c
7441                 default-reply-to didn't work for ml-reply
7442
7443 2002-11-26 [melvin]     0.8.6claws14
7444
7445         * src/prefs_actions.c
7446                 Made pipe-actions ignore short headers in message view
7447                 Made trailing-pipe-actions write in the message view with
7448                 the same font as the original message
7449
7450 2002-11-26 [paul]       0.8.6claws13
7451
7452         * src/compose.c
7453                 this time commit the correct file
7454
7455 2002-11-26 [paul]       0.8.6claws12
7456
7457         * sync with 0.8.6cvs11
7458           src/quote_fmt_parse.y  
7459                 no sync needed
7460           src/account.[ch]       
7461                 not sync'ed
7462           src/compose.c
7463                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7464                 on draft mode.
7465                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7466                 header
7467                 
7468         see ChangeLog 2002-11-25 and 2002-11-26
7469
7470 2002-11-26 [colin]      0.8.6claws11
7471
7472         * src/folderview.c
7473                 Fix collapsed folder not auto-expanding during
7474                 mail dnd, if it was the source folder.
7475
7476 2002-11-25 [colin]      0.8.6claws10
7477
7478         * src/folderview.[ch]
7479                 Variable renaming and cleaning (slist of nodes 
7480                 to be re-collapsed is stored in FolderView)
7481
7482 2002-11-25 [paul]       0.8.6claws9
7483
7484         * src/prefs_common.[ch]
7485                 fix breakage caused by last commit
7486
7487 2002-11-25 [paul]       0.8.6claws8
7488
7489         * sync with 0.8.6cvs4
7490                 see ChangeLog 2002-11-21
7491
7492 2002-11-25 [paul]       0.8.6claws7
7493
7494         * sync with 0.8.6cvs4
7495                 see ChangeLog 2002-11-20
7496
7497 2002-11-25 [paul]       0.8.6claws6
7498
7499         * sync with 0.8.6cvs3
7500                 see ChangeLog 2002-11-18
7501
7502 2002-11-25 [colin]      0.8.6claws5
7503
7504         * src/gtkutils.[ch]
7505                 Add gtkut_ctree_node_is_parent()
7506         * src/folderview.c
7507                 Spring-loaded folders
7508
7509 2002-11-25 [colin]      0.8.6claws4
7510
7511         * src/utils.[ch]
7512                 Add slist_concat_unique(), function to merge
7513                 two GSList filtering dups
7514         * src/folder.[ch]
7515         * src/summaryview.[ch]
7516         * src/folderview.c
7517         * src/main.c
7518                 Add detection/update/display of unread answers
7519                 to marked mails
7520         * src/procmsg.[ch]
7521                 Add procmsg_find_children()
7522                 Add procmsg_msg_has_marked_parent()
7523
7524 2002-11-25 [colin]      0.8.6claws3
7525
7526         * src/ssl_certificate.[ch]
7527                 Allow checking a certificate without a DNS
7528                 lookup
7529                 Allow to forget a cert (by deleting it)
7530                 Make ssl_certificate_destroy_public
7531         * src/ssl_manager.[ch] ** NEW FILES **
7532                 Gui to manage (display/remove) certificates
7533         * src/prefs_common.[ch]
7534                 Add a pref to allow silent acceptation of
7535                 trusted certificates or not (based on the
7536                 "I want to know what's going on" principle)
7537         * src/mainwindow.c
7538                 Add SSL manager in Tools menu
7539         * src/Makefile.am
7540                 Add the new files to the build
7541         * po/POTFILES.in
7542                 Add ssl_manager.c to translations
7543
7544 2002-11-25 [colin]      0.8.6claws2
7545
7546         * src/summaryview.[ch]
7547                 Add S_SEARCH_EXTENDED to the quick search, which 
7548                 allows to search using filtering syntax.
7549
7550 2002-11-25 [colin]      0.8.6claws1
7551
7552         * src/summaryview.c
7553                 Deletion of duplicates now prefer deleting
7554                 the unread dup (fixes feature-request 638989).
7555
7556 2002-11-24 [paul]       0.8.6claws
7557
7558         * po/es.po
7559           po/pl.po
7560           po/ru.po
7561           po/sr.po
7562                 updated by Ricardo Mones Lastra,
7563                 Witold Wladyslaw Wojciech Wilk,
7564                 Ruslan N. Balkin, and  Urke MMI 
7565                 respectively
7566
7567 2002-11-24 [paul]       0.8.5claws182
7568
7569         * po/bg.po
7570                 updated by George Danchev
7571
7572 2002-11-23 [alfons]     0.8.5claws181
7573
7574         * src/imap.c
7575                 tiny memory leak found by browsing Dimitar's 
7576                 valgrind report
7577
7578 2002-11-23 [paul]       0.8.5claws180
7579
7580         * po/it.po
7581                 updated by Alessandro Maestri
7582
7583 2002-11-22 [christoph]  0.8.5claws179
7584
7585         * src/compose.c
7586         * src/inc.c
7587         * src/prefs_filtering.c
7588         * src/summaryview.c
7589                 more warning fixes
7590
7591 2002-11-22 [alfons]     0.8.5claws178
7592
7593         * src/summaryview.c
7594                 summary_execute_delete_func(): if message is deleted, make 
7595                 sure to also remove its entry in the subject hash table. 
7596                 fixes a corner case bug.
7597
7598 2002-11-22 [paul]       0.8.5claws177
7599
7600         * .cvsignore
7601                 add 'autom4te.cache'
7602                 
7603         * ltconfig      ** REMOVED **
7604                 not needed
7605
7606 2002-11-22 [paul]       0.8.5claws176
7607
7608         * src/textview.c
7609                 textview_set_font(): fix for message display in
7610                 UTF-8 locales (thanks to Sergey Vlasov).
7611                 
7612         * AUTHORS
7613                 add new team members and contributors
7614
7615
7616 2002-11-21 [colin]      0.8.5claws175
7617
7618         * src/procmsg.[ch]
7619                 Add procmsg_remove_special_headers()
7620         * src/mh.c
7621                 Use procmsg_remove_special_headers() for 
7622                 previous fix
7623
7624 2002-11-21 [colin]      0.8.5claws174
7625
7626         * src/mh.c
7627                 Fix moving/copying from queue/draft folders
7628                 for MH folders
7629
7630 2002-11-21 [christoph]  0.8.5claws173
7631
7632         * src/crash.c
7633         * src/filtering.c
7634         * src/logwindow.c
7635         * src/main.c
7636         * src/matcher_parser_lex.[hl]
7637         * src/mbox.c
7638         * src/mbox_folder.[ch]
7639         * src/prefs_filtering.c
7640         * src/procheader.c
7641         * src/quote_fmt_lex.l
7642         * src/ssl.c
7643                 fix all warnings except the warnings in lex and yacc files
7644
7645 2002-11-20 [christoph]  0.8.5claws172
7646
7647         * src/imap.c
7648                 fix MsgInfo retrieval for IMAP draft and queue folders
7649                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7650
7651 2002-11-19 [christoph]  0.8.5claws171
7652
7653         * src/compose.c
7654                 fix segfault, when draft saving does not get
7655                 the MsgInfo of the new message
7656                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7657
7658 2002-11-19 [christoph]  0.8.5claws170
7659
7660         * src/procmsg.c
7661                 add parameter check for flag setting function
7662                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7663
7664 2002-11-18 [paul]       0.8.5claws169
7665
7666         * src/compose.c
7667                 more sensitivity fixes to redirect mode:
7668                 * disable toolbar draft button
7669                 * allow only Address book in the Tools menu
7670                 * disable editing of message by the spell
7671                   checker
7672
7673 2002-11-18 [paul]       0.8.5claws168
7674
7675         * src/compose.c
7676                 fix sensitivity of menu items in compose_redirect():
7677                 allow only the necessary items 
7678
7679 2002-11-18 [paul]       0.8.5claws167
7680
7681         * src/compose.c
7682                 fix bug [ 603259 ] 'attachment got lost on bounce'
7683
7684 2002-11-18 [paul]       0.8.5claws166
7685
7686         * po/ru.po
7687                 updated by Ruslan N. Balkin <baron@dartel.ru>
7688
7689 2002-11-18 [colin]      0.8.5claws165
7690
7691         * src/main.c
7692           src/defs.h
7693                 Remove old filtering stuff
7694
7695
7696 2002-11-17 [oliver]     0.8.5claws164
7697
7698         * src/toolbar.h
7699                 remove not needed typedef 
7700
7701 2002-11-17 [oliver]     0.8.5claws163
7702
7703         * src/toolbar.c
7704                 make toolbar's on click events translatable
7705
7706 2002-11-15 [colin]      0.8.5claws162
7707
7708         * src/summaryview.c
7709                 Revert too-soon integration of a feature
7710
7711 2002-11-15 [christoph]  0.8.5claws161
7712
7713         * src/imap.c
7714                 use main's implementation of imap_get_msginfo
7715
7716 2002-11-15 [christoph]  0.8.5claws160
7717
7718         * src/compose.c
7719         * src/folder.[ch]
7720         * src/imap.c
7721         * src/mbox_folder.c
7722         * src/mh.c
7723         * src/news.c
7724         * src/procmsg.c
7725         * src/summaryview.c
7726                 replace claws' fetch_msginfo with main's get_msginfo
7727                 (use main's implementation where possible)
7728
7729 2002-11-15 [colin]      0.8.5claws159
7730
7731         * src/ssl_certificate.c
7732                 Missed a check
7733
7734 2002-11-16 [melvin]     0.8.5claws158
7735
7736         * po/fr.po
7737                 Updated French translations.
7738
7739 2002-11-16 [colin]      0.8.5claws157
7740
7741         * src/ssl_certificate.c
7742                 Check for missing parts in the certificates
7743
7744 2002-11-15 [colin]      0.8.5claws156
7745
7746         * src/folderview.c
7747                 Preventive fix (missing check) found by
7748                 Alfons
7749
7750 2002-11-15 [paul]
7751
7752         * NEWS
7753                 sync with 0.8.6 release
7754
7755 2002-11-15 [colin]      0.8.5claws155
7756
7757         * src/folder.[ch]
7758           src/folderview.c
7759                 Fix error handling of folder_item_move_to()
7760                 (thanks to Alfons!)
7761
7762 2002-11-15 [colin]      0.8.5claws154
7763
7764         * src/folder.[ch]
7765           src/folderview.c
7766                 folder_item_move_to() sets an error message instead
7767                 of having GUI stuff in folder.c
7768
7769 2002-11-15 [colin]      0.8.5claws153
7770
7771         * src/procmsg.[ch]
7772                 Implemented a callback for MsgInfo updates, 
7773                 heavily copy/pasted from Christoph's folder 
7774                 callback system
7775         * src/summaryview.[ch]
7776                 Register summary_update_msg as callback
7777
7778 2002-11-14 [colin]      0.8.5claws152
7779         
7780         * src/procmsg.c
7781                 Update the FolderItem after sending (fixes 617593)
7782
7783 2002-11-14 [christoph]  0.8.5claws151
7784
7785         * src/folder.c
7786                 fix wrong position of NULL pointer check found
7787                 by Sergey
7788
7789 2002-11-14 [christoph]  0.8.5claws150
7790
7791         * src/folder.c
7792                 fix segfault when deleting messages from IMAP folders
7793                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7794
7795 2002-11-14 [colin]      0.8.5claws149
7796
7797         * src/compose.c
7798                 Forwarding was also ignoring the folder's default account.
7799
7800 2002-11-14 [colin]      0.8.5claws148
7801
7802         * src/compose.c
7803                 Fix sent folder not set to folder properties when 
7804                 forwarding.
7805
7806 2002-11-14 [thorsten]   0.8.5claws147
7807
7808         * src/inc.c
7809                 inc_start(): Files were not moved from .processing to inbox,
7810                 if no global processing rule existed
7811
7812 2002-11-14 [colin]      0.8.5claws146
7813
7814         * src/ssl_certificate
7815                 Fix file operations
7816
7817 2002-11-14 [paul]       0.8.5claws145
7818
7819         * po/it.po
7820                 updated by Alessandro Maestri
7821
7822 2002-11-13 [alfons]     0.8.5claws144
7823
7824         * src/folder.c
7825                 folder_item_close(): only mark messages unread
7826                 when a folder has new messages 
7827
7828 2002-11-13 [keith]      0.8.5claws143
7829
7830         * src/imap.c
7831                 Fix problem moving or copying between
7832                 IMAP folders
7833
7834 2002-11-13 [colin]      0.8.5claws142
7835
7836         * src/matcher_parser_parse.y
7837                 Fix rule problem when " don't match
7838
7839 2002-11-13 [christoph]  0.8.5claws141
7840
7841         * src/folder.c
7842         * src/folderview.c
7843                 moved cache saving to folder_item_close
7844                 the folderview should not have to deal with
7845                 this things
7846
7847 2002-11-13 [christoph]  0.8.5claws140
7848
7849         * src/summaryview.c
7850                 moved setting of important score to
7851                 summary_set_prefs_from_folderitem
7852
7853 2002-11-13 [colin]      0.8.5claws139
7854
7855         * src/matcher_parser_parse.y
7856                 Fix a segfault in the parser (happening when
7857                 a good expression had been tested and a bad 
7858                 one arrives)
7859
7860 2002-11-13 [paul]       0.8.5claws138
7861
7862         * sync with 0.8.5cvs24
7863                 see ChangeLog 2002-11-13
7864                 
7865         * po/pt_BR.po
7866                 updated by Fabio Jr. Beneditto
7867
7868 2002-11-13 [colin]      0.8.5claws137
7869         
7870         * src/msgcache.c
7871           src/defs.h
7872           src/procmsg.[ch]
7873                 Revert last commit, problem
7874
7875 2002-11-13 [colin]      0.8.5claws136
7876
7877         * src/msgcache.c
7878                 Remove duplicated code
7879         * src/defs.h
7880                 Bumped CACHE_VERSION and MARK_VERSION
7881         * src/procmsg.[ch]
7882                 Network endian for cache and mark files
7883
7884 2002-11-12 [colin]      0.8.5claws135
7885
7886         * src/inc.c
7887                 Fix the "socket error" dialog which disappeared
7888
7889 2002-11-12 [colin]      0.8.5claws134
7890
7891         * src/msgcache.c
7892                 Reverse last commit which had performance 
7893                 problems, but still reverse the list
7894
7895 2002-11-12 [colin]      0.8.5claws133
7896
7897         * src/msgcache.c
7898                 Reverse list order
7899
7900 2002-11-12 [melvin]     0.8.5claws132
7901
7902         * src/compose.c
7903                 Added a check for a NULL prefs_common.dictionary
7904
7905 2002-11-12 [colin]      0.8.5claws131
7906
7907         * src/ssl_certificate.[ch]
7908                 Use FQDN hostname
7909
7910 2002-11-12 [colin]      0.8.5claws130
7911
7912         * src/ssl_certificate.[ch]
7913                 Take connection port into account for 
7914                 checking certificates (a single hostname
7915                 could have multiple servers with multiple
7916                 certificates)
7917         * src/ssl.c
7918                 Pass the port to ssl_certificate_check
7919
7920 2002-11-12 [paul]       0.8.5claws129
7921
7922         * src/folder.c
7923                 fix a typo in last commit
7924
7925 2002-11-12 [paul]       0.8.5claws128
7926
7927         * sync with 0.8.5cvs23
7928                 see ChangeLog entry 2002-11-12
7929
7930 2002-11-11 [colin]      0.8.5claws127
7931
7932         * src/ssl_certificate.c
7933                 Cleaner messages
7934                 Don't popup, instead log error, if the 
7935                 corresponding pref is checked
7936         * src/ssl_certificate.h
7937                 include <openssl/objects/h>
7938
7939 2002-11-11 [colin]      0.8.5claws126
7940
7941         * src/ssl_certificate.h
7942                 _Really_ clean it
7943
7944 2002-11-11 [colin]      0.8.5claws125
7945         
7946         * src/ssl_certificate.c
7947                 Fixed leak
7948
7949 2002-11-11 [colin]      0.8.5claws124
7950
7951         * src/ssl.c
7952                 Cleaned a bit
7953         * src/ssl_certificate.[ch]
7954                 Cleaned a bit (better use of SSL API)
7955                 (This will cause non-recognition of saved 
7956                  certificates of claws12[23]...)
7957
7958 2002-11-11 [paul]       0.8.5claws123
7959         
7960         * po/es.po
7961                 updated by Ricardo Mones Lastra
7962
7963 2002-11-11 [colin]      0.8.5claws122
7964
7965         * src/ssl.c
7966                 Fix a typo
7967
7968 2002-11-11 [colin]      0.8.5claws121
7969
7970         * src/ssl_certificate.[ch] ** NEW FILES **
7971         * src/ssl.[ch]
7972                 Check SSL certificates presented to us
7973         * src/Makefile.am
7974                 Add ssl_certificate.[ch]
7975         * po/POTFILES.in
7976                 Add ssl_certificate.c
7977
7978 2002-11-11 [paul]       0.8.5claws120
7979
7980         * sync with 0.8.5cvs22
7981                 see ChangeLog 2002-11-11
7982
7983 2002-11-11 [paul]       0.8.5claws119
7984
7985         * sync with 0.8.5cvs21
7986                 see ChangeLog 2002-11-11
7987
7988 2002-11-10 [jens]       0.8.5claws118
7989
7990         * src/folder.c
7991         * src/folderview.c
7992                 corrected some typing
7993         * po/de.po
7994                 updated german translation
7995         * sylpheed.spec.in
7996                 cleaned up specfile and adjusted it for claws
7997
7998 2002-11-10 [colin]      0.8.5claws117
7999
8000         * src/summaryview.c
8001                 a STATUSBAR_PUSH/POP fix
8002
8003 2002-11-10 [colin]      0.8.5claws116
8004
8005         * src/prefs_folder_item.c
8006                 Fix hanging after opening folder properties
8007
8008 2002-11-10 [hoa]        0.8.5claws115
8009
8010         * src/matcher_parser_lex.l
8011         * src/matcher_parser_parse.y
8012                 config file for scoring and filtering is no more trashed
8013                 when there is a syntax error in a filtering rule when
8014                 editing it in a dialog.
8015
8016 2002-11-09 [colin]      0.8.5claws114
8017
8018         * src/mbox_folder.c
8019                 Added missing initialisation of folder->destroy()
8020
8021 2002-11-09 [colin]      0.8.5claws113
8022
8023         * src/folder.c
8024           src/folderview.c
8025                 Fix the status bar messages
8026
8027 2002-11-09 [colin]      0.8.5claws112
8028
8029         * src/folderview.c
8030                 Fix hangs after folder dnd, happening after 
8031                 claws109.
8032
8033 2002-11-09 [christoph]  0.8.5claws111
8034
8035         * src/folderview.c
8036                 just changed order of calls (reverse order of
8037                 associated calls)
8038         * src/inc.c
8039                 lock inc when checking only one account, otherwise
8040                 inc all could be executed at the same time
8041
8042 2002-11-09 [christoph]  0.8.5claws110
8043
8044         * src/folderview.c
8045                 better unlock the mouse cursor before calling
8046                 summary_show because it changes the cursor too
8047
8048 2002-11-09 [christoph]  0.8.5claws109
8049
8050         * src/folder.[ch]
8051         * src/folderview.c
8052                 add functions to open and close a folder
8053                 o opending will execute scanning for remote folders
8054                   and processing
8055                 o closing will unset new flag for messages
8056
8057 2002-11-09 [colin]      0.8.5claws108
8058
8059         * src/folder.c
8060                 Add a call to prefs_matcher_write_config to 
8061                 avoid non-leaf folders filtering settings to be
8062                 lost
8063
8064 2002-11-09 [paul]       0.8.5claws107
8065
8066         * src/prefs_account.c
8067                 re-word a label
8068
8069 2002-11-09 [colin]      0.8.5claws106
8070
8071         * src/folderview.c
8072                 Minor esthetic fix
8073
8074 2002-11-09 [colin]      0.8.5claws105
8075
8076         * src/folderview.c
8077                 Fix prefs_filtering deletion for MH folders (same
8078                 reason as below)
8079         * src/prefs_filtering.c
8080                 Fix prefs_filtering renaming and deletion for 
8081                 folder-based processing rules.  
8082
8083 2002-11-09 [christoph]  0.8.5claws104
8084
8085         * src/compose.c
8086         * src/folder.[ch]
8087         * src/folderview.[ch]
8088         * src/import.c
8089         * src/inc.c
8090         * src/main.c
8091         * src/mainwindow.c
8092         * src/messageview.c
8093         * src/prefs_folder_item.c
8094         * src/procmsg.c
8095         * src/summaryview.c
8096                 implement a callback system for folder item updates
8097
8098 2002-11-09 [colin]      0.8.5claws103
8099
8100         * src/folderview.c
8101                 Fix prefs_filtering renaming for MH folders (we
8102                 shouldn't rename by path as another folder could
8103                 have the same hierarchy).
8104
8105 2002-11-09 [colin]      0.8.5claws102
8106
8107         * src/folder.c
8108                 Fix a leak found by Christoph, use better variable
8109                 names
8110
8111 2002-11-09 [colin]      0.8.5claws101
8112
8113         * src/folder.c
8114                 One more fix for processing rules
8115
8116 2002-11-08 [colin]      0.8.5claws100
8117         
8118         * src/matcher.c
8119                 Don't copy the compiled regexp (will be reevaluated)
8120         * src/folderview.c
8121                 Lock folderview while moving
8122         * src/folder.c
8123                 Provide info on what's happening to the user
8124
8125 2002-11-08 [colin]      0.8.5claws99
8126
8127         * src/folderview.c
8128                 Fix folder reordering after a move if parent is 
8129                 root
8130         * src/scoring.[ch]
8131                 Add function to copy a ScoringProp
8132         * src/prefs_folder_item.c
8133                 Copy scoring rules when copying a folder prefs
8134
8135 2002-11-08 [colin]      0.8.5claws98
8136
8137         * src/folderview.c
8138                 Fixes in case of failure
8139         * src/filtering.[ch]    
8140                 Add function to duplicate a FilteringProp
8141         * src/matcher.[ch]
8142                 Add function to duplicate a MatcherProp
8143         * src/prefs_folder_item.c
8144                 Save folder's processing rules when copying 
8145                 its prefs
8146
8147 2002-11-08 [colin]      0.8.5claws97
8148         
8149         * src/folderview.c
8150                 Sort after move
8151         * src/folder.c 
8152                 Change a printf to debug_print
8153
8154 2002-11-08 [colin]      0.8.5claws96
8155
8156         * src/folder.c
8157           src/folderview.c
8158                 Fix segfaults, call me stupido
8159         
8160
8161 2002-11-08 [colin]      0.8.5claws95
8162
8163         *src/folder.c
8164                 Added forgotten prefs to save when moving folders
8165
8166 2002-11-08 [colin]      0.8.5claws94
8167
8168         * src/folder.c
8169                 Fixes to folder DND (prefs copy)
8170         * src/folderview.c
8171                 Optimization for folder DND (don't rescan whole tree)
8172                 Added folderview_create_folder_node() for this 
8173                 optimization, so de-duped a bit the code
8174         * src/prefs_folder_item.[ch]
8175                 Added prefs_folder_item_copy_prefs()    
8176           
8177 2002-11-08 [paul]       0.8.5claws93
8178
8179         * src/prefs_account.c
8180           tools/README
8181           tools/kmail2sylpheed_v2.pl
8182                 correct some typos
8183
8184 2002-11-08 [paul]       0.8.5claws92
8185
8186         * src/compose.c
8187           src/prefs_account.[ch]
8188                 remove account options 'clearsign' and 'ascii_armored',
8189                 replace with 'default_gnupg_mode' to prevent mixed-mode
8190                 Privacy settings
8191
8192 2002-11-08 [paul]       0.8.5claws91
8193
8194         * src/compose.[ch]
8195                 re-implement GnuPG 'on-the-fly' mode selection,
8196                 disallow mixed-mode
8197
8198 2002-11-08 [colin]      0.8.5claws90
8199
8200         * src/folderview.c
8201           src/prefs_folder_item.c
8202                 Change "Property" to "Properties"
8203
8204 2002-11-07 [colin]      0.8.5claws89
8205
8206         * src/folderview.c
8207           src/folder.c
8208                 Allow folder dropping to a root folder
8209
8210 2002-11-07 [paul]       0.8.5claws88
8211
8212         * src/compose.c
8213                 revert last commit
8214
8215 2002-11-07 [paul]       0.8.5claws87
8216
8217         * src/compose.c
8218                 fix reply-to-list bug. closes bug report
8219                 "[633382] reply-to-list broken in recent cvs"
8220
8221 2002-11-07 [paul]       0.8.5claws86
8222
8223         * src/compose.c
8224                 add a forgotten '#if USE_GPGME ... #endif'
8225
8226 2002-11-07 [paul]       0.8.5claws85
8227
8228         * sync with 0.8.5cvs20
8229                 see ChangeLog 2002-11-07
8230
8231 2002-11-07 [colin]      0.8.5claws84
8232
8233         * src/folder.[ch]
8234                 Change folder_item_move_to to return the newly 
8235                 created folderitem.
8236         * src/folderview.c
8237                 Select the new folderitem after moving.
8238
8239 2002-11-07 [colin]      0.8.5claws83
8240
8241         * src/prefs_filtering.c
8242                 Fix rule rewriting when moving a leaf folder to a 
8243                 shorter path
8244
8245 2002-11-07 [colin]      0.8.5claws82
8246
8247         * src/prefs_filtering.c
8248                 fix a leak
8249
8250 2002-11-07 [colin]      0.8.5claws81
8251
8252         * src/folder.[ch]
8253                 Add folder_item_move_to() function to move a 
8254                 folderitem into another one (updates matcher etc)
8255         * src/folderview.c
8256                 Add folder drag'n drop (context menu to come)
8257                 [Should be dataloss free, but Please backup before 
8258                  trying !]
8259
8260 2002-11-06 [colin]      0.8.5claws80
8261
8262         * src/mh.c
8263                 mh_create_folder() returns NULL if can't create
8264                 directory hierarchy
8265
8266 2002-11-06 [paul]       0.8.5claws79
8267
8268         * src/compose.[ch]
8269                 allow 'on-the-fly' changing of the type of encryption 
8270                 and/or signing used (mime/ascii) via the compose window
8271
8272 2002-11-06 [paul]       0.8.5claws78
8273
8274         * sync with 0.8.5cvs19
8275                 see ChangeLog 2002-11-06 for src/account.c: 
8276                 account_get_special_folder()
8277                 
8278 2002-11-05 [alfons]     0.8.5claws77
8279
8280         * src/crash.c
8281                 very minor cleanups: nothing to see here, move on. :-)
8282
8283 2002-11-05 [colin]      0.8.5claws76
8284
8285         * src/main.c
8286                 Changes choices if compose windows are opened to
8287                 Discard, Draft, Don't quit
8288
8289 2002-11-05 [thorsten]   0.8.5claws75
8290
8291         * src/compose.c
8292                 reenabled default_reply_to folder option
8293
8294 2002-11-05 [colin]      0.8.5claws74
8295
8296         * src/compose.[ch] 
8297                 add compose_draft()
8298         * src/crash.c
8299                 add SIGTERM handler
8300         * src/main.[ch]
8301                 add clean_quit() for the SIGTERM handler
8302
8303 2002-11-05 [paul]       0.8.5claws73
8304         
8305         * po/es.po
8306                 updated by Ricardo Mones Lastra
8307
8308 2002-11-05 [melvin]     0.8.5claws72
8309
8310         * src/logwindow.c
8311                 Fixed log-clipping bug #616795.
8312                 To stop logging in the log window use 0 length.
8313         * src/prefs_common.c
8314                 Added a label to inform about the 0 log length behaviour.
8315
8316 2002-11-05 [paul]       0.8.5claws71
8317
8318         * sync with 0.8.5cvs17
8319                 see ChangeLog 2002-11-05
8320
8321 2002-11-04 [paul]       0.8.5claws70
8322
8323         * sylpheed-128x128.png
8324           sylpheed-64x64.png
8325           sylpheed.png
8326                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8327                 <nikai@users.sourceforge.net>
8328                 
8329         * po/bg.po
8330                 updated by George Danchev
8331
8332 2002-11-03 [thorsten]   0.8.5claws69
8333
8334         * src/main.c
8335           src/mimeview.c
8336           src/rfc2015.h
8337                 add check if gpg is active
8338
8339 2002-11-03 [thorsten]   0.8.5claws68
8340
8341         * src/toolbar.h
8342                 removed GSList declaration causing trouble on MacOS-X
8343                 (submitted by alfons, reported by xfesty)
8344
8345 2002-11-01 [paul]       0.8.5claws67
8346
8347         * src/mainwindow.c
8348                 remove last remnants of main's filter code
8349
8350 2002-11-01 [paul]       0.8.5claws66
8351
8352         * tools/filter_conv.pl
8353                 fix bug where user-defined headers were ignored
8354
8355 2002-11-01 [paul]       0.8.5claws65
8356
8357         * src/logwindow.c
8358                 make a debug_print() not translatable
8359
8360 2002-10-31 [melvin]     0.8.5claws64
8361
8362         * ac/aspell.m4
8363                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8364                 not run any GNU/aspell test.  The dictionary path will
8365                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8366                 was given, in which case, it will be $prefix/lib/aspell/
8367         * configure.in
8368                 Fixed typo in commentary (Aspell code).
8369
8370 2002-10-31 [paul]       0.8.5claws63
8371
8372         * po/POTFILES.in
8373                 remove src/filter.c and src/prefs_filter.c
8374                 thanks to Ricardo for reminding me
8375
8376 2002-10-31 [colin]      0.8.5claws62
8377
8378         * src/mbox_folder.c
8379                 Plug some leaks
8380
8381 2002-10-31 [paul]       0.8.5claws61
8382
8383         * src/prefs_filter.[ch] ** REMOVED **
8384           src/filter.[ch]       ** REMOVED **
8385           
8386         * src/Makefile.am
8387           src/folderview.c
8388           src/inc.c
8389           src/main.c
8390           src/mainwindow.c
8391           src/mbox.c
8392           src/prefs_common.c
8393           src/prefs_filtering.c
8394           src/summaryview.[ch]
8395                 remove main's 'filter' code
8396                 
8397         README.claws
8398                 update to reflect removal of main's filter
8399
8400 2002-10-31 [paul]       0.8.5claws60
8401
8402         * src/summaryview.c
8403                 remove check for global_processing in summary_filter_open(). 
8404                 This fixes the bug where if the user uses the right-click 
8405                 'Create filter rule...' and doesn't have any filter rules 
8406                 already defined in claws' advanced filtering, the newly 
8407                 created filter rule goes to main's filtering which is 
8408                 inaccessible through the gui. Now the filter rule gets added
8409                 to claws' filtering by default.
8410
8411 2002-10-28 [melvin]     0.8.5claws59
8412
8413         * src/prefs_actions.c
8414                 Fixed bug #627322 where MIME parts were not always
8415                 correctly passed to a %p action
8416                 Display an error dialog when message filename is not found.
8417
8418 2002-10-28 [melvin]     0.8.5claws58
8419
8420         * src/prefs_common.c
8421                 Readded a missing function declaration lost in 0.8.3claws34
8422
8423 2002-10-28 [paul]       0.8.5claws57
8424
8425         * sync with 0.8.5cvs15
8426                 see ChangeLog 2002-10-28 and 2002-10-25
8427                 
8428         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8429
8430 2002-10-27 [oliver]     0.8.5claws56
8431
8432         * src/pop.c
8433                 plug leak in pop3_top_recv
8434
8435 2002-10-26 [christoph]  0.8.5claws55
8436
8437         * src/folder.c
8438                 set need_update folder flag when messages are added
8439                 (closes bug [ 626922 ] folder not updated after receiving)
8440
8441 2002-10-25 [melvin]     0.8.5claws54
8442
8443         * src/imageview.c
8444                 Fixed a memleak introduced in the scaling code.
8445
8446 2002-10-24 [alfons]     0.8.5claws53
8447
8448         * src/filtering.c
8449                 make filtering's forward message action forward from the 
8450                 correct account
8451                 (closes bug [628089 ] Filter -> Forward from address problem
8452                 reported by Oktay)
8453
8454 2002-10-24 [christoph]  0.8.5claws52
8455
8456         * src/mainwindow.c
8457         * src/manual.[ch]
8458                 o use manual of current locale or english if current
8459                   locale is not available (and english is available)
8460                 o also link to sylpheed doc project manuals
8461
8462 2002-10-23 [paul]       0.8.5claws51
8463
8464         * tools/README
8465           tools/kmail2sylpheed_v2.pl
8466                 add new version of kmail addressbook importer script.
8467                 works with newer versions of Kmail/KAddressBook which
8468                 have new and rearranged data.
8469
8470 2002-10-23 [martin]     0.8.5claws50
8471
8472         * src/folderview.c
8473         * src/summaryview.c
8474         * src/utils.h
8475         * src/utils.c
8476                 added length parameter to get_abbrev_newsgroup_name()
8477                 changed this function so that it abbreviates the newsgroup
8478                 names only so long it is smaller than the length parameter
8479                 (for better reading of some newsgroup names and space efficiency)
8480
8481 2002-10-22 [colin]      0.8.5claws49
8482
8483         *src/foldersel.c
8484                 Revert Alfons' last modification (after voting ;-))
8485
8486 2002-10-21 [alfons]     0.8.5claws48
8487
8488         * src/foldersel.c
8489                 folder view in folder selection dialog reflects state of
8490                 folder view in main window
8491
8492 2002-10-18 [alfons]     0.8.5claws47
8493
8494         * src/mbox.c
8495                 drop imported messages in folder selected by user,
8496                 and not in the inbox
8497                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8498
8499 2002-10-18 [alfons]     0.8.5claws46
8500
8501         * src/compose.c
8502                 make automagic reply work correctly for email accounts 
8503                 (whether it's viable to do a full sync with Hiro's 
8504                 compose.c is still under discussion)
8505
8506 2002-10-18 [melvin]     0.8.5claws45
8507
8508         * src/prefs_actions.c
8509                 Fixed bug #622275 where asynchroneous actions left 
8510                 zombies processes
8511                 Made (synchroneous) actions' input be displayed live.
8512
8513 2002-10-18 [christoph]  0.8.5claws44
8514
8515         * src/textview.c
8516                 don't add a newline in the textview in front of the
8517                 first textpart if header display is disabled
8518                 (closes bug [ 603385 ] disabled header display leaves blank
8519                  lin)
8520
8521 2002-10-18 [christoph]  0.8.5claws43
8522
8523         * src/folder.[ch]
8524         * src/imap.c
8525         * src/mbox_folder.c
8526         * src/mh.c
8527         * src/news.c
8528                 folder->get_num_list now returns an error code
8529                 (closes bug [ 609424 ] News cache cleared on failure)
8530                 
8531 2002-10-17 [colin]      0.8.5claws42
8532         
8533         * src/news.c
8534                 Changed a printf by debug_print
8535
8536 2002-10-16 [paul]       
8537
8538         * tools/OOo2sylpheed.pl
8539                 allow for spaces in the name of the
8540                 file to be attached.
8541
8542 2002-10-16 [colin]      0.8.5claws41
8543
8544         * src/main.c
8545                 Use a tristate to change online mode
8546
8547 2002-10-16 [paul]       0.8.5claws40
8548
8549         * po/es.po
8550                 updated by Ricardo Mones Lastra
8551
8552 2002-10-16 [colin]      0.8.5claws39
8553
8554         * src/main.c
8555           src/mainwindow.[ch]
8556                 Added --online and --offline command-line
8557                 switches
8558
8559 2002-10-15 [christoph]  0.8.5claws38
8560
8561         * src/procmime.c
8562                 set mimeinfo->name to NULL after g_free to
8563                 avoid double freeing with g_free
8564
8565 2002-10-14 [christoph]  0.8.5claws37
8566
8567         * src/compose.c
8568         * src/filtering.c
8569         * src/summaryview.c
8570                 remove calls to folder->change_flags that are now
8571                 done by procmsg flag functions (seems it is not
8572                 used by any foldertype anyway)
8573         * src/folder.c
8574                 init folder->change_flags with NULL
8575
8576 2002-10-14 [christoph]  0.8.5claws36
8577
8578         * src/folder.[ch]
8579         * src/imap.[ch]
8580                 use virtual functions for folder item new and destroy
8581                 functions
8582
8583 2002-10-14 [melvin]     0.8.5claws35
8584
8585         * src/compose.c
8586                 Added a test to not run the spell checker if no default
8587                 dictionary is available. No dialog is displayed though.
8588
8589 2002-10-14 [melvin]     0.8.5claws34
8590
8591         * src/gtkaspell.c
8592                 Fixed bug in dictionary list context menu where
8593                 "More..." pointed to an emtpy submenu if the
8594                 number of dictionaries is a multiple of 15
8595                 Removed unneeded code in suggestions list creation
8596
8597 2002-10-14 [paul]       0.8.5claws33
8598
8599         * po/bg.po
8600                 updated by George Danchev
8601
8602 2002-10-13 [hoa]        0.8.5claws32
8603
8604         * src/matcher.[ch]
8605           src/matcher_parser_parser.y
8606                 removed the escaped string from internal structure
8607                 of matcher.
8608
8609 2002-10-12 [colin]      0.8.5claws31
8610
8611         * src/gtksctree.[ch]
8612           src/summaryview.c
8613                 Removed useless function gtksctree_reanchor
8614
8615 2002-10-12 [alfons]     0.8.5claws30
8616         
8617         * sync with remaining main changes 2002-10-09 - 2002-10-11
8618         - drop changes to src/compose.c (requires claws specific changes)
8619         
8620 2002-10-12 [alfons]     0.8.5claws29
8621         
8622         * sync with main changes of 2002-10-08
8623         - drop changes to src/compose.c (requires claws specific changes)
8624         - drop changes to src/summaryview.c (requires changes to compose.c)     
8625
8626 2002-10-12 [alfons]     0.8.5claws28
8627         
8628         * sync with main changes of 2002-10-07
8629
8630 2002-10-12 [alfons]     0.8.5claws27
8631
8632         * sync with main changes of 2002-10-04
8633         - drop changes to src/compose.c (requires claws specific changes)
8634         - drop changes to src/prefs_folder_item.c (claws implementation
8635           seems to be working)
8636
8637 2002-10-12 [colin]      0.8.5claws26
8638
8639         * src/mainwindow.c
8640                 Fix folder-flicker when space-reading, introduced 
8641                 in claws22.
8642
8643 2002-10-12 [colin]      0.8.5claws25
8644
8645         * src/compose.c
8646                 Save account address when saving as draft.
8647                 (closes bug 621838)
8648
8649 2002-10-12 [colin]      0.8.5claws24
8650
8651         * src/summaryview.c
8652                 Fix the problem consisting of no message selected
8653                 after the last message in a folder has been moved.
8654
8655 2002-10-12 [paul]       0.8.5claws23
8656
8657         * src/compose.c
8658           src/prefs_template.c
8659           src/template.[ch]
8660                 add Cc and Bcc to templates. Patch submitted by
8661                 John L. Males.
8662
8663 2002-10-12 [colin]      0.8.5claws22
8664
8665         * src/folderview.c
8666                 Fix a bug after "Check for new messages":
8667                 If a folder was opened, it was still selected at
8668                 the end of the check, but displayed empty.
8669         * src/mainwindow.c
8670                 Remove unnecessary check
8671
8672 2002-10-12 [paul]
8673
8674         * tools/README
8675                 be more verbose in the description of
8676                 OOo2sylpheed.pl
8677                 
8678
8679 2002-10-11 [colin]      0.8.5claws21
8680
8681         * src/mainwindow.c
8682                 Make space work (better) when no mail is selected
8683
8684 2002-10-11 [colin]      0.8.5claws20
8685
8686         * src/inc.c
8687           src/news.c
8688                 fix warnings
8689
8690 2002-10-11 [colin]      0.8.5claws19
8691
8692         * src/mainwindow.c
8693                 revert 0.8.5claws6 changes as i couldn't get to
8694                 anything satisfying
8695
8696 2002-10-11 [melvin]     0.8.5claws18
8697
8698         * src/compose.c
8699                 Removed buggy and unused macro (should have been committed in
8700                 0.8.5claws17)
8701
8702 2002-10-11 [melvin]     0.8.5claws17
8703
8704         * src/compose.c
8705                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8706
8707 2002-10-11 [thorsten]   0.8.5claws16 
8708
8709         * src/folderview.c
8710                 remove rescan warning
8711
8712 2002-10-11 [colin]      0.8.5claws15 
8713
8714         * src/procheader.c
8715                 fix a segfault that happens if conv_unmime_header
8716                 fails (should be better to find out why it fails)
8717
8718 2002-10-11 [christoph]  0.8.5claws14
8719
8720         * src/summaryview.c
8721                 update folderview stats after ignore/unignore thread
8722
8723 2002-10-11 [hoa]        0.8.5claws13
8724
8725         * src/quote_fmt_parse.y
8726                 Fixed a yacc/bison syntax error
8727         * src/matcher.c
8728                 Escaping of string is fixed.
8729
8730 2002-10-11 [colin]      0.8.5claws12
8731
8732         * src/imageview.c
8733                 Resize images to fit
8734
8735 2002-10-11 [paul]       0.8.5claws11
8736
8737         * po/es.po
8738                 updated by Ricardo Mones Lastra
8739
8740 2002-10-10 [alfons]     0.8.5claws10
8741
8742         * src/compose.c
8743                 allow dropping files by "moving" files from a file manager,
8744                 not only by the more cumbersome "copying". the latter 
8745                 mostly implies holding down the Control button
8746
8747 2002-10-10 [christoph]  0.8.5claws9
8748
8749         * src/summaryview.c
8750                 update folders after thread building for ignored threads
8751
8752 2002-10-10 [christoph]  0.8.5claws8
8753
8754         * config/.cvsignore
8755                 added Makefile
8756         * src/filtering.[ch]
8757         * src/folder.[ch]
8758         * src/folderview.[ch]
8759         * src/import.c
8760         * src/inc.[ch]
8761         * src/mbox.[ch]
8762         * src/procmsg.c
8763         * src/summaryview.[ch]
8764                 o added new flag need_update to FolderItem
8765                 o removed folder_table from various functions from tracking
8766                   folder updates
8767                 o set need_update flags in folder.c's move, copy and delete
8768                   functions and procmsg's flags functions
8769                 o added function folderview_update_items_when_required that
8770                   updates all folders with need_update set
8771                 o call folderview_update_items_when_required instead of
8772                   folderview_update_item_foreach
8773
8774 2002-10-09 [sergey]     0.8.5claws7
8775
8776         * src/compose.c
8777                 Strip CRs whel loading the text into editor in reedit mode.
8778
8779 2002-10-09 [colin]      0.8.5claws6
8780
8781         * src/mainwindow.c
8782                 Make Space work when no mail is selected
8783
8784 2002-10-09 [colin]      0.8.5claws5
8785
8786         * src/gtksctree.[ch]
8787                 Fix range_select
8788                 Add gtk_sctree_reanchor() 
8789         * src/summaryview.c
8790                 Use gtk_sctree_reanchor() - better fix for 
8791                 bug 60413
8792
8793 2002-10-09 [colin]      0.8.5claws4
8794
8795         * src/summaryview.c
8796                 Fix shift-click select after delete problem
8797                 (closes bug 60413)
8798
8799 2002-10-08 [thorsten]   0.8.5claws3
8800
8801         * src/summaryview.c
8802                 exclude current msg from -hide read messages-
8803
8804 2002-10-08 [colin]      0.8.5claws2
8805
8806         * src/inc.[ch]
8807           src/pop.c
8808           src/recv.c
8809                 Differentiate socket errors from disk full
8810                 errors
8811
8812 2002-10-08 [christoph]  0.8.5claws1
8813
8814         * Makefile.am
8815         * configure.in
8816                 modifications for new config directory
8817
8818         * config.guess  ** REMOVED **
8819         * config.sub    ** REMOVED **
8820         * install-sh    ** REMOVED **
8821         * ltmain.sh     ** REMOVED **
8822         * missing       ** REMOVED **
8823         * mkinstalldirs ** REMOVED **
8824                 these files are autogenerated by automake
8825                 when you run autogen.sh
8826
8827         * config/.cvsignore     ** NEW FILE **
8828         * config/Makefile.am    ** NEW FILE **
8829                 ignore autogenerated files
8830                 create a Makefile in this directory
8831
8832 2002-10-08 [paul]       0.8.5claws
8833
8834         * 0.8.5claws release
8835         
8836         * src/compose.c
8837           src/procheader.c
8838           src/procmsg.c
8839                 fix quote reply format for newsgroups reply bug
8840                 (thanks to Hoa)
8841                 
8842         * po/en_GB.po
8843           po/pl.po
8844                 updated by me and Witold Wladyslaw Wojciech Wilk
8845                 repectively
8846
8847 2002-10-07 [paul]       0.8.3claws53
8848
8849         * po/it.po
8850           po/pt_BR.po
8851           po/sr.po
8852                 updated messages catalogs, submitted by
8853                 Alessandro Maestri, Fabio Jr.Beneditto 
8854                 and Urke MMI, respectively.
8855
8856 2002-10-07 [christoph]  0.8.3claws52
8857
8858         * src/folder.[ch]
8859         * src/folderview.c
8860         * src/mainwindow.c
8861                 fix new folder ghost message bug
8862                 (closes bug [ 619722 ] wrong count for newly created folders)
8863
8864 2002-10-07 [christoph]  0.8.3claws51
8865
8866         * src/compose.c
8867                 fix news posting problem
8868
8869 2002-10-07 [melvin]     0.8.3claws50
8870
8871         * po/fr.po
8872                 Updated French translation
8873
8874 2002-10-05 [christoph]  0.8.3claws49
8875
8876         * src/gtkstext.c
8877                 check if line_start_cache is set in gtk_stext_update_text
8878                 (closes bug [ 618119 ] crash while doing search in folder)
8879
8880 2002-10-05 [christoph]  0.8.3claws48
8881
8882         * src/imap.c
8883         * src/news.c
8884         * src/utils.c
8885         * src/utils.h
8886                 implement cache cleanups for claws' folder system
8887                 (closes bug [ 595916 ] imapcache not cleaned up)
8888
8889 2002-10-05 [melvin]     0.8.3claws47
8890
8891         * src/prefs_actions.c
8892                 Made the help text more clear for the %p token
8893
8894 2002-10-04 [paul]       0.8.3claws46
8895
8896         * sync with 0.8.5
8897                 see ChangeLog 2002-10-02 and 2002-10-03
8898
8899 2002-10-04 [christoph]  0.8.3claws45
8900
8901         * src/inc.c
8902                 fix segfault caused by pop before smtp
8903                 call to inc_account_mail with NULL
8904                 pointer for mainwin
8905
8906 2002-10-04 [paul]       0.8.3claws44
8907
8908         * configure.in
8909                 sync the LDAP detection from 0.8.5cvs1
8910
8911 2002-10-02 [christoph]  0.8.3claws43
8912
8913         * po/de.po
8914                 fix small spelling error
8915
8916 2002-10-02 [melvin]     0.8.3claws42
8917
8918         * ac/aspell.m4
8919                 Behave better and say "no" when test program cannot be run.
8920
8921 2002-10-02 [paul]       0.8.3claws41
8922
8923         * sync with 0.8.4cvs1
8924                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8925                 
8926         * src/summaryview.c
8927                 toggle the behavior of Reply menuitem between
8928                 normal reply and reply-to-list
8929
8930 2002-10-01 [sergey]     0.8.3claws40
8931
8932         * src/compose.c
8933                 Convert newlines in the message text to the canonical form
8934                 before base64 encoding (RFC2045 compliance, fixes some
8935                 interoperability issues with Evolution 1.0.3)
8936
8937 2002-09-29 [colin]      0.8.3claws39
8938
8939         * src/summaryview.c
8940                 Fix an unwanted copy/paste
8941
8942 2002-09-29 [colin]      0.8.3claws38
8943
8944         * src/mainwindow.c
8945                 Renamed "Custom toolbar" to "Customize toolbar"
8946                 Renamed "Show all header" to "Show all headers"
8947                 Renamed "Set diplay item" to "Set displayed items"
8948         * src/prefs_common.c
8949                 Renamed "Show all header" to "Show all headers"
8950         * src/prefs_summary_column.c
8951                 Renamed "diplay item" to "displayed items"
8952
8953 2002-09-29 [colin]      0.8.3claws37
8954
8955         * src/mainwindow.[ch]
8956                 online/offline status pixmaps follow theme
8957                 changes
8958         * src/summaryview.[ch]
8959                 quicksearch pixmap follows theme changes
8960
8961 2002-09-29 [thorsten]   0.8.3claws36
8962
8963         * src/compose.c
8964           src/prefs_folder_item.[ch]
8965                 add default_reply_to folder option (closes patch 581044)
8966
8967 2002-09-29 [christoph]  0.8.3claws35
8968
8969         * acconfig.h    ** REMOVED **
8970         * configure.in
8971         * ac/aspell.m4
8972         * ac/check-type.m4
8973         * ac/gnupg-check-typedef.m4
8974                 fix autoheader 2.50 warning
8975
8976 2002-09-29 [christoph]  0.8.3claws34
8977
8978         * major code cleanup (part 2)
8979         
8980                 - unused variables removed
8981                 - unused functions removed
8982                 - uninitialized variables checked
8983                 - missing return statements added
8984                 - missing function return types added
8985                 - added parentheses around assignment
8986                   when suggested by gcc
8987
8988 2002-09-29 [alfons]     0.8.3claws33
8989
8990         * src/logwindow.c
8991                 log_window_clear(): only bracket gtk_text_forward_delete() 
8992                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8993                 works around GTK text bug)
8994
8995 2002-09-29 [paul]       0.8.3claws32
8996
8997         * po/bg.po
8998           po/sr.po
8999                 updated by George Danchev and Urke MMI
9000                 respectively
9001
9002 2002-09-27 [christoph]  0.8.3claws31
9003
9004         * doc-src/readme.txt
9005         * doc-src/rfc1806.txt   ** REMOVED **
9006         * doc-src/rfc2183.txt   ** NEW FILE **
9007         * doc-src/rfc2980.txt   ** NEW FILE **
9008                 update rfcs
9009
9010 2002-09-27 [melvin]     0.8.3claws30
9011
9012         * ac/aspell.m4
9013                 Fixed typo which could break linking
9014
9015 2002-09-27 [melvin]     0.8.3claws29
9016
9017         * ac/aspell.m4
9018                 Improved GNU/aspell checking. 
9019                 Fixed bug #614490
9020
9021 2002-09-27 [paul]       0.8.3claws28
9022
9023         * sync with 0.8.3cvs8
9024                 see ChangeLog 2002-09-27
9025
9026 2002-09-26 [colin]      0.8.3claws27
9027
9028         * src/toolbar.[ch]
9029           src/mainwindow.[ch]
9030                 Add "Reply to Mailing-list" to the toolbar
9031
9032 2002-09-26 [christoph]  0.8.3claws26
9033
9034         * src/summaryview.c
9035                 Fix wrong message counts in summaryview status
9036
9037 2002-09-26 [paul]       0.8.3claws25
9038
9039         * sync with 0.8.3cvs7
9040                 see ChangeLog 2002-09-26
9041
9042 2002-09-26 [paul]       0.8.3claws24
9043
9044         * sync with 0.8.3cvs6
9045                 see ChangeLog 2002-09-25
9046
9047 2002-09-25 [christoph]  0.8.3claws23
9048
9049         * src/prefs_common.c
9050         * src/prefs_folder_item.c
9051         * src/prefs_scoring.c
9052                 Renamed "kill score" to "hide score" in GUI
9053                 and prefs files
9054
9055 2002-09-25 [paul]       0.8.3claws22
9056
9057         * sync with 0.8.3cvs5
9058                 see ChangeLog 2002-09-24
9059
9060 2002-09-24 [alfons]     0.8.3claws21
9061
9062         patch by Satoshi Nagayasu: allows appending / saving multiple 
9063         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9064         'Save as ...'")
9065
9066         * AUTHORS
9067                 add Satoshi Nagayasu
9068         * src/summaryview.c
9069                 summary_save_as(): allow saving selected files to
9070                 one file
9071                 summary_set_menu_sensitive: enable "Save As..." when
9072                 multiple files are selected
9073         * src/utils.[ch]
9074                 append_file(): new function
9075
9076 2002-09-24 [colin]      0.8.3claws20
9077
9078         * src/procmime.c
9079                 Fix segfault when mimeinfo doesn't have a 
9080                 content_type. 
9081
9082 2002-09-24 [colin]      0.8.3claws19
9083
9084         * src/prefs_common.[ch]
9085                 Add a preference to display send dialog or not
9086         * src/send.c
9087                 Display send dialog according to preference
9088
9089 2002-09-24 [colin]      0.8.3claws18
9090
9091         * src/compose.[ch]
9092                 Disable user actions when sending
9093
9094 2002-09-24 [colin]      0.8.3claws17
9095
9096         * src/procmime.c
9097                 Do not display name or filename for attachments
9098                 with an application/pgp-signature type
9099                 (security flaw, see bug 537413)
9100
9101 2002-09-23 [colin]      0.8.3claws16
9102
9103         * src/editaddress.c
9104                 Initialize entry_email, entry_alias and 
9105                 entry_remarks to first email address of the list
9106
9107 2002-09-23 [colin]      0.83claws15
9108
9109         * src/compose.c
9110                 Drop pgp-signature when reediting a signed queued
9111                 message
9112
9113 2002-09-23 [melvin]     0.8.3claws14
9114
9115         * po/fr.po
9116                 Updated French translation
9117
9118 2002-09-23 [melvin]     0.8.3claws13
9119
9120         * src/mainwindow.c
9121                 Made custom toolbar menu labels more consistent
9122         * src/prefs_toolbar.c
9123                 Made custom toolbar window title more consistent
9124
9125 2002-09-22 [colin]      0.8.3claws12
9126
9127         * src/inc.c
9128                 Initialize session type to normal before getting 
9129                 mail (fixes strange Get behaviour)
9130         * src/prefs_account.h
9131                 Move STYPE_POP_BEFORE_SMTP to last position to 
9132                 avoid other side-effects
9133
9134 2002-09-22 [colin]      0.8.3claws11
9135
9136         * src/prefs_account.c
9137                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9138                 from pop3 to apop or vice-versa
9139
9140 2002-09-22 [colin]      0.8.3claws10
9141         
9142         * src/prefs_account.[ch]
9143                 Add an option for the POP before SMTP timeout
9144         * src/inc.c
9145                 Remember time of last POP connection
9146         * src/send.c
9147                 Do POP before SMTP only if timeout reached
9148
9149 2002-09-22 [oliver]     0.8.3claws9
9150         
9151         * README.claws
9152                 explain custom toolbar
9153
9154 2002-09-22 [oliver]     0.8.3claws8
9155
9156         * src/prefs_actions.[ch]
9157         custom toolbar for compose      
9158                 actions callback from compose toolbar
9159         * src/folderview.c
9160                 remove include toolbar.h
9161
9162 2002-09-22 [oliver]     0.8.3claws7
9163         
9164         * src/prefs_toolbar.[ch]
9165                 custom toolbar for compose
9166                 - generic prefs_toolbar handles both
9167                   Mainwin's toolbar as well as Compose toolbar          
9168
9169 2002-09-22 [oliver]     0.8.3claws6
9170         
9171         * src/toolbar.[ch]
9172                 custom toolbar for compose
9173                 restructure toolbar.[ch]
9174
9175 2002-09-22 [oliver]     0.8.3claws5
9176
9177         * src/compose.[ch]
9178                 custom toolbar for compose
9179
9180 2002-09-22 [oliver]     0.8.3claws4
9181         
9182         * src/mainwindow.[ch]
9183                 custom toolbar for compose 
9184                 move mainwin toolbar back to mainwindow
9185
9186 2002-09-22 [alfons]     0.8.3claws3
9187
9188         * src/procmsg.c
9189                 :%sno/if(/if (/gc
9190                 :%sno/for(/for (/gc
9191                 (beautify)
9192
9193 2002-09-22 [alfons]     0.8.3claws2
9194         
9195         * src/procmsg.c
9196                 procmsg_save_to_outbox(): don't unlink message file from queue;
9197                 callers should do it using folder_item_remove_msg()
9198
9199 2002-09-22 [colin]      0.8.3claws1
9200
9201         * src/mimeview.[ch]
9202                 Made mimeview_check_signature() public
9203         * src/textview.c
9204                 Made GPG signatures verifiable by clicking
9205                 the [application/pgp-signature] in the Text
9206                 view
9207
9208 2002-09-22 [paul]       0.8.3claws
9209
9210         * po/bg.po
9211           po/en_GB.po
9212           po/es.po
9213           po/it.po
9214           po/pl.po
9215           po/pt_BR.po
9216           po/sr.po
9217                 updated translations, submitted by George Danchev,
9218                 me, Ricardo Mones Lastra, Alessandro Maestri,
9219                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9220                 and Urke MMI, respectively.     
9221
9222 2002-09-22 [alfons]     0.8.2claws65
9223
9224         * src/procmsg.c
9225         * src/pgptext.c
9226                 no furry valgrinds have been used to plug these memleaks
9227
9228 2002-09-20 [paul]       0.8.2claws64
9229
9230         * sync with 0.8.3cvs4
9231                 'Select thread' re-implemented 
9232                 see ChangeLog 2002-09-20
9233
9234 2002-09-21 [alfons]     0.8.2claws63
9235
9236         * src/compose.c
9237                 compose_send(): plug unnoticed memleak
9238
9239 2002-09-20 [alfons]     0.8.2claws62
9240
9241         * src/addr_compl.c
9242                 replace_address_in_edit(): strict check for NULL address to
9243                 fix "[ 607348 ] Segfault in address completion". My guess is
9244                 that this happens with an empty address book, but it's good
9245                 to have this check here anyway
9246                 
9247                 completion_window_button_press(): free string returned 
9248                 from the internal cache
9249
9250 2002-09-20 [christoph]  0.8.2claws61
9251
9252         * src/procmime.h
9253                 added ENC_BINARY to EncodingType
9254         * src/procmime.c
9255                 the string returned by procmime_get_encoding_str
9256                 should not depend on the order of values in the
9257                 EncodingType definition
9258         * doc-src/rfc1806.txt   ** NEW FILE **
9259                 Added rfc1806 about MIME Content-Disposition
9260                 Extension
9261
9262 2002-09-19 [paul]       0.8.2claws60
9263
9264         * sync with 0.8.2cvs3
9265                 see ChangeLog 2002-09-19
9266
9267 2002-09-19 [paul]       0.8.2claws59
9268
9269         * src/prefs_folder_item.c
9270                 revert to Darko's original alignment of colour
9271                 selector button
9272                 add a colon to folder_color label
9273                 
9274         * src/compose.c
9275                 add Colin's patch (with Hiro's modifications) to 
9276                 force BASE64 encoding for 8-bit text when signing
9277                 (sync with 0.8.3cvs2)
9278
9279 2002-09-18 [alfons]     0.8.2claws58
9280
9281         * src/compose.c
9282                 :%sno/if(/if (/gc
9283                 :%sno/for(/for (/gc
9284                 (beautify a little bit)
9285
9286 2002-09-18 [christoph]  0.8.2claws57
9287
9288         * src/pine.c
9289                 fix handling of fgetc return value
9290
9291 2002-09-17 [alfons]     0.8.2claws56
9292         
9293         * src/summaryview.c
9294                 summary_sort(): check non-NULL summaryview->folder_item when no 
9295                 folder is selected at all
9296                 (closes "[ 610344 ] sort label make syl Crash")
9297
9298 2002-09-17 [alfons]     0.8.2claws55
9299         
9300         * src/compose.c
9301                 beautify a little bit
9302
9303 2002-09-17 [christoph]  0.8.2claws54
9304
9305         * src/folder.c
9306                 initialize max values for cache and folder
9307                 when cache or folder is empty
9308
9309 2002-09-15 [colin]      0.8.2claws53
9310
9311         * src/compose.c
9312                 Fix a leak (thanks Alfons!) and cleaned
9313                 variables names for custom headers
9314
9315 2002-09-15 [colin]      0.8.2claws52
9316
9317         * src/compose.c
9318                 Fix custom headers recognition when
9319                 prefs_common.trans_hdr is on
9320
9321 2002-09-15 [colin]      0.8.2claws51
9322
9323         * src/compose.c
9324                 Allow dynamically-added custom headers
9325                 Yet not reparsed if reedited
9326
9327 2002-09-15 [alfons]     0.8.2claws50
9328
9329         * src/prefs_account.c
9330                 fix warnings
9331
9332 2002-09-15 [colin]      0.8.2claws49
9333         
9334         * src/prefs_account.c
9335                 fix pop_before_smtp sensitivity
9336
9337 2002-09-15 [colin]      0.8.2claws48
9338
9339         * src/inc.[ch]
9340                 add inc_pop_before_smtp()
9341                 allow MainWindow to be undefined in 
9342                 inc_account_mail() and inc_start()
9343         * src/pop.c
9344           src/prefs_account.h
9345                 add STYPE_POP_BEFORE_SMTP session type
9346         * src/prefs_account.c
9347                 activated pop before smtp option
9348         * src/send.c
9349                 do pop before smtp if the relevant option 
9350                 is set
9351
9352 2002-09-15 [paul]       0.8.2claws47
9353
9354         * sync with 0.8.3
9355                 see ChangeLog 2002-09-15
9356
9357 2002-09-14 [paul]       0.8.2claws46
9358
9359         * po/bg.po
9360                 updated Bulgarian translation, submitted by
9361                 George Danchev
9362
9363 2002-09-13 [paul]       0.8.2claws45
9364
9365         * src/compose.c
9366                 merge claws' select_account() with main's
9367                 (new) compose_select_account(). [sync with
9368                 0.8.2cvs15, see ChangeLog 2002-09-11]
9369
9370 2002-09-12 [christoph]  0.8.2claws44
9371
9372         * src/filter.c
9373                 allocate 1 elements of FolderItem not 0
9374
9375 2002-09-12 [colin]      0.8.2claws43
9376
9377         * src/compose.c
9378                 Fix bug #590825 (obey Follow-up: poster)
9379
9380 2002-09-12 [colin]      0.8.2claws42
9381
9382         * src/procmime.c
9383                 Fix bug #557009 (wrong headers for messages 
9384                 forwarded as attachments)
9385
9386 2002-09-11 [colin]      0.8.2claws41
9387         
9388         * src/compose.c
9389                 Put SCF: pseudo-header on top of message
9390                 Set draft tmp_flag when saved as draft
9391
9392         * src/procmsg.c
9393           src/procheader.c
9394                 Skip after first \n\n for beginning of real message
9395                 for drafts too
9396
9397 2002-09-11 [christoph]  0.8.2claws40
9398
9399         * src/filtering.c
9400                 use procmsg flag functions in filtering or processing
9401                 will cause incorrect folder message counts
9402
9403 2002-09-11 [colin]      0.8.2claws39
9404
9405         * src/compose.c
9406                 Fix bug #550175 - wrong save folder when reediting
9407                 drafts
9408
9409 2002-09-11 [paul]       0.8.2claws38
9410
9411         * sync with 0.8.2cvs14
9412                 see ChangeLog 2002-09-11
9413
9414 2002-09-11 [colin]      0.8.2claws37
9415
9416         * src/folder.c
9417                 Fix a typo (seeming to cause new/unread status to
9418                 be lost)
9419
9420 2002-09-10 [christoph]  0.8.2claws36
9421
9422         * src/compose.c
9423                 compose_redirect should not use compose_generic_new
9424                 because that does more stuff than expected including
9425                 opening the external editor
9426                 (closes bug "[ 526608 ] bounced messages appear blank
9427                  in editor")
9428
9429 2002-09-10 [christoph]  0.8.2claws35
9430
9431         * src/folder.c
9432                 fix problem with too large message number range
9433                 causing a crash in folder_item_scan
9434
9435 2002-09-10 [paul]       0.8.2claws34
9436
9437         * sync with 0.8.2cvs13
9438                 see ChangeLog 2002-09-10
9439
9440 2002-09-10 [christoph]  0.8.2claws33
9441
9442         * src/msgcache.c
9443                 set MsgInfo TmpFlags for queue and draft folders
9444                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9445
9446 2002-09-10 [paul]       0.8.2claws32
9447
9448         * AUTHORS
9449           po/bg.po      ** NEW FILE **
9450                 new Bulgarian translation submitted by
9451                 George Danchev <danchev@spnet.net>
9452                 
9453         * tools/Makefile.am
9454           tools/README
9455           tools/tb2sylpheed     ** NEW FILE **
9456                 add script that converts an addressbook exported
9457                 from The Bat! into a Sylpheed addressbook. Submitted
9458                 by Urke MMI <urke-kg@eunet.yu>
9459
9460 2002-09-10 [paul]       0.8.2claws31
9461
9462         * sync with 0.8.2cvs12
9463                 see ChangeLog 2002-09-10
9464
9465 2002-09-06 [paul]       0.8.2claws30
9466
9467         * src/prefs_common.c
9468                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9469                 
9470         * tools/Makefile.am
9471           tools/README
9472           tools/ldif-to-xml.py  ** REMOVED **
9473                 remove obsolete python script
9474
9475 2002-09-06 [paul]       0.8.2claws29
9476
9477         * sync with 0.8.2cvs10
9478                 see ChangeLog 2002-09-06
9479
9480 2002-09-04 [paul]       0.8.2claws28
9481
9482         * sync with 0.8.2cvs9
9483                 see ChangeLog 2002-08-04
9484
9485 2002-09-04 [colin]      0.8.2claws27 
9486
9487         * src/prefs_common.[ch]
9488                 Added signature color configuration
9489         * src/textview.c
9490                 Use user-specified signature color
9491
9492 2002-09-03 [colin]      0.8.2claws26
9493
9494         * src/prefs_common.[ch]
9495                 Added autosave and autosave_length prefs
9496         * src/compose.c
9497                 Added compose_remove_draft()
9498                 Auto-save drafts according to the prefs
9499         * src/main.c
9500                 Added a crash-indicator file, allowing to check
9501                 for new messages on startup if Sylpheed crashed
9502                 (makes saved drafts "reappear")
9503
9504 2002-09-03 [colin]      0.8.2claws25
9505
9506         * src/textview.[ch]
9507                 Grey the signature
9508
9509 2002-09-03 [paul]       0.8.2claws24
9510
9511         * sync with 0.8.2cvs8
9512                 see ChangeLog 2002-09-02 and 2002-09-03
9513
9514 2002-09-03 [darko]      0.8.2claws23
9515
9516         * src/folderview.c
9517                 use normal style when creating new folder to pick
9518                 proper font size 
9519
9520 2002-09-02 [melvin]     0.8.2claws22
9521
9522         * src/gtkaspell.m4
9523                 removed some obsolete code
9524
9525 2002-09-02 [melvin]     0.8.2claws21
9526
9527         * ac/aspell.m4
9528                 fixed test's equality sign (== to =)
9529
9530 2002-09-02 [alfons]     0.8.2claws20
9531
9532         * src/folder.c
9533         * src/mh.c
9534                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9535                 as folder->destroy virtual as suggested by Hiro
9536                 (the mh.c code seems to have been lost around mh.c.1.21)
9537
9538 2002-09-02 [paul]       0.8.2claws19
9539
9540         * po/pt_BR.po
9541                 updated by Fabio Jr. Beneditto
9542                 
9543         * src/defs.h
9544                 use 'http://claws.sylpheed.org' for homepage link. 
9545                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9546
9547 2002-09-01 [alfons]     0.8.2claws18
9548
9549         * src/mh.c
9550                 plug memleak related to one Martin Kluge found
9551
9552 2002-08-31 [paul]       0.8.2claws17
9553
9554         * sync with 0.8.2cvs6
9555                 see ChangeLog 2002-08-30
9556
9557 2002-08-31 [alfons]     0.8.2claws16
9558
9559         * src/folder.c
9560                 folder_destroy(): remove mailbox from folderlist even if it has
9561                 no destroy virtual
9562
9563 2002-08-31 [alfons]     0.8.2claws15
9564
9565         * src/folder.c
9566                 :%sno/if(/if (/gc
9567                 :%sno/for(/for (/gc
9568                 (being pedantic I know)
9569
9570 2002-08-31 [alfons]     0.8.2claws14
9571
9572         * src/folder.c
9573                 check for NULL pointers returned from folder->fetch_msginfo virtual
9574                 (should solve some reported crashes)
9575
9576 2002-08-30 [alfons]     0.8.2claws13
9577
9578         * acconfig.h
9579         * configure.in
9580         * src/crash.c
9581                 enable crash dialog on compilation time
9582                 (--enable-crash-dialog configure option)
9583
9584 2002-08-30 [alfons]     0.8.2claws12
9585
9586         * AUTHORS
9587                 add Martin Kluge
9588         * src/mh.c
9589                 apply memory leak plug patch by Martin Kluge
9590                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9591                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9592                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9593
9594 2002-08-30 [darko]      0.8.2claws11
9595
9596         * src/folderview.c
9597                 copy Gtk style from normal style to match
9598                 font size for coloured folders
9599
9600 2002-08-29 [alfons]     0.8.2claws10
9601
9602         * sylpheed.desktop
9603                 Type=Internet <- Type=Application
9604                 (reported by Michael Schwendt, see:
9605                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9606                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9607
9608 2002-08-29 [paul]       0.8.2claws9
9609
9610         * sync with 0.8.2cvs5
9611                 see ChangeLog 2002-08-29
9612
9613 2002-08-29 [colin]      0.8.2claws8
9614
9615         * src/summaryview.c
9616                 Added a sanity check in summary_select_thread
9617                 Should fix bug 601605
9618
9619 2002-08-29 [colin]      0.8.2claws7
9620
9621         * src/main.c
9622                 Revert claws6 changes regarding bug #591676
9623
9624 2002-08-28 [colin]      0.8.2claws6
9625         
9626         * src/main.c
9627                 Ignore cache for queue folderitems
9628                 Fix bug #591676
9629
9630 2002-08-28 [melvin]     0.8.2claws5
9631
9632         * README.claws
9633                 Fixed typos.
9634
9635 2002-08-28 [melvin]     0.8.2claws4
9636
9637         * README.claws
9638                 Updated a bit the text concerning the spell checker
9639
9640 2002-08-28 [melvin]     0.8.2claws3
9641
9642         Merged the GNU_aspell_branch:
9643                 Support of new GNU/aspell is now included and the old pspell
9644                 is not supported anymore.
9645                 See README.claws
9646
9647         * README.claws
9648                 Updated spell checker text to reflect the switch to GNU/aspell
9649
9650         * ac/aspell.m4          *** NEW ***
9651         * src/gtkaspell.[ch]    *** NEW *** 
9652         * ac/pspell.m4          *** DELETED *** 
9653         * src/gtkspell.[ch]     *** DELETED ***
9654
9655         * ac/Makefile.am
9656                 Updated for GNU/aspell support
9657
9658         * po/POTFILES.in
9659                 Replaced gtkspell.c by gtkaspell.c
9660
9661         * acconfig.h
9662         * src/Makefile.am
9663         * src/about.c
9664         * src/compose.[ch]
9665         * src/crash.c
9666         * src/main.c
9667         * src/prefs_common.[ch]
9668                 Updated for GNU/aspell support
9669
9670 2002-08-28 [paul]       0.8.2claws2
9671
9672         * sync with 0.8.2cvs4
9673                 see ChangeLog 2002-08-27 and 2002-08-28
9674
9675 2002-08-28 [colin]      0.8.2claws1
9676
9677         * src/summary_search.c
9678                 Added "AND search"
9679
9680 2002-08-28 [jens]       0.8.2claws
9681
9682         *po/de.po
9683                 Updated German translations
9684
9685 2002-08-27 [melvin]     0.8.2claws
9686
9687         * po/fr.po
9688                 Updated French translations
9689
9690 2002-08-27 [paul]       0.8.2claws
9691
9692         * sync with 0.8.2 main release
9693
9694         * po/en_GB.po
9695           po/es.po
9696           po/it.po
9697           po/pl.po
9698           po/pt_BR.po
9699           po/sr.po
9700                 updated message catalogs submitted by
9701                 Ricardo Mones Lastra, Alessandro Maestri,
9702                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9703                 Beneditto and Urke MMI  
9704
9705 2002-08-27 [hoa]        0.8.1claws123
9706
9707         * src/mainwindow.[ch]
9708         * src/summaryview.[ch]
9709                 removed the "filter setting" menu option.
9710                 add a "cancel a news message" menu option.
9711
9712 2002-08-26 [martin]     0.8.1claws122
9713
9714         * ChangeLog.claws
9715                 changed string under 0.8.1claws79 changed by myself
9716                 i'm sorry alfons :(
9717
9718 2002-08-26 [martin]     0.8.1claws121
9719
9720         * src/crash.c
9721                 added kill command to debuggerrc to start crash dialog
9722
9723 2002-08-26 [paul]       0.8.1claws120
9724
9725         * sync with 0.8.1cvs31
9726                 see ChangeLog 2002-08-26
9727
9728 2002-08-25 [alfons]     0.8.1claws119
9729
9730         * src/procmsg.c
9731                 fix bug that didn't send out correct headers to news server
9732                 when sending news article and email from queue (bug reported
9733                 and patch provided by Tim Mann; closes bug 
9734                 "[ 583196 ] 0.7.8claws can't post news")
9735
9736 2002-08-25 [alfons]     0.8.1claws118
9737
9738         * src/selective_download.c
9739                 mark two strings as translatable
9740                 (thanks to Urke MMI for pointing this out)
9741
9742 2002-08-25 [alfons]     0.8.1claws117
9743
9744         * src/summaryview.c
9745                 treat sent boxes as special and allow sorting them by addressee
9746                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9747                 submitted by Steve Lamb)
9748
9749 2002-08-24 [alfons]     0.8.1claws116
9750
9751         * src/matcher.c
9752                 fix memleak reported by Martin Kluge
9753                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9754
9755 2002-08-24 [oliver]     0.8.1claws115
9756
9757         * src/prefs_toolbar.c
9758                 o code cleanup as suggested by Alfons
9759                 o memleak fix
9760
9761 2002-08-24 [alfons]     0.8.1claws114
9762
9763         * src/summaryview.c
9764                 o fix another memory leak reported by Martin Kluge
9765                   (see "[ 599568 ] Small Memory Leak")
9766                 o remove 'from' variable from 'summary_set_header()'; we can
9767                   do with just 'to' 
9768
9769 2002-08-24 [paul]       0.8.1claws113
9770
9771         * sync with 0.8.1cvs30
9772                 see ChangeLog 2002-08-23
9773
9774 2002-08-24 [alfons]     0.8.1claws112
9775
9776         * src/summaryview.c
9777                 remove unnecessary allocations for search bar fixing leaks
9778                 reported by Martin Kluge
9779                 (see "[ 599451 ] Further memory leaks?")
9780
9781 2002-08-24 [alfons]     0.8.1claws111
9782
9783         * src/main.c
9784                 make get_socket_name() public for crash.c
9785         * src/crash.c
9786                 o make report bug button work (goes to claws' 
9787                   bug tracker at sf.net)
9788                 o introduce function for doing important stuff just
9789                   before claws goes down
9790                 o clean up code 
9791
9792 2002-08-24 [alfons]     0.8.1claws110
9793
9794         * src/compose.c
9795                 move cursor to "To" entry when forwarding as attachment
9796                 (reported and solved by Steve Lamb, closes bug report
9797                 "[ 592880 ] Forward as attachment; cursor not in to")
9798
9799 2002-08-24 [colin]      0.8.1claws109
9800
9801         * src/mainwindow.c
9802                 fix quick search visibility after GUI (de)separations.
9803
9804 2002-08-23 [colin]      0.8.1claws108
9805
9806         * src/mainwindow.c
9807                 fix header pane visibility after folderview or
9808                 messageview (de)separation
9809
9810 2002-08-23 [paul]       0.8.1claws107
9811
9812         * src/mainwindow.[ch]
9813           src/toolbar.c
9814                 give full control of display or non-display 
9815                 of the Execute icon to Custom toolbar settings.
9816                 add new sensitivity condition to maninwindow.h: 
9817                 M_DELAY_EXEC
9818
9819         * ChangeLog
9820           ChangeLog.jp
9821           NEWS
9822                 more sync with 0.8.1cvs29
9823
9824 2002-08-23 [melvin]     0.8.1claws106
9825
9826         * src/alertpanel.c
9827                 Readded support for custom widget in alertpanel lost in last
9828                 sync.
9829
9830 2002-08-23 [paul]       0.8.1claws105
9831
9832         * sync with 0.8.1cvs29
9833                 see ChangeLog 2002-08-23
9834
9835 2002-08-23 [colin]      0.8.1claws104
9836
9837         * src/summaryview.c
9838                 Fix folder and search pixmaps exchanging positions
9839                 after theme or toolbar changes. Thank to Oliver for 
9840                 reporting this.
9841
9842 2002-08-23 [colin]      0.8.1claws103
9843
9844         * src/mainwindow.c
9845           src/messageview.[ch]
9846           src/noticeview.[ch]
9847           src/summaryview.c
9848                 Changed messageview_create() and noticeview_create()
9849                 to avoid the last gdk_warning
9850
9851 2002-08-22 [colin]      0.8.1claws102
9852
9853         * src/summaryview.c
9854                 Fix my new `Creating pixmap from xpm' warning
9855
9856 2002-08-22 [colin]      0.8.1claws101
9857
9858         * src/mainwindow.c
9859                 Fix some of the gdk warnings
9860
9861 2002-08-22 [colin]      0.8.1claws100
9862
9863         * src/Makefile.am
9864         * src/stock_pixmap.c
9865         * src/stock_pixmap.h
9866         * src/pixmaps/quicksearch.xpm *ADDED*
9867                 Add the quicksearch pixmap
9868         * src/mainwindow.c
9869         * src/summaryview.c
9870         * src/summaryview.h
9871                 Make quicksearch bar visible/hidden via a button
9872
9873 2002-08-22 [christoph]  0.8.1claws99
9874
9875         * src/folder.c
9876                 fix folder update for newsgroups with message
9877                 numbers below minimum number of articles to fetch
9878                 (closes bug #598445)
9879
9880 2002-08-22 [paul]       0.8.1claws98
9881
9882         * sync with 0.8.1cvs28
9883                 see ChangeLog 2002-08-22
9884
9885 2002-08-21 [alfons]     0.8.1claws97
9886
9887         * src/crash.c
9888                 use bt instead of bt full which seems to work 
9889                 better, and bt full doesn't give a great deal 
9890                 of information anyway
9891
9892 2002-08-21 [colin]      0.8.1claws96
9893
9894         * src/summaryview.c
9895                 fix summaryview_searchtype_changed prototype
9896
9897 2002-08-21 [christoph]  0.8.1claws95
9898
9899         * src/mainwindow.c
9900                 o fix broken menu update for sorting type, we have to
9901                   get this info from the summaryview now
9902                 o removed setting of threaded state in menu callback
9903         * src/summaryview.[ch]
9904                 more summaryview/folderitem seperation for
9905                 threading option
9906         * configure.in
9907                 removed not required --with-compiler-flags option
9908
9909 2002-08-21 [oliver]     0.8.1claws94
9910         
9911         * src/toolbar.h 
9912                 o rename toolbar.xml to toolbar_main.xml
9913                   since toolbar_compose.xml might come up 
9914                   any time soon
9915         * README.claws
9916                 add custom toolbar              
9917
9918 2002-08-21 [darko]      0.8.1claws93
9919
9920         * src/procmsg.c
9921                 don't reset tmp flags for messages copied
9922                 to sent folder
9923
9924 2002-08-21 [colin]      0.8.1claws92
9925         
9926         * src/prefs_filtering.c
9927                 fix renaming rules on folder rename 
9928                 when folder is not a leaf folder
9929
9930 2002-08-21 [paul]       0.8.1claws91
9931
9932         * src/prefs_folder_item.c
9933                 fix alignment of colour selector
9934
9935 2002-08-21 [paul]       0.8.1claws90
9936
9937         * sync with 0.8.1cvs27
9938                 see ChangeLog 2002-08-21
9939
9940 2002-08-21 [paul]       0.8.1claws89
9941
9942         * src/summaryview.c
9943                 fix crash when changing field type in
9944                 Quick search bar
9945
9946 2002-08-21 [colin]      0.8.1claws88
9947
9948         * src/summaryview.c
9949                 Made quick search case-insensitive
9950
9951 2002-08-21 [paul]       0.8.1claws87
9952
9953         * sync with 0.8.1cvs26
9954                 see ChangeLog 2002-08-21
9955
9956 2002-08-20 [christoph]  0.8.1claws86
9957
9958         * src/folderview.c
9959         * src/main.c
9960         * src/summaryview.[ch]
9961                 more summaryview/folderitem seperation for
9962                 sort_key and sort_type
9963         * src/procmsg.c
9964                 added missing return statement
9965
9966 2002-08-20 [colin]      0.8.1claws85
9967
9968         * src/summaryview.[ch]
9969                 Added a quick search box
9970         * src/mainwindow.c
9971         * src/prefs_common.[ch]
9972                 Added a show/hide option for the quick search
9973
9974 2002-08-20 [oliver]     0.8.1claws84
9975         
9976         * src/mainwindow.c
9977                 remove toolbar_create_popups
9978         * src/toolbar.[ch]
9979                 o remove toolbar_create_popups
9980                 o fix toolbar_set_sensitive 
9981                   (Bug reports #596834 and #596832)     
9982         * src/prefs_toolbar.c
9983                 o add "Set default" button
9984                 o align label and text + combo widgets
9985
9986 2002-08-20 [hoa]        0.8.1claws83bis
9987
9988         * src/imap.c
9989                 fixed a bug in imap_fetch_msginfo() in case there is no
9990                 current folder.
9991
9992 2002-08-20 [darko]      0.8.1claws83
9993
9994         * src/folderview.c
9995                 copy the color style of folder view so it
9996                 works with GTK themes
9997
9998 2002-08-20 [darko]      0.8.1claws82
9999
10000         * src/folder.h
10001         * src/folderview.c
10002         * src/prefs_folder_item.[hc]
10003                 don't use UI stuff in folder.h
10004
10005 2002-08-20 [darko]      0.8.1claws81
10006
10007         * src/folder.h
10008         * src/prefs_folder_item.h
10009         * src/folderview.c
10010         * src/prefs_folder_item.c
10011                 ability to set folder color in folderview
10012
10013 2002-08-19 [alfons]     0.8.1claws80
10014
10015         * src/summaryview.c
10016                 fix one of the earlier memleaks reported by Martin Kluge
10017
10018 2002-08-19 [alfons]     0.8.1claws79
10019
10020         * src/mainwindow.c
10021                 hide notice view when selecting seperate folder
10022                 view (reported by Urke MMI)
10023
10024 2002-08-19 [christoph]  0.8.1claws78
10025
10026         * src/folderview.c
10027         * src/prefs_folder_item.h
10028         * src/summaryview.[ch]
10029                 o add summary_set_prefs_from_folderitem to set
10030                   summaryview prefs (first step to remove all
10031                   references to the folderitem in summaryview)
10032                 o moved compiled regex stuff from folderitem prefs
10033                   to summaryview code
10034
10035 2002-08-19 [paul]       0.8.1claws77
10036
10037         * src/compose.c
10038                 add check for '.' to QUOTE_IF_REQUIRED
10039
10040 2002-08-19 [paul]       0.8.1claws76
10041
10042         * src/inc.c
10043                 sync with 0.8.1cvs25 (plug memory leak)
10044
10045         * src/prefs_toolbar.c
10046                 re-order prefs_toolbar_cancel()
10047
10048 2002-08-18 [alfons]     0.8.1claws75
10049
10050         * src/inc.c
10051         * src/matcher.c
10052                 plug other memleaks reported by Martin Kluge
10053
10054 2002-08-18 [paul]       0.8.1claws74
10055
10056         * po/pt_BR.po
10057                 updated by Fabio Jr. Beneditto
10058
10059 2002-08-18 [paul]       0.8.1claws73
10060
10061         * src/toolbar.[ch]
10062                 fix bug where tooltips were displayed untranslated              
10063
10064         * src/prefs_toolbar.c
10065                 fix bug where clicking 'Cancel' creates an icon & text
10066                 toolbar regardless of prefs
10067         
10068
10069 2002-08-17 [oliver]     0.8.1claws72
10070
10071         * src/prefs_toolbar.c
10072                 update toolbar on CANCEL
10073                 bug reported by Martin Kluge
10074         * src/toolbar.c
10075                 toolbar_destroy memleak fixed           
10076
10077 2002-08-17 [alfons]     0.8.1claws71
10078
10079         * src/toolbar.c
10080                 plug another memleak reported by Martin Kluge
10081
10082 2002-08-16 [alfons]     0.8.1claws70
10083
10084         * src/crash.c
10085                 use execvp() correctly (suggested by wwp; thanks!)
10086
10087 2002-08-16 [alfons]     0.8.1claws69
10088
10089         * src/gtksctree.c
10090                 plug memory leak reported by Kim Schultz & Martin Kluge
10091
10092 2002-08-16 [paul]       0.8.1claws68
10093
10094         * po/es.po
10095                 updated by Ricardo Mones Lastra
10096
10097 2002-08-16 [paul]       0.8.1claws67
10098
10099         * src/toolbar.h
10100                 fix bug where 'Compose News' icon showed wrong
10101                 tooltip
10102
10103 2002-08-16 [paul]       0.8.1claws66
10104
10105         * sync with 0.8.1cvs24
10106                 see ChangeLog 2002-08-16
10107
10108         * po/it.po
10109                 updated by Alessandro Maestri
10110
10111 2002-08-15 [paul]       0.8.1claws65
10112
10113         * po/sr.po
10114                 updated by Urke MMI
10115
10116 2002-08-15 [paul]       0.8.1claws64
10117
10118         * src/*.c
10119                 don't translate debug info
10120
10121         * src/matcher.[ch]
10122                 add copyright info
10123
10124 2002-08-15 [paul]       0.8.1claws63
10125
10126         * src/prefs_toolbar.c
10127                 fix bug where clicking 'OK' creates an icon & text
10128                 toolbar regardless of prefs
10129
10130 2002-08-14 [alfons]     0.8.1claws62
10131
10132         * src/main.c
10133                 add global var that has the full argv[0]
10134         * src/crash.c
10135                 o execvp the correct sylpheed by using argv0
10136                   and setting the correct work dir
10137                 o other tweaks  
10138
10139 2002-08-14 [oliver]     0.8.1claws61
10140         
10141         * enable/disable Toolbar Action Buttons 
10142         * code cleanups
10143         * src/mainwindow.c
10144         * src/toolbar.[ch]      
10145         * src/prefs_toolbar.c   
10146
10147 2002-08-14 [melvin]     0.8.1claws60
10148
10149         * po/fr.po
10150                 Updated French translations
10151
10152 2002-08-14 [melvin]     0.8.1claws59
10153
10154         * src/crash.c
10155                 Made bug report not translatable
10156         * src/exporthtml.c
10157                 Fixed exporthtml_build_filespec() return value
10158         * src/foldersel.c
10159                 Fixed incorrect include file
10160         * src/gtkspell.c
10161         * src/prefs_actions.c
10162         * src/prefs_toolbar.c
10163                 Made debug info not translatable
10164         * src/mutt.c
10165         * src/quote_fmt.c
10166                 Added missing includes
10167         * src/prefs_common.c
10168                 Fixed typo
10169
10170 2002-08-14 [paul]       0.8.1claws58
10171
10172         * faq/es/sylpheed-faq.html
10173           faq/es/sylpheed-faq-[1-3].html
10174           faq/es/sylpheed-faq-4.html     **NEW FILE **
10175                 update Spanish FAQ
10176
10177 2002-08-13 [christoph]  0.8.1claws57
10178
10179         * src/procmsg.c
10180                 ignore thread fix that did not mark all
10181                 child nodes of a ignored thread as
10182                 ignored. Does not work perfectly yet,
10183                 but it is better now
10184
10185 2002-08-13 [alfons]     0.8.1claws56
10186
10187         * src/crash.c
10188                 o implement 'save crash log'
10189                 o some tweaks
10190
10191 2002-08-13 [melvin]     0.8.1claws55
10192
10193         * src/main.c
10194                 removed unrequired "execinfo.h" header
10195
10196 2002-08-12 [paul]       0.8.1claws54
10197
10198         * faq/en/sylpheed-faq.html
10199           faq/en/sylpheed-faq-[1-3].html
10200           faq/en/sylpheed-faq-4.html     **NEW FILE **
10201                 update English FAQ
10202
10203 2002-08-12 [alfons]     0.8.1claws53
10204
10205         * po/POTFILES.in
10206                 add crash.c to translatables
10207         * src/crash.c
10208                 bring in Leandro's crash dialog
10209
10210 2002-08-11 [alfons]     0.8.1claws52
10211
10212         * src/crash.c
10213                 clean up some warnings
10214
10215 2002-08-11 [alfons]     0.8.1claws51
10216
10217         * acconfig.h
10218         * configure.in
10219         * src/crash.[ch]        ** NEW FILES **
10220         * src/main.c            
10221                 initial gdb crash handler
10222
10223 2002-08-11 [paul]       0.8.1claws50
10224
10225         * src/prefs_toolbar.c
10226                 replace Up/Down arrow pixmaps with text to be
10227                 consistent across icon themes
10228
10229 2002-08-11 [paul]       0.8.1claws49
10230
10231         * src/prefs_common.c
10232           src/prefs_toolbar.c
10233                 rename 'Pixmap' -> 'Icon'
10234
10235         * src/toolbar.[ch]
10236                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10237
10238 2002-08-10 [paul]       0.8.1claws48
10239
10240         * src/prefs_toolbar.c
10241                 re-work the UI
10242
10243 2002-08-10 [paul]       0.8.1claws47
10244
10245         * src/main.c
10246                 don't write Processing progress to status bar
10247                 patch submitted by Alexander Evseev
10248
10249         * src/prefs_toolbar.c
10250                 re-position and resize window
10251                 make window assume correct size on first call
10252
10253 2002-08-10 [paul]       0.8.1claws46
10254
10255         * src/mainwindow.c
10256           src/prefs_toolbar.c
10257           src/toolbar.c
10258           src/toolbar.h
10259                 obey coding style
10260                 follow UI text conventions
10261
10262 2002-08-10 [alfons]     0.8.1claws45
10263
10264         * src/toolbar.c
10265                 correct pixmap for delete action
10266
10267 2002-08-10 [paul]       0.8.1claws44
10268
10269         * po/pt_BR.po
10270                 updated by Fabio Jr. Beneditto
10271
10272 2002-08-10 [paul]       0.8.1claws43
10273
10274         * po/POTFILES.in
10275                 add custom toolbar files
10276
10277 2002-08-10 [paul]       0.8.1claws42
10278
10279         * sync with 0.8.1cvs22
10280                 see ChangeLog 2002-08-09
10281
10282 2002-08-09 [paul]       0.8.1claws41
10283
10284         * tools/Makefile.am
10285           tools/README
10286           tools/outlook2sylpheed.pl     ** NEW FILE **
10287                 add script to convert exported Outlook
10288                 contacts list to a Sylpheed addressbook.
10289                 Submitted by Ricardo Mones Lastra.
10290
10291 2002-08-09 [paul]       0.8.1claws40
10292
10293         * AUTHORS
10294           configure.in
10295           po/sr.po      ** NEW FILE **
10296                 add Serbian message catalog. Submitted by
10297                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10298
10299 2002-08-09 [paul]       0.8.1claws39
10300
10301         * sync with 0.8.1cvs21
10302                 see ChangeLog 2002-08-08
10303
10304 2002-08-08 [oliver]     0.8.1claws38
10305
10306         * src/mainwindow.c
10307                 move Custom Toolbar to Configuration menu
10308
10309 2002-08-08 [oliver]     0.8.1claws37
10310
10311         * src/prefs_toolbar.c
10312                 fix substitute pixmap bug
10313
10314 2002-08-08 [paul]       0.8.1claws36
10315
10316         * sync with 0.8.1cvs19
10317                 see ChangeLog 2002-08-08
10318
10319 2002-08-07 [christoph]  0.8.1claws35
10320
10321         * src/utils.c
10322                 fixed a memory leak in new canonicalize_file_replace
10323
10324 2002-08-07 [christoph]  0.8.1claws34
10325
10326         * src/utils.[ch]
10327                 o canonicalize_file_replace should create the temporary
10328                   file in the same directory as the original file.
10329                 o added get_tmpfile_in_dir that creates a temorary file
10330                   in a specified directory.
10331
10332 2002-08-07 [melvin]     0.8.1claws33
10333
10334         * src/toolbar.c
10335                 fixed bug where 'Article' button acted as 'Email' button.
10336
10337 2002-08-07 [paul]       0.8.1claws32
10338
10339         * sync with 0.8.1.cvs17
10340                 see ChangeLog 2002-08-07
10341
10342 2002-08-07 [colin]      0.8.1claws31
10343         
10344         * src/news.c
10345                 fix mass-cancel problem
10346
10347 2002-08-07 [thorsten]   0.8.1claws30
10348
10349         * src/prefs_toolbar.c
10350                 fix: crash on replace or add new button
10351         * src/toolbar.c
10352                 fix: close xmlfile after reading
10353         * src/utils.c
10354                 fix: unlink() file before rename()
10355
10356 2002-08-06 [paul]       0.8.1claws29
10357
10358         * sync with 0.8.cvs15
10359                 see ChangeLog 2002-08-06
10360
10361 2002-08-06 [oliver]     0.8.1claws28
10362
10363         * src/toolbar.c
10364         * src/prefs_toolbar.c
10365                 fixed empty toolbar issue
10366
10367 2002-08-06 [oliver]     0.8.1claws27
10368
10369         * Custom Toolbar Final 
10370         * src/folderview.c
10371         * src/inc.c
10372         * src/summaryview.c
10373                 o toolbar stuff now lives in src/toolbar.[ch]
10374                 o main_window_toolbar_* functions are renamed to
10375                   toolbar_* reflecting their new source file
10376         * src/mainwindow.[ch]
10377                 o remove toolbar stuff  
10378
10379 2002-08-06 [oliver]     0.8.1claws26
10380         
10381         * src/Makefile.am
10382         * src/prefs_toolbar.[ch]        **New File**
10383         * src/toolbar.[ch]              **New File**
10384                 o prefs_toolbar.[ch] custom toolbar frontend
10385                 o toolbar.[ch]       backend 
10386
10387 2002-08-06 [oliver]     0.8.1claws25
10388
10389         * src/prefs_actions.[ch]
10390                 o new exported function actions_execute
10391
10392 2002-08-06 [paul]       0.8.1claws24
10393
10394         * sync with 0.8.1cvs4
10395                 see ChangeLog 2002-08-06
10396
10397 2002-08-06 [paul]       0.8.1claws23
10398
10399         * sync with 0.8.1cvs13
10400                 see ChangeLog 2002-08-06
10401
10402 2002-08-06 [paul]       0.8.1claws22
10403
10404         * sync with 0.8.1cvs12
10405                 see ChangeLog 2002-08-05 and 2002-08-06
10406
10407 2002-08-06 [match]      0.8.1claws21
10408
10409         * src/addrclip.c
10410                 improvements to cut/copy/paste address
10411
10412 2002-08-05 [match]      0.8.1claws20
10413
10414         * src/addritem.[ch]
10415         * src/addrcache.c
10416         * src/addrbook.c
10417         * src/editaddress.c
10418         * src/addressbook.c
10419                 fixes to improve cut/copy/paste
10420
10421 2002-08-06 [melvin]     0.8.1claws19
10422
10423         * src/account.[ch]
10424                 account_find_all_from_address(): new function that returns the
10425                 list of all accounts that are matched in an address.
10426         * src/alertpanel.[ch]
10427                 alertpanel() now accepts a custom widget
10428                 alertpanel_with_widget(): new function that pops up a panel with
10429                 a custom widget in it 
10430         * src/gtkutils.[ch]
10431                 gtkut_account_menu_new(): new function that allows the selection
10432                 of an account from a list of accounts.
10433         * src/messageview.c
10434                 Extended Return Receipt notification to select the correct 
10435                 account and to make a security test on the Delivery-Notification
10436                 address which should be the same as the Return-Path.
10437
10438 2002-08-06 [thorsten]   0.8.1claws18
10439
10440         * src/mimeview.c
10441                 attach_all: save unnamed as "noname.%d",
10442                 dont free static dirname
10443
10444 2002-08-05 [alfons]     0.8.1claws17
10445
10446         * configure.in
10447                 detect XIM by trying to link rather than compile a XIM program
10448
10449 2002-08-05 [oliver]     0.8.1claws16
10450                 
10451         * src/stock_pixmap.[ch]
10452                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10453                 o new func to retrieve pixmaps
10454
10455 2002-08-05 [paul]       0.8.1claws15
10456
10457         * sync with 0.8.1cvs10
10458                 see ChangeLog 2002-08-05
10459
10460 2002-08-04 [alfons]     0.8.1claws14
10461
10462         * src/textview.c
10463                 see if this plugs memleak
10464
10465 2002-08-04 [melvin]     0.8.1claws13
10466
10467         * src/gtkspell.c
10468                 fixed bug that could crash Sylpheed when highlighting
10469                 all misspelled words.
10470
10471 2002-08-03 [melvin]     0.8.1claws12
10472
10473         * src/prefs_actions.c
10474                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10475         * src/messageview.c
10476                 fixed bug where the Return Receipt was sent to
10477                 Delivery-Notification-To address even if it was not present
10478
10479 2002-08-02 [alfons]     0.8.1claws11
10480
10481         * src/prefs_actions.c
10482                 o more check for NULLs
10483                 o put create_io_dialog() in right conditional block
10484
10485 2002-08-02 [paul]       0.8.1claws10
10486
10487         * po/es.po
10488                 updated by Ricardo Mones Lastra
10489
10490 2002-08-01 [christoph]  0.8.1claws9
10491
10492         * src/folder.c
10493                 don't free the cache of the opened
10494                 folder in the summaryview
10495         * src/summaryview.c
10496                 don't unset flags, if it is not required
10497
10498 2002-08-01 [paul]       0.8.1claws8
10499
10500         * sync with 0.8.1cvs8
10501                 see ChangeLog entry 2002-08-01
10502
10503 2002-08-01 [paul]       0.8.1claws7
10504
10505         * sync with 0.8.1cvs7
10506                 see ChangeLog 2002-07-31 and 2002-08-01
10507
10508 2002-07-31 [christoph]  0.8.1claws6
10509
10510         * src/mainwindow.c
10511                 forgot to update menu sensitivity
10512                 function for new menu entry
10513
10514 2002-07-31 [alfons]     0.8.1claws5
10515
10516         * src/main.c
10517                 check folder item and its path for NULL on
10518                 initial processing
10519
10520 2002-07-31 [christoph]  0.8.1claws4
10521
10522         * src/folder.c
10523                 check if folder_item_get_msginfo in
10524                 folder_item_remove_msg returned NULL
10525         * src/imap.c
10526                 better clear the uid cache in the
10527                 uid validity check function and delete
10528                 cached messages
10529
10530 2002-07-31 [paul]       0.8.1claws3
10531
10532         * man/sylpheed.1
10533                 add the '--attach' option and a few other
10534                 minor changes
10535
10536 2002-07-31 [paul]       0.8.1claws2
10537
10538         * sync with 0.8.1cvs5
10539                 see ChangeLog 2002-07-31
10540
10541 2002-07-31 [christoph]  0.8.1claws1
10542
10543         * src/folderview.[ch]
10544         * src/mainwindow.c
10545                 replace "Rescan all folders..." with
10546                 "Check all folders for new messages..."
10547
10548 2002-07-30 [paul]       0.8.1claws
10549
10550         * version 0.8.1claws released
10551
10552 2002-07-30 [paul]       0.8.0claws29
10553
10554         * tools/OOo2sylpheed.pl ** NEW FILE **
10555           tools/README
10556                 add script to enable sending documents as
10557                 attachments from OpenOffice.org
10558
10559 2002-07-30 [melvin]     0.8.0claws28
10560
10561         * src/prefs_actions.c
10562                 Made the actions' input/output dialog display
10563                 without delay.
10564
10565 2002-07-30 [christoph]  0.8.0claws27
10566
10567         * src/procmsg.c
10568                 check if folder_item_get_msginfo in
10569                 procmsg_save_to_outbox returned NULL
10570
10571 2002-07-30 [paul]       0.8.0claws26
10572
10573         * sync with 0.8.1cvs4
10574                 see ChangeLog 2002-07-29
10575
10576 2002-07-29 [thorsten]   0.8.0claws25
10577
10578         * README.claws
10579                 added selective download, delete on server
10580
10581 2002-07-29 [paul]       0.8.0claws24
10582
10583         * sync with 0.8.1cvs3
10584                 see ChangeLog 2002-07-29
10585
10586 2002-07-27 [christoph]  0.8.0claws23
10587
10588         * src/folder.c
10589                 add extra check if fetching the msginfo
10590                 returned NULL
10591
10592 2002-07-27 [paul]       0.8.0claws22
10593
10594         * sync with 0.8.1cvs2
10595                 see ChangeLog 2002-07-26
10596
10597 2002-07-27 [christoph]  0.8.0claws21
10598
10599         * src/imap.c
10600                 add another check if a valid msginfo
10601                 was returned
10602
10603 2002-07-26 [hoa]        0.8.0claws20
10604
10605         * src/folder.c
10606                 Fixed a condition in folder_item_destroy()
10607
10608         * src/imap.c
10609                 Fixed an error in IMAP protocol
10610
10611 2002-07-26 [alfons]     0.8.0claws19
10612
10613         * src/folder.c
10614                 ofcourse compare with identifier, not the path
10615
10616 2002-07-26 [alfons]     0.8.0claws18
10617
10618         * src/folder.c
10619                 use folder item identifier for saving / restoring
10620                 preferences because folder->path might not be unique
10621
10622 2002-07-26 [melvin]     0.8.0claws17
10623
10624         * src/logwindow.c
10625                 Fixed a crash introduced in 0.8.0claws5 when log is 
10626                 cut under 80 characters.
10627
10628 2002-07-26 [paul]       0.8.0claws16
10629
10630         * sync with 0.8.1cvs1
10631                 see ChangeLog 2002-07-26
10632
10633 2002-07-26 [christoph]  0.8.0claws15
10634
10635         * src/imap.[ch]
10636                 imap folder now remembers the last selected
10637                 folder and imap_fetch_msginfo skips selecting
10638                 the folder if it is already selected
10639
10640 2002-07-26 [christoph]  0.8.0claws14
10641
10642         * src/folder.c
10643         * src/folderview.c
10644         * src/imap.c
10645                 fix imap folder rescanning
10646
10647 2002-07-25 [christoph]  0.8.0claws13
10648
10649         * src/filter.c
10650         * src/folder.[ch]
10651         * src/folderview.c
10652         * src/imap.[ch]
10653         * src/mainwindow.c
10654         * src/mbox_folder.c
10655         * src/mh.c
10656         * src/news.c
10657                 implement imap uid cache and uid validity check
10658
10659 2002-07-25 [alfons]     0.8.0claws12
10660
10661         * src/summaryview.c
10662                 fix a brown paper bag bug, and also add some more
10663                 checks
10664
10665 2002-07-25 [christoph]  0.8.0claws11
10666
10667         * src/folder.c
10668                 don't mix copy, fetch_msginfo and remove
10669                 operations in folder item copy and move
10670                 operations
10671
10672 2002-07-25 [christoph]  0.8.0claws10
10673
10674         * src/folderview.c
10675         * src/mainwindow.c
10676         * src/prefs_folder_item.c
10677         * src/summaryview.[ch]
10678                 remove no longer required parameter update_cache from
10679                 summary_show
10680
10681 2002-07-25 [paul]       0.8.0claws9
10682
10683         * sync with 0.8.1
10684         
10685         * AUTHORS
10686                 a few corrections
10687
10688 2002-07-24 [alfons]     0.8.0claws8
10689
10690         * src/summaryview.c
10691                 sort correctly when using simplified subject line
10692                 (closes feature request "[ 585141 ] applying regexp to subject 
10693                 before sort" submitted by Alexandra Walford)
10694
10695 2002-07-24 [paul]       0.8.0claws7
10696
10697         * sync with 0.8.0cvs3
10698                 see ChangeLog 2002-07-24
10699
10700 2002-07-23 [christoph]  0.8.0claws6
10701
10702         * src/folder.c
10703         * src/folder.h
10704         * src/summaryview.c
10705         * src/summaryview.h
10706         * src/main.c
10707                 o separate processing and summaryview
10708                 o removed summary_write_cache from summaryview
10709                 o removed summaryview->killed_messages, because we don't have
10710                   to keep a list of killed messages anymore. New cache will
10711                   keep the hidden messages in cache anyway
10712         * src/folderview.c
10713         * src/inc.c
10714         * src/selective_download.c
10715                 o removed unnecessary summary_write_cache calls
10716         * src/procmsg.c
10717                 o don't set ignore thread flag in procmsg_get_thread_tree
10718                   if it is already set
10719         * src/mainwindow.c
10720         * src/statusbar.h
10721                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10722                   they are used in different files
10723
10724 2002-07-23 [melvin]     0.8.0claws5
10725
10726         * src/addressbook.c
10727         * src/addrgather.c
10728         * src/editaddress.c
10729         * src/editgroup.c
10730         * src/editldap_basedn.c
10731         * src/importldif.c
10732         * src/prefs_common.c
10733                 Fixed few memory leak (gtk_editable_get_chars returns
10734                 an allocated string)
10735         * src/logwindow.c
10736                 Fixed few memory leak (gtk_editable_get_chars returns
10737                 an allocated string) and modified a little the log cutting
10738                 loop.
10739         * src/compose.c
10740                 Replaced a call to an obsolete function gtk_entry_get_text()
10741                 by gtk_editable_get_chars()
10742         * src/send.c
10743                 Removed a debug printf
10744
10745 2002-07-23 [christoph]  0.8.0claws4
10746
10747         * src/filesel.c
10748                 fix another g_dirname memory leak
10749
10750 2002-07-23 [christoph]  0.8.0claws3
10751
10752         * src/mh.c
10753                 fixed a memory leak in mh_fetch_msginfo
10754                 fixed crash when message header could not be
10755                 parsed
10756
10757 2002-07-23 [paul]       0.8.0claws2
10758
10759         * sync with 0.8.0cvs2
10760                 see ChangeLog 2002-07-23
10761
10762 2002-07-23 [paul]       0.8.0claws1
10763
10764         * sync with 0.8.0cvs1
10765                 see ChangeLog 2002-07-23
10766
10767 2002-07-23 [paul]       0.8.0claws
10768
10769         * release of 0.8.0claws
10770
10771 2002-07-23 [paul]       0.7.8claws99
10772
10773         * po/ru.po
10774                 new Russian translation, submitted by
10775                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10776
10777 2002-07-22 [jens]       0.7.8claws98
10778
10779         * po/de.po
10780                 Updated German translations.
10781
10782 2002-07-22 [paul]       0.7.8claws97
10783
10784         * po/es.po
10785           po/it.po
10786           po/nl.po
10787           po/pt_BR.po
10788                 updated translations by Ricardo Mones Lastra,
10789                 Alessandro Maestri, Wilbert Berendsen and 
10790                 Fabio Jr. Beneditto respectively
10791
10792 2002-07-22 [christoph]  0.7.8claws96
10793
10794         * src/mimeview.c
10795                 fix memory leak caused by wrong g_dirname usage
10796
10797 2002-07-22 [christoph]  0.7.8claws95
10798
10799         * src/summaryview.c
10800                 update new and unread message counts for summaryview
10801                 summaryview does not get it from the folder anymore
10802                 and has to update the values itself
10803
10804 2002-07-22 [melvin]     0.7.8claws94
10805
10806         * po/fr.po
10807                 Updated French translations.
10808
10809 2002-07-22 [christoph]  0.7.8claws93
10810
10811         * src/matcher.c
10812                 set prop->preg pointer to NULL or following check
10813                 will not fail and regexec will be called with
10814                 invalid pointer
10815
10816 2002-07-21 [alfons]     0.7.8claws92
10817         
10818         * src/prefs_common.[ch]
10819                 remove option "Send return receipt on request"
10820
10821 2002-07-21 [thorsten]   0.7.8claws91
10822
10823         * src/mimeview.c
10824                 fixed memleaks, coding style as pointed out by alfons
10825
10826 2002-07-21 [alfons]     0.7.8claws90
10827
10828         * src/messageview.c
10829         * src/noticeview.[ch]
10830                 o fix bug notice view being displayed when going to empty folder 
10831                   (noticed by Christoph)
10832                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10833                   (noticed by Thorsten)
10834
10835 2002-07-21 [thorsten]   0.7.8claws89
10836
10837         * src/mimeview.c
10838                 Included save_all patch from Xaview FACQ
10839                 added support for pathnames
10840
10841 2002-07-21 [alfons]     0.7.8claws88
10842
10843         * po/POTFILES.in
10844         * src/Makefile.am
10845         * src/mainwindow.c
10846         * src/messageview.[ch]
10847         * src/noticeview.c      ** NEW FILE **
10848         * src/noticeview.h      ** NEW FILE **
10849                 make return receipts work again
10850                 (UI idea by Leandro Pereira)
10851
10852 2002-07-21 [paul]       0.7.8claws87
10853
10854         * src/summaryview.c
10855                 fix sensitivity of 'Select thread'
10856
10857 2002-07-21 [paul]       0.7.8claws86
10858
10859         * src/prefs_common.c
10860                 add browser command line for Galeon
10861
10862 2002-07-21 [paul]       0.7.8claws85
10863
10864         * Makefile.am
10865                 fix 'EXTRA_DIST': remove README.README, add TODO
10866                 and TODO.claws
10867
10868 2002-07-21 [alfons]     0.7.8claws84
10869
10870         * src/gtkstext.c
10871                 make enter clear selection
10872                 (closes "[ 579888 ] Editor selection/entry error"
10873                 reported by Steve Lamb)
10874
10875 2002-07-21 [alfons]     0.7.8claws83
10876         
10877         * src/summaryview.c
10878                 sort message list when selecting unthread messages
10879                 (closes "[ 501593 ] switching threaded view doesn't sort"
10880                 reported by Simon Schubert)
10881
10882 2002-07-20 [alfons]     0.7.8claws82
10883         
10884         * src/matcher.c
10885                 const-correctness
10886
10887 2002-07-20 [thorsten]   0.7.8claws81
10888
10889         * src/matcher.c
10890                 Fixed expansion of empty fields in matchactions
10891
10892 2002-07-19 [melvin]     0.7.8claws80
10893
10894         * src/gtkspell.c
10895                 Removed a duplicate menu entry (fast mode) introduced during
10896                 the new cache merge
10897                 Added a menu separator between 'Use alternate' and 'Fast mode'
10898
10899 2002-07-19 [paul]       0.7.8claws79
10900
10901         * tools/Makefile.am
10902           tools/README
10903                 correct typos
10904
10905 2002-07-19 [thorsten]   0.7.8claws78
10906
10907         * tools/calypso_convert.pl      ** NEW FILE **
10908           tools/README
10909           tools/Makefile.am
10910                 script to import mbox files exported
10911                 by calypso
10912                 o generates folder structure
10913                 o includes attachments
10914
10915 2002-07-19 [melvin]     0.7.8claws77
10916
10917         * src/selective_download.[ch]
10918                 Fixed bug where closing the dialog with the window manager's
10919                 close button will not unlock the summary
10920                 Corrected some function declarations that missed a return value
10921                 Made the source code comply better with coding style.
10922         * src/prefs_common.c
10923                 Added new browser command line for Mozilla.
10924
10925 2002-07-18 [paul]       0.7.8claws76
10926
10927         * src/mainwindow.c
10928           src/selective_download.[ch]
10929                 reflect theme changes, fix Gdk Warning when creating 
10930                 pixmap from NULL window, and minor clean up.
10931                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10932
10933         * po/en_GB.po
10934                 updated
10935
10936 2002-07-17 [paul]       0.7.8claws75
10937
10938         * INSTALL[.jp]
10939                 sync with 0.8.0
10940         
10941         * po/en_GB.po
10942                 updated
10943
10944 2002-07-16 [paul]       0.7.8claws74
10945
10946         * tools/filter_conv.pl
10947           tools/README
10948                 replace conversion script with reimplemented version, 
10949                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10950
10951 2002-07-16 [colin]      0.7.8claws73
10952
10953         * src/summaryview.c
10954                 remove forgotten debug messages - sorry ;-)
10955
10956 2002-07-16 [colin]      0.7.8claws72
10957
10958         * src/mimeview.c
10959           src/summaryview.c
10960           src/textview.c
10961           src/textview.h
10962                 add the ability to select part of a text mime-part 
10963                 to reply.
10964
10965 2002-07-15 [christoph]  0.7.8claws71
10966
10967         * src/folder.c
10968                 fix folder message count for folders without
10969                 msg_is_changed (includes news folders)
10970
10971 2002-07-15 [martin]     0.7.8claws70
10972
10973         * src/summaryview.c
10974                 option "display recipient on 'From'..." now works
10975                 without the need of enabling the option
10976                 "display  sender  using  address  book".
10977
10978 2002-07-15 [christoph]  0.7.8claws69
10979
10980         * src/summaryview.c
10981                 removed setting folder status from summaryview.
10982                 folder.c should update all message counts correctly.
10983
10984 2002-07-15 [paul]       0.7.8claws68
10985
10986         * po/pt_BR.po
10987                 updated by Fabio Junior Beneditto
10988
10989 2002-07-15 [darko]      0.7.8claws67
10990
10991         * src/mh.c
10992                 Fixed target folder colorization, don't decrease op
10993                 number twice
10994
10995 2002-07-14 [paul]       0.7.8claws66
10996
10997         * sync with main 0.8.0
10998                 see ChangeLog 2002-07-14
10999
11000 2002-07-13 [melvin]     0.7.8claws65
11001         
11002         * src/addrbook.c
11003         * src/addressbook.c
11004         * src/addrindex.c
11005                 Replaced sprintf by g_snprintf to prevent possible buffer
11006                 overflow.
11007         * src/news.c
11008                 Corrected a log message output format.
11009                 Added a missing "done" debug output.
11010         * src/compose.c
11011                 Added keyboard accelerator for Priority menu items
11012                 Added missing \n in debug output
11013         * src/logwindow.c
11014         * src/gtkspell.c
11015         * src/rfc2015.c
11016                 Added missing \n in debug output
11017
11018 2002-07-13 [paul]       0.7.8claws64
11019
11020         * man/sylpheed.1
11021                 change Sergey's email address to the sf address
11022
11023         * src/textview.c
11024                 increase show_url_timeout (more useful for long
11025                 urls)
11026
11027 2002-07-12 [sergey]     0.7.8claws63
11028
11029         * src/rfc2015.c
11030                 applied (with some modifications) patch to set the
11031                 micalg parameter for signatures
11032                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11033
11034 2002-07-12 [sergey]     0.7.8claws62
11035
11036         * man/Makefile.am
11037         * configure.in
11038                 fixed man page installation
11039
11040 2002-07-12 [paul]       0.7.8claws61
11041
11042         * sync with 0.7.8cvs26
11043                 see ChangeLog 2002-07-11 and 2002-07-12
11044
11045 2002-07-11 [christoph]  0.7.8claws60
11046
11047         * src/compose.c
11048         * src/procmsg.c
11049                 first use the message number to find the message
11050                 to mark with a reply flag but check the
11051                 message-id if we got the correct message, if not
11052                 try to find it by message-id.
11053                 use new string seperator that is not allowed
11054                 in message-ids.
11055
11056 2002-07-11 [paul]       0.7.8claws59
11057
11058         * sync with 0.7.8cvs23
11059                 see ChangeLog 2002-07-10
11060
11061 2002-07-10 [christoph]  0.7.8claws58
11062
11063         * src/folder.[ch]
11064         * src/msgcache.[ch]
11065                 Added message-id table to the cache in memory
11066                 and functions to msgcache.c and folder.c to
11067                 fetch MsgInfos by message id
11068         * src/compose.c
11069         * src/procmsg.c
11070                 store folder and message-id of message replying
11071                 to in queue header and set reply flag after sending
11072                 (Closes bug #469498)
11073
11074 2002-07-10 [paul]       0.7.8claws57
11075
11076         * AUTHORS
11077           man/sylpheed.1.gz
11078                 add Martin to the list of authors
11079
11080 2002-07-09 [martin]     0.7.8claws56
11081         * src/gtksctree.c
11082                 Added gtk_ctree_last_visible(), tree_update_level(),
11083                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11084                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11085                 from gtk+ to gtksctree.c for the new sorting code
11086                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11087                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11088         * src/gtksctree.h
11089                 Added declaration for gtk_sctree_sort_recursive() and
11090                 gtk_sctree_sort_node
11091         * src/addressbook.c
11092         * src/foldersel.c
11093         * src/folderview.c
11094         * src/summaryview.c
11095                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11096                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11097
11098 2002-07-08 [paul]       0.7.8claws55
11099
11100         * more sync with 0.7.8cvs21
11101                 see ChangeLog 2002-07-08
11102
11103 2002-07-08 [paul]       0.7.8claws54
11104
11105         * sync with 0.7.8cvs21
11106                 see ChangeLog 2002-07-08
11107
11108 2002-07-07 [alfons]     0.7.8claws53
11109
11110         * src/Makefile.am
11111         * src/stock_pixmap.[ch]
11112         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11113         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11114         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11115                 add new pixmaps for upcoming notice pane
11116
11117 2002-07-06 [melvin]     0.7.8claws52
11118
11119         * src/gtkspell.[ch]
11120                 Made them a bit closer to Sylpheed's coding style.
11121                 Removed old code.
11122                 Removed possible memory leaks when some errors occurs.
11123
11124 2002-07-06 [melvin]     0.7.8claws51
11125
11126         * po/Makefile.in.in
11127                 Removed --no-location in xgettext command line to help
11128                 translators that use Emacs' po-mode
11129         * src/quote_fmt.c
11130                 Removed unnecessary comments that messed up sylpheed.pot
11131
11132 2002-07-06 [paul]       0.7.8claws50
11133
11134         * sync with 0.7.8cvs19
11135                 see ChangeLog 2002-07-05
11136
11137 2002-07-06 [christoph]  0.7.8claws49
11138
11139         * src/folder.c
11140         * src/mainwindow.c
11141                 fix folder_item_remove_all_msg and folderview
11142                 status for trash folders after emptying trash
11143
11144 2002-07-05 [paul]       0.7.8claws48
11145
11146         * sync with 0.7.8cvs16
11147                 see ChangeLog 2002-07-04 and 2002-07-05
11148
11149 2002-07-04 [paul]       0.7.8claws47
11150
11151         * sync with 0.7.8cvs14
11152                 see  ChangeLog 2002-07-04
11153
11154 2002-07-03 [alfons]     0.7.8claws46
11155
11156         * src/folder.c
11157                 dupe folder item's path because it's being reallocated
11158                 by new folder scanning code
11159
11160 2002-07-03 [christoph]  0.7.8claws45
11161
11162         * src/imap.c
11163                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11164         * src/msgcache.c
11165                 add missing return in msgcache_write
11166
11167 2002-07-02 [thorsten]   0.7.8claws44
11168
11169         * src/jpilot.c
11170         * src/msgcache.c
11171         * src/rfc2015.c
11172                 use binary mode for file access
11173
11174 2002-07-02 [christoph]  0.7.8claws43
11175
11176         * major code cleanup (part 1)
11177         
11178                 - unused variables removed
11179                 - unused functions removed
11180                 - uninitialized variables checked
11181                 - missing return statements added
11182                 - missing function return types added
11183                 - added parentheses around assignment and
11184                   && in || when suggested by gcc
11185               
11186         * src/mh.c
11187         * src/folder.c
11188                 replaced direct calls to folder->scan_tree
11189                 with folder_scan_tree and restore folder
11190                 prefs in this function. The folder should
11191                 not have to deal with them.
11192                 ( Should now work for all folder types )
11193
11194 2002-07-02 [paul]       0.7.8claws42
11195
11196         * sync with 0.7.8cvs13
11197                 see ChangeLog 2002-07-01 and 2002-07-02
11198
11199 2002-07-01 [christoph]  0.7.8claws41
11200
11201         * src/summaryview.c
11202                 fix "goto next/prev unread message" with
11203                 ignored threads
11204
11205 2002-07-01 [paul]       0.7.8claws40
11206
11207         * po/es.po
11208                 updated by Ricardo Mones Lastra
11209
11210 2002-06-30 [match]      0.7.8claws39
11211
11212         * src/jpilot.c
11213                 applied variation of leonerd's patch (566661) to
11214                 allow multiple email addresses per JPilot entry.
11215                 addresses may be separated by space, comma, pipe,
11216                 semi-colon, new-line.
11217
11218 2002-06-30 [alfons]     0.7.8claws38
11219
11220         * src/procmsg.c
11221                 simple fix for putting older nodes before
11222                 newer nodes when threading by subject
11223
11224 2002-06-30 [christoph]  0.7.8claws37
11225
11226         * src/folder.c
11227         * src/folderview.c
11228         * src/mh.c
11229         * src/news.c
11230         * src/procmsg.c
11231                 fix broken folder tree rescaning
11232                 and don't use procmsg_get_mark_sum
11233                 anymore
11234
11235 2002-06-30 [christoph]  0.7.8claws36
11236
11237         * merge new cache branch
11238         * src/imap.c
11239                 fix new cache imap copy bug
11240         * src/folder.c
11241                 improved folder_item_scan
11242                 it should now always set the correct
11243                 new, unread and total message counts
11244
11245 2002-06-29 [paul]       0.7.8claws35
11246
11247         * configure.in
11248                 correct syntax error
11249
11250 2002-06-29 [paul]       0.7.8claws34
11251
11252         * configure.in
11253           Makefile.am
11254           man/Makefile.am       ** NEW FILE **
11255           man/sylpheed.1.gz     ** NEW FILE **
11256                 add Sylpheed man page
11257
11258 2002-06-29 [paul]       0.7.8claws33
11259
11260         * po/pt_BR.po
11261                 updated by Fabio Junior Beneditto
11262
11263 2002-06-28 [jens]       0.7.8claws32
11264
11265         * po/de.po
11266                 translation updated
11267
11268         * src/selective_download.c
11269                 removed gettext for space " "
11270
11271         * src/imap.c
11272                 removed wrong space
11273
11274 2002-06-28 [paul]       0.7.8claws31
11275
11276         * sync with 0.7.8cvs11
11277                 see ChangeLog 2002-06-28
11278
11279 2002-06-28 [paul]       0.7.8claws30
11280
11281         * sync with 0.7.8cvs10
11282                 see ChangeLog 2002-06-27 and 2002-06-28
11283
11284 2002-06-26 [paul]       0.7.8claws29
11285
11286         * src/addrgather.c
11287           src/selective_download.c
11288                 don't gettextise empty strings.
11289                 reserved by gettext. gettext("") returns 
11290                 the header entry with meta information, 
11291                 not the empty string
11292
11293         * po/en_GB.po
11294                 updated
11295
11296 2002-06-26 [paul]       0.7.8claws28
11297
11298         * sync with 0.7.8cvs7
11299                 see ChangeLog 2002-06-25
11300
11301         * src/prefs_common.c
11302                 ...and in the process, tweak the gui a little
11303
11304 2002-06-25 [alfons]     0.7.8claws27
11305         
11306         * configure.in
11307         * src/Makefile.am
11308                 fine tune ldap library detection
11309
11310 2002-06-25 [alfons]     0.7.8claws26
11311
11312         * src/compose.c
11313                 don't allow return receipts when composing a news article
11314
11315 2002-06-25 [paul]       0.7.8claws25
11316
11317         * Makefile.am
11318                 add '$(AMTAR)' to 'release' section to allow for
11319                 new and older autotools
11320
11321 2002-06-25 [paul]       0.7.8claws24
11322
11323         * src/summaryview.c
11324                 fix "No more unread messages" persistant pop-up
11325                 window bug
11326
11327 2002-06-25 [paul]       0.7.8claws23
11328
11329         * po/it.po
11330                 updated by Alessandro Maestri
11331
11332 2002-06-25 [paul]       0.7.8claws22
11333
11334         * sync with 0.7.8cvs6
11335                 see ChangeLog 2002-06-25
11336
11337 2002-06-24 [paul]       0.7.8claws21
11338
11339         * tools/update-po
11340                 add GPL copyright information
11341
11342 2002-06-24 [paul]       0.7.8claws20
11343
11344         * tools/Makefile.am
11345           tools/README
11346           tools/update-po       ** NEW FILE **
11347                 add script that eases the creation of *.po files
11348                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11349
11350 2002-06-23 [alfons]     0.7.8claws19
11351
11352         * src/messageview.c
11353                 make notification_convert_header obey const correctness
11354                 (next step will be fixing the broken return receipt)
11355
11356 2002-06-23 [paul]       0.7.8claws18
11357
11358         * src/messageview.c
11359                 fix bug introduced in last commit:
11360                 removed too much code in last commit - put back what's
11361                 needed
11362
11363 2002-06-23 [paul]       0.7.8claws17
11364
11365         * src/messageview.[ch]
11366                 remove code committed in error from locally patched
11367                 source
11368
11369 2002-06-23 [colin]      0.7.8claws16
11370
11371         * src/compose.[ch]
11372                 add compose_entry_select(), used to select the default_to
11373                 email address - hopefully avoiding people sending mails to
11374                 wrong recipients.
11375
11376 2002-06-22 [alfons]     0.7.8claws15
11377
11378         * AUTHORS
11379                 add Bram Metsch & Stanislav Karchebny
11380         * src/smtp.[ch]
11381         * src/prefs_account.[ch]
11382         * src/send.c
11383                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11384                   options.  (see <http://sourceforge.net/tracker/index.php
11385                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11386
11387                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11388                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11389
11390 2002-06-22 [paul]       0.7.8claws14
11391
11392         * sync with 0.7.8cvs5
11393                 see ChangeLog 2002-06-19 and 2002-06-20
11394
11395 2002-06-22 [alfons]     0.7.8claws13
11396
11397         * src/selective_download.c
11398                 fix a stupid mistake I made
11399
11400 2002-06-22 [alfons]     0.7.8claws12
11401
11402         * src/selective_download.[ch]
11403                 fix another unnoticed leak; cleanup code
11404
11405 2002-06-21 [alfons]
11406
11407         * tools/Makefile.am
11408                 gpg-sign <-- gpg-sign-syl
11409
11410 2002-06-21 [alfons]     0.7.8claws11
11411
11412         * src/selective_download.c
11413         * src/selective_download.h
11414                 fix assorted mix of allocation errors (should solve
11415                 problem reported by Philippe GramoullĂ©, see:
11416                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11417
11418 2002-06-20 [melvin]     0.7.8claws10
11419
11420         * tools/gpg-sign *REMOVED*
11421           tools/gpg-sign-syl *ADDED*
11422                 Replaced the gpg clearsigning script with the version using
11423                 xterm instead of ssh-askpass and changed its name.
11424
11425         * README.claws
11426                 Updated actions example to reflect the renaming of the
11427                 gpg clearsigning script.
11428
11429 2002-06-19 [paul]       0.7.8claws9
11430
11431         * sync with 0.7.8claws9
11432                 see ChangeLog 2002-06-18 and 2002-06-19
11433
11434 2002-06-19 [paul]       0.7.8claws8
11435
11436         * sync with 0.7.8cvs1
11437                 see ChangeLog 2002-06-18
11438
11439 2002-06-18 [alfons]     0.7.8claws7
11440
11441         * src/mainwindow.h
11442                 add omitted prototype
11443
11444 2002-06-17 [paul]       0.7.8claws6
11445
11446         * src/mainwindow.c
11447                 fix hiding of exec_btn
11448
11449 2002-06-17 [paul]       0.7.8claws5
11450
11451         * src/pop.c
11452                 remove unneeded code: should_delete() 
11453                 and Pop3State::uidl_todelete_list
11454
11455 2002-06-17 [paul]       0.7.8claws4
11456
11457         * sync with 0.7.8
11458                 see ChangeLog 2002-06-11 and 2002-06-13
11459
11460 2002-06-16 [alfons]     0.7.8claws3
11461         
11462         * src/folder.c
11463                 make sure lock sort mode (claws specific) is
11464                 also persists after a tree rescan
11465
11466 2002-06-16 [alfons]     0.7.8claws2
11467
11468         * src/prefs_folder_item.c
11469         * src/folder.[ch]
11470                 fix persistence of folder sort mode (broken
11471                 by adapting Hiro's new folder persistence code)
11472
11473 2002-06-16 [alfons]     0.7.8claws1
11474
11475         * AUTHORS
11476         * src/logwindow.c
11477         * src/prefscommon.[ch]
11478                 control size of log text in log window; 
11479                 closes patch #569155 submitted by Mitko Haralanov.
11480
11481 2002-06-15 [paul]       0.7.8claws
11482
11483         * release of 0.7.8claws
11484
11485 2002-06-15 [paul]       0.7.7claws
11486
11487         * po/pt_BR.po
11488                 updated by Fabio Junior Beneditto
11489
11490 2002-06-14 [paul]       0.7.6claws49
11491
11492         * po/es.po
11493                 updated by Ricardo Mones Lastra
11494
11495 2002-06-14 [paul]       0.7.6claws48
11496
11497         * po/nl.po
11498                 updated translation by Wilbert Berendsen
11499
11500 2002-06-14 [melvin]     0.7.6claws47
11501
11502         * po/fr.po
11503                 Updated French translation
11504
11505 2002-06-13 [paul]       0.7.6claws46
11506
11507         * src/filesel.c
11508                 allow filename to be typed in, rather than just
11509                 selected by the mouse. Patch by Gustavo Noronha Silva.
11510
11511 2002-06-13 [alfons]     0.7.6claws45
11512
11513         * src/mainwindow.[ch]
11514                 more cleanups (removing unnecessary menu items Expand 
11515                 summary / message view)
11516
11517 2002-06-13 [melvin]     0.7.6claws44
11518
11519         * po/POTFILES.in
11520                 Added src/string_match.c
11521         * src/string_match.c
11522                 Fixed possible buffer overflow.
11523                 Corrected typo.
11524                 Added missing config.h header.
11525         * src/prefs_common.c
11526           src/prefs_matcher.c
11527           src/prefs_scoring.c
11528                 Made some strings translatable (missing _(..)).
11529
11530 2002-06-13 [melvin]     0.7.6claws43
11531
11532         * README.claws
11533                 Corrected action example (verifying clearsigned mail).
11534         * src/prefs_account.c
11535                 Corrected typo.
11536         * src/prefs_common.c
11537                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11538
11539 2002-06-12 [alfons]     0.7.6claws42
11540
11541         * src/summaryview.c
11542                 add init of score column lost in 0.7.6claws42
11543
11544 2002-06-12 [paul]       0.7.6claws41
11545
11546         * src/prefs_account.c
11547                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11548                 behavior of the radio buttons, (from 0.7.7cvs2)
11549
11550 2002-06-11 [alfons]     0.7.6claws40
11551
11552         * src/messageview.[ch]
11553         * src/summaryview.[ch]
11554         * src/summary_search.c
11555         * src/mainwindow.c
11556                 perform a sync to bring in Hiro's separate view implementation 
11557
11558                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11559
11560 2002-06-11 [paul]       0.7.6claws39
11561         
11562         * src/prefs_account.c
11563                 correct a typo on the Receive tab
11564
11565 2002-06-10 [match]      0.7.6claws38
11566
11567         * src/addressbook.c
11568                 Included address completion patch from Gustavo Noronha.
11569
11570 2002-06-10 [paul]       0.7.6claws37
11571
11572         * src/inc.[ch]
11573           src/pop.c
11574           src/prefs_account.[ch]
11575           src/selective_download.[ch]
11576                 apply PATCH #561712
11577                  NEW:
11578                 - check if POP Account
11579                 - Receive Button renamed to Preview
11580                 - Preview Button Popup: preview new/all messages
11581                 - Download Button
11582                 - Account Preferences-->Receive tab checkbutton if you
11583                   want to remove Mail after Download
11584                 -: default YES
11585                 - Account Preferences-->Receive tab checkbutton use
11586                   filtering rules on preview
11587                   (think of delete_on_server)
11588                 -: default YES
11589                 - Account selectable from SD dialog
11590                 - checkbutton to show already downloaded messages if
11591                   all messages are previewed
11592                 - new clist column showing Date
11593                 - ESC KEY close
11594                 FIXES:
11595                 - play ball with UIDL
11596                 - fault tolerant (?) 
11597                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11598
11599 2002-06-10 [melvin]     0.7.6claws36
11600
11601         * README.claws
11602                 Added a hint to ac/README in cvs instructions.
11603
11604         * src/prefs_actions.c
11605                 Made it possible to use a more elaborate command line
11606                 for asynchronous actions, too.
11607
11608 2002-06-10 [melvin]     0.7.6claws35
11609         
11610         * src/prefs_actions.c
11611                 Make it possible to use a more elaborate command line
11612                 (e.g. |foo|bar|cat>there;echo Done|)
11613                 Corrected error message when calling %f, %F and %p commands
11614                 from the compose window.
11615
11616 2002-06-09 [colin]      0.7.6claws34
11617
11618         * src/summaryview.c
11619                 Automatically find unread messages in current folder
11620                 before annoying the user.
11621
11622 2002-06-08 [alfons]     0.7.6claws33
11623
11624         * po/it.po
11625                 remove bad formatting string in it.po translation
11626                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11627
11628 2002-06-08 [paul]       0.7.6claws32
11629
11630         * sync with 0.7.6cvs25
11631                 see ChangeLog 2002-06-07
11632
11633 2002-06-05 [paul]       0.7.6claws31
11634
11635         * src/mainwindow.c
11636                 add 'Sort by locked' and 'Sort by score'
11637
11638 2002-06-05 [paul]       0.7.6claws30
11639
11640         * sync with 0.7.6cvs24
11641                 see ChangeLog 2002-06-04
11642
11643 2002-06-04 [paul]       0.7.6claws29
11644
11645         * po/pt_BR.po
11646                 updated by Fabio Junior Beneditto
11647
11648 2002-06-03 [thorsten]   0.7.6claws28
11649
11650         * src/matcher.c
11651                 fclose() matcherrc after reading
11652
11653 2002-06-03 [paul]       0.7.6claws27
11654
11655         * sync with 0.7.6cvs21
11656                 see ChangeLog 2002-05-31
11657
11658 2002-05-31 [paul]       0.7.6claws26
11659
11660         * sync with 0.7.6cvs20
11661                 see ChangeLog 2002-05-29 and 2002-05-30
11662
11663 2002-05-31 [paul]       0.7.6claws25
11664
11665         * src/imap.c
11666                 hopefully fix last buggy sync
11667
11668         * README.claws
11669                 correct typo in 'Actions' examples
11670
11671 2002-05-29 [paul]       0.7.6claws24
11672
11673         * sync with 0.7.6cvs18
11674                 see ChangeLog 2002-05-28 and 2002-05-29
11675
11676         * src/news.c
11677           src/nntp.[ch]
11678                 sync with above 
11679
11680 2002-05-28 [paul]       0.7.6claws23
11681
11682         * sync with 0.7.6cvs16
11683                 see ChangeLog 2002-05-28
11684
11685 2002-05-27 [thorsten]   0.7.6claws22 
11686
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                 corrected DOS lineendings
11692         * faq/de/sylpheed-faq-1.html
11693           faq/de/sylpheed-faq-2.html
11694           faq/en/sylpheed-faq-1.html
11695           faq/en/sylpheed-faq-2.html
11696           faq/en/sylpheed-faq-3.html
11697           faq/es/sylpheed-faq-1.html
11698           faq/es/sylpheed-faq-2.html
11699           faq/es/sylpheed-faq-3.html
11700           faq/fr/sylpheed-faq-1.html
11701           faq/it/sylpheed-faq-1.html
11702           faq/it/sylpheed-faq-2.html
11703           faq/it/sylpheed-faq-3.html
11704           faq/it/sylpheed-faq.html
11705                 changed ">" to &quot;
11706
11707 2002-05-27 [paul]       0.7.6claws21
11708         
11709         * sync with 0.7.6cvs15
11710                 see ChangeLog 2002-05-27
11711
11712 2002-05-27 [paul]       0.7.6claws20
11713
11714         * src/prefs_account.c
11715                 correct a typo
11716
11717 2002-05-26 [paul]       0.7.6claws19
11718
11719         * tools/README
11720                 correct a typo
11721
11722 2002-05-25 [paul]       0.7.6claws18
11723
11724         * tools/README
11725                 add description of kmail2sylpheed.pl
11726
11727 2002-05-25 [paul]       0.7.6claws17
11728
11729         * tools/kmail2sylpheed.pl       ** NEW FILE **
11730                 perl script that converts an exported Kmail address
11731                 book, converts it to sylpheed addressbook file,
11732                 writes the file to .sylpheed, and updates
11733                 addrbook--index.xml 
11734
11735 2002-05-25 [paul]       0.7.6claws16
11736
11737         * sync with 0.7.6cvs14
11738                 see ChangeLog 2002-05-23
11739
11740 2002-05-24 [paul]       0.7.6claws15
11741
11742         * README.claws
11743                 make a correction and add some more info
11744
11745 2002-05-24 [paul]       0.7.6claws14
11746
11747         * src/compose.c
11748                 fix memory leak in 
11749                 compose_redirect_write_headers_from_headerlist()
11750                 add Subject and Resent-Message-ID to
11751                 compose_redirect_write_headers()
11752                 Received, Subject, and X-UIDL are filtered out in 
11753                 compose_redirect_write_to_file()
11754
11755 2002-05-23 [paul]       0.7.6claws13
11756
11757         * src/compose.[ch]
11758           src/filtering.c
11759           src/mainwindow.c
11760           src/matcher.[ch]
11761           src/matcher_parser_lex.l
11762           src/matcher_parser_parse.y
11763           src/prefs_common.[ch]
11764           src/prefs_filtering.c
11765           src/summaryview.c
11766                 rename 'Bounce' to 'Redirect'
11767
11768 2002-05-23 [paul]       0.7.6claws12
11769
11770         * more sync with 0.7.6cvs13
11771           src/compose.c
11772                 see ChangeLog 2002-05-22
11773
11774 2002-05-22 [paul]       0.7.6claws11
11775
11776         * sync with 0.7.6cvs13
11777           src/codeconv.c
11778                 see ChangeLog 2002-05-20
11779           src/prefs_common.c
11780                 see ChangeLog 2002-05-22
11781
11782 2002-05-21 [melvin]     0.7.6claws10
11783
11784         * src/folderview.c
11785                 Added missing filtering and scoring headers
11786                 Fixed bad function call that showed garbage 
11787                 in Folder->Processing
11788
11789 2002-05-21 [paul]       0.7.6claws9
11790
11791         * tools/Makefile.am
11792                 make all tools executable, (patch by Alfons).
11793
11794 2002-05-20 [alfons]     0.7.6claws8
11795
11796         * src/procheader.c
11797                 don't forget to call mktime() so we have a valid week 
11798                 and year day
11799                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11800
11801 2002-05-20 [paul]       0.7.6claws7
11802
11803         * src/html.c
11804                 fix broken parsing of urls
11805         * src/textview.c
11806                 fix displaying of urls
11807
11808                 both fixes from the patch [547855] by Eugene 
11809                 Brevdo (zonem)
11810
11811 2002-05-19 [alfons]     0.7.6claws6
11812
11813         * configure.in
11814                 make sylpheed configure correctly with the latest
11815                 and greatest of automake / autoconf / gettext
11816
11817 2002-05-19 [alfons]     0.7.6claws5
11818
11819         * src/procheader.c
11820         * src/procheader.h
11821                 add function for returning ime zone offset
11822         * src/quote_fmt.c
11823         * src/quote_fmt_parse.y
11824                 better quotation formatting - does not convert
11825                 to local time, but uses the original date string.
11826                 
11827                 Note: %z inserts the timezone offset (should 
11828                 work also on platforms where strftime does not
11829                 support %z).
11830
11831 2002-05-18 [christoph]  0.7.6claws4
11832
11833         * src/summaryview.c
11834                 fix indentation of some code
11835         * tools/Makefile.am
11836                 fix spaces after \
11837         * src/Makefile.am
11838                 add missing \
11839                 correct path for ignorethread.xpm
11840                 incorrect filename for sylpheed_logo.xpm
11841                 add missing include matcher_parser_parse.h
11842
11843 2002-05-18 [paul]       0.7.6claws3
11844
11845         * sync with 0.7.6cvs8
11846                 see ChangeLog 2002-05-16 and 2002-05-17
11847
11848 2002-05-18 [melvin]     0.7.6claws2
11849
11850         * README.claws
11851                 Corrected an action's definition and fixed some misspellings.
11852
11853 2002-05-18 [paul]       0.7.6claws1
11854
11855         * tools/Makefile.am
11856           tools/gpg-sign        ** new file **
11857           tools/uudec           ** new file **
11858                 add Melvin's Actions scripts
11859
11860         * README.claws
11861                 add Melvin's descriptions for Actions
11862
11863 2002-05-18 [paul]       0.7.6claws
11864
11865         * Version 0.7.6claws released
11866
11867 2002-05-17 [paul]       0.7.5claws32
11868
11869         * po/es.po
11870                 updated by Ricardo Mones Lastra
11871
11872 2002-05-17 [paul]       0.7.5claws31
11873
11874         * src/compose.c
11875                 fix Account prefs default folder for sent/draft/deleted
11876                 messages bug
11877
11878         * po/it.po
11879           po/nl.po
11880                 updated translation by Alessandro Maestri and
11881                 Wilbert Berendsen
11882
11883 2002-05-17 [melvin]     0.7.5claws30
11884
11885         * src/prefs_actions.c
11886                 Fixed bug where using %F not at the end of the command 
11887                 resulted in an additional empty argument being created.
11888                 Thanks to Darko Koruga for reporting the bug.
11889
11890 2002-05-17 [melvin]     0.7.5claws29
11891
11892         * po/fr.po
11893                 Updated French translations.
11894
11895 2002-05-15 [paul]       0.7.5claws28
11896         
11897         * po/es.po
11898                 updated by Ricardo Mones Lastra
11899
11900 2002-05-15 [paul]       0.7.5claws27
11901
11902         * sync with 0.7.6cvs4
11903                 see ChangeLog 2002-05-14 and 2002-05-15
11904
11905 2002-05-14 [paul]       0.7.5claws26
11906
11907         * sync with 0.7.6cvs1
11908                 see ChangeLog 2002-05-13
11909
11910 2002-05-13 [thorsten]   0.7.5claws25
11911
11912         * src/messageview.c
11913                 fix select_all and copy in multipart messages
11914         * src/mainwindow.c
11915                 fix select_all and copy in multipart messages
11916
11917 2002-05-12 [paul]       0.7.5claws24
11918
11919         * src/summaryview.c
11920                 reverse last commit, bug already fixed in 0.7.5claws3
11921
11922 2002-05-12 [netztorte]  0.7.5claws23
11923
11924         * src/summaryview.c
11925                 dont parse empty addressbook (checked in before claws20)
11926
11927 2002-05-12 [melvin]     0.7.5claws22
11928
11929         * src/procmsg.[ch]
11930                 Removed unneeded priority code introduced by the previous 
11931                 commit.
11932
11933 2002-05-12 [melvin]     0.7.5claws21
11934
11935         * src/compose.[ch]
11936                 Added possibility to set message's priority.
11937         * src/procmsg.[ch]
11938                 Added possibility to set message's priority.
11939                 Added missing headers
11940
11941 2002-05-12 [melvin]     0.7.5claws20
11942
11943         * src/prefs_actions.c
11944                 Removed implicitely added quotes around the name
11945                 of the temporary files of mime parts.
11946
11947 2002-05-12 [paul]       0.7.5claws19
11948
11949         * sync with 0.7.5cvs20
11950                 see ChangeLog 2002-05-11
11951
11952 2002-05-12 [alfons]     0.7.5claws18
11953
11954         * src/quote_fmt_lex.l
11955         * src/quote_fmt_parse.y
11956                 allow quote / reply date & time format to be set using
11957                 %D{format}. format is a format string you'd pass to
11958                 strftime() (see man strftime, or the Display tab |
11959                 Date format setting).
11960
11961                 Currently %D converts the date to local time. 
11962
11963 2002-05-11 [paul]       0.7.5claws17
11964
11965         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11966                 see ChangeLog 2002-05-10 and 2002-05-11
11967
11968 2002-05-10 [paul]       0.7.5claws16
11969
11970         * sync with 0.7.5cvs16
11971                 see ChangeLog entries 2002-05-09 and 
11972                 2002-05-10
11973
11974 2002-05-10 [colin]      0.7.5claws15
11975
11976         * src/textview.c
11977                 Corrected a bug that prevented sylpheed to open
11978                 double-clicked URIs.
11979
11980 2002-05-09 [paul]       0.7.5claws14
11981
11982         * sync with 0.7.5cvs14
11983                 see ChangeLog 2002-05-08 and 2002-05-09
11984
11985 2002-05-08 [paul]       0.7.5claws13
11986
11987         * sync with 0.7.5cvs11
11988                 see ChangeLog entry 2002-05-08
11989
11990 2002-05-08 [paul]       0.7.5claws12
11991
11992         * src/mainwindow.c
11993           src/textview.[ch]
11994                 fix segfault on View->Open in new window
11995                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11996
11997 2002-05-07 [paul]       0.7.5claws11
11998
11999         * sync with 0.7.5cvs9
12000                 see ChangeLog entry 2002-05-07
12001
12002 2002-05-06 [paul]       0.7.5claws10
12003
12004         * src/messageview.c
12005           src/textview.c
12006                 display url in statusbar on single-click
12007                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12008
12009 2002-05-06 [match]      0.7.5claws9
12010
12011         * src/addritem.[ch]
12012                 new functions.
12013         * src/addrcache.c
12014                 tidy up.
12015         * src/xmlprops.[ch]
12016                 XML implementation of properties file.
12017         * src/exporthtml.[ch]
12018         * src/expthtmldlg.[ch]
12019         * src/addressbook.c
12020                 export to HTML.
12021
12022 2002-05-02 [sergey]     0.7.5claws8
12023
12024         * src/mainwindow.c (mainwin_entries),
12025           src/prefs_common.c (prefs_send_create()),
12026           src/codeconv.c (locale_table):
12027                 use charset name "Windows-1251" instead of "CP1251".
12028
12029 2002-05-02 [colin]      0.7.5claws7
12030         
12031         * src/compose.c
12032           src/prefs_common.c
12033           src/prefs_folder_item.c
12034                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12035
12036 2002-05-02 [hiro]       0.7.5claws6
12037
12038         * src/imap.c
12039                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12040
12041 2002-05-02 [paul]       0.7.5claws5
12042
12043         * src/compose.c
12044                 more sync with 0.7.5cvs7, see ChangeLog entry
12045                 2002-05-02
12046
12047 2002-05-02 [hiro]       0.7.5claws4
12048
12049         * src/compose.c
12050                 compose_queue_sub():
12051                 check if queue folder exists (closes #550397).
12052                 removed directory creation since it should be handled
12053                 transparently.
12054         * src/imap.c
12055                 imap_add_msg(): return UID for appended message
12056                 (closes #548842).
12057
12058 2002-04-30 [paul]       0.7.5claws3
12059
12060         * src/summaryview.c
12061                 fix account_find_from_address() bug
12062
12063 2002-04-28 [colin]      0.7.5claws2
12064
12065         * src/compose.c
12066           src/textview.c
12067           src/prefs_common.[ch]
12068           src/utils.[ch]
12069                 Added user-definable quotation characters recognition.
12070
12071 2002-04-28 [paul]       0.7.5claws1
12072
12073         * sync with 0.7.5cvs4
12074                 see ChangeLog entry  2002-04-25
12075
12076 2002-04-28 [paul]       0.7.5claws
12077
12078         * po/es.po
12079           po/nl.po
12080           po/pt_BR.po
12081                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12082                 Fabio Junior Beneditto
12083
12084 2002-04-27 [jens]       0.7.4claws103
12085
12086         * po/de.po
12087                 updated German translation.
12088
12089 2002-04-27 [hiro]       0.7.4claws102
12090
12091         * src/summaryview.c
12092                 summary_write_cache(): fixed the mark loss of hidden messages.
12093
12094 2002-04-26 [melvin]     0.7.4claws101
12095
12096         * src/procmsg.c
12097                 fixed a second typo (same one)
12098         * po/fr.po
12099           po/it.po
12100           po/pt_BR.po
12101                 fixed the type again...
12102
12103 2002-04-26 [melvin]     0.7.4claws100
12104
12105         * src/procmsg.c
12106                 fixed a typo in an alert message ("temorary").
12107         * po/it.po
12108         * po/pt_BR.po
12109                 corrected the typo  described above.
12110         * po/fr.po
12111                 updated French translation.
12112
12113 2002-04-26 [darko]      0.7.4claws99
12114
12115         * src/summaryview.c
12116                 fix target folder colorization
12117
12118 2002-04-25 [paul]       0.7.4claws98
12119
12120         * po/it.po
12121                 updated by Alessandro Maestri
12122
12123 2002-04-24 [colin]      0.7.4claws97
12124         
12125         * src/compose.c
12126                 Fixed double "subject is empty" question.
12127
12128 2002-04-23 [colin]      0.7.4claws96
12129         
12130         * src/mimeview.c
12131                 Corrected issue when "automatically display images" was
12132                 not set : first image remained after selecting second.
12133
12134 2002-04-23 [melvin]     0.7.4claws95
12135
12136         * src/prefs_actions.c
12137                 Don't display in/out dialog if there is nothing to show.
12138
12139 2002-04-23 [paul]       0.7.4claws94
12140
12141         * sync with 0.7.5cvs3
12142                 bug fixes: see ChangeLog entry 2002-04-23
12143
12144 2002-04-22 [darko]      0.7.4claws93
12145
12146         * src/compose.c
12147                 fix previous check-in which changed code after
12148                 merge from main
12149
12150 2002-04-22 [paul]       0.7.4claws92
12151
12152         * faq/de/*
12153                 add German FAQ
12154         * faq/en/*
12155           faq/es/*
12156           faq/fr/*
12157                 update English, Spanish and French FAQs
12158         * manual/de/*
12159           manual/es/*
12160                 add German and Spanish manuals
12161         * manual/en/*
12162           manual/fr/*
12163                 update English and French manuals
12164
12165         * src/Makefile.am
12166                 add to and re-arrange the pixmap entries
12167
12168 2002-04-22 [darko]      0.7.4claws91
12169
12170         * src/compose.c
12171                 fix sender initials recognition to only allow
12172                 '>' after the initials
12173
12174 2002-04-21 [paul]       0.7.4claws90
12175
12176         * sync with 0.7.5 release
12177                 see ChangeLog entry 2002-04-21
12178
12179 2002-04-21 [alfons]
12180
12181         * src/Makefile.am
12182                 add colin's new pixmaps to EXTRA_DIST
12183
12184 2002-04-21 [colin]      0.7.4claws89
12185         * src/compose.c
12186         * src/inc.c
12187         * src/mainwindow.[ch]
12188         * src/prefs_common.[ch]
12189         * src/stock_pixmap.[ch]
12190                 Added "Work offline" ability.
12191
12192 2002-04-21 [colin]      0.7.4claws88
12193         
12194         * src/mimeview.c
12195         * src/prefs_common.c
12196         * src/prefs_common.h
12197         * src/textview.c : Added an option to common preferences -> display
12198           to allow user not to automatically display images.
12199
12200 2002-04-21 [paul]       0.7.4claws87
12201
12202         * sync with 0.7.4cvs52
12203                 see ChangeLog entry 2002-04-21 (src/imap.c)
12204
12205 2002-04-21 [paul]       0.7.4claws86
12206
12207         * sync with 0.7.4cvs51
12208                 see ChangeLog entry 2002-04-21
12209
12210 2002-04-21 [paul]       0.7.4claws85
12211
12212         * sync with 0.7.4cvs49
12213                 see ChangeLog entries 2002-04-20 and 2002-04-21
12214
12215         * src/Makefile.am
12216                 clean up: remove old 'stock_' element from xpm 
12217                 filenames.
12218
12219 2002-04-21 [alfons]     0.7.4claws84
12220
12221         apply sync patch from Paul
12222
12223         * src/folderview.c
12224                 use old claws prefs_folder_item_create() for now
12225
12226 2002-04-19 [match]      0.7.4claws83
12227
12228         * src/addressbook.[ch]
12229         * src/addrharvest.[ch]
12230         * src/addrgather.[ch]
12231                 recurse folders.
12232         * src/mainwindow.c
12233         * src/summaryview.[ch]
12234                 change menu option.
12235
12236 2002-04-19 [paul]       0.7.4claws82
12237
12238         * po/pt_BR.po
12239                 updated by Fabio Junior Beneditto
12240
12241 2002-04-14 [alfons]     0.7.4claws81
12242
12243         * src/passphrase.c
12244                 add #include <sys/types.h> for mode_t and off_t 
12245
12246 2002-04-13 [paul]       0.7.4claws80
12247         
12248         * src/main.c
12249           src/passphrase.[ch]
12250           src/pgptext.c
12251           src/prefs_common.[ch]
12252           src/rfc2015.c
12253                 enable storing of GnuPG passphrase for the whole 
12254                 session or a user-defined number of minutes. patch 
12255                 submitted by Ravemax <ravemax@dextrose.com>
12256
12257 2002-04-13 [alfons]     0.7.4claws79
12258
12259         * src/textview.c
12260                 make email parser also stop scanning when encountering separators
12261                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12262
12263 2002-04-13 [paul]       0.7.4claws78
12264
12265         * sync with 0.7.4cvs39
12266                 see ChangeLog entry 2002-04-12
12267
12268 2002-04-11 [paul]       0.7.4claws77
12269
12270         * sync with 0.7.4cvs37
12271                 see ChangeLog entry 2002-04-11
12272
12273 2002-04-11 [paul]       0.7.4claws76
12274
12275         * COPYING 
12276                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12277                 the clause for OpenSSL). sync with sylpheed main
12278
12279 2002-04-09 [melvin]     0.7.4claws75
12280
12281         * src/compose.c
12282                 Made 'Ctrl-Enter' on send ignore some modifiers 
12283                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12284                 to bind other *-Enter (but not Alt-Enter).
12285
12286 2002-04-09 [paul]       0.7.4claws74
12287
12288         * sync with 0.7.4cvs35
12289                 see ChangeLog entries 2002-04-09
12290
12291 2002-04-08 [paul]       0.7.4claws73
12292
12293         * sync with 0.7.4cvs33
12294                 see ChangeLog entry 200-04-08
12295
12296 2002-04-07 [match]      0.7.4claws72
12297
12298         * src/addrharvest.[ch]
12299                 fixed to read all addresses in header, regardless
12300                 of header size. improved name parsing. accommodate
12301                 harvest from folders and selected message.
12302         * src/addritem.[ch]
12303                 included new address parsing function.
12304         * src/addrgather.[ch]
12305         * src/addressbook.[ch]
12306         * src/summaryview.[ch]
12307         * src/mainwindow.c
12308                 allow address harvest of folder as well as selected
12309                 messages.
12310
12311 2002-04-07 [paul]       0.7.4claws71
12312
12313         * src/esmtp.[ch]
12314           src/smtp.c
12315                 don't try to authenticate with CRAM-MD5 in SMTP when 
12316                 SMTP-AUTH enabled if MTA doesn't issue this 
12317                 auth-method in it's ehlo-response. bug item #531364,
12318                 patch item #938910. patch submitted by Colin Leroy 
12319                 <colin@colino.net>
12320
12321 2002-04-07 [paul]       0.7.4claws70
12322
12323         * src/nntp.c
12324                 fix missing MODE_READER bug. patch submitted by
12325                 Colin Leroy <colin@colino.net>
12326
12327 2002-04-07 [alfons]     0.7.4claws69
12328
12329         * src/matcher.[ch]
12330         * src/prefs_filtering.c
12331         * src/summaryview.c
12332                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12333                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12334
12335 2002-04-07 [paul]       0.7.4claws68
12336
12337         * sync with 0.7.4cvs32
12338                 see ChangeLog entry 2002-04-06
12339
12340         * tools/filter_conv.pl
12341                 more bug fixes
12342
12343 2002-04-06 [paul]       0.7.4claws67
12344
12345         * tools/filter_conv.pl
12346                 modify to be able to find the name of the first
12347                 mailbox and use that. main's filter does not
12348                 record the full path to the mailbox and therefore
12349                 can only filter to the first mailbox.
12350
12351 2002-04-05 [paul]       0.7.4claws66
12352
12353         * tools/filter_conv.pl
12354                 attempt to make the script all-encompassing and
12355                 be able to convert any main 'filter' rule thrown
12356                 at it
12357
12358 2002-04-05 [paul]       0.7.4claws65
12359
12360         * tools/filter_conv.pl
12361                 allow for collapsed folder trees
12362
12363 2002-04-05 [paul]       0.7.4claws64
12364
12365         * sync with 0.7.4cvs31
12366                 see ChangeLog entries 2002-04-05
12367
12368 2002-04-03 [paul]       0.7.4claws63
12369
12370         * sync with 0.7.4cvs29
12371                 see ChangeLog entries 2002-04-02 and 2002-04-03
12372
12373 2002-04-02 [paul]       0.7.4claws62
12374
12375         * sync with 0.7.4cvs26
12376                 see ChangeLog entry 2002-04-01
12377
12378 2002-04-02 [match]      0.7.4claws61
12379
12380         * src/pine.[ch]
12381         * src/importpine.[ch]
12382         * src/addressbook.c
12383                 import Pine address book.
12384
12385 2002-04-02 [match]      0.7.4claws60
12386
12387         * src/addrharvest.[ch]
12388                 improve address parsing of funky addresses.
12389
12390 2002-04-02 [darko]      0.7.4claws59
12391
12392         * src/compose.c
12393                 wrap on send improvements, it now recognizes quoted
12394                 initials as part of the quotation string, and it
12395                 does not join lines separated by CR
12396
12397 2002-04-01 [match]      0.7.4claws58
12398
12399         * src/mgutils.[ch]
12400                 added new functions.
12401         * src/mutt.[ch]
12402                 remove excessive duplicate address generation
12403                 on import.
12404
12405 2002-04-01 [alfons]     0.7.4claws57
12406         
12407         * src/summaryview.c
12408                 put back g_free() 
12409
12410 2002-04-01 [paul]       0.7.4claws56
12411
12412         * sync with 0.7.4cvs25
12413                 see ChangeLog entry 2002-04-01
12414
12415 2002-04-01 [alfons]     0.7.4aprilfool55
12416
12417         * src/summaryview.c
12418                 honour feature request item #537427 to allow for
12419                 displaying names from address book for sent mail also
12420
12421 2002-03-29 [paul]       0.7.4claws54
12422
12423         * src/mainwindow.c
12424           src/prefs_filtering.[ch]
12425           src/prefs_matcher.c
12426           src/summaryview.c
12427                 add 'fast filter' for claws' filtering,
12428                 /Tools/Create filter rule/... patch submitted
12429                 by Neill Miller <neillm@thecodefactory.org>
12430
12431 2002-03-29 [paul]       0.7.4claws53
12432
12433         * sync with 0.7.4cvs24
12434                 see ChangeLog entry 2002-03-29
12435
12436 2002-03-28 [paul]       0.7.4claws52
12437
12438         * sync with 0.7.4cvs23
12439                 see ChangeLog entry 2002-03-28
12440
12441 2002-03-27 [melvin]     0.7.4claws51
12442
12443         * src/prefs_actions.c
12444                 Added support to pass only one message part (as a
12445                 file) to the command using '%p'. No quotes are needed
12446                 because doubles quotes are automatically added.
12447                 Fixed bug where Sylpheed could block when waiting for
12448                 a child process to finish.
12449                 Changed the help menu to remove quotes around symbols to 
12450                 avoid misinterpretation (they must not be used).
12451
12452 2002-03-27 [melvin]     0.7.4claws50
12453
12454         * src/inc.c
12455                 Made the new mail notification command always 
12456                 execute asynchronously.
12457
12458 2002-03-27 [paul]       0.7.4claws49
12459
12460         * src/compose.c
12461                 fix bug introduced in last commit
12462
12463 2002-03-27 [paul]       0.7.4claws48
12464
12465         * sync with 0.7.4cvs21
12466                 see ChangeLog 2002-03-26 and 2002-03-27
12467
12468 2002-03-26 [hoa]        0.7.4claws47
12469
12470         * src/prefs_folder_item.c
12471                 really fixed the bug #516442 with folder rescan.
12472
12473 2002-03-26 [paul]       0.7.4claws46
12474
12475         * sync with 0.7.4cvs19
12476                 see ChangeLog entries 2002-03-25 and 2002-03-26
12477
12478 2002-03-25 [hoa]        0.7.4claws45
12479
12480         * src/matcher.c
12481         * src/mh.c
12482                 fix the bug #516442 with folder rescan.
12483
12484         * src/prefs_common.[ch]
12485         * src/compose.c
12486                 added an option to enable two different behaviours
12487                 for bounce.
12488
12489
12490 2002-03-25 [paul]       0.7.4claws44
12491
12492         * src/mainwindow.c
12493           src/selective_download.c
12494                 correct a few menuitem labels
12495
12496 2002-03-25 [christoph]  0.7.4claws43
12497
12498         * src/procmsg.c
12499                 fix non deleted tmp message in
12500                 procmsg_save_to_outbox
12501                 fix problems caused by sync with
12502                 main branch's procmsg_send_queue
12503
12504 2002-03-25 [paul]       0.7.4claws42
12505
12506         * src/quote_fmt.c
12507           src/quote_fmt_lex.l
12508           src/quote_fmt_parse.y
12509                 add Last name (%L) placeholder for quoting. 
12510                 patch submitted by Thorsten Thielen 
12511                 <thth@users.sourceforge.net>
12512
12513 2002-03-25 [paul]       0.7.4claws41
12514
12515         * src/utils.c
12516                 get full hostname. patch submitted by
12517                 Bob Woodside <rwoodside1@comcast.net>
12518
12519 2002-03-25 [paul]       0.7.4claws40
12520
12521         * src/account.c
12522           src/news.c
12523           src/nntp.[ch]
12524           src/prefs_account.[ch]
12525                 enable NNTP over SSL. patch submitted by
12526                 Pascal Jermini <pascal@infinity.hn.org>
12527
12528 2002-03-24 [paul]       0.7.4claws39
12529
12530         * src/prefs_common.c
12531                 make the arrangement of the Compose tab more
12532                 coherent
12533
12534         * src/mainwindow.c
12535                 fix some irregularities of style
12536
12537         * po/de.po
12538                 updated by Kilian Krause
12539
12540 2002-03-23 [paul]       0.7.4claws38
12541
12542         * po/pt_BR.po
12543                 updated by Fabio Junior Beneditto
12544
12545 2002-03-23 [paul]       0.7.4claws37
12546
12547         * src/mainwindow.c
12548                 move 'Gather addresses' to 'Tools' menu
12549                 make 'Selective download' sensitive
12550
12551 2002-03-23 [paul]       0.7.4claws36
12552
12553         * sync with 0.7.4cvs16
12554                 see ChangeLog entries 2002-03-23
12555
12556 2002-03-22 [christoph]  0.7.4claws35
12557
12558         * src/quote_fmt_parse.y
12559                 fix include program output
12560
12561 2002-03-22 [alfons]     0.7.4claws34
12562
12563         * src/pop.c
12564                 initialize GDate stack variable correctly (sorry!)
12565
12566 2002-03-22 [paul]       0.7.4claws33
12567
12568         * src/compose.c
12569           src/mainwindow.c
12570           src/prefs_actions.c
12571           src/prefs_common.c
12572                 rename 'Tool' to 'Tools'
12573
12574         * src/mainwindow.c
12575                 move 'Delete duplicated messages' from
12576                 'Message/' to 'Tools/'
12577                 re-arrange the order of 'Tools/' items
12578
12579 2002-03-22 [paul]       0.7.4claws32
12580
12581         * src/addr_compl.c
12582           src/addressbook.[ch]
12583                 auto-address completion now also matches on
12584                 Nickname. patch submitted by Bob Forsman 
12585                 <hammor@users.sourceforge.net>
12586
12587         * src/editaddress.c
12588                 correct a spelling mistake
12589
12590 2002-03-22 [alfons]     0.7.4claws31
12591
12592         * src/pop.c
12593                 fix getting uidl from incorrect string 
12594                 (spotted by Colin)
12595
12596 2002-03-21 [alfons]     0.7.4claws30
12597
12598         * src/pop.c
12599                 more code refactoring
12600                 plug mem leak introduced by delete on server
12601
12602 2002-03-21 [paul]       0.7.4claws29
12603
12604         * sync with 0.7.4cvs11
12605                 see ChangeLog entries 2002-03-20
12606
12607 2002-03-20 [alfons]     0.7.4claws28
12608
12609         * src/inc.c
12610                 apply Colin's patch and refactor
12611
12612 2002-03-20 [paul]       0.7.4claws27
12613
12614         * sync with sylpheed 0.7.4cvs9
12615                 see ChangeLog entry 2002-03-20
12616
12617 2002-03-19 [christoph]  0.7.4claws26
12618
12619         * src/mh.c
12620         * src/procmsg.[ch]
12621         * src/summaryview.c
12622                 revert changes for flag updates
12623                 (does not work correctly and no time to debug)
12624
12625 2002-03-20 [alfons]     0.7.4claws25
12626
12627         * src/pop.c
12628                 refactor should_delete() a little bit 
12629
12630 2002-03-19 [paul]       0.7.4claws24
12631
12632         * src/inc.[ch]
12633           src/pop.c
12634           src/prefs_account.[ch]
12635                 allow the user to leave downloaded mail on the 
12636                 server for n days. Patch submitted by Colin Leroy 
12637                 <colin@colino.net>
12638
12639 2002-02-19 [paul]       0.7.4claws23
12640
12641         * sync with sylpheed 0.7.4cvs8
12642                 see ChangeLog entries 2002-03-19
12643
12644 2002-03-18 [paul]       0.7.4claws22
12645
12646         * sync with sylpheed 0.7.4cvs6
12647                 see ChangeLog entry 2002-03-18
12648
12649 2002-03-18 [paul]       0.7.4claws21
12650
12651         * po/en_GB.po
12652                 add en_GB message catalogue
12653
12654         * src/mbox_folder.c
12655           src/prefs_account.c
12656           src/prefs_actions.c
12657                 correct a few spelling mistakes
12658
12659 2002-03-17 [alfons]     0.7.4claws20
12660
12661         * src/matcher.c
12662                 more stringent checks for NULL params when writing
12663                 filtering actions to a file
12664                 
12665 2002-03-17 [hoa]        0.7.3claws20
12666
12667         * src/news.c
12668                 fixed the count of new messages
12669
12670         * src/compose.c
12671                 fixed the "attachment properties" window
12672
12673 2002-03-17 [paul]       0.7.4claws19
12674
12675         * src/defs.h
12676           src/folder.h
12677           src/news.c
12678           src/prefs_account.[ch]
12679           src/procmsg.[ch]
12680           src/summaryview.c
12681                 automatically mark cross-posted messages as read 
12682                 and (optionally) give them a colour label
12683                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12684                 
12685
12686 2002-03-17 [paul]       0.7.4claws18
12687
12688         * sync with sylpheed 0.7.4cvs5
12689                 see ChangeLog entry 2002-03-17
12690
12691 2002-03-17 [melvin]     0.7.4claws17
12692         
12693         * src/textview.c
12694                 Worked around a gtktext 'bug': when searching for 
12695                 a text in a long message it was scrolling slowly
12696                 line by line until it hit the searched text.
12697         * po/fr.po
12698                 Updated French translation
12699
12700 2002-03-17 [melvin]     0.7.4claws16
12701
12702         * src/mainwindow.c
12703         * src/compose.c
12704         * src/prefs_actions.c
12705                 Moved "Edit/Actions" to "Tool/Actions"
12706                 Made mainwindow/compose window sensitive as soon as
12707                 no child process is running anymore even if the io dialog
12708                 is open.
12709                 Fixed a struct being initialized with a non constant char*
12710
12711 2002-03-16 [christoph]  0.7.4claws15
12712
12713         * configure.in
12714                 add --with-compiler-flags option
12715                 (only for developer hacking)
12716         * src/mh.c
12717         * src/procmsg.[ch]
12718         * src/summaryview.c
12719                 try to make folder-stats and flag handling more
12720                 independent from the summaryview. msgcounts
12721                 are only set when the folder is opened and
12722                 procmsg_msginfo_(un)set_flags will handle it
12723                 later and summaryview will get the values
12724                 from the folder.
12725
12726 2002-03-16 [paul]       0.7.4claws14
12727
12728         * src/messageview.c
12729                 fix Return-receipt. Patch submitted by Bob
12730                 Woodside <rwoodside1@comcast.net>
12731
12732 2002-03-16 [paul]       0.7.4claws13
12733
12734         * src/compose.c
12735                 fix 'dynamic' signatures, make it work again
12736                 broken during sync on 2002-03-14 (0.7.4claws2)
12737
12738 2002-03-15 [match]      0.7.4claws12
12739
12740         * src/addrharvest.[ch]
12741         * src/addrgather.[ch]
12742         * src/addressbook.[ch]
12743         * src/mainwindow.c
12744                 included address harvester feature. still some
12745                 issues with address parsing that I will fix.
12746
12747 2002-03-15 [match]      0.7.4claws11
12748
12749         * src/addrbook.[ch]
12750         * src/addrcache.[ch]
12751         * src/addressbook.[ch]
12752         * src/addrindex.c
12753         * src/editbook.c
12754         * src/importldif.c
12755         * src/importmutt.c
12756         * src/jpilot.[ch]
12757         * src/main.c
12758         * src/syldap.[ch]
12759         * src/vcard.[ch]
12760                 tidy up. fix memory leaks. moved attribs and methods
12761                 from individual interfaces to addrcache object. prep
12762                 for new stuff to come in.
12763
12764 2002-03-15 [alfons]     0.7.4claws10
12765
12766         * src/matcher.[ch]
12767         * src/matcher_parser_parse.y
12768         * src/matcher_parser_lex.l
12769         * src/prefs_matcher.c
12770                 add filtering conditions message greater than, smaller 
12771                 than, and exactly matching a size in bytes
12772                 (does not work with delete from POP3 server yet)
12773
12774                 this should also give others an idea what you should
12775                 do to add new criterions to claws filtering system
12776                 
12777
12778 2002-03-15 [paul]       0.7.4claws9
12779
12780         * tools/filter_conv.pl
12781                 exit if there are no filter rules to convert
12782                 rename filterrc to filterrc.old after completion
12783
12784 2002-03-15 [paul]       0.7.4claws8
12785
12786         * sync with sylpheed 0.7.4cvs3
12787                 see ChangeLog entry 2002-03-14
12788
12789 2002-03-14 [paul]       0.7.4claws7
12790
12791         * src/compose.c
12792                 clean up the last commit (ahem)
12793
12794 2002-03-14 [paul]       0.7.4claws6
12795
12796         * src/compose.c
12797                 fix bug #515655. honour account preferences
12798                 regarding gpg default signing/encryption when 
12799                 changing account from the compose window.
12800
12801 2002-03-14 [paul]       0.7.4claws5
12802
12803         * src/folderview.c
12804                 remove unnecessary curly brackets
12805
12806 2002-03-14 [paul]       0.7.4claws4
12807
12808         * src/folderview.c
12809           src/prefs_filtering.[ch]
12810                 add filter rename on folder rename and filter
12811                 delete on folder delete. Patch submitted by
12812                 Neill Miller <neillm@thecodefactory.org> 
12813
12814 2002-03-14 [christoph]  0.7.4claws3
12815
12816         * src/procmsg.c
12817         * src/send.c
12818                 fix local delivery
12819                 (patch submitted by "Simon 'corecode' Schubert")
12820         * src/prefs_common.c
12821         * src/procmsg.c
12822                 fix gcc 3.0 warning
12823
12824 2002-03-14 [paul]       0.7.4claws2
12825
12826         * sync with sylpheed 0.7.4cvs2
12827                 see ChangeLog entry 2002-03-13
12828
12829 2002-03-12 [darko]      0.7.4claws1
12830
12831         * src/mainwindow.c
12832                 fix what seems to be a copy and paste error
12833                 when setting color for important messages
12834                 (reported by wwp)
12835
12836 2002-03-11 [paul]       version 0.7.4claws released
12837
12838 2002-03-11 [paul]       0.7.4claws
12839
12840         * po/es.po
12841           po/it.po
12842           po/nl.po
12843           po/pt_BR.po
12844                 update message catalogs. Submitted by Ricardo Mones 
12845                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12846                 Fabio Junior Beneditto
12847
12848         * configure.in
12849           faq/Makefile.am
12850           faq/it/Makefile
12851           faq/it/sylpheed-faq*
12852           src/mainwindow.c
12853           src/manual.[ch]
12854                 add FAQ in Italian
12855         
12856
12857 2002-03-11 [jens]       0.7.3claws7
12858
12859         * po/de.po
12860                 updated German translation
12861
12862 2002-03-11 [melvin]     0.7.3claws6
12863
12864         * po/fr.po
12865                 updated and corrected French translation
12866
12867 2002-03-10 [hoa]        0.7.3claws5
12868
12869         * src/account.c
12870         * src/inc.c
12871         * src/prefs_account.c
12872         * src/procmsg.c
12873         * src/send.[ch]
12874                 fixed the local account.
12875                 you have to change the default "/usr/sbin/sendmail"
12876                 to "/usr/sbin/sendmail -t" in the preferences of
12877                 the local account.
12878
12879         * src/procmime.c
12880                 removed some debug display for renderer
12881
12882 2002-03-10 [paul]       0.7.3claws4
12883
12884         * faq/en/sylpheed-faq-1.html
12885           faq/en/sylpheed-faq-2.html
12886                 update
12887
12888 2002-03-09 [paul]       0.7.3claws3
12889
12890         * sync with sylpheed 0.7.4
12891                 see ChangeLog entry 2002-03-09
12892
12893 2002-03-08 [paul]       0.7.3claws2
12894
12895         * faq/en/sylpheed-faq*
12896           faq/es/sylpheed-faq*
12897           faq/fr/sylpheed-faq*
12898                 update the FAQs
12899
12900         * manual/fr/.cvsignore
12901           manual/fr/Makefilea.am
12902           manual/fr/sylpheed*
12903           src/mainwindow.c
12904           src/manual.[ch]
12905                 add the French manual
12906
12907 2002-03-07 [paul]       0.7.3claws1
12908
12909         * sync with sylpheed 0.7.3cvs4
12910                 see ChangeLog entries  2002-03-06 and 2002-03-07
12911         
12912         * po/nl.po
12913                 updated by Wilbert Berendsen
12914
12915 2002-03-07 [melvin]     0.7.2claws34
12916
12917         * src/selective_download.c
12918                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12919
12920 2002-03-06 [paul]       0.7.2claws33
12921
12922         * sync with sylpheed 0.7.3cvs1
12923                 bug fix, see ChangeLog entry 2002-03-05
12924
12925 2002-03-05 [paul]       0.7.2claws32
12926
12927         * src/mimeview.c
12928           src/pgptext.[ch]
12929           src/procmsg.c
12930                 reverse the pgp ascii-armored code implemented in 
12931                 0.7.2claws16. removal of this code until it matures.
12932                 this means that verifying ascii-armored pgp sigs and
12933                 automatic decryption of ascii-armored encrypted
12934                 messages no longer works.
12935
12936 2002-03-05 [paul]       0.7.2claws31
12937
12938         * configure.in
12939           Makefile.am
12940         * faq/Makefile.am
12941         * faq/en/Makefile.am
12942           faq/en/sylpheed-faq.html
12943           faq/en/sylpheed-faq-1.html
12944           faq/en/sylpheed-faq-2.html
12945           faq/en/sylpheed-faq-3.html
12946         * faq/es/Makefile.am
12947           faq/es/sylpheed-faq.html
12948           faq/es/sylpheed-faq-1.html
12949           faq/es/sylpheed-faq-2.html
12950           faq/es/sylpheed-faq-3.html
12951           faq/es/sylpheed-faq-4.html
12952         * faq/fr/Makefile.am
12953           faq/fr/sylpheed-faq.html
12954           faq/fr/sylpheed-faq-1.html
12955           faq/fr/sylpheed-faq-2.html
12956           faq/fr/sylpheed-faq-3.html
12957         * src/Makefile.am
12958           src/defs.h
12959           src/mainwindow.c
12960           src/manual.[ch]
12961                 add FAQs in English, Spanish and French
12962
12963
12964 2002-03-05 [paul]       0.7.2claws30
12965
12966         * manual/en/sylpheed.html
12967           manual/en/sylpheed-XX.html
12968                 updated the English manual
12969
12970 2002-03-05 [hoa]        
12971
12972         * src/summaryview.c
12973                 dialog box pops up if the article can't be deleted.
12974
12975 2002-03-04 [paul]       
12976         
12977         * po/pt_BR.po
12978                 updated by Fabio Junior Benedito
12979
12980 2002-03-04 [hoa]
12981
12982         * removed ac/gpgme.m4
12983                 to avoid autogen common problem
12984                 developers have to install gpgme development package now
12985
12986         * src/compose.c
12987                 encoding to 7bit or 8bit is enabled.
12988
12989 2002-03-03 [alfons]     0.7.2claws29
12990
12991         * src/pop.c
12992                 merge fix by Oliver Haertel for selective
12993                 download buglet
12994
12995 2002-03-03 [paul]       0.7.2claws28
12996         
12997         * sync with sylpheed 0.7.3
12998
12999 2002-03-03 [paul]       0.7.2claws27
13000
13001         * sync with sylpheed 0.7.2cvs24
13002                 see ChangeLog entries 2002-03-02 and 2002-03-03
13003
13004 2002-03-02 [melvin]     0.7.2claws26
13005
13006         * src/inc.[ch]
13007         * src/main.c
13008         * src/mainwindow.c
13009         * src/prefs_common.[ch]
13010                 Added user definable notification on new mail arrival.
13011                 Removed unused variables in spell checker prefs code.
13012
13013 2002-03-02 [melvin]     0.7.2claws25
13014
13015         * src/quote_fmt.c
13016                 Removed unnecessary escape sequences.
13017                 Changed 'Initial...' to 'Initials of Sender'
13018
13019 2002-03-02 [paul]       0.7.2claws24
13020
13021         * sync with sylpheed 0.7.2cvs22
13022                 see ChangeLog entry 2002-03-01
13023
13024 2002-03-01 [hoa]        0.7.2claws23
13025
13026         * src/mainwindow.c
13027                 Set sensitivity of delete actions to active
13028                 even if the folder is a newsgroup.
13029
13030         * src/summaryview.c
13031                 - Set sensitivity of delete actions
13032                 - Added function check_permission() that will check if the
13033                   user is authorized to delete a message. For news, it
13034                   will check if the author is the same.
13035                 - Enabled deletion when there is no trash folder.
13036
13037         * src/news.[ch]
13038                 - Added news_cancel_article() to cancel articles
13039                 - Implemented news_remove_message() (public function)
13040
13041 2002-03-01 [paul]       0.7.2claws22
13042
13043         * src/gtkutils.c
13044           src/textview.c
13045                 recognise urls that that don't include 'http://' and
13046                 simply begin 'www.' 
13047
13048         * AUTHORS
13049                 remove duplicated name
13050
13051 2002-02-28 [paul]       0.7.2claws21
13052
13053         * src/mainwindow.c
13054           src/summaryview.[ch]
13055                 add ability to 'Select thread'
13056                 combines Melvin's "Select thread's head" patch (#510907)
13057                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13058                 patch (#518514) 
13059
13060 2002-02-28 [paul]       0.7.2claws20
13061
13062         * src/mimeview.c
13063                 hopefully fix segfault on right-clicking a mime part
13064                 that some people have experienced.      
13065                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13066
13067 2002-02-28 [paul]       0.7.2claws19
13068
13069         * sync with sylpheed 0.7.2cvs21
13070                 see ChangeLog entries 2002-02-27 and 2002-02-28
13071
13072 2002-02-27 [paul]       0.7.2claws18
13073
13074         * sync with sylpheed 0.7.2cvs18
13075                 see ChangeLog entries 2002-02-26 and 2002-02-27
13076
13077 2002-02-26 [alfons]     0.7.2claws17
13078
13079         * src/procheader.c
13080                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13081                 (spotted by Chris Hessman <idatech@gmx.net>)
13082
13083 2002-02-26 [paul]       0.7.2claws16
13084
13085         * src/mimeview.c
13086           src/pgptext.[ch]
13087           src/procmsg.c
13088                 make decryption of ascii-armored pgp encrypted messages
13089                 and verification of ascii-armored signatures work again.
13090                 slightly altered from the patch by Jens Jahnke 
13091                 <jan0sch@gmx.net>
13092
13093                 ##FIX ME##
13094                 * the checking of plaintext signatures always comes up in 
13095                   a popup box
13096                 * it doesn't work for multipart messages 
13097                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13098                   including the msg headers and these 2 line themselves, are 
13099                   not displayed
13100
13101         * src/mainwindow.c
13102                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13103                 "View/Message View" becomes "View/Separate Message View"
13104                 because its less ambiguous.
13105
13106         * po/es.po
13107                 updated by Ricardo Mones Lastra
13108
13109 2002-02-26 [paul]       0.7.2claws15
13110
13111         * sync with sylpheed 0.7.2cvs17
13112                 see ChangeLog entries 2002-02-25 and 2002-02-26
13113
13114 2002-02-25 [christoph]  0.7.2claws14
13115
13116         * src/filtering.[ch]
13117         * src/inc.c
13118                 do filtering stuff after all messages have been received
13119                   1. drop all messages to .processing
13120                   2. scan processing folder for messages
13121                   3. filter messages or move to inbox
13122                 this will also find old messages left in processing after
13123                 a crash or something like that and we get a real msginfo
13124                 from folder->get_msg_list and do not have to create our
13125                 own in filter_message
13126         * src/matcher_parser_parse.y
13127                 remove MIX/MAX warning (reordered includes)
13128
13129 2002-02-25 [paul]       0.7.2claws13
13130
13131         * sync with sylpheed 0.7.2cvs15
13132                 see ChangeLog entry 2002-02-24
13133
13134 2002-02-24 [alfons]     0.7.2claws12
13135
13136         * src/filtering.c
13137                 clear old color flags first when applying a new color to
13138                 a message info. 
13139                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13140
13141 2002-02-24 [alfons]     0.7.2.claws11
13142         
13143         * AUTHORS
13144         * src/prefs_common.c
13145                 add presets for Opera and Konqueror, closes patch #517261,
13146                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13147
13148 2002-02-24 [alfons]     0.7.2.claws10
13149
13150         * AUTHORS
13151         * src/summaryview.c
13152                 fix threading for null message ids, closes patch #521601,
13153                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13154
13155 2002-02-24 [alfons]     0.7.2claws9
13156
13157         * src/summaryview.c
13158         * src/filtering.c
13159                 make Tool | Filter Message work with filtering system so
13160                 setting flags also works
13161
13162                 TODO:
13163
13164                 - Processing uses the same function as Tool | Filter
13165                   Message, but doesn't use the same update proc yet
13166
13167 2002-02-23 [paul]       0.7.2claws8
13168
13169         * sync with sylpheed 0.7.2cvs14
13170                 see ChangeLog entries 2002-02-22 and 2002-02-23
13171
13172 2002-02-22 [christoph]  0.7.2claws7
13173
13174         * src/quote_fmt.c
13175                 Add column space to table
13176         * src/quote_fmt_parse.y
13177                 Close files
13178
13179 2002-02-22 [paul]       0.7.2claws6
13180
13181         * src/Makefile.am
13182           src/defs.h
13183           src/filtering.c
13184           src/inc.[ch]
13185           src/mainwindow.c
13186           src/matcher.[ch]
13187           src/matcher_parser_lex.l
13188           src/matcher_parser_parse.y
13189           src/pop.[ch]
13190           src/prefs_account.h
13191           src/prefs_filtering.c
13192           src/selective_download.[ch]   *** NEW FILES ***
13193           src/utils.[ch]
13194           po/POTFILES.in
13195                 Selective Download added to 'Tool' menu. 
13196                 Retrieves email headers of the currently selected pop3 
13197                 account and allows the user to mark emails for deletion 
13198                 right on the pop3 server. Patch submitted by Oliver Haertel 
13199                 <oha@users.sourceforge.net>.
13200         
13201         * po/POTFILES.in
13202                 add 'src/quote_fmt.c'           
13203
13204 2002-02-22 [christoph]  0.7.2claws5
13205
13206         * src/Makefile.am
13207                 added quote_fmt.c
13208         * src/prefs_common.[ch]
13209         * src/prefs_template.c
13210         * src/quote_fmt.c               *** NEW FILE ***
13211         * src/quote_fmt.h
13212                 move quote format symbol description code
13213                 to it's own file because it is used from
13214                 differnent code parts
13215                 Rewrote symbol description GUI
13216                   + use table
13217                   + add separators
13218                   + get data from array (no more long constant strings)
13219         * src/quote_fmt_lex.l
13220         * src/quote_fmt_parse.y
13221                 Symbol for Literal % changed to \% instead of %%
13222                 (More logical as \ is used for quoting for other symbols)
13223                 Add |f and |p to include files and program output
13224                 Examples:
13225                     |f{/home/.../.signature}
13226                     |p{date}
13227         * po/de.po
13228                 Correct wrong spelling for "Referenzen"
13229
13230 2002-02-21 [paul]       0.7.2claws4
13231
13232         * src/procmsg.c
13233                 forgotten during sync
13234
13235 2002-02-21 [paul]       0.7.2claws3
13236
13237         * sync with sylpheed 0.7.2cvs11
13238                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13239                 2002-02-20 and 2002-02-21
13240
13241 2002-02-20 [melvin]     0.7.2claws2
13242
13243         * src/prefs_actions.c
13244                 Added error report when child cannot fork or when execvp 
13245                 returns with an error.
13246
13247 2002-02-19 [christoph]  0.7.2claws1
13248
13249         * src/codeconv.c
13250                 return unconverted text if conde conversion is not possible
13251                 when libjconv is used.
13252                 (patch submitted by "Simon 'corecode' Schubert")
13253
13254 2002-02-19 [paul]       
13255
13256         * version 0.7.2claws release
13257
13258 2002-02-19 [paul]       0.7.2claws
13259
13260         * po/nl.po
13261                 updated by Wilbert Berendsen
13262
13263
13264 2002-02-18 [alfons]     0.7.1claws13
13265
13266         * src/syldap.c
13267         * src/jpilot.c
13268                 remove references to dlfcn and explicitly loading functions
13269                 from dynalink libs, because libs linked anyway, and functions
13270                 are loaded explicitly
13271
13272 2002-02-17 [melvin]     0.7.1claws12
13273
13274         * src/prefs_actions.c
13275                 Replaced children wait loop with double fork technique.
13276                 Now, input/output window updated at each new output.
13277                 free_children(): Fixed a memory leak.
13278                 Made input/output window non closable if running children
13279                 still exist.
13280                 Added missing <unistd.h> include.
13281                 Added some --debug outputs.
13282
13283 2002-02-17 [melvin]     0.7.1claws11
13284
13285         * src/summaryview.c
13286                 Fixed bug where descending sort order did not select top
13287                 message.
13288
13289 2002-02-17 [melvin]     0.7.1claws10
13290
13291         * acconfig.h
13292                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13293         * src/prefs_common.c
13294                 Pspell data package directory no more hard coded but
13295                 set during configuration (PSPELL_PATH). (Thanks to 
13296                                 Gustavo Noronha Silva.)
13297
13298 2002-02-17 [melvin]     0.7.1claws9
13299
13300         * configure.in
13301                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13302         * src/gtkspell.c
13303                 Fixed compile-time warnings.
13304
13305 2002-02-16 [alfons]     0.7.1claws8
13306
13307         * src/filesel.c
13308                 fix inadvertent free of NULL pointer which caused
13309                 sylpheed to crash when closing the save-as dialog
13310                 using the window close button
13311
13312 2002-02-16 [carsten]    0.7.1claws7
13313         * src/mainwindow.[ch]
13314           src/summaryview.c
13315           src/prefs_common.c
13316                 fixes for pixmap theming code:
13317                         - recently changed mail attributes shouldn't get
13318                           lost any longer
13319                         - theme is only reloaded iff another theme was
13320                           selected
13321
13322 2002-02-16 [paul]       0.7.1claws6
13323
13324         * sync with sylpheed 0.7.2 release
13325                 see ChangeLog entry 2002-02-15 and 2002-02-16
13326
13327 2002-02-15 [paul]       0.7.1claws5
13328
13329         * sync with sylpheed 0.7.1cvs9
13330                 see ChangeLog entry 2002-02-15
13331
13332         * po/POTFILES.in
13333                 remove unneeded headerwindow.c entry
13334
13335 2002-02-14 [carsten]    0.7.1claws4
13336         * src/summaryview.c
13337                 fixed a bug for "Go to next unread message": there was
13338                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13339                 in the prefs, because of doing "Search again" instead
13340                 "No"
13341
13342 2002-02-14 [carsten]    0.7.1claws3
13343         * src/stock_pixmap.c
13344                 removed 2 more mem leaks; following memprof,
13345                 this code is "leak free" now :)
13346
13347 2002-02-14 [carsten]    0.7.1claws2
13348         * src/stock_pixmap.c
13349                 used opendir/readdir/closedir instead of scandir
13350                 -> code should work now on Solaris
13351
13352 2002-02-14 [paul]       0.7.1claws1
13353
13354         * sync with sylpheed 0.7.1cvs8
13355                 see ChangeLog entries 2002-02-13 and 2002-02-14
13356
13357         * README.claws
13358                 add some description of Actions and Pixmap Themes
13359
13360 2002-02-13 [paul]       
13361
13362         * version 0.7.1claws release
13363
13364 2002-02-13 [paul]       0.7.1claws
13365
13366         * po/es.po
13367           po/it.po
13368           po/pt_BR.po
13369                 updated translations, submitted by Ricardo Mones Lastra,
13370                 Alessandro Maestri and Fabio Junior Beneditto
13371
13372 2002-02-13 [melvin]     0.7.0claws75
13373
13374         * src/prefs_actions.c
13375                 Added missing "signal.h" include
13376
13377 2002-02-13 [melvin]     0.7.0claws74
13378
13379         * src/prefs_folder_item.c
13380                 Added missing "config.h" include
13381         * po/fr.po
13382                 Updated French translation for folder propriety.
13383
13384 2002-02-13 [jens]       0.7.0claws73
13385
13386         * po/POTFILES.in
13387                 Added missing src/prefs_folder_item.c [log added by melvin]
13388         * po/de.po
13389                 Updated German translation.
13390
13391 2002-02-13 [melvin]     0.7.0claws72
13392
13393         * po/fr.po
13394                 Updated French translation.
13395
13396 2002-02-13 [melvin]     0.7.0claws71
13397
13398         * src/gtkutils.c
13399                 Made gtkut_editable_get_selection return NULL if selection
13400                 is of length zero.
13401                 This fixes a bug where selecting part of message A then
13402                 switching to message B and replying to it will not
13403                 quote the message's body.
13404
13405 2002-02-12 [paul]       0.7.0claws70
13406
13407         * src/mainwindow.c
13408                 cosmetic, relating to pixmap themes: on toolbar make 
13409                 updating of 'Exec' and 'Compose news/Compose email'
13410                 icons faster.
13411
13412 2002-02-12 [carsten]    0.7.0claws69
13413         * src/folderview.c
13414           src/mainwindow.[ch]
13415           src/stock_pixmap.c
13416           src/summaryview.c
13417           src/prefs_common.c
13418                 - refreshing after changing pixmap theme better
13419                   now (thanks Paul)
13420                 - wanted to remove some mem leaks, but alfons was
13421                   faster (and had the better solution ;)
13422
13423 2002-02-12 [alfons]     0.7.0claws68
13424
13425         * src/prefs_common.c
13426         * src/stock_pixmap.[ch]
13427                 plug mem leaks, refactor code a little bit
13428
13429
13430 2002-02-12 [sergey]     0.7.0claws67
13431
13432         * src/imap.c
13433                 Fixed problem with copying messages to IMAP folders when the
13434                 server uses something other than '/' as a namespace separator
13435                 (cyrus-imapd uses '.').
13436
13437 2002-02-12 [jens]       0.7.0claws66
13438
13439         * po/de.po
13440                 Updated German Translation
13441
13442 2002-02-12 [paul]       0.7.0claws65
13443
13444         * sync with sylpheed 0.7.1cvs1
13445                 see ChangeLog entry 2002-02-12
13446
13447 2002-02-12 [melvin]     0.7.0claws64
13448
13449         * src/prefs_actions.c
13450                 Fixed "feature" where children's output was duplicated 
13451                 instead of refreshed while monitoring.
13452                 Removed some debug code.
13453
13454 2002-02-12 [christoph]  0.7.0claws63
13455
13456         * src/compose.c
13457                 always delete message from queue after sending/send error
13458                 (closes bug #509601)
13459
13460 2002-02-12 [melvin]     0.7.0claws62
13461
13462         * src/prefs_actions.c
13463                 Children wait loop is now triggered with a timeout of 1s
13464                 Added %F which is replaced with the list of filenames 
13465                 of all selected messages (as suggested by Ricardo Mones Lestra)
13466                 Pipe syntax changed. Prefix with | to send selection, postfix
13467                 with | to retrieve output. Prefix with > or * to send
13468                 user definable input to the command (*: input is hidden)
13469                 Old pipe action should now be postfixed with |, too.
13470
13471 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13472         * src/stock_pixmap.c
13473                 fixed a bug: if there's no theme directory don't
13474                 throw an error, just do "nothing" (thanks Alfons)
13475
13476 2002-02-12 [carsten]    0.7.0claws60
13477         * src/folderview.c
13478           src/summaryview.c
13479                 had to write the cache twice (nasty!); some marks would 
13480                 get lost if not
13481
13482 2002-02-11 [carsten]    0.7.0claws59
13483         * acconfig.h
13484           configure.in
13485           doc-src/maintainer_guide.txt
13486           src/compose.[ch]
13487           src/defs.h
13488           src/folderview.[ch]
13489           src/gtkutils.[ch]
13490           src/mainwindow.[ch]
13491           src/prefs_common.[ch]
13492           src/stock_pixmap.[ch]
13493           src/summaryview.[ch]
13494                 pixmap theming and related work on pixmap
13495                 handling on some other places
13496                 (e.g. hrm features for all folder)
13497           src/pixmap/stock_*.xpm -> the stock_ was removed
13498         
13499 2002-02-11 [paul]       0.7.0claws58
13500
13501         * sync with sylpheed 0.7.1 release
13502                 see ChangeLog entries 2002-02-11
13503
13504 2002-02-08 [paul]       0.7.0claws57
13505
13506         * sync with sylpheed 0.7.0cvs39
13507                 see ChangeLog entry 2002-02-07 (last entry) 
13508
13509         * src/prefs_actions.c
13510           src/prefs_filtering.c
13511           src/prefs_matcher.c
13512           src/prefs_scoring.c
13513                 sync: made it compile with C compilers other than gcc
13514
13515 2002-02-07 [paul]       0.7.0claws56
13516
13517         * sync with sylpheed 0.7.0cvs38
13518                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13519                 2002-02-07
13520
13521 2002-02-07 [darko]      0.7.0claws55
13522
13523         * src/gtkutils.[ch]
13524         * src/summaryview.c
13525                 Fix const gchar */gchar * issue (thanks Hiro)
13526
13527 2002-02-07 [darko]      0.7.0claws54
13528
13529         * src/compose.[ch]
13530         * src/filtering.c
13531         * src/gtkutils.[ch]
13532         * src/prefs_template.c
13533         * src/quote_fmt.h
13534         * src/quote_fmt_parse.y
13535         * src/summaryview.c
13536         * src/utils.[ch]
13537                 When replying or forwarding an email don't quote the entire
13538                 mail body but use the part of the message text that is selected
13539
13540 2002-02-06 [melvin]     0.7.0claws53
13541
13542         * src/prefs_common.[ch]
13543         * src/gtkspell.[ch]
13544         * src/compose.c
13545                 Made possible to switch quickly to last used dictionary
13546                 which makes checking bilingual documents easier.
13547
13548 2002-02-06 [melvin]     0.7.0claws52
13549         
13550         * po/POTFILES.in
13551                 Added forgotten new file src/prefs_actions.c
13552
13553 2002-02-06 [melvin]     0.7.0claws51
13554
13555         * src/prefs_actions.c   ** NEW FILE **
13556         * src/prefs_actions.h   ** NEW FILE **
13557                 Added actions to execute on message text view, or on the
13558                         message's file.
13559         * src/Makefile.am
13560                 Added src/prefs_actions.[ch]
13561         * src/compose.c
13562                 Added new menu "Edit/Actions"
13563         * src/defs.h
13564                 Added new actionsrc file.
13565         * src/main.c
13566                 Added actionsrc reading.
13567         * src/mainwindow.c
13568                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13569         * src/prefs_common.h
13570                 Added new element actionslst element to prefs_common.
13571
13572 2002-02-06 [paul]       0.7.0claws50
13573
13574         * sync with sylpheed 0.7.0cvs36
13575                 see ChangeLog entry 2002-02-06
13576
13577 2002-02-05 [paul]
13578
13579         * po/es.po
13580                 updated by Ricardo Mones Lastra
13581
13582 2002-02-05 [paul]       0.7.0claws49
13583
13584         * sync with sylpheed 0.7.0cvs33
13585                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13586
13587 2002-02-05 [paul]       0.7.0claws48
13588
13589         * src/compose.c
13590                 re-add 'Edit/Advanced/Delete entire line', previously named
13591                 'Delete Line+'
13592
13593 2002-02-04 [paul]       0.7.0claws47
13594
13595         * src/compose.c
13596           src/summaryview.c
13597                 fix bug #494993 (Reply All not taking Reply-To into consi)
13598                 eliminate differences in behaviour of right-click 'Reply to all' 
13599                 in summary view and 'Reply to all' on the toolbar. 
13600                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13601                 view and From gets ignored by 'Reply to all' on toolbar.
13602                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13603                 From when no Reply-To header is present.
13604
13605 2002-02-04 [paul]       0.7.0claws46
13606
13607         * sync with sylpheed 0.7.0cvs30
13608                 see ChangeLog entries 2002-02-03 and 2002-02-04
13609
13610 2002-02-03 [melvin]     0.7.0claws45
13611
13612         * src/gtkspell.[ch]
13613                 Readded function to highlight all misspelled words.
13614                 Fixed bug where user-provided-words did not replace
13615                         correctly the misspelled word when using the mouse.
13616                 Fixed bug where checking a region selected from right to left did
13617                         not check the region at all.
13618                 Fixed bug where 'Check backwards' may not check at all. 
13619                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13620                 Fixed possible buffer overflow when checking for long strings (>1k).
13621                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13622                 Accelerators code uses now gtk_widget_add_accel.
13623                 Removed and disabled obsolete and unfinished code.
13624                 Cleaning up.
13625
13626         * src/compose.c
13627                 Added menu item to Highlight all misspelled words.
13628
13629 2002-02-01 [paul]       0.7.0claws44
13630
13631         * src/mainwindow.c
13632                 fix '/View/Hide read messages' sensitivity when all
13633                 messages in a folder are hidden
13634
13635 2002-02-01 [paul]       0.7.0claws43
13636
13637         * src/main.c
13638                 add --send option to command line interface, sends all
13639                 queued mail. Patch submitted by Ricardo Mones Lastra.
13640
13641 2002-01-31 [paul]       0.7.0claws42
13642
13643         * src/mainwindow.c
13644                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13645
13646 2002-01-31 [paul]       0.7.0claws41
13647
13648         * sync with sylpheed 0.7.0cvs27
13649                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13650                 and 2002-01-31
13651
13652         * src/textview.c
13653                 comment out elements of textview_show_part() as temporary
13654                 workaround for attachment 'Display as text' bug 
13655
13656         * po/pt_BR.po
13657                 updated by Fabio Junior Beneditto
13658
13659 2002-01-30 [paul]       0.7.0claws40
13660
13661         * sync with sylpheed 0.7.0cvs24
13662                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13663                 and 2002-01-30
13664
13665         * src/compose.c
13666                 add {N_("/_Spelling"), ... "<Branch>"} to 
13667                 GtkItemFactoryEntry compose_entries[]
13668
13669         * src/prefs_common.c
13670                 add claws menu items to prefs_keybind_apply_clicked()
13671                 and remove non-claws menu items
13672
13673 2002-01-29 [paul]       0.7.0claws39
13674
13675         * sync with sylpheed 0.7.0cvs22
13676                 see ChangeLog entries 2002-01-28 and 2002-01-29
13677
13678 2002-01-28 [melvin]     0.7.0claws38
13679
13680         * src/compose.c
13681                 Added the declartion of compose_send_control_enter.
13682
13683         * src/compose.c
13684         * src/gtkspell.[ch]
13685                 Added in a 'Spelling' menu which includes the configuration menu. 
13686                 Added a real 'Check all' and got rid from the old one which only
13687                 highlited misspelled word.
13688                 Made 'Check while typing' a disableable option.
13689                 Added a dialog when there are no more misspelled word.
13690                 Added a dialog if error occurs when switching to a dictionary.
13691         
13692         * src/prefs_common.[ch]
13693                 Added option for the default 'Check while typing' option.
13694
13695
13696 2002-01-28 [alfons]     0.7.0claws37
13697
13698         * src/compose.c
13699                 fix buglet and make code comply with sylpheed code style
13700
13701 2002-01-28 [paul]       0.7.0claws36
13702
13703         * sync with sylpheed 0.7.0cvs19
13704                 see ChangeLog entries for 2002-01-28
13705
13706 2002-01-28 [hoa]        0.7.0claws35
13707
13708         * src/defs.h
13709                 added rendererrc
13710
13711         * src/main.c
13712                 read the renderer config
13713
13714         * src/procmime.[ch]
13715                 use the renderer config to convert mime attachments
13716
13717         * src/textview.c
13718                 don't use textview_show_html/ertf,
13719                 use get_text_content instead
13720
13721 2002-01-27 [alfons]     0.7.0claws34
13722         
13723         * src/news.c
13724                 make sylpheed believe it can delete a news message...
13725                 (messages are NOT deleted, maybe we should remove
13726                 processing from the folder properties after all.)
13727
13728 2002-01-27 [alfons]     0.7.0claws33
13729
13730         * src/folder.c
13731                 add extra checks
13732         * src/news.c
13733                 implement remove_msg() 
13734
13735 2002-01-27 [alfons]     0.7.0claws32
13736
13737         * src/procmsg.h
13738         * src/procheader.c
13739         * src/messageview.c
13740                 fix return receipt / disposition notification again. this
13741                 stuff seems to break on _every_ major summary UI change, so
13742                 it's now implemented using a flag which is saved in the
13743                 marks cache
13744                 
13745 2002-01-26 [alfons]     0.7.0claws31
13746
13747         * src/import.c
13748                 let import dialog show the destination folder identifier
13749
13750 2002-01-26 [melvin]     0.7.0claws30
13751
13752         * src/folderview.c
13753         * src/summaryview.c
13754                 Readded 'Mark all read' into summary view popup menu
13755                 Added 'Mark all read' in folder view popup menu for IMAP
13756                 and NNTP.
13757                 Made it insensitive if the selected folder is not the shown
13758                 one to avoid 'Mark all read' on the wrong folder.
13759                 
13760 2002-01-26 [paul]       0.7.0claws29
13761
13762         * src/folderview.c
13763           src/summaryview.c
13764                 move 'Mark all read' from summary view to folder view
13765                 menu. (adapted from) patch submitted by Jeremy Andrews,
13766                 <lists@kerneltrap.com>
13767
13768 2002-01-25 [alfons]     0.7.0claws28
13769
13770         * src/gtkstext.c
13771                 put the gtk class name back so GtkSText adapts the 
13772                 settings of GtkText
13773
13774 2002-01-25 [alfons]     0.7.0claws27
13775
13776         * src/folderview.c 
13777                 assimilate Ricardo's patch that shows pixmaps instead of
13778                 plain "new" and "unread" texts in the folder view column
13779                 headers 
13780
13781 2002-01-25 [paul]       0.7.0claws26
13782
13783         * src/Makefile.am
13784                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13785                 be found in non-standard locations. 
13786                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13787
13788 2002-01-25 [paul]       0.7.0claws25
13789
13790         * sync with sylpheed 0.7.0cvs16
13791                 see ChangeLog entry 2002-01-25
13792
13793 2002-01-24 [paul]       0.7.0claws24
13794
13795         * more sync with sylpheed 0.7.0cvs15
13796                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13797
13798 2002-01-23 [sergey]     0.7.0claws23
13799
13800         * src/importldif.c
13801                 Fixed segfault when closing LDIF import wizard with
13802                 the window manager.
13803         * src/imageview.c
13804         * src/imageview.h
13805         * src/messageview.c
13806         * src/mimeview.c
13807                 Fixed wrong scrolling position after switching between
13808                 text and image parts.
13809
13810 2002-01-23 [paul]       0.7.0claws22
13811
13812         * sync with sylpheed 0.7.0cvs15
13813                 see ChangeLog entries 2002-01-22 and 2002-01-23
13814
13815 2002-01-21 [melvin]     0.7.0claws21
13816
13817         * src/prefs_scoring.c
13818         * src/prefs_filtering.c
13819                 Fixed bug where scoring and filtering windows stopped
13820                 autochecking.
13821
13822 2002-01-21 [paul]       0.7.0claws20
13823
13824         * sync with sylpheed 0.7.0cvs12
13825                 see ChangeLog entries 2002-01-20 and 2002-01-21
13826
13827 2002-01-21 [carsten]    0.7.0claws19
13828         * src/mainwindow.c
13829         * src/menu.[ch]
13830         * src/messageview.[ch]
13831         * src/summaryview.[ch]
13832                 changes to shortcuts handling again:
13833                         + "Q" now controled by mainwin
13834                         + v/V are now customizable and have slightly
13835                           different meanings
13836                 the "button" to minimize the messageview (and maximize
13837                 the summary view) is a real button now
13838         * src/compose.c
13839                 "Delete Line+" added to Edit/Advanced (this will also
13840                 delete the '\n')
13841
13842 2002-01-20 [melvin] 0.7.0claws18
13843
13844         * src/addressbook.c
13845                 Made "Bcc" sensitive when addressbook is called from
13846                 compose window (it was a Claws only bug).
13847
13848 2002-01-19 [alfons] 0.7.0claws17
13849
13850         * src/inc.c
13851                 prevent unnecessary updates when currently selected folder has
13852                 no new messages 
13853
13854 2002-01-19 [alfons] 0.7.0claws16
13855         
13856         * src/summaryview.c
13857                 prevent writing the cache based on current message list in summary 
13858                 view when filtering also put messages in currently selected folder
13859
13860 2002-01-19 [paul]
13861
13862         * po/it.po
13863                 Italian translation submitted by Alessandro Maestri
13864                 <a.maestri@cs.tin.it>
13865
13866 2002-01-18 [melvin]     0.7.0claws15
13867
13868         * src/prefs_filters.c
13869                 fixed bug where 'cancel' from 'filters' window stops autochecking
13870                 if the timer timed out  when the window was open.
13871
13872 2002-01-18 [match]      0.7.0claws14
13873
13874         * src/addrclip.[ch]     ** NEW FILE **
13875         * src/addrselect.[ch]   ** NEW FILE **
13876         * src/adbookbase.h      ** NEW FILE **
13877                 addressbook cut, copy and paste
13878         * src/addrbook.[ch]
13879         * src/addrcache.[ch]
13880         * src/addressitem.h
13881         * src/addrindex.[ch]
13882         * src/addritem.[ch]
13883         * src/importldif.c
13884         * src/importmutt.c
13885         * src/jpilot.[ch]
13886         * src/syldap.[ch]
13887         * src/vcard.[ch]
13888         * src/jpilot.[ch]
13889         * src/editbook.c
13890         * src/editjpilot.c
13891         * src/editldap.c
13892         * src/editvcard.c
13893                 support for copy/paste
13894         * src/addressbook.c
13895                 support for copy/paste
13896                 tidy up menu option processing
13897                 correct address list function arguments
13898         * src/editaddress.c
13899                 sort user attributes
13900         * src/ldif.h
13901         * src/mutt.h
13902                 tidy up
13903
13904         * src/addrbook.[ch]
13905         * src/addrbook.[ch]
13906         * src/addrbook.[ch]
13907                 
13908
13909 2002-01-18 [paul]       0.7.0claws13
13910
13911         * sync with sylpheed 0.7.0cvs8
13912                 configure.in: support Mac OS X (Darwin)
13913
13914 2002-01-18 [carsten]    0.7.0claws12
13915         * src/html.c
13916                 small hack to fix a segfault with an empty href
13917                 (reported by Alexandra Walford <deeni@altern.org>)
13918         * src/mainwindow.c
13919         * src/summaryview.c
13920                 the shortcuts for Mark und Mark as unread are hardcoded
13921                 again
13922         * src/compose.c
13923         * src/gtkstext.[ch]
13924                 readded the shortcuts in gtkstext but made them
13925                 customizeable (simply by adding a menu plus a wrapper
13926                 to compose.c)
13927
13928 2002-01-17 [melvin]     0.7.0claws11
13929
13930         * src/gtkspell.c
13931                 fix default dictionary not being saved.
13932
13933 2002-01-16 [darko]      0.7.0claws10
13934
13935         * src/compose.c
13936                 fix wrapping crash with URL longer than wrapping margin
13937
13938 2002-12-08 [hoa]        0.7.0claws10
13939
13940         * src/matcher_parser_parse.y
13941                 fixed some bugs
13942
13943         * src/prefs_filtering.c
13944                 now, we can use bounce action in the dialog box.
13945
13946 2002-01-16 [carsten]    0.7.0claws9
13947         * src/gtkstext.c
13948                 removed the <control> and <alt> shortcuts because they're
13949                 not needed and interefered with the "normal" shortcuts
13950         * src/mainwindow.c
13951         * src/summaryview.c
13952                 removed most of the hardcoded shortcuts and assigned
13953                 them to menu entries making them easy customizable by
13954                 that
13955
13956 2002-01-16 |melvin]     0.7.0claws8
13957
13958         * src/gtkspell.c
13959                 fixed bug where using the mouse and when the compose
13960                 window is not on top may result in a crash.
13961
13962 2002-01-16 [melvin]     0.7.0claws7
13963
13964         * src/compose.c
13965                 fixed a long standingspell checker bug which could 
13966                 cause a crash after sending a message.
13967
13968 2002-01-16 [paul]       0.7.0claws6
13969
13970         * sync with sylpheed 0.7.0cvs7
13971                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13972                 2002-01-15, and 2002-01-16
13973
13974 2002-01-16 [melvin]     0.7.0claws5
13975
13976         * README.claws
13977         * src/compose.c
13978         * src/gtkspell.[ch]
13979         * src/main.c
13980                 Heavily modified spell checker code to work around
13981                 ispell bug, to add keyboard shortcuts and for future
13982                 enhancements. See README.claws for usage information.
13983
13984 2002-01-15 [alfons]     0.7.0claws4
13985         
13986         * src/summaryview.c
13987                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13988                 so sorting within threads reflects sort mode
13989
13990 2002-01-15 [christoph]  0.7.0claws3
13991
13992         * src/procmsg.c
13993                 added alertpanel if mail sending failed
13994
13995 2002-01-15 [alfons]     0.7.0claws2
13996         
13997         * src/prefs_filtering.c
13998                 don't stop timer when prefs filtering dialog is opened
13999
14000 2002-01-14 [alfons]     0.7.0claws1
14001
14002         * src/addr_compl.c
14003         * src/prefs.c
14004                 remove debug_print()s for privacy reasons
14005
14006 2002-01-14 [darko]      0.7.0claws
14007
14008         * README.claws
14009                 quotation wrapping is now also in the main branch
14010
14011 2002-01-14 [paul]
14012
14013         * tools/filter_conv.pl
14014                 allow for Boolean Op and case-sensitivity
14015                 this file is included in the release and tagged
14016                 'rel_0_7_0'
14017
14018 2002-01-13 [paul]       0.7.0claws
14019
14020         * release 0.7.0, with cvs tag 'rel_0_7_0'
14021
14022 2002-01-13 [paul]
14023
14024         * tools/filter_conv.pl
14025         * tools/README
14026                 rewritten to output to matcherrc instead of filteringrc
14027
14028         * po/es.po
14029                 updated Spanish translation by Ricardo Mones Lastra
14030
14031 2002-01-13 [alfons]
14032
14033         * po/nl.po
14034                 update dutch translation
14035
14036 2002-01-13 [paul]
14037
14038         * po/pt_BR.po
14039                 Updated by Fabio Junior Beneditto 
14040
14041 2002-01-13 [melvin]     0.6.6claws53
14042
14043         * po/fr.po
14044                 Updated french translation
14045
14046 2002-01-12 [alfons]     0.6.6claws52
14047
14048         * src/filtering.c
14049                 plug mem leak that has been sitting there for ages              
14050
14051 2002-01-12 [alfons]     0.6.6claws51
14052
14053         * src/summaryview.c
14054                 undo melvin's changes from 0.6.6claws48 because summary
14055                 view now refuses to select first unread message when
14056                 selecting a folder 
14057
14058 2002-01-11 [alfons]     0.6.6claws50
14059
14060         * src/import.c
14061                 use claws' semantics for getting folder item when
14062                 importing an mbox file into a folder 
14063                 (submitted by Dale P. Smith)
14064
14065 2002-01-11 [christoph]  0.6.6claws49
14066
14067         * src/prefs.h
14068                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14069                 toggle widget, because non static prefs can not use
14070                 prefs_set_* functions
14071         * src/prefs_account.c
14072                 toggle smtp auth password field sensitivity if
14073                 user id is empty and add descrition of usage for
14074                 these fields
14075         * src/prefs_folder_item.c
14076                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14077                 callbacks
14078
14079 2002-01-11 [melvin]     0.6.6claws48
14080
14081         * src/compose.c
14082                 fix the 'Ctrl-Enter' feature for sending and test really
14083                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14084                 editables which was not documented in Gtk)
14085
14086         * src/summaryview.c
14087                 Made summaryview refresh after sorting and not before.
14088
14089 2002-01-11 [christoph]  0.6.6claws47
14090
14091         * src/compose.c
14092                 select account from account ids if possible and
14093                 correctly set save folder for copy in reedit
14094
14095 2002-01-10 [paul]       0.6.6claws46
14096
14097         * sync with sylpheed 0.7.0 release
14098                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14099                 2002-01-09
14100
14101 2002-01-09 [alfons]
14102
14103         * src/summaryview.c
14104                 remove more dirt traces...
14105
14106 2002-01-09 [alfons]
14107         
14108         * src/summaryview.c
14109                 clean up some traces of my debugging stuff
14110
14111 2002-01-09 [alfons]     0.6.6claws45
14112
14113         * src/filtering.c
14114                 break up filteringprop_apply() in three separate pieces
14115                 so we can drop messages that failed processing in the
14116                 inbox
14117
14118         * src/summaryview.c
14119                 fix bug #469598 "no refresh of inbox after filter" which 
14120                 was introduced by the new summary view locking, and which 
14121                 prevented the summary view to update after a manual filter 
14122                 message. claw's filter message requires a summary_show().
14123                 (aargh, summary_show() again! :-)
14124                 
14125 2002-01-07 [alfons]     0.6.6claws44
14126
14127         * src/headerwindow.c
14128         * src/logwindow.c
14129         * src/messageview.c
14130         * src/sourcewindow.c
14131                 bring in Hiro's last 0.7.0 wm class fixes
14132
14133         * tools/sylprint.pl
14134                 bring in Ricardo's fix for sylprint script
14135
14136         * AUTHORS       
14137         * src/rfc2015.[ch]
14138         * src/prefs_common.[ch]
14139         * src/prefs_account.[ch]
14140         * src/compose.c
14141                 clean up account preference poison in rfc2015,
14142                 and preparation to fix double sign bug 
14143                 (patch submitted by Simon 'corecode' Schubert)
14144
14145 2002-01-07 [christoph]  0.6.6claws43
14146
14147         * src/mh.c
14148                 search for free message number, do not only rely
14149                 on last_num
14150         * src/send.c
14151                 fix smtp auth and use extra account information
14152                 if available, if not use pop3 data instead
14153                 (closes bug #500341)            
14154         * src/ssl.[ch]
14155                 match coding style
14156
14157 2002-01-06 [alfons]     0.6.6claws42
14158
14159         * src/mainwindow.c
14160                 try making the separate windows work again...
14161
14162 2002-01-06 [alfons]     0.6.6claws41
14163
14164         * src/mainwindow.c
14165                 adapt Hiro's separate window menu (to get rid of the funny
14166                 duplicate menu items), and make it work again
14167
14168 2002-01-06 [alfons]     0.6.6claws40
14169
14170         * tools/Makefile.am
14171         * tools/sylprint.rc
14172         * tools/sylprint.pl
14173         * tools/README.sylprint
14174                 add sylprint script for printing mails from Sylpheed
14175                 (contributed by Ricardo Mones Lastra)
14176
14177         * src/acount.c
14178                 clean up
14179
14180 2002-01-06 [melvin]     0.6.6claws39
14181
14182         * src/mainwindow.c
14183         * src/summaryview.c
14184                 Fixed crash introduced in 0.6.6claws38 by the menu
14185                 reorganisation (Hide read messages)
14186         
14187         * ChangeLog.claws 
14188                 Fixed typo (we are now in 2002, alfons ;) )
14189
14190 2002-01-05 [alfons]     0.6.6claws38
14191
14192         * sync with sylpheed 0.6.6cvs10-17
14193                 (last stuff marked as LAST_STABLE)
14194
14195 2002-01-04 [melvin]     0.6.6claws37
14196
14197         * src/account.c
14198                 Made account selection code use strcasestr again instead of
14199                 g_strcasecmp (fixes bug where reediting queued messages
14200                 did not select proper account reported by T. Link).
14201         
14202         * src/folderview.c
14203                 Fix bug where folder icons are not shown when 'hide read messages'
14204                 is on.
14205         
14206         * src/stock_pixmaps.[ch]
14207                 Added folder icons for 'hide read messages'.
14208         
14209         * src/compose.c
14210                 Fixed bug where 'Enter' in a header entry will send the message 
14211                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14212
14213 2002-01-03 [melvin]     0.6.6claws36
14214         
14215         * src/prefs.[ch]
14216                 Added popup menu for common preferences and
14217                 account preferences (right click on tab displays
14218                                 a menu of all tabs.)
14219
14220 2002-01-02 [melvin]     0.6.6claws35
14221
14222         * src/gtkspell.[ch]
14223                 Made spelling code compatible with undo/redo feature.
14224                 Added creation of suggestion mode menu for the general
14225                         preferences.
14226         
14227         * src/prefs_common.[ch]
14228                 Added option menu for the speller's suggestion mode.
14229                 Added missing spaces in "..." buttons and made a "..."
14230                         button non translatable!
14231         
14232         * src/compose.c
14233                 Made speller use the default suggestion mode.
14234                 Hack to make it possible to choose 'CTRL-Enter' as a
14235                         shortcut for sending (and only for sending).
14236
14237         * src/prefs_folder_item.c
14238                 Changing subject simplification does not update cache 
14239                         anymore (because it is unnecessary).
14240                 Fixed bug where changing subject simplification updated the 
14241                         summaryview even when the viewed folder is not the
14242                         folder which properties are being changed. (E.g. 
14243                                         viewing folder A and changing
14244                                         the subject simplification of 
14245                                         folder B -not being viewed- updated the 
14246                                         summaryview of folder A with data of
14247                                         folder B). (Hope this is clear... )
14248
14249 2001-12-31 [alfons]     0.6.6claws34
14250         
14251         * src/ldif.c
14252         * src/mutt.c
14253                 fgetc() returns a signed integer which doesn't
14254                 fit in a char. so c truncates this to a char
14255                 but we may lose significant bits. i.e. we may
14256                 comparing 0xFF which may not be equal to -1
14257                 unless properly casted to signed char which
14258                 we won't do because fgetc() returns a signed
14259                 integer which doesn't fit in a char. so c 
14260                 truncates this to a char but we may lose 
14261                 significat bits. (you got the idea, thanks
14262                 to Gustavo Noronha Silva <kov@debian.org>
14263                 and the Debian folks!)
14264
14265 2001-12-30 [alfons]     0.6.6claws33
14266
14267         * src/prefs_common.c
14268                 add #ifdef USE_PSPELLs that Melvin forgot               
14269
14270 2001-12-30 [melvin]     0.6.6claws32
14271         
14272         * src/prefs_common.[ch]
14273                 Added configurable color for misspelled words.
14274
14275         * src/gtkspell.[ch]
14276                 Fixed bug of foreground text color (reported by David
14277                                 Mehrmann)
14278                 Added configurable color for misspelled words.
14279
14280 2001-12-30 [alfons]     0.6.6claws31
14281
14282         * src/folder.c
14283                 remove unnecessary things someone put there
14284
14285         * src/mh.c
14286         * src/folder.[ch]
14287                 make folder properties (like threading and sorting) persistent
14288                 (closes bug #497424 "rescan folder tree resets proprieties")
14289                 currently this is only for MH folders. 
14290
14291 2001-12-29 [melvin]     0.6.6claws30
14292
14293         * src/string_match.[ch]
14294                 Optimized a bit: regexp pattern buffer compiled only once, and
14295                   one subroutine call removed. Fixed ^ regexp search: Now, 
14296                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14297         
14298         * src/summaryview.c
14299                 Subject filtering changed to filter summary columns and
14300                   not directly the messages subject cache. The loss in 
14301                   performance is balanced by the improvement of string_match.
14302                 Added an alert panel if there is an error in the regexp.
14303
14304         * src/src/prefs_folder_item.h
14305                 Added a regexp pattern buffer.
14306
14307 2001-12-28 [alfons]     0.6.6claws29
14308
14309         * src/string_match.[ch]
14310                 clean up name space
14311                 allow compilation *BSD
14312
14313 2001-12-27 [alfons]     0.6.6claws28
14314
14315         * src/filter.c
14316                 sync the Hiro's bug fix for BSD
14317
14318 2001-12-27 [melvin]     0.6.6claws27
14319         
14320         * src/compose.c
14321                 Simplify focus to subject entry code.
14322
14323 2001-12-27 [darko]      0.6.6claws26
14324
14325         * src/filtering.c
14326         * src/mbox_folder.c
14327         * src/messageview.c
14328         * src/mh.c
14329         * src/procheader.[ch]
14330         * src/procmsg.h
14331         * src/stock_pixmap.[ch]
14332         * src/summaryview.c
14333                 Show key icon for encrypted mails in summary view
14334
14335         * src/pixmaps/clip.xpm
14336         * src/pixmaps/clipkey.xpm
14337         * src/pixmaps/key.xpm
14338                 New/modified icons for the above
14339
14340 2001-12-27 [melvin]     0.6.6claws25
14341
14342         * src/prefs_common.c
14343                 Put spell checker options in a separate tab to decrease
14344                 the Common Preferences window height.
14345
14346         * README.claws  
14347                 Update spell checker usage instruction about its options
14348                 location.
14349
14350 2001-12-27 [melvin]     0.6.6claws24
14351
14352         * src/compose.c
14353                 Changed subject entry widget position. Initial focus is
14354                 on the To header instead of the subject entry.
14355                 Creating a new header scrolls the header list to make the
14356                 created one visible. Nevertheless, when automatically filling
14357                 headers, the first one is shown.
14358                 A Tab key press in the last empty header entry zips the 
14359                 focus to the subject entry.
14360                 (I did not change the combo boxes, yet)
14361
14362 2001-12-26 [alfons]     0.6.6claws23
14363
14364         * src/prefs_account.c
14365         * src/inc.c
14366                 allow default inbox to reside in another mailbox (only
14367                 works for POP3 accounts)
14368
14369 2001-12-26 [alfons]     0.6.6claws22
14370         
14371         * src/textview.c
14372                 make reply-on-click work with the account of the selected folder
14373         * src/compose.c
14374                 put a fixme here to remind me to fix finding correct default
14375                 account for nested folders
14376
14377 2001-12-25 [alfons]     0.6.6claws21
14378
14379         * src/summaryview.c
14380                 make column headers display locked and mark pixmaps (idea by Melvin) 
14381                 fix bug by adding score and locked column type to sort array
14382
14383 2001-12-25 [alfons]     0.6.6claws20
14384         
14385         * src/summaryview.c
14386                 catch a *potentially* inadvertent write back of  
14387                 the message cache(s) introduced by 0.6.5claws37
14388
14389 2001-12-25 [christoph]  0.6.6claws19
14390
14391         * src/stock_pixmap.[ch]
14392         * src/summaryview.c
14393                 add ignore thread pixmap
14394                 (can someone draw a better icon for this?)
14395
14396 2001-12-24 [alfons]     0.6.6claws18
14397
14398         * src/prefs_folder_item.c
14399                 make address completion actually work for the
14400                 Default To address in the Folder Property dialog.
14401
14402 2001-12-24 [alfons]     0.6.6claws17
14403         
14404         * src/summaryview.c
14405                 use new style regexp for subject stripping 
14406                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14407
14408 2001-12-24 [darko]      0.6.6claws16
14409
14410         * src/pgptext.c
14411         * src/rfc2015.c
14412                 move GPG related informational messages to debug mode
14413
14414 2001-12-23 [alfons]     0.6.6claws15
14415
14416         * src/stock_pixmap.[ch]
14417         * src/summaryview.c
14418                 add the forgotten Claws' locked pixmap
14419
14420 2001-12-23 [alfons]     0.6.6claws14
14421
14422         * src/filesel.c
14423                 accept file name typed in entry in multi file
14424                 selector (patch submitted by Gustavo Noronha Silva 
14425                 <kov@debian.org>)
14426
14427 2001-12-23 [alfons]     0.6.6claws13
14428
14429         * src/prefs_filter.c
14430         * src/prefs_filtering.c
14431         * src/matcher.c
14432         * src/importmutt.c
14433                 clean up a little bit
14434         
14435         * src/string_match.c
14436                 validate input strings a little bit more
14437
14438 2001-12-23 [alfons]     0.6.6claws12
14439
14440         * src/Makefile.am
14441         * src/summaryview.c
14442         * src/string_match.[ch]         ** NEW **
14443         * src/folderview.[ch]
14444         * src/headerview.h
14445         * src/folder.[ch]
14446         * src/prefs_folder_item.[ch]
14447                 add subject simplification to strip out strings from
14448                 a subject line (esp. handy for mailing lists). 
14449                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14450                 but slightly changed things for better integration.)
14451
14452 2001-12-23 [alfons]     0.6.6claws11
14453
14454         * src/mainwindow.c
14455                 fix bug introduced by submission included in 0.6.5claws52.
14456                 ideally this submission should clean the trash if any trash
14457                 folder has a message. however, the hasTrash variable was
14458                 set to false whenever a trash folder was empty (discarding
14459                 a previously found *filled* trash folder.)
14460
14461                 also edited the code a little bit and made it more safe.
14462
14463 2001-12-22 [alfons]     0.6.6claws10
14464
14465         * src/imap.c
14466                 quick fix for Martin Pool's omission of an account
14467                 specific SSL setting
14468
14469 2001-12-22 [alfons]     0.6.6claws9
14470
14471         * src/compose.c
14472         * src/messageview.c
14473         * src/mimeview.c
14474         * src/pgptext.c
14475         * src/procmime.[ch]
14476                 better support for multipart/digest (submitted
14477                 by Fredrik <e98fo@efd.lth.se>)
14478
14479 2001-12-22 [alfons]     0.6.6claws8
14480
14481         * src/addressbook.c
14482                 correct function signature
14483         * src/socket.[ch]
14484         * src/imap.[ch]
14485         * src/prefs_account.[ch]
14486                 allow IMAP over SSH tunnel (patch submitted by 
14487                 Martin Pool <mbp@samba.org>)
14488
14489 2001-12-21 [alfons]     0.6.6claws7
14490
14491         * sync with sylpheed 0.6.6cvs4-9
14492                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14493
14494 2001-12-21 [christoph]  0.6.6claws6
14495
14496         * src/compose.c
14497         * src/prefs_folder_item.[ch]
14498                 implement saving of outgoing messages to current folder.
14499                 fix segfault when no default outbox is available
14500                 (closes bug #495683)
14501
14502 2001-12-21 [carsten]    0.6.6claws5
14503         * src/folderview.c
14504         * src/summaryview.c
14505                 pressing CTRL while DND does now the expected thing and
14506                 copies the mail (moving is still the default, as this
14507                 seam more appropriate for handling mails by DND)
14508
14509 2001-12-18 [paul]       0.6.6claws4
14510
14511         * sync with sylpheed 0.6.6cvs3
14512                 see ChangeLog entries 2001-12-18
14513
14514 2001-12-18 [hiro]       0.6.6claws3
14515
14516         * src/undo.c
14517                 fix for multibyte characters (obtain the number of letters
14518                 instead of bytes).
14519
14520 2001-12-17 [paul]       0.6.6claws2
14521
14522         * sync with sylpheed 0.6.6cvs1
14523                 see ChangeLog entry 2001-12-16
14524
14525 2000-12-17 [alfons]     0.6.6claws1
14526
14527         * src/filtering.c
14528                 clean up
14529
14530 2001-12-16 [paul]       0.6.6claws
14531 2001-12-15
14532
14533         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14534
14535         * src/mimeview.c
14536                 last minute sync with main 0.6.6
14537
14538         * po/es.po
14539                 updated by Ricardo Mones Lastra
14540                 update for last minute sync
14541         * po/fr.po
14542         * po/nl.po
14543                 update for last minute sync
14544         * po/de.po
14545                 updated by Jens Oberender
14546         * po/pt_BR.po
14547                 updated by Fabio Junior Beneditto
14548
14549         * src/prefs_common.[ch]
14550         * src/undo.c
14551                 number of undo levels is user configurable
14552                 (squeeze it into the release in the dying
14553                 moments) Submitted by Jens Oberender    
14554
14555 2001-12-15 [melvin]
14556
14557         * po/fr.po
14558                 updated french translation
14559
14560 2001-12-15 [paul]       0.6.5claws92
14561
14562         * sync with sylpheed 0.6.5cvs28
14563                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14564
14565         * po/nl.po
14566                 update to allow for sync
14567
14568 2001-12-15 [alfons]
14569         
14570         * po/nl.po
14571                 update dutch translation
14572
14573 2001-12-14 [carsten]    0.6.5claws91
14574         * src/summaryview.c
14575                 fixed bug #473785; also after changing the column order
14576                 the same message will be selected and displayed as before
14577                 the reordering
14578
14579 2001-12-14 [carsten]    0.6.5claws90
14580         * src/folderview.c
14581                 probably found the bug reported by wwb opening or closing
14582                 a folder tree just before dnd (found the solution in the
14583                 balsa source -- thanks to them)
14584
14585 2001-12-14 [carsten]    0.6.5claws89
14586         * src/gtkutils.c
14587         * src/account.c
14588                 moved gtk_clist_moveto to the right place, so that
14589                 only the accounts dialog is effected on opening
14590
14591 2001-12-14 [carsten]    0.6.5claws88
14592         * src/gtkutils.c
14593                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14594                 now, so that the focused row will be seen in any case
14595                 (reported by wwp on sf-claws-user)
14596
14597 2001-12-14 [darko]      0.6.5claws87
14598
14599         * src/compose.c
14600                 remove unnecessary line
14601
14602 2001-12-14 [paul]       0.6.5claws86
14603
14604         * sync with sylpheed 0.6.5cvs27
14605                 see ChangeLog entries 2001-12-14
14606
14607 2001-12-14 [carsten]    0.6.5claws85
14608         * src/mainwindow.c
14609                 following a suggestion of Melvin the rcoabm pops up
14610                 right under the button now and the button is reliefed
14611                 while the popup is open
14612
14613 2001-12-14 [darko]      0.6.5claws84
14614
14615         * src/compose.c
14616                 fix crash when wrapping long lines if linewrap quotation
14617                 is disabled and wrapper encounters a word spanning more
14618                 than one line
14619
14620 2001-12-13 [paul]       0.6.5claws83
14621
14622         * src/compose.c
14623                 prefer 'Reply-To' header over mailing list header when
14624                 replying to a message. Finally prevent all those confirmation 
14625                 messages being sent to the list itself.
14626
14627         * src/summaryview.c
14628                 remove unused summary_set_menu_sensitive() entry
14629
14630 2001-12-13 [paul]       0.6.5claws82
14631
14632         * src/folderview.c
14633         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14634         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14635         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14636                 improvements to 'Hide read messages': Inbox, Outbox,
14637                 Trash, Queue, and Draft icons now reveal presence of hidden 
14638                 messages
14639
14640 2001-12-12 [alfons]     0.6.5claws81
14641
14642         0.6.5claws80 was tagged as LAST_STABLE
14643
14644         * src/filtering.[ch]
14645         * src/matcher.[ch]
14646         * src/matcher_parser_lex.c
14647                 fix the filtering; my last attempt to get it right, 
14648                 if it does not work, it's Hoa's turn. ;-)
14649
14650                 for my honourable peers:
14651                 
14652                 the code now makes a clear distinction between
14653                 rules as they are displayed (probably escaped),
14654                 and as they are executed (probably unescaped). the
14655                 parser does *NOT* do any unescaping, this is
14656                 the task of the matcher.c (which breaks up a
14657                 rule into condition) and the filtering.c (which
14658                 breaks up the rule's action). to make this
14659                 run happily we provide an unescaped copy of
14660                 crucial strings to the MatcherProp and 
14661                 FilteringAction structures. note that the only
14662                 exception to this is any REGEXP string. those
14663                 are directly passed to regcomp() and regexp()
14664                 (who have much more powerful unescape functions).
14665                 
14666                 for everyone else:
14667         
14668                 you can escape tab (\t), carriage return (\r),
14669                 linefeed (\n), form feed (\f), quote (\"), 
14670                 single quote (\'), bell (\b) in all the entry
14671                 lines in the scoring & filtering dialogs.
14672                 as an added bonus this should not affect
14673                 existing filtering rules.
14674
14675 2001-12-12 [carsten]    0.6.5claws80
14676
14677         * src/summaryview.c
14678         * po/de.po
14679                 "item(s) selected" is now sensitive to 1 or more
14680                 than one selected (nice for language where simple
14681                 adding of a "s" is not possible as German (Eintrag
14682                 ->Eintr"age)
14683                 
14684                 the "forward as attachment" entry from the right
14685                 click menu removed, "forward" acts following the
14686                 prefs
14687         
14688         * src/textview.c
14689                 reverted my former changes; so compiler warning again
14690                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14691                 nevertheless
14692
14693         * src/messageview.c
14694                 "search in message" does now *not* only work in MVIEW_TEXT
14695                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14696                 message
14697
14698         * src/mainwindow.c
14699                 removed "/File/_Close" as it was the same as "/File/E_xit"
14700                 and we don't need it two times
14701
14702                 the separate folder view and message view now get a distinct
14703                 WMCLASS, just in case someone is using sawfish ;-)
14704
14705                 as the menu entries "/View/Message view" and "/View/Folder tree"
14706                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14707                 make them sensitive accordingly and as these two are "shown"
14708                 after startup anytime check this menuitem at startup
14709
14710 2001-12-12 [paul]       0.6.5claws79
14711
14712         * src/folderview.c
14713                 fix sensitivity of 'Search folder...', broken in
14714                 0.6.5claws75
14715
14716         * src/mainwindow.c
14717                 fix dodgy English
14718
14719 2001-12-11 [carsten]    0.6.5claws78
14720         * src/filtering.c
14721                 fixed two typos returning a wrong FALSE/TRUE
14722         * src/mainwindow.[ch]
14723                 extra menu for email/news button removed
14724
14725 2001-12-11 [alfons]     0.6.5claws77
14726         
14727         * src/matcher.c                 (1.3)
14728         * src/matcher_parser_lex.l      (1.28)
14729                 revert for another attempt
14730                 mark 0.6.5claws77 as LAST_STABLE
14731
14732 2001-12-11 [christoph]  0.6.5claws76
14733
14734         * po/de.po
14735                 fixed wrong translation for prev. unread msg
14736
14737 2001-12-11 [paul]       0.6.5claws75
14738
14739         * src/folder.[ch]
14740         * src/folderview.c
14741         * src/mainwindow.c
14742         * src/summaryview.[ch]
14743         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14744                 enable ability to hide read messages on per folder basis via 
14745                 '/Summary/Hide read messages'; when selected, a folder will 
14746                 have a red open folder icon, instead of a blue icon, if the 
14747                 folder contains hidden messges
14748                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14749
14750         * src/mainwindow.c
14751                 remove '/Message/Forward as attachment' from 
14752                 main_window_set_menu_sensitive() to prevent debug warning
14753
14754         * src/folderview.c
14755         * src/mainwindow.c
14756                 Clean up some of the English
14757
14758         * tools/newscache_clean.pl
14759                 allow for new 'hidereadmsgs' entry in folderlist.xml
14760
14761         * po/es.po
14762                 updated translation, submitted by Ricardo Mones Lastra
14763
14764 2001-12-11 [paul]       0.6.5claws74
14765
14766         * sync with sylpheed 0.6.5cvs25
14767                 see ChangeLog entry 2001-12-11
14768
14769 2001-12-10 [alfons]     0.6.5claws73
14770
14771         * src/matcher.c
14772                 add more control characters
14773         * src/matcher_parser_lex.l
14774                 make escaping / unescaping work again
14775
14776 2001-12-10 [alfons]     0.6.5claws72
14777
14778         * src/imap.c
14779                 clean up warnings "returning value for void function" 
14780         * src/prefs_filtering.c
14781                 make info button for execute action sensitive
14782
14783 2001-12-10 [paul]       0.6.5claws71
14784
14785         * src/compose.c
14786         * src/imap.[ch]
14787         * src/summaryview.c
14788                 fix: imap server now gets informed of MARKED, UNMARKED
14789                 and REPLY events. Now people can use different IMAP-Mail
14790                 clients and have the exact same information about MARKED,
14791                 UNMARKED and REPLY status with all of them. Especially
14792                 useful for imap servers with a web-frontend.
14793                 submitted by Tobias Sandhaas <medlor@web.de>
14794
14795 2001-12-09 [melvin]     0.6.5claws70
14796         
14797         * src/textview.[ch]
14798                 fixed bug #490076 (hunted down by Alfons who implemented
14799                 a workaround in 0.6.5claws65)
14800
14801 2001-12-09 [christoph]  0.6.5claws69
14802
14803         * src/summaryview.c
14804                 set pointer to string in LOCKED column to NULL
14805                 (might fix bug #490800)
14806
14807 2001-12-09 [carsten]    0.6.5claws68
14808
14809         * po/de.po
14810                 resolved some cluttered menu shortcuts 
14811                 ('creating new email' and 'creating news message'
14812                 hade the same)
14813         * src/compose.c
14814                 wmclass now distinc from main window
14815         * src/mainwindow.c
14816           src/mainwindow.h
14817                 email/news and forward button functionality similar
14818                 to the reply buttons; removed the ugly dropdown arrows
14819                 and use instead the right mouse button
14820
14821 2001-12-09 [paul]       0.6.5claws67
14822
14823         * src/imap.c
14824         * src/utils.h
14825                 allow spaces in imap folder names
14826                 submitted by Willem van Engen <wvengen@stack.nl>
14827
14828 2001-12-09 [paul]       0.6.5claws66
14829
14830         * sync with sylpheed 0.6.5cvs24
14831                 see ChangeLog entry 2001-12-09
14832
14833 2001-12-08 [alfons]     0.6.5claws65
14834
14835         * src/textview.c
14836                 prevent secondary selection claim after "add to sender" dialog
14837                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14838                 we trick GTK by simulating a click at (0, 0) in the textview.
14839
14840 2001-12-08 [hoa]        0.6.5claws64
14841
14842         * src/folder.c
14843                 fixed a bug about the .processing folder name while filtering
14844
14845 2001-12-08 [alfons]     0.6.5claws63
14846
14847         * src/folderview.c 
14848                 work around problem of not correctly updating folder stats
14849                 when deleting messages. there's some folder scanning evil
14850                 going so the folderview_update_msg_num() does not work
14851                 correctly. need to investigate this.
14852
14853 2001-12-08 [paul]       0.6.5claws62
14854
14855         * sync with sylpheed 0.6.5cvs23
14856                 see ChangeLog entry 2001-12-08
14857
14858 2001-12-07 [christoph]  0.6.5claws61
14859
14860         * src/compose.c
14861                 fix another header translation problem
14862
14863 2001-12-07 [alfons]     0.6.5claws60
14864
14865         * src/mbox.c
14866                 make filtering also work on local spool mbox
14867
14868 2001-12-07 [carsten]    0.6.5claws59
14869         * src/addressbook.c
14870                 addressbook window gets a wmclass distinct from the main
14871                 sylpheed window
14872         * src/compose.h
14873         * src/mainwindow.[ch]
14874                   forward menu item will use mode selected in prefs, forward 
14875                 as attatchment in menu removed (will be substituted in the
14876                 toolbar similar to reply buttons)
14877                   create news message menu entry and news button is now 
14878                 sensitive to the existance of a news account
14879         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14880         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14881         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14882                 these are removed because the toolbar buttons don't show
14883                 the quoting modus any longer
14884
14885 2001-12-07 [paul]
14886
14887         * tools/newscache_clean.pl      ** NEW FILE **
14888                 perl script to do some tidying up in the newscache directory 
14889                 
14890         * tools/sylpheed-switcher       ** NEW FILE **
14891                 perl script to enable easy switching between main and claws
14892                 
14893         * tools/README
14894                 added descriptions of the two new perl scripts          
14895
14896
14897 2001-12-07 [melvin]     0.6.5claws58
14898
14899         * src/messageview.c
14900                 fixed a warning during compilation introduced in 0.6.5claws56
14901
14902 2001-12-07 [paul]       0.6.5claws57
14903
14904         * src/mainwindow.[ch]
14905         * src/menu.[ch]
14906                 further usability enhancements to replying with or without 
14907                 quoting via the toolbar, use of Ctrl key is replaced by 
14908                 drop down menu 
14909                 Submitted by Carsten Schurig            
14910
14911 2001-12-07 [melvin]     0.6.5claws56
14912
14913         * src/messageview.c
14914                 hack to fix bug that prevented to make/paste selections
14915                 after switching between MVIEW_TEXT and MVIEW_MIME views
14916                 without deselecting the selection first.
14917
14918 2001-12-06 [alfons]     0.6.5claws55
14919
14920         * src/filtering.[ch]
14921         * src/inc.c
14922                 revise filtering a little bit more, and make sure
14923                 messages are delivered to the appropriate inbox
14924                 (perhaps set per account)
14925
14926 2001-12-06 [paul]       0.6.5claws54
14927
14928         * sync with sylpheed 0.6.5cvs22
14929                 see ChangeLog entry 2001-12-06
14930
14931 2001-12-05 [alfons]     0.6.5claws53
14932
14933         * src/inc.c
14934         * src/folder.[ch]
14935         * src/procmsg.c
14936         * src/filtering.c
14937                 more revisions of filtering system
14938                 (last stable version is marked as LAST_STABLE)
14939                 
14940                 | NOTE 1): the filtering system now uses a local folder called
14941                 | .processing. if filtering fails, check this directory
14942                 | for missing messages.
14943                 |
14944                 | NOTE 2): help us find the filtering actions still missing
14945
14946 2001-12-05 [paul]       0.6.5claws52
14947
14948         * src/mainwindow.c
14949                 fix bug where 'Empty Trash?' pop-up window appears even
14950                 when Trash is empty, submitted by Jesse Skinner         
14951
14952 2001-12-05 [melvin]     0.6.5claws51
14953
14954         * src/compose.c
14955                 fixed bug #486106 to select correct account when reediting 
14956                 a queued message
14957         
14958 2001-12-04 [alfons]     0.6.5claws50
14959
14960         * src/mh.c
14961                 declare markfile in appropriate functions when
14962                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14963                 for spotting this)
14964
14965 2001-12-04 [paul]       0.6.5claws49
14966
14967         * sync with sylpheed 0.6.5cvs21
14968                 see ChangeLog entry 2001-12-04
14969
14970 2001-12-03 [christoph]  0.6.5claws48
14971
14972         * po/de.po
14973                 changed translation of undo
14974         * src/account.c
14975         * src/folder.c
14976                 don't reinvent the wheel to traverse a GNode
14977         * src/compose.[ch]
14978                 seperate code to create the compose gui into functions
14979                 add "Others" page with folder selection for saving copy
14980                 of the message.
14981                 the folder identifier is saved to queue header
14982         * src/procmsg.c
14983                 save message to folder in queue header
14984
14985 2001-12-03 [paul]       0.6.5claws47
14986
14987         * sync with sylpheed 0.6.5cvs20
14988                 see ChangeLog entry 2001-12-03
14989
14990 2001-12-01 [paul]
14991
14992         * more sync with sylpheed 0.6.5cvs19
14993                 see ChangeLog entry 2001-11-29
14994
14995 2001-11-30 [paul]       0.6.5claws46
14996         
14997         * src/compose.c
14998                 remove conflicts introduced by Hoa's last commit
14999          
15000         * src/mainwindow.c
15001                 make 'Message/Bounce' sensitive
15002
15003 2001-11-30 [hoa]        0.6.5claws45
15004
15005         * src/compose.c
15006                 slightly change bounce function to add
15007                 information about the user that bounced the mail
15008                 in the From header line.
15009
15010         * src/folderview.c
15011                 permit the use of processing in outbox folder.
15012
15013 2001-11-29 [paul]       0.6.5claws44
15014
15015         * src/mainwindow.[ch]
15016         * src/prefs_common.c
15017         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15018         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15019         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15020                 usability enhancements to the quoting, implements
15021                 use of Ctrl key to toggle quoting settings
15022                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15023
15024 2001-11-29 [paul]       0.6.5claws43
15025         
15026         * sync with sylpheed 0.6.5cvs19
15027                 see ChangeLog entry 2001-11-28
15028
15029 2001-11-29 [melvin]     0.6.5claws42
15030         * src/Makefile.am
15031                 added enriched.[ch] to the list of files
15032
15033         * src/textview.c
15034         * src/mimeview.c
15035         * src/procmime.[ch]
15036         * src/enriched.[ch]
15037                 added support to view text/enriched
15038                 added support to show headers in message view for text/enriched and text/html
15039                         in non multipart messages
15040
15041 2001-11-28 [paul]       0.6.5claws41
15042
15043         * more sync with sylpheed 0.6.5cvs18
15044                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15045
15046 2001-11-27 [paul]       0.6.5claws40
15047         
15048         * po/pt_BR.po
15049                 updated translation, submitted by Fabio Junior Beneditto
15050                 
15051         * sync with sylpheed 0.6.5cvs18
15052                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15053                 2001-11-27
15054
15055
15056 2001-11-26 [paul]
15057
15058         * po/es.po
15059                 updated translation, submitted by Ricardo Mones Lastra
15060
15061 2001-11-26 [alfons]
15062
15063         * src/matcher.c
15064                 add more translatable strings
15065
15066 2001-11-26 [christoph]  0.6.5claws39
15067
15068         * po/de.po      
15069                 fixed one more umlaut
15070         * src/compose.c
15071                 fix translated header when it should not be translated
15072
15073 2001-11-26 [paul]       0.6.5claws38
15074
15075         * src/mainwindow.c
15076                 remove '/Message/Add Sender to address book' from 
15077                 main_window_set_menu_sensitive(), prevent debug warning
15078                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15079
15080 2001-11-26 [paul]       0.6.5claws37
15081
15082         * src/summaryview.c
15083                 fix 'recurring unread state' bug 
15084
15085         * tools/README 
15086         * tools/filter_conv.pl
15087                 read name of top level mailbox from folderlist.xml
15088                 and presume nothing about its name              
15089
15090 2001-11-26 [darko]      0.6.5claws36
15091
15092         * src/gtkstext.[ch]
15093                 removed functions that are now in gtkutils.c
15094                 use gtkut_text_is_uri_string() from gtkutils.c
15095         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15096
15097 2001-11-26 [paul]       0.6.5claws35
15098
15099         * sync with sylpheed 0.6.5cvs16
15100                 see ChangeLog entries 2001-11-25 and 2001-11-26
15101
15102 2001-11-25 [alfons]     0.6.5claws34
15103
15104         EXPERIMENTAL!!! Please checkout the last stable version using: 
15105           
15106         % cvs update -r LAST_STABLE -dRAP
15107
15108         (Or help us testing this stuff.)
15109
15110         * src/filtering.c               (1.14)
15111         * src/filtering.h               (1.6)
15112         * src/inc.c                     (1.28)
15113         * src/matcher.c                 (1.20)
15114         * src/mbox.c                    (1.9)
15115         * src/procmsg.h                 (1.14)
15116         * src/summaryview.c             (1.59)
15117         * src/summaryview.h             (dunno)
15118                 revert/merge/sync to as it was before commit 
15119                 on Thu, 19 Jul 2001 10:15:51 -0700.
15120
15121 2001-11-25 [hoa]        0.6.5claws33
15122
15123         * src/main.c
15124                 processing mails at startup
15125
15126         * src/folderview.c
15127         * src/summaryview.[ch]
15128                 processing mails when entering folder
15129
15130         * src/prefs_filtering.c
15131                 fixed some UI bugs
15132
15133 2001-11-24 [alfons]     0.6.5claws32
15134
15135         * src/summaryview.[ch]
15136                 make summary sort headers work, and also make
15137                 sure the sort type is stored
15138
15139 2001-11-23 [alfons]     0.6.5claws31
15140
15141         * src/summaryview.[ch]
15142                 make lock work like mark
15143                 disallow deleting messages marked as locked
15144
15145 2001-11-23 [alfons]     0.6.5claws30
15146
15147         * src/gtkstext.c
15148         * src/compose.[ch]
15149         * src/Makefile.am
15150         * src/undo.[ch]
15151                 merge undo patch submitted by Jens
15152
15153 2001-11-23 [christoph]  0.6.5claws29
15154
15155         * src/.cvsignore
15156                 added ylwrap
15157         * src/compose.c
15158                 fixed gpg signing and encoding
15159         * src/folder.[ch]
15160         * src/main.c
15161                 added --status option to get new, unread and total
15162                 message count from a running sylpheed
15163         * src/prefs_common.c
15164                 temporary fix for reply_with_quote problem
15165                 (don't call functions for non existing widget)
15166         * src/procmsg.c
15167                 one more check for ignored threads but still not
15168                 always working correctly. probably a recursive
15169                 check for all parents is needed
15170
15171 2001-11-23 [darko]      0.6.5claws28
15172
15173         * src/compose.c
15174                 wrapping on send improvements
15175         * src/gtkutils.[ch]
15176                 fix for GtkSText after last sync with main branch
15177                 GTK_TEXT -> GTK_STEXT
15178
15179 2001-11-23 [paul]       0.6.5claws27
15180
15181         * sync with sylpheed 0.6.5cvs14
15182                 see ChangeLog entries 2001-11-22 and 2001-11-23
15183                 
15184         * po/de.po
15185                 fixed the scrambled umlauts 
15186                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15187
15188 2001-11-21 [paul]       0.6.5claws26
15189
15190         * sync with sylpheed 0.6.5cvs12
15191                 see 2nd ChangeLog entry dated 2001-11-20
15192
15193 2001-11-20 [paul]       0.6.5claws25
15194
15195         * sync with sylpheed 0.6.5cvs11
15196                 see ChangeLog entry 2001-11-19 (src/utils.c)
15197
15198 2001-11-20 [hiro]
15199
15200         * src/compose.c
15201                 GTK_TEXT -> GTK_STEXT
15202                 fix for wrong comment
15203
15204 2001-11-20 [hiro]       0.6.5claws24
15205
15206         * src/compose.[ch]
15207                 more merges from main branch
15208                 removed fatal warnings (uninitialized variables etc.)
15209                 some coding style fix
15210         * src/gtkutils.h
15211                 fixed typo.
15212         * src/addressbook.c
15213           src/addrindex.c
15214                 V-Card -> vCard
15215
15216 2001-11-19 [hoa]        0.6.5claws23
15217
15218         * src/filtering.c
15219         * src/prefs_scoring.c
15220         * src/matcher.[ch]
15221         * src/scoring.c
15222                 cleaning code
15223
15224         * src/matcher_parser_parse.y
15225         * src/prefs_filtering.c
15226                 bouncing
15227
15228 2001-11-19 [alfons]     0.6.5claws22
15229
15230         more of my old things into claws
15231
15232         * src/Makefile.am
15233         * src/prefs_common.c
15234         * src/procmsg.h
15235         * src/summaryview.[ch]
15236         * src/prefs_summary_column.c
15237         * src/pixmaps/locked.xpm
15238                 add indicators for locking of message in summary view
15239                 (does not work yet, only visual indicator)
15240
15241 2001-11-19 [paul]       0.6.5claws21
15242
15243         * sync with sylpheed 0.6.5cvs10
15244                 see ChangeLog entry 2001-11-19
15245
15246 2001-11-18 [alfons]     0.6.5claws20
15247         
15248         * src/filtering.c
15249                 remove an inadvertent free I forgot in previous clean up 
15250
15251 2001-11-18 [alfons]     0.6.5claws19
15252
15253         * src/filtering.[ch]
15254                 clean up & plug leaks
15255
15256 2001-11-18 [paul]       0.6.5claws18
15257
15258         * sync with sylpheed 0.6.5cvs9
15259                 see ChangeLog entries 2001-11-17 and 2001-11-18
15260
15261 2001-11-16 [paul]       0.6.5claws17
15262
15263         * sync with sylpheed 0.6.5cvs8
15264                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15265
15266 2001-11-16 [paul]       0.6.5claws16
15267
15268         * sync with sylpheed 0.6.5cvs7
15269                 see ChangeLog entries 2001-11-15 and 2001-11-16
15270
15271 2001-11-15 [hoa]        0.6.5claws15
15272
15273         * src/compose.c
15274                 fix bounce, mails we received couln't be bounced to ourself.
15275
15276         * src/defs.h
15277         * src/filtering.[ch]
15278         * src/matcher.[ch]
15279         * src/matcher_parser.h
15280         * src/matcher_parser_lex.l
15281         * src/matcher_parser_parse.y
15282         * src/inc.c
15283         * src/main.c
15284         * src/mbox.c
15285         * src/prefs_filtering.[ch]
15286         * src/mainwindow.c
15287         * src/prefs_matcher.c
15288         * src/prefs_scoring.c
15289         * src/scoring.[ch]
15290         * src/summaryview.c
15291                 new matcher/filter/score configuration file parser
15292                 one unique configuration file => ~/.sylpheed/matcherrc
15293                 import in currently automatic, then save are made
15294                 in this new file.
15295                 one filter per folder and one global filter
15296                 (filter of a folder will be used as folder processing)
15297
15298         * src/folder.c
15299                 fix a bug in folder_item_get_identifier
15300                 
15301         * src/messageview.c
15302                 receive receipt return are fixed.
15303
15304 2001-11-14 [alfons]     0.6.5claws14
15305
15306         * src/session.h
15307                 add things from main branch to make claws compile
15308
15309 2001-11-14 [paul]       0.6.5claws13
15310
15311         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15312                 see ChangeLog entries 2001-11-08 to 2001-11-14
15313
15314 2001-11-14 [hoa] 0.6.5claws12
15315
15316         * src/compose.[ch]
15317         * src/mainwindow.c
15318         * src/summaryview.c
15319                 add "bounce mail" option
15320
15321 2001-11-13 [christoph]  0.6.5claws11
15322
15323         * src/compose.c
15324                 Cleanup a mess i add before commiting
15325
15326 2001-11-13 [hoa]        0.6.5claws10
15327
15328         * src/compose.c
15329                 some fixes when mail are sent or
15330                 for crossposts
15331
15332 2001-11-13 [christoph]  0.6.5claws9
15333
15334         * po/de.po
15335                 Changed two string with the same translation
15336         * src/compose.c
15337         * src/procmsg.[ch]
15338         * src/send.[ch]
15339                 New mailsending process:
15340                   - Always queue message before sending
15341                     (message will be saved if sylpheed crashed or
15342                      freezes while sending)
15343                   - Allow queuing of newspostings
15344                   - No copy in outbox before sending
15345                     (closes bug #469501)
15346                   - No more redundant code for send and send_later
15347         * src/summaryview.c
15348                 Applied wwp <subscript@free.fr>'s patch that fixes
15349                 marks for multiple forwarded messages (+compose.c)
15350
15351 2001-11-12 [alfons]
15352
15353         * README.claws
15354                 remove things that are now in main branch
15355         
15356         * po/nl.po
15357                 update Dutch translation
15358
15359 2001-11-12 [mhadasht]   0.6.5.claws8
15360
15361         * src/prefs_common.c
15362                 re-enabled account autoselection feature for forward
15363                 and reedit lost during the branch point for SYNC-B4-REL
15364         * src/gtkspell.c
15365                 gtkpspell_get_dict(): more readable code (even if function is
15366                 not used yet)
15367         * ChangeLog.claws
15368                 added version number info to 2001-11-12 [hiro] comment.
15369
15370 2001-11-12 [hiro]       0.6.5.claws7
15371
15372         * src/compose.c
15373                 compose_forward(): fixed a bug that forward quote mark
15374                 wasn't used.
15375                 removed unnecessary code.
15376         * src/template_select.[ch]: removed.
15377
15378 2001-11-11 [alfons]
15379
15380         * src/compose.c
15381                 :%s/GTK_TEXT/GTK_STEXT/g
15382         
15383         * src/compose.[ch]
15384         * src/undo.[ch]
15385         * src/Makefile.am
15386                 revert the undo stuff (this is 0.6.6claws stuff)
15387
15388 2001-11-11 [hoa]        0.6.5.claws6
15389
15390         * src/compose.[ch]
15391                 Insert signature at the end of the text.
15392                 Added undo patch but currently disabled
15393
15394         * src/procmsg.c
15395                 Threading by subject improved.
15396
15397         * added src/undo.[ch]
15398                 Undo module for compose dialog box.
15399
15400 2001-11-11 [alfons]     0.6.5.claws5
15401
15402         * src/procmsg.c
15403                 prevent threading by subject on nodes that have already been
15404                 threaded by in-reply-to (as in "circular references in a tree
15405                 result in a dead branch")
15406
15407 2001-11-09 [hoa]        0.6.5.claws4
15408         
15409         * src/folderview.c
15410                 allows creation of mbox folder item from any files.
15411
15412 2001-11-09 [alfons]     0.6.5.claws3
15413         
15414         * src/utils.c
15415         * src/procmsg.c
15416                 do what I mean and correct threading by subject so it really
15417                 ignores attracting lines without "Re: "
15418
15419 2001-11-07 [alfons]     0.6.5.claws2
15420
15421         * src/procmsg.c
15422         * src/utils.[ch]
15423                 only attract by subject if a subject line starts with a "Re: "
15424         * src/syldap.c
15425                 remove warning
15426
15427 2001-11-07 [paul]       0.6.5claws1
15428
15429         * sync with sylpheed 0.6.5. release
15430                 see ChangeLog entry 2001-11-07
15431
15432 2001-11-07 [paul]       0.6.4claws31
15433
15434         * sync with sylpheed 0.6.4cvs18
15435                 see ChangeLog entries 2001-10-30 to 2001-11-07
15436                 prefs_templates.[ch] renamed prefs_template.[ch]
15437
15438 2001-11-06 [alfons]
15439         
15440         * src/utils.h
15441                 add semicolon Hoa forgot ;-)
15442                 
15443
15444 2001-11-06 [hoa]        0.6.4claws30
15445         
15446         * src/procmsg.c
15447         * src/summaryview.c
15448         * src/utils.c
15449         * src/utils.h
15450                 threading by subject - empty subject are ignored
15451
15452 2001-11-06 [christoph]  0.6.4claws29
15453
15454         * src/socket.c
15455                 use SSL_peek for sock_gets
15456         * src/utils.c
15457                 removed unneeded pointer in extracting quoted
15458                 names implementation
15459
15460 2001-11-06 [melvin]     0.6.4claws28
15461
15462         * src/gtkspell.c
15463                 fixed bug #476792 Selection overtyping with spell checker
15464                 fixed bug which could cause a buffer overflow
15465                 fixed a memory leak
15466
15467 2001-11-06 [hoa]        0.6.4claws27
15468         
15469         * src/procmsg.c
15470         * src/summaryview.c
15471                 threading by subject
15472
15473 2001-11-05 [alfons]     0.6.4claws26
15474         
15475         * README.claws
15476                 Claws -> Sylpheed (vice versa)
15477
15478         * src/compose.c
15479                 :%s/gtk_text/gtk_stext/g
15480                 :%s/GTK_TEXT/GTK_STEXT/g
15481                 (thanks to Jonathan Ware for spotting this)
15482
15483 2001-11-04 [christoph]  0.6.4claws25
15484
15485         * src/summaryview.c
15486                 replace Xalloca + strdup with Xstrdup_a
15487         * src/utils.c
15488                 better implementation of extracting quoted names
15489                 from addresses (remove backlashes and ignore
15490                 quotes after them)
15491
15492 2001-11-04 [alfons]     0.6.4claws24
15493
15494         * src/utils.[ch]
15495                 edit to comply more with coding style
15496
15497         * src/textview.c
15498                 fix bug reported by Kim Schulz. introduced by the patch integrated
15499                 in 0.6.4claws15. the code did not check the return value of
15500                 the html parser.
15501
15502         * AUTHORS
15503                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15504
15505 2001-11-04 [christoph]  0.6.4claws23
15506
15507         * src/main.c
15508         * src/prefs_common.[ch]
15509                 init some pointers that possibly caused a segfault
15510                 reported in the claws-users ML
15511
15512 2001-11-04 [hoa]        0.6.4claws22
15513
15514         * src/grouplistdialog.c
15515                 change the names of the nodes in the tree
15516
15517         * src/compose.c
15518                 enhanced mailto syntax as described in
15519                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15520                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15521
15522         * src/utils.c
15523                 encode and decode URI (useful when opening URL into
15524                 netscape).
15525
15526 2001-11-03 [hoa]        0.6.4claws21
15527
15528         * src/grouplistdialog.c
15529                 a new newsgroups list selection dialog box
15530                 with a CTree instead of a CList
15531
15532 2001-11-03 [hoa]        0.6.4claws20
15533
15534         * src/folderview.c
15535                 enable property and scoring options when right
15536                 click on "inbox"
15537
15538         * src/summaryview.c
15539                 fixed bug when nickname were displayed using
15540                 the address book.
15541
15542 2001-11-02 [darko]      0.6.4claws19
15543
15544         * src/compose.c
15545                 new wrap quotation and URL/long words wrapping implementation
15546         * src/compose.c src/gtkstext.[ch]
15547                 move gtkstext_strncmp() to gtkstext.c
15548
15549 2001-11-01 [christoph]  0.6.4claws18
15550
15551         * src/prefs_account.c
15552                 fixed mess in account settings dialog
15553         * src/prefs_folder_item.c
15554                 added label with folder path to dialog
15555
15556 2001-10-31 [match]      0.6.4claws17
15557
15558         * src/vcard.c
15559                 fix memory leak.
15560         * src/addrbook.c
15561                 fix generation of spurious address book file names.
15562                 remove redundant functions.
15563         * po/POTFILES.in
15564                 added missing file names.
15565
15566 2001-10-30 [paul]       0.6.4claws16
15567
15568         * sync with sylpheed 0.6.4cvs6
15569                 see ChangeLog entries 2001-10-26 to 2001-10-30
15570
15571         * tools/filter_conv.pl
15572                 read folderlist.xml to discover whether the top-level
15573                 folder is called 'Mailbox' or 'Mail' 
15574
15575 2001-10-29 [paul]       0.6.4claws15
15576
15577         * src/html.c, src/textview.c
15578                 activate links in html mail and fix clickable parts
15579                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15580
15581 2001-10-29 [paul]
15582
15583         * po/de.po, po/es.po, po/pt_BR/po
15584                 updated translations, submitted by Jens Oberender,
15585                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15586
15587 2001-10-29 [darko]      0.6.4claws14
15588
15589         * src/compose.c
15590                 fix wrapping for good
15591
15592 2001-10-29 [darko]
15593
15594         * src/compose.c
15595                 undo previous change as it broke the smart wrapping
15596
15597 2001-10-29 [darko]      0.6.4claws13
15598
15599         * src/compose.c
15600                 fix infinite loop when long URL is quoted
15601                 (closes bug #475122.
15602
15603 2001-10-28 [match]
15604
15605         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15606                 import Mutt address book
15607         * src/ldif.[ch] src/importldif.h
15608                 modified import LDIF handle user attributes
15609
15610 2001-10-28 [christoph]  0.6.4claws12
15611
15612         * src/summaryview.c
15613                 fixed that filtering did not work if there
15614                 were no filter rules
15615                 (closes bug #472003 and better implementation
15616                  of patch #474644)
15617
15618 2001-10-27 [christoph]  0.6.4claws11
15619
15620         * src/compose.c
15621                 make the folder's default account to be used when
15622                 replying. (patch by wwp <subscript@free.fr>)
15623         * src/compose.c
15624                 code cleanup, nearly killed all of wwp's patch
15625                 for folder's default account in compose
15626         * src/folderview.c
15627                 error panel when a folder could not be created
15628                 (closes bug #471080 new folder name & already
15629                  existing file)
15630
15631 2001-10-26 [alfons]
15632
15633         * src/utils.h
15634                 change prototype of strstr2() that Christoph forgot about
15635
15636 2001-10-26 [christoph]  0.6.4claws10
15637
15638         * src/account.c
15639                 made search for accounts by email address not case
15640                 sensitive
15641         * src/folder.c
15642                 fixed memory leak in folder_item_get_identifier
15643         * src/gtkspell.c
15644         * src/utils.c
15645                 fixed wrong strstr2 (should work like strstr)
15646
15647 2001-10-26 [darko]      0.6.4claws9
15648
15649         * src/compose.c src/gtkstext.[ch]
15650         * src/gtkstext.c
15651                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15652
15653 2001-10-26 [paul]       0.6.4claws8
15654
15655         * src/html.c
15656                 ignore css and javascript tags in html mail
15657                 case-insensitive, with or without double-quoted
15658                 strings
15659
15660 2001-10-26 [paul]       0.6.4claws7
15661
15662         * sync with sylpheed 0.6.4cvs1
15663                 see ChangeLog entry 2001-10-26
15664
15665         * src/prefs_account.c, src/prefs_common.c,
15666           src/prefs_summary_column.c
15667                 minor improvements to the English
15668
15669 2001-10-25 [alfons]     0.6.4claws6
15670
15671         * src/gtkstext.c
15672         
15673                 make GtkSText follow style of GtkText (closes bug 
15674                 #469211 "text selection while writing message")
15675                 
15676                 do sync with GTK 1.2.10
15677
15678 2001-10-25 [paul]       0.6.4claws5
15679
15680         * src/html.c
15681                 ignore css tags in html mail
15682
15683 2001-10-25 [darko]      0.6.4claws4
15684
15685         * src/compose.c
15686                 don't declare is_url_string as static function since
15687                 we need it in gtkstext.c
15688         * src/gtkstext.c
15689                 remove unused variable
15690                 don't wrap long URLs while composing a message
15691
15692 2001-10-24 [christoph]  0.6.4claws3
15693
15694         * src/socket.c
15695                 fix ssl deadlock, when peer closes connection
15696
15697 2001-10-24 [paul]       0.6.4claws2
15698
15699         * src/prefs_common.c
15700                 gettextize the gpg ascii-armored warning message
15701
15702         * src/compose.c
15703                 insert a DOS/MAC file into the composed message
15704                 (improvements)
15705
15706         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15707
15708 2001-10-22 [paul]       0.6.4claws1
15709
15710         * sync with sylpheed 0.6.4 release
15711                 see ChangeLog entries 2001-10-21
15712
15713         * po/fr.po, po/pt_BR.po
15714                 updated by Melvin Hadasht and Fabio Junior Beneditto
15715
15716 2001-10-21 [paul]       0.6.3claws30
15717
15718         * src/compose.c
15719                 insert a DOS text file from the compose window
15720                 into the composed message text (removes CRs characters)
15721                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15722
15723         * tools/filter_conv.pl, tools/README
15724                 automatically use ~/.sylpheed as working directory
15725                 print out confirmation message on completion
15726
15727         * correct Hoa's last ChangeLog.claws entry
15728
15729 2001-10-20 [hoa]        0.6.3claws29
15730
15731         * src/grouplistdialog.c
15732                 bugfix (another ?) to give the right
15733                 newsgroups list for each news server.
15734
15735         * src/news.c
15736         * src/news.h
15737                 improve the newsgroups list cache
15738
15739 2001-10-20 [paul]       0.6.3claws28
15740
15741         * sync with sylpheed 0.6.3cvs9
15742                 see ChangeLog entry 2001-10-19
15743
15744         * correct Alfons' last ChangeLog.claws entry
15745
15746 2001-10-19 [alfons]
15747
15748         * src/pgptext.[ch]
15749                 fix compilation problems (part of bug #472895)
15750
15751 2001-10-18 [hoa]        0.6.3claws27
15752
15753         * src/grouplistdialog.c
15754                 bugfix when we refresh was clicked (bug 472701)
15755
15756 2001-10-19 [christoph]  0.6.3claws26
15757
15758         * src/compose.c
15759                 last header entry should default to "To:" or
15760                 "Newsgroups:" and not copy the last entry line
15761                 in a new compose window
15762                 (closes bug #472686, #470792)
15763
15764 2001-10-19 [paul]       0.6.3claws25
15765
15766         * sync with Sylpheed 0.6.3cvs8
15767                 see ChangeLog entries 2001-10-18 and 2001-10-19
15768
15769 2001-10-18 [christoph]  0.6.3claws24
15770
15771         * src/procmsg.c
15772                 reimplement ignore thread
15773         
15774 2001-10-18 [hoa]        0.6.3claws23
15775
15776         * src/folderview.c
15777         * src/grouplistdialog.[ch]
15778                 enhanced news subscription interface (feature 469113)
15779
15780         * src/news.c
15781         * src/news.h
15782                 enchanced newsgroup listing,
15783                 now, we can get groups informations
15784                 (NNTPGroupInfo)
15785
15786 2001-10-18 [paul]       0.6.3claws22
15787
15788         * src/summaryview.c
15789                 remove comment (sync with main branch)
15790         * src/mainwindow.c
15791                 fix 'Re-edit' bug in 'Message' menu
15792
15793 2001-10-17 [christoph]  0.6.3claws21
15794
15795         * src/compose.c
15796                 ignore empty or whitespace only header lines
15797
15798 2001-10-17 [paul]       0.6.3claws20
15799
15800         * sync with sylpheed 0.6.3cvs7
15801                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15802                 2001-10-17
15803
15804 2001-10-17 [darko]
15805
15806         * src/compose.c
15807                 wrap long lines without spaces
15808                 don't wrap URLs
15809
15810 2001-10-16 [paul]
15811
15812         * po/es.po, po/nl.po, po/pt_BR.po
15813                 updated by Ricardo Mones Lastra, Alfons,
15814                 and Fabio Junior Beneditto
15815
15816         * sylpheed-0.6.3claws released
15817
15818 2001-10-15 [melvin] 0.6.3claws18
15819
15820         * README.claws
15821                 added summary and detailed installation instructions
15822                 for spell checker
15823         * po/fr.po
15824                 Updated, corrected and completed french translation
15825
15826 2001-10-15 [hoa] 0.6.3claws17
15827         * src/grouplistdialog.c
15828                 we can choose the newsgroups to display with wildcards
15829
15830 2001-10-15 [christoph]  0.6.3claws16
15831
15832         * src/account.c
15833         * src/compose.c
15834         * src/prefs_folder_item.[ch]
15835                 applied wwp <subscript@free.fr>'s folder
15836                 default account patch
15837         * po/de.po
15838                 Fixed wrong translation
15839
15840 2001-10-13 [alfons, christoph, melvin]  
15841                         0.6.3claws15
15842
15843         solution #2 to solve MT-safety problems defers all GUI related calls
15844         to the main thread using a gtk_idle_add() callback. discussed on
15845         ircnet #sylpheed, with christoph spotting some issues with the
15846         original code, and melvin allowing us to lobotomize his sylpheed.
15847
15848         * src/syldap.[ch], src/main.c
15849                 fix race problem in ldap search thread by deferring GUI 
15850                 stuff to main thread using gtk_idle_add()
15851
15852 2001-10-13 [paul]       0.6.3claws14
15853
15854         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15855                 add Sergey's smtpcred.patch
15856                 adds separate username/password setting for SMTP Auth
15857                 needed by some servers
15858                 (closes feature request #471659)
15859
15860 2001-10-13 [paul]       0.6.3claws13
15861
15862         * src/pgptext.[ch] **NEW FILES**
15863         * src/Makefile.am, src/messageview.c, src/mimeview.c
15864                 decrypt ascii-armored gpg text embedded in
15865                 the message body.
15866                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15867
15868 2001-10-13 [christoph]  0.6.3claws12
15869
15870         * README.claws
15871                 some more details on default to and
15872                 feature requests
15873         * src/main.c
15874                 init glib threading when ldap is used
15875         * src/syldap.c
15876                 threading fixes
15877         * po/de.po
15878                 fixed a typo
15879
15880 2001-10-12 [paul]       0.6.3claws11
15881
15882         * src/prefs_common.[ch], src/rfc2015.c
15883                 enable ascii-armored gpg text to be embedded in the
15884                 message body, selectable through the 'Privacy'
15885                 preferences. Supports encrypting only.
15886                 Submitted by Ravemax <ravemax@dextrose.com>
15887
15888 2001-10-12 [paul]       0.6.3claws10
15889
15890         * sync with sylpheed 0.6.3cvs6
15891                 see ChangeLog entries 2001-10-11 and 2001-11-12
15892
15893         * src/folderview.c
15894                 incorporated mbox folders, scoring, and folder
15895                 properties into the sync
15896
15897 2001-10-12 [darko]      0.6.3claws9
15898
15899         * README.claws
15900                 describe quotation wrapping
15901         * src/compose.c
15902                 don't treat tab as space to calculate line length properly
15903
15904 2001-10-11 [alfons]
15905
15906         * README.claws
15907                 correct description of how to make new filtering system work,
15908                 add some other things
15909                 
15910         * src/syldap.c
15911                 remove sched_yield() (not necessary / unportable)
15912
15913 2001-10-11 [paul]       0.6.3claws8
15914
15915         * sync with sylpheed 0.6.3cvs3
15916                 see ChangeLog entry 2001-10-10
15917
15918 2001-10-10 [christoph]  0.6.3claws7
15919
15920         * .cvsignore
15921                 ignore 2 files created by newer autotools
15922         * src/prefs_folder_item.c
15923                 using table for widget alignment
15924                 fixed memory leak and broken octal display
15925         * src/filesel.c
15926                 fixed segfault caused by lost filename
15927                 workaround (closes bug #469551)
15928
15929 2001-10-10 [paul]       0.6.3claws6
15930
15931         * sync with sylpheed 0.6.3cvs2
15932                 see ChangeLog entries 2001-10-09 and 2001-10-10
15933
15934 2001-10-10 [darko]      0.6.3.claws5
15935
15936         * src/gtkstext.c
15937                 proper calculation of right margin if smart wrapping is enabled
15938         * src/compose.c
15939                 automatically wrap long lines if wrap quotation is enabled
15940
15941 2001-10-09 [alfons]     0.6.3.claws4
15942
15943         * src/summaryview.c
15944                 select correct row when deleting last row in the summary view (and
15945                 close bug "[ #469104 ] select second last in list when deleting")
15946
15947 2001-10-09 [paul]       0.6.3claws3
15948
15949         * sync with sylpheed 0.6.3cvs1
15950                 updated some autotool scripts
15951
15952 2001-10-09 [darko]      0.6.3claws2
15953
15954         * src/gtkstext.[ch]
15955                 new name and mark with Sylpheed comment
15956         * src/compose.c
15957                 smart quotation wrapping a-la VIM
15958
15959 2001-10-08 [paul]       0.6.3claws1
15960
15961         * sync with sylpheed 0.6.3 release
15962                 see ChangeLog entry 2001-10-08
15963
15964 2001-10-08 [paul]       0.6.2claws24
15965
15966         * src/summaryview.c
15967                 more sync with sylpheed 0.6.2cvs12
15968                 Fixed the bug that didn't select the last row correctly
15969
15970
15971 2001-10-07 [paul]       0.6.2claws23
15972
15973         * sync with sylpheed 0.6.2cvs12
15974                 see ChangeLog entry 2001-10-07
15975
15976 2001-10-06 [match]
15977         * src/jpilot.[ch]
15978                 enable jpilot to read unsynch'ed addresses.
15979
15980         * src/editldap_basedn.c
15981                 fix segfault when opening dialog.
15982
15983 2001-10-06 [alfons]     0.6.2.claws22
15984
15985         * src/summaryview.c
15986                 fix bug with summary view selecting last *inserted*
15987                 node instead of last *visible* node. remember we
15988                 work with a tree
15989
15990 2001-10-06 [paul]       0.6.2claws21
15991
15992         * po/pt_BR.po
15993                 updated translation, contains some fixes and new
15994                 translations, submitted by Gustavo Noronha Silva
15995                 <kov@debian.org>
15996
15997         * src/prefs_common.c
15998                 change 'each' to 'every' - fix dubious English
15999
16000         * sync with sylpheed 0.6.2cvs11
16001
16002 2001-10-05 [alfons]     0.6.2claws20
16003
16004         * src/mainwindow.[ch], src/folderview.c
16005                 make composite tool button switch between "Compose News"
16006                 and "Compose Mail" depending on selected folder
16007                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16008
16009 2001-10-05 [paul]       0.6.2claws19
16010
16011         * src/mainwindow.c, src/summaryview.c
16012                 fix 'Message/Reply to all', broken in last commit
16013
16014         * src/compose.c
16015                 fix X_BEENTHERE seg fault, thanks to Alfons
16016
16017 2001-10-04 [paul]       0.6.2claws18
16018
16019         * src/compose.[ch], src/mainwindow.c
16020                 make "Message/Reply" reply to mailing lists; matches
16021                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16022                 based on portions of the patch submitted by
16023                 Junichi Uekawa <dancer@netfort.gr.jp>
16024
16025 2001-10-04 [darko]      0.6.2claws17
16026
16027         * src/compose.c
16028                 better smart wrapping
16029         * src/gtkstext.[hc]
16030                 a function to make text buffer contiguous
16031
16032 2001-10-03 [paul]       0.6.2claws16
16033
16034         * sync with sylpheed 0.6.2cvs10
16035
16036 2001-10-02 [alfons]
16037
16038         * configure.in
16039         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16040                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16041                 references to chinese translations (hope someone picks up
16042                 this)
16043
16044 2001-10-02 [christoph]  0.6.2claws15
16045
16046         * src/compose.c
16047                 fixed non translated header bug
16048         * ChangeLog.claws
16049                 fixed wrong date in alfons last entry ;)
16050
16051 2001-10-02 [alfons]     0.6.2claws14
16052
16053         * src/compose.c, src/prefs_common.[ch]
16054                 add block cursor option
16055
16056 2001-10-02 [paul]       0.6.2claws13
16057
16058         * sync with sylpheed 0.6.2cvs9
16059
16060 2001-09-30 [paul]       0.6.2claws12
16061
16062         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16063                 updated translations
16064
16065         * po/POTFILES.in
16066                 add 'src/importldif.c'
16067
16068         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16069                 added eudora-to-vCard conversion tool
16070                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16071
16072         * sync with sylpheed 0.6.2cvs8
16073
16074 2001-09-30 [paul]
16075
16076         * sylpheed-0.6.2claws released
16077
16078 2001-09-27 [melvin]     0.6.2claws11
16079
16080         * src/gtkspell.c
16081                 fixed crash when using default path (introduced 
16082                 in 0.6.2claws10)
16083                 fixed tiny bug for initial suggestion mode
16084
16085 2001-09-27 [melvin]     0.6.2claws10
16086         
16087         * src/gtkspell.c
16088                 fixed bug where gtkpspell didn't set the path correctly
16089
16090         * README.claws
16091                 added a paragraph about spell checking
16092                 
16093
16094
16095 2001-09-27 [paul]       0.6.2claws9
16096
16097         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16098                 replace '// comments' with '/* comments */' to prevent
16099                 some compiler warnings 
16100
16101         * sync with sylpheed 0.6.2cvs6
16102
16103 2001-09-26 [alfons]     0.6.2claws8
16104
16105         * src/messageview.c
16106                 introduce return receipt request notification again,
16107                 which was lost because of other semantics in 
16108                 procheader_parse() (???)
16109
16110 2001-09-26 [christoph]  0.6.2claws7
16111
16112         * src/compose.c
16113                 replace comments for old code with #if 0
16114                 readded auto cc, bcc and reply-to
16115         * src/prefs_matcher.c
16116         * src/prefs_scoring.c
16117                 removed some definition (was moved to
16118                 prefs.h)
16119
16120 2001-09-26 [paul]       0.6.2claws6
16121
16122         * src/mainwindow.c
16123                 make 'Follow-up and reply to' sensitive
16124
16125         * more sync with sylpheed 0.6.2cvs5
16126
16127 2001-09-25 [melvin]
16128
16129         * 0.6.2claws5
16130
16131         * src/gtkspell.c
16132                 fixed bug for "US-ASCII" introduced by the encoding code
16133
16134 2001-09-25 [paul]
16135
16136         * 0.6.2claws4
16137
16138         * src/prefs_common.[ch], src/summaryview.c
16139                 'next unread msg' 'go to next folder?' dialog can be
16140                 given default behaviour, either always show dialog,
16141                 or assume 'yes', or assume 'no'
16142                 Submitted by wwp <subscript@free.fr>
16143
16144 2001-09-25 [melvin]
16145                 
16146         * src/compose.c src/gtkspell.[ch]
16147                 added support for different encodings
16148
16149 2001-09-25 [paul]
16150
16151         * more sync with sylpheed 0.6.2cvs5
16152
16153 2001-09-24 [alfons]
16154         
16155         * src/prefs_folder_item.c
16156                 add check for item->prefs->default_to string is NULL and
16157                 add another check when freeing this string
16158
16159 2001-09-24 [paul]
16160
16161         * configure.in
16162                 change to version 0.6.2claws3
16163
16164         * sync with sylpheed 0.6.2cvs5 
16165
16166 2001-09-24 [match]
16167         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16168                 import LDIF files.
16169         * src/addrcache.[ch], addrindex.[ch]
16170                 small update for future
16171         * src/addrbook.c
16172                 fix test XML file.
16173
16174 2001-09-24 [melvin]
16175         * src/gtkspell.[ch]
16176                 added 'Learn from mistakes' option
16177                 better handling of quotes in checked words
16178                 sorted dict list
16179         * po/fr.po
16180                 small update for spell checking stuff
16181
16182 2001-09-23 [alfons]
16183         
16184         * src/gtkspell.c
16185                 edit a little bit so it complies more with main coding style
16186
16187 2001-09-23 [alfons]
16188
16189         * src/folder.[ch], prefs_folder_item.c, compose.c
16190                 migrate "request return receipt" folder property
16191                 to folderlist.xml
16192
16193 2001-09-22 [alfons]
16194
16195         * README.claws **NEW**
16196                 (add things of interest for users of main branch 
16197                 and claws here)
16198
16199         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16200                 re-implement threading per folder option, but store 
16201                 the setting in folderlist.xml (where it belongs)
16202
16203 2001-09-21 [melvin]
16204
16205         * src/gtkspell.[ch]
16206                 fixed bug when compose window is under another window
16207         * src/prefs_common.[ch] src/compose.c
16208                 changed 'dictionary_path' to 'dictionary' to be consistent
16209                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16210         * ac/pspell.m4 src/Makefile.am 
16211                 dropped PSPELL_PATH macro
16212         * po/fr.po
16213                 updated translations
16214
16215 2001-09-21 [christoph]
16216
16217         * src/compose.c
16218                 added border around header fields
16219                 keep header type when new field is added
16220
16221 2001-09-20 [christoph]
16222
16223         * src/utils.[ch]
16224                 more portable debug_print with source filename
16225                 and linenumber
16226         * src/procmsg.c
16227                 more newlines after debug messages
16228
16229 2001-09-20 [paul]
16230
16231         * configure.in
16232                 change to version 0.6.2claws2
16233
16234         * sync with sylpheed 0.6.2cvs3
16235
16236 2001-09-19 [melvin]
16237
16238         * src/gtkspell.c
16239                 fixed the post-right-click focus pb
16240                 fixed crash when 'Spell check all' after dict change 
16241                         and when cursor is at the end of the text
16242                 shift-right-click pops up config menu even on misspelled words.
16243         * po/POTFILES.in
16244                 added gtkspell.c
16245
16246 2001-09-19 [melvin]
16247
16248         * src/about.c
16249                 added pspell to compiled-in features list
16250
16251 2001-09-18 [melvin]
16252
16253         * switched to pspell and dropped ispell
16254         * ac/pspell.m4
16255                 new file. autoconf macro for pspell
16256         * ac/Makefile.am 
16257         * configure.in acconfig.h
16258                 added pspell support
16259         * src/Makefile.am
16260         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16261         * src/prefs_common.[ch] 
16262                 added pspell support
16263
16264 2001-09-18 [christoph]
16265
16266         * src/addr_compl.c
16267         * src/template.[ch]
16268                 replace LOG_MESSAGE with debug_print
16269         * src/compose.[ch]
16270                 gui improvements
16271         * src/menu.c
16272                 added newline after debug message
16273         * src/utils.h
16274                 using __VA_ARGS__ for debug_print macro
16275         * tools/.cvsignore
16276                 ignore Makefile and Makefile.in
16277
16278 2001-09-18 [paul]
16279
16280         * configure.in
16281                 change to version 0.6.2claws1
16282         * sync with sylpheed 0.6.2cvs1
16283
16284         * src/matcher.c 
16285         * src/prefs_matcher.c
16286                 add 'score equal to' option, submitted by
16287                 Paul Evans <nerd@freeuk.com>
16288
16289 2001-09-15 [christoph]
16290
16291         * src/mainwindow.c
16292                 comment out menu entry not existing in claws
16293         * src/menu.c
16294                 add debug output for non existing menu entries
16295         * src/summaryview.c
16296                 fix next/prev unread message for ignored threads
16297         * src/utils.[ch]
16298                 add sourcefile and line number to debug output
16299                 otherwise it is sometimes hard to find the
16300                 source code part if debug messages are translated
16301
16302 2001-09-14 [darko]
16303         
16304         * src/folderview.c
16305                 refresh target folder style after colour is changed
16306
16307 2001-09-13 [paul]
16308
16309         * configure.in
16310                 change to version 0.6.1claws3
16311
16312         * sync with sylpheed 0.6.1cvs6
16313
16314 2001-09-13 [darko]
16315         
16316         * src/folderview.c
16317                 fix target folder colourization to use user selected colour
16318
16319 2001-09-12 [darko]
16320         
16321         * src/summaryview.c
16322                 fix crash when message that is marked for copy/move is unmarked
16323
16324 2001-09-09 [paul]
16325
16326         * configure.in
16327                 change to version 0.6.1claws2
16328
16329         * sync with sylpheed 0.6.1cvs3
16330
16331 2001-09-09 [alfons]
16332         
16333         * src/folderview.c
16334                 fix bug with default font used for trash folder text
16335
16336 2001-09-06 [paul]
16337
16338         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16339                 updated translations
16340
16341         * configure.in
16342                 change to version 0.6.1claws1
16343
16344         * sync with sylpheed 0.6.1cvs2
16345
16346 2001-09-03 [paul]
16347
16348         * po/POTFILES.in
16349                 add Match's new addressbook
16350
16351         * po/de.po
16352                 updated translation submitted by Jens Oberender
16353
16354 2001-09-02 [paul]
16355
16356         * configure.in
16357                 change to 0.6.1claws
16358         * sync with sylpheed 0.6.1 release
16359
16360 2001-09-02 [paul]
16361
16362         * configure.in
16363                 change to 0.6.0claws2
16364
16365         * sync with sylpheed 0.6.0cvs4
16366
16367         * po/pt_BR.po
16368                 updated translation submitted by Fabio Junior Beneditto
16369
16370 2001-09-01 [match]
16371         * pixmaps/
16372                 interface.xpm
16373                 book.xpm
16374                 address.xpm
16375         * src/
16376                 Makefile.am
16377                 a ton of new files
16378
16379 2001-08-31 [paul]
16380
16381         * configure.in
16382                 change to version 0.6.0claws1
16383
16384         * sync with sylpheed 0.6.0cvs1
16385
16386         * po/es.po
16387                 updated translation submitted by Ricardo Mones Lastra
16388
16389         * po/POTFILES.in
16390                 add 'src/prefs_templates.c'
16391
16392         * src/compose.c, src/summaryview.c
16393                 fix segfault on 'Re_edit'               
16394
16395 2001-08-30 [alfons]
16396
16397         * configure.in, Makefile.am
16398         * tools/Makefile.am
16399                 add tools directory to source distribution
16400
16401 2001-08-30 [paul]
16402
16403         * configure.in
16404                 change to version 0.6.0claws
16405
16406         * sync with sylpheed 0.6.0 release
16407
16408 2001-08-30 [christoph]
16409
16410         * configure.in
16411                 removed autoconf version check
16412
16413 2001-08-30 [paul]
16414
16415         * src/account.c, src/compose.c, src/prefs_common.[ch]
16416         * src/procheader.[ch] src/utils.[ch]
16417                 Enhanced automatic account selection on replies
16418                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16419
16420         * configure.in
16421                 add LDAP and JPilot to the configuration results output.
16422
16423 2001-08-29 [christoph]
16424
16425         * src/summeryview.c
16426                 no bold font for ignored threads
16427
16428 2001-08-29 [paul]
16429
16430         * configure.in
16431                 change to version 0.5.3claws6
16432
16433         * sync with sylpheed 0.5.3cvs10
16434                 src/stringtable.[ch]: New Files
16435
16436         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16437         * src/pixmaps/sylpheed.xpm
16438                 add mini-icons to windows (by Alfons)
16439
16440 2001-08-27 [paul]
16441
16442         * src/mainwindow.c
16443                 new functions: next_labeled_cb(), prev_labeled_cb()
16444
16445         * src/summaryview.c
16446                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16447                 summary_select_next_labeled(), summary_select_prev_labeled()
16448
16449         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16450                 give claws blue folders and a blue trash can
16451
16452 2001-08-27 [paul]
16453
16454         * configure.in
16455                 change to version 0.5.3claws5
16456
16457         * sync with sylpheed 0.5.3cvs9
16458                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16459
16460 2001-08-24 [christoph]
16461
16462         * src/filesel.c
16463                 keep filename when browsing directories
16464                 (not working for user entered filename, but
16465                  for default name and selected filename from
16466                  file list)
16467         * src/mainwindow.c
16468                 fixed wrong spelling "Folllow-up"
16469         * src/mbox_folder.c
16470         * src/procmsg.c
16471         * src/summaryview.c
16472                 fixed new/unread message count with ignored
16473                 threads (2 commits, first didn't notice no
16474                 longer needed decreasing)
16475         * src/inc.c
16476                 readded scrolling of progress dialog
16477                 (lost in sync)
16478
16479 2001-08-24 [paul]
16480
16481         * configure.in
16482                 change to 0.5.3claws4
16483
16484         * sync with sylpheed 0.5.3cvs7
16485
16486 2001-08-24 [christoph]
16487
16488         * src/compose.c
16489                 set request return receipt when replying
16490                 if it is set is the folder prefs of the
16491                 message
16492         * src/inc.c
16493                 disable final error popup if popups are
16494                 disabled in config (again)
16495
16496 2001-08-23 [paul]
16497
16498         * configure.in
16499                 Change version number to 0.5.3claws3
16500
16501         * sync with sylpheed 0.5.3cvs5
16502
16503         * src/mimeview.c
16504                 double quote '%s' in 'gedit %s' to fix bug when
16505                 opening attachment with spaces in the name
16506
16507 2001-08-22 [alte]
16508         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16509           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16510                 initial message templates support
16511
16512
16513 2001-08-22 [paul]
16514
16515         * configure.in
16516                 change version number to 0.5.3claws2
16517
16518         * sync with sylpheed 0.5.3cvs4
16519
16520         * src/procmsg.h src/summaryview.c
16521                 re-implement (un)ignore thread
16522
16523 2001-08-21 [paul]
16524
16525         * src/summaryview.c
16526                 remove unnecessary code
16527         * src/compose.c
16528                 enable 'dynamic' signatures (submitted by
16529                 Eric Limpens <eric@hscg-internet.nl>)
16530
16531 2001-08-21 [paul]
16532
16533         clean up after sync with sylpheed 0.5.3 release
16534
16535         * src/folderview.c
16536                 fix re-introduced font mess, see Christoph's
16537                 entry 2001-06-24
16538
16539         * src/summaryview.c
16540                 remove prev_msgnum
16541                 use sylpheed's small font instead of
16542                 gtk default font for summary view
16543
16544
16545 2001-08-17 [paul]
16546
16547         * configure.in
16548                 add pl to ALL_LINGUAS - sync with main branch
16549
16550         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16551                 Updated. Translations by Jens Oberender, Ricardo Mones
16552                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16553
16554         * po/pl.po  ** NEW FILE **
16555                 sync with the main branch
16556
16557         * src/folderview.c
16558                 fix target folder colorizing and refresh problem
16559
16560
16561 2001-08-17 [christoph]
16562
16563         * src/mainwindow.c
16564                 claws uses 4 colors for target folder coloring.
16565                 arrays were not long enough and destroyed the
16566                 stack causing a segfault.
16567                 target folder colorizing does not work anymore
16568                 for me
16569
16570 2001-08-16 [paul]
16571
16572         * configure.in
16573                 change to version 0.5.3claws1
16574
16575         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16576           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16577           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16578
16579                 sync with sylpheed 0.5.3 release, but keep claws method of
16580                 configuring/saving fonts
16581
16582         * src/addressbook.[ch]
16583                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16584                 in line with a similar change in Hiroyuki's branch
16585
16586         * src/mainwindow.[ch]
16587                 disable main_window_set_thread_option()
16588         * src/prefs_folder_item.c
16589                 comment out &tmps_prefs.enable_thread,
16590         * src/mbox_folder.c, src/procmsg.[ch]
16591                 comment out MSG_IS_IGNORE_THREAD
16592         * src/summaryview.c
16593                 comment out summary_ignore_thread() and summary_unignore_thread()
16594                 comment out MSG_IS_IGNORE_THREAD
16595
16596                 use Hiroyuki's threading instead.
16597
16598
16599
16600 2001-08-15 [paul]
16601
16602         * src/account.c
16603                 use Hiroyuki's 0.5.3 column scheme but also
16604                 include the enable/disable button.
16605         * src/pixmaps/mark.xpm
16606                 add Hiroyuki's amended pixmap
16607
16608 2001-08-13 [christoph]
16609
16610         * src/account.c
16611                 receive at get all column showed wrong state for APOP
16612                 button should only work for POP3 and APOP accounts
16613         * src/prefs_account.c
16614                 added missing preprocessor statement for SSL
16615
16616 2001-08-12 [paul]
16617
16618         * src/account.[ch]
16619                 add 'receive at get all' column and enable/disable
16620                 button.
16621
16622 2001-08-06 [christoph]
16623
16624         * src/account.c
16625                 show usage of SSL in protocol column
16626
16627         * src/imap.c
16628         * src/inc.c
16629                 renamed ssl options
16630
16631         * src/prefs_account.[ch]
16632                 moved ssl options to a new page
16633
16634         * src/send.c
16635         * src/smtp.c
16636         * src/ssl.[ch]
16637                 renamed ssl options
16638                 added support for SMTP STARTTLS command
16639
16640 2001-08-05 [christoph]
16641
16642         * configure.in
16643                 debian autoconf needs version check to find
16644                 correct autoconf version. if the file is
16645                 named configure.in 2.13 is used, which does
16646                 not work with this configure.in script.
16647                 other solution would be to rename the script
16648                 to configure.ac as suggested in the autoconf
16649                 manual.
16650
16651         * src/inc.c
16652                 disable final error popup if popups are
16653                 diabled in config
16654
16655         * src/socket.c
16656                 bugfix in ssl_gets
16657                 fixes IMAP over SSL problem
16658
16659 2001-08-03 [paul]
16660
16661         * configure.in
16662                 change to 0.5.2claws1
16663
16664         * sync with sylpheed 0.5.2cvs1
16665
16666 2001-08-02 [alfons]
16667
16668         * configure.in
16669                 quick fix for ispell detection...
16670
16671 2001-08-01 [paul]
16672
16673         * configure.in
16674                 change to 0.5.1claws4
16675
16676         * sync with sylpheed 0.5.1cvs7
16677
16678 2001-07-31 [alfons]
16679
16680         * src/prefs_common.c, src/prefs_common.h, 
16681           src/gtkspell.c, src/gtkspell.h
16682                 add global spelling checker settings (compose tab) +
16683                 selection of dictionary 
16684           
16685         * configure.in  
16686                 guess valid ispell location
16687
16688 2001-07-31 [paul]
16689
16690         * po/POTFILES.in
16691                 removal of 'src/quote_fmt_parse.c'
16692         * po/de.po
16693                 Updated de.po
16694                 (submitted by Jens Oberender <didge@suse.de>)
16695
16696 2001-07-31 [darko]
16697
16698         * src/folder.[ch]
16699         * src/folderview.[ch]
16700         * src/mainwindow.c
16701         * src/mh.c
16702         * src/prefs_common.[ch]
16703         * src/summaryview.c
16704                 target folder colourization
16705
16706 2001-07-30 [paul]
16707
16708         more sync with Sylpheed 0.5.1cvs6 
16709
16710 2001-07-30 [darko]
16711
16712         * src/mh.c
16713         * src/prefs_folder_item.[hc]
16714         * src/summaryview.c
16715                 shared folders support with a GUI
16716
16717 2001-07-29 [paul]
16718
16719         0.5.1claws3
16720
16721         * sync with Sylpheed 0.5.1cvs6
16722
16723 2001-07-29 [paul]
16724
16725         * po/pt_BR.po
16726                 updated
16727                 (submitted by Fabio Junior Beneditto)
16728
16729 2001-07-28 [paul]
16730
16731         * src/procmime.c
16732         * AUTHORS
16733                 patch to correct bad image mime headers
16734                 (submitted by Don Quijote <dq@searchlores.org>)
16735
16736 2001-07-28 [paul]
16737
16738         * tools/gif2xface.pl   **NEW FILE**
16739         * tools/README
16740                 script to convert file.gif to file.xface for
16741                 use in a custom header.
16742                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16743
16744 2001-07-27 [alfons]
16745         
16746         * configure.in
16747                 change macros for detecting JPilot and LDAP
16748
16749 2001-07-27 [christoph]
16750
16751         * src/filtering.c
16752                 code cleanup (MIN / MAX warning, needed casting)
16753
16754 2001-07-27 [alfons]
16755
16756         * procheader.c
16757                 disallow setting flags when detecting certain headers
16758                 (X-Status, Status, Seen, X-Seen). 
16759         
16760         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16761
16762 2001-07-27 [christoph]
16763
16764         * src/prefs_filter.c
16765         * src/prefs_filtering.c
16766         * src/prefs_matcher.c
16767         * src/prefs_scoring.c
16768                 scroll list when moving rows up or down
16769
16770         * src/imap.c
16771         * src/imap.h
16772         * src/prefs_account.c
16773         * src/prefs_account.h
16774         * src/send.c
16775                 SMTP over SSL (untested, feedback requested)
16776                 IMAP over SSL
16777
16778         * src/ssl.c
16779                 code cleanup
16780
16781 2001-07-26 [alfons]
16782         
16783         * configure.in, acconfig.h
16784                 define CLAWS (need this for main / claws detection)
16785
16786 2001-07-25 [alfons]
16787
16788         * configure.in
16789                 Sylpheed 0.5.1claws2
16790                 
16791         * sync with Sylpheed 0.5.1cvs4
16792
16793 2001-07-25 [christoph]
16794
16795         * src/scoring.c
16796                 fixed segfault
16797                 item->prefs == NULL (don't know why)
16798
16799 2001-07-25 [alfons]
16800
16801         * configure.in
16802                 Sylpheed 0.5.1claws1
16803
16804         * sync with Sylpheed 0.5.1cvs1-3
16805
16806 2001-07-24 [christoph]
16807
16808         * src/folderview.c
16809         * src/prefs_folder_item.[ch]
16810                 added folderitem preferences dialog with
16811                 default To: and auto request return receipt
16812
16813         * src/compose.[ch]
16814         * src/menu.[ch]
16815                 changes to handle new folderitem preferences
16816
16817         * src/mainwindow.c
16818         * src/summaryview.c
16819                 call compose new mail with current folderitem
16820
16821 2001-07-24 [alfons]
16822
16823         Release Sylpheed 0.5.1claws
16824
16825         * configure.in
16826                 change to release version 0.5.1claws
16827
16828 2001-07-24 [christoph]
16829
16830         * src/summaryview.c
16831                 fixed segfault that happend when the selected
16832                 message was removed while retrieving new messages.
16833
16834         * po/es.po
16835                 updated translation
16836                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16837
16838 2001-07-22 [alfons]
16839
16840         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16841         this is a work in progress, for more information: http://nlpagan.net/sylman 
16842         
16843         * configure.in, src/mainwindow.c, manual/Makefile.am
16844                 add support for English manual
16845
16846         * AUTHORS
16847                 add authors of user manuals
16848
16849         * manual/en/sylpheed*.html
16850                 add English documentation
16851
16852 2001-07-22 [christoph]
16853
16854         * po/POTFILES.in
16855                 added src/ssl.c
16856         * src/ssl.c
16857                 changed a wrong debug message
16858
16859 2001-07-22 [alfons]
16860
16861         * po/nl.po
16862                 update Dutch translation
16863
16864         * src/prefs_filtering.c, 
16865           src/prefs_matcher.c
16866                 add more translatable strings           
16867
16868 2001-07-21 [alfons]
16869
16870         0.5.0claws7
16871
16872         * configure.in
16873                 change version
16874
16875         * src/inc.c, src/summaryview.[ch]
16876                 prevent update of mark file when filtering has done, by
16877                 using a variable; this affects two functions:
16878                         inc.c::inc_finished()
16879                         summaryview.c::summary_show()
16880
16881 2001-07-20 [alfons]
16882
16883         * src/filtering.[ch], src/prefs_filtering.c, 
16884           src/matcher.[ch]
16885                 add filtering action for label coloring 
16886
16887         * po/POTFILES.in
16888                 add labelcolors.c
16889
16890         * added src/labelcolors.c
16891         * added src/labelcolors.h
16892         * src/Makefile.am, src/summaryview.c
16893                 rearrange label coloring code
16894
16895         * src/procmsg.h
16896                 add more parentheses so label colouring works correctly
16897
16898         * src/filtering.c
16899                 don't really delete message, but move it to Trash
16900
16901         * src/prefs_matcher.c
16902                 add quote options to info dialog
16903
16904 2001-07-20 [christoph]
16905
16906         * src/Makefile.am
16907         * src/inc.c
16908         * src/main.[ch]
16909         * src/socket.h
16910         * src/ssl.[ch] (new)
16911                 moved ssl stuff to a seperate file
16912
16913 2001-07-20 [darko]
16914
16915         * src/summaryview.c
16916                 fix show sender using address book with no e-mail
16917                 address in From: field
16918
16919 2001-07-19 [alfons]
16920
16921         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16922                 fix messy handling of escaping... now at least the
16923                 execute command is useful. escape char is '\', we
16924                 accept \n and \r too. 
16925
16926                 Real life example:
16927                 
16928                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16929                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16930
16931 2001-07-18 [alfons]
16932
16933         0.5.0claws6
16934
16935         * src/summaryview.c
16936                 clean up
16937
16938         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16939           src/procmsg.[ch]
16940                 revise filtering; currently move, copy, marking have
16941                 been tested. if you like bleeding edge stuff, you
16942                 should definitely go for this version :)
16943
16944         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16945
16946 2001-07-17 [christoph]
16947
16948         * src/utils.c
16949                 timestamp log
16950
16951 2001-07-17 [alfons]
16952
16953         0.5.0claws5
16954
16955         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16956           bits in the mark file, without affecting either branch. Lots of
16957           files changed, also in claws branch.
16958
16959           UNTESTED: use of mbox folders
16960
16961         * src/summaryview.c
16962                 added mark all read; however this was a quick hack used for
16963                 cleaning up mess after initial merge with Hiroyuki
16964
16965         * configure.in
16966                 change claws version number back to 0.5.0claws5 to clear up 
16967                 confusion & pretension (recent release was technically 
16968                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16969
16970 2001-07-16 [alfons]
16971
16972         sync with Hiroyuki's 0.5.0cvs4
16973
16974 2001-07-16 [alfons]
16975
16976         0.5.1claws3
16977
16978         * src/filtering.[ch]
16979                 remove invalid updating of mark files for 
16980                 filter actions MATCHING_ACTION_MOVE and 
16981                 MATCHING_ACTION_DELETE; this should fix the
16982                 folder update bug
16983                 
16984         * src/procmsg.c
16985                 revert Christoph's stab at fixing the folder 
16986                 update bug
16987
16988         * po/POTFILES.in
16989                 add missing files with translatable strings
16990
16991         * src/summaryview.c
16992                 remove debug print
16993
16994 2001-07-15 [alfons]
16995
16996         * src/addr_compl.[ch], src/prefs_filtering.c
16997                 make "filtering pref dialog's destination entry" an
16998                 "address completable entry", if filter destination is 
16999                 an email address
17000
17001         0.5.1claws2
17002         
17003         sync with Hiroyuki's 0.5.0cvs2-3
17004
17005 2001-07-15 [christoph]
17006
17007         * src/procmsg.c
17008                 fixed folder stats update after incorporation
17009
17010 2001-07-15 [alfons]
17011
17012         * src/summaryview.c
17013                 * finish label colouring stuff (for now)
17014                 * fix incorrect colour bug (off by one) 
17015
17016 2001-07-14 [alfons]
17017
17018         * src/mainwindow.c
17019                 change text labels for news and mail message so there's
17020                 plenty of toolbar estate left
17021
17022         * configure.in
17023                 0.5.1claws1
17024
17025         * src/folderview.c
17026           src/folder.[ch]
17027                 sync with Hiroyuki's 0.5.0cvs1
17028
17029         * src/summaryview.c
17030                 more rewrite label colouring
17031
17032 2001-07-14 [alfons]
17033
17034         * src/summaryview.[ch]
17035                 * start rewrite label colouring 
17036                 * fix proper location "Add Sender To Addressbook" menu item
17037
17038 2001-07-13
17039
17040         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17041         (actually this is 0.5.0claws4)
17042
17043 2001-07-13 [alfons]
17044
17045         * po/pt_BR.po
17046                 * fix duplicate message
17047                 * add updated Portugese / Brazilian translation
17048                   submitted by Fabio Junior Beneditto
17049
17050 2001-07-12 [alfons]
17051
17052         * AUTHORS
17053                 add Jens
17054
17055         * po/nl.po
17056                 add updated Dutch translation
17057
17058         * po/de.po
17059                 add updated German translation submitted by Jens
17060
17061 2001-07-11 [alfons]
17062
17063         Prerelease before 0.5.0claws. Please test.
17064         This version is temporarily tagged as VERSION_0_5_0_TEST
17065
17066         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17067           src/prefs_scoring.c, src/prefs_matcher.c, 
17068           src/prefs_filtering.c, src/mbox.c, 
17069           src/main.c, src/inc.c, src/filtering.[ch]
17070                 revert new Hoa's new matcher (does not work yet)
17071
17072         * src/Makefile.am
17073                 clean up
17074
17075 2001-07-10
17076
17077         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17078
17079
17080 2001-07-10 [alfons]
17081
17082         * Makefile.am
17083                 add ChangeLog.claws to EXTRA_DIST
17084         * src/Makefile.am
17085                 add matcher_parser_parse.h to EXTRA_DIST
17086
17087 2001-07-10 [christoph]
17088
17089         * src/inc.c
17090                 add destination folder to table of
17091                 folders that need to be updated after
17092                 incorporation
17093
17094 2001-07-10 [alfons]
17095
17096         * folder.[ch]
17097           folderview.c
17098                 make collapse state of folders and folder items persistent, i.e.
17099                 if you collapse a folder tree, the next time sylpheed-claws starts 
17100                 up the folder tree remains collapsed.  
17101                 
17102 2001-07-10 [christoph]
17103
17104         * acconfig.h
17105         * configure.in
17106                 added --enable-ssl
17107         * src/md5.[ch]
17108                 renamed MD5_CTX to MD5_CTX_syl
17109                 conflicts with a struct in openssl
17110         * src/inc.c
17111         * src/main.[ch]
17112         * src/prefs_account.[ch]
17113         * src/socket.[ch]
17114                 SSL support for POP
17115         * src/mainwindow.c
17116                 fixed compose with current account
17117                 broken by new compose button stuff
17118
17119 2001-07-09 [hoa]
17120
17121         * AUTHORS
17122                 changed my email address
17123
17124         * src/matcher_parser_parse.y
17125                 clean the parser to remove conflicts
17126
17127 2001-07-09 [alfons]
17128
17129         * AUTHORS
17130                 add Match Grun
17131
17132         * configure.in
17133                 fix incorrect description of --enable-ldap parameter
17134
17135         * src/prefs_common.[ch]
17136           src/compose.c
17137                 add experimental option "smart wrapping" which makes the
17138                 compose editor auto wrap.
17139                 
17140                 | TODO: the problem with the buggy cursor handling is caused |
17141                 | by the GtkText. when deleting / backspacing text its       |
17142                 | wrapping algorithm does not take in account the previous   |
17143                 | line. should find a way to hack this in.                   |
17144                 | or should perhaps combine this with the word wrapping      |
17145                 | patch i wrote in january.                                  |
17146
17147         * src/about.c
17148                 show build parameters for LDAP and JPilot
17149
17150         * src/summaryview.c
17151                 revert Christoph's bugfix for selecting next unread message, 
17152                 because folder stats aren't updated correctly
17153
17154 2001-07-08 [hoa]
17155
17156         * src/filtering.c
17157         * src/mainwindow.c
17158         * src/matcher.c
17159         * src/matcher_parser_lex.l
17160         * src/matcher_parser_parse.y
17161         * src/prefs_filtering.c
17162         * src/prefs_scoring.c
17163         * src/scoring.c
17164                 bugfix of the config file parser
17165
17166 2001-07-08 [alfons]
17167
17168         * src/Makefile.am
17169                 added generated matcher sources to BUILT_SOURCES
17170
17171 2001-07-08 [hoa]
17172
17173         * src/Makefile.am
17174         * src/.cvsignore
17175                 added new config file parser
17176
17177         * src/scoring.[ch]
17178         * src/filtering.[ch]
17179         * src/matcher.[ch]
17180         * src/prefs_filtering.c
17181         * src/prefs_matcher.c
17182         * src/prefs_scoring.c
17183         * added src/matcher_parser.h
17184         * added src/matcher_parser_lex.h
17185         * added src/matcher_parser_lex.l
17186         * added src/matcher_parser_parse.y
17187                 lex & yacc config file parser
17188
17189         * src/mbox.c
17190         * src/inc.c
17191         * src/main.c
17192                 changes prefs_filtering into global_filtering           
17193
17194         * src/summaryview.c
17195                 build threads with subjects only if "Re: " is at the
17196                 beginning of the subject
17197
17198 2001-07-07 [paul]
17199
17200         0.5.0claws
17201
17202         sync with sylpheed 0.5.0
17203                 change of version number only
17204
17205 2001-07-06 [paul]
17206
17207         0.5.0claws5
17208
17209         sync with sylpheed 0.5.0pre5
17210
17211 2001-07-05 [paul]
17212
17213         sync with sylpheed 0.5.0pre4 release
17214                 /po and /manual/ja not sync'ed
17215
17216 2001-07-04 [paul]
17217
17218         more sync with sylpheed 0.5.0pre4
17219
17220 2001-07-03 [christoph]
17221
17222         * src/addressbook.c
17223                 fixed address book broken by address book
17224                 for VCard, JPilot, LDAP
17225
17226 2001-07-03 [alfons]
17227
17228         * src/matcher.c
17229         * src/textview.c
17230                 stopped memory leaks
17231
17232 2001-07-03 [paul]
17233
17234         more sync with sylpheed 0.5.0pre4
17235
17236 2001-07-02 [match]
17237
17238         * included address book patch for VCard, JPilot, LDAP
17239         * pref_common.c - fixed Font options on Display tab (cosmetic)
17240         * alertpanel.c - fixed truncated message
17241
17242 2001-07-02 [christoph]
17243
17244         * src/mbox_folder.c
17245         * src/procmsg.[ch]
17246         * src/summaryview.c
17247                 mark threads for ignoring
17248
17249 2001-07-02 [paul]
17250
17251         0.5.0claws4
17252
17253         * sync with sylpheed 0.5.0pre4
17254                 updated gettext to 0.10.38.
17255
17256 2001-07-01 [paul]
17257
17258         * src/ mainwindow.c
17259         * src/procmsg.h
17260         * src/summaryview.[ch]
17261                 new right-click option: Label.
17262                 substitute for 'Mark-->Mark/Unmark', colours the line.
17263                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17264
17265 2001-07-01 [christoph]
17266
17267         * src/folderview.c
17268                 fixed font for trash
17269         * src/summaryview.c
17270                 move ctree to unread message
17271
17272 2001-07-01 [paul]
17273
17274         * sync with sylpheed 0.5.0pre3 release
17275
17276 2001-06-30 [alfons]
17277
17278         * src/filesel.[ch]
17279         * src/compose.c
17280                 allow inserting / attaching multiple files in
17281                 the composer window
17282
17283 2001-06-30 [paul]
17284
17285         * src/codeconv.c
17286                 small change to Alfons' previous stuff so that it
17287                 actually makes
17288
17289 2001-06-30 [alfons]
17290
17291         * lots of files changed; first attempt to merge the changes
17292           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17293
17294 2001-06-30 [paul]
17295
17296         * po/pt_BR.po
17297                 updated and completed, translations by Fabio
17298                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17299
17300 2001-06-29 [alfons]
17301
17302         * src/compose.c
17303         * src/mimeproc.[ch]
17304                 allow selecting an attached files' mime type from a 
17305                 list of types.
17306
17307 2001-06-29 [paul]
17308
17309         * more sync with sylpheed 0.5.0pre3
17310
17311 2001-06-29 [paul]
17312
17313         * po/pt_BR.po
17314                 merge with sylpheed.pot and pt_BR.po provided by
17315                 Fabio Junior Beneditto.
17316
17317 2001-06-29 [darko]
17318
17319         * src/procmime.c
17320                 make MIME types case insensitive
17321
17322 2001-06-28 [alfons]
17323
17324         * po/nl.po
17325                 merge with sylpheed.pot and old nl.po; translations added.
17326
17327 2001-06-28 [paul]
17328
17329         * more sync with sylpheed 0.5.0pre3
17330
17331 2001-06-27 [alfons]
17332
17333         * src/summaryview.c
17334                 don't crash when removing parent node of messages
17335                 attracted by subject. this was caused by not deleting
17336                 the parent node from the subject line hash table.
17337
17338 2001-06-27 [alfons]
17339
17340         * src/summaryview.c
17341         * src/compose.[ch]
17342         * src/mainwindow.c
17343                 if there are multiple messages selected, allow forwarding
17344                 them as attachments.
17345
17346 2001-06-27 [paul]
17347
17348         * more sync with sylpheed 0.5.0pre3
17349
17350 2001-06-26 [paul]
17351
17352         0.5.0claws3
17353
17354         * sync with sylpheed 0.5.0pre3
17355
17356 2001-06-25 [paul]
17357
17358         * src/mainwindow.c
17359                 fixed 'compose news article' bug
17360                 from icon-and-text toolbar
17361
17362 2001-06-25 [paul]
17363
17364         * sync with sylpheed 0.5.0pre2 release
17365
17366 2001-06-24 [christoph]
17367
17368         * src/prefs_common.c
17369                 bug fix in font selection
17370         * src/folderview.c
17371                 use sylpheed's normal font instead of
17372                 gtk default font for folders without
17373                 new messages
17374
17375 2001-06-24 [alfons]
17376
17377         * src/mainwindow.[ch]
17378                 added composite compose mail / news button (an idea by Leandro
17379                 Pereira <leandro@linuxmag.com.br>)
17380
17381 2001-06-24 [paul]
17382
17383         Added instructions for ldif-to-xml.py
17384
17385         * tools/README
17386
17387 2001-06-23 [alfons]
17388
17389         Some minor things.
17390
17391         * src/pixmaps/stock_news_compose.xpm
17392                 added pixmap by Leandro
17393         * src/prefs_common.c
17394                 tested built-in spelling checker of GCC 3.0 :)
17395         * po/nl.po
17396                 merged dutch translation of sylpheed-main with
17397                 sylpheed.pot
17398
17399 2001-06-23 [paul]
17400
17401         Added tools directory and files.
17402
17403         * tools/filter_conv.pl
17404                 converts old filter system to new filtering system
17405         * tools/ldif-to-xml.py
17406                 converts netscape addressbook to sylpheed addressbook
17407         * tools/README
17408                 descriptions/instructions for above two files
17409
17410 2001-06-23 [christoph]
17411
17412         * src/inc.c
17413         * src/manage_window.[ch]
17414         * src/prefs_common.[ch]
17415                 mail retrieval dialog can be enabled, disabled
17416                 or hidden if non of sylpheed's windows is active
17417
17418 2001-06-22 [paul]
17419
17420         0.5.0claws2
17421
17422         * sync with sylpheed 0.5.0pre2
17423
17424 2001-06-21 [christoph]
17425
17426         * src/summaryview.c
17427                 show recipient on 'from' for all accounts
17428                 
17429         * src/inc.c
17430         * src/prefs_common.[ch]
17431                 disable error popup on mail receive errors
17432
17433 2001-06-21 [alfons]
17434
17435         * src/compose.c
17436                 made the ruler correctly appear and disappear.
17437
17438         * src/Makefile.am
17439                 removed Hoa's work-in-progress-stuff (interesting!) so 
17440                 claws compiles ok.
17441
17442 2001-06-20 [christoph]
17443
17444         * src/inc.c
17445         * src/progressdialog.c
17446                 added scrolled window for list in progressdialog
17447
17448 2001-06-20 [paul]
17449
17450         sync with sylpheed 0.5.0pre1 release
17451
17452 2001-06-20 [christoph]
17453
17454         * src/summeryview.c
17455                 make building threads by subject work when
17456                 thread view is enabled
17457                 
17458         * src/compose.c
17459         * src/prefs_common.[ch]
17460                 automatically select account for mail replys
17461
17462 2001-06-19 [sergey]
17463
17464         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17465         they are filled in from the account settings.
17466
17467 2001-06-19 [paul]
17468
17469         * more sync with sylpheed 0.5.0pre1
17470
17471 2001-06-18 [alfons]
17472
17473         * src/Makefile.am,
17474           src/procmime.c
17475                 added --sysconfdir to CPPFLAGS for pointing to the correct
17476                 location of mime.types. 
17477
17478                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17479                 or ./configure!
17480
17481 2001-06-18 [hoa]
17482
17483         * src/summaryview.c
17484                 fixed some bug when building threads
17485
17486 2001-06-18 [pau]l
17487
17488         * src/prefs_account.c
17489                 UI stuff: More changes to the English
17490
17491 2001-06-18 [paul]
17492
17493         * src/pixmaps/stock_news_compose.xpm: new file
17494         * src/Makefile.am
17495         * src/mainwindow.c
17496         * src/summaryview.c
17497                 Added new icon for Hoa's 'compose a news
17498                 message', plus minor improvements to the
17499                 English
17500
17501         * po/ja.po
17502         * ChangeLog
17503         * ChangeLog.jp
17504                 more sync with sylpheed 0.5.0pre1
17505
17506 2001-06-18 [hoa]
17507
17508         * src/compose.[ch]
17509         * src/mainwindow.c
17510                 Follow-up and reply to
17511
17512         * src/summaryview.[ch]
17513                 Build threads also with subjects
17514
17515 2001-06-17 [hoa]
17516
17517         * src/compose.c
17518                 forwarding use the current account.
17519
17520         * src/mainwindow.c
17521                 the "compose message" button has been replaced with
17522                 "new mail" and "new news" buttons
17523
17524         * src/prefs_common.[ch]
17525                 added a configuration option to use the forward button
17526                 as "forward as attachment"
17527                 changed reply and forward format description
17528
17529         * src/quote_fmt_lex.l
17530         * src/quote_fmt_parse.y
17531                 added message with no signature in format for reply
17532                 and forward.
17533
17534 2001-06-17 [paul]
17535
17536         Minor UI stuff
17537
17538         * src/mainwindow.c
17539         * src/summaryview.c
17540                 Improvements to the English
17541
17542         * src/prefs_common.c
17543                 Improvements to the English and some
17544                 clarity/continuity improvements in the
17545                 description of Quote symbols.
17546
17547 2001-06-17 [paul]
17548
17549         0.5.0claws1
17550
17551         * sync with sylpheed 0.5.0pre1
17552
17553 2001-06-17 [hoa]
17554
17555         * src/compose.c
17556                 Better interface for compose, displayed fields
17557                 are updated whenever we change account.
17558                 Newsgroups field is automatically filled.
17559
17560         * src/mainwindow.c
17561                 Newsgroups field is automatically filled.
17562
17563         * src/prefs_account.c
17564                 Some interface stuff when fields appear and
17565                 disappear.
17566
17567 2001-06-16 [paul]
17568
17569         0.4.99claws
17570
17571         * sync with sylpheed 0.4.99
17572
17573 2001-06-16 [sergey]
17574
17575         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17576         base64_decoder_free, base64_decoder_decode): new object and
17577         functions for decoding base64 streams.
17578         * src/procmime.c (procmime_decode_content): modified to use the
17579         new base64 decoder.
17580
17581 2001-06-15 [paul]
17582
17583         0.4.99claws10
17584
17585         * sync with sylpheed 0.4.99cvs11
17586
17587 2001-06-13 [paul]
17588
17589         0.4.99claws9
17590
17591         * sync with sylpheed 0.4.99cvs9
17592
17593 2001-06-13 [hoa]
17594
17595         * src/compose.c
17596         * src/prefs_account.c
17597
17598                 SMTP server can be defined in the news account
17599                 mime type of attachment are kept.
17600
17601         * src/summaryview.c
17602
17603                 now choose the highest important score between default
17604                 and important score of folder.
17605
17606 2001-06-09 [alfons]
17607         
17608         * src/prefs_common.c: 
17609
17610                 (prefs_quote_description_create): corrected description of 
17611                 quote format characters
17612
17613 2001-06-09 [paul]
17614
17615         0.4.99claws8
17616
17617         * sync with sylpheed 0.4.99cvs8
17618
17619 2001-06-08 [sergey]
17620
17621         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17622         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17623
17624 2001-06-08 [paul]
17625
17626         0.4.99claws7
17627
17628         * sync with sylpheed 0.4.99cvs7
17629
17630 2001-06-06 [sergey]
17631
17632         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17633         clashes with autogenerated header).
17634         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17635         * src/Makefile.am: added quote_fmt.h.
17636         * src/.cvsignore: added lex/yacc autogenerated files
17637         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17638
17639 2001-06-06 [paul]
17640
17641         0.4.99claws6
17642
17643         * sync with sylpheed 0.4.99cvs6
17644
17645 2001-06-06 [hoa]
17646
17647         * added src/quote_fmt_parse.h
17648         * src/compose.c
17649                 removed warnings
17650
17651         * src/prefs.[ch]
17652                 don't modify readonly configuration files
17653
17654         * src/prefs_account.c
17655         * src/prefs_common.c
17656         * src/prefs_customheader.c
17657         * src/prefs_display_header.c
17658         * src/prefs_filter.c
17659         * src/prefs_filtering.c
17660         * src/prefs_scoring.c
17661                 don't open dialog box when configuration files
17662                 are readonly
17663
17664 2001-06-05 [sergey]
17665
17666         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17667
17668         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17669         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17670         BUILT_SOURCES to make all files rebuild properly.
17671
17672         * src/compose.c: removed #include "quote_fmt.tab.h".
17673
17674         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17675         CHARACTER value in yylval.
17676
17677         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17678         receive CHARACTER value by documented means (yylval).
17679
17680         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17681
17682 2001-06-05 [hoa]
17683
17684         * src/Makefile.am
17685                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17686
17687         * src/filtering.c
17688         * src/matcher.c
17689         * src/matcher.h
17690         * src/prefs_filtering.c
17691                 now keep the configuration for execute action
17692
17693         * src/mbox_folder.c
17694                 fixed a warning
17695
17696 2001-06-05 [paul]
17697
17698         * sync with sylpheed 0.4.99cvs5
17699
17700 2001-06-05 [hoa]
17701
17702         * src/Makefile.am
17703                 added quote_fmt.[ch]
17704
17705         * added src/quote_fmt.y
17706         * added src/quote_fmt.l
17707         * added src/quote_fmt.tab.h
17708         * added src/quote_fmt.tab.c
17709         * added src/lex.quote_fmt.c
17710                 parsing configuration for replying
17711                 and forwarding
17712
17713         * src/prefs_common.[ch]
17714                 added configuration UI for replying
17715                 and forwarding
17716
17717         * src/compose.c
17718                 using configuration for replying
17719                 and forwarding
17720
17721 2001-06-04 [hoa]
17722
17723         * src/filtering.c
17724         * src/matcher.c
17725         * src/matcher.h
17726         * src/prefs_filtering.c
17727         * src/prefs_matcher.c
17728         * src/prefs_matcher.h
17729                 action "run a command" for filtering
17730                 and matching with a command.
17731                 fixed the "whole message" matching
17732
17733         * src/mbox_folder.c
17734                 changed temporary filename for security
17735
17736         * src/messageview.c
17737                 queue the notification if it fails to send.
17738
17739         * src/prefs_common.c
17740         * src/prefs_folder_item.c
17741                 changed the default important score             
17742
17743         * src/prefs_scoring.c
17744         * src/scoring.c
17745                 hide kill score input when the folder is not
17746                 a newsgroup
17747
17748 2001-06-03 [alfons]
17749
17750         * src/prefs_common.c:
17751
17752                 (prefs_font_select): pass font name in font entry box to font
17753                 selection dialog.
17754
17755 2001-06-03 [sergey]
17756
17757         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17758
17759 2001-06-03 [paul]
17760
17761         * sync with sylpheed 0.4.99cvs4
17762
17763 2001-06-03 [alfons]
17764
17765         * src/headerwindow.c:
17766
17767                 (headerwindow_show_cb): use the selected summary view item, not
17768                 the displayed item.
17769
17770 2001-06-02 [alfons]
17771
17772         * src/headerwindow.c:
17773
17774                 (headerwindow_show_cb): always try to show msginfo
17775
17776 2001-06-02 [hoa]
17777
17778         * src/compose.c
17779                 keep attached parts when reediting or forwarding.
17780
17781 2001-06-01 [hoa]
17782
17783         * src/folderview.c
17784         * src/prefs_folder_item.[ch]
17785         * src/prefs_scoring.[ch]
17786         * src/scoring.[ch]
17787         * src/summaryview.[ch]
17788         * src/main.c
17789         * src/mainwindow.c
17790         * src/prefs_common.[ch]
17791                 support for folder scoring
17792                 kill score and important score for messages
17793         
17794         * src/prefs_account.c
17795                 some display bug fixed for local account
17796                 preferences
17797
17798 2001-05-31 [alfons]
17799
17800         * src/summaryview.c:
17801
17802                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17803                 sender to address book menu item is disabled.
17804
17805 2001-05-30 [hoa]
17806
17807         * src/filtering.[ch]
17808         * src/summaryview.c
17809                 handling summary menu / filter messages
17810
17811         * src/folder.[ch]
17812                 add some stuff
17813
17814         * src/foldersel.c
17815                 imap folders now appears in list
17816
17817         * src/mbox_folder.c
17818                 doesn't crash if destination mail is not writeable
17819
17820 2001-05-29 [hoa]
17821
17822         * src/compose.c
17823                 removed some warnings
17824
17825         * src/filtering.c
17826         * src/folder.[ch]
17827         * src/prefs_filtering.c
17828                 global string to identify any folders           
17829                 removed some debug info
17830                 filtering to mbox folders is now possible
17831
17832         * src/mainwindow.c
17833                 removed some warnings
17834
17835         * src/mbox_folder.c
17836                 permission on files are changed to read/write for user only,
17837                 nothing for other.
17838                 creation of subfolder is handled better.
17839
17840 2001-05-28 [alfons]
17841
17842         Verified the sync for src/prefs_common.[ch] and
17843         src/prefs_account.[ch]. I believe there were some
17844         minor indentation differences.
17845
17846 2001-05-28 [paul]
17847
17848         0.4.99claws3
17849
17850         * sync with 0.4.99cvs3
17851
17852 2001-05-28 [hoa]
17853
17854         * src/compose.c
17855                 handling flags for mbox format
17856
17857         * src/filtering.c
17858                 use of mark file only for MH format
17859                 handling flags for mbox format
17860                 filtering cannot yet move or copy mails to mbox folders.
17861
17862         * src/folder.[ch]
17863                 changed move_msg, copy_msg,
17864                 move_msgs_with_dest, copy_msgs_with_dest functions
17865                 uses only folder->copy_msg() function
17866                 uses folder->finished_copy() to handle the destination
17867                 folder at the end of the copy or move operation.
17868
17869         * src/foldersel.c
17870                 included mbox directories.
17871
17872         * src/folderview.[ch]
17873         * src/mainwindow.c
17874                 handle folders operation for mbox format
17875
17876         * src/mbox.c
17877                 disable conversion of "From " header
17878
17879         * src/mbox_folder.[ch]
17880                 completion of mbox format handling
17881
17882         * src/mh.c
17883                 changed mh_copy_msg() function and
17884                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17885                 mh_copy_msgs_with_dest()
17886
17887         * src/prefs_filtering.c
17888                 removed some warnings
17889
17890         * src/prefs_matcher.c
17891                 default boolean operation is AND
17892
17893         * src/procheader.c
17894                 handling flags for mbox format
17895                 handling of "From " header
17896
17897         * src/procmsg.[ch]
17898                 removed data field
17899                 added MSG_REALLY_DELETED flags to handle deletion of
17900                 messages in mbox format.
17901
17902         * src/summaryview.c
17903                 handling flags for mbox format
17904                 disable the MSG_DELETED flags when messages
17905                 are deleted in mbox format
17906
17907         * src/textview.c
17908                 "From " headers display fixed.
17909
17910 2001-05-27 [alfons]
17911
17912         * src/textview.c:
17913                 
17914                 (get_email_part): skip quoted email addresses, like in e.g.
17915                 "'alfons@proteus.demon.nl'".
17916
17917 2001-05-26 [alfons]
17918
17919         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17920         and fixing the persistence troubles when using separate windows.
17921
17922         * src/mainwindow.c:
17923         
17924             Added #define SEPARATE_ACTION used in the gtk item factory for 
17925             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17926                 use gtk_item_factory_get_widget_by_action() to get the items.
17927                 
17928             Removed separate_widget_cb from the gtk item factory data   
17929           
17930             (mainwindow_create): connect separate_widget_cb() to check
17931             menu item "toggled" signal. also passing a MainWindow pointer
17932                 as object data for both check menu items.
17933                 
17934             (separate_widget_cb): definition of separate_widget_cb() to match
17935             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17936                 window using gtk_object_get_data(). The type of window separation 
17937                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17938         
17939         * src/prefs_filtering.c,
17940           src/prefs_matcher.c: added horizontal scrollbars
17941
17942 2001-05-25 [darko]
17943
17944         * src/headerview.c
17945                 fix segfault with invalid bold font
17946         * src/summaryview.c
17947                 correctly display summary stats after row is marked
17948
17949 2001-05-23 [sergey]
17950
17951         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17952         encodings with libjconv.
17953
17954 2001-05-23 [hoa]
17955
17956         * src/Makefile.am
17957                 added mbox_folder.[ch]
17958         * src/defs.h
17959                 mbox temporary folder
17960         * src/folder.[ch]
17961         * added src/mbox_folder.[ch]
17962         * src/folderview.c
17963         * src/procheader.[ch]
17964                 added mbox support
17965         * src/mbox.c
17966                 bugfix for file incorporation filtering
17967         * src/imap.c
17968                 enable creation of MBOX
17969         * src/prefs_display_header.c
17970                 enable use of headers like "From "
17971                 something that should be fixed :
17972                         displaying of such headers add an extra space
17973         * src/prefs_folder_item.c
17974                 don't create folders because it is not necessary
17975         * src/procmsg.h
17976                 added data field to MsgInfo for mbox internal use
17977         * src/summaryview.c
17978                 added some support for mbox
17979         * src/utils.[ch]
17980                 added get_mbox_cache_dir() function
17981
17982 2001-05-23 [hiroyuki]
17983
17984         * src/headerwindow.c
17985           src/inc.c
17986           src/main.c
17987           src/mh.c
17988           src/nntp.c
17989           src/procmsg.h
17990           src/session.h
17991           src/socket.[ch]
17992           src/summaryview.c
17993           src/textview.c
17994           src/automaton.c
17995           src/folderview.c: more sync with 0.4.99cvs2.
17996
17997         * src/headerwindow.c: reverted.
17998
17999 2001-05-22 [paul]
18000
18001         0.4.99claws2
18002
18003         * sync with sylpheed 0.4.99cvs2
18004                 * src/news.[ch]
18005                 * src/nntp.[ch]
18006                 * INSTALL
18007                 * INSTALL.jp
18008
18009 2001-05-22 [alfons]
18010
18011         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18012
18013 2001-05-21 [alfons]
18014
18015         Minor things:
18016
18017         * configure.in: if gnome-config not found, "no" is displayed
18018         
18019         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18020
18021         * src/textview.c: now also possible to add mail addresses by right
18022           clicking in the text view
18023
18024         * src/codeconv.c: merged patch which fixes endless loop when encountering
18025           invalid wide characters; from Alte <010@imis.ru>  
18026
18027 2001-05-20 [alfons]
18028
18029         Added installation of gnome specific things:
18030
18031         * Makefile.am: gnome conditional
18032
18033         * configure.in: check for installed gnome
18034
18035         * added sylpheed.png, sylpheed.desktop
18036
18037 2001-05-20 [sergey]
18038
18039         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18040
18041         * src/mainwindow.h (main_window_toolbar_create): created a button
18042         for "Reply to all".
18043         (main_window_set_toolbar_sensitive): enable/disable the new button
18044         appropriately.
18045         (toolbar_reply_to_author_cb): handle the new button.
18046
18047         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18048         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18049         failure).
18050
18051 2001-05-19 [sergey]
18052
18053         * src/compose.h (ComposeReplyMode): new modes
18054         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18055         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18056
18057         * src/compose.c
18058         (compose_send): move some code into a new function:
18059         (compose_current_mail_account): new function.
18060         (compose_reply): new argument to_author, all callers changed; if
18061         to_author==TRUE and account->protocol==A_NNTP, find and use an
18062         appropriate mail account for replying.
18063         (compose_reply_set_entry): new argument to_author; ignore
18064         compose->replyto if to_author==TRUE.
18065
18066         * src/mainwindow.c: new command "Message/Reply to author".
18067         (main_window_set_menu_sensitive): enable/disable it.
18068         (reply_cb): handle it.
18069
18070         * src/summaryview.c: new command "Reply to author".
18071         (summary_set_menu_sensitive): enable/disable it.
18072         (summary_reply_cb): handle it.
18073
18074         * src/account.c (account_find_mail_from_address): new function.
18075
18076 2001-05-18 [paul]
18077
18078         0.4.99claws1
18079
18080         * sync with sylpheed 0.4.99cvs1
18081
18082 2001-05-18 [hoa]
18083
18084         * src/compose.[ch]
18085         * src/filtering.c
18086         * src/summaryview.c
18087                 new filtering action : forward and forward as attachment
18088
18089         * src/main.c
18090                 no need for $DISPLAY when we run sylpheed --help
18091                 call to parse_cmd_opt() is moved
18092
18093         * src/mainwindow.[ch]
18094                 execute button is hidden when immediate execute
18095                 is chosen
18096
18097         * src/mh.c
18098         * src/news.c
18099         * src/prefs_folder_item.c
18100         * src/procmsg.c
18101                 better handling of missing directories
18102
18103         * src/summaryview.c
18104                 reedit is enabled in outbox
18105                 reedit is enabled in queue
18106
18107 2001-05-17 [hoa]
18108
18109         * src/filtering.c
18110         * src/matcher.[ch]
18111         * src/prefs_filtering.c
18112                 changed attachement into attachment
18113
18114 2001-05-17 [alfons]
18115
18116         0.4.67claws4    
18117
18118         * sync with sylpheed 0.4.67cvs9
18119         * sync with sylpheed 0.4.67cvs7-8
18120
18121 2001-05-17 [hoa]
18122
18123         * src/Makefile.am
18124                 added prefs_filtering.c
18125
18126         * src/filtering.[ch]
18127         * src/matcher.[ch]
18128                 removed action : forward_news and forward_news_as_attachement
18129                 (forward and forward_as_attachement can be used instead)
18130
18131         * src/mainwindow.c
18132                 added menu option to access filtering configuration
18133
18134         * src/prefs_account.c
18135                 changed mail_command default to /usr/sbin/sendmail
18136
18137         * added src/prefs_filtering.[ch]
18138                 dialog box for filtering configuration
18139
18140         * src/prefs_matcher.c
18141                 added function prefs_matcher_get_criteria_from_matching()
18142
18143         * src/prefs_scoring.c
18144                 reset the dialog when register or substitute is clicked
18145
18146 2001-05-15 [hoa]
18147
18148         * src/Makefile.am
18149                 added filtering.[ch]
18150         * src/inc.c
18151                 using filering.[ch] instead of filter.[ch]
18152         * src/main.c
18153                 reading new filtering configuration
18154         * src/matcher.[ch]
18155                 added some filtering actions
18156                 and fixed a bug for headers and mail body matching
18157         * src/mbox.c
18158                 using filering.[ch] instead of filter.[ch]
18159         * src/mh.c
18160                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18161         * src/summaryview.c
18162                 some fixes for filtering
18163
18164 2001-05-14 [hiroyuki]
18165
18166         * src/send.c: fixed some weird indentations.
18167           send_message_with_command(): call pclose() only if p != NULL.
18168         * src/textview.c: get_email_part(): modified the code for readability.
18169
18170 2001-05-14 [hiroyuki]
18171
18172         * src/md5global.h
18173           src/md5ify.c
18174           src/md5ify.h: removed from the cvs.
18175
18176 2001-05-13 [sergey]
18177
18178         * src/main.c: include rfc2015.h to avoid compiler warnings.
18179         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18180         the panel is already on screen.
18181         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18182         closing the alert window by ESC as "No".
18183         * src/prefs_common.c (prefs_interface_create): moved return
18184         receipt check button to the correct place.
18185
18186 2001-03-13 [alfons]
18187
18188         * src/prefs_common.c: 
18189                 moved return receipt check button to the Send tab. (prefs_send_create)
18190                 removed the date format ui related globals. (prefs_display_create)
18191
18192         0.4.67claws3
18193         
18194         * sync with sylpheed 0.4.67cvs5-6
18195
18196 2001-05-13 [paul]
18197
18198         * added Alfons' font selection patch
18199
18200         * src/defs.h
18201         * src/headerwindow.c
18202         * src/prefs_common.c
18203         * src/prefs_common.h
18204
18205 2001-05-13 [hoa]
18206         * src/defs.h
18207                 changed version of cache
18208         * src/matcher.[ch]
18209         * src/prefs_matcher.c
18210                 added additionnal matching criteria
18211         * src/procheader.c
18212         * src/procmsg.[ch]
18213         * src/news.c
18214                 added references in MsgInfo
18215
18216 2001-05-12 [hoa]
18217
18218         * src/defs.h
18219                 prepared some things for new filtering
18220         * src/matcher.[ch]
18221                 added some matching properties
18222                 inreplyto need to be enhanced
18223                 prepared some things for new filtering
18224         * src/messageview.c
18225                 added Return-Receipt-To handling
18226         * src/prefs_folder_item.c
18227                 changed default value to TRUE
18228         * src/prefs_matcher.c
18229                 added some matching properties
18230         * src/prefs_scoring.[ch]
18231                 the scoring dialog is finished
18232         * src/procheader.c
18233                 added Return-Receipt-To handling
18234                 Reference need to be added
18235         * src/procmsg.[ch]
18236                 added Return-Receipt-To handling
18237                 added threadscore to get a better score sorting when
18238                 threads are enabled
18239         * src/summaryview.c
18240                 suppressed a bug when we sort the list
18241                 when no folder is opened.
18242                 better score sorting when threads are enabled
18243
18244 2001-05-12 [alfons]
18245
18246         * reverted previous patch because of potential errors 
18247
18248         0.4.67claws2
18249         
18250         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18251                 applied "toggle mail-retrieval dialog window" patch submitted 
18252                 by Eric Limpens <eric@qnt.net>
18253
18254         * sync with sylpheed 0.4.67cvs4
18255
18256 2001-05-12 [sergey]
18257
18258         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18259         some picky compilers.
18260         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18261         * src/grouplist_dialog.c: include alertpanel.h.
18262         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18263         fix compile warning.
18264         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18265         #include "defs.h" before others to prevent the warning of `MIN'
18266         and `MAX' redefinition.
18267
18268 2001-05-11 [hoa]
18269
18270         * src/main.c
18271         * src/messageview.c
18272         * src/prefs_account.c
18273         * src/prefs_display_header.c
18274                 removed warning
18275         * src/Makefile.am
18276                 added prefs_scoring.[ch]
18277         * src/grouplist_dialog.c
18278                 display an error dialog box if the group list
18279                 cannot be fetched.
18280         * src/mainwindow.[ch]
18281                 added main_window_set_thread_option() function
18282                 scoring dialog box enabled
18283         * src/matcher.[ch]
18284                 added flags matching unread /new / marked
18285                 / deleted / replied / forwarded
18286         * src/news.c
18287                 newsgroups are now finally in newscache
18288         * src/prefs_matcher.[ch]
18289                 finished preferences for matching dialog
18290         * added src/prefs_scoring.[ch]
18291                 scoring dialog box completed
18292         * src/scoring.[ch]
18293                 conversion to string : added scoringprop_to_string()
18294                 write config for preferences :
18295                 added prefs_scoring_write_config()
18296         * src/summaryview.c
18297                 threads can be enabled/disabled independently
18298                 for each folder
18299
18300 2001-05-10 [alfons]
18301
18302         0.4.67claws1
18303         
18304         * AUTHORS: 
18305                 thought it would be nice to have a list of all
18306                 contributors (used Changelog as a reference)
18307         
18308         * configure.in: 
18309                 messed up version numbering...
18310
18311         0.4.66claws1
18312
18313         * sync with sylpheed 0.4.67cvs1-3
18314
18315 2001-05-10 [darko]
18316
18317         * src/prefs_common.c:
18318                 better UI for strftime format, double clicking
18319                 on format now inserts the format in text entry
18320                 replaced close button with standard OK/Cancel
18321                 moved date format button to the right of the
18322                 text entry field
18323
18324 2001-05-09 [alfons]
18325
18326         * src/gtkstext.c:
18327                 Ctrl-Home / Ctrl-End have proper cursor navigation
18328
18329 2001-05-09 [hoa]
18330
18331         * src/prefs_matcher.c
18332                 finished UI to define matching properties
18333                 added ok and cancel button
18334         * src/prefs_filter.c
18335                 added ok and cancel button
18336         * src/news.c
18337                 fixed some bug in xhdr parsing
18338
18339 2001-05-08 [alfons]
18340
18341         * src/textview.c: 
18342                 fixed a bug in textview_show_header(), which displayed two colons (':');
18343                 cleaned up some warnings
18344
18345 2001-05-08 [hoa]
18346
18347         * src/Makefile.am
18348                 added prefs_matcher.[ch]
18349                 compilation with -W -Wall
18350         * src/alertpanel.c
18351                 ungrab the mouse events if grabbed - does it
18352                 fix the bug for disposition notification ?
18353         * src/mainwindow.c
18354                 added a menu option to open the matching dialog.
18355         * src/matcher.[ch]
18356                 added matcherprop_to_string() and matcherlist_to_string()
18357                 fixed some bugs, changed the name of some options
18358                 age_sup and age_inf becomes age_greater and age_lower,
18359                 body and messageheaders becomes body_part and headers_part,
18360                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18361         * src/prefs_display_header.c
18362         * src/prefs_headers.c
18363                 fixed a bug that accidentally destroyed dialogs
18364                 when closed them with delete_event
18365                 Added *_deleted() which handle delete_event signal correctly.
18366         * src/prefs_folder_item.[ch]
18367                 added "enable_thread" field for future customization
18368         * added src/prefs_matcher.[ch]
18369                 sample of the UI to define matching properties
18370         * src/procheader.c
18371                 using procheader_headername_equal instead of str*cmp functions
18372                 using procheader_parse_header() function
18373         * src/scoring.c
18374                 using MATCHING_XXX instead of SCORING_XXX
18375         * src/summaryview.c
18376                 display the sender of the news even if this is ourself
18377                 when this is a news message.
18378         * src/textview.c
18379                 using headername_equal() instead of str*cmp functions
18380
18381 2001-05-08 [alfons]
18382
18383         0.4.66claws
18384
18385         * sync with sylpheed 0.4.66
18386         * src/gtkstext.c: trace logs added 
18387
18388 2001-05-08 [sergey]
18389
18390         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18391         signature check popup.
18392         * src/rfc2015.c (check_signature): show signature check popup only
18393         if it is enabled in preferences.
18394
18395 2001-05-07 [alfons]
18396
18397         0.4.66claws4
18398         
18399         * sync with sylpheed 0.4.66cvs6
18400
18401 2001-05-07 [darko]
18402
18403         * src/prefs_common.[ch]: added option to enable/disable
18404           looking up sender name in address book for summary pane
18405         * src/summaryview.c: look up sender in the address book
18406           by using Alfons' address completion code
18407
18408 2001-05-07 [hiroyuki]
18409
18410         * src/inc.h
18411           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18412           member of Pop3State.
18413         * src/news.c: brought #include "defs.h" before #include <glib.h>
18414           to prevent the warning of `MIN' and `MAX' redefinition.
18415
18416 2001-05-06 [hoa]
18417
18418         * removed src/headers_display.[ch]
18419         * removed src/prefs_display_headers.[ch]
18420         * src/inc.c
18421                 use a temporary file in the user directory for mbox import
18422         * src/news.c
18423                 added XHDR support to get "To" and "Cc" headers
18424                 (in order to match news with to or cc field for
18425                 scoring)
18426                 added function news_parse_xhdr() to get XHDR response
18427         * src/nntp.[ch]
18428                 added function nntp_xhdr()
18429         * src/matcher.c
18430                 fetch the message if necessary
18431
18432 2001-05-06 [alfons]
18433
18434         0.4.66claws3
18435
18436         * sync with sylpheed 0.4.66cvs3-5
18437
18438 2001-05-06 [hoa]
18439
18440         * src/utils.[ch]
18441                 added function itos_buf() to enable use of several buffers
18442         * src/summaryview.c
18443                 use of itos_buf() instead of itos() in summary list
18444                 to fix the broken display of message number.
18445
18446 2001-05-06 [alfons]
18447
18448         * src/gtkstext.c: bug in cursor up navigation fixed,
18449                 fixed another unsigned / signed comparison (we're getting there :-)
18450
18451 2001-05-06 [hoa]
18452
18453         * src/Makefile.am
18454                 added scoring.c scoring.h
18455                 prefs_folder_item.c prefs_folder_item.h
18456                 matcher.c matcher.h
18457         * src/defs.h
18458                 added FOLDERITEM_RC SCORING_RC
18459         * src/folder.[ch]
18460                 added prefs field in FolderItem :
18461                 properties for each folder (PrefsFolderItem),
18462                 sorting type and mode were added as the first properties.
18463         * src/main.c
18464                 read config for scoring
18465         * added src/matcher.[ch]
18466                 gives functions to parse configuration file to do
18467                 matching on mails with a list of conditions.
18468         * src/mainwindow.c
18469                 add option to sort by score
18470         * src/prefs_common.[ch]
18471                 added preference option to show score and for
18472                 the score column size
18473         * added src/prefs_folder_item.[ch]
18474                 properties for each folder (PrefsFolderItem),
18475                 sorting type and mode were added as the first properties.
18476         * src/procheader.[ch]
18477                 added procheader_parse_header()
18478                 added procheader_header_free()
18479                 added procheader_headername_equal()
18480                 and made modification to use them.
18481         * src/procmsg.[ch]
18482                 added score field to MsgInfo structure
18483         * added src/scoring.[ch]
18484                 gives functions to parse configuration file to do
18485                 scoring on mails with a list of conditions.
18486         * src/summaryview.[ch]
18487                 save the sorting type and mode for the folder
18488                 added column to display the score of the mail
18489                 added function summary_score_clicked()
18490                 sorting type and mode are restored to the folder
18491                 when it is reopen
18492         * src/textview.c
18493                 use procheader_parse_header(), procheader_headername_equal()
18494                 removed memory leak in text_scan_header when freeing headers
18495         * src/filter.c
18496                 changed the function to match names of headers
18497                 using procheader_headername_equal()
18498
18499         Scoring functions are implemented, an interface is needed
18500         to configure that.
18501
18502 2001-05-04 [alfons]
18503
18504         * src/gtkstext.c: 
18505                 hopefully fixed the row up navigation bug,
18506                 removed adding back / forward lines to cache
18507
18508 2001-05-04 [sergey]
18509
18510         * src/prefs_display_headers.c: user interface changes:
18511         (prefs_display_headers_create): remove unused "Show" check button;
18512         allow reordering of headers by dragging.
18513         (prefs_display_headers_write_config): remove unused variables.
18514         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18515         of lists (not needed with the new UI).
18516         (prefs_display_headers_set_list): scan lists starting from row 0,
18517         not 1 (do not skip "(New)").
18518         (prefs_display_headers_find_header): new function.
18519         (prefs_display_headers_clist_set_row): do not allow duplicates.
18520         (prefs_display_headers_delete_cb): do not skip row 0; treat
18521         closing the alert window by ESC as "No".
18522         (prefs_display_headers_up): do not protect row 0.
18523         (prefs_display_headers_down): do not protect row 0.
18524
18525 2001-05-04 [sergey]
18526
18527         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18528         functions.
18529
18530         * src/summaryview.c
18531         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18532         summary_select_next_marked, summary_select_prev_marked): new
18533         functions.
18534
18535 2001-05-03 [sergey]
18536
18537         * src/news.c: fixed a bug when no article can be fetched after
18538         server timeout if the connection was restored by news_post():
18539         (news_select_group): new function.
18540         (news_fetch_msg): call news_select_group() before fetching
18541         article.
18542         (news_get_uncached_articles): set session->group after successful
18543         GROUP command.
18544
18545 2001-05-03 [hoa]
18546
18547         * src/defs.h
18548         * src/procmsg.[ch]
18549         * src/procheader.c
18550                  changed version of cache, added cc field
18551
18552         * src/prefs_display_headers.c
18553                 the interface was changed
18554
18555         * src/prefs_headers.c
18556                 added cancel button
18557
18558 2001-05-03 [alfons]
18559
18560         * completed sync of sylpheed cvs2
18561         * src/gtkstext.c: updated row up / down cursor navigation
18562         * src/textview.c: re-edited, prepared for fixing the email address
18563                 scanner.
18564
18565 2001-05-03 [darko]
18566
18567         * src/prefs_common.c: use alfons' strftime ui code
18568         entry_datefmt and datefmt_sample widgets have to be
18569         global in this module because of this change
18570
18571 2001-05-03 [hoa]
18572
18573         * src/messageview.c
18574         * src/prefs_common.[ch] added option to activate the return receipt
18575                 feature.
18576
18577 2001-05-02 [alfons]
18578
18579         * src/gtkstext.c: fix for row up/down cursor navigation. 
18580
18581         0.4.66claws2
18582         
18583         * sync with 0.4.66cvs2
18584
18585 2001-05-02 [paul]
18586
18587         added add-sender-to-addressbook patch
18588
18589         * src/addressbook.c
18590         * src/addressbook.h
18591         * src/summaryview.c
18592
18593 2001-05-02 [sergey]
18594
18595         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18596         G_ALERTDISABLE.
18597
18598         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18599         all existing callers changed to pass FALSE; create a check button
18600         to disable the message.
18601         (alertpanel_message_with_disable): new function.
18602         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18603         (alertpanel_button_toggled): new function.
18604         (alertpanel_button_clicked, alertpanel_close): set value using
18605         G_ALERT_VALUE_MASK.
18606
18607         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18608
18609         * src/prefs_common.c (prefs_privacy_create): new check button
18610         checkbtn_gpgme_warning.
18611
18612         * src/main.c (main): moved preferences reading before gpgme
18613         initialization; check prefs_common.gpgme_warning before giving the
18614         GnuPG warning and set it to FALSE if the user wants to disable the
18615         warning.
18616
18617 2001-05-02 [hiroyuki]
18618
18619         * src/prefs_display_headers.c: modified the layout and some labels.
18620
18621 2001-05-02 [sergey]
18622
18623         * src/prefs_account.c (prefs_account_fix_size): new function.
18624         (prefs_account_create): call prefs_account_fix_size(); use
18625         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18626         size when the window is shown for the first time).
18627         (prefs_account_basic_create): changed layout of serv_table; moved
18628         localmbox_entry above smtpserv_entry (logically it replaces
18629         POP3/IMAP server).
18630         (prefs_account_protocol_activated): set sensitivity of
18631         nntpauth_chkbtn according to the protocol (in addition to
18632         hide/show); commented out gtk_table_set_row_spacing() calls.
18633         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18634         not sensitive (fixes a bug with disabled username/password boxes
18635         when editing POP3 account after NNTP with authentication).
18636
18637 2001-05-02 [hoa]
18638
18639         * src/account.c
18640         * src/inc.c
18641         * src/prefs_account.[ch]
18642         * src/send.c
18643                 removed local account without SMTP server
18644                 added option to use mail command instead of a connexion
18645                 to SMTP server when a local account is used
18646         * src/prefs_headers.c
18647                 fixed a bug
18648         * src/news.c
18649                 fixed a bug when connexion immediately closed
18650
18651 2001-05-01 [alfons]
18652
18653         0.4.66claws1
18654         
18655         * sync with 0.4.65
18656
18657 2001-05-01 [sergey]
18658
18659         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18660         widget nntpauth_chkbtn.
18661         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18662         visibility.
18663         (prefs_account_nntpauth_toggled): new function.
18664
18665         * src/news.c (news_session_new_for_folder): use NNTP
18666         authentication only if ac->use_nntp_auth is set.
18667
18668 2001-05-01 [hoa]
18669
18670         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18671         * src/prefs_display_headers.c changed the UI
18672         * src/prefs_headers.c changed account_name to account_id
18673         * src/compose.c using customheader.h
18674
18675 2001-05-01 [hiroyuki]
18676
18677         * src/esmtp.c
18678           src/news.c
18679           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18680           unsynched.
18681
18682 2001-05-01 [hoa]
18683
18684         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18685         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18686                 for displaying of headers
18687         * src/grouplist_dialog.[ch] minor changes to remove warnings
18688         * src/prefs_display_headers.[ch] dialog to choose the
18689         headers to display in the mail viewer.
18690         * src/headers.h correction of #define
18691         * src/headers_display.[ch] configuration for displaying of headers.
18692         * src/main.c read config of displaying of headers
18693         * src/prefs_common.c add a button to access the config dialog
18694                 for displaying of headers
18695         * src/prefs_display_headers.[ch] dialog for configuration for
18696                 displaying of the headers.
18697         * src/prefs_headers.c cleaning of code
18698         * src/procheader.c comments added to code
18699         * src/textview.c changes to reorder the headers depending
18700                 on the config for displaying of headers
18701
18702 2001-04-30 [alfons]
18703
18704         0.4.65claws7
18705
18706         * sync with 0.4.65cvs12
18707
18708         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18709
18710 2001-04-30 [sergey]
18711
18712         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18713
18714         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18715         is set to force reconnection after authentication failure.
18716         (nntp_gen_command): set sock->auth_failed on authentication
18717         failure, or if sock->userid and sock->passwd are not set.
18718
18719         * src/news.c (news_session_new_for_folder): set userid=NULL if
18720         password dialog is cancelled.
18721
18722 2001-04-30 [sergey]
18723
18724         * src/nntp.h (NNTPSockInfo): new type.
18725
18726         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18727         SockInfo.
18728         (nntp_open_auth, nntp_close): new functions.
18729         (nntp_gen_command): new function to handle authentication; all
18730         NNTP command functions updated to use it.
18731         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18732         (nntp_list): removed old useless code.
18733
18734         * src/news.h (NNTPSession): new field nntp_sock.
18735
18736         * src/news.c: all functions updated to use NNTPSockInfo instead of
18737         SockInfo.
18738         (news_session_new): new arguments (userid, passwd); made static;
18739         use nntp_open_auth() if needed.
18740         (news_session_destroy): use nntp_close() instead of sock_close().
18741         (news_query_password): changed arguments.
18742         (news_session_new_for_folder): new function.
18743         (news_session_get): use news_session_new_for_folder().
18744         (news_authenticate): deleted.
18745         (news_get_uncached_articles): removed old authentication code.
18746
18747 2001-04-30 [sergey]
18748
18749         * src/news.c: reverted my previous changes (need to do NNTP
18750         authentication in a cleaner way).
18751         
18752 2001-04-29 [sergey]
18753
18754         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18755         news_nntp_post, news_nntp_mode): new functions (wrappers with
18756         authentication support).
18757         (news_get_article_cmd, news_get_article, news_get_header): new
18758         argument "folder"; all callers changed.
18759         (news_get_article_cmd): added authentication support.
18760         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18761         (news_post): use news_nntp_post() instead of nntp_post().
18762         (news_get_uncached_articles): use news_nntp_group() instead of
18763         nntp_group() and news_nntp_xover() instead of nntp_xover();
18764         removed old authentication code.
18765         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18766
18767         * src/nntp.c (nntp_list): return real error code instead of
18768         hardcoded NN_ERROR.
18769
18770 2001-04-29 [sergey]
18771
18772         * configure.in: fixed wint_t typedef detection again
18773
18774 2001-04-28 [hoa]
18775
18776         * src/prefs_account.[ch], added A_LOCAL_CMD
18777                 (send mail with mail command)
18778         * src/send.c added function send_message_with_command()
18779         * src/inc.c made a more secure get_spool() function with
18780                 mktemp() but maybe mkstemp() or something more
18781                 secure can be used.
18782
18783 2001-04-28 [alfons]
18784
18785         * src/textview.c, colorization of email addresses in headers
18786
18787         0.4.65claws6
18788
18789         * bug sync with sylpheed
18790         * prefs_common.c: created date format ui for darko
18791         * sync with 0.4.65cvs11
18792         * configure.in: corrected to have the new gpg checks
18793
18794 2001-04-27 [alfons]
18795
18796         * completed sync with 0.4.65cvs10
18797         * minor debug things added to gtkstext.c
18798
18799 2001-04-27 [darko]
18800
18801         * configure.in: remove check for availability of
18802           strftime() as advised by Hiroyuki
18803         * src/prefs_common.[ch], src/procheader.c:
18804           synch strftime() code with Hiroyki's main branch
18805
18806 2001-04-26 [sergey]
18807
18808         * src/news.c: news_query_password(), news_authenticate(): new
18809           functions.
18810           news_get_uncached_articles(): added NNTP authentication
18811           handling.
18812         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18813           new functions.
18814         * src/prefs_account.c: prefs_account_protocol_activated():
18815           enable userid and password fields for NNTP.
18816
18817 2001-04-26
18818
18819         * configure.in: check for availability of strftime()
18820           [darko]
18821         * src/prefs_common.[ch], src/procheader.c: use
18822           strftime() for displaying date in summary pane if it
18823           is available
18824
18825 2001-04-25
18826
18827         * more .cvsignore cleanups [alfons]
18828
18829 2001-04-25
18830
18831         * ac/sv-check-type.m4: new autoconf macro.
18832         * configure.in: fixed wint_t typedef detection (did not work
18833           with gcc-2.96).
18834
18835 2001-04-25
18836
18837         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18838           [hiroyuki]
18839
18840 2001-04-24
18841         * modified gtkstext.c : buggy cursor navigation fixed, 
18842           and font descent also taken in account when drawing
18843           cursor. [alfons]
18844
18845 2001-04-24 [hoa]
18846         * added comments in src/news.c src/nntp.c
18847         * added src/prefs_headers.[ch]
18848         * added src/headers.[ch]
18849         * modified compose.c to activate custom headers
18850                 added function is_in_custom_headers
18851         * modified prefs_account.[ch]
18852                 added function prefs_account_customhdr_edit
18853         * modified src/defs.h :
18854                 added HEADERS_RC : name of the config file
18855                 for the custom headers
18856
18857 2001-04-24
18858
18859     0.4.65claws5
18860
18861         * configure.in
18862           src/gtkstext.[ch]
18863           src/compose.c
18864           src/Makefile.am
18865           
18866           added gtkstext with configure.in patch by Hiroyuki which
18867           should fix the XIM detection [alfons]
18868
18869         * more clean up of cvs [alfons]
18870
18871                  * removed all Makefile.in files to attic.
18872
18873                  * updated all .cvsignores to really ignore things that could
18874                    be unintentionally committed by a recursive commit.
18875
18876 2001-04-23 [hoa]
18877         * added src/grouplist_dialog.[ch]
18878         * changed src/folderview.c to call grouplist_dialog instead
18879                 of inputdialog
18880         * src/news.c :
18881                 added functions news_reset_group_list
18882                 and news_get_group_list
18883         * src/nntp.c :
18884                 added function nntp_list
18885         * src/defs.h :
18886                 added GROUPLIST_FILE : name of the newsgroup list cache file
18887
18888 2001-04-21
18889
18890         * added option to warn about queued messages on exit [sergey]:
18891
18892           * src/compose.c: compose_queue(): call folder_item_scan()
18893             and folderview_update_item() after queueing.
18894           * src/folderview.c: folderview_update_node(): draw the queue
18895             folder in bold font if there are queued messages.
18896           * src/mainwindow.c: queued_messages(): new function.
18897             app_exit_cb(): display warning if there are queued messages
18898             if warn_queued_on_exit is set.
18899           * prefs_common.[ch]: add warn_queued_on_exit option.
18900
18901         * enhanced GnuPG key selection support [sergey]:
18902
18903           * src/select-keys.c: updated to newer version from Win32
18904             branch with support for selecting arbitrary keys.
18905           * src/prefs_account.c: added the Privacy tab to the account
18906             options window.
18907             prefs_account_privacy_create(),
18908             prefs_account_sign_key_set_data_from_radiobtn(),
18909             prefs_account_sign_key_set_radiobtn(): new functions.
18910           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18911           * src/rfc2015.c: set_signers(): new function.
18912             pgp_sign(): add the account parameter, call set_signers().
18913             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18914           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18915           * src/compose.c: pass the current account to rfc2015_sign().
18916
18917         * tag name claws added to prevent confusion with main branch [alfons]
18918
18919         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18920
18921         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18922
18923         * sync with recent sylpheed cvs. Untested though. [alfons]
18924