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