891056f3b6da4d1a1ad80cfb81c67e45d2dd576a
[claws.git] / ChangeLog.claws
1 2003-01-09 [christoph]  0.8.8claws71
2
3         * src/compose.c
4         * src/gtk/menu.[ch]
5                 fix wrong selecting of mime encoding type, when
6                 opening property dialog of attachments in the
7                 compose window. 7bit was always selected and that
8                 destoryed files with 8bit data.
9                 (closes bug #9 Sylpheed-claws destroys attachments when
10                  changing MIME-types)
11
12 2003-01-09 [paul]       0.8.8claws70
13
14         * sync with 0.8.8cvs3
15                 see ChangeLog 2003-01-09
16
17 2003-01-08 [alfons]     0.8.8claws69
18         
19         * src/addressadd.c
20                 apply patch by Kim Schulz to fix build breakage
21                 because of missing variable
22
23 2003-01-08 [paul]       0.8.8claws68
24
25         * sync with 0.8.8cvs2
26                 see ChangeLog 2002-01-08
27
28 2003-01-08 [paul]       0.8.8claws67
29
30         * po/it.po
31                 updated by Alessandro Maestri
32                 
33         * src/addressadd.c
34                 when using 'Add sender to addressbook' allow
35                 name to be edited and remarks to be entered
36                 Patch submitted by Luke Plant
37
38 2003-01-08 [darko]      0.8.8claws66
39
40         * README.claws, src/summaryview.c
41                 fix description for marked messages
42
43 2003-01-08 [paul]
44
45         * tools/Makefile.am
46           tools/launch_phoenix  ** NEW FILE **
47                 add script that enables using Phoenix as the default
48                 web browser. 
49                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
50                 
51         * tools/OOo2sylpheed.pl
52                 remove full path to sylpheed executable, just 'sylpheed'
53                 will do
54                 
55         * tools/README
56                 add launch_phoenix informtion and re-arrange and compress
57                 the data a little
58
59 2003-01-07 [christoph]  0.8.8claws65
60
61         * src/folder.c
62                 fix update for source folder when moving messages
63         * src/procmsg.[ch]
64         * src/summaryview.c
65                 use function to set to_folder for message infos and
66                 automatically update the op_count for old and new
67                 folder
68
69 2003-01-07 [melvin]     0.8.8claws64
70
71         * src/prefs_actions.c
72                 Fixed bug where an '%p' Action on a displayed image crashed 
73                         Sylpheed
74                 Code clean up (get rid of duplicated code and removed unnecessary 
75                                 structure member)
76
77 2003-01-07 [christoph]  0.8.8claws63
78
79         * src/compose.c
80         * src/folder.[ch]
81         * src/folderview.c
82         * src/import.c
83         * src/inc.c
84         * src/main.c
85         * src/mainwindow.c
86         * src/messageview.c
87         * src/prefs_folder_item.c
88         * src/procmsg.c
89         * src/summaryview.c
90         * src/toolbar.c
91                 o remove all folder update triggering from the UI code. The folder
92                   system should know much better when a folder needs an update.
93                 o to prevent multiple updates in a row the folder updates can be
94                   frozen for some time.
95
96                 Note: - Please verify that no updates are missing
97                       - Check where freeze/thaws should be added
98
99 2003-01-07 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.8claws62
100
101         * src/prefs_actions.c
102                 don't translate empty strings
103
104 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.8claws61
105
106         * src/prefs_actions.c
107                 mark strings for gettext
108         * src/prefs_matcher.c
109                 use new description window for Execute action and
110                 match condition in Filtering
111
112 2003-01-06 [alfons]     0.8.8claws60
113
114         keep myself inspired to re-organize matcher part 8; 
115         yes, more to come (I need to move out the descriptive
116         text for actions to matcher.c, or at least make it not
117         depend on the wicked ordering)
118
119         * src/prefs_matcher.c
120                 add documentation so others may comprehend the
121                 UI part of the conditions
122                 
123 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.8claws59
124
125         * src/prefs_actions.c
126                 use new description window for syntax help
127         * src/gtk/description_window.c
128                 fix display of descriptions with column count != 2
129
130 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.8claws58
131
132         * src/quote_fmt.c
133         * src/summaryview.[ch]
134         * src/gtk/Makefile.am
135         * src/gtk/description_window.[ch]       ** NEW **
136                 use a generic window to display syntax descriptions
137                 currently used in quote_fmt and summaryview (new description
138                 for extended quick search)
139
140 2003-01-06 [paul]       0.8.8claws57
141
142         * sync with 0.8.8cvs1
143                 see ChangeLog 2003-01-06
144
145 2003-01-06 [christoph]  0.8.8claws56
146
147         * src/mainwindow.c
148         * src/prefs_gtk.[ch]
149         * src/gtk/prefswindow.[ch]
150         * src/plugins/spamassassin/spamassassin_gtk.c
151                 o remove page management from prefswindow, pages
152                   will be an argument to prefswindow_open
153                 o prefswindow_open gets a datapointer that is
154                   passed to the widget_create function to allow
155                   creation of prefswindow for specific items
156
157 2003-01-06 [colin]      0.8.8claws55
158         
159         * src/summaryview.c
160                 We don't want regexp in the reply-finder, 
161                 because MIDs can contain !,$,. and so on
162
163 2003-01-06 [jens]       0.8.8claws54
164
165         * src/jpilot.c
166                 fixed a wrong free in jpilot_read_db_files
167
168 2003-01-06 [alfons]     0.8.8claws53
169
170         re-organize matcher part 8; more to come
171        
172         * src/matcher.c
173                 matcherprop_to_string(): put g_free()s before the
174                 switch-case break to fix memleaks                
175
176 2003-01-06 [colin]      0.8.8claws52
177
178         * src/summaryview.c
179                 cleanup & reply-finder now displays the first 
180                 matching message
181
182 2003-01-05 [alfons]     0.8.8claws51
183
184         re-organize matcher part 7; more to come
185
186         * src/matcher.[ch]
187                 fixes for constant correctness;
188                 more documentation;
189
190 2003-01-05 [alfons]     0.8.8claws50
191
192         re-organize matcher part 6; more to come
193         
194         * src/matcher.[ch]
195                 fixes for constant correctness;
196                 more documentation;
197         * src/filtering.c
198                 fix for constant correctness
199
200 2003-01-05 [colin]      0.8.8claws49
201
202         * src/account.[ch]
203                 Add account_get_reply_account function
204         * src/compose.c
205                 Use account_get_reply_account function 
206         * src/summaryview.c
207                 Basic reply-finder - click on the replied
208                 icon gets you to the outbox using quick-search
209
210 2003-01-05 [paul]       0.8.8claws48
211
212         * src/prefs_common.c
213                 small change to English
214                 
215         * src/prefs_filtering.c
216                 prefs_filtering_action_select(): improve logic and uniformity
217                 of gui
218
219 2003-01-05 [alfons]     0.8.8claws47
220
221         fine tune solution to focus problems (bug #7)
222
223         * src/mainwindow.c
224                 mainwindow_focus_in_event(): remove grab event check
225         * src/summaryview.c
226                 summary_button_pressed(): move selection on right-click
227                 too. we can't possibly move the selection back after
228                 canceling a dialog, because gtk's incomplete focus 
229                 management. whether this is a good solution, only time
230                 will tell.
231
232 2003-01-05 [christoph]  0.8.8claws46
233
234         * src/imap.c
235                 fix crash when no imap connection could be established
236
237 2003-01-05 [paul]       0.8.8claws45
238
239         * src/mainwindow.c
240           src/sumamryview.c
241           src/gtk/menu.[ch]
242                 fix bug 605957 'shortcuts in popup-menu'
243                 make user-defined shortcuts work
244                 show shortcuts that are already defined
245                 in the main menu
246                 Patch submitted by Luke Plant
247
248 2003-01-05 [alfons]     0.8.8claws44
249
250         * src/mainwindow.c
251                 focus_in_event handler should not select summary view row 
252                 when another window (menu, dialog) grabbed for events 
253                 (bug #7, "[0.8.8claws42] Message summary focus") 
254
255 2003-01-04 [christoph]  0.8.8claws43
256
257         * src/procmsg.c
258                 update save folder after adding the sent message
259
260 2003-01-02 [christoph]  0.8.8claws42
261
262         * src/common/plugin.c
263                 fix unloading of all plugins and unload
264                 plugins in reverse order
265                 
266         * src/gtk/pluginwindow.c
267                 implement function of load and unload button
268
269         * src/gtk/prefswindow.c
270         * src/gtk/prefswindow.h
271                 rename register function and add new unregister
272                 function
273
274         * src/plugins/spamassassin/spamassassin_gtk.c
275                 unregister prefs page and update for changes in
276                 src/gtk/prefswindow.c
277
278 2003-01-02 [paul]       0.8.8claws41
279
280         * po/es.po
281                 updated by Ricardo Mones Lastra
282
283 2003-01-02 [paul]
284
285         * tools/tb2sylpheed
286                 fixes and improvements by Urke MMI
287
288 2003-01-02 [thorsten]   0.8.8claws40
289
290         * src/procmsg.c
291                 fixed wrong return value
292
293 2003-01-02 [thorsten]   0.8.8claws39
294
295         * src/prefs.c
296                 fixed printing wrong variable
297
298 2003-01-02 [thorsten]   0.8.8claws38
299
300         * src/prefs.c
301                 fixed acessing members of freed pfile struct
302
303 2003-01-02 [thorsten]   0.8.8claws37
304
305         * src/procmsg.c
306                 detect loops across several messages
307                 as suggested by Christoph Hohmann
308
309 2003-01-01 [match]      0.8.8claws36
310
311         * src/addrindex.c
312                 fixed another memory leak.
313
314 2003-01-01 [match]      0.8.8claws35
315
316         * src/jpilot.[ch]
317                 fixed memory leaks. applied Doxygen comments.
318
319 2003-01-01 [thorsten]   0.8.8claws34
320
321         * src/procmsg.c
322                 inhibit endless loop if msg references itself
323                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
324
325 2003-01-01 [christoph]  0.8.8claws33
326
327         * src/mainwindow.c
328         * src/gtk/Makefile.am
329         * src/gtk/pluginwindow.c                ** NEW **
330         * src/gtk/pluginwindow.h                ** NEW **
331                 add plugin window
332
333         * src/plugins/demo/demo.c
334         * src/plugins/spamassassin/spamassassin.c
335         * src/plugins/spamassassin/spamassassin_gtk.c
336                 write better plugin descriptions
337
338 2002-12-31 [christoph]  0.8.8claws32
339
340         * src/gtk/prefswindow.c
341         * src/plugins/spamassassin/spamassassin_gtk.c
342                 some small improvements to GTK code
343
344 2002-12-31 [christoph]  0.8.8claws31
345
346         * src/plugins/spamassassin/spamassassin_gtk.c
347                 enable folder select button
348
349 2002-12-31 [christoph]  0.8.8claws30
350
351         * src/mainwindow.c
352         * src/gtk/Makefile.am
353         * src/gtk/prefswindow.c                         ** NEW **
354         * src/gtk/prefswindow.h                         ** NEW **
355                 add new prefs window
356
357         * src/common/plugin.c
358                 don't try to load empty config lines
359         
360         * src/plugins/spamassassin/Makefile.am
361         * src/plugins/spamassassin/spamassassin.c
362         * src/plugins/spamassassin/spamassassin.h       ** NEW **
363         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
364                 GTK config for SpamAssassin Plugin using
365                 the new prefs window
366
367 2002-12-31 [paul]       0.8.8claws29
368
369         * po/POTFILES.in
370                 remove obsolete entry 'src/menu.c'
371
372 2002-12-31 [alfons]     0.8.8claws28
373
374         * src/matcher.[ch]
375         * src/matcher_parser_parse.y
376         * src/prefs_matcher.c
377                 add "ignore_thread" and "~ignore_thread" condition so it's
378                 possible to make the actions / scoring operate on the ignore
379                 thread flag
380
381 2002-12-31 [christoph]  0.8.8claws27
382
383         * src/addrbook.c
384         * src/addrindex.c
385         * src/folder.c
386         * src/matcher.c
387         * src/prefs_account.c
388         * src/prefs_actions.c
389         * src/prefs_customheader.c
390         * src/prefs_display_header.c
391         * src/prefs_gtk.c
392         * src/procmime.c
393         * src/toolbar.c
394         * src/xmlprops.c
395         * src/common/prefs.[ch]
396                 extend prefs file handling for reading and automatic handling
397                 of blocks. When reading prefs_set_block_label will automatically
398                 move on to the block. When writing it will copy all other blocks
399                 automatically
400
401         * src/common/plugin.c
402                 Now loading plugin filenames from [Plugins] block in
403                 sylpheed rc file
404
405 2002-12-30 [christoph]  0.8.8claws26
406
407         * src/common/hooks.[ch]
408                 return abort status to caller of hooks_invoke
409                 
410         * src/inc.[ch]
411                 invoke message filtering hook and stop
412                 default handling when filter returns abort
413
414         * src/common/plugin.[ch]
415         * src/plugins/demo/demo.c
416                 modify plugin loader, because resolving symbols for strings
417                 does not work correctly
418         
419         * configure.in
420         * ac/spamassassin.m4                            ** NEW **
421         * src/plugins/spamassassin/.cvsignore           ** NEW **
422         * src/plugins/spamassassin/Makefile.am          ** NEW **
423         * src/plugins/spamassassin/README               ** NEW **
424         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
425         * src/plugins/spamassassin/spamassassin.c       ** NEW **
426         * src/plugins/spamassassin/utils.[ch]           ** NEW **
427                 add spamassassin plugin, see src/plugins/spamassassin/README
428                 for details
429
430 2002-12-29 [alfons]     0.8.8claws25
431
432         * src/mainwindow.c
433                 when moving focus from a message view to the main 
434                 window, don't forget to select the summary node
435                 of the displayed message. should fix "[ 659103 ] 
436                 focus-follows-mouse confuses sylpheed"
437
438 2002-12-29 [christoph]  0.8.8claws24
439
440         * src/Makefile.am
441         * src/stringtable.[ch]          ** REMOVE **
442         * src/common/Makefile.am
443         * src/common/stringtable.[ch]   ** NEW **
444                 move stringtable files to common directory
445
446 2002-12-29 [christoph]  0.8.8claws23
447
448         * src/Makefile.am
449         * src/menu.[ch]                 ** REMOVE **
450         * src/gtk/Makefile.am
451         * src/gtk/menu.[ch]             ** NEW **
452                 move menu files to gtk directory
453
454 2002-12-29 [match]      0.8.8claws22
455
456         * src/addressbook.c
457         * src/syldap.c
458                 moved UI specific code out of LDAP code into addressbook
459                 UI code. fixed memory leak.
460
461 2002-12-29 [christoph]  0.8.8claws21
462
463         * src/folder.c
464                 only check for IGNORED parent message when message is
465                 not IGNORED itself
466
467 2002-12-29 [alfons]     0.8.8claws20
468
469         * src/summaryview.c
470                 set gtksctree's anchor correct (immediate execute
471                 changes the tree's layout, and anchor points at 
472                 the incorrect row). fixes "[ 657233 ] multiple msg 
473                 delete sometimes off by 1".
474                 we probably have to look for more tree layout /
475                 anchor glitches.
476
477 2002-12-29 [paul]       0.8.8claws19
478
479         * src/summaryview.c
480                 fix bug [ 659054 ] incorrect sorting of 'From' column
481                 when using 'display sender using address book'
482                 thanks to Alfons and Luke Plant
483
484 2002-12-29 [christoph]  0.8.8claws18
485
486         * src/folder.c
487         * src/procmsg.[ch]
488                 check parent messages for IGNORE THREAD flag, when adding,
489                 moving or copying messages to a folder
490
491 2002-12-27 [alfons]     0.8.8claws17
492
493         re-organize matcher part 5; more to come
494
495         * src/matcher.c
496                 hash keywords in matchparser_tab 
497
498 2002-12-27 [alfons]     0.8.8claws16
499
500         re-organize matcher part 4; more to come
501
502         * src/matcher_parser.h
503         * src/matcher_parser_lex.l
504         * src/matcher_parser_parse.y
505                 cleanup
506
507 2002-12-27 [alfons]     0.8.8claws15
508
509         re-organize matcher part 3; more to come
510
511         * src/matcher.[ch]
512                 cleanup
513
514 2002-12-27 [alfons]     0.8.8claws14
515
516         re-organize matcher part 2; more to come but this should
517         work. cc me if there are any regressions.
518
519         * src/matcher.h
520                 add prototype for get_matchparser_tab_id()
521         * src/matcher_parser_lex.l
522                 look up keywords using matchparser_tab_id();
523
524 2002-12-27 [alfons]     0.8.8claws12
525
526         re-organize matcher part 1
527
528         * src/matcher.h
529                 map yacc generated constants to sylpheed matcher constants
530         * src/matcher.c
531                 add function to find a matcher constant from a string
532
533 2002-12-27 [christoph]  0.8.8claws11
534
535         * src/compose.c
536                 MENUITEM_ADD casts the 4th argument from integer to pointer
537                 so it probably should not be a pointer, this means we
538                 should use account id for it and not the account's pointer
539
540 2002-12-27 [paul]       0.8.8claws10
541
542         * src/mainwindow.c
543                 remove unneeded 'GtkWidget *vbox'
544                 
545         * src/summaryview.c
546                 further sync with 0.8.8 - make sort
547                 by recipient work as expected
548                 
549         * NEWS
550                 sync with 0.8.8
551
552 2002-12-27 [paul]       0.8.8claws9
553
554         * po/pt_BR.po
555                 updated by Ivan F. Martinez
556                 
557 2002-12-27 [darko]      0.8.8claws8
558
559         * src/common/utils.c
560                 added locked pattern to extended search
561
562 2002-12-27 [alfons]     0.8.8claws7
563
564         * src/prefs_matcher.[ch]
565                 clean up
566
567 2002-12-26 [alfons]     0.8.8claws6
568
569         * src/matcher.[ch]
570         * src/matcher_parser_lex.l
571         * src/matcher_parser_parse.y
572         * src/prefs_matcher.c
573                 allow color label as a condition in the matcher
574
575 2002-12-26 [oliver]     0.8.8claws5
576         
577         * src/toolbar.c 
578                 enable Addressbook for Main and Messageview
579         * src/prefs_actions.c
580                 enable actions in Messageview
581
582 2002-12-26 [christoph]  0.8.8claws4
583
584         * src/common/plugin.c
585                 add a little debug output
586         * configure.in
587         * src/plugins/demo/Makefile.am
588                 better use of automake
589
590 2002-12-26 [christoph]  0.8.8claws3
591
592         * src/Makefile.am
593         * src/common/Makefile.am
594                 fix "make distdir"
595
596 2002-12-26 [christoph]  0.8.8claws2
597
598         * configure.in
599                 sort configure checks into common / gtk / plugins
600         * po/POTFILES.in
601                 add src/prefs_gtk.c
602         * src/Makefile.am
603                 add plugins SUBDIR
604         * src/main.c
605         * src/common/sylpheed.[ch]
606                 added now sylpheed_done function for shutdown
607         * src/common/Makefile.am
608         * src/common/plugin.[ch]                ** NEW **
609                 plugin loader and unloader
610         * src/plugins/.cvsignore                ** NEW **
611         * src/plugins/Makefile.am               ** NEW **
612                 build plugins
613         * src/plugins/demo/.cvsignore           ** NEW **
614         * src/plugins/demo/Makefile.am          ** NEW **
615         * src/plugins/demo/demo.c               ** NEW **
616                 small demo plugin that installs a logtext hook and
617                 outputs the log text to stdout
618
619 2002-12-26 [paul]       0.8.8claws1
620
621         * po/es.po
622                 updated by Ricardo Mones Lastra
623
624 2002-12-26 [paul]       0.8.8claws
625
626         * 0.8.8claws released
627
628 2002-12-26 [paul]       0.8.7claws12
629
630         * po/bg.po
631                 updated by George Danchev
632
633 2002-12-26 [paul]       0.8.7claws11
634
635         * po/POTFILES.in
636                 remove unneeded 'src/prefs.c' entry 
637
638 2002-12-26 [paul]       0.8.7claws10
639
640         * src/codeconv.c
641           src/mainwindow.c
642                 sync with 0.8.8 release
643         
644         * src/folder.[ch]
645           src/mh.c
646           src/summaryview.c
647                 partial sync with 0.8.8 release
648         
649
650 2002-12-25 [alfons]     0.8.7claws9
651
652         * src/matcher.[ch]
653         * src/matcher_parser_lex.l
654         * src/matcher_parser_parse.y
655         * src/prefs_matcher.c
656                 add locked flag to possible filtering / matcher 
657                 conditions (also a good example what should be
658                 done to add a simple boolean condition)
659
660 2002-12-25 [christoph]  0.8.7claws8
661
662         * src/Makefile.am
663         * src/account.[ch]
664         * src/addrbook.c
665         * src/addressbook.c
666         * src/addrindex.c
667         * src/filtering.c
668         * src/folder.c
669         * src/matcher.c
670         * src/prefs.[ch]                ** REMOVE **
671         * src/prefs_account.c
672         * src/prefs_actions.c
673         * src/prefs_common.c
674         * src/prefs_customheader.c
675         * src/prefs_display_header.c
676         * src/prefs_filtering.c
677         * src/prefs_folder_item.c
678         * src/prefs_gtk.[ch]            ** NEW **
679         * src/prefs_matcher.c
680         * src/prefs_scoring.c
681         * src/prefs_summary_column.c
682         * src/procmime.c
683         * src/selective_download.c
684         * src/toolbar.c
685         * src/common/Makefile.am
686         * src/common/prefs.[ch]         ** NEW **
687                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
688
689 2002-12-24 [alfons]     0.8.7claws7
690
691         * src/summaryview.c
692                 summary_thread_build(): fix real cause of the crash mentioned in
693                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
694                 this way we get meaningful ctree nodes 
695
696 2002-12-24 [oliver]     0.8.7claws6
697
698         * src/mainwindow.[ch]
699         * src/messageview.[ch]
700         * src/compose.[ch]
701         * src/inc.c
702         * src/summaryview.c
703                 changes to use updated toolbar handling
704                 
705 2002-12-24 [oliver]     0.8.7claws5
706
707         * src/toolbar.[ch]
708                 generic toolbar handling
709                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
710         * src/prefs_toolbar.[ch]
711                 adjust to handling
712         
713 2002-12-24 [oliver]     0.8.7claws4
714         
715         * src/stock_pixmap.[ch]
716                 move SYLPHEED_LOGO to end of list in order 
717                 to remove it from Custom Toolbar`s Icon View
718
719 2002-12-24 [alfons]     0.8.7claws3
720
721         * src/summaryview.c
722                 summary_thread_build(): fix crash because of focus != selection 
723                 after threading. when deleting the selection, gtk tries but fails 
724                 to find the correct focusable element. we now force the selection
725                 to be focused. this should solve the infamous bug reported by 
726                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
727                 a test case is available. 
728
729 2002-12-24 [darko]      0.8.7claws2
730
731         * src/summaryview.c
732                 don't crash when unmarking message with unread children
733
734 2002-12-23 [christoph]  0.8.7claws1
735
736         * src/Makefile.am
737         * src/common/Makefile.am
738                 update Makefiles for moved intl.h, version.h and defs.h
739         * src/imap.c
740                 rewrite imap_session_get to avoid duplicate code
741
742 2002-12-23 [paul]       0.8.7claws
743
744         * Santa-Claws released
745         
746         * po/hu.po
747           po/ru.po
748                 squeeze in updated Hungarian and Russian translations.
749                 Submitted by  Gál Zoltán and Ruslan N. Balkin
750
751 2002-12-23 [paul]       0.8.6claws129
752
753         * po/pl.po
754                 updated by Witold Wladyslaw Wojciech Wilk
755
756 2002-12-23 [paul]       0.8.6claws128
757
758         * src/quote_fmt_parse.y
759                 fix typo and add licence header
760
761 2002-12-23 [paul]       0.8.6claws127
762
763         * po/en_GB.po
764                 updated
765
766 2002-12-23 [paul]       0.8.6claws126
767
768         * po/it.po
769                 updated translation, submitted by Alessandro Maestri
770                 
771 2002-12-23 [paul]       0.8.6claws125
772
773         * src/quote_fmt_parse.y
774                 fix signature-stripping on replies bug. match
775                 '-- \n' and not '-- '.
776
777 2002-12-22 [paul]       0.8.6claws124
778
779         * po/bg.po
780           po/es.po
781           po/sr.po
782                 updated translations. submitted by George Danchev,
783                 Ricardo Mones Lastra, and Urke MMI respectively
784
785 2002-12-21 [paul]       0.8.6claws123
786
787         * src/addrbook.c
788                 fix coding style
789
790 2002-12-21 [paul]       0.8.6claws122
791
792         * src/addrbook.c
793                 fix bug [643638] where if a person is in one or more
794                 addressbook groups editing that person's email 
795                 address results in removal from those groups.
796                 Patch submitted by Luke Plant.
797
798 2002-12-20 [christoph]  0.8.6claws121
799
800         * src/common/utils.c
801         * src/summaryview.c
802                 reimplement expand_search_string using GString to
803                 prevent crashs caused by miscalculated string
804                 lengths reported by Paul
805
806 2002-12-20 [christoph]  0.8.6claws120
807
808         * src/summaryview.c
809                 don't use "changed" to check if op_count has to be changed as it
810                 is also set when the message has unread children
811                 (closes bug [ 653221 ] crash while deleting duplicates)
812
813 2002-12-20 [paul]       0.8.6claws119
814
815         * sync with 0.8.6cvs27
816                 see ChangeLog 2002-12-20
817
818 2002-12-20 [paul]       0.8.6claws118
819
820         * sync with 0.8.6cvs26
821                 see ChangeLog 2002-12-19 and 2002-12-20
822
823 2002-12-19 [alfons]     0.8.6claws117
824
825         * src/textview.c
826                 fix incorrect parsing of email addresses, submitted by 
827                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
828                 name display if it contains @".
829
830 2002-12-18 [paul]       0.8.6claws116
831
832         * sync with 0.8.6cvs23
833                 see ChangeLog 2002-12-18
834
835 2002-12-18 [paul]       0.8.6claws115
836
837         * src/Makefile.am
838         * src/account.c
839         * src/codeconv.c
840         * src/gtkutils.[ch]
841         * src/imap.c
842                 sync with 0.8.6cvs22.
843                 see ChangeLog 2002-12-17 and 2002-12-18
844
845 2002-12-17 [christoph]  0.8.6claws114
846
847         * src/imap.c
848                 o don't create a session if imap greeting fails
849                 o don't close socket when authentication fails
850                   this is done by imap_session_destroy
851
852 2002-12-17 [thorsten]   0.8.6claws113
853
854         * tools/Makefile.am
855           tools/README
856           tools/google_msgid.pl ** NEW FILE **
857                 Added "search for message-id" script and doc
858
859 2002-12-17 [thorsten]   0.8.6claws112
860
861         * po/hu.po
862                 Updated hungarian translation
863                 (updated by Gal Zoltan)
864
865 2002-12-16 [christoph]  0.8.6claws111
866
867         * src/addr_compl.c
868                 remove stupid addressbook dump to debug output
869         * src/mh.c
870                 fix memory leak found by Hiro
871
872 2002-12-14 [paul]       0.8.6claws110
873
874         * src/compose.c
875                 fix menubar sensitivity on send
876                 
877         * src/prefs_filtering.c
878         * src/prefs_matcher.c
879         * src/prefs_scoring.c
880                 Fix english ;)
881                 
882         * src/common/quoted-printable.h
883                 sync: fix typo
884         
885 2002-12-13 [christoph]  0.8.6claws109
886
887         * src/Makefile.am
888         * src/manage_window.[ch]        ** REMOVE **
889         * src/gtk/Makefile.am
890         * src/gtk/manage_window.[ch]    ** NEW **
891                 move manage_window files to gtk directory
892
893 2002-12-13 [christoph]  0.8.6claws108
894
895         * src/Makefile.am
896         * src/gtkshruler.[ch]           ** REMOVE **
897         * src/gtk/Makefile.am
898         * src/gtk/gtkshruler.[ch]       ** NEW **
899                 move gtkshruler files to gtk directory
900
901 2002-12-13 [christoph]  0.8.6claws107
902
903         * src/Makefile.am
904         * src/compose.c
905         * src/gtkstext.[ch]             ** REMOVE **
906         * src/gtkutils.[ch]
907         * src/textview.c
908         * src/gtk/gtkstext.[ch]         ** NEW **
909         * src/gtk/Makefile.am
910                 o move stext functions to gtkstext.c to remove
911                   dependency of gtkutils
912                 o move gtkstext files to gtk directory
913
914         * src/gtk/Makefile.am
915         * src/gtk/sslcertwindow.[ch]
916                 UI stuff can always depend on common code so
917                 it's ok to add ../common to include path
918
919 2002-12-13 [colin]      0.8.6claws106
920
921         * src/summaryview.c
922                 Disconnect sighandlers for mainwindow when
923                 quicksearch has the focus
924                 Fix bug #653231
925         * src/mainwindow.[ch]
926                 Make key_pressed callback public, to be able
927                 to disconnect it
928
929 2002-12-13 [christoph]  0.8.6claws105
930
931         * src/mh.c
932                 create .mh_sequences file in new MH folders
933                 (closes feature request [ 523162 ] MH folders should
934                  get a .mh_sequences)
935
936 2002-12-13 [colin]      0.8.6claws104
937
938         * src/summaryview.c
939                 Better handling of quicksearch show/hide
940                 (basically the button stays under the mouse 
941                  when toggled)
942
943 2002-12-13 [paul]       0.8.6claws103
944
945         * sync with 0.8.6cvs17
946                 see ChangeLog 2002-12-13
947
948 2002-12-13 [paul]       0.8.6claws102
949
950         * po/es.po
951                 updated by Ricardo Mones Lastra
952
953 2002-12-11 [colin]       0.8.6claws101
954
955         * src/folder.c
956                 remove statusbar stuff
957           src/folderview.c
958                 set statusbar verbosity when moving folders
959
960 2002-12-11 [colin]       0.8.6claws100
961         * src/prefs_filtering.c
962         * src/prefs_matcher.c
963         * src/prefs_scoring.c
964                 Fix english ;)
965
966 2002-12-11 [colin]       0.8.6claws99
967
968         * src/prefs_common.[ch]
969                 Add summary_quicksearch_type
970         * src/summaryview.c
971                 Save last used quicksearch type
972
973 2002-12-11 [jens]       0.8.6claws98
974         * src/prefs_filtering.c
975         * src/prefs_matcher.c
976         * src/prefs_scoring.c
977                 added dialog for incomplete rules in scoring, filtering and
978                 matcher to ask wheather really close
979
980 2002-12-11 [colin]      0.8.6claws97
981
982         * src/folder.c
983                 Fix folder dnd statusbar logging
984
985 2002-12-10 [christoph]  0.8.6claws96
986
987         * src/compose.c
988         * src/folder.c
989         * src/imap.c
990         * src/inc.c
991         * src/main.c
992         * src/mainwindow.c
993         * src/news.c
994         * src/send.c
995         * src/statusbar.[ch]
996         * src/common/hooks.c
997         * src/common/log.[ch]
998                 o handle verbose logging in statusbar directly in statusbar code
999                   and common code does not need any knowledge about a statusbar
1000                 o remove direct calls to statusbar_(puts|pop)_all functions
1001
1002 2002-12-10 [jens]       0.8.6claws95
1003
1004         * src/*.c
1005                 removed gettext from g_warnings
1006         * po/POTFILES.in
1007                 cleaned and updated
1008         * po/de.po
1009                 updated
1010
1011 2002-12-10 [colin]      0.8.6claws94
1012
1013         * src/main.c
1014                 finish crash dialog fix
1015
1016 2002-12-10 [colin]      0.8.6claws93
1017
1018         * src/main.c
1019                 "Fix" "sylpheed already running" instead of
1020                 crash dialog appearing after a crash
1021
1022 2002-12-10 [colin]      0.8.6claws92
1023
1024         * po/POTFILES.in
1025                 add src/gtk/sslcertwindow.c
1026
1027 2002-12-10 [paul]       0.8.6claws91
1028
1029         * po/POTFILES.in
1030                 updated to reflect recent changes
1031                 submitted by Alessandro Maestri
1032
1033 2002-12-09 [christoph]  0.8.6claws90
1034
1035         * src/Makefile.am
1036         * src/smtp.[ch]                 ** REMOVE **
1037         * src/common/Makefile.am
1038         * src/common/smtp.[ch]          ** NEW **
1039                 move smtp files to common directory
1040
1041 2002-12-09 [christoph]  0.8.6claws89
1042
1043         * src/Makefile.am
1044         * src/session.[ch]              ** REMOVE **
1045         * src/common/Makefile.am
1046         * src/common/session.[ch]       ** NEW **
1047                 move session files to common directory
1048
1049 2002-12-09 [paul]       0.8.6claws88
1050
1051         * src/account.c
1052                 fix bug [649746] edit accounts: move account reverted
1053                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
1054
1055 2002-12-09 [colin]      0.8.6claws87
1056
1057         * src/ssl_certificate.c
1058                 cleanup
1059
1060 2002-12-09 [colin]      0.8.6claws86
1061
1062         * src/ssl.c
1063                 Try to open the cert.pem database and 
1064                 issue a warning if it isn't there
1065
1066 2002-12-09 [colin]      0.8.6claws85
1067
1068         * src/common/ssl_certificate.c
1069         * src/gtk/sslcertwindow.c
1070                 Warning fixes
1071
1072 2002-12-09 [colin]      0.8.6claws84
1073
1074         * src/ssl_certificate.[ch] ** REMOVED **
1075         * src/common/ssl_certificate.[ch] ** NEW **
1076         * src/Makefile.am
1077         * src/common/Makefile.am
1078                 Moved ssl_certificate.[ch] to common
1079         * src/common/ssl.c 
1080                 Put back needed include
1081         * src/gtk/sslcertwindow.[ch]
1082                 Changed ssl_certificate.h include
1083         
1084 2002-12-09 [colin]      0.8.6claws83
1085
1086         * src/gtk/sslcertwindow.[ch]
1087                 Implement hook for certificate acception
1088         * src/ssl_certificate.[ch]
1089                 Implement hook for certificate acception
1090         * src/common/ssl.c
1091                 Reenable certificate acception check
1092         * src/mainwindow.c
1093                 Register sslcertwindow's hook
1094         
1095 2002-12-08 [christoph]  0.8.6claws82
1096
1097         * src/about.c
1098         * src/addr_compl.c
1099         * src/codeconv.c
1100         * src/manual.c
1101         * src/undo.c
1102         * src/common/utils.c
1103                 o add missing includes
1104                 o fix warnings
1105         * src/.cvsignore
1106         * src/common/.cvsignore
1107         * src/common/version.h          ** REMOVE **
1108                 remove autogenerated file
1109
1110 2002-12-08 [paul]       0.8.6claws81
1111
1112         * src/stringtable.c
1113                 put back needed include
1114
1115 2002-12-08 [colin]      0.8.6claws80
1116         
1117         * src/gtk/sslcertwindow.c
1118                 Cleaner popups when asking
1119         * src/ssl_certificate.c
1120         * src/prefs_common.[ch]
1121                 remove ssl certificate pref
1122                 put back needed include
1123         * src/undo.c
1124                 put back needed include
1125
1126 2002-12-08 [christoph]  0.8.6claws79
1127
1128         * src/folderview.c
1129         * src/logwindow.c
1130         * src/statusbar.c
1131         * src/summaryview.c
1132                 only abort hook invokation if required data is missing not
1133                 if our own data pointer is NULL, update hookfunction for
1134                 log window
1135
1136 2002-12-08 [paul]       0.8.6claws78
1137
1138         * src/about.c
1139         * src/addrcache.c
1140         * src/addrclip.c
1141         * src/addr_compl.c
1142         * src/addrselect.c
1143         * src/codeconv.c
1144         * src/colorlabel.c
1145         * src/enriched.c
1146         * src/esmtp.c
1147         * src/exporthtml.c
1148         * src/headerview.c
1149         * src/imageview.c
1150         * src/manual.c
1151         * src/noticeview.c
1152         * src/pgptext.c
1153         * src/scoring.c
1154         * src/sourcewindow.c
1155         * src/stringtable.c
1156         * src/undo.c
1157                 clean up: remove unneccesary includes
1158
1159 2002-12-08 [christoph]  0.8.6claws77
1160
1161         * src/folderview.c
1162         * src/statusbar.c
1163         * src/summaryview.c
1164         * src/common/hooks.[ch]
1165                 hook functions now have a gboolean return value, if a hook
1166                 returns TRUE it will stop executing of any more hooks in
1167                 the same hooklist for this invokation
1168
1169 2002-12-08 [colin]      0.8.6claws76
1170         
1171         * src/main.c
1172                 put back argv0 for CRASH_DIALOG
1173
1174 2002-12-08 [christoph]  0.8.6claws75
1175
1176         * src/Makefile.am
1177         * src/about.c
1178         * src/account.c
1179         * src/crash.c
1180         * src/esmtp.h
1181         * src/imap.[ch]
1182         * src/inc.c
1183         * src/main.c
1184         * src/mainwindow.c
1185         * src/news.c
1186         * src/pop.[ch]
1187         * src/prefs_account.[ch]
1188         * src/prefs_common.[ch]
1189         * src/send.[ch]
1190         * src/smtp.[ch]
1191         * src/ssl_certificate.[ch]
1192         * src/ssl_manager.[ch]
1193         * src/common/Makefile.am
1194         * src/common/log.c
1195         * src/common/nntp.[ch]
1196         * src/common/socket.[ch]
1197         * src/common/ssl.[ch]
1198         * src/gtk/sslcertwindow.[ch]
1199         * ac/openssl.m4
1200                 use new autoconf script to detect OpenSSL with extra parameters
1201                 to specify the location of libs and includes, also remove USE_SSL
1202                 to USE_OPENSSL
1203
1204         * src/common/sylpheed.[ch]
1205         * src/common/version.h.in
1206                 start seperation of common code initialization seperated from gui
1207
1208         * src/summaryview.c
1209                 The function that is called when a color lable changes
1210                 should not change the color lable again
1211
1212 2002-12-08 [colin]      0.8.6claws74
1213
1214         * src/gtk/sslcertwindow.c
1215                 warning fixes
1216
1217 2002-12-08 [colin]      0.8.6claws73
1218
1219         * src/statusbar.c
1220           src/common/log.h
1221                 Register a hook for statusbar_puts_all
1222         * src/common/log.c
1223                 invoke statusbar_puts_all's hook
1224         
1225 2002-12-08 [colin]      0.8.6claws72
1226
1227         * src/ssl_certificate.c
1228                 Put back a badly-removed include
1229
1230 2002-12-08 [colin]      0.8.6claws71
1231
1232         * src/gtk/sslcertwindow.[ch]    ** NEW **
1233                 new certificate presentation
1234         * src/gtk/Makefile.am
1235                 add new files
1236         * src/ssl_certificate.[ch]
1237                 gtk cleanup, made utility functions public
1238         * src/ssl_manager.c
1239                 use new cert presentation
1240
1241 2002-12-07 [christoph]  0.8.6claws70
1242
1243         * src/Makefile.am
1244         * src/nntp.[ch]                 ** REMOVE **
1245         * src/common/Makefile.am
1246         * src/common/nntp.[ch]          ** NEW **
1247                 move nntp files to common directory
1248
1249 2002-12-07 [christoph]  0.8.6claws69
1250
1251         * src/procmsg.[ch]
1252         * src/summaryview.c
1253                 implement msginfo update callback using sylpheed's new
1254                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
1255
1256 2002-12-06 [christoph]  0.8.6claws68
1257
1258         * src/editgroup.c
1259                 This patch changes the 'Edit Group Details' dialog to
1260                 allow extended selections in either pane, so that
1261                 addresses can be added or removed from a group more
1262                 quickly and easily. (it actually is a net decrease in
1263                 file size, as some unnecessary functions have been
1264                 removed). 
1265                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
1266
1267 2002-12-06 [christoph]  0.8.6claws67
1268
1269         * src/Makefile.am
1270         * src/template.[ch]             ** REMOVE **
1271         * src/common/Makefile.am
1272         * src/common/template.[ch]      ** NEW **
1273                 move template files to common directory
1274
1275         * src/nntp.c
1276                 add missing log.h include
1277
1278 2002-12-06 [melvin]     0.8.6claws66
1279
1280         * src/prefs_actions.c
1281                 Added the trailing ">" syntax to insert command's output
1282                 without replacing old text (in contrast to trailing "|").
1283
1284 2002-12-05 [colin]      0.8.6claws65
1285         
1286         * src/common/utils.c
1287                 Don't modify original search_string or it'll change
1288                 the next iterations in the for()
1289
1290 2002-12-05 [darko]      0.8.6claws64
1291
1292         * src/common/utils.c
1293                 proper check for filtering commands, found by Colin
1294
1295 2002-12-05 [darko]      0.8.6claws63
1296
1297         * src/common/utils.c
1298                 check proper string for NULL pointer, found by Colin
1299
1300 2002-12-05 [darko]      0.8.6claws62
1301
1302         * src/common/utils.[ch]
1303                 expand_search_string(): new function
1304                 converts Mutt-like patterns to Sylpheed's
1305                 filtering engine
1306         * src/summaryview.c
1307                 use expand_search_string() to allow Mutt-like
1308                 patterns in extended search
1309         * README.claws
1310                 document extended option in quick search
1311
1312 2002-12-05 [paul]       0.8.6claws61
1313
1314         * sync with 0.8.6cvs16
1315                 see ChangeLog 2002-12-05
1316                 
1317         * po/POTFILES.in
1318                 clean up
1319
1320 2002-12-04 [christoph]  0.8.6claws60
1321
1322         * src/imap.[ch]
1323                 put imap authentication code into a new function and
1324                 remove it from imap_session_new that will allow to
1325                 send other commands before authentication
1326
1327 2002-12-04 [christoph]  0.8.6claws59
1328
1329         * src/imap.[ch]
1330                 use already existing method to prevent unneeded IMAP
1331                 folder selects. Set imap_select parameters to NULL
1332                 in some functions if the values are not required.
1333
1334         * src/xml.h
1335                 remove no longer required include
1336
1337 2002-12-04 [paul]       0.8.6claws58
1338
1339         * po/es.po
1340                 updated by Ricardo Mones Lastra
1341                 
1342         * configure.in
1343           po/hu.po      ** NEW FILE **
1344                 initial Hungarian translation, submitted
1345                 by Gál Zoltán <galzoli@hu.inter.net>
1346
1347 2002-12-03 [christoph]  0.8.6claws57
1348
1349         * src/Makefile.am
1350         * src/gtksctree.[ch]            ** REMOVE **
1351         * src/gtk/Makefile.am
1352         * src/gtk/gtksctree.[ch]        ** NEW **
1353                 move gtksctree files to gtk directory
1354
1355 2002-12-03 [christoph]  0.8.6claws56
1356
1357         * src/Makefile.am
1358         * src/md5.[ch]                  ** REMOVE **
1359         * srm/common/Makefile.am
1360         * src/common/md5.[ch]           ** NEW **
1361                 move md5 files to common directory
1362
1363         * src/gtkstext.c
1364                 remove not required #include
1365
1366 2002-12-03 [sergey]     0.8.6claws55
1367
1368         * src/gtkutils.c
1369         * src/gtkutils.h
1370                 gtkut_window_popup(): new function.
1371         * src/mainwindow.c
1372                 main_window_popup(): use gtkut_window_popup() to raise
1373                 window without changing its position.
1374                 (see sylpheed-main ML message [sylpheed:17247])
1375
1376 2002-12-03 [sergey]     0.8.6claws54
1377
1378         * src/send.c
1379                 send_message_local(): removed first-dot escaping
1380                 (SMTP-only, not needed for sending through pipe)
1381
1382 2002-12-03 [paul]       0.8.6claws53
1383
1384         * po/POTFILES.in
1385                 update to reflect recent changes (thanks
1386                 to Ricardo Mones Lastra)
1387                 
1388         * tools/filter_conv.pl
1389                  fix problem with quoted strings. Patch submitted
1390                  by Luke Plant <lukeplant@softhome.net>
1391
1392 2002-12-03 [paul]       0.8.6claws52
1393
1394         * sync with 0.8.6cvs15
1395                 see ChangeLog 2002-12-03
1396
1397 2002-12-02 [christoph]  0.8.6claws51
1398
1399         * src/logwindow.[ch]
1400         * src/common/log.[ch]
1401                 implement logging using a hook function
1402
1403         * src/folderview.c
1404         * src/folder.[ch]
1405                 define hooklist name in header file to avoid
1406                 errors caused by wrong spelling of hooklist names
1407
1408         * src/toolbar.c
1409                 fix warnings
1410
1411 2002-12-02 [christoph]  0.8.6claws50
1412
1413         * src/common/Makefile.am
1414                 add src/common/hooks.[ch]
1415
1416         * src/common/hooks.[ch]
1417                 implement a simple hook system using glib's hook functions
1418
1419         * src/folder.[ch]
1420         * src/folderview.c
1421                 use new hook system for folder item updates
1422
1423 2002-12-02 [christoph]  0.8.6claws49
1424
1425         * doc-src/ui_seperation.txt     ** NEW **
1426                 information for ui seperation
1427
1428         * src/Makefile.am
1429                 remove files that were moved to common
1430                 include common directory by default for the header files
1431
1432         * src/inc.c
1433         * src/common/socket.c
1434         * src/automaton.[ch]
1435                 implement automaton using g_io_*-functions instead of
1436                 gdk_input_add to make it ui independent
1437
1438         * src/codeconv.c
1439         * src/compose.c
1440         * src/ldif.c
1441         * src/pgptext.c
1442         * src/procmime.c
1443         * src/rfc2015.c
1444         * src/smtp.c
1445         * src/unmime.c
1446                 remove common/ prefix because directory is now in
1447                 include path
1448
1449         * src/compose.c
1450         * src/folder.c
1451         * src/folderview.c
1452         * src/mainwindow.c
1453         * src/messageview.c
1454         * src/prefs_common.c
1455         * src/procmsg.c
1456         * src/rfc2015.c
1457                 fix warnings
1458
1459         * src/imap.c
1460         * src/inc.c
1461         * src/news.c
1462         * src/pop.c
1463         * src/send.c
1464         * src/smtp.c
1465         * src/ssl_certificate.c
1466                 add log.h header file for logging functions
1467
1468         * src/main.c
1469         * src/common/utils.c
1470         * src/summaryview.c
1471         * src/xml.c
1472                 o move debug_mode to common/utils.c
1473                 o add functions to set and get debug_mode
1474
1475         * src/defs.h                    ** REMOVE **
1476         * src/intl.h                    ** REMOVE **
1477         * src/socket.[ch]               ** REMOVE **
1478         * src/ssl.[ch]                  ** REMOVE **
1479         * src/utils.[ch]                ** REMOVE **
1480                 replaced by new files in src/common/
1481         
1482         * src/common/Makefile.am
1483                 add new files in src/common/
1484
1485         * src/common/defs.h             ** NEW **
1486         * src/common/intl.h             ** NEW **
1487         * src/common/log.[ch]           ** NEW **
1488         * src/common/socket.[ch]        ** NEW **
1489         * src/common/ssl.[ch]           ** NEW **
1490         * src/common/utils.[ch]         ** NEW **
1491                 replacement for files in src/
1492
1493 2002-12-02 [colin]      0.8.6claws48
1494
1495         * src/folderview.c
1496                 Scroll folderview if necessary during dnd
1497
1498 2002-12-02 [colin]      0.8.6claws47
1499
1500         * src/folder.[ch]
1501                 Add check to verify a move is within a single mailbox
1502         * src/folderview.c
1503                 Add specific error string for this check
1504
1505 2002-12-02 [colin]      0.8.6claws46
1506
1507         * src/folder.c
1508                 Add a test to folder moving, remove a statusbar_print
1509         * src/folderview.c
1510                 Add Move folder... context-menu item
1511                 Factorize folder moving code
1512                 Enable folder DND for mbox
1513
1514 2002-12-01 [christoph]  0.8.6claws45
1515
1516         * ac/aspell.m4
1517                 remove conf.aspelltest if the version check fails
1518
1519 2002-11-30 [christoph]  0.8.6claws44
1520
1521         * autogen.sh
1522                 run libtoolize --force in autogen to create missing
1523                 libtool scripts
1524
1525 2002-11-30 [christoph]  0.8.6claws43
1526
1527         * src/Makefile.am
1528         * src/pgptext.c
1529         * src/procmime.c
1530         * src/rfc2015.c
1531         * src/uuencode.[ch]             ** REMOVED **
1532         * src/common/Makefile.am
1533         * src/common/uuencode.[ch]      ** NEW **
1534                 move uuen/decoder to common directory
1535
1536 2002-11-30 [christoph]  0.8.6claws42
1537
1538         * src/Makefile.am
1539         * src/base64.[ch]               ** REMOVED **
1540         * src/codeconv.c
1541         * src/compose.c
1542         * src/ldif.c
1543         * src/pgptext.c
1544         * src/procmime.c
1545         * src/rfc2015.c
1546         * src/smtp.c
1547         * src/unmime.c
1548         * src/common/Makefile.am
1549         * src/common/base64.[ch]        ** NEW **
1550                 move base64 en/decoder to common directory
1551
1552 2002-11-30 [christoph]  0.8.6claws41
1553
1554         * src/common                    ** NEW **
1555                 new directory for UI independent code
1556         * src/gtk                       ** NEW **
1557                 new directory for GTK frontend
1558         * src/common/.cvsignore         ** NEW **
1559         * src/gtk/.cvsignore            ** NEW **
1560                 ignore build files
1561         * src/common/Makefile.am        ** NEW **
1562         * src/gtk/Makefile.am           ** NEW **
1563                 automake files to build new seperated stuff
1564         * src/Makefile.am
1565                 the binary will currently still be build with the
1566                 files in src, so we include the code from the
1567                 subdirs for now after building the libs there
1568
1569 2002-11-30 [paul]       0.8.6claws40
1570
1571         * src/compose.c
1572                 fix bug [642731] 'Wrong selected account with drafted mail'
1573
1574 2002-11-29 [oliver]     0.8.6claws39
1575         
1576         * src/messageview.c
1577                 o update summaryview when switching between different
1578                   messageviews          
1579         * src/toolbar.c  
1580                 o check if messageview holds already removed msg
1581                   from summaryview
1582                 
1583
1584 2002-11-29 [oliver]     0.8.6claws38
1585
1586         * src/toolbar.c 
1587                 remove not needed variables and includes
1588                 make messageview stay opened and move to next when msgs are deleted 
1589
1590 2002-11-29 [oliver]     0.8.6claws37
1591         
1592         * src/toolbar.c 
1593                 disable compose button (messageview toolbar) by default
1594                 deleted msgs are moved to trash
1595         
1596 2002-11-29 [melvin]     0.8.6claws36
1597
1598         * configure.in
1599                 Increased minimal gpgme version to 0.3.10 (Zombies out)
1600                 and to detect signatures expirations (gpgme 0.3.6)
1601
1602         * src/main.c
1603                 Use non obsolescent function for Gpgme engine checking.
1604
1605         * src/rfc2015.c
1606                 Inform about expired signatures or signatures which key
1607                 has expired. Expiration date is displayed.
1608
1609         * src/sigstatus.c
1610                 Inform about expired signatures or signatures which key
1611                 has expired.
1612
1613 2002-11-28 [paul]       0.8.6claws35
1614
1615         * src/folderview.c
1616                 re-instate 'Check for new messages' in Newsgroup
1617                 folders right-click menu, after a suggestion from
1618                 Tim Mann <timmann@users.sourceforge.net>
1619
1620         * src/main.c
1621                 after a crash check only local folders for new
1622                 messages
1623
1624 2002-11-28 [paul]       0.8.6claws34
1625
1626         * configure.in
1627                 apply patch that fixes the checking of GTK with XIM 
1628                 support on different OSs, such as FreeBSD. Patch 
1629                 submitted by Topia <topia@users.sourceforge.net>
1630                 
1631 2002-11-28 [paul]       0.8.6claws33
1632
1633         * src/mainwindow.c
1634           src/prefs_common.c
1635           src/prefs_toolbar.c
1636                 more changes to the English
1637
1638 2002-11-28 [paul]       0.8.6claws32
1639
1640         * sync with 0.8.6cvs13
1641                 see ChangeLog 2002-11-28 (no sync needed
1642                 for src/compose.c)
1643
1644 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
1645         
1646         * src/mainwindow.[ch]
1647                 add patch by Ivan F. Martinez introducing messageview Toolbar
1648                 some changes and committed by oliver    
1649
1650 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
1651
1652         * src/messageview.[ch]
1653                 add patch by Ivan F. Martinez introducing messageview Toolbar
1654                 some changes and committed by oliver    
1655
1656 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
1657
1658         * src/compose.[ch]
1659                 add patch by Ivan F. Martinez introducing messageview Toolbar
1660                 some changes and committed by oliver    
1661
1662 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
1663         
1664         * src/toolbar.[ch]
1665                 add patch by Ivan F. Martinez introducing messageview Toolbar
1666                 some changes and committed by oliver
1667
1668 2002-11-28 [oliver]     0.8.6claws27
1669         
1670         * src/prefs_toolbar.[ch]
1671                 getting ready for messageview toolbar
1672                 free mem allocated by gettext
1673                 change prefs_toolbar to prefs_toolbar_open
1674  
1675 2002-11-28 [thorsten]   0.8.6claws26
1676
1677         * src/imageview.[ch]
1678                 cleaned up conflicting declarations of
1679                 imageview_show_image()
1680
1681 2002-11-28 [paul]       0.8.6claws25
1682
1683         * src/grouplistdialog.c
1684           src/prefs_common.c
1685           src/prefs_summary_column.c
1686                 a few more improvements to the English
1687
1688 2002-11-28 [colin]      0.8.6claws24
1689
1690         * man/sylpheed.1
1691                 A few updates to command-line parameters
1692
1693 2002-11-28 [colin]      0.8.6claws23
1694
1695         * src/prefs_filtering.c
1696                 Fix problems with prefs_filtering_delete_path:
1697                 a) if the first rule is removed, original pointers
1698                    weren't updated (leading to segfaults)
1699                 b) it was always global_processing updated in case
1700                    of removed path was parent of rule path
1701
1702 2002-11-27 [paul]       0.8.6claws22
1703
1704         * src/mainwindow.c
1705           src/prefs_account.c
1706           src/prefs_actions.c
1707           src/prefs_common.c
1708           src/prefs_customheader.c
1709           src/prefs_display_header.c
1710           src/prefs_filtering.c
1711           src/prefs_folder_item.c
1712           src/prefs_matcher.c
1713           src/prefs_scoring.c
1714           src/prefs_summary_column.c
1715           src/prefs_template.c
1716           src/prefs_toolbar.c
1717                  improve the English in the GUI
1718
1719 2002-11-27 [colin]      0.8.6claws21
1720
1721         * src/folder.c
1722                 Fix processing renaming problems happening after
1723                 last commit
1724
1725 2002-11-27 [colin]      0.8.6claws20
1726
1727         * src/folder.c
1728                 recursive move now deletes src each subfolder after 
1729                 having moved it
1730         * src/folderview.c
1731                 Use identifier instead of path during dnd (enables
1732                 IMAP folder dnd)
1733
1734 2002-11-27 [paul]       0.8.6claws19
1735
1736         * src/main.c
1737                 apply patch that does command-line processing 
1738                 BEFORE gtk_init, allowing claws to run from 
1739                 shell-scripts in non-X environment (e.g. crontab 
1740                 or ip-up, ip-down scripts). Patch submitted by
1741                 Ruslan N. Balkin <baron@dartel.ru>
1742                 
1743         * po/it.po
1744                 updated by Alessandro Maestri
1745
1746 2002-11-27 [paul]       0.8.6claws18
1747
1748         * sync with 0.8.6cvs12
1749           src/prefs_common.c
1750                 Differences are that main uses a 'Receive dialog'
1751                 frame on the Interface tab, whereas claws groups all 
1752                 the dialogs together in a 'Dialogs' frame.
1753
1754 2002-11-27 [colin]      0.8.6claws17
1755
1756         * src/prefs_matcher.c
1757                 Fix Execute criteria's NOT flag
1758
1759
1760 2002-11-26 [christoph]  0.8.6claws16
1761
1762         * src/ssl.c
1763                 rewrite the ssl code a little bit, only use one
1764                 SSL context, set default certificates' file/path
1765
1766 2002-11-26 [thorsten]   0.8.6claws15
1767
1768         * src/compose.c
1769                 default-reply-to didn't work for ml-reply
1770
1771 2002-11-26 [melvin]     0.8.6claws14
1772
1773         * src/prefs_actions.c
1774                 Made pipe-actions ignore short headers in message view
1775                 Made trailing-pipe-actions write in the message view with
1776                 the same font as the original message
1777
1778 2002-11-26 [paul]       0.8.6claws13
1779
1780         * src/compose.c
1781                 this time commit the correct file
1782
1783 2002-11-26 [paul]       0.8.6claws12
1784
1785         * sync with 0.8.6cvs11
1786           src/quote_fmt_parse.y  
1787                 no sync needed
1788           src/account.[ch]       
1789                 not sync'ed
1790           src/compose.c
1791                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
1792                 on draft mode.
1793                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
1794                 header
1795                 
1796         see ChangeLog 2002-11-25 and 2002-11-26
1797
1798 2002-11-26 [colin]      0.8.6claws11
1799
1800         * src/folderview.c
1801                 Fix collapsed folder not auto-expanding during
1802                 mail dnd, if it was the source folder.
1803
1804 2002-11-25 [colin]      0.8.6claws10
1805
1806         * src/folderview.[ch]
1807                 Variable renaming and cleaning (slist of nodes 
1808                 to be re-collapsed is stored in FolderView)
1809
1810 2002-11-25 [paul]       0.8.6claws9
1811
1812         * src/prefs_common.[ch]
1813                 fix breakage caused by last commit
1814
1815 2002-11-25 [paul]       0.8.6claws8
1816
1817         * sync with 0.8.6cvs4
1818                 see ChangeLog 2002-11-21
1819
1820 2002-11-25 [paul]       0.8.6claws7
1821
1822         * sync with 0.8.6cvs4
1823                 see ChangeLog 2002-11-20
1824
1825 2002-11-25 [paul]       0.8.6claws6
1826
1827         * sync with 0.8.6cvs3
1828                 see ChangeLog 2002-11-18
1829
1830 2002-11-25 [colin]      0.8.6claws5
1831
1832         * src/gtkutils.[ch]
1833                 Add gtkut_ctree_node_is_parent()
1834         * src/folderview.c
1835                 Spring-loaded folders
1836
1837 2002-11-25 [colin]      0.8.6claws4
1838
1839         * src/utils.[ch]
1840                 Add slist_concat_unique(), function to merge
1841                 two GSList filtering dups
1842         * src/folder.[ch]
1843         * src/summaryview.[ch]
1844         * src/folderview.c
1845         * src/main.c
1846                 Add detection/update/display of unread answers
1847                 to marked mails
1848         * src/procmsg.[ch]
1849                 Add procmsg_find_children()
1850                 Add procmsg_msg_has_marked_parent()
1851
1852 2002-11-25 [colin]      0.8.6claws3
1853
1854         * src/ssl_certificate.[ch]
1855                 Allow checking a certificate without a DNS
1856                 lookup
1857                 Allow to forget a cert (by deleting it)
1858                 Make ssl_certificate_destroy_public
1859         * src/ssl_manager.[ch] ** NEW FILES **
1860                 Gui to manage (display/remove) certificates
1861         * src/prefs_common.[ch]
1862                 Add a pref to allow silent acceptation of
1863                 trusted certificates or not (based on the
1864                 "I want to know what's going on" principle)
1865         * src/mainwindow.c
1866                 Add SSL manager in Tools menu
1867         * src/Makefile.am
1868                 Add the new files to the build
1869         * po/POTFILES.in
1870                 Add ssl_manager.c to translations
1871
1872 2002-11-25 [colin]      0.8.6claws2
1873
1874         * src/summaryview.[ch]
1875                 Add S_SEARCH_EXTENDED to the quick search, which 
1876                 allows to search using filtering syntax.
1877
1878 2002-11-25 [colin]      0.8.6claws1
1879
1880         * src/summaryview.c
1881                 Deletion of duplicates now prefer deleting
1882                 the unread dup (fixes feature-request 638989).
1883
1884 2002-11-24 [paul]       0.8.6claws
1885
1886         * po/es.po
1887           po/pl.po
1888           po/ru.po
1889           po/sr.po
1890                 updated by Ricardo Mones Lastra,
1891                 Witold Wladyslaw Wojciech Wilk,
1892                 Ruslan N. Balkin, and  Urke MMI 
1893                 respectively
1894
1895 2002-11-24 [paul]       0.8.5claws182
1896
1897         * po/bg.po
1898                 updated by George Danchev
1899
1900 2002-11-23 [alfons]     0.8.5claws181
1901
1902         * src/imap.c
1903                 tiny memory leak found by browsing Dimitar's 
1904                 valgrind report
1905
1906 2002-11-23 [paul]       0.8.5claws180
1907
1908         * po/it.po
1909                 updated by Alessandro Maestri
1910
1911 2002-11-22 [christoph]  0.8.5claws179
1912
1913         * src/compose.c
1914         * src/inc.c
1915         * src/prefs_filtering.c
1916         * src/summaryview.c
1917                 more warning fixes
1918
1919 2002-11-22 [alfons]     0.8.5claws178
1920
1921         * src/summaryview.c
1922                 summary_execute_delete_func(): if message is deleted, make 
1923                 sure to also remove its entry in the subject hash table. 
1924                 fixes a corner case bug.
1925
1926 2002-11-22 [paul]       0.8.5claws177
1927
1928         * .cvsignore
1929                 add 'autom4te.cache'
1930                 
1931         * ltconfig      ** REMOVED **
1932                 not needed
1933
1934 2002-11-22 [paul]       0.8.5claws176
1935
1936         * src/textview.c
1937                 textview_set_font(): fix for message display in
1938                 UTF-8 locales (thanks to Sergey Vlasov).
1939                 
1940         * AUTHORS
1941                 add new team members and contributors
1942
1943
1944 2002-11-21 [colin]      0.8.5claws175
1945
1946         * src/procmsg.[ch]
1947                 Add procmsg_remove_special_headers()
1948         * src/mh.c
1949                 Use procmsg_remove_special_headers() for 
1950                 previous fix
1951
1952 2002-11-21 [colin]      0.8.5claws174
1953
1954         * src/mh.c
1955                 Fix moving/copying from queue/draft folders
1956                 for MH folders
1957
1958 2002-11-21 [christoph]  0.8.5claws173
1959
1960         * src/crash.c
1961         * src/filtering.c
1962         * src/logwindow.c
1963         * src/main.c
1964         * src/matcher_parser_lex.[hl]
1965         * src/mbox.c
1966         * src/mbox_folder.[ch]
1967         * src/prefs_filtering.c
1968         * src/procheader.c
1969         * src/quote_fmt_lex.l
1970         * src/ssl.c
1971                 fix all warnings except the warnings in lex and yacc files
1972
1973 2002-11-20 [christoph]  0.8.5claws172
1974
1975         * src/imap.c
1976                 fix MsgInfo retrieval for IMAP draft and queue folders
1977                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1978
1979 2002-11-19 [christoph]  0.8.5claws171
1980
1981         * src/compose.c
1982                 fix segfault, when draft saving does not get
1983                 the MsgInfo of the new message
1984                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1985
1986 2002-11-19 [christoph]  0.8.5claws170
1987
1988         * src/procmsg.c
1989                 add parameter check for flag setting function
1990                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1991
1992 2002-11-18 [paul]       0.8.5claws169
1993
1994         * src/compose.c
1995                 more sensitivity fixes to redirect mode:
1996                 * disable toolbar draft button
1997                 * allow only Address book in the Tools menu
1998                 * disable editing of message by the spell
1999                   checker
2000
2001 2002-11-18 [paul]       0.8.5claws168
2002
2003         * src/compose.c
2004                 fix sensitivity of menu items in compose_redirect():
2005                 allow only the necessary items 
2006
2007 2002-11-18 [paul]       0.8.5claws167
2008
2009         * src/compose.c
2010                 fix bug [ 603259 ] 'attachment got lost on bounce'
2011
2012 2002-11-18 [paul]       0.8.5claws166
2013
2014         * po/ru.po
2015                 updated by Ruslan N. Balkin <baron@dartel.ru>
2016
2017 2002-11-18 [colin]      0.8.5claws165
2018
2019         * src/main.c
2020           src/defs.h
2021                 Remove old filtering stuff
2022
2023
2024 2002-11-17 [oliver]     0.8.5claws164
2025
2026         * src/toolbar.h
2027                 remove not needed typedef 
2028
2029 2002-11-17 [oliver]     0.8.5claws163
2030
2031         * src/toolbar.c
2032                 make toolbar's on click events translatable
2033
2034 2002-11-15 [colin]      0.8.5claws162
2035
2036         * src/summaryview.c
2037                 Revert too-soon integration of a feature
2038
2039 2002-11-15 [christoph]  0.8.5claws161
2040
2041         * src/imap.c
2042                 use main's implementation of imap_get_msginfo
2043
2044 2002-11-15 [christoph]  0.8.5claws160
2045
2046         * src/compose.c
2047         * src/folder.[ch]
2048         * src/imap.c
2049         * src/mbox_folder.c
2050         * src/mh.c
2051         * src/news.c
2052         * src/procmsg.c
2053         * src/summaryview.c
2054                 replace claws' fetch_msginfo with main's get_msginfo
2055                 (use main's implementation where possible)
2056
2057 2002-11-15 [colin]      0.8.5claws159
2058
2059         * src/ssl_certificate.c
2060                 Missed a check
2061
2062 2002-11-16 [melvin]     0.8.5claws158
2063
2064         * po/fr.po
2065                 Updated French translations.
2066
2067 2002-11-16 [colin]      0.8.5claws157
2068
2069         * src/ssl_certificate.c
2070                 Check for missing parts in the certificates
2071
2072 2002-11-15 [colin]      0.8.5claws156
2073
2074         * src/folderview.c
2075                 Preventive fix (missing check) found by
2076                 Alfons
2077
2078 2002-11-15 [paul]
2079
2080         * NEWS
2081                 sync with 0.8.6 release
2082
2083 2002-11-15 [colin]      0.8.5claws155
2084
2085         * src/folder.[ch]
2086           src/folderview.c
2087                 Fix error handling of folder_item_move_to()
2088                 (thanks to Alfons!)
2089
2090 2002-11-15 [colin]      0.8.5claws154
2091
2092         * src/folder.[ch]
2093           src/folderview.c
2094                 folder_item_move_to() sets an error message instead
2095                 of having GUI stuff in folder.c
2096
2097 2002-11-15 [colin]      0.8.5claws153
2098
2099         * src/procmsg.[ch]
2100                 Implemented a callback for MsgInfo updates, 
2101                 heavily copy/pasted from Christoph's folder 
2102                 callback system
2103         * src/summaryview.[ch]
2104                 Register summary_update_msg as callback
2105
2106 2002-11-14 [colin]      0.8.5claws152
2107         
2108         * src/procmsg.c
2109                 Update the FolderItem after sending (fixes 617593)
2110
2111 2002-11-14 [christoph]  0.8.5claws151
2112
2113         * src/folder.c
2114                 fix wrong position of NULL pointer check found
2115                 by Sergey
2116
2117 2002-11-14 [christoph]  0.8.5claws150
2118
2119         * src/folder.c
2120                 fix segfault when deleting messages from IMAP folders
2121                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
2122
2123 2002-11-14 [colin]      0.8.5claws149
2124
2125         * src/compose.c
2126                 Forwarding was also ignoring the folder's default account.
2127
2128 2002-11-14 [colin]      0.8.5claws148
2129
2130         * src/compose.c
2131                 Fix sent folder not set to folder properties when 
2132                 forwarding.
2133
2134 2002-11-14 [thorsten]   0.8.5claws147
2135
2136         * src/inc.c
2137                 inc_start(): Files were not moved from .processing to inbox,
2138                 if no global processing rule existed
2139
2140 2002-11-14 [colin]      0.8.5claws146
2141
2142         * src/ssl_certificate
2143                 Fix file operations
2144
2145 2002-11-14 [paul]       0.8.5claws145
2146
2147         * po/it.po
2148                 updated by Alessandro Maestri
2149
2150 2002-11-13 [alfons]     0.8.5claws144
2151
2152         * src/folder.c
2153                 folder_item_close(): only mark messages unread
2154                 when a folder has new messages 
2155
2156 2002-11-13 [keith]      0.8.5claws143
2157
2158         * src/imap.c
2159                 Fix problem moving or copying between
2160                 IMAP folders
2161
2162 2002-11-13 [colin]      0.8.5claws142
2163
2164         * src/matcher_parser_parse.y
2165                 Fix rule problem when " don't match
2166
2167 2002-11-13 [christoph]  0.8.5claws141
2168
2169         * src/folder.c
2170         * src/folderview.c
2171                 moved cache saving to folder_item_close
2172                 the folderview should not have to deal with
2173                 this things
2174
2175 2002-11-13 [christoph]  0.8.5claws140
2176
2177         * src/summaryview.c
2178                 moved setting of important score to
2179                 summary_set_prefs_from_folderitem
2180
2181 2002-11-13 [colin]      0.8.5claws139
2182
2183         * src/matcher_parser_parse.y
2184                 Fix a segfault in the parser (happening when
2185                 a good expression had been tested and a bad 
2186                 one arrives)
2187
2188 2002-11-13 [paul]       0.8.5claws138
2189
2190         * sync with 0.8.5cvs24
2191                 see ChangeLog 2002-11-13
2192                 
2193         * po/pt_BR.po
2194                 updated by Fabio Jr. Beneditto
2195
2196 2002-11-13 [colin]      0.8.5claws137
2197         
2198         * src/msgcache.c
2199           src/defs.h
2200           src/procmsg.[ch]
2201                 Revert last commit, problem
2202
2203 2002-11-13 [colin]      0.8.5claws136
2204
2205         * src/msgcache.c
2206                 Remove duplicated code
2207         * src/defs.h
2208                 Bumped CACHE_VERSION and MARK_VERSION
2209         * src/procmsg.[ch]
2210                 Network endian for cache and mark files
2211
2212 2002-11-12 [colin]      0.8.5claws135
2213
2214         * src/inc.c
2215                 Fix the "socket error" dialog which disappeared
2216
2217 2002-11-12 [colin]      0.8.5claws134
2218
2219         * src/msgcache.c
2220                 Reverse last commit which had performance 
2221                 problems, but still reverse the list
2222
2223 2002-11-12 [colin]      0.8.5claws133
2224
2225         * src/msgcache.c
2226                 Reverse list order
2227
2228 2002-11-12 [melvin]     0.8.5claws132
2229
2230         * src/compose.c
2231                 Added a check for a NULL prefs_common.dictionary
2232
2233 2002-11-12 [colin]      0.8.5claws131
2234
2235         * src/ssl_certificate.[ch]
2236                 Use FQDN hostname
2237
2238 2002-11-12 [colin]      0.8.5claws130
2239
2240         * src/ssl_certificate.[ch]
2241                 Take connection port into account for 
2242                 checking certificates (a single hostname
2243                 could have multiple servers with multiple
2244                 certificates)
2245         * src/ssl.c
2246                 Pass the port to ssl_certificate_check
2247
2248 2002-11-12 [paul]       0.8.5claws129
2249
2250         * src/folder.c
2251                 fix a typo in last commit
2252
2253 2002-11-12 [paul]       0.8.5claws128
2254
2255         * sync with 0.8.5cvs23
2256                 see ChangeLog entry 2002-11-12
2257
2258 2002-11-11 [colin]      0.8.5claws127
2259
2260         * src/ssl_certificate.c
2261                 Cleaner messages
2262                 Don't popup, instead log error, if the 
2263                 corresponding pref is checked
2264         * src/ssl_certificate.h
2265                 include <openssl/objects/h>
2266
2267 2002-11-11 [colin]      0.8.5claws126
2268
2269         * src/ssl_certificate.h
2270                 _Really_ clean it
2271
2272 2002-11-11 [colin]      0.8.5claws125
2273         
2274         * src/ssl_certificate.c
2275                 Fixed leak
2276
2277 2002-11-11 [colin]      0.8.5claws124
2278
2279         * src/ssl.c
2280                 Cleaned a bit
2281         * src/ssl_certificate.[ch]
2282                 Cleaned a bit (better use of SSL API)
2283                 (This will cause non-recognition of saved 
2284                  certificates of claws12[23]...)
2285
2286 2002-11-11 [paul]       0.8.5claws123
2287         
2288         * po/es.po
2289                 updated by Ricardo Mones Lastra
2290
2291 2002-11-11 [colin]      0.8.5claws122
2292
2293         * src/ssl.c
2294                 Fix a typo
2295
2296 2002-11-11 [colin]      0.8.5claws121
2297
2298         * src/ssl_certificate.[ch] ** NEW FILES **
2299         * src/ssl.[ch]
2300                 Check SSL certificates presented to us
2301         * src/Makefile.am
2302                 Add ssl_certificate.[ch]
2303         * po/POTFILES.in
2304                 Add ssl_certificate.c
2305
2306 2002-11-11 [paul]       0.8.5claws120
2307
2308         * sync with 0.8.5cvs22
2309                 see ChangeLog 2002-11-11
2310
2311 2002-11-11 [paul]       0.8.5claws119
2312
2313         * sync with 0.8.5cvs21
2314                 see ChangeLog 2002-11-11
2315
2316 2002-11-10 [jens]       0.8.5claws118
2317
2318         * src/folder.c
2319         * src/folderview.c
2320                 corrected some typing
2321         * po/de.po
2322                 updated german translation
2323         * sylpheed.spec.in
2324                 cleaned up specfile and adjusted it for claws
2325
2326 2002-11-10 [colin]      0.8.5claws117
2327
2328         * src/summaryview.c
2329                 a STATUSBAR_PUSH/POP fix
2330
2331 2002-11-10 [colin]      0.8.5claws116
2332
2333         * src/prefs_folder_item.c
2334                 Fix hanging after opening folder properties
2335
2336 2002-11-10 [hoa]        0.8.5claws115
2337
2338         * src/matcher_parser_lex.l
2339         * src/matcher_parser_parse.y
2340                 config file for scoring and filtering is no more trashed
2341                 when there is a syntax error in a filtering rule when
2342                 editing it in a dialog.
2343
2344 2002-11-09 [colin]      0.8.5claws114
2345
2346         * src/mbox_folder.c
2347                 Added missing initialisation of folder->destroy()
2348
2349 2002-11-09 [colin]      0.8.5claws113
2350
2351         * src/folder.c
2352           src/folderview.c
2353                 Fix the status bar messages
2354
2355 2002-11-09 [colin]      0.8.5claws112
2356
2357         * src/folderview.c
2358                 Fix hangs after folder dnd, happening after 
2359                 claws109.
2360
2361 2002-11-09 [christoph]  0.8.5claws111
2362
2363         * src/folderview.c
2364                 just changed order of calls (reverse order of
2365                 associated calls)
2366         * src/inc.c
2367                 lock inc when checking only one account, otherwise
2368                 inc all could be executed at the same time
2369
2370 2002-11-09 [christoph]  0.8.5claws110
2371
2372         * src/folderview.c
2373                 better unlock the mouse cursor before calling
2374                 summary_show because it changes the cursor too
2375
2376 2002-11-09 [christoph]  0.8.5claws109
2377
2378         * src/folder.[ch]
2379         * src/folderview.c
2380                 add functions to open and close a folder
2381                 o opending will execute scanning for remote folders
2382                   and processing
2383                 o closing will unset new flag for messages
2384
2385 2002-11-09 [colin]      0.8.5claws108
2386
2387         * src/folder.c
2388                 Add a call to prefs_matcher_write_config to 
2389                 avoid non-leaf folders filtering settings to be
2390                 lost
2391
2392 2002-11-09 [paul]       0.8.5claws107
2393
2394         * src/prefs_account.c
2395                 re-word a label
2396
2397 2002-11-09 [colin]      0.8.5claws106
2398
2399         * src/folderview.c
2400                 Minor esthetic fix
2401
2402 2002-11-09 [colin]      0.8.5claws105
2403
2404         * src/folderview.c
2405                 Fix prefs_filtering deletion for MH folders (same
2406                 reason as below)
2407         * src/prefs_filtering.c
2408                 Fix prefs_filtering renaming and deletion for 
2409                 folder-based processing rules.  
2410
2411 2002-11-09 [christoph]  0.8.5claws104
2412
2413         * src/compose.c
2414         * src/folder.[ch]
2415         * src/folderview.[ch]
2416         * src/import.c
2417         * src/inc.c
2418         * src/main.c
2419         * src/mainwindow.c
2420         * src/messageview.c
2421         * src/prefs_folder_item.c
2422         * src/procmsg.c
2423         * src/summaryview.c
2424                 implement a callback system for folder item updates
2425
2426 2002-11-09 [colin]      0.8.5claws103
2427
2428         * src/folderview.c
2429                 Fix prefs_filtering renaming for MH folders (we
2430                 shouldn't rename by path as another folder could
2431                 have the same hierarchy).
2432
2433 2002-11-09 [colin]      0.8.5claws102
2434
2435         * src/folder.c
2436                 Fix a leak found by Christoph, use better variable
2437                 names
2438
2439 2002-11-09 [colin]      0.8.5claws101
2440
2441         * src/folder.c
2442                 One more fix for processing rules
2443
2444 2002-11-08 [colin]      0.8.5claws100
2445         
2446         * src/matcher.c
2447                 Don't copy the compiled regexp (will be reevaluated)
2448         * src/folderview.c
2449                 Lock folderview while moving
2450         * src/folder.c
2451                 Provide info on what's happening to the user
2452
2453 2002-11-08 [colin]      0.8.5claws99
2454
2455         * src/folderview.c
2456                 Fix folder reordering after a move if parent is 
2457                 root
2458         * src/scoring.[ch]
2459                 Add function to copy a ScoringProp
2460         * src/prefs_folder_item.c
2461                 Copy scoring rules when copying a folder prefs
2462
2463 2002-11-08 [colin]      0.8.5claws98
2464
2465         * src/folderview.c
2466                 Fixes in case of failure
2467         * src/filtering.[ch]    
2468                 Add function to duplicate a FilteringProp
2469         * src/matcher.[ch]
2470                 Add function to duplicate a MatcherProp
2471         * src/prefs_folder_item.c
2472                 Save folder's processing rules when copying 
2473                 its prefs
2474
2475 2002-11-08 [colin]      0.8.5claws97
2476         
2477         * src/folderview.c
2478                 Sort after move
2479         * src/folder.c 
2480                 Change a printf to debug_print
2481
2482 2002-11-08 [colin]      0.8.5claws96
2483
2484         * src/folder.c
2485           src/folderview.c
2486                 Fix segfaults, call me stupido
2487         
2488
2489 2002-11-08 [colin]      0.8.5claws95
2490
2491         *src/folder.c
2492                 Added forgotten prefs to save when moving folders
2493
2494 2002-11-08 [colin]      0.8.5claws94
2495
2496         * src/folder.c
2497                 Fixes to folder DND (prefs copy)
2498         * src/folderview.c
2499                 Optimization for folder DND (don't rescan whole tree)
2500                 Added folderview_create_folder_node() for this 
2501                 optimization, so de-duped a bit the code
2502         * src/prefs_folder_item.[ch]
2503                 Added prefs_folder_item_copy_prefs()    
2504           
2505 2002-11-08 [paul]       0.8.5claws93
2506
2507         * src/prefs_account.c
2508           tools/README
2509           tools/kmail2sylpheed_v2.pl
2510                 correct some typos
2511
2512 2002-11-08 [paul]       0.8.5claws92
2513
2514         * src/compose.c
2515           src/prefs_account.[ch]
2516                 remove account options 'clearsign' and 'ascii_armored',
2517                 replace with 'default_gnupg_mode' to prevent mixed-mode
2518                 Privacy settings
2519
2520 2002-11-08 [paul]       0.8.5claws91
2521
2522         * src/compose.[ch]
2523                 re-implement GnuPG 'on-the-fly' mode selection,
2524                 disallow mixed-mode
2525
2526 2002-11-08 [colin]      0.8.5claws90
2527
2528         * src/folderview.c
2529           src/prefs_folder_item.c
2530                 Change "Property" to "Properties"
2531
2532 2002-11-07 [colin]      0.8.5claws89
2533
2534         * src/folderview.c
2535           src/folder.c
2536                 Allow folder dropping to a root folder
2537
2538 2002-11-07 [paul]       0.8.5claws88
2539
2540         * src/compose.c
2541                 revert last commit
2542
2543 2002-11-07 [paul]       0.8.5claws87
2544
2545         * src/compose.c
2546                 fix reply-to-list bug. closes bug report
2547                 "[633382] reply-to-list broken in recent cvs"
2548
2549 2002-11-07 [paul]       0.8.5claws86
2550
2551         * src/compose.c
2552                 add a forgotten '#if USE_GPGME ... #endif'
2553
2554 2002-11-07 [paul]       0.8.5claws85
2555
2556         * sync with 0.8.5cvs20
2557                 see ChangeLog 2002-11-07
2558
2559 2002-11-07 [colin]      0.8.5claws84
2560
2561         * src/folder.[ch]
2562                 Change folder_item_move_to to return the newly 
2563                 created folderitem.
2564         * src/folderview.c
2565                 Select the new folderitem after moving.
2566
2567 2002-11-07 [colin]      0.8.5claws83
2568
2569         * src/prefs_filtering.c
2570                 Fix rule rewriting when moving a leaf folder to a 
2571                 shorter path
2572
2573 2002-11-07 [colin]      0.8.5claws82
2574
2575         * src/prefs_filtering.c
2576                 fix a leak
2577
2578 2002-11-07 [colin]      0.8.5claws81
2579
2580         * src/folder.[ch]
2581                 Add folder_item_move_to() function to move a 
2582                 folderitem into another one (updates matcher etc)
2583         * src/folderview.c
2584                 Add folder drag'n drop (context menu to come)
2585                 [Should be dataloss free, but Please backup before 
2586                  trying !]
2587
2588 2002-11-06 [colin]      0.8.5claws80
2589
2590         * src/mh.c
2591                 mh_create_folder() returns NULL if can't create
2592                 directory hierarchy
2593
2594 2002-11-06 [paul]       0.8.5claws79
2595
2596         * src/compose.[ch]
2597                 allow 'on-the-fly' changing of the type of encryption 
2598                 and/or signing used (mime/ascii) via the compose window
2599
2600 2002-11-06 [paul]       0.8.5claws78
2601
2602         * sync with 0.8.5cvs19
2603                 see ChangeLog 2002-11-06 for src/account.c: 
2604                 account_get_special_folder()
2605                 
2606 2002-11-05 [alfons]     0.8.5claws77
2607
2608         * src/crash.c
2609                 very minor cleanups: nothing to see here, move on. :-)
2610
2611 2002-11-05 [colin]      0.8.5claws76
2612
2613         * src/main.c
2614                 Changes choices if compose windows are opened to
2615                 Discard, Draft, Don't quit
2616
2617 2002-11-05 [thorsten]   0.8.5claws75
2618
2619         * src/compose.c
2620                 reenabled default_reply_to folder option
2621
2622 2002-11-05 [colin]      0.8.5claws74
2623
2624         * src/compose.[ch] 
2625                 add compose_draft()
2626         * src/crash.c
2627                 add SIGTERM handler
2628         * src/main.[ch]
2629                 add clean_quit() for the SIGTERM handler
2630
2631 2002-11-05 [paul]       0.8.5claws73
2632         
2633         * po/es.po
2634                 updated by Ricardo Mones Lastra
2635
2636 2002-11-05 [melvin]     0.8.5claws72
2637
2638         * src/logwindow.c
2639                 Fixed log-clipping bug #616795.
2640                 To stop logging in the log window use 0 length.
2641         * src/prefs_common.c
2642                 Added a label to inform about the 0 log length behaviour.
2643
2644 2002-11-05 [paul]       0.8.5claws71
2645
2646         * sync with 0.8.5cvs17
2647                 see ChangeLog 2002-11-05
2648
2649 2002-11-04 [paul]       0.8.5claws70
2650
2651         * sylpheed-128x128.png
2652           sylpheed-64x64.png
2653           sylpheed.png
2654                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2655                 <nikai@users.sourceforge.net>
2656                 
2657         * po/bg.po
2658                 updated by George Danchev
2659
2660 2002-11-03 [thorsten]   0.8.5claws69
2661
2662         * src/main.c
2663           src/mimeview.c
2664           src/rfc2015.h
2665                 add check if gpg is active
2666
2667 2002-11-03 [thorsten]   0.8.5claws68
2668
2669         * src/toolbar.h
2670                 removed GSList declaration causing trouble on MacOS-X
2671                 (submitted by alfons, reported by xfesty)
2672
2673 2002-11-01 [paul]       0.8.5claws67
2674
2675         * src/mainwindow.c
2676                 remove last remnants of main's filter code
2677
2678 2002-11-01 [paul]       0.8.5claws66
2679
2680         * tools/filter_conv.pl
2681                 fix bug where user-defined headers were ignored
2682
2683 2002-11-01 [paul]       0.8.5claws65
2684
2685         * src/logwindow.c
2686                 make a debug_print() not translatable
2687
2688 2002-10-31 [melvin]     0.8.5claws64
2689
2690         * ac/aspell.m4
2691                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
2692                 not run any GNU/aspell test.  The dictionary path will
2693                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
2694                 was given, in which case, it will be $prefix/lib/aspell/
2695         * configure.in
2696                 Fixed typo in commentary (Aspell code).
2697
2698 2002-10-31 [paul]       0.8.5claws63
2699
2700         * po/POTFILES.in
2701                 remove src/filter.c and src/prefs_filter.c
2702                 thanks to Ricardo for reminding me
2703
2704 2002-10-31 [colin]      0.8.5claws62
2705
2706         * src/mbox_folder.c
2707                 Plug some leaks
2708
2709 2002-10-31 [paul]       0.8.5claws61
2710
2711         * src/prefs_filter.[ch] ** REMOVED **
2712           src/filter.[ch]       ** REMOVED **
2713           
2714         * src/Makefile.am
2715           src/folderview.c
2716           src/inc.c
2717           src/main.c
2718           src/mainwindow.c
2719           src/mbox.c
2720           src/prefs_common.c
2721           src/prefs_filtering.c
2722           src/summaryview.[ch]
2723                 remove main's 'filter' code
2724                 
2725         README.claws
2726                 update to reflect removal of main's filter
2727
2728 2002-10-31 [paul]       0.8.5claws60
2729
2730         * src/summaryview.c
2731                 remove check for global_processing in summary_filter_open(). 
2732                 This fixes the bug where if the user uses the right-click 
2733                 'Create filter rule...' and doesn't have any filter rules 
2734                 already defined in claws' advanced filtering, the newly 
2735                 created filter rule goes to main's filtering which is 
2736                 inaccessible through the gui. Now the filter rule gets added
2737                 to claws' filtering by default.
2738
2739 2002-10-28 [melvin]     0.8.5claws59
2740
2741         * src/prefs_actions.c
2742                 Fixed bug #627322 where MIME parts were not always
2743                 correctly passed to a %p action
2744                 Display an error dialog when message filename is not found.
2745
2746 2002-10-28 [melvin]     0.8.5claws58
2747
2748         * src/prefs_common.c
2749                 Readded a missing function declaration lost in 0.8.3claws34
2750
2751 2002-10-28 [paul]       0.8.5claws57
2752
2753         * sync with 0.8.5cvs15
2754                 see ChangeLog 2002-10-28 and 2002-10-25
2755                 
2756         Note: ChangeLog entry 2002-10-24 is not sync'ed.
2757
2758 2002-10-27 [oliver]     0.8.5claws56
2759
2760         * src/pop.c
2761                 plug leak in pop3_top_recv
2762
2763 2002-10-26 [christoph]  0.8.5claws55
2764
2765         * src/folder.c
2766                 set need_update folder flag when messages are added
2767                 (closes bug [ 626922 ] folder not updated after receiving)
2768
2769 2002-10-25 [melvin]     0.8.5claws54
2770
2771         * src/imageview.c
2772                 Fixed a memleak introduced in the scaling code.
2773
2774 2002-10-24 [alfons]     0.8.5claws53
2775
2776         * src/filtering.c
2777                 make filtering's forward message action forward from the 
2778                 correct account
2779                 (closes bug [628089 ] Filter -> Forward from address problem
2780                 reported by Oktay)
2781
2782 2002-10-24 [christoph]  0.8.5claws52
2783
2784         * src/mainwindow.c
2785         * src/manual.[ch]
2786                 o use manual of current locale or english if current
2787                   locale is not available (and english is available)
2788                 o also link to sylpheed doc project manuals
2789
2790 2002-10-23 [paul]       0.8.5claws51
2791
2792         * tools/README
2793           tools/kmail2sylpheed_v2.pl
2794                 add new version of kmail addressbook importer script.
2795                 works with newer versions of Kmail/KAddressBook which
2796                 have new and rearranged data.
2797
2798 2002-10-23 [martin]     0.8.5claws50
2799
2800         * src/folderview.c
2801         * src/summaryview.c
2802         * src/utils.h
2803         * src/utils.c
2804                 added length parameter to get_abbrev_newsgroup_name()
2805                 changed this function so that it abbreviates the newsgroup
2806                 names only so long it is smaller than the length parameter
2807                 (for better reading of some newsgroup names and space efficiency)
2808
2809 2002-10-22 [colin]      0.8.5claws49
2810
2811         *src/foldersel.c
2812                 Revert Alfons' last modification (after voting ;-))
2813
2814 2002-10-21 [alfons]     0.8.5claws48
2815
2816         * src/foldersel.c
2817                 folder view in folder selection dialog reflects state of
2818                 folder view in main window
2819
2820 2002-10-18 [alfons]     0.8.5claws47
2821
2822         * src/mbox.c
2823                 drop imported messages in folder selected by user,
2824                 and not in the inbox
2825                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
2826
2827 2002-10-18 [alfons]     0.8.5claws46
2828
2829         * src/compose.c
2830                 make automagic reply work correctly for email accounts 
2831                 (whether it's viable to do a full sync with Hiro's 
2832                 compose.c is still under discussion)
2833
2834 2002-10-18 [melvin]     0.8.5claws45
2835
2836         * src/prefs_actions.c
2837                 Fixed bug #622275 where asynchroneous actions left 
2838                 zombies processes
2839                 Made (synchroneous) actions' input be displayed live.
2840
2841 2002-10-18 [christoph]  0.8.5claws44
2842
2843         * src/textview.c
2844                 don't add a newline in the textview in front of the
2845                 first textpart if header display is disabled
2846                 (closes bug [ 603385 ] disabled header display leaves blank
2847                  lin)
2848
2849 2002-10-18 [christoph]  0.8.5claws43
2850
2851         * src/folder.[ch]
2852         * src/imap.c
2853         * src/mbox_folder.c
2854         * src/mh.c
2855         * src/news.c
2856                 folder->get_num_list now returns an error code
2857                 (closes bug [ 609424 ] News cache cleared on failure)
2858                 
2859 2002-10-17 [colin]      0.8.5claws42
2860         
2861         * src/news.c
2862                 Changed a printf by debug_print
2863
2864 2002-10-16 [paul]       
2865
2866         * tools/OOo2sylpheed.pl
2867                 allow for spaces in the name of the
2868                 file to be attached.
2869
2870 2002-10-16 [colin]      0.8.5claws41
2871
2872         * src/main.c
2873                 Use a tristate to change online mode
2874
2875 2002-10-16 [paul]       0.8.5claws40
2876
2877         * po/es.po
2878                 updated by Ricardo Mones Lastra
2879
2880 2002-10-16 [colin]      0.8.5claws39
2881
2882         * src/main.c
2883           src/mainwindow.[ch]
2884                 Added --online and --offline command-line
2885                 switches
2886
2887 2002-10-15 [christoph]  0.8.5claws38
2888
2889         * src/procmime.c
2890                 set mimeinfo->name to NULL after g_free to
2891                 avoid double freeing with g_free
2892
2893 2002-10-14 [christoph]  0.8.5claws37
2894
2895         * src/compose.c
2896         * src/filtering.c
2897         * src/summaryview.c
2898                 remove calls to folder->change_flags that are now
2899                 done by procmsg flag functions (seems it is not
2900                 used by any foldertype anyway)
2901         * src/folder.c
2902                 init folder->change_flags with NULL
2903
2904 2002-10-14 [christoph]  0.8.5claws36
2905
2906         * src/folder.[ch]
2907         * src/imap.[ch]
2908                 use virtual functions for folder item new and destroy
2909                 functions
2910
2911 2002-10-14 [melvin]     0.8.5claws35
2912
2913         * src/compose.c
2914                 Added a test to not run the spell checker if no default
2915                 dictionary is available. No dialog is displayed though.
2916
2917 2002-10-14 [melvin]     0.8.5claws34
2918
2919         * src/gtkaspell.c
2920                 Fixed bug in dictionary list context menu where
2921                 "More..." pointed to an emtpy submenu if the
2922                 number of dictionaries is a multiple of 15
2923                 Removed unneeded code in suggestions list creation
2924
2925 2002-10-14 [paul]       0.8.5claws33
2926
2927         * po/bg.po
2928                 updated by George Danchev
2929
2930 2002-10-13 [hoa]        0.8.5claws32
2931
2932         * src/matcher.[ch]
2933           src/matcher_parser_parser.y
2934                 removed the escaped string from internal structure
2935                 of matcher.
2936
2937 2002-10-12 [colin]      0.8.5claws31
2938
2939         * src/gtksctree.[ch]
2940           src/summaryview.c
2941                 Removed useless function gtksctree_reanchor
2942
2943 2002-10-12 [alfons]     0.8.5claws30
2944         
2945         * sync with remaining main changes 2002-10-09 - 2002-10-11
2946         - drop changes to src/compose.c (requires claws specific changes)
2947         
2948 2002-10-12 [alfons]     0.8.5claws29
2949         
2950         * sync with main changes of 2002-10-08
2951         - drop changes to src/compose.c (requires claws specific changes)
2952         - drop changes to src/summaryview.c (requires changes to compose.c)     
2953
2954 2002-10-12 [alfons]     0.8.5claws28
2955         
2956         * sync with main changes of 2002-10-07
2957
2958 2002-10-12 [alfons]     0.8.5claws27
2959
2960         * sync with main changes of 2002-10-04
2961         - drop changes to src/compose.c (requires claws specific changes)
2962         - drop changes to src/prefs_folder_item.c (claws implementation
2963           seems to be working)
2964
2965 2002-10-12 [colin]      0.8.5claws26
2966
2967         * src/mainwindow.c
2968                 Fix folder-flicker when space-reading, introduced 
2969                 in claws22.
2970
2971 2002-10-12 [colin]      0.8.5claws25
2972
2973         * src/compose.c
2974                 Save account address when saving as draft.
2975                 (closes bug 621838)
2976
2977 2002-10-12 [colin]      0.8.5claws24
2978
2979         * src/summaryview.c
2980                 Fix the problem consisting of no message selected
2981                 after the last message in a folder has been moved.
2982
2983 2002-10-12 [paul]       0.8.5claws23
2984
2985         * src/compose.c
2986           src/prefs_template.c
2987           src/template.[ch]
2988                 add Cc and Bcc to templates. Patch submitted by
2989                 John L. Males.
2990
2991 2002-10-12 [colin]      0.8.5claws22
2992
2993         * src/folderview.c
2994                 Fix a bug after "Check for new messages":
2995                 If a folder was opened, it was still selected at
2996                 the end of the check, but displayed empty.
2997         * src/mainwindow.c
2998                 Remove unnecessary check
2999
3000 2002-10-12 [paul]
3001
3002         * tools/README
3003                 be more verbose in the description of
3004                 OOo2sylpheed.pl
3005                 
3006
3007 2002-10-11 [colin]      0.8.5claws21
3008
3009         * src/mainwindow.c
3010                 Make space work (better) when no mail is selected
3011
3012 2002-10-11 [colin]      0.8.5claws20
3013
3014         * src/inc.c
3015           src/news.c
3016                 fix warnings
3017
3018 2002-10-11 [colin]      0.8.5claws19
3019
3020         * src/mainwindow.c
3021                 revert 0.8.5claws6 changes as i couldn't get to
3022                 anything satisfying
3023
3024 2002-10-11 [melvin]     0.8.5claws18
3025
3026         * src/compose.c
3027                 Removed buggy and unused macro (should have been committed in
3028                 0.8.5claws17)
3029
3030 2002-10-11 [melvin]     0.8.5claws17
3031
3032         * src/compose.c
3033                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
3034
3035 2002-10-11 [thorsten]   0.8.5claws16 
3036
3037         * src/folderview.c
3038                 remove rescan warning
3039
3040 2002-10-11 [colin]      0.8.5claws15 
3041
3042         * src/procheader.c
3043                 fix a segfault that happens if conv_unmime_header
3044                 fails (should be better to find out why it fails)
3045
3046 2002-10-11 [christoph]  0.8.5claws14
3047
3048         * src/summaryview.c
3049                 update folderview stats after ignore/unignore thread
3050
3051 2002-10-11 [hoa]        0.8.5claws13
3052
3053         * src/quote_fmt_parse.y
3054                 Fixed a yacc/bison syntax error
3055         * src/matcher.c
3056                 Escaping of string is fixed.
3057
3058 2002-10-11 [colin]      0.8.5claws12
3059
3060         * src/imageview.c
3061                 Resize images to fit
3062
3063 2002-10-11 [paul]       0.8.5claws11
3064
3065         * po/es.po
3066                 updated by Ricardo Mones Lastra
3067
3068 2002-10-10 [alfons]     0.8.5claws10
3069
3070         * src/compose.c
3071                 allow dropping files by "moving" files from a file manager,
3072                 not only by the more cumbersome "copying". the latter 
3073                 mostly implies holding down the Control button
3074
3075 2002-10-10 [christoph]  0.8.5claws9
3076
3077         * src/summaryview.c
3078                 update folders after thread building for ignored threads
3079
3080 2002-10-10 [christoph]  0.8.5claws8
3081
3082         * config/.cvsignore
3083                 added Makefile
3084         * src/filtering.[ch]
3085         * src/folder.[ch]
3086         * src/folderview.[ch]
3087         * src/import.c
3088         * src/inc.[ch]
3089         * src/mbox.[ch]
3090         * src/procmsg.c
3091         * src/summaryview.[ch]
3092                 o added new flag need_update to FolderItem
3093                 o removed folder_table from various functions from tracking
3094                   folder updates
3095                 o set need_update flags in folder.c's move, copy and delete
3096                   functions and procmsg's flags functions
3097                 o added function folderview_update_items_when_required that
3098                   updates all folders with need_update set
3099                 o call folderview_update_items_when_required instead of
3100                   folderview_update_item_foreach
3101
3102 2002-10-09 [sergey]     0.8.5claws7
3103
3104         * src/compose.c
3105                 Strip CRs whel loading the text into editor in reedit mode.
3106
3107 2002-10-09 [colin]      0.8.5claws6
3108
3109         * src/mainwindow.c
3110                 Make Space work when no mail is selected
3111
3112 2002-10-09 [colin]      0.8.5claws5
3113
3114         * src/gtksctree.[ch]
3115                 Fix range_select
3116                 Add gtk_sctree_reanchor() 
3117         * src/summaryview.c
3118                 Use gtk_sctree_reanchor() - better fix for 
3119                 bug 60413
3120
3121 2002-10-09 [colin]      0.8.5claws4
3122
3123         * src/summaryview.c
3124                 Fix shift-click select after delete problem
3125                 (closes bug 60413)
3126
3127 2002-10-08 [thorsten]   0.8.5claws3
3128
3129         * src/summaryview.c
3130                 exclude current msg from -hide read messages-
3131
3132 2002-10-08 [colin]      0.8.5claws2
3133
3134         * src/inc.[ch]
3135           src/pop.c
3136           src/recv.c
3137                 Differentiate socket errors from disk full
3138                 errors
3139
3140 2002-10-08 [christoph]  0.8.5claws1
3141
3142         * Makefile.am
3143         * configure.in
3144                 modifications for new config directory
3145
3146         * config.guess  ** REMOVED **
3147         * config.sub    ** REMOVED **
3148         * install-sh    ** REMOVED **
3149         * ltmain.sh     ** REMOVED **
3150         * missing       ** REMOVED **
3151         * mkinstalldirs ** REMOVED **
3152                 these files are autogenerated by automake
3153                 when you run autogen.sh
3154
3155         * config/.cvsignore     ** NEW FILE **
3156         * config/Makefile.am    ** NEW FILE **
3157                 ignore autogenerated files
3158                 create a Makefile in this directory
3159
3160 2002-10-08 [paul]       0.8.5claws
3161
3162         * 0.8.5claws release
3163         
3164         * src/compose.c
3165           src/procheader.c
3166           src/procmsg.c
3167                 fix quote reply format for newsgroups reply bug
3168                 (thanks to Hoa)
3169                 
3170         * po/en_GB.po
3171           po/pl.po
3172                 updated by me and Witold Wladyslaw Wojciech Wilk
3173                 repectively
3174
3175 2002-10-07 [paul]       0.8.3claws53
3176
3177         * po/it.po
3178           po/pt_BR.po
3179           po/sr.po
3180                 updated messages catalogs, submitted by
3181                 Alessandro Maestri, Fabio Jr.Beneditto 
3182                 and Urke MMI, respectively.
3183
3184 2002-10-07 [christoph]  0.8.3claws52
3185
3186         * src/folder.[ch]
3187         * src/folderview.c
3188         * src/mainwindow.c
3189                 fix new folder ghost message bug
3190                 (closes bug [ 619722 ] wrong count for newly created folders)
3191
3192 2002-10-07 [christoph]  0.8.3claws51
3193
3194         * src/compose.c
3195                 fix news posting problem
3196
3197 2002-10-07 [melvin]     0.8.3claws50
3198
3199         * po/fr.po
3200                 Updated French translation
3201
3202 2002-10-05 [christoph]  0.8.3claws49
3203
3204         * src/gtkstext.c
3205                 check if line_start_cache is set in gtk_stext_update_text
3206                 (closes bug [ 618119 ] crash while doing search in folder)
3207
3208 2002-10-05 [christoph]  0.8.3claws48
3209
3210         * src/imap.c
3211         * src/news.c
3212         * src/utils.c
3213         * src/utils.h
3214                 implement cache cleanups for claws' folder system
3215                 (closes bug [ 595916 ] imapcache not cleaned up)
3216
3217 2002-10-05 [melvin]     0.8.3claws47
3218
3219         * src/prefs_actions.c
3220                 Made the help text more clear for the %p token
3221
3222 2002-10-04 [paul]       0.8.3claws46
3223
3224         * sync with 0.8.5
3225                 see ChangeLog 2002-10-02 and 2002-10-03
3226
3227 2002-10-04 [christoph]  0.8.3claws45
3228
3229         * src/inc.c
3230                 fix segfault caused by pop before smtp
3231                 call to inc_account_mail with NULL
3232                 pointer for mainwin
3233
3234 2002-10-04 [paul]       0.8.3claws44
3235
3236         * configure.in
3237                 sync the LDAP detection from 0.8.5cvs1
3238
3239 2002-10-02 [christoph]  0.8.3claws43
3240
3241         * po/de.po
3242                 fix small spelling error
3243
3244 2002-10-02 [melvin]     0.8.3claws42
3245
3246         * ac/aspell.m4
3247                 Behave better and say "no" when test program cannot be run.
3248
3249 2002-10-02 [paul]       0.8.3claws41
3250
3251         * sync with 0.8.4cvs1
3252                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
3253                 
3254         * src/summaryview.c
3255                 toggle the behavior of Reply menuitem between
3256                 normal reply and reply-to-list
3257
3258 2002-10-01 [sergey]     0.8.3claws40
3259
3260         * src/compose.c
3261                 Convert newlines in the message text to the canonical form
3262                 before base64 encoding (RFC2045 compliance, fixes some
3263                 interoperability issues with Evolution 1.0.3)
3264
3265 2002-09-29 [colin]      0.8.3claws39
3266
3267         * src/summaryview.c
3268                 Fix an unwanted copy/paste
3269
3270 2002-09-29 [colin]      0.8.3claws38
3271
3272         * src/mainwindow.c
3273                 Renamed "Custom toolbar" to "Customize toolbar"
3274                 Renamed "Show all header" to "Show all headers"
3275                 Renamed "Set diplay item" to "Set displayed items"
3276         * src/prefs_common.c
3277                 Renamed "Show all header" to "Show all headers"
3278         * src/prefs_summary_column.c
3279                 Renamed "diplay item" to "displayed items"
3280
3281 2002-09-29 [colin]      0.8.3claws37
3282
3283         * src/mainwindow.[ch]
3284                 online/offline status pixmaps follow theme
3285                 changes
3286         * src/summaryview.[ch]
3287                 quicksearch pixmap follows theme changes
3288
3289 2002-09-29 [thorsten]   0.8.3claws36
3290
3291         * src/compose.c
3292           src/prefs_folder_item.[ch]
3293                 add default_reply_to folder option (closes patch 581044)
3294
3295 2002-09-29 [christoph]  0.8.3claws35
3296
3297         * acconfig.h    ** REMOVED **
3298         * configure.in
3299         * ac/aspell.m4
3300         * ac/check-type.m4
3301         * ac/gnupg-check-typedef.m4
3302                 fix autoheader 2.50 warning
3303
3304 2002-09-29 [christoph]  0.8.3claws34
3305
3306         * major code cleanup (part 2)
3307         
3308                 - unused variables removed
3309                 - unused functions removed
3310                 - uninitialized variables checked
3311                 - missing return statements added
3312                 - missing function return types added
3313                 - added parentheses around assignment
3314                   when suggested by gcc
3315
3316 2002-09-29 [alfons]     0.8.3claws33
3317
3318         * src/logwindow.c
3319                 log_window_clear(): only bracket gtk_text_forward_delete() 
3320                 with gtk_text_freeze() / gtk_text_thaw() (see if this
3321                 works around GTK text bug)
3322
3323 2002-09-29 [paul]       0.8.3claws32
3324
3325         * po/bg.po
3326           po/sr.po
3327                 updated by George Danchev and Urke MMI
3328                 respectively
3329
3330 2002-09-27 [christoph]  0.8.3claws31
3331
3332         * doc-src/readme.txt
3333         * doc-src/rfc1806.txt   ** REMOVED **
3334         * doc-src/rfc2183.txt   ** NEW FILE **
3335         * doc-src/rfc2980.txt   ** NEW FILE **
3336                 update rfcs
3337
3338 2002-09-27 [melvin]     0.8.3claws30
3339
3340         * ac/aspell.m4
3341                 Fixed typo which could break linking
3342
3343 2002-09-27 [melvin]     0.8.3claws29
3344
3345         * ac/aspell.m4
3346                 Improved GNU/aspell checking. 
3347                 Fixed bug #614490
3348
3349 2002-09-27 [paul]       0.8.3claws28
3350
3351         * sync with 0.8.3cvs8
3352                 see ChangeLog 2002-09-27
3353
3354 2002-09-26 [colin]      0.8.3claws27
3355
3356         * src/toolbar.[ch]
3357           src/mainwindow.[ch]
3358                 Add "Reply to Mailing-list" to the toolbar
3359
3360 2002-09-26 [christoph]  0.8.3claws26
3361
3362         * src/summaryview.c
3363                 Fix wrong message counts in summaryview status
3364
3365 2002-09-26 [paul]       0.8.3claws25
3366
3367         * sync with 0.8.3cvs7
3368                 see ChangeLog 2002-09-26
3369
3370 2002-09-26 [paul]       0.8.3claws24
3371
3372         * sync with 0.8.3cvs6
3373                 see ChangeLog 2002-09-25
3374
3375 2002-09-25 [christoph]  0.8.3claws23
3376
3377         * src/prefs_common.c
3378         * src/prefs_folder_item.c
3379         * src/prefs_scoring.c
3380                 Renamed "kill score" to "hide score" in GUI
3381                 and prefs files
3382
3383 2002-09-25 [paul]       0.8.3claws22
3384
3385         * sync with 0.8.3cvs5
3386                 see ChangeLog 2002-09-24
3387
3388 2002-09-24 [alfons]     0.8.3claws21
3389
3390         patch by Satoshi Nagayasu: allows appending / saving multiple 
3391         selected files (closes "[ 612279 ] save multiple mesg(s) in 
3392         'Save as ...'")
3393
3394         * AUTHORS
3395                 add Satoshi Nagayasu
3396         * src/summaryview.c
3397                 summary_save_as(): allow saving selected files to
3398                 one file
3399                 summary_set_menu_sensitive: enable "Save As..." when
3400                 multiple files are selected
3401         * src/utils.[ch]
3402                 append_file(): new function
3403
3404 2002-09-24 [colin]      0.8.3claws20
3405
3406         * src/procmime.c
3407                 Fix segfault when mimeinfo doesn't have a 
3408                 content_type. 
3409
3410 2002-09-24 [colin]      0.8.3claws19
3411
3412         * src/prefs_common.[ch]
3413                 Add a preference to display send dialog or not
3414         * src/send.c
3415                 Display send dialog according to preference
3416
3417 2002-09-24 [colin]      0.8.3claws18
3418
3419         * src/compose.[ch]
3420                 Disable user actions when sending
3421
3422 2002-09-24 [colin]      0.8.3claws17
3423
3424         * src/procmime.c
3425                 Do not display name or filename for attachments
3426                 with an application/pgp-signature type
3427                 (security flaw, see bug 537413)
3428
3429 2002-09-23 [colin]      0.8.3claws16
3430
3431         * src/editaddress.c
3432                 Initialize entry_email, entry_alias and 
3433                 entry_remarks to first email address of the list
3434
3435 2002-09-23 [colin]      0.83claws15
3436
3437         * src/compose.c
3438                 Drop pgp-signature when reediting a signed queued
3439                 message
3440
3441 2002-09-23 [melvin]     0.8.3claws14
3442
3443         * po/fr.po
3444                 Updated French translation
3445
3446 2002-09-23 [melvin]     0.8.3claws13
3447
3448         * src/mainwindow.c
3449                 Made custom toolbar menu labels more consistent
3450         * src/prefs_toolbar.c
3451                 Made custom toolbar window title more consistent
3452
3453 2002-09-22 [colin]      0.8.3claws12
3454
3455         * src/inc.c
3456                 Initialize session type to normal before getting 
3457                 mail (fixes strange Get behaviour)
3458         * src/prefs_account.h
3459                 Move STYPE_POP_BEFORE_SMTP to last position to 
3460                 avoid other side-effects
3461
3462 2002-09-22 [colin]      0.8.3claws11
3463
3464         * src/prefs_account.c
3465                 Fix pop_bfr_smtp_tm_entry sensivity when switching
3466                 from pop3 to apop or vice-versa
3467
3468 2002-09-22 [colin]      0.8.3claws10
3469         
3470         * src/prefs_account.[ch]
3471                 Add an option for the POP before SMTP timeout
3472         * src/inc.c
3473                 Remember time of last POP connection
3474         * src/send.c
3475                 Do POP before SMTP only if timeout reached
3476
3477 2002-09-22 [oliver]     0.8.3claws9
3478         
3479         * README.claws
3480                 explain custom toolbar
3481
3482 2002-09-22 [oliver]     0.8.3claws8
3483
3484         * src/prefs_actions.[ch]
3485         custom toolbar for compose      
3486                 actions callback from compose toolbar
3487         * src/folderview.c
3488                 remove include toolbar.h
3489
3490 2002-09-22 [oliver]     0.8.3claws7
3491         
3492         * src/prefs_toolbar.[ch]
3493                 custom toolbar for compose
3494                 - generic prefs_toolbar handles both
3495                   Mainwin's toolbar as well as Compose toolbar          
3496
3497 2002-09-22 [oliver]     0.8.3claws6
3498         
3499         * src/toolbar.[ch]
3500                 custom toolbar for compose
3501                 restructure toolbar.[ch]
3502
3503 2002-09-22 [oliver]     0.8.3claws5
3504
3505         * src/compose.[ch]
3506                 custom toolbar for compose
3507
3508 2002-09-22 [oliver]     0.8.3claws4
3509         
3510         * src/mainwindow.[ch]
3511                 custom toolbar for compose 
3512                 move mainwin toolbar back to mainwindow
3513
3514 2002-09-22 [alfons]     0.8.3claws3
3515
3516         * src/procmsg.c
3517                 :%sno/if(/if (/gc
3518                 :%sno/for(/for (/gc
3519                 (beautify)
3520
3521 2002-09-22 [alfons]     0.8.3claws2
3522         
3523         * src/procmsg.c
3524                 procmsg_save_to_outbox(): don't unlink message file from queue;
3525                 callers should do it using folder_item_remove_msg()
3526
3527 2002-09-22 [colin]      0.8.3claws1
3528
3529         * src/mimeview.[ch]
3530                 Made mimeview_check_signature() public
3531         * src/textview.c
3532                 Made GPG signatures verifiable by clicking
3533                 the [application/pgp-signature] in the Text
3534                 view
3535
3536 2002-09-22 [paul]       0.8.3claws
3537
3538         * po/bg.po
3539           po/en_GB.po
3540           po/es.po
3541           po/it.po
3542           po/pl.po
3543           po/pt_BR.po
3544           po/sr.po
3545                 updated translations, submitted by George Danchev,
3546                 me, Ricardo Mones Lastra, Alessandro Maestri,
3547                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
3548                 and Urke MMI, respectively.     
3549
3550 2002-09-22 [alfons]     0.8.2claws65
3551
3552         * src/procmsg.c
3553         * src/pgptext.c
3554                 no furry valgrinds have been used to plug these memleaks
3555
3556 2002-09-20 [paul]       0.8.2claws64
3557
3558         * sync with 0.8.3cvs4
3559                 'Select thread' re-implemented 
3560                 see ChangeLog 2002-09-20
3561
3562 2002-09-21 [alfons]     0.8.2claws63
3563
3564         * src/compose.c
3565                 compose_send(): plug unnoticed memleak
3566
3567 2002-09-20 [alfons]     0.8.2claws62
3568
3569         * src/addr_compl.c
3570                 replace_address_in_edit(): strict check for NULL address to
3571                 fix "[ 607348 ] Segfault in address completion". My guess is
3572                 that this happens with an empty address book, but it's good
3573                 to have this check here anyway
3574                 
3575                 completion_window_button_press(): free string returned 
3576                 from the internal cache
3577
3578 2002-09-20 [christoph]  0.8.2claws61
3579
3580         * src/procmime.h
3581                 added ENC_BINARY to EncodingType
3582         * src/procmime.c
3583                 the string returned by procmime_get_encoding_str
3584                 should not depend on the order of values in the
3585                 EncodingType definition
3586         * doc-src/rfc1806.txt   ** NEW FILE **
3587                 Added rfc1806 about MIME Content-Disposition
3588                 Extension
3589
3590 2002-09-19 [paul]       0.8.2claws60
3591
3592         * sync with 0.8.2cvs3
3593                 see ChangeLog 2002-09-19
3594
3595 2002-09-19 [paul]       0.8.2claws59
3596
3597         * src/prefs_folder_item.c
3598                 revert to Darko's original alignment of colour
3599                 selector button
3600                 add a colon to folder_color label
3601                 
3602         * src/compose.c
3603                 add Colin's patch (with Hiro's modifications) to 
3604                 force BASE64 encoding for 8-bit text when signing
3605                 (sync with 0.8.3cvs2)
3606
3607 2002-09-18 [alfons]     0.8.2claws58
3608
3609         * src/compose.c
3610                 :%sno/if(/if (/gc
3611                 :%sno/for(/for (/gc
3612                 (beautify a little bit)
3613
3614 2002-09-18 [christoph]  0.8.2claws57
3615
3616         * src/pine.c
3617                 fix handling of fgetc return value
3618
3619 2002-09-17 [alfons]     0.8.2claws56
3620         
3621         * src/summaryview.c
3622                 summary_sort(): check non-NULL summaryview->folder_item when no 
3623                 folder is selected at all
3624                 (closes "[ 610344 ] sort label make syl Crash")
3625
3626 2002-09-17 [alfons]     0.8.2claws55
3627         
3628         * src/compose.c
3629                 beautify a little bit
3630
3631 2002-09-17 [christoph]  0.8.2claws54
3632
3633         * src/folder.c
3634                 initialize max values for cache and folder
3635                 when cache or folder is empty
3636
3637 2002-09-15 [colin]      0.8.2claws53
3638
3639         * src/compose.c
3640                 Fix a leak (thanks Alfons!) and cleaned
3641                 variables names for custom headers
3642
3643 2002-09-15 [colin]      0.8.2claws52
3644
3645         * src/compose.c
3646                 Fix custom headers recognition when
3647                 prefs_common.trans_hdr is on
3648
3649 2002-09-15 [colin]      0.8.2claws51
3650
3651         * src/compose.c
3652                 Allow dynamically-added custom headers
3653                 Yet not reparsed if reedited
3654
3655 2002-09-15 [alfons]     0.8.2claws50
3656
3657         * src/prefs_account.c
3658                 fix warnings
3659
3660 2002-09-15 [colin]      0.8.2claws49
3661         
3662         * src/prefs_account.c
3663                 fix pop_before_smtp sensitivity
3664
3665 2002-09-15 [colin]      0.8.2claws48
3666
3667         * src/inc.[ch]
3668                 add inc_pop_before_smtp()
3669                 allow MainWindow to be undefined in 
3670                 inc_account_mail() and inc_start()
3671         * src/pop.c
3672           src/prefs_account.h
3673                 add STYPE_POP_BEFORE_SMTP session type
3674         * src/prefs_account.c
3675                 activated pop before smtp option
3676         * src/send.c
3677                 do pop before smtp if the relevant option 
3678                 is set
3679
3680 2002-09-15 [paul]       0.8.2claws47
3681
3682         * sync with 0.8.3
3683                 see ChangeLog 2002-09-15
3684
3685 2002-09-14 [paul]       0.8.2claws46
3686
3687         * po/bg.po
3688                 updated Bulgarian translation, submitted by
3689                 George Danchev
3690
3691 2002-09-13 [paul]       0.8.2claws45
3692
3693         * src/compose.c
3694                 merge claws' select_account() with main's
3695                 (new) compose_select_account(). [sync with
3696                 0.8.2cvs15, see ChangeLog 2002-09-11]
3697
3698 2002-09-12 [christoph]  0.8.2claws44
3699
3700         * src/filter.c
3701                 allocate 1 elements of FolderItem not 0
3702
3703 2002-09-12 [colin]      0.8.2claws43
3704
3705         * src/compose.c
3706                 Fix bug #590825 (obey Follow-up: poster)
3707
3708 2002-09-12 [colin]      0.8.2claws42
3709
3710         * src/procmime.c
3711                 Fix bug #557009 (wrong headers for messages 
3712                 forwarded as attachments)
3713
3714 2002-09-11 [colin]      0.8.2claws41
3715         
3716         * src/compose.c
3717                 Put SCF: pseudo-header on top of message
3718                 Set draft tmp_flag when saved as draft
3719
3720         * src/procmsg.c
3721           src/procheader.c
3722                 Skip after first \n\n for beginning of real message
3723                 for drafts too
3724
3725 2002-09-11 [christoph]  0.8.2claws40
3726
3727         * src/filtering.c
3728                 use procmsg flag functions in filtering or processing
3729                 will cause incorrect folder message counts
3730
3731 2002-09-11 [colin]      0.8.2claws39
3732
3733         * src/compose.c
3734                 Fix bug #550175 - wrong save folder when reediting
3735                 drafts
3736
3737 2002-09-11 [paul]       0.8.2claws38
3738
3739         * sync with 0.8.2cvs14
3740                 see ChangeLog 2002-09-11
3741
3742 2002-09-11 [colin]      0.8.2claws37
3743
3744         * src/folder.c
3745                 Fix a typo (seeming to cause new/unread status to
3746                 be lost)
3747
3748 2002-09-10 [christoph]  0.8.2claws36
3749
3750         * src/compose.c
3751                 compose_redirect should not use compose_generic_new
3752                 because that does more stuff than expected including
3753                 opening the external editor
3754                 (closes bug "[ 526608 ] bounced messages appear blank
3755                  in editor")
3756
3757 2002-09-10 [christoph]  0.8.2claws35
3758
3759         * src/folder.c
3760                 fix problem with too large message number range
3761                 causing a crash in folder_item_scan
3762
3763 2002-09-10 [paul]       0.8.2claws34
3764
3765         * sync with 0.8.2cvs13
3766                 see ChangeLog 2002-09-10
3767
3768 2002-09-10 [christoph]  0.8.2claws33
3769
3770         * src/msgcache.c
3771                 set MsgInfo TmpFlags for queue and draft folders
3772                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
3773
3774 2002-09-10 [paul]       0.8.2claws32
3775
3776         * AUTHORS
3777           po/bg.po      ** NEW FILE **
3778                 new Bulgarian translation submitted by
3779                 George Danchev <danchev@spnet.net>
3780                 
3781         * tools/Makefile.am
3782           tools/README
3783           tools/tb2sylpheed     ** NEW FILE **
3784                 add script that converts an addressbook exported
3785                 from The Bat! into a Sylpheed addressbook. Submitted
3786                 by Urke MMI <urke-kg@eunet.yu>
3787
3788 2002-09-10 [paul]       0.8.2claws31
3789
3790         * sync with 0.8.2cvs12
3791                 see ChangeLog 2002-09-10
3792
3793 2002-09-06 [paul]       0.8.2claws30
3794
3795         * src/prefs_common.c
3796                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
3797                 
3798         * tools/Makefile.am
3799           tools/README
3800           tools/ldif-to-xml.py  ** REMOVED **
3801                 remove obsolete python script
3802
3803 2002-09-06 [paul]       0.8.2claws29
3804
3805         * sync with 0.8.2cvs10
3806                 see ChangeLog 2002-09-06
3807
3808 2002-09-04 [paul]       0.8.2claws28
3809
3810         * sync with 0.8.2cvs9
3811                 see ChangeLog 2002-08-04
3812
3813 2002-09-04 [colin]      0.8.2claws27 
3814
3815         * src/prefs_common.[ch]
3816                 Added signature color configuration
3817         * src/textview.c
3818                 Use user-specified signature color
3819
3820 2002-09-03 [colin]      0.8.2claws26
3821
3822         * src/prefs_common.[ch]
3823                 Added autosave and autosave_length prefs
3824         * src/compose.c
3825                 Added compose_remove_draft()
3826                 Auto-save drafts according to the prefs
3827         * src/main.c
3828                 Added a crash-indicator file, allowing to check
3829                 for new messages on startup if Sylpheed crashed
3830                 (makes saved drafts "reappear")
3831
3832 2002-09-03 [colin]      0.8.2claws25
3833
3834         * src/textview.[ch]
3835                 Grey the signature
3836
3837 2002-09-03 [paul]       0.8.2claws24
3838
3839         * sync with 0.8.2cvs8
3840                 see ChangeLog 2002-09-02 and 2002-09-03
3841
3842 2002-09-03 [darko]      0.8.2claws23
3843
3844         * src/folderview.c
3845                 use normal style when creating new folder to pick
3846                 proper font size 
3847
3848 2002-09-02 [melvin]     0.8.2claws22
3849
3850         * src/gtkaspell.m4
3851                 removed some obsolete code
3852
3853 2002-09-02 [melvin]     0.8.2claws21
3854
3855         * ac/aspell.m4
3856                 fixed test's equality sign (== to =)
3857
3858 2002-09-02 [alfons]     0.8.2claws20
3859
3860         * src/folder.c
3861         * src/mh.c
3862                 revert change of 0.8.2claws16 and use the mh_folder_destroy
3863                 as folder->destroy virtual as suggested by Hiro
3864                 (the mh.c code seems to have been lost around mh.c.1.21)
3865
3866 2002-09-02 [paul]       0.8.2claws19
3867
3868         * po/pt_BR.po
3869                 updated by Fabio Jr. Beneditto
3870                 
3871         * src/defs.h
3872                 use 'http://claws.sylpheed.org' for homepage link. 
3873                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
3874
3875 2002-09-01 [alfons]     0.8.2claws18
3876
3877         * src/mh.c
3878                 plug memleak related to one Martin Kluge found
3879
3880 2002-08-31 [paul]       0.8.2claws17
3881
3882         * sync with 0.8.2cvs6
3883                 see ChangeLog 2002-08-30
3884
3885 2002-08-31 [alfons]     0.8.2claws16
3886
3887         * src/folder.c
3888                 folder_destroy(): remove mailbox from folderlist even if it has
3889                 no destroy virtual
3890
3891 2002-08-31 [alfons]     0.8.2claws15
3892
3893         * src/folder.c
3894                 :%sno/if(/if (/gc
3895                 :%sno/for(/for (/gc
3896                 (being pedantic I know)
3897
3898 2002-08-31 [alfons]     0.8.2claws14
3899
3900         * src/folder.c
3901                 check for NULL pointers returned from folder->fetch_msginfo virtual
3902                 (should solve some reported crashes)
3903
3904 2002-08-30 [alfons]     0.8.2claws13
3905
3906         * acconfig.h
3907         * configure.in
3908         * src/crash.c
3909                 enable crash dialog on compilation time
3910                 (--enable-crash-dialog configure option)
3911
3912 2002-08-30 [alfons]     0.8.2claws12
3913
3914         * AUTHORS
3915                 add Martin Kluge
3916         * src/mh.c
3917                 apply memory leak plug patch by Martin Kluge
3918                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
3919                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
3920                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
3921
3922 2002-08-30 [darko]      0.8.2claws11
3923
3924         * src/folderview.c
3925                 copy Gtk style from normal style to match
3926                 font size for coloured folders
3927
3928 2002-08-29 [alfons]     0.8.2claws10
3929
3930         * sylpheed.desktop
3931                 Type=Internet <- Type=Application
3932                 (reported by Michael Schwendt, see:
3933                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
3934                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
3935
3936 2002-08-29 [paul]       0.8.2claws9
3937
3938         * sync with 0.8.2cvs5
3939                 see ChangeLog 2002-08-29
3940
3941 2002-08-29 [colin]      0.8.2claws8
3942
3943         * src/summaryview.c
3944                 Added a sanity check in summary_select_thread
3945                 Should fix bug 601605
3946
3947 2002-08-29 [colin]      0.8.2claws7
3948
3949         * src/main.c
3950                 Revert claws6 changes regarding bug #591676
3951
3952 2002-08-28 [colin]      0.8.2claws6
3953         
3954         * src/main.c
3955                 Ignore cache for queue folderitems
3956                 Fix bug #591676
3957
3958 2002-08-28 [melvin]     0.8.2claws5
3959
3960         * README.claws
3961                 Fixed typos.
3962
3963 2002-08-28 [melvin]     0.8.2claws4
3964
3965         * README.claws
3966                 Updated a bit the text concerning the spell checker
3967
3968 2002-08-28 [melvin]     0.8.2claws3
3969
3970         Merged the GNU_aspell_branch:
3971                 Support of new GNU/aspell is now included and the old pspell
3972                 is not supported anymore.
3973                 See README.claws
3974
3975         * README.claws
3976                 Updated spell checker text to reflect the switch to GNU/aspell
3977
3978         * ac/aspell.m4          *** NEW ***
3979         * src/gtkaspell.[ch]    *** NEW *** 
3980         * ac/pspell.m4          *** DELETED *** 
3981         * src/gtkspell.[ch]     *** DELETED ***
3982
3983         * ac/Makefile.am
3984                 Updated for GNU/aspell support
3985
3986         * po/POTFILES.in
3987                 Replaced gtkspell.c by gtkaspell.c
3988
3989         * acconfig.h
3990         * src/Makefile.am
3991         * src/about.c
3992         * src/compose.[ch]
3993         * src/crash.c
3994         * src/main.c
3995         * src/prefs_common.[ch]
3996                 Updated for GNU/aspell support
3997
3998 2002-08-28 [paul]       0.8.2claws2
3999
4000         * sync with 0.8.2cvs4
4001                 see ChangeLog 2002-08-27 and 2002-08-28
4002
4003 2002-08-28 [colin]      0.8.2claws1
4004
4005         * src/summary_search.c
4006                 Added "AND search"
4007
4008 2002-08-28 [jens]       0.8.2claws
4009
4010         *po/de.po
4011                 Updated German translations
4012
4013 2002-08-27 [melvin]     0.8.2claws
4014
4015         * po/fr.po
4016                 Updated French translations
4017
4018 2002-08-27 [paul]       0.8.2claws
4019
4020         * sync with 0.8.2 main release
4021
4022         * po/en_GB.po
4023           po/es.po
4024           po/it.po
4025           po/pl.po
4026           po/pt_BR.po
4027           po/sr.po
4028                 updated message catalogs submitted by
4029                 Ricardo Mones Lastra, Alessandro Maestri,
4030                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
4031                 Beneditto and Urke MMI  
4032
4033 2002-08-27 [hoa]        0.8.1claws123
4034
4035         * src/mainwindow.[ch]
4036         * src/summaryview.[ch]
4037                 removed the "filter setting" menu option.
4038                 add a "cancel a news message" menu option.
4039
4040 2002-08-26 [martin]     0.8.1claws122
4041
4042         * ChangeLog.claws
4043                 changed string under 0.8.1claws79 changed by myself
4044                 i'm sorry alfons :(
4045
4046 2002-08-26 [martin]     0.8.1claws121
4047
4048         * src/crash.c
4049                 added kill command to debuggerrc to start crash dialog
4050
4051 2002-08-26 [paul]       0.8.1claws120
4052
4053         * sync with 0.8.1cvs31
4054                 see ChangeLog 2002-08-26
4055
4056 2002-08-25 [alfons]     0.8.1claws119
4057
4058         * src/procmsg.c
4059                 fix bug that didn't send out correct headers to news server
4060                 when sending news article and email from queue (bug reported
4061                 and patch provided by Tim Mann; closes bug 
4062                 "[ 583196 ] 0.7.8claws can't post news")
4063
4064 2002-08-25 [alfons]     0.8.1claws118
4065
4066         * src/selective_download.c
4067                 mark two strings as translatable
4068                 (thanks to Urke MMI for pointing this out)
4069
4070 2002-08-25 [alfons]     0.8.1claws117
4071
4072         * src/summaryview.c
4073                 treat sent boxes as special and allow sorting them by addressee
4074                 (closes "[ 589418 ] Sent folder sorting misbehavior"
4075                 submitted by Steve Lamb)
4076
4077 2002-08-24 [alfons]     0.8.1claws116
4078
4079         * src/matcher.c
4080                 fix memleak reported by Martin Kluge
4081                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
4082
4083 2002-08-24 [oliver]     0.8.1claws115
4084
4085         * src/prefs_toolbar.c
4086                 o code cleanup as suggested by Alfons
4087                 o memleak fix
4088
4089 2002-08-24 [alfons]     0.8.1claws114
4090
4091         * src/summaryview.c
4092                 o fix another memory leak reported by Martin Kluge
4093                   (see "[ 599568 ] Small Memory Leak")
4094                 o remove 'from' variable from 'summary_set_header()'; we can
4095                   do with just 'to' 
4096
4097 2002-08-24 [paul]       0.8.1claws113
4098
4099         * sync with 0.8.1cvs30
4100                 see ChangeLog 2002-08-23
4101
4102 2002-08-24 [alfons]     0.8.1claws112
4103
4104         * src/summaryview.c
4105                 remove unnecessary allocations for search bar fixing leaks
4106                 reported by Martin Kluge
4107                 (see "[ 599451 ] Further memory leaks?")
4108
4109 2002-08-24 [alfons]     0.8.1claws111
4110
4111         * src/main.c
4112                 make get_socket_name() public for crash.c
4113         * src/crash.c
4114                 o make report bug button work (goes to claws' 
4115                   bug tracker at sf.net)
4116                 o introduce function for doing important stuff just
4117                   before claws goes down
4118                 o clean up code 
4119
4120 2002-08-24 [alfons]     0.8.1claws110
4121
4122         * src/compose.c
4123                 move cursor to "To" entry when forwarding as attachment
4124                 (reported and solved by Steve Lamb, closes bug report
4125                 "[ 592880 ] Forward as attachment; cursor not in to")
4126
4127 2002-08-24 [colin]      0.8.1claws109
4128
4129         * src/mainwindow.c
4130                 fix quick search visibility after GUI (de)separations.
4131
4132 2002-08-23 [colin]      0.8.1claws108
4133
4134         * src/mainwindow.c
4135                 fix header pane visibility after folderview or
4136                 messageview (de)separation
4137
4138 2002-08-23 [paul]       0.8.1claws107
4139
4140         * src/mainwindow.[ch]
4141           src/toolbar.c
4142                 give full control of display or non-display 
4143                 of the Execute icon to Custom toolbar settings.
4144                 add new sensitivity condition to maninwindow.h: 
4145                 M_DELAY_EXEC
4146
4147         * ChangeLog
4148           ChangeLog.jp
4149           NEWS
4150                 more sync with 0.8.1cvs29
4151
4152 2002-08-23 [melvin]     0.8.1claws106
4153
4154         * src/alertpanel.c
4155                 Readded support for custom widget in alertpanel lost in last
4156                 sync.
4157
4158 2002-08-23 [paul]       0.8.1claws105
4159
4160         * sync with 0.8.1cvs29
4161                 see ChangeLog 2002-08-23
4162
4163 2002-08-23 [colin]      0.8.1claws104
4164
4165         * src/summaryview.c
4166                 Fix folder and search pixmaps exchanging positions
4167                 after theme or toolbar changes. Thank to Oliver for 
4168                 reporting this.
4169
4170 2002-08-23 [colin]      0.8.1claws103
4171
4172         * src/mainwindow.c
4173           src/messageview.[ch]
4174           src/noticeview.[ch]
4175           src/summaryview.c
4176                 Changed messageview_create() and noticeview_create()
4177                 to avoid the last gdk_warning
4178
4179 2002-08-22 [colin]      0.8.1claws102
4180
4181         * src/summaryview.c
4182                 Fix my new `Creating pixmap from xpm' warning
4183
4184 2002-08-22 [colin]      0.8.1claws101
4185
4186         * src/mainwindow.c
4187                 Fix some of the gdk warnings
4188
4189 2002-08-22 [colin]      0.8.1claws100
4190
4191         * src/Makefile.am
4192         * src/stock_pixmap.c
4193         * src/stock_pixmap.h
4194         * src/pixmaps/quicksearch.xpm *ADDED*
4195                 Add the quicksearch pixmap
4196         * src/mainwindow.c
4197         * src/summaryview.c
4198         * src/summaryview.h
4199                 Make quicksearch bar visible/hidden via a button
4200
4201 2002-08-22 [christoph]  0.8.1claws99
4202
4203         * src/folder.c
4204                 fix folder update for newsgroups with message
4205                 numbers below minimum number of articles to fetch
4206                 (closes bug #598445)
4207
4208 2002-08-22 [paul]       0.8.1claws98
4209
4210         * sync with 0.8.1cvs28
4211                 see ChangeLog 2002-08-22
4212
4213 2002-08-21 [alfons]     0.8.1claws97
4214
4215         * src/crash.c
4216                 use bt instead of bt full which seems to work 
4217                 better, and bt full doesn't give a great deal 
4218                 of information anyway
4219
4220 2002-08-21 [colin]      0.8.1claws96
4221
4222         * src/summaryview.c
4223                 fix summaryview_searchtype_changed prototype
4224
4225 2002-08-21 [christoph]  0.8.1claws95
4226
4227         * src/mainwindow.c
4228                 o fix broken menu update for sorting type, we have to
4229                   get this info from the summaryview now
4230                 o removed setting of threaded state in menu callback
4231         * src/summaryview.[ch]
4232                 more summaryview/folderitem seperation for
4233                 threading option
4234         * configure.in
4235                 removed not required --with-compiler-flags option
4236
4237 2002-08-21 [oliver]     0.8.1claws94
4238         
4239         * src/toolbar.h 
4240                 o rename toolbar.xml to toolbar_main.xml
4241                   since toolbar_compose.xml might come up 
4242                   any time soon
4243         * README.claws
4244                 add custom toolbar              
4245
4246 2002-08-21 [darko]      0.8.1claws93
4247
4248         * src/procmsg.c
4249                 don't reset tmp flags for messages copied
4250                 to sent folder
4251
4252 2002-08-21 [colin]      0.8.1claws92
4253         
4254         * src/prefs_filtering.c
4255                 fix renaming rules on folder rename 
4256                 when folder is not a leaf folder
4257
4258 2002-08-21 [paul]       0.8.1claws91
4259
4260         * src/prefs_folder_item.c
4261                 fix alignment of colour selector
4262
4263 2002-08-21 [paul]       0.8.1claws90
4264
4265         * sync with 0.8.1cvs27
4266                 see ChangeLog 2002-08-21
4267
4268 2002-08-21 [paul]       0.8.1claws89
4269
4270         * src/summaryview.c
4271                 fix crash when changing field type in
4272                 Quick search bar
4273
4274 2002-08-21 [colin]      0.8.1claws88
4275
4276         * src/summaryview.c
4277                 Made quick search case-insensitive
4278
4279 2002-08-21 [paul]       0.8.1claws87
4280
4281         * sync with 0.8.1cvs26
4282                 see ChangeLog 2002-08-21
4283
4284 2002-08-20 [christoph]  0.8.1claws86
4285
4286         * src/folderview.c
4287         * src/main.c
4288         * src/summaryview.[ch]
4289                 more summaryview/folderitem seperation for
4290                 sort_key and sort_type
4291         * src/procmsg.c
4292                 added missing return statement
4293
4294 2002-08-20 [colin]      0.8.1claws85
4295
4296         * src/summaryview.[ch]
4297                 Added a quick search box
4298         * src/mainwindow.c
4299         * src/prefs_common.[ch]
4300                 Added a show/hide option for the quick search
4301
4302 2002-08-20 [oliver]     0.8.1claws84
4303         
4304         * src/mainwindow.c
4305                 remove toolbar_create_popups
4306         * src/toolbar.[ch]
4307                 o remove toolbar_create_popups
4308                 o fix toolbar_set_sensitive 
4309                   (Bug reports #596834 and #596832)     
4310         * src/prefs_toolbar.c
4311                 o add "Set default" button
4312                 o align label and text + combo widgets
4313
4314 2002-08-20 [hoa]        0.8.1claws83bis
4315
4316         * src/imap.c
4317                 fixed a bug in imap_fetch_msginfo() in case there is no
4318                 current folder.
4319
4320 2002-08-20 [darko]      0.8.1claws83
4321
4322         * src/folderview.c
4323                 copy the color style of folder view so it
4324                 works with GTK themes
4325
4326 2002-08-20 [darko]      0.8.1claws82
4327
4328         * src/folder.h
4329         * src/folderview.c
4330         * src/prefs_folder_item.[hc]
4331                 don't use UI stuff in folder.h
4332
4333 2002-08-20 [darko]      0.8.1claws81
4334
4335         * src/folder.h
4336         * src/prefs_folder_item.h
4337         * src/folderview.c
4338         * src/prefs_folder_item.c
4339                 ability to set folder color in folderview
4340
4341 2002-08-19 [alfons]     0.8.1claws80
4342
4343         * src/summaryview.c
4344                 fix one of the earlier memleaks reported by Martin Kluge
4345
4346 2002-08-19 [alfons]     0.8.1claws79
4347
4348         * src/mainwindow.c
4349                 hide notice view when selecting seperate folder
4350                 view (reported by Urke MMI)
4351
4352 2002-08-19 [christoph]  0.8.1claws78
4353
4354         * src/folderview.c
4355         * src/prefs_folder_item.h
4356         * src/summaryview.[ch]
4357                 o add summary_set_prefs_from_folderitem to set
4358                   summaryview prefs (first step to remove all
4359                   references to the folderitem in summaryview)
4360                 o moved compiled regex stuff from folderitem prefs
4361                   to summaryview code
4362
4363 2002-08-19 [paul]       0.8.1claws77
4364
4365         * src/compose.c
4366                 add check for '.' to QUOTE_IF_REQUIRED
4367
4368 2002-08-19 [paul]       0.8.1claws76
4369
4370         * src/inc.c
4371                 sync with 0.8.1cvs25 (plug memory leak)
4372
4373         * src/prefs_toolbar.c
4374                 re-order prefs_toolbar_cancel()
4375
4376 2002-08-18 [alfons]     0.8.1claws75
4377
4378         * src/inc.c
4379         * src/matcher.c
4380                 plug other memleaks reported by Martin Kluge
4381
4382 2002-08-18 [paul]       0.8.1claws74
4383
4384         * po/pt_BR.po
4385                 updated by Fabio Jr. Beneditto
4386
4387 2002-08-18 [paul]       0.8.1claws73
4388
4389         * src/toolbar.[ch]
4390                 fix bug where tooltips were displayed untranslated              
4391
4392         * src/prefs_toolbar.c
4393                 fix bug where clicking 'Cancel' creates an icon & text
4394                 toolbar regardless of prefs
4395         
4396
4397 2002-08-17 [oliver]     0.8.1claws72
4398
4399         * src/prefs_toolbar.c
4400                 update toolbar on CANCEL
4401                 bug reported by Martin Kluge
4402         * src/toolbar.c
4403                 toolbar_destroy memleak fixed           
4404
4405 2002-08-17 [alfons]     0.8.1claws71
4406
4407         * src/toolbar.c
4408                 plug another memleak reported by Martin Kluge
4409
4410 2002-08-16 [alfons]     0.8.1claws70
4411
4412         * src/crash.c
4413                 use execvp() correctly (suggested by wwp; thanks!)
4414
4415 2002-08-16 [alfons]     0.8.1claws69
4416
4417         * src/gtksctree.c
4418                 plug memory leak reported by Kim Schultz & Martin Kluge
4419
4420 2002-08-16 [paul]       0.8.1claws68
4421
4422         * po/es.po
4423                 updated by Ricardo Mones Lastra
4424
4425 2002-08-16 [paul]       0.8.1claws67
4426
4427         * src/toolbar.h
4428                 fix bug where 'Compose News' icon showed wrong
4429                 tooltip
4430
4431 2002-08-16 [paul]       0.8.1claws66
4432
4433         * sync with 0.8.1cvs24
4434                 see ChangeLog 2002-08-16
4435
4436         * po/it.po
4437                 updated by Alessandro Maestri
4438
4439 2002-08-15 [paul]       0.8.1claws65
4440
4441         * po/sr.po
4442                 updated by Urke MMI
4443
4444 2002-08-15 [paul]       0.8.1claws64
4445
4446         * src/*.c
4447                 don't translate debug info
4448
4449         * src/matcher.[ch]
4450                 add copyright info
4451
4452 2002-08-15 [paul]       0.8.1claws63
4453
4454         * src/prefs_toolbar.c
4455                 fix bug where clicking 'OK' creates an icon & text
4456                 toolbar regardless of prefs
4457
4458 2002-08-14 [alfons]     0.8.1claws62
4459
4460         * src/main.c
4461                 add global var that has the full argv[0]
4462         * src/crash.c
4463                 o execvp the correct sylpheed by using argv0
4464                   and setting the correct work dir
4465                 o other tweaks  
4466
4467 2002-08-14 [oliver]     0.8.1claws61
4468         
4469         * enable/disable Toolbar Action Buttons 
4470         * code cleanups
4471         * src/mainwindow.c
4472         * src/toolbar.[ch]      
4473         * src/prefs_toolbar.c   
4474
4475 2002-08-14 [melvin]     0.8.1claws60
4476
4477         * po/fr.po
4478                 Updated French translations
4479
4480 2002-08-14 [melvin]     0.8.1claws59
4481
4482         * src/crash.c
4483                 Made bug report not translatable
4484         * src/exporthtml.c
4485                 Fixed exporthtml_build_filespec() return value
4486         * src/foldersel.c
4487                 Fixed incorrect include file
4488         * src/gtkspell.c
4489         * src/prefs_actions.c
4490         * src/prefs_toolbar.c
4491                 Made debug info not translatable
4492         * src/mutt.c
4493         * src/quote_fmt.c
4494                 Added missing includes
4495         * src/prefs_common.c
4496                 Fixed typo
4497
4498 2002-08-14 [paul]       0.8.1claws58
4499
4500         * faq/es/sylpheed-faq.html
4501           faq/es/sylpheed-faq-[1-3].html
4502           faq/es/sylpheed-faq-4.html     **NEW FILE **
4503                 update Spanish FAQ
4504
4505 2002-08-13 [christoph]  0.8.1claws57
4506
4507         * src/procmsg.c
4508                 ignore thread fix that did not mark all
4509                 child nodes of a ignored thread as
4510                 ignored. Does not work perfectly yet,
4511                 but it is better now
4512
4513 2002-08-13 [alfons]     0.8.1claws56
4514
4515         * src/crash.c
4516                 o implement 'save crash log'
4517                 o some tweaks
4518
4519 2002-08-13 [melvin]     0.8.1claws55
4520
4521         * src/main.c
4522                 removed unrequired "execinfo.h" header
4523
4524 2002-08-12 [paul]       0.8.1claws54
4525
4526         * faq/en/sylpheed-faq.html
4527           faq/en/sylpheed-faq-[1-3].html
4528           faq/en/sylpheed-faq-4.html     **NEW FILE **
4529                 update English FAQ
4530
4531 2002-08-12 [alfons]     0.8.1claws53
4532
4533         * po/POTFILES.in
4534                 add crash.c to translatables
4535         * src/crash.c
4536                 bring in Leandro's crash dialog
4537
4538 2002-08-11 [alfons]     0.8.1claws52
4539
4540         * src/crash.c
4541                 clean up some warnings
4542
4543 2002-08-11 [alfons]     0.8.1claws51
4544
4545         * acconfig.h
4546         * configure.in
4547         * src/crash.[ch]        ** NEW FILES **
4548         * src/main.c            
4549                 initial gdb crash handler
4550
4551 2002-08-11 [paul]       0.8.1claws50
4552
4553         * src/prefs_toolbar.c
4554                 replace Up/Down arrow pixmaps with text to be
4555                 consistent across icon themes
4556
4557 2002-08-11 [paul]       0.8.1claws49
4558
4559         * src/prefs_common.c
4560           src/prefs_toolbar.c
4561                 rename 'Pixmap' -> 'Icon'
4562
4563         * src/toolbar.[ch]
4564                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
4565
4566 2002-08-10 [paul]       0.8.1claws48
4567
4568         * src/prefs_toolbar.c
4569                 re-work the UI
4570
4571 2002-08-10 [paul]       0.8.1claws47
4572
4573         * src/main.c
4574                 don't write Processing progress to status bar
4575                 patch submitted by Alexander Evseev
4576
4577         * src/prefs_toolbar.c
4578                 re-position and resize window
4579                 make window assume correct size on first call
4580
4581 2002-08-10 [paul]       0.8.1claws46
4582
4583         * src/mainwindow.c
4584           src/prefs_toolbar.c
4585           src/toolbar.c
4586           src/toolbar.h
4587                 obey coding style
4588                 follow UI text conventions
4589
4590 2002-08-10 [alfons]     0.8.1claws45
4591
4592         * src/toolbar.c
4593                 correct pixmap for delete action
4594
4595 2002-08-10 [paul]       0.8.1claws44
4596
4597         * po/pt_BR.po
4598                 updated by Fabio Jr. Beneditto
4599
4600 2002-08-10 [paul]       0.8.1claws43
4601
4602         * po/POTFILES.in
4603                 add custom toolbar files
4604
4605 2002-08-10 [paul]       0.8.1claws42
4606
4607         * sync with 0.8.1cvs22
4608                 see ChangeLog 2002-08-09
4609
4610 2002-08-09 [paul]       0.8.1claws41
4611
4612         * tools/Makefile.am
4613           tools/README
4614           tools/outlook2sylpheed.pl     ** NEW FILE **
4615                 add script to convert exported Outlook
4616                 contacts list to a Sylpheed addressbook.
4617                 Submitted by Ricardo Mones Lastra.
4618
4619 2002-08-09 [paul]       0.8.1claws40
4620
4621         * AUTHORS
4622           configure.in
4623           po/sr.po      ** NEW FILE **
4624                 add Serbian message catalog. Submitted by
4625                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
4626
4627 2002-08-09 [paul]       0.8.1claws39
4628
4629         * sync with 0.8.1cvs21
4630                 see ChangeLog 2002-08-08
4631
4632 2002-08-08 [oliver]     0.8.1claws38
4633
4634         * src/mainwindow.c
4635                 move Custom Toolbar to Configuration menu
4636
4637 2002-08-08 [oliver]     0.8.1claws37
4638
4639         * src/prefs_toolbar.c
4640                 fix substitute pixmap bug
4641
4642 2002-08-08 [paul]       0.8.1claws36
4643
4644         * sync with 0.8.1cvs19
4645                 see ChangeLog 2002-08-08
4646
4647 2002-08-07 [christoph]  0.8.1claws35
4648
4649         * src/utils.c
4650                 fixed a memory leak in new canonicalize_file_replace
4651
4652 2002-08-07 [christoph]  0.8.1claws34
4653
4654         * src/utils.[ch]
4655                 o canonicalize_file_replace should create the temporary
4656                   file in the same directory as the original file.
4657                 o added get_tmpfile_in_dir that creates a temorary file
4658                   in a specified directory.
4659
4660 2002-08-07 [melvin]     0.8.1claws33
4661
4662         * src/toolbar.c
4663                 fixed bug where 'Article' button acted as 'Email' button.
4664
4665 2002-08-07 [paul]       0.8.1claws32
4666
4667         * sync with 0.8.1.cvs17
4668                 see ChangeLog 2002-08-07
4669
4670 2002-08-07 [colin]      0.8.1claws31
4671         
4672         * src/news.c
4673                 fix mass-cancel problem
4674
4675 2002-08-07 [thorsten]   0.8.1claws30
4676
4677         * src/prefs_toolbar.c
4678                 fix: crash on replace or add new button
4679         * src/toolbar.c
4680                 fix: close xmlfile after reading
4681         * src/utils.c
4682                 fix: unlink() file before rename()
4683
4684 2002-08-06 [paul]       0.8.1claws29
4685
4686         * sync with 0.8.cvs15
4687                 see ChangeLog 2002-08-06
4688
4689 2002-08-06 [oliver]     0.8.1claws28
4690
4691         * src/toolbar.c
4692         * src/prefs_toolbar.c
4693                 fixed empty toolbar issue
4694
4695 2002-08-06 [oliver]     0.8.1claws27
4696
4697         * Custom Toolbar Final 
4698         * src/folderview.c
4699         * src/inc.c
4700         * src/summaryview.c
4701                 o toolbar stuff now lives in src/toolbar.[ch]
4702                 o main_window_toolbar_* functions are renamed to
4703                   toolbar_* reflecting their new source file
4704         * src/mainwindow.[ch]
4705                 o remove toolbar stuff  
4706
4707 2002-08-06 [oliver]     0.8.1claws26
4708         
4709         * src/Makefile.am
4710         * src/prefs_toolbar.[ch]        **New File**
4711         * src/toolbar.[ch]              **New File**
4712                 o prefs_toolbar.[ch] custom toolbar frontend
4713                 o toolbar.[ch]       backend 
4714
4715 2002-08-06 [oliver]     0.8.1claws25
4716
4717         * src/prefs_actions.[ch]
4718                 o new exported function actions_execute
4719
4720 2002-08-06 [paul]       0.8.1claws24
4721
4722         * sync with 0.8.1cvs4
4723                 see ChangeLog 2002-08-06
4724
4725 2002-08-06 [paul]       0.8.1claws23
4726
4727         * sync with 0.8.1cvs13
4728                 see ChangeLog 2002-08-06
4729
4730 2002-08-06 [paul]       0.8.1claws22
4731
4732         * sync with 0.8.1cvs12
4733                 see ChangeLog 2002-08-05 and 2002-08-06
4734
4735 2002-08-06 [match]      0.8.1claws21
4736
4737         * src/addrclip.c
4738                 improvements to cut/copy/paste address
4739
4740 2002-08-05 [match]      0.8.1claws20
4741
4742         * src/addritem.[ch]
4743         * src/addrcache.c
4744         * src/addrbook.c
4745         * src/editaddress.c
4746         * src/addressbook.c
4747                 fixes to improve cut/copy/paste
4748
4749 2002-08-06 [melvin]     0.8.1claws19
4750
4751         * src/account.[ch]
4752                 account_find_all_from_address(): new function that returns the
4753                 list of all accounts that are matched in an address.
4754         * src/alertpanel.[ch]
4755                 alertpanel() now accepts a custom widget
4756                 alertpanel_with_widget(): new function that pops up a panel with
4757                 a custom widget in it 
4758         * src/gtkutils.[ch]
4759                 gtkut_account_menu_new(): new function that allows the selection
4760                 of an account from a list of accounts.
4761         * src/messageview.c
4762                 Extended Return Receipt notification to select the correct 
4763                 account and to make a security test on the Delivery-Notification
4764                 address which should be the same as the Return-Path.
4765
4766 2002-08-06 [thorsten]   0.8.1claws18
4767
4768         * src/mimeview.c
4769                 attach_all: save unnamed as "noname.%d",
4770                 dont free static dirname
4771
4772 2002-08-05 [alfons]     0.8.1claws17
4773
4774         * configure.in
4775                 detect XIM by trying to link rather than compile a XIM program
4776
4777 2002-08-05 [oliver]     0.8.1claws16
4778                 
4779         * src/stock_pixmap.[ch]
4780                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
4781                 o new func to retrieve pixmaps
4782
4783 2002-08-05 [paul]       0.8.1claws15
4784
4785         * sync with 0.8.1cvs10
4786                 see ChangeLog 2002-08-05
4787
4788 2002-08-04 [alfons]     0.8.1claws14
4789
4790         * src/textview.c
4791                 see if this plugs memleak
4792
4793 2002-08-04 [melvin]     0.8.1claws13
4794
4795         * src/gtkspell.c
4796                 fixed bug that could crash Sylpheed when highlighting
4797                 all misspelled words.
4798
4799 2002-08-03 [melvin]     0.8.1claws12
4800
4801         * src/prefs_actions.c
4802                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
4803         * src/messageview.c
4804                 fixed bug where the Return Receipt was sent to
4805                 Delivery-Notification-To address even if it was not present
4806
4807 2002-08-02 [alfons]     0.8.1claws11
4808
4809         * src/prefs_actions.c
4810                 o more check for NULLs
4811                 o put create_io_dialog() in right conditional block
4812
4813 2002-08-02 [paul]       0.8.1claws10
4814
4815         * po/es.po
4816                 updated by Ricardo Mones Lastra
4817
4818 2002-08-01 [christoph]  0.8.1claws9
4819
4820         * src/folder.c
4821                 don't free the cache of the opened
4822                 folder in the summaryview
4823         * src/summaryview.c
4824                 don't unset flags, if it is not required
4825
4826 2002-08-01 [paul]       0.8.1claws8
4827
4828         * sync with 0.8.1cvs8
4829                 see ChangeLog entry 2002-08-01
4830
4831 2002-08-01 [paul]       0.8.1claws7
4832
4833         * sync with 0.8.1cvs7
4834                 see ChangeLog 2002-07-31 and 2002-08-01
4835
4836 2002-07-31 [christoph]  0.8.1claws6
4837
4838         * src/mainwindow.c
4839                 forgot to update menu sensitivity
4840                 function for new menu entry
4841
4842 2002-07-31 [alfons]     0.8.1claws5
4843
4844         * src/main.c
4845                 check folder item and its path for NULL on
4846                 initial processing
4847
4848 2002-07-31 [christoph]  0.8.1claws4
4849
4850         * src/folder.c
4851                 check if folder_item_get_msginfo in
4852                 folder_item_remove_msg returned NULL
4853         * src/imap.c
4854                 better clear the uid cache in the
4855                 uid validity check function and delete
4856                 cached messages
4857
4858 2002-07-31 [paul]       0.8.1claws3
4859
4860         * man/sylpheed.1
4861                 add the '--attach' option and a few other
4862                 minor changes
4863
4864 2002-07-31 [paul]       0.8.1claws2
4865
4866         * sync with 0.8.1cvs5
4867                 see ChangeLog 2002-07-31
4868
4869 2002-07-31 [christoph]  0.8.1claws1
4870
4871         * src/folderview.[ch]
4872         * src/mainwindow.c
4873                 replace "Rescan all folders..." with
4874                 "Check all folders for new messages..."
4875
4876 2002-07-30 [paul]       0.8.1claws
4877
4878         * version 0.8.1claws released
4879
4880 2002-07-30 [paul]       0.8.0claws29
4881
4882         * tools/OOo2sylpheed.pl ** NEW FILE **
4883           tools/README
4884                 add script to enable sending documents as
4885                 attachments from OpenOffice.org
4886
4887 2002-07-30 [melvin]     0.8.0claws28
4888
4889         * src/prefs_actions.c
4890                 Made the actions' input/output dialog display
4891                 without delay.
4892
4893 2002-07-30 [christoph]  0.8.0claws27
4894
4895         * src/procmsg.c
4896                 check if folder_item_get_msginfo in
4897                 procmsg_save_to_outbox returned NULL
4898
4899 2002-07-30 [paul]       0.8.0claws26
4900
4901         * sync with 0.8.1cvs4
4902                 see ChangeLog 2002-07-29
4903
4904 2002-07-29 [thorsten]   0.8.0claws25
4905
4906         * README.claws
4907                 added selective download, delete on server
4908
4909 2002-07-29 [paul]       0.8.0claws24
4910
4911         * sync with 0.8.1cvs3
4912                 see ChangeLog 2002-07-29
4913
4914 2002-07-27 [christoph]  0.8.0claws23
4915
4916         * src/folder.c
4917                 add extra check if fetching the msginfo
4918                 returned NULL
4919
4920 2002-07-27 [paul]       0.8.0claws22
4921
4922         * sync with 0.8.1cvs2
4923                 see ChangeLog 2002-07-26
4924
4925 2002-07-27 [christoph]  0.8.0claws21
4926
4927         * src/imap.c
4928                 add another check if a valid msginfo
4929                 was returned
4930
4931 2002-07-26 [hoa]        0.8.0claws20
4932
4933         * src/folder.c
4934                 Fixed a condition in folder_item_destroy()
4935
4936         * src/imap.c
4937                 Fixed an error in IMAP protocol
4938
4939 2002-07-26 [alfons]     0.8.0claws19
4940
4941         * src/folder.c
4942                 ofcourse compare with identifier, not the path
4943
4944 2002-07-26 [alfons]     0.8.0claws18
4945
4946         * src/folder.c
4947                 use folder item identifier for saving / restoring
4948                 preferences because folder->path might not be unique
4949
4950 2002-07-26 [melvin]     0.8.0claws17
4951
4952         * src/logwindow.c
4953                 Fixed a crash introduced in 0.8.0claws5 when log is 
4954                 cut under 80 characters.
4955
4956 2002-07-26 [paul]       0.8.0claws16
4957
4958         * sync with 0.8.1cvs1
4959                 see ChangeLog 2002-07-26
4960
4961 2002-07-26 [christoph]  0.8.0claws15
4962
4963         * src/imap.[ch]
4964                 imap folder now remembers the last selected
4965                 folder and imap_fetch_msginfo skips selecting
4966                 the folder if it is already selected
4967
4968 2002-07-26 [christoph]  0.8.0claws14
4969
4970         * src/folder.c
4971         * src/folderview.c
4972         * src/imap.c
4973                 fix imap folder rescanning
4974
4975 2002-07-25 [christoph]  0.8.0claws13
4976
4977         * src/filter.c
4978         * src/folder.[ch]
4979         * src/folderview.c
4980         * src/imap.[ch]
4981         * src/mainwindow.c
4982         * src/mbox_folder.c
4983         * src/mh.c
4984         * src/news.c
4985                 implement imap uid cache and uid validity check
4986
4987 2002-07-25 [alfons]     0.8.0claws12
4988
4989         * src/summaryview.c
4990                 fix a brown paper bag bug, and also add some more
4991                 checks
4992
4993 2002-07-25 [christoph]  0.8.0claws11
4994
4995         * src/folder.c
4996                 don't mix copy, fetch_msginfo and remove
4997                 operations in folder item copy and move
4998                 operations
4999
5000 2002-07-25 [christoph]  0.8.0claws10
5001
5002         * src/folderview.c
5003         * src/mainwindow.c
5004         * src/prefs_folder_item.c
5005         * src/summaryview.[ch]
5006                 remove no longer required parameter update_cache from
5007                 summary_show
5008
5009 2002-07-25 [paul]       0.8.0claws9
5010
5011         * sync with 0.8.1
5012         
5013         * AUTHORS
5014                 a few corrections
5015
5016 2002-07-24 [alfons]     0.8.0claws8
5017
5018         * src/summaryview.c
5019                 sort correctly when using simplified subject line
5020                 (closes feature request "[ 585141 ] applying regexp to subject 
5021                 before sort" submitted by Alexandra Walford)
5022
5023 2002-07-24 [paul]       0.8.0claws7
5024
5025         * sync with 0.8.0cvs3
5026                 see ChangeLog 2002-07-24
5027
5028 2002-07-23 [christoph]  0.8.0claws6
5029
5030         * src/folder.c
5031         * src/folder.h
5032         * src/summaryview.c
5033         * src/summaryview.h
5034         * src/main.c
5035                 o separate processing and summaryview
5036                 o removed summary_write_cache from summaryview
5037                 o removed summaryview->killed_messages, because we don't have
5038                   to keep a list of killed messages anymore. New cache will
5039                   keep the hidden messages in cache anyway
5040         * src/folderview.c
5041         * src/inc.c
5042         * src/selective_download.c
5043                 o removed unnecessary summary_write_cache calls
5044         * src/procmsg.c
5045                 o don't set ignore thread flag in procmsg_get_thread_tree
5046                   if it is already set
5047         * src/mainwindow.c
5048         * src/statusbar.h
5049                 o moved STATUSBAR_PUSH/POP to statusbar.h because
5050                   they are used in different files
5051
5052 2002-07-23 [melvin]     0.8.0claws5
5053
5054         * src/addressbook.c
5055         * src/addrgather.c
5056         * src/editaddress.c
5057         * src/editgroup.c
5058         * src/editldap_basedn.c
5059         * src/importldif.c
5060         * src/prefs_common.c
5061                 Fixed few memory leak (gtk_editable_get_chars returns
5062                 an allocated string)
5063         * src/logwindow.c
5064                 Fixed few memory leak (gtk_editable_get_chars returns
5065                 an allocated string) and modified a little the log cutting
5066                 loop.
5067         * src/compose.c
5068                 Replaced a call to an obsolete function gtk_entry_get_text()
5069                 by gtk_editable_get_chars()
5070         * src/send.c
5071                 Removed a debug printf
5072
5073 2002-07-23 [christoph]  0.8.0claws4
5074
5075         * src/filesel.c
5076                 fix another g_dirname memory leak
5077
5078 2002-07-23 [christoph]  0.8.0claws3
5079
5080         * src/mh.c
5081                 fixed a memory leak in mh_fetch_msginfo
5082                 fixed crash when message header could not be
5083                 parsed
5084
5085 2002-07-23 [paul]       0.8.0claws2
5086
5087         * sync with 0.8.0cvs2
5088                 see ChangeLog 2002-07-23
5089
5090 2002-07-23 [paul]       0.8.0claws1
5091
5092         * sync with 0.8.0cvs1
5093                 see ChangeLog 2002-07-23
5094
5095 2002-07-23 [paul]       0.8.0claws
5096
5097         * release of 0.8.0claws
5098
5099 2002-07-23 [paul]       0.7.8claws99
5100
5101         * po/ru.po
5102                 new Russian translation, submitted by
5103                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
5104
5105 2002-07-22 [jens]       0.7.8claws98
5106
5107         * po/de.po
5108                 Updated German translations.
5109
5110 2002-07-22 [paul]       0.7.8claws97
5111
5112         * po/es.po
5113           po/it.po
5114           po/nl.po
5115           po/pt_BR.po
5116                 updated translations by Ricardo Mones Lastra,
5117                 Alessandro Maestri, Wilbert Berendsen and 
5118                 Fabio Jr. Beneditto respectively
5119
5120 2002-07-22 [christoph]  0.7.8claws96
5121
5122         * src/mimeview.c
5123                 fix memory leak caused by wrong g_dirname usage
5124
5125 2002-07-22 [christoph]  0.7.8claws95
5126
5127         * src/summaryview.c
5128                 update new and unread message counts for summaryview
5129                 summaryview does not get it from the folder anymore
5130                 and has to update the values itself
5131
5132 2002-07-22 [melvin]     0.7.8claws94
5133
5134         * po/fr.po
5135                 Updated French translations.
5136
5137 2002-07-22 [christoph]  0.7.8claws93
5138
5139         * src/matcher.c
5140                 set prop->preg pointer to NULL or following check
5141                 will not fail and regexec will be called with
5142                 invalid pointer
5143
5144 2002-07-21 [alfons]     0.7.8claws92
5145         
5146         * src/prefs_common.[ch]
5147                 remove option "Send return receipt on request"
5148
5149 2002-07-21 [thorsten]   0.7.8claws91
5150
5151         * src/mimeview.c
5152                 fixed memleaks, coding style as pointed out by alfons
5153
5154 2002-07-21 [alfons]     0.7.8claws90
5155
5156         * src/messageview.c
5157         * src/noticeview.[ch]
5158                 o fix bug notice view being displayed when going to empty folder 
5159                   (noticed by Christoph)
5160                 o allow RRR to be sent when restarting sylpheed, or changing folder 
5161                   (noticed by Thorsten)
5162
5163 2002-07-21 [thorsten]   0.7.8claws89
5164
5165         * src/mimeview.c
5166                 Included save_all patch from Xaview FACQ
5167                 added support for pathnames
5168
5169 2002-07-21 [alfons]     0.7.8claws88
5170
5171         * po/POTFILES.in
5172         * src/Makefile.am
5173         * src/mainwindow.c
5174         * src/messageview.[ch]
5175         * src/noticeview.c      ** NEW FILE **
5176         * src/noticeview.h      ** NEW FILE **
5177                 make return receipts work again
5178                 (UI idea by Leandro Pereira)
5179
5180 2002-07-21 [paul]       0.7.8claws87
5181
5182         * src/summaryview.c
5183                 fix sensitivity of 'Select thread'
5184
5185 2002-07-21 [paul]       0.7.8claws86
5186
5187         * src/prefs_common.c
5188                 add browser command line for Galeon
5189
5190 2002-07-21 [paul]       0.7.8claws85
5191
5192         * Makefile.am
5193                 fix 'EXTRA_DIST': remove README.README, add TODO
5194                 and TODO.claws
5195
5196 2002-07-21 [alfons]     0.7.8claws84
5197
5198         * src/gtkstext.c
5199                 make enter clear selection
5200                 (closes "[ 579888 ] Editor selection/entry error"
5201                 reported by Steve Lamb)
5202
5203 2002-07-21 [alfons]     0.7.8claws83
5204         
5205         * src/summaryview.c
5206                 sort message list when selecting unthread messages
5207                 (closes "[ 501593 ] switching threaded view doesn't sort"
5208                 reported by Simon Schubert)
5209
5210 2002-07-20 [alfons]     0.7.8claws82
5211         
5212         * src/matcher.c
5213                 const-correctness
5214
5215 2002-07-20 [thorsten]   0.7.8claws81
5216
5217         * src/matcher.c
5218                 Fixed expansion of empty fields in matchactions
5219
5220 2002-07-19 [melvin]     0.7.8claws80
5221
5222         * src/gtkspell.c
5223                 Removed a duplicate menu entry (fast mode) introduced during
5224                 the new cache merge
5225                 Added a menu separator between 'Use alternate' and 'Fast mode'
5226
5227 2002-07-19 [paul]       0.7.8claws79
5228
5229         * tools/Makefile.am
5230           tools/README
5231                 correct typos
5232
5233 2002-07-19 [thorsten]   0.7.8claws78
5234
5235         * tools/calypso_convert.pl      ** NEW FILE **
5236           tools/README
5237           tools/Makefile.am
5238                 script to import mbox files exported
5239                 by calypso
5240                 o generates folder structure
5241                 o includes attachments
5242
5243 2002-07-19 [melvin]     0.7.8claws77
5244
5245         * src/selective_download.[ch]
5246                 Fixed bug where closing the dialog with the window manager's
5247                 close button will not unlock the summary
5248                 Corrected some function declarations that missed a return value
5249                 Made the source code comply better with coding style.
5250         * src/prefs_common.c
5251                 Added new browser command line for Mozilla.
5252
5253 2002-07-18 [paul]       0.7.8claws76
5254
5255         * src/mainwindow.c
5256           src/selective_download.[ch]
5257                 reflect theme changes, fix Gdk Warning when creating 
5258                 pixmap from NULL window, and minor clean up.
5259                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
5260
5261         * po/en_GB.po
5262                 updated
5263
5264 2002-07-17 [paul]       0.7.8claws75
5265
5266         * INSTALL[.jp]
5267                 sync with 0.8.0
5268         
5269         * po/en_GB.po
5270                 updated
5271
5272 2002-07-16 [paul]       0.7.8claws74
5273
5274         * tools/filter_conv.pl
5275           tools/README
5276                 replace conversion script with reimplemented version, 
5277                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
5278
5279 2002-07-16 [colin]      0.7.8claws73
5280
5281         * src/summaryview.c
5282                 remove forgotten debug messages - sorry ;-)
5283
5284 2002-07-16 [colin]      0.7.8claws72
5285
5286         * src/mimeview.c
5287           src/summaryview.c
5288           src/textview.c
5289           src/textview.h
5290                 add the ability to select part of a text mime-part 
5291                 to reply.
5292
5293 2002-07-15 [christoph]  0.7.8claws71
5294
5295         * src/folder.c
5296                 fix folder message count for folders without
5297                 msg_is_changed (includes news folders)
5298
5299 2002-07-15 [martin]     0.7.8claws70
5300
5301         * src/summaryview.c
5302                 option "display recipient on 'From'..." now works
5303                 without the need of enabling the option
5304                 "display  sender  using  address  book".
5305
5306 2002-07-15 [christoph]  0.7.8claws69
5307
5308         * src/summaryview.c
5309                 removed setting folder status from summaryview.
5310                 folder.c should update all message counts correctly.
5311
5312 2002-07-15 [paul]       0.7.8claws68
5313
5314         * po/pt_BR.po
5315                 updated by Fabio Junior Beneditto
5316
5317 2002-07-15 [darko]      0.7.8claws67
5318
5319         * src/mh.c
5320                 Fixed target folder colorization, don't decrease op
5321                 number twice
5322
5323 2002-07-14 [paul]       0.7.8claws66
5324
5325         * sync with main 0.8.0
5326                 see ChangeLog 2002-07-14
5327
5328 2002-07-13 [melvin]     0.7.8claws65
5329         
5330         * src/addrbook.c
5331         * src/addressbook.c
5332         * src/addrindex.c
5333                 Replaced sprintf by g_snprintf to prevent possible buffer
5334                 overflow.
5335         * src/news.c
5336                 Corrected a log message output format.
5337                 Added a missing "done" debug output.
5338         * src/compose.c
5339                 Added keyboard accelerator for Priority menu items
5340                 Added missing \n in debug output
5341         * src/logwindow.c
5342         * src/gtkspell.c
5343         * src/rfc2015.c
5344                 Added missing \n in debug output
5345
5346 2002-07-13 [paul]       0.7.8claws64
5347
5348         * man/sylpheed.1
5349                 change Sergey's email address to the sf address
5350
5351         * src/textview.c
5352                 increase show_url_timeout (more useful for long
5353                 urls)
5354
5355 2002-07-12 [sergey]     0.7.8claws63
5356
5357         * src/rfc2015.c
5358                 applied (with some modifications) patch to set the
5359                 micalg parameter for signatures
5360                 (2001-08-28 Werner Koch <wk@gnupg.org>)
5361
5362 2002-07-12 [sergey]     0.7.8claws62
5363
5364         * man/Makefile.am
5365         * configure.in
5366                 fixed man page installation
5367
5368 2002-07-12 [paul]       0.7.8claws61
5369
5370         * sync with 0.7.8cvs26
5371                 see ChangeLog 2002-07-11 and 2002-07-12
5372
5373 2002-07-11 [christoph]  0.7.8claws60
5374
5375         * src/compose.c
5376         * src/procmsg.c
5377                 first use the message number to find the message
5378                 to mark with a reply flag but check the
5379                 message-id if we got the correct message, if not
5380                 try to find it by message-id.
5381                 use new string seperator that is not allowed
5382                 in message-ids.
5383
5384 2002-07-11 [paul]       0.7.8claws59
5385
5386         * sync with 0.7.8cvs23
5387                 see ChangeLog 2002-07-10
5388
5389 2002-07-10 [christoph]  0.7.8claws58
5390
5391         * src/folder.[ch]
5392         * src/msgcache.[ch]
5393                 Added message-id table to the cache in memory
5394                 and functions to msgcache.c and folder.c to
5395                 fetch MsgInfos by message id
5396         * src/compose.c
5397         * src/procmsg.c
5398                 store folder and message-id of message replying
5399                 to in queue header and set reply flag after sending
5400                 (Closes bug #469498)
5401
5402 2002-07-10 [paul]       0.7.8claws57
5403
5404         * AUTHORS
5405           man/sylpheed.1.gz
5406                 add Martin to the list of authors
5407
5408 2002-07-09 [martin]     0.7.8claws56
5409         * src/gtksctree.c
5410                 Added gtk_ctree_last_visible(), tree_update_level(),
5411                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
5412                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
5413                 from gtk+ to gtksctree.c for the new sorting code
5414                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
5415                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
5416         * src/gtksctree.h
5417                 Added declaration for gtk_sctree_sort_recursive() and
5418                 gtk_sctree_sort_node
5419         * src/addressbook.c
5420         * src/foldersel.c
5421         * src/folderview.c
5422         * src/summaryview.c
5423                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
5424                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
5425
5426 2002-07-08 [paul]       0.7.8claws55
5427
5428         * more sync with 0.7.8cvs21
5429                 see ChangeLog 2002-07-08
5430
5431 2002-07-08 [paul]       0.7.8claws54
5432
5433         * sync with 0.7.8cvs21
5434                 see ChangeLog 2002-07-08
5435
5436 2002-07-07 [alfons]     0.7.8claws53
5437
5438         * src/Makefile.am
5439         * src/stock_pixmap.[ch]
5440         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
5441         * src/pixmaps/notice_error.xpm  ** NEW FILE **
5442         * src/pixmaps/notice_note.xpm   ** NEW FILE **
5443                 add new pixmaps for upcoming notice pane
5444
5445 2002-07-06 [melvin]     0.7.8claws52
5446
5447         * src/gtkspell.[ch]
5448                 Made them a bit closer to Sylpheed's coding style.
5449                 Removed old code.
5450                 Removed possible memory leaks when some errors occurs.
5451
5452 2002-07-06 [melvin]     0.7.8claws51
5453
5454         * po/Makefile.in.in
5455                 Removed --no-location in xgettext command line to help
5456                 translators that use Emacs' po-mode
5457         * src/quote_fmt.c
5458                 Removed unnecessary comments that messed up sylpheed.pot
5459
5460 2002-07-06 [paul]       0.7.8claws50
5461
5462         * sync with 0.7.8cvs19
5463                 see ChangeLog 2002-07-05
5464
5465 2002-07-06 [christoph]  0.7.8claws49
5466
5467         * src/folder.c
5468         * src/mainwindow.c
5469                 fix folder_item_remove_all_msg and folderview
5470                 status for trash folders after emptying trash
5471
5472 2002-07-05 [paul]       0.7.8claws48
5473
5474         * sync with 0.7.8cvs16
5475                 see ChangeLog 2002-07-04 and 2002-07-05
5476
5477 2002-07-04 [paul]       0.7.8claws47
5478
5479         * sync with 0.7.8cvs14
5480                 see  ChangeLog 2002-07-04
5481
5482 2002-07-03 [alfons]     0.7.8claws46
5483
5484         * src/folder.c
5485                 dupe folder item's path because it's being reallocated
5486                 by new folder scanning code
5487
5488 2002-07-03 [christoph]  0.7.8claws45
5489
5490         * src/imap.c
5491                 better IMAP uid fetching using 'FETCH 1:* (UID)'
5492         * src/msgcache.c
5493                 add missing return in msgcache_write
5494
5495 2002-07-02 [thorsten]   0.7.8claws44
5496
5497         * src/jpilot.c
5498         * src/msgcache.c
5499         * src/rfc2015.c
5500                 use binary mode for file access
5501
5502 2002-07-02 [christoph]  0.7.8claws43
5503
5504         * major code cleanup (part 1)
5505         
5506                 - unused variables removed
5507                 - unused functions removed
5508                 - uninitialized variables checked
5509                 - missing return statements added
5510                 - missing function return types added
5511                 - added parentheses around assignment and
5512                   && in || when suggested by gcc
5513               
5514         * src/mh.c
5515         * src/folder.c
5516                 replaced direct calls to folder->scan_tree
5517                 with folder_scan_tree and restore folder
5518                 prefs in this function. The folder should
5519                 not have to deal with them.
5520                 ( Should now work for all folder types )
5521
5522 2002-07-02 [paul]       0.7.8claws42
5523
5524         * sync with 0.7.8cvs13
5525                 see ChangeLog 2002-07-01 and 2002-07-02
5526
5527 2002-07-01 [christoph]  0.7.8claws41
5528
5529         * src/summaryview.c
5530                 fix "goto next/prev unread message" with
5531                 ignored threads
5532
5533 2002-07-01 [paul]       0.7.8claws40
5534
5535         * po/es.po
5536                 updated by Ricardo Mones Lastra
5537
5538 2002-06-30 [match]      0.7.8claws39
5539
5540         * src/jpilot.c
5541                 applied variation of leonerd's patch (566661) to
5542                 allow multiple email addresses per JPilot entry.
5543                 addresses may be separated by space, comma, pipe,
5544                 semi-colon, new-line.
5545
5546 2002-06-30 [alfons]     0.7.8claws38
5547
5548         * src/procmsg.c
5549                 simple fix for putting older nodes before
5550                 newer nodes when threading by subject
5551
5552 2002-06-30 [christoph]  0.7.8claws37
5553
5554         * src/folder.c
5555         * src/folderview.c
5556         * src/mh.c
5557         * src/news.c
5558         * src/procmsg.c
5559                 fix broken folder tree rescaning
5560                 and don't use procmsg_get_mark_sum
5561                 anymore
5562
5563 2002-06-30 [christoph]  0.7.8claws36
5564
5565         * merge new cache branch
5566         * src/imap.c
5567                 fix new cache imap copy bug
5568         * src/folder.c
5569                 improved folder_item_scan
5570                 it should now always set the correct
5571                 new, unread and total message counts
5572
5573 2002-06-29 [paul]       0.7.8claws35
5574
5575         * configure.in
5576                 correct syntax error
5577
5578 2002-06-29 [paul]       0.7.8claws34
5579
5580         * configure.in
5581           Makefile.am
5582           man/Makefile.am       ** NEW FILE **
5583           man/sylpheed.1.gz     ** NEW FILE **
5584                 add Sylpheed man page
5585
5586 2002-06-29 [paul]       0.7.8claws33
5587
5588         * po/pt_BR.po
5589                 updated by Fabio Junior Beneditto
5590
5591 2002-06-28 [jens]       0.7.8claws32
5592
5593         * po/de.po
5594                 translation updated
5595
5596         * src/selective_download.c
5597                 removed gettext for space " "
5598
5599         * src/imap.c
5600                 removed wrong space
5601
5602 2002-06-28 [paul]       0.7.8claws31
5603
5604         * sync with 0.7.8cvs11
5605                 see ChangeLog 2002-06-28
5606
5607 2002-06-28 [paul]       0.7.8claws30
5608
5609         * sync with 0.7.8cvs10
5610                 see ChangeLog 2002-06-27 and 2002-06-28
5611
5612 2002-06-26 [paul]       0.7.8claws29
5613
5614         * src/addrgather.c
5615           src/selective_download.c
5616                 don't gettextise empty strings.
5617                 reserved by gettext. gettext("") returns 
5618                 the header entry with meta information, 
5619                 not the empty string
5620
5621         * po/en_GB.po
5622                 updated
5623
5624 2002-06-26 [paul]       0.7.8claws28
5625
5626         * sync with 0.7.8cvs7
5627                 see ChangeLog 2002-06-25
5628
5629         * src/prefs_common.c
5630                 ...and in the process, tweak the gui a little
5631
5632 2002-06-25 [alfons]     0.7.8claws27
5633         
5634         * configure.in
5635         * src/Makefile.am
5636                 fine tune ldap library detection
5637
5638 2002-06-25 [alfons]     0.7.8claws26
5639
5640         * src/compose.c
5641                 don't allow return receipts when composing a news article
5642
5643 2002-06-25 [paul]       0.7.8claws25
5644
5645         * Makefile.am
5646                 add '$(AMTAR)' to 'release' section to allow for
5647                 new and older autotools
5648
5649 2002-06-25 [paul]       0.7.8claws24
5650
5651         * src/summaryview.c
5652                 fix "No more unread messages" persistant pop-up
5653                 window bug
5654
5655 2002-06-25 [paul]       0.7.8claws23
5656
5657         * po/it.po
5658                 updated by Alessandro Maestri
5659
5660 2002-06-25 [paul]       0.7.8claws22
5661
5662         * sync with 0.7.8cvs6
5663                 see ChangeLog 2002-06-25
5664
5665 2002-06-24 [paul]       0.7.8claws21
5666
5667         * tools/update-po
5668                 add GPL copyright information
5669
5670 2002-06-24 [paul]       0.7.8claws20
5671
5672         * tools/Makefile.am
5673           tools/README
5674           tools/update-po       ** NEW FILE **
5675                 add script that eases the creation of *.po files
5676                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
5677
5678 2002-06-23 [alfons]     0.7.8claws19
5679
5680         * src/messageview.c
5681                 make notification_convert_header obey const correctness
5682                 (next step will be fixing the broken return receipt)
5683
5684 2002-06-23 [paul]       0.7.8claws18
5685
5686         * src/messageview.c
5687                 fix bug introduced in last commit:
5688                 removed too much code in last commit - put back what's
5689                 needed
5690
5691 2002-06-23 [paul]       0.7.8claws17
5692
5693         * src/messageview.[ch]
5694                 remove code committed in error from locally patched
5695                 source
5696
5697 2002-06-23 [colin]      0.7.8claws16
5698
5699         * src/compose.[ch]
5700                 add compose_entry_select(), used to select the default_to
5701                 email address - hopefully avoiding people sending mails to
5702                 wrong recipients.
5703
5704 2002-06-22 [alfons]     0.7.8claws15
5705
5706         * AUTHORS
5707                 add Bram Metsch & Stanislav Karchebny
5708         * src/smtp.[ch]
5709         * src/prefs_account.[ch]
5710         * src/send.c
5711                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
5712                   options.  (see <http://sourceforge.net/tracker/index.php
5713                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
5714
5715                 - merge Stanislav's fix to make SMTP AUTH work with qmail
5716                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
5717
5718 2002-06-22 [paul]       0.7.8claws14
5719
5720         * sync with 0.7.8cvs5
5721                 see ChangeLog 2002-06-19 and 2002-06-20
5722
5723 2002-06-22 [alfons]     0.7.8claws13
5724
5725         * src/selective_download.c
5726                 fix a stupid mistake I made
5727
5728 2002-06-22 [alfons]     0.7.8claws12
5729
5730         * src/selective_download.[ch]
5731                 fix another unnoticed leak; cleanup code
5732
5733 2002-06-21 [alfons]
5734
5735         * tools/Makefile.am
5736                 gpg-sign <-- gpg-sign-syl
5737
5738 2002-06-21 [alfons]     0.7.8claws11
5739
5740         * src/selective_download.c
5741         * src/selective_download.h
5742                 fix assorted mix of allocation errors (should solve
5743                 problem reported by Philippe Gramoullé, see:
5744                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
5745
5746 2002-06-20 [melvin]     0.7.8claws10
5747
5748         * tools/gpg-sign *REMOVED*
5749           tools/gpg-sign-syl *ADDED*
5750                 Replaced the gpg clearsigning script with the version using
5751                 xterm instead of ssh-askpass and changed its name.
5752
5753         * README.claws
5754                 Updated actions example to reflect the renaming of the
5755                 gpg clearsigning script.
5756
5757 2002-06-19 [paul]       0.7.8claws9
5758
5759         * sync with 0.7.8claws9
5760                 see ChangeLog 2002-06-18 and 2002-06-19
5761
5762 2002-06-19 [paul]       0.7.8claws8
5763
5764         * sync with 0.7.8cvs1
5765                 see ChangeLog 2002-06-18
5766
5767 2002-06-18 [alfons]     0.7.8claws7
5768
5769         * src/mainwindow.h
5770                 add omitted prototype
5771
5772 2002-06-17 [paul]       0.7.8claws6
5773
5774         * src/mainwindow.c
5775                 fix hiding of exec_btn
5776
5777 2002-06-17 [paul]       0.7.8claws5
5778
5779         * src/pop.c
5780                 remove unneeded code: should_delete() 
5781                 and Pop3State::uidl_todelete_list
5782
5783 2002-06-17 [paul]       0.7.8claws4
5784
5785         * sync with 0.7.8
5786                 see ChangeLog 2002-06-11 and 2002-06-13
5787
5788 2002-06-16 [alfons]     0.7.8claws3
5789         
5790         * src/folder.c
5791                 make sure lock sort mode (claws specific) is
5792                 also persists after a tree rescan
5793
5794 2002-06-16 [alfons]     0.7.8claws2
5795
5796         * src/prefs_folder_item.c
5797         * src/folder.[ch]
5798                 fix persistence of folder sort mode (broken
5799                 by adapting Hiro's new folder persistence code)
5800
5801 2002-06-16 [alfons]     0.7.8claws1
5802
5803         * AUTHORS
5804         * src/logwindow.c
5805         * src/prefscommon.[ch]
5806                 control size of log text in log window; 
5807                 closes patch #569155 submitted by Mitko Haralanov.
5808
5809 2002-06-15 [paul]       0.7.8claws
5810
5811         * release of 0.7.8claws
5812
5813 2002-06-15 [paul]       0.7.7claws
5814
5815         * po/pt_BR.po
5816                 updated by Fabio Junior Beneditto
5817
5818 2002-06-14 [paul]       0.7.6claws49
5819
5820         * po/es.po
5821                 updated by Ricardo Mones Lastra
5822
5823 2002-06-14 [paul]       0.7.6claws48
5824
5825         * po/nl.po
5826                 updated translation by Wilbert Berendsen
5827
5828 2002-06-14 [melvin]     0.7.6claws47
5829
5830         * po/fr.po
5831                 Updated French translation
5832
5833 2002-06-13 [paul]       0.7.6claws46
5834
5835         * src/filesel.c
5836                 allow filename to be typed in, rather than just
5837                 selected by the mouse. Patch by Gustavo Noronha Silva.
5838
5839 2002-06-13 [alfons]     0.7.6claws45
5840
5841         * src/mainwindow.[ch]
5842                 more cleanups (removing unnecessary menu items Expand 
5843                 summary / message view)
5844
5845 2002-06-13 [melvin]     0.7.6claws44
5846
5847         * po/POTFILES.in
5848                 Added src/string_match.c
5849         * src/string_match.c
5850                 Fixed possible buffer overflow.
5851                 Corrected typo.
5852                 Added missing config.h header.
5853         * src/prefs_common.c
5854           src/prefs_matcher.c
5855           src/prefs_scoring.c
5856                 Made some strings translatable (missing _(..)).
5857
5858 2002-06-13 [melvin]     0.7.6claws43
5859
5860         * README.claws
5861                 Corrected action example (verifying clearsigned mail).
5862         * src/prefs_account.c
5863                 Corrected typo.
5864         * src/prefs_common.c
5865                 Removed incorrect line that generated a Gtk-CRITICAL msg.
5866
5867 2002-06-12 [alfons]     0.7.6claws42
5868
5869         * src/summaryview.c
5870                 add init of score column lost in 0.7.6claws42
5871
5872 2002-06-12 [paul]       0.7.6claws41
5873
5874         * src/prefs_account.c
5875                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
5876                 behavior of the radio buttons, (from 0.7.7cvs2)
5877
5878 2002-06-11 [alfons]     0.7.6claws40
5879
5880         * src/messageview.[ch]
5881         * src/summaryview.[ch]
5882         * src/summary_search.c
5883         * src/mainwindow.c
5884                 perform a sync to bring in Hiro's separate view implementation 
5885
5886                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
5887
5888 2002-06-11 [paul]       0.7.6claws39
5889         
5890         * src/prefs_account.c
5891                 correct a typo on the Receive tab
5892
5893 2002-06-10 [match]      0.7.6claws38
5894
5895         * src/addressbook.c
5896                 Included address completion patch from Gustavo Noronha.
5897
5898 2002-06-10 [paul]       0.7.6claws37
5899
5900         * src/inc.[ch]
5901           src/pop.c
5902           src/prefs_account.[ch]
5903           src/selective_download.[ch]
5904                 apply PATCH #561712
5905                  NEW:
5906                 - check if POP Account
5907                 - Receive Button renamed to Preview
5908                 - Preview Button Popup: preview new/all messages
5909                 - Download Button
5910                 - Account Preferences-->Receive tab checkbutton if you
5911                   want to remove Mail after Download
5912                 -: default YES
5913                 - Account Preferences-->Receive tab checkbutton use
5914                   filtering rules on preview
5915                   (think of delete_on_server)
5916                 -: default YES
5917                 - Account selectable from SD dialog
5918                 - checkbutton to show already downloaded messages if
5919                   all messages are previewed
5920                 - new clist column showing Date
5921                 - ESC KEY close
5922                 FIXES:
5923                 - play ball with UIDL
5924                 - fault tolerant (?) 
5925                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
5926
5927 2002-06-10 [melvin]     0.7.6claws36
5928
5929         * README.claws
5930                 Added a hint to ac/README in cvs instructions.
5931
5932         * src/prefs_actions.c
5933                 Made it possible to use a more elaborate command line
5934                 for asynchronous actions, too.
5935
5936 2002-06-10 [melvin]     0.7.6claws35
5937         
5938         * src/prefs_actions.c
5939                 Make it possible to use a more elaborate command line
5940                 (e.g. |foo|bar|cat>there;echo Done|)
5941                 Corrected error message when calling %f, %F and %p commands
5942                 from the compose window.
5943
5944 2002-06-09 [colin]      0.7.6claws34
5945
5946         * src/summaryview.c
5947                 Automatically find unread messages in current folder
5948                 before annoying the user.
5949
5950 2002-06-08 [alfons]     0.7.6claws33
5951
5952         * po/it.po
5953                 remove bad formatting string in it.po translation
5954                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
5955
5956 2002-06-08 [paul]       0.7.6claws32
5957
5958         * sync with 0.7.6cvs25
5959                 see ChangeLog 2002-06-07
5960
5961 2002-06-05 [paul]       0.7.6claws31
5962
5963         * src/mainwindow.c
5964                 add 'Sort by locked' and 'Sort by score'
5965
5966 2002-06-05 [paul]       0.7.6claws30
5967
5968         * sync with 0.7.6cvs24
5969                 see ChangeLog 2002-06-04
5970
5971 2002-06-04 [paul]       0.7.6claws29
5972
5973         * po/pt_BR.po
5974                 updated by Fabio Junior Beneditto
5975
5976 2002-06-03 [thorsten]   0.7.6claws28
5977
5978         * src/matcher.c
5979                 fclose() matcherrc after reading
5980
5981 2002-06-03 [paul]       0.7.6claws27
5982
5983         * sync with 0.7.6cvs21
5984                 see ChangeLog 2002-05-31
5985
5986 2002-05-31 [paul]       0.7.6claws26
5987
5988         * sync with 0.7.6cvs20
5989                 see ChangeLog 2002-05-29 and 2002-05-30
5990
5991 2002-05-31 [paul]       0.7.6claws25
5992
5993         * src/imap.c
5994                 hopefully fix last buggy sync
5995
5996         * README.claws
5997                 correct typo in 'Actions' examples
5998
5999 2002-05-29 [paul]       0.7.6claws24
6000
6001         * sync with 0.7.6cvs18
6002                 see ChangeLog 2002-05-28 and 2002-05-29
6003
6004         * src/news.c
6005           src/nntp.[ch]
6006                 sync with above 
6007
6008 2002-05-28 [paul]       0.7.6claws23
6009
6010         * sync with 0.7.6cvs16
6011                 see ChangeLog 2002-05-28
6012
6013 2002-05-27 [thorsten]   0.7.6claws22 
6014
6015         * faq/it/sylpheed-faq-1.html
6016           faq/it/sylpheed-faq-2.html
6017           faq/it/sylpheed-faq-3.html
6018           faq/it/sylpheed-faq.html
6019                 corrected DOS lineendings
6020         * faq/de/sylpheed-faq-1.html
6021           faq/de/sylpheed-faq-2.html
6022           faq/en/sylpheed-faq-1.html
6023           faq/en/sylpheed-faq-2.html
6024           faq/en/sylpheed-faq-3.html
6025           faq/es/sylpheed-faq-1.html
6026           faq/es/sylpheed-faq-2.html
6027           faq/es/sylpheed-faq-3.html
6028           faq/fr/sylpheed-faq-1.html
6029           faq/it/sylpheed-faq-1.html
6030           faq/it/sylpheed-faq-2.html
6031           faq/it/sylpheed-faq-3.html
6032           faq/it/sylpheed-faq.html
6033                 changed ">" to &quot;
6034
6035 2002-05-27 [paul]       0.7.6claws21
6036         
6037         * sync with 0.7.6cvs15
6038                 see ChangeLog 2002-05-27
6039
6040 2002-05-27 [paul]       0.7.6claws20
6041
6042         * src/prefs_account.c
6043                 correct a typo
6044
6045 2002-05-26 [paul]       0.7.6claws19
6046
6047         * tools/README
6048                 correct a typo
6049
6050 2002-05-25 [paul]       0.7.6claws18
6051
6052         * tools/README
6053                 add description of kmail2sylpheed.pl
6054
6055 2002-05-25 [paul]       0.7.6claws17
6056
6057         * tools/kmail2sylpheed.pl       ** NEW FILE **
6058                 perl script that converts an exported Kmail address
6059                 book, converts it to sylpheed addressbook file,
6060                 writes the file to .sylpheed, and updates
6061                 addrbook--index.xml 
6062
6063 2002-05-25 [paul]       0.7.6claws16
6064
6065         * sync with 0.7.6cvs14
6066                 see ChangeLog 2002-05-23
6067
6068 2002-05-24 [paul]       0.7.6claws15
6069
6070         * README.claws
6071                 make a correction and add some more info
6072
6073 2002-05-24 [paul]       0.7.6claws14
6074
6075         * src/compose.c
6076                 fix memory leak in 
6077                 compose_redirect_write_headers_from_headerlist()
6078                 add Subject and Resent-Message-ID to
6079                 compose_redirect_write_headers()
6080                 Received, Subject, and X-UIDL are filtered out in 
6081                 compose_redirect_write_to_file()
6082
6083 2002-05-23 [paul]       0.7.6claws13
6084
6085         * src/compose.[ch]
6086           src/filtering.c
6087           src/mainwindow.c
6088           src/matcher.[ch]
6089           src/matcher_parser_lex.l
6090           src/matcher_parser_parse.y
6091           src/prefs_common.[ch]
6092           src/prefs_filtering.c
6093           src/summaryview.c
6094                 rename 'Bounce' to 'Redirect'
6095
6096 2002-05-23 [paul]       0.7.6claws12
6097
6098         * more sync with 0.7.6cvs13
6099           src/compose.c
6100                 see ChangeLog 2002-05-22
6101
6102 2002-05-22 [paul]       0.7.6claws11
6103
6104         * sync with 0.7.6cvs13
6105           src/codeconv.c
6106                 see ChangeLog 2002-05-20
6107           src/prefs_common.c
6108                 see ChangeLog 2002-05-22
6109
6110 2002-05-21 [melvin]     0.7.6claws10
6111
6112         * src/folderview.c
6113                 Added missing filtering and scoring headers
6114                 Fixed bad function call that showed garbage 
6115                 in Folder->Processing
6116
6117 2002-05-21 [paul]       0.7.6claws9
6118
6119         * tools/Makefile.am
6120                 make all tools executable, (patch by Alfons).
6121
6122 2002-05-20 [alfons]     0.7.6claws8
6123
6124         * src/procheader.c
6125                 don't forget to call mktime() so we have a valid week 
6126                 and year day
6127                 (Bug report by Roger Sondermann <mail@jumaros.de>)
6128
6129 2002-05-20 [paul]       0.7.6claws7
6130
6131         * src/html.c
6132                 fix broken parsing of urls
6133         * src/textview.c
6134                 fix displaying of urls
6135
6136                 both fixes from the patch [547855] by Eugene 
6137                 Brevdo (zonem)
6138
6139 2002-05-19 [alfons]     0.7.6claws6
6140
6141         * configure.in
6142                 make sylpheed configure correctly with the latest
6143                 and greatest of automake / autoconf / gettext
6144
6145 2002-05-19 [alfons]     0.7.6claws5
6146
6147         * src/procheader.c
6148         * src/procheader.h
6149                 add function for returning ime zone offset
6150         * src/quote_fmt.c
6151         * src/quote_fmt_parse.y
6152                 better quotation formatting - does not convert
6153                 to local time, but uses the original date string.
6154                 
6155                 Note: %z inserts the timezone offset (should 
6156                 work also on platforms where strftime does not
6157                 support %z).
6158
6159 2002-05-18 [christoph]  0.7.6claws4
6160
6161         * src/summaryview.c
6162                 fix indentation of some code
6163         * tools/Makefile.am
6164                 fix spaces after \
6165         * src/Makefile.am
6166                 add missing \
6167                 correct path for ignorethread.xpm
6168                 incorrect filename for sylpheed_logo.xpm
6169                 add missing include matcher_parser_parse.h
6170
6171 2002-05-18 [paul]       0.7.6claws3
6172
6173         * sync with 0.7.6cvs8
6174                 see ChangeLog 2002-05-16 and 2002-05-17
6175
6176 2002-05-18 [melvin]     0.7.6claws2
6177
6178         * README.claws
6179                 Corrected an action's definition and fixed some misspellings.
6180
6181 2002-05-18 [paul]       0.7.6claws1
6182
6183         * tools/Makefile.am
6184           tools/gpg-sign        ** new file **
6185           tools/uudec           ** new file **
6186                 add Melvin's Actions scripts
6187
6188         * README.claws
6189                 add Melvin's descriptions for Actions
6190
6191 2002-05-18 [paul]       0.7.6claws
6192
6193         * Version 0.7.6claws released
6194
6195 2002-05-17 [paul]       0.7.5claws32
6196
6197         * po/es.po
6198                 updated by Ricardo Mones Lastra
6199
6200 2002-05-17 [paul]       0.7.5claws31
6201
6202         * src/compose.c
6203                 fix Account prefs default folder for sent/draft/deleted
6204                 messages bug
6205
6206         * po/it.po
6207           po/nl.po
6208                 updated translation by Alessandro Maestri and
6209                 Wilbert Berendsen
6210
6211 2002-05-17 [melvin]     0.7.5claws30
6212
6213         * src/prefs_actions.c
6214                 Fixed bug where using %F not at the end of the command 
6215                 resulted in an additional empty argument being created.
6216                 Thanks to Darko Koruga for reporting the bug.
6217
6218 2002-05-17 [melvin]     0.7.5claws29
6219
6220         * po/fr.po
6221                 Updated French translations.
6222
6223 2002-05-15 [paul]       0.7.5claws28
6224         
6225         * po/es.po
6226                 updated by Ricardo Mones Lastra
6227
6228 2002-05-15 [paul]       0.7.5claws27
6229
6230         * sync with 0.7.6cvs4
6231                 see ChangeLog 2002-05-14 and 2002-05-15
6232
6233 2002-05-14 [paul]       0.7.5claws26
6234
6235         * sync with 0.7.6cvs1
6236                 see ChangeLog 2002-05-13
6237
6238 2002-05-13 [thorsten]   0.7.5claws25
6239
6240         * src/messageview.c
6241                 fix select_all and copy in multipart messages
6242         * src/mainwindow.c
6243                 fix select_all and copy in multipart messages
6244
6245 2002-05-12 [paul]       0.7.5claws24
6246
6247         * src/summaryview.c
6248                 reverse last commit, bug already fixed in 0.7.5claws3
6249
6250 2002-05-12 [netztorte]  0.7.5claws23
6251
6252         * src/summaryview.c
6253                 dont parse empty addressbook (checked in before claws20)
6254
6255 2002-05-12 [melvin]     0.7.5claws22
6256
6257         * src/procmsg.[ch]
6258                 Removed unneeded priority code introduced by the previous 
6259                 commit.
6260
6261 2002-05-12 [melvin]     0.7.5claws21
6262
6263         * src/compose.[ch]
6264                 Added possibility to set message's priority.
6265         * src/procmsg.[ch]
6266                 Added possibility to set message's priority.
6267                 Added missing headers
6268
6269 2002-05-12 [melvin]     0.7.5claws20
6270
6271         * src/prefs_actions.c
6272                 Removed implicitely added quotes around the name
6273                 of the temporary files of mime parts.
6274
6275 2002-05-12 [paul]       0.7.5claws19
6276
6277         * sync with 0.7.5cvs20
6278                 see ChangeLog 2002-05-11
6279
6280 2002-05-12 [alfons]     0.7.5claws18
6281
6282         * src/quote_fmt_lex.l
6283         * src/quote_fmt_parse.y
6284                 allow quote / reply date & time format to be set using
6285                 %D{format}. format is a format string you'd pass to
6286                 strftime() (see man strftime, or the Display tab |
6287                 Date format setting).
6288
6289                 Currently %D converts the date to local time. 
6290
6291 2002-05-11 [paul]       0.7.5claws17
6292
6293         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
6294                 see ChangeLog 2002-05-10 and 2002-05-11
6295
6296 2002-05-10 [paul]       0.7.5claws16
6297
6298         * sync with 0.7.5cvs16
6299                 see ChangeLog entries 2002-05-09 and 
6300                 2002-05-10
6301
6302 2002-05-10 [colin]      0.7.5claws15
6303
6304         * src/textview.c
6305                 Corrected a bug that prevented sylpheed to open
6306                 double-clicked URIs.
6307
6308 2002-05-09 [paul]       0.7.5claws14
6309
6310         * sync with 0.7.5cvs14
6311                 see ChangeLog 2002-05-08 and 2002-05-09
6312
6313 2002-05-08 [paul]       0.7.5claws13
6314
6315         * sync with 0.7.5cvs11
6316                 see ChangeLog entry 2002-05-08
6317
6318 2002-05-08 [paul]       0.7.5claws12
6319
6320         * src/mainwindow.c
6321           src/textview.[ch]
6322                 fix segfault on View->Open in new window
6323                 patch submitted by Thorsten Maerz <torte@netztorte.de>
6324
6325 2002-05-07 [paul]       0.7.5claws11
6326
6327         * sync with 0.7.5cvs9
6328                 see ChangeLog entry 2002-05-07
6329
6330 2002-05-06 [paul]       0.7.5claws10
6331
6332         * src/messageview.c
6333           src/textview.c
6334                 display url in statusbar on single-click
6335                 patch submitted by Thorsten Maerz <torte@netztorte.de>
6336
6337 2002-05-06 [match]      0.7.5claws9
6338
6339         * src/addritem.[ch]
6340                 new functions.
6341         * src/addrcache.c
6342                 tidy up.
6343         * src/xmlprops.[ch]
6344                 XML implementation of properties file.
6345         * src/exporthtml.[ch]
6346         * src/expthtmldlg.[ch]
6347         * src/addressbook.c
6348                 export to HTML.
6349
6350 2002-05-02 [sergey]     0.7.5claws8
6351
6352         * src/mainwindow.c (mainwin_entries),
6353           src/prefs_common.c (prefs_send_create()),
6354           src/codeconv.c (locale_table):
6355                 use charset name "Windows-1251" instead of "CP1251".
6356
6357 2002-05-02 [colin]      0.7.5claws7
6358         
6359         * src/compose.c
6360           src/prefs_common.c
6361           src/prefs_folder_item.c
6362                 Fixed cosmetics bugs due to Outbox renamed to Sent.
6363
6364 2002-05-02 [hiro]       0.7.5claws6
6365
6366         * src/imap.c
6367                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
6368
6369 2002-05-02 [paul]       0.7.5claws5
6370
6371         * src/compose.c
6372                 more sync with 0.7.5cvs7, see ChangeLog entry
6373                 2002-05-02
6374
6375 2002-05-02 [hiro]       0.7.5claws4
6376
6377         * src/compose.c
6378                 compose_queue_sub():
6379                 check if queue folder exists (closes #550397).
6380                 removed directory creation since it should be handled
6381                 transparently.
6382         * src/imap.c
6383                 imap_add_msg(): return UID for appended message
6384                 (closes #548842).
6385
6386 2002-04-30 [paul]       0.7.5claws3
6387
6388         * src/summaryview.c
6389                 fix account_find_from_address() bug
6390
6391 2002-04-28 [colin]      0.7.5claws2
6392
6393         * src/compose.c
6394           src/textview.c
6395           src/prefs_common.[ch]
6396           src/utils.[ch]
6397                 Added user-definable quotation characters recognition.
6398
6399 2002-04-28 [paul]       0.7.5claws1
6400
6401         * sync with 0.7.5cvs4
6402                 see ChangeLog entry  2002-04-25
6403
6404 2002-04-28 [paul]       0.7.5claws
6405
6406         * po/es.po
6407           po/nl.po
6408           po/pt_BR.po
6409                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
6410                 Fabio Junior Beneditto
6411
6412 2002-04-27 [jens]       0.7.4claws103
6413
6414         * po/de.po
6415                 updated German translation.
6416
6417 2002-04-27 [hiro]       0.7.4claws102
6418
6419         * src/summaryview.c
6420                 summary_write_cache(): fixed the mark loss of hidden messages.
6421
6422 2002-04-26 [melvin]     0.7.4claws101
6423
6424         * src/procmsg.c
6425                 fixed a second typo (same one)
6426         * po/fr.po
6427           po/it.po
6428           po/pt_BR.po
6429                 fixed the type again...
6430
6431 2002-04-26 [melvin]     0.7.4claws100
6432
6433         * src/procmsg.c
6434                 fixed a typo in an alert message ("temorary").
6435         * po/it.po
6436         * po/pt_BR.po
6437                 corrected the typo  described above.
6438         * po/fr.po
6439                 updated French translation.
6440
6441 2002-04-26 [darko]      0.7.4claws99
6442
6443         * src/summaryview.c
6444                 fix target folder colorization
6445
6446 2002-04-25 [paul]       0.7.4claws98
6447
6448         * po/it.po
6449                 updated by Alessandro Maestri
6450
6451 2002-04-24 [colin]      0.7.4claws97
6452         
6453         * src/compose.c
6454                 Fixed double "subject is empty" question.
6455
6456 2002-04-23 [colin]      0.7.4claws96
6457         
6458         * src/mimeview.c
6459                 Corrected issue when "automatically display images" was
6460                 not set : first image remained after selecting second.
6461
6462 2002-04-23 [melvin]     0.7.4claws95
6463
6464         * src/prefs_actions.c
6465                 Don't display in/out dialog if there is nothing to show.
6466
6467 2002-04-23 [paul]       0.7.4claws94
6468
6469         * sync with 0.7.5cvs3
6470                 bug fixes: see ChangeLog entry 2002-04-23
6471
6472 2002-04-22 [darko]      0.7.4claws93
6473
6474         * src/compose.c
6475                 fix previous check-in which changed code after
6476                 merge from main
6477
6478 2002-04-22 [paul]       0.7.4claws92
6479
6480         * faq/de/*
6481                 add German FAQ
6482         * faq/en/*
6483           faq/es/*
6484           faq/fr/*
6485                 update English, Spanish and French FAQs
6486         * manual/de/*
6487           manual/es/*
6488                 add German and Spanish manuals
6489         * manual/en/*
6490           manual/fr/*
6491                 update English and French manuals
6492
6493         * src/Makefile.am
6494                 add to and re-arrange the pixmap entries
6495
6496 2002-04-22 [darko]      0.7.4claws91
6497
6498         * src/compose.c
6499                 fix sender initials recognition to only allow
6500                 '>' after the initials
6501
6502 2002-04-21 [paul]       0.7.4claws90
6503
6504         * sync with 0.7.5 release
6505                 see ChangeLog entry 2002-04-21
6506
6507 2002-04-21 [alfons]
6508
6509         * src/Makefile.am
6510                 add colin's new pixmaps to EXTRA_DIST
6511
6512 2002-04-21 [colin]      0.7.4claws89
6513         * src/compose.c
6514         * src/inc.c
6515         * src/mainwindow.[ch]
6516         * src/prefs_common.[ch]
6517         * src/stock_pixmap.[ch]
6518                 Added "Work offline" ability.
6519
6520 2002-04-21 [colin]      0.7.4claws88
6521         
6522         * src/mimeview.c
6523         * src/prefs_common.c
6524         * src/prefs_common.h
6525         * src/textview.c : Added an option to common preferences -> display
6526           to allow user not to automatically display images.
6527
6528 2002-04-21 [paul]       0.7.4claws87
6529
6530         * sync with 0.7.4cvs52
6531                 see ChangeLog entry 2002-04-21 (src/imap.c)
6532
6533 2002-04-21 [paul]       0.7.4claws86
6534
6535         * sync with 0.7.4cvs51
6536                 see ChangeLog entry 2002-04-21
6537
6538 2002-04-21 [paul]       0.7.4claws85
6539
6540         * sync with 0.7.4cvs49
6541                 see ChangeLog entries 2002-04-20 and 2002-04-21
6542
6543         * src/Makefile.am
6544                 clean up: remove old 'stock_' element from xpm 
6545                 filenames.
6546
6547 2002-04-21 [alfons]     0.7.4claws84
6548
6549         apply sync patch from Paul
6550
6551         * src/folderview.c
6552                 use old claws prefs_folder_item_create() for now
6553
6554 2002-04-19 [match]      0.7.4claws83
6555
6556         * src/addressbook.[ch]
6557         * src/addrharvest.[ch]
6558         * src/addrgather.[ch]
6559                 recurse folders.
6560         * src/mainwindow.c
6561         * src/summaryview.[ch]
6562                 change menu option.
6563
6564 2002-04-19 [paul]       0.7.4claws82
6565
6566         * po/pt_BR.po
6567                 updated by Fabio Junior Beneditto
6568
6569 2002-04-14 [alfons]     0.7.4claws81
6570
6571         * src/passphrase.c
6572                 add #include <sys/types.h> for mode_t and off_t 
6573
6574 2002-04-13 [paul]       0.7.4claws80
6575         
6576         * src/main.c
6577           src/passphrase.[ch]
6578           src/pgptext.c
6579           src/prefs_common.[ch]
6580           src/rfc2015.c
6581                 enable storing of GnuPG passphrase for the whole 
6582                 session or a user-defined number of minutes. patch 
6583                 submitted by Ravemax <ravemax@dextrose.com>
6584
6585 2002-04-13 [alfons]     0.7.4claws79
6586
6587         * src/textview.c
6588                 make email parser also stop scanning when encountering separators
6589                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
6590
6591 2002-04-13 [paul]       0.7.4claws78
6592
6593         * sync with 0.7.4cvs39
6594                 see ChangeLog entry 2002-04-12
6595
6596 2002-04-11 [paul]       0.7.4claws77
6597
6598         * sync with 0.7.4cvs37
6599                 see ChangeLog entry 2002-04-11
6600
6601 2002-04-11 [paul]       0.7.4claws76
6602
6603         * COPYING 
6604                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
6605                 the clause for OpenSSL). sync with sylpheed main
6606
6607 2002-04-09 [melvin]     0.7.4claws75
6608
6609         * src/compose.c
6610                 Made 'Ctrl-Enter' on send ignore some modifiers 
6611                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
6612                 to bind other *-Enter (but not Alt-Enter).
6613
6614 2002-04-09 [paul]       0.7.4claws74
6615
6616         * sync with 0.7.4cvs35
6617                 see ChangeLog entries 2002-04-09
6618
6619 2002-04-08 [paul]       0.7.4claws73
6620
6621         * sync with 0.7.4cvs33
6622                 see ChangeLog entry 200-04-08
6623
6624 2002-04-07 [match]      0.7.4claws72
6625
6626         * src/addrharvest.[ch]
6627                 fixed to read all addresses in header, regardless
6628                 of header size. improved name parsing. accommodate
6629                 harvest from folders and selected message.
6630         * src/addritem.[ch]
6631                 included new address parsing function.
6632         * src/addrgather.[ch]
6633         * src/addressbook.[ch]
6634         * src/summaryview.[ch]
6635         * src/mainwindow.c
6636                 allow address harvest of folder as well as selected
6637                 messages.
6638
6639 2002-04-07 [paul]       0.7.4claws71
6640
6641         * src/esmtp.[ch]
6642           src/smtp.c
6643                 don't try to authenticate with CRAM-MD5 in SMTP when 
6644                 SMTP-AUTH enabled if MTA doesn't issue this 
6645                 auth-method in it's ehlo-response. bug item #531364,
6646                 patch item #938910. patch submitted by Colin Leroy 
6647                 <colin@colino.net>
6648
6649 2002-04-07 [paul]       0.7.4claws70
6650
6651         * src/nntp.c
6652                 fix missing MODE_READER bug. patch submitted by
6653                 Colin Leroy <colin@colino.net>
6654
6655 2002-04-07 [alfons]     0.7.4claws69
6656
6657         * src/matcher.[ch]
6658         * src/prefs_filtering.c
6659         * src/summaryview.c
6660                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
6661                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
6662
6663 2002-04-07 [paul]       0.7.4claws68
6664
6665         * sync with 0.7.4cvs32
6666                 see ChangeLog entry 2002-04-06
6667
6668         * tools/filter_conv.pl
6669                 more bug fixes
6670
6671 2002-04-06 [paul]       0.7.4claws67
6672
6673         * tools/filter_conv.pl
6674                 modify to be able to find the name of the first
6675                 mailbox and use that. main's filter does not
6676                 record the full path to the mailbox and therefore
6677                 can only filter to the first mailbox.
6678
6679 2002-04-05 [paul]       0.7.4claws66
6680
6681         * tools/filter_conv.pl
6682                 attempt to make the script all-encompassing and
6683                 be able to convert any main 'filter' rule thrown
6684                 at it
6685
6686 2002-04-05 [paul]       0.7.4claws65
6687
6688         * tools/filter_conv.pl
6689                 allow for collapsed folder trees
6690
6691 2002-04-05 [paul]       0.7.4claws64
6692
6693         * sync with 0.7.4cvs31
6694                 see ChangeLog entries 2002-04-05
6695
6696 2002-04-03 [paul]       0.7.4claws63
6697
6698         * sync with 0.7.4cvs29
6699                 see ChangeLog entries 2002-04-02 and 2002-04-03
6700
6701 2002-04-02 [paul]       0.7.4claws62
6702
6703         * sync with 0.7.4cvs26
6704                 see ChangeLog entry 2002-04-01
6705
6706 2002-04-02 [match]      0.7.4claws61
6707
6708         * src/pine.[ch]
6709         * src/importpine.[ch]
6710         * src/addressbook.c
6711                 import Pine address book.
6712
6713 2002-04-02 [match]      0.7.4claws60
6714
6715         * src/addrharvest.[ch]
6716                 improve address parsing of funky addresses.
6717
6718 2002-04-02 [darko]      0.7.4claws59
6719
6720         * src/compose.c
6721                 wrap on send improvements, it now recognizes quoted
6722                 initials as part of the quotation string, and it
6723                 does not join lines separated by CR
6724
6725 2002-04-01 [match]      0.7.4claws58
6726
6727         * src/mgutils.[ch]
6728                 added new functions.
6729         * src/mutt.[ch]
6730                 remove excessive duplicate address generation
6731                 on import.
6732
6733 2002-04-01 [alfons]     0.7.4claws57
6734         
6735         * src/summaryview.c
6736                 put back g_free() 
6737
6738 2002-04-01 [paul]       0.7.4claws56
6739
6740         * sync with 0.7.4cvs25
6741                 see ChangeLog entry 2002-04-01
6742
6743 2002-04-01 [alfons]     0.7.4aprilfool55
6744
6745         * src/summaryview.c
6746                 honour feature request item #537427 to allow for
6747                 displaying names from address book for sent mail also
6748
6749 2002-03-29 [paul]       0.7.4claws54
6750
6751         * src/mainwindow.c
6752           src/prefs_filtering.[ch]
6753           src/prefs_matcher.c
6754           src/summaryview.c
6755                 add 'fast filter' for claws' filtering,
6756                 /Tools/Create filter rule/... patch submitted
6757                 by Neill Miller <neillm@thecodefactory.org>
6758
6759 2002-03-29 [paul]       0.7.4claws53
6760
6761         * sync with 0.7.4cvs24
6762                 see ChangeLog entry 2002-03-29
6763
6764 2002-03-28 [paul]       0.7.4claws52
6765
6766         * sync with 0.7.4cvs23
6767                 see ChangeLog entry 2002-03-28
6768
6769 2002-03-27 [melvin]     0.7.4claws51
6770
6771         * src/prefs_actions.c
6772                 Added support to pass only one message part (as a
6773                 file) to the command using '%p'. No quotes are needed
6774                 because doubles quotes are automatically added.
6775                 Fixed bug where Sylpheed could block when waiting for
6776                 a child process to finish.
6777                 Changed the help menu to remove quotes around symbols to 
6778                 avoid misinterpretation (they must not be used).
6779
6780 2002-03-27 [melvin]     0.7.4claws50
6781
6782         * src/inc.c
6783                 Made the new mail notification command always 
6784                 execute asynchronously.
6785
6786 2002-03-27 [paul]       0.7.4claws49
6787
6788         * src/compose.c
6789                 fix bug introduced in last commit
6790
6791 2002-03-27 [paul]       0.7.4claws48
6792
6793         * sync with 0.7.4cvs21
6794                 see ChangeLog 2002-03-26 and 2002-03-27
6795
6796 2002-03-26 [hoa]        0.7.4claws47
6797
6798         * src/prefs_folder_item.c
6799                 really fixed the bug #516442 with folder rescan.
6800
6801 2002-03-26 [paul]       0.7.4claws46
6802
6803         * sync with 0.7.4cvs19
6804                 see ChangeLog entries 2002-03-25 and 2002-03-26
6805
6806 2002-03-25 [hoa]        0.7.4claws45
6807
6808         * src/matcher.c
6809         * src/mh.c
6810                 fix the bug #516442 with folder rescan.
6811
6812         * src/prefs_common.[ch]
6813         * src/compose.c
6814                 added an option to enable two different behaviours
6815                 for bounce.
6816
6817
6818 2002-03-25 [paul]       0.7.4claws44
6819
6820         * src/mainwindow.c
6821           src/selective_download.c
6822                 correct a few menuitem labels
6823
6824 2002-03-25 [christoph]  0.7.4claws43
6825
6826         * src/procmsg.c
6827                 fix non deleted tmp message in
6828                 procmsg_save_to_outbox
6829                 fix problems caused by sync with
6830                 main branch's procmsg_send_queue
6831
6832 2002-03-25 [paul]       0.7.4claws42
6833
6834         * src/quote_fmt.c
6835           src/quote_fmt_lex.l
6836           src/quote_fmt_parse.y
6837                 add Last name (%L) placeholder for quoting. 
6838                 patch submitted by Thorsten Thielen 
6839                 <thth@users.sourceforge.net>
6840
6841 2002-03-25 [paul]       0.7.4claws41
6842
6843         * src/utils.c
6844                 get full hostname. patch submitted by
6845                 Bob Woodside <rwoodside1@comcast.net>
6846
6847 2002-03-25 [paul]       0.7.4claws40
6848
6849         * src/account.c
6850           src/news.c
6851           src/nntp.[ch]
6852           src/prefs_account.[ch]
6853                 enable NNTP over SSL. patch submitted by
6854                 Pascal Jermini <pascal@infinity.hn.org>
6855
6856 2002-03-24 [paul]       0.7.4claws39
6857
6858         * src/prefs_common.c
6859                 make the arrangement of the Compose tab more
6860                 coherent
6861
6862         * src/mainwindow.c
6863                 fix some irregularities of style
6864
6865         * po/de.po
6866                 updated by Kilian Krause
6867
6868 2002-03-23 [paul]       0.7.4claws38
6869
6870         * po/pt_BR.po
6871                 updated by Fabio Junior Beneditto
6872
6873 2002-03-23 [paul]       0.7.4claws37
6874
6875         * src/mainwindow.c
6876                 move 'Gather addresses' to 'Tools' menu
6877                 make 'Selective download' sensitive
6878
6879 2002-03-23 [paul]       0.7.4claws36
6880
6881         * sync with 0.7.4cvs16
6882                 see ChangeLog entries 2002-03-23
6883
6884 2002-03-22 [christoph]  0.7.4claws35
6885
6886         * src/quote_fmt_parse.y
6887                 fix include program output
6888
6889 2002-03-22 [alfons]     0.7.4claws34
6890
6891         * src/pop.c
6892                 initialize GDate stack variable correctly (sorry!)
6893
6894 2002-03-22 [paul]       0.7.4claws33
6895
6896         * src/compose.c
6897           src/mainwindow.c
6898           src/prefs_actions.c
6899           src/prefs_common.c
6900                 rename 'Tool' to 'Tools'
6901
6902         * src/mainwindow.c
6903                 move 'Delete duplicated messages' from
6904                 'Message/' to 'Tools/'
6905                 re-arrange the order of 'Tools/' items
6906
6907 2002-03-22 [paul]       0.7.4claws32
6908
6909         * src/addr_compl.c
6910           src/addressbook.[ch]
6911                 auto-address completion now also matches on
6912                 Nickname. patch submitted by Bob Forsman 
6913                 <hammor@users.sourceforge.net>
6914
6915         * src/editaddress.c
6916                 correct a spelling mistake
6917
6918 2002-03-22 [alfons]     0.7.4claws31
6919
6920         * src/pop.c
6921                 fix getting uidl from incorrect string 
6922                 (spotted by Colin)
6923
6924 2002-03-21 [alfons]     0.7.4claws30
6925
6926         * src/pop.c
6927                 more code refactoring
6928                 plug mem leak introduced by delete on server
6929
6930 2002-03-21 [paul]       0.7.4claws29
6931
6932         * sync with 0.7.4cvs11
6933                 see ChangeLog entries 2002-03-20
6934
6935 2002-03-20 [alfons]     0.7.4claws28
6936
6937         * src/inc.c
6938                 apply Colin's patch and refactor
6939
6940 2002-03-20 [paul]       0.7.4claws27
6941
6942         * sync with sylpheed 0.7.4cvs9
6943                 see ChangeLog entry 2002-03-20
6944
6945 2002-03-19 [christoph]  0.7.4claws26
6946
6947         * src/mh.c
6948         * src/procmsg.[ch]
6949         * src/summaryview.c
6950                 revert changes for flag updates
6951                 (does not work correctly and no time to debug)
6952
6953 2002-03-20 [alfons]     0.7.4claws25
6954
6955         * src/pop.c
6956                 refactor should_delete() a little bit 
6957
6958 2002-03-19 [paul]       0.7.4claws24
6959
6960         * src/inc.[ch]
6961           src/pop.c
6962           src/prefs_account.[ch]
6963                 allow the user to leave downloaded mail on the 
6964                 server for n days. Patch submitted by Colin Leroy 
6965                 <colin@colino.net>
6966
6967 2002-02-19 [paul]       0.7.4claws23
6968
6969         * sync with sylpheed 0.7.4cvs8
6970                 see ChangeLog entries 2002-03-19
6971
6972 2002-03-18 [paul]       0.7.4claws22
6973
6974         * sync with sylpheed 0.7.4cvs6
6975                 see ChangeLog entry 2002-03-18
6976
6977 2002-03-18 [paul]       0.7.4claws21
6978
6979         * po/en_GB.po
6980                 add en_GB message catalogue
6981
6982         * src/mbox_folder.c
6983           src/prefs_account.c
6984           src/prefs_actions.c
6985                 correct a few spelling mistakes
6986
6987 2002-03-17 [alfons]     0.7.4claws20
6988
6989         * src/matcher.c
6990                 more stringent checks for NULL params when writing
6991                 filtering actions to a file
6992                 
6993 2002-03-17 [hoa]        0.7.3claws20
6994
6995         * src/news.c
6996                 fixed the count of new messages
6997
6998         * src/compose.c
6999                 fixed the "attachment properties" window
7000
7001 2002-03-17 [paul]       0.7.4claws19
7002
7003         * src/defs.h
7004           src/folder.h
7005           src/news.c
7006           src/prefs_account.[ch]
7007           src/procmsg.[ch]
7008           src/summaryview.c
7009                 automatically mark cross-posted messages as read 
7010                 and (optionally) give them a colour label
7011                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
7012                 
7013
7014 2002-03-17 [paul]       0.7.4claws18
7015
7016         * sync with sylpheed 0.7.4cvs5
7017                 see ChangeLog entry 2002-03-17
7018
7019 2002-03-17 [melvin]     0.7.4claws17
7020         
7021         * src/textview.c
7022                 Worked around a gtktext 'bug': when searching for 
7023                 a text in a long message it was scrolling slowly
7024                 line by line until it hit the searched text.
7025         * po/fr.po
7026                 Updated French translation
7027
7028 2002-03-17 [melvin]     0.7.4claws16
7029
7030         * src/mainwindow.c
7031         * src/compose.c
7032         * src/prefs_actions.c
7033                 Moved "Edit/Actions" to "Tool/Actions"
7034                 Made mainwindow/compose window sensitive as soon as
7035                 no child process is running anymore even if the io dialog
7036                 is open.
7037                 Fixed a struct being initialized with a non constant char*
7038
7039 2002-03-16 [christoph]  0.7.4claws15
7040
7041         * configure.in
7042                 add --with-compiler-flags option
7043                 (only for developer hacking)
7044         * src/mh.c
7045         * src/procmsg.[ch]
7046         * src/summaryview.c
7047                 try to make folder-stats and flag handling more
7048                 independent from the summaryview. msgcounts
7049                 are only set when the folder is opened and
7050                 procmsg_msginfo_(un)set_flags will handle it
7051                 later and summaryview will get the values
7052                 from the folder.
7053
7054 2002-03-16 [paul]       0.7.4claws14
7055
7056         * src/messageview.c
7057                 fix Return-receipt. Patch submitted by Bob
7058                 Woodside <rwoodside1@comcast.net>
7059
7060 2002-03-16 [paul]       0.7.4claws13
7061
7062         * src/compose.c
7063                 fix 'dynamic' signatures, make it work again
7064                 broken during sync on 2002-03-14 (0.7.4claws2)
7065
7066 2002-03-15 [match]      0.7.4claws12
7067
7068         * src/addrharvest.[ch]
7069         * src/addrgather.[ch]
7070         * src/addressbook.[ch]
7071         * src/mainwindow.c
7072                 included address harvester feature. still some
7073                 issues with address parsing that I will fix.
7074
7075 2002-03-15 [match]      0.7.4claws11
7076
7077         * src/addrbook.[ch]
7078         * src/addrcache.[ch]
7079         * src/addressbook.[ch]
7080         * src/addrindex.c
7081         * src/editbook.c
7082         * src/importldif.c
7083         * src/importmutt.c
7084         * src/jpilot.[ch]
7085         * src/main.c
7086         * src/syldap.[ch]
7087         * src/vcard.[ch]
7088                 tidy up. fix memory leaks. moved attribs and methods
7089                 from individual interfaces to addrcache object. prep
7090                 for new stuff to come in.
7091
7092 2002-03-15 [alfons]     0.7.4claws10
7093
7094         * src/matcher.[ch]
7095         * src/matcher_parser_parse.y
7096         * src/matcher_parser_lex.l
7097         * src/prefs_matcher.c
7098                 add filtering conditions message greater than, smaller 
7099                 than, and exactly matching a size in bytes
7100                 (does not work with delete from POP3 server yet)
7101
7102                 this should also give others an idea what you should
7103                 do to add new criterions to claws filtering system
7104                 
7105
7106 2002-03-15 [paul]       0.7.4claws9
7107
7108         * tools/filter_conv.pl
7109                 exit if there are no filter rules to convert
7110                 rename filterrc to filterrc.old after completion
7111
7112 2002-03-15 [paul]       0.7.4claws8
7113
7114         * sync with sylpheed 0.7.4cvs3
7115                 see ChangeLog entry 2002-03-14
7116
7117 2002-03-14 [paul]       0.7.4claws7
7118
7119         * src/compose.c
7120                 clean up the last commit (ahem)
7121
7122 2002-03-14 [paul]       0.7.4claws6
7123
7124         * src/compose.c
7125                 fix bug #515655. honour account preferences
7126                 regarding gpg default signing/encryption when 
7127                 changing account from the compose window.
7128
7129 2002-03-14 [paul]       0.7.4claws5
7130
7131         * src/folderview.c
7132                 remove unnecessary curly brackets
7133
7134 2002-03-14 [paul]       0.7.4claws4
7135
7136         * src/folderview.c
7137           src/prefs_filtering.[ch]
7138                 add filter rename on folder rename and filter
7139                 delete on folder delete. Patch submitted by
7140                 Neill Miller <neillm@thecodefactory.org> 
7141
7142 2002-03-14 [christoph]  0.7.4claws3
7143
7144         * src/procmsg.c
7145         * src/send.c
7146                 fix local delivery
7147                 (patch submitted by "Simon 'corecode' Schubert")
7148         * src/prefs_common.c
7149         * src/procmsg.c
7150                 fix gcc 3.0 warning
7151
7152 2002-03-14 [paul]       0.7.4claws2
7153
7154         * sync with sylpheed 0.7.4cvs2
7155                 see ChangeLog entry 2002-03-13
7156
7157 2002-03-12 [darko]      0.7.4claws1
7158
7159         * src/mainwindow.c
7160                 fix what seems to be a copy and paste error
7161                 when setting color for important messages
7162                 (reported by wwp)
7163
7164 2002-03-11 [paul]       version 0.7.4claws released
7165
7166 2002-03-11 [paul]       0.7.4claws
7167
7168         * po/es.po
7169           po/it.po
7170           po/nl.po
7171           po/pt_BR.po
7172                 update message catalogs. Submitted by Ricardo Mones 
7173                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
7174                 Fabio Junior Beneditto
7175
7176         * configure.in
7177           faq/Makefile.am
7178           faq/it/Makefile
7179           faq/it/sylpheed-faq*
7180           src/mainwindow.c
7181           src/manual.[ch]
7182                 add FAQ in Italian
7183         
7184
7185 2002-03-11 [jens]       0.7.3claws7
7186
7187         * po/de.po
7188                 updated German translation
7189
7190 2002-03-11 [melvin]     0.7.3claws6
7191
7192         * po/fr.po
7193                 updated and corrected French translation
7194
7195 2002-03-10 [hoa]        0.7.3claws5
7196
7197         * src/account.c
7198         * src/inc.c
7199         * src/prefs_account.c
7200         * src/procmsg.c
7201         * src/send.[ch]
7202                 fixed the local account.
7203                 you have to change the default "/usr/sbin/sendmail"
7204                 to "/usr/sbin/sendmail -t" in the preferences of
7205                 the local account.
7206
7207         * src/procmime.c
7208                 removed some debug display for renderer
7209
7210 2002-03-10 [paul]       0.7.3claws4
7211
7212         * faq/en/sylpheed-faq-1.html
7213           faq/en/sylpheed-faq-2.html
7214                 update
7215
7216 2002-03-09 [paul]       0.7.3claws3
7217
7218         * sync with sylpheed 0.7.4
7219                 see ChangeLog entry 2002-03-09
7220
7221 2002-03-08 [paul]       0.7.3claws2
7222
7223         * faq/en/sylpheed-faq*
7224           faq/es/sylpheed-faq*
7225           faq/fr/sylpheed-faq*
7226                 update the FAQs
7227
7228         * manual/fr/.cvsignore
7229           manual/fr/Makefilea.am
7230           manual/fr/sylpheed*
7231           src/mainwindow.c
7232           src/manual.[ch]
7233                 add the French manual
7234
7235 2002-03-07 [paul]       0.7.3claws1
7236
7237         * sync with sylpheed 0.7.3cvs4
7238                 see ChangeLog entries  2002-03-06 and 2002-03-07
7239         
7240         * po/nl.po
7241                 updated by Wilbert Berendsen
7242
7243 2002-03-07 [melvin]     0.7.2claws34
7244
7245         * src/selective_download.c
7246                 Changed the pixmap of the receive button to MAIL_RECEIVE.
7247
7248 2002-03-06 [paul]       0.7.2claws33
7249
7250         * sync with sylpheed 0.7.3cvs1
7251                 bug fix, see ChangeLog entry 2002-03-05
7252
7253 2002-03-05 [paul]       0.7.2claws32
7254
7255         * src/mimeview.c
7256           src/pgptext.[ch]
7257           src/procmsg.c
7258                 reverse the pgp ascii-armored code implemented in 
7259                 0.7.2claws16. removal of this code until it matures.
7260                 this means that verifying ascii-armored pgp sigs and
7261                 automatic decryption of ascii-armored encrypted
7262                 messages no longer works.
7263
7264 2002-03-05 [paul]       0.7.2claws31
7265
7266         * configure.in
7267           Makefile.am
7268         * faq/Makefile.am
7269         * faq/en/Makefile.am
7270           faq/en/sylpheed-faq.html
7271           faq/en/sylpheed-faq-1.html
7272           faq/en/sylpheed-faq-2.html
7273           faq/en/sylpheed-faq-3.html
7274         * faq/es/Makefile.am
7275           faq/es/sylpheed-faq.html
7276           faq/es/sylpheed-faq-1.html
7277           faq/es/sylpheed-faq-2.html
7278           faq/es/sylpheed-faq-3.html
7279           faq/es/sylpheed-faq-4.html
7280         * faq/fr/Makefile.am
7281           faq/fr/sylpheed-faq.html
7282           faq/fr/sylpheed-faq-1.html
7283           faq/fr/sylpheed-faq-2.html
7284           faq/fr/sylpheed-faq-3.html
7285         * src/Makefile.am
7286           src/defs.h
7287           src/mainwindow.c
7288           src/manual.[ch]
7289                 add FAQs in English, Spanish and French
7290
7291
7292 2002-03-05 [paul]       0.7.2claws30
7293
7294         * manual/en/sylpheed.html
7295           manual/en/sylpheed-XX.html
7296                 updated the English manual
7297
7298 2002-03-05 [hoa]        
7299
7300         * src/summaryview.c
7301                 dialog box pops up if the article can't be deleted.
7302
7303 2002-03-04 [paul]       
7304         
7305         * po/pt_BR.po
7306                 updated by Fabio Junior Benedito
7307
7308 2002-03-04 [hoa]
7309
7310         * removed ac/gpgme.m4
7311                 to avoid autogen common problem
7312                 developers have to install gpgme development package now
7313
7314         * src/compose.c
7315                 encoding to 7bit or 8bit is enabled.
7316
7317 2002-03-03 [alfons]     0.7.2claws29
7318
7319         * src/pop.c
7320                 merge fix by Oliver Haertel for selective
7321                 download buglet
7322
7323 2002-03-03 [paul]       0.7.2claws28
7324         
7325         * sync with sylpheed 0.7.3
7326
7327 2002-03-03 [paul]       0.7.2claws27
7328
7329         * sync with sylpheed 0.7.2cvs24
7330                 see ChangeLog entries 2002-03-02 and 2002-03-03
7331
7332 2002-03-02 [melvin]     0.7.2claws26
7333
7334         * src/inc.[ch]
7335         * src/main.c
7336         * src/mainwindow.c
7337         * src/prefs_common.[ch]
7338                 Added user definable notification on new mail arrival.
7339                 Removed unused variables in spell checker prefs code.
7340
7341 2002-03-02 [melvin]     0.7.2claws25
7342
7343         * src/quote_fmt.c
7344                 Removed unnecessary escape sequences.
7345                 Changed 'Initial...' to 'Initials of Sender'
7346
7347 2002-03-02 [paul]       0.7.2claws24
7348
7349         * sync with sylpheed 0.7.2cvs22
7350                 see ChangeLog entry 2002-03-01
7351
7352 2002-03-01 [hoa]        0.7.2claws23
7353
7354         * src/mainwindow.c
7355                 Set sensitivity of delete actions to active
7356                 even if the folder is a newsgroup.
7357
7358         * src/summaryview.c
7359                 - Set sensitivity of delete actions
7360                 - Added function check_permission() that will check if the
7361                   user is authorized to delete a message. For news, it
7362                   will check if the author is the same.
7363                 - Enabled deletion when there is no trash folder.
7364
7365         * src/news.[ch]
7366                 - Added news_cancel_article() to cancel articles
7367                 - Implemented news_remove_message() (public function)
7368
7369 2002-03-01 [paul]       0.7.2claws22
7370
7371         * src/gtkutils.c
7372           src/textview.c
7373                 recognise urls that that don't include 'http://' and
7374                 simply begin 'www.' 
7375
7376         * AUTHORS
7377                 remove duplicated name
7378
7379 2002-02-28 [paul]       0.7.2claws21
7380
7381         * src/mainwindow.c
7382           src/summaryview.[ch]
7383                 add ability to 'Select thread'
7384                 combines Melvin's "Select thread's head" patch (#510907)
7385                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
7386                 patch (#518514) 
7387
7388 2002-02-28 [paul]       0.7.2claws20
7389
7390         * src/mimeview.c
7391                 hopefully fix segfault on right-clicking a mime part
7392                 that some people have experienced.      
7393                 fix submitted by Fredrik Olofsson <frol@linux.nu>
7394
7395 2002-02-28 [paul]       0.7.2claws19
7396
7397         * sync with sylpheed 0.7.2cvs21
7398                 see ChangeLog entries 2002-02-27 and 2002-02-28
7399
7400 2002-02-27 [paul]       0.7.2claws18
7401
7402         * sync with sylpheed 0.7.2cvs18
7403                 see ChangeLog entries 2002-02-26 and 2002-02-27
7404
7405 2002-02-26 [alfons]     0.7.2claws17
7406
7407         * src/procheader.c
7408                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
7409                 (spotted by Chris Hessman <idatech@gmx.net>)
7410
7411 2002-02-26 [paul]       0.7.2claws16
7412
7413         * src/mimeview.c
7414           src/pgptext.[ch]
7415           src/procmsg.c
7416                 make decryption of ascii-armored pgp encrypted messages
7417                 and verification of ascii-armored signatures work again.
7418                 slightly altered from the patch by Jens Jahnke 
7419                 <jan0sch@gmx.net>
7420
7421                 ##FIX ME##
7422                 * the checking of plaintext signatures always comes up in 
7423                   a popup box
7424                 * it doesn't work for multipart messages 
7425                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
7426                   including the msg headers and these 2 line themselves, are 
7427                   not displayed
7428
7429         * src/mainwindow.c
7430                 "View/Folder Tree" becomes "View/Separate Folder Tree"
7431                 "View/Message View" becomes "View/Separate Message View"
7432                 because its less ambiguous.
7433
7434         * po/es.po
7435                 updated by Ricardo Mones Lastra
7436
7437 2002-02-26 [paul]       0.7.2claws15
7438
7439         * sync with sylpheed 0.7.2cvs17
7440                 see ChangeLog entries 2002-02-25 and 2002-02-26
7441
7442 2002-02-25 [christoph]  0.7.2claws14
7443
7444         * src/filtering.[ch]
7445         * src/inc.c
7446                 do filtering stuff after all messages have been received
7447                   1. drop all messages to .processing
7448                   2. scan processing folder for messages
7449                   3. filter messages or move to inbox
7450                 this will also find old messages left in processing after
7451                 a crash or something like that and we get a real msginfo
7452                 from folder->get_msg_list and do not have to create our
7453                 own in filter_message
7454         * src/matcher_parser_parse.y
7455                 remove MIX/MAX warning (reordered includes)
7456
7457 2002-02-25 [paul]       0.7.2claws13
7458
7459         * sync with sylpheed 0.7.2cvs15
7460                 see ChangeLog entry 2002-02-24
7461
7462 2002-02-24 [alfons]     0.7.2claws12
7463
7464         * src/filtering.c
7465                 clear old color flags first when applying a new color to
7466                 a message info. 
7467                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
7468
7469 2002-02-24 [alfons]     0.7.2.claws11
7470         
7471         * AUTHORS
7472         * src/prefs_common.c
7473                 add presets for Opera and Konqueror, closes patch #517261,
7474                 submitted by Ville Skyttä <scop@users.sourceforge.net>
7475
7476 2002-02-24 [alfons]     0.7.2.claws10
7477
7478         * AUTHORS
7479         * src/summaryview.c
7480                 fix threading for null message ids, closes patch #521601,
7481                 submitted by Bob Forsman <hammor@users.sourceforge.net>
7482
7483 2002-02-24 [alfons]     0.7.2claws9
7484
7485         * src/summaryview.c
7486         * src/filtering.c
7487                 make Tool | Filter Message work with filtering system so
7488                 setting flags also works
7489
7490                 TODO:
7491
7492                 - Processing uses the same function as Tool | Filter
7493                   Message, but doesn't use the same update proc yet
7494
7495 2002-02-23 [paul]       0.7.2claws8
7496
7497         * sync with sylpheed 0.7.2cvs14
7498                 see ChangeLog entries 2002-02-22 and 2002-02-23
7499
7500 2002-02-22 [christoph]  0.7.2claws7
7501
7502         * src/quote_fmt.c
7503                 Add column space to table
7504         * src/quote_fmt_parse.y
7505                 Close files
7506
7507 2002-02-22 [paul]       0.7.2claws6
7508
7509         * src/Makefile.am
7510           src/defs.h
7511           src/filtering.c
7512           src/inc.[ch]
7513           src/mainwindow.c
7514           src/matcher.[ch]
7515           src/matcher_parser_lex.l
7516           src/matcher_parser_parse.y
7517           src/pop.[ch]
7518           src/prefs_account.h
7519           src/prefs_filtering.c
7520           src/selective_download.[ch]   *** NEW FILES ***
7521           src/utils.[ch]
7522           po/POTFILES.in
7523                 Selective Download added to 'Tool' menu. 
7524                 Retrieves email headers of the currently selected pop3 
7525                 account and allows the user to mark emails for deletion 
7526                 right on the pop3 server. Patch submitted by Oliver Haertel 
7527                 <oha@users.sourceforge.net>.
7528         
7529         * po/POTFILES.in
7530                 add 'src/quote_fmt.c'           
7531
7532 2002-02-22 [christoph]  0.7.2claws5
7533
7534         * src/Makefile.am
7535                 added quote_fmt.c
7536         * src/prefs_common.[ch]
7537         * src/prefs_template.c
7538         * src/quote_fmt.c               *** NEW FILE ***
7539         * src/quote_fmt.h
7540                 move quote format symbol description code
7541                 to it's own file because it is used from
7542                 differnent code parts
7543                 Rewrote symbol description GUI
7544                   + use table
7545                   + add separators
7546                   + get data from array (no more long constant strings)
7547         * src/quote_fmt_lex.l
7548         * src/quote_fmt_parse.y
7549                 Symbol for Literal % changed to \% instead of %%
7550                 (More logical as \ is used for quoting for other symbols)
7551                 Add |f and |p to include files and program output
7552                 Examples:
7553                     |f{/home/.../.signature}
7554                     |p{date}
7555         * po/de.po
7556                 Correct wrong spelling for "Referenzen"
7557
7558 2002-02-21 [paul]       0.7.2claws4
7559
7560         * src/procmsg.c
7561                 forgotten during sync
7562
7563 2002-02-21 [paul]       0.7.2claws3
7564
7565         * sync with sylpheed 0.7.2cvs11
7566                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
7567                 2002-02-20 and 2002-02-21
7568
7569 2002-02-20 [melvin]     0.7.2claws2
7570
7571         * src/prefs_actions.c
7572                 Added error report when child cannot fork or when execvp 
7573                 returns with an error.
7574
7575 2002-02-19 [christoph]  0.7.2claws1
7576
7577         * src/codeconv.c
7578                 return unconverted text if conde conversion is not possible
7579                 when libjconv is used.
7580                 (patch submitted by "Simon 'corecode' Schubert")
7581
7582 2002-02-19 [paul]       
7583
7584         * version 0.7.2claws release
7585
7586 2002-02-19 [paul]       0.7.2claws
7587
7588         * po/nl.po
7589                 updated by Wilbert Berendsen
7590
7591
7592 2002-02-18 [alfons]     0.7.1claws13
7593
7594         * src/syldap.c
7595         * src/jpilot.c
7596                 remove references to dlfcn and explicitly loading functions
7597                 from dynalink libs, because libs linked anyway, and functions
7598                 are loaded explicitly
7599
7600 2002-02-17 [melvin]     0.7.1claws12
7601
7602         * src/prefs_actions.c
7603                 Replaced children wait loop with double fork technique.
7604                 Now, input/output window updated at each new output.
7605                 free_children(): Fixed a memory leak.
7606                 Made input/output window non closable if running children
7607                 still exist.
7608                 Added missing <unistd.h> include.
7609                 Added some --debug outputs.
7610
7611 2002-02-17 [melvin]     0.7.1claws11
7612
7613         * src/summaryview.c
7614                 Fixed bug where descending sort order did not select top
7615                 message.
7616
7617 2002-02-17 [melvin]     0.7.1claws10
7618
7619         * acconfig.h
7620                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
7621         * src/prefs_common.c
7622                 Pspell data package directory no more hard coded but
7623                 set during configuration (PSPELL_PATH). (Thanks to 
7624                                 Gustavo Noronha Silva.)
7625
7626 2002-02-17 [melvin]     0.7.1claws9
7627
7628         * configure.in
7629                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
7630         * src/gtkspell.c
7631                 Fixed compile-time warnings.
7632
7633 2002-02-16 [alfons]     0.7.1claws8
7634
7635         * src/filesel.c
7636                 fix inadvertent free of NULL pointer which caused
7637                 sylpheed to crash when closing the save-as dialog
7638                 using the window close button
7639
7640 2002-02-16 [carsten]    0.7.1claws7
7641         * src/mainwindow.[ch]
7642           src/summaryview.c
7643           src/prefs_common.c
7644                 fixes for pixmap theming code:
7645                         - recently changed mail attributes shouldn't get
7646                           lost any longer
7647                         - theme is only reloaded iff another theme was
7648                           selected
7649
7650 2002-02-16 [paul]       0.7.1claws6
7651
7652         * sync with sylpheed 0.7.2 release
7653                 see ChangeLog entry 2002-02-15 and 2002-02-16
7654
7655 2002-02-15 [paul]       0.7.1claws5
7656
7657         * sync with sylpheed 0.7.1cvs9
7658                 see ChangeLog entry 2002-02-15
7659
7660         * po/POTFILES.in
7661                 remove unneeded headerwindow.c entry
7662
7663 2002-02-14 [carsten]    0.7.1claws4
7664         * src/summaryview.c
7665                 fixed a bug for "Go to next unread message": there was
7666                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
7667                 in the prefs, because of doing "Search again" instead
7668                 "No"
7669
7670 2002-02-14 [carsten]    0.7.1claws3
7671         * src/stock_pixmap.c
7672                 removed 2 more mem leaks; following memprof,
7673                 this code is "leak free" now :)
7674
7675 2002-02-14 [carsten]    0.7.1claws2
7676         * src/stock_pixmap.c
7677                 used opendir/readdir/closedir instead of scandir
7678                 -> code should work now on Solaris
7679
7680 2002-02-14 [paul]       0.7.1claws1
7681
7682         * sync with sylpheed 0.7.1cvs8
7683                 see ChangeLog entries 2002-02-13 and 2002-02-14
7684
7685         * README.claws
7686                 add some description of Actions and Pixmap Themes
7687
7688 2002-02-13 [paul]       
7689
7690         * version 0.7.1claws release
7691
7692 2002-02-13 [paul]       0.7.1claws
7693
7694         * po/es.po
7695           po/it.po
7696           po/pt_BR.po
7697                 updated translations, submitted by Ricardo Mones Lastra,
7698                 Alessandro Maestri and Fabio Junior Beneditto
7699
7700 2002-02-13 [melvin]     0.7.0claws75
7701
7702         * src/prefs_actions.c
7703                 Added missing "signal.h" include
7704
7705 2002-02-13 [melvin]     0.7.0claws74
7706
7707         * src/prefs_folder_item.c
7708                 Added missing "config.h" include
7709         * po/fr.po
7710                 Updated French translation for folder propriety.
7711
7712 2002-02-13 [jens]       0.7.0claws73
7713
7714         * po/POTFILES.in
7715                 Added missing src/prefs_folder_item.c [log added by melvin]
7716         * po/de.po
7717                 Updated German translation.
7718
7719 2002-02-13 [melvin]     0.7.0claws72
7720
7721         * po/fr.po
7722                 Updated French translation.
7723
7724 2002-02-13 [melvin]     0.7.0claws71
7725
7726         * src/gtkutils.c
7727                 Made gtkut_editable_get_selection return NULL if selection
7728                 is of length zero.
7729                 This fixes a bug where selecting part of message A then
7730                 switching to message B and replying to it will not
7731                 quote the message's body.
7732
7733 2002-02-12 [paul]       0.7.0claws70
7734
7735         * src/mainwindow.c
7736                 cosmetic, relating to pixmap themes: on toolbar make 
7737                 updating of 'Exec' and 'Compose news/Compose email'
7738                 icons faster.
7739
7740 2002-02-12 [carsten]    0.7.0claws69
7741         * src/folderview.c
7742           src/mainwindow.[ch]
7743           src/stock_pixmap.c
7744           src/summaryview.c
7745           src/prefs_common.c
7746                 - refreshing after changing pixmap theme better
7747                   now (thanks Paul)
7748                 - wanted to remove some mem leaks, but alfons was
7749                   faster (and had the better solution ;)
7750
7751 2002-02-12 [alfons]     0.7.0claws68
7752
7753         * src/prefs_common.c
7754         * src/stock_pixmap.[ch]
7755                 plug mem leaks, refactor code a little bit
7756
7757
7758 2002-02-12 [sergey]     0.7.0claws67
7759
7760         * src/imap.c
7761                 Fixed problem with copying messages to IMAP folders when the
7762                 server uses something other than '/' as a namespace separator
7763                 (cyrus-imapd uses '.').
7764
7765 2002-02-12 [jens]       0.7.0claws66
7766
7767         * po/de.po
7768                 Updated German Translation
7769
7770 2002-02-12 [paul]       0.7.0claws65
7771
7772         * sync with sylpheed 0.7.1cvs1
7773                 see ChangeLog entry 2002-02-12
7774
7775 2002-02-12 [melvin]     0.7.0claws64
7776
7777         * src/prefs_actions.c
7778                 Fixed "feature" where children's output was duplicated 
7779                 instead of refreshed while monitoring.
7780                 Removed some debug code.
7781
7782 2002-02-12 [christoph]  0.7.0claws63
7783
7784         * src/compose.c
7785                 always delete message from queue after sending/send error
7786                 (closes bug #509601)
7787
7788 2002-02-12 [melvin]     0.7.0claws62
7789
7790         * src/prefs_actions.c
7791                 Children wait loop is now triggered with a timeout of 1s
7792                 Added %F which is replaced with the list of filenames 
7793                 of all selected messages (as suggested by Ricardo Mones Lestra)
7794                 Pipe syntax changed. Prefix with | to send selection, postfix
7795                 with | to retrieve output. Prefix with > or * to send
7796                 user definable input to the command (*: input is hidden)
7797                 Old pipe action should now be postfixed with |, too.
7798
7799 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
7800         * src/stock_pixmap.c
7801                 fixed a bug: if there's no theme directory don't
7802                 throw an error, just do "nothing" (thanks Alfons)
7803
7804 2002-02-12 [carsten]    0.7.0claws60
7805         * src/folderview.c
7806           src/summaryview.c
7807                 had to write the cache twice (nasty!); some marks would 
7808                 get lost if not
7809
7810 2002-02-11 [carsten]    0.7.0claws59
7811         * acconfig.h
7812           configure.in
7813           doc-src/maintainer_guide.txt
7814           src/compose.[ch]
7815           src/defs.h
7816           src/folderview.[ch]
7817           src/gtkutils.[ch]
7818           src/mainwindow.[ch]
7819           src/prefs_common.[ch]
7820           src/stock_pixmap.[ch]
7821           src/summaryview.[ch]
7822                 pixmap theming and related work on pixmap
7823                 handling on some other places
7824                 (e.g. hrm features for all folder)
7825           src/pixmap/stock_*.xpm -> the stock_ was removed
7826         
7827 2002-02-11 [paul]       0.7.0claws58
7828
7829         * sync with sylpheed 0.7.1 release
7830                 see ChangeLog entries 2002-02-11
7831
7832 2002-02-08 [paul]       0.7.0claws57
7833
7834         * sync with sylpheed 0.7.0cvs39
7835                 see ChangeLog entry 2002-02-07 (last entry) 
7836
7837         * src/prefs_actions.c
7838           src/prefs_filtering.c
7839           src/prefs_matcher.c
7840           src/prefs_scoring.c
7841                 sync: made it compile with C compilers other than gcc
7842
7843 2002-02-07 [paul]       0.7.0claws56
7844
7845         * sync with sylpheed 0.7.0cvs38
7846                 see ChangeLog entries 2002-02-06 (last 2 entries) and
7847                 2002-02-07
7848
7849 2002-02-07 [darko]      0.7.0claws55
7850
7851         * src/gtkutils.[ch]
7852         * src/summaryview.c
7853                 Fix const gchar */gchar * issue (thanks Hiro)
7854
7855 2002-02-07 [darko]      0.7.0claws54
7856
7857         * src/compose.[ch]
7858         * src/filtering.c
7859         * src/gtkutils.[ch]
7860         * src/prefs_template.c
7861         * src/quote_fmt.h
7862         * src/quote_fmt_parse.y
7863         * src/summaryview.c
7864         * src/utils.[ch]
7865                 When replying or forwarding an email don't quote the entire
7866                 mail body but use the part of the message text that is selected
7867
7868 2002-02-06 [melvin]     0.7.0claws53
7869
7870         * src/prefs_common.[ch]
7871         * src/gtkspell.[ch]
7872         * src/compose.c
7873                 Made possible to switch quickly to last used dictionary
7874                 which makes checking bilingual documents easier.
7875
7876 2002-02-06 [melvin]     0.7.0claws52
7877         
7878         * po/POTFILES.in
7879                 Added forgotten new file src/prefs_actions.c
7880
7881 2002-02-06 [melvin]     0.7.0claws51
7882
7883         * src/prefs_actions.c   ** NEW FILE **
7884         * src/prefs_actions.h   ** NEW FILE **
7885                 Added actions to execute on message text view, or on the
7886                         message's file.
7887         * src/Makefile.am
7888                 Added src/prefs_actions.[ch]
7889         * src/compose.c
7890                 Added new menu "Edit/Actions"
7891         * src/defs.h
7892                 Added new actionsrc file.
7893         * src/main.c
7894                 Added actionsrc reading.
7895         * src/mainwindow.c
7896                 Added new menus "Edit/Actions" and "Configuration/Actions..."
7897         * src/prefs_common.h
7898                 Added new element actionslst element to prefs_common.
7899
7900 2002-02-06 [paul]       0.7.0claws50
7901
7902         * sync with sylpheed 0.7.0cvs36
7903                 see ChangeLog entry 2002-02-06
7904
7905 2002-02-05 [paul]
7906
7907         * po/es.po
7908                 updated by Ricardo Mones Lastra
7909
7910 2002-02-05 [paul]       0.7.0claws49
7911
7912         * sync with sylpheed 0.7.0cvs33
7913                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
7914
7915 2002-02-05 [paul]       0.7.0claws48
7916
7917         * src/compose.c
7918                 re-add 'Edit/Advanced/Delete entire line', previously named
7919                 'Delete Line+'
7920
7921 2002-02-04 [paul]       0.7.0claws47
7922
7923         * src/compose.c
7924           src/summaryview.c
7925                 fix bug #494993 (Reply All not taking Reply-To into consi)
7926                 eliminate differences in behaviour of right-click 'Reply to all' 
7927                 in summary view and 'Reply to all' on the toolbar. 
7928                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
7929                 view and From gets ignored by 'Reply to all' on toolbar.
7930                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
7931                 From when no Reply-To header is present.
7932
7933 2002-02-04 [paul]       0.7.0claws46
7934
7935         * sync with sylpheed 0.7.0cvs30
7936                 see ChangeLog entries 2002-02-03 and 2002-02-04
7937
7938 2002-02-03 [melvin]     0.7.0claws45
7939
7940         * src/gtkspell.[ch]
7941                 Readded function to highlight all misspelled words.
7942                 Fixed bug where user-provided-words did not replace
7943                         correctly the misspelled word when using the mouse.
7944                 Fixed bug where checking a region selected from right to left did
7945                         not check the region at all.
7946                 Fixed bug where 'Check backwards' may not check at all. 
7947                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
7948                 Fixed possible buffer overflow when checking for long strings (>1k).
7949                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
7950                 Accelerators code uses now gtk_widget_add_accel.
7951                 Removed and disabled obsolete and unfinished code.
7952                 Cleaning up.
7953
7954         * src/compose.c
7955                 Added menu item to Highlight all misspelled words.
7956
7957 2002-02-01 [paul]       0.7.0claws44
7958
7959         * src/mainwindow.c
7960                 fix '/View/Hide read messages' sensitivity when all
7961                 messages in a folder are hidden
7962
7963 2002-02-01 [paul]       0.7.0claws43
7964
7965         * src/main.c
7966                 add --send option to command line interface, sends all
7967                 queued mail. Patch submitted by Ricardo Mones Lastra.
7968
7969 2002-01-31 [paul]       0.7.0claws42
7970
7971         * src/mainwindow.c
7972                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
7973
7974 2002-01-31 [paul]       0.7.0claws41
7975
7976         * sync with sylpheed 0.7.0cvs27
7977                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
7978                 and 2002-01-31
7979
7980         * src/textview.c
7981                 comment out elements of textview_show_part() as temporary
7982                 workaround for attachment 'Display as text' bug 
7983
7984         * po/pt_BR.po
7985                 updated by Fabio Junior Beneditto
7986
7987 2002-01-30 [paul]       0.7.0claws40
7988
7989         * sync with sylpheed 0.7.0cvs24
7990                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
7991                 and 2002-01-30
7992
7993         * src/compose.c
7994                 add {N_("/_Spelling"), ... "<Branch>"} to 
7995                 GtkItemFactoryEntry compose_entries[]
7996
7997         * src/prefs_common.c
7998                 add claws menu items to prefs_keybind_apply_clicked()
7999                 and remove non-claws menu items
8000
8001 2002-01-29 [paul]       0.7.0claws39
8002
8003         * sync with sylpheed 0.7.0cvs22
8004                 see ChangeLog entries 2002-01-28 and 2002-01-29
8005
8006 2002-01-28 [melvin]     0.7.0claws38
8007
8008         * src/compose.c
8009                 Added the declartion of compose_send_control_enter.
8010
8011         * src/compose.c
8012         * src/gtkspell.[ch]
8013                 Added in a 'Spelling' menu which includes the configuration menu. 
8014                 Added a real 'Check all' and got rid from the old one which only
8015                 highlited misspelled word.
8016                 Made 'Check while typing' a disableable option.
8017                 Added a dialog when there are no more misspelled word.
8018                 Added a dialog if error occurs when switching to a dictionary.
8019         
8020         * src/prefs_common.[ch]
8021                 Added option for the default 'Check while typing' option.
8022
8023
8024 2002-01-28 [alfons]     0.7.0claws37
8025
8026         * src/compose.c
8027                 fix buglet and make code comply with sylpheed code style
8028
8029 2002-01-28 [paul]       0.7.0claws36
8030
8031         * sync with sylpheed 0.7.0cvs19
8032                 see ChangeLog entries for 2002-01-28
8033
8034 2002-01-28 [hoa]        0.7.0claws35
8035
8036         * src/defs.h
8037                 added rendererrc
8038
8039         * src/main.c
8040                 read the renderer config
8041
8042         * src/procmime.[ch]
8043                 use the renderer config to convert mime attachments
8044
8045         * src/textview.c
8046                 don't use textview_show_html/ertf,
8047                 use get_text_content instead
8048
8049 2002-01-27 [alfons]     0.7.0claws34
8050         
8051         * src/news.c
8052                 make sylpheed believe it can delete a news message...
8053                 (messages are NOT deleted, maybe we should remove
8054                 processing from the folder properties after all.)
8055
8056 2002-01-27 [alfons]     0.7.0claws33
8057
8058         * src/folder.c
8059                 add extra checks
8060         * src/news.c
8061                 implement remove_msg() 
8062
8063 2002-01-27 [alfons]     0.7.0claws32
8064
8065         * src/procmsg.h
8066         * src/procheader.c
8067         * src/messageview.c
8068                 fix return receipt / disposition notification again. this
8069                 stuff seems to break on _every_ major summary UI change, so
8070                 it's now implemented using a flag which is saved in the
8071                 marks cache
8072                 
8073 2002-01-26 [alfons]     0.7.0claws31
8074
8075         * src/import.c
8076                 let import dialog show the destination folder identifier
8077
8078 2002-01-26 [melvin]     0.7.0claws30
8079
8080         * src/folderview.c
8081         * src/summaryview.c
8082                 Readded 'Mark all read' into summary view popup menu
8083                 Added 'Mark all read' in folder view popup menu for IMAP
8084                 and NNTP.
8085                 Made it insensitive if the selected folder is not the shown
8086                 one to avoid 'Mark all read' on the wrong folder.
8087                 
8088 2002-01-26 [paul]       0.7.0claws29
8089
8090         * src/folderview.c
8091           src/summaryview.c
8092                 move 'Mark all read' from summary view to folder view
8093                 menu. (adapted from) patch submitted by Jeremy Andrews,
8094                 <lists@kerneltrap.com>
8095
8096 2002-01-25 [alfons]     0.7.0claws28
8097
8098         * src/gtkstext.c
8099                 put the gtk class name back so GtkSText adapts the 
8100                 settings of GtkText
8101
8102 2002-01-25 [alfons]     0.7.0claws27
8103
8104         * src/folderview.c 
8105                 assimilate Ricardo's patch that shows pixmaps instead of
8106                 plain "new" and "unread" texts in the folder view column
8107                 headers 
8108
8109 2002-01-25 [paul]       0.7.0claws26
8110
8111         * src/Makefile.am
8112                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
8113                 be found in non-standard locations. 
8114                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
8115
8116 2002-01-25 [paul]       0.7.0claws25
8117
8118         * sync with sylpheed 0.7.0cvs16
8119                 see ChangeLog entry 2002-01-25
8120
8121 2002-01-24 [paul]       0.7.0claws24
8122
8123         * more sync with sylpheed 0.7.0cvs15
8124                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
8125
8126 2002-01-23 [sergey]     0.7.0claws23
8127
8128         * src/importldif.c
8129                 Fixed segfault when closing LDIF import wizard with
8130                 the window manager.
8131         * src/imageview.c
8132         * src/imageview.h
8133         * src/messageview.c
8134         * src/mimeview.c
8135                 Fixed wrong scrolling position after switching between
8136                 text and image parts.
8137
8138 2002-01-23 [paul]       0.7.0claws22
8139
8140         * sync with sylpheed 0.7.0cvs15
8141                 see ChangeLog entries 2002-01-22 and 2002-01-23
8142
8143 2002-01-21 [melvin]     0.7.0claws21
8144
8145         * src/prefs_scoring.c
8146         * src/prefs_filtering.c
8147                 Fixed bug where scoring and filtering windows stopped
8148                 autochecking.
8149
8150 2002-01-21 [paul]       0.7.0claws20
8151
8152         * sync with sylpheed 0.7.0cvs12
8153                 see ChangeLog entries 2002-01-20 and 2002-01-21
8154
8155 2002-01-21 [carsten]    0.7.0claws19
8156         * src/mainwindow.c
8157         * src/menu.[ch]
8158         * src/messageview.[ch]
8159         * src/summaryview.[ch]
8160                 changes to shortcuts handling again:
8161                         + "Q" now controled by mainwin
8162                         + v/V are now customizable and have slightly
8163                           different meanings
8164                 the "button" to minimize the messageview (and maximize
8165                 the summary view) is a real button now
8166         * src/compose.c
8167                 "Delete Line+" added to Edit/Advanced (this will also
8168                 delete the '\n')
8169
8170 2002-01-20 [melvin] 0.7.0claws18
8171
8172         * src/addressbook.c
8173                 Made "Bcc" sensitive when addressbook is called from
8174                 compose window (it was a Claws only bug).
8175
8176 2002-01-19 [alfons] 0.7.0claws17
8177
8178         * src/inc.c
8179                 prevent unnecessary updates when currently selected folder has
8180                 no new messages 
8181
8182 2002-01-19 [alfons] 0.7.0claws16
8183         
8184         * src/summaryview.c
8185                 prevent writing the cache based on current message list in summary 
8186                 view when filtering also put messages in currently selected folder
8187
8188 2002-01-19 [paul]
8189
8190         * po/it.po
8191                 Italian translation submitted by Alessandro Maestri
8192                 <a.maestri@cs.tin.it>
8193
8194 2002-01-18 [melvin]     0.7.0claws15
8195
8196         * src/prefs_filters.c
8197                 fixed bug where 'cancel' from 'filters' window stops autochecking
8198                 if the timer timed out  when the window was open.
8199
8200 2002-01-18 [match]      0.7.0claws14
8201
8202         * src/addrclip.[ch]     ** NEW FILE **
8203         * src/addrselect.[ch]   ** NEW FILE **
8204         * src/adbookbase.h      ** NEW FILE **
8205                 addressbook cut, copy and paste
8206         * src/addrbook.[ch]
8207         * src/addrcache.[ch]
8208         * src/addressitem.h
8209         * src/addrindex.[ch]
8210         * src/addritem.[ch]
8211         * src/importldif.c
8212         * src/importmutt.c
8213         * src/jpilot.[ch]
8214         * src/syldap.[ch]
8215         * src/vcard.[ch]
8216         * src/jpilot.[ch]
8217         * src/editbook.c
8218         * src/editjpilot.c
8219         * src/editldap.c
8220         * src/editvcard.c
8221                 support for copy/paste
8222         * src/addressbook.c
8223                 support for copy/paste
8224                 tidy up menu option processing
8225                 correct address list function arguments
8226         * src/editaddress.c
8227                 sort user attributes
8228         * src/ldif.h
8229         * src/mutt.h
8230                 tidy up
8231
8232         * src/addrbook.[ch]
8233         * src/addrbook.[ch]
8234         * src/addrbook.[ch]
8235                 
8236
8237 2002-01-18 [paul]       0.7.0claws13
8238
8239         * sync with sylpheed 0.7.0cvs8
8240                 configure.in: support Mac OS X (Darwin)
8241
8242 2002-01-18 [carsten]    0.7.0claws12
8243         * src/html.c
8244                 small hack to fix a segfault with an empty href
8245                 (reported by Alexandra Walford <deeni@altern.org>)
8246         * src/mainwindow.c
8247         * src/summaryview.c
8248                 the shortcuts for Mark und Mark as unread are hardcoded
8249                 again
8250         * src/compose.c
8251         * src/gtkstext.[ch]
8252                 readded the shortcuts in gtkstext but made them
8253                 customizeable (simply by adding a menu plus a wrapper
8254                 to compose.c)
8255
8256 2002-01-17 [melvin]     0.7.0claws11
8257
8258         * src/gtkspell.c
8259                 fix default dictionary not being saved.
8260
8261 2002-01-16 [darko]      0.7.0claws10
8262
8263         * src/compose.c
8264                 fix wrapping crash with URL longer than wrapping margin
8265
8266 2002-12-08 [hoa]        0.7.0claws10
8267
8268         * src/matcher_parser_parse.y
8269                 fixed some bugs
8270
8271         * src/prefs_filtering.c
8272                 now, we can use bounce action in the dialog box.
8273
8274 2002-01-16 [carsten]    0.7.0claws9
8275         * src/gtkstext.c
8276                 removed the <control> and <alt> shortcuts because they're
8277                 not needed and interefered with the "normal" shortcuts
8278         * src/mainwindow.c
8279         * src/summaryview.c
8280                 removed most of the hardcoded shortcuts and assigned
8281                 them to menu entries making them easy customizable by
8282                 that
8283
8284 2002-01-16 |melvin]     0.7.0claws8
8285
8286         * src/gtkspell.c
8287                 fixed bug where using the mouse and when the compose
8288                 window is not on top may result in a crash.
8289
8290 2002-01-16 [melvin]     0.7.0claws7
8291
8292         * src/compose.c
8293                 fixed a long standingspell checker bug which could 
8294                 cause a crash after sending a message.
8295
8296 2002-01-16 [paul]       0.7.0claws6
8297
8298         * sync with sylpheed 0.7.0cvs7
8299                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
8300                 2002-01-15, and 2002-01-16
8301
8302 2002-01-16 [melvin]     0.7.0claws5
8303
8304         * README.claws
8305         * src/compose.c
8306         * src/gtkspell.[ch]
8307         * src/main.c
8308                 Heavily modified spell checker code to work around
8309                 ispell bug, to add keyboard shortcuts and for future
8310                 enhancements. See README.claws for usage information.
8311
8312 2002-01-15 [alfons]     0.7.0claws4
8313         
8314         * src/summaryview.c
8315                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
8316                 so sorting within threads reflects sort mode
8317
8318 2002-01-15 [christoph]  0.7.0claws3
8319
8320         * src/procmsg.c
8321                 added alertpanel if mail sending failed
8322
8323 2002-01-15 [alfons]     0.7.0claws2
8324         
8325         * src/prefs_filtering.c
8326                 don't stop timer when prefs filtering dialog is opened
8327
8328 2002-01-14 [alfons]     0.7.0claws1
8329
8330         * src/addr_compl.c
8331         * src/prefs.c
8332                 remove debug_print()s for privacy reasons
8333
8334 2002-01-14 [darko]      0.7.0claws
8335
8336         * README.claws
8337                 quotation wrapping is now also in the main branch
8338
8339 2002-01-14 [paul]
8340
8341         * tools/filter_conv.pl
8342                 allow for Boolean Op and case-sensitivity
8343                 this file is included in the release and tagged
8344                 'rel_0_7_0'
8345
8346 2002-01-13 [paul]       0.7.0claws
8347
8348         * release 0.7.0, with cvs tag 'rel_0_7_0'
8349
8350 2002-01-13 [paul]
8351
8352         * tools/filter_conv.pl
8353         * tools/README
8354                 rewritten to output to matcherrc instead of filteringrc
8355
8356         * po/es.po
8357                 updated Spanish translation by Ricardo Mones Lastra
8358
8359 2002-01-13 [alfons]
8360
8361         * po/nl.po
8362                 update dutch translation
8363
8364 2002-01-13 [paul]
8365
8366         * po/pt_BR.po
8367                 Updated by Fabio Junior Beneditto 
8368
8369 2002-01-13 [melvin]     0.6.6claws53
8370
8371         * po/fr.po
8372                 Updated french translation
8373
8374 2002-01-12 [alfons]     0.6.6claws52
8375
8376         * src/filtering.c
8377                 plug mem leak that has been sitting there for ages              
8378
8379 2002-01-12 [alfons]     0.6.6claws51
8380
8381         * src/summaryview.c
8382                 undo melvin's changes from 0.6.6claws48 because summary
8383                 view now refuses to select first unread message when
8384                 selecting a folder 
8385
8386 2002-01-11 [alfons]     0.6.6claws50
8387
8388         * src/import.c
8389                 use claws' semantics for getting folder item when
8390                 importing an mbox file into a folder 
8391                 (submitted by Dale P. Smith)
8392
8393 2002-01-11 [christoph]  0.6.6claws49
8394
8395         * src/prefs.h
8396                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
8397                 toggle widget, because non static prefs can not use
8398                 prefs_set_* functions
8399         * src/prefs_account.c
8400                 toggle smtp auth password field sensitivity if
8401                 user id is empty and add descrition of usage for
8402                 these fields
8403         * src/prefs_folder_item.c
8404                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
8405                 callbacks
8406
8407 2002-01-11 [melvin]     0.6.6claws48
8408
8409         * src/compose.c
8410                 fix the 'Ctrl-Enter' feature for sending and test really
8411                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
8412                 editables which was not documented in Gtk)
8413
8414         * src/summaryview.c
8415                 Made summaryview refresh after sorting and not before.
8416
8417 2002-01-11 [christoph]  0.6.6claws47
8418
8419         * src/compose.c
8420                 select account from account ids if possible and
8421                 correctly set save folder for copy in reedit
8422
8423 2002-01-10 [paul]       0.6.6claws46
8424
8425         * sync with sylpheed 0.7.0 release
8426                 see ChangeLog entries 2002-01-07, 2002-01-08 and
8427                 2002-01-09
8428
8429 2002-01-09 [alfons]
8430
8431         * src/summaryview.c
8432                 remove more dirt traces...
8433
8434 2002-01-09 [alfons]
8435         
8436         * src/summaryview.c
8437                 clean up some traces of my debugging stuff
8438
8439 2002-01-09 [alfons]     0.6.6claws45
8440
8441         * src/filtering.c
8442                 break up filteringprop_apply() in three separate pieces
8443                 so we can drop messages that failed processing in the
8444                 inbox
8445
8446         * src/summaryview.c
8447                 fix bug #469598 "no refresh of inbox after filter" which 
8448                 was introduced by the new summary view locking, and which 
8449                 prevented the summary view to update after a manual filter 
8450                 message. claw's filter message requires a summary_show().
8451                 (aargh, summary_show() again! :-)
8452                 
8453 2002-01-07 [alfons]     0.6.6claws44
8454
8455         * src/headerwindow.c
8456         * src/logwindow.c
8457         * src/messageview.c
8458         * src/sourcewindow.c
8459                 bring in Hiro's last 0.7.0 wm class fixes
8460
8461         * tools/sylprint.pl
8462                 bring in Ricardo's fix for sylprint script
8463
8464         * AUTHORS       
8465         * src/rfc2015.[ch]
8466         * src/prefs_common.[ch]
8467         * src/prefs_account.[ch]
8468         * src/compose.c
8469                 clean up account preference poison in rfc2015,
8470                 and preparation to fix double sign bug 
8471                 (patch submitted by Simon 'corecode' Schubert)
8472
8473 2002-01-07 [christoph]  0.6.6claws43
8474
8475         * src/mh.c
8476                 search for free message number, do not only rely
8477                 on last_num
8478         * src/send.c
8479                 fix smtp auth and use extra account information
8480                 if available, if not use pop3 data instead
8481                 (closes bug #500341)            
8482         * src/ssl.[ch]
8483                 match coding style
8484
8485 2002-01-06 [alfons]     0.6.6claws42
8486
8487         * src/mainwindow.c
8488                 try making the separate windows work again...
8489
8490 2002-01-06 [alfons]     0.6.6claws41
8491
8492         * src/mainwindow.c
8493                 adapt Hiro's separate window menu (to get rid of the funny
8494                 duplicate menu items), and make it work again
8495
8496 2002-01-06 [alfons]     0.6.6claws40
8497
8498         * tools/Makefile.am
8499         * tools/sylprint.rc
8500         * tools/sylprint.pl
8501         * tools/README.sylprint
8502                 add sylprint script for printing mails from Sylpheed
8503                 (contributed by Ricardo Mones Lastra)
8504
8505         * src/acount.c
8506                 clean up
8507
8508 2002-01-06 [melvin]     0.6.6claws39
8509
8510         * src/mainwindow.c
8511         * src/summaryview.c
8512                 Fixed crash introduced in 0.6.6claws38 by the menu
8513                 reorganisation (Hide read messages)
8514         
8515         * ChangeLog.claws 
8516                 Fixed typo (we are now in 2002, alfons ;) )
8517
8518 2002-01-05 [alfons]     0.6.6claws38
8519
8520         * sync with sylpheed 0.6.6cvs10-17
8521                 (last stuff marked as LAST_STABLE)
8522
8523 2002-01-04 [melvin]     0.6.6claws37
8524
8525         * src/account.c
8526                 Made account selection code use strcasestr again instead of
8527                 g_strcasecmp (fixes bug where reediting queued messages
8528                 did not select proper account reported by T. Link).
8529         
8530         * src/folderview.c
8531                 Fix bug where folder icons are not shown when 'hide read messages'
8532                 is on.
8533         
8534         * src/stock_pixmaps.[ch]
8535                 Added folder icons for 'hide read messages'.
8536         
8537         * src/compose.c
8538                 Fixed bug where 'Enter' in a header entry will send the message 
8539                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
8540
8541 2002-01-03 [melvin]     0.6.6claws36
8542         
8543         * src/prefs.[ch]
8544                 Added popup menu for common preferences and
8545                 account preferences (right click on tab displays
8546                                 a menu of all tabs.)
8547
8548 2002-01-02 [melvin]     0.6.6claws35
8549
8550         * src/gtkspell.[ch]
8551                 Made spelling code compatible with undo/redo feature.
8552                 Added creation of suggestion mode menu for the general
8553                         preferences.
8554         
8555         * src/prefs_common.[ch]
8556                 Added option menu for the speller's suggestion mode.
8557                 Added missing spaces in "..." buttons and made a "..."
8558                         button non translatable!
8559         
8560         * src/compose.c
8561                 Made speller use the default suggestion mode.
8562                 Hack to make it possible to choose 'CTRL-Enter' as a
8563                         shortcut for sending (and only for sending).
8564
8565         * src/prefs_folder_item.c
8566                 Changing subject simplification does not update cache 
8567                         anymore (because it is unnecessary).
8568                 Fixed bug where changing subject simplification updated the 
8569                         summaryview even when the viewed folder is not the
8570                         folder which properties are being changed. (E.g. 
8571                                         viewing folder A and changing
8572                                         the subject simplification of 
8573                                         folder B -not being viewed- updated the 
8574                                         summaryview of folder A with data of
8575                                         folder B). (Hope this is clear... )
8576
8577 2001-12-31 [alfons]     0.6.6claws34
8578         
8579         * src/ldif.c
8580         * src/mutt.c
8581                 fgetc() returns a signed integer which doesn't
8582                 fit in a char. so c truncates this to a char
8583                 but we may lose significant bits. i.e. we may
8584                 comparing 0xFF which may not be equal to -1
8585                 unless properly casted to signed char which
8586                 we won't do because fgetc() returns a signed
8587                 integer which doesn't fit in a char. so c 
8588                 truncates this to a char but we may lose 
8589                 significat bits. (you got the idea, thanks
8590                 to Gustavo Noronha Silva <kov@debian.org>
8591                 and the Debian folks!)
8592
8593 2001-12-30 [alfons]     0.6.6claws33
8594
8595         * src/prefs_common.c
8596                 add #ifdef USE_PSPELLs that Melvin forgot               
8597
8598 2001-12-30 [melvin]     0.6.6claws32
8599         
8600         * src/prefs_common.[ch]
8601                 Added configurable color for misspelled words.
8602
8603         * src/gtkspell.[ch]
8604                 Fixed bug of foreground text color (reported by David
8605                                 Mehrmann)
8606                 Added configurable color for misspelled words.
8607
8608 2001-12-30 [alfons]     0.6.6claws31
8609
8610         * src/folder.c
8611                 remove unnecessary things someone put there
8612
8613         * src/mh.c
8614         * src/folder.[ch]
8615                 make folder properties (like threading and sorting) persistent
8616                 (closes bug #497424 "rescan folder tree resets proprieties")
8617                 currently this is only for MH folders. 
8618
8619 2001-12-29 [melvin]     0.6.6claws30
8620
8621         * src/string_match.[ch]
8622                 Optimized a bit: regexp pattern buffer compiled only once, and
8623                   one subroutine call removed. Fixed ^ regexp search: Now, 
8624                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
8625         
8626         * src/summaryview.c
8627                 Subject filtering changed to filter summary columns and
8628                   not directly the messages subject cache. The loss in 
8629                   performance is balanced by the improvement of string_match.
8630                 Added an alert panel if there is an error in the regexp.
8631
8632         * src/src/prefs_folder_item.h
8633                 Added a regexp pattern buffer.
8634
8635 2001-12-28 [alfons]     0.6.6claws29
8636
8637         * src/string_match.[ch]
8638                 clean up name space
8639                 allow compilation *BSD
8640
8641 2001-12-27 [alfons]     0.6.6claws28
8642
8643         * src/filter.c
8644                 sync the Hiro's bug fix for BSD
8645
8646 2001-12-27 [melvin]     0.6.6claws27
8647         
8648         * src/compose.c
8649                 Simplify focus to subject entry code.
8650
8651 2001-12-27 [darko]      0.6.6claws26
8652
8653         * src/filtering.c
8654         * src/mbox_folder.c
8655         * src/messageview.c
8656         * src/mh.c
8657         * src/procheader.[ch]
8658         * src/procmsg.h
8659         * src/stock_pixmap.[ch]
8660         * src/summaryview.c
8661                 Show key icon for encrypted mails in summary view
8662
8663         * src/pixmaps/clip.xpm
8664         * src/pixmaps/clipkey.xpm
8665         * src/pixmaps/key.xpm
8666                 New/modified icons for the above
8667
8668 2001-12-27 [melvin]     0.6.6claws25
8669
8670         * src/prefs_common.c
8671                 Put spell checker options in a separate tab to decrease
8672                 the Common Preferences window height.
8673
8674         * README.claws  
8675                 Update spell checker usage instruction about its options
8676                 location.
8677
8678 2001-12-27 [melvin]     0.6.6claws24
8679
8680         * src/compose.c
8681                 Changed subject entry widget position. Initial focus is
8682                 on the To header instead of the subject entry.
8683                 Creating a new header scrolls the header list to make the
8684                 created one visible. Nevertheless, when automatically filling
8685                 headers, the first one is shown.
8686                 A Tab key press in the last empty header entry zips the 
8687                 focus to the subject entry.
8688                 (I did not change the combo boxes, yet)
8689
8690 2001-12-26 [alfons]     0.6.6claws23
8691
8692         * src/prefs_account.c
8693         * src/inc.c
8694                 allow default inbox to reside in another mailbox (only
8695                 works for POP3 accounts)
8696
8697 2001-12-26 [alfons]     0.6.6claws22
8698         
8699         * src/textview.c
8700                 make reply-on-click work with the account of the selected folder
8701         * src/compose.c
8702                 put a fixme here to remind me to fix finding correct default
8703                 account for nested folders
8704
8705 2001-12-25 [alfons]     0.6.6claws21
8706
8707         * src/summaryview.c
8708                 make column headers display locked and mark pixmaps (idea by Melvin) 
8709                 fix bug by adding score and locked column type to sort array
8710
8711 2001-12-25 [alfons]     0.6.6claws20
8712         
8713         * src/summaryview.c
8714                 catch a *potentially* inadvertent write back of  
8715                 the message cache(s) introduced by 0.6.5claws37
8716
8717 2001-12-25 [christoph]  0.6.6claws19
8718
8719         * src/stock_pixmap.[ch]
8720         * src/summaryview.c
8721                 add ignore thread pixmap
8722                 (can someone draw a better icon for this?)
8723
8724 2001-12-24 [alfons]     0.6.6claws18
8725
8726         * src/prefs_folder_item.c
8727                 make address completion actually work for the
8728                 Default To address in the Folder Property dialog.
8729
8730 2001-12-24 [alfons]     0.6.6claws17
8731         
8732         * src/summaryview.c
8733                 use new style regexp for subject stripping 
8734                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
8735
8736 2001-12-24 [darko]      0.6.6claws16
8737
8738         * src/pgptext.c
8739         * src/rfc2015.c
8740                 move GPG related informational messages to debug mode
8741
8742 2001-12-23 [alfons]     0.6.6claws15
8743
8744         * src/stock_pixmap.[ch]
8745         * src/summaryview.c
8746                 add the forgotten Claws' locked pixmap
8747
8748 2001-12-23 [alfons]     0.6.6claws14
8749
8750         * src/filesel.c
8751                 accept file name typed in entry in multi file
8752                 selector (patch submitted by Gustavo Noronha Silva 
8753                 <kov@debian.org>)
8754
8755 2001-12-23 [alfons]     0.6.6claws13
8756
8757         * src/prefs_filter.c
8758         * src/prefs_filtering.c
8759         * src/matcher.c
8760         * src/importmutt.c
8761                 clean up a little bit
8762         
8763         * src/string_match.c
8764                 validate input strings a little bit more
8765
8766 2001-12-23 [alfons]     0.6.6claws12
8767
8768         * src/Makefile.am
8769         * src/summaryview.c
8770         * src/string_match.[ch]         ** NEW **
8771         * src/folderview.[ch]
8772         * src/headerview.h
8773         * src/folder.[ch]
8774         * src/prefs_folder_item.[ch]
8775                 add subject simplification to strip out strings from
8776                 a subject line (esp. handy for mailing lists). 
8777                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
8778                 but slightly changed things for better integration.)
8779
8780 2001-12-23 [alfons]     0.6.6claws11
8781
8782         * src/mainwindow.c
8783                 fix bug introduced by submission included in 0.6.5claws52.
8784                 ideally this submission should clean the trash if any trash
8785                 folder has a message. however, the hasTrash variable was
8786                 set to false whenever a trash folder was empty (discarding
8787                 a previously found *filled* trash folder.)
8788
8789                 also edited the code a little bit and made it more safe.
8790
8791 2001-12-22 [alfons]     0.6.6claws10
8792
8793         * src/imap.c
8794                 quick fix for Martin Pool's omission of an account
8795                 specific SSL setting
8796
8797 2001-12-22 [alfons]     0.6.6claws9
8798
8799         * src/compose.c
8800         * src/messageview.c
8801         * src/mimeview.c
8802         * src/pgptext.c
8803         * src/procmime.[ch]
8804                 better support for multipart/digest (submitted
8805                 by Fredrik <e98fo@efd.lth.se>)
8806
8807 2001-12-22 [alfons]     0.6.6claws8
8808
8809         * src/addressbook.c
8810                 correct function signature
8811         * src/socket.[ch]
8812         * src/imap.[ch]
8813         * src/prefs_account.[ch]
8814                 allow IMAP over SSH tunnel (patch submitted by 
8815                 Martin Pool <mbp@samba.org>)
8816
8817 2001-12-21 [alfons]     0.6.6claws7
8818
8819         * sync with sylpheed 0.6.6cvs4-9
8820                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
8821
8822 2001-12-21 [christoph]  0.6.6claws6
8823
8824         * src/compose.c
8825         * src/prefs_folder_item.[ch]
8826                 implement saving of outgoing messages to current folder.
8827                 fix segfault when no default outbox is available
8828                 (closes bug #495683)
8829
8830 2001-12-21 [carsten]    0.6.6claws5
8831         * src/folderview.c
8832         * src/summaryview.c
8833                 pressing CTRL while DND does now the expected thing and
8834                 copies the mail (moving is still the default, as this
8835                 seam more appropriate for handling mails by DND)
8836
8837 2001-12-18 [paul]       0.6.6claws4
8838
8839         * sync with sylpheed 0.6.6cvs3
8840                 see ChangeLog entries 2001-12-18
8841
8842 2001-12-18 [hiro]       0.6.6claws3
8843
8844         * src/undo.c
8845                 fix for multibyte characters (obtain the number of letters
8846                 instead of bytes).
8847
8848 2001-12-17 [paul]       0.6.6claws2
8849
8850         * sync with sylpheed 0.6.6cvs1
8851                 see ChangeLog entry 2001-12-16
8852
8853 2000-12-17 [alfons]     0.6.6claws1
8854
8855         * src/filtering.c
8856                 clean up
8857
8858 2001-12-16 [paul]       0.6.6claws
8859 2001-12-15
8860
8861         * Release version 0.6.6claws, cvs tag: rel_0_6_6
8862
8863         * src/mimeview.c
8864                 last minute sync with main 0.6.6
8865
8866         * po/es.po
8867                 updated by Ricardo Mones Lastra
8868                 update for last minute sync
8869         * po/fr.po
8870         * po/nl.po
8871                 update for last minute sync
8872         * po/de.po
8873                 updated by Jens Oberender
8874         * po/pt_BR.po
8875                 updated by Fabio Junior Beneditto
8876
8877         * src/prefs_common.[ch]
8878         * src/undo.c
8879                 number of undo levels is user configurable
8880                 (squeeze it into the release in the dying
8881                 moments) Submitted by Jens Oberender    
8882
8883 2001-12-15 [melvin]
8884
8885         * po/fr.po
8886                 updated french translation
8887
8888 2001-12-15 [paul]       0.6.5claws92
8889
8890         * sync with sylpheed 0.6.5cvs28
8891                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
8892
8893         * po/nl.po
8894                 update to allow for sync
8895
8896 2001-12-15 [alfons]
8897         
8898         * po/nl.po
8899                 update dutch translation
8900
8901 2001-12-14 [carsten]    0.6.5claws91
8902         * src/summaryview.c
8903                 fixed bug #473785; also after changing the column order
8904                 the same message will be selected and displayed as before
8905                 the reordering
8906
8907 2001-12-14 [carsten]    0.6.5claws90
8908         * src/folderview.c
8909                 probably found the bug reported by wwb opening or closing
8910                 a folder tree just before dnd (found the solution in the
8911                 balsa source -- thanks to them)
8912
8913 2001-12-14 [carsten]    0.6.5claws89
8914         * src/gtkutils.c
8915         * src/account.c
8916                 moved gtk_clist_moveto to the right place, so that
8917                 only the accounts dialog is effected on opening
8918
8919 2001-12-14 [carsten]    0.6.5claws88
8920         * src/gtkutils.c
8921                 gtkut_clist_set_focus_row does a gtk_clist_moveto
8922                 now, so that the focused row will be seen in any case
8923                 (reported by wwp on sf-claws-user)
8924
8925 2001-12-14 [darko]      0.6.5claws87
8926
8927         * src/compose.c
8928                 remove unnecessary line
8929
8930 2001-12-14 [paul]       0.6.5claws86
8931
8932         * sync with sylpheed 0.6.5cvs27
8933                 see ChangeLog entries 2001-12-14
8934
8935 2001-12-14 [carsten]    0.6.5claws85
8936         * src/mainwindow.c
8937                 following a suggestion of Melvin the rcoabm pops up
8938                 right under the button now and the button is reliefed
8939                 while the popup is open
8940
8941 2001-12-14 [darko]      0.6.5claws84
8942
8943         * src/compose.c
8944                 fix crash when wrapping long lines if linewrap quotation
8945                 is disabled and wrapper encounters a word spanning more
8946                 than one line
8947
8948 2001-12-13 [paul]       0.6.5claws83
8949
8950         * src/compose.c
8951                 prefer 'Reply-To' header over mailing list header when
8952                 replying to a message. Finally prevent all those confirmation 
8953                 messages being sent to the list itself.
8954
8955         * src/summaryview.c
8956                 remove unused summary_set_menu_sensitive() entry
8957
8958 2001-12-13 [paul]       0.6.5claws82
8959
8960         * src/folderview.c
8961         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
8962         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
8963         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
8964                 improvements to 'Hide read messages': Inbox, Outbox,
8965                 Trash, Queue, and Draft icons now reveal presence of hidden 
8966                 messages
8967
8968 2001-12-12 [alfons]     0.6.5claws81
8969
8970         0.6.5claws80 was tagged as LAST_STABLE
8971
8972         * src/filtering.[ch]
8973         * src/matcher.[ch]
8974         * src/matcher_parser_lex.c
8975                 fix the filtering; my last attempt to get it right, 
8976                 if it does not work, it's Hoa's turn. ;-)
8977
8978                 for my honourable peers:
8979                 
8980                 the code now makes a clear distinction between
8981                 rules as they are displayed (probably escaped),
8982                 and as they are executed (probably unescaped). the
8983                 parser does *NOT* do any unescaping, this is
8984                 the task of the matcher.c (which breaks up a
8985                 rule into condition) and the filtering.c (which
8986                 breaks up the rule's action). to make this
8987                 run happily we provide an unescaped copy of
8988                 crucial strings to the MatcherProp and 
8989                 FilteringAction structures. note that the only
8990                 exception to this is any REGEXP string. those
8991                 are directly passed to regcomp() and regexp()
8992                 (who have much more powerful unescape functions).
8993                 
8994                 for everyone else:
8995         
8996                 you can escape tab (\t), carriage return (\r),
8997                 linefeed (\n), form feed (\f), quote (\"), 
8998                 single quote (\'), bell (\b) in all the entry
8999                 lines in the scoring & filtering dialogs.
9000                 as an added bonus this should not affect
9001                 existing filtering rules.
9002
9003 2001-12-12 [carsten]    0.6.5claws80
9004
9005         * src/summaryview.c
9006         * po/de.po
9007                 "item(s) selected" is now sensitive to 1 or more
9008                 than one selected (nice for language where simple
9009                 adding of a "s" is not possible as German (Eintrag
9010                 ->Eintr"age)
9011                 
9012                 the "forward as attachment" entry from the right
9013                 click menu removed, "forward" acts following the
9014                 prefs
9015         
9016         * src/textview.c
9017                 reverted my former changes; so compiler warning again
9018                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
9019                 nevertheless
9020
9021         * src/messageview.c
9022                 "search in message" does now *not* only work in MVIEW_TEXT
9023                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
9024                 message
9025
9026         * src/mainwindow.c
9027                 removed "/File/_Close" as it was the same as "/File/E_xit"
9028                 and we don't need it two times
9029
9030                 the separate folder view and message view now get a distinct
9031                 WMCLASS, just in case someone is using sawfish ;-)
9032
9033                 as the menu entries "/View/Message view" and "/View/Folder tree"
9034                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
9035                 make them sensitive accordingly and as these two are "shown"
9036                 after startup anytime check this menuitem at startup
9037
9038 2001-12-12 [paul]       0.6.5claws79
9039
9040         * src/folderview.c
9041                 fix sensitivity of 'Search folder...', broken in
9042                 0.6.5claws75
9043
9044         * src/mainwindow.c
9045                 fix dodgy English
9046
9047 2001-12-11 [carsten]    0.6.5claws78
9048         * src/filtering.c
9049                 fixed two typos returning a wrong FALSE/TRUE
9050         * src/mainwindow.[ch]
9051                 extra menu for email/news button removed
9052
9053 2001-12-11 [alfons]     0.6.5claws77
9054         
9055         * src/matcher.c                 (1.3)
9056         * src/matcher_parser_lex.l      (1.28)
9057                 revert for another attempt
9058                 mark 0.6.5claws77 as LAST_STABLE
9059
9060 2001-12-11 [christoph]  0.6.5claws76
9061
9062         * po/de.po
9063                 fixed wrong translation for prev. unread msg
9064
9065 2001-12-11 [paul]       0.6.5claws75
9066
9067         * src/folder.[ch]
9068         * src/folderview.c
9069         * src/mainwindow.c
9070         * src/summaryview.[ch]
9071         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
9072                 enable ability to hide read messages on per folder basis via 
9073                 '/Summary/Hide read messages'; when selected, a folder will 
9074                 have a red open folder icon, instead of a blue icon, if the 
9075                 folder contains hidden messges
9076                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
9077
9078         * src/mainwindow.c
9079                 remove '/Message/Forward as attachment' from 
9080                 main_window_set_menu_sensitive() to prevent debug warning
9081
9082         * src/folderview.c
9083         * src/mainwindow.c
9084                 Clean up some of the English
9085
9086         * tools/newscache_clean.pl
9087                 allow for new 'hidereadmsgs' entry in folderlist.xml
9088
9089         * po/es.po
9090                 updated translation, submitted by Ricardo Mones Lastra
9091
9092 2001-12-11 [paul]       0.6.5claws74
9093
9094         * sync with sylpheed 0.6.5cvs25
9095                 see ChangeLog entry 2001-12-11
9096
9097 2001-12-10 [alfons]     0.6.5claws73
9098
9099         * src/matcher.c
9100                 add more control characters
9101         * src/matcher_parser_lex.l
9102                 make escaping / unescaping work again
9103
9104 2001-12-10 [alfons]     0.6.5claws72
9105
9106         * src/imap.c
9107                 clean up warnings "returning value for void function" 
9108         * src/prefs_filtering.c
9109                 make info button for execute action sensitive
9110
9111 2001-12-10 [paul]       0.6.5claws71
9112
9113         * src/compose.c
9114         * src/imap.[ch]
9115         * src/summaryview.c
9116                 fix: imap server now gets informed of MARKED, UNMARKED
9117                 and REPLY events. Now people can use different IMAP-Mail
9118                 clients and have the exact same information about MARKED,
9119                 UNMARKED and REPLY status with all of them. Especially
9120                 useful for imap servers with a web-frontend.
9121                 submitted by Tobias Sandhaas <medlor@web.de>
9122
9123 2001-12-09 [melvin]     0.6.5claws70
9124         
9125         * src/textview.[ch]
9126                 fixed bug #490076 (hunted down by Alfons who implemented
9127                 a workaround in 0.6.5claws65)
9128
9129 2001-12-09 [christoph]  0.6.5claws69
9130
9131         * src/summaryview.c
9132                 set pointer to string in LOCKED column to NULL
9133                 (might fix bug #490800)
9134
9135 2001-12-09 [carsten]    0.6.5claws68
9136
9137         * po/de.po
9138                 resolved some cluttered menu shortcuts 
9139                 ('creating new email' and 'creating news message'
9140                 hade the same)
9141         * src/compose.c
9142                 wmclass now distinc from main window
9143         * src/mainwindow.c
9144           src/mainwindow.h
9145                 email/news and forward button functionality similar
9146                 to the reply buttons; removed the ugly dropdown arrows
9147                 and use instead the right mouse button
9148
9149 2001-12-09 [paul]       0.6.5claws67
9150
9151         * src/imap.c
9152         * src/utils.h
9153                 allow spaces in imap folder names
9154                 submitted by Willem van Engen <wvengen@stack.nl>
9155
9156 2001-12-09 [paul]       0.6.5claws66
9157
9158         * sync with sylpheed 0.6.5cvs24
9159                 see ChangeLog entry 2001-12-09
9160
9161 2001-12-08 [alfons]     0.6.5claws65
9162
9163         * src/textview.c
9164                 prevent secondary selection claim after "add to sender" dialog
9165                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
9166                 we trick GTK by simulating a click at (0, 0) in the textview.
9167
9168 2001-12-08 [hoa]        0.6.5claws64
9169
9170         * src/folder.c
9171                 fixed a bug about the .processing folder name while filtering
9172
9173 2001-12-08 [alfons]     0.6.5claws63
9174
9175         * src/folderview.c 
9176                 work around problem of not correctly updating folder stats
9177                 when deleting messages. there's some folder scanning evil
9178                 going so the folderview_update_msg_num() does not work
9179                 correctly. need to investigate this.
9180
9181 2001-12-08 [paul]       0.6.5claws62
9182
9183         * sync with sylpheed 0.6.5cvs23
9184                 see ChangeLog entry 2001-12-08
9185
9186 2001-12-07 [christoph]  0.6.5claws61
9187
9188         * src/compose.c
9189                 fix another header translation problem
9190
9191 2001-12-07 [alfons]     0.6.5claws60
9192
9193         * src/mbox.c
9194                 make filtering also work on local spool mbox
9195
9196 2001-12-07 [carsten]    0.6.5claws59
9197         * src/addressbook.c
9198                 addressbook window gets a wmclass distinct from the main
9199                 sylpheed window
9200         * src/compose.h
9201         * src/mainwindow.[ch]
9202                   forward menu item will use mode selected in prefs, forward 
9203                 as attatchment in menu removed (will be substituted in the
9204                 toolbar similar to reply buttons)
9205                   create news message menu entry and news button is now 
9206                 sensitive to the existance of a news account
9207         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
9208         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
9209         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
9210                 these are removed because the toolbar buttons don't show
9211                 the quoting modus any longer
9212
9213 2001-12-07 [paul]
9214
9215         * tools/newscache_clean.pl      ** NEW FILE **
9216                 perl script to do some tidying up in the newscache directory 
9217                 
9218         * tools/sylpheed-switcher       ** NEW FILE **
9219                 perl script to enable easy switching between main and claws
9220                 
9221         * tools/README
9222                 added descriptions of the two new perl scripts          
9223
9224
9225 2001-12-07 [melvin]     0.6.5claws58
9226
9227         * src/messageview.c
9228                 fixed a warning during compilation introduced in 0.6.5claws56
9229
9230 2001-12-07 [paul]       0.6.5claws57
9231
9232         * src/mainwindow.[ch]
9233         * src/menu.[ch]
9234                 further usability enhancements to replying with or without 
9235                 quoting via the toolbar, use of Ctrl key is replaced by 
9236                 drop down menu 
9237                 Submitted by Carsten Schurig            
9238
9239 2001-12-07 [melvin]     0.6.5claws56
9240
9241         * src/messageview.c
9242                 hack to fix bug that prevented to make/paste selections
9243                 after switching between MVIEW_TEXT and MVIEW_MIME views
9244                 without deselecting the selection first.
9245
9246 2001-12-06 [alfons]     0.6.5claws55
9247
9248         * src/filtering.[ch]
9249         * src/inc.c
9250                 revise filtering a little bit more, and make sure
9251                 messages are delivered to the appropriate inbox
9252                 (perhaps set per account)
9253
9254 2001-12-06 [paul]       0.6.5claws54
9255
9256         * sync with sylpheed 0.6.5cvs22
9257                 see ChangeLog entry 2001-12-06
9258
9259 2001-12-05 [alfons]     0.6.5claws53
9260
9261         * src/inc.c
9262         * src/folder.[ch]
9263         * src/procmsg.c
9264         * src/filtering.c
9265                 more revisions of filtering system
9266                 (last stable version is marked as LAST_STABLE)
9267                 
9268                 | NOTE 1): the filtering system now uses a local folder called
9269                 | .processing. if filtering fails, check this directory
9270                 | for missing messages.
9271                 |
9272                 | NOTE 2): help us find the filtering actions still missing
9273
9274 2001-12-05 [paul]       0.6.5claws52
9275
9276         * src/mainwindow.c
9277                 fix bug where 'Empty Trash?' pop-up window appears even
9278                 when Trash is empty, submitted by Jesse Skinner         
9279
9280 2001-12-05 [melvin]     0.6.5claws51
9281
9282         * src/compose.c
9283                 fixed bug #486106 to select correct account when reediting 
9284                 a queued message
9285         
9286 2001-12-04 [alfons]     0.6.5claws50
9287
9288         * src/mh.c
9289                 declare markfile in appropriate functions when
9290                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
9291                 for spotting this)
9292
9293 2001-12-04 [paul]       0.6.5claws49
9294
9295         * sync with sylpheed 0.6.5cvs21
9296                 see ChangeLog entry 2001-12-04
9297
9298 2001-12-03 [christoph]  0.6.5claws48
9299
9300         * po/de.po
9301                 changed translation of undo
9302         * src/account.c
9303         * src/folder.c
9304                 don't reinvent the wheel to traverse a GNode
9305         * src/compose.[ch]
9306                 seperate code to create the compose gui into functions
9307                 add "Others" page with folder selection for saving copy
9308                 of the message.
9309                 the folder identifier is saved to queue header
9310         * src/procmsg.c
9311                 save message to folder in queue header
9312
9313 2001-12-03 [paul]       0.6.5claws47
9314
9315         * sync with sylpheed 0.6.5cvs20
9316                 see ChangeLog entry 2001-12-03
9317
9318 2001-12-01 [paul]
9319
9320         * more sync with sylpheed 0.6.5cvs19
9321                 see ChangeLog entry 2001-11-29
9322
9323 2001-11-30 [paul]       0.6.5claws46
9324         
9325         * src/compose.c
9326                 remove conflicts introduced by Hoa's last commit
9327          
9328         * src/mainwindow.c
9329                 make 'Message/Bounce' sensitive
9330
9331 2001-11-30 [hoa]        0.6.5claws45
9332
9333         * src/compose.c
9334                 slightly change bounce function to add
9335                 information about the user that bounced the mail
9336                 in the From header line.
9337
9338         * src/folderview.c
9339                 permit the use of processing in outbox folder.
9340
9341 2001-11-29 [paul]       0.6.5claws44
9342
9343         * src/mainwindow.[ch]
9344         * src/prefs_common.c
9345         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
9346         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
9347         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
9348                 usability enhancements to the quoting, implements
9349                 use of Ctrl key to toggle quoting settings
9350                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
9351
9352 2001-11-29 [paul]       0.6.5claws43
9353         
9354         * sync with sylpheed 0.6.5cvs19
9355                 see ChangeLog entry 2001-11-28
9356
9357 2001-11-29 [melvin]     0.6.5claws42
9358         * src/Makefile.am
9359                 added enriched.[ch] to the list of files
9360
9361         * src/textview.c
9362         * src/mimeview.c
9363         * src/procmime.[ch]
9364         * src/enriched.[ch]
9365                 added support to view text/enriched
9366                 added support to show headers in message view for text/enriched and text/html
9367                         in non multipart messages
9368
9369 2001-11-28 [paul]       0.6.5claws41
9370
9371         * more sync with sylpheed 0.6.5cvs18
9372                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
9373
9374 2001-11-27 [paul]       0.6.5claws40
9375         
9376         * po/pt_BR.po
9377                 updated translation, submitted by Fabio Junior Beneditto
9378                 
9379         * sync with sylpheed 0.6.5cvs18
9380                 see ChangeLog entries 2001-11-26 (src/textview.c) and
9381                 2001-11-27
9382
9383
9384 2001-11-26 [paul]
9385
9386         * po/es.po
9387                 updated translation, submitted by Ricardo Mones Lastra
9388
9389 2001-11-26 [alfons]
9390
9391         * src/matcher.c
9392                 add more translatable strings
9393
9394 2001-11-26 [christoph]  0.6.5claws39
9395
9396         * po/de.po      
9397                 fixed one more umlaut
9398         * src/compose.c
9399                 fix translated header when it should not be translated
9400
9401 2001-11-26 [paul]       0.6.5claws38
9402
9403         * src/mainwindow.c
9404                 remove '/Message/Add Sender to address book' from 
9405                 main_window_set_menu_sensitive(), prevent debug warning
9406                 add 'Message/Mark/Mark all read' to mainwin_entries[]
9407
9408 2001-11-26 [paul]       0.6.5claws37
9409
9410         * src/summaryview.c
9411                 fix 'recurring unread state' bug 
9412
9413         * tools/README 
9414         * tools/filter_conv.pl
9415                 read name of top level mailbox from folderlist.xml
9416                 and presume nothing about its name              
9417
9418 2001-11-26 [darko]      0.6.5claws36
9419
9420         * src/gtkstext.[ch]
9421                 removed functions that are now in gtkutils.c
9422                 use gtkut_text_is_uri_string() from gtkutils.c
9423         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
9424
9425 2001-11-26 [paul]       0.6.5claws35
9426
9427         * sync with sylpheed 0.6.5cvs16
9428                 see ChangeLog entries 2001-11-25 and 2001-11-26
9429
9430 2001-11-25 [alfons]     0.6.5claws34
9431
9432         EXPERIMENTAL!!! Please checkout the last stable version using: 
9433           
9434         % cvs update -r LAST_STABLE -dRAP
9435
9436         (Or help us testing this stuff.)
9437
9438         * src/filtering.c               (1.14)
9439         * src/filtering.h               (1.6)
9440         * src/inc.c                     (1.28)
9441         * src/matcher.c                 (1.20)
9442         * src/mbox.c                    (1.9)
9443         * src/procmsg.h                 (1.14)
9444         * src/summaryview.c             (1.59)
9445         * src/summaryview.h             (dunno)
9446                 revert/merge/sync to as it was before commit 
9447                 on Thu, 19 Jul 2001 10:15:51 -0700.
9448
9449 2001-11-25 [hoa]        0.6.5claws33
9450
9451         * src/main.c
9452                 processing mails at startup
9453
9454         * src/folderview.c
9455         * src/summaryview.[ch]
9456                 processing mails when entering folder
9457
9458         * src/prefs_filtering.c
9459                 fixed some UI bugs
9460
9461 2001-11-24 [alfons]     0.6.5claws32
9462
9463         * src/summaryview.[ch]
9464                 make summary sort headers work, and also make
9465                 sure the sort type is stored
9466
9467 2001-11-23 [alfons]     0.6.5claws31
9468
9469         * src/summaryview.[ch]
9470                 make lock work like mark
9471                 disallow deleting messages marked as locked
9472
9473 2001-11-23 [alfons]     0.6.5claws30
9474
9475         * src/gtkstext.c
9476         * src/compose.[ch]
9477         * src/Makefile.am
9478         * src/undo.[ch]
9479                 merge undo patch submitted by Jens
9480
9481 2001-11-23 [christoph]  0.6.5claws29
9482
9483         * src/.cvsignore
9484                 added ylwrap
9485         * src/compose.c
9486                 fixed gpg signing and encoding
9487         * src/folder.[ch]
9488         * src/main.c
9489                 added --status option to get new, unread and total
9490                 message count from a running sylpheed
9491         * src/prefs_common.c
9492                 temporary fix for reply_with_quote problem
9493                 (don't call functions for non existing widget)
9494         * src/procmsg.c
9495                 one more check for ignored threads but still not
9496                 always working correctly. probably a recursive
9497                 check for all parents is needed
9498
9499 2001-11-23 [darko]      0.6.5claws28
9500
9501         * src/compose.c
9502                 wrapping on send improvements
9503         * src/gtkutils.[ch]
9504                 fix for GtkSText after last sync with main branch
9505                 GTK_TEXT -> GTK_STEXT
9506
9507 2001-11-23 [paul]       0.6.5claws27
9508
9509         * sync with sylpheed 0.6.5cvs14
9510                 see ChangeLog entries 2001-11-22 and 2001-11-23
9511                 
9512         * po/de.po
9513                 fixed the scrambled umlauts 
9514                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
9515
9516 2001-11-21 [paul]       0.6.5claws26
9517
9518         * sync with sylpheed 0.6.5cvs12
9519                 see 2nd ChangeLog entry dated 2001-11-20
9520
9521 2001-11-20 [paul]       0.6.5claws25
9522
9523         * sync with sylpheed 0.6.5cvs11
9524                 see ChangeLog entry 2001-11-19 (src/utils.c)
9525
9526 2001-11-20 [hiro]
9527
9528         * src/compose.c
9529                 GTK_TEXT -> GTK_STEXT
9530                 fix for wrong comment
9531
9532 2001-11-20 [hiro]       0.6.5claws24
9533
9534         * src/compose.[ch]
9535                 more merges from main branch
9536                 removed fatal warnings (uninitialized variables etc.)
9537                 some coding style fix
9538         * src/gtkutils.h
9539                 fixed typo.
9540         * src/addressbook.c
9541           src/addrindex.c
9542                 V-Card -> vCard
9543
9544 2001-11-19 [hoa]        0.6.5claws23
9545
9546         * src/filtering.c
9547         * src/prefs_scoring.c
9548         * src/matcher.[ch]
9549         * src/scoring.c
9550                 cleaning code
9551
9552         * src/matcher_parser_parse.y
9553         * src/prefs_filtering.c
9554                 bouncing
9555
9556 2001-11-19 [alfons]     0.6.5claws22
9557
9558         more of my old things into claws
9559
9560         * src/Makefile.am
9561         * src/prefs_common.c
9562         * src/procmsg.h
9563         * src/summaryview.[ch]
9564         * src/prefs_summary_column.c
9565         * src/pixmaps/locked.xpm
9566                 add indicators for locking of message in summary view
9567                 (does not work yet, only visual indicator)
9568
9569 2001-11-19 [paul]       0.6.5claws21
9570
9571         * sync with sylpheed 0.6.5cvs10
9572                 see ChangeLog entry 2001-11-19
9573
9574 2001-11-18 [alfons]     0.6.5claws20
9575         
9576         * src/filtering.c
9577                 remove an inadvertent free I forgot in previous clean up 
9578
9579 2001-11-18 [alfons]     0.6.5claws19
9580
9581         * src/filtering.[ch]
9582                 clean up & plug leaks
9583
9584 2001-11-18 [paul]       0.6.5claws18
9585
9586         * sync with sylpheed 0.6.5cvs9
9587                 see ChangeLog entries 2001-11-17 and 2001-11-18
9588
9589 2001-11-16 [paul]       0.6.5claws17
9590
9591         * sync with sylpheed 0.6.5cvs8
9592                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
9593
9594 2001-11-16 [paul]       0.6.5claws16
9595
9596         * sync with sylpheed 0.6.5cvs7
9597                 see ChangeLog entries 2001-11-15 and 2001-11-16
9598
9599 2001-11-15 [hoa]        0.6.5claws15
9600
9601         * src/compose.c
9602                 fix bounce, mails we received couln't be bounced to ourself.
9603
9604         * src/defs.h
9605         * src/filtering.[ch]
9606         * src/matcher.[ch]
9607         * src/matcher_parser.h
9608         * src/matcher_parser_lex.l
9609         * src/matcher_parser_parse.y
9610         * src/inc.c
9611         * src/main.c
9612         * src/mbox.c
9613         * src/prefs_filtering.[ch]
9614         * src/mainwindow.c
9615         * src/prefs_matcher.c
9616         * src/prefs_scoring.c
9617         * src/scoring.[ch]
9618         * src/summaryview.c
9619                 new matcher/filter/score configuration file parser
9620                 one unique configuration file => ~/.sylpheed/matcherrc
9621                 import in currently automatic, then save are made
9622                 in this new file.
9623                 one filter per folder and one global filter
9624                 (filter of a folder will be used as folder processing)
9625
9626         * src/folder.c
9627                 fix a bug in folder_item_get_identifier
9628                 
9629         * src/messageview.c
9630                 receive receipt return are fixed.
9631
9632 2001-11-14 [alfons]     0.6.5claws14
9633
9634         * src/session.h
9635                 add things from main branch to make claws compile
9636
9637 2001-11-14 [paul]       0.6.5claws13
9638
9639         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
9640                 see ChangeLog entries 2001-11-08 to 2001-11-14
9641
9642 2001-11-14 [hoa] 0.6.5claws12
9643
9644         * src/compose.[ch]
9645         * src/mainwindow.c
9646         * src/summaryview.c
9647                 add "bounce mail" option
9648
9649 2001-11-13 [christoph]  0.6.5claws11
9650
9651         * src/compose.c
9652                 Cleanup a mess i add before commiting
9653
9654 2001-11-13 [hoa]        0.6.5claws10
9655
9656         * src/compose.c
9657                 some fixes when mail are sent or
9658                 for crossposts
9659
9660 2001-11-13 [christoph]  0.6.5claws9
9661
9662         * po/de.po
9663                 Changed two string with the same translation
9664         * src/compose.c
9665         * src/procmsg.[ch]
9666         * src/send.[ch]
9667                 New mailsending process:
9668                   - Always queue message before sending
9669                     (message will be saved if sylpheed crashed or
9670                      freezes while sending)
9671                   - Allow queuing of newspostings
9672                   - No copy in outbox before sending
9673                     (closes bug #469501)
9674                   - No more redundant code for send and send_later
9675         * src/summaryview.c
9676                 Applied wwp <subscript@free.fr>'s patch that fixes
9677                 marks for multiple forwarded messages (+compose.c)
9678
9679 2001-11-12 [alfons]
9680
9681         * README.claws
9682                 remove things that are now in main branch
9683         
9684         * po/nl.po
9685                 update Dutch translation
9686
9687 2001-11-12 [mhadasht]   0.6.5.claws8
9688
9689         * src/prefs_common.c
9690                 re-enabled account autoselection feature for forward
9691                 and reedit lost during the branch point for SYNC-B4-REL
9692         * src/gtkspell.c
9693                 gtkpspell_get_dict(): more readable code (even if function is
9694                 not used yet)
9695         * ChangeLog.claws
9696                 added version number info to 2001-11-12 [hiro] comment.
9697
9698 2001-11-12 [hiro]       0.6.5.claws7
9699
9700         * src/compose.c
9701                 compose_forward(): fixed a bug that forward quote mark
9702                 wasn't used.
9703                 removed unnecessary code.
9704         * src/template_select.[ch]: removed.
9705
9706 2001-11-11 [alfons]
9707
9708         * src/compose.c
9709                 :%s/GTK_TEXT/GTK_STEXT/g
9710         
9711         * src/compose.[ch]
9712         * src/undo.[ch]
9713         * src/Makefile.am
9714                 revert the undo stuff (this is 0.6.6claws stuff)
9715
9716 2001-11-11 [hoa]        0.6.5.claws6
9717
9718         * src/compose.[ch]
9719                 Insert signature at the end of the text.
9720                 Added undo patch but currently disabled
9721
9722         * src/procmsg.c
9723                 Threading by subject improved.
9724
9725         * added src/undo.[ch]
9726                 Undo module for compose dialog box.
9727
9728 2001-11-11 [alfons]     0.6.5.claws5
9729
9730         * src/procmsg.c
9731                 prevent threading by subject on nodes that have already been
9732                 threaded by in-reply-to (as in "circular references in a tree
9733                 result in a dead branch")
9734
9735 2001-11-09 [hoa]        0.6.5.claws4
9736         
9737         * src/folderview.c
9738                 allows creation of mbox folder item from any files.
9739
9740 2001-11-09 [alfons]     0.6.5.claws3
9741         
9742         * src/utils.c
9743         * src/procmsg.c
9744                 do what I mean and correct threading by subject so it really
9745                 ignores attracting lines without "Re: "
9746
9747 2001-11-07 [alfons]     0.6.5.claws2
9748
9749         * src/procmsg.c
9750         * src/utils.[ch]
9751                 only attract by subject if a subject line starts with a "Re: "
9752         * src/syldap.c
9753                 remove warning
9754
9755 2001-11-07 [paul]       0.6.5claws1
9756
9757         * sync with sylpheed 0.6.5. release
9758                 see ChangeLog entry 2001-11-07
9759
9760 2001-11-07 [paul]       0.6.4claws31
9761
9762         * sync with sylpheed 0.6.4cvs18
9763                 see ChangeLog entries 2001-10-30 to 2001-11-07
9764                 prefs_templates.[ch] renamed prefs_template.[ch]
9765
9766 2001-11-06 [alfons]
9767         
9768         * src/utils.h
9769                 add semicolon Hoa forgot ;-)
9770                 
9771
9772 2001-11-06 [hoa]        0.6.4claws30
9773         
9774         * src/procmsg.c
9775         * src/summaryview.c
9776         * src/utils.c
9777         * src/utils.h
9778                 threading by subject - empty subject are ignored
9779
9780 2001-11-06 [christoph]  0.6.4claws29
9781
9782         * src/socket.c
9783                 use SSL_peek for sock_gets
9784         * src/utils.c
9785                 removed unneeded pointer in extracting quoted
9786                 names implementation
9787
9788 2001-11-06 [melvin]     0.6.4claws28
9789
9790         * src/gtkspell.c
9791                 fixed bug #476792 Selection overtyping with spell checker
9792                 fixed bug which could cause a buffer overflow
9793                 fixed a memory leak
9794
9795 2001-11-06 [hoa]        0.6.4claws27
9796         
9797         * src/procmsg.c
9798         * src/summaryview.c
9799                 threading by subject
9800
9801 2001-11-05 [alfons]     0.6.4claws26
9802         
9803         * README.claws
9804                 Claws -> Sylpheed (vice versa)
9805
9806         * src/compose.c
9807                 :%s/gtk_text/gtk_stext/g
9808                 :%s/GTK_TEXT/GTK_STEXT/g
9809                 (thanks to Jonathan Ware for spotting this)
9810
9811 2001-11-04 [christoph]  0.6.4claws25
9812
9813         * src/summaryview.c
9814                 replace Xalloca + strdup with Xstrdup_a
9815         * src/utils.c
9816                 better implementation of extracting quoted names
9817                 from addresses (remove backlashes and ignore
9818                 quotes after them)
9819
9820 2001-11-04 [alfons]     0.6.4claws24
9821
9822         * src/utils.[ch]
9823                 edit to comply more with coding style
9824
9825         * src/textview.c
9826                 fix bug reported by Kim Schulz. introduced by the patch integrated
9827                 in 0.6.4claws15. the code did not check the return value of
9828                 the html parser.
9829
9830         * AUTHORS
9831                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
9832
9833 2001-11-04 [christoph]  0.6.4claws23
9834
9835         * src/main.c
9836         * src/prefs_common.[ch]
9837                 init some pointers that possibly caused a segfault
9838                 reported in the claws-users ML
9839
9840 2001-11-04 [hoa]        0.6.4claws22
9841
9842         * src/grouplistdialog.c
9843                 change the names of the nodes in the tree
9844
9845         * src/compose.c
9846                 enhanced mailto syntax as described in
9847                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
9848                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
9849
9850         * src/utils.c
9851                 encode and decode URI (useful when opening URL into
9852                 netscape).
9853
9854 2001-11-03 [hoa]        0.6.4claws21
9855
9856         * src/grouplistdialog.c
9857                 a new newsgroups list selection dialog box
9858                 with a CTree instead of a CList
9859
9860 2001-11-03 [hoa]        0.6.4claws20
9861
9862         * src/folderview.c
9863                 enable property and scoring options when right
9864                 click on "inbox"
9865
9866         * src/summaryview.c
9867                 fixed bug when nickname were displayed using
9868                 the address book.
9869
9870 2001-11-02 [darko]      0.6.4claws19
9871
9872         * src/compose.c
9873                 new wrap quotation and URL/long words wrapping implementation
9874         * src/compose.c src/gtkstext.[ch]
9875                 move gtkstext_strncmp() to gtkstext.c
9876
9877 2001-11-01 [christoph]  0.6.4claws18
9878
9879         * src/prefs_account.c
9880                 fixed mess in account settings dialog
9881         * src/prefs_folder_item.c
9882                 added label with folder path to dialog
9883
9884 2001-10-31 [match]      0.6.4claws17
9885
9886         * src/vcard.c
9887                 fix memory leak.
9888         * src/addrbook.c
9889                 fix generation of spurious address book file names.
9890                 remove redundant functions.
9891         * po/POTFILES.in
9892                 added missing file names.
9893
9894 2001-10-30 [paul]       0.6.4claws16
9895
9896         * sync with sylpheed 0.6.4cvs6
9897                 see ChangeLog entries 2001-10-26 to 2001-10-30
9898
9899         * tools/filter_conv.pl
9900                 read folderlist.xml to discover whether the top-level
9901                 folder is called 'Mailbox' or 'Mail' 
9902
9903 2001-10-29 [paul]       0.6.4claws15
9904
9905         * src/html.c, src/textview.c
9906                 activate links in html mail and fix clickable parts
9907                 Submitted by Matthieu Dazy <dazy@t-surf.com>
9908
9909 2001-10-29 [paul]
9910
9911         * po/de.po, po/es.po, po/pt_BR/po
9912                 updated translations, submitted by Jens Oberender,
9913                 Ricardo Mones Lastra, and Fabio Junior Beneditto
9914
9915 2001-10-29 [darko]      0.6.4claws14
9916
9917         * src/compose.c
9918                 fix wrapping for good
9919
9920 2001-10-29 [darko]
9921
9922         * src/compose.c
9923                 undo previous change as it broke the smart wrapping
9924
9925 2001-10-29 [darko]      0.6.4claws13
9926
9927         * src/compose.c
9928                 fix infinite loop when long URL is quoted
9929                 (closes bug #475122.
9930
9931 2001-10-28 [match]
9932
9933         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
9934                 import Mutt address book
9935         * src/ldif.[ch] src/importldif.h
9936                 modified import LDIF handle user attributes
9937
9938 2001-10-28 [christoph]  0.6.4claws12
9939
9940         * src/summaryview.c
9941                 fixed that filtering did not work if there
9942                 were no filter rules
9943                 (closes bug #472003 and better implementation
9944                  of patch #474644)
9945
9946 2001-10-27 [christoph]  0.6.4claws11
9947
9948         * src/compose.c
9949                 make the folder's default account to be used when
9950                 replying. (patch by wwp <subscript@free.fr>)
9951         * src/compose.c
9952                 code cleanup, nearly killed all of wwp's patch
9953                 for folder's default account in compose
9954         * src/folderview.c
9955                 error panel when a folder could not be created
9956                 (closes bug #471080 new folder name & already
9957                  existing file)
9958
9959 2001-10-26 [alfons]
9960
9961         * src/utils.h
9962                 change prototype of strstr2() that Christoph forgot about
9963
9964 2001-10-26 [christoph]  0.6.4claws10
9965
9966         * src/account.c
9967                 made search for accounts by email address not case
9968                 sensitive
9969         * src/folder.c
9970                 fixed memory leak in folder_item_get_identifier
9971         * src/gtkspell.c
9972         * src/utils.c
9973                 fixed wrong strstr2 (should work like strstr)
9974
9975 2001-10-26 [darko]      0.6.4claws9
9976
9977         * src/compose.c src/gtkstext.[ch]
9978         * src/gtkstext.c
9979                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
9980
9981 2001-10-26 [paul]       0.6.4claws8
9982
9983         * src/html.c
9984                 ignore css and javascript tags in html mail
9985                 case-insensitive, with or without double-quoted
9986                 strings
9987
9988 2001-10-26 [paul]       0.6.4claws7
9989
9990         * sync with sylpheed 0.6.4cvs1
9991                 see ChangeLog entry 2001-10-26
9992
9993         * src/prefs_account.c, src/prefs_common.c,
9994           src/prefs_summary_column.c
9995                 minor improvements to the English
9996
9997 2001-10-25 [alfons]     0.6.4claws6
9998
9999         * src/gtkstext.c
10000         
10001                 make GtkSText follow style of GtkText (closes bug 
10002                 #469211 "text selection while writing message")
10003                 
10004                 do sync with GTK 1.2.10
10005
10006 2001-10-25 [paul]       0.6.4claws5
10007
10008         * src/html.c
10009                 ignore css tags in html mail
10010
10011 2001-10-25 [darko]      0.6.4claws4
10012
10013         * src/compose.c
10014                 don't declare is_url_string as static function since
10015                 we need it in gtkstext.c
10016         * src/gtkstext.c
10017                 remove unused variable
10018                 don't wrap long URLs while composing a message
10019
10020 2001-10-24 [christoph]  0.6.4claws3
10021
10022         * src/socket.c
10023                 fix ssl deadlock, when peer closes connection
10024
10025 2001-10-24 [paul]       0.6.4claws2
10026
10027         * src/prefs_common.c
10028                 gettextize the gpg ascii-armored warning message
10029
10030         * src/compose.c
10031                 insert a DOS/MAC file into the composed message
10032                 (improvements)
10033
10034         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
10035
10036 2001-10-22 [paul]       0.6.4claws1
10037
10038         * sync with sylpheed 0.6.4 release
10039                 see ChangeLog entries 2001-10-21
10040
10041         * po/fr.po, po/pt_BR.po
10042                 updated by Melvin Hadasht and Fabio Junior Beneditto
10043
10044 2001-10-21 [paul]       0.6.3claws30
10045
10046         * src/compose.c
10047                 insert a DOS text file from the compose window
10048                 into the composed message text (removes CRs characters)
10049                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
10050
10051         * tools/filter_conv.pl, tools/README
10052                 automatically use ~/.sylpheed as working directory
10053                 print out confirmation message on completion
10054
10055         * correct Hoa's last ChangeLog.claws entry
10056
10057 2001-10-20 [hoa]        0.6.3claws29
10058
10059         * src/grouplistdialog.c
10060                 bugfix (another ?) to give the right
10061                 newsgroups list for each news server.
10062
10063         * src/news.c
10064         * src/news.h
10065                 improve the newsgroups list cache
10066
10067 2001-10-20 [paul]       0.6.3claws28
10068
10069         * sync with sylpheed 0.6.3cvs9
10070                 see ChangeLog entry 2001-10-19
10071
10072         * correct Alfons' last ChangeLog.claws entry
10073
10074 2001-10-19 [alfons]
10075
10076         * src/pgptext.[ch]
10077                 fix compilation problems (part of bug #472895)
10078
10079 2001-10-18 [hoa]        0.6.3claws27
10080
10081         * src/grouplistdialog.c
10082                 bugfix when we refresh was clicked (bug 472701)
10083
10084 2001-10-19 [christoph]  0.6.3claws26
10085
10086         * src/compose.c
10087                 last header entry should default to "To:" or
10088                 "Newsgroups:" and not copy the last entry line
10089                 in a new compose window
10090                 (closes bug #472686, #470792)
10091
10092 2001-10-19 [paul]       0.6.3claws25
10093
10094         * sync with Sylpheed 0.6.3cvs8
10095                 see ChangeLog entries 2001-10-18 and 2001-10-19
10096
10097 2001-10-18 [christoph]  0.6.3claws24
10098
10099         * src/procmsg.c
10100                 reimplement ignore thread
10101         
10102 2001-10-18 [hoa]        0.6.3claws23
10103
10104         * src/folderview.c
10105         * src/grouplistdialog.[ch]
10106                 enhanced news subscription interface (feature 469113)
10107
10108         * src/news.c
10109         * src/news.h
10110                 enchanced newsgroup listing,
10111                 now, we can get groups informations
10112                 (NNTPGroupInfo)
10113
10114 2001-10-18 [paul]       0.6.3claws22
10115
10116         * src/summaryview.c
10117                 remove comment (sync with main branch)
10118         * src/mainwindow.c
10119                 fix 'Re-edit' bug in 'Message' menu
10120
10121 2001-10-17 [christoph]  0.6.3claws21
10122
10123         * src/compose.c
10124                 ignore empty or whitespace only header lines
10125
10126 2001-10-17 [paul]       0.6.3claws20
10127
10128         * sync with sylpheed 0.6.3cvs7
10129                 see ChangeLog entries 2001-10-14, 2001-10-16, and
10130                 2001-10-17
10131
10132 2001-10-17 [darko]
10133
10134         * src/compose.c
10135                 wrap long lines without spaces
10136                 don't wrap URLs
10137
10138 2001-10-16 [paul]
10139
10140         * po/es.po, po/nl.po, po/pt_BR.po
10141                 updated by Ricardo Mones Lastra, Alfons,
10142                 and Fabio Junior Beneditto
10143
10144         * sylpheed-0.6.3claws released
10145
10146 2001-10-15 [melvin] 0.6.3claws18
10147
10148         * README.claws
10149                 added summary and detailed installation instructions
10150                 for spell checker
10151         * po/fr.po
10152                 Updated, corrected and completed french translation
10153
10154 2001-10-15 [hoa] 0.6.3claws17
10155         * src/grouplistdialog.c
10156                 we can choose the newsgroups to display with wildcards
10157
10158 2001-10-15 [christoph]  0.6.3claws16
10159
10160         * src/account.c
10161         * src/compose.c
10162         * src/prefs_folder_item.[ch]
10163                 applied wwp <subscript@free.fr>'s folder
10164                 default account patch
10165         * po/de.po
10166                 Fixed wrong translation
10167
10168 2001-10-13 [alfons, christoph, melvin]  
10169                         0.6.3claws15
10170
10171         solution #2 to solve MT-safety problems defers all GUI related calls
10172         to the main thread using a gtk_idle_add() callback. discussed on
10173         ircnet #sylpheed, with christoph spotting some issues with the
10174         original code, and melvin allowing us to lobotomize his sylpheed.
10175
10176         * src/syldap.[ch], src/main.c
10177                 fix race problem in ldap search thread by deferring GUI 
10178                 stuff to main thread using gtk_idle_add()
10179
10180 2001-10-13 [paul]       0.6.3claws14
10181
10182         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
10183                 add Sergey's smtpcred.patch
10184                 adds separate username/password setting for SMTP Auth
10185                 needed by some servers
10186                 (closes feature request #471659)
10187
10188 2001-10-13 [paul]       0.6.3claws13
10189
10190         * src/pgptext.[ch] **NEW FILES**
10191         * src/Makefile.am, src/messageview.c, src/mimeview.c
10192                 decrypt ascii-armored gpg text embedded in
10193                 the message body.
10194                 Submitted by Jens Jahnke <jan0sch@gmx.net>
10195
10196 2001-10-13 [christoph]  0.6.3claws12
10197
10198         * README.claws
10199                 some more details on default to and
10200                 feature requests
10201         * src/main.c
10202                 init glib threading when ldap is used
10203         * src/syldap.c
10204                 threading fixes
10205         * po/de.po
10206                 fixed a typo
10207
10208 2001-10-12 [paul]       0.6.3claws11
10209
10210         * src/prefs_common.[ch], src/rfc2015.c
10211                 enable ascii-armored gpg text to be embedded in the
10212                 message body, selectable through the 'Privacy'
10213                 preferences. Supports encrypting only.
10214                 Submitted by Ravemax <ravemax@dextrose.com>
10215
10216 2001-10-12 [paul]       0.6.3claws10
10217
10218         * sync with sylpheed 0.6.3cvs6
10219                 see ChangeLog entries 2001-10-11 and 2001-11-12
10220
10221         * src/folderview.c
10222                 incorporated mbox folders, scoring, and folder
10223                 properties into the sync
10224
10225 2001-10-12 [darko]      0.6.3claws9
10226
10227         * README.claws
10228                 describe quotation wrapping
10229         * src/compose.c
10230                 don't treat tab as space to calculate line length properly
10231
10232 2001-10-11 [alfons]
10233
10234         * README.claws
10235                 correct description of how to make new filtering system work,
10236                 add some other things
10237                 
10238         * src/syldap.c
10239                 remove sched_yield() (not necessary / unportable)
10240
10241 2001-10-11 [paul]       0.6.3claws8
10242
10243         * sync with sylpheed 0.6.3cvs3
10244                 see ChangeLog entry 2001-10-10
10245
10246 2001-10-10 [christoph]  0.6.3claws7
10247
10248         * .cvsignore
10249                 ignore 2 files created by newer autotools
10250         * src/prefs_folder_item.c
10251                 using table for widget alignment
10252                 fixed memory leak and broken octal display
10253         * src/filesel.c
10254                 fixed segfault caused by lost filename
10255                 workaround (closes bug #469551)
10256
10257 2001-10-10 [paul]       0.6.3claws6
10258
10259         * sync with sylpheed 0.6.3cvs2
10260                 see ChangeLog entries 2001-10-09 and 2001-10-10
10261
10262 2001-10-10 [darko]      0.6.3.claws5
10263
10264         * src/gtkstext.c
10265                 proper calculation of right margin if smart wrapping is enabled
10266         * src/compose.c
10267                 automatically wrap long lines if wrap quotation is enabled
10268
10269 2001-10-09 [alfons]     0.6.3.claws4
10270
10271         * src/summaryview.c
10272                 select correct row when deleting last row in the summary view (and
10273                 close bug "[ #469104 ] select second last in list when deleting")
10274
10275 2001-10-09 [paul]       0.6.3claws3
10276
10277         * sync with sylpheed 0.6.3cvs1
10278                 updated some autotool scripts
10279
10280 2001-10-09 [darko]      0.6.3claws2
10281
10282         * src/gtkstext.[ch]
10283                 new name and mark with Sylpheed comment
10284         * src/compose.c
10285                 smart quotation wrapping a-la VIM
10286
10287 2001-10-08 [paul]       0.6.3claws1
10288
10289         * sync with sylpheed 0.6.3 release
10290                 see ChangeLog entry 2001-10-08
10291
10292 2001-10-08 [paul]       0.6.2claws24
10293
10294         * src/summaryview.c
10295                 more sync with sylpheed 0.6.2cvs12
10296                 Fixed the bug that didn't select the last row correctly
10297
10298
10299 2001-10-07 [paul]       0.6.2claws23
10300
10301         * sync with sylpheed 0.6.2cvs12
10302                 see ChangeLog entry 2001-10-07
10303
10304 2001-10-06 [match]
10305         * src/jpilot.[ch]
10306                 enable jpilot to read unsynch'ed addresses.
10307
10308         * src/editldap_basedn.c
10309                 fix segfault when opening dialog.
10310
10311 2001-10-06 [alfons]     0.6.2.claws22
10312
10313         * src/summaryview.c
10314                 fix bug with summary view selecting last *inserted*
10315                 node instead of last *visible* node. remember we
10316                 work with a tree
10317
10318 2001-10-06 [paul]       0.6.2claws21
10319
10320         * po/pt_BR.po
10321                 updated translation, contains some fixes and new
10322                 translations, submitted by Gustavo Noronha Silva
10323                 <kov@debian.org>
10324
10325         * src/prefs_common.c
10326                 change 'each' to 'every' - fix dubious English
10327
10328         * sync with sylpheed 0.6.2cvs11
10329
10330 2001-10-05 [alfons]     0.6.2claws20
10331
10332         * src/mainwindow.[ch], src/folderview.c
10333                 make composite tool button switch between "Compose News"
10334                 and "Compose Mail" depending on selected folder
10335                 (nifty idea by Kim Schulz <kim@schulz.dk>)
10336
10337 2001-10-05 [paul]       0.6.2claws19
10338
10339         * src/mainwindow.c, src/summaryview.c
10340                 fix 'Message/Reply to all', broken in last commit
10341
10342         * src/compose.c
10343                 fix X_BEENTHERE seg fault, thanks to Alfons
10344
10345 2001-10-04 [paul]       0.6.2claws18
10346
10347         * src/compose.[ch], src/mainwindow.c
10348                 make "Message/Reply" reply to mailing lists; matches
10349                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
10350                 based on portions of the patch submitted by
10351                 Junichi Uekawa <dancer@netfort.gr.jp>
10352
10353 2001-10-04 [darko]      0.6.2claws17
10354
10355         * src/compose.c
10356                 better smart wrapping
10357         * src/gtkstext.[hc]
10358                 a function to make text buffer contiguous
10359
10360 2001-10-03 [paul]       0.6.2claws16
10361
10362         * sync with sylpheed 0.6.2cvs10
10363
10364 2001-10-02 [alfons]
10365
10366         * configure.in
10367         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
10368                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
10369                 references to chinese translations (hope someone picks up
10370                 this)
10371
10372 2001-10-02 [christoph]  0.6.2claws15
10373
10374         * src/compose.c
10375                 fixed non translated header bug
10376         * ChangeLog.claws
10377                 fixed wrong date in alfons last entry ;)
10378
10379 2001-10-02 [alfons]     0.6.2claws14
10380
10381         * src/compose.c, src/prefs_common.[ch]
10382                 add block cursor option
10383
10384 2001-10-02 [paul]       0.6.2claws13
10385
10386         * sync with sylpheed 0.6.2cvs9
10387
10388 2001-09-30 [paul]       0.6.2claws12
10389
10390         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
10391                 updated translations
10392
10393         * po/POTFILES.in
10394                 add 'src/importldif.c'
10395
10396         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
10397                 added eudora-to-vCard conversion tool
10398                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
10399
10400         * sync with sylpheed 0.6.2cvs8
10401
10402 2001-09-30 [paul]
10403
10404         * sylpheed-0.6.2claws released
10405
10406 2001-09-27 [melvin]     0.6.2claws11
10407
10408         * src/gtkspell.c
10409                 fixed crash when using default path (introduced 
10410                 in 0.6.2claws10)
10411                 fixed tiny bug for initial suggestion mode
10412
10413 2001-09-27 [melvin]     0.6.2claws10
10414         
10415         * src/gtkspell.c
10416                 fixed bug where gtkpspell didn't set the path correctly
10417
10418         * README.claws
10419                 added a paragraph about spell checking
10420                 
10421
10422
10423 2001-09-27 [paul]       0.6.2claws9
10424
10425         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
10426                 replace '// comments' with '/* comments */' to prevent
10427                 some compiler warnings 
10428
10429         * sync with sylpheed 0.6.2cvs6
10430
10431 2001-09-26 [alfons]     0.6.2claws8
10432
10433         * src/messageview.c
10434                 introduce return receipt request notification again,
10435                 which was lost because of other semantics in 
10436                 procheader_parse() (???)
10437
10438 2001-09-26 [christoph]  0.6.2claws7
10439
10440         * src/compose.c
10441                 replace comments for old code with #if 0
10442                 readded auto cc, bcc and reply-to
10443         * src/prefs_matcher.c
10444         * src/prefs_scoring.c
10445                 removed some definition (was moved to
10446                 prefs.h)
10447
10448 2001-09-26 [paul]       0.6.2claws6
10449
10450         * src/mainwindow.c
10451                 make 'Follow-up and reply to' sensitive
10452
10453         * more sync with sylpheed 0.6.2cvs5
10454
10455 2001-09-25 [melvin]
10456
10457         * 0.6.2claws5
10458
10459         * src/gtkspell.c
10460                 fixed bug for "US-ASCII" introduced by the encoding code
10461
10462 2001-09-25 [paul]
10463
10464         * 0.6.2claws4
10465
10466         * src/prefs_common.[ch], src/summaryview.c
10467                 'next unread msg' 'go to next folder?' dialog can be
10468                 given default behaviour, either always show dialog,
10469                 or assume 'yes', or assume 'no'
10470                 Submitted by wwp <subscript@free.fr>
10471
10472 2001-09-25 [melvin]
10473                 
10474         * src/compose.c src/gtkspell.[ch]
10475                 added support for different encodings
10476
10477 2001-09-25 [paul]
10478
10479         * more sync with sylpheed 0.6.2cvs5
10480
10481 2001-09-24 [alfons]
10482         
10483         * src/prefs_folder_item.c
10484                 add check for item->prefs->default_to string is NULL and
10485                 add another check when freeing this string
10486
10487 2001-09-24 [paul]
10488
10489         * configure.in
10490                 change to version 0.6.2claws3
10491
10492         * sync with sylpheed 0.6.2cvs5 
10493
10494 2001-09-24 [match]
10495         * src/ldif.[ch], src/importldif.[ch], addressbook.c
10496                 import LDIF files.
10497         * src/addrcache.[ch], addrindex.[ch]
10498                 small update for future
10499         * src/addrbook.c
10500                 fix test XML file.
10501
10502 2001-09-24 [melvin]
10503         * src/gtkspell.[ch]
10504                 added 'Learn from mistakes' option
10505                 better handling of quotes in checked words
10506                 sorted dict list
10507         * po/fr.po
10508                 small update for spell checking stuff
10509
10510 2001-09-23 [alfons]
10511         
10512         * src/gtkspell.c
10513                 edit a little bit so it complies more with main coding style
10514
10515 2001-09-23 [alfons]
10516
10517         * src/folder.[ch], prefs_folder_item.c, compose.c
10518                 migrate "request return receipt" folder property
10519                 to folderlist.xml
10520
10521 2001-09-22 [alfons]
10522
10523         * README.claws **NEW**
10524                 (add things of interest for users of main branch 
10525                 and claws here)
10526
10527         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
10528                 re-implement threading per folder option, but store 
10529                 the setting in folderlist.xml (where it belongs)
10530
10531 2001-09-21 [melvin]
10532
10533         * src/gtkspell.[ch]
10534                 fixed bug when compose window is under another window
10535         * src/prefs_common.[ch] src/compose.c
10536                 changed 'dictionary_path' to 'dictionary' to be consistent
10537                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
10538         * ac/pspell.m4 src/Makefile.am 
10539                 dropped PSPELL_PATH macro
10540         * po/fr.po
10541                 updated translations
10542
10543 2001-09-21 [christoph]
10544
10545         * src/compose.c
10546                 added border around header fields
10547                 keep header type when new field is added
10548
10549 2001-09-20 [christoph]
10550
10551         * src/utils.[ch]
10552                 more portable debug_print with source filename
10553                 and linenumber
10554         * src/procmsg.c
10555                 more newlines after debug messages
10556
10557 2001-09-20 [paul]
10558
10559         * configure.in
10560                 change to version 0.6.2claws2
10561
10562         * sync with sylpheed 0.6.2cvs3
10563
10564 2001-09-19 [melvin]
10565
10566         * src/gtkspell.c
10567                 fixed the post-right-click focus pb
10568                 fixed crash when 'Spell check all' after dict change 
10569                         and when cursor is at the end of the text
10570                 shift-right-click pops up config menu even on misspelled words.
10571         * po/POTFILES.in
10572                 added gtkspell.c
10573
10574 2001-09-19 [melvin]
10575
10576         * src/about.c
10577                 added pspell to compiled-in features list
10578
10579 2001-09-18 [melvin]
10580
10581         * switched to pspell and dropped ispell
10582         * ac/pspell.m4
10583                 new file. autoconf macro for pspell
10584         * ac/Makefile.am 
10585         * configure.in acconfig.h
10586                 added pspell support
10587         * src/Makefile.am
10588         * src/main.c src/compose.[ch] src/gtkspell.[ch]
10589         * src/prefs_common.[ch] 
10590                 added pspell support
10591
10592 2001-09-18 [christoph]
10593
10594         * src/addr_compl.c
10595         * src/template.[ch]
10596                 replace LOG_MESSAGE with debug_print
10597         * src/compose.[ch]
10598                 gui improvements
10599         * src/menu.c
10600                 added newline after debug message
10601         * src/utils.h
10602                 using __VA_ARGS__ for debug_print macro
10603         * tools/.cvsignore
10604                 ignore Makefile and Makefile.in
10605
10606 2001-09-18 [paul]
10607
10608         * configure.in
10609                 change to version 0.6.2claws1
10610         * sync with sylpheed 0.6.2cvs1
10611
10612         * src/matcher.c 
10613         * src/prefs_matcher.c
10614                 add 'score equal to' option, submitted by
10615                 Paul Evans <nerd@freeuk.com>
10616
10617 2001-09-15 [christoph]
10618
10619         * src/mainwindow.c
10620                 comment out menu entry not existing in claws
10621         * src/menu.c
10622                 add debug output for non existing menu entries
10623         * src/summaryview.c
10624                 fix next/prev unread message for ignored threads
10625         * src/utils.[ch]
10626                 add sourcefile and line number to debug output
10627                 otherwise it is sometimes hard to find the
10628                 source code part if debug messages are translated
10629
10630 2001-09-14 [darko]
10631         
10632         * src/folderview.c
10633                 refresh target folder style after colour is changed
10634
10635 2001-09-13 [paul]
10636
10637         * configure.in
10638                 change to version 0.6.1claws3
10639
10640         * sync with sylpheed 0.6.1cvs6
10641
10642 2001-09-13 [darko]
10643         
10644         * src/folderview.c
10645                 fix target folder colourization to use user selected colour
10646
10647 2001-09-12 [darko]
10648         
10649         * src/summaryview.c
10650                 fix crash when message that is marked for copy/move is unmarked
10651
10652 2001-09-09 [paul]
10653
10654         * configure.in
10655                 change to version 0.6.1claws2
10656
10657         * sync with sylpheed 0.6.1cvs3
10658
10659 2001-09-09 [alfons]
10660         
10661         * src/folderview.c
10662                 fix bug with default font used for trash folder text
10663
10664 2001-09-06 [paul]
10665
10666         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
10667                 updated translations
10668
10669         * configure.in
10670                 change to version 0.6.1claws1
10671
10672         * sync with sylpheed 0.6.1cvs2
10673
10674 2001-09-03 [paul]
10675
10676         * po/POTFILES.in
10677                 add Match's new addressbook
10678
10679         * po/de.po
10680                 updated translation submitted by Jens Oberender
10681
10682 2001-09-02 [paul]
10683
10684         * configure.in
10685                 change to 0.6.1claws
10686         * sync with sylpheed 0.6.1 release
10687
10688 2001-09-02 [paul]
10689
10690         * configure.in
10691                 change to 0.6.0claws2
10692
10693         * sync with sylpheed 0.6.0cvs4
10694
10695         * po/pt_BR.po
10696                 updated translation submitted by Fabio Junior Beneditto
10697
10698 2001-09-01 [match]
10699         * pixmaps/
10700                 interface.xpm
10701                 book.xpm
10702                 address.xpm
10703         * src/
10704                 Makefile.am
10705                 a ton of new files
10706
10707 2001-08-31 [paul]
10708
10709         * configure.in
10710                 change to version 0.6.0claws1
10711
10712         * sync with sylpheed 0.6.0cvs1
10713
10714         * po/es.po
10715                 updated translation submitted by Ricardo Mones Lastra
10716
10717         * po/POTFILES.in
10718                 add 'src/prefs_templates.c'
10719
10720         * src/compose.c, src/summaryview.c
10721                 fix segfault on 'Re_edit'               
10722
10723 2001-08-30 [alfons]
10724
10725         * configure.in, Makefile.am
10726         * tools/Makefile.am
10727                 add tools directory to source distribution
10728
10729 2001-08-30 [paul]
10730
10731         * configure.in
10732                 change to version 0.6.0claws
10733
10734         * sync with sylpheed 0.6.0 release
10735
10736 2001-08-30 [christoph]
10737
10738         * configure.in
10739                 removed autoconf version check
10740
10741 2001-08-30 [paul]
10742
10743         * src/account.c, src/compose.c, src/prefs_common.[ch]
10744         * src/procheader.[ch] src/utils.[ch]
10745                 Enhanced automatic account selection on replies
10746                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
10747
10748         * configure.in
10749                 add LDAP and JPilot to the configuration results output.
10750
10751 2001-08-29 [christoph]
10752
10753         * src/summeryview.c
10754                 no bold font for ignored threads
10755
10756 2001-08-29 [paul]
10757
10758         * configure.in
10759                 change to version 0.5.3claws6
10760
10761         * sync with sylpheed 0.5.3cvs10
10762                 src/stringtable.[ch]: New Files
10763
10764         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
10765         * src/pixmaps/sylpheed.xpm
10766                 add mini-icons to windows (by Alfons)
10767
10768 2001-08-27 [paul]
10769
10770         * src/mainwindow.c
10771                 new functions: next_labeled_cb(), prev_labeled_cb()
10772
10773         * src/summaryview.c
10774                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
10775                 summary_select_next_labeled(), summary_select_prev_labeled()
10776
10777         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
10778                 give claws blue folders and a blue trash can
10779
10780 2001-08-27 [paul]
10781
10782         * configure.in
10783                 change to version 0.5.3claws5
10784
10785         * sync with sylpheed 0.5.3cvs9
10786                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
10787
10788 2001-08-24 [christoph]
10789
10790         * src/filesel.c
10791                 keep filename when browsing directories
10792                 (not working for user entered filename, but
10793                  for default name and selected filename from
10794                  file list)
10795         * src/mainwindow.c
10796                 fixed wrong spelling "Folllow-up"
10797         * src/mbox_folder.c
10798         * src/procmsg.c
10799         * src/summaryview.c
10800                 fixed new/unread message count with ignored
10801                 threads (2 commits, first didn't notice no
10802                 longer needed decreasing)
10803         * src/inc.c
10804                 readded scrolling of progress dialog
10805                 (lost in sync)
10806
10807 2001-08-24 [paul]
10808
10809         * configure.in
10810                 change to 0.5.3claws4
10811
10812         * sync with sylpheed 0.5.3cvs7
10813
10814 2001-08-24 [christoph]
10815
10816         * src/compose.c
10817                 set request return receipt when replying
10818                 if it is set is the folder prefs of the
10819                 message
10820         * src/inc.c
10821                 disable final error popup if popups are
10822                 disabled in config (again)
10823
10824 2001-08-23 [paul]
10825
10826         * configure.in
10827                 Change version number to 0.5.3claws3
10828
10829         * sync with sylpheed 0.5.3cvs5
10830
10831         * src/mimeview.c
10832                 double quote '%s' in 'gedit %s' to fix bug when
10833                 opening attachment with spaces in the name
10834
10835 2001-08-22 [alte]
10836         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
10837           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
10838                 initial message templates support
10839
10840
10841 2001-08-22 [paul]
10842
10843         * configure.in
10844                 change version number to 0.5.3claws2
10845
10846         * sync with sylpheed 0.5.3cvs4
10847
10848         * src/procmsg.h src/summaryview.c
10849                 re-implement (un)ignore thread
10850
10851 2001-08-21 [paul]
10852
10853         * src/summaryview.c
10854                 remove unnecessary code
10855         * src/compose.c
10856                 enable 'dynamic' signatures (submitted by
10857                 Eric Limpens <eric@hscg-internet.nl>)
10858
10859 2001-08-21 [paul]
10860
10861         clean up after sync with sylpheed 0.5.3 release
10862
10863         * src/folderview.c
10864                 fix re-introduced font mess, see Christoph's
10865                 entry 2001-06-24
10866
10867         * src/summaryview.c
10868                 remove prev_msgnum
10869                 use sylpheed's small font instead of
10870                 gtk default font for summary view
10871
10872
10873 2001-08-17 [paul]
10874
10875         * configure.in
10876                 add pl to ALL_LINGUAS - sync with main branch
10877
10878         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
10879                 Updated. Translations by Jens Oberender, Ricardo Mones
10880                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
10881
10882         * po/pl.po  ** NEW FILE **
10883                 sync with the main branch
10884
10885         * src/folderview.c
10886                 fix target folder colorizing and refresh problem
10887
10888
10889 2001-08-17 [christoph]
10890
10891         * src/mainwindow.c
10892                 claws uses 4 colors for target folder coloring.
10893                 arrays were not long enough and destroyed the
10894                 stack causing a segfault.
10895                 target folder colorizing does not work anymore
10896                 for me
10897
10898 2001-08-16 [paul]
10899
10900         * configure.in
10901                 change to version 0.5.3claws1
10902
10903         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
10904           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
10905           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
10906
10907                 sync with sylpheed 0.5.3 release, but keep claws method of
10908                 configuring/saving fonts
10909
10910         * src/addressbook.[ch]
10911                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
10912                 in line with a similar change in Hiroyuki's branch
10913
10914         * src/mainwindow.[ch]
10915                 disable main_window_set_thread_option()
10916         * src/prefs_folder_item.c
10917                 comment out &tmps_prefs.enable_thread,
10918         * src/mbox_folder.c, src/procmsg.[ch]
10919                 comment out MSG_IS_IGNORE_THREAD
10920         * src/summaryview.c
10921                 comment out summary_ignore_thread() and summary_unignore_thread()
10922                 comment out MSG_IS_IGNORE_THREAD
10923
10924                 use Hiroyuki's threading instead.
10925
10926
10927
10928 2001-08-15 [paul]
10929
10930         * src/account.c
10931                 use Hiroyuki's 0.5.3 column scheme but also
10932                 include the enable/disable button.
10933         * src/pixmaps/mark.xpm
10934                 add Hiroyuki's amended pixmap
10935
10936 2001-08-13 [christoph]
10937
10938         * src/account.c
10939                 receive at get all column showed wrong state for APOP
10940                 button should only work for POP3 and APOP accounts
10941         * src/prefs_account.c
10942                 added missing preprocessor statement for SSL
10943
10944 2001-08-12 [paul]
10945
10946         * src/account.[ch]
10947                 add 'receive at get all' column and enable/disable
10948                 button.
10949
10950 2001-08-06 [christoph]
10951
10952         * src/account.c
10953                 show usage of SSL in protocol column
10954
10955         * src/imap.c
10956         * src/inc.c
10957                 renamed ssl options
10958
10959         * src/prefs_account.[ch]
10960                 moved ssl options to a new page
10961
10962         * src/send.c
10963         * src/smtp.c
10964         * src/ssl.[ch]
10965                 renamed ssl options
10966                 added support for SMTP STARTTLS command
10967
10968 2001-08-05 [christoph]
10969
10970         * configure.in
10971                 debian autoconf needs version check to find
10972                 correct autoconf version. if the file is
10973                 named configure.in 2.13 is used, which does
10974                 not work with this configure.in script.
10975                 other solution would be to rename the script
10976                 to configure.ac as suggested in the autoconf
10977                 manual.
10978
10979         * src/inc.c
10980                 disable final error popup if popups are
10981                 diabled in config
10982
10983         * src/socket.c
10984                 bugfix in ssl_gets
10985                 fixes IMAP over SSL problem
10986
10987 2001-08-03 [paul]
10988
10989         * configure.in
10990                 change to 0.5.2claws1
10991
10992         * sync with sylpheed 0.5.2cvs1
10993
10994 2001-08-02 [alfons]
10995
10996         * configure.in
10997                 quick fix for ispell detection...
10998
10999 2001-08-01 [paul]
11000
11001         * configure.in
11002                 change to 0.5.1claws4
11003
11004         * sync with sylpheed 0.5.1cvs7
11005
11006 2001-07-31 [alfons]
11007
11008         * src/prefs_common.c, src/prefs_common.h, 
11009           src/gtkspell.c, src/gtkspell.h
11010                 add global spelling checker settings (compose tab) +
11011                 selection of dictionary 
11012           
11013         * configure.in  
11014                 guess valid ispell location
11015
11016 2001-07-31 [paul]
11017
11018         * po/POTFILES.in
11019                 removal of 'src/quote_fmt_parse.c'
11020         * po/de.po
11021                 Updated de.po
11022                 (submitted by Jens Oberender <didge@suse.de>)
11023
11024 2001-07-31 [darko]
11025
11026         * src/folder.[ch]
11027         * src/folderview.[ch]
11028         * src/mainwindow.c
11029         * src/mh.c
11030         * src/prefs_common.[ch]
11031         * src/summaryview.c
11032                 target folder colourization
11033
11034 2001-07-30 [paul]
11035
11036         more sync with Sylpheed 0.5.1cvs6 
11037
11038 2001-07-30 [darko]
11039
11040         * src/mh.c
11041         * src/prefs_folder_item.[hc]
11042         * src/summaryview.c
11043                 shared folders support with a GUI
11044
11045 2001-07-29 [paul]
11046
11047         0.5.1claws3
11048
11049         * sync with Sylpheed 0.5.1cvs6
11050
11051 2001-07-29 [paul]
11052
11053         * po/pt_BR.po
11054                 updated
11055                 (submitted by Fabio Junior Beneditto)
11056
11057 2001-07-28 [paul]
11058
11059         * src/procmime.c
11060         * AUTHORS
11061                 patch to correct bad image mime headers
11062                 (submitted by Don Quijote <dq@searchlores.org>)
11063
11064 2001-07-28 [paul]
11065
11066         * tools/gif2xface.pl   **NEW FILE**
11067         * tools/README
11068                 script to convert file.gif to file.xface for
11069                 use in a custom header.
11070                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
11071
11072 2001-07-27 [alfons]
11073         
11074         * configure.in
11075                 change macros for detecting JPilot and LDAP
11076
11077 2001-07-27 [christoph]
11078
11079         * src/filtering.c
11080                 code cleanup (MIN / MAX warning, needed casting)
11081
11082 2001-07-27 [alfons]
11083
11084         * procheader.c
11085                 disallow setting flags when detecting certain headers
11086                 (X-Status, Status, Seen, X-Seen). 
11087         
11088         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
11089
11090 2001-07-27 [christoph]
11091
11092         * src/prefs_filter.c
11093         * src/prefs_filtering.c
11094         * src/prefs_matcher.c
11095         * src/prefs_scoring.c
11096                 scroll list when moving rows up or down
11097
11098         * src/imap.c
11099         * src/imap.h
11100         * src/prefs_account.c
11101         * src/prefs_account.h
11102         * src/send.c
11103                 SMTP over SSL (untested, feedback requested)
11104                 IMAP over SSL
11105
11106         * src/ssl.c
11107                 code cleanup
11108
11109 2001-07-26 [alfons]
11110         
11111         * configure.in, acconfig.h
11112                 define CLAWS (need this for main / claws detection)
11113
11114 2001-07-25 [alfons]
11115
11116         * configure.in
11117                 Sylpheed 0.5.1claws2
11118                 
11119         * sync with Sylpheed 0.5.1cvs4
11120
11121 2001-07-25 [christoph]
11122
11123         * src/scoring.c
11124                 fixed segfault
11125                 item->prefs == NULL (don't know why)
11126
11127 2001-07-25 [alfons]
11128
11129         * configure.in
11130                 Sylpheed 0.5.1claws1
11131
11132         * sync with Sylpheed 0.5.1cvs1-3
11133
11134 2001-07-24 [christoph]
11135
11136         * src/folderview.c
11137         * src/prefs_folder_item.[ch]
11138                 added folderitem preferences dialog with
11139                 default To: and auto request return receipt
11140
11141         * src/compose.[ch]
11142         * src/menu.[ch]
11143                 changes to handle new folderitem preferences
11144
11145         * src/mainwindow.c
11146         * src/summaryview.c
11147                 call compose new mail with current folderitem
11148
11149 2001-07-24 [alfons]
11150
11151         Release Sylpheed 0.5.1claws
11152
11153         * configure.in
11154                 change to release version 0.5.1claws
11155
11156 2001-07-24 [christoph]
11157
11158         * src/summaryview.c
11159                 fixed segfault that happend when the selected
11160                 message was removed while retrieving new messages.
11161
11162         * po/es.po
11163                 updated translation
11164                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
11165
11166 2001-07-22 [alfons]
11167
11168         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
11169         this is a work in progress, for more information: http://nlpagan.net/sylman 
11170         
11171         * configure.in, src/mainwindow.c, manual/Makefile.am
11172                 add support for English manual
11173
11174         * AUTHORS
11175                 add authors of user manuals
11176
11177         * manual/en/sylpheed*.html
11178                 add English documentation
11179
11180 2001-07-22 [christoph]
11181
11182         * po/POTFILES.in
11183                 added src/ssl.c
11184         * src/ssl.c
11185                 changed a wrong debug message
11186
11187 2001-07-22 [alfons]
11188
11189         * po/nl.po
11190                 update Dutch translation
11191
11192         * src/prefs_filtering.c, 
11193           src/prefs_matcher.c
11194                 add more translatable strings           
11195
11196 2001-07-21 [alfons]
11197
11198         0.5.0claws7
11199
11200         * configure.in
11201                 change version
11202
11203         * src/inc.c, src/summaryview.[ch]
11204                 prevent update of mark file when filtering has done, by
11205                 using a variable; this affects two functions:
11206                         inc.c::inc_finished()
11207                         summaryview.c::summary_show()
11208
11209 2001-07-20 [alfons]
11210
11211         * src/filtering.[ch], src/prefs_filtering.c, 
11212           src/matcher.[ch]
11213                 add filtering action for label coloring 
11214
11215         * po/POTFILES.in
11216                 add labelcolors.c
11217
11218         * added src/labelcolors.c
11219         * added src/labelcolors.h
11220         * src/Makefile.am, src/summaryview.c
11221                 rearrange label coloring code
11222
11223         * src/procmsg.h
11224                 add more parentheses so label colouring works correctly
11225
11226         * src/filtering.c
11227                 don't really delete message, but move it to Trash
11228
11229         * src/prefs_matcher.c
11230                 add quote options to info dialog
11231
11232 2001-07-20 [christoph]
11233
11234         * src/Makefile.am
11235         * src/inc.c
11236         * src/main.[ch]
11237         * src/socket.h
11238         * src/ssl.[ch] (new)
11239                 moved ssl stuff to a seperate file
11240
11241 2001-07-20 [darko]
11242
11243         * src/summaryview.c
11244                 fix show sender using address book with no e-mail
11245                 address in From: field
11246
11247 2001-07-19 [alfons]
11248
11249         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
11250                 fix messy handling of escaping... now at least the
11251                 execute command is useful. escape char is '\', we
11252                 accept \n and \r too. 
11253
11254                 Real life example:
11255                 
11256                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
11257                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
11258
11259 2001-07-18 [alfons]
11260
11261         0.5.0claws6
11262
11263         * src/summaryview.c
11264                 clean up
11265
11266         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
11267           src/procmsg.[ch]
11268                 revise filtering; currently move, copy, marking have
11269                 been tested. if you like bleeding edge stuff, you
11270                 should definitely go for this version :)
11271
11272         * mark old working stuff as VERSION_0_5_0_CLAWS5        
11273
11274 2001-07-17 [christoph]
11275
11276         * src/utils.c
11277                 timestamp log
11278
11279 2001-07-17 [alfons]
11280
11281         0.5.0claws5
11282
11283         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
11284           bits in the mark file, without affecting either branch. Lots of
11285           files changed, also in claws branch.
11286
11287           UNTESTED: use of mbox folders
11288
11289         * src/summaryview.c
11290                 added mark all read; however this was a quick hack used for
11291                 cleaning up mess after initial merge with Hiroyuki
11292
11293         * configure.in
11294                 change claws version number back to 0.5.0claws5 to clear up 
11295                 confusion & pretension (recent release was technically 
11296                 0.5.0claws4, so we neatly align with Hiroyuki :-)
11297
11298 2001-07-16 [alfons]
11299
11300         sync with Hiroyuki's 0.5.0cvs4
11301
11302 2001-07-16 [alfons]
11303
11304         0.5.1claws3
11305
11306         * src/filtering.[ch]
11307                 remove invalid updating of mark files for 
11308                 filter actions MATCHING_ACTION_MOVE and 
11309                 MATCHING_ACTION_DELETE; this should fix the
11310                 folder update bug
11311                 
11312         * src/procmsg.c
11313                 revert Christoph's stab at fixing the folder 
11314                 update bug
11315
11316         * po/POTFILES.in
11317                 add missing files with translatable strings
11318
11319         * src/summaryview.c
11320                 remove debug print
11321
11322 2001-07-15 [alfons]
11323
11324         * src/addr_compl.[ch], src/prefs_filtering.c
11325                 make "filtering pref dialog's destination entry" an
11326                 "address completable entry", if filter destination is 
11327                 an email address
11328
11329         0.5.1claws2
11330         
11331         sync with Hiroyuki's 0.5.0cvs2-3
11332
11333 2001-07-15 [christoph]
11334
11335         * src/procmsg.c
11336                 fixed folder stats update after incorporation
11337
11338 2001-07-15 [alfons]
11339
11340         * src/summaryview.c
11341                 * finish label colouring stuff (for now)
11342                 * fix incorrect colour bug (off by one) 
11343
11344 2001-07-14 [alfons]
11345
11346         * src/mainwindow.c
11347                 change text labels for news and mail message so there's
11348                 plenty of toolbar estate left
11349
11350         * configure.in
11351                 0.5.1claws1
11352
11353         * src/folderview.c
11354           src/folder.[ch]
11355                 sync with Hiroyuki's 0.5.0cvs1
11356
11357         * src/summaryview.c
11358                 more rewrite label colouring
11359
11360 2001-07-14 [alfons]
11361
11362         * src/summaryview.[ch]
11363                 * start rewrite label colouring 
11364                 * fix proper location "Add Sender To Addressbook" menu item
11365
11366 2001-07-13
11367
11368         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
11369         (actually this is 0.5.0claws4)
11370
11371 2001-07-13 [alfons]
11372
11373         * po/pt_BR.po
11374                 * fix duplicate message
11375                 * add updated Portugese / Brazilian translation
11376                   submitted by Fabio Junior Beneditto
11377
11378 2001-07-12 [alfons]
11379
11380         * AUTHORS
11381                 add Jens
11382
11383         * po/nl.po
11384                 add updated Dutch translation
11385
11386         * po/de.po
11387                 add updated German translation submitted by Jens
11388
11389 2001-07-11 [alfons]
11390
11391         Prerelease before 0.5.0claws. Please test.
11392         This version is temporarily tagged as VERSION_0_5_0_TEST
11393
11394         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
11395           src/prefs_scoring.c, src/prefs_matcher.c, 
11396           src/prefs_filtering.c, src/mbox.c, 
11397           src/main.c, src/inc.c, src/filtering.[ch]
11398                 revert new Hoa's new matcher (does not work yet)
11399
11400         * src/Makefile.am
11401                 clean up
11402
11403 2001-07-10
11404
11405         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
11406
11407
11408 2001-07-10 [alfons]
11409
11410         * Makefile.am
11411                 add ChangeLog.claws to EXTRA_DIST
11412         * src/Makefile.am
11413                 add matcher_parser_parse.h to EXTRA_DIST
11414
11415 2001-07-10 [christoph]
11416
11417         * src/inc.c
11418                 add destination folder to table of
11419                 folders that need to be updated after
11420                 incorporation
11421
11422 2001-07-10 [alfons]
11423
11424         * folder.[ch]
11425           folderview.c
11426                 make collapse state of folders and folder items persistent, i.e.
11427                 if you collapse a folder tree, the next time sylpheed-claws starts 
11428                 up the folder tree remains collapsed.  
11429                 
11430 2001-07-10 [christoph]
11431
11432         * acconfig.h
11433         * configure.in
11434                 added --enable-ssl
11435         * src/md5.[ch]
11436                 renamed MD5_CTX to MD5_CTX_syl
11437                 conflicts with a struct in openssl
11438         * src/inc.c
11439         * src/main.[ch]
11440         * src/prefs_account.[ch]
11441         * src/socket.[ch]
11442                 SSL support for POP
11443         * src/mainwindow.c
11444                 fixed compose with current account
11445                 broken by new compose button stuff
11446
11447 2001-07-09 [hoa]
11448
11449         * AUTHORS
11450                 changed my email address
11451
11452         * src/matcher_parser_parse.y
11453                 clean the parser to remove conflicts
11454
11455 2001-07-09 [alfons]
11456
11457         * AUTHORS
11458                 add Match Grun
11459
11460         * configure.in
11461                 fix incorrect description of --enable-ldap parameter
11462
11463         * src/prefs_common.[ch]
11464           src/compose.c
11465                 add experimental option "smart wrapping" which makes the
11466                 compose editor auto wrap.
11467                 
11468                 | TODO: the problem with the buggy cursor handling is caused |
11469                 | by the GtkText. when deleting / backspacing text its       |
11470                 | wrapping algorithm does not take in account the previous   |
11471                 | line. should find a way to hack this in.                   |
11472                 | or should perhaps combine this with the word wrapping      |
11473                 | patch i wrote in january.                                  |
11474
11475         * src/about.c
11476                 show build parameters for LDAP and JPilot
11477
11478         * src/summaryview.c
11479                 revert Christoph's bugfix for selecting next unread message, 
11480                 because folder stats aren't updated correctly
11481
11482 2001-07-08 [hoa]
11483
11484         * src/filtering.c
11485         * src/mainwindow.c
11486         * src/matcher.c
11487         * src/matcher_parser_lex.l
11488         * src/matcher_parser_parse.y
11489         * src/prefs_filtering.c
11490         * src/prefs_scoring.c
11491         * src/scoring.c
11492                 bugfix of the config file parser
11493
11494 2001-07-08 [alfons]
11495
11496         * src/Makefile.am
11497                 added generated matcher sources to BUILT_SOURCES
11498
11499 2001-07-08 [hoa]
11500
11501         * src/Makefile.am
11502         * src/.cvsignore
11503                 added new config file parser
11504
11505         * src/scoring.[ch]
11506         * src/filtering.[ch]
11507         * src/matcher.[ch]
11508         * src/prefs_filtering.c
11509         * src/prefs_matcher.c
11510         * src/prefs_scoring.c
11511         * added src/matcher_parser.h
11512         * added src/matcher_parser_lex.h
11513         * added src/matcher_parser_lex.l
11514         * added src/matcher_parser_parse.y
11515                 lex & yacc config file parser
11516
11517         * src/mbox.c
11518         * src/inc.c
11519         * src/main.c
11520                 changes prefs_filtering into global_filtering           
11521
11522         * src/summaryview.c
11523                 build threads with subjects only if "Re: " is at the
11524                 beginning of the subject
11525
11526 2001-07-07 [paul]
11527
11528         0.5.0claws
11529
11530         sync with sylpheed 0.5.0
11531                 change of version number only
11532
11533 2001-07-06 [paul]
11534
11535         0.5.0claws5
11536
11537         sync with sylpheed 0.5.0pre5
11538
11539 2001-07-05 [paul]
11540
11541         sync with sylpheed 0.5.0pre4 release
11542                 /po and /manual/ja not sync'ed
11543
11544 2001-07-04 [paul]
11545
11546         more sync with sylpheed 0.5.0pre4
11547
11548 2001-07-03 [christoph]
11549
11550         * src/addressbook.c
11551                 fixed address book broken by address book
11552                 for VCard, JPilot, LDAP
11553
11554 2001-07-03 [alfons]
11555
11556         * src/matcher.c
11557         * src/textview.c
11558                 stopped memory leaks
11559
11560 2001-07-03 [paul]
11561
11562         more sync with sylpheed 0.5.0pre4
11563
11564 2001-07-02 [match]
11565
11566         * included address book patch for VCard, JPilot, LDAP
11567         * pref_common.c - fixed Font options on Display tab (cosmetic)
11568         * alertpanel.c - fixed truncated message
11569
11570 2001-07-02 [christoph]
11571
11572         * src/mbox_folder.c
11573         * src/procmsg.[ch]
11574         * src/summaryview.c
11575                 mark threads for ignoring
11576
11577 2001-07-02 [paul]
11578
11579         0.5.0claws4
11580
11581         * sync with sylpheed 0.5.0pre4
11582                 updated gettext to 0.10.38.
11583
11584 2001-07-01 [paul]
11585
11586         * src/ mainwindow.c
11587         * src/procmsg.h
11588         * src/summaryview.[ch]
11589                 new right-click option: Label.
11590                 substitute for 'Mark-->Mark/Unmark', colours the line.
11591                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
11592
11593 2001-07-01 [christoph]
11594
11595         * src/folderview.c
11596                 fixed font for trash
11597         * src/summaryview.c
11598                 move ctree to unread message
11599
11600 2001-07-01 [paul]
11601
11602         * sync with sylpheed 0.5.0pre3 release
11603
11604 2001-06-30 [alfons]
11605
11606         * src/filesel.[ch]
11607         * src/compose.c
11608                 allow inserting / attaching multiple files in
11609                 the composer window
11610
11611 2001-06-30 [paul]
11612
11613         * src/codeconv.c
11614                 small change to Alfons' previous stuff so that it
11615                 actually makes
11616
11617 2001-06-30 [alfons]
11618
11619         * lots of files changed; first attempt to merge the changes
11620           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
11621
11622 2001-06-30 [paul]
11623
11624         * po/pt_BR.po
11625                 updated and completed, translations by Fabio
11626                 Junior Beneditto <fjbeneditto@yahoo.com.br>
11627
11628 2001-06-29 [alfons]
11629
11630         * src/compose.c
11631         * src/mimeproc.[ch]
11632                 allow selecting an attached files' mime type from a 
11633                 list of types.
11634
11635 2001-06-29 [paul]
11636
11637         * more sync with sylpheed 0.5.0pre3
11638
11639 2001-06-29 [paul]
11640
11641         * po/pt_BR.po
11642                 merge with sylpheed.pot and pt_BR.po provided by
11643                 Fabio Junior Beneditto.
11644
11645 2001-06-29 [darko]
11646
11647         * src/procmime.c
11648                 make MIME types case insensitive
11649
11650 2001-06-28 [alfons]
11651
11652         * po/nl.po
11653                 merge with sylpheed.pot and old nl.po; translations added.
11654
11655 2001-06-28 [paul]
11656
11657         * more sync with sylpheed 0.5.0pre3
11658
11659 2001-06-27 [alfons]
11660
11661         * src/summaryview.c
11662                 don't crash when removing parent node of messages
11663                 attracted by subject. this was caused by not deleting
11664                 the parent node from the subject line hash table.
11665
11666 2001-06-27 [alfons]
11667
11668         * src/summaryview.c
11669         * src/compose.[ch]
11670         * src/mainwindow.c
11671                 if there are multiple messages selected, allow forwarding
11672                 them as attachments.
11673
11674 2001-06-27 [paul]
11675
11676         * more sync with sylpheed 0.5.0pre3
11677
11678 2001-06-26 [paul]
11679
11680         0.5.0claws3
11681
11682         * sync with sylpheed 0.5.0pre3
11683
11684 2001-06-25 [paul]
11685
11686         * src/mainwindow.c
11687                 fixed 'compose news article' bug
11688                 from icon-and-text toolbar
11689
11690 2001-06-25 [paul]
11691
11692         * sync with sylpheed 0.5.0pre2 release
11693
11694 2001-06-24 [christoph]
11695
11696         * src/prefs_common.c
11697                 bug fix in font selection
11698         * src/folderview.c
11699                 use sylpheed's normal font instead of
11700                 gtk default font for folders without
11701                 new messages
11702
11703 2001-06-24 [alfons]
11704
11705         * src/mainwindow.[ch]
11706                 added composite compose mail / news button (an idea by Leandro
11707                 Pereira <leandro@linuxmag.com.br>)
11708
11709 2001-06-24 [paul]
11710
11711         Added instructions for ldif-to-xml.py
11712
11713         * tools/README
11714
11715 2001-06-23 [alfons]
11716
11717         Some minor things.
11718
11719         * src/pixmaps/stock_news_compose.xpm
11720                 added pixmap by Leandro
11721         * src/prefs_common.c
11722                 tested built-in spelling checker of GCC 3.0 :)
11723         * po/nl.po
11724                 merged dutch translation of sylpheed-main with
11725                 sylpheed.pot
11726
11727 2001-06-23 [paul]
11728
11729         Added tools directory and files.
11730
11731         * tools/filter_conv.pl
11732                 converts old filter system to new filtering system
11733         * tools/ldif-to-xml.py
11734                 converts netscape addressbook to sylpheed addressbook
11735         * tools/README
11736                 descriptions/instructions for above two files
11737
11738 2001-06-23 [christoph]
11739
11740         * src/inc.c
11741         * src/manage_window.[ch]
11742         * src/prefs_common.[ch]
11743                 mail retrieval dialog can be enabled, disabled
11744                 or hidden if non of sylpheed's windows is active
11745
11746 2001-06-22 [paul]
11747
11748         0.5.0claws2
11749
11750         * sync with sylpheed 0.5.0pre2
11751
11752 2001-06-21 [christoph]
11753
11754         * src/summaryview.c
11755                 show recipient on 'from' for all accounts
11756                 
11757         * src/inc.c
11758         * src/prefs_common.[ch]
11759                 disable error popup on mail receive errors
11760
11761 2001-06-21 [alfons]
11762
11763         * src/compose.c
11764                 made the ruler correctly appear and disappear.
11765
11766         * src/Makefile.am
11767                 removed Hoa's work-in-progress-stuff (interesting!) so 
11768                 claws compiles ok.
11769
11770 2001-06-20 [christoph]
11771
11772         * src/inc.c
11773         * src/progressdialog.c
11774                 added scrolled window for list in progressdialog
11775
11776 2001-06-20 [paul]
11777
11778         sync with sylpheed 0.5.0pre1 release
11779
11780 2001-06-20 [christoph]
11781
11782         * src/summeryview.c
11783                 make building threads by subject work when
11784                 thread view is enabled
11785                 
11786         * src/compose.c
11787         * src/prefs_common.[ch]
11788                 automatically select account for mail replys
11789
11790 2001-06-19 [sergey]
11791
11792         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
11793         they are filled in from the account settings.
11794
11795 2001-06-19 [paul]
11796
11797         * more sync with sylpheed 0.5.0pre1
11798
11799 2001-06-18 [alfons]
11800
11801         * src/Makefile.am,
11802           src/procmime.c
11803                 added --sysconfdir to CPPFLAGS for pointing to the correct
11804                 location of mime.types. 
11805
11806                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
11807                 or ./configure!
11808
11809 2001-06-18 [hoa]
11810
11811         * src/summaryview.c
11812                 fixed some bug when building threads
11813
11814 2001-06-18 [pau]l
11815
11816         * src/prefs_account.c
11817                 UI stuff: More changes to the English
11818
11819 2001-06-18 [paul]
11820
11821         * src/pixmaps/stock_news_compose.xpm: new file
11822         * src/Makefile.am
11823         * src/mainwindow.c
11824         * src/summaryview.c
11825                 Added new icon for Hoa's 'compose a news
11826                 message', plus minor improvements to the
11827                 English
11828
11829         * po/ja.po
11830         * ChangeLog
11831         * ChangeLog.jp
11832                 more sync with sylpheed 0.5.0pre1
11833
11834 2001-06-18 [hoa]
11835
11836         * src/compose.[ch]
11837         * src/mainwindow.c
11838                 Follow-up and reply to
11839
11840         * src/summaryview.[ch]
11841                 Build threads also with subjects
11842
11843 2001-06-17 [hoa]
11844
11845         * src/compose.c
11846                 forwarding use the current account.
11847
11848         * src/mainwindow.c
11849                 the "compose message" button has been replaced with
11850                 "new mail" and "new news" buttons
11851
11852         * src/prefs_common.[ch]
11853                 added a configuration option to use the forward button
11854                 as "forward as attachment"
11855                 changed reply and forward format description
11856
11857         * src/quote_fmt_lex.l
11858         * src/quote_fmt_parse.y
11859                 added message with no signature in format for reply
11860                 and forward.
11861
11862 2001-06-17 [paul]
11863
11864         Minor UI stuff
11865
11866         * src/mainwindow.c
11867         * src/summaryview.c
11868                 Improvements to the English
11869
11870         * src/prefs_common.c
11871                 Improvements to the English and some
11872                 clarity/continuity improvements in the
11873                 description of Quote symbols.
11874
11875 2001-06-17 [paul]
11876
11877         0.5.0claws1
11878
11879         * sync with sylpheed 0.5.0pre1
11880
11881 2001-06-17 [hoa]
11882
11883         * src/compose.c
11884                 Better interface for compose, displayed fields
11885                 are updated whenever we change account.
11886                 Newsgroups field is automatically filled.
11887
11888         * src/mainwindow.c
11889                 Newsgroups field is automatically filled.
11890
11891         * src/prefs_account.c
11892                 Some interface stuff when fields appear and
11893                 disappear.
11894
11895 2001-06-16 [paul]
11896
11897         0.4.99claws
11898
11899         * sync with sylpheed 0.4.99
11900
11901 2001-06-16 [sergey]
11902
11903         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
11904         base64_decoder_free, base64_decoder_decode): new object and
11905         functions for decoding base64 streams.
11906         * src/procmime.c (procmime_decode_content): modified to use the
11907         new base64 decoder.
11908
11909 2001-06-15 [paul]
11910
11911         0.4.99claws10
11912
11913         * sync with sylpheed 0.4.99cvs11
11914
11915 2001-06-13 [paul]
11916
11917         0.4.99claws9
11918
11919         * sync with sylpheed 0.4.99cvs9
11920
11921 2001-06-13 [hoa]
11922
11923         * src/compose.c
11924         * src/prefs_account.c
11925
11926                 SMTP server can be defined in the news account
11927                 mime type of attachment are kept.
11928
11929         * src/summaryview.c
11930
11931                 now choose the highest important score between default
11932                 and important score of folder.
11933
11934 2001-06-09 [alfons]
11935         
11936         * src/prefs_common.c: 
11937
11938                 (prefs_quote_description_create): corrected description of 
11939                 quote format characters
11940
11941 2001-06-09 [paul]
11942
11943         0.4.99claws8
11944
11945         * sync with sylpheed 0.4.99cvs8
11946
11947 2001-06-08 [sergey]
11948
11949         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
11950         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
11951
11952 2001-06-08 [paul]
11953
11954         0.4.99claws7
11955
11956         * sync with sylpheed 0.4.99cvs7
11957
11958 2001-06-06 [sergey]
11959
11960         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
11961         clashes with autogenerated header).
11962         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
11963         * src/Makefile.am: added quote_fmt.h.
11964         * src/.cvsignore: added lex/yacc autogenerated files
11965         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
11966
11967 2001-06-06 [paul]
11968
11969         0.4.99claws6
11970
11971         * sync with sylpheed 0.4.99cvs6
11972
11973 2001-06-06 [hoa]
11974
11975         * added src/quote_fmt_parse.h
11976         * src/compose.c
11977                 removed warnings
11978
11979         * src/prefs.[ch]
11980                 don't modify readonly configuration files
11981
11982         * src/prefs_account.c
11983         * src/prefs_common.c
11984         * src/prefs_customheader.c
11985         * src/prefs_display_header.c
11986         * src/prefs_filter.c
11987         * src/prefs_filtering.c
11988         * src/prefs_scoring.c
11989                 don't open dialog box when configuration files
11990                 are readonly
11991
11992 2001-06-05 [sergey]
11993
11994         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
11995
11996         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
11997         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
11998         BUILT_SOURCES to make all files rebuild properly.
11999
12000         * src/compose.c: removed #include "quote_fmt.tab.h".
12001
12002         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
12003         CHARACTER value in yylval.
12004
12005         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
12006         receive CHARACTER value by documented means (yylval).
12007
12008         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
12009
12010 2001-06-05 [hoa]
12011
12012         * src/Makefile.am
12013                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
12014
12015         * src/filtering.c
12016         * src/matcher.c
12017         * src/matcher.h
12018         * src/prefs_filtering.c
12019                 now keep the configuration for execute action
12020
12021         * src/mbox_folder.c
12022                 fixed a warning
12023
12024 2001-06-05 [paul]
12025
12026         * sync with sylpheed 0.4.99cvs5
12027
12028 2001-06-05 [hoa]
12029
12030         * src/Makefile.am
12031                 added quote_fmt.[ch]
12032
12033         * added src/quote_fmt.y
12034         * added src/quote_fmt.l
12035         * added src/quote_fmt.tab.h
12036         * added src/quote_fmt.tab.c
12037         * added src/lex.quote_fmt.c
12038                 parsing configuration for replying
12039                 and forwarding
12040
12041         * src/prefs_common.[ch]
12042                 added configuration UI for replying
12043                 and forwarding
12044
12045         * src/compose.c
12046                 using configuration for replying
12047                 and forwarding
12048
12049 2001-06-04 [hoa]
12050
12051         * src/filtering.c
12052         * src/matcher.c
12053         * src/matcher.h
12054         * src/prefs_filtering.c
12055         * src/prefs_matcher.c
12056         * src/prefs_matcher.h
12057                 action "run a command" for filtering
12058                 and matching with a command.
12059                 fixed the "whole message" matching
12060
12061         * src/mbox_folder.c
12062                 changed temporary filename for security
12063
12064         * src/messageview.c
12065                 queue the notification if it fails to send.
12066
12067         * src/prefs_common.c
12068         * src/prefs_folder_item.c
12069                 changed the default important score             
12070
12071         * src/prefs_scoring.c
12072         * src/scoring.c
12073                 hide kill score input when the folder is not
12074                 a newsgroup
12075
12076 2001-06-03 [alfons]
12077
12078         * src/prefs_common.c:
12079
12080                 (prefs_font_select): pass font name in font entry box to font
12081                 selection dialog.
12082
12083 2001-06-03 [sergey]
12084
12085         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
12086
12087 2001-06-03 [paul]
12088
12089         * sync with sylpheed 0.4.99cvs4
12090
12091 2001-06-03 [alfons]
12092
12093         * src/headerwindow.c:
12094
12095                 (headerwindow_show_cb): use the selected summary view item, not
12096                 the displayed item.
12097
12098 2001-06-02 [alfons]
12099
12100         * src/headerwindow.c:
12101
12102                 (headerwindow_show_cb): always try to show msginfo
12103
12104 2001-06-02 [hoa]
12105
12106         * src/compose.c
12107                 keep attached parts when reediting or forwarding.
12108
12109 2001-06-01 [hoa]
12110
12111         * src/folderview.c
12112         * src/prefs_folder_item.[ch]
12113         * src/prefs_scoring.[ch]
12114         * src/scoring.[ch]
12115         * src/summaryview.[ch]
12116         * src/main.c
12117         * src/mainwindow.c
12118         * src/prefs_common.[ch]
12119                 support for folder scoring
12120                 kill score and important score for messages
12121         
12122         * src/prefs_account.c
12123                 some display bug fixed for local account
12124                 preferences
12125
12126 2001-05-31 [alfons]
12127
12128         * src/summaryview.c:
12129
12130                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
12131                 sender to address book menu item is disabled.
12132
12133 2001-05-30 [hoa]
12134
12135         * src/filtering.[ch]
12136         * src/summaryview.c
12137                 handling summary menu / filter messages
12138
12139         * src/folder.[ch]
12140                 add some stuff
12141
12142         * src/foldersel.c
12143                 imap folders now appears in list
12144
12145         * src/mbox_folder.c
12146                 doesn't crash if destination mail is not writeable
12147
12148 2001-05-29 [hoa]
12149
12150         * src/compose.c
12151                 removed some warnings
12152
12153         * src/filtering.c
12154         * src/folder.[ch]
12155         * src/prefs_filtering.c
12156                 global string to identify any folders           
12157                 removed some debug info
12158                 filtering to mbox folders is now possible
12159
12160         * src/mainwindow.c
12161                 removed some warnings
12162
12163         * src/mbox_folder.c
12164                 permission on files are changed to read/write for user only,
12165                 nothing for other.
12166                 creation of subfolder is handled better.
12167
12168 2001-05-28 [alfons]
12169
12170         Verified the sync for src/prefs_common.[ch] and
12171         src/prefs_account.[ch]. I believe there were some
12172         minor indentation differences.
12173
12174 2001-05-28 [paul]
12175
12176         0.4.99claws3
12177
12178         * sync with 0.4.99cvs3
12179
12180 2001-05-28 [hoa]
12181
12182         * src/compose.c
12183                 handling flags for mbox format
12184
12185         * src/filtering.c
12186                 use of mark file only for MH format
12187                 handling flags for mbox format
12188                 filtering cannot yet move or copy mails to mbox folders.
12189
12190         * src/folder.[ch]
12191                 changed move_msg, copy_msg,
12192                 move_msgs_with_dest, copy_msgs_with_dest functions
12193                 uses only folder->copy_msg() function
12194                 uses folder->finished_copy() to handle the destination
12195                 folder at the end of the copy or move operation.
12196
12197         * src/foldersel.c
12198                 included mbox directories.
12199
12200         * src/folderview.[ch]
12201         * src/mainwindow.c
12202                 handle folders operation for mbox format
12203
12204         * src/mbox.c
12205                 disable conversion of "From " header
12206
12207         * src/mbox_folder.[ch]
12208                 completion of mbox format handling
12209
12210         * src/mh.c
12211                 changed mh_copy_msg() function and
12212                 removed mh_move_msg(), mh_move_msgs_with_dest(),
12213                 mh_copy_msgs_with_dest()
12214
12215         * src/prefs_filtering.c
12216                 removed some warnings
12217
12218         * src/prefs_matcher.c
12219                 default boolean operation is AND
12220
12221         * src/procheader.c
12222                 handling flags for mbox format
12223                 handling of "From " header
12224
12225         * src/procmsg.[ch]
12226                 removed data field
12227                 added MSG_REALLY_DELETED flags to handle deletion of
12228                 messages in mbox format.
12229
12230         * src/summaryview.c
12231                 handling flags for mbox format
12232                 disable the MSG_DELETED flags when messages
12233                 are deleted in mbox format
12234
12235         * src/textview.c
12236                 "From " headers display fixed.
12237
12238 2001-05-27 [alfons]
12239
12240         * src/textview.c:
12241                 
12242                 (get_email_part): skip quoted email addresses, like in e.g.
12243                 "'alfons@proteus.demon.nl'".
12244
12245 2001-05-26 [alfons]
12246
12247         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
12248         and fixing the persistence troubles when using separate windows.
12249
12250         * src/mainwindow.c:
12251         
12252             Added #define SEPARATE_ACTION used in the gtk item factory for 
12253             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
12254                 use gtk_item_factory_get_widget_by_action() to get the items.
12255                 
12256             Removed separate_widget_cb from the gtk item factory data   
12257           
12258             (mainwindow_create): connect separate_widget_cb() to check
12259             menu item "toggled" signal. also passing a MainWindow pointer
12260                 as object data for both check menu items.
12261                 
12262             (separate_widget_cb): definition of separate_widget_cb() to match
12263             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
12264                 window using gtk_object_get_data(). The type of window separation 
12265                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
12266         
12267         * src/prefs_filtering.c,
12268           src/prefs_matcher.c: added horizontal scrollbars
12269
12270 2001-05-25 [darko]
12271
12272         * src/headerview.c
12273                 fix segfault with invalid bold font
12274         * src/summaryview.c
12275                 correctly display summary stats after row is marked
12276
12277 2001-05-23 [sergey]
12278
12279         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
12280         encodings with libjconv.
12281
12282 2001-05-23 [hoa]
12283
12284         * src/Makefile.am
12285                 added mbox_folder.[ch]
12286         * src/defs.h
12287                 mbox temporary folder
12288         * src/folder.[ch]
12289         * added src/mbox_folder.[ch]
12290         * src/folderview.c
12291         * src/procheader.[ch]
12292                 added mbox support
12293         * src/mbox.c
12294                 bugfix for file incorporation filtering
12295         * src/imap.c
12296                 enable creation of MBOX
12297         * src/prefs_display_header.c
12298                 enable use of headers like "From "
12299                 something that should be fixed :
12300                         displaying of such headers add an extra space
12301         * src/prefs_folder_item.c
12302                 don't create folders because it is not necessary
12303         * src/procmsg.h
12304                 added data field to MsgInfo for mbox internal use
12305         * src/summaryview.c
12306                 added some support for mbox
12307         * src/utils.[ch]
12308                 added get_mbox_cache_dir() function
12309
12310 2001-05-23 [hiroyuki]
12311
12312         * src/headerwindow.c
12313           src/inc.c
12314           src/main.c
12315           src/mh.c
12316           src/nntp.c
12317           src/procmsg.h
12318           src/session.h
12319           src/socket.[ch]
12320           src/summaryview.c
12321           src/textview.c
12322           src/automaton.c
12323           src/folderview.c: more sync with 0.4.99cvs2.
12324
12325         * src/headerwindow.c: reverted.
12326
12327 2001-05-22 [paul]
12328
12329         0.4.99claws2
12330
12331         * sync with sylpheed 0.4.99cvs2
12332                 * src/news.[ch]
12333                 * src/nntp.[ch]
12334                 * INSTALL
12335                 * INSTALL.jp
12336
12337 2001-05-22 [alfons]
12338
12339         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
12340
12341 2001-05-21 [alfons]
12342
12343         Minor things:
12344
12345         * configure.in: if gnome-config not found, "no" is displayed
12346         
12347         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
12348
12349         * src/textview.c: now also possible to add mail addresses by right
12350           clicking in the text view
12351
12352         * src/codeconv.c: merged patch which fixes endless loop when encountering
12353           invalid wide characters; from Alte <010@imis.ru>  
12354
12355 2001-05-20 [alfons]
12356
12357         Added installation of gnome specific things:
12358
12359         * Makefile.am: gnome conditional
12360
12361         * configure.in: check for installed gnome
12362
12363         * added sylpheed.png, sylpheed.desktop
12364
12365 2001-05-20 [sergey]
12366
12367         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
12368
12369         * src/mainwindow.h (main_window_toolbar_create): created a button
12370         for "Reply to all".
12371         (main_window_set_toolbar_sensitive): enable/disable the new button
12372         appropriately.
12373         (toolbar_reply_to_author_cb): handle the new button.
12374
12375         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
12376         send_progress_dialog_destroy() on failure (fixes hang on SMTP
12377         failure).
12378
12379 2001-05-19 [sergey]
12380
12381         * src/compose.h (ComposeReplyMode): new modes
12382         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
12383         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
12384
12385         * src/compose.c
12386         (compose_send): move some code into a new function:
12387         (compose_current_mail_account): new function.
12388         (compose_reply): new argument to_author, all callers changed; if
12389         to_author==TRUE and account->protocol==A_NNTP, find and use an
12390         appropriate mail account for replying.
12391         (compose_reply_set_entry): new argument to_author; ignore
12392         compose->replyto if to_author==TRUE.
12393
12394         * src/mainwindow.c: new command "Message/Reply to author".
12395         (main_window_set_menu_sensitive): enable/disable it.
12396         (reply_cb): handle it.
12397
12398         * src/summaryview.c: new command "Reply to author".
12399         (summary_set_menu_sensitive): enable/disable it.
12400         (summary_reply_cb): handle it.
12401
12402         * src/account.c (account_find_mail_from_address): new function.
12403
12404 2001-05-18 [paul]
12405
12406         0.4.99claws1
12407
12408         * sync with sylpheed 0.4.99cvs1
12409
12410 2001-05-18 [hoa]
12411
12412         * src/compose.[ch]
12413         * src/filtering.c
12414         * src/summaryview.c
12415                 new filtering action : forward and forward as attachment
12416
12417         * src/main.c
12418                 no need for $DISPLAY when we run sylpheed --help
12419                 call to parse_cmd_opt() is moved
12420
12421         * src/mainwindow.[ch]
12422                 execute button is hidden when immediate execute
12423                 is chosen
12424
12425         * src/mh.c
12426         * src/news.c
12427         * src/prefs_folder_item.c
12428         * src/procmsg.c
12429                 better handling of missing directories
12430
12431         * src/summaryview.c
12432                 reedit is enabled in outbox
12433                 reedit is enabled in queue
12434
12435 2001-05-17 [hoa]
12436
12437         * src/filtering.c
12438         * src/matcher.[ch]
12439         * src/prefs_filtering.c
12440                 changed attachement into attachment
12441
12442 2001-05-17 [alfons]
12443
12444         0.4.67claws4    
12445
12446         * sync with sylpheed 0.4.67cvs9
12447         * sync with sylpheed 0.4.67cvs7-8
12448
12449 2001-05-17 [hoa]
12450
12451         * src/Makefile.am
12452                 added prefs_filtering.c
12453
12454         * src/filtering.[ch]
12455         * src/matcher.[ch]
12456                 removed action : forward_news and forward_news_as_attachement
12457                 (forward and forward_as_attachement can be used instead)
12458
12459         * src/mainwindow.c
12460                 added menu option to access filtering configuration
12461
12462         * src/prefs_account.c
12463                 changed mail_command default to /usr/sbin/sendmail
12464
12465         * added src/prefs_filtering.[ch]
12466                 dialog box for filtering configuration
12467
12468         * src/prefs_matcher.c
12469                 added function prefs_matcher_get_criteria_from_matching()
12470
12471         * src/prefs_scoring.c
12472                 reset the dialog when register or substitute is clicked
12473
12474 2001-05-15 [hoa]
12475
12476         * src/Makefile.am
12477                 added filtering.[ch]
12478         * src/inc.c
12479                 using filering.[ch] instead of filter.[ch]
12480         * src/main.c
12481                 reading new filtering configuration
12482         * src/matcher.[ch]
12483                 added some filtering actions
12484                 and fixed a bug for headers and mail body matching
12485         * src/mbox.c
12486                 using filering.[ch] instead of filter.[ch]
12487         * src/mh.c
12488                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
12489         * src/summaryview.c
12490                 some fixes for filtering
12491
12492 2001-05-14 [hiroyuki]
12493
12494         * src/send.c: fixed some weird indentations.
12495           send_message_with_command(): call pclose() only if p != NULL.
12496         * src/textview.c: get_email_part(): modified the code for readability.
12497
12498 2001-05-14 [hiroyuki]
12499
12500         * src/md5global.h
12501           src/md5ify.c
12502           src/md5ify.h: removed from the cvs.
12503
12504 2001-05-13 [sergey]
12505
12506         * src/main.c: include rfc2015.h to avoid compiler warnings.
12507         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
12508         the panel is already on screen.
12509         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
12510         closing the alert window by ESC as "No".
12511         * src/prefs_common.c (prefs_interface_create): moved return
12512         receipt check button to the correct place.
12513
12514 2001-03-13 [alfons]
12515
12516         * src/prefs_common.c: 
12517                 moved return receipt check button to the Send tab. (prefs_send_create)
12518                 removed the date format ui related globals. (prefs_display_create)
12519
12520         0.4.67claws3
12521         
12522         * sync with sylpheed 0.4.67cvs5-6
12523
12524 2001-05-13 [paul]
12525
12526         * added Alfons' font selection patch
12527
12528         * src/defs.h
12529         * src/headerwindow.c
12530         * src/prefs_common.c
12531         * src/prefs_common.h
12532
12533 2001-05-13 [hoa]
12534         * src/defs.h
12535                 changed version of cache
12536         * src/matcher.[ch]
12537         * src/prefs_matcher.c
12538                 added additionnal matching criteria
12539         * src/procheader.c
12540         * src/procmsg.[ch]
12541         * src/news.c
12542                 added references in MsgInfo
12543
12544 2001-05-12 [hoa]
12545
12546         * src/defs.h
12547                 prepared some things for new filtering
12548         * src/matcher.[ch]
12549                 added some matching properties
12550                 inreplyto need to be enhanced
12551                 prepared some things for new filtering
12552         * src/messageview.c
12553                 added Return-Receipt-To handling
12554         * src/prefs_folder_item.c
12555                 changed default value to TRUE
12556         * src/prefs_matcher.c
12557                 added some matching properties
12558         * src/prefs_scoring.[ch]
12559                 the scoring dialog is finished
12560         * src/procheader.c
12561                 added Return-Receipt-To handling
12562                 Reference need to be added
12563         * src/procmsg.[ch]
12564                 added Return-Receipt-To handling
12565                 added threadscore to get a better score sorting when
12566                 threads are enabled
12567         * src/summaryview.c
12568                 suppressed a bug when we sort the list
12569                 when no folder is opened.
12570                 better score sorting when threads are enabled
12571
12572 2001-05-12 [alfons]
12573
12574         * reverted previous patch because of potential errors 
12575
12576         0.4.67claws2
12577         
12578         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
12579                 applied "toggle mail-retrieval dialog window" patch submitted 
12580                 by Eric Limpens <eric@qnt.net>
12581
12582         * sync with sylpheed 0.4.67cvs4
12583
12584 2001-05-12 [sergey]
12585
12586         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
12587         some picky compilers.
12588         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
12589         * src/grouplist_dialog.c: include alertpanel.h.
12590         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
12591         fix compile warning.
12592         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
12593         #include "defs.h" before others to prevent the warning of `MIN'
12594         and `MAX' redefinition.
12595
12596 2001-05-11 [hoa]
12597
12598         * src/main.c
12599         * src/messageview.c
12600         * src/prefs_account.c
12601         * src/prefs_display_header.c
12602                 removed warning
12603         * src/Makefile.am
12604                 added prefs_scoring.[ch]
12605         * src/grouplist_dialog.c
12606                 display an error dialog box if the group list
12607                 cannot be fetched.
12608         * src/mainwindow.[ch]
12609                 added main_window_set_thread_option() function
12610                 scoring dialog box enabled
12611         * src/matcher.[ch]
12612                 added flags matching unread /new / marked
12613                 / deleted / replied / forwarded
12614         * src/news.c
12615                 newsgroups are now finally in newscache
12616         * src/prefs_matcher.[ch]
12617                 finished preferences for matching dialog
12618         * added src/prefs_scoring.[ch]
12619                 scoring dialog box completed
12620         * src/scoring.[ch]
12621                 conversion to string : added scoringprop_to_string()
12622                 write config for preferences :
12623                 added prefs_scoring_write_config()
12624         * src/summaryview.c
12625                 threads can be enabled/disabled independently
12626                 for each folder
12627
12628 2001-05-10 [alfons]
12629
12630         0.4.67claws1
12631         
12632         * AUTHORS: 
12633                 thought it would be nice to have a list of all
12634                 contributors (used Changelog as a reference)
12635         
12636         * configure.in: 
12637                 messed up version numbering...
12638
12639         0.4.66claws1
12640
12641         * sync with sylpheed 0.4.67cvs1-3
12642
12643 2001-05-10 [darko]
12644
12645         * src/prefs_common.c:
12646                 better UI for strftime format, double clicking
12647                 on format now inserts the format in text entry
12648                 replaced close button with standard OK/Cancel
12649                 moved date format button to the right of the
12650                 text entry field
12651
12652 2001-05-09 [alfons]
12653
12654         * src/gtkstext.c:
12655                 Ctrl-Home / Ctrl-End have proper cursor navigation
12656
12657 2001-05-09 [hoa]
12658
12659         * src/prefs_matcher.c
12660                 finished UI to define matching properties
12661                 added ok and cancel button
12662         * src/prefs_filter.c
12663                 added ok and cancel button
12664         * src/news.c
12665                 fixed some bug in xhdr parsing
12666
12667 2001-05-08 [alfons]
12668
12669         * src/textview.c: 
12670                 fixed a bug in textview_show_header(), which displayed two colons (':');
12671                 cleaned up some warnings
12672
12673 2001-05-08 [hoa]
12674
12675         * src/Makefile.am
12676                 added prefs_matcher.[ch]
12677                 compilation with -W -Wall
12678         * src/alertpanel.c
12679                 ungrab the mouse events if grabbed - does it
12680                 fix the bug for disposition notification ?
12681         * src/mainwindow.c
12682                 added a menu option to open the matching dialog.
12683         * src/matcher.[ch]
12684                 added matcherprop_to_string() and matcherlist_to_string()
12685                 fixed some bugs, changed the name of some options
12686                 age_sup and age_inf becomes age_greater and age_lower,
12687                 body and messageheaders becomes body_part and headers_part,
12688                 changed the names of constants from SCORING_XXX to MATCHING_XXX
12689         * src/prefs_display_header.c
12690         * src/prefs_headers.c
12691                 fixed a bug that accidentally destroyed dialogs
12692                 when closed them with delete_event
12693                 Added *_deleted() which handle delete_event signal correctly.
12694         * src/prefs_folder_item.[ch]
12695                 added "enable_thread" field for future customization
12696         * added src/prefs_matcher.[ch]
12697                 sample of the UI to define matching properties
12698         * src/procheader.c
12699                 using procheader_headername_equal instead of str*cmp functions
12700                 using procheader_parse_header() function
12701         * src/scoring.c
12702                 using MATCHING_XXX instead of SCORING_XXX
12703         * src/summaryview.c
12704                 display the sender of the news even if this is ourself
12705                 when this is a news message.
12706         * src/textview.c
12707                 using headername_equal() instead of str*cmp functions
12708
12709 2001-05-08 [alfons]
12710
12711         0.4.66claws
12712
12713         * sync with sylpheed 0.4.66
12714         * src/gtkstext.c: trace logs added 
12715
12716 2001-05-08 [sergey]
12717
12718         * src/prefs_common.[ch]: added option to enable/disable GnuPG
12719         signature check popup.
12720         * src/rfc2015.c (check_signature): show signature check popup only
12721         if it is enabled in preferences.
12722
12723 2001-05-07 [alfons]
12724
12725         0.4.66claws4
12726         
12727         * sync with sylpheed 0.4.66cvs6
12728
12729 2001-05-07 [darko]
12730
12731         * src/prefs_common.[ch]: added option to enable/disable
12732           looking up sender name in address book for summary pane
12733         * src/summaryview.c: look up sender in the address book
12734           by using Alfons' address completion code
12735
12736 2001-05-07 [hiroyuki]
12737
12738         * src/inc.h
12739           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
12740           member of Pop3State.
12741         * src/news.c: brought #include "defs.h" before #include <glib.h>
12742           to prevent the warning of `MIN' and `MAX' redefinition.
12743
12744 2001-05-06 [hoa]
12745
12746         * removed src/headers_display.[ch]
12747         * removed src/prefs_display_headers.[ch]
12748         * src/inc.c
12749                 use a temporary file in the user directory for mbox import
12750         * src/news.c
12751                 added XHDR support to get "To" and "Cc" headers
12752                 (in order to match news with to or cc field for
12753                 scoring)
12754                 added function news_parse_xhdr() to get XHDR response
12755         * src/nntp.[ch]
12756                 added function nntp_xhdr()
12757         * src/matcher.c
12758                 fetch the message if necessary
12759
12760 2001-05-06 [alfons]
12761
12762         0.4.66claws3
12763
12764         * sync with sylpheed 0.4.66cvs3-5
12765
12766 2001-05-06 [hoa]
12767
12768         * src/utils.[ch]
12769                 added function itos_buf() to enable use of several buffers
12770         * src/summaryview.c
12771                 use of itos_buf() instead of itos() in summary list
12772                 to fix the broken display of message number.
12773
12774 2001-05-06 [alfons]
12775
12776         * src/gtkstext.c: bug in cursor up navigation fixed,
12777                 fixed another unsigned / signed comparison (we're getting there :-)
12778
12779 2001-05-06 [hoa]
12780
12781         * src/Makefile.am
12782                 added scoring.c scoring.h
12783                 prefs_folder_item.c prefs_folder_item.h
12784                 matcher.c matcher.h
12785         * src/defs.h
12786                 added FOLDERITEM_RC SCORING_RC
12787         * src/folder.[ch]
12788                 added prefs field in FolderItem :
12789                 properties for each folder (PrefsFolderItem),
12790                 sorting type and mode were added as the first properties.
12791         * src/main.c
12792                 read config for scoring
12793         * added src/matcher.[ch]
12794                 gives functions to parse configuration file to do
12795                 matching on mails with a list of conditions.
12796         * src/mainwindow.c
12797                 add option to sort by score
12798         * src/prefs_common.[ch]
12799                 added preference option to show score and for
12800                 the score column size
12801         * added src/prefs_folder_item.[ch]
12802                 properties for each folder (PrefsFolderItem),
12803                 sorting type and mode were added as the first properties.
12804         * src/procheader.[ch]
12805                 added procheader_parse_header()
12806                 added procheader_header_free()
12807                 added procheader_headername_equal()
12808                 and made modification to use them.
12809         * src/procmsg.[ch]
12810                 added score field to MsgInfo structure
12811         * added src/scoring.[ch]
12812                 gives functions to parse configuration file to do
12813                 scoring on mails with a list of conditions.
12814         * src/summaryview.[ch]
12815                 save the sorting type and mode for the folder
12816                 added column to display the score of the mail
12817                 added function summary_score_clicked()
12818                 sorting type and mode are restored to the folder
12819                 when it is reopen
12820         * src/textview.c
12821                 use procheader_parse_header(), procheader_headername_equal()
12822                 removed memory leak in text_scan_header when freeing headers
12823         * src/filter.c
12824                 changed the function to match names of headers
12825                 using procheader_headername_equal()
12826
12827         Scoring functions are implemented, an interface is needed
12828         to configure that.
12829
12830 2001-05-04 [alfons]
12831
12832         * src/gtkstext.c: 
12833                 hopefully fixed the row up navigation bug,
12834                 removed adding back / forward lines to cache
12835
12836 2001-05-04 [sergey]
12837
12838         * src/prefs_display_headers.c: user interface changes:
12839         (prefs_display_headers_create): remove unused "Show" check button;
12840         allow reordering of headers by dragging.
12841         (prefs_display_headers_write_config): remove unused variables.
12842         (prefs_display_headers_set_dialog): do not insert "(New)" at top
12843         of lists (not needed with the new UI).
12844         (prefs_display_headers_set_list): scan lists starting from row 0,
12845         not 1 (do not skip "(New)").
12846         (prefs_display_headers_find_header): new function.
12847         (prefs_display_headers_clist_set_row): do not allow duplicates.
12848         (prefs_display_headers_delete_cb): do not skip row 0; treat
12849         closing the alert window by ESC as "No".
12850         (prefs_display_headers_up): do not protect row 0.
12851         (prefs_display_headers_down): do not protect row 0.
12852
12853 2001-05-04 [sergey]
12854
12855         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
12856         functions.
12857
12858         * src/summaryview.c
12859         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
12860         summary_select_next_marked, summary_select_prev_marked): new
12861         functions.
12862
12863 2001-05-03 [sergey]
12864
12865         * src/news.c: fixed a bug when no article can be fetched after
12866         server timeout if the connection was restored by news_post():
12867         (news_select_group): new function.
12868         (news_fetch_msg): call news_select_group() before fetching
12869         article.
12870         (news_get_uncached_articles): set session->group after successful
12871         GROUP command.
12872
12873 2001-05-03 [hoa]
12874
12875         * src/defs.h
12876         * src/procmsg.[ch]
12877         * src/procheader.c
12878                  changed version of cache, added cc field
12879
12880         * src/prefs_display_headers.c
12881                 the interface was changed
12882
12883         * src/prefs_headers.c
12884                 added cancel button
12885
12886 2001-05-03 [alfons]
12887
12888         * completed sync of sylpheed cvs2
12889         * src/gtkstext.c: updated row up / down cursor navigation
12890         * src/textview.c: re-edited, prepared for fixing the email address
12891                 scanner.
12892
12893 2001-05-03 [darko]
12894
12895         * src/prefs_common.c: use alfons' strftime ui code
12896         entry_datefmt and datefmt_sample widgets have to be
12897         global in this module because of this change
12898
12899 2001-05-03 [hoa]
12900
12901         * src/messageview.c
12902         * src/prefs_common.[ch] added option to activate the return receipt
12903                 feature.
12904
12905 2001-05-02 [alfons]
12906
12907         * src/gtkstext.c: fix for row up/down cursor navigation. 
12908
12909         0.4.66claws2
12910         
12911         * sync with 0.4.66cvs2
12912
12913 2001-05-02 [paul]
12914
12915         added add-sender-to-addressbook patch
12916
12917         * src/addressbook.c
12918         * src/addressbook.h
12919         * src/summaryview.c
12920
12921 2001-05-02 [sergey]
12922
12923         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
12924         G_ALERTDISABLE.
12925
12926         * src/alertpanel.c (alertpanel_create): new argument can_disable,
12927         all existing callers changed to pass FALSE; create a check button
12928         to disable the message.
12929         (alertpanel_message_with_disable): new function.
12930         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
12931         (alertpanel_button_toggled): new function.
12932         (alertpanel_button_clicked, alertpanel_close): set value using
12933         G_ALERT_VALUE_MASK.
12934
12935         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
12936
12937         * src/prefs_common.c (prefs_privacy_create): new check button
12938         checkbtn_gpgme_warning.
12939
12940         * src/main.c (main): moved preferences reading before gpgme
12941         initialization; check prefs_common.gpgme_warning before giving the
12942         GnuPG warning and set it to FALSE if the user wants to disable the
12943         warning.
12944
12945 2001-05-02 [hiroyuki]
12946
12947         * src/prefs_display_headers.c: modified the layout and some labels.
12948
12949 2001-05-02 [sergey]
12950
12951         * src/prefs_account.c (prefs_account_fix_size): new function.
12952         (prefs_account_create): call prefs_account_fix_size(); use
12953         gtk_widget_show instead of gtk_widget_show_all (fixes too large
12954         size when the window is shown for the first time).
12955         (prefs_account_basic_create): changed layout of serv_table; moved
12956         localmbox_entry above smtpserv_entry (logically it replaces
12957         POP3/IMAP server).
12958         (prefs_account_protocol_activated): set sensitivity of
12959         nntpauth_chkbtn according to the protocol (in addition to
12960         hide/show); commented out gtk_table_set_row_spacing() calls.
12961         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
12962         not sensitive (fixes a bug with disabled username/password boxes
12963         when editing POP3 account after NNTP with authentication).
12964
12965 2001-05-02 [hoa]
12966
12967         * src/account.c
12968         * src/inc.c
12969         * src/prefs_account.[ch]
12970         * src/send.c
12971                 removed local account without SMTP server
12972                 added option to use mail command instead of a connexion
12973                 to SMTP server when a local account is used
12974         * src/prefs_headers.c
12975                 fixed a bug
12976         * src/news.c
12977                 fixed a bug when connexion immediately closed
12978
12979 2001-05-01 [alfons]
12980
12981         0.4.66claws1
12982         
12983         * sync with 0.4.65
12984
12985 2001-05-01 [sergey]
12986
12987         * src/prefs_account.c (Basic, prefs_account_basic_create): new
12988         widget nntpauth_chkbtn.
12989         (prefs_account_protocol_activated): handle nntpauth_chkbtn
12990         visibility.
12991         (prefs_account_nntpauth_toggled): new function.
12992
12993         * src/news.c (news_session_new_for_folder): use NNTP
12994         authentication only if ac->use_nntp_auth is set.
12995
12996 2001-05-01 [hoa]
12997
12998         * src/Makefile.am changed headers.[ch] in customheader.[ch]
12999         * src/prefs_display_headers.c changed the UI
13000         * src/prefs_headers.c changed account_name to account_id
13001         * src/compose.c using customheader.h
13002
13003 2001-05-01 [hiroyuki]
13004
13005         * src/esmtp.c
13006           src/news.c
13007           src/nntp.c: changed sock_read() to sock_gets(), they've been left
13008           unsynched.
13009
13010 2001-05-01 [hoa]
13011
13012         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
13013         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
13014                 for displaying of headers
13015         * src/grouplist_dialog.[ch] minor changes to remove warnings
13016         * src/prefs_display_headers.[ch] dialog to choose the
13017         headers to display in the mail viewer.
13018         * src/headers.h correction of #define
13019         * src/headers_display.[ch] configuration for displaying of headers.
13020         * src/main.c read config of displaying of headers
13021         * src/prefs_common.c add a button to access the config dialog
13022                 for displaying of headers
13023         * src/prefs_display_headers.[ch] dialog for configuration for
13024                 displaying of the headers.
13025         * src/prefs_headers.c cleaning of code
13026         * src/procheader.c comments added to code
13027         * src/textview.c changes to reorder the headers depending
13028                 on the config for displaying of headers
13029
13030 2001-04-30 [alfons]
13031
13032         0.4.65claws7
13033
13034         * sync with 0.4.65cvs12
13035
13036         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
13037
13038 2001-04-30 [sergey]
13039
13040         * src/nntp.h (NNTPSockInfo): new field auth_failed.
13041
13042         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
13043         is set to force reconnection after authentication failure.
13044         (nntp_gen_command): set sock->auth_failed on authentication
13045         failure, or if sock->userid and sock->passwd are not set.
13046
13047         * src/news.c (news_session_new_for_folder): set userid=NULL if
13048         password dialog is cancelled.
13049
13050 2001-04-30 [sergey]
13051
13052         * src/nntp.h (NNTPSockInfo): new type.
13053
13054         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
13055         SockInfo.
13056         (nntp_open_auth, nntp_close): new functions.
13057         (nntp_gen_command): new function to handle authentication; all
13058         NNTP command functions updated to use it.
13059         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
13060         (nntp_list): removed old useless code.
13061
13062         * src/news.h (NNTPSession): new field nntp_sock.
13063
13064         * src/news.c: all functions updated to use NNTPSockInfo instead of
13065         SockInfo.
13066         (news_session_new): new arguments (userid, passwd); made static;
13067         use nntp_open_auth() if needed.
13068         (news_session_destroy): use nntp_close() instead of sock_close().
13069         (news_query_password): changed arguments.
13070         (news_session_new_for_folder): new function.
13071         (news_session_get): use news_session_new_for_folder().
13072         (news_authenticate): deleted.
13073         (news_get_uncached_articles): removed old authentication code.
13074
13075 2001-04-30 [sergey]
13076
13077         * src/news.c: reverted my previous changes (need to do NNTP
13078         authentication in a cleaner way).
13079         
13080 2001-04-29 [sergey]
13081
13082         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
13083         news_nntp_post, news_nntp_mode): new functions (wrappers with
13084         authentication support).
13085         (news_get_article_cmd, news_get_article, news_get_header): new
13086         argument "folder"; all callers changed.
13087         (news_get_article_cmd): added authentication support.
13088         (news_session_get): use news_nntp_mode() instead of nntp_mode().
13089         (news_post): use news_nntp_post() instead of nntp_post().
13090         (news_get_uncached_articles): use news_nntp_group() instead of
13091         nntp_group() and news_nntp_xover() instead of nntp_xover();
13092         removed old authentication code.
13093         (news_get_group_list): use news_nntp_list() instead of nntp_list().
13094
13095         * src/nntp.c (nntp_list): return real error code instead of
13096         hardcoded NN_ERROR.
13097
13098 2001-04-29 [sergey]
13099
13100         * configure.in: fixed wint_t typedef detection again
13101
13102 2001-04-28 [hoa]
13103
13104         * src/prefs_account.[ch], added A_LOCAL_CMD
13105                 (send mail with mail command)
13106         * src/send.c added function send_message_with_command()
13107         * src/inc.c made a more secure get_spool() function with
13108                 mktemp() but maybe mkstemp() or something more
13109                 secure can be used.
13110
13111 2001-04-28 [alfons]
13112
13113         * src/textview.c, colorization of email addresses in headers
13114
13115         0.4.65claws6
13116
13117         * bug sync with sylpheed
13118         * prefs_common.c: created date format ui for darko
13119         * sync with 0.4.65cvs11
13120         * configure.in: corrected to have the new gpg checks
13121
13122 2001-04-27 [alfons]
13123
13124         * completed sync with 0.4.65cvs10
13125         * minor debug things added to gtkstext.c
13126
13127 2001-04-27 [darko]
13128
13129         * configure.in: remove check for availability of
13130           strftime() as advised by Hiroyuki
13131         * src/prefs_common.[ch], src/procheader.c:
13132           synch strftime() code with Hiroyki's main branch
13133
13134 2001-04-26 [sergey]
13135
13136         * src/news.c: news_query_password(), news_authenticate(): new
13137           functions.
13138           news_get_uncached_articles(): added NNTP authentication
13139           handling.
13140         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
13141           new functions.
13142         * src/prefs_account.c: prefs_account_protocol_activated():
13143           enable userid and password fields for NNTP.
13144
13145 2001-04-26
13146
13147         * configure.in: check for availability of strftime()
13148           [darko]
13149         * src/prefs_common.[ch], src/procheader.c: use
13150           strftime() for displaying date in summary pane if it
13151           is available
13152
13153 2001-04-25
13154
13155         * more .cvsignore cleanups [alfons]
13156
13157 2001-04-25
13158
13159         * ac/sv-check-type.m4: new autoconf macro.
13160         * configure.in: fixed wint_t typedef detection (did not work
13161           with gcc-2.96).
13162
13163 2001-04-25
13164
13165         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
13166           [hiroyuki]
13167
13168 2001-04-24
13169         * modified gtkstext.c : buggy cursor navigation fixed, 
13170           and font descent also taken in account when drawing
13171           cursor. [alfons]
13172
13173 2001-04-24 [hoa]
13174         * added comments in src/news.c src/nntp.c
13175         * added src/prefs_headers.[ch]
13176         * added src/headers.[ch]
13177         * modified compose.c to activate custom headers
13178                 added function is_in_custom_headers
13179         * modified prefs_account.[ch]
13180                 added function prefs_account_customhdr_edit
13181         * modified src/defs.h :
13182                 added HEADERS_RC : name of the config file
13183                 for the custom headers
13184
13185 2001-04-24
13186
13187     0.4.65claws5
13188
13189         * configure.in
13190           src/gtkstext.[ch]
13191           src/compose.c
13192           src/Makefile.am
13193           
13194           added gtkstext with configure.in patch by Hiroyuki which
13195           should fix the XIM detection [alfons]
13196
13197         * more clean up of cvs [alfons]
13198
13199                  * removed all Makefile.in files to attic.
13200
13201                  * updated all .cvsignores to really ignore things that could
13202                    be unintentionally committed by a recursive commit.
13203
13204 2001-04-23 [hoa]
13205         * added src/grouplist_dialog.[ch]
13206         * changed src/folderview.c to call grouplist_dialog instead
13207                 of inputdialog
13208         * src/news.c :
13209                 added functions news_reset_group_list
13210                 and news_get_group_list
13211         * src/nntp.c :
13212                 added function nntp_list
13213         * src/defs.h :
13214                 added GROUPLIST_FILE : name of the newsgroup list cache file
13215
13216 2001-04-21
13217
13218         * added option to warn about queued messages on exit [sergey]:
13219
13220           * src/compose.c: compose_queue(): call folder_item_scan()
13221             and folderview_update_item() after queueing.
13222           * src/folderview.c: folderview_update_node(): draw the queue
13223             folder in bold font if there are queued messages.
13224           * src/mainwindow.c: queued_messages(): new function.
13225             app_exit_cb(): display warning if there are queued messages
13226             if warn_queued_on_exit is set.
13227           * prefs_common.[ch]: add warn_queued_on_exit option.
13228
13229         * enhanced GnuPG key selection support [sergey]:
13230
13231           * src/select-keys.c: updated to newer version from Win32
13232             branch with support for selecting arbitrary keys.
13233           * src/prefs_account.c: added the Privacy tab to the account
13234             options window.
13235             prefs_account_privacy_create(),
13236             prefs_account_sign_key_set_data_from_radiobtn(),
13237             prefs_account_sign_key_set_radiobtn(): new functions.
13238           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
13239           * src/rfc2015.c: set_signers(): new function.
13240             pgp_sign(): add the account parameter, call set_signers().
13241             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
13242           * src/rfc2015.h: rfc2015_sign(): updated prototype.
13243           * src/compose.c: pass the current account to rfc2015_sign().
13244
13245         * tag name claws added to prevent confusion with main branch [alfons]
13246
13247         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
13248
13249         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
13250
13251         * sync with recent sylpheed cvs. Untested though. [alfons]
13252