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