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