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