1c341efcfb40db35c2f49ecf6ae3f1b0cbb90eba
[claws.git] / ChangeLog.claws
1 2002-02-26 [paul]       0.7.2claws15
2
3         * sync with sylpheed 0.7.2cvs17
4                 see ChangeLog entries 2002-02-25 and 2002-02-26
5
6 2002-02-25 [christoph]  0.7.2claws14
7
8         * src/filtering.[ch]
9         * src/inc.c
10                 do filtering stuff after all messages have been received
11                   1. drop all messages to .processing
12                   2. scan processing folder for messages
13                   3. filter messages or move to inbox
14                 this will also find old messages left in processing after
15                 a crash or something like that and we get a real msginfo
16                 from folder->get_msg_list and do not have to create our
17                 own in filter_message
18         * src/matcher_parser_parse.y
19                 remove MIX/MAX warning (reordered includes)
20
21 2002-02-25 [paul]       0.7.2claws13
22
23         * sync with sylpheed 0.7.2cvs15
24                 see ChangeLog entry 2002-02-24
25
26 2002-02-24 [alfons]     0.7.2claws12
27
28         * src/filtering.c
29                 clear old color flags first when applying a new color to
30                 a message info. 
31                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
32
33 2002-02-24 [alfons]     0.7.2.claws11
34         
35         * AUTHORS
36         * src/prefs_common.c
37                 add presets for Opera and Konqueror, closes patch #517261,
38                 submitted by Ville Skyttä <scop@users.sourceforge.net>
39
40 2002-02-24 [alfons]     0.7.2.claws10
41
42         * AUTHORS
43         * src/summaryview.c
44                 fix threading for null message ids, closes patch #521601,
45                 submitted by Bob Forsman <hammor@users.sourceforge.net>
46
47 2002-02-24 [alfons]     0.7.2claws9
48
49         * src/summaryview.c
50         * src/filtering.c
51                 make Tool | Filter Message work with filtering system so
52                 setting flags also works
53
54                 TODO:
55
56                 - Processing uses the same function as Tool | Filter
57                   Message, but doesn't use the same update proc yet
58
59 2002-02-23 [paul]       0.7.2claws8
60
61         * sync with sylpheed 0.7.2cvs14
62                 see ChangeLog entries 2002-02-22 and 2002-02-23
63
64 2002-02-22 [christoph]  0.7.2claws7
65
66         * src/quote_fmt.c
67                 Add column space to table
68         * src/quote_fmt_parse.y
69                 Close files
70
71 2002-02-22 [paul]       0.7.2claws6
72
73         * src/Makefile.am
74           src/defs.h
75           src/filtering.c
76           src/inc.[ch]
77           src/mainwindow.c
78           src/matcher.[ch]
79           src/matcher_parser_lex.l
80           src/matcher_parser_parse.y
81           src/pop.[ch]
82           src/prefs_account.h
83           src/prefs_filtering.c
84           src/selective_download.[ch]   *** NEW FILES ***
85           src/utils.[ch]
86           po/POTFILES.in
87                 Selective Download added to 'Tool' menu. 
88                 Retrieves email headers of the currently selected pop3 
89                 account and allows the user to mark emails for deletion 
90                 right on the pop3 server. Patch submitted by Oliver Haertel 
91                 <oha@users.sourceforge.net>.
92         
93         * po/POTFILES.in
94                 add 'src/quote_fmt.c'           
95
96 2002-02-22 [christoph]  0.7.2claws5
97
98         * src/Makefile.am
99                 added quote_fmt.c
100         * src/prefs_common.[ch]
101         * src/prefs_template.c
102         * src/quote_fmt.c               *** NEW FILE ***
103         * src/quote_fmt.h
104                 move quote format symbol description code
105                 to it's own file because it is used from
106                 differnent code parts
107                 Rewrote symbol description GUI
108                   + use table
109                   + add separators
110                   + get data from array (no more long constant strings)
111         * src/quote_fmt_lex.l
112         * src/quote_fmt_parse.y
113                 Symbol for Literal % changed to \% instead of %%
114                 (More logical as \ is used for quoting for other symbols)
115                 Add |f and |p to include files and program output
116                 Examples:
117                     |f{/home/.../.signature}
118                     |p{date}
119         * po/de.po
120                 Correct wrong spelling for "Referenzen"
121
122 2002-02-21 [paul]       0.7.2claws4
123
124         * src/procmsg.c
125                 forgotten during sync
126
127 2002-02-21 [paul]       0.7.2claws3
128
129         * sync with sylpheed 0.7.2cvs11
130                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
131                 2002-02-20 and 2002-02-21
132
133 2002-02-20 [melvin]     0.7.2claws2
134
135         * src/prefs_actions.c
136                 Added error report when child cannot fork or when execvp 
137                 returns with an error.
138
139 2002-02-19 [christoph]  0.7.2claws1
140
141         * src/codeconv.c
142                 return unconverted text if conde conversion is not possible
143                 when libjconv is used.
144                 (patch submitted by "Simon 'corecode' Schubert")
145
146 2002-02-19 [paul]       
147
148         * version 0.7.2claws release
149
150 2002-02-19 [paul]       0.7.2claws
151
152         * po/nl.po
153                 updated by Wilbert Berendsen
154
155
156 2002-02-18 [alfons]     0.7.1claws13
157
158         * src/syldap.c
159         * src/jpilot.c
160                 remove references to dlfcn and explicitly loading functions
161                 from dynalink libs, because libs linked anyway, and functions
162                 are loaded explicitly
163
164 2002-02-17 [melvin]     0.7.1claws12
165
166         * src/prefs_actions.c
167                 Replaced children wait loop with double fork technique.
168                 Now, input/output window updated at each new output.
169                 free_children(): Fixed a memory leak.
170                 Made input/output window non closable if running children
171                 still exist.
172                 Added missing <unistd.h> include.
173                 Added some --debug outputs.
174
175 2002-02-17 [melvin]     0.7.1claws11
176
177         * src/summaryview.c
178                 Fixed bug where descending sort order did not select top
179                 message.
180
181 2002-02-17 [melvin]     0.7.1claws10
182
183         * acconfig.h
184                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
185         * src/prefs_common.c
186                 Pspell data package directory no more hard coded but
187                 set during configuration (PSPELL_PATH). (Thanks to 
188                                 Gustavo Noronha Silva.)
189
190 2002-02-17 [melvin]     0.7.1claws9
191
192         * configure.in
193                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
194         * src/gtkspell.c
195                 Fixed compile-time warnings.
196
197 2002-02-16 [alfons]     0.7.1claws8
198
199         * src/filesel.c
200                 fix inadvertent free of NULL pointer which caused
201                 sylpheed to crash when closing the save-as dialog
202                 using the window close button
203
204 2002-02-16 [carsten]    0.7.1claws7
205         * src/mainwindow.[ch]
206           src/summaryview.c
207           src/prefs_common.c
208                 fixes for pixmap theming code:
209                         - recently changed mail attributes shouldn't get
210                           lost any longer
211                         - theme is only reloaded iff another theme was
212                           selected
213
214 2002-02-16 [paul]       0.7.1claws6
215
216         * sync with sylpheed 0.7.2 release
217                 see ChangeLog entry 2002-02-15 and 2002-02-16
218
219 2002-02-15 [paul]       0.7.1claws5
220
221         * sync with sylpheed 0.7.1cvs9
222                 see ChangeLog entry 2002-02-15
223
224         * po/POTFILES.in
225                 remove unneeded headerwindow.c entry
226
227 2002-02-14 [carsten]    0.7.1claws4
228         * src/summaryview.c
229                 fixed a bug for "Go to next unread message": there was
230                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
231                 in the prefs, because of doing "Search again" instead
232                 "No"
233
234 2002-02-14 [carsten]    0.7.1claws3
235         * src/stock_pixmap.c
236                 removed 2 more mem leaks; following memprof,
237                 this code is "leak free" now :)
238
239 2002-02-14 [carsten]    0.7.1claws2
240         * src/stock_pixmap.c
241                 used opendir/readdir/closedir instead of scandir
242                 -> code should work now on Solaris
243
244 2002-02-14 [paul]       0.7.1claws1
245
246         * sync with sylpheed 0.7.1cvs8
247                 see ChangeLog entries 2002-02-13 and 2002-02-14
248
249         * README.claws
250                 add some description of Actions and Pixmap Themes
251
252 2002-02-13 [paul]       
253
254         * version 0.7.1claws release
255
256 2002-02-13 [paul]       0.7.1claws
257
258         * po/es.po
259           po/it.po
260           po/pt_BR.po
261                 updated translations, submitted by Ricardo Mones Lastra,
262                 Alessandro Maestri and Fabio Junior Beneditto
263
264 2002-02-13 [melvin]     0.7.0claws75
265
266         * src/prefs_actions.c
267                 Added missing "signal.h" include
268
269 2002-02-13 [melvin]     0.7.0claws74
270
271         * src/prefs_folder_item.c
272                 Added missing "config.h" include
273         * po/fr.po
274                 Updated French translation for folder propriety.
275
276 2002-02-13 [jens]       0.7.0claws73
277
278         * po/POTFILES.in
279                 Added missing src/prefs_folder_item.c [log added by melvin]
280         * po/de.po
281                 Updated German translation.
282
283 2002-02-13 [melvin]     0.7.0claws72
284
285         * po/fr.po
286                 Updated French translation.
287
288 2002-02-13 [melvin]     0.7.0claws71
289
290         * src/gtkutils.c
291                 Made gtkut_editable_get_selection return NULL if selection
292                 is of length zero.
293                 This fixes a bug where selecting part of message A then
294                 switching to message B and replying to it will not
295                 quote the message's body.
296
297 2002-02-12 [paul]       0.7.0claws70
298
299         * src/mainwindow.c
300                 cosmetic, relating to pixmap themes: on toolbar make 
301                 updating of 'Exec' and 'Compose news/Compose email'
302                 icons faster.
303
304 2002-02-12 [carsten]    0.7.0claws69
305         * src/folderview.c
306           src/mainwindow.[ch]
307           src/stock_pixmap.c
308           src/summaryview.c
309           src/prefs_common.c
310                 - refreshing after changing pixmap theme better
311                   now (thanks Paul)
312                 - wanted to remove some mem leaks, but alfons was
313                   faster (and had the better solution ;)
314
315 2002-02-12 [alfons]     0.7.0claws68
316
317         * src/prefs_common.c
318         * src/stock_pixmap.[ch]
319                 plug mem leaks, refactor code a little bit
320
321
322 2002-02-12 [sergey]     0.7.0claws67
323
324         * src/imap.c
325                 Fixed problem with copying messages to IMAP folders when the
326                 server uses something other than '/' as a namespace separator
327                 (cyrus-imapd uses '.').
328
329 2002-02-12 [jens]       0.7.0claws66
330
331         * po/de.po
332                 Updated German Translation
333
334 2002-02-12 [paul]       0.7.0claws65
335
336         * sync with sylpheed 0.7.1cvs1
337                 see ChangeLog entry 2002-02-12
338
339 2002-02-12 [melvin]     0.7.0claws64
340
341         * src/prefs_actions.c
342                 Fixed "feature" where children's output was duplicated 
343                 instead of refreshed while monitoring.
344                 Removed some debug code.
345
346 2002-02-12 [christoph]  0.7.0claws63
347
348         * src/compose.c
349                 always delete message from queue after sending/send error
350                 (closes bug #509601)
351
352 2002-02-12 [melvin]     0.7.0claws62
353
354         * src/prefs_actions.c
355                 Children wait loop is now triggered with a timeout of 1s
356                 Added %F which is replaced with the list of filenames 
357                 of all selected messages (as suggested by Ricardo Mones Lestra)
358                 Pipe syntax changed. Prefix with | to send selection, postfix
359                 with | to retrieve output. Prefix with > or * to send
360                 user definable input to the command (*: input is hidden)
361                 Old pipe action should now be postfixed with |, too.
362
363 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
364         * src/stock_pixmap.c
365                 fixed a bug: if there's no theme directory don't
366                 throw an error, just do "nothing" (thanks Alfons)
367
368 2002-02-12 [carsten]    0.7.0claws60
369         * src/folderview.c
370           src/summaryview.c
371                 had to write the cache twice (nasty!); some marks would 
372                 get lost if not
373
374 2002-02-11 [carsten]    0.7.0claws59
375         * acconfig.h
376           configure.in
377           doc-src/maintainer_guide.txt
378           src/compose.[ch]
379           src/defs.h
380           src/folderview.[ch]
381           src/gtkutils.[ch]
382           src/mainwindow.[ch]
383           src/prefs_common.[ch]
384           src/stock_pixmap.[ch]
385           src/summaryview.[ch]
386                 pixmap theming and related work on pixmap
387                 handling on some other places
388                 (e.g. hrm features for all folder)
389           src/pixmap/stock_*.xpm -> the stock_ was removed
390         
391 2002-02-11 [paul]       0.7.0claws58
392
393         * sync with sylpheed 0.7.1 release
394                 see ChangeLog entries 2002-02-11
395
396 2002-02-08 [paul]       0.7.0claws57
397
398         * sync with sylpheed 0.7.0cvs39
399                 see ChangeLog entry 2002-02-07 (last entry) 
400
401         * src/prefs_actions.c
402           src/prefs_filtering.c
403           src/prefs_matcher.c
404           src/prefs_scoring.c
405                 sync: made it compile with C compilers other than gcc
406
407 2002-02-07 [paul]       0.7.0claws56
408
409         * sync with sylpheed 0.7.0cvs38
410                 see ChangeLog entries 2002-02-06 (last 2 entries) and
411                 2002-02-07
412
413 2002-02-07 [darko]      0.7.0claws55
414
415         * src/gtkutils.[ch]
416         * src/summaryview.c
417                 Fix const gchar */gchar * issue (thanks Hiro)
418
419 2002-02-07 [darko]      0.7.0claws54
420
421         * src/compose.[ch]
422         * src/filtering.c
423         * src/gtkutils.[ch]
424         * src/prefs_template.c
425         * src/quote_fmt.h
426         * src/quote_fmt_parse.y
427         * src/summaryview.c
428         * src/utils.[ch]
429                 When replying or forwarding an email don't quote the entire
430                 mail body but use the part of the message text that is selected
431
432 2002-02-06 [melvin]     0.7.0claws53
433
434         * src/prefs_common.[ch]
435         * src/gtkspell.[ch]
436         * src/compose.c
437                 Made possible to switch quickly to last used dictionary
438                 which makes checking bilingual documents easier.
439
440 2002-02-06 [melvin]     0.7.0claws52
441         
442         * po/POTFILES.in
443                 Added forgotten new file src/prefs_actions.c
444
445 2002-02-06 [melvin]     0.7.0claws51
446
447         * src/prefs_actions.c   ** NEW FILE **
448         * src/prefs_actions.h   ** NEW FILE **
449                 Added actions to execute on message text view, or on the
450                         message's file.
451         * src/Makefile.am
452                 Added src/prefs_actions.[ch]
453         * src/compose.c
454                 Added new menu "Edit/Actions"
455         * src/defs.h
456                 Added new actionsrc file.
457         * src/main.c
458                 Added actionsrc reading.
459         * src/mainwindow.c
460                 Added new menus "Edit/Actions" and "Configuration/Actions..."
461         * src/prefs_common.h
462                 Added new element actionslst element to prefs_common.
463
464 2002-02-06 [paul]       0.7.0claws50
465
466         * sync with sylpheed 0.7.0cvs36
467                 see ChangeLog entry 2002-02-06
468
469 2002-02-05 [paul]
470
471         * po/es.po
472                 updated by Ricardo Mones Lastra
473
474 2002-02-05 [paul]       0.7.0claws49
475
476         * sync with sylpheed 0.7.0cvs33
477                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
478
479 2002-02-05 [paul]       0.7.0claws48
480
481         * src/compose.c
482                 re-add 'Edit/Advanced/Delete entire line', previously named
483                 'Delete Line+'
484
485 2002-02-04 [paul]       0.7.0claws47
486
487         * src/compose.c
488           src/summaryview.c
489                 fix bug #494993 (Reply All not taking Reply-To into consi)
490                 eliminate differences in behaviour of right-click 'Reply to all' 
491                 in summary view and 'Reply to all' on the toolbar. 
492                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
493                 view and From gets ignored by 'Reply to all' on toolbar.
494                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
495                 From when no Reply-To header is present.
496
497 2002-02-04 [paul]       0.7.0claws46
498
499         * sync with sylpheed 0.7.0cvs30
500                 see ChangeLog entries 2002-02-03 and 2002-02-04
501
502 2002-02-03 [melvin]     0.7.0claws45
503
504         * src/gtkspell.[ch]
505                 Readded function to highlight all misspelled words.
506                 Fixed bug where user-provided-words did not replace
507                         correctly the misspelled word when using the mouse.
508                 Fixed bug where checking a region selected from right to left did
509                         not check the region at all.
510                 Fixed bug where 'Check backwards' may not check at all. 
511                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
512                 Fixed possible buffer overflow when checking for long strings (>1k).
513                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
514                 Accelerators code uses now gtk_widget_add_accel.
515                 Removed and disabled obsolete and unfinished code.
516                 Cleaning up.
517
518         * src/compose.c
519                 Added menu item to Highlight all misspelled words.
520
521 2002-02-01 [paul]       0.7.0claws44
522
523         * src/mainwindow.c
524                 fix '/View/Hide read messages' sensitivity when all
525                 messages in a folder are hidden
526
527 2002-02-01 [paul]       0.7.0claws43
528
529         * src/main.c
530                 add --send option to command line interface, sends all
531                 queued mail. Patch submitted by Ricardo Mones Lastra.
532
533 2002-01-31 [paul]       0.7.0claws42
534
535         * src/mainwindow.c
536                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
537
538 2002-01-31 [paul]       0.7.0claws41
539
540         * sync with sylpheed 0.7.0cvs27
541                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
542                 and 2002-01-31
543
544         * src/textview.c
545                 comment out elements of textview_show_part() as temporary
546                 workaround for attachment 'Display as text' bug 
547
548         * po/pt_BR.po
549                 updated by Fabio Junior Beneditto
550
551 2002-01-30 [paul]       0.7.0claws40
552
553         * sync with sylpheed 0.7.0cvs24
554                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
555                 and 2002-01-30
556
557         * src/compose.c
558                 add {N_("/_Spelling"), ... "<Branch>"} to 
559                 GtkItemFactoryEntry compose_entries[]
560
561         * src/prefs_common.c
562                 add claws menu items to prefs_keybind_apply_clicked()
563                 and remove non-claws menu items
564
565 2002-01-29 [paul]       0.7.0claws39
566
567         * sync with sylpheed 0.7.0cvs22
568                 see ChangeLog entries 2002-01-28 and 2002-01-29
569
570 2002-01-28 [melvin]     0.7.0claws38
571
572         * src/compose.c
573                 Added the declartion of compose_send_control_enter.
574
575         * src/compose.c
576         * src/gtkspell.[ch]
577                 Added in a 'Spelling' menu which includes the configuration menu. 
578                 Added a real 'Check all' and got rid from the old one which only
579                 highlited misspelled word.
580                 Made 'Check while typing' a disableable option.
581                 Added a dialog when there are no more misspelled word.
582                 Added a dialog if error occurs when switching to a dictionary.
583         
584         * src/prefs_common.[ch]
585                 Added option for the default 'Check while typing' option.
586
587
588 2002-01-28 [alfons]     0.7.0claws37
589
590         * src/compose.c
591                 fix buglet and make code comply with sylpheed code style
592
593 2002-01-28 [paul]       0.7.0claws36
594
595         * sync with sylpheed 0.7.0cvs19
596                 see ChangeLog entries for 2002-01-28
597
598 2002-01-28 [hoa]        0.7.0claws35
599
600         * src/defs.h
601                 added rendererrc
602
603         * src/main.c
604                 read the renderer config
605
606         * src/procmime.[ch]
607                 use the renderer config to convert mime attachments
608
609         * src/textview.c
610                 don't use textview_show_html/ertf,
611                 use get_text_content instead
612
613 2002-01-27 [alfons]     0.7.0claws34
614         
615         * src/news.c
616                 make sylpheed believe it can delete a news message...
617                 (messages are NOT deleted, maybe we should remove
618                 processing from the folder properties after all.)
619
620 2002-01-27 [alfons]     0.7.0claws33
621
622         * src/folder.c
623                 add extra checks
624         * src/news.c
625                 implement remove_msg() 
626
627 2002-01-27 [alfons]     0.7.0claws32
628
629         * src/procmsg.h
630         * src/procheader.c
631         * src/messageview.c
632                 fix return receipt / disposition notification again. this
633                 stuff seems to break on _every_ major summary UI change, so
634                 it's now implemented using a flag which is saved in the
635                 marks cache
636                 
637 2002-01-26 [alfons]     0.7.0claws31
638
639         * src/import.c
640                 let import dialog show the destination folder identifier
641
642 2002-01-26 [melvin]     0.7.0claws30
643
644         * src/folderview.c
645         * src/summaryview.c
646                 Readded 'Mark all read' into summary view popup menu
647                 Added 'Mark all read' in folder view popup menu for IMAP
648                 and NNTP.
649                 Made it insensitive if the selected folder is not the shown
650                 one to avoid 'Mark all read' on the wrong folder.
651                 
652 2002-01-26 [paul]       0.7.0claws29
653
654         * src/folderview.c
655           src/summaryview.c
656                 move 'Mark all read' from summary view to folder view
657                 menu. (adapted from) patch submitted by Jeremy Andrews,
658                 <lists@kerneltrap.com>
659
660 2002-01-25 [alfons]     0.7.0claws28
661
662         * src/gtkstext.c
663                 put the gtk class name back so GtkSText adapts the 
664                 settings of GtkText
665
666 2002-01-25 [alfons]     0.7.0claws27
667
668         * src/folderview.c 
669                 assimilate Ricardo's patch that shows pixmaps instead of
670                 plain "new" and "unread" texts in the folder view column
671                 headers 
672
673 2002-01-25 [paul]       0.7.0claws26
674
675         * src/Makefile.am
676                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
677                 be found in non-standard locations. 
678                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
679
680 2002-01-25 [paul]       0.7.0claws25
681
682         * sync with sylpheed 0.7.0cvs16
683                 see ChangeLog entry 2002-01-25
684
685 2002-01-24 [paul]       0.7.0claws24
686
687         * more sync with sylpheed 0.7.0cvs15
688                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
689
690 2002-01-23 [sergey]     0.7.0claws23
691
692         * src/importldif.c
693                 Fixed segfault when closing LDIF import wizard with
694                 the window manager.
695         * src/imageview.c
696         * src/imageview.h
697         * src/messageview.c
698         * src/mimeview.c
699                 Fixed wrong scrolling position after switching between
700                 text and image parts.
701
702 2002-01-23 [paul]       0.7.0claws22
703
704         * sync with sylpheed 0.7.0cvs15
705                 see ChangeLog entries 2002-01-22 and 2002-01-23
706
707 2002-01-21 [melvin]     0.7.0claws21
708
709         * src/prefs_scoring.c
710         * src/prefs_filtering.c
711                 Fixed bug where scoring and filtering windows stopped
712                 autochecking.
713
714 2002-01-21 [paul]       0.7.0claws20
715
716         * sync with sylpheed 0.7.0cvs12
717                 see ChangeLog entries 2002-01-20 and 2002-01-21
718
719 2002-01-21 [carsten]    0.7.0claws19
720         * src/mainwindow.c
721         * src/menu.[ch]
722         * src/messageview.[ch]
723         * src/summaryview.[ch]
724                 changes to shortcuts handling again:
725                         + "Q" now controled by mainwin
726                         + v/V are now customizable and have slightly
727                           different meanings
728                 the "button" to minimize the messageview (and maximize
729                 the summary view) is a real button now
730         * src/compose.c
731                 "Delete Line+" added to Edit/Advanced (this will also
732                 delete the '\n')
733
734 2002-01-20 [melvin] 0.7.0claws18
735
736         * src/addressbook.c
737                 Made "Bcc" sensitive when addressbook is called from
738                 compose window (it was a Claws only bug).
739
740 2002-01-19 [alfons] 0.7.0claws17
741
742         * src/inc.c
743                 prevent unnecessary updates when currently selected folder has
744                 no new messages 
745
746 2002-01-19 [alfons] 0.7.0claws16
747         
748         * src/summaryview.c
749                 prevent writing the cache based on current message list in summary 
750                 view when filtering also put messages in currently selected folder
751
752 2002-01-19 [paul]
753
754         * po/it.po
755                 Italian translation submitted by Alessandro Maestri
756                 <a.maestri@cs.tin.it>
757
758 2002-01-18 [melvin]     0.7.0claws15
759
760         * src/prefs_filters.c
761                 fixed bug where 'cancel' from 'filters' window stops autochecking
762                 if the timer timed out  when the window was open.
763
764 2002-01-18 [match]      0.7.0claws14
765
766         * src/addrclip.[ch]     ** NEW FILE **
767         * src/addrselect.[ch]   ** NEW FILE **
768         * src/adbookbase.h      ** NEW FILE **
769                 addressbook cut, copy and paste
770         * src/addrbook.[ch]
771         * src/addrcache.[ch]
772         * src/addressitem.h
773         * src/addrindex.[ch]
774         * src/addritem.[ch]
775         * src/importldif.c
776         * src/importmutt.c
777         * src/jpilot.[ch]
778         * src/syldap.[ch]
779         * src/vcard.[ch]
780         * src/jpilot.[ch]
781         * src/editbook.c
782         * src/editjpilot.c
783         * src/editldap.c
784         * src/editvcard.c
785                 support for copy/paste
786         * src/addressbook.c
787                 support for copy/paste
788                 tidy up menu option processing
789                 correct address list function arguments
790         * src/editaddress.c
791                 sort user attributes
792         * src/ldif.h
793         * src/mutt.h
794                 tidy up
795
796         * src/addrbook.[ch]
797         * src/addrbook.[ch]
798         * src/addrbook.[ch]
799                 
800
801 2002-01-18 [paul]       0.7.0claws13
802
803         * sync with sylpheed 0.7.0cvs8
804                 configure.in: support Mac OS X (Darwin)
805
806 2002-01-18 [carsten]    0.7.0claws12
807         * src/html.c
808                 small hack to fix a segfault with an empty href
809                 (reported by Alexandra Walford <deeni@altern.org>)
810         * src/mainwindow.c
811         * src/summaryview.c
812                 the shortcuts for Mark und Mark as unread are hardcoded
813                 again
814         * src/compose.c
815         * src/gtkstext.[ch]
816                 readded the shortcuts in gtkstext but made them
817                 customizeable (simply by adding a menu plus a wrapper
818                 to compose.c)
819
820 2002-01-17 [melvin]     0.7.0claws11
821
822         * src/gtkspell.c
823                 fix default dictionary not being saved.
824
825 2002-01-16 [darko]      0.7.0claws10
826
827         * src/compose.c
828                 fix wrapping crash with URL longer than wrapping margin
829
830 2002-12-08 [hoa]        0.7.0claws10
831
832         * src/matcher_parser_parse.y
833                 fixed some bugs
834
835         * src/prefs_filtering.c
836                 now, we can use bounce action in the dialog box.
837
838 2002-01-16 [carsten]    0.7.0claws9
839         * src/gtkstext.c
840                 removed the <control> and <alt> shortcuts because they're
841                 not needed and interefered with the "normal" shortcuts
842         * src/mainwindow.c
843         * src/summaryview.c
844                 removed most of the hardcoded shortcuts and assigned
845                 them to menu entries making them easy customizable by
846                 that
847
848 2002-01-16 |melvin]     0.7.0claws8
849
850         * src/gtkspell.c
851                 fixed bug where using the mouse and when the compose
852                 window is not on top may result in a crash.
853
854 2002-01-16 [melvin]     0.7.0claws7
855
856         * src/compose.c
857                 fixed a long standingspell checker bug which could 
858                 cause a crash after sending a message.
859
860 2002-01-16 [paul]       0.7.0claws6
861
862         * sync with sylpheed 0.7.0cvs7
863                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
864                 2002-01-15, and 2002-01-16
865
866 2002-01-16 [melvin]     0.7.0claws5
867
868         * README.claws
869         * src/compose.c
870         * src/gtkspell.[ch]
871         * src/main.c
872                 Heavily modified spell checker code to work around
873                 ispell bug, to add keyboard shortcuts and for future
874                 enhancements. See README.claws for usage information.
875
876 2002-01-15 [alfons]     0.7.0claws4
877         
878         * src/summaryview.c
879                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
880                 so sorting within threads reflects sort mode
881
882 2002-01-15 [christoph]  0.7.0claws3
883
884         * src/procmsg.c
885                 added alertpanel if mail sending failed
886
887 2002-01-15 [alfons]     0.7.0claws2
888         
889         * src/prefs_filtering.c
890                 don't stop timer when prefs filtering dialog is opened
891
892 2002-01-14 [alfons]     0.7.0claws1
893
894         * src/addr_compl.c
895         * src/prefs.c
896                 remove debug_print()s for privacy reasons
897
898 2002-01-14 [darko]      0.7.0claws
899
900         * README.claws
901                 quotation wrapping is now also in the main branch
902
903 2002-01-14 [paul]
904
905         * tools/filter_conv.pl
906                 allow for Boolean Op and case-sensitivity
907                 this file is included in the release and tagged
908                 'rel_0_7_0'
909
910 2002-01-13 [paul]       0.7.0claws
911
912         * release 0.7.0, with cvs tag 'rel_0_7_0'
913
914 2002-01-13 [paul]
915
916         * tools/filter_conv.pl
917         * tools/README
918                 rewritten to output to matcherrc instead of filteringrc
919
920         * po/es.po
921                 updated Spanish translation by Ricardo Mones Lastra
922
923 2002-01-13 [alfons]
924
925         * po/nl.po
926                 update dutch translation
927
928 2002-01-13 [paul]
929
930         * po/pt_BR.po
931                 Updated by Fabio Junior Beneditto 
932
933 2002-01-13 [melvin]     0.6.6claws53
934
935         * po/fr.po
936                 Updated french translation
937
938 2002-01-12 [alfons]     0.6.6claws52
939
940         * src/filtering.c
941                 plug mem leak that has been sitting there for ages              
942
943 2002-01-12 [alfons]     0.6.6claws51
944
945         * src/summaryview.c
946                 undo melvin's changes from 0.6.6claws48 because summary
947                 view now refuses to select first unread message when
948                 selecting a folder 
949
950 2002-01-11 [alfons]     0.6.6claws50
951
952         * src/import.c
953                 use claws' semantics for getting folder item when
954                 importing an mbox file into a folder 
955                 (submitted by Dale P. Smith)
956
957 2002-01-11 [christoph]  0.6.6claws49
958
959         * src/prefs.h
960                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
961                 toggle widget, because non static prefs can not use
962                 prefs_set_* functions
963         * src/prefs_account.c
964                 toggle smtp auth password field sensitivity if
965                 user id is empty and add descrition of usage for
966                 these fields
967         * src/prefs_folder_item.c
968                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
969                 callbacks
970
971 2002-01-11 [melvin]     0.6.6claws48
972
973         * src/compose.c
974                 fix the 'Ctrl-Enter' feature for sending and test really
975                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
976                 editables which was not documented in Gtk)
977
978         * src/summaryview.c
979                 Made summaryview refresh after sorting and not before.
980
981 2002-01-11 [christoph]  0.6.6claws47
982
983         * src/compose.c
984                 select account from account ids if possible and
985                 correctly set save folder for copy in reedit
986
987 2002-01-10 [paul]       0.6.6claws46
988
989         * sync with sylpheed 0.7.0 release
990                 see ChangeLog entries 2002-01-07, 2002-01-08 and
991                 2002-01-09
992
993 2002-01-09 [alfons]
994
995         * src/summaryview.c
996                 remove more dirt traces...
997
998 2002-01-09 [alfons]
999         
1000         * src/summaryview.c
1001                 clean up some traces of my debugging stuff
1002
1003 2002-01-09 [alfons]     0.6.6claws45
1004
1005         * src/filtering.c
1006                 break up filteringprop_apply() in three separate pieces
1007                 so we can drop messages that failed processing in the
1008                 inbox
1009
1010         * src/summaryview.c
1011                 fix bug #469598 "no refresh of inbox after filter" which 
1012                 was introduced by the new summary view locking, and which 
1013                 prevented the summary view to update after a manual filter 
1014                 message. claw's filter message requires a summary_show().
1015                 (aargh, summary_show() again! :-)
1016                 
1017 2002-01-07 [alfons]     0.6.6claws44
1018
1019         * src/headerwindow.c
1020         * src/logwindow.c
1021         * src/messageview.c
1022         * src/sourcewindow.c
1023                 bring in Hiro's last 0.7.0 wm class fixes
1024
1025         * tools/sylprint.pl
1026                 bring in Ricardo's fix for sylprint script
1027
1028         * AUTHORS       
1029         * src/rfc2015.[ch]
1030         * src/prefs_common.[ch]
1031         * src/prefs_account.[ch]
1032         * src/compose.c
1033                 clean up account preference poison in rfc2015,
1034                 and preparation to fix double sign bug 
1035                 (patch submitted by Simon 'corecode' Schubert)
1036
1037 2002-01-07 [christoph]  0.6.6claws43
1038
1039         * src/mh.c
1040                 search for free message number, do not only rely
1041                 on last_num
1042         * src/send.c
1043                 fix smtp auth and use extra account information
1044                 if available, if not use pop3 data instead
1045                 (closes bug #500341)            
1046         * src/ssl.[ch]
1047                 match coding style
1048
1049 2002-01-06 [alfons]     0.6.6claws42
1050
1051         * src/mainwindow.c
1052                 try making the separate windows work again...
1053
1054 2002-01-06 [alfons]     0.6.6claws41
1055
1056         * src/mainwindow.c
1057                 adapt Hiro's separate window menu (to get rid of the funny
1058                 duplicate menu items), and make it work again
1059
1060 2002-01-06 [alfons]     0.6.6claws40
1061
1062         * tools/Makefile.am
1063         * tools/sylprint.rc
1064         * tools/sylprint.pl
1065         * tools/README.sylprint
1066                 add sylprint script for printing mails from Sylpheed
1067                 (contributed by Ricardo Mones Lastra)
1068
1069         * src/acount.c
1070                 clean up
1071
1072 2002-01-06 [melvin]     0.6.6claws39
1073
1074         * src/mainwindow.c
1075         * src/summaryview.c
1076                 Fixed crash introduced in 0.6.6claws38 by the menu
1077                 reorganisation (Hide read messages)
1078         
1079         * ChangeLog.claws 
1080                 Fixed typo (we are now in 2002, alfons ;) )
1081
1082 2002-01-05 [alfons]     0.6.6claws38
1083
1084         * sync with sylpheed 0.6.6cvs10-17
1085                 (last stuff marked as LAST_STABLE)
1086
1087 2002-01-04 [melvin]     0.6.6claws37
1088
1089         * src/account.c
1090                 Made account selection code use strcasestr again instead of
1091                 g_strcasecmp (fixes bug where reediting queued messages
1092                 did not select proper account reported by T. Link).
1093         
1094         * src/folderview.c
1095                 Fix bug where folder icons are not shown when 'hide read messages'
1096                 is on.
1097         
1098         * src/stock_pixmaps.[ch]
1099                 Added folder icons for 'hide read messages'.
1100         
1101         * src/compose.c
1102                 Fixed bug where 'Enter' in a header entry will send the message 
1103                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
1104
1105 2002-01-03 [melvin]     0.6.6claws36
1106         
1107         * src/prefs.[ch]
1108                 Added popup menu for common preferences and
1109                 account preferences (right click on tab displays
1110                                 a menu of all tabs.)
1111
1112 2002-01-02 [melvin]     0.6.6claws35
1113
1114         * src/gtkspell.[ch]
1115                 Made spelling code compatible with undo/redo feature.
1116                 Added creation of suggestion mode menu for the general
1117                         preferences.
1118         
1119         * src/prefs_common.[ch]
1120                 Added option menu for the speller's suggestion mode.
1121                 Added missing spaces in "..." buttons and made a "..."
1122                         button non translatable!
1123         
1124         * src/compose.c
1125                 Made speller use the default suggestion mode.
1126                 Hack to make it possible to choose 'CTRL-Enter' as a
1127                         shortcut for sending (and only for sending).
1128
1129         * src/prefs_folder_item.c
1130                 Changing subject simplification does not update cache 
1131                         anymore (because it is unnecessary).
1132                 Fixed bug where changing subject simplification updated the 
1133                         summaryview even when the viewed folder is not the
1134                         folder which properties are being changed. (E.g. 
1135                                         viewing folder A and changing
1136                                         the subject simplification of 
1137                                         folder B -not being viewed- updated the 
1138                                         summaryview of folder A with data of
1139                                         folder B). (Hope this is clear... )
1140
1141 2001-12-31 [alfons]     0.6.6claws34
1142         
1143         * src/ldif.c
1144         * src/mutt.c
1145                 fgetc() returns a signed integer which doesn't
1146                 fit in a char. so c truncates this to a char
1147                 but we may lose significant bits. i.e. we may
1148                 comparing 0xFF which may not be equal to -1
1149                 unless properly casted to signed char which
1150                 we won't do because fgetc() returns a signed
1151                 integer which doesn't fit in a char. so c 
1152                 truncates this to a char but we may lose 
1153                 significat bits. (you got the idea, thanks
1154                 to Gustavo Noronha Silva <kov@debian.org>
1155                 and the Debian folks!)
1156
1157 2001-12-30 [alfons]     0.6.6claws33
1158
1159         * src/prefs_common.c
1160                 add #ifdef USE_PSPELLs that Melvin forgot               
1161
1162 2001-12-30 [melvin]     0.6.6claws32
1163         
1164         * src/prefs_common.[ch]
1165                 Added configurable color for misspelled words.
1166
1167         * src/gtkspell.[ch]
1168                 Fixed bug of foreground text color (reported by David
1169                                 Mehrmann)
1170                 Added configurable color for misspelled words.
1171
1172 2001-12-30 [alfons]     0.6.6claws31
1173
1174         * src/folder.c
1175                 remove unnecessary things someone put there
1176
1177         * src/mh.c
1178         * src/folder.[ch]
1179                 make folder properties (like threading and sorting) persistent
1180                 (closes bug #497424 "rescan folder tree resets proprieties")
1181                 currently this is only for MH folders. 
1182
1183 2001-12-29 [melvin]     0.6.6claws30
1184
1185         * src/string_match.[ch]
1186                 Optimized a bit: regexp pattern buffer compiled only once, and
1187                   one subroutine call removed. Fixed ^ regexp search: Now, 
1188                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
1189         
1190         * src/summaryview.c
1191                 Subject filtering changed to filter summary columns and
1192                   not directly the messages subject cache. The loss in 
1193                   performance is balanced by the improvement of string_match.
1194                 Added an alert panel if there is an error in the regexp.
1195
1196         * src/src/prefs_folder_item.h
1197                 Added a regexp pattern buffer.
1198
1199 2001-12-28 [alfons]     0.6.6claws29
1200
1201         * src/string_match.[ch]
1202                 clean up name space
1203                 allow compilation *BSD
1204
1205 2001-12-27 [alfons]     0.6.6claws28
1206
1207         * src/filter.c
1208                 sync the Hiro's bug fix for BSD
1209
1210 2001-12-27 [melvin]     0.6.6claws27
1211         
1212         * src/compose.c
1213                 Simplify focus to subject entry code.
1214
1215 2001-12-27 [darko]      0.6.6claws26
1216
1217         * src/filtering.c
1218         * src/mbox_folder.c
1219         * src/messageview.c
1220         * src/mh.c
1221         * src/procheader.[ch]
1222         * src/procmsg.h
1223         * src/stock_pixmap.[ch]
1224         * src/summaryview.c
1225                 Show key icon for encrypted mails in summary view
1226
1227         * src/pixmaps/clip.xpm
1228         * src/pixmaps/clipkey.xpm
1229         * src/pixmaps/key.xpm
1230                 New/modified icons for the above
1231
1232 2001-12-27 [melvin]     0.6.6claws25
1233
1234         * src/prefs_common.c
1235                 Put spell checker options in a separate tab to decrease
1236                 the Common Preferences window height.
1237
1238         * README.claws  
1239                 Update spell checker usage instruction about its options
1240                 location.
1241
1242 2001-12-27 [melvin]     0.6.6claws24
1243
1244         * src/compose.c
1245                 Changed subject entry widget position. Initial focus is
1246                 on the To header instead of the subject entry.
1247                 Creating a new header scrolls the header list to make the
1248                 created one visible. Nevertheless, when automatically filling
1249                 headers, the first one is shown.
1250                 A Tab key press in the last empty header entry zips the 
1251                 focus to the subject entry.
1252                 (I did not change the combo boxes, yet)
1253
1254 2001-12-26 [alfons]     0.6.6claws23
1255
1256         * src/prefs_account.c
1257         * src/inc.c
1258                 allow default inbox to reside in another mailbox (only
1259                 works for POP3 accounts)
1260
1261 2001-12-26 [alfons]     0.6.6claws22
1262         
1263         * src/textview.c
1264                 make reply-on-click work with the account of the selected folder
1265         * src/compose.c
1266                 put a fixme here to remind me to fix finding correct default
1267                 account for nested folders
1268
1269 2001-12-25 [alfons]     0.6.6claws21
1270
1271         * src/summaryview.c
1272                 make column headers display locked and mark pixmaps (idea by Melvin) 
1273                 fix bug by adding score and locked column type to sort array
1274
1275 2001-12-25 [alfons]     0.6.6claws20
1276         
1277         * src/summaryview.c
1278                 catch a *potentially* inadvertent write back of  
1279                 the message cache(s) introduced by 0.6.5claws37
1280
1281 2001-12-25 [christoph]  0.6.6claws19
1282
1283         * src/stock_pixmap.[ch]
1284         * src/summaryview.c
1285                 add ignore thread pixmap
1286                 (can someone draw a better icon for this?)
1287
1288 2001-12-24 [alfons]     0.6.6claws18
1289
1290         * src/prefs_folder_item.c
1291                 make address completion actually work for the
1292                 Default To address in the Folder Property dialog.
1293
1294 2001-12-24 [alfons]     0.6.6claws17
1295         
1296         * src/summaryview.c
1297                 use new style regexp for subject stripping 
1298                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
1299
1300 2001-12-24 [darko]      0.6.6claws16
1301
1302         * src/pgptext.c
1303         * src/rfc2015.c
1304                 move GPG related informational messages to debug mode
1305
1306 2001-12-23 [alfons]     0.6.6claws15
1307
1308         * src/stock_pixmap.[ch]
1309         * src/summaryview.c
1310                 add the forgotten Claws' locked pixmap
1311
1312 2001-12-23 [alfons]     0.6.6claws14
1313
1314         * src/filesel.c
1315                 accept file name typed in entry in multi file
1316                 selector (patch submitted by Gustavo Noronha Silva 
1317                 <kov@debian.org>)
1318
1319 2001-12-23 [alfons]     0.6.6claws13
1320
1321         * src/prefs_filter.c
1322         * src/prefs_filtering.c
1323         * src/matcher.c
1324         * src/importmutt.c
1325                 clean up a little bit
1326         
1327         * src/string_match.c
1328                 validate input strings a little bit more
1329
1330 2001-12-23 [alfons]     0.6.6claws12
1331
1332         * src/Makefile.am
1333         * src/summaryview.c
1334         * src/string_match.[ch]         ** NEW **
1335         * src/folderview.[ch]
1336         * src/headerview.h
1337         * src/folder.[ch]
1338         * src/prefs_folder_item.[ch]
1339                 add subject simplification to strip out strings from
1340                 a subject line (esp. handy for mailing lists). 
1341                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
1342                 but slightly changed things for better integration.)
1343
1344 2001-12-23 [alfons]     0.6.6claws11
1345
1346         * src/mainwindow.c
1347                 fix bug introduced by submission included in 0.6.5claws52.
1348                 ideally this submission should clean the trash if any trash
1349                 folder has a message. however, the hasTrash variable was
1350                 set to false whenever a trash folder was empty (discarding
1351                 a previously found *filled* trash folder.)
1352
1353                 also edited the code a little bit and made it more safe.
1354
1355 2001-12-22 [alfons]     0.6.6claws10
1356
1357         * src/imap.c
1358                 quick fix for Martin Pool's omission of an account
1359                 specific SSL setting
1360
1361 2001-12-22 [alfons]     0.6.6claws9
1362
1363         * src/compose.c
1364         * src/messageview.c
1365         * src/mimeview.c
1366         * src/pgptext.c
1367         * src/procmime.[ch]
1368                 better support for multipart/digest (submitted
1369                 by Fredrik <e98fo@efd.lth.se>)
1370
1371 2001-12-22 [alfons]     0.6.6claws8
1372
1373         * src/addressbook.c
1374                 correct function signature
1375         * src/socket.[ch]
1376         * src/imap.[ch]
1377         * src/prefs_account.[ch]
1378                 allow IMAP over SSH tunnel (patch submitted by 
1379                 Martin Pool <mbp@samba.org>)
1380
1381 2001-12-21 [alfons]     0.6.6claws7
1382
1383         * sync with sylpheed 0.6.6cvs4-9
1384                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
1385
1386 2001-12-21 [christoph]  0.6.6claws6
1387
1388         * src/compose.c
1389         * src/prefs_folder_item.[ch]
1390                 implement saving of outgoing messages to current folder.
1391                 fix segfault when no default outbox is available
1392                 (closes bug #495683)
1393
1394 2001-12-21 [carsten]    0.6.6claws5
1395         * src/folderview.c
1396         * src/summaryview.c
1397                 pressing CTRL while DND does now the expected thing and
1398                 copies the mail (moving is still the default, as this
1399                 seam more appropriate for handling mails by DND)
1400
1401 2001-12-18 [paul]       0.6.6claws4
1402
1403         * sync with sylpheed 0.6.6cvs3
1404                 see ChangeLog entries 2001-12-18
1405
1406 2001-12-18 [hiro]       0.6.6claws3
1407
1408         * src/undo.c
1409                 fix for multibyte characters (obtain the number of letters
1410                 instead of bytes).
1411
1412 2001-12-17 [paul]       0.6.6claws2
1413
1414         * sync with sylpheed 0.6.6cvs1
1415                 see ChangeLog entry 2001-12-16
1416
1417 2000-12-17 [alfons]     0.6.6claws1
1418
1419         * src/filtering.c
1420                 clean up
1421
1422 2001-12-16 [paul]       0.6.6claws
1423 2001-12-15
1424
1425         * Release version 0.6.6claws, cvs tag: rel_0_6_6
1426
1427         * src/mimeview.c
1428                 last minute sync with main 0.6.6
1429
1430         * po/es.po
1431                 updated by Ricardo Mones Lastra
1432                 update for last minute sync
1433         * po/fr.po
1434         * po/nl.po
1435                 update for last minute sync
1436         * po/de.po
1437                 updated by Jens Oberender
1438         * po/pt_BR.po
1439                 updated by Fabio Junior Beneditto
1440
1441         * src/prefs_common.[ch]
1442         * src/undo.c
1443                 number of undo levels is user configurable
1444                 (squeeze it into the release in the dying
1445                 moments) Submitted by Jens Oberender    
1446
1447 2001-12-15 [melvin]
1448
1449         * po/fr.po
1450                 updated french translation
1451
1452 2001-12-15 [paul]       0.6.5claws92
1453
1454         * sync with sylpheed 0.6.5cvs28
1455                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
1456
1457         * po/nl.po
1458                 update to allow for sync
1459
1460 2001-12-15 [alfons]
1461         
1462         * po/nl.po
1463                 update dutch translation
1464
1465 2001-12-14 [carsten]    0.6.5claws91
1466         * src/summaryview.c
1467                 fixed bug #473785; also after changing the column order
1468                 the same message will be selected and displayed as before
1469                 the reordering
1470
1471 2001-12-14 [carsten]    0.6.5claws90
1472         * src/folderview.c
1473                 probably found the bug reported by wwb opening or closing
1474                 a folder tree just before dnd (found the solution in the
1475                 balsa source -- thanks to them)
1476
1477 2001-12-14 [carsten]    0.6.5claws89
1478         * src/gtkutils.c
1479         * src/account.c
1480                 moved gtk_clist_moveto to the right place, so that
1481                 only the accounts dialog is effected on opening
1482
1483 2001-12-14 [carsten]    0.6.5claws88
1484         * src/gtkutils.c
1485                 gtkut_clist_set_focus_row does a gtk_clist_moveto
1486                 now, so that the focused row will be seen in any case
1487                 (reported by wwp on sf-claws-user)
1488
1489 2001-12-14 [darko]      0.6.5claws87
1490
1491         * src/compose.c
1492                 remove unnecessary line
1493
1494 2001-12-14 [paul]       0.6.5claws86
1495
1496         * sync with sylpheed 0.6.5cvs27
1497                 see ChangeLog entries 2001-12-14
1498
1499 2001-12-14 [carsten]    0.6.5claws85
1500         * src/mainwindow.c
1501                 following a suggestion of Melvin the rcoabm pops up
1502                 right under the button now and the button is reliefed
1503                 while the popup is open
1504
1505 2001-12-14 [darko]      0.6.5claws84
1506
1507         * src/compose.c
1508                 fix crash when wrapping long lines if linewrap quotation
1509                 is disabled and wrapper encounters a word spanning more
1510                 than one line
1511
1512 2001-12-13 [paul]       0.6.5claws83
1513
1514         * src/compose.c
1515                 prefer 'Reply-To' header over mailing list header when
1516                 replying to a message. Finally prevent all those confirmation 
1517                 messages being sent to the list itself.
1518
1519         * src/summaryview.c
1520                 remove unused summary_set_menu_sensitive() entry
1521
1522 2001-12-13 [paul]       0.6.5claws82
1523
1524         * src/folderview.c
1525         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
1526         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
1527         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
1528                 improvements to 'Hide read messages': Inbox, Outbox,
1529                 Trash, Queue, and Draft icons now reveal presence of hidden 
1530                 messages
1531
1532 2001-12-12 [alfons]     0.6.5claws81
1533
1534         0.6.5claws80 was tagged as LAST_STABLE
1535
1536         * src/filtering.[ch]
1537         * src/matcher.[ch]
1538         * src/matcher_parser_lex.c
1539                 fix the filtering; my last attempt to get it right, 
1540                 if it does not work, it's Hoa's turn. ;-)
1541
1542                 for my honourable peers:
1543                 
1544                 the code now makes a clear distinction between
1545                 rules as they are displayed (probably escaped),
1546                 and as they are executed (probably unescaped). the
1547                 parser does *NOT* do any unescaping, this is
1548                 the task of the matcher.c (which breaks up a
1549                 rule into condition) and the filtering.c (which
1550                 breaks up the rule's action). to make this
1551                 run happily we provide an unescaped copy of
1552                 crucial strings to the MatcherProp and 
1553                 FilteringAction structures. note that the only
1554                 exception to this is any REGEXP string. those
1555                 are directly passed to regcomp() and regexp()
1556                 (who have much more powerful unescape functions).
1557                 
1558                 for everyone else:
1559         
1560                 you can escape tab (\t), carriage return (\r),
1561                 linefeed (\n), form feed (\f), quote (\"), 
1562                 single quote (\'), bell (\b) in all the entry
1563                 lines in the scoring & filtering dialogs.
1564                 as an added bonus this should not affect
1565                 existing filtering rules.
1566
1567 2001-12-12 [carsten]    0.6.5claws80
1568
1569         * src/summaryview.c
1570         * po/de.po
1571                 "item(s) selected" is now sensitive to 1 or more
1572                 than one selected (nice for language where simple
1573                 adding of a "s" is not possible as German (Eintrag
1574                 ->Eintr"age)
1575                 
1576                 the "forward as attachment" entry from the right
1577                 click menu removed, "forward" acts following the
1578                 prefs
1579         
1580         * src/textview.c
1581                 reverted my former changes; so compiler warning again
1582                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
1583                 nevertheless
1584
1585         * src/messageview.c
1586                 "search in message" does now *not* only work in MVIEW_TEXT
1587                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
1588                 message
1589
1590         * src/mainwindow.c
1591                 removed "/File/_Close" as it was the same as "/File/E_xit"
1592                 and we don't need it two times
1593
1594                 the separate folder view and message view now get a distinct
1595                 WMCLASS, just in case someone is using sawfish ;-)
1596
1597                 as the menu entries "/View/Message view" and "/View/Folder tree"
1598                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
1599                 make them sensitive accordingly and as these two are "shown"
1600                 after startup anytime check this menuitem at startup
1601
1602 2001-12-12 [paul]       0.6.5claws79
1603
1604         * src/folderview.c
1605                 fix sensitivity of 'Search folder...', broken in
1606                 0.6.5claws75
1607
1608         * src/mainwindow.c
1609                 fix dodgy English
1610
1611 2001-12-11 [carsten]    0.6.5claws78
1612         * src/filtering.c
1613                 fixed two typos returning a wrong FALSE/TRUE
1614         * src/mainwindow.[ch]
1615                 extra menu for email/news button removed
1616
1617 2001-12-11 [alfons]     0.6.5claws77
1618         
1619         * src/matcher.c                 (1.3)
1620         * src/matcher_parser_lex.l      (1.28)
1621                 revert for another attempt
1622                 mark 0.6.5claws77 as LAST_STABLE
1623
1624 2001-12-11 [christoph]  0.6.5claws76
1625
1626         * po/de.po
1627                 fixed wrong translation for prev. unread msg
1628
1629 2001-12-11 [paul]       0.6.5claws75
1630
1631         * src/folder.[ch]
1632         * src/folderview.c
1633         * src/mainwindow.c
1634         * src/summaryview.[ch]
1635         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
1636                 enable ability to hide read messages on per folder basis via 
1637                 '/Summary/Hide read messages'; when selected, a folder will 
1638                 have a red open folder icon, instead of a blue icon, if the 
1639                 folder contains hidden messges
1640                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
1641
1642         * src/mainwindow.c
1643                 remove '/Message/Forward as attachment' from 
1644                 main_window_set_menu_sensitive() to prevent debug warning
1645
1646         * src/folderview.c
1647         * src/mainwindow.c
1648                 Clean up some of the English
1649
1650         * tools/newscache_clean.pl
1651                 allow for new 'hidereadmsgs' entry in folderlist.xml
1652
1653         * po/es.po
1654                 updated translation, submitted by Ricardo Mones Lastra
1655
1656 2001-12-11 [paul]       0.6.5claws74
1657
1658         * sync with sylpheed 0.6.5cvs25
1659                 see ChangeLog entry 2001-12-11
1660
1661 2001-12-10 [alfons]     0.6.5claws73
1662
1663         * src/matcher.c
1664                 add more control characters
1665         * src/matcher_parser_lex.l
1666                 make escaping / unescaping work again
1667
1668 2001-12-10 [alfons]     0.6.5claws72
1669
1670         * src/imap.c
1671                 clean up warnings "returning value for void function" 
1672         * src/prefs_filtering.c
1673                 make info button for execute action sensitive
1674
1675 2001-12-10 [paul]       0.6.5claws71
1676
1677         * src/compose.c
1678         * src/imap.[ch]
1679         * src/summaryview.c
1680                 fix: imap server now gets informed of MARKED, UNMARKED
1681                 and REPLY events. Now people can use different IMAP-Mail
1682                 clients and have the exact same information about MARKED,
1683                 UNMARKED and REPLY status with all of them. Especially
1684                 useful for imap servers with a web-frontend.
1685                 submitted by Tobias Sandhaas <medlor@web.de>
1686
1687 2001-12-09 [melvin]     0.6.5claws70
1688         
1689         * src/textview.[ch]
1690                 fixed bug #490076 (hunted down by Alfons who implemented
1691                 a workaround in 0.6.5claws65)
1692
1693 2001-12-09 [christoph]  0.6.5claws69
1694
1695         * src/summaryview.c
1696                 set pointer to string in LOCKED column to NULL
1697                 (might fix bug #490800)
1698
1699 2001-12-09 [carsten]    0.6.5claws68
1700
1701         * po/de.po
1702                 resolved some cluttered menu shortcuts 
1703                 ('creating new email' and 'creating news message'
1704                 hade the same)
1705         * src/compose.c
1706                 wmclass now distinc from main window
1707         * src/mainwindow.c
1708           src/mainwindow.h
1709                 email/news and forward button functionality similar
1710                 to the reply buttons; removed the ugly dropdown arrows
1711                 and use instead the right mouse button
1712
1713 2001-12-09 [paul]       0.6.5claws67
1714
1715         * src/imap.c
1716         * src/utils.h
1717                 allow spaces in imap folder names
1718                 submitted by Willem van Engen <wvengen@stack.nl>
1719
1720 2001-12-09 [paul]       0.6.5claws66
1721
1722         * sync with sylpheed 0.6.5cvs24
1723                 see ChangeLog entry 2001-12-09
1724
1725 2001-12-08 [alfons]     0.6.5claws65
1726
1727         * src/textview.c
1728                 prevent secondary selection claim after "add to sender" dialog
1729                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
1730                 we trick GTK by simulating a click at (0, 0) in the textview.
1731
1732 2001-12-08 [hoa]        0.6.5claws64
1733
1734         * src/folder.c
1735                 fixed a bug about the .processing folder name while filtering
1736
1737 2001-12-08 [alfons]     0.6.5claws63
1738
1739         * src/folderview.c 
1740                 work around problem of not correctly updating folder stats
1741                 when deleting messages. there's some folder scanning evil
1742                 going so the folderview_update_msg_num() does not work
1743                 correctly. need to investigate this.
1744
1745 2001-12-08 [paul]       0.6.5claws62
1746
1747         * sync with sylpheed 0.6.5cvs23
1748                 see ChangeLog entry 2001-12-08
1749
1750 2001-12-07 [christoph]  0.6.5claws61
1751
1752         * src/compose.c
1753                 fix another header translation problem
1754
1755 2001-12-07 [alfons]     0.6.5claws60
1756
1757         * src/mbox.c
1758                 make filtering also work on local spool mbox
1759
1760 2001-12-07 [carsten]    0.6.5claws59
1761         * src/addressbook.c
1762                 addressbook window gets a wmclass distinct from the main
1763                 sylpheed window
1764         * src/compose.h
1765         * src/mainwindow.[ch]
1766                   forward menu item will use mode selected in prefs, forward 
1767                 as attatchment in menu removed (will be substituted in the
1768                 toolbar similar to reply buttons)
1769                   create news message menu entry and news button is now 
1770                 sensitive to the existance of a news account
1771         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
1772         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
1773         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
1774                 these are removed because the toolbar buttons don't show
1775                 the quoting modus any longer
1776
1777 2001-12-07 [paul]
1778
1779         * tools/newscache_clean.pl      ** NEW FILE **
1780                 perl script to do some tidying up in the newscache directory 
1781                 
1782         * tools/sylpheed-switcher       ** NEW FILE **
1783                 perl script to enable easy switching between main and claws
1784                 
1785         * tools/README
1786                 added descriptions of the two new perl scripts          
1787
1788
1789 2001-12-07 [melvin]     0.6.5claws58
1790
1791         * src/messageview.c
1792                 fixed a warning during compilation introduced in 0.6.5claws56
1793
1794 2001-12-07 [paul]       0.6.5claws57
1795
1796         * src/mainwindow.[ch]
1797         * src/menu.[ch]
1798                 further usability enhancements to replying with or without 
1799                 quoting via the toolbar, use of Ctrl key is replaced by 
1800                 drop down menu 
1801                 Submitted by Carsten Schurig            
1802
1803 2001-12-07 [melvin]     0.6.5claws56
1804
1805         * src/messageview.c
1806                 hack to fix bug that prevented to make/paste selections
1807                 after switching between MVIEW_TEXT and MVIEW_MIME views
1808                 without deselecting the selection first.
1809
1810 2001-12-06 [alfons]     0.6.5claws55
1811
1812         * src/filtering.[ch]
1813         * src/inc.c
1814                 revise filtering a little bit more, and make sure
1815                 messages are delivered to the appropriate inbox
1816                 (perhaps set per account)
1817
1818 2001-12-06 [paul]       0.6.5claws54
1819
1820         * sync with sylpheed 0.6.5cvs22
1821                 see ChangeLog entry 2001-12-06
1822
1823 2001-12-05 [alfons]     0.6.5claws53
1824
1825         * src/inc.c
1826         * src/folder.[ch]
1827         * src/procmsg.c
1828         * src/filtering.c
1829                 more revisions of filtering system
1830                 (last stable version is marked as LAST_STABLE)
1831                 
1832                 | NOTE 1): the filtering system now uses a local folder called
1833                 | .processing. if filtering fails, check this directory
1834                 | for missing messages.
1835                 |
1836                 | NOTE 2): help us find the filtering actions still missing
1837
1838 2001-12-05 [paul]       0.6.5claws52
1839
1840         * src/mainwindow.c
1841                 fix bug where 'Empty Trash?' pop-up window appears even
1842                 when Trash is empty, submitted by Jesse Skinner         
1843
1844 2001-12-05 [melvin]     0.6.5claws51
1845
1846         * src/compose.c
1847                 fixed bug #486106 to select correct account when reediting 
1848                 a queued message
1849         
1850 2001-12-04 [alfons]     0.6.5claws50
1851
1852         * src/mh.c
1853                 declare markfile in appropriate functions when
1854                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
1855                 for spotting this)
1856
1857 2001-12-04 [paul]       0.6.5claws49
1858
1859         * sync with sylpheed 0.6.5cvs21
1860                 see ChangeLog entry 2001-12-04
1861
1862 2001-12-03 [christoph]  0.6.5claws48
1863
1864         * po/de.po
1865                 changed translation of undo
1866         * src/account.c
1867         * src/folder.c
1868                 don't reinvent the wheel to traverse a GNode
1869         * src/compose.[ch]
1870                 seperate code to create the compose gui into functions
1871                 add "Others" page with folder selection for saving copy
1872                 of the message.
1873                 the folder identifier is saved to queue header
1874         * src/procmsg.c
1875                 save message to folder in queue header
1876
1877 2001-12-03 [paul]       0.6.5claws47
1878
1879         * sync with sylpheed 0.6.5cvs20
1880                 see ChangeLog entry 2001-12-03
1881
1882 2001-12-01 [paul]
1883
1884         * more sync with sylpheed 0.6.5cvs19
1885                 see ChangeLog entry 2001-11-29
1886
1887 2001-11-30 [paul]       0.6.5claws46
1888         
1889         * src/compose.c
1890                 remove conflicts introduced by Hoa's last commit
1891          
1892         * src/mainwindow.c
1893                 make 'Message/Bounce' sensitive
1894
1895 2001-11-30 [hoa]        0.6.5claws45
1896
1897         * src/compose.c
1898                 slightly change bounce function to add
1899                 information about the user that bounced the mail
1900                 in the From header line.
1901
1902         * src/folderview.c
1903                 permit the use of processing in outbox folder.
1904
1905 2001-11-29 [paul]       0.6.5claws44
1906
1907         * src/mainwindow.[ch]
1908         * src/prefs_common.c
1909         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
1910         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
1911         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
1912                 usability enhancements to the quoting, implements
1913                 use of Ctrl key to toggle quoting settings
1914                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1915
1916 2001-11-29 [paul]       0.6.5claws43
1917         
1918         * sync with sylpheed 0.6.5cvs19
1919                 see ChangeLog entry 2001-11-28
1920
1921 2001-11-29 [melvin]     0.6.5claws42
1922         * src/Makefile.am
1923                 added enriched.[ch] to the list of files
1924
1925         * src/textview.c
1926         * src/mimeview.c
1927         * src/procmime.[ch]
1928         * src/enriched.[ch]
1929                 added support to view text/enriched
1930                 added support to show headers in message view for text/enriched and text/html
1931                         in non multipart messages
1932
1933 2001-11-28 [paul]       0.6.5claws41
1934
1935         * more sync with sylpheed 0.6.5cvs18
1936                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1937
1938 2001-11-27 [paul]       0.6.5claws40
1939         
1940         * po/pt_BR.po
1941                 updated translation, submitted by Fabio Junior Beneditto
1942                 
1943         * sync with sylpheed 0.6.5cvs18
1944                 see ChangeLog entries 2001-11-26 (src/textview.c) and
1945                 2001-11-27
1946
1947
1948 2001-11-26 [paul]
1949
1950         * po/es.po
1951                 updated translation, submitted by Ricardo Mones Lastra
1952
1953 2001-11-26 [alfons]
1954
1955         * src/matcher.c
1956                 add more translatable strings
1957
1958 2001-11-26 [christoph]  0.6.5claws39
1959
1960         * po/de.po      
1961                 fixed one more umlaut
1962         * src/compose.c
1963                 fix translated header when it should not be translated
1964
1965 2001-11-26 [paul]       0.6.5claws38
1966
1967         * src/mainwindow.c
1968                 remove '/Message/Add Sender to address book' from 
1969                 main_window_set_menu_sensitive(), prevent debug warning
1970                 add 'Message/Mark/Mark all read' to mainwin_entries[]
1971
1972 2001-11-26 [paul]       0.6.5claws37
1973
1974         * src/summaryview.c
1975                 fix 'recurring unread state' bug 
1976
1977         * tools/README 
1978         * tools/filter_conv.pl
1979                 read name of top level mailbox from folderlist.xml
1980                 and presume nothing about its name              
1981
1982 2001-11-26 [darko]      0.6.5claws36
1983
1984         * src/gtkstext.[ch]
1985                 removed functions that are now in gtkutils.c
1986                 use gtkut_text_is_uri_string() from gtkutils.c
1987         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1988
1989 2001-11-26 [paul]       0.6.5claws35
1990
1991         * sync with sylpheed 0.6.5cvs16
1992                 see ChangeLog entries 2001-11-25 and 2001-11-26
1993
1994 2001-11-25 [alfons]     0.6.5claws34
1995
1996         EXPERIMENTAL!!! Please checkout the last stable version using: 
1997           
1998         % cvs update -r LAST_STABLE -dRAP
1999
2000         (Or help us testing this stuff.)
2001
2002         * src/filtering.c               (1.14)
2003         * src/filtering.h               (1.6)
2004         * src/inc.c                     (1.28)
2005         * src/matcher.c                 (1.20)
2006         * src/mbox.c                    (1.9)
2007         * src/procmsg.h                 (1.14)
2008         * src/summaryview.c             (1.59)
2009         * src/summaryview.h             (dunno)
2010                 revert/merge/sync to as it was before commit 
2011                 on Thu, 19 Jul 2001 10:15:51 -0700.
2012
2013 2001-11-25 [hoa]        0.6.5claws33
2014
2015         * src/main.c
2016                 processing mails at startup
2017
2018         * src/folderview.c
2019         * src/summaryview.[ch]
2020                 processing mails when entering folder
2021
2022         * src/prefs_filtering.c
2023                 fixed some UI bugs
2024
2025 2001-11-24 [alfons]     0.6.5claws32
2026
2027         * src/summaryview.[ch]
2028                 make summary sort headers work, and also make
2029                 sure the sort type is stored
2030
2031 2001-11-23 [alfons]     0.6.5claws31
2032
2033         * src/summaryview.[ch]
2034                 make lock work like mark
2035                 disallow deleting messages marked as locked
2036
2037 2001-11-23 [alfons]     0.6.5claws30
2038
2039         * src/gtkstext.c
2040         * src/compose.[ch]
2041         * src/Makefile.am
2042         * src/undo.[ch]
2043                 merge undo patch submitted by Jens
2044
2045 2001-11-23 [christoph]  0.6.5claws29
2046
2047         * src/.cvsignore
2048                 added ylwrap
2049         * src/compose.c
2050                 fixed gpg signing and encoding
2051         * src/folder.[ch]
2052         * src/main.c
2053                 added --status option to get new, unread and total
2054                 message count from a running sylpheed
2055         * src/prefs_common.c
2056                 temporary fix for reply_with_quote problem
2057                 (don't call functions for non existing widget)
2058         * src/procmsg.c
2059                 one more check for ignored threads but still not
2060                 always working correctly. probably a recursive
2061                 check for all parents is needed
2062
2063 2001-11-23 [darko]      0.6.5claws28
2064
2065         * src/compose.c
2066                 wrapping on send improvements
2067         * src/gtkutils.[ch]
2068                 fix for GtkSText after last sync with main branch
2069                 GTK_TEXT -> GTK_STEXT
2070
2071 2001-11-23 [paul]       0.6.5claws27
2072
2073         * sync with sylpheed 0.6.5cvs14
2074                 see ChangeLog entries 2001-11-22 and 2001-11-23
2075                 
2076         * po/de.po
2077                 fixed the scrambled umlauts 
2078                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
2079
2080 2001-11-21 [paul]       0.6.5claws26
2081
2082         * sync with sylpheed 0.6.5cvs12
2083                 see 2nd ChangeLog entry dated 2001-11-20
2084
2085 2001-11-20 [paul]       0.6.5claws25
2086
2087         * sync with sylpheed 0.6.5cvs11
2088                 see ChangeLog entry 2001-11-19 (src/utils.c)
2089
2090 2001-11-20 [hiro]
2091
2092         * src/compose.c
2093                 GTK_TEXT -> GTK_STEXT
2094                 fix for wrong comment
2095
2096 2001-11-20 [hiro]       0.6.5claws24
2097
2098         * src/compose.[ch]
2099                 more merges from main branch
2100                 removed fatal warnings (uninitialized variables etc.)
2101                 some coding style fix
2102         * src/gtkutils.h
2103                 fixed typo.
2104         * src/addressbook.c
2105           src/addrindex.c
2106                 V-Card -> vCard
2107
2108 2001-11-19 [hoa]        0.6.5claws23
2109
2110         * src/filtering.c
2111         * src/prefs_scoring.c
2112         * src/matcher.[ch]
2113         * src/scoring.c
2114                 cleaning code
2115
2116         * src/matcher_parser_parse.y
2117         * src/prefs_filtering.c
2118                 bouncing
2119
2120 2001-11-19 [alfons]     0.6.5claws22
2121
2122         more of my old things into claws
2123
2124         * src/Makefile.am
2125         * src/prefs_common.c
2126         * src/procmsg.h
2127         * src/summaryview.[ch]
2128         * src/prefs_summary_column.c
2129         * src/pixmaps/locked.xpm
2130                 add indicators for locking of message in summary view
2131                 (does not work yet, only visual indicator)
2132
2133 2001-11-19 [paul]       0.6.5claws21
2134
2135         * sync with sylpheed 0.6.5cvs10
2136                 see ChangeLog entry 2001-11-19
2137
2138 2001-11-18 [alfons]     0.6.5claws20
2139         
2140         * src/filtering.c
2141                 remove an inadvertent free I forgot in previous clean up 
2142
2143 2001-11-18 [alfons]     0.6.5claws19
2144
2145         * src/filtering.[ch]
2146                 clean up & plug leaks
2147
2148 2001-11-18 [paul]       0.6.5claws18
2149
2150         * sync with sylpheed 0.6.5cvs9
2151                 see ChangeLog entries 2001-11-17 and 2001-11-18
2152
2153 2001-11-16 [paul]       0.6.5claws17
2154
2155         * sync with sylpheed 0.6.5cvs8
2156                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
2157
2158 2001-11-16 [paul]       0.6.5claws16
2159
2160         * sync with sylpheed 0.6.5cvs7
2161                 see ChangeLog entries 2001-11-15 and 2001-11-16
2162
2163 2001-11-15 [hoa]        0.6.5claws15
2164
2165         * src/compose.c
2166                 fix bounce, mails we received couln't be bounced to ourself.
2167
2168         * src/defs.h
2169         * src/filtering.[ch]
2170         * src/matcher.[ch]
2171         * src/matcher_parser.h
2172         * src/matcher_parser_lex.l
2173         * src/matcher_parser_parse.y
2174         * src/inc.c
2175         * src/main.c
2176         * src/mbox.c
2177         * src/prefs_filtering.[ch]
2178         * src/mainwindow.c
2179         * src/prefs_matcher.c
2180         * src/prefs_scoring.c
2181         * src/scoring.[ch]
2182         * src/summaryview.c
2183                 new matcher/filter/score configuration file parser
2184                 one unique configuration file => ~/.sylpheed/matcherrc
2185                 import in currently automatic, then save are made
2186                 in this new file.
2187                 one filter per folder and one global filter
2188                 (filter of a folder will be used as folder processing)
2189
2190         * src/folder.c
2191                 fix a bug in folder_item_get_identifier
2192                 
2193         * src/messageview.c
2194                 receive receipt return are fixed.
2195
2196 2001-11-14 [alfons]     0.6.5claws14
2197
2198         * src/session.h
2199                 add things from main branch to make claws compile
2200
2201 2001-11-14 [paul]       0.6.5claws13
2202
2203         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
2204                 see ChangeLog entries 2001-11-08 to 2001-11-14
2205
2206 2001-11-14 [hoa] 0.6.5claws12
2207
2208         * src/compose.[ch]
2209         * src/mainwindow.c
2210         * src/summaryview.c
2211                 add "bounce mail" option
2212
2213 2001-11-13 [christoph]  0.6.5claws11
2214
2215         * src/compose.c
2216                 Cleanup a mess i add before commiting
2217
2218 2001-11-13 [hoa]        0.6.5claws10
2219
2220         * src/compose.c
2221                 some fixes when mail are sent or
2222                 for crossposts
2223
2224 2001-11-13 [christoph]  0.6.5claws9
2225
2226         * po/de.po
2227                 Changed two string with the same translation
2228         * src/compose.c
2229         * src/procmsg.[ch]
2230         * src/send.[ch]
2231                 New mailsending process:
2232                   - Always queue message before sending
2233                     (message will be saved if sylpheed crashed or
2234                      freezes while sending)
2235                   - Allow queuing of newspostings
2236                   - No copy in outbox before sending
2237                     (closes bug #469501)
2238                   - No more redundant code for send and send_later
2239         * src/summaryview.c
2240                 Applied wwp <subscript@free.fr>'s patch that fixes
2241                 marks for multiple forwarded messages (+compose.c)
2242
2243 2001-11-12 [alfons]
2244
2245         * README.claws
2246                 remove things that are now in main branch
2247         
2248         * po/nl.po
2249                 update Dutch translation
2250
2251 2001-11-12 [mhadasht]   0.6.5.claws8
2252
2253         * src/prefs_common.c
2254                 re-enabled account autoselection feature for forward
2255                 and reedit lost during the branch point for SYNC-B4-REL
2256         * src/gtkspell.c
2257                 gtkpspell_get_dict(): more readable code (even if function is
2258                 not used yet)
2259         * ChangeLog.claws
2260                 added version number info to 2001-11-12 [hiro] comment.
2261
2262 2001-11-12 [hiro]       0.6.5.claws7
2263
2264         * src/compose.c
2265                 compose_forward(): fixed a bug that forward quote mark
2266                 wasn't used.
2267                 removed unnecessary code.
2268         * src/template_select.[ch]: removed.
2269
2270 2001-11-11 [alfons]
2271
2272         * src/compose.c
2273                 :%s/GTK_TEXT/GTK_STEXT/g
2274         
2275         * src/compose.[ch]
2276         * src/undo.[ch]
2277         * src/Makefile.am
2278                 revert the undo stuff (this is 0.6.6claws stuff)
2279
2280 2001-11-11 [hoa]        0.6.5.claws6
2281
2282         * src/compose.[ch]
2283                 Insert signature at the end of the text.
2284                 Added undo patch but currently disabled
2285
2286         * src/procmsg.c
2287                 Threading by subject improved.
2288
2289         * added src/undo.[ch]
2290                 Undo module for compose dialog box.
2291
2292 2001-11-11 [alfons]     0.6.5.claws5
2293
2294         * src/procmsg.c
2295                 prevent threading by subject on nodes that have already been
2296                 threaded by in-reply-to (as in "circular references in a tree
2297                 result in a dead branch")
2298
2299 2001-11-09 [hoa]        0.6.5.claws4
2300         
2301         * src/folderview.c
2302                 allows creation of mbox folder item from any files.
2303
2304 2001-11-09 [alfons]     0.6.5.claws3
2305         
2306         * src/utils.c
2307         * src/procmsg.c
2308                 do what I mean and correct threading by subject so it really
2309                 ignores attracting lines without "Re: "
2310
2311 2001-11-07 [alfons]     0.6.5.claws2
2312
2313         * src/procmsg.c
2314         * src/utils.[ch]
2315                 only attract by subject if a subject line starts with a "Re: "
2316         * src/syldap.c
2317                 remove warning
2318
2319 2001-11-07 [paul]       0.6.5claws1
2320
2321         * sync with sylpheed 0.6.5. release
2322                 see ChangeLog entry 2001-11-07
2323
2324 2001-11-07 [paul]       0.6.4claws31
2325
2326         * sync with sylpheed 0.6.4cvs18
2327                 see ChangeLog entries 2001-10-30 to 2001-11-07
2328                 prefs_templates.[ch] renamed prefs_template.[ch]
2329
2330 2001-11-06 [alfons]
2331         
2332         * src/utils.h
2333                 add semicolon Hoa forgot ;-)
2334                 
2335
2336 2001-11-06 [hoa]        0.6.4claws30
2337         
2338         * src/procmsg.c
2339         * src/summaryview.c
2340         * src/utils.c
2341         * src/utils.h
2342                 threading by subject - empty subject are ignored
2343
2344 2001-11-06 [christoph]  0.6.4claws29
2345
2346         * src/socket.c
2347                 use SSL_peek for sock_gets
2348         * src/utils.c
2349                 removed unneeded pointer in extracting quoted
2350                 names implementation
2351
2352 2001-11-06 [melvin]     0.6.4claws28
2353
2354         * src/gtkspell.c
2355                 fixed bug #476792 Selection overtyping with spell checker
2356                 fixed bug which could cause a buffer overflow
2357                 fixed a memory leak
2358
2359 2001-11-06 [hoa]        0.6.4claws27
2360         
2361         * src/procmsg.c
2362         * src/summaryview.c
2363                 threading by subject
2364
2365 2001-11-05 [alfons]     0.6.4claws26
2366         
2367         * README.claws
2368                 Claws -> Sylpheed (vice versa)
2369
2370         * src/compose.c
2371                 :%s/gtk_text/gtk_stext/g
2372                 :%s/GTK_TEXT/GTK_STEXT/g
2373                 (thanks to Jonathan Ware for spotting this)
2374
2375 2001-11-04 [christoph]  0.6.4claws25
2376
2377         * src/summaryview.c
2378                 replace Xalloca + strdup with Xstrdup_a
2379         * src/utils.c
2380                 better implementation of extracting quoted names
2381                 from addresses (remove backlashes and ignore
2382                 quotes after them)
2383
2384 2001-11-04 [alfons]     0.6.4claws24
2385
2386         * src/utils.[ch]
2387                 edit to comply more with coding style
2388
2389         * src/textview.c
2390                 fix bug reported by Kim Schulz. introduced by the patch integrated
2391                 in 0.6.4claws15. the code did not check the return value of
2392                 the html parser.
2393
2394         * AUTHORS
2395                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
2396
2397 2001-11-04 [christoph]  0.6.4claws23
2398
2399         * src/main.c
2400         * src/prefs_common.[ch]
2401                 init some pointers that possibly caused a segfault
2402                 reported in the claws-users ML
2403
2404 2001-11-04 [hoa]        0.6.4claws22
2405
2406         * src/grouplistdialog.c
2407                 change the names of the nodes in the tree
2408
2409         * src/compose.c
2410                 enhanced mailto syntax as described in
2411                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
2412                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
2413
2414         * src/utils.c
2415                 encode and decode URI (useful when opening URL into
2416                 netscape).
2417
2418 2001-11-03 [hoa]        0.6.4claws21
2419
2420         * src/grouplistdialog.c
2421                 a new newsgroups list selection dialog box
2422                 with a CTree instead of a CList
2423
2424 2001-11-03 [hoa]        0.6.4claws20
2425
2426         * src/folderview.c
2427                 enable property and scoring options when right
2428                 click on "inbox"
2429
2430         * src/summaryview.c
2431                 fixed bug when nickname were displayed using
2432                 the address book.
2433
2434 2001-11-02 [darko]      0.6.4claws19
2435
2436         * src/compose.c
2437                 new wrap quotation and URL/long words wrapping implementation
2438         * src/compose.c src/gtkstext.[ch]
2439                 move gtkstext_strncmp() to gtkstext.c
2440
2441 2001-11-01 [christoph]  0.6.4claws18
2442
2443         * src/prefs_account.c
2444                 fixed mess in account settings dialog
2445         * src/prefs_folder_item.c
2446                 added label with folder path to dialog
2447
2448 2001-10-31 [match]      0.6.4claws17
2449
2450         * src/vcard.c
2451                 fix memory leak.
2452         * src/addrbook.c
2453                 fix generation of spurious address book file names.
2454                 remove redundant functions.
2455         * po/POTFILES.in
2456                 added missing file names.
2457
2458 2001-10-30 [paul]       0.6.4claws16
2459
2460         * sync with sylpheed 0.6.4cvs6
2461                 see ChangeLog entries 2001-10-26 to 2001-10-30
2462
2463         * tools/filter_conv.pl
2464                 read folderlist.xml to discover whether the top-level
2465                 folder is called 'Mailbox' or 'Mail' 
2466
2467 2001-10-29 [paul]       0.6.4claws15
2468
2469         * src/html.c, src/textview.c
2470                 activate links in html mail and fix clickable parts
2471                 Submitted by Matthieu Dazy <dazy@t-surf.com>
2472
2473 2001-10-29 [paul]
2474
2475         * po/de.po, po/es.po, po/pt_BR/po
2476                 updated translations, submitted by Jens Oberender,
2477                 Ricardo Mones Lastra, and Fabio Junior Beneditto
2478
2479 2001-10-29 [darko]      0.6.4claws14
2480
2481         * src/compose.c
2482                 fix wrapping for good
2483
2484 2001-10-29 [darko]
2485
2486         * src/compose.c
2487                 undo previous change as it broke the smart wrapping
2488
2489 2001-10-29 [darko]      0.6.4claws13
2490
2491         * src/compose.c
2492                 fix infinite loop when long URL is quoted
2493                 (closes bug #475122.
2494
2495 2001-10-28 [match]
2496
2497         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
2498                 import Mutt address book
2499         * src/ldif.[ch] src/importldif.h
2500                 modified import LDIF handle user attributes
2501
2502 2001-10-28 [christoph]  0.6.4claws12
2503
2504         * src/summaryview.c
2505                 fixed that filtering did not work if there
2506                 were no filter rules
2507                 (closes bug #472003 and better implementation
2508                  of patch #474644)
2509
2510 2001-10-27 [christoph]  0.6.4claws11
2511
2512         * src/compose.c
2513                 make the folder's default account to be used when
2514                 replying. (patch by wwp <subscript@free.fr>)
2515         * src/compose.c
2516                 code cleanup, nearly killed all of wwp's patch
2517                 for folder's default account in compose
2518         * src/folderview.c
2519                 error panel when a folder could not be created
2520                 (closes bug #471080 new folder name & already
2521                  existing file)
2522
2523 2001-10-26 [alfons]
2524
2525         * src/utils.h
2526                 change prototype of strstr2() that Christoph forgot about
2527
2528 2001-10-26 [christoph]  0.6.4claws10
2529
2530         * src/account.c
2531                 made search for accounts by email address not case
2532                 sensitive
2533         * src/folder.c
2534                 fixed memory leak in folder_item_get_identifier
2535         * src/gtkspell.c
2536         * src/utils.c
2537                 fixed wrong strstr2 (should work like strstr)
2538
2539 2001-10-26 [darko]      0.6.4claws9
2540
2541         * src/compose.c src/gtkstext.[ch]
2542         * src/gtkstext.c
2543                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
2544
2545 2001-10-26 [paul]       0.6.4claws8
2546
2547         * src/html.c
2548                 ignore css and javascript tags in html mail
2549                 case-insensitive, with or without double-quoted
2550                 strings
2551
2552 2001-10-26 [paul]       0.6.4claws7
2553
2554         * sync with sylpheed 0.6.4cvs1
2555                 see ChangeLog entry 2001-10-26
2556
2557         * src/prefs_account.c, src/prefs_common.c,
2558           src/prefs_summary_column.c
2559                 minor improvements to the English
2560
2561 2001-10-25 [alfons]     0.6.4claws6
2562
2563         * src/gtkstext.c
2564         
2565                 make GtkSText follow style of GtkText (closes bug 
2566                 #469211 "text selection while writing message")
2567                 
2568                 do sync with GTK 1.2.10
2569
2570 2001-10-25 [paul]       0.6.4claws5
2571
2572         * src/html.c
2573                 ignore css tags in html mail
2574
2575 2001-10-25 [darko]      0.6.4claws4
2576
2577         * src/compose.c
2578                 don't declare is_url_string as static function since
2579                 we need it in gtkstext.c
2580         * src/gtkstext.c
2581                 remove unused variable
2582                 don't wrap long URLs while composing a message
2583
2584 2001-10-24 [christoph]  0.6.4claws3
2585
2586         * src/socket.c
2587                 fix ssl deadlock, when peer closes connection
2588
2589 2001-10-24 [paul]       0.6.4claws2
2590
2591         * src/prefs_common.c
2592                 gettextize the gpg ascii-armored warning message
2593
2594         * src/compose.c
2595                 insert a DOS/MAC file into the composed message
2596                 (improvements)
2597
2598         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
2599
2600 2001-10-22 [paul]       0.6.4claws1
2601
2602         * sync with sylpheed 0.6.4 release
2603                 see ChangeLog entries 2001-10-21
2604
2605         * po/fr.po, po/pt_BR.po
2606                 updated by Melvin Hadasht and Fabio Junior Beneditto
2607
2608 2001-10-21 [paul]       0.6.3claws30
2609
2610         * src/compose.c
2611                 insert a DOS text file from the compose window
2612                 into the composed message text (removes CRs characters)
2613                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
2614
2615         * tools/filter_conv.pl, tools/README
2616                 automatically use ~/.sylpheed as working directory
2617                 print out confirmation message on completion
2618
2619         * correct Hoa's last ChangeLog.claws entry
2620
2621 2001-10-20 [hoa]        0.6.3claws29
2622
2623         * src/grouplistdialog.c
2624                 bugfix (another ?) to give the right
2625                 newsgroups list for each news server.
2626
2627         * src/news.c
2628         * src/news.h
2629                 improve the newsgroups list cache
2630
2631 2001-10-20 [paul]       0.6.3claws28
2632
2633         * sync with sylpheed 0.6.3cvs9
2634                 see ChangeLog entry 2001-10-19
2635
2636         * correct Alfons' last ChangeLog.claws entry
2637
2638 2001-10-19 [alfons]
2639
2640         * src/pgptext.[ch]
2641                 fix compilation problems (part of bug #472895)
2642
2643 2001-10-18 [hoa]        0.6.3claws27
2644
2645         * src/grouplistdialog.c
2646                 bugfix when we refresh was clicked (bug 472701)
2647
2648 2001-10-19 [christoph]  0.6.3claws26
2649
2650         * src/compose.c
2651                 last header entry should default to "To:" or
2652                 "Newsgroups:" and not copy the last entry line
2653                 in a new compose window
2654                 (closes bug #472686, #470792)
2655
2656 2001-10-19 [paul]       0.6.3claws25
2657
2658         * sync with Sylpheed 0.6.3cvs8
2659                 see ChangeLog entries 2001-10-18 and 2001-10-19
2660
2661 2001-10-18 [christoph]  0.6.3claws24
2662
2663         * src/procmsg.c
2664                 reimplement ignore thread
2665         
2666 2001-10-18 [hoa]        0.6.3claws23
2667
2668         * src/folderview.c
2669         * src/grouplistdialog.[ch]
2670                 enhanced news subscription interface (feature 469113)
2671
2672         * src/news.c
2673         * src/news.h
2674                 enchanced newsgroup listing,
2675                 now, we can get groups informations
2676                 (NNTPGroupInfo)
2677
2678 2001-10-18 [paul]       0.6.3claws22
2679
2680         * src/summaryview.c
2681                 remove comment (sync with main branch)
2682         * src/mainwindow.c
2683                 fix 'Re-edit' bug in 'Message' menu
2684
2685 2001-10-17 [christoph]  0.6.3claws21
2686
2687         * src/compose.c
2688                 ignore empty or whitespace only header lines
2689
2690 2001-10-17 [paul]       0.6.3claws20
2691
2692         * sync with sylpheed 0.6.3cvs7
2693                 see ChangeLog entries 2001-10-14, 2001-10-16, and
2694                 2001-10-17
2695
2696 2001-10-17 [darko]
2697
2698         * src/compose.c
2699                 wrap long lines without spaces
2700                 don't wrap URLs
2701
2702 2001-10-16 [paul]
2703
2704         * po/es.po, po/nl.po, po/pt_BR.po
2705                 updated by Ricardo Mones Lastra, Alfons,
2706                 and Fabio Junior Beneditto
2707
2708         * sylpheed-0.6.3claws released
2709
2710 2001-10-15 [melvin] 0.6.3claws18
2711
2712         * README.claws
2713                 added summary and detailed installation instructions
2714                 for spell checker
2715         * po/fr.po
2716                 Updated, corrected and completed french translation
2717
2718 2001-10-15 [hoa] 0.6.3claws17
2719         * src/grouplistdialog.c
2720                 we can choose the newsgroups to display with wildcards
2721
2722 2001-10-15 [christoph]  0.6.3claws16
2723
2724         * src/account.c
2725         * src/compose.c
2726         * src/prefs_folder_item.[ch]
2727                 applied wwp <subscript@free.fr>'s folder
2728                 default account patch
2729         * po/de.po
2730                 Fixed wrong translation
2731
2732 2001-10-13 [alfons, christoph, melvin]  
2733                         0.6.3claws15
2734
2735         solution #2 to solve MT-safety problems defers all GUI related calls
2736         to the main thread using a gtk_idle_add() callback. discussed on
2737         ircnet #sylpheed, with christoph spotting some issues with the
2738         original code, and melvin allowing us to lobotomize his sylpheed.
2739
2740         * src/syldap.[ch], src/main.c
2741                 fix race problem in ldap search thread by deferring GUI 
2742                 stuff to main thread using gtk_idle_add()
2743
2744 2001-10-13 [paul]       0.6.3claws14
2745
2746         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
2747                 add Sergey's smtpcred.patch
2748                 adds separate username/password setting for SMTP Auth
2749                 needed by some servers
2750                 (closes feature request #471659)
2751
2752 2001-10-13 [paul]       0.6.3claws13
2753
2754         * src/pgptext.[ch] **NEW FILES**
2755         * src/Makefile.am, src/messageview.c, src/mimeview.c
2756                 decrypt ascii-armored gpg text embedded in
2757                 the message body.
2758                 Submitted by Jens Jahnke <jan0sch@gmx.net>
2759
2760 2001-10-13 [christoph]  0.6.3claws12
2761
2762         * README.claws
2763                 some more details on default to and
2764                 feature requests
2765         * src/main.c
2766                 init glib threading when ldap is used
2767         * src/syldap.c
2768                 threading fixes
2769         * po/de.po
2770                 fixed a typo
2771
2772 2001-10-12 [paul]       0.6.3claws11
2773
2774         * src/prefs_common.[ch], src/rfc2015.c
2775                 enable ascii-armored gpg text to be embedded in the
2776                 message body, selectable through the 'Privacy'
2777                 preferences. Supports encrypting only.
2778                 Submitted by Ravemax <ravemax@dextrose.com>
2779
2780 2001-10-12 [paul]       0.6.3claws10
2781
2782         * sync with sylpheed 0.6.3cvs6
2783                 see ChangeLog entries 2001-10-11 and 2001-11-12
2784
2785         * src/folderview.c
2786                 incorporated mbox folders, scoring, and folder
2787                 properties into the sync
2788
2789 2001-10-12 [darko]      0.6.3claws9
2790
2791         * README.claws
2792                 describe quotation wrapping
2793         * src/compose.c
2794                 don't treat tab as space to calculate line length properly
2795
2796 2001-10-11 [alfons]
2797
2798         * README.claws
2799                 correct description of how to make new filtering system work,
2800                 add some other things
2801                 
2802         * src/syldap.c
2803                 remove sched_yield() (not necessary / unportable)
2804
2805 2001-10-11 [paul]       0.6.3claws8
2806
2807         * sync with sylpheed 0.6.3cvs3
2808                 see ChangeLog entry 2001-10-10
2809
2810 2001-10-10 [christoph]  0.6.3claws7
2811
2812         * .cvsignore
2813                 ignore 2 files created by newer autotools
2814         * src/prefs_folder_item.c
2815                 using table for widget alignment
2816                 fixed memory leak and broken octal display
2817         * src/filesel.c
2818                 fixed segfault caused by lost filename
2819                 workaround (closes bug #469551)
2820
2821 2001-10-10 [paul]       0.6.3claws6
2822
2823         * sync with sylpheed 0.6.3cvs2
2824                 see ChangeLog entries 2001-10-09 and 2001-10-10
2825
2826 2001-10-10 [darko]      0.6.3.claws5
2827
2828         * src/gtkstext.c
2829                 proper calculation of right margin if smart wrapping is enabled
2830         * src/compose.c
2831                 automatically wrap long lines if wrap quotation is enabled
2832
2833 2001-10-09 [alfons]     0.6.3.claws4
2834
2835         * src/summaryview.c
2836                 select correct row when deleting last row in the summary view (and
2837                 close bug "[ #469104 ] select second last in list when deleting")
2838
2839 2001-10-09 [paul]       0.6.3claws3
2840
2841         * sync with sylpheed 0.6.3cvs1
2842                 updated some autotool scripts
2843
2844 2001-10-09 [darko]      0.6.3claws2
2845
2846         * src/gtkstext.[ch]
2847                 new name and mark with Sylpheed comment
2848         * src/compose.c
2849                 smart quotation wrapping a-la VIM
2850
2851 2001-10-08 [paul]       0.6.3claws1
2852
2853         * sync with sylpheed 0.6.3 release
2854                 see ChangeLog entry 2001-10-08
2855
2856 2001-10-08 [paul]       0.6.2claws24
2857
2858         * src/summaryview.c
2859                 more sync with sylpheed 0.6.2cvs12
2860                 Fixed the bug that didn't select the last row correctly
2861
2862
2863 2001-10-07 [paul]       0.6.2claws23
2864
2865         * sync with sylpheed 0.6.2cvs12
2866                 see ChangeLog entry 2001-10-07
2867
2868 2001-10-06 [match]
2869         * src/jpilot.[ch]
2870                 enable jpilot to read unsynch'ed addresses.
2871
2872         * src/editldap_basedn.c
2873                 fix segfault when opening dialog.
2874
2875 2001-10-06 [alfons]     0.6.2.claws22
2876
2877         * src/summaryview.c
2878                 fix bug with summary view selecting last *inserted*
2879                 node instead of last *visible* node. remember we
2880                 work with a tree
2881
2882 2001-10-06 [paul]       0.6.2claws21
2883
2884         * po/pt_BR.po
2885                 updated translation, contains some fixes and new
2886                 translations, submitted by Gustavo Noronha Silva
2887                 <kov@debian.org>
2888
2889         * src/prefs_common.c
2890                 change 'each' to 'every' - fix dubious English
2891
2892         * sync with sylpheed 0.6.2cvs11
2893
2894 2001-10-05 [alfons]     0.6.2claws20
2895
2896         * src/mainwindow.[ch], src/folderview.c
2897                 make composite tool button switch between "Compose News"
2898                 and "Compose Mail" depending on selected folder
2899                 (nifty idea by Kim Schulz <kim@schulz.dk>)
2900
2901 2001-10-05 [paul]       0.6.2claws19
2902
2903         * src/mainwindow.c, src/summaryview.c
2904                 fix 'Message/Reply to all', broken in last commit
2905
2906         * src/compose.c
2907                 fix X_BEENTHERE seg fault, thanks to Alfons
2908
2909 2001-10-04 [paul]       0.6.2claws18
2910
2911         * src/compose.[ch], src/mainwindow.c
2912                 make "Message/Reply" reply to mailing lists; matches
2913                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
2914                 based on portions of the patch submitted by
2915                 Junichi Uekawa <dancer@netfort.gr.jp>
2916
2917 2001-10-04 [darko]      0.6.2claws17
2918
2919         * src/compose.c
2920                 better smart wrapping
2921         * src/gtkstext.[hc]
2922                 a function to make text buffer contiguous
2923
2924 2001-10-03 [paul]       0.6.2claws16
2925
2926         * sync with sylpheed 0.6.2cvs10
2927
2928 2001-10-02 [alfons]
2929
2930         * configure.in
2931         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2932                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2933                 references to chinese translations (hope someone picks up
2934                 this)
2935
2936 2001-10-02 [christoph]  0.6.2claws15
2937
2938         * src/compose.c
2939                 fixed non translated header bug
2940         * ChangeLog.claws
2941                 fixed wrong date in alfons last entry ;)
2942
2943 2001-10-02 [alfons]     0.6.2claws14
2944
2945         * src/compose.c, src/prefs_common.[ch]
2946                 add block cursor option
2947
2948 2001-10-02 [paul]       0.6.2claws13
2949
2950         * sync with sylpheed 0.6.2cvs9
2951
2952 2001-09-30 [paul]       0.6.2claws12
2953
2954         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2955                 updated translations
2956
2957         * po/POTFILES.in
2958                 add 'src/importldif.c'
2959
2960         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2961                 added eudora-to-vCard conversion tool
2962                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2963
2964         * sync with sylpheed 0.6.2cvs8
2965
2966 2001-09-30 [paul]
2967
2968         * sylpheed-0.6.2claws released
2969
2970 2001-09-27 [melvin]     0.6.2claws11
2971
2972         * src/gtkspell.c
2973                 fixed crash when using default path (introduced 
2974                 in 0.6.2claws10)
2975                 fixed tiny bug for initial suggestion mode
2976
2977 2001-09-27 [melvin]     0.6.2claws10
2978         
2979         * src/gtkspell.c
2980                 fixed bug where gtkpspell didn't set the path correctly
2981
2982         * README.claws
2983                 added a paragraph about spell checking
2984                 
2985
2986
2987 2001-09-27 [paul]       0.6.2claws9
2988
2989         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2990                 replace '// comments' with '/* comments */' to prevent
2991                 some compiler warnings 
2992
2993         * sync with sylpheed 0.6.2cvs6
2994
2995 2001-09-26 [alfons]     0.6.2claws8
2996
2997         * src/messageview.c
2998                 introduce return receipt request notification again,
2999                 which was lost because of other semantics in 
3000                 procheader_parse() (???)
3001
3002 2001-09-26 [christoph]  0.6.2claws7
3003
3004         * src/compose.c
3005                 replace comments for old code with #if 0
3006                 readded auto cc, bcc and reply-to
3007         * src/prefs_matcher.c
3008         * src/prefs_scoring.c
3009                 removed some definition (was moved to
3010                 prefs.h)
3011
3012 2001-09-26 [paul]       0.6.2claws6
3013
3014         * src/mainwindow.c
3015                 make 'Follow-up and reply to' sensitive
3016
3017         * more sync with sylpheed 0.6.2cvs5
3018
3019 2001-09-25 [melvin]
3020
3021         * 0.6.2claws5
3022
3023         * src/gtkspell.c
3024                 fixed bug for "US-ASCII" introduced by the encoding code
3025
3026 2001-09-25 [paul]
3027
3028         * 0.6.2claws4
3029
3030         * src/prefs_common.[ch], src/summaryview.c
3031                 'next unread msg' 'go to next folder?' dialog can be
3032                 given default behaviour, either always show dialog,
3033                 or assume 'yes', or assume 'no'
3034                 Submitted by wwp <subscript@free.fr>
3035
3036 2001-09-25 [melvin]
3037                 
3038         * src/compose.c src/gtkspell.[ch]
3039                 added support for different encodings
3040
3041 2001-09-25 [paul]
3042
3043         * more sync with sylpheed 0.6.2cvs5
3044
3045 2001-09-24 [alfons]
3046         
3047         * src/prefs_folder_item.c
3048                 add check for item->prefs->default_to string is NULL and
3049                 add another check when freeing this string
3050
3051 2001-09-24 [paul]
3052
3053         * configure.in
3054                 change to version 0.6.2claws3
3055
3056         * sync with sylpheed 0.6.2cvs5 
3057
3058 2001-09-24 [match]
3059         * src/ldif.[ch], src/importldif.[ch], addressbook.c
3060                 import LDIF files.
3061         * src/addrcache.[ch], addrindex.[ch]
3062                 small update for future
3063         * src/addrbook.c
3064                 fix test XML file.
3065
3066 2001-09-24 [melvin]
3067         * src/gtkspell.[ch]
3068                 added 'Learn from mistakes' option
3069                 better handling of quotes in checked words
3070                 sorted dict list
3071         * po/fr.po
3072                 small update for spell checking stuff
3073
3074 2001-09-23 [alfons]
3075         
3076         * src/gtkspell.c
3077                 edit a little bit so it complies more with main coding style
3078
3079 2001-09-23 [alfons]
3080
3081         * src/folder.[ch], prefs_folder_item.c, compose.c
3082                 migrate "request return receipt" folder property
3083                 to folderlist.xml
3084
3085 2001-09-22 [alfons]
3086
3087         * README.claws **NEW**
3088                 (add things of interest for users of main branch 
3089                 and claws here)
3090
3091         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
3092                 re-implement threading per folder option, but store 
3093                 the setting in folderlist.xml (where it belongs)
3094
3095 2001-09-21 [melvin]
3096
3097         * src/gtkspell.[ch]
3098                 fixed bug when compose window is under another window
3099         * src/prefs_common.[ch] src/compose.c
3100                 changed 'dictionary_path' to 'dictionary' to be consistent
3101                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
3102         * ac/pspell.m4 src/Makefile.am 
3103                 dropped PSPELL_PATH macro
3104         * po/fr.po
3105                 updated translations
3106
3107 2001-09-21 [christoph]
3108
3109         * src/compose.c
3110                 added border around header fields
3111                 keep header type when new field is added
3112
3113 2001-09-20 [christoph]
3114
3115         * src/utils.[ch]
3116                 more portable debug_print with source filename
3117                 and linenumber
3118         * src/procmsg.c
3119                 more newlines after debug messages
3120
3121 2001-09-20 [paul]
3122
3123         * configure.in
3124                 change to version 0.6.2claws2
3125
3126         * sync with sylpheed 0.6.2cvs3
3127
3128 2001-09-19 [melvin]
3129
3130         * src/gtkspell.c
3131                 fixed the post-right-click focus pb
3132                 fixed crash when 'Spell check all' after dict change 
3133                         and when cursor is at the end of the text
3134                 shift-right-click pops up config menu even on misspelled words.
3135         * po/POTFILES.in
3136                 added gtkspell.c
3137
3138 2001-09-19 [melvin]
3139
3140         * src/about.c
3141                 added pspell to compiled-in features list
3142
3143 2001-09-18 [melvin]
3144
3145         * switched to pspell and dropped ispell
3146         * ac/pspell.m4
3147                 new file. autoconf macro for pspell
3148         * ac/Makefile.am 
3149         * configure.in acconfig.h
3150                 added pspell support
3151         * src/Makefile.am
3152         * src/main.c src/compose.[ch] src/gtkspell.[ch]
3153         * src/prefs_common.[ch] 
3154                 added pspell support
3155
3156 2001-09-18 [christoph]
3157
3158         * src/addr_compl.c
3159         * src/template.[ch]
3160                 replace LOG_MESSAGE with debug_print
3161         * src/compose.[ch]
3162                 gui improvements
3163         * src/menu.c
3164                 added newline after debug message
3165         * src/utils.h
3166                 using __VA_ARGS__ for debug_print macro
3167         * tools/.cvsignore
3168                 ignore Makefile and Makefile.in
3169
3170 2001-09-18 [paul]
3171
3172         * configure.in
3173                 change to version 0.6.2claws1
3174         * sync with sylpheed 0.6.2cvs1
3175
3176         * src/matcher.c 
3177         * src/prefs_matcher.c
3178                 add 'score equal to' option, submitted by
3179                 Paul Evans <nerd@freeuk.com>
3180
3181 2001-09-15 [christoph]
3182
3183         * src/mainwindow.c
3184                 comment out menu entry not existing in claws
3185         * src/menu.c
3186                 add debug output for non existing menu entries
3187         * src/summaryview.c
3188                 fix next/prev unread message for ignored threads
3189         * src/utils.[ch]
3190                 add sourcefile and line number to debug output
3191                 otherwise it is sometimes hard to find the
3192                 source code part if debug messages are translated
3193
3194 2001-09-14 [darko]
3195         
3196         * src/folderview.c
3197                 refresh target folder style after colour is changed
3198
3199 2001-09-13 [paul]
3200
3201         * configure.in
3202                 change to version 0.6.1claws3
3203
3204         * sync with sylpheed 0.6.1cvs6
3205
3206 2001-09-13 [darko]
3207         
3208         * src/folderview.c
3209                 fix target folder colourization to use user selected colour
3210
3211 2001-09-12 [darko]
3212         
3213         * src/summaryview.c
3214                 fix crash when message that is marked for copy/move is unmarked
3215
3216 2001-09-09 [paul]
3217
3218         * configure.in
3219                 change to version 0.6.1claws2
3220
3221         * sync with sylpheed 0.6.1cvs3
3222
3223 2001-09-09 [alfons]
3224         
3225         * src/folderview.c
3226                 fix bug with default font used for trash folder text
3227
3228 2001-09-06 [paul]
3229
3230         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3231                 updated translations
3232
3233         * configure.in
3234                 change to version 0.6.1claws1
3235
3236         * sync with sylpheed 0.6.1cvs2
3237
3238 2001-09-03 [paul]
3239
3240         * po/POTFILES.in
3241                 add Match's new addressbook
3242
3243         * po/de.po
3244                 updated translation submitted by Jens Oberender
3245
3246 2001-09-02 [paul]
3247
3248         * configure.in
3249                 change to 0.6.1claws
3250         * sync with sylpheed 0.6.1 release
3251
3252 2001-09-02 [paul]
3253
3254         * configure.in
3255                 change to 0.6.0claws2
3256
3257         * sync with sylpheed 0.6.0cvs4
3258
3259         * po/pt_BR.po
3260                 updated translation submitted by Fabio Junior Beneditto
3261
3262 2001-09-01 [match]
3263         * pixmaps/
3264                 interface.xpm
3265                 book.xpm
3266                 address.xpm
3267         * src/
3268                 Makefile.am
3269                 a ton of new files
3270
3271 2001-08-31 [paul]
3272
3273         * configure.in
3274                 change to version 0.6.0claws1
3275
3276         * sync with sylpheed 0.6.0cvs1
3277
3278         * po/es.po
3279                 updated translation submitted by Ricardo Mones Lastra
3280
3281         * po/POTFILES.in
3282                 add 'src/prefs_templates.c'
3283
3284         * src/compose.c, src/summaryview.c
3285                 fix segfault on 'Re_edit'               
3286
3287 2001-08-30 [alfons]
3288
3289         * configure.in, Makefile.am
3290         * tools/Makefile.am
3291                 add tools directory to source distribution
3292
3293 2001-08-30 [paul]
3294
3295         * configure.in
3296                 change to version 0.6.0claws
3297
3298         * sync with sylpheed 0.6.0 release
3299
3300 2001-08-30 [christoph]
3301
3302         * configure.in
3303                 removed autoconf version check
3304
3305 2001-08-30 [paul]
3306
3307         * src/account.c, src/compose.c, src/prefs_common.[ch]
3308         * src/procheader.[ch] src/utils.[ch]
3309                 Enhanced automatic account selection on replies
3310                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
3311
3312         * configure.in
3313                 add LDAP and JPilot to the configuration results output.
3314
3315 2001-08-29 [christoph]
3316
3317         * src/summeryview.c
3318                 no bold font for ignored threads
3319
3320 2001-08-29 [paul]
3321
3322         * configure.in
3323                 change to version 0.5.3claws6
3324
3325         * sync with sylpheed 0.5.3cvs10
3326                 src/stringtable.[ch]: New Files
3327
3328         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
3329         * src/pixmaps/sylpheed.xpm
3330                 add mini-icons to windows (by Alfons)
3331
3332 2001-08-27 [paul]
3333
3334         * src/mainwindow.c
3335                 new functions: next_labeled_cb(), prev_labeled_cb()
3336
3337         * src/summaryview.c
3338                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
3339                 summary_select_next_labeled(), summary_select_prev_labeled()
3340
3341         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
3342                 give claws blue folders and a blue trash can
3343
3344 2001-08-27 [paul]
3345
3346         * configure.in
3347                 change to version 0.5.3claws5
3348
3349         * sync with sylpheed 0.5.3cvs9
3350                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
3351
3352 2001-08-24 [christoph]
3353
3354         * src/filesel.c
3355                 keep filename when browsing directories
3356                 (not working for user entered filename, but
3357                  for default name and selected filename from
3358                  file list)
3359         * src/mainwindow.c
3360                 fixed wrong spelling "Folllow-up"
3361         * src/mbox_folder.c
3362         * src/procmsg.c
3363         * src/summaryview.c
3364                 fixed new/unread message count with ignored
3365                 threads (2 commits, first didn't notice no
3366                 longer needed decreasing)
3367         * src/inc.c
3368                 readded scrolling of progress dialog
3369                 (lost in sync)
3370
3371 2001-08-24 [paul]
3372
3373         * configure.in
3374                 change to 0.5.3claws4
3375
3376         * sync with sylpheed 0.5.3cvs7
3377
3378 2001-08-24 [christoph]
3379
3380         * src/compose.c
3381                 set request return receipt when replying
3382                 if it is set is the folder prefs of the
3383                 message
3384         * src/inc.c
3385                 disable final error popup if popups are
3386                 disabled in config (again)
3387
3388 2001-08-23 [paul]
3389
3390         * configure.in
3391                 Change version number to 0.5.3claws3
3392
3393         * sync with sylpheed 0.5.3cvs5
3394
3395         * src/mimeview.c
3396                 double quote '%s' in 'gedit %s' to fix bug when
3397                 opening attachment with spaces in the name
3398
3399 2001-08-22 [alte]
3400         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
3401           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
3402                 initial message templates support
3403
3404
3405 2001-08-22 [paul]
3406
3407         * configure.in
3408                 change version number to 0.5.3claws2
3409
3410         * sync with sylpheed 0.5.3cvs4
3411
3412         * src/procmsg.h src/summaryview.c
3413                 re-implement (un)ignore thread
3414
3415 2001-08-21 [paul]
3416
3417         * src/summaryview.c
3418                 remove unnecessary code
3419         * src/compose.c
3420                 enable 'dynamic' signatures (submitted by
3421                 Eric Limpens <eric@hscg-internet.nl>)
3422
3423 2001-08-21 [paul]
3424
3425         clean up after sync with sylpheed 0.5.3 release
3426
3427         * src/folderview.c
3428                 fix re-introduced font mess, see Christoph's
3429                 entry 2001-06-24
3430
3431         * src/summaryview.c
3432                 remove prev_msgnum
3433                 use sylpheed's small font instead of
3434                 gtk default font for summary view
3435
3436
3437 2001-08-17 [paul]
3438
3439         * configure.in
3440                 add pl to ALL_LINGUAS - sync with main branch
3441
3442         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3443                 Updated. Translations by Jens Oberender, Ricardo Mones
3444                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
3445
3446         * po/pl.po  ** NEW FILE **
3447                 sync with the main branch
3448
3449         * src/folderview.c
3450                 fix target folder colorizing and refresh problem
3451
3452
3453 2001-08-17 [christoph]
3454
3455         * src/mainwindow.c
3456                 claws uses 4 colors for target folder coloring.
3457                 arrays were not long enough and destroyed the
3458                 stack causing a segfault.
3459                 target folder colorizing does not work anymore
3460                 for me
3461
3462 2001-08-16 [paul]
3463
3464         * configure.in
3465                 change to version 0.5.3claws1
3466
3467         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
3468           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
3469           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
3470
3471                 sync with sylpheed 0.5.3 release, but keep claws method of
3472                 configuring/saving fonts
3473
3474         * src/addressbook.[ch]
3475                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
3476                 in line with a similar change in Hiroyuki's branch
3477
3478         * src/mainwindow.[ch]
3479                 disable main_window_set_thread_option()
3480         * src/prefs_folder_item.c
3481                 comment out &tmps_prefs.enable_thread,
3482         * src/mbox_folder.c, src/procmsg.[ch]
3483                 comment out MSG_IS_IGNORE_THREAD
3484         * src/summaryview.c
3485                 comment out summary_ignore_thread() and summary_unignore_thread()
3486                 comment out MSG_IS_IGNORE_THREAD
3487
3488                 use Hiroyuki's threading instead.
3489
3490
3491
3492 2001-08-15 [paul]
3493
3494         * src/account.c
3495                 use Hiroyuki's 0.5.3 column scheme but also
3496                 include the enable/disable button.
3497         * src/pixmaps/mark.xpm
3498                 add Hiroyuki's amended pixmap
3499
3500 2001-08-13 [christoph]
3501
3502         * src/account.c
3503                 receive at get all column showed wrong state for APOP
3504                 button should only work for POP3 and APOP accounts
3505         * src/prefs_account.c
3506                 added missing preprocessor statement for SSL
3507
3508 2001-08-12 [paul]
3509
3510         * src/account.[ch]
3511                 add 'receive at get all' column and enable/disable
3512                 button.
3513
3514 2001-08-06 [christoph]
3515
3516         * src/account.c
3517                 show usage of SSL in protocol column
3518
3519         * src/imap.c
3520         * src/inc.c
3521                 renamed ssl options
3522
3523         * src/prefs_account.[ch]
3524                 moved ssl options to a new page
3525
3526         * src/send.c
3527         * src/smtp.c
3528         * src/ssl.[ch]
3529                 renamed ssl options
3530                 added support for SMTP STARTTLS command
3531
3532 2001-08-05 [christoph]
3533
3534         * configure.in
3535                 debian autoconf needs version check to find
3536                 correct autoconf version. if the file is
3537                 named configure.in 2.13 is used, which does
3538                 not work with this configure.in script.
3539                 other solution would be to rename the script
3540                 to configure.ac as suggested in the autoconf
3541                 manual.
3542
3543         * src/inc.c
3544                 disable final error popup if popups are
3545                 diabled in config
3546
3547         * src/socket.c
3548                 bugfix in ssl_gets
3549                 fixes IMAP over SSL problem
3550
3551 2001-08-03 [paul]
3552
3553         * configure.in
3554                 change to 0.5.2claws1
3555
3556         * sync with sylpheed 0.5.2cvs1
3557
3558 2001-08-02 [alfons]
3559
3560         * configure.in
3561                 quick fix for ispell detection...
3562
3563 2001-08-01 [paul]
3564
3565         * configure.in
3566                 change to 0.5.1claws4
3567
3568         * sync with sylpheed 0.5.1cvs7
3569
3570 2001-07-31 [alfons]
3571
3572         * src/prefs_common.c, src/prefs_common.h, 
3573           src/gtkspell.c, src/gtkspell.h
3574                 add global spelling checker settings (compose tab) +
3575                 selection of dictionary 
3576           
3577         * configure.in  
3578                 guess valid ispell location
3579
3580 2001-07-31 [paul]
3581
3582         * po/POTFILES.in
3583                 removal of 'src/quote_fmt_parse.c'
3584         * po/de.po
3585                 Updated de.po
3586                 (submitted by Jens Oberender <didge@suse.de>)
3587
3588 2001-07-31 [darko]
3589
3590         * src/folder.[ch]
3591         * src/folderview.[ch]
3592         * src/mainwindow.c
3593         * src/mh.c
3594         * src/prefs_common.[ch]
3595         * src/summaryview.c
3596                 target folder colourization
3597
3598 2001-07-30 [paul]
3599
3600         more sync with Sylpheed 0.5.1cvs6 
3601
3602 2001-07-30 [darko]
3603
3604         * src/mh.c
3605         * src/prefs_folder_item.[hc]
3606         * src/summaryview.c
3607                 shared folders support with a GUI
3608
3609 2001-07-29 [paul]
3610
3611         0.5.1claws3
3612
3613         * sync with Sylpheed 0.5.1cvs6
3614
3615 2001-07-29 [paul]
3616
3617         * po/pt_BR.po
3618                 updated
3619                 (submitted by Fabio Junior Beneditto)
3620
3621 2001-07-28 [paul]
3622
3623         * src/procmime.c
3624         * AUTHORS
3625                 patch to correct bad image mime headers
3626                 (submitted by Don Quijote <dq@searchlores.org>)
3627
3628 2001-07-28 [paul]
3629
3630         * tools/gif2xface.pl   **NEW FILE**
3631         * tools/README
3632                 script to convert file.gif to file.xface for
3633                 use in a custom header.
3634                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
3635
3636 2001-07-27 [alfons]
3637         
3638         * configure.in
3639                 change macros for detecting JPilot and LDAP
3640
3641 2001-07-27 [christoph]
3642
3643         * src/filtering.c
3644                 code cleanup (MIN / MAX warning, needed casting)
3645
3646 2001-07-27 [alfons]
3647
3648         * procheader.c
3649                 disallow setting flags when detecting certain headers
3650                 (X-Status, Status, Seen, X-Seen). 
3651         
3652         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
3653
3654 2001-07-27 [christoph]
3655
3656         * src/prefs_filter.c
3657         * src/prefs_filtering.c
3658         * src/prefs_matcher.c
3659         * src/prefs_scoring.c
3660                 scroll list when moving rows up or down
3661
3662         * src/imap.c
3663         * src/imap.h
3664         * src/prefs_account.c
3665         * src/prefs_account.h
3666         * src/send.c
3667                 SMTP over SSL (untested, feedback requested)
3668                 IMAP over SSL
3669
3670         * src/ssl.c
3671                 code cleanup
3672
3673 2001-07-26 [alfons]
3674         
3675         * configure.in, acconfig.h
3676                 define CLAWS (need this for main / claws detection)
3677
3678 2001-07-25 [alfons]
3679
3680         * configure.in
3681                 Sylpheed 0.5.1claws2
3682                 
3683         * sync with Sylpheed 0.5.1cvs4
3684
3685 2001-07-25 [christoph]
3686
3687         * src/scoring.c
3688                 fixed segfault
3689                 item->prefs == NULL (don't know why)
3690
3691 2001-07-25 [alfons]
3692
3693         * configure.in
3694                 Sylpheed 0.5.1claws1
3695
3696         * sync with Sylpheed 0.5.1cvs1-3
3697
3698 2001-07-24 [christoph]
3699
3700         * src/folderview.c
3701         * src/prefs_folder_item.[ch]
3702                 added folderitem preferences dialog with
3703                 default To: and auto request return receipt
3704
3705         * src/compose.[ch]
3706         * src/menu.[ch]
3707                 changes to handle new folderitem preferences
3708
3709         * src/mainwindow.c
3710         * src/summaryview.c
3711                 call compose new mail with current folderitem
3712
3713 2001-07-24 [alfons]
3714
3715         Release Sylpheed 0.5.1claws
3716
3717         * configure.in
3718                 change to release version 0.5.1claws
3719
3720 2001-07-24 [christoph]
3721
3722         * src/summaryview.c
3723                 fixed segfault that happend when the selected
3724                 message was removed while retrieving new messages.
3725
3726         * po/es.po
3727                 updated translation
3728                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
3729
3730 2001-07-22 [alfons]
3731
3732         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
3733         this is a work in progress, for more information: http://nlpagan.net/sylman 
3734         
3735         * configure.in, src/mainwindow.c, manual/Makefile.am
3736                 add support for English manual
3737
3738         * AUTHORS
3739                 add authors of user manuals
3740
3741         * manual/en/sylpheed*.html
3742                 add English documentation
3743
3744 2001-07-22 [christoph]
3745
3746         * po/POTFILES.in
3747                 added src/ssl.c
3748         * src/ssl.c
3749                 changed a wrong debug message
3750
3751 2001-07-22 [alfons]
3752
3753         * po/nl.po
3754                 update Dutch translation
3755
3756         * src/prefs_filtering.c, 
3757           src/prefs_matcher.c
3758                 add more translatable strings           
3759
3760 2001-07-21 [alfons]
3761
3762         0.5.0claws7
3763
3764         * configure.in
3765                 change version
3766
3767         * src/inc.c, src/summaryview.[ch]
3768                 prevent update of mark file when filtering has done, by
3769                 using a variable; this affects two functions:
3770                         inc.c::inc_finished()
3771                         summaryview.c::summary_show()
3772
3773 2001-07-20 [alfons]
3774
3775         * src/filtering.[ch], src/prefs_filtering.c, 
3776           src/matcher.[ch]
3777                 add filtering action for label coloring 
3778
3779         * po/POTFILES.in
3780                 add labelcolors.c
3781
3782         * added src/labelcolors.c
3783         * added src/labelcolors.h
3784         * src/Makefile.am, src/summaryview.c
3785                 rearrange label coloring code
3786
3787         * src/procmsg.h
3788                 add more parentheses so label colouring works correctly
3789
3790         * src/filtering.c
3791                 don't really delete message, but move it to Trash
3792
3793         * src/prefs_matcher.c
3794                 add quote options to info dialog
3795
3796 2001-07-20 [christoph]
3797
3798         * src/Makefile.am
3799         * src/inc.c
3800         * src/main.[ch]
3801         * src/socket.h
3802         * src/ssl.[ch] (new)
3803                 moved ssl stuff to a seperate file
3804
3805 2001-07-20 [darko]
3806
3807         * src/summaryview.c
3808                 fix show sender using address book with no e-mail
3809                 address in From: field
3810
3811 2001-07-19 [alfons]
3812
3813         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
3814                 fix messy handling of escaping... now at least the
3815                 execute command is useful. escape char is '\', we
3816                 accept \n and \r too. 
3817
3818                 Real life example:
3819                 
3820                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
3821                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
3822
3823 2001-07-18 [alfons]
3824
3825         0.5.0claws6
3826
3827         * src/summaryview.c
3828                 clean up
3829
3830         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
3831           src/procmsg.[ch]
3832                 revise filtering; currently move, copy, marking have
3833                 been tested. if you like bleeding edge stuff, you
3834                 should definitely go for this version :)
3835
3836         * mark old working stuff as VERSION_0_5_0_CLAWS5        
3837
3838 2001-07-17 [christoph]
3839
3840         * src/utils.c
3841                 timestamp log
3842
3843 2001-07-17 [alfons]
3844
3845         0.5.0claws5
3846
3847         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
3848           bits in the mark file, without affecting either branch. Lots of
3849           files changed, also in claws branch.
3850
3851           UNTESTED: use of mbox folders
3852
3853         * src/summaryview.c
3854                 added mark all read; however this was a quick hack used for
3855                 cleaning up mess after initial merge with Hiroyuki
3856
3857         * configure.in
3858                 change claws version number back to 0.5.0claws5 to clear up 
3859                 confusion & pretension (recent release was technically 
3860                 0.5.0claws4, so we neatly align with Hiroyuki :-)
3861
3862 2001-07-16 [alfons]
3863
3864         sync with Hiroyuki's 0.5.0cvs4
3865
3866 2001-07-16 [alfons]
3867
3868         0.5.1claws3
3869
3870         * src/filtering.[ch]
3871                 remove invalid updating of mark files for 
3872                 filter actions MATCHING_ACTION_MOVE and 
3873                 MATCHING_ACTION_DELETE; this should fix the
3874                 folder update bug
3875                 
3876         * src/procmsg.c
3877                 revert Christoph's stab at fixing the folder 
3878                 update bug
3879
3880         * po/POTFILES.in
3881                 add missing files with translatable strings
3882
3883         * src/summaryview.c
3884                 remove debug print
3885
3886 2001-07-15 [alfons]
3887
3888         * src/addr_compl.[ch], src/prefs_filtering.c
3889                 make "filtering pref dialog's destination entry" an
3890                 "address completable entry", if filter destination is 
3891                 an email address
3892
3893         0.5.1claws2
3894         
3895         sync with Hiroyuki's 0.5.0cvs2-3
3896
3897 2001-07-15 [christoph]
3898
3899         * src/procmsg.c
3900                 fixed folder stats update after incorporation
3901
3902 2001-07-15 [alfons]
3903
3904         * src/summaryview.c
3905                 * finish label colouring stuff (for now)
3906                 * fix incorrect colour bug (off by one) 
3907
3908 2001-07-14 [alfons]
3909
3910         * src/mainwindow.c
3911                 change text labels for news and mail message so there's
3912                 plenty of toolbar estate left
3913
3914         * configure.in
3915                 0.5.1claws1
3916
3917         * src/folderview.c
3918           src/folder.[ch]
3919                 sync with Hiroyuki's 0.5.0cvs1
3920
3921         * src/summaryview.c
3922                 more rewrite label colouring
3923
3924 2001-07-14 [alfons]
3925
3926         * src/summaryview.[ch]
3927                 * start rewrite label colouring 
3928                 * fix proper location "Add Sender To Addressbook" menu item
3929
3930 2001-07-13
3931
3932         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3933         (actually this is 0.5.0claws4)
3934
3935 2001-07-13 [alfons]
3936
3937         * po/pt_BR.po
3938                 * fix duplicate message
3939                 * add updated Portugese / Brazilian translation
3940                   submitted by Fabio Junior Beneditto
3941
3942 2001-07-12 [alfons]
3943
3944         * AUTHORS
3945                 add Jens
3946
3947         * po/nl.po
3948                 add updated Dutch translation
3949
3950         * po/de.po
3951                 add updated German translation submitted by Jens
3952
3953 2001-07-11 [alfons]
3954
3955         Prerelease before 0.5.0claws. Please test.
3956         This version is temporarily tagged as VERSION_0_5_0_TEST
3957
3958         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
3959           src/prefs_scoring.c, src/prefs_matcher.c, 
3960           src/prefs_filtering.c, src/mbox.c, 
3961           src/main.c, src/inc.c, src/filtering.[ch]
3962                 revert new Hoa's new matcher (does not work yet)
3963
3964         * src/Makefile.am
3965                 clean up
3966
3967 2001-07-10
3968
3969         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3970
3971
3972 2001-07-10 [alfons]
3973
3974         * Makefile.am
3975                 add ChangeLog.claws to EXTRA_DIST
3976         * src/Makefile.am
3977                 add matcher_parser_parse.h to EXTRA_DIST
3978
3979 2001-07-10 [christoph]
3980
3981         * src/inc.c
3982                 add destination folder to table of
3983                 folders that need to be updated after
3984                 incorporation
3985
3986 2001-07-10 [alfons]
3987
3988         * folder.[ch]
3989           folderview.c
3990                 make collapse state of folders and folder items persistent, i.e.
3991                 if you collapse a folder tree, the next time sylpheed-claws starts 
3992                 up the folder tree remains collapsed.  
3993                 
3994 2001-07-10 [christoph]
3995
3996         * acconfig.h
3997         * configure.in
3998                 added --enable-ssl
3999         * src/md5.[ch]
4000                 renamed MD5_CTX to MD5_CTX_syl
4001                 conflicts with a struct in openssl
4002         * src/inc.c
4003         * src/main.[ch]
4004         * src/prefs_account.[ch]
4005         * src/socket.[ch]
4006                 SSL support for POP
4007         * src/mainwindow.c
4008                 fixed compose with current account
4009                 broken by new compose button stuff
4010
4011 2001-07-09 [hoa]
4012
4013         * AUTHORS
4014                 changed my email address
4015
4016         * src/matcher_parser_parse.y
4017                 clean the parser to remove conflicts
4018
4019 2001-07-09 [alfons]
4020
4021         * AUTHORS
4022                 add Match Grun
4023
4024         * configure.in
4025                 fix incorrect description of --enable-ldap parameter
4026
4027         * src/prefs_common.[ch]
4028           src/compose.c
4029                 add experimental option "smart wrapping" which makes the
4030                 compose editor auto wrap.
4031                 
4032                 | TODO: the problem with the buggy cursor handling is caused |
4033                 | by the GtkText. when deleting / backspacing text its       |
4034                 | wrapping algorithm does not take in account the previous   |
4035                 | line. should find a way to hack this in.                   |
4036                 | or should perhaps combine this with the word wrapping      |
4037                 | patch i wrote in january.                                  |
4038
4039         * src/about.c
4040                 show build parameters for LDAP and JPilot
4041
4042         * src/summaryview.c
4043                 revert Christoph's bugfix for selecting next unread message, 
4044                 because folder stats aren't updated correctly
4045
4046 2001-07-08 [hoa]
4047
4048         * src/filtering.c
4049         * src/mainwindow.c
4050         * src/matcher.c
4051         * src/matcher_parser_lex.l
4052         * src/matcher_parser_parse.y
4053         * src/prefs_filtering.c
4054         * src/prefs_scoring.c
4055         * src/scoring.c
4056                 bugfix of the config file parser
4057
4058 2001-07-08 [alfons]
4059
4060         * src/Makefile.am
4061                 added generated matcher sources to BUILT_SOURCES
4062
4063 2001-07-08 [hoa]
4064
4065         * src/Makefile.am
4066         * src/.cvsignore
4067                 added new config file parser
4068
4069         * src/scoring.[ch]
4070         * src/filtering.[ch]
4071         * src/matcher.[ch]
4072         * src/prefs_filtering.c
4073         * src/prefs_matcher.c
4074         * src/prefs_scoring.c
4075         * added src/matcher_parser.h
4076         * added src/matcher_parser_lex.h
4077         * added src/matcher_parser_lex.l
4078         * added src/matcher_parser_parse.y
4079                 lex & yacc config file parser
4080
4081         * src/mbox.c
4082         * src/inc.c
4083         * src/main.c
4084                 changes prefs_filtering into global_filtering           
4085
4086         * src/summaryview.c
4087                 build threads with subjects only if "Re: " is at the
4088                 beginning of the subject
4089
4090 2001-07-07 [paul]
4091
4092         0.5.0claws
4093
4094         sync with sylpheed 0.5.0
4095                 change of version number only
4096
4097 2001-07-06 [paul]
4098
4099         0.5.0claws5
4100
4101         sync with sylpheed 0.5.0pre5
4102
4103 2001-07-05 [paul]
4104
4105         sync with sylpheed 0.5.0pre4 release
4106                 /po and /manual/ja not sync'ed
4107
4108 2001-07-04 [paul]
4109
4110         more sync with sylpheed 0.5.0pre4
4111
4112 2001-07-03 [christoph]
4113
4114         * src/addressbook.c
4115                 fixed address book broken by address book
4116                 for VCard, JPilot, LDAP
4117
4118 2001-07-03 [alfons]
4119
4120         * src/matcher.c
4121         * src/textview.c
4122                 stopped memory leaks
4123
4124 2001-07-03 [paul]
4125
4126         more sync with sylpheed 0.5.0pre4
4127
4128 2001-07-02 [match]
4129
4130         * included address book patch for VCard, JPilot, LDAP
4131         * pref_common.c - fixed Font options on Display tab (cosmetic)
4132         * alertpanel.c - fixed truncated message
4133
4134 2001-07-02 [christoph]
4135
4136         * src/mbox_folder.c
4137         * src/procmsg.[ch]
4138         * src/summaryview.c
4139                 mark threads for ignoring
4140
4141 2001-07-02 [paul]
4142
4143         0.5.0claws4
4144
4145         * sync with sylpheed 0.5.0pre4
4146                 updated gettext to 0.10.38.
4147
4148 2001-07-01 [paul]
4149
4150         * src/ mainwindow.c
4151         * src/procmsg.h
4152         * src/summaryview.[ch]
4153                 new right-click option: Label.
4154                 substitute for 'Mark-->Mark/Unmark', colours the line.
4155                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
4156
4157 2001-07-01 [christoph]
4158
4159         * src/folderview.c
4160                 fixed font for trash
4161         * src/summaryview.c
4162                 move ctree to unread message
4163
4164 2001-07-01 [paul]
4165
4166         * sync with sylpheed 0.5.0pre3 release
4167
4168 2001-06-30 [alfons]
4169
4170         * src/filesel.[ch]
4171         * src/compose.c
4172                 allow inserting / attaching multiple files in
4173                 the composer window
4174
4175 2001-06-30 [paul]
4176
4177         * src/codeconv.c
4178                 small change to Alfons' previous stuff so that it
4179                 actually makes
4180
4181 2001-06-30 [alfons]
4182
4183         * lots of files changed; first attempt to merge the changes
4184           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
4185
4186 2001-06-30 [paul]
4187
4188         * po/pt_BR.po
4189                 updated and completed, translations by Fabio
4190                 Junior Beneditto <fjbeneditto@yahoo.com.br>
4191
4192 2001-06-29 [alfons]
4193
4194         * src/compose.c
4195         * src/mimeproc.[ch]
4196                 allow selecting an attached files' mime type from a 
4197                 list of types.
4198
4199 2001-06-29 [paul]
4200
4201         * more sync with sylpheed 0.5.0pre3
4202
4203 2001-06-29 [paul]
4204
4205         * po/pt_BR.po
4206                 merge with sylpheed.pot and pt_BR.po provided by
4207                 Fabio Junior Beneditto.
4208
4209 2001-06-29 [darko]
4210
4211         * src/procmime.c
4212                 make MIME types case insensitive
4213
4214 2001-06-28 [alfons]
4215
4216         * po/nl.po
4217                 merge with sylpheed.pot and old nl.po; translations added.
4218
4219 2001-06-28 [paul]
4220
4221         * more sync with sylpheed 0.5.0pre3
4222
4223 2001-06-27 [alfons]
4224
4225         * src/summaryview.c
4226                 don't crash when removing parent node of messages
4227                 attracted by subject. this was caused by not deleting
4228                 the parent node from the subject line hash table.
4229
4230 2001-06-27 [alfons]
4231
4232         * src/summaryview.c
4233         * src/compose.[ch]
4234         * src/mainwindow.c
4235                 if there are multiple messages selected, allow forwarding
4236                 them as attachments.
4237
4238 2001-06-27 [paul]
4239
4240         * more sync with sylpheed 0.5.0pre3
4241
4242 2001-06-26 [paul]
4243
4244         0.5.0claws3
4245
4246         * sync with sylpheed 0.5.0pre3
4247
4248 2001-06-25 [paul]
4249
4250         * src/mainwindow.c
4251                 fixed 'compose news article' bug
4252                 from icon-and-text toolbar
4253
4254 2001-06-25 [paul]
4255
4256         * sync with sylpheed 0.5.0pre2 release
4257
4258 2001-06-24 [christoph]
4259
4260         * src/prefs_common.c
4261                 bug fix in font selection
4262         * src/folderview.c
4263                 use sylpheed's normal font instead of
4264                 gtk default font for folders without
4265                 new messages
4266
4267 2001-06-24 [alfons]
4268
4269         * src/mainwindow.[ch]
4270                 added composite compose mail / news button (an idea by Leandro
4271                 Pereira <leandro@linuxmag.com.br>)
4272
4273 2001-06-24 [paul]
4274
4275         Added instructions for ldif-to-xml.py
4276
4277         * tools/README
4278
4279 2001-06-23 [alfons]
4280
4281         Some minor things.
4282
4283         * src/pixmaps/stock_news_compose.xpm
4284                 added pixmap by Leandro
4285         * src/prefs_common.c
4286                 tested built-in spelling checker of GCC 3.0 :)
4287         * po/nl.po
4288                 merged dutch translation of sylpheed-main with
4289                 sylpheed.pot
4290
4291 2001-06-23 [paul]
4292
4293         Added tools directory and files.
4294
4295         * tools/filter_conv.pl
4296                 converts old filter system to new filtering system
4297         * tools/ldif-to-xml.py
4298                 converts netscape addressbook to sylpheed addressbook
4299         * tools/README
4300                 descriptions/instructions for above two files
4301
4302 2001-06-23 [christoph]
4303
4304         * src/inc.c
4305         * src/manage_window.[ch]
4306         * src/prefs_common.[ch]
4307                 mail retrieval dialog can be enabled, disabled
4308                 or hidden if non of sylpheed's windows is active
4309
4310 2001-06-22 [paul]
4311
4312         0.5.0claws2
4313
4314         * sync with sylpheed 0.5.0pre2
4315
4316 2001-06-21 [christoph]
4317
4318         * src/summaryview.c
4319                 show recipient on 'from' for all accounts
4320                 
4321         * src/inc.c
4322         * src/prefs_common.[ch]
4323                 disable error popup on mail receive errors
4324
4325 2001-06-21 [alfons]
4326
4327         * src/compose.c
4328                 made the ruler correctly appear and disappear.
4329
4330         * src/Makefile.am
4331                 removed Hoa's work-in-progress-stuff (interesting!) so 
4332                 claws compiles ok.
4333
4334 2001-06-20 [christoph]
4335
4336         * src/inc.c
4337         * src/progressdialog.c
4338                 added scrolled window for list in progressdialog
4339
4340 2001-06-20 [paul]
4341
4342         sync with sylpheed 0.5.0pre1 release
4343
4344 2001-06-20 [christoph]
4345
4346         * src/summeryview.c
4347                 make building threads by subject work when
4348                 thread view is enabled
4349                 
4350         * src/compose.c
4351         * src/prefs_common.[ch]
4352                 automatically select account for mail replys
4353
4354 2001-06-19 [sergey]
4355
4356         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
4357         they are filled in from the account settings.
4358
4359 2001-06-19 [paul]
4360
4361         * more sync with sylpheed 0.5.0pre1
4362
4363 2001-06-18 [alfons]
4364
4365         * src/Makefile.am,
4366           src/procmime.c
4367                 added --sysconfdir to CPPFLAGS for pointing to the correct
4368                 location of mime.types. 
4369
4370                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
4371                 or ./configure!
4372
4373 2001-06-18 [hoa]
4374
4375         * src/summaryview.c
4376                 fixed some bug when building threads
4377
4378 2001-06-18 [pau]l
4379
4380         * src/prefs_account.c
4381                 UI stuff: More changes to the English
4382
4383 2001-06-18 [paul]
4384
4385         * src/pixmaps/stock_news_compose.xpm: new file
4386         * src/Makefile.am
4387         * src/mainwindow.c
4388         * src/summaryview.c
4389                 Added new icon for Hoa's 'compose a news
4390                 message', plus minor improvements to the
4391                 English
4392
4393         * po/ja.po
4394         * ChangeLog
4395         * ChangeLog.jp
4396                 more sync with sylpheed 0.5.0pre1
4397
4398 2001-06-18 [hoa]
4399
4400         * src/compose.[ch]
4401         * src/mainwindow.c
4402                 Follow-up and reply to
4403
4404         * src/summaryview.[ch]
4405                 Build threads also with subjects
4406
4407 2001-06-17 [hoa]
4408
4409         * src/compose.c
4410                 forwarding use the current account.
4411
4412         * src/mainwindow.c
4413                 the "compose message" button has been replaced with
4414                 "new mail" and "new news" buttons
4415
4416         * src/prefs_common.[ch]
4417                 added a configuration option to use the forward button
4418                 as "forward as attachment"
4419                 changed reply and forward format description
4420
4421         * src/quote_fmt_lex.l
4422         * src/quote_fmt_parse.y
4423                 added message with no signature in format for reply
4424                 and forward.
4425
4426 2001-06-17 [paul]
4427
4428         Minor UI stuff
4429
4430         * src/mainwindow.c
4431         * src/summaryview.c
4432                 Improvements to the English
4433
4434         * src/prefs_common.c
4435                 Improvements to the English and some
4436                 clarity/continuity improvements in the
4437                 description of Quote symbols.
4438
4439 2001-06-17 [paul]
4440
4441         0.5.0claws1
4442
4443         * sync with sylpheed 0.5.0pre1
4444
4445 2001-06-17 [hoa]
4446
4447         * src/compose.c
4448                 Better interface for compose, displayed fields
4449                 are updated whenever we change account.
4450                 Newsgroups field is automatically filled.
4451
4452         * src/mainwindow.c
4453                 Newsgroups field is automatically filled.
4454
4455         * src/prefs_account.c
4456                 Some interface stuff when fields appear and
4457                 disappear.
4458
4459 2001-06-16 [paul]
4460
4461         0.4.99claws
4462
4463         * sync with sylpheed 0.4.99
4464
4465 2001-06-16 [sergey]
4466
4467         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
4468         base64_decoder_free, base64_decoder_decode): new object and
4469         functions for decoding base64 streams.
4470         * src/procmime.c (procmime_decode_content): modified to use the
4471         new base64 decoder.
4472
4473 2001-06-15 [paul]
4474
4475         0.4.99claws10
4476
4477         * sync with sylpheed 0.4.99cvs11
4478
4479 2001-06-13 [paul]
4480
4481         0.4.99claws9
4482
4483         * sync with sylpheed 0.4.99cvs9
4484
4485 2001-06-13 [hoa]
4486
4487         * src/compose.c
4488         * src/prefs_account.c
4489
4490                 SMTP server can be defined in the news account
4491                 mime type of attachment are kept.
4492
4493         * src/summaryview.c
4494
4495                 now choose the highest important score between default
4496                 and important score of folder.
4497
4498 2001-06-09 [alfons]
4499         
4500         * src/prefs_common.c: 
4501
4502                 (prefs_quote_description_create): corrected description of 
4503                 quote format characters
4504
4505 2001-06-09 [paul]
4506
4507         0.4.99claws8
4508
4509         * sync with sylpheed 0.4.99cvs8
4510
4511 2001-06-08 [sergey]
4512
4513         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
4514         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
4515
4516 2001-06-08 [paul]
4517
4518         0.4.99claws7
4519
4520         * sync with sylpheed 0.4.99cvs7
4521
4522 2001-06-06 [sergey]
4523
4524         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
4525         clashes with autogenerated header).
4526         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
4527         * src/Makefile.am: added quote_fmt.h.
4528         * src/.cvsignore: added lex/yacc autogenerated files
4529         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
4530
4531 2001-06-06 [paul]
4532
4533         0.4.99claws6
4534
4535         * sync with sylpheed 0.4.99cvs6
4536
4537 2001-06-06 [hoa]
4538
4539         * added src/quote_fmt_parse.h
4540         * src/compose.c
4541                 removed warnings
4542
4543         * src/prefs.[ch]
4544                 don't modify readonly configuration files
4545
4546         * src/prefs_account.c
4547         * src/prefs_common.c
4548         * src/prefs_customheader.c
4549         * src/prefs_display_header.c
4550         * src/prefs_filter.c
4551         * src/prefs_filtering.c
4552         * src/prefs_scoring.c
4553                 don't open dialog box when configuration files
4554                 are readonly
4555
4556 2001-06-05 [sergey]
4557
4558         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
4559
4560         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
4561         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
4562         BUILT_SOURCES to make all files rebuild properly.
4563
4564         * src/compose.c: removed #include "quote_fmt.tab.h".
4565
4566         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
4567         CHARACTER value in yylval.
4568
4569         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
4570         receive CHARACTER value by documented means (yylval).
4571
4572         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
4573
4574 2001-06-05 [hoa]
4575
4576         * src/Makefile.am
4577                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
4578
4579         * src/filtering.c
4580         * src/matcher.c
4581         * src/matcher.h
4582         * src/prefs_filtering.c
4583                 now keep the configuration for execute action
4584
4585         * src/mbox_folder.c
4586                 fixed a warning
4587
4588 2001-06-05 [paul]
4589
4590         * sync with sylpheed 0.4.99cvs5
4591
4592 2001-06-05 [hoa]
4593
4594         * src/Makefile.am
4595                 added quote_fmt.[ch]
4596
4597         * added src/quote_fmt.y
4598         * added src/quote_fmt.l
4599         * added src/quote_fmt.tab.h
4600         * added src/quote_fmt.tab.c
4601         * added src/lex.quote_fmt.c
4602                 parsing configuration for replying
4603                 and forwarding
4604
4605         * src/prefs_common.[ch]
4606                 added configuration UI for replying
4607                 and forwarding
4608
4609         * src/compose.c
4610                 using configuration for replying
4611                 and forwarding
4612
4613 2001-06-04 [hoa]
4614
4615         * src/filtering.c
4616         * src/matcher.c
4617         * src/matcher.h
4618         * src/prefs_filtering.c
4619         * src/prefs_matcher.c
4620         * src/prefs_matcher.h
4621                 action "run a command" for filtering
4622                 and matching with a command.
4623                 fixed the "whole message" matching
4624
4625         * src/mbox_folder.c
4626                 changed temporary filename for security
4627
4628         * src/messageview.c
4629                 queue the notification if it fails to send.
4630
4631         * src/prefs_common.c
4632         * src/prefs_folder_item.c
4633                 changed the default important score             
4634
4635         * src/prefs_scoring.c
4636         * src/scoring.c
4637                 hide kill score input when the folder is not
4638                 a newsgroup
4639
4640 2001-06-03 [alfons]
4641
4642         * src/prefs_common.c:
4643
4644                 (prefs_font_select): pass font name in font entry box to font
4645                 selection dialog.
4646
4647 2001-06-03 [sergey]
4648
4649         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
4650
4651 2001-06-03 [paul]
4652
4653         * sync with sylpheed 0.4.99cvs4
4654
4655 2001-06-03 [alfons]
4656
4657         * src/headerwindow.c:
4658
4659                 (headerwindow_show_cb): use the selected summary view item, not
4660                 the displayed item.
4661
4662 2001-06-02 [alfons]
4663
4664         * src/headerwindow.c:
4665
4666                 (headerwindow_show_cb): always try to show msginfo
4667
4668 2001-06-02 [hoa]
4669
4670         * src/compose.c
4671                 keep attached parts when reediting or forwarding.
4672
4673 2001-06-01 [hoa]
4674
4675         * src/folderview.c
4676         * src/prefs_folder_item.[ch]
4677         * src/prefs_scoring.[ch]
4678         * src/scoring.[ch]
4679         * src/summaryview.[ch]
4680         * src/main.c
4681         * src/mainwindow.c
4682         * src/prefs_common.[ch]
4683                 support for folder scoring
4684                 kill score and important score for messages
4685         
4686         * src/prefs_account.c
4687                 some display bug fixed for local account
4688                 preferences
4689
4690 2001-05-31 [alfons]
4691
4692         * src/summaryview.c:
4693
4694                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
4695                 sender to address book menu item is disabled.
4696
4697 2001-05-30 [hoa]
4698
4699         * src/filtering.[ch]
4700         * src/summaryview.c
4701                 handling summary menu / filter messages
4702
4703         * src/folder.[ch]
4704                 add some stuff
4705
4706         * src/foldersel.c
4707                 imap folders now appears in list
4708
4709         * src/mbox_folder.c
4710                 doesn't crash if destination mail is not writeable
4711
4712 2001-05-29 [hoa]
4713
4714         * src/compose.c
4715                 removed some warnings
4716
4717         * src/filtering.c
4718         * src/folder.[ch]
4719         * src/prefs_filtering.c
4720                 global string to identify any folders           
4721                 removed some debug info
4722                 filtering to mbox folders is now possible
4723
4724         * src/mainwindow.c
4725                 removed some warnings
4726
4727         * src/mbox_folder.c
4728                 permission on files are changed to read/write for user only,
4729                 nothing for other.
4730                 creation of subfolder is handled better.
4731
4732 2001-05-28 [alfons]
4733
4734         Verified the sync for src/prefs_common.[ch] and
4735         src/prefs_account.[ch]. I believe there were some
4736         minor indentation differences.
4737
4738 2001-05-28 [paul]
4739
4740         0.4.99claws3
4741
4742         * sync with 0.4.99cvs3
4743
4744 2001-05-28 [hoa]
4745
4746         * src/compose.c
4747                 handling flags for mbox format
4748
4749         * src/filtering.c
4750                 use of mark file only for MH format
4751                 handling flags for mbox format
4752                 filtering cannot yet move or copy mails to mbox folders.
4753
4754         * src/folder.[ch]
4755                 changed move_msg, copy_msg,
4756                 move_msgs_with_dest, copy_msgs_with_dest functions
4757                 uses only folder->copy_msg() function
4758                 uses folder->finished_copy() to handle the destination
4759                 folder at the end of the copy or move operation.
4760
4761         * src/foldersel.c
4762                 included mbox directories.
4763
4764         * src/folderview.[ch]
4765         * src/mainwindow.c
4766                 handle folders operation for mbox format
4767
4768         * src/mbox.c
4769                 disable conversion of "From " header
4770
4771         * src/mbox_folder.[ch]
4772                 completion of mbox format handling
4773
4774         * src/mh.c
4775                 changed mh_copy_msg() function and
4776                 removed mh_move_msg(), mh_move_msgs_with_dest(),
4777                 mh_copy_msgs_with_dest()
4778
4779         * src/prefs_filtering.c
4780                 removed some warnings
4781
4782         * src/prefs_matcher.c
4783                 default boolean operation is AND
4784
4785         * src/procheader.c
4786                 handling flags for mbox format
4787                 handling of "From " header
4788
4789         * src/procmsg.[ch]
4790                 removed data field
4791                 added MSG_REALLY_DELETED flags to handle deletion of
4792                 messages in mbox format.
4793
4794         * src/summaryview.c
4795                 handling flags for mbox format
4796                 disable the MSG_DELETED flags when messages
4797                 are deleted in mbox format
4798
4799         * src/textview.c
4800                 "From " headers display fixed.
4801
4802 2001-05-27 [alfons]
4803
4804         * src/textview.c:
4805                 
4806                 (get_email_part): skip quoted email addresses, like in e.g.
4807                 "'alfons@proteus.demon.nl'".
4808
4809 2001-05-26 [alfons]
4810
4811         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
4812         and fixing the persistence troubles when using separate windows.
4813
4814         * src/mainwindow.c:
4815         
4816             Added #define SEPARATE_ACTION used in the gtk item factory for 
4817             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
4818                 use gtk_item_factory_get_widget_by_action() to get the items.
4819                 
4820             Removed separate_widget_cb from the gtk item factory data   
4821           
4822             (mainwindow_create): connect separate_widget_cb() to check
4823             menu item "toggled" signal. also passing a MainWindow pointer
4824                 as object data for both check menu items.
4825                 
4826             (separate_widget_cb): definition of separate_widget_cb() to match
4827             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
4828                 window using gtk_object_get_data(). The type of window separation 
4829                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
4830         
4831         * src/prefs_filtering.c,
4832           src/prefs_matcher.c: added horizontal scrollbars
4833
4834 2001-05-25 [darko]
4835
4836         * src/headerview.c
4837                 fix segfault with invalid bold font
4838         * src/summaryview.c
4839                 correctly display summary stats after row is marked
4840
4841 2001-05-23 [sergey]
4842
4843         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
4844         encodings with libjconv.
4845
4846 2001-05-23 [hoa]
4847
4848         * src/Makefile.am
4849                 added mbox_folder.[ch]
4850         * src/defs.h
4851                 mbox temporary folder
4852         * src/folder.[ch]
4853         * added src/mbox_folder.[ch]
4854         * src/folderview.c
4855         * src/procheader.[ch]
4856                 added mbox support
4857         * src/mbox.c
4858                 bugfix for file incorporation filtering
4859         * src/imap.c
4860                 enable creation of MBOX
4861         * src/prefs_display_header.c
4862                 enable use of headers like "From "
4863                 something that should be fixed :
4864                         displaying of such headers add an extra space
4865         * src/prefs_folder_item.c
4866                 don't create folders because it is not necessary
4867         * src/procmsg.h
4868                 added data field to MsgInfo for mbox internal use
4869         * src/summaryview.c
4870                 added some support for mbox
4871         * src/utils.[ch]
4872                 added get_mbox_cache_dir() function
4873
4874 2001-05-23 [hiroyuki]
4875
4876         * src/headerwindow.c
4877           src/inc.c
4878           src/main.c
4879           src/mh.c
4880           src/nntp.c
4881           src/procmsg.h
4882           src/session.h
4883           src/socket.[ch]
4884           src/summaryview.c
4885           src/textview.c
4886           src/automaton.c
4887           src/folderview.c: more sync with 0.4.99cvs2.
4888
4889         * src/headerwindow.c: reverted.
4890
4891 2001-05-22 [paul]
4892
4893         0.4.99claws2
4894
4895         * sync with sylpheed 0.4.99cvs2
4896                 * src/news.[ch]
4897                 * src/nntp.[ch]
4898                 * INSTALL
4899                 * INSTALL.jp
4900
4901 2001-05-22 [alfons]
4902
4903         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
4904
4905 2001-05-21 [alfons]
4906
4907         Minor things:
4908
4909         * configure.in: if gnome-config not found, "no" is displayed
4910         
4911         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
4912
4913         * src/textview.c: now also possible to add mail addresses by right
4914           clicking in the text view
4915
4916         * src/codeconv.c: merged patch which fixes endless loop when encountering
4917           invalid wide characters; from Alte <010@imis.ru>  
4918
4919 2001-05-20 [alfons]
4920
4921         Added installation of gnome specific things:
4922
4923         * Makefile.am: gnome conditional
4924
4925         * configure.in: check for installed gnome
4926
4927         * added sylpheed.png, sylpheed.desktop
4928
4929 2001-05-20 [sergey]
4930
4931         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
4932
4933         * src/mainwindow.h (main_window_toolbar_create): created a button
4934         for "Reply to all".
4935         (main_window_set_toolbar_sensitive): enable/disable the new button
4936         appropriately.
4937         (toolbar_reply_to_author_cb): handle the new button.
4938
4939         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
4940         send_progress_dialog_destroy() on failure (fixes hang on SMTP
4941         failure).
4942
4943 2001-05-19 [sergey]
4944
4945         * src/compose.h (ComposeReplyMode): new modes
4946         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
4947         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
4948
4949         * src/compose.c
4950         (compose_send): move some code into a new function:
4951         (compose_current_mail_account): new function.
4952         (compose_reply): new argument to_author, all callers changed; if
4953         to_author==TRUE and account->protocol==A_NNTP, find and use an
4954         appropriate mail account for replying.
4955         (compose_reply_set_entry): new argument to_author; ignore
4956         compose->replyto if to_author==TRUE.
4957
4958         * src/mainwindow.c: new command "Message/Reply to author".
4959         (main_window_set_menu_sensitive): enable/disable it.
4960         (reply_cb): handle it.
4961
4962         * src/summaryview.c: new command "Reply to author".
4963         (summary_set_menu_sensitive): enable/disable it.
4964         (summary_reply_cb): handle it.
4965
4966         * src/account.c (account_find_mail_from_address): new function.
4967
4968 2001-05-18 [paul]
4969
4970         0.4.99claws1
4971
4972         * sync with sylpheed 0.4.99cvs1
4973
4974 2001-05-18 [hoa]
4975
4976         * src/compose.[ch]
4977         * src/filtering.c
4978         * src/summaryview.c
4979                 new filtering action : forward and forward as attachment
4980
4981         * src/main.c
4982                 no need for $DISPLAY when we run sylpheed --help
4983                 call to parse_cmd_opt() is moved
4984
4985         * src/mainwindow.[ch]
4986                 execute button is hidden when immediate execute
4987                 is chosen
4988
4989         * src/mh.c
4990         * src/news.c
4991         * src/prefs_folder_item.c
4992         * src/procmsg.c
4993                 better handling of missing directories
4994
4995         * src/summaryview.c
4996                 reedit is enabled in outbox
4997                 reedit is enabled in queue
4998
4999 2001-05-17 [hoa]
5000
5001         * src/filtering.c
5002         * src/matcher.[ch]
5003         * src/prefs_filtering.c
5004                 changed attachement into attachment
5005
5006 2001-05-17 [alfons]
5007
5008         0.4.67claws4    
5009
5010         * sync with sylpheed 0.4.67cvs9
5011         * sync with sylpheed 0.4.67cvs7-8
5012
5013 2001-05-17 [hoa]
5014
5015         * src/Makefile.am
5016                 added prefs_filtering.c
5017
5018         * src/filtering.[ch]
5019         * src/matcher.[ch]
5020                 removed action : forward_news and forward_news_as_attachement
5021                 (forward and forward_as_attachement can be used instead)
5022
5023         * src/mainwindow.c
5024                 added menu option to access filtering configuration
5025
5026         * src/prefs_account.c
5027                 changed mail_command default to /usr/sbin/sendmail
5028
5029         * added src/prefs_filtering.[ch]
5030                 dialog box for filtering configuration
5031
5032         * src/prefs_matcher.c
5033                 added function prefs_matcher_get_criteria_from_matching()
5034
5035         * src/prefs_scoring.c
5036                 reset the dialog when register or substitute is clicked
5037
5038 2001-05-15 [hoa]
5039
5040         * src/Makefile.am
5041                 added filtering.[ch]
5042         * src/inc.c
5043                 using filering.[ch] instead of filter.[ch]
5044         * src/main.c
5045                 reading new filtering configuration
5046         * src/matcher.[ch]
5047                 added some filtering actions
5048                 and fixed a bug for headers and mail body matching
5049         * src/mbox.c
5050                 using filering.[ch] instead of filter.[ch]
5051         * src/mh.c
5052                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
5053         * src/summaryview.c
5054                 some fixes for filtering
5055
5056 2001-05-14 [hiroyuki]
5057
5058         * src/send.c: fixed some weird indentations.
5059           send_message_with_command(): call pclose() only if p != NULL.
5060         * src/textview.c: get_email_part(): modified the code for readability.
5061
5062 2001-05-14 [hiroyuki]
5063
5064         * src/md5global.h
5065           src/md5ify.c
5066           src/md5ify.h: removed from the cvs.
5067
5068 2001-05-13 [sergey]
5069
5070         * src/main.c: include rfc2015.h to avoid compiler warnings.
5071         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
5072         the panel is already on screen.
5073         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
5074         closing the alert window by ESC as "No".
5075         * src/prefs_common.c (prefs_interface_create): moved return
5076         receipt check button to the correct place.
5077
5078 2001-03-13 [alfons]
5079
5080         * src/prefs_common.c: 
5081                 moved return receipt check button to the Send tab. (prefs_send_create)
5082                 removed the date format ui related globals. (prefs_display_create)
5083
5084         0.4.67claws3
5085         
5086         * sync with sylpheed 0.4.67cvs5-6
5087
5088 2001-05-13 [paul]
5089
5090         * added Alfons' font selection patch
5091
5092         * src/defs.h
5093         * src/headerwindow.c
5094         * src/prefs_common.c
5095         * src/prefs_common.h
5096
5097 2001-05-13 [hoa]
5098         * src/defs.h
5099                 changed version of cache
5100         * src/matcher.[ch]
5101         * src/prefs_matcher.c
5102                 added additionnal matching criteria
5103         * src/procheader.c
5104         * src/procmsg.[ch]
5105         * src/news.c
5106                 added references in MsgInfo
5107
5108 2001-05-12 [hoa]
5109
5110         * src/defs.h
5111                 prepared some things for new filtering
5112         * src/matcher.[ch]
5113                 added some matching properties
5114                 inreplyto need to be enhanced
5115                 prepared some things for new filtering
5116         * src/messageview.c
5117                 added Return-Receipt-To handling
5118         * src/prefs_folder_item.c
5119                 changed default value to TRUE
5120         * src/prefs_matcher.c
5121                 added some matching properties
5122         * src/prefs_scoring.[ch]
5123                 the scoring dialog is finished
5124         * src/procheader.c
5125                 added Return-Receipt-To handling
5126                 Reference need to be added
5127         * src/procmsg.[ch]
5128                 added Return-Receipt-To handling
5129                 added threadscore to get a better score sorting when
5130                 threads are enabled
5131         * src/summaryview.c
5132                 suppressed a bug when we sort the list
5133                 when no folder is opened.
5134                 better score sorting when threads are enabled
5135
5136 2001-05-12 [alfons]
5137
5138         * reverted previous patch because of potential errors 
5139
5140         0.4.67claws2
5141         
5142         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
5143                 applied "toggle mail-retrieval dialog window" patch submitted 
5144                 by Eric Limpens <eric@qnt.net>
5145
5146         * sync with sylpheed 0.4.67cvs4
5147
5148 2001-05-12 [sergey]
5149
5150         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
5151         some picky compilers.
5152         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
5153         * src/grouplist_dialog.c: include alertpanel.h.
5154         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
5155         fix compile warning.
5156         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
5157         #include "defs.h" before others to prevent the warning of `MIN'
5158         and `MAX' redefinition.
5159
5160 2001-05-11 [hoa]
5161
5162         * src/main.c
5163         * src/messageview.c
5164         * src/prefs_account.c
5165         * src/prefs_display_header.c
5166                 removed warning
5167         * src/Makefile.am
5168                 added prefs_scoring.[ch]
5169         * src/grouplist_dialog.c
5170                 display an error dialog box if the group list
5171                 cannot be fetched.
5172         * src/mainwindow.[ch]
5173                 added main_window_set_thread_option() function
5174                 scoring dialog box enabled
5175         * src/matcher.[ch]
5176                 added flags matching unread /new / marked
5177                 / deleted / replied / forwarded
5178         * src/news.c
5179                 newsgroups are now finally in newscache
5180         * src/prefs_matcher.[ch]
5181                 finished preferences for matching dialog
5182         * added src/prefs_scoring.[ch]
5183                 scoring dialog box completed
5184         * src/scoring.[ch]
5185                 conversion to string : added scoringprop_to_string()
5186                 write config for preferences :
5187                 added prefs_scoring_write_config()
5188         * src/summaryview.c
5189                 threads can be enabled/disabled independently
5190                 for each folder
5191
5192 2001-05-10 [alfons]
5193
5194         0.4.67claws1
5195         
5196         * AUTHORS: 
5197                 thought it would be nice to have a list of all
5198                 contributors (used Changelog as a reference)
5199         
5200         * configure.in: 
5201                 messed up version numbering...
5202
5203         0.4.66claws1
5204
5205         * sync with sylpheed 0.4.67cvs1-3
5206
5207 2001-05-10 [darko]
5208
5209         * src/prefs_common.c:
5210                 better UI for strftime format, double clicking
5211                 on format now inserts the format in text entry
5212                 replaced close button with standard OK/Cancel
5213                 moved date format button to the right of the
5214                 text entry field
5215
5216 2001-05-09 [alfons]
5217
5218         * src/gtkstext.c:
5219                 Ctrl-Home / Ctrl-End have proper cursor navigation
5220
5221 2001-05-09 [hoa]
5222
5223         * src/prefs_matcher.c
5224                 finished UI to define matching properties
5225                 added ok and cancel button
5226         * src/prefs_filter.c
5227                 added ok and cancel button
5228         * src/news.c
5229                 fixed some bug in xhdr parsing
5230
5231 2001-05-08 [alfons]
5232
5233         * src/textview.c: 
5234                 fixed a bug in textview_show_header(), which displayed two colons (':');
5235                 cleaned up some warnings
5236
5237 2001-05-08 [hoa]
5238
5239         * src/Makefile.am
5240                 added prefs_matcher.[ch]
5241                 compilation with -W -Wall
5242         * src/alertpanel.c
5243                 ungrab the mouse events if grabbed - does it
5244                 fix the bug for disposition notification ?
5245         * src/mainwindow.c
5246                 added a menu option to open the matching dialog.
5247         * src/matcher.[ch]
5248                 added matcherprop_to_string() and matcherlist_to_string()
5249                 fixed some bugs, changed the name of some options
5250                 age_sup and age_inf becomes age_greater and age_lower,
5251                 body and messageheaders becomes body_part and headers_part,
5252                 changed the names of constants from SCORING_XXX to MATCHING_XXX
5253         * src/prefs_display_header.c
5254         * src/prefs_headers.c
5255                 fixed a bug that accidentally destroyed dialogs
5256                 when closed them with delete_event
5257                 Added *_deleted() which handle delete_event signal correctly.
5258         * src/prefs_folder_item.[ch]
5259                 added "enable_thread" field for future customization
5260         * added src/prefs_matcher.[ch]
5261                 sample of the UI to define matching properties
5262         * src/procheader.c
5263                 using procheader_headername_equal instead of str*cmp functions
5264                 using procheader_parse_header() function
5265         * src/scoring.c
5266                 using MATCHING_XXX instead of SCORING_XXX
5267         * src/summaryview.c
5268                 display the sender of the news even if this is ourself
5269                 when this is a news message.
5270         * src/textview.c
5271                 using headername_equal() instead of str*cmp functions
5272
5273 2001-05-08 [alfons]
5274
5275         0.4.66claws
5276
5277         * sync with sylpheed 0.4.66
5278         * src/gtkstext.c: trace logs added 
5279
5280 2001-05-08 [sergey]
5281
5282         * src/prefs_common.[ch]: added option to enable/disable GnuPG
5283         signature check popup.
5284         * src/rfc2015.c (check_signature): show signature check popup only
5285         if it is enabled in preferences.
5286
5287 2001-05-07 [alfons]
5288
5289         0.4.66claws4
5290         
5291         * sync with sylpheed 0.4.66cvs6
5292
5293 2001-05-07 [darko]
5294
5295         * src/prefs_common.[ch]: added option to enable/disable
5296           looking up sender name in address book for summary pane
5297         * src/summaryview.c: look up sender in the address book
5298           by using Alfons' address completion code
5299
5300 2001-05-07 [hiroyuki]
5301
5302         * src/inc.h
5303           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
5304           member of Pop3State.
5305         * src/news.c: brought #include "defs.h" before #include <glib.h>
5306           to prevent the warning of `MIN' and `MAX' redefinition.
5307
5308 2001-05-06 [hoa]
5309
5310         * removed src/headers_display.[ch]
5311         * removed src/prefs_display_headers.[ch]
5312         * src/inc.c
5313                 use a temporary file in the user directory for mbox import
5314         * src/news.c
5315                 added XHDR support to get "To" and "Cc" headers
5316                 (in order to match news with to or cc field for
5317                 scoring)
5318                 added function news_parse_xhdr() to get XHDR response
5319         * src/nntp.[ch]
5320                 added function nntp_xhdr()
5321         * src/matcher.c
5322                 fetch the message if necessary
5323
5324 2001-05-06 [alfons]
5325
5326         0.4.66claws3
5327
5328         * sync with sylpheed 0.4.66cvs3-5
5329
5330 2001-05-06 [hoa]
5331
5332         * src/utils.[ch]
5333                 added function itos_buf() to enable use of several buffers
5334         * src/summaryview.c
5335                 use of itos_buf() instead of itos() in summary list
5336                 to fix the broken display of message number.
5337
5338 2001-05-06 [alfons]
5339
5340         * src/gtkstext.c: bug in cursor up navigation fixed,
5341                 fixed another unsigned / signed comparison (we're getting there :-)
5342
5343 2001-05-06 [hoa]
5344
5345         * src/Makefile.am
5346                 added scoring.c scoring.h
5347                 prefs_folder_item.c prefs_folder_item.h
5348                 matcher.c matcher.h
5349         * src/defs.h
5350                 added FOLDERITEM_RC SCORING_RC
5351         * src/folder.[ch]
5352                 added prefs field in FolderItem :
5353                 properties for each folder (PrefsFolderItem),
5354                 sorting type and mode were added as the first properties.
5355         * src/main.c
5356                 read config for scoring
5357         * added src/matcher.[ch]
5358                 gives functions to parse configuration file to do
5359                 matching on mails with a list of conditions.
5360         * src/mainwindow.c
5361                 add option to sort by score
5362         * src/prefs_common.[ch]
5363                 added preference option to show score and for
5364                 the score column size
5365         * added src/prefs_folder_item.[ch]
5366                 properties for each folder (PrefsFolderItem),
5367                 sorting type and mode were added as the first properties.
5368         * src/procheader.[ch]
5369                 added procheader_parse_header()
5370                 added procheader_header_free()
5371                 added procheader_headername_equal()
5372                 and made modification to use them.
5373         * src/procmsg.[ch]
5374                 added score field to MsgInfo structure
5375         * added src/scoring.[ch]
5376                 gives functions to parse configuration file to do
5377                 scoring on mails with a list of conditions.
5378         * src/summaryview.[ch]
5379                 save the sorting type and mode for the folder
5380                 added column to display the score of the mail
5381                 added function summary_score_clicked()
5382                 sorting type and mode are restored to the folder
5383                 when it is reopen
5384         * src/textview.c
5385                 use procheader_parse_header(), procheader_headername_equal()
5386                 removed memory leak in text_scan_header when freeing headers
5387         * src/filter.c
5388                 changed the function to match names of headers
5389                 using procheader_headername_equal()
5390
5391         Scoring functions are implemented, an interface is needed
5392         to configure that.
5393
5394 2001-05-04 [alfons]
5395
5396         * src/gtkstext.c: 
5397                 hopefully fixed the row up navigation bug,
5398                 removed adding back / forward lines to cache
5399
5400 2001-05-04 [sergey]
5401
5402         * src/prefs_display_headers.c: user interface changes:
5403         (prefs_display_headers_create): remove unused "Show" check button;
5404         allow reordering of headers by dragging.
5405         (prefs_display_headers_write_config): remove unused variables.
5406         (prefs_display_headers_set_dialog): do not insert "(New)" at top
5407         of lists (not needed with the new UI).
5408         (prefs_display_headers_set_list): scan lists starting from row 0,
5409         not 1 (do not skip "(New)").
5410         (prefs_display_headers_find_header): new function.
5411         (prefs_display_headers_clist_set_row): do not allow duplicates.
5412         (prefs_display_headers_delete_cb): do not skip row 0; treat
5413         closing the alert window by ESC as "No".
5414         (prefs_display_headers_up): do not protect row 0.
5415         (prefs_display_headers_down): do not protect row 0.
5416
5417 2001-05-04 [sergey]
5418
5419         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
5420         functions.
5421
5422         * src/summaryview.c
5423         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
5424         summary_select_next_marked, summary_select_prev_marked): new
5425         functions.
5426
5427 2001-05-03 [sergey]
5428
5429         * src/news.c: fixed a bug when no article can be fetched after
5430         server timeout if the connection was restored by news_post():
5431         (news_select_group): new function.
5432         (news_fetch_msg): call news_select_group() before fetching
5433         article.
5434         (news_get_uncached_articles): set session->group after successful
5435         GROUP command.
5436
5437 2001-05-03 [hoa]
5438
5439         * src/defs.h
5440         * src/procmsg.[ch]
5441         * src/procheader.c
5442                  changed version of cache, added cc field
5443
5444         * src/prefs_display_headers.c
5445                 the interface was changed
5446
5447         * src/prefs_headers.c
5448                 added cancel button
5449
5450 2001-05-03 [alfons]
5451
5452         * completed sync of sylpheed cvs2
5453         * src/gtkstext.c: updated row up / down cursor navigation
5454         * src/textview.c: re-edited, prepared for fixing the email address
5455                 scanner.
5456
5457 2001-05-03 [darko]
5458
5459         * src/prefs_common.c: use alfons' strftime ui code
5460         entry_datefmt and datefmt_sample widgets have to be
5461         global in this module because of this change
5462
5463 2001-05-03 [hoa]
5464
5465         * src/messageview.c
5466         * src/prefs_common.[ch] added option to activate the return receipt
5467                 feature.
5468
5469 2001-05-02 [alfons]
5470
5471         * src/gtkstext.c: fix for row up/down cursor navigation. 
5472
5473         0.4.66claws2
5474         
5475         * sync with 0.4.66cvs2
5476
5477 2001-05-02 [paul]
5478
5479         added add-sender-to-addressbook patch
5480
5481         * src/addressbook.c
5482         * src/addressbook.h
5483         * src/summaryview.c
5484
5485 2001-05-02 [sergey]
5486
5487         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
5488         G_ALERTDISABLE.
5489
5490         * src/alertpanel.c (alertpanel_create): new argument can_disable,
5491         all existing callers changed to pass FALSE; create a check button
5492         to disable the message.
5493         (alertpanel_message_with_disable): new function.
5494         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
5495         (alertpanel_button_toggled): new function.
5496         (alertpanel_button_clicked, alertpanel_close): set value using
5497         G_ALERT_VALUE_MASK.
5498
5499         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
5500
5501         * src/prefs_common.c (prefs_privacy_create): new check button
5502         checkbtn_gpgme_warning.
5503
5504         * src/main.c (main): moved preferences reading before gpgme
5505         initialization; check prefs_common.gpgme_warning before giving the
5506         GnuPG warning and set it to FALSE if the user wants to disable the
5507         warning.
5508
5509 2001-05-02 [hiroyuki]
5510
5511         * src/prefs_display_headers.c: modified the layout and some labels.
5512
5513 2001-05-02 [sergey]
5514
5515         * src/prefs_account.c (prefs_account_fix_size): new function.
5516         (prefs_account_create): call prefs_account_fix_size(); use
5517         gtk_widget_show instead of gtk_widget_show_all (fixes too large
5518         size when the window is shown for the first time).
5519         (prefs_account_basic_create): changed layout of serv_table; moved
5520         localmbox_entry above smtpserv_entry (logically it replaces
5521         POP3/IMAP server).
5522         (prefs_account_protocol_activated): set sensitivity of
5523         nntpauth_chkbtn according to the protocol (in addition to
5524         hide/show); commented out gtk_table_set_row_spacing() calls.
5525         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
5526         not sensitive (fixes a bug with disabled username/password boxes
5527         when editing POP3 account after NNTP with authentication).
5528
5529 2001-05-02 [hoa]
5530
5531         * src/account.c
5532         * src/inc.c
5533         * src/prefs_account.[ch]
5534         * src/send.c
5535                 removed local account without SMTP server
5536                 added option to use mail command instead of a connexion
5537                 to SMTP server when a local account is used
5538         * src/prefs_headers.c
5539                 fixed a bug
5540         * src/news.c
5541                 fixed a bug when connexion immediately closed
5542
5543 2001-05-01 [alfons]
5544
5545         0.4.66claws1
5546         
5547         * sync with 0.4.65
5548
5549 2001-05-01 [sergey]
5550
5551         * src/prefs_account.c (Basic, prefs_account_basic_create): new
5552         widget nntpauth_chkbtn.
5553         (prefs_account_protocol_activated): handle nntpauth_chkbtn
5554         visibility.
5555         (prefs_account_nntpauth_toggled): new function.
5556
5557         * src/news.c (news_session_new_for_folder): use NNTP
5558         authentication only if ac->use_nntp_auth is set.
5559
5560 2001-05-01 [hoa]
5561
5562         * src/Makefile.am changed headers.[ch] in customheader.[ch]
5563         * src/prefs_display_headers.c changed the UI
5564         * src/prefs_headers.c changed account_name to account_id
5565         * src/compose.c using customheader.h
5566
5567 2001-05-01 [hiroyuki]
5568
5569         * src/esmtp.c
5570           src/news.c
5571           src/nntp.c: changed sock_read() to sock_gets(), they've been left
5572           unsynched.
5573
5574 2001-05-01 [hoa]
5575
5576         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
5577         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
5578                 for displaying of headers
5579         * src/grouplist_dialog.[ch] minor changes to remove warnings
5580         * src/prefs_display_headers.[ch] dialog to choose the
5581         headers to display in the mail viewer.
5582         * src/headers.h correction of #define
5583         * src/headers_display.[ch] configuration for displaying of headers.
5584         * src/main.c read config of displaying of headers
5585         * src/prefs_common.c add a button to access the config dialog
5586                 for displaying of headers
5587         * src/prefs_display_headers.[ch] dialog for configuration for
5588                 displaying of the headers.
5589         * src/prefs_headers.c cleaning of code
5590         * src/procheader.c comments added to code
5591         * src/textview.c changes to reorder the headers depending
5592                 on the config for displaying of headers
5593
5594 2001-04-30 [alfons]
5595
5596         0.4.65claws7
5597
5598         * sync with 0.4.65cvs12
5599
5600         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
5601
5602 2001-04-30 [sergey]
5603
5604         * src/nntp.h (NNTPSockInfo): new field auth_failed.
5605
5606         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
5607         is set to force reconnection after authentication failure.
5608         (nntp_gen_command): set sock->auth_failed on authentication
5609         failure, or if sock->userid and sock->passwd are not set.
5610
5611         * src/news.c (news_session_new_for_folder): set userid=NULL if
5612         password dialog is cancelled.
5613
5614 2001-04-30 [sergey]
5615
5616         * src/nntp.h (NNTPSockInfo): new type.
5617
5618         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
5619         SockInfo.
5620         (nntp_open_auth, nntp_close): new functions.
5621         (nntp_gen_command): new function to handle authentication; all
5622         NNTP command functions updated to use it.
5623         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
5624         (nntp_list): removed old useless code.
5625
5626         * src/news.h (NNTPSession): new field nntp_sock.
5627
5628         * src/news.c: all functions updated to use NNTPSockInfo instead of
5629         SockInfo.
5630         (news_session_new): new arguments (userid, passwd); made static;
5631         use nntp_open_auth() if needed.
5632         (news_session_destroy): use nntp_close() instead of sock_close().
5633         (news_query_password): changed arguments.
5634         (news_session_new_for_folder): new function.
5635         (news_session_get): use news_session_new_for_folder().
5636         (news_authenticate): deleted.
5637         (news_get_uncached_articles): removed old authentication code.
5638
5639 2001-04-30 [sergey]
5640
5641         * src/news.c: reverted my previous changes (need to do NNTP
5642         authentication in a cleaner way).
5643         
5644 2001-04-29 [sergey]
5645
5646         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
5647         news_nntp_post, news_nntp_mode): new functions (wrappers with
5648         authentication support).
5649         (news_get_article_cmd, news_get_article, news_get_header): new
5650         argument "folder"; all callers changed.
5651         (news_get_article_cmd): added authentication support.
5652         (news_session_get): use news_nntp_mode() instead of nntp_mode().
5653         (news_post): use news_nntp_post() instead of nntp_post().
5654         (news_get_uncached_articles): use news_nntp_group() instead of
5655         nntp_group() and news_nntp_xover() instead of nntp_xover();
5656         removed old authentication code.
5657         (news_get_group_list): use news_nntp_list() instead of nntp_list().
5658
5659         * src/nntp.c (nntp_list): return real error code instead of
5660         hardcoded NN_ERROR.
5661
5662 2001-04-29 [sergey]
5663
5664         * configure.in: fixed wint_t typedef detection again
5665
5666 2001-04-28 [hoa]
5667
5668         * src/prefs_account.[ch], added A_LOCAL_CMD
5669                 (send mail with mail command)
5670         * src/send.c added function send_message_with_command()
5671         * src/inc.c made a more secure get_spool() function with
5672                 mktemp() but maybe mkstemp() or something more
5673                 secure can be used.
5674
5675 2001-04-28 [alfons]
5676
5677         * src/textview.c, colorization of email addresses in headers
5678
5679         0.4.65claws6
5680
5681         * bug sync with sylpheed
5682         * prefs_common.c: created date format ui for darko
5683         * sync with 0.4.65cvs11
5684         * configure.in: corrected to have the new gpg checks
5685
5686 2001-04-27 [alfons]
5687
5688         * completed sync with 0.4.65cvs10
5689         * minor debug things added to gtkstext.c
5690
5691 2001-04-27 [darko]
5692
5693         * configure.in: remove check for availability of
5694           strftime() as advised by Hiroyuki
5695         * src/prefs_common.[ch], src/procheader.c:
5696           synch strftime() code with Hiroyki's main branch
5697
5698 2001-04-26 [sergey]
5699
5700         * src/news.c: news_query_password(), news_authenticate(): new
5701           functions.
5702           news_get_uncached_articles(): added NNTP authentication
5703           handling.
5704         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
5705           new functions.
5706         * src/prefs_account.c: prefs_account_protocol_activated():
5707           enable userid and password fields for NNTP.
5708
5709 2001-04-26
5710
5711         * configure.in: check for availability of strftime()
5712           [darko]
5713         * src/prefs_common.[ch], src/procheader.c: use
5714           strftime() for displaying date in summary pane if it
5715           is available
5716
5717 2001-04-25
5718
5719         * more .cvsignore cleanups [alfons]
5720
5721 2001-04-25
5722
5723         * ac/sv-check-type.m4: new autoconf macro.
5724         * configure.in: fixed wint_t typedef detection (did not work
5725           with gcc-2.96).
5726
5727 2001-04-25
5728
5729         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
5730           [hiroyuki]
5731
5732 2001-04-24
5733         * modified gtkstext.c : buggy cursor navigation fixed, 
5734           and font descent also taken in account when drawing
5735           cursor. [alfons]
5736
5737 2001-04-24 [hoa]
5738         * added comments in src/news.c src/nntp.c
5739         * added src/prefs_headers.[ch]
5740         * added src/headers.[ch]
5741         * modified compose.c to activate custom headers
5742                 added function is_in_custom_headers
5743         * modified prefs_account.[ch]
5744                 added function prefs_account_customhdr_edit
5745         * modified src/defs.h :
5746                 added HEADERS_RC : name of the config file
5747                 for the custom headers
5748
5749 2001-04-24
5750
5751     0.4.65claws5
5752
5753         * configure.in
5754           src/gtkstext.[ch]
5755           src/compose.c
5756           src/Makefile.am
5757           
5758           added gtkstext with configure.in patch by Hiroyuki which
5759           should fix the XIM detection [alfons]
5760
5761         * more clean up of cvs [alfons]
5762
5763                  * removed all Makefile.in files to attic.
5764
5765                  * updated all .cvsignores to really ignore things that could
5766                    be unintentionally committed by a recursive commit.
5767
5768 2001-04-23 [hoa]
5769         * added src/grouplist_dialog.[ch]
5770         * changed src/folderview.c to call grouplist_dialog instead
5771                 of inputdialog
5772         * src/news.c :
5773                 added functions news_reset_group_list
5774                 and news_get_group_list
5775         * src/nntp.c :
5776                 added function nntp_list
5777         * src/defs.h :
5778                 added GROUPLIST_FILE : name of the newsgroup list cache file
5779
5780 2001-04-21
5781
5782         * added option to warn about queued messages on exit [sergey]:
5783
5784           * src/compose.c: compose_queue(): call folder_item_scan()
5785             and folderview_update_item() after queueing.
5786           * src/folderview.c: folderview_update_node(): draw the queue
5787             folder in bold font if there are queued messages.
5788           * src/mainwindow.c: queued_messages(): new function.
5789             app_exit_cb(): display warning if there are queued messages
5790             if warn_queued_on_exit is set.
5791           * prefs_common.[ch]: add warn_queued_on_exit option.
5792
5793         * enhanced GnuPG key selection support [sergey]:
5794
5795           * src/select-keys.c: updated to newer version from Win32
5796             branch with support for selecting arbitrary keys.
5797           * src/prefs_account.c: added the Privacy tab to the account
5798             options window.
5799             prefs_account_privacy_create(),
5800             prefs_account_sign_key_set_data_from_radiobtn(),
5801             prefs_account_sign_key_set_radiobtn(): new functions.
5802           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
5803           * src/rfc2015.c: set_signers(): new function.
5804             pgp_sign(): add the account parameter, call set_signers().
5805             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
5806           * src/rfc2015.h: rfc2015_sign(): updated prototype.
5807           * src/compose.c: pass the current account to rfc2015_sign().
5808
5809         * tag name claws added to prevent confusion with main branch [alfons]
5810
5811         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
5812
5813         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
5814
5815         * sync with recent sylpheed cvs. Untested though. [alfons]
5816