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