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