* src/imap.c
[claws.git] / ChangeLog.claws
1 2002-07-03 [christoph]  0.7.8claws45
2
3         * src/imap.c
4                 better IMAP uid fetching using 'FETCH 1:* (UID)'
5         * src/msgcache.c
6                 add missing return in msgcache_write
7
8 2002-07-02 [thorsten]   0.7.8claws44
9
10         * src/jpilot.c
11         * src/msgcache.c
12         * src/rfc2015.c
13                 use binary mode for file access
14
15 2002-07-02 [christoph]  0.7.8claws43
16
17         * major code cleanup (part 1)
18         
19                 - unused variables removed
20                 - unused functions removed
21                 - uninitialized variables checked
22                 - missing return statements added
23                 - missing function return types added
24                 - added parentheses around assignment and
25                   && in || when suggested by gcc
26               
27         * src/mh.c
28         * src/folder.c
29                 replaced direct calls to folder->scan_tree
30                 with folder_scan_tree and restore folder
31                 prefs in this function. The folder should
32                 not have to deal with them.
33                 ( Should now work for all folder types )
34
35 2002-07-02 [paul]       0.7.8claws42
36
37         * sync with 0.7.8cvs13
38                 see ChangeLog 2002-07-01 and 2002-07-02
39
40 2002-07-01 [christoph]  0.7.8claws41
41
42         * src/summaryview.c
43                 fix "goto next/prev unread message" with
44                 ignored threads
45
46 2002-07-01 [paul]       0.7.8claws40
47
48         * po/es.po
49                 updated by Ricardo Mones Lastra
50
51 2002-06-30 [match]      0.7.8claws39
52
53         * src/jpilot.c
54                 applied variation of leonerd's patch (566661) to
55                 allow multiple email addresses per JPilot entry.
56                 addresses may be separated by space, comma, pipe,
57                 semi-colon, new-line.
58
59 2002-06-30 [alfons]     0.7.8claws38
60
61         * src/procmsg.c
62                 simple fix for putting older nodes before
63                 newer nodes when threading by subject
64
65 2002-06-30 [christoph]  0.7.8claws37
66
67         * src/folder.c
68         * src/folderview.c
69         * src/mh.c
70         * src/news.c
71         * src/procmsg.c
72                 fix broken folder tree rescaning
73                 and don't use procmsg_get_mark_sum
74                 anymore
75
76 2002-06-30 [christoph]  0.7.8claws36
77
78         * merge new cache branch
79         * src/imap.c
80                 fix new cache imap copy bug
81         * src/folder.c
82                 improved folder_item_scan
83                 it should now always set the correct
84                 new, unread and total message counts
85
86 2002-06-29 [paul]       0.7.8claws35
87
88         * configure.in
89                 correct syntax error
90
91 2002-06-29 [paul]       0.7.8claws34
92
93         * configure.in
94           Makefile.am
95           man/Makefile.am       ** NEW FILE **
96           man/sylpheed.1.gz     ** NEW FILE **
97                 add Sylpheed man page
98
99 2002-06-29 [paul]       0.7.8claws33
100
101         * po/pt_BR.po
102                 updated by Fabio Junior Beneditto
103
104 2002-06-28 [jens]       0.7.8claws32
105
106         * po/de.po
107                 translation updated
108
109         * src/selective_download.c
110                 removed gettext for space " "
111
112         * src/imap.c
113                 removed wrong space
114
115 2002-06-28 [paul]       0.7.8claws31
116
117         * sync with 0.7.8cvs11
118                 see ChangeLog 2002-06-28
119
120 2002-06-28 [paul]       0.7.8claws30
121
122         * sync with 0.7.8cvs10
123                 see ChangeLog 2002-06-27 and 2002-06-28
124
125 2002-06-26 [paul]       0.7.8claws29
126
127         * src/addrgather.c
128           src/selective_download.c
129                 don't gettextise empty strings.
130                 reserved by gettext. gettext("") returns 
131                 the header entry with meta information, 
132                 not the empty string
133
134         * po/en_GB.po
135                 updated
136
137 2002-06-26 [paul]       0.7.8claws28
138
139         * sync with 0.7.8cvs7
140                 see ChangeLog 2002-06-25
141
142         * src/prefs_common.c
143                 ...and in the process, tweak the gui a little
144         
145 2002-06-25 [alfons]     0.7.8claws27
146         
147         * configure.in
148         * src/Makefile.am
149                 fine tune ldap library detection
150
151 2002-06-25 [alfons]     0.7.8claws26
152
153         * src/compose.c
154                 don't allow return receipts when composing a news article
155
156 2002-06-25 [paul]       0.7.8claws25
157
158         * Makefile.am
159                 add '$(AMTAR)' to 'release' section to allow for
160                 new and older autotools
161
162 2002-06-25 [paul]       0.7.8claws24
163
164         * src/summaryview.c
165                 fix "No more unread messages" persistant pop-up
166                 window bug
167
168 2002-06-25 [paul]       0.7.8claws23
169
170         * po/it.po
171                 updated by Alessandro Maestri
172
173 2002-06-25 [paul]       0.7.8claws22
174
175         * sync with 0.7.8cvs6
176                 see ChangeLog 2002-06-25
177
178 2002-06-24 [paul]       0.7.8claws21
179
180         * tools/update-po
181                 add GPL copyright information
182
183 2002-06-24 [paul]       0.7.8claws20
184
185         * tools/Makefile.am
186           tools/README
187           tools/update-po       ** NEW FILE **
188                 add script that eases the creation of *.po files
189                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
190
191 2002-06-23 [alfons]     0.7.8claws19
192
193         * src/messageview.c
194                 make notification_convert_header obey const correctness
195                 (next step will be fixing the broken return receipt)
196
197 2002-06-23 [paul]       0.7.8claws18
198
199         * src/messageview.c
200                 fix bug introduced in last commit:
201                 removed too much code in last commit - put back what's
202                 needed
203
204 2002-06-23 [paul]       0.7.8claws17
205
206         * src/messageview.[ch]
207                 remove code committed in error from locally patched
208                 source
209
210 2002-06-23 [colin]      0.7.8claws16
211
212         * src/compose.[ch]
213                 add compose_entry_select(), used to select the default_to
214                 email address - hopefully avoiding people sending mails to
215                 wrong recipients.
216
217 2002-06-22 [alfons]     0.7.8claws15
218
219         * AUTHORS
220                 add Bram Metsch & Stanislav Karchebny
221         * src/smtp.[ch]
222         * src/prefs_account.[ch]
223         * src/send.c
224                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
225                   options.  (see <http://sourceforge.net/tracker/index.php
226                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
227
228                 - merge Stanislav's fix to make SMTP AUTH work with qmail
229                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
230
231 2002-06-22 [paul]       0.7.8claws14
232
233         * sync with 0.7.8cvs5
234                 see ChangeLog 2002-06-19 and 2002-06-20
235
236 2002-06-22 [alfons]     0.7.8claws13
237
238         * src/selective_download.c
239                 fix a stupid mistake I made
240
241 2002-06-22 [alfons]     0.7.8claws12
242
243         * src/selective_download.[ch]
244                 fix another unnoticed leak; cleanup code
245
246 2002-06-21 [alfons]
247
248         * tools/Makefile.am
249                 gpg-sign <-- gpg-sign-syl
250
251 2002-06-21 [alfons]     0.7.8claws11
252
253         * src/selective_download.c
254         * src/selective_download.h
255                 fix assorted mix of allocation errors (should solve
256                 problem reported by Philippe Gramoullé, see:
257                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
258
259 2002-06-20 [melvin]     0.7.8claws10
260
261         * tools/gpg-sign *REMOVED*
262           tools/gpg-sign-syl *ADDED*
263                 Replaced the gpg clearsigning script with the version using
264                 xterm instead of ssh-askpass and changed its name.
265
266         * README.claws
267                 Updated actions example to reflect the renaming of the
268                 gpg clearsigning script.
269
270 2002-06-19 [paul]       0.7.8claws9
271
272         * sync with 0.7.8claws9
273                 see ChangeLog 2002-06-18 and 2002-06-19
274
275 2002-06-19 [paul]       0.7.8claws8
276
277         * sync with 0.7.8cvs1
278                 see ChangeLog 2002-06-18
279
280 2002-06-18 [alfons]     0.7.8claws7
281
282         * src/mainwindow.h
283                 add omitted prototype
284
285 2002-06-17 [paul]       0.7.8claws6
286
287         * src/mainwindow.c
288                 fix hiding of exec_btn
289
290 2002-06-17 [paul]       0.7.8claws5
291
292         * src/pop.c
293                 remove unneeded code: should_delete() 
294                 and Pop3State::uidl_todelete_list
295
296 2002-06-17 [paul]       0.7.8claws4
297
298         * sync with 0.7.8
299                 see ChangeLog 2002-06-11 and 2002-06-13
300
301 2002-06-16 [alfons]     0.7.8claws3
302         
303         * src/folder.c
304                 make sure lock sort mode (claws specific) is
305                 also persists after a tree rescan
306
307 2002-06-16 [alfons]     0.7.8claws2
308
309         * src/prefs_folder_item.c
310         * src/folder.[ch]
311                 fix persistence of folder sort mode (broken
312                 by adapting Hiro's new folder persistence code)
313
314 2002-06-16 [alfons]     0.7.8claws1
315
316         * AUTHORS
317         * src/logwindow.c
318         * src/prefscommon.[ch]
319                 control size of log text in log window; 
320                 closes patch #569155 submitted by Mitko Haralanov.
321
322 2002-06-15 [paul]       0.7.8claws
323
324         * release of 0.7.8claws
325
326 2002-06-15 [paul]       0.7.7claws
327
328         * po/pt_BR.po
329                 updated by Fabio Junior Beneditto
330
331 2002-06-14 [paul]       0.7.6claws49
332
333         * po/es.po
334                 updated by Ricardo Mones Lastra
335
336 2002-06-14 [paul]       0.7.6claws48
337
338         * po/nl.po
339                 updated translation by Wilbert Berendsen
340
341 2002-06-14 [melvin]     0.7.6claws47
342
343         * po/fr.po
344                 Updated French translation
345
346 2002-06-13 [paul]       0.7.6claws46
347
348         * src/filesel.c
349                 allow filename to be typed in, rather than just
350                 selected by the mouse. Patch by Gustavo Noronha Silva.
351
352 2002-06-13 [alfons]     0.7.6claws45
353
354         * src/mainwindow.[ch]
355                 more cleanups (removing unnecessary menu items Expand 
356                 summary / message view)
357
358 2002-06-13 [melvin]     0.7.6claws44
359
360         * po/POTFILES.in
361                 Added src/string_match.c
362         * src/string_match.c
363                 Fixed possible buffer overflow.
364                 Corrected typo.
365                 Added missing config.h header.
366         * src/prefs_common.c
367           src/prefs_matcher.c
368           src/prefs_scoring.c
369                 Made some strings translatable (missing _(..)).
370
371 2002-06-13 [melvin]     0.7.6claws43
372
373         * README.claws
374                 Corrected action example (verifying clearsigned mail).
375         * src/prefs_account.c
376                 Corrected typo.
377         * src/prefs_common.c
378                 Removed incorrect line that generated a Gtk-CRITICAL msg.
379
380 2002-06-12 [alfons]     0.7.6claws42
381
382         * src/summaryview.c
383                 add init of score column lost in 0.7.6claws42
384
385 2002-06-12 [paul]       0.7.6claws41
386
387         * src/prefs_account.c
388                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
389                 behavior of the radio buttons, (from 0.7.7cvs2)
390
391 2002-06-11 [alfons]     0.7.6claws40
392
393         * src/messageview.[ch]
394         * src/summaryview.[ch]
395         * src/summary_search.c
396         * src/mainwindow.c
397                 perform a sync to bring in Hiro's separate view implementation 
398
399                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
400
401 2002-06-11 [paul]       0.7.6claws39
402         
403         * src/prefs_account.c
404                 correct a typo on the Receive tab
405
406 2002-06-10 [match]      0.7.6claws38
407
408         * src/addressbook.c
409                 Included address completion patch from Gustavo Noronha.
410
411 2002-06-10 [paul]       0.7.6claws37
412
413         * src/inc.[ch]
414           src/pop.c
415           src/prefs_account.[ch]
416           src/selective_download.[ch]
417                 apply PATCH #561712
418                  NEW:
419                 - check if POP Account
420                 - Receive Button renamed to Preview
421                 - Preview Button Popup: preview new/all messages
422                 - Download Button
423                 - Account Preferences-->Receive tab checkbutton if you
424                   want to remove Mail after Download
425                 -: default YES
426                 - Account Preferences-->Receive tab checkbutton use
427                   filtering rules on preview
428                   (think of delete_on_server)
429                 -: default YES
430                 - Account selectable from SD dialog
431                 - checkbutton to show already downloaded messages if
432                   all messages are previewed
433                 - new clist column showing Date
434                 - ESC KEY close
435                 FIXES:
436                 - play ball with UIDL
437                 - fault tolerant (?) 
438                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
439
440 2002-06-10 [melvin]     0.7.6claws36
441
442         * README.claws
443                 Added a hint to ac/README in cvs instructions.
444
445         * src/prefs_actions.c
446                 Made it possible to use a more elaborate command line
447                 for asynchronous actions, too.
448
449 2002-06-10 [melvin]     0.7.6claws35
450         
451         * src/prefs_actions.c
452                 Make it possible to use a more elaborate command line
453                 (e.g. |foo|bar|cat>there;echo Done|)
454                 Corrected error message when calling %f, %F and %p commands
455                 from the compose window.
456
457 2002-06-09 [colin]      0.7.6claws34
458
459         * src/summaryview.c
460                 Automatically find unread messages in current folder
461                 before annoying the user.
462
463 2002-06-08 [alfons]     0.7.6claws33
464
465         * po/it.po
466                 remove bad formatting string in it.po translation
467                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
468
469 2002-06-08 [paul]       0.7.6claws32
470
471         * sync with 0.7.6cvs25
472                 see ChangeLog 2002-06-07
473
474 2002-06-05 [paul]       0.7.6claws31
475
476         * src/mainwindow.c
477                 add 'Sort by locked' and 'Sort by score'
478
479 2002-06-05 [paul]       0.7.6claws30
480
481         * sync with 0.7.6cvs24
482                 see ChangeLog 2002-06-04
483
484 2002-06-04 [paul]       0.7.6claws29
485
486         * po/pt_BR.po
487                 updated by Fabio Junior Beneditto
488
489 2002-06-03 [thorsten]   0.7.6claws28
490
491         * src/matcher.c
492                 fclose() matcherrc after reading
493
494 2002-06-03 [paul]       0.7.6claws27
495
496         * sync with 0.7.6cvs21
497                 see ChangeLog 2002-05-31
498
499 2002-05-31 [paul]       0.7.6claws26
500
501         * sync with 0.7.6cvs20
502                 see ChangeLog 2002-05-29 and 2002-05-30
503
504 2002-05-31 [paul]       0.7.6claws25
505
506         * src/imap.c
507                 hopefully fix last buggy sync
508
509         * README.claws
510                 correct typo in 'Actions' examples
511
512 2002-05-29 [paul]       0.7.6claws24
513
514         * sync with 0.7.6cvs18
515                 see ChangeLog 2002-05-28 and 2002-05-29
516
517         * src/news.c
518           src/nntp.[ch]
519                 sync with above 
520
521 2002-05-28 [paul]       0.7.6claws23
522
523         * sync with 0.7.6cvs16
524                 see ChangeLog 2002-05-28
525
526 2002-05-27 [thorsten]   0.7.6claws22 
527
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                 corrected DOS lineendings
533         * faq/de/sylpheed-faq-1.html
534           faq/de/sylpheed-faq-2.html
535           faq/en/sylpheed-faq-1.html
536           faq/en/sylpheed-faq-2.html
537           faq/en/sylpheed-faq-3.html
538           faq/es/sylpheed-faq-1.html
539           faq/es/sylpheed-faq-2.html
540           faq/es/sylpheed-faq-3.html
541           faq/fr/sylpheed-faq-1.html
542           faq/it/sylpheed-faq-1.html
543           faq/it/sylpheed-faq-2.html
544           faq/it/sylpheed-faq-3.html
545           faq/it/sylpheed-faq.html
546                 changed ">" to &quot;
547
548 2002-05-27 [paul]       0.7.6claws21
549         
550         * sync with 0.7.6cvs15
551                 see ChangeLog 2002-05-27
552
553 2002-05-27 [paul]       0.7.6claws20
554
555         * src/prefs_account.c
556                 correct a typo
557
558 2002-05-26 [paul]       0.7.6claws19
559
560         * tools/README
561                 correct a typo
562
563 2002-05-25 [paul]       0.7.6claws18
564
565         * tools/README
566                 add description of kmail2sylpheed.pl
567
568 2002-05-25 [paul]       0.7.6claws17
569
570         * tools/kmail2sylpheed.pl       ** NEW FILE **
571                 perl script that converts an exported Kmail address
572                 book, converts it to sylpheed addressbook file,
573                 writes the file to .sylpheed, and updates
574                 addrbook--index.xml 
575
576 2002-05-25 [paul]       0.7.6claws16
577
578         * sync with 0.7.6cvs14
579                 see ChangeLog 2002-05-23
580
581 2002-05-24 [paul]       0.7.6claws15
582
583         * README.claws
584                 make a correction and add some more info
585
586 2002-05-24 [paul]       0.7.6claws14
587
588         * src/compose.c
589                 fix memory leak in 
590                 compose_redirect_write_headers_from_headerlist()
591                 add Subject and Resent-Message-ID to
592                 compose_redirect_write_headers()
593                 Received, Subject, and X-UIDL are filtered out in 
594                 compose_redirect_write_to_file()
595
596 2002-05-23 [paul]       0.7.6claws13
597
598         * src/compose.[ch]
599           src/filtering.c
600           src/mainwindow.c
601           src/matcher.[ch]
602           src/matcher_parser_lex.l
603           src/matcher_parser_parse.y
604           src/prefs_common.[ch]
605           src/prefs_filtering.c
606           src/summaryview.c
607                 rename 'Bounce' to 'Redirect'
608
609 2002-05-23 [paul]       0.7.6claws12
610
611         * more sync with 0.7.6cvs13
612           src/compose.c
613                 see ChangeLog 2002-05-22
614
615 2002-05-22 [paul]       0.7.6claws11
616
617         * sync with 0.7.6cvs13
618           src/codeconv.c
619                 see ChangeLog 2002-05-20
620           src/prefs_common.c
621                 see ChangeLog 2002-05-22
622
623 2002-05-21 [melvin]     0.7.6claws10
624
625         * src/folderview.c
626                 Added missing filtering and scoring headers
627                 Fixed bad function call that showed garbage 
628                 in Folder->Processing
629
630 2002-05-21 [paul]       0.7.6claws9
631
632         * tools/Makefile.am
633                 make all tools executable, (patch by Alfons).
634
635 2002-05-20 [alfons]     0.7.6claws8
636
637         * src/procheader.c
638                 don't forget to call mktime() so we have a valid week 
639                 and year day
640                 (Bug report by Roger Sondermann <mail@jumaros.de>)
641
642 2002-05-20 [paul]       0.7.6claws7
643
644         * src/html.c
645                 fix broken parsing of urls
646         * src/textview.c
647                 fix displaying of urls
648
649                 both fixes from the patch [547855] by Eugene 
650                 Brevdo (zonem)
651
652 2002-05-19 [alfons]     0.7.6claws6
653
654         * configure.in
655                 make sylpheed configure correctly with the latest
656                 and greatest of automake / autoconf / gettext
657
658 2002-05-19 [alfons]     0.7.6claws5
659
660         * src/procheader.c
661         * src/procheader.h
662                 add function for returning ime zone offset
663         * src/quote_fmt.c
664         * src/quote_fmt_parse.y
665                 better quotation formatting - does not convert
666                 to local time, but uses the original date string.
667                 
668                 Note: %z inserts the timezone offset (should 
669                 work also on platforms where strftime does not
670                 support %z).
671
672 2002-05-18 [christoph]  0.7.6claws4
673
674         * src/summaryview.c
675                 fix indentation of some code
676         * tools/Makefile.am
677                 fix spaces after \
678         * src/Makefile.am
679                 add missing \
680                 correct path for ignorethread.xpm
681                 incorrect filename for sylpheed_logo.xpm
682                 add missing include matcher_parser_parse.h
683
684 2002-05-18 [paul]       0.7.6claws3
685
686         * sync with 0.7.6cvs8
687                 see ChangeLog 2002-05-16 and 2002-05-17
688
689 2002-05-18 [melvin]     0.7.6claws2
690
691         * README.claws
692                 Corrected an action's definition and fixed some misspellings.
693
694 2002-05-18 [paul]       0.7.6claws1
695
696         * tools/Makefile.am
697           tools/gpg-sign        ** new file **
698           tools/uudec           ** new file **
699                 add Melvin's Actions scripts
700
701         * README.claws
702                 add Melvin's descriptions for Actions
703
704 2002-05-18 [paul]       0.7.6claws
705
706         * Version 0.7.6claws released
707
708 2002-05-17 [paul]       0.7.5claws32
709
710         * po/es.po
711                 updated by Ricardo Mones Lastra
712
713 2002-05-17 [paul]       0.7.5claws31
714
715         * src/compose.c
716                 fix Account prefs default folder for sent/draft/deleted
717                 messages bug
718
719         * po/it.po
720           po/nl.po
721                 updated translation by Alessandro Maestri and
722                 Wilbert Berendsen
723
724 2002-05-17 [melvin]     0.7.5claws30
725
726         * src/prefs_actions.c
727                 Fixed bug where using %F not at the end of the command 
728                 resulted in an additional empty argument being created.
729                 Thanks to Darko Koruga for reporting the bug.
730
731 2002-05-17 [melvin]     0.7.5claws29
732
733         * po/fr.po
734                 Updated French translations.
735
736 2002-05-15 [paul]       0.7.5claws28
737         
738         * po/es.po
739                 updated by Ricardo Mones Lastra
740
741 2002-05-15 [paul]       0.7.5claws27
742
743         * sync with 0.7.6cvs4
744                 see ChangeLog 2002-05-14 and 2002-05-15
745
746 2002-05-14 [paul]       0.7.5claws26
747
748         * sync with 0.7.6cvs1
749                 see ChangeLog 2002-05-13
750
751 2002-05-13 [thorsten]   0.7.5claws25
752
753         * src/messageview.c
754                 fix select_all and copy in multipart messages
755         * src/mainwindow.c
756                 fix select_all and copy in multipart messages
757
758 2002-05-12 [paul]       0.7.5claws24
759
760         * src/summaryview.c
761                 reverse last commit, bug already fixed in 0.7.5claws3
762
763 2002-05-12 [netztorte]  0.7.5claws23
764
765         * src/summaryview.c
766                 dont parse empty addressbook (checked in before claws20)
767
768 2002-05-12 [melvin]     0.7.5claws22
769
770         * src/procmsg.[ch]
771                 Removed unneeded priority code introduced by the previous 
772                 commit.
773
774 2002-05-12 [melvin]     0.7.5claws21
775
776         * src/compose.[ch]
777                 Added possibility to set message's priority.
778         * src/procmsg.[ch]
779                 Added possibility to set message's priority.
780                 Added missing headers
781
782 2002-05-12 [melvin]     0.7.5claws20
783
784         * src/prefs_actions.c
785                 Removed implicitely added quotes around the name
786                 of the temporary files of mime parts.
787
788 2002-05-12 [paul]       0.7.5claws19
789
790         * sync with 0.7.5cvs20
791                 see ChangeLog 2002-05-11
792
793 2002-05-12 [alfons]     0.7.5claws18
794
795         * src/quote_fmt_lex.l
796         * src/quote_fmt_parse.y
797                 allow quote / reply date & time format to be set using
798                 %D{format}. format is a format string you'd pass to
799                 strftime() (see man strftime, or the Display tab |
800                 Date format setting).
801
802                 Currently %D converts the date to local time. 
803
804 2002-05-11 [paul]       0.7.5claws17
805
806         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
807                 see ChangeLog 2002-05-10 and 2002-05-11
808
809 2002-05-10 [paul]       0.7.5claws16
810
811         * sync with 0.7.5cvs16
812                 see ChangeLog entries 2002-05-09 and 
813                 2002-05-10
814
815 2002-05-10 [colin]      0.7.5claws15
816
817         * src/textview.c
818                 Corrected a bug that prevented sylpheed to open
819                 double-clicked URIs.
820
821 2002-05-09 [paul]       0.7.5claws14
822
823         * sync with 0.7.5cvs14
824                 see ChangeLog 2002-05-08 and 2002-05-09
825
826 2002-05-08 [paul]       0.7.5claws13
827
828         * sync with 0.7.5cvs11
829                 see ChangeLog entry 2002-05-08
830
831 2002-05-08 [paul]       0.7.5claws12
832
833         * src/mainwindow.c
834           src/textview.[ch]
835                 fix segfault on View->Open in new window
836                 patch submitted by Thorsten Maerz <torte@netztorte.de>
837
838 2002-05-07 [paul]       0.7.5claws11
839
840         * sync with 0.7.5cvs9
841                 see ChangeLog entry 2002-05-07
842
843 2002-05-06 [paul]       0.7.5claws10
844
845         * src/messageview.c
846           src/textview.c
847                 display url in statusbar on single-click
848                 patch submitted by Thorsten Maerz <torte@netztorte.de>
849
850 2002-05-06 [match]      0.7.5claws9
851
852         * src/addritem.[ch]
853                 new functions.
854         * src/addrcache.c
855                 tidy up.
856         * src/xmlprops.[ch]
857                 XML implementation of properties file.
858         * src/exporthtml.[ch]
859         * src/expthtmldlg.[ch]
860         * src/addressbook.c
861                 export to HTML.
862
863 2002-05-02 [sergey]     0.7.5claws8
864
865         * src/mainwindow.c (mainwin_entries),
866           src/prefs_common.c (prefs_send_create()),
867           src/codeconv.c (locale_table):
868                 use charset name "Windows-1251" instead of "CP1251".
869
870 2002-05-02 [colin]      0.7.5claws7
871         
872         * src/compose.c
873           src/prefs_common.c
874           src/prefs_folder_item.c
875                 Fixed cosmetics bugs due to Outbox renamed to Sent.
876
877 2002-05-02 [hiro]       0.7.5claws6
878
879         * src/imap.c
880                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
881
882 2002-05-02 [paul]       0.7.5claws5
883
884         * src/compose.c
885                 more sync with 0.7.5cvs7, see ChangeLog entry
886                 2002-05-02
887
888 2002-05-02 [hiro]       0.7.5claws4
889
890         * src/compose.c
891                 compose_queue_sub():
892                 check if queue folder exists (closes #550397).
893                 removed directory creation since it should be handled
894                 transparently.
895         * src/imap.c
896                 imap_add_msg(): return UID for appended message
897                 (closes #548842).
898
899 2002-04-30 [paul]       0.7.5claws3
900
901         * src/summaryview.c
902                 fix account_find_from_address() bug
903
904 2002-04-28 [colin]      0.7.5claws2
905
906         * src/compose.c
907           src/textview.c
908           src/prefs_common.[ch]
909           src/utils.[ch]
910                 Added user-definable quotation characters recognition.
911
912 2002-04-28 [paul]       0.7.5claws1
913
914         * sync with 0.7.5cvs4
915                 see ChangeLog entry  2002-04-25
916
917 2002-04-28 [paul]       0.7.5claws
918
919         * po/es.po
920           po/nl.po
921           po/pt_BR.po
922                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
923                 Fabio Junior Beneditto
924
925 2002-04-27 [jens]       0.7.4claws103
926
927         * po/de.po
928                 updated German translation.
929
930 2002-04-27 [hiro]       0.7.4claws102
931
932         * src/summaryview.c
933                 summary_write_cache(): fixed the mark loss of hidden messages.
934
935 2002-04-26 [melvin]     0.7.4claws101
936
937         * src/procmsg.c
938                 fixed a second typo (same one)
939         * po/fr.po
940           po/it.po
941           po/pt_BR.po
942                 fixed the type again...
943
944 2002-04-26 [melvin]     0.7.4claws100
945
946         * src/procmsg.c
947                 fixed a typo in an alert message ("temorary").
948         * po/it.po
949         * po/pt_BR.po
950                 corrected the typo  described above.
951         * po/fr.po
952                 updated French translation.
953
954 2002-04-26 [darko]      0.7.4claws99
955
956         * src/summaryview.c
957                 fix target folder colorization
958
959 2002-04-25 [paul]       0.7.4claws98
960
961         * po/it.po
962                 updated by Alessandro Maestri
963
964 2002-04-24 [colin]      0.7.4claws97
965         
966         * src/compose.c
967                 Fixed double "subject is empty" question.
968
969 2002-04-23 [colin]      0.7.4claws96
970         
971         * src/mimeview.c
972                 Corrected issue when "automatically display images" was
973                 not set : first image remained after selecting second.
974
975 2002-04-23 [melvin]     0.7.4claws95
976
977         * src/prefs_actions.c
978                 Don't display in/out dialog if there is nothing to show.
979
980 2002-04-23 [paul]       0.7.4claws94
981
982         * sync with 0.7.5cvs3
983                 bug fixes: see ChangeLog entry 2002-04-23
984
985 2002-04-22 [darko]      0.7.4claws93
986
987         * src/compose.c
988                 fix previous check-in which changed code after
989                 merge from main
990
991 2002-04-22 [paul]       0.7.4claws92
992
993         * faq/de/*
994                 add German FAQ
995         * faq/en/*
996           faq/es/*
997           faq/fr/*
998                 update English, Spanish and French FAQs
999         * manual/de/*
1000           manual/es/*
1001                 add German and Spanish manuals
1002         * manual/en/*
1003           manual/fr/*
1004                 update English and French manuals
1005
1006         * src/Makefile.am
1007                 add to and re-arrange the pixmap entries
1008
1009 2002-04-22 [darko]      0.7.4claws91
1010
1011         * src/compose.c
1012                 fix sender initials recognition to only allow
1013                 '>' after the initials
1014
1015 2002-04-21 [paul]       0.7.4claws90
1016
1017         * sync with 0.7.5 release
1018                 see ChangeLog entry 2002-04-21
1019
1020 2002-04-21 [alfons]
1021
1022         * src/Makefile.am
1023                 add colin's new pixmaps to EXTRA_DIST
1024
1025 2002-04-21 [colin]      0.7.4claws89
1026         * src/compose.c
1027         * src/inc.c
1028         * src/mainwindow.[ch]
1029         * src/prefs_common.[ch]
1030         * src/stock_pixmap.[ch]
1031                 Added "Work offline" ability.
1032
1033 2002-04-21 [colin]      0.7.4claws88
1034         
1035         * src/mimeview.c
1036         * src/prefs_common.c
1037         * src/prefs_common.h
1038         * src/textview.c : Added an option to common preferences -> display
1039           to allow user not to automatically display images.
1040
1041 2002-04-21 [paul]       0.7.4claws87
1042
1043         * sync with 0.7.4cvs52
1044                 see ChangeLog entry 2002-04-21 (src/imap.c)
1045
1046 2002-04-21 [paul]       0.7.4claws86
1047
1048         * sync with 0.7.4cvs51
1049                 see ChangeLog entry 2002-04-21
1050
1051 2002-04-21 [paul]       0.7.4claws85
1052
1053         * sync with 0.7.4cvs49
1054                 see ChangeLog entries 2002-04-20 and 2002-04-21
1055
1056         * src/Makefile.am
1057                 clean up: remove old 'stock_' element from xpm 
1058                 filenames.
1059
1060 2002-04-21 [alfons]     0.7.4claws84
1061
1062         apply sync patch from Paul
1063
1064         * src/folderview.c
1065                 use old claws prefs_folder_item_create() for now
1066
1067 2002-04-19 [match]      0.7.4claws83
1068
1069         * src/addressbook.[ch]
1070         * src/addrharvest.[ch]
1071         * src/addrgather.[ch]
1072                 recurse folders.
1073         * src/mainwindow.c
1074         * src/summaryview.[ch]
1075                 change menu option.
1076
1077 2002-04-19 [paul]       0.7.4claws82
1078
1079         * po/pt_BR.po
1080                 updated by Fabio Junior Beneditto
1081
1082 2002-04-14 [alfons]     0.7.4claws81
1083
1084         * src/passphrase.c
1085                 add #include <sys/types.h> for mode_t and off_t 
1086
1087 2002-04-13 [paul]       0.7.4claws80
1088         
1089         * src/main.c
1090           src/passphrase.[ch]
1091           src/pgptext.c
1092           src/prefs_common.[ch]
1093           src/rfc2015.c
1094                 enable storing of GnuPG passphrase for the whole 
1095                 session or a user-defined number of minutes. patch 
1096                 submitted by Ravemax <ravemax@dextrose.com>
1097
1098 2002-04-13 [alfons]     0.7.4claws79
1099
1100         * src/textview.c
1101                 make email parser also stop scanning when encountering separators
1102                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
1103
1104 2002-04-13 [paul]       0.7.4claws78
1105
1106         * sync with 0.7.4cvs39
1107                 see ChangeLog entry 2002-04-12
1108
1109 2002-04-11 [paul]       0.7.4claws77
1110
1111         * sync with 0.7.4cvs37
1112                 see ChangeLog entry 2002-04-11
1113
1114 2002-04-11 [paul]       0.7.4claws76
1115
1116         * COPYING 
1117                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1118                 the clause for OpenSSL). sync with sylpheed main
1119
1120 2002-04-09 [melvin]     0.7.4claws75
1121
1122         * src/compose.c
1123                 Made 'Ctrl-Enter' on send ignore some modifiers 
1124                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
1125                 to bind other *-Enter (but not Alt-Enter).
1126
1127 2002-04-09 [paul]       0.7.4claws74
1128
1129         * sync with 0.7.4cvs35
1130                 see ChangeLog entries 2002-04-09
1131
1132 2002-04-08 [paul]       0.7.4claws73
1133
1134         * sync with 0.7.4cvs33
1135                 see ChangeLog entry 200-04-08
1136
1137 2002-04-07 [match]      0.7.4claws72
1138
1139         * src/addrharvest.[ch]
1140                 fixed to read all addresses in header, regardless
1141                 of header size. improved name parsing. accommodate
1142                 harvest from folders and selected message.
1143         * src/addritem.[ch]
1144                 included new address parsing function.
1145         * src/addrgather.[ch]
1146         * src/addressbook.[ch]
1147         * src/summaryview.[ch]
1148         * src/mainwindow.c
1149                 allow address harvest of folder as well as selected
1150                 messages.
1151
1152 2002-04-07 [paul]       0.7.4claws71
1153
1154         * src/esmtp.[ch]
1155           src/smtp.c
1156                 don't try to authenticate with CRAM-MD5 in SMTP when 
1157                 SMTP-AUTH enabled if MTA doesn't issue this 
1158                 auth-method in it's ehlo-response. bug item #531364,
1159                 patch item #938910. patch submitted by Colin Leroy 
1160                 <colin@colino.net>
1161
1162 2002-04-07 [paul]       0.7.4claws70
1163
1164         * src/nntp.c
1165                 fix missing MODE_READER bug. patch submitted by
1166                 Colin Leroy <colin@colino.net>
1167
1168 2002-04-07 [alfons]     0.7.4claws69
1169
1170         * src/matcher.[ch]
1171         * src/prefs_filtering.c
1172         * src/summaryview.c
1173                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
1174                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
1175
1176 2002-04-07 [paul]       0.7.4claws68
1177
1178         * sync with 0.7.4cvs32
1179                 see ChangeLog entry 2002-04-06
1180
1181         * tools/filter_conv.pl
1182                 more bug fixes
1183
1184 2002-04-06 [paul]       0.7.4claws67
1185
1186         * tools/filter_conv.pl
1187                 modify to be able to find the name of the first
1188                 mailbox and use that. main's filter does not
1189                 record the full path to the mailbox and therefore
1190                 can only filter to the first mailbox.
1191
1192 2002-04-05 [paul]       0.7.4claws66
1193
1194         * tools/filter_conv.pl
1195                 attempt to make the script all-encompassing and
1196                 be able to convert any main 'filter' rule thrown
1197                 at it
1198
1199 2002-04-05 [paul]       0.7.4claws65
1200
1201         * tools/filter_conv.pl
1202                 allow for collapsed folder trees
1203
1204 2002-04-05 [paul]       0.7.4claws64
1205
1206         * sync with 0.7.4cvs31
1207                 see ChangeLog entries 2002-04-05
1208
1209 2002-04-03 [paul]       0.7.4claws63
1210
1211         * sync with 0.7.4cvs29
1212                 see ChangeLog entries 2002-04-02 and 2002-04-03
1213
1214 2002-04-02 [paul]       0.7.4claws62
1215
1216         * sync with 0.7.4cvs26
1217                 see ChangeLog entry 2002-04-01
1218
1219 2002-04-02 [match]      0.7.4claws61
1220
1221         * src/pine.[ch]
1222         * src/importpine.[ch]
1223         * src/addressbook.c
1224                 import Pine address book.
1225
1226 2002-04-02 [match]      0.7.4claws60
1227
1228         * src/addrharvest.[ch]
1229                 improve address parsing of funky addresses.
1230
1231 2002-04-02 [darko]      0.7.4claws59
1232
1233         * src/compose.c
1234                 wrap on send improvements, it now recognizes quoted
1235                 initials as part of the quotation string, and it
1236                 does not join lines separated by CR
1237
1238 2002-04-01 [match]      0.7.4claws58
1239
1240         * src/mgutils.[ch]
1241                 added new functions.
1242         * src/mutt.[ch]
1243                 remove excessive duplicate address generation
1244                 on import.
1245
1246 2002-04-01 [alfons]     0.7.4claws57
1247         
1248         * src/summaryview.c
1249                 put back g_free() 
1250
1251 2002-04-01 [paul]       0.7.4claws56
1252
1253         * sync with 0.7.4cvs25
1254                 see ChangeLog entry 2002-04-01
1255
1256 2002-04-01 [alfons]     0.7.4aprilfool55
1257
1258         * src/summaryview.c
1259                 honour feature request item #537427 to allow for
1260                 displaying names from address book for sent mail also
1261
1262 2002-03-29 [paul]       0.7.4claws54
1263
1264         * src/mainwindow.c
1265           src/prefs_filtering.[ch]
1266           src/prefs_matcher.c
1267           src/summaryview.c
1268                 add 'fast filter' for claws' filtering,
1269                 /Tools/Create filter rule/... patch submitted
1270                 by Neill Miller <neillm@thecodefactory.org>
1271
1272 2002-03-29 [paul]       0.7.4claws53
1273
1274         * sync with 0.7.4cvs24
1275                 see ChangeLog entry 2002-03-29
1276
1277 2002-03-28 [paul]       0.7.4claws52
1278
1279         * sync with 0.7.4cvs23
1280                 see ChangeLog entry 2002-03-28
1281
1282 2002-03-27 [melvin]     0.7.4claws51
1283
1284         * src/prefs_actions.c
1285                 Added support to pass only one message part (as a
1286                 file) to the command using '%p'. No quotes are needed
1287                 because doubles quotes are automatically added.
1288                 Fixed bug where Sylpheed could block when waiting for
1289                 a child process to finish.
1290                 Changed the help menu to remove quotes around symbols to 
1291                 avoid misinterpretation (they must not be used).
1292
1293 2002-03-27 [melvin]     0.7.4claws50
1294
1295         * src/inc.c
1296                 Made the new mail notification command always 
1297                 execute asynchronously.
1298
1299 2002-03-27 [paul]       0.7.4claws49
1300
1301         * src/compose.c
1302                 fix bug introduced in last commit
1303
1304 2002-03-27 [paul]       0.7.4claws48
1305
1306         * sync with 0.7.4cvs21
1307                 see ChangeLog 2002-03-26 and 2002-03-27
1308
1309 2002-03-26 [hoa]        0.7.4claws47
1310
1311         * src/prefs_folder_item.c
1312                 really fixed the bug #516442 with folder rescan.
1313
1314 2002-03-26 [paul]       0.7.4claws46
1315
1316         * sync with 0.7.4cvs19
1317                 see ChangeLog entries 2002-03-25 and 2002-03-26
1318
1319 2002-03-25 [hoa]        0.7.4claws45
1320
1321         * src/matcher.c
1322         * src/mh.c
1323                 fix the bug #516442 with folder rescan.
1324
1325         * src/prefs_common.[ch]
1326         * src/compose.c
1327                 added an option to enable two different behaviours
1328                 for bounce.
1329
1330
1331 2002-03-25 [paul]       0.7.4claws44
1332
1333         * src/mainwindow.c
1334           src/selective_download.c
1335                 correct a few menuitem labels
1336
1337 2002-03-25 [christoph]  0.7.4claws43
1338
1339         * src/procmsg.c
1340                 fix non deleted tmp message in
1341                 procmsg_save_to_outbox
1342                 fix problems caused by sync with
1343                 main branch's procmsg_send_queue
1344
1345 2002-03-25 [paul]       0.7.4claws42
1346
1347         * src/quote_fmt.c
1348           src/quote_fmt_lex.l
1349           src/quote_fmt_parse.y
1350                 add Last name (%L) placeholder for quoting. 
1351                 patch submitted by Thorsten Thielen 
1352                 <thth@users.sourceforge.net>
1353
1354 2002-03-25 [paul]       0.7.4claws41
1355
1356         * src/utils.c
1357                 get full hostname. patch submitted by
1358                 Bob Woodside <rwoodside1@comcast.net>
1359
1360 2002-03-25 [paul]       0.7.4claws40
1361
1362         * src/account.c
1363           src/news.c
1364           src/nntp.[ch]
1365           src/prefs_account.[ch]
1366                 enable NNTP over SSL. patch submitted by
1367                 Pascal Jermini <pascal@infinity.hn.org>
1368
1369 2002-03-24 [paul]       0.7.4claws39
1370
1371         * src/prefs_common.c
1372                 make the arrangement of the Compose tab more
1373                 coherent
1374
1375         * src/mainwindow.c
1376                 fix some irregularities of style
1377
1378         * po/de.po
1379                 updated by Kilian Krause
1380
1381 2002-03-23 [paul]       0.7.4claws38
1382
1383         * po/pt_BR.po
1384                 updated by Fabio Junior Beneditto
1385
1386 2002-03-23 [paul]       0.7.4claws37
1387
1388         * src/mainwindow.c
1389                 move 'Gather addresses' to 'Tools' menu
1390                 make 'Selective download' sensitive
1391
1392 2002-03-23 [paul]       0.7.4claws36
1393
1394         * sync with 0.7.4cvs16
1395                 see ChangeLog entries 2002-03-23
1396
1397 2002-03-22 [christoph]  0.7.4claws35
1398
1399         * src/quote_fmt_parse.y
1400                 fix include program output
1401
1402 2002-03-22 [alfons]     0.7.4claws34
1403
1404         * src/pop.c
1405                 initialize GDate stack variable correctly (sorry!)
1406
1407 2002-03-22 [paul]       0.7.4claws33
1408
1409         * src/compose.c
1410           src/mainwindow.c
1411           src/prefs_actions.c
1412           src/prefs_common.c
1413                 rename 'Tool' to 'Tools'
1414
1415         * src/mainwindow.c
1416                 move 'Delete duplicated messages' from
1417                 'Message/' to 'Tools/'
1418                 re-arrange the order of 'Tools/' items
1419
1420 2002-03-22 [paul]       0.7.4claws32
1421
1422         * src/addr_compl.c
1423           src/addressbook.[ch]
1424                 auto-address completion now also matches on
1425                 Nickname. patch submitted by Bob Forsman 
1426                 <hammor@users.sourceforge.net>
1427
1428         * src/editaddress.c
1429                 correct a spelling mistake
1430
1431 2002-03-22 [alfons]     0.7.4claws31
1432
1433         * src/pop.c
1434                 fix getting uidl from incorrect string 
1435                 (spotted by Colin)
1436
1437 2002-03-21 [alfons]     0.7.4claws30
1438
1439         * src/pop.c
1440                 more code refactoring
1441                 plug mem leak introduced by delete on server
1442
1443 2002-03-21 [paul]       0.7.4claws29
1444
1445         * sync with 0.7.4cvs11
1446                 see ChangeLog entries 2002-03-20
1447
1448 2002-03-20 [alfons]     0.7.4claws28
1449
1450         * src/inc.c
1451                 apply Colin's patch and refactor
1452
1453 2002-03-20 [paul]       0.7.4claws27
1454
1455         * sync with sylpheed 0.7.4cvs9
1456                 see ChangeLog entry 2002-03-20
1457
1458 2002-03-19 [christoph]  0.7.4claws26
1459
1460         * src/mh.c
1461         * src/procmsg.[ch]
1462         * src/summaryview.c
1463                 revert changes for flag updates
1464                 (does not work correctly and no time to debug)
1465
1466 2002-03-20 [alfons]     0.7.4claws25
1467
1468         * src/pop.c
1469                 refactor should_delete() a little bit 
1470
1471 2002-03-19 [paul]       0.7.4claws24
1472
1473         * src/inc.[ch]
1474           src/pop.c
1475           src/prefs_account.[ch]
1476                 allow the user to leave downloaded mail on the 
1477                 server for n days. Patch submitted by Colin Leroy 
1478                 <colin@colino.net>
1479
1480 2002-02-19 [paul]       0.7.4claws23
1481
1482         * sync with sylpheed 0.7.4cvs8
1483                 see ChangeLog entries 2002-03-19
1484
1485 2002-03-18 [paul]       0.7.4claws22
1486
1487         * sync with sylpheed 0.7.4cvs6
1488                 see ChangeLog entry 2002-03-18
1489
1490 2002-03-18 [paul]       0.7.4claws21
1491
1492         * po/en_GB.po
1493                 add en_GB message catalogue
1494
1495         * src/mbox_folder.c
1496           src/prefs_account.c
1497           src/prefs_actions.c
1498                 correct a few spelling mistakes
1499
1500 2002-03-17 [alfons]     0.7.4claws20
1501
1502         * src/matcher.c
1503                 more stringent checks for NULL params when writing
1504                 filtering actions to a file
1505                 
1506 2002-03-17 [hoa]        0.7.3claws20
1507
1508         * src/news.c
1509                 fixed the count of new messages
1510
1511         * src/compose.c
1512                 fixed the "attachment properties" window
1513
1514 2002-03-17 [paul]       0.7.4claws19
1515
1516         * src/defs.h
1517           src/folder.h
1518           src/news.c
1519           src/prefs_account.[ch]
1520           src/procmsg.[ch]
1521           src/summaryview.c
1522                 automatically mark cross-posted messages as read 
1523                 and (optionally) give them a colour label
1524                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
1525                 
1526
1527 2002-03-17 [paul]       0.7.4claws18
1528
1529         * sync with sylpheed 0.7.4cvs5
1530                 see ChangeLog entry 2002-03-17
1531
1532 2002-03-17 [melvin]     0.7.4claws17
1533         
1534         * src/textview.c
1535                 Worked around a gtktext 'bug': when searching for 
1536                 a text in a long message it was scrolling slowly
1537                 line by line until it hit the searched text.
1538         * po/fr.po
1539                 Updated French translation
1540
1541 2002-03-17 [melvin]     0.7.4claws16
1542
1543         * src/mainwindow.c
1544         * src/compose.c
1545         * src/prefs_actions.c
1546                 Moved "Edit/Actions" to "Tool/Actions"
1547                 Made mainwindow/compose window sensitive as soon as
1548                 no child process is running anymore even if the io dialog
1549                 is open.
1550                 Fixed a struct being initialized with a non constant char*
1551
1552 2002-03-16 [christoph]  0.7.4claws15
1553
1554         * configure.in
1555                 add --with-compiler-flags option
1556                 (only for developer hacking)
1557         * src/mh.c
1558         * src/procmsg.[ch]
1559         * src/summaryview.c
1560                 try to make folder-stats and flag handling more
1561                 independent from the summaryview. msgcounts
1562                 are only set when the folder is opened and
1563                 procmsg_msginfo_(un)set_flags will handle it
1564                 later and summaryview will get the values
1565                 from the folder.
1566
1567 2002-03-16 [paul]       0.7.4claws14
1568
1569         * src/messageview.c
1570                 fix Return-receipt. Patch submitted by Bob
1571                 Woodside <rwoodside1@comcast.net>
1572
1573 2002-03-16 [paul]       0.7.4claws13
1574
1575         * src/compose.c
1576                 fix 'dynamic' signatures, make it work again
1577                 broken during sync on 2002-03-14 (0.7.4claws2)
1578
1579 2002-03-15 [match]      0.7.4claws12
1580
1581         * src/addrharvest.[ch]
1582         * src/addrgather.[ch]
1583         * src/addressbook.[ch]
1584         * src/mainwindow.c
1585                 included address harvester feature. still some
1586                 issues with address parsing that I will fix.
1587
1588 2002-03-15 [match]      0.7.4claws11
1589
1590         * src/addrbook.[ch]
1591         * src/addrcache.[ch]
1592         * src/addressbook.[ch]
1593         * src/addrindex.c
1594         * src/editbook.c
1595         * src/importldif.c
1596         * src/importmutt.c
1597         * src/jpilot.[ch]
1598         * src/main.c
1599         * src/syldap.[ch]
1600         * src/vcard.[ch]
1601                 tidy up. fix memory leaks. moved attribs and methods
1602                 from individual interfaces to addrcache object. prep
1603                 for new stuff to come in.
1604
1605 2002-03-15 [alfons]     0.7.4claws10
1606
1607         * src/matcher.[ch]
1608         * src/matcher_parser_parse.y
1609         * src/matcher_parser_lex.l
1610         * src/prefs_matcher.c
1611                 add filtering conditions message greater than, smaller 
1612                 than, and exactly matching a size in bytes
1613                 (does not work with delete from POP3 server yet)
1614
1615                 this should also give others an idea what you should
1616                 do to add new criterions to claws filtering system
1617                 
1618
1619 2002-03-15 [paul]       0.7.4claws9
1620
1621         * tools/filter_conv.pl
1622                 exit if there are no filter rules to convert
1623                 rename filterrc to filterrc.old after completion
1624
1625 2002-03-15 [paul]       0.7.4claws8
1626
1627         * sync with sylpheed 0.7.4cvs3
1628                 see ChangeLog entry 2002-03-14
1629
1630 2002-03-14 [paul]       0.7.4claws7
1631
1632         * src/compose.c
1633                 clean up the last commit (ahem)
1634
1635 2002-03-14 [paul]       0.7.4claws6
1636
1637         * src/compose.c
1638                 fix bug #515655. honour account preferences
1639                 regarding gpg default signing/encryption when 
1640                 changing account from the compose window.
1641
1642 2002-03-14 [paul]       0.7.4claws5
1643
1644         * src/folderview.c
1645                 remove unnecessary curly brackets
1646
1647 2002-03-14 [paul]       0.7.4claws4
1648
1649         * src/folderview.c
1650           src/prefs_filtering.[ch]
1651                 add filter rename on folder rename and filter
1652                 delete on folder delete. Patch submitted by
1653                 Neill Miller <neillm@thecodefactory.org> 
1654
1655 2002-03-14 [christoph]  0.7.4claws3
1656
1657         * src/procmsg.c
1658         * src/send.c
1659                 fix local delivery
1660                 (patch submitted by "Simon 'corecode' Schubert")
1661         * src/prefs_common.c
1662         * src/procmsg.c
1663                 fix gcc 3.0 warning
1664
1665 2002-03-14 [paul]       0.7.4claws2
1666
1667         * sync with sylpheed 0.7.4cvs2
1668                 see ChangeLog entry 2002-03-13
1669
1670 2002-03-12 [darko]      0.7.4claws1
1671
1672         * src/mainwindow.c
1673                 fix what seems to be a copy and paste error
1674                 when setting color for important messages
1675                 (reported by wwp)
1676
1677 2002-03-11 [paul]       version 0.7.4claws released
1678
1679 2002-03-11 [paul]       0.7.4claws
1680
1681         * po/es.po
1682           po/it.po
1683           po/nl.po
1684           po/pt_BR.po
1685                 update message catalogs. Submitted by Ricardo Mones 
1686                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
1687                 Fabio Junior Beneditto
1688
1689         * configure.in
1690           faq/Makefile.am
1691           faq/it/Makefile
1692           faq/it/sylpheed-faq*
1693           src/mainwindow.c
1694           src/manual.[ch]
1695                 add FAQ in Italian
1696         
1697
1698 2002-03-11 [jens]       0.7.3claws7
1699
1700         * po/de.po
1701                 updated German translation
1702
1703 2002-03-11 [melvin]     0.7.3claws6
1704
1705         * po/fr.po
1706                 updated and corrected French translation
1707
1708 2002-03-10 [hoa]        0.7.3claws5
1709
1710         * src/account.c
1711         * src/inc.c
1712         * src/prefs_account.c
1713         * src/procmsg.c
1714         * src/send.[ch]
1715                 fixed the local account.
1716                 you have to change the default "/usr/sbin/sendmail"
1717                 to "/usr/sbin/sendmail -t" in the preferences of
1718                 the local account.
1719
1720         * src/procmime.c
1721                 removed some debug display for renderer
1722
1723 2002-03-10 [paul]       0.7.3claws4
1724
1725         * faq/en/sylpheed-faq-1.html
1726           faq/en/sylpheed-faq-2.html
1727                 update
1728
1729 2002-03-09 [paul]       0.7.3claws3
1730
1731         * sync with sylpheed 0.7.4
1732                 see ChangeLog entry 2002-03-09
1733
1734 2002-03-08 [paul]       0.7.3claws2
1735
1736         * faq/en/sylpheed-faq*
1737           faq/es/sylpheed-faq*
1738           faq/fr/sylpheed-faq*
1739                 update the FAQs
1740
1741         * manual/fr/.cvsignore
1742           manual/fr/Makefilea.am
1743           manual/fr/sylpheed*
1744           src/mainwindow.c
1745           src/manual.[ch]
1746                 add the French manual
1747
1748 2002-03-07 [paul]       0.7.3claws1
1749
1750         * sync with sylpheed 0.7.3cvs4
1751                 see ChangeLog entries  2002-03-06 and 2002-03-07
1752         
1753         * po/nl.po
1754                 updated by Wilbert Berendsen
1755
1756 2002-03-07 [melvin]     0.7.2claws34
1757
1758         * src/selective_download.c
1759                 Changed the pixmap of the receive button to MAIL_RECEIVE.
1760
1761 2002-03-06 [paul]       0.7.2claws33
1762
1763         * sync with sylpheed 0.7.3cvs1
1764                 bug fix, see ChangeLog entry 2002-03-05
1765
1766 2002-03-05 [paul]       0.7.2claws32
1767
1768         * src/mimeview.c
1769           src/pgptext.[ch]
1770           src/procmsg.c
1771                 reverse the pgp ascii-armored code implemented in 
1772                 0.7.2claws16. removal of this code until it matures.
1773                 this means that verifying ascii-armored pgp sigs and
1774                 automatic decryption of ascii-armored encrypted
1775                 messages no longer works.
1776
1777 2002-03-05 [paul]       0.7.2claws31
1778
1779         * configure.in
1780           Makefile.am
1781         * faq/Makefile.am
1782         * faq/en/Makefile.am
1783           faq/en/sylpheed-faq.html
1784           faq/en/sylpheed-faq-1.html
1785           faq/en/sylpheed-faq-2.html
1786           faq/en/sylpheed-faq-3.html
1787         * faq/es/Makefile.am
1788           faq/es/sylpheed-faq.html
1789           faq/es/sylpheed-faq-1.html
1790           faq/es/sylpheed-faq-2.html
1791           faq/es/sylpheed-faq-3.html
1792           faq/es/sylpheed-faq-4.html
1793         * faq/fr/Makefile.am
1794           faq/fr/sylpheed-faq.html
1795           faq/fr/sylpheed-faq-1.html
1796           faq/fr/sylpheed-faq-2.html
1797           faq/fr/sylpheed-faq-3.html
1798         * src/Makefile.am
1799           src/defs.h
1800           src/mainwindow.c
1801           src/manual.[ch]
1802                 add FAQs in English, Spanish and French
1803
1804
1805 2002-03-05 [paul]       0.7.2claws30
1806
1807         * manual/en/sylpheed.html
1808           manual/en/sylpheed-XX.html
1809                 updated the English manual
1810
1811 2002-03-05 [hoa]        
1812
1813         * src/summaryview.c
1814                 dialog box pops up if the article can't be deleted.
1815
1816 2002-03-04 [paul]       
1817         
1818         * po/pt_BR.po
1819                 updated by Fabio Junior Benedito
1820
1821 2002-03-04 [hoa]
1822
1823         * removed ac/gpgme.m4
1824                 to avoid autogen common problem
1825                 developers have to install gpgme development package now
1826
1827         * src/compose.c
1828                 encoding to 7bit or 8bit is enabled.
1829
1830 2002-03-03 [alfons]     0.7.2claws29
1831
1832         * src/pop.c
1833                 merge fix by Oliver Haertel for selective
1834                 download buglet
1835
1836 2002-03-03 [paul]       0.7.2claws28
1837         
1838         * sync with sylpheed 0.7.3
1839
1840 2002-03-03 [paul]       0.7.2claws27
1841
1842         * sync with sylpheed 0.7.2cvs24
1843                 see ChangeLog entries 2002-03-02 and 2002-03-03
1844
1845 2002-03-02 [melvin]     0.7.2claws26
1846
1847         * src/inc.[ch]
1848         * src/main.c
1849         * src/mainwindow.c
1850         * src/prefs_common.[ch]
1851                 Added user definable notification on new mail arrival.
1852                 Removed unused variables in spell checker prefs code.
1853
1854 2002-03-02 [melvin]     0.7.2claws25
1855
1856         * src/quote_fmt.c
1857                 Removed unnecessary escape sequences.
1858                 Changed 'Initial...' to 'Initials of Sender'
1859
1860 2002-03-02 [paul]       0.7.2claws24
1861
1862         * sync with sylpheed 0.7.2cvs22
1863                 see ChangeLog entry 2002-03-01
1864
1865 2002-03-01 [hoa]        0.7.2claws23
1866
1867         * src/mainwindow.c
1868                 Set sensitivity of delete actions to active
1869                 even if the folder is a newsgroup.
1870
1871         * src/summaryview.c
1872                 - Set sensitivity of delete actions
1873                 - Added function check_permission() that will check if the
1874                   user is authorized to delete a message. For news, it
1875                   will check if the author is the same.
1876                 - Enabled deletion when there is no trash folder.
1877
1878         * src/news.[ch]
1879                 - Added news_cancel_article() to cancel articles
1880                 - Implemented news_remove_message() (public function)
1881
1882 2002-03-01 [paul]       0.7.2claws22
1883
1884         * src/gtkutils.c
1885           src/textview.c
1886                 recognise urls that that don't include 'http://' and
1887                 simply begin 'www.' 
1888
1889         * AUTHORS
1890                 remove duplicated name
1891
1892 2002-02-28 [paul]       0.7.2claws21
1893
1894         * src/mainwindow.c
1895           src/summaryview.[ch]
1896                 add ability to 'Select thread'
1897                 combines Melvin's "Select thread's head" patch (#510907)
1898                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
1899                 patch (#518514) 
1900
1901 2002-02-28 [paul]       0.7.2claws20
1902
1903         * src/mimeview.c
1904                 hopefully fix segfault on right-clicking a mime part
1905                 that some people have experienced.      
1906                 fix submitted by Fredrik Olofsson <frol@linux.nu>
1907
1908 2002-02-28 [paul]       0.7.2claws19
1909
1910         * sync with sylpheed 0.7.2cvs21
1911                 see ChangeLog entries 2002-02-27 and 2002-02-28
1912
1913 2002-02-27 [paul]       0.7.2claws18
1914
1915         * sync with sylpheed 0.7.2cvs18
1916                 see ChangeLog entries 2002-02-26 and 2002-02-27
1917
1918 2002-02-26 [alfons]     0.7.2claws17
1919
1920         * src/procheader.c
1921                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
1922                 (spotted by Chris Hessman <idatech@gmx.net>)
1923
1924 2002-02-26 [paul]       0.7.2claws16
1925
1926         * src/mimeview.c
1927           src/pgptext.[ch]
1928           src/procmsg.c
1929                 make decryption of ascii-armored pgp encrypted messages
1930                 and verification of ascii-armored signatures work again.
1931                 slightly altered from the patch by Jens Jahnke 
1932                 <jan0sch@gmx.net>
1933
1934                 ##FIX ME##
1935                 * the checking of plaintext signatures always comes up in 
1936                   a popup box
1937                 * it doesn't work for multipart messages 
1938                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
1939                   including the msg headers and these 2 line themselves, are 
1940                   not displayed
1941
1942         * src/mainwindow.c
1943                 "View/Folder Tree" becomes "View/Separate Folder Tree"
1944                 "View/Message View" becomes "View/Separate Message View"
1945                 because its less ambiguous.
1946
1947         * po/es.po
1948                 updated by Ricardo Mones Lastra
1949
1950 2002-02-26 [paul]       0.7.2claws15
1951
1952         * sync with sylpheed 0.7.2cvs17
1953                 see ChangeLog entries 2002-02-25 and 2002-02-26
1954
1955 2002-02-25 [christoph]  0.7.2claws14
1956
1957         * src/filtering.[ch]
1958         * src/inc.c
1959                 do filtering stuff after all messages have been received
1960                   1. drop all messages to .processing
1961                   2. scan processing folder for messages
1962                   3. filter messages or move to inbox
1963                 this will also find old messages left in processing after
1964                 a crash or something like that and we get a real msginfo
1965                 from folder->get_msg_list and do not have to create our
1966                 own in filter_message
1967         * src/matcher_parser_parse.y
1968                 remove MIX/MAX warning (reordered includes)
1969
1970 2002-02-25 [paul]       0.7.2claws13
1971
1972         * sync with sylpheed 0.7.2cvs15
1973                 see ChangeLog entry 2002-02-24
1974
1975 2002-02-24 [alfons]     0.7.2claws12
1976
1977         * src/filtering.c
1978                 clear old color flags first when applying a new color to
1979                 a message info. 
1980                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
1981
1982 2002-02-24 [alfons]     0.7.2.claws11
1983         
1984         * AUTHORS
1985         * src/prefs_common.c
1986                 add presets for Opera and Konqueror, closes patch #517261,
1987                 submitted by Ville Skyttä <scop@users.sourceforge.net>
1988
1989 2002-02-24 [alfons]     0.7.2.claws10
1990
1991         * AUTHORS
1992         * src/summaryview.c
1993                 fix threading for null message ids, closes patch #521601,
1994                 submitted by Bob Forsman <hammor@users.sourceforge.net>
1995
1996 2002-02-24 [alfons]     0.7.2claws9
1997
1998         * src/summaryview.c
1999         * src/filtering.c
2000                 make Tool | Filter Message work with filtering system so
2001                 setting flags also works
2002
2003                 TODO:
2004
2005                 - Processing uses the same function as Tool | Filter
2006                   Message, but doesn't use the same update proc yet
2007
2008 2002-02-23 [paul]       0.7.2claws8
2009
2010         * sync with sylpheed 0.7.2cvs14
2011                 see ChangeLog entries 2002-02-22 and 2002-02-23
2012
2013 2002-02-22 [christoph]  0.7.2claws7
2014
2015         * src/quote_fmt.c
2016                 Add column space to table
2017         * src/quote_fmt_parse.y
2018                 Close files
2019
2020 2002-02-22 [paul]       0.7.2claws6
2021
2022         * src/Makefile.am
2023           src/defs.h
2024           src/filtering.c
2025           src/inc.[ch]
2026           src/mainwindow.c
2027           src/matcher.[ch]
2028           src/matcher_parser_lex.l
2029           src/matcher_parser_parse.y
2030           src/pop.[ch]
2031           src/prefs_account.h
2032           src/prefs_filtering.c
2033           src/selective_download.[ch]   *** NEW FILES ***
2034           src/utils.[ch]
2035           po/POTFILES.in
2036                 Selective Download added to 'Tool' menu. 
2037                 Retrieves email headers of the currently selected pop3 
2038                 account and allows the user to mark emails for deletion 
2039                 right on the pop3 server. Patch submitted by Oliver Haertel 
2040                 <oha@users.sourceforge.net>.
2041         
2042         * po/POTFILES.in
2043                 add 'src/quote_fmt.c'           
2044
2045 2002-02-22 [christoph]  0.7.2claws5
2046
2047         * src/Makefile.am
2048                 added quote_fmt.c
2049         * src/prefs_common.[ch]
2050         * src/prefs_template.c
2051         * src/quote_fmt.c               *** NEW FILE ***
2052         * src/quote_fmt.h
2053                 move quote format symbol description code
2054                 to it's own file because it is used from
2055                 differnent code parts
2056                 Rewrote symbol description GUI
2057                   + use table
2058                   + add separators
2059                   + get data from array (no more long constant strings)
2060         * src/quote_fmt_lex.l
2061         * src/quote_fmt_parse.y
2062                 Symbol for Literal % changed to \% instead of %%
2063                 (More logical as \ is used for quoting for other symbols)
2064                 Add |f and |p to include files and program output
2065                 Examples:
2066                     |f{/home/.../.signature}
2067                     |p{date}
2068         * po/de.po
2069                 Correct wrong spelling for "Referenzen"
2070
2071 2002-02-21 [paul]       0.7.2claws4
2072
2073         * src/procmsg.c
2074                 forgotten during sync
2075
2076 2002-02-21 [paul]       0.7.2claws3
2077
2078         * sync with sylpheed 0.7.2cvs11
2079                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
2080                 2002-02-20 and 2002-02-21
2081
2082 2002-02-20 [melvin]     0.7.2claws2
2083
2084         * src/prefs_actions.c
2085                 Added error report when child cannot fork or when execvp 
2086                 returns with an error.
2087
2088 2002-02-19 [christoph]  0.7.2claws1
2089
2090         * src/codeconv.c
2091                 return unconverted text if conde conversion is not possible
2092                 when libjconv is used.
2093                 (patch submitted by "Simon 'corecode' Schubert")
2094
2095 2002-02-19 [paul]       
2096
2097         * version 0.7.2claws release
2098
2099 2002-02-19 [paul]       0.7.2claws
2100
2101         * po/nl.po
2102                 updated by Wilbert Berendsen
2103
2104
2105 2002-02-18 [alfons]     0.7.1claws13
2106
2107         * src/syldap.c
2108         * src/jpilot.c
2109                 remove references to dlfcn and explicitly loading functions
2110                 from dynalink libs, because libs linked anyway, and functions
2111                 are loaded explicitly
2112
2113 2002-02-17 [melvin]     0.7.1claws12
2114
2115         * src/prefs_actions.c
2116                 Replaced children wait loop with double fork technique.
2117                 Now, input/output window updated at each new output.
2118                 free_children(): Fixed a memory leak.
2119                 Made input/output window non closable if running children
2120                 still exist.
2121                 Added missing <unistd.h> include.
2122                 Added some --debug outputs.
2123
2124 2002-02-17 [melvin]     0.7.1claws11
2125
2126         * src/summaryview.c
2127                 Fixed bug where descending sort order did not select top
2128                 message.
2129
2130 2002-02-17 [melvin]     0.7.1claws10
2131
2132         * acconfig.h
2133                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2134         * src/prefs_common.c
2135                 Pspell data package directory no more hard coded but
2136                 set during configuration (PSPELL_PATH). (Thanks to 
2137                                 Gustavo Noronha Silva.)
2138
2139 2002-02-17 [melvin]     0.7.1claws9
2140
2141         * configure.in
2142                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
2143         * src/gtkspell.c
2144                 Fixed compile-time warnings.
2145
2146 2002-02-16 [alfons]     0.7.1claws8
2147
2148         * src/filesel.c
2149                 fix inadvertent free of NULL pointer which caused
2150                 sylpheed to crash when closing the save-as dialog
2151                 using the window close button
2152
2153 2002-02-16 [carsten]    0.7.1claws7
2154         * src/mainwindow.[ch]
2155           src/summaryview.c
2156           src/prefs_common.c
2157                 fixes for pixmap theming code:
2158                         - recently changed mail attributes shouldn't get
2159                           lost any longer
2160                         - theme is only reloaded iff another theme was
2161                           selected
2162
2163 2002-02-16 [paul]       0.7.1claws6
2164
2165         * sync with sylpheed 0.7.2 release
2166                 see ChangeLog entry 2002-02-15 and 2002-02-16
2167
2168 2002-02-15 [paul]       0.7.1claws5
2169
2170         * sync with sylpheed 0.7.1cvs9
2171                 see ChangeLog entry 2002-02-15
2172
2173         * po/POTFILES.in
2174                 remove unneeded headerwindow.c entry
2175
2176 2002-02-14 [carsten]    0.7.1claws4
2177         * src/summaryview.c
2178                 fixed a bug for "Go to next unread message": there was
2179                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
2180                 in the prefs, because of doing "Search again" instead
2181                 "No"
2182
2183 2002-02-14 [carsten]    0.7.1claws3
2184         * src/stock_pixmap.c
2185                 removed 2 more mem leaks; following memprof,
2186                 this code is "leak free" now :)
2187
2188 2002-02-14 [carsten]    0.7.1claws2
2189         * src/stock_pixmap.c
2190                 used opendir/readdir/closedir instead of scandir
2191                 -> code should work now on Solaris
2192
2193 2002-02-14 [paul]       0.7.1claws1
2194
2195         * sync with sylpheed 0.7.1cvs8
2196                 see ChangeLog entries 2002-02-13 and 2002-02-14
2197
2198         * README.claws
2199                 add some description of Actions and Pixmap Themes
2200
2201 2002-02-13 [paul]       
2202
2203         * version 0.7.1claws release
2204
2205 2002-02-13 [paul]       0.7.1claws
2206
2207         * po/es.po
2208           po/it.po
2209           po/pt_BR.po
2210                 updated translations, submitted by Ricardo Mones Lastra,
2211                 Alessandro Maestri and Fabio Junior Beneditto
2212
2213 2002-02-13 [melvin]     0.7.0claws75
2214
2215         * src/prefs_actions.c
2216                 Added missing "signal.h" include
2217
2218 2002-02-13 [melvin]     0.7.0claws74
2219
2220         * src/prefs_folder_item.c
2221                 Added missing "config.h" include
2222         * po/fr.po
2223                 Updated French translation for folder propriety.
2224
2225 2002-02-13 [jens]       0.7.0claws73
2226
2227         * po/POTFILES.in
2228                 Added missing src/prefs_folder_item.c [log added by melvin]
2229         * po/de.po
2230                 Updated German translation.
2231
2232 2002-02-13 [melvin]     0.7.0claws72
2233
2234         * po/fr.po
2235                 Updated French translation.
2236
2237 2002-02-13 [melvin]     0.7.0claws71
2238
2239         * src/gtkutils.c
2240                 Made gtkut_editable_get_selection return NULL if selection
2241                 is of length zero.
2242                 This fixes a bug where selecting part of message A then
2243                 switching to message B and replying to it will not
2244                 quote the message's body.
2245
2246 2002-02-12 [paul]       0.7.0claws70
2247
2248         * src/mainwindow.c
2249                 cosmetic, relating to pixmap themes: on toolbar make 
2250                 updating of 'Exec' and 'Compose news/Compose email'
2251                 icons faster.
2252
2253 2002-02-12 [carsten]    0.7.0claws69
2254         * src/folderview.c
2255           src/mainwindow.[ch]
2256           src/stock_pixmap.c
2257           src/summaryview.c
2258           src/prefs_common.c
2259                 - refreshing after changing pixmap theme better
2260                   now (thanks Paul)
2261                 - wanted to remove some mem leaks, but alfons was
2262                   faster (and had the better solution ;)
2263
2264 2002-02-12 [alfons]     0.7.0claws68
2265
2266         * src/prefs_common.c
2267         * src/stock_pixmap.[ch]
2268                 plug mem leaks, refactor code a little bit
2269
2270
2271 2002-02-12 [sergey]     0.7.0claws67
2272
2273         * src/imap.c
2274                 Fixed problem with copying messages to IMAP folders when the
2275                 server uses something other than '/' as a namespace separator
2276                 (cyrus-imapd uses '.').
2277
2278 2002-02-12 [jens]       0.7.0claws66
2279
2280         * po/de.po
2281                 Updated German Translation
2282
2283 2002-02-12 [paul]       0.7.0claws65
2284
2285         * sync with sylpheed 0.7.1cvs1
2286                 see ChangeLog entry 2002-02-12
2287
2288 2002-02-12 [melvin]     0.7.0claws64
2289
2290         * src/prefs_actions.c
2291                 Fixed "feature" where children's output was duplicated 
2292                 instead of refreshed while monitoring.
2293                 Removed some debug code.
2294
2295 2002-02-12 [christoph]  0.7.0claws63
2296
2297         * src/compose.c
2298                 always delete message from queue after sending/send error
2299                 (closes bug #509601)
2300
2301 2002-02-12 [melvin]     0.7.0claws62
2302
2303         * src/prefs_actions.c
2304                 Children wait loop is now triggered with a timeout of 1s
2305                 Added %F which is replaced with the list of filenames 
2306                 of all selected messages (as suggested by Ricardo Mones Lestra)
2307                 Pipe syntax changed. Prefix with | to send selection, postfix
2308                 with | to retrieve output. Prefix with > or * to send
2309                 user definable input to the command (*: input is hidden)
2310                 Old pipe action should now be postfixed with |, too.
2311
2312 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
2313         * src/stock_pixmap.c
2314                 fixed a bug: if there's no theme directory don't
2315                 throw an error, just do "nothing" (thanks Alfons)
2316
2317 2002-02-12 [carsten]    0.7.0claws60
2318         * src/folderview.c
2319           src/summaryview.c
2320                 had to write the cache twice (nasty!); some marks would 
2321                 get lost if not
2322
2323 2002-02-11 [carsten]    0.7.0claws59
2324         * acconfig.h
2325           configure.in
2326           doc-src/maintainer_guide.txt
2327           src/compose.[ch]
2328           src/defs.h
2329           src/folderview.[ch]
2330           src/gtkutils.[ch]
2331           src/mainwindow.[ch]
2332           src/prefs_common.[ch]
2333           src/stock_pixmap.[ch]
2334           src/summaryview.[ch]
2335                 pixmap theming and related work on pixmap
2336                 handling on some other places
2337                 (e.g. hrm features for all folder)
2338           src/pixmap/stock_*.xpm -> the stock_ was removed
2339         
2340 2002-02-11 [paul]       0.7.0claws58
2341
2342         * sync with sylpheed 0.7.1 release
2343                 see ChangeLog entries 2002-02-11
2344
2345 2002-02-08 [paul]       0.7.0claws57
2346
2347         * sync with sylpheed 0.7.0cvs39
2348                 see ChangeLog entry 2002-02-07 (last entry) 
2349
2350         * src/prefs_actions.c
2351           src/prefs_filtering.c
2352           src/prefs_matcher.c
2353           src/prefs_scoring.c
2354                 sync: made it compile with C compilers other than gcc
2355
2356 2002-02-07 [paul]       0.7.0claws56
2357
2358         * sync with sylpheed 0.7.0cvs38
2359                 see ChangeLog entries 2002-02-06 (last 2 entries) and
2360                 2002-02-07
2361
2362 2002-02-07 [darko]      0.7.0claws55
2363
2364         * src/gtkutils.[ch]
2365         * src/summaryview.c
2366                 Fix const gchar */gchar * issue (thanks Hiro)
2367
2368 2002-02-07 [darko]      0.7.0claws54
2369
2370         * src/compose.[ch]
2371         * src/filtering.c
2372         * src/gtkutils.[ch]
2373         * src/prefs_template.c
2374         * src/quote_fmt.h
2375         * src/quote_fmt_parse.y
2376         * src/summaryview.c
2377         * src/utils.[ch]
2378                 When replying or forwarding an email don't quote the entire
2379                 mail body but use the part of the message text that is selected
2380
2381 2002-02-06 [melvin]     0.7.0claws53
2382
2383         * src/prefs_common.[ch]
2384         * src/gtkspell.[ch]
2385         * src/compose.c
2386                 Made possible to switch quickly to last used dictionary
2387                 which makes checking bilingual documents easier.
2388
2389 2002-02-06 [melvin]     0.7.0claws52
2390         
2391         * po/POTFILES.in
2392                 Added forgotten new file src/prefs_actions.c
2393
2394 2002-02-06 [melvin]     0.7.0claws51
2395
2396         * src/prefs_actions.c   ** NEW FILE **
2397         * src/prefs_actions.h   ** NEW FILE **
2398                 Added actions to execute on message text view, or on the
2399                         message's file.
2400         * src/Makefile.am
2401                 Added src/prefs_actions.[ch]
2402         * src/compose.c
2403                 Added new menu "Edit/Actions"
2404         * src/defs.h
2405                 Added new actionsrc file.
2406         * src/main.c
2407                 Added actionsrc reading.
2408         * src/mainwindow.c
2409                 Added new menus "Edit/Actions" and "Configuration/Actions..."
2410         * src/prefs_common.h
2411                 Added new element actionslst element to prefs_common.
2412
2413 2002-02-06 [paul]       0.7.0claws50
2414
2415         * sync with sylpheed 0.7.0cvs36
2416                 see ChangeLog entry 2002-02-06
2417
2418 2002-02-05 [paul]
2419
2420         * po/es.po
2421                 updated by Ricardo Mones Lastra
2422
2423 2002-02-05 [paul]       0.7.0claws49
2424
2425         * sync with sylpheed 0.7.0cvs33
2426                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
2427
2428 2002-02-05 [paul]       0.7.0claws48
2429
2430         * src/compose.c
2431                 re-add 'Edit/Advanced/Delete entire line', previously named
2432                 'Delete Line+'
2433
2434 2002-02-04 [paul]       0.7.0claws47
2435
2436         * src/compose.c
2437           src/summaryview.c
2438                 fix bug #494993 (Reply All not taking Reply-To into consi)
2439                 eliminate differences in behaviour of right-click 'Reply to all' 
2440                 in summary view and 'Reply to all' on the toolbar. 
2441                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
2442                 view and From gets ignored by 'Reply to all' on toolbar.
2443                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
2444                 From when no Reply-To header is present.
2445
2446 2002-02-04 [paul]       0.7.0claws46
2447
2448         * sync with sylpheed 0.7.0cvs30
2449                 see ChangeLog entries 2002-02-03 and 2002-02-04
2450
2451 2002-02-03 [melvin]     0.7.0claws45
2452
2453         * src/gtkspell.[ch]
2454                 Readded function to highlight all misspelled words.
2455                 Fixed bug where user-provided-words did not replace
2456                         correctly the misspelled word when using the mouse.
2457                 Fixed bug where checking a region selected from right to left did
2458                         not check the region at all.
2459                 Fixed bug where 'Check backwards' may not check at all. 
2460                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
2461                 Fixed possible buffer overflow when checking for long strings (>1k).
2462                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
2463                 Accelerators code uses now gtk_widget_add_accel.
2464                 Removed and disabled obsolete and unfinished code.
2465                 Cleaning up.
2466
2467         * src/compose.c
2468                 Added menu item to Highlight all misspelled words.
2469
2470 2002-02-01 [paul]       0.7.0claws44
2471
2472         * src/mainwindow.c
2473                 fix '/View/Hide read messages' sensitivity when all
2474                 messages in a folder are hidden
2475
2476 2002-02-01 [paul]       0.7.0claws43
2477
2478         * src/main.c
2479                 add --send option to command line interface, sends all
2480                 queued mail. Patch submitted by Ricardo Mones Lastra.
2481
2482 2002-01-31 [paul]       0.7.0claws42
2483
2484         * src/mainwindow.c
2485                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
2486
2487 2002-01-31 [paul]       0.7.0claws41
2488
2489         * sync with sylpheed 0.7.0cvs27
2490                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
2491                 and 2002-01-31
2492
2493         * src/textview.c
2494                 comment out elements of textview_show_part() as temporary
2495                 workaround for attachment 'Display as text' bug 
2496
2497         * po/pt_BR.po
2498                 updated by Fabio Junior Beneditto
2499
2500 2002-01-30 [paul]       0.7.0claws40
2501
2502         * sync with sylpheed 0.7.0cvs24
2503                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
2504                 and 2002-01-30
2505
2506         * src/compose.c
2507                 add {N_("/_Spelling"), ... "<Branch>"} to 
2508                 GtkItemFactoryEntry compose_entries[]
2509
2510         * src/prefs_common.c
2511                 add claws menu items to prefs_keybind_apply_clicked()
2512                 and remove non-claws menu items
2513
2514 2002-01-29 [paul]       0.7.0claws39
2515
2516         * sync with sylpheed 0.7.0cvs22
2517                 see ChangeLog entries 2002-01-28 and 2002-01-29
2518
2519 2002-01-28 [melvin]     0.7.0claws38
2520
2521         * src/compose.c
2522                 Added the declartion of compose_send_control_enter.
2523
2524         * src/compose.c
2525         * src/gtkspell.[ch]
2526                 Added in a 'Spelling' menu which includes the configuration menu. 
2527                 Added a real 'Check all' and got rid from the old one which only
2528                 highlited misspelled word.
2529                 Made 'Check while typing' a disableable option.
2530                 Added a dialog when there are no more misspelled word.
2531                 Added a dialog if error occurs when switching to a dictionary.
2532         
2533         * src/prefs_common.[ch]
2534                 Added option for the default 'Check while typing' option.
2535
2536
2537 2002-01-28 [alfons]     0.7.0claws37
2538
2539         * src/compose.c
2540                 fix buglet and make code comply with sylpheed code style
2541
2542 2002-01-28 [paul]       0.7.0claws36
2543
2544         * sync with sylpheed 0.7.0cvs19
2545                 see ChangeLog entries for 2002-01-28
2546
2547 2002-01-28 [hoa]        0.7.0claws35
2548
2549         * src/defs.h
2550                 added rendererrc
2551
2552         * src/main.c
2553                 read the renderer config
2554
2555         * src/procmime.[ch]
2556                 use the renderer config to convert mime attachments
2557
2558         * src/textview.c
2559                 don't use textview_show_html/ertf,
2560                 use get_text_content instead
2561
2562 2002-01-27 [alfons]     0.7.0claws34
2563         
2564         * src/news.c
2565                 make sylpheed believe it can delete a news message...
2566                 (messages are NOT deleted, maybe we should remove
2567                 processing from the folder properties after all.)
2568
2569 2002-01-27 [alfons]     0.7.0claws33
2570
2571         * src/folder.c
2572                 add extra checks
2573         * src/news.c
2574                 implement remove_msg() 
2575
2576 2002-01-27 [alfons]     0.7.0claws32
2577
2578         * src/procmsg.h
2579         * src/procheader.c
2580         * src/messageview.c
2581                 fix return receipt / disposition notification again. this
2582                 stuff seems to break on _every_ major summary UI change, so
2583                 it's now implemented using a flag which is saved in the
2584                 marks cache
2585                 
2586 2002-01-26 [alfons]     0.7.0claws31
2587
2588         * src/import.c
2589                 let import dialog show the destination folder identifier
2590
2591 2002-01-26 [melvin]     0.7.0claws30
2592
2593         * src/folderview.c
2594         * src/summaryview.c
2595                 Readded 'Mark all read' into summary view popup menu
2596                 Added 'Mark all read' in folder view popup menu for IMAP
2597                 and NNTP.
2598                 Made it insensitive if the selected folder is not the shown
2599                 one to avoid 'Mark all read' on the wrong folder.
2600                 
2601 2002-01-26 [paul]       0.7.0claws29
2602
2603         * src/folderview.c
2604           src/summaryview.c
2605                 move 'Mark all read' from summary view to folder view
2606                 menu. (adapted from) patch submitted by Jeremy Andrews,
2607                 <lists@kerneltrap.com>
2608
2609 2002-01-25 [alfons]     0.7.0claws28
2610
2611         * src/gtkstext.c
2612                 put the gtk class name back so GtkSText adapts the 
2613                 settings of GtkText
2614
2615 2002-01-25 [alfons]     0.7.0claws27
2616
2617         * src/folderview.c 
2618                 assimilate Ricardo's patch that shows pixmaps instead of
2619                 plain "new" and "unread" texts in the folder view column
2620                 headers 
2621
2622 2002-01-25 [paul]       0.7.0claws26
2623
2624         * src/Makefile.am
2625                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
2626                 be found in non-standard locations. 
2627                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
2628
2629 2002-01-25 [paul]       0.7.0claws25
2630
2631         * sync with sylpheed 0.7.0cvs16
2632                 see ChangeLog entry 2002-01-25
2633
2634 2002-01-24 [paul]       0.7.0claws24
2635
2636         * more sync with sylpheed 0.7.0cvs15
2637                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
2638
2639 2002-01-23 [sergey]     0.7.0claws23
2640
2641         * src/importldif.c
2642                 Fixed segfault when closing LDIF import wizard with
2643                 the window manager.
2644         * src/imageview.c
2645         * src/imageview.h
2646         * src/messageview.c
2647         * src/mimeview.c
2648                 Fixed wrong scrolling position after switching between
2649                 text and image parts.
2650
2651 2002-01-23 [paul]       0.7.0claws22
2652
2653         * sync with sylpheed 0.7.0cvs15
2654                 see ChangeLog entries 2002-01-22 and 2002-01-23
2655
2656 2002-01-21 [melvin]     0.7.0claws21
2657
2658         * src/prefs_scoring.c
2659         * src/prefs_filtering.c
2660                 Fixed bug where scoring and filtering windows stopped
2661                 autochecking.
2662
2663 2002-01-21 [paul]       0.7.0claws20
2664
2665         * sync with sylpheed 0.7.0cvs12
2666                 see ChangeLog entries 2002-01-20 and 2002-01-21
2667
2668 2002-01-21 [carsten]    0.7.0claws19
2669         * src/mainwindow.c
2670         * src/menu.[ch]
2671         * src/messageview.[ch]
2672         * src/summaryview.[ch]
2673                 changes to shortcuts handling again:
2674                         + "Q" now controled by mainwin
2675                         + v/V are now customizable and have slightly
2676                           different meanings
2677                 the "button" to minimize the messageview (and maximize
2678                 the summary view) is a real button now
2679         * src/compose.c
2680                 "Delete Line+" added to Edit/Advanced (this will also
2681                 delete the '\n')
2682
2683 2002-01-20 [melvin] 0.7.0claws18
2684
2685         * src/addressbook.c
2686                 Made "Bcc" sensitive when addressbook is called from
2687                 compose window (it was a Claws only bug).
2688
2689 2002-01-19 [alfons] 0.7.0claws17
2690
2691         * src/inc.c
2692                 prevent unnecessary updates when currently selected folder has
2693                 no new messages 
2694
2695 2002-01-19 [alfons] 0.7.0claws16
2696         
2697         * src/summaryview.c
2698                 prevent writing the cache based on current message list in summary 
2699                 view when filtering also put messages in currently selected folder
2700
2701 2002-01-19 [paul]
2702
2703         * po/it.po
2704                 Italian translation submitted by Alessandro Maestri
2705                 <a.maestri@cs.tin.it>
2706
2707 2002-01-18 [melvin]     0.7.0claws15
2708
2709         * src/prefs_filters.c
2710                 fixed bug where 'cancel' from 'filters' window stops autochecking
2711                 if the timer timed out  when the window was open.
2712
2713 2002-01-18 [match]      0.7.0claws14
2714
2715         * src/addrclip.[ch]     ** NEW FILE **
2716         * src/addrselect.[ch]   ** NEW FILE **
2717         * src/adbookbase.h      ** NEW FILE **
2718                 addressbook cut, copy and paste
2719         * src/addrbook.[ch]
2720         * src/addrcache.[ch]
2721         * src/addressitem.h
2722         * src/addrindex.[ch]
2723         * src/addritem.[ch]
2724         * src/importldif.c
2725         * src/importmutt.c
2726         * src/jpilot.[ch]
2727         * src/syldap.[ch]
2728         * src/vcard.[ch]
2729         * src/jpilot.[ch]
2730         * src/editbook.c
2731         * src/editjpilot.c
2732         * src/editldap.c
2733         * src/editvcard.c
2734                 support for copy/paste
2735         * src/addressbook.c
2736                 support for copy/paste
2737                 tidy up menu option processing
2738                 correct address list function arguments
2739         * src/editaddress.c
2740                 sort user attributes
2741         * src/ldif.h
2742         * src/mutt.h
2743                 tidy up
2744
2745         * src/addrbook.[ch]
2746         * src/addrbook.[ch]
2747         * src/addrbook.[ch]
2748                 
2749
2750 2002-01-18 [paul]       0.7.0claws13
2751
2752         * sync with sylpheed 0.7.0cvs8
2753                 configure.in: support Mac OS X (Darwin)
2754
2755 2002-01-18 [carsten]    0.7.0claws12
2756         * src/html.c
2757                 small hack to fix a segfault with an empty href
2758                 (reported by Alexandra Walford <deeni@altern.org>)
2759         * src/mainwindow.c
2760         * src/summaryview.c
2761                 the shortcuts for Mark und Mark as unread are hardcoded
2762                 again
2763         * src/compose.c
2764         * src/gtkstext.[ch]
2765                 readded the shortcuts in gtkstext but made them
2766                 customizeable (simply by adding a menu plus a wrapper
2767                 to compose.c)
2768
2769 2002-01-17 [melvin]     0.7.0claws11
2770
2771         * src/gtkspell.c
2772                 fix default dictionary not being saved.
2773
2774 2002-01-16 [darko]      0.7.0claws10
2775
2776         * src/compose.c
2777                 fix wrapping crash with URL longer than wrapping margin
2778
2779 2002-12-08 [hoa]        0.7.0claws10
2780
2781         * src/matcher_parser_parse.y
2782                 fixed some bugs
2783
2784         * src/prefs_filtering.c
2785                 now, we can use bounce action in the dialog box.
2786
2787 2002-01-16 [carsten]    0.7.0claws9
2788         * src/gtkstext.c
2789                 removed the <control> and <alt> shortcuts because they're
2790                 not needed and interefered with the "normal" shortcuts
2791         * src/mainwindow.c
2792         * src/summaryview.c
2793                 removed most of the hardcoded shortcuts and assigned
2794                 them to menu entries making them easy customizable by
2795                 that
2796
2797 2002-01-16 |melvin]     0.7.0claws8
2798
2799         * src/gtkspell.c
2800                 fixed bug where using the mouse and when the compose
2801                 window is not on top may result in a crash.
2802
2803 2002-01-16 [melvin]     0.7.0claws7
2804
2805         * src/compose.c
2806                 fixed a long standingspell checker bug which could 
2807                 cause a crash after sending a message.
2808
2809 2002-01-16 [paul]       0.7.0claws6
2810
2811         * sync with sylpheed 0.7.0cvs7
2812                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
2813                 2002-01-15, and 2002-01-16
2814
2815 2002-01-16 [melvin]     0.7.0claws5
2816
2817         * README.claws
2818         * src/compose.c
2819         * src/gtkspell.[ch]
2820         * src/main.c
2821                 Heavily modified spell checker code to work around
2822                 ispell bug, to add keyboard shortcuts and for future
2823                 enhancements. See README.claws for usage information.
2824
2825 2002-01-15 [alfons]     0.7.0claws4
2826         
2827         * src/summaryview.c
2828                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
2829                 so sorting within threads reflects sort mode
2830
2831 2002-01-15 [christoph]  0.7.0claws3
2832
2833         * src/procmsg.c
2834                 added alertpanel if mail sending failed
2835
2836 2002-01-15 [alfons]     0.7.0claws2
2837         
2838         * src/prefs_filtering.c
2839                 don't stop timer when prefs filtering dialog is opened
2840
2841 2002-01-14 [alfons]     0.7.0claws1
2842
2843         * src/addr_compl.c
2844         * src/prefs.c
2845                 remove debug_print()s for privacy reasons
2846
2847 2002-01-14 [darko]      0.7.0claws
2848
2849         * README.claws
2850                 quotation wrapping is now also in the main branch
2851
2852 2002-01-14 [paul]
2853
2854         * tools/filter_conv.pl
2855                 allow for Boolean Op and case-sensitivity
2856                 this file is included in the release and tagged
2857                 'rel_0_7_0'
2858
2859 2002-01-13 [paul]       0.7.0claws
2860
2861         * release 0.7.0, with cvs tag 'rel_0_7_0'
2862
2863 2002-01-13 [paul]
2864
2865         * tools/filter_conv.pl
2866         * tools/README
2867                 rewritten to output to matcherrc instead of filteringrc
2868
2869         * po/es.po
2870                 updated Spanish translation by Ricardo Mones Lastra
2871
2872 2002-01-13 [alfons]
2873
2874         * po/nl.po
2875                 update dutch translation
2876
2877 2002-01-13 [paul]
2878
2879         * po/pt_BR.po
2880                 Updated by Fabio Junior Beneditto 
2881
2882 2002-01-13 [melvin]     0.6.6claws53
2883
2884         * po/fr.po
2885                 Updated french translation
2886
2887 2002-01-12 [alfons]     0.6.6claws52
2888
2889         * src/filtering.c
2890                 plug mem leak that has been sitting there for ages              
2891
2892 2002-01-12 [alfons]     0.6.6claws51
2893
2894         * src/summaryview.c
2895                 undo melvin's changes from 0.6.6claws48 because summary
2896                 view now refuses to select first unread message when
2897                 selecting a folder 
2898
2899 2002-01-11 [alfons]     0.6.6claws50
2900
2901         * src/import.c
2902                 use claws' semantics for getting folder item when
2903                 importing an mbox file into a folder 
2904                 (submitted by Dale P. Smith)
2905
2906 2002-01-11 [christoph]  0.6.6claws49
2907
2908         * src/prefs.h
2909                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
2910                 toggle widget, because non static prefs can not use
2911                 prefs_set_* functions
2912         * src/prefs_account.c
2913                 toggle smtp auth password field sensitivity if
2914                 user id is empty and add descrition of usage for
2915                 these fields
2916         * src/prefs_folder_item.c
2917                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
2918                 callbacks
2919
2920 2002-01-11 [melvin]     0.6.6claws48
2921
2922         * src/compose.c
2923                 fix the 'Ctrl-Enter' feature for sending and test really
2924                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
2925                 editables which was not documented in Gtk)
2926
2927         * src/summaryview.c
2928                 Made summaryview refresh after sorting and not before.
2929
2930 2002-01-11 [christoph]  0.6.6claws47
2931
2932         * src/compose.c
2933                 select account from account ids if possible and
2934                 correctly set save folder for copy in reedit
2935
2936 2002-01-10 [paul]       0.6.6claws46
2937
2938         * sync with sylpheed 0.7.0 release
2939                 see ChangeLog entries 2002-01-07, 2002-01-08 and
2940                 2002-01-09
2941
2942 2002-01-09 [alfons]
2943
2944         * src/summaryview.c
2945                 remove more dirt traces...
2946
2947 2002-01-09 [alfons]
2948         
2949         * src/summaryview.c
2950                 clean up some traces of my debugging stuff
2951
2952 2002-01-09 [alfons]     0.6.6claws45
2953
2954         * src/filtering.c
2955                 break up filteringprop_apply() in three separate pieces
2956                 so we can drop messages that failed processing in the
2957                 inbox
2958
2959         * src/summaryview.c
2960                 fix bug #469598 "no refresh of inbox after filter" which 
2961                 was introduced by the new summary view locking, and which 
2962                 prevented the summary view to update after a manual filter 
2963                 message. claw's filter message requires a summary_show().
2964                 (aargh, summary_show() again! :-)
2965                 
2966 2002-01-07 [alfons]     0.6.6claws44
2967
2968         * src/headerwindow.c
2969         * src/logwindow.c
2970         * src/messageview.c
2971         * src/sourcewindow.c
2972                 bring in Hiro's last 0.7.0 wm class fixes
2973
2974         * tools/sylprint.pl
2975                 bring in Ricardo's fix for sylprint script
2976
2977         * AUTHORS       
2978         * src/rfc2015.[ch]
2979         * src/prefs_common.[ch]
2980         * src/prefs_account.[ch]
2981         * src/compose.c
2982                 clean up account preference poison in rfc2015,
2983                 and preparation to fix double sign bug 
2984                 (patch submitted by Simon 'corecode' Schubert)
2985
2986 2002-01-07 [christoph]  0.6.6claws43
2987
2988         * src/mh.c
2989                 search for free message number, do not only rely
2990                 on last_num
2991         * src/send.c
2992                 fix smtp auth and use extra account information
2993                 if available, if not use pop3 data instead
2994                 (closes bug #500341)            
2995         * src/ssl.[ch]
2996                 match coding style
2997
2998 2002-01-06 [alfons]     0.6.6claws42
2999
3000         * src/mainwindow.c
3001                 try making the separate windows work again...
3002
3003 2002-01-06 [alfons]     0.6.6claws41
3004
3005         * src/mainwindow.c
3006                 adapt Hiro's separate window menu (to get rid of the funny
3007                 duplicate menu items), and make it work again
3008
3009 2002-01-06 [alfons]     0.6.6claws40
3010
3011         * tools/Makefile.am
3012         * tools/sylprint.rc
3013         * tools/sylprint.pl
3014         * tools/README.sylprint
3015                 add sylprint script for printing mails from Sylpheed
3016                 (contributed by Ricardo Mones Lastra)
3017
3018         * src/acount.c
3019                 clean up
3020
3021 2002-01-06 [melvin]     0.6.6claws39
3022
3023         * src/mainwindow.c
3024         * src/summaryview.c
3025                 Fixed crash introduced in 0.6.6claws38 by the menu
3026                 reorganisation (Hide read messages)
3027         
3028         * ChangeLog.claws 
3029                 Fixed typo (we are now in 2002, alfons ;) )
3030
3031 2002-01-05 [alfons]     0.6.6claws38
3032
3033         * sync with sylpheed 0.6.6cvs10-17
3034                 (last stuff marked as LAST_STABLE)
3035
3036 2002-01-04 [melvin]     0.6.6claws37
3037
3038         * src/account.c
3039                 Made account selection code use strcasestr again instead of
3040                 g_strcasecmp (fixes bug where reediting queued messages
3041                 did not select proper account reported by T. Link).
3042         
3043         * src/folderview.c
3044                 Fix bug where folder icons are not shown when 'hide read messages'
3045                 is on.
3046         
3047         * src/stock_pixmaps.[ch]
3048                 Added folder icons for 'hide read messages'.
3049         
3050         * src/compose.c
3051                 Fixed bug where 'Enter' in a header entry will send the message 
3052                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
3053
3054 2002-01-03 [melvin]     0.6.6claws36
3055         
3056         * src/prefs.[ch]
3057                 Added popup menu for common preferences and
3058                 account preferences (right click on tab displays
3059                                 a menu of all tabs.)
3060
3061 2002-01-02 [melvin]     0.6.6claws35
3062
3063         * src/gtkspell.[ch]
3064                 Made spelling code compatible with undo/redo feature.
3065                 Added creation of suggestion mode menu for the general
3066                         preferences.
3067         
3068         * src/prefs_common.[ch]
3069                 Added option menu for the speller's suggestion mode.
3070                 Added missing spaces in "..." buttons and made a "..."
3071                         button non translatable!
3072         
3073         * src/compose.c
3074                 Made speller use the default suggestion mode.
3075                 Hack to make it possible to choose 'CTRL-Enter' as a
3076                         shortcut for sending (and only for sending).
3077
3078         * src/prefs_folder_item.c
3079                 Changing subject simplification does not update cache 
3080                         anymore (because it is unnecessary).
3081                 Fixed bug where changing subject simplification updated the 
3082                         summaryview even when the viewed folder is not the
3083                         folder which properties are being changed. (E.g. 
3084                                         viewing folder A and changing
3085                                         the subject simplification of 
3086                                         folder B -not being viewed- updated the 
3087                                         summaryview of folder A with data of
3088                                         folder B). (Hope this is clear... )
3089
3090 2001-12-31 [alfons]     0.6.6claws34
3091         
3092         * src/ldif.c
3093         * src/mutt.c
3094                 fgetc() returns a signed integer which doesn't
3095                 fit in a char. so c truncates this to a char
3096                 but we may lose significant bits. i.e. we may
3097                 comparing 0xFF which may not be equal to -1
3098                 unless properly casted to signed char which
3099                 we won't do because fgetc() returns a signed
3100                 integer which doesn't fit in a char. so c 
3101                 truncates this to a char but we may lose 
3102                 significat bits. (you got the idea, thanks
3103                 to Gustavo Noronha Silva <kov@debian.org>
3104                 and the Debian folks!)
3105
3106 2001-12-30 [alfons]     0.6.6claws33
3107
3108         * src/prefs_common.c
3109                 add #ifdef USE_PSPELLs that Melvin forgot               
3110
3111 2001-12-30 [melvin]     0.6.6claws32
3112         
3113         * src/prefs_common.[ch]
3114                 Added configurable color for misspelled words.
3115
3116         * src/gtkspell.[ch]
3117                 Fixed bug of foreground text color (reported by David
3118                                 Mehrmann)
3119                 Added configurable color for misspelled words.
3120
3121 2001-12-30 [alfons]     0.6.6claws31
3122
3123         * src/folder.c
3124                 remove unnecessary things someone put there
3125
3126         * src/mh.c
3127         * src/folder.[ch]
3128                 make folder properties (like threading and sorting) persistent
3129                 (closes bug #497424 "rescan folder tree resets proprieties")
3130                 currently this is only for MH folders. 
3131
3132 2001-12-29 [melvin]     0.6.6claws30
3133
3134         * src/string_match.[ch]
3135                 Optimized a bit: regexp pattern buffer compiled only once, and
3136                   one subroutine call removed. Fixed ^ regexp search: Now, 
3137                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
3138         
3139         * src/summaryview.c
3140                 Subject filtering changed to filter summary columns and
3141                   not directly the messages subject cache. The loss in 
3142                   performance is balanced by the improvement of string_match.
3143                 Added an alert panel if there is an error in the regexp.
3144
3145         * src/src/prefs_folder_item.h
3146                 Added a regexp pattern buffer.
3147
3148 2001-12-28 [alfons]     0.6.6claws29
3149
3150         * src/string_match.[ch]
3151                 clean up name space
3152                 allow compilation *BSD
3153
3154 2001-12-27 [alfons]     0.6.6claws28
3155
3156         * src/filter.c
3157                 sync the Hiro's bug fix for BSD
3158
3159 2001-12-27 [melvin]     0.6.6claws27
3160         
3161         * src/compose.c
3162                 Simplify focus to subject entry code.
3163
3164 2001-12-27 [darko]      0.6.6claws26
3165
3166         * src/filtering.c
3167         * src/mbox_folder.c
3168         * src/messageview.c
3169         * src/mh.c
3170         * src/procheader.[ch]
3171         * src/procmsg.h
3172         * src/stock_pixmap.[ch]
3173         * src/summaryview.c
3174                 Show key icon for encrypted mails in summary view
3175
3176         * src/pixmaps/clip.xpm
3177         * src/pixmaps/clipkey.xpm
3178         * src/pixmaps/key.xpm
3179                 New/modified icons for the above
3180
3181 2001-12-27 [melvin]     0.6.6claws25
3182
3183         * src/prefs_common.c
3184                 Put spell checker options in a separate tab to decrease
3185                 the Common Preferences window height.
3186
3187         * README.claws  
3188                 Update spell checker usage instruction about its options
3189                 location.
3190
3191 2001-12-27 [melvin]     0.6.6claws24
3192
3193         * src/compose.c
3194                 Changed subject entry widget position. Initial focus is
3195                 on the To header instead of the subject entry.
3196                 Creating a new header scrolls the header list to make the
3197                 created one visible. Nevertheless, when automatically filling
3198                 headers, the first one is shown.
3199                 A Tab key press in the last empty header entry zips the 
3200                 focus to the subject entry.
3201                 (I did not change the combo boxes, yet)
3202
3203 2001-12-26 [alfons]     0.6.6claws23
3204
3205         * src/prefs_account.c
3206         * src/inc.c
3207                 allow default inbox to reside in another mailbox (only
3208                 works for POP3 accounts)
3209
3210 2001-12-26 [alfons]     0.6.6claws22
3211         
3212         * src/textview.c
3213                 make reply-on-click work with the account of the selected folder
3214         * src/compose.c
3215                 put a fixme here to remind me to fix finding correct default
3216                 account for nested folders
3217
3218 2001-12-25 [alfons]     0.6.6claws21
3219
3220         * src/summaryview.c
3221                 make column headers display locked and mark pixmaps (idea by Melvin) 
3222                 fix bug by adding score and locked column type to sort array
3223
3224 2001-12-25 [alfons]     0.6.6claws20
3225         
3226         * src/summaryview.c
3227                 catch a *potentially* inadvertent write back of  
3228                 the message cache(s) introduced by 0.6.5claws37
3229
3230 2001-12-25 [christoph]  0.6.6claws19
3231
3232         * src/stock_pixmap.[ch]
3233         * src/summaryview.c
3234                 add ignore thread pixmap
3235                 (can someone draw a better icon for this?)
3236
3237 2001-12-24 [alfons]     0.6.6claws18
3238
3239         * src/prefs_folder_item.c
3240                 make address completion actually work for the
3241                 Default To address in the Folder Property dialog.
3242
3243 2001-12-24 [alfons]     0.6.6claws17
3244         
3245         * src/summaryview.c
3246                 use new style regexp for subject stripping 
3247                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
3248
3249 2001-12-24 [darko]      0.6.6claws16
3250
3251         * src/pgptext.c
3252         * src/rfc2015.c
3253                 move GPG related informational messages to debug mode
3254
3255 2001-12-23 [alfons]     0.6.6claws15
3256
3257         * src/stock_pixmap.[ch]
3258         * src/summaryview.c
3259                 add the forgotten Claws' locked pixmap
3260
3261 2001-12-23 [alfons]     0.6.6claws14
3262
3263         * src/filesel.c
3264                 accept file name typed in entry in multi file
3265                 selector (patch submitted by Gustavo Noronha Silva 
3266                 <kov@debian.org>)
3267
3268 2001-12-23 [alfons]     0.6.6claws13
3269
3270         * src/prefs_filter.c
3271         * src/prefs_filtering.c
3272         * src/matcher.c
3273         * src/importmutt.c
3274                 clean up a little bit
3275         
3276         * src/string_match.c
3277                 validate input strings a little bit more
3278
3279 2001-12-23 [alfons]     0.6.6claws12
3280
3281         * src/Makefile.am
3282         * src/summaryview.c
3283         * src/string_match.[ch]         ** NEW **
3284         * src/folderview.[ch]
3285         * src/headerview.h
3286         * src/folder.[ch]
3287         * src/prefs_folder_item.[ch]
3288                 add subject simplification to strip out strings from
3289                 a subject line (esp. handy for mailing lists). 
3290                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
3291                 but slightly changed things for better integration.)
3292
3293 2001-12-23 [alfons]     0.6.6claws11
3294
3295         * src/mainwindow.c
3296                 fix bug introduced by submission included in 0.6.5claws52.
3297                 ideally this submission should clean the trash if any trash
3298                 folder has a message. however, the hasTrash variable was
3299                 set to false whenever a trash folder was empty (discarding
3300                 a previously found *filled* trash folder.)
3301
3302                 also edited the code a little bit and made it more safe.
3303
3304 2001-12-22 [alfons]     0.6.6claws10
3305
3306         * src/imap.c
3307                 quick fix for Martin Pool's omission of an account
3308                 specific SSL setting
3309
3310 2001-12-22 [alfons]     0.6.6claws9
3311
3312         * src/compose.c
3313         * src/messageview.c
3314         * src/mimeview.c
3315         * src/pgptext.c
3316         * src/procmime.[ch]
3317                 better support for multipart/digest (submitted
3318                 by Fredrik <e98fo@efd.lth.se>)
3319
3320 2001-12-22 [alfons]     0.6.6claws8
3321
3322         * src/addressbook.c
3323                 correct function signature
3324         * src/socket.[ch]
3325         * src/imap.[ch]
3326         * src/prefs_account.[ch]
3327                 allow IMAP over SSH tunnel (patch submitted by 
3328                 Martin Pool <mbp@samba.org>)
3329
3330 2001-12-21 [alfons]     0.6.6claws7
3331
3332         * sync with sylpheed 0.6.6cvs4-9
3333                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
3334
3335 2001-12-21 [christoph]  0.6.6claws6
3336
3337         * src/compose.c
3338         * src/prefs_folder_item.[ch]
3339                 implement saving of outgoing messages to current folder.
3340                 fix segfault when no default outbox is available
3341                 (closes bug #495683)
3342
3343 2001-12-21 [carsten]    0.6.6claws5
3344         * src/folderview.c
3345         * src/summaryview.c
3346                 pressing CTRL while DND does now the expected thing and
3347                 copies the mail (moving is still the default, as this
3348                 seam more appropriate for handling mails by DND)
3349
3350 2001-12-18 [paul]       0.6.6claws4
3351
3352         * sync with sylpheed 0.6.6cvs3
3353                 see ChangeLog entries 2001-12-18
3354
3355 2001-12-18 [hiro]       0.6.6claws3
3356
3357         * src/undo.c
3358                 fix for multibyte characters (obtain the number of letters
3359                 instead of bytes).
3360
3361 2001-12-17 [paul]       0.6.6claws2
3362
3363         * sync with sylpheed 0.6.6cvs1
3364                 see ChangeLog entry 2001-12-16
3365
3366 2000-12-17 [alfons]     0.6.6claws1
3367
3368         * src/filtering.c
3369                 clean up
3370
3371 2001-12-16 [paul]       0.6.6claws
3372 2001-12-15
3373
3374         * Release version 0.6.6claws, cvs tag: rel_0_6_6
3375
3376         * src/mimeview.c
3377                 last minute sync with main 0.6.6
3378
3379         * po/es.po
3380                 updated by Ricardo Mones Lastra
3381                 update for last minute sync
3382         * po/fr.po
3383         * po/nl.po
3384                 update for last minute sync
3385         * po/de.po
3386                 updated by Jens Oberender
3387         * po/pt_BR.po
3388                 updated by Fabio Junior Beneditto
3389
3390         * src/prefs_common.[ch]
3391         * src/undo.c
3392                 number of undo levels is user configurable
3393                 (squeeze it into the release in the dying
3394                 moments) Submitted by Jens Oberender    
3395
3396 2001-12-15 [melvin]
3397
3398         * po/fr.po
3399                 updated french translation
3400
3401 2001-12-15 [paul]       0.6.5claws92
3402
3403         * sync with sylpheed 0.6.5cvs28
3404                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
3405
3406         * po/nl.po
3407                 update to allow for sync
3408
3409 2001-12-15 [alfons]
3410         
3411         * po/nl.po
3412                 update dutch translation
3413
3414 2001-12-14 [carsten]    0.6.5claws91
3415         * src/summaryview.c
3416                 fixed bug #473785; also after changing the column order
3417                 the same message will be selected and displayed as before
3418                 the reordering
3419
3420 2001-12-14 [carsten]    0.6.5claws90
3421         * src/folderview.c
3422                 probably found the bug reported by wwb opening or closing
3423                 a folder tree just before dnd (found the solution in the
3424                 balsa source -- thanks to them)
3425
3426 2001-12-14 [carsten]    0.6.5claws89
3427         * src/gtkutils.c
3428         * src/account.c
3429                 moved gtk_clist_moveto to the right place, so that
3430                 only the accounts dialog is effected on opening
3431
3432 2001-12-14 [carsten]    0.6.5claws88
3433         * src/gtkutils.c
3434                 gtkut_clist_set_focus_row does a gtk_clist_moveto
3435                 now, so that the focused row will be seen in any case
3436                 (reported by wwp on sf-claws-user)
3437
3438 2001-12-14 [darko]      0.6.5claws87
3439
3440         * src/compose.c
3441                 remove unnecessary line
3442
3443 2001-12-14 [paul]       0.6.5claws86
3444
3445         * sync with sylpheed 0.6.5cvs27
3446                 see ChangeLog entries 2001-12-14
3447
3448 2001-12-14 [carsten]    0.6.5claws85
3449         * src/mainwindow.c
3450                 following a suggestion of Melvin the rcoabm pops up
3451                 right under the button now and the button is reliefed
3452                 while the popup is open
3453
3454 2001-12-14 [darko]      0.6.5claws84
3455
3456         * src/compose.c
3457                 fix crash when wrapping long lines if linewrap quotation
3458                 is disabled and wrapper encounters a word spanning more
3459                 than one line
3460
3461 2001-12-13 [paul]       0.6.5claws83
3462
3463         * src/compose.c
3464                 prefer 'Reply-To' header over mailing list header when
3465                 replying to a message. Finally prevent all those confirmation 
3466                 messages being sent to the list itself.
3467
3468         * src/summaryview.c
3469                 remove unused summary_set_menu_sensitive() entry
3470
3471 2001-12-13 [paul]       0.6.5claws82
3472
3473         * src/folderview.c
3474         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
3475         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
3476         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
3477                 improvements to 'Hide read messages': Inbox, Outbox,
3478                 Trash, Queue, and Draft icons now reveal presence of hidden 
3479                 messages
3480
3481 2001-12-12 [alfons]     0.6.5claws81
3482
3483         0.6.5claws80 was tagged as LAST_STABLE
3484
3485         * src/filtering.[ch]
3486         * src/matcher.[ch]
3487         * src/matcher_parser_lex.c
3488                 fix the filtering; my last attempt to get it right, 
3489                 if it does not work, it's Hoa's turn. ;-)
3490
3491                 for my honourable peers:
3492                 
3493                 the code now makes a clear distinction between
3494                 rules as they are displayed (probably escaped),
3495                 and as they are executed (probably unescaped). the
3496                 parser does *NOT* do any unescaping, this is
3497                 the task of the matcher.c (which breaks up a
3498                 rule into condition) and the filtering.c (which
3499                 breaks up the rule's action). to make this
3500                 run happily we provide an unescaped copy of
3501                 crucial strings to the MatcherProp and 
3502                 FilteringAction structures. note that the only
3503                 exception to this is any REGEXP string. those
3504                 are directly passed to regcomp() and regexp()
3505                 (who have much more powerful unescape functions).
3506                 
3507                 for everyone else:
3508         
3509                 you can escape tab (\t), carriage return (\r),
3510                 linefeed (\n), form feed (\f), quote (\"), 
3511                 single quote (\'), bell (\b) in all the entry
3512                 lines in the scoring & filtering dialogs.
3513                 as an added bonus this should not affect
3514                 existing filtering rules.
3515
3516 2001-12-12 [carsten]    0.6.5claws80
3517
3518         * src/summaryview.c
3519         * po/de.po
3520                 "item(s) selected" is now sensitive to 1 or more
3521                 than one selected (nice for language where simple
3522                 adding of a "s" is not possible as German (Eintrag
3523                 ->Eintr"age)
3524                 
3525                 the "forward as attachment" entry from the right
3526                 click menu removed, "forward" acts following the
3527                 prefs
3528         
3529         * src/textview.c
3530                 reverted my former changes; so compiler warning again
3531                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
3532                 nevertheless
3533
3534         * src/messageview.c
3535                 "search in message" does now *not* only work in MVIEW_TEXT
3536                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
3537                 message
3538
3539         * src/mainwindow.c
3540                 removed "/File/_Close" as it was the same as "/File/E_xit"
3541                 and we don't need it two times
3542
3543                 the separate folder view and message view now get a distinct
3544                 WMCLASS, just in case someone is using sawfish ;-)
3545
3546                 as the menu entries "/View/Message view" and "/View/Folder tree"
3547                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
3548                 make them sensitive accordingly and as these two are "shown"
3549                 after startup anytime check this menuitem at startup
3550
3551 2001-12-12 [paul]       0.6.5claws79
3552
3553         * src/folderview.c
3554                 fix sensitivity of 'Search folder...', broken in
3555                 0.6.5claws75
3556
3557         * src/mainwindow.c
3558                 fix dodgy English
3559
3560 2001-12-11 [carsten]    0.6.5claws78
3561         * src/filtering.c
3562                 fixed two typos returning a wrong FALSE/TRUE
3563         * src/mainwindow.[ch]
3564                 extra menu for email/news button removed
3565
3566 2001-12-11 [alfons]     0.6.5claws77
3567         
3568         * src/matcher.c                 (1.3)
3569         * src/matcher_parser_lex.l      (1.28)
3570                 revert for another attempt
3571                 mark 0.6.5claws77 as LAST_STABLE
3572
3573 2001-12-11 [christoph]  0.6.5claws76
3574
3575         * po/de.po
3576                 fixed wrong translation for prev. unread msg
3577
3578 2001-12-11 [paul]       0.6.5claws75
3579
3580         * src/folder.[ch]
3581         * src/folderview.c
3582         * src/mainwindow.c
3583         * src/summaryview.[ch]
3584         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
3585                 enable ability to hide read messages on per folder basis via 
3586                 '/Summary/Hide read messages'; when selected, a folder will 
3587                 have a red open folder icon, instead of a blue icon, if the 
3588                 folder contains hidden messges
3589                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
3590
3591         * src/mainwindow.c
3592                 remove '/Message/Forward as attachment' from 
3593                 main_window_set_menu_sensitive() to prevent debug warning
3594
3595         * src/folderview.c
3596         * src/mainwindow.c
3597                 Clean up some of the English
3598
3599         * tools/newscache_clean.pl
3600                 allow for new 'hidereadmsgs' entry in folderlist.xml
3601
3602         * po/es.po
3603                 updated translation, submitted by Ricardo Mones Lastra
3604
3605 2001-12-11 [paul]       0.6.5claws74
3606
3607         * sync with sylpheed 0.6.5cvs25
3608                 see ChangeLog entry 2001-12-11
3609
3610 2001-12-10 [alfons]     0.6.5claws73
3611
3612         * src/matcher.c
3613                 add more control characters
3614         * src/matcher_parser_lex.l
3615                 make escaping / unescaping work again
3616
3617 2001-12-10 [alfons]     0.6.5claws72
3618
3619         * src/imap.c
3620                 clean up warnings "returning value for void function" 
3621         * src/prefs_filtering.c
3622                 make info button for execute action sensitive
3623
3624 2001-12-10 [paul]       0.6.5claws71
3625
3626         * src/compose.c
3627         * src/imap.[ch]
3628         * src/summaryview.c
3629                 fix: imap server now gets informed of MARKED, UNMARKED
3630                 and REPLY events. Now people can use different IMAP-Mail
3631                 clients and have the exact same information about MARKED,
3632                 UNMARKED and REPLY status with all of them. Especially
3633                 useful for imap servers with a web-frontend.
3634                 submitted by Tobias Sandhaas <medlor@web.de>
3635
3636 2001-12-09 [melvin]     0.6.5claws70
3637         
3638         * src/textview.[ch]
3639                 fixed bug #490076 (hunted down by Alfons who implemented
3640                 a workaround in 0.6.5claws65)
3641
3642 2001-12-09 [christoph]  0.6.5claws69
3643
3644         * src/summaryview.c
3645                 set pointer to string in LOCKED column to NULL
3646                 (might fix bug #490800)
3647
3648 2001-12-09 [carsten]    0.6.5claws68
3649
3650         * po/de.po
3651                 resolved some cluttered menu shortcuts 
3652                 ('creating new email' and 'creating news message'
3653                 hade the same)
3654         * src/compose.c
3655                 wmclass now distinc from main window
3656         * src/mainwindow.c
3657           src/mainwindow.h
3658                 email/news and forward button functionality similar
3659                 to the reply buttons; removed the ugly dropdown arrows
3660                 and use instead the right mouse button
3661
3662 2001-12-09 [paul]       0.6.5claws67
3663
3664         * src/imap.c
3665         * src/utils.h
3666                 allow spaces in imap folder names
3667                 submitted by Willem van Engen <wvengen@stack.nl>
3668
3669 2001-12-09 [paul]       0.6.5claws66
3670
3671         * sync with sylpheed 0.6.5cvs24
3672                 see ChangeLog entry 2001-12-09
3673
3674 2001-12-08 [alfons]     0.6.5claws65
3675
3676         * src/textview.c