a04f475df9c2c39577225a46a804a586c1061fa3
[claws.git] / ChangeLog.claws
1 2002-07-09 [melvin]     0.7.8claws65
2         
3         * src/addrbook.c
4         * src/addressbook.c
5         * src/addrindex.c
6                 Replaced sprintf by g_snprintf to prevent possible buffer
7                 overflow.
8         * src/news.c
9                 Corrected a log message output format.
10                 Added a missing "done" debug output.
11         * src/compose.c
12                 Added keyboard accelerator for Priority menu items
13                 Added missing \n in debug output
14         * src/logwindow.c
15         * src/gtkspell.c
16         * src/rfc2015.c
17                 Added missing \n in debug output
18
19 2002-07-13 [paul]       0.7.8claws64
20
21         * man/sylpheed.1
22                 change Sergey's email address to the sf address
23
24         * src/textview.c
25                 increase show_url_timeout (more useful for long
26                 urls)
27
28 2002-07-12 [sergey]     0.7.8claws63
29
30         * src/rfc2015.c
31                 applied (with some modifications) patch to set the
32                 micalg parameter for signatures
33                 (2001-08-28 Werner Koch <wk@gnupg.org>)
34
35 2002-07-12 [sergey]     0.7.8claws62
36
37         * man/Makefile.am
38         * configure.in
39                 fixed man page installation
40
41 2002-07-12 [paul]       0.7.8claws61
42
43         * sync with 0.7.8cvs26
44                 see ChangeLog 2002-07-11 and 2002-07-12
45
46 2002-07-11 [christoph]  0.7.8claws60
47
48         * src/compose.c
49         * src/procmsg.c
50                 first use the message number to find the message
51                 to mark with a reply flag but check the
52                 message-id if we got the correct message, if not
53                 try to find it by message-id.
54                 use new string seperator that is not allowed
55                 in message-ids.
56
57 2002-07-11 [paul]       0.7.8claws59
58
59         * sync with 0.7.8cvs23
60                 see ChangeLog 2002-07-10
61
62 2002-07-10 [christoph]  0.7.8claws58
63
64         * src/folder.[ch]
65         * src/msgcache.[ch]
66                 Added message-id table to the cache in memory
67                 and functions to msgcache.c and folder.c to
68                 fetch MsgInfos by message id
69         * src/compose.c
70         * src/procmsg.c
71                 store folder and message-id of message replying
72                 to in queue header and set reply flag after sending
73                 (Closes bug #469498)
74
75 2002-07-10 [paul]       0.7.8claws57
76
77         * AUTHORS
78           man/sylpheed.1.gz
79                 add Martin to the list of authors
80
81 2002-07-09 [martin]     0.7.8claws56
82         * src/gtksctree.c
83                 Added gtk_ctree_last_visible(), tree_update_level(),
84                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
85                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
86                 from gtk+ to gtksctree.c for the new sorting code
87                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
88                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
89         * src/gtksctree.h
90                 Added declaration for gtk_sctree_sort_recursive() and
91                 gtk_sctree_sort_node
92         * src/addressbook.c
93         * src/foldersel.c
94         * src/folderview.c
95         * src/summaryview.c
96                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
97                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
98
99 2002-07-08 [paul]       0.7.8claws55
100
101         * more sync with 0.7.8cvs21
102                 see ChangeLog 2002-07-08
103
104 2002-07-08 [paul]       0.7.8claws54
105
106         * sync with 0.7.8cvs21
107                 see ChangeLog 2002-07-08
108
109 2002-07-07 [alfons]     0.7.8claws53
110
111         * src/Makefile.am
112         * src/stock_pixmap.[ch]
113         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
114         * src/pixmaps/notice_error.xpm  ** NEW FILE **
115         * src/pixmaps/notice_note.xpm   ** NEW FILE **
116                 add new pixmaps for upcoming notice pane
117
118 2002-07-06 [melvin]     0.7.8claws52
119
120         * src/gtkspell.[ch]
121                 Made them a bit closer to Sylpheed's coding style.
122                 Removed old code.
123                 Removed possible memory leaks when some errors occurs.
124
125 2002-07-06 [melvin]     0.7.8claws51
126
127         * po/Makefile.in.in
128                 Removed --no-location in xgettext command line to help
129                 translators that use Emacs' po-mode
130         * src/quote_fmt.c
131                 Removed unnecessary comments that messed up sylpheed.pot
132
133 2002-07-06 [paul]       0.7.8claws50
134
135         * sync with 0.7.8cvs19
136                 see ChangeLog 2002-07-05
137
138 2002-07-06 [christoph]  0.7.8claws49
139
140         * src/folder.c
141         * src/mainwindow.c
142                 fix folder_item_remove_all_msg and folderview
143                 status for trash folders after emptying trash
144
145 2002-07-05 [paul]       0.7.8claws48
146
147         * sync with 0.7.8cvs16
148                 see ChangeLog 2002-07-04 and 2002-07-05
149
150 2002-07-04 [paul]       0.7.8claws47
151
152         * sync with 0.7.8cvs14
153                 see  ChangeLog 2002-07-04
154
155 2002-07-03 [alfons]     0.7.8claws46
156
157         * src/folder.c
158                 dupe folder item's path because it's being reallocated
159                 by new folder scanning code
160
161 2002-07-03 [christoph]  0.7.8claws45
162
163         * src/imap.c
164                 better IMAP uid fetching using 'FETCH 1:* (UID)'
165         * src/msgcache.c
166                 add missing return in msgcache_write
167
168 2002-07-02 [thorsten]   0.7.8claws44
169
170         * src/jpilot.c
171         * src/msgcache.c
172         * src/rfc2015.c
173                 use binary mode for file access
174
175 2002-07-02 [christoph]  0.7.8claws43
176
177         * major code cleanup (part 1)
178         
179                 - unused variables removed
180                 - unused functions removed
181                 - uninitialized variables checked
182                 - missing return statements added
183                 - missing function return types added
184                 - added parentheses around assignment and
185                   && in || when suggested by gcc
186               
187         * src/mh.c
188         * src/folder.c
189                 replaced direct calls to folder->scan_tree
190                 with folder_scan_tree and restore folder
191                 prefs in this function. The folder should
192                 not have to deal with them.
193                 ( Should now work for all folder types )
194
195 2002-07-02 [paul]       0.7.8claws42
196
197         * sync with 0.7.8cvs13
198                 see ChangeLog 2002-07-01 and 2002-07-02
199
200 2002-07-01 [christoph]  0.7.8claws41
201
202         * src/summaryview.c
203                 fix "goto next/prev unread message" with
204                 ignored threads
205
206 2002-07-01 [paul]       0.7.8claws40
207
208         * po/es.po
209                 updated by Ricardo Mones Lastra
210
211 2002-06-30 [match]      0.7.8claws39
212
213         * src/jpilot.c
214                 applied variation of leonerd's patch (566661) to
215                 allow multiple email addresses per JPilot entry.
216                 addresses may be separated by space, comma, pipe,
217                 semi-colon, new-line.
218
219 2002-06-30 [alfons]     0.7.8claws38
220
221         * src/procmsg.c
222                 simple fix for putting older nodes before
223                 newer nodes when threading by subject
224
225 2002-06-30 [christoph]  0.7.8claws37
226
227         * src/folder.c
228         * src/folderview.c
229         * src/mh.c
230         * src/news.c
231         * src/procmsg.c
232                 fix broken folder tree rescaning
233                 and don't use procmsg_get_mark_sum
234                 anymore
235
236 2002-06-30 [christoph]  0.7.8claws36
237
238         * merge new cache branch
239         * src/imap.c
240                 fix new cache imap copy bug
241         * src/folder.c
242                 improved folder_item_scan
243                 it should now always set the correct
244                 new, unread and total message counts
245
246 2002-06-29 [paul]       0.7.8claws35
247
248         * configure.in
249                 correct syntax error
250
251 2002-06-29 [paul]       0.7.8claws34
252
253         * configure.in
254           Makefile.am
255           man/Makefile.am       ** NEW FILE **
256           man/sylpheed.1.gz     ** NEW FILE **
257                 add Sylpheed man page
258
259 2002-06-29 [paul]       0.7.8claws33
260
261         * po/pt_BR.po
262                 updated by Fabio Junior Beneditto
263
264 2002-06-28 [jens]       0.7.8claws32
265
266         * po/de.po
267                 translation updated
268
269         * src/selective_download.c
270                 removed gettext for space " "
271
272         * src/imap.c
273                 removed wrong space
274
275 2002-06-28 [paul]       0.7.8claws31
276
277         * sync with 0.7.8cvs11
278                 see ChangeLog 2002-06-28
279
280 2002-06-28 [paul]       0.7.8claws30
281
282         * sync with 0.7.8cvs10
283                 see ChangeLog 2002-06-27 and 2002-06-28
284
285 2002-06-26 [paul]       0.7.8claws29
286
287         * src/addrgather.c
288           src/selective_download.c
289                 don't gettextise empty strings.
290                 reserved by gettext. gettext("") returns 
291                 the header entry with meta information, 
292                 not the empty string
293
294         * po/en_GB.po
295                 updated
296
297 2002-06-26 [paul]       0.7.8claws28
298
299         * sync with 0.7.8cvs7
300                 see ChangeLog 2002-06-25
301
302         * src/prefs_common.c
303                 ...and in the process, tweak the gui a little
304         
305 2002-06-25 [alfons]     0.7.8claws27
306         
307         * configure.in
308         * src/Makefile.am
309                 fine tune ldap library detection
310
311 2002-06-25 [alfons]     0.7.8claws26
312
313         * src/compose.c
314                 don't allow return receipts when composing a news article
315
316 2002-06-25 [paul]       0.7.8claws25
317
318         * Makefile.am
319                 add '$(AMTAR)' to 'release' section to allow for
320                 new and older autotools
321
322 2002-06-25 [paul]       0.7.8claws24
323
324         * src/summaryview.c
325                 fix "No more unread messages" persistant pop-up
326                 window bug
327
328 2002-06-25 [paul]       0.7.8claws23
329
330         * po/it.po
331                 updated by Alessandro Maestri
332
333 2002-06-25 [paul]       0.7.8claws22
334
335         * sync with 0.7.8cvs6
336                 see ChangeLog 2002-06-25
337
338 2002-06-24 [paul]       0.7.8claws21
339
340         * tools/update-po
341                 add GPL copyright information
342
343 2002-06-24 [paul]       0.7.8claws20
344
345         * tools/Makefile.am
346           tools/README
347           tools/update-po       ** NEW FILE **
348                 add script that eases the creation of *.po files
349                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
350
351 2002-06-23 [alfons]     0.7.8claws19
352
353         * src/messageview.c
354                 make notification_convert_header obey const correctness
355                 (next step will be fixing the broken return receipt)
356
357 2002-06-23 [paul]       0.7.8claws18
358
359         * src/messageview.c
360                 fix bug introduced in last commit:
361                 removed too much code in last commit - put back what's
362                 needed
363
364 2002-06-23 [paul]       0.7.8claws17
365
366         * src/messageview.[ch]
367                 remove code committed in error from locally patched
368                 source
369
370 2002-06-23 [colin]      0.7.8claws16
371
372         * src/compose.[ch]
373                 add compose_entry_select(), used to select the default_to
374                 email address - hopefully avoiding people sending mails to
375                 wrong recipients.
376
377 2002-06-22 [alfons]     0.7.8claws15
378
379         * AUTHORS
380                 add Bram Metsch & Stanislav Karchebny
381         * src/smtp.[ch]
382         * src/prefs_account.[ch]
383         * src/send.c
384                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
385                   options.  (see <http://sourceforge.net/tracker/index.php
386                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
387
388                 - merge Stanislav's fix to make SMTP AUTH work with qmail
389                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
390
391 2002-06-22 [paul]       0.7.8claws14
392
393         * sync with 0.7.8cvs5
394                 see ChangeLog 2002-06-19 and 2002-06-20
395
396 2002-06-22 [alfons]     0.7.8claws13
397
398         * src/selective_download.c
399                 fix a stupid mistake I made
400
401 2002-06-22 [alfons]     0.7.8claws12
402
403         * src/selective_download.[ch]
404                 fix another unnoticed leak; cleanup code
405
406 2002-06-21 [alfons]
407
408         * tools/Makefile.am
409                 gpg-sign <-- gpg-sign-syl
410
411 2002-06-21 [alfons]     0.7.8claws11
412
413         * src/selective_download.c
414         * src/selective_download.h
415                 fix assorted mix of allocation errors (should solve
416                 problem reported by Philippe Gramoullé, see:
417                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
418
419 2002-06-20 [melvin]     0.7.8claws10
420
421         * tools/gpg-sign *REMOVED*
422           tools/gpg-sign-syl *ADDED*
423                 Replaced the gpg clearsigning script with the version using
424                 xterm instead of ssh-askpass and changed its name.
425
426         * README.claws
427                 Updated actions example to reflect the renaming of the
428                 gpg clearsigning script.
429
430 2002-06-19 [paul]       0.7.8claws9
431
432         * sync with 0.7.8claws9
433                 see ChangeLog 2002-06-18 and 2002-06-19
434
435 2002-06-19 [paul]       0.7.8claws8
436
437         * sync with 0.7.8cvs1
438                 see ChangeLog 2002-06-18
439
440 2002-06-18 [alfons]     0.7.8claws7
441
442         * src/mainwindow.h
443                 add omitted prototype
444
445 2002-06-17 [paul]       0.7.8claws6
446
447         * src/mainwindow.c
448                 fix hiding of exec_btn
449
450 2002-06-17 [paul]       0.7.8claws5
451
452         * src/pop.c
453                 remove unneeded code: should_delete() 
454                 and Pop3State::uidl_todelete_list
455
456 2002-06-17 [paul]       0.7.8claws4
457
458         * sync with 0.7.8
459                 see ChangeLog 2002-06-11 and 2002-06-13
460
461 2002-06-16 [alfons]     0.7.8claws3
462         
463         * src/folder.c
464                 make sure lock sort mode (claws specific) is
465                 also persists after a tree rescan
466
467 2002-06-16 [alfons]     0.7.8claws2
468
469         * src/prefs_folder_item.c
470         * src/folder.[ch]
471                 fix persistence of folder sort mode (broken
472                 by adapting Hiro's new folder persistence code)
473
474 2002-06-16 [alfons]     0.7.8claws1
475
476         * AUTHORS
477         * src/logwindow.c
478         * src/prefscommon.[ch]
479                 control size of log text in log window; 
480                 closes patch #569155 submitted by Mitko Haralanov.
481
482 2002-06-15 [paul]       0.7.8claws
483
484         * release of 0.7.8claws
485
486 2002-06-15 [paul]       0.7.7claws
487
488         * po/pt_BR.po
489                 updated by Fabio Junior Beneditto
490
491 2002-06-14 [paul]       0.7.6claws49
492
493         * po/es.po
494                 updated by Ricardo Mones Lastra
495
496 2002-06-14 [paul]       0.7.6claws48
497
498         * po/nl.po
499                 updated translation by Wilbert Berendsen
500
501 2002-06-14 [melvin]     0.7.6claws47
502
503         * po/fr.po
504                 Updated French translation
505
506 2002-06-13 [paul]       0.7.6claws46
507
508         * src/filesel.c
509                 allow filename to be typed in, rather than just
510                 selected by the mouse. Patch by Gustavo Noronha Silva.
511
512 2002-06-13 [alfons]     0.7.6claws45
513
514         * src/mainwindow.[ch]
515                 more cleanups (removing unnecessary menu items Expand 
516                 summary / message view)
517
518 2002-06-13 [melvin]     0.7.6claws44
519
520         * po/POTFILES.in
521                 Added src/string_match.c
522         * src/string_match.c
523                 Fixed possible buffer overflow.
524                 Corrected typo.
525                 Added missing config.h header.
526         * src/prefs_common.c
527           src/prefs_matcher.c
528           src/prefs_scoring.c
529                 Made some strings translatable (missing _(..)).
530
531 2002-06-13 [melvin]     0.7.6claws43
532
533         * README.claws
534                 Corrected action example (verifying clearsigned mail).
535         * src/prefs_account.c
536                 Corrected typo.
537         * src/prefs_common.c
538                 Removed incorrect line that generated a Gtk-CRITICAL msg.
539
540 2002-06-12 [alfons]     0.7.6claws42
541
542         * src/summaryview.c
543                 add init of score column lost in 0.7.6claws42
544
545 2002-06-12 [paul]       0.7.6claws41
546
547         * src/prefs_account.c
548                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
549                 behavior of the radio buttons, (from 0.7.7cvs2)
550
551 2002-06-11 [alfons]     0.7.6claws40
552
553         * src/messageview.[ch]
554         * src/summaryview.[ch]
555         * src/summary_search.c
556         * src/mainwindow.c
557                 perform a sync to bring in Hiro's separate view implementation 
558
559                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
560
561 2002-06-11 [paul]       0.7.6claws39
562         
563         * src/prefs_account.c
564                 correct a typo on the Receive tab
565
566 2002-06-10 [match]      0.7.6claws38
567
568         * src/addressbook.c
569                 Included address completion patch from Gustavo Noronha.
570
571 2002-06-10 [paul]       0.7.6claws37
572
573         * src/inc.[ch]
574           src/pop.c
575           src/prefs_account.[ch]
576           src/selective_download.[ch]
577                 apply PATCH #561712
578                  NEW:
579                 - check if POP Account
580                 - Receive Button renamed to Preview
581                 - Preview Button Popup: preview new/all messages
582                 - Download Button
583                 - Account Preferences-->Receive tab checkbutton if you
584                   want to remove Mail after Download
585                 -: default YES
586                 - Account Preferences-->Receive tab checkbutton use
587                   filtering rules on preview
588                   (think of delete_on_server)
589                 -: default YES
590                 - Account selectable from SD dialog
591                 - checkbutton to show already downloaded messages if
592                   all messages are previewed
593                 - new clist column showing Date
594                 - ESC KEY close
595                 FIXES:
596                 - play ball with UIDL
597                 - fault tolerant (?) 
598                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
599
600 2002-06-10 [melvin]     0.7.6claws36
601
602         * README.claws
603                 Added a hint to ac/README in cvs instructions.
604
605         * src/prefs_actions.c
606                 Made it possible to use a more elaborate command line
607                 for asynchronous actions, too.
608
609 2002-06-10 [melvin]     0.7.6claws35
610         
611         * src/prefs_actions.c
612                 Make it possible to use a more elaborate command line
613                 (e.g. |foo|bar|cat>there;echo Done|)
614                 Corrected error message when calling %f, %F and %p commands
615                 from the compose window.
616
617 2002-06-09 [colin]      0.7.6claws34
618
619         * src/summaryview.c
620                 Automatically find unread messages in current folder
621                 before annoying the user.
622
623 2002-06-08 [alfons]     0.7.6claws33
624
625         * po/it.po
626                 remove bad formatting string in it.po translation
627                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
628
629 2002-06-08 [paul]       0.7.6claws32
630
631         * sync with 0.7.6cvs25
632                 see ChangeLog 2002-06-07
633
634 2002-06-05 [paul]       0.7.6claws31
635
636         * src/mainwindow.c
637                 add 'Sort by locked' and 'Sort by score'
638
639 2002-06-05 [paul]       0.7.6claws30
640
641         * sync with 0.7.6cvs24
642                 see ChangeLog 2002-06-04
643
644 2002-06-04 [paul]       0.7.6claws29
645
646         * po/pt_BR.po
647                 updated by Fabio Junior Beneditto
648
649 2002-06-03 [thorsten]   0.7.6claws28
650
651         * src/matcher.c
652                 fclose() matcherrc after reading
653
654 2002-06-03 [paul]       0.7.6claws27
655
656         * sync with 0.7.6cvs21
657                 see ChangeLog 2002-05-31
658
659 2002-05-31 [paul]       0.7.6claws26
660
661         * sync with 0.7.6cvs20
662                 see ChangeLog 2002-05-29 and 2002-05-30
663
664 2002-05-31 [paul]       0.7.6claws25
665
666         * src/imap.c
667                 hopefully fix last buggy sync
668
669         * README.claws
670                 correct typo in 'Actions' examples
671
672 2002-05-29 [paul]       0.7.6claws24
673
674         * sync with 0.7.6cvs18
675                 see ChangeLog 2002-05-28 and 2002-05-29
676
677         * src/news.c
678           src/nntp.[ch]
679                 sync with above 
680
681 2002-05-28 [paul]       0.7.6claws23
682
683         * sync with 0.7.6cvs16
684                 see ChangeLog 2002-05-28
685
686 2002-05-27 [thorsten]   0.7.6claws22 
687
688         * faq/it/sylpheed-faq-1.html
689           faq/it/sylpheed-faq-2.html
690           faq/it/sylpheed-faq-3.html
691           faq/it/sylpheed-faq.html
692                 corrected DOS lineendings
693         * faq/de/sylpheed-faq-1.html
694           faq/de/sylpheed-faq-2.html
695           faq/en/sylpheed-faq-1.html
696           faq/en/sylpheed-faq-2.html
697           faq/en/sylpheed-faq-3.html
698           faq/es/sylpheed-faq-1.html
699           faq/es/sylpheed-faq-2.html
700           faq/es/sylpheed-faq-3.html
701           faq/fr/sylpheed-faq-1.html
702           faq/it/sylpheed-faq-1.html
703           faq/it/sylpheed-faq-2.html
704           faq/it/sylpheed-faq-3.html
705           faq/it/sylpheed-faq.html
706                 changed ">" to &quot;
707
708 2002-05-27 [paul]       0.7.6claws21
709         
710         * sync with 0.7.6cvs15
711                 see ChangeLog 2002-05-27
712
713 2002-05-27 [paul]       0.7.6claws20
714
715         * src/prefs_account.c
716                 correct a typo
717
718 2002-05-26 [paul]       0.7.6claws19
719
720         * tools/README
721                 correct a typo
722
723 2002-05-25 [paul]       0.7.6claws18
724
725         * tools/README
726                 add description of kmail2sylpheed.pl
727
728 2002-05-25 [paul]       0.7.6claws17
729
730         * tools/kmail2sylpheed.pl       ** NEW FILE **
731                 perl script that converts an exported Kmail address
732                 book, converts it to sylpheed addressbook file,
733                 writes the file to .sylpheed, and updates
734                 addrbook--index.xml 
735
736 2002-05-25 [paul]       0.7.6claws16
737
738         * sync with 0.7.6cvs14
739                 see ChangeLog 2002-05-23
740
741 2002-05-24 [paul]       0.7.6claws15
742
743         * README.claws
744                 make a correction and add some more info
745
746 2002-05-24 [paul]       0.7.6claws14
747
748         * src/compose.c
749                 fix memory leak in 
750                 compose_redirect_write_headers_from_headerlist()
751                 add Subject and Resent-Message-ID to
752                 compose_redirect_write_headers()
753                 Received, Subject, and X-UIDL are filtered out in 
754                 compose_redirect_write_to_file()
755
756 2002-05-23 [paul]       0.7.6claws13
757
758         * src/compose.[ch]
759           src/filtering.c
760           src/mainwindow.c
761           src/matcher.[ch]
762           src/matcher_parser_lex.l
763           src/matcher_parser_parse.y
764           src/prefs_common.[ch]
765           src/prefs_filtering.c
766           src/summaryview.c
767                 rename 'Bounce' to 'Redirect'
768
769 2002-05-23 [paul]       0.7.6claws12
770
771         * more sync with 0.7.6cvs13
772           src/compose.c
773                 see ChangeLog 2002-05-22
774
775 2002-05-22 [paul]       0.7.6claws11
776
777         * sync with 0.7.6cvs13
778           src/codeconv.c
779                 see ChangeLog 2002-05-20
780           src/prefs_common.c
781                 see ChangeLog 2002-05-22
782
783 2002-05-21 [melvin]     0.7.6claws10
784
785         * src/folderview.c
786                 Added missing filtering and scoring headers
787                 Fixed bad function call that showed garbage 
788                 in Folder->Processing
789
790 2002-05-21 [paul]       0.7.6claws9
791
792         * tools/Makefile.am
793                 make all tools executable, (patch by Alfons).
794
795 2002-05-20 [alfons]     0.7.6claws8
796
797         * src/procheader.c
798                 don't forget to call mktime() so we have a valid week 
799                 and year day
800                 (Bug report by Roger Sondermann <mail@jumaros.de>)
801
802 2002-05-20 [paul]       0.7.6claws7
803
804         * src/html.c
805                 fix broken parsing of urls
806         * src/textview.c
807                 fix displaying of urls
808
809                 both fixes from the patch [547855] by Eugene 
810                 Brevdo (zonem)
811
812 2002-05-19 [alfons]     0.7.6claws6
813
814         * configure.in
815                 make sylpheed configure correctly with the latest
816                 and greatest of automake / autoconf / gettext
817
818 2002-05-19 [alfons]     0.7.6claws5
819
820         * src/procheader.c
821         * src/procheader.h
822                 add function for returning ime zone offset
823         * src/quote_fmt.c
824         * src/quote_fmt_parse.y
825                 better quotation formatting - does not convert
826                 to local time, but uses the original date string.
827                 
828                 Note: %z inserts the timezone offset (should 
829                 work also on platforms where strftime does not
830                 support %z).
831
832 2002-05-18 [christoph]  0.7.6claws4
833
834         * src/summaryview.c
835                 fix indentation of some code
836         * tools/Makefile.am
837                 fix spaces after \
838         * src/Makefile.am
839                 add missing \
840                 correct path for ignorethread.xpm
841                 incorrect filename for sylpheed_logo.xpm
842                 add missing include matcher_parser_parse.h
843
844 2002-05-18 [paul]       0.7.6claws3
845
846         * sync with 0.7.6cvs8
847                 see ChangeLog 2002-05-16 and 2002-05-17
848
849 2002-05-18 [melvin]     0.7.6claws2
850
851         * README.claws
852                 Corrected an action's definition and fixed some misspellings.
853
854 2002-05-18 [paul]       0.7.6claws1
855
856         * tools/Makefile.am
857           tools/gpg-sign        ** new file **
858           tools/uudec           ** new file **
859                 add Melvin's Actions scripts
860
861         * README.claws
862                 add Melvin's descriptions for Actions
863
864 2002-05-18 [paul]       0.7.6claws
865
866         * Version 0.7.6claws released
867
868 2002-05-17 [paul]       0.7.5claws32
869
870         * po/es.po
871                 updated by Ricardo Mones Lastra
872
873 2002-05-17 [paul]       0.7.5claws31
874
875         * src/compose.c
876                 fix Account prefs default folder for sent/draft/deleted
877                 messages bug
878
879         * po/it.po
880           po/nl.po
881                 updated translation by Alessandro Maestri and
882                 Wilbert Berendsen
883
884 2002-05-17 [melvin]     0.7.5claws30
885
886         * src/prefs_actions.c
887                 Fixed bug where using %F not at the end of the command 
888                 resulted in an additional empty argument being created.
889                 Thanks to Darko Koruga for reporting the bug.
890
891 2002-05-17 [melvin]     0.7.5claws29
892
893         * po/fr.po
894                 Updated French translations.
895
896 2002-05-15 [paul]       0.7.5claws28
897         
898         * po/es.po
899                 updated by Ricardo Mones Lastra
900
901 2002-05-15 [paul]       0.7.5claws27
902
903         * sync with 0.7.6cvs4
904                 see ChangeLog 2002-05-14 and 2002-05-15
905
906 2002-05-14 [paul]       0.7.5claws26
907
908         * sync with 0.7.6cvs1
909                 see ChangeLog 2002-05-13
910
911 2002-05-13 [thorsten]   0.7.5claws25
912
913         * src/messageview.c
914                 fix select_all and copy in multipart messages
915         * src/mainwindow.c
916                 fix select_all and copy in multipart messages
917
918 2002-05-12 [paul]       0.7.5claws24
919
920         * src/summaryview.c
921                 reverse last commit, bug already fixed in 0.7.5claws3
922
923 2002-05-12 [netztorte]  0.7.5claws23
924
925         * src/summaryview.c
926                 dont parse empty addressbook (checked in before claws20)
927
928 2002-05-12 [melvin]     0.7.5claws22
929
930         * src/procmsg.[ch]
931                 Removed unneeded priority code introduced by the previous 
932                 commit.
933
934 2002-05-12 [melvin]     0.7.5claws21
935
936         * src/compose.[ch]
937                 Added possibility to set message's priority.
938         * src/procmsg.[ch]
939                 Added possibility to set message's priority.
940                 Added missing headers
941
942 2002-05-12 [melvin]     0.7.5claws20
943
944         * src/prefs_actions.c
945                 Removed implicitely added quotes around the name
946                 of the temporary files of mime parts.
947
948 2002-05-12 [paul]       0.7.5claws19
949
950         * sync with 0.7.5cvs20
951                 see ChangeLog 2002-05-11
952
953 2002-05-12 [alfons]     0.7.5claws18
954
955         * src/quote_fmt_lex.l
956         * src/quote_fmt_parse.y
957                 allow quote / reply date & time format to be set using
958                 %D{format}. format is a format string you'd pass to
959                 strftime() (see man strftime, or the Display tab |
960                 Date format setting).
961
962                 Currently %D converts the date to local time. 
963
964 2002-05-11 [paul]       0.7.5claws17
965
966         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
967                 see ChangeLog 2002-05-10 and 2002-05-11
968
969 2002-05-10 [paul]       0.7.5claws16
970
971         * sync with 0.7.5cvs16
972                 see ChangeLog entries 2002-05-09 and 
973                 2002-05-10
974
975 2002-05-10 [colin]      0.7.5claws15
976
977         * src/textview.c
978                 Corrected a bug that prevented sylpheed to open
979                 double-clicked URIs.
980
981 2002-05-09 [paul]       0.7.5claws14
982
983         * sync with 0.7.5cvs14
984                 see ChangeLog 2002-05-08 and 2002-05-09
985
986 2002-05-08 [paul]       0.7.5claws13
987
988         * sync with 0.7.5cvs11
989                 see ChangeLog entry 2002-05-08
990
991 2002-05-08 [paul]       0.7.5claws12
992
993         * src/mainwindow.c
994           src/textview.[ch]
995                 fix segfault on View->Open in new window
996                 patch submitted by Thorsten Maerz <torte@netztorte.de>
997
998 2002-05-07 [paul]       0.7.5claws11
999
1000         * sync with 0.7.5cvs9
1001                 see ChangeLog entry 2002-05-07
1002
1003 2002-05-06 [paul]       0.7.5claws10
1004
1005         * src/messageview.c
1006           src/textview.c
1007                 display url in statusbar on single-click
1008                 patch submitted by Thorsten Maerz <torte@netztorte.de>
1009
1010 2002-05-06 [match]      0.7.5claws9
1011
1012         * src/addritem.[ch]
1013                 new functions.
1014         * src/addrcache.c
1015                 tidy up.
1016         * src/xmlprops.[ch]
1017                 XML implementation of properties file.
1018         * src/exporthtml.[ch]
1019         * src/expthtmldlg.[ch]
1020         * src/addressbook.c
1021                 export to HTML.
1022
1023 2002-05-02 [sergey]     0.7.5claws8
1024
1025         * src/mainwindow.c (mainwin_entries),
1026           src/prefs_common.c (prefs_send_create()),
1027           src/codeconv.c (locale_table):
1028                 use charset name "Windows-1251" instead of "CP1251".
1029
1030 2002-05-02 [colin]      0.7.5claws7
1031         
1032         * src/compose.c
1033           src/prefs_common.c
1034           src/prefs_folder_item.c
1035                 Fixed cosmetics bugs due to Outbox renamed to Sent.
1036
1037 2002-05-02 [hiro]       0.7.5claws6
1038
1039         * src/imap.c
1040                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
1041
1042 2002-05-02 [paul]       0.7.5claws5
1043
1044         * src/compose.c
1045                 more sync with 0.7.5cvs7, see ChangeLog entry
1046                 2002-05-02
1047
1048 2002-05-02 [hiro]       0.7.5claws4
1049
1050         * src/compose.c
1051                 compose_queue_sub():
1052                 check if queue folder exists (closes #550397).
1053                 removed directory creation since it should be handled
1054                 transparently.
1055         * src/imap.c
1056                 imap_add_msg(): return UID for appended message
1057                 (closes #548842).
1058
1059 2002-04-30 [paul]       0.7.5claws3
1060
1061         * src/summaryview.c
1062                 fix account_find_from_address() bug
1063
1064 2002-04-28 [colin]      0.7.5claws2
1065
1066         * src/compose.c
1067           src/textview.c
1068           src/prefs_common.[ch]
1069           src/utils.[ch]
1070                 Added user-definable quotation characters recognition.
1071
1072 2002-04-28 [paul]       0.7.5claws1
1073
1074         * sync with 0.7.5cvs4
1075                 see ChangeLog entry  2002-04-25
1076
1077 2002-04-28 [paul]       0.7.5claws
1078
1079         * po/es.po
1080           po/nl.po
1081           po/pt_BR.po
1082                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
1083                 Fabio Junior Beneditto
1084
1085 2002-04-27 [jens]       0.7.4claws103
1086
1087         * po/de.po
1088                 updated German translation.
1089
1090 2002-04-27 [hiro]       0.7.4claws102
1091
1092         * src/summaryview.c
1093                 summary_write_cache(): fixed the mark loss of hidden messages.
1094
1095 2002-04-26 [melvin]     0.7.4claws101
1096
1097         * src/procmsg.c
1098                 fixed a second typo (same one)
1099         * po/fr.po
1100           po/it.po
1101           po/pt_BR.po
1102                 fixed the type again...
1103
1104 2002-04-26 [melvin]     0.7.4claws100
1105
1106         * src/procmsg.c
1107                 fixed a typo in an alert message ("temorary").
1108         * po/it.po
1109         * po/pt_BR.po
1110                 corrected the typo  described above.
1111         * po/fr.po
1112                 updated French translation.
1113
1114 2002-04-26 [darko]      0.7.4claws99
1115
1116         * src/summaryview.c
1117                 fix target folder colorization
1118
1119 2002-04-25 [paul]       0.7.4claws98
1120
1121         * po/it.po
1122                 updated by Alessandro Maestri
1123
1124 2002-04-24 [colin]      0.7.4claws97
1125         
1126         * src/compose.c
1127                 Fixed double "subject is empty" question.
1128
1129 2002-04-23 [colin]      0.7.4claws96
1130         
1131         * src/mimeview.c
1132                 Corrected issue when "automatically display images" was
1133                 not set : first image remained after selecting second.
1134
1135 2002-04-23 [melvin]     0.7.4claws95
1136
1137         * src/prefs_actions.c
1138                 Don't display in/out dialog if there is nothing to show.
1139
1140 2002-04-23 [paul]       0.7.4claws94
1141
1142         * sync with 0.7.5cvs3
1143                 bug fixes: see ChangeLog entry 2002-04-23
1144
1145 2002-04-22 [darko]      0.7.4claws93
1146
1147         * src/compose.c
1148                 fix previous check-in which changed code after
1149                 merge from main
1150
1151 2002-04-22 [paul]       0.7.4claws92
1152
1153         * faq/de/*
1154                 add German FAQ
1155         * faq/en/*
1156           faq/es/*
1157           faq/fr/*
1158                 update English, Spanish and French FAQs
1159         * manual/de/*
1160           manual/es/*
1161                 add German and Spanish manuals
1162         * manual/en/*
1163           manual/fr/*
1164                 update English and French manuals
1165
1166         * src/Makefile.am
1167                 add to and re-arrange the pixmap entries
1168
1169 2002-04-22 [darko]      0.7.4claws91
1170
1171         * src/compose.c
1172                 fix sender initials recognition to only allow
1173                 '>' after the initials
1174
1175 2002-04-21 [paul]       0.7.4claws90
1176
1177         * sync with 0.7.5 release
1178                 see ChangeLog entry 2002-04-21
1179
1180 2002-04-21 [alfons]
1181
1182         * src/Makefile.am
1183                 add colin's new pixmaps to EXTRA_DIST
1184
1185 2002-04-21 [colin]      0.7.4claws89
1186         * src/compose.c
1187         * src/inc.c
1188         * src/mainwindow.[ch]
1189         * src/prefs_common.[ch]
1190         * src/stock_pixmap.[ch]
1191                 Added "Work offline" ability.
1192
1193 2002-04-21 [colin]      0.7.4claws88
1194         
1195         * src/mimeview.c
1196         * src/prefs_common.c
1197         * src/prefs_common.h
1198         * src/textview.c : Added an option to common preferences -> display
1199           to allow user not to automatically display images.
1200
1201 2002-04-21 [paul]       0.7.4claws87
1202
1203         * sync with 0.7.4cvs52
1204                 see ChangeLog entry 2002-04-21 (src/imap.c)
1205
1206 2002-04-21 [paul]       0.7.4claws86
1207
1208         * sync with 0.7.4cvs51
1209                 see ChangeLog entry 2002-04-21
1210
1211 2002-04-21 [paul]       0.7.4claws85
1212
1213         * sync with 0.7.4cvs49
1214                 see ChangeLog entries 2002-04-20 and 2002-04-21
1215
1216         * src/Makefile.am
1217                 clean up: remove old 'stock_' element from xpm 
1218                 filenames.
1219
1220 2002-04-21 [alfons]     0.7.4claws84
1221
1222         apply sync patch from Paul
1223
1224         * src/folderview.c
1225                 use old claws prefs_folder_item_create() for now
1226
1227 2002-04-19 [match]      0.7.4claws83
1228
1229         * src/addressbook.[ch]
1230         * src/addrharvest.[ch]
1231         * src/addrgather.[ch]
1232                 recurse folders.
1233         * src/mainwindow.c
1234         * src/summaryview.[ch]
1235                 change menu option.
1236
1237 2002-04-19 [paul]       0.7.4claws82
1238
1239         * po/pt_BR.po
1240                 updated by Fabio Junior Beneditto
1241
1242 2002-04-14 [alfons]     0.7.4claws81
1243
1244         * src/passphrase.c
1245                 add #include <sys/types.h> for mode_t and off_t 
1246
1247 2002-04-13 [paul]       0.7.4claws80
1248         
1249         * src/main.c
1250           src/passphrase.[ch]
1251           src/pgptext.c
1252           src/prefs_common.[ch]
1253           src/rfc2015.c
1254                 enable storing of GnuPG passphrase for the whole 
1255                 session or a user-defined number of minutes. patch 
1256                 submitted by Ravemax <ravemax@dextrose.com>
1257
1258 2002-04-13 [alfons]     0.7.4claws79
1259
1260         * src/textview.c
1261                 make email parser also stop scanning when encountering separators
1262                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1263
1264 2002-04-13 [paul]       0.7.4claws78
1265
1266         * sync with 0.7.4cvs39
1267                 see ChangeLog entry 2002-04-12
1268
1269 2002-04-11 [paul]       0.7.4claws77
1270
1271         * sync with 0.7.4cvs37
1272                 see ChangeLog entry 2002-04-11
1273
1274 2002-04-11 [paul]       0.7.4claws76
1275
1276         * COPYING 
1277                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1278                 the clause for OpenSSL). sync with sylpheed main
1279
1280 2002-04-09 [melvin]     0.7.4claws75
1281
1282         * src/compose.c
1283                 Made 'Ctrl-Enter' on send ignore some modifiers 
1284                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1285                 to bind other *-Enter (but not Alt-Enter).
1286
1287 2002-04-09 [paul]       0.7.4claws74
1288
1289         * sync with 0.7.4cvs35
1290                 see ChangeLog entries 2002-04-09
1291
1292 2002-04-08 [paul]       0.7.4claws73
1293
1294         * sync with 0.7.4cvs33
1295                 see ChangeLog entry 200-04-08
1296
1297 2002-04-07 [match]      0.7.4claws72
1298
1299         * src/addrharvest.[ch]
1300                 fixed to read all addresses in header, regardless
1301                 of header size. improved name parsing. accommodate
1302                 harvest from folders and selected message.
1303         * src/addritem.[ch]
1304                 included new address parsing function.
1305         * src/addrgather.[ch]
1306         * src/addressbook.[ch]
1307         * src/summaryview.[ch]
1308         * src/mainwindow.c
1309                 allow address harvest of folder as well as selected
1310                 messages.
1311
1312 2002-04-07 [paul]       0.7.4claws71
1313
1314         * src/esmtp.[ch]
1315           src/smtp.c
1316                 don't try to authenticate with CRAM-MD5 in SMTP when 
1317                 SMTP-AUTH enabled if MTA doesn't issue this 
1318                 auth-method in it's ehlo-response. bug item #531364,
1319                 patch item #938910. patch submitted by Colin Leroy 
1320                 <colin@colino.net>
1321
1322 2002-04-07 [paul]       0.7.4claws70
1323
1324         * src/nntp.c
1325                 fix missing MODE_READER bug. patch submitted by
1326                 Colin Leroy <colin@colino.net>
1327
1328 2002-04-07 [alfons]     0.7.4claws69
1329
1330         * src/matcher.[ch]
1331         * src/prefs_filtering.c
1332         * src/summaryview.c
1333                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1334                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1335
1336 2002-04-07 [paul]       0.7.4claws68
1337
1338         * sync with 0.7.4cvs32
1339                 see ChangeLog entry 2002-04-06
1340
1341         * tools/filter_conv.pl
1342                 more bug fixes
1343
1344 2002-04-06 [paul]       0.7.4claws67
1345
1346         * tools/filter_conv.pl
1347                 modify to be able to find the name of the first
1348                 mailbox and use that. main's filter does not
1349                 record the full path to the mailbox and therefore
1350                 can only filter to the first mailbox.
1351
1352 2002-04-05 [paul]       0.7.4claws66
1353
1354         * tools/filter_conv.pl
1355                 attempt to make the script all-encompassing and
1356                 be able to convert any main 'filter' rule thrown
1357                 at it
1358
1359 2002-04-05 [paul]       0.7.4claws65
1360
1361         * tools/filter_conv.pl
1362                 allow for collapsed folder trees
1363
1364 2002-04-05 [paul]       0.7.4claws64
1365
1366         * sync with 0.7.4cvs31
1367                 see ChangeLog entries 2002-04-05
1368
1369 2002-04-03 [paul]       0.7.4claws63
1370
1371         * sync with 0.7.4cvs29
1372                 see ChangeLog entries 2002-04-02 and 2002-04-03
1373
1374 2002-04-02 [paul]       0.7.4claws62
1375
1376         * sync with 0.7.4cvs26
1377                 see ChangeLog entry 2002-04-01
1378
1379 2002-04-02 [match]      0.7.4claws61
1380
1381         * src/pine.[ch]
1382         * src/importpine.[ch]
1383         * src/addressbook.c
1384                 import Pine address book.
1385
1386 2002-04-02 [match]      0.7.4claws60
1387
1388         * src/addrharvest.[ch]
1389                 improve address parsing of funky addresses.
1390
1391 2002-04-02 [darko]      0.7.4claws59
1392
1393         * src/compose.c
1394                 wrap on send improvements, it now recognizes quoted
1395                 initials as part of the quotation string, and it
1396                 does not join lines separated by CR
1397
1398 2002-04-01 [match]      0.7.4claws58
1399
1400         * src/mgutils.[ch]
1401                 added new functions.
1402         * src/mutt.[ch]
1403                 remove excessive duplicate address generation
1404                 on import.
1405
1406 2002-04-01 [alfons]     0.7.4claws57
1407         
1408         * src/summaryview.c
1409                 put back g_free() 
1410
1411 2002-04-01 [paul]       0.7.4claws56
1412
1413         * sync with 0.7.4cvs25
1414                 see ChangeLog entry 2002-04-01
1415
1416 2002-04-01 [alfons]     0.7.4aprilfool55
1417
1418         * src/summaryview.c
1419                 honour feature request item #537427 to allow for
1420                 displaying names from address book for sent mail also
1421
1422 2002-03-29 [paul]       0.7.4claws54
1423
1424         * src/mainwindow.c
1425           src/prefs_filtering.[ch]
1426           src/prefs_matcher.c
1427           src/summaryview.c
1428                 add 'fast filter' for claws' filtering,
1429                 /Tools/Create filter rule/... patch submitted
1430                 by Neill Miller <neillm@thecodefactory.org>
1431
1432 2002-03-29 [paul]       0.7.4claws53
1433
1434         * sync with 0.7.4cvs24
1435                 see ChangeLog entry 2002-03-29
1436
1437 2002-03-28 [paul]       0.7.4claws52
1438
1439         * sync with 0.7.4cvs23
1440                 see ChangeLog entry 2002-03-28
1441
1442 2002-03-27 [melvin]     0.7.4claws51
1443
1444         * src/prefs_actions.c
1445                 Added support to pass only one message part (as a
1446                 file) to the command using '%p'. No quotes are needed
1447                 because doubles quotes are automatically added.
1448                 Fixed bug where Sylpheed could block when waiting for
1449                 a child process to finish.
1450                 Changed the help menu to remove quotes around symbols to 
1451                 avoid misinterpretation (they must not be used).
1452
1453 2002-03-27 [melvin]     0.7.4claws50
1454
1455         * src/inc.c
1456                 Made the new mail notification command always 
1457                 execute asynchronously.
1458
1459 2002-03-27 [paul]       0.7.4claws49
1460
1461         * src/compose.c
1462                 fix bug introduced in last commit
1463
1464 2002-03-27 [paul]       0.7.4claws48
1465
1466         * sync with 0.7.4cvs21
1467                 see ChangeLog 2002-03-26 and 2002-03-27
1468
1469 2002-03-26 [hoa]        0.7.4claws47
1470
1471         * src/prefs_folder_item.c
1472                 really fixed the bug #516442 with folder rescan.
1473
1474 2002-03-26 [paul]       0.7.4claws46
1475
1476         * sync with 0.7.4cvs19
1477                 see ChangeLog entries 2002-03-25 and 2002-03-26
1478
1479 2002-03-25 [hoa]        0.7.4claws45
1480
1481         * src/matcher.c
1482         * src/mh.c
1483                 fix the bug #516442 with folder rescan.
1484
1485         * src/prefs_common.[ch]
1486         * src/compose.c
1487                 added an option to enable two different behaviours
1488                 for bounce.
1489
1490
1491 2002-03-25 [paul]       0.7.4claws44
1492
1493         * src/mainwindow.c
1494           src/selective_download.c
1495                 correct a few menuitem labels
1496
1497 2002-03-25 [christoph]  0.7.4claws43
1498
1499         * src/procmsg.c
1500                 fix non deleted tmp message in
1501                 procmsg_save_to_outbox
1502                 fix problems caused by sync with
1503                 main branch's procmsg_send_queue
1504
1505 2002-03-25 [paul]       0.7.4claws42
1506
1507         * src/quote_fmt.c
1508           src/quote_fmt_lex.l
1509           src/quote_fmt_parse.y
1510                 add Last name (%L) placeholder for quoting. 
1511                 patch submitted by Thorsten Thielen 
1512                 <thth@users.sourceforge.net>
1513
1514 2002-03-25 [paul]       0.7.4claws41
1515
1516         * src/utils.c
1517                 get full hostname. patch submitted by
1518                 Bob Woodside <rwoodside1@comcast.net>
1519
1520 2002-03-25 [paul]       0.7.4claws40
1521
1522         * src/account.c
1523           src/news.c
1524           src/nntp.[ch]
1525           src/prefs_account.[ch]
1526                 enable NNTP over SSL. patch submitted by
1527                 Pascal Jermini <pascal@infinity.hn.org>
1528
1529 2002-03-24 [paul]       0.7.4claws39
1530
1531         * src/prefs_common.c
1532                 make the arrangement of the Compose tab more
1533                 coherent
1534
1535         * src/mainwindow.c
1536                 fix some irregularities of style
1537
1538         * po/de.po
1539                 updated by Kilian Krause
1540
1541 2002-03-23 [paul]       0.7.4claws38
1542
1543         * po/pt_BR.po
1544                 updated by Fabio Junior Beneditto
1545
1546 2002-03-23 [paul]       0.7.4claws37
1547
1548         * src/mainwindow.c
1549                 move 'Gather addresses' to 'Tools' menu
1550                 make 'Selective download' sensitive
1551
1552 2002-03-23 [paul]       0.7.4claws36
1553
1554         * sync with 0.7.4cvs16
1555                 see ChangeLog entries 2002-03-23
1556
1557 2002-03-22 [christoph]  0.7.4claws35
1558
1559         * src/quote_fmt_parse.y
1560                 fix include program output
1561
1562 2002-03-22 [alfons]     0.7.4claws34
1563
1564         * src/pop.c
1565                 initialize GDate stack variable correctly (sorry!)
1566
1567 2002-03-22 [paul]       0.7.4claws33
1568
1569         * src/compose.c
1570           src/mainwindow.c
1571           src/prefs_actions.c
1572           src/prefs_common.c
1573                 rename 'Tool' to 'Tools'
1574
1575         * src/mainwindow.c
1576                 move 'Delete duplicated messages' from
1577                 'Message/' to 'Tools/'
1578                 re-arrange the order of 'Tools/' items
1579
1580 2002-03-22 [paul]       0.7.4claws32
1581
1582         * src/addr_compl.c
1583           src/addressbook.[ch]
1584                 auto-address completion now also matches on
1585                 Nickname. patch submitted by Bob Forsman 
1586                 <hammor@users.sourceforge.net>
1587
1588         * src/editaddress.c
1589                 correct a spelling mistake
1590
1591 2002-03-22 [alfons]     0.7.4claws31
1592
1593         * src/pop.c
1594                 fix getting uidl from incorrect string 
1595                 (spotted by Colin)
1596
1597 2002-03-21 [alfons]     0.7.4claws30
1598
1599         * src/pop.c
1600                 more code refactoring
1601                 plug mem leak introduced by delete on server
1602
1603 2002-03-21 [paul]       0.7.4claws29
1604
1605         * sync with 0.7.4cvs11
1606                 see ChangeLog entries 2002-03-20
1607
1608 2002-03-20 [alfons]     0.7.4claws28
1609
1610         * src/inc.c
1611                 apply Colin's patch and refactor
1612
1613 2002-03-20 [paul]       0.7.4claws27
1614
1615         * sync with sylpheed 0.7.4cvs9
1616                 see ChangeLog entry 2002-03-20
1617
1618 2002-03-19 [christoph]  0.7.4claws26
1619
1620         * src/mh.c
1621         * src/procmsg.[ch]
1622         * src/summaryview.c
1623                 revert changes for flag updates
1624                 (does not work correctly and no time to debug)
1625
1626 2002-03-20 [alfons]     0.7.4claws25
1627
1628         * src/pop.c
1629                 refactor should_delete() a little bit 
1630
1631 2002-03-19 [paul]       0.7.4claws24
1632
1633         * src/inc.[ch]
1634           src/pop.c
1635           src/prefs_account.[ch]
1636                 allow the user to leave downloaded mail on the 
1637                 server for n days. Patch submitted by Colin Leroy 
1638                 <colin@colino.net>
1639
1640 2002-02-19 [paul]       0.7.4claws23
1641
1642         * sync with sylpheed 0.7.4cvs8
1643                 see ChangeLog entries 2002-03-19
1644
1645 2002-03-18 [paul]       0.7.4claws22
1646
1647         * sync with sylpheed 0.7.4cvs6
1648                 see ChangeLog entry 2002-03-18
1649
1650 2002-03-18 [paul]       0.7.4claws21
1651
1652         * po/en_GB.po
1653                 add en_GB message catalogue
1654
1655         * src/mbox_folder.c
1656           src/prefs_account.c
1657           src/prefs_actions.c
1658                 correct a few spelling mistakes
1659
1660 2002-03-17 [alfons]     0.7.4claws20
1661
1662         * src/matcher.c
1663                 more stringent checks for NULL params when writing
1664                 filtering actions to a file
1665                 
1666 2002-03-17 [hoa]        0.7.3claws20
1667
1668         * src/news.c
1669                 fixed the count of new messages
1670
1671         * src/compose.c
1672                 fixed the "attachment properties" window
1673
1674 2002-03-17 [paul]       0.7.4claws19
1675
1676         * src/defs.h
1677           src/folder.h
1678           src/news.c
1679           src/prefs_account.[ch]
1680           src/procmsg.[ch]
1681           src/summaryview.c
1682                 automatically mark cross-posted messages as read 
1683                 and (optionally) give them a colour label
1684                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
1685                 
1686
1687 2002-03-17 [paul]       0.7.4claws18
1688
1689         * sync with sylpheed 0.7.4cvs5
1690                 see ChangeLog entry 2002-03-17
1691
1692 2002-03-17 [melvin]     0.7.4claws17
1693         
1694         * src/textview.c
1695                 Worked around a gtktext 'bug': when searching for 
1696                 a text in a long message it was scrolling slowly
1697                 line by line until it hit the searched text.
1698         * po/fr.po
1699                 Updated French translation
1700
1701 2002-03-17 [melvin]     0.7.4claws16
1702
1703         * src/mainwindow.c
1704         * src/compose.c
1705         * src/prefs_actions.c
1706                 Moved "Edit/Actions" to "Tool/Actions"
1707                 Made mainwindow/compose window sensitive as soon as
1708                 no child process is running anymore even if the io dialog
1709                 is open.
1710                 Fixed a struct being initialized with a non constant char*
1711
1712 2002-03-16 [christoph]  0.7.4claws15
1713
1714         * configure.in
1715                 add --with-compiler-flags option
1716                 (only for developer hacking)
1717         * src/mh.c
1718         * src/procmsg.[ch]
1719         * src/summaryview.c
1720                 try to make folder-stats and flag handling more
1721                 independent from the summaryview. msgcounts
1722                 are only set when the folder is opened and
1723                 procmsg_msginfo_(un)set_flags will handle it
1724                 later and summaryview will get the values
1725                 from the folder.
1726
1727 2002-03-16 [paul]       0.7.4claws14
1728
1729         * src/messageview.c
1730                 fix Return-receipt. Patch submitted by Bob
1731                 Woodside <rwoodside1@comcast.net>
1732
1733 2002-03-16 [paul]       0.7.4claws13
1734
1735         * src/compose.c
1736                 fix 'dynamic' signatures, make it work again
1737                 broken during sync on 2002-03-14 (0.7.4claws2)
1738
1739 2002-03-15 [match]      0.7.4claws12
1740
1741         * src/addrharvest.[ch]
1742         * src/addrgather.[ch]
1743         * src/addressbook.[ch]
1744         * src/mainwindow.c
1745                 included address harvester feature. still some
1746                 issues with address parsing that I will fix.
1747
1748 2002-03-15 [match]      0.7.4claws11
1749
1750         * src/addrbook.[ch]
1751         * src/addrcache.[ch]
1752         * src/addressbook.[ch]
1753         * src/addrindex.c
1754         * src/editbook.c
1755         * src/importldif.c
1756         * src/importmutt.c
1757         * src/jpilot.[ch]
1758         * src/main.c
1759         * src/syldap.[ch]
1760         * src/vcard.[ch]
1761                 tidy up. fix memory leaks. moved attribs and methods
1762                 from individual interfaces to addrcache object. prep
1763                 for new stuff to come in.
1764
1765 2002-03-15 [alfons]     0.7.4claws10
1766
1767         * src/matcher.[ch]
1768         * src/matcher_parser_parse.y
1769         * src/matcher_parser_lex.l
1770         * src/prefs_matcher.c
1771                 add filtering conditions message greater than, smaller 
1772                 than, and exactly matching a size in bytes
1773                 (does not work with delete from POP3 server yet)
1774
1775                 this should also give others an idea what you should
1776                 do to add new criterions to claws filtering system
1777                 
1778
1779 2002-03-15 [paul]       0.7.4claws9
1780
1781         * tools/filter_conv.pl
1782                 exit if there are no filter rules to convert
1783                 rename filterrc to filterrc.old after completion
1784
1785 2002-03-15 [paul]       0.7.4claws8
1786
1787         * sync with sylpheed 0.7.4cvs3
1788                 see ChangeLog entry 2002-03-14
1789
1790 2002-03-14 [paul]       0.7.4claws7
1791
1792         * src/compose.c
1793                 clean up the last commit (ahem)
1794
1795 2002-03-14 [paul]       0.7.4claws6
1796
1797         * src/compose.c
1798                 fix bug #515655. honour account preferences
1799                 regarding gpg default signing/encryption when 
1800                 changing account from the compose window.
1801
1802 2002-03-14 [paul]       0.7.4claws5
1803
1804         * src/folderview.c
1805                 remove unnecessary curly brackets
1806
1807 2002-03-14 [paul]       0.7.4claws4
1808
1809         * src/folderview.c
1810           src/prefs_filtering.[ch]
1811                 add filter rename on folder rename and filter
1812                 delete on folder delete. Patch submitted by
1813                 Neill Miller <neillm@thecodefactory.org> 
1814
1815 2002-03-14 [christoph]  0.7.4claws3
1816
1817         * src/procmsg.c
1818         * src/send.c
1819                 fix local delivery
1820                 (patch submitted by "Simon 'corecode' Schubert")
1821         * src/prefs_common.c
1822         * src/procmsg.c
1823                 fix gcc 3.0 warning
1824
1825 2002-03-14 [paul]       0.7.4claws2
1826
1827         * sync with sylpheed 0.7.4cvs2
1828                 see ChangeLog entry 2002-03-13
1829
1830 2002-03-12 [darko]      0.7.4claws1
1831
1832         * src/mainwindow.c
1833                 fix what seems to be a copy and paste error
1834                 when setting color for important messages
1835                 (reported by wwp)
1836
1837 2002-03-11 [paul]       version 0.7.4claws released
1838
1839 2002-03-11 [paul]       0.7.4claws
1840
1841         * po/es.po
1842           po/it.po
1843           po/nl.po
1844           po/pt_BR.po
1845                 update message catalogs. Submitted by Ricardo Mones 
1846                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
1847                 Fabio Junior Beneditto
1848
1849         * configure.in
1850           faq/Makefile.am
1851           faq/it/Makefile
1852           faq/it/sylpheed-faq*
1853           src/mainwindow.c
1854           src/manual.[ch]
1855                 add FAQ in Italian
1856         
1857
1858 2002-03-11 [jens]       0.7.3claws7
1859
1860         * po/de.po
1861                 updated German translation
1862
1863 2002-03-11 [melvin]     0.7.3claws6
1864
1865         * po/fr.po
1866                 updated and corrected French translation
1867
1868 2002-03-10 [hoa]        0.7.3claws5
1869
1870         * src/account.c
1871         * src/inc.c
1872         * src/prefs_account.c
1873         * src/procmsg.c
1874         * src/send.[ch]
1875                 fixed the local account.
1876                 you have to change the default "/usr/sbin/sendmail"
1877                 to "/usr/sbin/sendmail -t" in the preferences of
1878                 the local account.
1879
1880         * src/procmime.c
1881                 removed some debug display for renderer
1882
1883 2002-03-10 [paul]       0.7.3claws4
1884
1885         * faq/en/sylpheed-faq-1.html
1886           faq/en/sylpheed-faq-2.html
1887                 update
1888
1889 2002-03-09 [paul]       0.7.3claws3
1890
1891         * sync with sylpheed 0.7.4
1892                 see ChangeLog entry 2002-03-09
1893
1894 2002-03-08 [paul]       0.7.3claws2
1895
1896         * faq/en/sylpheed-faq*
1897           faq/es/sylpheed-faq*
1898           faq/fr/sylpheed-faq*
1899                 update the FAQs
1900
1901         * manual/fr/.cvsignore
1902           manual/fr/Makefilea.am
1903           manual/fr/sylpheed*
1904           src/mainwindow.c
1905           src/manual.[ch]
1906                 add the French manual
1907
1908 2002-03-07 [paul]       0.7.3claws1
1909
1910         * sync with sylpheed 0.7.3cvs4
1911                 see ChangeLog entries  2002-03-06 and 2002-03-07
1912         
1913         * po/nl.po
1914                 updated by Wilbert Berendsen
1915
1916 2002-03-07 [melvin]     0.7.2claws34
1917
1918         * src/selective_download.c
1919                 Changed the pixmap of the receive button to MAIL_RECEIVE.
1920
1921 2002-03-06 [paul]       0.7.2claws33
1922
1923         * sync with sylpheed 0.7.3cvs1
1924                 bug fix, see ChangeLog entry 2002-03-05
1925
1926 2002-03-05 [paul]       0.7.2claws32
1927
1928         * src/mimeview.c
1929           src/pgptext.[ch]
1930           src/procmsg.c
1931                 reverse the pgp ascii-armored code implemented in 
1932                 0.7.2claws16. removal of this code until it matures.
1933                 this means that verifying ascii-armored pgp sigs and
1934                 automatic decryption of ascii-armored encrypted
1935                 messages no longer works.
1936
1937 2002-03-05 [paul]       0.7.2claws31
1938
1939         * configure.in
1940           Makefile.am
1941         * faq/Makefile.am
1942         * faq/en/Makefile.am
1943           faq/en/sylpheed-faq.html
1944           faq/en/sylpheed-faq-1.html
1945           faq/en/sylpheed-faq-2.html
1946           faq/en/sylpheed-faq-3.html
1947         * faq/es/Makefile.am
1948           faq/es/sylpheed-faq.html
1949           faq/es/sylpheed-faq-1.html
1950           faq/es/sylpheed-faq-2.html
1951           faq/es/sylpheed-faq-3.html
1952           faq/es/sylpheed-faq-4.html
1953         * faq/fr/Makefile.am
1954           faq/fr/sylpheed-faq.html
1955           faq/fr/sylpheed-faq-1.html
1956           faq/fr/sylpheed-faq-2.html
1957           faq/fr/sylpheed-faq-3.html
1958         * src/Makefile.am
1959           src/defs.h
1960           src/mainwindow.c
1961           src/manual.[ch]
1962                 add FAQs in English, Spanish and French
1963
1964
1965 2002-03-05 [paul]       0.7.2claws30
1966
1967         * manual/en/sylpheed.html
1968           manual/en/sylpheed-XX.html
1969                 updated the English manual
1970
1971 2002-03-05 [hoa]        
1972
1973         * src/summaryview.c
1974                 dialog box pops up if the article can't be deleted.
1975
1976 2002-03-04 [paul]       
1977         
1978         * po/pt_BR.po
1979                 updated by Fabio Junior Benedito
1980
1981 2002-03-04 [hoa]
1982
1983         * removed ac/gpgme.m4
1984                 to avoid autogen common problem
1985                 developers have to install gpgme development package now
1986
1987         * src/compose.c
1988                 encoding to 7bit or 8bit is enabled.
1989
1990 2002-03-03 [alfons]     0.7.2claws29
1991
1992         * src/pop.c
1993                 merge fix by Oliver Haertel for selective
1994                 download buglet
1995
1996 2002-03-03 [paul]       0.7.2claws28
1997         
1998         * sync with sylpheed 0.7.3
1999
2000 2002-03-03 [paul]       0.7.2claws27
2001
2002         * sync with sylpheed 0.7.2cvs24
2003                 see ChangeLog entries 2002-03-02 and 2002-03-03
2004
2005 2002-03-02 [melvin]     0.7.2claws26
2006
2007         * src/inc.[ch]
2008         * src/main.c
2009         * src/mainwindow.c
2010         * src/prefs_common.[ch]
2011                 Added user definable notification on new mail arrival.
2012                 Removed unused variables in spell checker prefs code.
2013
2014 2002-03-02 [melvin]     0.7.2claws25
2015
2016         * src/quote_fmt.c
2017                 Removed unnecessary escape sequences.
2018                 Changed 'Initial...' to 'Initials of Sender'
2019
2020 2002-03-02 [paul]       0.7.2claws24
2021
2022         * sync with sylpheed 0.7.2cvs22
2023                 see ChangeLog entry 2002-03-01
2024
2025 2002-03-01 [hoa]        0.7.2claws23
2026
2027         * src/mainwindow.c
2028                 Set sensitivity of delete actions to active
2029                 even if the folder is a newsgroup.
2030
2031         * src/summaryview.c
2032                 - Set sensitivity of delete actions
2033                 - Added function check_permission() that will check if the
2034                   user is authorized to delete a message. For news, it
2035                   will check if the author is the same.
2036                 - Enabled deletion when there is no trash folder.
2037
2038         * src/news.[ch]
2039                 - Added news_cancel_article() to cancel articles
2040                 - Implemented news_remove_message() (public function)
2041
2042 2002-03-01 [paul]       0.7.2claws22
2043
2044         * src/gtkutils.c
2045           src/textview.c
2046                 recognise urls that that don't include 'http://' and
2047                 simply begin 'www.' 
2048
2049         * AUTHORS
2050                 remove duplicated name
2051
2052 2002-02-28 [paul]       0.7.2claws21
2053
2054         * src/mainwindow.c
2055           src/summaryview.[ch]
2056                 add ability to 'Select thread'
2057                 combines Melvin's "Select thread's head" patch (#510907)
2058                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
2059                 patch (#518514) 
2060
2061 2002-02-28 [paul]       0.7.2claws20
2062
2063         * src/mimeview.c
2064                 hopefully fix segfault on right-clicking a mime part
2065                 that some people have experienced.      
2066                 fix submitted by Fredrik Olofsson <frol@linux.nu>
2067
2068 2002-02-28 [paul]       0.7.2claws19
2069
2070         * sync with sylpheed 0.7.2cvs21
2071                 see ChangeLog entries 2002-02-27 and 2002-02-28
2072
2073 2002-02-27 [paul]       0.7.2claws18
2074
2075         * sync with sylpheed 0.7.2cvs18
2076                 see ChangeLog entries 2002-02-26 and 2002-02-27
2077
2078 2002-02-26 [alfons]     0.7.2claws17
2079
2080         * src/procheader.c
2081                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
2082                 (spotted by Chris Hessman <idatech@gmx.net>)
2083
2084 2002-02-26 [paul]       0.7.2claws16
2085
2086         * src/mimeview.c
2087           src/pgptext.[ch]
2088           src/procmsg.c
2089                 make decryption of ascii-armored pgp encrypted messages
2090                 and verification of ascii-armored signatures work again.
2091                 slightly altered from the patch by Jens Jahnke 
2092                 <jan0sch@gmx.net>
2093
2094                 ##FIX ME##
2095                 * the checking of plaintext signatures always comes up in 
2096                   a popup box
2097                 * it doesn't work for multipart messages 
2098                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
2099                   including the msg headers and these 2 line themselves, are 
2100                   not displayed
2101
2102         * src/mainwindow.c
2103                 "View/Folder Tree" becomes "View/Separate Folder Tree"
2104                 "View/Message View" becomes "View/Separate Message View"
2105                 because its less ambiguous.
2106
2107         * po/es.po
2108                 updated by Ricardo Mones Lastra
2109
2110 2002-02-26 [paul]       0.7.2claws15
2111
2112         * sync with sylpheed 0.7.2cvs17
2113                 see ChangeLog entries 2002-02-25 and 2002-02-26
2114
2115 2002-02-25 [christoph]  0.7.2claws14
2116
2117         * src/filtering.[ch]
2118         * src/inc.c
2119                 do filtering stuff after all messages have been received
2120                   1. drop all messages to .processing
2121                   2. scan processing folder for messages
2122                   3. filter messages or move to inbox
2123                 this will also find old messages left in processing after
2124                 a crash or something like that and we get a real msginfo
2125                 from folder->get_msg_list and do not have to create our
2126                 own in filter_message
2127         * src/matcher_parser_parse.y
2128                 remove MIX/MAX warning (reordered includes)
2129
2130 2002-02-25 [paul]       0.7.2claws13
2131
2132         * sync with sylpheed 0.7.2cvs15
2133                 see ChangeLog entry 2002-02-24
2134
2135 2002-02-24 [alfons]     0.7.2claws12
2136
2137         * src/filtering.c
2138                 clear old color flags first when applying a new color to
2139                 a message info. 
2140                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
2141
2142 2002-02-24 [alfons]     0.7.2.claws11
2143         
2144         * AUTHORS
2145         * src/prefs_common.c
2146                 add presets for Opera and Konqueror, closes patch #517261,
2147                 submitted by Ville Skyttä <scop@users.sourceforge.net>
2148
2149 2002-02-24 [alfons]     0.7.2.claws10
2150
2151         * AUTHORS
2152         * src/summaryview.c
2153                 fix threading for null message ids, closes patch #521601,
2154                 submitted by Bob Forsman <hammor@users.sourceforge.net>
2155
2156 2002-02-24 [alfons]     0.7.2claws9
2157
2158         * src/summaryview.c
2159         * src/filtering.c
2160                 make Tool | Filter Message work with filtering system so
2161                 setting flags also works
2162
2163                 TODO:
2164
2165                 - Processing uses the same function as Tool | Filter
2166                   Message, but doesn't use the same update proc yet
2167
2168 2002-02-23 [paul]       0.7.2claws8
2169
2170         * sync with sylpheed 0.7.2cvs14
2171                 see ChangeLog entries 2002-02-22 and 2002-02-23
2172
2173 2002-02-22 [christoph]  0.7.2claws7
2174
2175         * src/quote_fmt.c
2176                 Add column space to table
2177         * src/quote_fmt_parse.y
2178                 Close files
2179
2180 2002-02-22 [paul]       0.7.2claws6
2181
2182         * src/Makefile.am
2183           src/defs.h
2184           src/filtering.c
2185           src/inc.[ch]
2186           src/mainwindow.c
2187           src/matcher.[ch]
2188           src/matcher_parser_lex.l
2189           src/matcher_parser_parse.y
2190           src/pop.[ch]
2191           src/prefs_account.h
2192           src/prefs_filtering.c
2193           src/selective_download.[ch]   *** NEW FILES ***
2194           src/utils.[ch]
2195           po/POTFILES.in
2196                 Selective Download added to 'Tool' menu. 
2197                 Retrieves email headers of the currently selected pop3 
2198                 account and allows the user to mark emails for deletion 
2199                 right on the pop3 server. Patch submitted by Oliver Haertel 
2200                 <oha@users.sourceforge.net>.
2201         
2202         * po/POTFILES.in
2203                 add 'src/quote_fmt.c'           
2204
2205 2002-02-22 [christoph]  0.7.2claws5
2206
2207         * src/Makefile.am
2208                 added quote_fmt.c
2209         * src/prefs_common.[ch]
2210         * src/prefs_template.c
2211         * src/quote_fmt.c               *** NEW FILE ***
2212         * src/quote_fmt.h
2213                 move quote format symbol description code
2214                 to it's own file because it is used from
2215                 differnent code parts
2216                 Rewrote symbol description GUI
2217                   + use table
2218                   + add separators
2219                   + get data from array (no more long constant strings)
2220         * src/quote_fmt_lex.l
2221         * src/quote_fmt_parse.y
2222                 Symbol for Literal % changed to \% instead of %%
2223                 (More logical as \ is used for quoting for other symbols)
2224                 Add |f and |p to include files and program output
2225                 Examples:
2226                     |f{/home/.../.signature}
2227                     |p{date}
2228         * po/de.po
2229                 Correct wrong spelling for "Referenzen"
2230
2231 2002-02-21 [paul]       0.7.2claws4
2232
2233         * src/procmsg.c
2234                 forgotten during sync
2235
2236 2002-02-21 [paul]       0.7.2claws3
2237
2238         * sync with sylpheed 0.7.2cvs11
2239                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2240                 2002-02-20 and 2002-02-21
2241
2242 2002-02-20 [melvin]     0.7.2claws2
2243
2244         * src/prefs_actions.c
2245                 Added error report when child cannot fork or when execvp 
2246                 returns with an error.
2247
2248 2002-02-19 [christoph]  0.7.2claws1
2249
2250         * src/codeconv.c
2251                 return unconverted text if conde conversion is not possible
2252                 when libjconv is used.
2253                 (patch submitted by "Simon 'corecode' Schubert")
2254
2255 2002-02-19 [paul]       
2256
2257         * version 0.7.2claws release
2258
2259 2002-02-19 [paul]       0.7.2claws
2260
2261         * po/nl.po
2262                 updated by Wilbert Berendsen
2263
2264
2265 2002-02-18 [alfons]     0.7.1claws13
2266
2267         * src/syldap.c
2268         * src/jpilot.c
2269                 remove references to dlfcn and explicitly loading functions
2270                 from dynalink libs, because libs linked anyway, and functions
2271                 are loaded explicitly
2272
2273 2002-02-17 [melvin]     0.7.1claws12
2274
2275         * src/prefs_actions.c
2276                 Replaced children wait loop with double fork technique.
2277                 Now, input/output window updated at each new output.
2278                 free_children(): Fixed a memory leak.
2279                 Made input/output window non closable if running children
2280                 still exist.
2281                 Added missing <unistd.h> include.
2282                 Added some --debug outputs.
2283
2284 2002-02-17 [melvin]     0.7.1claws11
2285
2286         * src/summaryview.c
2287                 Fixed bug where descending sort order did not select top
2288                 message.
2289
2290 2002-02-17 [melvin]     0.7.1claws10
2291
2292         * acconfig.h
2293                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2294         * src/prefs_common.c
2295                 Pspell data package directory no more hard coded but
2296                 set during configuration (PSPELL_PATH). (Thanks to 
2297                                 Gustavo Noronha Silva.)
2298
2299 2002-02-17 [melvin]     0.7.1claws9
2300
2301         * configure.in
2302                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2303         * src/gtkspell.c
2304                 Fixed compile-time warnings.
2305
2306 2002-02-16 [alfons]     0.7.1claws8
2307
2308         * src/filesel.c
2309                 fix inadvertent free of NULL pointer which caused
2310                 sylpheed to crash when closing the save-as dialog
2311                 using the window close button
2312
2313 2002-02-16 [carsten]    0.7.1claws7
2314         * src/mainwindow.[ch]
2315           src/summaryview.c
2316           src/prefs_common.c
2317                 fixes for pixmap theming code:
2318                         - recently changed mail attributes shouldn't get
2319                           lost any longer
2320                         - theme is only reloaded iff another theme was
2321                           selected
2322
2323 2002-02-16 [paul]       0.7.1claws6
2324
2325         * sync with sylpheed 0.7.2 release
2326                 see ChangeLog entry 2002-02-15 and 2002-02-16
2327
2328 2002-02-15 [paul]       0.7.1claws5
2329
2330         * sync with sylpheed 0.7.1cvs9
2331                 see ChangeLog entry 2002-02-15
2332
2333         * po/POTFILES.in
2334                 remove unneeded headerwindow.c entry
2335
2336 2002-02-14 [carsten]    0.7.1claws4
2337         * src/summaryview.c
2338                 fixed a bug for "Go to next unread message": there was
2339                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2340                 in the prefs, because of doing "Search again" instead
2341                 "No"
2342
2343 2002-02-14 [carsten]    0.7.1claws3
2344         * src/stock_pixmap.c
2345                 removed 2 more mem leaks; following memprof,
2346                 this code is "leak free" now :)
2347
2348 2002-02-14 [carsten]    0.7.1claws2
2349         * src/stock_pixmap.c
2350                 used opendir/readdir/closedir instead of scandir
2351                 -> code should work now on Solaris
2352
2353 2002-02-14 [paul]       0.7.1claws1
2354
2355         * sync with sylpheed 0.7.1cvs8
2356                 see ChangeLog entries 2002-02-13 and 2002-02-14
2357
2358         * README.claws
2359                 add some description of Actions and Pixmap Themes
2360
2361 2002-02-13 [paul]       
2362
2363         * version 0.7.1claws release
2364
2365 2002-02-13 [paul]       0.7.1claws
2366
2367         * po/es.po
2368           po/it.po
2369           po/pt_BR.po
2370                 updated translations, submitted by Ricardo Mones Lastra,
2371                 Alessandro Maestri and Fabio Junior Beneditto
2372
2373 2002-02-13 [melvin]     0.7.0claws75
2374
2375         * src/prefs_actions.c
2376                 Added missing "signal.h" include
2377
2378 2002-02-13 [melvin]     0.7.0claws74
2379
2380         * src/prefs_folder_item.c
2381                 Added missing "config.h" include
2382         * po/fr.po
2383                 Updated French translation for folder propriety.
2384
2385 2002-02-13 [jens]       0.7.0claws73
2386
2387         * po/POTFILES.in
2388                 Added missing src/prefs_folder_item.c [log added by melvin]
2389         * po/de.po
2390                 Updated German translation.
2391
2392 2002-02-13 [melvin]     0.7.0claws72
2393
2394         * po/fr.po
2395                 Updated French translation.
2396
2397 2002-02-13 [melvin]     0.7.0claws71
2398
2399         * src/gtkutils.c
2400                 Made gtkut_editable_get_selection return NULL if selection
2401                 is of length zero.
2402                 This fixes a bug where selecting part of message A then
2403                 switching to message B and replying to it will not
2404                 quote the message's body.
2405
2406 2002-02-12 [paul]       0.7.0claws70
2407
2408         * src/mainwindow.c
2409                 cosmetic, relating to pixmap themes: on toolbar make 
2410                 updating of 'Exec' and 'Compose news/Compose email'
2411                 icons faster.
2412
2413 2002-02-12 [carsten]    0.7.0claws69
2414         * src/folderview.c
2415           src/mainwindow.[ch]
2416           src/stock_pixmap.c
2417           src/summaryview.c
2418           src/prefs_common.c
2419                 - refreshing after changing pixmap theme better
2420                   now (thanks Paul)
2421                 - wanted to remove some mem leaks, but alfons was
2422                   faster (and had the better solution ;)
2423
2424 2002-02-12 [alfons]     0.7.0claws68
2425
2426         * src/prefs_common.c
2427         * src/stock_pixmap.[ch]
2428                 plug mem leaks, refactor code a little bit
2429
2430
2431 2002-02-12 [sergey]     0.7.0claws67
2432
2433         * src/imap.c
2434                 Fixed problem with copying messages to IMAP folders when the
2435                 server uses something other than '/' as a namespace separator
2436                 (cyrus-imapd uses '.').
2437
2438 2002-02-12 [jens]       0.7.0claws66
2439
2440         * po/de.po
2441                 Updated German Translation
2442
2443 2002-02-12 [paul]       0.7.0claws65
2444
2445         * sync with sylpheed 0.7.1cvs1
2446                 see ChangeLog entry 2002-02-12
2447
2448 2002-02-12 [melvin]     0.7.0claws64
2449
2450         * src/prefs_actions.c
2451                 Fixed "feature" where children's output was duplicated 
2452                 instead of refreshed while monitoring.
2453                 Removed some debug code.
2454
2455 2002-02-12 [christoph]  0.7.0claws63
2456
2457         * src/compose.c
2458                 always delete message from queue after sending/send error
2459                 (closes bug #509601)
2460
2461 2002-02-12 [melvin]     0.7.0claws62
2462
2463         * src/prefs_actions.c
2464                 Children wait loop is now triggered with a timeout of 1s
2465                 Added %F which is replaced with the list of filenames 
2466                 of all selected messages (as suggested by Ricardo Mones Lestra)
2467                 Pipe syntax changed. Prefix with | to send selection, postfix
2468                 with | to retrieve output. Prefix with > or * to send
2469                 user definable input to the command (*: input is hidden)
2470                 Old pipe action should now be postfixed with |, too.
2471
2472 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
2473         * src/stock_pixmap.c
2474                 fixed a bug: if there's no theme directory don't
2475                 throw an error, just do "nothing" (thanks Alfons)
2476
2477 2002-02-12 [carsten]    0.7.0claws60
2478         * src/folderview.c
2479           src/summaryview.c
2480                 had to write the cache twice (nasty!); some marks would 
2481                 get lost if not
2482
2483 2002-02-11 [carsten]    0.7.0claws59
2484         * acconfig.h
2485           configure.in
2486           doc-src/maintainer_guide.txt
2487           src/compose.[ch]
2488           src/defs.h
2489           src/folderview.[ch]
2490           src/gtkutils.[ch]
2491           src/mainwindow.[ch]
2492           src/prefs_common.[ch]
2493           src/stock_pixmap.[ch]
2494           src/summaryview.[ch]
2495                 pixmap theming and related work on pixmap
2496                 handling on some other places
2497                 (e.g. hrm features for all folder)
2498           src/pixmap/stock_*.xpm -> the stock_ was removed
2499         
2500 2002-02-11 [paul]       0.7.0claws58
2501
2502         * sync with sylpheed 0.7.1 release
2503                 see ChangeLog entries 2002-02-11
2504
2505 2002-02-08 [paul]       0.7.0claws57
2506
2507         * sync with sylpheed 0.7.0cvs39
2508                 see ChangeLog entry 2002-02-07 (last entry) 
2509
2510         * src/prefs_actions.c
2511           src/prefs_filtering.c
2512           src/prefs_matcher.c
2513           src/prefs_scoring.c
2514                 sync: made it compile with C compilers other than gcc
2515
2516 2002-02-07 [paul]       0.7.0claws56
2517
2518         * sync with sylpheed 0.7.0cvs38
2519                 see ChangeLog entries 2002-02-06 (last 2 entries) and
2520                 2002-02-07
2521
2522 2002-02-07 [darko]      0.7.0claws55
2523
2524         * src/gtkutils.[ch]
2525         * src/summaryview.c
2526                 Fix const gchar */gchar * issue (thanks Hiro)
2527
2528 2002-02-07 [darko]      0.7.0claws54
2529
2530         * src/compose.[ch]
2531         * src/filtering.c
2532         * src/gtkutils.[ch]
2533         * src/prefs_template.c
2534         * src/quote_fmt.h
2535         * src/quote_fmt_parse.y
2536         * src/summaryview.c
2537         * src/utils.[ch]
2538                 When replying or forwarding an email don't quote the entire
2539                 mail body but use the part of the message text that is selected
2540
2541 2002-02-06 [melvin]     0.7.0claws53
2542
2543         * src/prefs_common.[ch]
2544         * src/gtkspell.[ch]
2545         * src/compose.c
2546                 Made possible to switch quickly to last used dictionary
2547                 which makes checking bilingual documents easier.
2548
2549 2002-02-06 [melvin]     0.7.0claws52
2550         
2551         * po/POTFILES.in
2552                 Added forgotten new file src/prefs_actions.c
2553
2554 2002-02-06 [melvin]     0.7.0claws51
2555
2556         * src/prefs_actions.c   ** NEW FILE **
2557         * src/prefs_actions.h   ** NEW FILE **
2558                 Added actions to execute on message text view, or on the
2559                         message's file.
2560         * src/Makefile.am
2561                 Added src/prefs_actions.[ch]
2562         * src/compose.c
2563                 Added new menu "Edit/Actions"
2564         * src/defs.h
2565                 Added new actionsrc file.
2566         * src/main.c
2567                 Added actionsrc reading.
2568         * src/mainwindow.c
2569                 Added new menus "Edit/Actions" and "Configuration/Actions..."
2570         * src/prefs_common.h
2571                 Added new element actionslst element to prefs_common.
2572
2573 2002-02-06 [paul]       0.7.0claws50
2574
2575         * sync with sylpheed 0.7.0cvs36
2576                 see ChangeLog entry 2002-02-06
2577
2578 2002-02-05 [paul]
2579
2580         * po/es.po
2581                 updated by Ricardo Mones Lastra
2582
2583 2002-02-05 [paul]       0.7.0claws49
2584
2585         * sync with sylpheed 0.7.0cvs33
2586                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
2587
2588 2002-02-05 [paul]       0.7.0claws48
2589
2590         * src/compose.c
2591                 re-add 'Edit/Advanced/Delete entire line', previously named
2592                 'Delete Line+'
2593
2594 2002-02-04 [paul]       0.7.0claws47
2595
2596         * src/compose.c
2597           src/summaryview.c
2598                 fix bug #494993 (Reply All not taking Reply-To into consi)
2599                 eliminate differences in behaviour of right-click 'Reply to all' 
2600                 in summary view and 'Reply to all' on the toolbar. 
2601                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
2602                 view and From gets ignored by 'Reply to all' on toolbar.
2603                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
2604                 From when no Reply-To header is present.
2605
2606 2002-02-04 [paul]       0.7.0claws46
2607
2608         * sync with sylpheed 0.7.0cvs30
2609                 see ChangeLog entries 2002-02-03 and 2002-02-04
2610
2611 2002-02-03 [melvin]     0.7.0claws45
2612
2613         * src/gtkspell.[ch]
2614                 Readded function to highlight all misspelled words.
2615                 Fixed bug where user-provided-words did not replace
2616                         correctly the misspelled word when using the mouse.
2617                 Fixed bug where checking a region selected from right to left did
2618                         not check the region at all.
2619                 Fixed bug where 'Check backwards' may not check at all. 
2620                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
2621                 Fixed possible buffer overflow when checking for long strings (>1k).
2622                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
2623                 Accelerators code uses now gtk_widget_add_accel.
2624                 Removed and disabled obsolete and unfinished code.
2625                 Cleaning up.
2626
2627         * src/compose.c
2628                 Added menu item to Highlight all misspelled words.
2629
2630 2002-02-01 [paul]       0.7.0claws44
2631
2632         * src/mainwindow.c
2633                 fix '/View/Hide read messages' sensitivity when all
2634                 messages in a folder are hidden
2635
2636 2002-02-01 [paul]       0.7.0claws43
2637
2638         * src/main.c
2639                 add --send option to command line interface, sends all
2640                 queued mail. Patch submitted by Ricardo Mones Lastra.
2641
2642 2002-01-31 [paul]       0.7.0claws42
2643
2644         * src/mainwindow.c
2645                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
2646
2647 2002-01-31 [paul]       0.7.0claws41
2648
2649         * sync with sylpheed 0.7.0cvs27
2650                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
2651                 and 2002-01-31
2652
2653         * src/textview.c
2654                 comment out elements of textview_show_part() as temporary
2655                 workaround for attachment 'Display as text' bug 
2656
2657         * po/pt_BR.po
2658                 updated by Fabio Junior Beneditto
2659
2660 2002-01-30 [paul]       0.7.0claws40
2661
2662         * sync with sylpheed 0.7.0cvs24
2663                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
2664                 and 2002-01-30
2665
2666         * src/compose.c
2667                 add {N_("/_Spelling"), ... "<Branch>"} to 
2668                 GtkItemFactoryEntry compose_entries[]
2669
2670         * src/prefs_common.c
2671                 add claws menu items to prefs_keybind_apply_clicked()
2672                 and remove non-claws menu items
2673
2674 2002-01-29 [paul]       0.7.0claws39
2675
2676         * sync with sylpheed 0.7.0cvs22
2677                 see ChangeLog entries 2002-01-28 and 2002-01-29
2678
2679 2002-01-28 [melvin]     0.7.0claws38
2680
2681         * src/compose.c
2682                 Added the declartion of compose_send_control_enter.
2683
2684         * src/compose.c
2685         * src/gtkspell.[ch]
2686                 Added in a 'Spelling' menu which includes the configuration menu. 
2687                 Added a real 'Check all' and got rid from the old one which only
2688                 highlited misspelled word.
2689                 Made 'Check while typing' a disableable option.
2690                 Added a dialog when there are no more misspelled word.
2691                 Added a dialog if error occurs when switching to a dictionary.
2692         
2693         * src/prefs_common.[ch]
2694                 Added option for the default 'Check while typing' option.
2695
2696
2697 2002-01-28 [alfons]     0.7.0claws37
2698
2699         * src/compose.c
2700                 fix buglet and make code comply with sylpheed code style
2701
2702 2002-01-28 [paul]       0.7.0claws36
2703
2704         * sync with sylpheed 0.7.0cvs19
2705                 see ChangeLog entries for 2002-01-28
2706
2707 2002-01-28 [hoa]        0.7.0claws35
2708
2709         * src/defs.h
2710                 added rendererrc
2711
2712         * src/main.c
2713                 read the renderer config
2714
2715         * src/procmime.[ch]
2716                 use the renderer config to convert mime attachments
2717
2718         * src/textview.c
2719                 don't use textview_show_html/ertf,
2720                 use get_text_content instead
2721
2722 2002-01-27 [alfons]     0.7.0claws34
2723         
2724         * src/news.c
2725                 make sylpheed believe it can delete a news message...
2726                 (messages are NOT deleted, maybe we should remove
2727                 processing from the folder properties after all.)
2728
2729 2002-01-27 [alfons]     0.7.0claws33
2730
2731         * src/folder.c
2732                 add extra checks
2733         * src/news.c
2734                 implement remove_msg() 
2735
2736 2002-01-27 [alfons]     0.7.0claws32
2737
2738         * src/procmsg.h
2739         * src/procheader.c
2740         * src/messageview.c
2741                 fix return receipt / disposition notification again. this
2742                 stuff seems to break on _every_ major summary UI change, so
2743                 it's now implemented using a flag which is saved in the
2744                 marks cache
2745                 
2746 2002-01-26 [alfons]     0.7.0claws31
2747
2748         * src/import.c
2749                 let import dialog show the destination folder identifier
2750
2751 2002-01-26 [melvin]     0.7.0claws30
2752
2753         * src/folderview.c
2754         * src/summaryview.c
2755                 Readded 'Mark all read' into summary view popup menu
2756                 Added 'Mark all read' in folder view popup menu for IMAP
2757                 and NNTP.
2758                 Made it insensitive if the selected folder is not the shown
2759                 one to avoid 'Mark all read' on the wrong folder.
2760                 
2761 2002-01-26 [paul]       0.7.0claws29
2762
2763         * src/folderview.c
2764           src/summaryview.c
2765                 move 'Mark all read' from summary view to folder view
2766                 menu. (adapted from) patch submitted by Jeremy Andrews,
2767                 <lists@kerneltrap.com>
2768
2769 2002-01-25 [alfons]     0.7.0claws28
2770
2771         * src/gtkstext.c
2772                 put the gtk class name back so GtkSText adapts the 
2773                 settings of GtkText
2774
2775 2002-01-25 [alfons]     0.7.0claws27
2776
2777         * src/folderview.c 
2778                 assimilate Ricardo's patch that shows pixmaps instead of
2779                 plain "new" and "unread" texts in the folder view column
2780                 headers 
2781
2782 2002-01-25 [paul]       0.7.0claws26
2783
2784         * src/Makefile.am
2785                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
2786                 be found in non-standard locations. 
2787                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
2788
2789 2002-01-25 [paul]       0.7.0claws25
2790
2791         * sync with sylpheed 0.7.0cvs16
2792                 see ChangeLog entry 2002-01-25
2793
2794 2002-01-24 [paul]       0.7.0claws24
2795
2796         * more sync with sylpheed 0.7.0cvs15
2797                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
2798
2799 2002-01-23 [sergey]     0.7.0claws23
2800
2801         * src/importldif.c
2802                 Fixed segfault when closing LDIF import wizard with
2803                 the window manager.
2804         * src/imageview.c
2805         * src/imageview.h
2806         * src/messageview.c
2807         * src/mimeview.c
2808                 Fixed wrong scrolling position after switching between
2809                 text and image parts.
2810
2811 2002-01-23 [paul]       0.7.0claws22
2812
2813         * sync with sylpheed 0.7.0cvs15
2814                 see ChangeLog entries 2002-01-22 and 2002-01-23
2815
2816 2002-01-21 [melvin]     0.7.0claws21
2817
2818         * src/prefs_scoring.c
2819         * src/prefs_filtering.c
2820                 Fixed bug where scoring and filtering windows stopped
2821                 autochecking.
2822
2823 2002-01-21 [paul]       0.7.0claws20
2824
2825         * sync with sylpheed 0.7.0cvs12
2826                 see ChangeLog entries 2002-01-20 and 2002-01-21
2827
2828 2002-01-21 [carsten]    0.7.0claws19
2829         * src/mainwindow.c
2830         * src/menu.[ch]
2831         * src/messageview.[ch]
2832         * src/summaryview.[ch]
2833                 changes to shortcuts handling again:
2834                         + "Q" now controled by mainwin
2835                         + v/V are now customizable and have slightly
2836                           different meanings
2837                 the "button" to minimize the messageview (and maximize
2838                 the summary view) is a real button now
2839         * src/compose.c
2840                 "Delete Line+" added to Edit/Advanced (this will also
2841                 delete the '\n')
2842
2843 2002-01-20 [melvin] 0.7.0claws18
2844
2845         * src/addressbook.c
2846                 Made "Bcc" sensitive when addressbook is called from
2847                 compose window (it was a Claws only bug).
2848
2849 2002-01-19 [alfons] 0.7.0claws17
2850
2851         * src/inc.c
2852                 prevent unnecessary updates when currently selected folder has
2853                 no new messages 
2854
2855 2002-01-19 [alfons] 0.7.0claws16
2856         
2857         * src/summaryview.c
2858                 prevent writing the cache based on current message list in summary 
2859                 view when filtering also put messages in currently selected folder
2860
2861 2002-01-19 [paul]
2862
2863         * po/it.po
2864                 Italian translation submitted by Alessandro Maestri
2865                 <a.maestri@cs.tin.it>
2866
2867 2002-01-18 [melvin]     0.7.0claws15
2868
2869         * src/prefs_filters.c
2870                 fixed bug where 'cancel' from 'filters' window stops autochecking
2871                 if the timer timed out  when the window was open.
2872
2873 2002-01-18 [match]      0.7.0claws14
2874
2875         * src/addrclip.[ch]     ** NEW FILE **
2876         * src/addrselect.[ch]   ** NEW FILE **
2877         * src/adbookbase.h      ** NEW FILE **
2878                 addressbook cut, copy and paste
2879         * src/addrbook.[ch]
2880         * src/addrcache.[ch]
2881         * src/addressitem.h
2882         * src/addrindex.[ch]
2883         * src/addritem.[ch]
2884         * src/importldif.c
2885         * src/importmutt.c
2886         * src/jpilot.[ch]
2887         * src/syldap.[ch]
2888         * src/vcard.[ch]
2889         * src/jpilot.[ch]
2890         * src/editbook.c
2891         * src/editjpilot.c
2892         * src/editldap.c
2893         * src/editvcard.c
2894                 support for copy/paste
2895         * src/addressbook.c
2896                 support for copy/paste
2897                 tidy up menu option processing
2898                 correct address list function arguments
2899         * src/editaddress.c
2900                 sort user attributes
2901         * src/ldif.h
2902         * src/mutt.h
2903                 tidy up
2904
2905         * src/addrbook.[ch]
2906         * src/addrbook.[ch]
2907         * src/addrbook.[ch]
2908                 
2909
2910 2002-01-18 [paul]       0.7.0claws13
2911
2912         * sync with sylpheed 0.7.0cvs8
2913                 configure.in: support Mac OS X (Darwin)
2914
2915 2002-01-18 [carsten]    0.7.0claws12
2916         * src/html.c
2917                 small hack to fix a segfault with an empty href
2918                 (reported by Alexandra Walford <deeni@altern.org>)
2919         * src/mainwindow.c
2920         * src/summaryview.c
2921                 the shortcuts for Mark und Mark as unread are hardcoded
2922                 again
2923         * src/compose.c
2924         * src/gtkstext.[ch]
2925                 readded the shortcuts in gtkstext but made them
2926                 customizeable (simply by adding a menu plus a wrapper
2927                 to compose.c)
2928
2929 2002-01-17 [melvin]     0.7.0claws11
2930
2931         * src/gtkspell.c
2932                 fix default dictionary not being saved.
2933
2934 2002-01-16 [darko]      0.7.0claws10
2935
2936         * src/compose.c
2937                 fix wrapping crash with URL longer than wrapping margin
2938
2939 2002-12-08 [hoa]        0.7.0claws10
2940
2941         * src/matcher_parser_parse.y
2942                 fixed some bugs
2943
2944         * src/prefs_filtering.c
2945                 now, we can use bounce action in the dialog box.
2946
2947 2002-01-16 [carsten]    0.7.0claws9
2948         * src/gtkstext.c
2949                 removed the <control> and <alt> shortcuts because they're
2950                 not needed and interefered with the "normal" shortcuts
2951         * src/mainwindow.c
2952         * src/summaryview.c
2953                 removed most of the hardcoded shortcuts and assigned
2954                 them to menu entries making them easy customizable by
2955                 that
2956
2957 2002-01-16 |melvin]     0.7.0claws8
2958
2959         * src/gtkspell.c
2960                 fixed bug where using the mouse and when the compose
2961                 window is not on top may result in a crash.
2962
2963 2002-01-16 [melvin]     0.7.0claws7
2964
2965         * src/compose.c
2966                 fixed a long standingspell checker bug which could 
2967                 cause a crash after sending a message.
2968
2969 2002-01-16 [paul]       0.7.0claws6
2970
2971         * sync with sylpheed 0.7.0cvs7
2972                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
2973                 2002-01-15, and 2002-01-16
2974
2975 2002-01-16 [melvin]     0.7.0claws5
2976
2977         * README.claws
2978         * src/compose.c
2979         * src/gtkspell.[ch]
2980         * src/main.c
2981                 Heavily modified spell checker code to work around
2982                 ispell bug, to add keyboard shortcuts and for future
2983                 enhancements. See README.claws for usage information.
2984
2985 2002-01-15 [alfons]     0.7.0claws4
2986         
2987         * src/summaryview.c
2988                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
2989                 so sorting within threads reflects sort mode
2990
2991 2002-01-15 [christoph]  0.7.0claws3
2992
2993         * src/procmsg.c
2994                 added alertpanel if mail sending failed
2995
2996 2002-01-15 [alfons]     0.7.0claws2
2997         
2998         * src/prefs_filtering.c
2999                 don't stop timer when prefs filtering dialog is opened
3000
3001 2002-01-14 [alfons]     0.7.0claws1
3002
3003         * src/addr_compl.c
3004         * src/prefs.c
3005                 remove debug_print()s for privacy reasons
3006
3007 2002-01-14 [darko]      0.7.0claws
3008
3009         * README.claws
3010                 quotation wrapping is now also in the main branch
3011
3012 2002-01-14 [paul]
3013
3014         * tools/filter_conv.pl
3015                 allow for Boolean Op and case-sensitivity
3016                 this file is included in the release and tagged
3017                 'rel_0_7_0'
3018
3019 2002-01-13 [paul]       0.7.0claws
3020
3021         * release 0.7.0, with cvs tag 'rel_0_7_0'
3022
3023 2002-01-13 [paul]
3024
3025         * tools/filter_conv.pl
3026         * tools/README
3027                 rewritten to output to matcherrc instead of filteringrc
3028
3029         * po/es.po
3030                 updated Spanish translation by Ricardo Mones Lastra
3031
3032 2002-01-13 [alfons]
3033
3034         * po/nl.po
3035                 update dutch translation
3036
3037 2002-01-13 [paul]
3038
3039         * po/pt_BR.po
3040                 Updated by Fabio Junior Beneditto 
3041
3042 2002-01-13 [melvin]     0.6.6claws53
3043
3044         * po/fr.po
3045                 Updated french translation
3046
3047 2002-01-12 [alfons]     0.6.6claws52
3048
3049         * src/filtering.c
3050                 plug mem leak that has been sitting there for ages              
3051
3052 2002-01-12 [alfons]     0.6.6claws51
3053
3054         * src/summaryview.c
3055                 undo melvin's changes from 0.6.6claws48 because summary
3056                 view now refuses to select first unread message when
3057                 selecting a folder 
3058
3059 2002-01-11 [alfons]     0.6.6claws50
3060
3061         * src/import.c
3062                 use claws' semantics for getting folder item when
3063                 importing an mbox file into a folder 
3064                 (submitted by Dale P. Smith)
3065
3066 2002-01-11 [christoph]  0.6.6claws49
3067
3068         * src/prefs.h
3069                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
3070                 toggle widget, because non static prefs can not use
3071                 prefs_set_* functions
3072         * src/prefs_account.c
3073                 toggle smtp auth password field sensitivity if
3074                 user id is empty and add descrition of usage for
3075                 these fields
3076         * src/prefs_folder_item.c
3077                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
3078                 callbacks
3079
3080 2002-01-11 [melvin]     0.6.6claws48
3081
3082         * src/compose.c
3083                 fix the 'Ctrl-Enter' feature for sending and test really
3084                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
3085                 editables which was not documented in Gtk)
3086
3087         * src/summaryview.c
3088                 Made summaryview refresh after sorting and not before.
3089
3090 2002-01-11 [christoph]  0.6.6claws47
3091
3092         * src/compose.c
3093                 select account from account ids if possible and
3094                 correctly set save folder for copy in reedit
3095
3096 2002-01-10 [paul]       0.6.6claws46
3097
3098         * sync with sylpheed 0.7.0 release
3099                 see ChangeLog entries 2002-01-07, 2002-01-08 and
3100                 2002-01-09
3101
3102 2002-01-09 [alfons]
3103
3104         * src/summaryview.c
3105                 remove more dirt traces...
3106
3107 2002-01-09 [alfons]
3108         
3109         * src/summaryview.c
3110                 clean up some traces of my debugging stuff
3111
3112 2002-01-09 [alfons]     0.6.6claws45
3113
3114         * src/filtering.c
3115                 break up filteringprop_apply() in three separate pieces
3116                 so we can drop messages that failed processing in the
3117                 inbox
3118
3119         * src/summaryview.c
3120                 fix bug #469598 "no refresh of inbox after filter" which 
3121                 was introduced by the new summary view locking, and which 
3122                 prevented the summary view to update after a manual filter 
3123                 message. claw's filter message requires a summary_show().
3124                 (aargh, summary_show() again! :-)
3125                 
3126 2002-01-07 [alfons]     0.6.6claws44
3127
3128         * src/headerwindow.c
3129         * src/logwindow.c
3130         * src/messageview.c
3131         * src/sourcewindow.c
3132                 bring in Hiro's last 0.7.0 wm class fixes
3133
3134         * tools/sylprint.pl
3135                 bring in Ricardo's fix for sylprint script
3136
3137         * AUTHORS       
3138         * src/rfc2015.[ch]
3139         * src/prefs_common.[ch]
3140         * src/prefs_account.[ch]
3141         * src/compose.c
3142                 clean up account preference poison in rfc2015,
3143                 and preparation to fix double sign bug 
3144                 (patch submitted by Simon 'corecode' Schubert)
3145
3146 2002-01-07 [christoph]  0.6.6claws43
3147
3148         * src/mh.c
3149                 search for free message number, do not only rely
3150                 on last_num
3151         * src/send.c
3152                 fix smtp auth and use extra account information
3153                 if available, if not use pop3 data instead
3154                 (closes bug #500341)            
3155         * src/ssl.[ch]
3156                 match coding style
3157
3158 2002-01-06 [alfons]     0.6.6claws42
3159
3160         * src/mainwindow.c
3161                 try making the separate windows work again...
3162
3163 2002-01-06 [alfons]     0.6.6claws41
3164
3165         * src/mainwindow.c
3166                 adapt Hiro's separate window menu (to get rid of the funny
3167                 duplicate menu items), and make it work again
3168
3169 2002-01-06 [alfons]     0.6.6claws40
3170
3171         * tools/Makefile.am
3172         * tools/sylprint.rc
3173         * tools/sylprint.pl
3174         * tools/README.sylprint
3175                 add sylprint script for printing mails from Sylpheed
3176                 (contributed by Ricardo Mones Lastra)
3177
3178         * src/acount.c
3179                 clean up
3180
3181 2002-01-06 [melvin]     0.6.6claws39
3182
3183         * src/mainwindow.c
3184         * src/summaryview.c
3185                 Fixed crash introduced in 0.6.6claws38 by the menu
3186                 reorganisation (Hide read messages)
3187         
3188         * ChangeLog.claws 
3189                 Fixed typo (we are now in 2002, alfons ;) )
3190
3191 2002-01-05 [alfons]     0.6.6claws38
3192
3193         * sync with sylpheed 0.6.6cvs10-17
3194                 (last stuff marked as LAST_STABLE)
3195
3196 2002-01-04 [melvin]     0.6.6claws37
3197
3198         * src/account.c
3199                 Made account selection code use strcasestr again instead of
3200                 g_strcasecmp (fixes bug where reediting queued messages
3201                 did not select proper account reported by T. Link).
3202         
3203         * src/folderview.c
3204                 Fix bug where folder icons are not shown when 'hide read messages'
3205                 is on.
3206         
3207         * src/stock_pixmaps.[ch]
3208                 Added folder icons for 'hide read messages'.
3209         
3210         * src/compose.c
3211                 Fixed bug where 'Enter' in a header entry will send the message 
3212                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
3213
3214 2002-01-03 [melvin]     0.6.6claws36
3215         
3216         * src/prefs.[ch]
3217                 Added popup menu for common preferences and
3218                 account preferences (right click on tab displays
3219                                 a menu of all tabs.)
3220
3221 2002-01-02 [melvin]     0.6.6claws35
3222
3223         * src/gtkspell.[ch]
3224                 Made spelling code compatible with undo/redo feature.
3225                 Added creation of suggestion mode menu for the general
3226                         preferences.
3227         
3228         * src/prefs_common.[ch]
3229                 Added option menu for the speller's suggestion mode.
3230                 Added missing spaces in "..." buttons and made a "..."
3231                         button non translatable!
3232         
3233         * src/compose.c
3234                 Made speller use the default suggestion mode.
3235                 Hack to make it possible to choose 'CTRL-Enter' as a
3236                         shortcut for sending (and only for sending).
3237
3238         * src/prefs_folder_item.c
3239                 Changing subject simplification does not update cache 
3240                         anymore (because it is unnecessary).
3241                 Fixed bug where changing subject simplification updated the 
3242                         summaryview even when the viewed folder is not the
3243                         folder which properties are being changed. (E.g. 
3244                                         viewing folder A and changing
3245                                         the subject simplification of 
3246                                         folder B -not being viewed- updated the 
3247                                         summaryview of folder A with data of
3248                                         folder B). (Hope this is clear... )
3249
3250 2001-12-31 [alfons]     0.6.6claws34
3251         
3252         * src/ldif.c
3253         * src/mutt.c
3254                 fgetc() returns a signed integer which doesn't
3255                 fit in a char. so c truncates this to a char
3256                 but we may lose significant bits. i.e. we may
3257                 comparing 0xFF which may not be equal to -1
3258                 unless properly casted to signed char which
3259                 we won't do because fgetc() returns a signed
3260                 integer which doesn't fit in a char. so c 
3261                 truncates this to a char but we may lose 
3262                 significat bits. (you got the idea, thanks
3263                 to Gustavo Noronha Silva <kov@debian.org>
3264                 and the Debian folks!)
3265
3266 2001-12-30 [alfons]     0.6.6claws33
3267
3268         * src/prefs_common.c
3269                 add #ifdef USE_PSPELLs that Melvin forgot               
3270
3271 2001-12-30 [melvin]     0.6.6claws32
3272         
3273         * src/prefs_common.[ch]
3274                 Added configurable color for misspelled words.
3275
3276         * src/gtkspell.[ch]
3277                 Fixed bug of foreground text color (reported by David
3278                                 Mehrmann)
3279                 Added configurable color for misspelled words.
3280
3281 2001-12-30 [alfons]     0.6.6claws31
3282
3283         * src/folder.c
3284                 remove unnecessary things someone put there
3285
3286         * src/mh.c
3287         * src/folder.[ch]
3288                 make folder properties (like threading and sorting) persistent
3289                 (closes bug #497424 "rescan folder tree resets proprieties")
3290                 currently this is only for MH folders. 
3291
3292 2001-12-29 [melvin]     0.6.6claws30
3293
3294         * src/string_match.[ch]
3295                 Optimized a bit: regexp pattern buffer compiled only once, and
3296                   one subroutine call removed. Fixed ^ regexp search: Now, 
3297                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3298         
3299         * src/summaryview.c
3300                 Subject filtering changed to filter summary columns and
3301                   not directly the messages subject cache. The loss in 
3302                   performance is balanced by the improvement of string_match.
3303                 Added an alert panel if there is an error in the regexp.
3304
3305         * src/src/prefs_folder_item.h
3306                 Added a regexp pattern buffer.
3307
3308 2001-12-28 [alfons]     0.6.6claws29
3309
3310         * src/string_match.[ch]
3311                 clean up name space
3312                 allow compilation *BSD
3313
3314 2001-12-27 [alfons]     0.6.6claws28
3315
3316         * src/filter.c
3317                 sync the Hiro's bug fix for BSD
3318
3319 2001-12-27 [melvin]     0.6.6claws27
3320         
3321         * src/compose.c
3322                 Simplify focus to subject entry code.
3323
3324 2001-12-27 [darko]      0.6.6claws26
3325
3326         * src/filtering.c
3327         * src/mbox_folder.c
3328         * src/messageview.c
3329         * src/mh.c
3330         * src/procheader.[ch]
3331         * src/procmsg.h
3332         * src/stock_pixmap.[ch]
3333         * src/summaryview.c
3334                 Show key icon for encrypted mails in summary view
3335
3336         * src/pixmaps/clip.xpm
3337         * src/pixmaps/clipkey.xpm
3338         * src/pixmaps/key.xpm
3339                 New/modified icons for the above
3340
3341 2001-12-27 [melvin]     0.6.6claws25
3342
3343         * src/prefs_common.c
3344                 Put spell checker options in a separate tab to decrease
3345                 the Common Preferences window height.
3346
3347         * README.claws  
3348                 Update spell checker usage instruction about its options
3349                 location.
3350
3351 2001-12-27 [melvin]     0.6.6claws24
3352
3353         * src/compose.c
3354                 Changed subject entry widget position. Initial focus is
3355                 on the To header instead of the subject entry.
3356                 Creating a new header scrolls the header list to make the
3357                 created one visible. Nevertheless, when automatically filling
3358                 headers, the first one is shown.
3359                 A Tab key press in the last empty header entry zips the 
3360                 focus to the subject entry.
3361                 (I did not change the combo boxes, yet)
3362
3363 2001-12-26 [alfons]     0.6.6claws23
3364
3365         * src/prefs_account.c
3366         * src/inc.c
3367                 allow default inbox to reside in another mailbox (only
3368                 works for POP3 accounts)
3369
3370 2001-12-26 [alfons]     0.6.6claws22
3371         
3372         * src/textview.c
3373                 make reply-on-click work with the account of the selected folder
3374         * src/compose.c
3375                 put a fixme here to remind me to fix finding correct default
3376                 account for nested folders
3377
3378 2001-12-25 [alfons]     0.6.6claws21
3379
3380         * src/summaryview.c
3381                 make column headers display locked and mark pixmaps (idea by Melvin) 
3382                 fix bug by adding score and locked column type to sort array
3383
3384 2001-12-25 [alfons]     0.6.6claws20
3385         
3386         * src/summaryview.c
3387                 catch a *potentially* inadvertent write back of  
3388                 the message cache(s) introduced by 0.6.5claws37
3389
3390 2001-12-25 [christoph]  0.6.6claws19
3391
3392         * src/stock_pixmap.[ch]
3393         * src/summaryview.c
3394                 add ignore thread pixmap
3395                 (can someone draw a better icon for this?)
3396
3397 2001-12-24 [alfons]     0.6.6claws18
3398
3399         * src/prefs_folder_item.c
3400                 make address completion actually work for the
3401                 Default To address in the Folder Property dialog.
3402
3403 2001-12-24 [alfons]     0.6.6claws17
3404         
3405         * src/summaryview.c
3406                 use new style regexp for subject stripping 
3407                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3408
3409 2001-12-24 [darko]      0.6.6claws16
3410
3411         * src/pgptext.c
3412         * src/rfc2015.c
3413                 move GPG related informational messages to debug mode
3414
3415 2001-12-23 [alfons]     0.6.6claws15
3416
3417         * src/stock_pixmap.[ch]
3418         * src/summaryview.c
3419                 add the forgotten Claws' locked pixmap
3420
3421 2001-12-23 [alfons]     0.6.6claws14
3422
3423         * src/filesel.c
3424                 accept file name typed in entry in multi file
3425                 selector (patch submitted by Gustavo Noronha Silva 
3426                 <kov@debian.org>)
3427
3428 2001-12-23 [alfons]     0.6.6claws13
3429
3430         * src/prefs_filter.c
3431         * src/prefs_filtering.c
3432         * src/matcher.c
3433         * src/importmutt.c
3434                 clean up a little bit
3435         
3436         * src/string_match.c
3437                 validate input strings a little bit more
3438
3439 2001-12-23 [alfons]     0.6.6claws12
3440
3441         * src/Makefile.am
3442         * src/summaryview.c
3443         * src/string_match.[ch]         ** NEW **
3444         * src/folderview.[ch]
3445         * src/headerview.h
3446         * src/folder.[ch]
3447         * src/prefs_folder_item.[ch]
3448                 add subject simplification to strip out strings from
3449                 a subject line (esp. handy for mailing lists). 
3450                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3451                 but slightly changed things for better integration.)
3452
3453 2001-12-23 [alfons]     0.6.6claws11
3454
3455         * src/mainwindow.c
3456                 fix bug introduced by submission included in 0.6.5claws52.
3457                 ideally this submission should clean the trash if any trash
3458                 folder has a message. however, the hasTrash variable was
3459                 set to false whenever a trash folder was empty (discarding
3460                 a previously found *filled* trash folder.)
3461
3462                 also edited the code a little bit and made it more safe.
3463
3464 2001-12-22 [alfons]     0.6.6claws10
3465
3466         * src/imap.c
3467                 quick fix for Martin Pool's omission of an account
3468                 specific SSL setting
3469
3470 2001-12-22 [alfons]     0.6.6claws9
3471
3472         * src/compose.c
3473         * src/messageview.c
3474         * src/mimeview.c
3475         * src/pgptext.c
3476         * src/procmime.[ch]
3477                 better support for multipart/digest (submitted
3478                 by Fredrik <e98fo@efd.lth.se>)
3479
3480 2001-12-22 [alfons]     0.6.6claws8
3481
3482         * src/addressbook.c
3483                 correct function signature
3484         * src/socket.[ch]
3485         * src/imap.[ch]
3486         * src/prefs_account.[ch]
3487                 allow IMAP over SSH tunnel (patch submitted by 
3488                 Martin Pool <mbp@samba.org>)
3489
3490 2001-12-21 [alfons]     0.6.6claws7
3491
3492         * sync with sylpheed 0.6.6cvs4-9
3493                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
3494
3495 2001-12-21 [christoph]  0.6.6claws6
3496
3497         * src/compose.c
3498         * src/prefs_folder_item.[ch]
3499                 implement saving of outgoing messages to current folder.
3500                 fix segfault when no default outbox is available
3501                 (closes bug #495683)
3502
3503 2001-12-21 [carsten]    0.6.6claws5
3504         * src/folderview.c
3505         * src/summaryview.c
3506                 pressing CTRL while DND does now the expected thing and
3507                 copies the mail (moving is still the default, as this
3508                 seam more appropriate for handling mails by DND)
3509
3510 2001-12-18 [paul]       0.6.6claws4
3511
3512         * sync with sylpheed 0.6.6cvs3
3513                 see ChangeLog entries 2001-12-18
3514
3515 2001-12-18 [hiro]       0.6.6claws3
3516
3517         * src/undo.c
3518                 fix for multibyte characters (obtain the number of letters
3519                 instead of bytes).
3520
3521 2001-12-17 [paul]       0.6.6claws2
3522
3523         * sync with sylpheed 0.6.6cvs1
3524                 see ChangeLog entry 2001-12-16
3525
3526 2000-12-17 [alfons]     0.6.6claws1
3527
3528         * src/filtering.c
3529                 clean up
3530
3531 2001-12-16 [paul]       0.6.6claws
3532 2001-12-15
3533
3534         * Release version 0.6.6claws, cvs tag: rel_0_6_6
3535
3536         * src/mimeview.c
3537                 last minute sync with main 0.6.6
3538
3539         * po/es.po
3540                 updated by Ricardo Mones Lastra
3541                 update for last minute sync
3542         * po/fr.po
3543         * po/nl.po
3544                 update for last minute sync
3545         * po/de.po
3546                 updated by Jens Oberender
3547         * po/pt_BR.po
3548                 updated by Fabio Junior Beneditto
3549
3550         * src/prefs_common.[ch]
3551         * src/undo.c
3552                 number of undo levels is user configurable
3553                 (squeeze it into the release in the dying
3554                 moments) Submitted by Jens Oberender    
3555
3556 2001-12-15 [melvin]
3557
3558         * po/fr.po
3559                 updated french translation
3560
3561 2001-12-15 [paul]       0.6.5claws92
3562
3563         * sync with sylpheed 0.6.5cvs28
3564                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
3565
3566         * po/nl.po
3567                 update to allow for sync
3568
3569 2001-12-15 [alfons]
3570         
3571         * po/nl.po
3572                 update dutch translation
3573
3574 2001-12-14 [carsten]    0.6.5claws91
3575         * src/summaryview.c
3576                 fixed bug #473785; also after changing the column order
3577                 the same message will be selected and displayed as before
3578                 the reordering
3579
3580 2001-12-14 [carsten]    0.6.5claws90
3581         * src/folderview.c
3582                 probably found the bug reported by wwb opening or closing
3583                 a folder tree just before dnd (found the solution in the
3584                 balsa source -- thanks to them)
3585
3586 2001-12-14 [carsten]    0.6.5claws89
3587         * src/gtkutils.c
3588         * src/account.c
3589                 moved gtk_clist_moveto to the right place, so that
3590                 only the accounts dialog is effected on opening
3591
3592 2001-12-14 [carsten]    0.6.5claws88
3593         * src/gtkutils.c
3594                 gtkut_clist_set_focus_row does a gtk_clist_moveto
3595                 now, so that the focused row will be seen in any case
3596                 (reported by wwp on sf-claws-user)
3597
3598 2001-12-14 [darko]      0.6.5claws87
3599
3600         * src/compose.c
3601                 remove unnecessary line
3602
3603 2001-12-14 [paul]       0.6.5claws86
3604
3605         * sync with sylpheed 0.6.5cvs27
3606                 see ChangeLog entries 2001-12-14
3607
3608 2001-12-14 [carsten]    0.6.5claws85
3609         * src/mainwindow.c
3610                 following a suggestion of Melvin the rcoabm pops up
3611                 right under the button now and the button is reliefed
3612                 while the popup is open
3613
3614 2001-12-14 [darko]      0.6.5claws84
3615
3616         * src/compose.c
3617                 fix crash when wrapping long lines if linewrap quotation
3618                 is disabled and wrapper encounters a word spanning more
3619                 than one line
3620
3621 2001-12-13 [paul]       0.6.5claws83
3622
3623         * src/compose.c
3624                 prefer 'Reply-To' header over mailing list header when
3625                 replying to a message. Finally prevent all those confirmation 
3626                 messages being sent to the list itself.
3627
3628         * src/summaryview.c
3629                 remove unused summary_set_menu_sensitive() entry
3630
3631 2001-12-13 [paul]       0.6.5claws82
3632
3633         * src/folderview.c
3634         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
3635         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
3636         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
3637                 improvements to 'Hide read messages': Inbox, Outbox,
3638                 Trash, Queue, and Draft icons now reveal presence of hidden 
3639                 messages
3640
3641 2001-12-12 [alfons]     0.6.5claws81
3642
3643         0.6.5claws80 was tagged as LAST_STABLE
3644
3645         * src/filtering.[ch]
3646         * src/matcher.[ch]
3647         * src/matcher_parser_lex.c
3648                 fix the filtering; my last attempt to get it right, 
3649                 if it does not work, it's Hoa's turn. ;-)
3650
3651                 for my honourable peers:
3652                 
3653                 the code now makes a clear distinction between
3654                 rules as they are displayed (probably escaped),
3655                 and as they are executed (probably unescaped). the
3656                 parser does *NOT* do any unescaping, this is
3657                 the task of the matcher.c (which breaks up a
3658                 rule into condition) and the filtering.c (which
3659                 breaks up the rule's action). to make this
3660                 run happily we provide an unescaped copy of
3661                 crucial strings to the MatcherProp and 
3662                 FilteringAction structures. note that the only
3663                 exception to this is any REGEXP string. those
3664                 are directly passed to regcomp() and regexp()
3665                 (who have much more powerful unescape functions).
3666                 
3667                 for everyone else:
3668         
3669                 you can escape tab (\t), carriage return (\r),
3670                 linefeed (\n), form feed (\f), quote (\"), 
3671                 single quote (\'), bell (\b) in all the entry
3672                 lines in the scoring & filtering dialogs.
3673                 as an added bonus this should not affect
3674                 existing filtering rules.
3675
3676 2001-12-12 [carsten]    0.6.5claws80
3677
3678         * src/summaryview.c
3679         * po/de.po
3680                 "item(s) selected" is now sensitive to 1 or more
3681                 than one selected (nice for language where simple
3682                 adding of a "s" is not possible as German (Eintrag
3683                 ->Eintr"age)
3684                 
3685                 the "forward as attachment" entry from the right
3686                 click menu removed, "forward" acts following the
3687                 prefs
3688         
3689         * src/textview.c
3690                 reverted my former changes; so compiler warning again
3691                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
3692                 nevertheless
3693
3694         * src/messageview.c
3695                 "search in message" does now *not* only work in MVIEW_TEXT
3696                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
3697                 message
3698
3699         * src/mainwindow.c
3700                 removed "/File/_Close" as it was the same as "/File/E_xit"
3701                 and we don't need it two times
3702
3703                 the separate folder view and message view now get a distinct
3704                 WMCLASS, just in case someone is using sawfish ;-)
3705
3706                 as the menu entries "/View/Message view" and "/View/Folder tree"
3707                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
3708                 make them sensitive accordingly and as these two are "shown"
3709                 after startup anytime check this menuitem at startup
3710
3711 2001-12-12 [paul]       0.6.5claws79
3712
3713         * src/folderview.c
3714                 fix sensitivity of 'Search folder...', broken in
3715                 0.6.5claws75
3716
3717         * src/mainwindow.c
3718                 fix dodgy English
3719
3720 2001-12-11 [carsten]    0.6.5claws78
3721         * src/filtering.c
3722                 fixed two typos returning a wrong FALSE/TRUE
3723         * src/mainwindow.[ch]
3724                 extra menu for email/news button removed
3725
3726 2001-12-11 [alfons]     0.6.5claws77
3727         
3728         * src/matcher.c                 (1.3)
3729         * src/matcher_parser_lex.l      (1.28)
3730                 revert for another attempt
3731                 mark 0.6.5claws77 as LAST_STABLE
3732
3733 2001-12-11 [christoph]  0.6.5claws76
3734
3735         * po/de.po
3736                 fixed wrong translation for prev. unread msg
3737
3738 2001-12-11 [paul]       0.6.5claws75
3739
3740         * src/folder.[ch]
3741         * src/folderview.c
3742         * src/mainwindow.c
3743         * src/summaryview.[ch]
3744         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
3745                 enable ability to hide read messages on per folder basis via 
3746                 '/Summary/Hide read messages'; when selected, a folder will 
3747                 have a red open folder icon, instead of a blue icon, if the 
3748                 folder contains hidden messges
3749                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
3750
3751         * src/mainwindow.c
3752                 remove '/Message/Forward as attachment' from 
3753                 main_window_set_menu_sensitive() to prevent debug warning
3754
3755         * src/folderview.c
3756         * src/mainwindow.c
3757                 Clean up some of the English
3758
3759         * tools/newscache_clean.pl
3760                 allow for new 'hidereadmsgs' entry in folderlist.xml
3761
3762         * po/es.po
3763                 updated translation, submitted by Ricardo Mones Lastra
3764
3765 2001-12-11 [paul]       0.6.5claws74
3766
3767         * sync with sylpheed 0.6.5cvs25
3768                 see ChangeLog entry 2001-12-11
3769
3770 2001-12-10 [alfons]     0.6.5claws73
3771
3772         * src/matcher.c
3773                 add more control characters
3774         * src/matcher_parser_lex.l
3775                 make escaping / unescaping work again
3776
3777 2001-12-10 [alfons]     0.6.5claws72
3778
3779         * src/imap.c
3780                 clean up warnings "returning value for void function" 
3781         * src/prefs_filtering.c
3782                 make info button for execute action sensitive
3783
3784 2001-12-10 [paul]       0.6.5claws71
3785
3786         * src/compose.c
3787         * src/imap.[ch]
3788         * src/summaryview.c
3789                 fix: imap server now gets informed of MARKED, UNMARKED
3790                 and REPLY events. Now people can use different IMAP-Mail
3791                 clients and have the exact same information about MARKED,
3792                 UNMARKED and REPLY status with all of them. Especially
3793                 useful for imap servers with a web-frontend.
3794                 submitted by Tobias Sandhaas <medlor@web.de>
3795
3796 2001-12-09 [melvin]     0.6.5claws70
3797         
3798         * src/textview.[ch]
3799                 fixed bug #490076 (hunted down by Alfons who implemented
3800                 a workaround in 0.6.5claws65)
3801
3802 2001-12-09 [christoph]  0.6.5claws69
3803
3804         * src/summaryview.c
3805                 set pointer to string in LOCKED column to NULL
3806                 (might fix bug #490800)
3807
3808 2001-12-09 [carsten]    0.6.5claws68
3809
3810         * po/de.po
3811                 resolved some cluttered menu shortcuts 
3812                 ('creating new email' and 'creating news message'
3813                 hade the same)
3814         * src/compose.c
3815                 wmclass now distinc from main window
3816         * src/mainwindow.c
3817           src/mainwindow.h
3818                 email/news and forward button functionality similar
3819                 to the reply buttons; removed the ugly dropdown arrows
3820                 and use instead the right mouse button
3821
3822 2001-12-09 [paul]       0.6.5claws67
3823
3824         * src/imap.c
3825         * src/utils.h
3826                 allow spaces in imap folder names
3827                 submitted by Willem van Engen <wvengen@stack.nl>
3828
3829 2001-12-09 [paul]       0.6.5claws66
3830
3831         * sync with sylpheed 0.6.5cvs24
3832                 see ChangeLog entry 2001-12-09
3833
3834 2001-12-08 [alfons]     0.6.5claws65
3835
3836         * src/textview.c
3837                 prevent secondary selection claim after "add to sender" dialog
3838                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
3839                 we trick GTK by simulating a click at (0, 0) in the textview.
3840
3841 2001-12-08 [hoa]        0.6.5claws64
3842
3843         * src/folder.c
3844                 fixed a bug about the .processing folder name while filtering
3845
3846 2001-12-08 [alfons]     0.6.5claws63
3847
3848         * src/folderview.c 
3849                 work around problem of not correctly updating folder stats
3850                 when deleting messages. there's some folder scanning evil
3851                 going so the folderview_update_msg_num() does not work
3852                 correctly. need to investigate this.
3853
3854 2001-12-08 [paul]       0.6.5claws62
3855
3856         * sync with sylpheed 0.6.5cvs23
3857                 see ChangeLog entry 2001-12-08
3858
3859 2001-12-07 [christoph]  0.6.5claws61
3860
3861         * src/compose.c
3862                 fix another header translation problem
3863
3864 2001-12-07 [alfons]     0.6.5claws60
3865
3866         * src/mbox.c
3867                 make filtering also work on local spool mbox
3868
3869 2001-12-07 [carsten]    0.6.5claws59
3870         * src/addressbook.c
3871                 addressbook window gets a wmclass distinct from the main
3872                 sylpheed window
3873         * src/compose.h
3874         * src/mainwindow.[ch]
3875                   forward menu item will use mode selected in prefs, forward 
3876                 as attatchment in menu removed (will be substituted in the
3877                 toolbar similar to reply buttons)
3878                   create news message menu entry and news button is now 
3879                 sensitive to the existance of a news account
3880         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
3881         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
3882         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
3883                 these are removed because the toolbar buttons don't show
3884                 the quoting modus any longer
3885
3886 2001-12-07 [paul]
3887
3888         * tools/newscache_clean.pl      ** NEW FILE **
3889                 perl script to do some tidying up in the newscache directory 
3890                 
3891         * tools/sylpheed-switcher       ** NEW FILE **
3892                 perl script to enable easy switching between main and claws
3893                 
3894         * tools/README
3895                 added descriptions of the two new perl scripts          
3896
3897
3898 2001-12-07 [melvin]     0.6.5claws58
3899
3900         * src/messageview.c
3901                 fixed a warning during compilation introduced in 0.6.5claws56
3902
3903 2001-12-07 [paul]       0.6.5claws57
3904
3905         * src/mainwindow.[ch]
3906         * src/menu.[ch]
3907                 further usability enhancements to replying with or without 
3908                 quoting via the toolbar, use of Ctrl key is replaced by 
3909                 drop down menu 
3910                 Submitted by Carsten Schurig            
3911
3912 2001-12-07 [melvin]     0.6.5claws56
3913
3914         * src/messageview.c
3915                 hack to fix bug that prevented to make/paste selections
3916                 after switching between MVIEW_TEXT and MVIEW_MIME views
3917                 without deselecting the selection first.
3918
3919 2001-12-06 [alfons]     0.6.5claws55
3920
3921         * src/filtering.[ch]
3922         * src/inc.c
3923                 revise filtering a little bit more, and make sure
3924                 messages are delivered to the appropriate inbox
3925                 (perhaps set per account)
3926
3927 2001-12-06 [paul]       0.6.5claws54
3928
3929         * sync with sylpheed 0.6.5cvs22
3930                 see ChangeLog entry 2001-12-06
3931
3932 2001-12-05 [alfons]     0.6.5claws53
3933
3934         * src/inc.c
3935         * src/folder.[ch]
3936         * src/procmsg.c
3937         * src/filtering.c
3938                 more revisions of filtering system
3939                 (last stable version is marked as LAST_STABLE)
3940                 
3941                 | NOTE 1): the filtering system now uses a local folder called
3942                 | .processing. if filtering fails, check this directory
3943                 | for missing messages.
3944                 |
3945                 | NOTE 2): help us find the filtering actions still missing
3946
3947 2001-12-05 [paul]       0.6.5claws52
3948
3949         * src/mainwindow.c
3950                 fix bug where 'Empty Trash?' pop-up window appears even
3951                 when Trash is empty, submitted by Jesse Skinner         
3952
3953 2001-12-05 [melvin]     0.6.5claws51
3954
3955         * src/compose.c
3956                 fixed bug #486106 to select correct account when reediting 
3957                 a queued message
3958         
3959 2001-12-04 [alfons]     0.6.5claws50
3960
3961         * src/mh.c
3962                 declare markfile in appropriate functions when
3963                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
3964                 for spotting this)
3965
3966 2001-12-04 [paul]       0.6.5claws49
3967
3968         * sync with sylpheed 0.6.5cvs21
3969                 see ChangeLog entry 2001-12-04
3970
3971 2001-12-03 [christoph]  0.6.5claws48
3972
3973         * po/de.po
3974                 changed translation of undo
3975         * src/account.c
3976         * src/folder.c
3977                 don't reinvent the wheel to traverse a GNode
3978         * src/compose.[ch]
3979                 seperate code to create the compose gui into functions
3980                 add "Others" page with folder selection for saving copy
3981                 of the message.
3982                 the folder identifier is saved to queue header
3983         * src/procmsg.c
3984                 save message to folder in queue header
3985
3986 2001-12-03 [paul]       0.6.5claws47
3987
3988         * sync with sylpheed 0.6.5cvs20
3989                 see ChangeLog entry 2001-12-03
3990
3991 2001-12-01 [paul]
3992
3993         * more sync with sylpheed 0.6.5cvs19
3994                 see ChangeLog entry 2001-11-29
3995
3996 2001-11-30 [paul]       0.6.5claws46
3997         
3998         * src/compose.c
3999                 remove conflicts introduced by Hoa's last commit
4000          
4001         * src/mainwindow.c
4002                 make 'Message/Bounce' sensitive
4003
4004 2001-11-30 [hoa]        0.6.5claws45
4005
4006         * src/compose.c
4007                 slightly change bounce function to add
4008                 information about the user that bounced the mail
4009                 in the From header line.
4010
4011         * src/folderview.c
4012                 permit the use of processing in outbox folder.
4013
4014 2001-11-29 [paul]       0.6.5claws44
4015
4016         * src/mainwindow.[ch]
4017         * src/prefs_common.c
4018         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
4019         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
4020         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
4021                 usability enhancements to the quoting, implements
4022                 use of Ctrl key to toggle quoting settings
4023                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
4024
4025 2001-11-29 [paul]       0.6.5claws43
4026         
4027         * sync with sylpheed 0.6.5cvs19
4028                 see ChangeLog entry 2001-11-28
4029
4030 2001-11-29 [melvin]     0.6.5claws42
4031         * src/Makefile.am
4032                 added enriched.[ch] to the list of files
4033
4034         * src/textview.c
4035         * src/mimeview.c
4036         * src/procmime.[ch]
4037         * src/enriched.[ch]
4038                 added support to view text/enriched
4039                 added support to show headers in message view for text/enriched and text/html
4040                         in non multipart messages
4041
4042 2001-11-28 [paul]       0.6.5claws41
4043
4044         * more sync with sylpheed 0.6.5cvs18
4045                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
4046
4047 2001-11-27 [paul]       0.6.5claws40
4048         
4049         * po/pt_BR.po
4050                 updated translation, submitted by Fabio Junior Beneditto
4051                 
4052         * sync with sylpheed 0.6.5cvs18
4053                 see ChangeLog entries 2001-11-26 (src/textview.c) and
4054                 2001-11-27
4055
4056
4057 2001-11-26 [paul]
4058
4059         * po/es.po
4060                 updated translation, submitted by Ricardo Mones Lastra
4061
4062 2001-11-26 [alfons]
4063
4064         * src/matcher.c
4065                 add more translatable strings
4066
4067 2001-11-26 [christoph]  0.6.5claws39
4068
4069         * po/de.po      
4070                 fixed one more umlaut
4071         * src/compose.c
4072                 fix translated header when it should not be translated
4073
4074 2001-11-26 [paul]       0.6.5claws38
4075
4076         * src/mainwindow.c
4077                 remove '/Message/Add Sender to address book' from 
4078                 main_window_set_menu_sensitive(), prevent debug warning
4079                 add 'Message/Mark/Mark all read' to mainwin_entries[]
4080
4081 2001-11-26 [paul]       0.6.5claws37
4082
4083         * src/summaryview.c
4084                 fix 'recurring unread state' bug 
4085
4086         * tools/README 
4087         * tools/filter_conv.pl
4088                 read name of top level mailbox from folderlist.xml
4089                 and presume nothing about its name              
4090
4091 2001-11-26 [darko]      0.6.5claws36
4092
4093         * src/gtkstext.[ch]
4094                 removed functions that are now in gtkutils.c
4095                 use gtkut_text_is_uri_string() from gtkutils.c
4096         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
4097
4098 2001-11-26 [paul]       0.6.5claws35
4099
4100         * sync with sylpheed 0.6.5cvs16
4101                 see ChangeLog entries 2001-11-25 and 2001-11-26
4102
4103 2001-11-25 [alfons]     0.6.5claws34
4104
4105         EXPERIMENTAL!!! Please checkout the last stable version using: 
4106           
4107         % cvs update -r LAST_STABLE -dRAP
4108
4109         (Or help us testing this stuff.)
4110
4111         * src/filtering.c               (1.14)
4112         * src/filtering.h               (1.6)
4113         * src/inc.c                     (1.28)
4114         * src/matcher.c                 (1.20)
4115         * src/mbox.c                    (1.9)
4116         * src/procmsg.h                 (1.14)
4117         * src/summaryview.c             (1.59)
4118         * src/summaryview.h             (dunno)
4119                 revert/merge/sync to as it was before commit 
4120                 on Thu, 19 Jul 2001 10:15:51 -0700.
4121
4122 2001-11-25 [hoa]        0.6.5claws33
4123
4124         * src/main.c
4125                 processing mails at startup
4126
4127         * src/folderview.c
4128         * src/summaryview.[ch]
4129                 processing mails when entering folder
4130
4131         * src/prefs_filtering.c
4132                 fixed some UI bugs
4133
4134 2001-11-24 [alfons]     0.6.5claws32
4135
4136         * src/summaryview.[ch]
4137                 make summary sort headers work, and also make
4138                 sure the sort type is stored
4139
4140 2001-11-23 [alfons]     0.6.5claws31
4141
4142         * src/summaryview.[ch]
4143                 make lock work like mark
4144                 disallow deleting messages marked as locked
4145
4146 2001-11-23 [alfons]     0.6.5claws30
4147
4148         * src/gtkstext.c
4149         * src/compose.[ch]
4150         * src/Makefile.am
4151         * src/undo.[ch]
4152                 merge undo patch submitted by Jens
4153
4154 2001-11-23 [christoph]  0.6.5claws29
4155
4156         * src/.cvsignore
4157                 added ylwrap
4158         * src/compose.c
4159                 fixed gpg signing and encoding
4160         * src/folder.[ch]
4161         * src/main.c
4162                 added --status option to get new, unread and total
4163                 message count from a running sylpheed
4164         * src/prefs_common.c
4165                 temporary fix for reply_with_quote problem
4166                 (don't call functions for non existing widget)
4167         * src/procmsg.c
4168                 one more check for ignored threads but still not
4169                 always working correctly. probably a recursive
4170                 check for all parents is needed
4171
4172 2001-11-23 [darko]      0.6.5claws28
4173
4174         * src/compose.c
4175                 wrapping on send improvements
4176         * src/gtkutils.[ch]
4177                 fix for GtkSText after last sync with main branch
4178                 GTK_TEXT -> GTK_STEXT
4179
4180 2001-11-23 [paul]       0.6.5claws27
4181
4182         * sync with sylpheed 0.6.5cvs14
4183                 see ChangeLog entries 2001-11-22 and 2001-11-23
4184                 
4185         * po/de.po
4186                 fixed the scrambled umlauts 
4187                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
4188
4189 2001-11-21 [paul]       0.6.5claws26
4190
4191         * sync with sylpheed 0.6.5cvs12
4192                 see 2nd ChangeLog entry dated 2001-11-20
4193
4194 2001-11-20 [paul]       0.6.5claws25
4195
4196         * sync with sylpheed 0.6.5cvs11
4197                 see ChangeLog entry 2001-11-19 (src/utils.c)
4198
4199 2001-11-20 [hiro]
4200
4201         * src/compose.c
4202                 GTK_TEXT -> GTK_STEXT
4203                 fix for wrong comment
4204
4205 2001-11-20 [hiro]       0.6.5claws24
4206
4207         * src/compose.[ch]
4208                 more merges from main branch
4209                 removed fatal warnings (uninitialized variables etc.)
4210                 some coding style fix
4211         * src/gtkutils.h
4212                 fixed typo.
4213         * src/addressbook.c
4214           src/addrindex.c
4215                 V-Card -> vCard
4216
4217 2001-11-19 [hoa]        0.6.5claws23
4218
4219         * src/filtering.c
4220         * src/prefs_scoring.c
4221         * src/matcher.[ch]
4222         * src/scoring.c
4223                 cleaning code
4224
4225         * src/matcher_parser_parse.y
4226         * src/prefs_filtering.c
4227                 bouncing
4228
4229 2001-11-19 [alfons]     0.6.5claws22
4230
4231         more of my old things into claws
4232
4233         * src/Makefile.am
4234         * src/prefs_common.c
4235         * src/procmsg.h
4236         * src/summaryview.[ch]
4237         * src/prefs_summary_column.c
4238         * src/pixmaps/locked.xpm
4239                 add indicators for locking of message in summary view
4240                 (does not work yet, only visual indicator)
4241
4242 2001-11-19 [paul]       0.6.5claws21
4243
4244         * sync with sylpheed 0.6.5cvs10
4245                 see ChangeLog entry 2001-11-19
4246
4247 2001-11-18 [alfons]     0.6.5claws20
4248         
4249         * src/filtering.c
4250                 remove an inadvertent free I forgot in previous clean up 
4251
4252 2001-11-18 [alfons]     0.6.5claws19
4253
4254         * src/filtering.[ch]
4255                 clean up & plug leaks
4256
4257 2001-11-18 [paul]       0.6.5claws18
4258
4259         * sync with sylpheed 0.6.5cvs9
4260                 see ChangeLog entries 2001-11-17 and 2001-11-18
4261
4262 2001-11-16 [paul]       0.6.5claws17
4263
4264         * sync with sylpheed 0.6.5cvs8
4265                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
4266
4267 2001-11-16 [paul]       0.6.5claws16
4268
4269         * sync with sylpheed 0.6.5cvs7
4270                 see ChangeLog entries 2001-11-15 and 2001-11-16
4271
4272 2001-11-15 [hoa]        0.6.5claws15
4273
4274         * src/compose.c
4275                 fix bounce, mails we received couln't be bounced to ourself.
4276
4277         * src/defs.h
4278         * src/filtering.[ch]
4279         * src/matcher.[ch]
4280         * src/matcher_parser.h
4281         * src/matcher_parser_lex.l
4282         * src/matcher_parser_parse.y
4283         * src/inc.c
4284         * src/main.c
4285         * src/mbox.c
4286         * src/prefs_filtering.[ch]
4287         * src/mainwindow.c
4288         * src/prefs_matcher.c
4289         * src/prefs_scoring.c
4290         * src/scoring.[ch]
4291         * src/summaryview.c
4292                 new matcher/filter/score configuration file parser
4293                 one unique configuration file => ~/.sylpheed/matcherrc
4294                 import in currently automatic, then save are made
4295                 in this new file.
4296                 one filter per folder and one global filter
4297                 (filter of a folder will be used as folder processing)
4298
4299         * src/folder.c
4300                 fix a bug in folder_item_get_identifier
4301                 
4302         * src/messageview.c
4303                 receive receipt return are fixed.
4304
4305 2001-11-14 [alfons]     0.6.5claws14
4306
4307         * src/session.h
4308                 add things from main branch to make claws compile
4309
4310 2001-11-14 [paul]       0.6.5claws13
4311
4312         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
4313                 see ChangeLog entries 2001-11-08 to 2001-11-14
4314
4315 2001-11-14 [hoa] 0.6.5claws12
4316
4317         * src/compose.[ch]
4318         * src/mainwindow.c
4319         * src/summaryview.c
4320                 add "bounce mail" option
4321
4322 2001-11-13 [christoph]  0.6.5claws11
4323
4324         * src/compose.c
4325                 Cleanup a mess i add before commiting
4326
4327 2001-11-13 [hoa]        0.6.5claws10
4328
4329         * src/compose.c
4330                 some fixes when mail are sent or
4331                 for crossposts
4332
4333 2001-11-13 [christoph]  0.6.5claws9
4334
4335         * po/de.po
4336                 Changed two string with the same translation
4337         * src/compose.c
4338         * src/procmsg.[ch]
4339         * src/send.[ch]
4340                 New mailsending process:
4341                   - Always queue message before sending
4342                     (message will be saved if sylpheed crashed or
4343                      freezes while sending)
4344                   - Allow queuing of newspostings
4345                   - No copy in outbox before sending
4346                     (closes bug #469501)
4347                   - No more redundant code for send and send_later
4348         * src/summaryview.c
4349                 Applied wwp <subscript@free.fr>'s patch that fixes
4350                 marks for multiple forwarded messages (+compose.c)
4351
4352 2001-11-12 [alfons]
4353
4354         * README.claws
4355                 remove things that are now in main branch
4356         
4357         * po/nl.po
4358                 update Dutch translation
4359
4360 2001-11-12 [mhadasht]   0.6.5.claws8
4361
4362         * src/prefs_common.c
4363                 re-enabled account autoselection feature for forward
4364                 and reedit lost during the branch point for SYNC-B4-REL
4365         * src/gtkspell.c
4366                 gtkpspell_get_dict(): more readable code (even if function is
4367                 not used yet)
4368         * ChangeLog.claws
4369                 added version number info to 2001-11-12 [hiro] comment.
4370
4371 2001-11-12 [hiro]       0.6.5.claws7
4372
4373         * src/compose.c
4374                 compose_forward(): fixed a bug that forward quote mark
4375                 wasn't used.
4376                 removed unnecessary code.
4377         * src/template_select.[ch]: removed.
4378
4379 2001-11-11 [alfons]
4380
4381         * src/compose.c
4382                 :%s/GTK_TEXT/GTK_STEXT/g
4383         
4384         * src/compose.[ch]
4385         * src/undo.[ch]
4386         * src/Makefile.am
4387                 revert the undo stuff (this is 0.6.6claws stuff)
4388
4389 2001-11-11 [hoa]        0.6.5.claws6
4390
4391         * src/compose.[ch]
4392                 Insert signature at the end of the text.
4393                 Added undo patch but currently disabled
4394
4395         * src/procmsg.c
4396                 Threading by subject improved.
4397
4398         * added src/undo.[ch]
4399                 Undo module for compose dialog box.
4400
4401 2001-11-11 [alfons]     0.6.5.claws5
4402
4403         * src/procmsg.c
4404                 prevent threading by subject on nodes that have already been
4405                 threaded by in-reply-to (as in "circular references in a tree
4406                 result in a dead branch")
4407
4408 2001-11-09 [hoa]        0.6.5.claws4
4409         
4410         * src/folderview.c
4411                 allows creation of mbox folder item from any files.
4412
4413 2001-11-09 [alfons]     0.6.5.claws3
4414         
4415         * src/utils.c
4416         * src/procmsg.c
4417                 do what I mean and correct threading by subject so it really
4418                 ignores attracting lines without "Re: "
4419
4420 2001-11-07 [alfons]     0.6.5.claws2
4421
4422         * src/procmsg.c
4423         * src/utils.[ch]
4424                 only attract by subject if a subject line starts with a "Re: "
4425         * src/syldap.c
4426                 remove warning
4427
4428 2001-11-07 [paul]       0.6.5claws1
4429
4430         * sync with sylpheed 0.6.5. release
4431                 see ChangeLog entry 2001-11-07
4432
4433 2001-11-07 [paul]       0.6.4claws31
4434
4435         * sync with sylpheed 0.6.4cvs18
4436                 see ChangeLog entries 2001-10-30 to 2001-11-07
4437                 prefs_templates.[ch] renamed prefs_template.[ch]
4438
4439 2001-11-06 [alfons]
4440         
4441         * src/utils.h
4442                 add semicolon Hoa forgot ;-)
4443                 
4444
4445 2001-11-06 [hoa]        0.6.4claws30
4446         
4447         * src/procmsg.c
4448         * src/summaryview.c
4449         * src/utils.c
4450         * src/utils.h
4451                 threading by subject - empty subject are ignored
4452
4453 2001-11-06 [christoph]  0.6.4claws29
4454
4455         * src/socket.c
4456                 use SSL_peek for sock_gets
4457         * src/utils.c
4458                 removed unneeded pointer in extracting quoted
4459                 names implementation
4460
4461 2001-11-06 [melvin]     0.6.4claws28
4462
4463         * src/gtkspell.c
4464                 fixed bug #476792 Selection overtyping with spell checker
4465                 fixed bug which could cause a buffer overflow
4466                 fixed a memory leak
4467
4468 2001-11-06 [hoa]        0.6.4claws27
4469         
4470         * src/procmsg.c
4471         * src/summaryview.c
4472                 threading by subject
4473
4474 2001-11-05 [alfons]     0.6.4claws26
4475         
4476         * README.claws
4477                 Claws -> Sylpheed (vice versa)
4478
4479         * src/compose.c
4480                 :%s/gtk_text/gtk_stext/g
4481                 :%s/GTK_TEXT/GTK_STEXT/g
4482                 (thanks to Jonathan Ware for spotting this)
4483
4484 2001-11-04 [christoph]  0.6.4claws25
4485
4486         * src/summaryview.c
4487                 replace Xalloca + strdup with Xstrdup_a
4488         * src/utils.c
4489                 better implementation of extracting quoted names
4490                 from addresses (remove backlashes and ignore
4491                 quotes after them)
4492
4493 2001-11-04 [alfons]     0.6.4claws24
4494
4495         * src/utils.[ch]
4496                 edit to comply more with coding style
4497
4498         * src/textview.c
4499                 fix bug reported by Kim Schulz. introduced by the patch integrated
4500                 in 0.6.4claws15. the code did not check the return value of
4501                 the html parser.
4502
4503         * AUTHORS
4504                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
4505
4506 2001-11-04 [christoph]  0.6.4claws23
4507
4508         * src/main.c
4509         * src/prefs_common.[ch]
4510                 init some pointers that possibly caused a segfault
4511                 reported in the claws-users ML
4512
4513 2001-11-04 [hoa]        0.6.4claws22
4514
4515         * src/grouplistdialog.c
4516                 change the names of the nodes in the tree
4517
4518         * src/compose.c
4519                 enhanced mailto syntax as described in
4520                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
4521                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
4522
4523         * src/utils.c
4524                 encode and decode URI (useful when opening URL into
4525                 netscape).
4526
4527 2001-11-03 [hoa]        0.6.4claws21
4528
4529         * src/grouplistdialog.c
4530                 a new newsgroups list selection dialog box
4531                 with a CTree instead of a CList
4532
4533 2001-11-03 [hoa]        0.6.4claws20
4534
4535         * src/folderview.c
4536                 enable property and scoring options when right
4537                 click on "inbox"
4538
4539         * src/summaryview.c
4540                 fixed bug when nickname were displayed using
4541                 the address book.
4542
4543 2001-11-02 [darko]      0.6.4claws19
4544
4545         * src/compose.c
4546                 new wrap quotation and URL/long words wrapping implementation
4547         * src/compose.c src/gtkstext.[ch]
4548                 move gtkstext_strncmp() to gtkstext.c
4549
4550 2001-11-01 [christoph]  0.6.4claws18
4551
4552         * src/prefs_account.c
4553                 fixed mess in account settings dialog
4554         * src/prefs_folder_item.c
4555                 added label with folder path to dialog
4556
4557 2001-10-31 [match]      0.6.4claws17
4558
4559         * src/vcard.c
4560                 fix memory leak.
4561         * src/addrbook.c
4562                 fix generation of spurious address book file names.
4563                 remove redundant functions.
4564         * po/POTFILES.in
4565                 added missing file names.
4566
4567 2001-10-30 [paul]       0.6.4claws16
4568
4569         * sync with sylpheed 0.6.4cvs6
4570                 see ChangeLog entries 2001-10-26 to 2001-10-30
4571
4572         * tools/filter_conv.pl
4573                 read folderlist.xml to discover whether the top-level
4574                 folder is called 'Mailbox' or 'Mail' 
4575
4576 2001-10-29 [paul]       0.6.4claws15
4577
4578         * src/html.c, src/textview.c
4579                 activate links in html mail and fix clickable parts
4580                 Submitted by Matthieu Dazy <dazy@t-surf.com>
4581
4582 2001-10-29 [paul]
4583
4584         * po/de.po, po/es.po, po/pt_BR/po
4585                 updated translations, submitted by Jens Oberender,
4586                 Ricardo Mones Lastra, and Fabio Junior Beneditto
4587
4588 2001-10-29 [darko]      0.6.4claws14
4589
4590         * src/compose.c
4591                 fix wrapping for good
4592
4593 2001-10-29 [darko]
4594
4595         * src/compose.c
4596                 undo previous change as it broke the smart wrapping
4597
4598 2001-10-29 [darko]      0.6.4claws13
4599
4600         * src/compose.c
4601                 fix infinite loop when long URL is quoted
4602                 (closes bug #475122.
4603
4604 2001-10-28 [match]
4605
4606         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
4607                 import Mutt address book
4608         * src/ldif.[ch] src/importldif.h
4609                 modified import LDIF handle user attributes
4610
4611 2001-10-28 [christoph]  0.6.4claws12
4612
4613         * src/summaryview.c
4614                 fixed that filtering did not work if there
4615                 were no filter rules
4616                 (closes bug #472003 and better implementation
4617                  of patch #474644)
4618
4619 2001-10-27 [christoph]  0.6.4claws11
4620
4621         * src/compose.c
4622                 make the folder's default account to be used when
4623                 replying. (patch by wwp <subscript@free.fr>)
4624         * src/compose.c
4625                 code cleanup, nearly killed all of wwp's patch
4626                 for folder's default account in compose
4627         * src/folderview.c
4628                 error panel when a folder could not be created
4629                 (closes bug #471080 new folder name & already
4630                  existing file)
4631
4632 2001-10-26 [alfons]
4633
4634         * src/utils.h
4635                 change prototype of strstr2() that Christoph forgot about
4636
4637 2001-10-26 [christoph]  0.6.4claws10
4638
4639         * src/account.c
4640                 made search for accounts by email address not case
4641                 sensitive
4642         * src/folder.c
4643                 fixed memory leak in folder_item_get_identifier
4644         * src/gtkspell.c
4645         * src/utils.c
4646                 fixed wrong strstr2 (should work like strstr)
4647
4648 2001-10-26 [darko]      0.6.4claws9
4649
4650         * src/compose.c src/gtkstext.[ch]
4651         * src/gtkstext.c
4652                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
4653
4654 2001-10-26 [paul]       0.6.4claws8
4655
4656         * src/html.c
4657                 ignore css and javascript tags in html mail
4658                 case-insensitive, with or without double-quoted
4659                 strings
4660
4661 2001-10-26 [paul]       0.6.4claws7
4662
4663         * sync with sylpheed 0.6.4cvs1
4664                 see ChangeLog entry 2001-10-26
4665
4666         * src/prefs_account.c, src/prefs_common.c,
4667           src/prefs_summary_column.c
4668                 minor improvements to the English
4669
4670 2001-10-25 [alfons]     0.6.4claws6
4671
4672         * src/gtkstext.c
4673         
4674                 make GtkSText follow style of GtkText (closes bug 
4675                 #469211 "text selection while writing message")
4676                 
4677                 do sync with GTK 1.2.10
4678
4679 2001-10-25 [paul]       0.6.4claws5
4680
4681         * src/html.c
4682                 ignore css tags in html mail
4683
4684 2001-10-25 [darko]      0.6.4claws4
4685
4686         * src/compose.c
4687                 don't declare is_url_string as static function since
4688                 we need it in gtkstext.c
4689         * src/gtkstext.c
4690                 remove unused variable
4691                 don't wrap long URLs while composing a message
4692
4693 2001-10-24 [christoph]  0.6.4claws3
4694
4695         * src/socket.c
4696                 fix ssl deadlock, when peer closes connection
4697
4698 2001-10-24 [paul]       0.6.4claws2
4699
4700         * src/prefs_common.c
4701                 gettextize the gpg ascii-armored warning message
4702
4703         * src/compose.c
4704                 insert a DOS/MAC file into the composed message
4705                 (improvements)
4706
4707         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
4708
4709 2001-10-22 [paul]       0.6.4claws1
4710
4711         * sync with sylpheed 0.6.4 release
4712                 see ChangeLog entries 2001-10-21
4713
4714         * po/fr.po, po/pt_BR.po
4715                 updated by Melvin Hadasht and Fabio Junior Beneditto
4716
4717 2001-10-21 [paul]       0.6.3claws30
4718
4719         * src/compose.c
4720                 insert a DOS text file from the compose window
4721                 into the composed message text (removes CRs characters)
4722                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
4723
4724         * tools/filter_conv.pl, tools/README
4725                 automatically use ~/.sylpheed as working directory
4726                 print out confirmation message on completion
4727
4728         * correct Hoa's last ChangeLog.claws entry
4729
4730 2001-10-20 [hoa]        0.6.3claws29
4731
4732         * src/grouplistdialog.c
4733                 bugfix (another ?) to give the right
4734                 newsgroups list for each news server.
4735
4736         * src/news.c
4737         * src/news.h
4738                 improve the newsgroups list cache
4739
4740 2001-10-20 [paul]       0.6.3claws28
4741
4742         * sync with sylpheed 0.6.3cvs9
4743                 see ChangeLog entry 2001-10-19
4744
4745         * correct Alfons' last ChangeLog.claws entry
4746
4747 2001-10-19 [alfons]
4748
4749         * src/pgptext.[ch]
4750                 fix compilation problems (part of bug #472895)
4751
4752 2001-10-18 [hoa]        0.6.3claws27
4753
4754         * src/grouplistdialog.c
4755                 bugfix when we refresh was clicked (bug 472701)
4756
4757 2001-10-19 [christoph]  0.6.3claws26
4758
4759         * src/compose.c
4760                 last header entry should default to "To:" or
4761                 "Newsgroups:" and not copy the last entry line
4762                 in a new compose window
4763                 (closes bug #472686, #470792)
4764
4765 2001-10-19 [paul]       0.6.3claws25
4766
4767         * sync with Sylpheed 0.6.3cvs8
4768                 see ChangeLog entries 2001-10-18 and 2001-10-19
4769
4770 2001-10-18 [christoph]  0.6.3claws24
4771
4772         * src/procmsg.c
4773                 reimplement ignore thread
4774         
4775 2001-10-18 [hoa]        0.6.3claws23
4776
4777         * src/folderview.c
4778         * src/grouplistdialog.[ch]
4779                 enhanced news subscription interface (feature 469113)
4780
4781         * src/news.c
4782         * src/news.h
4783                 enchanced newsgroup listing,
4784                 now, we can get groups informations
4785                 (NNTPGroupInfo)
4786
4787 2001-10-18 [paul]       0.6.3claws22
4788
4789         * src/summaryview.c
4790                 remove comment (sync with main branch)
4791         * src/mainwindow.c
4792                 fix 'Re-edit' bug in 'Message' menu
4793
4794 2001-10-17 [christoph]  0.6.3claws21
4795
4796         * src/compose.c
4797                 ignore empty or whitespace only header lines
4798
4799 2001-10-17 [paul]       0.6.3claws20
4800
4801         * sync with sylpheed 0.6.3cvs7
4802                 see ChangeLog entries 2001-10-14, 2001-10-16, and
4803                 2001-10-17
4804
4805 2001-10-17 [darko]
4806
4807         * src/compose.c
4808                 wrap long lines without spaces
4809                 don't wrap URLs
4810
4811 2001-10-16 [paul]
4812
4813         * po/es.po, po/nl.po, po/pt_BR.po
4814                 updated by Ricardo Mones Lastra, Alfons,
4815                 and Fabio Junior Beneditto
4816
4817         * sylpheed-0.6.3claws released
4818
4819 2001-10-15 [melvin] 0.6.3claws18
4820
4821         * README.claws
4822                 added summary and detailed installation instructions
4823                 for spell checker
4824         * po/fr.po
4825                 Updated, corrected and completed french translation
4826
4827 2001-10-15 [hoa] 0.6.3claws17
4828         * src/grouplistdialog.c
4829                 we can choose the newsgroups to display with wildcards
4830
4831 2001-10-15 [christoph]  0.6.3claws16
4832
4833         * src/account.c
4834         * src/compose.c
4835         * src/prefs_folder_item.[ch]
4836                 applied wwp <subscript@free.fr>'s folder
4837                 default account patch
4838         * po/de.po
4839                 Fixed wrong translation
4840
4841 2001-10-13 [alfons, christoph, melvin]  
4842                         0.6.3claws15
4843
4844         solution #2 to solve MT-safety problems defers all GUI related calls
4845         to the main thread using a gtk_idle_add() callback. discussed on
4846         ircnet #sylpheed, with christoph spotting some issues with the
4847         original code, and melvin allowing us to lobotomize his sylpheed.
4848
4849         * src/syldap.[ch], src/main.c
4850                 fix race problem in ldap search thread by deferring GUI 
4851                 stuff to main thread using gtk_idle_add()
4852
4853 2001-10-13 [paul]       0.6.3claws14
4854
4855         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
4856                 add Sergey's smtpcred.patch
4857                 adds separate username/password setting for SMTP Auth
4858                 needed by some servers
4859                 (closes feature request #471659)
4860
4861 2001-10-13 [paul]       0.6.3claws13
4862
4863         * src/pgptext.[ch] **NEW FILES**
4864         * src/Makefile.am, src/messageview.c, src/mimeview.c
4865                 decrypt ascii-armored gpg text embedded in
4866                 the message body.
4867                 Submitted by Jens Jahnke <jan0sch@gmx.net>
4868
4869 2001-10-13 [christoph]  0.6.3claws12
4870
4871         * README.claws
4872                 some more details on default to and
4873                 feature requests
4874         * src/main.c
4875                 init glib threading when ldap is used
4876         * src/syldap.c
4877                 threading fixes
4878         * po/de.po
4879                 fixed a typo
4880
4881 2001-10-12 [paul]       0.6.3claws11
4882
4883         * src/prefs_common.[ch], src/rfc2015.c
4884                 enable ascii-armored gpg text to be embedded in the
4885                 message body, selectable through the 'Privacy'
4886                 preferences. Supports encrypting only.
4887                 Submitted by Ravemax <ravemax@dextrose.com>
4888
4889 2001-10-12 [paul]       0.6.3claws10
4890
4891         * sync with sylpheed 0.6.3cvs6
4892                 see ChangeLog entries 2001-10-11 and 2001-11-12
4893
4894         * src/folderview.c
4895                 incorporated mbox folders, scoring, and folder
4896                 properties into the sync
4897
4898 2001-10-12 [darko]      0.6.3claws9
4899
4900         * README.claws
4901                 describe quotation wrapping
4902         * src/compose.c
4903                 don't treat tab as space to calculate line length properly
4904
4905 2001-10-11 [alfons]
4906
4907         * README.claws
4908                 correct description of how to make new filtering system work,
4909                 add some other things
4910                 
4911         * src/syldap.c
4912                 remove sched_yield() (not necessary / unportable)
4913
4914 2001-10-11 [paul]       0.6.3claws8
4915
4916         * sync with sylpheed 0.6.3cvs3
4917                 see ChangeLog entry 2001-10-10
4918
4919 2001-10-10 [christoph]  0.6.3claws7
4920
4921         * .cvsignore
4922                 ignore 2 files created by newer autotools
4923         * src/prefs_folder_item.c
4924                 using table for widget alignment
4925                 fixed memory leak and broken octal display
4926         * src/filesel.c
4927                 fixed segfault caused by lost filename
4928                 workaround (closes bug #469551)
4929
4930 2001-10-10 [paul]       0.6.3claws6
4931
4932         * sync with sylpheed 0.6.3cvs2
4933                 see ChangeLog entries 2001-10-09 and 2001-10-10
4934
4935 2001-10-10 [darko]      0.6.3.claws5
4936
4937         * src/gtkstext.c
4938                 proper calculation of right margin if smart wrapping is enabled
4939         * src/compose.c
4940                 automatically wrap long lines if wrap quotation is enabled
4941
4942 2001-10-09 [alfons]     0.6.3.claws4
4943
4944         * src/summaryview.c
4945                 select correct row when deleting last row in the summary view (and
4946                 close bug "[ #469104 ] select second last in list when deleting")
4947
4948 2001-10-09 [paul]       0.6.3claws3
4949
4950         * sync with sylpheed 0.6.3cvs1
4951                 updated some autotool scripts
4952
4953 2001-10-09 [darko]      0.6.3claws2
4954
4955         * src/gtkstext.[ch]
4956                 new name and mark with Sylpheed comment
4957         * src/compose.c
4958                 smart quotation wrapping a-la VIM
4959
4960 2001-10-08 [paul]       0.6.3claws1
4961
4962         * sync with sylpheed 0.6.3 release
4963                 see ChangeLog entry 2001-10-08
4964
4965 2001-10-08 [paul]       0.6.2claws24
4966
4967         * src/summaryview.c
4968                 more sync with sylpheed 0.6.2cvs12
4969                 Fixed the bug that didn't select the last row correctly
4970
4971
4972 2001-10-07 [paul]       0.6.2claws23
4973
4974         * sync with sylpheed 0.6.2cvs12
4975                 see ChangeLog entry 2001-10-07
4976
4977 2001-10-06 [match]
4978         * src/jpilot.[ch]
4979                 enable jpilot to read unsynch'ed addresses.
4980
4981         * src/editldap_basedn.c
4982                 fix segfault when opening dialog.
4983
4984 2001-10-06 [alfons]     0.6.2.claws22
4985
4986         * src/summaryview.c
4987                 fix bug with summary view selecting last *inserted*
4988                 node instead of last *visible* node. remember we
4989                 work with a tree
4990
4991 2001-10-06 [paul]       0.6.2claws21
4992
4993         * po/pt_BR.po
4994                 updated translation, contains some fixes and new
4995                 translations, submitted by Gustavo Noronha Silva
4996                 <kov@debian.org>
4997
4998         * src/prefs_common.c
4999                 change 'each' to 'every' - fix dubious English
5000
5001         * sync with sylpheed 0.6.2cvs11
5002
5003 2001-10-05 [alfons]     0.6.2claws20
5004
5005         * src/mainwindow.[ch], src/folderview.c
5006                 make composite tool button switch between "Compose News"
5007                 and "Compose Mail" depending on selected folder
5008                 (nifty idea by Kim Schulz <kim@schulz.dk>)
5009
5010 2001-10-05 [paul]       0.6.2claws19
5011
5012         * src/mainwindow.c, src/summaryview.c
5013                 fix 'Message/Reply to all', broken in last commit
5014
5015         * src/compose.c
5016                 fix X_BEENTHERE seg fault, thanks to Alfons
5017
5018 2001-10-04 [paul]       0.6.2claws18
5019
5020         * src/compose.[ch], src/mainwindow.c
5021                 make "Message/Reply" reply to mailing lists; matches
5022                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
5023                 based on portions of the patch submitted by
5024                 Junichi Uekawa <dancer@netfort.gr.jp>
5025
5026 2001-10-04 [darko]      0.6.2claws17
5027
5028         * src/compose.c
5029                 better smart wrapping
5030         * src/gtkstext.[hc]
5031                 a function to make text buffer contiguous
5032
5033 2001-10-03 [paul]       0.6.2claws16
5034
5035         * sync with sylpheed 0.6.2cvs10
5036
5037 2001-10-02 [alfons]
5038
5039         * configure.in
5040         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
5041                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
5042                 references to chinese translations (hope someone picks up
5043                 this)
5044
5045 2001-10-02 [christoph]  0.6.2claws15
5046
5047         * src/compose.c
5048                 fixed non translated header bug
5049         * ChangeLog.claws
5050                 fixed wrong date in alfons last entry ;)
5051
5052 2001-10-02 [alfons]     0.6.2claws14
5053
5054         * src/compose.c, src/prefs_common.[ch]
5055                 add block cursor option
5056
5057 2001-10-02 [paul]       0.6.2claws13
5058
5059         * sync with sylpheed 0.6.2cvs9
5060
5061 2001-09-30 [paul]       0.6.2claws12
5062
5063         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
5064                 updated translations
5065
5066         * po/POTFILES.in
5067                 add 'src/importldif.c'
5068
5069         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
5070                 added eudora-to-vCard conversion tool
5071                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
5072
5073         * sync with sylpheed 0.6.2cvs8
5074
5075 2001-09-30 [paul]
5076
5077         * sylpheed-0.6.2claws released
5078
5079 2001-09-27 [melvin]     0.6.2claws11
5080
5081         * src/gtkspell.c
5082                 fixed crash when using default path (introduced 
5083                 in 0.6.2claws10)
5084                 fixed tiny bug for initial suggestion mode
5085
5086 2001-09-27 [melvin]     0.6.2claws10
5087         
5088         * src/gtkspell.c
5089                 fixed bug where gtkpspell didn't set the path correctly
5090
5091         * README.claws
5092                 added a paragraph about spell checking
5093                 
5094
5095
5096 2001-09-27 [paul]       0.6.2claws9
5097
5098         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
5099                 replace '// comments' with '/* comments */' to prevent
5100                 some compiler warnings 
5101
5102         * sync with sylpheed 0.6.2cvs6
5103
5104 2001-09-26 [alfons]     0.6.2claws8
5105
5106         * src/messageview.c
5107                 introduce return receipt request notification again,
5108                 which was lost because of other semantics in 
5109                 procheader_parse() (???)
5110
5111 2001-09-26 [christoph]  0.6.2claws7
5112
5113         * src/compose.c
5114                 replace comments for old code with #if 0
5115                 readded auto cc, bcc and reply-to
5116         * src/prefs_matcher.c
5117         * src/prefs_scoring.c
5118                 removed some definition (was moved to
5119                 prefs.h)
5120
5121 2001-09-26 [paul]       0.6.2claws6
5122
5123         * src/mainwindow.c
5124                 make 'Follow-up and reply to' sensitive
5125
5126         * more sync with sylpheed 0.6.2cvs5
5127
5128 2001-09-25 [melvin]
5129
5130         * 0.6.2claws5
5131
5132         * src/gtkspell.c
5133                 fixed bug for "US-ASCII" introduced by the encoding code
5134
5135 2001-09-25 [paul]
5136
5137         * 0.6.2claws4
5138
5139         * src/prefs_common.[ch], src/summaryview.c
5140                 'next unread msg' 'go to next folder?' dialog can be
5141                 given default behaviour, either always show dialog,
5142                 or assume 'yes', or assume 'no'
5143                 Submitted by wwp <subscript@free.fr>
5144
5145 2001-09-25 [melvin]
5146                 
5147         * src/compose.c src/gtkspell.[ch]
5148                 added support for different encodings
5149
5150 2001-09-25 [paul]
5151
5152         * more sync with sylpheed 0.6.2cvs5
5153
5154 2001-09-24 [alfons]
5155         
5156         * src/prefs_folder_item.c
5157                 add check for item->prefs->default_to string is NULL and
5158                 add another check when freeing this string
5159
5160 2001-09-24 [paul]
5161
5162         * configure.in
5163                 change to version 0.6.2claws3
5164
5165         * sync with sylpheed 0.6.2cvs5 
5166
5167 2001-09-24 [match]
5168         * src/ldif.[ch], src/importldif.[ch], addressbook.c
5169                 import LDIF files.
5170         * src/addrcache.[ch], addrindex.[ch]
5171                 small update for future
5172         * src/addrbook.c
5173                 fix test XML file.
5174
5175 2001-09-24 [melvin]
5176         * src/gtkspell.[ch]
5177                 added 'Learn from mistakes' option
5178                 better handling of quotes in checked words
5179                 sorted dict list
5180         * po/fr.po
5181                 small update for spell checking stuff
5182
5183 2001-09-23 [alfons]
5184         
5185         * src/gtkspell.c
5186                 edit a little bit so it complies more with main coding style
5187
5188 2001-09-23 [alfons]
5189
5190         * src/folder.[ch], prefs_folder_item.c, compose.c
5191                 migrate "request return receipt" folder property
5192                 to folderlist.xml
5193
5194 2001-09-22 [alfons]
5195
5196         * README.claws **NEW**
5197                 (add things of interest for users of main branch 
5198                 and claws here)
5199
5200         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
5201                 re-implement threading per folder option, but store 
5202                 the setting in folderlist.xml (where it belongs)
5203
5204 2001-09-21 [melvin]
5205
5206         * src/gtkspell.[ch]
5207                 fixed bug when compose window is under another window
5208         * src/prefs_common.[ch] src/compose.c
5209                 changed 'dictionary_path' to 'dictionary' to be consistent
5210                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
5211         * ac/pspell.m4 src/Makefile.am 
5212                 dropped PSPELL_PATH macro
5213         * po/fr.po
5214                 updated translations
5215
5216 2001-09-21 [christoph]
5217
5218         * src/compose.c
5219                 added border around header fields
5220                 keep header type when new field is added
5221
5222 2001-09-20 [christoph]
5223
5224         * src/utils.[ch]
5225                 more portable debug_print with source filename
5226                 and linenumber
5227         * src/procmsg.c
5228                 more newlines after debug messages
5229
5230 2001-09-20 [paul]
5231
5232         * configure.in
5233                 change to version 0.6.2claws2
5234
5235         * sync with sylpheed 0.6.2cvs3
5236
5237 2001-09-19 [melvin]
5238
5239         * src/gtkspell.c
5240                 fixed the post-right-click focus pb
5241                 fixed crash when 'Spell check all' after dict change 
5242                         and when cursor is at the end of the text
5243                 shift-right-click pops up config menu even on misspelled words.
5244         * po/POTFILES.in
5245                 added gtkspell.c
5246
5247 2001-09-19 [melvin]
5248
5249         * src/about.c
5250                 added pspell to compiled-in features list
5251
5252 2001-09-18 [melvin]
5253
5254         * switched to pspell and dropped ispell
5255         * ac/pspell.m4
5256                 new file. autoconf macro for pspell
5257         * ac/Makefile.am 
5258         * configure.in acconfig.h
5259                 added pspell support
5260         * src/Makefile.am
5261         * src/main.c src/compose.[ch] src/gtkspell.[ch]
5262         * src/prefs_common.[ch] 
5263                 added pspell support
5264
5265 2001-09-18 [christoph]
5266
5267         * src/addr_compl.c
5268         * src/template.[ch]
5269                 replace LOG_MESSAGE with debug_print
5270         * src/compose.[ch]
5271                 gui improvements
5272         * src/menu.c
5273                 added newline after debug message
5274         * src/utils.h
5275                 using __VA_ARGS__ for debug_print macro
5276         * tools/.cvsignore
5277                 ignore Makefile and Makefile.in
5278
5279 2001-09-18 [paul]
5280
5281         * configure.in
5282                 change to version 0.6.2claws1
5283         * sync with sylpheed 0.6.2cvs1
5284
5285         * src/matcher.c 
5286         * src/prefs_matcher.c
5287                 add 'score equal to' option, submitted by
5288                 Paul Evans <nerd@freeuk.com>
5289
5290 2001-09-15 [christoph]
5291
5292         * src/mainwindow.c
5293                 comment out menu entry not existing in claws
5294         * src/menu.c
5295                 add debug output for non existing menu entries
5296         * src/summaryview.c
5297                 fix next/prev unread message for ignored threads
5298         * src/utils.[ch]
5299                 add sourcefile and line number to debug output
5300                 otherwise it is sometimes hard to find the
5301                 source code part if debug messages are translated
5302
5303 2001-09-14 [darko]
5304         
5305         * src/folderview.c
5306                 refresh target folder style after colour is changed
5307
5308 2001-09-13 [paul]
5309
5310         * configure.in
5311                 change to version 0.6.1claws3
5312
5313         * sync with sylpheed 0.6.1cvs6
5314
5315 2001-09-13 [darko]
5316         
5317         * src/folderview.c
5318                 fix target folder colourization to use user selected colour
5319
5320 2001-09-12 [darko]
5321         
5322         * src/summaryview.c
5323                 fix crash when message that is marked for copy/move is unmarked
5324
5325 2001-09-09 [paul]
5326
5327         * configure.in
5328                 change to version 0.6.1claws2
5329
5330         * sync with sylpheed 0.6.1cvs3
5331
5332 2001-09-09 [alfons]
5333         
5334         * src/folderview.c
5335                 fix bug with default font used for trash folder text
5336
5337 2001-09-06 [paul]
5338
5339         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5340                 updated translations
5341
5342         * configure.in
5343                 change to version 0.6.1claws1
5344
5345         * sync with sylpheed 0.6.1cvs2
5346
5347 2001-09-03 [paul]
5348
5349         * po/POTFILES.in
5350                 add Match's new addressbook
5351
5352         * po/de.po
5353                 updated translation submitted by Jens Oberender
5354
5355 2001-09-02 [paul]
5356
5357         * configure.in
5358                 change to 0.6.1claws
5359         * sync with sylpheed 0.6.1 release
5360
5361 2001-09-02 [paul]
5362
5363         * configure.in
5364                 change to 0.6.0claws2
5365
5366         * sync with sylpheed 0.6.0cvs4
5367
5368         * po/pt_BR.po
5369                 updated translation submitted by Fabio Junior Beneditto
5370
5371 2001-09-01 [match]
5372         * pixmaps/
5373                 interface.xpm
5374                 book.xpm
5375                 address.xpm
5376         * src/
5377                 Makefile.am
5378                 a ton of new files
5379
5380 2001-08-31 [paul]
5381
5382         * configure.in
5383                 change to version 0.6.0claws1
5384
5385         * sync with sylpheed 0.6.0cvs1
5386
5387         * po/es.po
5388                 updated translation submitted by Ricardo Mones Lastra
5389
5390         * po/POTFILES.in
5391                 add 'src/prefs_templates.c'
5392
5393         * src/compose.c, src/summaryview.c
5394                 fix segfault on 'Re_edit'               
5395
5396 2001-08-30 [alfons]
5397
5398         * configure.in, Makefile.am
5399         * tools/Makefile.am
5400                 add tools directory to source distribution
5401
5402 2001-08-30 [paul]
5403
5404         * configure.in
5405                 change to version 0.6.0claws
5406
5407         * sync with sylpheed 0.6.0 release
5408
5409 2001-08-30 [christoph]
5410
5411         * configure.in
5412                 removed autoconf version check
5413
5414 2001-08-30 [paul]
5415
5416         * src/account.c, src/compose.c, src/prefs_common.[ch]
5417         * src/procheader.[ch] src/utils.[ch]
5418                 Enhanced automatic account selection on replies
5419                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
5420
5421         * configure.in
5422                 add LDAP and JPilot to the configuration results output.
5423
5424 2001-08-29 [christoph]
5425
5426         * src/summeryview.c
5427                 no bold font for ignored threads
5428
5429 2001-08-29 [paul]
5430
5431         * configure.in
5432                 change to version 0.5.3claws6
5433
5434         * sync with sylpheed 0.5.3cvs10
5435                 src/stringtable.[ch]: New Files
5436
5437         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
5438         * src/pixmaps/sylpheed.xpm
5439                 add mini-icons to windows (by Alfons)
5440
5441 2001-08-27 [paul]
5442
5443         * src/mainwindow.c
5444                 new functions: next_labeled_cb(), prev_labeled_cb()
5445
5446         * src/summaryview.c
5447                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
5448                 summary_select_next_labeled(), summary_select_prev_labeled()
5449
5450         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
5451                 give claws blue folders and a blue trash can
5452
5453 2001-08-27 [paul]
5454
5455         * configure.in
5456                 change to version 0.5.3claws5
5457
5458         * sync with sylpheed 0.5.3cvs9
5459                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
5460
5461 2001-08-24 [christoph]
5462
5463         * src/filesel.c
5464                 keep filename when browsing directories
5465                 (not working for user entered filename, but
5466                  for default name and selected filename from
5467                  file list)
5468         * src/mainwindow.c
5469                 fixed wrong spelling "Folllow-up"
5470         * src/mbox_folder.c
5471         * src/procmsg.c
5472         * src/summaryview.c
5473                 fixed new/unread message count with ignored
5474                 threads (2 commits, first didn't notice no
5475                 longer needed decreasing)
5476         * src/inc.c
5477                 readded scrolling of progress dialog
5478                 (lost in sync)
5479
5480 2001-08-24 [paul]
5481
5482         * configure.in
5483                 change to 0.5.3claws4
5484
5485         * sync with sylpheed 0.5.3cvs7
5486
5487 2001-08-24 [christoph]
5488
5489         * src/compose.c
5490                 set request return receipt when replying
5491                 if it is set is the folder prefs of the
5492                 message
5493         * src/inc.c
5494                 disable final error popup if popups are
5495                 disabled in config (again)
5496
5497 2001-08-23 [paul]
5498
5499         * configure.in
5500                 Change version number to 0.5.3claws3
5501
5502         * sync with sylpheed 0.5.3cvs5
5503
5504         * src/mimeview.c
5505                 double quote '%s' in 'gedit %s' to fix bug when
5506                 opening attachment with spaces in the name
5507
5508 2001-08-22 [alte]
5509         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
5510           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
5511                 initial message templates support
5512
5513
5514 2001-08-22 [paul]
5515
5516         * configure.in
5517                 change version number to 0.5.3claws2
5518
5519         * sync with sylpheed 0.5.3cvs4
5520
5521         * src/procmsg.h src/summaryview.c
5522                 re-implement (un)ignore thread
5523
5524 2001-08-21 [paul]
5525
5526         * src/summaryview.c
5527                 remove unnecessary code
5528         * src/compose.c
5529                 enable 'dynamic' signatures (submitted by
5530                 Eric Limpens <eric@hscg-internet.nl>)
5531
5532 2001-08-21 [paul]
5533
5534         clean up after sync with sylpheed 0.5.3 release
5535
5536         * src/folderview.c
5537                 fix re-introduced font mess, see Christoph's
5538                 entry 2001-06-24
5539
5540         * src/summaryview.c
5541                 remove prev_msgnum
5542                 use sylpheed's small font instead of
5543                 gtk default font for summary view
5544
5545
5546 2001-08-17 [paul]
5547
5548         * configure.in
5549                 add pl to ALL_LINGUAS - sync with main branch
5550
5551         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
5552                 Updated. Translations by Jens Oberender, Ricardo Mones
5553                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
5554
5555         * po/pl.po  ** NEW FILE **
5556                 sync with the main branch
5557
5558         * src/folderview.c
5559                 fix target folder colorizing and refresh problem
5560
5561
5562 2001-08-17 [christoph]
5563
5564         * src/mainwindow.c
5565                 claws uses 4 colors for target folder coloring.
5566                 arrays were not long enough and destroyed the
5567                 stack causing a segfault.
5568                 target folder colorizing does not work anymore
5569                 for me
5570
5571 2001-08-16 [paul]
5572
5573         * configure.in
5574                 change to version 0.5.3claws1
5575
5576         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
5577           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
5578           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
5579
5580                 sync with sylpheed 0.5.3 release, but keep claws method of
5581                 configuring/saving fonts
5582
5583         * src/addressbook.[ch]
5584                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
5585                 in line with a similar change in Hiroyuki's branch
5586
5587         * src/mainwindow.[ch]
5588                 disable main_window_set_thread_option()
5589         * src/prefs_folder_item.c
5590                 comment out &tmps_prefs.enable_thread,
5591         * src/mbox_folder.c, src/procmsg.[ch]
5592                 comment out MSG_IS_IGNORE_THREAD
5593         * src/summaryview.c
5594                 comment out summary_ignore_thread() and summary_unignore_thread()
5595                 comment out MSG_IS_IGNORE_THREAD
5596
5597                 use Hiroyuki's threading instead.
5598
5599
5600
5601 2001-08-15 [paul]
5602
5603         * src/account.c
5604                 use Hiroyuki's 0.5.3 column scheme but also
5605                 include the enable/disable button.
5606         * src/pixmaps/mark.xpm
5607                 add Hiroyuki's amended pixmap
5608
5609 2001-08-13 [christoph]
5610
5611         * src/account.c
5612                 receive at get all column showed wrong state for APOP
5613                 button should only work for POP3 and APOP accounts
5614         * src/prefs_account.c
5615                 added missing preprocessor statement for SSL
5616
5617 2001-08-12 [paul]
5618
5619         * src/account.[ch]
5620                 add 'receive at get all' column and enable/disable
5621                 button.
5622
5623 2001-08-06 [christoph]
5624
5625         * src/account.c
5626                 show usage of SSL in protocol column
5627
5628         * src/imap.c
5629         * src/inc.c
5630                 renamed ssl options
5631
5632         * src/prefs_account.[ch]
5633                 moved ssl options to a new page
5634
5635         * src/send.c
5636         * src/smtp.c
5637         * src/ssl.[ch]
5638                 renamed ssl options
5639                 added support for SMTP STARTTLS command
5640
5641 2001-08-05 [christoph]
5642
5643         * configure.in
5644                 debian autoconf needs version check to find
5645                 correct autoconf version. if the file is
5646                 named configure.in 2.13 is used, which does
5647                 not work with this configure.in script.
5648                 other solution would be to rename the script
5649                 to configure.ac as suggested in the autoconf
5650                 manual.
5651
5652         * src/inc.c
5653                 disable final error popup if popups are
5654                 diabled in config
5655
5656         * src/socket.c
5657                 bugfix in ssl_gets
5658                 fixes IMAP over SSL problem
5659
5660 2001-08-03 [paul]
5661
5662         * configure.in
5663                 change to 0.5.2claws1
5664
5665         * sync with sylpheed 0.5.2cvs1
5666
5667 2001-08-02 [alfons]
5668
5669         * configure.in
5670                 quick fix for ispell detection...
5671
5672 2001-08-01 [paul]
5673
5674         * configure.in
5675                 change to 0.5.1claws4
5676
5677         * sync with sylpheed 0.5.1cvs7
5678
5679 2001-07-31 [alfons]
5680
5681         * src/prefs_common.c, src/prefs_common.h, 
5682           src/gtkspell.c, src/gtkspell.h
5683                 add global spelling checker settings (compose tab) +
5684                 selection of dictionary 
5685           
5686         * configure.in  
5687                 guess valid ispell location
5688
5689 2001-07-31 [paul]
5690
5691         * po/POTFILES.in
5692                 removal of 'src/quote_fmt_parse.c'
5693         * po/de.po
5694                 Updated de.po
5695                 (submitted by Jens Oberender <didge@suse.de>)
5696
5697 2001-07-31 [darko]
5698
5699         * src/folder.[ch]
5700         * src/folderview.[ch]
5701         * src/mainwindow.c
5702         * src/mh.c
5703         * src/prefs_common.[ch]
5704         * src/summaryview.c
5705                 target folder colourization
5706
5707 2001-07-30 [paul]
5708
5709         more sync with Sylpheed 0.5.1cvs6 
5710
5711 2001-07-30 [darko]
5712
5713         * src/mh.c
5714         * src/prefs_folder_item.[hc]
5715         * src/summaryview.c
5716                 shared folders support with a GUI
5717
5718 2001-07-29 [paul]
5719
5720         0.5.1claws3
5721
5722         * sync with Sylpheed 0.5.1cvs6
5723
5724 2001-07-29 [paul]
5725
5726         * po/pt_BR.po
5727                 updated
5728                 (submitted by Fabio Junior Beneditto)
5729
5730 2001-07-28 [paul]
5731
5732         * src/procmime.c
5733         * AUTHORS
5734                 patch to correct bad image mime headers
5735                 (submitted by Don Quijote <dq@searchlores.org>)
5736
5737 2001-07-28 [paul]
5738
5739         * tools/gif2xface.pl   **NEW FILE**
5740         * tools/README
5741                 script to convert file.gif to file.xface for
5742                 use in a custom header.
5743                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
5744
5745 2001-07-27 [alfons]
5746         
5747         * configure.in
5748                 change macros for detecting JPilot and LDAP
5749
5750 2001-07-27 [christoph]
5751
5752         * src/filtering.c
5753                 code cleanup (MIN / MAX warning, needed casting)
5754
5755 2001-07-27 [alfons]
5756
5757         * procheader.c
5758                 disallow setting flags when detecting certain headers
5759                 (X-Status, Status, Seen, X-Seen). 
5760         
5761         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
5762
5763 2001-07-27 [christoph]
5764
5765         * src/prefs_filter.c
5766         * src/prefs_filtering.c
5767         * src/prefs_matcher.c
5768         * src/prefs_scoring.c
5769                 scroll list when moving rows up or down
5770
5771         * src/imap.c
5772         * src/imap.h
5773         * src/prefs_account.c
5774         * src/prefs_account.h
5775         * src/send.c
5776                 SMTP over SSL (untested, feedback requested)
5777                 IMAP over SSL
5778
5779         * src/ssl.c
5780                 code cleanup
5781
5782 2001-07-26 [alfons]
5783         
5784         * configure.in, acconfig.h
5785                 define CLAWS (need this for main / claws detection)
5786
5787 2001-07-25 [alfons]
5788
5789         * configure.in
5790                 Sylpheed 0.5.1claws2
5791                 
5792         * sync with Sylpheed 0.5.1cvs4
5793
5794 2001-07-25 [christoph]
5795
5796         * src/scoring.c
5797                 fixed segfault
5798                 item->prefs == NULL (don't know why)
5799
5800 2001-07-25 [alfons]
5801
5802         * configure.in
5803                 Sylpheed 0.5.1claws1
5804
5805         * sync with Sylpheed 0.5.1cvs1-3
5806
5807 2001-07-24 [christoph]
5808
5809         * src/folderview.c
5810         * src/prefs_folder_item.[ch]
5811                 added folderitem preferences dialog with
5812                 default To: and auto request return receipt
5813
5814         * src/compose.[ch]
5815         * src/menu.[ch]
5816                 changes to handle new folderitem preferences
5817
5818         * src/mainwindow.c
5819         * src/summaryview.c
5820                 call compose new mail with current folderitem
5821
5822 2001-07-24 [alfons]
5823
5824         Release Sylpheed 0.5.1claws
5825
5826         * configure.in
5827                 change to release version 0.5.1claws
5828
5829 2001-07-24 [christoph]
5830
5831         * src/summaryview.c
5832                 fixed segfault that happend when the selected
5833                 message was removed while retrieving new messages.
5834
5835         * po/es.po
5836                 updated translation
5837                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
5838
5839 2001-07-22 [alfons]
5840
5841         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
5842         this is a work in progress, for more information: http://nlpagan.net/sylman 
5843         
5844         * configure.in, src/mainwindow.c, manual/Makefile.am
5845                 add support for English manual
5846
5847         * AUTHORS
5848                 add authors of user manuals
5849
5850         * manual/en/sylpheed*.html
5851                 add English documentation
5852
5853 2001-07-22 [christoph]
5854
5855         * po/POTFILES.in
5856                 added src/ssl.c
5857         * src/ssl.c
5858                 changed a wrong debug message
5859
5860 2001-07-22 [alfons]
5861
5862         * po/nl.po
5863                 update Dutch translation
5864
5865         * src/prefs_filtering.c, 
5866           src/prefs_matcher.c
5867                 add more translatable strings           
5868
5869 2001-07-21 [alfons]
5870
5871         0.5.0claws7
5872
5873         * configure.in
5874                 change version
5875
5876         * src/inc.c, src/summaryview.[ch]
5877                 prevent update of mark file when filtering has done, by
5878                 using a variable; this affects two functions:
5879                         inc.c::inc_finished()
5880                         summaryview.c::summary_show()
5881
5882 2001-07-20 [alfons]
5883
5884         * src/filtering.[ch], src/prefs_filtering.c, 
5885           src/matcher.[ch]
5886                 add filtering action for label coloring 
5887
5888         * po/POTFILES.in
5889                 add labelcolors.c
5890
5891         * added src/labelcolors.c
5892         * added src/labelcolors.h
5893         * src/Makefile.am, src/summaryview.c
5894                 rearrange label coloring code
5895
5896         * src/procmsg.h
5897                 add more parentheses so label colouring works correctly
5898
5899         * src/filtering.c
5900                 don't really delete message, but move it to Trash
5901
5902         * src/prefs_matcher.c
5903                 add quote options to info dialog
5904
5905 2001-07-20 [christoph]
5906
5907         * src/Makefile.am
5908         * src/inc.c
5909         * src/main.[ch]
5910         * src/socket.h
5911         * src/ssl.[ch] (new)
5912                 moved ssl stuff to a seperate file
5913
5914 2001-07-20 [darko]
5915
5916         * src/summaryview.c
5917                 fix show sender using address book with no e-mail
5918                 address in From: field
5919
5920 2001-07-19 [alfons]
5921
5922         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
5923                 fix messy handling of escaping... now at least the
5924                 execute command is useful. escape char is '\', we
5925                 accept \n and \r too. 
5926
5927                 Real life example:
5928                 
5929                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
5930                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
5931
5932 2001-07-18 [alfons]
5933
5934         0.5.0claws6
5935
5936         * src/summaryview.c
5937                 clean up
5938
5939         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
5940           src/procmsg.[ch]
5941                 revise filtering; currently move, copy, marking have
5942                 been tested. if you like bleeding edge stuff, you
5943                 should definitely go for this version :)
5944
5945         * mark old working stuff as VERSION_0_5_0_CLAWS5        
5946
5947 2001-07-17 [christoph]
5948
5949         * src/utils.c
5950                 timestamp log
5951
5952 2001-07-17 [alfons]
5953
5954         0.5.0claws5
5955
5956         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
5957           bits in the mark file, without affecting either branch. Lots of
5958           files changed, also in claws branch.
5959
5960           UNTESTED: use of mbox folders
5961
5962         * src/summaryview.c
5963                 added mark all read; however this was a quick hack used for
5964                 cleaning up mess after initial merge with Hiroyuki
5965
5966         * configure.in
5967                 change claws version number back to 0.5.0claws5 to clear up 
5968                 confusion & pretension (recent release was technically 
5969                 0.5.0claws4, so we neatly align with Hiroyuki :-)
5970
5971 2001-07-16 [alfons]
5972
5973         sync with Hiroyuki's 0.5.0cvs4
5974
5975 2001-07-16 [alfons]
5976
5977         0.5.1claws3
5978
5979         * src/filtering.[ch]
5980                 remove invalid updating of mark files for 
5981                 filter actions MATCHING_ACTION_MOVE and 
5982                 MATCHING_ACTION_DELETE; this should fix the
5983                 folder update bug
5984                 
5985         * src/procmsg.c
5986                 revert Christoph's stab at fixing the folder 
5987                 update bug
5988
5989         * po/POTFILES.in
5990                 add missing files with translatable strings
5991
5992         * src/summaryview.c
5993                 remove debug print
5994
5995 2001-07-15 [alfons]
5996
5997         * src/addr_compl.[ch], src/prefs_filtering.c
5998                 make "filtering pref dialog's destination entry" an
5999                 "address completable entry", if filter destination is 
6000                 an email address
6001
6002         0.5.1claws2
6003         
6004         sync with Hiroyuki's 0.5.0cvs2-3
6005
6006 2001-07-15 [christoph]
6007
6008         * src/procmsg.c
6009                 fixed folder stats update after incorporation
6010
6011 2001-07-15 [alfons]
6012
6013         * src/summaryview.c
6014                 * finish label colouring stuff (for now)
6015                 * fix incorrect colour bug (off by one) 
6016
6017 2001-07-14 [alfons]
6018
6019         * src/mainwindow.c
6020                 change text labels for news and mail message so there's
6021                 plenty of toolbar estate left
6022
6023         * configure.in
6024                 0.5.1claws1
6025
6026         * src/folderview.c
6027           src/folder.[ch]
6028                 sync with Hiroyuki's 0.5.0cvs1
6029
6030         * src/summaryview.c
6031                 more rewrite label colouring
6032
6033 2001-07-14 [alfons]
6034
6035         * src/summaryview.[ch]
6036                 * start rewrite label colouring 
6037                 * fix proper location "Add Sender To Addressbook" menu item
6038
6039 2001-07-13
6040
6041         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
6042         (actually this is 0.5.0claws4)
6043
6044 2001-07-13 [alfons]
6045
6046         * po/pt_BR.po
6047                 * fix duplicate message
6048                 * add updated Portugese / Brazilian translation
6049                   submitted by Fabio Junior Beneditto
6050
6051 2001-07-12 [alfons]
6052
6053         * AUTHORS
6054                 add Jens
6055
6056         * po/nl.po
6057                 add updated Dutch translation
6058
6059         * po/de.po
6060                 add updated German translation submitted by Jens
6061
6062 2001-07-11 [alfons]
6063
6064         Prerelease before 0.5.0claws. Please test.
6065         This version is temporarily tagged as VERSION_0_5_0_TEST
6066
6067         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
6068           src/prefs_scoring.c, src/prefs_matcher.c, 
6069           src/prefs_filtering.c, src/mbox.c, 
6070           src/main.c, src/inc.c, src/filtering.[ch]
6071                 revert new Hoa's new matcher (does not work yet)
6072
6073         * src/Makefile.am
6074                 clean up
6075
6076 2001-07-10
6077
6078         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
6079
6080
6081 2001-07-10 [alfons]
6082
6083         * Makefile.am
6084                 add ChangeLog.claws to EXTRA_DIST
6085         * src/Makefile.am
6086                 add matcher_parser_parse.h to EXTRA_DIST
6087
6088 2001-07-10 [christoph]
6089
6090         * src/inc.c
6091                 add destination folder to table of
6092                 folders that need to be updated after
6093                 incorporation
6094
6095 2001-07-10 [alfons]
6096
6097         * folder.[ch]
6098           folderview.c
6099                 make collapse state of folders and folder items persistent, i.e.
6100                 if you collapse a folder tree, the next time sylpheed-claws starts 
6101                 up the folder tree remains collapsed.  
6102                 
6103 2001-07-10 [christoph]
6104
6105         * acconfig.h
6106         * configure.in
6107                 added --enable-ssl
6108         * src/md5.[ch]
6109                 renamed MD5_CTX to MD5_CTX_syl
6110                 conflicts with a struct in openssl
6111         * src/inc.c
6112         * src/main.[ch]
6113         * src/prefs_account.[ch]
6114         * src/socket.[ch]
6115                 SSL support for POP
6116         * src/mainwindow.c
6117                 fixed compose with current account
6118                 broken by new compose button stuff
6119
6120 2001-07-09 [hoa]
6121
6122         * AUTHORS
6123                 changed my email address
6124
6125         * src/matcher_parser_parse.y
6126                 clean the parser to remove conflicts
6127
6128 2001-07-09 [alfons]
6129
6130         * AUTHORS
6131                 add Match Grun
6132
6133         * configure.in
6134                 fix incorrect description of --enable-ldap parameter
6135
6136         * src/prefs_common.[ch]
6137           src/compose.c
6138                 add experimental option "smart wrapping" which makes the
6139                 compose editor auto wrap.
6140                 
6141                 | TODO: the problem with the buggy cursor handling is caused |
6142                 | by the GtkText. when deleting / backspacing text its       |
6143                 | wrapping algorithm does not take in account the previous   |
6144                 | line. should find a way to hack this in.                   |
6145                 | or should perhaps combine this with the word wrapping      |
6146                 | patch i wrote in january.                                  |
6147
6148         * src/about.c
6149                 show build parameters for LDAP and JPilot
6150
6151         * src/summaryview.c
6152                 revert Christoph's bugfix for selecting next unread message, 
6153                 because folder stats aren't updated correctly
6154
6155 2001-07-08 [hoa]
6156
6157         * src/filtering.c
6158         * src/mainwindow.c
6159         * src/matcher.c
6160         * src/matcher_parser_lex.l
6161         * src/matcher_parser_parse.y
6162         * src/prefs_filtering.c
6163         * src/prefs_scoring.c
6164         * src/scoring.c
6165                 bugfix of the config file parser
6166
6167 2001-07-08 [alfons]
6168
6169         * src/Makefile.am
6170                 added generated matcher sources to BUILT_SOURCES
6171
6172 2001-07-08 [hoa]
6173
6174         * src/Makefile.am
6175         * src/.cvsignore
6176                 added new config file parser
6177
6178         * src/scoring.[ch]
6179         * src/filtering.[ch]
6180         * src/matcher.[ch]
6181         * src/prefs_filtering.c
6182         * src/prefs_matcher.c
6183         * src/prefs_scoring.c
6184         * added src/matcher_parser.h
6185         * added src/matcher_parser_lex.h
6186         * added src/matcher_parser_lex.l
6187         * added src/matcher_parser_parse.y
6188                 lex & yacc config file parser
6189
6190         * src/mbox.c
6191         * src/inc.c
6192         * src/main.c
6193                 changes prefs_filtering into global_filtering           
6194
6195         * src/summaryview.c
6196                 build threads with subjects only if "Re: " is at the
6197                 beginning of the subject
6198
6199 2001-07-07 [paul]
6200
6201         0.5.0claws
6202
6203         sync with sylpheed 0.5.0
6204                 change of version number only
6205
6206 2001-07-06 [paul]
6207
6208         0.5.0claws5
6209
6210         sync with sylpheed 0.5.0pre5
6211
6212 2001-07-05 [paul]
6213
6214         sync with sylpheed 0.5.0pre4 release
6215                 /po and /manual/ja not sync'ed
6216
6217 2001-07-04 [paul]
6218
6219         more sync with sylpheed 0.5.0pre4
6220
6221 2001-07-03 [christoph]
6222
6223         * src/addressbook.c
6224                 fixed address book broken by address book
6225                 for VCard, JPilot, LDAP
6226
6227 2001-07-03 [alfons]
6228
6229         * src/matcher.c
6230         * src/textview.c
6231                 stopped memory leaks
6232
6233 2001-07-03 [paul]
6234
6235         more sync with sylpheed 0.5.0pre4
6236
6237 2001-07-02 [match]
6238
6239         * included address book patch for VCard, JPilot, LDAP
6240         * pref_common.c - fixed Font options on Display tab (cosmetic)
6241         * alertpanel.c - fixed truncated message
6242
6243 2001-07-02 [christoph]
6244
6245         * src/mbox_folder.c
6246         * src/procmsg.[ch]
6247         * src/summaryview.c
6248                 mark threads for ignoring
6249
6250 2001-07-02 [paul]
6251
6252         0.5.0claws4
6253
6254         * sync with sylpheed 0.5.0pre4
6255                 updated gettext to 0.10.38.
6256
6257 2001-07-01 [paul]
6258
6259         * src/ mainwindow.c
6260         * src/procmsg.h
6261         * src/summaryview.[ch]
6262                 new right-click option: Label.
6263                 substitute for 'Mark-->Mark/Unmark', colours the line.
6264                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
6265
6266 2001-07-01 [christoph]
6267
6268         * src/folderview.c
6269                 fixed font for trash
6270         * src/summaryview.c
6271                 move ctree to unread message
6272
6273 2001-07-01 [paul]
6274
6275         * sync with sylpheed 0.5.0pre3 release
6276
6277 2001-06-30 [alfons]
6278
6279         * src/filesel.[ch]
6280         * src/compose.c
6281                 allow inserting / attaching multiple files in
6282                 the composer window
6283
6284 2001-06-30 [paul]
6285
6286         * src/codeconv.c
6287                 small change to Alfons' previous stuff so that it
6288                 actually makes
6289
6290 2001-06-30 [alfons]
6291
6292         * lots of files changed; first attempt to merge the changes
6293           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
6294
6295 2001-06-30 [paul]
6296
6297         * po/pt_BR.po
6298                 updated and completed, translations by Fabio
6299                 Junior Beneditto <fjbeneditto@yahoo.com.br>
6300
6301 2001-06-29 [alfons]
6302
6303         * src/compose.c
6304         * src/mimeproc.[ch]
6305                 allow selecting an attached files' mime type from a 
6306                 list of types.
6307
6308 2001-06-29 [paul]
6309
6310         * more sync with sylpheed 0.5.0pre3
6311
6312 2001-06-29 [paul]
6313
6314         * po/pt_BR.po
6315                 merge with sylpheed.pot and pt_BR.po provided by
6316                 Fabio Junior Beneditto.
6317
6318 2001-06-29 [darko]
6319
6320         * src/procmime.c
6321                 make MIME types case insensitive
6322
6323 2001-06-28 [alfons]
6324
6325         * po/nl.po
6326                 merge with sylpheed.pot and old nl.po; translations added.
6327
6328 2001-06-28 [paul]
6329
6330         * more sync with sylpheed 0.5.0pre3
6331
6332 2001-06-27 [alfons]
6333
6334         * src/summaryview.c
6335                 don't crash when removing parent node of messages
6336                 attracted by subject. this was caused by not deleting
6337                 the parent node from the subject line hash table.
6338
6339 2001-06-27 [alfons]
6340
6341         * src/summaryview.c
6342         * src/compose.[ch]
6343         * src/mainwindow.c
6344                 if there are multiple messages selected, allow forwarding
6345                 them as attachments.
6346
6347 2001-06-27 [paul]
6348
6349         * more sync with sylpheed 0.5.0pre3
6350
6351 2001-06-26 [paul]
6352
6353         0.5.0claws3
6354
6355         * sync with sylpheed 0.5.0pre3
6356
6357 2001-06-25 [paul]
6358
6359         * src/mainwindow.c
6360                 fixed 'compose news article' bug
6361                 from icon-and-text toolbar
6362
6363 2001-06-25 [paul]
6364
6365         * sync with sylpheed 0.5.0pre2 release
6366
6367 2001-06-24 [christoph]
6368
6369         * src/prefs_common.c
6370                 bug fix in font selection
6371         * src/folderview.c
6372                 use sylpheed's normal font instead of
6373                 gtk default font for folders without
6374                 new messages
6375
6376 2001-06-24 [alfons]
6377
6378         * src/mainwindow.[ch]
6379                 added composite compose mail / news button (an idea by Leandro
6380                 Pereira <leandro@linuxmag.com.br>)
6381
6382 2001-06-24 [paul]
6383
6384         Added instructions for ldif-to-xml.py
6385
6386         * tools/README
6387
6388 2001-06-23 [alfons]
6389
6390         Some minor things.
6391
6392         * src/pixmaps/stock_news_compose.xpm
6393                 added pixmap by Leandro
6394         * src/prefs_common.c
6395                 tested built-in spelling checker of GCC 3.0 :)
6396         * po/nl.po
6397                 merged dutch translation of sylpheed-main with
6398                 sylpheed.pot
6399
6400 2001-06-23 [paul]
6401
6402         Added tools directory and files.
6403
6404         * tools/filter_conv.pl
6405                 converts old filter system to new filtering system
6406         * tools/ldif-to-xml.py
6407                 converts netscape addressbook to sylpheed addressbook
6408         * tools/README
6409                 descriptions/instructions for above two files
6410
6411 2001-06-23 [christoph]
6412
6413         * src/inc.c
6414         * src/manage_window.[ch]
6415         * src/prefs_common.[ch]
6416                 mail retrieval dialog can be enabled, disabled
6417                 or hidden if non of sylpheed's windows is active
6418
6419 2001-06-22 [paul]
6420
6421         0.5.0claws2
6422
6423         * sync with sylpheed 0.5.0pre2
6424
6425 2001-06-21 [christoph]
6426
6427         * src/summaryview.c
6428                 show recipient on 'from' for all accounts
6429                 
6430         * src/inc.c
6431         * src/prefs_common.[ch]
6432                 disable error popup on mail receive errors
6433
6434 2001-06-21 [alfons]
6435
6436         * src/compose.c
6437                 made the ruler correctly appear and disappear.
6438
6439         * src/Makefile.am
6440                 removed Hoa's work-in-progress-stuff (interesting!) so 
6441                 claws compiles ok.
6442
6443 2001-06-20 [christoph]
6444
6445         * src/inc.c
6446         * src/progressdialog.c
6447                 added scrolled window for list in progressdialog
6448
6449 2001-06-20 [paul]
6450
6451         sync with sylpheed 0.5.0pre1 release
6452
6453 2001-06-20 [christoph]
6454
6455         * src/summeryview.c
6456                 make building threads by subject work when
6457                 thread view is enabled
6458                 
6459         * src/compose.c
6460         * src/prefs_common.[ch]
6461                 automatically select account for mail replys
6462
6463 2001-06-19 [sergey]
6464
6465         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
6466         they are filled in from the account settings.
6467
6468 2001-06-19 [paul]
6469
6470         * more sync with sylpheed 0.5.0pre1
6471
6472 2001-06-18 [alfons]
6473
6474         * src/Makefile.am,
6475           src/procmime.c
6476                 added --sysconfdir to CPPFLAGS for pointing to the correct
6477                 location of mime.types. 
6478
6479                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
6480                 or ./configure!
6481
6482 2001-06-18 [hoa]
6483
6484         * src/summaryview.c
6485                 fixed some bug when building threads
6486
6487 2001-06-18 [pau]l
6488
6489         * src/prefs_account.c
6490                 UI stuff: More changes to the English
6491
6492 2001-06-18 [paul]
6493
6494         * src/pixmaps/stock_news_compose.xpm: new file
6495         * src/Makefile.am
6496         * src/mainwindow.c
6497         * src/summaryview.c
6498                 Added new icon for Hoa's 'compose a news
6499                 message', plus minor improvements to the
6500                 English
6501
6502         * po/ja.po
6503         * ChangeLog
6504         * ChangeLog.jp
6505                 more sync with sylpheed 0.5.0pre1
6506
6507 2001-06-18 [hoa]
6508
6509         * src/compose.[ch]
6510         * src/mainwindow.c
6511                 Follow-up and reply to
6512
6513         * src/summaryview.[ch]
6514                 Build threads also with subjects
6515
6516 2001-06-17 [hoa]
6517
6518         * src/compose.c
6519                 forwarding use the current account.
6520
6521         * src/mainwindow.c
6522                 the "compose message" button has been replaced with
6523                 "new mail" and "new news" buttons
6524
6525         * src/prefs_common.[ch]
6526                 added a configuration option to use the forward button
6527                 as "forward as attachment"
6528                 changed reply and forward format description
6529
6530         * src/quote_fmt_lex.l
6531         * src/quote_fmt_parse.y
6532                 added message with no signature in format for reply
6533                 and forward.
6534
6535 2001-06-17 [paul]
6536
6537         Minor UI stuff
6538
6539         * src/mainwindow.c
6540         * src/summaryview.c
6541                 Improvements to the English
6542
6543         * src/prefs_common.c
6544                 Improvements to the English and some
6545                 clarity/continuity improvements in the
6546                 description of Quote symbols.
6547
6548 2001-06-17 [paul]
6549
6550         0.5.0claws1
6551
6552         * sync with sylpheed 0.5.0pre1
6553
6554 2001-06-17 [hoa]
6555
6556         * src/compose.c
6557                 Better interface for compose, displayed fields
6558                 are updated whenever we change account.
6559                 Newsgroups field is automatically filled.
6560
6561         * src/mainwindow.c
6562                 Newsgroups field is automatically filled.
6563
6564         * src/prefs_account.c
6565                 Some interface stuff when fields appear and
6566                 disappear.
6567
6568 2001-06-16 [paul]
6569
6570         0.4.99claws
6571
6572         * sync with sylpheed 0.4.99
6573
6574 2001-06-16 [sergey]
6575
6576         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
6577         base64_decoder_free, base64_decoder_decode): new object and
6578         functions for decoding base64 streams.
6579         * src/procmime.c (procmime_decode_content): modified to use the
6580         new base64 decoder.
6581
6582 2001-06-15 [paul]
6583
6584         0.4.99claws10
6585
6586         * sync with sylpheed 0.4.99cvs11
6587
6588 2001-06-13 [paul]
6589
6590         0.4.99claws9
6591
6592         * sync with sylpheed 0.4.99cvs9
6593
6594 2001-06-13 [hoa]
6595
6596         * src/compose.c
6597         * src/prefs_account.c
6598
6599                 SMTP server can be defined in the news account
6600                 mime type of attachment are kept.
6601
6602         * src/summaryview.c
6603
6604                 now choose the highest important score between default
6605                 and important score of folder.
6606
6607 2001-06-09 [alfons]
6608         
6609         * src/prefs_common.c: 
6610
6611                 (prefs_quote_description_create): corrected description of 
6612                 quote format characters
6613
6614 2001-06-09 [paul]
6615
6616         0.4.99claws8
6617
6618         * sync with sylpheed 0.4.99cvs8
6619
6620 2001-06-08 [sergey]
6621
6622         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
6623         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
6624
6625 2001-06-08 [paul]
6626
6627         0.4.99claws7
6628
6629         * sync with sylpheed 0.4.99cvs7
6630
6631 2001-06-06 [sergey]
6632
6633         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
6634         clashes with autogenerated header).
6635         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
6636         * src/Makefile.am: added quote_fmt.h.
6637         * src/.cvsignore: added lex/yacc autogenerated files
6638         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
6639
6640 2001-06-06 [paul]
6641
6642         0.4.99claws6
6643
6644         * sync with sylpheed 0.4.99cvs6
6645
6646 2001-06-06 [hoa]
6647
6648         * added src/quote_fmt_parse.h
6649         * src/compose.c
6650                 removed warnings
6651
6652         * src/prefs.[ch]
6653                 don't modify readonly configuration files
6654
6655         * src/prefs_account.c
6656         * src/prefs_common.c
6657         * src/prefs_customheader.c
6658         * src/prefs_display_header.c
6659         * src/prefs_filter.c
6660         * src/prefs_filtering.c
6661         * src/prefs_scoring.c
6662                 don't open dialog box when configuration files
6663                 are readonly
6664
6665 2001-06-05 [sergey]
6666
6667         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
6668
6669         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
6670         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
6671         BUILT_SOURCES to make all files rebuild properly.
6672
6673         * src/compose.c: removed #include "quote_fmt.tab.h".
6674
6675         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
6676         CHARACTER value in yylval.
6677
6678         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
6679         receive CHARACTER value by documented means (yylval).
6680
6681         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
6682
6683 2001-06-05 [hoa]
6684
6685         * src/Makefile.am
6686                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
6687
6688         * src/filtering.c
6689         * src/matcher.c
6690         * src/matcher.h
6691         * src/prefs_filtering.c
6692                 now keep the configuration for execute action
6693
6694         * src/mbox_folder.c
6695                 fixed a warning
6696
6697 2001-06-05 [paul]
6698
6699         * sync with sylpheed 0.4.99cvs5
6700
6701 2001-06-05 [hoa]
6702
6703         * src/Makefile.am
6704                 added quote_fmt.[ch]
6705
6706         * added src/quote_fmt.y
6707         * added src/quote_fmt.l
6708         * added src/quote_fmt.tab.h
6709         * added src/quote_fmt.tab.c
6710         * added src/lex.quote_fmt.c
6711                 parsing configuration for replying
6712                 and forwarding
6713
6714         * src/prefs_common.[ch]
6715                 added configuration UI for replying
6716                 and forwarding
6717
6718         * src/compose.c
6719                 using configuration for replying
6720                 and forwarding
6721
6722 2001-06-04 [hoa]
6723
6724         * src/filtering.c
6725         * src/matcher.c
6726         * src/matcher.h
6727         * src/prefs_filtering.c
6728         * src/prefs_matcher.c
6729         * src/prefs_matcher.h
6730                 action "run a command" for filtering
6731                 and matching with a command.
6732                 fixed the "whole message" matching
6733
6734         * src/mbox_folder.c
6735                 changed temporary filename for security
6736
6737         * src/messageview.c
6738                 queue the notification if it fails to send.
6739
6740         * src/prefs_common.c
6741         * src/prefs_folder_item.c
6742                 changed the default important score             
6743
6744         * src/prefs_scoring.c
6745         * src/scoring.c
6746                 hide kill score input when the folder is not
6747                 a newsgroup
6748
6749 2001-06-03 [alfons]
6750
6751         * src/prefs_common.c:
6752
6753                 (prefs_font_select): pass font name in font entry box to font
6754                 selection dialog.
6755
6756 2001-06-03 [sergey]
6757
6758         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
6759
6760 2001-06-03 [paul]
6761
6762         * sync with sylpheed 0.4.99cvs4
6763
6764 2001-06-03 [alfons]
6765
6766         * src/headerwindow.c:
6767
6768                 (headerwindow_show_cb): use the selected summary view item, not
6769                 the displayed item.
6770
6771 2001-06-02 [alfons]
6772
6773         * src/headerwindow.c:
6774
6775                 (headerwindow_show_cb): always try to show msginfo
6776
6777 2001-06-02 [hoa]
6778
6779         * src/compose.c
6780                 keep attached parts when reediting or forwarding.
6781
6782 2001-06-01 [hoa]
6783
6784         * src/folderview.c
6785         * src/prefs_folder_item.[ch]
6786         * src/prefs_scoring.[ch]
6787         * src/scoring.[ch]
6788         * src/summaryview.[ch]
6789         * src/main.c
6790         * src/mainwindow.c
6791         * src/prefs_common.[ch]
6792                 support for folder scoring
6793                 kill score and important score for messages
6794         
6795         * src/prefs_account.c
6796                 some display bug fixed for local account
6797                 preferences
6798
6799 2001-05-31 [alfons]
6800
6801         * src/summaryview.c:
6802
6803                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
6804                 sender to address book menu item is disabled.
6805
6806 2001-05-30 [hoa]
6807
6808         * src/filtering.[ch]
6809         * src/summaryview.c
6810                 handling summary menu / filter messages
6811
6812         * src/folder.[ch]
6813                 add some stuff
6814
6815         * src/foldersel.c
6816                 imap folders now appears in list
6817
6818         * src/mbox_folder.c
6819                 doesn't crash if destination mail is not writeable
6820
6821 2001-05-29 [hoa]
6822
6823         * src/compose.c
6824                 removed some warnings
6825
6826         * src/filtering.c
6827         * src/folder.[ch]
6828         * src/prefs_filtering.c
6829                 global string to identify any folders           
6830                 removed some debug info
6831                 filtering to mbox folders is now possible
6832
6833         * src/mainwindow.c
6834                 removed some warnings
6835
6836         * src/mbox_folder.c
6837                 permission on files are changed to read/write for user only,
6838                 nothing for other.
6839                 creation of subfolder is handled better.
6840
6841 2001-05-28 [alfons]
6842
6843         Verified the sync for src/prefs_common.[ch] and
6844         src/prefs_account.[ch]. I believe there were some
6845         minor indentation differences.
6846
6847 2001-05-28 [paul]
6848
6849         0.4.99claws3
6850
6851         * sync with 0.4.99cvs3
6852
6853 2001-05-28 [hoa]
6854
6855         * src/compose.c
6856                 handling flags for mbox format
6857
6858         * src/filtering.c
6859                 use of mark file only for MH format
6860                 handling flags for mbox format
6861                 filtering cannot yet move or copy mails to mbox folders.
6862
6863         * src/folder.[ch]
6864                 changed move_msg, copy_msg,
6865                 move_msgs_with_dest, copy_msgs_with_dest functions
6866                 uses only folder->copy_msg() function
6867                 uses folder->finished_copy() to handle the destination
6868                 folder at the end of the copy or move operation.
6869
6870         * src/foldersel.c
6871                 included mbox directories.
6872
6873         * src/folderview.[ch]
6874         * src/mainwindow.c
6875                 handle folders operation for mbox format
6876
6877         * src/mbox.c
6878                 disable conversion of "From " header
6879
6880         * src/mbox_folder.[ch]
6881                 completion of mbox format handling
6882
6883         * src/mh.c
6884                 changed mh_copy_msg() function and
6885                 removed mh_move_msg(), mh_move_msgs_with_dest(),
6886                 mh_copy_msgs_with_dest()
6887
6888         * src/prefs_filtering.c
6889                 removed some warnings
6890
6891         * src/prefs_matcher.c
6892                 default boolean operation is AND
6893
6894         * src/procheader.c
6895                 handling flags for mbox format
6896                 handling of "From " header
6897
6898         * src/procmsg.[ch]
6899                 removed data field
6900                 added MSG_REALLY_DELETED flags to handle deletion of
6901                 messages in mbox format.
6902
6903         * src/summaryview.c
6904                 handling flags for mbox format
6905                 disable the MSG_DELETED flags when messages
6906                 are deleted in mbox format
6907
6908         * src/textview.c
6909                 "From " headers display fixed.
6910
6911 2001-05-27 [alfons]
6912
6913         * src/textview.c:
6914                 
6915                 (get_email_part): skip quoted email addresses, like in e.g.
6916                 "'alfons@proteus.demon.nl'".
6917
6918 2001-05-26 [alfons]
6919
6920         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
6921         and fixing the persistence troubles when using separate windows.
6922
6923         * src/mainwindow.c:
6924         
6925             Added #define SEPARATE_ACTION used in the gtk item factory for 
6926             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
6927                 use gtk_item_factory_get_widget_by_action() to get the items.
6928                 
6929             Removed separate_widget_cb from the gtk item factory data   
6930           
6931             (mainwindow_create): connect separate_widget_cb() to check
6932             menu item "toggled" signal. also passing a MainWindow pointer
6933                 as object data for both check menu items.
6934                 
6935             (separate_widget_cb): definition of separate_widget_cb() to match
6936             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
6937                 window using gtk_object_get_data(). The type of window separation 
6938                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
6939         
6940         * src/prefs_filtering.c,
6941           src/prefs_matcher.c: added horizontal scrollbars
6942
6943 2001-05-25 [darko]
6944
6945         * src/headerview.c
6946                 fix segfault with invalid bold font
6947         * src/summaryview.c
6948                 correctly display summary stats after row is marked
6949
6950 2001-05-23 [sergey]
6951
6952         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
6953         encodings with libjconv.
6954
6955 2001-05-23 [hoa]
6956
6957         * src/Makefile.am
6958                 added mbox_folder.[ch]
6959         * src/defs.h
6960                 mbox temporary folder
6961         * src/folder.[ch]
6962         * added src/mbox_folder.[ch]
6963         * src/folderview.c
6964         * src/procheader.[ch]
6965                 added mbox support
6966         * src/mbox.c
6967                 bugfix for file incorporation filtering
6968         * src/imap.c
6969                 enable creation of MBOX
6970         * src/prefs_display_header.c
6971                 enable use of headers like "From "
6972                 something that should be fixed :
6973                         displaying of such headers add an extra space
6974         * src/prefs_folder_item.c
6975                 don't create folders because it is not necessary
6976         * src/procmsg.h
6977                 added data field to MsgInfo for mbox internal use
6978         * src/summaryview.c
6979                 added some support for mbox
6980         * src/utils.[ch]
6981                 added get_mbox_cache_dir() function
6982
6983 2001-05-23 [hiroyuki]
6984
6985         * src/headerwindow.c
6986           src/inc.c
6987           src/main.c
6988           src/mh.c
6989           src/nntp.c
6990           src/procmsg.h
6991           src/session.h
6992           src/socket.[ch]
6993           src/summaryview.c
6994           src/textview.c
6995           src/automaton.c
6996           src/folderview.c: more sync with 0.4.99cvs2.
6997
6998         * src/headerwindow.c: reverted.
6999
7000 2001-05-22 [paul]
7001
7002         0.4.99claws2
7003
7004         * sync with sylpheed 0.4.99cvs2
7005                 * src/news.[ch]
7006                 * src/nntp.[ch]
7007                 * INSTALL
7008                 * INSTALL.jp
7009
7010 2001-05-22 [alfons]
7011
7012         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
7013
7014 2001-05-21 [alfons]
7015
7016         Minor things:
7017
7018         * configure.in: if gnome-config not found, "no" is displayed
7019         
7020         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
7021
7022         * src/textview.c: now also possible to add mail addresses by right
7023           clicking in the text view
7024
7025         * src/codeconv.c: merged patch which fixes endless loop when encountering
7026           invalid wide characters; from Alte <010@imis.ru>  
7027
7028 2001-05-20 [alfons]
7029
7030         Added installation of gnome specific things:
7031
7032         * Makefile.am: gnome conditional
7033
7034         * configure.in: check for installed gnome
7035
7036         * added sylpheed.png, sylpheed.desktop
7037
7038 2001-05-20 [sergey]
7039
7040         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
7041
7042         * src/mainwindow.h (main_window_toolbar_create): created a button
7043         for "Reply to all".
7044         (main_window_set_toolbar_sensitive): enable/disable the new button
7045         appropriately.
7046         (toolbar_reply_to_author_cb): handle the new button.
7047
7048         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
7049         send_progress_dialog_destroy() on failure (fixes hang on SMTP
7050         failure).
7051
7052 2001-05-19 [sergey]
7053
7054         * src/compose.h (ComposeReplyMode): new modes
7055         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
7056         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
7057
7058         * src/compose.c
7059         (compose_send): move some code into a new function:
7060         (compose_current_mail_account): new function.
7061         (compose_reply): new argument to_author, all callers changed; if
7062         to_author==TRUE and account->protocol==A_NNTP, find and use an
7063         appropriate mail account for replying.
7064         (compose_reply_set_entry): new argument to_author; ignore
7065         compose->replyto if to_author==TRUE.
7066
7067         * src/mainwindow.c: new command "Message/Reply to author".
7068         (main_window_set_menu_sensitive): enable/disable it.
7069         (reply_cb): handle it.
7070
7071         * src/summaryview.c: new command "Reply to author".
7072         (summary_set_menu_sensitive): enable/disable it.
7073         (summary_reply_cb): handle it.
7074
7075         * src/account.c (account_find_mail_from_address): new function.
7076
7077 2001-05-18 [paul]
7078
7079         0.4.99claws1
7080
7081         * sync with sylpheed 0.4.99cvs1
7082
7083 2001-05-18 [hoa]
7084
7085         * src/compose.[ch]
7086         * src/filtering.c
7087         * src/summaryview.c
7088                 new filtering action : forward and forward as attachment
7089
7090         * src/main.c
7091                 no need for $DISPLAY when we run sylpheed --help
7092                 call to parse_cmd_opt() is moved
7093
7094         * src/mainwindow.[ch]
7095                 execute button is hidden when immediate execute
7096                 is chosen
7097
7098         * src/mh.c
7099         * src/news.c
7100         * src/prefs_folder_item.c
7101         * src/procmsg.c
7102                 better handling of missing directories
7103
7104         * src/summaryview.c
7105                 reedit is enabled in outbox
7106                 reedit is enabled in queue
7107
7108 2001-05-17 [hoa]
7109
7110         * src/filtering.c
7111         * src/matcher.[ch]
7112         * src/prefs_filtering.c
7113                 changed attachement into attachment
7114
7115 2001-05-17 [alfons]
7116
7117         0.4.67claws4    
7118
7119         * sync with sylpheed 0.4.67cvs9
7120         * sync with sylpheed 0.4.67cvs7-8
7121
7122 2001-05-17 [hoa]
7123
7124         * src/Makefile.am
7125                 added prefs_filtering.c
7126
7127         * src/filtering.[ch]
7128         * src/matcher.[ch]
7129                 removed action : forward_news and forward_news_as_attachement
7130                 (forward and forward_as_attachement can be used instead)
7131
7132         * src/mainwindow.c
7133                 added menu option to access filtering configuration
7134
7135         * src/prefs_account.c
7136                 changed mail_command default to /usr/sbin/sendmail
7137
7138         * added src/prefs_filtering.[ch]
7139                 dialog box for filtering configuration
7140
7141         * src/prefs_matcher.c
7142                 added function prefs_matcher_get_criteria_from_matching()
7143
7144         * src/prefs_scoring.c
7145                 reset the dialog when register or substitute is clicked
7146
7147 2001-05-15 [hoa]
7148
7149         * src/Makefile.am
7150                 added filtering.[ch]
7151         * src/inc.c
7152                 using filering.[ch] instead of filter.[ch]
7153         * src/main.c
7154                 reading new filtering configuration
7155         * src/matcher.[ch]
7156                 added some filtering actions
7157                 and fixed a bug for headers and mail body matching
7158         * src/mbox.c
7159                 using filering.[ch] instead of filter.[ch]
7160         * src/mh.c
7161                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
7162         * src/summaryview.c
7163                 some fixes for filtering
7164
7165 2001-05-14 [hiroyuki]
7166
7167         * src/send.c: fixed some weird indentations.
7168           send_message_with_command(): call pclose() only if p != NULL.
7169         * src/textview.c: get_email_part(): modified the code for readability.
7170
7171 2001-05-14 [hiroyuki]
7172
7173         * src/md5global.h
7174           src/md5ify.c
7175           src/md5ify.h: removed from the cvs.
7176
7177 2001-05-13 [sergey]
7178
7179         * src/main.c: include rfc2015.h to avoid compiler warnings.
7180         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
7181         the panel is already on screen.
7182         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
7183         closing the alert window by ESC as "No".
7184         * src/prefs_common.c (prefs_interface_create): moved return
7185         receipt check button to the correct place.
7186
7187 2001-03-13 [alfons]
7188
7189         * src/prefs_common.c: 
7190                 moved return receipt check button to the Send tab. (prefs_send_create)
7191                 removed the date format ui related globals. (prefs_display_create)
7192
7193         0.4.67claws3
7194         
7195         * sync with sylpheed 0.4.67cvs5-6
7196
7197 2001-05-13 [paul]
7198
7199         * added Alfons' font selection patch
7200
7201         * src/defs.h
7202         * src/headerwindow.c
7203         * src/prefs_common.c
7204         * src/prefs_common.h
7205
7206 2001-05-13 [hoa]
7207         * src/defs.h
7208                 changed version of cache
7209         * src/matcher.[ch]
7210         * src/prefs_matcher.c
7211                 added additionnal matching criteria
7212         * src/procheader.c
7213         * src/procmsg.[ch]
7214         * src/news.c
7215                 added references in MsgInfo
7216
7217 2001-05-12 [hoa]
7218
7219         * src/defs.h
7220                 prepared some things for new filtering
7221         * src/matcher.[ch]
7222                 added some matching properties
7223                 inreplyto need to be enhanced
7224                 prepared some things for new filtering
7225         * src/messageview.c
7226                 added Return-Receipt-To handling
7227         * src/prefs_folder_item.c
7228                 changed default value to TRUE
7229         * src/prefs_matcher.c
7230                 added some matching properties
7231         * src/prefs_scoring.[ch]
7232                 the scoring dialog is finished
7233         * src/procheader.c
7234                 added Return-Receipt-To handling
7235                 Reference need to be added
7236         * src/procmsg.[ch]
7237                 added Return-Receipt-To handling
7238                 added threadscore to get a better score sorting when
7239                 threads are enabled
7240         * src/summaryview.c
7241                 suppressed a bug when we sort the list
7242                 when no folder is opened.
7243                 better score sorting when threads are enabled
7244
7245 2001-05-12 [alfons]
7246
7247         * reverted previous patch because of potential errors 
7248
7249         0.4.67claws2
7250         
7251         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
7252                 applied "toggle mail-retrieval dialog window" patch submitted 
7253                 by Eric Limpens <eric@qnt.net>
7254
7255         * sync with sylpheed 0.4.67cvs4
7256
7257 2001-05-12 [sergey]
7258
7259         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
7260         some picky compilers.
7261         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
7262         * src/grouplist_dialog.c: include alertpanel.h.
7263         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
7264         fix compile warning.
7265         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
7266         #include "defs.h" before others to prevent the warning of `MIN'
7267         and `MAX' redefinition.
7268
7269 2001-05-11 [hoa]
7270
7271         * src/main.c
7272         * src/messageview.c
7273         * src/prefs_account.c
7274         * src/prefs_display_header.c
7275                 removed warning
7276         * src/Makefile.am
7277                 added prefs_scoring.[ch]
7278         * src/grouplist_dialog.c
7279                 display an error dialog box if the group list
7280                 cannot be fetched.
7281         * src/mainwindow.[ch]
7282                 added main_window_set_thread_option() function
7283                 scoring dialog box enabled
7284         * src/matcher.[ch]
7285                 added flags matching unread /new / marked
7286                 / deleted / replied / forwarded
7287         * src/news.c
7288                 newsgroups are now finally in newscache
7289         * src/prefs_matcher.[ch]
7290                 finished preferences for matching dialog
7291         * added src/prefs_scoring.[ch]
7292                 scoring dialog box completed
7293         * src/scoring.[ch]
7294                 conversion to string : added scoringprop_to_string()
7295                 write config for preferences :
7296                 added prefs_scoring_write_config()
7297         * src/summaryview.c
7298                 threads can be enabled/disabled independently
7299                 for each folder
7300
7301 2001-05-10 [alfons]
7302
7303         0.4.67claws1
7304         
7305         * AUTHORS: 
7306                 thought it would be nice to have a list of all
7307                 contributors (used Changelog as a reference)
7308         
7309         * configure.in: 
7310                 messed up version numbering...
7311
7312         0.4.66claws1
7313
7314         * sync with sylpheed 0.4.67cvs1-3
7315
7316 2001-05-10 [darko]
7317
7318         * src/prefs_common.c:
7319                 better UI for strftime format, double clicking
7320                 on format now inserts the format in text entry
7321                 replaced close button with standard OK/Cancel
7322                 moved date format button to the right of the
7323                 text entry field
7324
7325 2001-05-09 [alfons]
7326
7327         * src/gtkstext.c:
7328                 Ctrl-Home / Ctrl-End have proper cursor navigation
7329
7330 2001-05-09 [hoa]
7331
7332         * src/prefs_matcher.c
7333                 finished UI to define matching properties
7334                 added ok and cancel button
7335         * src/prefs_filter.c
7336                 added ok and cancel button
7337         * src/news.c
7338                 fixed some bug in xhdr parsing
7339
7340 2001-05-08 [alfons]
7341
7342         * src/textview.c: 
7343                 fixed a bug in textview_show_header(), which displayed two colons (':');
7344                 cleaned up some warnings
7345
7346 2001-05-08 [hoa]
7347
7348         * src/Makefile.am
7349                 added prefs_matcher.[ch]
7350                 compilation with -W -Wall
7351         * src/alertpanel.c
7352                 ungrab the mouse events if grabbed - does it
7353                 fix the bug for disposition notification ?
7354         * src/mainwindow.c
7355                 added a menu option to open the matching dialog.
7356         * src/matcher.[ch]
7357                 added matcherprop_to_string() and matcherlist_to_string()
7358                 fixed some bugs, changed the name of some options
7359                 age_sup and age_inf becomes age_greater and age_lower,
7360                 body and messageheaders becomes body_part and headers_part,
7361                 changed the names of constants from SCORING_XXX to MATCHING_XXX
7362         * src/prefs_display_header.c
7363         * src/prefs_headers.c
7364                 fixed a bug that accidentally destroyed dialogs
7365                 when closed them with delete_event
7366                 Added *_deleted() which handle delete_event signal correctly.
7367         * src/prefs_folder_item.[ch]
7368                 added "enable_thread" field for future customization
7369         * added src/prefs_matcher.[ch]
7370                 sample of the UI to define matching properties
7371         * src/procheader.c
7372                 using procheader_headername_equal instead of str*cmp functions
7373                 using procheader_parse_header() function
7374         * src/scoring.c
7375                 using MATCHING_XXX instead of SCORING_XXX
7376         * src/summaryview.c
7377                 display the sender of the news even if this is ourself
7378                 when this is a news message.
7379         * src/textview.c
7380                 using headername_equal() instead of str*cmp functions
7381
7382 2001-05-08 [alfons]
7383
7384         0.4.66claws
7385
7386         * sync with sylpheed 0.4.66
7387         * src/gtkstext.c: trace logs added 
7388
7389 2001-05-08 [sergey]
7390
7391         * src/prefs_common.[ch]: added option to enable/disable GnuPG
7392         signature check popup.
7393         * src/rfc2015.c (check_signature): show signature check popup only
7394         if it is enabled in preferences.
7395
7396 2001-05-07 [alfons]
7397
7398         0.4.66claws4
7399         
7400         * sync with sylpheed 0.4.66cvs6
7401
7402 2001-05-07 [darko]
7403
7404         * src/prefs_common.[ch]: added option to enable/disable
7405           looking up sender name in address book for summary pane
7406         * src/summaryview.c: look up sender in the address book
7407           by using Alfons' address completion code
7408
7409 2001-05-07 [hiroyuki]
7410
7411         * src/inc.h
7412           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
7413           member of Pop3State.
7414         * src/news.c: brought #include "defs.h" before #include <glib.h>
7415           to prevent the warning of `MIN' and `MAX' redefinition.
7416
7417 2001-05-06 [hoa]
7418
7419         * removed src/headers_display.[ch]
7420         * removed src/prefs_display_headers.[ch]
7421         * src/inc.c
7422                 use a temporary file in the user directory for mbox import
7423         * src/news.c
7424                 added XHDR support to get "To" and "Cc" headers
7425                 (in order to match news with to or cc field for
7426                 scoring)
7427                 added function news_parse_xhdr() to get XHDR response
7428         * src/nntp.[ch]
7429                 added function nntp_xhdr()
7430         * src/matcher.c
7431                 fetch the message if necessary
7432
7433 2001-05-06 [alfons]
7434
7435         0.4.66claws3
7436
7437         * sync with sylpheed 0.4.66cvs3-5
7438
7439 2001-05-06 [hoa]
7440
7441         * src/utils.[ch]
7442                 added function itos_buf() to enable use of several buffers
7443         * src/summaryview.c
7444                 use of itos_buf() instead of itos() in summary list
7445                 to fix the broken display of message number.
7446
7447 2001-05-06 [alfons]
7448
7449         * src/gtkstext.c: bug in cursor up navigation fixed,
7450                 fixed another unsigned / signed comparison (we're getting there :-)
7451
7452 2001-05-06 [hoa]
7453
7454         * src/Makefile.am
7455                 added scoring.c scoring.h
7456                 prefs_folder_item.c prefs_folder_item.h
7457                 matcher.c matcher.h
7458         * src/defs.h
7459                 added FOLDERITEM_RC SCORING_RC
7460         * src/folder.[ch]
7461                 added prefs field in FolderItem :
7462                 properties for each folder (PrefsFolderItem),
7463                 sorting type and mode were added as the first properties.
7464         * src/main.c
7465                 read config for scoring
7466         * added src/matcher.[ch]
7467                 gives functions to parse configuration file to do
7468                 matching on mails with a list of conditions.
7469         * src/mainwindow.c
7470                 add option to sort by score
7471         * src/prefs_common.[ch]
7472                 added preference option to show score and for
7473                 the score column size
7474         * added src/prefs_folder_item.[ch]
7475                 properties for each folder (PrefsFolderItem),
7476                 sorting type and mode were added as the first properties.
7477         * src/procheader.[ch]
7478                 added procheader_parse_header()
7479                 added procheader_header_free()
7480                 added procheader_headername_equal()
7481                 and made modification to use them.
7482         * src/procmsg.[ch]
7483                 added score field to MsgInfo structure
7484         * added src/scoring.[ch]
7485                 gives functions to parse configuration file to do
7486                 scoring on mails with a list of conditions.
7487         * src/summaryview.[ch]
7488                 save the sorting type and mode for the folder
7489                 added column to display the score of the mail
7490                 added function summary_score_clicked()
7491                 sorting type and mode are restored to the folder
7492                 when it is reopen
7493         * src/textview.c
7494                 use procheader_parse_header(), procheader_headername_equal()
7495                 removed memory leak in text_scan_header when freeing headers
7496         * src/filter.c
7497                 changed the function to match names of headers
7498                 using procheader_headername_equal()
7499
7500         Scoring functions are implemented, an interface is needed
7501         to configure that.
7502
7503 2001-05-04 [alfons]
7504
7505         * src/gtkstext.c: 
7506                 hopefully fixed the row up navigation bug,
7507                 removed adding back / forward lines to cache
7508
7509 2001-05-04 [sergey]
7510
7511         * src/prefs_display_headers.c: user interface changes:
7512         (prefs_display_headers_create): remove unused "Show" check button;
7513         allow reordering of headers by dragging.
7514         (prefs_display_headers_write_config): remove unused variables.
7515         (prefs_display_headers_set_dialog): do not insert "(New)" at top
7516         of lists (not needed with the new UI).
7517         (prefs_display_headers_set_list): scan lists starting from row 0,
7518         not 1 (do not skip "(New)").
7519         (prefs_display_headers_find_header): new function.
7520         (prefs_display_headers_clist_set_row): do not allow duplicates.
7521         (prefs_display_headers_delete_cb): do not skip row 0; treat
7522         closing the alert window by ESC as "No".
7523         (prefs_display_headers_up): do not protect row 0.
7524         (prefs_display_headers_down): do not protect row 0.
7525
7526 2001-05-04 [sergey]
7527
7528         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
7529         functions.
7530
7531         * src/summaryview.c
7532         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
7533         summary_select_next_marked, summary_select_prev_marked): new
7534         functions.
7535
7536 2001-05-03 [sergey]
7537
7538         * src/news.c: fixed a bug when no article can be fetched after
7539         server timeout if the connection was restored by news_post():
7540         (news_select_group): new function.
7541         (news_fetch_msg): call news_select_group() before fetching
7542         article.
7543         (news_get_uncached_articles): set session->group after successful
7544         GROUP command.
7545
7546 2001-05-03 [hoa]
7547
7548         * src/defs.h
7549         * src/procmsg.[ch]
7550         * src/procheader.c
7551                  changed version of cache, added cc field
7552
7553         * src/prefs_display_headers.c
7554                 the interface was changed
7555
7556         * src/prefs_headers.c
7557                 added cancel button
7558
7559 2001-05-03 [alfons]
7560
7561         * completed sync of sylpheed cvs2
7562         * src/gtkstext.c: updated row up / down cursor navigation
7563         * src/textview.c: re-edited, prepared for fixing the email address
7564                 scanner.
7565
7566 2001-05-03 [darko]
7567
7568         * src/prefs_common.c: use alfons' strftime ui code
7569         entry_datefmt and datefmt_sample widgets have to be
7570         global in this module because of this change
7571
7572 2001-05-03 [hoa]
7573
7574         * src/messageview.c
7575         * src/prefs_common.[ch] added option to activate the return receipt
7576                 feature.
7577
7578 2001-05-02 [alfons]
7579
7580         * src/gtkstext.c: fix for row up/down cursor navigation. 
7581
7582         0.4.66claws2
7583         
7584         * sync with 0.4.66cvs2
7585
7586 2001-05-02 [paul]
7587
7588         added add-sender-to-addressbook patch
7589
7590         * src/addressbook.c
7591         * src/addressbook.h
7592         * src/summaryview.c
7593
7594 2001-05-02 [sergey]
7595
7596         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
7597         G_ALERTDISABLE.
7598
7599         * src/alertpanel.c (alertpanel_create): new argument can_disable,
7600         all existing callers changed to pass FALSE; create a check button
7601         to disable the message.
7602         (alertpanel_message_with_disable): new function.
7603         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
7604         (alertpanel_button_toggled): new function.
7605         (alertpanel_button_clicked, alertpanel_close): set value using
7606         G_ALERT_VALUE_MASK.
7607
7608         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
7609
7610         * src/prefs_common.c (prefs_privacy_create): new check button
7611         checkbtn_gpgme_warning.
7612
7613         * src/main.c (main): moved preferences reading before gpgme
7614         initialization; check prefs_common.gpgme_warning before giving the
7615         GnuPG warning and set it to FALSE if the user wants to disable the
7616         warning.
7617
7618 2001-05-02 [hiroyuki]
7619
7620         * src/prefs_display_headers.c: modified the layout and some labels.
7621
7622 2001-05-02 [sergey]
7623
7624         * src/prefs_account.c (prefs_account_fix_size): new function.
7625         (prefs_account_create): call prefs_account_fix_size(); use
7626         gtk_widget_show instead of gtk_widget_show_all (fixes too large
7627         size when the window is shown for the first time).
7628         (prefs_account_basic_create): changed layout of serv_table; moved
7629         localmbox_entry above smtpserv_entry (logically it replaces
7630         POP3/IMAP server).
7631         (prefs_account_protocol_activated): set sensitivity of
7632         nntpauth_chkbtn according to the protocol (in addition to
7633         hide/show); commented out gtk_table_set_row_spacing() calls.
7634         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
7635         not sensitive (fixes a bug with disabled username/password boxes
7636         when editing POP3 account after NNTP with authentication).
7637
7638 2001-05-02 [hoa]
7639
7640         * src/account.c
7641         * src/inc.c
7642         * src/prefs_account.[ch]
7643         * src/send.c
7644                 removed local account without SMTP server
7645                 added option to use mail command instead of a connexion
7646                 to SMTP server when a local account is used
7647         * src/prefs_headers.c
7648                 fixed a bug
7649         * src/news.c
7650                 fixed a bug when connexion immediately closed
7651
7652 2001-05-01 [alfons]
7653
7654         0.4.66claws1
7655         
7656         * sync with 0.4.65
7657
7658 2001-05-01 [sergey]
7659
7660         * src/prefs_account.c (Basic, prefs_account_basic_create): new
7661         widget nntpauth_chkbtn.
7662         (prefs_account_protocol_activated): handle nntpauth_chkbtn
7663         visibility.
7664         (prefs_account_nntpauth_toggled): new function.
7665
7666         * src/news.c (news_session_new_for_folder): use NNTP
7667         authentication only if ac->use_nntp_auth is set.
7668
7669 2001-05-01 [hoa]
7670
7671         * src/Makefile.am changed headers.[ch] in customheader.[ch]
7672         * src/prefs_display_headers.c changed the UI
7673         * src/prefs_headers.c changed account_name to account_id
7674         * src/compose.c using customheader.h
7675
7676 2001-05-01 [hiroyuki]
7677
7678         * src/esmtp.c
7679           src/news.c
7680           src/nntp.c: changed sock_read() to sock_gets(), they've been left
7681           unsynched.
7682
7683 2001-05-01 [hoa]
7684
7685         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
7686         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
7687                 for displaying of headers
7688         * src/grouplist_dialog.[ch] minor changes to remove warnings
7689         * src/prefs_display_headers.[ch] dialog to choose the
7690         headers to display in the mail viewer.
7691         * src/headers.h correction of #define
7692         * src/headers_display.[ch] configuration for displaying of headers.
7693         * src/main.c read config of displaying of headers
7694         * src/prefs_common.c add a button to access the config dialog
7695                 for displaying of headers
7696         * src/prefs_display_headers.[ch] dialog for configuration for
7697                 displaying of the headers.
7698         * src/prefs_headers.c cleaning of code
7699         * src/procheader.c comments added to code
7700         * src/textview.c changes to reorder the headers depending
7701                 on the config for displaying of headers
7702
7703 2001-04-30 [alfons]
7704
7705         0.4.65claws7
7706
7707         * sync with 0.4.65cvs12
7708
7709         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
7710
7711 2001-04-30 [sergey]
7712
7713         * src/nntp.h (NNTPSockInfo): new field auth_failed.
7714
7715         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
7716         is set to force reconnection after authentication failure.
7717         (nntp_gen_command): set sock->auth_failed on authentication
7718         failure, or if sock->userid and sock->passwd are not set.
7719
7720         * src/news.c (news_session_new_for_folder): set userid=NULL if
7721         password dialog is cancelled.
7722
7723 2001-04-30 [sergey]
7724
7725         * src/nntp.h (NNTPSockInfo): new type.
7726
7727         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
7728         SockInfo.
7729         (nntp_open_auth, nntp_close): new functions.
7730         (nntp_gen_command): new function to handle authentication; all
7731         NNTP command functions updated to use it.
7732         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
7733         (nntp_list): removed old useless code.
7734
7735         * src/news.h (NNTPSession): new field nntp_sock.
7736
7737         * src/news.c: all functions updated to use NNTPSockInfo instead of
7738         SockInfo.
7739         (news_session_new): new arguments (userid, passwd); made static;
7740         use nntp_open_auth() if needed.
7741         (news_session_destroy): use nntp_close() instead of sock_close().
7742         (news_query_password): changed arguments.
7743         (news_session_new_for_folder): new function.
7744         (news_session_get): use news_session_new_for_folder().
7745         (news_authenticate): deleted.
7746         (news_get_uncached_articles): removed old authentication code.
7747
7748 2001-04-30 [sergey]
7749
7750         * src/news.c: reverted my previous changes (need to do NNTP
7751         authentication in a cleaner way).
7752         
7753 2001-04-29 [sergey]
7754
7755         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
7756         news_nntp_post, news_nntp_mode): new functions (wrappers with
7757         authentication support).
7758         (news_get_article_cmd, news_get_article, news_get_header): new
7759         argument "folder"; all callers changed.
7760         (news_get_article_cmd): added authentication support.
7761         (news_session_get): use news_nntp_mode() instead of nntp_mode().
7762         (news_post): use news_nntp_post() instead of nntp_post().
7763         (news_get_uncached_articles): use news_nntp_group() instead of
7764         nntp_group() and news_nntp_xover() instead of nntp_xover();
7765         removed old authentication code.
7766         (news_get_group_list): use news_nntp_list() instead of nntp_list().
7767
7768         * src/nntp.c (nntp_list): return real error code instead of
7769         hardcoded NN_ERROR.
7770
7771 2001-04-29 [sergey]
7772
7773         * configure.in: fixed wint_t typedef detection again
7774
7775 2001-04-28 [hoa]
7776
7777         * src/prefs_account.[ch], added A_LOCAL_CMD
7778                 (send mail with mail command)
7779         * src/send.c added function send_message_with_command()
7780         * src/inc.c made a more secure get_spool() function with
7781                 mktemp() but maybe mkstemp() or something more
7782                 secure can be used.
7783
7784 2001-04-28 [alfons]
7785
7786         * src/textview.c, colorization of email addresses in headers
7787
7788         0.4.65claws6
7789
7790         * bug sync with sylpheed
7791         * prefs_common.c: created date format ui for darko
7792         * sync with 0.4.65cvs11
7793         * configure.in: corrected to have the new gpg checks
7794
7795 2001-04-27 [alfons]
7796
7797         * completed sync with 0.4.65cvs10
7798         * minor debug things added to gtkstext.c
7799
7800 2001-04-27 [darko]
7801
7802         * configure.in: remove check for availability of
7803           strftime() as advised by Hiroyuki
7804         * src/prefs_common.[ch], src/procheader.c:
7805           synch strftime() code with Hiroyki's main branch
7806
7807 2001-04-26 [sergey]
7808
7809         * src/news.c: news_query_password(), news_authenticate(): new
7810           functions.
7811           news_get_uncached_articles(): added NNTP authentication
7812           handling.
7813         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
7814           new functions.
7815         * src/prefs_account.c: prefs_account_protocol_activated():
7816           enable userid and password fields for NNTP.
7817
7818 2001-04-26
7819
7820         * configure.in: check for availability of strftime()
7821           [darko]
7822         * src/prefs_common.[ch], src/procheader.c: use
7823           strftime() for displaying date in summary pane if it
7824           is available
7825
7826 2001-04-25
7827
7828         * more .cvsignore cleanups [alfons]
7829
7830 2001-04-25
7831
7832         * ac/sv-check-type.m4: new autoconf macro.
7833         * configure.in: fixed wint_t typedef detection (did not work
7834           with gcc-2.96).
7835
7836 2001-04-25
7837
7838         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
7839           [hiroyuki]
7840
7841 2001-04-24
7842         * modified gtkstext.c : buggy cursor navigation fixed, 
7843           and font descent also taken in account when drawing
7844           cursor. [alfons]
7845
7846 2001-04-24 [hoa]
7847         * added comments in src/news.c src/nntp.c
7848         * added src/prefs_headers.[ch]
7849         * added src/headers.[ch]
7850         * modified compose.c to activate custom headers
7851                 added function is_in_custom_headers
7852         * modified prefs_account.[ch]
7853                 added function prefs_account_customhdr_edit
7854         * modified src/defs.h :
7855                 added HEADERS_RC : name of the config file
7856                 for the custom headers
7857
7858 2001-04-24
7859
7860     0.4.65claws5
7861
7862         * configure.in
7863           src/gtkstext.[ch]
7864           src/compose.c
7865           src/Makefile.am
7866           
7867           added gtkstext with configure.in patch by Hiroyuki which
7868           should fix the XIM detection [alfons]
7869
7870         * more clean up of cvs [alfons]
7871
7872                  * removed all Makefile.in files to attic.
7873
7874                  * updated all .cvsignores to really ignore things that could
7875                    be unintentionally committed by a recursive commit.
7876
7877 2001-04-23 [hoa]
7878         * added src/grouplist_dialog.[ch]
7879         * changed src/folderview.c to call grouplist_dialog instead
7880                 of inputdialog
7881         * src/news.c :
7882                 added functions news_reset_group_list
7883                 and news_get_group_list
7884         * src/nntp.c :
7885                 added function nntp_list
7886         * src/defs.h :
7887                 added GROUPLIST_FILE : name of the newsgroup list cache file
7888
7889 2001-04-21
7890
7891         * added option to warn about queued messages on exit [sergey]:
7892
7893           * src/compose.c: compose_queue(): call folder_item_scan()
7894             and folderview_update_item() after queueing.
7895           * src/folderview.c: folderview_update_node(): draw the queue
7896             folder in bold font if there are queued messages.
7897           * src/mainwindow.c: queued_messages(): new function.
7898             app_exit_cb(): display warning if there are queued messages
7899             if warn_queued_on_exit is set.
7900           * prefs_common.[ch]: add warn_queued_on_exit option.
7901
7902         * enhanced GnuPG key selection support [sergey]:
7903
7904           * src/select-keys.c: updated to newer version from Win32
7905             branch with support for selecting arbitrary keys.
7906           * src/prefs_account.c: added the Privacy tab to the account
7907             options window.
7908             prefs_account_privacy_create(),
7909             prefs_account_sign_key_set_data_from_radiobtn(),
7910             prefs_account_sign_key_set_radiobtn(): new functions.
7911           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
7912           * src/rfc2015.c: set_signers(): new function.
7913             pgp_sign(): add the account parameter, call set_signers().
7914             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
7915           * src/rfc2015.h: rfc2015_sign(): updated prototype.
7916           * src/compose.c: pass the current account to rfc2015_sign().
7917
7918         * tag name claws added to prevent confusion with main branch [alfons]
7919
7920         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
7921
7922         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
7923
7924         * sync with recent sylpheed cvs. Untested though. [alfons]
7925