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