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