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