* src/procmsg.c
[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